01J6B058G657EETV87K5JFCGSN: 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: 01J6B05Z373DK5GA53JHT2PT09

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-27T22:45:22.024Zjob assigned to worker 01J6B05Z8PZN6ZAK77Q9FRS208 (queued for 58 s)
 
22024-08-27T22:45:29.753Zstarting task 0: "setup"
32024-08-27T22:45:29.761Z++ uname -s
42024-08-27T22:45:29.763Z+ kern=SunOS
52024-08-27T22:45:29.763Z+ case "$kern" in
62024-08-27T22:45:29.763Z+ groupadd -g 12345 build
72024-08-27T22:45:29.766Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-27T22:45:31.776Z+ zfs create -o mountpoint=/work rpool/work
92024-08-27T22:45:31.897Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-27T22:45:31.900Z+ home_fs=zfs
112024-08-27T22:45:31.900Z+ [[ zfs == autofs ]]
122024-08-27T22:45:31.900Z+ mkdir -p /home/build
132024-08-27T22:45:31.902Z+ chown build:build /home/build /work
142024-08-27T22:45:33.906Z+ chmod 0700 /home/build /work
152024-08-27T22:45:33.909Zprocess exited: duration 4155 ms, exit code 0
 
162024-08-27T22:45:33.915Zstarting task 1: "rust-toolchain"
172024-08-27T22:45:33.919Z+ printf ' * toolchain channel = "%s"
182024-08-27T22:45:33.919Z' 1.80.1
192024-08-27T22:45:33.919Z * toolchain channel = "1.80.1"
202024-08-27T22:45:33.919Z+ printf ' * toolchain profile = "%s"
212024-08-27T22:45:33.919Z' default
222024-08-27T22:45:33.919Z * toolchain profile = "default"
232024-08-27T22:45:33.921Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-27T22:45:33.921Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-27T22:45:34.042Zinfo: downloading installer
262024-08-27T22:45:35.220Zinfo: profile set to 'default'
272024-08-27T22:45:35.220Zinfo: default host triple is x86_64-unknown-illumos
282024-08-27T22:45:35.222Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-27T22:45:35.369Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-27T22:45:35.369Zinfo: downloading component 'cargo'
312024-08-27T22:45:36.181Zinfo: downloading component 'clippy'
322024-08-27T22:45:36.466Zinfo: downloading component 'rust-docs'
332024-08-27T22:45:37.588Zinfo: downloading component 'rust-std'
342024-08-27T22:45:39.167Zinfo: downloading component 'rustc'
352024-08-27T22:45:43.573Zinfo: downloading component 'rustfmt'
362024-08-27T22:45:43.810Zinfo: installing component 'cargo'
372024-08-27T22:45:44.636Zinfo: installing component 'clippy'
382024-08-27T22:45:45.000Zinfo: installing component 'rust-docs'
392024-08-27T22:45:46.632Zinfo: installing component 'rust-std'
402024-08-27T22:45:48.291Zinfo: installing component 'rustc'
412024-08-27T22:45:52.417Zinfo: installing component 'rustfmt'
422024-08-27T22:45:52.778Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-27T22:45:52.778Z
442024-08-27T22:45:53.010Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-27T22:45:53.010Z
462024-08-27T22:45:53.013Z
472024-08-27T22:45:53.013ZRust is installed now. Great!
482024-08-27T22:45:53.013Z
492024-08-27T22:45:53.013ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-27T22:45:53.013Zenvironment variable. This has not been done automatically.
512024-08-27T22:45:53.013Z
522024-08-27T22:45:53.013ZTo configure your current shell, you need to source
532024-08-27T22:45:53.013Zthe corresponding env file under $HOME/.cargo.
542024-08-27T22:45:53.013Z
552024-08-27T22:45:53.013ZThis is usually done by running one of the following (note the leading DOT):
562024-08-27T22:45:53.013Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-27T22:45:53.013Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-27T22:45:53.058Z+ rustc --version
592024-08-27T22:45:53.121Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-27T22:45:53.124Zprocess exited: duration 19205 ms, exit code 0
 
612024-08-27T22:45:53.130Zstarting task 2: "authentication"
622024-08-27T22:45:53.148Zprocess exited: duration 19 ms, exit code 0
 
632024-08-27T22:45:53.155Zstarting task 3: "clone repository"
642024-08-27T22:45:53.159Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-27T22:45:53.162Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-27T22:45:53.195ZCloning into '/work/oxidecomputer/omicron'...
672024-08-27T22:46:00.029Z+ cd /work/oxidecomputer/omicron
682024-08-27T22:46:00.029Z+ git fetch origin 665bcc17746e2c722c565bbc0b888c95e7649786
692024-08-27T22:46:00.370ZFrom https://github.com/oxidecomputer/omicron
702024-08-27T22:46:00.370Z * branch 665bcc17746e2c722c565bbc0b888c95e7649786 -> FETCH_HEAD
712024-08-27T22:46:00.376Z+ [[ -n dap/drafts/reconfigurator-tests ]]
722024-08-27T22:46:00.381Z++ git branch --show-current
732024-08-27T22:46:00.381Z+ current=main
742024-08-27T22:46:00.381Z+ [[ main != dap/drafts/reconfigurator-tests ]]
752024-08-27T22:46:00.381Z+ git branch -f dap/drafts/reconfigurator-tests 665bcc17746e2c722c565bbc0b888c95e7649786
762024-08-27T22:46:00.384Z+ git checkout -f dap/drafts/reconfigurator-tests
772024-08-27T22:46:00.535ZSwitched to branch 'dap/drafts/reconfigurator-tests'
782024-08-27T22:46:00.538Z+ git reset --hard 665bcc17746e2c722c565bbc0b888c95e7649786
792024-08-27T22:46:00.553ZHEAD is now at 665bcc177 rustfmt
802024-08-27T22:46:00.558Zprocess exited: duration 7398 ms, exit code 0
 
812024-08-27T22:46:00.570Zstarting task 4: "build"
822024-08-27T22:46:00.575Z+ cargo --version
832024-08-27T22:46:00.625Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-27T22:46:00.628Z+ rustc --version
852024-08-27T22:46:00.685Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-27T22:46:00.688Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-27T22:46:06.027Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-27T22:46:08.321Z Startup: Caching catalogs ... Done
892024-08-27T22:46:10.280ZPlanning: Solver setup ... Done (1.400s)
902024-08-27T22:46:10.298ZPlanning: Running solver ... Done (0.022s)
912024-08-27T22:46:10.342ZPlanning: Finding local manifests ... Done (0.004s)
922024-08-27T22:46:10.378ZPlanning: Fetching manifests: 0/5 0% complete
932024-08-27T22:46:10.619ZPlanning: Fetching manifests: 5/5 100% complete
942024-08-27T22:46:10.718ZPlanning: Package planning ... Done (0.099s)
952024-08-27T22:46:10.780ZPlanning: Merging actions ... Done (0.055s)
962024-08-27T22:46:10.983ZPlanning: Checking for conflicting actions ... Done (0.209s)
972024-08-27T22:46:15.413ZPlanning: Consolidating action changes ... Done (1.891s)
982024-08-27T22:46:15.502ZPlanning: Evaluating mediators ... Done (0.413s)
992024-08-27T22:46:15.502ZPlanning: Planning completed in 4.98 seconds
1002024-08-27T22:46:15.502Z Packages to install: 4
1012024-08-27T22:46:15.502Z Packages to update: 1
1022024-08-27T22:46:15.502Z Mediators to change: 2
1032024-08-27T22:46:15.502Z Services to change: 1
1042024-08-27T22:46:15.502Z Estimated space available: 155.72 GB
1052024-08-27T22:46:15.502ZEstimated space to be consumed: 1.53 GB
1062024-08-27T22:46:15.503Z Create boot environment: No
1072024-08-27T22:46:15.503ZCreate backup boot environment: Yes
1082024-08-27T22:46:15.503Z Rebuild boot archive: No
1092024-08-27T22:46:15.503Z
1102024-08-27T22:46:15.503ZChanged mediators:
1112024-08-27T22:46:15.503Z mediator clang:
1122024-08-27T22:46:15.503Z version: None -> 15 (system default)
1132024-08-27T22:46:15.503Z
1142024-08-27T22:46:15.503Z mediator llvm:
1152024-08-27T22:46:15.503Z version: 14 (system default) -> 15 (system default)
1162024-08-27T22:46:15.503Z
1172024-08-27T22:46:15.503ZChanged packages:
1182024-08-27T22:46:15.503Zhelios-dev
1192024-08-27T22:46:15.503Z developer/build-essential
1202024-08-27T22:46:15.503Z None -> 11-2.0
1212024-08-27T22:46:15.503Z library/libxmlsec1
1222024-08-27T22:46:15.503Z None -> 1.2.35-2.0
1232024-08-27T22:46:15.503Z ooce/developer/clang-15
1242024-08-27T22:46:15.503Z None -> 15.0.7-2.0
1252024-08-27T22:46:15.503Z ooce/developer/llvm-15
1262024-08-27T22:46:15.503Z None -> 15.0.7-2.0
1272024-08-27T22:46:15.503Z package/pkg
1282024-08-27T22:46:15.503Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-08-27T22:46:15.503Z
1302024-08-27T22:46:15.503ZServices:
1312024-08-27T22:46:15.503Z restart_fmri:
1322024-08-27T22:46:15.503Z svc:/system/update-man-index:default
1332024-08-27T22:46:15.503Z
1342024-08-27T22:46:15.503ZEditable files to change:
1352024-08-27T22:46:15.503Z Update:
1362024-08-27T22:46:15.503Z usr/share/lib/pkg/web/config.shtml
1372024-08-27T22:46:15.503Z
1382024-08-27T22:46:15.503ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-08-27T22:46:18.470ZDownload: 414/4281 items 17.0/220.6MB 7% complete (3.6M/s)
1402024-08-27T22:46:23.479ZDownload: 1018/4281 items 19.5/220.6MB 8% complete (2.0M/s)
1412024-08-27T22:46:30.000ZDownload: 1196/4281 items 83.5/220.6MB 37% complete (6.8M/s)
1422024-08-27T22:46:35.003ZDownload: 1492/4281 items 117.2/220.6MB 53% complete (8.1M/s)
1432024-08-27T22:46:40.179ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (4.1M/s)
1442024-08-27T22:46:45.194ZDownload: 2424/4281 items 120.1/220.6MB 54% complete (309k/s)
1452024-08-27T22:46:50.405ZDownload: 3248/4281 items 203.0/220.6MB 92% complete (8.4M/s)
1462024-08-27T22:46:55.411ZDownload: 4034/4281 items 219.1/220.6MB 99% complete (9.9M/s)
1472024-08-27T22:46:57.068ZDownload: Completed 220.60 MB in 43.60 seconds (5.1M/s)
1482024-08-27T22:46:59.096Z Actions: 1/5063 actions (Removing old actions)
1492024-08-27T22:46:59.117Z Actions: 194/5063 actions (Installing new actions)
1502024-08-27T22:47:03.775Z Actions: 4226/5063 actions (Updating modified actions)
1512024-08-27T22:47:04.086Z Actions: Completed 5063 actions in 4.99 seconds.
1522024-08-27T22:47:04.371Z Done (0.277s)
1532024-08-27T22:47:04.383Z Done (0.000s)
1542024-08-27T22:47:04.746Z Done (0.372s)
1552024-08-27T22:47:09.096Z Done (4.177s)
1562024-08-27T22:47:09.183Z Done (0.016s)
1572024-08-27T22:47:09.187Z Done (0.000s)
1582024-08-27T22:47:09.328Z Done (0.000s)
1592024-08-27T22:47:09.938ZPlanning: Evaluating mediator changes ... Done
1602024-08-27T22:47:10.072ZPlanning: Checking for conflicting actions ... Done
1612024-08-27T22:47:10.074ZPlanning: Consolidating action changes ... Done
1622024-08-27T22:47:10.405ZPlanning: Evaluating mediators ... Done
1632024-08-27T22:47:10.427ZPlanning: Planning completed in 0.43 seconds
1642024-08-27T22:47:10.427Z Mediators to change: 2
1652024-08-27T22:47:10.427Z Create boot environment: No
1662024-08-27T22:47:10.427ZCreate backup boot environment: No
1672024-08-27T22:47:10.508Z Done
1682024-08-27T22:47:10.508Z Done
1692024-08-27T22:47:10.873Z Done
1702024-08-27T22:47:15.912Z Done
1712024-08-27T22:47:15.964Z Done
1722024-08-27T22:47:15.964Z Done
1732024-08-27T22:47:15.964Z Done
1742024-08-27T22:47:15.964ZPlanning: Evaluating mediator changes ... Done
1752024-08-27T22:47:15.964ZPlanning: Merging actions ... Done
1762024-08-27T22:47:15.964ZPlanning: Checking for conflicting actions ... Done
1772024-08-27T22:47:15.964ZPlanning: Consolidating action changes ... Done
1782024-08-27T22:47:15.964ZPlanning: Evaluating mediators ... Done
1792024-08-27T22:47:15.964ZPlanning: Planning completed in 0.75 seconds
1802024-08-27T22:47:15.964Z Packages to change: 1
1812024-08-27T22:47:15.964Z Mediators to change: 1
1822024-08-27T22:47:15.964Z Services to change: 1
1832024-08-27T22:47:15.964Z Create boot environment: No
1842024-08-27T22:47:15.964ZCreate backup boot environment: Yes
1852024-08-27T22:47:17.814Z Actions: 1/6 actions (Updating modified actions)
1862024-08-27T22:47:17.817Z Actions: Completed 6 actions in 0.00 seconds.
1872024-08-27T22:47:17.817Z Done
1882024-08-27T22:47:17.817Z Done
1892024-08-27T22:47:17.888Z Done
1902024-08-27T22:47:21.636Z Done
1912024-08-27T22:47:21.747Z Done
1922024-08-27T22:47:21.754Z Done
1932024-08-27T22:47:21.853Z Done
1942024-08-27T22:47:22.291ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952024-08-27T22:47:22.292Zclang system 15 system
1962024-08-27T22:47:22.292Zcsh system system illumos
1972024-08-27T22:47:22.292Zctags system system illumos
1982024-08-27T22:47:22.292Zgcc vendor 12 vendor
1992024-08-27T22:47:22.292Zgcc system 10 system
2002024-08-27T22:47:22.292Zgcc system 7 system
2012024-08-27T22:47:22.292Zgo system 1.20 system
2022024-08-27T22:47:22.292Zgo system 1.19 system
2032024-08-27T22:47:22.292Zllvm system 15 system
2042024-08-27T22:47:22.292Zllvm system 14 system
2052024-08-27T22:47:22.292Zmariadb system 10.6 system
2062024-08-27T22:47:22.292Zmta vendor vendor dma
2072024-08-27T22:47:22.293Zopenjdk system 17 system
2082024-08-27T22:47:22.293Zopenjdk system 11 system
2092024-08-27T22:47:22.293Zopenjdk system 1.8 system
2102024-08-27T22:47:22.293Zopenssl vendor 3 vendor
2112024-08-27T22:47:22.293Zperl system 5.36 system
2122024-08-27T22:47:22.293Zpostgresql system 15 system
2132024-08-27T22:47:22.293Zpostgresql system 13 system
2142024-08-27T22:47:22.293Zpython vendor 3 vendor
2152024-08-27T22:47:22.293Zpython system 2 system
2162024-08-27T22:47:22.293Zpython3 system 3.11 system
2172024-08-27T22:47:22.293Zruby system 3.0 system
2182024-08-27T22:47:22.293Zwords vendor vendor american-english
2192024-08-27T22:47:22.293Zwords system system australian-english
2202024-08-27T22:47:22.293Zwords system system british-english
2212024-08-27T22:47:22.293Zwords system system canadian-english
2222024-08-27T22:47:22.293Zwords system system french
2232024-08-27T22:47:22.293Zwords system system italian
2242024-08-27T22:47:22.293Zwords system system ngerman
2252024-08-27T22:47:22.293Zwords system system ogerman
2262024-08-27T22:47:22.293Zwords system system spanish
2272024-08-27T22:47:22.628ZPUBLISHER TYPE STATUS P LOCATION
2282024-08-27T22:47:22.628Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2292024-08-27T22:47:24.426ZFMRI IFO
2302024-08-27T22:47:24.426Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2312024-08-27T22:47:24.426Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2322024-08-27T22:47:24.426Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2332024-08-27T22:47:24.426Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2342024-08-27T22:47:24.426Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2352024-08-27T22:47:24.426Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2362024-08-27T22:47:24.426Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2372024-08-27T22:47:24.426Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2382024-08-27T22:47:24.426Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2392024-08-27T22:47:24.426Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2402024-08-27T22:47:24.426Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2412024-08-27T22:47:24.426Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2422024-08-27T22:47:24.426Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2432024-08-27T22:47:25.057Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442024-08-27T22:47:25.295Z Updating git repository `https://github.com/oxidecomputer/zone`
2452024-08-27T22:47:25.577Z Updating crates.io index
2462024-08-27T22:47:25.634Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2472024-08-27T22:47:26.366Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2482024-08-27T22:47:27.091Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2492024-08-27T22:47:27.336Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2502024-08-27T22:47:28.816Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512024-08-27T22:47:29.067Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2522024-08-27T22:47:29.318Z Updating git repository `https://github.com/oxidecomputer/propolis`
2532024-08-27T22:47:30.414Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542024-08-27T22:47:32.276Z Updating git repository `https://github.com/oxidecomputer/opte`
2552024-08-27T22:47:33.190Z Updating git repository `https://github.com/oxidecomputer/falcon`
2562024-08-27T22:47:33.969Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572024-08-27T22:47:34.227Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2582024-08-27T22:47:34.903Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2592024-08-27T22:47:35.199Z Updating git repository `https://github.com/oxidecomputer/qorb`
2602024-08-27T22:47:35.634Z Updating git repository `https://github.com/oxidecomputer/tofino`
2612024-08-27T22:47:35.927Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622024-08-27T22:47:36.230Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632024-08-27T22:47:36.502Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642024-08-27T22:47:36.931Z Updating git repository `https://github.com/oxidecomputer/clickward`
2652024-08-27T22:47:37.345Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662024-08-27T22:47:37.605Z Updating git repository `https://github.com/oxidecomputer/ispf`
2672024-08-27T22:47:37.960Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2682024-08-27T22:47:38.217Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692024-08-27T22:47:38.690Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2702024-08-27T22:47:39.079Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712024-08-27T22:47:39.482Z Updating git repository `https://github.com/oxidecomputer/typify`
2722024-08-27T22:47:41.757Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732024-08-27T22:47:42.051Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742024-08-27T22:47:42.305Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752024-08-27T22:47:42.804Z Updating git repository `https://github.com/oxidecomputer/rfb`
2762024-08-27T22:47:43.879Z Downloading crates ...
2772024-08-27T22:47:43.953Z Downloaded bytecount v0.6.8
2782024-08-27T22:47:43.975Z Downloaded cargo-platform v0.1.8
2792024-08-27T22:47:43.975Z Downloaded autocfg v1.3.0
2802024-08-27T22:47:43.975Z Downloaded anstyle v1.0.8
2812024-08-27T22:47:43.975Z Downloaded camino v1.1.9
2822024-08-27T22:47:43.975Z Downloaded bitflags v2.6.0
2832024-08-27T22:47:44.035Z Downloaded equivalent v1.0.1
2842024-08-27T22:47:44.035Z Downloaded usdt-attr-macro v0.5.0
2852024-08-27T22:47:44.035Z Downloaded anstyle-query v1.0.3
2862024-08-27T22:47:44.035Z Downloaded unicode-linebreak v0.1.5
2872024-08-27T22:47:44.035Z Downloaded serde_spanned v0.6.7
2882024-08-27T22:47:44.035Z Downloaded pest_generator v2.7.10
2892024-08-27T22:47:44.035Z Downloaded heck v0.4.1
2902024-08-27T22:47:44.035Z Downloaded toml_datetime v0.6.8
2912024-08-27T22:47:44.035Z Downloaded thread-id v4.2.1
2922024-08-27T22:47:44.035Z Downloaded terminal_size v0.3.0
2932024-08-27T22:47:44.035Z Downloaded itoa v1.0.11
2942024-08-27T22:47:44.035Z Downloaded fnv v1.0.7
2952024-08-27T22:47:44.035Z Downloaded tabled_derive v0.7.0
2962024-08-27T22:47:44.035Z Downloaded strsim v0.11.1
2972024-08-27T22:47:44.035Z Downloaded errno v0.3.9
2982024-08-27T22:47:44.035Z Downloaded scroll v0.12.0
2992024-08-27T22:47:44.035Z Downloaded plain v0.2.3
3002024-08-27T22:47:44.036Z Downloaded generic-array v0.14.7
3012024-08-27T22:47:44.036Z Downloaded digest v0.10.7
3022024-08-27T22:47:44.036Z Downloaded utf8parse v0.2.1
3032024-08-27T22:47:44.036Z Downloaded dof v0.3.0
3042024-08-27T22:47:44.036Z Downloaded cargo_toml v0.20.4
3052024-08-27T22:47:44.036Z Downloaded colorchoice v1.0.1
3062024-08-27T22:47:44.036Z Downloaded byteorder v1.5.0
3072024-08-27T22:47:44.036Z Downloaded proc-macro-error v1.0.4
3082024-08-27T22:47:44.048Z Downloaded sha2 v0.10.8
3092024-08-27T22:47:44.048Z Downloaded semver v1.0.23
3102024-08-27T22:47:44.048Z Downloaded is_terminal_polyfill v1.70.0
3112024-08-27T22:47:44.048Z Downloaded scroll_derive v0.12.0
3122024-08-27T22:47:44.048Z Downloaded dtrace-parser v0.2.0
3132024-08-27T22:47:44.048Z Downloaded swrite v0.1.0
3142024-08-27T22:47:44.048Z Downloaded pretty-hex v0.4.1
3152024-08-27T22:47:44.052Z Downloaded usdt-macro v0.5.0
3162024-08-27T22:47:44.052Z Downloaded usdt v0.5.0
3172024-08-27T22:47:44.052Z Downloaded cfg-if v1.0.0
3182024-08-27T22:47:44.052Z Downloaded block-buffer v0.10.4
3192024-08-27T22:47:44.052Z Downloaded zerocopy-derive v0.7.34
3202024-08-27T22:47:44.056Z Downloaded cargo_metadata v0.18.1
3212024-08-27T22:47:44.060Z Downloaded log v0.4.21
3222024-08-27T22:47:44.060Z Downloaded anstyle-parse v0.2.4
3232024-08-27T22:47:44.066Z Downloaded typenum v1.17.0
3242024-08-27T22:47:44.066Z Downloaded textwrap v0.16.1
3252024-08-27T22:47:44.069Z Downloaded clap_lex v0.7.0
3262024-08-27T22:47:44.069Z Downloaded proc-macro2 v1.0.86
3272024-08-27T22:47:44.073Z Downloaded once_cell v1.19.0
3282024-08-27T22:47:44.073Z Downloaded thiserror v1.0.63
3292024-08-27T22:47:44.077Z Downloaded thiserror-impl v1.0.63
3302024-08-27T22:47:44.080Z Downloaded memmap v0.7.0
3312024-08-27T22:47:44.081Z Downloaded version_check v0.9.5
3322024-08-27T22:47:44.083Z Downloaded camino-tempfile v1.1.1
3332024-08-27T22:47:44.084Z Downloaded fastrand v2.1.0
3342024-08-27T22:47:44.108Z Downloaded crypto-common v0.1.6
3352024-08-27T22:47:44.108Z Downloaded smawk v0.3.2
3362024-08-27T22:47:44.108Z Downloaded macaddr v1.0.1
3372024-08-27T22:47:44.119Z Downloaded heck v0.5.0
3382024-08-27T22:47:44.119Z Downloaded serde_tokenstream v0.2.2
3392024-08-27T22:47:44.120Z Downloaded clap_derive v4.5.13
3402024-08-27T22:47:44.120Z Downloaded anyhow v1.0.86
3412024-08-27T22:47:44.120Z Downloaded proc-macro-error-attr v1.0.4
3422024-08-27T22:47:44.120Z Downloaded serde_derive v1.0.208
3432024-08-27T22:47:44.120Z Downloaded anstream v0.6.14
3442024-08-27T22:47:44.120Z Downloaded usdt-impl v0.5.0
3452024-08-27T22:47:44.120Z Downloaded quote v1.0.36
3462024-08-27T22:47:44.120Z Downloaded fs-err v2.11.0
3472024-08-27T22:47:44.120Z Downloaded pest_derive v2.7.10
3482024-08-27T22:47:44.120Z Downloaded cpufeatures v0.2.12
3492024-08-27T22:47:44.126Z Downloaded clap v4.5.16
3502024-08-27T22:47:44.154Z Downloaded tempfile v3.10.1
3512024-08-27T22:47:44.154Z Downloaded ryu v1.0.18
3522024-08-27T22:47:44.154Z Downloaded pest_meta v2.7.10
3532024-08-27T22:47:44.154Z Downloaded indexmap v2.4.0
3542024-08-27T22:47:44.172Z Downloaded ucd-trie v0.1.6
3552024-08-27T22:47:44.172Z Downloaded toml v0.8.19
3562024-08-27T22:47:44.172Z Downloaded memchr v2.7.2
3572024-08-27T22:47:44.172Z Downloaded unicode-ident v1.0.12
3582024-08-27T22:47:44.172Z Downloaded papergrid v0.11.0
3592024-08-27T22:47:44.186Z Downloaded serde v1.0.208
3602024-08-27T22:47:44.186Z Downloaded pest v2.7.10
3612024-08-27T22:47:44.190Z Downloaded toml_edit v0.22.20
3622024-08-27T22:47:44.218Z Downloaded hashbrown v0.14.5
3632024-08-27T22:47:44.234Z Downloaded winnow v0.6.18
3642024-08-27T22:47:44.237Z Downloaded serde_json v1.0.125
3652024-08-27T22:47:44.237Z Downloaded zerocopy v0.7.34
3662024-08-27T22:47:44.254Z Downloaded tabled v0.15.0
3672024-08-27T22:47:44.273Z Downloaded goblin v0.8.2
3682024-08-27T22:47:44.301Z Downloaded syn v2.0.74
3692024-08-27T22:47:44.306Z Downloaded syn v1.0.109
3702024-08-27T22:47:44.306Z Downloaded rustix v0.38.34
3712024-08-27T22:47:44.362Z Downloaded clap_builder v4.5.15
3722024-08-27T22:47:44.376Z Downloaded unicode-width v0.1.13
3732024-08-27T22:47:44.376Z Downloaded libc v0.2.156
3742024-08-27T22:47:44.659Z Compiling proc-macro2 v1.0.86
3752024-08-27T22:47:44.660Z Compiling unicode-ident v1.0.12
3762024-08-27T22:47:44.667Z Compiling version_check v0.9.5
3772024-08-27T22:47:44.667Z Compiling serde v1.0.208
3782024-08-27T22:47:44.667Z Compiling thiserror v1.0.63
3792024-08-27T22:47:44.667Z Compiling memchr v2.7.2
3802024-08-27T22:47:44.668Z Compiling libc v0.2.156
3812024-08-27T22:47:44.672Z Compiling ryu v1.0.18
3822024-08-27T22:47:44.917Z Compiling ucd-trie v0.1.6
3832024-08-27T22:47:45.138Z Compiling itoa v1.0.11
3842024-08-27T22:47:45.420Z Compiling once_cell v1.19.0
3852024-08-27T22:47:45.464Z Compiling byteorder v1.5.0
3862024-08-27T22:47:45.488Z Compiling rustix v0.38.34
3872024-08-27T22:47:45.552Z Compiling serde_json v1.0.125
3882024-08-27T22:47:45.897Z Compiling bitflags v2.6.0
3892024-08-27T22:47:46.057Z Compiling proc-macro-error-attr v1.0.4
3902024-08-27T22:47:46.226Z Compiling quote v1.0.36
3912024-08-27T22:47:46.320Z Compiling usdt-impl v0.5.0
3922024-08-27T22:47:46.343Z Compiling syn v1.0.109
3932024-08-27T22:47:46.394Z Compiling proc-macro-error v1.0.4
3942024-08-27T22:47:46.483Z Compiling camino v1.1.9
3952024-08-27T22:47:46.586Z Compiling syn v2.0.74
3962024-08-27T22:47:46.905Z Compiling log v0.4.21
3972024-08-27T22:47:46.930Z Compiling utf8parse v0.2.1
3982024-08-27T22:47:47.102Z Compiling hashbrown v0.14.5
3992024-08-27T22:47:47.144Z Compiling equivalent v1.0.1
4002024-08-27T22:47:47.207Z Compiling plain v0.2.3
4012024-08-27T22:47:47.334Z Compiling anstyle-parse v0.2.4
4022024-08-27T22:47:47.470Z Compiling thread-id v4.2.1
4032024-08-27T22:47:47.585Z Compiling anstyle v1.0.8
4042024-08-27T22:47:47.696Z Compiling errno v0.3.9
4052024-08-27T22:47:47.842Z Compiling semver v1.0.23
4062024-08-27T22:47:48.028Z Compiling winnow v0.6.18
4072024-08-27T22:47:48.116Z Compiling anstyle-query v1.0.3
4082024-08-27T22:47:48.168Z Compiling unicode-width v0.1.13
4092024-08-27T22:47:48.291Z Compiling autocfg v1.3.0
4102024-08-27T22:47:48.412Z Compiling indexmap v2.4.0
4112024-08-27T22:47:48.455Z Compiling is_terminal_polyfill v1.70.0
4122024-08-27T22:47:52.005Z Compiling pretty-hex v0.4.1
4132024-08-27T22:47:52.160Z Compiling colorchoice v1.0.1
4142024-08-27T22:47:52.160Z Compiling anstream v0.6.14
4152024-08-27T22:47:52.160Z Compiling heck v0.4.1
4162024-08-27T22:47:52.160Z Compiling fs-err v2.11.0
4172024-08-27T22:47:52.160Z Compiling bytecount v0.6.8
4182024-08-27T22:47:52.160Z Compiling fastrand v2.1.0
4192024-08-27T22:47:52.160Z Compiling clap_lex v0.7.0
4202024-08-27T22:47:52.160Z Compiling heck v0.5.0
4212024-08-27T22:47:52.227Z Compiling fnv v1.0.7
4222024-08-27T22:47:52.228Z Compiling anyhow v1.0.86
4232024-08-27T22:47:52.228Z Compiling terminal_size v0.3.0
4242024-08-27T22:47:52.228Z Compiling cfg-if v1.0.0
4252024-08-27T22:47:52.228Z Compiling strsim v0.11.1
4262024-08-27T22:47:52.228Z Compiling tempfile v3.10.1
4272024-08-27T22:47:52.228Z Compiling clap_builder v4.5.15
4282024-08-27T22:47:52.228Z Compiling papergrid v0.11.0
4292024-08-27T22:47:52.228Z Compiling memmap v0.7.0
4302024-08-27T22:47:52.228Z Compiling smawk v0.3.2
4312024-08-27T22:47:52.228Z Compiling unicode-linebreak v0.1.5
4322024-08-27T22:47:52.228Z Compiling textwrap v0.16.1
4332024-08-27T22:47:52.229Z Compiling swrite v0.1.0
4342024-08-27T22:47:53.055Z Compiling tabled_derive v0.7.0
4352024-08-27T22:47:54.753Z Compiling tabled v0.15.0
4362024-08-27T22:47:55.647Z Compiling serde_derive v1.0.208
4372024-08-27T22:47:55.661Z Compiling thiserror-impl v1.0.63
4382024-08-27T22:47:55.661Z Compiling zerocopy-derive v0.7.34
4392024-08-27T22:47:55.685Z Compiling scroll_derive v0.12.0
4402024-08-27T22:47:55.803Z Compiling clap_derive v4.5.13
4412024-08-27T22:47:57.227Z Compiling scroll v0.12.0
4422024-08-27T22:47:57.775Z Compiling goblin v0.8.2
4432024-08-27T22:47:57.997Z Compiling zerocopy v0.7.34
4442024-08-27T22:47:58.623Z Compiling pest v2.7.10
4452024-08-27T22:47:59.844Z Compiling clap v4.5.16
4462024-08-27T22:48:04.093Z Compiling pest_meta v2.7.10
4472024-08-27T22:48:04.141Z Compiling pest_generator v2.7.10
4482024-08-27T22:48:04.141Z Compiling pest_derive v2.7.10
4492024-08-27T22:48:04.436Z Compiling dtrace-parser v0.2.0
4502024-08-27T22:48:06.176Z Compiling serde_tokenstream v0.2.2
4512024-08-27T22:48:06.236Z Compiling serde_spanned v0.6.7
4522024-08-27T22:48:06.236Z Compiling toml_datetime v0.6.8
4532024-08-27T22:48:06.483Z Compiling cargo-platform v0.1.8
4542024-08-27T22:48:06.598Z Compiling macaddr v1.0.1
4552024-08-27T22:48:06.827Z Compiling toml_edit v0.22.20
4562024-08-27T22:48:07.048Z Compiling camino-tempfile v1.1.1
4572024-08-27T22:48:07.666Z Compiling dof v0.3.0
4582024-08-27T22:48:07.711Z Compiling cargo_metadata v0.18.1
4592024-08-27T22:48:09.404Z Compiling usdt-macro v0.5.0
4602024-08-27T22:48:09.404Z Compiling usdt-attr-macro v0.5.0
4612024-08-27T22:48:09.634Z Compiling toml v0.8.19
4622024-08-27T22:48:10.481Z Compiling cargo_toml v0.20.4
4632024-08-27T22:48:10.812Z Compiling usdt v0.5.0
4642024-08-27T22:48:14.203Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652024-08-27T22:48:18.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.65s
4662024-08-27T22:48:18.728Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4672024-08-27T22:48:19.303Z Downloading crates ...
4682024-08-27T22:48:19.413Z Downloaded async-stream-impl v0.3.5
4692024-08-27T22:48:19.418Z Downloaded atty v0.2.14
4702024-08-27T22:48:19.424Z Downloaded aead v0.5.2
4712024-08-27T22:48:19.427Z Downloaded ascii v1.1.0
4722024-08-27T22:48:19.431Z Downloaded crucible-workspace-hack v0.1.0
4732024-08-27T22:48:19.433Z Downloaded cfg_aliases v0.1.1
4742024-08-27T22:48:19.433Z Downloaded adler v1.0.2
4752024-08-27T22:48:19.438Z Downloaded bitstruct_derive v0.1.0
4762024-08-27T22:48:19.441Z Downloaded async-recursion v1.1.1
4772024-08-27T22:48:19.445Z Downloaded ahash v0.8.11
4782024-08-27T22:48:19.450Z Downloaded cstr-argument v0.1.2
4792024-08-27T22:48:19.452Z Downloaded atomicwrites v0.4.3
4802024-08-27T22:48:19.452Z Downloaded atomic-waker v1.1.2
4812024-08-27T22:48:19.454Z Downloaded async-stream v0.3.5
4822024-08-27T22:48:19.457Z Downloaded crc v3.2.1
4832024-08-27T22:48:19.459Z Downloaded crc-catalog v2.4.0
4842024-08-27T22:48:19.462Z Downloaded instant v0.1.12
4852024-08-27T22:48:19.464Z Downloaded cassowary v0.3.0
4862024-08-27T22:48:19.466Z Downloaded buf-list v1.0.3
4872024-08-27T22:48:19.469Z Downloaded indent_write v2.2.0
4882024-08-27T22:48:19.471Z Downloaded defmt v0.3.8
4892024-08-27T22:48:19.474Z Downloaded curve25519-dalek-derive v0.1.1
4902024-08-27T22:48:19.477Z Downloaded number_prefix v0.4.0
4912024-08-27T22:48:19.479Z Downloaded match_cfg v0.1.0
4922024-08-27T22:48:19.479Z Downloaded num-conv v0.1.0
4932024-08-27T22:48:19.481Z Downloaded new_debug_unreachable v1.0.6
4942024-08-27T22:48:19.484Z Downloaded is_ci v1.2.0
4952024-08-27T22:48:19.484Z Downloaded bitflags v1.3.2
4962024-08-27T22:48:19.486Z Downloaded data-encoding v2.6.0
4972024-08-27T22:48:19.488Z Downloaded oso-derive v0.27.3
4982024-08-27T22:48:19.491Z Downloaded colored v2.1.0
4992024-08-27T22:48:19.493Z Downloaded md-5 v0.10.6
5002024-08-27T22:48:19.496Z Downloaded serde-big-array v0.5.1
5012024-08-27T22:48:19.498Z Downloaded linked-hash-map v0.5.6
5022024-08-27T22:48:19.498Z Downloaded ipnetwork v0.20.0
5032024-08-27T22:48:19.501Z Downloaded impl-trait-for-tuples v0.2.2
5042024-08-27T22:48:19.503Z Downloaded bitstruct v0.1.1
5052024-08-27T22:48:19.506Z Downloaded addr2line v0.21.0
5062024-08-27T22:48:19.508Z Downloaded darling_macro v0.20.9
5072024-08-27T22:48:19.511Z Downloaded crunchy v0.2.2
5082024-08-27T22:48:19.511Z Downloaded ciborium-io v0.2.2
5092024-08-27T22:48:19.513Z Downloaded kstat-rs v0.2.4
5102024-08-27T22:48:19.513Z Downloaded is-terminal v0.4.12
5112024-08-27T22:48:19.515Z Downloaded async-bb8-diesel v0.2.1
5122024-08-27T22:48:19.517Z Downloaded openssl-probe v0.1.5
5132024-08-27T22:48:19.521Z Downloaded num_enum_derive v0.5.11
5142024-08-27T22:48:19.524Z Downloaded nibble_vec v0.1.0
5152024-08-27T22:48:19.525Z Downloaded num-integer v0.1.46
5162024-08-27T22:48:19.527Z Downloaded lazy_static v1.5.0
5172024-08-27T22:48:19.527Z Downloaded num_enum v0.5.11
5182024-08-27T22:48:19.533Z Downloaded libefi-sys v0.1.0
5192024-08-27T22:48:19.535Z Downloaded serde_urlencoded v0.7.1
5202024-08-27T22:48:19.537Z Downloaded bit-vec v0.6.3
5212024-08-27T22:48:19.539Z Downloaded castaway v0.2.3
5222024-08-27T22:48:19.542Z Downloaded constant_time_eq v0.3.0
5232024-08-27T22:48:19.544Z Downloaded time-core v0.1.2
5242024-08-27T22:48:19.544Z Downloaded packed_struct v0.10.1
5252024-08-27T22:48:19.548Z Downloaded lru v0.12.3
5262024-08-27T22:48:19.550Z Downloaded try-lock v0.2.5
5272024-08-27T22:48:19.550Z Downloaded shell-words v1.1.0
5282024-08-27T22:48:19.550Z Downloaded crossbeam-deque v0.8.5
5292024-08-27T22:48:19.552Z Downloaded toolchain_find v0.4.0
5302024-08-27T22:48:19.554Z Downloaded bitfield-struct v0.6.1
5312024-08-27T22:48:19.554Z Downloaded normalize-line-endings v0.3.0
5322024-08-27T22:48:19.557Z Downloaded cexpr v0.6.0
5332024-08-27T22:48:19.560Z Downloaded libloading v0.8.3
5342024-08-27T22:48:19.564Z Downloaded jobserver v0.1.32
5352024-08-27T22:48:19.566Z Downloaded want v0.3.1
5362024-08-27T22:48:19.566Z Downloaded openssl-macros v0.1.1
5372024-08-27T22:48:19.566Z Downloaded newtype_derive v0.1.6
5382024-08-27T22:48:19.569Z Downloaded foreign-types v0.5.0
5392024-08-27T22:48:19.569Z Downloaded cookie v0.18.1
5402024-08-27T22:48:19.571Z Downloaded slog-json v2.6.1
5412024-08-27T22:48:19.574Z Downloaded multer v3.1.0
5422024-08-27T22:48:19.578Z Downloaded spki v0.7.3
5432024-08-27T22:48:19.581Z Downloaded chacha20poly1305 v0.10.1
5442024-08-27T22:48:19.583Z Downloaded num-rational v0.4.2
5452024-08-27T22:48:19.585Z Downloaded nu-ansi-term v0.50.0
5462024-08-27T22:48:19.588Z Downloaded base64 v0.13.1
5472024-08-27T22:48:19.590Z Downloaded spin v0.5.2
5482024-08-27T22:48:19.592Z Downloaded downcast v0.11.0
5492024-08-27T22:48:19.595Z Downloaded zone_cfg_derive v0.1.2
5502024-08-27T22:48:19.596Z Downloaded num-iter v0.1.45
5512024-08-27T22:48:19.598Z Downloaded nodrop v0.1.14
5522024-08-27T22:48:19.598Z Downloaded linear-map v1.2.0
5532024-08-27T22:48:19.601Z Downloaded maplit v1.0.2
5542024-08-27T22:48:19.601Z Downloaded cancel-safe-futures v0.1.5
5552024-08-27T22:48:19.604Z Downloaded maybe-uninit v2.0.0
5562024-08-27T22:48:19.606Z Downloaded universal-hash v0.5.1
5572024-08-27T22:48:19.609Z Downloaded tui-tree-widget v0.22.0
5582024-08-27T22:48:19.611Z Downloaded ident_case v1.0.1
5592024-08-27T22:48:19.611Z Downloaded darling_core v0.20.9
5602024-08-27T22:48:19.616Z Downloaded indexmap v1.9.3
5612024-08-27T22:48:19.620Z Downloaded zeroize_derive v1.4.2
5622024-08-27T22:48:19.622Z Downloaded ena v0.14.3
5632024-08-27T22:48:19.624Z Downloaded num-derive v0.4.2
5642024-08-27T22:48:19.627Z Downloaded rustfmt-wrapper v0.2.1
5652024-08-27T22:48:19.629Z Downloaded foreign-types-macros v0.2.3
5662024-08-27T22:48:19.629Z Downloaded snafu-derive v0.8.2
5672024-08-27T22:48:19.632Z Downloaded spin v0.9.8
5682024-08-27T22:48:19.637Z Downloaded getopts v0.2.21
5692024-08-27T22:48:19.639Z Downloaded precomputed-hash v0.1.1
5702024-08-27T22:48:19.639Z Downloaded arc-swap v1.7.1
5712024-08-27T22:48:19.642Z Downloaded term v0.7.0
5722024-08-27T22:48:19.646Z Downloaded utf-8 v0.7.6
5732024-08-27T22:48:19.648Z Downloaded parking_lot v0.12.2
5742024-08-27T22:48:19.650Z Downloaded omicron-zone-package v0.11.0
5752024-08-27T22:48:19.654Z Downloaded ipnet v2.9.0
5762024-08-27T22:48:19.656Z Downloaded tinyvec_macros v0.1.1
5772024-08-27T22:48:19.659Z Downloaded tower-service v0.3.2
5782024-08-27T22:48:19.659Z Downloaded fallible-iterator v0.2.0
5792024-08-27T22:48:19.661Z Downloaded defmt-parser v0.3.4
5802024-08-27T22:48:19.664Z Downloaded pin-utils v0.1.0
5812024-08-27T22:48:19.664Z Downloaded futures-executor v0.3.30
5822024-08-27T22:48:19.666Z Downloaded vsss-rs v3.3.4
5832024-08-27T22:48:19.669Z Downloaded walkdir v2.5.0
5842024-08-27T22:48:19.672Z Downloaded futures-core v0.3.30
5852024-08-27T22:48:19.674Z Downloaded fallible-iterator v0.3.0
5862024-08-27T22:48:19.677Z Downloaded memmap2 v0.9.4
5872024-08-27T22:48:19.677Z Downloaded scopeguard v1.2.0
5882024-08-27T22:48:19.681Z Downloaded schemars_derive v0.8.21
5892024-08-27T22:48:19.681Z Downloaded rustc_version v0.4.0
5902024-08-27T22:48:19.684Z Downloaded signal-hook-mio v0.2.4
5912024-08-27T22:48:19.684Z Downloaded getrandom v0.2.14
5922024-08-27T22:48:19.689Z Downloaded parking_lot_core v0.8.6
5932024-08-27T22:48:19.692Z Downloaded crypto-bigint v0.5.5
5942024-08-27T22:48:19.698Z Downloaded owo-colors v4.0.0
5952024-08-27T22:48:19.702Z Downloaded float-ord v0.3.2
5962024-08-27T22:48:19.704Z Downloaded pretty-hex v0.2.1
5972024-08-27T22:48:19.707Z Downloaded ref-cast-impl v1.0.23
5982024-08-27T22:48:19.707Z Downloaded rand_core v0.6.4
5992024-08-27T22:48:19.709Z Downloaded supports-color v3.0.0
6002024-08-27T22:48:19.712Z Downloaded subtle v2.5.0
6012024-08-27T22:48:19.712Z Downloaded untrusted v0.9.0
6022024-08-27T22:48:19.714Z Downloaded structmeta-derive v0.3.0
6032024-08-27T22:48:19.715Z Downloaded siphasher v0.3.11
6042024-08-27T22:48:19.717Z Downloaded dirs-next v2.0.0
6052024-08-27T22:48:19.720Z Downloaded mockall_derive v0.13.0
6062024-08-27T22:48:19.724Z Downloaded difflib v0.4.0
6072024-08-27T22:48:19.724Z Downloaded erased-serde v0.3.31
6082024-08-27T22:48:19.727Z Downloaded pkcs1 v0.7.5
6092024-08-27T22:48:19.730Z Downloaded flagset v0.4.5
6102024-08-27T22:48:19.732Z Downloaded tls_codec v0.4.1
6112024-08-27T22:48:19.736Z Downloaded hostname v0.4.0
6122024-08-27T22:48:19.736Z Downloaded tar v0.4.41
6132024-08-27T22:48:19.739Z Downloaded backtrace v0.3.71
6142024-08-27T22:48:19.744Z Downloaded scheduled-thread-pool v0.2.7
6152024-08-27T22:48:19.748Z Downloaded foreign-types v0.3.2
6162024-08-27T22:48:19.748Z Downloaded path-slash v0.1.5
6172024-08-27T22:48:19.751Z Downloaded foreign-types-shared v0.3.1
6182024-08-27T22:48:19.751Z Downloaded glob v0.3.1
6192024-08-27T22:48:19.751Z Downloaded foreign-types-shared v0.1.1
6202024-08-27T22:48:19.751Z Downloaded parking_lot_core v0.9.10
6212024-08-27T22:48:19.754Z Downloaded tracing-core v0.1.32
6222024-08-27T22:48:19.756Z Downloaded enum-as-inner v0.6.0
6232024-08-27T22:48:19.759Z Downloaded highway v1.2.0
6242024-08-27T22:48:19.762Z Downloaded zeroize v1.7.0
6252024-08-27T22:48:19.764Z Downloaded thiserror-no-std v2.0.2
6262024-08-27T22:48:19.767Z Downloaded http-range v0.1.5
6272024-08-27T22:48:19.770Z Downloaded sigpipe v0.1.3
6282024-08-27T22:48:19.770Z Downloaded http-body v0.4.6
6292024-08-27T22:48:19.772Z Downloaded compact_str v0.8.0
6302024-08-27T22:48:19.775Z Downloaded float-cmp v0.9.0
6312024-08-27T22:48:19.778Z Downloaded topological-sort v0.2.2
6322024-08-27T22:48:19.778Z Downloaded thread_local v1.1.8
6332024-08-27T22:48:19.781Z Downloaded xattr v1.3.1
6342024-08-27T22:48:19.781Z Downloaded wyz v0.5.1
6352024-08-27T22:48:19.784Z Downloaded snafu v0.8.2
6362024-08-27T22:48:19.788Z Downloaded aes v0.8.4
6372024-08-27T22:48:19.802Z Downloaded subprocess v0.2.9
6382024-08-27T22:48:19.805Z Downloaded peg-runtime v0.8.3
6392024-08-27T22:48:19.805Z Downloaded rustls-pemfile v1.0.4
6402024-08-27T22:48:19.808Z Downloaded pbkdf2 v0.12.2
6412024-08-27T22:48:19.811Z Downloaded paste v1.0.15
6422024-08-27T22:48:19.814Z Downloaded form_urlencoded v1.2.1
6432024-08-27T22:48:19.814Z Downloaded quick-error v1.2.3
6442024-08-27T22:48:19.814Z Downloaded pem v3.0.4
6452024-08-27T22:48:19.817Z Downloaded crossbeam-channel v0.5.12
6462024-08-27T22:48:19.821Z Downloaded hyper-tls v0.5.0
6472024-08-27T22:48:19.823Z Downloaded signal-hook-registry v1.4.2
6482024-08-27T22:48:19.826Z Downloaded signature v2.2.0
6492024-08-27T22:48:19.826Z Downloaded fxhash v0.2.1
6502024-08-27T22:48:19.829Z Downloaded structmeta-derive v0.2.0
6512024-08-27T22:48:19.829Z Downloaded untrusted v0.7.1
6522024-08-27T22:48:19.829Z Downloaded tokio-tungstenite v0.20.1
6532024-08-27T22:48:19.832Z Downloaded termtree v0.4.1
6542024-08-27T22:48:19.834Z Downloaded tokio-tungstenite v0.21.0
6552024-08-27T22:48:19.837Z Downloaded schemars v0.8.21
6562024-08-27T22:48:19.848Z Downloaded miniz_oxide v0.7.2
6572024-08-27T22:48:19.850Z Downloaded derive_builder_macro v0.20.0
6582024-08-27T22:48:19.853Z Downloaded fragile v2.0.0
6592024-08-27T22:48:19.856Z Downloaded unicode-truncate v1.0.0
6602024-08-27T22:48:19.856Z Downloaded either v1.13.0
6612024-08-27T22:48:19.858Z Downloaded heck v0.3.3
6622024-08-27T22:48:19.859Z Downloaded unicase v2.7.0
6632024-08-27T22:48:19.861Z Downloaded env_logger v0.9.3
6642024-08-27T22:48:19.864Z Downloaded openssl-sys v0.9.103
6652024-08-27T22:48:19.867Z Downloaded rcgen v0.12.1
6662024-08-27T22:48:19.871Z Downloaded parse-display-derive v0.10.0
6672024-08-27T22:48:19.874Z Downloaded take_mut v0.2.2
6682024-08-27T22:48:19.874Z Downloaded derive_more v0.99.18
6692024-08-27T22:48:19.879Z Downloaded percent-encoding v2.3.1
6702024-08-27T22:48:19.884Z Downloaded static_assertions v1.1.0
6712024-08-27T22:48:19.884Z Downloaded serde_repr v0.1.19
6722024-08-27T22:48:19.888Z Downloaded serde_plain v1.0.2
6732024-08-27T22:48:19.888Z Downloaded slog v2.7.0
6742024-08-27T22:48:19.891Z Downloaded display-error-chain v0.2.0
6752024-08-27T22:48:19.892Z Downloaded headers-core v0.2.0
6762024-08-27T22:48:19.892Z Downloaded strum_macros v0.26.4
6772024-08-27T22:48:19.894Z Downloaded termios v0.3.3
6782024-08-27T22:48:19.901Z Downloaded slog-dtrace v0.3.0
6792024-08-27T22:48:19.901Z Downloaded slog-stdlog v4.1.1
6802024-08-27T22:48:19.901Z Downloaded slog-scope v4.4.0
6812024-08-27T22:48:19.907Z Downloaded rand_seeder v0.3.0
6822024-08-27T22:48:19.907Z Downloaded deranged v0.3.11
6832024-08-27T22:48:19.907Z Downloaded unicode-xid v0.2.4
6842024-08-27T22:48:19.918Z Downloaded hickory-resolver v0.24.1
6852024-08-27T22:48:19.918Z Downloaded poly1305 v0.8.0
6862024-08-27T22:48:19.927Z Downloaded gethostname v0.5.0
6872024-08-27T22:48:19.927Z Downloaded funty v2.0.0
6882024-08-27T22:48:19.927Z Downloaded sqlparser_derive v0.2.2
6892024-08-27T22:48:19.927Z Downloaded uuid v1.10.0
6902024-08-27T22:48:19.927Z Downloaded sqlformat v0.2.4
6912024-08-27T22:48:19.927Z Downloaded pin-project-internal v1.1.5
6922024-08-27T22:48:19.927Z Downloaded string_cache v0.8.7
6932024-08-27T22:48:19.930Z Downloaded rand_xorshift v0.3.0
6942024-08-27T22:48:19.930Z Downloaded radium v0.7.0
6952024-08-27T22:48:19.931Z Downloaded phf_shared v0.10.0
6962024-08-27T22:48:19.931Z Downloaded twox-hash v1.6.3
6972024-08-27T22:48:19.931Z Downloaded iana-time-zone v0.1.60
6982024-08-27T22:48:19.933Z Downloaded url v2.5.2
6992024-08-27T22:48:19.937Z Downloaded hex v0.4.3
7002024-08-27T22:48:19.939Z Downloaded tabwriter v1.4.0
7012024-08-27T22:48:19.939Z Downloaded serde_with_macros v3.9.0
7022024-08-27T22:48:19.941Z Downloaded rtoolbox v0.0.2
7032024-08-27T22:48:19.944Z Downloaded filetime v0.2.24
7042024-08-27T22:48:19.947Z Downloaded dropshot_endpoint v0.10.1
7052024-08-27T22:48:19.947Z Downloaded rand_chacha v0.3.1
7062024-08-27T22:48:19.951Z Downloaded yasna v0.5.2
7072024-08-27T22:48:19.951Z Downloaded tracing v0.1.40
7082024-08-27T22:48:19.954Z Downloaded r2d2 v0.8.10
7092024-08-27T22:48:19.957Z Downloaded futures-macro v0.3.30
7102024-08-27T22:48:19.960Z Downloaded parse-size v1.0.0
7112024-08-27T22:48:19.960Z Downloaded hash32 v0.2.1
7122024-08-27T22:48:19.963Z Downloaded derive_builder_core v0.20.0
7132024-08-27T22:48:19.963Z Downloaded libxml v0.3.3
7142024-08-27T22:48:19.970Z Downloaded flume v0.11.0
7152024-08-27T22:48:19.973Z Downloaded hmac v0.12.1
7162024-08-27T22:48:19.976Z Downloaded psl-types v2.0.11
7172024-08-27T22:48:19.979Z Downloaded diesel_table_macro_syntax v0.2.0
7182024-08-27T22:48:19.979Z Downloaded stringprep v0.1.4
7192024-08-27T22:48:19.979Z Downloaded signal-hook v0.3.17
7202024-08-27T22:48:19.982Z Downloaded ron v0.8.1
7212024-08-27T22:48:19.987Z Downloaded strip-ansi-escapes v0.2.0
7222024-08-27T22:48:19.990Z Downloaded tungstenite v0.21.0
7232024-08-27T22:48:19.993Z Downloaded tungstenite v0.20.1
7242024-08-27T22:48:19.996Z Downloaded hickory-server v0.24.1
7252024-08-27T22:48:20.002Z Downloaded serde_arrays v0.1.0
7262024-08-27T22:48:20.004Z Downloaded hubpack_derive v0.1.1
7272024-08-27T22:48:20.004Z Downloaded endian-type v0.1.2
7282024-08-27T22:48:20.004Z Downloaded zerocopy v0.6.6
7292024-08-27T22:48:20.007Z Downloaded signal-hook-tokio v0.3.1
7302024-08-27T22:48:20.010Z Downloaded derive-where v1.2.7
7312024-08-27T22:48:20.013Z Downloaded phf_shared v0.11.2
7322024-08-27T22:48:20.016Z Downloaded sct v0.7.1
7332024-08-27T22:48:20.019Z Downloaded vte_generate_state_changes v0.1.1
7342024-08-27T22:48:20.019Z Downloaded mio v0.8.11
7352024-08-27T22:48:20.022Z Downloaded heapless v0.8.0
7362024-08-27T22:48:20.028Z Downloaded resolv-conf v0.7.0
7372024-08-27T22:48:20.031Z Downloaded embedded-io v0.4.0
7382024-08-27T22:48:20.031Z Downloaded structmeta v0.2.0
7392024-08-27T22:48:20.034Z Downloaded stable_deref_trait v1.2.0
7402024-08-27T22:48:20.034Z Downloaded proc-macro-crate v1.3.1
7412024-08-27T22:48:20.034Z Downloaded wait-timeout v0.2.0
7422024-08-27T22:48:20.037Z Downloaded pkcs5 v0.7.1
7432024-08-27T22:48:20.039Z Downloaded tokio-tungstenite v0.23.1
7442024-08-27T22:48:20.042Z Downloaded futures v0.3.30
7452024-08-27T22:48:20.047Z Downloaded whoami v1.5.1
7462024-08-27T22:48:20.050Z Downloaded secrecy v0.8.0
7472024-08-27T22:48:20.050Z Downloaded x509-cert v0.2.5
7482024-08-27T22:48:20.056Z Downloaded sec1 v0.7.3
7492024-08-27T22:48:20.059Z Downloaded strum_macros v0.25.3
7502024-08-27T22:48:20.061Z Downloaded sync_wrapper v0.1.2
7512024-08-27T22:48:20.061Z Downloaded tungstenite v0.23.0
7522024-08-27T22:48:20.064Z Downloaded serde_derive_internals v0.29.1
7532024-08-27T22:48:20.067Z Downloaded ff v0.13.0
7542024-08-27T22:48:20.070Z Downloaded vte v0.11.1
7552024-08-27T22:48:20.072Z Downloaded vergen v8.3.2
7562024-08-27T22:48:20.075Z Downloaded waitgroup v0.1.2
7572024-08-27T22:48:20.075Z Downloaded rpassword v7.3.1
7582024-08-27T22:48:20.078Z Downloaded hostname v0.3.1
7592024-08-27T22:48:20.078Z Downloaded rustversion v1.0.17
7602024-08-27T22:48:20.081Z Downloaded unarray v0.1.4
7612024-08-27T22:48:20.081Z Downloaded elliptic-curve v0.13.8
7622024-08-27T22:48:20.088Z Downloaded libm v0.2.8
7632024-08-27T22:48:20.094Z Downloaded blake3 v1.5.1
7642024-08-27T22:48:20.100Z Downloaded portpicker v0.1.1
7652024-08-27T22:48:20.104Z Downloaded tokio-macros v2.4.0
7662024-08-27T22:48:20.104Z Downloaded salsa20 v0.10.2
7672024-08-27T22:48:20.107Z Downloaded dyn-clone v1.0.17
7682024-08-27T22:48:20.107Z Downloaded dsl_auto_type v0.1.2
7692024-08-27T22:48:20.107Z Downloaded httpdate v1.0.3
7702024-08-27T22:48:20.111Z Downloaded strum_macros v0.24.3
7712024-08-27T22:48:20.111Z Downloaded sha1 v0.10.6
7722024-08-27T22:48:20.115Z Downloaded predicates-core v1.0.6
7732024-08-27T22:48:20.115Z Downloaded tokio-native-tls v0.3.1
7742024-08-27T22:48:20.118Z Downloaded thiserror-impl-no-std v2.0.2
7752024-08-27T22:48:20.118Z Downloaded tap v1.0.1
7762024-08-27T22:48:20.118Z Downloaded futures-channel v0.3.30
7772024-08-27T22:48:20.122Z Downloaded predicates v3.1.2
7782024-08-27T22:48:20.122Z Downloaded smallvec v0.6.14
7792024-08-27T22:48:20.125Z Downloaded futures-io v0.3.30
7802024-08-27T22:48:20.126Z Downloaded structmeta v0.3.0
7812024-08-27T22:48:20.126Z Downloaded fd-lock v4.0.2
7822024-08-27T22:48:20.128Z Downloaded http v0.2.12
7832024-08-27T22:48:20.131Z Downloaded der v0.7.9
7842024-08-27T22:48:20.138Z Downloaded http v1.1.0
7852024-08-27T22:48:20.142Z Downloaded scrypt v0.11.0
7862024-08-27T22:48:20.142Z Downloaded half v2.4.1
7872024-08-27T22:48:20.145Z Downloaded rusty-fork v0.3.0
7882024-08-27T22:48:20.148Z Downloaded nom v7.1.3
7892024-08-27T22:48:20.151Z Downloaded serde_with v3.9.0
7902024-08-27T22:48:20.161Z Downloaded home v0.5.9
7912024-08-27T22:48:20.164Z Downloaded smallvec v1.13.2
7922024-08-27T22:48:20.164Z Downloaded headers v0.3.9
7932024-08-27T22:48:20.169Z Downloaded env_logger v0.10.2
7942024-08-27T22:48:20.172Z Downloaded tls_codec_derive v0.4.1
7952024-08-27T22:48:20.176Z Downloaded flate2 v1.0.31
7962024-08-27T22:48:20.180Z Downloaded httparse v1.8.0
7972024-08-27T22:48:20.183Z Downloaded futures-sink v0.3.30
7982024-08-27T22:48:20.183Z Downloaded toml v0.7.8
7992024-08-27T22:48:20.186Z Downloaded diff v0.1.13
8002024-08-27T22:48:20.189Z Downloaded serde_yaml v0.9.34+deprecated
8012024-08-27T22:48:20.192Z Downloaded pin-project v1.1.5
8022024-08-27T22:48:20.209Z Downloaded rand v0.8.5
8032024-08-27T22:48:20.211Z Downloaded fatfs v0.3.6
8042024-08-27T22:48:20.211Z Downloaded diesel_derives v2.2.2
8052024-08-27T22:48:20.215Z Downloaded tough v0.17.1
8062024-08-27T22:48:20.221Z Downloaded heapless v0.7.17
8072024-08-27T22:48:20.225Z Downloaded prettyplease v0.2.20
8082024-08-27T22:48:20.229Z Downloaded postcard v1.0.8
8092024-08-27T22:48:20.232Z Downloaded unicode_categories v0.1.1
8102024-08-27T22:48:20.235Z Downloaded unicode-normalization v0.1.23
8112024-08-27T22:48:20.238Z Downloaded tokio-util v0.7.11
8122024-08-27T22:48:20.244Z Downloaded tokio-postgres v0.7.11
8132024-08-27T22:48:20.248Z Downloaded typed-path v0.7.1
8142024-08-27T22:48:20.256Z Downloaded samael v0.0.15
8152024-08-27T22:48:20.260Z Downloaded rsa v0.9.6
8162024-08-27T22:48:20.266Z Downloaded rustls-webpki v0.101.7
8172024-08-27T22:48:20.279Z Downloaded reqwest v0.11.27
8182024-08-27T22:48:20.288Z Downloaded rayon v1.10.0
8192024-08-27T22:48:20.298Z Downloaded hashbrown v0.13.2
8202024-08-27T22:48:20.301Z Downloaded quick-xml v0.31.0
8212024-08-27T22:48:20.307Z Downloaded portable-atomic v1.6.0
8222024-08-27T22:48:20.313Z Downloaded webpki-roots v0.25.4
8232024-08-27T22:48:20.317Z Downloaded chrono v0.4.38
8242024-08-27T22:48:20.326Z Downloaded bitvec v1.0.1
8252024-08-27T22:48:20.341Z Downloaded proptest v1.5.0
8262024-08-27T22:48:20.349Z Downloaded futures-util v0.3.30
8272024-08-27T22:48:20.361Z Downloaded winnow v0.5.40
8282024-08-27T22:48:20.371Z Downloaded lalrpop v0.19.12
8292024-08-27T22:48:20.381Z Downloaded hyper v0.14.30
8302024-08-27T22:48:20.391Z Downloaded h2 v0.3.26
8312024-08-27T22:48:20.396Z Downloaded rustyline v14.0.0
8322024-08-27T22:48:20.402Z Downloaded rusqlite v0.31.0
8332024-08-27T22:48:20.407Z Downloaded radix_trie v0.2.1
8342024-08-27T22:48:20.412Z Downloaded sqlparser v0.45.0
8352024-08-27T22:48:20.419Z Downloaded dropshot v0.10.1
8362024-08-27T22:48:20.428Z Downloaded regex-syntax v0.6.29
8372024-08-27T22:48:20.436Z Downloaded regex-syntax v0.8.4
8382024-08-27T22:48:20.445Z Downloaded idna v0.4.0
8392024-08-27T22:48:20.452Z Downloaded object v0.30.4
8402024-08-27T22:48:20.461Z Downloaded hkdf v0.12.4
8412024-08-27T22:48:20.463Z Downloaded object v0.32.2
8422024-08-27T22:48:20.475Z Downloaded idna v0.3.0
8432024-08-27T22:48:20.481Z Downloaded nix v0.28.0
8442024-08-27T22:48:20.492Z Downloaded vcpkg v0.2.15
8452024-08-27T22:48:20.531Z Downloaded diesel v2.2.2
8462024-08-27T22:48:20.550Z Downloaded rustls v0.21.12
8472024-08-27T22:48:20.562Z Downloaded regex v1.10.6
8482024-08-27T22:48:20.574Z Downloaded openapiv3 v2.0.0
8492024-08-27T22:48:20.586Z Downloaded polar-core v0.27.3
8502024-08-27T22:48:20.595Z Downloaded regress v0.9.1
8512024-08-27T22:48:20.603Z Downloaded ratatui v0.28.0
8522024-08-27T22:48:20.622Z Downloaded zerocopy-derive v0.6.6
8532024-08-27T22:48:20.632Z Downloaded rustls v0.22.4
8542024-08-27T22:48:20.646Z Downloaded smoltcp v0.11.0
8552024-08-27T22:48:20.659Z Downloaded hickory-proto v0.24.1
8562024-08-27T22:48:20.674Z Downloaded finl_unicode v1.2.0
8572024-08-27T22:48:20.687Z Downloaded regex-automata v0.4.6
8582024-08-27T22:48:20.705Z Downloaded petgraph v0.6.5
8592024-08-27T22:48:20.722Z Downloaded sha3 v0.10.8
8602024-08-27T22:48:20.727Z Downloaded csv v1.3.0
8612024-08-27T22:48:20.748Z Downloaded bzip2-sys v0.1.11+1.0.8
8622024-08-27T22:48:20.760Z Downloaded sled v0.34.7
8632024-08-27T22:48:20.773Z Downloaded nix v0.27.1
8642024-08-27T22:48:20.781Z Downloaded openssl v0.10.66
8652024-08-27T22:48:20.791Z Downloaded bstr v1.9.1
8662024-08-27T22:48:20.801Z Downloaded git2 v0.19.0
8672024-08-27T22:48:20.809Z Downloaded smoltcp v0.9.1
8682024-08-27T22:48:20.820Z Downloaded idna v0.5.0
8692024-08-27T22:48:20.827Z Downloaded rustls-webpki v0.102.4
8702024-08-27T22:48:20.844Z Downloaded gimli v0.28.1
8712024-08-27T22:48:20.853Z Downloaded curve25519-dalek v4.1.3
8722024-08-27T22:48:20.863Z Downloaded bindgen v0.69.4
8732024-08-27T22:48:20.871Z Downloaded tokio v1.39.3
8742024-08-27T22:48:20.909Z Downloaded ron v0.7.1
8752024-08-27T22:48:20.913Z Downloaded toml_edit v0.19.15
8762024-08-27T22:48:20.929Z Downloaded unicode-segmentation v1.11.0
8772024-08-27T22:48:20.932Z Downloaded publicsuffix v2.2.3
8782024-08-27T22:48:20.935Z Downloaded slog-term v2.9.1
8792024-08-27T22:48:20.938Z Downloaded steno v0.4.1
8802024-08-27T22:48:20.941Z Downloaded fallible-streaming-iterator v0.1.9
8812024-08-27T22:48:20.946Z Downloaded hashbrown v0.12.3
8822024-08-27T22:48:20.949Z Downloaded predicates-tree v1.0.9
8832024-08-27T22:48:20.949Z Downloaded itertools v0.13.0
8842024-08-27T22:48:20.953Z Downloaded smf v0.2.3
8852024-08-27T22:48:20.956Z Downloaded postgres-protocol v0.6.7
8862024-08-27T22:48:20.956Z Downloaded der_derive v0.7.2
8872024-08-27T22:48:20.959Z Downloaded reedline v0.33.0
8882024-08-27T22:48:20.965Z Downloaded expectorate v1.1.0
8892024-08-27T22:48:20.968Z Downloaded itertools v0.12.1
8902024-08-27T22:48:20.975Z Downloaded which v4.4.2
8912024-08-27T22:48:20.977Z Downloaded aho-corasick v1.1.3
8922024-08-27T22:48:20.981Z Downloaded itertools v0.10.5
8932024-08-27T22:48:20.987Z Downloaded mio v1.0.2
8942024-08-27T22:48:20.993Z Downloaded pkcs8 v0.10.2
8952024-08-27T22:48:20.996Z Downloaded password-hash v0.5.0
8962024-08-27T22:48:20.998Z Downloaded hashlink v0.9.1
8972024-08-27T22:48:21.001Z Downloaded test-strategy v0.3.1
8982024-08-27T22:48:21.004Z Downloaded rustc-demangle v0.1.24
8992024-08-27T22:48:21.007Z Downloaded ring v0.16.20
9002024-08-27T22:48:21.086Z Downloaded num-bigint-dig v0.8.4
9012024-08-27T22:48:21.090Z Downloaded crossterm v0.28.1
9022024-08-27T22:48:21.096Z Downloaded hickory-client v0.24.1
9032024-08-27T22:48:21.099Z Downloaded unicode-bidi v0.3.15
9042024-08-27T22:48:21.101Z Downloaded group v0.13.0
9052024-08-27T22:48:21.104Z Downloaded futures-task v0.3.30
9062024-08-27T22:48:21.104Z Downloaded rustc-hash v1.1.0
9072024-08-27T22:48:21.109Z Downloaded postgres-types v0.2.7
9082024-08-27T22:48:21.109Z Downloaded unsafe-libyaml v0.2.11
9092024-08-27T22:48:21.116Z Downloaded serde-hex v0.1.0
9102024-08-27T22:48:21.116Z Downloaded pkg-config v0.3.30
9112024-08-27T22:48:21.116Z Downloaded hyper-rustls v0.24.2
9122024-08-27T22:48:21.116Z Downloaded rayon-core v1.12.1
9132024-08-27T22:48:21.120Z Downloaded derive_builder v0.20.0
9142024-08-27T22:48:21.123Z Downloaded tokio-stream v0.1.15
9152024-08-27T22:48:21.126Z Downloaded tokio-rustls v0.24.1
9162024-08-27T22:48:21.129Z Downloaded time v0.3.36
9172024-08-27T22:48:21.135Z Downloaded tokio-rustls v0.25.0
9182024-08-27T22:48:21.138Z Downloaded pem-rfc7468 v0.7.0
9192024-08-27T22:48:21.140Z Downloaded peg-macros v0.8.4
9202024-08-27T22:48:21.141Z Downloaded peg v0.8.4
9212024-08-27T22:48:21.143Z Downloaded zip v0.6.6
9222024-08-27T22:48:21.148Z Downloaded rustls-pki-types v1.7.0
9232024-08-27T22:48:21.150Z Downloaded rustls-pemfile v2.1.3
9242024-08-27T22:48:21.153Z Downloaded minimal-lexical v0.2.1
9252024-08-27T22:48:21.156Z Downloaded similar v2.6.0
9262024-08-27T22:48:21.160Z Downloaded globset v0.4.14
9272024-08-27T22:48:21.163Z Downloaded crossterm v0.27.0
9282024-08-27T22:48:21.168Z Downloaded oso v0.27.3
9292024-08-27T22:48:21.170Z Downloaded termcolor v1.4.1
9302024-08-27T22:48:21.173Z Downloaded shlex v1.3.0
9312024-08-27T22:48:21.173Z Downloaded serde_path_to_error v0.1.16
9322024-08-27T22:48:21.176Z Downloaded same-file v1.0.6
9332024-08-27T22:48:21.176Z Downloaded packed_struct_codegen v0.10.1
9342024-08-27T22:48:21.179Z Downloaded num-traits v0.2.19
9352024-08-27T22:48:21.195Z Downloaded dirs-sys-next v0.1.2
9362024-08-27T22:48:21.195Z Downloaded uzers v0.11.3
9372024-08-27T22:48:21.195Z Downloaded cc v1.0.97
9382024-08-27T22:48:21.195Z Downloaded strum v0.26.3
9392024-08-27T22:48:21.195Z Downloaded encoding_rs v0.8.34
9402024-08-27T22:48:21.206Z Downloaded const_format v0.2.32
9412024-08-27T22:48:21.215Z Downloaded bytes v1.7.1
9422024-08-27T22:48:21.218Z Downloaded base64 v0.21.7
9432024-08-27T22:48:21.218Z Downloaded hash32 v0.3.1
9442024-08-27T22:48:21.220Z Downloaded socket2 v0.4.10
9452024-08-27T22:48:21.220Z Downloaded slog-bunyan v2.5.0
9462024-08-27T22:48:21.224Z Downloaded slog-async v2.8.0
9472024-08-27T22:48:21.224Z Downloaded slab v0.4.9
9482024-08-27T22:48:21.224Z Downloaded fixedbitset v0.4.2
9492024-08-27T22:48:21.226Z Downloaded pin-project-lite v0.2.14
9502024-08-27T22:48:21.230Z Downloaded ppv-lite86 v0.2.17
9512024-08-27T22:48:21.232Z Downloaded powerfmt v0.2.0
9522024-08-27T22:48:21.232Z Downloaded phf v0.11.2
9532024-08-27T22:48:21.235Z Downloaded tinyvec v1.6.0
9542024-08-27T22:48:21.238Z Downloaded tiny-keccak v2.0.2
9552024-08-27T22:48:21.238Z Downloaded time-macros v0.2.18
9562024-08-27T22:48:21.241Z Downloaded num-complex v0.4.6
9572024-08-27T22:48:21.244Z Downloaded socket2 v0.5.7
9582024-08-27T22:48:21.244Z Downloaded newtype-uuid v1.1.0
9592024-08-27T22:48:21.244Z Downloaded native-tls v0.2.11
9602024-08-27T22:48:21.246Z Downloaded mime_guess v2.0.4
9612024-08-27T22:48:21.249Z Downloaded rustc_version v0.1.7
9622024-08-27T22:48:21.249Z Downloaded ref-cast v1.0.23
9632024-08-27T22:48:21.252Z Downloaded lock_api v0.4.12
9642024-08-27T22:48:21.252Z Downloaded indicatif v0.17.8
9652024-08-27T22:48:21.255Z Downloaded base64 v0.22.1
9662024-08-27T22:48:21.259Z Downloaded zone v0.1.8
9672024-08-27T22:48:21.261Z Downloaded parse-display v0.10.0
9682024-08-27T22:48:21.261Z Downloaded humantime v2.1.0
9692024-08-27T22:48:21.264Z Downloaded tracing-attributes v0.1.27
9702024-08-27T22:48:21.264Z Downloaded crossbeam-utils v0.8.19
9712024-08-27T22:48:21.267Z Downloaded crc-any v2.5.0
9722024-08-27T22:48:21.269Z Downloaded const-oid v0.9.6
9732024-08-27T22:48:21.272Z Downloaded clang-sys v1.7.0
9742024-08-27T22:48:21.275Z Downloaded base64ct v1.6.0
9752024-08-27T22:48:21.275Z Downloaded olpc-cjson v0.1.3
9762024-08-27T22:48:21.277Z Downloaded num v0.4.3
9772024-08-27T22:48:21.277Z Downloaded multimap v0.10.0
9782024-08-27T22:48:21.277Z Downloaded memoffset v0.9.1
9792024-08-27T22:48:21.281Z Downloaded parking_lot v0.11.2
9802024-08-27T22:48:21.283Z Downloaded lalrpop-util v0.19.12
9812024-08-27T22:48:21.283Z Downloaded mockall v0.13.0
9822024-08-27T22:48:21.283Z Downloaded darling v0.20.9
9832024-08-27T22:48:21.286Z Downloaded crc32fast v1.4.0
9842024-08-27T22:48:21.289Z Downloaded libgit2-sys v0.17.0+1.8.1
9852024-08-27T22:48:21.345Z Downloaded cookie_store v0.20.0
9862024-08-27T22:48:21.348Z Downloaded chacha20 v0.9.1
9872024-08-27T22:48:21.350Z Downloaded libsw v3.3.1
9882024-08-27T22:48:21.350Z Downloaded inout v0.1.3
9892024-08-27T22:48:21.353Z Downloaded newline-converter v0.3.0
9902024-08-27T22:48:21.353Z Downloaded cookie v0.17.0
9912024-08-27T22:48:21.358Z Downloaded lru-cache v0.1.2
9922024-08-27T22:48:21.358Z Downloaded lazycell v1.3.0
9932024-08-27T22:48:21.359Z Downloaded keccak v0.1.5
9942024-08-27T22:48:21.361Z Downloaded instability v0.3.2
9952024-08-27T22:48:21.361Z Downloaded slog-envlogger v2.2.0
9962024-08-27T22:48:21.361Z Downloaded mime v0.3.17
9972024-08-27T22:48:21.361Z Downloaded semver v0.1.20
9982024-08-27T22:48:21.361Z Downloaded hubpack v0.1.2
9992024-08-27T22:48:21.364Z Downloaded async-trait v0.1.81
10002024-08-27T22:48:21.367Z Downloaded opaque-debug v0.3.1
10012024-08-27T22:48:21.367Z Downloaded num_threads v0.1.7
10022024-08-27T22:48:21.367Z Downloaded debug-ignore v1.0.5
10032024-08-27T22:48:21.370Z Downloaded allocator-api2 v0.2.18
10042024-08-27T22:48:21.372Z Downloaded base16ct v0.2.0
10052024-08-27T22:48:21.372Z Downloaded hyper-staticfile v0.9.5
10062024-08-27T22:48:21.377Z Downloaded csv-core v0.1.11
10072024-08-27T22:48:21.377Z Downloaded blake2 v0.10.6
10082024-08-27T22:48:21.383Z Downloaded nanorand v0.7.0
10092024-08-27T22:48:21.383Z Downloaded crossbeam-epoch v0.9.18
10102024-08-27T22:48:21.386Z Downloaded console v0.15.8
10112024-08-27T22:48:21.386Z Downloaded backoff v0.4.0
10122024-08-27T22:48:21.386Z Downloaded ascii-canvas v3.0.0
10132024-08-27T22:48:21.389Z Downloaded arrayvec v0.7.4
10142024-08-27T22:48:21.389Z Downloaded const_format_proc_macros v0.2.32
10152024-08-27T22:48:21.392Z Downloaded bcs v0.1.6
10162024-08-27T22:48:21.392Z Downloaded managed v0.8.0
10172024-08-27T22:48:21.395Z Downloaded ciborium v0.2.2
10182024-08-27T22:48:21.397Z Downloaded indoc v1.0.9
10192024-08-27T22:48:21.398Z Downloaded defmt-macros v0.3.9
10202024-08-27T22:48:21.401Z Downloaded bzip2 v0.4.4
10212024-08-27T22:48:21.405Z Downloaded cobs v0.2.3
10222024-08-27T22:48:21.405Z Downloaded argon2 v0.5.3
10232024-08-27T22:48:21.405Z Downloaded block-padding v0.3.3
10242024-08-27T22:48:21.408Z Downloaded bitfield v0.14.0
10252024-08-27T22:48:21.408Z Downloaded bit-set v0.5.3
10262024-08-27T22:48:21.408Z Downloaded convert_case v0.4.0
10272024-08-27T22:48:21.408Z Downloaded ciborium-ll v0.2.2
10282024-08-27T22:48:21.411Z Downloaded cbc v0.1.2
10292024-08-27T22:48:21.411Z Downloaded bb8 v0.8.5
10302024-08-27T22:48:21.411Z Downloaded cipher v0.4.4
10312024-08-27T22:48:21.415Z Downloaded assert_matches v1.5.0
10322024-08-27T22:48:21.415Z Downloaded arrayref v0.3.7
10332024-08-27T22:48:21.418Z Downloaded array-init v0.0.4
10342024-08-27T22:48:21.815Z Downloaded libz-sys v1.1.16
10352024-08-27T22:48:21.938Z Downloaded ring v0.17.8
10362024-08-27T22:48:22.037Z Downloaded libsqlite3-sys v0.28.0
10372024-08-27T22:48:22.196Z Compiling serde v1.0.208
10382024-08-27T22:48:22.199Z Compiling typenum v1.17.0
10392024-08-27T22:48:22.199Z Compiling generic-array v0.14.7
10402024-08-27T22:48:22.199Z Compiling lock_api v0.4.12
10412024-08-27T22:48:22.377Z Compiling scopeguard v1.2.0
10422024-08-27T22:48:22.380Z Compiling log v0.4.21
10432024-08-27T22:48:22.407Z Compiling syn v2.0.74
10442024-08-27T22:48:22.410Z Compiling getrandom v0.2.14
10452024-08-27T22:48:22.532Z Compiling jobserver v0.1.32
10462024-08-27T22:48:22.691Z Compiling rand_core v0.6.4
10472024-08-27T22:48:22.838Z Compiling subtle v2.5.0
10482024-08-27T22:48:22.921Z Compiling cc v1.0.97
10492024-08-27T22:48:22.939Z Compiling const-oid v0.9.6
10502024-08-27T22:48:23.202Z Compiling smallvec v1.13.2
10512024-08-27T22:48:23.253Z Compiling pin-project-lite v0.2.14
10522024-08-27T22:48:23.297Z Compiling parking_lot_core v0.9.10
10532024-08-27T22:48:23.383Z Compiling signal-hook-registry v1.4.2
10542024-08-27T22:48:23.529Z Compiling spin v0.9.8
10552024-08-27T22:48:23.629Z Compiling mio v1.0.2
10562024-08-27T22:48:23.997Z Compiling ahash v0.8.11
10572024-08-27T22:48:24.249Z Compiling parking_lot v0.12.2
10582024-08-27T22:48:24.388Z Compiling tinyvec_macros v0.1.1
10592024-08-27T22:48:24.480Z Compiling tinyvec v1.6.0
10602024-08-27T22:48:24.577Z Compiling socket2 v0.5.7
10612024-08-27T22:48:24.899Z Compiling libm v0.2.8
10622024-08-27T22:48:24.946Z Compiling cpufeatures v0.2.12
10632024-08-27T22:48:25.030Z Compiling futures-core v0.3.30
10642024-08-27T22:48:25.186Z Compiling futures-sink v0.3.30
10652024-08-27T22:48:25.225Z Compiling serde_json v1.0.125
10662024-08-27T22:48:25.271Z Compiling num-traits v0.2.19
10672024-08-27T22:48:25.289Z Compiling slab v0.4.9
10682024-08-27T22:48:25.327Z Compiling allocator-api2 v0.2.18
10692024-08-27T22:48:25.515Z Compiling unicode-bidi v0.3.15
10702024-08-27T22:48:25.791Z Compiling futures-channel v0.3.30
10712024-08-27T22:48:25.892Z Compiling unicode-normalization v0.1.23
10722024-08-27T22:48:26.007Z Compiling futures-task v0.3.30
10732024-08-27T22:48:26.123Z Compiling pin-utils v0.1.0
10742024-08-27T22:48:26.178Z Compiling futures-io v0.3.30
10752024-08-27T22:48:26.217Z Compiling pkg-config v0.3.30
10762024-08-27T22:48:26.314Z Compiling vcpkg v0.2.15
10772024-08-27T22:48:26.508Z Compiling base64ct v1.6.0
10782024-08-27T22:48:27.064Z Compiling pem-rfc7468 v0.7.0
10792024-08-27T22:48:27.091Z Compiling ring v0.17.8
10802024-08-27T22:48:27.115Z Compiling percent-encoding v2.3.1
10812024-08-27T22:48:27.138Z Compiling ppv-lite86 v0.2.17
10822024-08-27T22:48:27.493Z Compiling flagset v0.4.5
10832024-08-27T22:48:27.707Z Compiling tracing-core v0.1.32
10842024-08-27T22:48:27.792Z Compiling untrusted v0.9.0
10852024-08-27T22:48:27.832Z Compiling rustix v0.38.34
10862024-08-27T22:48:27.954Z Compiling rand_chacha v0.3.1
10872024-08-27T22:48:27.972Z Compiling httparse v1.8.0
10882024-08-27T22:48:28.414Z Compiling rand v0.8.5
10892024-08-27T22:48:28.585Z Compiling openssl-sys v0.9.103
10902024-08-27T22:48:28.764Z Compiling powerfmt v0.2.0
10912024-08-27T22:48:29.122Z Compiling openssl v0.10.66
10922024-08-27T22:48:29.164Z Compiling num-conv v0.1.0
10932024-08-27T22:48:29.182Z Compiling time-core v0.1.2
10942024-08-27T22:48:29.356Z Compiling rustversion v1.0.17
10952024-08-27T22:48:29.425Z Compiling foreign-types-shared v0.1.1
10962024-08-27T22:48:29.514Z Compiling foreign-types v0.3.2
10972024-08-27T22:48:29.554Z Compiling time-macros v0.2.18
10982024-08-27T22:48:29.608Z Compiling deranged v0.3.11
10992024-08-27T22:48:30.190Z Compiling form_urlencoded v1.2.1
11002024-08-27T22:48:30.232Z Compiling aho-corasick v1.1.3
11012024-08-27T22:48:30.352Z Compiling crossbeam-utils v0.8.19
11022024-08-27T22:48:30.510Z Compiling try-lock v0.2.5
11032024-08-27T22:48:30.655Z Compiling rustls v0.21.12
11042024-08-27T22:48:30.909Z Compiling siphasher v0.3.11
11052024-08-27T22:48:30.933Z Compiling syn v1.0.109
11062024-08-27T22:48:31.089Z Compiling num_threads v0.1.7
11072024-08-27T22:48:31.219Z Compiling native-tls v0.2.11
11082024-08-27T22:48:31.296Z Compiling regex-syntax v0.8.4
11092024-08-27T22:48:31.467Z Compiling want v0.3.1
11102024-08-27T22:48:31.737Z Compiling idna v0.5.0
11112024-08-27T22:48:32.343Z Compiling cookie v0.17.0
11122024-08-27T22:48:32.640Z Compiling iana-time-zone v0.1.60
11132024-08-27T22:48:32.834Z Compiling time v0.3.36
11142024-08-27T22:48:33.085Z Compiling adler v1.0.2
11152024-08-27T22:48:33.104Z Compiling tower-service v0.3.2
11162024-08-27T22:48:33.223Z Compiling httpdate v1.0.3
11172024-08-27T22:48:33.279Z Compiling openssl-probe v0.1.5
11182024-08-27T22:48:33.299Z Compiling finl_unicode v1.2.0
11192024-08-27T22:48:33.624Z Compiling slog v2.7.0
11202024-08-27T22:48:33.674Z Compiling miniz_oxide v0.7.2
11212024-08-27T22:48:33.873Z Compiling stringprep v0.1.4
11222024-08-27T22:48:34.303Z Compiling url v2.5.2
11232024-08-27T22:48:35.080Z Compiling regex-automata v0.4.6
11242024-08-27T22:48:36.183Z Compiling num-integer v0.1.46
11252024-08-27T22:48:36.549Z Compiling serde_derive v1.0.208
11262024-08-27T22:48:36.854Z Compiling zeroize_derive v1.4.2
11272024-08-27T22:48:36.978Z Compiling zerocopy-derive v0.7.34
11282024-08-27T22:48:37.883Z Compiling tokio-macros v2.4.0
11292024-08-27T22:48:38.046Z Compiling thiserror-impl v1.0.63
11302024-08-27T22:48:38.322Z Compiling futures-macro v0.3.30
11312024-08-27T22:48:38.531Z Compiling zeroize v1.7.0
11322024-08-27T22:48:39.306Z Compiling zerocopy v0.7.34
11332024-08-27T22:48:39.547Z Compiling der_derive v0.7.2
11342024-08-27T22:48:40.346Z Compiling crypto-common v0.1.6
11352024-08-27T22:48:40.348Z Compiling block-buffer v0.10.4
11362024-08-27T22:48:40.581Z Compiling digest v0.10.7
11372024-08-27T22:48:40.629Z Compiling block-padding v0.3.3
11382024-08-27T22:48:40.919Z Compiling inout v0.1.3
11392024-08-27T22:48:41.056Z Compiling hmac v0.12.1
11402024-08-27T22:48:41.201Z Compiling cipher v0.4.4
11412024-08-27T22:48:41.305Z Compiling sha2 v0.10.8
11422024-08-27T22:48:41.454Z Compiling hashbrown v0.14.5
11432024-08-27T22:48:41.469Z Compiling thiserror v1.0.63
11442024-08-27T22:48:41.606Z Compiling futures-util v0.3.30
11452024-08-27T22:48:41.695Z Compiling pest v2.7.10
11462024-08-27T22:48:42.044Z Compiling der v0.7.9
11472024-08-27T22:48:42.890Z Compiling salsa20 v0.10.2
11482024-08-27T22:48:43.118Z Compiling pbkdf2 v0.12.2
11492024-08-27T22:48:43.282Z Compiling scroll_derive v0.12.0
11502024-08-27T22:48:44.752Z Compiling pest_meta v2.7.10
11512024-08-27T22:48:44.754Z Compiling tracing-attributes v0.1.27
11522024-08-27T22:48:44.928Z Compiling scroll v0.12.0
11532024-08-27T22:48:45.330Z Compiling spki v0.7.3
11542024-08-27T22:48:45.496Z Compiling scrypt v0.11.0
11552024-08-27T22:48:45.718Z Compiling cbc v0.1.2
11562024-08-27T22:48:45.959Z Compiling aes v0.8.4
11572024-08-27T22:48:46.060Z Compiling pest_generator v2.7.10
11582024-08-27T22:48:47.813Z Compiling pkcs5 v0.7.1
11592024-08-27T22:48:48.137Z Compiling goblin v0.8.2
11602024-08-27T22:48:48.166Z Compiling openssl-macros v0.1.1
11612024-08-27T22:48:48.628Z Compiling tracing v0.1.40
11622024-08-27T22:48:48.815Z Compiling pkcs8 v0.10.2
11632024-08-27T22:48:48.937Z Compiling rustls-webpki v0.101.7
11642024-08-27T22:48:48.983Z Compiling sct v0.7.1
11652024-08-27T22:48:49.157Z Compiling md-5 v0.10.6
11662024-08-27T22:48:49.299Z Compiling backtrace v0.3.71
11672024-08-27T22:48:49.431Z Compiling idna v0.3.0
11682024-08-27T22:48:49.563Z Compiling lazy_static v1.5.0
11692024-08-27T22:48:49.567Z Compiling hash32 v0.2.1
11702024-08-27T22:48:49.767Z Compiling crc32fast v1.4.0
11712024-08-27T22:48:49.806Z Compiling pest_derive v2.7.10
11722024-08-27T22:48:49.920Z Compiling stable_deref_trait v1.2.0
11732024-08-27T22:48:50.019Z Compiling fallible-iterator v0.2.0
11742024-08-27T22:48:50.314Z Compiling num-bigint-dig v0.8.4
11752024-08-27T22:48:50.621Z Compiling dtrace-parser v0.2.0
11762024-08-27T22:48:50.640Z Compiling base64 v0.22.1
11772024-08-27T22:48:50.709Z Compiling cfg_aliases v0.1.1
11782024-08-27T22:48:50.808Z Compiling signal-hook v0.3.17
11792024-08-27T22:48:50.833Z Compiling gimli v0.28.1
11802024-08-27T22:48:51.010Z Compiling bytes v1.7.1
11812024-08-27T22:48:51.103Z Compiling bitflags v2.6.0
11822024-08-27T22:48:51.397Z Compiling indexmap v2.4.0
11832024-08-27T22:48:51.548Z Compiling semver v1.0.23
11842024-08-27T22:48:52.342Z Compiling tokio v1.39.3
11852024-08-27T22:48:52.364Z Compiling http v0.2.12
11862024-08-27T22:48:52.857Z Compiling rustc_version v0.4.0
11872024-08-27T22:48:53.601Z Compiling heapless v0.7.17
11882024-08-27T22:48:54.059Z Compiling http-body v0.4.6
11892024-08-27T22:48:54.489Z Compiling dof v0.3.0
11902024-08-27T22:48:54.911Z Compiling uuid v1.10.0
11912024-08-27T22:48:55.859Z Compiling usdt-impl v0.5.0
11922024-08-27T22:48:56.079Z Compiling serde_spanned v0.6.7
11932024-08-27T22:48:56.318Z Compiling toml_datetime v0.6.8
11942024-08-27T22:48:56.373Z Compiling chrono v0.4.38
11952024-08-27T22:48:56.653Z Compiling serde_tokenstream v0.2.2
11962024-08-27T22:48:56.848Z Compiling smoltcp v0.9.1
11972024-08-27T22:48:57.297Z Compiling psl-types v2.0.11
11982024-08-27T22:48:57.456Z Compiling publicsuffix v2.2.3
11992024-08-27T22:48:57.667Z Compiling terminal_size v0.3.0
12002024-08-27T22:48:57.723Z Compiling addr2line v0.21.0
12012024-08-27T22:48:57.873Z Compiling postgres-protocol v0.6.7
12022024-08-27T22:48:58.434Z Compiling nix v0.28.0
12032024-08-27T22:48:58.651Z Compiling hubpack_derive v0.1.1
12042024-08-27T22:48:58.674Z Compiling num-iter v0.1.45
12052024-08-27T22:48:58.692Z Compiling async-trait v0.1.81
12062024-08-27T22:48:58.858Z Compiling zerocopy-derive v0.6.6
12072024-08-27T22:48:59.550Z Compiling phf_shared v0.11.2
12082024-08-27T22:48:59.923Z Compiling serde_derive_internals v0.29.1
12092024-08-27T22:49:00.079Z Compiling ff v0.13.0
12102024-08-27T22:49:00.098Z Compiling object v0.32.2
12112024-08-27T22:49:00.299Z Compiling fs-err v2.11.0
12122024-08-27T22:49:00.336Z Compiling bitflags v1.3.2
12132024-08-27T22:49:00.443Z Compiling tokio-util v0.7.11
12142024-08-27T22:49:01.011Z Compiling tokio-native-tls v0.3.1
12152024-08-27T22:49:01.220Z Compiling tokio-rustls v0.24.1
12162024-08-27T22:49:01.273Z Compiling rustc-demangle v0.1.24
12172024-08-27T22:49:01.487Z Compiling h2 v0.3.26
12182024-08-27T22:49:01.630Z Compiling either v1.13.0
12192024-08-27T22:49:01.920Z Compiling base64 v0.21.7
12202024-08-27T22:49:02.125Z Compiling anyhow v1.0.86
12212024-08-27T22:49:02.319Z Compiling base16ct v0.2.0
12222024-08-27T22:49:02.645Z Compiling winnow v0.5.40
12232024-08-27T22:49:02.677Z Compiling ipnet v2.9.0
12242024-08-27T22:49:02.703Z Compiling schemars v0.8.21
12252024-08-27T22:49:02.742Z Compiling managed v0.8.0
12262024-08-27T22:49:03.079Z Compiling clap_builder v4.5.15
12272024-08-27T22:49:03.564Z Compiling schemars_derive v0.8.21
12282024-08-27T22:49:03.868Z Compiling sec1 v0.7.3
12292024-08-27T22:49:04.450Z Compiling rustls-pemfile v1.0.4
12302024-08-27T22:49:04.912Z Compiling zerocopy v0.6.6
12312024-08-27T22:49:05.491Z Compiling group v0.13.0
12322024-08-27T22:49:05.762Z Compiling phf v0.11.2
12332024-08-27T22:49:05.817Z Compiling cookie_store v0.20.0
12342024-08-27T22:49:06.047Z Compiling hubpack v0.1.2
12352024-08-27T22:49:06.509Z Compiling toml_edit v0.19.15
12362024-08-27T22:49:07.415Z Compiling postgres-types v0.2.7
12372024-08-27T22:49:07.514Z Compiling usdt-macro v0.5.0
12382024-08-27T22:49:07.653Z Compiling usdt-attr-macro v0.5.0
12392024-08-27T22:49:08.927Z Compiling hyper v0.14.30
12402024-08-27T22:49:09.322Z Compiling serde_urlencoded v0.7.1
12412024-08-27T22:49:09.850Z Compiling pkcs1 v0.7.5
12422024-08-27T22:49:10.034Z Compiling futures-executor v0.3.30
12432024-08-27T22:49:10.516Z Compiling hkdf v0.12.4
12442024-08-27T22:49:10.622Z Compiling signature v2.2.0
12452024-08-27T22:49:10.769Z Compiling bstr v1.9.1
12462024-08-27T22:49:10.868Z Compiling regex v1.10.6
12472024-08-27T22:49:10.928Z Compiling crypto-bigint v0.5.5
12482024-08-27T22:49:12.016Z Compiling serde_repr v0.1.19
12492024-08-27T22:49:12.186Z Compiling enum-as-inner v0.6.0
12502024-08-27T22:49:12.493Z Compiling strum_macros v0.25.3
12512024-08-27T22:49:12.639Z Compiling clap_derive v4.5.13
12522024-08-27T22:49:13.220Z Compiling phf_shared v0.10.0
12532024-08-27T22:49:13.283Z Compiling float-cmp v0.9.0
12542024-08-27T22:49:13.521Z Compiling idna v0.4.0
12552024-08-27T22:49:13.616Z Compiling mio v0.8.11
12562024-08-27T22:49:14.658Z Compiling encoding_rs v0.8.34
12572024-08-27T22:49:14.884Z Compiling fixedbitset v0.4.2
12582024-08-27T22:49:15.141Z Compiling dyn-clone v1.0.17
12592024-08-27T22:49:15.363Z Compiling difflib v0.4.0
12602024-08-27T22:49:15.382Z Compiling data-encoding v2.6.0
12612024-08-27T22:49:16.581Z Compiling hyper-rustls v0.24.2
12622024-08-27T22:49:16.976Z Compiling hyper-tls v0.5.0
12632024-08-27T22:49:17.014Z Compiling mime v0.3.17
12642024-08-27T22:49:17.095Z Compiling normalize-line-endings v0.3.0
12652024-08-27T22:49:17.224Z Compiling static_assertions v1.1.0
12662024-08-27T22:49:17.314Z Compiling bit-vec v0.6.3
12672024-08-27T22:49:17.335Z Compiling new_debug_unreachable v1.0.6
12682024-08-27T22:49:17.434Z Compiling unicode-segmentation v1.11.0
12692024-08-27T22:49:17.617Z Compiling precomputed-hash v0.1.1
12702024-08-27T22:49:17.729Z Compiling sync_wrapper v0.1.2
12712024-08-27T22:49:17.756Z Compiling webpki-roots v0.25.4
12722024-08-27T22:49:17.776Z Compiling whoami v1.5.1
12732024-08-27T22:49:17.801Z Compiling minimal-lexical v0.2.1
12742024-08-27T22:49:17.853Z Compiling predicates-core v1.0.6
12752024-08-27T22:49:17.930Z Compiling toml_edit v0.22.20
12762024-08-27T22:49:18.211Z Compiling nom v7.1.3
12772024-08-27T22:49:18.307Z Compiling similar v2.6.0
12782024-08-27T22:49:18.326Z Compiling tokio-postgres v0.7.11
12792024-08-27T22:49:18.429Z Compiling predicates v3.1.2
12802024-08-27T22:49:19.008Z Compiling reqwest v0.11.27
12812024-08-27T22:49:19.354Z Compiling clap v4.5.16
12822024-08-27T22:49:19.482Z Compiling console v0.15.8
12832024-08-27T22:49:20.143Z Compiling string_cache v0.8.7
12842024-08-27T22:49:20.617Z Compiling bit-set v0.5.3
12852024-08-27T22:49:20.720Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12862024-08-27T22:49:20.899Z Compiling hickory-proto v0.24.1
12872024-08-27T22:49:21.370Z Compiling petgraph v0.6.5
12882024-08-27T22:49:21.942Z Compiling usdt v0.5.0
12892024-08-27T22:49:22.470Z Compiling signal-hook-mio v0.2.4
12902024-08-27T22:49:22.636Z Compiling elliptic-curve v0.13.8
12912024-08-27T22:49:23.493Z Compiling rsa v0.9.6
12922024-08-27T22:49:24.100Z Compiling futures v0.3.30
12932024-08-27T22:49:24.226Z Compiling toml v0.7.8
12942024-08-27T22:49:25.405Z Compiling flate2 v1.0.31
12952024-08-27T22:49:26.343Z Compiling itertools v0.12.1
12962024-08-27T22:49:26.376Z Compiling itertools v0.10.5
12972024-08-27T22:49:26.788Z Compiling tokio-stream v0.1.15
12982024-08-27T22:49:27.081Z Compiling openapiv3 v2.0.0
12992024-08-27T22:49:27.874Z Compiling hex v0.4.3
13002024-08-27T22:49:28.501Z Compiling sha1 v0.10.6
13012024-08-27T22:49:28.921Z Compiling crossbeam-epoch v0.9.18
13022024-08-27T22:49:29.206Z Compiling dirs-sys-next v0.1.2
13032024-08-27T22:49:29.506Z Compiling lalrpop-util v0.19.12
13042024-08-27T22:49:29.713Z Compiling unicode-xid v0.2.4
13052024-08-27T22:49:29.865Z Compiling peg-runtime v0.8.3
13062024-08-27T22:49:29.883Z Compiling dirs-next v2.0.0
13072024-08-27T22:49:29.902Z Compiling thread_local v1.1.8
13082024-08-27T22:49:29.921Z Compiling slog-async v2.8.0
13092024-08-27T22:49:30.084Z Compiling term v0.7.0
13102024-08-27T22:49:30.449Z Compiling xattr v1.3.1
13112024-08-27T22:49:30.505Z Compiling strum_macros v0.26.4
13122024-08-27T22:49:30.542Z Compiling crossbeam-channel v0.5.12
13132024-08-27T22:49:30.705Z Compiling is-terminal v0.4.12
13142024-08-27T22:49:30.836Z Compiling filetime v0.2.24
13152024-08-27T22:49:31.122Z Compiling take_mut v0.2.2
13162024-08-27T22:49:31.146Z Compiling tar v0.4.41
13172024-08-27T22:49:31.290Z Compiling slog-term v2.9.1
13182024-08-27T22:49:31.643Z Compiling camino v1.1.9
13192024-08-27T22:49:33.120Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13202024-08-27T22:49:33.747Z Compiling strum v0.26.3
13212024-08-27T22:49:33.826Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13222024-08-27T22:49:38.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13232024-08-27T22:49:38.969Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13242024-08-27T22:49:39.013ZAug 27 22:49:37.664 INFO Starting download, target: Console
13252024-08-27T22:49:39.013ZAug 27 22:49:37.664 INFO Starting download, target: Clickhouse
13262024-08-27T22:49:39.015ZAug 27 22:49:37.664 INFO Starting download, target: Cockroach
13272024-08-27T22:49:39.015ZAug 27 22:49:37.664 INFO Starting download, target: DendriteOpenapi
13282024-08-27T22:49:39.015ZAug 27 22:49:37.664 INFO Starting download, target: DendriteStub
13292024-08-27T22:49:39.015ZAug 27 22:49:37.664 INFO Starting download, target: MaghemiteMgd
13302024-08-27T22:49:39.015ZAug 27 22:49:37.664 INFO Starting download, target: TransceiverControl
13312024-08-27T22:49:39.015ZAug 27 22:49:37.665 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13322024-08-27T22:49:39.015ZAug 27 22:49:37.665 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13332024-08-27T22:49:39.015ZAug 27 22:49:37.665 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13342024-08-27T22:49:39.016ZAug 27 22:49:37.665 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13352024-08-27T22:49:39.016ZAug 27 22:49:37.665 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13362024-08-27T22:49:39.016ZAug 27 22:49:37.665 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13372024-08-27T22:49:39.016ZAug 27 22:49:37.665 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13382024-08-27T22:49:39.385ZAug 27 22:49:37.986 INFO Download complete, target: DendriteOpenapi
13392024-08-27T22:49:39.471ZAug 27 22:49:38.065 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13402024-08-27T22:49:39.669ZAug 27 22:49:38.244 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13412024-08-27T22:49:40.016ZAug 27 22:49:38.659 INFO Download complete, target: Console
13422024-08-27T22:49:40.070ZAug 27 22:49:38.720 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13432024-08-27T22:49:40.182ZAug 27 22:49:38.831 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13442024-08-27T22:49:40.182ZAug 27 22:49:38.831 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13452024-08-27T22:49:40.205ZAug 27 22:49:38.853 INFO Download complete, target: TransceiverControl
13462024-08-27T22:49:40.399ZAug 27 22:49:39.049 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13472024-08-27T22:49:40.963ZAug 27 22:49:39.613 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13482024-08-27T22:49:43.392ZAug 27 22:49:42.042 INFO Download complete, target: MaghemiteMgd
13492024-08-27T22:49:43.545ZAug 27 22:49:42.189 INFO Download complete, target: DendriteStub
13502024-08-27T22:49:48.849ZAug 27 22:49:47.497 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13512024-08-27T22:49:49.195ZAug 27 22:49:47.844 INFO Checking that binary works, target: Cockroach
13522024-08-27T22:49:49.363ZAug 27 22:49:48.010 INFO Download complete, target: Cockroach
13532024-08-27T22:49:55.603ZAug 27 22:49:54.247 INFO Checking that binary works, target: Clickhouse
13542024-08-27T22:49:55.766ZAug 27 22:49:54.413 INFO Download complete, target: Clickhouse
13552024-08-27T22:49:55.773ZAll prerequisites installed successfully
13562024-08-27T22:49:55.776Z
13572024-08-27T22:49:55.776Zreal 3:55.024345404
13582024-08-27T22:49:55.776Zuser 11:32.329178556
13592024-08-27T22:49:55.776Zsys 2:26.622627828
13602024-08-27T22:49:55.776Ztrap 0.420537428
13612024-08-27T22:49:55.776Ztflt 1.448600013
13622024-08-27T22:49:55.776Zdflt 1.614480358
13632024-08-27T22:49:55.776Zkflt 0.020266652
13642024-08-27T22:49:55.776Zlock 22:23.687635339
13652024-08-27T22:49:55.776Zslp 44:39.973950353
13662024-08-27T22:49:55.776Zlat 41.704115729
13672024-08-27T22:49:55.776Zstop 1:48.672548636
13682024-08-27T22:49:55.776Z+ source ./tools/include/force-git-over-https.sh
13692024-08-27T22:49:55.776Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13702024-08-27T22:49:55.776Z++ (( i = 0 ))
13712024-08-27T22:49:55.776Z++ (( i < 5 ))
13722024-08-27T22:49:55.776Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13732024-08-27T22:49:55.779Z++ (( i++ ))
13742024-08-27T22:49:55.779Z++ (( i < 5 ))
13752024-08-27T22:49:55.781Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13762024-08-27T22:49:55.783Z++ (( i++ ))
13772024-08-27T22:49:55.784Z++ (( i < 5 ))
13782024-08-27T22:49:55.784Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13792024-08-27T22:49:55.786Z++ (( i++ ))
13802024-08-27T22:49:55.786Z++ (( i < 5 ))
13812024-08-27T22:49:55.786Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13822024-08-27T22:49:55.788Z++ (( i++ ))
13832024-08-27T22:49:55.788Z++ (( i < 5 ))
13842024-08-27T22:49:55.788Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13852024-08-27T22:49:55.791Z++ (( i++ ))
13862024-08-27T22:49:55.791Z++ (( i < 5 ))
13872024-08-27T22:49:55.791Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13882024-08-27T22:49:55.791Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13892024-08-27T22:49:55.791Z+ rc=0
13902024-08-27T22:49:55.791Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13912024-08-27T22:50:17.861Z+ case $rc in
13922024-08-27T22:50:17.861Z+ pfexec zfs create -p rpool/images/build/host
13932024-08-27T22:50:18.064Z+ pfexec zfs create -p rpool/images/build/recovery
13942024-08-27T22:50:18.131Z+ cargo xtask releng --output-dir /work
13952024-08-27T22:50:18.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
13962024-08-27T22:50:18.720Z Running `target/debug/xtask releng --output-dir /work`
13972024-08-27T22:50:19.609Z Compiling proc-macro2 v1.0.86
13982024-08-27T22:50:19.609Z Compiling unicode-ident v1.0.12
13992024-08-27T22:50:19.612Z Compiling libc v0.2.156
14002024-08-27T22:50:19.612Z Compiling serde v1.0.208
14012024-08-27T22:50:19.612Z Compiling version_check v0.9.5
14022024-08-27T22:50:19.612Z Compiling autocfg v1.3.0
14032024-08-27T22:50:19.612Z Compiling cfg-if v1.0.0
14042024-08-27T22:50:19.612Z Compiling once_cell v1.19.0
14052024-08-27T22:50:19.911Z Compiling typenum v1.17.0
14062024-08-27T22:50:20.005Z Compiling memchr v2.7.2
14072024-08-27T22:50:20.383Z Compiling generic-array v0.14.7
14082024-08-27T22:50:20.466Z Compiling lock_api v0.4.12
14092024-08-27T22:50:20.796Z Compiling ahash v0.8.11
14102024-08-27T22:50:20.819Z Compiling serde_json v1.0.125
14112024-08-27T22:50:20.821Z Compiling libm v0.2.8
14122024-08-27T22:50:21.200Z Compiling num-traits v0.2.19
14132024-08-27T22:50:21.213Z Compiling parking_lot_core v0.9.10
14142024-08-27T22:50:21.213Z Compiling byteorder v1.5.0
14152024-08-27T22:50:21.471Z Compiling quote v1.0.36
14162024-08-27T22:50:21.665Z Compiling scopeguard v1.2.0
14172024-08-27T22:50:21.748Z Compiling jobserver v0.1.32
14182024-08-27T22:50:21.837Z Compiling syn v2.0.74
14192024-08-27T22:50:21.978Z Compiling getrandom v0.2.14
14202024-08-27T22:50:22.082Z Compiling log v0.4.21
14212024-08-27T22:50:22.338Z Compiling cc v1.0.97
14222024-08-27T22:50:22.486Z Compiling thiserror v1.0.63
14232024-08-27T22:50:22.511Z Compiling itoa v1.0.11
14242024-08-27T22:50:22.753Z Compiling slab v0.4.9
14252024-08-27T22:50:22.844Z Compiling rand_core v0.6.4
14262024-08-27T22:50:22.946Z Compiling pkg-config v0.3.30
14272024-08-27T22:50:23.330Z Compiling semver v1.0.23
14282024-08-27T22:50:23.718Z Compiling ryu v1.0.18
14292024-08-27T22:50:23.830Z Compiling pin-project-lite v0.2.14
14302024-08-27T22:50:23.960Z Compiling smallvec v1.13.2
14312024-08-27T22:50:24.057Z Compiling vcpkg v0.2.15
14322024-08-27T22:50:24.174Z Compiling allocator-api2 v0.2.18
14332024-08-27T22:50:24.644Z Compiling spin v0.9.8
14342024-08-27T22:50:24.807Z Compiling subtle v2.5.0
14352024-08-27T22:50:25.198Z Compiling const-oid v0.9.6
14362024-08-27T22:50:25.412Z Compiling signal-hook-registry v1.4.2
14372024-08-27T22:50:25.844Z Compiling heck v0.5.0
14382024-08-27T22:50:25.974Z Compiling ring v0.17.8
14392024-08-27T22:50:26.157Z Compiling openssl-sys v0.9.103
14402024-08-27T22:50:30.895Z Compiling schemars v0.8.21
14412024-08-27T22:50:30.998Z Compiling rustix v0.38.34
14422024-08-27T22:50:30.998Z Compiling httparse v1.8.0
14432024-08-27T22:50:30.998Z Compiling parking_lot v0.12.2
14442024-08-27T22:50:30.998Z Compiling mio v1.0.2
14452024-08-27T22:50:30.998Z Compiling futures-core v0.3.30
14462024-08-27T22:50:30.998Z Compiling time-core v0.1.2
14472024-08-27T22:50:30.998Z Compiling num-conv v0.1.0
14482024-08-27T22:50:30.998Z Compiling time-macros v0.2.18
14492024-08-27T22:50:30.998Z Compiling socket2 v0.5.7
14502024-08-27T22:50:30.998Z Compiling openssl v0.10.66
14512024-08-27T22:50:30.998Z Compiling fnv v1.0.7
14522024-08-27T22:50:30.998Z Compiling equivalent v1.0.1
14532024-08-27T22:50:30.998Z Compiling rustls v0.21.12
14542024-08-27T22:50:30.998Z Compiling futures-sink v0.3.30
14552024-08-27T22:50:30.998Z Compiling serde_derive_internals v0.29.1
14562024-08-27T22:50:30.998Z Compiling native-tls v0.2.11
14572024-08-27T22:50:30.999Z Compiling tinyvec_macros v0.1.1
14582024-08-27T22:50:31.060Z Compiling tinyvec v1.6.0
14592024-08-27T22:50:31.060Z Compiling crossbeam-utils v0.8.19
14602024-08-27T22:50:31.580Z Compiling cookie v0.17.0
14612024-08-27T22:50:31.813Z Compiling unicode-normalization v0.1.23
14622024-08-27T22:50:32.010Z Compiling ucd-trie v0.1.6
14632024-08-27T22:50:32.108Z Compiling cpufeatures v0.2.12
14642024-08-27T22:50:32.250Z Compiling iana-time-zone v0.1.60
14652024-08-27T22:50:32.386Z Compiling futures-channel v0.3.30
14662024-08-27T22:50:32.641Z Compiling unicode-bidi v0.3.15
14672024-08-27T22:50:32.687Z Compiling syn v1.0.109
14682024-08-27T22:50:32.924Z Compiling pin-utils v0.1.0
14692024-08-27T22:50:33.092Z Compiling futures-task v0.3.30
14702024-08-27T22:50:33.327Z Compiling futures-io v0.3.30
14712024-08-27T22:50:33.345Z Compiling slog v2.7.0
14722024-08-27T22:50:33.485Z Compiling aho-corasick v1.1.3
14732024-08-27T22:50:33.631Z Compiling untrusted v0.9.0
14742024-08-27T22:50:33.768Z Compiling regex-syntax v0.8.4
14752024-08-27T22:50:35.060Z Compiling crc32fast v1.4.0
14762024-08-27T22:50:35.273Z Compiling dyn-clone v1.0.17
14772024-08-27T22:50:35.489Z Compiling serde_derive v1.0.208
14782024-08-27T22:50:35.512Z Compiling zeroize_derive v1.4.2
14792024-08-27T22:50:35.561Z Compiling zerocopy-derive v0.7.34
14802024-08-27T22:50:35.756Z Compiling tokio-macros v2.4.0
14812024-08-27T22:50:37.080Z Compiling thiserror-impl v1.0.63
14822024-08-27T22:50:37.258Z Compiling zeroize v1.7.0
14832024-08-27T22:50:37.549Z Compiling zerocopy v0.7.34
14842024-08-27T22:50:38.169Z Compiling futures-macro v0.3.30
14852024-08-27T22:50:40.179Z Compiling crypto-common v0.1.6
14862024-08-27T22:50:40.363Z Compiling tracing-attributes v0.1.27
14872024-08-27T22:50:40.366Z Compiling der_derive v0.7.2
14882024-08-27T22:50:40.615Z Compiling hashbrown v0.14.5
14892024-08-27T22:50:41.466Z Compiling block-buffer v0.10.4
14902024-08-27T22:50:41.774Z Compiling digest v0.10.7
14912024-08-27T22:50:42.196Z Compiling schemars_derive v0.8.21
14922024-08-27T22:50:42.871Z Compiling openssl-macros v0.1.1
14932024-08-27T22:50:42.969Z Compiling scroll_derive v0.12.0
14942024-08-27T22:50:43.712Z Compiling hmac v0.12.1
14952024-08-27T22:50:43.941Z Compiling pest v2.7.10
14962024-08-27T22:50:43.991Z Compiling block-padding v0.3.3
14972024-08-27T22:50:44.271Z Compiling inout v0.1.3
14982024-08-27T22:50:44.480Z Compiling futures-util v0.3.30
14992024-08-27T22:50:44.509Z Compiling cipher v0.4.4
15002024-08-27T22:50:44.987Z Compiling sha2 v0.10.8
15012024-08-27T22:50:45.319Z Compiling regex-automata v0.4.6
15022024-08-27T22:50:47.155Z Compiling pest_meta v2.7.10
15032024-08-27T22:50:47.625Z Compiling usdt-impl v0.5.0
15042024-08-27T22:50:48.258Z Compiling percent-encoding v2.3.1
15052024-08-27T22:50:48.808Z Compiling pest_generator v2.7.10
15062024-08-27T22:50:50.373Z Compiling bytes v1.7.1
15072024-08-27T22:50:51.938Z Compiling bitflags v2.6.0
15082024-08-27T22:50:52.594Z Compiling tokio v1.39.3
15092024-08-27T22:50:52.650Z Compiling indexmap v2.4.0
15102024-08-27T22:50:53.098Z Compiling serde_tokenstream v0.2.2
15112024-08-27T22:50:53.603Z Compiling uuid v1.10.0
15122024-08-27T22:50:54.225Z Compiling chrono v0.4.38
15132024-08-27T22:50:54.435Z Compiling http v0.2.12
15142024-08-27T22:50:54.952Z Compiling rustc_version v0.4.0
15152024-08-27T22:50:55.643Z Compiling pest_derive v2.7.10
15162024-08-27T22:50:57.831Z Compiling heck v0.4.1
15172024-08-27T22:50:58.141Z Compiling base64ct v1.6.0
15182024-08-27T22:50:58.219Z Compiling powerfmt v0.2.0
15192024-08-27T22:50:58.375Z Compiling heapless v0.7.17
15202024-08-27T22:50:58.794Z Compiling pem-rfc7468 v0.7.0
15212024-08-27T22:50:58.828Z Compiling deranged v0.3.11
15222024-08-27T22:50:59.521Z Compiling scroll v0.12.0
15232024-08-27T22:50:59.810Z Compiling zerocopy-derive v0.6.6
15242024-08-27T22:51:00.646Z Compiling backtrace v0.3.71
15252024-08-27T22:51:01.213Z Compiling tracing-core v0.1.32
15262024-08-27T22:51:01.294Z Compiling errno v0.3.9
15272024-08-27T22:51:01.593Z Compiling ppv-lite86 v0.2.17
15282024-08-27T22:51:01.874Z Compiling plain v0.2.3
15292024-08-27T22:51:02.102Z Compiling tokio-util v0.7.11
15302024-08-27T22:51:03.035Z Compiling flagset v0.4.5
15312024-08-27T22:51:03.289Z Compiling num_threads v0.1.7
15322024-08-27T22:51:03.659Z Compiling num-bigint-dig v0.8.4
15332024-08-27T22:51:03.731Z Compiling time v0.3.36
15342024-08-27T22:51:03.970Z Compiling der v0.7.9
15352024-08-27T22:51:04.173Z Compiling rand_chacha v0.3.1
15362024-08-27T22:51:04.380Z Compiling goblin v0.8.2
15372024-08-27T22:51:05.191Z Compiling tracing v0.1.40
15382024-08-27T22:51:06.168Z Compiling regex v1.10.6
15392024-08-27T22:51:06.595Z Compiling salsa20 v0.10.2
15402024-08-27T22:51:06.859Z Compiling pbkdf2 v0.12.2
15412024-08-27T22:51:07.320Z Compiling async-trait v0.1.81
15422024-08-27T22:51:08.734Z Compiling pretty-hex v0.4.1
15432024-08-27T22:51:08.893Z Compiling rustversion v1.0.17
15442024-08-27T22:51:08.945Z Compiling strsim v0.11.1
15452024-08-27T22:51:10.435Z Compiling dof v0.3.0
15462024-08-27T22:51:10.454Z Compiling scrypt v0.11.0
15472024-08-27T22:51:10.964Z Compiling spki v0.7.3
15482024-08-27T22:51:11.208Z Compiling rand v0.8.5
15492024-08-27T22:51:11.239Z Compiling dtrace-parser v0.2.0
15502024-08-27T22:51:11.511Z Compiling form_urlencoded v1.2.1
15512024-08-27T22:51:12.414Z Compiling cbc v0.1.2
15522024-08-27T22:51:12.486Z Compiling aes v0.8.4
15532024-08-27T22:51:12.744Z Compiling thread-id v4.2.1
15542024-08-27T22:51:13.148Z Compiling try-lock v0.2.5
15552024-08-27T22:51:13.210Z Compiling anyhow v1.0.86
15562024-08-27T22:51:13.696Z Compiling smoltcp v0.9.1
15572024-08-27T22:51:13.835Z Compiling foreign-types-shared v0.1.1
15582024-08-27T22:51:14.057Z Compiling signal-hook v0.3.17
15592024-08-27T22:51:14.302Z Compiling unicode-width v0.1.13
15602024-08-27T22:51:14.514Z Compiling foreign-types v0.3.2
15612024-08-27T22:51:14.744Z Compiling pkcs5 v0.7.1
15622024-08-27T22:51:16.054Z Compiling want v0.3.1
15632024-08-27T22:51:17.991Z Compiling h2 v0.3.26
15642024-08-27T22:51:20.168Z Compiling http-body v0.4.6
15652024-08-27T22:51:22.272Z Compiling clap_derive v4.5.13
15662024-08-27T22:51:22.793Z Compiling tower-service v0.3.2
15672024-08-27T22:51:22.816Z Compiling cfg_aliases v0.1.1
15682024-08-27T22:51:23.118Z Compiling base64 v0.21.7
15692024-08-27T22:51:23.309Z Compiling httpdate v1.0.3
15702024-08-27T22:51:24.158Z Compiling siphasher v0.3.11
15712024-08-27T22:51:24.816Z Compiling nix v0.28.0
15722024-08-27T22:51:26.143Z Compiling hyper v0.14.30
15732024-08-27T22:51:27.929Z Compiling pkcs8 v0.10.2
15742024-08-27T22:51:30.272Z Compiling rustls-webpki v0.101.7
15752024-08-27T22:51:30.545Z Compiling sct v0.7.1
15762024-08-27T22:51:31.684Z Compiling openapiv3 v2.0.0
15772024-08-27T22:51:31.984Z Compiling hubpack_derive v0.1.1
15782024-08-27T22:51:36.170Z Compiling idna v0.5.0
15792024-08-27T22:51:38.085Z Compiling fs-err v2.11.0
15802024-08-27T22:51:38.387Z Compiling utf8parse v0.2.1
15812024-08-27T22:51:38.501Z Compiling openssl-probe v0.1.5
15822024-08-27T22:51:38.881Z Compiling adler v1.0.2
15832024-08-27T22:51:39.078Z Compiling anstyle v1.0.8
15842024-08-27T22:51:39.130Z Compiling finl_unicode v1.2.0
15852024-08-27T22:51:39.718Z Compiling miniz_oxide v0.7.2
15862024-08-27T22:51:39.824Z Compiling stringprep v0.1.4
15872024-08-27T22:51:44.359Z Compiling anstyle-parse v0.2.4
15882024-08-27T22:51:44.451Z Compiling url v2.5.2
15892024-08-27T22:51:45.658Z Compiling usdt-attr-macro v0.5.0
15902024-08-27T22:51:46.565Z Compiling usdt-macro v0.5.0
15912024-08-27T22:51:48.223Z Compiling toml_datetime v0.6.8
15922024-08-27T22:51:48.265Z Compiling serde_spanned v0.6.7
15932024-08-27T22:51:48.517Z Compiling md-5 v0.10.6
15942024-08-27T22:51:48.773Z Compiling regress v0.9.1
15952024-08-27T22:51:48.775Z Compiling idna v0.3.0
15962024-08-27T22:51:51.368Z Compiling lazy_static v1.5.0
15972024-08-27T22:51:51.504Z Compiling num-integer v0.1.46
15982024-08-27T22:51:52.104Z Compiling hash32 v0.2.1
15992024-08-27T22:51:52.325Z Compiling encoding_rs v0.8.34
16002024-08-27T22:51:52.359Z Compiling is_terminal_polyfill v1.70.0
16012024-08-27T22:51:52.505Z Compiling anstyle-query v1.0.3
16022024-08-27T22:51:52.563Z Compiling colorchoice v1.0.1
16032024-08-27T22:51:52.646Z Compiling stable_deref_trait v1.2.0
16042024-08-27T22:51:52.773Z Compiling psl-types v2.0.11
16052024-08-27T22:51:53.006Z Compiling gimli v0.28.1
16062024-08-27T22:51:53.512Z Compiling fallible-iterator v0.2.0
16072024-08-27T22:51:53.799Z Compiling mime v0.3.17
16082024-08-27T22:51:54.008Z Compiling base64 v0.22.1
16092024-08-27T22:51:54.917Z Compiling postgres-protocol v0.6.7
16102024-08-27T22:51:55.052Z Compiling publicsuffix v2.2.3
16112024-08-27T22:51:55.681Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16122024-08-27T22:51:56.362Z Compiling anstream v0.6.14
16132024-08-27T22:51:57.981Z Compiling addr2line v0.21.0
16142024-08-27T22:51:58.494Z Compiling num-iter v0.1.45
16152024-08-27T22:51:59.634Z Compiling tokio-rustls v0.24.1
16162024-08-27T22:52:00.318Z Compiling terminal_size v0.3.0
16172024-08-27T22:52:00.516Z Compiling tokio-native-tls v0.3.1
16182024-08-27T22:52:01.121Z Compiling phf_shared v0.11.2
16192024-08-27T22:52:01.486Z Compiling strum_macros v0.25.3
16202024-08-27T22:52:01.583Z Compiling serde_urlencoded v0.7.1
16212024-08-27T22:52:02.220Z Compiling enum-as-inner v0.6.0
16222024-08-27T22:52:03.502Z Compiling serde_repr v0.1.19
16232024-08-27T22:52:03.552Z Compiling ff v0.13.0
16242024-08-27T22:52:03.785Z Compiling object v0.32.2
16252024-08-27T22:52:04.620Z Compiling base16ct v0.2.0
16262024-08-27T22:52:04.638Z Compiling bitflags v1.3.2
16272024-08-27T22:52:04.678Z Compiling rustc-demangle v0.1.24
16282024-08-27T22:52:04.895Z Compiling either v1.13.0
16292024-08-27T22:52:04.921Z Compiling ipnet v2.9.0
16302024-08-27T22:52:05.319Z Compiling managed v0.8.0
16312024-08-27T22:52:05.553Z Compiling clap_lex v0.7.0
16322024-08-27T22:52:06.197Z Compiling winnow v0.5.40
16332024-08-27T22:52:06.290Z Compiling clap_builder v4.5.15
16342024-08-27T22:52:07.960Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16352024-08-27T22:52:08.024Z Compiling sec1 v0.7.3
16362024-08-27T22:52:08.600Z Compiling rustls-pemfile v1.0.4
16372024-08-27T22:52:08.991Z Compiling group v0.13.0
16382024-08-27T22:52:09.621Z Compiling toml_edit v0.19.15
16392024-08-27T22:52:11.143Z Compiling phf v0.11.2
16402024-08-27T22:52:11.454Z Compiling hyper-tls v0.5.0
16412024-08-27T22:52:12.238Z Compiling hyper-rustls v0.24.2
16422024-08-27T22:52:12.610Z Compiling cookie_store v0.20.0
16432024-08-27T22:52:12.997Z Compiling postgres-types v0.2.7
16442024-08-27T22:52:13.654Z Compiling hubpack v0.1.2
16452024-08-27T22:52:13.959Z Compiling pkcs1 v0.7.5
16462024-08-27T22:52:14.015Z Compiling phf_shared v0.10.0
16472024-08-27T22:52:14.416Z Compiling zerocopy v0.6.6
16482024-08-27T22:52:14.573Z Compiling futures-executor v0.3.30
16492024-08-27T22:52:15.213Z Compiling bstr v1.9.1
16502024-08-27T22:52:15.233Z Compiling hkdf v0.12.4
16512024-08-27T22:52:15.240Z Compiling signature v2.2.0
16522024-08-27T22:52:15.240Z Compiling crypto-bigint v0.5.5
16532024-08-27T22:52:15.240Z Compiling idna v0.4.0
16542024-08-27T22:52:15.240Z Compiling float-cmp v0.9.0
16552024-08-27T22:52:15.312Z Compiling mio v0.8.11
16562024-08-27T22:52:15.406Z Compiling memmap v0.7.0
16572024-08-27T22:52:16.478Z Compiling minimal-lexical v0.2.1
16582024-08-27T22:52:16.494Z Compiling fixedbitset v0.4.2
16592024-08-27T22:52:16.551Z Compiling data-encoding v2.6.0
16602024-08-27T22:52:16.918Z Compiling new_debug_unreachable v1.0.6
16612024-08-27T22:52:16.939Z Compiling normalize-line-endings v0.3.0
16622024-08-27T22:52:16.942Z Compiling whoami v1.5.1
16632024-08-27T22:52:17.169Z Compiling unicode-segmentation v1.11.0
16642024-08-27T22:52:17.175Z Compiling difflib v0.4.0
16652024-08-27T22:52:17.467Z Compiling static_assertions v1.1.0
16662024-08-27T22:52:17.582Z Compiling predicates-core v1.0.6
16672024-08-27T22:52:17.601Z Compiling sync_wrapper v0.1.2
16682024-08-27T22:52:17.743Z Compiling webpki-roots v0.25.4
16692024-08-27T22:52:17.931Z Compiling bit-vec v0.6.3
16702024-08-27T22:52:18.041Z Compiling precomputed-hash v0.1.1
16712024-08-27T22:52:18.172Z Compiling winnow v0.6.18
16722024-08-27T22:52:18.357Z Compiling bit-set v0.5.3
16732024-08-27T22:52:18.376Z Compiling string_cache v0.8.7
16742024-08-27T22:52:18.395Z Compiling elliptic-curve v0.13.8
16752024-08-27T22:52:18.462Z Compiling reqwest v0.11.27
16762024-08-27T22:52:18.696Z Compiling predicates v3.1.2
16772024-08-27T22:52:18.792Z Compiling similar v2.6.0
16782024-08-27T22:52:19.137Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16792024-08-27T22:52:20.238Z Compiling hickory-proto v0.24.1
16802024-08-27T22:52:20.553Z Compiling tokio-postgres v0.7.11
16812024-08-27T22:52:20.799Z Compiling nom v7.1.3
16822024-08-27T22:52:21.886Z Compiling toml_edit v0.22.20
16832024-08-27T22:52:24.532Z Compiling petgraph v0.6.5
16842024-08-27T22:52:25.555Z Compiling signal-hook-mio v0.2.4
16852024-08-27T22:52:25.747Z Compiling usdt v0.5.0
16862024-08-27T22:52:26.517Z Compiling rsa v0.9.6
16872024-08-27T22:52:26.734Z Compiling futures v0.3.30
16882024-08-27T22:52:28.625Z Compiling toml v0.7.8
16892024-08-27T22:52:28.980Z Compiling crossbeam-epoch v0.9.18
16902024-08-27T22:52:29.319Z Compiling clap v4.5.16
16912024-08-27T22:52:29.456Z Compiling flate2 v1.0.31
16922024-08-27T22:52:29.651Z Compiling itertools v0.12.1
16932024-08-27T22:52:29.684Z Compiling itertools v0.10.5
16942024-08-27T22:52:29.860Z Compiling console v0.15.8
16952024-08-27T22:52:31.302Z Compiling tokio-stream v0.1.15
16962024-08-27T22:52:31.571Z Compiling hex v0.4.3
16972024-08-27T22:52:32.373Z Compiling sha1 v0.10.6
16982024-08-27T22:52:32.785Z Compiling lalrpop-util v0.19.12
16992024-08-27T22:52:32.869Z Compiling unicode-xid v0.2.4
17002024-08-27T22:52:32.889Z Compiling peg-runtime v0.8.3
17012024-08-27T22:52:33.054Z Compiling radium v0.7.0
17022024-08-27T22:52:33.506Z Compiling camino v1.1.9
17032024-08-27T22:52:34.160Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042024-08-27T22:52:39.098Z Compiling is-terminal v0.4.12
17052024-08-27T22:52:39.926Z Compiling tap v1.0.1
17062024-08-27T22:52:41.301Z Compiling maybe-uninit v2.0.0
17072024-08-27T22:52:41.788Z Compiling ident_case v1.0.1
17082024-08-27T22:52:41.977Z Compiling rustls-pki-types v1.7.0
17092024-08-27T22:52:44.058Z Compiling darling_core v0.20.9
17102024-08-27T22:52:50.352Z Compiling wyz v0.5.1
17112024-08-27T22:52:58.925Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17122024-08-27T22:52:59.195Z Compiling getopts v0.2.21
17132024-08-27T22:53:00.266Z Compiling bzip2-sys v0.1.11+1.0.8
17142024-08-27T22:53:00.751Z Compiling dirs-sys-next v0.1.2
17152024-08-27T22:53:00.900Z Compiling funty v2.0.0
17162024-08-27T22:53:02.573Z Compiling unsafe-libyaml v0.2.11
17172024-08-27T22:53:03.499Z Compiling paste v1.0.15
17182024-08-27T22:53:03.523Z Compiling rustls v0.22.4
17192024-08-27T22:53:03.845Z Compiling packed_struct v0.10.1
17202024-08-27T22:53:04.065Z Compiling serde_yaml v0.9.34+deprecated
17212024-08-27T22:53:05.433Z Compiling bitvec v1.0.1
17222024-08-27T22:53:06.351Z Compiling dirs-next v2.0.0
17232024-08-27T22:53:08.166Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17242024-08-27T22:53:09.386Z Compiling darling_macro v0.20.9
17252024-08-27T22:53:10.575Z Compiling rustls-webpki v0.102.4
17262024-08-27T22:53:13.813Z Compiling packed_struct_codegen v0.10.1
17272024-08-27T22:53:14.720Z Compiling structmeta-derive v0.3.0
17282024-08-27T22:53:15.139Z Compiling thread_local v1.1.8
17292024-08-27T22:53:15.627Z Compiling indexmap v1.9.3
17302024-08-27T22:53:15.848Z Compiling multer v3.1.0
17312024-08-27T22:53:16.168Z Compiling slog-async v2.8.0
17322024-08-27T22:53:16.231Z Compiling fastrand v2.1.0
17332024-08-27T22:53:16.326Z Compiling match_cfg v0.1.0
17342024-08-27T22:53:16.431Z Compiling rayon-core v1.12.1
17352024-08-27T22:53:16.460Z Compiling crc-catalog v2.4.0
17362024-08-27T22:53:16.503Z Compiling nodrop v0.1.14
17372024-08-27T22:53:16.621Z Compiling tempfile v3.10.1
17382024-08-27T22:53:16.649Z Compiling array-init v0.0.4
17392024-08-27T22:53:16.736Z Compiling crc v3.2.1
17402024-08-27T22:53:16.862Z Compiling hostname v0.3.1
17412024-08-27T22:53:17.359Z Compiling structmeta v0.3.0
17422024-08-27T22:53:18.665Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17432024-08-27T22:53:20.059Z Compiling smallvec v0.6.14
17442024-08-27T22:53:20.536Z Compiling darling v0.20.9
17452024-08-27T22:53:20.664Z Compiling term v0.7.0
17462024-08-27T22:53:23.465Z Compiling crossbeam-deque v0.8.5
17472024-08-27T22:53:23.877Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17482024-08-27T22:53:25.086Z Compiling slog-json v2.6.1
17492024-08-27T22:53:25.529Z Compiling crossbeam-channel v0.5.12
17502024-08-27T22:53:26.020Z Compiling http v1.1.0
17512024-08-27T22:53:27.678Z Compiling pin-project-internal v1.1.5
17522024-08-27T22:53:28.080Z Compiling async-stream-impl v0.3.5
17532024-08-27T22:53:30.794Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17542024-08-27T22:53:32.623Z Compiling hashbrown v0.12.3
17552024-08-27T22:53:33.496Z Compiling atomic-waker v1.1.2
17562024-08-27T22:53:33.894Z Compiling termcolor v1.4.1
17572024-08-27T22:53:34.435Z Compiling bitfield v0.14.0
17582024-08-27T22:53:34.755Z Compiling take_mut v0.2.2
17592024-08-27T22:53:34.941Z Compiling same-file v1.0.6
17602024-08-27T22:53:35.210Z Compiling walkdir v2.5.0
17612024-08-27T22:53:36.672Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17622024-08-27T22:53:38.636Z Compiling env_logger v0.10.2
17632024-08-27T22:53:43.274Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17642024-08-27T22:53:43.515Z Compiling waitgroup v0.1.2
17652024-08-27T22:53:48.704Z Compiling pin-project v1.1.5
17662024-08-27T22:53:49.926Z Compiling async-stream v0.3.5
17672024-08-27T22:53:50.336Z Compiling slog-bunyan v2.5.0
17682024-08-27T22:53:50.616Z Compiling tokio-rustls v0.25.0
17692024-08-27T22:53:51.229Z Compiling slog-term v2.9.1
17702024-08-27T22:53:52.641Z Compiling serde_with_macros v3.9.0
17712024-08-27T22:53:53.890Z Compiling serde-hex v0.1.0
17722024-08-27T22:53:54.586Z Compiling bzip2 v0.4.4
17732024-08-27T22:53:55.065Z Compiling parse-display-derive v0.10.0
17742024-08-27T22:53:55.315Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17752024-08-27T22:53:55.645Z Compiling toml v0.8.19
17762024-08-27T22:53:56.212Z Compiling rustls-pemfile v2.1.3
17772024-08-27T22:53:59.042Z Compiling x509-cert v0.2.5
17782024-08-27T22:53:59.102Z Compiling ron v0.8.1
17792024-08-27T22:53:59.895Z Compiling ipnetwork v0.20.0
17802024-08-27T22:54:00.858Z Compiling newtype-uuid v1.1.0
17812024-08-27T22:54:00.942Z Compiling strum_macros v0.26.4
17822024-08-27T22:54:01.241Z Compiling xattr v1.3.1
17832024-08-27T22:54:02.670Z Compiling snafu-derive v0.8.2
17842024-08-27T22:54:02.871Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17852024-08-27T22:54:03.695Z Compiling serde_path_to_error v0.1.16
17862024-08-27T22:54:04.708Z Compiling hashbrown v0.13.2
17872024-08-27T22:54:05.234Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17882024-08-27T22:54:05.660Z Compiling blake3 v1.5.1
17892024-08-27T22:54:06.019Z Compiling ring v0.16.20
17902024-08-27T22:54:06.079Z Compiling filetime v0.2.24
17912024-08-27T22:54:06.262Z Compiling hostname v0.4.0
17922024-08-27T22:54:06.412Z Compiling instant v0.1.12
17932024-08-27T22:54:06.525Z Compiling debug-ignore v1.0.5
17942024-08-27T22:54:06.574Z Compiling buf-list v1.0.3
17952024-08-27T22:54:06.696Z Compiling crc-any v2.5.0
17962024-08-27T22:54:07.206Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17972024-08-27T22:54:07.552Z Compiling snafu v0.8.2
17982024-08-27T22:54:07.988Z Compiling backoff v0.4.0
17992024-08-27T22:54:08.380Z Compiling tar v0.4.41
18002024-08-27T22:54:09.421Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18012024-08-27T22:54:09.642Z Compiling object v0.30.4
18022024-08-27T22:54:10.502Z Compiling strum v0.26.3
18032024-08-27T22:54:10.583Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18042024-08-27T22:54:10.694Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18052024-08-27T22:54:11.111Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18062024-08-27T22:54:12.352Z Compiling parse-display v0.10.0
18072024-08-27T22:54:13.239Z Compiling serde_with v3.9.0
18082024-08-27T22:54:13.548Z Compiling zip v0.6.6
18092024-08-27T22:54:14.236Z Compiling rayon v1.10.0
18102024-08-27T22:54:14.715Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18112024-08-27T22:54:15.439Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18122024-08-27T22:54:16.289Z Compiling camino-tempfile v1.1.1
18132024-08-27T22:54:17.083Z Compiling globset v0.4.14
18142024-08-27T22:54:17.616Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18152024-08-27T22:54:17.823Z Compiling pem v3.0.4
18162024-08-27T22:54:19.386Z Compiling olpc-cjson v0.1.3
18172024-08-27T22:54:19.702Z Compiling macaddr v1.0.1
18182024-08-27T22:54:20.012Z Compiling serde_plain v1.0.2
18192024-08-27T22:54:20.354Z Compiling async-recursion v1.1.1
18202024-08-27T22:54:20.515Z Compiling memmap2 v0.9.4
18212024-08-27T22:54:20.546Z Compiling arrayref v0.3.7
18222024-08-27T22:54:20.656Z Compiling constant_time_eq v0.3.0
18232024-08-27T22:54:20.849Z Compiling untrusted v0.7.1
18242024-08-27T22:54:21.050Z Compiling path-slash v0.1.5
18252024-08-27T22:54:21.092Z Compiling arrayvec v0.7.4
18262024-08-27T22:54:21.299Z Compiling typed-path v0.7.1
18272024-08-27T22:54:21.555Z Compiling spin v0.5.2
18282024-08-27T22:54:22.756Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18292024-08-27T22:54:24.543Z Compiling tough v0.17.1
18302024-08-27T22:54:24.715Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18312024-08-27T22:54:25.873Z Compiling itertools v0.13.0
18322024-08-27T22:54:28.021Z Compiling cargo-platform v0.1.8
18332024-08-27T22:54:29.136Z Compiling topological-sort v0.2.2
18342024-08-27T22:54:29.217Z Compiling parse-size v1.0.0
18352024-08-27T22:54:29.416Z Compiling omicron-zone-package v0.11.0
18362024-08-27T22:54:29.501Z Compiling cargo_metadata v0.18.1
18372024-08-27T22:54:29.664Z Compiling shell-words v1.1.0
18382024-08-27T22:54:37.808Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18392024-08-27T22:54:49.680Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18402024-08-27T22:55:03.759Z Finished `release` profile [optimized] target(s) in 4m 44s
18412024-08-27T22:55:03.900Z Running `target/release/omicron-releng --output-dir /work`
18422024-08-27T22:55:03.943ZAug 27 22:55:02.511 DEBG changing working directory to /work/oxidecomputer/omicron
18432024-08-27T22:55:04.039ZAug 27 22:55:02.609 DEBG running: git rev-parse HEAD
18442024-08-27T22:55:04.046ZAug 27 22:55:02.615 DEBG process exited with exit status: 0 (6.341414ms)
18452024-08-27T22:55:04.046ZAug 27 22:55:02.615 INFO version: 10.0.0-0.ci+git665bcc17746
18462024-08-27T22:55:04.085ZAug 27 22:55:02.655 INFO cloning helios to /work/oxidecomputer/helios
18472024-08-27T22:55:04.085ZAug 27 22:55:02.655 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18482024-08-27T22:55:04.090ZCloning into '/work/oxidecomputer/helios'...
18492024-08-27T22:55:04.576ZAug 27 22:55:03.146 DEBG process exited with exit status: 0 (490.892082ms)
18502024-08-27T22:55:04.576ZAug 27 22:55:03.146 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18512024-08-27T22:55:04.584Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18522024-08-27T22:55:04.584Z# branch.head master
18532024-08-27T22:55:04.584Z# branch.upstream origin/master
18542024-08-27T22:55:04.584Z# branch.ab +0 -0
18552024-08-27T22:55:04.586ZAug 27 22:55:03.154 DEBG process exited with exit status: 0 (8.057625ms)
18562024-08-27T22:55:04.586ZAug 27 22:55:03.154 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18572024-08-27T22:55:05.295ZAug 27 22:55:03.865 DEBG process exited with exit status: 0 (710.484519ms)
18582024-08-27T22:55:05.295ZAug 27 22:55:03.865 DEBG running: zfs list rpool/images/build/host
18592024-08-27T22:55:05.302ZNAME USED AVAIL REFER MOUNTPOINT
18602024-08-27T22:55:05.302Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18612024-08-27T22:55:05.305ZAug 27 22:55:03.872 DEBG process exited with exit status: 0 (7.394495ms)
18622024-08-27T22:55:05.305ZAug 27 22:55:03.872 DEBG running: zfs list rpool/images/build/recovery
18632024-08-27T22:55:05.308ZNAME USED AVAIL REFER MOUNTPOINT
18642024-08-27T22:55:05.308Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18652024-08-27T22:55:05.311ZAug 27 22:55:03.879 DEBG process exited with exit status: 0 (6.334425ms)
18662024-08-27T22:55:05.311ZAug 27 22:55:03.880 INFO [hubris-staging] running task
18672024-08-27T22:55:05.311ZAug 27 22:55:03.880 INFO [hubris-production] running task
18682024-08-27T22:55:05.311ZAug 27 22:55:03.880 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18692024-08-27T22:55:05.314ZAug 27 22:55:03.884 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
18702024-08-27T22:55:05.380Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18712024-08-27T22:55:05.837Z[ omicron-package] Blocking waiting for file lock on package cache
18722024-08-27T22:55:06.322Z[ omicron-package] Blocking waiting for file lock on package cache
18732024-08-27T22:55:06.537ZAug 27 22:55:05.107 INFO [hubris-production] task succeeded (1.226785206s)
18742024-08-27T22:55:06.581Z[ omicron-package] Blocking waiting for file lock on package cache
18752024-08-27T22:55:07.435Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18762024-08-27T22:55:07.438Z[ omicron-package] Compiling heapless v0.8.0
18772024-08-27T22:55:07.438Z[ omicron-package] Compiling hash32 v0.3.1
18782024-08-27T22:55:07.438Z[ omicron-package] Compiling smoltcp v0.11.0
18792024-08-27T22:55:07.438Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18802024-08-27T22:55:07.438Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18812024-08-27T22:55:07.438Z[ omicron-package] Compiling cobs v0.2.3
18822024-08-27T22:55:07.438Z[ omicron-package] Compiling embedded-io v0.4.0
18832024-08-27T22:55:08.651Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18842024-08-27T22:55:08.831Z[ omicron-package] Compiling postcard v1.0.8
18852024-08-27T22:55:08.984Z[ omicron-package] Compiling proc-macro-error v1.0.4
18862024-08-27T22:55:09.108Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18872024-08-27T22:55:09.111Z[ omicron-package] Compiling num_enum_derive v0.5.11
18882024-08-27T22:55:09.281Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18892024-08-27T22:55:09.671Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18902024-08-27T22:55:09.796Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18912024-08-27T22:55:09.796Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18922024-08-27T22:55:10.706Z[ omicron-package] Compiling tabwriter v1.4.0
18932024-08-27T22:55:10.818Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18942024-08-27T22:55:11.093Z[ omicron-package] Compiling cstr-argument v0.1.2
18952024-08-27T22:55:11.213Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18962024-08-27T22:55:11.609Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18972024-08-27T22:55:11.893Z[ omicron-package] Compiling foreign-types v0.5.0
18982024-08-27T22:55:12.487Z[ omicron-package] Compiling pretty-hex v0.2.1
18992024-08-27T22:55:12.537Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19002024-08-27T22:55:12.765Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19012024-08-27T22:55:12.893Z[ omicron-package] Compiling colored v2.1.0
19022024-08-27T22:55:13.223Z[ omicron-package] Compiling socket2 v0.4.10
19032024-08-27T22:55:13.389Z[ omicron-package] Compiling num_enum v0.5.11
19042024-08-27T22:55:13.534Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19052024-08-27T22:55:13.809Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19062024-08-27T22:55:13.997Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19072024-08-27T22:55:14.228Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19082024-08-27T22:55:14.398Z[ omicron-package] Compiling sigpipe v0.1.3
19092024-08-27T22:55:14.674Z[ omicron-package] Compiling num-derive v0.4.2
19102024-08-27T22:55:14.870Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19112024-08-27T22:55:15.096Z[ omicron-package] Compiling libefi-sys v0.1.0
19122024-08-27T22:55:15.652Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19132024-08-27T22:55:15.740Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19142024-08-27T22:55:16.189Z[ omicron-package] Compiling smf v0.2.3
19152024-08-27T22:55:16.368ZAug 27 22:55:14.935 INFO [hubris-staging] task succeeded (11.05531313s)
19162024-08-27T22:55:16.445Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19172024-08-27T22:55:16.879Z[ omicron-package] Compiling bitfield-struct v0.6.1
19182024-08-27T22:55:17.209Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19192024-08-27T22:55:17.619Z[ omicron-package] Compiling portable-atomic v1.6.0
19202024-08-27T22:55:19.571Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19212024-08-27T22:55:19.980Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19222024-08-27T22:55:20.113Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19232024-08-27T22:55:21.616Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19242024-08-27T22:55:21.691Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19252024-08-27T22:55:22.063Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19262024-08-27T22:55:22.402Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19272024-08-27T22:55:23.459Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19282024-08-27T22:55:23.519Z[ omicron-package] Compiling gethostname v0.5.0
19292024-08-27T22:55:24.147Z[ omicron-package] Compiling number_prefix v0.4.0
19302024-08-27T22:55:25.312Z[ omicron-package] Compiling indicatif v0.17.8
19312024-08-27T22:55:26.294Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19322024-08-27T22:55:29.310Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19332024-08-27T22:55:29.898Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19342024-08-27T22:55:31.595Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19352024-08-27T22:55:48.571Z[ helios-setup] Aug 27 22:55:47.129 INFO helios repository root is: /work/oxidecomputer/helios
19362024-08-27T22:55:48.574Z[ helios-setup] Aug 27 22:55:47.132 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19372024-08-27T22:55:48.574Z[ helios-setup] Aug 27 22:55:47.132 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
19382024-08-27T22:55:48.574Z[ helios-setup] Aug 27 22:55:47.132 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19392024-08-27T22:55:48.578Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19402024-08-27T22:55:49.180Z[ helios-setup] Aug 27 22:55:47.738 INFO clone ok!, project: image-builder
19412024-08-27T22:55:49.183Z[ helios-setup] Aug 27 22:55:47.739 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19422024-08-27T22:55:49.183Z[ helios-setup] Aug 27 22:55:47.739 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
19432024-08-27T22:55:49.183Z[ helios-setup] Aug 27 22:55:47.739 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19442024-08-27T22:55:49.185Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19452024-08-27T22:55:50.059Z[ helios-setup] Aug 27 22:55:48.617 INFO clone ok!, project: chelsio-t6-roms
19462024-08-27T22:55:50.061Z[ helios-setup] Aug 27 22:55:48.617 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
19472024-08-27T22:55:50.061Z[ helios-setup] Aug 27 22:55:48.617 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19482024-08-27T22:55:50.064Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19492024-08-27T22:55:50.536Z[ helios-setup] Aug 27 22:55:49.094 INFO clone ok!, project: pinprick
19502024-08-27T22:55:50.538Z[ helios-setup] Aug 27 22:55:49.094 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
19512024-08-27T22:55:50.538Z[ helios-setup] Aug 27 22:55:49.094 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19522024-08-27T22:55:50.540Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19532024-08-27T22:55:50.993Z[ helios-setup] Aug 27 22:55:49.551 INFO clone ok!, project: bootserver
19542024-08-27T22:55:50.996Z[ helios-setup] Aug 27 22:55:49.552 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
19552024-08-27T22:55:50.996Z[ helios-setup] Aug 27 22:55:49.552 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19562024-08-27T22:55:50.998Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19572024-08-27T22:55:51.056Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.72s
19582024-08-27T22:55:51.269Z[ omicron-package]
19592024-08-27T22:55:51.269Z[ omicron-package] real 45.904592782
19602024-08-27T22:55:51.272Z[ omicron-package] user 2:47.019935163
19612024-08-27T22:55:51.272Z[ omicron-package] sys 21.852614739
19622024-08-27T22:55:51.272Z[ omicron-package] trap 0.180935367
19632024-08-27T22:55:51.272Z[ omicron-package] tflt 0.535509388
19642024-08-27T22:55:51.272Z[ omicron-package] dflt 0.571893034
19652024-08-27T22:55:51.272Z[ omicron-package] kflt 0.000133008
19662024-08-27T22:55:51.272Z[ omicron-package] lock 5:49.214938890
19672024-08-27T22:55:51.272Z[ omicron-package] slp 9:08.832435443
19682024-08-27T22:55:51.272Z[ omicron-package] lat 1:43.142597953
19692024-08-27T22:55:51.272Z[ omicron-package] stop 1:02.620087231
19702024-08-27T22:55:51.272ZAug 27 22:55:49.828 INFO [omicron-package] process exited with exit status: 0 (45.944671065s)
19712024-08-27T22:55:51.272ZAug 27 22:55:49.828 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
19722024-08-27T22:55:51.309ZAug 27 22:55:49.868 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19732024-08-27T22:55:51.320Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19742024-08-27T22:55:51.323Z[ host-target] Created new build target 'host' and set it as active
19752024-08-27T22:55:51.323Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19762024-08-27T22:55:51.323ZAug 27 22:55:49.881 INFO [host-target] process exited with exit status: 0 (52.485923ms)
19772024-08-27T22:55:51.325ZAug 27 22:55:49.881 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19782024-08-27T22:55:51.328Z[ recovery-target] Created new build target 'recovery' and set it as active
19792024-08-27T22:55:51.330ZAug 27 22:55:49.887 INFO [recovery-target] process exited with exit status: 0 (19.068071ms)
19802024-08-27T22:55:51.335Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19812024-08-27T22:55:51.499Z[ helios-setup] Aug 27 22:55:50.057 INFO clone ok!, project: phbl
19822024-08-27T22:55:51.502Z[ helios-setup] Aug 27 22:55:50.058 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
19832024-08-27T22:55:51.502Z[ helios-setup] Aug 27 22:55:50.058 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19842024-08-27T22:55:51.504Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19852024-08-27T22:55:52.334Z[ helios-setup] Aug 27 22:55:50.891 INFO clone ok!, project: pilot
19862024-08-27T22:55:52.336Z[ helios-setup] Aug 27 22:55:50.892 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19872024-08-27T22:55:52.336Z[ helios-setup] Aug 27 22:55:50.892 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
19882024-08-27T22:55:52.336Z[ helios-setup] Aug 27 22:55:50.892 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19892024-08-27T22:55:52.338Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19902024-08-27T22:55:52.480Z[ host-package] Compiling camino v1.1.9
19912024-08-27T22:55:52.483Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19922024-08-27T22:55:52.483Z[ host-package] Compiling password-hash v0.5.0
19932024-08-27T22:55:52.483Z[ host-package] Compiling blake2 v0.10.6
19942024-08-27T22:55:52.483Z[ host-package] Compiling derive-where v1.2.7
19952024-08-27T22:55:52.598Z[ host-package] Compiling newline-converter v0.3.0
19962024-08-27T22:55:52.601Z[ host-package] Compiling toml v0.8.19
19972024-08-27T22:55:52.646Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19982024-08-27T22:55:52.758Z[ host-package] Compiling humantime v2.1.0
19992024-08-27T22:55:52.800Z[ host-package] Compiling expectorate v1.1.0
20002024-08-27T22:55:53.002Z[ host-package] Compiling dirs-sys-next v0.1.2
20012024-08-27T22:55:53.095Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20022024-08-27T22:55:53.386Z[ host-package] Compiling argon2 v0.5.3
20032024-08-27T22:55:53.551Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20042024-08-27T22:55:53.604Z[ host-package] Compiling dirs-next v2.0.0
20052024-08-27T22:55:53.632Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20062024-08-27T22:55:53.844Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20072024-08-27T22:55:53.908Z[ host-package] Compiling num-rational v0.4.2
20082024-08-27T22:55:54.371Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20092024-08-27T22:55:54.465Z[ host-package] Compiling num-complex v0.4.6
20102024-08-27T22:55:54.793Z[ host-package] Compiling convert_case v0.4.0
20112024-08-27T22:55:55.021Z[ host-package] Compiling term v0.7.0
20122024-08-27T22:55:55.596Z[ host-package] Compiling derive_more v0.99.18
20132024-08-27T22:55:55.839Z[ host-package] Compiling num v0.4.3
20142024-08-27T22:55:55.860Z[ host-package] Compiling float-ord v0.3.2
20152024-08-27T22:55:55.924Z[ host-package] Compiling prettyplease v0.2.20
20162024-08-27T22:55:55.985Z[ host-package] Compiling is-terminal v0.4.12
20172024-08-27T22:55:56.031Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20182024-08-27T22:55:56.142Z[ host-package] Compiling semver v0.1.20
20192024-08-27T22:55:56.268Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20202024-08-27T22:55:56.347Z[ host-package] Compiling cookie v0.18.1
20212024-08-27T22:55:56.517Z[ host-package] Compiling rustc_version v0.1.7
20222024-08-27T22:55:56.728Z[ host-package] Compiling linked-hash-map v0.5.6
20232024-08-27T22:55:56.751Z[ host-package] Compiling highway v1.2.0
20242024-08-27T22:55:56.991Z[ host-package] Compiling newtype_derive v0.1.6
20252024-08-27T22:55:57.148Z[ host-package] Compiling rustls-pki-types v1.7.0
20262024-08-27T22:55:57.549Z[ host-package] Compiling lru-cache v0.1.2
20272024-08-27T22:55:57.883Z[ host-package] Compiling quick-error v1.2.3
20282024-08-27T22:55:57.971Z[ host-package] Compiling utf-8 v0.7.6
20292024-08-27T22:55:58.062Z[ host-package] Compiling home v0.5.9
20302024-08-27T22:55:58.248Z[ host-package] Compiling resolv-conf v0.7.0
20312024-08-27T22:55:58.365Z[ host-package] Compiling rustls-webpki v0.102.4
20322024-08-27T22:55:59.495Z[ helios-setup] Aug 27 22:55:58.051 INFO clone ok!, project: amd-firmware
20332024-08-27T22:55:59.498Z[ helios-setup] Aug 27 22:55:58.051 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
20342024-08-27T22:55:59.498Z[ helios-setup] Aug 27 22:55:58.051 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
20352024-08-27T22:55:59.500Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20362024-08-27T22:56:00.078Z[ host-package] Compiling steno v0.4.1
20372024-08-27T22:56:00.425Z[ host-package] Compiling rustls v0.22.4
20382024-08-27T22:56:00.489Z[ host-package] Compiling thread_local v1.1.8
20392024-08-27T22:56:00.841Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20402024-08-27T22:56:00.871Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20412024-08-27T22:56:01.015Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20422024-08-27T22:56:01.136Z[ host-package] Compiling match_cfg v0.1.0
20432024-08-27T22:56:01.243Z[ host-package] Compiling hostname v0.3.1
20442024-08-27T22:56:02.696Z[ host-package] Compiling hickory-resolver v0.24.1
20452024-08-27T22:56:02.809Z[ host-package] Compiling multer v3.1.0
20462024-08-27T22:56:02.902Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20472024-08-27T22:56:03.238Z[ host-package] Compiling slog-async v2.8.0
20482024-08-27T22:56:03.327Z[ host-package] Compiling slog-json v2.6.1
20492024-08-27T22:56:03.735Z[ host-package] Compiling crossbeam-channel v0.5.12
20502024-08-27T22:56:04.828Z[ host-package] Compiling http v1.1.0
20512024-08-27T22:56:07.285Z[ host-package] Compiling take_mut v0.2.2
20522024-08-27T22:56:07.510Z[ host-package] Compiling atomic-waker v1.1.2
20532024-08-27T22:56:07.732Z[ host-package] Compiling waitgroup v0.1.2
20542024-08-27T22:56:08.116Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20552024-08-27T22:56:08.129Z[ helios-setup] Aug 27 22:56:06.683 INFO clone ok!, project: amd-host-image-builder
20562024-08-27T22:56:08.131Z[ helios-setup] Aug 27 22:56:06.683 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20572024-08-27T22:56:08.799Z[ helios-setup] Aug 27 22:56:07.352 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20582024-08-27T22:56:09.404Z[ host-package] Compiling tokio-rustls v0.25.0
20592024-08-27T22:56:09.406Z[ helios-setup] Aug 27 22:56:07.957 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20602024-08-27T22:56:09.406Z[ helios-setup] Aug 27 22:56:07.957 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20612024-08-27T22:56:09.885Z[ host-package] Compiling slog-bunyan v2.5.0
20622024-08-27T22:56:09.987Z[ host-package] Compiling slog-term v2.9.1
20632024-08-27T22:56:09.992Z[ helios-setup] Aug 27 22:56:08.545 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20642024-08-27T22:56:10.242Z[ host-package] Compiling rustls-pemfile v2.1.3
20652024-08-27T22:56:10.550Z[ helios-setup] Aug 27 22:56:09.103 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20662024-08-27T22:56:10.550Z[ helios-setup] Aug 27 22:56:09.103 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20672024-08-27T22:56:10.713Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20682024-08-27T22:56:10.800Z[ host-package] Compiling async-stream v0.3.5
20692024-08-27T22:56:10.993Z[ host-package] Compiling newtype-uuid v1.1.0
20702024-08-27T22:56:11.062Z[ helios-setup] Aug 27 22:56:09.615 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20712024-08-27T22:56:11.094Z[ host-package] Compiling ipnetwork v0.20.0
20722024-08-27T22:56:11.321Z[ host-package] Compiling serde_path_to_error v0.1.16
20732024-08-27T22:56:11.447Z[ host-package] Compiling hostname v0.4.0
20742024-08-27T22:56:12.010Z[ helios-setup] Aug 27 22:56:10.213 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20752024-08-27T22:56:12.010Z[ helios-setup] Aug 27 22:56:10.214 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20762024-08-27T22:56:12.020Z[ helios-setup] Aug 27 22:56:10.214 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20772024-08-27T22:56:12.020Z[ helios-setup] Aug 27 22:56:10.214 INFO ok!
20782024-08-27T22:56:12.020Z[ helios-setup] Aug 27 22:56:10.214 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20792024-08-27T22:56:12.020Z[ helios-setup] Aug 27 22:56:10.214 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20802024-08-27T22:56:12.020Z[ helios-setup] Aug 27 22:56:10.214 INFO ok!
20812024-08-27T22:56:12.020Z[ helios-setup] Aug 27 22:56:10.214 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20822024-08-27T22:56:12.020Z[ helios-setup] Aug 27 22:56:10.214 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20832024-08-27T22:56:12.020Z[ helios-setup] Aug 27 22:56:10.214 INFO ok!
20842024-08-27T22:56:12.020Z[ helios-setup] Aug 27 22:56:10.214 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
20852024-08-27T22:56:12.020Z[ helios-setup] Aug 27 22:56:10.214 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
20862024-08-27T22:56:12.020Z[ helios-setup] Aug 27 22:56:10.498 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
20872024-08-27T22:56:12.020Z[ host-package] Compiling instant v0.1.12
20882024-08-27T22:56:12.032Z[ host-package] Compiling debug-ignore v1.0.5
20892024-08-27T22:56:12.199Z[ host-package] Compiling backoff v0.4.0
20902024-08-27T22:56:12.227Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20912024-08-27T22:56:12.552Z[ helios-setup] Aug 27 22:56:11.104 INFO E| From https://github.com/jclulow/rust-jmclib
20922024-08-27T22:56:12.552Z[ helios-setup] Aug 27 22:56:11.104 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
20932024-08-27T22:56:12.572Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20942024-08-27T22:56:12.589Z[ helios-setup] Aug 27 22:56:11.127 INFO E| Updating crates.io index
20952024-08-27T22:56:12.763Z[ helios-setup] Aug 27 22:56:11.316 INFO E| Downloading crates ...
20962024-08-27T22:56:12.902Z[ helios-setup] Aug 27 22:56:11.455 INFO E| Downloaded md-5 v0.9.1
20972024-08-27T22:56:12.905Z[ helios-setup] Aug 27 22:56:11.458 INFO E| Downloaded block-buffer v0.9.0
20982024-08-27T22:56:12.907Z[ helios-setup] Aug 27 22:56:11.459 INFO E| Downloaded anyhow v1.0.72
20992024-08-27T22:56:12.913Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21002024-08-27T22:56:12.922Z[ helios-setup] Aug 27 22:56:11.466 INFO E| Downloaded opaque-debug v0.3.0
21012024-08-27T22:56:12.934Z[ helios-setup] Aug 27 22:56:11.486 INFO E| Downloaded walkdir v2.3.3
21022024-08-27T22:56:12.939Z[ helios-setup] Aug 27 22:56:11.489 INFO E| Downloaded unicode-width v0.1.10
21032024-08-27T22:56:12.942Z[ helios-setup] Aug 27 22:56:11.491 INFO E| Downloaded libdevinfo-sys v1.0.0
21042024-08-27T22:56:12.942Z[ helios-setup] Aug 27 22:56:11.492 INFO E| Downloaded errno v0.3.1
21052024-08-27T22:56:12.944Z[ helios-setup] Aug 27 22:56:11.495 INFO E| Downloaded itoa v1.0.9
21062024-08-27T22:56:12.947Z[ helios-setup] Aug 27 22:56:11.497 INFO E| Downloaded quote v1.0.31
21072024-08-27T22:56:12.949Z[ helios-setup] Aug 27 22:56:11.501 INFO E| Downloaded fastrand v2.0.0
21082024-08-27T22:56:12.951Z[ helios-setup] Aug 27 22:56:11.504 INFO E| Downloaded digest v0.9.0
21092024-08-27T22:56:12.953Z[ helios-setup] Aug 27 22:56:11.506 INFO E| Downloaded sha-1 v0.9.8
21102024-08-27T22:56:12.957Z[ helios-setup] Aug 27 22:56:11.509 INFO E| Downloaded cpufeatures v0.2.9
21112024-08-27T22:56:12.960Z[ helios-setup] Aug 27 22:56:11.512 INFO E| Downloaded bitflags v2.3.3
21122024-08-27T22:56:12.963Z[ helios-setup] Aug 27 22:56:11.516 INFO E| Downloaded tempfile v3.7.0
21132024-08-27T22:56:12.967Z[ helios-setup] Aug 27 22:56:11.520 INFO E| Downloaded once_cell v1.18.0
21142024-08-27T22:56:12.972Z[ helios-setup] Aug 27 22:56:11.525 INFO E| Downloaded unicode-ident v1.0.11
21152024-08-27T22:56:12.977Z[ helios-setup] Aug 27 22:56:11.529 INFO E| Downloaded uuid v0.8.2
21162024-08-27T22:56:12.982Z[ helios-setup] Aug 27 22:56:11.535 INFO E| Downloaded serde_derive v1.0.193
21172024-08-27T22:56:12.987Z[ helios-setup] Aug 27 22:56:11.540 INFO E| Downloaded serde v1.0.193
21182024-08-27T22:56:12.993Z[ helios-setup] Aug 27 22:56:11.546 INFO E| Downloaded typenum v1.16.0
21192024-08-27T22:56:12.997Z[ helios-setup] Aug 27 22:56:11.550 INFO E| Downloaded toml v0.5.11
21202024-08-27T22:56:13.002Z[ helios-setup] Aug 27 22:56:11.554 INFO E| Downloaded serde_json v1.0.103
21212024-08-27T22:56:13.015Z[ helios-setup] Aug 27 22:56:11.568 INFO E| Downloaded ryu v1.0.15
21222024-08-27T22:56:13.020Z[ helios-setup] Aug 27 22:56:11.573 INFO E| Downloaded syn v2.0.32
21232024-08-27T22:56:13.039Z[ helios-setup] Aug 27 22:56:11.591 INFO E| Downloaded proc-macro2 v1.0.66
21242024-08-27T22:56:13.043Z[ helios-setup] Aug 27 22:56:11.595 INFO E| Downloaded rustix v0.38.4
21252024-08-27T22:56:13.098Z[ helios-setup] Aug 27 22:56:11.651 INFO E| Downloaded getrandom v0.2.10
21262024-08-27T22:56:13.103Z[ helios-setup] Aug 27 22:56:11.656 INFO E| Downloaded libc v0.2.147
21272024-08-27T22:56:13.106Z[ host-package] Compiling parse-display v0.10.0
21282024-08-27T22:56:13.393Z[ helios-setup] Aug 27 22:56:11.946 INFO E| Compiling libc v0.2.147
21292024-08-27T22:56:13.397Z[ helios-setup] Aug 27 22:56:11.946 INFO E| Compiling proc-macro2 v1.0.66
21302024-08-27T22:56:13.397Z[ helios-setup] Aug 27 22:56:11.946 INFO E| Compiling cfg-if v1.0.0
21312024-08-27T22:56:13.397Z[ helios-setup] Aug 27 22:56:11.946 INFO E| Compiling unicode-ident v1.0.11
21322024-08-27T22:56:13.397Z[ helios-setup] Aug 27 22:56:11.946 INFO E| Compiling typenum v1.16.0
21332024-08-27T22:56:13.397Z[ helios-setup] Aug 27 22:56:11.946 INFO E| Compiling version_check v0.9.4
21342024-08-27T22:56:13.397Z[ helios-setup] Aug 27 22:56:11.947 INFO E| Compiling serde v1.0.193
21352024-08-27T22:56:13.397Z[ helios-setup] Aug 27 22:56:11.947 INFO E| Compiling num-conv v0.1.0
21362024-08-27T22:56:13.650Z[ helios-setup] Aug 27 22:56:12.203 INFO E| Compiling rustix v0.38.4
21372024-08-27T22:56:13.892Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21382024-08-27T22:56:13.954Z[ helios-setup] Aug 27 22:56:12.506 INFO E| Compiling slog v2.7.0
21392024-08-27T22:56:14.221Z[ helios-setup] Aug 27 22:56:12.772 INFO E| Compiling powerfmt v0.2.0
21402024-08-27T22:56:14.450Z[ host-package] Compiling serde_with v3.9.0
21412024-08-27T22:56:14.840Z[ helios-setup] Aug 27 22:56:13.392 INFO E| Compiling generic-array v0.14.7
21422024-08-27T22:56:14.915Z[ helios-setup] Aug 27 22:56:13.463 INFO E| Compiling itoa v1.0.9
21432024-08-27T22:56:14.984Z[ helios-setup] Aug 27 22:56:13.536 INFO E| Compiling time-core v0.1.2
21442024-08-27T22:56:15.063Z[ helios-setup] Aug 27 22:56:13.615 INFO E| Compiling deranged v0.3.11
21452024-08-27T22:56:15.285Z[ helios-setup] Aug 27 22:56:13.837 INFO E| Compiling time-macros v0.2.18
21462024-08-27T22:56:15.355Z[ helios-setup] Aug 27 22:56:13.907 INFO E| Compiling num_threads v0.1.6
21472024-08-27T22:56:15.390Z[ helios-setup] Aug 27 22:56:13.942 INFO E| Compiling bitflags v2.3.3
21482024-08-27T22:56:15.578Z[ helios-setup] Aug 27 22:56:14.130 INFO E| Compiling once_cell v1.18.0
21492024-08-27T22:56:16.285Z[ helios-setup] Aug 27 22:56:14.837 INFO E| Compiling quote v1.0.31
21502024-08-27T22:56:16.549Z[ helios-setup] Aug 27 22:56:15.100 INFO E| Compiling thread_local v1.1.7
21512024-08-27T22:56:17.581Z[ helios-setup] Aug 27 22:56:16.133 INFO E| Compiling syn v2.0.32
21522024-08-27T22:56:17.589Z[ helios-setup] Aug 27 22:56:16.141 INFO E| Compiling opaque-debug v0.3.0
21532024-08-27T22:56:17.628Z[ helios-setup] Aug 27 22:56:16.180 INFO E| Compiling serde_json v1.0.103
21542024-08-27T22:56:17.702Z[ helios-setup] Aug 27 22:56:16.251 INFO E| Compiling fastrand v2.0.0
21552024-08-27T22:56:17.837Z[ helios-setup] Aug 27 22:56:16.387 INFO E| Compiling dirs-sys-next v0.1.2
21562024-08-27T22:56:18.696Z[ helios-setup] Aug 27 22:56:17.247 INFO E| Compiling dirs-next v2.0.0
21572024-08-27T22:56:18.952Z[ helios-setup] Aug 27 22:56:17.503 INFO E| Compiling errno v0.3.1
21582024-08-27T22:56:19.249Z[ helios-setup] Aug 27 22:56:17.790 INFO E| Compiling term v0.7.0
21592024-08-27T22:56:19.298Z[ helios-setup] Aug 27 22:56:17.849 INFO E| Compiling atty v0.2.14
21602024-08-27T22:56:19.459Z[ helios-setup] Aug 27 22:56:18.008 INFO E| Compiling anyhow v1.0.72
21612024-08-27T22:56:19.554Z[ helios-setup] Aug 27 22:56:18.104 INFO E| Compiling getrandom v0.2.10
21622024-08-27T22:56:19.584Z[ helios-setup] Aug 27 22:56:18.135 INFO E| Compiling ryu v1.0.15
21632024-08-27T22:56:20.230Z[ helios-setup] Aug 27 22:56:18.781 INFO E| Compiling unicode-width v0.1.10
21642024-08-27T22:56:20.510Z[ helios-setup] Aug 27 22:56:19.058 INFO E| Compiling digest v0.9.0
21652024-08-27T22:56:20.595Z[ helios-setup] Aug 27 22:56:19.145 INFO E| Compiling block-buffer v0.9.0
21662024-08-27T22:56:20.595Z[ helios-setup] Aug 27 22:56:19.145 INFO E| Compiling same-file v1.0.6
21672024-08-27T22:56:20.714Z[ helios-setup] Aug 27 22:56:19.263 INFO E| Compiling time v0.3.36
21682024-08-27T22:56:21.030Z[ helios-setup] Aug 27 22:56:19.580 INFO E| Compiling cpufeatures v0.2.9
21692024-08-27T22:56:21.068Z[ host-package] Compiling strum v0.26.3
21702024-08-27T22:56:21.133Z[ helios-setup] Aug 27 22:56:19.683 INFO E| Compiling sha-1 v0.9.8
21712024-08-27T22:56:21.202Z[ helios-setup] Aug 27 22:56:19.753 INFO E| Compiling md-5 v0.9.1
21722024-08-27T22:56:21.315Z[ helios-setup] Aug 27 22:56:19.865 INFO E| Compiling walkdir v2.3.3
21732024-08-27T22:56:21.570Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21742024-08-27T22:56:21.984Z[ helios-setup] Aug 27 22:56:20.534 INFO E| Compiling getopts v0.2.21
21752024-08-27T22:56:22.218Z[ helios-setup] Aug 27 22:56:20.767 INFO E| Compiling tempfile v3.7.0
21762024-08-27T22:56:22.702Z[ helios-setup] Aug 27 22:56:21.248 INFO E| Compiling glob v0.3.1
21772024-08-27T22:56:23.011Z[ helios-setup] Aug 27 22:56:21.561 INFO E| Compiling libdevinfo-sys v1.0.0
21782024-08-27T22:56:24.580Z[ helios-setup] Aug 27 22:56:23.129 INFO E| Compiling slog-term v2.9.0
21792024-08-27T22:56:24.728Z[ host-package] Compiling macaddr v1.0.1
21802024-08-27T22:56:24.893Z[ host-package] Compiling slog-dtrace v0.3.0
21812024-08-27T22:56:25.447Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21822024-08-27T22:56:26.771Z[ helios-setup] Aug 27 22:56:25.319 INFO E| Compiling serde_derive v1.0.193
21832024-08-27T22:56:26.813Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21842024-08-27T22:56:28.229Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21852024-08-27T22:56:29.130Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21862024-08-27T22:56:29.528Z[ host-package] Compiling swrite v0.1.0
21872024-08-27T22:56:29.609Z[ host-package] Compiling rayon-core v1.12.1
21882024-08-27T22:56:29.669Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21892024-08-27T22:56:29.712Z[ host-package] Compiling crossbeam-deque v0.8.5
21902024-08-27T22:56:30.241Z[ host-package] Compiling half v2.4.1
21912024-08-27T22:56:31.071Z[ host-package] Compiling fastrand v2.1.0
21922024-08-27T22:56:31.603Z[ host-package] Compiling same-file v1.0.6
21932024-08-27T22:56:31.904Z[ host-package] Compiling ciborium-io v0.2.2
21942024-08-27T22:56:32.101Z[ host-package] Compiling display-error-chain v0.2.0
21952024-08-27T22:56:32.347Z[ host-package] Compiling ciborium-ll v0.2.2
21962024-08-27T22:56:32.856Z[ host-package] Compiling walkdir v2.5.0
21972024-08-27T22:56:32.985Z[ host-package] Compiling tempfile v3.10.1
21982024-08-27T22:56:33.905Z[ host-package] Compiling blake3 v1.5.1
21992024-08-27T22:56:34.616Z[ host-package] Compiling rayon v1.10.0
22002024-08-27T22:56:35.506Z[ host-package] Compiling ring v0.16.20
22012024-08-27T22:56:36.902Z[ host-package] Compiling ciborium v0.2.2
22022024-08-27T22:56:39.359Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22032024-08-27T22:56:40.050Z[ host-package] Compiling xattr v1.3.1
22042024-08-27T22:56:40.374Z[ host-package] Compiling filetime v0.2.24
22052024-08-27T22:56:40.820Z[ host-package] Compiling memmap2 v0.9.4
22062024-08-27T22:56:41.372Z[ host-package] Compiling spin v0.5.2
22072024-08-27T22:56:41.665Z[ host-package] Compiling constant_time_eq v0.3.0
22082024-08-27T22:56:41.715Z[ helios-setup] Aug 27 22:56:40.260 INFO E| Compiling toml v0.5.11
22092024-08-27T22:56:41.715Z[ helios-setup] Aug 27 22:56:40.260 INFO E| Compiling uuid v0.8.2
22102024-08-27T22:56:41.873Z[ host-package] Compiling cancel-safe-futures v0.1.5
22112024-08-27T22:56:42.546Z[ host-package] Compiling untrusted v0.7.1
22122024-08-27T22:56:42.825Z[ host-package] Compiling arrayref v0.3.7
22132024-08-27T22:56:42.951Z[ host-package] Compiling arrayvec v0.7.4
22142024-08-27T22:56:44.049Z[ helios-setup] Aug 27 22:56:42.593 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
22152024-08-27T22:56:46.354Z[ host-package] Compiling tar v0.4.41
22162024-08-27T22:56:47.350Z[ helios-setup] Aug 27 22:56:45.892 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
22172024-08-27T22:56:47.816Z[ host-package] Compiling camino-tempfile v1.1.1
22182024-08-27T22:56:48.358Z[ host-package] Compiling toolchain_find v0.4.0
22192024-08-27T22:56:48.607Z[ host-package] Compiling nibble_vec v0.1.0
22202024-08-27T22:56:48.752Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22212024-08-27T22:56:48.800Z[ host-package] Compiling atty v0.2.14
22222024-08-27T22:56:48.865Z[ host-package] Compiling topological-sort v0.2.2
22232024-08-27T22:56:49.032Z[ host-package] Compiling crunchy v0.2.2
22242024-08-27T22:56:52.684Z[ host-package] Compiling endian-type v0.1.2
22252024-08-27T22:56:52.744Z[ host-package] Compiling glob v0.3.1
22262024-08-27T22:56:52.744Z[ host-package] Compiling maplit v1.0.2
22272024-08-27T22:56:52.744Z[ host-package] Compiling radix_trie v0.2.1
22282024-08-27T22:56:52.744Z[ host-package] Compiling omicron-zone-package v0.11.0
22292024-08-27T22:56:52.754Z[ host-package] Compiling clang-sys v1.7.0
22302024-08-27T22:56:52.754Z[ host-package] Compiling rustfmt-wrapper v0.2.1
22312024-08-27T22:56:52.754Z[ host-package] Compiling tungstenite v0.21.0
22322024-08-27T22:56:52.754Z[ host-package] Compiling tiny-keccak v2.0.2
22332024-08-27T22:56:52.754Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22342024-08-27T22:56:52.754Z[ host-package] Compiling dsl_auto_type v0.1.2
22352024-08-27T22:56:52.754Z[ host-package] Compiling tokio-tungstenite v0.21.0
22362024-08-27T22:56:53.425Z[ host-package] Compiling scheduled-thread-pool v0.2.7
22372024-08-27T22:56:53.817Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22382024-08-27T22:56:53.817Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
22392024-08-27T22:56:54.329Z[ host-package] Compiling arc-swap v1.7.1
22402024-08-27T22:56:54.379Z[ host-package] Compiling diesel_derives v2.2.2
22412024-08-27T22:56:55.160Z[ host-package] Compiling slog-scope v4.4.0
22422024-08-27T22:56:55.223Z[ host-package] Compiling r2d2 v0.8.10
22432024-08-27T22:56:55.644Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22442024-08-27T22:56:56.107Z[ host-package] Compiling ascii-canvas v3.0.0
22452024-08-27T22:56:56.391Z[ host-package] Compiling ena v0.14.3
22462024-08-27T22:56:56.656Z[ host-package] Compiling libloading v0.8.3
22472024-08-27T22:56:56.986Z[ host-package] Compiling bindgen v0.69.4
22482024-08-27T22:56:57.112Z[ host-package] Compiling diff v0.1.13
22492024-08-27T22:56:57.586Z[ host-package] Compiling regex-syntax v0.6.29
22502024-08-27T22:56:57.907Z[ host-package] Compiling slog-stdlog v4.1.1
22512024-08-27T22:56:58.869Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22522024-08-27T22:56:59.926Z[ helios-setup] Aug 27 22:56:58.467 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.15s
22532024-08-27T22:56:59.962Z[ helios-setup] Aug 27 22:56:58.502 INFO building project "image-builder" ok (48 seconds)
22542024-08-27T22:56:59.962Z[ helios-setup] Aug 27 22:56:58.503 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
22552024-08-27T22:56:59.964Z[ helios-setup] Aug 27 22:56:58.503 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
22562024-08-27T22:57:00.085Z[ host-package] Compiling which v4.4.2
22572024-08-27T22:57:00.375Z[ helios-setup] Aug 27 22:56:58.916 INFO E| Compiling adler v1.0.2
22582024-08-27T22:57:00.558Z[ helios-setup] Aug 27 22:56:59.098 INFO E| Compiling miniz_oxide v0.7.2
22592024-08-27T22:57:00.720Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22602024-08-27T22:57:01.071Z[ host-package] Compiling cexpr v0.6.0
22612024-08-27T22:57:03.096Z[ helios-setup] Aug 27 22:57:01.636 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
22622024-08-27T22:57:03.111Z[ host-package] Compiling lalrpop v0.19.12
22632024-08-27T22:57:03.766Z[ host-package] Compiling libsw v3.3.1
22642024-08-27T22:57:04.190Z[ host-package] Compiling ref-cast v1.0.23
22652024-08-27T22:57:04.208Z[ helios-setup] Aug 27 22:57:02.748 INFO E| Finished `release` profile [optimized] target(s) in 4.15s
22662024-08-27T22:57:04.215Z[ helios-setup] Aug 27 22:57:02.755 INFO building project "pinprick" ok (4 seconds)
22672024-08-27T22:57:04.215Z[ helios-setup] Aug 27 22:57:02.755 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
22682024-08-27T22:57:04.215Z[ helios-setup] Aug 27 22:57:02.755 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
22692024-08-27T22:57:04.498Z[ helios-setup] Aug 27 22:57:03.037 INFO E| Downloading crates ...
22702024-08-27T22:57:04.605Z[ helios-setup] Aug 27 22:57:03.144 INFO E| Downloaded block-buffer v0.10.3
22712024-08-27T22:57:04.618Z[ helios-setup] Aug 27 22:57:03.158 INFO E| Downloaded miniz_oxide v0.6.2
22722024-08-27T22:57:04.621Z[ helios-setup] Aug 27 22:57:03.161 INFO E| Downloaded cpufeatures v0.2.5
22732024-08-27T22:57:04.628Z[ helios-setup] Aug 27 22:57:03.168 INFO E| Downloaded typenum v1.15.0
22742024-08-27T22:57:04.632Z[ helios-setup] Aug 27 22:57:03.172 INFO E| Downloaded digest v0.10.3
22752024-08-27T22:57:04.635Z[ helios-setup] Aug 27 22:57:03.175 INFO E| Downloaded sha2 v0.10.5
22762024-08-27T22:57:04.638Z[ helios-setup] Aug 27 22:57:03.178 INFO E| Downloaded generic-array v0.14.6
22772024-08-27T22:57:04.641Z[ helios-setup] Aug 27 22:57:03.181 INFO E| Downloaded anyhow v1.0.62
22782024-08-27T22:57:04.648Z[ helios-setup] Aug 27 22:57:03.188 INFO E| Downloaded flate2 v1.0.25
22792024-08-27T22:57:04.655Z[ helios-setup] Aug 27 22:57:03.195 INFO E| Downloaded bytes v1.2.1
22802024-08-27T22:57:04.752Z[ helios-setup] Aug 27 22:57:03.292 INFO E| Compiling typenum v1.15.0
22812024-08-27T22:57:04.752Z[ helios-setup] Aug 27 22:57:03.292 INFO E| Compiling version_check v0.9.4
22822024-08-27T22:57:04.752Z[ helios-setup] Aug 27 22:57:03.292 INFO E| Compiling crc32fast v1.3.2
22832024-08-27T22:57:04.756Z[ helios-setup] Aug 27 22:57:03.292 INFO E| Compiling cfg-if v1.0.0
22842024-08-27T22:57:04.756Z[ helios-setup] Aug 27 22:57:03.292 INFO E| Compiling adler v1.0.2
22852024-08-27T22:57:04.756Z[ helios-setup] Aug 27 22:57:03.292 INFO E| Compiling anyhow v1.0.62
22862024-08-27T22:57:04.756Z[ helios-setup] Aug 27 22:57:03.292 INFO E| Compiling cpufeatures v0.2.5
22872024-08-27T22:57:04.756Z[ helios-setup] Aug 27 22:57:03.292 INFO E| Compiling unicode-width v0.1.10
22882024-08-27T22:57:04.758Z[ host-package] Compiling lazycell v1.3.0
22892024-08-27T22:57:04.957Z[ host-package] Compiling owo-colors v4.0.0
22902024-08-27T22:57:05.618Z[ helios-setup] Aug 27 22:57:04.157 INFO E| Compiling miniz_oxide v0.6.2
22912024-08-27T22:57:05.618Z[ helios-setup] Aug 27 22:57:04.157 INFO E| Compiling bytes v1.2.1
22922024-08-27T22:57:05.621Z[ helios-setup] Aug 27 22:57:04.161 INFO E| Compiling generic-array v0.14.6
22932024-08-27T22:57:05.706Z[ helios-setup] Aug 27 22:57:04.246 INFO E| Compiling bitflags v1.3.2
22942024-08-27T22:57:05.872Z[ helios-setup] Aug 27 22:57:04.412 INFO E| Compiling getopts v0.2.21
22952024-08-27T22:57:07.348Z[ helios-setup] Aug 27 22:57:05.887 INFO E| Compiling flate2 v1.0.25
22962024-08-27T22:57:09.210Z[ host-package] Compiling diesel v2.2.2
22972024-08-27T22:57:09.979Z[ host-package] Compiling shlex v1.3.0
22982024-08-27T22:57:10.563Z[ host-package] Compiling rustc-hash v1.1.0
22992024-08-27T22:57:10.820Z[ host-package] Compiling linear-map v1.2.0
23002024-08-27T22:57:11.502Z[ helios-setup] Aug 27 22:57:10.039 INFO E| Compiling crypto-common v0.1.6
23012024-08-27T22:57:11.502Z[ helios-setup] Aug 27 22:57:10.040 INFO E| Compiling block-buffer v0.10.3
23022024-08-27T22:57:11.515Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23032024-08-27T22:57:11.694Z[ helios-setup] Aug 27 22:57:10.232 INFO E| Compiling digest v0.10.3
23042024-08-27T22:57:12.081Z[ helios-setup] Aug 27 22:57:10.619 INFO E| Compiling sha2 v0.10.5
23052024-08-27T22:57:12.591Z[ helios-setup] Aug 27 22:57:11.129 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
23062024-08-27T22:57:18.396Z[ helios-setup] Aug 27 22:57:16.932 INFO E| Finished `release` profile [optimized] target(s) in 14.09s
23072024-08-27T22:57:18.412Z[ helios-setup] Aug 27 22:57:16.948 INFO building project "bootserver" ok (14 seconds)
23082024-08-27T22:57:18.412Z[ helios-setup] Aug 27 22:57:16.948 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23092024-08-27T22:57:18.412Z[ helios-setup] Aug 27 22:57:16.948 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23102024-08-27T22:57:18.853Z[ helios-setup] Aug 27 22:57:17.390 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
23112024-08-27T22:57:19.426Z[ helios-setup] Aug 27 22:57:17.963 INFO E| From https://github.com/jclulow/hiercmd
23122024-08-27T22:57:19.427Z[ helios-setup] Aug 27 22:57:17.963 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
23132024-08-27T22:57:19.450Z[ helios-setup] Aug 27 22:57:17.986 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
23142024-08-27T22:57:20.026Z[ helios-setup] Aug 27 22:57:18.562 INFO E| From https://github.com/jclulow/network-interface
23152024-08-27T22:57:20.026Z[ helios-setup] Aug 27 22:57:18.562 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
23162024-08-27T22:57:20.047Z[ helios-setup] Aug 27 22:57:18.583 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
23172024-08-27T22:57:20.585Z[ helios-setup] Aug 27 22:57:19.121 INFO E| From https://github.com/oxidecomputer/boot-image-tools
23182024-08-27T22:57:20.585Z[ helios-setup] Aug 27 22:57:19.121 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
23192024-08-27T22:57:20.620Z[ host-package] Compiling slog-envlogger v2.2.0
23202024-08-27T22:57:20.638Z[ helios-setup] Aug 27 22:57:19.174 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
23212024-08-27T22:57:21.606Z[ helios-setup] Aug 27 22:57:20.142 INFO E| From https://github.com/oxidecomputer/facade
23222024-08-27T22:57:21.609Z[ helios-setup] Aug 27 22:57:20.142 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
23232024-08-27T22:57:21.696Z[ helios-setup] Aug 27 22:57:20.231 INFO E| Updating crates.io index
23242024-08-27T22:57:22.370Z[ helios-setup] Aug 27 22:57:20.906 INFO E| Downloading crates ...
23252024-08-27T22:57:22.576Z[ helios-setup] Aug 27 22:57:21.111 INFO E| Downloaded ahash v0.7.6
23262024-08-27T22:57:22.582Z[ helios-setup] Aug 27 22:57:21.118 INFO E| Downloaded base64 v0.21.0
23272024-08-27T22:57:22.592Z[ helios-setup] Aug 27 22:57:21.127 INFO E| Downloaded built v0.6.0
23282024-08-27T22:57:22.595Z[ helios-setup] Aug 27 22:57:21.130 INFO E| Downloaded cc v1.0.78
23292024-08-27T22:57:22.599Z[ helios-setup] Aug 27 22:57:21.135 INFO E| Downloaded cargo-lock v8.0.3
23302024-08-27T22:57:22.605Z[ helios-setup] Aug 27 22:57:21.140 INFO E| Downloaded camino v1.1.4
23312024-08-27T22:57:22.609Z[ helios-setup] Aug 27 22:57:21.144 INFO E| Downloaded const-random v0.1.15
23322024-08-27T22:57:22.612Z[ helios-setup] Aug 27 22:57:21.146 INFO E| Downloaded crossbeam-channel v0.5.6
23332024-08-27T22:57:22.619Z[ helios-setup] Aug 27 22:57:21.155 INFO E| Downloaded crossbeam-utils v0.8.14
23342024-08-27T22:57:22.625Z[ helios-setup] Aug 27 22:57:21.160 INFO E| Downloaded memoffset v0.7.1
23352024-08-27T22:57:22.627Z[ helios-setup] Aug 27 22:57:21.163 INFO E| Downloaded futures-sink v0.3.28
23362024-08-27T22:57:22.630Z[ helios-setup] Aug 27 22:57:21.164 INFO E| Downloaded futures-task v0.3.28
23372024-08-27T22:57:22.632Z[ helios-setup] Aug 27 22:57:21.167 INFO E| Downloaded futures-io v0.3.28
23382024-08-27T22:57:22.636Z[ helios-setup] Aug 27 22:57:21.168 INFO E| Downloaded futures-macro v0.3.28
23392024-08-27T22:57:22.636Z[ helios-setup] Aug 27 22:57:21.171 INFO E| Downloaded form_urlencoded v1.1.0
23402024-08-27T22:57:22.639Z[ helios-setup] Aug 27 22:57:21.172 INFO E| Downloaded textwrap v0.16.0
23412024-08-27T22:57:22.641Z[ helios-setup] Aug 27 22:57:21.177 INFO E| Downloaded futures-util v0.3.28
23422024-08-27T22:57:22.668Z[ helios-setup] Aug 27 22:57:21.203 INFO E| Downloaded either v1.8.0
23432024-08-27T22:57:22.671Z[ helios-setup] Aug 27 22:57:21.206 INFO E| Downloaded unicode-normalization v0.1.22
23442024-08-27T22:57:22.678Z[ helios-setup] Aug 27 22:57:21.213 INFO E| Downloaded try-lock v0.2.4
23452024-08-27T22:57:22.681Z[ helios-setup] Aug 27 22:57:21.216 INFO E| Downloaded thiserror-impl v1.0.38
23462024-08-27T22:57:22.683Z[ helios-setup] Aug 27 22:57:21.218 INFO E| Downloaded thiserror v1.0.38
23472024-08-27T22:57:22.691Z[ helios-setup] Aug 27 22:57:21.227 INFO E| Downloaded tempfile v3.5.0
23482024-08-27T22:57:22.697Z[ helios-setup] Aug 27 22:57:21.232 INFO E| Downloaded smawk v0.3.1
23492024-08-27T22:57:22.700Z[ helios-setup] Aug 27 22:57:21.235 INFO E| Downloaded tokio-tungstenite v0.18.0
23502024-08-27T22:57:22.705Z[ helios-setup] Aug 27 22:57:21.240 INFO E| Downloaded tokio-rustls v0.24.0
23512024-08-27T22:57:22.710Z[ helios-setup] Aug 27 22:57:21.244 INFO E| Downloaded toml v0.7.3
23522024-08-27T22:57:22.716Z[ helios-setup] Aug 27 22:57:21.252 INFO E| Downloaded tokio-macros v2.0.0
23532024-08-27T22:57:22.719Z[ helios-setup] Aug 27 22:57:21.254 INFO E| Downloaded toolchain_find v0.2.0
23542024-08-27T22:57:22.722Z[ helios-setup] Aug 27 22:57:21.257 INFO E| Downloaded toml_edit v0.19.8
23552024-08-27T22:57:22.753Z[ helios-setup] Aug 27 22:57:21.289 INFO E| Downloaded tracing-core v0.1.30
23562024-08-27T22:57:22.759Z[ helios-setup] Aug 27 22:57:21.293 INFO E| Downloaded toml_datetime v0.6.1
23572024-08-27T22:57:22.762Z[ helios-setup] Aug 27 22:57:21.295 INFO E| Downloaded tokio-util v0.7.7
23582024-08-27T22:57:22.772Z[ helios-setup] Aug 27 22:57:21.307 INFO E| Downloaded slog-bunyan v2.4.0
23592024-08-27T22:57:22.774Z[ helios-setup] Aug 27 22:57:21.310 INFO E| Downloaded slog-async v2.7.0
23602024-08-27T22:57:22.777Z[ helios-setup] Aug 27 22:57:21.313 INFO E| Downloaded iana-time-zone v0.1.56
23612024-08-27T22:57:22.781Z[ helios-setup] Aug 27 22:57:21.317 INFO E| Downloaded h2 v0.3.16
23622024-08-27T22:57:22.794Z[ helios-setup] Aug 27 22:57:21.329 INFO E| Downloaded lazy_static v1.4.0
23632024-08-27T22:57:22.797Z[ helios-setup] Aug 27 22:57:21.331 INFO E| Downloaded futures-core v0.3.28
23642024-08-27T22:57:22.799Z[ helios-setup] Aug 27 22:57:21.334 INFO E| Downloaded futures-channel v0.3.28
23652024-08-27T22:57:22.802Z[ helios-setup] Aug 27 22:57:21.338 INFO E| Downloaded digest v0.10.6
23662024-08-27T22:57:22.806Z[ helios-setup] Aug 27 22:57:21.341 INFO E| Downloaded crossbeam-epoch v0.9.13
23672024-08-27T22:57:22.811Z[ helios-setup] Aug 27 22:57:21.346 INFO E| Downloaded strsim v0.10.0
23682024-08-27T22:57:22.813Z[ helios-setup] Aug 27 22:57:21.348 INFO E| Downloaded socket2 v0.4.9
23692024-08-27T22:57:22.816Z[ helios-setup] Aug 27 22:57:21.352 INFO E| Downloaded time v0.1.45
23702024-08-27T22:57:22.819Z[ helios-setup] Aug 27 22:57:21.354 INFO E| Downloaded tracing v0.1.37
23712024-08-27T22:57:22.827Z[ helios-setup] Aug 27 22:57:21.362 INFO E| Downloaded smallvec v1.10.0
23722024-08-27T22:57:22.831Z[ helios-setup] Aug 27 22:57:21.366 INFO E| Downloaded unicode-bidi v0.3.13
23732024-08-27T22:57:22.835Z[ helios-setup] Aug 27 22:57:21.371 INFO E| Downloaded bincode v1.3.3
23742024-08-27T22:57:22.839Z[ helios-setup] Aug 27 22:57:21.375 INFO E| Downloaded byteorder v1.4.3
23752024-08-27T22:57:22.843Z[ helios-setup] Aug 27 22:57:21.378 INFO E| Downloaded fastrand v1.9.0
23762024-08-27T22:57:22.846Z[ helios-setup] Aug 27 22:57:21.380 INFO E| Downloaded terminal_size v0.2.6
23772024-08-27T22:57:22.849Z[ helios-setup] Aug 27 22:57:21.383 INFO E| Downloaded jobserver v0.1.26
23782024-08-27T22:57:22.851Z[ helios-setup] Aug 27 22:57:21.386 INFO E| Downloaded serde v1.0.204
23792024-08-27T22:57:22.857Z[ helios-setup] Aug 27 22:57:21.392 INFO E| Downloaded num-integer v0.1.45
23802024-08-27T22:57:22.860Z[ helios-setup] Aug 27 22:57:21.395 INFO E| Downloaded pkg-config v0.3.26
23812024-08-27T22:57:22.862Z[ helios-setup] Aug 27 22:57:21.398 INFO E| Downloaded async-trait v0.1.68
23822024-08-27T22:57:22.869Z[ helios-setup] Aug 27 22:57:21.405 INFO E| Downloaded clap_derive v4.2.0
23832024-08-27T22:57:22.874Z[ helios-setup] Aug 27 22:57:21.409 INFO E| Downloaded concolor-query v0.3.3
23842024-08-27T22:57:22.876Z[ helios-setup] Aug 27 22:57:21.410 INFO E| Downloaded concolor-override v1.0.0
23852024-08-27T22:57:22.876Z[ helios-setup] Aug 27 22:57:21.411 INFO E| Downloaded clap_lex v0.4.1
23862024-08-27T22:57:22.878Z[ helios-setup] Aug 27 22:57:21.413 INFO E| Downloaded clap_builder v4.2.1
23872024-08-27T22:57:22.890Z[ helios-setup] Aug 27 22:57:21.425 INFO E| Downloaded sha2 v0.10.6
23882024-08-27T22:57:22.893Z[ helios-setup] Aug 27 22:57:21.428 INFO E| Downloaded tokio v1.27.0
23892024-08-27T22:57:22.943Z[ helios-setup] Aug 27 22:57:21.478 INFO E| Downloaded is-terminal v0.4.7
23902024-08-27T22:57:22.947Z[ helios-setup] Aug 27 22:57:21.479 INFO E| Downloaded hyper v0.14.25
23912024-08-27T22:57:22.958Z[ helios-setup] Aug 27 22:57:21.493 INFO E| Downloaded num-traits v0.2.15
23922024-08-27T22:57:22.962Z[ helios-setup] Aug 27 22:57:21.497 INFO E| Downloaded http v0.2.9
23932024-08-27T22:57:22.969Z[ helios-setup] Aug 27 22:57:21.504 INFO E| Downloaded sha1 v0.10.5
23942024-08-27T22:57:22.972Z[ helios-setup] Aug 27 22:57:21.507 INFO E| Downloaded once_cell v1.17.0
23952024-08-27T22:57:22.976Z[ helios-setup] Aug 27 22:57:21.512 INFO E| Downloaded num_enum v0.5.7
23962024-08-27T22:57:22.984Z[ helios-setup] Aug 27 22:57:21.519 INFO E| Downloaded mio v0.8.5
23972024-08-27T22:57:22.995Z[ helios-setup] Aug 27 22:57:21.531 INFO E| Downloaded num_enum_derive v0.5.7
23982024-08-27T22:57:22.998Z[ helios-setup] Aug 27 22:57:21.532 INFO E| Downloaded itoa v1.0.6
23992024-08-27T22:57:23.000Z[ helios-setup] Aug 27 22:57:21.535 INFO E| Downloaded num_cpus v1.15.0
24002024-08-27T22:57:23.005Z[ helios-setup] Aug 27 22:57:21.539 INFO E| Downloaded ipnet v2.7.2
24012024-08-27T22:57:23.008Z[ helios-setup] Aug 27 22:57:21.543 INFO E| Downloaded ryu v1.0.13
24022024-08-27T22:57:23.013Z[ helios-setup] Aug 27 22:57:21.549 INFO E| Downloaded httpdate v1.0.2
24032024-08-27T22:57:23.016Z[ helios-setup] Aug 27 22:57:21.551 INFO E| Downloaded http-body v0.4.5
24042024-08-27T22:57:23.020Z[ helios-setup] Aug 27 22:57:21.554 INFO E| Downloaded git2 v0.16.1
24052024-08-27T22:57:23.034Z[ helios-setup] Aug 27 22:57:21.569 INFO E| Downloaded futures-executor v0.3.28
24062024-08-27T22:57:23.037Z[ helios-setup] Aug 27 22:57:21.572 INFO E| Downloaded futures v0.3.28
24072024-08-27T22:57:23.046Z[ helios-setup] Aug 27 22:57:21.582 INFO E| Downloaded serde_yaml v0.9.21
24082024-08-27T22:57:23.053Z[ helios-setup] Aug 27 22:57:21.588 INFO E| Downloaded serde_tokenstream v0.2.0
24092024-08-27T22:57:23.061Z[ helios-setup] Aug 27 22:57:21.596 INFO E| Downloaded serde_spanned v0.6.1
24102024-08-27T22:57:23.063Z[ helios-setup] Aug 27 22:57:21.598 INFO E| Downloaded serde_path_to_error v0.1.11
24112024-08-27T22:57:23.067Z[ helios-setup] Aug 27 22:57:21.601 INFO E| Downloaded serde_json v1.0.95
24122024-08-27T22:57:23.080Z[ helios-setup] Aug 27 22:57:21.615 INFO E| Downloaded semver-parser v0.10.2
24132024-08-27T22:57:23.083Z[ helios-setup] Aug 27 22:57:21.618 INFO E| Downloaded semver v1.0.17
24142024-08-27T22:57:23.087Z[ helios-setup] Aug 27 22:57:21.622 INFO E| Downloaded regex v1.7.3
24152024-08-27T22:57:23.103Z[ helios-setup] Aug 27 22:57:21.638 INFO E| Downloaded semver v0.11.0
24162024-08-27T22:57:23.106Z[ helios-setup] Aug 27 22:57:21.641 INFO E| Downloaded signal-hook-registry v1.4.0
24172024-08-27T22:57:23.109Z[ helios-setup] Aug 27 22:57:21.643 INFO E| Downloaded serde_derive v1.0.204
24182024-08-27T22:57:23.114Z[ helios-setup] Aug 27 22:57:21.649 INFO E| Downloaded schemars_derive v0.8.12
24192024-08-27T22:57:23.116Z[ helios-setup] Aug 27 22:57:21.651 INFO E| Downloaded schemars v0.8.12
24202024-08-27T22:57:23.137Z[ helios-setup] Aug 27 22:57:21.672 INFO E| Downloaded rustls-webpki v0.100.1
24212024-08-27T22:57:23.148Z[ helios-setup] Aug 27 22:57:21.683 INFO E| Downloaded rustls-pemfile v1.0.2
24222024-08-27T22:57:23.151Z[ helios-setup] Aug 27 22:57:21.687 INFO E| Downloaded regress v0.5.0
24232024-08-27T22:57:23.165Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24242024-08-27T22:57:23.169Z[ helios-setup] Aug 27 22:57:21.703 INFO E| Downloaded rustfmt-wrapper v0.2.0
24252024-08-27T22:57:23.172Z[ helios-setup] Aug 27 22:57:21.705 INFO E| Downloaded rhai_codegen v1.5.0
24262024-08-27T22:57:23.186Z[ helios-setup] Aug 27 22:57:21.721 INFO E| Downloaded reqwest v0.11.16
24272024-08-27T22:57:23.200Z[ helios-setup] Aug 27 22:57:21.735 INFO E| Downloaded rayon-core v1.10.2
24282024-08-27T22:57:23.208Z[ helios-setup] Aug 27 22:57:21.743 INFO E| Downloaded rayon v1.6.1
24292024-08-27T22:57:23.225Z[ helios-setup] Aug 27 22:57:21.760 INFO E| Downloaded project-root v0.2.2
24302024-08-27T22:57:23.227Z[ helios-setup] Aug 27 22:57:21.761 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24312024-08-27T22:57:23.229Z[ helios-setup] Aug 27 22:57:21.764 INFO E| Downloaded proc-macro-crate v1.2.1
24322024-08-27T22:57:23.233Z[ helios-setup] Aug 27 22:57:21.766 INFO E| Downloaded pin-project-lite v0.2.9
24332024-08-27T22:57:23.247Z[ helios-setup] Aug 27 22:57:21.775 INFO E| Downloaded slab v0.4.7
24342024-08-27T22:57:23.251Z[ helios-setup] Aug 27 22:57:21.777 INFO E| Downloaded serde_derive_internals v0.26.0
24352024-08-27T22:57:23.251Z[ helios-setup] Aug 27 22:57:21.779 INFO E| Downloaded sct v0.7.0
24362024-08-27T22:57:23.252Z[ helios-setup] Aug 27 22:57:21.784 INFO E| Downloaded rustix v0.37.3
24372024-08-27T22:57:23.302Z[ helios-setup] Aug 27 22:57:21.835 INFO E| Downloaded openapiv3 v1.0.2
24382024-08-27T22:57:23.322Z[ helios-setup] Aug 27 22:57:21.857 INFO E| Downloaded libc v0.2.139
24392024-08-27T22:57:23.376Z[ helios-setup] Aug 27 22:57:21.912 INFO E| Downloaded pest v2.5.7
24402024-08-27T22:57:23.384Z[ helios-setup] Aug 27 22:57:21.920 INFO E| Downloaded percent-encoding v2.2.0
24412024-08-27T22:57:23.387Z[ helios-setup] Aug 27 22:57:21.921 INFO E| Downloaded paste v1.0.12
24422024-08-27T22:57:23.393Z[ helios-setup] Aug 27 22:57:21.926 INFO E| Downloaded rustls v0.21.0
24432024-08-27T22:57:23.410Z[ helios-setup] Aug 27 22:57:21.945 INFO E| Downloaded rhai v1.14.0
24442024-08-27T22:57:23.430Z[ helios-setup] Aug 27 22:57:21.965 INFO E| Downloaded parking_lot_core v0.9.6
24452024-08-27T22:57:23.434Z[ helios-setup] Aug 27 22:57:21.968 INFO E| Downloaded encoding_rs v0.8.32
24462024-08-27T22:57:23.520Z[ helios-setup] Aug 27 22:57:22.054 INFO E| Downloaded io-lifetimes v1.0.10
24472024-08-27T22:57:23.524Z[ helios-setup] Aug 27 22:57:22.059 INFO E| Downloaded home v0.5.4
24482024-08-27T22:57:23.527Z[ helios-setup] Aug 27 22:57:22.061 INFO E| Downloaded dyn-clone v1.0.11
24492024-08-27T22:57:23.531Z[ helios-setup] Aug 27 22:57:22.064 INFO E| Downloaded winnow v0.4.1
24502024-08-27T22:57:23.542Z[ helios-setup] Aug 27 22:57:22.077 INFO E| Downloaded want v0.3.0
24512024-08-27T22:57:23.545Z[ helios-setup] Aug 27 22:57:22.079 INFO E| Downloaded uuid v1.3.0
24522024-08-27T22:57:23.550Z[ helios-setup] Aug 27 22:57:22.085 INFO E| Downloaded url v2.3.1
24532024-08-27T22:57:23.555Z[ helios-setup] Aug 27 22:57:22.090 INFO E| Downloaded unsafe-libyaml v0.2.8
24542024-08-27T22:57:23.563Z[ helios-setup] Aug 27 22:57:22.098 INFO E| Downloaded unicode-linebreak v0.1.4
24552024-08-27T22:57:23.567Z[ helios-setup] Aug 27 22:57:22.102 INFO E| Downloaded unicode-ident v1.0.8
24562024-08-27T22:57:23.572Z[ helios-setup] Aug 27 22:57:22.107 INFO E| Downloaded ucd-trie v0.1.5
24572024-08-27T22:57:23.575Z[ helios-setup] Aug 27 22:57:22.110 INFO E| Downloaded syn v1.0.107
24582024-08-27T22:57:23.593Z[ helios-setup] Aug 27 22:57:22.128 INFO E| Downloaded anstyle-parse v0.1.1
24592024-08-27T22:57:23.596Z[ helios-setup] Aug 27 22:57:22.131 INFO E| Downloaded libz-sys v1.1.8
24602024-08-27T22:57:23.678Z[ host-package] Compiling derive_builder_core v0.20.0
24612024-08-27T22:57:23.703Z[ helios-setup] Aug 27 22:57:22.236 INFO E| Downloaded anstyle v0.3.5
24622024-08-27T22:57:23.707Z[ helios-setup] Aug 27 22:57:22.238 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24632024-08-27T22:57:23.793Z[ helios-setup] Aug 27 22:57:22.328 INFO E| Downloaded clap v4.2.1
24642024-08-27T22:57:23.807Z[ helios-setup] Aug 27 22:57:22.341 INFO E| Downloaded parking_lot v0.12.1
24652024-08-27T22:57:23.809Z[ helios-setup] Aug 27 22:57:22.344 INFO E| Downloaded memchr v2.5.0
24662024-08-27T22:57:23.816Z[ helios-setup] Aug 27 22:57:22.351 INFO E| Downloaded anstream v0.2.6
24672024-08-27T22:57:23.821Z[ helios-setup] Aug 27 22:57:22.355 INFO E| Downloaded log v0.4.17
24682024-08-27T22:57:23.823Z[ helios-setup] Aug 27 22:57:22.358 INFO E| Downloaded lock_api v0.4.9
24692024-08-27T22:57:23.830Z[ helios-setup] Aug 27 22:57:22.361 INFO E| Downloaded syn v2.0.72
24702024-08-27T22:57:23.845Z[ helios-setup] Aug 27 22:57:22.379 INFO E| Downloaded getrandom v0.2.8
24712024-08-27T22:57:23.848Z[ helios-setup] Aug 27 22:57:22.383 INFO E| Downloaded bytes v1.4.0
24722024-08-27T22:57:23.855Z[ helios-setup] Aug 27 22:57:22.390 INFO E| Downloaded aho-corasick v0.7.20
24732024-08-27T22:57:23.861Z[ helios-setup] Aug 27 22:57:22.396 INFO E| Downloaded autocfg v1.1.0
24742024-08-27T22:57:23.863Z[ helios-setup] Aug 27 22:57:22.398 INFO E| Downloaded tungstenite v0.18.0
24752024-08-27T22:57:23.868Z[ helios-setup] Aug 27 22:57:22.404 INFO E| Downloaded smartstring v1.0.1
24762024-08-27T22:57:23.872Z[ helios-setup] Aug 27 22:57:22.407 INFO E| Downloaded scopeguard v1.1.0
24772024-08-27T22:57:23.875Z[ helios-setup] Aug 27 22:57:22.409 INFO E| Downloaded crossbeam-deque v0.8.2
24782024-08-27T22:57:23.878Z[ helios-setup] Aug 27 22:57:22.412 INFO E| Downloaded const-random-macro v0.1.15
24792024-08-27T22:57:23.880Z[ helios-setup] Aug 27 22:57:22.413 INFO E| Downloaded chrono v0.4.24
24802024-08-27T22:57:23.890Z[ helios-setup] Aug 27 22:57:22.425 INFO E| Downloaded anyhow v1.0.68
24812024-08-27T22:57:23.896Z[ helios-setup] Aug 27 22:57:22.431 INFO E| Downloaded ahash v0.8.3
24822024-08-27T22:57:24.301Z[ helios-setup] Aug 27 22:57:22.836 INFO E| Compiling proc-macro2 v1.0.86
24832024-08-27T22:57:24.301Z[ helios-setup] Aug 27 22:57:22.836 INFO E| Compiling libc v0.2.139
24842024-08-27T22:57:24.304Z[ helios-setup] Aug 27 22:57:22.837 INFO E| Compiling unicode-ident v1.0.8
24852024-08-27T22:57:24.304Z[ helios-setup] Aug 27 22:57:22.837 INFO E| Compiling autocfg v1.1.0
24862024-08-27T22:57:24.304Z[ helios-setup] Aug 27 22:57:22.837 INFO E| Compiling cfg-if v1.0.0
24872024-08-27T22:57:24.304Z[ helios-setup] Aug 27 22:57:22.837 INFO E| Compiling version_check v0.9.4
24882024-08-27T22:57:24.304Z[ helios-setup] Aug 27 22:57:22.837 INFO E| Compiling serde v1.0.204
24892024-08-27T22:57:24.304Z[ helios-setup] Aug 27 22:57:22.837 INFO E| Compiling syn v1.0.107
24902024-08-27T22:57:24.615Z[ helios-setup] Aug 27 22:57:23.150 INFO E| Compiling memchr v2.5.0
24912024-08-27T22:57:25.810Z[ helios-setup] Aug 27 22:57:24.345 INFO E| Compiling once_cell v1.17.0
24922024-08-27T22:57:25.895Z[ helios-setup] Aug 27 22:57:24.426 INFO E| Compiling log v0.4.17
24932024-08-27T22:57:25.965Z[ helios-setup] Aug 27 22:57:24.499 INFO E| Compiling thiserror v1.0.38
24942024-08-27T22:57:26.739Z[ helios-setup] Aug 27 22:57:25.273 INFO E| Compiling serde_json v1.0.95
24952024-08-27T22:57:26.825Z[ helios-setup] Aug 27 22:57:25.359 INFO E| Compiling itoa v1.0.6
24962024-08-27T22:57:26.930Z[ host-package] Compiling headers-core v0.2.0
24972024-08-27T22:57:27.261Z[ host-package] Compiling fxhash v0.2.1
24982024-08-27T22:57:27.728Z[ helios-setup] Aug 27 22:57:26.262 INFO E| Compiling indexmap v1.9.3
24992024-08-27T22:57:27.874Z[ helios-setup] Aug 27 22:57:26.408 INFO E| Compiling getrandom v0.2.8
25002024-08-27T22:57:28.009Z[ host-package] Compiling libxml v0.3.3
25012024-08-27T22:57:28.019Z[ helios-setup] Aug 27 22:57:26.553 INFO E| Compiling quote v1.0.36
25022024-08-27T22:57:28.247Z[ host-package] Compiling ref-cast-impl v1.0.23
25032024-08-27T22:57:28.562Z[ helios-setup] Aug 27 22:57:27.095 INFO E| Compiling jobserver v0.1.26
25042024-08-27T22:57:28.755Z[ helios-setup] Aug 27 22:57:27.288 INFO E| Compiling scopeguard v1.1.0
25052024-08-27T22:57:28.890Z[ helios-setup] Aug 27 22:57:27.423 INFO E| Compiling syn v2.0.72
25062024-08-27T22:57:28.906Z[ host-package] Compiling samael v0.0.15
25072024-08-27T22:57:29.234Z[ helios-setup] Aug 27 22:57:27.766 INFO E| Compiling pin-project-lite v0.2.9
25082024-08-27T22:57:29.425Z[ helios-setup] Aug 27 22:57:27.958 INFO E| Compiling cc v1.0.78
25092024-08-27T22:57:29.538Z[ helios-setup] Aug 27 22:57:28.072 INFO E| Compiling num-integer v0.1.45
25102024-08-27T22:57:29.605Z[ helios-setup] Aug 27 22:57:28.138 INFO E| Compiling bytes v1.4.0
25112024-08-27T22:57:29.713Z[ helios-setup] Aug 27 22:57:28.237 INFO E| Compiling futures-core v0.3.28
25122024-08-27T22:57:30.394Z[ helios-setup] Aug 27 22:57:28.927 INFO E| Compiling ryu v1.0.13
25132024-08-27T22:57:31.210Z[ host-package] Compiling headers v0.3.9
25142024-08-27T22:57:31.371Z[ host-package] Compiling derive_builder_macro v0.20.0
25152024-08-27T22:57:31.789Z[ helios-setup] Aug 27 22:57:30.321 INFO E| Compiling lock_api v0.4.9
25162024-08-27T22:57:31.929Z[ helios-setup] Aug 27 22:57:30.462 INFO E| Compiling bitflags v1.3.2
25172024-08-27T22:57:31.992Z[ helios-setup] Aug 27 22:57:30.522 INFO E| Compiling typenum v1.16.0
25182024-08-27T22:57:32.111Z[ helios-setup] Aug 27 22:57:30.643 INFO E| Compiling parking_lot_core v0.9.6
25192024-08-27T22:57:32.379Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25202024-08-27T22:57:32.479Z[ helios-setup] Aug 27 22:57:31.012 INFO E| Compiling num_cpus v1.15.0
25212024-08-27T22:57:33.107Z[ helios-setup] Aug 27 22:57:31.639 INFO E| Compiling generic-array v0.14.6
25222024-08-27T22:57:33.110Z[ helios-setup] Aug 27 22:57:31.640 INFO E| Compiling slab v0.4.7
25232024-08-27T22:57:33.238Z[ helios-setup] Aug 27 22:57:31.765 INFO E| Compiling futures-task v0.3.28
25242024-08-27T22:57:33.326Z[ helios-setup] Aug 27 22:57:31.859 INFO E| Compiling futures-channel v0.3.28
25252024-08-27T22:57:33.460Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25262024-08-27T22:57:33.545Z[ helios-setup] Aug 27 22:57:32.077 INFO E| Compiling futures-sink v0.3.28
25272024-08-27T22:57:34.054Z[ helios-setup] Aug 27 22:57:32.586 INFO E| Compiling tokio v1.27.0
25282024-08-27T22:57:34.234Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25292024-08-27T22:57:34.419Z[ helios-setup] Aug 27 22:57:32.950 INFO E| Compiling schemars v0.8.12
25302024-08-27T22:57:34.533Z[ host-package] Compiling strum_macros v0.24.3
25312024-08-27T22:57:34.672Z[ helios-setup] Aug 27 22:57:33.204 INFO E| Compiling futures-util v0.3.28
25322024-08-27T22:57:35.377Z[ helios-setup] Aug 27 22:57:33.908 INFO E| Compiling mio v0.8.5
25332024-08-27T22:57:35.609Z[ helios-setup] Aug 27 22:57:34.141 INFO E| Compiling signal-hook-registry v1.4.0
25342024-08-27T22:57:35.912Z[ helios-setup] Aug 27 22:57:34.441 INFO E| Compiling socket2 v0.4.9
25352024-08-27T22:57:36.003Z[ helios-setup] Aug 27 22:57:34.535 INFO E| Compiling ahash v0.7.6
25362024-08-27T22:57:36.118Z[ helios-setup] Aug 27 22:57:34.649 INFO E| Compiling num-traits v0.2.15
25372024-08-27T22:57:36.666Z[ helios-setup] Aug 27 22:57:35.197 INFO E| Compiling pin-utils v0.1.0
25382024-08-27T22:57:36.889Z[ helios-setup] Aug 27 22:57:35.420 INFO E| Compiling crunchy v0.2.2
25392024-08-27T22:57:37.257Z[ host-package] Compiling kstat-rs v0.2.4
25402024-08-27T22:57:37.670Z[ helios-setup] Aug 27 22:57:36.202 INFO E| Compiling futures-io v0.3.28
25412024-08-27T22:57:37.894Z[ helios-setup] Aug 27 22:57:36.425 INFO E| Compiling io-lifetimes v1.0.10
25422024-08-27T22:57:38.134Z[ host-package] Compiling unicase v2.7.0
25432024-08-27T22:57:39.009Z[ host-package] Compiling dropshot v0.10.1
25442024-08-27T22:57:39.346Z[ host-package] Compiling indoc v1.0.9
25452024-08-27T22:57:39.399Z[ helios-setup] Aug 27 22:57:37.930 INFO E| Compiling ahash v0.8.3
25462024-08-27T22:57:39.628Z[ helios-setup] Aug 27 22:57:38.158 INFO E| Compiling rustix v0.37.3
25472024-08-27T22:57:39.938Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25482024-08-27T22:57:40.002Z[ helios-setup] Aug 27 22:57:38.532 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25492024-08-27T22:57:40.617Z[ helios-setup] Aug 27 22:57:39.147 INFO E| Compiling tiny-keccak v2.0.2
25502024-08-27T22:57:40.631Z[ helios-setup] Aug 27 22:57:39.161 INFO E| Compiling hashbrown v0.12.3
25512024-08-27T22:57:40.711Z[ host-package] Compiling derive_builder v0.20.0
25522024-08-27T22:57:41.007Z[ helios-setup] Aug 27 22:57:39.537 INFO E| Compiling serde_derive_internals v0.26.0
25532024-08-27T22:57:41.331Z[ helios-setup] Aug 27 22:57:39.861 INFO E| Compiling block-buffer v0.10.3
25542024-08-27T22:57:41.440Z[ helios-setup] Aug 27 22:57:39.970 INFO E| Compiling crypto-common v0.1.6
25552024-08-27T22:57:42.016Z[ host-package] Compiling polar-core v0.27.3
25562024-08-27T22:57:42.365Z[ helios-setup] Aug 27 22:57:40.895 INFO E| Compiling errno v0.3.1
25572024-08-27T22:57:42.769Z[ helios-setup] Aug 27 22:57:41.299 INFO E| Compiling slog v2.7.0
25582024-08-27T22:57:42.975Z[ helios-setup] Aug 27 22:57:41.441 INFO E| Compiling pkg-config v0.3.26
25592024-08-27T22:57:43.219Z[ helios-setup] Aug 27 22:57:41.749 INFO E| Compiling crossbeam-utils v0.8.14
25602024-08-27T22:57:43.668Z[ helios-setup] Aug 27 22:57:42.198 INFO E| Compiling fnv v1.0.7
25612024-08-27T22:57:43.768Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25622024-08-27T22:57:44.151Z[ helios-setup] Aug 27 22:57:42.681 INFO E| Compiling http v0.2.9
25632024-08-27T22:57:45.814Z[ helios-setup] Aug 27 22:57:44.342 INFO E| Compiling digest v0.10.6
25642024-08-27T22:57:47.225Z[ helios-setup] Aug 27 22:57:45.754 INFO E| Compiling aho-corasick v0.7.20
25652024-08-27T22:57:47.585Z[ helios-setup] Aug 27 22:57:46.114 INFO E| Compiling anyhow v1.0.68
25662024-08-27T22:57:47.670Z[ helios-setup] Aug 27 22:57:46.199 INFO E| Compiling httparse v1.8.0
25672024-08-27T22:57:48.679Z[ helios-setup] Aug 27 22:57:47.207 INFO E| Compiling cpufeatures v0.2.5
25682024-08-27T22:57:48.928Z[ helios-setup] Aug 27 22:57:47.456 INFO E| Compiling unicode-width v0.1.10
25692024-08-27T22:57:48.986Z[ helios-setup] Aug 27 22:57:47.515 INFO E| Compiling heck v0.4.1
25702024-08-27T22:57:49.486Z[ host-package] Compiling tungstenite v0.23.0
25712024-08-27T22:57:49.599Z[ helios-setup] Aug 27 22:57:48.128 INFO E| Compiling regex-syntax v0.6.29
25722024-08-27T22:57:49.670Z[ helios-setup] Aug 27 22:57:48.199 INFO E| Compiling tinyvec_macros v0.1.1
25732024-08-27T22:57:49.719Z[ helios-setup] Aug 27 22:57:48.248 INFO E| Compiling percent-encoding v2.2.0
25742024-08-27T22:57:49.964Z[ helios-setup] Aug 27 22:57:48.492 INFO E| Compiling tinyvec v1.6.0
25752024-08-27T22:57:50.604Z[ helios-setup] Aug 27 22:57:49.132 INFO E| Compiling form_urlencoded v1.1.0
25762024-08-27T22:57:50.766Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25772024-08-27T22:57:50.831Z[ helios-setup] Aug 27 22:57:49.356 INFO E| Compiling thiserror-impl v1.0.38
25782024-08-27T22:57:51.398Z[ helios-setup] Aug 27 22:57:49.926 INFO E| Compiling schemars_derive v0.8.12
25792024-08-27T22:57:51.759Z[ helios-setup] Aug 27 22:57:50.287 INFO E| Compiling const-random-macro v0.1.15
25802024-08-27T22:57:51.840Z[ host-package] Compiling crossterm v0.28.1
25812024-08-27T22:57:52.504Z[ helios-setup] Aug 27 22:57:51.032 INFO E| Compiling serde_derive v1.0.204
25822024-08-27T22:57:53.115Z[ helios-setup] Aug 27 22:57:51.643 INFO E| Compiling futures-macro v0.3.28
25832024-08-27T22:57:53.394Z[ helios-setup] Aug 27 22:57:51.921 INFO E| Compiling tokio-macros v2.0.0
25842024-08-27T22:57:53.987Z[ helios-setup] Aug 27 22:57:52.514 INFO E| Compiling hashbrown v0.13.2
25852024-08-27T22:57:56.663Z[ helios-setup] Aug 27 22:57:55.190 INFO E| Compiling chrono v0.4.24
25862024-08-27T22:57:57.219Z[ helios-setup] Aug 27 22:57:55.745 INFO E| Compiling regex v1.7.3
25872024-08-27T22:57:57.285Z[ helios-setup] Aug 27 22:57:55.811 INFO E| Compiling libz-sys v1.1.8
25882024-08-27T22:57:59.679Z[ host-package] Compiling curve25519-dalek v4.1.3
25892024-08-27T22:58:00.054Z[ helios-setup] Aug 27 22:57:58.580 INFO E| Compiling uuid v1.3.0
25902024-08-27T22:58:00.250Z[ helios-setup] Aug 27 22:57:58.775 INFO E| Compiling dyn-clone v1.0.11
25912024-08-27T22:58:00.787Z[ helios-setup] Aug 27 22:57:59.313 INFO E| Compiling regress v0.5.0
25922024-08-27T22:58:01.225Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25932024-08-27T22:58:01.464Z[ helios-setup] Aug 27 22:57:59.989 INFO E| Compiling const-random v0.1.15
25942024-08-27T22:58:01.721Z[ helios-setup] Aug 27 22:58:00.247 INFO E| Compiling unicode-normalization v0.1.22
25952024-08-27T22:58:03.215Z[ helios-setup] Aug 27 22:58:01.740 INFO E| Compiling getopts v0.2.21
25962024-08-27T22:58:04.225Z[ helios-setup] Aug 27 22:58:02.750 INFO E| Compiling tracing-core v0.1.30
25972024-08-27T22:58:04.648Z[ helios-setup] Aug 27 22:58:03.172 INFO E| Compiling memoffset v0.7.1
25982024-08-27T22:58:04.836Z[ helios-setup] Aug 27 22:58:03.361 INFO E| Compiling time-core v0.1.2
25992024-08-27T22:58:05.129Z[ helios-setup] Aug 27 22:58:03.653 INFO E| Compiling unicode-bidi v0.3.13
26002024-08-27T22:58:06.330Z[ helios-setup] Aug 27 22:58:04.854 INFO E| Compiling num-conv v0.1.0
26012024-08-27T22:58:06.821Z[ helios-setup] Aug 27 22:58:05.345 INFO E| Compiling ucd-trie v0.1.5
26022024-08-27T22:58:07.642Z[ host-package] Compiling oso-derive v0.27.3
26032024-08-27T22:58:07.914Z[ helios-setup] Aug 27 22:58:06.438 INFO E| Compiling powerfmt v0.2.0
26042024-08-27T22:58:09.024Z[ helios-setup] Aug 27 22:58:07.548 INFO E| Compiling deranged v0.3.11
26052024-08-27T22:58:09.273Z[ helios-setup] Aug 27 22:58:07.796 INFO E| Compiling idna v0.3.0
26062024-08-27T22:58:09.674Z[ host-package] Compiling dropshot_endpoint v0.10.1
26072024-08-27T22:58:10.579Z[ helios-setup] Aug 27 22:58:09.102 INFO E| Compiling pest v2.5.7
26082024-08-27T22:58:10.709Z[ host-package] Compiling libz-sys v1.1.16
26092024-08-27T22:58:11.848Z[ helios-setup] Aug 27 22:58:10.370 INFO E| Compiling time-macros v0.2.18
26102024-08-27T22:58:12.582Z[ host-package] Compiling quick-xml v0.31.0
26112024-08-27T22:58:13.664Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
26122024-08-27T22:58:14.182Z[ host-package] Compiling parking_lot_core v0.8.6
26132024-08-27T22:58:14.356Z[ host-package] Compiling keccak v0.1.5
26142024-08-27T22:58:14.609Z[ helios-setup] Aug 27 22:58:13.131 INFO E| Compiling tracing v0.1.37
26152024-08-27T22:58:15.088Z[ host-package] Compiling sha3 v0.10.8
26162024-08-27T22:58:16.434Z[ helios-setup] Aug 27 22:58:14.956 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26172024-08-27T22:58:16.681Z[ helios-setup] Aug 27 22:58:15.203 INFO E| Compiling time v0.1.45
26182024-08-27T22:58:17.212Z[ host-package] Compiling tokio-tungstenite v0.23.1
26192024-08-27T22:58:17.576Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26202024-08-27T22:58:17.646Z[ helios-setup] Aug 27 22:58:16.167 INFO E| Compiling crossbeam-epoch v0.9.13
26212024-08-27T22:58:17.980Z[ helios-setup] Aug 27 22:58:16.501 INFO E| Compiling semver v1.0.17
26222024-08-27T22:58:18.658Z[ helios-setup] Aug 27 22:58:17.179 INFO E| Compiling iana-time-zone v0.1.56
26232024-08-27T22:58:18.671Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26242024-08-27T22:58:19.327Z[ helios-setup] Aug 27 22:58:17.848 INFO E| Compiling num_threads v0.1.6
26252024-08-27T22:58:19.606Z[ helios-setup] Aug 27 22:58:18.126 INFO E| Compiling time v0.3.36
26262024-08-27T22:58:20.385Z[ helios-setup] Aug 27 22:58:18.905 INFO E| Compiling semver-parser v0.10.2
26272024-08-27T22:58:20.583Z[ helios-setup] Aug 27 22:58:19.104 INFO E| Compiling url v2.3.1
26282024-08-27T22:58:20.737Z[ helios-setup] Aug 27 22:58:19.258 INFO E| Compiling smallvec v1.10.0
26292024-08-27T22:58:21.273Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26302024-08-27T22:58:21.713Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26312024-08-27T22:58:21.736Z[ helios-setup] Aug 27 22:58:20.256 INFO E| Compiling toml v0.5.11
26322024-08-27T22:58:22.851Z[ host-package] Compiling bb8 v0.8.5
26332024-08-27T22:58:23.492Z[ helios-setup] Aug 27 22:58:22.012 INFO E| Compiling parking_lot v0.12.1
26342024-08-27T22:58:24.167Z[ host-package] Compiling const_format_proc_macros v0.2.32
26352024-08-27T22:58:24.178Z[ helios-setup] Aug 27 22:58:22.698 INFO E| Compiling serde_tokenstream v0.2.0
26362024-08-27T22:58:27.996Z[ host-package] Compiling oso v0.27.3
26372024-08-27T22:58:30.163Z[ helios-setup] Aug 27 22:58:28.681 INFO E| Compiling crossbeam-channel v0.5.6
26382024-08-27T22:58:33.207Z[ helios-setup] Aug 27 22:58:31.725 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26392024-08-27T22:58:34.002Z[ helios-setup] Aug 27 22:58:32.409 INFO E| Compiling dirs-sys-next v0.1.2
26402024-08-27T22:58:35.564Z[ helios-setup] Aug 27 22:58:34.081 INFO E| Compiling try-lock v0.2.4
26412024-08-27T22:58:35.939Z[ helios-setup] Aug 27 22:58:34.456 INFO E| Compiling crc32fast v1.3.2
26422024-08-27T22:58:36.040Z[ helios-setup] Aug 27 22:58:34.557 INFO E| Compiling same-file v1.0.6
26432024-08-27T22:58:37.860Z[ helios-setup] Aug 27 22:58:36.377 INFO E| Compiling walkdir v2.3.3
26442024-08-27T22:58:38.013Z[ helios-setup] Aug 27 22:58:36.529 INFO E| Compiling want v0.3.0
26452024-08-27T22:58:38.760Z[ helios-setup] Aug 27 22:58:37.276 INFO E| Compiling dirs-next v2.0.0
26462024-08-27T22:58:40.851Z[ host-package] Compiling universal-hash v0.5.1
26472024-08-27T22:58:40.968Z[ helios-setup] Aug 27 22:58:39.483 INFO E| Compiling proc-macro-crate v1.2.1
26482024-08-27T22:58:41.620Z[ host-package] Compiling secrecy v0.8.0
26492024-08-27T22:58:42.116Z[ helios-setup] Aug 27 22:58:40.632 INFO E| Compiling tokio-util v0.7.7
26502024-08-27T22:58:42.432Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26512024-08-27T22:58:42.463Z[ helios-setup] Aug 27 22:58:40.979 INFO E| Compiling semver v0.11.0
26522024-08-27T22:58:45.947Z[ helios-setup] Aug 27 22:58:44.462 INFO E| Compiling h2 v0.3.16
26532024-08-27T22:58:46.047Z[ helios-setup] Aug 27 22:58:44.561 INFO E| Compiling futures-executor v0.3.28
26542024-08-27T22:58:47.637Z[ helios-setup] Aug 27 22:58:46.150 INFO E| Compiling http-body v0.4.5
26552024-08-27T22:58:47.935Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
26562024-08-27T22:58:48.251Z[ helios-setup] Aug 27 22:58:46.765 INFO E| Compiling ring v0.16.20
26572024-08-27T22:58:48.646Z[ helios-setup] Aug 27 22:58:47.160 INFO E| Compiling rand_core v0.6.4
26582024-08-27T22:58:50.908Z[ helios-setup] Aug 27 22:58:49.421 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26592024-08-27T22:58:50.986Z[ helios-setup] Aug 27 22:58:49.499 INFO E| Compiling thread_local v1.1.7
26602024-08-27T22:58:51.064Z[ host-package] Compiling vte_generate_state_changes v0.1.1
26612024-08-27T22:58:51.245Z[ helios-setup] Aug 27 22:58:49.759 INFO E| Compiling base64 v0.21.0
26622024-08-27T22:58:52.518Z[ host-package] Compiling opaque-debug v0.3.1
26632024-08-27T22:58:52.705Z[ helios-setup] Aug 27 22:58:51.218 INFO E| Compiling httpdate v1.0.2
26642024-08-27T22:58:52.891Z[ host-package] Compiling poly1305 v0.8.0
26652024-08-27T22:58:53.610Z[ helios-setup] Aug 27 22:58:52.123 INFO E| Compiling lazy_static v1.4.0
26662024-08-27T22:58:54.140Z[ helios-setup] Aug 27 22:58:52.652 INFO E| Compiling rayon-core v1.10.2
26672024-08-27T22:58:54.155Z[ helios-setup] Aug 27 22:58:52.667 INFO E| Compiling tower-service v0.3.2
26682024-08-27T22:58:54.386Z[ helios-setup] Aug 27 22:58:52.898 INFO E| Compiling home v0.5.4
26692024-08-27T22:58:54.973Z[ helios-setup] Aug 27 22:58:53.485 INFO E| Compiling ppv-lite86 v0.2.17
26702024-08-27T22:58:55.287Z[ helios-setup] Aug 27 22:58:53.799 INFO E| Compiling fastrand v1.9.0
26712024-08-27T22:58:56.268Z[ host-package] Compiling vte v0.11.1
26722024-08-27T22:58:56.586Z[ helios-setup] Aug 27 22:58:55.098 INFO E| Compiling adler v1.0.2
26732024-08-27T22:58:56.666Z[ helios-setup] Aug 27 22:58:55.178 INFO E| Compiling utf8parse v0.2.1
26742024-08-27T22:58:57.110Z[ helios-setup] Aug 27 22:58:55.621 INFO E| Compiling anstyle-parse v0.1.1
26752024-08-27T22:58:58.140Z[ helios-setup] Aug 27 22:58:56.652 INFO E| Compiling hyper v0.14.25
26762024-08-27T22:58:58.738Z[ helios-setup] Aug 27 22:58:57.249 INFO E| Compiling miniz_oxide v0.6.2
26772024-08-27T22:58:59.660Z[ host-package] Compiling thiserror-no-std v2.0.2
26782024-08-27T22:59:00.043Z[ host-package] Compiling const_format v0.2.32
26792024-08-27T22:59:00.885Z[ helios-setup] Aug 27 22:58:59.395 INFO E| Compiling rand_chacha v0.3.1
26802024-08-27T22:59:01.726Z[ helios-setup] Aug 27 22:59:00.237 INFO E| Compiling tempfile v3.5.0
26812024-08-27T22:59:03.145Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
26822024-08-27T22:59:03.253Z[ helios-setup] Aug 27 22:59:01.763 INFO E| Compiling toolchain_find v0.2.0
26832024-08-27T22:59:03.967Z[ host-package] Compiling async-bb8-diesel v0.2.1
26842024-08-27T22:59:09.467Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26852024-08-27T22:59:10.505Z[ host-package] Compiling chacha20 v0.9.1
26862024-08-27T22:59:11.646Z[ host-package] Compiling fd-lock v4.0.2
26872024-08-27T22:59:12.607Z[ host-package] Compiling aead v0.5.2
26882024-08-27T22:59:12.807Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26892024-08-27T22:59:13.597Z[ host-package] Compiling bytecount v0.6.8
26902024-08-27T22:59:14.325Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26912024-08-27T22:59:15.018Z[ host-package] Compiling papergrid v0.11.0
26922024-08-27T22:59:15.732Z[ host-package] Compiling chacha20poly1305 v0.10.1
26932024-08-27T22:59:15.752Z[ helios-setup] Aug 27 22:59:14.259 INFO E| Compiling futures v0.3.28
26942024-08-27T22:59:16.284Z[ helios-setup] Aug 27 22:59:14.791 INFO E| Compiling crossbeam-deque v0.8.2
26952024-08-27T22:59:17.220Z[ helios-setup] Aug 27 22:59:15.726 INFO E| Compiling cargo-lock v8.0.3
26962024-08-27T22:59:17.635Z[ host-package] Compiling parking_lot v0.11.2
26972024-08-27T22:59:19.361Z[ helios-setup] Aug 27 22:59:17.867 INFO E| Compiling num_enum_derive v0.5.7
26982024-08-27T22:59:21.381Z[ host-package] Compiling vsss-rs v3.3.4
26992024-08-27T22:59:24.081Z[ helios-setup] Aug 27 22:59:22.586 INFO E| Compiling term v0.7.0
27002024-08-27T22:59:24.372Z[ helios-setup] Aug 27 22:59:22.877 INFO E| Compiling serde_urlencoded v0.7.1
27012024-08-27T22:59:25.530Z[ helios-setup] Aug 27 22:59:24.035 INFO E| Compiling sha2 v0.10.6
27022024-08-27T22:59:25.594Z[ helios-setup] Aug 27 22:59:24.099 INFO E| Compiling sha1 v0.10.5
27032024-08-27T22:59:25.653Z[ helios-setup] Aug 27 22:59:24.157 INFO E| Compiling is-terminal v0.4.7
27042024-08-27T22:59:26.112Z[ helios-setup] Aug 27 22:59:24.616 INFO E| Compiling atty v0.2.14
27052024-08-27T22:59:27.287Z[ helios-setup] Aug 27 22:59:25.791 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27062024-08-27T22:59:27.599Z[ helios-setup] Aug 27 22:59:26.103 INFO E| Compiling concolor-override v1.0.0
27072024-08-27T22:59:28.540Z[ helios-setup] Aug 27 22:59:27.043 INFO E| Compiling concolor-query v0.3.3
27082024-08-27T22:59:29.670Z[ helios-setup] Aug 27 22:59:28.173 INFO E| Compiling anstyle v0.3.5
27092024-08-27T22:59:30.857Z[ helios-setup] Aug 27 22:59:29.360 INFO E| Compiling anstream v0.2.6
27102024-08-27T22:59:30.988Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27112024-08-27T22:59:32.060Z[ helios-setup] Aug 27 22:59:30.563 INFO E| Compiling slog-term v2.9.0
27122024-08-27T22:59:32.682Z[ helios-setup] Aug 27 22:59:31.184 INFO E| Compiling flate2 v1.0.25
27132024-08-27T22:59:32.722Z[ helios-setup] Aug 27 22:59:31.225 INFO E| Compiling num_enum v0.5.7
27142024-08-27T22:59:32.728Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
27152024-08-27T22:59:35.337Z[ helios-setup] Aug 27 22:59:33.840 INFO E| Compiling rustfmt-wrapper v0.2.0
27162024-08-27T22:59:35.340Z[ helios-setup] Aug 27 22:59:33.840 INFO E| Compiling rand v0.8.5
27172024-08-27T22:59:36.665Z[ helios-setup] Aug 27 22:59:35.167 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27182024-08-27T22:59:37.425Z[ helios-setup] Aug 27 22:59:35.927 INFO E| Compiling openapiv3 v1.0.2
27192024-08-27T22:59:37.558Z[ helios-setup] Aug 27 22:59:36.059 INFO E| Compiling encoding_rs v0.8.32
27202024-08-27T22:59:37.890Z[ host-package] Compiling tabled_derive v0.7.0
27212024-08-27T22:59:39.838Z[ helios-setup] Aug 27 22:59:38.339 INFO E| Compiling ipnet v2.7.2
27222024-08-27T22:59:42.646Z[ host-package] Compiling crossterm v0.27.0
27232024-08-27T22:59:42.772Z[ host-package] Compiling peg-macros v0.8.4
27242024-08-27T22:59:43.201Z[ helios-setup] Aug 27 22:59:41.701 INFO E| Compiling strsim v0.10.0
27252024-08-27T22:59:44.906Z[ helios-setup] Aug 27 22:59:43.405 INFO E| Compiling untrusted v0.7.1
27262024-08-27T22:59:45.585Z[ helios-setup] Aug 27 22:59:44.081 INFO E| Compiling mime v0.3.17
27272024-08-27T22:59:45.889Z[ helios-setup] Aug 27 22:59:44.387 INFO E| Compiling utf-8 v0.7.6
27282024-08-27T22:59:46.634Z[ helios-setup] Aug 27 22:59:45.133 INFO E| Compiling unsafe-libyaml v0.2.8
27292024-08-27T22:59:46.940Z[ helios-setup] Aug 27 22:59:45.439 INFO E| Compiling clap_lex v0.4.1
27302024-08-27T22:59:48.049Z[ helios-setup] Aug 27 22:59:46.548 INFO E| Compiling base64 v0.13.1
27312024-08-27T22:59:48.343Z[ helios-setup] Aug 27 22:59:46.842 INFO E| Compiling project-root v0.2.2
27322024-08-27T22:59:48.969Z[ helios-setup] Aug 27 22:59:47.419 INFO E| Compiling spin v0.5.2
27332024-08-27T22:59:49.427Z[ helios-setup] Aug 27 22:59:47.926 INFO E| Compiling either v1.8.0
27342024-08-27T22:59:49.574Z[ helios-setup] Aug 27 22:59:48.072 INFO E| Compiling byteorder v1.4.3
27352024-08-27T22:59:49.607Z[ host-package] Compiling sqlparser_derive v0.2.2
27362024-08-27T22:59:50.169Z[ helios-setup] Aug 27 22:59:48.667 INFO E| Compiling rayon v1.6.1
27372024-08-27T22:59:50.171Z[ helios-setup] Aug 27 22:59:48.668 INFO E| Compiling serde_yaml v0.9.21
27382024-08-27T22:59:50.405Z[ helios-setup] Aug 27 22:59:48.904 INFO E| Compiling clap_builder v4.2.1
27392024-08-27T22:59:50.777Z[ helios-setup] Aug 27 22:59:49.276 INFO E| Compiling tungstenite v0.18.0
27402024-08-27T22:59:51.770Z[ host-package] Compiling unicode_categories v0.1.1
27412024-08-27T22:59:52.681Z[ host-package] Compiling nu-ansi-term v0.50.0
27422024-08-27T22:59:54.058Z[ host-package] Compiling rustyline v14.0.0
27432024-08-27T22:59:55.085Z[ host-package] Compiling reedline v0.33.0
27442024-08-27T22:59:55.222Z[ host-package] Compiling sqlformat v0.2.4
27452024-08-27T22:59:57.886Z[ helios-setup] Aug 27 22:59:56.383 INFO E| Compiling reqwest v0.11.16
27462024-08-27T22:59:58.131Z[ helios-setup] Aug 27 22:59:56.627 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27472024-08-27T23:00:01.675Z[ helios-setup] Aug 27 23:00:00.171 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27482024-08-27T23:00:01.705Z[ helios-setup] Aug 27 23:00:00.201 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27492024-08-27T23:00:04.715Z[ host-package] Compiling sqlparser v0.45.0
27502024-08-27T23:00:06.085Z[ helios-setup] Aug 27 23:00:04.580 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27512024-08-27T23:00:07.309Z[ helios-setup] Aug 27 23:00:05.803 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27522024-08-27T23:00:07.854Z[ helios-setup] Aug 27 23:00:06.348 INFO E| Compiling clap_derive v4.2.0
27532024-08-27T23:00:11.685Z[ helios-setup] Aug 27 23:00:10.178 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27542024-08-27T23:00:12.448Z[ host-package] Compiling peg v0.8.4
27552024-08-27T23:00:12.750Z[ host-package] Compiling tabled v0.15.0
27562024-08-27T23:00:17.793Z[ helios-setup] Aug 27 23:00:16.285 INFO E| Compiling clap v4.2.1
27572024-08-27T23:00:18.948Z[ host-package] Compiling sled v0.34.7
27582024-08-27T23:00:21.262Z[ helios-setup] Aug 27 23:00:19.753 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
27592024-08-27T23:00:30.200Z[ host-package] Compiling mime_guess v2.0.4
27602024-08-27T23:00:36.176Z[ helios-setup] Aug 27 23:00:34.662 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27612024-08-27T23:00:38.732Z[ host-package] Compiling hickory-client v0.24.1
27622024-08-27T23:00:39.810Z[ helios-setup] Aug 27 23:00:38.296 INFO E| Compiling tokio-tungstenite v0.18.0
27632024-08-27T23:00:41.126Z[ host-package] Compiling env_logger v0.9.3
27642024-08-27T23:00:41.296Z[ helios-setup] Aug 27 23:00:39.782 INFO E| Compiling smartstring v1.0.1
27652024-08-27T23:00:42.150Z[ helios-setup] Aug 27 23:00:40.635 INFO E| Compiling rustls v0.21.0
27662024-08-27T23:00:44.002Z[ helios-setup] Aug 27 23:00:42.487 INFO E| Compiling serde_spanned v0.6.1
27672024-08-27T23:00:44.451Z[ helios-setup] Aug 27 23:00:42.936 INFO E| Compiling toml_datetime v0.6.1
27682024-08-27T23:00:44.511Z[ helios-setup] Aug 27 23:00:42.995 INFO E| Compiling paste v1.0.12
27692024-08-27T23:00:45.678Z[ helios-setup] Aug 27 23:00:44.162 INFO E| Compiling slog-async v2.7.0
27702024-08-27T23:00:45.997Z[ helios-setup] Aug 27 23:00:44.482 INFO E| Compiling static_assertions v1.1.0
27712024-08-27T23:00:46.153Z[ helios-setup] Aug 27 23:00:44.637 INFO E| Compiling winnow v0.4.1
27722024-08-27T23:00:46.337Z[ helios-setup] Aug 27 23:00:44.822 INFO E| Compiling match_cfg v0.1.0
27732024-08-27T23:00:46.650Z[ helios-setup] Aug 27 23:00:45.130 INFO E| Compiling camino v1.1.4
27742024-08-27T23:00:47.558Z[ helios-setup] Aug 27 23:00:46.042 INFO E| Compiling async-trait v0.1.68
27752024-08-27T23:00:48.191Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27762024-08-27T23:00:48.691Z[ host-package] Compiling tungstenite v0.20.1
27772024-08-27T23:00:48.717Z[ helios-setup] Aug 27 23:00:47.201 INFO E| Compiling hostname v0.3.1
27782024-08-27T23:00:48.884Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27792024-08-27T23:00:49.532Z[ helios-setup] Aug 27 23:00:48.015 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
27802024-08-27T23:00:50.786Z[ helios-setup] Aug 27 23:00:49.270 INFO E| Compiling slog-json v2.6.1
27812024-08-27T23:00:51.712Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27822024-08-27T23:00:51.839Z[ helios-setup] Aug 27 23:00:50.322 INFO E| Compiling unicode-linebreak v0.1.4
27832024-08-27T23:00:52.216Z[ helios-setup] Aug 27 23:00:50.699 INFO E| Compiling async-stream-impl v0.3.5
27842024-08-27T23:00:54.814Z[ helios-setup] Aug 27 23:00:53.296 INFO E| Compiling toml_edit v0.19.8
27852024-08-27T23:00:55.133Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862024-08-27T23:00:55.449Z[ helios-setup] Aug 27 23:00:53.931 INFO E| Compiling rhai_codegen v1.5.0
27872024-08-27T23:00:57.082Z[ helios-setup] Aug 27 23:00:55.556 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27882024-08-27T23:00:57.637Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27892024-08-27T23:00:57.916Z[ helios-setup] Aug 27 23:00:56.362 INFO E| Compiling take_mut v0.2.2
27902024-08-27T23:01:00.754Z[ helios-setup] Aug 27 23:00:59.235 INFO E| Compiling rhai v1.14.0
27912024-08-27T23:01:00.784Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27922024-08-27T23:01:00.974Z[ host-package] Compiling hickory-server v0.24.1
27932024-08-27T23:01:02.490Z[ host-package] Compiling bcs v0.1.6
27942024-08-27T23:01:04.200Z[ helios-setup] Aug 27 23:01:02.680 INFO E| Compiling toml v0.7.3
27952024-08-27T23:01:04.410Z[ host-package] Compiling vergen v8.3.2
27962024-08-27T23:01:04.920Z[ helios-setup] Aug 27 23:01:03.400 INFO E| Compiling async-stream v0.3.5
27972024-08-27T23:01:05.011Z[ host-package] Compiling bitstruct_derive v0.1.0
27982024-08-27T23:01:05.789Z[ helios-setup] Aug 27 23:01:04.267 INFO E| Compiling slog-bunyan v2.4.0
27992024-08-27T23:01:07.095Z[ helios-setup] Aug 27 23:01:05.574 INFO E| Compiling rustls-webpki v0.100.1
28002024-08-27T23:01:07.905Z[ host-package] Compiling cargo-platform v0.1.8
28012024-08-27T23:01:08.072Z[ host-package] Compiling nanorand v0.7.0
28022024-08-27T23:01:08.840Z[ helios-setup] Aug 27 23:01:07.319 INFO E| Compiling sct v0.7.0
28032024-08-27T23:01:08.996Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28042024-08-27T23:01:09.662Z[ host-package] Compiling memoffset v0.9.1
28052024-08-27T23:01:09.804Z[ host-package] Compiling ascii v1.1.0
28062024-08-27T23:01:10.534Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28072024-08-27T23:01:11.263Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28082024-08-27T23:01:11.744Z[ host-package] Compiling flume v0.11.0
28092024-08-27T23:01:11.788Z[ host-package] Compiling cargo_metadata v0.18.1
28102024-08-27T23:01:13.352Z[ host-package] Compiling bitstruct v0.1.1
28112024-08-27T23:01:13.667Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28122024-08-27T23:01:14.810Z[ helios-setup] Aug 27 23:01:13.287 INFO E| Compiling rustls-pemfile v1.0.2
28132024-08-27T23:01:15.387Z[ helios-setup] Aug 27 23:01:13.864 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28142024-08-27T23:01:15.655Z[ helios-setup] Aug 27 23:01:14.132 INFO E| Compiling serde_path_to_error v0.1.11
28152024-08-27T23:01:16.207Z[ helios-setup] Aug 27 23:01:14.684 INFO E| Compiling bincode v1.3.3
28162024-08-27T23:01:16.592Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172024-08-27T23:01:18.057Z[ helios-setup] Aug 27 23:01:16.533 INFO E| Compiling terminal_size v0.2.6
28182024-08-27T23:01:18.511Z[ helios-setup] Aug 27 23:01:16.987 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28192024-08-27T23:01:18.547Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28202024-08-27T23:01:18.598Z[ helios-setup] Aug 27 23:01:17.074 INFO E| Compiling tokio-rustls v0.24.0
28212024-08-27T23:01:18.722Z[ helios-setup] Aug 27 23:01:17.198 INFO E| Compiling smawk v0.3.1
28222024-08-27T23:01:19.649Z[ helios-setup] Aug 27 23:01:18.125 INFO E| Compiling textwrap v0.16.0
28232024-08-27T23:01:19.926Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28242024-08-27T23:01:25.073Z[ host-package] Compiling tokio-tungstenite v0.20.1
28252024-08-27T23:01:27.987Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28262024-08-27T23:01:29.116Z[ host-package] Compiling git2 v0.19.0
28272024-08-27T23:01:38.279Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28282024-08-27T23:01:50.420Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28292024-08-27T23:01:52.352Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28302024-08-27T23:01:52.558Z[ helios-setup] Aug 27 23:01:51.026 INFO E| Compiling git2 v0.16.1
28312024-08-27T23:01:54.946Z[ host-package] Compiling libsqlite3-sys v0.28.0
28322024-08-27T23:01:55.778Z[ host-package] Compiling serde_arrays v0.1.0
28332024-08-27T23:01:56.070Z[ host-package] Compiling erased-serde v0.3.31
28342024-08-27T23:01:58.019Z[ helios-setup] Aug 27 23:01:56.486 INFO E| Compiling built v0.6.0
28352024-08-27T23:01:58.449Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28362024-08-27T23:02:02.447Z[ helios-setup] Aug 27 23:02:00.910 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28372024-08-27T23:02:03.865Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28382024-08-27T23:02:04.068Z[ helios-setup] Aug 27 23:02:02.533 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28392024-08-27T23:02:04.745Z[ helios-setup] Aug 27 23:02:03.208 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28402024-08-27T23:02:04.827Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28412024-08-27T23:02:17.523Z[ helios-setup] Aug 27 23:02:15.981 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28422024-08-27T23:02:18.736Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28432024-08-27T23:02:19.710Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28442024-08-27T23:02:23.403Z[ host-package] Compiling heck v0.3.3
28452024-08-27T23:02:23.895Z[ helios-setup] Aug 27 23:02:22.355 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28462024-08-27T23:02:24.242Z[ host-package] Compiling castaway v0.2.3
28472024-08-27T23:02:24.654Z[ host-package] Compiling rand_seeder v0.3.0
28482024-08-27T23:02:25.539Z[ host-package] Compiling csv-core v0.1.11
28492024-08-27T23:02:27.074Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28502024-08-27T23:02:28.032Z[ host-package] Compiling http-range v0.1.5
28512024-08-27T23:02:29.501Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28522024-08-27T23:02:32.409Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28532024-08-27T23:02:34.057Z[ host-package] Compiling hyper-staticfile v0.9.5
28542024-08-27T23:02:36.892Z[ host-package] Compiling csv v1.3.0
28552024-08-27T23:02:39.350Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28562024-08-27T23:02:39.758Z[ host-package] Compiling compact_str v0.8.0
28572024-08-27T23:02:41.200Z[ host-package] Compiling zone_cfg_derive v0.1.2
28582024-08-27T23:02:43.579Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28592024-08-27T23:02:44.897Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28602024-08-27T23:02:45.081Z[ host-package] Compiling nix v0.27.1
28612024-08-27T23:02:46.258Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28622024-08-27T23:02:48.537Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28632024-08-27T23:02:49.147Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28642024-08-27T23:02:49.559Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28652024-08-27T23:02:59.939Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28662024-08-27T23:03:00.760Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28672024-08-27T23:03:01.697Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28682024-08-27T23:03:02.742Z[ host-package] Compiling unicode-truncate v1.0.0
28692024-08-27T23:03:03.084Z[ host-package] Compiling lru v0.12.3
28702024-08-27T23:03:03.401Z[ host-package] Compiling hashlink v0.9.1
28712024-08-27T23:03:03.696Z[ host-package] Compiling serde-big-array v0.5.1
28722024-08-27T23:03:04.147Z[ host-package] Compiling instability v0.3.2
28732024-08-27T23:03:04.725Z[ host-package] Compiling base64 v0.13.1
28742024-08-27T23:03:05.458Z[ host-package] Compiling fallible-iterator v0.3.0
28752024-08-27T23:03:05.692Z[ host-package] Compiling cassowary v0.3.0
28762024-08-27T23:03:06.408Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28772024-08-27T23:03:06.839Z[ host-package] Compiling rusqlite v0.31.0
28782024-08-27T23:03:07.952Z[ helios-setup] Aug 27 23:03:06.401 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
28792024-08-27T23:03:09.951Z[ host-package] Compiling ratatui v0.28.0
28802024-08-27T23:03:12.745Z[ host-package] Compiling ron v0.7.1
28812024-08-27T23:03:20.151Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28822024-08-27T23:03:23.796Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28832024-08-27T23:03:25.393Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28842024-08-27T23:03:29.885Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28852024-08-27T23:03:30.832Z[ host-package] Compiling zone v0.1.8
28862024-08-27T23:03:31.049Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28872024-08-27T23:03:37.452Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28882024-08-27T23:03:48.000Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28892024-08-27T23:03:50.590Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28902024-08-27T23:03:52.996Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28912024-08-27T23:03:54.067Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28922024-08-27T23:04:03.360Z[ host-package] Compiling twox-hash v1.6.3
28932024-08-27T23:04:05.399Z[ host-package] Compiling signal-hook-tokio v0.3.1
28942024-08-27T23:04:05.473Z[ host-package] Compiling yasna v0.5.2
28952024-08-27T23:04:05.855Z[ host-package] Compiling portpicker v0.1.1
28962024-08-27T23:04:06.787Z[ host-package] Compiling unicode-linebreak v0.1.5
28972024-08-27T23:04:07.757Z[ host-package] Compiling smawk v0.3.2
28982024-08-27T23:04:08.290Z[ host-package] Compiling textwrap v0.16.1
28992024-08-27T23:04:10.872Z[ host-package] Compiling rcgen v0.12.1
29002024-08-27T23:04:11.714Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29012024-08-27T23:04:12.881Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29022024-08-27T23:04:15.132Z[ helios-setup] Aug 27 23:04:13.564 INFO E| Finished `release` profile [optimized] target(s) in 6m 56s
29032024-08-27T23:04:15.263Z[ helios-setup] Aug 27 23:04:13.696 INFO building project "pilot" ok (416 seconds)
29042024-08-27T23:04:15.266Z[ helios-setup] Aug 27 23:04:13.696 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29052024-08-27T23:04:15.266Z[ helios-setup] Aug 27 23:04:13.696 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29062024-08-27T23:04:15.273Z[ helios-setup] Aug 27 23:04:13.706 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29072024-08-27T23:04:15.484Z[ helios-setup] Aug 27 23:04:13.916 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29082024-08-27T23:04:15.484Z[ helios-setup] Aug 27 23:04:13.916 INFO E| info: downloading component 'cargo'
29092024-08-27T23:04:16.559Z[ helios-setup] Aug 27 23:04:14.991 INFO E| info: downloading component 'clippy'
29102024-08-27T23:04:16.837Z[ helios-setup] Aug 27 23:04:15.269 INFO E| info: downloading component 'rust-docs'
29112024-08-27T23:04:18.046Z[ helios-setup] Aug 27 23:04:16.478 INFO E| info: downloading component 'rust-src'
29122024-08-27T23:04:18.209Z[ helios-setup] Aug 27 23:04:16.640 INFO E| info: downloading component 'rust-std'
29132024-08-27T23:04:21.069Z[ helios-setup] Aug 27 23:04:19.500 INFO E| info: downloading component 'rustc'
29142024-08-27T23:04:21.824Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29152024-08-27T23:04:25.940Z[ helios-setup] Aug 27 23:04:24.369 INFO E| info: downloading component 'rustfmt'
29162024-08-27T23:04:26.139Z[ helios-setup] Aug 27 23:04:24.569 INFO E| info: installing component 'cargo'
29172024-08-27T23:04:26.381Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29182024-08-27T23:04:27.695Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29192024-08-27T23:04:27.706Z[ helios-setup] Aug 27 23:04:26.064 INFO E| info: installing component 'clippy'
29202024-08-27T23:04:28.324Z[ helios-setup] Aug 27 23:04:26.642 INFO E| info: installing component 'rust-docs'
29212024-08-27T23:04:31.072Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29222024-08-27T23:04:31.675Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29232024-08-27T23:04:32.084Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29242024-08-27T23:04:32.477Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29252024-08-27T23:04:33.923Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29262024-08-27T23:04:35.363Z[ helios-setup] Aug 27 23:04:33.790 INFO E| info: installing component 'rust-src'
29272024-08-27T23:04:36.108Z[ helios-setup] Aug 27 23:04:34.535 INFO E| info: installing component 'rust-std'
29282024-08-27T23:04:39.025Z[ helios-setup] Aug 27 23:04:37.451 INFO E| info: installing component 'rustc'
29292024-08-27T23:04:40.084Z[ host-package] Compiling atomicwrites v0.4.3
29302024-08-27T23:04:40.501Z[ host-package] Compiling fatfs v0.3.6
29312024-08-27T23:04:40.765Z[ host-package] Compiling subprocess v0.2.9
29322024-08-27T23:04:43.825Z[ host-package] Compiling rtoolbox v0.0.2
29332024-08-27T23:04:43.982Z[ host-package] Compiling is_ci v1.2.0
29342024-08-27T23:04:44.302Z[ host-package] Compiling assert_matches v1.5.0
29352024-08-27T23:04:44.323Z[ host-package] Compiling supports-color v3.0.0
29362024-08-27T23:04:44.705Z[ host-package] Compiling rpassword v7.3.1
29372024-08-27T23:04:45.146Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29382024-08-27T23:04:45.443Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29392024-08-27T23:04:45.683Z[ helios-setup] Aug 27 23:04:44.108 INFO E| info: installing component 'rustfmt'
29402024-08-27T23:04:46.206Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29412024-08-27T23:04:46.582Z[ helios-setup] Aug 27 23:04:45.007 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29422024-08-27T23:04:47.543Z[ helios-setup] Aug 27 23:04:45.962 INFO E| From https://github.com/oxidecomputer/amd-apcb
29432024-08-27T23:04:47.543Z[ helios-setup] Aug 27 23:04:45.962 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
29442024-08-27T23:04:47.543Z[ helios-setup] Aug 27 23:04:45.962 INFO E| * [new tag] v0.3.3 -> v0.3.3
29452024-08-27T23:04:47.594Z[ helios-setup] Aug 27 23:04:46.017 INFO E| * [new tag] v0.1.3 -> v0.1.3
29462024-08-27T23:04:47.594Z[ helios-setup] Aug 27 23:04:46.018 INFO E| * [new tag] v0.1.4 -> v0.1.4
29472024-08-27T23:04:47.597Z[ helios-setup] Aug 27 23:04:46.018 INFO E| * [new tag] v0.1.5 -> v0.1.5
29482024-08-27T23:04:47.597Z[ helios-setup] Aug 27 23:04:46.018 INFO E| * [new tag] v0.2.0 -> v0.2.0
29492024-08-27T23:04:47.597Z[ helios-setup] Aug 27 23:04:46.018 INFO E| * [new tag] v0.3.0 -> v0.3.0
29502024-08-27T23:04:47.597Z[ helios-setup] Aug 27 23:04:46.018 INFO E| * [new tag] v0.3.1 -> v0.3.1
29512024-08-27T23:04:47.597Z[ helios-setup] Aug 27 23:04:46.019 INFO E| * [new tag] v0.3.2 -> v0.3.2
29522024-08-27T23:04:47.633Z[ helios-setup] Aug 27 23:04:46.056 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29532024-08-27T23:04:48.723Z[ helios-setup] Aug 27 23:04:47.147 INFO E| From https://github.com/oxidecomputer/amd-efs
29542024-08-27T23:04:48.723Z[ helios-setup] Aug 27 23:04:47.147 INFO E| * [new branch] empty -> origin/empty
29552024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.147 INFO E| * [new branch] issue-99 -> origin/issue-99
29562024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.148 INFO E| * [new branch] main -> origin/main
29572024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.148 INFO E| * [new branch] review -> origin/review
29582024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.148 INFO E| * [new ref] -> origin/HEAD
29592024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.148 INFO E| * [new tag] v0.2.0 -> v0.2.0
29602024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.148 INFO E| * [new tag] v0.2.1 -> v0.2.1
29612024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.149 INFO E| * [new tag] v0.2.2 -> v0.2.2
29622024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.149 INFO E| * [new tag] v0.2.3 -> v0.2.3
29632024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.149 INFO E| * [new tag] v0.2.4 -> v0.2.4
29642024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.149 INFO E| * [new tag] v0.2.5 -> v0.2.5
29652024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.149 INFO E| * [new tag] v0.2.6 -> v0.2.6
29662024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.149 INFO E| * [new tag] v0.2.7 -> v0.2.7
29672024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.150 INFO E| * [new tag] v0.3.0 -> v0.3.0
29682024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.150 INFO E| * [new tag] v0.3.1 -> v0.3.1
29692024-08-27T23:04:48.726Z[ helios-setup] Aug 27 23:04:47.150 INFO E| * [new tag] v0.4.0 -> v0.4.0
29702024-08-27T23:04:48.750Z[ helios-setup] Aug 27 23:04:47.174 INFO E| Updating crates.io index
29712024-08-27T23:04:48.916Z[ helios-setup] Aug 27 23:04:47.339 INFO E| Downloading crates ...
29722024-08-27T23:04:49.143Z[ helios-setup] Aug 27 23:04:47.565 INFO E| Downloaded unic-ucd-version v0.9.0
29732024-08-27T23:04:49.146Z[ helios-setup] Aug 27 23:04:47.568 INFO E| Downloaded unic-common v0.9.0
29742024-08-27T23:04:49.146Z[ helios-setup] Aug 27 23:04:47.569 INFO E| Downloaded unic-char-property v0.9.0
29752024-08-27T23:04:49.149Z[ helios-setup] Aug 27 23:04:47.571 INFO E| Downloaded scroll_derive v0.10.5
29762024-08-27T23:04:49.149Z[ helios-setup] Aug 27 23:04:47.572 INFO E| Downloaded memoffset v0.5.6
29772024-08-27T23:04:49.152Z[ helios-setup] Aug 27 23:04:47.575 INFO E| Downloaded parse_int v0.6.0
29782024-08-27T23:04:49.155Z[ helios-setup] Aug 27 23:04:47.576 INFO E| Downloaded fletcher v0.1.0
29792024-08-27T23:04:49.155Z[ helios-setup] Aug 27 23:04:47.578 INFO E| Downloaded semver-parser v0.7.0
29802024-08-27T23:04:49.158Z[ helios-setup] Aug 27 23:04:47.580 INFO E| Downloaded bytesize v1.3.0
29812024-08-27T23:04:49.171Z[ helios-setup] Aug 27 23:04:47.595 INFO E| Downloaded unic-char-range v0.9.0
29822024-08-27T23:04:49.174Z[ helios-setup] Aug 27 23:04:47.597 INFO E| Downloaded strum_macros v0.23.1
29832024-08-27T23:04:49.177Z[ helios-setup] Aug 27 23:04:47.600 INFO E| Downloaded semver v0.9.0
29842024-08-27T23:04:49.180Z[ helios-setup] Aug 27 23:04:47.603 INFO E| Downloaded textwrap v0.11.0
29852024-08-27T23:04:49.183Z[ helios-setup] Aug 27 23:04:47.605 INFO E| Downloaded vec_map v0.8.2
29862024-08-27T23:04:49.185Z[ helios-setup] Aug 27 23:04:47.607 INFO E| Downloaded strsim v0.8.0
29872024-08-27T23:04:49.188Z[ helios-setup] Aug 27 23:04:47.609 INFO E| Downloaded proc-macro-crate v0.1.5
29882024-08-27T23:04:49.188Z[ helios-setup] Aug 27 23:04:47.611 INFO E| Downloaded pest_meta v2.7.11
29892024-08-27T23:04:49.191Z[ helios-setup] Aug 27 23:04:47.615 INFO E| Downloaded unic-ucd-ident v0.9.0
29902024-08-27T23:04:49.194Z[ helios-setup] Aug 27 23:04:47.618 INFO E| Downloaded structopt v0.3.26
29912024-08-27T23:04:49.208Z[ helios-setup] Aug 27 23:04:47.631 INFO E| Downloaded modular-bitfield v0.11.2
29922024-08-27T23:04:49.228Z[ helios-setup] Aug 27 23:04:47.651 INFO E| Downloaded pest v2.7.11
29932024-08-27T23:04:49.236Z[ helios-setup] Aug 27 23:04:47.660 INFO E| Downloaded memchr v2.7.4
29942024-08-27T23:04:49.246Z[ helios-setup] Aug 27 23:04:47.670 INFO E| Downloaded goblin v0.4.3
29952024-08-27T23:04:49.255Z[ helios-setup] Aug 27 23:04:47.679 INFO E| Downloaded clap v2.34.0
29962024-08-27T23:04:49.266Z[ helios-setup] Aug 27 23:04:47.690 INFO E| Downloaded libc v0.2.155
29972024-08-27T23:04:49.311Z[ helios-setup] Aug 27 23:04:47.735 INFO E| Downloaded scroll v0.10.2
29982024-08-27T23:04:49.314Z[ helios-setup] Aug 27 23:04:47.738 INFO E| Downloaded structopt-derive v0.4.18
29992024-08-27T23:04:49.317Z[ helios-setup] Aug 27 23:04:47.740 INFO E| Downloaded pre v0.2.1
30002024-08-27T23:04:49.319Z[ helios-setup] Aug 27 23:04:47.741 INFO E| Downloaded pest_derive v2.7.11
30012024-08-27T23:04:49.322Z[ helios-setup] Aug 27 23:04:47.745 INFO E| Downloaded ansi_term v0.12.1
30022024-08-27T23:04:49.324Z[ helios-setup] Aug 27 23:04:47.748 INFO E| Downloaded pest_generator v2.7.11
30032024-08-27T23:04:49.326Z[ helios-setup] Aug 27 23:04:47.750 INFO E| Downloaded num-derive v0.3.3
30042024-08-27T23:04:49.329Z[ helios-setup] Aug 27 23:04:47.753 INFO E| Downloaded strum v0.23.0
30052024-08-27T23:04:49.331Z[ helios-setup] Aug 27 23:04:47.754 INFO E| Downloaded rustc_version v0.2.3
30062024-08-27T23:04:49.334Z[ helios-setup] Aug 27 23:04:47.756 INFO E| Downloaded pre-proc-macro v0.2.1
30072024-08-27T23:04:49.336Z[ helios-setup] Aug 27 23:04:47.758 INFO E| Downloaded modular-bitfield-impl v0.11.2
30082024-08-27T23:04:49.338Z[ helios-setup] Aug 27 23:04:47.760 INFO E| Downloaded four-cc v0.3.0
30092024-08-27T23:04:49.338Z[ helios-setup] Aug 27 23:04:47.762 INFO E| Downloaded cfg-if v0.1.10
30102024-08-27T23:04:49.425Z[ helios-setup] Aug 27 23:04:47.849 INFO E| Compiling proc-macro2 v1.0.86
30112024-08-27T23:04:49.437Z[ helios-setup] Aug 27 23:04:47.861 INFO E| Compiling unicode-ident v1.0.12
30122024-08-27T23:04:49.437Z[ helios-setup] Aug 27 23:04:47.861 INFO E| Compiling syn v1.0.109
30132024-08-27T23:04:49.440Z[ helios-setup] Aug 27 23:04:47.861 INFO E| Compiling version_check v0.9.4
30142024-08-27T23:04:49.440Z[ helios-setup] Aug 27 23:04:47.861 INFO E| Compiling autocfg v1.3.0
30152024-08-27T23:04:49.440Z[ helios-setup] Aug 27 23:04:47.861 INFO E| Compiling semver-parser v0.7.0
30162024-08-27T23:04:49.440Z[ helios-setup] Aug 27 23:04:47.861 INFO E| Compiling thiserror v1.0.63
30172024-08-27T23:04:49.440Z[ helios-setup] Aug 27 23:04:47.861 INFO E| Compiling serde v1.0.204
30182024-08-27T23:04:50.392Z[ helios-setup] Aug 27 23:04:48.815 INFO E| Compiling semver v0.9.0
30192024-08-27T23:04:51.014Z[ helios-setup] Aug 27 23:04:49.434 INFO E| Compiling rustc_version v0.2.3
30202024-08-27T23:04:51.025Z[ helios-setup] Aug 27 23:04:49.443 INFO E| Compiling serde_json v1.0.120
30212024-08-27T23:04:51.030Z[ helios-setup] Aug 27 23:04:49.454 INFO E| Compiling proc-macro-error-attr v1.0.4
30222024-08-27T23:04:51.271Z[ helios-setup] Aug 27 23:04:49.694 INFO E| Compiling proc-macro-error v1.0.4
30232024-08-27T23:04:51.272Z[ helios-setup] Aug 27 23:04:49.694 INFO E| Compiling num-traits v0.2.19
30242024-08-27T23:04:51.596Z[ helios-setup] Aug 27 23:04:50.019 INFO E| Compiling itoa v1.0.11
30252024-08-27T23:04:51.683Z[ helios-setup] Aug 27 23:04:50.106 INFO E| Compiling unicode-segmentation v1.11.0
30262024-08-27T23:04:51.716Z[ helios-setup] Aug 27 23:04:50.139 INFO E| Compiling ryu v1.0.18
30272024-08-27T23:04:52.002Z[ helios-setup] Aug 27 23:04:50.425 INFO E| Compiling schemars v0.8.21
30282024-08-27T23:04:52.031Z[ helios-setup] Aug 27 23:04:50.453 INFO E| Compiling pre-proc-macro v0.2.1
30292024-08-27T23:04:52.162Z[ helios-setup] Aug 27 23:04:50.581 INFO E| Compiling memoffset v0.5.6
30302024-08-27T23:04:52.275Z[ helios-setup] Aug 27 23:04:50.697 INFO E| Compiling paste v1.0.15
30312024-08-27T23:04:52.637Z[ helios-setup] Aug 27 23:04:51.058 INFO E| Compiling ucd-trie v0.1.6
30322024-08-27T23:04:52.721Z[ helios-setup] Aug 27 23:04:51.142 INFO E| Compiling libc v0.2.155
30332024-08-27T23:04:52.910Z[ helios-setup] Aug 27 23:04:51.333 INFO E| Compiling rustversion v1.0.17
30342024-08-27T23:04:53.002Z[ helios-setup] Aug 27 23:04:51.424 INFO E| Compiling quote v1.0.36
30352024-08-27T23:04:53.590Z[ helios-setup] Aug 27 23:04:52.013 INFO E| Compiling heck v0.3.3
30362024-08-27T23:04:53.745Z[ helios-setup] Aug 27 23:04:52.167 INFO E| Compiling syn v2.0.71
30372024-08-27T23:04:54.328Z[ host-package] Compiling tui-tree-widget v0.22.0
30382024-08-27T23:04:54.336Z[ helios-setup] Aug 27 23:04:52.759 INFO E| Compiling memchr v2.7.4
30392024-08-27T23:04:54.488Z[ helios-setup] Aug 27 23:04:52.910 INFO E| Compiling lazy_static v1.5.0
30402024-08-27T23:04:54.572Z[ helios-setup] Aug 27 23:04:52.994 INFO E| Compiling dyn-clone v1.0.17
30412024-08-27T23:04:54.601Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30422024-08-27T23:04:55.002Z[ helios-setup] Aug 27 23:04:53.424 INFO E| Compiling pre v0.2.1
30432024-08-27T23:04:55.173Z[ helios-setup] Aug 27 23:04:53.595 INFO E| Compiling byteorder v1.5.0
30442024-08-27T23:04:55.389Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30452024-08-27T23:04:55.874Z[ helios-setup] Aug 27 23:04:54.284 INFO E| Compiling once_cell v1.19.0
30462024-08-27T23:04:55.921Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30472024-08-27T23:04:56.172Z[ helios-setup] Aug 27 23:04:54.591 INFO E| Compiling cfg-if v0.1.10
30482024-08-27T23:04:56.244Z[ helios-setup] Aug 27 23:04:54.665 INFO E| Compiling static_assertions v1.1.0
30492024-08-27T23:04:56.441Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30502024-08-27T23:04:56.846Z[ host-package] Compiling uzers v0.11.3
30512024-08-27T23:04:58.167Z[ helios-setup] Aug 27 23:04:56.588 INFO E| Compiling unicode-width v0.1.13
30522024-08-27T23:04:58.385Z[ helios-setup] Aug 27 23:04:56.805 INFO E| Compiling atty v0.2.14
30532024-08-27T23:04:58.522Z[ helios-setup] Aug 27 23:04:56.943 INFO E| Compiling textwrap v0.11.0
30542024-08-27T23:04:58.717Z[ helios-setup] Aug 27 23:04:57.138 INFO E| Compiling unic-char-range v0.9.0
30552024-08-27T23:04:59.146Z[ helios-setup] Aug 27 23:04:57.567 INFO E| Compiling strum v0.23.0
30562024-08-27T23:04:59.333Z[ helios-setup] Aug 27 23:04:57.754 INFO E| Compiling parse_int v0.6.0
30572024-08-27T23:04:59.611Z[ helios-setup] Aug 27 23:04:58.033 INFO E| Compiling vec_map v0.8.2
30582024-08-27T23:04:59.662Z[ helios-setup] Aug 27 23:04:58.083 INFO E| Compiling unic-common v0.9.0
30592024-08-27T23:04:59.686Z[ helios-setup] Aug 27 23:04:58.107 INFO E| Compiling ansi_term v0.12.1
30602024-08-27T23:04:59.715Z[ helios-setup] Aug 27 23:04:58.136 INFO E| Compiling strsim v0.8.0
30612024-08-27T23:04:59.765Z[ helios-setup] Aug 27 23:04:58.186 INFO E| Compiling fletcher v0.1.0
30622024-08-27T23:05:00.088Z[ helios-setup] Aug 27 23:04:58.509 INFO E| Compiling bitflags v1.3.2
30632024-08-27T23:05:00.152Z[ helios-setup] Aug 27 23:04:58.573 INFO E| Compiling unic-ucd-version v0.9.0
30642024-08-27T23:05:00.176Z[ helios-setup] Aug 27 23:04:58.597 INFO E| Compiling unic-char-property v0.9.0
30652024-08-27T23:05:00.188Z[ helios-setup] Aug 27 23:04:58.609 INFO E| Compiling plain v0.2.3
30662024-08-27T23:05:00.253Z[ helios-setup] Aug 27 23:04:58.674 INFO E| Compiling log v0.4.22
30672024-08-27T23:05:00.417Z[ helios-setup] Aug 27 23:04:58.838 INFO E| Compiling clap v2.34.0
30682024-08-27T23:05:00.615Z[ helios-setup] Aug 27 23:04:59.036 INFO E| Compiling unic-ucd-ident v0.9.0
30692024-08-27T23:05:00.972Z[ helios-setup] Aug 27 23:04:59.393 INFO E| Compiling bytesize v1.3.0
30702024-08-27T23:05:01.471Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30712024-08-27T23:05:02.659Z[ helios-setup] Aug 27 23:05:01.080 INFO E| Compiling serde_derive_internals v0.29.1
30722024-08-27T23:05:05.098Z[ helios-setup] Aug 27 23:05:03.518 INFO E| Compiling toml v0.5.11
30732024-08-27T23:05:07.447Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30742024-08-27T23:05:08.130Z[ helios-setup] Aug 27 23:05:06.549 INFO E| Compiling proc-macro-crate v0.1.5
30752024-08-27T23:05:08.451Z[ helios-setup] Aug 27 23:05:06.870 INFO E| Compiling thiserror-impl v1.0.63
30762024-08-27T23:05:08.451Z[ helios-setup] Aug 27 23:05:06.870 INFO E| Compiling serde_derive v1.0.204
30772024-08-27T23:05:09.325Z[ helios-setup] Aug 27 23:05:07.743 INFO E| Compiling schemars_derive v0.8.21
30782024-08-27T23:05:09.964Z[ helios-setup] Aug 27 23:05:08.382 INFO E| Compiling zerocopy-derive v0.6.6
30792024-08-27T23:05:13.380Z[ helios-setup] Aug 27 23:05:11.797 INFO E| Compiling zerocopy v0.6.6
30802024-08-27T23:05:14.472Z[ helios-setup] Aug 27 23:05:12.890 INFO E| Compiling pest v2.7.11
30812024-08-27T23:05:15.977Z[ helios-setup] Aug 27 23:05:14.394 INFO E| Compiling modular-bitfield-impl v0.11.2
30822024-08-27T23:05:16.359Z[ helios-setup] Aug 27 23:05:14.776 INFO E| Compiling num-derive v0.3.3
30832024-08-27T23:05:16.728Z[ helios-setup] Aug 27 23:05:15.145 INFO E| Compiling scroll_derive v0.10.5
30842024-08-27T23:05:16.751Z[ helios-setup] Aug 27 23:05:15.168 INFO E| Compiling strum_macros v0.23.1
30852024-08-27T23:05:18.916Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30862024-08-27T23:05:19.996Z[ helios-setup] Aug 27 23:05:18.412 INFO E| Compiling pest_meta v2.7.11
30872024-08-27T23:05:20.112Z[ helios-setup] Aug 27 23:05:18.528 INFO E| Compiling scroll v0.10.2
30882024-08-27T23:05:20.500Z[ helios-setup] Aug 27 23:05:18.916 INFO E| Compiling structopt-derive v0.4.18
30892024-08-27T23:05:21.541Z[ helios-setup] Aug 27 23:05:19.942 INFO E| Compiling goblin v0.4.3
30902024-08-27T23:05:21.654Z[ helios-setup] Aug 27 23:05:20.070 INFO E| Compiling modular-bitfield v0.11.2
30912024-08-27T23:05:22.791Z[ helios-setup] Aug 27 23:05:21.206 INFO E| Compiling pest_generator v2.7.11
30922024-08-27T23:05:23.046Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30932024-08-27T23:05:25.923Z[ helios-setup] Aug 27 23:05:24.338 INFO E| Compiling structopt v0.3.26
30942024-08-27T23:05:27.350Z[ helios-setup] Aug 27 23:05:25.763 INFO E| Compiling pest_derive v2.7.11
30952024-08-27T23:05:30.935Z[ helios-setup] Aug 27 23:05:29.348 INFO E| Compiling json5 v0.4.1
30962024-08-27T23:05:32.802Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30972024-08-27T23:05:36.349Z[ helios-setup] Aug 27 23:05:34.760 INFO E| Compiling four-cc v0.3.0
30982024-08-27T23:05:36.384Z[ helios-setup] Aug 27 23:05:34.796 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
30992024-08-27T23:05:36.543Z[ helios-setup] Aug 27 23:05:34.955 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
31002024-08-27T23:05:47.689Z[ host-package] Compiling multimap v0.10.0
31012024-08-27T23:06:19.892Z[ helios-setup] Aug 27 23:06:18.293 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31022024-08-27T23:06:35.198Z[ helios-setup] Aug 27 23:06:33.595 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31032024-08-27T23:07:26.186Z[ helios-setup] Aug 27 23:07:24.571 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 39s
31042024-08-27T23:07:26.223Z[ helios-setup] Aug 27 23:07:24.608 INFO building project "amd-host-image-builder" ok (190 seconds)
31052024-08-27T23:07:26.226Z[ helios-setup] rm -f helios-build
31062024-08-27T23:07:26.228Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31072024-08-27T23:07:26.232Z[ helios-setup]
31082024-08-27T23:07:26.234Z[ helios-setup] Setup complete! ./helios-build is now available.
31092024-08-27T23:07:26.237Z[ helios-setup]
31102024-08-27T23:07:26.239Z[ helios-setup]
31112024-08-27T23:07:26.239Z[ helios-setup] real 12:20.736242685
31122024-08-27T23:07:26.239Z[ helios-setup] user 29:23.454409560
31132024-08-27T23:07:26.239Z[ helios-setup] sys 3:33.031759707
31142024-08-27T23:07:26.239Z[ helios-setup] trap 1.781058132
31152024-08-27T23:07:26.239Z[ helios-setup] tflt 8.254313719
31162024-08-27T23:07:26.239Z[ helios-setup] dflt 38.324394132
31172024-08-27T23:07:26.239Z[ helios-setup] kflt 0.032398355
31182024-08-27T23:07:26.239Z[ helios-setup] lock 2:04:33.619612134
31192024-08-27T23:07:26.239Z[ helios-setup] slp 3:44:10.463709720
31202024-08-27T23:07:26.239Z[ helios-setup] lat 33:29.263059431
31212024-08-27T23:07:26.239Z[ helios-setup] stop 4:25.721519738
31222024-08-27T23:07:26.240ZAug 27 23:07:24.622 INFO [helios-setup] process exited with exit status: 0 (740.742126911s)
31232024-08-27T23:07:26.240ZAug 27 23:07:24.623 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31242024-08-27T23:07:26.257Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31252024-08-27T23:07:26.439Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31262024-08-27T23:07:26.439Z[ phbl-toolchain] info: downloading component 'cargo'
31272024-08-27T23:07:27.480Z[ phbl-toolchain] info: downloading component 'clippy'
31282024-08-27T23:07:27.919Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31292024-08-27T23:07:32.937Z[ phbl-toolchain] info: downloading component 'miri'
31302024-08-27T23:07:33.785Z[ phbl-toolchain] info: downloading component 'rust-docs'
31312024-08-27T23:07:34.739Z[ phbl-toolchain] info: downloading component 'rust-src'
31322024-08-27T23:07:34.898Z[ phbl-toolchain] info: downloading component 'rust-std'
31332024-08-27T23:07:37.248Z[ phbl-toolchain] info: downloading component 'rustc'
31342024-08-27T23:07:42.312Z[ phbl-toolchain] info: downloading component 'rustfmt'
31352024-08-27T23:07:42.886Z[ phbl-toolchain] info: installing component 'cargo'
31362024-08-27T23:07:44.300Z[ phbl-toolchain] info: installing component 'clippy'
31372024-08-27T23:07:44.800Z[ phbl-toolchain] info: installing component 'llvm-tools'
31382024-08-27T23:07:50.637Z[ phbl-toolchain] info: installing component 'miri'
31392024-08-27T23:07:51.057Z[ phbl-toolchain] info: installing component 'rust-docs'
31402024-08-27T23:07:56.355Z[ phbl-toolchain] info: installing component 'rust-src'
31412024-08-27T23:07:57.333Z[ phbl-toolchain] info: installing component 'rust-std'
31422024-08-27T23:07:59.967Z[ phbl-toolchain] info: installing component 'rustc'
31432024-08-27T23:08:06.214Z[ phbl-toolchain] info: installing component 'rustfmt'
31442024-08-27T23:08:06.807Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31452024-08-27T23:08:06.893Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31462024-08-27T23:08:06.896ZAug 27 23:08:05.270 INFO [phbl-toolchain] process exited with exit status: 0 (40.647645243s)
31472024-08-27T23:08:29.879Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31482024-08-27T23:14:51.724Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 59s
31492024-08-27T23:16:05.840ZAug 27 23:16:04.095 INFO [host-package] process exited with exit status: 0 (1214.214170938s)
31502024-08-27T23:16:05.840ZAug 27 23:16:04.096 INFO [host-stamp] running task
31512024-08-27T23:16:05.843ZAug 27 23:16:04.096 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31522024-08-27T23:16:05.847ZAug 27 23:16:04.102 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+git665bcc17746
31532024-08-27T23:16:05.851ZAug 27 23:16:04.107 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+git665bcc17746
31542024-08-27T23:16:05.856ZAug 27 23:16:04.112 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+git665bcc17746
31552024-08-27T23:16:05.860Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31562024-08-27T23:16:05.864Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31572024-08-27T23:16:05.864ZAug 27 23:16:04.118 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+git665bcc17746
31582024-08-27T23:16:05.869Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31592024-08-27T23:16:05.871ZAug 27 23:16:04.126 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+git665bcc17746
31602024-08-27T23:16:05.876Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31612024-08-27T23:16:05.878Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31622024-08-27T23:16:05.881ZAug 27 23:16:04.134 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+git665bcc17746
31632024-08-27T23:16:05.886Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31642024-08-27T23:16:05.888ZAug 27 23:16:04.143 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+git665bcc17746
31652024-08-27T23:16:05.894Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31662024-08-27T23:16:05.898ZAug 27 23:16:04.154 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+git665bcc17746
31672024-08-27T23:16:05.901Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31682024-08-27T23:16:05.918Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31692024-08-27T23:16:05.921Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31702024-08-27T23:16:05.921ZAug 27 23:16:04.174 INFO [stamp-overlay] process exited with exit status: 0 (61.973024ms)
31712024-08-27T23:16:05.921ZAug 27 23:16:04.174 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (31.315038ms)
31722024-08-27T23:16:05.923Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31732024-08-27T23:16:05.937Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31742024-08-27T23:16:05.941ZAug 27 23:16:04.196 INFO [stamp-oxlog] process exited with exit status: 0 (42.169289ms)
31752024-08-27T23:16:06.002Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31762024-08-27T23:16:06.005ZAug 27 23:16:04.260 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (126.132373ms)
31772024-08-27T23:16:06.108Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31782024-08-27T23:16:06.112ZAug 27 23:16:04.367 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (265.244317ms)
31792024-08-27T23:16:06.222Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31802024-08-27T23:16:06.226ZAug 27 23:16:04.481 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (363.266927ms)
31812024-08-27T23:16:07.059Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31822024-08-27T23:16:07.063ZAug 27 23:16:05.318 INFO [stamp-propolis-server] process exited with exit status: 0 (1.210817513s)
31832024-08-27T23:16:07.236Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31842024-08-27T23:16:09.624Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31852024-08-27T23:16:16.242Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31862024-08-27T23:16:16.245ZAug 27 23:16:14.498 INFO [stamp-switch-asic] process exited with exit status: 0 (10.372287612s)
31872024-08-27T23:16:16.245ZAug 27 23:16:14.498 INFO [host-stamp] task succeeded (10.402309183s)
31882024-08-27T23:16:16.248ZAug 27 23:16:14.498 INFO [host-proto] running task
31892024-08-27T23:16:16.657ZAug 27 23:16:14.910 INFO [host-proto] task succeeded (411.841845ms)
31902024-08-27T23:16:16.657ZAug 27 23:16:14.910 INFO [host-profile] running task
31912024-08-27T23:16:16.660ZAug 27 23:16:14.910 INFO [host-profile] task succeeded (286.995µs)
31922024-08-27T23:16:16.660ZAug 27 23:16:14.910 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/.tmpudd7zb/proto/host/root -N 'ci 665bcc1/${os_short_commit} 2024-08-27 22:55' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
31932024-08-27T23:16:16.673Z[ host-image] Aug 27 23:16:14.925 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31942024-08-27T23:16:16.673Z[ host-image] Aug 27 23:16:14.926 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31952024-08-27T23:16:16.688Z[ host-image] Aug 27 23:16:14.940 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpudd7zb/proto/host/root"
31962024-08-27T23:16:16.688Z[ host-image] Aug 27 23:16:14.940 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31972024-08-27T23:16:16.690Z[ host-image] Aug 27 23:16:14.941 INFO image builder template: ramdisk-01-os...
31982024-08-27T23:16:16.690Z[ host-image] Aug 27 23:16:14.941 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/.tmpudd7zb/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
31992024-08-27T23:16:16.708Z[ host-image] Aug 27 23:16:14.961 INFO O| Aug 27 23:16:14.961 INFO CREATE DATASET: rpool/images/build/host/output
32002024-08-27T23:16:16.979Z[ host-image] Aug 27 23:16:15.231 INFO O| Aug 27 23:16:15.231 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32012024-08-27T23:16:16.984Z[ host-image] Aug 27 23:16:15.237 INFO O| Aug 27 23:16:15.237 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32022024-08-27T23:16:17.226Z[ host-image] Aug 27 23:16:15.478 INFO O| Aug 27 23:16:15.478 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32032024-08-27T23:16:17.293Z[ host-image] Aug 27 23:16:15.545 INFO O| Aug 27 23:16:15.545 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32042024-08-27T23:16:17.293Z[ host-image] Aug 27 23:16:15.546 INFO O| Aug 27 23:16:15.546 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32052024-08-27T23:16:17.296Z[ host-image] Aug 27 23:16:15.546 INFO O| Aug 27 23:16:15.546 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32062024-08-27T23:16:17.296Z[ host-image] Aug 27 23:16:15.546 INFO O| Aug 27 23:16:15.546 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32072024-08-27T23:16:17.308Z[ host-image] Aug 27 23:16:15.560 INFO O| Aug 27 23:16:15.560 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32082024-08-27T23:16:17.560Z[ host-image] Aug 27 23:16:15.811 INFO O| Aug 27 23:16:15.810 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32092024-08-27T23:16:17.577Z[ host-image] Aug 27 23:16:15.829 INFO O| Aug 27 23:16:15.829 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32102024-08-27T23:16:18.176Z[ host-image] Aug 27 23:16:16.428 INFO O| Aug 27 23:16:16.428 INFO O| Caching catalogs ... Done
32112024-08-27T23:16:18.303Z[ host-image] Aug 27 23:16:16.554 INFO O| Aug 27 23:16:16.554 INFO STEP 0 (pkg_image_create) COMPLETE
32122024-08-27T23:16:18.303Z[ host-image] Aug 27 23:16:16.554 INFO O| Aug 27 23:16:16.554 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32132024-08-27T23:16:18.306Z[ host-image] Aug 27 23:16:16.554 INFO O| Aug 27 23:16:16.554 INFO skip step because feature "repo_redist" is not enabled
32142024-08-27T23:16:18.306Z[ host-image] Aug 27 23:16:16.554 INFO O| Aug 27 23:16:16.554 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32152024-08-27T23:16:18.321Z[ host-image] Aug 27 23:16:16.573 INFO O| Aug 27 23:16:16.572 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"]
32162024-08-27T23:16:18.888Z[ host-image] Aug 27 23:16:17.140 INFO O| Aug 27 23:16:17.140 INFO STEP 2 (pkg_set_publisher) COMPLETE
32172024-08-27T23:16:18.888Z[ host-image] Aug 27 23:16:17.140 INFO O| Aug 27 23:16:17.140 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32182024-08-27T23:16:18.906Z[ host-image] Aug 27 23:16:17.158 INFO O| Aug 27 23:16:17.158 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"]
32192024-08-27T23:16:19.470Z[ host-image] Aug 27 23:16:17.722 INFO O| Aug 27 23:16:17.722 INFO STEP 3 (pkg_set_publisher) COMPLETE
32202024-08-27T23:16:19.470Z[ host-image] Aug 27 23:16:17.722 INFO O| Aug 27 23:16:17.722 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32212024-08-27T23:16:19.473Z[ host-image] Aug 27 23:16:17.722 INFO O| Aug 27 23:16:17.722 INFO skip step because feature "repo_redist" is not enabled
32222024-08-27T23:16:19.473Z[ host-image] Aug 27 23:16:17.722 INFO O| Aug 27 23:16:17.722 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32232024-08-27T23:16:20.027Z[ host-image] Aug 27 23:16:18.278 INFO O| Aug 27 23:16:18.278 INFO variant opensolaris.zone is already global
32242024-08-27T23:16:20.027Z[ host-image] Aug 27 23:16:18.278 INFO O| Aug 27 23:16:18.278 INFO STEP 5 (pkg_change_variant) COMPLETE
32252024-08-27T23:16:20.029Z[ host-image] Aug 27 23:16:18.278 INFO O| Aug 27 23:16:18.278 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32262024-08-27T23:16:20.645Z[ host-image] Aug 27 23:16:18.896 INFO O| Aug 27 23:16:18.896 INFO variant opensolaris.imagetype is full; changing to partial
32272024-08-27T23:16:20.645Z[ host-image] Aug 27 23:16:18.896 INFO O| Aug 27 23:16:18.896 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32282024-08-27T23:16:26.303Z[ host-image] Aug 27 23:16:24.553 INFO O| Aug 27 23:16:24.553 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32292024-08-27T23:16:28.509Z[ host-image] Aug 27 23:16:26.759 INFO O| Aug 27 23:16:26.759 INFO O| Startup: Caching catalogs ... Done
32302024-08-27T23:16:28.557Z[ host-image] Aug 27 23:16:26.806 INFO O| Aug 27 23:16:26.806 INFO O| Planning: Planning completed in 0.00 seconds
32312024-08-27T23:16:28.560Z[ host-image] Aug 27 23:16:26.807 INFO O| Aug 27 23:16:26.807 INFO O| Planning: Consolidating action changes ... Done
32322024-08-27T23:16:28.560Z[ host-image] Aug 27 23:16:26.807 INFO O| Aug 27 23:16:26.807 INFO O| Planning: Evaluating mediators ... Done
32332024-08-27T23:16:28.560Z[ host-image] Aug 27 23:16:26.807 INFO O| Aug 27 23:16:26.807 INFO O| Planning: Planning completed in 0.00 seconds
32342024-08-27T23:16:28.560Z[ host-image] Aug 27 23:16:26.808 INFO O| Aug 27 23:16:26.808 INFO O| Variants/Facets to change: 1
32352024-08-27T23:16:28.575Z[ host-image] Aug 27 23:16:26.825 INFO O| Aug 27 23:16:26.825 INFO O| Done
32362024-08-27T23:16:28.576Z[ host-image] Aug 27 23:16:26.825 INFO O| Aug 27 23:16:26.825 INFO O| Done
32372024-08-27T23:16:28.623Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.56s
32382024-08-27T23:16:28.934Z[ host-image] Aug 27 23:16:27.183 INFO O| Aug 27 23:16:27.183 INFO O| Done
32392024-08-27T23:16:28.965Z[ host-image] Aug 27 23:16:27.213 INFO O| Aug 27 23:16:27.212 INFO O| Done
32402024-08-27T23:16:28.970Z[ host-image] Aug 27 23:16:27.213 INFO O| Aug 27 23:16:27.213 INFO O| Done
32412024-08-27T23:16:28.970Z[ host-image] Aug 27 23:16:27.214 INFO O| Aug 27 23:16:27.214 INFO O| Done
32422024-08-27T23:16:28.970Z[ host-image] Aug 27 23:16:27.215 INFO O| Aug 27 23:16:27.215 INFO O| Done
32432024-08-27T23:16:29.264Z[ host-image] Aug 27 23:16:27.512 INFO O| Aug 27 23:16:27.512 INFO STEP 6 (pkg_change_variant) COMPLETE
32442024-08-27T23:16:29.264Z[ host-image] Aug 27 23:16:27.512 INFO O| Aug 27 23:16:27.512 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32452024-08-27T23:16:29.270Z[ host-image] Aug 27 23:16:27.512 INFO O| Aug 27 23:16:27.512 INFO skip step because feature "debug_variant" is not enabled
32462024-08-27T23:16:29.271Z[ host-image] Aug 27 23:16:27.512 INFO O| Aug 27 23:16:27.512 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32472024-08-27T23:16:29.660Z[ host-image] Aug 27 23:16:27.909 INFO O| Aug 27 23:16:27.909 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32482024-08-27T23:16:30.145Z[ host-image] Aug 27 23:16:28.393 INFO O| Aug 27 23:16:28.393 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32492024-08-27T23:16:30.148Z[ host-image] Aug 27 23:16:28.394 INFO O| Aug 27 23:16:28.394 INFO O| Planning: Planning completed in 0.00 seconds
32502024-08-27T23:16:30.148Z[ host-image] Aug 27 23:16:28.395 INFO O| Aug 27 23:16:28.395 INFO O| Planning: Consolidating action changes ... Done
32512024-08-27T23:16:30.148Z[ host-image] Aug 27 23:16:28.395 INFO O| Aug 27 23:16:28.395 INFO O| Planning: Evaluating mediators ... Done
32522024-08-27T23:16:30.148Z[ host-image] Aug 27 23:16:28.396 INFO O| Aug 27 23:16:28.396 INFO O| Planning: Planning completed in 0.00 seconds
32532024-08-27T23:16:30.148Z[ host-image] Aug 27 23:16:28.396 INFO O| Aug 27 23:16:28.396 INFO O| Variants/Facets to change: 1
32542024-08-27T23:16:30.168Z[ host-image] Aug 27 23:16:28.417 INFO O| Aug 27 23:16:28.417 INFO O| Done
32552024-08-27T23:16:30.170Z[ host-image] Aug 27 23:16:28.417 INFO O| Aug 27 23:16:28.417 INFO O| Done
32562024-08-27T23:16:30.255ZAug 27 23:16:28.504 INFO [recovery-package] process exited with exit status: 0 (24.407960376s)
32572024-08-27T23:16:30.255ZAug 27 23:16:28.504 INFO [recovery-stamp] running task
32582024-08-27T23:16:30.258ZAug 27 23:16:28.505 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32592024-08-27T23:16:30.258ZAug 27 23:16:28.505 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git665bcc17746
32602024-08-27T23:16:30.269ZAug 27 23:16:28.518 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+git665bcc17746
32612024-08-27T23:16:30.278Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32622024-08-27T23:16:30.284Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32632024-08-27T23:16:30.355Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32642024-08-27T23:16:30.358ZAug 27 23:16:28.608 INFO [stamp-installinator] process exited with exit status: 0 (102.901955ms)
32652024-08-27T23:16:30.400Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32662024-08-27T23:16:30.403ZAug 27 23:16:28.652 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (134.18466ms)
32672024-08-27T23:16:30.403ZAug 27 23:16:28.653 INFO [recovery-stamp] task succeeded (148.160135ms)
32682024-08-27T23:16:30.405ZAug 27 23:16:28.653 INFO [recovery-proto] running task
32692024-08-27T23:16:30.405ZAug 27 23:16:28.653 INFO [tuf-stamp] running task
32702024-08-27T23:16:30.405ZAug 27 23:16:28.653 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+git665bcc17746
32712024-08-27T23:16:30.414ZAug 27 23:16:28.663 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+git665bcc17746
32722024-08-27T23:16:30.424Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32732024-08-27T23:16:30.424ZAug 27 23:16:28.673 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+git665bcc17746
32742024-08-27T23:16:30.431ZAug 27 23:16:28.681 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+git665bcc17746
32752024-08-27T23:16:30.438Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32762024-08-27T23:16:30.441Z[ host-image] Aug 27 23:16:28.687 INFO O| Aug 27 23:16:28.687 INFO O| Done
32772024-08-27T23:16:30.444ZAug 27 23:16:28.691 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+git665bcc17746
32782024-08-27T23:16:30.444Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32792024-08-27T23:16:30.461ZAug 27 23:16:28.710 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+git665bcc17746
32802024-08-27T23:16:30.487Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32812024-08-27T23:16:30.490Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32822024-08-27T23:16:30.490ZAug 27 23:16:28.737 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+git665bcc17746
32832024-08-27T23:16:30.524Z[ host-image] Aug 27 23:16:28.744 INFO O| Aug 27 23:16:28.744 INFO O| Done
32842024-08-27T23:16:30.532Z[ host-image] Aug 27 23:16:28.745 INFO O| Aug 27 23:16:28.745 INFO O| Done
32852024-08-27T23:16:30.532Z[ host-image] Aug 27 23:16:28.745 INFO O| Aug 27 23:16:28.745 INFO O| Done
32862024-08-27T23:16:30.532Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32872024-08-27T23:16:30.561Z[ host-image] Aug 27 23:16:28.747 INFO O| Aug 27 23:16:28.747 INFO O| Done
32882024-08-27T23:16:30.568ZAug 27 23:16:28.817 INFO [recovery-proto] task succeeded (164.457302ms)
32892024-08-27T23:16:30.570ZAug 27 23:16:28.817 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+git665bcc17746
32902024-08-27T23:16:30.585Z[ host-image] Aug 27 23:16:28.826 INFO O| Aug 27 23:16:28.826 INFO STEP 8 (pkg_change_facet) COMPLETE
32912024-08-27T23:16:30.588Z[ host-image] Aug 27 23:16:28.826 INFO O| Aug 27 23:16:28.826 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32922024-08-27T23:16:30.589Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32932024-08-27T23:16:30.589ZAug 27 23:16:28.835 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/.tmpudd7zb/proto/recovery/root -N 'recovery 665bcc1/${os_short_commit} 2024-08-27 22:55' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32942024-08-27T23:16:30.630ZAug 27 23:16:28.879 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+git665bcc17746
32952024-08-27T23:16:30.947Z[ recovery-image] Aug 27 23:16:28.877 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32962024-08-27T23:16:30.947Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32972024-08-27T23:16:30.950Z[ recovery-image] Aug 27 23:16:28.877 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32982024-08-27T23:16:30.950Z[ host-image] Aug 27 23:16:28.826 INFO O| Aug 27 23:16:28.826 INFO skip step because feature "recovery" is not enabled
32992024-08-27T23:16:30.950Z[ host-image] Aug 27 23:16:28.826 INFO O| Aug 27 23:16:28.826 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33002024-08-27T23:16:30.950Z[ recovery-image] Aug 27 23:16:28.894 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpudd7zb/proto/recovery/root"
33012024-08-27T23:16:30.950Z[ host-image] Aug 27 23:16:28.826 INFO O| Aug 27 23:16:28.826 INFO skip step because feature "recovery" is not enabled
33022024-08-27T23:16:30.950Z[ host-image] Aug 27 23:16:28.826 INFO O| Aug 27 23:16:28.826 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33032024-08-27T23:16:30.950Z[ recovery-image] Aug 27 23:16:28.894 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33042024-08-27T23:16:30.950Z[ recovery-image] Aug 27 23:16:28.894 INFO image builder template: ramdisk-01-os...
33052024-08-27T23:16:30.950Z[ host-image] Aug 27 23:16:28.841 INFO O| Aug 27 23:16:28.841 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"]
33062024-08-27T23:16:30.950Z[ recovery-image] Aug 27 23:16:28.894 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/.tmpudd7zb/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
33072024-08-27T23:16:30.950Z[ recovery-image] Aug 27 23:16:28.948 INFO O| Aug 27 23:16:28.932 INFO CREATE DATASET: rpool/images/build/recovery/output
33082024-08-27T23:16:30.953Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33092024-08-27T23:16:30.953ZAug 27 23:16:29.201 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+git665bcc17746
33102024-08-27T23:16:30.966Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33112024-08-27T23:16:30.969ZAug 27 23:16:29.215 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+git665bcc17746
33122024-08-27T23:16:31.002Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33132024-08-27T23:16:31.005ZAug 27 23:16:29.251 INFO [stamp-probe] process exited with exit status: 0 (597.717148ms)
33142024-08-27T23:16:31.013Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33152024-08-27T23:16:31.040Z[ recovery-image] Aug 27 23:16:29.289 INFO O| Aug 27 23:16:29.289 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33162024-08-27T23:16:31.046Z[ recovery-image] Aug 27 23:16:29.295 INFO O| Aug 27 23:16:29.295 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33172024-08-27T23:16:31.209Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33182024-08-27T23:16:31.258ZAug 27 23:16:29.506 INFO [stamp-ntp] process exited with exit status: 0 (688.720148ms)
33192024-08-27T23:16:31.323Z[ recovery-image] Aug 27 23:16:29.572 INFO O| Aug 27 23:16:29.572 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33202024-08-27T23:16:31.397Z[ recovery-image] Aug 27 23:16:29.646 INFO O| Aug 27 23:16:29.646 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33212024-08-27T23:16:31.397Z[ recovery-image] Aug 27 23:16:29.646 INFO O| Aug 27 23:16:29.646 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33222024-08-27T23:16:31.400Z[ recovery-image] Aug 27 23:16:29.646 INFO O| Aug 27 23:16:29.646 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33232024-08-27T23:16:31.400Z[ recovery-image] Aug 27 23:16:29.646 INFO O| Aug 27 23:16:29.646 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33242024-08-27T23:16:31.414Z[ recovery-image] Aug 27 23:16:29.663 INFO O| Aug 27 23:16:29.663 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33252024-08-27T23:16:31.636Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33262024-08-27T23:16:31.653ZAug 27 23:16:29.901 INFO [stamp-internal-dns] process exited with exit status: 0 (1.22067002s)
33272024-08-27T23:16:31.717Z[ recovery-image] Aug 27 23:16:29.966 INFO O| Aug 27 23:16:29.966 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33282024-08-27T23:16:31.743Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33292024-08-27T23:16:31.754Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
33302024-08-27T23:16:31.769Z[ recovery-image] Aug 27 23:16:30.018 INFO O| Aug 27 23:16:30.018 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33312024-08-27T23:16:31.780ZAug 27 23:16:30.029 INFO [stamp-external-dns] process exited with exit status: 0 (1.318678623s)
33322024-08-27T23:16:31.801Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33332024-08-27T23:16:32.017Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33342024-08-27T23:16:32.021ZAug 27 23:16:30.270 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.533091733s)
33352024-08-27T23:16:32.024Z[ host-image] Aug 27 23:16:30.270 INFO O| Aug 27 23:16:30.270 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33362024-08-27T23:16:32.224Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33372024-08-27T23:16:32.239ZAug 27 23:16:30.488 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.796855825s)
33382024-08-27T23:16:32.315Z[ recovery-image] Aug 27 23:16:30.563 INFO O| Aug 27 23:16:30.563 INFO O| Caching catalogs ... Done
33392024-08-27T23:16:32.442Z[ recovery-image] Aug 27 23:16:30.690 INFO O| Aug 27 23:16:30.690 INFO STEP 0 (pkg_image_create) COMPLETE
33402024-08-27T23:16:32.442Z[ recovery-image] Aug 27 23:16:30.690 INFO O| Aug 27 23:16:30.690 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33412024-08-27T23:16:32.442Z[ recovery-image] Aug 27 23:16:30.690 INFO O| Aug 27 23:16:30.690 INFO skip step because feature "repo_redist" is not enabled
33422024-08-27T23:16:32.442Z[ recovery-image] Aug 27 23:16:30.690 INFO O| Aug 27 23:16:30.690 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33432024-08-27T23:16:32.457Z[ recovery-image] Aug 27 23:16:30.706 INFO O| Aug 27 23:16:30.706 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"]
33442024-08-27T23:16:32.748Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33452024-08-27T23:16:32.754ZAug 27 23:16:31.002 INFO [stamp-oximeter] process exited with exit status: 0 (1.801019093s)
33462024-08-27T23:16:32.942Z[ recovery-image] Aug 27 23:16:31.190 INFO O| Aug 27 23:16:31.190 INFO STEP 2 (pkg_set_publisher) COMPLETE
33472024-08-27T23:16:32.942Z[ recovery-image] Aug 27 23:16:31.190 INFO O| Aug 27 23:16:31.190 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33482024-08-27T23:16:32.954Z[ recovery-image] Aug 27 23:16:31.203 INFO O| Aug 27 23:16:31.203 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"]
33492024-08-27T23:16:33.458Z[ recovery-image] Aug 27 23:16:31.706 INFO O| Aug 27 23:16:31.706 INFO STEP 3 (pkg_set_publisher) COMPLETE
33502024-08-27T23:16:33.458Z[ recovery-image] Aug 27 23:16:31.706 INFO O| Aug 27 23:16:31.706 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33512024-08-27T23:16:33.458Z[ recovery-image] Aug 27 23:16:31.706 INFO O| Aug 27 23:16:31.706 INFO skip step because feature "repo_redist" is not enabled
33522024-08-27T23:16:33.458Z[ recovery-image] Aug 27 23:16:31.706 INFO O| Aug 27 23:16:31.706 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33532024-08-27T23:16:33.979Z[ recovery-image] Aug 27 23:16:32.227 INFO O| Aug 27 23:16:32.226 INFO variant opensolaris.zone is already global
33542024-08-27T23:16:33.979Z[ recovery-image] Aug 27 23:16:32.227 INFO O| Aug 27 23:16:32.227 INFO STEP 5 (pkg_change_variant) COMPLETE
33552024-08-27T23:16:33.981Z[ recovery-image] Aug 27 23:16:32.227 INFO O| Aug 27 23:16:32.227 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33562024-08-27T23:16:34.300Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33572024-08-27T23:16:34.304ZAug 27 23:16:32.552 INFO [stamp-nexus] process exited with exit status: 0 (3.879051287s)
33582024-08-27T23:16:34.472Z[ recovery-image] Aug 27 23:16:32.720 INFO O| Aug 27 23:16:32.720 INFO variant opensolaris.imagetype is full; changing to partial
33592024-08-27T23:16:34.472Z[ recovery-image] Aug 27 23:16:32.720 INFO O| Aug 27 23:16:32.720 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33602024-08-27T23:16:35.553Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33612024-08-27T23:16:35.557ZAug 27 23:16:33.805 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.141595055s)
33622024-08-27T23:16:36.502Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33632024-08-27T23:16:36.650Z[verify-libraries] Compiling heck v0.4.1
33642024-08-27T23:16:36.653Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33652024-08-27T23:16:36.685Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33662024-08-27T23:16:36.685Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33672024-08-27T23:16:36.688Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33682024-08-27T23:16:36.688Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33692024-08-27T23:16:36.688Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33702024-08-27T23:16:37.282Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33712024-08-27T23:16:37.318Z[verify-libraries] Compiling indent_write v2.2.0
33722024-08-27T23:16:37.529Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33732024-08-27T23:16:37.823Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33742024-08-27T23:16:37.932Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33752024-08-27T23:16:37.936Z[verify-libraries] Compiling termios v0.3.3
33762024-08-27T23:16:38.854Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33772024-08-27T23:16:40.755Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33782024-08-27T23:16:40.796ZAug 27 23:16:39.043 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.827606302s)
33792024-08-27T23:16:41.796Z[ recovery-image] Aug 27 23:16:40.042 INFO O| Aug 27 23:16:40.042 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33802024-08-27T23:16:41.880Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33812024-08-27T23:16:41.886ZAug 27 23:16:40.133 INFO [stamp-clickhouse] process exited with exit status: 0 (11.253372243s)
33822024-08-27T23:16:41.889ZAug 27 23:16:40.133 INFO [tuf-stamp] task succeeded (11.479982668s)
33832024-08-27T23:16:49.065Z[ recovery-image] Aug 27 23:16:47.309 INFO O| Aug 27 23:16:47.309 INFO O| Startup: Caching catalogs ... Done
33842024-08-27T23:16:49.135Z[ recovery-image] Aug 27 23:16:47.379 INFO O| Aug 27 23:16:47.379 INFO O| Planning: Planning completed in 0.00 seconds
33852024-08-27T23:16:49.137Z[ recovery-image] Aug 27 23:16:47.380 INFO O| Aug 27 23:16:47.380 INFO O| Planning: Consolidating action changes ... Done
33862024-08-27T23:16:49.137Z[ recovery-image] Aug 27 23:16:47.380 INFO O| Aug 27 23:16:47.380 INFO O| Planning: Evaluating mediators ... Done
33872024-08-27T23:16:49.137Z[ recovery-image] Aug 27 23:16:47.381 INFO O| Aug 27 23:16:47.381 INFO O| Planning: Planning completed in 0.00 seconds
33882024-08-27T23:16:49.137Z[ recovery-image] Aug 27 23:16:47.381 INFO O| Aug 27 23:16:47.381 INFO O| Variants/Facets to change: 1
33892024-08-27T23:16:49.260Z[ recovery-image] Aug 27 23:16:47.502 INFO O| Aug 27 23:16:47.502 INFO O| Done
33902024-08-27T23:16:49.260Z[ recovery-image] Aug 27 23:16:47.502 INFO O| Aug 27 23:16:47.502 INFO O| Done
33912024-08-27T23:16:50.035Z[ recovery-image] Aug 27 23:16:48.279 INFO O| Aug 27 23:16:48.279 INFO O| Done
33922024-08-27T23:16:50.107Z[ recovery-image] Aug 27 23:16:48.351 INFO O| Aug 27 23:16:48.351 INFO O| Done
33932024-08-27T23:16:50.110Z[ recovery-image] Aug 27 23:16:48.353 INFO O| Aug 27 23:16:48.353 INFO O| Done
33942024-08-27T23:16:50.110Z[ recovery-image] Aug 27 23:16:48.353 INFO O| Aug 27 23:16:48.353 INFO O| Done
33952024-08-27T23:16:50.112Z[ recovery-image] Aug 27 23:16:48.355 INFO O| Aug 27 23:16:48.355 INFO O| Done
33962024-08-27T23:16:50.636Z[ recovery-image] Aug 27 23:16:48.880 INFO O| Aug 27 23:16:48.879 INFO STEP 6 (pkg_change_variant) COMPLETE
33972024-08-27T23:16:50.636Z[ recovery-image] Aug 27 23:16:48.880 INFO O| Aug 27 23:16:48.880 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33982024-08-27T23:16:50.639Z[ recovery-image] Aug 27 23:16:48.880 INFO O| Aug 27 23:16:48.880 INFO skip step because feature "debug_variant" is not enabled
33992024-08-27T23:16:50.639Z[ recovery-image] Aug 27 23:16:48.880 INFO O| Aug 27 23:16:48.880 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34002024-08-27T23:16:51.442Z[ recovery-image] Aug 27 23:16:49.685 INFO O| Aug 27 23:16:49.685 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34012024-08-27T23:16:52.699Z[ recovery-image] Aug 27 23:16:50.943 INFO O| Aug 27 23:16:50.942 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34022024-08-27T23:16:52.702Z[ recovery-image] Aug 27 23:16:50.945 INFO O| Aug 27 23:16:50.944 INFO O| Planning: Planning completed in 0.00 seconds
34032024-08-27T23:16:52.704Z[ recovery-image] Aug 27 23:16:50.946 INFO O| Aug 27 23:16:50.946 INFO O| Planning: Consolidating action changes ... Done
34042024-08-27T23:16:52.704Z[ recovery-image] Aug 27 23:16:50.946 INFO O| Aug 27 23:16:50.946 INFO O| Planning: Evaluating mediators ... Done
34052024-08-27T23:16:52.704Z[ recovery-image] Aug 27 23:16:50.946 INFO O| Aug 27 23:16:50.946 INFO O| Planning: Planning completed in 0.00 seconds
34062024-08-27T23:16:52.704Z[ recovery-image] Aug 27 23:16:50.947 INFO O| Aug 27 23:16:50.947 INFO O| Variants/Facets to change: 1
34072024-08-27T23:16:52.775Z[ recovery-image] Aug 27 23:16:51.018 INFO O| Aug 27 23:16:51.017 INFO O| Done
34082024-08-27T23:16:52.775Z[ recovery-image] Aug 27 23:16:51.018 INFO O| Aug 27 23:16:51.018 INFO O| Done
34092024-08-27T23:16:53.266Z[ recovery-image] Aug 27 23:16:51.509 INFO O| Aug 27 23:16:51.509 INFO O| Done
34102024-08-27T23:16:53.320Z[ recovery-image] Aug 27 23:16:51.563 INFO O| Aug 27 23:16:51.563 INFO O| Done
34112024-08-27T23:16:53.323Z[ recovery-image] Aug 27 23:16:51.564 INFO O| Aug 27 23:16:51.564 INFO O| Done
34122024-08-27T23:16:53.323Z[ recovery-image] Aug 27 23:16:51.564 INFO O| Aug 27 23:16:51.564 INFO O| Done
34132024-08-27T23:16:53.323Z[ recovery-image] Aug 27 23:16:51.566 INFO O| Aug 27 23:16:51.566 INFO O| Done
34142024-08-27T23:16:53.447Z[ recovery-image] Aug 27 23:16:51.691 INFO O| Aug 27 23:16:51.690 INFO STEP 8 (pkg_change_facet) COMPLETE
34152024-08-27T23:16:53.447Z[ recovery-image] Aug 27 23:16:51.691 INFO O| Aug 27 23:16:51.691 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34162024-08-27T23:16:54.178Z[ recovery-image] Aug 27 23:16:52.420 INFO O| Aug 27 23:16:52.420 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34172024-08-27T23:16:55.139Z[ recovery-image] Aug 27 23:16:53.381 INFO O| Aug 27 23:16:53.381 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34182024-08-27T23:16:55.141Z[ recovery-image] Aug 27 23:16:53.383 INFO O| Aug 27 23:16:53.383 INFO O| Planning: Planning completed in 0.00 seconds
34192024-08-27T23:16:55.143Z[ recovery-image] Aug 27 23:16:53.384 INFO O| Aug 27 23:16:53.384 INFO O| Planning: Consolidating action changes ... Done
34202024-08-27T23:16:55.143Z[ recovery-image] Aug 27 23:16:53.384 INFO O| Aug 27 23:16:53.384 INFO O| Planning: Evaluating mediators ... Done
34212024-08-27T23:16:55.143Z[ recovery-image] Aug 27 23:16:53.385 INFO O| Aug 27 23:16:53.385 INFO O| Planning: Planning completed in 0.00 seconds
34222024-08-27T23:16:55.143Z[ recovery-image] Aug 27 23:16:53.385 INFO O| Aug 27 23:16:53.385 INFO O| Variants/Facets to change: 1
34232024-08-27T23:16:55.229Z[ recovery-image] Aug 27 23:16:53.472 INFO O| Aug 27 23:16:53.472 INFO O| Done
34242024-08-27T23:16:55.229Z[ recovery-image] Aug 27 23:16:53.472 INFO O| Aug 27 23:16:53.472 INFO O| Done
34252024-08-27T23:16:55.810Z[ recovery-image] Aug 27 23:16:54.052 INFO O| Aug 27 23:16:54.052 INFO O| Done
34262024-08-27T23:16:55.873Z[ recovery-image] Aug 27 23:16:54.116 INFO O| Aug 27 23:16:54.116 INFO O| Done
34272024-08-27T23:16:55.876Z[ recovery-image] Aug 27 23:16:54.117 INFO O| Aug 27 23:16:54.117 INFO O| Done
34282024-08-27T23:16:55.876Z[ recovery-image] Aug 27 23:16:54.117 INFO O| Aug 27 23:16:54.117 INFO O| Done
34292024-08-27T23:16:55.878Z[ recovery-image] Aug 27 23:16:54.119 INFO O| Aug 27 23:16:54.119 INFO O| Done
34302024-08-27T23:16:55.981Z[ recovery-image] Aug 27 23:16:54.224 INFO O| Aug 27 23:16:54.223 INFO STEP 9 (pkg_change_facet) COMPLETE
34312024-08-27T23:16:55.981Z[ recovery-image] Aug 27 23:16:54.224 INFO O| Aug 27 23:16:54.224 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34322024-08-27T23:16:56.780Z[ recovery-image] Aug 27 23:16:55.022 INFO O| Aug 27 23:16:55.022 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34332024-08-27T23:16:57.756Z[ recovery-image] Aug 27 23:16:55.998 INFO O| Aug 27 23:16:55.997 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34342024-08-27T23:16:57.763Z[ recovery-image] Aug 27 23:16:56.005 INFO O| Aug 27 23:16:56.005 INFO O| Planning: Planning completed in 0.01 seconds
34352024-08-27T23:16:57.769Z[ recovery-image] Aug 27 23:16:56.011 INFO O| Aug 27 23:16:56.011 INFO O| Planning: Consolidating action changes ... Done
34362024-08-27T23:16:57.771Z[ recovery-image] Aug 27 23:16:56.011 INFO O| Aug 27 23:16:56.011 INFO O| Planning: Evaluating mediators ... Done
34372024-08-27T23:16:57.771Z[ recovery-image] Aug 27 23:16:56.012 INFO O| Aug 27 23:16:56.012 INFO O| Planning: Planning completed in 0.01 seconds
34382024-08-27T23:16:57.771Z[ recovery-image] Aug 27 23:16:56.012 INFO O| Aug 27 23:16:56.012 INFO O| Variants/Facets to change: 1
34392024-08-27T23:16:57.873Z[ recovery-image] Aug 27 23:16:56.115 INFO O| Aug 27 23:16:56.115 INFO O| Done
34402024-08-27T23:16:57.873Z[ recovery-image] Aug 27 23:16:56.115 INFO O| Aug 27 23:16:56.115 INFO O| Done
34412024-08-27T23:16:58.405Z[ recovery-image] Aug 27 23:16:56.647 INFO O| Aug 27 23:16:56.647 INFO O| Done
34422024-08-27T23:16:58.479Z[ recovery-image] Aug 27 23:16:56.721 INFO O| Aug 27 23:16:56.721 INFO O| Done
34432024-08-27T23:16:58.481Z[ recovery-image] Aug 27 23:16:56.722 INFO O| Aug 27 23:16:56.722 INFO O| Done
34442024-08-27T23:16:58.481Z[ recovery-image] Aug 27 23:16:56.722 INFO O| Aug 27 23:16:56.722 INFO O| Done
34452024-08-27T23:16:58.483Z[ recovery-image] Aug 27 23:16:56.724 INFO O| Aug 27 23:16:56.724 INFO O| Done
34462024-08-27T23:16:58.609Z[ recovery-image] Aug 27 23:16:56.851 INFO O| Aug 27 23:16:56.851 INFO STEP 10 (pkg_change_facet) COMPLETE
34472024-08-27T23:16:58.609Z[ recovery-image] Aug 27 23:16:56.851 INFO O| Aug 27 23:16:56.851 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34482024-08-27T23:16:58.634Z[ recovery-image] Aug 27 23:16:56.874 INFO O| Aug 27 23:16:56.874 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"]
34492024-08-27T23:16:59.689Z[ recovery-image] Aug 27 23:16:57.929 INFO O| Aug 27 23:16:57.929 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34502024-08-27T23:17:01.565Z[ host-image] Aug 27 23:16:59.805 INFO O| Aug 27 23:16:59.805 INFO O| Planning: Solver setup ... Done
34512024-08-27T23:17:07.750Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34522024-08-27T23:17:10.546Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34532024-08-27T23:17:26.708Z[ host-image] Aug 27 23:17:24.943 INFO O| Aug 27 23:17:24.943 INFO O| Planning: Running solver ... Done
34542024-08-27T23:17:27.013Z[ host-image] Aug 27 23:17:25.248 INFO O| Aug 27 23:17:25.248 INFO O| Planning: Finding local manifests ... Done
34552024-08-27T23:17:27.028Z[ host-image] Aug 27 23:17:25.263 INFO O| Aug 27 23:17:25.262 INFO O| Planning: Fetching manifests: 0/124 0% complete
34562024-08-27T23:17:30.938Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34572024-08-27T23:17:31.904Z[ host-image] Aug 27 23:17:30.136 INFO O| Aug 27 23:17:30.136 INFO O| Planning: Fetching manifests: 124/124 100% complete
34582024-08-27T23:17:31.925Z[ recovery-image] Aug 27 23:17:30.155 INFO O| Aug 27 23:17:30.155 INFO O| Planning: Solver setup ... Done
34592024-08-27T23:17:33.236Z[ host-image] Aug 27 23:17:31.469 INFO O| Aug 27 23:17:31.469 INFO O| Planning: Package planning ... Done
34602024-08-27T23:17:34.685Z[ host-image] Aug 27 23:17:32.917 INFO O| Aug 27 23:17:32.917 INFO O| Planning: Merging actions ... Done
34612024-08-27T23:17:35.248Z[ host-image] Aug 27 23:17:33.481 INFO O| Aug 27 23:17:33.481 INFO O| Planning: Checking for conflicting actions ... Done
34622024-08-27T23:17:35.591Z[ host-image] Aug 27 23:17:33.824 INFO O| Aug 27 23:17:33.824 INFO O| Planning: Consolidating action changes ... Done
34632024-08-27T23:17:36.136Z[ host-image] Aug 27 23:17:34.369 INFO O| Aug 27 23:17:34.369 INFO O| Planning: Evaluating mediators ... Done
34642024-08-27T23:17:42.799Z[ host-image] Aug 27 23:17:41.030 INFO O| Aug 27 23:17:41.029 INFO O| Planning: Planning completed in 70.76 seconds
34652024-08-27T23:17:42.806Z[ host-image] Aug 27 23:17:41.037 INFO O| Aug 27 23:17:41.037 INFO O| Packages to install: 124
34662024-08-27T23:17:42.806Z[ host-image] Aug 27 23:17:41.037 INFO O| Aug 27 23:17:41.037 INFO O| Mediators to change: 4
34672024-08-27T23:17:42.809Z[ host-image] Aug 27 23:17:41.037 INFO O| Aug 27 23:17:41.037 INFO O| Services to change: 6
34682024-08-27T23:17:42.960Z[ host-image] Aug 27 23:17:41.191 INFO O| Aug 27 23:17:41.191 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
34692024-08-27T23:17:46.767Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34702024-08-27T23:17:47.963Z[ host-image] Aug 27 23:17:46.193 INFO O| Aug 27 23:17:46.193 INFO O| Download: 1195/22728 items 7.2/196.4MB 3% complete (1.4M/s)
34712024-08-27T23:17:53.198Z[ host-image] Aug 27 23:17:51.427 INFO O| Aug 27 23:17:51.427 INFO O| Download: 1793/22728 items 13.2/196.4MB 6% complete (1.3M/s)
34722024-08-27T23:17:55.532Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34732024-08-27T23:17:56.506Z[ recovery-image] Aug 27 23:17:54.732 INFO O| Aug 27 23:17:54.732 INFO O| Planning: Running solver ... Done
34742024-08-27T23:17:56.819Z[ recovery-image] Aug 27 23:17:55.046 INFO O| Aug 27 23:17:55.046 INFO O| Planning: Finding local manifests ... Done
34752024-08-27T23:17:56.836Z[ recovery-image] Aug 27 23:17:55.063 INFO O| Aug 27 23:17:55.063 INFO O| Planning: Fetching manifests: 0/124 0% complete
34762024-08-27T23:17:58.200Z[ host-image] Aug 27 23:17:56.427 INFO O| Aug 27 23:17:56.427 INFO O| Download: 2231/22728 items 24.4/196.4MB 12% complete (1.8M/s)
34772024-08-27T23:17:59.082Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34782024-08-27T23:18:01.546Z[ recovery-image] Aug 27 23:17:59.772 INFO O| Aug 27 23:17:59.771 INFO O| Planning: Fetching manifests: 124/124 100% complete
34792024-08-27T23:18:02.589Z[ recovery-image] Aug 27 23:18:00.815 INFO O| Aug 27 23:18:00.815 INFO O| Planning: Package planning ... Done
34802024-08-27T23:18:03.220Z[ host-image] Aug 27 23:18:01.445 INFO O| Aug 27 23:18:01.445 INFO O| Download: 3383/22728 items 34.2/196.4MB 17% complete (2.1M/s)
34812024-08-27T23:18:03.381Z[ recovery-image] Aug 27 23:18:01.607 INFO O| Aug 27 23:18:01.607 INFO O| Planning: Merging actions ... Done
34822024-08-27T23:18:03.566Z[ recovery-image] Aug 27 23:18:01.792 INFO O| Aug 27 23:18:01.792 INFO O| Planning: Checking for conflicting actions ... Done
34832024-08-27T23:18:03.698Z[ recovery-image] Aug 27 23:18:01.923 INFO O| Aug 27 23:18:01.923 INFO O| Planning: Consolidating action changes ... Done
34842024-08-27T23:18:04.094Z[ recovery-image] Aug 27 23:18:02.319 INFO O| Aug 27 23:18:02.319 INFO O| Planning: Evaluating mediators ... Done
34852024-08-27T23:18:08.299Z[ host-image] Aug 27 23:18:06.523 INFO O| Aug 27 23:18:06.523 INFO O| Download: 4484/22728 items 41.8/196.4MB 21% complete (1.8M/s)
34862024-08-27T23:18:10.476Z[ recovery-image] Aug 27 23:18:08.700 INFO O| Aug 27 23:18:08.699 INFO O| Planning: Planning completed in 70.77 seconds
34872024-08-27T23:18:10.483Z[ recovery-image] Aug 27 23:18:08.707 INFO O| Aug 27 23:18:08.707 INFO O| Packages to install: 124
34882024-08-27T23:18:10.486Z[ recovery-image] Aug 27 23:18:08.707 INFO O| Aug 27 23:18:08.707 INFO O| Mediators to change: 4
34892024-08-27T23:18:10.486Z[ recovery-image] Aug 27 23:18:08.707 INFO O| Aug 27 23:18:08.707 INFO O| Services to change: 5
34902024-08-27T23:18:10.563Z[ recovery-image] Aug 27 23:18:08.787 INFO O| Aug 27 23:18:08.787 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34912024-08-27T23:18:13.311Z[ host-image] Aug 27 23:18:11.534 INFO O| Aug 27 23:18:11.534 INFO O| Download: 5207/22728 items 45.9/196.4MB 23% complete (1.2M/s)
34922024-08-27T23:18:15.596Z[ recovery-image] Aug 27 23:18:13.818 INFO O| Aug 27 23:18:13.818 INFO O| Download: 976/15831 items 7.8/173.2MB 4% complete (1.6M/s)
34932024-08-27T23:18:18.313Z[ host-image] Aug 27 23:18:16.534 INFO O| Aug 27 23:18:16.534 INFO O| Download: 5848/22728 items 46.3/196.4MB 23% complete (465k/s)
34942024-08-27T23:18:19.514Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34952024-08-27T23:18:19.587Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34962024-08-27T23:18:20.618Z[ recovery-image] Aug 27 23:18:18.839 INFO O| Aug 27 23:18:18.839 INFO O| Download: 1250/15831 items 18.2/173.2MB 10% complete (1.8M/s)
34972024-08-27T23:18:23.325Z[ host-image] Aug 27 23:18:21.546 INFO O| Aug 27 23:18:21.546 INFO O| Download: 6831/22728 items 48.8/196.4MB 24% complete (276k/s)
34982024-08-27T23:18:24.608Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34992024-08-27T23:18:25.983Z[ recovery-image] Aug 27 23:18:24.203 INFO O| Aug 27 23:18:24.203 INFO O| Download: 1526/15831 items 22.0/173.2MB 12% complete (1.5M/s)
35002024-08-27T23:18:28.329Z[ host-image] Aug 27 23:18:26.549 INFO O| Aug 27 23:18:26.549 INFO O| Download: 7694/22728 items 58.7/196.4MB 29% complete (1.2M/s)
35012024-08-27T23:18:30.986Z[ recovery-image] Aug 27 23:18:29.204 INFO O| Aug 27 23:18:29.203 INFO O| Download: 1758/15831 items 28.1/173.2MB 16% complete (938k/s)
35022024-08-27T23:18:33.579Z[ host-image] Aug 27 23:18:31.797 INFO O| Aug 27 23:18:31.797 INFO O| Download: 8080/22728 items 60.4/196.4MB 30% complete (1.3M/s)
35032024-08-27T23:18:36.437Z[ recovery-image] Aug 27 23:18:34.655 INFO O| Aug 27 23:18:34.655 INFO O| Download: 2676/15831 items 33.0/173.2MB 19% complete (1.2M/s)
35042024-08-27T23:18:38.998Z[ host-image] Aug 27 23:18:37.214 INFO O| Aug 27 23:18:37.214 INFO O| Download: 8257/22728 items 65.6/196.4MB 33% complete (626k/s)
35052024-08-27T23:18:41.456Z[ recovery-image] Aug 27 23:18:39.672 INFO O| Aug 27 23:18:39.672 INFO O| Download: 3744/15831 items 41.9/173.2MB 24% complete (1.3M/s)
35062024-08-27T23:18:44.000Z[ host-image] Aug 27 23:18:42.215 INFO O| Aug 27 23:18:42.215 INFO O| Download: 8894/22728 items 71.9/196.4MB 36% complete (1.1M/s)
35072024-08-27T23:18:46.457Z[ recovery-image] Aug 27 23:18:44.672 INFO O| Aug 27 23:18:44.672 INFO O| Download: 4693/15831 items 42.9/173.2MB 24% complete (1015k/s)
35082024-08-27T23:18:49.002Z[ host-image] Aug 27 23:18:47.217 INFO O| Aug 27 23:18:47.216 INFO O| Download: 9813/22728 items 83.5/196.4MB 42% complete (1.8M/s)
35092024-08-27T23:18:51.464Z[ recovery-image] Aug 27 23:18:49.677 INFO O| Aug 27 23:18:49.677 INFO O| Download: 5585/15831 items 43.4/173.2MB 25% complete (186k/s)
35102024-08-27T23:18:54.218Z[ host-image] Aug 27 23:18:52.430 INFO O| Aug 27 23:18:52.430 INFO O| Download: 10421/22728 items 88.0/196.4MB 44% complete (1.6M/s)
35112024-08-27T23:18:56.665Z[ recovery-image] Aug 27 23:18:54.877 INFO O| Aug 27 23:18:54.877 INFO O| Download: 5909/15831 items 53.0/173.2MB 30% complete (864k/s)
35122024-08-27T23:18:59.252Z[ host-image] Aug 27 23:18:57.464 INFO O| Aug 27 23:18:57.464 INFO O| Download: 11085/22728 items 92.0/196.4MB 46% complete (849k/s)
35132024-08-27T23:19:01.668Z[ recovery-image] Aug 27 23:18:59.879 INFO O| Aug 27 23:18:59.879 INFO O| Download: 6471/15831 items 63.7/173.2MB 36% complete (2.0M/s)
35142024-08-27T23:19:04.554Z[ host-image] Aug 27 23:19:02.765 INFO O| Aug 27 23:19:02.765 INFO O| Download: 11970/22728 items 98.1/196.4MB 49% complete (981k/s)
35152024-08-27T23:19:06.675Z[ recovery-image] Aug 27 23:19:04.885 INFO O| Aug 27 23:19:04.884 INFO O| Download: 7515/15831 items 73.5/173.2MB 42% complete (2.0M/s)
35162024-08-27T23:19:09.717Z[ host-image] Aug 27 23:19:07.926 INFO O| Aug 27 23:19:07.926 INFO O| Download: 12098/22728 items 101.0/196.4MB 51% complete (920k/s)
35172024-08-27T23:19:11.676Z[ recovery-image] Aug 27 23:19:09.885 INFO O| Aug 27 23:19:09.884 INFO O| Download: 8206/15831 items 79.7/173.2MB 46% complete (1.6M/s)
35182024-08-27T23:19:14.723Z[ host-image] Aug 27 23:19:12.930 INFO O| Aug 27 23:19:12.930 INFO O| Download: 12461/22728 items 109.5/196.4MB 55% complete (1.2M/s)
35192024-08-27T23:19:17.221Z[ recovery-image] Aug 27 23:19:15.428 INFO O| Aug 27 23:19:15.428 INFO O| Download: 8820/15831 items 91.7/173.2MB 52% complete (1.8M/s)
35202024-08-27T23:19:19.734Z[ host-image] Aug 27 23:19:17.941 INFO O| Aug 27 23:19:17.941 INFO O| Download: 13453/22728 items 110.0/196.4MB 56% complete (930k/s)
35212024-08-27T23:19:22.227Z[ recovery-image] Aug 27 23:19:20.432 INFO O| Aug 27 23:19:20.432 INFO O| Download: 9909/15831 items 93.1/173.2MB 53% complete (1.3M/s)
35222024-08-27T23:19:25.070Z[ host-image] Aug 27 23:19:23.276 INFO O| Aug 27 23:19:23.276 INFO O| Download: 14293/22728 items 110.7/196.4MB 56% complete (120k/s)
35232024-08-27T23:19:27.228Z[ recovery-image] Aug 27 23:19:25.433 INFO O| Aug 27 23:19:25.433 INFO O| Download: 10620/15831 items 93.4/173.2MB 53% complete (176k/s)
35242024-08-27T23:19:30.083Z[ host-image] Aug 27 23:19:28.287 INFO O| Aug 27 23:19:28.287 INFO O| Download: 14871/22728 items 117.8/196.4MB 59% complete (793k/s)
35252024-08-27T23:19:33.469Z[ recovery-image] Aug 27 23:19:31.672 INFO O| Aug 27 23:19:31.672 INFO O| Download: 11078/15831 items 99.2/173.2MB 57% complete (521k/s)
35262024-08-27T23:19:35.216Z[ host-image] Aug 27 23:19:33.419 INFO O| Aug 27 23:19:33.419 INFO O| Download: 15735/22728 items 126.0/196.4MB 64% complete (1.5M/s)
35272024-08-27T23:19:39.005Z[ recovery-image] Aug 27 23:19:37.207 INFO O| Aug 27 23:19:37.207 INFO O| Download: 11505/15831 items 111.2/173.2MB 64% complete (1.7M/s)
35282024-08-27T23:19:40.225Z[ host-image] Aug 27 23:19:38.427 INFO O| Aug 27 23:19:38.426 INFO O| Download: 17201/22728 items 144.0/196.4MB 73% complete (2.6M/s)
35292024-08-27T23:19:44.009Z[ recovery-image] Aug 27 23:19:42.209 INFO O| Aug 27 23:19:42.209 INFO O| Download: 12163/15831 items 137.6/173.2MB 79% complete (3.8M/s)
35302024-08-27T23:19:46.687Z[ host-image] Aug 27 23:19:44.887 INFO O| Aug 27 23:19:44.887 INFO O| Download: 17869/22728 items 150.1/196.4MB 76% complete (2.4M/s)
35312024-08-27T23:19:49.011Z[ recovery-image] Aug 27 23:19:47.210 INFO O| Aug 27 23:19:47.210 INFO O| Download: 13499/15831 items 143.6/173.2MB 82% complete (3.2M/s)
35322024-08-27T23:19:51.701Z[ host-image] Aug 27 23:19:49.899 INFO O| Aug 27 23:19:49.899 INFO O| Download: 18402/22728 items 160.8/196.4MB 81% complete (1.4M/s)
35332024-08-27T23:19:54.013Z[ recovery-image] Aug 27 23:19:52.210 INFO O| Aug 27 23:19:52.210 INFO O| Download: 14124/15831 items 145.7/173.2MB 84% complete (839k/s)
35342024-08-27T23:19:56.712Z[ host-image] Aug 27 23:19:54.900 INFO O| Aug 27 23:19:54.899 INFO O| Download: 18944/22728 items 162.7/196.4MB 82% complete (1.2M/s)
35352024-08-27T23:19:59.787Z[ recovery-image] Aug 27 23:19:57.984 INFO O| Aug 27 23:19:57.983 INFO O| Download: 14720/15831 items 150.9/173.2MB 87% complete (746k/s)
35362024-08-27T23:20:01.704Z[ host-image] Aug 27 23:19:59.900 INFO O| Aug 27 23:19:59.900 INFO O| Download: 20044/22728 items 167.5/196.4MB 85% complete (693k/s)
35372024-08-27T23:20:04.925Z[ recovery-image] Aug 27 23:20:03.120 INFO O| Aug 27 23:20:03.120 INFO O| Download: 15249/15831 items 157.9/173.2MB 91% complete (1.1M/s)
35382024-08-27T23:20:06.719Z[ host-image] Aug 27 23:20:04.914 INFO O| Aug 27 23:20:04.914 INFO O| Download: 20812/22728 items 175.1/196.4MB 89% complete (1.2M/s)
35392024-08-27T23:20:10.176Z[ recovery-image] Aug 27 23:20:08.369 INFO O| Aug 27 23:20:08.369 INFO O| Download: 15561/15831 items 166.2/173.2MB 95% complete (1.6M/s)
35402024-08-27T23:20:11.739Z[ host-image] Aug 27 23:20:09.932 INFO O| Aug 27 23:20:09.932 INFO O| Download: 21376/22728 items 177.3/196.4MB 90% complete (1015k/s)
35412024-08-27T23:20:14.459Z[ recovery-image] Aug 27 23:20:12.652 INFO O| Aug 27 23:20:12.651 INFO O| Download: Completed 173.17 MB in 123.86 seconds (1.4M/s)
35422024-08-27T23:20:15.454Z[ recovery-image] Aug 27 23:20:13.646 INFO O| Aug 27 23:20:13.646 INFO O| Actions: 1/24965 actions (Installing new actions)
35432024-08-27T23:20:16.875Z[ host-image] Aug 27 23:20:15.067 INFO O| Aug 27 23:20:15.067 INFO O| Download: 22015/22728 items 189.7/196.4MB 96% complete (1.6M/s)
35442024-08-27T23:20:20.456Z[ recovery-image] Aug 27 23:20:18.647 INFO O| Aug 27 23:20:18.647 INFO O| Actions: 9529/24965 actions (Installing new actions)
35452024-08-27T23:20:21.475Z[ host-image] Aug 27 23:20:19.666 INFO O| Aug 27 23:20:19.666 INFO O| Download: Completed 196.40 MB in 158.48 seconds (1.2M/s)
35462024-08-27T23:20:24.059Z[ host-image] Aug 27 23:20:22.248 INFO O| Aug 27 23:20:22.248 INFO O| Actions: 1/49262 actions (Installing new actions)
35472024-08-27T23:20:25.457Z[ recovery-image] Aug 27 23:20:23.647 INFO O| Aug 27 23:20:23.647 INFO O| Actions: 15374/24965 actions (Installing new actions)
35482024-08-27T23:20:29.059Z[ host-image] Aug 27 23:20:27.249 INFO O| Aug 27 23:20:27.249 INFO O| Actions: 8559/49262 actions (Installing new actions)
35492024-08-27T23:20:31.044Z[ recovery-image] Aug 27 23:20:29.233 INFO O| Aug 27 23:20:29.233 INFO O| Actions: 24412/24965 actions (Installing new actions)
35502024-08-27T23:20:34.061Z[ host-image] Aug 27 23:20:32.249 INFO O| Aug 27 23:20:32.249 INFO O| Actions: 14498/49262 actions (Installing new actions)
35512024-08-27T23:20:35.727Z[ recovery-image] Aug 27 23:20:33.915 INFO O| Aug 27 23:20:33.915 INFO O| Actions: Completed 24965 actions in 20.27 seconds.
35522024-08-27T23:20:36.196Z[ recovery-image] Aug 27 23:20:34.384 INFO O| Aug 27 23:20:34.384 INFO O| Done
35532024-08-27T23:20:36.196Z[ recovery-image] Aug 27 23:20:34.384 INFO O| Aug 27 23:20:34.384 INFO O| Done
35542024-08-27T23:20:37.406Z[ recovery-image] Aug 27 23:20:35.593 INFO O| Aug 27 23:20:35.593 INFO O| Done
35552024-08-27T23:20:39.063Z[ host-image] Aug 27 23:20:37.250 INFO O| Aug 27 23:20:37.249 INFO O| Actions: 20178/49262 actions (Installing new actions)
35562024-08-27T23:20:39.362Z[ recovery-image] Aug 27 23:20:37.548 INFO O| Aug 27 23:20:37.548 INFO O| Done
35572024-08-27T23:20:39.397Z[ recovery-image] Aug 27 23:20:37.584 INFO O| Aug 27 23:20:37.584 INFO O| Done
35582024-08-27T23:20:44.064Z[ host-image] Aug 27 23:20:42.250 INFO O| Aug 27 23:20:42.249 INFO O| Actions: 37203/49262 actions (Installing new actions)
35592024-08-27T23:20:44.574Z[ recovery-image] Aug 27 23:20:42.759 INFO O| Aug 27 23:20:42.759 INFO O| Done
35602024-08-27T23:20:45.344Z[ recovery-image] Aug 27 23:20:43.530 INFO O| Aug 27 23:20:43.529 INFO O| Done
35612024-08-27T23:20:45.642Z[ recovery-image] Aug 27 23:20:43.827 INFO O| Aug 27 23:20:43.827 INFO STEP 11 (pkg_install) COMPLETE
35622024-08-27T23:20:45.642Z[ recovery-image] Aug 27 23:20:43.827 INFO O| Aug 27 23:20:43.827 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35632024-08-27T23:20:45.642Z[ recovery-image] Aug 27 23:20:43.827 INFO O| Aug 27 23:20:43.827 INFO skip step because feature "recovery" is enabled
35642024-08-27T23:20:45.644Z[ recovery-image] Aug 27 23:20:43.827 INFO O| Aug 27 23:20:43.827 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-08-27T23:20:45.645Z[ recovery-image] Aug 27 23:20:43.827 INFO O| Aug 27 23:20:43.827 INFO skip step because feature "omicron1" is not enabled
35662024-08-27T23:20:45.645Z[ recovery-image] Aug 27 23:20:43.827 INFO O| Aug 27 23:20:43.827 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-08-27T23:20:45.664Z[ recovery-image] Aug 27 23:20:43.850 INFO O| Aug 27 23:20:43.850 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
35682024-08-27T23:20:46.753Z[ recovery-image] Aug 27 23:20:44.938 INFO O| Aug 27 23:20:44.937 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35692024-08-27T23:20:49.219Z[ host-image] Aug 27 23:20:47.404 INFO O| Aug 27 23:20:47.404 INFO O| Actions: 48837/49262 actions (Installing new actions)
35702024-08-27T23:20:49.442Z[ recovery-image] Aug 27 23:20:47.626 INFO O| Aug 27 23:20:47.626 INFO O| Planning: Solver setup ... Done
35712024-08-27T23:20:49.448Z[ recovery-image] Aug 27 23:20:47.632 INFO O| Aug 27 23:20:47.632 INFO O| Planning: Running solver ... Done
35722024-08-27T23:20:49.530Z[ recovery-image] Aug 27 23:20:47.714 INFO O| Aug 27 23:20:47.714 INFO O| Planning: Finding local manifests ... Done
35732024-08-27T23:20:49.551Z[ recovery-image] Aug 27 23:20:47.735 INFO O| Aug 27 23:20:47.735 INFO O| Planning: Fetching manifests: 0/1 0% complete
35742024-08-27T23:20:49.772Z[ recovery-image] Aug 27 23:20:47.956 INFO O| Aug 27 23:20:47.956 INFO O| Planning: Fetching manifests: 1/1 100% complete
35752024-08-27T23:20:49.891Z[ recovery-image] Aug 27 23:20:48.075 INFO O| Aug 27 23:20:48.075 INFO O| Planning: Package planning ... Done
35762024-08-27T23:20:49.894Z[ recovery-image] Aug 27 23:20:48.076 INFO O| Aug 27 23:20:48.076 INFO O| Planning: Merging actions ... Done
35772024-08-27T23:20:50.008Z[ recovery-image] Aug 27 23:20:48.192 INFO O| Aug 27 23:20:48.192 INFO O| Planning: Checking for conflicting actions ... Done
35782024-08-27T23:20:50.010Z[ recovery-image] Aug 27 23:20:48.193 INFO O| Aug 27 23:20:48.192 INFO O| Planning: Consolidating action changes ... Done
35792024-08-27T23:20:50.399Z[ recovery-image] Aug 27 23:20:48.583 INFO O| Aug 27 23:20:48.583 INFO O| Planning: Evaluating mediators ... Done
35802024-08-27T23:20:50.403Z[ recovery-image] Aug 27 23:20:48.584 INFO O| Aug 27 23:20:48.584 INFO O| Planning: Planning completed in 3.65 seconds
35812024-08-27T23:20:50.406Z[ recovery-image] Aug 27 23:20:48.587 INFO O| Aug 27 23:20:48.587 INFO O| Packages to install: 1
35822024-08-27T23:20:50.422Z[ recovery-image] Aug 27 23:20:48.607 INFO O| Aug 27 23:20:48.606 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
35832024-08-27T23:20:50.761Z[ host-image] Aug 27 23:20:48.945 INFO O| Aug 27 23:20:48.945 INFO O| Actions: Completed 49262 actions in 26.69 seconds.
35842024-08-27T23:20:51.080Z[ host-image] Aug 27 23:20:49.263 INFO O| Aug 27 23:20:49.263 INFO O| Done
35852024-08-27T23:20:51.080Z[ host-image] Aug 27 23:20:49.264 INFO O| Aug 27 23:20:49.263 INFO O| Done
35862024-08-27T23:20:52.059Z[ host-image] Aug 27 23:20:50.242 INFO O| Aug 27 23:20:50.242 INFO O| Done
35872024-08-27T23:20:52.061Z[ recovery-image] Aug 27 23:20:50.244 INFO O| Aug 27 23:20:50.243 INFO O| Download: Completed 20.80 MB in 1.64 seconds (12.7M/s)
35882024-08-27T23:20:52.166Z[ recovery-image] Aug 27 23:20:50.349 INFO O| Aug 27 23:20:50.349 INFO O| Actions: 1/22 actions (Installing new actions)
35892024-08-27T23:20:53.050Z[ recovery-image] Aug 27 23:20:51.233 INFO O| Aug 27 23:20:51.233 INFO O| Actions: Completed 22 actions in 0.88 seconds.
35902024-08-27T23:20:53.359Z[ recovery-image] Aug 27 23:20:51.542 INFO O| Aug 27 23:20:51.542 INFO O| Done
35912024-08-27T23:20:53.359Z[ recovery-image] Aug 27 23:20:51.542 INFO O| Aug 27 23:20:51.542 INFO O| Done
35922024-08-27T23:20:54.144Z[ recovery-image] Aug 27 23:20:52.327 INFO O| Aug 27 23:20:52.327 INFO O| Done
35932024-08-27T23:20:54.642Z[ host-image] Aug 27 23:20:52.825 INFO O| Aug 27 23:20:52.824 INFO O| Done
35942024-08-27T23:20:54.678Z[ host-image] Aug 27 23:20:52.861 INFO O| Aug 27 23:20:52.861 INFO O| Done
35952024-08-27T23:20:55.715Z[ recovery-image] Aug 27 23:20:53.897 INFO O| Aug 27 23:20:53.897 INFO O| Done
35962024-08-27T23:20:55.735Z[ recovery-image] Aug 27 23:20:53.918 INFO O| Aug 27 23:20:53.918 INFO O| Done
35972024-08-27T23:20:55.738Z[ recovery-image] Aug 27 23:20:53.918 INFO O| Aug 27 23:20:53.918 INFO O| Done
35982024-08-27T23:20:55.753Z[ recovery-image] Aug 27 23:20:53.936 INFO O| Aug 27 23:20:53.936 INFO O| Done
35992024-08-27T23:20:55.888Z[ recovery-image] Aug 27 23:20:54.071 INFO O| Aug 27 23:20:54.071 INFO STEP 14 (pkg_install) COMPLETE
36002024-08-27T23:20:55.888Z[ recovery-image] Aug 27 23:20:54.071 INFO O| Aug 27 23:20:54.071 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36012024-08-27T23:20:55.888Z[ recovery-image] Aug 27 23:20:54.071 INFO O| Aug 27 23:20:54.071 INFO skip step because feature "mfg" is not enabled
36022024-08-27T23:20:55.891Z[ recovery-image] Aug 27 23:20:54.071 INFO O| Aug 27 23:20:54.071 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36032024-08-27T23:20:55.891Z[ recovery-image] Aug 27 23:20:54.071 INFO O| Aug 27 23:20:54.071 INFO skip step because feature "compliance" is not enabled
36042024-08-27T23:20:55.891Z[ recovery-image] Aug 27 23:20:54.071 INFO O| Aug 27 23:20:54.071 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36052024-08-27T23:20:55.891Z[ recovery-image] Aug 27 23:20:54.071 INFO O| Aug 27 23:20:54.071 INFO skip step because feature "stress" is not enabled
36062024-08-27T23:20:55.891Z[ recovery-image] Aug 27 23:20:54.071 INFO O| Aug 27 23:20:54.071 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36072024-08-27T23:20:55.891Z[ recovery-image] Aug 27 23:20:54.071 INFO O| Aug 27 23:20:54.071 INFO skip step because feature "nfs" is not enabled
36082024-08-27T23:20:55.891Z[ recovery-image] Aug 27 23:20:54.071 INFO O| Aug 27 23:20:54.071 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36092024-08-27T23:20:55.891Z[ recovery-image] Aug 27 23:20:54.071 INFO O| Aug 27 23:20:54.071 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36102024-08-27T23:20:56.011Z[ recovery-image] Aug 27 23:20:54.194 INFO O| Aug 27 23:20:54.193 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36112024-08-27T23:20:56.110Z[ recovery-image] Aug 27 23:20:54.293 INFO O| Aug 27 23:20:54.293 INFO completed processing gimlet/ramdisk-01-os
36122024-08-27T23:20:56.113Z[ recovery-image] Aug 27 23:20:54.295 INFO image builder template: ramdisk-02-trim...
36132024-08-27T23:20:56.113Z[ recovery-image] Aug 27 23:20:54.295 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/.tmpudd7zb/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
36142024-08-27T23:20:56.154Z[ recovery-image] Aug 27 23:20:54.336 INFO O| Aug 27 23:20:54.336 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36152024-08-27T23:20:56.159Z[ recovery-image] Aug 27 23:20:54.342 INFO O| Aug 27 23:20:54.342 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36162024-08-27T23:20:56.238Z[ recovery-image] Aug 27 23:20:54.421 INFO O| Aug 27 23:20:54.421 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36172024-08-27T23:20:56.318Z[ recovery-image] Aug 27 23:20:54.500 INFO O| Aug 27 23:20:54.500 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36182024-08-27T23:20:56.318Z[ recovery-image] Aug 27 23:20:54.501 INFO O| Aug 27 23:20:54.501 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36192024-08-27T23:20:56.328Z[ recovery-image] Aug 27 23:20:54.511 INFO O| Aug 27 23:20:54.511 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36202024-08-27T23:20:56.336Z[ recovery-image] Aug 27 23:20:54.518 INFO O| Aug 27 23:20:54.518 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36212024-08-27T23:20:56.344Z[ recovery-image] Aug 27 23:20:54.527 INFO O| Aug 27 23:20:54.527 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36222024-08-27T23:20:56.558Z[ recovery-image] Aug 27 23:20:54.740 INFO O| Aug 27 23:20:54.740 INFO rolled back to input snapshot; work may begin
36232024-08-27T23:20:56.558Z[ recovery-image] Aug 27 23:20:54.740 INFO O| Aug 27 23:20:54.740 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36242024-08-27T23:20:56.564Z[ recovery-image] Aug 27 23:20:54.747 INFO O| Aug 27 23:20:54.747 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36252024-08-27T23:20:56.575Z[ recovery-image] Aug 27 23:20:54.758 INFO O| Aug 27 23:20:54.758 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36262024-08-27T23:20:56.627Z[ recovery-image] Aug 27 23:20:54.810 INFO O| Aug 27 23:20:54.810 INFO STEP 0 (remove_files) COMPLETE
36272024-08-27T23:20:56.627Z[ recovery-image] Aug 27 23:20:54.810 INFO O| Aug 27 23:20:54.810 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36282024-08-27T23:20:56.639Z[ recovery-image] Aug 27 23:20:54.821 INFO O| Aug 27 23:20:54.821 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36292024-08-27T23:20:56.641Z[ recovery-image] Aug 27 23:20:54.823 INFO O| Aug 27 23:20:54.823 INFO STEP 1 (remove_files) COMPLETE
36302024-08-27T23:20:56.641Z[ recovery-image] Aug 27 23:20:54.824 INFO O| Aug 27 23:20:54.823 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36312024-08-27T23:20:56.651Z[ recovery-image] Aug 27 23:20:54.833 INFO O| Aug 27 23:20:54.833 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36322024-08-27T23:20:56.665Z[ recovery-image] Aug 27 23:20:54.848 INFO O| Aug 27 23:20:54.847 INFO STEP 2 (remove_files) COMPLETE
36332024-08-27T23:20:56.668Z[ recovery-image] Aug 27 23:20:54.848 INFO O| Aug 27 23:20:54.847 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36342024-08-27T23:20:56.675Z[ recovery-image] Aug 27 23:20:54.858 INFO O| Aug 27 23:20:54.858 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36352024-08-27T23:20:56.679Z[ recovery-image] Aug 27 23:20:54.861 INFO O| Aug 27 23:20:54.861 INFO STEP 3 (remove_files) COMPLETE
36362024-08-27T23:20:56.679Z[ recovery-image] Aug 27 23:20:54.861 INFO O| Aug 27 23:20:54.861 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36372024-08-27T23:20:56.694Z[ recovery-image] Aug 27 23:20:54.877 INFO O| Aug 27 23:20:54.877 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36382024-08-27T23:20:56.698Z[ recovery-image] Aug 27 23:20:54.881 INFO O| Aug 27 23:20:54.881 INFO STEP 4 (remove_files) COMPLETE
36392024-08-27T23:20:56.701Z[ recovery-image] Aug 27 23:20:54.881 INFO O| Aug 27 23:20:54.881 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36402024-08-27T23:20:56.714Z[ recovery-image] Aug 27 23:20:54.897 INFO O| Aug 27 23:20:54.897 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36412024-08-27T23:20:56.718Z[ recovery-image] Aug 27 23:20:54.897 INFO O| Aug 27 23:20:54.897 INFO STEP 5 (remove_files) COMPLETE
36422024-08-27T23:20:56.718Z[ recovery-image] Aug 27 23:20:54.897 INFO O| Aug 27 23:20:54.897 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36432024-08-27T23:20:56.730Z[ recovery-image] Aug 27 23:20:54.912 INFO O| Aug 27 23:20:54.912 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36442024-08-27T23:20:56.742Z[ recovery-image] Aug 27 23:20:54.925 INFO O| Aug 27 23:20:54.925 INFO STEP 6 (remove_files) COMPLETE
36452024-08-27T23:20:56.742Z[ recovery-image] Aug 27 23:20:54.925 INFO O| Aug 27 23:20:54.925 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36462024-08-27T23:20:56.745Z[ recovery-image] Aug 27 23:20:54.925 INFO O| Aug 27 23:20:54.925 INFO skip step because feature "recovery" is enabled
36472024-08-27T23:20:56.745Z[ recovery-image] Aug 27 23:20:54.925 INFO O| Aug 27 23:20:54.925 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36482024-08-27T23:20:56.745Z[ recovery-image] Aug 27 23:20:54.925 INFO O| Aug 27 23:20:54.925 INFO skip step because feature "recovery" is enabled
36492024-08-27T23:20:56.745Z[ recovery-image] Aug 27 23:20:54.925 INFO O| Aug 27 23:20:54.925 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36502024-08-27T23:20:56.745Z[ recovery-image] Aug 27 23:20:54.925 INFO O| Aug 27 23:20:54.925 INFO skip step because feature "recovery" is enabled
36512024-08-27T23:20:56.745Z[ recovery-image] Aug 27 23:20:54.925 INFO O| Aug 27 23:20:54.925 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36522024-08-27T23:20:56.755Z[ recovery-image] Aug 27 23:20:54.937 INFO O| Aug 27 23:20:54.937 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36532024-08-27T23:20:56.759Z[ recovery-image] Aug 27 23:20:54.941 INFO O| Aug 27 23:20:54.941 INFO STEP 10 (remove_files) COMPLETE
36542024-08-27T23:20:56.762Z[ recovery-image] Aug 27 23:20:54.941 INFO O| Aug 27 23:20:54.941 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36552024-08-27T23:20:56.770Z[ recovery-image] Aug 27 23:20:54.953 INFO O| Aug 27 23:20:54.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36562024-08-27T23:20:56.772Z[ recovery-image] Aug 27 23:20:54.954 INFO O| Aug 27 23:20:54.954 INFO STEP 11 (remove_files) COMPLETE
36572024-08-27T23:20:56.772Z[ recovery-image] Aug 27 23:20:54.954 INFO O| Aug 27 23:20:54.954 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36582024-08-27T23:20:56.782Z[ recovery-image] Aug 27 23:20:54.965 INFO O| Aug 27 23:20:54.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36592024-08-27T23:20:56.784Z[ recovery-image] Aug 27 23:20:54.967 INFO O| Aug 27 23:20:54.967 INFO STEP 12 (remove_files) COMPLETE
36602024-08-27T23:20:56.784Z[ recovery-image] Aug 27 23:20:54.967 INFO O| Aug 27 23:20:54.967 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36612024-08-27T23:20:56.855Z[ recovery-image] Aug 27 23:20:55.037 INFO O| Aug 27 23:20:55.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36622024-08-27T23:20:56.862Z[ recovery-image] Aug 27 23:20:55.044 INFO O| Aug 27 23:20:55.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36632024-08-27T23:20:56.864Z[ recovery-image] Aug 27 23:20:55.046 INFO O| Aug 27 23:20:55.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36642024-08-27T23:20:56.911Z[ recovery-image] Aug 27 23:20:55.093 INFO O| Aug 27 23:20:55.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36652024-08-27T23:20:57.048Z[ recovery-image] Aug 27 23:20:55.230 INFO O| Aug 27 23:20:55.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36662024-08-27T23:20:57.056Z[ recovery-image] Aug 27 23:20:55.238 INFO O| Aug 27 23:20:55.238 INFO STEP 13 (remove_files) COMPLETE
36672024-08-27T23:20:57.056Z[ recovery-image] Aug 27 23:20:55.238 INFO O| Aug 27 23:20:55.238 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36682024-08-27T23:20:57.073Z[ recovery-image] Aug 27 23:20:55.255 INFO O| Aug 27 23:20:55.255 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36692024-08-27T23:20:57.075Z[ recovery-image] Aug 27 23:20:55.257 INFO O| Aug 27 23:20:55.257 INFO STEP 14 (remove_files) COMPLETE
36702024-08-27T23:20:57.075Z[ recovery-image] Aug 27 23:20:55.257 INFO O| Aug 27 23:20:55.257 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36712024-08-27T23:20:57.091Z[ recovery-image] Aug 27 23:20:55.273 INFO O| Aug 27 23:20:55.273 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36722024-08-27T23:20:57.112Z[ recovery-image] Aug 27 23:20:55.283 INFO O| Aug 27 23:20:55.283 INFO STEP 15 (remove_files) COMPLETE
36732024-08-27T23:20:57.112Z[ recovery-image] Aug 27 23:20:55.283 INFO O| Aug 27 23:20:55.283 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36742024-08-27T23:20:57.118Z[ recovery-image] Aug 27 23:20:55.300 INFO O| Aug 27 23:20:55.300 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36752024-08-27T23:20:57.121Z[ recovery-image] Aug 27 23:20:55.301 INFO O| Aug 27 23:20:55.301 INFO STEP 16 (remove_files) COMPLETE
36762024-08-27T23:20:57.121Z[ recovery-image] Aug 27 23:20:55.301 INFO O| Aug 27 23:20:55.301 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36772024-08-27T23:20:57.131Z[ recovery-image] Aug 27 23:20:55.313 INFO O| Aug 27 23:20:55.313 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36782024-08-27T23:20:57.133Z[ recovery-image] Aug 27 23:20:55.315 INFO O| Aug 27 23:20:55.315 INFO STEP 17 (remove_files) COMPLETE
36792024-08-27T23:20:57.133Z[ recovery-image] Aug 27 23:20:55.315 INFO O| Aug 27 23:20:55.315 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36802024-08-27T23:20:57.147Z[ recovery-image] Aug 27 23:20:55.327 INFO O| Aug 27 23:20:55.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36812024-08-27T23:20:57.147Z[ recovery-image] Aug 27 23:20:55.327 INFO O| Aug 27 23:20:55.327 INFO STEP 18 (remove_files) COMPLETE
36822024-08-27T23:20:57.147Z[ recovery-image] Aug 27 23:20:55.327 INFO O| Aug 27 23:20:55.327 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36832024-08-27T23:20:57.157Z[ recovery-image] Aug 27 23:20:55.339 INFO O| Aug 27 23:20:55.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36842024-08-27T23:20:57.157Z[ recovery-image] Aug 27 23:20:55.339 INFO O| Aug 27 23:20:55.339 INFO STEP 19 (remove_files) COMPLETE
36852024-08-27T23:20:57.157Z[ recovery-image] Aug 27 23:20:55.339 INFO O| Aug 27 23:20:55.339 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36862024-08-27T23:20:57.168Z[ recovery-image] Aug 27 23:20:55.350 INFO O| Aug 27 23:20:55.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36872024-08-27T23:20:57.168Z[ recovery-image] Aug 27 23:20:55.351 INFO O| Aug 27 23:20:55.351 INFO STEP 20 (remove_files) COMPLETE
36882024-08-27T23:20:57.168Z[ recovery-image] Aug 27 23:20:55.351 INFO O| Aug 27 23:20:55.351 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36892024-08-27T23:20:57.181Z[ recovery-image] Aug 27 23:20:55.363 INFO O| Aug 27 23:20:55.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36902024-08-27T23:20:57.181Z[ recovery-image] Aug 27 23:20:55.363 INFO O| Aug 27 23:20:55.363 INFO STEP 21 (remove_files) COMPLETE
36912024-08-27T23:20:57.181Z[ recovery-image] Aug 27 23:20:55.363 INFO O| Aug 27 23:20:55.363 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36922024-08-27T23:20:57.194Z[ recovery-image] Aug 27 23:20:55.377 INFO O| Aug 27 23:20:55.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36932024-08-27T23:20:57.194Z[ recovery-image] Aug 27 23:20:55.377 INFO O| Aug 27 23:20:55.377 INFO STEP 22 (remove_files) COMPLETE
36942024-08-27T23:20:57.194Z[ recovery-image] Aug 27 23:20:55.377 INFO O| Aug 27 23:20:55.377 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36952024-08-27T23:20:57.208Z[ recovery-image] Aug 27 23:20:55.390 INFO O| Aug 27 23:20:55.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36962024-08-27T23:20:57.208Z[ recovery-image] Aug 27 23:20:55.390 INFO O| Aug 27 23:20:55.390 INFO STEP 23 (remove_files) COMPLETE
36972024-08-27T23:20:57.210Z[ recovery-image] Aug 27 23:20:55.390 INFO O| Aug 27 23:20:55.390 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36982024-08-27T23:20:57.221Z[ recovery-image] Aug 27 23:20:55.403 INFO O| Aug 27 23:20:55.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36992024-08-27T23:20:57.221Z[ recovery-image] Aug 27 23:20:55.403 INFO O| Aug 27 23:20:55.403 INFO STEP 24 (remove_files) COMPLETE
37002024-08-27T23:20:57.221Z[ recovery-image] Aug 27 23:20:55.404 INFO O| Aug 27 23:20:55.403 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37012024-08-27T23:20:57.235Z[ recovery-image] Aug 27 23:20:55.417 INFO O| Aug 27 23:20:55.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37022024-08-27T23:20:57.235Z[ recovery-image] Aug 27 23:20:55.417 INFO O| Aug 27 23:20:55.417 INFO STEP 25 (remove_files) COMPLETE
37032024-08-27T23:20:57.235Z[ recovery-image] Aug 27 23:20:55.417 INFO O| Aug 27 23:20:55.417 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37042024-08-27T23:20:57.249Z[ recovery-image] Aug 27 23:20:55.431 INFO O| Aug 27 23:20:55.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37052024-08-27T23:20:57.249Z[ recovery-image] Aug 27 23:20:55.431 INFO O| Aug 27 23:20:55.431 INFO STEP 26 (remove_files) COMPLETE
37062024-08-27T23:20:57.249Z[ recovery-image] Aug 27 23:20:55.431 INFO O| Aug 27 23:20:55.431 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37072024-08-27T23:20:57.263Z[ recovery-image] Aug 27 23:20:55.445 INFO O| Aug 27 23:20:55.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37082024-08-27T23:20:57.263Z[ recovery-image] Aug 27 23:20:55.445 INFO O| Aug 27 23:20:55.445 INFO STEP 27 (remove_files) COMPLETE
37092024-08-27T23:20:57.265Z[ recovery-image] Aug 27 23:20:55.445 INFO O| Aug 27 23:20:55.445 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37102024-08-27T23:20:57.277Z[ recovery-image] Aug 27 23:20:55.459 INFO O| Aug 27 23:20:55.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37112024-08-27T23:20:57.277Z[ recovery-image] Aug 27 23:20:55.459 INFO O| Aug 27 23:20:55.459 INFO STEP 28 (remove_files) COMPLETE
37122024-08-27T23:20:57.277Z[ recovery-image] Aug 27 23:20:55.459 INFO O| Aug 27 23:20:55.459 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37132024-08-27T23:20:57.293Z[ recovery-image] Aug 27 23:20:55.474 INFO O| Aug 27 23:20:55.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37142024-08-27T23:20:57.293Z[ recovery-image] Aug 27 23:20:55.474 INFO O| Aug 27 23:20:55.474 INFO STEP 29 (remove_files) COMPLETE
37152024-08-27T23:20:57.296Z[ recovery-image] Aug 27 23:20:55.474 INFO O| Aug 27 23:20:55.474 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37162024-08-27T23:20:57.306Z[ recovery-image] Aug 27 23:20:55.489 INFO O| Aug 27 23:20:55.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37172024-08-27T23:20:57.306Z[ recovery-image] Aug 27 23:20:55.489 INFO O| Aug 27 23:20:55.489 INFO STEP 30 (remove_files) COMPLETE
37182024-08-27T23:20:57.309Z[ recovery-image] Aug 27 23:20:55.489 INFO O| Aug 27 23:20:55.489 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37192024-08-27T23:20:57.321Z[ recovery-image] Aug 27 23:20:55.503 INFO O| Aug 27 23:20:55.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37202024-08-27T23:20:57.321Z[ recovery-image] Aug 27 23:20:55.503 INFO O| Aug 27 23:20:55.503 INFO STEP 31 (remove_files) COMPLETE
37212024-08-27T23:20:57.321Z[ recovery-image] Aug 27 23:20:55.503 INFO O| Aug 27 23:20:55.503 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37222024-08-27T23:20:57.334Z[ recovery-image] Aug 27 23:20:55.517 INFO O| Aug 27 23:20:55.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37232024-08-27T23:20:57.334Z[ recovery-image] Aug 27 23:20:55.517 INFO O| Aug 27 23:20:55.517 INFO STEP 32 (remove_files) COMPLETE
37242024-08-27T23:20:57.338Z[ recovery-image] Aug 27 23:20:55.517 INFO O| Aug 27 23:20:55.517 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37252024-08-27T23:20:57.348Z[ recovery-image] Aug 27 23:20:55.530 INFO O| Aug 27 23:20:55.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37262024-08-27T23:20:57.348Z[ recovery-image] Aug 27 23:20:55.530 INFO O| Aug 27 23:20:55.530 INFO STEP 33 (remove_files) COMPLETE
37272024-08-27T23:20:57.348Z[ recovery-image] Aug 27 23:20:55.530 INFO O| Aug 27 23:20:55.530 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37282024-08-27T23:20:57.360Z[ recovery-image] Aug 27 23:20:55.542 INFO O| Aug 27 23:20:55.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37292024-08-27T23:20:57.360Z[ recovery-image] Aug 27 23:20:55.542 INFO O| Aug 27 23:20:55.542 INFO STEP 34 (remove_files) COMPLETE
37302024-08-27T23:20:57.363Z[ recovery-image] Aug 27 23:20:55.542 INFO O| Aug 27 23:20:55.542 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37312024-08-27T23:20:57.374Z[ recovery-image] Aug 27 23:20:55.555 INFO O| Aug 27 23:20:55.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37322024-08-27T23:20:57.374Z[ recovery-image] Aug 27 23:20:55.555 INFO O| Aug 27 23:20:55.555 INFO STEP 35 (remove_files) COMPLETE
37332024-08-27T23:20:57.377Z[ recovery-image] Aug 27 23:20:55.555 INFO O| Aug 27 23:20:55.555 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37342024-08-27T23:20:57.386Z[ recovery-image] Aug 27 23:20:55.568 INFO O| Aug 27 23:20:55.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37352024-08-27T23:20:57.386Z[ recovery-image] Aug 27 23:20:55.569 INFO O| Aug 27 23:20:55.568 INFO STEP 36 (remove_files) COMPLETE
37362024-08-27T23:20:57.388Z[ recovery-image] Aug 27 23:20:55.569 INFO O| Aug 27 23:20:55.569 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37372024-08-27T23:20:57.399Z[ recovery-image] Aug 27 23:20:55.581 INFO O| Aug 27 23:20:55.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37382024-08-27T23:20:57.399Z[ recovery-image] Aug 27 23:20:55.581 INFO O| Aug 27 23:20:55.581 INFO STEP 37 (remove_files) COMPLETE
37392024-08-27T23:20:57.402Z[ recovery-image] Aug 27 23:20:55.581 INFO O| Aug 27 23:20:55.581 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37402024-08-27T23:20:57.411Z[ recovery-image] Aug 27 23:20:55.594 INFO O| Aug 27 23:20:55.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37412024-08-27T23:20:57.411Z[ recovery-image] Aug 27 23:20:55.594 INFO O| Aug 27 23:20:55.594 INFO STEP 38 (remove_files) COMPLETE
37422024-08-27T23:20:57.413Z[ recovery-image] Aug 27 23:20:55.594 INFO O| Aug 27 23:20:55.594 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37432024-08-27T23:20:57.424Z[ recovery-image] Aug 27 23:20:55.606 INFO O| Aug 27 23:20:55.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37442024-08-27T23:20:57.424Z[ recovery-image] Aug 27 23:20:55.606 INFO O| Aug 27 23:20:55.606 INFO STEP 39 (remove_files) COMPLETE
37452024-08-27T23:20:57.426Z[ recovery-image] Aug 27 23:20:55.606 INFO O| Aug 27 23:20:55.606 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37462024-08-27T23:20:57.436Z[ recovery-image] Aug 27 23:20:55.619 INFO O| Aug 27 23:20:55.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37472024-08-27T23:20:57.436Z[ recovery-image] Aug 27 23:20:55.619 INFO O| Aug 27 23:20:55.619 INFO STEP 40 (remove_files) COMPLETE
37482024-08-27T23:20:57.436Z[ recovery-image] Aug 27 23:20:55.619 INFO O| Aug 27 23:20:55.619 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37492024-08-27T23:20:57.449Z[ recovery-image] Aug 27 23:20:55.631 INFO O| Aug 27 23:20:55.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37502024-08-27T23:20:57.449Z[ recovery-image] Aug 27 23:20:55.631 INFO O| Aug 27 23:20:55.631 INFO STEP 41 (remove_files) COMPLETE
37512024-08-27T23:20:57.449Z[ recovery-image] Aug 27 23:20:55.631 INFO O| Aug 27 23:20:55.631 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37522024-08-27T23:20:57.461Z[ recovery-image] Aug 27 23:20:55.644 INFO O| Aug 27 23:20:55.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37532024-08-27T23:20:57.461Z[ recovery-image] Aug 27 23:20:55.644 INFO O| Aug 27 23:20:55.644 INFO STEP 42 (remove_files) COMPLETE
37542024-08-27T23:20:57.464Z[ recovery-image] Aug 27 23:20:55.644 INFO O| Aug 27 23:20:55.644 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37552024-08-27T23:20:57.474Z[ recovery-image] Aug 27 23:20:55.656 INFO O| Aug 27 23:20:55.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37562024-08-27T23:20:57.474Z[ recovery-image] Aug 27 23:20:55.656 INFO O| Aug 27 23:20:55.656 INFO STEP 43 (remove_files) COMPLETE
37572024-08-27T23:20:57.474Z[ recovery-image] Aug 27 23:20:55.656 INFO O| Aug 27 23:20:55.656 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37582024-08-27T23:20:57.487Z[ recovery-image] Aug 27 23:20:55.669 INFO O| Aug 27 23:20:55.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37592024-08-27T23:20:57.487Z[ recovery-image] Aug 27 23:20:55.669 INFO O| Aug 27 23:20:55.669 INFO STEP 44 (remove_files) COMPLETE
37602024-08-27T23:20:57.487Z[ recovery-image] Aug 27 23:20:55.669 INFO O| Aug 27 23:20:55.669 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37612024-08-27T23:20:57.499Z[ recovery-image] Aug 27 23:20:55.682 INFO O| Aug 27 23:20:55.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37622024-08-27T23:20:57.499Z[ recovery-image] Aug 27 23:20:55.682 INFO O| Aug 27 23:20:55.682 INFO STEP 45 (remove_files) COMPLETE
37632024-08-27T23:20:57.499Z[ recovery-image] Aug 27 23:20:55.682 INFO O| Aug 27 23:20:55.682 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37642024-08-27T23:20:57.512Z[ recovery-image] Aug 27 23:20:55.694 INFO O| Aug 27 23:20:55.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37652024-08-27T23:20:57.512Z[ recovery-image] Aug 27 23:20:55.694 INFO O| Aug 27 23:20:55.694 INFO STEP 46 (remove_files) COMPLETE
37662024-08-27T23:20:57.512Z[ recovery-image] Aug 27 23:20:55.694 INFO O| Aug 27 23:20:55.694 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37672024-08-27T23:20:57.524Z[ recovery-image] Aug 27 23:20:55.707 INFO O| Aug 27 23:20:55.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37682024-08-27T23:20:57.524Z[ recovery-image] Aug 27 23:20:55.707 INFO O| Aug 27 23:20:55.707 INFO STEP 47 (remove_files) COMPLETE
37692024-08-27T23:20:57.527Z[ recovery-image] Aug 27 23:20:55.707 INFO O| Aug 27 23:20:55.707 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37702024-08-27T23:20:57.537Z[ recovery-image] Aug 27 23:20:55.719 INFO O| Aug 27 23:20:55.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37712024-08-27T23:20:57.537Z[ recovery-image] Aug 27 23:20:55.719 INFO O| Aug 27 23:20:55.719 INFO STEP 48 (remove_files) COMPLETE
37722024-08-27T23:20:57.540Z[ recovery-image] Aug 27 23:20:55.719 INFO O| Aug 27 23:20:55.719 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37732024-08-27T23:20:57.549Z[ recovery-image] Aug 27 23:20:55.732 INFO O| Aug 27 23:20:55.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37742024-08-27T23:20:57.549Z[ recovery-image] Aug 27 23:20:55.732 INFO O| Aug 27 23:20:55.732 INFO STEP 49 (remove_files) COMPLETE
37752024-08-27T23:20:57.553Z[ recovery-image] Aug 27 23:20:55.732 INFO O| Aug 27 23:20:55.732 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37762024-08-27T23:20:57.562Z[ recovery-image] Aug 27 23:20:55.744 INFO O| Aug 27 23:20:55.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37772024-08-27T23:20:57.562Z[ recovery-image] Aug 27 23:20:55.745 INFO O| Aug 27 23:20:55.744 INFO STEP 50 (remove_files) COMPLETE
37782024-08-27T23:20:57.565Z[ recovery-image] Aug 27 23:20:55.745 INFO O| Aug 27 23:20:55.744 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-08-27T23:20:57.575Z[ recovery-image] Aug 27 23:20:55.757 INFO O| Aug 27 23:20:55.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37802024-08-27T23:20:57.575Z[ recovery-image] Aug 27 23:20:55.757 INFO O| Aug 27 23:20:55.757 INFO STEP 51 (remove_files) COMPLETE
37812024-08-27T23:20:57.575Z[ recovery-image] Aug 27 23:20:55.757 INFO O| Aug 27 23:20:55.757 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-08-27T23:20:57.587Z[ recovery-image] Aug 27 23:20:55.770 INFO O| Aug 27 23:20:55.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37832024-08-27T23:20:57.587Z[ recovery-image] Aug 27 23:20:55.770 INFO O| Aug 27 23:20:55.770 INFO STEP 52 (remove_files) COMPLETE
37842024-08-27T23:20:57.587Z[ recovery-image] Aug 27 23:20:55.770 INFO O| Aug 27 23:20:55.770 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37852024-08-27T23:20:57.599Z[ recovery-image] Aug 27 23:20:55.781 INFO O| Aug 27 23:20:55.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37862024-08-27T23:20:57.601Z[ recovery-image] Aug 27 23:20:55.781 INFO O| Aug 27 23:20:55.781 INFO STEP 53 (remove_files) COMPLETE
37872024-08-27T23:20:57.601Z[ recovery-image] Aug 27 23:20:55.781 INFO O| Aug 27 23:20:55.781 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37882024-08-27T23:20:57.610Z[ recovery-image] Aug 27 23:20:55.792 INFO O| Aug 27 23:20:55.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37892024-08-27T23:20:57.610Z[ recovery-image] Aug 27 23:20:55.792 INFO O| Aug 27 23:20:55.792 INFO STEP 54 (remove_files) COMPLETE
37902024-08-27T23:20:57.612Z[ recovery-image] Aug 27 23:20:55.792 INFO O| Aug 27 23:20:55.792 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37912024-08-27T23:20:57.621Z[ recovery-image] Aug 27 23:20:55.803 INFO O| Aug 27 23:20:55.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37922024-08-27T23:20:57.621Z[ recovery-image] Aug 27 23:20:55.803 INFO O| Aug 27 23:20:55.803 INFO STEP 55 (remove_files) COMPLETE
37932024-08-27T23:20:57.624Z[ recovery-image] Aug 27 23:20:55.803 INFO O| Aug 27 23:20:55.803 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37942024-08-27T23:20:57.633Z[ recovery-image] Aug 27 23:20:55.816 INFO O| Aug 27 23:20:55.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37952024-08-27T23:20:57.634Z[ recovery-image] Aug 27 23:20:55.816 INFO O| Aug 27 23:20:55.816 INFO STEP 56 (remove_files) COMPLETE
37962024-08-27T23:20:57.634Z[ recovery-image] Aug 27 23:20:55.816 INFO O| Aug 27 23:20:55.816 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37972024-08-27T23:20:57.644Z[ recovery-image] Aug 27 23:20:55.826 INFO O| Aug 27 23:20:55.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37982024-08-27T23:20:57.644Z[ recovery-image] Aug 27 23:20:55.826 INFO O| Aug 27 23:20:55.826 INFO STEP 57 (remove_files) COMPLETE
37992024-08-27T23:20:57.644Z[ recovery-image] Aug 27 23:20:55.826 INFO O| Aug 27 23:20:55.826 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38002024-08-27T23:20:57.659Z[ recovery-image] Aug 27 23:20:55.841 INFO O| Aug 27 23:20:55.841 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38012024-08-27T23:20:57.659Z[ recovery-image] Aug 27 23:20:55.841 INFO O| Aug 27 23:20:55.841 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38022024-08-27T23:20:57.662Z[ recovery-image] Aug 27 23:20:55.841 INFO O| Aug 27 23:20:55.841 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38032024-08-27T23:20:57.662Z[ recovery-image] Aug 27 23:20:55.841 INFO O| Aug 27 23:20:55.841 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38042024-08-27T23:20:57.662Z[ recovery-image] Aug 27 23:20:55.841 INFO O| Aug 27 23:20:55.841 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38052024-08-27T23:20:57.662Z[ recovery-image] Aug 27 23:20:55.842 INFO O| Aug 27 23:20:55.841 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38062024-08-27T23:20:57.662Z[ recovery-image] Aug 27 23:20:55.842 INFO O| Aug 27 23:20:55.842 INFO ok!
38072024-08-27T23:20:57.662Z[ recovery-image] Aug 27 23:20:55.842 INFO O| Aug 27 23:20:55.842 INFO STEP 58 (ensure_file) COMPLETE
38082024-08-27T23:20:57.662Z[ recovery-image] Aug 27 23:20:55.842 INFO O| Aug 27 23:20:55.842 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38092024-08-27T23:20:57.672Z[ recovery-image] Aug 27 23:20:55.854 INFO O| Aug 27 23:20:55.854 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38102024-08-27T23:20:57.672Z[ recovery-image] Aug 27 23:20:55.854 INFO O| Aug 27 23:20:55.854 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38112024-08-27T23:20:57.675Z[ recovery-image] Aug 27 23:20:55.854 INFO O| Aug 27 23:20:55.854 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38122024-08-27T23:20:57.675Z[ recovery-image] Aug 27 23:20:55.854 INFO O| Aug 27 23:20:55.854 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38132024-08-27T23:20:57.675Z[ recovery-image] Aug 27 23:20:55.854 INFO O| Aug 27 23:20:55.854 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38142024-08-27T23:20:57.675Z[ recovery-image] Aug 27 23:20:55.854 INFO O| Aug 27 23:20:55.854 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38152024-08-27T23:20:57.675Z[ recovery-image] Aug 27 23:20:55.854 INFO O| Aug 27 23:20:55.854 INFO ok!
38162024-08-27T23:20:57.675Z[ recovery-image] Aug 27 23:20:55.854 INFO O| Aug 27 23:20:55.854 INFO STEP 59 (ensure_file) COMPLETE
38172024-08-27T23:20:57.675Z[ recovery-image] Aug 27 23:20:55.854 INFO O| Aug 27 23:20:55.854 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38182024-08-27T23:20:57.685Z[ recovery-image] Aug 27 23:20:55.867 INFO O| Aug 27 23:20:55.867 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38192024-08-27T23:20:57.685Z[ recovery-image] Aug 27 23:20:55.867 INFO O| Aug 27 23:20:55.867 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38202024-08-27T23:20:57.687Z[ recovery-image] Aug 27 23:20:55.867 INFO O| Aug 27 23:20:55.867 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38212024-08-27T23:20:57.687Z[ recovery-image] Aug 27 23:20:55.867 INFO O| Aug 27 23:20:55.867 INFO ok!
38222024-08-27T23:20:57.687Z[ recovery-image] Aug 27 23:20:55.867 INFO O| Aug 27 23:20:55.867 INFO STEP 60 (ensure_file) COMPLETE
38232024-08-27T23:20:57.687Z[ recovery-image] Aug 27 23:20:55.867 INFO O| Aug 27 23:20:55.867 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38242024-08-27T23:20:57.698Z[ recovery-image] Aug 27 23:20:55.880 INFO O| Aug 27 23:20:55.880 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38252024-08-27T23:20:57.698Z[ recovery-image] Aug 27 23:20:55.880 INFO O| Aug 27 23:20:55.880 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38262024-08-27T23:20:57.701Z[ recovery-image] Aug 27 23:20:55.881 INFO O| Aug 27 23:20:55.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38272024-08-27T23:20:57.701Z[ recovery-image] Aug 27 23:20:55.881 INFO O| Aug 27 23:20:55.881 INFO ok!
38282024-08-27T23:20:57.701Z[ recovery-image] Aug 27 23:20:55.881 INFO O| Aug 27 23:20:55.881 INFO STEP 61 (ensure_file) COMPLETE
38292024-08-27T23:20:57.701Z[ recovery-image] Aug 27 23:20:55.881 INFO O| Aug 27 23:20:55.881 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38302024-08-27T23:20:57.711Z[ recovery-image] Aug 27 23:20:55.894 INFO O| Aug 27 23:20:55.894 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38312024-08-27T23:20:57.711Z[ recovery-image] Aug 27 23:20:55.894 INFO O| Aug 27 23:20:55.894 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38322024-08-27T23:20:57.714Z[ recovery-image] Aug 27 23:20:55.894 INFO O| Aug 27 23:20:55.894 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38332024-08-27T23:20:57.714Z[ recovery-image] Aug 27 23:20:55.894 INFO O| Aug 27 23:20:55.894 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38342024-08-27T23:20:57.714Z[ recovery-image] Aug 27 23:20:55.894 INFO O| Aug 27 23:20:55.894 INFO ok!
38352024-08-27T23:20:57.714Z[ recovery-image] Aug 27 23:20:55.894 INFO O| Aug 27 23:20:55.894 INFO STEP 62 (ensure_file) COMPLETE
38362024-08-27T23:20:57.714Z[ recovery-image] Aug 27 23:20:55.894 INFO O| Aug 27 23:20:55.894 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38372024-08-27T23:20:57.723Z[ recovery-image] Aug 27 23:20:55.905 INFO O| Aug 27 23:20:55.905 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38382024-08-27T23:20:57.723Z[ recovery-image] Aug 27 23:20:55.905 INFO O| Aug 27 23:20:55.905 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38392024-08-27T23:20:57.726Z[ recovery-image] Aug 27 23:20:55.905 INFO O| Aug 27 23:20:55.905 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38402024-08-27T23:20:57.726Z[ recovery-image] Aug 27 23:20:55.906 INFO O| Aug 27 23:20:55.905 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38412024-08-27T23:20:57.726Z[ recovery-image] Aug 27 23:20:55.906 INFO O| Aug 27 23:20:55.905 INFO ok!
38422024-08-27T23:20:57.726Z[ recovery-image] Aug 27 23:20:55.906 INFO O| Aug 27 23:20:55.906 INFO STEP 63 (ensure_file) COMPLETE
38432024-08-27T23:20:57.726Z[ recovery-image] Aug 27 23:20:55.906 INFO O| Aug 27 23:20:55.906 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38442024-08-27T23:20:57.734Z[ recovery-image] Aug 27 23:20:55.917 INFO O| Aug 27 23:20:55.916 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38452024-08-27T23:20:57.734Z[ recovery-image] Aug 27 23:20:55.917 INFO O| Aug 27 23:20:55.916 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38462024-08-27T23:20:57.737Z[ recovery-image] Aug 27 23:20:55.917 INFO O| Aug 27 23:20:55.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38472024-08-27T23:20:57.737Z[ recovery-image] Aug 27 23:20:55.917 INFO O| Aug 27 23:20:55.917 INFO ok!
38482024-08-27T23:20:57.737Z[ recovery-image] Aug 27 23:20:55.917 INFO O| Aug 27 23:20:55.917 INFO STEP 64 (assemble_files) COMPLETE
38492024-08-27T23:20:57.737Z[ recovery-image] Aug 27 23:20:55.917 INFO O| Aug 27 23:20:55.917 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38502024-08-27T23:20:57.748Z[ recovery-image] Aug 27 23:20:55.930 INFO O| Aug 27 23:20:55.930 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38512024-08-27T23:20:57.748Z[ recovery-image] Aug 27 23:20:55.930 INFO O| Aug 27 23:20:55.930 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38522024-08-27T23:20:57.751Z[ recovery-image] Aug 27 23:20:55.931 INFO O| Aug 27 23:20:55.931 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38532024-08-27T23:20:57.751Z[ recovery-image] Aug 27 23:20:55.931 INFO O| Aug 27 23:20:55.931 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38542024-08-27T23:20:57.751Z[ recovery-image] Aug 27 23:20:55.931 INFO O| Aug 27 23:20:55.931 INFO ok!
38552024-08-27T23:20:57.751Z[ recovery-image] Aug 27 23:20:55.931 INFO O| Aug 27 23:20:55.931 INFO STEP 65 (ensure_file) COMPLETE
38562024-08-27T23:20:57.751Z[ recovery-image] Aug 27 23:20:55.931 INFO O| Aug 27 23:20:55.931 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-08-27T23:20:57.751Z[ recovery-image] Aug 27 23:20:55.931 INFO O| Aug 27 23:20:55.931 INFO skip step because feature "omicron1" is not enabled
38582024-08-27T23:20:57.751Z[ recovery-image] Aug 27 23:20:55.931 INFO O| Aug 27 23:20:55.931 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38592024-08-27T23:20:57.751Z[ recovery-image] Aug 27 23:20:55.931 INFO O| Aug 27 23:20:55.931 INFO skip step because feature "omicron1" is not enabled
38602024-08-27T23:20:57.751Z[ recovery-image] Aug 27 23:20:55.931 INFO O| Aug 27 23:20:55.931 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-08-27T23:20:57.751Z[ recovery-image] Aug 27 23:20:55.931 INFO O| Aug 27 23:20:55.931 INFO skip step because feature "omicron1" is not enabled
38622024-08-27T23:20:57.751Z[ recovery-image] Aug 27 23:20:55.931 INFO O| Aug 27 23:20:55.931 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-08-27T23:20:57.767Z[ recovery-image] Aug 27 23:20:55.950 INFO O| Aug 27 23:20:55.950 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38642024-08-27T23:20:57.767Z[ recovery-image] Aug 27 23:20:55.950 INFO O| Aug 27 23:20:55.950 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38652024-08-27T23:20:58.880Z[ host-image] Aug 27 23:20:57.062 INFO O| Aug 27 23:20:57.062 INFO O| Done
38662024-08-27T23:20:59.488Z[ host-image] Aug 27 23:20:57.670 INFO O| Aug 27 23:20:57.670 INFO O| Done
38672024-08-27T23:20:59.514Z[ recovery-image] Aug 27 23:20:57.696 INFO O| Aug 27 23:20:57.696 INFO STEP 69 (pack_tar) COMPLETE
38682024-08-27T23:20:59.514Z[ recovery-image] Aug 27 23:20:57.696 INFO O| Aug 27 23:20:57.696 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38692024-08-27T23:20:59.516Z[ recovery-image] Aug 27 23:20:57.696 INFO O| Aug 27 23:20:57.696 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38702024-08-27T23:20:59.818Z[ recovery-image] Aug 27 23:20:57.999 INFO O| Aug 27 23:20:57.999 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38712024-08-27T23:20:59.837Z[ host-image] Aug 27 23:20:58.018 INFO O| Aug 27 23:20:58.018 INFO STEP 11 (pkg_install) COMPLETE
38722024-08-27T23:20:59.837Z[ host-image] Aug 27 23:20:58.019 INFO O| Aug 27 23:20:58.018 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38732024-08-27T23:20:59.850Z[ host-image] Aug 27 23:20:58.032 INFO O| Aug 27 23:20:58.032 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
38742024-08-27T23:20:59.874Z[ recovery-image] Aug 27 23:20:58.056 INFO O| Aug 27 23:20:58.056 INFO completed processing gimlet/ramdisk-02-trim
38752024-08-27T23:20:59.877Z[ recovery-image] Aug 27 23:20:58.058 INFO image builder template: ramdisk-03-recovery-trim...
38762024-08-27T23:20:59.877Z[ recovery-image] Aug 27 23:20:58.058 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/.tmpudd7zb/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
38772024-08-27T23:20:59.986Z[ recovery-image] Aug 27 23:20:58.168 INFO O| Aug 27 23:20:58.168 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38782024-08-27T23:20:59.992Z[ recovery-image] Aug 27 23:20:58.173 INFO O| Aug 27 23:20:58.173 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38792024-08-27T23:21:00.039Z[ recovery-image] Aug 27 23:20:58.220 INFO O| Aug 27 23:20:58.220 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38802024-08-27T23:21:00.100Z[ recovery-image] Aug 27 23:20:58.282 INFO O| Aug 27 23:20:58.282 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38812024-08-27T23:21:00.100Z[ recovery-image] Aug 27 23:20:58.282 INFO O| Aug 27 23:20:58.282 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38822024-08-27T23:21:00.110Z[ recovery-image] Aug 27 23:20:58.291 INFO O| Aug 27 23:20:58.291 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38832024-08-27T23:21:00.114Z[ recovery-image] Aug 27 23:20:58.296 INFO O| Aug 27 23:20:58.296 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38842024-08-27T23:21:00.119Z[ recovery-image] Aug 27 23:20:58.301 INFO O| Aug 27 23:20:58.301 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38852024-08-27T23:21:00.353Z[ recovery-image] Aug 27 23:20:58.535 INFO O| Aug 27 23:20:58.535 INFO rolled back to input snapshot; work may begin
38862024-08-27T23:21:00.353Z[ recovery-image] Aug 27 23:20:58.535 INFO O| Aug 27 23:20:58.535 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38872024-08-27T23:21:00.359Z[ recovery-image] Aug 27 23:20:58.541 INFO O| Aug 27 23:20:58.541 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38882024-08-27T23:21:00.370Z[ recovery-image] Aug 27 23:20:58.552 INFO O| Aug 27 23:20:58.551 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38892024-08-27T23:21:00.373Z[ recovery-image] Aug 27 23:20:58.555 INFO O| Aug 27 23:20:58.555 INFO STEP 0 (remove_files) COMPLETE
38902024-08-27T23:21:00.375Z[ recovery-image] Aug 27 23:20:58.555 INFO O| Aug 27 23:20:58.555 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38912024-08-27T23:21:00.384Z[ recovery-image] Aug 27 23:20:58.566 INFO O| Aug 27 23:20:58.566 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38922024-08-27T23:21:00.458Z[ recovery-image] Aug 27 23:20:58.639 INFO O| Aug 27 23:20:58.639 INFO STEP 1 (remove_files) COMPLETE
38932024-08-27T23:21:00.458Z[ recovery-image] Aug 27 23:20:58.639 INFO O| Aug 27 23:20:58.639 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38942024-08-27T23:21:00.472Z[ recovery-image] Aug 27 23:20:58.653 INFO O| Aug 27 23:20:58.653 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38952024-08-27T23:21:00.474Z[ recovery-image] Aug 27 23:20:58.656 INFO O| Aug 27 23:20:58.656 INFO STEP 2 (remove_files) COMPLETE
38962024-08-27T23:21:00.475Z[ recovery-image] Aug 27 23:20:58.656 INFO O| Aug 27 23:20:58.656 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38972024-08-27T23:21:00.486Z[ recovery-image] Aug 27 23:20:58.667 INFO O| Aug 27 23:20:58.667 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38982024-08-27T23:21:00.513Z[ host-image] Aug 27 23:20:58.695 INFO O| Aug 27 23:20:58.695 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38992024-08-27T23:21:00.536Z[ recovery-image] Aug 27 23:20:58.717 INFO O| Aug 27 23:20:58.717 INFO STEP 3 (remove_files) COMPLETE
39002024-08-27T23:21:00.536Z[ recovery-image] Aug 27 23:20:58.717 INFO O| Aug 27 23:20:58.717 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39012024-08-27T23:21:00.549Z[ recovery-image] Aug 27 23:20:58.730 INFO O| Aug 27 23:20:58.730 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39022024-08-27T23:21:00.575Z[ recovery-image] Aug 27 23:20:58.756 INFO O| Aug 27 23:20:58.756 INFO STEP 4 (remove_files) COMPLETE
39032024-08-27T23:21:00.575Z[ recovery-image] Aug 27 23:20:58.756 INFO O| Aug 27 23:20:58.756 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39042024-08-27T23:21:00.590Z[ recovery-image] Aug 27 23:20:58.772 INFO O| Aug 27 23:20:58.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39052024-08-27T23:21:00.595Z[ recovery-image] Aug 27 23:20:58.777 INFO O| Aug 27 23:20:58.777 INFO STEP 5 (remove_files) COMPLETE
39062024-08-27T23:21:00.595Z[ recovery-image] Aug 27 23:20:58.777 INFO O| Aug 27 23:20:58.777 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39072024-08-27T23:21:00.608Z[ recovery-image] Aug 27 23:20:58.790 INFO O| Aug 27 23:20:58.790 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
39082024-08-27T23:21:00.610Z[ recovery-image] Aug 27 23:20:58.791 INFO O| Aug 27 23:20:58.791 INFO STEP 6 (remove_files) COMPLETE
39092024-08-27T23:21:00.610Z[ recovery-image] Aug 27 23:20:58.791 INFO O| Aug 27 23:20:58.791 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39102024-08-27T23:21:00.621Z[ recovery-image] Aug 27 23:20:58.803 INFO O| Aug 27 23:20:58.803 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
39112024-08-27T23:21:00.624Z[ recovery-image] Aug 27 23:20:58.805 INFO O| Aug 27 23:20:58.805 INFO STEP 7 (remove_files) COMPLETE
39122024-08-27T23:21:00.624Z[ recovery-image] Aug 27 23:20:58.805 INFO O| Aug 27 23:20:58.805 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39132024-08-27T23:21:00.637Z[ recovery-image] Aug 27 23:20:58.817 INFO O| Aug 27 23:20:58.817 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39142024-08-27T23:21:00.640Z[ recovery-image] Aug 27 23:20:58.821 INFO O| Aug 27 23:20:58.821 INFO STEP 8 (remove_files) COMPLETE
39152024-08-27T23:21:00.640Z[ recovery-image] Aug 27 23:20:58.821 INFO O| Aug 27 23:20:58.821 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39162024-08-27T23:21:00.654Z[ recovery-image] Aug 27 23:20:58.835 INFO O| Aug 27 23:20:58.835 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39172024-08-27T23:21:00.657Z[ recovery-image] Aug 27 23:20:58.836 INFO O| Aug 27 23:20:58.836 INFO STEP 9 (remove_files) COMPLETE
39182024-08-27T23:21:00.657Z[ recovery-image] Aug 27 23:20:58.836 INFO O| Aug 27 23:20:58.836 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39192024-08-27T23:21:00.665Z[ recovery-image] Aug 27 23:20:58.847 INFO O| Aug 27 23:20:58.847 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39202024-08-27T23:21:00.668Z[ recovery-image] Aug 27 23:20:58.848 INFO O| Aug 27 23:20:58.848 INFO STEP 10 (remove_files) COMPLETE
39212024-08-27T23:21:00.668Z[ recovery-image] Aug 27 23:20:58.848 INFO O| Aug 27 23:20:58.848 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39222024-08-27T23:21:00.680Z[ recovery-image] Aug 27 23:20:58.861 INFO O| Aug 27 23:20:58.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39232024-08-27T23:21:00.728Z[ recovery-image] Aug 27 23:20:58.910 INFO O| Aug 27 23:20:58.909 INFO STEP 11 (remove_files) COMPLETE
39242024-08-27T23:21:00.728Z[ recovery-image] Aug 27 23:20:58.910 INFO O| Aug 27 23:20:58.910 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39252024-08-27T23:21:00.741Z[ recovery-image] Aug 27 23:20:58.922 INFO O| Aug 27 23:20:58.922 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39262024-08-27T23:21:00.745Z[ recovery-image] Aug 27 23:20:58.927 INFO O| Aug 27 23:20:58.927 INFO STEP 12 (remove_files) COMPLETE
39272024-08-27T23:21:00.745Z[ recovery-image] Aug 27 23:20:58.927 INFO O| Aug 27 23:20:58.927 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39282024-08-27T23:21:00.759Z[ recovery-image] Aug 27 23:20:58.939 INFO O| Aug 27 23:20:58.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39292024-08-27T23:21:00.772Z[ recovery-image] Aug 27 23:20:58.941 INFO O| Aug 27 23:20:58.941 INFO STEP 13 (remove_files) COMPLETE
39302024-08-27T23:21:00.772Z[ recovery-image] Aug 27 23:20:58.941 INFO O| Aug 27 23:20:58.941 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39312024-08-27T23:21:00.776Z[ recovery-image] Aug 27 23:20:58.957 INFO O| Aug 27 23:20:58.957 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39322024-08-27T23:21:00.778Z[ recovery-image] Aug 27 23:20:58.958 INFO O| Aug 27 23:20:58.958 INFO STEP 14 (remove_files) COMPLETE
39332024-08-27T23:21:00.778Z[ recovery-image] Aug 27 23:20:58.958 INFO O| Aug 27 23:20:58.958 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39342024-08-27T23:21:00.791Z[ recovery-image] Aug 27 23:20:58.973 INFO O| Aug 27 23:20:58.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39352024-08-27T23:21:00.793Z[ recovery-image] Aug 27 23:20:58.975 INFO O| Aug 27 23:20:58.974 INFO STEP 15 (remove_files) COMPLETE
39362024-08-27T23:21:00.793Z[ recovery-image] Aug 27 23:20:58.975 INFO O| Aug 27 23:20:58.974 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39372024-08-27T23:21:00.809Z[ recovery-image] Aug 27 23:20:58.990 INFO O| Aug 27 23:20:58.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39382024-08-27T23:21:00.818Z[ recovery-image] Aug 27 23:20:58.999 INFO O| Aug 27 23:20:58.999 INFO STEP 16 (remove_files) COMPLETE
39392024-08-27T23:21:00.818Z[ recovery-image] Aug 27 23:20:58.999 INFO O| Aug 27 23:20:58.999 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39402024-08-27T23:21:00.833Z[ recovery-image] Aug 27 23:20:59.014 INFO O| Aug 27 23:20:59.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39412024-08-27T23:21:00.835Z[ recovery-image] Aug 27 23:20:59.015 INFO O| Aug 27 23:20:59.014 INFO STEP 17 (remove_files) COMPLETE
39422024-08-27T23:21:00.835Z[ recovery-image] Aug 27 23:20:59.015 INFO O| Aug 27 23:20:59.014 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39432024-08-27T23:21:00.847Z[ recovery-image] Aug 27 23:20:59.029 INFO O| Aug 27 23:20:59.029 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39442024-08-27T23:21:00.847Z[ recovery-image] Aug 27 23:20:59.029 INFO O| Aug 27 23:20:59.029 INFO STEP 18 (remove_files) COMPLETE
39452024-08-27T23:21:00.847Z[ recovery-image] Aug 27 23:20:59.029 INFO O| Aug 27 23:20:59.029 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39462024-08-27T23:21:00.861Z[ recovery-image] Aug 27 23:20:59.043 INFO O| Aug 27 23:20:59.043 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39472024-08-27T23:21:00.907Z[ recovery-image] Aug 27 23:20:59.088 INFO O| Aug 27 23:20:59.088 INFO STEP 19 (remove_files) COMPLETE
39482024-08-27T23:21:00.907Z[ recovery-image] Aug 27 23:20:59.088 INFO O| Aug 27 23:20:59.088 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39492024-08-27T23:21:00.924Z[ recovery-image] Aug 27 23:20:59.106 INFO O| Aug 27 23:20:59.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39502024-08-27T23:21:00.927Z[ recovery-image] Aug 27 23:20:59.106 INFO O| Aug 27 23:20:59.106 INFO STEP 20 (remove_files) COMPLETE
39512024-08-27T23:21:00.927Z[ recovery-image] Aug 27 23:20:59.106 INFO O| Aug 27 23:20:59.106 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39522024-08-27T23:21:00.939Z[ recovery-image] Aug 27 23:20:59.120 INFO O| Aug 27 23:20:59.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39532024-08-27T23:21:00.942Z[ recovery-image] Aug 27 23:20:59.122 INFO O| Aug 27 23:20:59.121 INFO STEP 21 (remove_files) COMPLETE
39542024-08-27T23:21:00.942Z[ recovery-image] Aug 27 23:20:59.122 INFO O| Aug 27 23:20:59.122 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39552024-08-27T23:21:00.955Z[ recovery-image] Aug 27 23:20:59.136 INFO O| Aug 27 23:20:59.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39562024-08-27T23:21:00.957Z[ recovery-image] Aug 27 23:20:59.137 INFO O| Aug 27 23:20:59.137 INFO STEP 22 (remove_files) COMPLETE
39572024-08-27T23:21:00.957Z[ recovery-image] Aug 27 23:20:59.137 INFO O| Aug 27 23:20:59.137 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39582024-08-27T23:21:00.972Z[ recovery-image] Aug 27 23:20:59.153 INFO O| Aug 27 23:20:59.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39592024-08-27T23:21:00.974Z[ recovery-image] Aug 27 23:20:59.154 INFO O| Aug 27 23:20:59.154 INFO STEP 23 (remove_files) COMPLETE
39602024-08-27T23:21:00.974Z[ recovery-image] Aug 27 23:20:59.154 INFO O| Aug 27 23:20:59.154 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39612024-08-27T23:21:00.988Z[ recovery-image] Aug 27 23:20:59.170 INFO O| Aug 27 23:20:59.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39622024-08-27T23:21:00.991Z[ recovery-image] Aug 27 23:20:59.171 INFO O| Aug 27 23:20:59.170 INFO STEP 24 (remove_files) COMPLETE
39632024-08-27T23:21:00.991Z[ recovery-image] Aug 27 23:20:59.171 INFO O| Aug 27 23:20:59.171 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39642024-08-27T23:21:01.003Z[ recovery-image] Aug 27 23:20:59.184 INFO O| Aug 27 23:20:59.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39652024-08-27T23:21:01.003Z[ recovery-image] Aug 27 23:20:59.184 INFO O| Aug 27 23:20:59.184 INFO STEP 25 (remove_files) COMPLETE
39662024-08-27T23:21:01.006Z[ recovery-image] Aug 27 23:20:59.184 INFO O| Aug 27 23:20:59.184 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39672024-08-27T23:21:01.016Z[ recovery-image] Aug 27 23:20:59.198 INFO O| Aug 27 23:20:59.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39682024-08-27T23:21:01.019Z[ recovery-image] Aug 27 23:20:59.198 INFO O| Aug 27 23:20:59.198 INFO STEP 26 (remove_files) COMPLETE
39692024-08-27T23:21:01.019Z[ recovery-image] Aug 27 23:20:59.198 INFO O| Aug 27 23:20:59.198 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39702024-08-27T23:21:01.031Z[ recovery-image] Aug 27 23:20:59.211 INFO O| Aug 27 23:20:59.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39712024-08-27T23:21:01.031Z[ recovery-image] Aug 27 23:20:59.211 INFO O| Aug 27 23:20:59.211 INFO STEP 27 (remove_files) COMPLETE
39722024-08-27T23:21:01.034Z[ recovery-image] Aug 27 23:20:59.211 INFO O| Aug 27 23:20:59.211 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39732024-08-27T23:21:01.042Z[ recovery-image] Aug 27 23:20:59.223 INFO O| Aug 27 23:20:59.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39742024-08-27T23:21:01.044Z[ recovery-image] Aug 27 23:20:59.224 INFO O| Aug 27 23:20:59.224 INFO STEP 28 (remove_files) COMPLETE
39752024-08-27T23:21:01.044Z[ recovery-image] Aug 27 23:20:59.224 INFO O| Aug 27 23:20:59.224 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39762024-08-27T23:21:01.056Z[ recovery-image] Aug 27 23:20:59.237 INFO O| Aug 27 23:20:59.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39772024-08-27T23:21:01.059Z[ recovery-image] Aug 27 23:20:59.238 INFO O| Aug 27 23:20:59.238 INFO STEP 29 (remove_files) COMPLETE
39782024-08-27T23:21:01.059Z[ recovery-image] Aug 27 23:20:59.238 INFO O| Aug 27 23:20:59.238 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39792024-08-27T23:21:01.069Z[ recovery-image] Aug 27 23:20:59.251 INFO O| Aug 27 23:20:59.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39802024-08-27T23:21:01.069Z[ recovery-image] Aug 27 23:20:59.251 INFO O| Aug 27 23:20:59.251 INFO STEP 30 (remove_files) COMPLETE
39812024-08-27T23:21:01.073Z[ recovery-image] Aug 27 23:20:59.251 INFO O| Aug 27 23:20:59.251 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39822024-08-27T23:21:01.083Z[ recovery-image] Aug 27 23:20:59.264 INFO O| Aug 27 23:20:59.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39832024-08-27T23:21:01.083Z[ recovery-image] Aug 27 23:20:59.264 INFO O| Aug 27 23:20:59.264 INFO STEP 31 (remove_files) COMPLETE
39842024-08-27T23:21:01.083Z[ recovery-image] Aug 27 23:20:59.264 INFO O| Aug 27 23:20:59.264 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39852024-08-27T23:21:01.097Z[ recovery-image] Aug 27 23:20:59.278 INFO O| Aug 27 23:20:59.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39862024-08-27T23:21:01.099Z[ recovery-image] Aug 27 23:20:59.279 INFO O| Aug 27 23:20:59.279 INFO STEP 32 (remove_files) COMPLETE
39872024-08-27T23:21:01.099Z[ recovery-image] Aug 27 23:20:59.279 INFO O| Aug 27 23:20:59.279 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39882024-08-27T23:21:01.109Z[ recovery-image] Aug 27 23:20:59.291 INFO O| Aug 27 23:20:59.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39892024-08-27T23:21:01.109Z[ recovery-image] Aug 27 23:20:59.291 INFO O| Aug 27 23:20:59.291 INFO STEP 33 (remove_files) COMPLETE
39902024-08-27T23:21:01.111Z[ recovery-image] Aug 27 23:20:59.291 INFO O| Aug 27 23:20:59.291 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39912024-08-27T23:21:01.121Z[ recovery-image] Aug 27 23:20:59.302 INFO O| Aug 27 23:20:59.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39922024-08-27T23:21:01.123Z[ recovery-image] Aug 27 23:20:59.303 INFO O| Aug 27 23:20:59.303 INFO STEP 34 (remove_files) COMPLETE
39932024-08-27T23:21:01.123Z[ recovery-image] Aug 27 23:20:59.303 INFO O| Aug 27 23:20:59.303 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-08-27T23:21:01.133Z[ recovery-image] Aug 27 23:20:59.315 INFO O| Aug 27 23:20:59.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39952024-08-27T23:21:01.136Z[ recovery-image] Aug 27 23:20:59.315 INFO O| Aug 27 23:20:59.315 INFO STEP 35 (remove_files) COMPLETE
39962024-08-27T23:21:01.136Z[ recovery-image] Aug 27 23:20:59.315 INFO O| Aug 27 23:20:59.315 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39972024-08-27T23:21:01.146Z[ recovery-image] Aug 27 23:20:59.328 INFO O| Aug 27 23:20:59.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39982024-08-27T23:21:01.146Z[ recovery-image] Aug 27 23:20:59.328 INFO O| Aug 27 23:20:59.328 INFO STEP 36 (remove_files) COMPLETE
39992024-08-27T23:21:01.146Z[ recovery-image] Aug 27 23:20:59.328 INFO O| Aug 27 23:20:59.328 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40002024-08-27T23:21:01.157Z[ recovery-image] Aug 27 23:20:59.339 INFO O| Aug 27 23:20:59.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40012024-08-27T23:21:01.159Z[ recovery-image] Aug 27 23:20:59.339 INFO O| Aug 27 23:20:59.339 INFO STEP 37 (remove_files) COMPLETE
40022024-08-27T23:21:01.159Z[ recovery-image] Aug 27 23:20:59.339 INFO O| Aug 27 23:20:59.339 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40032024-08-27T23:21:01.170Z[ recovery-image] Aug 27 23:20:59.351 INFO O| Aug 27 23:20:59.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40042024-08-27T23:21:01.170Z[ recovery-image] Aug 27 23:20:59.351 INFO O| Aug 27 23:20:59.351 INFO STEP 38 (remove_files) COMPLETE
40052024-08-27T23:21:01.172Z[ recovery-image] Aug 27 23:20:59.351 INFO O| Aug 27 23:20:59.351 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40062024-08-27T23:21:01.180Z[ recovery-image] Aug 27 23:20:59.362 INFO O| Aug 27 23:20:59.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
40072024-08-27T23:21:01.180Z[ recovery-image] Aug 27 23:20:59.362 INFO O| Aug 27 23:20:59.362 INFO STEP 39 (remove_files) COMPLETE
40082024-08-27T23:21:01.180Z[ recovery-image] Aug 27 23:20:59.362 INFO O| Aug 27 23:20:59.362 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-08-27T23:21:01.191Z[ recovery-image] Aug 27 23:20:59.373 INFO O| Aug 27 23:20:59.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
40102024-08-27T23:21:01.191Z[ recovery-image] Aug 27 23:20:59.373 INFO O| Aug 27 23:20:59.373 INFO STEP 40 (remove_files) COMPLETE
40112024-08-27T23:21:01.191Z[ recovery-image] Aug 27 23:20:59.373 INFO O| Aug 27 23:20:59.373 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-08-27T23:21:01.202Z[ recovery-image] Aug 27 23:20:59.384 INFO O| Aug 27 23:20:59.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
40132024-08-27T23:21:01.202Z[ recovery-image] Aug 27 23:20:59.384 INFO O| Aug 27 23:20:59.384 INFO STEP 41 (remove_files) COMPLETE
40142024-08-27T23:21:01.203Z[ recovery-image] Aug 27 23:20:59.384 INFO O| Aug 27 23:20:59.384 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-08-27T23:21:01.214Z[ recovery-image] Aug 27 23:20:59.395 INFO O| Aug 27 23:20:59.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40162024-08-27T23:21:01.214Z[ recovery-image] Aug 27 23:20:59.395 INFO O| Aug 27 23:20:59.395 INFO STEP 42 (remove_files) COMPLETE
40172024-08-27T23:21:01.216Z[ recovery-image] Aug 27 23:20:59.395 INFO O| Aug 27 23:20:59.395 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-08-27T23:21:01.226Z[ recovery-image] Aug 27 23:20:59.407 INFO O| Aug 27 23:20:59.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40192024-08-27T23:21:01.226Z[ recovery-image] Aug 27 23:20:59.407 INFO O| Aug 27 23:20:59.407 INFO STEP 43 (remove_files) COMPLETE
40202024-08-27T23:21:01.226Z[ recovery-image] Aug 27 23:20:59.407 INFO O| Aug 27 23:20:59.407 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-08-27T23:21:01.240Z[ recovery-image] Aug 27 23:20:59.421 INFO O| Aug 27 23:20:59.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40222024-08-27T23:21:01.240Z[ recovery-image] Aug 27 23:20:59.422 INFO O| Aug 27 23:20:59.422 INFO STEP 44 (remove_files) COMPLETE
40232024-08-27T23:21:01.240Z[ recovery-image] Aug 27 23:20:59.422 INFO O| Aug 27 23:20:59.422 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-08-27T23:21:01.256Z[ recovery-image] Aug 27 23:20:59.438 INFO O| Aug 27 23:20:59.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40252024-08-27T23:21:01.259Z[ recovery-image] Aug 27 23:20:59.439 INFO O| Aug 27 23:20:59.439 INFO STEP 45 (remove_files) COMPLETE
40262024-08-27T23:21:01.259Z[ recovery-image] Aug 27 23:20:59.439 INFO O| Aug 27 23:20:59.439 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-08-27T23:21:01.278Z[ recovery-image] Aug 27 23:20:59.459 INFO O| Aug 27 23:20:59.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40282024-08-27T23:21:01.278Z[ recovery-image] Aug 27 23:20:59.459 INFO O| Aug 27 23:20:59.459 INFO STEP 46 (remove_files) COMPLETE
40292024-08-27T23:21:01.280Z[ recovery-image] Aug 27 23:20:59.459 INFO O| Aug 27 23:20:59.459 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-08-27T23:21:01.299Z[ recovery-image] Aug 27 23:20:59.481 INFO O| Aug 27 23:20:59.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40312024-08-27T23:21:01.302Z[ recovery-image] Aug 27 23:20:59.481 INFO O| Aug 27 23:20:59.481 INFO STEP 47 (remove_files) COMPLETE
40322024-08-27T23:21:01.302Z[ recovery-image] Aug 27 23:20:59.482 INFO O| Aug 27 23:20:59.481 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-08-27T23:21:01.321Z[ recovery-image] Aug 27 23:20:59.502 INFO O| Aug 27 23:20:59.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40342024-08-27T23:21:01.321Z[ recovery-image] Aug 27 23:20:59.502 INFO O| Aug 27 23:20:59.502 INFO STEP 48 (remove_files) COMPLETE
40352024-08-27T23:21:01.321Z[ recovery-image] Aug 27 23:20:59.502 INFO O| Aug 27 23:20:59.502 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-08-27T23:21:01.340Z[ recovery-image] Aug 27 23:20:59.522 INFO O| Aug 27 23:20:59.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40372024-08-27T23:21:01.340Z[ recovery-image] Aug 27 23:20:59.522 INFO O| Aug 27 23:20:59.522 INFO STEP 49 (remove_files) COMPLETE
40382024-08-27T23:21:01.343Z[ recovery-image] Aug 27 23:20:59.522 INFO O| Aug 27 23:20:59.522 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-08-27T23:21:01.360Z[ recovery-image] Aug 27 23:20:59.538 INFO O| Aug 27 23:20:59.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40402024-08-27T23:21:01.360Z[ recovery-image] Aug 27 23:20:59.538 INFO O| Aug 27 23:20:59.538 INFO STEP 50 (remove_files) COMPLETE
40412024-08-27T23:21:01.380Z[ recovery-image] Aug 27 23:20:59.538 INFO O| Aug 27 23:20:59.538 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-08-27T23:21:01.383Z[ recovery-image] Aug 27 23:20:59.553 INFO O| Aug 27 23:20:59.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40432024-08-27T23:21:01.383Z[ recovery-image] Aug 27 23:20:59.554 INFO O| Aug 27 23:20:59.554 INFO STEP 51 (remove_files) COMPLETE
40442024-08-27T23:21:01.383Z[ recovery-image] Aug 27 23:20:59.554 INFO O| Aug 27 23:20:59.554 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-08-27T23:21:01.385Z[ recovery-image] Aug 27 23:20:59.566 INFO O| Aug 27 23:20:59.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40462024-08-27T23:21:01.387Z[ recovery-image] Aug 27 23:20:59.567 INFO O| Aug 27 23:20:59.567 INFO STEP 52 (remove_files) COMPLETE
40472024-08-27T23:21:01.387Z[ recovery-image] Aug 27 23:20:59.567 INFO O| Aug 27 23:20:59.567 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-08-27T23:21:01.400Z[ recovery-image] Aug 27 23:20:59.582 INFO O| Aug 27 23:20:59.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40492024-08-27T23:21:01.400Z[ recovery-image] Aug 27 23:20:59.582 INFO O| Aug 27 23:20:59.582 INFO STEP 53 (remove_files) COMPLETE
40502024-08-27T23:21:01.403Z[ recovery-image] Aug 27 23:20:59.582 INFO O| Aug 27 23:20:59.582 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-08-27T23:21:01.414Z[ recovery-image] Aug 27 23:20:59.596 INFO O| Aug 27 23:20:59.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40522024-08-27T23:21:01.414Z[ recovery-image] Aug 27 23:20:59.596 INFO O| Aug 27 23:20:59.596 INFO STEP 54 (remove_files) COMPLETE
40532024-08-27T23:21:01.417Z[ recovery-image] Aug 27 23:20:59.596 INFO O| Aug 27 23:20:59.596 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-08-27T23:21:01.428Z[ recovery-image] Aug 27 23:20:59.609 INFO O| Aug 27 23:20:59.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40552024-08-27T23:21:01.429Z[ recovery-image] Aug 27 23:20:59.610 INFO O| Aug 27 23:20:59.610 INFO STEP 55 (remove_files) COMPLETE
40562024-08-27T23:21:01.430Z[ recovery-image] Aug 27 23:20:59.610 INFO O| Aug 27 23:20:59.610 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-08-27T23:21:01.441Z[ recovery-image] Aug 27 23:20:59.623 INFO O| Aug 27 23:20:59.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40582024-08-27T23:21:01.441Z[ recovery-image] Aug 27 23:20:59.623 INFO O| Aug 27 23:20:59.623 INFO STEP 56 (remove_files) COMPLETE
40592024-08-27T23:21:01.444Z[ recovery-image] Aug 27 23:20:59.623 INFO O| Aug 27 23:20:59.623 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-08-27T23:21:01.453Z[ recovery-image] Aug 27 23:20:59.635 INFO O| Aug 27 23:20:59.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40612024-08-27T23:21:01.453Z[ recovery-image] Aug 27 23:20:59.635 INFO O| Aug 27 23:20:59.635 INFO STEP 57 (remove_files) COMPLETE
40622024-08-27T23:21:01.453Z[ recovery-image] Aug 27 23:20:59.635 INFO O| Aug 27 23:20:59.635 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-08-27T23:21:01.465Z[ recovery-image] Aug 27 23:20:59.646 INFO O| Aug 27 23:20:59.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40642024-08-27T23:21:01.465Z[ recovery-image] Aug 27 23:20:59.646 INFO O| Aug 27 23:20:59.646 INFO STEP 58 (remove_files) COMPLETE
40652024-08-27T23:21:01.467Z[ recovery-image] Aug 27 23:20:59.646 INFO O| Aug 27 23:20:59.646 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-27T23:21:01.476Z[ recovery-image] Aug 27 23:20:59.658 INFO O| Aug 27 23:20:59.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40672024-08-27T23:21:01.476Z[ recovery-image] Aug 27 23:20:59.658 INFO O| Aug 27 23:20:59.658 INFO STEP 59 (remove_files) COMPLETE
40682024-08-27T23:21:01.476Z[ recovery-image] Aug 27 23:20:59.658 INFO O| Aug 27 23:20:59.658 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-27T23:21:01.488Z[ recovery-image] Aug 27 23:20:59.669 INFO O| Aug 27 23:20:59.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40702024-08-27T23:21:01.488Z[ recovery-image] Aug 27 23:20:59.669 INFO O| Aug 27 23:20:59.669 INFO STEP 60 (remove_files) COMPLETE
40712024-08-27T23:21:01.488Z[ recovery-image] Aug 27 23:20:59.669 INFO O| Aug 27 23:20:59.669 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-08-27T23:21:01.499Z[ recovery-image] Aug 27 23:20:59.681 INFO O| Aug 27 23:20:59.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40732024-08-27T23:21:01.499Z[ recovery-image] Aug 27 23:20:59.681 INFO O| Aug 27 23:20:59.681 INFO STEP 61 (remove_files) COMPLETE
40742024-08-27T23:21:01.502Z[ recovery-image] Aug 27 23:20:59.681 INFO O| Aug 27 23:20:59.681 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-08-27T23:21:01.512Z[ recovery-image] Aug 27 23:20:59.692 INFO O| Aug 27 23:20:59.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40762024-08-27T23:21:01.512Z[ recovery-image] Aug 27 23:20:59.692 INFO O| Aug 27 23:20:59.692 INFO STEP 62 (remove_files) COMPLETE
40772024-08-27T23:21:01.514Z[ recovery-image] Aug 27 23:20:59.692 INFO O| Aug 27 23:20:59.692 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-08-27T23:21:01.524Z[ recovery-image] Aug 27 23:20:59.706 INFO O| Aug 27 23:20:59.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40792024-08-27T23:21:01.524Z[ recovery-image] Aug 27 23:20:59.706 INFO O| Aug 27 23:20:59.706 INFO STEP 63 (remove_files) COMPLETE
40802024-08-27T23:21:01.526Z[ recovery-image] Aug 27 23:20:59.706 INFO O| Aug 27 23:20:59.706 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-08-27T23:21:01.538Z[ recovery-image] Aug 27 23:20:59.718 INFO O| Aug 27 23:20:59.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40822024-08-27T23:21:01.538Z[ recovery-image] Aug 27 23:20:59.718 INFO O| Aug 27 23:20:59.718 INFO STEP 64 (remove_files) COMPLETE
40832024-08-27T23:21:01.540Z[ recovery-image] Aug 27 23:20:59.718 INFO O| Aug 27 23:20:59.718 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-08-27T23:21:01.548Z[ recovery-image] Aug 27 23:20:59.730 INFO O| Aug 27 23:20:59.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40852024-08-27T23:21:01.551Z[ recovery-image] Aug 27 23:20:59.730 INFO O| Aug 27 23:20:59.730 INFO STEP 65 (remove_files) COMPLETE
40862024-08-27T23:21:01.551Z[ recovery-image] Aug 27 23:20:59.730 INFO O| Aug 27 23:20:59.730 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-08-27T23:21:01.563Z[ recovery-image] Aug 27 23:20:59.744 INFO O| Aug 27 23:20:59.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40882024-08-27T23:21:01.566Z[ recovery-image] Aug 27 23:20:59.744 INFO O| Aug 27 23:20:59.744 INFO STEP 66 (remove_files) COMPLETE
40892024-08-27T23:21:01.566Z[ recovery-image] Aug 27 23:20:59.744 INFO O| Aug 27 23:20:59.744 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-08-27T23:21:01.580Z[ recovery-image] Aug 27 23:20:59.761 INFO O| Aug 27 23:20:59.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40912024-08-27T23:21:01.580Z[ recovery-image] Aug 27 23:20:59.761 INFO O| Aug 27 23:20:59.761 INFO STEP 67 (remove_files) COMPLETE
40922024-08-27T23:21:01.583Z[ recovery-image] Aug 27 23:20:59.761 INFO O| Aug 27 23:20:59.761 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-08-27T23:21:01.619Z[ recovery-image] Aug 27 23:20:59.776 INFO O| Aug 27 23:20:59.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40942024-08-27T23:21:01.619Z[ recovery-image] Aug 27 23:20:59.776 INFO O| Aug 27 23:20:59.776 INFO STEP 68 (remove_files) COMPLETE
40952024-08-27T23:21:01.622Z[ recovery-image] Aug 27 23:20:59.776 INFO O| Aug 27 23:20:59.776 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-08-27T23:21:01.622Z[ recovery-image] Aug 27 23:20:59.792 INFO O| Aug 27 23:20:59.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40972024-08-27T23:21:01.622Z[ recovery-image] Aug 27 23:20:59.792 INFO O| Aug 27 23:20:59.792 INFO STEP 69 (remove_files) COMPLETE
40982024-08-27T23:21:01.622Z[ recovery-image] Aug 27 23:20:59.792 INFO O| Aug 27 23:20:59.792 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-08-27T23:21:01.626Z[ recovery-image] Aug 27 23:20:59.807 INFO O| Aug 27 23:20:59.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41002024-08-27T23:21:01.626Z[ recovery-image] Aug 27 23:20:59.807 INFO O| Aug 27 23:20:59.807 INFO STEP 70 (remove_files) COMPLETE
41012024-08-27T23:21:01.628Z[ recovery-image] Aug 27 23:20:59.807 INFO O| Aug 27 23:20:59.807 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-08-27T23:21:01.640Z[ recovery-image] Aug 27 23:20:59.821 INFO O| Aug 27 23:20:59.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41032024-08-27T23:21:01.640Z[ recovery-image] Aug 27 23:20:59.821 INFO O| Aug 27 23:20:59.821 INFO STEP 71 (remove_files) COMPLETE
41042024-08-27T23:21:01.642Z[ recovery-image] Aug 27 23:20:59.821 INFO O| Aug 27 23:20:59.821 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-08-27T23:21:01.652Z[ recovery-image] Aug 27 23:20:59.834 INFO O| Aug 27 23:20:59.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
41062024-08-27T23:21:01.652Z[ recovery-image] Aug 27 23:20:59.834 INFO O| Aug 27 23:20:59.834 INFO STEP 72 (remove_files) COMPLETE
41072024-08-27T23:21:01.655Z[ recovery-image] Aug 27 23:20:59.834 INFO O| Aug 27 23:20:59.834 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-08-27T23:21:01.664Z[ recovery-image] Aug 27 23:20:59.845 INFO O| Aug 27 23:20:59.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
41092024-08-27T23:21:01.664Z[ recovery-image] Aug 27 23:20:59.845 INFO O| Aug 27 23:20:59.845 INFO STEP 73 (remove_files) COMPLETE
41102024-08-27T23:21:01.667Z[ recovery-image] Aug 27 23:20:59.845 INFO O| Aug 27 23:20:59.845 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-08-27T23:21:01.675Z[ recovery-image] Aug 27 23:20:59.857 INFO O| Aug 27 23:20:59.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
41122024-08-27T23:21:01.675Z[ recovery-image] Aug 27 23:20:59.857 INFO O| Aug 27 23:20:59.857 INFO STEP 74 (remove_files) COMPLETE
41132024-08-27T23:21:01.675Z[ recovery-image] Aug 27 23:20:59.857 INFO O| Aug 27 23:20:59.857 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-08-27T23:21:01.687Z[ recovery-image] Aug 27 23:20:59.868 INFO O| Aug 27 23:20:59.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41152024-08-27T23:21:01.687Z[ recovery-image] Aug 27 23:20:59.868 INFO O| Aug 27 23:20:59.868 INFO STEP 75 (remove_files) COMPLETE
41162024-08-27T23:21:01.687Z[ recovery-image] Aug 27 23:20:59.868 INFO O| Aug 27 23:20:59.868 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-08-27T23:21:01.698Z[ recovery-image] Aug 27 23:20:59.879 INFO O| Aug 27 23:20:59.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41182024-08-27T23:21:01.698Z[ recovery-image] Aug 27 23:20:59.879 INFO O| Aug 27 23:20:59.879 INFO STEP 76 (remove_files) COMPLETE
41192024-08-27T23:21:01.700Z[ recovery-image] Aug 27 23:20:59.879 INFO O| Aug 27 23:20:59.879 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-08-27T23:21:01.709Z[ recovery-image] Aug 27 23:20:59.890 INFO O| Aug 27 23:20:59.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41212024-08-27T23:21:01.709Z[ recovery-image] Aug 27 23:20:59.890 INFO O| Aug 27 23:20:59.890 INFO STEP 77 (remove_files) COMPLETE
41222024-08-27T23:21:01.709Z[ recovery-image] Aug 27 23:20:59.890 INFO O| Aug 27 23:20:59.890 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-08-27T23:21:01.719Z[ recovery-image] Aug 27 23:20:59.901 INFO O| Aug 27 23:20:59.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41242024-08-27T23:21:01.719Z[ recovery-image] Aug 27 23:20:59.901 INFO O| Aug 27 23:20:59.901 INFO STEP 78 (remove_files) COMPLETE
41252024-08-27T23:21:01.721Z[ recovery-image] Aug 27 23:20:59.901 INFO O| Aug 27 23:20:59.901 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-08-27T23:21:01.730Z[ recovery-image] Aug 27 23:20:59.911 INFO O| Aug 27 23:20:59.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41272024-08-27T23:21:01.730Z[ recovery-image] Aug 27 23:20:59.912 INFO O| Aug 27 23:20:59.911 INFO STEP 79 (remove_files) COMPLETE
41282024-08-27T23:21:01.730Z[ recovery-image] Aug 27 23:20:59.912 INFO O| Aug 27 23:20:59.912 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-08-27T23:21:01.743Z[ recovery-image] Aug 27 23:20:59.924 INFO O| Aug 27 23:20:59.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41302024-08-27T23:21:01.743Z[ recovery-image] Aug 27 23:20:59.924 INFO O| Aug 27 23:20:59.924 INFO STEP 80 (remove_files) COMPLETE
41312024-08-27T23:21:01.743Z[ recovery-image] Aug 27 23:20:59.924 INFO O| Aug 27 23:20:59.924 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-08-27T23:21:01.756Z[ recovery-image] Aug 27 23:20:59.937 INFO O| Aug 27 23:20:59.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41332024-08-27T23:21:01.756Z[ recovery-image] Aug 27 23:20:59.937 INFO O| Aug 27 23:20:59.937 INFO STEP 81 (remove_files) COMPLETE
41342024-08-27T23:21:01.758Z[ recovery-image] Aug 27 23:20:59.937 INFO O| Aug 27 23:20:59.937 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-08-27T23:21:01.767Z[ recovery-image] Aug 27 23:20:59.949 INFO O| Aug 27 23:20:59.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41362024-08-27T23:21:01.767Z[ recovery-image] Aug 27 23:20:59.949 INFO O| Aug 27 23:20:59.949 INFO STEP 82 (remove_files) COMPLETE
41372024-08-27T23:21:01.767Z[ recovery-image] Aug 27 23:20:59.949 INFO O| Aug 27 23:20:59.949 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-08-27T23:21:01.779Z[ recovery-image] Aug 27 23:20:59.960 INFO O| Aug 27 23:20:59.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41392024-08-27T23:21:01.779Z[ recovery-image] Aug 27 23:20:59.960 INFO O| Aug 27 23:20:59.960 INFO STEP 83 (remove_files) COMPLETE
41402024-08-27T23:21:01.781Z[ recovery-image] Aug 27 23:20:59.960 INFO O| Aug 27 23:20:59.960 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-08-27T23:21:01.791Z[ recovery-image] Aug 27 23:20:59.973 INFO O| Aug 27 23:20:59.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41422024-08-27T23:21:01.794Z[ recovery-image] Aug 27 23:20:59.973 INFO O| Aug 27 23:20:59.973 INFO STEP 84 (remove_files) COMPLETE
41432024-08-27T23:21:01.795Z[ recovery-image] Aug 27 23:20:59.973 INFO O| Aug 27 23:20:59.973 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-27T23:21:01.804Z[ recovery-image] Aug 27 23:20:59.985 INFO O| Aug 27 23:20:59.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41452024-08-27T23:21:01.804Z[ recovery-image] Aug 27 23:20:59.985 INFO O| Aug 27 23:20:59.985 INFO STEP 85 (remove_files) COMPLETE
41462024-08-27T23:21:01.804Z[ recovery-image] Aug 27 23:20:59.985 INFO O| Aug 27 23:20:59.985 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-27T23:21:01.817Z[ recovery-image] Aug 27 23:20:59.998 INFO O| Aug 27 23:20:59.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41482024-08-27T23:21:01.819Z[ recovery-image] Aug 27 23:20:59.999 INFO O| Aug 27 23:20:59.999 INFO STEP 86 (remove_files) COMPLETE
41492024-08-27T23:21:01.820Z[ recovery-image] Aug 27 23:20:59.999 INFO O| Aug 27 23:20:59.999 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-08-27T23:21:01.832Z[ recovery-image] Aug 27 23:21:00.014 INFO O| Aug 27 23:21:00.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41512024-08-27T23:21:01.833Z[ recovery-image] Aug 27 23:21:00.014 INFO O| Aug 27 23:21:00.014 INFO STEP 87 (remove_files) COMPLETE
41522024-08-27T23:21:01.833Z[ recovery-image] Aug 27 23:21:00.014 INFO O| Aug 27 23:21:00.014 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-08-27T23:21:01.847Z[ recovery-image] Aug 27 23:21:00.028 INFO O| Aug 27 23:21:00.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41542024-08-27T23:21:01.847Z[ recovery-image] Aug 27 23:21:00.028 INFO O| Aug 27 23:21:00.028 INFO STEP 88 (remove_files) COMPLETE
41552024-08-27T23:21:01.847Z[ recovery-image] Aug 27 23:21:00.028 INFO O| Aug 27 23:21:00.028 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-08-27T23:21:01.862Z[ recovery-image] Aug 27 23:21:00.043 INFO O| Aug 27 23:21:00.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41572024-08-27T23:21:01.864Z[ recovery-image] Aug 27 23:21:00.044 INFO O| Aug 27 23:21:00.044 INFO STEP 89 (remove_files) COMPLETE
41582024-08-27T23:21:01.864Z[ recovery-image] Aug 27 23:21:00.044 INFO O| Aug 27 23:21:00.044 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-08-27T23:21:01.877Z[ recovery-image] Aug 27 23:21:00.058 INFO O| Aug 27 23:21:00.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41602024-08-27T23:21:01.880Z[ recovery-image] Aug 27 23:21:00.059 INFO O| Aug 27 23:21:00.058 INFO STEP 90 (remove_files) COMPLETE
41612024-08-27T23:21:01.880Z[ recovery-image] Aug 27 23:21:00.059 INFO O| Aug 27 23:21:00.059 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-27T23:21:01.891Z[ recovery-image] Aug 27 23:21:00.072 INFO O| Aug 27 23:21:00.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41632024-08-27T23:21:01.891Z[ recovery-image] Aug 27 23:21:00.072 INFO O| Aug 27 23:21:00.072 INFO STEP 91 (remove_files) COMPLETE
41642024-08-27T23:21:01.893Z[ recovery-image] Aug 27 23:21:00.072 INFO O| Aug 27 23:21:00.072 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-27T23:21:01.904Z[ recovery-image] Aug 27 23:21:00.085 INFO O| Aug 27 23:21:00.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41662024-08-27T23:21:01.904Z[ recovery-image] Aug 27 23:21:00.085 INFO O| Aug 27 23:21:00.085 INFO STEP 92 (remove_files) COMPLETE
41672024-08-27T23:21:01.907Z[ recovery-image] Aug 27 23:21:00.085 INFO O| Aug 27 23:21:00.085 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-27T23:21:01.916Z[ recovery-image] Aug 27 23:21:00.097 INFO O| Aug 27 23:21:00.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41692024-08-27T23:21:01.918Z[ recovery-image] Aug 27 23:21:00.097 INFO O| Aug 27 23:21:00.097 INFO STEP 93 (remove_files) COMPLETE
41702024-08-27T23:21:01.918Z[ recovery-image] Aug 27 23:21:00.097 INFO O| Aug 27 23:21:00.097 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-27T23:21:01.926Z[ recovery-image] Aug 27 23:21:00.107 INFO O| Aug 27 23:21:00.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41722024-08-27T23:21:01.927Z[ recovery-image] Aug 27 23:21:00.108 INFO O| Aug 27 23:21:00.108 INFO STEP 94 (remove_files) COMPLETE
41732024-08-27T23:21:01.931Z[ recovery-image] Aug 27 23:21:00.108 INFO O| Aug 27 23:21:00.108 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-27T23:21:01.937Z[ recovery-image] Aug 27 23:21:00.118 INFO O| Aug 27 23:21:00.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41752024-08-27T23:21:01.937Z[ recovery-image] Aug 27 23:21:00.119 INFO O| Aug 27 23:21:00.118 INFO STEP 95 (remove_files) COMPLETE
41762024-08-27T23:21:01.942Z[ recovery-image] Aug 27 23:21:00.119 INFO O| Aug 27 23:21:00.119 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-27T23:21:01.952Z[ recovery-image] Aug 27 23:21:00.133 INFO O| Aug 27 23:21:00.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41782024-08-27T23:21:01.952Z[ recovery-image] Aug 27 23:21:00.133 INFO O| Aug 27 23:21:00.133 INFO STEP 96 (remove_files) COMPLETE
41792024-08-27T23:21:01.952Z[ recovery-image] Aug 27 23:21:00.133 INFO O| Aug 27 23:21:00.133 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-27T23:21:01.964Z[ recovery-image] Aug 27 23:21:00.145 INFO O| Aug 27 23:21:00.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41812024-08-27T23:21:01.967Z[ recovery-image] Aug 27 23:21:00.146 INFO O| Aug 27 23:21:00.145 INFO STEP 97 (remove_files) COMPLETE
41822024-08-27T23:21:01.967Z[ recovery-image] Aug 27 23:21:00.146 INFO O| Aug 27 23:21:00.145 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-27T23:21:01.979Z[ recovery-image] Aug 27 23:21:00.160 INFO O| Aug 27 23:21:00.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41842024-08-27T23:21:01.979Z[ recovery-image] Aug 27 23:21:00.160 INFO O| Aug 27 23:21:00.160 INFO STEP 98 (remove_files) COMPLETE
41852024-08-27T23:21:01.981Z[ recovery-image] Aug 27 23:21:00.160 INFO O| Aug 27 23:21:00.160 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-27T23:21:01.992Z[ recovery-image] Aug 27 23:21:00.173 INFO O| Aug 27 23:21:00.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41872024-08-27T23:21:01.995Z[ recovery-image] Aug 27 23:21:00.174 INFO O| Aug 27 23:21:00.174 INFO STEP 99 (remove_files) COMPLETE
41882024-08-27T23:21:01.995Z[ recovery-image] Aug 27 23:21:00.174 INFO O| Aug 27 23:21:00.174 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-27T23:21:02.005Z[ recovery-image] Aug 27 23:21:00.186 INFO O| Aug 27 23:21:00.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41902024-08-27T23:21:02.005Z[ recovery-image] Aug 27 23:21:00.186 INFO O| Aug 27 23:21:00.186 INFO STEP 100 (remove_files) COMPLETE
41912024-08-27T23:21:02.008Z[ recovery-image] Aug 27 23:21:00.186 INFO O| Aug 27 23:21:00.186 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-27T23:21:02.017Z[ recovery-image] Aug 27 23:21:00.199 INFO O| Aug 27 23:21:00.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41932024-08-27T23:21:02.017Z[ recovery-image] Aug 27 23:21:00.199 INFO O| Aug 27 23:21:00.199 INFO STEP 101 (remove_files) COMPLETE
41942024-08-27T23:21:02.020Z[ recovery-image] Aug 27 23:21:00.199 INFO O| Aug 27 23:21:00.199 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-27T23:21:02.030Z[ recovery-image] Aug 27 23:21:00.211 INFO O| Aug 27 23:21:00.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41962024-08-27T23:21:02.030Z[ recovery-image] Aug 27 23:21:00.211 INFO O| Aug 27 23:21:00.211 INFO STEP 102 (remove_files) COMPLETE
41972024-08-27T23:21:02.030Z[ recovery-image] Aug 27 23:21:00.211 INFO O| Aug 27 23:21:00.211 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-27T23:21:02.044Z[ recovery-image] Aug 27 23:21:00.224 INFO O| Aug 27 23:21:00.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41992024-08-27T23:21:02.044Z[ recovery-image] Aug 27 23:21:00.224 INFO O| Aug 27 23:21:00.224 INFO STEP 103 (remove_files) COMPLETE
42002024-08-27T23:21:02.044Z[ recovery-image] Aug 27 23:21:00.225 INFO O| Aug 27 23:21:00.224 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-27T23:21:02.057Z[ recovery-image] Aug 27 23:21:00.238 INFO O| Aug 27 23:21:00.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42022024-08-27T23:21:02.057Z[ recovery-image] Aug 27 23:21:00.238 INFO O| Aug 27 23:21:00.238 INFO STEP 104 (remove_files) COMPLETE
42032024-08-27T23:21:02.057Z[ recovery-image] Aug 27 23:21:00.238 INFO O| Aug 27 23:21:00.238 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-27T23:21:02.069Z[ recovery-image] Aug 27 23:21:00.250 INFO O| Aug 27 23:21:00.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
42052024-08-27T23:21:02.072Z[ recovery-image] Aug 27 23:21:00.251 INFO O| Aug 27 23:21:00.251 INFO STEP 105 (remove_files) COMPLETE
42062024-08-27T23:21:02.072Z[ recovery-image] Aug 27 23:21:00.251 INFO O| Aug 27 23:21:00.251 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-27T23:21:02.081Z[ recovery-image] Aug 27 23:21:00.262 INFO O| Aug 27 23:21:00.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42082024-08-27T23:21:02.081Z[ recovery-image] Aug 27 23:21:00.262 INFO O| Aug 27 23:21:00.262 INFO STEP 106 (remove_files) COMPLETE
42092024-08-27T23:21:02.081Z[ recovery-image] Aug 27 23:21:00.263 INFO O| Aug 27 23:21:00.262 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-27T23:21:02.092Z[ recovery-image] Aug 27 23:21:00.274 INFO O| Aug 27 23:21:00.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42112024-08-27T23:21:02.092Z[ recovery-image] Aug 27 23:21:00.274 INFO O| Aug 27 23:21:00.274 INFO STEP 107 (remove_files) COMPLETE
42122024-08-27T23:21:02.092Z[ recovery-image] Aug 27 23:21:00.274 INFO O| Aug 27 23:21:00.274 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-08-27T23:21:02.103Z[ recovery-image] Aug 27 23:21:00.285 INFO O| Aug 27 23:21:00.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42142024-08-27T23:21:02.103Z[ recovery-image] Aug 27 23:21:00.285 INFO O| Aug 27 23:21:00.285 INFO STEP 108 (remove_files) COMPLETE
42152024-08-27T23:21:02.106Z[ recovery-image] Aug 27 23:21:00.285 INFO O| Aug 27 23:21:00.285 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-08-27T23:21:02.114Z[ recovery-image] Aug 27 23:21:00.295 INFO O| Aug 27 23:21:00.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42172024-08-27T23:21:02.116Z[ recovery-image] Aug 27 23:21:00.295 INFO O| Aug 27 23:21:00.295 INFO STEP 109 (remove_files) COMPLETE
42182024-08-27T23:21:02.116Z[ recovery-image] Aug 27 23:21:00.295 INFO O| Aug 27 23:21:00.295 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-08-27T23:21:02.125Z[ recovery-image] Aug 27 23:21:00.306 INFO O| Aug 27 23:21:00.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42202024-08-27T23:21:02.125Z[ recovery-image] Aug 27 23:21:00.306 INFO O| Aug 27 23:21:00.306 INFO STEP 110 (remove_files) COMPLETE
42212024-08-27T23:21:02.127Z[ recovery-image] Aug 27 23:21:00.306 INFO O| Aug 27 23:21:00.306 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-08-27T23:21:02.134Z[ recovery-image] Aug 27 23:21:00.316 INFO O| Aug 27 23:21:00.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42232024-08-27T23:21:02.137Z[ recovery-image] Aug 27 23:21:00.316 INFO O| Aug 27 23:21:00.316 INFO STEP 111 (remove_files) COMPLETE
42242024-08-27T23:21:02.137Z[ recovery-image] Aug 27 23:21:00.316 INFO O| Aug 27 23:21:00.316 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-08-27T23:21:02.145Z[ recovery-image] Aug 27 23:21:00.326 INFO O| Aug 27 23:21:00.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42262024-08-27T23:21:02.145Z[ recovery-image] Aug 27 23:21:00.326 INFO O| Aug 27 23:21:00.326 INFO STEP 112 (remove_files) COMPLETE
42272024-08-27T23:21:02.147Z[ recovery-image] Aug 27 23:21:00.326 INFO O| Aug 27 23:21:00.326 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-08-27T23:21:02.157Z[ recovery-image] Aug 27 23:21:00.337 INFO O| Aug 27 23:21:00.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42292024-08-27T23:21:02.159Z[ recovery-image] Aug 27 23:21:00.337 INFO O| Aug 27 23:21:00.337 INFO STEP 113 (remove_files) COMPLETE
42302024-08-27T23:21:02.159Z[ recovery-image] Aug 27 23:21:00.337 INFO O| Aug 27 23:21:00.337 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-08-27T23:21:02.166Z[ recovery-image] Aug 27 23:21:00.348 INFO O| Aug 27 23:21:00.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42322024-08-27T23:21:02.169Z[ recovery-image] Aug 27 23:21:00.348 INFO O| Aug 27 23:21:00.348 INFO STEP 114 (remove_files) COMPLETE
42332024-08-27T23:21:02.169Z[ recovery-image] Aug 27 23:21:00.348 INFO O| Aug 27 23:21:00.348 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-08-27T23:21:02.178Z[ recovery-image] Aug 27 23:21:00.359 INFO O| Aug 27 23:21:00.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42352024-08-27T23:21:02.178Z[ recovery-image] Aug 27 23:21:00.359 INFO O| Aug 27 23:21:00.359 INFO STEP 115 (remove_files) COMPLETE
42362024-08-27T23:21:02.180Z[ recovery-image] Aug 27 23:21:00.359 INFO O| Aug 27 23:21:00.359 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-08-27T23:21:02.188Z[ recovery-image] Aug 27 23:21:00.369 INFO O| Aug 27 23:21:00.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42382024-08-27T23:21:02.188Z[ recovery-image] Aug 27 23:21:00.369 INFO O| Aug 27 23:21:00.369 INFO STEP 116 (remove_files) COMPLETE
42392024-08-27T23:21:02.190Z[ recovery-image] Aug 27 23:21:00.369 INFO O| Aug 27 23:21:00.369 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-08-27T23:21:02.199Z[ recovery-image] Aug 27 23:21:00.380 INFO O| Aug 27 23:21:00.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42412024-08-27T23:21:02.201Z[ recovery-image] Aug 27 23:21:00.380 INFO O| Aug 27 23:21:00.380 INFO STEP 117 (remove_files) COMPLETE
42422024-08-27T23:21:02.201Z[ recovery-image] Aug 27 23:21:00.380 INFO O| Aug 27 23:21:00.380 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-08-27T23:21:02.211Z[ recovery-image] Aug 27 23:21:00.392 INFO O| Aug 27 23:21:00.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42442024-08-27T23:21:02.211Z[ recovery-image] Aug 27 23:21:00.392 INFO O| Aug 27 23:21:00.392 INFO STEP 118 (remove_files) COMPLETE
42452024-08-27T23:21:02.211Z[ recovery-image] Aug 27 23:21:00.392 INFO O| Aug 27 23:21:00.392 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-08-27T23:21:02.221Z[ recovery-image] Aug 27 23:21:00.403 INFO O| Aug 27 23:21:00.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42472024-08-27T23:21:02.221Z[ recovery-image] Aug 27 23:21:00.403 INFO O| Aug 27 23:21:00.403 INFO STEP 119 (remove_files) COMPLETE
42482024-08-27T23:21:02.224Z[ recovery-image] Aug 27 23:21:00.403 INFO O| Aug 27 23:21:00.403 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-08-27T23:21:02.232Z[ recovery-image] Aug 27 23:21:00.413 INFO O| Aug 27 23:21:00.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42502024-08-27T23:21:02.234Z[ recovery-image] Aug 27 23:21:00.414 INFO O| Aug 27 23:21:00.414 INFO STEP 120 (remove_files) COMPLETE
42512024-08-27T23:21:02.234Z[ recovery-image] Aug 27 23:21:00.414 INFO O| Aug 27 23:21:00.414 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-08-27T23:21:02.243Z[ recovery-image] Aug 27 23:21:00.425 INFO O| Aug 27 23:21:00.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42532024-08-27T23:21:02.243Z[ recovery-image] Aug 27 23:21:00.425 INFO O| Aug 27 23:21:00.425 INFO STEP 121 (remove_files) COMPLETE
42542024-08-27T23:21:02.243Z[ recovery-image] Aug 27 23:21:00.425 INFO O| Aug 27 23:21:00.425 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-08-27T23:21:02.254Z[ recovery-image] Aug 27 23:21:00.435 INFO O| Aug 27 23:21:00.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42562024-08-27T23:21:02.254Z[ recovery-image] Aug 27 23:21:00.435 INFO O| Aug 27 23:21:00.435 INFO STEP 122 (remove_files) COMPLETE
42572024-08-27T23:21:02.254Z[ recovery-image] Aug 27 23:21:00.435 INFO O| Aug 27 23:21:00.435 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-08-27T23:21:02.265Z[ recovery-image] Aug 27 23:21:00.446 INFO O| Aug 27 23:21:00.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42592024-08-27T23:21:02.265Z[ recovery-image] Aug 27 23:21:00.446 INFO O| Aug 27 23:21:00.446 INFO STEP 123 (remove_files) COMPLETE
42602024-08-27T23:21:02.267Z[ recovery-image] Aug 27 23:21:00.446 INFO O| Aug 27 23:21:00.446 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-08-27T23:21:02.276Z[ recovery-image] Aug 27 23:21:00.457 INFO O| Aug 27 23:21:00.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42622024-08-27T23:21:02.278Z[ recovery-image] Aug 27 23:21:00.457 INFO O| Aug 27 23:21:00.457 INFO STEP 124 (remove_files) COMPLETE
42632024-08-27T23:21:02.278Z[ recovery-image] Aug 27 23:21:00.457 INFO O| Aug 27 23:21:00.457 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-08-27T23:21:02.287Z[ recovery-image] Aug 27 23:21:00.468 INFO O| Aug 27 23:21:00.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42652024-08-27T23:21:02.287Z[ recovery-image] Aug 27 23:21:00.468 INFO O| Aug 27 23:21:00.468 INFO STEP 125 (remove_files) COMPLETE
42662024-08-27T23:21:02.287Z[ recovery-image] Aug 27 23:21:00.468 INFO O| Aug 27 23:21:00.468 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-08-27T23:21:02.297Z[ recovery-image] Aug 27 23:21:00.479 INFO O| Aug 27 23:21:00.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42682024-08-27T23:21:02.297Z[ recovery-image] Aug 27 23:21:00.479 INFO O| Aug 27 23:21:00.479 INFO STEP 126 (remove_files) COMPLETE
42692024-08-27T23:21:02.300Z[ recovery-image] Aug 27 23:21:00.479 INFO O| Aug 27 23:21:00.479 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-08-27T23:21:02.308Z[ recovery-image] Aug 27 23:21:00.489 INFO O| Aug 27 23:21:00.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42712024-08-27T23:21:02.311Z[ recovery-image] Aug 27 23:21:00.489 INFO O| Aug 27 23:21:00.489 INFO STEP 127 (remove_files) COMPLETE
42722024-08-27T23:21:02.311Z[ recovery-image] Aug 27 23:21:00.489 INFO O| Aug 27 23:21:00.489 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-08-27T23:21:02.319Z[ recovery-image] Aug 27 23:21:00.500 INFO O| Aug 27 23:21:00.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42742024-08-27T23:21:02.321Z[ recovery-image] Aug 27 23:21:00.500 INFO O| Aug 27 23:21:00.500 INFO STEP 128 (remove_files) COMPLETE
42752024-08-27T23:21:02.321Z[ recovery-image] Aug 27 23:21:00.500 INFO O| Aug 27 23:21:00.500 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-08-27T23:21:02.329Z[ recovery-image] Aug 27 23:21:00.510 INFO O| Aug 27 23:21:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42772024-08-27T23:21:02.329Z[ recovery-image] Aug 27 23:21:00.510 INFO O| Aug 27 23:21:00.510 INFO STEP 129 (remove_files) COMPLETE
42782024-08-27T23:21:02.331Z[ recovery-image] Aug 27 23:21:00.511 INFO O| Aug 27 23:21:00.510 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-08-27T23:21:02.340Z[ recovery-image] Aug 27 23:21:00.521 INFO O| Aug 27 23:21:00.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42802024-08-27T23:21:02.340Z[ recovery-image] Aug 27 23:21:00.521 INFO O| Aug 27 23:21:00.521 INFO STEP 130 (remove_files) COMPLETE
42812024-08-27T23:21:02.340Z[ recovery-image] Aug 27 23:21:00.521 INFO O| Aug 27 23:21:00.521 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-08-27T23:21:02.350Z[ recovery-image] Aug 27 23:21:00.531 INFO O| Aug 27 23:21:00.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42832024-08-27T23:21:02.350Z[ recovery-image] Aug 27 23:21:00.531 INFO O| Aug 27 23:21:00.531 INFO STEP 131 (remove_files) COMPLETE
42842024-08-27T23:21:02.353Z[ recovery-image] Aug 27 23:21:00.531 INFO O| Aug 27 23:21:00.531 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-08-27T23:21:02.353Z[ host-image] Aug 27 23:21:00.532 INFO O| Aug 27 23:21:00.532 INFO O| Planning: Solver setup ... Done
42862024-08-27T23:21:02.355Z[ host-image] Aug 27 23:21:00.536 INFO O| Aug 27 23:21:00.536 INFO O| Planning: Running solver ... Done
42872024-08-27T23:21:02.361Z[ recovery-image] Aug 27 23:21:00.542 INFO O| Aug 27 23:21:00.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42882024-08-27T23:21:02.364Z[ recovery-image] Aug 27 23:21:00.542 INFO O| Aug 27 23:21:00.542 INFO STEP 132 (remove_files) COMPLETE
42892024-08-27T23:21:02.364Z[ recovery-image] Aug 27 23:21:00.543 INFO O| Aug 27 23:21:00.542 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-08-27T23:21:02.372Z[ recovery-image] Aug 27 23:21:00.553 INFO O| Aug 27 23:21:00.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42912024-08-27T23:21:02.372Z[ recovery-image] Aug 27 23:21:00.554 INFO O| Aug 27 23:21:00.553 INFO STEP 133 (remove_files) COMPLETE
42922024-08-27T23:21:02.375Z[ recovery-image] Aug 27 23:21:00.554 INFO O| Aug 27 23:21:00.553 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-08-27T23:21:02.383Z[ recovery-image] Aug 27 23:21:00.564 INFO O| Aug 27 23:21:00.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42942024-08-27T23:21:02.385Z[ recovery-image] Aug 27 23:21:00.564 INFO O| Aug 27 23:21:00.564 INFO STEP 134 (remove_files) COMPLETE
42952024-08-27T23:21:02.385Z[ recovery-image] Aug 27 23:21:00.564 INFO O| Aug 27 23:21:00.564 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-08-27T23:21:02.394Z[ recovery-image] Aug 27 23:21:00.575 INFO O| Aug 27 23:21:00.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42972024-08-27T23:21:02.394Z[ recovery-image] Aug 27 23:21:00.575 INFO O| Aug 27 23:21:00.575 INFO STEP 135 (remove_files) COMPLETE
42982024-08-27T23:21:02.397Z[ recovery-image] Aug 27 23:21:00.575 INFO O| Aug 27 23:21:00.575 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-08-27T23:21:02.399Z[ host-image] Aug 27 23:21:00.578 INFO O| Aug 27 23:21:00.578 INFO O| Planning: Finding local manifests ... Done
43002024-08-27T23:21:02.399Z[ host-image] Aug 27 23:21:00.579 INFO O| Aug 27 23:21:00.579 INFO O| Planning: Fetching manifests: 0/4 0% complete
43012024-08-27T23:21:02.405Z[ recovery-image] Aug 27 23:21:00.586 INFO O| Aug 27 23:21:00.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
43022024-08-27T23:21:02.405Z[ recovery-image] Aug 27 23:21:00.586 INFO O| Aug 27 23:21:00.586 INFO STEP 136 (remove_files) COMPLETE
43032024-08-27T23:21:02.407Z[ recovery-image] Aug 27 23:21:00.586 INFO O| Aug 27 23:21:00.586 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-08-27T23:21:02.416Z[ recovery-image] Aug 27 23:21:00.598 INFO O| Aug 27 23:21:00.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
43052024-08-27T23:21:02.416Z[ recovery-image] Aug 27 23:21:00.598 INFO O| Aug 27 23:21:00.598 INFO STEP 137 (remove_files) COMPLETE
43062024-08-27T23:21:02.419Z[ recovery-image] Aug 27 23:21:00.598 INFO O| Aug 27 23:21:00.598 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-08-27T23:21:02.428Z[ recovery-image] Aug 27 23:21:00.609 INFO O| Aug 27 23:21:00.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
43082024-08-27T23:21:02.428Z[ recovery-image] Aug 27 23:21:00.609 INFO O| Aug 27 23:21:00.609 INFO STEP 138 (remove_files) COMPLETE
43092024-08-27T23:21:02.430Z[ recovery-image] Aug 27 23:21:00.609 INFO O| Aug 27 23:21:00.609 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-08-27T23:21:02.440Z[ recovery-image] Aug 27 23:21:00.621 INFO O| Aug 27 23:21:00.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
43112024-08-27T23:21:02.440Z[ recovery-image] Aug 27 23:21:00.621 INFO O| Aug 27 23:21:00.621 INFO STEP 139 (remove_files) COMPLETE
43122024-08-27T23:21:02.442Z[ recovery-image] Aug 27 23:21:00.621 INFO O| Aug 27 23:21:00.621 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-08-27T23:21:02.452Z[ recovery-image] Aug 27 23:21:00.633 INFO O| Aug 27 23:21:00.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43142024-08-27T23:21:02.452Z[ recovery-image] Aug 27 23:21:00.634 INFO O| Aug 27 23:21:00.634 INFO STEP 140 (remove_files) COMPLETE
43152024-08-27T23:21:02.455Z[ recovery-image] Aug 27 23:21:00.634 INFO O| Aug 27 23:21:00.634 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-08-27T23:21:02.463Z[ recovery-image] Aug 27 23:21:00.644 INFO O| Aug 27 23:21:00.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43172024-08-27T23:21:02.463Z[ recovery-image] Aug 27 23:21:00.645 INFO O| Aug 27 23:21:00.645 INFO STEP 141 (remove_files) COMPLETE
43182024-08-27T23:21:02.466Z[ recovery-image] Aug 27 23:21:00.645 INFO O| Aug 27 23:21:00.645 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-08-27T23:21:02.474Z[ recovery-image] Aug 27 23:21:00.655 INFO O| Aug 27 23:21:00.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43202024-08-27T23:21:02.476Z[ recovery-image] Aug 27 23:21:00.655 INFO O| Aug 27 23:21:00.655 INFO STEP 142 (remove_files) COMPLETE
43212024-08-27T23:21:02.476Z[ recovery-image] Aug 27 23:21:00.655 INFO O| Aug 27 23:21:00.655 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-08-27T23:21:02.486Z[ recovery-image] Aug 27 23:21:00.667 INFO O| Aug 27 23:21:00.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43232024-08-27T23:21:02.486Z[ recovery-image] Aug 27 23:21:00.667 INFO O| Aug 27 23:21:00.667 INFO STEP 143 (remove_files) COMPLETE
43242024-08-27T23:21:02.489Z[ recovery-image] Aug 27 23:21:00.667 INFO O| Aug 27 23:21:00.667 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-08-27T23:21:02.495Z[ host-image] Aug 27 23:21:00.676 INFO O| Aug 27 23:21:00.676 INFO O| Planning: Fetching manifests: 4/4 100% complete
43262024-08-27T23:21:02.498Z[ recovery-image] Aug 27 23:21:00.678 INFO O| Aug 27 23:21:00.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43272024-08-27T23:21:02.498Z[ recovery-image] Aug 27 23:21:00.678 INFO O| Aug 27 23:21:00.678 INFO STEP 144 (remove_files) COMPLETE
43282024-08-27T23:21:02.498Z[ recovery-image] Aug 27 23:21:00.678 INFO O| Aug 27 23:21:00.678 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-08-27T23:21:02.509Z[ recovery-image] Aug 27 23:21:00.690 INFO O| Aug 27 23:21:00.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43302024-08-27T23:21:02.509Z[ recovery-image] Aug 27 23:21:00.690 INFO O| Aug 27 23:21:00.690 INFO STEP 145 (remove_files) COMPLETE
43312024-08-27T23:21:02.509Z[ recovery-image] Aug 27 23:21:00.690 INFO O| Aug 27 23:21:00.690 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-08-27T23:21:02.519Z[ recovery-image] Aug 27 23:21:00.700 INFO O| Aug 27 23:21:00.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43332024-08-27T23:21:02.519Z[ recovery-image] Aug 27 23:21:00.700 INFO O| Aug 27 23:21:00.700 INFO STEP 146 (remove_files) COMPLETE
43342024-08-27T23:21:02.521Z[ recovery-image] Aug 27 23:21:00.701 INFO O| Aug 27 23:21:00.700 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-08-27T23:21:02.522Z[ host-image] Aug 27 23:21:00.701 INFO O| Aug 27 23:21:00.700 INFO O| Planning: Package planning ... Done
43362024-08-27T23:21:02.524Z[ host-image] Aug 27 23:21:00.703 INFO O| Aug 27 23:21:00.703 INFO O| Planning: Merging actions ... Done
43372024-08-27T23:21:02.531Z[ recovery-image] Aug 27 23:21:00.712 INFO O| Aug 27 23:21:00.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43382024-08-27T23:21:02.531Z[ recovery-image] Aug 27 23:21:00.712 INFO O| Aug 27 23:21:00.712 INFO STEP 147 (remove_files) COMPLETE
43392024-08-27T23:21:02.534Z[ recovery-image] Aug 27 23:21:00.713 INFO O| Aug 27 23:21:00.712 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-08-27T23:21:02.543Z[ recovery-image] Aug 27 23:21:00.724 INFO O| Aug 27 23:21:00.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43412024-08-27T23:21:02.545Z[ recovery-image] Aug 27 23:21:00.724 INFO O| Aug 27 23:21:00.724 INFO STEP 148 (remove_files) COMPLETE
43422024-08-27T23:21:02.545Z[ recovery-image] Aug 27 23:21:00.724 INFO O| Aug 27 23:21:00.724 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-08-27T23:21:02.554Z[ recovery-image] Aug 27 23:21:00.735 INFO O| Aug 27 23:21:00.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43442024-08-27T23:21:02.554Z[ recovery-image] Aug 27 23:21:00.735 INFO O| Aug 27 23:21:00.735 INFO STEP 149 (remove_files) COMPLETE
43452024-08-27T23:21:02.557Z[ recovery-image] Aug 27 23:21:00.735 INFO O| Aug 27 23:21:00.735 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-08-27T23:21:02.567Z[ recovery-image] Aug 27 23:21:00.748 INFO O| Aug 27 23:21:00.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43472024-08-27T23:21:02.569Z[ recovery-image] Aug 27 23:21:00.749 INFO O| Aug 27 23:21:00.749 INFO STEP 150 (remove_files) COMPLETE
43482024-08-27T23:21:02.569Z[ recovery-image] Aug 27 23:21:00.749 INFO O| Aug 27 23:21:00.749 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-08-27T23:21:02.581Z[ recovery-image] Aug 27 23:21:00.762 INFO O| Aug 27 23:21:00.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43502024-08-27T23:21:02.584Z[ recovery-image] Aug 27 23:21:00.763 INFO O| Aug 27 23:21:00.763 INFO STEP 151 (remove_files) COMPLETE
43512024-08-27T23:21:02.584Z[ recovery-image] Aug 27 23:21:00.763 INFO O| Aug 27 23:21:00.763 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-08-27T23:21:02.596Z[ recovery-image] Aug 27 23:21:00.776 INFO O| Aug 27 23:21:00.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43532024-08-27T23:21:02.596Z[ recovery-image] Aug 27 23:21:00.776 INFO O| Aug 27 23:21:00.776 INFO STEP 152 (remove_files) COMPLETE
43542024-08-27T23:21:02.596Z[ recovery-image] Aug 27 23:21:00.776 INFO O| Aug 27 23:21:00.776 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-08-27T23:21:02.605Z[ recovery-image] Aug 27 23:21:00.786 INFO O| Aug 27 23:21:00.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43562024-08-27T23:21:02.605Z[ recovery-image] Aug 27 23:21:00.786 INFO O| Aug 27 23:21:00.786 INFO STEP 153 (remove_files) COMPLETE
43572024-08-27T23:21:02.607Z[ recovery-image] Aug 27 23:21:00.786 INFO O| Aug 27 23:21:00.786 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-08-27T23:21:02.613Z[ host-image] Aug 27 23:21:00.794 INFO O| Aug 27 23:21:00.794 INFO O| Planning: Checking for conflicting actions ... Done
43592024-08-27T23:21:02.615Z[ host-image] Aug 27 23:21:00.795 INFO O| Aug 27 23:21:00.795 INFO O| Planning: Consolidating action changes ... Done
43602024-08-27T23:21:02.615Z[ recovery-image] Aug 27 23:21:00.796 INFO O| Aug 27 23:21:00.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43612024-08-27T23:21:02.615Z[ recovery-image] Aug 27 23:21:00.797 INFO O| Aug 27 23:21:00.797 INFO STEP 154 (remove_files) COMPLETE
43622024-08-27T23:21:02.615Z[ recovery-image] Aug 27 23:21:00.797 INFO O| Aug 27 23:21:00.797 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-08-27T23:21:02.627Z[ recovery-image] Aug 27 23:21:00.809 INFO O| Aug 27 23:21:00.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43642024-08-27T23:21:02.629Z[ recovery-image] Aug 27 23:21:00.809 INFO O| Aug 27 23:21:00.809 INFO STEP 155 (remove_files) COMPLETE
43652024-08-27T23:21:02.629Z[ recovery-image] Aug 27 23:21:00.809 INFO O| Aug 27 23:21:00.809 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-08-27T23:21:02.637Z[ recovery-image] Aug 27 23:21:00.818 INFO O| Aug 27 23:21:00.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43672024-08-27T23:21:02.637Z[ recovery-image] Aug 27 23:21:00.818 INFO O| Aug 27 23:21:00.818 INFO STEP 156 (remove_files) COMPLETE
43682024-08-27T23:21:02.637Z[ recovery-image] Aug 27 23:21:00.818 INFO O| Aug 27 23:21:00.818 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-08-27T23:21:02.647Z[ recovery-image] Aug 27 23:21:00.828 INFO O| Aug 27 23:21:00.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43702024-08-27T23:21:02.649Z[ recovery-image] Aug 27 23:21:00.828 INFO O| Aug 27 23:21:00.828 INFO STEP 157 (remove_files) COMPLETE
43712024-08-27T23:21:02.649Z[ recovery-image] Aug 27 23:21:00.828 INFO O| Aug 27 23:21:00.828 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-08-27T23:21:02.657Z[ recovery-image] Aug 27 23:21:00.838 INFO O| Aug 27 23:21:00.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43732024-08-27T23:21:02.657Z[ recovery-image] Aug 27 23:21:00.838 INFO O| Aug 27 23:21:00.838 INFO STEP 158 (remove_files) COMPLETE
43742024-08-27T23:21:02.660Z[ recovery-image] Aug 27 23:21:00.838 INFO O| Aug 27 23:21:00.838 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-08-27T23:21:02.667Z[ recovery-image] Aug 27 23:21:00.848 INFO O| Aug 27 23:21:00.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43762024-08-27T23:21:02.667Z[ recovery-image] Aug 27 23:21:00.848 INFO O| Aug 27 23:21:00.848 INFO STEP 159 (remove_files) COMPLETE
43772024-08-27T23:21:02.667Z[ recovery-image] Aug 27 23:21:00.848 INFO O| Aug 27 23:21:00.848 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-08-27T23:21:02.677Z[ recovery-image] Aug 27 23:21:00.858 INFO O| Aug 27 23:21:00.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43792024-08-27T23:21:02.677Z[ recovery-image] Aug 27 23:21:00.858 INFO O| Aug 27 23:21:00.858 INFO STEP 160 (remove_files) COMPLETE
43802024-08-27T23:21:02.679Z[ recovery-image] Aug 27 23:21:00.858 INFO O| Aug 27 23:21:00.858 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-08-27T23:21:02.688Z[ recovery-image] Aug 27 23:21:00.869 INFO O| Aug 27 23:21:00.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43822024-08-27T23:21:02.688Z[ recovery-image] Aug 27 23:21:00.869 INFO O| Aug 27 23:21:00.869 INFO STEP 161 (remove_files) COMPLETE
43832024-08-27T23:21:02.688Z[ recovery-image] Aug 27 23:21:00.869 INFO O| Aug 27 23:21:00.869 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-08-27T23:21:02.698Z[ recovery-image] Aug 27 23:21:00.879 INFO O| Aug 27 23:21:00.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43852024-08-27T23:21:02.700Z[ recovery-image] Aug 27 23:21:00.879 INFO O| Aug 27 23:21:00.879 INFO STEP 162 (remove_files) COMPLETE
43862024-08-27T23:21:02.700Z[ recovery-image] Aug 27 23:21:00.879 INFO O| Aug 27 23:21:00.879 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-08-27T23:21:02.708Z[ recovery-image] Aug 27 23:21:00.889 INFO O| Aug 27 23:21:00.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43882024-08-27T23:21:02.711Z[ recovery-image] Aug 27 23:21:00.889 INFO O| Aug 27 23:21:00.889 INFO STEP 163 (remove_files) COMPLETE
43892024-08-27T23:21:02.711Z[ recovery-image] Aug 27 23:21:00.889 INFO O| Aug 27 23:21:00.889 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-08-27T23:21:02.718Z[ recovery-image] Aug 27 23:21:00.899 INFO O| Aug 27 23:21:00.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43912024-08-27T23:21:02.720Z[ recovery-image] Aug 27 23:21:00.899 INFO O| Aug 27 23:21:00.899 INFO STEP 164 (remove_files) COMPLETE
43922024-08-27T23:21:02.720Z[ recovery-image] Aug 27 23:21:00.899 INFO O| Aug 27 23:21:00.899 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-08-27T23:21:02.728Z[ recovery-image] Aug 27 23:21:00.909 INFO O| Aug 27 23:21:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43942024-08-27T23:21:02.728Z[ recovery-image] Aug 27 23:21:00.909 INFO O| Aug 27 23:21:00.909 INFO STEP 165 (remove_files) COMPLETE
43952024-08-27T23:21:02.730Z[ recovery-image] Aug 27 23:21:00.909 INFO O| Aug 27 23:21:00.909 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-08-27T23:21:02.738Z[ recovery-image] Aug 27 23:21:00.920 INFO O| Aug 27 23:21:00.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43972024-08-27T23:21:02.743Z[ recovery-image] Aug 27 23:21:00.920 INFO O| Aug 27 23:21:00.920 INFO STEP 166 (remove_files) COMPLETE
43982024-08-27T23:21:02.744Z[ recovery-image] Aug 27 23:21:00.920 INFO O| Aug 27 23:21:00.920 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-08-27T23:21:02.750Z[ recovery-image] Aug 27 23:21:00.931 INFO O| Aug 27 23:21:00.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
44002024-08-27T23:21:02.750Z[ recovery-image] Aug 27 23:21:00.931 INFO O| Aug 27 23:21:00.931 INFO STEP 167 (remove_files) COMPLETE
44012024-08-27T23:21:02.750Z[ recovery-image] Aug 27 23:21:00.931 INFO O| Aug 27 23:21:00.931 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-08-27T23:21:02.762Z[ recovery-image] Aug 27 23:21:00.943 INFO O| Aug 27 23:21:00.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
44032024-08-27T23:21:02.762Z[ recovery-image] Aug 27 23:21:00.943 INFO O| Aug 27 23:21:00.943 INFO STEP 168 (remove_files) COMPLETE
44042024-08-27T23:21:02.762Z[ recovery-image] Aug 27 23:21:00.943 INFO O| Aug 27 23:21:00.943 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-08-27T23:21:02.772Z[ recovery-image] Aug 27 23:21:00.953 INFO O| Aug 27 23:21:00.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
44062024-08-27T23:21:02.772Z[ recovery-image] Aug 27 23:21:00.953 INFO O| Aug 27 23:21:00.953 INFO STEP 169 (remove_files) COMPLETE
44072024-08-27T23:21:02.775Z[ recovery-image] Aug 27 23:21:00.953 INFO O| Aug 27 23:21:00.953 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-08-27T23:21:02.784Z[ recovery-image] Aug 27 23:21:00.965 INFO O| Aug 27 23:21:00.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
44092024-08-27T23:21:02.784Z[ recovery-image] Aug 27 23:21:00.965 INFO O| Aug 27 23:21:00.965 INFO STEP 170 (remove_files) COMPLETE
44102024-08-27T23:21:02.784Z[ recovery-image] Aug 27 23:21:00.965 INFO O| Aug 27 23:21:00.965 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-08-27T23:21:02.795Z[ host-image] Aug 27 23:21:00.977 INFO O| Aug 27 23:21:00.977 INFO O| Planning: Evaluating mediators ... Done
44122024-08-27T23:21:02.798Z[ recovery-image] Aug 27 23:21:00.977 INFO O| Aug 27 23:21:00.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
44132024-08-27T23:21:02.798Z[ recovery-image] Aug 27 23:21:00.977 INFO O| Aug 27 23:21:00.977 INFO STEP 171 (remove_files) COMPLETE
44142024-08-27T23:21:02.798Z[ recovery-image] Aug 27 23:21:00.977 INFO O| Aug 27 23:21:00.977 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-27T23:21:02.798Z[ host-image] Aug 27 23:21:00.978 INFO O| Aug 27 23:21:00.978 INFO O| Planning: Planning completed in 2.28 seconds
44162024-08-27T23:21:02.800Z[ host-image] Aug 27 23:21:00.979 INFO O| Aug 27 23:21:00.979 INFO O| Packages to install: 4
44172024-08-27T23:21:02.800Z[ host-image] Aug 27 23:21:00.979 INFO O| Aug 27 23:21:00.979 INFO O| Services to change: 2
44182024-08-27T23:21:02.807Z[ recovery-image] Aug 27 23:21:00.988 INFO O| Aug 27 23:21:00.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
44192024-08-27T23:21:02.807Z[ recovery-image] Aug 27 23:21:00.988 INFO O| Aug 27 23:21:00.988 INFO STEP 172 (remove_files) COMPLETE
44202024-08-27T23:21:02.809Z[ recovery-image] Aug 27 23:21:00.988 INFO O| Aug 27 23:21:00.988 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-08-27T23:21:02.811Z[ host-image] Aug 27 23:21:00.991 INFO O| Aug 27 23:21:00.991 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
44222024-08-27T23:21:02.819Z[ recovery-image] Aug 27 23:21:01.000 INFO O| Aug 27 23:21:01.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44232024-08-27T23:21:02.819Z[ recovery-image] Aug 27 23:21:01.000 INFO O| Aug 27 23:21:01.000 INFO STEP 173 (remove_files) COMPLETE
44242024-08-27T23:21:02.821Z[ recovery-image] Aug 27 23:21:01.000 INFO O| Aug 27 23:21:01.000 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-08-27T23:21:02.833Z[ recovery-image] Aug 27 23:21:01.014 INFO O| Aug 27 23:21:01.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44262024-08-27T23:21:02.833Z[ recovery-image] Aug 27 23:21:01.014 INFO O| Aug 27 23:21:01.014 INFO STEP 174 (remove_files) COMPLETE
44272024-08-27T23:21:02.835Z[ recovery-image] Aug 27 23:21:01.014 INFO O| Aug 27 23:21:01.014 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-08-27T23:21:02.844Z[ recovery-image] Aug 27 23:21:01.025 INFO O| Aug 27 23:21:01.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44292024-08-27T23:21:02.847Z[ recovery-image] Aug 27 23:21:01.025 INFO O| Aug 27 23:21:01.025 INFO STEP 175 (remove_files) COMPLETE
44302024-08-27T23:21:02.847Z[ recovery-image] Aug 27 23:21:01.026 INFO O| Aug 27 23:21:01.025 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-08-27T23:21:02.854Z[ recovery-image] Aug 27 23:21:01.036 INFO O| Aug 27 23:21:01.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44322024-08-27T23:21:02.854Z[ recovery-image] Aug 27 23:21:01.036 INFO O| Aug 27 23:21:01.036 INFO STEP 176 (remove_files) COMPLETE
44332024-08-27T23:21:02.855Z[ recovery-image] Aug 27 23:21:01.036 INFO O| Aug 27 23:21:01.036 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-08-27T23:21:02.866Z[ recovery-image] Aug 27 23:21:01.047 INFO O| Aug 27 23:21:01.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44352024-08-27T23:21:02.868Z[ recovery-image] Aug 27 23:21:01.048 INFO O| Aug 27 23:21:01.048 INFO STEP 177 (remove_files) COMPLETE
44362024-08-27T23:21:02.868Z[ recovery-image] Aug 27 23:21:01.048 INFO O| Aug 27 23:21:01.048 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-08-27T23:21:02.881Z[ recovery-image] Aug 27 23:21:01.062 INFO O| Aug 27 23:21:01.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44382024-08-27T23:21:02.881Z[ recovery-image] Aug 27 23:21:01.062 INFO O| Aug 27 23:21:01.062 INFO STEP 178 (remove_files) COMPLETE
44392024-08-27T23:21:02.884Z[ recovery-image] Aug 27 23:21:01.062 INFO O| Aug 27 23:21:01.062 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-08-27T23:21:02.899Z[ recovery-image] Aug 27 23:21:01.080 INFO O| Aug 27 23:21:01.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44412024-08-27T23:21:02.899Z[ recovery-image] Aug 27 23:21:01.080 INFO O| Aug 27 23:21:01.080 INFO STEP 179 (remove_files) COMPLETE
44422024-08-27T23:21:02.901Z[ recovery-image] Aug 27 23:21:01.080 INFO O| Aug 27 23:21:01.080 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-08-27T23:21:02.915Z[ recovery-image] Aug 27 23:21:01.096 INFO O| Aug 27 23:21:01.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44442024-08-27T23:21:02.917Z[ recovery-image] Aug 27 23:21:01.096 INFO O| Aug 27 23:21:01.096 INFO STEP 180 (remove_files) COMPLETE
44452024-08-27T23:21:02.917Z[ recovery-image] Aug 27 23:21:01.096 INFO O| Aug 27 23:21:01.096 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-08-27T23:21:02.929Z[ recovery-image] Aug 27 23:21:01.110 INFO O| Aug 27 23:21:01.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44472024-08-27T23:21:02.931Z[ recovery-image] Aug 27 23:21:01.110 INFO O| Aug 27 23:21:01.110 INFO STEP 181 (remove_files) COMPLETE
44482024-08-27T23:21:02.931Z[ recovery-image] Aug 27 23:21:01.110 INFO O| Aug 27 23:21:01.110 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-08-27T23:21:02.943Z[ recovery-image] Aug 27 23:21:01.124 INFO O| Aug 27 23:21:01.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44502024-08-27T23:21:02.943Z[ recovery-image] Aug 27 23:21:01.124 INFO O| Aug 27 23:21:01.124 INFO STEP 182 (remove_files) COMPLETE
44512024-08-27T23:21:02.945Z[ recovery-image] Aug 27 23:21:01.124 INFO O| Aug 27 23:21:01.124 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-08-27T23:21:02.956Z[ recovery-image] Aug 27 23:21:01.137 INFO O| Aug 27 23:21:01.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44532024-08-27T23:21:02.959Z[ recovery-image] Aug 27 23:21:01.138 INFO O| Aug 27 23:21:01.138 INFO STEP 183 (remove_files) COMPLETE
44542024-08-27T23:21:02.959Z[ recovery-image] Aug 27 23:21:01.138 INFO O| Aug 27 23:21:01.138 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-08-27T23:21:02.969Z[ recovery-image] Aug 27 23:21:01.150 INFO O| Aug 27 23:21:01.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44562024-08-27T23:21:02.969Z[ recovery-image] Aug 27 23:21:01.150 INFO O| Aug 27 23:21:01.150 INFO STEP 184 (remove_files) COMPLETE
44572024-08-27T23:21:02.971Z[ recovery-image] Aug 27 23:21:01.150 INFO O| Aug 27 23:21:01.150 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-08-27T23:21:02.980Z[ recovery-image] Aug 27 23:21:01.161 INFO O| Aug 27 23:21:01.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44592024-08-27T23:21:02.980Z[ recovery-image] Aug 27 23:21:01.161 INFO O| Aug 27 23:21:01.161 INFO STEP 185 (remove_files) COMPLETE
44602024-08-27T23:21:02.983Z[ recovery-image] Aug 27 23:21:01.161 INFO O| Aug 27 23:21:01.161 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-08-27T23:21:02.990Z[ recovery-image] Aug 27 23:21:01.172 INFO O| Aug 27 23:21:01.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44622024-08-27T23:21:02.991Z[ recovery-image] Aug 27 23:21:01.172 INFO O| Aug 27 23:21:01.172 INFO STEP 186 (remove_files) COMPLETE
44632024-08-27T23:21:02.993Z[ recovery-image] Aug 27 23:21:01.172 INFO O| Aug 27 23:21:01.172 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-08-27T23:21:03.001Z[ recovery-image] Aug 27 23:21:01.182 INFO O| Aug 27 23:21:01.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44652024-08-27T23:21:03.001Z[ recovery-image] Aug 27 23:21:01.182 INFO O| Aug 27 23:21:01.182 INFO STEP 187 (remove_files) COMPLETE
44662024-08-27T23:21:03.003Z[ recovery-image] Aug 27 23:21:01.182 INFO O| Aug 27 23:21:01.182 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-08-27T23:21:03.012Z[ recovery-image] Aug 27 23:21:01.193 INFO O| Aug 27 23:21:01.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44682024-08-27T23:21:03.014Z[ recovery-image] Aug 27 23:21:01.193 INFO O| Aug 27 23:21:01.193 INFO STEP 188 (remove_files) COMPLETE
44692024-08-27T23:21:03.014Z[ recovery-image] Aug 27 23:21:01.193 INFO O| Aug 27 23:21:01.193 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-08-27T23:21:03.022Z[ recovery-image] Aug 27 23:21:01.203 INFO O| Aug 27 23:21:01.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44712024-08-27T23:21:03.022Z[ recovery-image] Aug 27 23:21:01.203 INFO O| Aug 27 23:21:01.203 INFO STEP 189 (remove_files) COMPLETE
44722024-08-27T23:21:03.025Z[ recovery-image] Aug 27 23:21:01.203 INFO O| Aug 27 23:21:01.203 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-08-27T23:21:03.032Z[ recovery-image] Aug 27 23:21:01.213 INFO O| Aug 27 23:21:01.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44742024-08-27T23:21:03.035Z[ recovery-image] Aug 27 23:21:01.213 INFO O| Aug 27 23:21:01.213 INFO STEP 190 (remove_files) COMPLETE
44752024-08-27T23:21:03.035Z[ recovery-image] Aug 27 23:21:01.214 INFO O| Aug 27 23:21:01.213 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-08-27T23:21:03.042Z[ recovery-image] Aug 27 23:21:01.224 INFO O| Aug 27 23:21:01.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44772024-08-27T23:21:03.045Z[ recovery-image] Aug 27 23:21:01.224 INFO O| Aug 27 23:21:01.224 INFO STEP 191 (remove_files) COMPLETE
44782024-08-27T23:21:03.045Z[ recovery-image] Aug 27 23:21:01.224 INFO O| Aug 27 23:21:01.224 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-08-27T23:21:03.053Z[ recovery-image] Aug 27 23:21:01.234 INFO O| Aug 27 23:21:01.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44802024-08-27T23:21:03.055Z[ recovery-image] Aug 27 23:21:01.234 INFO O| Aug 27 23:21:01.234 INFO STEP 192 (remove_files) COMPLETE
44812024-08-27T23:21:03.055Z[ recovery-image] Aug 27 23:21:01.234 INFO O| Aug 27 23:21:01.234 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-08-27T23:21:03.063Z[ recovery-image] Aug 27 23:21:01.244 INFO O| Aug 27 23:21:01.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44832024-08-27T23:21:03.063Z[ recovery-image] Aug 27 23:21:01.244 INFO O| Aug 27 23:21:01.244 INFO STEP 193 (remove_files) COMPLETE
44842024-08-27T23:21:03.065Z[ recovery-image] Aug 27 23:21:01.244 INFO O| Aug 27 23:21:01.244 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-08-27T23:21:03.073Z[ recovery-image] Aug 27 23:21:01.254 INFO O| Aug 27 23:21:01.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44862024-08-27T23:21:03.073Z[ recovery-image] Aug 27 23:21:01.254 INFO O| Aug 27 23:21:01.254 INFO STEP 194 (remove_files) COMPLETE
44872024-08-27T23:21:03.073Z[ recovery-image] Aug 27 23:21:01.254 INFO O| Aug 27 23:21:01.254 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-08-27T23:21:03.084Z[ recovery-image] Aug 27 23:21:01.265 INFO O| Aug 27 23:21:01.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44892024-08-27T23:21:03.086Z[ recovery-image] Aug 27 23:21:01.265 INFO O| Aug 27 23:21:01.265 INFO STEP 195 (remove_files) COMPLETE
44902024-08-27T23:21:03.086Z[ recovery-image] Aug 27 23:21:01.265 INFO O| Aug 27 23:21:01.265 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-08-27T23:21:03.093Z[ recovery-image] Aug 27 23:21:01.275 INFO O| Aug 27 23:21:01.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44922024-08-27T23:21:03.096Z[ recovery-image] Aug 27 23:21:01.275 INFO O| Aug 27 23:21:01.275 INFO STEP 196 (remove_files) COMPLETE
44932024-08-27T23:21:03.096Z[ recovery-image] Aug 27 23:21:01.275 INFO O| Aug 27 23:21:01.275 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-08-27T23:21:03.103Z[ recovery-image] Aug 27 23:21:01.284 INFO O| Aug 27 23:21:01.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44952024-08-27T23:21:03.103Z[ recovery-image] Aug 27 23:21:01.284 INFO O| Aug 27 23:21:01.284 INFO STEP 197 (remove_files) COMPLETE
44962024-08-27T23:21:03.106Z[ recovery-image] Aug 27 23:21:01.284 INFO O| Aug 27 23:21:01.284 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-08-27T23:21:03.113Z[ recovery-image] Aug 27 23:21:01.294 INFO O| Aug 27 23:21:01.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44982024-08-27T23:21:03.115Z[ recovery-image] Aug 27 23:21:01.294 INFO O| Aug 27 23:21:01.294 INFO STEP 198 (remove_files) COMPLETE
44992024-08-27T23:21:03.115Z[ recovery-image] Aug 27 23:21:01.294 INFO O| Aug 27 23:21:01.294 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-08-27T23:21:03.118Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 28s
45012024-08-27T23:21:03.123Z[ recovery-image] Aug 27 23:21:01.304 INFO O| Aug 27 23:21:01.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45022024-08-27T23:21:03.123Z[ recovery-image] Aug 27 23:21:01.305 INFO O| Aug 27 23:21:01.304 INFO STEP 199 (remove_files) COMPLETE
45032024-08-27T23:21:03.123Z[ recovery-image] Aug 27 23:21:01.305 INFO O| Aug 27 23:21:01.305 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-08-27T23:21:03.135Z[ recovery-image] Aug 27 23:21:01.316 INFO O| Aug 27 23:21:01.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
45052024-08-27T23:21:03.135Z[ recovery-image] Aug 27 23:21:01.316 INFO O| Aug 27 23:21:01.316 INFO STEP 200 (remove_files) COMPLETE
45062024-08-27T23:21:03.138Z[ recovery-image] Aug 27 23:21:01.316 INFO O| Aug 27 23:21:01.316 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-08-27T23:21:03.146Z[ recovery-image] Aug 27 23:21:01.328 INFO O| Aug 27 23:21:01.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
45082024-08-27T23:21:03.149Z[ recovery-image] Aug 27 23:21:01.328 INFO O| Aug 27 23:21:01.328 INFO STEP 201 (remove_files) COMPLETE
45092024-08-27T23:21:03.149Z[ recovery-image] Aug 27 23:21:01.328 INFO O| Aug 27 23:21:01.328 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-08-27T23:21:03.158Z[ recovery-image] Aug 27 23:21:01.339 INFO O| Aug 27 23:21:01.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
45112024-08-27T23:21:03.158Z[ recovery-image] Aug 27 23:21:01.339 INFO O| Aug 27 23:21:01.339 INFO STEP 202 (remove_files) COMPLETE
45122024-08-27T23:21:03.161Z[ recovery-image] Aug 27 23:21:01.339 INFO O| Aug 27 23:21:01.339 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-08-27T23:21:03.170Z[ recovery-image] Aug 27 23:21:01.351 INFO O| Aug 27 23:21:01.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
45142024-08-27T23:21:03.172Z[ recovery-image] Aug 27 23:21:01.351 INFO O| Aug 27 23:21:01.351 INFO STEP 203 (remove_files) COMPLETE
45152024-08-27T23:21:03.172Z[ recovery-image] Aug 27 23:21:01.351 INFO O| Aug 27 23:21:01.351 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-08-27T23:21:03.182Z[ recovery-image] Aug 27 23:21:01.363 INFO O| Aug 27 23:21:01.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
45172024-08-27T23:21:03.184Z[ recovery-image] Aug 27 23:21:01.363 INFO O| Aug 27 23:21:01.363 INFO STEP 204 (remove_files) COMPLETE
45182024-08-27T23:21:03.184Z[ recovery-image] Aug 27 23:21:01.363 INFO O| Aug 27 23:21:01.363 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-08-27T23:21:03.192Z[ recovery-image] Aug 27 23:21:01.373 INFO O| Aug 27 23:21:01.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
45202024-08-27T23:21:03.194Z[ recovery-image] Aug 27 23:21:01.374 INFO O| Aug 27 23:21:01.373 INFO STEP 205 (remove_files) COMPLETE
45212024-08-27T23:21:03.194Z[ recovery-image] Aug 27 23:21:01.374 INFO O| Aug 27 23:21:01.374 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-08-27T23:21:03.203Z[ recovery-image] Aug 27 23:21:01.384 INFO O| Aug 27 23:21:01.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
45232024-08-27T23:21:03.206Z[ recovery-image] Aug 27 23:21:01.385 INFO O| Aug 27 23:21:01.385 INFO STEP 206 (remove_files) COMPLETE
45242024-08-27T23:21:03.206Z[ recovery-image] Aug 27 23:21:01.385 INFO O| Aug 27 23:21:01.385 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-08-27T23:21:03.216Z[ recovery-image] Aug 27 23:21:01.396 INFO O| Aug 27 23:21:01.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45262024-08-27T23:21:03.216Z[ recovery-image] Aug 27 23:21:01.396 INFO O| Aug 27 23:21:01.396 INFO STEP 207 (remove_files) COMPLETE
45272024-08-27T23:21:03.218Z[ recovery-image] Aug 27 23:21:01.396 INFO O| Aug 27 23:21:01.396 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-08-27T23:21:03.226Z[ recovery-image] Aug 27 23:21:01.407 INFO O| Aug 27 23:21:01.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45292024-08-27T23:21:03.228Z[ recovery-image] Aug 27 23:21:01.407 INFO O| Aug 27 23:21:01.407 INFO STEP 208 (remove_files) COMPLETE
45302024-08-27T23:21:03.228Z[ recovery-image] Aug 27 23:21:01.407 INFO O| Aug 27 23:21:01.407 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-08-27T23:21:03.238Z[ recovery-image] Aug 27 23:21:01.417 INFO O| Aug 27 23:21:01.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45322024-08-27T23:21:03.238Z[ recovery-image] Aug 27 23:21:01.417 INFO O| Aug 27 23:21:01.417 INFO STEP 209 (remove_files) COMPLETE
45332024-08-27T23:21:03.238Z[ recovery-image] Aug 27 23:21:01.417 INFO O| Aug 27 23:21:01.417 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-08-27T23:21:03.248Z[ recovery-image] Aug 27 23:21:01.429 INFO O| Aug 27 23:21:01.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45352024-08-27T23:21:03.248Z[ recovery-image] Aug 27 23:21:01.429 INFO O| Aug 27 23:21:01.429 INFO STEP 210 (remove_files) COMPLETE
45362024-08-27T23:21:03.250Z[ recovery-image] Aug 27 23:21:01.429 INFO O| Aug 27 23:21:01.429 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-08-27T23:21:03.260Z[ recovery-image] Aug 27 23:21:01.441 INFO O| Aug 27 23:21:01.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45382024-08-27T23:21:03.260Z[ recovery-image] Aug 27 23:21:01.441 INFO O| Aug 27 23:21:01.441 INFO STEP 211 (remove_files) COMPLETE
45392024-08-27T23:21:03.260Z[ recovery-image] Aug 27 23:21:01.441 INFO O| Aug 27 23:21:01.441 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-08-27T23:21:03.272Z[ recovery-image] Aug 27 23:21:01.452 INFO O| Aug 27 23:21:01.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45412024-08-27T23:21:03.272Z[ recovery-image] Aug 27 23:21:01.453 INFO O| Aug 27 23:21:01.453 INFO STEP 212 (remove_files) COMPLETE
45422024-08-27T23:21:03.272Z[ recovery-image] Aug 27 23:21:01.453 INFO O| Aug 27 23:21:01.453 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-08-27T23:21:03.284Z[ recovery-image] Aug 27 23:21:01.465 INFO O| Aug 27 23:21:01.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45442024-08-27T23:21:03.285Z[ recovery-image] Aug 27 23:21:01.465 INFO O| Aug 27 23:21:01.465 INFO STEP 213 (remove_files) COMPLETE
45452024-08-27T23:21:03.285Z[ recovery-image] Aug 27 23:21:01.465 INFO O| Aug 27 23:21:01.465 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-08-27T23:21:03.297Z[ recovery-image] Aug 27 23:21:01.477 INFO O| Aug 27 23:21:01.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45472024-08-27T23:21:03.297Z[ recovery-image] Aug 27 23:21:01.478 INFO O| Aug 27 23:21:01.478 INFO STEP 214 (remove_files) COMPLETE
45482024-08-27T23:21:03.299Z[ recovery-image] Aug 27 23:21:01.478 INFO O| Aug 27 23:21:01.478 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-08-27T23:21:03.309Z[ recovery-image] Aug 27 23:21:01.490 INFO O| Aug 27 23:21:01.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45502024-08-27T23:21:03.309Z[ recovery-image] Aug 27 23:21:01.490 INFO O| Aug 27 23:21:01.490 INFO STEP 215 (remove_files) COMPLETE
45512024-08-27T23:21:03.309Z[ recovery-image] Aug 27 23:21:01.490 INFO O| Aug 27 23:21:01.490 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-08-27T23:21:03.321Z[ recovery-image] Aug 27 23:21:01.501 INFO O| Aug 27 23:21:01.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45532024-08-27T23:21:03.321Z[ recovery-image] Aug 27 23:21:01.502 INFO O| Aug 27 23:21:01.502 INFO STEP 216 (remove_files) COMPLETE
45542024-08-27T23:21:03.323Z[ recovery-image] Aug 27 23:21:01.502 INFO O| Aug 27 23:21:01.502 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-08-27T23:21:03.332Z[ recovery-image] Aug 27 23:21:01.513 INFO O| Aug 27 23:21:01.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45562024-08-27T23:21:03.332Z[ recovery-image] Aug 27 23:21:01.513 INFO O| Aug 27 23:21:01.513 INFO STEP 217 (remove_files) COMPLETE
45572024-08-27T23:21:03.335Z[ recovery-image] Aug 27 23:21:01.513 INFO O| Aug 27 23:21:01.513 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-08-27T23:21:03.345Z[ recovery-image] Aug 27 23:21:01.526 INFO O| Aug 27 23:21:01.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45592024-08-27T23:21:03.345Z[ recovery-image] Aug 27 23:21:01.526 INFO O| Aug 27 23:21:01.526 INFO STEP 218 (remove_files) COMPLETE
45602024-08-27T23:21:03.345Z[ recovery-image] Aug 27 23:21:01.526 INFO O| Aug 27 23:21:01.526 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-08-27T23:21:03.357Z[ recovery-image] Aug 27 23:21:01.538 INFO O| Aug 27 23:21:01.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45622024-08-27T23:21:03.358Z[ recovery-image] Aug 27 23:21:01.538 INFO O| Aug 27 23:21:01.538 INFO STEP 219 (remove_files) COMPLETE
45632024-08-27T23:21:03.358Z[ recovery-image] Aug 27 23:21:01.538 INFO O| Aug 27 23:21:01.538 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-08-27T23:21:03.371Z[ recovery-image] Aug 27 23:21:01.551 INFO O| Aug 27 23:21:01.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45652024-08-27T23:21:03.371Z[ recovery-image] Aug 27 23:21:01.551 INFO O| Aug 27 23:21:01.551 INFO STEP 220 (remove_files) COMPLETE
45662024-08-27T23:21:03.373Z[ recovery-image] Aug 27 23:21:01.552 INFO O| Aug 27 23:21:01.551 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-08-27T23:21:03.385Z[ recovery-image] Aug 27 23:21:01.565 INFO O| Aug 27 23:21:01.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45682024-08-27T23:21:03.385Z[ recovery-image] Aug 27 23:21:01.565 INFO O| Aug 27 23:21:01.565 INFO STEP 221 (remove_files) COMPLETE
45692024-08-27T23:21:03.387Z[ recovery-image] Aug 27 23:21:01.565 INFO O| Aug 27 23:21:01.565 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-08-27T23:21:03.398Z[ recovery-image] Aug 27 23:21:01.579 INFO O| Aug 27 23:21:01.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45712024-08-27T23:21:03.398Z[ recovery-image] Aug 27 23:21:01.579 INFO O| Aug 27 23:21:01.579 INFO STEP 222 (remove_files) COMPLETE
45722024-08-27T23:21:03.400Z[ recovery-image] Aug 27 23:21:01.579 INFO O| Aug 27 23:21:01.579 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-08-27T23:21:03.411Z[ recovery-image] Aug 27 23:21:01.592 INFO O| Aug 27 23:21:01.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45742024-08-27T23:21:03.411Z[ recovery-image] Aug 27 23:21:01.592 INFO O| Aug 27 23:21:01.592 INFO STEP 223 (remove_files) COMPLETE
45752024-08-27T23:21:03.413Z[ recovery-image] Aug 27 23:21:01.592 INFO O| Aug 27 23:21:01.592 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-08-27T23:21:03.423Z[ recovery-image] Aug 27 23:21:01.604 INFO O| Aug 27 23:21:01.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45772024-08-27T23:21:03.423Z[ recovery-image] Aug 27 23:21:01.604 INFO O| Aug 27 23:21:01.604 INFO STEP 224 (remove_files) COMPLETE
45782024-08-27T23:21:03.423Z[ recovery-image] Aug 27 23:21:01.604 INFO O| Aug 27 23:21:01.604 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-08-27T23:21:03.434Z[ recovery-image] Aug 27 23:21:01.615 INFO O| Aug 27 23:21:01.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45802024-08-27T23:21:03.436Z[ recovery-image] Aug 27 23:21:01.615 INFO O| Aug 27 23:21:01.615 INFO STEP 225 (remove_files) COMPLETE
45812024-08-27T23:21:03.436Z[ recovery-image] Aug 27 23:21:01.615 INFO O| Aug 27 23:21:01.615 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-08-27T23:21:03.439ZAug 27 23:21:01.620 INFO [verify-libraries] process exited with exit status: 0 (273.115010814s)
45832024-08-27T23:21:03.445Z[ recovery-image] Aug 27 23:21:01.626 INFO O| Aug 27 23:21:01.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45842024-08-27T23:21:03.447Z[ recovery-image] Aug 27 23:21:01.626 INFO O| Aug 27 23:21:01.626 INFO STEP 226 (remove_files) COMPLETE
45852024-08-27T23:21:03.448Z[ recovery-image] Aug 27 23:21:01.626 INFO O| Aug 27 23:21:01.626 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-08-27T23:21:03.455Z[ recovery-image] Aug 27 23:21:01.636 INFO O| Aug 27 23:21:01.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45872024-08-27T23:21:03.455Z[ recovery-image] Aug 27 23:21:01.636 INFO O| Aug 27 23:21:01.636 INFO STEP 227 (remove_files) COMPLETE
45882024-08-27T23:21:03.461Z[ recovery-image] Aug 27 23:21:01.636 INFO O| Aug 27 23:21:01.636 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-08-27T23:21:03.470Z[ recovery-image] Aug 27 23:21:01.646 INFO O| Aug 27 23:21:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45902024-08-27T23:21:03.470Z[ recovery-image] Aug 27 23:21:01.646 INFO O| Aug 27 23:21:01.646 INFO STEP 228 (remove_files) COMPLETE
45912024-08-27T23:21:03.470Z[ recovery-image] Aug 27 23:21:01.646 INFO O| Aug 27 23:21:01.646 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-08-27T23:21:03.477Z[ recovery-image] Aug 27 23:21:01.657 INFO O| Aug 27 23:21:01.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45932024-08-27T23:21:03.477Z[ recovery-image] Aug 27 23:21:01.657 INFO O| Aug 27 23:21:01.657 INFO STEP 229 (remove_files) COMPLETE
45942024-08-27T23:21:03.480Z[ recovery-image] Aug 27 23:21:01.657 INFO O| Aug 27 23:21:01.657 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-08-27T23:21:03.486Z[ recovery-image] Aug 27 23:21:01.667 INFO O| Aug 27 23:21:01.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45962024-08-27T23:21:03.486Z[ recovery-image] Aug 27 23:21:01.667 INFO O| Aug 27 23:21:01.667 INFO STEP 230 (remove_files) COMPLETE
45972024-08-27T23:21:03.489Z[ recovery-image] Aug 27 23:21:01.667 INFO O| Aug 27 23:21:01.667 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-08-27T23:21:03.499Z[ recovery-image] Aug 27 23:21:01.677 INFO O| Aug 27 23:21:01.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45992024-08-27T23:21:03.499Z[ recovery-image] Aug 27 23:21:01.677 INFO O| Aug 27 23:21:01.677 INFO STEP 231 (remove_files) COMPLETE
46002024-08-27T23:21:03.502Z[ recovery-image] Aug 27 23:21:01.677 INFO O| Aug 27 23:21:01.677 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-08-27T23:21:03.506Z[ recovery-image] Aug 27 23:21:01.687 INFO O| Aug 27 23:21:01.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46022024-08-27T23:21:03.506Z[ recovery-image] Aug 27 23:21:01.687 INFO O| Aug 27 23:21:01.687 INFO STEP 232 (remove_files) COMPLETE
46032024-08-27T23:21:03.506Z[ recovery-image] Aug 27 23:21:01.687 INFO O| Aug 27 23:21:01.687 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-08-27T23:21:03.516Z[ recovery-image] Aug 27 23:21:01.697 INFO O| Aug 27 23:21:01.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
46052024-08-27T23:21:03.516Z[ recovery-image] Aug 27 23:21:01.697 INFO O| Aug 27 23:21:01.697 INFO STEP 233 (remove_files) COMPLETE
46062024-08-27T23:21:03.518Z[ recovery-image] Aug 27 23:21:01.697 INFO O| Aug 27 23:21:01.697 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-08-27T23:21:03.526Z[ recovery-image] Aug 27 23:21:01.707 INFO O| Aug 27 23:21:01.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
46082024-08-27T23:21:03.526Z[ recovery-image] Aug 27 23:21:01.707 INFO O| Aug 27 23:21:01.707 INFO STEP 234 (remove_files) COMPLETE
46092024-08-27T23:21:03.528Z[ recovery-image] Aug 27 23:21:01.707 INFO O| Aug 27 23:21:01.707 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-08-27T23:21:03.535Z[ recovery-image] Aug 27 23:21:01.716 INFO O| Aug 27 23:21:01.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
46112024-08-27T23:21:03.535Z[ recovery-image] Aug 27 23:21:01.716 INFO O| Aug 27 23:21:01.716 INFO STEP 235 (remove_files) COMPLETE
46122024-08-27T23:21:03.537Z[ recovery-image] Aug 27 23:21:01.716 INFO O| Aug 27 23:21:01.716 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-08-27T23:21:03.545Z[ recovery-image] Aug 27 23:21:01.726 INFO O| Aug 27 23:21:01.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
46142024-08-27T23:21:03.548Z[ recovery-image] Aug 27 23:21:01.726 INFO O| Aug 27 23:21:01.726 INFO STEP 236 (remove_files) COMPLETE
46152024-08-27T23:21:03.548Z[ recovery-image] Aug 27 23:21:01.726 INFO O| Aug 27 23:21:01.726 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-08-27T23:21:03.555Z[ recovery-image] Aug 27 23:21:01.736 INFO O| Aug 27 23:21:01.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
46172024-08-27T23:21:03.555Z[ recovery-image] Aug 27 23:21:01.736 INFO O| Aug 27 23:21:01.736 INFO STEP 237 (remove_files) COMPLETE
46182024-08-27T23:21:03.555Z[ recovery-image] Aug 27 23:21:01.736 INFO O| Aug 27 23:21:01.736 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-08-27T23:21:03.571Z[ recovery-image] Aug 27 23:21:01.746 INFO O| Aug 27 23:21:01.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
46202024-08-27T23:21:03.571Z[ recovery-image] Aug 27 23:21:01.746 INFO O| Aug 27 23:21:01.746 INFO STEP 238 (remove_files) COMPLETE
46212024-08-27T23:21:03.573Z[ recovery-image] Aug 27 23:21:01.746 INFO O| Aug 27 23:21:01.746 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-08-27T23:21:03.580Z[ recovery-image] Aug 27 23:21:01.756 INFO O| Aug 27 23:21:01.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
46232024-08-27T23:21:03.580Z[ recovery-image] Aug 27 23:21:01.756 INFO O| Aug 27 23:21:01.756 INFO STEP 239 (remove_files) COMPLETE
46242024-08-27T23:21:03.580Z[ recovery-image] Aug 27 23:21:01.756 INFO O| Aug 27 23:21:01.756 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-08-27T23:21:03.587Z[ recovery-image] Aug 27 23:21:01.767 INFO O| Aug 27 23:21:01.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46262024-08-27T23:21:03.587Z[ recovery-image] Aug 27 23:21:01.767 INFO O| Aug 27 23:21:01.767 INFO STEP 240 (remove_files) COMPLETE
46272024-08-27T23:21:03.590Z[ recovery-image] Aug 27 23:21:01.767 INFO O| Aug 27 23:21:01.767 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-08-27T23:21:03.596Z[ recovery-image] Aug 27 23:21:01.777 INFO O| Aug 27 23:21:01.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46292024-08-27T23:21:03.596Z[ recovery-image] Aug 27 23:21:01.777 INFO O| Aug 27 23:21:01.777 INFO STEP 241 (remove_files) COMPLETE
46302024-08-27T23:21:03.599Z[ recovery-image] Aug 27 23:21:01.777 INFO O| Aug 27 23:21:01.777 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-08-27T23:21:03.607Z[ recovery-image] Aug 27 23:21:01.787 INFO O| Aug 27 23:21:01.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46322024-08-27T23:21:03.610Z[ recovery-image] Aug 27 23:21:01.787 INFO O| Aug 27 23:21:01.787 INFO STEP 242 (remove_files) COMPLETE
46332024-08-27T23:21:03.610Z[ recovery-image] Aug 27 23:21:01.787 INFO O| Aug 27 23:21:01.787 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-08-27T23:21:03.617Z[ recovery-image] Aug 27 23:21:01.798 INFO O| Aug 27 23:21:01.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46352024-08-27T23:21:03.617Z[ recovery-image] Aug 27 23:21:01.798 INFO O| Aug 27 23:21:01.798 INFO STEP 243 (remove_files) COMPLETE
46362024-08-27T23:21:03.620Z[ recovery-image] Aug 27 23:21:01.798 INFO O| Aug 27 23:21:01.798 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-08-27T23:21:03.628Z[ recovery-image] Aug 27 23:21:01.809 INFO O| Aug 27 23:21:01.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46382024-08-27T23:21:03.628Z[ recovery-image] Aug 27 23:21:01.809 INFO O| Aug 27 23:21:01.809 INFO STEP 244 (remove_files) COMPLETE
46392024-08-27T23:21:03.630Z[ recovery-image] Aug 27 23:21:01.809 INFO O| Aug 27 23:21:01.809 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-08-27T23:21:03.638Z[ recovery-image] Aug 27 23:21:01.819 INFO O| Aug 27 23:21:01.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46412024-08-27T23:21:03.638Z[ recovery-image] Aug 27 23:21:01.819 INFO O| Aug 27 23:21:01.819 INFO STEP 245 (remove_files) COMPLETE
46422024-08-27T23:21:03.641Z[ recovery-image] Aug 27 23:21:01.819 INFO O| Aug 27 23:21:01.819 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-08-27T23:21:03.648Z[ recovery-image] Aug 27 23:21:01.829 INFO O| Aug 27 23:21:01.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46442024-08-27T23:21:03.648Z[ recovery-image] Aug 27 23:21:01.829 INFO O| Aug 27 23:21:01.829 INFO STEP 246 (remove_files) COMPLETE
46452024-08-27T23:21:03.648Z[ recovery-image] Aug 27 23:21:01.829 INFO O| Aug 27 23:21:01.829 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-08-27T23:21:03.659Z[ recovery-image] Aug 27 23:21:01.839 INFO O| Aug 27 23:21:01.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46472024-08-27T23:21:03.659Z[ recovery-image] Aug 27 23:21:01.839 INFO O| Aug 27 23:21:01.839 INFO STEP 247 (remove_files) COMPLETE
46482024-08-27T23:21:03.659Z[ recovery-image] Aug 27 23:21:01.839 INFO O| Aug 27 23:21:01.839 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-08-27T23:21:03.668Z[ recovery-image] Aug 27 23:21:01.849 INFO O| Aug 27 23:21:01.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46502024-08-27T23:21:03.671Z[ recovery-image] Aug 27 23:21:01.850 INFO O| Aug 27 23:21:01.849 INFO STEP 248 (remove_files) COMPLETE
46512024-08-27T23:21:03.671Z[ recovery-image] Aug 27 23:21:01.850 INFO O| Aug 27 23:21:01.849 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-08-27T23:21:03.679Z[ recovery-image] Aug 27 23:21:01.860 INFO O| Aug 27 23:21:01.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46532024-08-27T23:21:03.681Z[ recovery-image] Aug 27 23:21:01.860 INFO O| Aug 27 23:21:01.860 INFO STEP 249 (remove_files) COMPLETE
46542024-08-27T23:21:03.681Z[ recovery-image] Aug 27 23:21:01.860 INFO O| Aug 27 23:21:01.860 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-08-27T23:21:03.689Z[ recovery-image] Aug 27 23:21:01.870 INFO O| Aug 27 23:21:01.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46562024-08-27T23:21:03.689Z[ recovery-image] Aug 27 23:21:01.870 INFO O| Aug 27 23:21:01.870 INFO STEP 250 (remove_files) COMPLETE
46572024-08-27T23:21:03.692Z[ recovery-image] Aug 27 23:21:01.870 INFO O| Aug 27 23:21:01.870 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-08-27T23:21:03.700Z[ recovery-image] Aug 27 23:21:01.881 INFO O| Aug 27 23:21:01.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46592024-08-27T23:21:03.700Z[ recovery-image] Aug 27 23:21:01.881 INFO O| Aug 27 23:21:01.881 INFO STEP 251 (remove_files) COMPLETE
46602024-08-27T23:21:03.703Z[ recovery-image] Aug 27 23:21:01.881 INFO O| Aug 27 23:21:01.881 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-08-27T23:21:03.711Z[ recovery-image] Aug 27 23:21:01.891 INFO O| Aug 27 23:21:01.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46622024-08-27T23:21:03.713Z[ recovery-image] Aug 27 23:21:01.891 INFO O| Aug 27 23:21:01.891 INFO STEP 252 (remove_files) COMPLETE
46632024-08-27T23:21:03.713Z[ recovery-image] Aug 27 23:21:01.892 INFO O| Aug 27 23:21:01.891 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-08-27T23:21:03.723Z[ recovery-image] Aug 27 23:21:01.902 INFO O| Aug 27 23:21:01.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46652024-08-27T23:21:03.725Z[ recovery-image] Aug 27 23:21:01.902 INFO O| Aug 27 23:21:01.902 INFO STEP 253 (remove_files) COMPLETE
46662024-08-27T23:21:03.725Z[ recovery-image] Aug 27 23:21:01.903 INFO O| Aug 27 23:21:01.902 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-08-27T23:21:03.732Z[ recovery-image] Aug 27 23:21:01.913 INFO O| Aug 27 23:21:01.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46682024-08-27T23:21:03.732Z[ recovery-image] Aug 27 23:21:01.913 INFO O| Aug 27 23:21:01.913 INFO STEP 254 (remove_files) COMPLETE
46692024-08-27T23:21:03.735Z[ recovery-image] Aug 27 23:21:01.913 INFO O| Aug 27 23:21:01.913 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-08-27T23:21:03.743Z[ recovery-image] Aug 27 23:21:01.924 INFO O| Aug 27 23:21:01.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46712024-08-27T23:21:03.743Z[ recovery-image] Aug 27 23:21:01.924 INFO O| Aug 27 23:21:01.924 INFO STEP 255 (remove_files) COMPLETE
46722024-08-27T23:21:03.743Z[ recovery-image] Aug 27 23:21:01.924 INFO O| Aug 27 23:21:01.924 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-08-27T23:21:03.753Z[ recovery-image] Aug 27 23:21:01.934 INFO O| Aug 27 23:21:01.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46742024-08-27T23:21:03.754Z[ recovery-image] Aug 27 23:21:01.934 INFO O| Aug 27 23:21:01.934 INFO STEP 256 (remove_files) COMPLETE
46752024-08-27T23:21:03.756Z[ recovery-image] Aug 27 23:21:01.934 INFO O| Aug 27 23:21:01.934 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-08-27T23:21:03.764Z[ recovery-image] Aug 27 23:21:01.945 INFO O| Aug 27 23:21:01.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46772024-08-27T23:21:03.764Z[ recovery-image] Aug 27 23:21:01.945 INFO O| Aug 27 23:21:01.945 INFO STEP 257 (remove_files) COMPLETE
46782024-08-27T23:21:03.766Z[ recovery-image] Aug 27 23:21:01.945 INFO O| Aug 27 23:21:01.945 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-08-27T23:21:03.774Z[ recovery-image] Aug 27 23:21:01.955 INFO O| Aug 27 23:21:01.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46802024-08-27T23:21:03.776Z[ recovery-image] Aug 27 23:21:01.955 INFO O| Aug 27 23:21:01.955 INFO STEP 258 (remove_files) COMPLETE
46812024-08-27T23:21:03.776Z[ recovery-image] Aug 27 23:21:01.955 INFO O| Aug 27 23:21:01.955 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-08-27T23:21:03.785Z[ recovery-image] Aug 27 23:21:01.966 INFO O| Aug 27 23:21:01.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46832024-08-27T23:21:03.785Z[ recovery-image] Aug 27 23:21:01.966 INFO O| Aug 27 23:21:01.966 INFO STEP 259 (remove_files) COMPLETE
46842024-08-27T23:21:03.787Z[ recovery-image] Aug 27 23:21:01.966 INFO O| Aug 27 23:21:01.966 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-08-27T23:21:03.790Z[ host-image] Aug 27 23:21:01.969 INFO O| Aug 27 23:21:01.968 INFO O| Download: Completed 1.39 MB in 0.98 seconds (1.4M/s)
46862024-08-27T23:21:03.798Z[ recovery-image] Aug 27 23:21:01.979 INFO O| Aug 27 23:21:01.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46872024-08-27T23:21:03.798Z[ recovery-image] Aug 27 23:21:01.979 INFO O| Aug 27 23:21:01.979 INFO STEP 260 (remove_files) COMPLETE
46882024-08-27T23:21:03.798Z[ recovery-image] Aug 27 23:21:01.979 INFO O| Aug 27 23:21:01.979 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-08-27T23:21:03.810Z[ recovery-image] Aug 27 23:21:01.991 INFO O| Aug 27 23:21:01.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46902024-08-27T23:21:03.810Z[ recovery-image] Aug 27 23:21:01.991 INFO O| Aug 27 23:21:01.991 INFO STEP 261 (remove_files) COMPLETE
46912024-08-27T23:21:03.810Z[ recovery-image] Aug 27 23:21:01.991 INFO O| Aug 27 23:21:01.991 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-08-27T23:21:03.819Z[ host-image] Aug 27 23:21:02.000 INFO O| Aug 27 23:21:02.000 INFO O| Actions: 1/238 actions (Installing new actions)
46932024-08-27T23:21:03.829Z[ recovery-image] Aug 27 23:21:02.003 INFO O| Aug 27 23:21:02.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46942024-08-27T23:21:03.829Z[ recovery-image] Aug 27 23:21:02.003 INFO O| Aug 27 23:21:02.003 INFO STEP 262 (remove_files) COMPLETE
46952024-08-27T23:21:03.829Z[ recovery-image] Aug 27 23:21:02.004 INFO O| Aug 27 23:21:02.003 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-08-27T23:21:03.838Z[ recovery-image] Aug 27 23:21:02.014 INFO O| Aug 27 23:21:02.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46972024-08-27T23:21:03.838Z[ recovery-image] Aug 27 23:21:02.014 INFO O| Aug 27 23:21:02.014 INFO STEP 263 (remove_files) COMPLETE
46982024-08-27T23:21:03.838Z[ recovery-image] Aug 27 23:21:02.014 INFO O| Aug 27 23:21:02.014 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-08-27T23:21:03.848Z[ recovery-image] Aug 27 23:21:02.025 INFO O| Aug 27 23:21:02.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47002024-08-27T23:21:03.848Z[ recovery-image] Aug 27 23:21:02.025 INFO O| Aug 27 23:21:02.025 INFO STEP 264 (remove_files) COMPLETE
47012024-08-27T23:21:03.848Z[ recovery-image] Aug 27 23:21:02.025 INFO O| Aug 27 23:21:02.025 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-08-27T23:21:03.855Z[ recovery-image] Aug 27 23:21:02.035 INFO O| Aug 27 23:21:02.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47032024-08-27T23:21:03.855Z[ recovery-image] Aug 27 23:21:02.035 INFO O| Aug 27 23:21:02.035 INFO STEP 265 (remove_files) COMPLETE
47042024-08-27T23:21:03.855Z[ recovery-image] Aug 27 23:21:02.035 INFO O| Aug 27 23:21:02.035 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-08-27T23:21:03.864Z[ recovery-image] Aug 27 23:21:02.045 INFO O| Aug 27 23:21:02.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47062024-08-27T23:21:03.864Z[ recovery-image] Aug 27 23:21:02.045 INFO O| Aug 27 23:21:02.045 INFO STEP 266 (remove_files) COMPLETE
47072024-08-27T23:21:03.864Z[ recovery-image] Aug 27 23:21:02.045 INFO O| Aug 27 23:21:02.045 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-08-27T23:21:03.874Z[ recovery-image] Aug 27 23:21:02.055 INFO O| Aug 27 23:21:02.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47092024-08-27T23:21:03.877Z[ recovery-image] Aug 27 23:21:02.055 INFO O| Aug 27 23:21:02.055 INFO STEP 267 (remove_files) COMPLETE
47102024-08-27T23:21:03.877Z[ recovery-image] Aug 27 23:21:02.056 INFO O| Aug 27 23:21:02.055 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-08-27T23:21:03.885Z[ recovery-image] Aug 27 23:21:02.066 INFO O| Aug 27 23:21:02.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47122024-08-27T23:21:03.885Z[ recovery-image] Aug 27 23:21:02.066 INFO O| Aug 27 23:21:02.066 INFO STEP 268 (remove_files) COMPLETE
47132024-08-27T23:21:03.887Z[ recovery-image] Aug 27 23:21:02.066 INFO O| Aug 27 23:21:02.066 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-08-27T23:21:03.896Z[ recovery-image] Aug 27 23:21:02.077 INFO O| Aug 27 23:21:02.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
47152024-08-27T23:21:03.899Z[ recovery-image] Aug 27 23:21:02.077 INFO O| Aug 27 23:21:02.077 INFO STEP 269 (remove_files) COMPLETE
47162024-08-27T23:21:03.899Z[ recovery-image] Aug 27 23:21:02.077 INFO O| Aug 27 23:21:02.077 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-08-27T23:21:03.908Z[ recovery-image] Aug 27 23:21:02.088 INFO O| Aug 27 23:21:02.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
47182024-08-27T23:21:03.910Z[ recovery-image] Aug 27 23:21:02.089 INFO O| Aug 27 23:21:02.089 INFO STEP 270 (remove_files) COMPLETE
47192024-08-27T23:21:03.910Z[ recovery-image] Aug 27 23:21:02.089 INFO O| Aug 27 23:21:02.089 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-08-27T23:21:03.919Z[ recovery-image] Aug 27 23:21:02.100 INFO O| Aug 27 23:21:02.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
47212024-08-27T23:21:03.921Z[ recovery-image] Aug 27 23:21:02.100 INFO O| Aug 27 23:21:02.100 INFO STEP 271 (remove_files) COMPLETE
47222024-08-27T23:21:03.921Z[ recovery-image] Aug 27 23:21:02.100 INFO O| Aug 27 23:21:02.100 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-08-27T23:21:03.927Z[ host-image] Aug 27 23:21:02.108 INFO O| Aug 27 23:21:02.108 INFO O| Actions: Completed 238 actions in 0.11 seconds.
47242024-08-27T23:21:03.930Z[ recovery-image] Aug 27 23:21:02.111 INFO O| Aug 27 23:21:02.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
47252024-08-27T23:21:03.933Z[ recovery-image] Aug 27 23:21:02.112 INFO O| Aug 27 23:21:02.111 INFO STEP 272 (remove_files) COMPLETE
47262024-08-27T23:21:03.933Z[ recovery-image] Aug 27 23:21:02.112 INFO O| Aug 27 23:21:02.111 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-08-27T23:21:03.942Z[ recovery-image] Aug 27 23:21:02.122 INFO O| Aug 27 23:21:02.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47282024-08-27T23:21:03.944Z[ recovery-image] Aug 27 23:21:02.123 INFO O| Aug 27 23:21:02.122 INFO STEP 273 (remove_files) COMPLETE
47292024-08-27T23:21:03.944Z[ recovery-image] Aug 27 23:21:02.123 INFO O| Aug 27 23:21:02.123 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-08-27T23:21:03.953Z[ recovery-image] Aug 27 23:21:02.134 INFO O| Aug 27 23:21:02.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47312024-08-27T23:21:03.953Z[ recovery-image] Aug 27 23:21:02.134 INFO O| Aug 27 23:21:02.134 INFO STEP 274 (remove_files) COMPLETE
47322024-08-27T23:21:03.955Z[ recovery-image] Aug 27 23:21:02.134 INFO O| Aug 27 23:21:02.134 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-08-27T23:21:03.964Z[ recovery-image] Aug 27 23:21:02.144 INFO O| Aug 27 23:21:02.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47342024-08-27T23:21:03.964Z[ recovery-image] Aug 27 23:21:02.144 INFO O| Aug 27 23:21:02.144 INFO STEP 275 (remove_files) COMPLETE
47352024-08-27T23:21:03.966Z[ recovery-image] Aug 27 23:21:02.144 INFO O| Aug 27 23:21:02.144 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-08-27T23:21:03.974Z[ recovery-image] Aug 27 23:21:02.155 INFO O| Aug 27 23:21:02.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47372024-08-27T23:21:03.974Z[ recovery-image] Aug 27 23:21:02.155 INFO O| Aug 27 23:21:02.155 INFO STEP 276 (remove_files) COMPLETE
47382024-08-27T23:21:03.976Z[ recovery-image] Aug 27 23:21:02.155 INFO O| Aug 27 23:21:02.155 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-08-27T23:21:03.984Z[ recovery-image] Aug 27 23:21:02.165 INFO O| Aug 27 23:21:02.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47402024-08-27T23:21:03.984Z[ recovery-image] Aug 27 23:21:02.165 INFO O| Aug 27 23:21:02.165 INFO STEP 277 (remove_files) COMPLETE
47412024-08-27T23:21:03.984Z[ recovery-image] Aug 27 23:21:02.165 INFO O| Aug 27 23:21:02.165 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-08-27T23:21:03.994Z[ recovery-image] Aug 27 23:21:02.175 INFO O| Aug 27 23:21:02.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47432024-08-27T23:21:03.994Z[ recovery-image] Aug 27 23:21:02.175 INFO O| Aug 27 23:21:02.175 INFO STEP 278 (remove_files) COMPLETE
47442024-08-27T23:21:03.994Z[ recovery-image] Aug 27 23:21:02.175 INFO O| Aug 27 23:21:02.175 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-08-27T23:21:04.004Z[ recovery-image] Aug 27 23:21:02.185 INFO O| Aug 27 23:21:02.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47462024-08-27T23:21:04.005Z[ recovery-image] Aug 27 23:21:02.185 INFO O| Aug 27 23:21:02.185 INFO STEP 279 (remove_files) COMPLETE
47472024-08-27T23:21:04.005Z[ recovery-image] Aug 27 23:21:02.185 INFO O| Aug 27 23:21:02.185 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-08-27T23:21:04.014Z[ recovery-image] Aug 27 23:21:02.195 INFO O| Aug 27 23:21:02.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47492024-08-27T23:21:04.015Z[ recovery-image] Aug 27 23:21:02.195 INFO O| Aug 27 23:21:02.195 INFO STEP 280 (remove_files) COMPLETE
47502024-08-27T23:21:04.015Z[ recovery-image] Aug 27 23:21:02.195 INFO O| Aug 27 23:21:02.195 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-08-27T23:21:04.024Z[ recovery-image] Aug 27 23:21:02.205 INFO O| Aug 27 23:21:02.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47522024-08-27T23:21:04.025Z[ recovery-image] Aug 27 23:21:02.205 INFO O| Aug 27 23:21:02.205 INFO STEP 281 (remove_files) COMPLETE
47532024-08-27T23:21:04.027Z[ recovery-image] Aug 27 23:21:02.205 INFO O| Aug 27 23:21:02.205 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-08-27T23:21:04.035Z[ recovery-image] Aug 27 23:21:02.215 INFO O| Aug 27 23:21:02.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47552024-08-27T23:21:04.035Z[ recovery-image] Aug 27 23:21:02.216 INFO O| Aug 27 23:21:02.215 INFO STEP 282 (remove_files) COMPLETE
47562024-08-27T23:21:04.035Z[ recovery-image] Aug 27 23:21:02.216 INFO O| Aug 27 23:21:02.215 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-08-27T23:21:04.044Z[ recovery-image] Aug 27 23:21:02.225 INFO O| Aug 27 23:21:02.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47582024-08-27T23:21:04.044Z[ recovery-image] Aug 27 23:21:02.225 INFO O| Aug 27 23:21:02.225 INFO STEP 283 (remove_files) COMPLETE
47592024-08-27T23:21:04.047Z[ recovery-image] Aug 27 23:21:02.225 INFO O| Aug 27 23:21:02.225 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-08-27T23:21:04.054Z[ recovery-image] Aug 27 23:21:02.235 INFO O| Aug 27 23:21:02.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47612024-08-27T23:21:04.054Z[ recovery-image] Aug 27 23:21:02.235 INFO O| Aug 27 23:21:02.235 INFO STEP 284 (remove_files) COMPLETE
47622024-08-27T23:21:04.057Z[ recovery-image] Aug 27 23:21:02.235 INFO O| Aug 27 23:21:02.235 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-08-27T23:21:04.065Z[ recovery-image] Aug 27 23:21:02.246 INFO O| Aug 27 23:21:02.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47642024-08-27T23:21:04.067Z[ recovery-image] Aug 27 23:21:02.247 INFO O| Aug 27 23:21:02.247 INFO STEP 285 (remove_files) COMPLETE
47652024-08-27T23:21:04.067Z[ recovery-image] Aug 27 23:21:02.247 INFO O| Aug 27 23:21:02.247 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-08-27T23:21:04.078Z[ recovery-image] Aug 27 23:21:02.259 INFO O| Aug 27 23:21:02.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47672024-08-27T23:21:04.080Z[ recovery-image] Aug 27 23:21:02.260 INFO O| Aug 27 23:21:02.260 INFO STEP 286 (remove_files) COMPLETE
47682024-08-27T23:21:04.080Z[ recovery-image] Aug 27 23:21:02.260 INFO O| Aug 27 23:21:02.260 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-08-27T23:21:04.090Z[ recovery-image] Aug 27 23:21:02.271 INFO O| Aug 27 23:21:02.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47702024-08-27T23:21:04.090Z[ recovery-image] Aug 27 23:21:02.271 INFO O| Aug 27 23:21:02.271 INFO STEP 287 (remove_files) COMPLETE
47712024-08-27T23:21:04.093Z[ recovery-image] Aug 27 23:21:02.271 INFO O| Aug 27 23:21:02.271 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-08-27T23:21:04.102Z[ recovery-image] Aug 27 23:21:02.283 INFO O| Aug 27 23:21:02.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47732024-08-27T23:21:04.104Z[ recovery-image] Aug 27 23:21:02.283 INFO O| Aug 27 23:21:02.283 INFO STEP 288 (remove_files) COMPLETE
47742024-08-27T23:21:04.104Z[ recovery-image] Aug 27 23:21:02.283 INFO O| Aug 27 23:21:02.283 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-08-27T23:21:04.114Z[ recovery-image] Aug 27 23:21:02.294 INFO O| Aug 27 23:21:02.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47762024-08-27T23:21:04.114Z[ recovery-image] Aug 27 23:21:02.295 INFO O| Aug 27 23:21:02.295 INFO STEP 289 (remove_files) COMPLETE
47772024-08-27T23:21:04.116Z[ recovery-image] Aug 27 23:21:02.295 INFO O| Aug 27 23:21:02.295 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-08-27T23:21:04.125Z[ recovery-image] Aug 27 23:21:02.306 INFO O| Aug 27 23:21:02.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47792024-08-27T23:21:04.125Z[ recovery-image] Aug 27 23:21:02.306 INFO O| Aug 27 23:21:02.306 INFO STEP 290 (remove_files) COMPLETE
47802024-08-27T23:21:04.125Z[ recovery-image] Aug 27 23:21:02.306 INFO O| Aug 27 23:21:02.306 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-08-27T23:21:04.137Z[ recovery-image] Aug 27 23:21:02.318 INFO O| Aug 27 23:21:02.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47822024-08-27T23:21:04.137Z[ recovery-image] Aug 27 23:21:02.318 INFO O| Aug 27 23:21:02.318 INFO STEP 291 (remove_files) COMPLETE
47832024-08-27T23:21:04.137Z[ recovery-image] Aug 27 23:21:02.318 INFO O| Aug 27 23:21:02.318 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-08-27T23:21:04.148Z[ recovery-image] Aug 27 23:21:02.329 INFO O| Aug 27 23:21:02.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47852024-08-27T23:21:04.148Z[ recovery-image] Aug 27 23:21:02.329 INFO O| Aug 27 23:21:02.329 INFO STEP 292 (remove_files) COMPLETE
47862024-08-27T23:21:04.151Z[ recovery-image] Aug 27 23:21:02.329 INFO O| Aug 27 23:21:02.329 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-08-27T23:21:04.159Z[ recovery-image] Aug 27 23:21:02.340 INFO O| Aug 27 23:21:02.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47882024-08-27T23:21:04.159Z[ recovery-image] Aug 27 23:21:02.340 INFO O| Aug 27 23:21:02.340 INFO STEP 293 (remove_files) COMPLETE
47892024-08-27T23:21:04.161Z[ recovery-image] Aug 27 23:21:02.340 INFO O| Aug 27 23:21:02.340 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-08-27T23:21:04.169Z[ recovery-image] Aug 27 23:21:02.350 INFO O| Aug 27 23:21:02.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47912024-08-27T23:21:04.172Z[ recovery-image] Aug 27 23:21:02.350 INFO O| Aug 27 23:21:02.350 INFO STEP 294 (remove_files) COMPLETE
47922024-08-27T23:21:04.172Z[ recovery-image] Aug 27 23:21:02.350 INFO O| Aug 27 23:21:02.350 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-08-27T23:21:04.180Z[ host-image] Aug 27 23:21:02.360 INFO O| Aug 27 23:21:02.360 INFO O| Done
47942024-08-27T23:21:04.180Z[ host-image] Aug 27 23:21:02.360 INFO O| Aug 27 23:21:02.360 INFO O| Done
47952024-08-27T23:21:04.182Z[ recovery-image] Aug 27 23:21:02.361 INFO O| Aug 27 23:21:02.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47962024-08-27T23:21:04.182Z[ recovery-image] Aug 27 23:21:02.361 INFO O| Aug 27 23:21:02.361 INFO STEP 295 (remove_files) COMPLETE
47972024-08-27T23:21:04.182Z[ recovery-image] Aug 27 23:21:02.361 INFO O| Aug 27 23:21:02.361 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-08-27T23:21:04.192Z[ recovery-image] Aug 27 23:21:02.373 INFO O| Aug 27 23:21:02.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47992024-08-27T23:21:04.192Z[ recovery-image] Aug 27 23:21:02.373 INFO O| Aug 27 23:21:02.373 INFO STEP 296 (remove_files) COMPLETE
48002024-08-27T23:21:04.194Z[ recovery-image] Aug 27 23:21:02.373 INFO O| Aug 27 23:21:02.373 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-08-27T23:21:04.202Z[ recovery-image] Aug 27 23:21:02.383 INFO O| Aug 27 23:21:02.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48022024-08-27T23:21:04.205Z[ recovery-image] Aug 27 23:21:02.383 INFO O| Aug 27 23:21:02.383 INFO STEP 297 (remove_files) COMPLETE
48032024-08-27T23:21:04.205Z[ recovery-image] Aug 27 23:21:02.383 INFO O| Aug 27 23:21:02.383 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-08-27T23:21:04.214Z[ recovery-image] Aug 27 23:21:02.394 INFO O| Aug 27 23:21:02.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48052024-08-27T23:21:04.214Z[ recovery-image] Aug 27 23:21:02.394 INFO O| Aug 27 23:21:02.394 INFO STEP 298 (remove_files) COMPLETE
48062024-08-27T23:21:04.214Z[ recovery-image] Aug 27 23:21:02.395 INFO O| Aug 27 23:21:02.394 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-08-27T23:21:04.223Z[ recovery-image] Aug 27 23:21:02.404 INFO O| Aug 27 23:21:02.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
48082024-08-27T23:21:04.223Z[ recovery-image] Aug 27 23:21:02.404 INFO O| Aug 27 23:21:02.404 INFO STEP 299 (remove_files) COMPLETE
48092024-08-27T23:21:04.223Z[ recovery-image] Aug 27 23:21:02.404 INFO O| Aug 27 23:21:02.404 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-08-27T23:21:04.233Z[ recovery-image] Aug 27 23:21:02.414 INFO O| Aug 27 23:21:02.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
48112024-08-27T23:21:04.235Z[ recovery-image] Aug 27 23:21:02.414 INFO O| Aug 27 23:21:02.414 INFO STEP 300 (remove_files) COMPLETE
48122024-08-27T23:21:04.235Z[ recovery-image] Aug 27 23:21:02.414 INFO O| Aug 27 23:21:02.414 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-08-27T23:21:04.243Z[ recovery-image] Aug 27 23:21:02.424 INFO O| Aug 27 23:21:02.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
48142024-08-27T23:21:04.243Z[ recovery-image] Aug 27 23:21:02.424 INFO O| Aug 27 23:21:02.424 INFO STEP 301 (remove_files) COMPLETE
48152024-08-27T23:21:04.243Z[ recovery-image] Aug 27 23:21:02.424 INFO O| Aug 27 23:21:02.424 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-08-27T23:21:04.253Z[ recovery-image] Aug 27 23:21:02.433 INFO O| Aug 27 23:21:02.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
48172024-08-27T23:21:04.255Z[ recovery-image] Aug 27 23:21:02.434 INFO O| Aug 27 23:21:02.433 INFO STEP 302 (remove_files) COMPLETE
48182024-08-27T23:21:04.255Z[ recovery-image] Aug 27 23:21:02.434 INFO O| Aug 27 23:21:02.434 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-08-27T23:21:04.262Z[ recovery-image] Aug 27 23:21:02.443 INFO O| Aug 27 23:21:02.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
48202024-08-27T23:21:04.265Z[ recovery-image] Aug 27 23:21:02.444 INFO O| Aug 27 23:21:02.444 INFO STEP 303 (remove_files) COMPLETE
48212024-08-27T23:21:04.265Z[ recovery-image] Aug 27 23:21:02.444 INFO O| Aug 27 23:21:02.444 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-08-27T23:21:04.273Z[ recovery-image] Aug 27 23:21:02.454 INFO O| Aug 27 23:21:02.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
48232024-08-27T23:21:04.275Z[ recovery-image] Aug 27 23:21:02.454 INFO O| Aug 27 23:21:02.454 INFO STEP 304 (remove_files) COMPLETE
48242024-08-27T23:21:04.275Z[ recovery-image] Aug 27 23:21:02.454 INFO O| Aug 27 23:21:02.454 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-08-27T23:21:04.283Z[ recovery-image] Aug 27 23:21:02.464 INFO O| Aug 27 23:21:02.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
48262024-08-27T23:21:04.283Z[ recovery-image] Aug 27 23:21:02.464 INFO O| Aug 27 23:21:02.464 INFO STEP 305 (remove_files) COMPLETE
48272024-08-27T23:21:04.285Z[ recovery-image] Aug 27 23:21:02.464 INFO O| Aug 27 23:21:02.464 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-08-27T23:21:04.293Z[ recovery-image] Aug 27 23:21:02.473 INFO O| Aug 27 23:21:02.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48292024-08-27T23:21:04.293Z[ recovery-image] Aug 27 23:21:02.474 INFO O| Aug 27 23:21:02.473 INFO STEP 306 (remove_files) COMPLETE
48302024-08-27T23:21:04.295Z[ recovery-image] Aug 27 23:21:02.474 INFO O| Aug 27 23:21:02.474 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-08-27T23:21:04.305Z[ recovery-image] Aug 27 23:21:02.483 INFO O| Aug 27 23:21:02.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48322024-08-27T23:21:04.305Z[ recovery-image] Aug 27 23:21:02.483 INFO O| Aug 27 23:21:02.483 INFO STEP 307 (remove_files) COMPLETE
48332024-08-27T23:21:04.314Z[ recovery-image] Aug 27 23:21:02.483 INFO O| Aug 27 23:21:02.483 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-08-27T23:21:04.327Z[ recovery-image] Aug 27 23:21:02.493 INFO O| Aug 27 23:21:02.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48352024-08-27T23:21:04.327Z[ recovery-image] Aug 27 23:21:02.493 INFO O| Aug 27 23:21:02.493 INFO STEP 308 (remove_files) COMPLETE
48362024-08-27T23:21:04.327Z[ recovery-image] Aug 27 23:21:02.493 INFO O| Aug 27 23:21:02.493 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-08-27T23:21:04.327Z[ recovery-image] Aug 27 23:21:02.502 INFO O| Aug 27 23:21:02.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48382024-08-27T23:21:04.327Z[ recovery-image] Aug 27 23:21:02.502 INFO O| Aug 27 23:21:02.502 INFO STEP 309 (remove_files) COMPLETE
48392024-08-27T23:21:04.328Z[ recovery-image] Aug 27 23:21:02.502 INFO O| Aug 27 23:21:02.502 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-08-27T23:21:04.335Z[ recovery-image] Aug 27 23:21:02.512 INFO O| Aug 27 23:21:02.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48412024-08-27T23:21:04.335Z[ recovery-image] Aug 27 23:21:02.512 INFO O| Aug 27 23:21:02.512 INFO STEP 310 (remove_files) COMPLETE
48422024-08-27T23:21:04.335Z[ recovery-image] Aug 27 23:21:02.512 INFO O| Aug 27 23:21:02.512 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-08-27T23:21:04.341Z[ recovery-image] Aug 27 23:21:02.521 INFO O| Aug 27 23:21:02.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48442024-08-27T23:21:04.341Z[ recovery-image] Aug 27 23:21:02.522 INFO O| Aug 27 23:21:02.521 INFO STEP 311 (remove_files) COMPLETE
48452024-08-27T23:21:04.343Z[ recovery-image] Aug 27 23:21:02.522 INFO O| Aug 27 23:21:02.522 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-08-27T23:21:04.350Z[ recovery-image] Aug 27 23:21:02.531 INFO O| Aug 27 23:21:02.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48472024-08-27T23:21:04.350Z[ recovery-image] Aug 27 23:21:02.531 INFO O| Aug 27 23:21:02.531 INFO STEP 312 (remove_files) COMPLETE
48482024-08-27T23:21:04.350Z[ recovery-image] Aug 27 23:21:02.531 INFO O| Aug 27 23:21:02.531 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-08-27T23:21:04.360Z[ recovery-image] Aug 27 23:21:02.541 INFO O| Aug 27 23:21:02.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48502024-08-27T23:21:04.360Z[ recovery-image] Aug 27 23:21:02.541 INFO O| Aug 27 23:21:02.541 INFO STEP 313 (remove_files) COMPLETE
48512024-08-27T23:21:04.362Z[ recovery-image] Aug 27 23:21:02.541 INFO O| Aug 27 23:21:02.541 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-08-27T23:21:04.370Z[ recovery-image] Aug 27 23:21:02.551 INFO O| Aug 27 23:21:02.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48532024-08-27T23:21:04.370Z[ recovery-image] Aug 27 23:21:02.551 INFO O| Aug 27 23:21:02.551 INFO STEP 314 (remove_files) COMPLETE
48542024-08-27T23:21:04.372Z[ recovery-image] Aug 27 23:21:02.551 INFO O| Aug 27 23:21:02.551 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-08-27T23:21:04.380Z[ recovery-image] Aug 27 23:21:02.560 INFO O| Aug 27 23:21:02.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48562024-08-27T23:21:04.380Z[ recovery-image] Aug 27 23:21:02.560 INFO O| Aug 27 23:21:02.560 INFO STEP 315 (remove_files) COMPLETE
48572024-08-27T23:21:04.380Z[ recovery-image] Aug 27 23:21:02.560 INFO O| Aug 27 23:21:02.560 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-08-27T23:21:04.389Z[ recovery-image] Aug 27 23:21:02.570 INFO O| Aug 27 23:21:02.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48592024-08-27T23:21:04.389Z[ recovery-image] Aug 27 23:21:02.570 INFO O| Aug 27 23:21:02.570 INFO STEP 316 (remove_files) COMPLETE
48602024-08-27T23:21:04.389Z[ recovery-image] Aug 27 23:21:02.570 INFO O| Aug 27 23:21:02.570 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-08-27T23:21:04.399Z[ recovery-image] Aug 27 23:21:02.580 INFO O| Aug 27 23:21:02.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48622024-08-27T23:21:04.399Z[ recovery-image] Aug 27 23:21:02.580 INFO O| Aug 27 23:21:02.580 INFO STEP 317 (remove_files) COMPLETE
48632024-08-27T23:21:04.399Z[ recovery-image] Aug 27 23:21:02.580 INFO O| Aug 27 23:21:02.580 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-08-27T23:21:04.408Z[ recovery-image] Aug 27 23:21:02.589 INFO O| Aug 27 23:21:02.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48652024-08-27T23:21:04.408Z[ recovery-image] Aug 27 23:21:02.589 INFO O| Aug 27 23:21:02.589 INFO STEP 318 (remove_files) COMPLETE
48662024-08-27T23:21:04.411Z[ recovery-image] Aug 27 23:21:02.589 INFO O| Aug 27 23:21:02.589 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-08-27T23:21:04.418Z[ recovery-image] Aug 27 23:21:02.599 INFO O| Aug 27 23:21:02.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48682024-08-27T23:21:04.418Z[ recovery-image] Aug 27 23:21:02.599 INFO O| Aug 27 23:21:02.599 INFO STEP 319 (remove_files) COMPLETE
48692024-08-27T23:21:04.420Z[ recovery-image] Aug 27 23:21:02.599 INFO O| Aug 27 23:21:02.599 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-08-27T23:21:04.427Z[ recovery-image] Aug 27 23:21:02.608 INFO O| Aug 27 23:21:02.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48712024-08-27T23:21:04.430Z[ recovery-image] Aug 27 23:21:02.609 INFO O| Aug 27 23:21:02.609 INFO STEP 320 (remove_files) COMPLETE
48722024-08-27T23:21:04.430Z[ recovery-image] Aug 27 23:21:02.609 INFO O| Aug 27 23:21:02.609 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-08-27T23:21:04.438Z[ recovery-image] Aug 27 23:21:02.618 INFO O| Aug 27 23:21:02.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48742024-08-27T23:21:04.438Z[ recovery-image] Aug 27 23:21:02.619 INFO O| Aug 27 23:21:02.619 INFO STEP 321 (remove_files) COMPLETE
48752024-08-27T23:21:04.440Z[ recovery-image] Aug 27 23:21:02.619 INFO O| Aug 27 23:21:02.619 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-08-27T23:21:04.447Z[ recovery-image] Aug 27 23:21:02.628 INFO O| Aug 27 23:21:02.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48772024-08-27T23:21:04.447Z[ recovery-image] Aug 27 23:21:02.628 INFO O| Aug 27 23:21:02.628 INFO STEP 322 (remove_files) COMPLETE
48782024-08-27T23:21:04.447Z[ recovery-image] Aug 27 23:21:02.628 INFO O| Aug 27 23:21:02.628 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-08-27T23:21:04.457Z[ recovery-image] Aug 27 23:21:02.637 INFO O| Aug 27 23:21:02.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48802024-08-27T23:21:04.459Z[ recovery-image] Aug 27 23:21:02.638 INFO O| Aug 27 23:21:02.637 INFO STEP 323 (remove_files) COMPLETE
48812024-08-27T23:21:04.459Z[ recovery-image] Aug 27 23:21:02.638 INFO O| Aug 27 23:21:02.638 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-08-27T23:21:04.466Z[ recovery-image] Aug 27 23:21:02.647 INFO O| Aug 27 23:21:02.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48832024-08-27T23:21:04.466Z[ recovery-image] Aug 27 23:21:02.647 INFO O| Aug 27 23:21:02.647 INFO STEP 324 (remove_files) COMPLETE
48842024-08-27T23:21:04.466Z[ recovery-image] Aug 27 23:21:02.647 INFO O| Aug 27 23:21:02.647 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-08-27T23:21:04.476Z[ recovery-image] Aug 27 23:21:02.657 INFO O| Aug 27 23:21:02.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48862024-08-27T23:21:04.476Z[ recovery-image] Aug 27 23:21:02.657 INFO O| Aug 27 23:21:02.657 INFO STEP 325 (remove_files) COMPLETE
48872024-08-27T23:21:04.478Z[ recovery-image] Aug 27 23:21:02.657 INFO O| Aug 27 23:21:02.657 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-08-27T23:21:04.485Z[ recovery-image] Aug 27 23:21:02.666 INFO O| Aug 27 23:21:02.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48892024-08-27T23:21:04.485Z[ recovery-image] Aug 27 23:21:02.666 INFO O| Aug 27 23:21:02.666 INFO STEP 326 (remove_files) COMPLETE
48902024-08-27T23:21:04.488Z[ recovery-image] Aug 27 23:21:02.666 INFO O| Aug 27 23:21:02.666 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-08-27T23:21:04.495Z[ recovery-image] Aug 27 23:21:02.676 INFO O| Aug 27 23:21:02.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48922024-08-27T23:21:04.497Z[ recovery-image] Aug 27 23:21:02.676 INFO O| Aug 27 23:21:02.676 INFO STEP 327 (remove_files) COMPLETE
48932024-08-27T23:21:04.497Z[ recovery-image] Aug 27 23:21:02.676 INFO O| Aug 27 23:21:02.676 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-08-27T23:21:04.505Z[ recovery-image] Aug 27 23:21:02.685 INFO O| Aug 27 23:21:02.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48952024-08-27T23:21:04.505Z[ recovery-image] Aug 27 23:21:02.685 INFO O| Aug 27 23:21:02.685 INFO STEP 328 (remove_files) COMPLETE
48962024-08-27T23:21:04.505Z[ recovery-image] Aug 27 23:21:02.686 INFO O| Aug 27 23:21:02.685 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-08-27T23:21:04.514Z[ recovery-image] Aug 27 23:21:02.695 INFO O| Aug 27 23:21:02.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48982024-08-27T23:21:04.516Z[ recovery-image] Aug 27 23:21:02.695 INFO O| Aug 27 23:21:02.695 INFO STEP 329 (remove_files) COMPLETE
48992024-08-27T23:21:04.516Z[ recovery-image] Aug 27 23:21:02.695 INFO O| Aug 27 23:21:02.695 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-08-27T23:21:04.524Z[ recovery-image] Aug 27 23:21:02.704 INFO O| Aug 27 23:21:02.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49012024-08-27T23:21:04.524Z[ recovery-image] Aug 27 23:21:02.704 INFO O| Aug 27 23:21:02.704 INFO STEP 330 (remove_files) COMPLETE
49022024-08-27T23:21:04.524Z[ recovery-image] Aug 27 23:21:02.704 INFO O| Aug 27 23:21:02.704 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-08-27T23:21:04.533Z[ recovery-image] Aug 27 23:21:02.714 INFO O| Aug 27 23:21:02.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49042024-08-27T23:21:04.533Z[ recovery-image] Aug 27 23:21:02.714 INFO O| Aug 27 23:21:02.714 INFO STEP 331 (remove_files) COMPLETE
49052024-08-27T23:21:04.536Z[ recovery-image] Aug 27 23:21:02.714 INFO O| Aug 27 23:21:02.714 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-08-27T23:21:04.543Z[ recovery-image] Aug 27 23:21:02.724 INFO O| Aug 27 23:21:02.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
49072024-08-27T23:21:04.545Z[ host-image] Aug 27 23:21:02.724 INFO O| Aug 27 23:21:02.724 INFO O| Done
49082024-08-27T23:21:04.545Z[ recovery-image] Aug 27 23:21:02.725 INFO O| Aug 27 23:21:02.724 INFO STEP 332 (remove_files) COMPLETE
49092024-08-27T23:21:04.545Z[ recovery-image] Aug 27 23:21:02.725 INFO O| Aug 27 23:21:02.725 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-08-27T23:21:04.554Z[ recovery-image] Aug 27 23:21:02.735 INFO O| Aug 27 23:21:02.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
49112024-08-27T23:21:04.554Z[ recovery-image] Aug 27 23:21:02.735 INFO O| Aug 27 23:21:02.735 INFO STEP 333 (remove_files) COMPLETE
49122024-08-27T23:21:04.557Z[ recovery-image] Aug 27 23:21:02.735 INFO O| Aug 27 23:21:02.735 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-08-27T23:21:04.565Z[ recovery-image] Aug 27 23:21:02.745 INFO O| Aug 27 23:21:02.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
49142024-08-27T23:21:04.565Z[ recovery-image] Aug 27 23:21:02.745 INFO O| Aug 27 23:21:02.745 INFO STEP 334 (remove_files) COMPLETE
49152024-08-27T23:21:04.567Z[ recovery-image] Aug 27 23:21:02.745 INFO O| Aug 27 23:21:02.745 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-08-27T23:21:04.575Z[ recovery-image] Aug 27 23:21:02.755 INFO O| Aug 27 23:21:02.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
49172024-08-27T23:21:04.577Z[ recovery-image] Aug 27 23:21:02.755 INFO O| Aug 27 23:21:02.755 INFO STEP 335 (remove_files) COMPLETE
49182024-08-27T23:21:04.577Z[ recovery-image] Aug 27 23:21:02.755 INFO O| Aug 27 23:21:02.755 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-08-27T23:21:04.585Z[ recovery-image] Aug 27 23:21:02.766 INFO O| Aug 27 23:21:02.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
49202024-08-27T23:21:04.585Z[ recovery-image] Aug 27 23:21:02.766 INFO O| Aug 27 23:21:02.766 INFO STEP 336 (remove_files) COMPLETE
49212024-08-27T23:21:04.587Z[ recovery-image] Aug 27 23:21:02.766 INFO O| Aug 27 23:21:02.766 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-08-27T23:21:04.595Z[ recovery-image] Aug 27 23:21:02.776 INFO O| Aug 27 23:21:02.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
49232024-08-27T23:21:04.595Z[ recovery-image] Aug 27 23:21:02.776 INFO O| Aug 27 23:21:02.776 INFO STEP 337 (remove_files) COMPLETE
49242024-08-27T23:21:04.597Z[ recovery-image] Aug 27 23:21:02.776 INFO O| Aug 27 23:21:02.776 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-08-27T23:21:04.605Z[ recovery-image] Aug 27 23:21:02.786 INFO O| Aug 27 23:21:02.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49262024-08-27T23:21:04.605Z[ recovery-image] Aug 27 23:21:02.786 INFO O| Aug 27 23:21:02.786 INFO STEP 338 (remove_files) COMPLETE
49272024-08-27T23:21:04.605Z[ recovery-image] Aug 27 23:21:02.786 INFO O| Aug 27 23:21:02.786 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-08-27T23:21:04.615Z[ recovery-image] Aug 27 23:21:02.796 INFO O| Aug 27 23:21:02.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49292024-08-27T23:21:04.615Z[ recovery-image] Aug 27 23:21:02.796 INFO O| Aug 27 23:21:02.796 INFO STEP 339 (remove_files) COMPLETE
49302024-08-27T23:21:04.616Z[ recovery-image] Aug 27 23:21:02.796 INFO O| Aug 27 23:21:02.796 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-08-27T23:21:04.626Z[ recovery-image] Aug 27 23:21:02.806 INFO O| Aug 27 23:21:02.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49322024-08-27T23:21:04.628Z[ recovery-image] Aug 27 23:21:02.806 INFO O| Aug 27 23:21:02.806 INFO STEP 340 (remove_files) COMPLETE
49332024-08-27T23:21:04.628Z[ recovery-image] Aug 27 23:21:02.806 INFO O| Aug 27 23:21:02.806 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-08-27T23:21:04.638Z[ recovery-image] Aug 27 23:21:02.817 INFO O| Aug 27 23:21:02.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49352024-08-27T23:21:04.640Z[ recovery-image] Aug 27 23:21:02.817 INFO O| Aug 27 23:21:02.817 INFO STEP 341 (remove_files) COMPLETE
49362024-08-27T23:21:04.640Z[ recovery-image] Aug 27 23:21:02.817 INFO O| Aug 27 23:21:02.817 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-08-27T23:21:04.646Z[ recovery-image] Aug 27 23:21:02.826 INFO O| Aug 27 23:21:02.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49382024-08-27T23:21:04.646Z[ recovery-image] Aug 27 23:21:02.827 INFO O| Aug 27 23:21:02.826 INFO STEP 342 (remove_files) COMPLETE
49392024-08-27T23:21:04.648Z[ recovery-image] Aug 27 23:21:02.827 INFO O| Aug 27 23:21:02.827 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-08-27T23:21:04.656Z[ recovery-image] Aug 27 23:21:02.836 INFO O| Aug 27 23:21:02.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49412024-08-27T23:21:04.656Z[ recovery-image] Aug 27 23:21:02.836 INFO O| Aug 27 23:21:02.836 INFO STEP 343 (remove_files) COMPLETE
49422024-08-27T23:21:04.658Z[ recovery-image] Aug 27 23:21:02.836 INFO O| Aug 27 23:21:02.836 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-08-27T23:21:04.665Z[ recovery-image] Aug 27 23:21:02.846 INFO O| Aug 27 23:21:02.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49442024-08-27T23:21:04.668Z[ recovery-image] Aug 27 23:21:02.846 INFO O| Aug 27 23:21:02.846 INFO STEP 344 (remove_files) COMPLETE
49452024-08-27T23:21:04.668Z[ recovery-image] Aug 27 23:21:02.846 INFO O| Aug 27 23:21:02.846 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-08-27T23:21:04.675Z[ recovery-image] Aug 27 23:21:02.856 INFO O| Aug 27 23:21:02.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49472024-08-27T23:21:04.678Z[ recovery-image] Aug 27 23:21:02.856 INFO O| Aug 27 23:21:02.856 INFO STEP 345 (remove_files) COMPLETE
49482024-08-27T23:21:04.678Z[ recovery-image] Aug 27 23:21:02.856 INFO O| Aug 27 23:21:02.856 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-08-27T23:21:04.685Z[ recovery-image] Aug 27 23:21:02.866 INFO O| Aug 27 23:21:02.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49502024-08-27T23:21:04.685Z[ recovery-image] Aug 27 23:21:02.866 INFO O| Aug 27 23:21:02.866 INFO STEP 346 (remove_files) COMPLETE
49512024-08-27T23:21:04.687Z[ recovery-image] Aug 27 23:21:02.866 INFO O| Aug 27 23:21:02.866 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-08-27T23:21:04.695Z[ recovery-image] Aug 27 23:21:02.875 INFO O| Aug 27 23:21:02.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49532024-08-27T23:21:04.697Z[ recovery-image] Aug 27 23:21:02.876 INFO O| Aug 27 23:21:02.876 INFO STEP 347 (remove_files) COMPLETE
49542024-08-27T23:21:04.697Z[ recovery-image] Aug 27 23:21:02.876 INFO O| Aug 27 23:21:02.876 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-08-27T23:21:04.705Z[ recovery-image] Aug 27 23:21:02.886 INFO O| Aug 27 23:21:02.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49562024-08-27T23:21:04.705Z[ recovery-image] Aug 27 23:21:02.886 INFO O| Aug 27 23:21:02.886 INFO STEP 348 (remove_files) COMPLETE
49572024-08-27T23:21:04.707Z[ recovery-image] Aug 27 23:21:02.886 INFO O| Aug 27 23:21:02.886 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-08-27T23:21:04.715Z[ recovery-image] Aug 27 23:21:02.896 INFO O| Aug 27 23:21:02.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49592024-08-27T23:21:04.717Z[ recovery-image] Aug 27 23:21:02.896 INFO O| Aug 27 23:21:02.896 INFO STEP 349 (remove_files) COMPLETE
49602024-08-27T23:21:04.717Z[ recovery-image] Aug 27 23:21:02.896 INFO O| Aug 27 23:21:02.896 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-08-27T23:21:04.725Z[ recovery-image] Aug 27 23:21:02.906 INFO O| Aug 27 23:21:02.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49622024-08-27T23:21:04.725Z[ recovery-image] Aug 27 23:21:02.906 INFO O| Aug 27 23:21:02.906 INFO STEP 350 (remove_files) COMPLETE
49632024-08-27T23:21:04.727Z[ recovery-image] Aug 27 23:21:02.906 INFO O| Aug 27 23:21:02.906 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-27T23:21:04.735Z[ recovery-image] Aug 27 23:21:02.915 INFO O| Aug 27 23:21:02.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49652024-08-27T23:21:04.735Z[ recovery-image] Aug 27 23:21:02.916 INFO O| Aug 27 23:21:02.915 INFO STEP 351 (remove_files) COMPLETE
49662024-08-27T23:21:04.737Z[ recovery-image] Aug 27 23:21:02.916 INFO O| Aug 27 23:21:02.916 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-08-27T23:21:04.745Z[ recovery-image] Aug 27 23:21:02.925 INFO O| Aug 27 23:21:02.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49682024-08-27T23:21:04.745Z[ recovery-image] Aug 27 23:21:02.925 INFO O| Aug 27 23:21:02.925 INFO STEP 352 (remove_files) COMPLETE
49692024-08-27T23:21:04.747Z[ recovery-image] Aug 27 23:21:02.925 INFO O| Aug 27 23:21:02.925 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-08-27T23:21:04.754Z[ recovery-image] Aug 27 23:21:02.935 INFO O| Aug 27 23:21:02.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49712024-08-27T23:21:04.757Z[ recovery-image] Aug 27 23:21:02.935 INFO O| Aug 27 23:21:02.935 INFO STEP 353 (remove_files) COMPLETE
49722024-08-27T23:21:04.757Z[ recovery-image] Aug 27 23:21:02.935 INFO O| Aug 27 23:21:02.935 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-08-27T23:21:04.765Z[ recovery-image] Aug 27 23:21:02.944 INFO O| Aug 27 23:21:02.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49742024-08-27T23:21:04.767Z[ recovery-image] Aug 27 23:21:02.945 INFO O| Aug 27 23:21:02.945 INFO STEP 354 (remove_files) COMPLETE
49752024-08-27T23:21:04.768Z[ recovery-image] Aug 27 23:21:02.945 INFO O| Aug 27 23:21:02.945 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-08-27T23:21:04.774Z[ recovery-image] Aug 27 23:21:02.954 INFO O| Aug 27 23:21:02.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49772024-08-27T23:21:04.776Z[ recovery-image] Aug 27 23:21:02.954 INFO O| Aug 27 23:21:02.954 INFO STEP 355 (remove_files) COMPLETE
49782024-08-27T23:21:04.776Z[ recovery-image] Aug 27 23:21:02.954 INFO O| Aug 27 23:21:02.954 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-08-27T23:21:04.784Z[ recovery-image] Aug 27 23:21:02.964 INFO O| Aug 27 23:21:02.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49802024-08-27T23:21:04.784Z[ recovery-image] Aug 27 23:21:02.964 INFO O| Aug 27 23:21:02.964 INFO STEP 356 (remove_files) COMPLETE
49812024-08-27T23:21:04.784Z[ recovery-image] Aug 27 23:21:02.964 INFO O| Aug 27 23:21:02.964 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-08-27T23:21:04.793Z[ recovery-image] Aug 27 23:21:02.974 INFO O| Aug 27 23:21:02.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49832024-08-27T23:21:04.793Z[ recovery-image] Aug 27 23:21:02.974 INFO O| Aug 27 23:21:02.974 INFO STEP 357 (remove_files) COMPLETE
49842024-08-27T23:21:04.793Z[ recovery-image] Aug 27 23:21:02.974 INFO O| Aug 27 23:21:02.974 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-08-27T23:21:04.803Z[ recovery-image] Aug 27 23:21:02.984 INFO O| Aug 27 23:21:02.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49862024-08-27T23:21:04.803Z[ recovery-image] Aug 27 23:21:02.984 INFO O| Aug 27 23:21:02.984 INFO STEP 358 (remove_files) COMPLETE
49872024-08-27T23:21:04.805Z[ recovery-image] Aug 27 23:21:02.984 INFO O| Aug 27 23:21:02.984 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-08-27T23:21:04.813Z[ recovery-image] Aug 27 23:21:02.994 INFO O| Aug 27 23:21:02.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49892024-08-27T23:21:04.815Z[ recovery-image] Aug 27 23:21:02.994 INFO O| Aug 27 23:21:02.994 INFO STEP 359 (remove_files) COMPLETE
49902024-08-27T23:21:04.815Z[ recovery-image] Aug 27 23:21:02.994 INFO O| Aug 27 23:21:02.994 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-08-27T23:21:04.824Z[ recovery-image] Aug 27 23:21:03.004 INFO O| Aug 27 23:21:03.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49922024-08-27T23:21:04.824Z[ recovery-image] Aug 27 23:21:03.004 INFO O| Aug 27 23:21:03.004 INFO STEP 360 (remove_files) COMPLETE
49932024-08-27T23:21:04.826Z[ recovery-image] Aug 27 23:21:03.004 INFO O| Aug 27 23:21:03.004 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-08-27T23:21:04.834Z[ recovery-image] Aug 27 23:21:03.014 INFO O| Aug 27 23:21:03.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49952024-08-27T23:21:04.836Z[ recovery-image] Aug 27 23:21:03.015 INFO O| Aug 27 23:21:03.015 INFO STEP 361 (remove_files) COMPLETE
49962024-08-27T23:21:04.836Z[ recovery-image] Aug 27 23:21:03.015 INFO O| Aug 27 23:21:03.015 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-08-27T23:21:04.844Z[ recovery-image] Aug 27 23:21:03.024 INFO O| Aug 27 23:21:03.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49982024-08-27T23:21:04.846Z[ recovery-image] Aug 27 23:21:03.025 INFO O| Aug 27 23:21:03.025 INFO STEP 362 (remove_files) COMPLETE
49992024-08-27T23:21:04.846Z[ recovery-image] Aug 27 23:21:03.025 INFO O| Aug 27 23:21:03.025 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-08-27T23:21:04.854Z[ recovery-image] Aug 27 23:21:03.035 INFO O| Aug 27 23:21:03.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50012024-08-27T23:21:04.854Z[ recovery-image] Aug 27 23:21:03.035 INFO O| Aug 27 23:21:03.035 INFO STEP 363 (remove_files) COMPLETE
50022024-08-27T23:21:04.854Z[ recovery-image] Aug 27 23:21:03.035 INFO O| Aug 27 23:21:03.035 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-08-27T23:21:04.864Z[ recovery-image] Aug 27 23:21:03.044 INFO O| Aug 27 23:21:03.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50042024-08-27T23:21:04.867Z[ recovery-image] Aug 27 23:21:03.045 INFO O| Aug 27 23:21:03.044 INFO STEP 364 (remove_files) COMPLETE
50052024-08-27T23:21:04.867Z[ recovery-image] Aug 27 23:21:03.045 INFO O| Aug 27 23:21:03.044 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-08-27T23:21:04.874Z[ recovery-image] Aug 27 23:21:03.054 INFO O| Aug 27 23:21:03.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
50072024-08-27T23:21:04.876Z[ recovery-image] Aug 27 23:21:03.054 INFO O| Aug 27 23:21:03.054 INFO STEP 365 (remove_files) COMPLETE
50082024-08-27T23:21:04.876Z[ recovery-image] Aug 27 23:21:03.055 INFO O| Aug 27 23:21:03.054 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-08-27T23:21:04.884Z[ recovery-image] Aug 27 23:21:03.064 INFO O| Aug 27 23:21:03.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
50102024-08-27T23:21:04.886Z[ recovery-image] Aug 27 23:21:03.065 INFO O| Aug 27 23:21:03.064 INFO STEP 366 (remove_files) COMPLETE
50112024-08-27T23:21:04.886Z[ recovery-image] Aug 27 23:21:03.065 INFO O| Aug 27 23:21:03.065 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-08-27T23:21:04.894Z[ recovery-image] Aug 27 23:21:03.074 INFO O| Aug 27 23:21:03.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
50132024-08-27T23:21:04.896Z[ recovery-image] Aug 27 23:21:03.074 INFO O| Aug 27 23:21:03.074 INFO STEP 367 (remove_files) COMPLETE
50142024-08-27T23:21:04.896Z[ recovery-image] Aug 27 23:21:03.074 INFO O| Aug 27 23:21:03.074 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-08-27T23:21:04.903Z[ recovery-image] Aug 27 23:21:03.084 INFO O| Aug 27 23:21:03.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
50162024-08-27T23:21:04.903Z[ recovery-image] Aug 27 23:21:03.084 INFO O| Aug 27 23:21:03.084 INFO STEP 368 (remove_files) COMPLETE
50172024-08-27T23:21:04.906Z[ recovery-image] Aug 27 23:21:03.084 INFO O| Aug 27 23:21:03.084 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-08-27T23:21:04.913Z[ recovery-image] Aug 27 23:21:03.094 INFO O| Aug 27 23:21:03.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
50192024-08-27T23:21:04.915Z[ recovery-image] Aug 27 23:21:03.094 INFO O| Aug 27 23:21:03.094 INFO STEP 369 (remove_files) COMPLETE
50202024-08-27T23:21:04.915Z[ recovery-image] Aug 27 23:21:03.094 INFO O| Aug 27 23:21:03.094 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-08-27T23:21:04.923Z[ recovery-image] Aug 27 23:21:03.104 INFO O| Aug 27 23:21:03.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
50222024-08-27T23:21:04.923Z[ recovery-image] Aug 27 23:21:03.104 INFO O| Aug 27 23:21:03.104 INFO STEP 370 (remove_files) COMPLETE
50232024-08-27T23:21:04.925Z[ recovery-image] Aug 27 23:21:03.104 INFO O| Aug 27 23:21:03.104 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-08-27T23:21:04.933Z[ recovery-image] Aug 27 23:21:03.113 INFO O| Aug 27 23:21:03.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
50252024-08-27T23:21:04.935Z[ recovery-image] Aug 27 23:21:03.113 INFO O| Aug 27 23:21:03.113 INFO STEP 371 (remove_files) COMPLETE
50262024-08-27T23:21:04.935Z[ recovery-image] Aug 27 23:21:03.114 INFO O| Aug 27 23:21:03.113 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-08-27T23:21:04.943Z[ recovery-image] Aug 27 23:21:03.123 INFO O| Aug 27 23:21:03.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
50282024-08-27T23:21:04.945Z[ recovery-image] Aug 27 23:21:03.123 INFO O| Aug 27 23:21:03.123 INFO STEP 372 (remove_files) COMPLETE
50292024-08-27T23:21:04.945Z[ recovery-image] Aug 27 23:21:03.123 INFO O| Aug 27 23:21:03.123 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-08-27T23:21:04.953Z[ recovery-image] Aug 27 23:21:03.133 INFO O| Aug 27 23:21:03.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50312024-08-27T23:21:04.953Z[ recovery-image] Aug 27 23:21:03.133 INFO O| Aug 27 23:21:03.133 INFO STEP 373 (remove_files) COMPLETE
50322024-08-27T23:21:04.955Z[ recovery-image] Aug 27 23:21:03.133 INFO O| Aug 27 23:21:03.133 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-08-27T23:21:04.963Z[ recovery-image] Aug 27 23:21:03.143 INFO O| Aug 27 23:21:03.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50342024-08-27T23:21:04.965Z[ recovery-image] Aug 27 23:21:03.143 INFO O| Aug 27 23:21:03.143 INFO STEP 374 (remove_files) COMPLETE
50352024-08-27T23:21:04.965Z[ recovery-image] Aug 27 23:21:03.143 INFO O| Aug 27 23:21:03.143 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-08-27T23:21:04.973Z[ recovery-image] Aug 27 23:21:03.154 INFO O| Aug 27 23:21:03.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50372024-08-27T23:21:04.973Z[ recovery-image] Aug 27 23:21:03.154 INFO O| Aug 27 23:21:03.154 INFO STEP 375 (remove_files) COMPLETE
50382024-08-27T23:21:04.976Z[ recovery-image] Aug 27 23:21:03.154 INFO O| Aug 27 23:21:03.154 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-08-27T23:21:04.984Z[ recovery-image] Aug 27 23:21:03.165 INFO O| Aug 27 23:21:03.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50402024-08-27T23:21:04.984Z[ recovery-image] Aug 27 23:21:03.165 INFO O| Aug 27 23:21:03.165 INFO STEP 376 (remove_files) COMPLETE
50412024-08-27T23:21:04.984Z[ recovery-image] Aug 27 23:21:03.165 INFO O| Aug 27 23:21:03.165 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-08-27T23:21:04.995Z[ recovery-image] Aug 27 23:21:03.176 INFO O| Aug 27 23:21:03.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50432024-08-27T23:21:04.995Z[ recovery-image] Aug 27 23:21:03.176 INFO O| Aug 27 23:21:03.176 INFO STEP 377 (remove_files) COMPLETE
50442024-08-27T23:21:04.996Z[ recovery-image] Aug 27 23:21:03.176 INFO O| Aug 27 23:21:03.176 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-08-27T23:21:05.006Z[ recovery-image] Aug 27 23:21:03.187 INFO O| Aug 27 23:21:03.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50462024-08-27T23:21:05.009Z[ recovery-image] Aug 27 23:21:03.187 INFO O| Aug 27 23:21:03.187 INFO STEP 378 (remove_files) COMPLETE
50472024-08-27T23:21:05.009Z[ recovery-image] Aug 27 23:21:03.187 INFO O| Aug 27 23:21:03.187 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-08-27T23:21:05.016Z[ recovery-image] Aug 27 23:21:03.197 INFO O| Aug 27 23:21:03.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50492024-08-27T23:21:05.016Z[ recovery-image] Aug 27 23:21:03.197 INFO O| Aug 27 23:21:03.197 INFO STEP 379 (remove_files) COMPLETE
50502024-08-27T23:21:05.019Z[ recovery-image] Aug 27 23:21:03.197 INFO O| Aug 27 23:21:03.197 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-08-27T23:21:05.026Z[ recovery-image] Aug 27 23:21:03.207 INFO O| Aug 27 23:21:03.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50522024-08-27T23:21:05.026Z[ recovery-image] Aug 27 23:21:03.207 INFO O| Aug 27 23:21:03.207 INFO STEP 380 (remove_files) COMPLETE
50532024-08-27T23:21:05.028Z[ recovery-image] Aug 27 23:21:03.207 INFO O| Aug 27 23:21:03.207 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-08-27T23:21:05.036Z[ recovery-image] Aug 27 23:21:03.217 INFO O| Aug 27 23:21:03.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50552024-08-27T23:21:05.038Z[ recovery-image] Aug 27 23:21:03.217 INFO O| Aug 27 23:21:03.217 INFO STEP 381 (remove_files) COMPLETE
50562024-08-27T23:21:05.038Z[ recovery-image] Aug 27 23:21:03.217 INFO O| Aug 27 23:21:03.217 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-08-27T23:21:05.046Z[ recovery-image] Aug 27 23:21:03.227 INFO O| Aug 27 23:21:03.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50582024-08-27T23:21:05.046Z[ recovery-image] Aug 27 23:21:03.227 INFO O| Aug 27 23:21:03.227 INFO STEP 382 (remove_files) COMPLETE
50592024-08-27T23:21:05.046Z[ recovery-image] Aug 27 23:21:03.227 INFO O| Aug 27 23:21:03.227 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-08-27T23:21:05.056Z[ recovery-image] Aug 27 23:21:03.237 INFO O| Aug 27 23:21:03.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50612024-08-27T23:21:05.058Z[ recovery-image] Aug 27 23:21:03.237 INFO O| Aug 27 23:21:03.237 INFO STEP 383 (remove_files) COMPLETE
50622024-08-27T23:21:05.058Z[ recovery-image] Aug 27 23:21:03.237 INFO O| Aug 27 23:21:03.237 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-08-27T23:21:05.066Z[ recovery-image] Aug 27 23:21:03.247 INFO O| Aug 27 23:21:03.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50642024-08-27T23:21:05.066Z[ recovery-image] Aug 27 23:21:03.247 INFO O| Aug 27 23:21:03.247 INFO STEP 384 (remove_files) COMPLETE
50652024-08-27T23:21:05.066Z[ recovery-image] Aug 27 23:21:03.247 INFO O| Aug 27 23:21:03.247 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-08-27T23:21:05.076Z[ recovery-image] Aug 27 23:21:03.257 INFO O| Aug 27 23:21:03.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50672024-08-27T23:21:05.076Z[ recovery-image] Aug 27 23:21:03.257 INFO O| Aug 27 23:21:03.257 INFO STEP 385 (remove_files) COMPLETE
50682024-08-27T23:21:05.076Z[ recovery-image] Aug 27 23:21:03.257 INFO O| Aug 27 23:21:03.257 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-08-27T23:21:05.086Z[ recovery-image] Aug 27 23:21:03.267 INFO O| Aug 27 23:21:03.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50702024-08-27T23:21:05.086Z[ recovery-image] Aug 27 23:21:03.267 INFO O| Aug 27 23:21:03.267 INFO STEP 386 (remove_files) COMPLETE
50712024-08-27T23:21:05.086Z[ recovery-image] Aug 27 23:21:03.267 INFO O| Aug 27 23:21:03.267 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-08-27T23:21:05.096Z[ recovery-image] Aug 27 23:21:03.276 INFO O| Aug 27 23:21:03.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50732024-08-27T23:21:05.098Z[ recovery-image] Aug 27 23:21:03.277 INFO O| Aug 27 23:21:03.277 INFO STEP 387 (remove_files) COMPLETE
50742024-08-27T23:21:05.098Z[ recovery-image] Aug 27 23:21:03.277 INFO O| Aug 27 23:21:03.277 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-08-27T23:21:05.107Z[ recovery-image] Aug 27 23:21:03.287 INFO O| Aug 27 23:21:03.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50762024-08-27T23:21:05.109Z[ recovery-image] Aug 27 23:21:03.288 INFO O| Aug 27 23:21:03.288 INFO STEP 388 (remove_files) COMPLETE
50772024-08-27T23:21:05.109Z[ recovery-image] Aug 27 23:21:03.288 INFO O| Aug 27 23:21:03.288 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-27T23:21:05.119Z[ recovery-image] Aug 27 23:21:03.300 INFO O| Aug 27 23:21:03.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50792024-08-27T23:21:05.119Z[ recovery-image] Aug 27 23:21:03.300 INFO O| Aug 27 23:21:03.300 INFO STEP 389 (remove_files) COMPLETE
50802024-08-27T23:21:05.119Z[ recovery-image] Aug 27 23:21:03.300 INFO O| Aug 27 23:21:03.300 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-27T23:21:05.129Z[ recovery-image] Aug 27 23:21:03.310 INFO O| Aug 27 23:21:03.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50822024-08-27T23:21:05.130Z[ recovery-image] Aug 27 23:21:03.310 INFO O| Aug 27 23:21:03.310 INFO STEP 390 (remove_files) COMPLETE
50832024-08-27T23:21:05.132Z[ recovery-image] Aug 27 23:21:03.310 INFO O| Aug 27 23:21:03.310 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-27T23:21:05.141Z[ recovery-image] Aug 27 23:21:03.322 INFO O| Aug 27 23:21:03.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50852024-08-27T23:21:05.141Z[ recovery-image] Aug 27 23:21:03.322 INFO O| Aug 27 23:21:03.322 INFO STEP 391 (remove_files) COMPLETE
50862024-08-27T23:21:05.141Z[ recovery-image] Aug 27 23:21:03.322 INFO O| Aug 27 23:21:03.322 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-08-27T23:21:05.151Z[ recovery-image] Aug 27 23:21:03.332 INFO O| Aug 27 23:21:03.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50882024-08-27T23:21:05.151Z[ recovery-image] Aug 27 23:21:03.332 INFO O| Aug 27 23:21:03.332 INFO STEP 392 (remove_files) COMPLETE
50892024-08-27T23:21:05.154Z[ recovery-image] Aug 27 23:21:03.332 INFO O| Aug 27 23:21:03.332 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-08-27T23:21:05.162Z[ recovery-image] Aug 27 23:21:03.342 INFO O| Aug 27 23:21:03.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50912024-08-27T23:21:05.164Z[ recovery-image] Aug 27 23:21:03.343 INFO O| Aug 27 23:21:03.343 INFO STEP 393 (remove_files) COMPLETE
50922024-08-27T23:21:05.164Z[ recovery-image] Aug 27 23:21:03.343 INFO O| Aug 27 23:21:03.343 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-08-27T23:21:05.172Z[ recovery-image] Aug 27 23:21:03.353 INFO O| Aug 27 23:21:03.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50942024-08-27T23:21:05.172Z[ recovery-image] Aug 27 23:21:03.353 INFO O| Aug 27 23:21:03.353 INFO STEP 394 (remove_files) COMPLETE
50952024-08-27T23:21:05.172Z[ recovery-image] Aug 27 23:21:03.353 INFO O| Aug 27 23:21:03.353 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-08-27T23:21:05.183Z[ recovery-image] Aug 27 23:21:03.363 INFO O| Aug 27 23:21:03.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50972024-08-27T23:21:05.183Z[ recovery-image] Aug 27 23:21:03.363 INFO O| Aug 27 23:21:03.363 INFO STEP 395 (remove_files) COMPLETE
50982024-08-27T23:21:05.183Z[ recovery-image] Aug 27 23:21:03.363 INFO O| Aug 27 23:21:03.363 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-08-27T23:21:05.193Z[ recovery-image] Aug 27 23:21:03.374 INFO O| Aug 27 23:21:03.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51002024-08-27T23:21:05.195Z[ recovery-image] Aug 27 23:21:03.374 INFO O| Aug 27 23:21:03.374 INFO STEP 396 (remove_files) COMPLETE
51012024-08-27T23:21:05.195Z[ recovery-image] Aug 27 23:21:03.374 INFO O| Aug 27 23:21:03.374 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-08-27T23:21:05.204Z[ recovery-image] Aug 27 23:21:03.384 INFO O| Aug 27 23:21:03.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51032024-08-27T23:21:05.204Z[ recovery-image] Aug 27 23:21:03.384 INFO O| Aug 27 23:21:03.384 INFO STEP 397 (remove_files) COMPLETE
51042024-08-27T23:21:05.204Z[ recovery-image] Aug 27 23:21:03.384 INFO O| Aug 27 23:21:03.384 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-08-27T23:21:05.214Z[ recovery-image] Aug 27 23:21:03.394 INFO O| Aug 27 23:21:03.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
51062024-08-27T23:21:05.214Z[ recovery-image] Aug 27 23:21:03.394 INFO O| Aug 27 23:21:03.394 INFO STEP 398 (remove_files) COMPLETE
51072024-08-27T23:21:05.214Z[ recovery-image] Aug 27 23:21:03.394 INFO O| Aug 27 23:21:03.394 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-08-27T23:21:05.224Z[ recovery-image] Aug 27 23:21:03.405 INFO O| Aug 27 23:21:03.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
51092024-08-27T23:21:05.224Z[ recovery-image] Aug 27 23:21:03.405 INFO O| Aug 27 23:21:03.405 INFO STEP 399 (remove_files) COMPLETE
51102024-08-27T23:21:05.224Z[ recovery-image] Aug 27 23:21:03.405 INFO O| Aug 27 23:21:03.405 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-08-27T23:21:05.235Z[ recovery-image] Aug 27 23:21:03.415 INFO O| Aug 27 23:21:03.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
51122024-08-27T23:21:05.235Z[ recovery-image] Aug 27 23:21:03.415 INFO O| Aug 27 23:21:03.415 INFO STEP 400 (remove_files) COMPLETE
51132024-08-27T23:21:05.237Z[ recovery-image] Aug 27 23:21:03.415 INFO O| Aug 27 23:21:03.415 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-08-27T23:21:05.246Z[ recovery-image] Aug 27 23:21:03.426 INFO O| Aug 27 23:21:03.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
51152024-08-27T23:21:05.248Z[ recovery-image] Aug 27 23:21:03.426 INFO O| Aug 27 23:21:03.426 INFO STEP 401 (remove_files) COMPLETE
51162024-08-27T23:21:05.248Z[ recovery-image] Aug 27 23:21:03.426 INFO O| Aug 27 23:21:03.426 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-08-27T23:21:05.257Z[ recovery-image] Aug 27 23:21:03.438 INFO O| Aug 27 23:21:03.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
51182024-08-27T23:21:05.257Z[ recovery-image] Aug 27 23:21:03.438 INFO O| Aug 27 23:21:03.438 INFO STEP 402 (remove_files) COMPLETE
51192024-08-27T23:21:05.260Z[ recovery-image] Aug 27 23:21:03.438 INFO O| Aug 27 23:21:03.438 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-08-27T23:21:05.269Z[ recovery-image] Aug 27 23:21:03.449 INFO O| Aug 27 23:21:03.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
51212024-08-27T23:21:05.269Z[ recovery-image] Aug 27 23:21:03.449 INFO O| Aug 27 23:21:03.449 INFO STEP 403 (remove_files) COMPLETE
51222024-08-27T23:21:05.269Z[ recovery-image] Aug 27 23:21:03.449 INFO O| Aug 27 23:21:03.449 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-08-27T23:21:05.280Z[ recovery-image] Aug 27 23:21:03.460 INFO O| Aug 27 23:21:03.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
51242024-08-27T23:21:05.280Z[ recovery-image] Aug 27 23:21:03.460 INFO O| Aug 27 23:21:03.460 INFO STEP 404 (remove_files) COMPLETE
51252024-08-27T23:21:05.280Z[ recovery-image] Aug 27 23:21:03.460 INFO O| Aug 27 23:21:03.460 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-08-27T23:21:05.290Z[ recovery-image] Aug 27 23:21:03.470 INFO O| Aug 27 23:21:03.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
51272024-08-27T23:21:05.292Z[ recovery-image] Aug 27 23:21:03.471 INFO O| Aug 27 23:21:03.470 INFO STEP 405 (remove_files) COMPLETE
51282024-08-27T23:21:05.292Z[ recovery-image] Aug 27 23:21:03.471 INFO O| Aug 27 23:21:03.471 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-08-27T23:21:05.323Z[ recovery-image] Aug 27 23:21:03.502 INFO O| Aug 27 23:21:03.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51302024-08-27T23:21:05.323Z[ recovery-image] Aug 27 23:21:03.502 INFO O| Aug 27 23:21:03.502 INFO STEP 406 (remove_files) COMPLETE
51312024-08-27T23:21:05.323Z[ recovery-image] Aug 27 23:21:03.502 INFO O| Aug 27 23:21:03.502 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-08-27T23:21:05.342Z[ recovery-image] Aug 27 23:21:03.521 INFO O| Aug 27 23:21:03.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51332024-08-27T23:21:05.342Z[ recovery-image] Aug 27 23:21:03.521 INFO O| Aug 27 23:21:03.521 INFO STEP 407 (remove_files) COMPLETE
51342024-08-27T23:21:05.343Z[ recovery-image] Aug 27 23:21:03.521 INFO O| Aug 27 23:21:03.521 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-08-27T23:21:05.362Z[ recovery-image] Aug 27 23:21:03.542 INFO O| Aug 27 23:21:03.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51362024-08-27T23:21:05.365Z[ recovery-image] Aug 27 23:21:03.543 INFO O| Aug 27 23:21:03.543 INFO STEP 408 (remove_files) COMPLETE
51372024-08-27T23:21:05.365Z[ recovery-image] Aug 27 23:21:03.544 INFO O| Aug 27 23:21:03.543 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-08-27T23:21:05.385Z[ recovery-image] Aug 27 23:21:03.565 INFO O| Aug 27 23:21:03.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51392024-08-27T23:21:05.385Z[ recovery-image] Aug 27 23:21:03.565 INFO O| Aug 27 23:21:03.563 INFO STEP 409 (remove_files) COMPLETE
51402024-08-27T23:21:05.385Z[ recovery-image] Aug 27 23:21:03.565 INFO O| Aug 27 23:21:03.563 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-08-27T23:21:05.398Z[ recovery-image] Aug 27 23:21:03.578 INFO O| Aug 27 23:21:03.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51422024-08-27T23:21:05.398Z[ recovery-image] Aug 27 23:21:03.578 INFO O| Aug 27 23:21:03.578 INFO STEP 410 (remove_files) COMPLETE
51432024-08-27T23:21:05.398Z[ recovery-image] Aug 27 23:21:03.578 INFO O| Aug 27 23:21:03.578 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-08-27T23:21:05.409Z[ recovery-image] Aug 27 23:21:03.590 INFO O| Aug 27 23:21:03.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51452024-08-27T23:21:05.411Z[ recovery-image] Aug 27 23:21:03.590 INFO O| Aug 27 23:21:03.590 INFO STEP 411 (remove_files) COMPLETE
51462024-08-27T23:21:05.412Z[ recovery-image] Aug 27 23:21:03.590 INFO O| Aug 27 23:21:03.590 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-08-27T23:21:05.421Z[ recovery-image] Aug 27 23:21:03.602 INFO O| Aug 27 23:21:03.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51482024-08-27T23:21:05.421Z[ recovery-image] Aug 27 23:21:03.602 INFO O| Aug 27 23:21:03.602 INFO STEP 412 (remove_files) COMPLETE
51492024-08-27T23:21:05.424Z[ recovery-image] Aug 27 23:21:03.602 INFO O| Aug 27 23:21:03.602 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-08-27T23:21:05.434Z[ recovery-image] Aug 27 23:21:03.614 INFO O| Aug 27 23:21:03.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51512024-08-27T23:21:05.434Z[ recovery-image] Aug 27 23:21:03.614 INFO O| Aug 27 23:21:03.614 INFO STEP 413 (remove_files) COMPLETE
51522024-08-27T23:21:05.434Z[ recovery-image] Aug 27 23:21:03.614 INFO O| Aug 27 23:21:03.614 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-08-27T23:21:05.444Z[ recovery-image] Aug 27 23:21:03.625 INFO O| Aug 27 23:21:03.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51542024-08-27T23:21:05.448Z[ recovery-image] Aug 27 23:21:03.625 INFO O| Aug 27 23:21:03.625 INFO STEP 414 (remove_files) COMPLETE
51552024-08-27T23:21:05.448Z[ recovery-image] Aug 27 23:21:03.625 INFO O| Aug 27 23:21:03.625 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-08-27T23:21:05.455Z[ recovery-image] Aug 27 23:21:03.635 INFO O| Aug 27 23:21:03.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51572024-08-27T23:21:05.457Z[ recovery-image] Aug 27 23:21:03.635 INFO O| Aug 27 23:21:03.635 INFO STEP 415 (remove_files) COMPLETE
51582024-08-27T23:21:05.457Z[ recovery-image] Aug 27 23:21:03.635 INFO O| Aug 27 23:21:03.635 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-08-27T23:21:05.465Z[ recovery-image] Aug 27 23:21:03.645 INFO O| Aug 27 23:21:03.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51602024-08-27T23:21:05.465Z[ recovery-image] Aug 27 23:21:03.645 INFO O| Aug 27 23:21:03.645 INFO STEP 416 (remove_files) COMPLETE
51612024-08-27T23:21:05.467Z[ recovery-image] Aug 27 23:21:03.645 INFO O| Aug 27 23:21:03.645 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-08-27T23:21:05.475Z[ recovery-image] Aug 27 23:21:03.656 INFO O| Aug 27 23:21:03.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51632024-08-27T23:21:05.476Z[ recovery-image] Aug 27 23:21:03.656 INFO O| Aug 27 23:21:03.656 INFO STEP 417 (remove_files) COMPLETE
51642024-08-27T23:21:05.478Z[ recovery-image] Aug 27 23:21:03.656 INFO O| Aug 27 23:21:03.656 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-08-27T23:21:05.485Z[ recovery-image] Aug 27 23:21:03.666 INFO O| Aug 27 23:21:03.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51662024-08-27T23:21:05.485Z[ recovery-image] Aug 27 23:21:03.666 INFO O| Aug 27 23:21:03.666 INFO STEP 418 (remove_files) COMPLETE
51672024-08-27T23:21:05.485Z[ recovery-image] Aug 27 23:21:03.666 INFO O| Aug 27 23:21:03.666 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-08-27T23:21:05.495Z[ recovery-image] Aug 27 23:21:03.675 INFO O| Aug 27 23:21:03.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51692024-08-27T23:21:05.495Z[ recovery-image] Aug 27 23:21:03.676 INFO O| Aug 27 23:21:03.676 INFO STEP 419 (remove_files) COMPLETE
51702024-08-27T23:21:05.495Z[ recovery-image] Aug 27 23:21:03.676 INFO O| Aug 27 23:21:03.676 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-08-27T23:21:05.505Z[ recovery-image] Aug 27 23:21:03.685 INFO O| Aug 27 23:21:03.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51722024-08-27T23:21:05.505Z[ recovery-image] Aug 27 23:21:03.685 INFO O| Aug 27 23:21:03.685 INFO STEP 420 (remove_files) COMPLETE
51732024-08-27T23:21:05.505Z[ recovery-image] Aug 27 23:21:03.685 INFO O| Aug 27 23:21:03.685 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-08-27T23:21:05.515Z[ recovery-image] Aug 27 23:21:03.695 INFO O| Aug 27 23:21:03.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51752024-08-27T23:21:05.517Z[ recovery-image] Aug 27 23:21:03.695 INFO O| Aug 27 23:21:03.695 INFO STEP 421 (remove_files) COMPLETE
51762024-08-27T23:21:05.517Z[ recovery-image] Aug 27 23:21:03.695 INFO O| Aug 27 23:21:03.695 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-08-27T23:21:05.524Z[ recovery-image] Aug 27 23:21:03.705 INFO O| Aug 27 23:21:03.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51782024-08-27T23:21:05.524Z[ recovery-image] Aug 27 23:21:03.705 INFO O| Aug 27 23:21:03.705 INFO STEP 422 (remove_files) COMPLETE
51792024-08-27T23:21:05.524Z[ recovery-image] Aug 27 23:21:03.705 INFO O| Aug 27 23:21:03.705 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-08-27T23:21:05.534Z[ recovery-image] Aug 27 23:21:03.714 INFO O| Aug 27 23:21:03.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51812024-08-27T23:21:05.534Z[ recovery-image] Aug 27 23:21:03.714 INFO O| Aug 27 23:21:03.714 INFO STEP 423 (remove_files) COMPLETE
51822024-08-27T23:21:05.536Z[ recovery-image] Aug 27 23:21:03.715 INFO O| Aug 27 23:21:03.714 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-08-27T23:21:05.544Z[ recovery-image] Aug 27 23:21:03.724 INFO O| Aug 27 23:21:03.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51842024-08-27T23:21:05.544Z[ recovery-image] Aug 27 23:21:03.724 INFO O| Aug 27 23:21:03.724 INFO STEP 424 (remove_files) COMPLETE
51852024-08-27T23:21:05.546Z[ recovery-image] Aug 27 23:21:03.724 INFO O| Aug 27 23:21:03.724 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-08-27T23:21:05.553Z[ recovery-image] Aug 27 23:21:03.734 INFO O| Aug 27 23:21:03.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51872024-08-27T23:21:05.555Z[ recovery-image] Aug 27 23:21:03.734 INFO O| Aug 27 23:21:03.734 INFO STEP 425 (remove_files) COMPLETE
51882024-08-27T23:21:05.555Z[ recovery-image] Aug 27 23:21:03.734 INFO O| Aug 27 23:21:03.734 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-08-27T23:21:05.563Z[ recovery-image] Aug 27 23:21:03.743 INFO O| Aug 27 23:21:03.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51902024-08-27T23:21:05.563Z[ recovery-image] Aug 27 23:21:03.743 INFO O| Aug 27 23:21:03.743 INFO STEP 426 (remove_files) COMPLETE
51912024-08-27T23:21:05.565Z[ recovery-image] Aug 27 23:21:03.743 INFO O| Aug 27 23:21:03.743 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-08-27T23:21:05.573Z[ recovery-image] Aug 27 23:21:03.753 INFO O| Aug 27 23:21:03.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51932024-08-27T23:21:05.573Z[ recovery-image] Aug 27 23:21:03.753 INFO O| Aug 27 23:21:03.753 INFO STEP 427 (remove_files) COMPLETE
51942024-08-27T23:21:05.573Z[ recovery-image] Aug 27 23:21:03.753 INFO O| Aug 27 23:21:03.753 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-08-27T23:21:05.582Z[ recovery-image] Aug 27 23:21:03.763 INFO O| Aug 27 23:21:03.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51962024-08-27T23:21:05.582Z[ recovery-image] Aug 27 23:21:03.763 INFO O| Aug 27 23:21:03.763 INFO STEP 428 (remove_files) COMPLETE
51972024-08-27T23:21:05.582Z[ recovery-image] Aug 27 23:21:03.763 INFO O| Aug 27 23:21:03.763 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-08-27T23:21:05.592Z[ recovery-image] Aug 27 23:21:03.773 INFO O| Aug 27 23:21:03.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51992024-08-27T23:21:05.592Z[ recovery-image] Aug 27 23:21:03.773 INFO O| Aug 27 23:21:03.773 INFO STEP 429 (remove_files) COMPLETE
52002024-08-27T23:21:05.594Z[ recovery-image] Aug 27 23:21:03.773 INFO O| Aug 27 23:21:03.773 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-27T23:21:05.602Z[ recovery-image] Aug 27 23:21:03.782 INFO O| Aug 27 23:21:03.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
52022024-08-27T23:21:05.602Z[ recovery-image] Aug 27 23:21:03.783 INFO O| Aug 27 23:21:03.782 INFO STEP 430 (remove_files) COMPLETE
52032024-08-27T23:21:05.602Z[ recovery-image] Aug 27 23:21:03.783 INFO O| Aug 27 23:21:03.782 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-27T23:21:05.612Z[ recovery-image] Aug 27 23:21:03.792 INFO O| Aug 27 23:21:03.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
52052024-08-27T23:21:05.612Z[ recovery-image] Aug 27 23:21:03.792 INFO O| Aug 27 23:21:03.792 INFO STEP 431 (remove_files) COMPLETE
52062024-08-27T23:21:05.614Z[ recovery-image] Aug 27 23:21:03.792 INFO O| Aug 27 23:21:03.792 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-27T23:21:05.622Z[ recovery-image] Aug 27 23:21:03.802 INFO O| Aug 27 23:21:03.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
52082024-08-27T23:21:05.622Z[ recovery-image] Aug 27 23:21:03.802 INFO O| Aug 27 23:21:03.802 INFO STEP 432 (remove_files) COMPLETE
52092024-08-27T23:21:05.622Z[ recovery-image] Aug 27 23:21:03.802 INFO O| Aug 27 23:21:03.802 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-27T23:21:05.632Z[ recovery-image] Aug 27 23:21:03.812 INFO O| Aug 27 23:21:03.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
52112024-08-27T23:21:05.632Z[ recovery-image] Aug 27 23:21:03.812 INFO O| Aug 27 23:21:03.812 INFO STEP 433 (remove_files) COMPLETE
52122024-08-27T23:21:05.632Z[ recovery-image] Aug 27 23:21:03.812 INFO O| Aug 27 23:21:03.812 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-27T23:21:05.641Z[ recovery-image] Aug 27 23:21:03.822 INFO O| Aug 27 23:21:03.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
52142024-08-27T23:21:05.641Z[ recovery-image] Aug 27 23:21:03.822 INFO O| Aug 27 23:21:03.822 INFO STEP 434 (remove_files) COMPLETE
52152024-08-27T23:21:05.644Z[ recovery-image] Aug 27 23:21:03.822 INFO O| Aug 27 23:21:03.822 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-27T23:21:05.651Z[ recovery-image] Aug 27 23:21:03.832 INFO O| Aug 27 23:21:03.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
52172024-08-27T23:21:05.651Z[ recovery-image] Aug 27 23:21:03.832 INFO O| Aug 27 23:21:03.832 INFO STEP 435 (remove_files) COMPLETE
52182024-08-27T23:21:05.654Z[ recovery-image] Aug 27 23:21:03.832 INFO O| Aug 27 23:21:03.832 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-27T23:21:05.662Z[ recovery-image] Aug 27 23:21:03.841 INFO O| Aug 27 23:21:03.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
52202024-08-27T23:21:05.662Z[ recovery-image] Aug 27 23:21:03.842 INFO O| Aug 27 23:21:03.842 INFO STEP 436 (remove_files) COMPLETE
52212024-08-27T23:21:05.662Z[ recovery-image] Aug 27 23:21:03.842 INFO O| Aug 27 23:21:03.842 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-27T23:21:05.671Z[ recovery-image] Aug 27 23:21:03.852 INFO O| Aug 27 23:21:03.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
52232024-08-27T23:21:05.671Z[ recovery-image] Aug 27 23:21:03.852 INFO O| Aug 27 23:21:03.852 INFO STEP 437 (remove_files) COMPLETE
52242024-08-27T23:21:05.671Z[ recovery-image] Aug 27 23:21:03.852 INFO O| Aug 27 23:21:03.852 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-27T23:21:05.681Z[ recovery-image] Aug 27 23:21:03.862 INFO O| Aug 27 23:21:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
52262024-08-27T23:21:05.681Z[ recovery-image] Aug 27 23:21:03.862 INFO O| Aug 27 23:21:03.862 INFO STEP 438 (remove_files) COMPLETE
52272024-08-27T23:21:05.681Z[ recovery-image] Aug 27 23:21:03.862 INFO O| Aug 27 23:21:03.862 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-27T23:21:05.692Z[ recovery-image] Aug 27 23:21:03.872 INFO O| Aug 27 23:21:03.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52292024-08-27T23:21:05.692Z[ recovery-image] Aug 27 23:21:03.872 INFO O| Aug 27 23:21:03.872 INFO STEP 439 (remove_files) COMPLETE
52302024-08-27T23:21:05.692Z[ recovery-image] Aug 27 23:21:03.872 INFO O| Aug 27 23:21:03.872 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-27T23:21:05.701Z[ recovery-image] Aug 27 23:21:03.882 INFO O| Aug 27 23:21:03.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52322024-08-27T23:21:05.701Z[ recovery-image] Aug 27 23:21:03.882 INFO O| Aug 27 23:21:03.882 INFO STEP 440 (remove_files) COMPLETE
52332024-08-27T23:21:05.701Z[ recovery-image] Aug 27 23:21:03.882 INFO O| Aug 27 23:21:03.882 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-27T23:21:05.711Z[ recovery-image] Aug 27 23:21:03.892 INFO O| Aug 27 23:21:03.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52352024-08-27T23:21:05.711Z[ recovery-image] Aug 27 23:21:03.892 INFO O| Aug 27 23:21:03.892 INFO STEP 441 (remove_files) COMPLETE
52362024-08-27T23:21:05.711Z[ recovery-image] Aug 27 23:21:03.892 INFO O| Aug 27 23:21:03.892 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-27T23:21:05.721Z[ recovery-image] Aug 27 23:21:03.902 INFO O| Aug 27 23:21:03.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52382024-08-27T23:21:05.721Z[ recovery-image] Aug 27 23:21:03.902 INFO O| Aug 27 23:21:03.902 INFO STEP 442 (remove_files) COMPLETE
52392024-08-27T23:21:05.724Z[ recovery-image] Aug 27 23:21:03.902 INFO O| Aug 27 23:21:03.902 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-27T23:21:05.731Z[ recovery-image] Aug 27 23:21:03.912 INFO O| Aug 27 23:21:03.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52412024-08-27T23:21:05.731Z[ recovery-image] Aug 27 23:21:03.912 INFO O| Aug 27 23:21:03.912 INFO STEP 443 (remove_files) COMPLETE
52422024-08-27T23:21:05.731Z[ recovery-image] Aug 27 23:21:03.912 INFO O| Aug 27 23:21:03.912 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-27T23:21:05.741Z[ recovery-image] Aug 27 23:21:03.921 INFO O| Aug 27 23:21:03.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52442024-08-27T23:21:05.741Z[ recovery-image] Aug 27 23:21:03.921 INFO O| Aug 27 23:21:03.921 INFO STEP 444 (remove_files) COMPLETE
52452024-08-27T23:21:05.741Z[ recovery-image] Aug 27 23:21:03.922 INFO O| Aug 27 23:21:03.921 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-27T23:21:05.751Z[ recovery-image] Aug 27 23:21:03.931 INFO O| Aug 27 23:21:03.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52472024-08-27T23:21:05.751Z[ recovery-image] Aug 27 23:21:03.931 INFO O| Aug 27 23:21:03.931 INFO STEP 445 (remove_files) COMPLETE
52482024-08-27T23:21:05.751Z[ recovery-image] Aug 27 23:21:03.931 INFO O| Aug 27 23:21:03.931 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-27T23:21:05.761Z[ recovery-image] Aug 27 23:21:03.941 INFO O| Aug 27 23:21:03.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52502024-08-27T23:21:05.761Z[ recovery-image] Aug 27 23:21:03.941 INFO O| Aug 27 23:21:03.941 INFO STEP 446 (remove_files) COMPLETE
52512024-08-27T23:21:05.763Z[ recovery-image] Aug 27 23:21:03.941 INFO O| Aug 27 23:21:03.941 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-27T23:21:05.766Z[ host-image] Aug 27 23:21:03.944 INFO O| Aug 27 23:21:03.944 INFO O| Done
52532024-08-27T23:21:05.771Z[ recovery-image] Aug 27 23:21:03.951 INFO O| Aug 27 23:21:03.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52542024-08-27T23:21:05.771Z[ recovery-image] Aug 27 23:21:03.951 INFO O| Aug 27 23:21:03.951 INFO STEP 447 (remove_files) COMPLETE
52552024-08-27T23:21:05.771Z[ recovery-image] Aug 27 23:21:03.951 INFO O| Aug 27 23:21:03.951 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-08-27T23:21:05.781Z[ recovery-image] Aug 27 23:21:03.961 INFO O| Aug 27 23:21:03.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52572024-08-27T23:21:05.781Z[ recovery-image] Aug 27 23:21:03.961 INFO O| Aug 27 23:21:03.961 INFO STEP 448 (remove_files) COMPLETE
52582024-08-27T23:21:05.781Z[ recovery-image] Aug 27 23:21:03.961 INFO O| Aug 27 23:21:03.961 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-08-27T23:21:05.791Z[ recovery-image] Aug 27 23:21:03.971 INFO O| Aug 27 23:21:03.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52602024-08-27T23:21:05.791Z[ recovery-image] Aug 27 23:21:03.971 INFO O| Aug 27 23:21:03.971 INFO STEP 449 (remove_files) COMPLETE
52612024-08-27T23:21:05.793Z[ recovery-image] Aug 27 23:21:03.971 INFO O| Aug 27 23:21:03.971 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-08-27T23:21:05.793Z[ host-image] Aug 27 23:21:03.972 INFO O| Aug 27 23:21:03.972 INFO O| Done
52632024-08-27T23:21:05.793Z[ host-image] Aug 27 23:21:03.972 INFO O| Aug 27 23:21:03.972 INFO O| Done
52642024-08-27T23:21:05.801Z[ recovery-image] Aug 27 23:21:03.982 INFO O| Aug 27 23:21:03.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52652024-08-27T23:21:05.801Z[ recovery-image] Aug 27 23:21:03.982 INFO O| Aug 27 23:21:03.982 INFO STEP 450 (remove_files) COMPLETE
52662024-08-27T23:21:05.803Z[ recovery-image] Aug 27 23:21:03.982 INFO O| Aug 27 23:21:03.982 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-08-27T23:21:05.806Z[ host-image] Aug 27 23:21:03.987 INFO O| Aug 27 23:21:03.987 INFO O| Done
52682024-08-27T23:21:05.812Z[ recovery-image] Aug 27 23:21:03.992 INFO O| Aug 27 23:21:03.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52692024-08-27T23:21:05.812Z[ recovery-image] Aug 27 23:21:03.992 INFO O| Aug 27 23:21:03.992 INFO STEP 451 (remove_files) COMPLETE
52702024-08-27T23:21:05.814Z[ recovery-image] Aug 27 23:21:03.992 INFO O| Aug 27 23:21:03.992 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-08-27T23:21:05.824Z[ recovery-image] Aug 27 23:21:04.004 INFO O| Aug 27 23:21:04.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52722024-08-27T23:21:05.824Z[ recovery-image] Aug 27 23:21:04.004 INFO O| Aug 27 23:21:04.004 INFO STEP 452 (remove_files) COMPLETE
52732024-08-27T23:21:05.826Z[ recovery-image] Aug 27 23:21:04.004 INFO O| Aug 27 23:21:04.004 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-08-27T23:21:05.836Z[ recovery-image] Aug 27 23:21:04.016 INFO O| Aug 27 23:21:04.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52752024-08-27T23:21:05.836Z[ recovery-image] Aug 27 23:21:04.016 INFO O| Aug 27 23:21:04.016 INFO STEP 453 (remove_files) COMPLETE
52762024-08-27T23:21:05.836Z[ recovery-image] Aug 27 23:21:04.016 INFO O| Aug 27 23:21:04.016 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-08-27T23:21:05.847Z[ recovery-image] Aug 27 23:21:04.028 INFO O| Aug 27 23:21:04.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52782024-08-27T23:21:05.847Z[ recovery-image] Aug 27 23:21:04.028 INFO O| Aug 27 23:21:04.028 INFO STEP 454 (remove_files) COMPLETE
52792024-08-27T23:21:05.850Z[ recovery-image] Aug 27 23:21:04.028 INFO O| Aug 27 23:21:04.028 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-08-27T23:21:05.858Z[ recovery-image] Aug 27 23:21:04.039 INFO O| Aug 27 23:21:04.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52812024-08-27T23:21:05.858Z[ recovery-image] Aug 27 23:21:04.039 INFO O| Aug 27 23:21:04.039 INFO STEP 455 (remove_files) COMPLETE
52822024-08-27T23:21:05.861Z[ recovery-image] Aug 27 23:21:04.039 INFO O| Aug 27 23:21:04.039 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-08-27T23:21:05.870Z[ recovery-image] Aug 27 23:21:04.050 INFO O| Aug 27 23:21:04.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52842024-08-27T23:21:05.870Z[ recovery-image] Aug 27 23:21:04.050 INFO O| Aug 27 23:21:04.050 INFO STEP 456 (remove_files) COMPLETE
52852024-08-27T23:21:05.870Z[ recovery-image] Aug 27 23:21:04.050 INFO O| Aug 27 23:21:04.050 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-08-27T23:21:05.881Z[ recovery-image] Aug 27 23:21:04.061 INFO O| Aug 27 23:21:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52872024-08-27T23:21:05.881Z[ recovery-image] Aug 27 23:21:04.061 INFO O| Aug 27 23:21:04.061 INFO STEP 457 (remove_files) COMPLETE
52882024-08-27T23:21:05.881Z[ recovery-image] Aug 27 23:21:04.061 INFO O| Aug 27 23:21:04.061 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-08-27T23:21:05.891Z[ recovery-image] Aug 27 23:21:04.072 INFO O| Aug 27 23:21:04.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52902024-08-27T23:21:05.891Z[ recovery-image] Aug 27 23:21:04.072 INFO O| Aug 27 23:21:04.072 INFO STEP 458 (remove_files) COMPLETE
52912024-08-27T23:21:05.891Z[ recovery-image] Aug 27 23:21:04.072 INFO O| Aug 27 23:21:04.072 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-08-27T23:21:05.903Z[ recovery-image] Aug 27 23:21:04.083 INFO O| Aug 27 23:21:04.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52932024-08-27T23:21:05.903Z[ recovery-image] Aug 27 23:21:04.083 INFO O| Aug 27 23:21:04.083 INFO STEP 459 (remove_files) COMPLETE
52942024-08-27T23:21:05.905Z[ recovery-image] Aug 27 23:21:04.083 INFO O| Aug 27 23:21:04.083 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-08-27T23:21:05.911Z[ host-image] Aug 27 23:21:04.092 INFO O| Aug 27 23:21:04.092 INFO STEP 12 (pkg_install) COMPLETE
52962024-08-27T23:21:05.911Z[ host-image] Aug 27 23:21:04.092 INFO O| Aug 27 23:21:04.092 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
52972024-08-27T23:21:05.914Z[ recovery-image] Aug 27 23:21:04.094 INFO O| Aug 27 23:21:04.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52982024-08-27T23:21:05.914Z[ recovery-image] Aug 27 23:21:04.094 INFO O| Aug 27 23:21:04.094 INFO STEP 460 (remove_files) COMPLETE
52992024-08-27T23:21:05.916Z[ recovery-image] Aug 27 23:21:04.094 INFO O| Aug 27 23:21:04.094 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-08-27T23:21:05.923Z[ host-image] Aug 27 23:21:04.103 INFO O| Aug 27 23:21:04.103 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
53012024-08-27T23:21:05.925Z[ recovery-image] Aug 27 23:21:04.105 INFO O| Aug 27 23:21:04.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53022024-08-27T23:21:05.925Z[ recovery-image] Aug 27 23:21:04.105 INFO O| Aug 27 23:21:04.105 INFO STEP 461 (remove_files) COMPLETE
53032024-08-27T23:21:05.925Z[ recovery-image] Aug 27 23:21:04.105 INFO O| Aug 27 23:21:04.105 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-08-27T23:21:05.935Z[ recovery-image] Aug 27 23:21:04.115 INFO O| Aug 27 23:21:04.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53052024-08-27T23:21:05.935Z[ recovery-image] Aug 27 23:21:04.115 INFO O| Aug 27 23:21:04.115 INFO STEP 462 (remove_files) COMPLETE
53062024-08-27T23:21:05.937Z[ recovery-image] Aug 27 23:21:04.115 INFO O| Aug 27 23:21:04.115 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-08-27T23:21:05.946Z[ recovery-image] Aug 27 23:21:04.125 INFO O| Aug 27 23:21:04.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
53082024-08-27T23:21:05.948Z[ recovery-image] Aug 27 23:21:04.126 INFO O| Aug 27 23:21:04.126 INFO STEP 463 (remove_files) COMPLETE
53092024-08-27T23:21:05.948Z[ recovery-image] Aug 27 23:21:04.126 INFO O| Aug 27 23:21:04.126 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-08-27T23:21:05.956Z[ recovery-image] Aug 27 23:21:04.136 INFO O| Aug 27 23:21:04.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
53112024-08-27T23:21:05.958Z[ recovery-image] Aug 27 23:21:04.137 INFO O| Aug 27 23:21:04.137 INFO STEP 464 (remove_files) COMPLETE
53122024-08-27T23:21:05.958Z[ recovery-image] Aug 27 23:21:04.137 INFO O| Aug 27 23:21:04.137 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-08-27T23:21:05.966Z[ recovery-image] Aug 27 23:21:04.146 INFO O| Aug 27 23:21:04.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
53142024-08-27T23:21:05.966Z[ recovery-image] Aug 27 23:21:04.146 INFO O| Aug 27 23:21:04.146 INFO STEP 465 (remove_files) COMPLETE
53152024-08-27T23:21:05.966Z[ recovery-image] Aug 27 23:21:04.147 INFO O| Aug 27 23:21:04.146 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-08-27T23:21:05.976Z[ recovery-image] Aug 27 23:21:04.156 INFO O| Aug 27 23:21:04.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
53172024-08-27T23:21:05.976Z[ recovery-image] Aug 27 23:21:04.157 INFO O| Aug 27 23:21:04.157 INFO STEP 466 (remove_files) COMPLETE
53182024-08-27T23:21:05.979Z[ recovery-image] Aug 27 23:21:04.157 INFO O| Aug 27 23:21:04.157 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-08-27T23:21:05.986Z[ recovery-image] Aug 27 23:21:04.167 INFO O| Aug 27 23:21:04.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
53202024-08-27T23:21:05.987Z[ recovery-image] Aug 27 23:21:04.167 INFO O| Aug 27 23:21:04.167 INFO STEP 467 (remove_files) COMPLETE
53212024-08-27T23:21:05.989Z[ recovery-image] Aug 27 23:21:04.167 INFO O| Aug 27 23:21:04.167 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-08-27T23:21:05.996Z[ recovery-image] Aug 27 23:21:04.177 INFO O| Aug 27 23:21:04.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53232024-08-27T23:21:05.996Z[ recovery-image] Aug 27 23:21:04.177 INFO O| Aug 27 23:21:04.177 INFO STEP 468 (remove_files) COMPLETE
53242024-08-27T23:21:05.996Z[ recovery-image] Aug 27 23:21:04.177 INFO O| Aug 27 23:21:04.177 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-08-27T23:21:06.006Z[ recovery-image] Aug 27 23:21:04.186 INFO O| Aug 27 23:21:04.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53262024-08-27T23:21:06.006Z[ recovery-image] Aug 27 23:21:04.187 INFO O| Aug 27 23:21:04.186 INFO STEP 469 (remove_files) COMPLETE
53272024-08-27T23:21:06.006Z[ recovery-image] Aug 27 23:21:04.187 INFO O| Aug 27 23:21:04.187 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-08-27T23:21:06.016Z[ recovery-image] Aug 27 23:21:04.196 INFO O| Aug 27 23:21:04.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
53292024-08-27T23:21:06.016Z[ recovery-image] Aug 27 23:21:04.196 INFO O| Aug 27 23:21:04.196 INFO STEP 470 (remove_files) COMPLETE
53302024-08-27T23:21:06.018Z[ recovery-image] Aug 27 23:21:04.196 INFO O| Aug 27 23:21:04.196 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-08-27T23:21:06.026Z[ recovery-image] Aug 27 23:21:04.206 INFO O| Aug 27 23:21:04.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
53322024-08-27T23:21:06.028Z[ recovery-image] Aug 27 23:21:04.206 INFO O| Aug 27 23:21:04.206 INFO STEP 471 (remove_files) COMPLETE
53332024-08-27T23:21:06.028Z[ recovery-image] Aug 27 23:21:04.206 INFO O| Aug 27 23:21:04.206 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-08-27T23:21:06.036Z[ recovery-image] Aug 27 23:21:04.216 INFO O| Aug 27 23:21:04.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
53352024-08-27T23:21:06.036Z[ recovery-image] Aug 27 23:21:04.216 INFO O| Aug 27 23:21:04.216 INFO STEP 472 (remove_files) COMPLETE
53362024-08-27T23:21:06.038Z[ recovery-image] Aug 27 23:21:04.216 INFO O| Aug 27 23:21:04.216 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-08-27T23:21:06.046Z[ recovery-image] Aug 27 23:21:04.226 INFO O| Aug 27 23:21:04.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53382024-08-27T23:21:06.048Z[ recovery-image] Aug 27 23:21:04.226 INFO O| Aug 27 23:21:04.226 INFO STEP 473 (remove_files) COMPLETE
53392024-08-27T23:21:06.048Z[ recovery-image] Aug 27 23:21:04.226 INFO O| Aug 27 23:21:04.226 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-08-27T23:21:06.056Z[ recovery-image] Aug 27 23:21:04.236 INFO O| Aug 27 23:21:04.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53412024-08-27T23:21:06.058Z[ recovery-image] Aug 27 23:21:04.236 INFO O| Aug 27 23:21:04.236 INFO STEP 474 (remove_files) COMPLETE
53422024-08-27T23:21:06.058Z[ recovery-image] Aug 27 23:21:04.236 INFO O| Aug 27 23:21:04.236 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-08-27T23:21:06.066Z[ recovery-image] Aug 27 23:21:04.246 INFO O| Aug 27 23:21:04.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53442024-08-27T23:21:06.066Z[ recovery-image] Aug 27 23:21:04.246 INFO O| Aug 27 23:21:04.246 INFO STEP 475 (remove_files) COMPLETE
53452024-08-27T23:21:06.068Z[ recovery-image] Aug 27 23:21:04.246 INFO O| Aug 27 23:21:04.246 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-08-27T23:21:06.076Z[ recovery-image] Aug 27 23:21:04.256 INFO O| Aug 27 23:21:04.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53472024-08-27T23:21:06.076Z[ recovery-image] Aug 27 23:21:04.256 INFO O| Aug 27 23:21:04.256 INFO STEP 476 (remove_files) COMPLETE
53482024-08-27T23:21:06.078Z[ recovery-image] Aug 27 23:21:04.256 INFO O| Aug 27 23:21:04.256 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-08-27T23:21:06.086Z[ recovery-image] Aug 27 23:21:04.267 INFO O| Aug 27 23:21:04.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53502024-08-27T23:21:06.086Z[ recovery-image] Aug 27 23:21:04.267 INFO O| Aug 27 23:21:04.267 INFO STEP 477 (remove_files) COMPLETE
53512024-08-27T23:21:06.089Z[ recovery-image] Aug 27 23:21:04.267 INFO O| Aug 27 23:21:04.267 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-08-27T23:21:06.096Z[ recovery-image] Aug 27 23:21:04.277 INFO O| Aug 27 23:21:04.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53532024-08-27T23:21:06.096Z[ recovery-image] Aug 27 23:21:04.277 INFO O| Aug 27 23:21:04.277 INFO STEP 478 (remove_files) COMPLETE
53542024-08-27T23:21:06.099Z[ recovery-image] Aug 27 23:21:04.277 INFO O| Aug 27 23:21:04.277 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-08-27T23:21:06.106Z[ recovery-image] Aug 27 23:21:04.287 INFO O| Aug 27 23:21:04.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53562024-08-27T23:21:06.106Z[ recovery-image] Aug 27 23:21:04.287 INFO O| Aug 27 23:21:04.287 INFO STEP 479 (remove_files) COMPLETE
53572024-08-27T23:21:06.109Z[ recovery-image] Aug 27 23:21:04.287 INFO O| Aug 27 23:21:04.287 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-08-27T23:21:06.117Z[ recovery-image] Aug 27 23:21:04.297 INFO O| Aug 27 23:21:04.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53592024-08-27T23:21:06.117Z[ recovery-image] Aug 27 23:21:04.297 INFO O| Aug 27 23:21:04.297 INFO STEP 480 (remove_files) COMPLETE
53602024-08-27T23:21:06.127Z[ recovery-image] Aug 27 23:21:04.297 INFO O| Aug 27 23:21:04.297 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-08-27T23:21:06.127Z[ recovery-image] Aug 27 23:21:04.307 INFO O| Aug 27 23:21:04.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53622024-08-27T23:21:06.128Z[ recovery-image] Aug 27 23:21:04.307 INFO O| Aug 27 23:21:04.307 INFO STEP 481 (remove_files) COMPLETE
53632024-08-27T23:21:06.128Z[ recovery-image] Aug 27 23:21:04.307 INFO O| Aug 27 23:21:04.307 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-08-27T23:21:06.137Z[ recovery-image] Aug 27 23:21:04.317 INFO O| Aug 27 23:21:04.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53652024-08-27T23:21:06.139Z[ recovery-image] Aug 27 23:21:04.317 INFO O| Aug 27 23:21:04.317 INFO STEP 482 (remove_files) COMPLETE
53662024-08-27T23:21:06.139Z[ recovery-image] Aug 27 23:21:04.317 INFO O| Aug 27 23:21:04.317 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-08-27T23:21:06.147Z[ recovery-image] Aug 27 23:21:04.327 INFO O| Aug 27 23:21:04.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53682024-08-27T23:21:06.149Z[ recovery-image] Aug 27 23:21:04.327 INFO O| Aug 27 23:21:04.327 INFO STEP 483 (remove_files) COMPLETE
53692024-08-27T23:21:06.149Z[ recovery-image] Aug 27 23:21:04.327 INFO O| Aug 27 23:21:04.327 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-08-27T23:21:06.157Z[ recovery-image] Aug 27 23:21:04.337 INFO O| Aug 27 23:21:04.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53712024-08-27T23:21:06.157Z[ recovery-image] Aug 27 23:21:04.337 INFO O| Aug 27 23:21:04.337 INFO STEP 484 (remove_files) COMPLETE
53722024-08-27T23:21:06.160Z[ recovery-image] Aug 27 23:21:04.337 INFO O| Aug 27 23:21:04.337 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-08-27T23:21:06.170Z[ recovery-image] Aug 27 23:21:04.350 INFO O| Aug 27 23:21:04.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53742024-08-27T23:21:06.170Z[ recovery-image] Aug 27 23:21:04.350 INFO O| Aug 27 23:21:04.350 INFO STEP 485 (remove_files) COMPLETE
53752024-08-27T23:21:06.170Z[ recovery-image] Aug 27 23:21:04.350 INFO O| Aug 27 23:21:04.350 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-08-27T23:21:06.181Z[ recovery-image] Aug 27 23:21:04.361 INFO O| Aug 27 23:21:04.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53772024-08-27T23:21:06.183Z[ recovery-image] Aug 27 23:21:04.362 INFO O| Aug 27 23:21:04.362 INFO STEP 486 (remove_files) COMPLETE
53782024-08-27T23:21:06.183Z[ recovery-image] Aug 27 23:21:04.362 INFO O| Aug 27 23:21:04.362 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-08-27T23:21:06.192Z[ recovery-image] Aug 27 23:21:04.373 INFO O| Aug 27 23:21:04.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53802024-08-27T23:21:06.193Z[ recovery-image] Aug 27 23:21:04.373 INFO O| Aug 27 23:21:04.373 INFO STEP 487 (remove_files) COMPLETE
53812024-08-27T23:21:06.193Z[ recovery-image] Aug 27 23:21:04.373 INFO O| Aug 27 23:21:04.373 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-08-27T23:21:06.203Z[ recovery-image] Aug 27 23:21:04.383 INFO O| Aug 27 23:21:04.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53832024-08-27T23:21:06.205Z[ recovery-image] Aug 27 23:21:04.383 INFO O| Aug 27 23:21:04.383 INFO STEP 488 (remove_files) COMPLETE
53842024-08-27T23:21:06.205Z[ recovery-image] Aug 27 23:21:04.383 INFO O| Aug 27 23:21:04.383 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-08-27T23:21:06.216Z[ recovery-image] Aug 27 23:21:04.396 INFO O| Aug 27 23:21:04.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53862024-08-27T23:21:06.216Z[ recovery-image] Aug 27 23:21:04.396 INFO O| Aug 27 23:21:04.396 INFO STEP 489 (remove_files) COMPLETE
53872024-08-27T23:21:06.218Z[ recovery-image] Aug 27 23:21:04.396 INFO O| Aug 27 23:21:04.396 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-08-27T23:21:06.229Z[ recovery-image] Aug 27 23:21:04.407 INFO O| Aug 27 23:21:04.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53892024-08-27T23:21:06.229Z[ recovery-image] Aug 27 23:21:04.407 INFO O| Aug 27 23:21:04.407 INFO STEP 490 (remove_files) COMPLETE
53902024-08-27T23:21:06.232Z[ recovery-image] Aug 27 23:21:04.407 INFO O| Aug 27 23:21:04.407 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-08-27T23:21:06.237Z[ recovery-image] Aug 27 23:21:04.418 INFO O| Aug 27 23:21:04.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53922024-08-27T23:21:06.240Z[ recovery-image] Aug 27 23:21:04.418 INFO O| Aug 27 23:21:04.418 INFO STEP 491 (remove_files) COMPLETE
53932024-08-27T23:21:06.240Z[ recovery-image] Aug 27 23:21:04.418 INFO O| Aug 27 23:21:04.418 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-08-27T23:21:06.248Z[ recovery-image] Aug 27 23:21:04.428 INFO O| Aug 27 23:21:04.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53952024-08-27T23:21:06.250Z[ recovery-image] Aug 27 23:21:04.428 INFO O| Aug 27 23:21:04.428 INFO STEP 492 (remove_files) COMPLETE
53962024-08-27T23:21:06.250Z[ recovery-image] Aug 27 23:21:04.428 INFO O| Aug 27 23:21:04.428 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-08-27T23:21:06.257Z[ recovery-image] Aug 27 23:21:04.438 INFO O| Aug 27 23:21:04.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53982024-08-27T23:21:06.257Z[ recovery-image] Aug 27 23:21:04.438 INFO O| Aug 27 23:21:04.438 INFO STEP 493 (remove_files) COMPLETE
53992024-08-27T23:21:06.258Z[ recovery-image] Aug 27 23:21:04.438 INFO O| Aug 27 23:21:04.438 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-08-27T23:21:06.267Z[ recovery-image] Aug 27 23:21:04.448 INFO O| Aug 27 23:21:04.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54012024-08-27T23:21:06.270Z[ recovery-image] Aug 27 23:21:04.448 INFO O| Aug 27 23:21:04.448 INFO STEP 494 (remove_files) COMPLETE
54022024-08-27T23:21:06.270Z[ recovery-image] Aug 27 23:21:04.448 INFO O| Aug 27 23:21:04.448 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-08-27T23:21:06.278Z[ recovery-image] Aug 27 23:21:04.458 INFO O| Aug 27 23:21:04.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
54042024-08-27T23:21:06.278Z[ recovery-image] Aug 27 23:21:04.458 INFO O| Aug 27 23:21:04.458 INFO STEP 495 (remove_files) COMPLETE
54052024-08-27T23:21:06.278Z[ recovery-image] Aug 27 23:21:04.458 INFO O| Aug 27 23:21:04.458 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-08-27T23:21:06.288Z[ recovery-image] Aug 27 23:21:04.468 INFO O| Aug 27 23:21:04.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
54072024-08-27T23:21:06.290Z[ recovery-image] Aug 27 23:21:04.469 INFO O| Aug 27 23:21:04.469 INFO STEP 496 (remove_files) COMPLETE
54082024-08-27T23:21:06.290Z[ recovery-image] Aug 27 23:21:04.469 INFO O| Aug 27 23:21:04.469 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-08-27T23:21:06.300Z[ recovery-image] Aug 27 23:21:04.480 INFO O| Aug 27 23:21:04.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
54102024-08-27T23:21:06.300Z[ recovery-image] Aug 27 23:21:04.480 INFO O| Aug 27 23:21:04.480 INFO STEP 497 (remove_files) COMPLETE
54112024-08-27T23:21:06.300Z[ recovery-image] Aug 27 23:21:04.481 INFO O| Aug 27 23:21:04.480 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-08-27T23:21:06.311Z[ recovery-image] Aug 27 23:21:04.491 INFO O| Aug 27 23:21:04.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
54132024-08-27T23:21:06.311Z[ recovery-image] Aug 27 23:21:04.491 INFO O| Aug 27 23:21:04.491 INFO STEP 498 (remove_files) COMPLETE
54142024-08-27T23:21:06.313Z[ recovery-image] Aug 27 23:21:04.492 INFO O| Aug 27 23:21:04.491 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-08-27T23:21:06.321Z[ recovery-image] Aug 27 23:21:04.502 INFO O| Aug 27 23:21:04.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
54162024-08-27T23:21:06.321Z[ recovery-image] Aug 27 23:21:04.502 INFO O| Aug 27 23:21:04.502 INFO STEP 499 (remove_files) COMPLETE
54172024-08-27T23:21:06.324Z[ recovery-image] Aug 27 23:21:04.502 INFO O| Aug 27 23:21:04.502 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-08-27T23:21:06.332Z[ recovery-image] Aug 27 23:21:04.512 INFO O| Aug 27 23:21:04.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
54192024-08-27T23:21:06.334Z[ recovery-image] Aug 27 23:21:04.512 INFO O| Aug 27 23:21:04.512 INFO STEP 500 (remove_files) COMPLETE
54202024-08-27T23:21:06.334Z[ recovery-image] Aug 27 23:21:04.512 INFO O| Aug 27 23:21:04.512 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-08-27T23:21:06.342Z[ recovery-image] Aug 27 23:21:04.522 INFO O| Aug 27 23:21:04.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54222024-08-27T23:21:06.342Z[ recovery-image] Aug 27 23:21:04.522 INFO O| Aug 27 23:21:04.522 INFO STEP 501 (remove_files) COMPLETE
54232024-08-27T23:21:06.342Z[ recovery-image] Aug 27 23:21:04.522 INFO O| Aug 27 23:21:04.522 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-08-27T23:21:06.352Z[ recovery-image] Aug 27 23:21:04.532 INFO O| Aug 27 23:21:04.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54252024-08-27T23:21:06.352Z[ recovery-image] Aug 27 23:21:04.532 INFO O| Aug 27 23:21:04.532 INFO STEP 502 (remove_files) COMPLETE
54262024-08-27T23:21:06.355Z[ recovery-image] Aug 27 23:21:04.532 INFO O| Aug 27 23:21:04.532 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-08-27T23:21:06.362Z[ recovery-image] Aug 27 23:21:04.543 INFO O| Aug 27 23:21:04.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
54282024-08-27T23:21:06.365Z[ recovery-image] Aug 27 23:21:04.543 INFO O| Aug 27 23:21:04.543 INFO STEP 503 (remove_files) COMPLETE
54292024-08-27T23:21:06.365Z[ recovery-image] Aug 27 23:21:04.543 INFO O| Aug 27 23:21:04.543 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-08-27T23:21:06.373Z[ recovery-image] Aug 27 23:21:04.553 INFO O| Aug 27 23:21:04.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
54312024-08-27T23:21:06.373Z[ recovery-image] Aug 27 23:21:04.553 INFO O| Aug 27 23:21:04.553 INFO STEP 504 (remove_files) COMPLETE
54322024-08-27T23:21:06.373Z[ recovery-image] Aug 27 23:21:04.553 INFO O| Aug 27 23:21:04.553 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-08-27T23:21:06.376Z[ host-image] Aug 27 23:21:04.557 INFO O| Aug 27 23:21:04.557 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
54342024-08-27T23:21:06.383Z[ recovery-image] Aug 27 23:21:04.564 INFO O| Aug 27 23:21:04.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
54352024-08-27T23:21:06.386Z[ recovery-image] Aug 27 23:21:04.564 INFO O| Aug 27 23:21:04.564 INFO STEP 505 (remove_files) COMPLETE
54362024-08-27T23:21:06.386Z[ recovery-image] Aug 27 23:21:04.564 INFO O| Aug 27 23:21:04.564 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-08-27T23:21:06.394Z[ recovery-image] Aug 27 23:21:04.574 INFO O| Aug 27 23:21:04.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54382024-08-27T23:21:06.396Z[ recovery-image] Aug 27 23:21:04.574 INFO O| Aug 27 23:21:04.574 INFO STEP 506 (remove_files) COMPLETE
54392024-08-27T23:21:06.396Z[ recovery-image] Aug 27 23:21:04.574 INFO O| Aug 27 23:21:04.574 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-08-27T23:21:06.405Z[ recovery-image] Aug 27 23:21:04.585 INFO O| Aug 27 23:21:04.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54412024-08-27T23:21:06.405Z[ recovery-image] Aug 27 23:21:04.585 INFO O| Aug 27 23:21:04.585 INFO STEP 507 (remove_files) COMPLETE
54422024-08-27T23:21:06.405Z[ recovery-image] Aug 27 23:21:04.585 INFO O| Aug 27 23:21:04.585 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-08-27T23:21:06.416Z[ recovery-image] Aug 27 23:21:04.597 INFO O| Aug 27 23:21:04.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54442024-08-27T23:21:06.417Z[ recovery-image] Aug 27 23:21:04.597 INFO O| Aug 27 23:21:04.597 INFO STEP 508 (remove_files) COMPLETE
54452024-08-27T23:21:06.419Z[ recovery-image] Aug 27 23:21:04.597 INFO O| Aug 27 23:21:04.597 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-08-27T23:21:06.427Z[ recovery-image] Aug 27 23:21:04.607 INFO O| Aug 27 23:21:04.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54472024-08-27T23:21:06.427Z[ recovery-image] Aug 27 23:21:04.607 INFO O| Aug 27 23:21:04.607 INFO STEP 509 (remove_files) COMPLETE
54482024-08-27T23:21:06.429Z[ recovery-image] Aug 27 23:21:04.607 INFO O| Aug 27 23:21:04.607 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-08-27T23:21:06.438Z[ recovery-image] Aug 27 23:21:04.618 INFO O| Aug 27 23:21:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54502024-08-27T23:21:06.440Z[ recovery-image] Aug 27 23:21:04.618 INFO O| Aug 27 23:21:04.618 INFO STEP 510 (remove_files) COMPLETE
54512024-08-27T23:21:06.440Z[ recovery-image] Aug 27 23:21:04.618 INFO O| Aug 27 23:21:04.618 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-08-27T23:21:06.448Z[ recovery-image] Aug 27 23:21:04.628 INFO O| Aug 27 23:21:04.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54532024-08-27T23:21:06.448Z[ recovery-image] Aug 27 23:21:04.628 INFO O| Aug 27 23:21:04.628 INFO STEP 511 (remove_files) COMPLETE
54542024-08-27T23:21:06.449Z[ recovery-image] Aug 27 23:21:04.628 INFO O| Aug 27 23:21:04.628 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-08-27T23:21:06.458Z[ recovery-image] Aug 27 23:21:04.638 INFO O| Aug 27 23:21:04.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54562024-08-27T23:21:06.461Z[ recovery-image] Aug 27 23:21:04.639 INFO O| Aug 27 23:21:04.639 INFO STEP 512 (remove_files) COMPLETE
54572024-08-27T23:21:06.461Z[ recovery-image] Aug 27 23:21:04.639 INFO O| Aug 27 23:21:04.639 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-08-27T23:21:06.469Z[ recovery-image] Aug 27 23:21:04.649 INFO O| Aug 27 23:21:04.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54592024-08-27T23:21:06.471Z[ recovery-image] Aug 27 23:21:04.649 INFO O| Aug 27 23:21:04.649 INFO STEP 513 (remove_files) COMPLETE
54602024-08-27T23:21:06.471Z[ recovery-image] Aug 27 23:21:04.649 INFO O| Aug 27 23:21:04.649 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-08-27T23:21:06.480Z[ recovery-image] Aug 27 23:21:04.660 INFO O| Aug 27 23:21:04.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54622024-08-27T23:21:06.482Z[ recovery-image] Aug 27 23:21:04.660 INFO O| Aug 27 23:21:04.660 INFO STEP 514 (remove_files) COMPLETE
54632024-08-27T23:21:06.482Z[ recovery-image] Aug 27 23:21:04.660 INFO O| Aug 27 23:21:04.660 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-08-27T23:21:06.491Z[ recovery-image] Aug 27 23:21:04.671 INFO O| Aug 27 23:21:04.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54652024-08-27T23:21:06.491Z[ recovery-image] Aug 27 23:21:04.671 INFO O| Aug 27 23:21:04.671 INFO STEP 515 (remove_files) COMPLETE
54662024-08-27T23:21:06.493Z[ recovery-image] Aug 27 23:21:04.671 INFO O| Aug 27 23:21:04.671 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-08-27T23:21:06.502Z[ recovery-image] Aug 27 23:21:04.682 INFO O| Aug 27 23:21:04.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54682024-08-27T23:21:06.502Z[ recovery-image] Aug 27 23:21:04.682 INFO O| Aug 27 23:21:04.682 INFO STEP 516 (remove_files) COMPLETE
54692024-08-27T23:21:06.505Z[ recovery-image] Aug 27 23:21:04.682 INFO O| Aug 27 23:21:04.682 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-08-27T23:21:06.513Z[ recovery-image] Aug 27 23:21:04.693 INFO O| Aug 27 23:21:04.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54712024-08-27T23:21:06.513Z[ recovery-image] Aug 27 23:21:04.693 INFO O| Aug 27 23:21:04.693 INFO STEP 517 (remove_files) COMPLETE
54722024-08-27T23:21:06.513Z[ recovery-image] Aug 27 23:21:04.693 INFO O| Aug 27 23:21:04.693 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-08-27T23:21:06.524Z[ recovery-image] Aug 27 23:21:04.704 INFO O| Aug 27 23:21:04.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54742024-08-27T23:21:06.524Z[ recovery-image] Aug 27 23:21:04.704 INFO O| Aug 27 23:21:04.704 INFO STEP 518 (remove_files) COMPLETE
54752024-08-27T23:21:06.526Z[ recovery-image] Aug 27 23:21:04.704 INFO O| Aug 27 23:21:04.704 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-08-27T23:21:06.535Z[ recovery-image] Aug 27 23:21:04.714 INFO O| Aug 27 23:21:04.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54772024-08-27T23:21:06.538Z[ recovery-image] Aug 27 23:21:04.715 INFO O| Aug 27 23:21:04.715 INFO STEP 519 (remove_files) COMPLETE
54782024-08-27T23:21:06.538Z[ recovery-image] Aug 27 23:21:04.715 INFO O| Aug 27 23:21:04.715 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-08-27T23:21:06.545Z[ recovery-image] Aug 27 23:21:04.725 INFO O| Aug 27 23:21:04.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54802024-08-27T23:21:06.547Z[ recovery-image] Aug 27 23:21:04.725 INFO O| Aug 27 23:21:04.725 INFO STEP 520 (remove_files) COMPLETE
54812024-08-27T23:21:06.547Z[ recovery-image] Aug 27 23:21:04.725 INFO O| Aug 27 23:21:04.725 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-08-27T23:21:06.555Z[ recovery-image] Aug 27 23:21:04.735 INFO O| Aug 27 23:21:04.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54832024-08-27T23:21:06.555Z[ recovery-image] Aug 27 23:21:04.735 INFO O| Aug 27 23:21:04.735 INFO STEP 521 (remove_files) COMPLETE
54842024-08-27T23:21:06.555Z[ recovery-image] Aug 27 23:21:04.735 INFO O| Aug 27 23:21:04.735 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-08-27T23:21:06.565Z[ recovery-image] Aug 27 23:21:04.745 INFO O| Aug 27 23:21:04.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54862024-08-27T23:21:06.565Z[ recovery-image] Aug 27 23:21:04.746 INFO O| Aug 27 23:21:04.745 INFO STEP 522 (remove_files) COMPLETE
54872024-08-27T23:21:06.568Z[ recovery-image] Aug 27 23:21:04.746 INFO O| Aug 27 23:21:04.745 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-08-27T23:21:06.576Z[ recovery-image] Aug 27 23:21:04.756 INFO O| Aug 27 23:21:04.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54892024-08-27T23:21:06.578Z[ recovery-image] Aug 27 23:21:04.756 INFO O| Aug 27 23:21:04.756 INFO STEP 523 (remove_files) COMPLETE
54902024-08-27T23:21:06.578Z[ recovery-image] Aug 27 23:21:04.756 INFO O| Aug 27 23:21:04.756 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-08-27T23:21:06.586Z[ recovery-image] Aug 27 23:21:04.766 INFO O| Aug 27 23:21:04.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54922024-08-27T23:21:06.588Z[ recovery-image] Aug 27 23:21:04.766 INFO O| Aug 27 23:21:04.766 INFO STEP 524 (remove_files) COMPLETE
54932024-08-27T23:21:06.588Z[ recovery-image] Aug 27 23:21:04.766 INFO O| Aug 27 23:21:04.766 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-08-27T23:21:06.597Z[ recovery-image] Aug 27 23:21:04.777 INFO O| Aug 27 23:21:04.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54952024-08-27T23:21:06.597Z[ recovery-image] Aug 27 23:21:04.777 INFO O| Aug 27 23:21:04.777 INFO STEP 525 (remove_files) COMPLETE
54962024-08-27T23:21:06.597Z[ recovery-image] Aug 27 23:21:04.777 INFO O| Aug 27 23:21:04.777 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-08-27T23:21:06.608Z[ recovery-image] Aug 27 23:21:04.788 INFO O| Aug 27 23:21:04.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54982024-08-27T23:21:06.608Z[ recovery-image] Aug 27 23:21:04.788 INFO O| Aug 27 23:21:04.788 INFO STEP 526 (remove_files) COMPLETE
54992024-08-27T23:21:06.610Z[ recovery-image] Aug 27 23:21:04.788 INFO O| Aug 27 23:21:04.788 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-08-27T23:21:06.620Z[ recovery-image] Aug 27 23:21:04.799 INFO O| Aug 27 23:21:04.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
55012024-08-27T23:21:06.620Z[ recovery-image] Aug 27 23:21:04.799 INFO O| Aug 27 23:21:04.799 INFO STEP 527 (remove_files) COMPLETE
55022024-08-27T23:21:06.623Z[ recovery-image] Aug 27 23:21:04.799 INFO O| Aug 27 23:21:04.799 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-08-27T23:21:06.631Z[ recovery-image] Aug 27 23:21:04.811 INFO O| Aug 27 23:21:04.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
55042024-08-27T23:21:06.631Z[ recovery-image] Aug 27 23:21:04.811 INFO O| Aug 27 23:21:04.811 INFO STEP 528 (remove_files) COMPLETE
55052024-08-27T23:21:06.631Z[ recovery-image] Aug 27 23:21:04.811 INFO O| Aug 27 23:21:04.811 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-08-27T23:21:06.644Z[ recovery-image] Aug 27 23:21:04.824 INFO O| Aug 27 23:21:04.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55072024-08-27T23:21:06.644Z[ recovery-image] Aug 27 23:21:04.824 INFO O| Aug 27 23:21:04.824 INFO STEP 529 (remove_files) COMPLETE
55082024-08-27T23:21:06.644Z[ recovery-image] Aug 27 23:21:04.824 INFO O| Aug 27 23:21:04.824 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-08-27T23:21:06.655Z[ recovery-image] Aug 27 23:21:04.835 INFO O| Aug 27 23:21:04.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
55102024-08-27T23:21:06.655Z[ recovery-image] Aug 27 23:21:04.836 INFO O| Aug 27 23:21:04.836 INFO STEP 530 (remove_files) COMPLETE
55112024-08-27T23:21:06.655Z[ recovery-image] Aug 27 23:21:04.836 INFO O| Aug 27 23:21:04.836 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-08-27T23:21:06.667Z[ recovery-image] Aug 27 23:21:04.847 INFO O| Aug 27 23:21:04.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
55132024-08-27T23:21:06.667Z[ recovery-image] Aug 27 23:21:04.847 INFO O| Aug 27 23:21:04.847 INFO STEP 531 (remove_files) COMPLETE
55142024-08-27T23:21:06.669Z[ recovery-image] Aug 27 23:21:04.847 INFO O| Aug 27 23:21:04.847 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-08-27T23:21:06.678Z[ recovery-image] Aug 27 23:21:04.858 INFO O| Aug 27 23:21:04.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
55162024-08-27T23:21:06.678Z[ recovery-image] Aug 27 23:21:04.858 INFO O| Aug 27 23:21:04.858 INFO STEP 532 (remove_files) COMPLETE
55172024-08-27T23:21:06.680Z[ recovery-image] Aug 27 23:21:04.858 INFO O| Aug 27 23:21:04.858 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-08-27T23:21:06.689Z[ recovery-image] Aug 27 23:21:04.869 INFO O| Aug 27 23:21:04.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
55192024-08-27T23:21:06.689Z[ recovery-image] Aug 27 23:21:04.869 INFO O| Aug 27 23:21:04.869 INFO STEP 533 (remove_files) COMPLETE
55202024-08-27T23:21:06.691Z[ recovery-image] Aug 27 23:21:04.869 INFO O| Aug 27 23:21:04.869 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-08-27T23:21:06.700Z[ recovery-image] Aug 27 23:21:04.880 INFO O| Aug 27 23:21:04.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55222024-08-27T23:21:06.702Z[ recovery-image] Aug 27 23:21:04.880 INFO O| Aug 27 23:21:04.880 INFO STEP 534 (remove_files) COMPLETE
55232024-08-27T23:21:06.703Z[ recovery-image] Aug 27 23:21:04.880 INFO O| Aug 27 23:21:04.880 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-08-27T23:21:06.711Z[ recovery-image] Aug 27 23:21:04.891 INFO O| Aug 27 23:21:04.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55252024-08-27T23:21:06.711Z[ recovery-image] Aug 27 23:21:04.891 INFO O| Aug 27 23:21:04.891 INFO STEP 535 (remove_files) COMPLETE
55262024-08-27T23:21:06.714Z[ recovery-image] Aug 27 23:21:04.891 INFO O| Aug 27 23:21:04.891 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-08-27T23:21:06.722Z[ recovery-image] Aug 27 23:21:04.902 INFO O| Aug 27 23:21:04.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
55282024-08-27T23:21:06.724Z[ recovery-image] Aug 27 23:21:04.902 INFO O| Aug 27 23:21:04.902 INFO STEP 536 (remove_files) COMPLETE
55292024-08-27T23:21:06.724Z[ recovery-image] Aug 27 23:21:04.902 INFO O| Aug 27 23:21:04.902 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-08-27T23:21:06.732Z[ recovery-image] Aug 27 23:21:04.912 INFO O| Aug 27 23:21:04.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
55312024-08-27T23:21:06.732Z[ recovery-image] Aug 27 23:21:04.912 INFO O| Aug 27 23:21:04.912 INFO STEP 537 (remove_files) COMPLETE
55322024-08-27T23:21:06.735Z[ recovery-image] Aug 27 23:21:04.913 INFO O| Aug 27 23:21:04.912 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-08-27T23:21:06.743Z[ recovery-image] Aug 27 23:21:04.923 INFO O| Aug 27 23:21:04.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55342024-08-27T23:21:06.743Z[ recovery-image] Aug 27 23:21:04.923 INFO O| Aug 27 23:21:04.923 INFO STEP 538 (remove_files) COMPLETE
55352024-08-27T23:21:06.743Z[ recovery-image] Aug 27 23:21:04.923 INFO O| Aug 27 23:21:04.923 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-08-27T23:21:06.753Z[ recovery-image] Aug 27 23:21:04.933 INFO O| Aug 27 23:21:04.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55372024-08-27T23:21:06.755Z[ recovery-image] Aug 27 23:21:04.933 INFO O| Aug 27 23:21:04.933 INFO STEP 539 (remove_files) COMPLETE
55382024-08-27T23:21:06.755Z[ recovery-image] Aug 27 23:21:04.933 INFO O| Aug 27 23:21:04.933 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-08-27T23:21:06.765Z[ recovery-image] Aug 27 23:21:04.945 INFO O| Aug 27 23:21:04.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55402024-08-27T23:21:06.765Z[ recovery-image] Aug 27 23:21:04.945 INFO O| Aug 27 23:21:04.945 INFO STEP 540 (remove_files) COMPLETE
55412024-08-27T23:21:06.765Z[ recovery-image] Aug 27 23:21:04.945 INFO O| Aug 27 23:21:04.945 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-08-27T23:21:06.777Z[ recovery-image] Aug 27 23:21:04.957 INFO O| Aug 27 23:21:04.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55432024-08-27T23:21:06.777Z[ recovery-image] Aug 27 23:21:04.957 INFO O| Aug 27 23:21:04.957 INFO STEP 541 (remove_files) COMPLETE
55442024-08-27T23:21:06.777Z[ recovery-image] Aug 27 23:21:04.957 INFO O| Aug 27 23:21:04.957 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-08-27T23:21:06.788Z[ recovery-image] Aug 27 23:21:04.968 INFO O| Aug 27 23:21:04.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55462024-08-27T23:21:06.788Z[ recovery-image] Aug 27 23:21:04.969 INFO O| Aug 27 23:21:04.969 INFO STEP 542 (remove_files) COMPLETE
55472024-08-27T23:21:06.792Z[ recovery-image] Aug 27 23:21:04.969 INFO O| Aug 27 23:21:04.969 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-08-27T23:21:06.800Z[ recovery-image] Aug 27 23:21:04.980 INFO O| Aug 27 23:21:04.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55492024-08-27T23:21:06.800Z[ recovery-image] Aug 27 23:21:04.980 INFO O| Aug 27 23:21:04.980 INFO STEP 543 (remove_files) COMPLETE
55502024-08-27T23:21:06.800Z[ recovery-image] Aug 27 23:21:04.980 INFO O| Aug 27 23:21:04.980 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-08-27T23:21:06.812Z[ recovery-image] Aug 27 23:21:04.992 INFO O| Aug 27 23:21:04.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55522024-08-27T23:21:06.812Z[ recovery-image] Aug 27 23:21:04.992 INFO O| Aug 27 23:21:04.992 INFO STEP 544 (remove_files) COMPLETE
55532024-08-27T23:21:06.812Z[ recovery-image] Aug 27 23:21:04.992 INFO O| Aug 27 23:21:04.992 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-08-27T23:21:06.824Z[ recovery-image] Aug 27 23:21:05.004 INFO O| Aug 27 23:21:05.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55552024-08-27T23:21:06.824Z[ recovery-image] Aug 27 23:21:05.004 INFO O| Aug 27 23:21:05.004 INFO STEP 545 (remove_files) COMPLETE
55562024-08-27T23:21:06.824Z[ recovery-image] Aug 27 23:21:05.004 INFO O| Aug 27 23:21:05.004 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-08-27T23:21:06.835Z[ recovery-image] Aug 27 23:21:05.015 INFO O| Aug 27 23:21:05.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55582024-08-27T23:21:06.838Z[ recovery-image] Aug 27 23:21:05.016 INFO O| Aug 27 23:21:05.016 INFO STEP 546 (remove_files) COMPLETE
55592024-08-27T23:21:06.838Z[ recovery-image] Aug 27 23:21:05.016 INFO O| Aug 27 23:21:05.016 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-08-27T23:21:06.846Z[ recovery-image] Aug 27 23:21:05.026 INFO O| Aug 27 23:21:05.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55612024-08-27T23:21:06.846Z[ recovery-image] Aug 27 23:21:05.026 INFO O| Aug 27 23:21:05.026 INFO STEP 547 (remove_files) COMPLETE
55622024-08-27T23:21:06.849Z[ recovery-image] Aug 27 23:21:05.026 INFO O| Aug 27 23:21:05.026 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-08-27T23:21:06.856Z[ recovery-image] Aug 27 23:21:05.037 INFO O| Aug 27 23:21:05.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55642024-08-27T23:21:06.859Z[ recovery-image] Aug 27 23:21:05.037 INFO O| Aug 27 23:21:05.037 INFO STEP 548 (remove_files) COMPLETE
55652024-08-27T23:21:06.859Z[ recovery-image] Aug 27 23:21:05.037 INFO O| Aug 27 23:21:05.037 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-08-27T23:21:06.867Z[ recovery-image] Aug 27 23:21:05.047 INFO O| Aug 27 23:21:05.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55672024-08-27T23:21:06.867Z[ recovery-image] Aug 27 23:21:05.047 INFO O| Aug 27 23:21:05.047 INFO STEP 549 (remove_files) COMPLETE
55682024-08-27T23:21:06.869Z[ recovery-image] Aug 27 23:21:05.047 INFO O| Aug 27 23:21:05.047 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-08-27T23:21:06.878Z[ recovery-image] Aug 27 23:21:05.058 INFO O| Aug 27 23:21:05.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55702024-08-27T23:21:06.878Z[ recovery-image] Aug 27 23:21:05.058 INFO O| Aug 27 23:21:05.058 INFO STEP 550 (remove_files) COMPLETE
55712024-08-27T23:21:06.878Z[ recovery-image] Aug 27 23:21:05.058 INFO O| Aug 27 23:21:05.058 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-08-27T23:21:06.888Z[ recovery-image] Aug 27 23:21:05.068 INFO O| Aug 27 23:21:05.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55732024-08-27T23:21:06.892Z[ recovery-image] Aug 27 23:21:05.068 INFO O| Aug 27 23:21:05.068 INFO STEP 551 (remove_files) COMPLETE
55742024-08-27T23:21:06.892Z[ recovery-image] Aug 27 23:21:05.068 INFO O| Aug 27 23:21:05.068 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-08-27T23:21:06.898Z[ recovery-image] Aug 27 23:21:05.078 INFO O| Aug 27 23:21:05.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55762024-08-27T23:21:06.898Z[ recovery-image] Aug 27 23:21:05.078 INFO O| Aug 27 23:21:05.078 INFO STEP 552 (remove_files) COMPLETE
55772024-08-27T23:21:06.900Z[ recovery-image] Aug 27 23:21:05.078 INFO O| Aug 27 23:21:05.078 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-08-27T23:21:06.907Z[ recovery-image] Aug 27 23:21:05.087 INFO O| Aug 27 23:21:05.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55792024-08-27T23:21:06.910Z[ recovery-image] Aug 27 23:21:05.087 INFO O| Aug 27 23:21:05.087 INFO STEP 553 (remove_files) COMPLETE
55802024-08-27T23:21:06.910Z[ recovery-image] Aug 27 23:21:05.088 INFO O| Aug 27 23:21:05.087 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-08-27T23:21:06.917Z[ recovery-image] Aug 27 23:21:05.097 INFO O| Aug 27 23:21:05.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55822024-08-27T23:21:06.919Z[ recovery-image] Aug 27 23:21:05.097 INFO O| Aug 27 23:21:05.097 INFO STEP 554 (remove_files) COMPLETE
55832024-08-27T23:21:06.919Z[ recovery-image] Aug 27 23:21:05.097 INFO O| Aug 27 23:21:05.097 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-08-27T23:21:06.927Z[ recovery-image] Aug 27 23:21:05.107 INFO O| Aug 27 23:21:05.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55852024-08-27T23:21:06.927Z[ recovery-image] Aug 27 23:21:05.107 INFO O| Aug 27 23:21:05.107 INFO STEP 555 (remove_files) COMPLETE
55862024-08-27T23:21:06.929Z[ recovery-image] Aug 27 23:21:05.107 INFO O| Aug 27 23:21:05.107 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-08-27T23:21:06.937Z[ recovery-image] Aug 27 23:21:05.117 INFO O| Aug 27 23:21:05.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55882024-08-27T23:21:06.937Z[ recovery-image] Aug 27 23:21:05.117 INFO O| Aug 27 23:21:05.117 INFO STEP 556 (remove_files) COMPLETE
55892024-08-27T23:21:06.939Z[ recovery-image] Aug 27 23:21:05.117 INFO O| Aug 27 23:21:05.117 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-08-27T23:21:06.947Z[ recovery-image] Aug 27 23:21:05.127 INFO O| Aug 27 23:21:05.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55912024-08-27T23:21:06.947Z[ recovery-image] Aug 27 23:21:05.127 INFO O| Aug 27 23:21:05.127 INFO STEP 557 (remove_files) COMPLETE
55922024-08-27T23:21:06.950Z[ recovery-image] Aug 27 23:21:05.127 INFO O| Aug 27 23:21:05.127 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-08-27T23:21:06.957Z[ recovery-image] Aug 27 23:21:05.137 INFO O| Aug 27 23:21:05.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55942024-08-27T23:21:06.959Z[ recovery-image] Aug 27 23:21:05.138 INFO O| Aug 27 23:21:05.138 INFO STEP 558 (remove_files) COMPLETE
55952024-08-27T23:21:06.959Z[ recovery-image] Aug 27 23:21:05.138 INFO O| Aug 27 23:21:05.138 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-08-27T23:21:06.968Z[ recovery-image] Aug 27 23:21:05.148 INFO O| Aug 27 23:21:05.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55972024-08-27T23:21:06.968Z[ recovery-image] Aug 27 23:21:05.148 INFO O| Aug 27 23:21:05.148 INFO STEP 559 (remove_files) COMPLETE
55982024-08-27T23:21:06.968Z[ recovery-image] Aug 27 23:21:05.148 INFO O| Aug 27 23:21:05.148 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-08-27T23:21:06.977Z[ recovery-image] Aug 27 23:21:05.157 INFO O| Aug 27 23:21:05.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
56002024-08-27T23:21:06.980Z[ recovery-image] Aug 27 23:21:05.158 INFO O| Aug 27 23:21:05.158 INFO STEP 560 (remove_files) COMPLETE
56012024-08-27T23:21:06.980Z[ recovery-image] Aug 27 23:21:05.158 INFO O| Aug 27 23:21:05.158 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-08-27T23:21:06.988Z[ recovery-image] Aug 27 23:21:05.168 INFO O| Aug 27 23:21:05.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
56032024-08-27T23:21:06.988Z[ recovery-image] Aug 27 23:21:05.168 INFO O| Aug 27 23:21:05.168 INFO STEP 561 (remove_files) COMPLETE
56042024-08-27T23:21:06.991Z[ recovery-image] Aug 27 23:21:05.169 INFO O| Aug 27 23:21:05.168 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-08-27T23:21:07.000Z[ recovery-image] Aug 27 23:21:05.180 INFO O| Aug 27 23:21:05.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
56062024-08-27T23:21:07.000Z[ recovery-image] Aug 27 23:21:05.180 INFO O| Aug 27 23:21:05.180 INFO STEP 562 (remove_files) COMPLETE
56072024-08-27T23:21:07.000Z[ recovery-image] Aug 27 23:21:05.180 INFO O| Aug 27 23:21:05.180 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-08-27T23:21:07.015Z[ recovery-image] Aug 27 23:21:05.191 INFO O| Aug 27 23:21:05.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
56092024-08-27T23:21:07.019Z[ recovery-image] Aug 27 23:21:05.192 INFO O| Aug 27 23:21:05.192 INFO STEP 563 (remove_files) COMPLETE
56102024-08-27T23:21:07.020Z[ recovery-image] Aug 27 23:21:05.192 INFO O| Aug 27 23:21:05.192 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-08-27T23:21:07.023Z[ recovery-image] Aug 27 23:21:05.203 INFO O| Aug 27 23:21:05.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
56122024-08-27T23:21:07.023Z[ recovery-image] Aug 27 23:21:05.203 INFO O| Aug 27 23:21:05.203 INFO STEP 564 (remove_files) COMPLETE
56132024-08-27T23:21:07.026Z[ recovery-image] Aug 27 23:21:05.203 INFO O| Aug 27 23:21:05.203 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-08-27T23:21:07.034Z[ recovery-image] Aug 27 23:21:05.214 INFO O| Aug 27 23:21:05.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
56152024-08-27T23:21:07.034Z[ recovery-image] Aug 27 23:21:05.214 INFO O| Aug 27 23:21:05.214 INFO STEP 565 (remove_files) COMPLETE
56162024-08-27T23:21:07.034Z[ recovery-image] Aug 27 23:21:05.214 INFO O| Aug 27 23:21:05.214 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-08-27T23:21:07.046Z[ recovery-image] Aug 27 23:21:05.226 INFO O| Aug 27 23:21:05.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
56182024-08-27T23:21:07.046Z[ recovery-image] Aug 27 23:21:05.226 INFO O| Aug 27 23:21:05.226 INFO STEP 566 (remove_files) COMPLETE
56192024-08-27T23:21:07.048Z[ recovery-image] Aug 27 23:21:05.226 INFO O| Aug 27 23:21:05.226 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-08-27T23:21:07.057Z[ recovery-image] Aug 27 23:21:05.237 INFO O| Aug 27 23:21:05.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56212024-08-27T23:21:07.059Z[ recovery-image] Aug 27 23:21:05.237 INFO O| Aug 27 23:21:05.237 INFO STEP 567 (remove_files) COMPLETE
56222024-08-27T23:21:07.059Z[ recovery-image] Aug 27 23:21:05.237 INFO O| Aug 27 23:21:05.237 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-08-27T23:21:07.067Z[ recovery-image] Aug 27 23:21:05.247 INFO O| Aug 27 23:21:05.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
56242024-08-27T23:21:07.067Z[ recovery-image] Aug 27 23:21:05.247 INFO O| Aug 27 23:21:05.247 INFO STEP 568 (remove_files) COMPLETE
56252024-08-27T23:21:07.067Z[ recovery-image] Aug 27 23:21:05.247 INFO O| Aug 27 23:21:05.247 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-08-27T23:21:07.077Z[ recovery-image] Aug 27 23:21:05.258 INFO O| Aug 27 23:21:05.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
56272024-08-27T23:21:07.080Z[ recovery-image] Aug 27 23:21:05.258 INFO O| Aug 27 23:21:05.258 INFO STEP 569 (remove_files) COMPLETE
56282024-08-27T23:21:07.080Z[ recovery-image] Aug 27 23:21:05.258 INFO O| Aug 27 23:21:05.258 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-08-27T23:21:07.088Z[ recovery-image] Aug 27 23:21:05.268 INFO O| Aug 27 23:21:05.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
56302024-08-27T23:21:07.088Z[ recovery-image] Aug 27 23:21:05.268 INFO O| Aug 27 23:21:05.268 INFO STEP 570 (remove_files) COMPLETE
56312024-08-27T23:21:07.090Z[ recovery-image] Aug 27 23:21:05.268 INFO O| Aug 27 23:21:05.268 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-08-27T23:21:07.098Z[ recovery-image] Aug 27 23:21:05.278 INFO O| Aug 27 23:21:05.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
56332024-08-27T23:21:07.100Z[ recovery-image] Aug 27 23:21:05.278 INFO O| Aug 27 23:21:05.278 INFO STEP 571 (remove_files) COMPLETE
56342024-08-27T23:21:07.100Z[ recovery-image] Aug 27 23:21:05.278 INFO O| Aug 27 23:21:05.278 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-08-27T23:21:07.108Z[ recovery-image] Aug 27 23:21:05.288 INFO O| Aug 27 23:21:05.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56362024-08-27T23:21:07.108Z[ recovery-image] Aug 27 23:21:05.288 INFO O| Aug 27 23:21:05.288 INFO STEP 572 (remove_files) COMPLETE
56372024-08-27T23:21:07.110Z[ recovery-image] Aug 27 23:21:05.288 INFO O| Aug 27 23:21:05.288 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-08-27T23:21:07.117Z[ recovery-image] Aug 27 23:21:05.298 INFO O| Aug 27 23:21:05.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56392024-08-27T23:21:07.117Z[ recovery-image] Aug 27 23:21:05.298 INFO O| Aug 27 23:21:05.298 INFO STEP 573 (remove_files) COMPLETE
56402024-08-27T23:21:07.120Z[ recovery-image] Aug 27 23:21:05.298 INFO O| Aug 27 23:21:05.298 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-08-27T23:21:07.128Z[ recovery-image] Aug 27 23:21:05.308 INFO O| Aug 27 23:21:05.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56422024-08-27T23:21:07.128Z[ recovery-image] Aug 27 23:21:05.308 INFO O| Aug 27 23:21:05.308 INFO STEP 574 (remove_files) COMPLETE
56432024-08-27T23:21:07.128Z[ recovery-image] Aug 27 23:21:05.308 INFO O| Aug 27 23:21:05.308 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-08-27T23:21:07.137Z[ recovery-image] Aug 27 23:21:05.317 INFO O| Aug 27 23:21:05.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56452024-08-27T23:21:07.140Z[ recovery-image] Aug 27 23:21:05.318 INFO O| Aug 27 23:21:05.318 INFO STEP 575 (remove_files) COMPLETE
56462024-08-27T23:21:07.140Z[ recovery-image] Aug 27 23:21:05.318 INFO O| Aug 27 23:21:05.318 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-08-27T23:21:07.147Z[ recovery-image] Aug 27 23:21:05.327 INFO O| Aug 27 23:21:05.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56482024-08-27T23:21:07.149Z[ recovery-image] Aug 27 23:21:05.327 INFO O| Aug 27 23:21:05.327 INFO STEP 576 (remove_files) COMPLETE
56492024-08-27T23:21:07.149Z[ recovery-image] Aug 27 23:21:05.327 INFO O| Aug 27 23:21:05.327 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-08-27T23:21:07.157Z[ recovery-image] Aug 27 23:21:05.337 INFO O| Aug 27 23:21:05.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56512024-08-27T23:21:07.157Z[ recovery-image] Aug 27 23:21:05.337 INFO O| Aug 27 23:21:05.337 INFO STEP 577 (remove_files) COMPLETE
56522024-08-27T23:21:07.159Z[ recovery-image] Aug 27 23:21:05.337 INFO O| Aug 27 23:21:05.337 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-08-27T23:21:07.166Z[ recovery-image] Aug 27 23:21:05.347 INFO O| Aug 27 23:21:05.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56542024-08-27T23:21:07.167Z[ recovery-image] Aug 27 23:21:05.347 INFO O| Aug 27 23:21:05.347 INFO STEP 578 (remove_files) COMPLETE
56552024-08-27T23:21:07.167Z[ recovery-image] Aug 27 23:21:05.347 INFO O| Aug 27 23:21:05.347 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-08-27T23:21:07.178Z[ recovery-image] Aug 27 23:21:05.357 INFO O| Aug 27 23:21:05.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56572024-08-27T23:21:07.178Z[ recovery-image] Aug 27 23:21:05.357 INFO O| Aug 27 23:21:05.357 INFO STEP 579 (remove_files) COMPLETE
56582024-08-27T23:21:07.180Z[ recovery-image] Aug 27 23:21:05.357 INFO O| Aug 27 23:21:05.357 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-08-27T23:21:07.188Z[ recovery-image] Aug 27 23:21:05.368 INFO O| Aug 27 23:21:05.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56602024-08-27T23:21:07.190Z[ recovery-image] Aug 27 23:21:05.368 INFO O| Aug 27 23:21:05.368 INFO STEP 580 (remove_files) COMPLETE
56612024-08-27T23:21:07.190Z[ recovery-image] Aug 27 23:21:05.368 INFO O| Aug 27 23:21:05.368 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-08-27T23:21:07.198Z[ recovery-image] Aug 27 23:21:05.378 INFO O| Aug 27 23:21:05.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56632024-08-27T23:21:07.199Z[ recovery-image] Aug 27 23:21:05.378 INFO O| Aug 27 23:21:05.378 INFO STEP 581 (remove_files) COMPLETE
56642024-08-27T23:21:07.201Z[ recovery-image] Aug 27 23:21:05.378 INFO O| Aug 27 23:21:05.378 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-08-27T23:21:07.209Z[ recovery-image] Aug 27 23:21:05.389 INFO O| Aug 27 23:21:05.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56662024-08-27T23:21:07.211Z[ recovery-image] Aug 27 23:21:05.389 INFO O| Aug 27 23:21:05.389 INFO STEP 582 (remove_files) COMPLETE
56672024-08-27T23:21:07.211Z[ recovery-image] Aug 27 23:21:05.389 INFO O| Aug 27 23:21:05.389 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-08-27T23:21:07.219Z[ recovery-image] Aug 27 23:21:05.399 INFO O| Aug 27 23:21:05.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56692024-08-27T23:21:07.219Z[ recovery-image] Aug 27 23:21:05.399 INFO O| Aug 27 23:21:05.399 INFO STEP 583 (remove_files) COMPLETE
56702024-08-27T23:21:07.219Z[ recovery-image] Aug 27 23:21:05.399 INFO O| Aug 27 23:21:05.399 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-08-27T23:21:07.229Z[ recovery-image] Aug 27 23:21:05.410 INFO O| Aug 27 23:21:05.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56722024-08-27T23:21:07.230Z[ recovery-image] Aug 27 23:21:05.410 INFO O| Aug 27 23:21:05.410 INFO STEP 584 (remove_files) COMPLETE
56732024-08-27T23:21:07.230Z[ recovery-image] Aug 27 23:21:05.410 INFO O| Aug 27 23:21:05.410 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-08-27T23:21:07.240Z[ recovery-image] Aug 27 23:21:05.420 INFO O| Aug 27 23:21:05.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56752024-08-27T23:21:07.240Z[ recovery-image] Aug 27 23:21:05.420 INFO O| Aug 27 23:21:05.420 INFO STEP 585 (remove_files) COMPLETE
56762024-08-27T23:21:07.242Z[ recovery-image] Aug 27 23:21:05.420 INFO O| Aug 27 23:21:05.420 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-08-27T23:21:07.250Z[ recovery-image] Aug 27 23:21:05.430 INFO O| Aug 27 23:21:05.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56782024-08-27T23:21:07.250Z[ recovery-image] Aug 27 23:21:05.430 INFO O| Aug 27 23:21:05.430 INFO STEP 586 (remove_files) COMPLETE
56792024-08-27T23:21:07.250Z[ recovery-image] Aug 27 23:21:05.430 INFO O| Aug 27 23:21:05.430 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-08-27T23:21:07.261Z[ recovery-image] Aug 27 23:21:05.441 INFO O| Aug 27 23:21:05.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56812024-08-27T23:21:07.261Z[ recovery-image] Aug 27 23:21:05.441 INFO O| Aug 27 23:21:05.441 INFO STEP 587 (remove_files) COMPLETE
56822024-08-27T23:21:07.261Z[ recovery-image] Aug 27 23:21:05.441 INFO O| Aug 27 23:21:05.441 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-08-27T23:21:07.274Z[ recovery-image] Aug 27 23:21:05.454 INFO O| Aug 27 23:21:05.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56842024-08-27T23:21:07.274Z[ recovery-image] Aug 27 23:21:05.454 INFO O| Aug 27 23:21:05.454 INFO STEP 588 (remove_files) COMPLETE
56852024-08-27T23:21:07.277Z[ recovery-image] Aug 27 23:21:05.454 INFO O| Aug 27 23:21:05.454 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-08-27T23:21:07.287Z[ recovery-image] Aug 27 23:21:05.467 INFO O| Aug 27 23:21:05.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56872024-08-27T23:21:07.287Z[ recovery-image] Aug 27 23:21:05.467 INFO O| Aug 27 23:21:05.467 INFO STEP 589 (remove_files) COMPLETE
56882024-08-27T23:21:07.287Z[ recovery-image] Aug 27 23:21:05.467 INFO O| Aug 27 23:21:05.467 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-08-27T23:21:07.299Z[ recovery-image] Aug 27 23:21:05.479 INFO O| Aug 27 23:21:05.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56902024-08-27T23:21:07.301Z[ recovery-image] Aug 27 23:21:05.479 INFO O| Aug 27 23:21:05.479 INFO STEP 590 (remove_files) COMPLETE
56912024-08-27T23:21:07.301Z[ recovery-image] Aug 27 23:21:05.479 INFO O| Aug 27 23:21:05.479 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-08-27T23:21:07.310Z[ recovery-image] Aug 27 23:21:05.490 INFO O| Aug 27 23:21:05.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56932024-08-27T23:21:07.311Z[ recovery-image] Aug 27 23:21:05.491 INFO O| Aug 27 23:21:05.491 INFO STEP 591 (remove_files) COMPLETE
56942024-08-27T23:21:07.313Z[ recovery-image] Aug 27 23:21:05.491 INFO O| Aug 27 23:21:05.491 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-08-27T23:21:07.323Z[ recovery-image] Aug 27 23:21:05.503 INFO O| Aug 27 23:21:05.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56962024-08-27T23:21:07.325Z[ recovery-image] Aug 27 23:21:05.503 INFO O| Aug 27 23:21:05.503 INFO STEP 592 (remove_files) COMPLETE
56972024-08-27T23:21:07.325Z[ recovery-image] Aug 27 23:21:05.503 INFO O| Aug 27 23:21:05.503 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-08-27T23:21:07.338Z[ recovery-image] Aug 27 23:21:05.518 INFO O| Aug 27 23:21:05.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56992024-08-27T23:21:07.338Z[ recovery-image] Aug 27 23:21:05.518 INFO O| Aug 27 23:21:05.518 INFO STEP 593 (remove_files) COMPLETE
57002024-08-27T23:21:07.340Z[ recovery-image] Aug 27 23:21:05.518 INFO O| Aug 27 23:21:05.518 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-08-27T23:21:07.350Z[ recovery-image] Aug 27 23:21:05.530 INFO O| Aug 27 23:21:05.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
57022024-08-27T23:21:07.350Z[ recovery-image] Aug 27 23:21:05.530 INFO O| Aug 27 23:21:05.530 INFO STEP 594 (remove_files) COMPLETE
57032024-08-27T23:21:07.353Z[ recovery-image] Aug 27 23:21:05.530 INFO O| Aug 27 23:21:05.530 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-08-27T23:21:07.361Z[ recovery-image] Aug 27 23:21:05.541 INFO O| Aug 27 23:21:05.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
57052024-08-27T23:21:07.364Z[ recovery-image] Aug 27 23:21:05.541 INFO O| Aug 27 23:21:05.541 INFO STEP 595 (remove_files) COMPLETE
57062024-08-27T23:21:07.364Z[ recovery-image] Aug 27 23:21:05.541 INFO O| Aug 27 23:21:05.541 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-08-27T23:21:07.371Z[ recovery-image] Aug 27 23:21:05.551 INFO O| Aug 27 23:21:05.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
57082024-08-27T23:21:07.371Z[ recovery-image] Aug 27 23:21:05.551 INFO O| Aug 27 23:21:05.551 INFO STEP 596 (remove_files) COMPLETE
57092024-08-27T23:21:07.371Z[ recovery-image] Aug 27 23:21:05.551 INFO O| Aug 27 23:21:05.551 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-08-27T23:21:07.381Z[ recovery-image] Aug 27 23:21:05.561 INFO O| Aug 27 23:21:05.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
57112024-08-27T23:21:07.381Z[ recovery-image] Aug 27 23:21:05.561 INFO O| Aug 27 23:21:05.561 INFO STEP 597 (remove_files) COMPLETE
57122024-08-27T23:21:07.384Z[ recovery-image] Aug 27 23:21:05.561 INFO O| Aug 27 23:21:05.561 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-08-27T23:21:07.391Z[ recovery-image] Aug 27 23:21:05.571 INFO O| Aug 27 23:21:05.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
57142024-08-27T23:21:07.393Z[ recovery-image] Aug 27 23:21:05.571 INFO O| Aug 27 23:21:05.571 INFO STEP 598 (remove_files) COMPLETE
57152024-08-27T23:21:07.393Z[ recovery-image] Aug 27 23:21:05.571 INFO O| Aug 27 23:21:05.571 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-08-27T23:21:07.400Z[ recovery-image] Aug 27 23:21:05.581 INFO O| Aug 27 23:21:05.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
57172024-08-27T23:21:07.401Z[ recovery-image] Aug 27 23:21:05.581 INFO O| Aug 27 23:21:05.581 INFO STEP 599 (remove_files) COMPLETE
57182024-08-27T23:21:07.401Z[ recovery-image] Aug 27 23:21:05.581 INFO O| Aug 27 23:21:05.581 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-08-27T23:21:07.411Z[ recovery-image] Aug 27 23:21:05.591 INFO O| Aug 27 23:21:05.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57202024-08-27T23:21:07.411Z[ recovery-image] Aug 27 23:21:05.591 INFO O| Aug 27 23:21:05.591 INFO STEP 600 (remove_files) COMPLETE
57212024-08-27T23:21:07.411Z[ recovery-image] Aug 27 23:21:05.591 INFO O| Aug 27 23:21:05.591 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-08-27T23:21:07.420Z[ recovery-image] Aug 27 23:21:05.600 INFO O| Aug 27 23:21:05.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
57232024-08-27T23:21:07.425Z[ recovery-image] Aug 27 23:21:05.600 INFO O| Aug 27 23:21:05.600 INFO STEP 601 (remove_files) COMPLETE
57242024-08-27T23:21:07.425Z[ recovery-image] Aug 27 23:21:05.600 INFO O| Aug 27 23:21:05.600 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-08-27T23:21:07.430Z[ recovery-image] Aug 27 23:21:05.610 INFO O| Aug 27 23:21:05.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
57262024-08-27T23:21:07.430Z[ recovery-image] Aug 27 23:21:05.610 INFO O| Aug 27 23:21:05.610 INFO STEP 602 (remove_files) COMPLETE
57272024-08-27T23:21:07.433Z[ recovery-image] Aug 27 23:21:05.610 INFO O| Aug 27 23:21:05.610 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-08-27T23:21:07.440Z[ recovery-image] Aug 27 23:21:05.620 INFO O| Aug 27 23:21:05.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
57292024-08-27T23:21:07.443Z[ recovery-image] Aug 27 23:21:05.620 INFO O| Aug 27 23:21:05.620 INFO STEP 603 (remove_files) COMPLETE
57302024-08-27T23:21:07.443Z[ recovery-image] Aug 27 23:21:05.620 INFO O| Aug 27 23:21:05.620 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-08-27T23:21:07.450Z[ recovery-image] Aug 27 23:21:05.630 INFO O| Aug 27 23:21:05.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
57322024-08-27T23:21:07.450Z[ recovery-image] Aug 27 23:21:05.630 INFO O| Aug 27 23:21:05.630 INFO STEP 604 (remove_files) COMPLETE
57332024-08-27T23:21:07.450Z[ recovery-image] Aug 27 23:21:05.630 INFO O| Aug 27 23:21:05.630 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-08-27T23:21:07.462Z[ recovery-image] Aug 27 23:21:05.642 INFO O| Aug 27 23:21:05.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57352024-08-27T23:21:07.464Z[ recovery-image] Aug 27 23:21:05.643 INFO O| Aug 27 23:21:05.643 INFO STEP 605 (remove_files) COMPLETE
57362024-08-27T23:21:07.464Z[ recovery-image] Aug 27 23:21:05.643 INFO O| Aug 27 23:21:05.643 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-08-27T23:21:07.473Z[ recovery-image] Aug 27 23:21:05.653 INFO O| Aug 27 23:21:05.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57382024-08-27T23:21:07.473Z[ recovery-image] Aug 27 23:21:05.653 INFO O| Aug 27 23:21:05.653 INFO STEP 606 (remove_files) COMPLETE
57392024-08-27T23:21:07.475Z[ recovery-image] Aug 27 23:21:05.653 INFO O| Aug 27 23:21:05.653 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-08-27T23:21:07.482Z[ recovery-image] Aug 27 23:21:05.662 INFO O| Aug 27 23:21:05.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57412024-08-27T23:21:07.485Z[ recovery-image] Aug 27 23:21:05.662 INFO O| Aug 27 23:21:05.662 INFO STEP 607 (remove_files) COMPLETE
57422024-08-27T23:21:07.485Z[ recovery-image] Aug 27 23:21:05.662 INFO O| Aug 27 23:21:05.662 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-08-27T23:21:07.492Z[ recovery-image] Aug 27 23:21:05.672 INFO O| Aug 27 23:21:05.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57442024-08-27T23:21:07.492Z[ recovery-image] Aug 27 23:21:05.672 INFO O| Aug 27 23:21:05.672 INFO STEP 608 (remove_files) COMPLETE
57452024-08-27T23:21:07.494Z[ recovery-image] Aug 27 23:21:05.672 INFO O| Aug 27 23:21:05.672 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-08-27T23:21:07.502Z[ recovery-image] Aug 27 23:21:05.682 INFO O| Aug 27 23:21:05.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57472024-08-27T23:21:07.502Z[ recovery-image] Aug 27 23:21:05.682 INFO O| Aug 27 23:21:05.682 INFO STEP 609 (remove_files) COMPLETE
57482024-08-27T23:21:07.502Z[ recovery-image] Aug 27 23:21:05.682 INFO O| Aug 27 23:21:05.682 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-08-27T23:21:07.512Z[ recovery-image] Aug 27 23:21:05.692 INFO O| Aug 27 23:21:05.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57502024-08-27T23:21:07.512Z[ recovery-image] Aug 27 23:21:05.692 INFO O| Aug 27 23:21:05.692 INFO STEP 610 (remove_files) COMPLETE
57512024-08-27T23:21:07.514Z[ recovery-image] Aug 27 23:21:05.692 INFO O| Aug 27 23:21:05.692 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-08-27T23:21:07.521Z[ recovery-image] Aug 27 23:21:05.701 INFO O| Aug 27 23:21:05.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57532024-08-27T23:21:07.524Z[ recovery-image] Aug 27 23:21:05.701 INFO O| Aug 27 23:21:05.701 INFO STEP 611 (remove_files) COMPLETE
57542024-08-27T23:21:07.524Z[ recovery-image] Aug 27 23:21:05.701 INFO O| Aug 27 23:21:05.701 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-08-27T23:21:07.531Z[ recovery-image] Aug 27 23:21:05.711 INFO O| Aug 27 23:21:05.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57562024-08-27T23:21:07.531Z[ recovery-image] Aug 27 23:21:05.711 INFO O| Aug 27 23:21:05.711 INFO STEP 612 (remove_files) COMPLETE
57572024-08-27T23:21:07.533Z[ recovery-image] Aug 27 23:21:05.711 INFO O| Aug 27 23:21:05.711 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-08-27T23:21:07.542Z[ recovery-image] Aug 27 23:21:05.720 INFO O| Aug 27 23:21:05.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57592024-08-27T23:21:07.542Z[ recovery-image] Aug 27 23:21:05.720 INFO O| Aug 27 23:21:05.720 INFO STEP 613 (remove_files) COMPLETE
57602024-08-27T23:21:07.542Z[ recovery-image] Aug 27 23:21:05.720 INFO O| Aug 27 23:21:05.720 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-08-27T23:21:07.550Z[ recovery-image] Aug 27 23:21:05.730 INFO O| Aug 27 23:21:05.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57622024-08-27T23:21:07.550Z[ recovery-image] Aug 27 23:21:05.730 INFO O| Aug 27 23:21:05.730 INFO STEP 614 (remove_files) COMPLETE
57632024-08-27T23:21:07.552Z[ recovery-image] Aug 27 23:21:05.730 INFO O| Aug 27 23:21:05.730 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-08-27T23:21:07.560Z[ recovery-image] Aug 27 23:21:05.740 INFO O| Aug 27 23:21:05.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57652024-08-27T23:21:07.560Z[ recovery-image] Aug 27 23:21:05.740 INFO O| Aug 27 23:21:05.740 INFO STEP 615 (remove_files) COMPLETE
57662024-08-27T23:21:07.562Z[ recovery-image] Aug 27 23:21:05.740 INFO O| Aug 27 23:21:05.740 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-08-27T23:21:07.570Z[ recovery-image] Aug 27 23:21:05.750 INFO O| Aug 27 23:21:05.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57682024-08-27T23:21:07.573Z[ recovery-image] Aug 27 23:21:05.750 INFO O| Aug 27 23:21:05.750 INFO STEP 616 (remove_files) COMPLETE
57692024-08-27T23:21:07.573Z[ recovery-image] Aug 27 23:21:05.750 INFO O| Aug 27 23:21:05.750 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-08-27T23:21:07.580Z[ recovery-image] Aug 27 23:21:05.760 INFO O| Aug 27 23:21:05.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57712024-08-27T23:21:07.582Z[ recovery-image] Aug 27 23:21:05.760 INFO O| Aug 27 23:21:05.760 INFO STEP 617 (remove_files) COMPLETE
57722024-08-27T23:21:07.582Z[ recovery-image] Aug 27 23:21:05.760 INFO O| Aug 27 23:21:05.760 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-08-27T23:21:07.589Z[ recovery-image] Aug 27 23:21:05.769 INFO O| Aug 27 23:21:05.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57742024-08-27T23:21:07.589Z[ recovery-image] Aug 27 23:21:05.769 INFO O| Aug 27 23:21:05.769 INFO STEP 618 (remove_files) COMPLETE
57752024-08-27T23:21:07.592Z[ recovery-image] Aug 27 23:21:05.769 INFO O| Aug 27 23:21:05.769 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-27T23:21:07.599Z[ recovery-image] Aug 27 23:21:05.779 INFO O| Aug 27 23:21:05.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57772024-08-27T23:21:07.602Z[ recovery-image] Aug 27 23:21:05.779 INFO O| Aug 27 23:21:05.779 INFO STEP 619 (remove_files) COMPLETE
57782024-08-27T23:21:07.602Z[ recovery-image] Aug 27 23:21:05.779 INFO O| Aug 27 23:21:05.779 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-08-27T23:21:07.609Z[ recovery-image] Aug 27 23:21:05.789 INFO O| Aug 27 23:21:05.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57802024-08-27T23:21:07.611Z[ recovery-image] Aug 27 23:21:05.789 INFO O| Aug 27 23:21:05.789 INFO STEP 620 (remove_files) COMPLETE
57812024-08-27T23:21:07.611Z[ recovery-image] Aug 27 23:21:05.789 INFO O| Aug 27 23:21:05.789 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-08-27T23:21:07.618Z[ recovery-image] Aug 27 23:21:05.798 INFO O| Aug 27 23:21:05.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57832024-08-27T23:21:07.619Z[ recovery-image] Aug 27 23:21:05.799 INFO O| Aug 27 23:21:05.798 INFO STEP 621 (remove_files) COMPLETE
57842024-08-27T23:21:07.621Z[ recovery-image] Aug 27 23:21:05.799 INFO O| Aug 27 23:21:05.799 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-08-27T23:21:07.629Z[ recovery-image] Aug 27 23:21:05.809 INFO O| Aug 27 23:21:05.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57862024-08-27T23:21:07.629Z[ recovery-image] Aug 27 23:21:05.809 INFO O| Aug 27 23:21:05.809 INFO STEP 622 (remove_files) COMPLETE
57872024-08-27T23:21:07.633Z[ recovery-image] Aug 27 23:21:05.809 INFO O| Aug 27 23:21:05.809 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-08-27T23:21:07.641Z[ recovery-image] Aug 27 23:21:05.821 INFO O| Aug 27 23:21:05.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57892024-08-27T23:21:07.641Z[ recovery-image] Aug 27 23:21:05.821 INFO O| Aug 27 23:21:05.821 INFO STEP 623 (remove_files) COMPLETE
57902024-08-27T23:21:07.644Z[ recovery-image] Aug 27 23:21:05.821 INFO O| Aug 27 23:21:05.821 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-08-27T23:21:07.651Z[ recovery-image] Aug 27 23:21:05.831 INFO O| Aug 27 23:21:05.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57922024-08-27T23:21:07.654Z[ recovery-image] Aug 27 23:21:05.831 INFO O| Aug 27 23:21:05.831 INFO STEP 624 (remove_files) COMPLETE
57932024-08-27T23:21:07.654Z[ recovery-image] Aug 27 23:21:05.831 INFO O| Aug 27 23:21:05.831 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-08-27T23:21:07.662Z[ recovery-image] Aug 27 23:21:05.842 INFO O| Aug 27 23:21:05.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57952024-08-27T23:21:07.662Z[ recovery-image] Aug 27 23:21:05.842 INFO O| Aug 27 23:21:05.842 INFO STEP 625 (remove_files) COMPLETE
57962024-08-27T23:21:07.666Z[ recovery-image] Aug 27 23:21:05.842 INFO O| Aug 27 23:21:05.842 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-08-27T23:21:07.673Z[ recovery-image] Aug 27 23:21:05.852 INFO O| Aug 27 23:21:05.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57982024-08-27T23:21:07.675Z[ recovery-image] Aug 27 23:21:05.853 INFO O| Aug 27 23:21:05.853 INFO STEP 626 (remove_files) COMPLETE
57992024-08-27T23:21:07.676Z[ recovery-image] Aug 27 23:21:05.853 INFO O| Aug 27 23:21:05.853 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-08-27T23:21:07.684Z[ recovery-image] Aug 27 23:21:05.864 INFO O| Aug 27 23:21:05.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
58012024-08-27T23:21:07.687Z[ recovery-image] Aug 27 23:21:05.865 INFO O| Aug 27 23:21:05.865 INFO STEP 627 (remove_files) COMPLETE
58022024-08-27T23:21:07.687Z[ recovery-image] Aug 27 23:21:05.865 INFO O| Aug 27 23:21:05.865 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-08-27T23:21:07.697Z[ recovery-image] Aug 27 23:21:05.876 INFO O| Aug 27 23:21:05.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
58042024-08-27T23:21:07.697Z[ recovery-image] Aug 27 23:21:05.876 INFO O| Aug 27 23:21:05.876 INFO STEP 628 (remove_files) COMPLETE
58052024-08-27T23:21:07.699Z[ recovery-image] Aug 27 23:21:05.876 INFO O| Aug 27 23:21:05.876 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-08-27T23:21:07.711Z[ recovery-image] Aug 27 23:21:05.890 INFO O| Aug 27 23:21:05.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
58072024-08-27T23:21:07.711Z[ recovery-image] Aug 27 23:21:05.890 INFO O| Aug 27 23:21:05.890 INFO STEP 629 (remove_files) COMPLETE
58082024-08-27T23:21:07.711Z[ recovery-image] Aug 27 23:21:05.890 INFO O| Aug 27 23:21:05.890 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-08-27T23:21:07.723Z[ recovery-image] Aug 27 23:21:05.903 INFO O| Aug 27 23:21:05.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
58102024-08-27T23:21:07.727Z[ recovery-image] Aug 27 23:21:05.903 INFO O| Aug 27 23:21:05.903 INFO STEP 630 (remove_files) COMPLETE
58112024-08-27T23:21:07.728Z[ recovery-image] Aug 27 23:21:05.903 INFO O| Aug 27 23:21:05.903 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-08-27T23:21:07.736Z[ recovery-image] Aug 27 23:21:05.916 INFO O| Aug 27 23:21:05.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
58132024-08-27T23:21:07.739Z[ recovery-image] Aug 27 23:21:05.916 INFO O| Aug 27 23:21:05.916 INFO STEP 631 (remove_files) COMPLETE
58142024-08-27T23:21:07.739Z[ recovery-image] Aug 27 23:21:05.916 INFO O| Aug 27 23:21:05.916 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-08-27T23:21:07.747Z[ recovery-image] Aug 27 23:21:05.927 INFO O| Aug 27 23:21:05.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
58162024-08-27T23:21:07.747Z[ recovery-image] Aug 27 23:21:05.927 INFO O| Aug 27 23:21:05.927 INFO STEP 632 (remove_files) COMPLETE
58172024-08-27T23:21:07.747Z[ recovery-image] Aug 27 23:21:05.927 INFO O| Aug 27 23:21:05.927 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-08-27T23:21:07.757Z[ recovery-image] Aug 27 23:21:05.937 INFO O| Aug 27 23:21:05.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58192024-08-27T23:21:07.757Z[ recovery-image] Aug 27 23:21:05.937 INFO O| Aug 27 23:21:05.937 INFO STEP 633 (remove_files) COMPLETE
58202024-08-27T23:21:07.759Z[ recovery-image] Aug 27 23:21:05.937 INFO O| Aug 27 23:21:05.937 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-08-27T23:21:07.768Z[ recovery-image] Aug 27 23:21:05.947 INFO O| Aug 27 23:21:05.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58222024-08-27T23:21:07.768Z[ recovery-image] Aug 27 23:21:05.947 INFO O| Aug 27 23:21:05.947 INFO STEP 634 (remove_files) COMPLETE
58232024-08-27T23:21:07.770Z[ recovery-image] Aug 27 23:21:05.947 INFO O| Aug 27 23:21:05.947 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-08-27T23:21:07.777Z[ recovery-image] Aug 27 23:21:05.957 INFO O| Aug 27 23:21:05.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
58252024-08-27T23:21:07.779Z[ recovery-image] Aug 27 23:21:05.957 INFO O| Aug 27 23:21:05.957 INFO STEP 635 (remove_files) COMPLETE
58262024-08-27T23:21:07.780Z[ recovery-image] Aug 27 23:21:05.957 INFO O| Aug 27 23:21:05.957 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-08-27T23:21:07.787Z[ recovery-image] Aug 27 23:21:05.967 INFO O| Aug 27 23:21:05.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
58282024-08-27T23:21:07.787Z[ recovery-image] Aug 27 23:21:05.967 INFO O| Aug 27 23:21:05.967 INFO STEP 636 (remove_files) COMPLETE
58292024-08-27T23:21:07.787Z[ recovery-image] Aug 27 23:21:05.967 INFO O| Aug 27 23:21:05.967 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-08-27T23:21:07.797Z[ recovery-image] Aug 27 23:21:05.977 INFO O| Aug 27 23:21:05.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
58312024-08-27T23:21:07.799Z[ recovery-image] Aug 27 23:21:05.977 INFO O| Aug 27 23:21:05.977 INFO STEP 637 (remove_files) COMPLETE
58322024-08-27T23:21:07.799Z[ recovery-image] Aug 27 23:21:05.977 INFO O| Aug 27 23:21:05.977 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-08-27T23:21:07.806Z[ recovery-image] Aug 27 23:21:05.986 INFO O| Aug 27 23:21:05.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58342024-08-27T23:21:07.809Z[ recovery-image] Aug 27 23:21:05.986 INFO O| Aug 27 23:21:05.986 INFO STEP 638 (remove_files) COMPLETE
58352024-08-27T23:21:07.809Z[ recovery-image] Aug 27 23:21:05.986 INFO O| Aug 27 23:21:05.986 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-08-27T23:21:07.816Z[ recovery-image] Aug 27 23:21:05.996 INFO O| Aug 27 23:21:05.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58372024-08-27T23:21:07.816Z[ recovery-image] Aug 27 23:21:05.996 INFO O| Aug 27 23:21:05.996 INFO STEP 639 (remove_files) COMPLETE
58382024-08-27T23:21:07.818Z[ recovery-image] Aug 27 23:21:05.996 INFO O| Aug 27 23:21:05.996 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-08-27T23:21:07.827Z[ recovery-image] Aug 27 23:21:06.007 INFO O| Aug 27 23:21:06.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58402024-08-27T23:21:07.829Z[ recovery-image] Aug 27 23:21:06.007 INFO O| Aug 27 23:21:06.007 INFO STEP 640 (remove_files) COMPLETE
58412024-08-27T23:21:07.829Z[ recovery-image] Aug 27 23:21:06.007 INFO O| Aug 27 23:21:06.007 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-08-27T23:21:07.837Z[ recovery-image] Aug 27 23:21:06.017 INFO O| Aug 27 23:21:06.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58432024-08-27T23:21:07.839Z[ recovery-image] Aug 27 23:21:06.017 INFO O| Aug 27 23:21:06.017 INFO STEP 641 (remove_files) COMPLETE
58442024-08-27T23:21:07.839Z[ recovery-image] Aug 27 23:21:06.017 INFO O| Aug 27 23:21:06.017 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-08-27T23:21:07.846Z[ recovery-image] Aug 27 23:21:06.026 INFO O| Aug 27 23:21:06.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58462024-08-27T23:21:07.849Z[ recovery-image] Aug 27 23:21:06.027 INFO O| Aug 27 23:21:06.027 INFO STEP 642 (remove_files) COMPLETE
58472024-08-27T23:21:07.849Z[ recovery-image] Aug 27 23:21:06.027 INFO O| Aug 27 23:21:06.027 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-08-27T23:21:07.857Z[ recovery-image] Aug 27 23:21:06.037 INFO O| Aug 27 23:21:06.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58492024-08-27T23:21:07.859Z[ recovery-image] Aug 27 23:21:06.037 INFO O| Aug 27 23:21:06.037 INFO STEP 643 (remove_files) COMPLETE
58502024-08-27T23:21:07.859Z[ recovery-image] Aug 27 23:21:06.037 INFO O| Aug 27 23:21:06.037 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-08-27T23:21:07.867Z[ recovery-image] Aug 27 23:21:06.046 INFO O| Aug 27 23:21:06.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58522024-08-27T23:21:07.867Z[ recovery-image] Aug 27 23:21:06.046 INFO O| Aug 27 23:21:06.046 INFO STEP 644 (remove_files) COMPLETE
58532024-08-27T23:21:07.869Z[ recovery-image] Aug 27 23:21:06.047 INFO O| Aug 27 23:21:06.046 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-08-27T23:21:07.871Z[ host-image] Aug 27 23:21:06.051 INFO O| Aug 27 23:21:06.051 INFO O| Planning: Solver setup ... Done
58552024-08-27T23:21:07.875Z[ host-image] Aug 27 23:21:06.055 INFO O| Aug 27 23:21:06.055 INFO O| Planning: Running solver ... Done
58562024-08-27T23:21:07.878Z[ recovery-image] Aug 27 23:21:06.056 INFO O| Aug 27 23:21:06.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58572024-08-27T23:21:07.878Z[ recovery-image] Aug 27 23:21:06.056 INFO O| Aug 27 23:21:06.056 INFO STEP 645 (remove_files) COMPLETE
58582024-08-27T23:21:07.878Z[ recovery-image] Aug 27 23:21:06.056 INFO O| Aug 27 23:21:06.056 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-08-27T23:21:07.887Z[ recovery-image] Aug 27 23:21:06.066 INFO O| Aug 27 23:21:06.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58602024-08-27T23:21:07.887Z[ recovery-image] Aug 27 23:21:06.067 INFO O| Aug 27 23:21:06.067 INFO STEP 646 (remove_files) COMPLETE
58612024-08-27T23:21:07.895Z[ recovery-image] Aug 27 23:21:06.067 INFO O| Aug 27 23:21:06.067 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-08-27T23:21:07.897Z[ recovery-image] Aug 27 23:21:06.077 INFO O| Aug 27 23:21:06.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58632024-08-27T23:21:07.897Z[ recovery-image] Aug 27 23:21:06.077 INFO O| Aug 27 23:21:06.077 INFO STEP 647 (remove_files) COMPLETE
58642024-08-27T23:21:07.897Z[ recovery-image] Aug 27 23:21:06.077 INFO O| Aug 27 23:21:06.077 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-08-27T23:21:07.907Z[ recovery-image] Aug 27 23:21:06.086 INFO O| Aug 27 23:21:06.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58662024-08-27T23:21:07.909Z[ recovery-image] Aug 27 23:21:06.087 INFO O| Aug 27 23:21:06.087 INFO STEP 648 (remove_files) COMPLETE
58672024-08-27T23:21:07.909Z[ recovery-image] Aug 27 23:21:06.087 INFO O| Aug 27 23:21:06.087 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-08-27T23:21:07.921Z[ host-image] Aug 27 23:21:06.094 INFO O| Aug 27 23:21:06.094 INFO O| Planning: Finding local manifests ... Done
58692024-08-27T23:21:07.921Z[ host-image] Aug 27 23:21:06.095 INFO O| Aug 27 23:21:06.095 INFO O| Planning: Fetching manifests: 0/6 0% complete
58702024-08-27T23:21:07.921Z[ recovery-image] Aug 27 23:21:06.096 INFO O| Aug 27 23:21:06.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58712024-08-27T23:21:07.921Z[ recovery-image] Aug 27 23:21:06.096 INFO O| Aug 27 23:21:06.096 INFO STEP 649 (remove_files) COMPLETE
58722024-08-27T23:21:07.921Z[ recovery-image] Aug 27 23:21:06.096 INFO O| Aug 27 23:21:06.096 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-08-27T23:21:07.926Z[ recovery-image] Aug 27 23:21:06.106 INFO O| Aug 27 23:21:06.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58742024-08-27T23:21:07.928Z[ recovery-image] Aug 27 23:21:06.106 INFO O| Aug 27 23:21:06.106 INFO STEP 650 (remove_files) COMPLETE
58752024-08-27T23:21:07.929Z[ recovery-image] Aug 27 23:21:06.106 INFO O| Aug 27 23:21:06.106 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-08-27T23:21:07.937Z[ recovery-image] Aug 27 23:21:06.117 INFO O| Aug 27 23:21:06.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58772024-08-27T23:21:07.939Z[ recovery-image] Aug 27 23:21:06.117 INFO O| Aug 27 23:21:06.117 INFO STEP 651 (remove_files) COMPLETE
58782024-08-27T23:21:07.939Z[ recovery-image] Aug 27 23:21:06.117 INFO O| Aug 27 23:21:06.117 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-08-27T23:21:07.947Z[ recovery-image] Aug 27 23:21:06.127 INFO O| Aug 27 23:21:06.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58802024-08-27T23:21:07.950Z[ recovery-image] Aug 27 23:21:06.127 INFO O| Aug 27 23:21:06.127 INFO STEP 652 (remove_files) COMPLETE
58812024-08-27T23:21:07.951Z[ recovery-image] Aug 27 23:21:06.127 INFO O| Aug 27 23:21:06.127 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-08-27T23:21:07.957Z[ recovery-image] Aug 27 23:21:06.137 INFO O| Aug 27 23:21:06.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58832024-08-27T23:21:07.957Z[ recovery-image] Aug 27 23:21:06.137 INFO O| Aug 27 23:21:06.137 INFO STEP 653 (remove_files) COMPLETE
58842024-08-27T23:21:07.957Z[ recovery-image] Aug 27 23:21:06.137 INFO O| Aug 27 23:21:06.137 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-08-27T23:21:07.967Z[ recovery-image] Aug 27 23:21:06.147 INFO O| Aug 27 23:21:06.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58862024-08-27T23:21:07.969Z[ recovery-image] Aug 27 23:21:06.147 INFO O| Aug 27 23:21:06.147 INFO STEP 654 (remove_files) COMPLETE
58872024-08-27T23:21:07.969Z[ recovery-image] Aug 27 23:21:06.147 INFO O| Aug 27 23:21:06.147 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-08-27T23:21:07.977Z[ recovery-image] Aug 27 23:21:06.157 INFO O| Aug 27 23:21:06.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58892024-08-27T23:21:07.977Z[ recovery-image] Aug 27 23:21:06.157 INFO O| Aug 27 23:21:06.157 INFO STEP 655 (remove_files) COMPLETE
58902024-08-27T23:21:07.979Z[ recovery-image] Aug 27 23:21:06.157 INFO O| Aug 27 23:21:06.157 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-08-27T23:21:07.987Z[ recovery-image] Aug 27 23:21:06.167 INFO O| Aug 27 23:21:06.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58922024-08-27T23:21:07.987Z[ recovery-image] Aug 27 23:21:06.167 INFO O| Aug 27 23:21:06.167 INFO STEP 656 (remove_files) COMPLETE
58932024-08-27T23:21:07.990Z[ recovery-image] Aug 27 23:21:06.167 INFO O| Aug 27 23:21:06.167 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-08-27T23:21:07.997Z[ recovery-image] Aug 27 23:21:06.177 INFO O| Aug 27 23:21:06.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58952024-08-27T23:21:07.999Z[ recovery-image] Aug 27 23:21:06.178 INFO O| Aug 27 23:21:06.178 INFO STEP 657 (remove_files) COMPLETE
58962024-08-27T23:21:07.999Z[ recovery-image] Aug 27 23:21:06.178 INFO O| Aug 27 23:21:06.178 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-08-27T23:21:08.007Z[ recovery-image] Aug 27 23:21:06.187 INFO O| Aug 27 23:21:06.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58982024-08-27T23:21:08.010Z[ recovery-image] Aug 27 23:21:06.187 INFO O| Aug 27 23:21:06.187 INFO STEP 658 (remove_files) COMPLETE
58992024-08-27T23:21:08.010Z[ recovery-image] Aug 27 23:21:06.187 INFO O| Aug 27 23:21:06.187 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-08-27T23:21:08.017Z[ recovery-image] Aug 27 23:21:06.197 INFO O| Aug 27 23:21:06.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
59012024-08-27T23:21:08.019Z[ recovery-image] Aug 27 23:21:06.198 INFO O| Aug 27 23:21:06.198 INFO STEP 659 (remove_files) COMPLETE
59022024-08-27T23:21:08.019Z[ recovery-image] Aug 27 23:21:06.198 INFO O| Aug 27 23:21:06.198 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-08-27T23:21:08.027Z[ recovery-image] Aug 27 23:21:06.207 INFO O| Aug 27 23:21:06.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
59042024-08-27T23:21:08.030Z[ recovery-image] Aug 27 23:21:06.207 INFO O| Aug 27 23:21:06.207 INFO STEP 660 (remove_files) COMPLETE
59052024-08-27T23:21:08.030Z[ recovery-image] Aug 27 23:21:06.207 INFO O| Aug 27 23:21:06.207 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-08-27T23:21:08.037Z[ recovery-image] Aug 27 23:21:06.217 INFO O| Aug 27 23:21:06.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
59072024-08-27T23:21:08.039Z[ recovery-image] Aug 27 23:21:06.218 INFO O| Aug 27 23:21:06.218 INFO STEP 661 (remove_files) COMPLETE
59082024-08-27T23:21:08.039Z[ recovery-image] Aug 27 23:21:06.218 INFO O| Aug 27 23:21:06.218 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-08-27T23:21:08.047Z[ recovery-image] Aug 27 23:21:06.227 INFO O| Aug 27 23:21:06.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
59102024-08-27T23:21:08.047Z[ recovery-image] Aug 27 23:21:06.227 INFO O| Aug 27 23:21:06.227 INFO STEP 662 (remove_files) COMPLETE
59112024-08-27T23:21:08.050Z[ recovery-image] Aug 27 23:21:06.227 INFO O| Aug 27 23:21:06.227 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-08-27T23:21:08.052Z[ host-image] Aug 27 23:21:06.231 INFO O| Aug 27 23:21:06.231 INFO O| Planning: Fetching manifests: 6/6 100% complete
59132024-08-27T23:21:08.057Z[ recovery-image] Aug 27 23:21:06.237 INFO O| Aug 27 23:21:06.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
59142024-08-27T23:21:08.057Z[ recovery-image] Aug 27 23:21:06.237 INFO O| Aug 27 23:21:06.237 INFO STEP 663 (remove_files) COMPLETE
59152024-08-27T23:21:08.059Z[ recovery-image] Aug 27 23:21:06.237 INFO O| Aug 27 23:21:06.237 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-08-27T23:21:08.067Z[ recovery-image] Aug 27 23:21:06.247 INFO O| Aug 27 23:21:06.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
59172024-08-27T23:21:08.067Z[ recovery-image] Aug 27 23:21:06.247 INFO O| Aug 27 23:21:06.247 INFO STEP 664 (remove_files) COMPLETE
59182024-08-27T23:21:08.068Z[ recovery-image] Aug 27 23:21:06.247 INFO O| Aug 27 23:21:06.247 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-08-27T23:21:08.077Z[ recovery-image] Aug 27 23:21:06.257 INFO O| Aug 27 23:21:06.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
59202024-08-27T23:21:08.080Z[ recovery-image] Aug 27 23:21:06.257 INFO O| Aug 27 23:21:06.257 INFO STEP 665 (remove_files) COMPLETE
59212024-08-27T23:21:08.080Z[ recovery-image] Aug 27 23:21:06.257 INFO O| Aug 27 23:21:06.257 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-08-27T23:21:08.084Z[ host-image] Aug 27 23:21:06.264 INFO O| Aug 27 23:21:06.264 INFO O| Planning: Package planning ... Done
59232024-08-27T23:21:08.087Z[ recovery-image] Aug 27 23:21:06.267 INFO O| Aug 27 23:21:06.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59242024-08-27T23:21:08.087Z[ recovery-image] Aug 27 23:21:06.267 INFO O| Aug 27 23:21:06.267 INFO STEP 666 (remove_files) COMPLETE
59252024-08-27T23:21:08.090Z[ recovery-image] Aug 27 23:21:06.267 INFO O| Aug 27 23:21:06.267 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-08-27T23:21:08.097Z[ recovery-image] Aug 27 23:21:06.277 INFO O| Aug 27 23:21:06.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59272024-08-27T23:21:08.097Z[ recovery-image] Aug 27 23:21:06.277 INFO O| Aug 27 23:21:06.277 INFO STEP 667 (remove_files) COMPLETE
59282024-08-27T23:21:08.100Z[ recovery-image] Aug 27 23:21:06.277 INFO O| Aug 27 23:21:06.277 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-08-27T23:21:08.102Z[ host-image] Aug 27 23:21:06.282 INFO O| Aug 27 23:21:06.282 INFO O| Planning: Merging actions ... Done
59302024-08-27T23:21:08.107Z[ recovery-image] Aug 27 23:21:06.287 INFO O| Aug 27 23:21:06.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
59312024-08-27T23:21:08.107Z[ recovery-image] Aug 27 23:21:06.287 INFO O| Aug 27 23:21:06.287 INFO STEP 668 (remove_files) COMPLETE
59322024-08-27T23:21:08.109Z[ recovery-image] Aug 27 23:21:06.287 INFO O| Aug 27 23:21:06.287 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-08-27T23:21:08.117Z[ recovery-image] Aug 27 23:21:06.297 INFO O| Aug 27 23:21:06.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
59342024-08-27T23:21:08.119Z[ recovery-image] Aug 27 23:21:06.297 INFO O| Aug 27 23:21:06.297 INFO STEP 669 (remove_files) COMPLETE
59352024-08-27T23:21:08.119Z[ recovery-image] Aug 27 23:21:06.297 INFO O| Aug 27 23:21:06.297 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-08-27T23:21:08.127Z[ recovery-image] Aug 27 23:21:06.307 INFO O| Aug 27 23:21:06.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
59372024-08-27T23:21:08.129Z[ recovery-image] Aug 27 23:21:06.307 INFO O| Aug 27 23:21:06.307 INFO STEP 670 (remove_files) COMPLETE
59382024-08-27T23:21:08.129Z[ recovery-image] Aug 27 23:21:06.307 INFO O| Aug 27 23:21:06.307 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-08-27T23:21:08.137Z[ recovery-image] Aug 27 23:21:06.317 INFO O| Aug 27 23:21:06.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
59402024-08-27T23:21:08.137Z[ recovery-image] Aug 27 23:21:06.317 INFO O| Aug 27 23:21:06.317 INFO STEP 671 (remove_files) COMPLETE
59412024-08-27T23:21:08.139Z[ recovery-image] Aug 27 23:21:06.317 INFO O| Aug 27 23:21:06.317 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-08-27T23:21:08.147Z[ recovery-image] Aug 27 23:21:06.327 INFO O| Aug 27 23:21:06.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59432024-08-27T23:21:08.147Z[ recovery-image] Aug 27 23:21:06.327 INFO O| Aug 27 23:21:06.327 INFO STEP 672 (remove_files) COMPLETE
59442024-08-27T23:21:08.149Z[ recovery-image] Aug 27 23:21:06.327 INFO O| Aug 27 23:21:06.327 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-08-27T23:21:08.157Z[ recovery-image] Aug 27 23:21:06.336 INFO O| Aug 27 23:21:06.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59462024-08-27T23:21:08.157Z[ recovery-image] Aug 27 23:21:06.337 INFO O| Aug 27 23:21:06.337 INFO STEP 673 (remove_files) COMPLETE
59472024-08-27T23:21:08.157Z[ recovery-image] Aug 27 23:21:06.337 INFO O| Aug 27 23:21:06.337 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-08-27T23:21:08.166Z[ recovery-image] Aug 27 23:21:06.346 INFO O| Aug 27 23:21:06.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59492024-08-27T23:21:08.168Z[ recovery-image] Aug 27 23:21:06.346 INFO O| Aug 27 23:21:06.346 INFO STEP 674 (remove_files) COMPLETE
59502024-08-27T23:21:08.168Z[ recovery-image] Aug 27 23:21:06.346 INFO O| Aug 27 23:21:06.346 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-08-27T23:21:08.174Z[ host-image] Aug 27 23:21:06.354 INFO O| Aug 27 23:21:06.354 INFO O| Planning: Checking for conflicting actions ... Done
59522024-08-27T23:21:08.178Z[ recovery-image] Aug 27 23:21:06.356 INFO O| Aug 27 23:21:06.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59532024-08-27T23:21:08.178Z[ recovery-image] Aug 27 23:21:06.356 INFO O| Aug 27 23:21:06.356 INFO STEP 675 (remove_files) COMPLETE
59542024-08-27T23:21:08.178Z[ recovery-image] Aug 27 23:21:06.356 INFO O| Aug 27 23:21:06.356 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-08-27T23:21:08.180Z[ host-image] Aug 27 23:21:06.358 INFO O| Aug 27 23:21:06.358 INFO O| Planning: Consolidating action changes ... Done
59562024-08-27T23:21:08.185Z[ recovery-image] Aug 27 23:21:06.365 INFO O| Aug 27 23:21:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59572024-08-27T23:21:08.185Z[ recovery-image] Aug 27 23:21:06.365 INFO O| Aug 27 23:21:06.365 INFO STEP 676 (remove_files) COMPLETE
59582024-08-27T23:21:08.185Z[ recovery-image] Aug 27 23:21:06.365 INFO O| Aug 27 23:21:06.365 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-08-27T23:21:08.195Z[ recovery-image] Aug 27 23:21:06.375 INFO O| Aug 27 23:21:06.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59602024-08-27T23:21:08.195Z[ recovery-image] Aug 27 23:21:06.375 INFO O| Aug 27 23:21:06.375 INFO STEP 677 (remove_files) COMPLETE
59612024-08-27T23:21:08.195Z[ recovery-image] Aug 27 23:21:06.375 INFO O| Aug 27 23:21:06.375 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-08-27T23:21:08.205Z[ recovery-image] Aug 27 23:21:06.385 INFO O| Aug 27 23:21:06.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59632024-08-27T23:21:08.205Z[ recovery-image] Aug 27 23:21:06.385 INFO O| Aug 27 23:21:06.385 INFO STEP 678 (remove_files) COMPLETE
59642024-08-27T23:21:08.205Z[ recovery-image] Aug 27 23:21:06.385 INFO O| Aug 27 23:21:06.385 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-08-27T23:21:08.215Z[ recovery-image] Aug 27 23:21:06.394 INFO O| Aug 27 23:21:06.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59662024-08-27T23:21:08.217Z[ recovery-image] Aug 27 23:21:06.394 INFO O| Aug 27 23:21:06.394 INFO STEP 679 (remove_files) COMPLETE
59672024-08-27T23:21:08.217Z[ recovery-image] Aug 27 23:21:06.395 INFO O| Aug 27 23:21:06.394 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-08-27T23:21:08.224Z[ recovery-image] Aug 27 23:21:06.404 INFO O| Aug 27 23:21:06.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59692024-08-27T23:21:08.226Z[ recovery-image] Aug 27 23:21:06.404 INFO O| Aug 27 23:21:06.404 INFO STEP 680 (remove_files) COMPLETE
59702024-08-27T23:21:08.226Z[ recovery-image] Aug 27 23:21:06.404 INFO O| Aug 27 23:21:06.404 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-08-27T23:21:08.234Z[ recovery-image] Aug 27 23:21:06.414 INFO O| Aug 27 23:21:06.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59722024-08-27T23:21:08.236Z[ recovery-image] Aug 27 23:21:06.414 INFO O| Aug 27 23:21:06.414 INFO STEP 681 (remove_files) COMPLETE
59732024-08-27T23:21:08.236Z[ recovery-image] Aug 27 23:21:06.414 INFO O| Aug 27 23:21:06.414 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-08-27T23:21:08.243Z[ recovery-image] Aug 27 23:21:06.423 INFO O| Aug 27 23:21:06.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59752024-08-27T23:21:08.246Z[ recovery-image] Aug 27 23:21:06.423 INFO O| Aug 27 23:21:06.423 INFO STEP 682 (remove_files) COMPLETE
59762024-08-27T23:21:08.246Z[ recovery-image] Aug 27 23:21:06.423 INFO O| Aug 27 23:21:06.423 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-08-27T23:21:08.253Z[ recovery-image] Aug 27 23:21:06.433 INFO O| Aug 27 23:21:06.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59782024-08-27T23:21:08.253Z[ recovery-image] Aug 27 23:21:06.433 INFO O| Aug 27 23:21:06.433 INFO STEP 683 (remove_files) COMPLETE
59792024-08-27T23:21:08.255Z[ recovery-image] Aug 27 23:21:06.433 INFO O| Aug 27 23:21:06.433 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-08-27T23:21:08.263Z[ recovery-image] Aug 27 23:21:06.442 INFO O| Aug 27 23:21:06.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59812024-08-27T23:21:08.263Z[ recovery-image] Aug 27 23:21:06.442 INFO O| Aug 27 23:21:06.442 INFO STEP 684 (remove_files) COMPLETE
59822024-08-27T23:21:08.265Z[ recovery-image] Aug 27 23:21:06.443 INFO O| Aug 27 23:21:06.442 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-08-27T23:21:08.272Z[ recovery-image] Aug 27 23:21:06.452 INFO O| Aug 27 23:21:06.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59842024-08-27T23:21:08.274Z[ recovery-image] Aug 27 23:21:06.453 INFO O| Aug 27 23:21:06.453 INFO STEP 685 (remove_files) COMPLETE
59852024-08-27T23:21:08.274Z[ recovery-image] Aug 27 23:21:06.453 INFO O| Aug 27 23:21:06.453 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-08-27T23:21:08.283Z[ recovery-image] Aug 27 23:21:06.463 INFO O| Aug 27 23:21:06.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59872024-08-27T23:21:08.283Z[ recovery-image] Aug 27 23:21:06.463 INFO O| Aug 27 23:21:06.463 INFO STEP 686 (remove_files) COMPLETE
59882024-08-27T23:21:08.283Z[ recovery-image] Aug 27 23:21:06.463 INFO O| Aug 27 23:21:06.463 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-08-27T23:21:08.293Z[ recovery-image] Aug 27 23:21:06.473 INFO O| Aug 27 23:21:06.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59902024-08-27T23:21:08.295Z[ recovery-image] Aug 27 23:21:06.473 INFO O| Aug 27 23:21:06.473 INFO STEP 687 (remove_files) COMPLETE
59912024-08-27T23:21:08.295Z[ recovery-image] Aug 27 23:21:06.473 INFO O| Aug 27 23:21:06.473 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-08-27T23:21:08.303Z[ recovery-image] Aug 27 23:21:06.482 INFO O| Aug 27 23:21:06.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59932024-08-27T23:21:08.303Z[ recovery-image] Aug 27 23:21:06.482 INFO O| Aug 27 23:21:06.482 INFO STEP 688 (remove_files) COMPLETE
59942024-08-27T23:21:08.303Z[ recovery-image] Aug 27 23:21:06.482 INFO O| Aug 27 23:21:06.482 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-08-27T23:21:08.312Z[ recovery-image] Aug 27 23:21:06.492 INFO O| Aug 27 23:21:06.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59962024-08-27T23:21:08.312Z[ recovery-image] Aug 27 23:21:06.492 INFO O| Aug 27 23:21:06.492 INFO STEP 689 (remove_files) COMPLETE
59972024-08-27T23:21:08.312Z[ recovery-image] Aug 27 23:21:06.492 INFO O| Aug 27 23:21:06.492 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-08-27T23:21:08.322Z[ recovery-image] Aug 27 23:21:06.502 INFO O| Aug 27 23:21:06.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59992024-08-27T23:21:08.324Z[ recovery-image] Aug 27 23:21:06.502 INFO O| Aug 27 23:21:06.502 INFO STEP 690 (remove_files) COMPLETE
60002024-08-27T23:21:08.324Z[ recovery-image] Aug 27 23:21:06.502 INFO O| Aug 27 23:21:06.502 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-08-27T23:21:08.332Z[ recovery-image] Aug 27 23:21:06.511 INFO O| Aug 27 23:21:06.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
60022024-08-27T23:21:08.332Z[ recovery-image] Aug 27 23:21:06.511 INFO O| Aug 27 23:21:06.511 INFO STEP 691 (remove_files) COMPLETE
60032024-08-27T23:21:08.334Z[ recovery-image] Aug 27 23:21:06.511 INFO O| Aug 27 23:21:06.511 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-08-27T23:21:08.341Z[ recovery-image] Aug 27 23:21:06.521 INFO O| Aug 27 23:21:06.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
60052024-08-27T23:21:08.341Z[ recovery-image] Aug 27 23:21:06.521 INFO O| Aug 27 23:21:06.521 INFO STEP 692 (remove_files) COMPLETE
60062024-08-27T23:21:08.344Z[ recovery-image] Aug 27 23:21:06.521 INFO O| Aug 27 23:21:06.521 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-08-27T23:21:08.351Z[ recovery-image] Aug 27 23:21:06.531 INFO O| Aug 27 23:21:06.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
60082024-08-27T23:21:08.351Z[ recovery-image] Aug 27 23:21:06.531 INFO O| Aug 27 23:21:06.531 INFO STEP 693 (remove_files) COMPLETE
60092024-08-27T23:21:08.353Z[ recovery-image] Aug 27 23:21:06.531 INFO O| Aug 27 23:21:06.531 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-08-27T23:21:08.353Z[ host-image] Aug 27 23:21:06.533 INFO O| Aug 27 23:21:06.533 INFO O| Planning: Evaluating mediators ... Done
60112024-08-27T23:21:08.357Z[ host-image] Aug 27 23:21:06.537 INFO O| Aug 27 23:21:06.537 INFO O| Planning: Planning completed in 1.98 seconds
60122024-08-27T23:21:08.359Z[ host-image] Aug 27 23:21:06.539 INFO O| Aug 27 23:21:06.539 INFO O| Packages to install: 6
60132024-08-27T23:21:08.359Z[ host-image] Aug 27 23:21:06.539 INFO O| Aug 27 23:21:06.539 INFO O| Mediators to change: 1
60142024-08-27T23:21:08.359Z[ host-image] Aug 27 23:21:06.539 INFO O| Aug 27 23:21:06.539 INFO O| Services to change: 1
60152024-08-27T23:21:08.363Z[ recovery-image] Aug 27 23:21:06.540 INFO O| Aug 27 23:21:06.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
60162024-08-27T23:21:08.363Z[ recovery-image] Aug 27 23:21:06.540 INFO O| Aug 27 23:21:06.540 INFO STEP 694 (remove_files) COMPLETE
60172024-08-27T23:21:08.363Z[ recovery-image] Aug 27 23:21:06.541 INFO O| Aug 27 23:21:06.540 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-08-27T23:21:08.370Z[ recovery-image] Aug 27 23:21:06.550 INFO O| Aug 27 23:21:06.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
60192024-08-27T23:21:08.370Z[ recovery-image] Aug 27 23:21:06.550 INFO O| Aug 27 23:21:06.550 INFO STEP 695 (remove_files) COMPLETE
60202024-08-27T23:21:08.373Z[ recovery-image] Aug 27 23:21:06.550 INFO O| Aug 27 23:21:06.550 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-08-27T23:21:08.373Z[ host-image] Aug 27 23:21:06.551 INFO O| Aug 27 23:21:06.551 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
60222024-08-27T23:21:08.381Z[ recovery-image] Aug 27 23:21:06.560 INFO O| Aug 27 23:21:06.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
60232024-08-27T23:21:08.381Z[ recovery-image] Aug 27 23:21:06.560 INFO O| Aug 27 23:21:06.560 INFO STEP 696 (remove_files) COMPLETE
60242024-08-27T23:21:08.385Z[ recovery-image] Aug 27 23:21:06.560 INFO O| Aug 27 23:21:06.560 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-08-27T23:21:08.390Z[ recovery-image] Aug 27 23:21:06.570 INFO O| Aug 27 23:21:06.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
60262024-08-27T23:21:08.390Z[ recovery-image] Aug 27 23:21:06.570 INFO O| Aug 27 23:21:06.570 INFO STEP 697 (remove_files) COMPLETE
60272024-08-27T23:21:08.390Z[ recovery-image] Aug 27 23:21:06.570 INFO O| Aug 27 23:21:06.570 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-08-27T23:21:08.400Z[ recovery-image] Aug 27 23:21:06.579 INFO O| Aug 27 23:21:06.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
60292024-08-27T23:21:08.400Z[ recovery-image] Aug 27 23:21:06.579 INFO O| Aug 27 23:21:06.579 INFO STEP 698 (remove_files) COMPLETE
60302024-08-27T23:21:08.402Z[ recovery-image] Aug 27 23:21:06.579 INFO O| Aug 27 23:21:06.579 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-08-27T23:21:08.409Z[ recovery-image] Aug 27 23:21:06.589 INFO O| Aug 27 23:21:06.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60322024-08-27T23:21:08.409Z[ recovery-image] Aug 27 23:21:06.589 INFO O| Aug 27 23:21:06.589 INFO STEP 699 (remove_files) COMPLETE
60332024-08-27T23:21:08.412Z[ recovery-image] Aug 27 23:21:06.589 INFO O| Aug 27 23:21:06.589 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-08-27T23:21:08.419Z[ recovery-image] Aug 27 23:21:06.599 INFO O| Aug 27 23:21:06.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60352024-08-27T23:21:08.421Z[ recovery-image] Aug 27 23:21:06.599 INFO O| Aug 27 23:21:06.599 INFO STEP 700 (remove_files) COMPLETE
60362024-08-27T23:21:08.422Z[ recovery-image] Aug 27 23:21:06.599 INFO O| Aug 27 23:21:06.599 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-08-27T23:21:08.429Z[ recovery-image] Aug 27 23:21:06.609 INFO O| Aug 27 23:21:06.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
60382024-08-27T23:21:08.432Z[ recovery-image] Aug 27 23:21:06.609 INFO O| Aug 27 23:21:06.609 INFO STEP 701 (remove_files) COMPLETE
60392024-08-27T23:21:08.432Z[ recovery-image] Aug 27 23:21:06.609 INFO O| Aug 27 23:21:06.609 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-08-27T23:21:08.439Z[ recovery-image] Aug 27 23:21:06.619 INFO O| Aug 27 23:21:06.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
60412024-08-27T23:21:08.439Z[ recovery-image] Aug 27 23:21:06.619 INFO O| Aug 27 23:21:06.619 INFO STEP 702 (remove_files) COMPLETE
60422024-08-27T23:21:08.442Z[ recovery-image] Aug 27 23:21:06.619 INFO O| Aug 27 23:21:06.619 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-08-27T23:21:08.449Z[ recovery-image] Aug 27 23:21:06.629 INFO O| Aug 27 23:21:06.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
60442024-08-27T23:21:08.449Z[ recovery-image] Aug 27 23:21:06.629 INFO O| Aug 27 23:21:06.629 INFO STEP 703 (remove_files) COMPLETE
60452024-08-27T23:21:08.449Z[ recovery-image] Aug 27 23:21:06.629 INFO O| Aug 27 23:21:06.629 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-08-27T23:21:08.459Z[ recovery-image] Aug 27 23:21:06.638 INFO O| Aug 27 23:21:06.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
60472024-08-27T23:21:08.463Z[ recovery-image] Aug 27 23:21:06.638 INFO O| Aug 27 23:21:06.638 INFO STEP 704 (remove_files) COMPLETE
60482024-08-27T23:21:08.463Z[ recovery-image] Aug 27 23:21:06.638 INFO O| Aug 27 23:21:06.638 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-08-27T23:21:08.469Z[ recovery-image] Aug 27 23:21:06.649 INFO O| Aug 27 23:21:06.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60502024-08-27T23:21:08.469Z[ recovery-image] Aug 27 23:21:06.649 INFO O| Aug 27 23:21:06.649 INFO STEP 705 (remove_files) COMPLETE
60512024-08-27T23:21:08.469Z[ recovery-image] Aug 27 23:21:06.649 INFO O| Aug 27 23:21:06.649 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-08-27T23:21:08.479Z[ recovery-image] Aug 27 23:21:06.658 INFO O| Aug 27 23:21:06.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60532024-08-27T23:21:08.479Z[ recovery-image] Aug 27 23:21:06.659 INFO O| Aug 27 23:21:06.658 INFO STEP 706 (remove_files) COMPLETE
60542024-08-27T23:21:08.481Z[ recovery-image] Aug 27 23:21:06.659 INFO O| Aug 27 23:21:06.658 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-08-27T23:21:08.489Z[ recovery-image] Aug 27 23:21:06.669 INFO O| Aug 27 23:21:06.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60562024-08-27T23:21:08.489Z[ recovery-image] Aug 27 23:21:06.669 INFO O| Aug 27 23:21:06.669 INFO STEP 707 (remove_files) COMPLETE
60572024-08-27T23:21:08.489Z[ recovery-image] Aug 27 23:21:06.669 INFO O| Aug 27 23:21:06.669 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-08-27T23:21:08.499Z[ recovery-image] Aug 27 23:21:06.679 INFO O| Aug 27 23:21:06.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60592024-08-27T23:21:08.502Z[ recovery-image] Aug 27 23:21:06.679 INFO O| Aug 27 23:21:06.679 INFO STEP 708 (remove_files) COMPLETE
60602024-08-27T23:21:08.502Z[ recovery-image] Aug 27 23:21:06.679 INFO O| Aug 27 23:21:06.679 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-08-27T23:21:08.509Z[ recovery-image] Aug 27 23:21:06.689 INFO O| Aug 27 23:21:06.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60622024-08-27T23:21:08.509Z[ recovery-image] Aug 27 23:21:06.689 INFO O| Aug 27 23:21:06.689 INFO STEP 709 (remove_files) COMPLETE
60632024-08-27T23:21:08.511Z[ recovery-image] Aug 27 23:21:06.689 INFO O| Aug 27 23:21:06.689 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-08-27T23:21:08.518Z[ recovery-image] Aug 27 23:21:06.698 INFO O| Aug 27 23:21:06.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60652024-08-27T23:21:08.520Z[ recovery-image] Aug 27 23:21:06.698 INFO O| Aug 27 23:21:06.698 INFO STEP 710 (remove_files) COMPLETE
60662024-08-27T23:21:08.520Z[ recovery-image] Aug 27 23:21:06.698 INFO O| Aug 27 23:21:06.698 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-08-27T23:21:08.527Z[ recovery-image] Aug 27 23:21:06.707 INFO O| Aug 27 23:21:06.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60682024-08-27T23:21:08.528Z[ recovery-image] Aug 27 23:21:06.707 INFO O| Aug 27 23:21:06.707 INFO STEP 711 (remove_files) COMPLETE
60692024-08-27T23:21:08.528Z[ recovery-image] Aug 27 23:21:06.707 INFO O| Aug 27 23:21:06.707 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-08-27T23:21:08.537Z[ recovery-image] Aug 27 23:21:06.717 INFO O| Aug 27 23:21:06.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60712024-08-27T23:21:08.537Z[ recovery-image] Aug 27 23:21:06.717 INFO O| Aug 27 23:21:06.717 INFO STEP 712 (remove_files) COMPLETE
60722024-08-27T23:21:08.537Z[ recovery-image] Aug 27 23:21:06.717 INFO O| Aug 27 23:21:06.717 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-08-27T23:21:08.547Z[ recovery-image] Aug 27 23:21:06.726 INFO O| Aug 27 23:21:06.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60742024-08-27T23:21:08.549Z[ recovery-image] Aug 27 23:21:06.726 INFO O| Aug 27 23:21:06.726 INFO STEP 713 (remove_files) COMPLETE
60752024-08-27T23:21:08.549Z[ recovery-image] Aug 27 23:21:06.726 INFO O| Aug 27 23:21:06.726 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-08-27T23:21:08.556Z[ recovery-image] Aug 27 23:21:06.736 INFO O| Aug 27 23:21:06.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60772024-08-27T23:21:08.556Z[ recovery-image] Aug 27 23:21:06.736 INFO O| Aug 27 23:21:06.736 INFO STEP 714 (remove_files) COMPLETE
60782024-08-27T23:21:08.556Z[ recovery-image] Aug 27 23:21:06.736 INFO O| Aug 27 23:21:06.736 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-08-27T23:21:08.566Z[ recovery-image] Aug 27 23:21:06.745 INFO O| Aug 27 23:21:06.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60802024-08-27T23:21:08.566Z[ recovery-image] Aug 27 23:21:06.745 INFO O| Aug 27 23:21:06.745 INFO STEP 715 (remove_files) COMPLETE
60812024-08-27T23:21:08.566Z[ recovery-image] Aug 27 23:21:06.745 INFO O| Aug 27 23:21:06.745 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-08-27T23:21:08.575Z[ recovery-image] Aug 27 23:21:06.755 INFO O| Aug 27 23:21:06.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60832024-08-27T23:21:08.577Z[ recovery-image] Aug 27 23:21:06.755 INFO O| Aug 27 23:21:06.755 INFO STEP 716 (remove_files) COMPLETE
60842024-08-27T23:21:08.578Z[ recovery-image] Aug 27 23:21:06.755 INFO O| Aug 27 23:21:06.755 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-08-27T23:21:08.585Z[ recovery-image] Aug 27 23:21:06.764 INFO O| Aug 27 23:21:06.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60862024-08-27T23:21:08.587Z[ recovery-image] Aug 27 23:21:06.765 INFO O| Aug 27 23:21:06.765 INFO STEP 717 (remove_files) COMPLETE
60872024-08-27T23:21:08.587Z[ recovery-image] Aug 27 23:21:06.765 INFO O| Aug 27 23:21:06.765 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-08-27T23:21:08.595Z[ recovery-image] Aug 27 23:21:06.774 INFO O| Aug 27 23:21:06.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60892024-08-27T23:21:08.595Z[ recovery-image] Aug 27 23:21:06.774 INFO O| Aug 27 23:21:06.774 INFO STEP 718 (remove_files) COMPLETE
60902024-08-27T23:21:08.595Z[ recovery-image] Aug 27 23:21:06.774 INFO O| Aug 27 23:21:06.774 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-08-27T23:21:08.604Z[ recovery-image] Aug 27 23:21:06.784 INFO O| Aug 27 23:21:06.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60922024-08-27T23:21:08.607Z[ recovery-image] Aug 27 23:21:06.784 INFO O| Aug 27 23:21:06.784 INFO STEP 719 (remove_files) COMPLETE
60932024-08-27T23:21:08.607Z[ recovery-image] Aug 27 23:21:06.784 INFO O| Aug 27 23:21:06.784 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-08-27T23:21:08.614Z[ recovery-image] Aug 27 23:21:06.794 INFO O| Aug 27 23:21:06.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60952024-08-27T23:21:08.614Z[ recovery-image] Aug 27 23:21:06.794 INFO O| Aug 27 23:21:06.794 INFO STEP 720 (remove_files) COMPLETE
60962024-08-27T23:21:08.616Z[ recovery-image] Aug 27 23:21:06.794 INFO O| Aug 27 23:21:06.794 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-08-27T23:21:08.624Z[ recovery-image] Aug 27 23:21:06.803 INFO O| Aug 27 23:21:06.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60982024-08-27T23:21:08.624Z[ recovery-image] Aug 27 23:21:06.803 INFO O| Aug 27 23:21:06.803 INFO STEP 721 (remove_files) COMPLETE
60992024-08-27T23:21:08.626Z[ recovery-image] Aug 27 23:21:06.803 INFO O| Aug 27 23:21:06.803 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-08-27T23:21:08.634Z[ recovery-image] Aug 27 23:21:06.814 INFO O| Aug 27 23:21:06.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
61012024-08-27T23:21:08.635Z[ recovery-image] Aug 27 23:21:06.814 INFO O| Aug 27 23:21:06.814 INFO STEP 722 (remove_files) COMPLETE
61022024-08-27T23:21:08.635Z[ recovery-image] Aug 27 23:21:06.814 INFO O| Aug 27 23:21:06.814 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-08-27T23:21:08.644Z[ recovery-image] Aug 27 23:21:06.824 INFO O| Aug 27 23:21:06.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
61042024-08-27T23:21:08.644Z[ recovery-image] Aug 27 23:21:06.824 INFO O| Aug 27 23:21:06.824 INFO STEP 723 (remove_files) COMPLETE
61052024-08-27T23:21:08.647Z[ recovery-image] Aug 27 23:21:06.824 INFO O| Aug 27 23:21:06.824 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-08-27T23:21:08.654Z[ recovery-image] Aug 27 23:21:06.834 INFO O| Aug 27 23:21:06.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
61072024-08-27T23:21:08.654Z[ recovery-image] Aug 27 23:21:06.834 INFO O| Aug 27 23:21:06.834 INFO STEP 724 (remove_files) COMPLETE
61082024-08-27T23:21:08.654Z[ recovery-image] Aug 27 23:21:06.834 INFO O| Aug 27 23:21:06.834 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-08-27T23:21:08.663Z[ recovery-image] Aug 27 23:21:06.843 INFO O| Aug 27 23:21:06.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
61102024-08-27T23:21:08.663Z[ recovery-image] Aug 27 23:21:06.843 INFO O| Aug 27 23:21:06.843 INFO STEP 725 (remove_files) COMPLETE
61112024-08-27T23:21:08.663Z[ recovery-image] Aug 27 23:21:06.843 INFO O| Aug 27 23:21:06.843 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-08-27T23:21:08.673Z[ recovery-image] Aug 27 23:21:06.852 INFO O| Aug 27 23:21:06.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
61132024-08-27T23:21:08.673Z[ recovery-image] Aug 27 23:21:06.853 INFO O| Aug 27 23:21:06.853 INFO STEP 726 (remove_files) COMPLETE
61142024-08-27T23:21:08.673Z[ recovery-image] Aug 27 23:21:06.853 INFO O| Aug 27 23:21:06.853 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-08-27T23:21:08.682Z[ recovery-image] Aug 27 23:21:06.862 INFO O| Aug 27 23:21:06.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
61162024-08-27T23:21:08.682Z[ recovery-image] Aug 27 23:21:06.862 INFO O| Aug 27 23:21:06.862 INFO STEP 727 (remove_files) COMPLETE
61172024-08-27T23:21:08.685Z[ recovery-image] Aug 27 23:21:06.862 INFO O| Aug 27 23:21:06.862 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-08-27T23:21:08.692Z[ recovery-image] Aug 27 23:21:06.872 INFO O| Aug 27 23:21:06.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
61192024-08-27T23:21:08.692Z[ recovery-image] Aug 27 23:21:06.872 INFO O| Aug 27 23:21:06.872 INFO STEP 728 (remove_files) COMPLETE
61202024-08-27T23:21:08.692Z[ recovery-image] Aug 27 23:21:06.872 INFO O| Aug 27 23:21:06.872 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-08-27T23:21:08.702Z[ recovery-image] Aug 27 23:21:06.881 INFO O| Aug 27 23:21:06.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
61222024-08-27T23:21:08.704Z[ recovery-image] Aug 27 23:21:06.881 INFO O| Aug 27 23:21:06.881 INFO STEP 729 (remove_files) COMPLETE
61232024-08-27T23:21:08.704Z[ recovery-image] Aug 27 23:21:06.881 INFO O| Aug 27 23:21:06.881 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-08-27T23:21:08.712Z[ recovery-image] Aug 27 23:21:06.892 INFO O| Aug 27 23:21:06.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
61252024-08-27T23:21:08.712Z[ recovery-image] Aug 27 23:21:06.892 INFO O| Aug 27 23:21:06.892 INFO STEP 730 (remove_files) COMPLETE
61262024-08-27T23:21:08.714Z[ recovery-image] Aug 27 23:21:06.892 INFO O| Aug 27 23:21:06.892 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-08-27T23:21:08.722Z[ recovery-image] Aug 27 23:21:06.902 INFO O| Aug 27 23:21:06.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
61282024-08-27T23:21:08.722Z[ recovery-image] Aug 27 23:21:06.902 INFO O| Aug 27 23:21:06.902 INFO STEP 731 (remove_files) COMPLETE
61292024-08-27T23:21:08.725Z[ recovery-image] Aug 27 23:21:06.902 INFO O| Aug 27 23:21:06.902 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-08-27T23:21:08.732Z[ recovery-image] Aug 27 23:21:06.912 INFO O| Aug 27 23:21:06.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
61312024-08-27T23:21:08.734Z[ recovery-image] Aug 27 23:21:06.913 INFO O| Aug 27 23:21:06.913 INFO STEP 732 (remove_files) COMPLETE
61322024-08-27T23:21:08.734Z[ recovery-image] Aug 27 23:21:06.913 INFO O| Aug 27 23:21:06.913 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-08-27T23:21:08.743Z[ recovery-image] Aug 27 23:21:06.922 INFO O| Aug 27 23:21:06.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
61342024-08-27T23:21:08.743Z[ recovery-image] Aug 27 23:21:06.923 INFO O| Aug 27 23:21:06.922 INFO STEP 733 (remove_files) COMPLETE
61352024-08-27T23:21:08.743Z[ recovery-image] Aug 27 23:21:06.923 INFO O| Aug 27 23:21:06.923 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-08-27T23:21:08.752Z[ recovery-image] Aug 27 23:21:06.932 INFO O| Aug 27 23:21:06.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
61372024-08-27T23:21:08.753Z[ recovery-image] Aug 27 23:21:06.932 INFO O| Aug 27 23:21:06.932 INFO STEP 734 (remove_files) COMPLETE
61382024-08-27T23:21:08.753Z[ recovery-image] Aug 27 23:21:06.932 INFO O| Aug 27 23:21:06.932 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-08-27T23:21:08.762Z[ recovery-image] Aug 27 23:21:06.942 INFO O| Aug 27 23:21:06.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
61402024-08-27T23:21:08.764Z[ recovery-image] Aug 27 23:21:06.942 INFO O| Aug 27 23:21:06.942 INFO STEP 735 (remove_files) COMPLETE
61412024-08-27T23:21:08.764Z[ recovery-image] Aug 27 23:21:06.942 INFO O| Aug 27 23:21:06.942 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-08-27T23:21:08.773Z[ recovery-image] Aug 27 23:21:06.952 INFO O| Aug 27 23:21:06.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
61432024-08-27T23:21:08.773Z[ recovery-image] Aug 27 23:21:06.952 INFO O| Aug 27 23:21:06.952 INFO STEP 736 (remove_files) COMPLETE
61442024-08-27T23:21:08.773Z[ recovery-image] Aug 27 23:21:06.952 INFO O| Aug 27 23:21:06.952 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-08-27T23:21:08.782Z[ recovery-image] Aug 27 23:21:06.962 INFO O| Aug 27 23:21:06.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
61462024-08-27T23:21:08.782Z[ recovery-image] Aug 27 23:21:06.962 INFO O| Aug 27 23:21:06.962 INFO STEP 737 (remove_files) COMPLETE
61472024-08-27T23:21:08.784Z[ recovery-image] Aug 27 23:21:06.962 INFO O| Aug 27 23:21:06.962 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-08-27T23:21:08.791Z[ recovery-image] Aug 27 23:21:06.971 INFO O| Aug 27 23:21:06.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61492024-08-27T23:21:08.792Z[ recovery-image] Aug 27 23:21:06.971 INFO O| Aug 27 23:21:06.971 INFO STEP 738 (remove_files) COMPLETE
61502024-08-27T23:21:08.794Z[ recovery-image] Aug 27 23:21:06.971 INFO O| Aug 27 23:21:06.971 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-08-27T23:21:08.801Z[ recovery-image] Aug 27 23:21:06.981 INFO O| Aug 27 23:21:06.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61522024-08-27T23:21:08.801Z[ recovery-image] Aug 27 23:21:06.981 INFO O| Aug 27 23:21:06.981 INFO STEP 739 (remove_files) COMPLETE
61532024-08-27T23:21:08.801Z[ recovery-image] Aug 27 23:21:06.981 INFO O| Aug 27 23:21:06.981 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-08-27T23:21:08.812Z[ recovery-image] Aug 27 23:21:06.991 INFO O| Aug 27 23:21:06.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61552024-08-27T23:21:08.814Z[ recovery-image] Aug 27 23:21:06.992 INFO O| Aug 27 23:21:06.992 INFO STEP 740 (remove_files) COMPLETE
61562024-08-27T23:21:08.814Z[ recovery-image] Aug 27 23:21:06.992 INFO O| Aug 27 23:21:06.992 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-08-27T23:21:08.823Z[ recovery-image] Aug 27 23:21:07.002 INFO O| Aug 27 23:21:07.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61582024-08-27T23:21:08.823Z[ recovery-image] Aug 27 23:21:07.002 INFO O| Aug 27 23:21:07.002 INFO STEP 741 (remove_files) COMPLETE
61592024-08-27T23:21:08.826Z[ recovery-image] Aug 27 23:21:07.003 INFO O| Aug 27 23:21:07.002 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-08-27T23:21:08.833Z[ recovery-image] Aug 27 23:21:07.013 INFO O| Aug 27 23:21:07.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61612024-08-27T23:21:08.834Z[ recovery-image] Aug 27 23:21:07.013 INFO O| Aug 27 23:21:07.013 INFO STEP 742 (remove_files) COMPLETE
61622024-08-27T23:21:08.834Z[ recovery-image] Aug 27 23:21:07.013 INFO O| Aug 27 23:21:07.013 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-08-27T23:21:08.843Z[ recovery-image] Aug 27 23:21:07.023 INFO O| Aug 27 23:21:07.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61642024-08-27T23:21:08.846Z[ recovery-image] Aug 27 23:21:07.023 INFO O| Aug 27 23:21:07.023 INFO STEP 743 (remove_files) COMPLETE
61652024-08-27T23:21:08.846Z[ recovery-image] Aug 27 23:21:07.023 INFO O| Aug 27 23:21:07.023 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-08-27T23:21:08.853Z[ recovery-image] Aug 27 23:21:07.033 INFO O| Aug 27 23:21:07.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61672024-08-27T23:21:08.853Z[ recovery-image] Aug 27 23:21:07.033 INFO O| Aug 27 23:21:07.033 INFO STEP 744 (remove_files) COMPLETE
61682024-08-27T23:21:08.853Z[ recovery-image] Aug 27 23:21:07.033 INFO O| Aug 27 23:21:07.033 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-08-27T23:21:08.863Z[ recovery-image] Aug 27 23:21:07.043 INFO O| Aug 27 23:21:07.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61702024-08-27T23:21:08.863Z[ recovery-image] Aug 27 23:21:07.043 INFO O| Aug 27 23:21:07.043 INFO STEP 745 (remove_files) COMPLETE
61712024-08-27T23:21:08.866Z[ recovery-image] Aug 27 23:21:07.043 INFO O| Aug 27 23:21:07.043 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-08-27T23:21:08.873Z[ recovery-image] Aug 27 23:21:07.052 INFO O| Aug 27 23:21:07.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61732024-08-27T23:21:08.873Z[ recovery-image] Aug 27 23:21:07.052 INFO O| Aug 27 23:21:07.052 INFO STEP 746 (remove_files) COMPLETE
61742024-08-27T23:21:08.873Z[ recovery-image] Aug 27 23:21:07.052 INFO O| Aug 27 23:21:07.052 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-08-27T23:21:08.882Z[ recovery-image] Aug 27 23:21:07.062 INFO O| Aug 27 23:21:07.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61762024-08-27T23:21:08.885Z[ recovery-image] Aug 27 23:21:07.062 INFO O| Aug 27 23:21:07.062 INFO STEP 747 (remove_files) COMPLETE
61772024-08-27T23:21:08.885Z[ recovery-image] Aug 27 23:21:07.062 INFO O| Aug 27 23:21:07.062 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-08-27T23:21:08.892Z[ recovery-image] Aug 27 23:21:07.072 INFO O| Aug 27 23:21:07.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61792024-08-27T23:21:08.892Z[ recovery-image] Aug 27 23:21:07.072 INFO O| Aug 27 23:21:07.072 INFO STEP 748 (remove_files) COMPLETE
61802024-08-27T23:21:08.894Z[ recovery-image] Aug 27 23:21:07.072 INFO O| Aug 27 23:21:07.072 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-08-27T23:21:08.902Z[ recovery-image] Aug 27 23:21:07.081 INFO O| Aug 27 23:21:07.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61822024-08-27T23:21:08.904Z[ recovery-image] Aug 27 23:21:07.082 INFO O| Aug 27 23:21:07.082 INFO STEP 749 (remove_files) COMPLETE
61832024-08-27T23:21:08.904Z[ recovery-image] Aug 27 23:21:07.082 INFO O| Aug 27 23:21:07.082 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-08-27T23:21:08.912Z[ recovery-image] Aug 27 23:21:07.091 INFO O| Aug 27 23:21:07.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61852024-08-27T23:21:08.912Z[ recovery-image] Aug 27 23:21:07.091 INFO O| Aug 27 23:21:07.091 INFO STEP 750 (remove_files) COMPLETE
61862024-08-27T23:21:08.914Z[ recovery-image] Aug 27 23:21:07.091 INFO O| Aug 27 23:21:07.091 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-08-27T23:21:08.922Z[ recovery-image] Aug 27 23:21:07.101 INFO O| Aug 27 23:21:07.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61882024-08-27T23:21:08.922Z[ recovery-image] Aug 27 23:21:07.101 INFO O| Aug 27 23:21:07.101 INFO STEP 751 (remove_files) COMPLETE
61892024-08-27T23:21:08.922Z[ recovery-image] Aug 27 23:21:07.101 INFO O| Aug 27 23:21:07.101 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-08-27T23:21:08.932Z[ recovery-image] Aug 27 23:21:07.111 INFO O| Aug 27 23:21:07.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61912024-08-27T23:21:08.934Z[ recovery-image] Aug 27 23:21:07.111 INFO O| Aug 27 23:21:07.111 INFO STEP 752 (remove_files) COMPLETE
61922024-08-27T23:21:08.934Z[ recovery-image] Aug 27 23:21:07.111 INFO O| Aug 27 23:21:07.111 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-08-27T23:21:08.942Z[ recovery-image] Aug 27 23:21:07.121 INFO O| Aug 27 23:21:07.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61942024-08-27T23:21:08.944Z[ recovery-image] Aug 27 23:21:07.122 INFO O| Aug 27 23:21:07.121 INFO STEP 753 (remove_files) COMPLETE
61952024-08-27T23:21:08.944Z[ recovery-image] Aug 27 23:21:07.122 INFO O| Aug 27 23:21:07.122 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-08-27T23:21:08.952Z[ recovery-image] Aug 27 23:21:07.131 INFO O| Aug 27 23:21:07.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61972024-08-27T23:21:08.952Z[ recovery-image] Aug 27 23:21:07.132 INFO O| Aug 27 23:21:07.132 INFO STEP 754 (remove_files) COMPLETE
61982024-08-27T23:21:08.954Z[ recovery-image] Aug 27 23:21:07.132 INFO O| Aug 27 23:21:07.132 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-08-27T23:21:08.962Z[ recovery-image] Aug 27 23:21:07.142 INFO O| Aug 27 23:21:07.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
62002024-08-27T23:21:08.962Z[ recovery-image] Aug 27 23:21:07.142 INFO O| Aug 27 23:21:07.142 INFO STEP 755 (remove_files) COMPLETE
62012024-08-27T23:21:08.962Z[ recovery-image] Aug 27 23:21:07.142 INFO O| Aug 27 23:21:07.142 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-08-27T23:21:08.972Z[ recovery-image] Aug 27 23:21:07.152 INFO O| Aug 27 23:21:07.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
62032024-08-27T23:21:08.972Z[ recovery-image] Aug 27 23:21:07.152 INFO O| Aug 27 23:21:07.152 INFO STEP 756 (remove_files) COMPLETE
62042024-08-27T23:21:08.972Z[ recovery-image] Aug 27 23:21:07.152 INFO O| Aug 27 23:21:07.152 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-08-27T23:21:08.983Z[ recovery-image] Aug 27 23:21:07.162 INFO O| Aug 27 23:21:07.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
62062024-08-27T23:21:08.985Z[ recovery-image] Aug 27 23:21:07.163 INFO O| Aug 27 23:21:07.163 INFO STEP 757 (remove_files) COMPLETE
62072024-08-27T23:21:08.985Z[ recovery-image] Aug 27 23:21:07.163 INFO O| Aug 27 23:21:07.163 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-08-27T23:21:08.994Z[ recovery-image] Aug 27 23:21:07.174 INFO O| Aug 27 23:21:07.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
62092024-08-27T23:21:08.996Z[ recovery-image] Aug 27 23:21:07.174 INFO O| Aug 27 23:21:07.174 INFO STEP 758 (remove_files) COMPLETE
62102024-08-27T23:21:08.996Z[ recovery-image] Aug 27 23:21:07.174 INFO O| Aug 27 23:21:07.174 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-08-27T23:21:09.005Z[ recovery-image] Aug 27 23:21:07.185 INFO O| Aug 27 23:21:07.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
62122024-08-27T23:21:09.008Z[ recovery-image] Aug 27 23:21:07.185 INFO O| Aug 27 23:21:07.185 INFO STEP 759 (remove_files) COMPLETE
62132024-08-27T23:21:09.008Z[ recovery-image] Aug 27 23:21:07.185 INFO O| Aug 27 23:21:07.185 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-08-27T23:21:09.015Z[ recovery-image] Aug 27 23:21:07.195 INFO O| Aug 27 23:21:07.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
62152024-08-27T23:21:09.015Z[ recovery-image] Aug 27 23:21:07.195 INFO O| Aug 27 23:21:07.195 INFO STEP 760 (remove_files) COMPLETE
62162024-08-27T23:21:09.017Z[ recovery-image] Aug 27 23:21:07.195 INFO O| Aug 27 23:21:07.195 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-08-27T23:21:09.025Z[ recovery-image] Aug 27 23:21:07.204 INFO O| Aug 27 23:21:07.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
62182024-08-27T23:21:09.025Z[ recovery-image] Aug 27 23:21:07.204 INFO O| Aug 27 23:21:07.204 INFO STEP 761 (remove_files) COMPLETE
62192024-08-27T23:21:09.027Z[ recovery-image] Aug 27 23:21:07.204 INFO O| Aug 27 23:21:07.204 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-08-27T23:21:09.034Z[ recovery-image] Aug 27 23:21:07.214 INFO O| Aug 27 23:21:07.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
62212024-08-27T23:21:09.034Z[ recovery-image] Aug 27 23:21:07.214 INFO O| Aug 27 23:21:07.214 INFO STEP 762 (remove_files) COMPLETE
62222024-08-27T23:21:09.037Z[ recovery-image] Aug 27 23:21:07.214 INFO O| Aug 27 23:21:07.214 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-08-27T23:21:09.044Z[ recovery-image] Aug 27 23:21:07.224 INFO O| Aug 27 23:21:07.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
62242024-08-27T23:21:09.044Z[ recovery-image] Aug 27 23:21:07.224 INFO O| Aug 27 23:21:07.224 INFO STEP 763 (remove_files) COMPLETE
62252024-08-27T23:21:09.044Z[ recovery-image] Aug 27 23:21:07.224 INFO O| Aug 27 23:21:07.224 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-08-27T23:21:09.054Z[ recovery-image] Aug 27 23:21:07.234 INFO O| Aug 27 23:21:07.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
62272024-08-27T23:21:09.054Z[ recovery-image] Aug 27 23:21:07.234 INFO O| Aug 27 23:21:07.234 INFO STEP 764 (remove_files) COMPLETE
62282024-08-27T23:21:09.054Z[ recovery-image] Aug 27 23:21:07.234 INFO O| Aug 27 23:21:07.234 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-08-27T23:21:09.064Z[ recovery-image] Aug 27 23:21:07.244 INFO O| Aug 27 23:21:07.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
62302024-08-27T23:21:09.064Z[ recovery-image] Aug 27 23:21:07.244 INFO O| Aug 27 23:21:07.244 INFO STEP 765 (remove_files) COMPLETE
62312024-08-27T23:21:09.067Z[ recovery-image] Aug 27 23:21:07.244 INFO O| Aug 27 23:21:07.244 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-08-27T23:21:09.074Z[ recovery-image] Aug 27 23:21:07.254 INFO O| Aug 27 23:21:07.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
62332024-08-27T23:21:09.074Z[ recovery-image] Aug 27 23:21:07.254 INFO O| Aug 27 23:21:07.254 INFO STEP 766 (remove_files) COMPLETE
62342024-08-27T23:21:09.077Z[ recovery-image] Aug 27 23:21:07.254 INFO O| Aug 27 23:21:07.254 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-08-27T23:21:09.084Z[ recovery-image] Aug 27 23:21:07.263 INFO O| Aug 27 23:21:07.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
62362024-08-27T23:21:09.084Z[ recovery-image] Aug 27 23:21:07.264 INFO O| Aug 27 23:21:07.263 INFO STEP 767 (remove_files) COMPLETE
62372024-08-27T23:21:09.086Z[ recovery-image] Aug 27 23:21:07.264 INFO O| Aug 27 23:21:07.263 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-08-27T23:21:09.093Z[ recovery-image] Aug 27 23:21:07.273 INFO O| Aug 27 23:21:07.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
62392024-08-27T23:21:09.093Z[ recovery-image] Aug 27 23:21:07.273 INFO O| Aug 27 23:21:07.273 INFO STEP 768 (remove_files) COMPLETE
62402024-08-27T23:21:09.093Z[ recovery-image] Aug 27 23:21:07.273 INFO O| Aug 27 23:21:07.273 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-08-27T23:21:09.103Z[ recovery-image] Aug 27 23:21:07.283 INFO O| Aug 27 23:21:07.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
62422024-08-27T23:21:09.103Z[ recovery-image] Aug 27 23:21:07.283 INFO O| Aug 27 23:21:07.283 INFO STEP 769 (remove_files) COMPLETE
62432024-08-27T23:21:09.106Z[ recovery-image] Aug 27 23:21:07.283 INFO O| Aug 27 23:21:07.283 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-08-27T23:21:09.112Z[ recovery-image] Aug 27 23:21:07.292 INFO O| Aug 27 23:21:07.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
62452024-08-27T23:21:09.113Z[ recovery-image] Aug 27 23:21:07.292 INFO O| Aug 27 23:21:07.292 INFO STEP 770 (remove_files) COMPLETE
62462024-08-27T23:21:09.115Z[ recovery-image] Aug 27 23:21:07.292 INFO O| Aug 27 23:21:07.292 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-08-27T23:21:09.122Z[ recovery-image] Aug 27 23:21:07.302 INFO O| Aug 27 23:21:07.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
62482024-08-27T23:21:09.122Z[ recovery-image] Aug 27 23:21:07.302 INFO O| Aug 27 23:21:07.302 INFO STEP 771 (remove_files) COMPLETE
62492024-08-27T23:21:09.122Z[ recovery-image] Aug 27 23:21:07.302 INFO O| Aug 27 23:21:07.302 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-08-27T23:21:09.136Z[ recovery-image] Aug 27 23:21:07.311 INFO O| Aug 27 23:21:07.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
62512024-08-27T23:21:09.136Z[ recovery-image] Aug 27 23:21:07.311 INFO O| Aug 27 23:21:07.311 INFO STEP 772 (remove_files) COMPLETE
62522024-08-27T23:21:09.145Z[ recovery-image] Aug 27 23:21:07.311 INFO O| Aug 27 23:21:07.311 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-08-27T23:21:09.150Z[ recovery-image] Aug 27 23:21:07.321 INFO O| Aug 27 23:21:07.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62542024-08-27T23:21:09.150Z[ recovery-image] Aug 27 23:21:07.321 INFO O| Aug 27 23:21:07.321 INFO STEP 773 (remove_files) COMPLETE
62552024-08-27T23:21:09.150Z[ recovery-image] Aug 27 23:21:07.321 INFO O| Aug 27 23:21:07.321 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-08-27T23:21:09.153Z[ recovery-image] Aug 27 23:21:07.330 INFO O| Aug 27 23:21:07.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62572024-08-27T23:21:09.153Z[ recovery-image] Aug 27 23:21:07.331 INFO O| Aug 27 23:21:07.330 INFO STEP 774 (remove_files) COMPLETE
62582024-08-27T23:21:09.153Z[ recovery-image] Aug 27 23:21:07.331 INFO O| Aug 27 23:21:07.330 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-08-27T23:21:09.161Z[ recovery-image] Aug 27 23:21:07.340 INFO O| Aug 27 23:21:07.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62602024-08-27T23:21:09.165Z[ recovery-image] Aug 27 23:21:07.340 INFO O| Aug 27 23:21:07.340 INFO STEP 775 (remove_files) COMPLETE
62612024-08-27T23:21:09.165Z[ recovery-image] Aug 27 23:21:07.340 INFO O| Aug 27 23:21:07.340 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-08-27T23:21:09.172Z[ recovery-image] Aug 27 23:21:07.350 INFO O| Aug 27 23:21:07.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62632024-08-27T23:21:09.175Z[ recovery-image] Aug 27 23:21:07.350 INFO O| Aug 27 23:21:07.350 INFO STEP 776 (remove_files) COMPLETE
62642024-08-27T23:21:09.175Z[ recovery-image] Aug 27 23:21:07.350 INFO O| Aug 27 23:21:07.350 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-08-27T23:21:09.181Z[ recovery-image] Aug 27 23:21:07.359 INFO O| Aug 27 23:21:07.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62662024-08-27T23:21:09.181Z[ recovery-image] Aug 27 23:21:07.359 INFO O| Aug 27 23:21:07.359 INFO STEP 777 (remove_files) COMPLETE
62672024-08-27T23:21:09.181Z[ recovery-image] Aug 27 23:21:07.359 INFO O| Aug 27 23:21:07.359 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-08-27T23:21:09.189Z[ recovery-image] Aug 27 23:21:07.369 INFO O| Aug 27 23:21:07.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62692024-08-27T23:21:09.189Z[ recovery-image] Aug 27 23:21:07.369 INFO O| Aug 27 23:21:07.369 INFO STEP 778 (remove_files) COMPLETE
62702024-08-27T23:21:09.192Z[ recovery-image] Aug 27 23:21:07.369 INFO O| Aug 27 23:21:07.369 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-08-27T23:21:09.198Z[ recovery-image] Aug 27 23:21:07.378 INFO O| Aug 27 23:21:07.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62722024-08-27T23:21:09.199Z[ recovery-image] Aug 27 23:21:07.378 INFO O| Aug 27 23:21:07.378 INFO STEP 779 (remove_files) COMPLETE
62732024-08-27T23:21:09.201Z[ recovery-image] Aug 27 23:21:07.378 INFO O| Aug 27 23:21:07.378 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-08-27T23:21:09.208Z[ recovery-image] Aug 27 23:21:07.388 INFO O| Aug 27 23:21:07.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62752024-08-27T23:21:09.208Z[ recovery-image] Aug 27 23:21:07.388 INFO O| Aug 27 23:21:07.388 INFO STEP 780 (remove_files) COMPLETE
62762024-08-27T23:21:09.210Z[ recovery-image] Aug 27 23:21:07.388 INFO O| Aug 27 23:21:07.388 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-08-27T23:21:09.217Z[ recovery-image] Aug 27 23:21:07.397 INFO O| Aug 27 23:21:07.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62782024-08-27T23:21:09.217Z[ recovery-image] Aug 27 23:21:07.397 INFO O| Aug 27 23:21:07.397 INFO STEP 781 (remove_files) COMPLETE
62792024-08-27T23:21:09.220Z[ recovery-image] Aug 27 23:21:07.397 INFO O| Aug 27 23:21:07.397 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-08-27T23:21:09.227Z[ recovery-image] Aug 27 23:21:07.407 INFO O| Aug 27 23:21:07.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62812024-08-27T23:21:09.227Z[ recovery-image] Aug 27 23:21:07.407 INFO O| Aug 27 23:21:07.407 INFO STEP 782 (remove_files) COMPLETE
62822024-08-27T23:21:09.230Z[ recovery-image] Aug 27 23:21:07.407 INFO O| Aug 27 23:21:07.407 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-08-27T23:21:09.237Z[ recovery-image] Aug 27 23:21:07.416 INFO O| Aug 27 23:21:07.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62842024-08-27T23:21:09.237Z[ recovery-image] Aug 27 23:21:07.416 INFO O| Aug 27 23:21:07.416 INFO STEP 783 (remove_files) COMPLETE
62852024-08-27T23:21:09.237Z[ recovery-image] Aug 27 23:21:07.416 INFO O| Aug 27 23:21:07.416 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-08-27T23:21:09.246Z[ recovery-image] Aug 27 23:21:07.426 INFO O| Aug 27 23:21:07.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62872024-08-27T23:21:09.246Z[ recovery-image] Aug 27 23:21:07.426 INFO O| Aug 27 23:21:07.426 INFO STEP 784 (remove_files) COMPLETE
62882024-08-27T23:21:09.246Z[ recovery-image] Aug 27 23:21:07.426 INFO O| Aug 27 23:21:07.426 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-08-27T23:21:09.256Z[ recovery-image] Aug 27 23:21:07.435 INFO O| Aug 27 23:21:07.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62902024-08-27T23:21:09.258Z[ recovery-image] Aug 27 23:21:07.436 INFO O| Aug 27 23:21:07.436 INFO STEP 785 (remove_files) COMPLETE
62912024-08-27T23:21:09.258Z[ recovery-image] Aug 27 23:21:07.436 INFO O| Aug 27 23:21:07.436 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-08-27T23:21:09.266Z[ recovery-image] Aug 27 23:21:07.445 INFO O| Aug 27 23:21:07.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62932024-08-27T23:21:09.268Z[ recovery-image] Aug 27 23:21:07.445 INFO O| Aug 27 23:21:07.445 INFO STEP 786 (remove_files) COMPLETE
62942024-08-27T23:21:09.268Z[ recovery-image] Aug 27 23:21:07.445 INFO O| Aug 27 23:21:07.445 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-08-27T23:21:09.275Z[ recovery-image] Aug 27 23:21:07.455 INFO O| Aug 27 23:21:07.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62962024-08-27T23:21:09.275Z[ recovery-image] Aug 27 23:21:07.455 INFO O| Aug 27 23:21:07.455 INFO STEP 787 (remove_files) COMPLETE
62972024-08-27T23:21:09.277Z[ recovery-image] Aug 27 23:21:07.455 INFO O| Aug 27 23:21:07.455 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-08-27T23:21:09.285Z[ recovery-image] Aug 27 23:21:07.464 INFO O| Aug 27 23:21:07.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62992024-08-27T23:21:09.285Z[ recovery-image] Aug 27 23:21:07.465 INFO O| Aug 27 23:21:07.465 INFO STEP 788 (remove_files) COMPLETE
63002024-08-27T23:21:09.285Z[ recovery-image] Aug 27 23:21:07.465 INFO O| Aug 27 23:21:07.465 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-08-27T23:21:09.295Z[ recovery-image] Aug 27 23:21:07.474 INFO O| Aug 27 23:21:07.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
63022024-08-27T23:21:09.295Z[ recovery-image] Aug 27 23:21:07.474 INFO O| Aug 27 23:21:07.474 INFO STEP 789 (remove_files) COMPLETE
63032024-08-27T23:21:09.295Z[ recovery-image] Aug 27 23:21:07.474 INFO O| Aug 27 23:21:07.474 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-08-27T23:21:09.304Z[ recovery-image] Aug 27 23:21:07.483 INFO O| Aug 27 23:21:07.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
63052024-08-27T23:21:09.304Z[ recovery-image] Aug 27 23:21:07.484 INFO O| Aug 27 23:21:07.484 INFO STEP 790 (remove_files) COMPLETE
63062024-08-27T23:21:09.304Z[ recovery-image] Aug 27 23:21:07.484 INFO O| Aug 27 23:21:07.484 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-08-27T23:21:09.313Z[ recovery-image] Aug 27 23:21:07.493 INFO O| Aug 27 23:21:07.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
63082024-08-27T23:21:09.313Z[ recovery-image] Aug 27 23:21:07.493 INFO O| Aug 27 23:21:07.493 INFO STEP 791 (remove_files) COMPLETE
63092024-08-27T23:21:09.316Z[ recovery-image] Aug 27 23:21:07.493 INFO O| Aug 27 23:21:07.493 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-08-27T23:21:09.323Z[ recovery-image] Aug 27 23:21:07.502 INFO O| Aug 27 23:21:07.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
63112024-08-27T23:21:09.323Z[ recovery-image] Aug 27 23:21:07.503 INFO O| Aug 27 23:21:07.503 INFO STEP 792 (remove_files) COMPLETE
63122024-08-27T23:21:09.325Z[ recovery-image] Aug 27 23:21:07.503 INFO O| Aug 27 23:21:07.503 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-08-27T23:21:09.332Z[ recovery-image] Aug 27 23:21:07.512 INFO O| Aug 27 23:21:07.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
63142024-08-27T23:21:09.333Z[ recovery-image] Aug 27 23:21:07.512 INFO O| Aug 27 23:21:07.512 INFO STEP 793 (remove_files) COMPLETE
63152024-08-27T23:21:09.335Z[ recovery-image] Aug 27 23:21:07.512 INFO O| Aug 27 23:21:07.512 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-08-27T23:21:09.342Z[ recovery-image] Aug 27 23:21:07.522 INFO O| Aug 27 23:21:07.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
63172024-08-27T23:21:09.342Z[ recovery-image] Aug 27 23:21:07.522 INFO O| Aug 27 23:21:07.522 INFO STEP 794 (remove_files) COMPLETE
63182024-08-27T23:21:09.344Z[ recovery-image] Aug 27 23:21:07.522 INFO O| Aug 27 23:21:07.522 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-08-27T23:21:09.352Z[ recovery-image] Aug 27 23:21:07.531 INFO O| Aug 27 23:21:07.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
63202024-08-27T23:21:09.352Z[ recovery-image] Aug 27 23:21:07.531 INFO O| Aug 27 23:21:07.531 INFO STEP 795 (remove_files) COMPLETE
63212024-08-27T23:21:09.354Z[ recovery-image] Aug 27 23:21:07.531 INFO O| Aug 27 23:21:07.531 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-08-27T23:21:09.361Z[ recovery-image] Aug 27 23:21:07.541 INFO O| Aug 27 23:21:07.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
63232024-08-27T23:21:09.363Z[ recovery-image] Aug 27 23:21:07.541 INFO O| Aug 27 23:21:07.541 INFO STEP 796 (remove_files) COMPLETE
63242024-08-27T23:21:09.363Z[ recovery-image] Aug 27 23:21:07.541 INFO O| Aug 27 23:21:07.541 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-08-27T23:21:09.371Z[ recovery-image] Aug 27 23:21:07.550 INFO O| Aug 27 23:21:07.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
63262024-08-27T23:21:09.373Z[ recovery-image] Aug 27 23:21:07.551 INFO O| Aug 27 23:21:07.551 INFO STEP 797 (remove_files) COMPLETE
63272024-08-27T23:21:09.373Z[ recovery-image] Aug 27 23:21:07.551 INFO O| Aug 27 23:21:07.551 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-08-27T23:21:09.381Z[ recovery-image] Aug 27 23:21:07.560 INFO O| Aug 27 23:21:07.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
63292024-08-27T23:21:09.383Z[ recovery-image] Aug 27 23:21:07.560 INFO O| Aug 27 23:21:07.560 INFO STEP 798 (remove_files) COMPLETE
63302024-08-27T23:21:09.383Z[ recovery-image] Aug 27 23:21:07.560 INFO O| Aug 27 23:21:07.560 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-08-27T23:21:09.393Z[ recovery-image] Aug 27 23:21:07.572 INFO O| Aug 27 23:21:07.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
63322024-08-27T23:21:09.393Z[ recovery-image] Aug 27 23:21:07.572 INFO O| Aug 27 23:21:07.572 INFO STEP 799 (remove_files) COMPLETE
63332024-08-27T23:21:09.393Z[ recovery-image] Aug 27 23:21:07.572 INFO O| Aug 27 23:21:07.572 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-08-27T23:21:09.402Z[ recovery-image] Aug 27 23:21:07.582 INFO O| Aug 27 23:21:07.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
63352024-08-27T23:21:09.405Z[ recovery-image] Aug 27 23:21:07.582 INFO O| Aug 27 23:21:07.582 INFO STEP 800 (remove_files) COMPLETE
63362024-08-27T23:21:09.405Z[ recovery-image] Aug 27 23:21:07.582 INFO O| Aug 27 23:21:07.582 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-08-27T23:21:09.412Z[ recovery-image] Aug 27 23:21:07.591 INFO O| Aug 27 23:21:07.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
63382024-08-27T23:21:09.414Z[ recovery-image] Aug 27 23:21:07.591 INFO O| Aug 27 23:21:07.591 INFO STEP 801 (remove_files) COMPLETE
63392024-08-27T23:21:09.414Z[ recovery-image] Aug 27 23:21:07.591 INFO O| Aug 27 23:21:07.591 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-08-27T23:21:09.422Z[ recovery-image] Aug 27 23:21:07.601 INFO O| Aug 27 23:21:07.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
63412024-08-27T23:21:09.422Z[ recovery-image] Aug 27 23:21:07.601 INFO O| Aug 27 23:21:07.601 INFO STEP 802 (remove_files) COMPLETE
63422024-08-27T23:21:09.425Z[ recovery-image] Aug 27 23:21:07.601 INFO O| Aug 27 23:21:07.601 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-08-27T23:21:09.432Z[ recovery-image] Aug 27 23:21:07.611 INFO O| Aug 27 23:21:07.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
63442024-08-27T23:21:09.432Z[ recovery-image] Aug 27 23:21:07.611 INFO O| Aug 27 23:21:07.611 INFO STEP 803 (remove_files) COMPLETE
63452024-08-27T23:21:09.432Z[ recovery-image] Aug 27 23:21:07.611 INFO O| Aug 27 23:21:07.611 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-08-27T23:21:09.442Z[ recovery-image] Aug 27 23:21:07.621 INFO O| Aug 27 23:21:07.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
63472024-08-27T23:21:09.445Z[ recovery-image] Aug 27 23:21:07.621 INFO O| Aug 27 23:21:07.621 INFO STEP 804 (remove_files) COMPLETE
63482024-08-27T23:21:09.445Z[ recovery-image] Aug 27 23:21:07.621 INFO O| Aug 27 23:21:07.621 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-08-27T23:21:09.451Z[ recovery-image] Aug 27 23:21:07.631 INFO O| Aug 27 23:21:07.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
63502024-08-27T23:21:09.451Z[ recovery-image] Aug 27 23:21:07.631 INFO O| Aug 27 23:21:07.631 INFO STEP 805 (remove_files) COMPLETE
63512024-08-27T23:21:09.454Z[ recovery-image] Aug 27 23:21:07.631 INFO O| Aug 27 23:21:07.631 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-08-27T23:21:09.461Z[ recovery-image] Aug 27 23:21:07.641 INFO O| Aug 27 23:21:07.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63532024-08-27T23:21:09.461Z[ recovery-image] Aug 27 23:21:07.641 INFO O| Aug 27 23:21:07.641 INFO STEP 806 (remove_files) COMPLETE
63542024-08-27T23:21:09.464Z[ recovery-image] Aug 27 23:21:07.641 INFO O| Aug 27 23:21:07.641 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-08-27T23:21:09.471Z[ recovery-image] Aug 27 23:21:07.650 INFO O| Aug 27 23:21:07.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63562024-08-27T23:21:09.474Z[ recovery-image] Aug 27 23:21:07.650 INFO O| Aug 27 23:21:07.650 INFO STEP 807 (remove_files) COMPLETE
63572024-08-27T23:21:09.474Z[ recovery-image] Aug 27 23:21:07.650 INFO O| Aug 27 23:21:07.650 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-08-27T23:21:09.481Z[ recovery-image] Aug 27 23:21:07.660 INFO O| Aug 27 23:21:07.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63592024-08-27T23:21:09.484Z[ recovery-image] Aug 27 23:21:07.660 INFO O| Aug 27 23:21:07.660 INFO STEP 808 (remove_files) COMPLETE
63602024-08-27T23:21:09.484Z[ recovery-image] Aug 27 23:21:07.660 INFO O| Aug 27 23:21:07.660 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-08-27T23:21:09.491Z[ recovery-image] Aug 27 23:21:07.670 INFO O| Aug 27 23:21:07.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63622024-08-27T23:21:09.493Z[ recovery-image] Aug 27 23:21:07.670 INFO O| Aug 27 23:21:07.670 INFO STEP 809 (remove_files) COMPLETE
63632024-08-27T23:21:09.493Z[ recovery-image] Aug 27 23:21:07.670 INFO O| Aug 27 23:21:07.670 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-08-27T23:21:09.500Z[ recovery-image] Aug 27 23:21:07.680 INFO O| Aug 27 23:21:07.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63652024-08-27T23:21:09.504Z[ recovery-image] Aug 27 23:21:07.680 INFO O| Aug 27 23:21:07.680 INFO STEP 810 (remove_files) COMPLETE
63662024-08-27T23:21:09.504Z[ recovery-image] Aug 27 23:21:07.680 INFO O| Aug 27 23:21:07.680 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-08-27T23:21:09.511Z[ recovery-image] Aug 27 23:21:07.690 INFO O| Aug 27 23:21:07.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63682024-08-27T23:21:09.514Z[ recovery-image] Aug 27 23:21:07.690 INFO O| Aug 27 23:21:07.690 INFO STEP 811 (remove_files) COMPLETE
63692024-08-27T23:21:09.514Z[ recovery-image] Aug 27 23:21:07.690 INFO O| Aug 27 23:21:07.690 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-08-27T23:21:09.520Z[ recovery-image] Aug 27 23:21:07.700 INFO O| Aug 27 23:21:07.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63712024-08-27T23:21:09.525Z[ recovery-image] Aug 27 23:21:07.700 INFO O| Aug 27 23:21:07.700 INFO STEP 812 (remove_files) COMPLETE
63722024-08-27T23:21:09.525Z[ recovery-image] Aug 27 23:21:07.700 INFO O| Aug 27 23:21:07.700 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-08-27T23:21:09.531Z[ recovery-image] Aug 27 23:21:07.709 INFO O| Aug 27 23:21:07.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63742024-08-27T23:21:09.531Z[ recovery-image] Aug 27 23:21:07.709 INFO O| Aug 27 23:21:07.709 INFO STEP 813 (remove_files) COMPLETE
63752024-08-27T23:21:09.531Z[ recovery-image] Aug 27 23:21:07.709 INFO O| Aug 27 23:21:07.709 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-08-27T23:21:09.540Z[ recovery-image] Aug 27 23:21:07.719 INFO O| Aug 27 23:21:07.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63772024-08-27T23:21:09.540Z[ recovery-image] Aug 27 23:21:07.719 INFO O| Aug 27 23:21:07.719 INFO STEP 814 (remove_files) COMPLETE
63782024-08-27T23:21:09.540Z[ recovery-image] Aug 27 23:21:07.719 INFO O| Aug 27 23:21:07.719 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-08-27T23:21:09.549Z[ recovery-image] Aug 27 23:21:07.728 INFO O| Aug 27 23:21:07.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63802024-08-27T23:21:09.549Z[ recovery-image] Aug 27 23:21:07.728 INFO O| Aug 27 23:21:07.728 INFO STEP 815 (remove_files) COMPLETE
63812024-08-27T23:21:09.551Z[ recovery-image] Aug 27 23:21:07.728 INFO O| Aug 27 23:21:07.728 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-08-27T23:21:09.558Z[ recovery-image] Aug 27 23:21:07.738 INFO O| Aug 27 23:21:07.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63832024-08-27T23:21:09.560Z[ recovery-image] Aug 27 23:21:07.738 INFO O| Aug 27 23:21:07.738 INFO STEP 816 (remove_files) COMPLETE
63842024-08-27T23:21:09.560Z[ recovery-image] Aug 27 23:21:07.738 INFO O| Aug 27 23:21:07.738 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-08-27T23:21:09.568Z[ recovery-image] Aug 27 23:21:07.747 INFO O| Aug 27 23:21:07.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63862024-08-27T23:21:09.570Z[ recovery-image] Aug 27 23:21:07.747 INFO O| Aug 27 23:21:07.747 INFO STEP 817 (remove_files) COMPLETE
63872024-08-27T23:21:09.570Z[ recovery-image] Aug 27 23:21:07.747 INFO O| Aug 27 23:21:07.747 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-08-27T23:21:09.578Z[ recovery-image] Aug 27 23:21:07.757 INFO O| Aug 27 23:21:07.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63892024-08-27T23:21:09.580Z[ recovery-image] Aug 27 23:21:07.758 INFO O| Aug 27 23:21:07.757 INFO STEP 818 (remove_files) COMPLETE
63902024-08-27T23:21:09.580Z[ recovery-image] Aug 27 23:21:07.758 INFO O| Aug 27 23:21:07.758 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-08-27T23:21:09.588Z[ recovery-image] Aug 27 23:21:07.767 INFO O| Aug 27 23:21:07.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63922024-08-27T23:21:09.588Z[ recovery-image] Aug 27 23:21:07.767 INFO O| Aug 27 23:21:07.767 INFO STEP 819 (remove_files) COMPLETE
63932024-08-27T23:21:09.590Z[ recovery-image] Aug 27 23:21:07.767 INFO O| Aug 27 23:21:07.767 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-08-27T23:21:09.597Z[ recovery-image] Aug 27 23:21:07.777 INFO O| Aug 27 23:21:07.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63952024-08-27T23:21:09.597Z[ recovery-image] Aug 27 23:21:07.777 INFO O| Aug 27 23:21:07.777 INFO STEP 820 (remove_files) COMPLETE
63962024-08-27T23:21:09.599Z[ recovery-image] Aug 27 23:21:07.777 INFO O| Aug 27 23:21:07.777 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-08-27T23:21:09.607Z[ recovery-image] Aug 27 23:21:07.786 INFO O| Aug 27 23:21:07.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63982024-08-27T23:21:09.607Z[ recovery-image] Aug 27 23:21:07.786 INFO O| Aug 27 23:21:07.786 INFO STEP 821 (remove_files) COMPLETE
63992024-08-27T23:21:09.607Z[ recovery-image] Aug 27 23:21:07.786 INFO O| Aug 27 23:21:07.786 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-08-27T23:21:09.616Z[ recovery-image] Aug 27 23:21:07.796 INFO O| Aug 27 23:21:07.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
64012024-08-27T23:21:09.616Z[ recovery-image] Aug 27 23:21:07.796 INFO O| Aug 27 23:21:07.796 INFO STEP 822 (remove_files) COMPLETE
64022024-08-27T23:21:09.616Z[ recovery-image] Aug 27 23:21:07.796 INFO O| Aug 27 23:21:07.796 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-08-27T23:21:09.626Z[ recovery-image] Aug 27 23:21:07.805 INFO O| Aug 27 23:21:07.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
64042024-08-27T23:21:09.626Z[ recovery-image] Aug 27 23:21:07.805 INFO O| Aug 27 23:21:07.805 INFO STEP 823 (remove_files) COMPLETE
64052024-08-27T23:21:09.628Z[ recovery-image] Aug 27 23:21:07.805 INFO O| Aug 27 23:21:07.805 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-08-27T23:21:09.635Z[ recovery-image] Aug 27 23:21:07.815 INFO O| Aug 27 23:21:07.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
64072024-08-27T23:21:09.635Z[ recovery-image] Aug 27 23:21:07.815 INFO O| Aug 27 23:21:07.815 INFO STEP 824 (remove_files) COMPLETE
64082024-08-27T23:21:09.635Z[ recovery-image] Aug 27 23:21:07.815 INFO O| Aug 27 23:21:07.815 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-08-27T23:21:09.644Z[ recovery-image] Aug 27 23:21:07.824 INFO O| Aug 27 23:21:07.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
64102024-08-27T23:21:09.647Z[ recovery-image] Aug 27 23:21:07.824 INFO O| Aug 27 23:21:07.824 INFO STEP 825 (remove_files) COMPLETE
64112024-08-27T23:21:09.647Z[ recovery-image] Aug 27 23:21:07.824 INFO O| Aug 27 23:21:07.824 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-08-27T23:21:09.654Z[ recovery-image] Aug 27 23:21:07.833 INFO O| Aug 27 23:21:07.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
64132024-08-27T23:21:09.658Z[ recovery-image] Aug 27 23:21:07.833 INFO O| Aug 27 23:21:07.833 INFO STEP 826 (remove_files) COMPLETE
64142024-08-27T23:21:09.658Z[ recovery-image] Aug 27 23:21:07.833 INFO O| Aug 27 23:21:07.833 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-08-27T23:21:09.664Z[ recovery-image] Aug 27 23:21:07.843 INFO O| Aug 27 23:21:07.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
64162024-08-27T23:21:09.664Z[ recovery-image] Aug 27 23:21:07.843 INFO O| Aug 27 23:21:07.843 INFO STEP 827 (remove_files) COMPLETE
64172024-08-27T23:21:09.666Z[ recovery-image] Aug 27 23:21:07.843 INFO O| Aug 27 23:21:07.843 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-08-27T23:21:09.673Z[ recovery-image] Aug 27 23:21:07.853 INFO O| Aug 27 23:21:07.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
64192024-08-27T23:21:09.673Z[ recovery-image] Aug 27 23:21:07.853 INFO O| Aug 27 23:21:07.853 INFO STEP 828 (remove_files) COMPLETE
64202024-08-27T23:21:09.675Z[ recovery-image] Aug 27 23:21:07.853 INFO O| Aug 27 23:21:07.853 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-08-27T23:21:09.683Z[ recovery-image] Aug 27 23:21:07.862 INFO O| Aug 27 23:21:07.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
64222024-08-27T23:21:09.683Z[ recovery-image] Aug 27 23:21:07.862 INFO O| Aug 27 23:21:07.862 INFO STEP 829 (remove_files) COMPLETE
64232024-08-27T23:21:09.685Z[ recovery-image] Aug 27 23:21:07.862 INFO O| Aug 27 23:21:07.862 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-08-27T23:21:09.692Z[ recovery-image] Aug 27 23:21:07.872 INFO O| Aug 27 23:21:07.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
64252024-08-27T23:21:09.692Z[ recovery-image] Aug 27 23:21:07.872 INFO O| Aug 27 23:21:07.872 INFO STEP 830 (remove_files) COMPLETE
64262024-08-27T23:21:09.692Z[ recovery-image] Aug 27 23:21:07.872 INFO O| Aug 27 23:21:07.872 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-08-27T23:21:09.702Z[ recovery-image] Aug 27 23:21:07.881 INFO O| Aug 27 23:21:07.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
64282024-08-27T23:21:09.702Z[ recovery-image] Aug 27 23:21:07.881 INFO O| Aug 27 23:21:07.881 INFO STEP 831 (remove_files) COMPLETE
64292024-08-27T23:21:09.704Z[ recovery-image] Aug 27 23:21:07.882 INFO O| Aug 27 23:21:07.881 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-08-27T23:21:09.712Z[ recovery-image] Aug 27 23:21:07.891 INFO O| Aug 27 23:21:07.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
64312024-08-27T23:21:09.712Z[ recovery-image] Aug 27 23:21:07.891 INFO O| Aug 27 23:21:07.891 INFO STEP 832 (remove_files) COMPLETE
64322024-08-27T23:21:09.715Z[ recovery-image] Aug 27 23:21:07.891 INFO O| Aug 27 23:21:07.891 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-08-27T23:21:09.724Z[ recovery-image] Aug 27 23:21:07.901 INFO O| Aug 27 23:21:07.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
64342024-08-27T23:21:09.724Z[ recovery-image] Aug 27 23:21:07.901 INFO O| Aug 27 23:21:07.901 INFO STEP 833 (remove_files) COMPLETE
64352024-08-27T23:21:09.724Z[ recovery-image] Aug 27 23:21:07.901 INFO O| Aug 27 23:21:07.901 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-08-27T23:21:09.731Z[ recovery-image] Aug 27 23:21:07.911 INFO O| Aug 27 23:21:07.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
64372024-08-27T23:21:09.734Z[ recovery-image] Aug 27 23:21:07.911 INFO O| Aug 27 23:21:07.911 INFO STEP 834 (remove_files) COMPLETE
64382024-08-27T23:21:09.734Z[ recovery-image] Aug 27 23:21:07.911 INFO O| Aug 27 23:21:07.911 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-08-27T23:21:09.741Z[ recovery-image] Aug 27 23:21:07.920 INFO O| Aug 27 23:21:07.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
64402024-08-27T23:21:09.741Z[ recovery-image] Aug 27 23:21:07.920 INFO O| Aug 27 23:21:07.920 INFO STEP 835 (remove_files) COMPLETE
64412024-08-27T23:21:09.741Z[ recovery-image] Aug 27 23:21:07.920 INFO O| Aug 27 23:21:07.920 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-08-27T23:21:09.750Z[ recovery-image] Aug 27 23:21:07.930 INFO O| Aug 27 23:21:07.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
64432024-08-27T23:21:09.750Z[ recovery-image] Aug 27 23:21:07.930 INFO O| Aug 27 23:21:07.930 INFO STEP 836 (remove_files) COMPLETE
64442024-08-27T23:21:09.751Z[ recovery-image] Aug 27 23:21:07.930 INFO O| Aug 27 23:21:07.930 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-08-27T23:21:09.760Z[ recovery-image] Aug 27 23:21:07.939 INFO O| Aug 27 23:21:07.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
64462024-08-27T23:21:09.760Z[ recovery-image] Aug 27 23:21:07.939 INFO O| Aug 27 23:21:07.939 INFO STEP 837 (remove_files) COMPLETE
64472024-08-27T23:21:09.760Z[ recovery-image] Aug 27 23:21:07.939 INFO O| Aug 27 23:21:07.939 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-08-27T23:21:09.772Z[ recovery-image] Aug 27 23:21:07.949 INFO O| Aug 27 23:21:07.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
64492024-08-27T23:21:09.772Z[ recovery-image] Aug 27 23:21:07.949 INFO O| Aug 27 23:21:07.949 INFO STEP 838 (remove_files) COMPLETE
64502024-08-27T23:21:09.772Z[ recovery-image] Aug 27 23:21:07.949 INFO O| Aug 27 23:21:07.949 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-08-27T23:21:09.779Z[ recovery-image] Aug 27 23:21:07.959 INFO O| Aug 27 23:21:07.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64522024-08-27T23:21:09.779Z[ recovery-image] Aug 27 23:21:07.959 INFO O| Aug 27 23:21:07.959 INFO STEP 839 (remove_files) COMPLETE
64532024-08-27T23:21:09.779Z[ recovery-image] Aug 27 23:21:07.959 INFO O| Aug 27 23:21:07.959 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-08-27T23:21:09.789Z[ recovery-image] Aug 27 23:21:07.968 INFO O| Aug 27 23:21:07.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64552024-08-27T23:21:09.791Z[ recovery-image] Aug 27 23:21:07.969 INFO O| Aug 27 23:21:07.968 INFO STEP 840 (remove_files) COMPLETE
64562024-08-27T23:21:09.791Z[ recovery-image] Aug 27 23:21:07.969 INFO O| Aug 27 23:21:07.968 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-08-27T23:21:09.798Z[ recovery-image] Aug 27 23:21:07.978 INFO O| Aug 27 23:21:07.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64582024-08-27T23:21:09.799Z[ recovery-image] Aug 27 23:21:07.978 INFO O| Aug 27 23:21:07.978 INFO STEP 841 (remove_files) COMPLETE
64592024-08-27T23:21:09.801Z[ recovery-image] Aug 27 23:21:07.978 INFO O| Aug 27 23:21:07.978 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-08-27T23:21:09.808Z[ recovery-image] Aug 27 23:21:07.988 INFO O| Aug 27 23:21:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64612024-08-27T23:21:09.808Z[ recovery-image] Aug 27 23:21:07.988 INFO O| Aug 27 23:21:07.988 INFO STEP 842 (remove_files) COMPLETE
64622024-08-27T23:21:09.811Z[ recovery-image] Aug 27 23:21:07.988 INFO O| Aug 27 23:21:07.988 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-08-27T23:21:09.818Z[ recovery-image] Aug 27 23:21:07.998 INFO O| Aug 27 23:21:07.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64642024-08-27T23:21:09.821Z[ recovery-image] Aug 27 23:21:07.998 INFO O| Aug 27 23:21:07.998 INFO STEP 843 (remove_files) COMPLETE
64652024-08-27T23:21:09.821Z[ recovery-image] Aug 27 23:21:07.998 INFO O| Aug 27 23:21:07.998 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-08-27T23:21:09.831Z[ recovery-image] Aug 27 23:21:08.010 INFO O| Aug 27 23:21:08.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64672024-08-27T23:21:09.831Z[ recovery-image] Aug 27 23:21:08.010 INFO O| Aug 27 23:21:08.010 INFO STEP 844 (remove_files) COMPLETE
64682024-08-27T23:21:09.831Z[ recovery-image] Aug 27 23:21:08.010 INFO O| Aug 27 23:21:08.010 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-08-27T23:21:09.841Z[ recovery-image] Aug 27 23:21:08.021 INFO O| Aug 27 23:21:08.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64702024-08-27T23:21:09.841Z[ recovery-image] Aug 27 23:21:08.021 INFO O| Aug 27 23:21:08.021 INFO STEP 845 (remove_files) COMPLETE
64712024-08-27T23:21:09.844Z[ recovery-image] Aug 27 23:21:08.021 INFO O| Aug 27 23:21:08.021 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-08-27T23:21:09.852Z[ recovery-image] Aug 27 23:21:08.031 INFO O| Aug 27 23:21:08.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64732024-08-27T23:21:09.852Z[ recovery-image] Aug 27 23:21:08.031 INFO O| Aug 27 23:21:08.031 INFO STEP 846 (remove_files) COMPLETE
64742024-08-27T23:21:09.854Z[ recovery-image] Aug 27 23:21:08.031 INFO O| Aug 27 23:21:08.031 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-08-27T23:21:09.862Z[ recovery-image] Aug 27 23:21:08.041 INFO O| Aug 27 23:21:08.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64762024-08-27T23:21:09.862Z[ recovery-image] Aug 27 23:21:08.041 INFO O| Aug 27 23:21:08.041 INFO STEP 847 (remove_files) COMPLETE
64772024-08-27T23:21:09.862Z[ recovery-image] Aug 27 23:21:08.041 INFO O| Aug 27 23:21:08.041 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-08-27T23:21:09.871Z[ recovery-image] Aug 27 23:21:08.051 INFO O| Aug 27 23:21:08.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64792024-08-27T23:21:09.874Z[ recovery-image] Aug 27 23:21:08.051 INFO O| Aug 27 23:21:08.051 INFO STEP 848 (remove_files) COMPLETE
64802024-08-27T23:21:09.874Z[ recovery-image] Aug 27 23:21:08.051 INFO O| Aug 27 23:21:08.051 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-08-27T23:21:09.882Z[ recovery-image] Aug 27 23:21:08.061 INFO O| Aug 27 23:21:08.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64822024-08-27T23:21:09.882Z[ recovery-image] Aug 27 23:21:08.061 INFO O| Aug 27 23:21:08.061 INFO STEP 849 (remove_files) COMPLETE
64832024-08-27T23:21:09.884Z[ recovery-image] Aug 27 23:21:08.061 INFO O| Aug 27 23:21:08.061 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-08-27T23:21:09.891Z[ recovery-image] Aug 27 23:21:08.071 INFO O| Aug 27 23:21:08.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64852024-08-27T23:21:09.894Z[ recovery-image] Aug 27 23:21:08.071 INFO O| Aug 27 23:21:08.071 INFO STEP 850 (remove_files) COMPLETE
64862024-08-27T23:21:09.894Z[ recovery-image] Aug 27 23:21:08.071 INFO O| Aug 27 23:21:08.071 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-08-27T23:21:09.901Z[ recovery-image] Aug 27 23:21:08.080 INFO O| Aug 27 23:21:08.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64882024-08-27T23:21:09.903Z[ recovery-image] Aug 27 23:21:08.081 INFO O| Aug 27 23:21:08.080 INFO STEP 851 (remove_files) COMPLETE
64892024-08-27T23:21:09.903Z[ recovery-image] Aug 27 23:21:08.081 INFO O| Aug 27 23:21:08.081 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-08-27T23:21:09.911Z[ recovery-image] Aug 27 23:21:08.090 INFO O| Aug 27 23:21:08.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64912024-08-27T23:21:09.911Z[ recovery-image] Aug 27 23:21:08.090 INFO O| Aug 27 23:21:08.090 INFO STEP 852 (remove_files) COMPLETE
64922024-08-27T23:21:09.913Z[ recovery-image] Aug 27 23:21:08.090 INFO O| Aug 27 23:21:08.090 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-08-27T23:21:09.920Z[ recovery-image] Aug 27 23:21:08.100 INFO O| Aug 27 23:21:08.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64942024-08-27T23:21:09.920Z[ recovery-image] Aug 27 23:21:08.100 INFO O| Aug 27 23:21:08.100 INFO STEP 853 (remove_files) COMPLETE
64952024-08-27T23:21:09.922Z[ recovery-image] Aug 27 23:21:08.100 INFO O| Aug 27 23:21:08.100 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-08-27T23:21:09.930Z[ recovery-image] Aug 27 23:21:08.109 INFO O| Aug 27 23:21:08.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64972024-08-27T23:21:09.930Z[ recovery-image] Aug 27 23:21:08.110 INFO O| Aug 27 23:21:08.110 INFO STEP 854 (remove_files) COMPLETE
64982024-08-27T23:21:09.933Z[ recovery-image] Aug 27 23:21:08.110 INFO O| Aug 27 23:21:08.110 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-08-27T23:21:09.940Z[ recovery-image] Aug 27 23:21:08.119 INFO O| Aug 27 23:21:08.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
65002024-08-27T23:21:09.942Z[ recovery-image] Aug 27 23:21:08.120 INFO O| Aug 27 23:21:08.120 INFO STEP 855 (remove_files) COMPLETE
65012024-08-27T23:21:09.942Z[ recovery-image] Aug 27 23:21:08.120 INFO O| Aug 27 23:21:08.120 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-08-27T23:21:09.951Z[ recovery-image] Aug 27 23:21:08.130 INFO O| Aug 27 23:21:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
65032024-08-27T23:21:09.951Z[ recovery-image] Aug 27 23:21:08.131 INFO O| Aug 27 23:21:08.131 INFO STEP 856 (remove_files) COMPLETE
65042024-08-27T23:21:09.951Z[ recovery-image] Aug 27 23:21:08.131 INFO O| Aug 27 23:21:08.131 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-08-27T23:21:09.962Z[ recovery-image] Aug 27 23:21:08.141 INFO O| Aug 27 23:21:08.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
65062024-08-27T23:21:09.964Z[ recovery-image] Aug 27 23:21:08.141 INFO O| Aug 27 23:21:08.141 INFO STEP 857 (remove_files) COMPLETE
65072024-08-27T23:21:09.964Z[ recovery-image] Aug 27 23:21:08.141 INFO O| Aug 27 23:21:08.141 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-08-27T23:21:09.971Z[ recovery-image] Aug 27 23:21:08.151 INFO O| Aug 27 23:21:08.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
65092024-08-27T23:21:09.971Z[ recovery-image] Aug 27 23:21:08.151 INFO O| Aug 27 23:21:08.151 INFO STEP 858 (remove_files) COMPLETE
65102024-08-27T23:21:09.974Z[ recovery-image] Aug 27 23:21:08.151 INFO O| Aug 27 23:21:08.151 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-08-27T23:21:09.981Z[ recovery-image] Aug 27 23:21:08.161 INFO O| Aug 27 23:21:08.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
65122024-08-27T23:21:09.984Z[ recovery-image] Aug 27 23:21:08.161 INFO O| Aug 27 23:21:08.161 INFO STEP 859 (remove_files) COMPLETE
65132024-08-27T23:21:09.984Z[ recovery-image] Aug 27 23:21:08.161 INFO O| Aug 27 23:21:08.161 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-08-27T23:21:09.992Z[ recovery-image] Aug 27 23:21:08.171 INFO O| Aug 27 23:21:08.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
65152024-08-27T23:21:09.995Z[ recovery-image] Aug 27 23:21:08.171 INFO O| Aug 27 23:21:08.171 INFO STEP 860 (remove_files) COMPLETE
65162024-08-27T23:21:09.995Z[ recovery-image] Aug 27 23:21:08.171 INFO O| Aug 27 23:21:08.171 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-08-27T23:21:10.001Z[ recovery-image] Aug 27 23:21:08.180 INFO O| Aug 27 23:21:08.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
65182024-08-27T23:21:10.004Z[ recovery-image] Aug 27 23:21:08.180 INFO O| Aug 27 23:21:08.180 INFO STEP 861 (remove_files) COMPLETE
65192024-08-27T23:21:10.004Z[ recovery-image] Aug 27 23:21:08.181 INFO O| Aug 27 23:21:08.180 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-08-27T23:21:10.011Z[ recovery-image] Aug 27 23:21:08.190 INFO O| Aug 27 23:21:08.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
65212024-08-27T23:21:10.013Z[ recovery-image] Aug 27 23:21:08.190 INFO O| Aug 27 23:21:08.190 INFO STEP 862 (remove_files) COMPLETE
65222024-08-27T23:21:10.014Z[ recovery-image] Aug 27 23:21:08.190 INFO O| Aug 27 23:21:08.190 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-08-27T23:21:10.021Z[ recovery-image] Aug 27 23:21:08.200 INFO O| Aug 27 23:21:08.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
65242024-08-27T23:21:10.021Z[ recovery-image] Aug 27 23:21:08.200 INFO O| Aug 27 23:21:08.200 INFO STEP 863 (remove_files) COMPLETE
65252024-08-27T23:21:10.021Z[ recovery-image] Aug 27 23:21:08.200 INFO O| Aug 27 23:21:08.200 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-08-27T23:21:10.030Z[ recovery-image] Aug 27 23:21:08.209 INFO O| Aug 27 23:21:08.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
65272024-08-27T23:21:10.033Z[ recovery-image] Aug 27 23:21:08.210 INFO O| Aug 27 23:21:08.209 INFO STEP 864 (remove_files) COMPLETE
65282024-08-27T23:21:10.033Z[ recovery-image] Aug 27 23:21:08.210 INFO O| Aug 27 23:21:08.210 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-08-27T23:21:10.040Z[ recovery-image] Aug 27 23:21:08.219 INFO O| Aug 27 23:21:08.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
65302024-08-27T23:21:10.040Z[ recovery-image] Aug 27 23:21:08.219 INFO O| Aug 27 23:21:08.219 INFO STEP 865 (remove_files) COMPLETE
65312024-08-27T23:21:10.044Z[ recovery-image] Aug 27 23:21:08.219 INFO O| Aug 27 23:21:08.219 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-08-27T23:21:10.049Z[ recovery-image] Aug 27 23:21:08.229 INFO O| Aug 27 23:21:08.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
65332024-08-27T23:21:10.049Z[ recovery-image] Aug 27 23:21:08.229 INFO O| Aug 27 23:21:08.229 INFO STEP 866 (remove_files) COMPLETE
65342024-08-27T23:21:10.052Z[ recovery-image] Aug 27 23:21:08.229 INFO O| Aug 27 23:21:08.229 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-08-27T23:21:10.059Z[ recovery-image] Aug 27 23:21:08.238 INFO O| Aug 27 23:21:08.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
65362024-08-27T23:21:10.059Z[ recovery-image] Aug 27 23:21:08.238 INFO O| Aug 27 23:21:08.238 INFO STEP 867 (remove_files) COMPLETE
65372024-08-27T23:21:10.059Z[ recovery-image] Aug 27 23:21:08.238 INFO O| Aug 27 23:21:08.238 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-08-27T23:21:10.068Z[ recovery-image] Aug 27 23:21:08.248 INFO O| Aug 27 23:21:08.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
65392024-08-27T23:21:10.068Z[ recovery-image] Aug 27 23:21:08.248 INFO O| Aug 27 23:21:08.248 INFO STEP 868 (remove_files) COMPLETE
65402024-08-27T23:21:10.071Z[ recovery-image] Aug 27 23:21:08.248 INFO O| Aug 27 23:21:08.248 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-08-27T23:21:10.079Z[ recovery-image] Aug 27 23:21:08.257 INFO O| Aug 27 23:21:08.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
65422024-08-27T23:21:10.081Z[ recovery-image] Aug 27 23:21:08.258 INFO O| Aug 27 23:21:08.258 INFO STEP 869 (remove_files) COMPLETE
65432024-08-27T23:21:10.081Z[ recovery-image] Aug 27 23:21:08.258 INFO O| Aug 27 23:21:08.258 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-08-27T23:21:10.088Z[ recovery-image] Aug 27 23:21:08.267 INFO O| Aug 27 23:21:08.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
65452024-08-27T23:21:10.088Z[ recovery-image] Aug 27 23:21:08.267 INFO O| Aug 27 23:21:08.267 INFO STEP 870 (remove_files) COMPLETE
65462024-08-27T23:21:10.088Z[ recovery-image] Aug 27 23:21:08.267 INFO O| Aug 27 23:21:08.267 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-08-27T23:21:10.098Z[ recovery-image] Aug 27 23:21:08.277 INFO O| Aug 27 23:21:08.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
65482024-08-27T23:21:10.098Z[ recovery-image] Aug 27 23:21:08.277 INFO O| Aug 27 23:21:08.277 INFO STEP 871 (remove_files) COMPLETE
65492024-08-27T23:21:10.098Z[ recovery-image] Aug 27 23:21:08.277 INFO O| Aug 27 23:21:08.277 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-08-27T23:21:10.107Z[ recovery-image] Aug 27 23:21:08.287 INFO O| Aug 27 23:21:08.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65512024-08-27T23:21:10.110Z[ recovery-image] Aug 27 23:21:08.287 INFO O| Aug 27 23:21:08.287 INFO STEP 872 (remove_files) COMPLETE
65522024-08-27T23:21:10.110Z[ recovery-image] Aug 27 23:21:08.287 INFO O| Aug 27 23:21:08.287 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-08-27T23:21:10.117Z[ recovery-image] Aug 27 23:21:08.296 INFO O| Aug 27 23:21:08.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65542024-08-27T23:21:10.119Z[ recovery-image] Aug 27 23:21:08.296 INFO O| Aug 27 23:21:08.296 INFO STEP 873 (remove_files) COMPLETE
65552024-08-27T23:21:10.119Z[ recovery-image] Aug 27 23:21:08.296 INFO O| Aug 27 23:21:08.296 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-08-27T23:21:10.127Z[ recovery-image] Aug 27 23:21:08.306 INFO O| Aug 27 23:21:08.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65572024-08-27T23:21:10.129Z[ recovery-image] Aug 27 23:21:08.306 INFO O| Aug 27 23:21:08.306 INFO STEP 874 (remove_files) COMPLETE
65582024-08-27T23:21:10.129Z[ recovery-image] Aug 27 23:21:08.306 INFO O| Aug 27 23:21:08.306 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-08-27T23:21:10.136Z[ recovery-image] Aug 27 23:21:08.316 INFO O| Aug 27 23:21:08.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65602024-08-27T23:21:10.138Z[ recovery-image] Aug 27 23:21:08.316 INFO O| Aug 27 23:21:08.316 INFO STEP 875 (remove_files) COMPLETE
65612024-08-27T23:21:10.138Z[ recovery-image] Aug 27 23:21:08.316 INFO O| Aug 27 23:21:08.316 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-08-27T23:21:10.146Z[ recovery-image] Aug 27 23:21:08.325 INFO O| Aug 27 23:21:08.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65632024-08-27T23:21:10.146Z[ recovery-image] Aug 27 23:21:08.325 INFO O| Aug 27 23:21:08.325 INFO STEP 876 (remove_files) COMPLETE
65642024-08-27T23:21:10.146Z[ recovery-image] Aug 27 23:21:08.325 INFO O| Aug 27 23:21:08.325 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-08-27T23:21:10.156Z[ recovery-image] Aug 27 23:21:08.335 INFO O| Aug 27 23:21:08.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65662024-08-27T23:21:10.156Z[ recovery-image] Aug 27 23:21:08.335 INFO O| Aug 27 23:21:08.335 INFO STEP 877 (remove_files) COMPLETE
65672024-08-27T23:21:10.158Z[ recovery-image] Aug 27 23:21:08.335 INFO O| Aug 27 23:21:08.335 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-08-27T23:21:10.165Z[ recovery-image] Aug 27 23:21:08.345 INFO O| Aug 27 23:21:08.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65692024-08-27T23:21:10.165Z[ recovery-image] Aug 27 23:21:08.345 INFO O| Aug 27 23:21:08.345 INFO STEP 878 (remove_files) COMPLETE
65702024-08-27T23:21:10.168Z[ recovery-image] Aug 27 23:21:08.345 INFO O| Aug 27 23:21:08.345 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-08-27T23:21:10.175Z[ recovery-image] Aug 27 23:21:08.354 INFO O| Aug 27 23:21:08.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65722024-08-27T23:21:10.177Z[ recovery-image] Aug 27 23:21:08.354 INFO O| Aug 27 23:21:08.354 INFO STEP 879 (remove_files) COMPLETE
65732024-08-27T23:21:10.178Z[ recovery-image] Aug 27 23:21:08.354 INFO O| Aug 27 23:21:08.354 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-08-27T23:21:10.185Z[ recovery-image] Aug 27 23:21:08.364 INFO O| Aug 27 23:21:08.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65752024-08-27T23:21:10.187Z[ recovery-image] Aug 27 23:21:08.364 INFO O| Aug 27 23:21:08.364 INFO STEP 880 (remove_files) COMPLETE
65762024-08-27T23:21:10.187Z[ recovery-image] Aug 27 23:21:08.364 INFO O| Aug 27 23:21:08.364 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-08-27T23:21:10.194Z[ recovery-image] Aug 27 23:21:08.374 INFO O| Aug 27 23:21:08.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65782024-08-27T23:21:10.194Z[ recovery-image] Aug 27 23:21:08.374 INFO O| Aug 27 23:21:08.374 INFO STEP 881 (remove_files) COMPLETE
65792024-08-27T23:21:10.196Z[ recovery-image] Aug 27 23:21:08.374 INFO O| Aug 27 23:21:08.374 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-08-27T23:21:10.204Z[ recovery-image] Aug 27 23:21:08.383 INFO O| Aug 27 23:21:08.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65812024-08-27T23:21:10.204Z[ recovery-image] Aug 27 23:21:08.383 INFO O| Aug 27 23:21:08.383 INFO STEP 882 (remove_files) COMPLETE
65822024-08-27T23:21:10.206Z[ recovery-image] Aug 27 23:21:08.383 INFO O| Aug 27 23:21:08.383 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-08-27T23:21:10.213Z[ recovery-image] Aug 27 23:21:08.393 INFO O| Aug 27 23:21:08.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65842024-08-27T23:21:10.216Z[ recovery-image] Aug 27 23:21:08.393 INFO O| Aug 27 23:21:08.393 INFO STEP 883 (remove_files) COMPLETE
65852024-08-27T23:21:10.216Z[ recovery-image] Aug 27 23:21:08.393 INFO O| Aug 27 23:21:08.393 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-08-27T23:21:10.223Z[ recovery-image] Aug 27 23:21:08.402 INFO O| Aug 27 23:21:08.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65872024-08-27T23:21:10.223Z[ recovery-image] Aug 27 23:21:08.402 INFO O| Aug 27 23:21:08.402 INFO STEP 884 (remove_files) COMPLETE
65882024-08-27T23:21:10.223Z[ recovery-image] Aug 27 23:21:08.402 INFO O| Aug 27 23:21:08.402 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-08-27T23:21:10.233Z[ recovery-image] Aug 27 23:21:08.412 INFO O| Aug 27 23:21:08.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65902024-08-27T23:21:10.233Z[ recovery-image] Aug 27 23:21:08.412 INFO O| Aug 27 23:21:08.412 INFO STEP 885 (remove_files) COMPLETE
65912024-08-27T23:21:10.235Z[ recovery-image] Aug 27 23:21:08.412 INFO O| Aug 27 23:21:08.412 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-08-27T23:21:10.242Z[ recovery-image] Aug 27 23:21:08.421 INFO O| Aug 27 23:21:08.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65932024-08-27T23:21:10.242Z[ recovery-image] Aug 27 23:21:08.422 INFO O| Aug 27 23:21:08.421 INFO STEP 886 (remove_files) COMPLETE
65942024-08-27T23:21:10.242Z[ recovery-image] Aug 27 23:21:08.422 INFO O| Aug 27 23:21:08.422 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-08-27T23:21:10.252Z[ recovery-image] Aug 27 23:21:08.431 INFO O| Aug 27 23:21:08.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65962024-08-27T23:21:10.254Z[ recovery-image] Aug 27 23:21:08.432 INFO O| Aug 27 23:21:08.432 INFO STEP 887 (remove_files) COMPLETE
65972024-08-27T23:21:10.254Z[ recovery-image] Aug 27 23:21:08.432 INFO O| Aug 27 23:21:08.432 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-08-27T23:21:10.262Z[ recovery-image] Aug 27 23:21:08.441 INFO O| Aug 27 23:21:08.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65992024-08-27T23:21:10.264Z[ recovery-image] Aug 27 23:21:08.441 INFO O| Aug 27 23:21:08.441 INFO STEP 888 (remove_files) COMPLETE
66002024-08-27T23:21:10.264Z[ recovery-image] Aug 27 23:21:08.441 INFO O| Aug 27 23:21:08.441 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-08-27T23:21:10.272Z[ recovery-image] Aug 27 23:21:08.451 INFO O| Aug 27 23:21:08.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
66022024-08-27T23:21:10.275Z[ recovery-image] Aug 27 23:21:08.451 INFO O| Aug 27 23:21:08.451 INFO STEP 889 (remove_files) COMPLETE
66032024-08-27T23:21:10.275Z[ recovery-image] Aug 27 23:21:08.451 INFO O| Aug 27 23:21:08.451 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-08-27T23:21:10.281Z[ recovery-image] Aug 27 23:21:08.461 INFO O| Aug 27 23:21:08.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
66052024-08-27T23:21:10.290Z[ recovery-image] Aug 27 23:21:08.461 INFO O| Aug 27 23:21:08.461 INFO STEP 890 (remove_files) COMPLETE
66062024-08-27T23:21:10.290Z[ recovery-image] Aug 27 23:21:08.461 INFO O| Aug 27 23:21:08.461 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-08-27T23:21:10.292Z[ recovery-image] Aug 27 23:21:08.471 INFO O| Aug 27 23:21:08.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
66082024-08-27T23:21:10.292Z[ recovery-image] Aug 27 23:21:08.471 INFO O| Aug 27 23:21:08.471 INFO STEP 891 (remove_files) COMPLETE
66092024-08-27T23:21:10.292Z[ recovery-image] Aug 27 23:21:08.471 INFO O| Aug 27 23:21:08.471 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-08-27T23:21:10.306Z[ recovery-image] Aug 27 23:21:08.485 INFO O| Aug 27 23:21:08.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
66112024-08-27T23:21:10.306Z[ recovery-image] Aug 27 23:21:08.485 INFO O| Aug 27 23:21:08.485 INFO STEP 892 (remove_files) COMPLETE
66122024-08-27T23:21:10.309Z[ recovery-image] Aug 27 23:21:08.485 INFO O| Aug 27 23:21:08.485 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-08-27T23:21:10.319Z[ recovery-image] Aug 27 23:21:08.498 INFO O| Aug 27 23:21:08.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
66142024-08-27T23:21:10.319Z[ recovery-image] Aug 27 23:21:08.498 INFO O| Aug 27 23:21:08.498 INFO STEP 893 (remove_files) COMPLETE
66152024-08-27T23:21:10.321Z[ recovery-image] Aug 27 23:21:08.498 INFO O| Aug 27 23:21:08.498 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-08-27T23:21:10.329Z[ recovery-image] Aug 27 23:21:08.509 INFO O| Aug 27 23:21:08.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
66172024-08-27T23:21:10.329Z[ recovery-image] Aug 27 23:21:08.509 INFO O| Aug 27 23:21:08.509 INFO STEP 894 (remove_files) COMPLETE
66182024-08-27T23:21:10.332Z[ recovery-image] Aug 27 23:21:08.509 INFO O| Aug 27 23:21:08.509 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-08-27T23:21:10.339Z[ recovery-image] Aug 27 23:21:08.518 INFO O| Aug 27 23:21:08.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
66202024-08-27T23:21:10.339Z[ recovery-image] Aug 27 23:21:08.518 INFO O| Aug 27 23:21:08.518 INFO STEP 895 (remove_files) COMPLETE
66212024-08-27T23:21:10.341Z[ recovery-image] Aug 27 23:21:08.518 INFO O| Aug 27 23:21:08.518 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-08-27T23:21:10.349Z[ recovery-image] Aug 27 23:21:08.528 INFO O| Aug 27 23:21:08.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
66232024-08-27T23:21:10.349Z[ recovery-image] Aug 27 23:21:08.528 INFO O| Aug 27 23:21:08.528 INFO STEP 896 (remove_files) COMPLETE
66242024-08-27T23:21:10.349Z[ recovery-image] Aug 27 23:21:08.528 INFO O| Aug 27 23:21:08.528 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-08-27T23:21:10.359Z[ recovery-image] Aug 27 23:21:08.538 INFO O| Aug 27 23:21:08.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
66262024-08-27T23:21:10.359Z[ recovery-image] Aug 27 23:21:08.538 INFO O| Aug 27 23:21:08.538 INFO STEP 897 (remove_files) COMPLETE
66272024-08-27T23:21:10.362Z[ recovery-image] Aug 27 23:21:08.538 INFO O| Aug 27 23:21:08.538 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-08-27T23:21:10.368Z[ recovery-image] Aug 27 23:21:08.548 INFO O| Aug 27 23:21:08.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
66292024-08-27T23:21:10.371Z[ recovery-image] Aug 27 23:21:08.548 INFO O| Aug 27 23:21:08.548 INFO STEP 898 (remove_files) COMPLETE
66302024-08-27T23:21:10.371Z[ recovery-image] Aug 27 23:21:08.548 INFO O| Aug 27 23:21:08.548 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-08-27T23:21:10.379Z[ recovery-image] Aug 27 23:21:08.558 INFO O| Aug 27 23:21:08.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
66322024-08-27T23:21:10.381Z[ recovery-image] Aug 27 23:21:08.558 INFO O| Aug 27 23:21:08.558 INFO STEP 899 (remove_files) COMPLETE
66332024-08-27T23:21:10.381Z[ recovery-image] Aug 27 23:21:08.558 INFO O| Aug 27 23:21:08.558 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-08-27T23:21:10.388Z[ recovery-image] Aug 27 23:21:08.568 INFO O| Aug 27 23:21:08.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
66352024-08-27T23:21:10.391Z[ recovery-image] Aug 27 23:21:08.568 INFO O| Aug 27 23:21:08.568 INFO STEP 900 (remove_files) COMPLETE
66362024-08-27T23:21:10.391Z[ recovery-image] Aug 27 23:21:08.568 INFO O| Aug 27 23:21:08.568 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-08-27T23:21:10.398Z[ recovery-image] Aug 27 23:21:08.578 INFO O| Aug 27 23:21:08.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
66382024-08-27T23:21:10.398Z[ recovery-image] Aug 27 23:21:08.578 INFO O| Aug 27 23:21:08.578 INFO STEP 901 (remove_files) COMPLETE
66392024-08-27T23:21:10.398Z[ recovery-image] Aug 27 23:21:08.578 INFO O| Aug 27 23:21:08.578 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-08-27T23:21:10.408Z[ recovery-image] Aug 27 23:21:08.587 INFO O| Aug 27 23:21:08.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
66412024-08-27T23:21:10.411Z[ recovery-image] Aug 27 23:21:08.587 INFO O| Aug 27 23:21:08.587 INFO STEP 902 (remove_files) COMPLETE
66422024-08-27T23:21:10.411Z[ recovery-image] Aug 27 23:21:08.587 INFO O| Aug 27 23:21:08.587 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-08-27T23:21:10.418Z[ recovery-image] Aug 27 23:21:08.597 INFO O| Aug 27 23:21:08.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
66442024-08-27T23:21:10.421Z[ recovery-image] Aug 27 23:21:08.597 INFO O| Aug 27 23:21:08.597 INFO STEP 903 (remove_files) COMPLETE
66452024-08-27T23:21:10.421Z[ recovery-image] Aug 27 23:21:08.597 INFO O| Aug 27 23:21:08.597 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-08-27T23:21:10.428Z[ recovery-image] Aug 27 23:21:08.607 INFO O| Aug 27 23:21:08.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
66472024-08-27T23:21:10.430Z[ recovery-image] Aug 27 23:21:08.607 INFO O| Aug 27 23:21:08.607 INFO STEP 904 (remove_files) COMPLETE
66482024-08-27T23:21:10.430Z[ recovery-image] Aug 27 23:21:08.607 INFO O| Aug 27 23:21:08.607 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-08-27T23:21:10.439Z[ recovery-image] Aug 27 23:21:08.617 INFO O| Aug 27 23:21:08.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
66502024-08-27T23:21:10.439Z[ recovery-image] Aug 27 23:21:08.617 INFO O| Aug 27 23:21:08.617 INFO STEP 905 (remove_files) COMPLETE
66512024-08-27T23:21:10.439Z[ recovery-image] Aug 27 23:21:08.617 INFO O| Aug 27 23:21:08.617 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-08-27T23:21:10.447Z[ recovery-image] Aug 27 23:21:08.626 INFO O| Aug 27 23:21:08.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66532024-08-27T23:21:10.447Z[ recovery-image] Aug 27 23:21:08.626 INFO O| Aug 27 23:21:08.626 INFO STEP 906 (remove_files) COMPLETE
66542024-08-27T23:21:10.451Z[ recovery-image] Aug 27 23:21:08.626 INFO O| Aug 27 23:21:08.626 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-08-27T23:21:10.457Z[ recovery-image] Aug 27 23:21:08.636 INFO O| Aug 27 23:21:08.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66562024-08-27T23:21:10.457Z[ recovery-image] Aug 27 23:21:08.636 INFO O| Aug 27 23:21:08.636 INFO STEP 907 (remove_files) COMPLETE
66572024-08-27T23:21:10.460Z[ recovery-image] Aug 27 23:21:08.636 INFO O| Aug 27 23:21:08.636 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-08-27T23:21:10.467Z[ recovery-image] Aug 27 23:21:08.646 INFO O| Aug 27 23:21:08.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66592024-08-27T23:21:10.467Z[ recovery-image] Aug 27 23:21:08.646 INFO O| Aug 27 23:21:08.646 INFO STEP 908 (remove_files) COMPLETE
66602024-08-27T23:21:10.469Z[ recovery-image] Aug 27 23:21:08.646 INFO O| Aug 27 23:21:08.646 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-08-27T23:21:10.477Z[ recovery-image] Aug 27 23:21:08.656 INFO O| Aug 27 23:21:08.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66622024-08-27T23:21:10.477Z[ recovery-image] Aug 27 23:21:08.656 INFO O| Aug 27 23:21:08.656 INFO STEP 909 (remove_files) COMPLETE
66632024-08-27T23:21:10.480Z[ recovery-image] Aug 27 23:21:08.656 INFO O| Aug 27 23:21:08.656 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-08-27T23:21:10.487Z[ recovery-image] Aug 27 23:21:08.666 INFO O| Aug 27 23:21:08.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66652024-08-27T23:21:10.487Z[ recovery-image] Aug 27 23:21:08.666 INFO O| Aug 27 23:21:08.666 INFO STEP 910 (remove_files) COMPLETE
66662024-08-27T23:21:10.487Z[ recovery-image] Aug 27 23:21:08.666 INFO O| Aug 27 23:21:08.666 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-08-27T23:21:10.497Z[ recovery-image] Aug 27 23:21:08.676 INFO O| Aug 27 23:21:08.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66682024-08-27T23:21:10.497Z[ recovery-image] Aug 27 23:21:08.676 INFO O| Aug 27 23:21:08.676 INFO STEP 911 (remove_files) COMPLETE
66692024-08-27T23:21:10.497Z[ recovery-image] Aug 27 23:21:08.676 INFO O| Aug 27 23:21:08.676 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-08-27T23:21:10.506Z[ recovery-image] Aug 27 23:21:08.686 INFO O| Aug 27 23:21:08.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66712024-08-27T23:21:10.509Z[ recovery-image] Aug 27 23:21:08.686 INFO O| Aug 27 23:21:08.686 INFO STEP 912 (remove_files) COMPLETE
66722024-08-27T23:21:10.509Z[ recovery-image] Aug 27 23:21:08.686 INFO O| Aug 27 23:21:08.686 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-08-27T23:21:10.516Z[ recovery-image] Aug 27 23:21:08.695 INFO O| Aug 27 23:21:08.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66742024-08-27T23:21:10.516Z[ recovery-image] Aug 27 23:21:08.695 INFO O| Aug 27 23:21:08.695 INFO STEP 913 (remove_files) COMPLETE
66752024-08-27T23:21:10.516Z[ recovery-image] Aug 27 23:21:08.695 INFO O| Aug 27 23:21:08.695 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-08-27T23:21:10.526Z[ recovery-image] Aug 27 23:21:08.705 INFO O| Aug 27 23:21:08.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66772024-08-27T23:21:10.526Z[ recovery-image] Aug 27 23:21:08.705 INFO O| Aug 27 23:21:08.705 INFO STEP 914 (remove_files) COMPLETE
66782024-08-27T23:21:10.526Z[ recovery-image] Aug 27 23:21:08.705 INFO O| Aug 27 23:21:08.705 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-08-27T23:21:10.536Z[ recovery-image] Aug 27 23:21:08.715 INFO O| Aug 27 23:21:08.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66802024-08-27T23:21:10.536Z[ recovery-image] Aug 27 23:21:08.715 INFO O| Aug 27 23:21:08.715 INFO STEP 915 (remove_files) COMPLETE
66812024-08-27T23:21:10.536Z[ recovery-image] Aug 27 23:21:08.715 INFO O| Aug 27 23:21:08.715 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-08-27T23:21:10.548Z[ recovery-image] Aug 27 23:21:08.725 INFO O| Aug 27 23:21:08.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66832024-08-27T23:21:10.550Z[ recovery-image] Aug 27 23:21:08.725 INFO O| Aug 27 23:21:08.725 INFO STEP 916 (remove_files) COMPLETE
66842024-08-27T23:21:10.550Z[ recovery-image] Aug 27 23:21:08.725 INFO O| Aug 27 23:21:08.725 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-08-27T23:21:10.556Z[ recovery-image] Aug 27 23:21:08.735 INFO O| Aug 27 23:21:08.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66862024-08-27T23:21:10.556Z[ recovery-image] Aug 27 23:21:08.735 INFO O| Aug 27 23:21:08.735 INFO STEP 917 (remove_files) COMPLETE
66872024-08-27T23:21:10.556Z[ recovery-image] Aug 27 23:21:08.735 INFO O| Aug 27 23:21:08.735 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-08-27T23:21:10.565Z[ recovery-image] Aug 27 23:21:08.745 INFO O| Aug 27 23:21:08.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66892024-08-27T23:21:10.566Z[ recovery-image] Aug 27 23:21:08.745 INFO O| Aug 27 23:21:08.745 INFO STEP 918 (remove_files) COMPLETE
66902024-08-27T23:21:10.566Z[ recovery-image] Aug 27 23:21:08.745 INFO O| Aug 27 23:21:08.745 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-08-27T23:21:10.575Z[ recovery-image] Aug 27 23:21:08.755 INFO O| Aug 27 23:21:08.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66922024-08-27T23:21:10.575Z[ recovery-image] Aug 27 23:21:08.755 INFO O| Aug 27 23:21:08.755 INFO STEP 919 (remove_files) COMPLETE
66932024-08-27T23:21:10.575Z[ recovery-image] Aug 27 23:21:08.755 INFO O| Aug 27 23:21:08.755 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-08-27T23:21:10.585Z[ recovery-image] Aug 27 23:21:08.765 INFO O| Aug 27 23:21:08.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66952024-08-27T23:21:10.585Z[ recovery-image] Aug 27 23:21:08.765 INFO O| Aug 27 23:21:08.765 INFO STEP 920 (remove_files) COMPLETE
66962024-08-27T23:21:10.585Z[ recovery-image] Aug 27 23:21:08.765 INFO O| Aug 27 23:21:08.765 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-08-27T23:21:10.595Z[ recovery-image] Aug 27 23:21:08.775 INFO O| Aug 27 23:21:08.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66982024-08-27T23:21:10.595Z[ recovery-image] Aug 27 23:21:08.775 INFO O| Aug 27 23:21:08.775 INFO STEP 921 (remove_files) COMPLETE
66992024-08-27T23:21:10.598Z[ recovery-image] Aug 27 23:21:08.775 INFO O| Aug 27 23:21:08.775 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-08-27T23:21:10.605Z[ recovery-image] Aug 27 23:21:08.784 INFO O| Aug 27 23:21:08.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
67012024-08-27T23:21:10.605Z[ recovery-image] Aug 27 23:21:08.784 INFO O| Aug 27 23:21:08.784 INFO STEP 922 (remove_files) COMPLETE
67022024-08-27T23:21:10.605Z[ recovery-image] Aug 27 23:21:08.784 INFO O| Aug 27 23:21:08.784 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-08-27T23:21:10.615Z[ recovery-image] Aug 27 23:21:08.794 INFO O| Aug 27 23:21:08.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
67042024-08-27T23:21:10.615Z[ recovery-image] Aug 27 23:21:08.794 INFO O| Aug 27 23:21:08.794 INFO STEP 923 (remove_files) COMPLETE
67052024-08-27T23:21:10.615Z[ recovery-image] Aug 27 23:21:08.794 INFO O| Aug 27 23:21:08.794 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-27T23:21:10.625Z[ recovery-image] Aug 27 23:21:08.804 INFO O| Aug 27 23:21:08.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
67072024-08-27T23:21:10.625Z[ recovery-image] Aug 27 23:21:08.804 INFO O| Aug 27 23:21:08.804 INFO STEP 924 (remove_files) COMPLETE
67082024-08-27T23:21:10.627Z[ recovery-image] Aug 27 23:21:08.804 INFO O| Aug 27 23:21:08.804 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-27T23:21:10.635Z[ recovery-image] Aug 27 23:21:08.814 INFO O| Aug 27 23:21:08.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
67102024-08-27T23:21:10.635Z[ recovery-image] Aug 27 23:21:08.814 INFO O| Aug 27 23:21:08.814 INFO STEP 925 (remove_files) COMPLETE
67112024-08-27T23:21:10.635Z[ recovery-image] Aug 27 23:21:08.814 INFO O| Aug 27 23:21:08.814 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-27T23:21:10.645Z[ recovery-image] Aug 27 23:21:08.824 INFO O| Aug 27 23:21:08.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
67132024-08-27T23:21:10.648Z[ recovery-image] Aug 27 23:21:08.824 INFO O| Aug 27 23:21:08.824 INFO STEP 926 (remove_files) COMPLETE
67142024-08-27T23:21:10.648Z[ recovery-image] Aug 27 23:21:08.824 INFO O| Aug 27 23:21:08.824 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-27T23:21:10.655Z[ recovery-image] Aug 27 23:21:08.834 INFO O| Aug 27 23:21:08.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
67162024-08-27T23:21:10.655Z[ recovery-image] Aug 27 23:21:08.834 INFO O| Aug 27 23:21:08.834 INFO STEP 927 (remove_files) COMPLETE
67172024-08-27T23:21:10.657Z[ recovery-image] Aug 27 23:21:08.834 INFO O| Aug 27 23:21:08.834 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-27T23:21:10.664Z[ recovery-image] Aug 27 23:21:08.843 INFO O| Aug 27 23:21:08.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
67192024-08-27T23:21:10.664Z[ recovery-image] Aug 27 23:21:08.844 INFO O| Aug 27 23:21:08.844 INFO STEP 928 (remove_files) COMPLETE
67202024-08-27T23:21:10.664Z[ recovery-image] Aug 27 23:21:08.844 INFO O| Aug 27 23:21:08.844 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-27T23:21:10.674Z[ recovery-image] Aug 27 23:21:08.853 INFO O| Aug 27 23:21:08.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
67222024-08-27T23:21:10.676Z[ recovery-image] Aug 27 23:21:08.853 INFO O| Aug 27 23:21:08.853 INFO STEP 929 (remove_files) COMPLETE
67232024-08-27T23:21:10.676Z[ recovery-image] Aug 27 23:21:08.853 INFO O| Aug 27 23:21:08.853 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-27T23:21:10.683Z[ recovery-image] Aug 27 23:21:08.863 INFO O| Aug 27 23:21:08.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
67252024-08-27T23:21:10.683Z[ recovery-image] Aug 27 23:21:08.863 INFO O| Aug 27 23:21:08.863 INFO STEP 930 (remove_files) COMPLETE
67262024-08-27T23:21:10.686Z[ recovery-image] Aug 27 23:21:08.863 INFO O| Aug 27 23:21:08.863 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-27T23:21:10.693Z[ recovery-image] Aug 27 23:21:08.872 INFO O| Aug 27 23:21:08.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
67282024-08-27T23:21:10.693Z[ recovery-image] Aug 27 23:21:08.873 INFO O| Aug 27 23:21:08.872 INFO STEP 931 (remove_files) COMPLETE
67292024-08-27T23:21:10.693Z[ recovery-image] Aug 27 23:21:08.873 INFO O| Aug 27 23:21:08.872 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-27T23:21:10.703Z[ recovery-image] Aug 27 23:21:08.882 INFO O| Aug 27 23:21:08.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
67312024-08-27T23:21:10.706Z[ recovery-image] Aug 27 23:21:08.882 INFO O| Aug 27 23:21:08.882 INFO STEP 932 (remove_files) COMPLETE
67322024-08-27T23:21:10.706Z[ recovery-image] Aug 27 23:21:08.882 INFO O| Aug 27 23:21:08.882 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-27T23:21:10.712Z[ recovery-image] Aug 27 23:21:08.892 INFO O| Aug 27 23:21:08.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
67342024-08-27T23:21:10.715Z[ recovery-image] Aug 27 23:21:08.892 INFO O| Aug 27 23:21:08.892 INFO STEP 933 (remove_files) COMPLETE
67352024-08-27T23:21:10.715Z[ recovery-image] Aug 27 23:21:08.892 INFO O| Aug 27 23:21:08.892 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-27T23:21:10.722Z[ recovery-image] Aug 27 23:21:08.901 INFO O| Aug 27 23:21:08.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
67372024-08-27T23:21:10.722Z[ recovery-image] Aug 27 23:21:08.901 INFO O| Aug 27 23:21:08.901 INFO STEP 934 (remove_files) COMPLETE
67382024-08-27T23:21:10.724Z[ recovery-image] Aug 27 23:21:08.901 INFO O| Aug 27 23:21:08.901 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-27T23:21:10.732Z[ recovery-image] Aug 27 23:21:08.911 INFO O| Aug 27 23:21:08.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
67402024-08-27T23:21:10.732Z[ recovery-image] Aug 27 23:21:08.911 INFO O| Aug 27 23:21:08.911 INFO STEP 935 (remove_files) COMPLETE
67412024-08-27T23:21:10.734Z[ recovery-image] Aug 27 23:21:08.911 INFO O| Aug 27 23:21:08.911 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-27T23:21:10.741Z[ recovery-image] Aug 27 23:21:08.921 INFO O| Aug 27 23:21:08.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
67432024-08-27T23:21:10.741Z[ recovery-image] Aug 27 23:21:08.921 INFO O| Aug 27 23:21:08.921 INFO STEP 936 (remove_files) COMPLETE
67442024-08-27T23:21:10.741Z[ recovery-image] Aug 27 23:21:08.921 INFO O| Aug 27 23:21:08.921 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-27T23:21:10.751Z[ recovery-image] Aug 27 23:21:08.930 INFO O| Aug 27 23:21:08.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
67462024-08-27T23:21:10.751Z[ recovery-image] Aug 27 23:21:08.930 INFO O| Aug 27 23:21:08.930 INFO STEP 937 (remove_files) COMPLETE
67472024-08-27T23:21:10.753Z[ recovery-image] Aug 27 23:21:08.930 INFO O| Aug 27 23:21:08.930 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-27T23:21:10.761Z[ recovery-image] Aug 27 23:21:08.940 INFO O| Aug 27 23:21:08.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
67492024-08-27T23:21:10.763Z[ recovery-image] Aug 27 23:21:08.940 INFO O| Aug 27 23:21:08.940 INFO STEP 938 (remove_files) COMPLETE
67502024-08-27T23:21:10.763Z[ recovery-image] Aug 27 23:21:08.940 INFO O| Aug 27 23:21:08.940 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-27T23:21:10.772Z[ recovery-image] Aug 27 23:21:08.951 INFO O| Aug 27 23:21:08.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67522024-08-27T23:21:10.772Z[ recovery-image] Aug 27 23:21:08.951 INFO O| Aug 27 23:21:08.951 INFO STEP 939 (remove_files) COMPLETE
67532024-08-27T23:21:10.777Z[ recovery-image] Aug 27 23:21:08.951 INFO O| Aug 27 23:21:08.951 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-27T23:21:10.782Z[ recovery-image] Aug 27 23:21:08.961 INFO O| Aug 27 23:21:08.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67552024-08-27T23:21:10.785Z[ recovery-image] Aug 27 23:21:08.961 INFO O| Aug 27 23:21:08.961 INFO STEP 940 (remove_files) COMPLETE
67562024-08-27T23:21:10.785Z[ recovery-image] Aug 27 23:21:08.961 INFO O| Aug 27 23:21:08.961 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-27T23:21:10.792Z[ recovery-image] Aug 27 23:21:08.971 INFO O| Aug 27 23:21:08.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67582024-08-27T23:21:10.792Z[ recovery-image] Aug 27 23:21:08.972 INFO O| Aug 27 23:21:08.971 INFO STEP 941 (remove_files) COMPLETE
67592024-08-27T23:21:10.792Z[ recovery-image] Aug 27 23:21:08.972 INFO O| Aug 27 23:21:08.972 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-27T23:21:10.802Z[ recovery-image] Aug 27 23:21:08.981 INFO O| Aug 27 23:21:08.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67612024-08-27T23:21:10.805Z[ recovery-image] Aug 27 23:21:08.981 INFO O| Aug 27 23:21:08.981 INFO STEP 942 (remove_files) COMPLETE
67622024-08-27T23:21:10.805Z[ recovery-image] Aug 27 23:21:08.981 INFO O| Aug 27 23:21:08.981 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-27T23:21:10.813Z[ recovery-image] Aug 27 23:21:08.992 INFO O| Aug 27 23:21:08.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67642024-08-27T23:21:10.813Z[ recovery-image] Aug 27 23:21:08.992 INFO O| Aug 27 23:21:08.992 INFO STEP 943 (remove_files) COMPLETE
67652024-08-27T23:21:10.813Z[ recovery-image] Aug 27 23:21:08.992 INFO O| Aug 27 23:21:08.992 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-27T23:21:10.824Z[ recovery-image] Aug 27 23:21:09.003 INFO O| Aug 27 23:21:09.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67672024-08-27T23:21:10.824Z[ recovery-image] Aug 27 23:21:09.003 INFO O| Aug 27 23:21:09.003 INFO STEP 944 (remove_files) COMPLETE
67682024-08-27T23:21:10.824Z[ recovery-image] Aug 27 23:21:09.003 INFO O| Aug 27 23:21:09.003 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-27T23:21:10.835Z[ recovery-image] Aug 27 23:21:09.014 INFO O| Aug 27 23:21:09.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67702024-08-27T23:21:10.835Z[ recovery-image] Aug 27 23:21:09.014 INFO O| Aug 27 23:21:09.014 INFO STEP 945 (remove_files) COMPLETE
67712024-08-27T23:21:10.838Z[ recovery-image] Aug 27 23:21:09.015 INFO O| Aug 27 23:21:09.014 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-27T23:21:10.845Z[ recovery-image] Aug 27 23:21:09.025 INFO O| Aug 27 23:21:09.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67732024-08-27T23:21:10.848Z[ recovery-image] Aug 27 23:21:09.025 INFO O| Aug 27 23:21:09.025 INFO STEP 946 (remove_files) COMPLETE
67742024-08-27T23:21:10.848Z[ recovery-image] Aug 27 23:21:09.025 INFO O| Aug 27 23:21:09.025 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-27T23:21:10.855Z[ recovery-image] Aug 27 23:21:09.035 INFO O| Aug 27 23:21:09.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67762024-08-27T23:21:10.858Z[ recovery-image] Aug 27 23:21:09.035 INFO O| Aug 27 23:21:09.035 INFO STEP 947 (remove_files) COMPLETE
67772024-08-27T23:21:10.858Z[ recovery-image] Aug 27 23:21:09.035 INFO O| Aug 27 23:21:09.035 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-27T23:21:10.865Z[ recovery-image] Aug 27 23:21:09.044 INFO O| Aug 27 23:21:09.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67792024-08-27T23:21:10.865Z[ recovery-image] Aug 27 23:21:09.044 INFO O| Aug 27 23:21:09.044 INFO STEP 948 (remove_files) COMPLETE
67802024-08-27T23:21:10.865Z[ recovery-image] Aug 27 23:21:09.044 INFO O| Aug 27 23:21:09.044 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-27T23:21:10.875Z[ recovery-image] Aug 27 23:21:09.054 INFO O| Aug 27 23:21:09.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67822024-08-27T23:21:10.875Z[ recovery-image] Aug 27 23:21:09.054 INFO O| Aug 27 23:21:09.054 INFO STEP 949 (remove_files) COMPLETE
67832024-08-27T23:21:10.877Z[ recovery-image] Aug 27 23:21:09.054 INFO O| Aug 27 23:21:09.054 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-27T23:21:10.886Z[ recovery-image] Aug 27 23:21:09.064 INFO O| Aug 27 23:21:09.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67852024-08-27T23:21:10.886Z[ recovery-image] Aug 27 23:21:09.064 INFO O| Aug 27 23:21:09.064 INFO STEP 950 (remove_files) COMPLETE
67862024-08-27T23:21:10.888Z[ recovery-image] Aug 27 23:21:09.064 INFO O| Aug 27 23:21:09.064 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-27T23:21:10.894Z[ recovery-image] Aug 27 23:21:09.073 INFO O| Aug 27 23:21:09.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67882024-08-27T23:21:10.894Z[ recovery-image] Aug 27 23:21:09.073 INFO O| Aug 27 23:21:09.073 INFO STEP 951 (remove_files) COMPLETE
67892024-08-27T23:21:10.897Z[ recovery-image] Aug 27 23:21:09.074 INFO O| Aug 27 23:21:09.073 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-27T23:21:10.904Z[ recovery-image] Aug 27 23:21:09.083 INFO O| Aug 27 23:21:09.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67912024-08-27T23:21:10.907Z[ recovery-image] Aug 27 23:21:09.083 INFO O| Aug 27 23:21:09.083 INFO STEP 952 (remove_files) COMPLETE
67922024-08-27T23:21:10.907Z[ recovery-image] Aug 27 23:21:09.083 INFO O| Aug 27 23:21:09.083 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-27T23:21:10.914Z[ recovery-image] Aug 27 23:21:09.093 INFO O| Aug 27 23:21:09.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67942024-08-27T23:21:10.916Z[ recovery-image] Aug 27 23:21:09.093 INFO O| Aug 27 23:21:09.093 INFO STEP 953 (remove_files) COMPLETE
67952024-08-27T23:21:10.916Z[ recovery-image] Aug 27 23:21:09.093 INFO O| Aug 27 23:21:09.093 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-27T23:21:10.923Z[ recovery-image] Aug 27 23:21:09.103 INFO O| Aug 27 23:21:09.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67972024-08-27T23:21:10.926Z[ recovery-image] Aug 27 23:21:09.103 INFO O| Aug 27 23:21:09.103 INFO STEP 954 (remove_files) COMPLETE
67982024-08-27T23:21:10.926Z[ recovery-image] Aug 27 23:21:09.103 INFO O| Aug 27 23:21:09.103 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-27T23:21:10.933Z[ recovery-image] Aug 27 23:21:09.112 INFO O| Aug 27 23:21:09.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
68002024-08-27T23:21:10.936Z[ recovery-image] Aug 27 23:21:09.112 INFO O| Aug 27 23:21:09.112 INFO STEP 955 (remove_files) COMPLETE
68012024-08-27T23:21:10.936Z[ recovery-image] Aug 27 23:21:09.112 INFO O| Aug 27 23:21:09.112 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-08-27T23:21:10.942Z[ recovery-image] Aug 27 23:21:09.122 INFO O| Aug 27 23:21:09.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
68032024-08-27T23:21:10.945Z[ recovery-image] Aug 27 23:21:09.122 INFO O| Aug 27 23:21:09.122 INFO STEP 956 (remove_files) COMPLETE
68042024-08-27T23:21:10.945Z[ recovery-image] Aug 27 23:21:09.122 INFO O| Aug 27 23:21:09.122 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-08-27T23:21:10.952Z[ recovery-image] Aug 27 23:21:09.131 INFO O| Aug 27 23:21:09.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
68062024-08-27T23:21:10.952Z[ recovery-image] Aug 27 23:21:09.131 INFO O| Aug 27 23:21:09.131 INFO STEP 957 (remove_files) COMPLETE
68072024-08-27T23:21:10.954Z[ recovery-image] Aug 27 23:21:09.131 INFO O| Aug 27 23:21:09.131 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-08-27T23:21:10.962Z[ recovery-image] Aug 27 23:21:09.141 INFO O| Aug 27 23:21:09.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
68092024-08-27T23:21:10.962Z[ recovery-image] Aug 27 23:21:09.141 INFO O| Aug 27 23:21:09.141 INFO STEP 958 (remove_files) COMPLETE
68102024-08-27T23:21:10.962Z[ recovery-image] Aug 27 23:21:09.141 INFO O| Aug 27 23:21:09.141 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-08-27T23:21:10.971Z[ recovery-image] Aug 27 23:21:09.150 INFO O| Aug 27 23:21:09.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
68122024-08-27T23:21:10.971Z[ recovery-image] Aug 27 23:21:09.150 INFO O| Aug 27 23:21:09.150 INFO STEP 959 (remove_files) COMPLETE
68132024-08-27T23:21:10.973Z[ recovery-image] Aug 27 23:21:09.150 INFO O| Aug 27 23:21:09.150 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-08-27T23:21:10.980Z[ recovery-image] Aug 27 23:21:09.160 INFO O| Aug 27 23:21:09.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
68152024-08-27T23:21:10.983Z[ recovery-image] Aug 27 23:21:09.160 INFO O| Aug 27 23:21:09.160 INFO STEP 960 (remove_files) COMPLETE
68162024-08-27T23:21:10.983Z[ recovery-image] Aug 27 23:21:09.160 INFO O| Aug 27 23:21:09.160 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-08-27T23:21:10.991Z[ recovery-image] Aug 27 23:21:09.170 INFO O| Aug 27 23:21:09.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
68182024-08-27T23:21:10.993Z[ recovery-image] Aug 27 23:21:09.170 INFO O| Aug 27 23:21:09.170 INFO STEP 961 (remove_files) COMPLETE
68192024-08-27T23:21:10.993Z[ recovery-image] Aug 27 23:21:09.170 INFO O| Aug 27 23:21:09.170 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-08-27T23:21:11.001Z[ recovery-image] Aug 27 23:21:09.179 INFO O| Aug 27 23:21:09.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
68212024-08-27T23:21:11.001Z[ recovery-image] Aug 27 23:21:09.179 INFO O| Aug 27 23:21:09.179 INFO STEP 962 (remove_files) COMPLETE
68222024-08-27T23:21:11.001Z[ recovery-image] Aug 27 23:21:09.179 INFO O| Aug 27 23:21:09.179 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-08-27T23:21:11.010Z[ recovery-image] Aug 27 23:21:09.189 INFO O| Aug 27 23:21:09.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
68242024-08-27T23:21:11.010Z[ recovery-image] Aug 27 23:21:09.189 INFO O| Aug 27 23:21:09.189 INFO STEP 963 (remove_files) COMPLETE
68252024-08-27T23:21:11.012Z[ recovery-image] Aug 27 23:21:09.189 INFO O| Aug 27 23:21:09.189 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-08-27T23:21:11.020Z[ recovery-image] Aug 27 23:21:09.199 INFO O| Aug 27 23:21:09.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
68272024-08-27T23:21:11.020Z[ recovery-image] Aug 27 23:21:09.199 INFO O| Aug 27 23:21:09.199 INFO STEP 964 (remove_files) COMPLETE
68282024-08-27T23:21:11.031Z[ recovery-image] Aug 27 23:21:09.199 INFO O| Aug 27 23:21:09.199 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-08-27T23:21:11.040Z[ recovery-image] Aug 27 23:21:09.208 INFO O| Aug 27 23:21:09.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
68302024-08-27T23:21:11.040Z[ recovery-image] Aug 27 23:21:09.208 INFO O| Aug 27 23:21:09.208 INFO STEP 965 (remove_files) COMPLETE
68312024-08-27T23:21:11.040Z[ recovery-image] Aug 27 23:21:09.208 INFO O| Aug 27 23:21:09.208 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-08-27T23:21:11.040Z[ recovery-image] Aug 27 23:21:09.218 INFO O| Aug 27 23:21:09.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
68332024-08-27T23:21:11.040Z[ recovery-image] Aug 27 23:21:09.218 INFO O| Aug 27 23:21:09.218 INFO STEP 966 (remove_files) COMPLETE
68342024-08-27T23:21:11.040Z[ recovery-image] Aug 27 23:21:09.218 INFO O| Aug 27 23:21:09.218 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-08-27T23:21:11.049Z[ recovery-image] Aug 27 23:21:09.227 INFO O| Aug 27 23:21:09.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
68362024-08-27T23:21:11.049Z[ recovery-image] Aug 27 23:21:09.227 INFO O| Aug 27 23:21:09.227 INFO STEP 967 (remove_files) COMPLETE
68372024-08-27T23:21:11.049Z[ recovery-image] Aug 27 23:21:09.227 INFO O| Aug 27 23:21:09.227 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-08-27T23:21:11.058Z[ recovery-image] Aug 27 23:21:09.237 INFO O| Aug 27 23:21:09.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
68392024-08-27T23:21:11.060Z[ recovery-image] Aug 27 23:21:09.237 INFO O| Aug 27 23:21:09.237 INFO STEP 968 (remove_files) COMPLETE
68402024-08-27T23:21:11.060Z[ recovery-image] Aug 27 23:21:09.237 INFO O| Aug 27 23:21:09.237 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-08-27T23:21:11.067Z[ recovery-image] Aug 27 23:21:09.246 INFO O| Aug 27 23:21:09.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
68422024-08-27T23:21:11.067Z[ recovery-image] Aug 27 23:21:09.246 INFO O| Aug 27 23:21:09.246 INFO STEP 969 (remove_files) COMPLETE
68432024-08-27T23:21:11.069Z[ recovery-image] Aug 27 23:21:09.246 INFO O| Aug 27 23:21:09.246 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-08-27T23:21:11.077Z[ recovery-image] Aug 27 23:21:09.256 INFO O| Aug 27 23:21:09.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
68452024-08-27T23:21:11.077Z[ recovery-image] Aug 27 23:21:09.256 INFO O| Aug 27 23:21:09.256 INFO STEP 970 (remove_files) COMPLETE
68462024-08-27T23:21:11.079Z[ recovery-image] Aug 27 23:21:09.256 INFO O| Aug 27 23:21:09.256 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-08-27T23:21:11.086Z[ recovery-image] Aug 27 23:21:09.266 INFO O| Aug 27 23:21:09.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
68482024-08-27T23:21:11.089Z[ recovery-image] Aug 27 23:21:09.266 INFO O| Aug 27 23:21:09.266 INFO STEP 971 (remove_files) COMPLETE
68492024-08-27T23:21:11.089Z[ recovery-image] Aug 27 23:21:09.266 INFO O| Aug 27 23:21:09.266 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-08-27T23:21:11.096Z[ recovery-image] Aug 27 23:21:09.275 INFO O| Aug 27 23:21:09.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68512024-08-27T23:21:11.098Z[ recovery-image] Aug 27 23:21:09.275 INFO O| Aug 27 23:21:09.275 INFO STEP 972 (remove_files) COMPLETE
68522024-08-27T23:21:11.098Z[ recovery-image] Aug 27 23:21:09.275 INFO O| Aug 27 23:21:09.275 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-08-27T23:21:11.106Z[ recovery-image] Aug 27 23:21:09.285 INFO O| Aug 27 23:21:09.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68542024-08-27T23:21:11.110Z[ recovery-image] Aug 27 23:21:09.285 INFO O| Aug 27 23:21:09.285 INFO STEP 973 (remove_files) COMPLETE
68552024-08-27T23:21:11.110Z[ recovery-image] Aug 27 23:21:09.285 INFO O| Aug 27 23:21:09.285 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-08-27T23:21:11.115Z[ recovery-image] Aug 27 23:21:09.294 INFO O| Aug 27 23:21:09.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68572024-08-27T23:21:11.118Z[ recovery-image] Aug 27 23:21:09.294 INFO O| Aug 27 23:21:09.294 INFO STEP 974 (remove_files) COMPLETE
68582024-08-27T23:21:11.118Z[ recovery-image] Aug 27 23:21:09.294 INFO O| Aug 27 23:21:09.294 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-08-27T23:21:11.125Z[ recovery-image] Aug 27 23:21:09.304 INFO O| Aug 27 23:21:09.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68602024-08-27T23:21:11.125Z[ recovery-image] Aug 27 23:21:09.304 INFO O| Aug 27 23:21:09.304 INFO STEP 975 (remove_files) COMPLETE
68612024-08-27T23:21:11.127Z[ recovery-image] Aug 27 23:21:09.304 INFO O| Aug 27 23:21:09.304 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-08-27T23:21:11.134Z[ recovery-image] Aug 27 23:21:09.313 INFO O| Aug 27 23:21:09.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68632024-08-27T23:21:11.135Z[ recovery-image] Aug 27 23:21:09.313 INFO O| Aug 27 23:21:09.313 INFO STEP 976 (remove_files) COMPLETE
68642024-08-27T23:21:11.137Z[ recovery-image] Aug 27 23:21:09.313 INFO O| Aug 27 23:21:09.313 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-08-27T23:21:11.144Z[ recovery-image] Aug 27 23:21:09.323 INFO O| Aug 27 23:21:09.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68662024-08-27T23:21:11.147Z[ recovery-image] Aug 27 23:21:09.323 INFO O| Aug 27 23:21:09.323 INFO STEP 977 (remove_files) COMPLETE
68672024-08-27T23:21:11.147Z[ recovery-image] Aug 27 23:21:09.323 INFO O| Aug 27 23:21:09.323 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-08-27T23:21:11.153Z[ recovery-image] Aug 27 23:21:09.333 INFO O| Aug 27 23:21:09.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68692024-08-27T23:21:11.157Z[ recovery-image] Aug 27 23:21:09.333 INFO O| Aug 27 23:21:09.333 INFO STEP 978 (remove_files) COMPLETE
68702024-08-27T23:21:11.157Z[ recovery-image] Aug 27 23:21:09.333 INFO O| Aug 27 23:21:09.333 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-08-27T23:21:11.163Z[ recovery-image] Aug 27 23:21:09.342 INFO O| Aug 27 23:21:09.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68722024-08-27T23:21:11.166Z[ recovery-image] Aug 27 23:21:09.343 INFO O| Aug 27 23:21:09.343 INFO STEP 979 (remove_files) COMPLETE
68732024-08-27T23:21:11.166Z[ recovery-image] Aug 27 23:21:09.343 INFO O| Aug 27 23:21:09.343 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-08-27T23:21:11.174Z[ recovery-image] Aug 27 23:21:09.353 INFO O| Aug 27 23:21:09.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68752024-08-27T23:21:11.176Z[ recovery-image] Aug 27 23:21:09.353 INFO O| Aug 27 23:21:09.353 INFO STEP 980 (remove_files) COMPLETE
68762024-08-27T23:21:11.176Z[ recovery-image] Aug 27 23:21:09.353 INFO O| Aug 27 23:21:09.353 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-08-27T23:21:11.186Z[ recovery-image] Aug 27 23:21:09.363 INFO O| Aug 27 23:21:09.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68782024-08-27T23:21:11.186Z[ recovery-image] Aug 27 23:21:09.364 INFO O| Aug 27 23:21:09.363 INFO STEP 981 (remove_files) COMPLETE
68792024-08-27T23:21:11.186Z[ recovery-image] Aug 27 23:21:09.364 INFO O| Aug 27 23:21:09.363 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-08-27T23:21:11.194Z[ recovery-image] Aug 27 23:21:09.373 INFO O| Aug 27 23:21:09.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68812024-08-27T23:21:11.196Z[ recovery-image] Aug 27 23:21:09.373 INFO O| Aug 27 23:21:09.373 INFO STEP 982 (remove_files) COMPLETE
68822024-08-27T23:21:11.196Z[ recovery-image] Aug 27 23:21:09.373 INFO O| Aug 27 23:21:09.373 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-08-27T23:21:11.204Z[ recovery-image] Aug 27 23:21:09.383 INFO O| Aug 27 23:21:09.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68842024-08-27T23:21:11.204Z[ recovery-image] Aug 27 23:21:09.383 INFO O| Aug 27 23:21:09.383 INFO STEP 983 (remove_files) COMPLETE
68852024-08-27T23:21:11.206Z[ recovery-image] Aug 27 23:21:09.383 INFO O| Aug 27 23:21:09.383 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-08-27T23:21:11.213Z[ recovery-image] Aug 27 23:21:09.392 INFO O| Aug 27 23:21:09.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68872024-08-27T23:21:11.216Z[ recovery-image] Aug 27 23:21:09.392 INFO O| Aug 27 23:21:09.392 INFO STEP 984 (remove_files) COMPLETE
68882024-08-27T23:21:11.216Z[ recovery-image] Aug 27 23:21:09.392 INFO O| Aug 27 23:21:09.392 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-08-27T23:21:11.223Z[ recovery-image] Aug 27 23:21:09.402 INFO O| Aug 27 23:21:09.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68902024-08-27T23:21:11.223Z[ recovery-image] Aug 27 23:21:09.402 INFO O| Aug 27 23:21:09.402 INFO STEP 985 (remove_files) COMPLETE
68912024-08-27T23:21:11.225Z[ recovery-image] Aug 27 23:21:09.402 INFO O| Aug 27 23:21:09.402 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-27T23:21:11.233Z[ recovery-image] Aug 27 23:21:09.412 INFO O| Aug 27 23:21:09.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68932024-08-27T23:21:11.233Z[ recovery-image] Aug 27 23:21:09.412 INFO O| Aug 27 23:21:09.412 INFO STEP 986 (remove_files) COMPLETE
68942024-08-27T23:21:11.236Z[ recovery-image] Aug 27 23:21:09.412 INFO O| Aug 27 23:21:09.412 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-27T23:21:11.243Z[ recovery-image] Aug 27 23:21:09.421 INFO O| Aug 27 23:21:09.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68962024-08-27T23:21:11.243Z[ recovery-image] Aug 27 23:21:09.421 INFO O| Aug 27 23:21:09.421 INFO STEP 987 (remove_files) COMPLETE
68972024-08-27T23:21:11.243Z[ recovery-image] Aug 27 23:21:09.421 INFO O| Aug 27 23:21:09.421 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-08-27T23:21:11.252Z[ recovery-image] Aug 27 23:21:09.431 INFO O| Aug 27 23:21:09.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68992024-08-27T23:21:11.254Z[ recovery-image] Aug 27 23:21:09.431 INFO O| Aug 27 23:21:09.431 INFO STEP 988 (remove_files) COMPLETE
69002024-08-27T23:21:11.254Z[ recovery-image] Aug 27 23:21:09.431 INFO O| Aug 27 23:21:09.431 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-27T23:21:11.261Z[ recovery-image] Aug 27 23:21:09.440 INFO O| Aug 27 23:21:09.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
69022024-08-27T23:21:11.261Z[ recovery-image] Aug 27 23:21:09.440 INFO O| Aug 27 23:21:09.440 INFO STEP 989 (remove_files) COMPLETE
69032024-08-27T23:21:11.264Z[ recovery-image] Aug 27 23:21:09.440 INFO O| Aug 27 23:21:09.440 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-27T23:21:11.271Z[ recovery-image] Aug 27 23:21:09.450 INFO O| Aug 27 23:21:09.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
69052024-08-27T23:21:11.273Z[ recovery-image] Aug 27 23:21:09.450 INFO O| Aug 27 23:21:09.450 INFO STEP 990 (remove_files) COMPLETE
69062024-08-27T23:21:11.273Z[ recovery-image] Aug 27 23:21:09.450 INFO O| Aug 27 23:21:09.450 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-27T23:21:11.280Z[ recovery-image] Aug 27 23:21:09.459 INFO O| Aug 27 23:21:09.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
69082024-08-27T23:21:11.282Z[ recovery-image] Aug 27 23:21:09.459 INFO O| Aug 27 23:21:09.459 INFO STEP 991 (remove_files) COMPLETE
69092024-08-27T23:21:11.282Z[ recovery-image] Aug 27 23:21:09.459 INFO O| Aug 27 23:21:09.459 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-27T23:21:11.290Z[ recovery-image] Aug 27 23:21:09.469 INFO O| Aug 27 23:21:09.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
69112024-08-27T23:21:11.290Z[ recovery-image] Aug 27 23:21:09.469 INFO O| Aug 27 23:21:09.469 INFO STEP 992 (remove_files) COMPLETE
69122024-08-27T23:21:11.290Z[ recovery-image] Aug 27 23:21:09.469 INFO O| Aug 27 23:21:09.469 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-27T23:21:11.300Z[ recovery-image] Aug 27 23:21:09.478 INFO O| Aug 27 23:21:09.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
69142024-08-27T23:21:11.300Z[ recovery-image] Aug 27 23:21:09.478 INFO O| Aug 27 23:21:09.478 INFO STEP 993 (remove_files) COMPLETE
69152024-08-27T23:21:11.302Z[ recovery-image] Aug 27 23:21:09.478 INFO O| Aug 27 23:21:09.478 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-27T23:21:11.309Z[ recovery-image] Aug 27 23:21:09.488 INFO O| Aug 27 23:21:09.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
69172024-08-27T23:21:11.309Z[ recovery-image] Aug 27 23:21:09.488 INFO O| Aug 27 23:21:09.488 INFO STEP 994 (remove_files) COMPLETE
69182024-08-27T23:21:11.309Z[ recovery-image] Aug 27 23:21:09.488 INFO O| Aug 27 23:21:09.488 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-27T23:21:11.318Z[ recovery-image] Aug 27 23:21:09.497 INFO O| Aug 27 23:21:09.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
69202024-08-27T23:21:11.318Z[ recovery-image] Aug 27 23:21:09.497 INFO O| Aug 27 23:21:09.497 INFO STEP 995 (remove_files) COMPLETE
69212024-08-27T23:21:11.321Z[ recovery-image] Aug 27 23:21:09.497 INFO O| Aug 27 23:21:09.497 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-27T23:21:11.328Z[ recovery-image] Aug 27 23:21:09.507 INFO O| Aug 27 23:21:09.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
69232024-08-27T23:21:11.328Z[ recovery-image] Aug 27 23:21:09.507 INFO O| Aug 27 23:21:09.507 INFO STEP 996 (remove_files) COMPLETE
69242024-08-27T23:21:11.328Z[ recovery-image] Aug 27 23:21:09.507 INFO O| Aug 27 23:21:09.507 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-27T23:21:11.337Z[ recovery-image] Aug 27 23:21:09.516 INFO O| Aug 27 23:21:09.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
69262024-08-27T23:21:11.337Z[ recovery-image] Aug 27 23:21:09.516 INFO O| Aug 27 23:21:09.516 INFO STEP 997 (remove_files) COMPLETE
69272024-08-27T23:21:11.338Z[ recovery-image] Aug 27 23:21:09.517 INFO O| Aug 27 23:21:09.516 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-08-27T23:21:11.347Z[ recovery-image] Aug 27 23:21:09.526 INFO O| Aug 27 23:21:09.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
69292024-08-27T23:21:11.347Z[ recovery-image] Aug 27 23:21:09.526 INFO O| Aug 27 23:21:09.526 INFO STEP 998 (remove_files) COMPLETE
69302024-08-27T23:21:11.347Z[ recovery-image] Aug 27 23:21:09.526 INFO O| Aug 27 23:21:09.526 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-08-27T23:21:11.356Z[ recovery-image] Aug 27 23:21:09.535 INFO O| Aug 27 23:21:09.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
69322024-08-27T23:21:11.356Z[ recovery-image] Aug 27 23:21:09.536 INFO O| Aug 27 23:21:09.535 INFO STEP 999 (remove_files) COMPLETE
69332024-08-27T23:21:11.359Z[ recovery-image] Aug 27 23:21:09.536 INFO O| Aug 27 23:21:09.536 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-08-27T23:21:11.366Z[ recovery-image] Aug 27 23:21:09.545 INFO O| Aug 27 23:21:09.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
69352024-08-27T23:21:11.366Z[ recovery-image] Aug 27 23:21:09.545 INFO O| Aug 27 23:21:09.545 INFO STEP 1000 (remove_files) COMPLETE
69362024-08-27T23:21:11.368Z[ recovery-image] Aug 27 23:21:09.545 INFO O| Aug 27 23:21:09.545 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-08-27T23:21:11.376Z[ recovery-image] Aug 27 23:21:09.555 INFO O| Aug 27 23:21:09.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
69382024-08-27T23:21:11.378Z[ recovery-image] Aug 27 23:21:09.555 INFO O| Aug 27 23:21:09.555 INFO STEP 1001 (remove_files) COMPLETE
69392024-08-27T23:21:11.378Z[ recovery-image] Aug 27 23:21:09.555 INFO O| Aug 27 23:21:09.555 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-08-27T23:21:11.385Z[ recovery-image] Aug 27 23:21:09.564 INFO O| Aug 27 23:21:09.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
69412024-08-27T23:21:11.385Z[ recovery-image] Aug 27 23:21:09.564 INFO O| Aug 27 23:21:09.564 INFO STEP 1002 (remove_files) COMPLETE
69422024-08-27T23:21:11.385Z[ recovery-image] Aug 27 23:21:09.564 INFO O| Aug 27 23:21:09.564 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-08-27T23:21:11.395Z[ recovery-image] Aug 27 23:21:09.574 INFO O| Aug 27 23:21:09.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
69442024-08-27T23:21:11.397Z[ recovery-image] Aug 27 23:21:09.574 INFO O| Aug 27 23:21:09.574 INFO STEP 1003 (remove_files) COMPLETE
69452024-08-27T23:21:11.397Z[ recovery-image] Aug 27 23:21:09.574 INFO O| Aug 27 23:21:09.574 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-08-27T23:21:11.404Z[ recovery-image] Aug 27 23:21:09.583 INFO O| Aug 27 23:21:09.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69472024-08-27T23:21:11.404Z[ recovery-image] Aug 27 23:21:09.583 INFO O| Aug 27 23:21:09.583 INFO STEP 1004 (remove_files) COMPLETE
69482024-08-27T23:21:11.407Z[ recovery-image] Aug 27 23:21:09.583 INFO O| Aug 27 23:21:09.583 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-08-27T23:21:11.414Z[ recovery-image] Aug 27 23:21:09.593 INFO O| Aug 27 23:21:09.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69502024-08-27T23:21:11.416Z[ recovery-image] Aug 27 23:21:09.593 INFO O| Aug 27 23:21:09.593 INFO STEP 1005 (remove_files) COMPLETE
69512024-08-27T23:21:11.416Z[ recovery-image] Aug 27 23:21:09.593 INFO O| Aug 27 23:21:09.593 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-08-27T23:21:11.423Z[ recovery-image] Aug 27 23:21:09.602 INFO O| Aug 27 23:21:09.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69532024-08-27T23:21:11.423Z[ recovery-image] Aug 27 23:21:09.603 INFO O| Aug 27 23:21:09.602 INFO STEP 1006 (remove_files) COMPLETE
69542024-08-27T23:21:11.426Z[ recovery-image] Aug 27 23:21:09.603 INFO O| Aug 27 23:21:09.603 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-08-27T23:21:11.433Z[ recovery-image] Aug 27 23:21:09.612 INFO O| Aug 27 23:21:09.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
69562024-08-27T23:21:11.435Z[ recovery-image] Aug 27 23:21:09.612 INFO O| Aug 27 23:21:09.612 INFO STEP 1007 (remove_files) COMPLETE
69572024-08-27T23:21:11.435Z[ recovery-image] Aug 27 23:21:09.612 INFO O| Aug 27 23:21:09.612 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-08-27T23:21:11.443Z[ recovery-image] Aug 27 23:21:09.621 INFO O| Aug 27 23:21:09.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69592024-08-27T23:21:11.443Z[ recovery-image] Aug 27 23:21:09.622 INFO O| Aug 27 23:21:09.621 INFO STEP 1008 (remove_files) COMPLETE
69602024-08-27T23:21:11.445Z[ recovery-image] Aug 27 23:21:09.622 INFO O| Aug 27 23:21:09.622 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-08-27T23:21:11.452Z[ recovery-image] Aug 27 23:21:09.631 INFO O| Aug 27 23:21:09.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69622024-08-27T23:21:11.452Z[ recovery-image] Aug 27 23:21:09.631 INFO O| Aug 27 23:21:09.631 INFO STEP 1009 (remove_files) COMPLETE
69632024-08-27T23:21:11.454Z[ recovery-image] Aug 27 23:21:09.631 INFO O| Aug 27 23:21:09.631 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-08-27T23:21:11.462Z[ recovery-image] Aug 27 23:21:09.641 INFO O| Aug 27 23:21:09.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69652024-08-27T23:21:11.462Z[ recovery-image] Aug 27 23:21:09.641 INFO O| Aug 27 23:21:09.641 INFO STEP 1010 (remove_files) COMPLETE
69662024-08-27T23:21:11.462Z[ recovery-image] Aug 27 23:21:09.641 INFO O| Aug 27 23:21:09.641 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-08-27T23:21:11.471Z[ recovery-image] Aug 27 23:21:09.650 INFO O| Aug 27 23:21:09.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69682024-08-27T23:21:11.471Z[ recovery-image] Aug 27 23:21:09.650 INFO O| Aug 27 23:21:09.650 INFO STEP 1011 (remove_files) COMPLETE
69692024-08-27T23:21:11.471Z[ recovery-image] Aug 27 23:21:09.650 INFO O| Aug 27 23:21:09.650 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-08-27T23:21:11.481Z[ recovery-image] Aug 27 23:21:09.660 INFO O| Aug 27 23:21:09.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69712024-08-27T23:21:11.481Z[ recovery-image] Aug 27 23:21:09.660 INFO O| Aug 27 23:21:09.660 INFO STEP 1012 (remove_files) COMPLETE
69722024-08-27T23:21:11.481Z[ recovery-image] Aug 27 23:21:09.660 INFO O| Aug 27 23:21:09.660 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-08-27T23:21:11.492Z[ recovery-image] Aug 27 23:21:09.669 INFO O| Aug 27 23:21:09.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69742024-08-27T23:21:11.500Z[ recovery-image] Aug 27 23:21:09.669 INFO O| Aug 27 23:21:09.669 INFO STEP 1013 (remove_files) COMPLETE
69752024-08-27T23:21:11.500Z[ recovery-image] Aug 27 23:21:09.669 INFO O| Aug 27 23:21:09.669 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-08-27T23:21:11.506Z[ recovery-image] Aug 27 23:21:09.679 INFO O| Aug 27 23:21:09.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69772024-08-27T23:21:11.506Z[ recovery-image] Aug 27 23:21:09.679 INFO O| Aug 27 23:21:09.679 INFO STEP 1014 (remove_files) COMPLETE
69782024-08-27T23:21:11.506Z[ recovery-image] Aug 27 23:21:09.679 INFO O| Aug 27 23:21:09.679 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-08-27T23:21:11.510Z[ recovery-image] Aug 27 23:21:09.688 INFO O| Aug 27 23:21:09.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69802024-08-27T23:21:11.510Z[ recovery-image] Aug 27 23:21:09.689 INFO O| Aug 27 23:21:09.688 INFO STEP 1015 (remove_files) COMPLETE
69812024-08-27T23:21:11.510Z[ recovery-image] Aug 27 23:21:09.689 INFO O| Aug 27 23:21:09.689 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-08-27T23:21:11.520Z[ recovery-image] Aug 27 23:21:09.699 INFO O| Aug 27 23:21:09.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69832024-08-27T23:21:11.520Z[ recovery-image] Aug 27 23:21:09.699 INFO O| Aug 27 23:21:09.699 INFO STEP 1016 (remove_files) COMPLETE
69842024-08-27T23:21:11.522Z[ recovery-image] Aug 27 23:21:09.699 INFO O| Aug 27 23:21:09.699 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-08-27T23:21:11.529Z[ recovery-image] Aug 27 23:21:09.708 INFO O| Aug 27 23:21:09.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69862024-08-27T23:21:11.531Z[ recovery-image] Aug 27 23:21:09.708 INFO O| Aug 27 23:21:09.708 INFO STEP 1017 (remove_files) COMPLETE
69872024-08-27T23:21:11.532Z[ recovery-image] Aug 27 23:21:09.708 INFO O| Aug 27 23:21:09.708 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-08-27T23:21:11.539Z[ recovery-image] Aug 27 23:21:09.718 INFO O| Aug 27 23:21:09.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69892024-08-27T23:21:11.541Z[ recovery-image] Aug 27 23:21:09.718 INFO O| Aug 27 23:21:09.718 INFO STEP 1018 (remove_files) COMPLETE
69902024-08-27T23:21:11.541Z[ recovery-image] Aug 27 23:21:09.718 INFO O| Aug 27 23:21:09.718 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-08-27T23:21:11.548Z[ recovery-image] Aug 27 23:21:09.727 INFO O| Aug 27 23:21:09.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69922024-08-27T23:21:11.550Z[ recovery-image] Aug 27 23:21:09.728 INFO O| Aug 27 23:21:09.728 INFO STEP 1019 (remove_files) COMPLETE
69932024-08-27T23:21:11.550Z[ recovery-image] Aug 27 23:21:09.728 INFO O| Aug 27 23:21:09.728 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-08-27T23:21:11.559Z[ recovery-image] Aug 27 23:21:09.738 INFO O| Aug 27 23:21:09.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69952024-08-27T23:21:11.561Z[ recovery-image] Aug 27 23:21:09.739 INFO O| Aug 27 23:21:09.739 INFO STEP 1020 (remove_files) COMPLETE
69962024-08-27T23:21:11.561Z[ recovery-image] Aug 27 23:21:09.739 INFO O| Aug 27 23:21:09.739 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-08-27T23:21:11.569Z[ recovery-image] Aug 27 23:21:09.748 INFO O| Aug 27 23:21:09.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69982024-08-27T23:21:11.569Z[ recovery-image] Aug 27 23:21:09.748 INFO O| Aug 27 23:21:09.748 INFO STEP 1021 (remove_files) COMPLETE
69992024-08-27T23:21:11.572Z[ recovery-image] Aug 27 23:21:09.748 INFO O| Aug 27 23:21:09.748 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-08-27T23:21:11.579Z[ recovery-image] Aug 27 23:21:09.758 INFO O| Aug 27 23:21:09.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
70012024-08-27T23:21:11.582Z[ recovery-image] Aug 27 23:21:09.758 INFO O| Aug 27 23:21:09.758 INFO STEP 1022 (remove_files) COMPLETE
70022024-08-27T23:21:11.582Z[ recovery-image] Aug 27 23:21:09.758 INFO O| Aug 27 23:21:09.758 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-08-27T23:21:11.589Z[ recovery-image] Aug 27 23:21:09.767 INFO O| Aug 27 23:21:09.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
70042024-08-27T23:21:11.589Z[ recovery-image] Aug 27 23:21:09.767 INFO O| Aug 27 23:21:09.767 INFO STEP 1023 (remove_files) COMPLETE
70052024-08-27T23:21:11.591Z[ recovery-image] Aug 27 23:21:09.767 INFO O| Aug 27 23:21:09.767 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-08-27T23:21:11.599Z[ recovery-image] Aug 27 23:21:09.777 INFO O| Aug 27 23:21:09.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
70072024-08-27T23:21:11.599Z[ recovery-image] Aug 27 23:21:09.777 INFO O| Aug 27 23:21:09.777 INFO STEP 1024 (remove_files) COMPLETE
70082024-08-27T23:21:11.601Z[ recovery-image] Aug 27 23:21:09.777 INFO O| Aug 27 23:21:09.777 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-08-27T23:21:11.608Z[ recovery-image] Aug 27 23:21:09.786 INFO O| Aug 27 23:21:09.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
70102024-08-27T23:21:11.610Z[ recovery-image] Aug 27 23:21:09.787 INFO O| Aug 27 23:21:09.787 INFO STEP 1025 (remove_files) COMPLETE
70112024-08-27T23:21:11.610Z[ recovery-image] Aug 27 23:21:09.787 INFO O| Aug 27 23:21:09.787 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-27T23:21:11.617Z[ recovery-image] Aug 27 23:21:09.796 INFO O| Aug 27 23:21:09.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
70132024-08-27T23:21:11.617Z[ recovery-image] Aug 27 23:21:09.796 INFO O| Aug 27 23:21:09.796 INFO STEP 1026 (remove_files) COMPLETE
70142024-08-27T23:21:11.620Z[ recovery-image] Aug 27 23:21:09.796 INFO O| Aug 27 23:21:09.796 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-27T23:21:11.627Z[ recovery-image] Aug 27 23:21:09.806 INFO O| Aug 27 23:21:09.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
70162024-08-27T23:21:11.627Z[ recovery-image] Aug 27 23:21:09.806 INFO O| Aug 27 23:21:09.806 INFO STEP 1027 (remove_files) COMPLETE
70172024-08-27T23:21:11.629Z[ recovery-image] Aug 27 23:21:09.806 INFO O| Aug 27 23:21:09.806 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-27T23:21:11.637Z[ recovery-image] Aug 27 23:21:09.815 INFO O| Aug 27 23:21:09.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
70192024-08-27T23:21:11.637Z[ recovery-image] Aug 27 23:21:09.815 INFO O| Aug 27 23:21:09.815 INFO STEP 1028 (remove_files) COMPLETE
70202024-08-27T23:21:11.640Z[ recovery-image] Aug 27 23:21:09.815 INFO O| Aug 27 23:21:09.815 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-27T23:21:11.646Z[ recovery-image] Aug 27 23:21:09.825 INFO O| Aug 27 23:21:09.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
70222024-08-27T23:21:11.646Z[ recovery-image] Aug 27 23:21:09.825 INFO O| Aug 27 23:21:09.825 INFO STEP 1029 (remove_files) COMPLETE
70232024-08-27T23:21:11.646Z[ recovery-image] Aug 27 23:21:09.825 INFO O| Aug 27 23:21:09.825 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-27T23:21:11.655Z[ recovery-image] Aug 27 23:21:09.834 INFO O| Aug 27 23:21:09.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
70252024-08-27T23:21:11.655Z[ recovery-image] Aug 27 23:21:09.834 INFO O| Aug 27 23:21:09.834 INFO STEP 1030 (remove_files) COMPLETE
70262024-08-27T23:21:11.658Z[ recovery-image] Aug 27 23:21:09.835 INFO O| Aug 27 23:21:09.834 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-27T23:21:11.665Z[ recovery-image] Aug 27 23:21:09.844 INFO O| Aug 27 23:21:09.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
70282024-08-27T23:21:11.665Z[ recovery-image] Aug 27 23:21:09.844 INFO O| Aug 27 23:21:09.844 INFO STEP 1031 (remove_files) COMPLETE
70292024-08-27T23:21:11.667Z[ recovery-image] Aug 27 23:21:09.844 INFO O| Aug 27 23:21:09.844 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-27T23:21:11.675Z[ recovery-image] Aug 27 23:21:09.854 INFO O| Aug 27 23:21:09.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
70312024-08-27T23:21:11.675Z[ recovery-image] Aug 27 23:21:09.854 INFO O| Aug 27 23:21:09.854 INFO STEP 1032 (remove_files) COMPLETE
70322024-08-27T23:21:11.677Z[ recovery-image] Aug 27 23:21:09.854 INFO O| Aug 27 23:21:09.854 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-27T23:21:11.684Z[ recovery-image] Aug 27 23:21:09.863 INFO O| Aug 27 23:21:09.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
70342024-08-27T23:21:11.684Z[ recovery-image] Aug 27 23:21:09.863 INFO O| Aug 27 23:21:09.863 INFO STEP 1033 (remove_files) COMPLETE
70352024-08-27T23:21:11.686Z[ recovery-image] Aug 27 23:21:09.863 INFO O| Aug 27 23:21:09.863 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-27T23:21:11.694Z[ recovery-image] Aug 27 23:21:09.873 INFO O| Aug 27 23:21:09.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
70372024-08-27T23:21:11.696Z[ recovery-image] Aug 27 23:21:09.873 INFO O| Aug 27 23:21:09.873 INFO STEP 1034 (remove_files) COMPLETE
70382024-08-27T23:21:11.696Z[ recovery-image] Aug 27 23:21:09.873 INFO O| Aug 27 23:21:09.873 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-27T23:21:11.703Z[ recovery-image] Aug 27 23:21:09.882 INFO O| Aug 27 23:21:09.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
70402024-08-27T23:21:11.703Z[ recovery-image] Aug 27 23:21:09.882 INFO O| Aug 27 23:21:09.882 INFO STEP 1035 (remove_files) COMPLETE
70412024-08-27T23:21:11.703Z[ recovery-image] Aug 27 23:21:09.882 INFO O| Aug 27 23:21:09.882 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-08-27T23:21:11.713Z[ recovery-image] Aug 27 23:21:09.892 INFO O| Aug 27 23:21:09.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
70432024-08-27T23:21:11.715Z[ recovery-image] Aug 27 23:21:09.892 INFO O| Aug 27 23:21:09.892 INFO STEP 1036 (remove_files) COMPLETE
70442024-08-27T23:21:11.715Z[ recovery-image] Aug 27 23:21:09.892 INFO O| Aug 27 23:21:09.892 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-08-27T23:21:11.722Z[ recovery-image] Aug 27 23:21:09.901 INFO O| Aug 27 23:21:09.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70462024-08-27T23:21:11.724Z[ recovery-image] Aug 27 23:21:09.901 INFO O| Aug 27 23:21:09.901 INFO STEP 1037 (remove_files) COMPLETE
70472024-08-27T23:21:11.725Z[ recovery-image] Aug 27 23:21:09.901 INFO O| Aug 27 23:21:09.901 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-08-27T23:21:11.732Z[ recovery-image] Aug 27 23:21:09.911 INFO O| Aug 27 23:21:09.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70492024-08-27T23:21:11.732Z[ recovery-image] Aug 27 23:21:09.911 INFO O| Aug 27 23:21:09.911 INFO STEP 1038 (remove_files) COMPLETE
70502024-08-27T23:21:11.732Z[ recovery-image] Aug 27 23:21:09.911 INFO O| Aug 27 23:21:09.911 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-27T23:21:11.741Z[ recovery-image] Aug 27 23:21:09.920 INFO O| Aug 27 23:21:09.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70522024-08-27T23:21:11.741Z[ recovery-image] Aug 27 23:21:09.920 INFO O| Aug 27 23:21:09.920 INFO STEP 1039 (remove_files) COMPLETE
70532024-08-27T23:21:11.742Z[ recovery-image] Aug 27 23:21:09.920 INFO O| Aug 27 23:21:09.920 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-27T23:21:11.751Z[ recovery-image] Aug 27 23:21:09.930 INFO O| Aug 27 23:21:09.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
70552024-08-27T23:21:11.751Z[ recovery-image] Aug 27 23:21:09.930 INFO O| Aug 27 23:21:09.930 INFO STEP 1040 (remove_files) COMPLETE
70562024-08-27T23:21:11.753Z[ recovery-image] Aug 27 23:21:09.930 INFO O| Aug 27 23:21:09.930 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-27T23:21:11.760Z[ recovery-image] Aug 27 23:21:09.939 INFO O| Aug 27 23:21:09.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70582024-08-27T23:21:11.760Z[ recovery-image] Aug 27 23:21:09.939 INFO O| Aug 27 23:21:09.939 INFO STEP 1041 (remove_files) COMPLETE
70592024-08-27T23:21:11.761Z[ recovery-image] Aug 27 23:21:09.940 INFO O| Aug 27 23:21:09.939 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-27T23:21:11.770Z[ recovery-image] Aug 27 23:21:09.949 INFO O| Aug 27 23:21:09.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70612024-08-27T23:21:11.770Z[ recovery-image] Aug 27 23:21:09.949 INFO O| Aug 27 23:21:09.949 INFO STEP 1042 (remove_files) COMPLETE
70622024-08-27T23:21:11.772Z[ recovery-image] Aug 27 23:21:09.949 INFO O| Aug 27 23:21:09.949 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-08-27T23:21:11.780Z[ recovery-image] Aug 27 23:21:09.959 INFO O| Aug 27 23:21:09.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70642024-08-27T23:21:11.780Z[ recovery-image] Aug 27 23:21:09.959 INFO O| Aug 27 23:21:09.959 INFO STEP 1043 (remove_files) COMPLETE
70652024-08-27T23:21:11.785Z[ recovery-image] Aug 27 23:21:09.959 INFO O| Aug 27 23:21:09.959 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-08-27T23:21:11.789Z[ recovery-image] Aug 27 23:21:09.968 INFO O| Aug 27 23:21:09.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70672024-08-27T23:21:11.789Z[ recovery-image] Aug 27 23:21:09.968 INFO O| Aug 27 23:21:09.968 INFO STEP 1044 (remove_files) COMPLETE
70682024-08-27T23:21:11.789Z[ recovery-image] Aug 27 23:21:09.968 INFO O| Aug 27 23:21:09.968 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-08-27T23:21:11.799Z[ recovery-image] Aug 27 23:21:09.978 INFO O| Aug 27 23:21:09.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70702024-08-27T23:21:11.799Z[ recovery-image] Aug 27 23:21:09.978 INFO O| Aug 27 23:21:09.978 INFO STEP 1045 (remove_files) COMPLETE
70712024-08-27T23:21:11.801Z[ recovery-image] Aug 27 23:21:09.978 INFO O| Aug 27 23:21:09.978 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-08-27T23:21:11.810Z[ recovery-image] Aug 27 23:21:09.987 INFO O| Aug 27 23:21:09.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70732024-08-27T23:21:11.810Z[ recovery-image] Aug 27 23:21:09.988 INFO O| Aug 27 23:21:09.987 INFO STEP 1046 (remove_files) COMPLETE
70742024-08-27T23:21:11.810Z[ recovery-image] Aug 27 23:21:09.988 INFO O| Aug 27 23:21:09.987 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-08-27T23:21:11.819Z[ recovery-image] Aug 27 23:21:09.997 INFO O| Aug 27 23:21:09.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70762024-08-27T23:21:11.821Z[ recovery-image] Aug 27 23:21:09.998 INFO O| Aug 27 23:21:09.997 INFO STEP 1047 (remove_files) COMPLETE
70772024-08-27T23:21:11.821Z[ recovery-image] Aug 27 23:21:09.998 INFO O| Aug 27 23:21:09.998 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-08-27T23:21:11.830Z[ recovery-image] Aug 27 23:21:10.009 INFO O| Aug 27 23:21:10.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70792024-08-27T23:21:11.831Z[ recovery-image] Aug 27 23:21:10.009 INFO O| Aug 27 23:21:10.009 INFO STEP 1048 (remove_files) COMPLETE
70802024-08-27T23:21:11.833Z[ recovery-image] Aug 27 23:21:10.009 INFO O| Aug 27 23:21:10.009 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-08-27T23:21:11.841Z[ recovery-image] Aug 27 23:21:10.020 INFO O| Aug 27 23:21:10.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70822024-08-27T23:21:11.841Z[ recovery-image] Aug 27 23:21:10.020 INFO O| Aug 27 23:21:10.020 INFO STEP 1049 (remove_files) COMPLETE
70832024-08-27T23:21:11.843Z[ recovery-image] Aug 27 23:21:10.020 INFO O| Aug 27 23:21:10.020 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-08-27T23:21:11.851Z[ recovery-image] Aug 27 23:21:10.030 INFO O| Aug 27 23:21:10.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70852024-08-27T23:21:11.851Z[ recovery-image] Aug 27 23:21:10.030 INFO O| Aug 27 23:21:10.030 INFO STEP 1050 (remove_files) COMPLETE
70862024-08-27T23:21:11.853Z[ recovery-image] Aug 27 23:21:10.030 INFO O| Aug 27 23:21:10.030 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-08-27T23:21:11.861Z[ recovery-image] Aug 27 23:21:10.040 INFO O| Aug 27 23:21:10.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70882024-08-27T23:21:11.861Z[ recovery-image] Aug 27 23:21:10.040 INFO O| Aug 27 23:21:10.040 INFO STEP 1051 (remove_files) COMPLETE
70892024-08-27T23:21:11.861Z[ recovery-image] Aug 27 23:21:10.040 INFO O| Aug 27 23:21:10.040 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-08-27T23:21:11.871Z[ recovery-image] Aug 27 23:21:10.050 INFO O| Aug 27 23:21:10.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70912024-08-27T23:21:11.873Z[ recovery-image] Aug 27 23:21:10.050 INFO O| Aug 27 23:21:10.050 INFO STEP 1052 (remove_files) COMPLETE
70922024-08-27T23:21:11.873Z[ recovery-image] Aug 27 23:21:10.050 INFO O| Aug 27 23:21:10.050 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-08-27T23:21:11.881Z[ recovery-image] Aug 27 23:21:10.060 INFO O| Aug 27 23:21:10.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70942024-08-27T23:21:11.881Z[ recovery-image] Aug 27 23:21:10.060 INFO O| Aug 27 23:21:10.060 INFO STEP 1053 (remove_files) COMPLETE
70952024-08-27T23:21:11.881Z[ recovery-image] Aug 27 23:21:10.060 INFO O| Aug 27 23:21:10.060 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-08-27T23:21:11.891Z[ recovery-image] Aug 27 23:21:10.070 INFO O| Aug 27 23:21:10.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70972024-08-27T23:21:11.891Z[ recovery-image] Aug 27 23:21:10.070 INFO O| Aug 27 23:21:10.070 INFO STEP 1054 (remove_files) COMPLETE
70982024-08-27T23:21:11.891Z[ recovery-image] Aug 27 23:21:10.070 INFO O| Aug 27 23:21:10.070 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-08-27T23:21:11.901Z[ recovery-image] Aug 27 23:21:10.080 INFO O| Aug 27 23:21:10.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
71002024-08-27T23:21:11.903Z[ recovery-image] Aug 27 23:21:10.080 INFO O| Aug 27 23:21:10.080 INFO STEP 1055 (remove_files) COMPLETE
71012024-08-27T23:21:11.903Z[ recovery-image] Aug 27 23:21:10.080 INFO O| Aug 27 23:21:10.080 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-08-27T23:21:11.912Z[ recovery-image] Aug 27 23:21:10.090 INFO O| Aug 27 23:21:10.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
71032024-08-27T23:21:11.914Z[ recovery-image] Aug 27 23:21:10.091 INFO O| Aug 27 23:21:10.090 INFO STEP 1056 (remove_files) COMPLETE
71042024-08-27T23:21:11.914Z[ recovery-image] Aug 27 23:21:10.091 INFO O| Aug 27 23:21:10.090 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-08-27T23:21:11.922Z[ recovery-image] Aug 27 23:21:10.101 INFO O| Aug 27 23:21:10.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
71062024-08-27T23:21:11.922Z[ recovery-image] Aug 27 23:21:10.101 INFO O| Aug 27 23:21:10.101 INFO STEP 1057 (remove_files) COMPLETE
71072024-08-27T23:21:11.922Z[ recovery-image] Aug 27 23:21:10.101 INFO O| Aug 27 23:21:10.101 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-08-27T23:21:11.932Z[ recovery-image] Aug 27 23:21:10.111 INFO O| Aug 27 23:21:10.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
71092024-08-27T23:21:11.932Z[ recovery-image] Aug 27 23:21:10.111 INFO O| Aug 27 23:21:10.111 INFO STEP 1058 (remove_files) COMPLETE
71102024-08-27T23:21:11.932Z[ recovery-image] Aug 27 23:21:10.111 INFO O| Aug 27 23:21:10.111 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-08-27T23:21:11.942Z[ recovery-image] Aug 27 23:21:10.121 INFO O| Aug 27 23:21:10.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
71122024-08-27T23:21:11.942Z[ recovery-image] Aug 27 23:21:10.121 INFO O| Aug 27 23:21:10.121 INFO STEP 1059 (remove_files) COMPLETE
71132024-08-27T23:21:11.942Z[ recovery-image] Aug 27 23:21:10.121 INFO O| Aug 27 23:21:10.121 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-08-27T23:21:11.953Z[ recovery-image] Aug 27 23:21:10.132 INFO O| Aug 27 23:21:10.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
71152024-08-27T23:21:11.953Z[ recovery-image] Aug 27 23:21:10.132 INFO O| Aug 27 23:21:10.132 INFO STEP 1060 (remove_files) COMPLETE
71162024-08-27T23:21:11.953Z[ recovery-image] Aug 27 23:21:10.132 INFO O| Aug 27 23:21:10.132 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-08-27T23:21:11.963Z[ recovery-image] Aug 27 23:21:10.142 INFO O| Aug 27 23:21:10.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
71182024-08-27T23:21:11.965Z[ recovery-image] Aug 27 23:21:10.143 INFO O| Aug 27 23:21:10.143 INFO STEP 1061 (remove_files) COMPLETE
71192024-08-27T23:21:11.965Z[ recovery-image] Aug 27 23:21:10.143 INFO O| Aug 27 23:21:10.143 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-08-27T23:21:11.974Z[ recovery-image] Aug 27 23:21:10.153 INFO O| Aug 27 23:21:10.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
71212024-08-27T23:21:11.978Z[ recovery-image] Aug 27 23:21:10.154 INFO O| Aug 27 23:21:10.154 INFO STEP 1062 (remove_files) COMPLETE
71222024-08-27T23:21:11.978Z[ recovery-image] Aug 27 23:21:10.154 INFO O| Aug 27 23:21:10.154 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-08-27T23:21:11.986Z[ recovery-image] Aug 27 23:21:10.165 INFO O| Aug 27 23:21:10.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
71242024-08-27T23:21:11.986Z[ recovery-image] Aug 27 23:21:10.165 INFO O| Aug 27 23:21:10.165 INFO STEP 1063 (remove_files) COMPLETE
71252024-08-27T23:21:11.989Z[ recovery-image] Aug 27 23:21:10.165 INFO O| Aug 27 23:21:10.165 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-08-27T23:21:11.997Z[ recovery-image] Aug 27 23:21:10.175 INFO O| Aug 27 23:21:10.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
71272024-08-27T23:21:11.997Z[ recovery-image] Aug 27 23:21:10.175 INFO O| Aug 27 23:21:10.175 INFO STEP 1064 (remove_files) COMPLETE
71282024-08-27T23:21:12.002Z[ recovery-image] Aug 27 23:21:10.175 INFO O| Aug 27 23:21:10.175 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-08-27T23:21:12.007Z[ recovery-image] Aug 27 23:21:10.186 INFO O| Aug 27 23:21:10.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
71302024-08-27T23:21:12.010Z[ recovery-image] Aug 27 23:21:10.186 INFO O| Aug 27 23:21:10.186 INFO STEP 1065 (remove_files) COMPLETE
71312024-08-27T23:21:12.011Z[ recovery-image] Aug 27 23:21:10.186 INFO O| Aug 27 23:21:10.186 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-08-27T23:21:12.017Z[ recovery-image] Aug 27 23:21:10.196 INFO O| Aug 27 23:21:10.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
71332024-08-27T23:21:12.017Z[ recovery-image] Aug 27 23:21:10.196 INFO O| Aug 27 23:21:10.196 INFO STEP 1066 (remove_files) COMPLETE
71342024-08-27T23:21:12.017Z[ recovery-image] Aug 27 23:21:10.196 INFO O| Aug 27 23:21:10.196 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-08-27T23:21:12.027Z[ recovery-image] Aug 27 23:21:10.206 INFO O| Aug 27 23:21:10.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
71362024-08-27T23:21:12.027Z[ recovery-image] Aug 27 23:21:10.206 INFO O| Aug 27 23:21:10.206 INFO STEP 1067 (remove_files) COMPLETE
71372024-08-27T23:21:12.028Z[ recovery-image] Aug 27 23:21:10.206 INFO O| Aug 27 23:21:10.206 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-08-27T23:21:12.038Z[ recovery-image] Aug 27 23:21:10.216 INFO O| Aug 27 23:21:10.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
71392024-08-27T23:21:12.040Z[ recovery-image] Aug 27 23:21:10.216 INFO O| Aug 27 23:21:10.216 INFO STEP 1068 (remove_files) COMPLETE
71402024-08-27T23:21:12.040Z[ recovery-image] Aug 27 23:21:10.217 INFO O| Aug 27 23:21:10.216 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-08-27T23:21:12.048Z[ recovery-image] Aug 27 23:21:10.227 INFO O| Aug 27 23:21:10.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
71422024-08-27T23:21:12.048Z[ recovery-image] Aug 27 23:21:10.227 INFO O| Aug 27 23:21:10.227 INFO STEP 1069 (remove_files) COMPLETE
71432024-08-27T23:21:12.051Z[ recovery-image] Aug 27 23:21:10.227 INFO O| Aug 27 23:21:10.227 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-08-27T23:21:12.059Z[ recovery-image] Aug 27 23:21:10.238 INFO O| Aug 27 23:21:10.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71452024-08-27T23:21:12.059Z[ recovery-image] Aug 27 23:21:10.238 INFO O| Aug 27 23:21:10.238 INFO STEP 1070 (remove_files) COMPLETE
71462024-08-27T23:21:12.061Z[ recovery-image] Aug 27 23:21:10.238 INFO O| Aug 27 23:21:10.238 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-08-27T23:21:12.070Z[ recovery-image] Aug 27 23:21:10.249 INFO O| Aug 27 23:21:10.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71482024-08-27T23:21:12.070Z[ recovery-image] Aug 27 23:21:10.249 INFO O| Aug 27 23:21:10.249 INFO STEP 1071 (remove_files) COMPLETE
71492024-08-27T23:21:12.070Z[ recovery-image] Aug 27 23:21:10.249 INFO O| Aug 27 23:21:10.249 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-08-27T23:21:12.080Z[ recovery-image] Aug 27 23:21:10.259 INFO O| Aug 27 23:21:10.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
71512024-08-27T23:21:12.080Z[ recovery-image] Aug 27 23:21:10.259 INFO O| Aug 27 23:21:10.259 INFO STEP 1072 (remove_files) COMPLETE
71522024-08-27T23:21:12.080Z[ recovery-image] Aug 27 23:21:10.259 INFO O| Aug 27 23:21:10.259 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-08-27T23:21:12.091Z[ recovery-image] Aug 27 23:21:10.269 INFO O| Aug 27 23:21:10.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
71542024-08-27T23:21:12.091Z[ recovery-image] Aug 27 23:21:10.270 INFO O| Aug 27 23:21:10.270 INFO STEP 1073 (remove_files) COMPLETE
71552024-08-27T23:21:12.093Z[ recovery-image] Aug 27 23:21:10.270 INFO O| Aug 27 23:21:10.270 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-08-27T23:21:12.101Z[ recovery-image] Aug 27 23:21:10.280 INFO O| Aug 27 23:21:10.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71572024-08-27T23:21:12.101Z[ recovery-image] Aug 27 23:21:10.280 INFO O| Aug 27 23:21:10.280 INFO STEP 1074 (remove_files) COMPLETE
71582024-08-27T23:21:12.103Z[ recovery-image] Aug 27 23:21:10.280 INFO O| Aug 27 23:21:10.280 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-08-27T23:21:12.111Z[ recovery-image] Aug 27 23:21:10.289 INFO O| Aug 27 23:21:10.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71602024-08-27T23:21:12.114Z[ recovery-image] Aug 27 23:21:10.290 INFO O| Aug 27 23:21:10.290 INFO STEP 1075 (remove_files) COMPLETE
71612024-08-27T23:21:12.114Z[ recovery-image] Aug 27 23:21:10.290 INFO O| Aug 27 23:21:10.290 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-08-27T23:21:12.122Z[ recovery-image] Aug 27 23:21:10.299 INFO O| Aug 27 23:21:10.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71632024-08-27T23:21:12.122Z[ recovery-image] Aug 27 23:21:10.300 INFO O| Aug 27 23:21:10.299 INFO STEP 1076 (remove_files) COMPLETE
71642024-08-27T23:21:12.122Z[ recovery-image] Aug 27 23:21:10.300 INFO O| Aug 27 23:21:10.300 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-08-27T23:21:12.131Z[ recovery-image] Aug 27 23:21:10.310 INFO O| Aug 27 23:21:10.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71662024-08-27T23:21:12.133Z[ recovery-image] Aug 27 23:21:10.310 INFO O| Aug 27 23:21:10.310 INFO STEP 1077 (remove_files) COMPLETE
71672024-08-27T23:21:12.133Z[ recovery-image] Aug 27 23:21:10.310 INFO O| Aug 27 23:21:10.310 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-08-27T23:21:12.141Z[ recovery-image] Aug 27 23:21:10.320 INFO O| Aug 27 23:21:10.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71692024-08-27T23:21:12.143Z[ recovery-image] Aug 27 23:21:10.320 INFO O| Aug 27 23:21:10.320 INFO STEP 1078 (remove_files) COMPLETE
71702024-08-27T23:21:12.143Z[ recovery-image] Aug 27 23:21:10.320 INFO O| Aug 27 23:21:10.320 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-08-27T23:21:12.151Z[ recovery-image] Aug 27 23:21:10.330 INFO O| Aug 27 23:21:10.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71722024-08-27T23:21:12.151Z[ recovery-image] Aug 27 23:21:10.330 INFO O| Aug 27 23:21:10.330 INFO STEP 1079 (remove_files) COMPLETE
71732024-08-27T23:21:12.154Z[ recovery-image] Aug 27 23:21:10.330 INFO O| Aug 27 23:21:10.330 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-08-27T23:21:12.161Z[ recovery-image] Aug 27 23:21:10.340 INFO O| Aug 27 23:21:10.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71752024-08-27T23:21:12.164Z[ recovery-image] Aug 27 23:21:10.340 INFO O| Aug 27 23:21:10.340 INFO STEP 1080 (remove_files) COMPLETE
71762024-08-27T23:21:12.164Z[ recovery-image] Aug 27 23:21:10.340 INFO O| Aug 27 23:21:10.340 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-08-27T23:21:12.171Z[ recovery-image] Aug 27 23:21:10.350 INFO O| Aug 27 23:21:10.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71782024-08-27T23:21:12.171Z[ recovery-image] Aug 27 23:21:10.350 INFO O| Aug 27 23:21:10.350 INFO STEP 1081 (remove_files) COMPLETE
71792024-08-27T23:21:12.171Z[ recovery-image] Aug 27 23:21:10.350 INFO O| Aug 27 23:21:10.350 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-08-27T23:21:12.181Z[ recovery-image] Aug 27 23:21:10.360 INFO O| Aug 27 23:21:10.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71812024-08-27T23:21:12.181Z[ recovery-image] Aug 27 23:21:10.360 INFO O| Aug 27 23:21:10.360 INFO STEP 1082 (remove_files) COMPLETE
71822024-08-27T23:21:12.184Z[ recovery-image] Aug 27 23:21:10.360 INFO O| Aug 27 23:21:10.360 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-08-27T23:21:12.192Z[ recovery-image] Aug 27 23:21:10.370 INFO O| Aug 27 23:21:10.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71842024-08-27T23:21:12.195Z[ recovery-image] Aug 27 23:21:10.370 INFO O| Aug 27 23:21:10.370 INFO STEP 1083 (remove_files) COMPLETE
71852024-08-27T23:21:12.195Z[ recovery-image] Aug 27 23:21:10.370 INFO O| Aug 27 23:21:10.370 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-08-27T23:21:12.202Z[ recovery-image] Aug 27 23:21:10.380 INFO O| Aug 27 23:21:10.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71872024-08-27T23:21:12.204Z[ recovery-image] Aug 27 23:21:10.380 INFO O| Aug 27 23:21:10.380 INFO STEP 1084 (remove_files) COMPLETE
71882024-08-27T23:21:12.204Z[ recovery-image] Aug 27 23:21:10.380 INFO O| Aug 27 23:21:10.380 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-08-27T23:21:12.211Z[ recovery-image] Aug 27 23:21:10.390 INFO O| Aug 27 23:21:10.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71902024-08-27T23:21:12.211Z[ recovery-image] Aug 27 23:21:10.390 INFO O| Aug 27 23:21:10.390 INFO STEP 1085 (remove_files) COMPLETE
71912024-08-27T23:21:12.213Z[ recovery-image] Aug 27 23:21:10.390 INFO O| Aug 27 23:21:10.390 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-08-27T23:21:12.221Z[ recovery-image] Aug 27 23:21:10.400 INFO O| Aug 27 23:21:10.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71932024-08-27T23:21:12.221Z[ recovery-image] Aug 27 23:21:10.400 INFO O| Aug 27 23:21:10.400 INFO STEP 1086 (remove_files) COMPLETE
71942024-08-27T23:21:12.221Z[ recovery-image] Aug 27 23:21:10.400 INFO O| Aug 27 23:21:10.400 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-08-27T23:21:12.231Z[ recovery-image] Aug 27 23:21:10.410 INFO O| Aug 27 23:21:10.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71962024-08-27T23:21:12.233Z[ recovery-image] Aug 27 23:21:10.410 INFO O| Aug 27 23:21:10.410 INFO STEP 1087 (remove_files) COMPLETE
71972024-08-27T23:21:12.233Z[ recovery-image] Aug 27 23:21:10.410 INFO O| Aug 27 23:21:10.410 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-08-27T23:21:12.240Z[ recovery-image] Aug 27 23:21:10.419 INFO O| Aug 27 23:21:10.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71992024-08-27T23:21:12.243Z[ recovery-image] Aug 27 23:21:10.419 INFO O| Aug 27 23:21:10.419 INFO STEP 1088 (remove_files) COMPLETE
72002024-08-27T23:21:12.243Z[ recovery-image] Aug 27 23:21:10.419 INFO O| Aug 27 23:21:10.419 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-08-27T23:21:12.250Z[ recovery-image] Aug 27 23:21:10.429 INFO O| Aug 27 23:21:10.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
72022024-08-27T23:21:12.250Z[ recovery-image] Aug 27 23:21:10.429 INFO O| Aug 27 23:21:10.429 INFO STEP 1089 (remove_files) COMPLETE
72032024-08-27T23:21:12.250Z[ recovery-image] Aug 27 23:21:10.429 INFO O| Aug 27 23:21:10.429 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-08-27T23:21:12.260Z[ recovery-image] Aug 27 23:21:10.439 INFO O| Aug 27 23:21:10.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
72052024-08-27T23:21:12.260Z[ recovery-image] Aug 27 23:21:10.439 INFO O| Aug 27 23:21:10.439 INFO STEP 1090 (remove_files) COMPLETE
72062024-08-27T23:21:12.260Z[ recovery-image] Aug 27 23:21:10.439 INFO O| Aug 27 23:21:10.439 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-08-27T23:21:12.271Z[ recovery-image] Aug 27 23:21:10.449 INFO O| Aug 27 23:21:10.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
72082024-08-27T23:21:12.271Z[ recovery-image] Aug 27 23:21:10.450 INFO O| Aug 27 23:21:10.449 INFO STEP 1091 (remove_files) COMPLETE
72092024-08-27T23:21:12.271Z[ recovery-image] Aug 27 23:21:10.450 INFO O| Aug 27 23:21:10.450 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-08-27T23:21:12.282Z[ recovery-image] Aug 27 23:21:10.460 INFO O| Aug 27 23:21:10.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
72112024-08-27T23:21:12.284Z[ recovery-image] Aug 27 23:21:10.460 INFO O| Aug 27 23:21:10.460 INFO STEP 1092 (remove_files) COMPLETE
72122024-08-27T23:21:12.284Z[ recovery-image] Aug 27 23:21:10.460 INFO O| Aug 27 23:21:10.460 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-08-27T23:21:12.291Z[ recovery-image] Aug 27 23:21:10.470 INFO O| Aug 27 23:21:10.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
72142024-08-27T23:21:12.291Z[ recovery-image] Aug 27 23:21:10.470 INFO O| Aug 27 23:21:10.470 INFO STEP 1093 (remove_files) COMPLETE
72152024-08-27T23:21:12.291Z[ recovery-image] Aug 27 23:21:10.470 INFO O| Aug 27 23:21:10.470 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-08-27T23:21:12.300Z[ recovery-image] Aug 27 23:21:10.479 INFO O| Aug 27 23:21:10.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
72172024-08-27T23:21:12.300Z[ recovery-image] Aug 27 23:21:10.479 INFO O| Aug 27 23:21:10.479 INFO STEP 1094 (remove_files) COMPLETE
72182024-08-27T23:21:12.303Z[ recovery-image] Aug 27 23:21:10.479 INFO O| Aug 27 23:21:10.479 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-08-27T23:21:12.310Z[ recovery-image] Aug 27 23:21:10.489 INFO O| Aug 27 23:21:10.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
72202024-08-27T23:21:12.310Z[ recovery-image] Aug 27 23:21:10.489 INFO O| Aug 27 23:21:10.489 INFO STEP 1095 (remove_files) COMPLETE
72212024-08-27T23:21:12.313Z[ recovery-image] Aug 27 23:21:10.489 INFO O| Aug 27 23:21:10.489 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-08-27T23:21:12.320Z[ recovery-image] Aug 27 23:21:10.498 INFO O| Aug 27 23:21:10.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
72232024-08-27T23:21:12.320Z[ recovery-image] Aug 27 23:21:10.498 INFO O| Aug 27 23:21:10.498 INFO STEP 1096 (remove_files) COMPLETE
72242024-08-27T23:21:12.322Z[ recovery-image] Aug 27 23:21:10.498 INFO O| Aug 27 23:21:10.498 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-08-27T23:21:12.329Z[ recovery-image] Aug 27 23:21:10.508 INFO O| Aug 27 23:21:10.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
72262024-08-27T23:21:12.329Z[ recovery-image] Aug 27 23:21:10.508 INFO O| Aug 27 23:21:10.508 INFO STEP 1097 (remove_files) COMPLETE
72272024-08-27T23:21:12.331Z[ recovery-image] Aug 27 23:21:10.508 INFO O| Aug 27 23:21:10.508 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-08-27T23:21:12.338Z[ recovery-image] Aug 27 23:21:10.517 INFO O| Aug 27 23:21:10.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
72292024-08-27T23:21:12.338Z[ recovery-image] Aug 27 23:21:10.517 INFO O| Aug 27 23:21:10.517 INFO STEP 1098 (remove_files) COMPLETE
72302024-08-27T23:21:12.341Z[ recovery-image] Aug 27 23:21:10.517 INFO O| Aug 27 23:21:10.517 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-08-27T23:21:12.348Z[ recovery-image] Aug 27 23:21:10.527 INFO O| Aug 27 23:21:10.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
72322024-08-27T23:21:12.350Z[ recovery-image] Aug 27 23:21:10.527 INFO O| Aug 27 23:21:10.527 INFO STEP 1099 (remove_files) COMPLETE
72332024-08-27T23:21:12.350Z[ recovery-image] Aug 27 23:21:10.527 INFO O| Aug 27 23:21:10.527 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-08-27T23:21:12.358Z[ recovery-image] Aug 27 23:21:10.536 INFO O| Aug 27 23:21:10.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
72352024-08-27T23:21:12.358Z[ recovery-image] Aug 27 23:21:10.536 INFO O| Aug 27 23:21:10.536 INFO STEP 1100 (remove_files) COMPLETE
72362024-08-27T23:21:12.360Z[ recovery-image] Aug 27 23:21:10.536 INFO O| Aug 27 23:21:10.536 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-08-27T23:21:12.368Z[ recovery-image] Aug 27 23:21:10.546 INFO O| Aug 27 23:21:10.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
72382024-08-27T23:21:12.370Z[ recovery-image] Aug 27 23:21:10.546 INFO O| Aug 27 23:21:10.546 INFO STEP 1101 (remove_files) COMPLETE
72392024-08-27T23:21:12.370Z[ recovery-image] Aug 27 23:21:10.546 INFO O| Aug 27 23:21:10.546 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-08-27T23:21:12.376Z[ recovery-image] Aug 27 23:21:10.555 INFO O| Aug 27 23:21:10.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
72412024-08-27T23:21:12.378Z[ recovery-image] Aug 27 23:21:10.555 INFO O| Aug 27 23:21:10.555 INFO STEP 1102 (remove_files) COMPLETE
72422024-08-27T23:21:12.379Z[ recovery-image] Aug 27 23:21:10.555 INFO O| Aug 27 23:21:10.555 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-08-27T23:21:12.386Z[ recovery-image] Aug 27 23:21:10.565 INFO O| Aug 27 23:21:10.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72442024-08-27T23:21:12.388Z[ recovery-image] Aug 27 23:21:10.565 INFO O| Aug 27 23:21:10.565 INFO STEP 1103 (remove_files) COMPLETE
72452024-08-27T23:21:12.388Z[ recovery-image] Aug 27 23:21:10.565 INFO O| Aug 27 23:21:10.565 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-08-27T23:21:12.396Z[ recovery-image] Aug 27 23:21:10.574 INFO O| Aug 27 23:21:10.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72472024-08-27T23:21:12.396Z[ recovery-image] Aug 27 23:21:10.574 INFO O| Aug 27 23:21:10.574 INFO STEP 1104 (remove_files) COMPLETE
72482024-08-27T23:21:12.398Z[ recovery-image] Aug 27 23:21:10.574 INFO O| Aug 27 23:21:10.574 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-08-27T23:21:12.405Z[ recovery-image] Aug 27 23:21:10.584 INFO O| Aug 27 23:21:10.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
72502024-08-27T23:21:12.405Z[ recovery-image] Aug 27 23:21:10.584 INFO O| Aug 27 23:21:10.584 INFO STEP 1105 (remove_files) COMPLETE
72512024-08-27T23:21:12.408Z[ recovery-image] Aug 27 23:21:10.584 INFO O| Aug 27 23:21:10.584 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-08-27T23:21:12.416Z[ recovery-image] Aug 27 23:21:10.593 INFO O| Aug 27 23:21:10.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
72532024-08-27T23:21:12.416Z[ recovery-image] Aug 27 23:21:10.593 INFO O| Aug 27 23:21:10.593 INFO STEP 1106 (remove_files) COMPLETE
72542024-08-27T23:21:12.418Z[ recovery-image] Aug 27 23:21:10.593 INFO O| Aug 27 23:21:10.593 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-08-27T23:21:12.424Z[ recovery-image] Aug 27 23:21:10.603 INFO O| Aug 27 23:21:10.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72562024-08-27T23:21:12.424Z[ recovery-image] Aug 27 23:21:10.603 INFO O| Aug 27 23:21:10.603 INFO STEP 1107 (remove_files) COMPLETE
72572024-08-27T23:21:12.427Z[ recovery-image] Aug 27 23:21:10.603 INFO O| Aug 27 23:21:10.603 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-08-27T23:21:12.433Z[ recovery-image] Aug 27 23:21:10.612 INFO O| Aug 27 23:21:10.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72592024-08-27T23:21:12.436Z[ recovery-image] Aug 27 23:21:10.612 INFO O| Aug 27 23:21:10.612 INFO STEP 1108 (remove_files) COMPLETE
72602024-08-27T23:21:12.436Z[ recovery-image] Aug 27 23:21:10.612 INFO O| Aug 27 23:21:10.612 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-08-27T23:21:12.443Z[ recovery-image] Aug 27 23:21:10.622 INFO O| Aug 27 23:21:10.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72622024-08-27T23:21:12.445Z[ recovery-image] Aug 27 23:21:10.622 INFO O| Aug 27 23:21:10.622 INFO STEP 1109 (remove_files) COMPLETE
72632024-08-27T23:21:12.445Z[ recovery-image] Aug 27 23:21:10.622 INFO O| Aug 27 23:21:10.622 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-08-27T23:21:12.452Z[ recovery-image] Aug 27 23:21:10.631 INFO O| Aug 27 23:21:10.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72652024-08-27T23:21:12.452Z[ recovery-image] Aug 27 23:21:10.631 INFO O| Aug 27 23:21:10.631 INFO STEP 1110 (remove_files) COMPLETE
72662024-08-27T23:21:12.452Z[ recovery-image] Aug 27 23:21:10.631 INFO O| Aug 27 23:21:10.631 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-08-27T23:21:12.462Z[ recovery-image] Aug 27 23:21:10.640 INFO O| Aug 27 23:21:10.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72682024-08-27T23:21:12.464Z[ recovery-image] Aug 27 23:21:10.641 INFO O| Aug 27 23:21:10.641 INFO STEP 1111 (remove_files) COMPLETE
72692024-08-27T23:21:12.464Z[ recovery-image] Aug 27 23:21:10.641 INFO O| Aug 27 23:21:10.641 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-08-27T23:21:12.471Z[ recovery-image] Aug 27 23:21:10.650 INFO O| Aug 27 23:21:10.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72712024-08-27T23:21:12.471Z[ recovery-image] Aug 27 23:21:10.650 INFO O| Aug 27 23:21:10.650 INFO STEP 1112 (remove_files) COMPLETE
72722024-08-27T23:21:12.473Z[ recovery-image] Aug 27 23:21:10.650 INFO O| Aug 27 23:21:10.650 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-08-27T23:21:12.481Z[ recovery-image] Aug 27 23:21:10.659 INFO O| Aug 27 23:21:10.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72742024-08-27T23:21:12.483Z[ recovery-image] Aug 27 23:21:10.659 INFO O| Aug 27 23:21:10.659 INFO STEP 1113 (remove_files) COMPLETE
72752024-08-27T23:21:12.483Z[ recovery-image] Aug 27 23:21:10.659 INFO O| Aug 27 23:21:10.659 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-08-27T23:21:12.490Z[ recovery-image] Aug 27 23:21:10.669 INFO O| Aug 27 23:21:10.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72772024-08-27T23:21:12.494Z[ recovery-image] Aug 27 23:21:10.670 INFO O| Aug 27 23:21:10.670 INFO STEP 1114 (remove_files) COMPLETE
72782024-08-27T23:21:12.494Z[ recovery-image] Aug 27 23:21:10.670 INFO O| Aug 27 23:21:10.670 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-08-27T23:21:12.500Z[ recovery-image] Aug 27 23:21:10.679 INFO O| Aug 27 23:21:10.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72802024-08-27T23:21:12.502Z[ recovery-image] Aug 27 23:21:10.679 INFO O| Aug 27 23:21:10.679 INFO STEP 1115 (remove_files) COMPLETE
72812024-08-27T23:21:12.502Z[ recovery-image] Aug 27 23:21:10.679 INFO O| Aug 27 23:21:10.679 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-08-27T23:21:12.510Z[ recovery-image] Aug 27 23:21:10.689 INFO O| Aug 27 23:21:10.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72832024-08-27T23:21:12.510Z[ recovery-image] Aug 27 23:21:10.689 INFO O| Aug 27 23:21:10.689 INFO STEP 1116 (remove_files) COMPLETE
72842024-08-27T23:21:12.512Z[ recovery-image] Aug 27 23:21:10.689 INFO O| Aug 27 23:21:10.689 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-08-27T23:21:12.519Z[ recovery-image] Aug 27 23:21:10.698 INFO O| Aug 27 23:21:10.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72862024-08-27T23:21:12.521Z[ recovery-image] Aug 27 23:21:10.698 INFO O| Aug 27 23:21:10.698 INFO STEP 1117 (remove_files) COMPLETE
72872024-08-27T23:21:12.521Z[ recovery-image] Aug 27 23:21:10.698 INFO O| Aug 27 23:21:10.698 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-08-27T23:21:12.529Z[ recovery-image] Aug 27 23:21:10.708 INFO O| Aug 27 23:21:10.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72892024-08-27T23:21:12.529Z[ recovery-image] Aug 27 23:21:10.708 INFO O| Aug 27 23:21:10.708 INFO STEP 1118 (remove_files) COMPLETE
72902024-08-27T23:21:12.531Z[ recovery-image] Aug 27 23:21:10.708 INFO O| Aug 27 23:21:10.708 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-08-27T23:21:12.539Z[ recovery-image] Aug 27 23:21:10.717 INFO O| Aug 27 23:21:10.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72922024-08-27T23:21:12.539Z[ recovery-image] Aug 27 23:21:10.717 INFO O| Aug 27 23:21:10.717 INFO STEP 1119 (remove_files) COMPLETE
72932024-08-27T23:21:12.541Z[ recovery-image] Aug 27 23:21:10.717 INFO O| Aug 27 23:21:10.717 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-08-27T23:21:12.548Z[ recovery-image] Aug 27 23:21:10.727 INFO O| Aug 27 23:21:10.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72952024-08-27T23:21:12.550Z[ recovery-image] Aug 27 23:21:10.727 INFO O| Aug 27 23:21:10.727 INFO STEP 1120 (remove_files) COMPLETE
72962024-08-27T23:21:12.550Z[ recovery-image] Aug 27 23:21:10.727 INFO O| Aug 27 23:21:10.727 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-08-27T23:21:12.557Z[ recovery-image] Aug 27 23:21:10.736 INFO O| Aug 27 23:21:10.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72982024-08-27T23:21:12.557Z[ recovery-image] Aug 27 23:21:10.736 INFO O| Aug 27 23:21:10.736 INFO STEP 1121 (remove_files) COMPLETE
72992024-08-27T23:21:12.560Z[ recovery-image] Aug 27 23:21:10.736 INFO O| Aug 27 23:21:10.736 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-08-27T23:21:12.568Z[ recovery-image] Aug 27 23:21:10.746 INFO O| Aug 27 23:21:10.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
73012024-08-27T23:21:12.571Z[ recovery-image] Aug 27 23:21:10.746 INFO O| Aug 27 23:21:10.746 INFO STEP 1122 (remove_files) COMPLETE
73022024-08-27T23:21:12.571Z[ recovery-image] Aug 27 23:21:10.746 INFO O| Aug 27 23:21:10.746 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-08-27T23:21:12.577Z[ recovery-image] Aug 27 23:21:10.755 INFO O| Aug 27 23:21:10.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
73042024-08-27T23:21:12.577Z[ recovery-image] Aug 27 23:21:10.755 INFO O| Aug 27 23:21:10.755 INFO STEP 1123 (remove_files) COMPLETE
73052024-08-27T23:21:12.579Z[ recovery-image] Aug 27 23:21:10.755 INFO O| Aug 27 23:21:10.755 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-08-27T23:21:12.586Z[ recovery-image] Aug 27 23:21:10.765 INFO O| Aug 27 23:21:10.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
73072024-08-27T23:21:12.586Z[ recovery-image] Aug 27 23:21:10.765 INFO O| Aug 27 23:21:10.765 INFO STEP 1124 (remove_files) COMPLETE
73082024-08-27T23:21:12.588Z[ recovery-image] Aug 27 23:21:10.765 INFO O| Aug 27 23:21:10.765 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-08-27T23:21:12.595Z[ recovery-image] Aug 27 23:21:10.774 INFO O| Aug 27 23:21:10.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
73102024-08-27T23:21:12.596Z[ recovery-image] Aug 27 23:21:10.774 INFO O| Aug 27 23:21:10.774 INFO STEP 1125 (remove_files) COMPLETE
73112024-08-27T23:21:12.596Z[ recovery-image] Aug 27 23:21:10.774 INFO O| Aug 27 23:21:10.774 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-08-27T23:21:12.605Z[ recovery-image] Aug 27 23:21:10.784 INFO O| Aug 27 23:21:10.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
73132024-08-27T23:21:12.605Z[ recovery-image] Aug 27 23:21:10.784 INFO O| Aug 27 23:21:10.784 INFO STEP 1126 (remove_files) COMPLETE
73142024-08-27T23:21:12.607Z[ recovery-image] Aug 27 23:21:10.784 INFO O| Aug 27 23:21:10.784 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-08-27T23:21:12.615Z[ recovery-image] Aug 27 23:21:10.793 INFO O| Aug 27 23:21:10.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
73162024-08-27T23:21:12.615Z[ recovery-image] Aug 27 23:21:10.793 INFO O| Aug 27 23:21:10.793 INFO STEP 1127 (remove_files) COMPLETE
73172024-08-27T23:21:12.617Z[ recovery-image] Aug 27 23:21:10.793 INFO O| Aug 27 23:21:10.793 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-08-27T23:21:12.624Z[ recovery-image] Aug 27 23:21:10.803 INFO O| Aug 27 23:21:10.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
73192024-08-27T23:21:12.624Z[ recovery-image] Aug 27 23:21:10.803 INFO O| Aug 27 23:21:10.803 INFO STEP 1128 (remove_files) COMPLETE
73202024-08-27T23:21:12.626Z[ recovery-image] Aug 27 23:21:10.803 INFO O| Aug 27 23:21:10.803 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-08-27T23:21:12.634Z[ recovery-image] Aug 27 23:21:10.812 INFO O| Aug 27 23:21:10.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
73222024-08-27T23:21:12.634Z[ recovery-image] Aug 27 23:21:10.812 INFO O| Aug 27 23:21:10.812 INFO STEP 1129 (remove_files) COMPLETE
73232024-08-27T23:21:12.636Z[ recovery-image] Aug 27 23:21:10.812 INFO O| Aug 27 23:21:10.812 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-08-27T23:21:12.643Z[ recovery-image] Aug 27 23:21:10.822 INFO O| Aug 27 23:21:10.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
73252024-08-27T23:21:12.643Z[ recovery-image] Aug 27 23:21:10.822 INFO O| Aug 27 23:21:10.822 INFO STEP 1130 (remove_files) COMPLETE
73262024-08-27T23:21:12.643Z[ recovery-image] Aug 27 23:21:10.822 INFO O| Aug 27 23:21:10.822 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-08-27T23:21:12.652Z[ recovery-image] Aug 27 23:21:10.831 INFO O| Aug 27 23:21:10.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
73282024-08-27T23:21:12.653Z[ recovery-image] Aug 27 23:21:10.831 INFO O| Aug 27 23:21:10.831 INFO STEP 1131 (remove_files) COMPLETE
73292024-08-27T23:21:12.653Z[ recovery-image] Aug 27 23:21:10.831 INFO O| Aug 27 23:21:10.831 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-08-27T23:21:12.662Z[ recovery-image] Aug 27 23:21:10.841 INFO O| Aug 27 23:21:10.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
73312024-08-27T23:21:12.662Z[ recovery-image] Aug 27 23:21:10.841 INFO O| Aug 27 23:21:10.841 INFO STEP 1132 (remove_files) COMPLETE
73322024-08-27T23:21:12.662Z[ recovery-image] Aug 27 23:21:10.841 INFO O| Aug 27 23:21:10.841 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-08-27T23:21:12.672Z[ recovery-image] Aug 27 23:21:10.851 INFO O| Aug 27 23:21:10.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
73342024-08-27T23:21:12.674Z[ recovery-image] Aug 27 23:21:10.851 INFO O| Aug 27 23:21:10.851 INFO STEP 1133 (remove_files) COMPLETE
73352024-08-27T23:21:12.675Z[ recovery-image] Aug 27 23:21:10.851 INFO O| Aug 27 23:21:10.851 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-08-27T23:21:12.682Z[ recovery-image] Aug 27 23:21:10.861 INFO O| Aug 27 23:21:10.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
73372024-08-27T23:21:12.682Z[ recovery-image] Aug 27 23:21:10.861 INFO O| Aug 27 23:21:10.861 INFO STEP 1134 (remove_files) COMPLETE
73382024-08-27T23:21:12.682Z[ recovery-image] Aug 27 23:21:10.861 INFO O| Aug 27 23:21:10.861 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-08-27T23:21:12.691Z[ recovery-image] Aug 27 23:21:10.870 INFO O| Aug 27 23:21:10.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
73402024-08-27T23:21:12.694Z[ recovery-image] Aug 27 23:21:10.870 INFO O| Aug 27 23:21:10.870 INFO STEP 1135 (remove_files) COMPLETE
73412024-08-27T23:21:12.694Z[ recovery-image] Aug 27 23:21:10.870 INFO O| Aug 27 23:21:10.870 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-08-27T23:21:12.701Z[ recovery-image] Aug 27 23:21:10.880 INFO O| Aug 27 23:21:10.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73432024-08-27T23:21:12.701Z[ recovery-image] Aug 27 23:21:10.880 INFO O| Aug 27 23:21:10.880 INFO STEP 1136 (remove_files) COMPLETE
73442024-08-27T23:21:12.704Z[ recovery-image] Aug 27 23:21:10.880 INFO O| Aug 27 23:21:10.880 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-08-27T23:21:12.711Z[ recovery-image] Aug 27 23:21:10.890 INFO O| Aug 27 23:21:10.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73462024-08-27T23:21:12.713Z[ recovery-image] Aug 27 23:21:10.890 INFO O| Aug 27 23:21:10.890 INFO STEP 1137 (remove_files) COMPLETE
73472024-08-27T23:21:12.713Z[ recovery-image] Aug 27 23:21:10.890 INFO O| Aug 27 23:21:10.890 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-08-27T23:21:12.721Z[ recovery-image] Aug 27 23:21:10.899 INFO O| Aug 27 23:21:10.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
73492024-08-27T23:21:12.721Z[ recovery-image] Aug 27 23:21:10.899 INFO O| Aug 27 23:21:10.899 INFO STEP 1138 (remove_files) COMPLETE
73502024-08-27T23:21:12.723Z[ recovery-image] Aug 27 23:21:10.899 INFO O| Aug 27 23:21:10.899 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-08-27T23:21:12.730Z[ recovery-image] Aug 27 23:21:10.909 INFO O| Aug 27 23:21:10.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
73522024-08-27T23:21:12.730Z[ recovery-image] Aug 27 23:21:10.909 INFO O| Aug 27 23:21:10.909 INFO STEP 1139 (remove_files) COMPLETE
73532024-08-27T23:21:12.733Z[ recovery-image] Aug 27 23:21:10.909 INFO O| Aug 27 23:21:10.909 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-08-27T23:21:12.740Z[ recovery-image] Aug 27 23:21:10.919 INFO O| Aug 27 23:21:10.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73552024-08-27T23:21:12.740Z[ recovery-image] Aug 27 23:21:10.919 INFO O| Aug 27 23:21:10.919 INFO STEP 1140 (remove_files) COMPLETE
73562024-08-27T23:21:12.742Z[ recovery-image] Aug 27 23:21:10.919 INFO O| Aug 27 23:21:10.919 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-08-27T23:21:12.750Z[ recovery-image] Aug 27 23:21:10.928 INFO O| Aug 27 23:21:10.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73582024-08-27T23:21:12.750Z[ recovery-image] Aug 27 23:21:10.928 INFO O| Aug 27 23:21:10.928 INFO STEP 1141 (remove_files) COMPLETE
73592024-08-27T23:21:12.750Z[ recovery-image] Aug 27 23:21:10.928 INFO O| Aug 27 23:21:10.928 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-08-27T23:21:12.759Z[ recovery-image] Aug 27 23:21:10.938 INFO O| Aug 27 23:21:10.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73612024-08-27T23:21:12.762Z[ recovery-image] Aug 27 23:21:10.938 INFO O| Aug 27 23:21:10.938 INFO STEP 1142 (remove_files) COMPLETE
73622024-08-27T23:21:12.762Z[ recovery-image] Aug 27 23:21:10.938 INFO O| Aug 27 23:21:10.938 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-08-27T23:21:12.770Z[ recovery-image] Aug 27 23:21:10.948 INFO O| Aug 27 23:21:10.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73642024-08-27T23:21:12.771Z[ recovery-image] Aug 27 23:21:10.948 INFO O| Aug 27 23:21:10.948 INFO STEP 1143 (remove_files) COMPLETE
73652024-08-27T23:21:12.773Z[ recovery-image] Aug 27 23:21:10.948 INFO O| Aug 27 23:21:10.948 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-08-27T23:21:12.779Z[ recovery-image] Aug 27 23:21:10.958 INFO O| Aug 27 23:21:10.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73672024-08-27T23:21:12.780Z[ recovery-image] Aug 27 23:21:10.958 INFO O| Aug 27 23:21:10.958 INFO STEP 1144 (remove_files) COMPLETE
73682024-08-27T23:21:12.780Z[ recovery-image] Aug 27 23:21:10.958 INFO O| Aug 27 23:21:10.958 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-08-27T23:21:12.796Z[ recovery-image] Aug 27 23:21:10.969 INFO O| Aug 27 23:21:10.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73702024-08-27T23:21:12.796Z[ recovery-image] Aug 27 23:21:10.969 INFO O| Aug 27 23:21:10.969 INFO STEP 1145 (remove_files) COMPLETE
73712024-08-27T23:21:12.800Z[ recovery-image] Aug 27 23:21:10.969 INFO O| Aug 27 23:21:10.969 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-08-27T23:21:12.800Z[ host-image] Aug 27 23:21:10.973 INFO O| Aug 27 23:21:10.973 INFO O| Download: Completed 8.42 MB in 4.42 seconds (1.9M/s)
73732024-08-27T23:21:12.803Z[ recovery-image] Aug 27 23:21:10.979 INFO O| Aug 27 23:21:10.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73742024-08-27T23:21:12.803Z[ recovery-image] Aug 27 23:21:10.979 INFO O| Aug 27 23:21:10.979 INFO STEP 1146 (remove_files) COMPLETE
73752024-08-27T23:21:12.803Z[ recovery-image] Aug 27 23:21:10.979 INFO O| Aug 27 23:21:10.979 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-08-27T23:21:12.813Z[ recovery-image] Aug 27 23:21:10.990 INFO O| Aug 27 23:21:10.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73772024-08-27T23:21:12.813Z[ recovery-image] Aug 27 23:21:10.990 INFO O| Aug 27 23:21:10.990 INFO STEP 1147 (remove_files) COMPLETE
73782024-08-27T23:21:12.816Z[ recovery-image] Aug 27 23:21:10.990 INFO O| Aug 27 23:21:10.990 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-08-27T23:21:12.822Z[ recovery-image] Aug 27 23:21:11.000 INFO O| Aug 27 23:21:11.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73802024-08-27T23:21:12.822Z[ recovery-image] Aug 27 23:21:11.001 INFO O| Aug 27 23:21:11.000 INFO STEP 1148 (remove_files) COMPLETE
73812024-08-27T23:21:12.822Z[ recovery-image] Aug 27 23:21:11.001 INFO O| Aug 27 23:21:11.001 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-08-27T23:21:12.832Z[ recovery-image] Aug 27 23:21:11.010 INFO O| Aug 27 23:21:11.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73832024-08-27T23:21:12.832Z[ recovery-image] Aug 27 23:21:11.010 INFO O| Aug 27 23:21:11.010 INFO STEP 1149 (remove_files) COMPLETE
73842024-08-27T23:21:12.834Z[ recovery-image] Aug 27 23:21:11.010 INFO O| Aug 27 23:21:11.010 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-08-27T23:21:12.841Z[ recovery-image] Aug 27 23:21:11.020 INFO O| Aug 27 23:21:11.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73862024-08-27T23:21:12.844Z[ recovery-image] Aug 27 23:21:11.021 INFO O| Aug 27 23:21:11.021 INFO STEP 1150 (remove_files) COMPLETE
73872024-08-27T23:21:12.844Z[ recovery-image] Aug 27 23:21:11.021 INFO O| Aug 27 23:21:11.021 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-08-27T23:21:12.851Z[ host-image] Aug 27 23:21:11.029 INFO O| Aug 27 23:21:11.029 INFO O| Actions: 1/1361 actions (Installing new actions)
73892024-08-27T23:21:12.854Z[ recovery-image] Aug 27 23:21:11.031 INFO O| Aug 27 23:21:11.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73902024-08-27T23:21:12.854Z[ recovery-image] Aug 27 23:21:11.031 INFO O| Aug 27 23:21:11.031 INFO STEP 1151 (remove_files) COMPLETE
73912024-08-27T23:21:12.854Z[ recovery-image] Aug 27 23:21:11.031 INFO O| Aug 27 23:21:11.031 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-08-27T23:21:12.861Z[ recovery-image] Aug 27 23:21:11.040 INFO O| Aug 27 23:21:11.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73932024-08-27T23:21:12.861Z[ recovery-image] Aug 27 23:21:11.040 INFO O| Aug 27 23:21:11.040 INFO STEP 1152 (remove_files) COMPLETE
73942024-08-27T23:21:12.862Z[ recovery-image] Aug 27 23:21:11.040 INFO O| Aug 27 23:21:11.040 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-08-27T23:21:12.871Z[ recovery-image] Aug 27 23:21:11.050 INFO O| Aug 27 23:21:11.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73962024-08-27T23:21:12.871Z[ recovery-image] Aug 27 23:21:11.050 INFO O| Aug 27 23:21:11.050 INFO STEP 1153 (remove_files) COMPLETE
73972024-08-27T23:21:12.873Z[ recovery-image] Aug 27 23:21:11.050 INFO O| Aug 27 23:21:11.050 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-08-27T23:21:12.880Z[ recovery-image] Aug 27 23:21:11.059 INFO O| Aug 27 23:21:11.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73992024-08-27T23:21:12.881Z[ recovery-image] Aug 27 23:21:11.059 INFO O| Aug 27 23:21:11.059 INFO STEP 1154 (remove_files) COMPLETE
74002024-08-27T23:21:12.881Z[ recovery-image] Aug 27 23:21:11.059 INFO O| Aug 27 23:21:11.059 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-08-27T23:21:12.890Z[ recovery-image] Aug 27 23:21:11.069 INFO O| Aug 27 23:21:11.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
74022024-08-27T23:21:12.890Z[ recovery-image] Aug 27 23:21:11.069 INFO O| Aug 27 23:21:11.069 INFO STEP 1155 (remove_files) COMPLETE
74032024-08-27T23:21:12.890Z[ recovery-image] Aug 27 23:21:11.069 INFO O| Aug 27 23:21:11.069 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-08-27T23:21:12.900Z[ recovery-image] Aug 27 23:21:11.078 INFO O| Aug 27 23:21:11.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
74052024-08-27T23:21:12.900Z[ recovery-image] Aug 27 23:21:11.079 INFO O| Aug 27 23:21:11.079 INFO STEP 1156 (remove_files) COMPLETE
74062024-08-27T23:21:12.902Z[ recovery-image] Aug 27 23:21:11.079 INFO O| Aug 27 23:21:11.079 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-08-27T23:21:12.910Z[ recovery-image] Aug 27 23:21:11.088 INFO O| Aug 27 23:21:11.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
74082024-08-27T23:21:12.910Z[ recovery-image] Aug 27 23:21:11.088 INFO O| Aug 27 23:21:11.088 INFO STEP 1157 (remove_files) COMPLETE
74092024-08-27T23:21:12.912Z[ recovery-image] Aug 27 23:21:11.088 INFO O| Aug 27 23:21:11.088 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-08-27T23:21:12.919Z[ recovery-image] Aug 27 23:21:11.098 INFO O| Aug 27 23:21:11.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
74112024-08-27T23:21:12.919Z[ recovery-image] Aug 27 23:21:11.098 INFO O| Aug 27 23:21:11.098 INFO STEP 1158 (remove_files) COMPLETE
74122024-08-27T23:21:12.919Z[ recovery-image] Aug 27 23:21:11.098 INFO O| Aug 27 23:21:11.098 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-08-27T23:21:12.929Z[ recovery-image] Aug 27 23:21:11.107 INFO O| Aug 27 23:21:11.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
74142024-08-27T23:21:12.929Z[ recovery-image] Aug 27 23:21:11.107 INFO O| Aug 27 23:21:11.107 INFO STEP 1159 (remove_files) COMPLETE
74152024-08-27T23:21:12.929Z[ recovery-image] Aug 27 23:21:11.107 INFO O| Aug 27 23:21:11.107 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-08-27T23:21:12.938Z[ recovery-image] Aug 27 23:21:11.117 INFO O| Aug 27 23:21:11.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
74172024-08-27T23:21:12.938Z[ recovery-image] Aug 27 23:21:11.117 INFO O| Aug 27 23:21:11.117 INFO STEP 1160 (remove_files) COMPLETE
74182024-08-27T23:21:12.941Z[ recovery-image] Aug 27 23:21:11.117 INFO O| Aug 27 23:21:11.117 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-08-27T23:21:12.948Z[ recovery-image] Aug 27 23:21:11.126 INFO O| Aug 27 23:21:11.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
74202024-08-27T23:21:12.950Z[ recovery-image] Aug 27 23:21:11.126 INFO O| Aug 27 23:21:11.126 INFO STEP 1161 (remove_files) COMPLETE
74212024-08-27T23:21:12.950Z[ recovery-image] Aug 27 23:21:11.126 INFO O| Aug 27 23:21:11.126 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-08-27T23:21:12.957Z[ recovery-image] Aug 27 23:21:11.136 INFO O| Aug 27 23:21:11.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
74232024-08-27T23:21:12.960Z[ recovery-image] Aug 27 23:21:11.136 INFO O| Aug 27 23:21:11.136 INFO STEP 1162 (remove_files) COMPLETE
74242024-08-27T23:21:12.960Z[ recovery-image] Aug 27 23:21:11.136 INFO O| Aug 27 23:21:11.136 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-08-27T23:21:12.967Z[ recovery-image] Aug 27 23:21:11.145 INFO O| Aug 27 23:21:11.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
74262024-08-27T23:21:12.969Z[ recovery-image] Aug 27 23:21:11.146 INFO O| Aug 27 23:21:11.146 INFO STEP 1163 (remove_files) COMPLETE
74272024-08-27T23:21:12.969Z[ recovery-image] Aug 27 23:21:11.146 INFO O| Aug 27 23:21:11.146 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-08-27T23:21:12.976Z[ recovery-image] Aug 27 23:21:11.155 INFO O| Aug 27 23:21:11.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
74292024-08-27T23:21:12.979Z[ recovery-image] Aug 27 23:21:11.155 INFO O| Aug 27 23:21:11.155 INFO STEP 1164 (remove_files) COMPLETE
74302024-08-27T23:21:12.979Z[ recovery-image] Aug 27 23:21:11.155 INFO O| Aug 27 23:21:11.155 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-08-27T23:21:12.986Z[ recovery-image] Aug 27 23:21:11.165 INFO O| Aug 27 23:21:11.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
74322024-08-27T23:21:12.986Z[ recovery-image] Aug 27 23:21:11.165 INFO O| Aug 27 23:21:11.165 INFO STEP 1165 (remove_files) COMPLETE
74332024-08-27T23:21:12.988Z[ recovery-image] Aug 27 23:21:11.165 INFO O| Aug 27 23:21:11.165 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-08-27T23:21:12.995Z[ recovery-image] Aug 27 23:21:11.174 INFO O| Aug 27 23:21:11.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
74352024-08-27T23:21:12.995Z[ recovery-image] Aug 27 23:21:11.174 INFO O| Aug 27 23:21:11.174 INFO STEP 1166 (remove_files) COMPLETE
74362024-08-27T23:21:12.996Z[ recovery-image] Aug 27 23:21:11.174 INFO O| Aug 27 23:21:11.174 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-08-27T23:21:13.005Z[ recovery-image] Aug 27 23:21:11.184 INFO O| Aug 27 23:21:11.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
74382024-08-27T23:21:13.008Z[ recovery-image] Aug 27 23:21:11.184 INFO O| Aug 27 23:21:11.184 INFO STEP 1167 (remove_files) COMPLETE
74392024-08-27T23:21:13.008Z[ recovery-image] Aug 27 23:21:11.184 INFO O| Aug 27 23:21:11.184 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-08-27T23:21:13.015Z[ recovery-image] Aug 27 23:21:11.194 INFO O| Aug 27 23:21:11.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
74412024-08-27T23:21:13.015Z[ recovery-image] Aug 27 23:21:11.194 INFO O| Aug 27 23:21:11.194 INFO STEP 1168 (remove_files) COMPLETE
74422024-08-27T23:21:13.018Z[ recovery-image] Aug 27 23:21:11.194 INFO O| Aug 27 23:21:11.194 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-08-27T23:21:13.025Z[ recovery-image] Aug 27 23:21:11.203 INFO O| Aug 27 23:21:11.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
74442024-08-27T23:21:13.027Z[ recovery-image] Aug 27 23:21:11.203 INFO O| Aug 27 23:21:11.203 INFO STEP 1169 (remove_files) COMPLETE
74452024-08-27T23:21:13.027Z[ recovery-image] Aug 27 23:21:11.203 INFO O| Aug 27 23:21:11.203 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-08-27T23:21:13.034Z[ recovery-image] Aug 27 23:21:11.213 INFO O| Aug 27 23:21:11.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74472024-08-27T23:21:13.034Z[ recovery-image] Aug 27 23:21:11.213 INFO O| Aug 27 23:21:11.213 INFO STEP 1170 (remove_files) COMPLETE
74482024-08-27T23:21:13.034Z[ recovery-image] Aug 27 23:21:11.213 INFO O| Aug 27 23:21:11.213 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-08-27T23:21:13.044Z[ recovery-image] Aug 27 23:21:11.223 INFO O| Aug 27 23:21:11.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74502024-08-27T23:21:13.044Z[ recovery-image] Aug 27 23:21:11.223 INFO O| Aug 27 23:21:11.223 INFO STEP 1171 (remove_files) COMPLETE
74512024-08-27T23:21:13.044Z[ recovery-image] Aug 27 23:21:11.223 INFO O| Aug 27 23:21:11.223 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-08-27T23:21:13.054Z[ recovery-image] Aug 27 23:21:11.233 INFO O| Aug 27 23:21:11.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
74532024-08-27T23:21:13.054Z[ recovery-image] Aug 27 23:21:11.233 INFO O| Aug 27 23:21:11.233 INFO STEP 1172 (remove_files) COMPLETE
74542024-08-27T23:21:13.057Z[ recovery-image] Aug 27 23:21:11.233 INFO O| Aug 27 23:21:11.233 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-08-27T23:21:13.064Z[ recovery-image] Aug 27 23:21:11.243 INFO O| Aug 27 23:21:11.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74562024-08-27T23:21:13.064Z[ recovery-image] Aug 27 23:21:11.243 INFO O| Aug 27 23:21:11.243 INFO STEP 1173 (remove_files) COMPLETE
74572024-08-27T23:21:13.067Z[ recovery-image] Aug 27 23:21:11.243 INFO O| Aug 27 23:21:11.243 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-08-27T23:21:13.074Z[ recovery-image] Aug 27 23:21:11.252 INFO O| Aug 27 23:21:11.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74592024-08-27T23:21:13.074Z[ recovery-image] Aug 27 23:21:11.253 INFO O| Aug 27 23:21:11.252 INFO STEP 1174 (remove_files) COMPLETE
74602024-08-27T23:21:13.076Z[ recovery-image] Aug 27 23:21:11.253 INFO O| Aug 27 23:21:11.253 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-08-27T23:21:13.083Z[ recovery-image] Aug 27 23:21:11.262 INFO O| Aug 27 23:21:11.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74622024-08-27T23:21:13.084Z[ recovery-image] Aug 27 23:21:11.262 INFO O| Aug 27 23:21:11.262 INFO STEP 1175 (remove_files) COMPLETE
74632024-08-27T23:21:13.084Z[ recovery-image] Aug 27 23:21:11.262 INFO O| Aug 27 23:21:11.262 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-08-27T23:21:13.093Z[ recovery-image] Aug 27 23:21:11.272 INFO O| Aug 27 23:21:11.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74652024-08-27T23:21:13.093Z[ recovery-image] Aug 27 23:21:11.272 INFO O| Aug 27 23:21:11.272 INFO STEP 1176 (remove_files) COMPLETE
74662024-08-27T23:21:13.096Z[ recovery-image] Aug 27 23:21:11.272 INFO O| Aug 27 23:21:11.272 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-08-27T23:21:13.103Z[ recovery-image] Aug 27 23:21:11.281 INFO O| Aug 27 23:21:11.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74682024-08-27T23:21:13.105Z[ recovery-image] Aug 27 23:21:11.282 INFO O| Aug 27 23:21:11.281 INFO STEP 1177 (remove_files) COMPLETE
74692024-08-27T23:21:13.105Z[ recovery-image] Aug 27 23:21:11.282 INFO O| Aug 27 23:21:11.281 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-08-27T23:21:13.112Z[ recovery-image] Aug 27 23:21:11.291 INFO O| Aug 27 23:21:11.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74712024-08-27T23:21:13.115Z[ recovery-image] Aug 27 23:21:11.291 INFO O| Aug 27 23:21:11.291 INFO STEP 1178 (remove_files) COMPLETE
74722024-08-27T23:21:13.115Z[ recovery-image] Aug 27 23:21:11.291 INFO O| Aug 27 23:21:11.291 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-08-27T23:21:13.122Z[ recovery-image] Aug 27 23:21:11.301 INFO O| Aug 27 23:21:11.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74742024-08-27T23:21:13.122Z[ recovery-image] Aug 27 23:21:11.301 INFO O| Aug 27 23:21:11.301 INFO STEP 1179 (remove_files) COMPLETE
74752024-08-27T23:21:13.122Z[ recovery-image] Aug 27 23:21:11.301 INFO O| Aug 27 23:21:11.301 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-08-27T23:21:13.132Z[ recovery-image] Aug 27 23:21:11.310 INFO O| Aug 27 23:21:11.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74772024-08-27T23:21:13.132Z[ recovery-image] Aug 27 23:21:11.310 INFO O| Aug 27 23:21:11.310 INFO STEP 1180 (remove_files) COMPLETE
74782024-08-27T23:21:13.134Z[ recovery-image] Aug 27 23:21:11.310 INFO O| Aug 27 23:21:11.310 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-08-27T23:21:13.141Z[ recovery-image] Aug 27 23:21:11.320 INFO O| Aug 27 23:21:11.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74802024-08-27T23:21:13.144Z[ recovery-image] Aug 27 23:21:11.320 INFO O| Aug 27 23:21:11.320 INFO STEP 1181 (remove_files) COMPLETE
74812024-08-27T23:21:13.144Z[ recovery-image] Aug 27 23:21:11.320 INFO O| Aug 27 23:21:11.320 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-08-27T23:21:13.151Z[ recovery-image] Aug 27 23:21:11.330 INFO O| Aug 27 23:21:11.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74832024-08-27T23:21:13.153Z[ recovery-image] Aug 27 23:21:11.330 INFO O| Aug 27 23:21:11.330 INFO STEP 1182 (remove_files) COMPLETE
74842024-08-27T23:21:13.154Z[ recovery-image] Aug 27 23:21:11.330 INFO O| Aug 27 23:21:11.330 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-08-27T23:21:13.161Z[ recovery-image] Aug 27 23:21:11.339 INFO O| Aug 27 23:21:11.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74862024-08-27T23:21:13.161Z[ recovery-image] Aug 27 23:21:11.340 INFO O| Aug 27 23:21:11.339 INFO STEP 1183 (remove_files) COMPLETE
74872024-08-27T23:21:13.163Z[ recovery-image] Aug 27 23:21:11.340 INFO O| Aug 27 23:21:11.340 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-08-27T23:21:13.171Z[ recovery-image] Aug 27 23:21:11.349 INFO O| Aug 27 23:21:11.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74892024-08-27T23:21:13.171Z[ recovery-image] Aug 27 23:21:11.349 INFO O| Aug 27 23:21:11.349 INFO STEP 1184 (remove_files) COMPLETE
74902024-08-27T23:21:13.171Z[ recovery-image] Aug 27 23:21:11.349 INFO O| Aug 27 23:21:11.349 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-08-27T23:21:13.180Z[ recovery-image] Aug 27 23:21:11.359 INFO O| Aug 27 23:21:11.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74922024-08-27T23:21:13.183Z[ recovery-image] Aug 27 23:21:11.359 INFO O| Aug 27 23:21:11.359 INFO STEP 1185 (remove_files) COMPLETE
74932024-08-27T23:21:13.183Z[ recovery-image] Aug 27 23:21:11.359 INFO O| Aug 27 23:21:11.359 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-08-27T23:21:13.190Z[ recovery-image] Aug 27 23:21:11.369 INFO O| Aug 27 23:21:11.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74952024-08-27T23:21:13.193Z[ recovery-image] Aug 27 23:21:11.369 INFO O| Aug 27 23:21:11.369 INFO STEP 1186 (remove_files) COMPLETE
74962024-08-27T23:21:13.193Z[ recovery-image] Aug 27 23:21:11.369 INFO O| Aug 27 23:21:11.369 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-08-27T23:21:13.200Z[ recovery-image] Aug 27 23:21:11.379 INFO O| Aug 27 23:21:11.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74982024-08-27T23:21:13.200Z[ recovery-image] Aug 27 23:21:11.379 INFO O| Aug 27 23:21:11.379 INFO STEP 1187 (remove_files) COMPLETE
74992024-08-27T23:21:13.200Z[ recovery-image] Aug 27 23:21:11.379 INFO O| Aug 27 23:21:11.379 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-08-27T23:21:13.210Z[ recovery-image] Aug 27 23:21:11.388 INFO O| Aug 27 23:21:11.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
75012024-08-27T23:21:13.210Z[ recovery-image] Aug 27 23:21:11.389 INFO O| Aug 27 23:21:11.388 INFO STEP 1188 (remove_files) COMPLETE
75022024-08-27T23:21:13.210Z[ recovery-image] Aug 27 23:21:11.389 INFO O| Aug 27 23:21:11.389 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-08-27T23:21:13.220Z[ recovery-image] Aug 27 23:21:11.398 INFO O| Aug 27 23:21:11.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
75042024-08-27T23:21:13.220Z[ recovery-image] Aug 27 23:21:11.398 INFO O| Aug 27 23:21:11.398 INFO STEP 1189 (remove_files) COMPLETE
75052024-08-27T23:21:13.220Z[ recovery-image] Aug 27 23:21:11.398 INFO O| Aug 27 23:21:11.398 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-08-27T23:21:13.234Z[ recovery-image] Aug 27 23:21:11.408 INFO O| Aug 27 23:21:11.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
75072024-08-27T23:21:13.234Z[ recovery-image] Aug 27 23:21:11.408 INFO O| Aug 27 23:21:11.408 INFO STEP 1190 (remove_files) COMPLETE
75082024-08-27T23:21:13.234Z[ recovery-image] Aug 27 23:21:11.408 INFO O| Aug 27 23:21:11.408 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-08-27T23:21:13.239Z[ recovery-image] Aug 27 23:21:11.417 INFO O| Aug 27 23:21:11.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
75102024-08-27T23:21:13.239Z[ recovery-image] Aug 27 23:21:11.417 INFO O| Aug 27 23:21:11.417 INFO STEP 1191 (remove_files) COMPLETE
75112024-08-27T23:21:13.241Z[ recovery-image] Aug 27 23:21:11.417 INFO O| Aug 27 23:21:11.417 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-08-27T23:21:13.249Z[ recovery-image] Aug 27 23:21:11.427 INFO O| Aug 27 23:21:11.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
75132024-08-27T23:21:13.249Z[ recovery-image] Aug 27 23:21:11.427 INFO O| Aug 27 23:21:11.427 INFO STEP 1192 (remove_files) COMPLETE
75142024-08-27T23:21:13.249Z[ recovery-image] Aug 27 23:21:11.427 INFO O| Aug 27 23:21:11.427 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-08-27T23:21:13.258Z[ host-image] Aug 27 23:21:11.437 INFO O| Aug 27 23:21:11.437 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
75162024-08-27T23:21:13.269Z[ recovery-image] Aug 27 23:21:11.437 INFO O| Aug 27 23:21:11.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
75172024-08-27T23:21:13.269Z[ recovery-image] Aug 27 23:21:11.437 INFO O| Aug 27 23:21:11.437 INFO STEP 1193 (remove_files) COMPLETE
75182024-08-27T23:21:13.269Z[ recovery-image] Aug 27 23:21:11.437 INFO O| Aug 27 23:21:11.437 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-08-27T23:21:13.276Z[ recovery-image] Aug 27 23:21:11.447 INFO O| Aug 27 23:21:11.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
75202024-08-27T23:21:13.276Z[ recovery-image] Aug 27 23:21:11.447 INFO O| Aug 27 23:21:11.447 INFO STEP 1194 (remove_files) COMPLETE
75212024-08-27T23:21:13.276Z[ recovery-image] Aug 27 23:21:11.447 INFO O| Aug 27 23:21:11.447 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-08-27T23:21:13.280Z[ recovery-image] Aug 27 23:21:11.457 INFO O| Aug 27 23:21:11.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
75232024-08-27T23:21:13.281Z[ recovery-image] Aug 27 23:21:11.457 INFO O| Aug 27 23:21:11.457 INFO STEP 1195 (remove_files) COMPLETE
75242024-08-27T23:21:13.281Z[ recovery-image] Aug 27 23:21:11.457 INFO O| Aug 27 23:21:11.457 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-08-27T23:21:13.289Z[ recovery-image] Aug 27 23:21:11.467 INFO O| Aug 27 23:21:11.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
75262024-08-27T23:21:13.289Z[ recovery-image] Aug 27 23:21:11.467 INFO O| Aug 27 23:21:11.467 INFO STEP 1196 (remove_files) COMPLETE
75272024-08-27T23:21:13.292Z[ recovery-image] Aug 27 23:21:11.467 INFO O| Aug 27 23:21:11.467 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-08-27T23:21:13.300Z[ recovery-image] Aug 27 23:21:11.477 INFO O| Aug 27 23:21:11.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
75292024-08-27T23:21:13.301Z[ recovery-image] Aug 27 23:21:11.477 INFO O| Aug 27 23:21:11.477 INFO STEP 1197 (remove_files) COMPLETE
75302024-08-27T23:21:13.303Z[ recovery-image] Aug 27 23:21:11.477 INFO O| Aug 27 23:21:11.477 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-08-27T23:21:13.309Z[ recovery-image] Aug 27 23:21:11.487 INFO O| Aug 27 23:21:11.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
75322024-08-27T23:21:13.312Z[ recovery-image] Aug 27 23:21:11.487 INFO O| Aug 27 23:21:11.487 INFO STEP 1198 (remove_files) COMPLETE
75332024-08-27T23:21:13.312Z[ recovery-image] Aug 27 23:21:11.487 INFO O| Aug 27 23:21:11.487 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-08-27T23:21:13.319Z[ recovery-image] Aug 27 23:21:11.497 INFO O| Aug 27 23:21:11.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
75352024-08-27T23:21:13.319Z[ recovery-image] Aug 27 23:21:11.497 INFO O| Aug 27 23:21:11.497 INFO STEP 1199 (remove_files) COMPLETE
75362024-08-27T23:21:13.321Z[ recovery-image] Aug 27 23:21:11.497 INFO O| Aug 27 23:21:11.497 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-08-27T23:21:13.329Z[ recovery-image] Aug 27 23:21:11.507 INFO O| Aug 27 23:21:11.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
75382024-08-27T23:21:13.329Z[ recovery-image] Aug 27 23:21:11.507 INFO O| Aug 27 23:21:11.507 INFO STEP 1200 (remove_files) COMPLETE
75392024-08-27T23:21:13.329Z[ recovery-image] Aug 27 23:21:11.507 INFO O| Aug 27 23:21:11.507 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-08-27T23:21:13.339Z[ recovery-image] Aug 27 23:21:11.517 INFO O| Aug 27 23:21:11.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
75412024-08-27T23:21:13.339Z[ recovery-image] Aug 27 23:21:11.517 INFO O| Aug 27 23:21:11.517 INFO STEP 1201 (remove_files) COMPLETE
75422024-08-27T23:21:13.346Z[ recovery-image] Aug 27 23:21:11.517 INFO O| Aug 27 23:21:11.517 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-08-27T23:21:13.349Z[ recovery-image] Aug 27 23:21:11.527 INFO O| Aug 27 23:21:11.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
75442024-08-27T23:21:13.349Z[ recovery-image] Aug 27 23:21:11.527 INFO O| Aug 27 23:21:11.527 INFO STEP 1202 (remove_files) COMPLETE
75452024-08-27T23:21:13.349Z[ recovery-image] Aug 27 23:21:11.527 INFO O| Aug 27 23:21:11.527 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-08-27T23:21:13.359Z[ recovery-image] Aug 27 23:21:11.537 INFO O| Aug 27 23:21:11.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
75472024-08-27T23:21:13.360Z[ recovery-image] Aug 27 23:21:11.537 INFO O| Aug 27 23:21:11.537 INFO STEP 1203 (remove_files) COMPLETE
75482024-08-27T23:21:13.363Z[ recovery-image] Aug 27 23:21:11.538 INFO O| Aug 27 23:21:11.537 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-08-27T23:21:13.369Z[ recovery-image] Aug 27 23:21:11.547 INFO O| Aug 27 23:21:11.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75502024-08-27T23:21:13.372Z[ recovery-image] Aug 27 23:21:11.548 INFO O| Aug 27 23:21:11.547 INFO STEP 1204 (remove_files) COMPLETE
75512024-08-27T23:21:13.372Z[ recovery-image] Aug 27 23:21:11.548 INFO O| Aug 27 23:21:11.547 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-08-27T23:21:13.379Z[ recovery-image] Aug 27 23:21:11.558 INFO O| Aug 27 23:21:11.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75532024-08-27T23:21:13.379Z[ recovery-image] Aug 27 23:21:11.558 INFO O| Aug 27 23:21:11.558 INFO STEP 1205 (remove_files) COMPLETE
75542024-08-27T23:21:13.382Z[ recovery-image] Aug 27 23:21:11.558 INFO O| Aug 27 23:21:11.558 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75552024-08-27T23:21:13.397Z[ recovery-image] Aug 27 23:21:11.575 INFO O| Aug 27 23:21:11.575 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75562024-08-27T23:21:13.397Z[ recovery-image] Aug 27 23:21:11.575 INFO O| Aug 27 23:21:11.575 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75572024-08-27T23:21:13.500Z[ host-image] Aug 27 23:21:11.678 INFO O| Aug 27 23:21:11.678 INFO O| Done
75582024-08-27T23:21:13.500Z[ host-image] Aug 27 23:21:11.678 INFO O| Aug 27 23:21:11.678 INFO O| Done
75592024-08-27T23:21:13.852Z[ host-image] Aug 27 23:21:12.030 INFO O| Aug 27 23:21:12.030 INFO O| Done
75602024-08-27T23:21:14.106Z[ recovery-image] Aug 27 23:21:12.283 INFO O| Aug 27 23:21:12.283 INFO STEP 1206 (pack_tar) COMPLETE
75612024-08-27T23:21:14.106Z[ recovery-image] Aug 27 23:21:12.283 INFO O| Aug 27 23:21:12.283 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75622024-08-27T23:21:14.109Z[ recovery-image] Aug 27 23:21:12.283 INFO O| Aug 27 23:21:12.283 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75632024-08-27T23:21:14.381Z[ recovery-image] Aug 27 23:21:12.559 INFO O| Aug 27 23:21:12.558 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75642024-08-27T23:21:14.457Z[ recovery-image] Aug 27 23:21:12.635 INFO O| Aug 27 23:21:12.635 INFO completed processing gimlet/ramdisk-03-recovery-trim
75652024-08-27T23:21:14.463Z[ recovery-image] Aug 27 23:21:12.641 INFO image builder template: zfs-recovery...
75662024-08-27T23:21:14.465Z[ recovery-image] Aug 27 23:21:12.641 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/.tmpudd7zb/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
75672024-08-27T23:21:14.496Z[ recovery-image] Aug 27 23:21:12.673 INFO O| Aug 27 23:21:12.673 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75682024-08-27T23:21:14.499Z[ recovery-image] Aug 27 23:21:12.677 INFO O| Aug 27 23:21:12.677 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75692024-08-27T23:21:14.578Z[ recovery-image] Aug 27 23:21:12.755 INFO O| Aug 27 23:21:12.755 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75702024-08-27T23:21:14.682Z[ recovery-image] Aug 27 23:21:12.859 INFO O| Aug 27 23:21:12.859 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75712024-08-27T23:21:14.682Z[ recovery-image] Aug 27 23:21:12.860 INFO O| Aug 27 23:21:12.860 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75722024-08-27T23:21:14.686Z[ recovery-image] Aug 27 23:21:12.864 INFO O| Aug 27 23:21:12.864 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75732024-08-27T23:21:14.812Z[ recovery-image] Aug 27 23:21:12.990 INFO O| Aug 27 23:21:12.989 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75742024-08-27T23:21:14.882Z[ recovery-image] Aug 27 23:21:13.059 INFO O| Aug 27 23:21:13.059 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75752024-08-27T23:21:14.891Z[ recovery-image] Aug 27 23:21:13.069 INFO O| Aug 27 23:21:13.069 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75762024-08-27T23:21:14.896Z[ recovery-image] Aug 27 23:21:13.074 INFO O| Aug 27 23:21:13.074 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75772024-08-27T23:21:14.898Z[ recovery-image] Aug 27 23:21:13.075 INFO O| Aug 27 23:21:13.075 INFO no lofi found
75782024-08-27T23:21:14.898Z[ recovery-image] Aug 27 23:21:13.075 INFO O| Aug 27 23:21:13.075 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75792024-08-27T23:21:14.898Z[ recovery-image] Aug 27 23:21:13.075 INFO O| Aug 27 23:21:13.075 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75802024-08-27T23:21:15.114Z[ host-image] Aug 27 23:21:13.291 INFO O| Aug 27 23:21:13.290 INFO O| Done
75812024-08-27T23:21:15.143Z[ host-image] Aug 27 23:21:13.320 INFO O| Aug 27 23:21:13.320 INFO O| Done
75822024-08-27T23:21:15.143Z[ host-image] Aug 27 23:21:13.321 INFO O| Aug 27 23:21:13.320 INFO O| Done
75832024-08-27T23:21:15.188Z[ host-image] Aug 27 23:21:13.364 INFO O| Aug 27 23:21:13.364 INFO O| Done
75842024-08-27T23:21:15.301Z[ host-image] Aug 27 23:21:13.479 INFO O| Aug 27 23:21:13.479 INFO STEP 13 (pkg_install) COMPLETE
75852024-08-27T23:21:15.307Z[ host-image] Aug 27 23:21:13.479 INFO O| Aug 27 23:21:13.479 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75862024-08-27T23:21:15.322Z[ host-image] Aug 27 23:21:13.500 INFO O| Aug 27 23:21:13.500 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
75872024-08-27T23:21:15.761Z[ host-image] Aug 27 23:21:13.938 INFO O| Aug 27 23:21:13.938 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
75882024-08-27T23:21:16.833Z[ recovery-image] Aug 27 23:21:15.010 INFO O| Aug 27 23:21:15.010 INFO lofi device = /dev/dsk/c2t1d0p0
75892024-08-27T23:21:16.834Z[ recovery-image] Aug 27 23:21:15.010 INFO O| Aug 27 23:21:15.010 INFO pool device = /dev/dsk/c2t1d0p0
75902024-08-27T23:21:16.837Z[ recovery-image] Aug 27 23:21:15.011 INFO O| Aug 27 23:21:15.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"]
75912024-08-27T23:21:16.910Z[ recovery-image] Aug 27 23:21:15.087 INFO O| Aug 27 23:21:15.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75922024-08-27T23:21:16.910Z[ recovery-image] Aug 27 23:21:15.087 INFO O| Aug 27 23:21:15.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75932024-08-27T23:21:16.936Z[ recovery-image] Aug 27 23:21:15.112 INFO O| Aug 27 23:21:15.112 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75942024-08-27T23:21:16.995Z[ recovery-image] Aug 27 23:21:15.172 INFO O| Aug 27 23:21:15.172 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75952024-08-27T23:21:17.034Z[ recovery-image] Aug 27 23:21:15.211 INFO O| Aug 27 23:21:15.211 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75962024-08-27T23:21:17.049Z[ recovery-image] Aug 27 23:21:15.227 INFO O| Aug 27 23:21:15.226 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75972024-08-27T23:21:17.062Z[ recovery-image] Aug 27 23:21:15.239 INFO O| Aug 27 23:21:15.239 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75982024-08-27T23:21:17.111Z[ recovery-image] Aug 27 23:21:15.289 INFO O| Aug 27 23:21:15.289 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75992024-08-27T23:21:17.112Z[ recovery-image] Aug 27 23:21:15.289 INFO O| Aug 27 23:21:15.289 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76002024-08-27T23:21:17.116Z[ recovery-image] Aug 27 23:21:15.289 INFO O| Aug 27 23:21:15.289 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76012024-08-27T23:21:17.126Z[ recovery-image] Aug 27 23:21:15.301 INFO O| Aug 27 23:21:15.301 INFO boot environment UUID: 7a073ef5-8abb-435a-8fe1-666f2557aa59
76022024-08-27T23:21:17.126Z[ recovery-image] Aug 27 23:21:15.301 INFO O| Aug 27 23:21:15.301 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7a073ef5-8abb-435a-8fe1-666f2557aa59
76032024-08-27T23:21:17.134Z[ recovery-image] Aug 27 23:21:15.311 INFO O| Aug 27 23:21:15.311 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
76042024-08-27T23:21:17.144Z[ recovery-image] Aug 27 23:21:15.322 INFO O| Aug 27 23:21:15.322 INFO STEP 0 (create_be) COMPLETE
76052024-08-27T23:21:17.145Z[ recovery-image] Aug 27 23:21:15.322 INFO O| Aug 27 23:21:15.322 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76062024-08-27T23:21:17.160Z[ recovery-image] Aug 27 23:21:15.337 INFO O| Aug 27 23:21:15.337 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"]
76072024-08-27T23:21:17.312Z[ host-image] Aug 27 23:21:15.487 INFO O| Aug 27 23:21:15.487 INFO O| Planning: Solver setup ... Done
76082024-08-27T23:21:17.322Z[ host-image] Aug 27 23:21:15.499 INFO O| Aug 27 23:21:15.499 INFO O| Planning: Running solver ... Done
76092024-08-27T23:21:17.409Z[ host-image] Aug 27 23:21:15.586 INFO O| Aug 27 23:21:15.586 INFO O| Planning: Finding local manifests ... Done
76102024-08-27T23:21:17.414Z[ host-image] Aug 27 23:21:15.587 INFO O| Aug 27 23:21:15.587 INFO O| Planning: Fetching manifests: 0/1 0% complete
76112024-08-27T23:21:17.512Z[ host-image] Aug 27 23:21:15.689 INFO O| Aug 27 23:21:15.689 INFO O| Planning: Fetching manifests: 1/1 100% complete
76122024-08-27T23:21:17.530Z[ host-image] Aug 27 23:21:15.707 INFO O| Aug 27 23:21:15.707 INFO O| Planning: Package planning ... Done
76132024-08-27T23:21:17.536Z[ host-image] Aug 27 23:21:15.707 INFO O| Aug 27 23:21:15.707 INFO O| Planning: Merging actions ... Done
76142024-08-27T23:21:17.630Z[ host-image] Aug 27 23:21:15.807 INFO O| Aug 27 23:21:15.807 INFO O| Planning: Checking for conflicting actions ... Done
76152024-08-27T23:21:17.634Z[ host-image] Aug 27 23:21:15.808 INFO O| Aug 27 23:21:15.808 INFO O| Planning: Consolidating action changes ... Done
76162024-08-27T23:21:17.975Z[ host-image] Aug 27 23:21:16.152 INFO O| Aug 27 23:21:16.152 INFO O| Planning: Evaluating mediators ... Done
76172024-08-27T23:21:17.981Z[ host-image] Aug 27 23:21:16.153 INFO O| Aug 27 23:21:16.153 INFO O| Planning: Planning completed in 2.21 seconds
76182024-08-27T23:21:17.981Z[ host-image] Aug 27 23:21:16.155 INFO O| Aug 27 23:21:16.155 INFO O| Packages to install: 1
76192024-08-27T23:21:17.997Z[ host-image] Aug 27 23:21:16.174 INFO O| Aug 27 23:21:16.174 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
76202024-08-27T23:21:18.777Z[ host-image] Aug 27 23:21:16.953 INFO O| Aug 27 23:21:16.953 INFO O| Download: Completed 20.80 MB in 0.78 seconds (26.7M/s)
76212024-08-27T23:21:18.876Z[ host-image] Aug 27 23:21:17.052 INFO O| Aug 27 23:21:17.052 INFO O| Actions: 1/22 actions (Installing new actions)
76222024-08-27T23:21:18.890Z[ recovery-image] Aug 27 23:21:17.067 INFO O| Aug 27 23:21:17.067 INFO STEP 1 (unpack_tar) COMPLETE
76232024-08-27T23:21:18.890Z[ recovery-image] Aug 27 23:21:17.067 INFO O| Aug 27 23:21:17.067 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76242024-08-27T23:21:18.902Z[ recovery-image] Aug 27 23:21:17.079 INFO O| Aug 27 23:21:17.078 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76252024-08-27T23:21:19.156Z[ recovery-image] Aug 27 23:21:17.332 INFO O| Aug 27 23:21:17.332 INFO STEP 2 (devfsadm) COMPLETE
76262024-08-27T23:21:19.156Z[ recovery-image] Aug 27 23:21:17.333 INFO O| Aug 27 23:21:17.332 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76272024-08-27T23:21:19.169Z[ recovery-image] Aug 27 23:21:17.344 INFO O| Aug 27 23:21:17.344 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76282024-08-27T23:21:19.172Z[ recovery-image] Aug 27 23:21:17.344 INFO O| Aug 27 23:21:17.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76292024-08-27T23:21:19.172Z[ recovery-image] Aug 27 23:21:17.344 INFO O| Aug 27 23:21:17.344 INFO STEP 3 (ensure_dir) COMPLETE
76302024-08-27T23:21:19.172Z[ recovery-image] Aug 27 23:21:17.344 INFO O| Aug 27 23:21:17.344 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76312024-08-27T23:21:19.178Z[ recovery-image] Aug 27 23:21:17.354 INFO O| Aug 27 23:21:17.354 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76322024-08-27T23:21:19.178Z[ recovery-image] Aug 27 23:21:17.354 INFO O| Aug 27 23:21:17.354 INFO STEP 4 (ensure_dir) COMPLETE
76332024-08-27T23:21:19.180Z[ recovery-image] Aug 27 23:21:17.354 INFO O| Aug 27 23:21:17.354 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76342024-08-27T23:21:19.189Z[ recovery-image] Aug 27 23:21:17.365 INFO O| Aug 27 23:21:17.365 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76352024-08-27T23:21:19.189Z[ recovery-image] Aug 27 23:21:17.365 INFO O| Aug 27 23:21:17.365 INFO STEP 5 (ensure_dir) COMPLETE
76362024-08-27T23:21:19.193Z[ recovery-image] Aug 27 23:21:17.365 INFO O| Aug 27 23:21:17.365 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76372024-08-27T23:21:19.200Z[ recovery-image] Aug 27 23:21:17.376 INFO O| Aug 27 23:21:17.376 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76382024-08-27T23:21:19.200Z[ recovery-image] Aug 27 23:21:17.377 INFO O| Aug 27 23:21:17.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76392024-08-27T23:21:19.202Z[ recovery-image] Aug 27 23:21:17.377 INFO O| Aug 27 23:21:17.377 INFO STEP 6 (ensure_dir) COMPLETE
76402024-08-27T23:21:19.202Z[ recovery-image] Aug 27 23:21:17.377 INFO O| Aug 27 23:21:17.377 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76412024-08-27T23:21:19.210Z[ recovery-image] Aug 27 23:21:17.387 INFO O| Aug 27 23:21:17.387 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76422024-08-27T23:21:19.210Z[ recovery-image] Aug 27 23:21:17.387 INFO O| Aug 27 23:21:17.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76432024-08-27T23:21:19.210Z[ recovery-image] Aug 27 23:21:17.387 INFO O| Aug 27 23:21:17.387 INFO STEP 7 (ensure_dir) COMPLETE
76442024-08-27T23:21:19.213Z[ recovery-image] Aug 27 23:21:17.387 INFO O| Aug 27 23:21:17.387 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76452024-08-27T23:21:19.222Z[ recovery-image] Aug 27 23:21:17.399 INFO O| Aug 27 23:21:17.399 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
76462024-08-27T23:21:19.224Z[ recovery-image] Aug 27 23:21:17.399 INFO O| Aug 27 23:21:17.399 INFO STEP 8 (remove_files) COMPLETE
76472024-08-27T23:21:19.224Z[ recovery-image] Aug 27 23:21:17.399 INFO O| Aug 27 23:21:17.399 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76482024-08-27T23:21:19.234Z[ recovery-image] Aug 27 23:21:17.409 INFO O| Aug 27 23:21:17.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
76492024-08-27T23:21:19.236Z[ recovery-image] Aug 27 23:21:17.410 INFO O| Aug 27 23:21:17.410 INFO STEP 9 (remove_files) COMPLETE
76502024-08-27T23:21:19.236Z[ recovery-image] Aug 27 23:21:17.410 INFO O| Aug 27 23:21:17.410 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76512024-08-27T23:21:19.243Z[ recovery-image] Aug 27 23:21:17.420 INFO O| Aug 27 23:21:17.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76522024-08-27T23:21:19.246Z[ recovery-image] Aug 27 23:21:17.420 INFO O| Aug 27 23:21:17.420 INFO STEP 10 (remove_files) COMPLETE
76532024-08-27T23:21:19.246Z[ recovery-image] Aug 27 23:21:17.421 INFO O| Aug 27 23:21:17.420 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76542024-08-27T23:21:19.253Z[ recovery-image] Aug 27 23:21:17.430 INFO O| Aug 27 23:21:17.430 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76552024-08-27T23:21:19.257Z[ recovery-image] Aug 27 23:21:17.430 INFO O| Aug 27 23:21:17.430 INFO STEP 11 (remove_files) COMPLETE
76562024-08-27T23:21:19.257Z[ recovery-image] Aug 27 23:21:17.430 INFO O| Aug 27 23:21:17.430 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76572024-08-27T23:21:19.263Z[ recovery-image] Aug 27 23:21:17.440 INFO O| Aug 27 23:21:17.440 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76582024-08-27T23:21:19.266Z[ recovery-image] Aug 27 23:21:17.440 INFO O| Aug 27 23:21:17.440 INFO STEP 12 (remove_files) COMPLETE
76592024-08-27T23:21:19.266Z[ recovery-image] Aug 27 23:21:17.440 INFO O| Aug 27 23:21:17.440 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76602024-08-27T23:21:19.274Z[ recovery-image] Aug 27 23:21:17.450 INFO O| Aug 27 23:21:17.450 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76612024-08-27T23:21:19.276Z[ recovery-image] Aug 27 23:21:17.451 INFO O| Aug 27 23:21:17.450 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76622024-08-27T23:21:19.276Z[ recovery-image] Aug 27 23:21:17.451 INFO O| Aug 27 23:21:17.451 INFO STEP 13 (ensure_dir) COMPLETE
76632024-08-27T23:21:19.276Z[ recovery-image] Aug 27 23:21:17.451 INFO O| Aug 27 23:21:17.451 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76642024-08-27T23:21:19.285Z[ recovery-image] Aug 27 23:21:17.462 INFO O| Aug 27 23:21:17.462 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76652024-08-27T23:21:19.285Z[ recovery-image] Aug 27 23:21:17.462 INFO O| Aug 27 23:21:17.462 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76662024-08-27T23:21:19.287Z[ recovery-image] Aug 27 23:21:17.462 INFO O| Aug 27 23:21:17.462 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76672024-08-27T23:21:19.287Z[ recovery-image] Aug 27 23:21:17.462 INFO O| Aug 27 23:21:17.462 INFO STEP 14 (ensure_dir) COMPLETE
76682024-08-27T23:21:19.288Z[ recovery-image] Aug 27 23:21:17.462 INFO O| Aug 27 23:21:17.462 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76692024-08-27T23:21:19.296Z[ recovery-image] Aug 27 23:21:17.472 INFO O| Aug 27 23:21:17.472 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76702024-08-27T23:21:19.298Z[ recovery-image] Aug 27 23:21:17.472 INFO O| Aug 27 23:21:17.472 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76712024-08-27T23:21:19.298Z[ recovery-image] Aug 27 23:21:17.472 INFO O| Aug 27 23:21:17.472 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76722024-08-27T23:21:19.298Z[ recovery-image] Aug 27 23:21:17.472 INFO O| Aug 27 23:21:17.472 INFO STEP 15 (ensure_dir) COMPLETE
76732024-08-27T23:21:19.298Z[ recovery-image] Aug 27 23:21:17.472 INFO O| Aug 27 23:21:17.472 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76742024-08-27T23:21:19.307Z[ recovery-image] Aug 27 23:21:17.484 INFO O| Aug 27 23:21:17.483 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76752024-08-27T23:21:19.307Z[ recovery-image] Aug 27 23:21:17.484 INFO O| Aug 27 23:21:17.484 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76762024-08-27T23:21:19.309Z[ recovery-image] Aug 27 23:21:17.484 INFO O| Aug 27 23:21:17.484 INFO STEP 16 (ensure_dir) COMPLETE
76772024-08-27T23:21:19.309Z[ recovery-image] Aug 27 23:21:17.484 INFO O| Aug 27 23:21:17.484 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76782024-08-27T23:21:19.317Z[ recovery-image] Aug 27 23:21:17.494 INFO O| Aug 27 23:21:17.494 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76792024-08-27T23:21:19.320Z[ recovery-image] Aug 27 23:21:17.494 INFO O| Aug 27 23:21:17.494 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76802024-08-27T23:21:19.320Z[ recovery-image] Aug 27 23:21:17.494 INFO O| Aug 27 23:21:17.494 INFO STEP 17 (ensure_dir) COMPLETE
76812024-08-27T23:21:19.320Z[ recovery-image] Aug 27 23:21:17.494 INFO O| Aug 27 23:21:17.494 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76822024-08-27T23:21:19.327Z[ recovery-image] Aug 27 23:21:17.504 INFO O| Aug 27 23:21:17.504 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76832024-08-27T23:21:19.329Z[ recovery-image] Aug 27 23:21:17.504 INFO O| Aug 27 23:21:17.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76842024-08-27T23:21:19.330Z[ recovery-image] Aug 27 23:21:17.504 INFO O| Aug 27 23:21:17.504 INFO ok!
76852024-08-27T23:21:19.330Z[ recovery-image] Aug 27 23:21:17.504 INFO O| Aug 27 23:21:17.504 INFO STEP 18 (ensure_symlink) COMPLETE
76862024-08-27T23:21:19.330Z[ recovery-image] Aug 27 23:21:17.504 INFO O| Aug 27 23:21:17.504 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76872024-08-27T23:21:19.338Z[ recovery-image] Aug 27 23:21:17.514 INFO O| Aug 27 23:21:17.514 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76882024-08-27T23:21:19.338Z[ recovery-image] Aug 27 23:21:17.514 INFO O| Aug 27 23:21:17.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76892024-08-27T23:21:19.340Z[ recovery-image] Aug 27 23:21:17.514 INFO O| Aug 27 23:21:17.514 INFO ok!
76902024-08-27T23:21:19.340Z[ recovery-image] Aug 27 23:21:17.514 INFO O| Aug 27 23:21:17.514 INFO STEP 19 (ensure_file) COMPLETE
76912024-08-27T23:21:19.341Z[ recovery-image] Aug 27 23:21:17.514 INFO O| Aug 27 23:21:17.514 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76922024-08-27T23:21:19.348Z[ recovery-image] Aug 27 23:21:17.524 INFO O| Aug 27 23:21:17.524 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76932024-08-27T23:21:19.348Z[ recovery-image] Aug 27 23:21:17.525 INFO O| Aug 27 23:21:17.524 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76942024-08-27T23:21:19.350Z[ recovery-image] Aug 27 23:21:17.525 INFO O| Aug 27 23:21:17.525 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76952024-08-27T23:21:19.350Z[ recovery-image] Aug 27 23:21:17.525 INFO O| Aug 27 23:21:17.525 INFO ok!
76962024-08-27T23:21:19.350Z[ recovery-image] Aug 27 23:21:17.525 INFO O| Aug 27 23:21:17.525 INFO STEP 20 (ensure_symlink) COMPLETE
76972024-08-27T23:21:19.350Z[ recovery-image] Aug 27 23:21:17.525 INFO O| Aug 27 23:21:17.525 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76982024-08-27T23:21:19.358Z[ recovery-image] Aug 27 23:21:17.535 INFO O| Aug 27 23:21:17.535 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76992024-08-27T23:21:19.358Z[ recovery-image] Aug 27 23:21:17.535 INFO O| Aug 27 23:21:17.535 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77002024-08-27T23:21:19.361Z[ recovery-image] Aug 27 23:21:17.535 INFO O| Aug 27 23:21:17.535 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77012024-08-27T23:21:19.361Z[ recovery-image] Aug 27 23:21:17.535 INFO O| Aug 27 23:21:17.535 INFO ok!
77022024-08-27T23:21:19.361Z[ recovery-image] Aug 27 23:21:17.535 INFO O| Aug 27 23:21:17.535 INFO STEP 21 (ensure_symlink) COMPLETE
77032024-08-27T23:21:19.361Z[ recovery-image] Aug 27 23:21:17.535 INFO O| Aug 27 23:21:17.535 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77042024-08-27T23:21:19.368Z[ recovery-image] Aug 27 23:21:17.545 INFO O| Aug 27 23:21:17.545 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77052024-08-27T23:21:19.372Z[ recovery-image] Aug 27 23:21:17.545 INFO O| Aug 27 23:21:17.545 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
77062024-08-27T23:21:19.372Z[ recovery-image] Aug 27 23:21:17.545 INFO O| Aug 27 23:21:17.545 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
77072024-08-27T23:21:19.372Z[ recovery-image] Aug 27 23:21:17.545 INFO O| Aug 27 23:21:17.545 INFO ok!
77082024-08-27T23:21:19.372Z[ recovery-image] Aug 27 23:21:17.545 INFO O| Aug 27 23:21:17.545 INFO STEP 22 (ensure_symlink) COMPLETE
77092024-08-27T23:21:19.372Z[ recovery-image] Aug 27 23:21:17.545 INFO O| Aug 27 23:21:17.545 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77102024-08-27T23:21:19.378Z[ recovery-image] Aug 27 23:21:17.555 INFO O| Aug 27 23:21:17.555 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
77112024-08-27T23:21:19.378Z[ recovery-image] Aug 27 23:21:17.555 INFO O| Aug 27 23:21:17.555 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
77122024-08-27T23:21:19.381Z[ recovery-image] Aug 27 23:21:17.555 INFO O| Aug 27 23:21:17.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
77132024-08-27T23:21:19.381Z[ recovery-image] Aug 27 23:21:17.555 INFO O| Aug 27 23:21:17.555 INFO ok!
77142024-08-27T23:21:19.381Z[ recovery-image] Aug 27 23:21:17.555 INFO O| Aug 27 23:21:17.555 INFO STEP 23 (ensure_symlink) COMPLETE
77152024-08-27T23:21:19.381Z[ recovery-image] Aug 27 23:21:17.555 INFO O| Aug 27 23:21:17.555 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77162024-08-27T23:21:19.388Z[ recovery-image] Aug 27 23:21:17.565 INFO O| Aug 27 23:21:17.565 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
77172024-08-27T23:21:19.391Z[ recovery-image] Aug 27 23:21:17.565 INFO O| Aug 27 23:21:17.565 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 ...
77182024-08-27T23:21:19.391Z[ recovery-image] Aug 27 23:21:17.565 INFO O| Aug 27 23:21:17.565 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
77192024-08-27T23:21:19.391Z[ recovery-image] Aug 27 23:21:17.566 INFO O| Aug 27 23:21:17.565 INFO ok!
77202024-08-27T23:21:19.391Z[ recovery-image] Aug 27 23:21:17.566 INFO O| Aug 27 23:21:17.565 INFO STEP 24 (ensure_file) COMPLETE
77212024-08-27T23:21:19.391Z[ recovery-image] Aug 27 23:21:17.566 INFO O| Aug 27 23:21:17.565 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
77222024-08-27T23:21:19.399Z[ recovery-image] Aug 27 23:21:17.576 INFO O| Aug 27 23:21:17.575 INFO updating shadow file
77232024-08-27T23:21:19.401Z[ recovery-image] Aug 27 23:21:17.576 INFO O| Aug 27 23:21:17.576 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77242024-08-27T23:21:19.402Z[ recovery-image] Aug 27 23:21:17.576 INFO O| Aug 27 23:21:17.576 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77252024-08-27T23:21:19.402Z[ recovery-image] Aug 27 23:21:17.576 INFO O| Aug 27 23:21:17.576 INFO STEP 25 (shadow) COMPLETE
77262024-08-27T23:21:19.402Z[ recovery-image] Aug 27 23:21:17.576 INFO O| Aug 27 23:21:17.576 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77272024-08-27T23:21:19.409Z[ recovery-image] Aug 27 23:21:17.586 INFO O| Aug 27 23:21:17.586 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
77282024-08-27T23:21:19.412Z[ recovery-image] Aug 27 23:21:17.586 INFO O| Aug 27 23:21:17.586 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
77292024-08-27T23:21:19.412Z[ recovery-image] Aug 27 23:21:17.587 INFO O| Aug 27 23:21:17.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
77302024-08-27T23:21:19.412Z[ recovery-image] Aug 27 23:21:17.587 INFO O| Aug 27 23:21:17.587 INFO ok!
77312024-08-27T23:21:19.412Z[ recovery-image] Aug 27 23:21:17.587 INFO O| Aug 27 23:21:17.587 INFO STEP 26 (ensure_file) COMPLETE
77322024-08-27T23:21:19.412Z[ recovery-image] Aug 27 23:21:17.587 INFO O| Aug 27 23:21:17.587 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77332024-08-27T23:21:19.420Z[ recovery-image] Aug 27 23:21:17.597 INFO O| Aug 27 23:21:17.597 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
77342024-08-27T23:21:19.420Z[ recovery-image] Aug 27 23:21:17.597 INFO O| Aug 27 23:21:17.597 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
77352024-08-27T23:21:19.420Z[ recovery-image] Aug 27 23:21:17.597 INFO O| Aug 27 23:21:17.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
77362024-08-27T23:21:19.422Z[ recovery-image] Aug 27 23:21:17.597 INFO O| Aug 27 23:21:17.597 INFO ok!
77372024-08-27T23:21:19.423Z[ recovery-image] Aug 27 23:21:17.597 INFO O| Aug 27 23:21:17.597 INFO STEP 27 (ensure_file) COMPLETE
77382024-08-27T23:21:19.423Z[ recovery-image] Aug 27 23:21:17.597 INFO O| Aug 27 23:21:17.597 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77392024-08-27T23:21:19.438Z[ recovery-image] Aug 27 23:21:17.614 INFO O| Aug 27 23:21:17.614 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
77402024-08-27T23:21:19.438Z[ recovery-image] Aug 27 23:21:17.614 INFO O| Aug 27 23:21:17.614 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
77412024-08-27T23:21:19.441Z[ recovery-image] Aug 27 23:21:17.614 INFO O| Aug 27 23:21:17.614 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77422024-08-27T23:21:19.441Z[ recovery-image] Aug 27 23:21:17.614 INFO O| Aug 27 23:21:17.614 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77432024-08-27T23:21:19.441Z[ recovery-image] Aug 27 23:21:17.614 INFO O| Aug 27 23:21:17.614 INFO ok!
77442024-08-27T23:21:19.441Z[ recovery-image] Aug 27 23:21:17.614 INFO O| Aug 27 23:21:17.614 INFO STEP 28 (ensure_file) COMPLETE
77452024-08-27T23:21:19.441Z[ recovery-image] Aug 27 23:21:17.614 INFO O| Aug 27 23:21:17.614 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77462024-08-27T23:21:19.453Z[ recovery-image] Aug 27 23:21:17.629 INFO O| Aug 27 23:21:17.629 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77472024-08-27T23:21:19.453Z[ recovery-image] Aug 27 23:21:17.629 INFO O| Aug 27 23:21:17.629 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77482024-08-27T23:21:19.458Z[ recovery-image] Aug 27 23:21:17.629 INFO O| Aug 27 23:21:17.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77492024-08-27T23:21:19.458Z[ recovery-image] Aug 27 23:21:17.629 INFO O| Aug 27 23:21:17.629 INFO ok!
77502024-08-27T23:21:19.458Z[ recovery-image] Aug 27 23:21:17.629 INFO O| Aug 27 23:21:17.629 INFO STEP 29 (ensure_file) COMPLETE
77512024-08-27T23:21:19.458Z[ recovery-image] Aug 27 23:21:17.629 INFO O| Aug 27 23:21:17.629 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77522024-08-27T23:21:19.467Z[ recovery-image] Aug 27 23:21:17.644 INFO O| Aug 27 23:21:17.644 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77532024-08-27T23:21:19.468Z[ recovery-image] Aug 27 23:21:17.644 INFO O| Aug 27 23:21:17.644 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77542024-08-27T23:21:19.470Z[ recovery-image] Aug 27 23:21:17.644 INFO O| Aug 27 23:21:17.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77552024-08-27T23:21:19.470Z[ recovery-image] Aug 27 23:21:17.644 INFO O| Aug 27 23:21:17.644 INFO ok!
77562024-08-27T23:21:19.470Z[ recovery-image] Aug 27 23:21:17.644 INFO O| Aug 27 23:21:17.644 INFO STEP 30 (ensure_file) COMPLETE
77572024-08-27T23:21:19.470Z[ recovery-image] Aug 27 23:21:17.644 INFO O| Aug 27 23:21:17.644 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77582024-08-27T23:21:19.479Z[ host-image] Aug 27 23:21:17.656 INFO O| Aug 27 23:21:17.656 INFO O| Actions: Completed 22 actions in 0.60 seconds.
77592024-08-27T23:21:19.479Z[ recovery-image] Aug 27 23:21:17.656 INFO O| Aug 27 23:21:17.656 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77602024-08-27T23:21:19.482Z[ recovery-image] Aug 27 23:21:17.656 INFO O| Aug 27 23:21:17.656 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77612024-08-27T23:21:19.482Z[ recovery-image] Aug 27 23:21:17.656 INFO O| Aug 27 23:21:17.656 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77622024-08-27T23:21:19.482Z[ recovery-image] Aug 27 23:21:17.656 INFO O| Aug 27 23:21:17.656 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77632024-08-27T23:21:19.482Z[ recovery-image] Aug 27 23:21:17.656 INFO O| Aug 27 23:21:17.656 INFO ok!
77642024-08-27T23:21:19.482Z[ recovery-image] Aug 27 23:21:17.656 INFO O| Aug 27 23:21:17.656 INFO STEP 31 (ensure_file) COMPLETE
77652024-08-27T23:21:19.482Z[ recovery-image] Aug 27 23:21:17.656 INFO O| Aug 27 23:21:17.656 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77662024-08-27T23:21:19.490Z[ recovery-image] Aug 27 23:21:17.667 INFO O| Aug 27 23:21:17.667 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77672024-08-27T23:21:19.490Z[ recovery-image] Aug 27 23:21:17.667 INFO O| Aug 27 23:21:17.667 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77682024-08-27T23:21:19.493Z[ recovery-image] Aug 27 23:21:17.667 INFO O| Aug 27 23:21:17.667 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77692024-08-27T23:21:19.493Z[ recovery-image] Aug 27 23:21:17.667 INFO O| Aug 27 23:21:17.667 INFO ok!
77702024-08-27T23:21:19.493Z[ recovery-image] Aug 27 23:21:17.667 INFO O| Aug 27 23:21:17.667 INFO STEP 32 (ensure_file) COMPLETE
77712024-08-27T23:21:19.493Z[ recovery-image] Aug 27 23:21:17.667 INFO O| Aug 27 23:21:17.667 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77722024-08-27T23:21:19.501Z[ recovery-image] Aug 27 23:21:17.678 INFO O| Aug 27 23:21:17.678 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77732024-08-27T23:21:19.501Z[ recovery-image] Aug 27 23:21:17.678 INFO O| Aug 27 23:21:17.678 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77742024-08-27T23:21:19.503Z[ recovery-image] Aug 27 23:21:17.678 INFO O| Aug 27 23:21:17.678 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77752024-08-27T23:21:19.503Z[ recovery-image] Aug 27 23:21:17.678 INFO O| Aug 27 23:21:17.678 INFO ok!
77762024-08-27T23:21:19.503Z[ recovery-image] Aug 27 23:21:17.678 INFO O| Aug 27 23:21:17.678 INFO STEP 33 (ensure_file) COMPLETE
77772024-08-27T23:21:19.503Z[ recovery-image] Aug 27 23:21:17.678 INFO O| Aug 27 23:21:17.678 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77782024-08-27T23:21:19.512Z[ recovery-image] Aug 27 23:21:17.689 INFO O| Aug 27 23:21:17.688 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77792024-08-27T23:21:19.512Z[ recovery-image] Aug 27 23:21:17.689 INFO O| Aug 27 23:21:17.689 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77802024-08-27T23:21:19.515Z[ recovery-image] Aug 27 23:21:17.689 INFO O| Aug 27 23:21:17.689 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77812024-08-27T23:21:19.515Z[ recovery-image] Aug 27 23:21:17.689 INFO O| Aug 27 23:21:17.689 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77822024-08-27T23:21:19.515Z[ recovery-image] Aug 27 23:21:17.689 INFO O| Aug 27 23:21:17.689 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77832024-08-27T23:21:19.515Z[ recovery-image] Aug 27 23:21:17.689 INFO O| Aug 27 23:21:17.689 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77842024-08-27T23:21:19.515Z[ recovery-image] Aug 27 23:21:17.689 INFO O| Aug 27 23:21:17.689 INFO ok!
77852024-08-27T23:21:19.515Z[ recovery-image] Aug 27 23:21:17.689 INFO O| Aug 27 23:21:17.689 INFO STEP 34 (ensure_file) COMPLETE
77862024-08-27T23:21:19.515Z[ recovery-image] Aug 27 23:21:17.689 INFO O| Aug 27 23:21:17.689 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77872024-08-27T23:21:19.523Z[ recovery-image] Aug 27 23:21:17.700 INFO O| Aug 27 23:21:17.699 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77882024-08-27T23:21:19.527Z[ recovery-image] Aug 27 23:21:17.700 INFO O| Aug 27 23:21:17.700 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77892024-08-27T23:21:19.527Z[ recovery-image] Aug 27 23:21:17.700 INFO O| Aug 27 23:21:17.700 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77902024-08-27T23:21:19.527Z[ recovery-image] Aug 27 23:21:17.700 INFO O| Aug 27 23:21:17.700 INFO STEP 35 (ensure_dir) COMPLETE
77912024-08-27T23:21:19.527Z[ recovery-image] Aug 27 23:21:17.700 INFO O| Aug 27 23:21:17.700 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77922024-08-27T23:21:19.534Z[ recovery-image] Aug 27 23:21:17.710 INFO O| Aug 27 23:21:17.710 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
77932024-08-27T23:21:19.534Z[ recovery-image] Aug 27 23:21:17.710 INFO O| Aug 27 23:21:17.710 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 ...
77942024-08-27T23:21:19.538Z[ recovery-image] Aug 27 23:21:17.711 INFO O| Aug 27 23:21:17.711 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
77952024-08-27T23:21:19.538Z[ recovery-image] Aug 27 23:21:17.711 INFO O| Aug 27 23:21:17.711 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
77962024-08-27T23:21:19.538Z[ recovery-image] Aug 27 23:21:17.711 INFO O| Aug 27 23:21:17.711 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
77972024-08-27T23:21:19.538Z[ recovery-image] Aug 27 23:21:17.711 INFO O| Aug 27 23:21:17.711 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
77982024-08-27T23:21:19.538Z[ recovery-image] Aug 27 23:21:17.711 INFO O| Aug 27 23:21:17.711 INFO ok!
77992024-08-27T23:21:19.538Z[ recovery-image] Aug 27 23:21:17.711 INFO O| Aug 27 23:21:17.711 INFO STEP 36 (ensure_file) COMPLETE
78002024-08-27T23:21:19.538Z[ recovery-image] Aug 27 23:21:17.711 INFO O| Aug 27 23:21:17.711 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78012024-08-27T23:21:19.546Z[ recovery-image] Aug 27 23:21:17.722 INFO O| Aug 27 23:21:17.722 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78022024-08-27T23:21:19.546Z[ recovery-image] Aug 27 23:21:17.723 INFO O| Aug 27 23:21:17.722 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 ...
78032024-08-27T23:21:19.550Z[ recovery-image] Aug 27 23:21:17.723 INFO O| Aug 27 23:21:17.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78042024-08-27T23:21:19.550Z[ recovery-image] Aug 27 23:21:17.723 INFO O| Aug 27 23:21:17.723 INFO ok!
78052024-08-27T23:21:19.550Z[ recovery-image] Aug 27 23:21:17.723 INFO O| Aug 27 23:21:17.723 INFO STEP 37 (ensure_symlink) COMPLETE
78062024-08-27T23:21:19.550Z[ recovery-image] Aug 27 23:21:17.723 INFO O| Aug 27 23:21:17.723 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78072024-08-27T23:21:19.558Z[ recovery-image] Aug 27 23:21:17.735 INFO O| Aug 27 23:21:17.734 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
78082024-08-27T23:21:19.558Z[ recovery-image] Aug 27 23:21:17.735 INFO O| Aug 27 23:21:17.735 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78092024-08-27T23:21:19.561Z[ recovery-image] Aug 27 23:21:17.735 INFO O| Aug 27 23:21:17.735 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78102024-08-27T23:21:19.561Z[ recovery-image] Aug 27 23:21:17.735 INFO O| Aug 27 23:21:17.735 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78112024-08-27T23:21:19.561Z[ recovery-image] Aug 27 23:21:17.735 INFO O| Aug 27 23:21:17.735 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78122024-08-27T23:21:19.561Z[ recovery-image] Aug 27 23:21:17.735 INFO O| Aug 27 23:21:17.735 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78132024-08-27T23:21:19.561Z[ recovery-image] Aug 27 23:21:17.735 INFO O| Aug 27 23:21:17.735 INFO ok!
78142024-08-27T23:21:19.561Z[ recovery-image] Aug 27 23:21:17.735 INFO O| Aug 27 23:21:17.735 INFO STEP 38 (ensure_file) COMPLETE
78152024-08-27T23:21:19.561Z[ recovery-image] Aug 27 23:21:17.735 INFO O| Aug 27 23:21:17.735 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78162024-08-27T23:21:19.568Z[ recovery-image] Aug 27 23:21:17.745 INFO O| Aug 27 23:21:17.745 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
78172024-08-27T23:21:19.568Z[ recovery-image] Aug 27 23:21:17.745 INFO O| Aug 27 23:21:17.745 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 ...
78182024-08-27T23:21:19.571Z[ recovery-image] Aug 27 23:21:17.745 INFO O| Aug 27 23:21:17.745 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
78192024-08-27T23:21:19.571Z[ recovery-image] Aug 27 23:21:17.745 INFO O| Aug 27 23:21:17.745 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
78202024-08-27T23:21:19.571Z[ recovery-image] Aug 27 23:21:17.745 INFO O| Aug 27 23:21:17.745 INFO ok!
78212024-08-27T23:21:19.571Z[ recovery-image] Aug 27 23:21:17.745 INFO O| Aug 27 23:21:17.745 INFO STEP 39 (ensure_file) COMPLETE
78222024-08-27T23:21:19.571Z[ recovery-image] Aug 27 23:21:17.745 INFO O| Aug 27 23:21:17.745 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78232024-08-27T23:21:19.579Z[ recovery-image] Aug 27 23:21:17.756 INFO O| Aug 27 23:21:17.756 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
78242024-08-27T23:21:19.579Z[ recovery-image] Aug 27 23:21:17.756 INFO O| Aug 27 23:21:17.756 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
78252024-08-27T23:21:19.582Z[ recovery-image] Aug 27 23:21:17.756 INFO O| Aug 27 23:21:17.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
78262024-08-27T23:21:19.582Z[ recovery-image] Aug 27 23:21:17.756 INFO O| Aug 27 23:21:17.756 INFO ok!
78272024-08-27T23:21:19.582Z[ recovery-image] Aug 27 23:21:17.756 INFO O| Aug 27 23:21:17.756 INFO STEP 40 (ensure_file) COMPLETE
78282024-08-27T23:21:19.582Z[ recovery-image] Aug 27 23:21:17.756 INFO O| Aug 27 23:21:17.756 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78292024-08-27T23:21:19.590Z[ recovery-image] Aug 27 23:21:17.767 INFO O| Aug 27 23:21:17.766 INFO updating shadow file
78302024-08-27T23:21:19.593Z[ recovery-image] Aug 27 23:21:17.767 INFO O| Aug 27 23:21:17.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78312024-08-27T23:21:19.593Z[ recovery-image] Aug 27 23:21:17.767 INFO O| Aug 27 23:21:17.767 INFO STEP 41 (shadow) COMPLETE
78322024-08-27T23:21:19.593Z[ recovery-image] Aug 27 23:21:17.767 INFO O| Aug 27 23:21:17.767 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78332024-08-27T23:21:19.602Z[ recovery-image] Aug 27 23:21:17.777 INFO O| Aug 27 23:21:17.777 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
78342024-08-27T23:21:19.602Z[ recovery-image] Aug 27 23:21:17.777 INFO O| Aug 27 23:21:17.777 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
78352024-08-27T23:21:19.605Z[ recovery-image] Aug 27 23:21:17.778 INFO O| Aug 27 23:21:17.777 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78362024-08-27T23:21:19.605Z[ recovery-image] Aug 27 23:21:17.778 INFO O| Aug 27 23:21:17.778 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78372024-08-27T23:21:19.606Z[ recovery-image] Aug 27 23:21:17.778 INFO O| Aug 27 23:21:17.778 INFO ok!
78382024-08-27T23:21:19.606Z[ recovery-image] Aug 27 23:21:17.778 INFO O| Aug 27 23:21:17.778 INFO STEP 42 (ensure_file) COMPLETE
78392024-08-27T23:21:19.606Z[ recovery-image] Aug 27 23:21:17.778 INFO O| Aug 27 23:21:17.778 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78402024-08-27T23:21:19.611Z[ recovery-image] Aug 27 23:21:17.788 INFO O| Aug 27 23:21:17.788 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
78412024-08-27T23:21:19.611Z[ recovery-image] Aug 27 23:21:17.788 INFO O| Aug 27 23:21:17.788 INFO STEP 43 (ensure_dir) COMPLETE
78422024-08-27T23:21:19.614Z[ recovery-image] Aug 27 23:21:17.788 INFO O| Aug 27 23:21:17.788 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78432024-08-27T23:21:19.622Z[ recovery-image] Aug 27 23:21:17.799 INFO O| Aug 27 23:21:17.798 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78442024-08-27T23:21:19.622Z[ recovery-image] Aug 27 23:21:17.799 INFO O| Aug 27 23:21:17.799 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78452024-08-27T23:21:19.626Z[ recovery-image] Aug 27 23:21:17.799 INFO O| Aug 27 23:21:17.799 INFO STEP 44 (ensure_dir) COMPLETE
78462024-08-27T23:21:19.626Z[ recovery-image] Aug 27 23:21:17.799 INFO O| Aug 27 23:21:17.799 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78472024-08-27T23:21:19.634Z[ recovery-image] Aug 27 23:21:17.811 INFO O| Aug 27 23:21:17.811 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78482024-08-27T23:21:19.634Z[ recovery-image] Aug 27 23:21:17.811 INFO O| Aug 27 23:21:17.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78492024-08-27T23:21:19.634Z[ recovery-image] Aug 27 23:21:17.811 INFO O| Aug 27 23:21:17.811 INFO STEP 45 (ensure_dir) COMPLETE
78502024-08-27T23:21:19.637Z[ recovery-image] Aug 27 23:21:17.811 INFO O| Aug 27 23:21:17.811 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78512024-08-27T23:21:19.646Z[ recovery-image] Aug 27 23:21:17.822 INFO O| Aug 27 23:21:17.822 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78522024-08-27T23:21:19.646Z[ recovery-image] Aug 27 23:21:17.822 INFO O| Aug 27 23:21:17.822 INFO copying /tmp/.tmpudd7zb/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78532024-08-27T23:21:19.675Z[ recovery-image] Aug 27 23:21:17.852 INFO O| Aug 27 23:21:17.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78542024-08-27T23:21:19.675Z[ recovery-image] Aug 27 23:21:17.852 INFO O| Aug 27 23:21:17.852 INFO ok!
78552024-08-27T23:21:19.677Z[ recovery-image] Aug 27 23:21:17.852 INFO O| Aug 27 23:21:17.852 INFO STEP 46 (ensure_file) COMPLETE
78562024-08-27T23:21:19.678Z[ recovery-image] Aug 27 23:21:17.852 INFO O| Aug 27 23:21:17.852 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78572024-08-27T23:21:19.689Z[ recovery-image] Aug 27 23:21:17.866 INFO O| Aug 27 23:21:17.866 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78582024-08-27T23:21:19.689Z[ recovery-image] Aug 27 23:21:17.866 INFO O| Aug 27 23:21:17.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78592024-08-27T23:21:19.689Z[ recovery-image] Aug 27 23:21:17.866 INFO O| Aug 27 23:21:17.866 INFO STEP 47 (ensure_dir) COMPLETE
78602024-08-27T23:21:19.693Z[ recovery-image] Aug 27 23:21:17.866 INFO O| Aug 27 23:21:17.866 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78612024-08-27T23:21:19.702Z[ recovery-image] Aug 27 23:21:17.879 INFO O| Aug 27 23:21:17.879 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78622024-08-27T23:21:19.705Z[ recovery-image] Aug 27 23:21:17.879 INFO O| Aug 27 23:21:17.879 INFO copying /tmp/.tmpudd7zb/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78632024-08-27T23:21:19.705Z[ recovery-image] Aug 27 23:21:17.879 INFO O| Aug 27 23:21:17.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78642024-08-27T23:21:19.705Z[ recovery-image] Aug 27 23:21:17.879 INFO O| Aug 27 23:21:17.879 INFO ok!
78652024-08-27T23:21:19.705Z[ recovery-image] Aug 27 23:21:17.879 INFO O| Aug 27 23:21:17.879 INFO STEP 48 (ensure_file) COMPLETE
78662024-08-27T23:21:19.705Z[ recovery-image] Aug 27 23:21:17.879 INFO O| Aug 27 23:21:17.879 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78672024-08-27T23:21:19.715Z[ recovery-image] Aug 27 23:21:17.892 INFO O| Aug 27 23:21:17.892 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78682024-08-27T23:21:19.715Z[ recovery-image] Aug 27 23:21:17.892 INFO O| Aug 27 23:21:17.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78692024-08-27T23:21:19.717Z[ recovery-image] Aug 27 23:21:17.892 INFO O| Aug 27 23:21:17.892 INFO STEP 49 (ensure_dir) COMPLETE
78702024-08-27T23:21:19.717Z[ recovery-image] Aug 27 23:21:17.892 INFO O| Aug 27 23:21:17.892 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78712024-08-27T23:21:19.729Z[ recovery-image] Aug 27 23:21:17.902 INFO O| Aug 27 23:21:17.902 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78722024-08-27T23:21:19.729Z[ recovery-image] Aug 27 23:21:17.902 INFO O| Aug 27 23:21:17.902 INFO copying /tmp/.tmpudd7zb/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78732024-08-27T23:21:19.732Z[ host-image] Aug 27 23:21:17.903 INFO O| Aug 27 23:21:17.903 INFO O| Done
78742024-08-27T23:21:19.732Z[ host-image] Aug 27 23:21:17.903 INFO O| Aug 27 23:21:17.903 INFO O| Done
78752024-08-27T23:21:19.746Z[ recovery-image] Aug 27 23:21:17.922 INFO O| Aug 27 23:21:17.922 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78762024-08-27T23:21:19.746Z[ recovery-image] Aug 27 23:21:17.922 INFO O| Aug 27 23:21:17.922 INFO ok!
78772024-08-27T23:21:19.749Z[ recovery-image] Aug 27 23:21:17.922 INFO O| Aug 27 23:21:17.922 INFO STEP 50 (ensure_file) COMPLETE
78782024-08-27T23:21:19.749Z[ recovery-image] Aug 27 23:21:17.922 INFO O| Aug 27 23:21:17.922 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78792024-08-27T23:21:19.758Z[ recovery-image] Aug 27 23:21:17.934 INFO O| Aug 27 23:21:17.934 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78802024-08-27T23:21:19.758Z[ recovery-image] Aug 27 23:21:17.934 INFO O| Aug 27 23:21:17.934 INFO copying /tmp/.tmpudd7zb/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78812024-08-27T23:21:20.283Z[ recovery-image] Aug 27 23:21:18.458 INFO O| Aug 27 23:21:18.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78822024-08-27T23:21:20.288Z[ recovery-image] Aug 27 23:21:18.458 INFO O| Aug 27 23:21:18.458 INFO ok!
78832024-08-27T23:21:20.288Z[ recovery-image] Aug 27 23:21:18.458 INFO O| Aug 27 23:21:18.458 INFO STEP 51 (ensure_file) COMPLETE
78842024-08-27T23:21:20.288Z[ recovery-image] Aug 27 23:21:18.458 INFO O| Aug 27 23:21:18.458 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78852024-08-27T23:21:20.310Z[ recovery-image] Aug 27 23:21:18.485 INFO O| Aug 27 23:21:18.484 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78862024-08-27T23:21:20.310Z[ recovery-image] Aug 27 23:21:18.485 INFO O| Aug 27 23:21:18.484 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78872024-08-27T23:21:20.310Z[ recovery-image] Aug 27 23:21:18.485 INFO O| Aug 27 23:21:18.484 INFO STEP 52 (ensure_dir) COMPLETE
78882024-08-27T23:21:20.310Z[ recovery-image] Aug 27 23:21:18.485 INFO O| Aug 27 23:21:18.484 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78892024-08-27T23:21:20.332Z[ recovery-image] Aug 27 23:21:18.507 INFO O| Aug 27 23:21:18.507 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78902024-08-27T23:21:20.332Z[ recovery-image] Aug 27 23:21:18.507 INFO O| Aug 27 23:21:18.507 INFO copying /tmp/.tmpudd7zb/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 ...
78912024-08-27T23:21:20.332Z[ recovery-image] Aug 27 23:21:18.507 INFO O| Aug 27 23:21:18.507 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
78922024-08-27T23:21:20.333Z[ recovery-image] Aug 27 23:21:18.507 INFO O| Aug 27 23:21:18.507 INFO ok!
78932024-08-27T23:21:20.333Z[ recovery-image] Aug 27 23:21:18.507 INFO O| Aug 27 23:21:18.507 INFO STEP 53 (ensure_file) COMPLETE
78942024-08-27T23:21:20.333Z[ recovery-image] Aug 27 23:21:18.507 INFO O| Aug 27 23:21:18.507 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78952024-08-27T23:21:20.354Z[ recovery-image] Aug 27 23:21:18.530 INFO O| Aug 27 23:21:18.529 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78962024-08-27T23:21:20.354Z[ recovery-image] Aug 27 23:21:18.530 INFO O| Aug 27 23:21:18.529 INFO copying /tmp/.tmpudd7zb/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 ...
78972024-08-27T23:21:20.359Z[ host-image] Aug 27 23:21:18.530 INFO O| Aug 27 23:21:18.529 INFO O| Done
78982024-08-27T23:21:20.359Z[ recovery-image] Aug 27 23:21:18.530 INFO O| Aug 27 23:21:18.529 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
78992024-08-27T23:21:20.359Z[ recovery-image] Aug 27 23:21:18.530 INFO O| Aug 27 23:21:18.529 INFO ok!
79002024-08-27T23:21:20.359Z[ recovery-image] Aug 27 23:21:18.530 INFO O| Aug 27 23:21:18.529 INFO STEP 54 (ensure_file) COMPLETE
79012024-08-27T23:21:20.359Z[ recovery-image] Aug 27 23:21:18.530 INFO O| Aug 27 23:21:18.529 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79022024-08-27T23:21:20.375Z[ recovery-image] Aug 27 23:21:18.550 INFO O| Aug 27 23:21:18.550 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79032024-08-27T23:21:20.378Z[ recovery-image] Aug 27 23:21:18.550 INFO O| Aug 27 23:21:18.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79042024-08-27T23:21:20.378Z[ recovery-image] Aug 27 23:21:18.551 INFO O| Aug 27 23:21:18.551 INFO STEP 55 (ensure_dir) COMPLETE
79052024-08-27T23:21:20.378Z[ recovery-image] Aug 27 23:21:18.551 INFO O| Aug 27 23:21:18.551 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79062024-08-27T23:21:20.402Z[ recovery-image] Aug 27 23:21:18.577 INFO O| Aug 27 23:21:18.577 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79072024-08-27T23:21:20.402Z[ recovery-image] Aug 27 23:21:18.577 INFO O| Aug 27 23:21:18.577 INFO copying /tmp/.tmpudd7zb/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 ...
79082024-08-27T23:21:20.402Z[ recovery-image] Aug 27 23:21:18.577 INFO O| Aug 27 23:21:18.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
79092024-08-27T23:21:20.402Z[ recovery-image] Aug 27 23:21:18.577 INFO O| Aug 27 23:21:18.577 INFO ok!
79102024-08-27T23:21:20.402Z[ recovery-image] Aug 27 23:21:18.577 INFO O| Aug 27 23:21:18.577 INFO STEP 56 (ensure_file) COMPLETE
79112024-08-27T23:21:20.405Z[ recovery-image] Aug 27 23:21:18.577 INFO O| Aug 27 23:21:18.577 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79122024-08-27T23:21:20.431Z[ recovery-image] Aug 27 23:21:18.604 INFO O| Aug 27 23:21:18.603 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
79132024-08-27T23:21:20.434Z[ recovery-image] Aug 27 23:21:18.604 INFO O| Aug 27 23:21:18.604 INFO copying /tmp/.tmpudd7zb/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 ...
79142024-08-27T23:21:20.434Z[ recovery-image] Aug 27 23:21:18.604 INFO O| Aug 27 23:21:18.604 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
79152024-08-27T23:21:20.434Z[ recovery-image] Aug 27 23:21:18.604 INFO O| Aug 27 23:21:18.604 INFO ok!
79162024-08-27T23:21:20.434Z[ recovery-image] Aug 27 23:21:18.604 INFO O| Aug 27 23:21:18.604 INFO STEP 57 (ensure_file) COMPLETE
79172024-08-27T23:21:20.434Z[ recovery-image] Aug 27 23:21:18.604 INFO O| Aug 27 23:21:18.604 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79182024-08-27T23:21:20.444Z[ recovery-image] Aug 27 23:21:18.620 INFO O| Aug 27 23:21:18.620 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79192024-08-27T23:21:20.444Z[ recovery-image] Aug 27 23:21:18.621 INFO O| Aug 27 23:21:18.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79202024-08-27T23:21:20.446Z[ recovery-image] Aug 27 23:21:18.621 INFO O| Aug 27 23:21:18.621 INFO STEP 58 (ensure_dir) COMPLETE
79212024-08-27T23:21:20.446Z[ recovery-image] Aug 27 23:21:18.621 INFO O| Aug 27 23:21:18.621 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79222024-08-27T23:21:20.458Z[ recovery-image] Aug 27 23:21:18.635 INFO O| Aug 27 23:21:18.635 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
79232024-08-27T23:21:20.461Z[ recovery-image] Aug 27 23:21:18.635 INFO O| Aug 27 23:21:18.635 INFO copying /tmp/.tmpudd7zb/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 ...
79242024-08-27T23:21:20.461Z[ recovery-image] Aug 27 23:21:18.635 INFO O| Aug 27 23:21:18.635 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
79252024-08-27T23:21:20.461Z[ recovery-image] Aug 27 23:21:18.635 INFO O| Aug 27 23:21:18.635 INFO ok!
79262024-08-27T23:21:20.461Z[ recovery-image] Aug 27 23:21:18.635 INFO O| Aug 27 23:21:18.635 INFO STEP 59 (ensure_file) COMPLETE
79272024-08-27T23:21:20.461Z[ recovery-image] Aug 27 23:21:18.635 INFO O| Aug 27 23:21:18.635 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79282024-08-27T23:21:20.473Z[ recovery-image] Aug 27 23:21:18.649 INFO O| Aug 27 23:21:18.649 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
79292024-08-27T23:21:20.473Z[ recovery-image] Aug 27 23:21:18.649 INFO O| Aug 27 23:21:18.649 INFO copying /tmp/.tmpudd7zb/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
79302024-08-27T23:21:20.475Z[ recovery-image] Aug 27 23:21:18.649 INFO O| Aug 27 23:21:18.649 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
79312024-08-27T23:21:20.475Z[ recovery-image] Aug 27 23:21:18.649 INFO O| Aug 27 23:21:18.649 INFO ok!
79322024-08-27T23:21:20.476Z[ recovery-image] Aug 27 23:21:18.649 INFO O| Aug 27 23:21:18.649 INFO STEP 60 (ensure_file) COMPLETE
79332024-08-27T23:21:20.476Z[ recovery-image] Aug 27 23:21:18.649 INFO O| Aug 27 23:21:18.649 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79342024-08-27T23:21:20.486Z[ recovery-image] Aug 27 23:21:18.662 INFO O| Aug 27 23:21:18.662 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
79352024-08-27T23:21:20.486Z[ recovery-image] Aug 27 23:21:18.662 INFO O| Aug 27 23:21:18.662 INFO STEP 61 (ensure_dir) COMPLETE
79362024-08-27T23:21:20.488Z[ recovery-image] Aug 27 23:21:18.662 INFO O| Aug 27 23:21:18.662 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79372024-08-27T23:21:20.501Z[ recovery-image] Aug 27 23:21:18.676 INFO O| Aug 27 23:21:18.675 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
79382024-08-27T23:21:20.501Z[ recovery-image] Aug 27 23:21:18.676 INFO O| Aug 27 23:21:18.676 INFO STEP 62 (ensure_dir) COMPLETE
79392024-08-27T23:21:20.505Z[ recovery-image] Aug 27 23:21:18.676 INFO O| Aug 27 23:21:18.676 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79402024-08-27T23:21:20.512Z[ recovery-image] Aug 27 23:21:18.688 INFO O| Aug 27 23:21:18.687 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
79412024-08-27T23:21:20.512Z[ recovery-image] Aug 27 23:21:18.688 INFO O| Aug 27 23:21:18.687 INFO STEP 63 (ensure_dir) COMPLETE
79422024-08-27T23:21:20.512Z[ recovery-image] Aug 27 23:21:18.688 INFO O| Aug 27 23:21:18.688 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79432024-08-27T23:21:20.523Z[ recovery-image] Aug 27 23:21:18.698 INFO O| Aug 27 23:21:18.698 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
79442024-08-27T23:21:20.523Z[ recovery-image] Aug 27 23:21:18.698 INFO O| Aug 27 23:21:18.698 INFO STEP 64 (ensure_dir) COMPLETE
79452024-08-27T23:21:20.527Z[ recovery-image] Aug 27 23:21:18.698 INFO O| Aug 27 23:21:18.698 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79462024-08-27T23:21:20.533Z[ recovery-image] Aug 27 23:21:18.710 INFO O| Aug 27 23:21:18.710 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
79472024-08-27T23:21:20.533Z[ recovery-image] Aug 27 23:21:18.710 INFO O| Aug 27 23:21:18.710 INFO copying /tmp/.tmpudd7zb/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
79482024-08-27T23:21:20.536Z[ recovery-image] Aug 27 23:21:18.710 INFO O| Aug 27 23:21:18.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
79492024-08-27T23:21:20.536Z[ recovery-image] Aug 27 23:21:18.710 INFO O| Aug 27 23:21:18.710 INFO ok!
79502024-08-27T23:21:20.536Z[ recovery-image] Aug 27 23:21:18.710 INFO O| Aug 27 23:21:18.710 INFO STEP 65 (ensure_file) COMPLETE
79512024-08-27T23:21:20.536Z[ recovery-image] Aug 27 23:21:18.710 INFO O| Aug 27 23:21:18.710 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79522024-08-27T23:21:20.544Z[ recovery-image] Aug 27 23:21:18.720 INFO O| Aug 27 23:21:18.720 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79532024-08-27T23:21:20.546Z[ recovery-image] Aug 27 23:21:18.721 INFO O| Aug 27 23:21:18.721 INFO STEP 66 (remove_files) COMPLETE
79542024-08-27T23:21:20.546Z[ recovery-image] Aug 27 23:21:18.721 INFO O| Aug 27 23:21:18.721 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79552024-08-27T23:21:20.556Z[ recovery-image] Aug 27 23:21:18.733 INFO O| Aug 27 23:21:18.733 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79562024-08-27T23:21:20.559Z[ recovery-image] Aug 27 23:21:18.733 INFO O| Aug 27 23:21:18.733 INFO STEP 67 (remove_files) COMPLETE
79572024-08-27T23:21:20.559Z[ recovery-image] Aug 27 23:21:18.733 INFO O| Aug 27 23:21:18.733 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79582024-08-27T23:21:20.568Z[ recovery-image] Aug 27 23:21:18.743 INFO O| Aug 27 23:21:18.743 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79592024-08-27T23:21:20.571Z[ recovery-image] Aug 27 23:21:18.743 INFO O| Aug 27 23:21:18.743 INFO STEP 68 (remove_files) COMPLETE
79602024-08-27T23:21:20.571Z[ recovery-image] Aug 27 23:21:18.743 INFO O| Aug 27 23:21:18.743 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79612024-08-27T23:21:20.579Z[ recovery-image] Aug 27 23:21:18.753 INFO O| Aug 27 23:21:18.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79622024-08-27T23:21:20.582Z[ recovery-image] Aug 27 23:21:18.753 INFO O| Aug 27 23:21:18.753 INFO STEP 69 (remove_files) COMPLETE
79632024-08-27T23:21:20.582Z[ recovery-image] Aug 27 23:21:18.754 INFO O| Aug 27 23:21:18.753 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79642024-08-27T23:21:20.587Z[ recovery-image] Aug 27 23:21:18.763 INFO O| Aug 27 23:21:18.763 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79652024-08-27T23:21:20.591Z[ recovery-image] Aug 27 23:21:18.764 INFO O| Aug 27 23:21:18.764 INFO STEP 70 (remove_files) COMPLETE
79662024-08-27T23:21:20.591Z[ recovery-image] Aug 27 23:21:18.764 INFO O| Aug 27 23:21:18.764 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79672024-08-27T23:21:20.597Z[ recovery-image] Aug 27 23:21:18.773 INFO O| Aug 27 23:21:18.773 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79682024-08-27T23:21:20.600Z[ recovery-image] Aug 27 23:21:18.774 INFO O| Aug 27 23:21:18.774 INFO STEP 71 (remove_files) COMPLETE
79692024-08-27T23:21:20.600Z[ recovery-image] Aug 27 23:21:18.774 INFO O| Aug 27 23:21:18.774 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79702024-08-27T23:21:20.608Z[ recovery-image] Aug 27 23:21:18.784 INFO O| Aug 27 23:21:18.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79712024-08-27T23:21:20.610Z[ recovery-image] Aug 27 23:21:18.784 INFO O| Aug 27 23:21:18.784 INFO STEP 72 (remove_files) COMPLETE
79722024-08-27T23:21:20.610Z[ recovery-image] Aug 27 23:21:18.784 INFO O| Aug 27 23:21:18.784 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79732024-08-27T23:21:20.619Z[ recovery-image] Aug 27 23:21:18.794 INFO O| Aug 27 23:21:18.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79742024-08-27T23:21:20.619Z[ recovery-image] Aug 27 23:21:18.795 INFO O| Aug 27 23:21:18.795 INFO STEP 73 (remove_files) COMPLETE
79752024-08-27T23:21:20.623Z[ recovery-image] Aug 27 23:21:18.795 INFO O| Aug 27 23:21:18.795 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79762024-08-27T23:21:20.630Z[ recovery-image] Aug 27 23:21:18.805 INFO O| Aug 27 23:21:18.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79772024-08-27T23:21:20.634Z[ recovery-image] Aug 27 23:21:18.805 INFO O| Aug 27 23:21:18.805 INFO STEP 74 (remove_files) COMPLETE
79782024-08-27T23:21:20.634Z[ recovery-image] Aug 27 23:21:18.805 INFO O| Aug 27 23:21:18.805 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79792024-08-27T23:21:20.638Z[ recovery-image] Aug 27 23:21:18.815 INFO O| Aug 27 23:21:18.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79802024-08-27T23:21:20.644Z[ recovery-image] Aug 27 23:21:18.815 INFO O| Aug 27 23:21:18.815 INFO STEP 75 (remove_files) COMPLETE
79812024-08-27T23:21:20.644Z[ recovery-image] Aug 27 23:21:18.815 INFO O| Aug 27 23:21:18.815 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79822024-08-27T23:21:20.648Z[ recovery-image] Aug 27 23:21:18.825 INFO O| Aug 27 23:21:18.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79832024-08-27T23:21:20.649Z[ recovery-image] Aug 27 23:21:18.825 INFO O| Aug 27 23:21:18.825 INFO STEP 76 (remove_files) COMPLETE
79842024-08-27T23:21:20.649Z[ recovery-image] Aug 27 23:21:18.825 INFO O| Aug 27 23:21:18.825 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79852024-08-27T23:21:20.658Z[ recovery-image] Aug 27 23:21:18.834 INFO O| Aug 27 23:21:18.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79862024-08-27T23:21:20.658Z[ recovery-image] Aug 27 23:21:18.835 INFO O| Aug 27 23:21:18.834 INFO STEP 77 (remove_files) COMPLETE
79872024-08-27T23:21:20.658Z[ recovery-image] Aug 27 23:21:18.835 INFO O| Aug 27 23:21:18.834 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79882024-08-27T23:21:20.670Z[ recovery-image] Aug 27 23:21:18.846 INFO O| Aug 27 23:21:18.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79892024-08-27T23:21:20.672Z[ recovery-image] Aug 27 23:21:18.846 INFO O| Aug 27 23:21:18.846 INFO STEP 78 (remove_files) COMPLETE
79902024-08-27T23:21:20.672Z[ recovery-image] Aug 27 23:21:18.846 INFO O| Aug 27 23:21:18.846 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79912024-08-27T23:21:20.680Z[ recovery-image] Aug 27 23:21:18.857 INFO O| Aug 27 23:21:18.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79922024-08-27T23:21:20.680Z[ recovery-image] Aug 27 23:21:18.857 INFO O| Aug 27 23:21:18.857 INFO STEP 79 (remove_files) COMPLETE
79932024-08-27T23:21:20.683Z[ recovery-image] Aug 27 23:21:18.857 INFO O| Aug 27 23:21:18.857 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79942024-08-27T23:21:20.690Z[ recovery-image] Aug 27 23:21:18.867 INFO O| Aug 27 23:21:18.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79952024-08-27T23:21:20.690Z[ recovery-image] Aug 27 23:21:18.867 INFO O| Aug 27 23:21:18.867 INFO STEP 80 (remove_files) COMPLETE
79962024-08-27T23:21:20.690Z[ recovery-image] Aug 27 23:21:18.867 INFO O| Aug 27 23:21:18.867 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79972024-08-27T23:21:20.703Z[ recovery-image] Aug 27 23:21:18.879 INFO O| Aug 27 23:21:18.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79982024-08-27T23:21:20.703Z[ recovery-image] Aug 27 23:21:18.879 INFO O| Aug 27 23:21:18.879 INFO STEP 81 (remove_files) COMPLETE
79992024-08-27T23:21:20.707Z[ recovery-image] Aug 27 23:21:18.879 INFO O| Aug 27 23:21:18.879 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80002024-08-27T23:21:20.713Z[ recovery-image] Aug 27 23:21:18.889 INFO O| Aug 27 23:21:18.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80012024-08-27T23:21:20.713Z[ recovery-image] Aug 27 23:21:18.889 INFO O| Aug 27 23:21:18.889 INFO STEP 82 (remove_files) COMPLETE
80022024-08-27T23:21:20.717Z[ recovery-image] Aug 27 23:21:18.889 INFO O| Aug 27 23:21:18.889 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80032024-08-27T23:21:20.722Z[ recovery-image] Aug 27 23:21:18.899 INFO O| Aug 27 23:21:18.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80042024-08-27T23:21:20.722Z[ recovery-image] Aug 27 23:21:18.899 INFO O| Aug 27 23:21:18.899 INFO STEP 83 (remove_files) COMPLETE
80052024-08-27T23:21:20.722Z[ recovery-image] Aug 27 23:21:18.899 INFO O| Aug 27 23:21:18.899 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80062024-08-27T23:21:20.733Z[ recovery-image] Aug 27 23:21:18.910 INFO O| Aug 27 23:21:18.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80072024-08-27T23:21:20.736Z[ recovery-image] Aug 27 23:21:18.910 INFO O| Aug 27 23:21:18.910 INFO STEP 84 (remove_files) COMPLETE
80082024-08-27T23:21:20.736Z[ recovery-image] Aug 27 23:21:18.910 INFO O| Aug 27 23:21:18.910 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80092024-08-27T23:21:20.743Z[ recovery-image] Aug 27 23:21:18.920 INFO O| Aug 27 23:21:18.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
80102024-08-27T23:21:20.746Z[ recovery-image] Aug 27 23:21:18.920 INFO O| Aug 27 23:21:18.920 INFO STEP 85 (remove_files) COMPLETE
80112024-08-27T23:21:20.746Z[ recovery-image] Aug 27 23:21:18.920 INFO O| Aug 27 23:21:18.920 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80122024-08-27T23:21:20.754Z[ recovery-image] Aug 27 23:21:18.931 INFO O| Aug 27 23:21:18.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
80132024-08-27T23:21:20.757Z[ recovery-image] Aug 27 23:21:18.931 INFO O| Aug 27 23:21:18.931 INFO STEP 86 (remove_files) COMPLETE
80142024-08-27T23:21:20.757Z[ recovery-image] Aug 27 23:21:18.931 INFO O| Aug 27 23:21:18.931 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80152024-08-27T23:21:20.765Z[ recovery-image] Aug 27 23:21:18.941 INFO O| Aug 27 23:21:18.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
80162024-08-27T23:21:20.765Z[ recovery-image] Aug 27 23:21:18.941 INFO O| Aug 27 23:21:18.941 INFO STEP 87 (remove_files) COMPLETE
80172024-08-27T23:21:20.765Z[ recovery-image] Aug 27 23:21:18.941 INFO O| Aug 27 23:21:18.941 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80182024-08-27T23:21:20.776Z[ recovery-image] Aug 27 23:21:18.951 INFO O| Aug 27 23:21:18.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
80192024-08-27T23:21:20.779Z[ recovery-image] Aug 27 23:21:18.951 INFO O| Aug 27 23:21:18.951 INFO STEP 88 (remove_files) COMPLETE
80202024-08-27T23:21:20.779Z[ recovery-image] Aug 27 23:21:18.951 INFO O| Aug 27 23:21:18.951 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80212024-08-27T23:21:20.785Z[ recovery-image] Aug 27 23:21:18.961 INFO O| Aug 27 23:21:18.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
80222024-08-27T23:21:20.785Z[ recovery-image] Aug 27 23:21:18.961 INFO O| Aug 27 23:21:18.961 INFO STEP 89 (remove_files) COMPLETE
80232024-08-27T23:21:20.788Z[ recovery-image] Aug 27 23:21:18.961 INFO O| Aug 27 23:21:18.961 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80242024-08-27T23:21:20.795Z[ recovery-image] Aug 27 23:21:18.972 INFO O| Aug 27 23:21:18.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
80252024-08-27T23:21:20.795Z[ recovery-image] Aug 27 23:21:18.972 INFO O| Aug 27 23:21:18.972 INFO STEP 90 (remove_files) COMPLETE
80262024-08-27T23:21:20.795Z[ recovery-image] Aug 27 23:21:18.972 INFO O| Aug 27 23:21:18.972 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80272024-08-27T23:21:20.809Z[ recovery-image] Aug 27 23:21:18.985 INFO O| Aug 27 23:21:18.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
80282024-08-27T23:21:20.809Z[ recovery-image] Aug 27 23:21:18.985 INFO O| Aug 27 23:21:18.985 INFO STEP 91 (remove_files) COMPLETE
80292024-08-27T23:21:20.812Z[ recovery-image] Aug 27 23:21:18.985 INFO O| Aug 27 23:21:18.985 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80302024-08-27T23:21:20.820Z[ recovery-image] Aug 27 23:21:18.997 INFO O| Aug 27 23:21:18.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
80312024-08-27T23:21:20.820Z[ recovery-image] Aug 27 23:21:18.997 INFO O| Aug 27 23:21:18.997 INFO STEP 92 (remove_files) COMPLETE
80322024-08-27T23:21:20.820Z[ recovery-image] Aug 27 23:21:18.997 INFO O| Aug 27 23:21:18.997 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80332024-08-27T23:21:20.831Z[ recovery-image] Aug 27 23:21:19.008 INFO O| Aug 27 23:21:19.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
80342024-08-27T23:21:20.831Z[ recovery-image] Aug 27 23:21:19.008 INFO O| Aug 27 23:21:19.008 INFO STEP 93 (remove_files) COMPLETE
80352024-08-27T23:21:20.837Z[ recovery-image] Aug 27 23:21:19.008 INFO O| Aug 27 23:21:19.008 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80362024-08-27T23:21:20.842Z[ recovery-image] Aug 27 23:21:19.019 INFO O| Aug 27 23:21:19.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
80372024-08-27T23:21:20.845Z[ recovery-image] Aug 27 23:21:19.019 INFO O| Aug 27 23:21:19.019 INFO STEP 94 (remove_files) COMPLETE
80382024-08-27T23:21:20.845Z[ recovery-image] Aug 27 23:21:19.019 INFO O| Aug 27 23:21:19.019 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80392024-08-27T23:21:20.857Z[ recovery-image] Aug 27 23:21:19.034 INFO O| Aug 27 23:21:19.034 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
80402024-08-27T23:21:20.857Z[ recovery-image] Aug 27 23:21:19.034 INFO O| Aug 27 23:21:19.034 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_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
80412024-08-27T23:21:21.551Z[ host-image] Aug 27 23:21:19.727 INFO O| Aug 27 23:21:19.727 INFO O| Done
80422024-08-27T23:21:21.577Z[ host-image] Aug 27 23:21:19.753 INFO O| Aug 27 23:21:19.753 INFO O| Done
80432024-08-27T23:21:21.582Z[ host-image] Aug 27 23:21:19.753 INFO O| Aug 27 23:21:19.753 INFO O| Done
80442024-08-27T23:21:21.587Z[ host-image] Aug 27 23:21:19.763 INFO O| Aug 27 23:21:19.763 INFO O| Done
80452024-08-27T23:21:21.683Z[ host-image] Aug 27 23:21:19.859 INFO O| Aug 27 23:21:19.859 INFO STEP 14 (pkg_install) COMPLETE
80462024-08-27T23:21:21.683Z[ host-image] Aug 27 23:21:19.859 INFO O| Aug 27 23:21:19.859 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80472024-08-27T23:21:21.683Z[ host-image] Aug 27 23:21:19.859 INFO O| Aug 27 23:21:19.859 INFO skip step because feature "mfg" is not enabled
80482024-08-27T23:21:21.686Z[ host-image] Aug 27 23:21:19.859 INFO O| Aug 27 23:21:19.859 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80492024-08-27T23:21:21.686Z[ host-image] Aug 27 23:21:19.859 INFO O| Aug 27 23:21:19.859 INFO skip step because feature "compliance" is not enabled
80502024-08-27T23:21:21.686Z[ host-image] Aug 27 23:21:19.859 INFO O| Aug 27 23:21:19.859 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80512024-08-27T23:21:21.687Z[ host-image] Aug 27 23:21:19.859 INFO O| Aug 27 23:21:19.859 INFO skip step because feature "stress" is not enabled
80522024-08-27T23:21:21.687Z[ host-image] Aug 27 23:21:19.859 INFO O| Aug 27 23:21:19.859 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80532024-08-27T23:21:21.687Z[ host-image] Aug 27 23:21:19.859 INFO O| Aug 27 23:21:19.859 INFO skip step because feature "nfs" is not enabled
80542024-08-27T23:21:21.687Z[ host-image] Aug 27 23:21:19.859 INFO O| Aug 27 23:21:19.859 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80552024-08-27T23:21:21.687Z[ host-image] Aug 27 23:21:19.859 INFO O| Aug 27 23:21:19.859 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80562024-08-27T23:21:21.745Z[ host-image] Aug 27 23:21:19.921 INFO O| Aug 27 23:21:19.921 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
80572024-08-27T23:21:21.842Z[ host-image] Aug 27 23:21:20.012 INFO O| Aug 27 23:21:20.012 INFO completed processing gimlet/ramdisk-01-os
80582024-08-27T23:21:21.847Z[ host-image] Aug 27 23:21:20.014 INFO omicron1 baseline generation...
80592024-08-27T23:21:21.847Z[ host-image] Aug 27 23:21:20.014 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80602024-08-27T23:21:22.230Z[ host-image] Aug 27 23:21:20.406 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z
80612024-08-27T23:21:30.880Z[ recovery-image] Aug 27 23:21:28.940 INFO O| Aug 27 23:21:28.940 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
80622024-08-27T23:21:30.880Z[ recovery-image] Aug 27 23:21:28.940 INFO O| Aug 27 23:21:28.940 INFO E| svccfg: Loaded 67 smf(7) service descriptions
80632024-08-27T23:21:30.885Z[ recovery-image] Aug 27 23:21:28.954 INFO O| Aug 27 23:21:28.953 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", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
80642024-08-27T23:21:30.885Z[ recovery-image] Aug 27 23:21:29.030 INFO O| Aug 27 23:21:29.030 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
80652024-08-27T23:21:30.885Z[ recovery-image] Aug 27 23:21:29.030 INFO O| Aug 27 23:21:29.030 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 ...
80662024-08-27T23:21:30.885Z[ recovery-image] Aug 27 23:21:29.032 INFO O| Aug 27 23:21:29.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
80672024-08-27T23:21:30.885Z[ recovery-image] Aug 27 23:21:29.032 INFO O| Aug 27 23:21:29.032 INFO ok!
80682024-08-27T23:21:30.885Z[ recovery-image] Aug 27 23:21:29.032 INFO O| Aug 27 23:21:29.032 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
80692024-08-27T23:21:30.885Z[ recovery-image] Aug 27 23:21:29.032 INFO O| Aug 27 23:21:29.032 INFO STEP 95 (seed_smf) COMPLETE
80702024-08-27T23:21:30.885Z[ recovery-image] Aug 27 23:21:29.032 INFO O| Aug 27 23:21:29.032 INFO steps complete; finalising image!
80712024-08-27T23:21:30.886Z[ recovery-image] Aug 27 23:21:29.032 INFO O| Aug 27 23:21:29.032 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80722024-08-27T23:21:30.893Z[ recovery-image] Aug 27 23:21:29.066 INFO O| Aug 27 23:21:29.066 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Tue Aug 27 23:21:29 2024)
80732024-08-27T23:21:31.114Z[ recovery-image] Aug 27 23:21:29.288 INFO O| Aug 27 23:21:29.288 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
80742024-08-27T23:21:31.114Z[ recovery-image] Aug 27 23:21:29.288 INFO O| Aug 27 23:21:29.288 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80752024-08-27T23:21:31.326Z[ recovery-image] Aug 27 23:21:29.500 INFO O| Aug 27 23:21:29.500 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
80762024-08-27T23:21:31.326Z[ recovery-image] Aug 27 23:21:29.500 INFO O| Aug 27 23:21:29.500 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80772024-08-27T23:21:34.385Z[ recovery-image] Aug 27 23:21:32.558 INFO O| Aug 27 23:21:32.558 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80782024-08-27T23:21:34.385Z[ recovery-image] Aug 27 23:21:32.558 INFO O| Aug 27 23:21:32.558 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80792024-08-27T23:21:34.385Z[ recovery-image] Aug 27 23:21:32.558 INFO O| Aug 27 23:21:32.558 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80802024-08-27T23:21:34.388Z[ recovery-image] Aug 27 23:21:32.558 INFO O| Aug 27 23:21:32.558 INFO completed processing gimlet/zfs-recovery
80812024-08-27T23:21:34.388Z[ recovery-image] Aug 27 23:21:32.558 INFO O| Aug 27 23:21:32.558 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80822024-08-27T23:21:34.892Z[ recovery-image] Aug 27 23:21:33.064 INFO O| Aug 27 23:21:33.064 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80832024-08-27T23:21:34.980Z[ recovery-image] Aug 27 23:21:33.152 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
80842024-08-27T23:21:34.980Z[ recovery-image] Aug 27 23:21:33.152 INFO expanded image name: "recovery 665bcc1/${os_short_commit} 2024-08-27 22:55" -> "recovery 665bcc1/2408c3f 2024-08-27 22:55"
80852024-08-27T23:21:34.983Z[ recovery-image] Aug 27 23:21:33.152 INFO output artefacts stored in: "/work/os-recovery"
80862024-08-27T23:21:34.983Z[ recovery-image] Aug 27 23:21:33.153 INFO collecting git info from project "pilot"...
80872024-08-27T23:21:34.992Z[ recovery-image] Aug 27 23:21:33.165 INFO collecting git info from project "bootserver"...
80882024-08-27T23:21:34.998Z[ recovery-image] Aug 27 23:21:33.171 INFO collecting git info from project "image-builder"...
80892024-08-27T23:21:35.004Z[ recovery-image] Aug 27 23:21:33.177 INFO collecting git info from project "phbl"...
80902024-08-27T23:21:35.010Z[ recovery-image] Aug 27 23:21:33.183 INFO collecting git info from project "amd-firmware"...
80912024-08-27T23:21:35.239Z[ recovery-image] Aug 27 23:21:33.410 INFO collecting git info from project "amd-host-image-builder"...
80922024-08-27T23:21:35.480Z[ recovery-image] Aug 27 23:21:33.649 INFO collecting git info from project "chelsio-t6-roms"...
80932024-08-27T23:21:35.499Z[ recovery-image] Aug 27 23:21:33.670 INFO collecting git info from project "pinprick"...
80942024-08-27T23:21:35.503Z[ recovery-image] Aug 27 23:21:33.676 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80952024-08-27T23:21:35.861Z[ recovery-image] Aug 27 23:21:34.033 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80962024-08-27T23:21:36.228Z[ recovery-image] Aug 27 23:21:34.401 INFO creating Oxide boot image...
80972024-08-27T23:21:36.228Z[ recovery-image] Aug 27 23:21:34.401 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 665bcc1/2408c3f 2024-08-27 22:55", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80982024-08-27T23:22:09.872Z[ host-image] Aug 27 23:22:08.036 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z
80992024-08-27T23:22:09.872Z[ host-image] Aug 27 23:22:08.036 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z
81002024-08-27T23:22:09.875Z[ host-image] Aug 27 23:22:08.036 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81012024-08-27T23:22:09.875Z[ host-image] Aug 27 23:22:08.037 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81022024-08-27T23:22:09.875Z[ host-image] Aug 27 23:22:08.037 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81032024-08-27T23:22:09.875Z[ host-image] Aug 27 23:22:08.037 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81042024-08-27T23:22:09.875Z[ host-image] Aug 27 23:22:08.038 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81052024-08-27T23:22:09.875Z[ host-image] Aug 27 23:22:08.038 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81062024-08-27T23:22:09.875Z[ host-image] Aug 27 23:22:08.038 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81072024-08-27T23:22:09.875Z[ host-image] Aug 27 23:22:08.038 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81082024-08-27T23:22:09.875Z[ host-image] Aug 27 23:22:08.038 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z
81092024-08-27T23:22:09.878Z[ host-image] Aug 27 23:22:08.040 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z
81102024-08-27T23:22:09.878Z[ host-image] Aug 27 23:22:08.041 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z
81112024-08-27T23:22:09.878Z[ host-image] Aug 27 23:22:08.041 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z
81122024-08-27T23:22:09.878Z[ host-image] Aug 27 23:22:08.041 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81132024-08-27T23:22:09.878Z[ host-image] Aug 27 23:22:08.042 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z
81142024-08-27T23:22:09.882Z[ host-image] Aug 27 23:22:08.043 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z
81152024-08-27T23:22:09.882Z[ host-image] Aug 27 23:22:08.043 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z
81162024-08-27T23:22:09.882Z[ host-image] Aug 27 23:22:08.043 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z
81172024-08-27T23:22:09.882Z[ host-image] Aug 27 23:22:08.043 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z
81182024-08-27T23:22:09.882Z[ host-image] Aug 27 23:22:08.043 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z
81192024-08-27T23:22:09.882Z[ host-image] Aug 27 23:22:08.043 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z
81202024-08-27T23:22:09.882Z[ host-image] Aug 27 23:22:08.043 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z
81212024-08-27T23:22:09.882Z[ host-image] Aug 27 23:22:08.044 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z
81222024-08-27T23:22:09.882Z[ host-image] Aug 27 23:22:08.044 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z
81232024-08-27T23:22:09.883Z[ host-image] Aug 27 23:22:08.044 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z
81242024-08-27T23:22:09.883Z[ host-image] Aug 27 23:22:08.044 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z
81252024-08-27T23:22:09.883Z[ host-image] Aug 27 23:22:08.044 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z
81262024-08-27T23:22:09.883Z[ host-image] Aug 27 23:22:08.044 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
81272024-08-27T23:22:09.883Z[ host-image] Aug 27 23:22:08.044 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z
81282024-08-27T23:22:09.883Z[ host-image] Aug 27 23:22:08.044 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z
81292024-08-27T23:22:09.883Z[ host-image] Aug 27 23:22:08.045 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z
81302024-08-27T23:22:09.883Z[ host-image] Aug 27 23:22:08.045 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z
81312024-08-27T23:22:09.883Z[ host-image] Aug 27 23:22:08.046 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z
81322024-08-27T23:22:09.883Z[ host-image] Aug 27 23:22:08.046 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z
81332024-08-27T23:22:09.891Z[ host-image] Aug 27 23:22:08.055 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
81342024-08-27T23:22:09.893Z[ host-image] Aug 27 23:22:08.055 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z
81352024-08-27T23:22:09.893Z[ host-image] Aug 27 23:22:08.056 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
81362024-08-27T23:22:09.893Z[ host-image] Aug 27 23:22:08.056 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
81372024-08-27T23:22:09.893Z[ host-image] Aug 27 23:22:08.056 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
81382024-08-27T23:22:09.893Z[ host-image] Aug 27 23:22:08.057 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z
81392024-08-27T23:22:09.893Z[ host-image] Aug 27 23:22:08.057 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
81402024-08-27T23:22:09.893Z[ host-image] Aug 27 23:22:08.057 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
81412024-08-27T23:22:09.899Z[ host-image] Aug 27 23:22:08.058 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
81422024-08-27T23:22:09.899Z[ host-image] Aug 27 23:22:08.059 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
81432024-08-27T23:22:09.907Z[ host-image] Aug 27 23:22:08.071 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
81442024-08-27T23:22:09.909Z[ host-image] Aug 27 23:22:08.071 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
81452024-08-27T23:22:09.910Z[ host-image] Aug 27 23:22:08.071 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
81462024-08-27T23:22:09.910Z[ host-image] Aug 27 23:22:08.072 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
81472024-08-27T23:22:09.910Z[ host-image] Aug 27 23:22:08.073 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
81482024-08-27T23:22:09.910Z[ host-image] Aug 27 23:22:08.073 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
81492024-08-27T23:22:09.947Z[ host-image] Aug 27 23:22:08.111 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
81502024-08-27T23:22:09.949Z[ host-image] Aug 27 23:22:08.112 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
81512024-08-27T23:22:09.949Z[ host-image] Aug 27 23:22:08.112 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
81522024-08-27T23:22:09.949Z[ host-image] Aug 27 23:22:08.113 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z
81532024-08-27T23:22:09.949Z[ host-image] Aug 27 23:22:08.113 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z
81542024-08-27T23:22:09.949Z[ host-image] Aug 27 23:22:08.113 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
81552024-08-27T23:22:09.949Z[ host-image] Aug 27 23:22:08.113 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z
81562024-08-27T23:22:09.951Z[ host-image] Aug 27 23:22:08.114 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
81572024-08-27T23:22:09.951Z[ host-image] Aug 27 23:22:08.114 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
81582024-08-27T23:22:09.951Z[ host-image] Aug 27 23:22:08.114 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
81592024-08-27T23:22:09.951Z[ host-image] Aug 27 23:22:08.114 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z
81602024-08-27T23:22:09.951Z[ host-image] Aug 27 23:22:08.114 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
81612024-08-27T23:22:09.956Z[ host-image] Aug 27 23:22:08.120 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
81622024-08-27T23:22:09.958Z[ host-image] Aug 27 23:22:08.120 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
81632024-08-27T23:22:09.958Z[ host-image] Aug 27 23:22:08.121 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
81642024-08-27T23:22:09.958Z[ host-image] Aug 27 23:22:08.121 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z
81652024-08-27T23:22:09.958Z[ host-image] Aug 27 23:22:08.121 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
81662024-08-27T23:22:09.977Z[ host-image] Aug 27 23:22:08.141 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
81672024-08-27T23:22:09.979Z[ host-image] Aug 27 23:22:08.141 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z
81682024-08-27T23:22:09.979Z[ host-image] Aug 27 23:22:08.143 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z
81692024-08-27T23:22:09.981Z[ host-image] Aug 27 23:22:08.144 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z
81702024-08-27T23:22:09.981Z[ host-image] Aug 27 23:22:08.144 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81712024-08-27T23:22:09.981Z[ host-image] Aug 27 23:22:08.144 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z
81722024-08-27T23:22:09.981Z[ host-image] Aug 27 23:22:08.145 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z
81732024-08-27T23:22:09.981Z[ host-image] Aug 27 23:22:08.145 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z
81742024-08-27T23:22:09.981Z[ host-image] Aug 27 23:22:08.146 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z
81752024-08-27T23:22:09.985Z[ host-image] Aug 27 23:22:08.150 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81762024-08-27T23:22:09.988Z[ host-image] Aug 27 23:22:08.150 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z
81772024-08-27T23:22:09.988Z[ host-image] Aug 27 23:22:08.151 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z
81782024-08-27T23:22:09.988Z[ host-image] Aug 27 23:22:08.151 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81792024-08-27T23:22:09.988Z[ host-image] Aug 27 23:22:08.151 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z
81802024-08-27T23:22:09.988Z[ host-image] Aug 27 23:22:08.151 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z
81812024-08-27T23:22:09.988Z[ host-image] Aug 27 23:22:08.151 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z
81822024-08-27T23:22:09.988Z[ host-image] Aug 27 23:22:08.152 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z
81832024-08-27T23:22:09.996Z[ host-image] Aug 27 23:22:08.160 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z
81842024-08-27T23:22:09.998Z[ host-image] Aug 27 23:22:08.161 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81852024-08-27T23:22:09.999Z[ host-image] Aug 27 23:22:08.163 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z
81862024-08-27T23:22:10.001Z[ host-image] Aug 27 23:22:08.164 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z
81872024-08-27T23:22:10.001Z[ host-image] Aug 27 23:22:08.164 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z
81882024-08-27T23:22:10.001Z[ host-image] Aug 27 23:22:08.165 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z
81892024-08-27T23:22:10.001Z[ host-image] Aug 27 23:22:08.165 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z
81902024-08-27T23:22:10.001Z[ host-image] Aug 27 23:22:08.165 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z
81912024-08-27T23:22:10.011Z[ host-image] Aug 27 23:22:08.176 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z
81922024-08-27T23:22:10.014Z[ host-image] Aug 27 23:22:08.176 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z
81932024-08-27T23:22:10.014Z[ host-image] Aug 27 23:22:08.176 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z
81942024-08-27T23:22:10.014Z[ host-image] Aug 27 23:22:08.177 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z
81952024-08-27T23:22:10.014Z[ host-image] Aug 27 23:22:08.177 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z
81962024-08-27T23:22:10.040Z[ host-image] Aug 27 23:22:08.205 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z
81972024-08-27T23:22:10.040Z[ host-image] Aug 27 23:22:08.205 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z
81982024-08-27T23:22:10.043Z[ host-image] Aug 27 23:22:08.205 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z
81992024-08-27T23:22:10.043Z[ host-image] Aug 27 23:22:08.205 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82002024-08-27T23:22:10.043Z[ host-image] Aug 27 23:22:08.206 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82012024-08-27T23:22:10.071Z[ host-image] Aug 27 23:22:08.236 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z
82022024-08-27T23:22:10.074Z[ host-image] Aug 27 23:22:08.236 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82032024-08-27T23:22:10.074Z[ host-image] Aug 27 23:22:08.236 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z
82042024-08-27T23:22:10.074Z[ host-image] Aug 27 23:22:08.236 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z
82052024-08-27T23:22:10.074Z[ host-image] Aug 27 23:22:08.238 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z
82062024-08-27T23:22:10.074Z[ host-image] Aug 27 23:22:08.238 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82072024-08-27T23:22:10.074Z[ host-image] Aug 27 23:22:08.238 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82082024-08-27T23:22:10.077Z[ host-image] Aug 27 23:22:08.239 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z
82092024-08-27T23:22:10.077Z[ host-image] Aug 27 23:22:08.239 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z
82102024-08-27T23:22:10.077Z[ host-image] Aug 27 23:22:08.239 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z
82112024-08-27T23:22:10.077Z[ host-image] Aug 27 23:22:08.240 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z
82122024-08-27T23:22:10.077Z[ host-image] Aug 27 23:22:08.240 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z
82132024-08-27T23:22:10.077Z[ host-image] Aug 27 23:22:08.240 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z
82142024-08-27T23:22:10.079Z[ host-image] Aug 27 23:22:08.243 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82152024-08-27T23:22:10.079Z[ host-image] Aug 27 23:22:08.243 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z
82162024-08-27T23:22:10.081Z[ host-image] Aug 27 23:22:08.245 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z
82172024-08-27T23:22:10.081Z[ host-image] Aug 27 23:22:08.245 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z
82182024-08-27T23:22:10.081Z[ host-image] Aug 27 23:22:08.245 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z
82192024-08-27T23:22:10.083Z[ host-image] Aug 27 23:22:08.246 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z
82202024-08-27T23:22:10.083Z[ host-image] Aug 27 23:22:08.246 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z
82212024-08-27T23:22:10.083Z[ host-image] Aug 27 23:22:08.246 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82222024-08-27T23:22:10.083Z[ host-image] Aug 27 23:22:08.246 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82232024-08-27T23:22:10.084Z[ host-image] Aug 27 23:22:08.247 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z
82242024-08-27T23:22:10.084Z[ host-image] Aug 27 23:22:08.247 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z
82252024-08-27T23:22:10.084Z[ host-image] Aug 27 23:22:08.247 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82262024-08-27T23:22:10.084Z[ host-image] Aug 27 23:22:08.247 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82272024-08-27T23:22:10.084Z[ host-image] Aug 27 23:22:08.247 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82282024-08-27T23:22:10.084Z[ host-image] Aug 27 23:22:08.247 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82292024-08-27T23:22:10.084Z[ host-image] Aug 27 23:22:08.247 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
82302024-08-27T23:22:10.086Z[ host-image] Aug 27 23:22:08.248 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
82312024-08-27T23:22:10.086Z[ host-image] Aug 27 23:22:08.250 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
82322024-08-27T23:22:10.086Z[ host-image] Aug 27 23:22:08.250 INFO O| tempdir @ "/tmp/.tmpZ3l27g/tmp"
82332024-08-27T23:22:10.086Z[ host-image] Aug 27 23:22:08.250 INFO O| image root @ "/tmp/.tmpZ3l27g/tmp/root"
82342024-08-27T23:22:10.086Z[ host-image] Aug 27 23:22:08.250 INFO O| creating image...
82352024-08-27T23:22:10.597Z[ host-image] Aug 27 23:22:08.760 INFO O| copying publishers...
82362024-08-27T23:22:17.290Z[ host-image] Aug 27 23:22:15.452 INFO O| adding properties...
82372024-08-27T23:22:18.324Z[ host-image] Aug 27 23:22:16.486 INFO O| installing packages...
82382024-08-27T23:22:29.169Z[ recovery-image] Aug 27 23:22:27.328 INFO O| ok, image written!
82392024-08-27T23:22:29.169Z[ recovery-image] Aug 27 23:22:27.328 INFO O| ok, boot_image_csum file written!
82402024-08-27T23:22:29.172Z[ recovery-image] Aug 27 23:22:27.331 INFO creating boot archive (CPIO)...
82412024-08-27T23:22:29.175Z[ recovery-image] Aug 27 23:22:27.331 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
82422024-08-27T23:22:29.179Z[ recovery-image] Aug 27 23:22:27.339 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
82432024-08-27T23:22:29.179Z[ recovery-image] Aug 27 23:22:27.339 INFO E| + outfile=/work/os-recovery/cpio
82442024-08-27T23:22:29.182Z[ recovery-image] Aug 27 23:22:27.339 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82452024-08-27T23:22:29.182Z[ recovery-image] Aug 27 23:22:27.341 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82462024-08-27T23:22:29.182Z[ recovery-image] Aug 27 23:22:27.341 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82472024-08-27T23:22:29.212Z[ recovery-image] Aug 27 23:22:27.372 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82482024-08-27T23:22:29.212Z[ recovery-image] Aug 27 23:22:27.372 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82492024-08-27T23:22:29.219Z[ recovery-image] Aug 27 23:22:27.379 INFO creating compressed cpio/unix for nanobl-rs...
82502024-08-27T23:22:29.222Z[ recovery-image] Aug 27 23:22:27.379 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
82512024-08-27T23:22:29.497Z[ recovery-image] Aug 27 23:22:27.656 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82522024-08-27T23:22:33.869Z[ recovery-image] Aug 27 23:22:32.027 INFO creating reset image...
82532024-08-27T23:22:33.872Z[ recovery-image] Aug 27 23:22:32.027 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
82542024-08-27T23:22:34.091Z[ recovery-image] Aug 27 23:22:32.249 INFO E| Updating crates.io index
82552024-08-27T23:22:34.172Z[ recovery-image] Aug 27 23:22:32.330 INFO E| Downloading crates ...
82562024-08-27T23:22:34.257Z[ recovery-image] Aug 27 23:22:32.414 INFO E| Downloaded duct v0.13.7
82572024-08-27T23:22:34.263Z[ recovery-image] Aug 27 23:22:32.421 INFO E| Downloaded anstyle-parse v0.2.3
82582024-08-27T23:22:34.266Z[ recovery-image] Aug 27 23:22:32.423 INFO E| Downloaded os_pipe v1.1.5
82592024-08-27T23:22:34.269Z[ recovery-image] Aug 27 23:22:32.424 INFO E| Downloaded shared_child v1.0.0
82602024-08-27T23:22:34.274Z[ recovery-image] Aug 27 23:22:32.432 INFO E| Downloaded proc-macro2 v1.0.79
82612024-08-27T23:22:34.277Z[ recovery-image] Aug 27 23:22:32.435 INFO E| Downloaded anstyle-query v1.0.2
82622024-08-27T23:22:34.279Z[ recovery-image] Aug 27 23:22:32.436 INFO E| Downloaded anstyle v1.0.6
82632024-08-27T23:22:34.286Z[ recovery-image] Aug 27 23:22:32.444 INFO E| Downloaded clap_derive v4.5.3
82642024-08-27T23:22:34.288Z[ recovery-image] Aug 27 23:22:32.446 INFO E| Downloaded anstream v0.6.13
82652024-08-27T23:22:34.291Z[ recovery-image] Aug 27 23:22:32.448 INFO E| Downloaded clap v4.5.3
82662024-08-27T23:22:34.322Z[ recovery-image] Aug 27 23:22:32.479 INFO E| Downloaded syn v2.0.53
82672024-08-27T23:22:34.359Z[ recovery-image] Aug 27 23:22:32.517 INFO E| Downloaded libc v0.2.153
82682024-08-27T23:22:34.443Z[ recovery-image] Aug 27 23:22:32.589 INFO E| Compiling proc-macro2 v1.0.79
82692024-08-27T23:22:34.443Z[ recovery-image] Aug 27 23:22:32.589 INFO E| Compiling unicode-ident v1.0.12
82702024-08-27T23:22:34.446Z[ recovery-image] Aug 27 23:22:32.589 INFO E| Compiling libc v0.2.153
82712024-08-27T23:22:34.446Z[ recovery-image] Aug 27 23:22:32.589 INFO E| Compiling utf8parse v0.2.1
82722024-08-27T23:22:34.446Z[ recovery-image] Aug 27 23:22:32.589 INFO E| Compiling anstyle-query v1.0.2
82732024-08-27T23:22:34.446Z[ recovery-image] Aug 27 23:22:32.589 INFO E| Compiling colorchoice v1.0.0
82742024-08-27T23:22:34.446Z[ recovery-image] Aug 27 23:22:32.589 INFO E| Compiling anstyle v1.0.6
82752024-08-27T23:22:34.446Z[ recovery-image] Aug 27 23:22:32.589 INFO E| Compiling strsim v0.11.0
82762024-08-27T23:22:34.636Z[ recovery-image] Aug 27 23:22:32.792 INFO E| Compiling anstyle-parse v0.2.3
82772024-08-27T23:22:34.648Z[ recovery-image] Aug 27 23:22:32.805 INFO E| Compiling clap_lex v0.7.0
82782024-08-27T23:22:34.648Z[ recovery-image] Aug 27 23:22:32.805 INFO E| Compiling heck v0.5.0
82792024-08-27T23:22:34.681Z[ recovery-image] Aug 27 23:22:32.839 INFO E| Compiling once_cell v1.19.0
82802024-08-27T23:22:34.951Z[ recovery-image] Aug 27 23:22:33.109 INFO E| Compiling anstream v0.6.13
82812024-08-27T23:22:35.331Z[ recovery-image] Aug 27 23:22:33.489 INFO E| Compiling clap_builder v4.5.2
82822024-08-27T23:22:35.791Z[ recovery-image] Aug 27 23:22:33.949 INFO E| Compiling os_pipe v1.1.5
82832024-08-27T23:22:35.791Z[ recovery-image] Aug 27 23:22:33.949 INFO E| Compiling shared_child v1.0.0
82842024-08-27T23:22:35.875Z[ recovery-image] Aug 27 23:22:34.033 INFO E| Compiling quote v1.0.35
82852024-08-27T23:22:35.939Z[ recovery-image] Aug 27 23:22:34.096 INFO E| Compiling duct v0.13.7
82862024-08-27T23:22:36.239Z[ recovery-image] Aug 27 23:22:34.391 INFO E| Compiling syn v2.0.53
82872024-08-27T23:22:41.027Z[ recovery-image] Aug 27 23:22:39.183 INFO E| Compiling clap_derive v4.5.3
82882024-08-27T23:22:43.121Z[ recovery-image] Aug 27 23:22:41.277 INFO E| Compiling clap v4.5.3
82892024-08-27T23:22:43.182Z[ recovery-image] Aug 27 23:22:41.335 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82902024-08-27T23:22:43.306Z[ host-image] Aug 27 23:22:41.462 INFO O| seeding SMF database...
82912024-08-27T23:22:44.317Z[ recovery-image] Aug 27 23:22:42.473 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.39s
82922024-08-27T23:22:44.326Z[ recovery-image] Aug 27 23:22:42.482 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82932024-08-27T23:22:44.443Z[ recovery-image] Aug 27 23:22:42.598 INFO E| Updating crates.io index
82942024-08-27T23:22:44.508Z[ recovery-image] Aug 27 23:22:42.664 INFO E| Downloading crates ...
82952024-08-27T23:22:44.561Z[ recovery-image] Aug 27 23:22:42.717 INFO E| Downloaded bit_field v0.10.2
82962024-08-27T23:22:44.565Z[ recovery-image] Aug 27 23:22:42.720 INFO E| Downloaded seq-macro v0.3.5
82972024-08-27T23:22:44.575Z[ recovery-image] Aug 27 23:22:42.731 INFO E| Downloaded cpio_reader v0.1.1
82982024-08-27T23:22:44.600Z[ recovery-image] Aug 27 23:22:42.756 INFO E| Downloaded raw-cpuid v10.7.0
82992024-08-27T23:22:44.732Z[ recovery-image] Aug 27 23:22:42.886 INFO E| Downloaded x86 v0.52.0
83002024-08-27T23:22:44.802Z[ recovery-image] Aug 27 23:22:42.957 INFO E| Updating crates.io index
83012024-08-27T23:22:44.848Z[ recovery-image] Aug 27 23:22:43.004 INFO E| Downloading crates ...
83022024-08-27T23:22:44.911Z[ recovery-image] Aug 27 23:22:43.066 INFO E| Downloaded compiler_builtins v0.1.108
83032024-08-27T23:22:45.008Z[ recovery-image] Aug 27 23:22:43.145 INFO E| Compiling compiler_builtins v0.1.108
83042024-08-27T23:22:45.008Z[ recovery-image] Aug 27 23:22:43.145 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)
83052024-08-27T23:22:45.018Z[ recovery-image] Aug 27 23:22:43.145 INFO E| Compiling proc-macro2 v1.0.79
83062024-08-27T23:22:45.018Z[ recovery-image] Aug 27 23:22:43.145 INFO E| Compiling unicode-ident v1.0.12
83072024-08-27T23:22:45.019Z[ recovery-image] Aug 27 23:22:43.145 INFO E| Compiling syn v1.0.109
83082024-08-27T23:22:45.019Z[ recovery-image] Aug 27 23:22:43.145 INFO E| Compiling x86 v0.52.0
83092024-08-27T23:22:45.019Z[ recovery-image] Aug 27 23:22:43.145 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
83102024-08-27T23:22:45.019Z[ recovery-image] Aug 27 23:22:43.145 INFO E| Compiling seq-macro v0.3.5
83112024-08-27T23:22:46.139Z[ recovery-image] Aug 27 23:22:44.293 INFO E| Compiling quote v1.0.35
83122024-08-27T23:22:46.375Z[ recovery-image] Aug 27 23:22:44.531 INFO E| Compiling syn v2.0.53
83132024-08-27T23:22:49.552Z[ recovery-image] Aug 27 23:22:47.706 INFO E| Compiling scroll_derive v0.12.0
83142024-08-27T23:22:51.963Z[ host-image] Aug 27 23:22:50.117 INFO O| configuring SMF profile...
83152024-08-27T23:22:51.966Z[ host-image] Aug 27 23:22:50.117 INFO O| modifying shadow(5)...
83162024-08-27T23:22:51.966Z[ host-image] Aug 27 23:22:50.118 INFO O| loading user and group database...
83172024-08-27T23:22:51.966Z[ host-image] Aug 27 23:22:50.118 INFO O| assessing packaged files...
83182024-08-27T23:22:52.227Z[ recovery-image] Aug 27 23:22:50.381 INFO E| Compiling bitstruct_derive v0.1.0
83192024-08-27T23:22:54.211Z[ host-image] Aug 27 23:22:52.364 INFO O| creating archive...
83202024-08-27T23:22:54.247Z[ host-image] Aug 27 23:22:52.397 INFO O| missing from packaging:
83212024-08-27T23:22:54.247Z[ host-image] Aug 27 23:22:52.397 INFO O| "etc/.pwd.lock"
83222024-08-27T23:22:54.247Z[ host-image] Aug 27 23:22:52.397 INFO O| "etc/bash"
83232024-08-27T23:22:54.253Z[ host-image] Aug 27 23:22:52.403 INFO O| "etc/svc/profile/generic.xml"
83242024-08-27T23:22:54.253Z[ host-image] Aug 27 23:22:52.403 INFO O| "etc/svc/profile/inetd_services.xml"
83252024-08-27T23:22:54.253Z[ host-image] Aug 27 23:22:52.403 INFO O| "etc/svc/profile/name_service.xml"
83262024-08-27T23:22:54.253Z[ host-image] Aug 27 23:22:52.403 INFO O| "etc/svc/profile/platform.xml"
83272024-08-27T23:22:54.253Z[ host-image] Aug 27 23:22:52.403 INFO O| "etc/svc/profile/platform_omicron1.xml"
83282024-08-27T23:22:54.253Z[ host-image] Aug 27 23:22:52.403 INFO O| "etc/svc/repository.db"
83292024-08-27T23:22:54.258Z[ host-image] Aug 27 23:22:52.411 INFO O| "opt/ooce/share"
83302024-08-27T23:22:54.258Z[ host-image] Aug 27 23:22:52.411 INFO O| "opt/ooce/share/man"
83312024-08-27T23:22:54.261Z[ host-image] Aug 27 23:22:52.411 INFO O| "opt/ooce/share/man/man1"
83322024-08-27T23:22:54.267Z[ host-image] Aug 27 23:22:52.421 INFO O| finishing archive...
83332024-08-27T23:22:57.093Z[ host-image] Aug 27 23:22:55.246 INFO O| creating gzonly manifest...
83342024-08-27T23:22:57.105Z[ host-image] Aug 27 23:22:55.258 INFO O| ok
83352024-08-27T23:22:57.211Z[ host-image] Aug 27 23:22:55.363 INFO image builder template: ramdisk-02-trim...
83362024-08-27T23:22:57.211Z[ host-image] Aug 27 23:22:55.363 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/.tmpudd7zb/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
83372024-08-27T23:22:57.236Z[ host-image] Aug 27 23:22:55.388 INFO O| Aug 27 23:22:55.388 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83382024-08-27T23:22:57.240Z[ host-image] Aug 27 23:22:55.392 INFO O| Aug 27 23:22:55.392 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83392024-08-27T23:22:57.373Z[ host-image] Aug 27 23:22:55.526 INFO O| Aug 27 23:22:55.525 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83402024-08-27T23:22:57.443Z[ host-image] Aug 27 23:22:55.596 INFO O| Aug 27 23:22:55.595 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83412024-08-27T23:22:57.446Z[ host-image] Aug 27 23:22:55.596 INFO O| Aug 27 23:22:55.596 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83422024-08-27T23:22:57.449Z[ host-image] Aug 27 23:22:55.601 INFO O| Aug 27 23:22:55.601 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83432024-08-27T23:22:57.452Z[ host-image] Aug 27 23:22:55.605 INFO O| Aug 27 23:22:55.605 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83442024-08-27T23:22:57.457Z[ host-image] Aug 27 23:22:55.610 INFO O| Aug 27 23:22:55.609 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83452024-08-27T23:22:57.633Z[ host-image] Aug 27 23:22:55.786 INFO O| Aug 27 23:22:55.786 INFO rolled back to input snapshot; work may begin
83462024-08-27T23:22:57.634Z[ host-image] Aug 27 23:22:55.786 INFO O| Aug 27 23:22:55.786 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83472024-08-27T23:22:57.639Z[ host-image] Aug 27 23:22:55.792 INFO O| Aug 27 23:22:55.791 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83482024-08-27T23:22:57.651Z[ host-image] Aug 27 23:22:55.802 INFO O| Aug 27 23:22:55.802 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83492024-08-27T23:22:57.699Z[ host-image] Aug 27 23:22:55.851 INFO O| Aug 27 23:22:55.851 INFO STEP 0 (remove_files) COMPLETE
83502024-08-27T23:22:57.699Z[ host-image] Aug 27 23:22:55.851 INFO O| Aug 27 23:22:55.851 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83512024-08-27T23:22:57.710Z[ host-image] Aug 27 23:22:55.862 INFO O| Aug 27 23:22:55.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83522024-08-27T23:22:57.713Z[ host-image] Aug 27 23:22:55.864 INFO O| Aug 27 23:22:55.864 INFO STEP 1 (remove_files) COMPLETE
83532024-08-27T23:22:57.713Z[ host-image] Aug 27 23:22:55.864 INFO O| Aug 27 23:22:55.864 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83542024-08-27T23:22:57.722Z[ host-image] Aug 27 23:22:55.874 INFO O| Aug 27 23:22:55.874 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83552024-08-27T23:22:57.736Z[ host-image] Aug 27 23:22:55.888 INFO O| Aug 27 23:22:55.888 INFO STEP 2 (remove_files) COMPLETE
83562024-08-27T23:22:57.736Z[ host-image] Aug 27 23:22:55.888 INFO O| Aug 27 23:22:55.888 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83572024-08-27T23:22:57.747Z[ host-image] Aug 27 23:22:55.899 INFO O| Aug 27 23:22:55.899 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83582024-08-27T23:22:57.750Z[ host-image] Aug 27 23:22:55.900 INFO O| Aug 27 23:22:55.900 INFO STEP 3 (remove_files) COMPLETE
83592024-08-27T23:22:57.750Z[ host-image] Aug 27 23:22:55.900 INFO O| Aug 27 23:22:55.900 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83602024-08-27T23:22:57.761Z[ host-image] Aug 27 23:22:55.910 INFO O| Aug 27 23:22:55.910 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83612024-08-27T23:22:57.765Z[ host-image] Aug 27 23:22:55.914 INFO O| Aug 27 23:22:55.914 INFO STEP 4 (remove_files) COMPLETE
83622024-08-27T23:22:57.765Z[ host-image] Aug 27 23:22:55.914 INFO O| Aug 27 23:22:55.914 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83632024-08-27T23:22:57.772Z[ host-image] Aug 27 23:22:55.924 INFO O| Aug 27 23:22:55.924 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83642024-08-27T23:22:57.775Z[ host-image] Aug 27 23:22:55.927 INFO O| Aug 27 23:22:55.927 INFO STEP 5 (remove_files) COMPLETE
83652024-08-27T23:22:57.778Z[ host-image] Aug 27 23:22:55.927 INFO O| Aug 27 23:22:55.927 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-08-27T23:22:57.786Z[ host-image] Aug 27 23:22:55.937 INFO O| Aug 27 23:22:55.937 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83672024-08-27T23:22:57.795Z[ host-image] Aug 27 23:22:55.947 INFO O| Aug 27 23:22:55.947 INFO STEP 6 (remove_files) COMPLETE
83682024-08-27T23:22:57.795Z[ host-image] Aug 27 23:22:55.947 INFO O| Aug 27 23:22:55.947 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83692024-08-27T23:22:57.804Z[ host-image] Aug 27 23:22:55.957 INFO O| Aug 27 23:22:55.957 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83702024-08-27T23:22:57.818Z[ host-image] Aug 27 23:22:55.969 INFO O| Aug 27 23:22:55.969 INFO STEP 7 (remove_files) COMPLETE
83712024-08-27T23:22:57.818Z[ host-image] Aug 27 23:22:55.969 INFO O| Aug 27 23:22:55.969 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-08-27T23:22:57.828Z[ host-image] Aug 27 23:22:55.980 INFO O| Aug 27 23:22:55.980 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83732024-08-27T23:22:57.901Z[ host-image] Aug 27 23:22:56.053 INFO O| Aug 27 23:22:56.053 INFO STEP 8 (remove_files) COMPLETE
83742024-08-27T23:22:57.901Z[ host-image] Aug 27 23:22:56.054 INFO O| Aug 27 23:22:56.053 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83752024-08-27T23:22:57.913Z[ host-image] Aug 27 23:22:56.065 INFO O| Aug 27 23:22:56.065 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83762024-08-27T23:22:58.002Z[ host-image] Aug 27 23:22:56.154 INFO O| Aug 27 23:22:56.154 INFO STEP 9 (remove_files) COMPLETE
83772024-08-27T23:22:58.002Z[ host-image] Aug 27 23:22:56.154 INFO O| Aug 27 23:22:56.154 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83782024-08-27T23:22:58.013Z[ host-image] Aug 27 23:22:56.165 INFO O| Aug 27 23:22:56.165 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83792024-08-27T23:22:58.016Z[ host-image] Aug 27 23:22:56.169 INFO O| Aug 27 23:22:56.169 INFO STEP 10 (remove_files) COMPLETE
83802024-08-27T23:22:58.016Z[ host-image] Aug 27 23:22:56.169 INFO O| Aug 27 23:22:56.169 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83812024-08-27T23:22:58.026Z[ host-image] Aug 27 23:22:56.178 INFO O| Aug 27 23:22:56.178 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83822024-08-27T23:22:58.028Z[ host-image] Aug 27 23:22:56.179 INFO O| Aug 27 23:22:56.179 INFO STEP 11 (remove_files) COMPLETE
83832024-08-27T23:22:58.028Z[ host-image] Aug 27 23:22:56.179 INFO O| Aug 27 23:22:56.179 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83842024-08-27T23:22:58.038Z[ host-image] Aug 27 23:22:56.190 INFO O| Aug 27 23:22:56.190 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83852024-08-27T23:22:58.040Z[ host-image] Aug 27 23:22:56.192 INFO O| Aug 27 23:22:56.192 INFO STEP 12 (remove_files) COMPLETE
83862024-08-27T23:22:58.040Z[ host-image] Aug 27 23:22:56.192 INFO O| Aug 27 23:22:56.192 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83872024-08-27T23:22:58.076Z[ host-image] Aug 27 23:22:56.228 INFO O| Aug 27 23:22:56.228 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83882024-08-27T23:22:58.118Z[ host-image] Aug 27 23:22:56.270 INFO O| Aug 27 23:22:56.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83892024-08-27T23:22:58.122Z[ host-image] Aug 27 23:22:56.274 INFO O| Aug 27 23:22:56.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83902024-08-27T23:22:58.125Z[ host-image] Aug 27 23:22:56.275 INFO O| Aug 27 23:22:56.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83912024-08-27T23:22:58.427Z[ host-image] Aug 27 23:22:56.579 INFO O| Aug 27 23:22:56.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83922024-08-27T23:22:58.440Z[ host-image] Aug 27 23:22:56.590 INFO O| Aug 27 23:22:56.590 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83932024-08-27T23:22:58.442Z[ host-image] Aug 27 23:22:56.591 INFO O| Aug 27 23:22:56.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83942024-08-27T23:22:58.442Z[ host-image] Aug 27 23:22:56.591 INFO O| Aug 27 23:22:56.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83952024-08-27T23:22:58.442Z[ host-image] Aug 27 23:22:56.591 INFO O| Aug 27 23:22:56.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83962024-08-27T23:22:58.442Z[ host-image] Aug 27 23:22:56.591 INFO O| Aug 27 23:22:56.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83972024-08-27T23:22:58.442Z[ host-image] Aug 27 23:22:56.591 INFO O| Aug 27 23:22:56.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83982024-08-27T23:22:58.442Z[ host-image] Aug 27 23:22:56.591 INFO O| Aug 27 23:22:56.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83992024-08-27T23:22:58.442Z[ host-image] Aug 27 23:22:56.592 INFO O| Aug 27 23:22:56.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84002024-08-27T23:22:58.443Z[ host-image] Aug 27 23:22:56.592 INFO O| Aug 27 23:22:56.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84012024-08-27T23:22:58.443Z[ host-image] Aug 27 23:22:56.592 INFO O| Aug 27 23:22:56.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84022024-08-27T23:22:58.443Z[ host-image] Aug 27 23:22:56.592 INFO O| Aug 27 23:22:56.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84032024-08-27T23:22:58.443Z[ host-image] Aug 27 23:22:56.592 INFO O| Aug 27 23:22:56.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84042024-08-27T23:22:58.443Z[ host-image] Aug 27 23:22:56.592 INFO O| Aug 27 23:22:56.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84052024-08-27T23:22:58.443Z[ host-image] Aug 27 23:22:56.593 INFO O| Aug 27 23:22:56.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84062024-08-27T23:22:58.443Z[ host-image] Aug 27 23:22:56.593 INFO O| Aug 27 23:22:56.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84072024-08-27T23:22:58.443Z[ host-image] Aug 27 23:22:56.593 INFO O| Aug 27 23:22:56.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84082024-08-27T23:22:58.443Z[ host-image] Aug 27 23:22:56.593 INFO O| Aug 27 23:22:56.593 INFO STEP 13 (remove_files) COMPLETE
84092024-08-27T23:22:58.443Z[ host-image] Aug 27 23:22:56.593 INFO O| Aug 27 23:22:56.593 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84102024-08-27T23:22:58.453Z[ host-image] Aug 27 23:22:56.605 INFO O| Aug 27 23:22:56.605 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84112024-08-27T23:22:58.456Z[ host-image] Aug 27 23:22:56.607 INFO O| Aug 27 23:22:56.607 INFO STEP 14 (remove_files) COMPLETE
84122024-08-27T23:22:58.456Z[ host-image] Aug 27 23:22:56.607 INFO O| Aug 27 23:22:56.607 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84132024-08-27T23:22:58.465Z[ host-image] Aug 27 23:22:56.617 INFO O| Aug 27 23:22:56.617 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84142024-08-27T23:22:58.471Z[ host-image] Aug 27 23:22:56.623 INFO O| Aug 27 23:22:56.623 INFO STEP 15 (remove_files) COMPLETE
84152024-08-27T23:22:58.471Z[ host-image] Aug 27 23:22:56.623 INFO O| Aug 27 23:22:56.623 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84162024-08-27T23:22:58.482Z[ host-image] Aug 27 23:22:56.634 INFO O| Aug 27 23:22:56.634 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84172024-08-27T23:22:58.485Z[ host-image] Aug 27 23:22:56.635 INFO O| Aug 27 23:22:56.635 INFO STEP 16 (remove_files) COMPLETE
84182024-08-27T23:22:58.485Z[ host-image] Aug 27 23:22:56.635 INFO O| Aug 27 23:22:56.635 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84192024-08-27T23:22:58.493Z[ host-image] Aug 27 23:22:56.645 INFO O| Aug 27 23:22:56.645 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84202024-08-27T23:22:58.496Z[ host-image] Aug 27 23:22:56.647 INFO O| Aug 27 23:22:56.647 INFO STEP 17 (remove_files) COMPLETE
84212024-08-27T23:22:58.496Z[ host-image] Aug 27 23:22:56.647 INFO O| Aug 27 23:22:56.647 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84222024-08-27T23:22:58.505Z[ host-image] Aug 27 23:22:56.657 INFO O| Aug 27 23:22:56.657 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84232024-08-27T23:22:58.505Z[ host-image] Aug 27 23:22:56.657 INFO O| Aug 27 23:22:56.657 INFO STEP 18 (remove_files) COMPLETE
84242024-08-27T23:22:58.508Z[ host-image] Aug 27 23:22:56.657 INFO O| Aug 27 23:22:56.657 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84252024-08-27T23:22:58.516Z[ host-image] Aug 27 23:22:56.668 INFO O| Aug 27 23:22:56.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84262024-08-27T23:22:58.516Z[ host-image] Aug 27 23:22:56.668 INFO O| Aug 27 23:22:56.668 INFO STEP 19 (remove_files) COMPLETE
84272024-08-27T23:22:58.516Z[ host-image] Aug 27 23:22:56.668 INFO O| Aug 27 23:22:56.668 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84282024-08-27T23:22:58.526Z[ host-image] Aug 27 23:22:56.678 INFO O| Aug 27 23:22:56.678 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84292024-08-27T23:22:58.526Z[ host-image] Aug 27 23:22:56.678 INFO O| Aug 27 23:22:56.678 INFO STEP 20 (remove_files) COMPLETE
84302024-08-27T23:22:58.528Z[ host-image] Aug 27 23:22:56.678 INFO O| Aug 27 23:22:56.678 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84312024-08-27T23:22:58.536Z[ host-image] Aug 27 23:22:56.689 INFO O| Aug 27 23:22:56.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84322024-08-27T23:22:58.536Z[ host-image] Aug 27 23:22:56.689 INFO O| Aug 27 23:22:56.689 INFO STEP 21 (remove_files) COMPLETE
84332024-08-27T23:22:58.539Z[ host-image] Aug 27 23:22:56.689 INFO O| Aug 27 23:22:56.689 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84342024-08-27T23:22:58.546Z[ host-image] Aug 27 23:22:56.699 INFO O| Aug 27 23:22:56.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84352024-08-27T23:22:58.547Z[ host-image] Aug 27 23:22:56.699 INFO O| Aug 27 23:22:56.699 INFO STEP 22 (remove_files) COMPLETE
84362024-08-27T23:22:58.550Z[ host-image] Aug 27 23:22:56.699 INFO O| Aug 27 23:22:56.699 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84372024-08-27T23:22:58.556Z[ host-image] Aug 27 23:22:56.708 INFO O| Aug 27 23:22:56.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84382024-08-27T23:22:58.556Z[ host-image] Aug 27 23:22:56.708 INFO O| Aug 27 23:22:56.708 INFO STEP 23 (remove_files) COMPLETE
84392024-08-27T23:22:58.558Z[ host-image] Aug 27 23:22:56.709 INFO O| Aug 27 23:22:56.708 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84402024-08-27T23:22:58.566Z[ host-image] Aug 27 23:22:56.718 INFO O| Aug 27 23:22:56.718 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84412024-08-27T23:22:58.566Z[ host-image] Aug 27 23:22:56.718 INFO O| Aug 27 23:22:56.718 INFO STEP 24 (remove_files) COMPLETE
84422024-08-27T23:22:58.569Z[ host-image] Aug 27 23:22:56.718 INFO O| Aug 27 23:22:56.718 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-08-27T23:22:58.576Z[ host-image] Aug 27 23:22:56.728 INFO O| Aug 27 23:22:56.728 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84442024-08-27T23:22:58.576Z[ host-image] Aug 27 23:22:56.728 INFO O| Aug 27 23:22:56.728 INFO STEP 25 (remove_files) COMPLETE
84452024-08-27T23:22:58.578Z[ host-image] Aug 27 23:22:56.728 INFO O| Aug 27 23:22:56.728 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84462024-08-27T23:22:58.585Z[ host-image] Aug 27 23:22:56.738 INFO O| Aug 27 23:22:56.738 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84472024-08-27T23:22:58.588Z[ host-image] Aug 27 23:22:56.738 INFO O| Aug 27 23:22:56.738 INFO STEP 26 (remove_files) COMPLETE
84482024-08-27T23:22:58.588Z[ host-image] Aug 27 23:22:56.738 INFO O| Aug 27 23:22:56.738 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84492024-08-27T23:22:58.595Z[ host-image] Aug 27 23:22:56.747 INFO O| Aug 27 23:22:56.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84502024-08-27T23:22:58.595Z[ host-image] Aug 27 23:22:56.747 INFO O| Aug 27 23:22:56.747 INFO STEP 27 (remove_files) COMPLETE
84512024-08-27T23:22:58.598Z[ host-image] Aug 27 23:22:56.747 INFO O| Aug 27 23:22:56.747 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84522024-08-27T23:22:58.606Z[ host-image] Aug 27 23:22:56.757 INFO O| Aug 27 23:22:56.757 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84532024-08-27T23:22:58.606Z[ host-image] Aug 27 23:22:56.757 INFO O| Aug 27 23:22:56.757 INFO STEP 28 (remove_files) COMPLETE
84542024-08-27T23:22:58.606Z[ host-image] Aug 27 23:22:56.757 INFO O| Aug 27 23:22:56.757 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84552024-08-27T23:22:58.615Z[ host-image] Aug 27 23:22:56.767 INFO O| Aug 27 23:22:56.767 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84562024-08-27T23:22:58.615Z[ host-image] Aug 27 23:22:56.767 INFO O| Aug 27 23:22:56.767 INFO STEP 29 (remove_files) COMPLETE
84572024-08-27T23:22:58.615Z[ host-image] Aug 27 23:22:56.767 INFO O| Aug 27 23:22:56.767 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84582024-08-27T23:22:58.625Z[ host-image] Aug 27 23:22:56.777 INFO O| Aug 27 23:22:56.777 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84592024-08-27T23:22:58.625Z[ host-image] Aug 27 23:22:56.777 INFO O| Aug 27 23:22:56.777 INFO STEP 30 (remove_files) COMPLETE
84602024-08-27T23:22:58.625Z[ host-image] Aug 27 23:22:56.777 INFO O| Aug 27 23:22:56.777 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-08-27T23:22:58.635Z[ host-image] Aug 27 23:22:56.787 INFO O| Aug 27 23:22:56.787 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84622024-08-27T23:22:58.637Z[ host-image] Aug 27 23:22:56.787 INFO O| Aug 27 23:22:56.787 INFO STEP 31 (remove_files) COMPLETE
84632024-08-27T23:22:58.638Z[ host-image] Aug 27 23:22:56.787 INFO O| Aug 27 23:22:56.787 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-08-27T23:22:58.644Z[ host-image] Aug 27 23:22:56.796 INFO O| Aug 27 23:22:56.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84652024-08-27T23:22:58.644Z[ host-image] Aug 27 23:22:56.796 INFO O| Aug 27 23:22:56.796 INFO STEP 32 (remove_files) COMPLETE
84662024-08-27T23:22:58.644Z[ host-image] Aug 27 23:22:56.796 INFO O| Aug 27 23:22:56.796 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-08-27T23:22:58.654Z[ host-image] Aug 27 23:22:56.806 INFO O| Aug 27 23:22:56.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84682024-08-27T23:22:58.654Z[ host-image] Aug 27 23:22:56.806 INFO O| Aug 27 23:22:56.806 INFO STEP 33 (remove_files) COMPLETE
84692024-08-27T23:22:58.658Z[ host-image] Aug 27 23:22:56.806 INFO O| Aug 27 23:22:56.806 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84702024-08-27T23:22:58.666Z[ host-image] Aug 27 23:22:56.817 INFO O| Aug 27 23:22:56.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84712024-08-27T23:22:58.666Z[ host-image] Aug 27 23:22:56.817 INFO O| Aug 27 23:22:56.817 INFO STEP 34 (remove_files) COMPLETE
84722024-08-27T23:22:58.666Z[ host-image] Aug 27 23:22:56.817 INFO O| Aug 27 23:22:56.817 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84732024-08-27T23:22:58.674Z[ host-image] Aug 27 23:22:56.827 INFO O| Aug 27 23:22:56.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84742024-08-27T23:22:58.674Z[ host-image] Aug 27 23:22:56.827 INFO O| Aug 27 23:22:56.827 INFO STEP 35 (remove_files) COMPLETE
84752024-08-27T23:22:58.678Z[ host-image] Aug 27 23:22:56.827 INFO O| Aug 27 23:22:56.827 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84762024-08-27T23:22:58.684Z[ host-image] Aug 27 23:22:56.836 INFO O| Aug 27 23:22:56.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84772024-08-27T23:22:58.684Z[ host-image] Aug 27 23:22:56.836 INFO O| Aug 27 23:22:56.836 INFO STEP 36 (remove_files) COMPLETE
84782024-08-27T23:22:58.687Z[ host-image] Aug 27 23:22:56.836 INFO O| Aug 27 23:22:56.836 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84792024-08-27T23:22:58.694Z[ host-image] Aug 27 23:22:56.846 INFO O| Aug 27 23:22:56.846 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84802024-08-27T23:22:58.694Z[ host-image] Aug 27 23:22:56.846 INFO O| Aug 27 23:22:56.846 INFO STEP 37 (remove_files) COMPLETE
84812024-08-27T23:22:58.694Z[ host-image] Aug 27 23:22:56.846 INFO O| Aug 27 23:22:56.846 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84822024-08-27T23:22:58.704Z[ host-image] Aug 27 23:22:56.856 INFO O| Aug 27 23:22:56.856 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84832024-08-27T23:22:58.704Z[ host-image] Aug 27 23:22:56.856 INFO O| Aug 27 23:22:56.856 INFO STEP 38 (remove_files) COMPLETE
84842024-08-27T23:22:58.706Z[ host-image] Aug 27 23:22:56.856 INFO O| Aug 27 23:22:56.856 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84852024-08-27T23:22:58.715Z[ host-image] Aug 27 23:22:56.866 INFO O| Aug 27 23:22:56.866 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84862024-08-27T23:22:58.717Z[ host-image] Aug 27 23:22:56.866 INFO O| Aug 27 23:22:56.866 INFO STEP 39 (remove_files) COMPLETE
84872024-08-27T23:22:58.717Z[ host-image] Aug 27 23:22:56.866 INFO O| Aug 27 23:22:56.866 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84882024-08-27T23:22:58.724Z[ host-image] Aug 27 23:22:56.876 INFO O| Aug 27 23:22:56.876 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84892024-08-27T23:22:58.726Z[ host-image] Aug 27 23:22:56.876 INFO O| Aug 27 23:22:56.876 INFO STEP 40 (remove_files) COMPLETE
84902024-08-27T23:22:58.726Z[ host-image] Aug 27 23:22:56.876 INFO O| Aug 27 23:22:56.876 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84912024-08-27T23:22:58.734Z[ host-image] Aug 27 23:22:56.886 INFO O| Aug 27 23:22:56.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84922024-08-27T23:22:58.734Z[ host-image] Aug 27 23:22:56.886 INFO O| Aug 27 23:22:56.886 INFO STEP 41 (remove_files) COMPLETE
84932024-08-27T23:22:58.736Z[ host-image] Aug 27 23:22:56.886 INFO O| Aug 27 23:22:56.886 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84942024-08-27T23:22:58.744Z[ host-image] Aug 27 23:22:56.896 INFO O| Aug 27 23:22:56.896 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84952024-08-27T23:22:58.744Z[ host-image] Aug 27 23:22:56.896 INFO O| Aug 27 23:22:56.896 INFO STEP 42 (remove_files) COMPLETE
84962024-08-27T23:22:58.746Z[ host-image] Aug 27 23:22:56.896 INFO O| Aug 27 23:22:56.896 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84972024-08-27T23:22:58.754Z[ host-image] Aug 27 23:22:56.906 INFO O| Aug 27 23:22:56.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84982024-08-27T23:22:58.754Z[ host-image] Aug 27 23:22:56.906 INFO O| Aug 27 23:22:56.906 INFO STEP 43 (remove_files) COMPLETE
84992024-08-27T23:22:58.756Z[ host-image] Aug 27 23:22:56.906 INFO O| Aug 27 23:22:56.906 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85002024-08-27T23:22:58.765Z[ host-image] Aug 27 23:22:56.916 INFO O| Aug 27 23:22:56.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85012024-08-27T23:22:58.765Z[ host-image] Aug 27 23:22:56.916 INFO O| Aug 27 23:22:56.916 INFO STEP 44 (remove_files) COMPLETE
85022024-08-27T23:22:58.765Z[ host-image] Aug 27 23:22:56.916 INFO O| Aug 27 23:22:56.916 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85032024-08-27T23:22:58.774Z[ host-image] Aug 27 23:22:56.926 INFO O| Aug 27 23:22:56.926 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85042024-08-27T23:22:58.774Z[ host-image] Aug 27 23:22:56.926 INFO O| Aug 27 23:22:56.926 INFO STEP 45 (remove_files) COMPLETE
85052024-08-27T23:22:58.774Z[ host-image] Aug 27 23:22:56.926 INFO O| Aug 27 23:22:56.926 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85062024-08-27T23:22:58.784Z[ host-image] Aug 27 23:22:56.936 INFO O| Aug 27 23:22:56.936 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85072024-08-27T23:22:58.784Z[ host-image] Aug 27 23:22:56.936 INFO O| Aug 27 23:22:56.936 INFO STEP 46 (remove_files) COMPLETE
85082024-08-27T23:22:58.787Z[ host-image] Aug 27 23:22:56.936 INFO O| Aug 27 23:22:56.936 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85092024-08-27T23:22:58.794Z[ host-image] Aug 27 23:22:56.946 INFO O| Aug 27 23:22:56.946 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85102024-08-27T23:22:58.794Z[ host-image] Aug 27 23:22:56.946 INFO O| Aug 27 23:22:56.946 INFO STEP 47 (remove_files) COMPLETE
85112024-08-27T23:22:58.794Z[ host-image] Aug 27 23:22:56.946 INFO O| Aug 27 23:22:56.946 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85122024-08-27T23:22:58.804Z[ host-image] Aug 27 23:22:56.956 INFO O| Aug 27 23:22:56.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85132024-08-27T23:22:58.804Z[ host-image] Aug 27 23:22:56.956 INFO O| Aug 27 23:22:56.956 INFO STEP 48 (remove_files) COMPLETE
85142024-08-27T23:22:58.806Z[ host-image] Aug 27 23:22:56.956 INFO O| Aug 27 23:22:56.956 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85152024-08-27T23:22:58.814Z[ host-image] Aug 27 23:22:56.966 INFO O| Aug 27 23:22:56.966 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85162024-08-27T23:22:58.814Z[ host-image] Aug 27 23:22:56.967 INFO O| Aug 27 23:22:56.966 INFO STEP 49 (remove_files) COMPLETE
85172024-08-27T23:22:58.816Z[ host-image] Aug 27 23:22:56.967 INFO O| Aug 27 23:22:56.966 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85182024-08-27T23:22:58.824Z[ host-image] Aug 27 23:22:56.977 INFO O| Aug 27 23:22:56.977 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85192024-08-27T23:22:58.827Z[ host-image] Aug 27 23:22:56.977 INFO O| Aug 27 23:22:56.977 INFO STEP 50 (remove_files) COMPLETE
85202024-08-27T23:22:58.827Z[ host-image] Aug 27 23:22:56.977 INFO O| Aug 27 23:22:56.977 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85212024-08-27T23:22:58.834Z[ host-image] Aug 27 23:22:56.987 INFO O| Aug 27 23:22:56.986 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85222024-08-27T23:22:58.834Z[ host-image] Aug 27 23:22:56.987 INFO O| Aug 27 23:22:56.987 INFO STEP 51 (remove_files) COMPLETE
85232024-08-27T23:22:58.836Z[ host-image] Aug 27 23:22:56.987 INFO O| Aug 27 23:22:56.987 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85242024-08-27T23:22:58.844Z[ host-image] Aug 27 23:22:56.996 INFO O| Aug 27 23:22:56.996 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85252024-08-27T23:22:58.844Z[ host-image] Aug 27 23:22:56.996 INFO O| Aug 27 23:22:56.996 INFO STEP 52 (remove_files) COMPLETE
85262024-08-27T23:22:58.847Z[ host-image] Aug 27 23:22:56.996 INFO O| Aug 27 23:22:56.996 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-08-27T23:22:58.856Z[ host-image] Aug 27 23:22:57.008 INFO O| Aug 27 23:22:57.008 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85282024-08-27T23:22:58.856Z[ host-image] Aug 27 23:22:57.008 INFO O| Aug 27 23:22:57.008 INFO STEP 53 (remove_files) COMPLETE
85292024-08-27T23:22:58.858Z[ host-image] Aug 27 23:22:57.008 INFO O| Aug 27 23:22:57.008 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85302024-08-27T23:22:58.866Z[ host-image] Aug 27 23:22:57.018 INFO O| Aug 27 23:22:57.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85312024-08-27T23:22:58.866Z[ host-image] Aug 27 23:22:57.018 INFO O| Aug 27 23:22:57.018 INFO STEP 54 (remove_files) COMPLETE
85322024-08-27T23:22:58.868Z[ host-image] Aug 27 23:22:57.018 INFO O| Aug 27 23:22:57.018 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85332024-08-27T23:22:58.876Z[ host-image] Aug 27 23:22:57.028 INFO O| Aug 27 23:22:57.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85342024-08-27T23:22:58.876Z[ host-image] Aug 27 23:22:57.028 INFO O| Aug 27 23:22:57.028 INFO STEP 55 (remove_files) COMPLETE
85352024-08-27T23:22:58.878Z[ host-image] Aug 27 23:22:57.028 INFO O| Aug 27 23:22:57.028 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85362024-08-27T23:22:58.886Z[ host-image] Aug 27 23:22:57.038 INFO O| Aug 27 23:22:57.038 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85372024-08-27T23:22:58.889Z[ host-image] Aug 27 23:22:57.038 INFO O| Aug 27 23:22:57.038 INFO STEP 56 (remove_files) COMPLETE
85382024-08-27T23:22:58.889Z[ host-image] Aug 27 23:22:57.038 INFO O| Aug 27 23:22:57.038 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-08-27T23:22:58.896Z[ host-image] Aug 27 23:22:57.048 INFO O| Aug 27 23:22:57.048 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85402024-08-27T23:22:58.896Z[ host-image] Aug 27 23:22:57.048 INFO O| Aug 27 23:22:57.048 INFO STEP 57 (remove_files) COMPLETE
85412024-08-27T23:22:58.899Z[ host-image] Aug 27 23:22:57.048 INFO O| Aug 27 23:22:57.048 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85422024-08-27T23:22:58.906Z[ host-image] Aug 27 23:22:57.058 INFO O| Aug 27 23:22:57.058 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85432024-08-27T23:22:58.906Z[ host-image] Aug 27 23:22:57.058 INFO O| Aug 27 23:22:57.058 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85442024-08-27T23:22:58.910Z[ host-image] Aug 27 23:22:57.058 INFO O| Aug 27 23:22:57.058 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85452024-08-27T23:22:58.910Z[ host-image] Aug 27 23:22:57.058 INFO O| Aug 27 23:22:57.058 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85462024-08-27T23:22:58.910Z[ host-image] Aug 27 23:22:57.058 INFO O| Aug 27 23:22:57.058 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85472024-08-27T23:22:58.910Z[ host-image] Aug 27 23:22:57.059 INFO O| Aug 27 23:22:57.058 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85482024-08-27T23:22:58.910Z[ host-image] Aug 27 23:22:57.059 INFO O| Aug 27 23:22:57.058 INFO ok!
85492024-08-27T23:22:58.910Z[ host-image] Aug 27 23:22:57.059 INFO O| Aug 27 23:22:57.059 INFO STEP 58 (ensure_file) COMPLETE
85502024-08-27T23:22:58.910Z[ host-image] Aug 27 23:22:57.059 INFO O| Aug 27 23:22:57.059 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85512024-08-27T23:22:58.917Z[ host-image] Aug 27 23:22:57.069 INFO O| Aug 27 23:22:57.069 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85522024-08-27T23:22:58.917Z[ host-image] Aug 27 23:22:57.069 INFO O| Aug 27 23:22:57.069 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85532024-08-27T23:22:58.919Z[ host-image] Aug 27 23:22:57.069 INFO O| Aug 27 23:22:57.069 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85542024-08-27T23:22:58.919Z[ host-image] Aug 27 23:22:57.069 INFO O| Aug 27 23:22:57.069 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85552024-08-27T23:22:58.919Z[ host-image] Aug 27 23:22:57.069 INFO O| Aug 27 23:22:57.069 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85562024-08-27T23:22:58.919Z[ host-image] Aug 27 23:22:57.069 INFO O| Aug 27 23:22:57.069 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85572024-08-27T23:22:58.919Z[ host-image] Aug 27 23:22:57.069 INFO O| Aug 27 23:22:57.069 INFO ok!
85582024-08-27T23:22:58.919Z[ host-image] Aug 27 23:22:57.069 INFO O| Aug 27 23:22:57.069 INFO STEP 59 (ensure_file) COMPLETE
85592024-08-27T23:22:58.919Z[ host-image] Aug 27 23:22:57.069 INFO O| Aug 27 23:22:57.069 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85602024-08-27T23:22:58.927Z[ host-image] Aug 27 23:22:57.079 INFO O| Aug 27 23:22:57.079 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85612024-08-27T23:22:58.927Z[ host-image] Aug 27 23:22:57.079 INFO O| Aug 27 23:22:57.079 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85622024-08-27T23:22:58.927Z[ host-image] Aug 27 23:22:57.079 INFO O| Aug 27 23:22:57.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85632024-08-27T23:22:58.930Z[ host-image] Aug 27 23:22:57.079 INFO O| Aug 27 23:22:57.079 INFO ok!
85642024-08-27T23:22:58.930Z[ host-image] Aug 27 23:22:57.080 INFO O| Aug 27 23:22:57.079 INFO STEP 60 (ensure_file) COMPLETE
85652024-08-27T23:22:58.930Z[ host-image] Aug 27 23:22:57.080 INFO O| Aug 27 23:22:57.079 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85662024-08-27T23:22:58.938Z[ host-image] Aug 27 23:22:57.090 INFO O| Aug 27 23:22:57.090 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85672024-08-27T23:22:58.938Z[ host-image] Aug 27 23:22:57.090 INFO O| Aug 27 23:22:57.090 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85682024-08-27T23:22:58.941Z[ host-image] Aug 27 23:22:57.090 INFO O| Aug 27 23:22:57.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85692024-08-27T23:22:58.941Z[ host-image] Aug 27 23:22:57.090 INFO O| Aug 27 23:22:57.090 INFO ok!
85702024-08-27T23:22:58.941Z[ host-image] Aug 27 23:22:57.090 INFO O| Aug 27 23:22:57.090 INFO STEP 61 (ensure_file) COMPLETE
85712024-08-27T23:22:58.941Z[ host-image] Aug 27 23:22:57.090 INFO O| Aug 27 23:22:57.090 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85722024-08-27T23:22:58.949Z[ host-image] Aug 27 23:22:57.101 INFO O| Aug 27 23:22:57.101 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85732024-08-27T23:22:58.949Z[ host-image] Aug 27 23:22:57.101 INFO O| Aug 27 23:22:57.101 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85742024-08-27T23:22:58.952Z[ host-image] Aug 27 23:22:57.101 INFO O| Aug 27 23:22:57.101 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85752024-08-27T23:22:58.952Z[ host-image] Aug 27 23:22:57.101 INFO O| Aug 27 23:22:57.101 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85762024-08-27T23:22:58.952Z[ host-image] Aug 27 23:22:57.101 INFO O| Aug 27 23:22:57.101 INFO ok!
85772024-08-27T23:22:58.953Z[ host-image] Aug 27 23:22:57.101 INFO O| Aug 27 23:22:57.101 INFO STEP 62 (ensure_file) COMPLETE
85782024-08-27T23:22:58.953Z[ host-image] Aug 27 23:22:57.101 INFO O| Aug 27 23:22:57.101 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-08-27T23:22:58.959Z[ host-image] Aug 27 23:22:57.111 INFO O| Aug 27 23:22:57.111 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85802024-08-27T23:22:58.960Z[ host-image] Aug 27 23:22:57.112 INFO O| Aug 27 23:22:57.111 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85812024-08-27T23:22:58.964Z[ host-image] Aug 27 23:22:57.112 INFO O| Aug 27 23:22:57.112 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85822024-08-27T23:22:58.964Z[ host-image] Aug 27 23:22:57.112 INFO O| Aug 27 23:22:57.112 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85832024-08-27T23:22:58.964Z[ host-image] Aug 27 23:22:57.112 INFO O| Aug 27 23:22:57.112 INFO ok!
85842024-08-27T23:22:58.964Z[ host-image] Aug 27 23:22:57.112 INFO O| Aug 27 23:22:57.112 INFO STEP 63 (ensure_file) COMPLETE
85852024-08-27T23:22:58.964Z[ host-image] Aug 27 23:22:57.112 INFO O| Aug 27 23:22:57.112 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-08-27T23:22:58.970Z[ host-image] Aug 27 23:22:57.122 INFO O| Aug 27 23:22:57.122 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85872024-08-27T23:22:58.970Z[ host-image] Aug 27 23:22:57.122 INFO O| Aug 27 23:22:57.122 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85882024-08-27T23:22:58.973Z[ host-image] Aug 27 23:22:57.122 INFO O| Aug 27 23:22:57.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85892024-08-27T23:22:58.973Z[ host-image] Aug 27 23:22:57.123 INFO O| Aug 27 23:22:57.122 INFO ok!
85902024-08-27T23:22:58.973Z[ host-image] Aug 27 23:22:57.123 INFO O| Aug 27 23:22:57.123 INFO STEP 64 (assemble_files) COMPLETE
85912024-08-27T23:22:58.973Z[ host-image] Aug 27 23:22:57.123 INFO O| Aug 27 23:22:57.123 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-08-27T23:22:58.981Z[ host-image] Aug 27 23:22:57.133 INFO O| Aug 27 23:22:57.133 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85932024-08-27T23:22:58.981Z[ host-image] Aug 27 23:22:57.133 INFO O| Aug 27 23:22:57.133 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85942024-08-27T23:22:58.983Z[ host-image] Aug 27 23:22:57.133 INFO O| Aug 27 23:22:57.133 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85952024-08-27T23:22:58.983Z[ host-image] Aug 27 23:22:57.133 INFO O| Aug 27 23:22:57.133 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85962024-08-27T23:22:58.983Z[ host-image] Aug 27 23:22:57.133 INFO O| Aug 27 23:22:57.133 INFO ok!
85972024-08-27T23:22:58.983Z[ host-image] Aug 27 23:22:57.133 INFO O| Aug 27 23:22:57.133 INFO STEP 65 (ensure_file) COMPLETE
85982024-08-27T23:22:58.983Z[ host-image] Aug 27 23:22:57.133 INFO O| Aug 27 23:22:57.133 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-08-27T23:22:58.991Z[ host-image] Aug 27 23:22:57.143 INFO O| Aug 27 23:22:57.143 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86002024-08-27T23:22:58.993Z[ host-image] Aug 27 23:22:57.143 INFO O| Aug 27 23:22:57.143 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86012024-08-27T23:22:58.993Z[ host-image] Aug 27 23:22:57.143 INFO O| Aug 27 23:22:57.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86022024-08-27T23:22:58.993Z[ host-image] Aug 27 23:22:57.143 INFO O| Aug 27 23:22:57.143 INFO STEP 66 (ensure_dir) COMPLETE
86032024-08-27T23:22:58.993Z[ host-image] Aug 27 23:22:57.143 INFO O| Aug 27 23:22:57.143 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-08-27T23:22:59.001Z[ host-image] Aug 27 23:22:57.153 INFO O| Aug 27 23:22:57.153 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86052024-08-27T23:22:59.001Z[ host-image] Aug 27 23:22:57.153 INFO O| Aug 27 23:22:57.153 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 ...
86062024-08-27T23:22:59.008Z[ host-image] Aug 27 23:22:57.160 INFO O| Aug 27 23:22:57.160 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
86072024-08-27T23:22:59.008Z[ host-image] Aug 27 23:22:57.161 INFO O| Aug 27 23:22:57.160 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86082024-08-27T23:22:59.011Z[ host-image] Aug 27 23:22:57.161 INFO O| Aug 27 23:22:57.160 INFO ok!
86092024-08-27T23:22:59.011Z[ host-image] Aug 27 23:22:57.161 INFO O| Aug 27 23:22:57.161 INFO STEP 67 (ensure_file) COMPLETE
86102024-08-27T23:22:59.011Z[ host-image] Aug 27 23:22:57.161 INFO O| Aug 27 23:22:57.161 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86112024-08-27T23:22:59.020Z[ host-image] Aug 27 23:22:57.172 INFO O| Aug 27 23:22:57.172 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86122024-08-27T23:22:59.020Z[ host-image] Aug 27 23:22:57.172 INFO O| Aug 27 23:22:57.172 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 ...
86132024-08-27T23:22:59.022Z[ host-image] Aug 27 23:22:57.172 INFO O| Aug 27 23:22:57.172 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
86142024-08-27T23:22:59.022Z[ host-image] Aug 27 23:22:57.172 INFO O| Aug 27 23:22:57.172 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86152024-08-27T23:22:59.022Z[ host-image] Aug 27 23:22:57.172 INFO O| Aug 27 23:22:57.172 INFO ok!
86162024-08-27T23:22:59.022Z[ host-image] Aug 27 23:22:57.172 INFO O| Aug 27 23:22:57.172 INFO STEP 68 (ensure_file) COMPLETE
86172024-08-27T23:22:59.022Z[ host-image] Aug 27 23:22:57.172 INFO O| Aug 27 23:22:57.172 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-08-27T23:22:59.037Z[ host-image] Aug 27 23:22:57.189 INFO O| Aug 27 23:22:57.189 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86192024-08-27T23:22:59.037Z[ host-image] Aug 27 23:22:57.189 INFO O| Aug 27 23:22:57.189 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86202024-08-27T23:23:01.118Z[ host-image] Aug 27 23:22:59.268 INFO O| Aug 27 23:22:59.268 INFO STEP 69 (pack_tar) COMPLETE
86212024-08-27T23:23:01.118Z[ host-image] Aug 27 23:22:59.268 INFO O| Aug 27 23:22:59.268 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86222024-08-27T23:23:01.120Z[ host-image] Aug 27 23:22:59.268 INFO O| Aug 27 23:22:59.268 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86232024-08-27T23:23:01.356Z[ host-image] Aug 27 23:22:59.507 INFO O| Aug 27 23:22:59.507 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86242024-08-27T23:23:01.428Z[ host-image] Aug 27 23:22:59.580 INFO O| Aug 27 23:22:59.579 INFO completed processing gimlet/ramdisk-02-trim
86252024-08-27T23:23:01.431Z[ host-image] Aug 27 23:22:59.582 INFO image builder template: zfs...
86262024-08-27T23:23:01.431Z[ host-image] Aug 27 23:22:59.582 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/.tmpudd7zb/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
86272024-08-27T23:23:01.449Z[ host-image] Aug 27 23:22:59.600 INFO O| Aug 27 23:22:59.600 INFO skip include "stress" because feature "stress" is not enabled
86282024-08-27T23:23:01.483Z[ host-image] Aug 27 23:22:59.634 INFO O| Aug 27 23:22:59.634 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86292024-08-27T23:23:01.487Z[ host-image] Aug 27 23:22:59.638 INFO O| Aug 27 23:22:59.638 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86302024-08-27T23:23:01.568Z[ host-image] Aug 27 23:22:59.720 INFO O| Aug 27 23:22:59.720 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86312024-08-27T23:23:01.636Z[ host-image] Aug 27 23:22:59.787 INFO O| Aug 27 23:22:59.787 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86322024-08-27T23:23:01.636Z[ host-image] Aug 27 23:22:59.787 INFO O| Aug 27 23:22:59.787 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86332024-08-27T23:23:01.640Z[ host-image] Aug 27 23:22:59.791 INFO O| Aug 27 23:22:59.791 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86342024-08-27T23:23:01.719Z[ host-image] Aug 27 23:22:59.870 INFO O| Aug 27 23:22:59.870 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86352024-08-27T23:23:01.787Z[ host-image] Aug 27 23:22:59.938 INFO O| Aug 27 23:22:59.938 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86362024-08-27T23:23:01.796Z[ host-image] Aug 27 23:22:59.947 INFO O| Aug 27 23:22:59.947 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86372024-08-27T23:23:01.802Z[ host-image] Aug 27 23:22:59.952 INFO O| Aug 27 23:22:59.952 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86382024-08-27T23:23:01.805Z[ host-image] Aug 27 23:22:59.952 INFO O| Aug 27 23:22:59.952 INFO no lofi found
86392024-08-27T23:23:01.805Z[ host-image] Aug 27 23:22:59.952 INFO O| Aug 27 23:22:59.952 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86402024-08-27T23:23:01.805Z[ host-image] Aug 27 23:22:59.952 INFO O| Aug 27 23:22:59.952 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86412024-08-27T23:23:03.860Z[ host-image] Aug 27 23:23:02.011 INFO O| Aug 27 23:23:02.011 INFO lofi device = /dev/dsk/c2t1d0p0
86422024-08-27T23:23:03.860Z[ host-image] Aug 27 23:23:02.011 INFO O| Aug 27 23:23:02.011 INFO pool device = /dev/dsk/c2t1d0p0
86432024-08-27T23:23:03.860Z[ host-image] Aug 27 23:23:02.011 INFO O| Aug 27 23:23:02.011 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"]
86442024-08-27T23:23:03.935Z[ host-image] Aug 27 23:23:02.086 INFO O| Aug 27 23:23:02.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86452024-08-27T23:23:03.935Z[ host-image] Aug 27 23:23:02.086 INFO O| Aug 27 23:23:02.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86462024-08-27T23:23:03.955Z[ host-image] Aug 27 23:23:02.106 INFO O| Aug 27 23:23:02.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86472024-08-27T23:23:04.014Z[ host-image] Aug 27 23:23:02.165 INFO O| Aug 27 23:23:02.164 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86482024-08-27T23:23:04.051Z[ host-image] Aug 27 23:23:02.202 INFO O| Aug 27 23:23:02.202 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86492024-08-27T23:23:04.065Z[ host-image] Aug 27 23:23:02.216 INFO O| Aug 27 23:23:02.216 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86502024-08-27T23:23:04.076Z[ host-image] Aug 27 23:23:02.226 INFO O| Aug 27 23:23:02.226 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86512024-08-27T23:23:04.122Z[ host-image] Aug 27 23:23:02.272 INFO O| Aug 27 23:23:02.272 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86522024-08-27T23:23:04.122Z[ host-image] Aug 27 23:23:02.272 INFO O| Aug 27 23:23:02.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86532024-08-27T23:23:04.124Z[ host-image] Aug 27 23:23:02.272 INFO O| Aug 27 23:23:02.272 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86542024-08-27T23:23:04.130Z[ host-image] Aug 27 23:23:02.281 INFO O| Aug 27 23:23:02.281 INFO boot environment UUID: 0487961e-a2e5-48ee-8f0b-8260e0980e43
86552024-08-27T23:23:04.130Z[ host-image] Aug 27 23:23:02.281 INFO O| Aug 27 23:23:02.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0487961e-a2e5-48ee-8f0b-8260e0980e43
86562024-08-27T23:23:04.140Z[ host-image] Aug 27 23:23:02.291 INFO O| Aug 27 23:23:02.291 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86572024-08-27T23:23:04.151Z[ host-image] Aug 27 23:23:02.301 INFO O| Aug 27 23:23:02.301 INFO STEP 0 (create_be) COMPLETE
86582024-08-27T23:23:04.151Z[ host-image] Aug 27 23:23:02.301 INFO O| Aug 27 23:23:02.301 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86592024-08-27T23:23:04.166Z[ host-image] Aug 27 23:23:02.316 INFO O| Aug 27 23:23:02.316 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86602024-08-27T23:23:07.575Z[ recovery-image] Aug 27 23:23:05.725 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)
86612024-08-27T23:23:10.444Z[ recovery-image] Aug 27 23:23:08.594 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)
86622024-08-27T23:23:14.994Z[ recovery-image] Aug 27 23:23:13.142 INFO E| Compiling bitflags v1.3.2
86632024-08-27T23:23:14.994Z[ recovery-image] Aug 27 23:23:13.142 INFO E| Compiling plain v0.2.3
86642024-08-27T23:23:14.994Z[ recovery-image] Aug 27 23:23:13.142 INFO E| Compiling log v0.4.21
86652024-08-27T23:23:14.996Z[ recovery-image] Aug 27 23:23:13.142 INFO E| Compiling scroll v0.12.0
86662024-08-27T23:23:14.996Z[ recovery-image] Aug 27 23:23:13.142 INFO E| Compiling adler v1.0.2
86672024-08-27T23:23:14.996Z[ recovery-image] Aug 27 23:23:13.142 INFO E| Compiling bit_field v0.10.2
86682024-08-27T23:23:14.996Z[ recovery-image] Aug 27 23:23:13.142 INFO E| Compiling static_assertions v1.1.0
86692024-08-27T23:23:15.081Z[ recovery-image] Aug 27 23:23:13.229 INFO E| Compiling raw-cpuid v10.7.0
86702024-08-27T23:23:15.088Z[ recovery-image] Aug 27 23:23:13.236 INFO E| Compiling cpio_reader v0.1.1
86712024-08-27T23:23:15.146Z[ recovery-image] Aug 27 23:23:13.294 INFO E| Compiling miniz_oxide v0.7.2
86722024-08-27T23:23:15.257Z[ recovery-image] Aug 27 23:23:13.405 INFO E| Compiling bitstruct v0.1.1
86732024-08-27T23:23:15.748Z[ recovery-image] Aug 27 23:23:13.896 INFO E| Compiling goblin v0.8.0
86742024-08-27T23:23:25.362Z[ recovery-image] Aug 27 23:23:23.507 INFO E| Finished `release` profile [optimized] target(s) in 41.01s
86752024-08-27T23:23:25.387Z[ recovery-image] Aug 27 23:23:23.533 INFO building host image...
86762024-08-27T23:23:25.390Z[ recovery-image] Aug 27 23:23:23.533 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")
86772024-08-27T23:23:25.966Z[ host-image] Aug 27 23:23:24.111 INFO O| Aug 27 23:23:24.111 INFO STEP 1 (unpack_tar) COMPLETE
86782024-08-27T23:23:25.966Z[ host-image] Aug 27 23:23:24.111 INFO O| Aug 27 23:23:24.111 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86792024-08-27T23:23:25.979Z[ host-image] Aug 27 23:23:24.124 INFO O| Aug 27 23:23:24.124 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86802024-08-27T23:23:25.995Z[ recovery-image] Aug 27 23:23:24.140 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
86812024-08-27T23:23:26.246Z[ host-image] Aug 27 23:23:24.391 INFO O| Aug 27 23:23:24.391 INFO STEP 2 (devfsadm) COMPLETE
86822024-08-27T23:23:26.248Z[ host-image] Aug 27 23:23:24.391 INFO O| Aug 27 23:23:24.391 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86832024-08-27T23:23:26.258Z[ host-image] Aug 27 23:23:24.403 INFO O| Aug 27 23:23:24.403 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86842024-08-27T23:23:26.260Z[ host-image] Aug 27 23:23:24.403 INFO O| Aug 27 23:23:24.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86852024-08-27T23:23:26.260Z[ host-image] Aug 27 23:23:24.403 INFO O| Aug 27 23:23:24.403 INFO STEP 3 (ensure_dir) COMPLETE
86862024-08-27T23:23:26.260Z[ host-image] Aug 27 23:23:24.403 INFO O| Aug 27 23:23:24.403 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86872024-08-27T23:23:26.269Z[ host-image] Aug 27 23:23:24.414 INFO O| Aug 27 23:23:24.414 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86882024-08-27T23:23:26.269Z[ host-image] Aug 27 23:23:24.414 INFO O| Aug 27 23:23:24.414 INFO STEP 4 (ensure_dir) COMPLETE
86892024-08-27T23:23:26.269Z[ host-image] Aug 27 23:23:24.414 INFO O| Aug 27 23:23:24.414 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86902024-08-27T23:23:26.279Z[ host-image] Aug 27 23:23:24.424 INFO O| Aug 27 23:23:24.424 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86912024-08-27T23:23:26.279Z[ host-image] Aug 27 23:23:24.424 INFO O| Aug 27 23:23:24.424 INFO STEP 5 (ensure_dir) COMPLETE
86922024-08-27T23:23:26.281Z[ host-image] Aug 27 23:23:24.424 INFO O| Aug 27 23:23:24.424 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86932024-08-27T23:23:26.288Z[ host-image] Aug 27 23:23:24.433 INFO O| Aug 27 23:23:24.433 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86942024-08-27T23:23:26.288Z[ host-image] Aug 27 23:23:24.434 INFO O| Aug 27 23:23:24.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86952024-08-27T23:23:26.290Z[ host-image] Aug 27 23:23:24.434 INFO O| Aug 27 23:23:24.434 INFO STEP 6 (ensure_dir) COMPLETE
86962024-08-27T23:23:26.290Z[ host-image] Aug 27 23:23:24.434 INFO O| Aug 27 23:23:24.434 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86972024-08-27T23:23:26.298Z[ host-image] Aug 27 23:23:24.443 INFO O| Aug 27 23:23:24.443 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86982024-08-27T23:23:26.298Z[ host-image] Aug 27 23:23:24.443 INFO O| Aug 27 23:23:24.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86992024-08-27T23:23:26.298Z[ host-image] Aug 27 23:23:24.443 INFO O| Aug 27 23:23:24.443 INFO STEP 7 (ensure_dir) COMPLETE
87002024-08-27T23:23:26.300Z[ host-image] Aug 27 23:23:24.443 INFO O| Aug 27 23:23:24.443 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87012024-08-27T23:23:26.307Z[ host-image] Aug 27 23:23:24.452 INFO O| Aug 27 23:23:24.452 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87022024-08-27T23:23:26.309Z[ host-image] Aug 27 23:23:24.453 INFO O| Aug 27 23:23:24.453 INFO STEP 8 (remove_files) COMPLETE
87032024-08-27T23:23:26.309Z[ host-image] Aug 27 23:23:24.453 INFO O| Aug 27 23:23:24.453 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87042024-08-27T23:23:26.317Z[ host-image] Aug 27 23:23:24.462 INFO O| Aug 27 23:23:24.462 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87052024-08-27T23:23:26.319Z[ host-image] Aug 27 23:23:24.463 INFO O| Aug 27 23:23:24.463 INFO STEP 9 (remove_files) COMPLETE
87062024-08-27T23:23:26.319Z[ host-image] Aug 27 23:23:24.463 INFO O| Aug 27 23:23:24.463 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87072024-08-27T23:23:26.327Z[ host-image] Aug 27 23:23:24.472 INFO O| Aug 27 23:23:24.472 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87082024-08-27T23:23:26.330Z[ host-image] Aug 27 23:23:24.473 INFO O| Aug 27 23:23:24.473 INFO STEP 10 (remove_files) COMPLETE
87092024-08-27T23:23:26.330Z[ host-image] Aug 27 23:23:24.473 INFO O| Aug 27 23:23:24.473 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87102024-08-27T23:23:26.337Z[ host-image] Aug 27 23:23:24.482 INFO O| Aug 27 23:23:24.482 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87112024-08-27T23:23:26.339Z[ host-image] Aug 27 23:23:24.483 INFO O| Aug 27 23:23:24.483 INFO STEP 11 (remove_files) COMPLETE
87122024-08-27T23:23:26.339Z[ host-image] Aug 27 23:23:24.483 INFO O| Aug 27 23:23:24.483 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87132024-08-27T23:23:26.347Z[ host-image] Aug 27 23:23:24.492 INFO O| Aug 27 23:23:24.492 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87142024-08-27T23:23:26.349Z[ host-image] Aug 27 23:23:24.492 INFO O| Aug 27 23:23:24.492 INFO STEP 12 (remove_files) COMPLETE
87152024-08-27T23:23:26.349Z[ host-image] Aug 27 23:23:24.492 INFO O| Aug 27 23:23:24.492 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87162024-08-27T23:23:26.357Z[ host-image] Aug 27 23:23:24.502 INFO O| Aug 27 23:23:24.502 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87172024-08-27T23:23:26.357Z[ host-image] Aug 27 23:23:24.502 INFO O| Aug 27 23:23:24.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87182024-08-27T23:23:26.359Z[ host-image] Aug 27 23:23:24.502 INFO O| Aug 27 23:23:24.502 INFO STEP 13 (ensure_dir) COMPLETE
87192024-08-27T23:23:26.359Z[ host-image] Aug 27 23:23:24.502 INFO O| Aug 27 23:23:24.502 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87202024-08-27T23:23:26.366Z[ host-image] Aug 27 23:23:24.511 INFO O| Aug 27 23:23:24.511 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87212024-08-27T23:23:26.368Z[ host-image] Aug 27 23:23:24.511 INFO O| Aug 27 23:23:24.511 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87222024-08-27T23:23:26.369Z[ host-image] Aug 27 23:23:24.512 INFO O| Aug 27 23:23:24.512 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87232024-08-27T23:23:26.369Z[ host-image] Aug 27 23:23:24.512 INFO O| Aug 27 23:23:24.512 INFO STEP 14 (ensure_dir) COMPLETE
87242024-08-27T23:23:26.369Z[ host-image] Aug 27 23:23:24.512 INFO O| Aug 27 23:23:24.512 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87252024-08-27T23:23:26.376Z[ host-image] Aug 27 23:23:24.521 INFO O| Aug 27 23:23:24.521 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87262024-08-27T23:23:26.376Z[ host-image] Aug 27 23:23:24.521 INFO O| Aug 27 23:23:24.521 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87272024-08-27T23:23:26.376Z[ host-image] Aug 27 23:23:24.521 INFO O| Aug 27 23:23:24.521 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87282024-08-27T23:23:26.378Z[ host-image] Aug 27 23:23:24.521 INFO O| Aug 27 23:23:24.521 INFO STEP 15 (ensure_dir) COMPLETE
87292024-08-27T23:23:26.378Z[ host-image] Aug 27 23:23:24.521 INFO O| Aug 27 23:23:24.521 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87302024-08-27T23:23:26.385Z[ host-image] Aug 27 23:23:24.531 INFO O| Aug 27 23:23:24.531 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87312024-08-27T23:23:26.388Z[ host-image] Aug 27 23:23:24.531 INFO O| Aug 27 23:23:24.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87322024-08-27T23:23:26.388Z[ host-image] Aug 27 23:23:24.531 INFO O| Aug 27 23:23:24.531 INFO STEP 16 (ensure_dir) COMPLETE
87332024-08-27T23:23:26.388Z[ host-image] Aug 27 23:23:24.531 INFO O| Aug 27 23:23:24.531 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87342024-08-27T23:23:26.395Z[ host-image] Aug 27 23:23:24.540 INFO O| Aug 27 23:23:24.540 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87352024-08-27T23:23:26.395Z[ host-image] Aug 27 23:23:24.540 INFO O| Aug 27 23:23:24.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87362024-08-27T23:23:26.397Z[ host-image] Aug 27 23:23:24.540 INFO O| Aug 27 23:23:24.540 INFO STEP 17 (ensure_dir) COMPLETE
87372024-08-27T23:23:26.397Z[ host-image] Aug 27 23:23:24.540 INFO O| Aug 27 23:23:24.540 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87382024-08-27T23:23:26.404Z[ host-image] Aug 27 23:23:24.550 INFO O| Aug 27 23:23:24.550 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87392024-08-27T23:23:26.404Z[ host-image] Aug 27 23:23:24.550 INFO O| Aug 27 23:23:24.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87402024-08-27T23:23:26.407Z[ host-image] Aug 27 23:23:24.550 INFO O| Aug 27 23:23:24.550 INFO ok!
87412024-08-27T23:23:26.407Z[ host-image] Aug 27 23:23:24.550 INFO O| Aug 27 23:23:24.550 INFO STEP 18 (ensure_symlink) COMPLETE
87422024-08-27T23:23:26.407Z[ host-image] Aug 27 23:23:24.550 INFO O| Aug 27 23:23:24.550 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87432024-08-27T23:23:26.415Z[ host-image] Aug 27 23:23:24.559 INFO O| Aug 27 23:23:24.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87442024-08-27T23:23:26.415Z[ host-image] Aug 27 23:23:24.559 INFO O| Aug 27 23:23:24.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
87452024-08-27T23:23:26.418Z[ host-image] Aug 27 23:23:24.559 INFO O| Aug 27 23:23:24.559 INFO ok!
87462024-08-27T23:23:26.418Z[ host-image] Aug 27 23:23:24.559 INFO O| Aug 27 23:23:24.559 INFO STEP 19 (ensure_file) COMPLETE
87472024-08-27T23:23:26.418Z[ host-image] Aug 27 23:23:24.559 INFO O| Aug 27 23:23:24.559 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87482024-08-27T23:23:26.424Z[ host-image] Aug 27 23:23:24.569 INFO O| Aug 27 23:23:24.569 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
87492024-08-27T23:23:26.424Z[ host-image] Aug 27 23:23:24.569 INFO O| Aug 27 23:23:24.569 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87502024-08-27T23:23:26.426Z[ host-image] Aug 27 23:23:24.569 INFO O| Aug 27 23:23:24.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87512024-08-27T23:23:26.426Z[ host-image] Aug 27 23:23:24.569 INFO O| Aug 27 23:23:24.569 INFO ok!
87522024-08-27T23:23:26.426Z[ host-image] Aug 27 23:23:24.569 INFO O| Aug 27 23:23:24.569 INFO STEP 20 (ensure_symlink) COMPLETE
87532024-08-27T23:23:26.426Z[ host-image] Aug 27 23:23:24.569 INFO O| Aug 27 23:23:24.569 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87542024-08-27T23:23:26.433Z[ host-image] Aug 27 23:23:24.579 INFO O| Aug 27 23:23:24.579 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87552024-08-27T23:23:26.433Z[ host-image] Aug 27 23:23:24.579 INFO O| Aug 27 23:23:24.579 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87562024-08-27T23:23:26.436Z[ host-image] Aug 27 23:23:24.579 INFO O| Aug 27 23:23:24.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87572024-08-27T23:23:26.436Z[ host-image] Aug 27 23:23:24.579 INFO O| Aug 27 23:23:24.579 INFO ok!
87582024-08-27T23:23:26.436Z[ host-image] Aug 27 23:23:24.579 INFO O| Aug 27 23:23:24.579 INFO STEP 21 (ensure_symlink) COMPLETE
87592024-08-27T23:23:26.436Z[ host-image] Aug 27 23:23:24.579 INFO O| Aug 27 23:23:24.579 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87602024-08-27T23:23:26.443Z[ host-image] Aug 27 23:23:24.588 INFO O| Aug 27 23:23:24.588 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87612024-08-27T23:23:26.443Z[ host-image] Aug 27 23:23:24.588 INFO O| Aug 27 23:23:24.588 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87622024-08-27T23:23:26.445Z[ host-image] Aug 27 23:23:24.588 INFO O| Aug 27 23:23:24.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87632024-08-27T23:23:26.445Z[ host-image] Aug 27 23:23:24.588 INFO O| Aug 27 23:23:24.588 INFO ok!
87642024-08-27T23:23:26.445Z[ host-image] Aug 27 23:23:24.588 INFO O| Aug 27 23:23:24.588 INFO STEP 22 (ensure_symlink) COMPLETE
87652024-08-27T23:23:26.445Z[ host-image] Aug 27 23:23:24.588 INFO O| Aug 27 23:23:24.588 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87662024-08-27T23:23:26.452Z[ host-image] Aug 27 23:23:24.598 INFO O| Aug 27 23:23:24.598 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87672024-08-27T23:23:26.452Z[ host-image] Aug 27 23:23:24.598 INFO O| Aug 27 23:23:24.598 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87682024-08-27T23:23:26.455Z[ host-image] Aug 27 23:23:24.598 INFO O| Aug 27 23:23:24.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87692024-08-27T23:23:26.456Z[ host-image] Aug 27 23:23:24.598 INFO O| Aug 27 23:23:24.598 INFO ok!
87702024-08-27T23:23:26.456Z[ host-image] Aug 27 23:23:24.598 INFO O| Aug 27 23:23:24.598 INFO STEP 23 (ensure_symlink) COMPLETE
87712024-08-27T23:23:26.456Z[ host-image] Aug 27 23:23:24.598 INFO O| Aug 27 23:23:24.598 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87722024-08-27T23:23:26.462Z[ host-image] Aug 27 23:23:24.607 INFO O| Aug 27 23:23:24.607 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87732024-08-27T23:23:26.464Z[ host-image] Aug 27 23:23:24.607 INFO O| Aug 27 23:23:24.607 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87742024-08-27T23:23:26.464Z[ host-image] Aug 27 23:23:24.608 INFO O| Aug 27 23:23:24.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87752024-08-27T23:23:26.464Z[ host-image] Aug 27 23:23:24.608 INFO O| Aug 27 23:23:24.608 INFO ok!
87762024-08-27T23:23:26.464Z[ host-image] Aug 27 23:23:24.608 INFO O| Aug 27 23:23:24.608 INFO STEP 24 (ensure_file) COMPLETE
87772024-08-27T23:23:26.464Z[ host-image] Aug 27 23:23:24.608 INFO O| Aug 27 23:23:24.608 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87782024-08-27T23:23:26.472Z[ host-image] Aug 27 23:23:24.617 INFO O| Aug 27 23:23:24.617 INFO updating shadow file
87792024-08-27T23:23:26.474Z[ host-image] Aug 27 23:23:24.617 INFO O| Aug 27 23:23:24.617 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87802024-08-27T23:23:26.474Z[ host-image] Aug 27 23:23:24.617 INFO O| Aug 27 23:23:24.617 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87812024-08-27T23:23:26.474Z[ host-image] Aug 27 23:23:24.617 INFO O| Aug 27 23:23:24.617 INFO STEP 25 (shadow) COMPLETE
87822024-08-27T23:23:26.474Z[ host-image] Aug 27 23:23:24.617 INFO O| Aug 27 23:23:24.617 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87832024-08-27T23:23:26.482Z[ host-image] Aug 27 23:23:24.627 INFO O| Aug 27 23:23:24.627 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87842024-08-27T23:23:26.484Z[ host-image] Aug 27 23:23:24.627 INFO O| Aug 27 23:23:24.627 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87852024-08-27T23:23:26.484Z[ host-image] Aug 27 23:23:24.627 INFO O| Aug 27 23:23:24.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87862024-08-27T23:23:26.484Z[ host-image] Aug 27 23:23:24.627 INFO O| Aug 27 23:23:24.627 INFO ok!
87872024-08-27T23:23:26.484Z[ host-image] Aug 27 23:23:24.627 INFO O| Aug 27 23:23:24.627 INFO STEP 26 (ensure_file) COMPLETE
87882024-08-27T23:23:26.484Z[ host-image] Aug 27 23:23:24.627 INFO O| Aug 27 23:23:24.627 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87892024-08-27T23:23:26.491Z[ host-image] Aug 27 23:23:24.637 INFO O| Aug 27 23:23:24.637 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87902024-08-27T23:23:26.491Z[ host-image] Aug 27 23:23:24.637 INFO O| Aug 27 23:23:24.637 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87912024-08-27T23:23:26.494Z[ host-image] Aug 27 23:23:24.637 INFO O| Aug 27 23:23:24.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87922024-08-27T23:23:26.494Z[ host-image] Aug 27 23:23:24.637 INFO O| Aug 27 23:23:24.637 INFO ok!
87932024-08-27T23:23:26.494Z[ host-image] Aug 27 23:23:24.637 INFO O| Aug 27 23:23:24.637 INFO STEP 27 (ensure_file) COMPLETE
87942024-08-27T23:23:26.494Z[ host-image] Aug 27 23:23:24.637 INFO O| Aug 27 23:23:24.637 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87952024-08-27T23:23:26.501Z[ host-image] Aug 27 23:23:24.646 INFO O| Aug 27 23:23:24.646 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87962024-08-27T23:23:26.501Z[ host-image] Aug 27 23:23:24.647 INFO O| Aug 27 23:23:24.647 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87972024-08-27T23:23:26.504Z[ host-image] Aug 27 23:23:24.647 INFO O| Aug 27 23:23:24.647 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87982024-08-27T23:23:26.504Z[ host-image] Aug 27 23:23:24.647 INFO O| Aug 27 23:23:24.647 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87992024-08-27T23:23:26.504Z[ host-image] Aug 27 23:23:24.647 INFO O| Aug 27 23:23:24.647 INFO ok!
88002024-08-27T23:23:26.504Z[ host-image] Aug 27 23:23:24.647 INFO O| Aug 27 23:23:24.647 INFO STEP 28 (ensure_file) COMPLETE
88012024-08-27T23:23:26.504Z[ host-image] Aug 27 23:23:24.647 INFO O| Aug 27 23:23:24.647 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88022024-08-27T23:23:26.511Z[ host-image] Aug 27 23:23:24.656 INFO O| Aug 27 23:23:24.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88032024-08-27T23:23:26.513Z[ host-image] Aug 27 23:23:24.656 INFO O| Aug 27 23:23:24.656 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88042024-08-27T23:23:26.513Z[ host-image] Aug 27 23:23:24.656 INFO O| Aug 27 23:23:24.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88052024-08-27T23:23:26.513Z[ host-image] Aug 27 23:23:24.656 INFO O| Aug 27 23:23:24.656 INFO ok!
88062024-08-27T23:23:26.513Z[ host-image] Aug 27 23:23:24.656 INFO O| Aug 27 23:23:24.656 INFO STEP 29 (ensure_file) COMPLETE
88072024-08-27T23:23:26.513Z[ host-image] Aug 27 23:23:24.656 INFO O| Aug 27 23:23:24.656 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88082024-08-27T23:23:26.521Z[ host-image] Aug 27 23:23:24.666 INFO O| Aug 27 23:23:24.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88092024-08-27T23:23:26.521Z[ host-image] Aug 27 23:23:24.666 INFO O| Aug 27 23:23:24.666 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88102024-08-27T23:23:26.523Z[ host-image] Aug 27 23:23:24.666 INFO O| Aug 27 23:23:24.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88112024-08-27T23:23:26.523Z[ host-image] Aug 27 23:23:24.666 INFO O| Aug 27 23:23:24.666 INFO ok!
88122024-08-27T23:23:26.523Z[ host-image] Aug 27 23:23:24.666 INFO O| Aug 27 23:23:24.666 INFO STEP 30 (ensure_file) COMPLETE
88132024-08-27T23:23:26.523Z[ host-image] Aug 27 23:23:24.666 INFO O| Aug 27 23:23:24.666 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88142024-08-27T23:23:26.530Z[ host-image] Aug 27 23:23:24.676 INFO O| Aug 27 23:23:24.676 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88152024-08-27T23:23:26.530Z[ host-image] Aug 27 23:23:24.676 INFO O| Aug 27 23:23:24.676 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88162024-08-27T23:23:26.533Z[ host-image] Aug 27 23:23:24.676 INFO O| Aug 27 23:23:24.676 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88172024-08-27T23:23:26.533Z[ host-image] Aug 27 23:23:24.676 INFO O| Aug 27 23:23:24.676 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88182024-08-27T23:23:26.533Z[ host-image] Aug 27 23:23:24.676 INFO O| Aug 27 23:23:24.676 INFO ok!
88192024-08-27T23:23:26.533Z[ host-image] Aug 27 23:23:24.676 INFO O| Aug 27 23:23:24.676 INFO STEP 31 (ensure_file) COMPLETE
88202024-08-27T23:23:26.533Z[ host-image] Aug 27 23:23:24.676 INFO O| Aug 27 23:23:24.676 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88212024-08-27T23:23:26.540Z[ host-image] Aug 27 23:23:24.686 INFO O| Aug 27 23:23:24.686 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88222024-08-27T23:23:26.541Z[ host-image] Aug 27 23:23:24.686 INFO O| Aug 27 23:23:24.686 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88232024-08-27T23:23:26.543Z[ host-image] Aug 27 23:23:24.686 INFO O| Aug 27 23:23:24.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88242024-08-27T23:23:26.543Z[ host-image] Aug 27 23:23:24.686 INFO O| Aug 27 23:23:24.686 INFO ok!
88252024-08-27T23:23:26.543Z[ host-image] Aug 27 23:23:24.686 INFO O| Aug 27 23:23:24.686 INFO STEP 32 (ensure_file) COMPLETE
88262024-08-27T23:23:26.543Z[ host-image] Aug 27 23:23:24.686 INFO O| Aug 27 23:23:24.686 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88272024-08-27T23:23:26.550Z[ host-image] Aug 27 23:23:24.695 INFO O| Aug 27 23:23:24.695 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88282024-08-27T23:23:26.550Z[ host-image] Aug 27 23:23:24.695 INFO O| Aug 27 23:23:24.695 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88292024-08-27T23:23:26.552Z[ host-image] Aug 27 23:23:24.696 INFO O| Aug 27 23:23:24.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88302024-08-27T23:23:26.552Z[ host-image] Aug 27 23:23:24.696 INFO O| Aug 27 23:23:24.696 INFO ok!
88312024-08-27T23:23:26.552Z[ host-image] Aug 27 23:23:24.696 INFO O| Aug 27 23:23:24.696 INFO STEP 33 (ensure_file) COMPLETE
88322024-08-27T23:23:26.552Z[ host-image] Aug 27 23:23:24.696 INFO O| Aug 27 23:23:24.696 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88332024-08-27T23:23:26.560Z[ host-image] Aug 27 23:23:24.705 INFO O| Aug 27 23:23:24.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88342024-08-27T23:23:26.560Z[ host-image] Aug 27 23:23:24.705 INFO O| Aug 27 23:23:24.705 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88352024-08-27T23:23:26.562Z[ host-image] Aug 27 23:23:24.705 INFO O| Aug 27 23:23:24.705 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88362024-08-27T23:23:26.562Z[ host-image] Aug 27 23:23:24.706 INFO O| Aug 27 23:23:24.706 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88372024-08-27T23:23:26.563Z[ host-image] Aug 27 23:23:24.706 INFO O| Aug 27 23:23:24.706 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88382024-08-27T23:23:26.563Z[ host-image] Aug 27 23:23:24.706 INFO O| Aug 27 23:23:24.706 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88392024-08-27T23:23:26.563Z[ host-image] Aug 27 23:23:24.706 INFO O| Aug 27 23:23:24.706 INFO ok!
88402024-08-27T23:23:26.563Z[ host-image] Aug 27 23:23:24.706 INFO O| Aug 27 23:23:24.706 INFO STEP 34 (ensure_file) COMPLETE
88412024-08-27T23:23:26.563Z[ host-image] Aug 27 23:23:24.706 INFO O| Aug 27 23:23:24.706 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88422024-08-27T23:23:26.570Z[ host-image] Aug 27 23:23:24.715 INFO O| Aug 27 23:23:24.715 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88432024-08-27T23:23:26.570Z[ host-image] Aug 27 23:23:24.715 INFO O| Aug 27 23:23:24.715 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88442024-08-27T23:23:26.570Z[ host-image] Aug 27 23:23:24.715 INFO O| Aug 27 23:23:24.715 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88452024-08-27T23:23:26.572Z[ host-image] Aug 27 23:23:24.715 INFO O| Aug 27 23:23:24.715 INFO STEP 35 (ensure_dir) COMPLETE
88462024-08-27T23:23:26.572Z[ host-image] Aug 27 23:23:24.715 INFO O| Aug 27 23:23:24.715 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88472024-08-27T23:23:26.583Z[ host-image] Aug 27 23:23:24.728 INFO O| Aug 27 23:23:24.728 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
88482024-08-27T23:23:26.584Z[ host-image] Aug 27 23:23:24.728 INFO O| Aug 27 23:23:24.728 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 ...
88492024-08-27T23:23:26.586Z[ host-image] Aug 27 23:23:24.728 INFO O| Aug 27 23:23:24.728 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
88502024-08-27T23:23:26.586Z[ host-image] Aug 27 23:23:24.728 INFO O| Aug 27 23:23:24.728 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
88512024-08-27T23:23:26.586Z[ host-image] Aug 27 23:23:24.728 INFO O| Aug 27 23:23:24.728 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
88522024-08-27T23:23:26.586Z[ host-image] Aug 27 23:23:24.728 INFO O| Aug 27 23:23:24.728 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
88532024-08-27T23:23:26.586Z[ host-image] Aug 27 23:23:24.728 INFO O| Aug 27 23:23:24.728 INFO ok!
88542024-08-27T23:23:26.586Z[ host-image] Aug 27 23:23:24.728 INFO O| Aug 27 23:23:24.728 INFO STEP 36 (ensure_file) COMPLETE
88552024-08-27T23:23:26.586Z[ host-image] Aug 27 23:23:24.728 INFO O| Aug 27 23:23:24.728 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88562024-08-27T23:23:26.595Z[ host-image] Aug 27 23:23:24.740 INFO O| Aug 27 23:23:24.740 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88572024-08-27T23:23:26.595Z[ host-image] Aug 27 23:23:24.740 INFO O| Aug 27 23:23:24.740 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 ...
88582024-08-27T23:23:26.597Z[ host-image] Aug 27 23:23:24.740 INFO O| Aug 27 23:23:24.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88592024-08-27T23:23:26.597Z[ host-image] Aug 27 23:23:24.740 INFO O| Aug 27 23:23:24.740 INFO ok!
88602024-08-27T23:23:26.597Z[ host-image] Aug 27 23:23:24.740 INFO O| Aug 27 23:23:24.740 INFO STEP 37 (ensure_symlink) COMPLETE
88612024-08-27T23:23:26.597Z[ host-image] Aug 27 23:23:24.740 INFO O| Aug 27 23:23:24.740 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88622024-08-27T23:23:26.605Z[ host-image] Aug 27 23:23:24.750 INFO O| Aug 27 23:23:24.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88632024-08-27T23:23:26.605Z[ host-image] Aug 27 23:23:24.750 INFO O| Aug 27 23:23:24.750 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88642024-08-27T23:23:26.607Z[ host-image] Aug 27 23:23:24.750 INFO O| Aug 27 23:23:24.750 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88652024-08-27T23:23:26.607Z[ host-image] Aug 27 23:23:24.750 INFO O| Aug 27 23:23:24.750 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88662024-08-27T23:23:26.607Z[ host-image] Aug 27 23:23:24.751 INFO O| Aug 27 23:23:24.750 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88672024-08-27T23:23:26.608Z[ host-image] Aug 27 23:23:24.751 INFO O| Aug 27 23:23:24.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88682024-08-27T23:23:26.608Z[ host-image] Aug 27 23:23:24.751 INFO O| Aug 27 23:23:24.751 INFO ok!
88692024-08-27T23:23:26.608Z[ host-image] Aug 27 23:23:24.751 INFO O| Aug 27 23:23:24.751 INFO STEP 38 (ensure_file) COMPLETE
88702024-08-27T23:23:26.608Z[ host-image] Aug 27 23:23:24.751 INFO O| Aug 27 23:23:24.751 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88712024-08-27T23:23:26.616Z[ host-image] Aug 27 23:23:24.761 INFO O| Aug 27 23:23:24.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88722024-08-27T23:23:26.616Z[ host-image] Aug 27 23:23:24.761 INFO O| Aug 27 23:23:24.761 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 ...
88732024-08-27T23:23:26.619Z[ host-image] Aug 27 23:23:24.761 INFO O| Aug 27 23:23:24.761 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
88742024-08-27T23:23:26.619Z[ host-image] Aug 27 23:23:24.761 INFO O| Aug 27 23:23:24.761 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88752024-08-27T23:23:26.619Z[ host-image] Aug 27 23:23:24.761 INFO O| Aug 27 23:23:24.761 INFO ok!
88762024-08-27T23:23:26.619Z[ host-image] Aug 27 23:23:24.761 INFO O| Aug 27 23:23:24.761 INFO STEP 39 (ensure_file) COMPLETE
88772024-08-27T23:23:26.619Z[ host-image] Aug 27 23:23:24.761 INFO O| Aug 27 23:23:24.761 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88782024-08-27T23:23:26.626Z[ host-image] Aug 27 23:23:24.771 INFO O| Aug 27 23:23:24.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88792024-08-27T23:23:26.626Z[ host-image] Aug 27 23:23:24.771 INFO O| Aug 27 23:23:24.771 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88802024-08-27T23:23:26.628Z[ host-image] Aug 27 23:23:24.771 INFO O| Aug 27 23:23:24.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88812024-08-27T23:23:26.628Z[ host-image] Aug 27 23:23:24.771 INFO O| Aug 27 23:23:24.771 INFO ok!
88822024-08-27T23:23:26.628Z[ host-image] Aug 27 23:23:24.771 INFO O| Aug 27 23:23:24.771 INFO STEP 40 (ensure_file) COMPLETE
88832024-08-27T23:23:26.628Z[ host-image] Aug 27 23:23:24.771 INFO O| Aug 27 23:23:24.771 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88842024-08-27T23:23:26.636Z[ host-image] Aug 27 23:23:24.781 INFO O| Aug 27 23:23:24.781 INFO updating shadow file
88852024-08-27T23:23:26.638Z[ host-image] Aug 27 23:23:24.781 INFO O| Aug 27 23:23:24.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88862024-08-27T23:23:26.639Z[ host-image] Aug 27 23:23:24.781 INFO O| Aug 27 23:23:24.781 INFO STEP 41 (shadow) COMPLETE
88872024-08-27T23:23:26.639Z[ host-image] Aug 27 23:23:24.781 INFO O| Aug 27 23:23:24.781 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88882024-08-27T23:23:26.647Z[ host-image] Aug 27 23:23:24.792 INFO O| Aug 27 23:23:24.792 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88892024-08-27T23:23:26.649Z[ host-image] Aug 27 23:23:24.792 INFO O| Aug 27 23:23:24.792 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88902024-08-27T23:23:26.649Z[ host-image] Aug 27 23:23:24.792 INFO O| Aug 27 23:23:24.792 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88912024-08-27T23:23:26.649Z[ host-image] Aug 27 23:23:24.792 INFO O| Aug 27 23:23:24.792 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88922024-08-27T23:23:26.649Z[ host-image] Aug 27 23:23:24.792 INFO O| Aug 27 23:23:24.792 INFO ok!
88932024-08-27T23:23:26.649Z[ host-image] Aug 27 23:23:24.792 INFO O| Aug 27 23:23:24.792 INFO STEP 42 (ensure_file) COMPLETE
88942024-08-27T23:23:26.649Z[ host-image] Aug 27 23:23:24.792 INFO O| Aug 27 23:23:24.792 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88952024-08-27T23:23:26.649Z[ host-image] Aug 27 23:23:24.792 INFO O| Aug 27 23:23:24.792 INFO skip step because feature "mfg" is not enabled
88962024-08-27T23:23:26.649Z[ host-image] Aug 27 23:23:24.792 INFO O| Aug 27 23:23:24.792 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88972024-08-27T23:23:26.649Z[ host-image] Aug 27 23:23:24.792 INFO O| Aug 27 23:23:24.792 INFO skip step because feature "mfg" is not enabled
88982024-08-27T23:23:26.649Z[ host-image] Aug 27 23:23:24.792 INFO O| Aug 27 23:23:24.792 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88992024-08-27T23:23:26.657Z[ host-image] Aug 27 23:23:24.802 INFO O| Aug 27 23:23:24.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89002024-08-27T23:23:26.657Z[ host-image] Aug 27 23:23:24.802 INFO O| Aug 27 23:23:24.802 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89012024-08-27T23:23:27.302Z[ host-image] Aug 27 23:23:25.447 INFO O| Aug 27 23:23:25.447 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89022024-08-27T23:23:27.302Z[ host-image] Aug 27 23:23:25.447 INFO O| Aug 27 23:23:25.447 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89032024-08-27T23:23:27.305Z[ host-image] Aug 27 23:23:25.447 INFO O| Aug 27 23:23:25.447 INFO ok!
89042024-08-27T23:23:27.305Z[ host-image] Aug 27 23:23:25.447 INFO O| Aug 27 23:23:25.447 INFO STEP 45 (ensure_file) COMPLETE
89052024-08-27T23:23:27.305Z[ host-image] Aug 27 23:23:25.447 INFO O| Aug 27 23:23:25.447 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89062024-08-27T23:23:27.315Z[ host-image] Aug 27 23:23:25.459 INFO O| Aug 27 23:23:25.459 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89072024-08-27T23:23:27.318Z[ host-image] Aug 27 23:23:25.459 INFO O| Aug 27 23:23:25.459 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89082024-08-27T23:23:27.318Z[ host-image] Aug 27 23:23:25.459 INFO O| Aug 27 23:23:25.459 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89092024-08-27T23:23:27.318Z[ host-image] Aug 27 23:23:25.459 INFO O| Aug 27 23:23:25.459 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89102024-08-27T23:23:27.318Z[ host-image] Aug 27 23:23:25.459 INFO O| Aug 27 23:23:25.459 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89112024-08-27T23:23:27.318Z[ host-image] Aug 27 23:23:25.459 INFO O| Aug 27 23:23:25.459 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89122024-08-27T23:23:27.318Z[ host-image] Aug 27 23:23:25.459 INFO O| Aug 27 23:23:25.459 INFO ok!
89132024-08-27T23:23:27.318Z[ host-image] Aug 27 23:23:25.460 INFO O| Aug 27 23:23:25.459 INFO STEP 46 (ensure_file) COMPLETE
89142024-08-27T23:23:27.318Z[ host-image] Aug 27 23:23:25.460 INFO O| Aug 27 23:23:25.459 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89152024-08-27T23:23:27.327Z[ host-image] Aug 27 23:23:25.472 INFO O| Aug 27 23:23:25.472 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89162024-08-27T23:23:27.327Z[ host-image] Aug 27 23:23:25.472 INFO O| Aug 27 23:23:25.472 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 ...
89172024-08-27T23:23:27.329Z[ host-image] Aug 27 23:23:25.472 INFO O| Aug 27 23:23:25.472 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
89182024-08-27T23:23:27.329Z[ host-image] Aug 27 23:23:25.472 INFO O| Aug 27 23:23:25.472 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89192024-08-27T23:23:27.329Z[ host-image] Aug 27 23:23:25.472 INFO O| Aug 27 23:23:25.472 INFO ok!
89202024-08-27T23:23:27.329Z[ host-image] Aug 27 23:23:25.472 INFO O| Aug 27 23:23:25.472 INFO STEP 47 (ensure_file) COMPLETE
89212024-08-27T23:23:27.329Z[ host-image] Aug 27 23:23:25.472 INFO O| Aug 27 23:23:25.472 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89222024-08-27T23:23:27.337Z[ host-image] Aug 27 23:23:25.482 INFO O| Aug 27 23:23:25.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89232024-08-27T23:23:27.337Z[ host-image] Aug 27 23:23:25.482 INFO O| Aug 27 23:23:25.482 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89242024-08-27T23:23:27.339Z[ host-image] Aug 27 23:23:25.482 INFO O| Aug 27 23:23:25.482 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89252024-08-27T23:23:27.339Z[ host-image] Aug 27 23:23:25.482 INFO O| Aug 27 23:23:25.482 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89262024-08-27T23:23:27.339Z[ host-image] Aug 27 23:23:25.482 INFO O| Aug 27 23:23:25.482 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89272024-08-27T23:23:27.339Z[ host-image] Aug 27 23:23:25.482 INFO O| Aug 27 23:23:25.482 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89282024-08-27T23:23:27.339Z[ host-image] Aug 27 23:23:25.482 INFO O| Aug 27 23:23:25.482 INFO ok!
89292024-08-27T23:23:27.339Z[ host-image] Aug 27 23:23:25.482 INFO O| Aug 27 23:23:25.482 INFO STEP 48 (ensure_file) COMPLETE
89302024-08-27T23:23:27.339Z[ host-image] Aug 27 23:23:25.482 INFO O| Aug 27 23:23:25.482 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89312024-08-27T23:23:27.347Z[ host-image] Aug 27 23:23:25.492 INFO O| Aug 27 23:23:25.492 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89322024-08-27T23:23:27.347Z[ host-image] Aug 27 23:23:25.492 INFO O| Aug 27 23:23:25.492 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 ...
89332024-08-27T23:23:27.347Z[ host-image] Aug 27 23:23:25.492 INFO O| Aug 27 23:23:25.492 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
89342024-08-27T23:23:27.350Z[ host-image] Aug 27 23:23:25.492 INFO O| Aug 27 23:23:25.492 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89352024-08-27T23:23:27.350Z[ host-image] Aug 27 23:23:25.492 INFO O| Aug 27 23:23:25.492 INFO ok!
89362024-08-27T23:23:27.350Z[ host-image] Aug 27 23:23:25.492 INFO O| Aug 27 23:23:25.492 INFO STEP 49 (ensure_file) COMPLETE
89372024-08-27T23:23:27.350Z[ host-image] Aug 27 23:23:25.492 INFO O| Aug 27 23:23:25.492 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89382024-08-27T23:23:27.357Z[ host-image] Aug 27 23:23:25.502 INFO O| Aug 27 23:23:25.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89392024-08-27T23:23:27.357Z[ host-image] Aug 27 23:23:25.502 INFO O| Aug 27 23:23:25.502 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89402024-08-27T23:23:27.360Z[ host-image] Aug 27 23:23:25.502 INFO O| Aug 27 23:23:25.502 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89412024-08-27T23:23:27.360Z[ host-image] Aug 27 23:23:25.502 INFO O| Aug 27 23:23:25.502 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89422024-08-27T23:23:27.360Z[ host-image] Aug 27 23:23:25.502 INFO O| Aug 27 23:23:25.502 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89432024-08-27T23:23:27.360Z[ host-image] Aug 27 23:23:25.502 INFO O| Aug 27 23:23:25.502 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89442024-08-27T23:23:27.360Z[ host-image] Aug 27 23:23:25.502 INFO O| Aug 27 23:23:25.502 INFO ok!
89452024-08-27T23:23:27.360Z[ host-image] Aug 27 23:23:25.502 INFO O| Aug 27 23:23:25.502 INFO STEP 50 (ensure_file) COMPLETE
89462024-08-27T23:23:27.360Z[ host-image] Aug 27 23:23:25.502 INFO O| Aug 27 23:23:25.502 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89472024-08-27T23:23:27.367Z[ host-image] Aug 27 23:23:25.513 INFO O| Aug 27 23:23:25.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
89482024-08-27T23:23:27.367Z[ host-image] Aug 27 23:23:25.513 INFO O| Aug 27 23:23:25.513 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 ...
89492024-08-27T23:23:27.370Z[ host-image] Aug 27 23:23:25.513 INFO O| Aug 27 23:23:25.513 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
89502024-08-27T23:23:27.370Z[ host-image] Aug 27 23:23:25.513 INFO O| Aug 27 23:23:25.513 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89512024-08-27T23:23:27.370Z[ host-image] Aug 27 23:23:25.513 INFO O| Aug 27 23:23:25.513 INFO ok!
89522024-08-27T23:23:27.370Z[ host-image] Aug 27 23:23:25.513 INFO O| Aug 27 23:23:25.513 INFO STEP 51 (ensure_file) COMPLETE
89532024-08-27T23:23:27.370Z[ host-image] Aug 27 23:23:25.513 INFO O| Aug 27 23:23:25.513 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89542024-08-27T23:23:27.379Z[ host-image] Aug 27 23:23:25.524 INFO O| Aug 27 23:23:25.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89552024-08-27T23:23:27.379Z[ host-image] Aug 27 23:23:25.524 INFO O| Aug 27 23:23:25.524 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 ...
89562024-08-27T23:23:27.381Z[ host-image] Aug 27 23:23:25.524 INFO O| Aug 27 23:23:25.524 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
89572024-08-27T23:23:27.381Z[ host-image] Aug 27 23:23:25.524 INFO O| Aug 27 23:23:25.524 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89582024-08-27T23:23:27.381Z[ host-image] Aug 27 23:23:25.524 INFO O| Aug 27 23:23:25.524 INFO ok!
89592024-08-27T23:23:27.381Z[ host-image] Aug 27 23:23:25.524 INFO O| Aug 27 23:23:25.524 INFO STEP 52 (ensure_file) COMPLETE
89602024-08-27T23:23:27.381Z[ host-image] Aug 27 23:23:25.524 INFO O| Aug 27 23:23:25.524 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89612024-08-27T23:23:27.389Z[ host-image] Aug 27 23:23:25.534 INFO O| Aug 27 23:23:25.534 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89622024-08-27T23:23:27.389Z[ host-image] Aug 27 23:23:25.534 INFO O| Aug 27 23:23:25.534 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 ...
89632024-08-27T23:23:27.391Z[ host-image] Aug 27 23:23:25.534 INFO O| Aug 27 23:23:25.534 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
89642024-08-27T23:23:27.391Z[ host-image] Aug 27 23:23:25.534 INFO O| Aug 27 23:23:25.534 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89652024-08-27T23:23:27.391Z[ host-image] Aug 27 23:23:25.534 INFO O| Aug 27 23:23:25.534 INFO ok!
89662024-08-27T23:23:27.392Z[ host-image] Aug 27 23:23:25.534 INFO O| Aug 27 23:23:25.534 INFO STEP 53 (ensure_file) COMPLETE
89672024-08-27T23:23:27.392Z[ host-image] Aug 27 23:23:25.534 INFO O| Aug 27 23:23:25.534 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89682024-08-27T23:23:27.399Z[ host-image] Aug 27 23:23:25.544 INFO O| Aug 27 23:23:25.544 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89692024-08-27T23:23:27.399Z[ host-image] Aug 27 23:23:25.544 INFO O| Aug 27 23:23:25.544 INFO STEP 54 (ensure_dir) COMPLETE
89702024-08-27T23:23:27.402Z[ host-image] Aug 27 23:23:25.544 INFO O| Aug 27 23:23:25.544 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89712024-08-27T23:23:27.409Z[ host-image] Aug 27 23:23:25.554 INFO O| Aug 27 23:23:25.554 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89722024-08-27T23:23:27.411Z[ host-image] Aug 27 23:23:25.554 INFO O| Aug 27 23:23:25.554 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89732024-08-27T23:23:27.411Z[ host-image] Aug 27 23:23:25.554 INFO O| Aug 27 23:23:25.554 INFO STEP 55 (ensure_dir) COMPLETE
89742024-08-27T23:23:27.411Z[ host-image] Aug 27 23:23:25.554 INFO O| Aug 27 23:23:25.554 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89752024-08-27T23:23:27.420Z[ host-image] Aug 27 23:23:25.564 INFO O| Aug 27 23:23:25.564 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89762024-08-27T23:23:27.422Z[ host-image] Aug 27 23:23:25.564 INFO O| Aug 27 23:23:25.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89772024-08-27T23:23:27.422Z[ host-image] Aug 27 23:23:25.565 INFO O| Aug 27 23:23:25.564 INFO STEP 56 (ensure_dir) COMPLETE
89782024-08-27T23:23:27.422Z[ host-image] Aug 27 23:23:25.565 INFO O| Aug 27 23:23:25.565 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89792024-08-27T23:23:27.429Z[ host-image] Aug 27 23:23:25.574 INFO O| Aug 27 23:23:25.574 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89802024-08-27T23:23:27.429Z[ host-image] Aug 27 23:23:25.575 INFO O| Aug 27 23:23:25.574 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89812024-08-27T23:23:27.445Z[ host-image] Aug 27 23:23:25.590 INFO O| Aug 27 23:23:25.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89822024-08-27T23:23:27.445Z[ host-image] Aug 27 23:23:25.590 INFO O| Aug 27 23:23:25.590 INFO ok!
89832024-08-27T23:23:27.447Z[ host-image] Aug 27 23:23:25.590 INFO O| Aug 27 23:23:25.590 INFO STEP 57 (ensure_file) COMPLETE
89842024-08-27T23:23:27.447Z[ host-image] Aug 27 23:23:25.590 INFO O| Aug 27 23:23:25.590 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89852024-08-27T23:23:27.456Z[ host-image] Aug 27 23:23:25.601 INFO O| Aug 27 23:23:25.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89862024-08-27T23:23:27.456Z[ host-image] Aug 27 23:23:25.601 INFO O| Aug 27 23:23:25.601 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89872024-08-27T23:23:27.652Z[ recovery-image] Aug 27 23:23:25.796 INFO image complete! materials are in "/work/os-recovery"
89882024-08-27T23:23:27.657Z[ recovery-image]
89892024-08-27T23:23:27.657Z[ recovery-image] real 6:56.925499369
89902024-08-27T23:23:27.657Z[ recovery-image] user 4:40.705235883
89912024-08-27T23:23:27.657Z[ recovery-image] sys 1:02.492412801
89922024-08-27T23:23:27.657Z[ recovery-image] trap 0.212778988
89932024-08-27T23:23:27.657Z[ recovery-image] tflt 0.374131016
89942024-08-27T23:23:27.657Z[ recovery-image] dflt 1.002102845
89952024-08-27T23:23:27.657Z[ recovery-image] kflt 0.000019994
89962024-08-27T23:23:27.657Z[ recovery-image] lock 15:59.565200024
89972024-08-27T23:23:27.657ZAug 27 23:23:25.800 INFO [recovery-image] process exited with exit status: 0 (416.9652339s)
89982024-08-27T23:23:27.657Z[ recovery-image] slp 41:24.229137666
89992024-08-27T23:23:27.657Z[ recovery-image] lat 1:33.137208832
90002024-08-27T23:23:27.657Z[ recovery-image] stop 4.831092987
90012024-08-27T23:23:28.524Z[ host-image] Aug 27 23:23:26.669 INFO O| Aug 27 23:23:26.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90022024-08-27T23:23:28.525Z[ host-image] Aug 27 23:23:26.669 INFO O| Aug 27 23:23:26.669 INFO ok!
90032024-08-27T23:23:28.525Z[ host-image] Aug 27 23:23:26.669 INFO O| Aug 27 23:23:26.669 INFO STEP 58 (ensure_file) COMPLETE
90042024-08-27T23:23:28.525Z[ host-image] Aug 27 23:23:26.669 INFO O| Aug 27 23:23:26.669 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90052024-08-27T23:23:28.536Z[ host-image] Aug 27 23:23:26.680 INFO O| Aug 27 23:23:26.680 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90062024-08-27T23:23:28.540Z[ host-image] Aug 27 23:23:26.680 INFO O| Aug 27 23:23:26.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90072024-08-27T23:23:28.540Z[ host-image] Aug 27 23:23:26.680 INFO O| Aug 27 23:23:26.680 INFO STEP 59 (ensure_dir) COMPLETE
90082024-08-27T23:23:28.540Z[ host-image] Aug 27 23:23:26.680 INFO O| Aug 27 23:23:26.680 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90092024-08-27T23:23:28.545Z[ host-image] Aug 27 23:23:26.689 INFO O| Aug 27 23:23:26.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90102024-08-27T23:23:28.545Z[ host-image] Aug 27 23:23:26.689 INFO O| Aug 27 23:23:26.689 INFO copying /tmp/.tmpudd7zb/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 ...
90112024-08-27T23:23:28.558Z[ host-image] Aug 27 23:23:26.690 INFO O| Aug 27 23:23:26.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90122024-08-27T23:23:28.558Z[ host-image] Aug 27 23:23:26.690 INFO O| Aug 27 23:23:26.690 INFO ok!
90132024-08-27T23:23:28.558Z[ host-image] Aug 27 23:23:26.690 INFO O| Aug 27 23:23:26.690 INFO STEP 60 (ensure_file) COMPLETE
90142024-08-27T23:23:28.558Z[ host-image] Aug 27 23:23:26.690 INFO O| Aug 27 23:23:26.690 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90152024-08-27T23:23:28.566Z[ host-image] Aug 27 23:23:26.699 INFO O| Aug 27 23:23:26.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90162024-08-27T23:23:28.566Z[ host-image] Aug 27 23:23:26.699 INFO O| Aug 27 23:23:26.699 INFO copying /tmp/.tmpudd7zb/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 ...
90172024-08-27T23:23:28.566Z[ host-image] Aug 27 23:23:26.699 INFO O| Aug 27 23:23:26.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90182024-08-27T23:23:28.566Z[ host-image] Aug 27 23:23:26.699 INFO O| Aug 27 23:23:26.699 INFO ok!
90192024-08-27T23:23:28.566Z[ host-image] Aug 27 23:23:26.699 INFO O| Aug 27 23:23:26.699 INFO STEP 61 (ensure_file) COMPLETE
90202024-08-27T23:23:28.566Z[ host-image] Aug 27 23:23:26.699 INFO O| Aug 27 23:23:26.699 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90212024-08-27T23:23:28.566Z[ host-image] Aug 27 23:23:26.708 INFO O| Aug 27 23:23:26.708 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90222024-08-27T23:23:28.566Z[ host-image] Aug 27 23:23:26.709 INFO O| Aug 27 23:23:26.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90232024-08-27T23:23:28.566Z[ host-image] Aug 27 23:23:26.709 INFO O| Aug 27 23:23:26.709 INFO STEP 62 (ensure_dir) COMPLETE
90242024-08-27T23:23:28.566Z[ host-image] Aug 27 23:23:26.709 INFO O| Aug 27 23:23:26.709 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90252024-08-27T23:23:28.590Z[ host-image] Aug 27 23:23:26.718 INFO O| Aug 27 23:23:26.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90262024-08-27T23:23:28.590Z[ host-image] Aug 27 23:23:26.718 INFO O| Aug 27 23:23:26.718 INFO copying /tmp/.tmpudd7zb/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 ...
90272024-08-27T23:23:28.590Z[ host-image] Aug 27 23:23:26.718 INFO O| Aug 27 23:23:26.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90282024-08-27T23:23:28.590Z[ host-image] Aug 27 23:23:26.718 INFO O| Aug 27 23:23:26.718 INFO ok!
90292024-08-27T23:23:28.590Z[ host-image] Aug 27 23:23:26.718 INFO O| Aug 27 23:23:26.718 INFO STEP 63 (ensure_file) COMPLETE
90302024-08-27T23:23:28.590Z[ host-image] Aug 27 23:23:26.718 INFO O| Aug 27 23:23:26.718 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90312024-08-27T23:23:28.594Z[ host-image] Aug 27 23:23:26.728 INFO O| Aug 27 23:23:26.728 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90322024-08-27T23:23:28.594Z[ host-image] Aug 27 23:23:26.728 INFO O| Aug 27 23:23:26.728 INFO copying /tmp/.tmpudd7zb/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 ...
90332024-08-27T23:23:28.594Z[ host-image] Aug 27 23:23:26.728 INFO O| Aug 27 23:23:26.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90342024-08-27T23:23:28.594Z[ host-image] Aug 27 23:23:26.728 INFO O| Aug 27 23:23:26.728 INFO ok!
90352024-08-27T23:23:28.594Z[ host-image] Aug 27 23:23:26.728 INFO O| Aug 27 23:23:26.728 INFO STEP 64 (ensure_file) COMPLETE
90362024-08-27T23:23:28.594Z[ host-image] Aug 27 23:23:26.728 INFO O| Aug 27 23:23:26.728 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90372024-08-27T23:23:28.594Z[ host-image] Aug 27 23:23:26.737 INFO O| Aug 27 23:23:26.737 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90382024-08-27T23:23:28.594Z[ host-image] Aug 27 23:23:26.737 INFO O| Aug 27 23:23:26.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90392024-08-27T23:23:28.594Z[ host-image] Aug 27 23:23:26.737 INFO O| Aug 27 23:23:26.737 INFO STEP 65 (ensure_dir) COMPLETE
90402024-08-27T23:23:28.594Z[ host-image] Aug 27 23:23:26.737 INFO O| Aug 27 23:23:26.737 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90412024-08-27T23:23:28.602Z[ host-image] Aug 27 23:23:26.747 INFO O| Aug 27 23:23:26.747 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90422024-08-27T23:23:28.602Z[ host-image] Aug 27 23:23:26.747 INFO O| Aug 27 23:23:26.747 INFO copying /tmp/.tmpudd7zb/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 ...
90432024-08-27T23:23:28.604Z[ host-image] Aug 27 23:23:26.747 INFO O| Aug 27 23:23:26.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90442024-08-27T23:23:28.604Z[ host-image] Aug 27 23:23:26.747 INFO O| Aug 27 23:23:26.747 INFO ok!
90452024-08-27T23:23:28.604Z[ host-image] Aug 27 23:23:26.747 INFO O| Aug 27 23:23:26.747 INFO STEP 66 (ensure_file) COMPLETE
90462024-08-27T23:23:28.604Z[ host-image] Aug 27 23:23:26.747 INFO O| Aug 27 23:23:26.747 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90472024-08-27T23:23:28.612Z[ host-image] Aug 27 23:23:26.756 INFO O| Aug 27 23:23:26.756 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90482024-08-27T23:23:28.612Z[ host-image] Aug 27 23:23:26.756 INFO O| Aug 27 23:23:26.756 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90492024-08-27T23:23:28.612Z[ host-image] Aug 27 23:23:26.756 INFO O| Aug 27 23:23:26.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90502024-08-27T23:23:28.615Z[ host-image] Aug 27 23:23:26.756 INFO O| Aug 27 23:23:26.756 INFO ok!
90512024-08-27T23:23:28.615Z[ host-image] Aug 27 23:23:26.756 INFO O| Aug 27 23:23:26.756 INFO STEP 67 (ensure_file) COMPLETE
90522024-08-27T23:23:28.616Z[ host-image] Aug 27 23:23:26.756 INFO O| Aug 27 23:23:26.756 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90532024-08-27T23:23:28.621Z[ host-image] Aug 27 23:23:26.766 INFO O| Aug 27 23:23:26.766 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90542024-08-27T23:23:28.623Z[ host-image] Aug 27 23:23:26.766 INFO O| Aug 27 23:23:26.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90552024-08-27T23:23:28.623Z[ host-image] Aug 27 23:23:26.766 INFO O| Aug 27 23:23:26.766 INFO STEP 68 (ensure_dir) COMPLETE
90562024-08-27T23:23:28.623Z[ host-image] Aug 27 23:23:26.766 INFO O| Aug 27 23:23:26.766 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90572024-08-27T23:23:28.630Z[ host-image] Aug 27 23:23:26.775 INFO O| Aug 27 23:23:26.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
90582024-08-27T23:23:28.630Z[ host-image] Aug 27 23:23:26.775 INFO O| Aug 27 23:23:26.775 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
90592024-08-27T23:23:29.185Z[ host-image] Aug 27 23:23:27.329 INFO O| Aug 27 23:23:27.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
90602024-08-27T23:23:29.185Z[ host-image] Aug 27 23:23:27.329 INFO O| Aug 27 23:23:27.329 INFO ok!
90612024-08-27T23:23:29.185Z[ host-image] Aug 27 23:23:27.329 INFO O| Aug 27 23:23:27.329 INFO STEP 69 (ensure_file) COMPLETE
90622024-08-27T23:23:29.188Z[ host-image] Aug 27 23:23:27.329 INFO O| Aug 27 23:23:27.329 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90632024-08-27T23:23:29.196Z[ host-image] Aug 27 23:23:27.340 INFO O| Aug 27 23:23:27.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90642024-08-27T23:23:29.196Z[ host-image] Aug 27 23:23:27.341 INFO O| Aug 27 23:23:27.340 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90652024-08-27T23:23:30.618Z[ host-image] Aug 27 23:23:28.763 INFO O| Aug 27 23:23:28.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90662024-08-27T23:23:30.618Z[ host-image] Aug 27 23:23:28.763 INFO O| Aug 27 23:23:28.762 INFO ok!
90672024-08-27T23:23:30.618Z[ host-image] Aug 27 23:23:28.763 INFO O| Aug 27 23:23:28.762 INFO STEP 70 (ensure_file) COMPLETE
90682024-08-27T23:23:30.621Z[ host-image] Aug 27 23:23:28.763 INFO O| Aug 27 23:23:28.762 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90692024-08-27T23:23:30.629Z[ host-image] Aug 27 23:23:28.774 INFO O| Aug 27 23:23:28.774 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90702024-08-27T23:23:30.632Z[ host-image] Aug 27 23:23:28.774 INFO O| Aug 27 23:23:28.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90712024-08-27T23:23:30.632Z[ host-image] Aug 27 23:23:28.774 INFO O| Aug 27 23:23:28.774 INFO STEP 71 (ensure_dir) COMPLETE
90722024-08-27T23:23:30.632Z[ host-image] Aug 27 23:23:28.774 INFO O| Aug 27 23:23:28.774 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90732024-08-27T23:23:30.639Z[ host-image] Aug 27 23:23:28.783 INFO O| Aug 27 23:23:28.783 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90742024-08-27T23:23:30.639Z[ host-image] Aug 27 23:23:28.783 INFO O| Aug 27 23:23:28.783 INFO copying /tmp/.tmpudd7zb/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 ...
90752024-08-27T23:23:30.642Z[ host-image] Aug 27 23:23:28.783 INFO O| Aug 27 23:23:28.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90762024-08-27T23:23:30.642Z[ host-image] Aug 27 23:23:28.783 INFO O| Aug 27 23:23:28.783 INFO ok!
90772024-08-27T23:23:30.642Z[ host-image] Aug 27 23:23:28.783 INFO O| Aug 27 23:23:28.783 INFO STEP 72 (ensure_file) COMPLETE
90782024-08-27T23:23:30.642Z[ host-image] Aug 27 23:23:28.783 INFO O| Aug 27 23:23:28.783 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90792024-08-27T23:23:30.649Z[ host-image] Aug 27 23:23:28.793 INFO O| Aug 27 23:23:28.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90802024-08-27T23:23:30.649Z[ host-image] Aug 27 23:23:28.793 INFO O| Aug 27 23:23:28.793 INFO copying /tmp/.tmpudd7zb/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 ...
90812024-08-27T23:23:30.651Z[ host-image] Aug 27 23:23:28.793 INFO O| Aug 27 23:23:28.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90822024-08-27T23:23:30.651Z[ host-image] Aug 27 23:23:28.793 INFO O| Aug 27 23:23:28.793 INFO ok!
90832024-08-27T23:23:30.651Z[ host-image] Aug 27 23:23:28.793 INFO O| Aug 27 23:23:28.793 INFO STEP 73 (ensure_file) COMPLETE
90842024-08-27T23:23:30.651Z[ host-image] Aug 27 23:23:28.793 INFO O| Aug 27 23:23:28.793 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90852024-08-27T23:23:30.659Z[ host-image] Aug 27 23:23:28.803 INFO O| Aug 27 23:23:28.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90862024-08-27T23:23:30.659Z[ host-image] Aug 27 23:23:28.803 INFO O| Aug 27 23:23:28.802 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90872024-08-27T23:23:30.662Z[ host-image] Aug 27 23:23:28.803 INFO O| Aug 27 23:23:28.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90882024-08-27T23:23:30.662Z[ host-image] Aug 27 23:23:28.803 INFO O| Aug 27 23:23:28.803 INFO ok!
90892024-08-27T23:23:30.662Z[ host-image] Aug 27 23:23:28.803 INFO O| Aug 27 23:23:28.803 INFO STEP 74 (ensure_file) COMPLETE
90902024-08-27T23:23:30.662Z[ host-image] Aug 27 23:23:28.803 INFO O| Aug 27 23:23:28.803 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90912024-08-27T23:23:30.668Z[ host-image] Aug 27 23:23:28.812 INFO O| Aug 27 23:23:28.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90922024-08-27T23:23:30.668Z[ host-image] Aug 27 23:23:28.812 INFO O| Aug 27 23:23:28.812 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90932024-08-27T23:23:30.671Z[ host-image] Aug 27 23:23:28.812 INFO O| Aug 27 23:23:28.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90942024-08-27T23:23:30.671Z[ host-image] Aug 27 23:23:28.812 INFO O| Aug 27 23:23:28.812 INFO ok!
90952024-08-27T23:23:30.671Z[ host-image] Aug 27 23:23:28.812 INFO O| Aug 27 23:23:28.812 INFO STEP 75 (ensure_file) COMPLETE
90962024-08-27T23:23:30.671Z[ host-image] Aug 27 23:23:28.812 INFO O| Aug 27 23:23:28.812 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90972024-08-27T23:23:30.677Z[ host-image] Aug 27 23:23:28.822 INFO O| Aug 27 23:23:28.822 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90982024-08-27T23:23:30.677Z[ host-image] Aug 27 23:23:28.822 INFO O| Aug 27 23:23:28.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90992024-08-27T23:23:30.680Z[ host-image] Aug 27 23:23:28.822 INFO O| Aug 27 23:23:28.822 INFO STEP 76 (ensure_dir) COMPLETE
91002024-08-27T23:23:30.680Z[ host-image] Aug 27 23:23:28.822 INFO O| Aug 27 23:23:28.822 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91012024-08-27T23:23:30.687Z[ host-image] Aug 27 23:23:28.831 INFO O| Aug 27 23:23:28.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91022024-08-27T23:23:30.690Z[ host-image] Aug 27 23:23:28.831 INFO O| Aug 27 23:23:28.831 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91032024-08-27T23:23:31.142Z[ host-image] Aug 27 23:23:29.286 INFO O| Aug 27 23:23:29.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91042024-08-27T23:23:31.143Z[ host-image] Aug 27 23:23:29.286 INFO O| Aug 27 23:23:29.286 INFO ok!
91052024-08-27T23:23:31.143Z[ host-image] Aug 27 23:23:29.287 INFO O| Aug 27 23:23:29.286 INFO STEP 77 (ensure_file) COMPLETE
91062024-08-27T23:23:31.145Z[ host-image] Aug 27 23:23:29.287 INFO O| Aug 27 23:23:29.286 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91072024-08-27T23:23:31.165Z[ host-image] Aug 27 23:23:29.298 INFO O| Aug 27 23:23:29.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91082024-08-27T23:23:31.165Z[ host-image] Aug 27 23:23:29.298 INFO O| Aug 27 23:23:29.298 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91092024-08-27T23:23:31.168Z[ host-image] Aug 27 23:23:29.298 INFO O| Aug 27 23:23:29.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91102024-08-27T23:23:31.168Z[ host-image] Aug 27 23:23:29.298 INFO O| Aug 27 23:23:29.298 INFO ok!
91112024-08-27T23:23:31.168Z[ host-image] Aug 27 23:23:29.298 INFO O| Aug 27 23:23:29.298 INFO STEP 78 (ensure_file) COMPLETE
91122024-08-27T23:23:31.168Z[ host-image] Aug 27 23:23:29.298 INFO O| Aug 27 23:23:29.298 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91132024-08-27T23:23:31.168Z[ host-image] Aug 27 23:23:29.308 INFO O| Aug 27 23:23:29.308 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91142024-08-27T23:23:31.168Z[ host-image] Aug 27 23:23:29.308 INFO O| Aug 27 23:23:29.308 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91152024-08-27T23:23:31.738Z[ host-image] Aug 27 23:23:29.882 INFO O| Aug 27 23:23:29.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91162024-08-27T23:23:31.738Z[ host-image] Aug 27 23:23:29.882 INFO O| Aug 27 23:23:29.882 INFO ok!
91172024-08-27T23:23:31.738Z[ host-image] Aug 27 23:23:29.882 INFO O| Aug 27 23:23:29.882 INFO STEP 79 (ensure_file) COMPLETE
91182024-08-27T23:23:31.739Z[ host-image] Aug 27 23:23:29.882 INFO O| Aug 27 23:23:29.882 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91192024-08-27T23:23:31.750Z[ host-image] Aug 27 23:23:29.893 INFO O| Aug 27 23:23:29.893 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91202024-08-27T23:23:31.750Z[ host-image] Aug 27 23:23:29.894 INFO O| Aug 27 23:23:29.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91212024-08-27T23:23:31.750Z[ host-image] Aug 27 23:23:29.894 INFO O| Aug 27 23:23:29.894 INFO STEP 80 (ensure_dir) COMPLETE
91222024-08-27T23:23:31.752Z[ host-image] Aug 27 23:23:29.894 INFO O| Aug 27 23:23:29.894 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91232024-08-27T23:23:31.760Z[ host-image] Aug 27 23:23:29.903 INFO O| Aug 27 23:23:29.903 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91242024-08-27T23:23:31.760Z[ host-image] Aug 27 23:23:29.903 INFO O| Aug 27 23:23:29.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91252024-08-27T23:23:31.762Z[ host-image] Aug 27 23:23:29.903 INFO O| Aug 27 23:23:29.903 INFO STEP 81 (ensure_dir) COMPLETE
91262024-08-27T23:23:31.762Z[ host-image] Aug 27 23:23:29.903 INFO O| Aug 27 23:23:29.903 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91272024-08-27T23:23:31.770Z[ host-image] Aug 27 23:23:29.913 INFO O| Aug 27 23:23:29.913 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91282024-08-27T23:23:31.770Z[ host-image] Aug 27 23:23:29.913 INFO O| Aug 27 23:23:29.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91292024-08-27T23:23:31.772Z[ host-image] Aug 27 23:23:29.913 INFO O| Aug 27 23:23:29.913 INFO STEP 82 (ensure_dir) COMPLETE
91302024-08-27T23:23:31.772Z[ host-image] Aug 27 23:23:29.913 INFO O| Aug 27 23:23:29.913 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-08-27T23:23:31.779Z[ host-image] Aug 27 23:23:29.922 INFO O| Aug 27 23:23:29.922 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91322024-08-27T23:23:31.779Z[ host-image] Aug 27 23:23:29.923 INFO O| Aug 27 23:23:29.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91332024-08-27T23:23:31.779Z[ host-image] Aug 27 23:23:29.923 INFO O| Aug 27 23:23:29.923 INFO STEP 83 (ensure_dir) COMPLETE
91342024-08-27T23:23:31.781Z[ host-image] Aug 27 23:23:29.923 INFO O| Aug 27 23:23:29.923 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91352024-08-27T23:23:31.789Z[ host-image] Aug 27 23:23:29.932 INFO O| Aug 27 23:23:29.932 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91362024-08-27T23:23:31.792Z[ host-image] Aug 27 23:23:29.932 INFO O| Aug 27 23:23:29.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91372024-08-27T23:23:31.792Z[ host-image] Aug 27 23:23:29.932 INFO O| Aug 27 23:23:29.932 INFO STEP 84 (ensure_dir) COMPLETE
91382024-08-27T23:23:31.792Z[ host-image] Aug 27 23:23:29.932 INFO O| Aug 27 23:23:29.932 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91392024-08-27T23:23:31.797Z[ host-image] Aug 27 23:23:29.941 INFO O| Aug 27 23:23:29.941 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91402024-08-27T23:23:31.797Z[ host-image] Aug 27 23:23:29.941 INFO O| Aug 27 23:23:29.941 INFO copying /tmp/.tmpudd7zb/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 ...
91412024-08-27T23:23:31.800Z[ host-image] Aug 27 23:23:29.941 INFO O| Aug 27 23:23:29.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91422024-08-27T23:23:31.800Z[ host-image] Aug 27 23:23:29.942 INFO O| Aug 27 23:23:29.941 INFO ok!
91432024-08-27T23:23:31.800Z[ host-image] Aug 27 23:23:29.942 INFO O| Aug 27 23:23:29.941 INFO STEP 85 (ensure_file) COMPLETE
91442024-08-27T23:23:31.800Z[ host-image] Aug 27 23:23:29.942 INFO O| Aug 27 23:23:29.941 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91452024-08-27T23:23:31.807Z[ host-image] Aug 27 23:23:29.951 INFO O| Aug 27 23:23:29.951 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91462024-08-27T23:23:31.810Z[ host-image] Aug 27 23:23:29.951 INFO O| Aug 27 23:23:29.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91472024-08-27T23:23:31.810Z[ host-image] Aug 27 23:23:29.951 INFO O| Aug 27 23:23:29.951 INFO STEP 86 (ensure_dir) COMPLETE
91482024-08-27T23:23:31.810Z[ host-image] Aug 27 23:23:29.951 INFO O| Aug 27 23:23:29.951 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91492024-08-27T23:23:31.817Z[ host-image] Aug 27 23:23:29.961 INFO O| Aug 27 23:23:29.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91502024-08-27T23:23:31.820Z[ host-image] Aug 27 23:23:29.961 INFO O| Aug 27 23:23:29.961 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91512024-08-27T23:23:31.820Z[ host-image] Aug 27 23:23:29.961 INFO O| Aug 27 23:23:29.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91522024-08-27T23:23:31.820Z[ host-image] Aug 27 23:23:29.961 INFO O| Aug 27 23:23:29.961 INFO ok!
91532024-08-27T23:23:31.820Z[ host-image] Aug 27 23:23:29.961 INFO O| Aug 27 23:23:29.961 INFO STEP 87 (ensure_file) COMPLETE
91542024-08-27T23:23:31.820Z[ host-image] Aug 27 23:23:29.961 INFO O| Aug 27 23:23:29.961 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91552024-08-27T23:23:31.827Z[ host-image] Aug 27 23:23:29.971 INFO O| Aug 27 23:23:29.971 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91562024-08-27T23:23:31.828Z[ host-image] Aug 27 23:23:29.971 INFO O| Aug 27 23:23:29.971 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
91572024-08-27T23:23:31.839Z[ host-image] Aug 27 23:23:29.982 INFO O| Aug 27 23:23:29.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
91582024-08-27T23:23:31.839Z[ host-image] Aug 27 23:23:29.983 INFO O| Aug 27 23:23:29.982 INFO ok!
91592024-08-27T23:23:31.841Z[ host-image] Aug 27 23:23:29.983 INFO O| Aug 27 23:23:29.982 INFO STEP 88 (ensure_file) COMPLETE
91602024-08-27T23:23:31.841Z[ host-image] Aug 27 23:23:29.983 INFO O| Aug 27 23:23:29.982 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91612024-08-27T23:23:31.850Z[ host-image] Aug 27 23:23:29.994 INFO O| Aug 27 23:23:29.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91622024-08-27T23:23:31.850Z[ host-image] Aug 27 23:23:29.994 INFO O| Aug 27 23:23:29.994 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91632024-08-27T23:23:32.327Z[ host-image] Aug 27 23:23:30.470 INFO O| Aug 27 23:23:30.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91642024-08-27T23:23:32.327Z[ host-image] Aug 27 23:23:30.470 INFO O| Aug 27 23:23:30.470 INFO ok!
91652024-08-27T23:23:32.329Z[ host-image] Aug 27 23:23:30.470 INFO O| Aug 27 23:23:30.470 INFO STEP 89 (ensure_file) COMPLETE
91662024-08-27T23:23:32.329Z[ host-image] Aug 27 23:23:30.470 INFO O| Aug 27 23:23:30.470 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91672024-08-27T23:23:32.338Z[ host-image] Aug 27 23:23:30.482 INFO O| Aug 27 23:23:30.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91682024-08-27T23:23:32.338Z[ host-image] Aug 27 23:23:30.482 INFO O| Aug 27 23:23:30.482 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91692024-08-27T23:23:32.340Z[ host-image] Aug 27 23:23:30.482 INFO O| Aug 27 23:23:30.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91702024-08-27T23:23:32.340Z[ host-image] Aug 27 23:23:30.482 INFO O| Aug 27 23:23:30.482 INFO ok!
91712024-08-27T23:23:32.340Z[ host-image] Aug 27 23:23:30.482 INFO O| Aug 27 23:23:30.482 INFO STEP 90 (ensure_file) COMPLETE
91722024-08-27T23:23:32.340Z[ host-image] Aug 27 23:23:30.482 INFO O| Aug 27 23:23:30.482 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91732024-08-27T23:23:32.349Z[ host-image] Aug 27 23:23:30.492 INFO O| Aug 27 23:23:30.492 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91742024-08-27T23:23:32.351Z[ host-image] Aug 27 23:23:30.492 INFO O| Aug 27 23:23:30.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91752024-08-27T23:23:32.351Z[ host-image] Aug 27 23:23:30.492 INFO O| Aug 27 23:23:30.492 INFO STEP 91 (ensure_dir) COMPLETE
91762024-08-27T23:23:32.351Z[ host-image] Aug 27 23:23:30.492 INFO O| Aug 27 23:23:30.492 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91772024-08-27T23:23:32.358Z[ host-image] Aug 27 23:23:30.501 INFO O| Aug 27 23:23:30.501 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91782024-08-27T23:23:32.360Z[ host-image] Aug 27 23:23:30.501 INFO O| Aug 27 23:23:30.501 INFO copying /tmp/.tmpudd7zb/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 ...
91792024-08-27T23:23:32.360Z[ host-image] Aug 27 23:23:30.502 INFO O| Aug 27 23:23:30.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91802024-08-27T23:23:32.360Z[ host-image] Aug 27 23:23:30.502 INFO O| Aug 27 23:23:30.502 INFO ok!
91812024-08-27T23:23:32.360Z[ host-image] Aug 27 23:23:30.502 INFO O| Aug 27 23:23:30.502 INFO STEP 92 (ensure_file) COMPLETE
91822024-08-27T23:23:32.360Z[ host-image] Aug 27 23:23:30.502 INFO O| Aug 27 23:23:30.502 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91832024-08-27T23:23:32.367Z[ host-image] Aug 27 23:23:30.511 INFO O| Aug 27 23:23:30.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91842024-08-27T23:23:32.367Z[ host-image] Aug 27 23:23:30.511 INFO O| Aug 27 23:23:30.511 INFO copying /tmp/.tmpudd7zb/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 ...
91852024-08-27T23:23:32.370Z[ host-image] Aug 27 23:23:30.511 INFO O| Aug 27 23:23:30.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91862024-08-27T23:23:32.370Z[ host-image] Aug 27 23:23:30.511 INFO O| Aug 27 23:23:30.511 INFO ok!
91872024-08-27T23:23:32.370Z[ host-image] Aug 27 23:23:30.511 INFO O| Aug 27 23:23:30.511 INFO STEP 93 (ensure_file) COMPLETE
91882024-08-27T23:23:32.370Z[ host-image] Aug 27 23:23:30.511 INFO O| Aug 27 23:23:30.511 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91892024-08-27T23:23:32.378Z[ host-image] Aug 27 23:23:30.522 INFO O| Aug 27 23:23:30.521 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91902024-08-27T23:23:32.378Z[ host-image] Aug 27 23:23:30.522 INFO O| Aug 27 23:23:30.521 INFO copying /tmp/.tmpudd7zb/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 ...
91912024-08-27T23:23:32.378Z[ host-image] Aug 27 23:23:30.522 INFO O| Aug 27 23:23:30.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91922024-08-27T23:23:32.378Z[ host-image] Aug 27 23:23:30.522 INFO O| Aug 27 23:23:30.522 INFO ok!
91932024-08-27T23:23:32.380Z[ host-image] Aug 27 23:23:30.522 INFO O| Aug 27 23:23:30.522 INFO STEP 94 (ensure_file) COMPLETE
91942024-08-27T23:23:32.380Z[ host-image] Aug 27 23:23:30.522 INFO O| Aug 27 23:23:30.522 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91952024-08-27T23:23:32.387Z[ host-image] Aug 27 23:23:30.531 INFO O| Aug 27 23:23:30.531 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91962024-08-27T23:23:32.390Z[ host-image] Aug 27 23:23:30.531 INFO O| Aug 27 23:23:30.531 INFO copying /tmp/.tmpudd7zb/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 ...
91972024-08-27T23:23:32.390Z[ host-image] Aug 27 23:23:30.531 INFO O| Aug 27 23:23:30.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91982024-08-27T23:23:32.390Z[ host-image] Aug 27 23:23:30.531 INFO O| Aug 27 23:23:30.531 INFO ok!
91992024-08-27T23:23:32.390Z[ host-image] Aug 27 23:23:30.531 INFO O| Aug 27 23:23:30.531 INFO STEP 95 (ensure_file) COMPLETE
92002024-08-27T23:23:32.390Z[ host-image] Aug 27 23:23:30.531 INFO O| Aug 27 23:23:30.531 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92012024-08-27T23:23:32.397Z[ host-image] Aug 27 23:23:30.541 INFO O| Aug 27 23:23:30.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92022024-08-27T23:23:32.397Z[ host-image] Aug 27 23:23:30.541 INFO O| Aug 27 23:23:30.541 INFO copying /tmp/.tmpudd7zb/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 ...
92032024-08-27T23:23:32.399Z[ host-image] Aug 27 23:23:30.541 INFO O| Aug 27 23:23:30.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92042024-08-27T23:23:32.399Z[ host-image] Aug 27 23:23:30.541 INFO O| Aug 27 23:23:30.541 INFO ok!
92052024-08-27T23:23:32.399Z[ host-image] Aug 27 23:23:30.541 INFO O| Aug 27 23:23:30.541 INFO STEP 96 (ensure_file) COMPLETE
92062024-08-27T23:23:32.399Z[ host-image] Aug 27 23:23:30.541 INFO O| Aug 27 23:23:30.541 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92072024-08-27T23:23:32.407Z[ host-image] Aug 27 23:23:30.550 INFO O| Aug 27 23:23:30.550 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92082024-08-27T23:23:32.407Z[ host-image] Aug 27 23:23:30.551 INFO O| Aug 27 23:23:30.550 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92092024-08-27T23:23:32.409Z[ host-image] Aug 27 23:23:30.551 INFO O| Aug 27 23:23:30.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92102024-08-27T23:23:32.409Z[ host-image] Aug 27 23:23:30.551 INFO O| Aug 27 23:23:30.551 INFO ok!
92112024-08-27T23:23:32.409Z[ host-image] Aug 27 23:23:30.551 INFO O| Aug 27 23:23:30.551 INFO STEP 97 (ensure_file) COMPLETE
92122024-08-27T23:23:32.409Z[ host-image] Aug 27 23:23:30.551 INFO O| Aug 27 23:23:30.551 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-08-27T23:23:32.417Z[ host-image] Aug 27 23:23:30.560 INFO O| Aug 27 23:23:30.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92142024-08-27T23:23:32.417Z[ host-image] Aug 27 23:23:30.560 INFO O| Aug 27 23:23:30.560 INFO copying /tmp/.tmpudd7zb/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 ...
92152024-08-27T23:23:32.419Z[ host-image] Aug 27 23:23:30.561 INFO O| Aug 27 23:23:30.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92162024-08-27T23:23:32.419Z[ host-image] Aug 27 23:23:30.561 INFO O| Aug 27 23:23:30.561 INFO ok!
92172024-08-27T23:23:32.419Z[ host-image] Aug 27 23:23:30.561 INFO O| Aug 27 23:23:30.561 INFO STEP 98 (ensure_file) COMPLETE
92182024-08-27T23:23:32.419Z[ host-image] Aug 27 23:23:30.561 INFO O| Aug 27 23:23:30.561 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92192024-08-27T23:23:32.427Z[ host-image] Aug 27 23:23:30.570 INFO O| Aug 27 23:23:30.570 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92202024-08-27T23:23:32.427Z[ host-image] Aug 27 23:23:30.571 INFO O| Aug 27 23:23:30.570 INFO copying /tmp/.tmpudd7zb/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 ...
92212024-08-27T23:23:32.429Z[ host-image] Aug 27 23:23:30.571 INFO O| Aug 27 23:23:30.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92222024-08-27T23:23:32.429Z[ host-image] Aug 27 23:23:30.571 INFO O| Aug 27 23:23:30.571 INFO ok!
92232024-08-27T23:23:32.429Z[ host-image] Aug 27 23:23:30.571 INFO O| Aug 27 23:23:30.571 INFO STEP 99 (ensure_file) COMPLETE
92242024-08-27T23:23:32.429Z[ host-image] Aug 27 23:23:30.571 INFO O| Aug 27 23:23:30.571 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92252024-08-27T23:23:32.437Z[ host-image] Aug 27 23:23:30.581 INFO O| Aug 27 23:23:30.580 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92262024-08-27T23:23:32.439Z[ host-image] Aug 27 23:23:30.581 INFO O| Aug 27 23:23:30.581 INFO copying /tmp/.tmpudd7zb/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 ...
92272024-08-27T23:23:32.439Z[ host-image] Aug 27 23:23:30.581 INFO O| Aug 27 23:23:30.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92282024-08-27T23:23:32.439Z[ host-image] Aug 27 23:23:30.581 INFO O| Aug 27 23:23:30.581 INFO ok!
92292024-08-27T23:23:32.439Z[ host-image] Aug 27 23:23:30.581 INFO O| Aug 27 23:23:30.581 INFO STEP 100 (ensure_file) COMPLETE
92302024-08-27T23:23:32.439Z[ host-image] Aug 27 23:23:30.581 INFO O| Aug 27 23:23:30.581 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92312024-08-27T23:23:32.447Z[ host-image] Aug 27 23:23:30.591 INFO O| Aug 27 23:23:30.591 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92322024-08-27T23:23:32.447Z[ host-image] Aug 27 23:23:30.591 INFO O| Aug 27 23:23:30.591 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92332024-08-27T23:23:32.449Z[ host-image] Aug 27 23:23:30.591 INFO O| Aug 27 23:23:30.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92342024-08-27T23:23:32.449Z[ host-image] Aug 27 23:23:30.591 INFO O| Aug 27 23:23:30.591 INFO ok!
92352024-08-27T23:23:32.449Z[ host-image] Aug 27 23:23:30.591 INFO O| Aug 27 23:23:30.591 INFO STEP 101 (ensure_file) COMPLETE
92362024-08-27T23:23:32.449Z[ host-image] Aug 27 23:23:30.591 INFO O| Aug 27 23:23:30.591 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92372024-08-27T23:23:32.457Z[ host-image] Aug 27 23:23:30.600 INFO O| Aug 27 23:23:30.600 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92382024-08-27T23:23:32.459Z[ host-image] Aug 27 23:23:30.601 INFO O| Aug 27 23:23:30.600 INFO copying /tmp/.tmpudd7zb/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 ...
92392024-08-27T23:23:32.459Z[ host-image] Aug 27 23:23:30.601 INFO O| Aug 27 23:23:30.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92402024-08-27T23:23:32.459Z[ host-image] Aug 27 23:23:30.601 INFO O| Aug 27 23:23:30.601 INFO ok!
92412024-08-27T23:23:32.459Z[ host-image] Aug 27 23:23:30.601 INFO O| Aug 27 23:23:30.601 INFO STEP 102 (ensure_file) COMPLETE
92422024-08-27T23:23:32.459Z[ host-image] Aug 27 23:23:30.601 INFO O| Aug 27 23:23:30.601 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92432024-08-27T23:23:32.467Z[ host-image] Aug 27 23:23:30.611 INFO O| Aug 27 23:23:30.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92442024-08-27T23:23:32.467Z[ host-image] Aug 27 23:23:30.611 INFO O| Aug 27 23:23:30.611 INFO copying /tmp/.tmpudd7zb/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 ...
92452024-08-27T23:23:32.469Z[ host-image] Aug 27 23:23:30.611 INFO O| Aug 27 23:23:30.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92462024-08-27T23:23:32.469Z[ host-image] Aug 27 23:23:30.611 INFO O| Aug 27 23:23:30.611 INFO ok!
92472024-08-27T23:23:32.469Z[ host-image] Aug 27 23:23:30.611 INFO O| Aug 27 23:23:30.611 INFO STEP 103 (ensure_file) COMPLETE
92482024-08-27T23:23:32.469Z[ host-image] Aug 27 23:23:30.611 INFO O| Aug 27 23:23:30.611 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-08-27T23:23:32.476Z[ host-image] Aug 27 23:23:30.620 INFO O| Aug 27 23:23:30.620 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92502024-08-27T23:23:32.477Z[ host-image] Aug 27 23:23:30.620 INFO O| Aug 27 23:23:30.620 INFO copying /tmp/.tmpudd7zb/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 ...
92512024-08-27T23:23:32.479Z[ host-image] Aug 27 23:23:30.620 INFO O| Aug 27 23:23:30.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92522024-08-27T23:23:32.479Z[ host-image] Aug 27 23:23:30.620 INFO O| Aug 27 23:23:30.620 INFO ok!
92532024-08-27T23:23:32.479Z[ host-image] Aug 27 23:23:30.620 INFO O| Aug 27 23:23:30.620 INFO STEP 104 (ensure_file) COMPLETE
92542024-08-27T23:23:32.479Z[ host-image] Aug 27 23:23:30.620 INFO O| Aug 27 23:23:30.620 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92552024-08-27T23:23:32.486Z[ host-image] Aug 27 23:23:30.630 INFO O| Aug 27 23:23:30.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92562024-08-27T23:23:32.486Z[ host-image] Aug 27 23:23:30.630 INFO O| Aug 27 23:23:30.630 INFO copying /tmp/.tmpudd7zb/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 ...
92572024-08-27T23:23:32.487Z[ host-image] Aug 27 23:23:30.630 INFO O| Aug 27 23:23:30.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
92582024-08-27T23:23:32.489Z[ host-image] Aug 27 23:23:30.630 INFO O| Aug 27 23:23:30.630 INFO ok!
92592024-08-27T23:23:32.489Z[ host-image] Aug 27 23:23:30.630 INFO O| Aug 27 23:23:30.630 INFO STEP 105 (ensure_file) COMPLETE
92602024-08-27T23:23:32.489Z[ host-image] Aug 27 23:23:30.630 INFO O| Aug 27 23:23:30.630 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-08-27T23:23:32.496Z[ host-image] Aug 27 23:23:30.640 INFO O| Aug 27 23:23:30.640 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92622024-08-27T23:23:32.501Z[ host-image] Aug 27 23:23:30.640 INFO O| Aug 27 23:23:30.640 INFO copying /tmp/.tmpudd7zb/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 ...
92632024-08-27T23:23:32.501Z[ host-image] Aug 27 23:23:30.640 INFO O| Aug 27 23:23:30.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92642024-08-27T23:23:32.501Z[ host-image] Aug 27 23:23:30.640 INFO O| Aug 27 23:23:30.640 INFO ok!
92652024-08-27T23:23:32.501Z[ host-image] Aug 27 23:23:30.640 INFO O| Aug 27 23:23:30.640 INFO STEP 106 (ensure_file) COMPLETE
92662024-08-27T23:23:32.501Z[ host-image] Aug 27 23:23:30.640 INFO O| Aug 27 23:23:30.640 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-08-27T23:23:32.506Z[ host-image] Aug 27 23:23:30.650 INFO O| Aug 27 23:23:30.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92682024-08-27T23:23:32.506Z[ host-image] Aug 27 23:23:30.650 INFO O| Aug 27 23:23:30.650 INFO copying /tmp/.tmpudd7zb/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 ...
92692024-08-27T23:23:32.509Z[ host-image] Aug 27 23:23:30.650 INFO O| Aug 27 23:23:30.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92702024-08-27T23:23:32.509Z[ host-image] Aug 27 23:23:30.650 INFO O| Aug 27 23:23:30.650 INFO ok!
92712024-08-27T23:23:32.509Z[ host-image] Aug 27 23:23:30.650 INFO O| Aug 27 23:23:30.650 INFO STEP 107 (ensure_file) COMPLETE
92722024-08-27T23:23:32.509Z[ host-image] Aug 27 23:23:30.650 INFO O| Aug 27 23:23:30.650 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92732024-08-27T23:23:32.516Z[ host-image] Aug 27 23:23:30.659 INFO O| Aug 27 23:23:30.659 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92742024-08-27T23:23:32.518Z[ host-image] Aug 27 23:23:30.659 INFO O| Aug 27 23:23:30.659 INFO copying /tmp/.tmpudd7zb/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 ...
92752024-08-27T23:23:32.518Z[ host-image] Aug 27 23:23:30.660 INFO O| Aug 27 23:23:30.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92762024-08-27T23:23:32.518Z[ host-image] Aug 27 23:23:30.660 INFO O| Aug 27 23:23:30.659 INFO ok!
92772024-08-27T23:23:32.518Z[ host-image] Aug 27 23:23:30.660 INFO O| Aug 27 23:23:30.660 INFO STEP 108 (ensure_file) COMPLETE
92782024-08-27T23:23:32.518Z[ host-image] Aug 27 23:23:30.660 INFO O| Aug 27 23:23:30.660 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-08-27T23:23:32.525Z[ host-image] Aug 27 23:23:30.669 INFO O| Aug 27 23:23:30.669 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92802024-08-27T23:23:32.525Z[ host-image] Aug 27 23:23:30.669 INFO O| Aug 27 23:23:30.669 INFO copying /tmp/.tmpudd7zb/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 ...
92812024-08-27T23:23:32.527Z[ host-image] Aug 27 23:23:30.669 INFO O| Aug 27 23:23:30.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92822024-08-27T23:23:32.527Z[ host-image] Aug 27 23:23:30.669 INFO O| Aug 27 23:23:30.669 INFO ok!
92832024-08-27T23:23:32.527Z[ host-image] Aug 27 23:23:30.669 INFO O| Aug 27 23:23:30.669 INFO STEP 109 (ensure_file) COMPLETE
92842024-08-27T23:23:32.527Z[ host-image] Aug 27 23:23:30.669 INFO O| Aug 27 23:23:30.669 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-08-27T23:23:32.535Z[ host-image] Aug 27 23:23:30.678 INFO O| Aug 27 23:23:30.678 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92862024-08-27T23:23:32.535Z[ host-image] Aug 27 23:23:30.678 INFO O| Aug 27 23:23:30.678 INFO copying /tmp/.tmpudd7zb/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 ...
92872024-08-27T23:23:32.537Z[ host-image] Aug 27 23:23:30.679 INFO O| Aug 27 23:23:30.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92882024-08-27T23:23:32.537Z[ host-image] Aug 27 23:23:30.679 INFO O| Aug 27 23:23:30.679 INFO ok!
92892024-08-27T23:23:32.537Z[ host-image] Aug 27 23:23:30.679 INFO O| Aug 27 23:23:30.679 INFO STEP 110 (ensure_file) COMPLETE
92902024-08-27T23:23:32.537Z[ host-image] Aug 27 23:23:30.679 INFO O| Aug 27 23:23:30.679 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912024-08-27T23:23:32.544Z[ host-image] Aug 27 23:23:30.688 INFO O| Aug 27 23:23:30.688 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92922024-08-27T23:23:32.544Z[ host-image] Aug 27 23:23:30.688 INFO O| Aug 27 23:23:30.688 INFO copying /tmp/.tmpudd7zb/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 ...
92932024-08-27T23:23:32.547Z[ host-image] Aug 27 23:23:30.688 INFO O| Aug 27 23:23:30.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92942024-08-27T23:23:32.547Z[ host-image] Aug 27 23:23:30.688 INFO O| Aug 27 23:23:30.688 INFO ok!
92952024-08-27T23:23:32.547Z[ host-image] Aug 27 23:23:30.688 INFO O| Aug 27 23:23:30.688 INFO STEP 111 (ensure_file) COMPLETE
92962024-08-27T23:23:32.547Z[ host-image] Aug 27 23:23:30.688 INFO O| Aug 27 23:23:30.688 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92972024-08-27T23:23:32.554Z[ host-image] Aug 27 23:23:30.698 INFO O| Aug 27 23:23:30.697 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92982024-08-27T23:23:32.556Z[ host-image] Aug 27 23:23:30.698 INFO O| Aug 27 23:23:30.698 INFO copying /tmp/.tmpudd7zb/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 ...
92992024-08-27T23:23:32.556Z[ host-image] Aug 27 23:23:30.698 INFO O| Aug 27 23:23:30.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93002024-08-27T23:23:32.556Z[ host-image] Aug 27 23:23:30.698 INFO O| Aug 27 23:23:30.698 INFO ok!
93012024-08-27T23:23:32.556Z[ host-image] Aug 27 23:23:30.698 INFO O| Aug 27 23:23:30.698 INFO STEP 112 (ensure_file) COMPLETE
93022024-08-27T23:23:32.556Z[ host-image] Aug 27 23:23:30.698 INFO O| Aug 27 23:23:30.698 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032024-08-27T23:23:32.563Z[ host-image] Aug 27 23:23:30.707 INFO O| Aug 27 23:23:30.707 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93042024-08-27T23:23:32.563Z[ host-image] Aug 27 23:23:30.707 INFO O| Aug 27 23:23:30.707 INFO copying /tmp/.tmpudd7zb/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 ...
93052024-08-27T23:23:32.565Z[ host-image] Aug 27 23:23:30.707 INFO O| Aug 27 23:23:30.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93062024-08-27T23:23:32.566Z[ host-image] Aug 27 23:23:30.707 INFO O| Aug 27 23:23:30.707 INFO ok!
93072024-08-27T23:23:32.566Z[ host-image] Aug 27 23:23:30.707 INFO O| Aug 27 23:23:30.707 INFO STEP 113 (ensure_file) COMPLETE
93082024-08-27T23:23:32.566Z[ host-image] Aug 27 23:23:30.707 INFO O| Aug 27 23:23:30.707 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092024-08-27T23:23:32.573Z[ host-image] Aug 27 23:23:30.717 INFO O| Aug 27 23:23:30.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93102024-08-27T23:23:32.573Z[ host-image] Aug 27 23:23:30.717 INFO O| Aug 27 23:23:30.717 INFO copying /tmp/.tmpudd7zb/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 ...
93112024-08-27T23:23:32.575Z[ host-image] Aug 27 23:23:30.717 INFO O| Aug 27 23:23:30.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93122024-08-27T23:23:32.575Z[ host-image] Aug 27 23:23:30.717 INFO O| Aug 27 23:23:30.717 INFO ok!
93132024-08-27T23:23:32.575Z[ host-image] Aug 27 23:23:30.717 INFO O| Aug 27 23:23:30.717 INFO STEP 114 (ensure_file) COMPLETE
93142024-08-27T23:23:32.575Z[ host-image] Aug 27 23:23:30.717 INFO O| Aug 27 23:23:30.717 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93152024-08-27T23:23:32.583Z[ host-image] Aug 27 23:23:30.727 INFO O| Aug 27 23:23:30.727 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93162024-08-27T23:23:32.583Z[ host-image] Aug 27 23:23:30.727 INFO O| Aug 27 23:23:30.727 INFO copying /tmp/.tmpudd7zb/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 ...
93172024-08-27T23:23:32.587Z[ host-image] Aug 27 23:23:30.727 INFO O| Aug 27 23:23:30.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93182024-08-27T23:23:32.587Z[ host-image] Aug 27 23:23:30.727 INFO O| Aug 27 23:23:30.727 INFO ok!
93192024-08-27T23:23:32.587Z[ host-image] Aug 27 23:23:30.727 INFO O| Aug 27 23:23:30.727 INFO STEP 115 (ensure_file) COMPLETE
93202024-08-27T23:23:32.587Z[ host-image] Aug 27 23:23:30.727 INFO O| Aug 27 23:23:30.727 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212024-08-27T23:23:32.593Z[ host-image] Aug 27 23:23:30.737 INFO O| Aug 27 23:23:30.737 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93222024-08-27T23:23:32.593Z[ host-image] Aug 27 23:23:30.737 INFO O| Aug 27 23:23:30.737 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93232024-08-27T23:23:32.595Z[ host-image] Aug 27 23:23:30.737 INFO O| Aug 27 23:23:30.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93242024-08-27T23:23:32.595Z[ host-image] Aug 27 23:23:30.737 INFO O| Aug 27 23:23:30.737 INFO ok!
93252024-08-27T23:23:32.595Z[ host-image] Aug 27 23:23:30.737 INFO O| Aug 27 23:23:30.737 INFO STEP 116 (ensure_file) COMPLETE
93262024-08-27T23:23:32.595Z[ host-image] Aug 27 23:23:30.737 INFO O| Aug 27 23:23:30.737 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-08-27T23:23:32.603Z[ host-image] Aug 27 23:23:30.746 INFO O| Aug 27 23:23:30.746 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93282024-08-27T23:23:32.603Z[ host-image] Aug 27 23:23:30.746 INFO O| Aug 27 23:23:30.746 INFO copying /tmp/.tmpudd7zb/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 ...
93292024-08-27T23:23:32.603Z[ host-image] Aug 27 23:23:30.747 INFO O| Aug 27 23:23:30.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93302024-08-27T23:23:32.603Z[ host-image] Aug 27 23:23:30.747 INFO O| Aug 27 23:23:30.747 INFO ok!
93312024-08-27T23:23:32.605Z[ host-image] Aug 27 23:23:30.747 INFO O| Aug 27 23:23:30.747 INFO STEP 117 (ensure_file) COMPLETE
93322024-08-27T23:23:32.605Z[ host-image] Aug 27 23:23:30.747 INFO O| Aug 27 23:23:30.747 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-08-27T23:23:32.613Z[ host-image] Aug 27 23:23:30.757 INFO O| Aug 27 23:23:30.757 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93342024-08-27T23:23:32.613Z[ host-image] Aug 27 23:23:30.757 INFO O| Aug 27 23:23:30.757 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93352024-08-27T23:23:32.616Z[ host-image] Aug 27 23:23:30.757 INFO O| Aug 27 23:23:30.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93362024-08-27T23:23:32.616Z[ host-image] Aug 27 23:23:30.757 INFO O| Aug 27 23:23:30.757 INFO ok!
93372024-08-27T23:23:32.616Z[ host-image] Aug 27 23:23:30.757 INFO O| Aug 27 23:23:30.757 INFO STEP 118 (ensure_file) COMPLETE
93382024-08-27T23:23:32.616Z[ host-image] Aug 27 23:23:30.757 INFO O| Aug 27 23:23:30.757 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-08-27T23:23:32.623Z[ host-image] Aug 27 23:23:30.766 INFO O| Aug 27 23:23:30.766 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93402024-08-27T23:23:32.623Z[ host-image] Aug 27 23:23:30.766 INFO O| Aug 27 23:23:30.766 INFO copying /tmp/.tmpudd7zb/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93412024-08-27T23:23:35.907Z[ host-image] Aug 27 23:23:34.050 INFO O| Aug 27 23:23:34.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93422024-08-27T23:23:35.907Z[ host-image] Aug 27 23:23:34.050 INFO O| Aug 27 23:23:34.050 INFO ok!
93432024-08-27T23:23:35.910Z[ host-image] Aug 27 23:23:34.050 INFO O| Aug 27 23:23:34.050 INFO STEP 119 (ensure_file) COMPLETE
93442024-08-27T23:23:35.910Z[ host-image] Aug 27 23:23:34.050 INFO O| Aug 27 23:23:34.050 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-08-27T23:23:35.919Z[ host-image] Aug 27 23:23:34.061 INFO O| Aug 27 23:23:34.061 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93462024-08-27T23:23:35.921Z[ host-image] Aug 27 23:23:34.061 INFO O| Aug 27 23:23:34.061 INFO STEP 120 (ensure_dir) COMPLETE
93472024-08-27T23:23:35.921Z[ host-image] Aug 27 23:23:34.061 INFO O| Aug 27 23:23:34.061 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-08-27T23:23:35.929Z[ host-image] Aug 27 23:23:34.071 INFO O| Aug 27 23:23:34.071 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93492024-08-27T23:23:35.929Z[ host-image] Aug 27 23:23:34.071 INFO O| Aug 27 23:23:34.071 INFO STEP 121 (ensure_dir) COMPLETE
93502024-08-27T23:23:35.929Z[ host-image] Aug 27 23:23:34.071 INFO O| Aug 27 23:23:34.071 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-08-27T23:23:35.940Z[ host-image] Aug 27 23:23:34.080 INFO O| Aug 27 23:23:34.080 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93522024-08-27T23:23:35.940Z[ host-image] Aug 27 23:23:34.080 INFO O| Aug 27 23:23:34.080 INFO STEP 122 (ensure_dir) COMPLETE
93532024-08-27T23:23:35.940Z[ host-image] Aug 27 23:23:34.080 INFO O| Aug 27 23:23:34.080 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93542024-08-27T23:23:35.947Z[ host-image] Aug 27 23:23:34.089 INFO O| Aug 27 23:23:34.089 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93552024-08-27T23:23:35.947Z[ host-image] Aug 27 23:23:34.090 INFO O| Aug 27 23:23:34.089 INFO STEP 123 (ensure_dir) COMPLETE
93562024-08-27T23:23:35.947Z[ host-image] Aug 27 23:23:34.090 INFO O| Aug 27 23:23:34.089 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-08-27T23:23:35.956Z[ host-image] Aug 27 23:23:34.099 INFO O| Aug 27 23:23:34.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93582024-08-27T23:23:35.956Z[ host-image] Aug 27 23:23:34.099 INFO O| Aug 27 23:23:34.099 INFO copying /tmp/.tmpudd7zb/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 ...
93592024-08-27T23:23:35.958Z[ host-image] Aug 27 23:23:34.099 INFO O| Aug 27 23:23:34.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93602024-08-27T23:23:35.958Z[ host-image] Aug 27 23:23:34.099 INFO O| Aug 27 23:23:34.099 INFO ok!
93612024-08-27T23:23:35.959Z[ host-image] Aug 27 23:23:34.099 INFO O| Aug 27 23:23:34.099 INFO STEP 124 (ensure_file) COMPLETE
93622024-08-27T23:23:35.959Z[ host-image] Aug 27 23:23:34.099 INFO O| Aug 27 23:23:34.099 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632024-08-27T23:23:35.967Z[ host-image] Aug 27 23:23:34.109 INFO O| Aug 27 23:23:34.109 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93642024-08-27T23:23:35.967Z[ host-image] Aug 27 23:23:34.109 INFO O| Aug 27 23:23:34.109 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93652024-08-27T23:23:35.970Z[ host-image] Aug 27 23:23:34.109 INFO O| Aug 27 23:23:34.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93662024-08-27T23:23:35.970Z[ host-image] Aug 27 23:23:34.109 INFO O| Aug 27 23:23:34.109 INFO STEP 125 (ensure_dir) COMPLETE
93672024-08-27T23:23:35.970Z[ host-image] Aug 27 23:23:34.109 INFO O| Aug 27 23:23:34.109 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-08-27T23:23:35.977Z[ host-image] Aug 27 23:23:34.119 INFO O| Aug 27 23:23:34.118 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93692024-08-27T23:23:35.979Z[ host-image] Aug 27 23:23:34.119 INFO O| Aug 27 23:23:34.119 INFO copying /tmp/.tmpudd7zb/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93702024-08-27T23:23:35.979Z[ host-image] Aug 27 23:23:34.119 INFO O| Aug 27 23:23:34.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93712024-08-27T23:23:35.979Z[ host-image] Aug 27 23:23:34.119 INFO O| Aug 27 23:23:34.119 INFO ok!
93722024-08-27T23:23:35.979Z[ host-image] Aug 27 23:23:34.119 INFO O| Aug 27 23:23:34.119 INFO STEP 126 (ensure_file) COMPLETE
93732024-08-27T23:23:35.979Z[ host-image] Aug 27 23:23:34.119 INFO O| Aug 27 23:23:34.119 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93742024-08-27T23:23:35.985Z[ host-image] Aug 27 23:23:34.128 INFO O| Aug 27 23:23:34.128 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93752024-08-27T23:23:35.987Z[ host-image] Aug 27 23:23:34.128 INFO O| Aug 27 23:23:34.128 INFO STEP 127 (remove_files) COMPLETE
93762024-08-27T23:23:35.987Z[ host-image] Aug 27 23:23:34.128 INFO O| Aug 27 23:23:34.128 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93772024-08-27T23:23:35.995Z[ host-image] Aug 27 23:23:34.138 INFO O| Aug 27 23:23:34.138 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93782024-08-27T23:23:35.998Z[ host-image] Aug 27 23:23:34.138 INFO O| Aug 27 23:23:34.138 INFO STEP 128 (remove_files) COMPLETE
93792024-08-27T23:23:35.998Z[ host-image] Aug 27 23:23:34.138 INFO O| Aug 27 23:23:34.138 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93802024-08-27T23:23:36.004Z[ host-image] Aug 27 23:23:34.147 INFO O| Aug 27 23:23:34.147 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93812024-08-27T23:23:36.007Z[ host-image] Aug 27 23:23:34.147 INFO O| Aug 27 23:23:34.147 INFO STEP 129 (remove_files) COMPLETE
93822024-08-27T23:23:36.007Z[ host-image] Aug 27 23:23:34.147 INFO O| Aug 27 23:23:34.147 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93832024-08-27T23:23:36.014Z[ host-image] Aug 27 23:23:34.157 INFO O| Aug 27 23:23:34.157 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93842024-08-27T23:23:36.016Z[ host-image] Aug 27 23:23:34.157 INFO O| Aug 27 23:23:34.157 INFO STEP 130 (remove_files) COMPLETE
93852024-08-27T23:23:36.016Z[ host-image] Aug 27 23:23:34.157 INFO O| Aug 27 23:23:34.157 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93862024-08-27T23:23:36.023Z[ host-image] Aug 27 23:23:34.166 INFO O| Aug 27 23:23:34.166 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93872024-08-27T23:23:36.025Z[ host-image] Aug 27 23:23:34.166 INFO O| Aug 27 23:23:34.166 INFO STEP 131 (remove_files) COMPLETE
93882024-08-27T23:23:36.025Z[ host-image] Aug 27 23:23:34.166 INFO O| Aug 27 23:23:34.166 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93892024-08-27T23:23:36.033Z[ host-image] Aug 27 23:23:34.175 INFO O| Aug 27 23:23:34.175 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93902024-08-27T23:23:36.036Z[ host-image] Aug 27 23:23:34.176 INFO O| Aug 27 23:23:34.176 INFO STEP 132 (remove_files) COMPLETE
93912024-08-27T23:23:36.036Z[ host-image] Aug 27 23:23:34.176 INFO O| Aug 27 23:23:34.176 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93922024-08-27T23:23:36.042Z[ host-image] Aug 27 23:23:34.185 INFO O| Aug 27 23:23:34.185 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93932024-08-27T23:23:36.042Z[ host-image] Aug 27 23:23:34.185 INFO O| Aug 27 23:23:34.185 INFO STEP 133 (remove_files) COMPLETE
93942024-08-27T23:23:36.042Z[ host-image] Aug 27 23:23:34.185 INFO O| Aug 27 23:23:34.185 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93952024-08-27T23:23:36.051Z[ host-image] Aug 27 23:23:34.194 INFO O| Aug 27 23:23:34.194 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93962024-08-27T23:23:36.051Z[ host-image] Aug 27 23:23:34.194 INFO O| Aug 27 23:23:34.194 INFO STEP 134 (remove_files) COMPLETE
93972024-08-27T23:23:36.054Z[ host-image] Aug 27 23:23:34.194 INFO O| Aug 27 23:23:34.194 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93982024-08-27T23:23:36.061Z[ host-image] Aug 27 23:23:34.204 INFO O| Aug 27 23:23:34.204 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93992024-08-27T23:23:36.061Z[ host-image] Aug 27 23:23:34.204 INFO O| Aug 27 23:23:34.204 INFO STEP 135 (remove_files) COMPLETE
94002024-08-27T23:23:36.063Z[ host-image] Aug 27 23:23:34.204 INFO O| Aug 27 23:23:34.204 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94012024-08-27T23:23:36.071Z[ host-image] Aug 27 23:23:34.213 INFO O| Aug 27 23:23:34.213 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94022024-08-27T23:23:36.071Z[ host-image] Aug 27 23:23:34.213 INFO O| Aug 27 23:23:34.213 INFO STEP 136 (remove_files) COMPLETE
94032024-08-27T23:23:36.073Z[ host-image] Aug 27 23:23:34.213 INFO O| Aug 27 23:23:34.213 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94042024-08-27T23:23:36.079Z[ host-image] Aug 27 23:23:34.222 INFO O| Aug 27 23:23:34.222 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94052024-08-27T23:23:36.082Z[ host-image] Aug 27 23:23:34.222 INFO O| Aug 27 23:23:34.222 INFO STEP 137 (remove_files) COMPLETE
94062024-08-27T23:23:36.082Z[ host-image] Aug 27 23:23:34.222 INFO O| Aug 27 23:23:34.222 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94072024-08-27T23:23:36.089Z[ host-image] Aug 27 23:23:34.232 INFO O| Aug 27 23:23:34.232 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94082024-08-27T23:23:36.089Z[ host-image] Aug 27 23:23:34.232 INFO O| Aug 27 23:23:34.232 INFO STEP 138 (remove_files) COMPLETE
94092024-08-27T23:23:36.092Z[ host-image] Aug 27 23:23:34.232 INFO O| Aug 27 23:23:34.232 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94102024-08-27T23:23:36.101Z[ host-image] Aug 27 23:23:34.241 INFO O| Aug 27 23:23:34.241 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94112024-08-27T23:23:36.101Z[ host-image] Aug 27 23:23:34.241 INFO O| Aug 27 23:23:34.241 INFO STEP 139 (remove_files) COMPLETE
94122024-08-27T23:23:36.110Z[ host-image] Aug 27 23:23:34.241 INFO O| Aug 27 23:23:34.241 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94132024-08-27T23:23:36.115Z[ host-image] Aug 27 23:23:34.250 INFO O| Aug 27 23:23:34.250 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94142024-08-27T23:23:36.115Z[ host-image] Aug 27 23:23:34.250 INFO O| Aug 27 23:23:34.250 INFO STEP 140 (remove_files) COMPLETE
94152024-08-27T23:23:36.115Z[ host-image] Aug 27 23:23:34.250 INFO O| Aug 27 23:23:34.250 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94162024-08-27T23:23:36.117Z[ host-image] Aug 27 23:23:34.259 INFO O| Aug 27 23:23:34.259 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94172024-08-27T23:23:36.117Z[ host-image] Aug 27 23:23:34.259 INFO O| Aug 27 23:23:34.259 INFO STEP 141 (remove_files) COMPLETE
94182024-08-27T23:23:36.117Z[ host-image] Aug 27 23:23:34.259 INFO O| Aug 27 23:23:34.259 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94192024-08-27T23:23:36.126Z[ host-image] Aug 27 23:23:34.269 INFO O| Aug 27 23:23:34.269 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94202024-08-27T23:23:36.126Z[ host-image] Aug 27 23:23:34.269 INFO O| Aug 27 23:23:34.269 INFO STEP 142 (remove_files) COMPLETE
94212024-08-27T23:23:36.126Z[ host-image] Aug 27 23:23:34.269 INFO O| Aug 27 23:23:34.269 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94222024-08-27T23:23:36.137Z[ host-image] Aug 27 23:23:34.279 INFO O| Aug 27 23:23:34.278 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94232024-08-27T23:23:36.140Z[ host-image] Aug 27 23:23:34.279 INFO O| Aug 27 23:23:34.279 INFO STEP 143 (remove_files) COMPLETE
94242024-08-27T23:23:36.140Z[ host-image] Aug 27 23:23:34.279 INFO O| Aug 27 23:23:34.279 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94252024-08-27T23:23:36.145Z[ host-image] Aug 27 23:23:34.288 INFO O| Aug 27 23:23:34.288 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94262024-08-27T23:23:36.146Z[ host-image] Aug 27 23:23:34.288 INFO O| Aug 27 23:23:34.288 INFO STEP 144 (remove_files) COMPLETE
94272024-08-27T23:23:36.146Z[ host-image] Aug 27 23:23:34.288 INFO O| Aug 27 23:23:34.288 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94282024-08-27T23:23:36.155Z[ host-image] Aug 27 23:23:34.298 INFO O| Aug 27 23:23:34.298 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94292024-08-27T23:23:36.155Z[ host-image] Aug 27 23:23:34.298 INFO O| Aug 27 23:23:34.298 INFO STEP 145 (remove_files) COMPLETE
94302024-08-27T23:23:36.158Z[ host-image] Aug 27 23:23:34.298 INFO O| Aug 27 23:23:34.298 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94312024-08-27T23:23:36.165Z[ host-image] Aug 27 23:23:34.308 INFO O| Aug 27 23:23:34.308 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94322024-08-27T23:23:36.165Z[ host-image] Aug 27 23:23:34.308 INFO O| Aug 27 23:23:34.308 INFO STEP 146 (remove_files) COMPLETE
94332024-08-27T23:23:36.165Z[ host-image] Aug 27 23:23:34.308 INFO O| Aug 27 23:23:34.308 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94342024-08-27T23:23:36.175Z[ host-image] Aug 27 23:23:34.317 INFO O| Aug 27 23:23:34.317 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94352024-08-27T23:23:36.178Z[ host-image] Aug 27 23:23:34.318 INFO O| Aug 27 23:23:34.317 INFO STEP 147 (remove_files) COMPLETE
94362024-08-27T23:23:36.178Z[ host-image] Aug 27 23:23:34.318 INFO O| Aug 27 23:23:34.318 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94372024-08-27T23:23:36.184Z[ host-image] Aug 27 23:23:34.327 INFO O| Aug 27 23:23:34.327 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94382024-08-27T23:23:36.186Z[ host-image] Aug 27 23:23:34.327 INFO O| Aug 27 23:23:34.327 INFO STEP 148 (remove_files) COMPLETE
94392024-08-27T23:23:36.186Z[ host-image] Aug 27 23:23:34.327 INFO O| Aug 27 23:23:34.327 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94402024-08-27T23:23:36.193Z[ host-image] Aug 27 23:23:34.336 INFO O| Aug 27 23:23:34.336 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94412024-08-27T23:23:36.193Z[ host-image] Aug 27 23:23:34.336 INFO O| Aug 27 23:23:34.336 INFO STEP 149 (remove_files) COMPLETE
94422024-08-27T23:23:36.196Z[ host-image] Aug 27 23:23:34.336 INFO O| Aug 27 23:23:34.336 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94432024-08-27T23:23:36.203Z[ host-image] Aug 27 23:23:34.346 INFO O| Aug 27 23:23:34.346 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94442024-08-27T23:23:36.205Z[ host-image] Aug 27 23:23:34.346 INFO O| Aug 27 23:23:34.346 INFO STEP 150 (remove_files) COMPLETE
94452024-08-27T23:23:36.205Z[ host-image] Aug 27 23:23:34.346 INFO O| Aug 27 23:23:34.346 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94462024-08-27T23:23:36.213Z[ host-image] Aug 27 23:23:34.356 INFO O| Aug 27 23:23:34.355 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94472024-08-27T23:23:36.213Z[ host-image] Aug 27 23:23:34.356 INFO O| Aug 27 23:23:34.356 INFO STEP 151 (remove_files) COMPLETE
94482024-08-27T23:23:36.213Z[ host-image] Aug 27 23:23:34.356 INFO O| Aug 27 23:23:34.356 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94492024-08-27T23:23:36.222Z[ host-image] Aug 27 23:23:34.365 INFO O| Aug 27 23:23:34.365 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94502024-08-27T23:23:36.222Z[ host-image] Aug 27 23:23:34.365 INFO O| Aug 27 23:23:34.365 INFO STEP 152 (remove_files) COMPLETE
94512024-08-27T23:23:36.222Z[ host-image] Aug 27 23:23:34.365 INFO O| Aug 27 23:23:34.365 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94522024-08-27T23:23:36.233Z[ host-image] Aug 27 23:23:34.375 INFO O| Aug 27 23:23:34.375 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94532024-08-27T23:23:36.233Z[ host-image] Aug 27 23:23:34.375 INFO O| Aug 27 23:23:34.375 INFO STEP 153 (remove_files) COMPLETE
94542024-08-27T23:23:36.235Z[ host-image] Aug 27 23:23:34.375 INFO O| Aug 27 23:23:34.375 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94552024-08-27T23:23:36.242Z[ host-image] Aug 27 23:23:34.384 INFO O| Aug 27 23:23:34.384 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94562024-08-27T23:23:36.242Z[ host-image] Aug 27 23:23:34.385 INFO O| Aug 27 23:23:34.384 INFO STEP 154 (remove_files) COMPLETE
94572024-08-27T23:23:36.242Z[ host-image] Aug 27 23:23:34.385 INFO O| Aug 27 23:23:34.385 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94582024-08-27T23:23:36.252Z[ host-image] Aug 27 23:23:34.394 INFO O| Aug 27 23:23:34.394 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94592024-08-27T23:23:36.252Z[ host-image] Aug 27 23:23:34.394 INFO O| Aug 27 23:23:34.394 INFO STEP 155 (remove_files) COMPLETE
94602024-08-27T23:23:36.260Z[ host-image] Aug 27 23:23:34.394 INFO O| Aug 27 23:23:34.394 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94612024-08-27T23:23:36.266Z[ host-image] Aug 27 23:23:34.409 INFO O| Aug 27 23:23:34.409 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94622024-08-27T23:23:36.268Z[ host-image] Aug 27 23:23:34.409 INFO O| Aug 27 23:23:34.409 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
94632024-08-27T23:23:42.993Z[ host-image] Aug 27 23:23:41.133 INFO O| Aug 27 23:23:41.133 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
94642024-08-27T23:23:42.993Z[ host-image] Aug 27 23:23:41.133 INFO O| Aug 27 23:23:41.133 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94652024-08-27T23:23:43.006Z[ host-image] Aug 27 23:23:41.147 INFO O| Aug 27 23:23:41.147 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
94662024-08-27T23:23:43.084Z[ host-image] Aug 27 23:23:41.225 INFO O| Aug 27 23:23:41.225 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94672024-08-27T23:23:43.087Z[ host-image] Aug 27 23:23:41.225 INFO O| Aug 27 23:23:41.225 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94682024-08-27T23:23:43.087Z[ host-image] Aug 27 23:23:41.227 INFO O| Aug 27 23:23:41.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94692024-08-27T23:23:43.087Z[ host-image] Aug 27 23:23:41.227 INFO O| Aug 27 23:23:41.227 INFO ok!
94702024-08-27T23:23:43.087Z[ host-image] Aug 27 23:23:41.227 INFO O| Aug 27 23:23:41.227 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94712024-08-27T23:23:43.087Z[ host-image] Aug 27 23:23:41.227 INFO O| Aug 27 23:23:41.227 INFO STEP 156 (seed_smf) COMPLETE
94722024-08-27T23:23:43.087Z[ host-image] Aug 27 23:23:41.227 INFO O| Aug 27 23:23:41.227 INFO steps complete; finalising image!
94732024-08-27T23:23:43.087Z[ host-image] Aug 27 23:23:41.227 INFO O| Aug 27 23:23:41.227 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94742024-08-27T23:23:43.226Z[ host-image] Aug 27 23:23:41.367 INFO O| Aug 27 23:23:41.367 INFO trim TEMPORARY-gimlet-zfs: (6% trimmed, started at Tue Aug 27 23:23:41 2024)
94752024-08-27T23:23:43.447Z[ host-image] Aug 27 23:23:41.588 INFO O| Aug 27 23:23:41.588 INFO temporary pool has 672M used, 160M avail, 1.87x compressratio
94762024-08-27T23:23:43.447Z[ host-image] Aug 27 23:23:41.588 INFO O| Aug 27 23:23:41.588 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94772024-08-27T23:23:43.733Z[ host-image] Aug 27 23:23:41.874 INFO O| Aug 27 23:23:41.874 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94782024-08-27T23:23:43.733Z[ host-image] Aug 27 23:23:41.874 INFO O| Aug 27 23:23:41.874 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94792024-08-27T23:23:44.762Z[ host-image] Aug 27 23:23:42.902 INFO O| Aug 27 23:23:42.902 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94802024-08-27T23:23:44.762Z[ host-image] Aug 27 23:23:42.902 INFO O| Aug 27 23:23:42.902 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94812024-08-27T23:23:44.766Z[ host-image] Aug 27 23:23:42.902 INFO O| Aug 27 23:23:42.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94822024-08-27T23:23:44.766Z[ host-image] Aug 27 23:23:42.902 INFO O| Aug 27 23:23:42.902 INFO completed processing gimlet/zfs
94832024-08-27T23:23:44.766Z[ host-image] Aug 27 23:23:42.902 INFO O| Aug 27 23:23:42.902 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94842024-08-27T23:23:51.134Z[ host-image] Aug 27 23:23:49.273 INFO O| Aug 27 23:23:49.273 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94852024-08-27T23:23:51.215Z[ host-image] Aug 27 23:23:49.354 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
94862024-08-27T23:23:51.215Z[ host-image] Aug 27 23:23:49.354 INFO expanded image name: "ci 665bcc1/${os_short_commit} 2024-08-27 22:55" -> "ci 665bcc1/2408c3f 2024-08-27 22:55"
94872024-08-27T23:23:51.218Z[ host-image] Aug 27 23:23:49.354 INFO output artefacts stored in: "/work/os-host"
94882024-08-27T23:23:51.218Z[ host-image] Aug 27 23:23:49.354 INFO collecting git info from project "pilot"...
94892024-08-27T23:23:51.221Z[ host-image] Aug 27 23:23:49.360 INFO collecting git info from project "bootserver"...
94902024-08-27T23:23:51.226Z[ host-image] Aug 27 23:23:49.365 INFO collecting git info from project "image-builder"...
94912024-08-27T23:23:51.230Z[ host-image] Aug 27 23:23:49.369 INFO collecting git info from project "phbl"...
94922024-08-27T23:23:51.235Z[ host-image] Aug 27 23:23:49.374 INFO collecting git info from project "amd-firmware"...
94932024-08-27T23:23:51.242Z[ host-image] Aug 27 23:23:49.382 INFO collecting git info from project "amd-host-image-builder"...
94942024-08-27T23:23:51.256Z[ host-image] Aug 27 23:23:49.395 INFO collecting git info from project "chelsio-t6-roms"...
94952024-08-27T23:23:51.261Z[ host-image] Aug 27 23:23:49.399 INFO collecting git info from project "pinprick"...
94962024-08-27T23:23:51.264Z[ host-image] Aug 27 23:23:49.404 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94972024-08-27T23:23:51.624Z[ host-image] Aug 27 23:23:49.762 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94982024-08-27T23:23:51.963Z[ host-image] Aug 27 23:23:50.102 INFO creating Oxide boot image...
94992024-08-27T23:23:51.963Z[ host-image] Aug 27 23:23:50.102 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 665bcc1/2408c3f 2024-08-27 22:55", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95002024-08-27T23:23:52.935Z[ host-image] Aug 27 23:23:51.074 INFO O| ok, image written!
95012024-08-27T23:23:52.935Z[ host-image] Aug 27 23:23:51.074 INFO O| ok, boot_image_csum file written!
95022024-08-27T23:23:52.938Z[ host-image] Aug 27 23:23:51.077 INFO creating boot archive (CPIO)...
95032024-08-27T23:23:52.938Z[ host-image] Aug 27 23:23:51.077 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
95042024-08-27T23:23:52.947Z[ host-image] Aug 27 23:23:51.085 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95052024-08-27T23:23:52.947Z[ host-image] Aug 27 23:23:51.085 INFO E| + outfile=/work/os-host/cpio
95062024-08-27T23:23:52.949Z[ host-image] Aug 27 23:23:51.085 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95072024-08-27T23:23:52.949Z[ host-image] Aug 27 23:23:51.087 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95082024-08-27T23:23:52.949Z[ host-image] Aug 27 23:23:51.087 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95092024-08-27T23:23:52.989Z[ host-image] Aug 27 23:23:51.128 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95102024-08-27T23:23:52.989Z[ host-image] Aug 27 23:23:51.128 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95112024-08-27T23:23:52.997Z[ host-image] Aug 27 23:23:51.135 INFO creating compressed cpio/unix for nanobl-rs...
95122024-08-27T23:23:52.997Z[ host-image] Aug 27 23:23:51.135 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
95132024-08-27T23:23:53.275Z[ host-image] Aug 27 23:23:51.413 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95142024-08-27T23:23:57.608Z[ host-image] Aug 27 23:23:55.745 INFO creating reset image...
95152024-08-27T23:23:57.610Z[ host-image] Aug 27 23:23:55.745 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95162024-08-27T23:23:57.690Z[ host-image] Aug 27 23:23:55.827 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95172024-08-27T23:23:57.692Z[ host-image] Aug 27 23:23:55.828 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95182024-08-27T23:23:57.754Z[ host-image] Aug 27 23:23:55.890 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95192024-08-27T23:23:59.924Z[ host-image] Aug 27 23:23:58.061 INFO E| Finished `release` profile [optimized] target(s) in 2.22s
95202024-08-27T23:23:59.935Z[ host-image] Aug 27 23:23:58.072 INFO building host image...
95212024-08-27T23:23:59.938Z[ host-image] Aug 27 23:23:58.072 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")
95222024-08-27T23:24:00.406Z[ host-image] Aug 27 23:23:58.543 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95232024-08-27T23:24:46.487Z[ host-image] Aug 27 23:24:44.613 INFO image complete! materials are in "/work/os-host"
95242024-08-27T23:24:46.490Z[ host-image]
95252024-08-27T23:24:46.493Z[ host-image] real 8:29.692824635
95262024-08-27T23:24:46.493Z[ host-image] user 3:59.776519372
95272024-08-27T23:24:46.493Z[ host-image] sys 49.338500013
95282024-08-27T23:24:46.493Z[ host-image] trap 0.128818304
95292024-08-27T23:24:46.493Z[ host-image] tflt 0.008616261
95302024-08-27T23:24:46.493Z[ host-image] dflt 0.039775474
95312024-08-27T23:24:46.493Z[ host-image] kflt 0.000000000
95322024-08-27T23:24:46.493Z[ host-image] lock 8:48.451964348
95332024-08-27T23:24:46.493Z[ host-image] slp 46:15.358811851
95342024-08-27T23:24:46.493Z[ host-image] lat 1:08.199093589
95352024-08-27T23:24:46.493Z[ host-image] stop 0.771186011
95362024-08-27T23:24:46.493ZAug 27 23:24:44.617 INFO [host-image] process exited with exit status: 0 (509.706033533s)
95372024-08-27T23:24:46.493ZAug 27 23:24:44.617 INFO [tuf-repo] running task
95382024-08-27T23:24:53.570ZAug 27 23:24:51.693 INFO assembling repository in `/tmp/tufaceousS27F86`, component: OmicronRepoAssembler
95392024-08-27T23:24:58.250ZAug 27 23:24:56.372 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95402024-08-27T23:24:58.609ZAug 27 23:24:56.731 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95412024-08-27T23:25:10.420ZAug 27 23:25:08.539 INFO [tuf-repo] task succeeded (23.922124539s)
95422024-08-27T23:25:10.420ZAug 27 23:25:08.539 INFO all jobs completed in 1804.659127933s
95432024-08-27T23:25:10.957Zprocess exited: duration 2349804 ms, exit code 0
 
95442024-08-27T23:25:10.967Zfound 33 output files
95452024-08-27T23:25:10.967Zuploading: /work/manifest.toml (8404 bytes)
95462024-08-27T23:25:11.977Zuploaded: /work/manifest.toml
95472024-08-27T23:25:11.977Zuploading: /work/repo.zip (1792422735 bytes)
95482024-08-27T23:25:44.291Zuploaded: /work/repo.zip
95492024-08-27T23:25:44.291Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95502024-08-27T23:25:45.324Zuploaded: /work/repo.zip.sha256.txt
95512024-08-27T23:25:45.324Zuploading: /work/helios-setup.log (52229 bytes)
95522024-08-27T23:25:46.335Zuploaded: /work/helios-setup.log
95532024-08-27T23:25:46.336Zuploading: /work/host-image.log (194625 bytes)
95542024-08-27T23:25:47.360Zuploaded: /work/host-image.log
95552024-08-27T23:25:47.360Zuploading: /work/host-package.log (19071 bytes)
95562024-08-27T23:25:48.378Zuploaded: /work/host-package.log
95572024-08-27T23:25:48.378Zuploading: /work/host-target.log (101 bytes)
95582024-08-27T23:25:49.389Zuploaded: /work/host-target.log
95592024-08-27T23:25:49.389Zuploading: /work/omicron-package.log (4572 bytes)
95602024-08-27T23:25:50.400Zuploaded: /work/omicron-package.log
95612024-08-27T23:25:50.400Zuploading: /work/phbl-toolchain.log (881 bytes)
95622024-08-27T23:25:51.408Zuploaded: /work/phbl-toolchain.log
95632024-08-27T23:25:51.408Zuploading: /work/recovery-image.log (590380 bytes)
95642024-08-27T23:25:52.438Zuploaded: /work/recovery-image.log
95652024-08-27T23:25:52.438Zuploading: /work/recovery-package.log (282 bytes)
95662024-08-27T23:25:53.446Zuploaded: /work/recovery-package.log
95672024-08-27T23:25:53.446Zuploading: /work/recovery-target.log (98 bytes)
95682024-08-27T23:25:54.453Zuploaded: /work/recovery-target.log
95692024-08-27T23:25:54.453Zuploading: /work/stamp-clickhouse.log (117 bytes)
95702024-08-27T23:25:55.460Zuploaded: /work/stamp-clickhouse.log
95712024-08-27T23:25:55.460Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95722024-08-27T23:25:56.467Zuploaded: /work/stamp-clickhouse_keeper.log
95732024-08-27T23:25:56.468Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95742024-08-27T23:25:57.476Zuploaded: /work/stamp-cockroachdb.log
95752024-08-27T23:25:57.476Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95762024-08-27T23:25:58.483Zuploaded: /work/stamp-crucible-dtrace.log
95772024-08-27T23:25:58.483Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95782024-08-27T23:25:59.493Zuploaded: /work/stamp-crucible-pantry-zone.log
95792024-08-27T23:25:59.493Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95802024-08-27T23:26:00.500Zuploaded: /work/stamp-crucible-zone.log
95812024-08-27T23:26:00.500Zuploading: /work/stamp-external-dns.log (119 bytes)
95822024-08-27T23:26:01.508Zuploaded: /work/stamp-external-dns.log
95832024-08-27T23:26:01.508Zuploading: /work/stamp-installinator.log (103 bytes)
95842024-08-27T23:26:02.516Zuploaded: /work/stamp-installinator.log
95852024-08-27T23:26:02.516Zuploading: /work/stamp-internal-dns.log (119 bytes)
95862024-08-27T23:26:03.523Zuploaded: /work/stamp-internal-dns.log
95872024-08-27T23:26:03.523Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95882024-08-27T23:26:04.531Zuploaded: /work/stamp-mg-ddm-gz.log
95892024-08-27T23:26:04.531Zuploading: /work/stamp-nexus.log (112 bytes)
95902024-08-27T23:26:05.539Zuploaded: /work/stamp-nexus.log
95912024-08-27T23:26:05.539Zuploading: /work/stamp-ntp.log (110 bytes)
95922024-08-27T23:26:06.547Zuploaded: /work/stamp-ntp.log
95932024-08-27T23:26:06.547Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95942024-08-27T23:26:07.556Zuploaded: /work/stamp-omicron-sled-agent.log
95952024-08-27T23:26:07.556Zuploading: /work/stamp-overlay.log (114 bytes)
95962024-08-27T23:26:08.570Zuploaded: /work/stamp-overlay.log
95972024-08-27T23:26:08.570Zuploading: /work/stamp-oximeter.log (115 bytes)
95982024-08-27T23:26:09.578Zuploaded: /work/stamp-oximeter.log
95992024-08-27T23:26:09.578Zuploading: /work/stamp-oxlog.log (109 bytes)
96002024-08-27T23:26:10.587Zuploaded: /work/stamp-oxlog.log
96012024-08-27T23:26:10.587Zuploading: /work/stamp-probe.log (112 bytes)
96022024-08-27T23:26:11.594Zuploaded: /work/stamp-probe.log
96032024-08-27T23:26:11.594Zuploading: /work/stamp-propolis-server.log (122 bytes)
96042024-08-27T23:26:12.603Zuploaded: /work/stamp-propolis-server.log
96052024-08-27T23:26:12.603Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96062024-08-27T23:26:13.611Zuploaded: /work/stamp-pumpkind-gz.log
96072024-08-27T23:26:13.611Zuploading: /work/stamp-switch-asic.log (118 bytes)
96082024-08-27T23:26:14.619Zuploaded: /work/stamp-switch-asic.log
96092024-08-27T23:26:14.619Zuploading: /work/verify-libraries.log (1992 bytes)
96102024-08-27T23:26:15.628Zuploaded: /work/verify-libraries.log