01J6AGBRM804W8AKAVKS6R9WNH: 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: 01J6AGC8M2Q5T2RAFT074GHA1E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-27T18:09:16.810Zjob assigned to worker 01J6AGCB96XRJBVMWQHA8FB45C (queued for 1 m 3 s)
 
22024-08-27T18:09:25.155Zstarting task 0: "setup"
32024-08-27T18:09:25.163Z++ uname -s
42024-08-27T18:09:25.166Z+ kern=SunOS
52024-08-27T18:09:25.166Z+ case "$kern" in
62024-08-27T18:09:25.166Z+ groupadd -g 12345 build
72024-08-27T18:09:25.168Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-27T18:09:27.178Z+ zfs create -o mountpoint=/work rpool/work
92024-08-27T18:09:27.282Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-27T18:09:27.285Z+ home_fs=zfs
112024-08-27T18:09:27.285Z+ [[ zfs == autofs ]]
122024-08-27T18:09:27.285Z+ mkdir -p /home/build
132024-08-27T18:09:27.288Z+ chown build:build /home/build /work
142024-08-27T18:09:29.289Z+ chmod 0700 /home/build /work
152024-08-27T18:09:29.292Zprocess exited: duration 4138 ms, exit code 0
 
162024-08-27T18:09:29.298Zstarting task 1: "rust-toolchain"
172024-08-27T18:09:29.303Z+ printf ' * toolchain channel = "%s"
182024-08-27T18:09:29.303Z * toolchain channel = "1.80.1"
192024-08-27T18:09:29.303Z * toolchain profile = "default"
202024-08-27T18:09:29.303Z' 1.80.1
212024-08-27T18:09:29.303Z+ printf ' * toolchain profile = "%s"
222024-08-27T18:09:29.303Z' default
232024-08-27T18:09:29.305Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-27T18:09:29.305Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-27T18:09:29.421Zinfo: downloading installer
262024-08-27T18:09:30.598Zinfo: profile set to 'default'
272024-08-27T18:09:30.598Zinfo: default host triple is x86_64-unknown-illumos
282024-08-27T18:09:30.601Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-27T18:09:30.723Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-27T18:09:30.723Zinfo: downloading component 'cargo'
312024-08-27T18:09:31.330Zinfo: downloading component 'clippy'
322024-08-27T18:09:31.549Zinfo: downloading component 'rust-docs'
332024-08-27T18:09:32.407Zinfo: downloading component 'rust-std'
342024-08-27T18:09:33.604Zinfo: downloading component 'rustc'
352024-08-27T18:09:36.972Zinfo: downloading component 'rustfmt'
362024-08-27T18:09:37.157Zinfo: installing component 'cargo'
372024-08-27T18:09:37.981Zinfo: installing component 'clippy'
382024-08-27T18:09:38.351Zinfo: installing component 'rust-docs'
392024-08-27T18:09:39.973Zinfo: installing component 'rust-std'
402024-08-27T18:09:41.634Zinfo: installing component 'rustc'
412024-08-27T18:09:45.825Zinfo: installing component 'rustfmt'
422024-08-27T18:09:46.159Z
432024-08-27T18:09:46.159Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-08-27T18:09:46.406Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-27T18:09:46.406Z
462024-08-27T18:09:46.408Z
472024-08-27T18:09:46.408ZRust is installed now. Great!
482024-08-27T18:09:46.408Z
492024-08-27T18:09:46.408ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-27T18:09:46.408Zenvironment variable. This has not been done automatically.
512024-08-27T18:09:46.408Z
522024-08-27T18:09:46.408ZTo configure your current shell, you need to source
532024-08-27T18:09:46.408Zthe corresponding env file under $HOME/.cargo.
542024-08-27T18:09:46.408Z
552024-08-27T18:09:46.408ZThis is usually done by running one of the following (note the leading DOT):
562024-08-27T18:09:46.408Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-27T18:09:46.409Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-27T18:09:46.453Z+ rustc --version
592024-08-27T18:09:46.518Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-27T18:09:46.521Zprocess exited: duration 17221 ms, exit code 0
 
612024-08-27T18:09:46.526Zstarting task 2: "authentication"
622024-08-27T18:09:46.547Zprocess exited: duration 20 ms, exit code 0
 
632024-08-27T18:09:46.552Zstarting task 3: "clone repository"
642024-08-27T18:09:46.557Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-27T18:09:46.562Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-27T18:09:46.809ZCloning into '/work/oxidecomputer/omicron'...
672024-08-27T18:09:58.221Z+ cd /work/oxidecomputer/omicron
682024-08-27T18:09:58.221Z+ git fetch origin 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a
692024-08-27T18:09:58.573ZFrom https://github.com/oxidecomputer/omicron
702024-08-27T18:09:58.573Z * branch 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a -> FETCH_HEAD
712024-08-27T18:09:58.582Z+ [[ -n sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides ]]
722024-08-27T18:09:58.585Z++ git branch --show-current
732024-08-27T18:09:58.587Z+ current=main
742024-08-27T18:09:58.587Z+ [[ main != sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides ]]
752024-08-27T18:09:58.587Z+ git branch -f sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a
762024-08-27T18:09:58.590Z+ git checkout -f sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides
772024-08-27T18:09:58.743ZSwitched to branch 'sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides'
782024-08-27T18:09:58.745Z+ git reset --hard 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a
792024-08-27T18:09:58.893ZHEAD is now at 3f25c21d6 update comment
802024-08-27T18:09:58.895Zprocess exited: duration 12341 ms, exit code 0
 
812024-08-27T18:09:58.900Zstarting task 4: "build"
822024-08-27T18:09:58.906Z+ cargo --version
832024-08-27T18:09:58.960Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-27T18:09:58.963Z+ rustc --version
852024-08-27T18:09:59.020Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-27T18:09:59.022Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-27T18:10:14.411Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-27T18:10:17.180Z Startup: Caching catalogs ... Done
892024-08-27T18:10:19.168ZPlanning: Solver setup ... Done (1.417s)
902024-08-27T18:10:19.186ZPlanning: Running solver ... Done (0.023s)
912024-08-27T18:10:19.355ZPlanning: Finding local manifests ... Done (0.129s)
922024-08-27T18:10:19.368ZPlanning: Fetching manifests: 0/5 0% complete
932024-08-27T18:10:20.141ZPlanning: Fetching manifests: 5/5 100% complete
942024-08-27T18:10:20.340ZPlanning: Package planning ... Done (0.199s)
952024-08-27T18:10:20.395ZPlanning: Merging actions ... Done (0.055s)
962024-08-27T18:10:21.287ZPlanning: Checking for conflicting actions ... Done (0.892s)
972024-08-27T18:10:29.489ZPlanning: Consolidating action changes ... Done (8.196s)
982024-08-27T18:10:29.893ZPlanning: Evaluating mediators ... Done (0.409s)
992024-08-27T18:10:29.977ZPlanning: Planning completed in 12.72 seconds
1002024-08-27T18:10:31.433Z Packages to install: 4
1012024-08-27T18:10:31.433Z Packages to update: 1
1022024-08-27T18:10:31.433Z Mediators to change: 2
1032024-08-27T18:10:31.433Z Services to change: 1
1042024-08-27T18:10:31.438Z Estimated space available: 155.72 GB
1052024-08-27T18:10:31.438ZEstimated space to be consumed: 1.53 GB
1062024-08-27T18:10:31.438Z Create boot environment: No
1072024-08-27T18:10:31.438ZCreate backup boot environment: Yes
1082024-08-27T18:10:31.438Z Rebuild boot archive: No
1092024-08-27T18:10:31.438Z
1102024-08-27T18:10:31.439ZChanged mediators:
1112024-08-27T18:10:31.439Z mediator clang:
1122024-08-27T18:10:31.439Z version: None -> 15 (system default)
1132024-08-27T18:10:31.439Z
1142024-08-27T18:10:31.439Z mediator llvm:
1152024-08-27T18:10:31.439Z version: 14 (system default) -> 15 (system default)
1162024-08-27T18:10:31.439Z
1172024-08-27T18:10:31.439ZChanged packages:
1182024-08-27T18:10:31.439Zhelios-dev
1192024-08-27T18:10:31.439Z developer/build-essential
1202024-08-27T18:10:31.439Z None -> 11-2.0
1212024-08-27T18:10:31.439Z library/libxmlsec1
1222024-08-27T18:10:31.439Z None -> 1.2.35-2.0
1232024-08-27T18:10:31.439Z ooce/developer/clang-15
1242024-08-27T18:10:31.439Z None -> 15.0.7-2.0
1252024-08-27T18:10:31.439Z ooce/developer/llvm-15
1262024-08-27T18:10:31.439Z None -> 15.0.7-2.0
1272024-08-27T18:10:31.439Z package/pkg
1282024-08-27T18:10:31.439Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-08-27T18:10:31.439Z
1302024-08-27T18:10:31.439ZServices:
1312024-08-27T18:10:31.439Z restart_fmri:
1322024-08-27T18:10:31.439Z svc:/system/update-man-index:default
1332024-08-27T18:10:31.439Z
1342024-08-27T18:10:31.439ZEditable files to change:
1352024-08-27T18:10:31.439Z Update:
1362024-08-27T18:10:31.439Z usr/share/lib/pkg/web/config.shtml
1372024-08-27T18:10:31.896Z
1382024-08-27T18:10:31.896ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-08-27T18:10:36.897ZDownload: 1090/4281 items 19.7/220.6MB 8% complete (4.0M/s)
1402024-08-27T18:10:41.897ZDownload: 1392/4281 items 117.0/220.6MB 53% complete (11.8M/s)
1412024-08-27T18:10:46.898ZDownload: 2253/4281 items 119.6/220.6MB 54% complete (10.0M/s)
1422024-08-27T18:10:52.345ZDownload: 3245/4281 items 203.1/220.6MB 92% complete (9.4M/s)
1432024-08-27T18:10:57.500ZDownload: 4200/4281 items 220.5/220.6MB 99% complete (10.1M/s)
1442024-08-27T18:10:59.321ZDownload: Completed 220.60 MB in 27.42 seconds (8.0M/s)
1452024-08-27T18:11:01.213Z Actions: 1/5063 actions (Removing old actions)
1462024-08-27T18:11:01.234Z Actions: 194/5063 actions (Installing new actions)
1472024-08-27T18:11:06.257Z Actions: 4082/5063 actions (Installing new actions)
1482024-08-27T18:11:07.139Z Actions: 4226/5063 actions (Updating modified actions)
1492024-08-27T18:11:07.476Z Actions: Completed 5063 actions in 6.26 seconds.
1502024-08-27T18:11:07.758Z Done (0.274s)
1512024-08-27T18:11:07.760Z Done (0.000s)
1522024-08-27T18:11:08.132Z Done (0.373s)
1532024-08-27T18:11:15.056Z Done (6.745s)
1542024-08-27T18:11:15.465Z Done (0.340s)
1552024-08-27T18:11:15.468Z Done (0.000s)
1562024-08-27T18:11:15.632Z Done (0.000s)
1572024-08-27T18:11:16.226ZPlanning: Evaluating mediator changes ... Done
1582024-08-27T18:11:16.391ZPlanning: Checking for conflicting actions ... Done
1592024-08-27T18:11:16.394ZPlanning: Consolidating action changes ... Done
1602024-08-27T18:11:16.667ZPlanning: Evaluating mediators ... Done
1612024-08-27T18:11:16.669ZPlanning: Planning completed in 0.44 seconds
1622024-08-27T18:11:16.706Z Mediators to change: 2
1632024-08-27T18:11:16.706Z Create boot environment: No
1642024-08-27T18:11:16.709ZCreate backup boot environment: No
1652024-08-27T18:11:16.780Z Done
1662024-08-27T18:11:16.780Z Done
1672024-08-27T18:11:17.015Z Done
1682024-08-27T18:11:20.699Z Done
1692024-08-27T18:11:20.792Z Done
1702024-08-27T18:11:20.795Z Done
1712024-08-27T18:11:20.922Z Done
1722024-08-27T18:11:21.531ZPlanning: Evaluating mediator changes ... Done
1732024-08-27T18:11:21.534ZPlanning: Merging actions ... Done
1742024-08-27T18:11:21.722ZPlanning: Checking for conflicting actions ... Done
1752024-08-27T18:11:21.724ZPlanning: Consolidating action changes ... Done
1762024-08-27T18:11:21.988ZPlanning: Evaluating mediators ... Done
1772024-08-27T18:11:22.043ZPlanning: Planning completed in 0.75 seconds
1782024-08-27T18:11:22.082Z Packages to change: 1
1792024-08-27T18:11:22.082Z Mediators to change: 1
1802024-08-27T18:11:22.085Z Services to change: 1
1812024-08-27T18:11:22.085Z Create boot environment: No
1822024-08-27T18:11:22.085ZCreate backup boot environment: Yes
1832024-08-27T18:11:24.075Z Actions: 1/6 actions (Updating modified actions)
1842024-08-27T18:11:24.174Z Actions: Completed 6 actions in 0.10 seconds.
1852024-08-27T18:11:24.176Z Done
1862024-08-27T18:11:24.176Z Done
1872024-08-27T18:11:24.254Z Done
1882024-08-27T18:11:27.893Z Done
1892024-08-27T18:11:27.987Z Done
1902024-08-27T18:11:27.989Z Done
1912024-08-27T18:11:28.105Z Done
1922024-08-27T18:11:28.539ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932024-08-27T18:11:28.539Zclang system 15 system
1942024-08-27T18:11:28.539Zcsh system system illumos
1952024-08-27T18:11:28.539Zctags system system illumos
1962024-08-27T18:11:28.539Zgcc vendor 12 vendor
1972024-08-27T18:11:28.539Zgcc system 10 system
1982024-08-27T18:11:28.539Zgcc system 7 system
1992024-08-27T18:11:28.539Zgo system 1.20 system
2002024-08-27T18:11:28.539Zgo system 1.19 system
2012024-08-27T18:11:28.539Zllvm system 15 system
2022024-08-27T18:11:28.539Zllvm system 14 system
2032024-08-27T18:11:28.539Zmariadb system 10.6 system
2042024-08-27T18:11:28.539Zmta vendor vendor dma
2052024-08-27T18:11:28.539Zopenjdk system 17 system
2062024-08-27T18:11:28.539Zopenjdk system 11 system
2072024-08-27T18:11:28.540Zopenjdk system 1.8 system
2082024-08-27T18:11:28.540Zopenssl vendor 3 vendor
2092024-08-27T18:11:28.540Zperl system 5.36 system
2102024-08-27T18:11:28.540Zpostgresql system 15 system
2112024-08-27T18:11:28.540Zpostgresql system 13 system
2122024-08-27T18:11:28.540Zpython vendor 3 vendor
2132024-08-27T18:11:28.540Zpython system 2 system
2142024-08-27T18:11:28.540Zpython3 system 3.11 system
2152024-08-27T18:11:28.540Zruby system 3.0 system
2162024-08-27T18:11:28.540Zwords vendor vendor american-english
2172024-08-27T18:11:28.540Zwords system system australian-english
2182024-08-27T18:11:28.540Zwords system system british-english
2192024-08-27T18:11:28.540Zwords system system canadian-english
2202024-08-27T18:11:28.540Zwords system system french
2212024-08-27T18:11:28.540Zwords system system italian
2222024-08-27T18:11:28.540Zwords system system ngerman
2232024-08-27T18:11:28.540Zwords system system ogerman
2242024-08-27T18:11:28.540Zwords system system spanish
2252024-08-27T18:11:28.869ZPUBLISHER TYPE STATUS P LOCATION
2262024-08-27T18:11:28.869Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2272024-08-27T18:11:30.638ZFMRI IFO
2282024-08-27T18:11:30.638Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2292024-08-27T18:11:30.638Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2302024-08-27T18:11:30.638Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2312024-08-27T18:11:30.638Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2322024-08-27T18:11:30.638Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2332024-08-27T18:11:30.639Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342024-08-27T18:11:30.639Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2352024-08-27T18:11:30.639Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2362024-08-27T18:11:30.639Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2372024-08-27T18:11:30.639Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2382024-08-27T18:11:30.639Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2392024-08-27T18:11:30.639Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2402024-08-27T18:11:30.639Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2412024-08-27T18:11:31.241Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422024-08-27T18:11:31.516Z Updating git repository `https://github.com/oxidecomputer/zone`
2432024-08-27T18:11:31.859Z Updating crates.io index
2442024-08-27T18:11:31.917Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2452024-08-27T18:11:32.636Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462024-08-27T18:11:33.415Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2472024-08-27T18:11:33.713Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2482024-08-27T18:11:35.187Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2492024-08-27T18:11:35.457Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2502024-08-27T18:11:35.748Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512024-08-27T18:11:36.862Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522024-08-27T18:11:38.761Z Updating git repository `https://github.com/oxidecomputer/opte`
2532024-08-27T18:11:39.760Z Updating git repository `https://github.com/oxidecomputer/falcon`
2542024-08-27T18:11:40.457Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552024-08-27T18:11:40.712Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2562024-08-27T18:11:41.261Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2572024-08-27T18:11:41.530Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2582024-08-27T18:11:41.796Z Updating git repository `https://github.com/oxidecomputer/tofino`
2592024-08-27T18:11:42.131Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602024-08-27T18:11:42.357Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612024-08-27T18:11:42.607Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622024-08-27T18:11:42.893Z Updating git repository `https://github.com/oxidecomputer/clickward`
2632024-08-27T18:11:43.214Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642024-08-27T18:11:43.514Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652024-08-27T18:11:43.972Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2662024-08-27T18:11:44.213Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672024-08-27T18:11:44.679Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682024-08-27T18:11:45.013Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692024-08-27T18:11:45.412Z Updating git repository `https://github.com/oxidecomputer/typify`
2702024-08-27T18:11:47.511Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2712024-08-27T18:11:47.783Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2722024-08-27T18:11:48.088Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2732024-08-27T18:11:48.491Z Updating git repository `https://github.com/oxidecomputer/rfb`
2742024-08-27T18:11:49.539Z Downloading crates ...
2752024-08-27T18:11:49.603Z Downloaded anstream v0.6.14
2762024-08-27T18:11:49.609Z Downloaded is_terminal_polyfill v1.70.0
2772024-08-27T18:11:49.617Z Downloaded usdt-macro v0.5.0
2782024-08-27T18:11:49.619Z Downloaded equivalent v1.0.1
2792024-08-27T18:11:49.625Z Downloaded swrite v0.1.0
2802024-08-27T18:11:49.627Z Downloaded digest v0.10.7
2812024-08-27T18:11:49.629Z Downloaded clap_lex v0.7.0
2822024-08-27T18:11:49.629Z Downloaded byteorder v1.5.0
2832024-08-27T18:11:49.632Z Downloaded anstyle-query v1.0.3
2842024-08-27T18:11:49.632Z Downloaded autocfg v1.3.0
2852024-08-27T18:11:49.634Z Downloaded cargo-platform v0.1.8
2862024-08-27T18:11:49.637Z Downloaded block-buffer v0.10.4
2872024-08-27T18:11:49.637Z Downloaded version_check v0.9.5
2882024-08-27T18:11:49.639Z Downloaded serde_spanned v0.6.7
2892024-08-27T18:11:49.639Z Downloaded macaddr v1.0.1
2902024-08-27T18:11:49.642Z Downloaded terminal_size v0.3.0
2912024-08-27T18:11:49.642Z Downloaded cpufeatures v0.2.12
2922024-08-27T18:11:49.644Z Downloaded anstyle-parse v0.2.4
2932024-08-27T18:11:49.644Z Downloaded usdt v0.5.0
2942024-08-27T18:11:49.647Z Downloaded dof v0.3.0
2952024-08-27T18:11:49.647Z Downloaded toml_datetime v0.6.8
2962024-08-27T18:11:49.649Z Downloaded memmap v0.7.0
2972024-08-27T18:11:49.653Z Downloaded fnv v1.0.7
2982024-08-27T18:11:49.655Z Downloaded thiserror-impl v1.0.63
2992024-08-27T18:11:49.662Z Downloaded fs-err v2.11.0
3002024-08-27T18:11:49.664Z Downloaded sha2 v0.10.8
3012024-08-27T18:11:49.666Z Downloaded cargo_toml v0.20.4
3022024-08-27T18:11:49.670Z Downloaded semver v1.0.23
3032024-08-27T18:11:49.673Z Downloaded heck v0.4.1
3042024-08-27T18:11:49.675Z Downloaded scroll v0.12.0
3052024-08-27T18:11:49.679Z Downloaded pest_derive v2.7.10
3062024-08-27T18:11:49.682Z Downloaded colorchoice v1.0.1
3072024-08-27T18:11:49.688Z Downloaded dtrace-parser v0.2.0
3082024-08-27T18:11:49.690Z Downloaded pretty-hex v0.4.1
3092024-08-27T18:11:49.697Z Downloaded scroll_derive v0.12.0
3102024-08-27T18:11:49.699Z Downloaded zerocopy-derive v0.7.34
3112024-08-27T18:11:49.703Z Downloaded proc-macro-error v1.0.4
3122024-08-27T18:11:49.707Z Downloaded usdt-impl v0.5.0
3132024-08-27T18:11:49.709Z Downloaded unicode-ident v1.0.12
3142024-08-27T18:11:49.711Z Downloaded serde_derive v1.0.208
3152024-08-27T18:11:49.713Z Downloaded pest_meta v2.7.10
3162024-08-27T18:11:49.716Z Downloaded proc-macro2 v1.0.86
3172024-08-27T18:11:49.719Z Downloaded cfg-if v1.0.0
3182024-08-27T18:11:49.721Z Downloaded cargo_metadata v0.18.1
3192024-08-27T18:11:49.721Z Downloaded generic-array v0.14.7
3202024-08-27T18:11:49.727Z Downloaded crypto-common v0.1.6
3212024-08-27T18:11:49.727Z Downloaded bytecount v0.6.8
3222024-08-27T18:11:49.730Z Downloaded anstyle v1.0.8
3232024-08-27T18:11:49.730Z Downloaded utf8parse v0.2.1
3242024-08-27T18:11:49.730Z Downloaded usdt-attr-macro v0.5.0
3252024-08-27T18:11:49.730Z Downloaded thread-id v4.2.1
3262024-08-27T18:11:49.730Z Downloaded tabled_derive v0.7.0
3272024-08-27T18:11:49.730Z Downloaded plain v0.2.3
3282024-08-27T18:11:49.732Z Downloaded pest_generator v2.7.10
3292024-08-27T18:11:49.732Z Downloaded itoa v1.0.11
3302024-08-27T18:11:49.735Z Downloaded thiserror v1.0.63
3312024-08-27T18:11:49.738Z Downloaded errno v0.3.9
3322024-08-27T18:11:49.740Z Downloaded typenum v1.17.0
3332024-08-27T18:11:49.743Z Downloaded papergrid v0.11.0
3342024-08-27T18:11:49.747Z Downloaded proc-macro-error-attr v1.0.4
3352024-08-27T18:11:49.749Z Downloaded heck v0.5.0
3362024-08-27T18:11:49.752Z Downloaded serde_tokenstream v0.2.2
3372024-08-27T18:11:49.754Z Downloaded quote v1.0.36
3382024-08-27T18:11:49.761Z Downloaded strsim v0.11.1
3392024-08-27T18:11:49.768Z Downloaded anyhow v1.0.86
3402024-08-27T18:11:49.776Z Downloaded camino v1.1.9
3412024-08-27T18:11:49.779Z Downloaded log v0.4.21
3422024-08-27T18:11:49.781Z Downloaded clap_derive v4.5.13
3432024-08-27T18:11:49.784Z Downloaded once_cell v1.19.0
3442024-08-27T18:11:49.787Z Downloaded toml v0.8.19
3452024-08-27T18:11:49.790Z Downloaded ucd-trie v0.1.6
3462024-08-27T18:11:49.793Z Downloaded ryu v1.0.18
3472024-08-27T18:11:49.795Z Downloaded indexmap v2.4.0
3482024-08-27T18:11:49.804Z Downloaded clap v4.5.16
3492024-08-27T18:11:49.813Z Downloaded bitflags v2.6.0
3502024-08-27T18:11:49.832Z Downloaded memchr v2.7.2
3512024-08-27T18:11:49.841Z Downloaded serde v1.0.208
3522024-08-27T18:11:49.857Z Downloaded toml_edit v0.22.20
3532024-08-27T18:11:49.879Z Downloaded zerocopy v0.7.34
3542024-08-27T18:11:49.894Z Downloaded clap_builder v4.5.15
3552024-08-27T18:11:49.902Z Downloaded goblin v0.8.2
3562024-08-27T18:11:49.908Z Downloaded tabled v0.15.0
3572024-08-27T18:11:49.924Z Downloaded winnow v0.6.18
3582024-08-27T18:11:49.931Z Downloaded hashbrown v0.14.5
3592024-08-27T18:11:49.937Z Downloaded syn v1.0.109
3602024-08-27T18:11:49.947Z Downloaded syn v2.0.74
3612024-08-27T18:11:49.957Z Downloaded serde_json v1.0.125
3622024-08-27T18:11:49.966Z Downloaded rustix v0.38.34
3632024-08-27T18:11:49.987Z Downloaded pest v2.7.10
3642024-08-27T18:11:49.992Z Downloaded unicode-width v0.1.13
3652024-08-27T18:11:49.999Z Downloaded libc v0.2.156
3662024-08-27T18:11:50.300Z Compiling proc-macro2 v1.0.86
3672024-08-27T18:11:50.302Z Compiling unicode-ident v1.0.12
3682024-08-27T18:11:50.302Z Compiling version_check v0.9.5
3692024-08-27T18:11:50.302Z Compiling serde v1.0.208
3702024-08-27T18:11:50.302Z Compiling thiserror v1.0.63
3712024-08-27T18:11:50.302Z Compiling memchr v2.7.2
3722024-08-27T18:11:50.302Z Compiling libc v0.2.156
3732024-08-27T18:11:50.334Z Compiling ucd-trie v0.1.6
3742024-08-27T18:11:50.554Z Compiling itoa v1.0.11
3752024-08-27T18:11:50.797Z Compiling ryu v1.0.18
3762024-08-27T18:11:50.973Z Compiling once_cell v1.19.0
3772024-08-27T18:11:51.154Z Compiling byteorder v1.5.0
3782024-08-27T18:11:51.311Z Compiling serde_json v1.0.125
3792024-08-27T18:11:52.582Z Compiling usdt-impl v0.5.0
3802024-08-27T18:11:52.604Z Compiling proc-macro-error-attr v1.0.4
3812024-08-27T18:11:52.604Z Compiling syn v1.0.109
3822024-08-27T18:11:52.648Z Compiling rustix v0.38.34
3832024-08-27T18:11:52.686Z Compiling proc-macro-error v1.0.4
3842024-08-27T18:11:52.955Z Compiling utf8parse v0.2.1
3852024-08-27T18:11:52.993Z Compiling plain v0.2.3
3862024-08-27T18:11:53.080Z Compiling hashbrown v0.14.5
3872024-08-27T18:11:53.129Z Compiling bitflags v2.6.0
3882024-08-27T18:11:53.199Z Compiling equivalent v1.0.1
3892024-08-27T18:11:53.327Z Compiling log v0.4.21
3902024-08-27T18:11:53.374Z Compiling anstyle-parse v0.2.4
3912024-08-27T18:11:53.491Z Compiling quote v1.0.36
3922024-08-27T18:11:53.604Z Compiling thread-id v4.2.1
3932024-08-27T18:11:53.739Z Compiling camino v1.1.9
3942024-08-27T18:11:53.787Z Compiling semver v1.0.23
3952024-08-27T18:11:53.865Z Compiling pretty-hex v0.4.1
3962024-08-27T18:11:54.077Z Compiling syn v2.0.74
3972024-08-27T18:11:54.104Z Compiling errno v0.3.9
3982024-08-27T18:11:54.252Z Compiling anstyle v1.0.8
3992024-08-27T18:11:54.354Z Compiling winnow v0.6.18
4002024-08-27T18:11:54.430Z Compiling indexmap v2.4.0
4012024-08-27T18:11:54.527Z Compiling anstyle-query v1.0.3
4022024-08-27T18:11:54.675Z Compiling autocfg v1.3.0
4032024-08-27T18:11:54.701Z Compiling is_terminal_polyfill v1.70.0
4042024-08-27T18:11:54.835Z Compiling colorchoice v1.0.1
4052024-08-27T18:11:55.008Z Compiling anstream v0.6.14
4062024-08-27T18:11:55.659Z Compiling fs-err v2.11.0
4072024-08-27T18:11:55.771Z Compiling terminal_size v0.3.0
4082024-08-27T18:11:55.887Z Compiling unicode-width v0.1.13
4092024-08-27T18:11:55.945Z Compiling bytecount v0.6.8
4102024-08-27T18:11:55.972Z Compiling strsim v0.11.1
4112024-08-27T18:11:55.995Z Compiling heck v0.5.0
4122024-08-27T18:11:55.999Z Compiling anyhow v1.0.86
4132024-08-27T18:11:56.102Z Compiling clap_lex v0.7.0
4142024-08-27T18:11:56.163Z Compiling fnv v1.0.7
4152024-08-27T18:11:56.303Z Compiling heck v0.4.1
4162024-08-27T18:11:56.510Z Compiling clap_builder v4.5.15
4172024-08-27T18:11:56.649Z Compiling papergrid v0.11.0
4182024-08-27T18:11:56.852Z Compiling memmap v0.7.0
4192024-08-27T18:11:57.513Z Compiling swrite v0.1.0
4202024-08-27T18:11:59.206Z Compiling tabled_derive v0.7.0
4212024-08-27T18:12:00.733Z Compiling tabled v0.15.0
4222024-08-27T18:12:02.542Z Compiling serde_derive v1.0.208
4232024-08-27T18:12:02.542Z Compiling thiserror-impl v1.0.63
4242024-08-27T18:12:02.545Z Compiling zerocopy-derive v0.7.34
4252024-08-27T18:12:02.546Z Compiling scroll_derive v0.12.0
4262024-08-27T18:12:02.546Z Compiling clap_derive v4.5.13
4272024-08-27T18:12:03.879Z Compiling scroll v0.12.0
4282024-08-27T18:12:04.452Z Compiling goblin v0.8.2
4292024-08-27T18:12:04.670Z Compiling zerocopy v0.7.34
4302024-08-27T18:12:05.021Z Compiling pest v2.7.10
4312024-08-27T18:12:06.275Z Compiling clap v4.5.16
4322024-08-27T18:12:07.363Z Compiling pest_meta v2.7.10
4332024-08-27T18:12:08.246Z Compiling pest_generator v2.7.10
4342024-08-27T18:12:10.115Z Compiling pest_derive v2.7.10
4352024-08-27T18:12:10.894Z Compiling dtrace-parser v0.2.0
4362024-08-27T18:12:12.786Z Compiling serde_tokenstream v0.2.2
4372024-08-27T18:12:12.897Z Compiling serde_spanned v0.6.7
4382024-08-27T18:12:12.899Z Compiling toml_datetime v0.6.8
4392024-08-27T18:12:12.941Z Compiling cargo-platform v0.1.8
4402024-08-27T18:12:13.314Z Compiling toml_edit v0.22.20
4412024-08-27T18:12:13.418Z Compiling macaddr v1.0.1
4422024-08-27T18:12:14.147Z Compiling dof v0.3.0
4432024-08-27T18:12:14.367Z Compiling cargo_metadata v0.18.1
4442024-08-27T18:12:15.784Z Compiling usdt-macro v0.5.0
4452024-08-27T18:12:15.787Z Compiling usdt-attr-macro v0.5.0
4462024-08-27T18:12:16.164Z Compiling toml v0.8.19
4472024-08-27T18:12:16.999Z Compiling cargo_toml v0.20.4
4482024-08-27T18:12:17.207Z Compiling usdt v0.5.0
4492024-08-27T18:12:20.747Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4502024-08-27T18:12:24.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.57s
4512024-08-27T18:12:24.839Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4522024-08-27T18:12:25.389Z Downloading crates ...
4532024-08-27T18:12:25.503Z Downloaded adler v1.0.2
4542024-08-27T18:12:25.513Z Downloaded arc-swap v1.7.1
4552024-08-27T18:12:25.520Z Downloaded atty v0.2.14
4562024-08-27T18:12:25.523Z Downloaded async-stream-impl v0.3.5
4572024-08-27T18:12:25.525Z Downloaded crucible-workspace-hack v0.1.0
4582024-08-27T18:12:25.525Z Downloaded base16ct v0.2.0
4592024-08-27T18:12:25.528Z Downloaded cstr-argument v0.1.2
4602024-08-27T18:12:25.528Z Downloaded bitstruct_derive v0.1.0
4612024-08-27T18:12:25.531Z Downloaded bit-set v0.5.3
4622024-08-27T18:12:25.534Z Downloaded array-init v0.0.4
4632024-08-27T18:12:25.537Z Downloaded bitfield v0.14.0
4642024-08-27T18:12:25.537Z Downloaded async-recursion v1.1.1
4652024-08-27T18:12:25.539Z Downloaded constant_time_eq v0.3.0
4662024-08-27T18:12:25.542Z Downloaded ciborium-ll v0.2.2
4672024-08-27T18:12:25.545Z Downloaded cexpr v0.6.0
4682024-08-27T18:12:25.545Z Downloaded atomic-waker v1.1.2
4692024-08-27T18:12:25.548Z Downloaded data-encoding v2.6.0
4702024-08-27T18:12:25.550Z Downloaded chacha20 v0.9.1
4712024-08-27T18:12:25.552Z Downloaded colored v2.1.0
4722024-08-27T18:12:25.555Z Downloaded cbc v0.1.2
4732024-08-27T18:12:25.555Z Downloaded newtype_derive v0.1.6
4742024-08-27T18:12:25.558Z Downloaded cassowary v0.3.0
4752024-08-27T18:12:25.561Z Downloaded instant v0.1.12
4762024-08-27T18:12:25.561Z Downloaded ciborium v0.2.2
4772024-08-27T18:12:25.563Z Downloaded crc v3.2.1
4782024-08-27T18:12:25.566Z Downloaded buf-list v1.0.3
4792024-08-27T18:12:25.568Z Downloaded crc-catalog v2.4.0
4802024-08-27T18:12:25.571Z Downloaded cookie v0.17.0
4812024-08-27T18:12:25.574Z Downloaded bzip2 v0.4.4
4822024-08-27T18:12:25.576Z Downloaded normalize-line-endings v0.3.0
4832024-08-27T18:12:25.576Z Downloaded bitflags v1.3.2
4842024-08-27T18:12:25.579Z Downloaded clang-sys v1.7.0
4852024-08-27T18:12:25.582Z Downloaded const-oid v0.9.6
4862024-08-27T18:12:25.585Z Downloaded md-5 v0.10.6
4872024-08-27T18:12:25.588Z Downloaded opaque-debug v0.3.1
4882024-08-27T18:12:25.590Z Downloaded atomicwrites v0.4.3
4892024-08-27T18:12:25.590Z Downloaded num_threads v0.1.7
4902024-08-27T18:12:25.593Z Downloaded num-derive v0.4.2
4912024-08-27T18:12:25.595Z Downloaded csv-core v0.1.11
4922024-08-27T18:12:25.595Z Downloaded num_cpus v1.16.0
4932024-08-27T18:12:25.606Z Downloaded num-iter v0.1.45
4942024-08-27T18:12:25.606Z Downloaded linked-hash-map v0.5.6
4952024-08-27T18:12:25.606Z Downloaded native-tls v0.2.11
4962024-08-27T18:12:25.606Z Downloaded is_ci v1.2.0
4972024-08-27T18:12:25.609Z Downloaded semver v0.1.20
4982024-08-27T18:12:25.609Z Downloaded assert_matches v1.5.0
4992024-08-27T18:12:25.609Z Downloaded nanorand v0.7.0
5002024-08-27T18:12:25.612Z Downloaded lru v0.12.3
5012024-08-27T18:12:25.615Z Downloaded num_enum_derive v0.5.11
5022024-08-27T18:12:25.615Z Downloaded signature v2.2.0
5032024-08-27T18:12:25.617Z Downloaded num v0.4.3
5042024-08-27T18:12:25.620Z Downloaded packed_struct_codegen v0.10.1
5052024-08-27T18:12:25.620Z Downloaded defmt-macros v0.3.9
5062024-08-27T18:12:25.622Z Downloaded defmt v0.3.8
5072024-08-27T18:12:25.626Z Downloaded const_format v0.2.32
5082024-08-27T18:12:25.632Z Downloaded olpc-cjson v0.1.3
5092024-08-27T18:12:25.635Z Downloaded take_mut v0.2.2
5102024-08-27T18:12:25.638Z Downloaded num-complex v0.4.6
5112024-08-27T18:12:25.638Z Downloaded static_assertions v1.1.0
5122024-08-27T18:12:25.640Z Downloaded num-conv v0.1.0
5132024-08-27T18:12:25.643Z Downloaded serde_derive_internals v0.29.1
5142024-08-27T18:12:25.643Z Downloaded addr2line v0.21.0
5152024-08-27T18:12:25.645Z Downloaded owo-colors v4.0.0
5162024-08-27T18:12:25.648Z Downloaded libloading v0.8.3
5172024-08-27T18:12:25.651Z Downloaded vte_generate_state_changes v0.1.1
5182024-08-27T18:12:25.653Z Downloaded convert_case v0.4.0
5192024-08-27T18:12:25.656Z Downloaded lalrpop-util v0.19.12
5202024-08-27T18:12:25.656Z Downloaded base64 v0.21.7
5212024-08-27T18:12:25.659Z Downloaded openssl-macros v0.1.1
5222024-08-27T18:12:25.661Z Downloaded darling_core v0.20.9
5232024-08-27T18:12:25.666Z Downloaded crossbeam-deque v0.8.5
5242024-08-27T18:12:25.669Z Downloaded oso-derive v0.27.3
5252024-08-27T18:12:25.669Z Downloaded nodrop v0.1.14
5262024-08-27T18:12:25.672Z Downloaded instability v0.3.2
5272024-08-27T18:12:25.672Z Downloaded num-integer v0.1.46
5282024-08-27T18:12:25.674Z Downloaded newtype-uuid v1.1.0
5292024-08-27T18:12:25.677Z Downloaded downcast v0.11.0
5302024-08-27T18:12:25.677Z Downloaded maybe-uninit v2.0.0
5312024-08-27T18:12:25.679Z Downloaded cobs v0.2.3
5322024-08-27T18:12:25.679Z Downloaded cipher v0.4.4
5332024-08-27T18:12:25.682Z Downloaded stable_deref_trait v1.2.0
5342024-08-27T18:12:25.684Z Downloaded parking_lot v0.12.2
5352024-08-27T18:12:25.687Z Downloaded try-lock v0.2.5
5362024-08-27T18:12:25.687Z Downloaded newline-converter v0.3.0
5372024-08-27T18:12:25.690Z Downloaded darling v0.20.9
5382024-08-27T18:12:25.693Z Downloaded openssl-probe v0.1.5
5392024-08-27T18:12:25.695Z Downloaded sqlparser_derive v0.2.2
5402024-08-27T18:12:25.695Z Downloaded slog-json v2.6.1
5412024-08-27T18:12:25.698Z Downloaded lazycell v1.3.0
5422024-08-27T18:12:25.700Z Downloaded crypto-bigint v0.5.5
5432024-08-27T18:12:25.707Z Downloaded tap v1.0.1
5442024-08-27T18:12:25.710Z Downloaded predicates-tree v1.0.9
5452024-08-27T18:12:25.710Z Downloaded ident_case v1.0.1
5462024-08-27T18:12:25.713Z Downloaded vsss-rs v3.3.4
5472024-08-27T18:12:25.715Z Downloaded pretty-hex v0.2.1
5482024-08-27T18:12:25.719Z Downloaded nu-ansi-term v0.50.0
5492024-08-27T18:12:25.726Z Downloaded nibble_vec v0.1.0
5502024-08-27T18:12:25.726Z Downloaded multimap v0.10.0
5512024-08-27T18:12:25.729Z Downloaded mockall v0.13.0
5522024-08-27T18:12:25.729Z Downloaded universal-hash v0.5.1
5532024-08-27T18:12:25.729Z Downloaded mime v0.3.17
5542024-08-27T18:12:25.729Z Downloaded maplit v1.0.2
5552024-08-27T18:12:25.729Z Downloaded mime_guess v2.0.4
5562024-08-27T18:12:25.733Z Downloaded cookie_store v0.20.0
5572024-08-27T18:12:25.736Z Downloaded console v0.15.8
5582024-08-27T18:12:25.739Z Downloaded cancel-safe-futures v0.1.5
5592024-08-27T18:12:25.742Z Downloaded packed_struct v0.10.1
5602024-08-27T18:12:25.744Z Downloaded flagset v0.4.5
5612024-08-27T18:12:25.747Z Downloaded oso v0.27.3
5622024-08-27T18:12:25.749Z Downloaded shlex v1.3.0
5632024-08-27T18:12:25.752Z Downloaded tracing-attributes v0.1.27
5642024-08-27T18:12:25.754Z Downloaded crossbeam-channel v0.5.12
5652024-08-27T18:12:25.759Z Downloaded tokio-macros v2.3.0
5662024-08-27T18:12:25.762Z Downloaded tokio-stream v0.1.15
5672024-08-27T18:12:25.767Z Downloaded crc32fast v1.4.0
5682024-08-27T18:12:25.769Z Downloaded kstat-rs v0.2.4
5692024-08-27T18:12:25.773Z Downloaded rtoolbox v0.0.2
5702024-08-27T18:12:25.773Z Downloaded curve25519-dalek-derive v0.1.1
5712024-08-27T18:12:25.776Z Downloaded rusty-fork v0.3.0
5722024-08-27T18:12:25.779Z Downloaded rustversion v1.0.17
5732024-08-27T18:12:25.781Z Downloaded pkg-config v0.3.30
5742024-08-27T18:12:25.782Z Downloaded smawk v0.3.2
5752024-08-27T18:12:25.784Z Downloaded futures-core v0.3.30
5762024-08-27T18:12:25.787Z Downloaded signal-hook-registry v1.4.2
5772024-08-27T18:12:25.787Z Downloaded ipnet v2.9.0
5782024-08-27T18:12:25.790Z Downloaded crc-any v2.5.0
5792024-08-27T18:12:25.792Z Downloaded parking_lot_core v0.8.6
5802024-08-27T18:12:25.795Z Downloaded memoffset v0.9.1
5812024-08-27T18:12:25.798Z Downloaded strum v0.26.3
5822024-08-27T18:12:25.798Z Downloaded smf v0.2.3
5832024-08-27T18:12:25.803Z Downloaded structmeta-derive v0.3.0
5842024-08-27T18:12:25.803Z Downloaded tokio-tungstenite v0.20.1
5852024-08-27T18:12:25.805Z Downloaded stringprep v0.1.4
5862024-08-27T18:12:25.808Z Downloaded path-slash v0.1.5
5872024-08-27T18:12:25.808Z Downloaded indexmap v1.9.3
5882024-08-27T18:12:25.812Z Downloaded endian-type v0.1.2
5892024-08-27T18:12:25.815Z Downloaded thiserror-impl-no-std v2.0.2
5902024-08-27T18:12:25.815Z Downloaded predicates v3.1.2
5912024-08-27T18:12:25.818Z Downloaded tokio-native-tls v0.3.1
5922024-08-27T18:12:25.820Z Downloaded hyper-rustls v0.24.2
5932024-08-27T18:12:25.823Z Downloaded crossbeam-utils v0.8.19
5942024-08-27T18:12:25.826Z Downloaded bytes v1.7.1
5952024-08-27T18:12:25.831Z Downloaded parse-size v1.0.0
5962024-08-27T18:12:25.834Z Downloaded time-core v0.1.2
5972024-08-27T18:12:25.837Z Downloaded hashlink v0.9.1
5982024-08-27T18:12:25.840Z Downloaded lock_api v0.4.12
5992024-08-27T18:12:25.840Z Downloaded parking_lot_core v0.9.10
6002024-08-27T18:12:25.842Z Downloaded cookie v0.18.1
6012024-08-27T18:12:25.845Z Downloaded tar v0.4.41
6022024-08-27T18:12:25.850Z Downloaded paste v1.0.15
6032024-08-27T18:12:25.854Z Downloaded zeroize_derive v1.4.2
6042024-08-27T18:12:25.857Z Downloaded enum-as-inner v0.6.0
6052024-08-27T18:12:25.859Z Downloaded zeroize v1.7.0
6062024-08-27T18:12:25.859Z Downloaded ff v0.13.0
6072024-08-27T18:12:25.861Z Downloaded miniz_oxide v0.7.2
6082024-08-27T18:12:25.865Z Downloaded derive_more v0.99.18
6092024-08-27T18:12:25.870Z Downloaded futures-sink v0.3.30
6102024-08-27T18:12:25.873Z Downloaded fragile v2.0.0
6112024-08-27T18:12:25.876Z Downloaded headers-core v0.2.0
6122024-08-27T18:12:25.876Z Downloaded tokio-rustls v0.25.0
6132024-08-27T18:12:25.878Z Downloaded peg v0.8.4
6142024-08-27T18:12:25.881Z Downloaded ref-cast-impl v1.0.23
6152024-08-27T18:12:25.885Z Downloaded serde_path_to_error v0.1.16
6162024-08-27T18:12:25.885Z Downloaded ref-cast v1.0.23
6172024-08-27T18:12:25.887Z Downloaded fd-lock v4.0.2
6182024-08-27T18:12:25.890Z Downloaded chacha20poly1305 v0.10.1
6192024-08-27T18:12:25.893Z Downloaded base64 v0.22.1
6202024-08-27T18:12:25.905Z Downloaded thread_local v1.1.8
6212024-08-27T18:12:25.908Z Downloaded which v4.4.2
6222024-08-27T18:12:25.912Z Downloaded smallvec v1.13.2
6232024-08-27T18:12:25.914Z Downloaded strum_macros v0.25.3
6242024-08-27T18:12:25.917Z Downloaded structmeta v0.3.0
6252024-08-27T18:12:25.917Z Downloaded shell-words v1.1.0
6262024-08-27T18:12:25.917Z Downloaded uzers v0.11.3
6272024-08-27T18:12:25.919Z Downloaded fallible-iterator v0.3.0
6282024-08-27T18:12:25.921Z Downloaded sha1 v0.10.6
6292024-08-27T18:12:25.924Z Downloaded unsafe-libyaml v0.2.11
6302024-08-27T18:12:25.927Z Downloaded zone_cfg_derive v0.1.2
6312024-08-27T18:12:25.929Z Downloaded glob v0.3.1
6322024-08-27T18:12:25.933Z Downloaded fallible-iterator v0.2.0
6332024-08-27T18:12:25.933Z Downloaded pin-utils v0.1.0
6342024-08-27T18:12:25.936Z Downloaded futures-task v0.3.30
6352024-08-27T18:12:25.936Z Downloaded structmeta-derive v0.2.0
6362024-08-27T18:12:25.936Z Downloaded twox-hash v1.6.3
6372024-08-27T18:12:25.939Z Downloaded dsl_auto_type v0.1.2
6382024-08-27T18:12:25.942Z Downloaded unicase v2.7.0
6392024-08-27T18:12:25.942Z Downloaded display-error-chain v0.2.0
6402024-08-27T18:12:25.944Z Downloaded password-hash v0.5.0
6412024-08-27T18:12:25.944Z Downloaded textwrap v0.16.1
6422024-08-27T18:12:25.947Z Downloaded test-strategy v0.3.1
6432024-08-27T18:12:25.951Z Downloaded hex v0.4.3
6442024-08-27T18:12:25.953Z Downloaded slog-scope v4.4.0
6452024-08-27T18:12:25.956Z Downloaded rustc-hash v1.1.0
6462024-08-27T18:12:25.956Z Downloaded slog v2.7.0
6472024-08-27T18:12:25.959Z Downloaded cc v1.0.97
6482024-08-27T18:12:25.962Z Downloaded heck v0.3.3
6492024-08-27T18:12:25.965Z Downloaded foreign-types v0.5.0
6502024-08-27T18:12:25.967Z Downloaded prettyplease v0.2.20
6512024-08-27T18:12:25.970Z Downloaded derive_builder v0.20.0
6522024-08-27T18:12:25.975Z Downloaded termcolor v1.4.1
6532024-08-27T18:12:25.978Z Downloaded phf_shared v0.10.0
6542024-08-27T18:12:25.978Z Downloaded scheduled-thread-pool v0.2.7
6552024-08-27T18:12:25.979Z Downloaded time-macros v0.2.18
6562024-08-27T18:12:25.981Z Downloaded yasna v0.5.2
6572024-08-27T18:12:25.984Z Downloaded diesel_table_macro_syntax v0.2.0
6582024-08-27T18:12:25.987Z Downloaded pem v3.0.4
6592024-08-27T18:12:25.989Z Downloaded zone v0.1.8
6602024-08-27T18:12:25.989Z Downloaded compact_str v0.8.0
6612024-08-27T18:12:25.992Z Downloaded derive_builder_macro v0.20.0
6622024-08-27T18:12:25.995Z Downloaded signal-hook-mio v0.2.4
6632024-08-27T18:12:25.995Z Downloaded schemars_derive v0.8.21
6642024-08-27T18:12:25.997Z Downloaded itertools v0.10.5
6652024-08-27T18:12:26.003Z Downloaded rustc_version v0.1.7
6662024-08-27T18:12:26.005Z Downloaded toolchain_find v0.4.0
6672024-08-27T18:12:26.008Z Downloaded snafu-derive v0.8.2
6682024-08-27T18:12:26.008Z Downloaded resolv-conf v0.7.0
6692024-08-27T18:12:26.011Z Downloaded erased-serde v0.3.31
6702024-08-27T18:12:26.013Z Downloaded quick-error v1.2.3
6712024-08-27T18:12:26.016Z Downloaded sqlformat v0.2.4
6722024-08-27T18:12:26.019Z Downloaded fxhash v0.2.1
6732024-08-27T18:12:26.019Z Downloaded rsa v0.9.6
6742024-08-27T18:12:26.022Z Downloaded itertools v0.13.0
6752024-08-27T18:12:26.030Z Downloaded tokio-tungstenite v0.21.0
6762024-08-27T18:12:26.033Z Downloaded peg-runtime v0.8.3
6772024-08-27T18:12:26.035Z Downloaded http-range v0.1.5
6782024-08-27T18:12:26.038Z Downloaded sync_wrapper v0.1.2
6792024-08-27T18:12:26.038Z Downloaded rustls-pemfile v1.0.4
6802024-08-27T18:12:26.042Z Downloaded radium v0.7.0
6812024-08-27T18:12:26.042Z Downloaded phf_shared v0.11.2
6822024-08-27T18:12:26.044Z Downloaded env_logger v0.10.2
6832024-08-27T18:12:26.047Z Downloaded httpdate v1.0.3
6842024-08-27T18:12:26.047Z Downloaded slab v0.4.9
6852024-08-27T18:12:26.050Z Downloaded fixedbitset v0.4.2
6862024-08-27T18:12:26.052Z Downloaded fallible-streaming-iterator v0.1.9
6872024-08-27T18:12:26.052Z Downloaded portpicker v0.1.1
6882024-08-27T18:12:26.055Z Downloaded futures-macro v0.3.30
6892024-08-27T18:12:26.055Z Downloaded signal-hook v0.3.17
6902024-08-27T18:12:26.057Z Downloaded http v1.1.0
6912024-08-27T18:12:26.062Z Downloaded subtle v2.5.0
6922024-08-27T18:12:26.065Z Downloaded structmeta v0.2.0
6932024-08-27T18:12:26.065Z Downloaded string_cache v0.8.7
6942024-08-27T18:12:26.067Z Downloaded subprocess v0.2.9
6952024-08-27T18:12:26.070Z Downloaded deranged v0.3.11
6962024-08-27T18:12:26.072Z Downloaded serde_with_macros v3.9.0
6972024-08-27T18:12:26.075Z Downloaded tinyvec_macros v0.1.1
6982024-08-27T18:12:26.075Z Downloaded want v0.3.1
6992024-08-27T18:12:26.077Z Downloaded hubpack v0.1.2
7002024-08-27T18:12:26.077Z Downloaded serde_with v3.9.0
7012024-08-27T18:12:26.086Z Downloaded tokio-postgres v0.7.11
7022024-08-27T18:12:26.092Z Downloaded getopts v0.2.21
7032024-08-27T18:12:26.094Z Downloaded percent-encoding v2.3.1
7042024-08-27T18:12:26.097Z Downloaded slog-bunyan v2.5.0
7052024-08-27T18:12:26.097Z Downloaded humantime v2.1.0
7062024-08-27T18:12:26.100Z Downloaded env_logger v0.9.3
7072024-08-27T18:12:26.100Z Downloaded tower-service v0.3.2
7082024-08-27T18:12:26.103Z Downloaded pin-project-lite v0.2.14
7092024-08-27T18:12:26.107Z Downloaded spki v0.7.3
7102024-08-27T18:12:26.109Z Downloaded dirs-sys-next v0.1.2
7112024-08-27T18:12:26.112Z Downloaded slog-dtrace v0.3.0
7122024-08-27T18:12:26.114Z Downloaded postgres-types v0.2.7
7132024-08-27T18:12:26.116Z Downloaded termios v0.3.3
7142024-08-27T18:12:26.116Z Downloaded wait-timeout v0.2.0
7152024-08-27T18:12:26.119Z Downloaded defmt-parser v0.3.4
7162024-08-27T18:12:26.121Z Downloaded dyn-clone v1.0.17
7172024-08-27T18:12:26.121Z Downloaded strum_macros v0.26.4
7182024-08-27T18:12:26.125Z Downloaded r2d2 v0.8.10
7192024-08-27T18:12:26.127Z Downloaded slog-async v2.8.0
7202024-08-27T18:12:26.128Z Downloaded unicode-bidi v0.3.15
7212024-08-27T18:12:26.130Z Downloaded mio v0.8.11
7222024-08-27T18:12:26.136Z Downloaded secrecy v0.8.0
7232024-08-27T18:12:26.138Z Downloaded termtree v0.4.1
7242024-08-27T18:12:26.141Z Downloaded foreign-types v0.3.2
7252024-08-27T18:12:26.141Z Downloaded powerfmt v0.2.0
7262024-08-27T18:12:26.143Z Downloaded gethostname v0.5.0
7272024-08-27T18:12:26.143Z Downloaded thiserror-no-std v2.0.2
7282024-08-27T18:12:26.147Z Downloaded tls_codec v0.4.1
7292024-08-27T18:12:26.149Z Downloaded heapless v0.7.17
7302024-08-27T18:12:26.154Z Downloaded hostname v0.3.1
7312024-08-27T18:12:26.157Z Downloaded elliptic-curve v0.13.8
7322024-08-27T18:12:26.160Z Downloaded slog-stdlog v4.1.1
7332024-08-27T18:12:26.164Z Downloaded peg-macros v0.8.4
7342024-08-27T18:12:26.168Z Downloaded similar v2.6.0
7352024-08-27T18:12:26.171Z Downloaded foreign-types-shared v0.1.1
7362024-08-27T18:12:26.171Z Downloaded num-bigint-dig v0.8.4
7372024-08-27T18:12:26.175Z Downloaded libm v0.2.8
7382024-08-27T18:12:26.185Z Downloaded pin-project v1.1.5
7392024-08-27T18:12:26.196Z Downloaded spin v0.5.2
7402024-08-27T18:12:26.198Z Downloaded waitgroup v0.1.2
7412024-08-27T18:12:26.201Z Downloaded serde_plain v1.0.2
7422024-08-27T18:12:26.201Z Downloaded rustfmt-wrapper v0.2.1
7432024-08-27T18:12:26.204Z Downloaded either v1.13.0
7442024-08-27T18:12:26.204Z Downloaded serde_urlencoded v0.7.1
7452024-08-27T18:12:26.206Z Downloaded highway v1.2.0
7462024-08-27T18:12:26.209Z Downloaded psl-types v2.0.11
7472024-08-27T18:12:26.209Z Downloaded ppv-lite86 v0.2.17
7482024-08-27T18:12:26.211Z Downloaded foreign-types-macros v0.2.3
7492024-08-27T18:12:26.211Z Downloaded steno v0.4.1
7502024-08-27T18:12:26.214Z Downloaded tempfile v3.10.1
7512024-08-27T18:12:26.217Z Downloaded rpassword v7.3.1
7522024-08-27T18:12:26.219Z Downloaded half v2.4.1
7532024-08-27T18:12:26.222Z Downloaded hashbrown v0.13.2
7542024-08-27T18:12:26.227Z Downloaded serde_arrays v0.1.0
7552024-08-27T18:12:26.229Z Downloaded untrusted v0.9.0
7562024-08-27T18:12:26.230Z Downloaded term v0.7.0
7572024-08-27T18:12:26.237Z Downloaded utf-8 v0.7.6
7582024-08-27T18:12:26.237Z Downloaded serde-hex v0.1.0
7592024-08-27T18:12:26.237Z Downloaded itertools v0.12.1
7602024-08-27T18:12:26.244Z Downloaded ron v0.8.1
7612024-08-27T18:12:26.249Z Downloaded same-file v1.0.6
7622024-08-27T18:12:26.252Z Downloaded difflib v0.4.0
7632024-08-27T18:12:26.255Z Downloaded blake3 v1.5.1
7642024-08-27T18:12:26.261Z Downloaded serde_repr v0.1.19
7652024-08-27T18:12:26.264Z Downloaded phf v0.11.2
7662024-08-27T18:12:26.267Z Downloaded hostname v0.4.0
7672024-08-27T18:12:26.267Z Downloaded rustc_version v0.4.0
7682024-08-27T18:12:26.269Z Downloaded headers v0.3.9
7692024-08-27T18:12:26.273Z Downloaded group v0.13.0
7702024-08-27T18:12:26.276Z Downloaded tungstenite v0.20.1
7712024-08-27T18:12:26.278Z Downloaded nom v7.1.3
7722024-08-27T18:12:26.284Z Downloaded hickory-resolver v0.24.1
7732024-08-27T18:12:26.289Z Downloaded reedline v0.33.0
7742024-08-27T18:12:26.297Z Downloaded rustls-webpki v0.101.7
7752024-08-27T18:12:26.313Z Downloaded uuid v1.10.0
7762024-08-27T18:12:26.316Z Downloaded diff v0.1.13
7772024-08-27T18:12:26.319Z Downloaded tungstenite v0.21.0
7782024-08-27T18:12:26.322Z Downloaded socket2 v0.5.7
7792024-08-27T18:12:26.325Z Downloaded bindgen v0.69.4
7802024-08-27T18:12:26.333Z Downloaded socket2 v0.4.10
7812024-08-27T18:12:26.335Z Downloaded snafu v0.8.2
7822024-08-27T18:12:26.341Z Downloaded unicode-segmentation v1.11.0
7832024-08-27T18:12:26.345Z Downloaded postcard v1.0.8
7842024-08-27T18:12:26.348Z Downloaded der v0.7.9
7852024-08-27T18:12:26.354Z Downloaded toml_edit v0.19.15
7862024-08-27T18:12:26.372Z Downloaded url v2.5.2
7872024-08-27T18:12:26.374Z Downloaded winnow v0.5.40
7882024-08-27T18:12:26.384Z Downloaded rusqlite v0.31.0
7892024-08-27T18:12:26.391Z Downloaded reqwest v0.11.27
7902024-08-27T18:12:26.398Z Downloaded hickory-server v0.24.1
7912024-08-27T18:12:26.404Z Downloaded smoltcp v0.9.1
7922024-08-27T18:12:26.417Z Downloaded unicode-normalization v0.1.23
7932024-08-27T18:12:26.421Z Downloaded vcpkg v0.2.15
7942024-08-27T18:12:26.461Z Downloaded h2 v0.3.26
7952024-08-27T18:12:26.470Z Downloaded portable-atomic v1.6.0
7962024-08-27T18:12:26.474Z Downloaded publicsuffix v2.2.3
7972024-08-27T18:12:26.477Z Downloaded unicode_categories v0.1.1
7982024-08-27T18:12:26.479Z Downloaded smoltcp v0.11.0
7992024-08-27T18:12:26.493Z Downloaded openssl v0.10.66
8002024-08-27T18:12:26.503Z Downloaded radix_trie v0.2.1
8012024-08-27T18:12:26.509Z Downloaded curve25519-dalek v4.1.3
8022024-08-27T18:12:26.519Z Downloaded tough v0.17.1
8032024-08-27T18:12:26.527Z Downloaded idna v0.5.0
8042024-08-27T18:12:26.535Z Downloaded proptest v1.5.0
8052024-08-27T18:12:26.545Z Downloaded diesel v2.2.2
8062024-08-27T18:12:26.566Z Downloaded rustls v0.22.4
8072024-08-27T18:12:26.580Z Downloaded idna v0.4.0
8082024-08-27T18:12:26.588Z Downloaded regex-syntax v0.8.4
8092024-08-27T18:12:26.598Z Downloaded object v0.30.4
8102024-08-27T18:12:26.609Z Downloaded ratatui v0.28.0
8112024-08-27T18:12:26.630Z Downloaded bzip2-sys v0.1.11+1.0.8
8122024-08-27T18:12:26.643Z Downloaded futures-util v0.3.30
8132024-08-27T18:12:26.656Z Downloaded nix v0.28.0
8142024-08-27T18:12:26.667Z Downloaded petgraph v0.6.5
8152024-08-27T18:12:26.686Z Downloaded regex v1.10.6
8162024-08-27T18:12:26.699Z Downloaded tokio v1.38.1
8172024-08-27T18:12:26.737Z Downloaded csv v1.3.0
8182024-08-27T18:12:26.757Z Downloaded regress v0.9.1
8192024-08-27T18:12:26.766Z Downloaded git2 v0.19.0
8202024-08-27T18:12:26.774Z Downloaded polar-core v0.27.3
8212024-08-27T18:12:26.783Z Downloaded idna v0.3.0
8222024-08-27T18:12:26.790Z Downloaded object v0.32.2
8232024-08-27T18:12:26.800Z Downloaded webpki-roots v0.25.4
8242024-08-27T18:12:26.805Z Downloaded gimli v0.28.1
8252024-08-27T18:12:26.813Z Downloaded hickory-proto v0.24.1
8262024-08-27T18:12:26.829Z Downloaded regex-syntax v0.6.29
8272024-08-27T18:12:26.836Z Downloaded rustls v0.21.12
8282024-08-27T18:12:26.848Z Downloaded openapiv3 v2.0.0
8292024-08-27T18:12:26.861Z Downloaded nix v0.27.1
8302024-08-27T18:12:26.873Z Downloaded bstr v1.9.1
8312024-08-27T18:12:26.883Z Downloaded lalrpop v0.19.12
8322024-08-27T18:12:26.894Z Downloaded rayon v1.10.0
8332024-08-27T18:12:26.903Z Downloaded hyper v0.14.30
8342024-08-27T18:12:26.912Z Downloaded bitvec v1.0.1
8352024-08-27T18:12:26.927Z Downloaded sled v0.34.7
8362024-08-27T18:12:26.937Z Downloaded zerocopy-derive v0.6.6
8372024-08-27T18:12:26.947Z Downloaded diesel_derives v2.2.2
8382024-08-27T18:12:26.951Z Downloaded chrono v0.4.38
8392024-08-27T18:12:26.959Z Downloaded flume v0.11.0
8402024-08-27T18:12:26.963Z Downloaded rustls-webpki v0.102.4
8412024-08-27T18:12:26.981Z Downloaded http v0.2.12
8422024-08-27T18:12:26.985Z Downloaded expectorate v1.1.0
8432024-08-27T18:12:26.988Z Downloaded quick-xml v0.31.0
8442024-08-27T18:12:26.993Z Downloaded hkdf v0.12.4
8452024-08-27T18:12:26.996Z Downloaded rustyline v14.0.0
8462024-08-27T18:12:27.000Z Downloaded smallvec v0.6.14
8472024-08-27T18:12:27.002Z Downloaded tokio-util v0.7.11
8482024-08-27T18:12:27.009Z Downloaded sqlparser v0.45.0
8492024-08-27T18:12:27.014Z Downloaded scopeguard v1.2.0
8502024-08-27T18:12:27.016Z Downloaded regex-automata v0.4.6
8512024-08-27T18:12:27.032Z Downloaded dirs-next v2.0.0
8522024-08-27T18:12:27.035Z Downloaded rand_xorshift v0.3.0
8532024-08-27T18:12:27.035Z Downloaded rustc-demangle v0.1.24
8542024-08-27T18:12:27.038Z Downloaded time v0.3.36
8552024-08-27T18:12:27.043Z Downloaded tinyvec v1.6.0
8562024-08-27T18:12:27.046Z Downloaded rand v0.8.5
8572024-08-27T18:12:27.049Z Downloaded typed-path v0.7.1
8582024-08-27T18:12:27.056Z Downloaded pin-project-internal v1.1.5
8592024-08-27T18:12:27.058Z Downloaded spin v0.9.8
8602024-08-27T18:12:27.060Z Downloaded getrandom v0.2.14
8612024-08-27T18:12:27.063Z Downloaded walkdir v2.5.0
8622024-08-27T18:12:27.065Z Downloaded heapless v0.8.0
8632024-08-27T18:12:27.068Z Downloaded rustls-pki-types v1.7.0
8642024-08-27T18:12:27.071Z Downloaded rand_seeder v0.3.0
8652024-08-27T18:12:27.074Z Downloaded toml v0.7.8
8662024-08-27T18:12:27.076Z Downloaded finl_unicode v1.2.0
8672024-08-27T18:12:27.090Z Downloaded ron v0.7.1
8682024-08-27T18:12:27.094Z Downloaded zip v0.6.6
8692024-08-27T18:12:27.099Z Downloaded hashbrown v0.12.3
8702024-08-27T18:12:27.103Z Downloaded libxml v0.3.3
8712024-08-27T18:12:27.109Z Downloaded float-ord v0.3.2
8722024-08-27T18:12:27.111Z Downloaded tui-tree-widget v0.22.0
8732024-08-27T18:12:27.111Z Downloaded slog-term v2.9.1
8742024-08-27T18:12:27.113Z Downloaded rustls-pemfile v2.1.3
8752024-08-27T18:12:27.116Z Downloaded globset v0.4.14
8762024-08-27T18:12:27.118Z Downloaded schemars v0.8.21
8772024-08-27T18:12:27.130Z Downloaded httparse v1.8.0
8782024-08-27T18:12:27.133Z Downloaded untrusted v0.7.1
8792024-08-27T18:12:27.133Z Downloaded precomputed-hash v0.1.1
8802024-08-27T18:12:27.133Z Downloaded postgres-protocol v0.6.7
8812024-08-27T18:12:27.135Z Downloaded signal-hook-tokio v0.3.1
8822024-08-27T18:12:27.138Z Downloaded sha3 v0.10.8
8832024-08-27T18:12:27.140Z Downloaded minimal-lexical v0.2.1
8842024-08-27T18:12:27.145Z Downloaded rand_core v0.6.4
8852024-08-27T18:12:27.148Z Downloaded pem-rfc7468 v0.7.0
8862024-08-27T18:12:27.150Z Downloaded pkcs1 v0.7.5
8872024-08-27T18:12:27.151Z Downloaded sec1 v0.7.3
8882024-08-27T18:12:27.153Z Downloaded sct v0.7.1
8892024-08-27T18:12:27.155Z Downloaded serde_yaml v0.9.34+deprecated
8902024-08-27T18:12:27.159Z Downloaded x509-cert v0.2.5
8912024-08-27T18:12:27.165Z Downloaded fastrand v2.1.0
8922024-08-27T18:12:27.168Z Downloaded poly1305 v0.8.0
8932024-08-27T18:12:27.170Z Downloaded http-body v0.4.6
8942024-08-27T18:12:27.173Z Downloaded supports-color v3.0.0
8952024-08-27T18:12:27.173Z Downloaded derive_builder_core v0.20.0
8962024-08-27T18:12:27.175Z Downloaded topological-sort v0.2.2
8972024-08-27T18:12:27.177Z Downloaded flate2 v1.0.31
8982024-08-27T18:12:27.181Z Downloaded siphasher v0.3.11
8992024-08-27T18:12:27.183Z Downloaded futures v0.3.30
9002024-08-27T18:12:27.187Z Downloaded openssl-sys v0.9.103
9012024-08-27T18:12:27.192Z Downloaded foreign-types-shared v0.3.1
9022024-08-27T18:12:27.196Z Downloaded strip-ansi-escapes v0.2.0
9032024-08-27T18:12:27.196Z Downloaded scrypt v0.11.0
9042024-08-27T18:12:27.199Z Downloaded filetime v0.2.24
9052024-08-27T18:12:27.199Z Downloaded rcgen v0.12.1
9062024-08-27T18:12:27.202Z Downloaded rayon-core v1.12.1
9072024-08-27T18:12:27.204Z Downloaded serde-big-array v0.5.1
9082024-08-27T18:12:27.207Z Downloaded tls_codec_derive v0.4.1
9092024-08-27T18:12:27.207Z Downloaded samael v0.0.15
9102024-08-27T18:12:27.212Z Downloaded hickory-client v0.24.1
9112024-08-27T18:12:27.215Z Downloaded derive-where v1.2.7
9122024-08-27T18:12:27.218Z Downloaded aes v0.8.4
9132024-08-27T18:12:27.221Z Downloaded vergen v8.3.2
9142024-08-27T18:12:27.225Z Downloaded aho-corasick v1.1.3
9152024-08-27T18:12:27.231Z Downloaded unicode-linebreak v0.1.5
9162024-08-27T18:12:27.233Z Downloaded pbkdf2 v0.12.2
9172024-08-27T18:12:27.233Z Downloaded whoami v1.5.1
9182024-08-27T18:12:27.238Z Downloaded tracing-core v0.1.32
9192024-08-27T18:12:27.240Z Downloaded tracing v0.1.40
9202024-08-27T18:12:27.242Z Downloaded indicatif v0.17.8
9212024-08-27T18:12:27.246Z Downloaded hash32 v0.2.1
9222024-08-27T18:12:27.249Z Downloaded pkcs5 v0.7.1
9232024-08-27T18:12:27.251Z Downloaded hmac v0.12.1
9242024-08-27T18:12:27.254Z Downloaded fatfs v0.3.6
9252024-08-27T18:12:27.256Z Downloaded rand_chacha v0.3.1
9262024-08-27T18:12:27.259Z Downloaded der_derive v0.7.2
9272024-08-27T18:12:27.261Z Downloaded hash32 v0.3.1
9282024-08-27T18:12:27.261Z Downloaded tokio-rustls v0.24.1
9292024-08-27T18:12:27.264Z Downloaded salsa20 v0.10.2
9302024-08-27T18:12:27.266Z Downloaded crossterm v0.28.1
9312024-08-27T18:12:27.271Z Downloaded parse-display-derive v0.10.0
9322024-08-27T18:12:27.273Z Downloaded home v0.5.9
9332024-08-27T18:12:27.273Z Downloaded funty v2.0.0
9342024-08-27T18:12:27.276Z Downloaded pkcs8 v0.10.2
9352024-08-27T18:12:27.279Z Downloaded iana-time-zone v0.1.60
9362024-08-27T18:12:27.279Z Downloaded mockall_derive v0.13.0
9372024-08-27T18:12:27.281Z Downloaded zerocopy v0.6.6
9382024-08-27T18:12:27.284Z Downloaded vte v0.11.1
9392024-08-27T18:12:27.286Z Downloaded parking_lot v0.11.2
9402024-08-27T18:12:27.288Z Downloaded num-traits v0.2.19
9412024-08-27T18:12:27.291Z Downloaded base64 v0.13.1
9422024-08-27T18:12:27.293Z Downloaded allocator-api2 v0.2.18
9432024-08-27T18:12:27.296Z Downloaded parse-display v0.10.0
9442024-08-27T18:12:27.299Z Downloaded unicode-xid v0.2.4
9452024-08-27T18:12:27.299Z Downloaded unicode-truncate v1.0.0
9462024-08-27T18:12:27.301Z Downloaded unarray v0.1.4
9472024-08-27T18:12:27.301Z Downloaded strum_macros v0.24.3
9482024-08-27T18:12:27.304Z Downloaded futures-channel v0.3.30
9492024-08-27T18:12:27.306Z Downloaded omicron-zone-package v0.11.0
9502024-08-27T18:12:27.309Z Downloaded mio v1.0.2
9512024-08-27T18:12:27.315Z Downloaded form_urlencoded v1.2.1
9522024-08-27T18:12:27.318Z Downloaded xattr v1.3.1
9532024-08-27T18:12:27.318Z Downloaded wyz v0.5.1
9542024-08-27T18:12:27.318Z Downloaded futures-io v0.3.30
9552024-08-27T18:12:27.320Z Downloaded futures-executor v0.3.30
9562024-08-27T18:12:27.320Z Downloaded crossbeam-epoch v0.9.18
9572024-08-27T18:12:27.323Z Downloaded proc-macro-crate v1.3.1
9582024-08-27T18:12:27.323Z Downloaded hyper-staticfile v0.9.5
9592024-08-27T18:12:27.327Z Downloaded float-cmp v0.9.0
9602024-08-27T18:12:27.327Z Downloaded ena v0.14.3
9612024-08-27T18:12:27.329Z Downloaded embedded-io v0.4.0
9622024-08-27T18:12:27.329Z Downloaded predicates-core v1.0.6
9632024-08-27T18:12:27.332Z Downloaded crossterm v0.27.0
9642024-08-27T18:12:27.335Z Downloaded ahash v0.8.11
9652024-08-27T18:12:27.338Z Downloaded num_enum v0.5.11
9662024-08-27T18:12:27.343Z Downloaded linear-map v1.2.0
9672024-08-27T18:12:27.346Z Downloaded impl-trait-for-tuples v0.2.2
9682024-08-27T18:12:27.349Z Downloaded tiny-keccak v2.0.2
9692024-08-27T18:12:27.352Z Downloaded tabwriter v1.4.0
9702024-08-27T18:12:27.352Z Downloaded slog-envlogger v2.2.0
9712024-08-27T18:12:27.354Z Downloaded inout v0.1.3
9722024-08-27T18:12:27.354Z Downloaded indent_write v2.2.0
9732024-08-27T18:12:27.354Z Downloaded const_format_proc_macros v0.2.32
9742024-08-27T18:12:27.359Z Downloaded hyper-tls v0.5.0
9752024-08-27T18:12:27.359Z Downloaded debug-ignore v1.0.5
9762024-08-27T18:12:27.361Z Downloaded encoding_rs v0.8.34
9772024-08-27T18:12:27.381Z Downloaded async-trait v0.1.81
9782024-08-27T18:12:27.384Z Downloaded ascii-canvas v3.0.0
9792024-08-27T18:12:27.387Z Downloaded ascii v1.1.0
9802024-08-27T18:12:27.387Z Downloaded lru-cache v0.1.2
9812024-08-27T18:12:27.389Z Downloaded multer v3.1.0
9822024-08-27T18:12:27.392Z Downloaded jobserver v0.1.32
9832024-08-27T18:12:27.392Z Downloaded castaway v0.2.3
9842024-08-27T18:12:27.394Z Downloaded number_prefix v0.4.0
9852024-08-27T18:12:27.394Z Downloaded backoff v0.4.0
9862024-08-27T18:12:27.397Z Downloaded argon2 v0.5.3
9872024-08-27T18:12:27.400Z Downloaded sigpipe v0.1.3
9882024-08-27T18:12:27.400Z Downloaded arrayref v0.3.7
9892024-08-27T18:12:27.400Z Downloaded bb8 v0.8.5
9902024-08-27T18:12:27.402Z Downloaded hubpack_derive v0.1.1
9912024-08-27T18:12:27.402Z Downloaded backtrace v0.3.71
9922024-08-27T18:12:27.405Z Downloaded is-terminal v0.4.12
9932024-08-27T18:12:27.408Z Downloaded new_debug_unreachable v1.0.6
9942024-08-27T18:12:27.408Z Downloaded memmap2 v0.9.4
9952024-08-27T18:12:27.410Z Downloaded darling_macro v0.20.9
9962024-08-27T18:12:27.410Z Downloaded bit-vec v0.6.3
9972024-08-27T18:12:27.412Z Downloaded async-stream v0.3.5
9982024-08-27T18:12:27.415Z Downloaded crunchy v0.2.2
9992024-08-27T18:12:27.415Z Downloaded ciborium-io v0.2.2
10002024-08-27T18:12:27.415Z Downloaded bitfield-struct v0.6.1
10012024-08-27T18:12:27.417Z Downloaded aead v0.5.2
10022024-08-27T18:12:27.417Z Downloaded num-rational v0.4.2
10032024-08-27T18:12:27.419Z Downloaded cfg_aliases v0.1.1
10042024-08-27T18:12:27.419Z Downloaded libefi-sys v0.1.0
10052024-08-27T18:12:27.421Z Downloaded lazy_static v1.5.0
10062024-08-27T18:12:27.421Z Downloaded keccak v0.1.5
10072024-08-27T18:12:27.424Z Downloaded ipnetwork v0.20.0
10082024-08-27T18:12:27.424Z Downloaded indoc v1.0.9
10092024-08-27T18:12:27.427Z Downloaded bitstruct v0.1.1
10102024-08-27T18:12:27.429Z Downloaded managed v0.8.0
10112024-08-27T18:12:27.429Z Downloaded libsw v3.3.1
10122024-08-27T18:12:27.435Z Downloaded blake2 v0.10.6
10132024-08-27T18:12:27.435Z Downloaded match_cfg v0.1.0
10142024-08-27T18:12:27.437Z Downloaded bcs v0.1.6
10152024-08-27T18:12:27.437Z Downloaded base64ct v1.6.0
10162024-08-27T18:12:27.440Z Downloaded arrayvec v0.7.4
10172024-08-27T18:12:27.443Z Downloaded camino-tempfile v1.1.1
10182024-08-27T18:12:27.443Z Downloaded block-padding v0.3.3
10192024-08-27T18:12:27.484Z Downloaded libgit2-sys v0.17.0+1.8.1
10202024-08-27T18:12:28.146Z Downloaded libz-sys v1.1.16
10212024-08-27T18:12:28.275Z Downloaded ring v0.17.8
10222024-08-27T18:12:28.440Z Downloaded libsqlite3-sys v0.28.0
10232024-08-27T18:12:28.521Z Downloaded ring v0.16.20
10242024-08-27T18:12:28.702Z Compiling cfg-if v1.0.0
10252024-08-27T18:12:28.702Z Compiling serde v1.0.208
10262024-08-27T18:12:28.704Z Compiling typenum v1.17.0
10272024-08-27T18:12:28.704Z Compiling lock_api v0.4.12
10282024-08-27T18:12:28.704Z Compiling generic-array v0.14.7
10292024-08-27T18:12:28.883Z Compiling syn v2.0.74
10302024-08-27T18:12:28.886Z Compiling scopeguard v1.2.0
10312024-08-27T18:12:28.886Z Compiling log v0.4.21
10322024-08-27T18:12:28.948Z Compiling getrandom v0.2.14
10332024-08-27T18:12:29.086Z Compiling jobserver v0.1.32
10342024-08-27T18:12:29.213Z Compiling rand_core v0.6.4
10352024-08-27T18:12:29.405Z Compiling subtle v2.5.0
10362024-08-27T18:12:29.440Z Compiling cc v1.0.97
10372024-08-27T18:12:29.482Z Compiling const-oid v0.9.6
10382024-08-27T18:12:29.792Z Compiling pin-project-lite v0.2.14
10392024-08-27T18:12:29.807Z Compiling smallvec v1.13.2
10402024-08-27T18:12:29.910Z Compiling parking_lot_core v0.9.10
10412024-08-27T18:12:29.952Z Compiling signal-hook-registry v1.4.2
10422024-08-27T18:12:30.131Z Compiling spin v0.9.8
10432024-08-27T18:12:30.186Z Compiling mio v0.8.11
10442024-08-27T18:12:30.521Z Compiling ahash v0.8.11
10452024-08-27T18:12:30.793Z Compiling parking_lot v0.12.2
10462024-08-27T18:12:30.862Z Compiling tinyvec_macros v0.1.1
10472024-08-27T18:12:30.954Z Compiling tinyvec v1.6.0
10482024-08-27T18:12:31.141Z Compiling num_cpus v1.16.0
10492024-08-27T18:12:31.274Z Compiling socket2 v0.5.7
10502024-08-27T18:12:31.460Z Compiling serde_json v1.0.125
10512024-08-27T18:12:31.528Z Compiling cpufeatures v0.2.12
10522024-08-27T18:12:31.625Z Compiling libm v0.2.8
10532024-08-27T18:12:31.643Z Compiling futures-core v0.3.30
10542024-08-27T18:12:31.705Z Compiling slab v0.4.9
10552024-08-27T18:12:31.821Z Compiling num-traits v0.2.19
10562024-08-27T18:12:31.876Z Compiling futures-sink v0.3.30
10572024-08-27T18:12:31.989Z Compiling allocator-api2 v0.2.18
10582024-08-27T18:12:32.018Z Compiling unicode-bidi v0.3.15
10592024-08-27T18:12:32.327Z Compiling futures-channel v0.3.30
10602024-08-27T18:12:32.429Z Compiling unicode-normalization v0.1.23
10612024-08-27T18:12:32.499Z Compiling pin-utils v0.1.0
10622024-08-27T18:12:32.599Z Compiling futures-task v0.3.30
10632024-08-27T18:12:32.741Z Compiling vcpkg v0.2.15
10642024-08-27T18:12:32.755Z Compiling pkg-config v0.3.30
10652024-08-27T18:12:32.915Z Compiling futures-io v0.3.30
10662024-08-27T18:12:33.537Z Compiling base64ct v1.6.0
10672024-08-27T18:12:33.623Z Compiling flagset v0.4.5
10682024-08-27T18:12:33.643Z Compiling ring v0.17.8
10692024-08-27T18:12:33.660Z Compiling percent-encoding v2.3.1
10702024-08-27T18:12:33.837Z Compiling ppv-lite86 v0.2.17
10712024-08-27T18:12:34.050Z Compiling pem-rfc7468 v0.7.0
10722024-08-27T18:12:34.121Z Compiling tracing-core v0.1.32
10732024-08-27T18:12:34.359Z Compiling untrusted v0.9.0
10742024-08-27T18:12:34.536Z Compiling rustix v0.38.34
10752024-08-27T18:12:34.621Z Compiling rand_chacha v0.3.1
10762024-08-27T18:12:34.849Z Compiling time-core v0.1.2
10772024-08-27T18:12:34.933Z Compiling openssl-sys v0.9.103
10782024-08-27T18:12:34.997Z Compiling rand v0.8.5
10792024-08-27T18:12:35.343Z Compiling rustversion v1.0.17
10802024-08-27T18:12:35.385Z Compiling num-conv v0.1.0
10812024-08-27T18:12:35.487Z Compiling openssl v0.10.66
10822024-08-27T18:12:35.657Z Compiling httparse v1.8.0
10832024-08-27T18:12:35.914Z Compiling foreign-types-shared v0.1.1
10842024-08-27T18:12:36.020Z Compiling powerfmt v0.2.0
10852024-08-27T18:12:36.108Z Compiling foreign-types v0.3.2
10862024-08-27T18:12:36.156Z Compiling time-macros v0.2.18
10872024-08-27T18:12:36.197Z Compiling form_urlencoded v1.2.1
10882024-08-27T18:12:36.360Z Compiling deranged v0.3.11
10892024-08-27T18:12:36.466Z Compiling aho-corasick v1.1.3
10902024-08-27T18:12:36.759Z Compiling rustls v0.21.12
10912024-08-27T18:12:36.777Z Compiling siphasher v0.3.11
10922024-08-27T18:12:36.983Z Compiling crossbeam-utils v0.8.19
10932024-08-27T18:12:37.153Z Compiling num_threads v0.1.7
10942024-08-27T18:12:37.284Z Compiling regex-syntax v0.8.4
10952024-08-27T18:12:37.566Z Compiling syn v1.0.109
10962024-08-27T18:12:37.974Z Compiling try-lock v0.2.5
10972024-08-27T18:12:38.137Z Compiling native-tls v0.2.11
10982024-08-27T18:12:38.220Z Compiling want v0.3.1
10992024-08-27T18:12:38.922Z Compiling time v0.3.36
11002024-08-27T18:12:39.106Z Compiling idna v0.5.0
11012024-08-27T18:12:39.745Z Compiling cookie v0.17.0
11022024-08-27T18:12:40.003Z Compiling httpdate v1.0.3
11032024-08-27T18:12:40.491Z Compiling openssl-probe v0.1.5
11042024-08-27T18:12:40.535Z Compiling iana-time-zone v0.1.60
11052024-08-27T18:12:40.841Z Compiling regex-automata v0.4.6
11062024-08-27T18:12:40.857Z Compiling slog v2.7.0
11072024-08-27T18:12:40.962Z Compiling adler v1.0.2
11082024-08-27T18:12:41.170Z Compiling finl_unicode v1.2.0
11092024-08-27T18:12:41.281Z Compiling tower-service v0.3.2
11102024-08-27T18:12:41.408Z Compiling miniz_oxide v0.7.2
11112024-08-27T18:12:41.494Z Compiling url v2.5.2
11122024-08-27T18:12:41.733Z Compiling stringprep v0.1.4
11132024-08-27T18:12:42.558Z Compiling serde_derive v1.0.208
11142024-08-27T18:12:42.875Z Compiling zeroize_derive v1.4.2
11152024-08-27T18:12:42.916Z Compiling zerocopy-derive v0.7.34
11162024-08-27T18:12:43.320Z Compiling tokio-macros v2.3.0
11172024-08-27T18:12:43.614Z Compiling thiserror-impl v1.0.63
11182024-08-27T18:12:43.672Z Compiling futures-macro v0.3.30
11192024-08-27T18:12:44.450Z Compiling zeroize v1.7.0
11202024-08-27T18:12:44.931Z Compiling der_derive v0.7.2
11212024-08-27T18:12:45.075Z Compiling zerocopy v0.7.34
11222024-08-27T18:12:45.573Z Compiling futures-util v0.3.30
11232024-08-27T18:12:46.176Z Compiling crypto-common v0.1.6
11242024-08-27T18:12:46.413Z Compiling block-buffer v0.10.4
11252024-08-27T18:12:46.655Z Compiling digest v0.10.7
11262024-08-27T18:12:46.804Z Compiling block-padding v0.3.3
11272024-08-27T18:12:47.041Z Compiling inout v0.1.3
11282024-08-27T18:12:47.119Z Compiling hmac v0.12.1
11292024-08-27T18:12:47.201Z Compiling thiserror v1.0.63
11302024-08-27T18:12:47.294Z Compiling hashbrown v0.14.5
11312024-08-27T18:12:47.314Z Compiling cipher v0.4.4
11322024-08-27T18:12:47.332Z Compiling sha2 v0.10.8
11332024-08-27T18:12:47.350Z Compiling pest v2.7.10
11342024-08-27T18:12:47.791Z Compiling salsa20 v0.10.2
11352024-08-27T18:12:48.015Z Compiling pbkdf2 v0.12.2
11362024-08-27T18:12:48.225Z Compiling der v0.7.9
11372024-08-27T18:12:48.696Z Compiling scroll_derive v0.12.0
11382024-08-27T18:12:50.063Z Compiling pest_meta v2.7.10
11392024-08-27T18:12:50.199Z Compiling tracing-attributes v0.1.27
11402024-08-27T18:12:50.766Z Compiling spki v0.7.3
11412024-08-27T18:12:51.148Z Compiling scroll v0.12.0
11422024-08-27T18:12:51.426Z Compiling pest_generator v2.7.10
11432024-08-27T18:12:51.543Z Compiling scrypt v0.11.0
11442024-08-27T18:12:51.712Z Compiling cbc v0.1.2
11452024-08-27T18:12:51.949Z Compiling aes v0.8.4
11462024-08-27T18:12:52.100Z Compiling goblin v0.8.2
11472024-08-27T18:12:53.143Z Compiling pkcs5 v0.7.1
11482024-08-27T18:12:53.493Z Compiling openssl-macros v0.1.1
11492024-08-27T18:12:54.095Z Compiling tracing v0.1.40
11502024-08-27T18:12:54.159Z Compiling pkcs8 v0.10.2
11512024-08-27T18:12:54.279Z Compiling rustls-webpki v0.101.7
11522024-08-27T18:12:54.424Z Compiling sct v0.7.1
11532024-08-27T18:12:54.630Z Compiling md-5 v0.10.6
11542024-08-27T18:12:54.899Z Compiling num-integer v0.1.46
11552024-08-27T18:12:54.901Z Compiling backtrace v0.3.71
11562024-08-27T18:12:55.117Z Compiling pest_derive v2.7.10
11572024-08-27T18:12:55.696Z Compiling idna v0.3.0
11582024-08-27T18:12:55.915Z Compiling dtrace-parser v0.2.0
11592024-08-27T18:12:55.987Z Compiling lazy_static v1.5.0
11602024-08-27T18:12:56.090Z Compiling hash32 v0.2.1
11612024-08-27T18:12:56.110Z Compiling smoltcp v0.9.1
11622024-08-27T18:12:56.473Z Compiling bytes v1.7.1
11632024-08-27T18:12:56.625Z Compiling bitflags v2.6.0
11642024-08-27T18:12:57.100Z Compiling indexmap v2.4.0
11652024-08-27T18:12:57.285Z Compiling semver v1.0.23
11662024-08-27T18:12:57.786Z Compiling tokio v1.38.1
11672024-08-27T18:12:58.044Z Compiling http v0.2.12
11682024-08-27T18:12:58.139Z Compiling rustc_version v0.4.0
11692024-08-27T18:12:58.920Z Compiling heapless v0.7.17
11702024-08-27T18:12:59.388Z Compiling dof v0.3.0
11712024-08-27T18:13:00.015Z Compiling http-body v0.4.6
11722024-08-27T18:13:00.602Z Compiling uuid v1.10.0
11732024-08-27T18:13:01.608Z Compiling usdt-impl v0.5.0
11742024-08-27T18:13:01.751Z Compiling serde_tokenstream v0.2.2
11752024-08-27T18:13:02.047Z Compiling toml_datetime v0.6.8
11762024-08-27T18:13:02.351Z Compiling chrono v0.4.38
11772024-08-27T18:13:02.555Z Compiling serde_spanned v0.6.7
11782024-08-27T18:13:02.589Z Compiling fallible-iterator v0.2.0
11792024-08-27T18:13:02.798Z Compiling psl-types v2.0.11
11802024-08-27T18:13:02.999Z Compiling signal-hook v0.3.17
11812024-08-27T18:13:03.228Z Compiling stable_deref_trait v1.2.0
11822024-08-27T18:13:03.320Z Compiling crc32fast v1.4.0
11832024-08-27T18:13:03.323Z Compiling gimli v0.28.1
11842024-08-27T18:13:03.352Z Compiling base64 v0.22.1
11852024-08-27T18:13:03.880Z Compiling cfg_aliases v0.1.1
11862024-08-27T18:13:03.995Z Compiling num-bigint-dig v0.8.4
11872024-08-27T18:13:04.145Z Compiling nix v0.28.0
11882024-08-27T18:13:04.405Z Compiling postgres-protocol v0.6.7
11892024-08-27T18:13:05.008Z Compiling publicsuffix v2.2.3
11902024-08-27T18:13:05.285Z Compiling terminal_size v0.3.0
11912024-08-27T18:13:05.509Z Compiling num-iter v0.1.45
11922024-08-27T18:13:05.720Z Compiling async-trait v0.1.81
11932024-08-27T18:13:05.736Z Compiling zerocopy-derive v0.6.6
11942024-08-27T18:13:06.045Z Compiling tokio-util v0.7.11
11952024-08-27T18:13:07.469Z Compiling h2 v0.3.26
11962024-08-27T18:13:07.535Z Compiling tokio-native-tls v0.3.1
11972024-08-27T18:13:07.826Z Compiling addr2line v0.21.0
11982024-08-27T18:13:07.920Z Compiling tokio-rustls v0.24.1
11992024-08-27T18:13:08.367Z Compiling phf_shared v0.11.2
12002024-08-27T18:13:08.526Z Compiling serde_derive_internals v0.29.1
12012024-08-27T18:13:08.638Z Compiling ff v0.13.0
12022024-08-27T18:13:08.773Z Compiling object v0.32.2
12032024-08-27T18:13:08.883Z Compiling fs-err v2.11.0
12042024-08-27T18:13:09.178Z Compiling rustc-demangle v0.1.24
12052024-08-27T18:13:09.204Z Compiling anyhow v1.0.86
12062024-08-27T18:13:09.287Z Compiling hubpack_derive v0.1.1
12072024-08-27T18:13:09.290Z Compiling schemars v0.8.21
12082024-08-27T18:13:09.675Z Compiling managed v0.8.0
12092024-08-27T18:13:09.836Z Compiling base16ct v0.2.0
12102024-08-27T18:13:10.138Z Compiling winnow v0.5.40
12112024-08-27T18:13:10.189Z Compiling ipnet v2.9.0
12122024-08-27T18:13:10.226Z Compiling base64 v0.21.7
12132024-08-27T18:13:10.229Z Compiling either v1.13.0
12142024-08-27T18:13:10.702Z Compiling bitflags v1.3.2
12152024-08-27T18:13:11.020Z Compiling rustls-pemfile v1.0.4
12162024-08-27T18:13:11.316Z Compiling schemars_derive v0.8.21
12172024-08-27T18:13:11.602Z Compiling hubpack v0.1.2
12182024-08-27T18:13:11.605Z Compiling clap_builder v4.5.15
12192024-08-27T18:13:11.945Z Compiling sec1 v0.7.3
12202024-08-27T18:13:12.912Z Compiling group v0.13.0
12212024-08-27T18:13:12.935Z Compiling phf v0.11.2
12222024-08-27T18:13:12.937Z Compiling zerocopy v0.6.6
12232024-08-27T18:13:13.251Z Compiling cookie_store v0.20.0
12242024-08-27T18:13:13.878Z Compiling toml_edit v0.19.15
12252024-08-27T18:13:14.028Z Compiling postgres-types v0.2.7
12262024-08-27T18:13:14.750Z Compiling hyper v0.14.30
12272024-08-27T18:13:16.096Z Compiling usdt-attr-macro v0.5.0
12282024-08-27T18:13:16.133Z Compiling usdt-macro v0.5.0
12292024-08-27T18:13:17.644Z Compiling serde_urlencoded v0.7.1
12302024-08-27T18:13:17.799Z Compiling pkcs1 v0.7.5
12312024-08-27T18:13:18.202Z Compiling futures-executor v0.3.30
12322024-08-27T18:13:18.291Z Compiling hkdf v0.12.4
12332024-08-27T18:13:18.573Z Compiling signature v2.2.0
12342024-08-27T18:13:18.777Z Compiling crypto-bigint v0.5.5
12352024-08-27T18:13:18.881Z Compiling regex v1.10.6
12362024-08-27T18:13:18.902Z Compiling bstr v1.9.1
12372024-08-27T18:13:19.071Z Compiling clap_derive v4.5.13
12382024-08-27T18:13:19.968Z Compiling enum-as-inner v0.6.0
12392024-08-27T18:13:20.726Z Compiling strum_macros v0.25.3
12402024-08-27T18:13:20.933Z Compiling serde_repr v0.1.19
12412024-08-27T18:13:21.094Z Compiling phf_shared v0.10.0
12422024-08-27T18:13:21.516Z Compiling float-cmp v0.9.0
12432024-08-27T18:13:21.740Z Compiling hyper-rustls v0.24.2
12442024-08-27T18:13:21.806Z Compiling hyper-tls v0.5.0
12452024-08-27T18:13:22.087Z Compiling idna v0.4.0
12462024-08-27T18:13:22.116Z Compiling mio v1.0.2
12472024-08-27T18:13:22.172Z Compiling encoding_rs v0.8.34
12482024-08-27T18:13:23.381Z Compiling bit-vec v0.6.3
12492024-08-27T18:13:23.725Z Compiling unicode-segmentation v1.11.0
12502024-08-27T18:13:23.850Z Compiling normalize-line-endings v0.3.0
12512024-08-27T18:13:23.985Z Compiling new_debug_unreachable v1.0.6
12522024-08-27T18:13:24.083Z Compiling dyn-clone v1.0.17
12532024-08-27T18:13:24.291Z Compiling static_assertions v1.1.0
12542024-08-27T18:13:24.310Z Compiling precomputed-hash v0.1.1
12552024-08-27T18:13:24.396Z Compiling whoami v1.5.1
12562024-08-27T18:13:24.421Z Compiling difflib v0.4.0
12572024-08-27T18:13:24.576Z Compiling predicates-core v1.0.6
12582024-08-27T18:13:24.752Z Compiling minimal-lexical v0.2.1
12592024-08-27T18:13:24.817Z Compiling webpki-roots v0.25.4
12602024-08-27T18:13:24.891Z Compiling data-encoding v2.6.0
12612024-08-27T18:13:24.931Z Compiling sync_wrapper v0.1.2
12622024-08-27T18:13:24.997Z Compiling fixedbitset v0.4.2
12632024-08-27T18:13:25.038Z Compiling mime v0.3.17
12642024-08-27T18:13:25.068Z Compiling console v0.15.8
12652024-08-27T18:13:25.284Z Compiling petgraph v0.6.5
12662024-08-27T18:13:25.460Z Compiling reqwest v0.11.27
12672024-08-27T18:13:25.642Z Compiling hickory-proto v0.24.1
12682024-08-27T18:13:26.009Z Compiling nom v7.1.3
12692024-08-27T18:13:26.621Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12702024-08-27T18:13:26.695Z Compiling predicates v3.1.2
12712024-08-27T18:13:27.267Z Compiling tokio-postgres v0.7.11
12722024-08-27T18:13:28.907Z Compiling string_cache v0.8.7
12732024-08-27T18:13:28.909Z Compiling similar v2.6.0
12742024-08-27T18:13:28.909Z Compiling clap v4.5.16
12752024-08-27T18:13:29.293Z Compiling toml_edit v0.22.20
12762024-08-27T18:13:29.768Z Compiling bit-set v0.5.3
12772024-08-27T18:13:30.056Z Compiling usdt v0.5.0
12782024-08-27T18:13:30.555Z Compiling signal-hook-mio v0.2.4
12792024-08-27T18:13:30.744Z Compiling elliptic-curve v0.13.8
12802024-08-27T18:13:30.880Z Compiling rsa v0.9.6
12812024-08-27T18:13:31.576Z Compiling futures v0.3.30
12822024-08-27T18:13:31.703Z Compiling toml v0.7.8
12832024-08-27T18:13:32.955Z Compiling flate2 v1.0.31
12842024-08-27T18:13:33.435Z Compiling itertools v0.10.5
12852024-08-27T18:13:33.980Z Compiling itertools v0.12.1
12862024-08-27T18:13:34.281Z Compiling tokio-stream v0.1.15
12872024-08-27T18:13:35.272Z Compiling openapiv3 v2.0.0
12882024-08-27T18:13:35.942Z Compiling hex v0.4.3
12892024-08-27T18:13:36.292Z Compiling crossbeam-epoch v0.9.18
12902024-08-27T18:13:36.565Z Compiling sha1 v0.10.6
12912024-08-27T18:13:36.999Z Compiling dirs-sys-next v0.1.2
12922024-08-27T18:13:37.082Z Compiling lalrpop-util v0.19.12
12932024-08-27T18:13:37.160Z Compiling peg-runtime v0.8.3
12942024-08-27T18:13:37.196Z Compiling unicode-xid v0.2.4
12952024-08-27T18:13:37.378Z Compiling dirs-next v2.0.0
12962024-08-27T18:13:37.462Z Compiling thread_local v1.1.8
12972024-08-27T18:13:37.580Z Compiling slog-async v2.8.0
12982024-08-27T18:13:37.599Z Compiling term v0.7.0
12992024-08-27T18:13:37.686Z Compiling xattr v1.3.1
13002024-08-27T18:13:37.805Z Compiling crossbeam-channel v0.5.12
13012024-08-27T18:13:37.972Z Compiling strum_macros v0.26.4
13022024-08-27T18:13:38.053Z Compiling filetime v0.2.24
13032024-08-27T18:13:38.209Z Compiling is-terminal v0.4.12
13042024-08-27T18:13:38.350Z Compiling take_mut v0.2.2
13052024-08-27T18:13:38.400Z Compiling slog-term v2.9.1
13062024-08-27T18:13:38.511Z Compiling tar v0.4.41
13072024-08-27T18:13:39.060Z Compiling camino v1.1.9
13082024-08-27T18:13:40.100Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13092024-08-27T18:13:41.051Z Compiling strum v0.26.3
13102024-08-27T18:13:41.131Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13112024-08-27T18:13:46.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
13122024-08-27T18:13:46.291Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13132024-08-27T18:13:46.336ZAug 27 18:13:45.456 INFO Starting download, target: Cockroach
13142024-08-27T18:13:46.336ZAug 27 18:13:45.456 INFO Starting download, target: Clickhouse
13152024-08-27T18:13:46.336ZAug 27 18:13:45.456 INFO Starting download, target: Console
13162024-08-27T18:13:46.336ZAug 27 18:13:45.456 INFO Starting download, target: DendriteOpenapi
13172024-08-27T18:13:46.339ZAug 27 18:13:45.456 INFO Starting download, target: DendriteStub
13182024-08-27T18:13:46.339ZAug 27 18:13:45.456 INFO Starting download, target: MaghemiteMgd
13192024-08-27T18:13:46.339ZAug 27 18:13:45.456 INFO Starting download, target: TransceiverControl
13202024-08-27T18:13:46.339ZAug 27 18:13:45.457 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13212024-08-27T18:13:46.339ZAug 27 18:13:45.457 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13222024-08-27T18:13:46.339ZAug 27 18:13:45.457 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13232024-08-27T18:13:46.339ZAug 27 18:13:45.457 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13242024-08-27T18:13:46.339ZAug 27 18:13:45.457 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13252024-08-27T18:13:46.339ZAug 27 18:13:45.457 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13262024-08-27T18:13:46.339ZAug 27 18:13:45.457 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13272024-08-27T18:13:46.599ZAug 27 18:13:45.712 INFO Download complete, target: DendriteOpenapi
13282024-08-27T18:13:46.890ZAug 27 18:13:45.969 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13292024-08-27T18:13:47.003ZAug 27 18:13:46.115 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13302024-08-27T18:13:47.370ZAug 27 18:13:46.488 INFO Download complete, target: Console
13312024-08-27T18:13:47.413ZAug 27 18:13:46.528 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13322024-08-27T18:13:47.510ZAug 27 18:13:46.630 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13332024-08-27T18:13:47.510ZAug 27 18:13:46.630 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13342024-08-27T18:13:47.513ZAug 27 18:13:46.632 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13352024-08-27T18:13:47.608ZAug 27 18:13:46.727 INFO Download complete, target: TransceiverControl
13362024-08-27T18:13:48.881ZAug 27 18:13:48.001 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13372024-08-27T18:13:50.687ZAug 27 18:13:49.806 INFO Download complete, target: DendriteStub
13382024-08-27T18:13:50.911ZAug 27 18:13:50.030 INFO Download complete, target: MaghemiteMgd
13392024-08-27T18:13:56.121ZAug 27 18:13:55.239 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13402024-08-27T18:13:56.501ZAug 27 18:13:55.619 INFO Checking that binary works, target: Cockroach
13412024-08-27T18:13:56.681ZAug 27 18:13:55.800 INFO Download complete, target: Cockroach
13422024-08-27T18:14:03.188ZAug 27 18:14:02.306 INFO Checking that binary works, target: Clickhouse
13432024-08-27T18:14:04.034ZAug 27 18:14:03.152 INFO Download complete, target: Clickhouse
13442024-08-27T18:14:04.042ZAll prerequisites installed successfully
13452024-08-27T18:14:04.044Z
13462024-08-27T18:14:04.044Zreal 4:04.998722625
13472024-08-27T18:14:04.044Zuser 11:19.789044022
13482024-08-27T18:14:04.044Zsys 2:25.825037548
13492024-08-27T18:14:04.044Ztrap 0.390519453
13502024-08-27T18:14:04.044Ztflt 9.255115742
13512024-08-27T18:14:04.044Zdflt 6.887063701
13522024-08-27T18:14:04.044Zkflt 0.535761119
13532024-08-27T18:14:04.044Zlock 22:12.814569448
13542024-08-27T18:14:04.044Zslp 45:39.187285836
13552024-08-27T18:14:04.044Zlat 36.858062793
13562024-08-27T18:14:04.044Zstop 1:41.220457709
13572024-08-27T18:14:04.044Z+ source ./tools/include/force-git-over-https.sh
13582024-08-27T18:14:04.044Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13592024-08-27T18:14:04.044Z++ (( i = 0 ))
13602024-08-27T18:14:04.044Z++ (( i < 5 ))
13612024-08-27T18:14:04.044Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13622024-08-27T18:14:04.047Z++ (( i++ ))
13632024-08-27T18:14:04.047Z++ (( i < 5 ))
13642024-08-27T18:14:04.050Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13652024-08-27T18:14:04.052Z++ (( i++ ))
13662024-08-27T18:14:04.052Z++ (( i < 5 ))
13672024-08-27T18:14:04.052Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13682024-08-27T18:14:04.055Z++ (( i++ ))
13692024-08-27T18:14:04.055Z++ (( i < 5 ))
13702024-08-27T18:14:04.055Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13712024-08-27T18:14:04.057Z++ (( i++ ))
13722024-08-27T18:14:04.057Z++ (( i < 5 ))
13732024-08-27T18:14:04.057Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13742024-08-27T18:14:04.061Z++ (( i++ ))
13752024-08-27T18:14:04.061Z++ (( i < 5 ))
13762024-08-27T18:14:04.064Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13772024-08-27T18:14:04.064Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13782024-08-27T18:14:04.064Z+ rc=0
13792024-08-27T18:14:04.064Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13802024-08-27T18:14:24.756Z+ case $rc in
13812024-08-27T18:14:24.756Z+ pfexec zfs create -p rpool/images/build/host
13822024-08-27T18:14:24.974Z+ pfexec zfs create -p rpool/images/build/recovery
13832024-08-27T18:14:25.027Z+ cargo xtask releng --output-dir /work
13842024-08-27T18:14:25.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
13852024-08-27T18:14:25.605Z Running `target/debug/xtask releng --output-dir /work`
13862024-08-27T18:14:26.465Z Compiling proc-macro2 v1.0.86
13872024-08-27T18:14:26.465Z Compiling unicode-ident v1.0.12
13882024-08-27T18:14:26.465Z Compiling libc v0.2.156
13892024-08-27T18:14:26.465Z Compiling serde v1.0.208
13902024-08-27T18:14:26.469Z Compiling version_check v0.9.5
13912024-08-27T18:14:26.469Z Compiling autocfg v1.3.0
13922024-08-27T18:14:26.469Z Compiling cfg-if v1.0.0
13932024-08-27T18:14:26.469Z Compiling once_cell v1.19.0
13942024-08-27T18:14:26.815Z Compiling typenum v1.17.0
13952024-08-27T18:14:26.908Z Compiling memchr v2.7.2
13962024-08-27T18:14:27.409Z Compiling lock_api v0.4.12
13972024-08-27T18:14:27.463Z Compiling generic-array v0.14.7
13982024-08-27T18:14:27.746Z Compiling ahash v0.8.11
13992024-08-27T18:14:27.764Z Compiling serde_json v1.0.125
14002024-08-27T18:14:27.800Z Compiling libm v0.2.8
14012024-08-27T18:14:28.114Z Compiling quote v1.0.36
14022024-08-27T18:14:28.117Z Compiling num-traits v0.2.19
14032024-08-27T18:14:28.173Z Compiling parking_lot_core v0.9.10
14042024-08-27T18:14:28.355Z Compiling byteorder v1.5.0
14052024-08-27T18:14:28.654Z Compiling syn v2.0.74
14062024-08-27T18:14:28.773Z Compiling getrandom v0.2.14
14072024-08-27T18:14:28.794Z Compiling jobserver v0.1.32
14082024-08-27T18:14:28.954Z Compiling log v0.4.21
14092024-08-27T18:14:29.010Z Compiling scopeguard v1.2.0
14102024-08-27T18:14:29.158Z Compiling cc v1.0.97
14112024-08-27T18:14:29.234Z Compiling thiserror v1.0.63
14122024-08-27T18:14:29.381Z Compiling itoa v1.0.11
14132024-08-27T18:14:29.721Z Compiling slab v0.4.9
14142024-08-27T18:14:29.758Z Compiling rand_core v0.6.4
14152024-08-27T18:14:29.786Z Compiling pkg-config v0.3.30
14162024-08-27T18:14:30.439Z Compiling semver v1.0.23
14172024-08-27T18:14:30.653Z Compiling ryu v1.0.18
14182024-08-27T18:14:31.005Z Compiling vcpkg v0.2.15
14192024-08-27T18:14:31.036Z Compiling pin-project-lite v0.2.14
14202024-08-27T18:14:31.039Z Compiling smallvec v1.13.2
14212024-08-27T18:14:31.207Z Compiling allocator-api2 v0.2.18
14222024-08-27T18:14:31.747Z Compiling spin v0.9.8
14232024-08-27T18:14:31.818Z Compiling subtle v2.5.0
14242024-08-27T18:14:32.279Z Compiling const-oid v0.9.6
14252024-08-27T18:14:32.495Z Compiling signal-hook-registry v1.4.2
14262024-08-27T18:14:32.728Z Compiling httparse v1.8.0
14272024-08-27T18:14:32.802Z Compiling ring v0.17.8
14282024-08-27T18:14:33.215Z Compiling openssl-sys v0.9.103
14292024-08-27T18:14:33.885Z Compiling heck v0.5.0
14302024-08-27T18:14:34.332Z Compiling rustix v0.38.34
14312024-08-27T18:14:34.400Z Compiling schemars v0.8.21
14322024-08-27T18:14:34.871Z Compiling parking_lot v0.12.2
14332024-08-27T18:14:35.072Z Compiling mio v0.8.11
14342024-08-27T18:14:35.133Z Compiling time-core v0.1.2
14352024-08-27T18:14:35.467Z Compiling futures-core v0.3.30
14362024-08-27T18:14:35.667Z Compiling num-conv v0.1.0
14372024-08-27T18:14:35.832Z Compiling num_cpus v1.16.0
14382024-08-27T18:14:35.898Z Compiling socket2 v0.5.7
14392024-08-27T18:14:36.006Z Compiling openssl v0.10.66
14402024-08-27T18:14:36.043Z Compiling time-macros v0.2.18
14412024-08-27T18:14:36.313Z Compiling fnv v1.0.7
14422024-08-27T18:14:36.411Z Compiling equivalent v1.0.1
14432024-08-27T18:14:36.575Z Compiling tinyvec_macros v0.1.1
14442024-08-27T18:14:36.701Z Compiling serde_derive_internals v0.29.1
14452024-08-27T18:14:37.097Z Compiling native-tls v0.2.11
14462024-08-27T18:14:37.171Z Compiling rustls v0.21.12
14472024-08-27T18:14:37.330Z Compiling tinyvec v1.6.0
14482024-08-27T18:14:38.107Z Compiling futures-sink v0.3.30
14492024-08-27T18:14:38.125Z Compiling crossbeam-utils v0.8.19
14502024-08-27T18:14:39.027Z Compiling cookie v0.17.0
14512024-08-27T18:14:39.216Z Compiling unicode-normalization v0.1.23
14522024-08-27T18:14:39.231Z Compiling iana-time-zone v0.1.60
14532024-08-27T18:14:39.231Z Compiling ucd-trie v0.1.6
14542024-08-27T18:14:39.562Z Compiling cpufeatures v0.2.12
14552024-08-27T18:14:39.783Z Compiling futures-channel v0.3.30
14562024-08-27T18:14:39.876Z Compiling unicode-bidi v0.3.15
14572024-08-27T18:14:39.986Z Compiling slog v2.7.0
14582024-08-27T18:14:40.300Z Compiling pin-utils v0.1.0
14592024-08-27T18:14:40.340Z Compiling futures-io v0.3.30
14602024-08-27T18:14:40.540Z Compiling futures-task v0.3.30
14612024-08-27T18:14:40.670Z Compiling syn v1.0.109
14622024-08-27T18:14:40.883Z Compiling aho-corasick v1.1.3
14632024-08-27T18:14:41.052Z Compiling untrusted v0.9.0
14642024-08-27T18:14:41.324Z Compiling regex-syntax v0.8.4
14652024-08-27T18:14:42.489Z Compiling serde_derive v1.0.208
14662024-08-27T18:14:42.548Z Compiling zeroize_derive v1.4.2
14672024-08-27T18:14:42.910Z Compiling zerocopy-derive v0.7.34
14682024-08-27T18:14:42.983Z Compiling tokio-macros v2.3.0
14692024-08-27T18:14:44.102Z Compiling thiserror-impl v1.0.63
14702024-08-27T18:14:44.486Z Compiling zeroize v1.7.0
14712024-08-27T18:14:45.104Z Compiling zerocopy v0.7.34
14722024-08-27T18:14:45.522Z Compiling futures-macro v0.3.30
14732024-08-27T18:14:50.785Z Compiling crypto-common v0.1.6
14742024-08-27T18:14:50.802Z Compiling tracing-attributes v0.1.27
14752024-08-27T18:14:50.802Z Compiling der_derive v0.7.2
14762024-08-27T18:14:50.802Z Compiling hashbrown v0.14.5
14772024-08-27T18:14:50.802Z Compiling block-buffer v0.10.4
14782024-08-27T18:14:50.802Z Compiling digest v0.10.7
14792024-08-27T18:14:50.802Z Compiling schemars_derive v0.8.21
14802024-08-27T18:14:50.807Z Compiling openssl-macros v0.1.1
14812024-08-27T18:14:50.987Z Compiling scroll_derive v0.12.0
14822024-08-27T18:14:51.156Z Compiling hmac v0.12.1
14832024-08-27T18:14:51.437Z Compiling pest v2.7.10
14842024-08-27T18:14:51.460Z Compiling block-padding v0.3.3
14852024-08-27T18:14:51.779Z Compiling inout v0.1.3
14862024-08-27T18:14:52.053Z Compiling futures-util v0.3.30
14872024-08-27T18:14:52.497Z Compiling cipher v0.4.4
14882024-08-27T18:14:52.549Z Compiling sha2 v0.10.8
14892024-08-27T18:14:53.040Z Compiling regex-automata v0.4.6
14902024-08-27T18:14:53.451Z Compiling crc32fast v1.4.0
14912024-08-27T18:14:54.159Z Compiling dyn-clone v1.0.17
14922024-08-27T18:14:54.390Z Compiling pest_meta v2.7.10
14932024-08-27T18:14:55.453Z Compiling usdt-impl v0.5.0
14942024-08-27T18:14:56.002Z Compiling pest_generator v2.7.10
14952024-08-27T18:14:57.496Z Compiling bytes v1.7.1
14962024-08-27T18:14:59.016Z Compiling bitflags v2.6.0
14972024-08-27T18:14:59.662Z Compiling tokio v1.38.1
14982024-08-27T18:14:59.740Z Compiling indexmap v2.4.0
14992024-08-27T18:15:00.802Z Compiling serde_tokenstream v0.2.2
15002024-08-27T18:15:01.351Z Compiling uuid v1.10.0
15012024-08-27T18:15:01.481Z Compiling chrono v0.4.38
15022024-08-27T18:15:02.298Z Compiling http v0.2.12
15032024-08-27T18:15:02.487Z Compiling rustc_version v0.4.0
15042024-08-27T18:15:03.265Z Compiling pest_derive v2.7.10
15052024-08-27T18:15:05.404Z Compiling base64ct v1.6.0
15062024-08-27T18:15:05.509Z Compiling percent-encoding v2.3.1
15072024-08-27T18:15:05.812Z Compiling powerfmt v0.2.0
15082024-08-27T18:15:06.052Z Compiling heck v0.4.1
15092024-08-27T18:15:06.124Z Compiling pem-rfc7468 v0.7.0
15102024-08-27T18:15:06.535Z Compiling deranged v0.3.11
15112024-08-27T18:15:06.565Z Compiling heapless v0.7.17
15122024-08-27T18:15:07.139Z Compiling scroll v0.12.0
15132024-08-27T18:15:07.329Z Compiling zerocopy-derive v0.6.6
15142024-08-27T18:15:08.713Z Compiling backtrace v0.3.71
15152024-08-27T18:15:08.998Z Compiling tracing-core v0.1.32
15162024-08-27T18:15:09.206Z Compiling errno v0.3.9
15172024-08-27T18:15:09.478Z Compiling plain v0.2.3
15182024-08-27T18:15:09.509Z Compiling ppv-lite86 v0.2.17
15192024-08-27T18:15:09.959Z Compiling num-bigint-dig v0.8.4
15202024-08-27T18:15:10.359Z Compiling num_threads v0.1.7
15212024-08-27T18:15:10.708Z Compiling flagset v0.4.5
15222024-08-27T18:15:10.737Z Compiling time v0.3.36
15232024-08-27T18:15:10.961Z Compiling der v0.7.9
15242024-08-27T18:15:11.475Z Compiling rand_chacha v0.3.1
15252024-08-27T18:15:11.586Z Compiling tracing v0.1.40
15262024-08-27T18:15:11.949Z Compiling goblin v0.8.2
15272024-08-27T18:15:12.485Z Compiling tokio-util v0.7.11
15282024-08-27T18:15:14.265Z Compiling regex v1.10.6
15292024-08-27T18:15:14.728Z Compiling salsa20 v0.10.2
15302024-08-27T18:15:14.843Z Compiling pbkdf2 v0.12.2
15312024-08-27T18:15:15.098Z Compiling async-trait v0.1.81
15322024-08-27T18:15:16.114Z Compiling pretty-hex v0.4.1
15332024-08-27T18:15:16.827Z Compiling rustversion v1.0.17
15342024-08-27T18:15:17.559Z Compiling strsim v0.11.1
15352024-08-27T18:15:18.283Z Compiling dof v0.3.0
15362024-08-27T18:15:18.644Z Compiling scrypt v0.11.0
15372024-08-27T18:15:19.348Z Compiling spki v0.7.3
15382024-08-27T18:15:19.395Z Compiling rand v0.8.5
15392024-08-27T18:15:19.747Z Compiling form_urlencoded v1.2.1
15402024-08-27T18:15:20.475Z Compiling dtrace-parser v0.2.0
15412024-08-27T18:15:20.772Z Compiling aes v0.8.4
15422024-08-27T18:15:21.099Z Compiling cbc v0.1.2
15432024-08-27T18:15:21.294Z Compiling thread-id v4.2.1
15442024-08-27T18:15:21.605Z Compiling foreign-types-shared v0.1.1
15452024-08-27T18:15:21.770Z Compiling unicode-width v0.1.13
15462024-08-27T18:15:22.038Z Compiling signal-hook v0.3.17
15472024-08-27T18:15:22.059Z Compiling anyhow v1.0.86
15482024-08-27T18:15:22.077Z Compiling smoltcp v0.9.1
15492024-08-27T18:15:22.107Z Compiling try-lock v0.2.5
15502024-08-27T18:15:22.369Z Compiling want v0.3.1
15512024-08-27T18:15:22.696Z Compiling foreign-types v0.3.2
15522024-08-27T18:15:22.799Z Compiling pkcs5 v0.7.1
15532024-08-27T18:15:25.521Z Compiling h2 v0.3.26
15542024-08-27T18:15:27.941Z Compiling http-body v0.4.6
15552024-08-27T18:15:30.409Z Compiling clap_derive v4.5.13
15562024-08-27T18:15:30.612Z Compiling siphasher v0.3.11
15572024-08-27T18:15:30.634Z Compiling cfg_aliases v0.1.1
15582024-08-27T18:15:30.790Z Compiling httpdate v1.0.3
15592024-08-27T18:15:31.485Z Compiling base64 v0.21.7
15602024-08-27T18:15:31.891Z Compiling tower-service v0.3.2
15612024-08-27T18:15:32.773Z Compiling nix v0.28.0
15622024-08-27T18:15:34.670Z Compiling hyper v0.14.30
15632024-08-27T18:15:38.562Z Compiling pkcs8 v0.10.2
15642024-08-27T18:15:39.496Z Compiling sct v0.7.1
15652024-08-27T18:15:39.768Z Compiling rustls-webpki v0.101.7
15662024-08-27T18:15:41.211Z Compiling openapiv3 v2.0.0
15672024-08-27T18:15:42.110Z Compiling hubpack_derive v0.1.1
15682024-08-27T18:15:46.067Z Compiling idna v0.5.0
15692024-08-27T18:15:47.758Z Compiling fs-err v2.11.0
15702024-08-27T18:15:47.925Z Compiling anstyle v1.0.8
15712024-08-27T18:15:48.133Z Compiling finl_unicode v1.2.0
15722024-08-27T18:15:48.691Z Compiling openssl-probe v0.1.5
15732024-08-27T18:15:48.745Z Compiling utf8parse v0.2.1
15742024-08-27T18:15:48.997Z Compiling adler v1.0.2
15752024-08-27T18:15:49.293Z Compiling miniz_oxide v0.7.2
15762024-08-27T18:15:49.496Z Compiling anstyle-parse v0.2.4
15772024-08-27T18:15:49.910Z Compiling stringprep v0.1.4
15782024-08-27T18:15:50.995Z Compiling url v2.5.2
15792024-08-27T18:15:55.336Z Compiling usdt-attr-macro v0.5.0
15802024-08-27T18:15:55.387Z Compiling usdt-macro v0.5.0
15812024-08-27T18:15:56.954Z Compiling toml_datetime v0.6.8
15822024-08-27T18:15:56.996Z Compiling serde_spanned v0.6.7
15832024-08-27T18:15:57.211Z Compiling md-5 v0.10.6
15842024-08-27T18:15:57.407Z Compiling regress v0.9.1
15852024-08-27T18:15:57.455Z Compiling idna v0.3.0
15862024-08-27T18:15:59.339Z Compiling lazy_static v1.5.0
15872024-08-27T18:15:59.469Z Compiling num-integer v0.1.46
15882024-08-27T18:16:00.032Z Compiling hash32 v0.2.1
15892024-08-27T18:16:00.201Z Compiling encoding_rs v0.8.34
15902024-08-27T18:16:00.419Z Compiling gimli v0.28.1
15912024-08-27T18:16:01.694Z Compiling base64 v0.22.1
15922024-08-27T18:16:02.176Z Compiling fallible-iterator v0.2.0
15932024-08-27T18:16:02.272Z Compiling colorchoice v1.0.1
15942024-08-27T18:16:02.401Z Compiling anstyle-query v1.0.3
15952024-08-27T18:16:02.442Z Compiling is_terminal_polyfill v1.70.0
15962024-08-27T18:16:02.564Z Compiling stable_deref_trait v1.2.0
15972024-08-27T18:16:02.588Z Compiling psl-types v2.0.11
15982024-08-27T18:16:02.822Z Compiling mime v0.3.17
15992024-08-27T18:16:02.888Z Compiling publicsuffix v2.2.3
16002024-08-27T18:16:02.906Z Compiling postgres-protocol v0.6.7
16012024-08-27T18:16:03.966Z Compiling anstream v0.6.14
16022024-08-27T18:16:04.671Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16032024-08-27T18:16:04.742Z Compiling addr2line v0.21.0
16042024-08-27T18:16:05.458Z Compiling num-iter v0.1.45
16052024-08-27T18:16:07.856Z Compiling tokio-rustls v0.24.1
16062024-08-27T18:16:08.667Z Compiling terminal_size v0.3.0
16072024-08-27T18:16:08.752Z Compiling tokio-native-tls v0.3.1
16082024-08-27T18:16:09.061Z Compiling phf_shared v0.11.2
16092024-08-27T18:16:09.230Z Compiling strum_macros v0.25.3
16102024-08-27T18:16:09.518Z Compiling serde_urlencoded v0.7.1
16112024-08-27T18:16:10.187Z Compiling enum-as-inner v0.6.0
16122024-08-27T18:16:11.293Z Compiling serde_repr v0.1.19
16132024-08-27T18:16:11.341Z Compiling ff v0.13.0
16142024-08-27T18:16:11.368Z Compiling object v0.32.2
16152024-08-27T18:16:11.919Z Compiling bitflags v1.3.2
16162024-08-27T18:16:12.208Z Compiling winnow v0.5.40
16172024-08-27T18:16:12.386Z Compiling base16ct v0.2.0
16182024-08-27T18:16:12.681Z Compiling clap_lex v0.7.0
16192024-08-27T18:16:12.868Z Compiling managed v0.8.0
16202024-08-27T18:16:13.121Z Compiling rustc-demangle v0.1.24
16212024-08-27T18:16:13.292Z Compiling ipnet v2.9.0
16222024-08-27T18:16:13.333Z Compiling either v1.13.0
16232024-08-27T18:16:14.695Z Compiling rustls-pemfile v1.0.4
16242024-08-27T18:16:15.080Z Compiling clap_builder v4.5.15
16252024-08-27T18:16:15.919Z Compiling toml_edit v0.19.15
16262024-08-27T18:16:16.076Z Compiling sec1 v0.7.3
16272024-08-27T18:16:16.905Z Compiling group v0.13.0
16282024-08-27T18:16:16.919Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16292024-08-27T18:16:19.449Z Compiling phf v0.11.2
16302024-08-27T18:16:19.759Z Compiling hyper-tls v0.5.0
16312024-08-27T18:16:20.230Z Compiling hyper-rustls v0.24.2
16322024-08-27T18:16:20.614Z Compiling cookie_store v0.20.0
16332024-08-27T18:16:20.739Z Compiling postgres-types v0.2.7
16342024-08-27T18:16:21.166Z Compiling hubpack v0.1.2
16352024-08-27T18:16:21.618Z Compiling pkcs1 v0.7.5
16362024-08-27T18:16:22.089Z Compiling phf_shared v0.10.0
16372024-08-27T18:16:22.543Z Compiling zerocopy v0.6.6
16382024-08-27T18:16:22.673Z Compiling futures-executor v0.3.30
16392024-08-27T18:16:22.697Z Compiling bstr v1.9.1
16402024-08-27T18:16:22.732Z Compiling hkdf v0.12.4
16412024-08-27T18:16:22.779Z Compiling signature v2.2.0
16422024-08-27T18:16:22.956Z Compiling crypto-bigint v0.5.5
16432024-08-27T18:16:23.020Z Compiling idna v0.4.0
16442024-08-27T18:16:23.159Z Compiling float-cmp v0.9.0
16452024-08-27T18:16:23.180Z Compiling mio v1.0.2
16462024-08-27T18:16:23.364Z Compiling memmap v0.7.0
16472024-08-27T18:16:24.717Z Compiling precomputed-hash v0.1.1
16482024-08-27T18:16:24.731Z Compiling new_debug_unreachable v1.0.6
16492024-08-27T18:16:24.731Z Compiling whoami v1.5.1
16502024-08-27T18:16:24.731Z Compiling static_assertions v1.1.0
16512024-08-27T18:16:24.731Z Compiling minimal-lexical v0.2.1
16522024-08-27T18:16:24.731Z Compiling sync_wrapper v0.1.2
16532024-08-27T18:16:24.732Z Compiling predicates-core v1.0.6
16542024-08-27T18:16:24.732Z Compiling webpki-roots v0.25.4
16552024-08-27T18:16:24.732Z Compiling winnow v0.6.18
16562024-08-27T18:16:24.801Z Compiling bit-vec v0.6.3
16572024-08-27T18:16:24.889Z Compiling unicode-segmentation v1.11.0
16582024-08-27T18:16:25.153Z Compiling fixedbitset v0.4.2
16592024-08-27T18:16:25.176Z Compiling data-encoding v2.6.0
16602024-08-27T18:16:25.289Z Compiling normalize-line-endings v0.3.0
16612024-08-27T18:16:25.427Z Compiling difflib v0.4.0
16622024-08-27T18:16:25.678Z Compiling similar v2.6.0
16632024-08-27T18:16:26.098Z Compiling reqwest v0.11.27
16642024-08-27T18:16:26.417Z Compiling hickory-proto v0.24.1
16652024-08-27T18:16:26.669Z Compiling predicates v3.1.2
16662024-08-27T18:16:26.890Z Compiling elliptic-curve v0.13.8
16672024-08-27T18:16:26.950Z Compiling petgraph v0.6.5
16682024-08-27T18:16:27.660Z Compiling bit-set v0.5.3
16692024-08-27T18:16:28.181Z Compiling toml_edit v0.22.20
16702024-08-27T18:16:28.254Z Compiling nom v7.1.3
16712024-08-27T18:16:29.060Z Compiling tokio-postgres v0.7.11
16722024-08-27T18:16:30.893Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16732024-08-27T18:16:31.978Z Compiling string_cache v0.8.7
16742024-08-27T18:16:32.410Z Compiling signal-hook-mio v0.2.4
16752024-08-27T18:16:32.599Z Compiling usdt v0.5.0
16762024-08-27T18:16:33.829Z Compiling rsa v0.9.6
16772024-08-27T18:16:34.217Z Compiling futures v0.3.30
16782024-08-27T18:16:35.538Z Compiling toml v0.7.8
16792024-08-27T18:16:35.650Z Compiling clap v4.5.16
16802024-08-27T18:16:35.787Z Compiling crossbeam-epoch v0.9.18
16812024-08-27T18:16:36.329Z Compiling flate2 v1.0.31
16822024-08-27T18:16:36.467Z Compiling itertools v0.10.5
16832024-08-27T18:16:37.135Z Compiling itertools v0.12.1
16842024-08-27T18:16:37.218Z Compiling console v0.15.8
16852024-08-27T18:16:38.526Z Compiling tokio-stream v0.1.15
16862024-08-27T18:16:39.268Z Compiling hex v0.4.3
16872024-08-27T18:16:39.583Z Compiling sha1 v0.10.6
16882024-08-27T18:16:39.983Z Compiling lalrpop-util v0.19.12
16892024-08-27T18:16:40.091Z Compiling camino v1.1.9
16902024-08-27T18:16:40.107Z Compiling radium v0.7.0
16912024-08-27T18:16:40.332Z Compiling unicode-xid v0.2.4
16922024-08-27T18:16:40.462Z Compiling peg-runtime v0.8.3
16932024-08-27T18:16:40.972Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16942024-08-27T18:16:44.856Z Compiling is-terminal v0.4.12
16952024-08-27T18:16:48.677Z Compiling maybe-uninit v2.0.0
16962024-08-27T18:16:49.185Z Compiling rustls-pki-types v1.7.0
16972024-08-27T18:16:50.330Z Compiling ident_case v1.0.1
16982024-08-27T18:16:50.625Z Compiling tap v1.0.1
16992024-08-27T18:16:50.829Z Compiling wyz v0.5.1
17002024-08-27T18:16:51.313Z Compiling darling_core v0.20.9
17012024-08-27T18:17:05.335Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17022024-08-27T18:17:06.101Z Compiling getopts v0.2.21
17032024-08-27T18:17:07.184Z Compiling bzip2-sys v0.1.11+1.0.8
17042024-08-27T18:17:07.706Z Compiling dirs-sys-next v0.1.2
17052024-08-27T18:17:07.881Z Compiling rustls v0.22.4
17062024-08-27T18:17:08.776Z Compiling unsafe-libyaml v0.2.11
17072024-08-27T18:17:09.160Z Compiling paste v1.0.15
17082024-08-27T18:17:09.178Z Compiling packed_struct v0.10.1
17092024-08-27T18:17:09.628Z Compiling funty v2.0.0
17102024-08-27T18:17:10.632Z Compiling serde_yaml v0.9.34+deprecated
17112024-08-27T18:17:12.108Z Compiling bitvec v1.0.1
17122024-08-27T18:17:13.352Z Compiling dirs-next v2.0.0
17132024-08-27T18:17:14.496Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17142024-08-27T18:17:16.568Z Compiling darling_macro v0.20.9
17152024-08-27T18:17:17.605Z Compiling rustls-webpki v0.102.4
17162024-08-27T18:17:21.000Z Compiling packed_struct_codegen v0.10.1
17172024-08-27T18:17:21.036Z Compiling structmeta-derive v0.3.0
17182024-08-27T18:17:21.838Z Compiling thread_local v1.1.8
17192024-08-27T18:17:22.473Z Compiling indexmap v1.9.3
17202024-08-27T18:17:22.495Z Compiling multer v3.1.0
17212024-08-27T18:17:22.532Z Compiling fastrand v2.1.0
17222024-08-27T18:17:22.808Z Compiling nodrop v0.1.14
17232024-08-27T18:17:22.946Z Compiling match_cfg v0.1.0
17242024-08-27T18:17:23.128Z Compiling crc-catalog v2.4.0
17252024-08-27T18:17:23.171Z Compiling rayon-core v1.12.1
17262024-08-27T18:17:23.198Z Compiling slog-async v2.8.0
17272024-08-27T18:17:23.310Z Compiling crc v3.2.1
17282024-08-27T18:17:23.699Z Compiling structmeta v0.3.0
17292024-08-27T18:17:23.736Z Compiling hostname v0.3.1
17302024-08-27T18:17:24.009Z Compiling array-init v0.0.4
17312024-08-27T18:17:24.097Z Compiling tempfile v3.10.1
17322024-08-27T18:17:25.455Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17332024-08-27T18:17:26.840Z Compiling smallvec v0.6.14
17342024-08-27T18:17:27.355Z Compiling darling v0.20.9
17352024-08-27T18:17:27.487Z Compiling term v0.7.0
17362024-08-27T18:17:29.804Z Compiling crossbeam-deque v0.8.5
17372024-08-27T18:17:30.225Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17382024-08-27T18:17:31.727Z Compiling slog-json v2.6.1
17392024-08-27T18:17:32.182Z Compiling crossbeam-channel v0.5.12
17402024-08-27T18:17:32.572Z Compiling http v1.1.0
17412024-08-27T18:17:33.952Z Compiling async-stream-impl v0.3.5
17422024-08-27T18:17:34.795Z Compiling pin-project-internal v1.1.5
17432024-08-27T18:17:37.650Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17442024-08-27T18:17:38.679Z Compiling take_mut v0.2.2
17452024-08-27T18:17:38.856Z Compiling bitfield v0.14.0
17462024-08-27T18:17:39.748Z Compiling atomic-waker v1.1.2
17472024-08-27T18:17:40.095Z Compiling same-file v1.0.6
17482024-08-27T18:17:40.392Z Compiling hashbrown v0.12.3
17492024-08-27T18:17:40.668Z Compiling termcolor v1.4.1
17502024-08-27T18:17:42.087Z Compiling env_logger v0.10.2
17512024-08-27T18:17:43.302Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17522024-08-27T18:17:45.030Z Compiling walkdir v2.5.0
17532024-08-27T18:17:47.223Z Compiling waitgroup v0.1.2
17542024-08-27T18:17:52.712Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17552024-08-27T18:17:56.583Z Compiling pin-project v1.1.5
17562024-08-27T18:17:56.718Z Compiling async-stream v0.3.5
17572024-08-27T18:17:59.370Z Compiling slog-bunyan v2.5.0
17582024-08-27T18:17:59.665Z Compiling tokio-rustls v0.25.0
17592024-08-27T18:18:00.170Z Compiling slog-term v2.9.1
17602024-08-27T18:18:00.173Z Compiling serde_with_macros v3.9.0
17612024-08-27T18:18:00.460Z Compiling serde-hex v0.1.0
17622024-08-27T18:18:02.870Z Compiling bzip2 v0.4.4
17632024-08-27T18:18:02.888Z Compiling parse-display-derive v0.10.0
17642024-08-27T18:18:03.350Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17652024-08-27T18:18:03.368Z Compiling toml v0.8.19
17662024-08-27T18:18:03.694Z Compiling rustls-pemfile v2.1.3
17672024-08-27T18:18:05.839Z Compiling x509-cert v0.2.5
17682024-08-27T18:18:06.669Z Compiling ron v0.8.1
17692024-08-27T18:18:06.957Z Compiling ipnetwork v0.20.0
17702024-08-27T18:18:07.001Z Compiling newtype-uuid v1.1.0
17712024-08-27T18:18:07.357Z Compiling strum_macros v0.26.4
17722024-08-27T18:18:07.667Z Compiling xattr v1.3.1
17732024-08-27T18:18:08.269Z Compiling snafu-derive v0.8.2
17742024-08-27T18:18:09.188Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17752024-08-27T18:18:10.290Z Compiling serde_path_to_error v0.1.16
17762024-08-27T18:18:10.639Z Compiling hashbrown v0.13.2
17772024-08-27T18:18:11.317Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17782024-08-27T18:18:11.952Z Compiling ring v0.16.20
17792024-08-27T18:18:11.995Z Compiling blake3 v1.5.1
17802024-08-27T18:18:12.062Z Compiling hostname v0.4.0
17812024-08-27T18:18:12.333Z Compiling filetime v0.2.24
17822024-08-27T18:18:12.599Z Compiling instant v0.1.12
17832024-08-27T18:18:12.670Z Compiling buf-list v1.0.3
17842024-08-27T18:18:12.691Z Compiling crc-any v2.5.0
17852024-08-27T18:18:12.969Z Compiling debug-ignore v1.0.5
17862024-08-27T18:18:13.153Z Compiling snafu v0.8.2
17872024-08-27T18:18:13.324Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17882024-08-27T18:18:13.680Z Compiling backoff v0.4.0
17892024-08-27T18:18:14.062Z Compiling tar v0.4.41
17902024-08-27T18:18:14.370Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17912024-08-27T18:18:14.398Z Compiling strum v0.26.3
17922024-08-27T18:18:14.593Z Compiling object v0.30.4
17932024-08-27T18:18:14.611Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17942024-08-27T18:18:16.365Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17952024-08-27T18:18:17.282Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17962024-08-27T18:18:17.852Z Compiling parse-display v0.10.0
17972024-08-27T18:18:19.157Z Compiling zip v0.6.6
17982024-08-27T18:18:19.245Z Compiling serde_with v3.9.0
17992024-08-27T18:18:19.810Z Compiling rayon v1.10.0
18002024-08-27T18:18:19.987Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18012024-08-27T18:18:20.757Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18022024-08-27T18:18:21.854Z Compiling camino-tempfile v1.1.1
18032024-08-27T18:18:22.586Z Compiling globset v0.4.14
18042024-08-27T18:18:23.711Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18052024-08-27T18:18:23.919Z Compiling pem v3.0.4
18062024-08-27T18:18:25.429Z Compiling olpc-cjson v0.1.3
18072024-08-27T18:18:25.539Z Compiling macaddr v1.0.1
18082024-08-27T18:18:25.764Z Compiling serde_plain v1.0.2
18092024-08-27T18:18:26.160Z Compiling async-recursion v1.1.1
18102024-08-27T18:18:26.282Z Compiling memmap2 v0.9.4
18112024-08-27T18:18:26.875Z Compiling spin v0.5.2
18122024-08-27T18:18:27.158Z Compiling typed-path v0.7.1
18132024-08-27T18:18:27.611Z Compiling arrayref v0.3.7
18142024-08-27T18:18:27.628Z Compiling untrusted v0.7.1
18152024-08-27T18:18:27.717Z Compiling arrayvec v0.7.4
18162024-08-27T18:18:27.823Z Compiling constant_time_eq v0.3.0
18172024-08-27T18:18:28.013Z Compiling path-slash v0.1.5
18182024-08-27T18:18:28.270Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18192024-08-27T18:18:30.059Z Compiling tough v0.17.1
18202024-08-27T18:18:30.807Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18212024-08-27T18:18:34.874Z Compiling itertools v0.13.0
18222024-08-27T18:18:35.952Z Compiling cargo-platform v0.1.8
18232024-08-27T18:18:37.067Z Compiling topological-sort v0.2.2
18242024-08-27T18:18:37.348Z Compiling parse-size v1.0.0
18252024-08-27T18:18:37.659Z Compiling omicron-zone-package v0.11.0
18262024-08-27T18:18:38.163Z Compiling cargo_metadata v0.18.1
18272024-08-27T18:18:38.777Z Compiling shell-words v1.1.0
18282024-08-27T18:18:43.793Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18292024-08-27T18:18:56.282Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18302024-08-27T18:19:10.513Z Finished `release` profile [optimized] target(s) in 4m 44s
18312024-08-27T18:19:10.650Z Running `target/release/omicron-releng --output-dir /work`
18322024-08-27T18:19:10.692ZAug 27 18:19:09.786 DEBG changing working directory to /work/oxidecomputer/omicron
18332024-08-27T18:19:10.783ZAug 27 18:19:09.878 DEBG running: git rev-parse HEAD
18342024-08-27T18:19:10.789ZAug 27 18:19:09.885 DEBG process exited with exit status: 0 (6.651934ms)
18352024-08-27T18:19:10.789ZAug 27 18:19:09.885 INFO version: 10.0.0-0.ci+git3f25c21d6b6
18362024-08-27T18:19:10.830ZAug 27 18:19:09.926 INFO cloning helios to /work/oxidecomputer/helios
18372024-08-27T18:19:10.830ZAug 27 18:19:09.926 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18382024-08-27T18:19:10.835ZCloning into '/work/oxidecomputer/helios'...
18392024-08-27T18:19:11.376ZAug 27 18:19:10.472 DEBG process exited with exit status: 0 (546.451336ms)
18402024-08-27T18:19:11.376ZAug 27 18:19:10.472 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18412024-08-27T18:19:11.384Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18422024-08-27T18:19:11.384Z# branch.head master
18432024-08-27T18:19:11.384Z# branch.upstream origin/master
18442024-08-27T18:19:11.384Z# branch.ab +0 -0
18452024-08-27T18:19:11.387ZAug 27 18:19:10.481 DEBG process exited with exit status: 0 (8.186937ms)
18462024-08-27T18:19:11.387ZAug 27 18:19:10.481 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18472024-08-27T18:19:12.097ZAug 27 18:19:11.193 DEBG process exited with exit status: 0 (711.838795ms)
18482024-08-27T18:19:12.097ZAug 27 18:19:11.193 DEBG running: zfs list rpool/images/build/host
18492024-08-27T18:19:12.104ZNAME USED AVAIL REFER MOUNTPOINT
18502024-08-27T18:19:12.104Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18512024-08-27T18:19:12.106ZAug 27 18:19:11.200 DEBG process exited with exit status: 0 (7.315126ms)
18522024-08-27T18:19:12.106ZAug 27 18:19:11.200 DEBG running: zfs list rpool/images/build/recovery
18532024-08-27T18:19:12.110ZNAME USED AVAIL REFER MOUNTPOINT
18542024-08-27T18:19:12.110Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18552024-08-27T18:19:12.113ZAug 27 18:19:11.207 DEBG process exited with exit status: 0 (6.422946ms)
18562024-08-27T18:19:12.113ZAug 27 18:19:11.208 INFO [hubris-production] running task
18572024-08-27T18:19:12.113ZAug 27 18:19:11.208 INFO [hubris-staging] running task
18582024-08-27T18:19:12.113ZAug 27 18:19:11.208 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
18592024-08-27T18:19:12.115ZAug 27 18:19:11.211 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18602024-08-27T18:19:12.428Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18612024-08-27T18:19:12.626Z[ omicron-package] Blocking waiting for file lock on package cache
18622024-08-27T18:19:13.184Z[ omicron-package] Blocking waiting for file lock on package cache
18632024-08-27T18:19:13.431Z[ omicron-package] Blocking waiting for file lock on package cache
18642024-08-27T18:19:13.554ZAug 27 18:19:12.650 INFO [hubris-production] task succeeded (1.44191164s)
18652024-08-27T18:19:14.299Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18662024-08-27T18:19:14.299Z[ omicron-package] Compiling heapless v0.8.0
18672024-08-27T18:19:14.299Z[ omicron-package] Compiling hash32 v0.3.1
18682024-08-27T18:19:14.302Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18692024-08-27T18:19:14.302Z[ omicron-package] Compiling smoltcp v0.11.0
18702024-08-27T18:19:14.302Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18712024-08-27T18:19:14.302Z[ omicron-package] Compiling cobs v0.2.3
18722024-08-27T18:19:14.585Z[ omicron-package] Compiling embedded-io v0.4.0
18732024-08-27T18:19:15.280Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18742024-08-27T18:19:15.670Z[ omicron-package] Compiling postcard v1.0.8
18752024-08-27T18:19:15.742Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18762024-08-27T18:19:15.863Z[ omicron-package] Compiling proc-macro-error v1.0.4
18772024-08-27T18:19:15.866Z[ omicron-package] Compiling num_enum_derive v0.5.11
18782024-08-27T18:19:16.484Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18792024-08-27T18:19:16.607Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18802024-08-27T18:19:16.629Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18812024-08-27T18:19:16.629Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18822024-08-27T18:19:17.695Z[ omicron-package] Compiling tabwriter v1.4.0
18832024-08-27T18:19:17.995Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18842024-08-27T18:19:18.072Z[ omicron-package] Compiling foreign-types v0.5.0
18852024-08-27T18:19:18.193Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18862024-08-27T18:19:18.549Z[ omicron-package] Compiling cstr-argument v0.1.2
18872024-08-27T18:19:18.629Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18882024-08-27T18:19:18.855Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18892024-08-27T18:19:19.228Z[ omicron-package] Compiling pretty-hex v0.2.1
18902024-08-27T18:19:19.618Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18912024-08-27T18:19:19.964Z[ omicron-package] Compiling num_enum v0.5.11
18922024-08-27T18:19:20.095Z[ omicron-package] Compiling colored v2.1.0
18932024-08-27T18:19:20.271Z[ omicron-package] Compiling socket2 v0.4.10
18942024-08-27T18:19:20.279Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18952024-08-27T18:19:20.584Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18962024-08-27T18:19:20.939Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18972024-08-27T18:19:21.173Z[ omicron-package] Compiling num-derive v0.4.2
18982024-08-27T18:19:21.240Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18992024-08-27T18:19:21.450Z[ omicron-package] Compiling sigpipe v0.1.3
19002024-08-27T18:19:21.557Z[ omicron-package] Compiling libefi-sys v0.1.0
19012024-08-27T18:19:21.806Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19022024-08-27T18:19:22.283Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19032024-08-27T18:19:22.512ZAug 27 18:19:21.607 INFO [hubris-staging] task succeeded (10.399776241s)
19042024-08-27T18:19:22.787Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19052024-08-27T18:19:23.092Z[ omicron-package] Compiling smf v0.2.3
19062024-08-27T18:19:23.666Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19072024-08-27T18:19:24.058Z[ omicron-package] Compiling bitfield-struct v0.6.1
19082024-08-27T18:19:24.242Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19092024-08-27T18:19:24.893Z[ omicron-package] Compiling portable-atomic v1.6.0
19102024-08-27T18:19:25.674Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19112024-08-27T18:19:27.047Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19122024-08-27T18:19:27.542Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19132024-08-27T18:19:28.606Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19142024-08-27T18:19:28.819Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19152024-08-27T18:19:29.227Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19162024-08-27T18:19:29.956Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19172024-08-27T18:19:30.125Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19182024-08-27T18:19:30.588Z[ omicron-package] Compiling gethostname v0.5.0
19192024-08-27T18:19:31.102Z[ omicron-package] Compiling number_prefix v0.4.0
19202024-08-27T18:19:32.566Z[ omicron-package] Compiling indicatif v0.17.8
19212024-08-27T18:19:32.982Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19222024-08-27T18:19:36.333Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19232024-08-27T18:19:36.959Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19242024-08-27T18:19:38.592Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19252024-08-27T18:19:53.265Z[ helios-setup] Aug 27 18:19:52.358 INFO helios repository root is: /work/oxidecomputer/helios
19262024-08-27T18:19:53.268Z[ helios-setup] Aug 27 18:19:52.361 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19272024-08-27T18:19:53.268Z[ helios-setup] Aug 27 18:19:52.361 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
19282024-08-27T18:19:53.268Z[ helios-setup] Aug 27 18:19:52.361 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19292024-08-27T18:19:53.273Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19302024-08-27T18:19:54.221Z[ helios-setup] Aug 27 18:19:53.314 INFO clone ok!, project: image-builder
19312024-08-27T18:19:54.223Z[ helios-setup] Aug 27 18:19:53.314 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
19322024-08-27T18:19:54.224Z[ helios-setup] Aug 27 18:19:53.314 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
19332024-08-27T18:19:54.228Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19342024-08-27T18:19:55.210Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19352024-08-27T18:19:55.225Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19362024-08-27T18:19:58.226Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.10s
19372024-08-27T18:19:58.446Z[ omicron-package]
19382024-08-27T18:19:58.446Z[ omicron-package] real 46.291158782
19392024-08-27T18:19:58.446Z[ omicron-package] user 2:45.014837114
19402024-08-27T18:19:58.449Z[ omicron-package] sys 23.151906554
19412024-08-27T18:19:58.449Z[ omicron-package] trap 0.169241089
19422024-08-27T18:19:58.449Z[ omicron-package] tflt 1.379823803
19432024-08-27T18:19:58.449Z[ omicron-package] dflt 0.662851427
19442024-08-27T18:19:58.449Z[ omicron-package] kflt 0.018026059
19452024-08-27T18:19:58.449Z[ omicron-package] lock 5:50.901395487
19462024-08-27T18:19:58.449Z[ omicron-package] slp 9:23.474725664
19472024-08-27T18:19:58.449Z[ omicron-package] lat 1:36.465598664
19482024-08-27T18:19:58.449Z[ omicron-package] stop 55.474541315
19492024-08-27T18:19:58.449ZAug 27 18:19:57.540 INFO [omicron-package] process exited with exit status: 0 (46.331653293s)
19502024-08-27T18:19:58.449ZAug 27 18:19:57.540 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
19512024-08-27T18:19:58.489ZAug 27 18:19:57.582 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19522024-08-27T18:19:58.500Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19532024-08-27T18:19:58.503Z[ host-target] Created new build target 'host' and set it as active
19542024-08-27T18:19:58.505ZAug 27 18:19:57.596 INFO [host-target] process exited with exit status: 0 (55.987594ms)
19552024-08-27T18:19:58.505ZAug 27 18:19:57.596 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19562024-08-27T18:19:58.505Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19572024-08-27T18:19:58.508Z[ recovery-target] Created new build target 'recovery' and set it as active
19582024-08-27T18:19:58.510ZAug 27 18:19:57.602 INFO [recovery-target] process exited with exit status: 0 (20.043017ms)
19592024-08-27T18:19:58.516Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19602024-08-27T18:19:59.432Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
19612024-08-27T18:19:59.440Z[ helios-setup] Aug 27 18:19:58.533 INFO clone ok!, project: amd-host-image-builder
19622024-08-27T18:19:59.443Z[ helios-setup] Aug 27 18:19:58.533 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
19632024-08-27T18:19:59.443Z[ helios-setup] Aug 27 18:19:58.533 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19642024-08-27T18:19:59.445Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19652024-08-27T18:19:59.660Z[ host-package] Compiling camino v1.1.9
19662024-08-27T18:19:59.660Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19672024-08-27T18:19:59.664Z[ host-package] Compiling password-hash v0.5.0
19682024-08-27T18:19:59.664Z[ host-package] Compiling blake2 v0.10.6
19692024-08-27T18:19:59.664Z[ host-package] Compiling derive-where v1.2.7
19702024-08-27T18:19:59.664Z[ host-package] Compiling newline-converter v0.3.0
19712024-08-27T18:19:59.664Z[ host-package] Compiling toml v0.8.19
19722024-08-27T18:19:59.790Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19732024-08-27T18:19:59.989Z[ host-package] Compiling humantime v2.1.0
19742024-08-27T18:20:00.079Z[ host-package] Compiling expectorate v1.1.0
19752024-08-27T18:20:00.302Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19762024-08-27T18:20:00.362Z[ host-package] Compiling dirs-sys-next v0.1.2
19772024-08-27T18:20:00.426Z[ helios-setup] Aug 27 18:19:59.518 INFO clone ok!, project: chelsio-t6-roms
19782024-08-27T18:20:00.429Z[ helios-setup] Aug 27 18:19:59.518 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19792024-08-27T18:20:00.429Z[ helios-setup] Aug 27 18:19:59.519 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
19802024-08-27T18:20:00.429Z[ helios-setup] Aug 27 18:19:59.519 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19812024-08-27T18:20:00.431Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19822024-08-27T18:20:00.570Z[ host-package] Compiling argon2 v0.5.3
19832024-08-27T18:20:00.850Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19842024-08-27T18:20:00.914Z[ host-package] Compiling dirs-next v2.0.0
19852024-08-27T18:20:00.980Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19862024-08-27T18:20:01.108Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19872024-08-27T18:20:01.155Z[ host-package] Compiling num-rational v0.4.2
19882024-08-27T18:20:01.202Z[ helios-setup] Aug 27 18:20:00.294 INFO clone ok!, project: bootserver
19892024-08-27T18:20:01.205Z[ helios-setup] Aug 27 18:20:00.295 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
19902024-08-27T18:20:01.205Z[ helios-setup] Aug 27 18:20:00.295 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19912024-08-27T18:20:01.208Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19922024-08-27T18:20:01.621Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19932024-08-27T18:20:02.197Z[ host-package] Compiling num-complex v0.4.6
19942024-08-27T18:20:02.218Z[ host-package] Compiling convert_case v0.4.0
19952024-08-27T18:20:02.469Z[ host-package] Compiling term v0.7.0
19962024-08-27T18:20:03.081Z[ host-package] Compiling derive_more v0.99.18
19972024-08-27T18:20:03.107Z[ host-package] Compiling float-ord v0.3.2
19982024-08-27T18:20:03.163Z[ host-package] Compiling prettyplease v0.2.20
19992024-08-27T18:20:03.311Z[ host-package] Compiling is-terminal v0.4.12
20002024-08-27T18:20:03.481Z[ host-package] Compiling num v0.4.3
20012024-08-27T18:20:03.531Z[ host-package] Compiling semver v0.1.20
20022024-08-27T18:20:03.621Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20032024-08-27T18:20:03.650Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20042024-08-27T18:20:03.810Z[ host-package] Compiling cookie v0.18.1
20052024-08-27T18:20:03.939Z[ host-package] Compiling rustc_version v0.1.7
20062024-08-27T18:20:04.159Z[ host-package] Compiling rustls-pki-types v1.7.0
20072024-08-27T18:20:04.180Z[ host-package] Compiling highway v1.2.0
20082024-08-27T18:20:04.392Z[ host-package] Compiling newtype_derive v0.1.6
20092024-08-27T18:20:05.079Z[ host-package] Compiling home v0.5.9
20102024-08-27T18:20:05.380Z[ host-package] Compiling steno v0.4.1
20112024-08-27T18:20:05.848Z[ host-package] Compiling rustls-webpki v0.102.4
20122024-08-27T18:20:07.948Z[ host-package] Compiling rustls v0.22.4
20132024-08-27T18:20:07.991Z[ host-package] Compiling thread_local v1.1.8
20142024-08-27T18:20:08.038Z[ host-package] Compiling match_cfg v0.1.0
20152024-08-27T18:20:08.218Z[ host-package] Compiling hostname v0.3.1
20162024-08-27T18:20:08.416Z[ helios-setup] Aug 27 18:20:07.507 INFO clone ok!, project: amd-firmware
20172024-08-27T18:20:08.419Z[ helios-setup] Aug 27 18:20:07.507 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
20182024-08-27T18:20:08.419Z[ helios-setup] Aug 27 18:20:07.508 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20192024-08-27T18:20:08.421Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20202024-08-27T18:20:08.536Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20212024-08-27T18:20:09.515Z[ helios-setup] Aug 27 18:20:08.607 INFO clone ok!, project: pilot
20222024-08-27T18:20:09.518Z[ helios-setup] Aug 27 18:20:08.607 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
20232024-08-27T18:20:09.518Z[ helios-setup] Aug 27 18:20:08.607 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20242024-08-27T18:20:09.521Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20252024-08-27T18:20:10.336Z[ host-package] Compiling multer v3.1.0
20262024-08-27T18:20:10.378Z[ helios-setup] Aug 27 18:20:09.469 INFO clone ok!, project: pinprick
20272024-08-27T18:20:10.381Z[ helios-setup] Aug 27 18:20:09.469 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20282024-08-27T18:20:10.381Z[ helios-setup] Aug 27 18:20:09.469 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
20292024-08-27T18:20:10.381Z[ helios-setup] Aug 27 18:20:09.469 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20302024-08-27T18:20:10.389Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20312024-08-27T18:20:10.426Z[ host-package] Compiling slog-async v2.8.0
20322024-08-27T18:20:10.470Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20332024-08-27T18:20:10.507Z[ host-package] Compiling slog-json v2.6.1
20342024-08-27T18:20:10.904Z[ host-package] Compiling crossbeam-channel v0.5.12
20352024-08-27T18:20:11.163Z[ helios-setup] Aug 27 18:20:10.255 INFO clone ok!, project: phbl
20362024-08-27T18:20:11.166Z[ helios-setup] Aug 27 18:20:10.255 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20372024-08-27T18:20:11.305Z[ host-package] Compiling http v1.1.0
20382024-08-27T18:20:11.820Z[ helios-setup] Aug 27 18:20:10.912 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20392024-08-27T18:20:12.398Z[ helios-setup] Aug 27 18:20:11.489 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20402024-08-27T18:20:12.398Z[ helios-setup] Aug 27 18:20:11.490 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20412024-08-27T18:20:12.402Z[ host-package] Compiling atomic-waker v1.1.2
20422024-08-27T18:20:12.641Z[ host-package] Compiling take_mut v0.2.2
20432024-08-27T18:20:12.914Z[ helios-setup] Aug 27 18:20:12.005 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20442024-08-27T18:20:13.450Z[ helios-setup] Aug 27 18:20:12.541 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20452024-08-27T18:20:13.453Z[ helios-setup] Aug 27 18:20:12.542 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20462024-08-27T18:20:13.862Z[ host-package] Compiling tokio-rustls v0.25.0
20472024-08-27T18:20:13.976Z[ helios-setup] Aug 27 18:20:13.067 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20482024-08-27T18:20:14.363Z[ host-package] Compiling waitgroup v0.1.2
20492024-08-27T18:20:14.579Z[ helios-setup] Aug 27 18:20:13.670 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20502024-08-27T18:20:14.579Z[ helios-setup] Aug 27 18:20:13.670 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20512024-08-27T18:20:14.581Z[ helios-setup] Aug 27 18:20:13.670 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20522024-08-27T18:20:14.581Z[ helios-setup] Aug 27 18:20:13.670 INFO ok!
20532024-08-27T18:20:14.582Z[ helios-setup] Aug 27 18:20:13.670 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20542024-08-27T18:20:14.582Z[ helios-setup] Aug 27 18:20:13.670 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20552024-08-27T18:20:14.582Z[ helios-setup] Aug 27 18:20:13.670 INFO ok!
20562024-08-27T18:20:14.582Z[ helios-setup] Aug 27 18:20:13.670 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20572024-08-27T18:20:14.582Z[ helios-setup] Aug 27 18:20:13.670 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20582024-08-27T18:20:14.582Z[ helios-setup] Aug 27 18:20:13.670 INFO ok!
20592024-08-27T18:20:14.582Z[ helios-setup] Aug 27 18:20:13.670 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
20602024-08-27T18:20:14.582Z[ helios-setup] Aug 27 18:20:13.670 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
20612024-08-27T18:20:14.600Z[ host-package] Compiling slog-bunyan v2.5.0
20622024-08-27T18:20:14.914Z[ host-package] Compiling slog-term v2.9.1
20632024-08-27T18:20:14.933Z[ helios-setup] Aug 27 18:20:14.024 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
20642024-08-27T18:20:15.144Z[ host-package] Compiling rustls-pemfile v2.1.3
20652024-08-27T18:20:15.532Z[ helios-setup] Aug 27 18:20:14.622 INFO E| From https://github.com/jclulow/rust-jmclib
20662024-08-27T18:20:15.532Z[ helios-setup] Aug 27 18:20:14.622 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
20672024-08-27T18:20:15.552Z[ helios-setup] Aug 27 18:20:14.644 INFO E| Updating crates.io index
20682024-08-27T18:20:15.606Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20692024-08-27T18:20:15.686Z[ host-package] Compiling async-stream v0.3.5
20702024-08-27T18:20:15.690Z[ helios-setup] Aug 27 18:20:14.781 INFO E| Downloading crates ...
20712024-08-27T18:20:15.878Z[ helios-setup] Aug 27 18:20:14.969 INFO E| Downloaded cpufeatures v0.2.9
20722024-08-27T18:20:15.881Z[ helios-setup] Aug 27 18:20:14.972 INFO E| Downloaded block-buffer v0.9.0
20732024-08-27T18:20:15.915Z[ helios-setup] Aug 27 18:20:15.006 INFO E| Downloaded opaque-debug v0.3.0
20742024-08-27T18:20:15.918Z[ helios-setup] Aug 27 18:20:15.008 INFO E| Downloaded errno v0.3.1
20752024-08-27T18:20:15.921Z[ helios-setup] Aug 27 18:20:15.010 INFO E| Downloaded anyhow v1.0.72
20762024-08-27T18:20:15.959Z[ helios-setup] Aug 27 18:20:15.050 INFO E| Downloaded walkdir v2.3.3
20772024-08-27T18:20:15.962Z[ helios-setup] Aug 27 18:20:15.053 INFO E| Downloaded unicode-ident v1.0.11
20782024-08-27T18:20:15.966Z[ helios-setup] Aug 27 18:20:15.057 INFO E| Downloaded sha-1 v0.9.8
20792024-08-27T18:20:15.969Z[ helios-setup] Aug 27 18:20:15.060 INFO E| Downloaded md-5 v0.9.1
20802024-08-27T18:20:15.972Z[ helios-setup] Aug 27 18:20:15.063 INFO E| Downloaded libdevinfo-sys v1.0.0
20812024-08-27T18:20:15.974Z[ helios-setup] Aug 27 18:20:15.064 INFO E| Downloaded itoa v1.0.9
20822024-08-27T18:20:15.978Z[ helios-setup] Aug 27 18:20:15.067 INFO E| Downloaded getrandom v0.2.10
20832024-08-27T18:20:15.981Z[ helios-setup] Aug 27 18:20:15.071 INFO E| Downloaded fastrand v2.0.0
20842024-08-27T18:20:15.986Z[ host-package] Compiling ipnetwork v0.20.0
20852024-08-27T18:20:16.010Z[ helios-setup] Aug 27 18:20:15.102 INFO E| Downloaded digest v0.9.0
20862024-08-27T18:20:16.014Z[ helios-setup] Aug 27 18:20:15.106 INFO E| Downloaded uuid v0.8.2
20872024-08-27T18:20:16.022Z[ helios-setup] Aug 27 18:20:15.111 INFO E| Downloaded unicode-width v0.1.10
20882024-08-27T18:20:16.022Z[ helios-setup] Aug 27 18:20:15.112 INFO E| Downloaded toml v0.5.11
20892024-08-27T18:20:16.025Z[ helios-setup] Aug 27 18:20:15.116 INFO E| Downloaded tempfile v3.7.0
20902024-08-27T18:20:16.029Z[ helios-setup] Aug 27 18:20:15.120 INFO E| Downloaded typenum v1.16.0
20912024-08-27T18:20:16.033Z[ helios-setup] Aug 27 18:20:15.124 INFO E| Downloaded serde_derive v1.0.193
20922024-08-27T18:20:16.038Z[ helios-setup] Aug 27 18:20:15.129 INFO E| Downloaded ryu v1.0.15
20932024-08-27T18:20:16.042Z[ helios-setup] Aug 27 18:20:15.134 INFO E| Downloaded serde v1.0.193
20942024-08-27T18:20:16.047Z[ helios-setup] Aug 27 18:20:15.138 INFO E| Downloaded quote v1.0.31
20952024-08-27T18:20:16.051Z[ helios-setup] Aug 27 18:20:15.142 INFO E| Downloaded proc-macro2 v1.0.66
20962024-08-27T18:20:16.056Z[ helios-setup] Aug 27 18:20:15.147 INFO E| Downloaded once_cell v1.18.0
20972024-08-27T18:20:16.060Z[ helios-setup] Aug 27 18:20:15.152 INFO E| Downloaded bitflags v2.3.3
20982024-08-27T18:20:16.065Z[ helios-setup] Aug 27 18:20:15.156 INFO E| Downloaded serde_json v1.0.103
20992024-08-27T18:20:16.108Z[ helios-setup] Aug 27 18:20:15.199 INFO E| Downloaded syn v2.0.32
21002024-08-27T18:20:16.123Z[ helios-setup] Aug 27 18:20:15.214 INFO E| Downloaded rustix v0.38.4
21012024-08-27T18:20:16.149Z[ helios-setup] Aug 27 18:20:15.239 INFO E| Downloaded libc v0.2.147
21022024-08-27T18:20:16.153Z[ host-package] Compiling newtype-uuid v1.1.0
21032024-08-27T18:20:16.414Z[ helios-setup] Aug 27 18:20:15.505 INFO E| Compiling libc v0.2.147
21042024-08-27T18:20:16.417Z[ helios-setup] Aug 27 18:20:15.505 INFO E| Compiling proc-macro2 v1.0.66
21052024-08-27T18:20:16.417Z[ helios-setup] Aug 27 18:20:15.505 INFO E| Compiling unicode-ident v1.0.11
21062024-08-27T18:20:16.417Z[ helios-setup] Aug 27 18:20:15.506 INFO E| Compiling cfg-if v1.0.0
21072024-08-27T18:20:16.417Z[ helios-setup] Aug 27 18:20:15.506 INFO E| Compiling version_check v0.9.4
21082024-08-27T18:20:16.417Z[ helios-setup] Aug 27 18:20:15.506 INFO E| Compiling typenum v1.16.0
21092024-08-27T18:20:16.417Z[ helios-setup] Aug 27 18:20:15.506 INFO E| Compiling serde v1.0.193
21102024-08-27T18:20:16.417Z[ helios-setup] Aug 27 18:20:15.506 INFO E| Compiling slog v2.7.0
21112024-08-27T18:20:16.494Z[ host-package] Compiling serde_path_to_error v0.1.16
21122024-08-27T18:20:16.576Z[ host-package] Compiling hostname v0.4.0
21132024-08-27T18:20:16.603Z[ helios-setup] Aug 27 18:20:15.694 INFO E| Compiling powerfmt v0.2.0
21142024-08-27T18:20:16.933Z[ helios-setup] Aug 27 18:20:16.022 INFO E| Compiling rustix v0.38.4
21152024-08-27T18:20:17.088Z[ host-package] Compiling instant v0.1.12
21162024-08-27T18:20:17.179Z[ host-package] Compiling debug-ignore v1.0.5
21172024-08-27T18:20:17.370Z[ helios-setup] Aug 27 18:20:16.461 INFO E| Compiling num-conv v0.1.0
21182024-08-27T18:20:17.550Z[ host-package] Compiling backoff v0.4.0
21192024-08-27T18:20:17.615Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21202024-08-27T18:20:17.741Z[ helios-setup] Aug 27 18:20:16.832 INFO E| Compiling itoa v1.0.9
21212024-08-27T18:20:17.922Z[ helios-setup] Aug 27 18:20:17.013 INFO E| Compiling generic-array v0.14.7
21222024-08-27T18:20:18.111Z[ helios-setup] Aug 27 18:20:17.201 INFO E| Compiling time-core v0.1.2
21232024-08-27T18:20:18.182Z[ helios-setup] Aug 27 18:20:17.272 INFO E| Compiling deranged v0.3.11
21242024-08-27T18:20:18.187Z[ helios-setup] Aug 27 18:20:17.278 INFO E| Compiling num_threads v0.1.6
21252024-08-27T18:20:18.298Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21262024-08-27T18:20:18.339Z[ helios-setup] Aug 27 18:20:17.430 INFO E| Compiling bitflags v2.3.3
21272024-08-27T18:20:18.428Z[ helios-setup] Aug 27 18:20:17.519 INFO E| Compiling once_cell v1.18.0
21282024-08-27T18:20:18.529Z[ helios-setup] Aug 27 18:20:17.620 INFO E| Compiling time-macros v0.2.18
21292024-08-27T18:20:18.542Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21302024-08-27T18:20:19.181Z[ helios-setup] Aug 27 18:20:18.272 INFO E| Compiling quote v1.0.31
21312024-08-27T18:20:19.332Z[ helios-setup] Aug 27 18:20:18.423 INFO E| Compiling thread_local v1.1.7
21322024-08-27T18:20:19.626Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21332024-08-27T18:20:19.691Z[ host-package] Compiling parse-display v0.10.0
21342024-08-27T18:20:20.279Z[ host-package] Compiling serde_with v3.9.0
21352024-08-27T18:20:20.491Z[ helios-setup] Aug 27 18:20:19.579 INFO E| Compiling syn v2.0.32
21362024-08-27T18:20:20.572Z[ helios-setup] Aug 27 18:20:19.662 INFO E| Compiling dirs-sys-next v0.1.2
21372024-08-27T18:20:20.580Z[ helios-setup] Aug 27 18:20:19.669 INFO E| Compiling errno v0.3.1
21382024-08-27T18:20:20.656Z[ helios-setup] Aug 27 18:20:19.738 INFO E| Compiling atty v0.2.14
21392024-08-27T18:20:20.833Z[ host-package] Compiling strum v0.26.3
21402024-08-27T18:20:20.876Z[ helios-setup] Aug 27 18:20:19.967 INFO E| Compiling anyhow v1.0.72
21412024-08-27T18:20:21.062Z[ helios-setup] Aug 27 18:20:20.153 INFO E| Compiling dirs-next v2.0.0
21422024-08-27T18:20:21.327Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21432024-08-27T18:20:21.537Z[ helios-setup] Aug 27 18:20:20.627 INFO E| Compiling term v0.7.0
21442024-08-27T18:20:21.956Z[ helios-setup] Aug 27 18:20:21.046 INFO E| Compiling fastrand v2.0.0
21452024-08-27T18:20:22.096Z[ helios-setup] Aug 27 18:20:21.187 INFO E| Compiling opaque-debug v0.3.0
21462024-08-27T18:20:22.216Z[ helios-setup] Aug 27 18:20:21.307 INFO E| Compiling serde_json v1.0.103
21472024-08-27T18:20:22.954Z[ helios-setup] Aug 27 18:20:22.045 INFO E| Compiling getrandom v0.2.10
21482024-08-27T18:20:23.234Z[ helios-setup] Aug 27 18:20:22.324 INFO E| Compiling block-buffer v0.9.0
21492024-08-27T18:20:23.352Z[ helios-setup] Aug 27 18:20:22.442 INFO E| Compiling digest v0.9.0
21502024-08-27T18:20:23.493Z[ helios-setup] Aug 27 18:20:22.583 INFO E| Compiling unicode-width v0.1.10
21512024-08-27T18:20:23.554Z[ helios-setup] Aug 27 18:20:22.644 INFO E| Compiling cpufeatures v0.2.9
21522024-08-27T18:20:23.648Z[ helios-setup] Aug 27 18:20:22.736 INFO E| Compiling ryu v1.0.15
21532024-08-27T18:20:23.660Z[ helios-setup] Aug 27 18:20:22.749 INFO E| Compiling same-file v1.0.6
21542024-08-27T18:20:23.793Z[ helios-setup] Aug 27 18:20:22.883 INFO E| Compiling getopts v0.2.21
21552024-08-27T18:20:23.861Z[ helios-setup] Aug 27 18:20:22.952 INFO E| Compiling walkdir v2.3.3
21562024-08-27T18:20:24.215Z[ helios-setup] Aug 27 18:20:23.305 INFO E| Compiling tempfile v3.7.0
21572024-08-27T18:20:24.215Z[ helios-setup] Aug 27 18:20:23.305 INFO E| Compiling sha-1 v0.9.8
21582024-08-27T18:20:24.707Z[ helios-setup] Aug 27 18:20:23.798 INFO E| Compiling time v0.3.36
21592024-08-27T18:20:25.532Z[ helios-setup] Aug 27 18:20:24.622 INFO E| Compiling md-5 v0.9.1
21602024-08-27T18:20:25.549Z[ helios-setup] Aug 27 18:20:24.639 INFO E| Compiling glob v0.3.1
21612024-08-27T18:20:25.576Z[ helios-setup] Aug 27 18:20:24.666 INFO E| Compiling libdevinfo-sys v1.0.0
21622024-08-27T18:20:27.242Z[ host-package] Compiling macaddr v1.0.1
21632024-08-27T18:20:27.683Z[ host-package] Compiling slog-dtrace v0.3.0
21642024-08-27T18:20:28.067Z[ helios-setup] Aug 27 18:20:27.157 INFO E| Compiling slog-term v2.9.0
21652024-08-27T18:20:28.364Z[ host-package] Compiling linked-hash-map v0.5.6
21662024-08-27T18:20:28.958Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21672024-08-27T18:20:29.508Z[ helios-setup] Aug 27 18:20:28.598 INFO E| Compiling serde_derive v1.0.193
21682024-08-27T18:20:30.713Z[ host-package] Compiling lru-cache v0.1.2
21692024-08-27T18:20:31.238Z[ host-package] Compiling quick-error v1.2.3
21702024-08-27T18:20:31.430Z[ host-package] Compiling resolv-conf v0.7.0
21712024-08-27T18:20:31.557Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21722024-08-27T18:20:31.595Z[ host-package] Compiling swrite v0.1.0
21732024-08-27T18:20:31.775Z[ host-package] Compiling utf-8 v0.7.6
21742024-08-27T18:20:32.222Z[ host-package] Compiling hickory-resolver v0.24.1
21752024-08-27T18:20:33.088Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21762024-08-27T18:20:33.130Z[ host-package] Compiling rayon-core v1.12.1
21772024-08-27T18:20:33.187Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21782024-08-27T18:20:35.285Z[ host-package] Compiling crossbeam-deque v0.8.5
21792024-08-27T18:20:35.746Z[ host-package] Compiling half v2.4.1
21802024-08-27T18:20:36.570Z[ host-package] Compiling ciborium-io v0.2.2
21812024-08-27T18:20:36.787Z[ host-package] Compiling fastrand v2.1.0
21822024-08-27T18:20:37.465Z[ host-package] Compiling same-file v1.0.6
21832024-08-27T18:20:37.721Z[ host-package] Compiling display-error-chain v0.2.0
21842024-08-27T18:20:37.751Z[ host-package] Compiling walkdir v2.5.0
21852024-08-27T18:20:38.213Z[ host-package] Compiling tempfile v3.10.1
21862024-08-27T18:20:38.492Z[ host-package] Compiling ciborium-ll v0.2.2
21872024-08-27T18:20:39.134Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21882024-08-27T18:20:40.140Z[ host-package] Compiling ring v0.16.20
21892024-08-27T18:20:40.812Z[ host-package] Compiling blake3 v1.5.1
21902024-08-27T18:20:41.564Z[ host-package] Compiling rayon v1.10.0
21912024-08-27T18:20:44.531Z[ helios-setup] Aug 27 18:20:43.620 INFO E| Compiling toml v0.5.11
21922024-08-27T18:20:44.531Z[ helios-setup] Aug 27 18:20:43.620 INFO E| Compiling uuid v0.8.2
21932024-08-27T18:20:46.766Z[ helios-setup] Aug 27 18:20:45.855 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
21942024-08-27T18:20:47.659Z[ host-package] Compiling ciborium v0.2.2
21952024-08-27T18:20:48.635Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21962024-08-27T18:20:49.924Z[ helios-setup] Aug 27 18:20:49.013 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
21972024-08-27T18:20:50.264Z[ host-package] Compiling xattr v1.3.1
21982024-08-27T18:20:50.619Z[ host-package] Compiling filetime v0.2.24
21992024-08-27T18:20:50.954Z[ host-package] Compiling memmap2 v0.9.4
22002024-08-27T18:20:51.476Z[ host-package] Compiling untrusted v0.7.1
22012024-08-27T18:20:51.866Z[ host-package] Compiling spin v0.5.2
22022024-08-27T18:20:52.202Z[ host-package] Compiling arrayvec v0.7.4
22032024-08-27T18:20:52.504Z[ host-package] Compiling constant_time_eq v0.3.0
22042024-08-27T18:20:52.798Z[ host-package] Compiling arrayref v0.3.7
22052024-08-27T18:20:52.821Z[ host-package] Compiling cancel-safe-futures v0.1.5
22062024-08-27T18:20:54.292Z[ host-package] Compiling tar v0.4.41
22072024-08-27T18:20:54.360Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22082024-08-27T18:20:56.336Z[ host-package] Compiling camino-tempfile v1.1.1
22092024-08-27T18:20:56.861Z[ host-package] Compiling toolchain_find v0.4.0
22102024-08-27T18:20:57.093Z[ host-package] Compiling nibble_vec v0.1.0
22112024-08-27T18:20:57.142Z[ host-package] Compiling atty v0.2.14
22122024-08-27T18:20:57.319Z[ host-package] Compiling topological-sort v0.2.2
22132024-08-27T18:20:57.433Z[ host-package] Compiling endian-type v0.1.2
22142024-08-27T18:20:57.545Z[ host-package] Compiling glob v0.3.1
22152024-08-27T18:20:57.631Z[ host-package] Compiling crunchy v0.2.2
22162024-08-27T18:20:57.847Z[ host-package] Compiling maplit v1.0.2
22172024-08-27T18:20:58.050Z[ host-package] Compiling radix_trie v0.2.1
22182024-08-27T18:20:58.420Z[ host-package] Compiling omicron-zone-package v0.11.0
22192024-08-27T18:20:58.560Z[ host-package] Compiling rustfmt-wrapper v0.2.1
22202024-08-27T18:20:58.640Z[ host-package] Compiling clang-sys v1.7.0
22212024-08-27T18:20:59.359Z[ host-package] Compiling tungstenite v0.21.0
22222024-08-27T18:20:59.649Z[ host-package] Compiling tiny-keccak v2.0.2
22232024-08-27T18:20:59.735Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22242024-08-27T18:21:00.224Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22252024-08-27T18:21:00.453Z[ host-package] Compiling dsl_auto_type v0.1.2
22262024-08-27T18:21:00.577Z[ host-package] Compiling scheduled-thread-pool v0.2.7
22272024-08-27T18:21:02.104Z[ host-package] Compiling tokio-tungstenite v0.21.0
22282024-08-27T18:21:02.375Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
22292024-08-27T18:21:02.826Z[ host-package] Compiling arc-swap v1.7.1
22302024-08-27T18:21:02.957Z[ host-package] Compiling diesel_derives v2.2.2
22312024-08-27T18:21:03.432Z[ helios-setup] Aug 27 18:21:02.519 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.76s
22322024-08-27T18:21:03.465Z[ helios-setup] Aug 27 18:21:02.553 INFO building project "image-builder" ok (48 seconds)
22332024-08-27T18:21:03.465Z[ helios-setup] Aug 27 18:21:02.553 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
22342024-08-27T18:21:03.465Z[ helios-setup] Aug 27 18:21:02.553 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
22352024-08-27T18:21:03.475Z[ helios-setup] Aug 27 18:21:02.563 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
22362024-08-27T18:21:03.583Z[ host-package] Compiling slog-scope v4.4.0
22372024-08-27T18:21:03.770Z[ helios-setup] Aug 27 18:21:02.858 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
22382024-08-27T18:21:03.770Z[ helios-setup] Aug 27 18:21:02.858 INFO E| info: downloading component 'cargo'
22392024-08-27T18:21:03.921Z[ host-package] Compiling r2d2 v0.8.10
22402024-08-27T18:21:04.306Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22412024-08-27T18:21:04.446Z[ host-package] Compiling ascii-canvas v3.0.0
22422024-08-27T18:21:04.892Z[ host-package] Compiling ena v0.14.3
22432024-08-27T18:21:04.941Z[ host-package] Compiling libloading v0.8.3
22442024-08-27T18:21:05.130Z[ helios-setup] Aug 27 18:21:04.217 INFO E| info: downloading component 'clippy'
22452024-08-27T18:21:05.303Z[ host-package] Compiling bindgen v0.69.4
22462024-08-27T18:21:05.359Z[ host-package] Compiling regex-syntax v0.6.29
22472024-08-27T18:21:05.396Z[ host-package] Compiling diff v0.1.13
22482024-08-27T18:21:05.564Z[ helios-setup] Aug 27 18:21:04.651 INFO E| info: downloading component 'rust-docs'
22492024-08-27T18:21:06.005Z[ host-package] Compiling slog-stdlog v4.1.1
22502024-08-27T18:21:06.844Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22512024-08-27T18:21:06.863Z[ helios-setup] Aug 27 18:21:05.946 INFO E| info: downloading component 'rust-src'
22522024-08-27T18:21:07.022Z[ helios-setup] Aug 27 18:21:06.109 INFO E| info: downloading component 'rust-std'
22532024-08-27T18:21:08.100Z[ host-package] Compiling which v4.4.2
22542024-08-27T18:21:08.749Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22552024-08-27T18:21:08.862Z[ helios-setup] Aug 27 18:21:07.949 INFO E| info: downloading component 'rustc'
22562024-08-27T18:21:09.110Z[ host-package] Compiling lalrpop v0.19.12
22572024-08-27T18:21:11.015Z[ host-package] Compiling cexpr v0.6.0
22582024-08-27T18:21:12.700Z[ host-package] Compiling libsw v3.3.1
22592024-08-27T18:21:13.069Z[ host-package] Compiling lazycell v1.3.0
22602024-08-27T18:21:13.258Z[ host-package] Compiling linear-map v1.2.0
22612024-08-27T18:21:13.731Z[ host-package] Compiling ref-cast v1.0.23
22622024-08-27T18:21:14.260Z[ host-package] Compiling shlex v1.3.0
22632024-08-27T18:21:14.661Z[ host-package] Compiling owo-colors v4.0.0
22642024-08-27T18:21:14.663Z[ helios-setup] Aug 27 18:21:13.748 INFO E| info: downloading component 'rustfmt'
22652024-08-27T18:21:15.013Z[ host-package] Compiling diesel v2.2.2
22662024-08-27T18:21:15.649Z[ helios-setup] Aug 27 18:21:14.736 INFO E| info: installing component 'cargo'
22672024-08-27T18:21:16.734Z[ host-package] Compiling rustc-hash v1.1.0
22682024-08-27T18:21:17.350Z[ helios-setup] Aug 27 18:21:16.436 INFO E| info: installing component 'clippy'
22692024-08-27T18:21:17.588Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22702024-08-27T18:21:17.928Z[ helios-setup] Aug 27 18:21:17.014 INFO E| info: installing component 'rust-docs'
22712024-08-27T18:21:24.515Z[ helios-setup] Aug 27 18:21:23.601 INFO E| info: installing component 'rust-src'
22722024-08-27T18:21:25.165Z[ helios-setup] Aug 27 18:21:24.251 INFO E| info: installing component 'rust-std'
22732024-08-27T18:21:26.407Z[ host-package] Compiling slog-envlogger v2.2.0
22742024-08-27T18:21:27.821Z[ helios-setup] Aug 27 18:21:26.906 INFO E| info: installing component 'rustc'
22752024-08-27T18:21:29.190Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22762024-08-27T18:21:29.574Z[ host-package] Compiling derive_builder_core v0.20.0
22772024-08-27T18:21:32.164Z[ host-package] Compiling headers-core v0.2.0
22782024-08-27T18:21:32.497Z[ host-package] Compiling fxhash v0.2.1
22792024-08-27T18:21:32.811Z[ host-package] Compiling libxml v0.3.3
22802024-08-27T18:21:32.886Z[ host-package] Compiling ref-cast-impl v1.0.23
22812024-08-27T18:21:33.515Z[ host-package] Compiling samael v0.0.15
22822024-08-27T18:21:34.030Z[ host-package] Compiling headers v0.3.9
22832024-08-27T18:21:34.092Z[ helios-setup] Aug 27 18:21:33.178 INFO E| info: installing component 'rustfmt'
22842024-08-27T18:21:34.595Z[ host-package] Compiling derive_builder_macro v0.20.0
22852024-08-27T18:21:34.660Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22862024-08-27T18:21:35.067Z[ helios-setup] Aug 27 18:21:34.152 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
22872024-08-27T18:21:35.422Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22882024-08-27T18:21:35.580Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22892024-08-27T18:21:35.767Z[ host-package] Compiling kstat-rs v0.2.4
22902024-08-27T18:21:35.963Z[ helios-setup] Aug 27 18:21:35.048 INFO E| From https://github.com/oxidecomputer/amd-apcb
22912024-08-27T18:21:35.963Z[ helios-setup] Aug 27 18:21:35.048 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
22922024-08-27T18:21:35.963Z[ helios-setup] Aug 27 18:21:35.048 INFO E| * [new tag] v0.3.3 -> v0.3.3
22932024-08-27T18:21:35.992Z[ helios-setup] Aug 27 18:21:35.077 INFO E| * [new tag] v0.1.3 -> v0.1.3
22942024-08-27T18:21:35.992Z[ helios-setup] Aug 27 18:21:35.078 INFO E| * [new tag] v0.1.4 -> v0.1.4
22952024-08-27T18:21:35.995Z[ helios-setup] Aug 27 18:21:35.078 INFO E| * [new tag] v0.1.5 -> v0.1.5
22962024-08-27T18:21:35.995Z[ helios-setup] Aug 27 18:21:35.078 INFO E| * [new tag] v0.2.0 -> v0.2.0
22972024-08-27T18:21:35.995Z[ helios-setup] Aug 27 18:21:35.078 INFO E| * [new tag] v0.3.0 -> v0.3.0
22982024-08-27T18:21:35.995Z[ helios-setup] Aug 27 18:21:35.078 INFO E| * [new tag] v0.3.1 -> v0.3.1
22992024-08-27T18:21:35.995Z[ helios-setup] Aug 27 18:21:35.078 INFO E| * [new tag] v0.3.2 -> v0.3.2
23002024-08-27T18:21:36.042Z[ helios-setup] Aug 27 18:21:35.127 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
23012024-08-27T18:21:36.757Z[ host-package] Compiling strum_macros v0.24.3
23022024-08-27T18:21:37.011Z[ helios-setup] Aug 27 18:21:36.096 INFO E| From https://github.com/oxidecomputer/amd-efs
23032024-08-27T18:21:37.011Z[ helios-setup] Aug 27 18:21:36.096 INFO E| * [new branch] empty -> origin/empty
23042024-08-27T18:21:37.013Z[ helios-setup] Aug 27 18:21:36.096 INFO E| * [new branch] issue-99 -> origin/issue-99
23052024-08-27T18:21:37.013Z[ helios-setup] Aug 27 18:21:36.096 INFO E| * [new branch] main -> origin/main
23062024-08-27T18:21:37.013Z[ helios-setup] Aug 27 18:21:36.096 INFO E| * [new branch] review -> origin/review
23072024-08-27T18:21:37.014Z[ helios-setup] Aug 27 18:21:36.096 INFO E| * [new ref] -> origin/HEAD
23082024-08-27T18:21:37.014Z[ helios-setup] Aug 27 18:21:36.097 INFO E| * [new tag] v0.2.0 -> v0.2.0
23092024-08-27T18:21:37.014Z[ helios-setup] Aug 27 18:21:36.097 INFO E| * [new tag] v0.2.1 -> v0.2.1
23102024-08-27T18:21:37.014Z[ helios-setup] Aug 27 18:21:36.097 INFO E| * [new tag] v0.2.2 -> v0.2.2
23112024-08-27T18:21:37.014Z[ helios-setup] Aug 27 18:21:36.097 INFO E| * [new tag] v0.2.3 -> v0.2.3
23122024-08-27T18:21:37.014Z[ helios-setup] Aug 27 18:21:36.097 INFO E| * [new tag] v0.2.4 -> v0.2.4
23132024-08-27T18:21:37.014Z[ helios-setup] Aug 27 18:21:36.097 INFO E| * [new tag] v0.2.5 -> v0.2.5
23142024-08-27T18:21:37.014Z[ helios-setup] Aug 27 18:21:36.097 INFO E| * [new tag] v0.2.6 -> v0.2.6
23152024-08-27T18:21:37.014Z[ helios-setup] Aug 27 18:21:36.097 INFO E| * [new tag] v0.2.7 -> v0.2.7
23162024-08-27T18:21:37.014Z[ helios-setup] Aug 27 18:21:36.098 INFO E| * [new tag] v0.3.0 -> v0.3.0
23172024-08-27T18:21:37.014Z[ helios-setup] Aug 27 18:21:36.098 INFO E| * [new tag] v0.3.1 -> v0.3.1
23182024-08-27T18:21:37.014Z[ helios-setup] Aug 27 18:21:36.098 INFO E| * [new tag] v0.4.0 -> v0.4.0
23192024-08-27T18:21:37.036Z[ helios-setup] Aug 27 18:21:36.121 INFO E| Updating crates.io index
23202024-08-27T18:21:37.328Z[ helios-setup] Aug 27 18:21:36.413 INFO E| Downloading crates ...
23212024-08-27T18:21:37.474Z[ helios-setup] Aug 27 18:21:36.559 INFO E| Downloaded pest_derive v2.7.11
23222024-08-27T18:21:37.478Z[ helios-setup] Aug 27 18:21:36.563 INFO E| Downloaded modular-bitfield-impl v0.11.2
23232024-08-27T18:21:37.481Z[ helios-setup] Aug 27 18:21:36.565 INFO E| Downloaded memoffset v0.5.6
23242024-08-27T18:21:37.484Z[ helios-setup] Aug 27 18:21:36.568 INFO E| Downloaded unic-ucd-version v0.9.0
23252024-08-27T18:21:37.486Z[ helios-setup] Aug 27 18:21:36.570 INFO E| Downloaded unic-common v0.9.0
23262024-08-27T18:21:37.486Z[ helios-setup] Aug 27 18:21:36.571 INFO E| Downloaded strum v0.23.0
23272024-08-27T18:21:37.489Z[ helios-setup] Aug 27 18:21:36.572 INFO E| Downloaded proc-macro-crate v0.1.5
23282024-08-27T18:21:37.489Z[ helios-setup] Aug 27 18:21:36.574 INFO E| Downloaded unic-char-property v0.9.0
23292024-08-27T18:21:37.492Z[ helios-setup] Aug 27 18:21:36.576 INFO E| Downloaded parse_int v0.6.0
23302024-08-27T18:21:37.495Z[ helios-setup] Aug 27 18:21:36.578 INFO E| Downloaded bytesize v1.3.0
23312024-08-27T18:21:37.495Z[ helios-setup] Aug 27 18:21:36.579 INFO E| Downloaded fletcher v0.1.0
23322024-08-27T18:21:37.517Z[ helios-setup] Aug 27 18:21:36.602 INFO E| Downloaded unic-char-range v0.9.0
23332024-08-27T18:21:37.526Z[ helios-setup] Aug 27 18:21:36.612 INFO E| Downloaded pest_generator v2.7.11
23342024-08-27T18:21:37.529Z[ helios-setup] Aug 27 18:21:36.614 INFO E| Downloaded num-derive v0.3.3
23352024-08-27T18:21:37.537Z[ helios-setup] Aug 27 18:21:36.616 INFO E| Downloaded cfg-if v0.1.10
23362024-08-27T18:21:37.547Z[ helios-setup] Aug 27 18:21:36.632 INFO E| Downloaded vec_map v0.8.2
23372024-08-27T18:21:37.550Z[ helios-setup] Aug 27 18:21:36.634 INFO E| Downloaded textwrap v0.11.0
23382024-08-27T18:21:37.553Z[ helios-setup] Aug 27 18:21:36.637 INFO E| Downloaded strum_macros v0.23.1
23392024-08-27T18:21:37.556Z[ helios-setup] Aug 27 18:21:36.640 INFO E| Downloaded structopt-derive v0.4.18
23402024-08-27T18:21:37.559Z[ helios-setup] Aug 27 18:21:36.642 INFO E| Downloaded scroll v0.10.2
23412024-08-27T18:21:37.561Z[ helios-setup] Aug 27 18:21:36.645 INFO E| Downloaded rustc_version v0.2.3
23422024-08-27T18:21:37.561Z[ helios-setup] Aug 27 18:21:36.646 INFO E| Downloaded pest_meta v2.7.11
23432024-08-27T18:21:37.564Z[ helios-setup] Aug 27 18:21:36.650 INFO E| Downloaded unic-ucd-ident v0.9.0
23442024-08-27T18:21:37.567Z[ helios-setup] Aug 27 18:21:36.652 INFO E| Downloaded semver-parser v0.7.0
23452024-08-27T18:21:37.570Z[ helios-setup] Aug 27 18:21:36.654 INFO E| Downloaded pre-proc-macro v0.2.1
23462024-08-27T18:21:37.572Z[ helios-setup] Aug 27 18:21:36.657 INFO E| Downloaded log v0.4.22
23472024-08-27T18:21:37.575Z[ helios-setup] Aug 27 18:21:36.661 INFO E| Downloaded structopt v0.3.26
23482024-08-27T18:21:37.588Z[ helios-setup] Aug 27 18:21:36.673 INFO E| Downloaded serde_derive v1.0.204
23492024-08-27T18:21:37.593Z[ helios-setup] Aug 27 18:21:36.678 INFO E| Downloaded serde v1.0.204
23502024-08-27T18:21:37.599Z[ helios-setup] Aug 27 18:21:36.683 INFO E| Downloaded memchr v2.7.4
23512024-08-27T18:21:37.607Z[ helios-setup] Aug 27 18:21:36.692 INFO E| Downloaded clap v2.34.0
23522024-08-27T18:21:37.618Z[ helios-setup] Aug 27 18:21:36.704 INFO E| Downloaded serde_json v1.0.120
23532024-08-27T18:21:37.631Z[ helios-setup] Aug 27 18:21:36.717 INFO E| Downloaded goblin v0.4.3
23542024-08-27T18:21:37.640Z[ helios-setup] Aug 27 18:21:36.725 INFO E| Downloaded pest v2.7.11
23552024-08-27T18:21:37.649Z[ helios-setup] Aug 27 18:21:36.734 INFO E| Downloaded syn v2.0.71
23562024-08-27T18:21:37.672Z[ helios-setup] Aug 27 18:21:36.757 INFO E| Downloaded modular-bitfield v0.11.2
23572024-08-27T18:21:37.686Z[ helios-setup] Aug 27 18:21:36.771 INFO E| Downloaded libc v0.2.155
23582024-08-27T18:21:37.726Z[ helios-setup] Aug 27 18:21:36.811 INFO E| Downloaded ansi_term v0.12.1
23592024-08-27T18:21:37.729Z[ helios-setup] Aug 27 18:21:36.814 INFO E| Downloaded strsim v0.8.0
23602024-08-27T18:21:37.743Z[ helios-setup] Aug 27 18:21:36.816 INFO E| Downloaded semver v0.9.0
23612024-08-27T18:21:37.743Z[ helios-setup] Aug 27 18:21:36.818 INFO E| Downloaded scroll_derive v0.10.5
23622024-08-27T18:21:37.743Z[ helios-setup] Aug 27 18:21:36.820 INFO E| Downloaded pre v0.2.1
23632024-08-27T18:21:37.743Z[ helios-setup] Aug 27 18:21:36.820 INFO E| Downloaded four-cc v0.3.0
23642024-08-27T18:21:37.825Z[ helios-setup] Aug 27 18:21:36.910 INFO E| Compiling proc-macro2 v1.0.86
23652024-08-27T18:21:37.825Z[ helios-setup] Aug 27 18:21:36.911 INFO E| Compiling unicode-ident v1.0.12
23662024-08-27T18:21:37.828Z[ helios-setup] Aug 27 18:21:36.911 INFO E| Compiling syn v1.0.109
23672024-08-27T18:21:37.828Z[ helios-setup] Aug 27 18:21:36.911 INFO E| Compiling version_check v0.9.4
23682024-08-27T18:21:37.828Z[ helios-setup] Aug 27 18:21:36.911 INFO E| Compiling autocfg v1.3.0
23692024-08-27T18:21:37.828Z[ helios-setup] Aug 27 18:21:36.911 INFO E| Compiling semver-parser v0.7.0
23702024-08-27T18:21:37.828Z[ helios-setup] Aug 27 18:21:36.911 INFO E| Compiling thiserror v1.0.63
23712024-08-27T18:21:37.828Z[ helios-setup] Aug 27 18:21:36.911 INFO E| Compiling serde v1.0.204
23722024-08-27T18:21:37.843Z[ host-package] Compiling unicase v2.7.0
23732024-08-27T18:21:37.971Z[ host-package] Compiling indoc v1.0.9
23742024-08-27T18:21:37.974Z[ host-package] Compiling polar-core v0.27.3
23752024-08-27T18:21:38.550Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23762024-08-27T18:21:38.782Z[ helios-setup] Aug 27 18:21:37.867 INFO E| Compiling semver v0.9.0
23772024-08-27T18:21:39.034Z[ helios-setup] Aug 27 18:21:38.119 INFO E| Compiling serde_json v1.0.120
23782024-08-27T18:21:39.148Z[ helios-setup] Aug 27 18:21:38.233 INFO E| Compiling num-traits v0.2.19
23792024-08-27T18:21:39.348Z[ helios-setup] Aug 27 18:21:38.433 INFO E| Compiling ryu v1.0.18
23802024-08-27T18:21:39.757Z[ helios-setup] Aug 27 18:21:38.842 INFO E| Compiling proc-macro-error-attr v1.0.4
23812024-08-27T18:21:39.784Z[ host-package] Compiling derive_builder v0.20.0
23822024-08-27T18:21:39.838Z[ helios-setup] Aug 27 18:21:38.923 INFO E| Compiling proc-macro-error v1.0.4
23832024-08-27T18:21:39.864Z[ helios-setup] Aug 27 18:21:38.949 INFO E| Compiling rustc_version v0.2.3
23842024-08-27T18:21:40.005Z[ helios-setup] Aug 27 18:21:39.090 INFO E| Compiling schemars v0.8.21
23852024-08-27T18:21:40.152Z[ helios-setup] Aug 27 18:21:39.237 INFO E| Compiling itoa v1.0.11
23862024-08-27T18:21:40.266Z[ helios-setup] Aug 27 18:21:39.351 INFO E| Compiling unicode-segmentation v1.11.0
23872024-08-27T18:21:40.697Z[ helios-setup] Aug 27 18:21:39.782 INFO E| Compiling pre-proc-macro v0.2.1
23882024-08-27T18:21:40.724Z[ helios-setup] Aug 27 18:21:39.809 INFO E| Compiling memoffset v0.5.6
23892024-08-27T18:21:40.770Z[ helios-setup] Aug 27 18:21:39.855 INFO E| Compiling ucd-trie v0.1.6
23902024-08-27T18:21:40.808Z[ helios-setup] Aug 27 18:21:39.892 INFO E| Compiling dyn-clone v1.0.17
23912024-08-27T18:21:40.856Z[ helios-setup] Aug 27 18:21:39.941 INFO E| Compiling paste v1.0.15
23922024-08-27T18:21:41.207Z[ helios-setup] Aug 27 18:21:40.292 INFO E| Compiling libc v0.2.155
23932024-08-27T18:21:41.247Z[ helios-setup] Aug 27 18:21:40.331 INFO E| Compiling lazy_static v1.5.0
23942024-08-27T18:21:41.463Z[ helios-setup] Aug 27 18:21:40.548 INFO E| Compiling memchr v2.7.4
23952024-08-27T18:21:41.727Z[ helios-setup] Aug 27 18:21:40.812 INFO E| Compiling heck v0.3.3
23962024-08-27T18:21:41.795Z[ helios-setup] Aug 27 18:21:40.879 INFO E| Compiling quote v1.0.36
23972024-08-27T18:21:41.909Z[ helios-setup] Aug 27 18:21:40.994 INFO E| Compiling rustversion v1.0.17
23982024-08-27T18:21:42.410Z[ helios-setup] Aug 27 18:21:41.495 INFO E| Compiling syn v2.0.71
23992024-08-27T18:21:42.912Z[ helios-setup] Aug 27 18:21:41.997 INFO E| Compiling pre v0.2.1
24002024-08-27T18:21:43.005Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24012024-08-27T18:21:43.469Z[ helios-setup] Aug 27 18:21:42.554 INFO E| Compiling static_assertions v1.1.0
24022024-08-27T18:21:43.572Z[ helios-setup] Aug 27 18:21:42.657 INFO E| Compiling byteorder v1.5.0
24032024-08-27T18:21:43.675Z[ helios-setup] Aug 27 18:21:42.760 INFO E| Compiling once_cell v1.19.0
24042024-08-27T18:21:44.576Z[ helios-setup] Aug 27 18:21:43.661 INFO E| Compiling cfg-if v0.1.10
24052024-08-27T18:21:45.564Z[ helios-setup] Aug 27 18:21:44.649 INFO E| Compiling unicode-width v0.1.13
24062024-08-27T18:21:46.118Z[ helios-setup] Aug 27 18:21:45.202 INFO E| Compiling textwrap v0.11.0
24072024-08-27T18:21:46.574Z[ helios-setup] Aug 27 18:21:45.658 INFO E| Compiling atty v0.2.14
24082024-08-27T18:21:46.814Z[ helios-setup] Aug 27 18:21:45.897 INFO E| Compiling parse_int v0.6.0
24092024-08-27T18:21:47.146Z[ helios-setup] Aug 27 18:21:46.230 INFO E| Compiling strsim v0.8.0
24102024-08-27T18:21:47.233Z[ helios-setup] Aug 27 18:21:46.317 INFO E| Compiling bitflags v1.3.2
24112024-08-27T18:21:47.322Z[ helios-setup] Aug 27 18:21:46.406 INFO E| Compiling ansi_term v0.12.1
24122024-08-27T18:21:47.327Z[ helios-setup] Aug 27 18:21:46.412 INFO E| Compiling unic-char-range v0.9.0
24132024-08-27T18:21:47.564Z[ helios-setup] Aug 27 18:21:46.648 INFO E| Compiling vec_map v0.8.2
24142024-08-27T18:21:47.731Z[ helios-setup] Aug 27 18:21:46.815 INFO E| Compiling fletcher v0.1.0
24152024-08-27T18:21:48.058Z[ helios-setup] Aug 27 18:21:47.142 INFO E| Compiling unic-common v0.9.0
24162024-08-27T18:21:48.204Z[ helios-setup] Aug 27 18:21:47.288 INFO E| Compiling strum v0.23.0
24172024-08-27T18:21:48.258Z[ helios-setup] Aug 27 18:21:47.342 INFO E| Compiling unic-ucd-version v0.9.0
24182024-08-27T18:21:48.415Z[ helios-setup] Aug 27 18:21:47.499 INFO E| Compiling clap v2.34.0
24192024-08-27T18:21:48.462Z[ helios-setup] Aug 27 18:21:47.546 INFO E| Compiling unic-char-property v0.9.0
24202024-08-27T18:21:48.540Z[ helios-setup] Aug 27 18:21:47.625 INFO E| Compiling log v0.4.22
24212024-08-27T18:21:48.705Z[ helios-setup] Aug 27 18:21:47.790 INFO E| Compiling plain v0.2.3
24222024-08-27T18:21:48.711Z[ helios-setup] Aug 27 18:21:47.795 INFO E| Compiling unic-ucd-ident v0.9.0
24232024-08-27T18:21:48.870Z[ helios-setup] Aug 27 18:21:47.954 INFO E| Compiling bytesize v1.3.0
24242024-08-27T18:21:49.776Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24252024-08-27T18:21:50.569Z[ host-package] Compiling crossterm v0.28.1
24262024-08-27T18:21:50.621Z[ host-package] Compiling curve25519-dalek v4.1.3
24272024-08-27T18:21:51.249Z[ helios-setup] Aug 27 18:21:50.333 INFO E| Compiling serde_derive_internals v0.29.1
24282024-08-27T18:21:51.448Z[ host-package] Compiling oso-derive v0.27.3
24292024-08-27T18:21:51.954Z[ helios-setup] Aug 27 18:21:51.038 INFO E| Compiling toml v0.5.11
24302024-08-27T18:21:53.568Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
24312024-08-27T18:21:54.964Z[ helios-setup] Aug 27 18:21:54.048 INFO E| Compiling proc-macro-crate v0.1.5
24322024-08-27T18:21:56.216Z[ helios-setup] Aug 27 18:21:55.299 INFO E| Compiling thiserror-impl v1.0.63
24332024-08-27T18:21:56.390Z[ helios-setup] Aug 27 18:21:55.474 INFO E| Compiling serde_derive v1.0.204
24342024-08-27T18:21:56.442Z[ helios-setup] Aug 27 18:21:55.526 INFO E| Compiling schemars_derive v0.8.21
24352024-08-27T18:21:56.607Z[ helios-setup] Aug 27 18:21:55.690 INFO E| Compiling zerocopy-derive v0.6.6
24362024-08-27T18:22:00.252Z[ helios-setup] Aug 27 18:21:59.335 INFO E| Compiling zerocopy v0.6.6
24372024-08-27T18:22:01.935Z[ helios-setup] Aug 27 18:22:01.019 INFO E| Compiling pest v2.7.11
24382024-08-27T18:22:04.735Z[ helios-setup] Aug 27 18:22:03.818 INFO E| Compiling modular-bitfield-impl v0.11.2
24392024-08-27T18:22:04.735Z[ helios-setup] Aug 27 18:22:03.818 INFO E| Compiling num-derive v0.3.3
24402024-08-27T18:22:04.858Z[ host-package] Compiling libz-sys v1.1.16
24412024-08-27T18:22:05.008Z[ helios-setup] Aug 27 18:22:04.091 INFO E| Compiling strum_macros v0.23.1
24422024-08-27T18:22:05.689Z[ host-package] Compiling quick-xml v0.31.0
24432024-08-27T18:22:05.808Z[ helios-setup] Aug 27 18:22:04.892 INFO E| Compiling scroll_derive v0.10.5
24442024-08-27T18:22:06.020Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
24452024-08-27T18:22:07.169Z[ host-package] Compiling keccak v0.1.5
24462024-08-27T18:22:07.613Z[ helios-setup] Aug 27 18:22:06.696 INFO E| Compiling pest_meta v2.7.11
24472024-08-27T18:22:07.915Z[ host-package] Compiling parking_lot_core v0.8.6
24482024-08-27T18:22:08.582Z[ helios-setup] Aug 27 18:22:07.665 INFO E| Compiling scroll v0.10.2
24492024-08-27T18:22:08.921Z[ helios-setup] Aug 27 18:22:08.004 INFO E| Compiling structopt-derive v0.4.18
24502024-08-27T18:22:09.199Z[ host-package] Compiling sha3 v0.10.8
24512024-08-27T18:22:09.666Z[ helios-setup] Aug 27 18:22:08.749 INFO E| Compiling goblin v0.4.3
24522024-08-27T18:22:09.851Z[ helios-setup] Aug 27 18:22:08.933 INFO E| Compiling modular-bitfield v0.11.2
24532024-08-27T18:22:10.085Z[ helios-setup] Aug 27 18:22:09.167 INFO E| Compiling pest_generator v2.7.11
24542024-08-27T18:22:11.030Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24552024-08-27T18:22:11.092Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24562024-08-27T18:22:11.939Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24572024-08-27T18:22:13.668Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24582024-08-27T18:22:14.451Z[ host-package] Compiling bb8 v0.8.5
24592024-08-27T18:22:14.586Z[ helios-setup] Aug 27 18:22:13.669 INFO E| Compiling structopt v0.3.26
24602024-08-27T18:22:14.637Z[ helios-setup] Aug 27 18:22:13.719 INFO E| Compiling pest_derive v2.7.11
24612024-08-27T18:22:15.399Z[ host-package] Compiling const_format_proc_macros v0.2.32
24622024-08-27T18:22:15.633Z[ host-package] Compiling universal-hash v0.5.1
24632024-08-27T18:22:15.948Z[ host-package] Compiling secrecy v0.8.0
24642024-08-27T18:22:17.688Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24652024-08-27T18:22:18.595Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
24662024-08-27T18:22:20.008Z[ helios-setup] Aug 27 18:22:19.090 INFO E| Compiling json5 v0.4.1
24672024-08-27T18:22:20.446Z[ host-package] Compiling oso v0.27.3
24682024-08-27T18:22:22.127Z[ host-package] Compiling vte_generate_state_changes v0.1.1
24692024-08-27T18:22:23.391Z[ host-package] Compiling opaque-debug v0.3.1
24702024-08-27T18:22:23.543Z[ host-package] Compiling poly1305 v0.8.0
24712024-08-27T18:22:25.784Z[ helios-setup] Aug 27 18:22:24.866 INFO E| Compiling four-cc v0.3.0
24722024-08-27T18:22:25.784Z[ helios-setup] Aug 27 18:22:24.866 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
24732024-08-27T18:22:25.928Z[ host-package] Compiling vte v0.11.1
24742024-08-27T18:22:25.970Z[ helios-setup] Aug 27 18:22:25.051 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
24752024-08-27T18:22:27.729Z[ host-package] Compiling thiserror-no-std v2.0.2
24762024-08-27T18:22:28.002Z[ host-package] Compiling const_format v0.2.32
24772024-08-27T18:22:30.381Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
24782024-08-27T18:22:33.167Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24792024-08-27T18:22:33.657Z[ host-package] Compiling chacha20 v0.9.1
24802024-08-27T18:22:34.268Z[ host-package] Compiling fd-lock v4.0.2
24812024-08-27T18:22:34.549Z[ host-package] Compiling aead v0.5.2
24822024-08-27T18:22:35.142Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
24832024-08-27T18:22:36.121Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24842024-08-27T18:22:36.267Z[ host-package] Compiling bytecount v0.6.8
24852024-08-27T18:22:36.607Z[ host-package] Compiling papergrid v0.11.0
24862024-08-27T18:22:36.856Z[ host-package] Compiling chacha20poly1305 v0.10.1
24872024-08-27T18:22:37.543Z[ host-package] Compiling parking_lot v0.11.2
24882024-08-27T18:22:39.759Z[ host-package] Compiling vsss-rs v3.3.4
24892024-08-27T18:22:42.417Z[ host-package] Compiling strip-ansi-escapes v0.2.0
24902024-08-27T18:22:43.501Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24912024-08-27T18:22:44.663Z[ host-package] Compiling tabled_derive v0.7.0
24922024-08-27T18:22:47.270Z[ host-package] Compiling crossterm v0.27.0
24932024-08-27T18:22:48.807Z[ host-package] Compiling peg-macros v0.8.4
24942024-08-27T18:22:49.896Z[ host-package] Compiling sqlparser_derive v0.2.2
24952024-08-27T18:22:51.547Z[ host-package] Compiling unicode_categories v0.1.1
24962024-08-27T18:22:52.040Z[ host-package] Compiling nu-ansi-term v0.50.0
24972024-08-27T18:22:52.580Z[ host-package] Compiling peg v0.8.4
24982024-08-27T18:22:52.723Z[ host-package] Compiling reedline v0.33.0
24992024-08-27T18:22:53.413Z[ host-package] Compiling sqlformat v0.2.4
25002024-08-27T18:22:54.626Z[ host-package] Compiling rustyline v14.0.0
25012024-08-27T18:23:05.155Z[ host-package] Compiling sqlparser v0.45.0
25022024-08-27T18:23:06.331Z[ host-package] Compiling tabled v0.15.0
25032024-08-27T18:23:07.194Z[ helios-setup] Aug 27 18:23:06.273 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
25042024-08-27T18:23:13.090Z[ host-package] Compiling sled v0.34.7
25052024-08-27T18:23:18.575Z[ host-package] Compiling mime_guess v2.0.4
25062024-08-27T18:23:20.008Z[ helios-setup] Aug 27 18:23:19.085 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
25072024-08-27T18:23:23.123Z[ host-package] Compiling hickory-client v0.24.1
25082024-08-27T18:23:25.080Z[ host-package] Compiling env_logger v0.9.3
25092024-08-27T18:23:28.674Z[ host-package] Compiling tungstenite v0.20.1
25102024-08-27T18:23:29.478Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
25112024-08-27T18:23:29.687Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25122024-08-27T18:23:31.912Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25132024-08-27T18:23:34.577Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25142024-08-27T18:23:36.936Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25152024-08-27T18:23:37.052Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25162024-08-27T18:23:37.616Z[ host-package] Compiling hickory-server v0.24.1
25172024-08-27T18:23:38.909Z[ host-package] Compiling bcs v0.1.6
25182024-08-27T18:23:40.267Z[ host-package] Compiling vergen v8.3.2
25192024-08-27T18:23:40.735Z[ host-package] Compiling bitstruct_derive v0.1.0
25202024-08-27T18:23:42.085Z[ host-package] Compiling cargo-platform v0.1.8
25212024-08-27T18:23:42.281Z[ host-package] Compiling nanorand v0.7.0
25222024-08-27T18:23:42.710Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25232024-08-27T18:23:42.916Z[ host-package] Compiling memoffset v0.9.1
25242024-08-27T18:23:43.264Z[ host-package] Compiling ascii v1.1.0
25252024-08-27T18:23:43.435Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25262024-08-27T18:23:43.786Z[ host-package] Compiling flume v0.11.0
25272024-08-27T18:23:44.158Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25282024-08-27T18:23:44.249Z[ host-package] Compiling cargo_metadata v0.18.1
25292024-08-27T18:23:44.568Z[ host-package] Compiling bitstruct v0.1.1
25302024-08-27T18:23:45.066Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25312024-08-27T18:23:47.395Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322024-08-27T18:23:48.537Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25332024-08-27T18:23:52.556Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25342024-08-27T18:23:53.800Z[ host-package] Compiling git2 v0.19.0
25352024-08-27T18:23:54.515Z[ host-package] Compiling tokio-tungstenite v0.20.1
25362024-08-27T18:23:56.643Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25372024-08-27T18:24:00.731Z[ helios-setup] Aug 27 18:23:59.805 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 25s
25382024-08-27T18:24:00.767Z[ helios-setup] Aug 27 18:23:59.840 INFO building project "amd-host-image-builder" ok (177 seconds)
25392024-08-27T18:24:00.769Z[ helios-setup] Aug 27 18:23:59.840 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
25402024-08-27T18:24:00.769Z[ helios-setup] Aug 27 18:23:59.840 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
25412024-08-27T18:24:01.075Z[ helios-setup] Aug 27 18:24:00.150 INFO E| Downloading crates ...
25422024-08-27T18:24:01.227Z[ helios-setup] Aug 27 18:24:00.302 INFO E| Downloaded generic-array v0.14.6
25432024-08-27T18:24:01.230Z[ helios-setup] Aug 27 18:24:00.305 INFO E| Downloaded digest v0.10.3
25442024-08-27T18:24:01.233Z[ helios-setup] Aug 27 18:24:00.308 INFO E| Downloaded block-buffer v0.10.3
25452024-08-27T18:24:01.235Z[ helios-setup] Aug 27 18:24:00.309 INFO E| Downloaded cpufeatures v0.2.5
25462024-08-27T18:24:01.237Z[ helios-setup] Aug 27 18:24:00.311 INFO E| Downloaded anyhow v1.0.62
25472024-08-27T18:24:01.243Z[ helios-setup] Aug 27 18:24:00.318 INFO E| Downloaded typenum v1.15.0
25482024-08-27T18:24:01.247Z[ helios-setup] Aug 27 18:24:00.322 INFO E| Downloaded sha2 v0.10.5
25492024-08-27T18:24:01.251Z[ helios-setup] Aug 27 18:24:00.326 INFO E| Downloaded miniz_oxide v0.6.2
25502024-08-27T18:24:01.260Z[ helios-setup] Aug 27 18:24:00.329 INFO E| Downloaded flate2 v1.0.25
25512024-08-27T18:24:01.262Z[ helios-setup] Aug 27 18:24:00.337 INFO E| Downloaded bytes v1.2.1
25522024-08-27T18:24:01.466Z[ helios-setup] Aug 27 18:24:00.541 INFO E| Compiling version_check v0.9.4
25532024-08-27T18:24:01.466Z[ helios-setup] Aug 27 18:24:00.541 INFO E| Compiling typenum v1.15.0
25542024-08-27T18:24:01.466Z[ helios-setup] Aug 27 18:24:00.541 INFO E| Compiling crc32fast v1.3.2
25552024-08-27T18:24:01.469Z[ helios-setup] Aug 27 18:24:00.541 INFO E| Compiling cfg-if v1.0.0
25562024-08-27T18:24:01.469Z[ helios-setup] Aug 27 18:24:00.541 INFO E| Compiling anyhow v1.0.62
25572024-08-27T18:24:01.469Z[ helios-setup] Aug 27 18:24:00.541 INFO E| Compiling adler v1.0.2
25582024-08-27T18:24:01.469Z[ helios-setup] Aug 27 18:24:00.541 INFO E| Compiling unicode-width v0.1.10
25592024-08-27T18:24:01.469Z[ helios-setup] Aug 27 18:24:00.541 INFO E| Compiling cpufeatures v0.2.5
25602024-08-27T18:24:01.659Z[ helios-setup] Aug 27 18:24:00.733 INFO E| Compiling bytes v1.2.1
25612024-08-27T18:24:01.731Z[ helios-setup] Aug 27 18:24:00.805 INFO E| Compiling getopts v0.2.21
25622024-08-27T18:24:01.921Z[ helios-setup] Aug 27 18:24:00.996 INFO E| Compiling miniz_oxide v0.6.2
25632024-08-27T18:24:02.209Z[ helios-setup] Aug 27 18:24:01.284 INFO E| Compiling bitflags v1.3.2
25642024-08-27T18:24:02.868Z[ helios-setup] Aug 27 18:24:01.943 INFO E| Compiling generic-array v0.14.6
25652024-08-27T18:24:03.797Z[ helios-setup] Aug 27 18:24:02.872 INFO E| Compiling flate2 v1.0.25
25662024-08-27T18:24:05.660Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25672024-08-27T18:24:07.930Z[ helios-setup] Aug 27 18:24:07.004 INFO E| Compiling block-buffer v0.10.3
25682024-08-27T18:24:07.930Z[ helios-setup] Aug 27 18:24:07.004 INFO E| Compiling crypto-common v0.1.6
25692024-08-27T18:24:08.118Z[ helios-setup] Aug 27 18:24:07.193 INFO E| Compiling digest v0.10.3
25702024-08-27T18:24:08.489Z[ helios-setup] Aug 27 18:24:07.563 INFO E| Compiling sha2 v0.10.5
25712024-08-27T18:24:09.002Z[ helios-setup] Aug 27 18:24:08.075 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
25722024-08-27T18:24:11.604Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25732024-08-27T18:24:13.198Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25742024-08-27T18:24:14.661Z[ helios-setup] Aug 27 18:24:13.734 INFO E| Finished `release` profile [optimized] target(s) in 13.80s
25752024-08-27T18:24:14.676Z[ helios-setup] Aug 27 18:24:13.750 INFO building project "bootserver" ok (13 seconds)
25762024-08-27T18:24:14.676Z[ helios-setup] Aug 27 18:24:13.750 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25772024-08-27T18:24:14.676Z[ helios-setup] Aug 27 18:24:13.750 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25782024-08-27T18:24:15.166Z[ helios-setup] Aug 27 18:24:14.240 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25792024-08-27T18:24:15.577Z[ host-package] Compiling libsqlite3-sys v0.28.0
25802024-08-27T18:24:15.718Z[ helios-setup] Aug 27 18:24:14.791 INFO E| From https://github.com/jclulow/hiercmd
25812024-08-27T18:24:15.718Z[ helios-setup] Aug 27 18:24:14.791 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25822024-08-27T18:24:15.740Z[ helios-setup] Aug 27 18:24:14.813 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25832024-08-27T18:24:16.152Z[ host-package] Compiling serde_arrays v0.1.0
25842024-08-27T18:24:16.305Z[ helios-setup] Aug 27 18:24:15.377 INFO E| From https://github.com/jclulow/network-interface
25852024-08-27T18:24:16.305Z[ helios-setup] Aug 27 18:24:15.377 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25862024-08-27T18:24:16.338Z[ helios-setup] Aug 27 18:24:15.411 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25872024-08-27T18:24:16.399Z[ host-package] Compiling erased-serde v0.3.31
25882024-08-27T18:24:16.762Z[ helios-setup] Aug 27 18:24:15.835 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25892024-08-27T18:24:16.762Z[ helios-setup] Aug 27 18:24:15.835 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25902024-08-27T18:24:16.799Z[ helios-setup] Aug 27 18:24:15.872 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25912024-08-27T18:24:17.597Z[ helios-setup] Aug 27 18:24:16.670 INFO E| From https://github.com/oxidecomputer/facade
25922024-08-27T18:24:17.597Z[ helios-setup] Aug 27 18:24:16.670 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25932024-08-27T18:24:17.683Z[ helios-setup] Aug 27 18:24:16.757 INFO E| Updating crates.io index
25942024-08-27T18:24:18.283Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25952024-08-27T18:24:18.326Z[ helios-setup] Aug 27 18:24:17.400 INFO E| Downloading crates ...
25962024-08-27T18:24:18.519Z[ helios-setup] Aug 27 18:24:17.593 INFO E| Downloaded anstream v0.2.6
25972024-08-27T18:24:18.533Z[ helios-setup] Aug 27 18:24:17.607 INFO E| Downloaded concolor-override v1.0.0
25982024-08-27T18:24:18.541Z[ helios-setup] Aug 27 18:24:17.615 INFO E| Downloaded project-root v0.2.2
25992024-08-27T18:24:18.544Z[ helios-setup] Aug 27 18:24:17.616 INFO E| Downloaded clap_lex v0.4.1
26002024-08-27T18:24:18.546Z[ helios-setup] Aug 27 18:24:17.618 INFO E| Downloaded const-random v0.1.15
26012024-08-27T18:24:18.561Z[ helios-setup] Aug 27 18:24:17.635 INFO E| Downloaded ahash v0.8.3
26022024-08-27T18:24:18.566Z[ helios-setup] Aug 27 18:24:17.639 INFO E| Downloaded signal-hook-registry v1.4.0
26032024-08-27T18:24:18.568Z[ helios-setup] Aug 27 18:24:17.641 INFO E| Downloaded smallvec v1.10.0
26042024-08-27T18:24:18.595Z[ helios-setup] Aug 27 18:24:17.669 INFO E| Downloaded toolchain_find v0.2.0
26052024-08-27T18:24:18.598Z[ helios-setup] Aug 27 18:24:17.671 INFO E| Downloaded want v0.3.0
26062024-08-27T18:24:18.600Z[ helios-setup] Aug 27 18:24:17.673 INFO E| Downloaded lazy_static v1.4.0
26072024-08-27T18:24:18.602Z[ helios-setup] Aug 27 18:24:17.675 INFO E| Downloaded iana-time-zone v0.1.56
26082024-08-27T18:24:18.606Z[ helios-setup] Aug 27 18:24:17.679 INFO E| Downloaded httpdate v1.0.2
26092024-08-27T18:24:18.608Z[ helios-setup] Aug 27 18:24:17.681 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26102024-08-27T18:24:18.611Z[ helios-setup] Aug 27 18:24:17.685 INFO E| Downloaded itoa v1.0.6
26112024-08-27T18:24:18.614Z[ helios-setup] Aug 27 18:24:17.687 INFO E| Downloaded cargo-lock v8.0.3
26122024-08-27T18:24:18.619Z[ helios-setup] Aug 27 18:24:17.692 INFO E| Downloaded toml_datetime v0.6.1
26132024-08-27T18:24:18.621Z[ helios-setup] Aug 27 18:24:17.694 INFO E| Downloaded serde_spanned v0.6.1
26142024-08-27T18:24:18.623Z[ helios-setup] Aug 27 18:24:17.696 INFO E| Downloaded tokio-macros v2.0.0
26152024-08-27T18:24:18.626Z[ helios-setup] Aug 27 18:24:17.698 INFO E| Downloaded slab v0.4.7
26162024-08-27T18:24:18.629Z[ helios-setup] Aug 27 18:24:17.700 INFO E| Downloaded serde_path_to_error v0.1.11
26172024-08-27T18:24:18.632Z[ helios-setup] Aug 27 18:24:17.703 INFO E| Downloaded slog-bunyan v2.4.0
26182024-08-27T18:24:18.634Z[ helios-setup] Aug 27 18:24:17.705 INFO E| Downloaded http-body v0.4.5
26192024-08-27T18:24:18.636Z[ helios-setup] Aug 27 18:24:17.708 INFO E| Downloaded thiserror-impl v1.0.38
26202024-08-27T18:24:18.639Z[ helios-setup] Aug 27 18:24:17.711 INFO E| Downloaded home v0.5.4
26212024-08-27T18:24:18.639Z[ helios-setup] Aug 27 18:24:17.712 INFO E| Downloaded jobserver v0.1.26
26222024-08-27T18:24:18.642Z[ helios-setup] Aug 27 18:24:17.715 INFO E| Downloaded is-terminal v0.4.7
26232024-08-27T18:24:18.644Z[ helios-setup] Aug 27 18:24:17.717 INFO E| Downloaded proc-macro-crate v1.2.1
26242024-08-27T18:24:18.647Z[ helios-setup] Aug 27 18:24:17.719 INFO E| Downloaded memoffset v0.7.1
26252024-08-27T18:24:18.650Z[ helios-setup] Aug 27 18:24:17.721 INFO E| Downloaded semver-parser v0.10.2
26262024-08-27T18:24:18.652Z[ helios-setup] Aug 27 18:24:17.724 INFO E| Downloaded rustls-pemfile v1.0.2
26272024-08-27T18:24:18.655Z[ helios-setup] Aug 27 18:24:17.728 INFO E| Downloaded schemars_derive v0.8.12
26282024-08-27T18:24:18.657Z[ helios-setup] Aug 27 18:24:17.730 INFO E| Downloaded lock_api v0.4.9
26292024-08-27T18:24:18.660Z[ helios-setup] Aug 27 18:24:17.733 INFO E| Downloaded semver v1.0.17
26302024-08-27T18:24:18.663Z[ helios-setup] Aug 27 18:24:17.736 INFO E| Downloaded fastrand v1.9.0
26312024-08-27T18:24:18.665Z[ helios-setup] Aug 27 18:24:17.739 INFO E| Downloaded pin-project-lite v0.2.9
26322024-08-27T18:24:18.673Z[ helios-setup] Aug 27 18:24:17.746 INFO E| Downloaded once_cell v1.17.0
26332024-08-27T18:24:18.678Z[ helios-setup] Aug 27 18:24:17.751 INFO E| Downloaded tempfile v3.5.0
26342024-08-27T18:24:18.682Z[ helios-setup] Aug 27 18:24:17.755 INFO E| Downloaded unicode-ident v1.0.8
26352024-08-27T18:24:18.690Z[ helios-setup] Aug 27 18:24:17.760 INFO E| Downloaded uuid v1.3.0
26362024-08-27T18:24:18.694Z[ helios-setup] Aug 27 18:24:17.768 INFO E| Downloaded serde_derive_internals v0.26.0
26372024-08-27T18:24:18.697Z[ helios-setup] Aug 27 18:24:17.770 INFO E| Downloaded num-integer v0.1.45
26382024-08-27T18:24:18.699Z[ helios-setup] Aug 27 18:24:17.773 INFO E| Downloaded url v2.3.1
26392024-08-27T18:24:18.704Z[ helios-setup] Aug 27 18:24:17.778 INFO E| Downloaded tracing-core v0.1.30
26402024-08-27T18:24:18.709Z[ helios-setup] Aug 27 18:24:17.783 INFO E| Downloaded unsafe-libyaml v0.2.8
26412024-08-27T18:24:18.715Z[ helios-setup] Aug 27 18:24:17.788 INFO E| Downloaded tracing v0.1.37
26422024-08-27T18:24:18.723Z[ helios-setup] Aug 27 18:24:17.797 INFO E| Downloaded unicode-linebreak v0.1.4
26432024-08-27T18:24:18.727Z[ helios-setup] Aug 27 18:24:17.800 INFO E| Downloaded toml_edit v0.19.8
26442024-08-27T18:24:18.756Z[ helios-setup] Aug 27 18:24:17.829 INFO E| Downloaded clap v4.2.1
26452024-08-27T18:24:18.781Z[ helios-setup] Aug 27 18:24:17.855 INFO E| Downloaded serde_json v1.0.95
26462024-08-27T18:24:18.793Z[ helios-setup] Aug 27 18:24:17.867 INFO E| Downloaded syn v2.0.72
26472024-08-27T18:24:18.812Z[ helios-setup] Aug 27 18:24:17.885 INFO E| Downloaded syn v1.0.107
26482024-08-27T18:24:18.829Z[ helios-setup] Aug 27 18:24:17.902 INFO E| Downloaded rayon-core v1.10.2
26492024-08-27T18:24:18.835Z[ helios-setup] Aug 27 18:24:17.908 INFO E| Downloaded tokio v1.27.0
26502024-08-27T18:24:18.887Z[ helios-setup] Aug 27 18:24:17.961 INFO E| Downloaded mio v0.8.5
26512024-08-27T18:24:18.896Z[ helios-setup] Aug 27 18:24:17.970 INFO E| Downloaded crossbeam-channel v0.5.6
26522024-08-27T18:24:18.904Z[ helios-setup] Aug 27 18:24:17.978 INFO E| Downloaded http v0.2.9
26532024-08-27T18:24:18.911Z[ helios-setup] Aug 27 18:24:17.985 INFO E| Downloaded pest v2.5.7
26542024-08-27T18:24:18.920Z[ helios-setup] Aug 27 18:24:17.993 INFO E| Downloaded aho-corasick v0.7.20
26552024-08-27T18:24:18.926Z[ helios-setup] Aug 27 18:24:18.000 INFO E| Downloaded memchr v2.5.0
26562024-08-27T18:24:18.933Z[ helios-setup] Aug 27 18:24:18.007 INFO E| Downloaded cc v1.0.78
26572024-08-27T18:24:18.937Z[ helios-setup] Aug 27 18:24:18.011 INFO E| Downloaded h2 v0.3.16
26582024-08-27T18:24:18.949Z[ helios-setup] Aug 27 18:24:18.023 INFO E| Downloaded sct v0.7.0
26592024-08-27T18:24:18.955Z[ helios-setup] Aug 27 18:24:18.029 INFO E| Downloaded reqwest v0.11.16
26602024-08-27T18:24:18.968Z[ helios-setup] Aug 27 18:24:18.042 INFO E| Downloaded schemars v0.8.12
26612024-08-27T18:24:18.988Z[ helios-setup] Aug 27 18:24:18.062 INFO E| Downloaded futures-util v0.3.28
26622024-08-27T18:24:19.009Z[ helios-setup] Aug 27 18:24:18.083 INFO E| Downloaded rayon v1.6.1
26632024-08-27T18:24:19.024Z[ helios-setup] Aug 27 18:24:18.098 INFO E| Downloaded hyper v0.14.25
26642024-08-27T18:24:19.038Z[ helios-setup] Aug 27 18:24:18.112 INFO E| Downloaded git2 v0.16.1
26652024-08-27T18:24:19.052Z[ helios-setup] Aug 27 18:24:18.125 INFO E| Downloaded regress v0.5.0
26662024-08-27T18:24:19.064Z[ helios-setup] Aug 27 18:24:18.138 INFO E| Downloaded regex v1.7.3
26672024-08-27T18:24:19.098Z[ helios-setup] Aug 27 18:24:18.172 INFO E| Downloaded rustls v0.21.0
26682024-08-27T18:24:19.112Z[ helios-setup] Aug 27 18:24:18.186 INFO E| Downloaded rustix v0.37.3
26692024-08-27T18:24:19.137Z[ helios-setup] Aug 27 18:24:18.211 INFO E| Downloaded clap_builder v4.2.1
26702024-08-27T18:24:19.147Z[ helios-setup] Aug 27 18:24:18.221 INFO E| Downloaded rhai v1.14.0
26712024-08-27T18:24:19.167Z[ helios-setup] Aug 27 18:24:18.241 INFO E| Downloaded openapiv3 v1.0.2
26722024-08-27T18:24:19.185Z[ helios-setup] Aug 27 18:24:18.259 INFO E| Downloaded chrono v0.4.24
26732024-08-27T18:24:19.197Z[ helios-setup] Aug 27 18:24:18.270 INFO E| Downloaded rustls-webpki v0.100.1
26742024-08-27T18:24:19.225Z[ helios-setup] Aug 27 18:24:18.298 INFO E| Downloaded crossbeam-utils v0.8.14
26752024-08-27T18:24:19.229Z[ helios-setup] Aug 27 18:24:18.302 INFO E| Downloaded winnow v0.4.1
26762024-08-27T18:24:19.244Z[ helios-setup] Aug 27 18:24:18.318 INFO E| Downloaded unicode-normalization v0.1.22
26772024-08-27T18:24:19.251Z[ helios-setup] Aug 27 18:24:18.324 INFO E| Downloaded libc v0.2.139
26782024-08-27T18:24:19.291Z[ helios-setup] Aug 27 18:24:18.364 INFO E| Downloaded ryu v1.0.13
26792024-08-27T18:24:19.296Z[ helios-setup] Aug 27 18:24:18.369 INFO E| Downloaded parking_lot_core v0.9.6
26802024-08-27T18:24:19.300Z[ helios-setup] Aug 27 18:24:18.373 INFO E| Downloaded bytes v1.4.0
26812024-08-27T18:24:19.306Z[ helios-setup] Aug 27 18:24:18.380 INFO E| Downloaded tokio-util v0.7.7
26822024-08-27T18:24:19.317Z[ helios-setup] Aug 27 18:24:18.390 INFO E| Downloaded pkg-config v0.3.26
26832024-08-27T18:24:19.319Z[ helios-setup] Aug 27 18:24:18.393 INFO E| Downloaded num-traits v0.2.15
26842024-08-27T18:24:19.324Z[ helios-setup] Aug 27 18:24:18.398 INFO E| Downloaded base64 v0.21.0
26852024-08-27T18:24:19.331Z[ helios-setup] Aug 27 18:24:18.404 INFO E| Downloaded anyhow v1.0.68
26862024-08-27T18:24:19.337Z[ helios-setup] Aug 27 18:24:18.411 INFO E| Downloaded parking_lot v0.12.1
26872024-08-27T18:24:19.342Z[ helios-setup] Aug 27 18:24:18.415 INFO E| Downloaded semver v0.11.0
26882024-08-27T18:24:19.346Z[ helios-setup] Aug 27 18:24:18.420 INFO E| Downloaded futures-channel v0.3.28
26892024-08-27T18:24:19.350Z[ helios-setup] Aug 27 18:24:18.424 INFO E| Downloaded futures v0.3.28
26902024-08-27T18:24:19.359Z[ helios-setup] Aug 27 18:24:18.433 INFO E| Downloaded crossbeam-epoch v0.9.13
26912024-08-27T18:24:19.364Z[ helios-setup] Aug 27 18:24:18.438 INFO E| Downloaded rhai_codegen v1.5.0
26922024-08-27T18:24:19.378Z[ helios-setup] Aug 27 18:24:18.451 INFO E| Downloaded log v0.4.17
26932024-08-27T18:24:19.382Z[ helios-setup] Aug 27 18:24:18.455 INFO E| Downloaded io-lifetimes v1.0.10
26942024-08-27T18:24:19.386Z[ helios-setup] Aug 27 18:24:18.460 INFO E| Downloaded crossbeam-deque v0.8.2
26952024-08-27T18:24:19.389Z[ helios-setup] Aug 27 18:24:18.462 INFO E| Downloaded unicode-bidi v0.3.13
26962024-08-27T18:24:19.393Z[ helios-setup] Aug 27 18:24:18.467 INFO E| Downloaded tungstenite v0.18.0
26972024-08-27T18:24:19.400Z[ helios-setup] Aug 27 18:24:18.473 INFO E| Downloaded clap_derive v4.2.0
26982024-08-27T18:24:19.403Z[ helios-setup] Aug 27 18:24:18.476 INFO E| Downloaded camino v1.1.4
26992024-08-27T18:24:19.406Z[ helios-setup] Aug 27 18:24:18.480 INFO E| Downloaded bincode v1.3.3
27002024-08-27T18:24:19.410Z[ helios-setup] Aug 27 18:24:18.483 INFO E| Downloaded encoding_rs v0.8.32
27012024-08-27T18:24:19.444Z[ helios-setup] Aug 27 18:24:18.518 INFO E| Downloaded ucd-trie v0.1.5
27022024-08-27T18:24:19.446Z[ helios-setup] Aug 27 18:24:18.520 INFO E| Downloaded toml v0.7.3
27032024-08-27T18:24:19.452Z[ helios-setup] Aug 27 18:24:18.525 INFO E| Downloaded time v0.1.45
27042024-08-27T18:24:19.454Z[ helios-setup] Aug 27 18:24:18.528 INFO E| Downloaded textwrap v0.16.0
27052024-08-27T18:24:19.459Z[ helios-setup] Aug 27 18:24:18.531 INFO E| Downloaded serde_tokenstream v0.2.0
27062024-08-27T18:24:19.464Z[ helios-setup] Aug 27 18:24:18.538 INFO E| Downloaded socket2 v0.4.9
27072024-08-27T18:24:19.467Z[ helios-setup] Aug 27 18:24:18.541 INFO E| Downloaded smartstring v1.0.1
27082024-08-27T18:24:19.471Z[ helios-setup] Aug 27 18:24:18.545 INFO E| Downloaded ahash v0.7.6
27092024-08-27T18:24:19.475Z[ helios-setup] Aug 27 18:24:18.549 INFO E| Downloaded num_cpus v1.15.0
27102024-08-27T18:24:19.480Z[ helios-setup] Aug 27 18:24:18.553 INFO E| Downloaded ipnet v2.7.2
27112024-08-27T18:24:19.483Z[ helios-setup] Aug 27 18:24:18.556 INFO E| Downloaded getrandom v0.2.8
27122024-08-27T18:24:19.487Z[ helios-setup] Aug 27 18:24:18.561 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27132024-08-27T18:24:19.619Z[ helios-setup] Aug 27 18:24:18.692 INFO E| Downloaded tokio-tungstenite v0.18.0
27142024-08-27T18:24:19.622Z[ helios-setup] Aug 27 18:24:18.695 INFO E| Downloaded tokio-rustls v0.24.0
27152024-08-27T18:24:19.625Z[ helios-setup] Aug 27 18:24:18.698 INFO E| Downloaded anstyle-parse v0.1.1
27162024-08-27T18:24:19.628Z[ helios-setup] Aug 27 18:24:18.701 INFO E| Downloaded paste v1.0.12
27172024-08-27T18:24:19.633Z[ helios-setup] Aug 27 18:24:18.706 INFO E| Downloaded num_enum_derive v0.5.7
27182024-08-27T18:24:19.635Z[ helios-setup] Aug 27 18:24:18.708 INFO E| Downloaded num_enum v0.5.7
27192024-08-27T18:24:19.642Z[ helios-setup] Aug 27 18:24:18.716 INFO E| Downloaded async-trait v0.1.68
27202024-08-27T18:24:19.680Z[ helios-setup] Aug 27 18:24:18.753 INFO E| Downloaded futures-sink v0.3.28
27212024-08-27T18:24:19.683Z[ helios-setup] Aug 27 18:24:18.755 INFO E| Downloaded futures-io v0.3.28
27222024-08-27T18:24:19.683Z[ helios-setup] Aug 27 18:24:18.756 INFO E| Downloaded futures-core v0.3.28
27232024-08-27T18:24:19.685Z[ helios-setup] Aug 27 18:24:18.758 INFO E| Downloaded dyn-clone v1.0.11
27242024-08-27T18:24:19.688Z[ helios-setup] Aug 27 18:24:18.761 INFO E| Downloaded form_urlencoded v1.1.0
27252024-08-27T18:24:19.690Z[ helios-setup] Aug 27 18:24:18.762 INFO E| Downloaded concolor-query v0.3.3
27262024-08-27T18:24:19.690Z[ helios-setup] Aug 27 18:24:18.763 INFO E| Downloaded libz-sys v1.1.8
27272024-08-27T18:24:19.780Z[ helios-setup] Aug 27 18:24:18.854 INFO E| Downloaded byteorder v1.4.3
27282024-08-27T18:24:19.783Z[ helios-setup] Aug 27 18:24:18.856 INFO E| Downloaded autocfg v1.1.0
27292024-08-27T18:24:19.786Z[ helios-setup] Aug 27 18:24:18.858 INFO E| Downloaded sha2 v0.10.6
27302024-08-27T18:24:19.788Z[ helios-setup] Aug 27 18:24:18.862 INFO E| Downloaded thiserror v1.0.38
27312024-08-27T18:24:19.793Z[ helios-setup] Aug 27 18:24:18.867 INFO E| Downloaded terminal_size v0.2.6
27322024-08-27T18:24:19.796Z[ helios-setup] Aug 27 18:24:18.869 INFO E| Downloaded sha1 v0.10.5
27332024-08-27T18:24:19.798Z[ helios-setup] Aug 27 18:24:18.871 INFO E| Downloaded scopeguard v1.1.0
27342024-08-27T18:24:19.801Z[ helios-setup] Aug 27 18:24:18.873 INFO E| Downloaded percent-encoding v2.2.0
27352024-08-27T18:24:19.801Z[ helios-setup] Aug 27 18:24:18.874 INFO E| Downloaded anstyle v0.3.5
27362024-08-27T18:24:19.804Z[ helios-setup] Aug 27 18:24:18.877 INFO E| Downloaded strsim v0.10.0
27372024-08-27T18:24:19.806Z[ helios-setup] Aug 27 18:24:18.879 INFO E| Downloaded smawk v0.3.1
27382024-08-27T18:24:19.808Z[ helios-setup] Aug 27 18:24:18.881 INFO E| Downloaded slog-async v2.7.0
27392024-08-27T18:24:19.811Z[ helios-setup] Aug 27 18:24:18.883 INFO E| Downloaded rustfmt-wrapper v0.2.0
27402024-08-27T18:24:19.811Z[ helios-setup] Aug 27 18:24:18.885 INFO E| Downloaded either v1.8.0
27412024-08-27T18:24:19.813Z[ helios-setup] Aug 27 18:24:18.887 INFO E| Downloaded futures-task v0.3.28
27422024-08-27T18:24:19.816Z[ helios-setup] Aug 27 18:24:18.888 INFO E| Downloaded futures-macro v0.3.28
27432024-08-27T18:24:19.818Z[ helios-setup] Aug 27 18:24:18.890 INFO E| Downloaded futures-executor v0.3.28
27442024-08-27T18:24:19.820Z[ helios-setup] Aug 27 18:24:18.892 INFO E| Downloaded digest v0.10.6
27452024-08-27T18:24:19.823Z[ helios-setup] Aug 27 18:24:18.895 INFO E| Downloaded built v0.6.0
27462024-08-27T18:24:19.825Z[ helios-setup] Aug 27 18:24:18.897 INFO E| Downloaded try-lock v0.2.4
27472024-08-27T18:24:19.825Z[ helios-setup] Aug 27 18:24:18.898 INFO E| Downloaded serde_yaml v0.9.21
27482024-08-27T18:24:19.843Z[ helios-setup] Aug 27 18:24:18.916 INFO E| Downloaded const-random-macro v0.1.15
27492024-08-27T18:24:20.207Z[ helios-setup] Aug 27 18:24:19.280 INFO E| Compiling proc-macro2 v1.0.86
27502024-08-27T18:24:20.207Z[ helios-setup] Aug 27 18:24:19.281 INFO E| Compiling libc v0.2.139
27512024-08-27T18:24:20.210Z[ helios-setup] Aug 27 18:24:19.281 INFO E| Compiling unicode-ident v1.0.8
27522024-08-27T18:24:20.210Z[ helios-setup] Aug 27 18:24:19.281 INFO E| Compiling autocfg v1.1.0
27532024-08-27T18:24:20.210Z[ helios-setup] Aug 27 18:24:19.281 INFO E| Compiling cfg-if v1.0.0
27542024-08-27T18:24:20.210Z[ helios-setup] Aug 27 18:24:19.281 INFO E| Compiling version_check v0.9.4
27552024-08-27T18:24:20.210Z[ helios-setup] Aug 27 18:24:19.281 INFO E| Compiling serde v1.0.204
27562024-08-27T18:24:20.210Z[ helios-setup] Aug 27 18:24:19.281 INFO E| Compiling syn v1.0.107
27572024-08-27T18:24:20.780Z[ helios-setup] Aug 27 18:24:19.853 INFO E| Compiling memchr v2.5.0
27582024-08-27T18:24:21.558Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27592024-08-27T18:24:21.750Z[ helios-setup] Aug 27 18:24:20.824 INFO E| Compiling once_cell v1.17.0
27602024-08-27T18:24:21.927Z[ helios-setup] Aug 27 18:24:21.001 INFO E| Compiling thiserror v1.0.38
27612024-08-27T18:24:22.032Z[ helios-setup] Aug 27 18:24:21.105 INFO E| Compiling log v0.4.17
27622024-08-27T18:24:22.566Z[ helios-setup] Aug 27 18:24:21.640 INFO E| Compiling serde_json v1.0.95
27632024-08-27T18:24:22.679Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27642024-08-27T18:24:22.924Z[ helios-setup] Aug 27 18:24:21.997 INFO E| Compiling itoa v1.0.6
27652024-08-27T18:24:23.751Z[ helios-setup] Aug 27 18:24:22.824 INFO E| Compiling indexmap v1.9.3
27662024-08-27T18:24:24.120Z[ helios-setup] Aug 27 18:24:23.193 INFO E| Compiling scopeguard v1.1.0
27672024-08-27T18:24:24.309Z[ helios-setup] Aug 27 18:24:23.382 INFO E| Compiling quote v1.0.36
27682024-08-27T18:24:24.577Z[ helios-setup] Aug 27 18:24:23.650 INFO E| Compiling pin-project-lite v0.2.9
27692024-08-27T18:24:24.681Z[ helios-setup] Aug 27 18:24:23.754 INFO E| Compiling getrandom v0.2.8
27702024-08-27T18:24:25.044Z[ helios-setup] Aug 27 18:24:24.117 INFO E| Compiling syn v2.0.72
27712024-08-27T18:24:25.447Z[ helios-setup] Aug 27 18:24:24.518 INFO E| Compiling jobserver v0.1.26
27722024-08-27T18:24:25.607Z[ helios-setup] Aug 27 18:24:24.680 INFO E| Compiling num-integer v0.1.45
27732024-08-27T18:24:25.607Z[ helios-setup] Aug 27 18:24:24.680 INFO E| Compiling futures-core v0.3.28
27742024-08-27T18:24:25.937Z[ helios-setup] Aug 27 18:24:25.010 INFO E| Compiling bytes v1.4.0
27752024-08-27T18:24:26.439Z[ helios-setup] Aug 27 18:24:25.511 INFO E| Compiling cc v1.0.78
27762024-08-27T18:24:26.830Z[ helios-setup] Aug 27 18:24:25.903 INFO E| Compiling ryu v1.0.13
27772024-08-27T18:24:27.779Z[ helios-setup] Aug 27 18:24:26.852 INFO E| Compiling lock_api v0.4.9
27782024-08-27T18:24:28.161Z[ helios-setup] Aug 27 18:24:27.234 INFO E| Compiling parking_lot_core v0.9.6
27792024-08-27T18:24:28.358Z[ helios-setup] Aug 27 18:24:27.431 INFO E| Compiling bitflags v1.3.2
27802024-08-27T18:24:28.625Z[ helios-setup] Aug 27 18:24:27.697 INFO E| Compiling typenum v1.16.0
27812024-08-27T18:24:28.840Z[ helios-setup] Aug 27 18:24:27.913 INFO E| Compiling num_cpus v1.15.0
27822024-08-27T18:24:29.485Z[ helios-setup] Aug 27 18:24:28.557 INFO E| Compiling generic-array v0.14.6
27832024-08-27T18:24:29.577Z[ helios-setup] Aug 27 18:24:28.649 INFO E| Compiling slab v0.4.7
27842024-08-27T18:24:29.611Z[ helios-setup] Aug 27 18:24:28.684 INFO E| Compiling futures-channel v0.3.28
27852024-08-27T18:24:29.648Z[ helios-setup] Aug 27 18:24:28.721 INFO E| Compiling futures-sink v0.3.28
27862024-08-27T18:24:30.209Z[ helios-setup] Aug 27 18:24:29.281 INFO E| Compiling futures-task v0.3.28
27872024-08-27T18:24:30.672Z[ helios-setup] Aug 27 18:24:29.745 INFO E| Compiling tokio v1.27.0
27882024-08-27T18:24:30.842Z[ helios-setup] Aug 27 18:24:29.915 INFO E| Compiling futures-util v0.3.28
27892024-08-27T18:24:31.222Z[ helios-setup] Aug 27 18:24:30.293 INFO E| Compiling schemars v0.8.12
27902024-08-27T18:24:32.241Z[ helios-setup] Aug 27 18:24:31.252 INFO E| Compiling mio v0.8.5
27912024-08-27T18:24:32.302Z[ helios-setup] Aug 27 18:24:31.375 INFO E| Compiling signal-hook-registry v1.4.0
27922024-08-27T18:24:32.425Z[ helios-setup] Aug 27 18:24:31.498 INFO E| Compiling socket2 v0.4.9
27932024-08-27T18:24:32.580Z[ helios-setup] Aug 27 18:24:31.653 INFO E| Compiling ahash v0.7.6
27942024-08-27T18:24:33.141Z[ helios-setup] Aug 27 18:24:32.213 INFO E| Compiling num-traits v0.2.15
27952024-08-27T18:24:33.533Z[ helios-setup] Aug 27 18:24:32.605 INFO E| Compiling pin-utils v0.1.0
27962024-08-27T18:24:33.915Z[ helios-setup] Aug 27 18:24:32.986 INFO E| Compiling crunchy v0.2.2
27972024-08-27T18:24:34.029Z[ helios-setup] Aug 27 18:24:33.101 INFO E| Compiling io-lifetimes v1.0.10
27982024-08-27T18:24:34.993Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27992024-08-27T18:24:35.121Z[ helios-setup] Aug 27 18:24:34.194 INFO E| Compiling futures-io v0.3.28
28002024-08-27T18:24:35.782Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28012024-08-27T18:24:35.923Z[ helios-setup] Aug 27 18:24:34.995 INFO E| Compiling ahash v0.8.3
28022024-08-27T18:24:36.391Z[ helios-setup] Aug 27 18:24:35.464 INFO E| Compiling serde_derive_internals v0.26.0
28032024-08-27T18:24:36.703Z[ helios-setup] Aug 27 18:24:35.775 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28042024-08-27T18:24:36.782Z[ helios-setup] Aug 27 18:24:35.854 INFO E| Compiling tiny-keccak v2.0.2
28052024-08-27T18:24:37.296Z[ helios-setup] Aug 27 18:24:36.368 INFO E| Compiling hashbrown v0.12.3
28062024-08-27T18:24:37.534Z[ helios-setup] Aug 27 18:24:36.606 INFO E| Compiling rustix v0.37.3
28072024-08-27T18:24:38.155Z[ helios-setup] Aug 27 18:24:37.227 INFO E| Compiling crypto-common v0.1.6
28082024-08-27T18:24:38.447Z[ helios-setup] Aug 27 18:24:37.519 INFO E| Compiling block-buffer v0.10.3
28092024-08-27T18:24:39.154Z[ host-package] Compiling heck v0.3.3
28102024-08-27T18:24:39.791Z[ helios-setup] Aug 27 18:24:38.863 INFO E| Compiling errno v0.3.1
28112024-08-27T18:24:39.847Z[ host-package] Compiling castaway v0.2.3
28122024-08-27T18:24:40.163Z[ helios-setup] Aug 27 18:24:39.235 INFO E| Compiling slog v2.7.0
28132024-08-27T18:24:40.342Z[ helios-setup] Aug 27 18:24:39.414 INFO E| Compiling crossbeam-utils v0.8.14
28142024-08-27T18:24:40.360Z[ host-package] Compiling rand_seeder v0.3.0
28152024-08-27T18:24:40.600Z[ helios-setup] Aug 27 18:24:39.672 INFO E| Compiling pkg-config v0.3.26
28162024-08-27T18:24:40.769Z[ helios-setup] Aug 27 18:24:39.840 INFO E| Compiling fnv v1.0.7
28172024-08-27T18:24:41.400Z[ host-package] Compiling csv-core v0.1.11
28182024-08-27T18:24:41.439Z[ helios-setup] Aug 27 18:24:40.511 INFO E| Compiling http v0.2.9
28192024-08-27T18:24:42.756Z[ helios-setup] Aug 27 18:24:41.827 INFO E| Compiling digest v0.10.6
28202024-08-27T18:24:43.170Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28212024-08-27T18:24:43.668Z[ helios-setup] Aug 27 18:24:42.739 INFO E| Compiling aho-corasick v0.7.20
28222024-08-27T18:24:44.111Z[ helios-setup] Aug 27 18:24:43.182 INFO E| Compiling unicode-width v0.1.10
28232024-08-27T18:24:44.574Z[ helios-setup] Aug 27 18:24:43.645 INFO E| Compiling httparse v1.8.0
28242024-08-27T18:24:44.635Z[ helios-setup] Aug 27 18:24:43.707 INFO E| Compiling anyhow v1.0.68
28252024-08-27T18:24:45.738Z[ helios-setup] Aug 27 18:24:44.810 INFO E| Compiling heck v0.4.1
28262024-08-27T18:24:46.097Z[ helios-setup] Aug 27 18:24:45.168 INFO E| Compiling cpufeatures v0.2.5
28272024-08-27T18:24:46.258Z[ helios-setup] Aug 27 18:24:45.330 INFO E| Compiling tinyvec_macros v0.1.1
28282024-08-27T18:24:46.410Z[ helios-setup] Aug 27 18:24:45.482 INFO E| Compiling percent-encoding v2.2.0
28292024-08-27T18:24:46.657Z[ helios-setup] Aug 27 18:24:45.724 INFO E| Compiling regex-syntax v0.6.29
28302024-08-27T18:24:46.814Z[ helios-setup] Aug 27 18:24:45.886 INFO E| Compiling tinyvec v1.6.0
28312024-08-27T18:24:46.909Z[ helios-setup] Aug 27 18:24:45.979 INFO E| Compiling thiserror-impl v1.0.38
28322024-08-27T18:24:47.011Z[ helios-setup] Aug 27 18:24:46.083 INFO E| Compiling schemars_derive v0.8.12
28332024-08-27T18:24:47.237Z[ helios-setup] Aug 27 18:24:46.308 INFO E| Compiling serde_derive v1.0.204
28342024-08-27T18:24:47.566Z[ helios-setup] Aug 27 18:24:46.637 INFO E| Compiling tokio-macros v2.0.0
28352024-08-27T18:24:47.857Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28362024-08-27T18:24:47.981Z[ helios-setup] Aug 27 18:24:47.052 INFO E| Compiling futures-macro v0.3.28
28372024-08-27T18:24:48.585Z[ host-package] Compiling http-range v0.1.5
28382024-08-27T18:24:49.928Z[ host-package] Compiling hyper-staticfile v0.9.5
28392024-08-27T18:24:50.273Z[ helios-setup] Aug 27 18:24:49.344 INFO E| Compiling form_urlencoded v1.1.0
28402024-08-27T18:24:50.614Z[ helios-setup] Aug 27 18:24:49.685 INFO E| Compiling const-random-macro v0.1.15
28412024-08-27T18:24:51.277Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28422024-08-27T18:24:52.003Z[ helios-setup] Aug 27 18:24:51.074 INFO E| Compiling hashbrown v0.13.2
28432024-08-27T18:24:53.049Z[ helios-setup] Aug 27 18:24:52.119 INFO E| Compiling libz-sys v1.1.8
28442024-08-27T18:24:53.153Z[ helios-setup] Aug 27 18:24:52.222 INFO E| Compiling chrono v0.4.24
28452024-08-27T18:24:54.389Z[ helios-setup] Aug 27 18:24:53.460 INFO E| Compiling regex v1.7.3
28462024-08-27T18:24:55.449Z[ host-package] Compiling csv v1.3.0
28472024-08-27T18:24:55.489Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28482024-08-27T18:24:56.103Z[ host-package] Compiling compact_str v0.8.0
28492024-08-27T18:24:56.987Z[ helios-setup] Aug 27 18:24:56.058 INFO E| Compiling dyn-clone v1.0.11
28502024-08-27T18:24:57.361Z[ helios-setup] Aug 27 18:24:56.431 INFO E| Compiling uuid v1.3.0
28512024-08-27T18:24:57.613Z[ helios-setup] Aug 27 18:24:56.683 INFO E| Compiling regress v0.5.0
28522024-08-27T18:24:57.792Z[ helios-setup] Aug 27 18:24:56.863 INFO E| Compiling unicode-normalization v0.1.22
28532024-08-27T18:24:57.947Z[ helios-setup] Aug 27 18:24:57.018 INFO E| Compiling const-random v0.1.15
28542024-08-27T18:24:58.974Z[ host-package] Compiling zone_cfg_derive v0.1.2
28552024-08-27T18:24:59.741Z[ helios-setup] Aug 27 18:24:58.812 INFO E| Compiling getopts v0.2.21
28562024-08-27T18:25:01.086Z[ helios-setup] Aug 27 18:25:00.156 INFO E| Compiling tracing-core v0.1.30
28572024-08-27T18:25:01.488Z[ helios-setup] Aug 27 18:25:00.559 INFO E| Compiling memoffset v0.7.1
28582024-08-27T18:25:01.492Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28592024-08-27T18:25:02.049Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28602024-08-27T18:25:02.692Z[ helios-setup] Aug 27 18:25:01.762 INFO E| Compiling time-core v0.1.2
28612024-08-27T18:25:03.122Z[ host-package] Compiling nix v0.27.1
28622024-08-27T18:25:03.314Z[ helios-setup] Aug 27 18:25:02.385 INFO E| Compiling powerfmt v0.2.0
28632024-08-27T18:25:03.691Z[ helios-setup] Aug 27 18:25:02.762 INFO E| Compiling ucd-trie v0.1.5
28642024-08-27T18:25:03.901Z[ helios-setup] Aug 27 18:25:02.971 INFO E| Compiling unicode-bidi v0.3.13
28652024-08-27T18:25:05.642Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28662024-08-27T18:25:06.286Z[ helios-setup] Aug 27 18:25:05.355 INFO E| Compiling num-conv v0.1.0
28672024-08-27T18:25:06.857Z[ helios-setup] Aug 27 18:25:05.926 INFO E| Compiling time-macros v0.2.18
28682024-08-27T18:25:06.857Z[ helios-setup] Aug 27 18:25:05.926 INFO E| Compiling idna v0.3.0
28692024-08-27T18:25:07.578Z[ helios-setup] Aug 27 18:25:06.648 INFO E| Compiling pest v2.5.7
28702024-08-27T18:25:08.450Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28712024-08-27T18:25:08.878Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28722024-08-27T18:25:09.445Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28732024-08-27T18:25:10.715Z[ helios-setup] Aug 27 18:25:09.785 INFO E| Compiling deranged v0.3.11
28742024-08-27T18:25:11.563Z[ helios-setup] Aug 27 18:25:10.633 INFO E| Compiling tracing v0.1.37
28752024-08-27T18:25:13.561Z[ helios-setup] Aug 27 18:25:12.630 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28762024-08-27T18:25:14.038Z[ helios-setup] Aug 27 18:25:13.107 INFO E| Compiling time v0.1.45
28772024-08-27T18:25:14.962Z[ helios-setup] Aug 27 18:25:14.031 INFO E| Compiling toml v0.5.11
28782024-08-27T18:25:15.291Z[ helios-setup] Aug 27 18:25:14.358 INFO E| Compiling smallvec v1.10.0
28792024-08-27T18:25:16.855Z[ helios-setup] Aug 27 18:25:15.924 INFO E| Compiling serde_tokenstream v0.2.0
28802024-08-27T18:25:17.281Z[ helios-setup] Aug 27 18:25:16.348 INFO E| Compiling crossbeam-epoch v0.9.13
28812024-08-27T18:25:17.874Z[ helios-setup] Aug 27 18:25:16.943 INFO E| Compiling parking_lot v0.12.1
28822024-08-27T18:25:18.356Z[ helios-setup] Aug 27 18:25:17.424 INFO E| Compiling iana-time-zone v0.1.56
28832024-08-27T18:25:18.704Z[ helios-setup] Aug 27 18:25:17.773 INFO E| Compiling semver v1.0.17
28842024-08-27T18:25:20.148Z[ helios-setup] Aug 27 18:25:19.216 INFO E| Compiling num_threads v0.1.6
28852024-08-27T18:25:20.623Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28862024-08-27T18:25:21.090Z[ helios-setup] Aug 27 18:25:20.158 INFO E| Compiling time v0.3.36
28872024-08-27T18:25:21.481Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28882024-08-27T18:25:22.245Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28892024-08-27T18:25:22.678Z[ host-package] Compiling unicode-truncate v1.0.0
28902024-08-27T18:25:22.823Z[ host-package] Compiling lru v0.12.3
28912024-08-27T18:25:23.567Z[ host-package] Compiling hashlink v0.9.1
28922024-08-27T18:25:23.574Z[ helios-setup] Aug 27 18:25:22.643 INFO E| Compiling semver-parser v0.10.2
28932024-08-27T18:25:23.665Z[ host-package] Compiling serde-big-array v0.5.1
28942024-08-27T18:25:24.537Z[ host-package] Compiling instability v0.3.2
28952024-08-27T18:25:25.453Z[ host-package] Compiling base64 v0.13.1
28962024-08-27T18:25:26.458Z[ helios-setup] Aug 27 18:25:25.524 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28972024-08-27T18:25:26.966Z[ helios-setup] Aug 27 18:25:26.034 INFO E| Compiling url v2.3.1
28982024-08-27T18:25:27.039Z[ host-package] Compiling cassowary v0.3.0
28992024-08-27T18:25:27.084Z[ host-package] Compiling fallible-iterator v0.3.0
29002024-08-27T18:25:29.088Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29012024-08-27T18:25:29.814Z[ host-package] Compiling rusqlite v0.31.0
29022024-08-27T18:25:30.147Z[ helios-setup] Aug 27 18:25:29.215 INFO E| Compiling crossbeam-channel v0.5.6
29032024-08-27T18:25:30.330Z[ helios-setup] Aug 27 18:25:29.398 INFO E| Compiling dirs-sys-next v0.1.2
29042024-08-27T18:25:33.485Z[ helios-setup] Aug 27 18:25:32.553 INFO E| Compiling same-file v1.0.6
29052024-08-27T18:25:34.285Z[ helios-setup] Aug 27 18:25:33.352 INFO E| Compiling crc32fast v1.3.2
29062024-08-27T18:25:34.358Z[ host-package] Compiling ratatui v0.28.0
29072024-08-27T18:25:34.369Z[ helios-setup] Aug 27 18:25:33.437 INFO E| Compiling try-lock v0.2.4
29082024-08-27T18:25:34.811Z[ helios-setup] Aug 27 18:25:33.879 INFO E| Compiling want v0.3.0
29092024-08-27T18:25:36.054Z[ helios-setup] Aug 27 18:25:35.122 INFO E| Compiling walkdir v2.3.3
29102024-08-27T18:25:37.765Z[ helios-setup] Aug 27 18:25:36.833 INFO E| Compiling tokio-util v0.7.7
29112024-08-27T18:25:38.481Z[ helios-setup] Aug 27 18:25:37.543 INFO E| Compiling dirs-next v2.0.0
29122024-08-27T18:25:39.058Z[ host-package] Compiling ron v0.7.1
29132024-08-27T18:25:42.489Z[ helios-setup] Aug 27 18:25:39.396 INFO E| Compiling h2 v0.3.16
29142024-08-27T18:25:42.489Z[ helios-setup] Aug 27 18:25:39.635 INFO E| Compiling semver v0.11.0
29152024-08-27T18:25:42.489Z[ helios-setup] Aug 27 18:25:41.359 INFO E| Compiling proc-macro-crate v1.2.1
29162024-08-27T18:25:44.182Z[ helios-setup] Aug 27 18:25:43.250 INFO E| Compiling futures-executor v0.3.28
29172024-08-27T18:25:44.335Z[ helios-setup] Aug 27 18:25:43.402 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29182024-08-27T18:25:46.668Z[ helios-setup] Aug 27 18:25:45.735 INFO E| Compiling http-body v0.4.5
29192024-08-27T18:25:46.702Z[ helios-setup] Aug 27 18:25:45.769 INFO E| Compiling ring v0.16.20
29202024-08-27T18:25:47.574Z[ helios-setup] Aug 27 18:25:46.641 INFO E| Compiling rand_core v0.6.4
29212024-08-27T18:25:48.692Z[ helios-setup] Aug 27 18:25:47.759 INFO E| Compiling thread_local v1.1.7
29222024-08-27T18:25:48.692Z[ helios-setup] Aug 27 18:25:47.759 INFO E| Compiling home v0.5.4
29232024-08-27T18:25:49.539Z[ helios-setup] Aug 27 18:25:48.605 INFO E| Compiling utf8parse v0.2.1
29242024-08-27T18:25:50.280Z[ helios-setup] Aug 27 18:25:49.347 INFO E| Compiling lazy_static v1.4.0
29252024-08-27T18:25:50.647Z[ helios-setup] Aug 27 18:25:49.714 INFO E| Compiling rayon-core v1.10.2
29262024-08-27T18:25:51.173Z[ helios-setup] Aug 27 18:25:50.240 INFO E| Compiling ppv-lite86 v0.2.17
29272024-08-27T18:25:51.656Z[ helios-setup] Aug 27 18:25:50.723 INFO E| Compiling base64 v0.21.0
29282024-08-27T18:25:51.877Z[ helios-setup] Aug 27 18:25:50.944 INFO E| Compiling tower-service v0.3.2
29292024-08-27T18:25:52.345Z[ helios-setup] Aug 27 18:25:51.411 INFO E| Compiling httpdate v1.0.2
29302024-08-27T18:25:52.983Z[ helios-setup] Aug 27 18:25:52.049 INFO E| Compiling adler v1.0.2
29312024-08-27T18:25:53.686Z[ helios-setup] Aug 27 18:25:52.752 INFO E| Compiling fastrand v1.9.0
29322024-08-27T18:25:54.053Z[ helios-setup] Aug 27 18:25:53.120 INFO E| Compiling miniz_oxide v0.6.2
29332024-08-27T18:25:54.186Z[ helios-setup] Aug 27 18:25:53.252 INFO E| Compiling rand_chacha v0.3.1
29342024-08-27T18:25:54.739Z[ helios-setup] Aug 27 18:25:53.806 INFO E| Compiling tempfile v3.5.0
29352024-08-27T18:25:55.916Z[ helios-setup] Aug 27 18:25:54.982 INFO E| Compiling hyper v0.14.25
29362024-08-27T18:25:58.611Z[ helios-setup] Aug 27 18:25:57.678 INFO E| Compiling toolchain_find v0.2.0
29372024-08-27T18:25:59.398Z[ helios-setup] Aug 27 18:25:58.464 INFO E| Compiling anstyle-parse v0.1.1
29382024-08-27T18:26:00.246Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29392024-08-27T18:26:00.535Z[ helios-setup] Aug 27 18:25:59.601 INFO E| Compiling futures v0.3.28
29402024-08-27T18:26:03.000Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29412024-08-27T18:26:06.258Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29422024-08-27T18:26:08.996Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29432024-08-27T18:26:10.574Z[ helios-setup] Aug 27 18:26:09.638 INFO E| Compiling num_enum_derive v0.5.7
29442024-08-27T18:26:10.692Z[ host-package] Compiling zone v0.1.8
29452024-08-27T18:26:11.148Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29462024-08-27T18:26:13.650Z[ helios-setup] Aug 27 18:26:12.715 INFO E| Compiling cargo-lock v8.0.3
29472024-08-27T18:26:13.869Z[ helios-setup] Aug 27 18:26:12.934 INFO E| Compiling crossbeam-deque v0.8.2
29482024-08-27T18:26:14.666Z[ helios-setup] Aug 27 18:26:13.731 INFO E| Compiling term v0.7.0
29492024-08-27T18:26:17.486Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29502024-08-27T18:26:19.460Z[ helios-setup] Aug 27 18:26:18.524 INFO E| Compiling serde_urlencoded v0.7.1
29512024-08-27T18:26:19.778Z[ helios-setup] Aug 27 18:26:18.843 INFO E| Compiling sha2 v0.10.6
29522024-08-27T18:26:20.731Z[ helios-setup] Aug 27 18:26:19.796 INFO E| Compiling sha1 v0.10.5
29532024-08-27T18:26:20.783Z[ helios-setup] Aug 27 18:26:19.848 INFO E| Compiling is-terminal v0.4.7
29542024-08-27T18:26:21.502Z[ helios-setup] Aug 27 18:26:20.566 INFO E| Compiling atty v0.2.14
29552024-08-27T18:26:23.073Z[ helios-setup] Aug 27 18:26:22.138 INFO E| Compiling anstyle v0.3.5
29562024-08-27T18:26:23.425Z[ helios-setup] Aug 27 18:26:22.489 INFO E| Compiling concolor-query v0.3.3
29572024-08-27T18:26:23.788Z[ helios-setup] Aug 27 18:26:22.853 INFO E| Compiling concolor-override v1.0.0
29582024-08-27T18:26:24.713Z[ helios-setup] Aug 27 18:26:23.777 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29592024-08-27T18:26:24.892Z[ helios-setup] Aug 27 18:26:23.956 INFO E| Compiling anstream v0.2.6
29602024-08-27T18:26:26.865Z[ helios-setup] Aug 27 18:26:25.929 INFO E| Compiling slog-term v2.9.0
29612024-08-27T18:26:28.078Z[ helios-setup] Aug 27 18:26:27.142 INFO E| Compiling flate2 v1.0.25
29622024-08-27T18:26:30.824Z[ helios-setup] Aug 27 18:26:29.887 INFO E| Compiling num_enum v0.5.7
29632024-08-27T18:26:31.339Z[ helios-setup] Aug 27 18:26:30.402 INFO E| Compiling rustfmt-wrapper v0.2.0
29642024-08-27T18:26:31.583Z[ helios-setup] Aug 27 18:26:30.646 INFO E| Compiling rand v0.8.5
29652024-08-27T18:26:32.491Z[ helios-setup] Aug 27 18:26:31.554 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29662024-08-27T18:26:32.647Z[ helios-setup] Aug 27 18:26:31.710 INFO E| Compiling openapiv3 v1.0.2
29672024-08-27T18:26:33.167Z[ helios-setup] Aug 27 18:26:32.230 INFO E| Compiling encoding_rs v0.8.32
29682024-08-27T18:26:33.687Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29692024-08-27T18:26:34.443Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29702024-08-27T18:26:35.782Z[ helios-setup] Aug 27 18:26:34.846 INFO E| Compiling utf-8 v0.7.6
29712024-08-27T18:26:36.569Z[ helios-setup] Aug 27 18:26:35.632 INFO E| Compiling ipnet v2.7.2
29722024-08-27T18:26:36.599Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29732024-08-27T18:26:38.024Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29742024-08-27T18:26:39.323Z[ helios-setup] Aug 27 18:26:38.386 INFO E| Compiling either v1.8.0
29752024-08-27T18:26:40.309Z[ helios-setup] Aug 27 18:26:39.372 INFO E| Compiling byteorder v1.4.3
29762024-08-27T18:26:41.418Z[ helios-setup] Aug 27 18:26:40.481 INFO E| Compiling strsim v0.10.0
29772024-08-27T18:26:41.581Z[ helios-setup] Aug 27 18:26:40.644 INFO E| Compiling base64 v0.13.1
29782024-08-27T18:26:41.802Z[ helios-setup] Aug 27 18:26:40.865 INFO E| Compiling clap_lex v0.4.1
29792024-08-27T18:26:43.365Z[ helios-setup] Aug 27 18:26:42.428 INFO E| Compiling project-root v0.2.2
29802024-08-27T18:26:43.365Z[ helios-setup] Aug 27 18:26:42.428 INFO E| Compiling spin v0.5.2
29812024-08-27T18:26:43.597Z[ host-package] Compiling twox-hash v1.6.3
29822024-08-27T18:26:43.940Z[ helios-setup] Aug 27 18:26:43.003 INFO E| Compiling untrusted v0.7.1
29832024-08-27T18:26:44.271Z[ helios-setup] Aug 27 18:26:43.334 INFO E| Compiling mime v0.3.17
29842024-08-27T18:26:44.568Z[ helios-setup] Aug 27 18:26:43.630 INFO E| Compiling unsafe-libyaml v0.2.8
29852024-08-27T18:26:45.356Z[ helios-setup] Aug 27 18:26:44.419 INFO E| Compiling reqwest v0.11.16
29862024-08-27T18:26:45.791Z[ helios-setup] Aug 27 18:26:44.854 INFO E| Compiling tungstenite v0.18.0
29872024-08-27T18:26:46.207Z[ host-package] Compiling signal-hook-tokio v0.3.1
29882024-08-27T18:26:46.525Z[ helios-setup] Aug 27 18:26:45.587 INFO E| Compiling clap_builder v4.2.1
29892024-08-27T18:26:46.687Z[ host-package] Compiling yasna v0.5.2
29902024-08-27T18:26:47.622Z[ host-package] Compiling portpicker v0.1.1
29912024-08-27T18:26:48.572Z[ host-package] Compiling unicode-linebreak v0.1.5
29922024-08-27T18:26:48.737Z[ helios-setup] Aug 27 18:26:47.799 INFO E| Compiling serde_yaml v0.9.21
29932024-08-27T18:26:48.740Z[ helios-setup] Aug 27 18:26:47.801 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29942024-08-27T18:26:49.692Z[ host-package] Compiling smawk v0.3.2
29952024-08-27T18:26:50.192Z[ host-package] Compiling textwrap v0.16.1
29962024-08-27T18:26:50.385Z[ host-package] Compiling rcgen v0.12.1
29972024-08-27T18:26:53.779Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29982024-08-27T18:26:55.169Z[ helios-setup] Aug 27 18:26:54.231 INFO E| Compiling rayon v1.6.1
29992024-08-27T18:26:56.400Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30002024-08-27T18:26:56.716Z[ helios-setup] Aug 27 18:26:55.778 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30012024-08-27T18:26:56.849Z[ helios-setup] Aug 27 18:26:55.911 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30022024-08-27T18:26:59.744Z[ helios-setup] Aug 27 18:26:58.806 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30032024-08-27T18:27:01.145Z[ helios-setup] Aug 27 18:27:00.207 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30042024-08-27T18:27:01.616Z[ helios-setup] Aug 27 18:27:00.678 INFO E| Compiling clap_derive v4.2.0
30052024-08-27T18:27:05.504Z[ helios-setup] Aug 27 18:27:04.565 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30062024-08-27T18:27:10.999Z[ helios-setup] Aug 27 18:27:10.060 INFO E| Compiling clap v4.2.1
30072024-08-27T18:27:11.975Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30082024-08-27T18:27:13.434Z[ helios-setup] Aug 27 18:27:12.495 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30092024-08-27T18:27:20.483Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30102024-08-27T18:27:21.920Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30112024-08-27T18:27:23.602Z[ helios-setup] Aug 27 18:27:22.662 INFO E| Compiling tokio-tungstenite v0.18.0
30122024-08-27T18:27:25.402Z[ helios-setup] Aug 27 18:27:24.462 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30132024-08-27T18:27:28.706Z[ helios-setup] Aug 27 18:27:27.765 INFO E| Compiling smartstring v1.0.1
30142024-08-27T18:27:29.932Z[ helios-setup] Aug 27 18:27:28.991 INFO E| Compiling rustls v0.21.0
30152024-08-27T18:27:29.960Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30162024-08-27T18:27:30.577Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30172024-08-27T18:27:31.691Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30182024-08-27T18:27:32.198Z[ helios-setup] Aug 27 18:27:31.251 INFO E| Compiling serde_spanned v0.6.1
30192024-08-27T18:27:32.615Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30202024-08-27T18:27:32.688Z[ helios-setup] Aug 27 18:27:31.747 INFO E| Compiling toml_datetime v0.6.1
30212024-08-27T18:27:34.034Z[ helios-setup] Aug 27 18:27:33.093 INFO E| Compiling camino v1.1.4
30222024-08-27T18:27:35.572Z[ helios-setup] Aug 27 18:27:34.631 INFO E| Compiling winnow v0.4.1
30232024-08-27T18:27:40.400Z[ helios-setup] Aug 27 18:27:39.458 INFO E| Compiling paste v1.0.12
30242024-08-27T18:27:42.191Z[ helios-setup] Aug 27 18:27:41.250 INFO E| Compiling match_cfg v0.1.0
30252024-08-27T18:27:42.575Z[ helios-setup] Aug 27 18:27:41.634 INFO E| Compiling slog-async v2.7.0
30262024-08-27T18:27:44.286Z[ helios-setup] Aug 27 18:27:43.345 INFO E| Compiling async-trait v0.1.68
30272024-08-27T18:27:44.524Z[ helios-setup] Aug 27 18:27:43.582 INFO E| Compiling static_assertions v1.1.0
30282024-08-27T18:27:45.990Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30292024-08-27T18:27:46.294Z[ host-package] Compiling atomicwrites v0.4.3
30302024-08-27T18:27:46.368Z[ helios-setup] Aug 27 18:27:45.427 INFO E| Compiling toml_edit v0.19.8
30312024-08-27T18:27:46.485Z[ helios-setup] Aug 27 18:27:45.544 INFO E| Compiling hostname v0.3.1
30322024-08-27T18:27:47.604Z[ host-package] Compiling fatfs v0.3.6
30332024-08-27T18:27:47.824Z[ helios-setup] Aug 27 18:27:46.882 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30342024-08-27T18:27:47.930Z[ helios-setup] Aug 27 18:27:46.989 INFO E| Compiling slog-json v2.6.1
30352024-08-27T18:27:49.295Z[ helios-setup] Aug 27 18:27:48.353 INFO E| Compiling unicode-linebreak v0.1.4
30362024-08-27T18:27:49.569Z[ host-package] Compiling rtoolbox v0.0.2
30372024-08-27T18:27:50.574Z[ host-package] Compiling subprocess v0.2.9
30382024-08-27T18:27:51.733Z[ helios-setup] Aug 27 18:27:50.791 INFO E| Compiling async-stream-impl v0.3.5
30392024-08-27T18:27:52.279Z[ host-package] Compiling assert_matches v1.5.0
30402024-08-27T18:27:52.462Z[ host-package] Compiling is_ci v1.2.0
30412024-08-27T18:27:53.118Z[ host-package] Compiling supports-color v3.0.0
30422024-08-27T18:27:54.414Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30432024-08-27T18:27:54.599Z[ helios-setup] Aug 27 18:27:53.657 INFO E| Compiling rhai_codegen v1.5.0
30442024-08-27T18:27:54.755Z[ helios-setup] Aug 27 18:27:53.813 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30452024-08-27T18:27:56.046Z[ helios-setup] Aug 27 18:27:55.103 INFO E| Compiling take_mut v0.2.2
30462024-08-27T18:27:58.789Z[ host-package] Compiling rpassword v7.3.1
30472024-08-27T18:27:59.960Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30482024-08-27T18:28:00.052Z[ helios-setup] Aug 27 18:27:59.109 INFO E| Compiling rhai v1.14.0
30492024-08-27T18:28:01.426Z[ helios-setup] Aug 27 18:28:00.483 INFO E| Compiling async-stream v0.3.5
30502024-08-27T18:28:02.294Z[ helios-setup] Aug 27 18:28:01.352 INFO E| Compiling toml v0.7.3
30512024-08-27T18:28:02.394Z[ helios-setup] Aug 27 18:28:01.451 INFO E| Compiling slog-bunyan v2.4.0
30522024-08-27T18:28:03.977Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30532024-08-27T18:28:05.239Z[ host-package] Compiling tui-tree-widget v0.22.0
30542024-08-27T18:28:06.198Z[ helios-setup] Aug 27 18:28:05.255 INFO E| Compiling rustls-pemfile v1.0.2
30552024-08-27T18:28:06.364Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30562024-08-27T18:28:07.332Z[ helios-setup] Aug 27 18:28:06.389 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30572024-08-27T18:28:07.371Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30582024-08-27T18:28:07.842Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30592024-08-27T18:28:08.627Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30602024-08-27T18:28:09.229Z[ helios-setup] Aug 27 18:28:08.286 INFO E| Compiling bincode v1.3.3
30612024-08-27T18:28:10.627Z[ helios-setup] Aug 27 18:28:09.683 INFO E| Compiling serde_path_to_error v0.1.11
30622024-08-27T18:28:11.586Z[ helios-setup] Aug 27 18:28:10.642 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30632024-08-27T18:28:12.285Z[ helios-setup] Aug 27 18:28:11.342 INFO E| Compiling terminal_size v0.2.6
30642024-08-27T18:28:12.771Z[ helios-setup] Aug 27 18:28:11.828 INFO E| Compiling smawk v0.3.1
30652024-08-27T18:28:13.528Z[ helios-setup] Aug 27 18:28:12.585 INFO E| Compiling textwrap v0.16.0
30662024-08-27T18:28:17.096Z[ host-package] Compiling uzers v0.11.3
30672024-08-27T18:28:17.945Z[ helios-setup] Aug 27 18:28:17.001 INFO E| Compiling sct v0.7.0
30682024-08-27T18:28:18.846Z[ helios-setup] Aug 27 18:28:17.902 INFO E| Compiling rustls-webpki v0.100.1
30692024-08-27T18:28:20.008Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30702024-08-27T18:28:22.133Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30712024-08-27T18:28:26.025Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30722024-08-27T18:28:29.859Z[ helios-setup] Aug 27 18:28:28.914 INFO E| Compiling tokio-rustls v0.24.0
30732024-08-27T18:28:31.629Z[ helios-setup] Aug 27 18:28:30.684 INFO E| Compiling git2 v0.16.1
30742024-08-27T18:28:34.613Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30752024-08-27T18:28:41.913Z[ helios-setup] Aug 27 18:28:40.967 INFO E| Compiling built v0.6.0
30762024-08-27T18:28:44.906Z[ helios-setup] Aug 27 18:28:43.960 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30772024-08-27T18:28:47.038Z[ helios-setup] Aug 27 18:28:46.092 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30782024-08-27T18:28:48.024Z[ helios-setup] Aug 27 18:28:47.078 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30792024-08-27T18:28:59.353Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30802024-08-27T18:29:14.533Z[ host-package] Compiling multimap v0.10.0
30812024-08-27T18:29:16.052Z[ helios-setup] Aug 27 18:29:15.104 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30822024-08-27T18:29:18.406Z[ helios-setup] Aug 27 18:29:17.458 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30832024-08-27T18:30:02.481Z[ helios-setup] Aug 27 18:30:01.529 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30842024-08-27T18:31:08.245Z[ helios-setup] Aug 27 18:31:07.289 INFO E| Finished `release` profile [optimized] target(s) in 6m 53s
30852024-08-27T18:31:08.395Z[ helios-setup] Aug 27 18:31:07.439 INFO building project "pilot" ok (413 seconds)
30862024-08-27T18:31:08.395Z[ helios-setup] Aug 27 18:31:07.439 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30872024-08-27T18:31:08.398Z[ helios-setup] Aug 27 18:31:07.439 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30882024-08-27T18:31:08.788Z[ helios-setup] Aug 27 18:31:07.832 INFO E| Compiling adler v1.0.2
30892024-08-27T18:31:08.968Z[ helios-setup] Aug 27 18:31:08.012 INFO E| Compiling miniz_oxide v0.7.2
30902024-08-27T18:31:12.133Z[ helios-setup] Aug 27 18:31:11.177 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30912024-08-27T18:31:13.412Z[ helios-setup] Aug 27 18:31:12.455 INFO E| Finished `release` profile [optimized] target(s) in 4.91s
30922024-08-27T18:31:13.419Z[ helios-setup] Aug 27 18:31:12.462 INFO building project "pinprick" ok (5 seconds)
30932024-08-27T18:31:13.421Z[ helios-setup] rm -f helios-build
30942024-08-27T18:31:13.424Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30952024-08-27T18:31:13.427Z[ helios-setup]
30962024-08-27T18:31:13.429Z[ helios-setup] Setup complete! ./helios-build is now available.
30972024-08-27T18:31:13.502Z[ helios-setup]
30982024-08-27T18:31:13.505ZAug 27 18:31:12.546 INFO [helios-setup] process exited with exit status: 0 (721.334282566s)
30992024-08-27T18:31:13.505Z[ helios-setup]
31002024-08-27T18:31:13.505Z[ helios-setup] real 12:01.258515641
31012024-08-27T18:31:13.505Z[ helios-setup] user 29:02.750941873
31022024-08-27T18:31:13.505Z[ helios-setup] sys 3:37.929856704
31032024-08-27T18:31:13.505Z[ helios-setup] trap 1.740222418
31042024-08-27T18:31:13.505Z[ helios-setup] tflt 9.120387784
31052024-08-27T18:31:13.505Z[ helios-setup] dflt 30.594614409
31062024-08-27T18:31:13.505Z[ helios-setup] kflt 0.040364312
31072024-08-27T18:31:13.505Z[ helios-setup] lock 2:06:27.299637761
31082024-08-27T18:31:13.505Z[ helios-setup] slp 3:45:50.339488378
31092024-08-27T18:31:13.505Z[ helios-setup] lat 33:03.836533092
31102024-08-27T18:31:13.505Z[ helios-setup] stop 4:46.516453048
31112024-08-27T18:31:13.505ZAug 27 18:31:12.547 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31122024-08-27T18:31:13.523Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31132024-08-27T18:31:13.726Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31142024-08-27T18:31:13.726Z[ phbl-toolchain] info: downloading component 'cargo'
31152024-08-27T18:31:14.960Z[ phbl-toolchain] info: downloading component 'clippy'
31162024-08-27T18:31:16.567Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31172024-08-27T18:31:20.613Z[ phbl-toolchain] info: downloading component 'miri'
31182024-08-27T18:31:20.782Z[ phbl-toolchain] info: downloading component 'rust-docs'
31192024-08-27T18:31:21.855Z[ phbl-toolchain] info: downloading component 'rust-src'
31202024-08-27T18:31:22.243Z[ phbl-toolchain] info: downloading component 'rust-std'
31212024-08-27T18:31:23.981Z[ phbl-toolchain] info: downloading component 'rustc'
31222024-08-27T18:31:29.321Z[ phbl-toolchain] info: downloading component 'rustfmt'
31232024-08-27T18:31:29.732Z[ phbl-toolchain] info: installing component 'cargo'
31242024-08-27T18:31:31.040Z[ phbl-toolchain] info: installing component 'clippy'
31252024-08-27T18:31:31.558Z[ phbl-toolchain] info: installing component 'llvm-tools'
31262024-08-27T18:31:37.177Z[ phbl-toolchain] info: installing component 'miri'
31272024-08-27T18:31:37.549Z[ phbl-toolchain] info: installing component 'rust-docs'
31282024-08-27T18:31:43.530Z[ phbl-toolchain] info: installing component 'rust-src'
31292024-08-27T18:31:44.201Z[ phbl-toolchain] info: installing component 'rust-std'
31302024-08-27T18:31:46.652Z[ phbl-toolchain] info: installing component 'rustc'
31312024-08-27T18:31:52.786Z[ phbl-toolchain] info: installing component 'rustfmt'
31322024-08-27T18:31:53.650Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31332024-08-27T18:31:53.653ZAug 27 18:31:52.694 INFO [phbl-toolchain] process exited with exit status: 0 (40.146717063s)
31342024-08-27T18:32:02.186Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31352024-08-27T18:32:11.105Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31362024-08-27T18:38:55.333Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 56s
31372024-08-27T18:39:57.422ZAug 27 18:39:56.427 INFO [host-package] process exited with exit status: 0 (1198.830389632s)
31382024-08-27T18:39:57.426ZAug 27 18:39:56.427 INFO [host-stamp] running task
31392024-08-27T18:39:57.426ZAug 27 18:39:56.427 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31402024-08-27T18:39:57.429ZAug 27 18:39:56.433 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+git3f25c21d6b6
31412024-08-27T18:39:57.433ZAug 27 18:39:56.439 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+git3f25c21d6b6
31422024-08-27T18:39:57.439ZAug 27 18:39:56.445 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+git3f25c21d6b6
31432024-08-27T18:39:57.443Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31442024-08-27T18:39:57.443Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31452024-08-27T18:39:57.446ZAug 27 18:39:56.450 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+git3f25c21d6b6
31462024-08-27T18:39:57.450Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31472024-08-27T18:39:57.453ZAug 27 18:39:56.458 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+git3f25c21d6b6
31482024-08-27T18:39:57.459Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31492024-08-27T18:39:57.461ZAug 27 18:39:56.467 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+git3f25c21d6b6
31502024-08-27T18:39:57.466Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31512024-08-27T18:39:57.471Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31522024-08-27T18:39:57.474ZAug 27 18:39:56.475 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+git3f25c21d6b6
31532024-08-27T18:39:57.477Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31542024-08-27T18:39:57.480Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31552024-08-27T18:39:57.483ZAug 27 18:39:56.486 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+git3f25c21d6b6
31562024-08-27T18:39:57.489Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31572024-08-27T18:39:57.493ZAug 27 18:39:56.497 INFO [stamp-overlay] process exited with exit status: 0 (46.598956ms)
31582024-08-27T18:39:57.493ZAug 27 18:39:56.497 INFO [stamp-oxlog] process exited with exit status: 0 (38.613237ms)
31592024-08-27T18:39:57.493Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31602024-08-27T18:39:57.496Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31612024-08-27T18:39:57.499ZAug 27 18:39:56.504 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (28.613182ms)
31622024-08-27T18:39:57.503Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31632024-08-27T18:39:57.559Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31642024-08-27T18:39:57.563ZAug 27 18:39:56.569 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (129.84249ms)
31652024-08-27T18:39:57.688Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31662024-08-27T18:39:57.691ZAug 27 18:39:56.696 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (229.343364ms)
31672024-08-27T18:39:57.761Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31682024-08-27T18:39:57.764ZAug 27 18:39:56.770 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (336.379983ms)
31692024-08-27T18:39:58.701Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31702024-08-27T18:39:58.704ZAug 27 18:39:57.710 INFO [stamp-propolis-server] process exited with exit status: 0 (1.224085736s)
31712024-08-27T18:39:58.822Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31722024-08-27T18:40:01.305Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31732024-08-27T18:40:07.979Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31742024-08-27T18:40:07.982ZAug 27 18:40:06.987 INFO [stamp-switch-asic] process exited with exit status: 0 (10.542124432s)
31752024-08-27T18:40:07.985ZAug 27 18:40:06.987 INFO [host-stamp] task succeeded (10.560193861s)
31762024-08-27T18:40:07.985ZAug 27 18:40:06.987 INFO [host-proto] running task
31772024-08-27T18:40:08.425ZAug 27 18:40:07.430 INFO [host-proto] task succeeded (442.617006ms)
31782024-08-27T18:40:08.425ZAug 27 18:40:07.430 INFO [host-profile] running task
31792024-08-27T18:40:08.428ZAug 27 18:40:07.430 INFO [host-profile] task succeeded (305.983µs)
31802024-08-27T18:40:08.429ZAug 27 18:40:07.430 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/.tmpxLzl0y/proto/host/root -N 'ci 3f25c21/${os_short_commit} 2024-08-27 18:19' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
31812024-08-27T18:40:08.441Z[ host-image] Aug 27 18:40:07.446 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31822024-08-27T18:40:08.441Z[ host-image] Aug 27 18:40:07.446 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31832024-08-27T18:40:08.457Z[ host-image] Aug 27 18:40:07.461 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpxLzl0y/proto/host/root"
31842024-08-27T18:40:08.457Z[ host-image] Aug 27 18:40:07.462 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31852024-08-27T18:40:08.460Z[ host-image] Aug 27 18:40:07.462 INFO image builder template: ramdisk-01-os...
31862024-08-27T18:40:08.460Z[ host-image] Aug 27 18:40:07.462 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/.tmpxLzl0y/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
31872024-08-27T18:40:08.479Z[ host-image] Aug 27 18:40:07.483 INFO O| Aug 27 18:40:07.483 INFO CREATE DATASET: rpool/images/build/host/output
31882024-08-27T18:40:08.658Z[ host-image] Aug 27 18:40:07.663 INFO O| Aug 27 18:40:07.663 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31892024-08-27T18:40:08.663Z[ host-image] Aug 27 18:40:07.668 INFO O| Aug 27 18:40:07.668 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31902024-08-27T18:40:08.852Z[ host-image] Aug 27 18:40:07.857 INFO O| Aug 27 18:40:07.856 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31912024-08-27T18:40:08.900Z[ host-image] Aug 27 18:40:07.905 INFO O| Aug 27 18:40:07.904 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31922024-08-27T18:40:08.903Z[ host-image] Aug 27 18:40:07.905 INFO O| Aug 27 18:40:07.905 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31932024-08-27T18:40:08.903Z[ host-image] Aug 27 18:40:07.905 INFO O| Aug 27 18:40:07.905 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31942024-08-27T18:40:08.903Z[ host-image] Aug 27 18:40:07.905 INFO O| Aug 27 18:40:07.905 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31952024-08-27T18:40:08.908Z[ host-image] Aug 27 18:40:07.913 INFO O| Aug 27 18:40:07.913 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31962024-08-27T18:40:09.103Z[ host-image] Aug 27 18:40:08.107 INFO O| Aug 27 18:40:08.107 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31972024-08-27T18:40:09.114Z[ host-image] Aug 27 18:40:08.119 INFO O| Aug 27 18:40:08.118 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31982024-08-27T18:40:09.512Z[ host-image] Aug 27 18:40:08.515 INFO O| Aug 27 18:40:08.514 INFO O| Caching catalogs ... Done
31992024-08-27T18:40:09.615Z[ host-image] Aug 27 18:40:08.618 INFO O| Aug 27 18:40:08.618 INFO STEP 0 (pkg_image_create) COMPLETE
32002024-08-27T18:40:09.615Z[ host-image] Aug 27 18:40:08.618 INFO O| Aug 27 18:40:08.618 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32012024-08-27T18:40:09.615Z[ host-image] Aug 27 18:40:08.618 INFO O| Aug 27 18:40:08.618 INFO skip step because feature "repo_redist" is not enabled
32022024-08-27T18:40:09.619Z[ host-image] Aug 27 18:40:08.618 INFO O| Aug 27 18:40:08.618 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32032024-08-27T18:40:09.631Z[ host-image] Aug 27 18:40:08.636 INFO O| Aug 27 18:40:08.635 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"]
32042024-08-27T18:40:10.228Z[ host-image] Aug 27 18:40:09.232 INFO O| Aug 27 18:40:09.232 INFO STEP 2 (pkg_set_publisher) COMPLETE
32052024-08-27T18:40:10.228Z[ host-image] Aug 27 18:40:09.232 INFO O| Aug 27 18:40:09.232 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32062024-08-27T18:40:10.247Z[ host-image] Aug 27 18:40:09.251 INFO O| Aug 27 18:40:09.251 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"]
32072024-08-27T18:40:10.867Z[ host-image] Aug 27 18:40:09.871 INFO O| Aug 27 18:40:09.871 INFO STEP 3 (pkg_set_publisher) COMPLETE
32082024-08-27T18:40:10.867Z[ host-image] Aug 27 18:40:09.871 INFO O| Aug 27 18:40:09.871 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32092024-08-27T18:40:10.870Z[ host-image] Aug 27 18:40:09.871 INFO O| Aug 27 18:40:09.871 INFO skip step because feature "repo_redist" is not enabled
32102024-08-27T18:40:10.870Z[ host-image] Aug 27 18:40:09.871 INFO O| Aug 27 18:40:09.871 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32112024-08-27T18:40:11.446Z[ host-image] Aug 27 18:40:10.450 INFO O| Aug 27 18:40:10.450 INFO variant opensolaris.zone is already global
32122024-08-27T18:40:11.446Z[ host-image] Aug 27 18:40:10.450 INFO O| Aug 27 18:40:10.450 INFO STEP 5 (pkg_change_variant) COMPLETE
32132024-08-27T18:40:11.448Z[ host-image] Aug 27 18:40:10.450 INFO O| Aug 27 18:40:10.450 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32142024-08-27T18:40:12.072Z[ host-image] Aug 27 18:40:11.077 INFO O| Aug 27 18:40:11.077 INFO variant opensolaris.imagetype is full; changing to partial
32152024-08-27T18:40:12.072Z[ host-image] Aug 27 18:40:11.077 INFO O| Aug 27 18:40:11.077 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32162024-08-27T18:40:19.834Z[ host-image] Aug 27 18:40:18.771 INFO O| Aug 27 18:40:18.771 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32172024-08-27T18:40:20.566Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.87s
32182024-08-27T18:40:21.738ZAug 27 18:40:20.742 INFO [recovery-package] process exited with exit status: 0 (24.314983904s)
32192024-08-27T18:40:21.738ZAug 27 18:40:20.742 INFO [recovery-stamp] running task
32202024-08-27T18:40:21.741ZAug 27 18:40:20.743 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32212024-08-27T18:40:21.741ZAug 27 18:40:20.743 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+git3f25c21d6b6
32222024-08-27T18:40:21.755ZAug 27 18:40:20.759 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git3f25c21d6b6
32232024-08-27T18:40:21.764Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32242024-08-27T18:40:21.770Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32252024-08-27T18:40:21.851Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32262024-08-27T18:40:21.854ZAug 27 18:40:20.858 INFO [stamp-installinator] process exited with exit status: 0 (99.472776ms)
32272024-08-27T18:40:21.889Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32282024-08-27T18:40:21.892ZAug 27 18:40:20.896 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (153.407576ms)
32292024-08-27T18:40:21.895ZAug 27 18:40:20.896 INFO [recovery-stamp] task succeeded (154.017591ms)
32302024-08-27T18:40:21.895ZAug 27 18:40:20.897 INFO [recovery-proto] running task
32312024-08-27T18:40:21.895ZAug 27 18:40:20.897 INFO [tuf-stamp] running task
32322024-08-27T18:40:21.895ZAug 27 18:40:20.897 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+git3f25c21d6b6
32332024-08-27T18:40:21.903ZAug 27 18:40:20.907 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+git3f25c21d6b6
32342024-08-27T18:40:21.912ZAug 27 18:40:20.916 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+git3f25c21d6b6
32352024-08-27T18:40:21.918Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32362024-08-27T18:40:21.920ZAug 27 18:40:20.925 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+git3f25c21d6b6
32372024-08-27T18:40:21.928Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32382024-08-27T18:40:21.932ZAug 27 18:40:20.936 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+git3f25c21d6b6
32392024-08-27T18:40:21.939Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32402024-08-27T18:40:21.949Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32412024-08-27T18:40:21.952ZAug 27 18:40:20.954 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+git3f25c21d6b6
32422024-08-27T18:40:21.964Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32432024-08-27T18:40:21.967ZAug 27 18:40:20.969 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+git3f25c21d6b6
32442024-08-27T18:40:22.048ZAug 27 18:40:21.052 INFO [recovery-proto] task succeeded (154.828057ms)
32452024-08-27T18:40:22.050ZAug 27 18:40:21.052 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/.tmpxLzl0y/proto/recovery/root -N 'recovery 3f25c21/${os_short_commit} 2024-08-27 18:19' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32462024-08-27T18:40:22.059Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32472024-08-27T18:40:22.062ZAug 27 18:40:21.064 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+git3f25c21d6b6
32482024-08-27T18:40:22.081Z[ recovery-image] Aug 27 18:40:21.071 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32492024-08-27T18:40:22.083Z[ recovery-image] Aug 27 18:40:21.071 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32502024-08-27T18:40:22.083Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32512024-08-27T18:40:22.084ZAug 27 18:40:21.085 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+git3f25c21d6b6
32522024-08-27T18:40:22.105Z[ recovery-image] Aug 27 18:40:21.089 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpxLzl0y/proto/recovery/root"
32532024-08-27T18:40:22.105Z[ recovery-image] Aug 27 18:40:21.089 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32542024-08-27T18:40:22.108Z[ recovery-image] Aug 27 18:40:21.089 INFO image builder template: ramdisk-01-os...
32552024-08-27T18:40:22.108Z[ recovery-image] Aug 27 18:40:21.089 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/.tmpxLzl0y/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
32562024-08-27T18:40:22.108ZAug 27 18:40:21.110 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+git3f25c21d6b6
32572024-08-27T18:40:22.142Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32582024-08-27T18:40:22.144Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32592024-08-27T18:40:22.144ZAug 27 18:40:21.146 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+git3f25c21d6b6
32602024-08-27T18:40:22.177Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32612024-08-27T18:40:22.186Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32622024-08-27T18:40:22.217Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32632024-08-27T18:40:22.238Z[ recovery-image] Aug 27 18:40:21.242 INFO O| Aug 27 18:40:21.234 INFO CREATE DATASET: rpool/images/build/recovery/output
32642024-08-27T18:40:22.404ZAug 27 18:40:21.408 INFO [stamp-probe] process exited with exit status: 0 (439.453585ms)
32652024-08-27T18:40:22.460Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32662024-08-27T18:40:22.543Z[ host-image] Aug 27 18:40:21.547 INFO O| Aug 27 18:40:21.547 INFO O| Startup: Caching catalogs ... Done
32672024-08-27T18:40:22.564ZAug 27 18:40:21.568 INFO [stamp-ntp] process exited with exit status: 0 (643.837901ms)
32682024-08-27T18:40:22.611Z[ recovery-image] Aug 27 18:40:21.614 INFO O| Aug 27 18:40:21.614 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32692024-08-27T18:40:22.620Z[ recovery-image] Aug 27 18:40:21.624 INFO O| Aug 27 18:40:21.624 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32702024-08-27T18:40:22.648Z[ host-image] Aug 27 18:40:21.652 INFO O| Aug 27 18:40:21.652 INFO O| Planning: Planning completed in 0.00 seconds
32712024-08-27T18:40:22.651Z[ host-image] Aug 27 18:40:21.653 INFO O| Aug 27 18:40:21.653 INFO O| Planning: Consolidating action changes ... Done
32722024-08-27T18:40:22.651Z[ host-image] Aug 27 18:40:21.653 INFO O| Aug 27 18:40:21.653 INFO O| Planning: Evaluating mediators ... Done
32732024-08-27T18:40:22.651Z[ host-image] Aug 27 18:40:21.653 INFO O| Aug 27 18:40:21.653 INFO O| Planning: Planning completed in 0.00 seconds
32742024-08-27T18:40:22.651Z[ host-image] Aug 27 18:40:21.654 INFO O| Aug 27 18:40:21.654 INFO O| Variants/Facets to change: 1
32752024-08-27T18:40:22.836Z[ host-image] Aug 27 18:40:21.840 INFO O| Aug 27 18:40:21.839 INFO O| Done
32762024-08-27T18:40:22.836Z[ host-image] Aug 27 18:40:21.840 INFO O| Aug 27 18:40:21.840 INFO O| Done
32772024-08-27T18:40:22.991Z[ recovery-image] Aug 27 18:40:21.995 INFO O| Aug 27 18:40:21.995 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32782024-08-27T18:40:23.086Z[ recovery-image] Aug 27 18:40:22.089 INFO O| Aug 27 18:40:22.089 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32792024-08-27T18:40:23.086Z[ recovery-image] Aug 27 18:40:22.089 INFO O| Aug 27 18:40:22.089 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32802024-08-27T18:40:23.088Z[ recovery-image] Aug 27 18:40:22.090 INFO O| Aug 27 18:40:22.089 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32812024-08-27T18:40:23.088Z[ recovery-image] Aug 27 18:40:22.090 INFO O| Aug 27 18:40:22.089 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32822024-08-27T18:40:23.117Z[ recovery-image] Aug 27 18:40:22.120 INFO O| Aug 27 18:40:22.120 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32832024-08-27T18:40:23.235Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32842024-08-27T18:40:23.278Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32852024-08-27T18:40:23.280ZAug 27 18:40:22.284 INFO [stamp-external-dns] process exited with exit status: 0 (1.386844364s)
32862024-08-27T18:40:23.313Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32872024-08-27T18:40:23.340ZAug 27 18:40:22.344 INFO [stamp-internal-dns] process exited with exit status: 0 (1.437540737s)
32882024-08-27T18:40:23.361ZAug 27 18:40:22.365 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.429556569s)
32892024-08-27T18:40:23.464Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
32902024-08-27T18:40:23.485Z[ recovery-image] Aug 27 18:40:22.489 INFO O| Aug 27 18:40:22.489 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32912024-08-27T18:40:23.488Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32922024-08-27T18:40:23.510Z[ host-image] Aug 27 18:40:22.509 INFO O| Aug 27 18:40:22.509 INFO O| Done
32932024-08-27T18:40:23.521Z[ recovery-image] Aug 27 18:40:22.523 INFO O| Aug 27 18:40:22.522 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32942024-08-27T18:40:23.549Z[ host-image] Aug 27 18:40:22.553 INFO O| Aug 27 18:40:22.552 INFO O| Done
32952024-08-27T18:40:23.552Z[ host-image] Aug 27 18:40:22.554 INFO O| Aug 27 18:40:22.554 INFO O| Done
32962024-08-27T18:40:23.552Z[ host-image] Aug 27 18:40:22.554 INFO O| Aug 27 18:40:22.554 INFO O| Done
32972024-08-27T18:40:23.554Z[ host-image] Aug 27 18:40:22.556 INFO O| Aug 27 18:40:22.556 INFO O| Done
32982024-08-27T18:40:23.999Z[ host-image] Aug 27 18:40:23.002 INFO O| Aug 27 18:40:23.002 INFO STEP 6 (pkg_change_variant) COMPLETE
32992024-08-27T18:40:23.999Z[ host-image] Aug 27 18:40:23.002 INFO O| Aug 27 18:40:23.002 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33002024-08-27T18:40:23.999Z[ host-image] Aug 27 18:40:23.002 INFO O| Aug 27 18:40:23.002 INFO skip step because feature "debug_variant" is not enabled
33012024-08-27T18:40:24.002Z[ host-image] Aug 27 18:40:23.002 INFO O| Aug 27 18:40:23.002 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33022024-08-27T18:40:24.051Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33032024-08-27T18:40:24.060ZAug 27 18:40:23.064 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.953769072s)
33042024-08-27T18:40:24.095Z[ recovery-image] Aug 27 18:40:23.099 INFO O| Aug 27 18:40:23.099 INFO O| Caching catalogs ... Done
33052024-08-27T18:40:24.169Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33062024-08-27T18:40:24.173ZAug 27 18:40:23.177 INFO [stamp-oximeter] process exited with exit status: 0 (2.023010437s)
33072024-08-27T18:40:24.214Z[ recovery-image] Aug 27 18:40:23.217 INFO O| Aug 27 18:40:23.217 INFO STEP 0 (pkg_image_create) COMPLETE
33082024-08-27T18:40:24.214Z[ recovery-image] Aug 27 18:40:23.218 INFO O| Aug 27 18:40:23.217 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33092024-08-27T18:40:24.214Z[ recovery-image] Aug 27 18:40:23.218 INFO O| Aug 27 18:40:23.217 INFO skip step because feature "repo_redist" is not enabled
33102024-08-27T18:40:24.217Z[ recovery-image] Aug 27 18:40:23.218 INFO O| Aug 27 18:40:23.217 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33112024-08-27T18:40:24.228Z[ recovery-image] Aug 27 18:40:23.232 INFO O| Aug 27 18:40:23.232 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"]
33122024-08-27T18:40:24.494Z[ host-image] Aug 27 18:40:23.498 INFO O| Aug 27 18:40:23.498 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33132024-08-27T18:40:24.668Z[ recovery-image] Aug 27 18:40:23.671 INFO O| Aug 27 18:40:23.671 INFO STEP 2 (pkg_set_publisher) COMPLETE
33142024-08-27T18:40:24.668Z[ recovery-image] Aug 27 18:40:23.672 INFO O| Aug 27 18:40:23.671 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-08-27T18:40:24.682Z[ recovery-image] Aug 27 18:40:23.686 INFO O| Aug 27 18:40:23.686 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"]
33162024-08-27T18:40:25.042Z[ host-image] Aug 27 18:40:24.045 INFO O| Aug 27 18:40:24.045 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33172024-08-27T18:40:25.045Z[ host-image] Aug 27 18:40:24.047 INFO O| Aug 27 18:40:24.047 INFO O| Planning: Planning completed in 0.00 seconds
33182024-08-27T18:40:25.045Z[ host-image] Aug 27 18:40:24.047 INFO O| Aug 27 18:40:24.047 INFO O| Planning: Consolidating action changes ... Done
33192024-08-27T18:40:25.045Z[ host-image] Aug 27 18:40:24.048 INFO O| Aug 27 18:40:24.048 INFO O| Planning: Evaluating mediators ... Done
33202024-08-27T18:40:25.045Z[ host-image] Aug 27 18:40:24.048 INFO O| Aug 27 18:40:24.048 INFO O| Planning: Planning completed in 0.00 seconds
33212024-08-27T18:40:25.045Z[ host-image] Aug 27 18:40:24.048 INFO O| Aug 27 18:40:24.048 INFO O| Variants/Facets to change: 1
33222024-08-27T18:40:25.071Z[ host-image] Aug 27 18:40:24.075 INFO O| Aug 27 18:40:24.075 INFO O| Done
33232024-08-27T18:40:25.072Z[ host-image] Aug 27 18:40:24.075 INFO O| Aug 27 18:40:24.075 INFO O| Done
33242024-08-27T18:40:25.185Z[ recovery-image] Aug 27 18:40:24.189 INFO O| Aug 27 18:40:24.189 INFO STEP 3 (pkg_set_publisher) COMPLETE
33252024-08-27T18:40:25.186Z[ recovery-image] Aug 27 18:40:24.189 INFO O| Aug 27 18:40:24.189 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33262024-08-27T18:40:25.186Z[ recovery-image] Aug 27 18:40:24.189 INFO O| Aug 27 18:40:24.189 INFO skip step because feature "repo_redist" is not enabled
33272024-08-27T18:40:25.188Z[ recovery-image] Aug 27 18:40:24.189 INFO O| Aug 27 18:40:24.189 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33282024-08-27T18:40:25.423Z[ host-image] Aug 27 18:40:24.426 INFO O| Aug 27 18:40:24.426 INFO O| Done
33292024-08-27T18:40:25.464Z[ host-image] Aug 27 18:40:24.467 INFO O| Aug 27 18:40:24.467 INFO O| Done
33302024-08-27T18:40:25.467Z[ host-image] Aug 27 18:40:24.468 INFO O| Aug 27 18:40:24.468 INFO O| Done
33312024-08-27T18:40:25.467Z[ host-image] Aug 27 18:40:24.469 INFO O| Aug 27 18:40:24.469 INFO O| Done
33322024-08-27T18:40:25.467Z[ host-image] Aug 27 18:40:24.470 INFO O| Aug 27 18:40:24.470 INFO O| Done
33332024-08-27T18:40:25.533Z[ host-image] Aug 27 18:40:24.536 INFO O| Aug 27 18:40:24.536 INFO STEP 8 (pkg_change_facet) COMPLETE
33342024-08-27T18:40:25.533Z[ host-image] Aug 27 18:40:24.536 INFO O| Aug 27 18:40:24.536 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33352024-08-27T18:40:25.533Z[ host-image] Aug 27 18:40:24.536 INFO O| Aug 27 18:40:24.536 INFO skip step because feature "recovery" is not enabled
33362024-08-27T18:40:25.536Z[ host-image] Aug 27 18:40:24.536 INFO O| Aug 27 18:40:24.536 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33372024-08-27T18:40:25.536Z[ host-image] Aug 27 18:40:24.536 INFO O| Aug 27 18:40:24.536 INFO skip step because feature "recovery" is not enabled
33382024-08-27T18:40:25.536Z[ host-image] Aug 27 18:40:24.536 INFO O| Aug 27 18:40:24.536 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33392024-08-27T18:40:25.548Z[ host-image] Aug 27 18:40:24.551 INFO O| Aug 27 18:40:24.551 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"]
33402024-08-27T18:40:25.663Z[ recovery-image] Aug 27 18:40:24.666 INFO O| Aug 27 18:40:24.666 INFO variant opensolaris.zone is already global
33412024-08-27T18:40:25.663Z[ recovery-image] Aug 27 18:40:24.666 INFO O| Aug 27 18:40:24.666 INFO STEP 5 (pkg_change_variant) COMPLETE
33422024-08-27T18:40:25.666Z[ recovery-image] Aug 27 18:40:24.666 INFO O| Aug 27 18:40:24.666 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33432024-08-27T18:40:25.872Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33442024-08-27T18:40:25.878ZAug 27 18:40:24.880 INFO [stamp-nexus] process exited with exit status: 0 (3.816630854s)
33452024-08-27T18:40:26.120Z[ recovery-image] Aug 27 18:40:25.124 INFO O| Aug 27 18:40:25.124 INFO variant opensolaris.imagetype is full; changing to partial
33462024-08-27T18:40:26.120Z[ recovery-image] Aug 27 18:40:25.124 INFO O| Aug 27 18:40:25.124 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33472024-08-27T18:40:26.127Z[ host-image] Aug 27 18:40:25.130 INFO O| Aug 27 18:40:25.130 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33482024-08-27T18:40:27.657Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33492024-08-27T18:40:27.662ZAug 27 18:40:26.665 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.74927196s)
33502024-08-27T18:40:28.075Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33512024-08-27T18:40:28.238Z[verify-libraries] Compiling heck v0.4.1
33522024-08-27T18:40:28.239Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33532024-08-27T18:40:28.239Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33542024-08-27T18:40:28.254Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33552024-08-27T18:40:28.254Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33562024-08-27T18:40:28.257Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33572024-08-27T18:40:28.257Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33582024-08-27T18:40:28.710Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33592024-08-27T18:40:28.795Z[verify-libraries] Compiling indent_write v2.2.0
33602024-08-27T18:40:28.976Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33612024-08-27T18:40:29.169Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33622024-08-27T18:40:29.396Z[verify-libraries] Compiling termios v0.3.3
33632024-08-27T18:40:29.759Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33642024-08-27T18:40:29.844Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33652024-08-27T18:40:32.461Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33662024-08-27T18:40:32.481ZAug 27 18:40:31.484 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.530004488s)
33672024-08-27T18:40:32.681Z[ recovery-image] Aug 27 18:40:31.684 INFO O| Aug 27 18:40:31.684 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33682024-08-27T18:40:32.775Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33692024-08-27T18:40:32.805ZAug 27 18:40:31.808 INFO [stamp-clickhouse] process exited with exit status: 0 (10.722653586s)
33702024-08-27T18:40:32.805ZAug 27 18:40:31.808 INFO [tuf-stamp] task succeeded (10.911657661s)
33712024-08-27T18:40:39.746Z[ recovery-image] Aug 27 18:40:38.748 INFO O| Aug 27 18:40:38.748 INFO O| Startup: Caching catalogs ... Done
33722024-08-27T18:40:39.838Z[ recovery-image] Aug 27 18:40:38.840 INFO O| Aug 27 18:40:38.840 INFO O| Planning: Planning completed in 0.00 seconds
33732024-08-27T18:40:39.842Z[ recovery-image] Aug 27 18:40:38.841 INFO O| Aug 27 18:40:38.841 INFO O| Planning: Consolidating action changes ... Done
33742024-08-27T18:40:39.842Z[ recovery-image] Aug 27 18:40:38.841 INFO O| Aug 27 18:40:38.841 INFO O| Planning: Evaluating mediators ... Done
33752024-08-27T18:40:39.842Z[ recovery-image] Aug 27 18:40:38.841 INFO O| Aug 27 18:40:38.841 INFO O| Planning: Planning completed in 0.00 seconds
33762024-08-27T18:40:39.842Z[ recovery-image] Aug 27 18:40:38.842 INFO O| Aug 27 18:40:38.842 INFO O| Variants/Facets to change: 1
33772024-08-27T18:40:39.936Z[ recovery-image] Aug 27 18:40:38.939 INFO O| Aug 27 18:40:38.939 INFO O| Done
33782024-08-27T18:40:39.936Z[ recovery-image] Aug 27 18:40:38.939 INFO O| Aug 27 18:40:38.939 INFO O| Done
33792024-08-27T18:40:40.631Z[ recovery-image] Aug 27 18:40:39.633 INFO O| Aug 27 18:40:39.633 INFO O| Done
33802024-08-27T18:40:40.681Z[ recovery-image] Aug 27 18:40:39.683 INFO O| Aug 27 18:40:39.683 INFO O| Done
33812024-08-27T18:40:40.684Z[ recovery-image] Aug 27 18:40:39.684 INFO O| Aug 27 18:40:39.684 INFO O| Done
33822024-08-27T18:40:40.684Z[ recovery-image] Aug 27 18:40:39.684 INFO O| Aug 27 18:40:39.684 INFO O| Done
33832024-08-27T18:40:40.687Z[ recovery-image] Aug 27 18:40:39.687 INFO O| Aug 27 18:40:39.687 INFO O| Done
33842024-08-27T18:40:41.246Z[ recovery-image] Aug 27 18:40:40.248 INFO O| Aug 27 18:40:40.248 INFO STEP 6 (pkg_change_variant) COMPLETE
33852024-08-27T18:40:41.246Z[ recovery-image] Aug 27 18:40:40.248 INFO O| Aug 27 18:40:40.248 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33862024-08-27T18:40:41.250Z[ recovery-image] Aug 27 18:40:40.248 INFO O| Aug 27 18:40:40.248 INFO skip step because feature "debug_variant" is not enabled
33872024-08-27T18:40:41.250Z[ recovery-image] Aug 27 18:40:40.248 INFO O| Aug 27 18:40:40.248 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33882024-08-27T18:40:41.994Z[ recovery-image] Aug 27 18:40:40.996 INFO O| Aug 27 18:40:40.996 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33892024-08-27T18:40:43.361Z[ recovery-image] Aug 27 18:40:42.363 INFO O| Aug 27 18:40:42.363 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33902024-08-27T18:40:43.364Z[ recovery-image] Aug 27 18:40:42.365 INFO O| Aug 27 18:40:42.364 INFO O| Planning: Planning completed in 0.00 seconds
33912024-08-27T18:40:43.364Z[ recovery-image] Aug 27 18:40:42.365 INFO O| Aug 27 18:40:42.365 INFO O| Planning: Consolidating action changes ... Done
33922024-08-27T18:40:43.364Z[ recovery-image] Aug 27 18:40:42.366 INFO O| Aug 27 18:40:42.366 INFO O| Planning: Evaluating mediators ... Done
33932024-08-27T18:40:43.364Z[ recovery-image] Aug 27 18:40:42.366 INFO O| Aug 27 18:40:42.366 INFO O| Planning: Planning completed in 0.00 seconds
33942024-08-27T18:40:43.366Z[ recovery-image] Aug 27 18:40:42.366 INFO O| Aug 27 18:40:42.366 INFO O| Variants/Facets to change: 1
33952024-08-27T18:40:43.429Z[ recovery-image] Aug 27 18:40:42.431 INFO O| Aug 27 18:40:42.431 INFO O| Done
33962024-08-27T18:40:43.429Z[ recovery-image] Aug 27 18:40:42.431 INFO O| Aug 27 18:40:42.431 INFO O| Done
33972024-08-27T18:40:43.925Z[ recovery-image] Aug 27 18:40:42.927 INFO O| Aug 27 18:40:42.927 INFO O| Done
33982024-08-27T18:40:44.010Z[ recovery-image] Aug 27 18:40:43.012 INFO O| Aug 27 18:40:43.012 INFO O| Done
33992024-08-27T18:40:44.012Z[ recovery-image] Aug 27 18:40:43.013 INFO O| Aug 27 18:40:43.013 INFO O| Done
34002024-08-27T18:40:44.013Z[ recovery-image] Aug 27 18:40:43.013 INFO O| Aug 27 18:40:43.013 INFO O| Done
34012024-08-27T18:40:44.013Z[ recovery-image] Aug 27 18:40:43.015 INFO O| Aug 27 18:40:43.015 INFO O| Done
34022024-08-27T18:40:44.112Z[ recovery-image] Aug 27 18:40:43.115 INFO O| Aug 27 18:40:43.114 INFO STEP 8 (pkg_change_facet) COMPLETE
34032024-08-27T18:40:44.113Z[ recovery-image] Aug 27 18:40:43.115 INFO O| Aug 27 18:40:43.115 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34042024-08-27T18:40:44.837Z[ recovery-image] Aug 27 18:40:43.839 INFO O| Aug 27 18:40:43.839 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34052024-08-27T18:40:45.847Z[ recovery-image] Aug 27 18:40:44.849 INFO O| Aug 27 18:40:44.849 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34062024-08-27T18:40:45.850Z[ recovery-image] Aug 27 18:40:44.851 INFO O| Aug 27 18:40:44.851 INFO O| Planning: Planning completed in 0.00 seconds
34072024-08-27T18:40:45.852Z[ recovery-image] Aug 27 18:40:44.853 INFO O| Aug 27 18:40:44.853 INFO O| Planning: Consolidating action changes ... Done
34082024-08-27T18:40:45.852Z[ recovery-image] Aug 27 18:40:44.853 INFO O| Aug 27 18:40:44.853 INFO O| Planning: Evaluating mediators ... Done
34092024-08-27T18:40:45.852Z[ recovery-image] Aug 27 18:40:44.854 INFO O| Aug 27 18:40:44.853 INFO O| Planning: Planning completed in 0.00 seconds
34102024-08-27T18:40:45.852Z[ recovery-image] Aug 27 18:40:44.854 INFO O| Aug 27 18:40:44.854 INFO O| Variants/Facets to change: 1
34112024-08-27T18:40:45.966Z[ recovery-image] Aug 27 18:40:44.968 INFO O| Aug 27 18:40:44.967 INFO O| Done
34122024-08-27T18:40:45.966Z[ recovery-image] Aug 27 18:40:44.968 INFO O| Aug 27 18:40:44.968 INFO O| Done
34132024-08-27T18:40:46.453Z[ recovery-image] Aug 27 18:40:45.455 INFO O| Aug 27 18:40:45.455 INFO O| Done
34142024-08-27T18:40:46.539Z[ recovery-image] Aug 27 18:40:45.541 INFO O| Aug 27 18:40:45.541 INFO O| Done
34152024-08-27T18:40:46.552Z[ recovery-image] Aug 27 18:40:45.542 INFO O| Aug 27 18:40:45.542 INFO O| Done
34162024-08-27T18:40:46.552Z[ recovery-image] Aug 27 18:40:45.543 INFO O| Aug 27 18:40:45.543 INFO O| Done
34172024-08-27T18:40:46.553Z[ recovery-image] Aug 27 18:40:45.545 INFO O| Aug 27 18:40:45.545 INFO O| Done
34182024-08-27T18:40:46.652Z[ recovery-image] Aug 27 18:40:45.654 INFO O| Aug 27 18:40:45.654 INFO STEP 9 (pkg_change_facet) COMPLETE
34192024-08-27T18:40:46.652Z[ recovery-image] Aug 27 18:40:45.654 INFO O| Aug 27 18:40:45.654 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34202024-08-27T18:40:47.332Z[ recovery-image] Aug 27 18:40:46.334 INFO O| Aug 27 18:40:46.334 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34212024-08-27T18:40:48.375Z[ recovery-image] Aug 27 18:40:47.377 INFO O| Aug 27 18:40:47.377 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34222024-08-27T18:40:48.378Z[ recovery-image] Aug 27 18:40:47.379 INFO O| Aug 27 18:40:47.379 INFO O| Planning: Planning completed in 0.00 seconds
34232024-08-27T18:40:48.378Z[ recovery-image] Aug 27 18:40:47.380 INFO O| Aug 27 18:40:47.380 INFO O| Planning: Consolidating action changes ... Done
34242024-08-27T18:40:48.378Z[ recovery-image] Aug 27 18:40:47.380 INFO O| Aug 27 18:40:47.380 INFO O| Planning: Evaluating mediators ... Done
34252024-08-27T18:40:48.381Z[ recovery-image] Aug 27 18:40:47.381 INFO O| Aug 27 18:40:47.381 INFO O| Planning: Planning completed in 0.00 seconds
34262024-08-27T18:40:48.381Z[ recovery-image] Aug 27 18:40:47.381 INFO O| Aug 27 18:40:47.381 INFO O| Variants/Facets to change: 1
34272024-08-27T18:40:48.477Z[ recovery-image] Aug 27 18:40:47.478 INFO O| Aug 27 18:40:47.478 INFO O| Done
34282024-08-27T18:40:48.477Z[ recovery-image] Aug 27 18:40:47.479 INFO O| Aug 27 18:40:47.478 INFO O| Done
34292024-08-27T18:40:49.057Z[ recovery-image] Aug 27 18:40:48.058 INFO O| Aug 27 18:40:48.058 INFO O| Done
34302024-08-27T18:40:49.109Z[ recovery-image] Aug 27 18:40:48.111 INFO O| Aug 27 18:40:48.111 INFO O| Done
34312024-08-27T18:40:49.112Z[ recovery-image] Aug 27 18:40:48.113 INFO O| Aug 27 18:40:48.112 INFO O| Done
34322024-08-27T18:40:49.112Z[ recovery-image] Aug 27 18:40:48.113 INFO O| Aug 27 18:40:48.113 INFO O| Done
34332024-08-27T18:40:49.115Z[ recovery-image] Aug 27 18:40:48.115 INFO O| Aug 27 18:40:48.115 INFO O| Done
34342024-08-27T18:40:49.214Z[ recovery-image] Aug 27 18:40:48.216 INFO O| Aug 27 18:40:48.216 INFO STEP 10 (pkg_change_facet) COMPLETE
34352024-08-27T18:40:49.214Z[ recovery-image] Aug 27 18:40:48.216 INFO O| Aug 27 18:40:48.216 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34362024-08-27T18:40:49.235Z[ recovery-image] Aug 27 18:40:48.236 INFO O| Aug 27 18:40:48.236 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"]
34372024-08-27T18:40:50.319Z[ recovery-image] Aug 27 18:40:49.321 INFO O| Aug 27 18:40:49.320 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34382024-08-27T18:40:55.777Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34392024-08-27T18:40:58.508Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34402024-08-27T18:40:58.901Z[ host-image] Aug 27 18:40:57.902 INFO O| Aug 27 18:40:57.902 INFO O| Planning: Solver setup ... Done
34412024-08-27T18:41:22.769Z[ recovery-image] Aug 27 18:41:21.768 INFO O| Aug 27 18:41:21.768 INFO O| Planning: Solver setup ... Done
34422024-08-27T18:41:24.522Z[ host-image] Aug 27 18:41:23.517 INFO O| Aug 27 18:41:23.517 INFO O| Planning: Running solver ... Done
34432024-08-27T18:41:24.821Z[ host-image] Aug 27 18:41:23.819 INFO O| Aug 27 18:41:23.819 INFO O| Planning: Finding local manifests ... Done
34442024-08-27T18:41:24.837Z[ host-image] Aug 27 18:41:23.836 INFO O| Aug 27 18:41:23.835 INFO O| Planning: Fetching manifests: 0/124 0% complete
34452024-08-27T18:41:28.381Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34462024-08-27T18:41:31.556Z[ host-image] Aug 27 18:41:30.514 INFO O| Aug 27 18:41:30.514 INFO O| Planning: Fetching manifests: 124/124 100% complete
34472024-08-27T18:41:32.845Z[ host-image] Aug 27 18:41:31.843 INFO O| Aug 27 18:41:31.843 INFO O| Planning: Package planning ... Done
34482024-08-27T18:41:34.503Z[ host-image] Aug 27 18:41:33.500 INFO O| Aug 27 18:41:33.500 INFO O| Planning: Merging actions ... Done
34492024-08-27T18:41:35.142Z[ host-image] Aug 27 18:41:34.141 INFO O| Aug 27 18:41:34.141 INFO O| Planning: Checking for conflicting actions ... Done
34502024-08-27T18:41:35.435Z[ host-image] Aug 27 18:41:34.433 INFO O| Aug 27 18:41:34.433 INFO O| Planning: Consolidating action changes ... Done
34512024-08-27T18:41:35.996Z[ host-image] Aug 27 18:41:34.986 INFO O| Aug 27 18:41:34.986 INFO O| Planning: Evaluating mediators ... Done
34522024-08-27T18:41:36.827Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34532024-08-27T18:41:41.230Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34542024-08-27T18:41:42.538Z[ host-image] Aug 27 18:41:41.536 INFO O| Aug 27 18:41:41.536 INFO O| Planning: Planning completed in 76.40 seconds
34552024-08-27T18:41:42.545Z[ host-image] Aug 27 18:41:41.543 INFO O| Aug 27 18:41:41.543 INFO O| Packages to install: 124
34562024-08-27T18:41:42.545Z[ host-image] Aug 27 18:41:41.543 INFO O| Aug 27 18:41:41.543 INFO O| Mediators to change: 4
34572024-08-27T18:41:42.548Z[ host-image] Aug 27 18:41:41.543 INFO O| Aug 27 18:41:41.543 INFO O| Services to change: 6
34582024-08-27T18:41:42.658Z[ host-image] Aug 27 18:41:41.656 INFO O| Aug 27 18:41:41.656 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
34592024-08-27T18:41:47.262Z[ recovery-image] Aug 27 18:41:46.259 INFO O| Aug 27 18:41:46.259 INFO O| Planning: Running solver ... Done
34602024-08-27T18:41:47.543Z[ recovery-image] Aug 27 18:41:46.540 INFO O| Aug 27 18:41:46.540 INFO O| Planning: Finding local manifests ... Done
34612024-08-27T18:41:47.557Z[ recovery-image] Aug 27 18:41:46.555 INFO O| Aug 27 18:41:46.555 INFO O| Planning: Fetching manifests: 0/124 0% complete
34622024-08-27T18:41:47.808Z[ host-image] Aug 27 18:41:46.805 INFO O| Aug 27 18:41:46.805 INFO O| Download: 1063/22728 items 6.4/196.4MB 3% complete (1.4M/s)
34632024-08-27T18:41:51.320Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34642024-08-27T18:41:52.422Z[ recovery-image] Aug 27 18:41:51.418 INFO O| Aug 27 18:41:51.418 INFO O| Planning: Fetching manifests: 124/124 100% complete
34652024-08-27T18:41:53.425Z[ host-image] Aug 27 18:41:52.422 INFO O| Aug 27 18:41:52.422 INFO O| Download: 1634/22728 items 10.4/196.4MB 5% complete (1.1M/s)
34662024-08-27T18:41:53.511Z[ recovery-image] Aug 27 18:41:52.508 INFO O| Aug 27 18:41:52.508 INFO O| Planning: Package planning ... Done
34672024-08-27T18:41:54.296Z[ recovery-image] Aug 27 18:41:53.293 INFO O| Aug 27 18:41:53.293 INFO O| Planning: Merging actions ... Done
34682024-08-27T18:41:54.614Z[ recovery-image] Aug 27 18:41:53.611 INFO O| Aug 27 18:41:53.611 INFO O| Planning: Checking for conflicting actions ... Done
34692024-08-27T18:41:54.745Z[ recovery-image] Aug 27 18:41:53.742 INFO O| Aug 27 18:41:53.742 INFO O| Planning: Consolidating action changes ... Done
34702024-08-27T18:41:55.103Z[ recovery-image] Aug 27 18:41:54.100 INFO O| Aug 27 18:41:54.100 INFO O| Planning: Evaluating mediators ... Done
34712024-08-27T18:41:59.156Z[ host-image] Aug 27 18:41:58.153 INFO O| Aug 27 18:41:58.153 INFO O| Download: 1787/22728 items 12.5/196.4MB 6% complete (669k/s)
34722024-08-27T18:42:00.921Z[ recovery-image] Aug 27 18:41:59.917 INFO O| Aug 27 18:41:59.917 INFO O| Planning: Planning completed in 70.60 seconds
34732024-08-27T18:42:00.929Z[ recovery-image] Aug 27 18:41:59.924 INFO O| Aug 27 18:41:59.924 INFO O| Packages to install: 124
34742024-08-27T18:42:00.930Z[ recovery-image] Aug 27 18:41:59.924 INFO O| Aug 27 18:41:59.924 INFO O| Mediators to change: 4
34752024-08-27T18:42:00.933Z[ recovery-image] Aug 27 18:41:59.924 INFO O| Aug 27 18:41:59.924 INFO O| Services to change: 5
34762024-08-27T18:42:01.005Z[ recovery-image] Aug 27 18:42:00.001 INFO O| Aug 27 18:42:00.001 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34772024-08-27T18:42:04.318Z[ host-image] Aug 27 18:42:03.314 INFO O| Aug 27 18:42:03.314 INFO O| Download: 2084/22728 items 23.4/196.4MB 11% complete (1.3M/s)
34782024-08-27T18:42:06.014Z[ recovery-image] Aug 27 18:42:05.010 INFO O| Aug 27 18:42:05.009 INFO O| Download: 842/15831 items 7.2/173.2MB 4% complete (1.5M/s)
34792024-08-27T18:42:09.690Z[ host-image] Aug 27 18:42:08.686 INFO O| Aug 27 18:42:08.686 INFO O| Download: 2332/22728 items 27.4/196.4MB 13% complete (1.3M/s)
34802024-08-27T18:42:09.726Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34812024-08-27T18:42:11.033Z[ recovery-image] Aug 27 18:42:10.027 INFO O| Aug 27 18:42:10.027 INFO O| Download: 1268/15831 items 18.0/173.2MB 10% complete (1.8M/s)
34822024-08-27T18:42:11.947Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34832024-08-27T18:42:14.737Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34842024-08-27T18:42:14.961Z[ host-image] Aug 27 18:42:13.956 INFO O| Aug 27 18:42:13.956 INFO O| Download: 3474/22728 items 35.6/196.4MB 18% complete (1.2M/s)
34852024-08-27T18:42:16.211Z[ recovery-image] Aug 27 18:42:15.207 INFO O| Aug 27 18:42:15.207 INFO O| Download: 1606/15831 items 24.9/173.2MB 14% complete (1.8M/s)
34862024-08-27T18:42:20.028Z[ host-image] Aug 27 18:42:19.023 INFO O| Aug 27 18:42:19.023 INFO O| Download: 4488/22728 items 41.8/196.4MB 21% complete (1.4M/s)
34872024-08-27T18:42:21.231Z[ recovery-image] Aug 27 18:42:20.226 INFO O| Aug 27 18:42:20.226 INFO O| Download: 2447/15831 items 31.4/173.2MB 18% complete (1.3M/s)
34882024-08-27T18:42:25.028Z[ host-image] Aug 27 18:42:24.023 INFO O| Aug 27 18:42:24.023 INFO O| Download: 4718/22728 items 44.8/196.4MB 22% complete (938k/s)
34892024-08-27T18:42:26.803Z[ recovery-image] Aug 27 18:42:25.798 INFO O| Aug 27 18:42:25.798 INFO O| Download: 3600/15831 items 39.0/173.2MB 22% complete (1.4M/s)
34902024-08-27T18:42:30.230Z[ host-image] Aug 27 18:42:29.225 INFO O| Aug 27 18:42:29.225 INFO O| Download: 5744/22728 items 46.2/196.4MB 23% complete (494k/s)
34912024-08-27T18:42:31.804Z[ recovery-image] Aug 27 18:42:30.798 INFO O| Aug 27 18:42:30.798 INFO O| Download: 4323/15831 items 42.7/173.2MB 24% complete (1.0M/s)
34922024-08-27T18:42:35.490Z[ host-image] Aug 27 18:42:34.484 INFO O| Aug 27 18:42:34.484 INFO O| Download: 6759/22728 items 47.8/196.4MB 24% complete (280k/s)
34932024-08-27T18:42:36.920Z[ recovery-image] Aug 27 18:42:35.914 INFO O| Aug 27 18:42:35.914 INFO O| Download: 4800/15831 items 43.0/173.2MB 24% complete (413k/s)
34942024-08-27T18:42:40.508Z[ host-image] Aug 27 18:42:39.502 INFO O| Aug 27 18:42:39.502 INFO O| Download: 7471/22728 items 58.0/196.4MB 29% complete (1.2M/s)
34952024-08-27T18:42:42.011Z[ recovery-image] Aug 27 18:42:41.004 INFO O| Aug 27 18:42:41.004 INFO O| Download: 5678/15831 items 45.1/173.2MB 26% complete (216k/s)
34962024-08-27T18:42:45.648Z[ host-image] Aug 27 18:42:44.642 INFO O| Aug 27 18:42:44.642 INFO O| Download: 8300/22728 items 68.3/196.4MB 34% complete (2.0M/s)
34972024-08-27T18:42:47.824Z[ recovery-image] Aug 27 18:42:46.818 INFO O| Aug 27 18:42:46.817 INFO O| Download: 6106/15831 items 57.3/173.2MB 33% complete (1.4M/s)
34982024-08-27T18:42:50.651Z[ host-image] Aug 27 18:42:49.644 INFO O| Aug 27 18:42:49.644 INFO O| Download: 9845/22728 items 83.5/196.4MB 42% complete (2.5M/s)
34992024-08-27T18:42:52.825Z[ recovery-image] Aug 27 18:42:51.818 INFO O| Aug 27 18:42:51.818 INFO O| Download: 6323/15831 items 62.7/173.2MB 36% complete (1.7M/s)
35002024-08-27T18:42:55.694Z[ host-image] Aug 27 18:42:54.686 INFO O| Aug 27 18:42:54.686 INFO O| Download: 10836/22728 items 89.9/196.4MB 45% complete (2.2M/s)
35012024-08-27T18:42:57.826Z[ recovery-image] Aug 27 18:42:56.819 INFO O| Aug 27 18:42:56.819 INFO O| Download: 7483/15831 items 73.5/173.2MB 42% complete (1.6M/s)
35022024-08-27T18:43:00.854Z[ host-image] Aug 27 18:42:59.847 INFO O| Aug 27 18:42:59.847 INFO O| Download: 11197/22728 items 93.9/196.4MB 47% complete (1.2M/s)
35032024-08-27T18:43:03.560Z[ recovery-image] Aug 27 18:43:02.552 INFO O| Aug 27 18:43:02.551 INFO O| Download: 7966/15831 items 78.2/173.2MB 45% complete (1.6M/s)
35042024-08-27T18:43:05.948Z[ host-image] Aug 27 18:43:04.940 INFO O| Aug 27 18:43:04.940 INFO O| Download: 12002/22728 items 100.3/196.4MB 51% complete (972k/s)
35052024-08-27T18:43:08.590Z[ recovery-image] Aug 27 18:43:07.582 INFO O| Aug 27 18:43:07.581 INFO O| Download: 8765/15831 items 84.4/173.2MB 48% complete (1.1M/s)
35062024-08-27T18:43:10.954Z[ host-image] Aug 27 18:43:09.946 INFO O| Aug 27 18:43:09.946 INFO O| Download: 12430/22728 items 109.5/196.4MB 55% complete (1.6M/s)
35072024-08-27T18:43:13.605Z[ recovery-image] Aug 27 18:43:12.596 INFO O| Aug 27 18:43:12.596 INFO O| Download: 9398/15831 items 92.8/173.2MB 53% complete (1.5M/s)
35082024-08-27T18:43:15.971Z[ host-image] Aug 27 18:43:14.962 INFO O| Aug 27 18:43:14.962 INFO O| Download: 13295/22728 items 109.9/196.4MB 55% complete (1013k/s)
35092024-08-27T18:43:18.612Z[ recovery-image] Aug 27 18:43:17.603 INFO O| Aug 27 18:43:17.603 INFO O| Download: 10187/15831 items 93.2/173.2MB 53% complete (921k/s)
35102024-08-27T18:43:21.254Z[ host-image] Aug 27 18:43:20.245 INFO O| Aug 27 18:43:20.245 INFO O| Download: 13307/22728 items 109.9/196.4MB 55% complete (914k/s)
35112024-08-27T18:43:23.921Z[ recovery-image] Aug 27 18:43:22.912 INFO O| Aug 27 18:43:22.912 INFO O| Download: 10901/15831 items 93.8/173.2MB 54% complete (102k/s)
35122024-08-27T18:43:27.543Z[ host-image] Aug 27 18:43:26.534 INFO O| Aug 27 18:43:26.534 INFO O| Download: 13892/22728 items 110.2/196.4MB 56% complete (38.2k/s)
35132024-08-27T18:43:28.984Z[ recovery-image] Aug 27 18:43:27.974 INFO O| Aug 27 18:43:27.974 INFO O| Download: 11010/15831 items 94.7/173.2MB 54% complete (131k/s)
35142024-08-27T18:43:32.857Z[ host-image] Aug 27 18:43:31.847 INFO O| Aug 27 18:43:31.847 INFO O| Download: 14407/22728 items 111.6/196.4MB 56% complete (148k/s)
35152024-08-27T18:43:34.901Z[ recovery-image] Aug 27 18:43:33.890 INFO O| Aug 27 18:43:33.890 INFO O| Download: 11398/15831 items 107.0/173.2MB 61% complete (1.3M/s)
35162024-08-27T18:43:37.865Z[ host-image] Aug 27 18:43:36.854 INFO O| Aug 27 18:43:36.854 INFO O| Download: 14957/22728 items 118.0/196.4MB 60% complete (806k/s)
35172024-08-27T18:43:39.900Z[ recovery-image] Aug 27 18:43:38.890 INFO O| Aug 27 18:43:38.890 INFO O| Download: 11941/15831 items 133.2/173.2MB 76% complete (3.8M/s)
35182024-08-27T18:43:43.391Z[ host-image] Aug 27 18:43:42.380 INFO O| Aug 27 18:43:42.380 INFO O| Download: 15743/22728 items 126.0/196.4MB 64% complete (1.5M/s)
35192024-08-27T18:43:44.918Z[ recovery-image] Aug 27 18:43:43.907 INFO O| Aug 27 18:43:43.907 INFO O| Download: 13005/15831 items 140.9/173.2MB 81% complete (3.4M/s)
35202024-08-27T18:43:48.392Z[ host-image] Aug 27 18:43:47.381 INFO O| Aug 27 18:43:47.380 INFO O| Download: 16365/22728 items 137.5/196.4MB 70% complete (1.9M/s)
35212024-08-27T18:43:49.984Z[ recovery-image] Aug 27 18:43:48.973 INFO O| Aug 27 18:43:48.973 INFO O| Download: 14024/15831 items 145.4/173.2MB 83% complete (1.5M/s)
35222024-08-27T18:43:53.397Z[ host-image] Aug 27 18:43:52.385 INFO O| Aug 27 18:43:52.385 INFO O| Download: 17345/22728 items 145.2/196.4MB 73% complete (1.9M/s)
35232024-08-27T18:43:54.985Z[ recovery-image] Aug 27 18:43:53.973 INFO O| Aug 27 18:43:53.973 INFO O| Download: 14656/15831 items 147.6/173.2MB 85% complete (675k/s)
35242024-08-27T18:43:58.407Z[ host-image] Aug 27 18:43:57.395 INFO O| Aug 27 18:43:57.395 INFO O| Download: 18283/22728 items 160.1/196.4MB 81% complete (2.3M/s)
35252024-08-27T18:43:59.990Z[ recovery-image] Aug 27 18:43:58.978 INFO O| Aug 27 18:43:58.978 INFO O| Download: 15108/15831 items 154.9/173.2MB 89% complete (980k/s)
35262024-08-27T18:44:03.431Z[ host-image] Aug 27 18:44:02.418 INFO O| Aug 27 18:44:02.418 INFO O| Download: 19245/22728 items 163.8/196.4MB 83% complete (1.9M/s)
35272024-08-27T18:44:04.991Z[ recovery-image] Aug 27 18:44:03.979 INFO O| Aug 27 18:44:03.979 INFO O| Download: 15534/15831 items 165.9/173.2MB 95% complete (1.9M/s)
35282024-08-27T18:44:08.456Z[ host-image] Aug 27 18:44:07.443 INFO O| Aug 27 18:44:07.443 INFO O| Download: 20367/22728 items 168.5/196.4MB 85% complete (861k/s)
35292024-08-27T18:44:09.973Z[ recovery-image] Aug 27 18:44:08.960 INFO O| Aug 27 18:44:08.960 INFO O| Download: Completed 173.17 MB in 128.96 seconds (1.3M/s)
35302024-08-27T18:44:10.928Z[ recovery-image] Aug 27 18:44:09.915 INFO O| Aug 27 18:44:09.915 INFO O| Actions: 1/24965 actions (Installing new actions)
35312024-08-27T18:44:13.456Z[ host-image] Aug 27 18:44:12.443 INFO O| Aug 27 18:44:12.443 INFO O| Download: 20947/22728 items 175.8/196.4MB 89% complete (1.2M/s)
35322024-08-27T18:44:15.945Z[ recovery-image] Aug 27 18:44:14.929 INFO O| Aug 27 18:44:14.929 INFO O| Actions: 8523/24965 actions (Installing new actions)
35332024-08-27T18:44:18.690Z[ host-image] Aug 27 18:44:17.676 INFO O| Aug 27 18:44:17.676 INFO O| Download: 21803/22728 items 183.8/196.4MB 93% complete (1.4M/s)
35342024-08-27T18:44:20.929Z[ recovery-image] Aug 27 18:44:19.916 INFO O| Aug 27 18:44:19.916 INFO O| Actions: 14667/24965 actions (Installing new actions)
35352024-08-27T18:44:23.695Z[ host-image] Aug 27 18:44:22.681 INFO O| Aug 27 18:44:22.681 INFO O| Download: 22332/22728 items 196.0/196.4MB 99% complete (2.0M/s)
35362024-08-27T18:44:25.864Z[ host-image] Aug 27 18:44:24.848 INFO O| Aug 27 18:44:24.848 INFO O| Download: Completed 196.40 MB in 163.19 seconds (1.2M/s)
35372024-08-27T18:44:25.942Z[ recovery-image] Aug 27 18:44:24.928 INFO O| Aug 27 18:44:24.928 INFO O| Actions: 24428/24965 actions (Installing new actions)
35382024-08-27T18:44:27.509Z[ host-image] Aug 27 18:44:26.495 INFO O| Aug 27 18:44:26.495 INFO O| Actions: 1/49262 actions (Installing new actions)
35392024-08-27T18:44:30.063Z[ recovery-image] Aug 27 18:44:29.048 INFO O| Aug 27 18:44:29.048 INFO O| Actions: Completed 24965 actions in 19.13 seconds.
35402024-08-27T18:44:30.574Z[ recovery-image] Aug 27 18:44:29.559 INFO O| Aug 27 18:44:29.559 INFO O| Done
35412024-08-27T18:44:30.574Z[ recovery-image] Aug 27 18:44:29.560 INFO O| Aug 27 18:44:29.559 INFO O| Done
35422024-08-27T18:44:31.758Z[ recovery-image] Aug 27 18:44:30.744 INFO O| Aug 27 18:44:30.744 INFO O| Done
35432024-08-27T18:44:32.515Z[ host-image] Aug 27 18:44:31.500 INFO O| Aug 27 18:44:31.500 INFO O| Actions: 10226/49262 actions (Installing new actions)
35442024-08-27T18:44:33.544Z[ recovery-image] Aug 27 18:44:32.528 INFO O| Aug 27 18:44:32.528 INFO O| Done
35452024-08-27T18:44:33.564Z[ recovery-image] Aug 27 18:44:32.548 INFO O| Aug 27 18:44:32.548 INFO O| Done
35462024-08-27T18:44:37.518Z[ host-image] Aug 27 18:44:36.503 INFO O| Aug 27 18:44:36.503 INFO O| Actions: 15898/49262 actions (Installing new actions)
35472024-08-27T18:44:38.958Z[ recovery-image] Aug 27 18:44:37.943 INFO O| Aug 27 18:44:37.942 INFO O| Done
35482024-08-27T18:44:39.675Z[ recovery-image] Aug 27 18:44:38.660 INFO O| Aug 27 18:44:38.660 INFO O| Done
35492024-08-27T18:44:39.961Z[ recovery-image] Aug 27 18:44:38.946 INFO O| Aug 27 18:44:38.946 INFO STEP 11 (pkg_install) COMPLETE
35502024-08-27T18:44:39.961Z[ recovery-image] Aug 27 18:44:38.946 INFO O| Aug 27 18:44:38.946 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-08-27T18:44:39.964Z[ recovery-image] Aug 27 18:44:38.946 INFO O| Aug 27 18:44:38.946 INFO skip step because feature "recovery" is enabled
35522024-08-27T18:44:39.964Z[ recovery-image] Aug 27 18:44:38.946 INFO O| Aug 27 18:44:38.946 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35532024-08-27T18:44:39.964Z[ recovery-image] Aug 27 18:44:38.946 INFO O| Aug 27 18:44:38.946 INFO skip step because feature "omicron1" is not enabled
35542024-08-27T18:44:39.964Z[ recovery-image] Aug 27 18:44:38.946 INFO O| Aug 27 18:44:38.946 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35552024-08-27T18:44:39.994Z[ recovery-image] Aug 27 18:44:38.978 INFO O| Aug 27 18:44:38.978 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
35562024-08-27T18:44:42.015Z[ recovery-image] Aug 27 18:44:40.999 INFO O| Aug 27 18:44:40.999 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35572024-08-27T18:44:42.518Z[ host-image] Aug 27 18:44:41.503 INFO O| Aug 27 18:44:41.503 INFO O| Actions: 23815/49262 actions (Installing new actions)
35582024-08-27T18:44:43.496Z[ recovery-image] Aug 27 18:44:42.481 INFO O| Aug 27 18:44:42.481 INFO O| Planning: Solver setup ... Done
35592024-08-27T18:44:43.499Z[ recovery-image] Aug 27 18:44:42.484 INFO O| Aug 27 18:44:42.484 INFO O| Planning: Running solver ... Done
35602024-08-27T18:44:43.541Z[ recovery-image] Aug 27 18:44:42.526 INFO O| Aug 27 18:44:42.526 INFO O| Planning: Finding local manifests ... Done
35612024-08-27T18:44:43.543Z[ recovery-image] Aug 27 18:44:42.526 INFO O| Aug 27 18:44:42.526 INFO O| Planning: Fetching manifests: 0/1 0% complete
35622024-08-27T18:44:43.605Z[ recovery-image] Aug 27 18:44:42.590 INFO O| Aug 27 18:44:42.590 INFO O| Planning: Fetching manifests: 1/1 100% complete
35632024-08-27T18:44:43.624Z[ recovery-image] Aug 27 18:44:42.609 INFO O| Aug 27 18:44:42.609 INFO O| Planning: Package planning ... Done
35642024-08-27T18:44:43.627Z[ recovery-image] Aug 27 18:44:42.609 INFO O| Aug 27 18:44:42.609 INFO O| Planning: Merging actions ... Done
35652024-08-27T18:44:43.657Z[ recovery-image] Aug 27 18:44:42.642 INFO O| Aug 27 18:44:42.642 INFO O| Planning: Checking for conflicting actions ... Done
35662024-08-27T18:44:43.660Z[ recovery-image] Aug 27 18:44:42.643 INFO O| Aug 27 18:44:42.643 INFO O| Planning: Consolidating action changes ... Done
35672024-08-27T18:44:43.787Z[ recovery-image] Aug 27 18:44:42.772 INFO O| Aug 27 18:44:42.772 INFO O| Planning: Evaluating mediators ... Done
35682024-08-27T18:44:43.790Z[ recovery-image] Aug 27 18:44:42.773 INFO O| Aug 27 18:44:42.773 INFO O| Planning: Planning completed in 1.77 seconds
35692024-08-27T18:44:43.790Z[ recovery-image] Aug 27 18:44:42.774 INFO O| Aug 27 18:44:42.774 INFO O| Packages to install: 1
35702024-08-27T18:44:43.800Z[ recovery-image] Aug 27 18:44:42.785 INFO O| Aug 27 18:44:42.785 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
35712024-08-27T18:44:44.654Z[ recovery-image] Aug 27 18:44:43.639 INFO O| Aug 27 18:44:43.639 INFO O| Download: Completed 20.80 MB in 0.85 seconds (24.4M/s)
35722024-08-27T18:44:44.795Z[ recovery-image] Aug 27 18:44:43.779 INFO O| Aug 27 18:44:43.779 INFO O| Actions: 1/22 actions (Installing new actions)
35732024-08-27T18:44:45.286Z[ recovery-image] Aug 27 18:44:44.271 INFO O| Aug 27 18:44:44.271 INFO O| Actions: Completed 22 actions in 0.49 seconds.
35742024-08-27T18:44:45.447Z[ recovery-image] Aug 27 18:44:44.432 INFO O| Aug 27 18:44:44.432 INFO O| Done
35752024-08-27T18:44:45.447Z[ recovery-image] Aug 27 18:44:44.432 INFO O| Aug 27 18:44:44.432 INFO O| Done
35762024-08-27T18:44:45.784Z[ host-image] Aug 27 18:44:44.769 INFO O| Aug 27 18:44:44.769 INFO O| Actions: Completed 49262 actions in 18.27 seconds.
35772024-08-27T18:44:45.809Z[ recovery-image] Aug 27 18:44:44.789 INFO O| Aug 27 18:44:44.789 INFO O| Done
35782024-08-27T18:44:46.154Z[ host-image] Aug 27 18:44:45.138 INFO O| Aug 27 18:44:45.137 INFO O| Done
35792024-08-27T18:44:46.154Z[ host-image] Aug 27 18:44:45.138 INFO O| Aug 27 18:44:45.138 INFO O| Done
35802024-08-27T18:44:46.621Z[ host-image] Aug 27 18:44:45.606 INFO O| Aug 27 18:44:45.606 INFO O| Done
35812024-08-27T18:44:46.669Z[ recovery-image] Aug 27 18:44:45.654 INFO O| Aug 27 18:44:45.654 INFO O| Done
35822024-08-27T18:44:46.686Z[ recovery-image] Aug 27 18:44:45.670 INFO O| Aug 27 18:44:45.670 INFO O| Done
35832024-08-27T18:44:46.687Z[ recovery-image] Aug 27 18:44:45.670 INFO O| Aug 27 18:44:45.670 INFO O| Done
35842024-08-27T18:44:46.696Z[ recovery-image] Aug 27 18:44:45.680 INFO O| Aug 27 18:44:45.680 INFO O| Done
35852024-08-27T18:44:46.787Z[ recovery-image] Aug 27 18:44:45.772 INFO O| Aug 27 18:44:45.772 INFO STEP 14 (pkg_install) COMPLETE
35862024-08-27T18:44:46.790Z[ recovery-image] Aug 27 18:44:45.772 INFO O| Aug 27 18:44:45.772 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35872024-08-27T18:44:46.790Z[ recovery-image] Aug 27 18:44:45.772 INFO O| Aug 27 18:44:45.772 INFO skip step because feature "mfg" is not enabled
35882024-08-27T18:44:46.790Z[ recovery-image] Aug 27 18:44:45.772 INFO O| Aug 27 18:44:45.772 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35892024-08-27T18:44:46.790Z[ recovery-image] Aug 27 18:44:45.772 INFO O| Aug 27 18:44:45.772 INFO skip step because feature "compliance" is not enabled
35902024-08-27T18:44:46.790Z[ recovery-image] Aug 27 18:44:45.772 INFO O| Aug 27 18:44:45.772 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35912024-08-27T18:44:46.790Z[ recovery-image] Aug 27 18:44:45.772 INFO O| Aug 27 18:44:45.772 INFO skip step because feature "stress" is not enabled
35922024-08-27T18:44:46.790Z[ recovery-image] Aug 27 18:44:45.772 INFO O| Aug 27 18:44:45.772 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35932024-08-27T18:44:46.790Z[ recovery-image] Aug 27 18:44:45.772 INFO O| Aug 27 18:44:45.772 INFO skip step because feature "nfs" is not enabled
35942024-08-27T18:44:46.790Z[ recovery-image] Aug 27 18:44:45.772 INFO O| Aug 27 18:44:45.772 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35952024-08-27T18:44:46.790Z[ recovery-image] Aug 27 18:44:45.772 INFO O| Aug 27 18:44:45.772 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35962024-08-27T18:44:47.046Z[ recovery-image] Aug 27 18:44:46.030 INFO O| Aug 27 18:44:46.030 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35972024-08-27T18:44:47.148Z[ recovery-image] Aug 27 18:44:46.133 INFO O| Aug 27 18:44:46.133 INFO completed processing gimlet/ramdisk-01-os
35982024-08-27T18:44:47.151Z[ recovery-image] Aug 27 18:44:46.135 INFO image builder template: ramdisk-02-trim...
35992024-08-27T18:44:47.151Z[ recovery-image] Aug 27 18:44:46.135 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/.tmpxLzl0y/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
36002024-08-27T18:44:47.177Z[ recovery-image] Aug 27 18:44:46.161 INFO O| Aug 27 18:44:46.161 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36012024-08-27T18:44:47.181Z[ recovery-image] Aug 27 18:44:46.166 INFO O| Aug 27 18:44:46.166 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36022024-08-27T18:44:47.294Z[ recovery-image] Aug 27 18:44:46.278 INFO O| Aug 27 18:44:46.278 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36032024-08-27T18:44:47.356Z[ recovery-image] Aug 27 18:44:46.341 INFO O| Aug 27 18:44:46.341 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36042024-08-27T18:44:47.357Z[ recovery-image] Aug 27 18:44:46.341 INFO O| Aug 27 18:44:46.341 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36052024-08-27T18:44:47.362Z[ recovery-image] Aug 27 18:44:46.347 INFO O| Aug 27 18:44:46.347 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36062024-08-27T18:44:47.366Z[ recovery-image] Aug 27 18:44:46.351 INFO O| Aug 27 18:44:46.351 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36072024-08-27T18:44:47.373Z[ recovery-image] Aug 27 18:44:46.358 INFO O| Aug 27 18:44:46.358 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36082024-08-27T18:44:47.511Z[ recovery-image] Aug 27 18:44:46.496 INFO O| Aug 27 18:44:46.496 INFO rolled back to input snapshot; work may begin
36092024-08-27T18:44:47.511Z[ recovery-image] Aug 27 18:44:46.496 INFO O| Aug 27 18:44:46.496 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36102024-08-27T18:44:47.518Z[ recovery-image] Aug 27 18:44:46.503 INFO O| Aug 27 18:44:46.503 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36112024-08-27T18:44:47.529Z[ recovery-image] Aug 27 18:44:46.513 INFO O| Aug 27 18:44:46.513 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36122024-08-27T18:44:47.580Z[ recovery-image] Aug 27 18:44:46.564 INFO O| Aug 27 18:44:46.564 INFO STEP 0 (remove_files) COMPLETE
36132024-08-27T18:44:47.580Z[ recovery-image] Aug 27 18:44:46.564 INFO O| Aug 27 18:44:46.564 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36142024-08-27T18:44:47.594Z[ recovery-image] Aug 27 18:44:46.578 INFO O| Aug 27 18:44:46.578 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36152024-08-27T18:44:47.596Z[ recovery-image] Aug 27 18:44:46.580 INFO O| Aug 27 18:44:46.580 INFO STEP 1 (remove_files) COMPLETE
36162024-08-27T18:44:47.596Z[ recovery-image] Aug 27 18:44:46.580 INFO O| Aug 27 18:44:46.580 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36172024-08-27T18:44:47.608Z[ recovery-image] Aug 27 18:44:46.593 INFO O| Aug 27 18:44:46.593 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36182024-08-27T18:44:47.623Z[ recovery-image] Aug 27 18:44:46.608 INFO O| Aug 27 18:44:46.608 INFO STEP 2 (remove_files) COMPLETE
36192024-08-27T18:44:47.623Z[ recovery-image] Aug 27 18:44:46.608 INFO O| Aug 27 18:44:46.608 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36202024-08-27T18:44:47.635Z[ recovery-image] Aug 27 18:44:46.620 INFO O| Aug 27 18:44:46.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36212024-08-27T18:44:47.638Z[ recovery-image] Aug 27 18:44:46.622 INFO O| Aug 27 18:44:46.622 INFO STEP 3 (remove_files) COMPLETE
36222024-08-27T18:44:47.638Z[ recovery-image] Aug 27 18:44:46.622 INFO O| Aug 27 18:44:46.622 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36232024-08-27T18:44:47.650Z[ recovery-image] Aug 27 18:44:46.635 INFO O| Aug 27 18:44:46.635 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36242024-08-27T18:44:47.654Z[ recovery-image] Aug 27 18:44:46.639 INFO O| Aug 27 18:44:46.639 INFO STEP 4 (remove_files) COMPLETE
36252024-08-27T18:44:47.654Z[ recovery-image] Aug 27 18:44:46.639 INFO O| Aug 27 18:44:46.639 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36262024-08-27T18:44:47.664Z[ recovery-image] Aug 27 18:44:46.649 INFO O| Aug 27 18:44:46.649 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36272024-08-27T18:44:47.667Z[ recovery-image] Aug 27 18:44:46.649 INFO O| Aug 27 18:44:46.649 INFO STEP 5 (remove_files) COMPLETE
36282024-08-27T18:44:47.667Z[ recovery-image] Aug 27 18:44:46.649 INFO O| Aug 27 18:44:46.649 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36292024-08-27T18:44:47.674Z[ recovery-image] Aug 27 18:44:46.659 INFO O| Aug 27 18:44:46.659 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36302024-08-27T18:44:47.686Z[ recovery-image] Aug 27 18:44:46.671 INFO O| Aug 27 18:44:46.671 INFO STEP 6 (remove_files) COMPLETE
36312024-08-27T18:44:47.686Z[ recovery-image] Aug 27 18:44:46.671 INFO O| Aug 27 18:44:46.671 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36322024-08-27T18:44:47.686Z[ recovery-image] Aug 27 18:44:46.671 INFO O| Aug 27 18:44:46.671 INFO skip step because feature "recovery" is enabled
36332024-08-27T18:44:47.689Z[ recovery-image] Aug 27 18:44:46.671 INFO O| Aug 27 18:44:46.671 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36342024-08-27T18:44:47.689Z[ recovery-image] Aug 27 18:44:46.671 INFO O| Aug 27 18:44:46.671 INFO skip step because feature "recovery" is enabled
36352024-08-27T18:44:47.689Z[ recovery-image] Aug 27 18:44:46.671 INFO O| Aug 27 18:44:46.671 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36362024-08-27T18:44:47.689Z[ recovery-image] Aug 27 18:44:46.671 INFO O| Aug 27 18:44:46.671 INFO skip step because feature "recovery" is enabled
36372024-08-27T18:44:47.689Z[ recovery-image] Aug 27 18:44:46.671 INFO O| Aug 27 18:44:46.671 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36382024-08-27T18:44:47.696Z[ recovery-image] Aug 27 18:44:46.681 INFO O| Aug 27 18:44:46.681 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36392024-08-27T18:44:47.701Z[ recovery-image] Aug 27 18:44:46.686 INFO O| Aug 27 18:44:46.686 INFO STEP 10 (remove_files) COMPLETE
36402024-08-27T18:44:47.704Z[ recovery-image] Aug 27 18:44:46.686 INFO O| Aug 27 18:44:46.686 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36412024-08-27T18:44:47.713Z[ recovery-image] Aug 27 18:44:46.698 INFO O| Aug 27 18:44:46.698 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36422024-08-27T18:44:47.716Z[ recovery-image] Aug 27 18:44:46.699 INFO O| Aug 27 18:44:46.699 INFO STEP 11 (remove_files) COMPLETE
36432024-08-27T18:44:47.716Z[ recovery-image] Aug 27 18:44:46.699 INFO O| Aug 27 18:44:46.699 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36442024-08-27T18:44:47.727Z[ recovery-image] Aug 27 18:44:46.711 INFO O| Aug 27 18:44:46.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36452024-08-27T18:44:47.729Z[ recovery-image] Aug 27 18:44:46.713 INFO O| Aug 27 18:44:46.713 INFO STEP 12 (remove_files) COMPLETE
36462024-08-27T18:44:47.729Z[ recovery-image] Aug 27 18:44:46.713 INFO O| Aug 27 18:44:46.713 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36472024-08-27T18:44:47.749Z[ recovery-image] Aug 27 18:44:46.733 INFO O| Aug 27 18:44:46.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36482024-08-27T18:44:47.869Z[ host-image] Aug 27 18:44:46.853 INFO O| Aug 27 18:44:46.853 INFO O| Done
36492024-08-27T18:44:47.890Z[ host-image] Aug 27 18:44:46.875 INFO O| Aug 27 18:44:46.875 INFO O| Done
36502024-08-27T18:44:47.913Z[ recovery-image] Aug 27 18:44:46.897 INFO O| Aug 27 18:44:46.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36512024-08-27T18:44:47.916Z[ recovery-image] Aug 27 18:44:46.901 INFO O| Aug 27 18:44:46.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36522024-08-27T18:44:47.932Z[ recovery-image] Aug 27 18:44:46.917 INFO O| Aug 27 18:44:46.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36532024-08-27T18:44:47.935Z[ recovery-image] Aug 27 18:44:46.918 INFO O| Aug 27 18:44:46.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36542024-08-27T18:44:47.985Z[ recovery-image] Aug 27 18:44:46.970 INFO O| Aug 27 18:44:46.970 INFO STEP 13 (remove_files) COMPLETE
36552024-08-27T18:44:47.985Z[ recovery-image] Aug 27 18:44:46.970 INFO O| Aug 27 18:44:46.970 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36562024-08-27T18:44:47.998Z[ recovery-image] Aug 27 18:44:46.983 INFO O| Aug 27 18:44:46.983 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36572024-08-27T18:44:48.002Z[ recovery-image] Aug 27 18:44:46.984 INFO O| Aug 27 18:44:46.984 INFO STEP 14 (remove_files) COMPLETE
36582024-08-27T18:44:48.002Z[ recovery-image] Aug 27 18:44:46.984 INFO O| Aug 27 18:44:46.984 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36592024-08-27T18:44:48.010Z[ recovery-image] Aug 27 18:44:46.995 INFO O| Aug 27 18:44:46.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36602024-08-27T18:44:48.017Z[ recovery-image] Aug 27 18:44:47.002 INFO O| Aug 27 18:44:47.002 INFO STEP 15 (remove_files) COMPLETE
36612024-08-27T18:44:48.017Z[ recovery-image] Aug 27 18:44:47.002 INFO O| Aug 27 18:44:47.002 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36622024-08-27T18:44:48.029Z[ recovery-image] Aug 27 18:44:47.014 INFO O| Aug 27 18:44:47.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36632024-08-27T18:44:48.032Z[ recovery-image] Aug 27 18:44:47.014 INFO O| Aug 27 18:44:47.014 INFO STEP 16 (remove_files) COMPLETE
36642024-08-27T18:44:48.032Z[ recovery-image] Aug 27 18:44:47.014 INFO O| Aug 27 18:44:47.014 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36652024-08-27T18:44:48.039Z[ recovery-image] Aug 27 18:44:47.024 INFO O| Aug 27 18:44:47.024 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36662024-08-27T18:44:48.042Z[ recovery-image] Aug 27 18:44:47.026 INFO O| Aug 27 18:44:47.025 INFO STEP 17 (remove_files) COMPLETE
36672024-08-27T18:44:48.042Z[ recovery-image] Aug 27 18:44:47.026 INFO O| Aug 27 18:44:47.025 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36682024-08-27T18:44:48.052Z[ recovery-image] Aug 27 18:44:47.036 INFO O| Aug 27 18:44:47.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36692024-08-27T18:44:48.052Z[ recovery-image] Aug 27 18:44:47.036 INFO O| Aug 27 18:44:47.036 INFO STEP 18 (remove_files) COMPLETE
36702024-08-27T18:44:48.052Z[ recovery-image] Aug 27 18:44:47.036 INFO O| Aug 27 18:44:47.036 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36712024-08-27T18:44:48.061Z[ recovery-image] Aug 27 18:44:47.046 INFO O| Aug 27 18:44:47.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36722024-08-27T18:44:48.063Z[ recovery-image] Aug 27 18:44:47.046 INFO O| Aug 27 18:44:47.046 INFO STEP 19 (remove_files) COMPLETE
36732024-08-27T18:44:48.063Z[ recovery-image] Aug 27 18:44:47.046 INFO O| Aug 27 18:44:47.046 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36742024-08-27T18:44:48.071Z[ recovery-image] Aug 27 18:44:47.056 INFO O| Aug 27 18:44:47.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36752024-08-27T18:44:48.074Z[ recovery-image] Aug 27 18:44:47.056 INFO O| Aug 27 18:44:47.056 INFO STEP 20 (remove_files) COMPLETE
36762024-08-27T18:44:48.074Z[ recovery-image] Aug 27 18:44:47.056 INFO O| Aug 27 18:44:47.056 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36772024-08-27T18:44:48.081Z[ recovery-image] Aug 27 18:44:47.066 INFO O| Aug 27 18:44:47.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36782024-08-27T18:44:48.085Z[ recovery-image] Aug 27 18:44:47.066 INFO O| Aug 27 18:44:47.066 INFO STEP 21 (remove_files) COMPLETE
36792024-08-27T18:44:48.085Z[ recovery-image] Aug 27 18:44:47.066 INFO O| Aug 27 18:44:47.066 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36802024-08-27T18:44:48.091Z[ recovery-image] Aug 27 18:44:47.076 INFO O| Aug 27 18:44:47.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36812024-08-27T18:44:48.091Z[ recovery-image] Aug 27 18:44:47.076 INFO O| Aug 27 18:44:47.076 INFO STEP 22 (remove_files) COMPLETE
36822024-08-27T18:44:48.094Z[ recovery-image] Aug 27 18:44:47.076 INFO O| Aug 27 18:44:47.076 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36832024-08-27T18:44:48.104Z[ recovery-image] Aug 27 18:44:47.088 INFO O| Aug 27 18:44:47.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36842024-08-27T18:44:48.104Z[ recovery-image] Aug 27 18:44:47.089 INFO O| Aug 27 18:44:47.089 INFO STEP 23 (remove_files) COMPLETE
36852024-08-27T18:44:48.107Z[ recovery-image] Aug 27 18:44:47.089 INFO O| Aug 27 18:44:47.089 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36862024-08-27T18:44:48.116Z[ recovery-image] Aug 27 18:44:47.100 INFO O| Aug 27 18:44:47.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36872024-08-27T18:44:48.116Z[ recovery-image] Aug 27 18:44:47.101 INFO O| Aug 27 18:44:47.101 INFO STEP 24 (remove_files) COMPLETE
36882024-08-27T18:44:48.118Z[ recovery-image] Aug 27 18:44:47.101 INFO O| Aug 27 18:44:47.101 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36892024-08-27T18:44:48.125Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 21s
36902024-08-27T18:44:48.128Z[ recovery-image] Aug 27 18:44:47.110 INFO O| Aug 27 18:44:47.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36912024-08-27T18:44:48.128Z[ recovery-image] Aug 27 18:44:47.111 INFO O| Aug 27 18:44:47.110 INFO STEP 25 (remove_files) COMPLETE
36922024-08-27T18:44:48.128Z[ recovery-image] Aug 27 18:44:47.111 INFO O| Aug 27 18:44:47.111 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36932024-08-27T18:44:48.136Z[ recovery-image] Aug 27 18:44:47.121 INFO O| Aug 27 18:44:47.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36942024-08-27T18:44:48.136Z[ recovery-image] Aug 27 18:44:47.121 INFO O| Aug 27 18:44:47.121 INFO STEP 26 (remove_files) COMPLETE
36952024-08-27T18:44:48.136Z[ recovery-image] Aug 27 18:44:47.121 INFO O| Aug 27 18:44:47.121 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36962024-08-27T18:44:48.149Z[ recovery-image] Aug 27 18:44:47.134 INFO O| Aug 27 18:44:47.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36972024-08-27T18:44:48.149Z[ recovery-image] Aug 27 18:44:47.134 INFO O| Aug 27 18:44:47.134 INFO STEP 27 (remove_files) COMPLETE
36982024-08-27T18:44:48.152Z[ recovery-image] Aug 27 18:44:47.134 INFO O| Aug 27 18:44:47.134 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36992024-08-27T18:44:48.162Z[ recovery-image] Aug 27 18:44:47.147 INFO O| Aug 27 18:44:47.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37002024-08-27T18:44:48.165Z[ recovery-image] Aug 27 18:44:47.147 INFO O| Aug 27 18:44:47.147 INFO STEP 28 (remove_files) COMPLETE
37012024-08-27T18:44:48.165Z[ recovery-image] Aug 27 18:44:47.147 INFO O| Aug 27 18:44:47.147 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37022024-08-27T18:44:48.176Z[ recovery-image] Aug 27 18:44:47.161 INFO O| Aug 27 18:44:47.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37032024-08-27T18:44:48.176Z[ recovery-image] Aug 27 18:44:47.161 INFO O| Aug 27 18:44:47.161 INFO STEP 29 (remove_files) COMPLETE
37042024-08-27T18:44:48.176Z[ recovery-image] Aug 27 18:44:47.161 INFO O| Aug 27 18:44:47.161 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37052024-08-27T18:44:48.188Z[ recovery-image] Aug 27 18:44:47.172 INFO O| Aug 27 18:44:47.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37062024-08-27T18:44:48.188Z[ recovery-image] Aug 27 18:44:47.172 INFO O| Aug 27 18:44:47.172 INFO STEP 30 (remove_files) COMPLETE
37072024-08-27T18:44:48.191Z[ recovery-image] Aug 27 18:44:47.172 INFO O| Aug 27 18:44:47.172 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37082024-08-27T18:44:48.197Z[ recovery-image] Aug 27 18:44:47.182 INFO O| Aug 27 18:44:47.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37092024-08-27T18:44:48.200Z[ recovery-image] Aug 27 18:44:47.182 INFO O| Aug 27 18:44:47.182 INFO STEP 31 (remove_files) COMPLETE
37102024-08-27T18:44:48.200Z[ recovery-image] Aug 27 18:44:47.182 INFO O| Aug 27 18:44:47.182 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37112024-08-27T18:44:48.210Z[ recovery-image] Aug 27 18:44:47.195 INFO O| Aug 27 18:44:47.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37122024-08-27T18:44:48.210Z[ recovery-image] Aug 27 18:44:47.195 INFO O| Aug 27 18:44:47.195 INFO STEP 32 (remove_files) COMPLETE
37132024-08-27T18:44:48.210Z[ recovery-image] Aug 27 18:44:47.195 INFO O| Aug 27 18:44:47.195 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-08-27T18:44:48.223Z[ recovery-image] Aug 27 18:44:47.207 INFO O| Aug 27 18:44:47.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37152024-08-27T18:44:48.226Z[ recovery-image] Aug 27 18:44:47.208 INFO O| Aug 27 18:44:47.207 INFO STEP 33 (remove_files) COMPLETE
37162024-08-27T18:44:48.226Z[ recovery-image] Aug 27 18:44:47.208 INFO O| Aug 27 18:44:47.207 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37172024-08-27T18:44:48.235Z[ recovery-image] Aug 27 18:44:47.219 INFO O| Aug 27 18:44:47.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37182024-08-27T18:44:48.235Z[ recovery-image] Aug 27 18:44:47.219 INFO O| Aug 27 18:44:47.219 INFO STEP 34 (remove_files) COMPLETE
37192024-08-27T18:44:48.237Z[ recovery-image] Aug 27 18:44:47.220 INFO O| Aug 27 18:44:47.219 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37202024-08-27T18:44:48.247Z[ recovery-image] Aug 27 18:44:47.232 INFO O| Aug 27 18:44:47.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37212024-08-27T18:44:48.249Z[ recovery-image] Aug 27 18:44:47.232 INFO O| Aug 27 18:44:47.232 INFO STEP 35 (remove_files) COMPLETE
37222024-08-27T18:44:48.249Z[ recovery-image] Aug 27 18:44:47.232 INFO O| Aug 27 18:44:47.232 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-08-27T18:44:48.259Z[ recovery-image] Aug 27 18:44:47.244 INFO O| Aug 27 18:44:47.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37242024-08-27T18:44:48.259Z[ recovery-image] Aug 27 18:44:47.244 INFO O| Aug 27 18:44:47.244 INFO STEP 36 (remove_files) COMPLETE
37252024-08-27T18:44:48.262Z[ recovery-image] Aug 27 18:44:47.244 INFO O| Aug 27 18:44:47.244 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-08-27T18:44:48.270Z[ recovery-image] Aug 27 18:44:47.255 INFO O| Aug 27 18:44:47.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37272024-08-27T18:44:48.274Z[ recovery-image] Aug 27 18:44:47.255 INFO O| Aug 27 18:44:47.255 INFO STEP 37 (remove_files) COMPLETE
37282024-08-27T18:44:48.274Z[ recovery-image] Aug 27 18:44:47.255 INFO O| Aug 27 18:44:47.255 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-08-27T18:44:48.282Z[ recovery-image] Aug 27 18:44:47.267 INFO O| Aug 27 18:44:47.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37302024-08-27T18:44:48.282Z[ recovery-image] Aug 27 18:44:47.267 INFO O| Aug 27 18:44:47.267 INFO STEP 38 (remove_files) COMPLETE
37312024-08-27T18:44:48.282Z[ recovery-image] Aug 27 18:44:47.267 INFO O| Aug 27 18:44:47.267 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-08-27T18:44:48.295Z[ recovery-image] Aug 27 18:44:47.280 INFO O| Aug 27 18:44:47.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37332024-08-27T18:44:48.295Z[ recovery-image] Aug 27 18:44:47.280 INFO O| Aug 27 18:44:47.280 INFO STEP 39 (remove_files) COMPLETE
37342024-08-27T18:44:48.298Z[ recovery-image] Aug 27 18:44:47.280 INFO O| Aug 27 18:44:47.280 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-08-27T18:44:48.308Z[ recovery-image] Aug 27 18:44:47.292 INFO O| Aug 27 18:44:47.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37362024-08-27T18:44:48.310Z[ recovery-image] Aug 27 18:44:47.292 INFO O| Aug 27 18:44:47.292 INFO STEP 40 (remove_files) COMPLETE
37372024-08-27T18:44:48.310Z[ recovery-image] Aug 27 18:44:47.292 INFO O| Aug 27 18:44:47.292 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-08-27T18:44:48.319Z[ recovery-image] Aug 27 18:44:47.303 INFO O| Aug 27 18:44:47.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37392024-08-27T18:44:48.319Z[ recovery-image] Aug 27 18:44:47.303 INFO O| Aug 27 18:44:47.303 INFO STEP 41 (remove_files) COMPLETE
37402024-08-27T18:44:48.319Z[ recovery-image] Aug 27 18:44:47.303 INFO O| Aug 27 18:44:47.303 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37412024-08-27T18:44:48.328Z[ recovery-image] Aug 27 18:44:47.313 INFO O| Aug 27 18:44:47.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37422024-08-27T18:44:48.328Z[ recovery-image] Aug 27 18:44:47.313 INFO O| Aug 27 18:44:47.313 INFO STEP 42 (remove_files) COMPLETE
37432024-08-27T18:44:48.331Z[ recovery-image] Aug 27 18:44:47.313 INFO O| Aug 27 18:44:47.313 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37442024-08-27T18:44:48.338Z[ recovery-image] Aug 27 18:44:47.323 INFO O| Aug 27 18:44:47.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37452024-08-27T18:44:48.338Z[ recovery-image] Aug 27 18:44:47.323 INFO O| Aug 27 18:44:47.323 INFO STEP 43 (remove_files) COMPLETE
37462024-08-27T18:44:48.341Z[ recovery-image] Aug 27 18:44:47.323 INFO O| Aug 27 18:44:47.323 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-08-27T18:44:48.348Z[ recovery-image] Aug 27 18:44:47.332 INFO O| Aug 27 18:44:47.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37482024-08-27T18:44:48.351Z[ recovery-image] Aug 27 18:44:47.333 INFO O| Aug 27 18:44:47.333 INFO STEP 44 (remove_files) COMPLETE
37492024-08-27T18:44:48.351Z[ recovery-image] Aug 27 18:44:47.333 INFO O| Aug 27 18:44:47.333 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-08-27T18:44:48.359Z[ recovery-image] Aug 27 18:44:47.343 INFO O| Aug 27 18:44:47.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37512024-08-27T18:44:48.359Z[ recovery-image] Aug 27 18:44:47.343 INFO O| Aug 27 18:44:47.343 INFO STEP 45 (remove_files) COMPLETE
37522024-08-27T18:44:48.362Z[ recovery-image] Aug 27 18:44:47.344 INFO O| Aug 27 18:44:47.343 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-08-27T18:44:48.371Z[ recovery-image] Aug 27 18:44:47.355 INFO O| Aug 27 18:44:47.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37542024-08-27T18:44:48.371Z[ recovery-image] Aug 27 18:44:47.355 INFO O| Aug 27 18:44:47.355 INFO STEP 46 (remove_files) COMPLETE
37552024-08-27T18:44:48.374Z[ recovery-image] Aug 27 18:44:47.355 INFO O| Aug 27 18:44:47.355 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37562024-08-27T18:44:48.383Z[ recovery-image] Aug 27 18:44:47.367 INFO O| Aug 27 18:44:47.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37572024-08-27T18:44:48.383Z[ recovery-image] Aug 27 18:44:47.367 INFO O| Aug 27 18:44:47.367 INFO STEP 47 (remove_files) COMPLETE
37582024-08-27T18:44:48.386Z[ recovery-image] Aug 27 18:44:47.367 INFO O| Aug 27 18:44:47.367 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-08-27T18:44:48.396Z[ recovery-image] Aug 27 18:44:47.380 INFO O| Aug 27 18:44:47.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37602024-08-27T18:44:48.396Z[ recovery-image] Aug 27 18:44:47.380 INFO O| Aug 27 18:44:47.380 INFO STEP 48 (remove_files) COMPLETE
37612024-08-27T18:44:48.399Z[ recovery-image] Aug 27 18:44:47.380 INFO O| Aug 27 18:44:47.380 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-08-27T18:44:48.411Z[ recovery-image] Aug 27 18:44:47.393 INFO O| Aug 27 18:44:47.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37632024-08-27T18:44:48.411ZAug 27 18:44:47.394 INFO [verify-libraries] process exited with exit status: 0 (266.650992212s)
37642024-08-27T18:44:48.411Z[ recovery-image] Aug 27 18:44:47.394 INFO O| Aug 27 18:44:47.394 INFO STEP 49 (remove_files) COMPLETE
37652024-08-27T18:44:48.414Z[ recovery-image] Aug 27 18:44:47.394 INFO O| Aug 27 18:44:47.394 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-08-27T18:44:48.418Z[ recovery-image] Aug 27 18:44:47.403 INFO O| Aug 27 18:44:47.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37672024-08-27T18:44:48.418Z[ recovery-image] Aug 27 18:44:47.403 INFO O| Aug 27 18:44:47.403 INFO STEP 50 (remove_files) COMPLETE
37682024-08-27T18:44:48.421Z[ recovery-image] Aug 27 18:44:47.403 INFO O| Aug 27 18:44:47.403 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-08-27T18:44:48.427Z[ recovery-image] Aug 27 18:44:47.412 INFO O| Aug 27 18:44:47.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37702024-08-27T18:44:48.428Z[ recovery-image] Aug 27 18:44:47.412 INFO O| Aug 27 18:44:47.412 INFO STEP 51 (remove_files) COMPLETE
37712024-08-27T18:44:48.430Z[ recovery-image] Aug 27 18:44:47.412 INFO O| Aug 27 18:44:47.412 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-08-27T18:44:48.438Z[ recovery-image] Aug 27 18:44:47.422 INFO O| Aug 27 18:44:47.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37732024-08-27T18:44:48.441Z[ recovery-image] Aug 27 18:44:47.422 INFO O| Aug 27 18:44:47.422 INFO STEP 52 (remove_files) COMPLETE
37742024-08-27T18:44:48.441Z[ recovery-image] Aug 27 18:44:47.422 INFO O| Aug 27 18:44:47.422 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-08-27T18:44:48.446Z[ recovery-image] Aug 27 18:44:47.431 INFO O| Aug 27 18:44:47.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37762024-08-27T18:44:48.449Z[ recovery-image] Aug 27 18:44:47.431 INFO O| Aug 27 18:44:47.431 INFO STEP 53 (remove_files) COMPLETE
37772024-08-27T18:44:48.449Z[ recovery-image] Aug 27 18:44:47.431 INFO O| Aug 27 18:44:47.431 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37782024-08-27T18:44:48.456Z[ recovery-image] Aug 27 18:44:47.440 INFO O| Aug 27 18:44:47.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37792024-08-27T18:44:48.459Z[ recovery-image] Aug 27 18:44:47.440 INFO O| Aug 27 18:44:47.440 INFO STEP 54 (remove_files) COMPLETE
37802024-08-27T18:44:48.459Z[ recovery-image] Aug 27 18:44:47.440 INFO O| Aug 27 18:44:47.440 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-08-27T18:44:48.465Z[ recovery-image] Aug 27 18:44:47.450 INFO O| Aug 27 18:44:47.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37822024-08-27T18:44:48.465Z[ recovery-image] Aug 27 18:44:47.450 INFO O| Aug 27 18:44:47.450 INFO STEP 55 (remove_files) COMPLETE
37832024-08-27T18:44:48.467Z[ recovery-image] Aug 27 18:44:47.450 INFO O| Aug 27 18:44:47.450 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-08-27T18:44:48.474Z[ recovery-image] Aug 27 18:44:47.459 INFO O| Aug 27 18:44:47.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37852024-08-27T18:44:48.474Z[ recovery-image] Aug 27 18:44:47.459 INFO O| Aug 27 18:44:47.459 INFO STEP 56 (remove_files) COMPLETE
37862024-08-27T18:44:48.474Z[ recovery-image] Aug 27 18:44:47.459 INFO O| Aug 27 18:44:47.459 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-08-27T18:44:48.484Z[ recovery-image] Aug 27 18:44:47.469 INFO O| Aug 27 18:44:47.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37882024-08-27T18:44:48.484Z[ recovery-image] Aug 27 18:44:47.469 INFO O| Aug 27 18:44:47.469 INFO STEP 57 (remove_files) COMPLETE
37892024-08-27T18:44:48.487Z[ recovery-image] Aug 27 18:44:47.469 INFO O| Aug 27 18:44:47.469 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-08-27T18:44:48.497Z[ recovery-image] Aug 27 18:44:47.479 INFO O| Aug 27 18:44:47.479 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37912024-08-27T18:44:48.497Z[ recovery-image] Aug 27 18:44:47.479 INFO O| Aug 27 18:44:47.479 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37922024-08-27T18:44:48.501Z[ recovery-image] Aug 27 18:44:47.479 INFO O| Aug 27 18:44:47.479 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37932024-08-27T18:44:48.501Z[ recovery-image] Aug 27 18:44:47.479 INFO O| Aug 27 18:44:47.479 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37942024-08-27T18:44:48.501Z[ recovery-image] Aug 27 18:44:47.479 INFO O| Aug 27 18:44:47.479 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37952024-08-27T18:44:48.501Z[ recovery-image] Aug 27 18:44:47.479 INFO O| Aug 27 18:44:47.479 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37962024-08-27T18:44:48.501Z[ recovery-image] Aug 27 18:44:47.479 INFO O| Aug 27 18:44:47.479 INFO ok!
37972024-08-27T18:44:48.501Z[ recovery-image] Aug 27 18:44:47.479 INFO O| Aug 27 18:44:47.479 INFO STEP 58 (ensure_file) COMPLETE
37982024-08-27T18:44:48.501Z[ recovery-image] Aug 27 18:44:47.479 INFO O| Aug 27 18:44:47.479 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-08-27T18:44:48.506Z[ recovery-image] Aug 27 18:44:47.491 INFO O| Aug 27 18:44:47.491 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38002024-08-27T18:44:48.506Z[ recovery-image] Aug 27 18:44:47.491 INFO O| Aug 27 18:44:47.491 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38012024-08-27T18:44:48.509Z[ recovery-image] Aug 27 18:44:47.491 INFO O| Aug 27 18:44:47.491 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38022024-08-27T18:44:48.509Z[ recovery-image] Aug 27 18:44:47.492 INFO O| Aug 27 18:44:47.491 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38032024-08-27T18:44:48.509Z[ recovery-image] Aug 27 18:44:47.492 INFO O| Aug 27 18:44:47.492 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38042024-08-27T18:44:48.509Z[ recovery-image] Aug 27 18:44:47.492 INFO O| Aug 27 18:44:47.492 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38052024-08-27T18:44:48.509Z[ recovery-image] Aug 27 18:44:47.492 INFO O| Aug 27 18:44:47.492 INFO ok!
38062024-08-27T18:44:48.509Z[ recovery-image] Aug 27 18:44:47.492 INFO O| Aug 27 18:44:47.492 INFO STEP 59 (ensure_file) COMPLETE
38072024-08-27T18:44:48.509Z[ recovery-image] Aug 27 18:44:47.492 INFO O| Aug 27 18:44:47.492 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38082024-08-27T18:44:48.517Z[ recovery-image] Aug 27 18:44:47.502 INFO O| Aug 27 18:44:47.501 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38092024-08-27T18:44:48.517Z[ recovery-image] Aug 27 18:44:47.502 INFO O| Aug 27 18:44:47.502 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38102024-08-27T18:44:48.519Z[ recovery-image] Aug 27 18:44:47.502 INFO O| Aug 27 18:44:47.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38112024-08-27T18:44:48.519Z[ recovery-image] Aug 27 18:44:47.502 INFO O| Aug 27 18:44:47.502 INFO ok!
38122024-08-27T18:44:48.519Z[ recovery-image] Aug 27 18:44:47.502 INFO O| Aug 27 18:44:47.502 INFO STEP 60 (ensure_file) COMPLETE
38132024-08-27T18:44:48.519Z[ recovery-image] Aug 27 18:44:47.502 INFO O| Aug 27 18:44:47.502 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38142024-08-27T18:44:48.527Z[ recovery-image] Aug 27 18:44:47.511 INFO O| Aug 27 18:44:47.511 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38152024-08-27T18:44:48.527Z[ recovery-image] Aug 27 18:44:47.511 INFO O| Aug 27 18:44:47.511 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38162024-08-27T18:44:48.530Z[ recovery-image] Aug 27 18:44:47.512 INFO O| Aug 27 18:44:47.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38172024-08-27T18:44:48.530Z[ recovery-image] Aug 27 18:44:47.512 INFO O| Aug 27 18:44:47.512 INFO ok!
38182024-08-27T18:44:48.530Z[ recovery-image] Aug 27 18:44:47.512 INFO O| Aug 27 18:44:47.512 INFO STEP 61 (ensure_file) COMPLETE
38192024-08-27T18:44:48.530Z[ recovery-image] Aug 27 18:44:47.512 INFO O| Aug 27 18:44:47.512 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38202024-08-27T18:44:48.537Z[ recovery-image] Aug 27 18:44:47.521 INFO O| Aug 27 18:44:47.521 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38212024-08-27T18:44:48.537Z[ recovery-image] Aug 27 18:44:47.521 INFO O| Aug 27 18:44:47.521 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38222024-08-27T18:44:48.539Z[ recovery-image] Aug 27 18:44:47.522 INFO O| Aug 27 18:44:47.522 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38232024-08-27T18:44:48.539Z[ recovery-image] Aug 27 18:44:47.522 INFO O| Aug 27 18:44:47.522 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38242024-08-27T18:44:48.539Z[ recovery-image] Aug 27 18:44:47.522 INFO O| Aug 27 18:44:47.522 INFO ok!
38252024-08-27T18:44:48.539Z[ recovery-image] Aug 27 18:44:47.522 INFO O| Aug 27 18:44:47.522 INFO STEP 62 (ensure_file) COMPLETE
38262024-08-27T18:44:48.539Z[ recovery-image] Aug 27 18:44:47.522 INFO O| Aug 27 18:44:47.522 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38272024-08-27T18:44:48.548Z[ recovery-image] Aug 27 18:44:47.533 INFO O| Aug 27 18:44:47.533 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38282024-08-27T18:44:48.551Z[ recovery-image] Aug 27 18:44:47.533 INFO O| Aug 27 18:44:47.533 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38292024-08-27T18:44:48.551Z[ recovery-image] Aug 27 18:44:47.533 INFO O| Aug 27 18:44:47.533 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38302024-08-27T18:44:48.551Z[ recovery-image] Aug 27 18:44:47.533 INFO O| Aug 27 18:44:47.533 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38312024-08-27T18:44:48.551Z[ recovery-image] Aug 27 18:44:47.533 INFO O| Aug 27 18:44:47.533 INFO ok!
38322024-08-27T18:44:48.551Z[ recovery-image] Aug 27 18:44:47.533 INFO O| Aug 27 18:44:47.533 INFO STEP 63 (ensure_file) COMPLETE
38332024-08-27T18:44:48.551Z[ recovery-image] Aug 27 18:44:47.533 INFO O| Aug 27 18:44:47.533 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-08-27T18:44:48.559Z[ recovery-image] Aug 27 18:44:47.543 INFO O| Aug 27 18:44:47.543 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38352024-08-27T18:44:48.561Z[ recovery-image] Aug 27 18:44:47.544 INFO O| Aug 27 18:44:47.543 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38362024-08-27T18:44:48.561Z[ recovery-image] Aug 27 18:44:47.544 INFO O| Aug 27 18:44:47.544 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38372024-08-27T18:44:48.561Z[ recovery-image] Aug 27 18:44:47.544 INFO O| Aug 27 18:44:47.544 INFO ok!
38382024-08-27T18:44:48.562Z[ recovery-image] Aug 27 18:44:47.544 INFO O| Aug 27 18:44:47.544 INFO STEP 64 (assemble_files) COMPLETE
38392024-08-27T18:44:48.562Z[ recovery-image] Aug 27 18:44:47.544 INFO O| Aug 27 18:44:47.544 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-08-27T18:44:48.569Z[ recovery-image] Aug 27 18:44:47.554 INFO O| Aug 27 18:44:47.554 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38412024-08-27T18:44:48.569Z[ recovery-image] Aug 27 18:44:47.554 INFO O| Aug 27 18:44:47.554 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38422024-08-27T18:44:48.569Z[ recovery-image] Aug 27 18:44:47.554 INFO O| Aug 27 18:44:47.554 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38432024-08-27T18:44:48.572Z[ recovery-image] Aug 27 18:44:47.554 INFO O| Aug 27 18:44:47.554 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38442024-08-27T18:44:48.572Z[ recovery-image] Aug 27 18:44:47.554 INFO O| Aug 27 18:44:47.554 INFO ok!
38452024-08-27T18:44:48.572Z[ recovery-image] Aug 27 18:44:47.554 INFO O| Aug 27 18:44:47.554 INFO STEP 65 (ensure_file) COMPLETE
38462024-08-27T18:44:48.572Z[ recovery-image] Aug 27 18:44:47.554 INFO O| Aug 27 18:44:47.554 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38472024-08-27T18:44:48.572Z[ recovery-image] Aug 27 18:44:47.554 INFO O| Aug 27 18:44:47.554 INFO skip step because feature "omicron1" is not enabled
38482024-08-27T18:44:48.572Z[ recovery-image] Aug 27 18:44:47.554 INFO O| Aug 27 18:44:47.554 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-08-27T18:44:48.572Z[ recovery-image] Aug 27 18:44:47.554 INFO O| Aug 27 18:44:47.554 INFO skip step because feature "omicron1" is not enabled
38502024-08-27T18:44:48.572Z[ recovery-image] Aug 27 18:44:47.554 INFO O| Aug 27 18:44:47.554 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-08-27T18:44:48.572Z[ recovery-image] Aug 27 18:44:47.554 INFO O| Aug 27 18:44:47.554 INFO skip step because feature "omicron1" is not enabled
38522024-08-27T18:44:48.572Z[ recovery-image] Aug 27 18:44:47.554 INFO O| Aug 27 18:44:47.554 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38532024-08-27T18:44:48.585Z[ recovery-image] Aug 27 18:44:47.570 INFO O| Aug 27 18:44:47.570 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38542024-08-27T18:44:48.585Z[ recovery-image] Aug 27 18:44:47.570 INFO O| Aug 27 18:44:47.570 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38552024-08-27T18:44:50.296Z[ recovery-image] Aug 27 18:44:49.280 INFO O| Aug 27 18:44:49.280 INFO STEP 69 (pack_tar) COMPLETE
38562024-08-27T18:44:50.296Z[ recovery-image] Aug 27 18:44:49.280 INFO O| Aug 27 18:44:49.280 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38572024-08-27T18:44:50.298Z[ recovery-image] Aug 27 18:44:49.280 INFO O| Aug 27 18:44:49.280 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38582024-08-27T18:44:50.477Z[ recovery-image] Aug 27 18:44:49.461 INFO O| Aug 27 18:44:49.461 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38592024-08-27T18:44:50.555Z[ recovery-image] Aug 27 18:44:49.539 INFO O| Aug 27 18:44:49.539 INFO completed processing gimlet/ramdisk-02-trim
38602024-08-27T18:44:50.558Z[ recovery-image] Aug 27 18:44:49.541 INFO image builder template: ramdisk-03-recovery-trim...
38612024-08-27T18:44:50.558Z[ recovery-image] Aug 27 18:44:49.541 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/.tmpxLzl0y/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
38622024-08-27T18:44:50.663Z[ recovery-image] Aug 27 18:44:49.648 INFO O| Aug 27 18:44:49.647 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38632024-08-27T18:44:50.667Z[ recovery-image] Aug 27 18:44:49.651 INFO O| Aug 27 18:44:49.651 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38642024-08-27T18:44:50.771Z[ recovery-image] Aug 27 18:44:49.755 INFO O| Aug 27 18:44:49.755 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38652024-08-27T18:44:50.826Z[ recovery-image] Aug 27 18:44:49.811 INFO O| Aug 27 18:44:49.810 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38662024-08-27T18:44:50.830Z[ recovery-image] Aug 27 18:44:49.811 INFO O| Aug 27 18:44:49.811 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38672024-08-27T18:44:50.834Z[ recovery-image] Aug 27 18:44:49.819 INFO O| Aug 27 18:44:49.819 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38682024-08-27T18:44:50.839Z[ recovery-image] Aug 27 18:44:49.823 INFO O| Aug 27 18:44:49.823 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38692024-08-27T18:44:50.844Z[ recovery-image] Aug 27 18:44:49.828 INFO O| Aug 27 18:44:49.828 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38702024-08-27T18:44:51.081Z[ recovery-image] Aug 27 18:44:50.065 INFO O| Aug 27 18:44:50.065 INFO rolled back to input snapshot; work may begin
38712024-08-27T18:44:51.081Z[ recovery-image] Aug 27 18:44:50.065 INFO O| Aug 27 18:44:50.065 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38722024-08-27T18:44:51.086Z[ recovery-image] Aug 27 18:44:50.071 INFO O| Aug 27 18:44:50.071 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38732024-08-27T18:44:51.096Z[ recovery-image] Aug 27 18:44:50.081 INFO O| Aug 27 18:44:50.081 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38742024-08-27T18:44:51.099Z[ recovery-image] Aug 27 18:44:50.084 INFO O| Aug 27 18:44:50.084 INFO STEP 0 (remove_files) COMPLETE
38752024-08-27T18:44:51.102Z[ recovery-image] Aug 27 18:44:50.084 INFO O| Aug 27 18:44:50.084 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38762024-08-27T18:44:51.109Z[ recovery-image] Aug 27 18:44:50.094 INFO O| Aug 27 18:44:50.093 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38772024-08-27T18:44:51.165Z[ recovery-image] Aug 27 18:44:50.150 INFO O| Aug 27 18:44:50.150 INFO STEP 1 (remove_files) COMPLETE
38782024-08-27T18:44:51.165Z[ recovery-image] Aug 27 18:44:50.150 INFO O| Aug 27 18:44:50.150 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38792024-08-27T18:44:51.176Z[ recovery-image] Aug 27 18:44:50.161 INFO O| Aug 27 18:44:50.161 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38802024-08-27T18:44:51.179Z[ recovery-image] Aug 27 18:44:50.162 INFO O| Aug 27 18:44:50.162 INFO STEP 2 (remove_files) COMPLETE
38812024-08-27T18:44:51.179Z[ recovery-image] Aug 27 18:44:50.162 INFO O| Aug 27 18:44:50.162 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38822024-08-27T18:44:51.187Z[ recovery-image] Aug 27 18:44:50.171 INFO O| Aug 27 18:44:50.171 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38832024-08-27T18:44:51.238Z[ recovery-image] Aug 27 18:44:50.222 INFO O| Aug 27 18:44:50.222 INFO STEP 3 (remove_files) COMPLETE
38842024-08-27T18:44:51.238Z[ recovery-image] Aug 27 18:44:50.222 INFO O| Aug 27 18:44:50.222 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38852024-08-27T18:44:51.249Z[ recovery-image] Aug 27 18:44:50.233 INFO O| Aug 27 18:44:50.233 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38862024-08-27T18:44:51.263Z[ recovery-image] Aug 27 18:44:50.248 INFO O| Aug 27 18:44:50.247 INFO STEP 4 (remove_files) COMPLETE
38872024-08-27T18:44:51.263Z[ recovery-image] Aug 27 18:44:50.248 INFO O| Aug 27 18:44:50.248 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38882024-08-27T18:44:51.274Z[ recovery-image] Aug 27 18:44:50.258 INFO O| Aug 27 18:44:50.258 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38892024-08-27T18:44:51.278Z[ recovery-image] Aug 27 18:44:50.263 INFO O| Aug 27 18:44:50.263 INFO STEP 5 (remove_files) COMPLETE
38902024-08-27T18:44:51.281Z[ recovery-image] Aug 27 18:44:50.263 INFO O| Aug 27 18:44:50.263 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38912024-08-27T18:44:51.288Z[ recovery-image] Aug 27 18:44:50.272 INFO O| Aug 27 18:44:50.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38922024-08-27T18:44:51.290Z[ recovery-image] Aug 27 18:44:50.274 INFO O| Aug 27 18:44:50.274 INFO STEP 6 (remove_files) COMPLETE
38932024-08-27T18:44:51.291Z[ recovery-image] Aug 27 18:44:50.274 INFO O| Aug 27 18:44:50.274 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38942024-08-27T18:44:51.299Z[ recovery-image] Aug 27 18:44:50.283 INFO O| Aug 27 18:44:50.283 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38952024-08-27T18:44:51.301Z[ recovery-image] Aug 27 18:44:50.285 INFO O| Aug 27 18:44:50.285 INFO STEP 7 (remove_files) COMPLETE
38962024-08-27T18:44:51.301Z[ recovery-image] Aug 27 18:44:50.285 INFO O| Aug 27 18:44:50.285 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38972024-08-27T18:44:51.310Z[ recovery-image] Aug 27 18:44:50.295 INFO O| Aug 27 18:44:50.295 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38982024-08-27T18:44:51.313Z[ recovery-image] Aug 27 18:44:50.298 INFO O| Aug 27 18:44:50.298 INFO STEP 8 (remove_files) COMPLETE
38992024-08-27T18:44:51.313Z[ recovery-image] Aug 27 18:44:50.298 INFO O| Aug 27 18:44:50.298 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39002024-08-27T18:44:51.323Z[ recovery-image] Aug 27 18:44:50.307 INFO O| Aug 27 18:44:50.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39012024-08-27T18:44:51.326Z[ recovery-image] Aug 27 18:44:50.308 INFO O| Aug 27 18:44:50.308 INFO STEP 9 (remove_files) COMPLETE
39022024-08-27T18:44:51.326Z[ recovery-image] Aug 27 18:44:50.308 INFO O| Aug 27 18:44:50.308 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39032024-08-27T18:44:51.332Z[ recovery-image] Aug 27 18:44:50.317 INFO O| Aug 27 18:44:50.317 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39042024-08-27T18:44:51.335Z[ recovery-image] Aug 27 18:44:50.318 INFO O| Aug 27 18:44:50.318 INFO STEP 10 (remove_files) COMPLETE
39052024-08-27T18:44:51.335Z[ recovery-image] Aug 27 18:44:50.318 INFO O| Aug 27 18:44:50.318 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39062024-08-27T18:44:51.342Z[ recovery-image] Aug 27 18:44:50.327 INFO O| Aug 27 18:44:50.327 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39072024-08-27T18:44:51.405Z[ recovery-image] Aug 27 18:44:50.389 INFO O| Aug 27 18:44:50.389 INFO STEP 11 (remove_files) COMPLETE
39082024-08-27T18:44:51.405Z[ recovery-image] Aug 27 18:44:50.389 INFO O| Aug 27 18:44:50.389 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39092024-08-27T18:44:51.416Z[ recovery-image] Aug 27 18:44:50.400 INFO O| Aug 27 18:44:50.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39102024-08-27T18:44:51.418Z[ recovery-image] Aug 27 18:44:50.402 INFO O| Aug 27 18:44:50.402 INFO STEP 12 (remove_files) COMPLETE
39112024-08-27T18:44:51.418Z[ recovery-image] Aug 27 18:44:50.402 INFO O| Aug 27 18:44:50.402 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39122024-08-27T18:44:51.427Z[ recovery-image] Aug 27 18:44:50.412 INFO O| Aug 27 18:44:50.412 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39132024-08-27T18:44:51.430Z[ recovery-image] Aug 27 18:44:50.414 INFO O| Aug 27 18:44:50.414 INFO STEP 13 (remove_files) COMPLETE
39142024-08-27T18:44:51.430Z[ recovery-image] Aug 27 18:44:50.414 INFO O| Aug 27 18:44:50.414 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39152024-08-27T18:44:51.439Z[ recovery-image] Aug 27 18:44:50.424 INFO O| Aug 27 18:44:50.424 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39162024-08-27T18:44:51.442Z[ recovery-image] Aug 27 18:44:50.424 INFO O| Aug 27 18:44:50.424 INFO STEP 14 (remove_files) COMPLETE
39172024-08-27T18:44:51.442Z[ recovery-image] Aug 27 18:44:50.424 INFO O| Aug 27 18:44:50.424 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39182024-08-27T18:44:51.449Z[ recovery-image] Aug 27 18:44:50.433 INFO O| Aug 27 18:44:50.433 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39192024-08-27T18:44:51.452Z[ recovery-image] Aug 27 18:44:50.434 INFO O| Aug 27 18:44:50.434 INFO STEP 15 (remove_files) COMPLETE
39202024-08-27T18:44:51.452Z[ recovery-image] Aug 27 18:44:50.434 INFO O| Aug 27 18:44:50.434 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39212024-08-27T18:44:51.459Z[ recovery-image] Aug 27 18:44:50.444 INFO O| Aug 27 18:44:50.444 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39222024-08-27T18:44:51.465Z[ recovery-image] Aug 27 18:44:50.450 INFO O| Aug 27 18:44:50.450 INFO STEP 16 (remove_files) COMPLETE
39232024-08-27T18:44:51.465Z[ recovery-image] Aug 27 18:44:50.450 INFO O| Aug 27 18:44:50.450 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39242024-08-27T18:44:51.475Z[ recovery-image] Aug 27 18:44:50.459 INFO O| Aug 27 18:44:50.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39252024-08-27T18:44:51.477Z[ recovery-image] Aug 27 18:44:50.459 INFO O| Aug 27 18:44:50.459 INFO STEP 17 (remove_files) COMPLETE
39262024-08-27T18:44:51.477Z[ recovery-image] Aug 27 18:44:50.459 INFO O| Aug 27 18:44:50.459 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39272024-08-27T18:44:51.484Z[ recovery-image] Aug 27 18:44:50.469 INFO O| Aug 27 18:44:50.469 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39282024-08-27T18:44:51.487Z[ recovery-image] Aug 27 18:44:50.469 INFO O| Aug 27 18:44:50.469 INFO STEP 18 (remove_files) COMPLETE
39292024-08-27T18:44:51.487Z[ recovery-image] Aug 27 18:44:50.469 INFO O| Aug 27 18:44:50.469 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39302024-08-27T18:44:51.494Z[ recovery-image] Aug 27 18:44:50.478 INFO O| Aug 27 18:44:50.478 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39312024-08-27T18:44:51.525Z[ host-image] Aug 27 18:44:50.509 INFO O| Aug 27 18:44:50.509 INFO O| Done
39322024-08-27T18:44:51.535Z[ recovery-image] Aug 27 18:44:50.519 INFO O| Aug 27 18:44:50.519 INFO STEP 19 (remove_files) COMPLETE
39332024-08-27T18:44:51.535Z[ recovery-image] Aug 27 18:44:50.519 INFO O| Aug 27 18:44:50.519 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39342024-08-27T18:44:51.547Z[ recovery-image] Aug 27 18:44:50.532 INFO O| Aug 27 18:44:50.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39352024-08-27T18:44:51.550Z[ recovery-image] Aug 27 18:44:50.533 INFO O| Aug 27 18:44:50.533 INFO STEP 20 (remove_files) COMPLETE
39362024-08-27T18:44:51.550Z[ recovery-image] Aug 27 18:44:50.533 INFO O| Aug 27 18:44:50.533 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39372024-08-27T18:44:51.560Z[ recovery-image] Aug 27 18:44:50.545 INFO O| Aug 27 18:44:50.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39382024-08-27T18:44:51.560Z[ recovery-image] Aug 27 18:44:50.545 INFO O| Aug 27 18:44:50.545 INFO STEP 21 (remove_files) COMPLETE
39392024-08-27T18:44:51.565Z[ recovery-image] Aug 27 18:44:50.545 INFO O| Aug 27 18:44:50.545 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39402024-08-27T18:44:51.570Z[ recovery-image] Aug 27 18:44:50.555 INFO O| Aug 27 18:44:50.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39412024-08-27T18:44:51.573Z[ recovery-image] Aug 27 18:44:50.555 INFO O| Aug 27 18:44:50.555 INFO STEP 22 (remove_files) COMPLETE
39422024-08-27T18:44:51.573Z[ recovery-image] Aug 27 18:44:50.555 INFO O| Aug 27 18:44:50.555 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39432024-08-27T18:44:51.583Z[ recovery-image] Aug 27 18:44:50.567 INFO O| Aug 27 18:44:50.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39442024-08-27T18:44:51.583Z[ recovery-image] Aug 27 18:44:50.567 INFO O| Aug 27 18:44:50.567 INFO STEP 23 (remove_files) COMPLETE
39452024-08-27T18:44:51.585Z[ recovery-image] Aug 27 18:44:50.567 INFO O| Aug 27 18:44:50.567 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39462024-08-27T18:44:51.593Z[ recovery-image] Aug 27 18:44:50.577 INFO O| Aug 27 18:44:50.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39472024-08-27T18:44:51.593Z[ recovery-image] Aug 27 18:44:50.577 INFO O| Aug 27 18:44:50.577 INFO STEP 24 (remove_files) COMPLETE
39482024-08-27T18:44:51.596Z[ recovery-image] Aug 27 18:44:50.577 INFO O| Aug 27 18:44:50.577 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39492024-08-27T18:44:51.603Z[ recovery-image] Aug 27 18:44:50.587 INFO O| Aug 27 18:44:50.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39502024-08-27T18:44:51.603Z[ recovery-image] Aug 27 18:44:50.587 INFO O| Aug 27 18:44:50.587 INFO STEP 25 (remove_files) COMPLETE
39512024-08-27T18:44:51.607Z[ recovery-image] Aug 27 18:44:50.587 INFO O| Aug 27 18:44:50.587 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39522024-08-27T18:44:51.614Z[ recovery-image] Aug 27 18:44:50.598 INFO O| Aug 27 18:44:50.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39532024-08-27T18:44:51.617Z[ recovery-image] Aug 27 18:44:50.599 INFO O| Aug 27 18:44:50.598 INFO STEP 26 (remove_files) COMPLETE
39542024-08-27T18:44:51.617Z[ recovery-image] Aug 27 18:44:50.599 INFO O| Aug 27 18:44:50.599 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39552024-08-27T18:44:51.625Z[ recovery-image] Aug 27 18:44:50.609 INFO O| Aug 27 18:44:50.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39562024-08-27T18:44:51.628Z[ recovery-image] Aug 27 18:44:50.609 INFO O| Aug 27 18:44:50.609 INFO STEP 27 (remove_files) COMPLETE
39572024-08-27T18:44:51.628Z[ recovery-image] Aug 27 18:44:50.609 INFO O| Aug 27 18:44:50.609 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39582024-08-27T18:44:51.634Z[ recovery-image] Aug 27 18:44:50.618 INFO O| Aug 27 18:44:50.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39592024-08-27T18:44:51.638Z[ recovery-image] Aug 27 18:44:50.619 INFO O| Aug 27 18:44:50.619 INFO STEP 28 (remove_files) COMPLETE
39602024-08-27T18:44:51.638Z[ recovery-image] Aug 27 18:44:50.619 INFO O| Aug 27 18:44:50.619 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39612024-08-27T18:44:51.644Z[ recovery-image] Aug 27 18:44:50.629 INFO O| Aug 27 18:44:50.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39622024-08-27T18:44:51.647Z[ recovery-image] Aug 27 18:44:50.629 INFO O| Aug 27 18:44:50.629 INFO STEP 29 (remove_files) COMPLETE
39632024-08-27T18:44:51.647Z[ recovery-image] Aug 27 18:44:50.629 INFO O| Aug 27 18:44:50.629 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39642024-08-27T18:44:51.654Z[ recovery-image] Aug 27 18:44:50.639 INFO O| Aug 27 18:44:50.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39652024-08-27T18:44:51.654Z[ recovery-image] Aug 27 18:44:50.639 INFO O| Aug 27 18:44:50.639 INFO STEP 30 (remove_files) COMPLETE
39662024-08-27T18:44:51.654Z[ recovery-image] Aug 27 18:44:50.639 INFO O| Aug 27 18:44:50.639 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39672024-08-27T18:44:51.664Z[ recovery-image] Aug 27 18:44:50.648 INFO O| Aug 27 18:44:50.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39682024-08-27T18:44:51.664Z[ recovery-image] Aug 27 18:44:50.648 INFO O| Aug 27 18:44:50.648 INFO STEP 31 (remove_files) COMPLETE
39692024-08-27T18:44:51.667Z[ recovery-image] Aug 27 18:44:50.649 INFO O| Aug 27 18:44:50.648 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39702024-08-27T18:44:51.673Z[ recovery-image] Aug 27 18:44:50.658 INFO O| Aug 27 18:44:50.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39712024-08-27T18:44:51.676Z[ recovery-image] Aug 27 18:44:50.659 INFO O| Aug 27 18:44:50.659 INFO STEP 32 (remove_files) COMPLETE
39722024-08-27T18:44:51.676Z[ recovery-image] Aug 27 18:44:50.659 INFO O| Aug 27 18:44:50.659 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39732024-08-27T18:44:51.684Z[ recovery-image] Aug 27 18:44:50.668 INFO O| Aug 27 18:44:50.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39742024-08-27T18:44:51.684Z[ recovery-image] Aug 27 18:44:50.668 INFO O| Aug 27 18:44:50.668 INFO STEP 33 (remove_files) COMPLETE
39752024-08-27T18:44:51.686Z[ recovery-image] Aug 27 18:44:50.668 INFO O| Aug 27 18:44:50.668 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39762024-08-27T18:44:51.693Z[ recovery-image] Aug 27 18:44:50.678 INFO O| Aug 27 18:44:50.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39772024-08-27T18:44:51.693Z[ recovery-image] Aug 27 18:44:50.678 INFO O| Aug 27 18:44:50.678 INFO STEP 34 (remove_files) COMPLETE
39782024-08-27T18:44:51.693Z[ recovery-image] Aug 27 18:44:50.678 INFO O| Aug 27 18:44:50.678 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39792024-08-27T18:44:51.703Z[ recovery-image] Aug 27 18:44:50.688 INFO O| Aug 27 18:44:50.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39802024-08-27T18:44:51.703Z[ recovery-image] Aug 27 18:44:50.688 INFO O| Aug 27 18:44:50.688 INFO STEP 35 (remove_files) COMPLETE
39812024-08-27T18:44:51.706Z[ recovery-image] Aug 27 18:44:50.688 INFO O| Aug 27 18:44:50.688 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39822024-08-27T18:44:51.713Z[ recovery-image] Aug 27 18:44:50.697 INFO O| Aug 27 18:44:50.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39832024-08-27T18:44:51.715Z[ recovery-image] Aug 27 18:44:50.698 INFO O| Aug 27 18:44:50.698 INFO STEP 36 (remove_files) COMPLETE
39842024-08-27T18:44:51.715Z[ recovery-image] Aug 27 18:44:50.698 INFO O| Aug 27 18:44:50.698 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39852024-08-27T18:44:51.725Z[ recovery-image] Aug 27 18:44:50.710 INFO O| Aug 27 18:44:50.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39862024-08-27T18:44:51.728Z[ recovery-image] Aug 27 18:44:50.710 INFO O| Aug 27 18:44:50.710 INFO STEP 37 (remove_files) COMPLETE
39872024-08-27T18:44:51.728Z[ recovery-image] Aug 27 18:44:50.710 INFO O| Aug 27 18:44:50.710 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39882024-08-27T18:44:51.736Z[ recovery-image] Aug 27 18:44:50.720 INFO O| Aug 27 18:44:50.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39892024-08-27T18:44:51.736Z[ recovery-image] Aug 27 18:44:50.720 INFO O| Aug 27 18:44:50.720 INFO STEP 38 (remove_files) COMPLETE
39902024-08-27T18:44:51.736Z[ recovery-image] Aug 27 18:44:50.720 INFO O| Aug 27 18:44:50.720 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39912024-08-27T18:44:51.746Z[ recovery-image] Aug 27 18:44:50.730 INFO O| Aug 27 18:44:50.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39922024-08-27T18:44:51.746Z[ recovery-image] Aug 27 18:44:50.730 INFO O| Aug 27 18:44:50.730 INFO STEP 39 (remove_files) COMPLETE
39932024-08-27T18:44:51.748Z[ recovery-image] Aug 27 18:44:50.730 INFO O| Aug 27 18:44:50.730 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-08-27T18:44:51.755Z[ recovery-image] Aug 27 18:44:50.740 INFO O| Aug 27 18:44:50.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39952024-08-27T18:44:51.758Z[ recovery-image] Aug 27 18:44:50.740 INFO O| Aug 27 18:44:50.740 INFO STEP 40 (remove_files) COMPLETE
39962024-08-27T18:44:51.758Z[ recovery-image] Aug 27 18:44:50.740 INFO O| Aug 27 18:44:50.740 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39972024-08-27T18:44:51.765Z[ recovery-image] Aug 27 18:44:50.750 INFO O| Aug 27 18:44:50.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39982024-08-27T18:44:51.765Z[ recovery-image] Aug 27 18:44:50.750 INFO O| Aug 27 18:44:50.750 INFO STEP 41 (remove_files) COMPLETE
39992024-08-27T18:44:51.768Z[ recovery-image] Aug 27 18:44:50.750 INFO O| Aug 27 18:44:50.750 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40002024-08-27T18:44:51.775Z[ recovery-image] Aug 27 18:44:50.759 INFO O| Aug 27 18:44:50.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40012024-08-27T18:44:51.775Z[ recovery-image] Aug 27 18:44:50.759 INFO O| Aug 27 18:44:50.759 INFO STEP 42 (remove_files) COMPLETE
40022024-08-27T18:44:51.778Z[ recovery-image] Aug 27 18:44:50.759 INFO O| Aug 27 18:44:50.759 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40032024-08-27T18:44:51.784Z[ recovery-image] Aug 27 18:44:50.769 INFO O| Aug 27 18:44:50.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40042024-08-27T18:44:51.784Z[ recovery-image] Aug 27 18:44:50.769 INFO O| Aug 27 18:44:50.769 INFO STEP 43 (remove_files) COMPLETE
40052024-08-27T18:44:51.787Z[ recovery-image] Aug 27 18:44:50.769 INFO O| Aug 27 18:44:50.769 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40062024-08-27T18:44:51.794Z[ recovery-image] Aug 27 18:44:50.779 INFO O| Aug 27 18:44:50.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40072024-08-27T18:44:51.794Z[ recovery-image] Aug 27 18:44:50.779 INFO O| Aug 27 18:44:50.779 INFO STEP 44 (remove_files) COMPLETE
40082024-08-27T18:44:51.794Z[ recovery-image] Aug 27 18:44:50.779 INFO O| Aug 27 18:44:50.779 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-08-27T18:44:51.804Z[ recovery-image] Aug 27 18:44:50.788 INFO O| Aug 27 18:44:50.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40102024-08-27T18:44:51.806Z[ recovery-image] Aug 27 18:44:50.789 INFO O| Aug 27 18:44:50.789 INFO STEP 45 (remove_files) COMPLETE
40112024-08-27T18:44:51.806Z[ recovery-image] Aug 27 18:44:50.789 INFO O| Aug 27 18:44:50.789 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-08-27T18:44:51.815Z[ recovery-image] Aug 27 18:44:50.799 INFO O| Aug 27 18:44:50.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40132024-08-27T18:44:51.817Z[ recovery-image] Aug 27 18:44:50.799 INFO O| Aug 27 18:44:50.799 INFO STEP 46 (remove_files) COMPLETE
40142024-08-27T18:44:51.817Z[ recovery-image] Aug 27 18:44:50.799 INFO O| Aug 27 18:44:50.799 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-08-27T18:44:51.824Z[ recovery-image] Aug 27 18:44:50.809 INFO O| Aug 27 18:44:50.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40162024-08-27T18:44:51.824Z[ recovery-image] Aug 27 18:44:50.809 INFO O| Aug 27 18:44:50.809 INFO STEP 47 (remove_files) COMPLETE
40172024-08-27T18:44:51.827Z[ recovery-image] Aug 27 18:44:50.809 INFO O| Aug 27 18:44:50.809 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-08-27T18:44:51.834Z[ recovery-image] Aug 27 18:44:50.819 INFO O| Aug 27 18:44:50.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40192024-08-27T18:44:51.834Z[ recovery-image] Aug 27 18:44:50.819 INFO O| Aug 27 18:44:50.819 INFO STEP 48 (remove_files) COMPLETE
40202024-08-27T18:44:51.834Z[ recovery-image] Aug 27 18:44:50.819 INFO O| Aug 27 18:44:50.819 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-08-27T18:44:51.845Z[ recovery-image] Aug 27 18:44:50.829 INFO O| Aug 27 18:44:50.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40222024-08-27T18:44:51.845Z[ recovery-image] Aug 27 18:44:50.829 INFO O| Aug 27 18:44:50.829 INFO STEP 49 (remove_files) COMPLETE
40232024-08-27T18:44:51.845Z[ recovery-image] Aug 27 18:44:50.829 INFO O| Aug 27 18:44:50.829 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-08-27T18:44:51.854Z[ recovery-image] Aug 27 18:44:50.838 INFO O| Aug 27 18:44:50.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40252024-08-27T18:44:51.857Z[ recovery-image] Aug 27 18:44:50.838 INFO O| Aug 27 18:44:50.838 INFO STEP 50 (remove_files) COMPLETE
40262024-08-27T18:44:51.857Z[ recovery-image] Aug 27 18:44:50.838 INFO O| Aug 27 18:44:50.838 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-08-27T18:44:51.864Z[ recovery-image] Aug 27 18:44:50.848 INFO O| Aug 27 18:44:50.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40282024-08-27T18:44:51.867Z[ recovery-image] Aug 27 18:44:50.848 INFO O| Aug 27 18:44:50.848 INFO STEP 51 (remove_files) COMPLETE
40292024-08-27T18:44:51.867Z[ recovery-image] Aug 27 18:44:50.848 INFO O| Aug 27 18:44:50.848 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-08-27T18:44:51.873Z[ recovery-image] Aug 27 18:44:50.858 INFO O| Aug 27 18:44:50.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40312024-08-27T18:44:51.873Z[ recovery-image] Aug 27 18:44:50.858 INFO O| Aug 27 18:44:50.858 INFO STEP 52 (remove_files) COMPLETE
40322024-08-27T18:44:51.873Z[ recovery-image] Aug 27 18:44:50.858 INFO O| Aug 27 18:44:50.858 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-08-27T18:44:51.883Z[ recovery-image] Aug 27 18:44:50.867 INFO O| Aug 27 18:44:50.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40342024-08-27T18:44:51.883Z[ recovery-image] Aug 27 18:44:50.867 INFO O| Aug 27 18:44:50.867 INFO STEP 53 (remove_files) COMPLETE
40352024-08-27T18:44:51.885Z[ recovery-image] Aug 27 18:44:50.867 INFO O| Aug 27 18:44:50.867 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-08-27T18:44:51.892Z[ recovery-image] Aug 27 18:44:50.877 INFO O| Aug 27 18:44:50.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40372024-08-27T18:44:51.895Z[ recovery-image] Aug 27 18:44:50.877 INFO O| Aug 27 18:44:50.877 INFO STEP 54 (remove_files) COMPLETE
40382024-08-27T18:44:51.895Z[ recovery-image] Aug 27 18:44:50.877 INFO O| Aug 27 18:44:50.877 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-08-27T18:44:51.902Z[ recovery-image] Aug 27 18:44:50.887 INFO O| Aug 27 18:44:50.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40402024-08-27T18:44:51.905Z[ recovery-image] Aug 27 18:44:50.888 INFO O| Aug 27 18:44:50.888 INFO STEP 55 (remove_files) COMPLETE
40412024-08-27T18:44:51.905Z[ recovery-image] Aug 27 18:44:50.888 INFO O| Aug 27 18:44:50.888 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-08-27T18:44:51.913Z[ recovery-image] Aug 27 18:44:50.897 INFO O| Aug 27 18:44:50.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40432024-08-27T18:44:51.913Z[ recovery-image] Aug 27 18:44:50.897 INFO O| Aug 27 18:44:50.897 INFO STEP 56 (remove_files) COMPLETE
40442024-08-27T18:44:51.916Z[ recovery-image] Aug 27 18:44:50.897 INFO O| Aug 27 18:44:50.897 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-08-27T18:44:51.922Z[ recovery-image] Aug 27 18:44:50.907 INFO O| Aug 27 18:44:50.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40462024-08-27T18:44:51.922Z[ recovery-image] Aug 27 18:44:50.907 INFO O| Aug 27 18:44:50.907 INFO STEP 57 (remove_files) COMPLETE
40472024-08-27T18:44:51.925Z[ recovery-image] Aug 27 18:44:50.907 INFO O| Aug 27 18:44:50.907 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-08-27T18:44:51.932Z[ recovery-image] Aug 27 18:44:50.916 INFO O| Aug 27 18:44:50.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40492024-08-27T18:44:51.932Z[ recovery-image] Aug 27 18:44:50.917 INFO O| Aug 27 18:44:50.917 INFO STEP 58 (remove_files) COMPLETE
40502024-08-27T18:44:51.935Z[ recovery-image] Aug 27 18:44:50.917 INFO O| Aug 27 18:44:50.917 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-08-27T18:44:51.941Z[ recovery-image] Aug 27 18:44:50.926 INFO O| Aug 27 18:44:50.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40522024-08-27T18:44:51.941Z[ recovery-image] Aug 27 18:44:50.926 INFO O| Aug 27 18:44:50.926 INFO STEP 59 (remove_files) COMPLETE
40532024-08-27T18:44:51.944Z[ recovery-image] Aug 27 18:44:50.926 INFO O| Aug 27 18:44:50.926 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-08-27T18:44:51.951Z[ recovery-image] Aug 27 18:44:50.936 INFO O| Aug 27 18:44:50.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40552024-08-27T18:44:51.951Z[ recovery-image] Aug 27 18:44:50.936 INFO O| Aug 27 18:44:50.936 INFO STEP 60 (remove_files) COMPLETE
40562024-08-27T18:44:51.954Z[ recovery-image] Aug 27 18:44:50.936 INFO O| Aug 27 18:44:50.936 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-08-27T18:44:51.961Z[ recovery-image] Aug 27 18:44:50.945 INFO O| Aug 27 18:44:50.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40582024-08-27T18:44:51.961Z[ recovery-image] Aug 27 18:44:50.945 INFO O| Aug 27 18:44:50.945 INFO STEP 61 (remove_files) COMPLETE
40592024-08-27T18:44:51.963Z[ recovery-image] Aug 27 18:44:50.945 INFO O| Aug 27 18:44:50.945 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-08-27T18:44:51.971Z[ recovery-image] Aug 27 18:44:50.955 INFO O| Aug 27 18:44:50.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40612024-08-27T18:44:51.971Z[ recovery-image] Aug 27 18:44:50.955 INFO O| Aug 27 18:44:50.955 INFO STEP 62 (remove_files) COMPLETE
40622024-08-27T18:44:51.973Z[ recovery-image] Aug 27 18:44:50.955 INFO O| Aug 27 18:44:50.955 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-08-27T18:44:51.980Z[ recovery-image] Aug 27 18:44:50.965 INFO O| Aug 27 18:44:50.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40642024-08-27T18:44:51.980Z[ recovery-image] Aug 27 18:44:50.965 INFO O| Aug 27 18:44:50.965 INFO STEP 63 (remove_files) COMPLETE
40652024-08-27T18:44:51.983Z[ recovery-image] Aug 27 18:44:50.965 INFO O| Aug 27 18:44:50.965 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-27T18:44:51.990Z[ recovery-image] Aug 27 18:44:50.974 INFO O| Aug 27 18:44:50.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40672024-08-27T18:44:51.990Z[ recovery-image] Aug 27 18:44:50.974 INFO O| Aug 27 18:44:50.974 INFO STEP 64 (remove_files) COMPLETE
40682024-08-27T18:44:51.992Z[ recovery-image] Aug 27 18:44:50.974 INFO O| Aug 27 18:44:50.974 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-27T18:44:51.999Z[ recovery-image] Aug 27 18:44:50.984 INFO O| Aug 27 18:44:50.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40702024-08-27T18:44:51.999Z[ recovery-image] Aug 27 18:44:50.984 INFO O| Aug 27 18:44:50.984 INFO STEP 65 (remove_files) COMPLETE
40712024-08-27T18:44:51.999Z[ recovery-image] Aug 27 18:44:50.984 INFO O| Aug 27 18:44:50.984 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-08-27T18:44:52.006Z[ host-image] Aug 27 18:44:50.990 INFO O| Aug 27 18:44:50.990 INFO O| Done
40732024-08-27T18:44:52.009Z[ recovery-image] Aug 27 18:44:50.993 INFO O| Aug 27 18:44:50.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40742024-08-27T18:44:52.009Z[ recovery-image] Aug 27 18:44:50.994 INFO O| Aug 27 18:44:50.993 INFO STEP 66 (remove_files) COMPLETE
40752024-08-27T18:44:52.012Z[ recovery-image] Aug 27 18:44:50.994 INFO O| Aug 27 18:44:50.994 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-08-27T18:44:52.022Z[ recovery-image] Aug 27 18:44:51.004 INFO O| Aug 27 18:44:51.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40772024-08-27T18:44:52.022Z[ recovery-image] Aug 27 18:44:51.004 INFO O| Aug 27 18:44:51.004 INFO STEP 67 (remove_files) COMPLETE
40782024-08-27T18:44:52.025Z[ recovery-image] Aug 27 18:44:51.004 INFO O| Aug 27 18:44:51.004 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-08-27T18:44:52.031Z[ recovery-image] Aug 27 18:44:51.015 INFO O| Aug 27 18:44:51.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40802024-08-27T18:44:52.031Z[ recovery-image] Aug 27 18:44:51.015 INFO O| Aug 27 18:44:51.015 INFO STEP 68 (remove_files) COMPLETE
40812024-08-27T18:44:52.033Z[ recovery-image] Aug 27 18:44:51.015 INFO O| Aug 27 18:44:51.015 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-08-27T18:44:52.041Z[ recovery-image] Aug 27 18:44:51.026 INFO O| Aug 27 18:44:51.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40832024-08-27T18:44:52.041Z[ recovery-image] Aug 27 18:44:51.026 INFO O| Aug 27 18:44:51.026 INFO STEP 69 (remove_files) COMPLETE
40842024-08-27T18:44:52.044Z[ recovery-image] Aug 27 18:44:51.026 INFO O| Aug 27 18:44:51.026 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-08-27T18:44:52.051Z[ recovery-image] Aug 27 18:44:51.036 INFO O| Aug 27 18:44:51.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40862024-08-27T18:44:52.051Z[ recovery-image] Aug 27 18:44:51.036 INFO O| Aug 27 18:44:51.036 INFO STEP 70 (remove_files) COMPLETE
40872024-08-27T18:44:52.054Z[ recovery-image] Aug 27 18:44:51.036 INFO O| Aug 27 18:44:51.036 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-08-27T18:44:52.061Z[ recovery-image] Aug 27 18:44:51.046 INFO O| Aug 27 18:44:51.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40892024-08-27T18:44:52.061Z[ recovery-image] Aug 27 18:44:51.046 INFO O| Aug 27 18:44:51.046 INFO STEP 71 (remove_files) COMPLETE
40902024-08-27T18:44:52.064Z[ recovery-image] Aug 27 18:44:51.046 INFO O| Aug 27 18:44:51.046 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-08-27T18:44:52.071Z[ recovery-image] Aug 27 18:44:51.056 INFO O| Aug 27 18:44:51.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40922024-08-27T18:44:52.071Z[ recovery-image] Aug 27 18:44:51.056 INFO O| Aug 27 18:44:51.056 INFO STEP 72 (remove_files) COMPLETE
40932024-08-27T18:44:52.074Z[ recovery-image] Aug 27 18:44:51.056 INFO O| Aug 27 18:44:51.056 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-08-27T18:44:52.081Z[ recovery-image] Aug 27 18:44:51.065 INFO O| Aug 27 18:44:51.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40952024-08-27T18:44:52.083Z[ recovery-image] Aug 27 18:44:51.066 INFO O| Aug 27 18:44:51.066 INFO STEP 73 (remove_files) COMPLETE
40962024-08-27T18:44:52.083Z[ recovery-image] Aug 27 18:44:51.066 INFO O| Aug 27 18:44:51.066 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-08-27T18:44:52.091Z[ recovery-image] Aug 27 18:44:51.076 INFO O| Aug 27 18:44:51.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40982024-08-27T18:44:52.094Z[ recovery-image] Aug 27 18:44:51.076 INFO O| Aug 27 18:44:51.076 INFO STEP 74 (remove_files) COMPLETE
40992024-08-27T18:44:52.094Z[ recovery-image] Aug 27 18:44:51.076 INFO O| Aug 27 18:44:51.076 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-08-27T18:44:52.101Z[ recovery-image] Aug 27 18:44:51.086 INFO O| Aug 27 18:44:51.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41012024-08-27T18:44:52.101Z[ recovery-image] Aug 27 18:44:51.086 INFO O| Aug 27 18:44:51.086 INFO STEP 75 (remove_files) COMPLETE
41022024-08-27T18:44:52.104Z[ recovery-image] Aug 27 18:44:51.086 INFO O| Aug 27 18:44:51.086 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-08-27T18:44:52.111Z[ recovery-image] Aug 27 18:44:51.096 INFO O| Aug 27 18:44:51.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41042024-08-27T18:44:52.111Z[ recovery-image] Aug 27 18:44:51.096 INFO O| Aug 27 18:44:51.096 INFO STEP 76 (remove_files) COMPLETE
41052024-08-27T18:44:52.115Z[ recovery-image] Aug 27 18:44:51.096 INFO O| Aug 27 18:44:51.096 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-08-27T18:44:52.121Z[ recovery-image] Aug 27 18:44:51.105 INFO O| Aug 27 18:44:51.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41072024-08-27T18:44:52.123Z[ recovery-image] Aug 27 18:44:51.106 INFO O| Aug 27 18:44:51.106 INFO STEP 77 (remove_files) COMPLETE
41082024-08-27T18:44:52.123Z[ recovery-image] Aug 27 18:44:51.106 INFO O| Aug 27 18:44:51.106 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41092024-08-27T18:44:52.131Z[ recovery-image] Aug 27 18:44:51.115 INFO O| Aug 27 18:44:51.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41102024-08-27T18:44:52.131Z[ recovery-image] Aug 27 18:44:51.115 INFO O| Aug 27 18:44:51.115 INFO STEP 78 (remove_files) COMPLETE
41112024-08-27T18:44:52.134Z[ recovery-image] Aug 27 18:44:51.115 INFO O| Aug 27 18:44:51.115 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41122024-08-27T18:44:52.140Z[ recovery-image] Aug 27 18:44:51.125 INFO O| Aug 27 18:44:51.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41132024-08-27T18:44:52.140Z[ recovery-image] Aug 27 18:44:51.125 INFO O| Aug 27 18:44:51.125 INFO STEP 79 (remove_files) COMPLETE
41142024-08-27T18:44:52.143Z[ recovery-image] Aug 27 18:44:51.125 INFO O| Aug 27 18:44:51.125 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-08-27T18:44:52.150Z[ recovery-image] Aug 27 18:44:51.135 INFO O| Aug 27 18:44:51.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41162024-08-27T18:44:52.150Z[ recovery-image] Aug 27 18:44:51.135 INFO O| Aug 27 18:44:51.135 INFO STEP 80 (remove_files) COMPLETE
41172024-08-27T18:44:52.153Z[ recovery-image] Aug 27 18:44:51.135 INFO O| Aug 27 18:44:51.135 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-08-27T18:44:52.160Z[ recovery-image] Aug 27 18:44:51.145 INFO O| Aug 27 18:44:51.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41192024-08-27T18:44:52.163Z[ recovery-image] Aug 27 18:44:51.145 INFO O| Aug 27 18:44:51.145 INFO STEP 81 (remove_files) COMPLETE
41202024-08-27T18:44:52.163Z[ recovery-image] Aug 27 18:44:51.145 INFO O| Aug 27 18:44:51.145 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-08-27T18:44:52.181Z[ recovery-image] Aug 27 18:44:51.155 INFO O| Aug 27 18:44:51.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41222024-08-27T18:44:52.181Z[ recovery-image] Aug 27 18:44:51.155 INFO O| Aug 27 18:44:51.155 INFO STEP 82 (remove_files) COMPLETE
41232024-08-27T18:44:52.181Z[ recovery-image] Aug 27 18:44:51.155 INFO O| Aug 27 18:44:51.155 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-08-27T18:44:52.184Z[ recovery-image] Aug 27 18:44:51.164 INFO O| Aug 27 18:44:51.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41252024-08-27T18:44:52.184Z[ recovery-image] Aug 27 18:44:51.164 INFO O| Aug 27 18:44:51.164 INFO STEP 83 (remove_files) COMPLETE
41262024-08-27T18:44:52.184Z[ recovery-image] Aug 27 18:44:51.165 INFO O| Aug 27 18:44:51.164 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-08-27T18:44:52.191Z[ recovery-image] Aug 27 18:44:51.174 INFO O| Aug 27 18:44:51.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41282024-08-27T18:44:52.194Z[ recovery-image] Aug 27 18:44:51.174 INFO O| Aug 27 18:44:51.174 INFO STEP 84 (remove_files) COMPLETE
41292024-08-27T18:44:52.194Z[ recovery-image] Aug 27 18:44:51.174 INFO O| Aug 27 18:44:51.174 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-08-27T18:44:52.197Z[ host-image] Aug 27 18:44:51.181 INFO O| Aug 27 18:44:51.181 INFO STEP 11 (pkg_install) COMPLETE
41312024-08-27T18:44:52.197Z[ host-image] Aug 27 18:44:51.181 INFO O| Aug 27 18:44:51.181 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41322024-08-27T18:44:52.200Z[ recovery-image] Aug 27 18:44:51.184 INFO O| Aug 27 18:44:51.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41332024-08-27T18:44:52.200Z[ recovery-image] Aug 27 18:44:51.184 INFO O| Aug 27 18:44:51.184 INFO STEP 85 (remove_files) COMPLETE
41342024-08-27T18:44:52.200Z[ recovery-image] Aug 27 18:44:51.184 INFO O| Aug 27 18:44:51.184 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-08-27T18:44:52.208Z[ host-image] Aug 27 18:44:51.192 INFO O| Aug 27 18:44:51.192 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
41362024-08-27T18:44:52.211Z[ recovery-image] Aug 27 18:44:51.194 INFO O| Aug 27 18:44:51.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41372024-08-27T18:44:52.211Z[ recovery-image] Aug 27 18:44:51.194 INFO O| Aug 27 18:44:51.194 INFO STEP 86 (remove_files) COMPLETE
41382024-08-27T18:44:52.211Z[ recovery-image] Aug 27 18:44:51.194 INFO O| Aug 27 18:44:51.194 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-08-27T18:44:52.220Z[ recovery-image] Aug 27 18:44:51.204 INFO O| Aug 27 18:44:51.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41402024-08-27T18:44:52.224Z[ recovery-image] Aug 27 18:44:51.205 INFO O| Aug 27 18:44:51.205 INFO STEP 87 (remove_files) COMPLETE
41412024-08-27T18:44:52.224Z[ recovery-image] Aug 27 18:44:51.205 INFO O| Aug 27 18:44:51.205 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-08-27T18:44:52.231Z[ recovery-image] Aug 27 18:44:51.215 INFO O| Aug 27 18:44:51.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41432024-08-27T18:44:52.231Z[ recovery-image] Aug 27 18:44:51.215 INFO O| Aug 27 18:44:51.215 INFO STEP 88 (remove_files) COMPLETE
41442024-08-27T18:44:52.237Z[ recovery-image] Aug 27 18:44:51.215 INFO O| Aug 27 18:44:51.215 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-08-27T18:44:52.241Z[ recovery-image] Aug 27 18:44:51.225 INFO O| Aug 27 18:44:51.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41462024-08-27T18:44:52.245Z[ recovery-image] Aug 27 18:44:51.225 INFO O| Aug 27 18:44:51.225 INFO STEP 89 (remove_files) COMPLETE
41472024-08-27T18:44:52.245Z[ recovery-image] Aug 27 18:44:51.225 INFO O| Aug 27 18:44:51.225 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-08-27T18:44:52.251Z[ recovery-image] Aug 27 18:44:51.235 INFO O| Aug 27 18:44:51.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41492024-08-27T18:44:52.255Z[ recovery-image] Aug 27 18:44:51.235 INFO O| Aug 27 18:44:51.235 INFO STEP 90 (remove_files) COMPLETE
41502024-08-27T18:44:52.255Z[ recovery-image] Aug 27 18:44:51.235 INFO O| Aug 27 18:44:51.235 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-08-27T18:44:52.262Z[ recovery-image] Aug 27 18:44:51.244 INFO O| Aug 27 18:44:51.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41522024-08-27T18:44:52.268Z[ recovery-image] Aug 27 18:44:51.245 INFO O| Aug 27 18:44:51.245 INFO STEP 91 (remove_files) COMPLETE
41532024-08-27T18:44:52.268Z[ recovery-image] Aug 27 18:44:51.245 INFO O| Aug 27 18:44:51.245 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-08-27T18:44:52.321Z[ recovery-image] Aug 27 18:44:51.254 INFO O| Aug 27 18:44:51.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41552024-08-27T18:44:52.321Z[ recovery-image] Aug 27 18:44:51.255 INFO O| Aug 27 18:44:51.255 INFO STEP 92 (remove_files) COMPLETE
41562024-08-27T18:44:52.322Z[ recovery-image] Aug 27 18:44:51.255 INFO O| Aug 27 18:44:51.255 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-08-27T18:44:52.322Z[ recovery-image] Aug 27 18:44:51.265 INFO O| Aug 27 18:44:51.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41582024-08-27T18:44:52.322Z[ recovery-image] Aug 27 18:44:51.265 INFO O| Aug 27 18:44:51.265 INFO STEP 93 (remove_files) COMPLETE
41592024-08-27T18:44:52.322Z[ recovery-image] Aug 27 18:44:51.265 INFO O| Aug 27 18:44:51.265 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-08-27T18:44:52.322Z[ recovery-image] Aug 27 18:44:51.274 INFO O| Aug 27 18:44:51.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41612024-08-27T18:44:52.322Z[ recovery-image] Aug 27 18:44:51.274 INFO O| Aug 27 18:44:51.274 INFO STEP 94 (remove_files) COMPLETE
41622024-08-27T18:44:52.322Z[ recovery-image] Aug 27 18:44:51.274 INFO O| Aug 27 18:44:51.274 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-08-27T18:44:52.397Z[ recovery-image] Aug 27 18:44:51.284 INFO O| Aug 27 18:44:51.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41642024-08-27T18:44:52.397Z[ recovery-image] Aug 27 18:44:51.284 INFO O| Aug 27 18:44:51.284 INFO STEP 95 (remove_files) COMPLETE
41652024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.284 INFO O| Aug 27 18:44:51.284 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.294 INFO O| Aug 27 18:44:51.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41672024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.294 INFO O| Aug 27 18:44:51.294 INFO STEP 96 (remove_files) COMPLETE
41682024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.294 INFO O| Aug 27 18:44:51.294 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.303 INFO O| Aug 27 18:44:51.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41702024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.304 INFO O| Aug 27 18:44:51.303 INFO STEP 97 (remove_files) COMPLETE
41712024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.304 INFO O| Aug 27 18:44:51.304 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.313 INFO O| Aug 27 18:44:51.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41732024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.313 INFO O| Aug 27 18:44:51.313 INFO STEP 98 (remove_files) COMPLETE
41742024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.313 INFO O| Aug 27 18:44:51.313 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.323 INFO O| Aug 27 18:44:51.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41762024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.323 INFO O| Aug 27 18:44:51.323 INFO STEP 99 (remove_files) COMPLETE
41772024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.323 INFO O| Aug 27 18:44:51.323 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.332 INFO O| Aug 27 18:44:51.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41792024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.333 INFO O| Aug 27 18:44:51.333 INFO STEP 100 (remove_files) COMPLETE
41802024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.333 INFO O| Aug 27 18:44:51.333 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.342 INFO O| Aug 27 18:44:51.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41822024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.342 INFO O| Aug 27 18:44:51.342 INFO STEP 101 (remove_files) COMPLETE
41832024-08-27T18:44:52.398Z[ recovery-image] Aug 27 18:44:51.342 INFO O| Aug 27 18:44:51.342 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-08-27T18:44:52.472Z[ recovery-image] Aug 27 18:44:51.352 INFO O| Aug 27 18:44:51.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41852024-08-27T18:44:52.472Z[ recovery-image] Aug 27 18:44:51.352 INFO O| Aug 27 18:44:51.352 INFO STEP 102 (remove_files) COMPLETE
41862024-08-27T18:44:52.472Z[ recovery-image] Aug 27 18:44:51.352 INFO O| Aug 27 18:44:51.352 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-08-27T18:44:52.473Z[ recovery-image] Aug 27 18:44:51.361 INFO O| Aug 27 18:44:51.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41882024-08-27T18:44:52.473Z[ recovery-image] Aug 27 18:44:51.361 INFO O| Aug 27 18:44:51.361 INFO STEP 103 (remove_files) COMPLETE
41892024-08-27T18:44:52.473Z[ recovery-image] Aug 27 18:44:51.361 INFO O| Aug 27 18:44:51.361 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-08-27T18:44:52.473Z[ recovery-image] Aug 27 18:44:51.371 INFO O| Aug 27 18:44:51.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41912024-08-27T18:44:52.473Z[ recovery-image] Aug 27 18:44:51.371 INFO O| Aug 27 18:44:51.371 INFO STEP 104 (remove_files) COMPLETE
41922024-08-27T18:44:52.473Z[ recovery-image] Aug 27 18:44:51.371 INFO O| Aug 27 18:44:51.371 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-08-27T18:44:52.473Z[ recovery-image] Aug 27 18:44:51.380 INFO O| Aug 27 18:44:51.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41942024-08-27T18:44:52.473Z[ recovery-image] Aug 27 18:44:51.381 INFO O| Aug 27 18:44:51.380 INFO STEP 105 (remove_files) COMPLETE
41952024-08-27T18:44:52.473Z[ recovery-image] Aug 27 18:44:51.381 INFO O| Aug 27 18:44:51.381 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-08-27T18:44:52.473Z[ recovery-image] Aug 27 18:44:51.390 INFO O| Aug 27 18:44:51.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41972024-08-27T18:44:52.473Z[ recovery-image] Aug 27 18:44:51.390 INFO O| Aug 27 18:44:51.390 INFO STEP 106 (remove_files) COMPLETE
41982024-08-27T18:44:52.473Z[ recovery-image] Aug 27 18:44:51.390 INFO O| Aug 27 18:44:51.390 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-08-27T18:44:52.474Z[ recovery-image] Aug 27 18:44:51.400 INFO O| Aug 27 18:44:51.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42002024-08-27T18:44:52.474Z[ recovery-image] Aug 27 18:44:51.400 INFO O| Aug 27 18:44:51.400 INFO STEP 107 (remove_files) COMPLETE
42012024-08-27T18:44:52.474Z[ recovery-image] Aug 27 18:44:51.400 INFO O| Aug 27 18:44:51.400 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-08-27T18:44:52.474Z[ recovery-image] Aug 27 18:44:51.409 INFO O| Aug 27 18:44:51.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42032024-08-27T18:44:52.474Z[ recovery-image] Aug 27 18:44:51.409 INFO O| Aug 27 18:44:51.409 INFO STEP 108 (remove_files) COMPLETE
42042024-08-27T18:44:52.474Z[ recovery-image] Aug 27 18:44:51.409 INFO O| Aug 27 18:44:51.409 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-08-27T18:44:52.474Z[ recovery-image] Aug 27 18:44:51.419 INFO O| Aug 27 18:44:51.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42062024-08-27T18:44:52.474Z[ recovery-image] Aug 27 18:44:51.419 INFO O| Aug 27 18:44:51.419 INFO STEP 109 (remove_files) COMPLETE
42072024-08-27T18:44:52.474Z[ recovery-image] Aug 27 18:44:51.419 INFO O| Aug 27 18:44:51.419 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-08-27T18:44:52.531Z[ recovery-image] Aug 27 18:44:51.428 INFO O| Aug 27 18:44:51.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42092024-08-27T18:44:52.531Z[ recovery-image] Aug 27 18:44:51.428 INFO O| Aug 27 18:44:51.428 INFO STEP 110 (remove_files) COMPLETE
42102024-08-27T18:44:52.531Z[ recovery-image] Aug 27 18:44:51.428 INFO O| Aug 27 18:44:51.428 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-08-27T18:44:52.531Z[ recovery-image] Aug 27 18:44:51.438 INFO O| Aug 27 18:44:51.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42122024-08-27T18:44:52.532Z[ recovery-image] Aug 27 18:44:51.438 INFO O| Aug 27 18:44:51.438 INFO STEP 111 (remove_files) COMPLETE
42132024-08-27T18:44:52.532Z[ recovery-image] Aug 27 18:44:51.438 INFO O| Aug 27 18:44:51.438 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-08-27T18:44:52.532Z[ recovery-image] Aug 27 18:44:51.448 INFO O| Aug 27 18:44:51.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42152024-08-27T18:44:52.532Z[ recovery-image] Aug 27 18:44:51.448 INFO O| Aug 27 18:44:51.448 INFO STEP 112 (remove_files) COMPLETE
42162024-08-27T18:44:52.532Z[ recovery-image] Aug 27 18:44:51.448 INFO O| Aug 27 18:44:51.448 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-08-27T18:44:52.532Z[ recovery-image] Aug 27 18:44:51.457 INFO O| Aug 27 18:44:51.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42182024-08-27T18:44:52.532Z[ recovery-image] Aug 27 18:44:51.458 INFO O| Aug 27 18:44:51.458 INFO STEP 113 (remove_files) COMPLETE
42192024-08-27T18:44:52.532Z[ recovery-image] Aug 27 18:44:51.458 INFO O| Aug 27 18:44:51.458 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-08-27T18:44:52.533Z[ recovery-image] Aug 27 18:44:51.468 INFO O| Aug 27 18:44:51.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42212024-08-27T18:44:52.533Z[ recovery-image] Aug 27 18:44:51.468 INFO O| Aug 27 18:44:51.468 INFO STEP 114 (remove_files) COMPLETE
42222024-08-27T18:44:52.533Z[ recovery-image] Aug 27 18:44:51.468 INFO O| Aug 27 18:44:51.468 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-08-27T18:44:52.533Z[ recovery-image] Aug 27 18:44:51.477 INFO O| Aug 27 18:44:51.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42242024-08-27T18:44:52.533Z[ recovery-image] Aug 27 18:44:51.477 INFO O| Aug 27 18:44:51.477 INFO STEP 115 (remove_files) COMPLETE
42252024-08-27T18:44:52.533Z[ recovery-image] Aug 27 18:44:51.477 INFO O| Aug 27 18:44:51.477 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-08-27T18:44:52.533Z[ recovery-image] Aug 27 18:44:51.487 INFO O| Aug 27 18:44:51.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42272024-08-27T18:44:52.533Z[ recovery-image] Aug 27 18:44:51.487 INFO O| Aug 27 18:44:51.487 INFO STEP 116 (remove_files) COMPLETE
42282024-08-27T18:44:52.533Z[ recovery-image] Aug 27 18:44:51.487 INFO O| Aug 27 18:44:51.487 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-08-27T18:44:52.559Z[ recovery-image] Aug 27 18:44:51.496 INFO O| Aug 27 18:44:51.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42302024-08-27T18:44:52.559Z[ recovery-image] Aug 27 18:44:51.497 INFO O| Aug 27 18:44:51.497 INFO STEP 117 (remove_files) COMPLETE
42312024-08-27T18:44:52.559Z[ recovery-image] Aug 27 18:44:51.497 INFO O| Aug 27 18:44:51.497 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-08-27T18:44:52.560Z[ recovery-image] Aug 27 18:44:51.506 INFO O| Aug 27 18:44:51.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42332024-08-27T18:44:52.560Z[ recovery-image] Aug 27 18:44:51.506 INFO O| Aug 27 18:44:51.506 INFO STEP 118 (remove_files) COMPLETE
42342024-08-27T18:44:52.560Z[ recovery-image] Aug 27 18:44:51.506 INFO O| Aug 27 18:44:51.506 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-08-27T18:44:52.560Z[ recovery-image] Aug 27 18:44:51.516 INFO O| Aug 27 18:44:51.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42362024-08-27T18:44:52.560Z[ recovery-image] Aug 27 18:44:51.516 INFO O| Aug 27 18:44:51.516 INFO STEP 119 (remove_files) COMPLETE
42372024-08-27T18:44:52.560Z[ recovery-image] Aug 27 18:44:51.516 INFO O| Aug 27 18:44:51.516 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-08-27T18:44:52.560Z[ recovery-image] Aug 27 18:44:51.525 INFO O| Aug 27 18:44:51.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42392024-08-27T18:44:52.560Z[ recovery-image] Aug 27 18:44:51.525 INFO O| Aug 27 18:44:51.525 INFO STEP 120 (remove_files) COMPLETE
42402024-08-27T18:44:52.561Z[ recovery-image] Aug 27 18:44:51.525 INFO O| Aug 27 18:44:51.525 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-08-27T18:44:52.571Z[ recovery-image] Aug 27 18:44:51.535 INFO O| Aug 27 18:44:51.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42422024-08-27T18:44:52.571Z[ recovery-image] Aug 27 18:44:51.536 INFO O| Aug 27 18:44:51.535 INFO STEP 121 (remove_files) COMPLETE
42432024-08-27T18:44:52.571Z[ recovery-image] Aug 27 18:44:51.536 INFO O| Aug 27 18:44:51.536 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-08-27T18:44:52.571Z[ recovery-image] Aug 27 18:44:51.545 INFO O| Aug 27 18:44:51.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42452024-08-27T18:44:52.572Z[ recovery-image] Aug 27 18:44:51.545 INFO O| Aug 27 18:44:51.545 INFO STEP 122 (remove_files) COMPLETE
42462024-08-27T18:44:52.572Z[ recovery-image] Aug 27 18:44:51.545 INFO O| Aug 27 18:44:51.545 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-08-27T18:44:52.577Z[ recovery-image] Aug 27 18:44:51.554 INFO O| Aug 27 18:44:51.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42482024-08-27T18:44:52.577Z[ recovery-image] Aug 27 18:44:51.554 INFO O| Aug 27 18:44:51.554 INFO STEP 123 (remove_files) COMPLETE
42492024-08-27T18:44:52.577Z[ recovery-image] Aug 27 18:44:51.554 INFO O| Aug 27 18:44:51.554 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-08-27T18:44:52.610Z[ recovery-image] Aug 27 18:44:51.564 INFO O| Aug 27 18:44:51.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42512024-08-27T18:44:52.610Z[ recovery-image] Aug 27 18:44:51.564 INFO O| Aug 27 18:44:51.564 INFO STEP 124 (remove_files) COMPLETE
42522024-08-27T18:44:52.610Z[ recovery-image] Aug 27 18:44:51.564 INFO O| Aug 27 18:44:51.564 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-08-27T18:44:52.610Z[ recovery-image] Aug 27 18:44:51.574 INFO O| Aug 27 18:44:51.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42542024-08-27T18:44:52.610Z[ recovery-image] Aug 27 18:44:51.574 INFO O| Aug 27 18:44:51.574 INFO STEP 125 (remove_files) COMPLETE
42552024-08-27T18:44:52.610Z[ recovery-image] Aug 27 18:44:51.574 INFO O| Aug 27 18:44:51.574 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-08-27T18:44:52.620Z[ recovery-image] Aug 27 18:44:51.584 INFO O| Aug 27 18:44:51.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42572024-08-27T18:44:52.620Z[ recovery-image] Aug 27 18:44:51.584 INFO O| Aug 27 18:44:51.584 INFO STEP 126 (remove_files) COMPLETE
42582024-08-27T18:44:52.620Z[ recovery-image] Aug 27 18:44:51.584 INFO O| Aug 27 18:44:51.584 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-08-27T18:44:52.621Z[ recovery-image] Aug 27 18:44:51.594 INFO O| Aug 27 18:44:51.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42602024-08-27T18:44:52.621Z[ recovery-image] Aug 27 18:44:51.594 INFO O| Aug 27 18:44:51.594 INFO STEP 127 (remove_files) COMPLETE
42612024-08-27T18:44:52.621Z[ recovery-image] Aug 27 18:44:51.594 INFO O| Aug 27 18:44:51.594 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-08-27T18:44:52.621Z[ recovery-image] Aug 27 18:44:51.603 INFO O| Aug 27 18:44:51.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42632024-08-27T18:44:52.621Z[ recovery-image] Aug 27 18:44:51.603 INFO O| Aug 27 18:44:51.603 INFO STEP 128 (remove_files) COMPLETE
42642024-08-27T18:44:52.621Z[ recovery-image] Aug 27 18:44:51.603 INFO O| Aug 27 18:44:51.603 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-08-27T18:44:52.629Z[ recovery-image] Aug 27 18:44:51.613 INFO O| Aug 27 18:44:51.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42662024-08-27T18:44:52.629Z[ recovery-image] Aug 27 18:44:51.613 INFO O| Aug 27 18:44:51.613 INFO STEP 129 (remove_files) COMPLETE
42672024-08-27T18:44:52.629Z[ recovery-image] Aug 27 18:44:51.613 INFO O| Aug 27 18:44:51.613 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-08-27T18:44:52.640Z[ recovery-image] Aug 27 18:44:51.623 INFO O| Aug 27 18:44:51.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42692024-08-27T18:44:52.647Z[ recovery-image] Aug 27 18:44:51.623 INFO O| Aug 27 18:44:51.623 INFO STEP 130 (remove_files) COMPLETE
42702024-08-27T18:44:52.647Z[ recovery-image] Aug 27 18:44:51.623 INFO O| Aug 27 18:44:51.623 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-08-27T18:44:52.658Z[ recovery-image] Aug 27 18:44:51.632 INFO O| Aug 27 18:44:51.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42722024-08-27T18:44:52.658Z[ recovery-image] Aug 27 18:44:51.632 INFO O| Aug 27 18:44:51.632 INFO STEP 131 (remove_files) COMPLETE
42732024-08-27T18:44:52.658Z[ recovery-image] Aug 27 18:44:51.633 INFO O| Aug 27 18:44:51.632 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-08-27T18:44:52.662Z[ recovery-image] Aug 27 18:44:51.642 INFO O| Aug 27 18:44:51.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42752024-08-27T18:44:52.662Z[ recovery-image] Aug 27 18:44:51.642 INFO O| Aug 27 18:44:51.642 INFO STEP 132 (remove_files) COMPLETE
42762024-08-27T18:44:52.662Z[ recovery-image] Aug 27 18:44:51.642 INFO O| Aug 27 18:44:51.642 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-08-27T18:44:52.670Z[ recovery-image] Aug 27 18:44:51.652 INFO O| Aug 27 18:44:51.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42782024-08-27T18:44:52.670Z[ recovery-image] Aug 27 18:44:51.652 INFO O| Aug 27 18:44:51.652 INFO STEP 133 (remove_files) COMPLETE
42792024-08-27T18:44:52.673Z[ recovery-image] Aug 27 18:44:51.652 INFO O| Aug 27 18:44:51.652 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-08-27T18:44:52.673Z[ host-image] Aug 27 18:44:51.655 INFO O| Aug 27 18:44:51.655 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42812024-08-27T18:44:52.678Z[ recovery-image] Aug 27 18:44:51.662 INFO O| Aug 27 18:44:51.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42822024-08-27T18:44:52.681Z[ recovery-image] Aug 27 18:44:51.662 INFO O| Aug 27 18:44:51.662 INFO STEP 134 (remove_files) COMPLETE
42832024-08-27T18:44:52.682Z[ recovery-image] Aug 27 18:44:51.662 INFO O| Aug 27 18:44:51.662 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-08-27T18:44:52.687Z[ recovery-image] Aug 27 18:44:51.671 INFO O| Aug 27 18:44:51.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42852024-08-27T18:44:52.691Z[ recovery-image] Aug 27 18:44:51.672 INFO O| Aug 27 18:44:51.671 INFO STEP 135 (remove_files) COMPLETE
42862024-08-27T18:44:52.691Z[ recovery-image] Aug 27 18:44:51.672 INFO O| Aug 27 18:44:51.671 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-08-27T18:44:52.697Z[ recovery-image] Aug 27 18:44:51.681 INFO O| Aug 27 18:44:51.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42882024-08-27T18:44:52.702Z[ recovery-image] Aug 27 18:44:51.681 INFO O| Aug 27 18:44:51.681 INFO STEP 136 (remove_files) COMPLETE
42892024-08-27T18:44:52.702Z[ recovery-image] Aug 27 18:44:51.681 INFO O| Aug 27 18:44:51.681 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-08-27T18:44:52.708Z[ recovery-image] Aug 27 18:44:51.692 INFO O| Aug 27 18:44:51.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42912024-08-27T18:44:52.708Z[ recovery-image] Aug 27 18:44:51.692 INFO O| Aug 27 18:44:51.692 INFO STEP 137 (remove_files) COMPLETE
42922024-08-27T18:44:52.708Z[ recovery-image] Aug 27 18:44:51.692 INFO O| Aug 27 18:44:51.692 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-08-27T18:44:52.717Z[ recovery-image] Aug 27 18:44:51.702 INFO O| Aug 27 18:44:51.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42942024-08-27T18:44:52.717Z[ recovery-image] Aug 27 18:44:51.702 INFO O| Aug 27 18:44:51.702 INFO STEP 138 (remove_files) COMPLETE
42952024-08-27T18:44:52.717Z[ recovery-image] Aug 27 18:44:51.702 INFO O| Aug 27 18:44:51.702 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-08-27T18:44:52.727Z[ recovery-image] Aug 27 18:44:51.712 INFO O| Aug 27 18:44:51.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42972024-08-27T18:44:52.727Z[ recovery-image] Aug 27 18:44:51.712 INFO O| Aug 27 18:44:51.712 INFO STEP 139 (remove_files) COMPLETE
42982024-08-27T18:44:52.727Z[ recovery-image] Aug 27 18:44:51.712 INFO O| Aug 27 18:44:51.712 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-08-27T18:44:52.737Z[ recovery-image] Aug 27 18:44:51.721 INFO O| Aug 27 18:44:51.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43002024-08-27T18:44:52.740Z[ recovery-image] Aug 27 18:44:51.722 INFO O| Aug 27 18:44:51.722 INFO STEP 140 (remove_files) COMPLETE
43012024-08-27T18:44:52.740Z[ recovery-image] Aug 27 18:44:51.722 INFO O| Aug 27 18:44:51.722 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-08-27T18:44:52.747Z[ recovery-image] Aug 27 18:44:51.731 INFO O| Aug 27 18:44:51.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43032024-08-27T18:44:52.747Z[ recovery-image] Aug 27 18:44:51.732 INFO O| Aug 27 18:44:51.731 INFO STEP 141 (remove_files) COMPLETE
43042024-08-27T18:44:52.747Z[ recovery-image] Aug 27 18:44:51.732 INFO O| Aug 27 18:44:51.731 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-08-27T18:44:52.757Z[ recovery-image] Aug 27 18:44:51.741 INFO O| Aug 27 18:44:51.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43062024-08-27T18:44:52.757Z[ recovery-image] Aug 27 18:44:51.741 INFO O| Aug 27 18:44:51.741 INFO STEP 142 (remove_files) COMPLETE
43072024-08-27T18:44:52.757Z[ recovery-image] Aug 27 18:44:51.741 INFO O| Aug 27 18:44:51.741 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-08-27T18:44:52.766Z[ recovery-image] Aug 27 18:44:51.751 INFO O| Aug 27 18:44:51.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43092024-08-27T18:44:52.767Z[ recovery-image] Aug 27 18:44:51.751 INFO O| Aug 27 18:44:51.751 INFO STEP 143 (remove_files) COMPLETE
43102024-08-27T18:44:52.769Z[ recovery-image] Aug 27 18:44:51.751 INFO O| Aug 27 18:44:51.751 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-08-27T18:44:52.777Z[ recovery-image] Aug 27 18:44:51.761 INFO O| Aug 27 18:44:51.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43122024-08-27T18:44:52.777Z[ recovery-image] Aug 27 18:44:51.761 INFO O| Aug 27 18:44:51.761 INFO STEP 144 (remove_files) COMPLETE
43132024-08-27T18:44:52.779Z[ recovery-image] Aug 27 18:44:51.761 INFO O| Aug 27 18:44:51.761 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-08-27T18:44:52.787Z[ recovery-image] Aug 27 18:44:51.772 INFO O| Aug 27 18:44:51.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43152024-08-27T18:44:52.787Z[ recovery-image] Aug 27 18:44:51.772 INFO O| Aug 27 18:44:51.772 INFO STEP 145 (remove_files) COMPLETE
43162024-08-27T18:44:52.790Z[ recovery-image] Aug 27 18:44:51.772 INFO O| Aug 27 18:44:51.772 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-08-27T18:44:52.797Z[ recovery-image] Aug 27 18:44:51.782 INFO O| Aug 27 18:44:51.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43182024-08-27T18:44:52.797Z[ recovery-image] Aug 27 18:44:51.782 INFO O| Aug 27 18:44:51.782 INFO STEP 146 (remove_files) COMPLETE
43192024-08-27T18:44:52.800Z[ recovery-image] Aug 27 18:44:51.782 INFO O| Aug 27 18:44:51.782 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-08-27T18:44:52.808Z[ recovery-image] Aug 27 18:44:51.792 INFO O| Aug 27 18:44:51.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43212024-08-27T18:44:52.811Z[ recovery-image] Aug 27 18:44:51.792 INFO O| Aug 27 18:44:51.792 INFO STEP 147 (remove_files) COMPLETE
43222024-08-27T18:44:52.811Z[ recovery-image] Aug 27 18:44:51.792 INFO O| Aug 27 18:44:51.792 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-08-27T18:44:52.817Z[ recovery-image] Aug 27 18:44:51.802 INFO O| Aug 27 18:44:51.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43242024-08-27T18:44:52.817Z[ recovery-image] Aug 27 18:44:51.802 INFO O| Aug 27 18:44:51.802 INFO STEP 148 (remove_files) COMPLETE
43252024-08-27T18:44:52.820Z[ recovery-image] Aug 27 18:44:51.802 INFO O| Aug 27 18:44:51.802 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-08-27T18:44:52.827Z[ recovery-image] Aug 27 18:44:51.812 INFO O| Aug 27 18:44:51.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43272024-08-27T18:44:52.836Z[ recovery-image] Aug 27 18:44:51.812 INFO O| Aug 27 18:44:51.812 INFO STEP 149 (remove_files) COMPLETE
43282024-08-27T18:44:52.836Z[ recovery-image] Aug 27 18:44:51.812 INFO O| Aug 27 18:44:51.812 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-08-27T18:44:52.840Z[ recovery-image] Aug 27 18:44:51.822 INFO O| Aug 27 18:44:51.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43302024-08-27T18:44:52.840Z[ recovery-image] Aug 27 18:44:51.822 INFO O| Aug 27 18:44:51.822 INFO STEP 150 (remove_files) COMPLETE
43312024-08-27T18:44:52.840Z[ recovery-image] Aug 27 18:44:51.822 INFO O| Aug 27 18:44:51.822 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-08-27T18:44:52.847Z[ recovery-image] Aug 27 18:44:51.832 INFO O| Aug 27 18:44:51.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43332024-08-27T18:44:52.849Z[ recovery-image] Aug 27 18:44:51.832 INFO O| Aug 27 18:44:51.832 INFO STEP 151 (remove_files) COMPLETE
43342024-08-27T18:44:52.849Z[ recovery-image] Aug 27 18:44:51.832 INFO O| Aug 27 18:44:51.832 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-08-27T18:44:52.857Z[ recovery-image] Aug 27 18:44:51.841 INFO O| Aug 27 18:44:51.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43362024-08-27T18:44:52.857Z[ recovery-image] Aug 27 18:44:51.842 INFO O| Aug 27 18:44:51.842 INFO STEP 152 (remove_files) COMPLETE
43372024-08-27T18:44:52.860Z[ recovery-image] Aug 27 18:44:51.842 INFO O| Aug 27 18:44:51.842 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-08-27T18:44:52.867Z[ recovery-image] Aug 27 18:44:51.851 INFO O| Aug 27 18:44:51.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43392024-08-27T18:44:52.870Z[ recovery-image] Aug 27 18:44:51.852 INFO O| Aug 27 18:44:51.852 INFO STEP 153 (remove_files) COMPLETE
43402024-08-27T18:44:52.870Z[ recovery-image] Aug 27 18:44:51.852 INFO O| Aug 27 18:44:51.852 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-08-27T18:44:52.877Z[ recovery-image] Aug 27 18:44:51.861 INFO O| Aug 27 18:44:51.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43422024-08-27T18:44:52.877Z[ recovery-image] Aug 27 18:44:51.862 INFO O| Aug 27 18:44:51.861 INFO STEP 154 (remove_files) COMPLETE
43432024-08-27T18:44:52.877Z[ recovery-image] Aug 27 18:44:51.862 INFO O| Aug 27 18:44:51.861 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-08-27T18:44:52.887Z[ recovery-image] Aug 27 18:44:51.871 INFO O| Aug 27 18:44:51.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43452024-08-27T18:44:52.887Z[ recovery-image] Aug 27 18:44:51.871 INFO O| Aug 27 18:44:51.871 INFO STEP 155 (remove_files) COMPLETE
43462024-08-27T18:44:52.887Z[ recovery-image] Aug 27 18:44:51.871 INFO O| Aug 27 18:44:51.871 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-08-27T18:44:52.897Z[ recovery-image] Aug 27 18:44:51.881 INFO O| Aug 27 18:44:51.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43482024-08-27T18:44:52.897Z[ recovery-image] Aug 27 18:44:51.882 INFO O| Aug 27 18:44:51.881 INFO STEP 156 (remove_files) COMPLETE
43492024-08-27T18:44:52.897Z[ recovery-image] Aug 27 18:44:51.882 INFO O| Aug 27 18:44:51.881 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-08-27T18:44:52.908Z[ recovery-image] Aug 27 18:44:51.892 INFO O| Aug 27 18:44:51.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43512024-08-27T18:44:52.908Z[ recovery-image] Aug 27 18:44:51.893 INFO O| Aug 27 18:44:51.893 INFO STEP 157 (remove_files) COMPLETE
43522024-08-27T18:44:52.911Z[ recovery-image] Aug 27 18:44:51.893 INFO O| Aug 27 18:44:51.893 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-08-27T18:44:52.919Z[ recovery-image] Aug 27 18:44:51.903 INFO O| Aug 27 18:44:51.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43542024-08-27T18:44:52.919Z[ recovery-image] Aug 27 18:44:51.903 INFO O| Aug 27 18:44:51.903 INFO STEP 158 (remove_files) COMPLETE
43552024-08-27T18:44:52.921Z[ recovery-image] Aug 27 18:44:51.903 INFO O| Aug 27 18:44:51.903 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-08-27T18:44:52.932Z[ recovery-image] Aug 27 18:44:51.916 INFO O| Aug 27 18:44:51.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43572024-08-27T18:44:52.932Z[ recovery-image] Aug 27 18:44:51.916 INFO O| Aug 27 18:44:51.916 INFO STEP 159 (remove_files) COMPLETE
43582024-08-27T18:44:52.932Z[ recovery-image] Aug 27 18:44:51.916 INFO O| Aug 27 18:44:51.916 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-08-27T18:44:52.943Z[ recovery-image] Aug 27 18:44:51.928 INFO O| Aug 27 18:44:51.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43602024-08-27T18:44:52.943Z[ recovery-image] Aug 27 18:44:51.928 INFO O| Aug 27 18:44:51.928 INFO STEP 160 (remove_files) COMPLETE
43612024-08-27T18:44:52.946Z[ recovery-image] Aug 27 18:44:51.928 INFO O| Aug 27 18:44:51.928 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-08-27T18:44:52.954Z[ recovery-image] Aug 27 18:44:51.939 INFO O| Aug 27 18:44:51.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43632024-08-27T18:44:52.954Z[ recovery-image] Aug 27 18:44:51.939 INFO O| Aug 27 18:44:51.939 INFO STEP 161 (remove_files) COMPLETE
43642024-08-27T18:44:52.957Z[ recovery-image] Aug 27 18:44:51.939 INFO O| Aug 27 18:44:51.939 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-08-27T18:44:52.965Z[ recovery-image] Aug 27 18:44:51.949 INFO O| Aug 27 18:44:51.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43662024-08-27T18:44:52.965Z[ recovery-image] Aug 27 18:44:51.949 INFO O| Aug 27 18:44:51.949 INFO STEP 162 (remove_files) COMPLETE
43672024-08-27T18:44:52.968Z[ recovery-image] Aug 27 18:44:51.949 INFO O| Aug 27 18:44:51.949 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-08-27T18:44:52.975Z[ recovery-image] Aug 27 18:44:51.959 INFO O| Aug 27 18:44:51.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43692024-08-27T18:44:52.975Z[ recovery-image] Aug 27 18:44:51.959 INFO O| Aug 27 18:44:51.959 INFO STEP 163 (remove_files) COMPLETE
43702024-08-27T18:44:52.975Z[ recovery-image] Aug 27 18:44:51.959 INFO O| Aug 27 18:44:51.959 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-08-27T18:44:52.986Z[ recovery-image] Aug 27 18:44:51.969 INFO O| Aug 27 18:44:51.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43722024-08-27T18:44:52.986Z[ recovery-image] Aug 27 18:44:51.969 INFO O| Aug 27 18:44:51.969 INFO STEP 164 (remove_files) COMPLETE
43732024-08-27T18:44:52.988Z[ recovery-image] Aug 27 18:44:51.969 INFO O| Aug 27 18:44:51.969 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-08-27T18:44:52.995Z[ recovery-image] Aug 27 18:44:51.979 INFO O| Aug 27 18:44:51.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43752024-08-27T18:44:52.995Z[ recovery-image] Aug 27 18:44:51.979 INFO O| Aug 27 18:44:51.979 INFO STEP 165 (remove_files) COMPLETE
43762024-08-27T18:44:52.997Z[ recovery-image] Aug 27 18:44:51.979 INFO O| Aug 27 18:44:51.979 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-08-27T18:44:53.005Z[ recovery-image] Aug 27 18:44:51.989 INFO O| Aug 27 18:44:51.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43782024-08-27T18:44:53.005Z[ recovery-image] Aug 27 18:44:51.989 INFO O| Aug 27 18:44:51.989 INFO STEP 166 (remove_files) COMPLETE
43792024-08-27T18:44:53.008Z[ recovery-image] Aug 27 18:44:51.989 INFO O| Aug 27 18:44:51.989 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-08-27T18:44:53.014Z[ recovery-image] Aug 27 18:44:51.999 INFO O| Aug 27 18:44:51.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43812024-08-27T18:44:53.015Z[ recovery-image] Aug 27 18:44:51.999 INFO O| Aug 27 18:44:51.999 INFO STEP 167 (remove_files) COMPLETE
43822024-08-27T18:44:53.015Z[ recovery-image] Aug 27 18:44:51.999 INFO O| Aug 27 18:44:51.999 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-08-27T18:44:53.026Z[ recovery-image] Aug 27 18:44:52.010 INFO O| Aug 27 18:44:52.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43842024-08-27T18:44:53.026Z[ recovery-image] Aug 27 18:44:52.010 INFO O| Aug 27 18:44:52.010 INFO STEP 168 (remove_files) COMPLETE
43852024-08-27T18:44:53.028Z[ recovery-image] Aug 27 18:44:52.010 INFO O| Aug 27 18:44:52.010 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-08-27T18:44:53.036Z[ recovery-image] Aug 27 18:44:52.020 INFO O| Aug 27 18:44:52.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43872024-08-27T18:44:53.036Z[ recovery-image] Aug 27 18:44:52.020 INFO O| Aug 27 18:44:52.020 INFO STEP 169 (remove_files) COMPLETE
43882024-08-27T18:44:53.038Z[ recovery-image] Aug 27 18:44:52.020 INFO O| Aug 27 18:44:52.020 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-08-27T18:44:53.046Z[ recovery-image] Aug 27 18:44:52.030 INFO O| Aug 27 18:44:52.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43902024-08-27T18:44:53.046Z[ recovery-image] Aug 27 18:44:52.030 INFO O| Aug 27 18:44:52.030 INFO STEP 170 (remove_files) COMPLETE
43912024-08-27T18:44:53.046Z[ recovery-image] Aug 27 18:44:52.030 INFO O| Aug 27 18:44:52.030 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-08-27T18:44:53.055Z[ recovery-image] Aug 27 18:44:52.040 INFO O| Aug 27 18:44:52.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43932024-08-27T18:44:53.056Z[ recovery-image] Aug 27 18:44:52.040 INFO O| Aug 27 18:44:52.040 INFO STEP 171 (remove_files) COMPLETE
43942024-08-27T18:44:53.059Z[ recovery-image] Aug 27 18:44:52.040 INFO O| Aug 27 18:44:52.040 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-08-27T18:44:53.066Z[ recovery-image] Aug 27 18:44:52.050 INFO O| Aug 27 18:44:52.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43962024-08-27T18:44:53.066Z[ recovery-image] Aug 27 18:44:52.050 INFO O| Aug 27 18:44:52.050 INFO STEP 172 (remove_files) COMPLETE
43972024-08-27T18:44:53.069Z[ recovery-image] Aug 27 18:44:52.050 INFO O| Aug 27 18:44:52.050 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-08-27T18:44:53.078Z[ recovery-image] Aug 27 18:44:52.062 INFO O| Aug 27 18:44:52.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43992024-08-27T18:44:53.078Z[ recovery-image] Aug 27 18:44:52.062 INFO O| Aug 27 18:44:52.062 INFO STEP 173 (remove_files) COMPLETE
44002024-08-27T18:44:53.081Z[ recovery-image] Aug 27 18:44:52.062 INFO O| Aug 27 18:44:52.062 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-08-27T18:44:53.088Z[ recovery-image] Aug 27 18:44:52.072 INFO O| Aug 27 18:44:52.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44022024-08-27T18:44:53.091Z[ recovery-image] Aug 27 18:44:52.072 INFO O| Aug 27 18:44:52.072 INFO STEP 174 (remove_files) COMPLETE
44032024-08-27T18:44:53.091Z[ recovery-image] Aug 27 18:44:52.072 INFO O| Aug 27 18:44:52.072 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-08-27T18:44:53.098Z[ recovery-image] Aug 27 18:44:52.083 INFO O| Aug 27 18:44:52.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44052024-08-27T18:44:53.098Z[ recovery-image] Aug 27 18:44:52.083 INFO O| Aug 27 18:44:52.083 INFO STEP 175 (remove_files) COMPLETE
44062024-08-27T18:44:53.099Z[ recovery-image] Aug 27 18:44:52.083 INFO O| Aug 27 18:44:52.083 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-08-27T18:44:53.109Z[ recovery-image] Aug 27 18:44:52.093 INFO O| Aug 27 18:44:52.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44082024-08-27T18:44:53.109Z[ recovery-image] Aug 27 18:44:52.093 INFO O| Aug 27 18:44:52.093 INFO STEP 176 (remove_files) COMPLETE
44092024-08-27T18:44:53.109Z[ recovery-image] Aug 27 18:44:52.093 INFO O| Aug 27 18:44:52.093 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-08-27T18:44:53.120Z[ recovery-image] Aug 27 18:44:52.104 INFO O| Aug 27 18:44:52.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44112024-08-27T18:44:53.120Z[ recovery-image] Aug 27 18:44:52.104 INFO O| Aug 27 18:44:52.104 INFO STEP 177 (remove_files) COMPLETE
44122024-08-27T18:44:53.120Z[ recovery-image] Aug 27 18:44:52.104 INFO O| Aug 27 18:44:52.104 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-08-27T18:44:53.130Z[ recovery-image] Aug 27 18:44:52.115 INFO O| Aug 27 18:44:52.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44142024-08-27T18:44:53.130Z[ recovery-image] Aug 27 18:44:52.115 INFO O| Aug 27 18:44:52.115 INFO STEP 178 (remove_files) COMPLETE
44152024-08-27T18:44:53.130Z[ recovery-image] Aug 27 18:44:52.115 INFO O| Aug 27 18:44:52.115 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-08-27T18:44:53.140Z[ recovery-image] Aug 27 18:44:52.125 INFO O| Aug 27 18:44:52.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44172024-08-27T18:44:53.140Z[ recovery-image] Aug 27 18:44:52.125 INFO O| Aug 27 18:44:52.125 INFO STEP 179 (remove_files) COMPLETE
44182024-08-27T18:44:53.143Z[ recovery-image] Aug 27 18:44:52.125 INFO O| Aug 27 18:44:52.125 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-08-27T18:44:53.151Z[ recovery-image] Aug 27 18:44:52.135 INFO O| Aug 27 18:44:52.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44202024-08-27T18:44:53.153Z[ recovery-image] Aug 27 18:44:52.135 INFO O| Aug 27 18:44:52.135 INFO STEP 180 (remove_files) COMPLETE
44212024-08-27T18:44:53.153Z[ recovery-image] Aug 27 18:44:52.135 INFO O| Aug 27 18:44:52.135 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-08-27T18:44:53.162Z[ recovery-image] Aug 27 18:44:52.145 INFO O| Aug 27 18:44:52.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44232024-08-27T18:44:53.164Z[ recovery-image] Aug 27 18:44:52.146 INFO O| Aug 27 18:44:52.146 INFO STEP 181 (remove_files) COMPLETE
44242024-08-27T18:44:53.164Z[ recovery-image] Aug 27 18:44:52.146 INFO O| Aug 27 18:44:52.146 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-08-27T18:44:53.171Z[ recovery-image] Aug 27 18:44:52.156 INFO O| Aug 27 18:44:52.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44262024-08-27T18:44:53.171Z[ recovery-image] Aug 27 18:44:52.156 INFO O| Aug 27 18:44:52.156 INFO STEP 182 (remove_files) COMPLETE
44272024-08-27T18:44:53.171Z[ recovery-image] Aug 27 18:44:52.156 INFO O| Aug 27 18:44:52.156 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-08-27T18:44:53.181Z[ recovery-image] Aug 27 18:44:52.166 INFO O| Aug 27 18:44:52.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44292024-08-27T18:44:53.184Z[ recovery-image] Aug 27 18:44:52.167 INFO O| Aug 27 18:44:52.166 INFO STEP 183 (remove_files) COMPLETE
44302024-08-27T18:44:53.184Z[ recovery-image] Aug 27 18:44:52.167 INFO O| Aug 27 18:44:52.167 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-08-27T18:44:53.192Z[ recovery-image] Aug 27 18:44:52.177 INFO O| Aug 27 18:44:52.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44322024-08-27T18:44:53.192Z[ recovery-image] Aug 27 18:44:52.177 INFO O| Aug 27 18:44:52.177 INFO STEP 184 (remove_files) COMPLETE
44332024-08-27T18:44:53.195Z[ recovery-image] Aug 27 18:44:52.177 INFO O| Aug 27 18:44:52.177 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-08-27T18:44:53.202Z[ recovery-image] Aug 27 18:44:52.187 INFO O| Aug 27 18:44:52.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44352024-08-27T18:44:53.205Z[ recovery-image] Aug 27 18:44:52.187 INFO O| Aug 27 18:44:52.187 INFO STEP 185 (remove_files) COMPLETE
44362024-08-27T18:44:53.205Z[ recovery-image] Aug 27 18:44:52.187 INFO O| Aug 27 18:44:52.187 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-08-27T18:44:53.213Z[ recovery-image] Aug 27 18:44:52.197 INFO O| Aug 27 18:44:52.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44382024-08-27T18:44:53.213Z[ recovery-image] Aug 27 18:44:52.197 INFO O| Aug 27 18:44:52.197 INFO STEP 186 (remove_files) COMPLETE
44392024-08-27T18:44:53.216Z[ recovery-image] Aug 27 18:44:52.197 INFO O| Aug 27 18:44:52.197 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-08-27T18:44:53.223Z[ recovery-image] Aug 27 18:44:52.207 INFO O| Aug 27 18:44:52.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44412024-08-27T18:44:53.223Z[ recovery-image] Aug 27 18:44:52.207 INFO O| Aug 27 18:44:52.207 INFO STEP 187 (remove_files) COMPLETE
44422024-08-27T18:44:53.226Z[ recovery-image] Aug 27 18:44:52.207 INFO O| Aug 27 18:44:52.207 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-08-27T18:44:53.232Z[ recovery-image] Aug 27 18:44:52.217 INFO O| Aug 27 18:44:52.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44442024-08-27T18:44:53.232Z[ recovery-image] Aug 27 18:44:52.217 INFO O| Aug 27 18:44:52.217 INFO STEP 188 (remove_files) COMPLETE
44452024-08-27T18:44:53.235Z[ recovery-image] Aug 27 18:44:52.217 INFO O| Aug 27 18:44:52.217 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-08-27T18:44:53.242Z[ recovery-image] Aug 27 18:44:52.227 INFO O| Aug 27 18:44:52.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44472024-08-27T18:44:53.245Z[ recovery-image] Aug 27 18:44:52.227 INFO O| Aug 27 18:44:52.227 INFO STEP 189 (remove_files) COMPLETE
44482024-08-27T18:44:53.245Z[ recovery-image] Aug 27 18:44:52.227 INFO O| Aug 27 18:44:52.227 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-08-27T18:44:53.252Z[ recovery-image] Aug 27 18:44:52.237 INFO O| Aug 27 18:44:52.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44502024-08-27T18:44:53.255Z[ recovery-image] Aug 27 18:44:52.237 INFO O| Aug 27 18:44:52.237 INFO STEP 190 (remove_files) COMPLETE
44512024-08-27T18:44:53.255Z[ recovery-image] Aug 27 18:44:52.237 INFO O| Aug 27 18:44:52.237 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-08-27T18:44:53.262Z[ recovery-image] Aug 27 18:44:52.246 INFO O| Aug 27 18:44:52.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44532024-08-27T18:44:53.262Z[ recovery-image] Aug 27 18:44:52.246 INFO O| Aug 27 18:44:52.246 INFO STEP 191 (remove_files) COMPLETE
44542024-08-27T18:44:53.262Z[ recovery-image] Aug 27 18:44:52.246 INFO O| Aug 27 18:44:52.246 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-08-27T18:44:53.271Z[ recovery-image] Aug 27 18:44:52.256 INFO O| Aug 27 18:44:52.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44562024-08-27T18:44:53.271Z[ recovery-image] Aug 27 18:44:52.256 INFO O| Aug 27 18:44:52.256 INFO STEP 192 (remove_files) COMPLETE
44572024-08-27T18:44:53.275Z[ recovery-image] Aug 27 18:44:52.256 INFO O| Aug 27 18:44:52.256 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-08-27T18:44:53.281Z[ recovery-image] Aug 27 18:44:52.265 INFO O| Aug 27 18:44:52.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44592024-08-27T18:44:53.284Z[ recovery-image] Aug 27 18:44:52.265 INFO O| Aug 27 18:44:52.265 INFO STEP 193 (remove_files) COMPLETE
44602024-08-27T18:44:53.284Z[ recovery-image] Aug 27 18:44:52.265 INFO O| Aug 27 18:44:52.265 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-08-27T18:44:53.291Z[ recovery-image] Aug 27 18:44:52.275 INFO O| Aug 27 18:44:52.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44622024-08-27T18:44:53.291Z[ recovery-image] Aug 27 18:44:52.275 INFO O| Aug 27 18:44:52.275 INFO STEP 194 (remove_files) COMPLETE
44632024-08-27T18:44:53.293Z[ recovery-image] Aug 27 18:44:52.275 INFO O| Aug 27 18:44:52.275 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-08-27T18:44:53.301Z[ recovery-image] Aug 27 18:44:52.284 INFO O| Aug 27 18:44:52.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44652024-08-27T18:44:53.304Z[ recovery-image] Aug 27 18:44:52.284 INFO O| Aug 27 18:44:52.284 INFO STEP 195 (remove_files) COMPLETE
44662024-08-27T18:44:53.304Z[ recovery-image] Aug 27 18:44:52.284 INFO O| Aug 27 18:44:52.284 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-08-27T18:44:53.310Z[ recovery-image] Aug 27 18:44:52.294 INFO O| Aug 27 18:44:52.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44682024-08-27T18:44:53.310Z[ recovery-image] Aug 27 18:44:52.294 INFO O| Aug 27 18:44:52.294 INFO STEP 196 (remove_files) COMPLETE
44692024-08-27T18:44:53.312Z[ recovery-image] Aug 27 18:44:52.294 INFO O| Aug 27 18:44:52.294 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-08-27T18:44:53.322Z[ recovery-image] Aug 27 18:44:52.305 INFO O| Aug 27 18:44:52.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44712024-08-27T18:44:53.322Z[ recovery-image] Aug 27 18:44:52.305 INFO O| Aug 27 18:44:52.305 INFO STEP 197 (remove_files) COMPLETE
44722024-08-27T18:44:53.322Z[ recovery-image] Aug 27 18:44:52.305 INFO O| Aug 27 18:44:52.305 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-08-27T18:44:53.331Z[ recovery-image] Aug 27 18:44:52.315 INFO O| Aug 27 18:44:52.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44742024-08-27T18:44:53.331Z[ recovery-image] Aug 27 18:44:52.316 INFO O| Aug 27 18:44:52.316 INFO STEP 198 (remove_files) COMPLETE
44752024-08-27T18:44:53.331Z[ recovery-image] Aug 27 18:44:52.316 INFO O| Aug 27 18:44:52.316 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-08-27T18:44:53.342Z[ recovery-image] Aug 27 18:44:52.326 INFO O| Aug 27 18:44:52.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44772024-08-27T18:44:53.345Z[ recovery-image] Aug 27 18:44:52.326 INFO O| Aug 27 18:44:52.326 INFO STEP 199 (remove_files) COMPLETE
44782024-08-27T18:44:53.345Z[ recovery-image] Aug 27 18:44:52.326 INFO O| Aug 27 18:44:52.326 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-08-27T18:44:53.352Z[ recovery-image] Aug 27 18:44:52.337 INFO O| Aug 27 18:44:52.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44802024-08-27T18:44:53.356Z[ recovery-image] Aug 27 18:44:52.337 INFO O| Aug 27 18:44:52.337 INFO STEP 200 (remove_files) COMPLETE
44812024-08-27T18:44:53.356Z[ recovery-image] Aug 27 18:44:52.337 INFO O| Aug 27 18:44:52.337 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-08-27T18:44:53.363Z[ recovery-image] Aug 27 18:44:52.348 INFO O| Aug 27 18:44:52.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44832024-08-27T18:44:53.363Z[ recovery-image] Aug 27 18:44:52.348 INFO O| Aug 27 18:44:52.348 INFO STEP 201 (remove_files) COMPLETE
44842024-08-27T18:44:53.363Z[ recovery-image] Aug 27 18:44:52.348 INFO O| Aug 27 18:44:52.348 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-08-27T18:44:53.374Z[ recovery-image] Aug 27 18:44:52.359 INFO O| Aug 27 18:44:52.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44862024-08-27T18:44:53.374Z[ recovery-image] Aug 27 18:44:52.359 INFO O| Aug 27 18:44:52.359 INFO STEP 202 (remove_files) COMPLETE
44872024-08-27T18:44:53.374Z[ recovery-image] Aug 27 18:44:52.359 INFO O| Aug 27 18:44:52.359 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-08-27T18:44:53.385Z[ recovery-image] Aug 27 18:44:52.369 INFO O| Aug 27 18:44:52.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44892024-08-27T18:44:53.387Z[ recovery-image] Aug 27 18:44:52.369 INFO O| Aug 27 18:44:52.369 INFO STEP 203 (remove_files) COMPLETE
44902024-08-27T18:44:53.387Z[ recovery-image] Aug 27 18:44:52.369 INFO O| Aug 27 18:44:52.369 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-08-27T18:44:53.395Z[ recovery-image] Aug 27 18:44:52.379 INFO O| Aug 27 18:44:52.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44922024-08-27T18:44:53.398Z[ recovery-image] Aug 27 18:44:52.379 INFO O| Aug 27 18:44:52.379 INFO STEP 204 (remove_files) COMPLETE
44932024-08-27T18:44:53.399Z[ recovery-image] Aug 27 18:44:52.379 INFO O| Aug 27 18:44:52.379 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-08-27T18:44:53.405Z[ recovery-image] Aug 27 18:44:52.389 INFO O| Aug 27 18:44:52.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44952024-08-27T18:44:53.405Z[ recovery-image] Aug 27 18:44:52.389 INFO O| Aug 27 18:44:52.389 INFO STEP 205 (remove_files) COMPLETE
44962024-08-27T18:44:53.407Z[ recovery-image] Aug 27 18:44:52.389 INFO O| Aug 27 18:44:52.389 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-08-27T18:44:53.415Z[ recovery-image] Aug 27 18:44:52.399 INFO O| Aug 27 18:44:52.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44982024-08-27T18:44:53.415Z[ recovery-image] Aug 27 18:44:52.399 INFO O| Aug 27 18:44:52.399 INFO STEP 206 (remove_files) COMPLETE
44992024-08-27T18:44:53.415Z[ recovery-image] Aug 27 18:44:52.399 INFO O| Aug 27 18:44:52.399 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-08-27T18:44:53.424Z[ recovery-image] Aug 27 18:44:52.409 INFO O| Aug 27 18:44:52.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45012024-08-27T18:44:53.424Z[ recovery-image] Aug 27 18:44:52.409 INFO O| Aug 27 18:44:52.409 INFO STEP 207 (remove_files) COMPLETE
45022024-08-27T18:44:53.424Z[ recovery-image] Aug 27 18:44:52.409 INFO O| Aug 27 18:44:52.409 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-08-27T18:44:53.434Z[ recovery-image] Aug 27 18:44:52.418 INFO O| Aug 27 18:44:52.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45042024-08-27T18:44:53.436Z[ recovery-image] Aug 27 18:44:52.418 INFO O| Aug 27 18:44:52.418 INFO STEP 208 (remove_files) COMPLETE
45052024-08-27T18:44:53.437Z[ recovery-image] Aug 27 18:44:52.418 INFO O| Aug 27 18:44:52.418 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-08-27T18:44:53.444Z[ recovery-image] Aug 27 18:44:52.428 INFO O| Aug 27 18:44:52.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45072024-08-27T18:44:53.446Z[ recovery-image] Aug 27 18:44:52.429 INFO O| Aug 27 18:44:52.429 INFO STEP 209 (remove_files) COMPLETE
45082024-08-27T18:44:53.446Z[ recovery-image] Aug 27 18:44:52.429 INFO O| Aug 27 18:44:52.429 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-08-27T18:44:53.454Z[ recovery-image] Aug 27 18:44:52.438 INFO O| Aug 27 18:44:52.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45102024-08-27T18:44:53.454Z[ recovery-image] Aug 27 18:44:52.438 INFO O| Aug 27 18:44:52.438 INFO STEP 210 (remove_files) COMPLETE
45112024-08-27T18:44:53.454Z[ recovery-image] Aug 27 18:44:52.438 INFO O| Aug 27 18:44:52.438 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-08-27T18:44:53.463Z[ recovery-image] Aug 27 18:44:52.448 INFO O| Aug 27 18:44:52.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45132024-08-27T18:44:53.463Z[ recovery-image] Aug 27 18:44:52.448 INFO O| Aug 27 18:44:52.448 INFO STEP 211 (remove_files) COMPLETE
45142024-08-27T18:44:53.466Z[ recovery-image] Aug 27 18:44:52.448 INFO O| Aug 27 18:44:52.448 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-08-27T18:44:53.473Z[ recovery-image] Aug 27 18:44:52.457 INFO O| Aug 27 18:44:52.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45162024-08-27T18:44:53.473Z[ recovery-image] Aug 27 18:44:52.457 INFO O| Aug 27 18:44:52.457 INFO STEP 212 (remove_files) COMPLETE
45172024-08-27T18:44:53.475Z[ recovery-image] Aug 27 18:44:52.457 INFO O| Aug 27 18:44:52.457 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-08-27T18:44:53.482Z[ recovery-image] Aug 27 18:44:52.467 INFO O| Aug 27 18:44:52.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45192024-08-27T18:44:53.482Z[ recovery-image] Aug 27 18:44:52.467 INFO O| Aug 27 18:44:52.467 INFO STEP 213 (remove_files) COMPLETE
45202024-08-27T18:44:53.485Z[ recovery-image] Aug 27 18:44:52.467 INFO O| Aug 27 18:44:52.467 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-08-27T18:44:53.492Z[ recovery-image] Aug 27 18:44:52.476 INFO O| Aug 27 18:44:52.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45222024-08-27T18:44:53.492Z[ recovery-image] Aug 27 18:44:52.476 INFO O| Aug 27 18:44:52.476 INFO STEP 214 (remove_files) COMPLETE
45232024-08-27T18:44:53.495Z[ recovery-image] Aug 27 18:44:52.476 INFO O| Aug 27 18:44:52.476 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-08-27T18:44:53.501Z[ recovery-image] Aug 27 18:44:52.486 INFO O| Aug 27 18:44:52.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45252024-08-27T18:44:53.501Z[ recovery-image] Aug 27 18:44:52.486 INFO O| Aug 27 18:44:52.486 INFO STEP 215 (remove_files) COMPLETE
45262024-08-27T18:44:53.504Z[ recovery-image] Aug 27 18:44:52.486 INFO O| Aug 27 18:44:52.486 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-08-27T18:44:53.511Z[ recovery-image] Aug 27 18:44:52.495 INFO O| Aug 27 18:44:52.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45282024-08-27T18:44:53.516Z[ recovery-image] Aug 27 18:44:52.495 INFO O| Aug 27 18:44:52.495 INFO STEP 216 (remove_files) COMPLETE
45292024-08-27T18:44:53.516Z[ recovery-image] Aug 27 18:44:52.495 INFO O| Aug 27 18:44:52.495 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-08-27T18:44:53.520Z[ recovery-image] Aug 27 18:44:52.505 INFO O| Aug 27 18:44:52.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45312024-08-27T18:44:53.520Z[ recovery-image] Aug 27 18:44:52.505 INFO O| Aug 27 18:44:52.505 INFO STEP 217 (remove_files) COMPLETE
45322024-08-27T18:44:53.520Z[ recovery-image] Aug 27 18:44:52.505 INFO O| Aug 27 18:44:52.505 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-08-27T18:44:53.530Z[ recovery-image] Aug 27 18:44:52.514 INFO O| Aug 27 18:44:52.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45342024-08-27T18:44:53.530Z[ recovery-image] Aug 27 18:44:52.514 INFO O| Aug 27 18:44:52.514 INFO STEP 218 (remove_files) COMPLETE
45352024-08-27T18:44:53.532Z[ recovery-image] Aug 27 18:44:52.514 INFO O| Aug 27 18:44:52.514 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-08-27T18:44:53.539Z[ recovery-image] Aug 27 18:44:52.524 INFO O| Aug 27 18:44:52.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45372024-08-27T18:44:53.539Z[ recovery-image] Aug 27 18:44:52.524 INFO O| Aug 27 18:44:52.524 INFO STEP 219 (remove_files) COMPLETE
45382024-08-27T18:44:53.539Z[ recovery-image] Aug 27 18:44:52.524 INFO O| Aug 27 18:44:52.524 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-08-27T18:44:53.549Z[ recovery-image] Aug 27 18:44:52.533 INFO O| Aug 27 18:44:52.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45402024-08-27T18:44:53.549Z[ recovery-image] Aug 27 18:44:52.533 INFO O| Aug 27 18:44:52.533 INFO STEP 220 (remove_files) COMPLETE
45412024-08-27T18:44:53.549Z[ recovery-image] Aug 27 18:44:52.533 INFO O| Aug 27 18:44:52.533 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-08-27T18:44:53.558Z[ recovery-image] Aug 27 18:44:52.542 INFO O| Aug 27 18:44:52.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45432024-08-27T18:44:53.558Z[ recovery-image] Aug 27 18:44:52.543 INFO O| Aug 27 18:44:52.543 INFO STEP 221 (remove_files) COMPLETE
45442024-08-27T18:44:53.561Z[ recovery-image] Aug 27 18:44:52.543 INFO O| Aug 27 18:44:52.543 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-08-27T18:44:53.568Z[ recovery-image] Aug 27 18:44:52.552 INFO O| Aug 27 18:44:52.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45462024-08-27T18:44:53.568Z[ recovery-image] Aug 27 18:44:52.552 INFO O| Aug 27 18:44:52.552 INFO STEP 222 (remove_files) COMPLETE
45472024-08-27T18:44:53.568Z[ recovery-image] Aug 27 18:44:52.552 INFO O| Aug 27 18:44:52.552 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-08-27T18:44:53.577Z[ recovery-image] Aug 27 18:44:52.561 INFO O| Aug 27 18:44:52.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45492024-08-27T18:44:53.580Z[ recovery-image] Aug 27 18:44:52.561 INFO O| Aug 27 18:44:52.561 INFO STEP 223 (remove_files) COMPLETE
45502024-08-27T18:44:53.580Z[ recovery-image] Aug 27 18:44:52.562 INFO O| Aug 27 18:44:52.561 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-08-27T18:44:53.589Z[ recovery-image] Aug 27 18:44:52.573 INFO O| Aug 27 18:44:52.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45522024-08-27T18:44:53.589Z[ recovery-image] Aug 27 18:44:52.573 INFO O| Aug 27 18:44:52.573 INFO STEP 224 (remove_files) COMPLETE
45532024-08-27T18:44:53.589Z[ recovery-image] Aug 27 18:44:52.573 INFO O| Aug 27 18:44:52.573 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-08-27T18:44:53.601Z[ recovery-image] Aug 27 18:44:52.584 INFO O| Aug 27 18:44:52.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45552024-08-27T18:44:53.601Z[ recovery-image] Aug 27 18:44:52.584 INFO O| Aug 27 18:44:52.584 INFO STEP 225 (remove_files) COMPLETE
45562024-08-27T18:44:53.601Z[ recovery-image] Aug 27 18:44:52.584 INFO O| Aug 27 18:44:52.584 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-08-27T18:44:53.613Z[ recovery-image] Aug 27 18:44:52.597 INFO O| Aug 27 18:44:52.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45582024-08-27T18:44:53.616Z[ recovery-image] Aug 27 18:44:52.598 INFO O| Aug 27 18:44:52.598 INFO STEP 226 (remove_files) COMPLETE
45592024-08-27T18:44:53.616Z[ recovery-image] Aug 27 18:44:52.598 INFO O| Aug 27 18:44:52.598 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-08-27T18:44:53.624Z[ recovery-image] Aug 27 18:44:52.608 INFO O| Aug 27 18:44:52.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45612024-08-27T18:44:53.624Z[ recovery-image] Aug 27 18:44:52.608 INFO O| Aug 27 18:44:52.608 INFO STEP 227 (remove_files) COMPLETE
45622024-08-27T18:44:53.627Z[ recovery-image] Aug 27 18:44:52.608 INFO O| Aug 27 18:44:52.608 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-08-27T18:44:53.634Z[ recovery-image] Aug 27 18:44:52.618 INFO O| Aug 27 18:44:52.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45642024-08-27T18:44:53.638Z[ recovery-image] Aug 27 18:44:52.619 INFO O| Aug 27 18:44:52.618 INFO STEP 228 (remove_files) COMPLETE
45652024-08-27T18:44:53.638Z[ recovery-image] Aug 27 18:44:52.619 INFO O| Aug 27 18:44:52.619 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-08-27T18:44:53.645Z[ recovery-image] Aug 27 18:44:52.629 INFO O| Aug 27 18:44:52.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45672024-08-27T18:44:53.645Z[ recovery-image] Aug 27 18:44:52.629 INFO O| Aug 27 18:44:52.629 INFO STEP 229 (remove_files) COMPLETE
45682024-08-27T18:44:53.645Z[ recovery-image] Aug 27 18:44:52.629 INFO O| Aug 27 18:44:52.629 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-08-27T18:44:53.655Z[ recovery-image] Aug 27 18:44:52.639 INFO O| Aug 27 18:44:52.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45702024-08-27T18:44:53.655Z[ recovery-image] Aug 27 18:44:52.639 INFO O| Aug 27 18:44:52.639 INFO STEP 230 (remove_files) COMPLETE
45712024-08-27T18:44:53.658Z[ recovery-image] Aug 27 18:44:52.639 INFO O| Aug 27 18:44:52.639 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-08-27T18:44:53.665Z[ recovery-image] Aug 27 18:44:52.649 INFO O| Aug 27 18:44:52.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45732024-08-27T18:44:53.668Z[ recovery-image] Aug 27 18:44:52.649 INFO O| Aug 27 18:44:52.649 INFO STEP 231 (remove_files) COMPLETE
45742024-08-27T18:44:53.668Z[ recovery-image] Aug 27 18:44:52.649 INFO O| Aug 27 18:44:52.649 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-08-27T18:44:53.675Z[ recovery-image] Aug 27 18:44:52.659 INFO O| Aug 27 18:44:52.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45762024-08-27T18:44:53.678Z[ recovery-image] Aug 27 18:44:52.659 INFO O| Aug 27 18:44:52.659 INFO STEP 232 (remove_files) COMPLETE
45772024-08-27T18:44:53.678Z[ recovery-image] Aug 27 18:44:52.659 INFO O| Aug 27 18:44:52.659 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-08-27T18:44:53.685Z[ recovery-image] Aug 27 18:44:52.669 INFO O| Aug 27 18:44:52.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45792024-08-27T18:44:53.685Z[ recovery-image] Aug 27 18:44:52.669 INFO O| Aug 27 18:44:52.669 INFO STEP 233 (remove_files) COMPLETE
45802024-08-27T18:44:53.685Z[ recovery-image] Aug 27 18:44:52.669 INFO O| Aug 27 18:44:52.669 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-08-27T18:44:53.694Z[ recovery-image] Aug 27 18:44:52.679 INFO O| Aug 27 18:44:52.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45822024-08-27T18:44:53.694Z[ recovery-image] Aug 27 18:44:52.679 INFO O| Aug 27 18:44:52.679 INFO STEP 234 (remove_files) COMPLETE
45832024-08-27T18:44:53.697Z[ recovery-image] Aug 27 18:44:52.679 INFO O| Aug 27 18:44:52.679 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-08-27T18:44:53.704Z[ recovery-image] Aug 27 18:44:52.688 INFO O| Aug 27 18:44:52.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45852024-08-27T18:44:53.707Z[ recovery-image] Aug 27 18:44:52.689 INFO O| Aug 27 18:44:52.688 INFO STEP 235 (remove_files) COMPLETE
45862024-08-27T18:44:53.707Z[ recovery-image] Aug 27 18:44:52.689 INFO O| Aug 27 18:44:52.688 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-08-27T18:44:53.714Z[ recovery-image] Aug 27 18:44:52.698 INFO O| Aug 27 18:44:52.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45882024-08-27T18:44:53.717Z[ recovery-image] Aug 27 18:44:52.698 INFO O| Aug 27 18:44:52.698 INFO STEP 236 (remove_files) COMPLETE
45892024-08-27T18:44:53.717Z[ recovery-image] Aug 27 18:44:52.698 INFO O| Aug 27 18:44:52.698 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-08-27T18:44:53.724Z[ recovery-image] Aug 27 18:44:52.708 INFO O| Aug 27 18:44:52.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45912024-08-27T18:44:53.724Z[ recovery-image] Aug 27 18:44:52.708 INFO O| Aug 27 18:44:52.708 INFO STEP 237 (remove_files) COMPLETE
45922024-08-27T18:44:53.724Z[ recovery-image] Aug 27 18:44:52.708 INFO O| Aug 27 18:44:52.708 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-08-27T18:44:53.733Z[ recovery-image] Aug 27 18:44:52.717 INFO O| Aug 27 18:44:52.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45942024-08-27T18:44:53.736Z[ recovery-image] Aug 27 18:44:52.718 INFO O| Aug 27 18:44:52.718 INFO STEP 238 (remove_files) COMPLETE
45952024-08-27T18:44:53.736Z[ recovery-image] Aug 27 18:44:52.718 INFO O| Aug 27 18:44:52.718 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-08-27T18:44:53.743Z[ recovery-image] Aug 27 18:44:52.727 INFO O| Aug 27 18:44:52.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45972024-08-27T18:44:53.746Z[ recovery-image] Aug 27 18:44:52.727 INFO O| Aug 27 18:44:52.727 INFO STEP 239 (remove_files) COMPLETE
45982024-08-27T18:44:53.746Z[ recovery-image] Aug 27 18:44:52.727 INFO O| Aug 27 18:44:52.727 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-08-27T18:44:53.753Z[ recovery-image] Aug 27 18:44:52.737 INFO O| Aug 27 18:44:52.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46002024-08-27T18:44:53.753Z[ recovery-image] Aug 27 18:44:52.737 INFO O| Aug 27 18:44:52.737 INFO STEP 240 (remove_files) COMPLETE
46012024-08-27T18:44:53.756Z[ recovery-image] Aug 27 18:44:52.737 INFO O| Aug 27 18:44:52.737 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-08-27T18:44:53.762Z[ recovery-image] Aug 27 18:44:52.746 INFO O| Aug 27 18:44:52.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46032024-08-27T18:44:53.766Z[ recovery-image] Aug 27 18:44:52.746 INFO O| Aug 27 18:44:52.746 INFO STEP 241 (remove_files) COMPLETE
46042024-08-27T18:44:53.766Z[ recovery-image] Aug 27 18:44:52.746 INFO O| Aug 27 18:44:52.746 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-08-27T18:44:53.773Z[ recovery-image] Aug 27 18:44:52.756 INFO O| Aug 27 18:44:52.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46062024-08-27T18:44:53.775Z[ recovery-image] Aug 27 18:44:52.756 INFO O| Aug 27 18:44:52.756 INFO STEP 242 (remove_files) COMPLETE
46072024-08-27T18:44:53.775Z[ recovery-image] Aug 27 18:44:52.756 INFO O| Aug 27 18:44:52.756 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-08-27T18:44:53.781Z[ recovery-image] Aug 27 18:44:52.765 INFO O| Aug 27 18:44:52.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46092024-08-27T18:44:53.781Z[ recovery-image] Aug 27 18:44:52.766 INFO O| Aug 27 18:44:52.765 INFO STEP 243 (remove_files) COMPLETE
46102024-08-27T18:44:53.785Z[ recovery-image] Aug 27 18:44:52.766 INFO O| Aug 27 18:44:52.766 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-08-27T18:44:53.791Z[ recovery-image] Aug 27 18:44:52.775 INFO O| Aug 27 18:44:52.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46122024-08-27T18:44:53.791Z[ recovery-image] Aug 27 18:44:52.775 INFO O| Aug 27 18:44:52.775 INFO STEP 244 (remove_files) COMPLETE
46132024-08-27T18:44:53.791Z[ recovery-image] Aug 27 18:44:52.775 INFO O| Aug 27 18:44:52.775 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-08-27T18:44:53.801Z[ recovery-image] Aug 27 18:44:52.785 INFO O| Aug 27 18:44:52.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46152024-08-27T18:44:53.801Z[ recovery-image] Aug 27 18:44:52.785 INFO O| Aug 27 18:44:52.785 INFO STEP 245 (remove_files) COMPLETE
46162024-08-27T18:44:53.804Z[ recovery-image] Aug 27 18:44:52.785 INFO O| Aug 27 18:44:52.785 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-08-27T18:44:53.810Z[ recovery-image] Aug 27 18:44:52.794 INFO O| Aug 27 18:44:52.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46182024-08-27T18:44:53.810Z[ recovery-image] Aug 27 18:44:52.794 INFO O| Aug 27 18:44:52.794 INFO STEP 246 (remove_files) COMPLETE
46192024-08-27T18:44:53.812Z[ recovery-image] Aug 27 18:44:52.794 INFO O| Aug 27 18:44:52.794 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-08-27T18:44:53.820Z[ recovery-image] Aug 27 18:44:52.804 INFO O| Aug 27 18:44:52.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46212024-08-27T18:44:53.820Z[ recovery-image] Aug 27 18:44:52.804 INFO O| Aug 27 18:44:52.804 INFO STEP 247 (remove_files) COMPLETE
46222024-08-27T18:44:53.822Z[ recovery-image] Aug 27 18:44:52.804 INFO O| Aug 27 18:44:52.804 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-08-27T18:44:53.829Z[ recovery-image] Aug 27 18:44:52.813 INFO O| Aug 27 18:44:52.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46242024-08-27T18:44:53.829Z[ recovery-image] Aug 27 18:44:52.814 INFO O| Aug 27 18:44:52.814 INFO STEP 248 (remove_files) COMPLETE
46252024-08-27T18:44:53.832Z[ recovery-image] Aug 27 18:44:52.814 INFO O| Aug 27 18:44:52.814 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-08-27T18:44:53.839Z[ recovery-image] Aug 27 18:44:52.823 INFO O| Aug 27 18:44:52.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46272024-08-27T18:44:53.839Z[ recovery-image] Aug 27 18:44:52.823 INFO O| Aug 27 18:44:52.823 INFO STEP 249 (remove_files) COMPLETE
46282024-08-27T18:44:53.841Z[ recovery-image] Aug 27 18:44:52.823 INFO O| Aug 27 18:44:52.823 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-08-27T18:44:53.849Z[ recovery-image] Aug 27 18:44:52.833 INFO O| Aug 27 18:44:52.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46302024-08-27T18:44:53.849Z[ recovery-image] Aug 27 18:44:52.833 INFO O| Aug 27 18:44:52.833 INFO STEP 250 (remove_files) COMPLETE
46312024-08-27T18:44:53.852Z[ recovery-image] Aug 27 18:44:52.833 INFO O| Aug 27 18:44:52.833 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-08-27T18:44:53.858Z[ recovery-image] Aug 27 18:44:52.843 INFO O| Aug 27 18:44:52.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46332024-08-27T18:44:53.859Z[ recovery-image] Aug 27 18:44:52.843 INFO O| Aug 27 18:44:52.843 INFO STEP 251 (remove_files) COMPLETE
46342024-08-27T18:44:53.861Z[ recovery-image] Aug 27 18:44:52.843 INFO O| Aug 27 18:44:52.843 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-08-27T18:44:53.868Z[ recovery-image] Aug 27 18:44:52.852 INFO O| Aug 27 18:44:52.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46362024-08-27T18:44:53.871Z[ recovery-image] Aug 27 18:44:52.852 INFO O| Aug 27 18:44:52.852 INFO STEP 252 (remove_files) COMPLETE
46372024-08-27T18:44:53.871Z[ recovery-image] Aug 27 18:44:52.852 INFO O| Aug 27 18:44:52.852 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-08-27T18:44:53.879Z[ recovery-image] Aug 27 18:44:52.862 INFO O| Aug 27 18:44:52.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46392024-08-27T18:44:53.882Z[ recovery-image] Aug 27 18:44:52.862 INFO O| Aug 27 18:44:52.862 INFO STEP 253 (remove_files) COMPLETE
46402024-08-27T18:44:53.882Z[ recovery-image] Aug 27 18:44:52.862 INFO O| Aug 27 18:44:52.862 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-08-27T18:44:53.887Z[ recovery-image] Aug 27 18:44:52.871 INFO O| Aug 27 18:44:52.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46422024-08-27T18:44:53.887Z[ recovery-image] Aug 27 18:44:52.871 INFO O| Aug 27 18:44:52.871 INFO STEP 254 (remove_files) COMPLETE
46432024-08-27T18:44:53.887Z[ recovery-image] Aug 27 18:44:52.872 INFO O| Aug 27 18:44:52.871 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-08-27T18:44:53.897Z[ recovery-image] Aug 27 18:44:52.881 INFO O| Aug 27 18:44:52.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46452024-08-27T18:44:53.899Z[ recovery-image] Aug 27 18:44:52.881 INFO O| Aug 27 18:44:52.881 INFO STEP 255 (remove_files) COMPLETE
46462024-08-27T18:44:53.899Z[ recovery-image] Aug 27 18:44:52.881 INFO O| Aug 27 18:44:52.881 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-08-27T18:44:53.906Z[ recovery-image] Aug 27 18:44:52.891 INFO O| Aug 27 18:44:52.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46482024-08-27T18:44:53.906Z[ recovery-image] Aug 27 18:44:52.891 INFO O| Aug 27 18:44:52.891 INFO STEP 256 (remove_files) COMPLETE
46492024-08-27T18:44:53.909Z[ recovery-image] Aug 27 18:44:52.891 INFO O| Aug 27 18:44:52.891 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-08-27T18:44:53.916Z[ recovery-image] Aug 27 18:44:52.900 INFO O| Aug 27 18:44:52.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46512024-08-27T18:44:53.916Z[ recovery-image] Aug 27 18:44:52.900 INFO O| Aug 27 18:44:52.900 INFO STEP 257 (remove_files) COMPLETE
46522024-08-27T18:44:53.919Z[ recovery-image] Aug 27 18:44:52.900 INFO O| Aug 27 18:44:52.900 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-08-27T18:44:53.926Z[ recovery-image] Aug 27 18:44:52.910 INFO O| Aug 27 18:44:52.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46542024-08-27T18:44:53.926Z[ recovery-image] Aug 27 18:44:52.910 INFO O| Aug 27 18:44:52.910 INFO STEP 258 (remove_files) COMPLETE
46552024-08-27T18:44:53.928Z[ recovery-image] Aug 27 18:44:52.910 INFO O| Aug 27 18:44:52.910 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-08-27T18:44:53.935Z[ recovery-image] Aug 27 18:44:52.920 INFO O| Aug 27 18:44:52.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46572024-08-27T18:44:53.938Z[ recovery-image] Aug 27 18:44:52.920 INFO O| Aug 27 18:44:52.920 INFO STEP 259 (remove_files) COMPLETE
46582024-08-27T18:44:53.938Z[ recovery-image] Aug 27 18:44:52.920 INFO O| Aug 27 18:44:52.920 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-08-27T18:44:53.945Z[ recovery-image] Aug 27 18:44:52.930 INFO O| Aug 27 18:44:52.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46602024-08-27T18:44:53.945Z[ recovery-image] Aug 27 18:44:52.930 INFO O| Aug 27 18:44:52.930 INFO STEP 260 (remove_files) COMPLETE
46612024-08-27T18:44:53.945Z[ recovery-image] Aug 27 18:44:52.930 INFO O| Aug 27 18:44:52.930 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-08-27T18:44:53.955Z[ recovery-image] Aug 27 18:44:52.939 INFO O| Aug 27 18:44:52.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46632024-08-27T18:44:53.955Z[ recovery-image] Aug 27 18:44:52.939 INFO O| Aug 27 18:44:52.939 INFO STEP 261 (remove_files) COMPLETE
46642024-08-27T18:44:53.957Z[ recovery-image] Aug 27 18:44:52.939 INFO O| Aug 27 18:44:52.939 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-08-27T18:44:53.964Z[ recovery-image] Aug 27 18:44:52.949 INFO O| Aug 27 18:44:52.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46662024-08-27T18:44:53.964Z[ recovery-image] Aug 27 18:44:52.949 INFO O| Aug 27 18:44:52.949 INFO STEP 262 (remove_files) COMPLETE
46672024-08-27T18:44:53.980Z[ recovery-image] Aug 27 18:44:52.949 INFO O| Aug 27 18:44:52.949 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-08-27T18:44:53.982Z[ recovery-image] Aug 27 18:44:52.958 INFO O| Aug 27 18:44:52.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46692024-08-27T18:44:53.982Z[ recovery-image] Aug 27 18:44:52.958 INFO O| Aug 27 18:44:52.958 INFO STEP 263 (remove_files) COMPLETE
46702024-08-27T18:44:53.982Z[ recovery-image] Aug 27 18:44:52.959 INFO O| Aug 27 18:44:52.958 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-08-27T18:44:53.985Z[ recovery-image] Aug 27 18:44:52.968 INFO O| Aug 27 18:44:52.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46722024-08-27T18:44:53.985Z[ recovery-image] Aug 27 18:44:52.968 INFO O| Aug 27 18:44:52.968 INFO STEP 264 (remove_files) COMPLETE
46732024-08-27T18:44:53.985Z[ recovery-image] Aug 27 18:44:52.968 INFO O| Aug 27 18:44:52.968 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-08-27T18:44:53.993Z[ recovery-image] Aug 27 18:44:52.978 INFO O| Aug 27 18:44:52.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46752024-08-27T18:44:53.998Z[ recovery-image] Aug 27 18:44:52.978 INFO O| Aug 27 18:44:52.978 INFO STEP 265 (remove_files) COMPLETE
46762024-08-27T18:44:53.998Z[ recovery-image] Aug 27 18:44:52.978 INFO O| Aug 27 18:44:52.978 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-08-27T18:44:54.004Z[ recovery-image] Aug 27 18:44:52.989 INFO O| Aug 27 18:44:52.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46782024-08-27T18:44:54.004Z[ recovery-image] Aug 27 18:44:52.989 INFO O| Aug 27 18:44:52.989 INFO STEP 266 (remove_files) COMPLETE
46792024-08-27T18:44:54.007Z[ recovery-image] Aug 27 18:44:52.989 INFO O| Aug 27 18:44:52.989 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-08-27T18:44:54.015Z[ recovery-image] Aug 27 18:44:52.999 INFO O| Aug 27 18:44:52.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46812024-08-27T18:44:54.015Z[ recovery-image] Aug 27 18:44:52.999 INFO O| Aug 27 18:44:52.999 INFO STEP 267 (remove_files) COMPLETE
46822024-08-27T18:44:54.018Z[ recovery-image] Aug 27 18:44:52.999 INFO O| Aug 27 18:44:52.999 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-08-27T18:44:54.027Z[ recovery-image] Aug 27 18:44:53.012 INFO O| Aug 27 18:44:53.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46842024-08-27T18:44:54.027Z[ recovery-image] Aug 27 18:44:53.012 INFO O| Aug 27 18:44:53.012 INFO STEP 268 (remove_files) COMPLETE
46852024-08-27T18:44:54.029Z[ recovery-image] Aug 27 18:44:53.012 INFO O| Aug 27 18:44:53.012 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-08-27T18:44:54.039Z[ recovery-image] Aug 27 18:44:53.022 INFO O| Aug 27 18:44:53.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46872024-08-27T18:44:54.039Z[ recovery-image] Aug 27 18:44:53.022 INFO O| Aug 27 18:44:53.022 INFO STEP 269 (remove_files) COMPLETE
46882024-08-27T18:44:54.042Z[ recovery-image] Aug 27 18:44:53.022 INFO O| Aug 27 18:44:53.022 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-08-27T18:44:54.047Z[ recovery-image] Aug 27 18:44:53.031 INFO O| Aug 27 18:44:53.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46902024-08-27T18:44:54.050Z[ recovery-image] Aug 27 18:44:53.032 INFO O| Aug 27 18:44:53.032 INFO STEP 270 (remove_files) COMPLETE
46912024-08-27T18:44:54.050Z[ recovery-image] Aug 27 18:44:53.032 INFO O| Aug 27 18:44:53.032 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-08-27T18:44:54.057Z[ recovery-image] Aug 27 18:44:53.041 INFO O| Aug 27 18:44:53.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46932024-08-27T18:44:54.059Z[ recovery-image] Aug 27 18:44:53.042 INFO O| Aug 27 18:44:53.041 INFO STEP 271 (remove_files) COMPLETE
46942024-08-27T18:44:54.059Z[ recovery-image] Aug 27 18:44:53.042 INFO O| Aug 27 18:44:53.041 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-08-27T18:44:54.067Z[ recovery-image] Aug 27 18:44:53.052 INFO O| Aug 27 18:44:53.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46962024-08-27T18:44:54.067Z[ recovery-image] Aug 27 18:44:53.052 INFO O| Aug 27 18:44:53.052 INFO STEP 272 (remove_files) COMPLETE
46972024-08-27T18:44:54.067Z[ recovery-image] Aug 27 18:44:53.052 INFO O| Aug 27 18:44:53.052 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-08-27T18:44:54.079Z[ recovery-image] Aug 27 18:44:53.064 INFO O| Aug 27 18:44:53.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46992024-08-27T18:44:54.079Z[ recovery-image] Aug 27 18:44:53.064 INFO O| Aug 27 18:44:53.064 INFO STEP 273 (remove_files) COMPLETE
47002024-08-27T18:44:54.082Z[ recovery-image] Aug 27 18:44:53.064 INFO O| Aug 27 18:44:53.064 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-08-27T18:44:54.091Z[ recovery-image] Aug 27 18:44:53.076 INFO O| Aug 27 18:44:53.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47022024-08-27T18:44:54.091Z[ recovery-image] Aug 27 18:44:53.076 INFO O| Aug 27 18:44:53.076 INFO STEP 274 (remove_files) COMPLETE
47032024-08-27T18:44:54.094Z[ recovery-image] Aug 27 18:44:53.076 INFO O| Aug 27 18:44:53.076 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-08-27T18:44:54.102Z[ recovery-image] Aug 27 18:44:53.087 INFO O| Aug 27 18:44:53.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47052024-08-27T18:44:54.102Z[ recovery-image] Aug 27 18:44:53.087 INFO O| Aug 27 18:44:53.087 INFO STEP 275 (remove_files) COMPLETE
47062024-08-27T18:44:54.102Z[ recovery-image] Aug 27 18:44:53.087 INFO O| Aug 27 18:44:53.087 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-08-27T18:44:54.113Z[ recovery-image] Aug 27 18:44:53.097 INFO O| Aug 27 18:44:53.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47082024-08-27T18:44:54.115Z[ recovery-image] Aug 27 18:44:53.097 INFO O| Aug 27 18:44:53.097 INFO STEP 276 (remove_files) COMPLETE
47092024-08-27T18:44:54.115Z[ recovery-image] Aug 27 18:44:53.097 INFO O| Aug 27 18:44:53.097 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-08-27T18:44:54.123Z[ recovery-image] Aug 27 18:44:53.107 INFO O| Aug 27 18:44:53.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47112024-08-27T18:44:54.123Z[ recovery-image] Aug 27 18:44:53.107 INFO O| Aug 27 18:44:53.107 INFO STEP 277 (remove_files) COMPLETE
47122024-08-27T18:44:54.123Z[ recovery-image] Aug 27 18:44:53.107 INFO O| Aug 27 18:44:53.107 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-08-27T18:44:54.133Z[ recovery-image] Aug 27 18:44:53.118 INFO O| Aug 27 18:44:53.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47142024-08-27T18:44:54.135Z[ recovery-image] Aug 27 18:44:53.118 INFO O| Aug 27 18:44:53.118 INFO STEP 278 (remove_files) COMPLETE
47152024-08-27T18:44:54.135Z[ recovery-image] Aug 27 18:44:53.118 INFO O| Aug 27 18:44:53.118 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-08-27T18:44:54.144Z[ recovery-image] Aug 27 18:44:53.128 INFO O| Aug 27 18:44:53.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47172024-08-27T18:44:54.146Z[ recovery-image] Aug 27 18:44:53.128 INFO O| Aug 27 18:44:53.128 INFO STEP 279 (remove_files) COMPLETE
47182024-08-27T18:44:54.146Z[ recovery-image] Aug 27 18:44:53.128 INFO O| Aug 27 18:44:53.128 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-08-27T18:44:54.154Z[ recovery-image] Aug 27 18:44:53.138 INFO O| Aug 27 18:44:53.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47202024-08-27T18:44:54.154Z[ recovery-image] Aug 27 18:44:53.138 INFO O| Aug 27 18:44:53.138 INFO STEP 280 (remove_files) COMPLETE
47212024-08-27T18:44:54.154Z[ recovery-image] Aug 27 18:44:53.138 INFO O| Aug 27 18:44:53.138 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-08-27T18:44:54.164Z[ recovery-image] Aug 27 18:44:53.148 INFO O| Aug 27 18:44:53.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47232024-08-27T18:44:54.164Z[ recovery-image] Aug 27 18:44:53.148 INFO O| Aug 27 18:44:53.148 INFO STEP 281 (remove_files) COMPLETE
47242024-08-27T18:44:54.164Z[ recovery-image] Aug 27 18:44:53.148 INFO O| Aug 27 18:44:53.148 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-08-27T18:44:54.174Z[ recovery-image] Aug 27 18:44:53.158 INFO O| Aug 27 18:44:53.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47262024-08-27T18:44:54.174Z[ recovery-image] Aug 27 18:44:53.158 INFO O| Aug 27 18:44:53.158 INFO STEP 282 (remove_files) COMPLETE
47272024-08-27T18:44:54.174Z[ recovery-image] Aug 27 18:44:53.158 INFO O| Aug 27 18:44:53.158 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-08-27T18:44:54.183Z[ recovery-image] Aug 27 18:44:53.168 INFO O| Aug 27 18:44:53.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47292024-08-27T18:44:54.183Z[ recovery-image] Aug 27 18:44:53.168 INFO O| Aug 27 18:44:53.168 INFO STEP 283 (remove_files) COMPLETE
47302024-08-27T18:44:54.186Z[ recovery-image] Aug 27 18:44:53.168 INFO O| Aug 27 18:44:53.168 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-08-27T18:44:54.193Z[ recovery-image] Aug 27 18:44:53.177 INFO O| Aug 27 18:44:53.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47322024-08-27T18:44:54.193Z[ recovery-image] Aug 27 18:44:53.177 INFO O| Aug 27 18:44:53.177 INFO STEP 284 (remove_files) COMPLETE
47332024-08-27T18:44:54.193Z[ recovery-image] Aug 27 18:44:53.177 INFO O| Aug 27 18:44:53.177 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-08-27T18:44:54.202Z[ recovery-image] Aug 27 18:44:53.187 INFO O| Aug 27 18:44:53.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47352024-08-27T18:44:54.205Z[ recovery-image] Aug 27 18:44:53.189 INFO O| Aug 27 18:44:53.189 INFO STEP 285 (remove_files) COMPLETE
47362024-08-27T18:44:54.205Z[ recovery-image] Aug 27 18:44:53.189 INFO O| Aug 27 18:44:53.189 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-08-27T18:44:54.213Z[ recovery-image] Aug 27 18:44:53.198 INFO O| Aug 27 18:44:53.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47382024-08-27T18:44:54.216Z[ recovery-image] Aug 27 18:44:53.198 INFO O| Aug 27 18:44:53.198 INFO STEP 286 (remove_files) COMPLETE
47392024-08-27T18:44:54.216Z[ recovery-image] Aug 27 18:44:53.198 INFO O| Aug 27 18:44:53.198 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-08-27T18:44:54.223Z[ recovery-image] Aug 27 18:44:53.207 INFO O| Aug 27 18:44:53.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47412024-08-27T18:44:54.223Z[ recovery-image] Aug 27 18:44:53.208 INFO O| Aug 27 18:44:53.207 INFO STEP 287 (remove_files) COMPLETE
47422024-08-27T18:44:54.223Z[ recovery-image] Aug 27 18:44:53.208 INFO O| Aug 27 18:44:53.208 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-08-27T18:44:54.233Z[ recovery-image] Aug 27 18:44:53.217 INFO O| Aug 27 18:44:53.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47442024-08-27T18:44:54.233Z[ recovery-image] Aug 27 18:44:53.217 INFO O| Aug 27 18:44:53.217 INFO STEP 288 (remove_files) COMPLETE
47452024-08-27T18:44:54.233Z[ recovery-image] Aug 27 18:44:53.217 INFO O| Aug 27 18:44:53.217 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-08-27T18:44:54.242Z[ recovery-image] Aug 27 18:44:53.227 INFO O| Aug 27 18:44:53.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47472024-08-27T18:44:54.245Z[ recovery-image] Aug 27 18:44:53.227 INFO O| Aug 27 18:44:53.227 INFO STEP 289 (remove_files) COMPLETE
47482024-08-27T18:44:54.245Z[ recovery-image] Aug 27 18:44:53.227 INFO O| Aug 27 18:44:53.227 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-08-27T18:44:54.252Z[ recovery-image] Aug 27 18:44:53.237 INFO O| Aug 27 18:44:53.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47502024-08-27T18:44:54.252Z[ recovery-image] Aug 27 18:44:53.237 INFO O| Aug 27 18:44:53.237 INFO STEP 290 (remove_files) COMPLETE
47512024-08-27T18:44:54.252Z[ recovery-image] Aug 27 18:44:53.237 INFO O| Aug 27 18:44:53.237 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-08-27T18:44:54.262Z[ recovery-image] Aug 27 18:44:53.246 INFO O| Aug 27 18:44:53.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47532024-08-27T18:44:54.262Z[ recovery-image] Aug 27 18:44:53.246 INFO O| Aug 27 18:44:53.246 INFO STEP 291 (remove_files) COMPLETE
47542024-08-27T18:44:54.262Z[ recovery-image] Aug 27 18:44:53.246 INFO O| Aug 27 18:44:53.246 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-08-27T18:44:54.271Z[ recovery-image] Aug 27 18:44:53.256 INFO O| Aug 27 18:44:53.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47562024-08-27T18:44:54.271Z[ recovery-image] Aug 27 18:44:53.256 INFO O| Aug 27 18:44:53.256 INFO STEP 292 (remove_files) COMPLETE
47572024-08-27T18:44:54.274Z[ recovery-image] Aug 27 18:44:53.256 INFO O| Aug 27 18:44:53.256 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-08-27T18:44:54.281Z[ recovery-image] Aug 27 18:44:53.265 INFO O| Aug 27 18:44:53.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47592024-08-27T18:44:54.281Z[ recovery-image] Aug 27 18:44:53.265 INFO O| Aug 27 18:44:53.265 INFO STEP 293 (remove_files) COMPLETE
47602024-08-27T18:44:54.284Z[ recovery-image] Aug 27 18:44:53.265 INFO O| Aug 27 18:44:53.265 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-08-27T18:44:54.290Z[ recovery-image] Aug 27 18:44:53.275 INFO O| Aug 27 18:44:53.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47622024-08-27T18:44:54.290Z[ recovery-image] Aug 27 18:44:53.275 INFO O| Aug 27 18:44:53.275 INFO STEP 294 (remove_files) COMPLETE
47632024-08-27T18:44:54.290Z[ recovery-image] Aug 27 18:44:53.275 INFO O| Aug 27 18:44:53.275 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-08-27T18:44:54.300Z[ recovery-image] Aug 27 18:44:53.284 INFO O| Aug 27 18:44:53.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47652024-08-27T18:44:54.300Z[ recovery-image] Aug 27 18:44:53.284 INFO O| Aug 27 18:44:53.284 INFO STEP 295 (remove_files) COMPLETE
47662024-08-27T18:44:54.300Z[ recovery-image] Aug 27 18:44:53.284 INFO O| Aug 27 18:44:53.284 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-08-27T18:44:54.311Z[ recovery-image] Aug 27 18:44:53.294 INFO O| Aug 27 18:44:53.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47682024-08-27T18:44:54.314Z[ recovery-image] Aug 27 18:44:53.294 INFO O| Aug 27 18:44:53.294 INFO STEP 296 (remove_files) COMPLETE
47692024-08-27T18:44:54.314Z[ recovery-image] Aug 27 18:44:53.294 INFO O| Aug 27 18:44:53.294 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-08-27T18:44:54.320Z[ recovery-image] Aug 27 18:44:53.303 INFO O| Aug 27 18:44:53.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47712024-08-27T18:44:54.320Z[ recovery-image] Aug 27 18:44:53.304 INFO O| Aug 27 18:44:53.303 INFO STEP 297 (remove_files) COMPLETE
47722024-08-27T18:44:54.323Z[ recovery-image] Aug 27 18:44:53.304 INFO O| Aug 27 18:44:53.303 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-08-27T18:44:54.328Z[ recovery-image] Aug 27 18:44:53.313 INFO O| Aug 27 18:44:53.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47742024-08-27T18:44:54.328Z[ recovery-image] Aug 27 18:44:53.313 INFO O| Aug 27 18:44:53.313 INFO STEP 298 (remove_files) COMPLETE
47752024-08-27T18:44:54.329Z[ recovery-image] Aug 27 18:44:53.313 INFO O| Aug 27 18:44:53.313 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-08-27T18:44:54.338Z[ recovery-image] Aug 27 18:44:53.323 INFO O| Aug 27 18:44:53.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47772024-08-27T18:44:54.338Z[ recovery-image] Aug 27 18:44:53.323 INFO O| Aug 27 18:44:53.323 INFO STEP 299 (remove_files) COMPLETE
47782024-08-27T18:44:54.338Z[ recovery-image] Aug 27 18:44:53.323 INFO O| Aug 27 18:44:53.323 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-08-27T18:44:54.348Z[ recovery-image] Aug 27 18:44:53.332 INFO O| Aug 27 18:44:53.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47802024-08-27T18:44:54.348Z[ recovery-image] Aug 27 18:44:53.332 INFO O| Aug 27 18:44:53.332 INFO STEP 300 (remove_files) COMPLETE
47812024-08-27T18:44:54.350Z[ recovery-image] Aug 27 18:44:53.332 INFO O| Aug 27 18:44:53.332 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-27T18:44:54.357Z[ recovery-image] Aug 27 18:44:53.342 INFO O| Aug 27 18:44:53.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47832024-08-27T18:44:54.360Z[ recovery-image] Aug 27 18:44:53.342 INFO O| Aug 27 18:44:53.342 INFO STEP 301 (remove_files) COMPLETE
47842024-08-27T18:44:54.360Z[ recovery-image] Aug 27 18:44:53.342 INFO O| Aug 27 18:44:53.342 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-27T18:44:54.367Z[ recovery-image] Aug 27 18:44:53.351 INFO O| Aug 27 18:44:53.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47862024-08-27T18:44:54.367Z[ recovery-image] Aug 27 18:44:53.352 INFO O| Aug 27 18:44:53.351 INFO STEP 302 (remove_files) COMPLETE
47872024-08-27T18:44:54.369Z[ recovery-image] Aug 27 18:44:53.352 INFO O| Aug 27 18:44:53.352 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-27T18:44:54.375Z[ host-image] Aug 27 18:44:53.360 INFO O| Aug 27 18:44:53.360 INFO O| Planning: Solver setup ... Done
47892024-08-27T18:44:54.378Z[ recovery-image] Aug 27 18:44:53.361 INFO O| Aug 27 18:44:53.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47902024-08-27T18:44:54.378Z[ recovery-image] Aug 27 18:44:53.361 INFO O| Aug 27 18:44:53.361 INFO STEP 303 (remove_files) COMPLETE
47912024-08-27T18:44:54.378Z[ recovery-image] Aug 27 18:44:53.361 INFO O| Aug 27 18:44:53.361 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-08-27T18:44:54.380Z[ host-image] Aug 27 18:44:53.363 INFO O| Aug 27 18:44:53.363 INFO O| Planning: Running solver ... Done
47932024-08-27T18:44:54.387Z[ recovery-image] Aug 27 18:44:53.372 INFO O| Aug 27 18:44:53.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47942024-08-27T18:44:54.389Z[ recovery-image] Aug 27 18:44:53.372 INFO O| Aug 27 18:44:53.372 INFO STEP 304 (remove_files) COMPLETE
47952024-08-27T18:44:54.389Z[ recovery-image] Aug 27 18:44:53.372 INFO O| Aug 27 18:44:53.372 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-08-27T18:44:54.397Z[ recovery-image] Aug 27 18:44:53.382 INFO O| Aug 27 18:44:53.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47972024-08-27T18:44:54.400Z[ recovery-image] Aug 27 18:44:53.382 INFO O| Aug 27 18:44:53.382 INFO STEP 305 (remove_files) COMPLETE
47982024-08-27T18:44:54.400Z[ recovery-image] Aug 27 18:44:53.382 INFO O| Aug 27 18:44:53.382 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-08-27T18:44:54.407Z[ recovery-image] Aug 27 18:44:53.392 INFO O| Aug 27 18:44:53.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48002024-08-27T18:44:54.407Z[ recovery-image] Aug 27 18:44:53.392 INFO O| Aug 27 18:44:53.392 INFO STEP 306 (remove_files) COMPLETE
48012024-08-27T18:44:54.410Z[ recovery-image] Aug 27 18:44:53.392 INFO O| Aug 27 18:44:53.392 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-08-27T18:44:54.417Z[ recovery-image] Aug 27 18:44:53.401 INFO O| Aug 27 18:44:53.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48032024-08-27T18:44:54.417Z[ recovery-image] Aug 27 18:44:53.402 INFO O| Aug 27 18:44:53.402 INFO STEP 307 (remove_files) COMPLETE
48042024-08-27T18:44:54.419Z[ recovery-image] Aug 27 18:44:53.402 INFO O| Aug 27 18:44:53.402 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-08-27T18:44:54.419Z[ host-image] Aug 27 18:44:53.402 INFO O| Aug 27 18:44:53.402 INFO O| Planning: Finding local manifests ... Done
48062024-08-27T18:44:54.419Z[ host-image] Aug 27 18:44:53.404 INFO O| Aug 27 18:44:53.404 INFO O| Planning: Fetching manifests: 0/4 0% complete
48072024-08-27T18:44:54.427Z[ recovery-image] Aug 27 18:44:53.412 INFO O| Aug 27 18:44:53.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48082024-08-27T18:44:54.427Z[ recovery-image] Aug 27 18:44:53.412 INFO O| Aug 27 18:44:53.412 INFO STEP 308 (remove_files) COMPLETE
48092024-08-27T18:44:54.430Z[ recovery-image] Aug 27 18:44:53.412 INFO O| Aug 27 18:44:53.412 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-08-27T18:44:54.437Z[ recovery-image] Aug 27 18:44:53.421 INFO O| Aug 27 18:44:53.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48112024-08-27T18:44:54.437Z[ recovery-image] Aug 27 18:44:53.422 INFO O| Aug 27 18:44:53.421 INFO STEP 309 (remove_files) COMPLETE
48122024-08-27T18:44:54.437Z[ recovery-image] Aug 27 18:44:53.422 INFO O| Aug 27 18:44:53.422 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-08-27T18:44:54.447Z[ recovery-image] Aug 27 18:44:53.431 INFO O| Aug 27 18:44:53.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48142024-08-27T18:44:54.447Z[ recovery-image] Aug 27 18:44:53.431 INFO O| Aug 27 18:44:53.431 INFO STEP 310 (remove_files) COMPLETE
48152024-08-27T18:44:54.447Z[ recovery-image] Aug 27 18:44:53.431 INFO O| Aug 27 18:44:53.431 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-08-27T18:44:54.456Z[ recovery-image] Aug 27 18:44:53.441 INFO O| Aug 27 18:44:53.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48172024-08-27T18:44:54.456Z[ recovery-image] Aug 27 18:44:53.441 INFO O| Aug 27 18:44:53.441 INFO STEP 311 (remove_files) COMPLETE
48182024-08-27T18:44:54.456Z[ recovery-image] Aug 27 18:44:53.441 INFO O| Aug 27 18:44:53.441 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-08-27T18:44:54.466Z[ recovery-image] Aug 27 18:44:53.451 INFO O| Aug 27 18:44:53.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48202024-08-27T18:44:54.466Z[ recovery-image] Aug 27 18:44:53.451 INFO O| Aug 27 18:44:53.451 INFO STEP 312 (remove_files) COMPLETE
48212024-08-27T18:44:54.469Z[ recovery-image] Aug 27 18:44:53.451 INFO O| Aug 27 18:44:53.451 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-08-27T18:44:54.476Z[ recovery-image] Aug 27 18:44:53.460 INFO O| Aug 27 18:44:53.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48232024-08-27T18:44:54.476Z[ recovery-image] Aug 27 18:44:53.461 INFO O| Aug 27 18:44:53.460 INFO STEP 313 (remove_files) COMPLETE
48242024-08-27T18:44:54.481Z[ recovery-image] Aug 27 18:44:53.461 INFO O| Aug 27 18:44:53.460 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-08-27T18:44:54.486Z[ recovery-image] Aug 27 18:44:53.470 INFO O| Aug 27 18:44:53.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48262024-08-27T18:44:54.486Z[ recovery-image] Aug 27 18:44:53.470 INFO O| Aug 27 18:44:53.470 INFO STEP 314 (remove_files) COMPLETE
48272024-08-27T18:44:54.488Z[ recovery-image] Aug 27 18:44:53.470 INFO O| Aug 27 18:44:53.470 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-08-27T18:44:54.497Z[ recovery-image] Aug 27 18:44:53.480 INFO O| Aug 27 18:44:53.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48292024-08-27T18:44:54.497Z[ recovery-image] Aug 27 18:44:53.480 INFO O| Aug 27 18:44:53.480 INFO STEP 315 (remove_files) COMPLETE
48302024-08-27T18:44:54.501Z[ recovery-image] Aug 27 18:44:53.480 INFO O| Aug 27 18:44:53.480 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-08-27T18:44:54.505Z[ recovery-image] Aug 27 18:44:53.489 INFO O| Aug 27 18:44:53.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48322024-08-27T18:44:54.505Z[ recovery-image] Aug 27 18:44:53.490 INFO O| Aug 27 18:44:53.490 INFO STEP 316 (remove_files) COMPLETE
48332024-08-27T18:44:54.508Z[ recovery-image] Aug 27 18:44:53.490 INFO O| Aug 27 18:44:53.490 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-08-27T18:44:54.508Z[ host-image] Aug 27 18:44:53.490 INFO O| Aug 27 18:44:53.490 INFO O| Planning: Fetching manifests: 4/4 100% complete
48352024-08-27T18:44:54.516Z[ recovery-image] Aug 27 18:44:53.500 INFO O| Aug 27 18:44:53.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48362024-08-27T18:44:54.518Z[ recovery-image] Aug 27 18:44:53.500 INFO O| Aug 27 18:44:53.500 INFO STEP 317 (remove_files) COMPLETE
48372024-08-27T18:44:54.518Z[ recovery-image] Aug 27 18:44:53.500 INFO O| Aug 27 18:44:53.500 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-08-27T18:44:54.527Z[ recovery-image] Aug 27 18:44:53.509 INFO O| Aug 27 18:44:53.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48392024-08-27T18:44:54.530Z[ recovery-image] Aug 27 18:44:53.509 INFO O| Aug 27 18:44:53.509 INFO STEP 318 (remove_files) COMPLETE
48402024-08-27T18:44:54.530Z[ recovery-image] Aug 27 18:44:53.509 INFO O| Aug 27 18:44:53.509 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-08-27T18:44:54.530Z[ host-image] Aug 27 18:44:53.513 INFO O| Aug 27 18:44:53.513 INFO O| Planning: Package planning ... Done
48422024-08-27T18:44:54.533Z[ host-image] Aug 27 18:44:53.515 INFO O| Aug 27 18:44:53.515 INFO O| Planning: Merging actions ... Done
48432024-08-27T18:44:54.535Z[ recovery-image] Aug 27 18:44:53.519 INFO O| Aug 27 18:44:53.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48442024-08-27T18:44:54.535Z[ recovery-image] Aug 27 18:44:53.519 INFO O| Aug 27 18:44:53.519 INFO STEP 319 (remove_files) COMPLETE
48452024-08-27T18:44:54.535Z[ recovery-image] Aug 27 18:44:53.519 INFO O| Aug 27 18:44:53.519 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-08-27T18:44:54.545Z[ recovery-image] Aug 27 18:44:53.529 INFO O| Aug 27 18:44:53.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48472024-08-27T18:44:54.547Z[ recovery-image] Aug 27 18:44:53.529 INFO O| Aug 27 18:44:53.529 INFO STEP 320 (remove_files) COMPLETE
48482024-08-27T18:44:54.547Z[ recovery-image] Aug 27 18:44:53.529 INFO O| Aug 27 18:44:53.529 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-08-27T18:44:54.555Z[ recovery-image] Aug 27 18:44:53.539 INFO O| Aug 27 18:44:53.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48502024-08-27T18:44:54.555Z[ recovery-image] Aug 27 18:44:53.539 INFO O| Aug 27 18:44:53.539 INFO STEP 321 (remove_files) COMPLETE
48512024-08-27T18:44:54.557Z[ recovery-image] Aug 27 18:44:53.539 INFO O| Aug 27 18:44:53.539 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-08-27T18:44:54.564Z[ recovery-image] Aug 27 18:44:53.549 INFO O| Aug 27 18:44:53.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48532024-08-27T18:44:54.564Z[ recovery-image] Aug 27 18:44:53.549 INFO O| Aug 27 18:44:53.549 INFO STEP 322 (remove_files) COMPLETE
48542024-08-27T18:44:54.567Z[ recovery-image] Aug 27 18:44:53.549 INFO O| Aug 27 18:44:53.549 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-08-27T18:44:54.574Z[ recovery-image] Aug 27 18:44:53.558 INFO O| Aug 27 18:44:53.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48562024-08-27T18:44:54.576Z[ recovery-image] Aug 27 18:44:53.558 INFO O| Aug 27 18:44:53.558 INFO STEP 323 (remove_files) COMPLETE
48572024-08-27T18:44:54.577Z[ recovery-image] Aug 27 18:44:53.558 INFO O| Aug 27 18:44:53.558 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-08-27T18:44:54.583Z[ recovery-image] Aug 27 18:44:53.568 INFO O| Aug 27 18:44:53.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48592024-08-27T18:44:54.583Z[ recovery-image] Aug 27 18:44:53.568 INFO O| Aug 27 18:44:53.568 INFO STEP 324 (remove_files) COMPLETE
48602024-08-27T18:44:54.586Z[ recovery-image] Aug 27 18:44:53.568 INFO O| Aug 27 18:44:53.568 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-08-27T18:44:54.593Z[ recovery-image] Aug 27 18:44:53.577 INFO O| Aug 27 18:44:53.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48622024-08-27T18:44:54.593Z[ recovery-image] Aug 27 18:44:53.577 INFO O| Aug 27 18:44:53.577 INFO STEP 325 (remove_files) COMPLETE
48632024-08-27T18:44:54.596Z[ recovery-image] Aug 27 18:44:53.578 INFO O| Aug 27 18:44:53.577 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-08-27T18:44:54.603Z[ recovery-image] Aug 27 18:44:53.588 INFO O| Aug 27 18:44:53.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48652024-08-27T18:44:54.606Z[ recovery-image] Aug 27 18:44:53.588 INFO O| Aug 27 18:44:53.588 INFO STEP 326 (remove_files) COMPLETE
48662024-08-27T18:44:54.606Z[ recovery-image] Aug 27 18:44:53.588 INFO O| Aug 27 18:44:53.588 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-08-27T18:44:54.609Z[ host-image] Aug 27 18:44:53.593 INFO O| Aug 27 18:44:53.593 INFO O| Planning: Checking for conflicting actions ... Done
48682024-08-27T18:44:54.612Z[ host-image] Aug 27 18:44:53.594 INFO O| Aug 27 18:44:53.594 INFO O| Planning: Consolidating action changes ... Done
48692024-08-27T18:44:54.614Z[ recovery-image] Aug 27 18:44:53.597 INFO O| Aug 27 18:44:53.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48702024-08-27T18:44:54.614Z[ recovery-image] Aug 27 18:44:53.597 INFO O| Aug 27 18:44:53.597 INFO STEP 327 (remove_files) COMPLETE
48712024-08-27T18:44:54.615Z[ recovery-image] Aug 27 18:44:53.597 INFO O| Aug 27 18:44:53.597 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-08-27T18:44:54.624Z[ recovery-image] Aug 27 18:44:53.607 INFO O| Aug 27 18:44:53.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48732024-08-27T18:44:54.626Z[ recovery-image] Aug 27 18:44:53.607 INFO O| Aug 27 18:44:53.607 INFO STEP 328 (remove_files) COMPLETE
48742024-08-27T18:44:54.626Z[ recovery-image] Aug 27 18:44:53.607 INFO O| Aug 27 18:44:53.607 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-08-27T18:44:54.632Z[ recovery-image] Aug 27 18:44:53.616 INFO O| Aug 27 18:44:53.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48762024-08-27T18:44:54.635Z[ recovery-image] Aug 27 18:44:53.617 INFO O| Aug 27 18:44:53.617 INFO STEP 329 (remove_files) COMPLETE
48772024-08-27T18:44:54.635Z[ recovery-image] Aug 27 18:44:53.617 INFO O| Aug 27 18:44:53.617 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-08-27T18:44:54.642Z[ recovery-image] Aug 27 18:44:53.627 INFO O| Aug 27 18:44:53.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48792024-08-27T18:44:54.645Z[ recovery-image] Aug 27 18:44:53.627 INFO O| Aug 27 18:44:53.627 INFO STEP 330 (remove_files) COMPLETE
48802024-08-27T18:44:54.645Z[ recovery-image] Aug 27 18:44:53.627 INFO O| Aug 27 18:44:53.627 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-08-27T18:44:54.652Z[ recovery-image] Aug 27 18:44:53.636 INFO O| Aug 27 18:44:53.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48822024-08-27T18:44:54.652Z[ recovery-image] Aug 27 18:44:53.636 INFO O| Aug 27 18:44:53.636 INFO STEP 331 (remove_files) COMPLETE
48832024-08-27T18:44:54.655Z[ recovery-image] Aug 27 18:44:53.636 INFO O| Aug 27 18:44:53.636 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-08-27T18:44:54.661Z[ recovery-image] Aug 27 18:44:53.646 INFO O| Aug 27 18:44:53.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48852024-08-27T18:44:54.665Z[ recovery-image] Aug 27 18:44:53.646 INFO O| Aug 27 18:44:53.646 INFO STEP 332 (remove_files) COMPLETE
48862024-08-27T18:44:54.665Z[ recovery-image] Aug 27 18:44:53.646 INFO O| Aug 27 18:44:53.646 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-08-27T18:44:54.671Z[ recovery-image] Aug 27 18:44:53.655 INFO O| Aug 27 18:44:53.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48882024-08-27T18:44:54.671Z[ recovery-image] Aug 27 18:44:53.656 INFO O| Aug 27 18:44:53.655 INFO STEP 333 (remove_files) COMPLETE
48892024-08-27T18:44:54.671Z[ recovery-image] Aug 27 18:44:53.656 INFO O| Aug 27 18:44:53.656 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-08-27T18:44:54.681Z[ recovery-image] Aug 27 18:44:53.665 INFO O| Aug 27 18:44:53.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48912024-08-27T18:44:54.681Z[ recovery-image] Aug 27 18:44:53.665 INFO O| Aug 27 18:44:53.665 INFO STEP 334 (remove_files) COMPLETE
48922024-08-27T18:44:54.684Z[ recovery-image] Aug 27 18:44:53.665 INFO O| Aug 27 18:44:53.665 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-08-27T18:44:54.690Z[ recovery-image] Aug 27 18:44:53.675 INFO O| Aug 27 18:44:53.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48942024-08-27T18:44:54.690Z[ recovery-image] Aug 27 18:44:53.675 INFO O| Aug 27 18:44:53.675 INFO STEP 335 (remove_files) COMPLETE
48952024-08-27T18:44:54.693Z[ recovery-image] Aug 27 18:44:53.675 INFO O| Aug 27 18:44:53.675 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-08-27T18:44:54.700Z[ recovery-image] Aug 27 18:44:53.684 INFO O| Aug 27 18:44:53.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48972024-08-27T18:44:54.700Z[ recovery-image] Aug 27 18:44:53.684 INFO O| Aug 27 18:44:53.684 INFO STEP 336 (remove_files) COMPLETE
48982024-08-27T18:44:54.700Z[ recovery-image] Aug 27 18:44:53.684 INFO O| Aug 27 18:44:53.684 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-08-27T18:44:54.709Z[ recovery-image] Aug 27 18:44:53.694 INFO O| Aug 27 18:44:53.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
49002024-08-27T18:44:54.709Z[ recovery-image] Aug 27 18:44:53.694 INFO O| Aug 27 18:44:53.694 INFO STEP 337 (remove_files) COMPLETE
49012024-08-27T18:44:54.712Z[ recovery-image] Aug 27 18:44:53.694 INFO O| Aug 27 18:44:53.694 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-08-27T18:44:54.719Z[ recovery-image] Aug 27 18:44:53.703 INFO O| Aug 27 18:44:53.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49032024-08-27T18:44:54.722Z[ recovery-image] Aug 27 18:44:53.703 INFO O| Aug 27 18:44:53.703 INFO STEP 338 (remove_files) COMPLETE
49042024-08-27T18:44:54.722Z[ recovery-image] Aug 27 18:44:53.704 INFO O| Aug 27 18:44:53.703 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-08-27T18:44:54.729Z[ recovery-image] Aug 27 18:44:53.713 INFO O| Aug 27 18:44:53.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49062024-08-27T18:44:54.729Z[ recovery-image] Aug 27 18:44:53.713 INFO O| Aug 27 18:44:53.713 INFO STEP 339 (remove_files) COMPLETE
49072024-08-27T18:44:54.732Z[ recovery-image] Aug 27 18:44:53.713 INFO O| Aug 27 18:44:53.713 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-08-27T18:44:54.738Z[ recovery-image] Aug 27 18:44:53.722 INFO O| Aug 27 18:44:53.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49092024-08-27T18:44:54.741Z[ recovery-image] Aug 27 18:44:53.723 INFO O| Aug 27 18:44:53.723 INFO STEP 340 (remove_files) COMPLETE
49102024-08-27T18:44:54.741Z[ recovery-image] Aug 27 18:44:53.723 INFO O| Aug 27 18:44:53.723 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-08-27T18:44:54.748Z[ recovery-image] Aug 27 18:44:53.732 INFO O| Aug 27 18:44:53.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49122024-08-27T18:44:54.750Z[ recovery-image] Aug 27 18:44:53.732 INFO O| Aug 27 18:44:53.732 INFO STEP 341 (remove_files) COMPLETE
49132024-08-27T18:44:54.750Z[ recovery-image] Aug 27 18:44:53.732 INFO O| Aug 27 18:44:53.732 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-08-27T18:44:54.757Z[ recovery-image] Aug 27 18:44:53.742 INFO O| Aug 27 18:44:53.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49152024-08-27T18:44:54.757Z[ recovery-image] Aug 27 18:44:53.742 INFO O| Aug 27 18:44:53.742 INFO STEP 342 (remove_files) COMPLETE
49162024-08-27T18:44:54.760Z[ recovery-image] Aug 27 18:44:53.742 INFO O| Aug 27 18:44:53.742 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-08-27T18:44:54.767Z[ recovery-image] Aug 27 18:44:53.751 INFO O| Aug 27 18:44:53.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49182024-08-27T18:44:54.767Z[ recovery-image] Aug 27 18:44:53.751 INFO O| Aug 27 18:44:53.751 INFO STEP 343 (remove_files) COMPLETE
49192024-08-27T18:44:54.770Z[ recovery-image] Aug 27 18:44:53.751 INFO O| Aug 27 18:44:53.751 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-08-27T18:44:54.776Z[ recovery-image] Aug 27 18:44:53.761 INFO O| Aug 27 18:44:53.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49212024-08-27T18:44:54.776Z[ recovery-image] Aug 27 18:44:53.761 INFO O| Aug 27 18:44:53.761 INFO STEP 344 (remove_files) COMPLETE
49222024-08-27T18:44:54.779Z[ recovery-image] Aug 27 18:44:53.761 INFO O| Aug 27 18:44:53.761 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-08-27T18:44:54.785Z[ host-image] Aug 27 18:44:53.769 INFO O| Aug 27 18:44:53.769 INFO O| Planning: Evaluating mediators ... Done
49242024-08-27T18:44:54.788Z[ recovery-image] Aug 27 18:44:53.770 INFO O| Aug 27 18:44:53.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49252024-08-27T18:44:54.788Z[ recovery-image] Aug 27 18:44:53.770 INFO O| Aug 27 18:44:53.770 INFO STEP 345 (remove_files) COMPLETE
49262024-08-27T18:44:54.788Z[ recovery-image] Aug 27 18:44:53.770 INFO O| Aug 27 18:44:53.770 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-08-27T18:44:54.788Z[ host-image] Aug 27 18:44:53.771 INFO O| Aug 27 18:44:53.770 INFO O| Planning: Planning completed in 2.11 seconds
49282024-08-27T18:44:54.790Z[ host-image] Aug 27 18:44:53.772 INFO O| Aug 27 18:44:53.772 INFO O| Packages to install: 4
49292024-08-27T18:44:54.790Z[ host-image] Aug 27 18:44:53.772 INFO O| Aug 27 18:44:53.772 INFO O| Services to change: 2
49302024-08-27T18:44:54.796Z[ recovery-image] Aug 27 18:44:53.780 INFO O| Aug 27 18:44:53.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49312024-08-27T18:44:54.796Z[ recovery-image] Aug 27 18:44:53.780 INFO O| Aug 27 18:44:53.780 INFO STEP 346 (remove_files) COMPLETE
49322024-08-27T18:44:54.798Z[ recovery-image] Aug 27 18:44:53.780 INFO O| Aug 27 18:44:53.780 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-08-27T18:44:54.805Z[ host-image] Aug 27 18:44:53.783 INFO O| Aug 27 18:44:53.783 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
49342024-08-27T18:44:54.810Z[ recovery-image] Aug 27 18:44:53.790 INFO O| Aug 27 18:44:53.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49352024-08-27T18:44:54.811Z[ recovery-image] Aug 27 18:44:53.790 INFO O| Aug 27 18:44:53.790 INFO STEP 347 (remove_files) COMPLETE
49362024-08-27T18:44:54.811Z[ recovery-image] Aug 27 18:44:53.790 INFO O| Aug 27 18:44:53.790 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-08-27T18:44:54.815Z[ recovery-image] Aug 27 18:44:53.799 INFO O| Aug 27 18:44:53.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49382024-08-27T18:44:54.815Z[ recovery-image] Aug 27 18:44:53.799 INFO O| Aug 27 18:44:53.799 INFO STEP 348 (remove_files) COMPLETE
49392024-08-27T18:44:54.817Z[ recovery-image] Aug 27 18:44:53.799 INFO O| Aug 27 18:44:53.799 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-08-27T18:44:54.824Z[ recovery-image] Aug 27 18:44:53.809 INFO O| Aug 27 18:44:53.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49412024-08-27T18:44:54.830Z[ recovery-image] Aug 27 18:44:53.809 INFO O| Aug 27 18:44:53.809 INFO STEP 349 (remove_files) COMPLETE
49422024-08-27T18:44:54.830Z[ recovery-image] Aug 27 18:44:53.809 INFO O| Aug 27 18:44:53.809 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-08-27T18:44:54.835Z[ recovery-image] Aug 27 18:44:53.819 INFO O| Aug 27 18:44:53.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49442024-08-27T18:44:54.835Z[ recovery-image] Aug 27 18:44:53.819 INFO O| Aug 27 18:44:53.819 INFO STEP 350 (remove_files) COMPLETE
49452024-08-27T18:44:54.835Z[ recovery-image] Aug 27 18:44:53.819 INFO O| Aug 27 18:44:53.819 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-08-27T18:44:54.844Z[ recovery-image] Aug 27 18:44:53.828 INFO O| Aug 27 18:44:53.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49472024-08-27T18:44:54.849Z[ recovery-image] Aug 27 18:44:53.828 INFO O| Aug 27 18:44:53.828 INFO STEP 351 (remove_files) COMPLETE
49482024-08-27T18:44:54.849Z[ recovery-image] Aug 27 18:44:53.828 INFO O| Aug 27 18:44:53.828 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-08-27T18:44:54.855Z[ recovery-image] Aug 27 18:44:53.838 INFO O| Aug 27 18:44:53.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49502024-08-27T18:44:54.857Z[ recovery-image] Aug 27 18:44:53.838 INFO O| Aug 27 18:44:53.838 INFO STEP 352 (remove_files) COMPLETE
49512024-08-27T18:44:54.857Z[ recovery-image] Aug 27 18:44:53.838 INFO O| Aug 27 18:44:53.838 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-08-27T18:44:54.864Z[ recovery-image] Aug 27 18:44:53.848 INFO O| Aug 27 18:44:53.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49532024-08-27T18:44:54.864Z[ recovery-image] Aug 27 18:44:53.848 INFO O| Aug 27 18:44:53.848 INFO STEP 353 (remove_files) COMPLETE
49542024-08-27T18:44:54.864Z[ recovery-image] Aug 27 18:44:53.848 INFO O| Aug 27 18:44:53.848 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-08-27T18:44:54.874Z[ recovery-image] Aug 27 18:44:53.858 INFO O| Aug 27 18:44:53.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49562024-08-27T18:44:54.874Z[ recovery-image] Aug 27 18:44:53.858 INFO O| Aug 27 18:44:53.858 INFO STEP 354 (remove_files) COMPLETE
49572024-08-27T18:44:54.874Z[ recovery-image] Aug 27 18:44:53.858 INFO O| Aug 27 18:44:53.858 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-08-27T18:44:54.884Z[ recovery-image] Aug 27 18:44:53.868 INFO O| Aug 27 18:44:53.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49592024-08-27T18:44:54.884Z[ recovery-image] Aug 27 18:44:53.868 INFO O| Aug 27 18:44:53.868 INFO STEP 355 (remove_files) COMPLETE
49602024-08-27T18:44:54.884Z[ recovery-image] Aug 27 18:44:53.868 INFO O| Aug 27 18:44:53.868 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-08-27T18:44:54.894Z[ recovery-image] Aug 27 18:44:53.878 INFO O| Aug 27 18:44:53.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49622024-08-27T18:44:54.894Z[ recovery-image] Aug 27 18:44:53.878 INFO O| Aug 27 18:44:53.878 INFO STEP 356 (remove_files) COMPLETE
49632024-08-27T18:44:54.900Z[ recovery-image] Aug 27 18:44:53.878 INFO O| Aug 27 18:44:53.878 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-27T18:44:54.904Z[ recovery-image] Aug 27 18:44:53.888 INFO O| Aug 27 18:44:53.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49652024-08-27T18:44:54.904Z[ recovery-image] Aug 27 18:44:53.888 INFO O| Aug 27 18:44:53.888 INFO STEP 357 (remove_files) COMPLETE
49662024-08-27T18:44:54.906Z[ recovery-image] Aug 27 18:44:53.888 INFO O| Aug 27 18:44:53.888 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-08-27T18:44:54.915Z[ recovery-image] Aug 27 18:44:53.898 INFO O| Aug 27 18:44:53.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49682024-08-27T18:44:54.915Z[ recovery-image] Aug 27 18:44:53.898 INFO O| Aug 27 18:44:53.898 INFO STEP 358 (remove_files) COMPLETE
49692024-08-27T18:44:54.917Z[ recovery-image] Aug 27 18:44:53.898 INFO O| Aug 27 18:44:53.898 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-08-27T18:44:54.923Z[ recovery-image] Aug 27 18:44:53.907 INFO O| Aug 27 18:44:53.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49712024-08-27T18:44:54.923Z[ recovery-image] Aug 27 18:44:53.907 INFO O| Aug 27 18:44:53.907 INFO STEP 359 (remove_files) COMPLETE
49722024-08-27T18:44:54.926Z[ recovery-image] Aug 27 18:44:53.907 INFO O| Aug 27 18:44:53.907 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-08-27T18:44:54.932Z[ recovery-image] Aug 27 18:44:53.917 INFO O| Aug 27 18:44:53.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49742024-08-27T18:44:54.932Z[ recovery-image] Aug 27 18:44:53.917 INFO O| Aug 27 18:44:53.917 INFO STEP 360 (remove_files) COMPLETE
49752024-08-27T18:44:54.934Z[ recovery-image] Aug 27 18:44:53.917 INFO O| Aug 27 18:44:53.917 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-08-27T18:44:54.941Z[ recovery-image] Aug 27 18:44:53.926 INFO O| Aug 27 18:44:53.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49772024-08-27T18:44:54.941Z[ recovery-image] Aug 27 18:44:53.926 INFO O| Aug 27 18:44:53.926 INFO STEP 361 (remove_files) COMPLETE
49782024-08-27T18:44:54.945Z[ recovery-image] Aug 27 18:44:53.926 INFO O| Aug 27 18:44:53.926 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-08-27T18:44:54.951Z[ recovery-image] Aug 27 18:44:53.935 INFO O| Aug 27 18:44:53.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49802024-08-27T18:44:54.951Z[ recovery-image] Aug 27 18:44:53.936 INFO O| Aug 27 18:44:53.935 INFO STEP 362 (remove_files) COMPLETE
49812024-08-27T18:44:54.951Z[ recovery-image] Aug 27 18:44:53.936 INFO O| Aug 27 18:44:53.935 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-08-27T18:44:54.960Z[ recovery-image] Aug 27 18:44:53.945 INFO O| Aug 27 18:44:53.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49832024-08-27T18:44:54.963Z[ recovery-image] Aug 27 18:44:53.945 INFO O| Aug 27 18:44:53.945 INFO STEP 363 (remove_files) COMPLETE
49842024-08-27T18:44:54.963Z[ recovery-image] Aug 27 18:44:53.945 INFO O| Aug 27 18:44:53.945 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-08-27T18:44:54.970Z[ recovery-image] Aug 27 18:44:53.955 INFO O| Aug 27 18:44:53.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49862024-08-27T18:44:54.973Z[ recovery-image] Aug 27 18:44:53.955 INFO O| Aug 27 18:44:53.955 INFO STEP 364 (remove_files) COMPLETE
49872024-08-27T18:44:54.973Z[ recovery-image] Aug 27 18:44:53.955 INFO O| Aug 27 18:44:53.955 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-08-27T18:44:54.979Z[ recovery-image] Aug 27 18:44:53.964 INFO O| Aug 27 18:44:53.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49892024-08-27T18:44:54.979Z[ recovery-image] Aug 27 18:44:53.964 INFO O| Aug 27 18:44:53.964 INFO STEP 365 (remove_files) COMPLETE
49902024-08-27T18:44:54.979Z[ recovery-image] Aug 27 18:44:53.964 INFO O| Aug 27 18:44:53.964 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-08-27T18:44:54.989Z[ recovery-image] Aug 27 18:44:53.973 INFO O| Aug 27 18:44:53.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49922024-08-27T18:44:54.989Z[ recovery-image] Aug 27 18:44:53.973 INFO O| Aug 27 18:44:53.973 INFO STEP 366 (remove_files) COMPLETE
49932024-08-27T18:44:54.991Z[ recovery-image] Aug 27 18:44:53.973 INFO O| Aug 27 18:44:53.973 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-08-27T18:44:54.998Z[ recovery-image] Aug 27 18:44:53.983 INFO O| Aug 27 18:44:53.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49952024-08-27T18:44:54.998Z[ recovery-image] Aug 27 18:44:53.983 INFO O| Aug 27 18:44:53.983 INFO STEP 367 (remove_files) COMPLETE
49962024-08-27T18:44:55.003Z[ recovery-image] Aug 27 18:44:53.983 INFO O| Aug 27 18:44:53.983 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-08-27T18:44:55.008Z[ recovery-image] Aug 27 18:44:53.992 INFO O| Aug 27 18:44:53.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49982024-08-27T18:44:55.008Z[ recovery-image] Aug 27 18:44:53.992 INFO O| Aug 27 18:44:53.992 INFO STEP 368 (remove_files) COMPLETE
49992024-08-27T18:44:55.010Z[ recovery-image] Aug 27 18:44:53.992 INFO O| Aug 27 18:44:53.992 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-08-27T18:44:55.017Z[ recovery-image] Aug 27 18:44:54.002 INFO O| Aug 27 18:44:54.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
50012024-08-27T18:44:55.019Z[ recovery-image] Aug 27 18:44:54.002 INFO O| Aug 27 18:44:54.002 INFO STEP 369 (remove_files) COMPLETE
50022024-08-27T18:44:55.020Z[ recovery-image] Aug 27 18:44:54.002 INFO O| Aug 27 18:44:54.002 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-08-27T18:44:55.029Z[ recovery-image] Aug 27 18:44:54.012 INFO O| Aug 27 18:44:54.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
50042024-08-27T18:44:55.031Z[ recovery-image] Aug 27 18:44:54.012 INFO O| Aug 27 18:44:54.012 INFO STEP 370 (remove_files) COMPLETE
50052024-08-27T18:44:55.031Z[ recovery-image] Aug 27 18:44:54.012 INFO O| Aug 27 18:44:54.012 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-08-27T18:44:55.037Z[ recovery-image] Aug 27 18:44:54.021 INFO O| Aug 27 18:44:54.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
50072024-08-27T18:44:55.039Z[ recovery-image] Aug 27 18:44:54.021 INFO O| Aug 27 18:44:54.021 INFO STEP 371 (remove_files) COMPLETE
50082024-08-27T18:44:55.040Z[ recovery-image] Aug 27 18:44:54.022 INFO O| Aug 27 18:44:54.021 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-08-27T18:44:55.047Z[ recovery-image] Aug 27 18:44:54.031 INFO O| Aug 27 18:44:54.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
50102024-08-27T18:44:55.050Z[ recovery-image] Aug 27 18:44:54.031 INFO O| Aug 27 18:44:54.031 INFO STEP 372 (remove_files) COMPLETE
50112024-08-27T18:44:55.050Z[ recovery-image] Aug 27 18:44:54.031 INFO O| Aug 27 18:44:54.031 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-08-27T18:44:55.056Z[ recovery-image] Aug 27 18:44:54.040 INFO O| Aug 27 18:44:54.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50132024-08-27T18:44:55.056Z[ recovery-image] Aug 27 18:44:54.041 INFO O| Aug 27 18:44:54.040 INFO STEP 373 (remove_files) COMPLETE
50142024-08-27T18:44:55.058Z[ recovery-image] Aug 27 18:44:54.041 INFO O| Aug 27 18:44:54.041 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-08-27T18:44:55.065Z[ recovery-image] Aug 27 18:44:54.050 INFO O| Aug 27 18:44:54.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50162024-08-27T18:44:55.065Z[ recovery-image] Aug 27 18:44:54.050 INFO O| Aug 27 18:44:54.050 INFO STEP 374 (remove_files) COMPLETE
50172024-08-27T18:44:55.068Z[ recovery-image] Aug 27 18:44:54.050 INFO O| Aug 27 18:44:54.050 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-08-27T18:44:55.075Z[ recovery-image] Aug 27 18:44:54.059 INFO O| Aug 27 18:44:54.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50192024-08-27T18:44:55.077Z[ recovery-image] Aug 27 18:44:54.059 INFO O| Aug 27 18:44:54.059 INFO STEP 375 (remove_files) COMPLETE
50202024-08-27T18:44:55.077Z[ recovery-image] Aug 27 18:44:54.059 INFO O| Aug 27 18:44:54.059 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-08-27T18:44:55.084Z[ recovery-image] Aug 27 18:44:54.069 INFO O| Aug 27 18:44:54.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50222024-08-27T18:44:55.084Z[ recovery-image] Aug 27 18:44:54.069 INFO O| Aug 27 18:44:54.069 INFO STEP 376 (remove_files) COMPLETE
50232024-08-27T18:44:55.087Z[ recovery-image] Aug 27 18:44:54.069 INFO O| Aug 27 18:44:54.069 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-08-27T18:44:55.094Z[ recovery-image] Aug 27 18:44:54.078 INFO O| Aug 27 18:44:54.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50252024-08-27T18:44:55.094Z[ recovery-image] Aug 27 18:44:54.078 INFO O| Aug 27 18:44:54.078 INFO STEP 377 (remove_files) COMPLETE
50262024-08-27T18:44:55.094Z[ recovery-image] Aug 27 18:44:54.078 INFO O| Aug 27 18:44:54.078 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-08-27T18:44:55.103Z[ recovery-image] Aug 27 18:44:54.087 INFO O| Aug 27 18:44:54.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50282024-08-27T18:44:55.103Z[ recovery-image] Aug 27 18:44:54.088 INFO O| Aug 27 18:44:54.088 INFO STEP 378 (remove_files) COMPLETE
50292024-08-27T18:44:55.106Z[ recovery-image] Aug 27 18:44:54.088 INFO O| Aug 27 18:44:54.088 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-08-27T18:44:55.112Z[ recovery-image] Aug 27 18:44:54.097 INFO O| Aug 27 18:44:54.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50312024-08-27T18:44:55.112Z[ recovery-image] Aug 27 18:44:54.097 INFO O| Aug 27 18:44:54.097 INFO STEP 379 (remove_files) COMPLETE
50322024-08-27T18:44:55.115Z[ recovery-image] Aug 27 18:44:54.097 INFO O| Aug 27 18:44:54.097 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-08-27T18:44:55.122Z[ recovery-image] Aug 27 18:44:54.106 INFO O| Aug 27 18:44:54.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50342024-08-27T18:44:55.125Z[ recovery-image] Aug 27 18:44:54.106 INFO O| Aug 27 18:44:54.106 INFO STEP 380 (remove_files) COMPLETE
50352024-08-27T18:44:55.125Z[ recovery-image] Aug 27 18:44:54.106 INFO O| Aug 27 18:44:54.106 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-08-27T18:44:55.131Z[ recovery-image] Aug 27 18:44:54.116 INFO O| Aug 27 18:44:54.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50372024-08-27T18:44:55.134Z[ recovery-image] Aug 27 18:44:54.116 INFO O| Aug 27 18:44:54.116 INFO STEP 381 (remove_files) COMPLETE
50382024-08-27T18:44:55.134Z[ recovery-image] Aug 27 18:44:54.116 INFO O| Aug 27 18:44:54.116 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-08-27T18:44:55.141Z[ recovery-image] Aug 27 18:44:54.125 INFO O| Aug 27 18:44:54.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50402024-08-27T18:44:55.143Z[ recovery-image] Aug 27 18:44:54.125 INFO O| Aug 27 18:44:54.125 INFO STEP 382 (remove_files) COMPLETE
50412024-08-27T18:44:55.143Z[ recovery-image] Aug 27 18:44:54.125 INFO O| Aug 27 18:44:54.125 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-08-27T18:44:55.150Z[ recovery-image] Aug 27 18:44:54.135 INFO O| Aug 27 18:44:54.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50432024-08-27T18:44:55.150Z[ recovery-image] Aug 27 18:44:54.135 INFO O| Aug 27 18:44:54.135 INFO STEP 383 (remove_files) COMPLETE
50442024-08-27T18:44:55.152Z[ recovery-image] Aug 27 18:44:54.135 INFO O| Aug 27 18:44:54.135 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-08-27T18:44:55.160Z[ recovery-image] Aug 27 18:44:54.144 INFO O| Aug 27 18:44:54.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50462024-08-27T18:44:55.160Z[ recovery-image] Aug 27 18:44:54.144 INFO O| Aug 27 18:44:54.144 INFO STEP 384 (remove_files) COMPLETE
50472024-08-27T18:44:55.162Z[ recovery-image] Aug 27 18:44:54.144 INFO O| Aug 27 18:44:54.144 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-08-27T18:44:55.169Z[ recovery-image] Aug 27 18:44:54.153 INFO O| Aug 27 18:44:54.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50492024-08-27T18:44:55.171Z[ recovery-image] Aug 27 18:44:54.154 INFO O| Aug 27 18:44:54.154 INFO STEP 385 (remove_files) COMPLETE
50502024-08-27T18:44:55.171Z[ recovery-image] Aug 27 18:44:54.154 INFO O| Aug 27 18:44:54.154 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-08-27T18:44:55.179Z[ recovery-image] Aug 27 18:44:54.163 INFO O| Aug 27 18:44:54.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50522024-08-27T18:44:55.179Z[ recovery-image] Aug 27 18:44:54.164 INFO O| Aug 27 18:44:54.163 INFO STEP 386 (remove_files) COMPLETE
50532024-08-27T18:44:55.179Z[ recovery-image] Aug 27 18:44:54.164 INFO O| Aug 27 18:44:54.164 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-08-27T18:44:55.189Z[ recovery-image] Aug 27 18:44:54.173 INFO O| Aug 27 18:44:54.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50552024-08-27T18:44:55.189Z[ recovery-image] Aug 27 18:44:54.173 INFO O| Aug 27 18:44:54.173 INFO STEP 387 (remove_files) COMPLETE
50562024-08-27T18:44:55.189Z[ recovery-image] Aug 27 18:44:54.173 INFO O| Aug 27 18:44:54.173 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-08-27T18:44:55.198Z[ recovery-image] Aug 27 18:44:54.182 INFO O| Aug 27 18:44:54.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50582024-08-27T18:44:55.198Z[ recovery-image] Aug 27 18:44:54.182 INFO O| Aug 27 18:44:54.182 INFO STEP 388 (remove_files) COMPLETE
50592024-08-27T18:44:55.200Z[ recovery-image] Aug 27 18:44:54.182 INFO O| Aug 27 18:44:54.182 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-08-27T18:44:55.208Z[ recovery-image] Aug 27 18:44:54.192 INFO O| Aug 27 18:44:54.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50612024-08-27T18:44:55.214Z[ recovery-image] Aug 27 18:44:54.192 INFO O| Aug 27 18:44:54.192 INFO STEP 389 (remove_files) COMPLETE
50622024-08-27T18:44:55.214Z[ recovery-image] Aug 27 18:44:54.192 INFO O| Aug 27 18:44:54.192 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-08-27T18:44:55.219Z[ recovery-image] Aug 27 18:44:54.202 INFO O| Aug 27 18:44:54.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50642024-08-27T18:44:55.222Z[ recovery-image] Aug 27 18:44:54.202 INFO O| Aug 27 18:44:54.202 INFO STEP 390 (remove_files) COMPLETE
50652024-08-27T18:44:55.222Z[ recovery-image] Aug 27 18:44:54.202 INFO O| Aug 27 18:44:54.202 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-08-27T18:44:55.227Z[ recovery-image] Aug 27 18:44:54.211 INFO O| Aug 27 18:44:54.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50672024-08-27T18:44:55.229Z[ recovery-image] Aug 27 18:44:54.211 INFO O| Aug 27 18:44:54.211 INFO STEP 391 (remove_files) COMPLETE
50682024-08-27T18:44:55.229Z[ recovery-image] Aug 27 18:44:54.211 INFO O| Aug 27 18:44:54.211 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-08-27T18:44:55.236Z[ recovery-image] Aug 27 18:44:54.221 INFO O| Aug 27 18:44:54.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50702024-08-27T18:44:55.239Z[ recovery-image] Aug 27 18:44:54.221 INFO O| Aug 27 18:44:54.221 INFO STEP 392 (remove_files) COMPLETE
50712024-08-27T18:44:55.239Z[ recovery-image] Aug 27 18:44:54.221 INFO O| Aug 27 18:44:54.221 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-08-27T18:44:55.246Z[ recovery-image] Aug 27 18:44:54.230 INFO O| Aug 27 18:44:54.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50732024-08-27T18:44:55.246Z[ recovery-image] Aug 27 18:44:54.230 INFO O| Aug 27 18:44:54.230 INFO STEP 393 (remove_files) COMPLETE
50742024-08-27T18:44:55.248Z[ recovery-image] Aug 27 18:44:54.230 INFO O| Aug 27 18:44:54.230 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-08-27T18:44:55.255Z[ recovery-image] Aug 27 18:44:54.240 INFO O| Aug 27 18:44:54.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50762024-08-27T18:44:55.255Z[ recovery-image] Aug 27 18:44:54.240 INFO O| Aug 27 18:44:54.240 INFO STEP 394 (remove_files) COMPLETE
50772024-08-27T18:44:55.257Z[ recovery-image] Aug 27 18:44:54.240 INFO O| Aug 27 18:44:54.240 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-27T18:44:55.265Z[ recovery-image] Aug 27 18:44:54.249 INFO O| Aug 27 18:44:54.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50792024-08-27T18:44:55.265Z[ recovery-image] Aug 27 18:44:54.249 INFO O| Aug 27 18:44:54.249 INFO STEP 395 (remove_files) COMPLETE
50802024-08-27T18:44:55.265Z[ recovery-image] Aug 27 18:44:54.249 INFO O| Aug 27 18:44:54.249 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-27T18:44:55.274Z[ recovery-image] Aug 27 18:44:54.258 INFO O| Aug 27 18:44:54.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50822024-08-27T18:44:55.276Z[ recovery-image] Aug 27 18:44:54.259 INFO O| Aug 27 18:44:54.259 INFO STEP 396 (remove_files) COMPLETE
50832024-08-27T18:44:55.276Z[ recovery-image] Aug 27 18:44:54.259 INFO O| Aug 27 18:44:54.259 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-27T18:44:55.284Z[ recovery-image] Aug 27 18:44:54.268 INFO O| Aug 27 18:44:54.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50852024-08-27T18:44:55.284Z[ recovery-image] Aug 27 18:44:54.268 INFO O| Aug 27 18:44:54.268 INFO STEP 397 (remove_files) COMPLETE
50862024-08-27T18:44:55.286Z[ recovery-image] Aug 27 18:44:54.268 INFO O| Aug 27 18:44:54.268 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-08-27T18:44:55.293Z[ recovery-image] Aug 27 18:44:54.277 INFO O| Aug 27 18:44:54.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50882024-08-27T18:44:55.295Z[ recovery-image] Aug 27 18:44:54.278 INFO O| Aug 27 18:44:54.277 INFO STEP 398 (remove_files) COMPLETE
50892024-08-27T18:44:55.295Z[ recovery-image] Aug 27 18:44:54.278 INFO O| Aug 27 18:44:54.278 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-08-27T18:44:55.302Z[ recovery-image] Aug 27 18:44:54.287 INFO O| Aug 27 18:44:54.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50912024-08-27T18:44:55.302Z[ recovery-image] Aug 27 18:44:54.287 INFO O| Aug 27 18:44:54.287 INFO STEP 399 (remove_files) COMPLETE
50922024-08-27T18:44:55.305Z[ recovery-image] Aug 27 18:44:54.287 INFO O| Aug 27 18:44:54.287 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-08-27T18:44:55.313Z[ recovery-image] Aug 27 18:44:54.296 INFO O| Aug 27 18:44:54.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50942024-08-27T18:44:55.313Z[ recovery-image] Aug 27 18:44:54.296 INFO O| Aug 27 18:44:54.296 INFO STEP 400 (remove_files) COMPLETE
50952024-08-27T18:44:55.313Z[ recovery-image] Aug 27 18:44:54.296 INFO O| Aug 27 18:44:54.296 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-08-27T18:44:55.321Z[ recovery-image] Aug 27 18:44:54.306 INFO O| Aug 27 18:44:54.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50972024-08-27T18:44:55.324Z[ recovery-image] Aug 27 18:44:54.306 INFO O| Aug 27 18:44:54.306 INFO STEP 401 (remove_files) COMPLETE
50982024-08-27T18:44:55.324Z[ recovery-image] Aug 27 18:44:54.306 INFO O| Aug 27 18:44:54.306 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-08-27T18:44:55.331Z[ recovery-image] Aug 27 18:44:54.315 INFO O| Aug 27 18:44:54.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
51002024-08-27T18:44:55.331Z[ recovery-image] Aug 27 18:44:54.315 INFO O| Aug 27 18:44:54.315 INFO STEP 402 (remove_files) COMPLETE
51012024-08-27T18:44:55.331Z[ recovery-image] Aug 27 18:44:54.315 INFO O| Aug 27 18:44:54.315 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-08-27T18:44:55.340Z[ recovery-image] Aug 27 18:44:54.325 INFO O| Aug 27 18:44:54.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
51032024-08-27T18:44:55.340Z[ recovery-image] Aug 27 18:44:54.325 INFO O| Aug 27 18:44:54.325 INFO STEP 403 (remove_files) COMPLETE
51042024-08-27T18:44:55.343Z[ recovery-image] Aug 27 18:44:54.325 INFO O| Aug 27 18:44:54.325 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-08-27T18:44:55.350Z[ recovery-image] Aug 27 18:44:54.334 INFO O| Aug 27 18:44:54.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
51062024-08-27T18:44:55.350Z[ recovery-image] Aug 27 18:44:54.334 INFO O| Aug 27 18:44:54.334 INFO STEP 404 (remove_files) COMPLETE
51072024-08-27T18:44:55.350Z[ recovery-image] Aug 27 18:44:54.334 INFO O| Aug 27 18:44:54.334 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-08-27T18:44:55.359Z[ recovery-image] Aug 27 18:44:54.344 INFO O| Aug 27 18:44:54.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
51092024-08-27T18:44:55.359Z[ recovery-image] Aug 27 18:44:54.344 INFO O| Aug 27 18:44:54.344 INFO STEP 405 (remove_files) COMPLETE
51102024-08-27T18:44:55.362Z[ recovery-image] Aug 27 18:44:54.344 INFO O| Aug 27 18:44:54.344 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-08-27T18:44:55.369Z[ recovery-image] Aug 27 18:44:54.353 INFO O| Aug 27 18:44:54.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51122024-08-27T18:44:55.369Z[ recovery-image] Aug 27 18:44:54.353 INFO O| Aug 27 18:44:54.353 INFO STEP 406 (remove_files) COMPLETE
51132024-08-27T18:44:55.371Z[ recovery-image] Aug 27 18:44:54.353 INFO O| Aug 27 18:44:54.353 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-08-27T18:44:55.378Z[ recovery-image] Aug 27 18:44:54.362 INFO O| Aug 27 18:44:54.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51152024-08-27T18:44:55.380Z[ recovery-image] Aug 27 18:44:54.362 INFO O| Aug 27 18:44:54.362 INFO STEP 407 (remove_files) COMPLETE
51162024-08-27T18:44:55.380Z[ recovery-image] Aug 27 18:44:54.362 INFO O| Aug 27 18:44:54.362 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-08-27T18:44:55.387Z[ recovery-image] Aug 27 18:44:54.372 INFO O| Aug 27 18:44:54.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51182024-08-27T18:44:55.387Z[ recovery-image] Aug 27 18:44:54.372 INFO O| Aug 27 18:44:54.372 INFO STEP 408 (remove_files) COMPLETE
51192024-08-27T18:44:55.390Z[ recovery-image] Aug 27 18:44:54.372 INFO O| Aug 27 18:44:54.372 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-08-27T18:44:55.397Z[ recovery-image] Aug 27 18:44:54.381 INFO O| Aug 27 18:44:54.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51212024-08-27T18:44:55.399Z[ recovery-image] Aug 27 18:44:54.381 INFO O| Aug 27 18:44:54.381 INFO STEP 409 (remove_files) COMPLETE
51222024-08-27T18:44:55.399Z[ recovery-image] Aug 27 18:44:54.381 INFO O| Aug 27 18:44:54.381 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-08-27T18:44:55.406Z[ recovery-image] Aug 27 18:44:54.391 INFO O| Aug 27 18:44:54.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51242024-08-27T18:44:55.406Z[ recovery-image] Aug 27 18:44:54.391 INFO O| Aug 27 18:44:54.391 INFO STEP 410 (remove_files) COMPLETE
51252024-08-27T18:44:55.409Z[ recovery-image] Aug 27 18:44:54.391 INFO O| Aug 27 18:44:54.391 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-08-27T18:44:55.415Z[ recovery-image] Aug 27 18:44:54.400 INFO O| Aug 27 18:44:54.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51272024-08-27T18:44:55.416Z[ recovery-image] Aug 27 18:44:54.400 INFO O| Aug 27 18:44:54.400 INFO STEP 411 (remove_files) COMPLETE
51282024-08-27T18:44:55.418Z[ recovery-image] Aug 27 18:44:54.400 INFO O| Aug 27 18:44:54.400 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-08-27T18:44:55.425Z[ recovery-image] Aug 27 18:44:54.409 INFO O| Aug 27 18:44:54.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51302024-08-27T18:44:55.425Z[ recovery-image] Aug 27 18:44:54.409 INFO O| Aug 27 18:44:54.409 INFO STEP 412 (remove_files) COMPLETE
51312024-08-27T18:44:55.425Z[ recovery-image] Aug 27 18:44:54.409 INFO O| Aug 27 18:44:54.409 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-08-27T18:44:55.436Z[ recovery-image] Aug 27 18:44:54.419 INFO O| Aug 27 18:44:54.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51332024-08-27T18:44:55.436Z[ recovery-image] Aug 27 18:44:54.419 INFO O| Aug 27 18:44:54.419 INFO STEP 413 (remove_files) COMPLETE
51342024-08-27T18:44:55.438Z[ recovery-image] Aug 27 18:44:54.419 INFO O| Aug 27 18:44:54.419 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-08-27T18:44:55.444Z[ recovery-image] Aug 27 18:44:54.428 INFO O| Aug 27 18:44:54.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51362024-08-27T18:44:55.444Z[ recovery-image] Aug 27 18:44:54.429 INFO O| Aug 27 18:44:54.429 INFO STEP 414 (remove_files) COMPLETE
51372024-08-27T18:44:55.444Z[ recovery-image] Aug 27 18:44:54.429 INFO O| Aug 27 18:44:54.429 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-08-27T18:44:55.454Z[ recovery-image] Aug 27 18:44:54.438 INFO O| Aug 27 18:44:54.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51392024-08-27T18:44:55.454Z[ recovery-image] Aug 27 18:44:54.438 INFO O| Aug 27 18:44:54.438 INFO STEP 415 (remove_files) COMPLETE
51402024-08-27T18:44:55.454Z[ recovery-image] Aug 27 18:44:54.438 INFO O| Aug 27 18:44:54.438 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-08-27T18:44:55.463Z[ recovery-image] Aug 27 18:44:54.447 INFO O| Aug 27 18:44:54.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51422024-08-27T18:44:55.465Z[ recovery-image] Aug 27 18:44:54.447 INFO O| Aug 27 18:44:54.447 INFO STEP 416 (remove_files) COMPLETE
51432024-08-27T18:44:55.465Z[ recovery-image] Aug 27 18:44:54.447 INFO O| Aug 27 18:44:54.447 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-08-27T18:44:55.472Z[ recovery-image] Aug 27 18:44:54.457 INFO O| Aug 27 18:44:54.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51452024-08-27T18:44:55.475Z[ recovery-image] Aug 27 18:44:54.457 INFO O| Aug 27 18:44:54.457 INFO STEP 417 (remove_files) COMPLETE
51462024-08-27T18:44:55.475Z[ recovery-image] Aug 27 18:44:54.457 INFO O| Aug 27 18:44:54.457 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-08-27T18:44:55.482Z[ recovery-image] Aug 27 18:44:54.466 INFO O| Aug 27 18:44:54.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51482024-08-27T18:44:55.484Z[ recovery-image] Aug 27 18:44:54.466 INFO O| Aug 27 18:44:54.466 INFO STEP 418 (remove_files) COMPLETE
51492024-08-27T18:44:55.484Z[ recovery-image] Aug 27 18:44:54.466 INFO O| Aug 27 18:44:54.466 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-08-27T18:44:55.491Z[ recovery-image] Aug 27 18:44:54.476 INFO O| Aug 27 18:44:54.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51512024-08-27T18:44:55.494Z[ recovery-image] Aug 27 18:44:54.476 INFO O| Aug 27 18:44:54.476 INFO STEP 419 (remove_files) COMPLETE
51522024-08-27T18:44:55.494Z[ recovery-image] Aug 27 18:44:54.476 INFO O| Aug 27 18:44:54.476 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-08-27T18:44:55.501Z[ recovery-image] Aug 27 18:44:54.485 INFO O| Aug 27 18:44:54.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51542024-08-27T18:44:55.503Z[ recovery-image] Aug 27 18:44:54.485 INFO O| Aug 27 18:44:54.485 INFO STEP 420 (remove_files) COMPLETE
51552024-08-27T18:44:55.503Z[ recovery-image] Aug 27 18:44:54.485 INFO O| Aug 27 18:44:54.485 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-08-27T18:44:55.510Z[ recovery-image] Aug 27 18:44:54.495 INFO O| Aug 27 18:44:54.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51572024-08-27T18:44:55.511Z[ recovery-image] Aug 27 18:44:54.495 INFO O| Aug 27 18:44:54.495 INFO STEP 421 (remove_files) COMPLETE
51582024-08-27T18:44:55.511Z[ recovery-image] Aug 27 18:44:54.495 INFO O| Aug 27 18:44:54.495 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-08-27T18:44:55.520Z[ recovery-image] Aug 27 18:44:54.504 INFO O| Aug 27 18:44:54.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51602024-08-27T18:44:55.520Z[ recovery-image] Aug 27 18:44:54.504 INFO O| Aug 27 18:44:54.504 INFO STEP 422 (remove_files) COMPLETE
51612024-08-27T18:44:55.520Z[ recovery-image] Aug 27 18:44:54.504 INFO O| Aug 27 18:44:54.504 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-08-27T18:44:55.531Z[ recovery-image] Aug 27 18:44:54.514 INFO O| Aug 27 18:44:54.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51632024-08-27T18:44:55.531Z[ recovery-image] Aug 27 18:44:54.514 INFO O| Aug 27 18:44:54.514 INFO STEP 423 (remove_files) COMPLETE
51642024-08-27T18:44:55.534Z[ recovery-image] Aug 27 18:44:54.514 INFO O| Aug 27 18:44:54.514 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-08-27T18:44:55.539Z[ recovery-image] Aug 27 18:44:54.523 INFO O| Aug 27 18:44:54.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51662024-08-27T18:44:55.539Z[ recovery-image] Aug 27 18:44:54.523 INFO O| Aug 27 18:44:54.523 INFO STEP 424 (remove_files) COMPLETE
51672024-08-27T18:44:55.539Z[ recovery-image] Aug 27 18:44:54.523 INFO O| Aug 27 18:44:54.523 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-08-27T18:44:55.548Z[ recovery-image] Aug 27 18:44:54.532 INFO O| Aug 27 18:44:54.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51692024-08-27T18:44:55.548Z[ recovery-image] Aug 27 18:44:54.533 INFO O| Aug 27 18:44:54.533 INFO STEP 425 (remove_files) COMPLETE
51702024-08-27T18:44:55.548Z[ recovery-image] Aug 27 18:44:54.533 INFO O| Aug 27 18:44:54.533 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-08-27T18:44:55.558Z[ recovery-image] Aug 27 18:44:54.542 INFO O| Aug 27 18:44:54.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51722024-08-27T18:44:55.558Z[ recovery-image] Aug 27 18:44:54.542 INFO O| Aug 27 18:44:54.542 INFO STEP 426 (remove_files) COMPLETE
51732024-08-27T18:44:55.560Z[ recovery-image] Aug 27 18:44:54.542 INFO O| Aug 27 18:44:54.542 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-08-27T18:44:55.567Z[ recovery-image] Aug 27 18:44:54.551 INFO O| Aug 27 18:44:54.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51752024-08-27T18:44:55.567Z[ recovery-image] Aug 27 18:44:54.551 INFO O| Aug 27 18:44:54.551 INFO STEP 427 (remove_files) COMPLETE
51762024-08-27T18:44:55.570Z[ recovery-image] Aug 27 18:44:54.552 INFO O| Aug 27 18:44:54.551 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-08-27T18:44:55.577Z[ recovery-image] Aug 27 18:44:54.561 INFO O| Aug 27 18:44:54.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51782024-08-27T18:44:55.579Z[ recovery-image] Aug 27 18:44:54.562 INFO O| Aug 27 18:44:54.562 INFO STEP 428 (remove_files) COMPLETE
51792024-08-27T18:44:55.579Z[ recovery-image] Aug 27 18:44:54.562 INFO O| Aug 27 18:44:54.562 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-08-27T18:44:55.587Z[ recovery-image] Aug 27 18:44:54.572 INFO O| Aug 27 18:44:54.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51812024-08-27T18:44:55.587Z[ recovery-image] Aug 27 18:44:54.572 INFO O| Aug 27 18:44:54.572 INFO STEP 429 (remove_files) COMPLETE
51822024-08-27T18:44:55.590Z[ recovery-image] Aug 27 18:44:54.572 INFO O| Aug 27 18:44:54.572 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-08-27T18:44:55.598Z[ recovery-image] Aug 27 18:44:54.581 INFO O| Aug 27 18:44:54.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51842024-08-27T18:44:55.598Z[ recovery-image] Aug 27 18:44:54.581 INFO O| Aug 27 18:44:54.581 INFO STEP 430 (remove_files) COMPLETE
51852024-08-27T18:44:55.598Z[ recovery-image] Aug 27 18:44:54.581 INFO O| Aug 27 18:44:54.581 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-08-27T18:44:55.608Z[ recovery-image] Aug 27 18:44:54.591 INFO O| Aug 27 18:44:54.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51872024-08-27T18:44:55.608Z[ recovery-image] Aug 27 18:44:54.591 INFO O| Aug 27 18:44:54.591 INFO STEP 431 (remove_files) COMPLETE
51882024-08-27T18:44:55.608Z[ recovery-image] Aug 27 18:44:54.591 INFO O| Aug 27 18:44:54.591 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-08-27T18:44:55.617Z[ recovery-image] Aug 27 18:44:54.600 INFO O| Aug 27 18:44:54.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51902024-08-27T18:44:55.617Z[ recovery-image] Aug 27 18:44:54.600 INFO O| Aug 27 18:44:54.600 INFO STEP 432 (remove_files) COMPLETE
51912024-08-27T18:44:55.621Z[ recovery-image] Aug 27 18:44:54.600 INFO O| Aug 27 18:44:54.600 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-08-27T18:44:55.625Z[ recovery-image] Aug 27 18:44:54.609 INFO O| Aug 27 18:44:54.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51932024-08-27T18:44:55.628Z[ recovery-image] Aug 27 18:44:54.609 INFO O| Aug 27 18:44:54.609 INFO STEP 433 (remove_files) COMPLETE
51942024-08-27T18:44:55.628Z[ recovery-image] Aug 27 18:44:54.609 INFO O| Aug 27 18:44:54.609 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-08-27T18:44:55.635Z[ recovery-image] Aug 27 18:44:54.619 INFO O| Aug 27 18:44:54.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51962024-08-27T18:44:55.638Z[ recovery-image] Aug 27 18:44:54.619 INFO O| Aug 27 18:44:54.619 INFO STEP 434 (remove_files) COMPLETE
51972024-08-27T18:44:55.638Z[ recovery-image] Aug 27 18:44:54.619 INFO O| Aug 27 18:44:54.619 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-08-27T18:44:55.644Z[ recovery-image] Aug 27 18:44:54.628 INFO O| Aug 27 18:44:54.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51992024-08-27T18:44:55.644Z[ recovery-image] Aug 27 18:44:54.628 INFO O| Aug 27 18:44:54.628 INFO STEP 435 (remove_files) COMPLETE
52002024-08-27T18:44:55.647Z[ recovery-image] Aug 27 18:44:54.628 INFO O| Aug 27 18:44:54.628 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-27T18:44:55.654Z[ recovery-image] Aug 27 18:44:54.637 INFO O| Aug 27 18:44:54.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
52022024-08-27T18:44:55.658Z[ recovery-image] Aug 27 18:44:54.637 INFO O| Aug 27 18:44:54.637 INFO STEP 436 (remove_files) COMPLETE
52032024-08-27T18:44:55.658Z[ recovery-image] Aug 27 18:44:54.638 INFO O| Aug 27 18:44:54.637 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-27T18:44:55.664Z[ recovery-image] Aug 27 18:44:54.647 INFO O| Aug 27 18:44:54.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
52052024-08-27T18:44:55.664Z[ recovery-image] Aug 27 18:44:54.647 INFO O| Aug 27 18:44:54.647 INFO STEP 437 (remove_files) COMPLETE
52062024-08-27T18:44:55.668Z[ recovery-image] Aug 27 18:44:54.647 INFO O| Aug 27 18:44:54.647 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-27T18:44:55.672Z[ recovery-image] Aug 27 18:44:54.656 INFO O| Aug 27 18:44:54.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
52082024-08-27T18:44:55.673Z[ recovery-image] Aug 27 18:44:54.656 INFO O| Aug 27 18:44:54.656 INFO STEP 438 (remove_files) COMPLETE
52092024-08-27T18:44:55.673Z[ recovery-image] Aug 27 18:44:54.656 INFO O| Aug 27 18:44:54.656 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-27T18:44:55.682Z[ recovery-image] Aug 27 18:44:54.666 INFO O| Aug 27 18:44:54.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52112024-08-27T18:44:55.682Z[ recovery-image] Aug 27 18:44:54.666 INFO O| Aug 27 18:44:54.666 INFO STEP 439 (remove_files) COMPLETE
52122024-08-27T18:44:55.682Z[ recovery-image] Aug 27 18:44:54.666 INFO O| Aug 27 18:44:54.666 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-27T18:44:55.691Z[ recovery-image] Aug 27 18:44:54.675 INFO O| Aug 27 18:44:54.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52142024-08-27T18:44:55.694Z[ recovery-image] Aug 27 18:44:54.675 INFO O| Aug 27 18:44:54.675 INFO STEP 440 (remove_files) COMPLETE
52152024-08-27T18:44:55.694Z[ recovery-image] Aug 27 18:44:54.675 INFO O| Aug 27 18:44:54.675 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-27T18:44:55.702Z[ recovery-image] Aug 27 18:44:54.685 INFO O| Aug 27 18:44:54.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52172024-08-27T18:44:55.702Z[ recovery-image] Aug 27 18:44:54.685 INFO O| Aug 27 18:44:54.685 INFO STEP 441 (remove_files) COMPLETE
52182024-08-27T18:44:55.707Z[ recovery-image] Aug 27 18:44:54.685 INFO O| Aug 27 18:44:54.685 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-27T18:44:55.710Z[ recovery-image] Aug 27 18:44:54.694 INFO O| Aug 27 18:44:54.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52202024-08-27T18:44:55.710Z[ recovery-image] Aug 27 18:44:54.694 INFO O| Aug 27 18:44:54.694 INFO STEP 442 (remove_files) COMPLETE
52212024-08-27T18:44:55.713Z[ recovery-image] Aug 27 18:44:54.694 INFO O| Aug 27 18:44:54.694 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-27T18:44:55.721Z[ recovery-image] Aug 27 18:44:54.703 INFO O| Aug 27 18:44:54.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52232024-08-27T18:44:55.725Z[ recovery-image] Aug 27 18:44:54.703 INFO O| Aug 27 18:44:54.703 INFO STEP 443 (remove_files) COMPLETE
52242024-08-27T18:44:55.725Z[ recovery-image] Aug 27 18:44:54.704 INFO O| Aug 27 18:44:54.703 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-27T18:44:55.728Z[ recovery-image] Aug 27 18:44:54.713 INFO O| Aug 27 18:44:54.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52262024-08-27T18:44:55.731Z[ recovery-image] Aug 27 18:44:54.713 INFO O| Aug 27 18:44:54.713 INFO STEP 444 (remove_files) COMPLETE
52272024-08-27T18:44:55.731Z[ recovery-image] Aug 27 18:44:54.713 INFO O| Aug 27 18:44:54.713 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-27T18:44:55.741Z[ recovery-image] Aug 27 18:44:54.722 INFO O| Aug 27 18:44:54.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52292024-08-27T18:44:55.745Z[ recovery-image] Aug 27 18:44:54.722 INFO O| Aug 27 18:44:54.722 INFO STEP 445 (remove_files) COMPLETE
52302024-08-27T18:44:55.745Z[ recovery-image] Aug 27 18:44:54.722 INFO O| Aug 27 18:44:54.722 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-27T18:44:55.748Z[ recovery-image] Aug 27 18:44:54.732 INFO O| Aug 27 18:44:54.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52322024-08-27T18:44:55.748Z[ recovery-image] Aug 27 18:44:54.732 INFO O| Aug 27 18:44:54.732 INFO STEP 446 (remove_files) COMPLETE
52332024-08-27T18:44:55.748Z[ recovery-image] Aug 27 18:44:54.732 INFO O| Aug 27 18:44:54.732 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-27T18:44:55.758Z[ recovery-image] Aug 27 18:44:54.741 INFO O| Aug 27 18:44:54.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52352024-08-27T18:44:55.760Z[ recovery-image] Aug 27 18:44:54.741 INFO O| Aug 27 18:44:54.741 INFO STEP 447 (remove_files) COMPLETE
52362024-08-27T18:44:55.760Z[ recovery-image] Aug 27 18:44:54.741 INFO O| Aug 27 18:44:54.741 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-27T18:44:55.767Z[ recovery-image] Aug 27 18:44:54.751 INFO O| Aug 27 18:44:54.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52382024-08-27T18:44:55.771Z[ recovery-image] Aug 27 18:44:54.751 INFO O| Aug 27 18:44:54.751 INFO STEP 448 (remove_files) COMPLETE
52392024-08-27T18:44:55.771Z[ recovery-image] Aug 27 18:44:54.751 INFO O| Aug 27 18:44:54.751 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-27T18:44:55.776Z[ recovery-image] Aug 27 18:44:54.760 INFO O| Aug 27 18:44:54.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52412024-08-27T18:44:55.776Z[ recovery-image] Aug 27 18:44:54.760 INFO O| Aug 27 18:44:54.760 INFO STEP 449 (remove_files) COMPLETE
52422024-08-27T18:44:55.778Z[ recovery-image] Aug 27 18:44:54.760 INFO O| Aug 27 18:44:54.760 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-27T18:44:55.785Z[ recovery-image] Aug 27 18:44:54.769 INFO O| Aug 27 18:44:54.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52442024-08-27T18:44:55.785Z[ recovery-image] Aug 27 18:44:54.769 INFO O| Aug 27 18:44:54.769 INFO STEP 450 (remove_files) COMPLETE
52452024-08-27T18:44:55.788Z[ recovery-image] Aug 27 18:44:54.770 INFO O| Aug 27 18:44:54.769 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-27T18:44:55.795Z[ recovery-image] Aug 27 18:44:54.779 INFO O| Aug 27 18:44:54.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52472024-08-27T18:44:55.797Z[ recovery-image] Aug 27 18:44:54.779 INFO O| Aug 27 18:44:54.779 INFO STEP 451 (remove_files) COMPLETE
52482024-08-27T18:44:55.797Z[ recovery-image] Aug 27 18:44:54.779 INFO O| Aug 27 18:44:54.779 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-27T18:44:55.804Z[ recovery-image] Aug 27 18:44:54.788 INFO O| Aug 27 18:44:54.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52502024-08-27T18:44:55.809Z[ recovery-image] Aug 27 18:44:54.788 INFO O| Aug 27 18:44:54.788 INFO STEP 452 (remove_files) COMPLETE
52512024-08-27T18:44:55.809Z[ recovery-image] Aug 27 18:44:54.788 INFO O| Aug 27 18:44:54.788 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-27T18:44:55.814Z[ recovery-image] Aug 27 18:44:54.798 INFO O| Aug 27 18:44:54.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52532024-08-27T18:44:55.814Z[ recovery-image] Aug 27 18:44:54.798 INFO O| Aug 27 18:44:54.798 INFO STEP 453 (remove_files) COMPLETE
52542024-08-27T18:44:55.818Z[ recovery-image] Aug 27 18:44:54.798 INFO O| Aug 27 18:44:54.798 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-27T18:44:55.824Z[ recovery-image] Aug 27 18:44:54.807 INFO O| Aug 27 18:44:54.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52562024-08-27T18:44:55.830Z[ recovery-image] Aug 27 18:44:54.807 INFO O| Aug 27 18:44:54.807 INFO STEP 454 (remove_files) COMPLETE
52572024-08-27T18:44:55.831Z[ recovery-image] Aug 27 18:44:54.807 INFO O| Aug 27 18:44:54.807 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-27T18:44:55.833Z[ host-image] Aug 27 18:44:54.816 INFO O| Aug 27 18:44:54.816 INFO O| Download: Completed 1.39 MB in 1.03 seconds (1.3M/s)
52592024-08-27T18:44:55.836Z[ recovery-image] Aug 27 18:44:54.818 INFO O| Aug 27 18:44:54.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52602024-08-27T18:44:55.836Z[ recovery-image] Aug 27 18:44:54.818 INFO O| Aug 27 18:44:54.818 INFO STEP 455 (remove_files) COMPLETE
52612024-08-27T18:44:55.836Z[ recovery-image] Aug 27 18:44:54.818 INFO O| Aug 27 18:44:54.818 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-08-27T18:44:55.844Z[ recovery-image] Aug 27 18:44:54.828 INFO O| Aug 27 18:44:54.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52632024-08-27T18:44:55.844Z[ recovery-image] Aug 27 18:44:54.828 INFO O| Aug 27 18:44:54.828 INFO STEP 456 (remove_files) COMPLETE
52642024-08-27T18:44:55.847Z[ recovery-image] Aug 27 18:44:54.828 INFO O| Aug 27 18:44:54.828 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-08-27T18:44:55.855Z[ recovery-image] Aug 27 18:44:54.837 INFO O| Aug 27 18:44:54.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52662024-08-27T18:44:55.855Z[ recovery-image] Aug 27 18:44:54.837 INFO O| Aug 27 18:44:54.837 INFO STEP 457 (remove_files) COMPLETE
52672024-08-27T18:44:55.855Z[ recovery-image] Aug 27 18:44:54.837 INFO O| Aug 27 18:44:54.837 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-08-27T18:44:55.860Z[ host-image] Aug 27 18:44:54.844 INFO O| Aug 27 18:44:54.844 INFO O| Actions: 1/238 actions (Installing new actions)
52692024-08-27T18:44:55.864Z[ recovery-image] Aug 27 18:44:54.847 INFO O| Aug 27 18:44:54.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52702024-08-27T18:44:55.864Z[ recovery-image] Aug 27 18:44:54.847 INFO O| Aug 27 18:44:54.847 INFO STEP 458 (remove_files) COMPLETE
52712024-08-27T18:44:55.864Z[ recovery-image] Aug 27 18:44:54.847 INFO O| Aug 27 18:44:54.847 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-08-27T18:44:55.873Z[ recovery-image] Aug 27 18:44:54.856 INFO O| Aug 27 18:44:54.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52732024-08-27T18:44:55.873Z[ recovery-image] Aug 27 18:44:54.856 INFO O| Aug 27 18:44:54.856 INFO STEP 459 (remove_files) COMPLETE
52742024-08-27T18:44:55.873Z[ recovery-image] Aug 27 18:44:54.856 INFO O| Aug 27 18:44:54.856 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-08-27T18:44:55.882Z[ recovery-image] Aug 27 18:44:54.866 INFO O| Aug 27 18:44:54.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52762024-08-27T18:44:55.882Z[ recovery-image] Aug 27 18:44:54.866 INFO O| Aug 27 18:44:54.866 INFO STEP 460 (remove_files) COMPLETE
52772024-08-27T18:44:55.882Z[ recovery-image] Aug 27 18:44:54.866 INFO O| Aug 27 18:44:54.866 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-08-27T18:44:55.892Z[ recovery-image] Aug 27 18:44:54.875 INFO O| Aug 27 18:44:54.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52792024-08-27T18:44:55.894Z[ recovery-image] Aug 27 18:44:54.875 INFO O| Aug 27 18:44:54.875 INFO STEP 461 (remove_files) COMPLETE
52802024-08-27T18:44:55.894Z[ recovery-image] Aug 27 18:44:54.875 INFO O| Aug 27 18:44:54.875 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-08-27T18:44:55.902Z[ recovery-image] Aug 27 18:44:54.885 INFO O| Aug 27 18:44:54.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52822024-08-27T18:44:55.902Z[ recovery-image] Aug 27 18:44:54.885 INFO O| Aug 27 18:44:54.885 INFO STEP 462 (remove_files) COMPLETE
52832024-08-27T18:44:55.902Z[ recovery-image] Aug 27 18:44:54.885 INFO O| Aug 27 18:44:54.885 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-08-27T18:44:55.912Z[ recovery-image] Aug 27 18:44:54.894 INFO O| Aug 27 18:44:54.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52852024-08-27T18:44:55.912Z[ recovery-image] Aug 27 18:44:54.894 INFO O| Aug 27 18:44:54.894 INFO STEP 463 (remove_files) COMPLETE
52862024-08-27T18:44:55.912Z[ recovery-image] Aug 27 18:44:54.894 INFO O| Aug 27 18:44:54.894 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-08-27T18:44:55.920Z[ recovery-image] Aug 27 18:44:54.904 INFO O| Aug 27 18:44:54.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52882024-08-27T18:44:55.920Z[ recovery-image] Aug 27 18:44:54.904 INFO O| Aug 27 18:44:54.904 INFO STEP 464 (remove_files) COMPLETE
52892024-08-27T18:44:55.922Z[ recovery-image] Aug 27 18:44:54.904 INFO O| Aug 27 18:44:54.904 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-08-27T18:44:55.929Z[ recovery-image] Aug 27 18:44:54.913 INFO O| Aug 27 18:44:54.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52912024-08-27T18:44:55.931Z[ recovery-image] Aug 27 18:44:54.913 INFO O| Aug 27 18:44:54.913 INFO STEP 465 (remove_files) COMPLETE
52922024-08-27T18:44:55.931Z[ recovery-image] Aug 27 18:44:54.913 INFO O| Aug 27 18:44:54.913 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-08-27T18:44:55.943Z[ recovery-image] Aug 27 18:44:54.925 INFO O| Aug 27 18:44:54.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52942024-08-27T18:44:55.946Z[ recovery-image] Aug 27 18:44:54.926 INFO O| Aug 27 18:44:54.926 INFO STEP 466 (remove_files) COMPLETE
52952024-08-27T18:44:55.946Z[ recovery-image] Aug 27 18:44:54.926 INFO O| Aug 27 18:44:54.926 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-08-27T18:44:55.954Z[ recovery-image] Aug 27 18:44:54.936 INFO O| Aug 27 18:44:54.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52972024-08-27T18:44:55.954Z[ recovery-image] Aug 27 18:44:54.936 INFO O| Aug 27 18:44:54.936 INFO STEP 467 (remove_files) COMPLETE
52982024-08-27T18:44:55.954Z[ recovery-image] Aug 27 18:44:54.937 INFO O| Aug 27 18:44:54.936 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-08-27T18:44:55.962Z[ recovery-image] Aug 27 18:44:54.946 INFO O| Aug 27 18:44:54.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53002024-08-27T18:44:55.962Z[ recovery-image] Aug 27 18:44:54.947 INFO O| Aug 27 18:44:54.946 INFO STEP 468 (remove_files) COMPLETE
53012024-08-27T18:44:55.962Z[ recovery-image] Aug 27 18:44:54.947 INFO O| Aug 27 18:44:54.947 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-08-27T18:44:55.972Z[ recovery-image] Aug 27 18:44:54.956 INFO O| Aug 27 18:44:54.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53032024-08-27T18:44:55.972Z[ recovery-image] Aug 27 18:44:54.956 INFO O| Aug 27 18:44:54.956 INFO STEP 469 (remove_files) COMPLETE
53042024-08-27T18:44:55.975Z[ recovery-image] Aug 27 18:44:54.956 INFO O| Aug 27 18:44:54.956 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-08-27T18:44:55.979Z[ host-image] Aug 27 18:44:54.960 INFO O| Aug 27 18:44:54.960 INFO O| Actions: Completed 238 actions in 0.12 seconds.
53062024-08-27T18:44:55.983Z[ recovery-image] Aug 27 18:44:54.967 INFO O| Aug 27 18:44:54.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
53072024-08-27T18:44:55.986Z[ recovery-image] Aug 27 18:44:54.967 INFO O| Aug 27 18:44:54.967 INFO STEP 470 (remove_files) COMPLETE
53082024-08-27T18:44:55.987Z[ recovery-image] Aug 27 18:44:54.967 INFO O| Aug 27 18:44:54.967 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-08-27T18:44:55.992Z[ recovery-image] Aug 27 18:44:54.976 INFO O| Aug 27 18:44:54.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
53102024-08-27T18:44:55.992Z[ recovery-image] Aug 27 18:44:54.976 INFO O| Aug 27 18:44:54.976 INFO STEP 471 (remove_files) COMPLETE
53112024-08-27T18:44:55.994Z[ recovery-image] Aug 27 18:44:54.976 INFO O| Aug 27 18:44:54.976 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-08-27T18:44:56.002Z[ recovery-image] Aug 27 18:44:54.986 INFO O| Aug 27 18:44:54.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
53132024-08-27T18:44:56.002Z[ recovery-image] Aug 27 18:44:54.986 INFO O| Aug 27 18:44:54.986 INFO STEP 472 (remove_files) COMPLETE
53142024-08-27T18:44:56.009Z[ recovery-image] Aug 27 18:44:54.986 INFO O| Aug 27 18:44:54.986 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-08-27T18:44:56.013Z[ recovery-image] Aug 27 18:44:54.996 INFO O| Aug 27 18:44:54.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53162024-08-27T18:44:56.013Z[ recovery-image] Aug 27 18:44:54.996 INFO O| Aug 27 18:44:54.996 INFO STEP 473 (remove_files) COMPLETE
53172024-08-27T18:44:56.017Z[ recovery-image] Aug 27 18:44:54.996 INFO O| Aug 27 18:44:54.996 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-08-27T18:44:56.026Z[ recovery-image] Aug 27 18:44:55.009 INFO O| Aug 27 18:44:55.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53192024-08-27T18:44:56.029Z[ recovery-image] Aug 27 18:44:55.010 INFO O| Aug 27 18:44:55.010 INFO STEP 474 (remove_files) COMPLETE
53202024-08-27T18:44:56.029Z[ recovery-image] Aug 27 18:44:55.010 INFO O| Aug 27 18:44:55.010 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-08-27T18:44:56.052Z[ recovery-image] Aug 27 18:44:55.035 INFO O| Aug 27 18:44:55.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53222024-08-27T18:44:56.052Z[ recovery-image] Aug 27 18:44:55.035 INFO O| Aug 27 18:44:55.035 INFO STEP 475 (remove_files) COMPLETE
53232024-08-27T18:44:56.052Z[ recovery-image] Aug 27 18:44:55.035 INFO O| Aug 27 18:44:55.035 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-08-27T18:44:56.066Z[ recovery-image] Aug 27 18:44:55.051 INFO O| Aug 27 18:44:55.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53252024-08-27T18:44:56.066Z[ recovery-image] Aug 27 18:44:55.051 INFO O| Aug 27 18:44:55.051 INFO STEP 476 (remove_files) COMPLETE
53262024-08-27T18:44:56.070Z[ recovery-image] Aug 27 18:44:55.051 INFO O| Aug 27 18:44:55.051 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-08-27T18:44:56.085Z[ recovery-image] Aug 27 18:44:55.066 INFO O| Aug 27 18:44:55.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53282024-08-27T18:44:56.085Z[ recovery-image] Aug 27 18:44:55.066 INFO O| Aug 27 18:44:55.066 INFO STEP 477 (remove_files) COMPLETE
53292024-08-27T18:44:56.085Z[ recovery-image] Aug 27 18:44:55.066 INFO O| Aug 27 18:44:55.066 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-08-27T18:44:56.094Z[ recovery-image] Aug 27 18:44:55.078 INFO O| Aug 27 18:44:55.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53312024-08-27T18:44:56.097Z[ recovery-image] Aug 27 18:44:55.078 INFO O| Aug 27 18:44:55.078 INFO STEP 478 (remove_files) COMPLETE
53322024-08-27T18:44:56.097Z[ recovery-image] Aug 27 18:44:55.078 INFO O| Aug 27 18:44:55.078 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-08-27T18:44:56.104Z[ recovery-image] Aug 27 18:44:55.088 INFO O| Aug 27 18:44:55.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53342024-08-27T18:44:56.104Z[ recovery-image] Aug 27 18:44:55.089 INFO O| Aug 27 18:44:55.089 INFO STEP 479 (remove_files) COMPLETE
53352024-08-27T18:44:56.105Z[ recovery-image] Aug 27 18:44:55.089 INFO O| Aug 27 18:44:55.089 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-08-27T18:44:56.115Z[ recovery-image] Aug 27 18:44:55.098 INFO O| Aug 27 18:44:55.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53372024-08-27T18:44:56.118Z[ recovery-image] Aug 27 18:44:55.099 INFO O| Aug 27 18:44:55.099 INFO STEP 480 (remove_files) COMPLETE
53382024-08-27T18:44:56.118Z[ recovery-image] Aug 27 18:44:55.099 INFO O| Aug 27 18:44:55.099 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-08-27T18:44:56.124Z[ recovery-image] Aug 27 18:44:55.108 INFO O| Aug 27 18:44:55.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53402024-08-27T18:44:56.124Z[ recovery-image] Aug 27 18:44:55.108 INFO O| Aug 27 18:44:55.108 INFO STEP 481 (remove_files) COMPLETE
53412024-08-27T18:44:56.126Z[ recovery-image] Aug 27 18:44:55.109 INFO O| Aug 27 18:44:55.108 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-08-27T18:44:56.135Z[ recovery-image] Aug 27 18:44:55.119 INFO O| Aug 27 18:44:55.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53432024-08-27T18:44:56.138Z[ recovery-image] Aug 27 18:44:55.119 INFO O| Aug 27 18:44:55.119 INFO STEP 482 (remove_files) COMPLETE
53442024-08-27T18:44:56.138Z[ recovery-image] Aug 27 18:44:55.119 INFO O| Aug 27 18:44:55.119 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-08-27T18:44:56.147Z[ recovery-image] Aug 27 18:44:55.131 INFO O| Aug 27 18:44:55.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53462024-08-27T18:44:56.149Z[ recovery-image] Aug 27 18:44:55.131 INFO O| Aug 27 18:44:55.131 INFO STEP 483 (remove_files) COMPLETE
53472024-08-27T18:44:56.150Z[ recovery-image] Aug 27 18:44:55.131 INFO O| Aug 27 18:44:55.131 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-08-27T18:44:56.157Z[ recovery-image] Aug 27 18:44:55.141 INFO O| Aug 27 18:44:55.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53492024-08-27T18:44:56.160Z[ recovery-image] Aug 27 18:44:55.141 INFO O| Aug 27 18:44:55.141 INFO STEP 484 (remove_files) COMPLETE
53502024-08-27T18:44:56.160Z[ recovery-image] Aug 27 18:44:55.141 INFO O| Aug 27 18:44:55.141 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-08-27T18:44:56.168Z[ recovery-image] Aug 27 18:44:55.151 INFO O| Aug 27 18:44:55.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53522024-08-27T18:44:56.171Z[ recovery-image] Aug 27 18:44:55.151 INFO O| Aug 27 18:44:55.151 INFO STEP 485 (remove_files) COMPLETE
53532024-08-27T18:44:56.171Z[ recovery-image] Aug 27 18:44:55.151 INFO O| Aug 27 18:44:55.151 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-08-27T18:44:56.177Z[ recovery-image] Aug 27 18:44:55.161 INFO O| Aug 27 18:44:55.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53552024-08-27T18:44:56.177Z[ recovery-image] Aug 27 18:44:55.161 INFO O| Aug 27 18:44:55.161 INFO STEP 486 (remove_files) COMPLETE
53562024-08-27T18:44:56.180Z[ recovery-image] Aug 27 18:44:55.161 INFO O| Aug 27 18:44:55.161 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-08-27T18:44:56.188Z[ recovery-image] Aug 27 18:44:55.171 INFO O| Aug 27 18:44:55.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53582024-08-27T18:44:56.188Z[ recovery-image] Aug 27 18:44:55.171 INFO O| Aug 27 18:44:55.171 INFO STEP 487 (remove_files) COMPLETE
53592024-08-27T18:44:56.188Z[ recovery-image] Aug 27 18:44:55.171 INFO O| Aug 27 18:44:55.171 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-08-27T18:44:56.198Z[ recovery-image] Aug 27 18:44:55.182 INFO O| Aug 27 18:44:55.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53612024-08-27T18:44:56.198Z[ recovery-image] Aug 27 18:44:55.182 INFO O| Aug 27 18:44:55.182 INFO STEP 488 (remove_files) COMPLETE
53622024-08-27T18:44:56.198Z[ recovery-image] Aug 27 18:44:55.182 INFO O| Aug 27 18:44:55.182 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-08-27T18:44:56.210Z[ recovery-image] Aug 27 18:44:55.194 INFO O| Aug 27 18:44:55.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53642024-08-27T18:44:56.210Z[ recovery-image] Aug 27 18:44:55.194 INFO O| Aug 27 18:44:55.194 INFO STEP 489 (remove_files) COMPLETE
53652024-08-27T18:44:56.210Z[ recovery-image] Aug 27 18:44:55.194 INFO O| Aug 27 18:44:55.194 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-08-27T18:44:56.228Z[ recovery-image] Aug 27 18:44:55.205 INFO O| Aug 27 18:44:55.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53672024-08-27T18:44:56.228Z[ recovery-image] Aug 27 18:44:55.205 INFO O| Aug 27 18:44:55.205 INFO STEP 490 (remove_files) COMPLETE
53682024-08-27T18:44:56.241Z[ recovery-image] Aug 27 18:44:55.205 INFO O| Aug 27 18:44:55.205 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-08-27T18:44:56.241Z[ recovery-image] Aug 27 18:44:55.215 INFO O| Aug 27 18:44:55.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53702024-08-27T18:44:56.241Z[ recovery-image] Aug 27 18:44:55.215 INFO O| Aug 27 18:44:55.215 INFO STEP 491 (remove_files) COMPLETE
53712024-08-27T18:44:56.241Z[ recovery-image] Aug 27 18:44:55.215 INFO O| Aug 27 18:44:55.215 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-08-27T18:44:56.246Z[ recovery-image] Aug 27 18:44:55.225 INFO O| Aug 27 18:44:55.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53732024-08-27T18:44:56.246Z[ recovery-image] Aug 27 18:44:55.225 INFO O| Aug 27 18:44:55.225 INFO STEP 492 (remove_files) COMPLETE
53742024-08-27T18:44:56.246Z[ recovery-image] Aug 27 18:44:55.225 INFO O| Aug 27 18:44:55.225 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-08-27T18:44:56.249Z[ host-image] Aug 27 18:44:55.234 INFO O| Aug 27 18:44:55.234 INFO O| Done
53762024-08-27T18:44:56.249Z[ host-image] Aug 27 18:44:55.234 INFO O| Aug 27 18:44:55.234 INFO O| Done
53772024-08-27T18:44:56.253Z[ recovery-image] Aug 27 18:44:55.235 INFO O| Aug 27 18:44:55.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53782024-08-27T18:44:56.253Z[ recovery-image] Aug 27 18:44:55.235 INFO O| Aug 27 18:44:55.235 INFO STEP 493 (remove_files) COMPLETE
53792024-08-27T18:44:56.253Z[ recovery-image] Aug 27 18:44:55.235 INFO O| Aug 27 18:44:55.235 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-08-27T18:44:56.261Z[ recovery-image] Aug 27 18:44:55.245 INFO O| Aug 27 18:44:55.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53812024-08-27T18:44:56.263Z[ recovery-image] Aug 27 18:44:55.245 INFO O| Aug 27 18:44:55.245 INFO STEP 494 (remove_files) COMPLETE
53822024-08-27T18:44:56.263Z[ recovery-image] Aug 27 18:44:55.245 INFO O| Aug 27 18:44:55.245 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-08-27T18:44:56.272Z[ recovery-image] Aug 27 18:44:55.255 INFO O| Aug 27 18:44:55.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53842024-08-27T18:44:56.272Z[ recovery-image] Aug 27 18:44:55.255 INFO O| Aug 27 18:44:55.255 INFO STEP 495 (remove_files) COMPLETE
53852024-08-27T18:44:56.272Z[ recovery-image] Aug 27 18:44:55.255 INFO O| Aug 27 18:44:55.255 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-08-27T18:44:56.283Z[ recovery-image] Aug 27 18:44:55.264 INFO O| Aug 27 18:44:55.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53872024-08-27T18:44:56.285Z[ recovery-image] Aug 27 18:44:55.264 INFO O| Aug 27 18:44:55.264 INFO STEP 496 (remove_files) COMPLETE
53882024-08-27T18:44:56.285Z[ recovery-image] Aug 27 18:44:55.264 INFO O| Aug 27 18:44:55.264 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-08-27T18:44:56.292Z[ recovery-image] Aug 27 18:44:55.275 INFO O| Aug 27 18:44:55.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53902024-08-27T18:44:56.292Z[ recovery-image] Aug 27 18:44:55.275 INFO O| Aug 27 18:44:55.275 INFO STEP 497 (remove_files) COMPLETE
53912024-08-27T18:44:56.294Z[ recovery-image] Aug 27 18:44:55.275 INFO O| Aug 27 18:44:55.275 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-08-27T18:44:56.303Z[ recovery-image] Aug 27 18:44:55.285 INFO O| Aug 27 18:44:55.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53932024-08-27T18:44:56.306Z[ recovery-image] Aug 27 18:44:55.285 INFO O| Aug 27 18:44:55.285 INFO STEP 498 (remove_files) COMPLETE
53942024-08-27T18:44:56.307Z[ recovery-image] Aug 27 18:44:55.285 INFO O| Aug 27 18:44:55.285 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-08-27T18:44:56.311Z[ recovery-image] Aug 27 18:44:55.295 INFO O| Aug 27 18:44:55.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53962024-08-27T18:44:56.311Z[ recovery-image] Aug 27 18:44:55.295 INFO O| Aug 27 18:44:55.295 INFO STEP 499 (remove_files) COMPLETE
53972024-08-27T18:44:56.313Z[ recovery-image] Aug 27 18:44:55.295 INFO O| Aug 27 18:44:55.295 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-08-27T18:44:56.321Z[ recovery-image] Aug 27 18:44:55.304 INFO O| Aug 27 18:44:55.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53992024-08-27T18:44:56.321Z[ recovery-image] Aug 27 18:44:55.304 INFO O| Aug 27 18:44:55.304 INFO STEP 500 (remove_files) COMPLETE
54002024-08-27T18:44:56.321Z[ recovery-image] Aug 27 18:44:55.304 INFO O| Aug 27 18:44:55.304 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-08-27T18:44:56.330Z[ recovery-image] Aug 27 18:44:55.314 INFO O| Aug 27 18:44:55.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54022024-08-27T18:44:56.330Z[ recovery-image] Aug 27 18:44:55.314 INFO O| Aug 27 18:44:55.314 INFO STEP 501 (remove_files) COMPLETE
54032024-08-27T18:44:56.333Z[ recovery-image] Aug 27 18:44:55.314 INFO O| Aug 27 18:44:55.314 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-08-27T18:44:56.339Z[ recovery-image] Aug 27 18:44:55.323 INFO O| Aug 27 18:44:55.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54052024-08-27T18:44:56.339Z[ recovery-image] Aug 27 18:44:55.324 INFO O| Aug 27 18:44:55.323 INFO STEP 502 (remove_files) COMPLETE
54062024-08-27T18:44:56.342Z[ recovery-image] Aug 27 18:44:55.324 INFO O| Aug 27 18:44:55.324 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-08-27T18:44:56.350Z[ recovery-image] Aug 27 18:44:55.333 INFO O| Aug 27 18:44:55.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
54082024-08-27T18:44:56.350Z[ recovery-image] Aug 27 18:44:55.333 INFO O| Aug 27 18:44:55.333 INFO STEP 503 (remove_files) COMPLETE
54092024-08-27T18:44:56.352Z[ recovery-image] Aug 27 18:44:55.333 INFO O| Aug 27 18:44:55.333 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-08-27T18:44:56.358Z[ recovery-image] Aug 27 18:44:55.342 INFO O| Aug 27 18:44:55.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
54112024-08-27T18:44:56.358Z[ recovery-image] Aug 27 18:44:55.343 INFO O| Aug 27 18:44:55.343 INFO STEP 504 (remove_files) COMPLETE
54122024-08-27T18:44:56.361Z[ recovery-image] Aug 27 18:44:55.343 INFO O| Aug 27 18:44:55.343 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-08-27T18:44:56.368Z[ recovery-image] Aug 27 18:44:55.352 INFO O| Aug 27 18:44:55.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
54142024-08-27T18:44:56.368Z[ recovery-image] Aug 27 18:44:55.352 INFO O| Aug 27 18:44:55.352 INFO STEP 505 (remove_files) COMPLETE
54152024-08-27T18:44:56.370Z[ recovery-image] Aug 27 18:44:55.352 INFO O| Aug 27 18:44:55.352 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-08-27T18:44:56.377Z[ recovery-image] Aug 27 18:44:55.362 INFO O| Aug 27 18:44:55.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54172024-08-27T18:44:56.380Z[ recovery-image] Aug 27 18:44:55.362 INFO O| Aug 27 18:44:55.362 INFO STEP 506 (remove_files) COMPLETE
54182024-08-27T18:44:56.380Z[ recovery-image] Aug 27 18:44:55.362 INFO O| Aug 27 18:44:55.362 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-08-27T18:44:56.394Z[ recovery-image] Aug 27 18:44:55.378 INFO O| Aug 27 18:44:55.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54202024-08-27T18:44:56.397Z[ recovery-image] Aug 27 18:44:55.379 INFO O| Aug 27 18:44:55.378 INFO STEP 507 (remove_files) COMPLETE
54212024-08-27T18:44:56.397Z[ recovery-image] Aug 27 18:44:55.379 INFO O| Aug 27 18:44:55.379 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-08-27T18:44:56.411Z[ recovery-image] Aug 27 18:44:55.395 INFO O| Aug 27 18:44:55.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54232024-08-27T18:44:56.411Z[ recovery-image] Aug 27 18:44:55.395 INFO O| Aug 27 18:44:55.395 INFO STEP 508 (remove_files) COMPLETE
54242024-08-27T18:44:56.414Z[ recovery-image] Aug 27 18:44:55.395 INFO O| Aug 27 18:44:55.395 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-08-27T18:44:56.426Z[ recovery-image] Aug 27 18:44:55.410 INFO O| Aug 27 18:44:55.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54262024-08-27T18:44:56.428Z[ recovery-image] Aug 27 18:44:55.410 INFO O| Aug 27 18:44:55.410 INFO STEP 509 (remove_files) COMPLETE
54272024-08-27T18:44:56.428Z[ recovery-image] Aug 27 18:44:55.410 INFO O| Aug 27 18:44:55.410 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-08-27T18:44:56.440Z[ recovery-image] Aug 27 18:44:55.424 INFO O| Aug 27 18:44:55.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54292024-08-27T18:44:56.442Z[ recovery-image] Aug 27 18:44:55.424 INFO O| Aug 27 18:44:55.424 INFO STEP 510 (remove_files) COMPLETE
54302024-08-27T18:44:56.442Z[ recovery-image] Aug 27 18:44:55.424 INFO O| Aug 27 18:44:55.424 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-08-27T18:44:56.454Z[ recovery-image] Aug 27 18:44:55.438 INFO O| Aug 27 18:44:55.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54322024-08-27T18:44:56.457Z[ recovery-image] Aug 27 18:44:55.438 INFO O| Aug 27 18:44:55.438 INFO STEP 511 (remove_files) COMPLETE
54332024-08-27T18:44:56.457Z[ recovery-image] Aug 27 18:44:55.438 INFO O| Aug 27 18:44:55.438 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-08-27T18:44:56.470Z[ recovery-image] Aug 27 18:44:55.453 INFO O| Aug 27 18:44:55.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54352024-08-27T18:44:56.473Z[ recovery-image] Aug 27 18:44:55.453 INFO O| Aug 27 18:44:55.453 INFO STEP 512 (remove_files) COMPLETE
54362024-08-27T18:44:56.473Z[ recovery-image] Aug 27 18:44:55.453 INFO O| Aug 27 18:44:55.453 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-08-27T18:44:56.484Z[ recovery-image] Aug 27 18:44:55.468 INFO O| Aug 27 18:44:55.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54382024-08-27T18:44:56.489Z[ recovery-image] Aug 27 18:44:55.469 INFO O| Aug 27 18:44:55.469 INFO STEP 513 (remove_files) COMPLETE
54392024-08-27T18:44:56.489Z[ recovery-image] Aug 27 18:44:55.469 INFO O| Aug 27 18:44:55.469 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-08-27T18:44:56.499Z[ recovery-image] Aug 27 18:44:55.483 INFO O| Aug 27 18:44:55.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54412024-08-27T18:44:56.502Z[ recovery-image] Aug 27 18:44:55.484 INFO O| Aug 27 18:44:55.484 INFO STEP 514 (remove_files) COMPLETE
54422024-08-27T18:44:56.502Z[ recovery-image] Aug 27 18:44:55.484 INFO O| Aug 27 18:44:55.484 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-08-27T18:44:56.514Z[ recovery-image] Aug 27 18:44:55.498 INFO O| Aug 27 18:44:55.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54442024-08-27T18:44:56.514Z[ recovery-image] Aug 27 18:44:55.498 INFO O| Aug 27 18:44:55.498 INFO STEP 515 (remove_files) COMPLETE
54452024-08-27T18:44:56.516Z[ recovery-image] Aug 27 18:44:55.499 INFO O| Aug 27 18:44:55.498 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-08-27T18:44:56.530Z[ recovery-image] Aug 27 18:44:55.513 INFO O| Aug 27 18:44:55.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54472024-08-27T18:44:56.530Z[ recovery-image] Aug 27 18:44:55.513 INFO O| Aug 27 18:44:55.513 INFO STEP 516 (remove_files) COMPLETE
54482024-08-27T18:44:56.530Z[ recovery-image] Aug 27 18:44:55.513 INFO O| Aug 27 18:44:55.513 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-08-27T18:44:56.544Z[ recovery-image] Aug 27 18:44:55.528 INFO O| Aug 27 18:44:55.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54502024-08-27T18:44:56.546Z[ recovery-image] Aug 27 18:44:55.528 INFO O| Aug 27 18:44:55.528 INFO STEP 517 (remove_files) COMPLETE
54512024-08-27T18:44:56.546Z[ recovery-image] Aug 27 18:44:55.528 INFO O| Aug 27 18:44:55.528 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-08-27T18:44:56.559Z[ recovery-image] Aug 27 18:44:55.543 INFO O| Aug 27 18:44:55.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54532024-08-27T18:44:56.561Z[ recovery-image] Aug 27 18:44:55.543 INFO O| Aug 27 18:44:55.543 INFO STEP 518 (remove_files) COMPLETE
54542024-08-27T18:44:56.561Z[ recovery-image] Aug 27 18:44:55.543 INFO O| Aug 27 18:44:55.543 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-08-27T18:44:56.577Z[ recovery-image] Aug 27 18:44:55.561 INFO O| Aug 27 18:44:55.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54562024-08-27T18:44:56.580Z[ recovery-image] Aug 27 18:44:55.561 INFO O| Aug 27 18:44:55.561 INFO STEP 519 (remove_files) COMPLETE
54572024-08-27T18:44:56.580Z[ recovery-image] Aug 27 18:44:55.561 INFO O| Aug 27 18:44:55.561 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-08-27T18:44:56.594Z[ recovery-image] Aug 27 18:44:55.579 INFO O| Aug 27 18:44:55.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54592024-08-27T18:44:56.597Z[ recovery-image] Aug 27 18:44:55.579 INFO O| Aug 27 18:44:55.579 INFO STEP 520 (remove_files) COMPLETE
54602024-08-27T18:44:56.597Z[ recovery-image] Aug 27 18:44:55.579 INFO O| Aug 27 18:44:55.579 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-08-27T18:44:56.610Z[ recovery-image] Aug 27 18:44:55.594 INFO O| Aug 27 18:44:55.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54622024-08-27T18:44:56.610Z[ recovery-image] Aug 27 18:44:55.594 INFO O| Aug 27 18:44:55.594 INFO STEP 521 (remove_files) COMPLETE
54632024-08-27T18:44:56.612Z[ recovery-image] Aug 27 18:44:55.594 INFO O| Aug 27 18:44:55.594 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-08-27T18:44:56.626Z[ recovery-image] Aug 27 18:44:55.609 INFO O| Aug 27 18:44:55.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54652024-08-27T18:44:56.626Z[ recovery-image] Aug 27 18:44:55.609 INFO O| Aug 27 18:44:55.609 INFO STEP 522 (remove_files) COMPLETE
54662024-08-27T18:44:56.628Z[ recovery-image] Aug 27 18:44:55.609 INFO O| Aug 27 18:44:55.609 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-08-27T18:44:56.641Z[ recovery-image] Aug 27 18:44:55.626 INFO O| Aug 27 18:44:55.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54682024-08-27T18:44:56.644Z[ recovery-image] Aug 27 18:44:55.626 INFO O| Aug 27 18:44:55.626 INFO STEP 523 (remove_files) COMPLETE
54692024-08-27T18:44:56.644Z[ recovery-image] Aug 27 18:44:55.626 INFO O| Aug 27 18:44:55.626 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-08-27T18:44:56.656Z[ recovery-image] Aug 27 18:44:55.640 INFO O| Aug 27 18:44:55.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54712024-08-27T18:44:56.660Z[ recovery-image] Aug 27 18:44:55.641 INFO O| Aug 27 18:44:55.641 INFO STEP 524 (remove_files) COMPLETE
54722024-08-27T18:44:56.660Z[ recovery-image] Aug 27 18:44:55.641 INFO O| Aug 27 18:44:55.641 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-08-27T18:44:56.673Z[ recovery-image] Aug 27 18:44:55.658 INFO O| Aug 27 18:44:55.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54742024-08-27T18:44:56.676Z[ recovery-image] Aug 27 18:44:55.658 INFO O| Aug 27 18:44:55.658 INFO STEP 525 (remove_files) COMPLETE
54752024-08-27T18:44:56.676Z[ recovery-image] Aug 27 18:44:55.658 INFO O| Aug 27 18:44:55.658 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-08-27T18:44:56.690Z[ recovery-image] Aug 27 18:44:55.674 INFO O| Aug 27 18:44:55.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54772024-08-27T18:44:56.693Z[ recovery-image] Aug 27 18:44:55.675 INFO O| Aug 27 18:44:55.674 INFO STEP 526 (remove_files) COMPLETE
54782024-08-27T18:44:56.693Z[ recovery-image] Aug 27 18:44:55.675 INFO O| Aug 27 18:44:55.675 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-08-27T18:44:56.708Z[ recovery-image] Aug 27 18:44:55.692 INFO O| Aug 27 18:44:55.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54802024-08-27T18:44:56.711Z[ recovery-image] Aug 27 18:44:55.693 INFO O| Aug 27 18:44:55.693 INFO STEP 527 (remove_files) COMPLETE
54812024-08-27T18:44:56.711Z[ recovery-image] Aug 27 18:44:55.693 INFO O| Aug 27 18:44:55.693 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-08-27T18:44:56.728Z[ recovery-image] Aug 27 18:44:55.711 INFO O| Aug 27 18:44:55.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54832024-08-27T18:44:56.730Z[ recovery-image] Aug 27 18:44:55.711 INFO O| Aug 27 18:44:55.711 INFO STEP 528 (remove_files) COMPLETE
54842024-08-27T18:44:56.730Z[ recovery-image] Aug 27 18:44:55.711 INFO O| Aug 27 18:44:55.711 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-08-27T18:44:56.744Z[ recovery-image] Aug 27 18:44:55.728 INFO O| Aug 27 18:44:55.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54862024-08-27T18:44:56.747Z[ recovery-image] Aug 27 18:44:55.729 INFO O| Aug 27 18:44:55.729 INFO STEP 529 (remove_files) COMPLETE
54872024-08-27T18:44:56.747Z[ recovery-image] Aug 27 18:44:55.729 INFO O| Aug 27 18:44:55.729 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-08-27T18:44:56.749Z[ host-image] Aug 27 18:44:55.734 INFO O| Aug 27 18:44:55.733 INFO O| Done
54892024-08-27T18:44:56.761Z[ recovery-image] Aug 27 18:44:55.745 INFO O| Aug 27 18:44:55.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54902024-08-27T18:44:56.763Z[ recovery-image] Aug 27 18:44:55.745 INFO O| Aug 27 18:44:55.745 INFO STEP 530 (remove_files) COMPLETE
54912024-08-27T18:44:56.763Z[ recovery-image] Aug 27 18:44:55.745 INFO O| Aug 27 18:44:55.745 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-08-27T18:44:56.777Z[ recovery-image] Aug 27 18:44:55.760 INFO O| Aug 27 18:44:55.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54932024-08-27T18:44:56.780Z[ recovery-image] Aug 27 18:44:55.761 INFO O| Aug 27 18:44:55.761 INFO STEP 531 (remove_files) COMPLETE
54942024-08-27T18:44:56.780Z[ recovery-image] Aug 27 18:44:55.761 INFO O| Aug 27 18:44:55.761 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-08-27T18:44:56.792Z[ recovery-image] Aug 27 18:44:55.776 INFO O| Aug 27 18:44:55.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54962024-08-27T18:44:56.795Z[ recovery-image] Aug 27 18:44:55.776 INFO O| Aug 27 18:44:55.776 INFO STEP 532 (remove_files) COMPLETE
54972024-08-27T18:44:56.795Z[ recovery-image] Aug 27 18:44:55.776 INFO O| Aug 27 18:44:55.776 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-08-27T18:44:56.807Z[ recovery-image] Aug 27 18:44:55.792 INFO O| Aug 27 18:44:55.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54992024-08-27T18:44:56.810Z[ recovery-image] Aug 27 18:44:55.792 INFO O| Aug 27 18:44:55.792 INFO STEP 533 (remove_files) COMPLETE
55002024-08-27T18:44:56.810Z[ recovery-image] Aug 27 18:44:55.792 INFO O| Aug 27 18:44:55.792 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-08-27T18:44:56.823Z[ recovery-image] Aug 27 18:44:55.807 INFO O| Aug 27 18:44:55.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55022024-08-27T18:44:56.825Z[ recovery-image] Aug 27 18:44:55.807 INFO O| Aug 27 18:44:55.807 INFO STEP 534 (remove_files) COMPLETE
55032024-08-27T18:44:56.825Z[ recovery-image] Aug 27 18:44:55.807 INFO O| Aug 27 18:44:55.807 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-08-27T18:44:56.839Z[ recovery-image] Aug 27 18:44:55.823 INFO O| Aug 27 18:44:55.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55052024-08-27T18:44:56.842Z[ recovery-image] Aug 27 18:44:55.823 INFO O| Aug 27 18:44:55.823 INFO STEP 535 (remove_files) COMPLETE
55062024-08-27T18:44:56.842Z[ recovery-image] Aug 27 18:44:55.823 INFO O| Aug 27 18:44:55.823 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-08-27T18:44:56.854Z[ recovery-image] Aug 27 18:44:55.839 INFO O| Aug 27 18:44:55.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
55082024-08-27T18:44:56.857Z[ recovery-image] Aug 27 18:44:55.839 INFO O| Aug 27 18:44:55.839 INFO STEP 536 (remove_files) COMPLETE
55092024-08-27T18:44:56.857Z[ recovery-image] Aug 27 18:44:55.839 INFO O| Aug 27 18:44:55.839 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-08-27T18:44:56.871Z[ recovery-image] Aug 27 18:44:55.854 INFO O| Aug 27 18:44:55.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
55112024-08-27T18:44:56.874Z[ recovery-image] Aug 27 18:44:55.854 INFO O| Aug 27 18:44:55.854 INFO STEP 537 (remove_files) COMPLETE
55122024-08-27T18:44:56.874Z[ recovery-image] Aug 27 18:44:55.854 INFO O| Aug 27 18:44:55.854 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-08-27T18:44:56.885Z[ recovery-image] Aug 27 18:44:55.870 INFO O| Aug 27 18:44:55.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55142024-08-27T18:44:56.888Z[ recovery-image] Aug 27 18:44:55.870 INFO O| Aug 27 18:44:55.870 INFO STEP 538 (remove_files) COMPLETE
55152024-08-27T18:44:56.888Z[ recovery-image] Aug 27 18:44:55.870 INFO O| Aug 27 18:44:55.870 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-08-27T18:44:56.901Z[ recovery-image] Aug 27 18:44:55.885 INFO O| Aug 27 18:44:55.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55172024-08-27T18:44:56.903Z[ recovery-image] Aug 27 18:44:55.885 INFO O| Aug 27 18:44:55.885 INFO STEP 539 (remove_files) COMPLETE
55182024-08-27T18:44:56.903Z[ recovery-image] Aug 27 18:44:55.885 INFO O| Aug 27 18:44:55.885 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-08-27T18:44:56.917Z[ recovery-image] Aug 27 18:44:55.901 INFO O| Aug 27 18:44:55.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55202024-08-27T18:44:56.917Z[ recovery-image] Aug 27 18:44:55.901 INFO O| Aug 27 18:44:55.901 INFO STEP 540 (remove_files) COMPLETE
55212024-08-27T18:44:56.920Z[ recovery-image] Aug 27 18:44:55.901 INFO O| Aug 27 18:44:55.901 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-08-27T18:44:56.932Z[ recovery-image] Aug 27 18:44:55.916 INFO O| Aug 27 18:44:55.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55232024-08-27T18:44:56.935Z[ recovery-image] Aug 27 18:44:55.917 INFO O| Aug 27 18:44:55.917 INFO STEP 541 (remove_files) COMPLETE
55242024-08-27T18:44:56.935Z[ recovery-image] Aug 27 18:44:55.917 INFO O| Aug 27 18:44:55.917 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-08-27T18:44:56.948Z[ recovery-image] Aug 27 18:44:55.932 INFO O| Aug 27 18:44:55.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55262024-08-27T18:44:56.948Z[ recovery-image] Aug 27 18:44:55.932 INFO O| Aug 27 18:44:55.932 INFO STEP 542 (remove_files) COMPLETE
55272024-08-27T18:44:56.948Z[ recovery-image] Aug 27 18:44:55.932 INFO O| Aug 27 18:44:55.932 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-08-27T18:44:56.963Z[ recovery-image] Aug 27 18:44:55.947 INFO O| Aug 27 18:44:55.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55292024-08-27T18:44:56.963Z[ recovery-image] Aug 27 18:44:55.947 INFO O| Aug 27 18:44:55.947 INFO STEP 543 (remove_files) COMPLETE
55302024-08-27T18:44:56.965Z[ recovery-image] Aug 27 18:44:55.947 INFO O| Aug 27 18:44:55.947 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-08-27T18:44:56.978Z[ recovery-image] Aug 27 18:44:55.962 INFO O| Aug 27 18:44:55.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55322024-08-27T18:44:56.980Z[ recovery-image] Aug 27 18:44:55.962 INFO O| Aug 27 18:44:55.962 INFO STEP 544 (remove_files) COMPLETE
55332024-08-27T18:44:56.980Z[ recovery-image] Aug 27 18:44:55.962 INFO O| Aug 27 18:44:55.962 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-08-27T18:44:56.992Z[ recovery-image] Aug 27 18:44:55.976 INFO O| Aug 27 18:44:55.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55352024-08-27T18:44:56.995Z[ recovery-image] Aug 27 18:44:55.977 INFO O| Aug 27 18:44:55.977 INFO STEP 545 (remove_files) COMPLETE
55362024-08-27T18:44:56.995Z[ recovery-image] Aug 27 18:44:55.977 INFO O| Aug 27 18:44:55.977 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-08-27T18:44:57.007Z[ recovery-image] Aug 27 18:44:55.991 INFO O| Aug 27 18:44:55.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55382024-08-27T18:44:57.013Z[ recovery-image] Aug 27 18:44:55.991 INFO O| Aug 27 18:44:55.991 INFO STEP 546 (remove_files) COMPLETE
55392024-08-27T18:44:57.013Z[ recovery-image] Aug 27 18:44:55.992 INFO O| Aug 27 18:44:55.991 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-08-27T18:44:57.024Z[ recovery-image] Aug 27 18:44:56.007 INFO O| Aug 27 18:44:56.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55412024-08-27T18:44:57.024Z[ recovery-image] Aug 27 18:44:56.007 INFO O| Aug 27 18:44:56.007 INFO STEP 547 (remove_files) COMPLETE
55422024-08-27T18:44:57.026Z[ recovery-image] Aug 27 18:44:56.007 INFO O| Aug 27 18:44:56.007 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-08-27T18:44:57.038Z[ recovery-image] Aug 27 18:44:56.022 INFO O| Aug 27 18:44:56.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55442024-08-27T18:44:57.040Z[ recovery-image] Aug 27 18:44:56.022 INFO O| Aug 27 18:44:56.022 INFO STEP 548 (remove_files) COMPLETE
55452024-08-27T18:44:57.040Z[ recovery-image] Aug 27 18:44:56.022 INFO O| Aug 27 18:44:56.022 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-08-27T18:44:57.052Z[ recovery-image] Aug 27 18:44:56.036 INFO O| Aug 27 18:44:56.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55472024-08-27T18:44:57.052Z[ recovery-image] Aug 27 18:44:56.036 INFO O| Aug 27 18:44:56.036 INFO STEP 549 (remove_files) COMPLETE
55482024-08-27T18:44:57.052Z[ recovery-image] Aug 27 18:44:56.036 INFO O| Aug 27 18:44:56.036 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-08-27T18:44:57.061Z[ recovery-image] Aug 27 18:44:56.046 INFO O| Aug 27 18:44:56.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55502024-08-27T18:44:57.061Z[ recovery-image] Aug 27 18:44:56.046 INFO O| Aug 27 18:44:56.046 INFO STEP 550 (remove_files) COMPLETE
55512024-08-27T18:44:57.064Z[ recovery-image] Aug 27 18:44:56.046 INFO O| Aug 27 18:44:56.046 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-08-27T18:44:57.072Z[ recovery-image] Aug 27 18:44:56.056 INFO O| Aug 27 18:44:56.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55532024-08-27T18:44:57.072Z[ recovery-image] Aug 27 18:44:56.056 INFO O| Aug 27 18:44:56.056 INFO STEP 551 (remove_files) COMPLETE
55542024-08-27T18:44:57.072Z[ recovery-image] Aug 27 18:44:56.056 INFO O| Aug 27 18:44:56.056 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-08-27T18:44:57.083Z[ recovery-image] Aug 27 18:44:56.066 INFO O| Aug 27 18:44:56.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55562024-08-27T18:44:57.083Z[ recovery-image] Aug 27 18:44:56.066 INFO O| Aug 27 18:44:56.066 INFO STEP 552 (remove_files) COMPLETE
55572024-08-27T18:44:57.083Z[ recovery-image] Aug 27 18:44:56.066 INFO O| Aug 27 18:44:56.066 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-08-27T18:44:57.092Z[ recovery-image] Aug 27 18:44:56.075 INFO O| Aug 27 18:44:56.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55592024-08-27T18:44:57.092Z[ recovery-image] Aug 27 18:44:56.075 INFO O| Aug 27 18:44:56.075 INFO STEP 553 (remove_files) COMPLETE
55602024-08-27T18:44:57.094Z[ recovery-image] Aug 27 18:44:56.075 INFO O| Aug 27 18:44:56.075 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-08-27T18:44:57.101Z[ recovery-image] Aug 27 18:44:56.085 INFO O| Aug 27 18:44:56.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55622024-08-27T18:44:57.104Z[ recovery-image] Aug 27 18:44:56.086 INFO O| Aug 27 18:44:56.086 INFO STEP 554 (remove_files) COMPLETE
55632024-08-27T18:44:57.104Z[ recovery-image] Aug 27 18:44:56.086 INFO O| Aug 27 18:44:56.086 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-08-27T18:44:57.111Z[ recovery-image] Aug 27 18:44:56.096 INFO O| Aug 27 18:44:56.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55652024-08-27T18:44:57.114Z[ recovery-image] Aug 27 18:44:56.096 INFO O| Aug 27 18:44:56.096 INFO STEP 555 (remove_files) COMPLETE
55662024-08-27T18:44:57.114Z[ recovery-image] Aug 27 18:44:56.096 INFO O| Aug 27 18:44:56.096 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-08-27T18:44:57.123Z[ recovery-image] Aug 27 18:44:56.105 INFO O| Aug 27 18:44:56.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55682024-08-27T18:44:57.123Z[ recovery-image] Aug 27 18:44:56.105 INFO O| Aug 27 18:44:56.105 INFO STEP 556 (remove_files) COMPLETE
55692024-08-27T18:44:57.125Z[ recovery-image] Aug 27 18:44:56.105 INFO O| Aug 27 18:44:56.105 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-08-27T18:44:57.131Z[ recovery-image] Aug 27 18:44:56.115 INFO O| Aug 27 18:44:56.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55712024-08-27T18:44:57.131Z[ recovery-image] Aug 27 18:44:56.115 INFO O| Aug 27 18:44:56.115 INFO STEP 557 (remove_files) COMPLETE
55722024-08-27T18:44:57.133Z[ recovery-image] Aug 27 18:44:56.115 INFO O| Aug 27 18:44:56.115 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-08-27T18:44:57.140Z[ recovery-image] Aug 27 18:44:56.124 INFO O| Aug 27 18:44:56.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55742024-08-27T18:44:57.140Z[ recovery-image] Aug 27 18:44:56.124 INFO O| Aug 27 18:44:56.124 INFO STEP 558 (remove_files) COMPLETE
55752024-08-27T18:44:57.144Z[ recovery-image] Aug 27 18:44:56.124 INFO O| Aug 27 18:44:56.124 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-27T18:44:57.150Z[ recovery-image] Aug 27 18:44:56.134 INFO O| Aug 27 18:44:56.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55772024-08-27T18:44:57.150Z[ recovery-image] Aug 27 18:44:56.134 INFO O| Aug 27 18:44:56.134 INFO STEP 559 (remove_files) COMPLETE
55782024-08-27T18:44:57.153Z[ recovery-image] Aug 27 18:44:56.134 INFO O| Aug 27 18:44:56.134 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-27T18:44:57.160Z[ recovery-image] Aug 27 18:44:56.144 INFO O| Aug 27 18:44:56.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55802024-08-27T18:44:57.160Z[ recovery-image] Aug 27 18:44:56.144 INFO O| Aug 27 18:44:56.144 INFO STEP 560 (remove_files) COMPLETE
55812024-08-27T18:44:57.162Z[ recovery-image] Aug 27 18:44:56.144 INFO O| Aug 27 18:44:56.144 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-27T18:44:57.170Z[ recovery-image] Aug 27 18:44:56.154 INFO O| Aug 27 18:44:56.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55832024-08-27T18:44:57.170Z[ recovery-image] Aug 27 18:44:56.154 INFO O| Aug 27 18:44:56.154 INFO STEP 561 (remove_files) COMPLETE
55842024-08-27T18:44:57.173Z[ recovery-image] Aug 27 18:44:56.154 INFO O| Aug 27 18:44:56.154 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-27T18:44:57.179Z[ recovery-image] Aug 27 18:44:56.163 INFO O| Aug 27 18:44:56.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55862024-08-27T18:44:57.179Z[ recovery-image] Aug 27 18:44:56.163 INFO O| Aug 27 18:44:56.163 INFO STEP 562 (remove_files) COMPLETE
55872024-08-27T18:44:57.181Z[ recovery-image] Aug 27 18:44:56.163 INFO O| Aug 27 18:44:56.163 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-08-27T18:44:57.190Z[ recovery-image] Aug 27 18:44:56.173 INFO O| Aug 27 18:44:56.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55892024-08-27T18:44:57.190Z[ recovery-image] Aug 27 18:44:56.173 INFO O| Aug 27 18:44:56.173 INFO STEP 563 (remove_files) COMPLETE
55902024-08-27T18:44:57.192Z[ recovery-image] Aug 27 18:44:56.173 INFO O| Aug 27 18:44:56.173 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-08-27T18:44:57.200Z[ recovery-image] Aug 27 18:44:56.182 INFO O| Aug 27 18:44:56.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55922024-08-27T18:44:57.203Z[ recovery-image] Aug 27 18:44:56.182 INFO O| Aug 27 18:44:56.182 INFO STEP 564 (remove_files) COMPLETE
55932024-08-27T18:44:57.203Z[ recovery-image] Aug 27 18:44:56.182 INFO O| Aug 27 18:44:56.182 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-08-27T18:44:57.207Z[ recovery-image] Aug 27 18:44:56.192 INFO O| Aug 27 18:44:56.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55952024-08-27T18:44:57.207Z[ recovery-image] Aug 27 18:44:56.192 INFO O| Aug 27 18:44:56.192 INFO STEP 565 (remove_files) COMPLETE
55962024-08-27T18:44:57.210Z[ recovery-image] Aug 27 18:44:56.192 INFO O| Aug 27 18:44:56.192 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-08-27T18:44:57.217Z[ recovery-image] Aug 27 18:44:56.201 INFO O| Aug 27 18:44:56.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55982024-08-27T18:44:57.217Z[ recovery-image] Aug 27 18:44:56.201 INFO O| Aug 27 18:44:56.201 INFO STEP 566 (remove_files) COMPLETE
55992024-08-27T18:44:57.217Z[ recovery-image] Aug 27 18:44:56.201 INFO O| Aug 27 18:44:56.201 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-08-27T18:44:57.226Z[ recovery-image] Aug 27 18:44:56.210 INFO O| Aug 27 18:44:56.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56012024-08-27T18:44:57.226Z[ recovery-image] Aug 27 18:44:56.211 INFO O| Aug 27 18:44:56.210 INFO STEP 567 (remove_files) COMPLETE
56022024-08-27T18:44:57.226Z[ recovery-image] Aug 27 18:44:56.211 INFO O| Aug 27 18:44:56.211 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-08-27T18:44:57.236Z[ recovery-image] Aug 27 18:44:56.220 INFO O| Aug 27 18:44:56.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
56042024-08-27T18:44:57.236Z[ recovery-image] Aug 27 18:44:56.220 INFO O| Aug 27 18:44:56.220 INFO STEP 568 (remove_files) COMPLETE
56052024-08-27T18:44:57.239Z[ recovery-image] Aug 27 18:44:56.220 INFO O| Aug 27 18:44:56.220 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-08-27T18:44:57.246Z[ recovery-image] Aug 27 18:44:56.230 INFO O| Aug 27 18:44:56.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
56072024-08-27T18:44:57.246Z[ recovery-image] Aug 27 18:44:56.231 INFO O| Aug 27 18:44:56.230 INFO STEP 569 (remove_files) COMPLETE
56082024-08-27T18:44:57.249Z[ recovery-image] Aug 27 18:44:56.231 INFO O| Aug 27 18:44:56.230 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-08-27T18:44:57.257Z[ recovery-image] Aug 27 18:44:56.241 INFO O| Aug 27 18:44:56.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
56102024-08-27T18:44:57.257Z[ recovery-image] Aug 27 18:44:56.241 INFO O| Aug 27 18:44:56.241 INFO STEP 570 (remove_files) COMPLETE
56112024-08-27T18:44:57.259Z[ recovery-image] Aug 27 18:44:56.241 INFO O| Aug 27 18:44:56.241 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-08-27T18:44:57.267Z[ recovery-image] Aug 27 18:44:56.251 INFO O| Aug 27 18:44:56.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
56132024-08-27T18:44:57.267Z[ recovery-image] Aug 27 18:44:56.252 INFO O| Aug 27 18:44:56.251 INFO STEP 571 (remove_files) COMPLETE
56142024-08-27T18:44:57.267Z[ recovery-image] Aug 27 18:44:56.252 INFO O| Aug 27 18:44:56.252 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-08-27T18:44:57.277Z[ recovery-image] Aug 27 18:44:56.261 INFO O| Aug 27 18:44:56.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56162024-08-27T18:44:57.279Z[ recovery-image] Aug 27 18:44:56.261 INFO O| Aug 27 18:44:56.261 INFO STEP 572 (remove_files) COMPLETE
56172024-08-27T18:44:57.279Z[ recovery-image] Aug 27 18:44:56.261 INFO O| Aug 27 18:44:56.261 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-08-27T18:44:57.287Z[ recovery-image] Aug 27 18:44:56.271 INFO O| Aug 27 18:44:56.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56192024-08-27T18:44:57.287Z[ recovery-image] Aug 27 18:44:56.271 INFO O| Aug 27 18:44:56.271 INFO STEP 573 (remove_files) COMPLETE
56202024-08-27T18:44:57.287Z[ recovery-image] Aug 27 18:44:56.271 INFO O| Aug 27 18:44:56.271 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-08-27T18:44:57.297Z[ recovery-image] Aug 27 18:44:56.280 INFO O| Aug 27 18:44:56.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56222024-08-27T18:44:57.297Z[ recovery-image] Aug 27 18:44:56.280 INFO O| Aug 27 18:44:56.280 INFO STEP 574 (remove_files) COMPLETE
56232024-08-27T18:44:57.300Z[ recovery-image] Aug 27 18:44:56.280 INFO O| Aug 27 18:44:56.280 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-08-27T18:44:57.305Z[ recovery-image] Aug 27 18:44:56.290 INFO O| Aug 27 18:44:56.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56252024-08-27T18:44:57.309Z[ recovery-image] Aug 27 18:44:56.290 INFO O| Aug 27 18:44:56.290 INFO STEP 575 (remove_files) COMPLETE
56262024-08-27T18:44:57.309Z[ recovery-image] Aug 27 18:44:56.290 INFO O| Aug 27 18:44:56.290 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-08-27T18:44:57.315Z[ recovery-image] Aug 27 18:44:56.299 INFO O| Aug 27 18:44:56.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56282024-08-27T18:44:57.315Z[ recovery-image] Aug 27 18:44:56.300 INFO O| Aug 27 18:44:56.300 INFO STEP 576 (remove_files) COMPLETE
56292024-08-27T18:44:57.318Z[ recovery-image] Aug 27 18:44:56.300 INFO O| Aug 27 18:44:56.300 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-08-27T18:44:57.325Z[ recovery-image] Aug 27 18:44:56.309 INFO O| Aug 27 18:44:56.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56312024-08-27T18:44:57.325Z[ recovery-image] Aug 27 18:44:56.309 INFO O| Aug 27 18:44:56.309 INFO STEP 577 (remove_files) COMPLETE
56322024-08-27T18:44:57.325Z[ recovery-image] Aug 27 18:44:56.309 INFO O| Aug 27 18:44:56.309 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-08-27T18:44:57.335Z[ recovery-image] Aug 27 18:44:56.319 INFO O| Aug 27 18:44:56.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56342024-08-27T18:44:57.335Z[ recovery-image] Aug 27 18:44:56.319 INFO O| Aug 27 18:44:56.319 INFO STEP 578 (remove_files) COMPLETE
56352024-08-27T18:44:57.337Z[ recovery-image] Aug 27 18:44:56.319 INFO O| Aug 27 18:44:56.319 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-08-27T18:44:57.345Z[ recovery-image] Aug 27 18:44:56.328 INFO O| Aug 27 18:44:56.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56372024-08-27T18:44:57.345Z[ recovery-image] Aug 27 18:44:56.328 INFO O| Aug 27 18:44:56.328 INFO STEP 579 (remove_files) COMPLETE
56382024-08-27T18:44:57.347Z[ recovery-image] Aug 27 18:44:56.328 INFO O| Aug 27 18:44:56.328 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-08-27T18:44:57.355Z[ recovery-image] Aug 27 18:44:56.339 INFO O| Aug 27 18:44:56.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56402024-08-27T18:44:57.355Z[ recovery-image] Aug 27 18:44:56.339 INFO O| Aug 27 18:44:56.339 INFO STEP 580 (remove_files) COMPLETE
56412024-08-27T18:44:57.355Z[ recovery-image] Aug 27 18:44:56.339 INFO O| Aug 27 18:44:56.339 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-08-27T18:44:57.366Z[ recovery-image] Aug 27 18:44:56.350 INFO O| Aug 27 18:44:56.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56432024-08-27T18:44:57.372Z[ recovery-image] Aug 27 18:44:56.350 INFO O| Aug 27 18:44:56.350 INFO STEP 581 (remove_files) COMPLETE
56442024-08-27T18:44:57.372Z[ recovery-image] Aug 27 18:44:56.350 INFO O| Aug 27 18:44:56.350 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-08-27T18:44:57.378Z[ recovery-image] Aug 27 18:44:56.362 INFO O| Aug 27 18:44:56.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56462024-08-27T18:44:57.381Z[ recovery-image] Aug 27 18:44:56.362 INFO O| Aug 27 18:44:56.362 INFO STEP 582 (remove_files) COMPLETE
56472024-08-27T18:44:57.381Z[ recovery-image] Aug 27 18:44:56.362 INFO O| Aug 27 18:44:56.362 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-08-27T18:44:57.388Z[ recovery-image] Aug 27 18:44:56.372 INFO O| Aug 27 18:44:56.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56492024-08-27T18:44:57.388Z[ recovery-image] Aug 27 18:44:56.373 INFO O| Aug 27 18:44:56.373 INFO STEP 583 (remove_files) COMPLETE
56502024-08-27T18:44:57.391Z[ recovery-image] Aug 27 18:44:56.373 INFO O| Aug 27 18:44:56.373 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-08-27T18:44:57.398Z[ recovery-image] Aug 27 18:44:56.382 INFO O| Aug 27 18:44:56.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56522024-08-27T18:44:57.398Z[ recovery-image] Aug 27 18:44:56.382 INFO O| Aug 27 18:44:56.382 INFO STEP 584 (remove_files) COMPLETE
56532024-08-27T18:44:57.401Z[ recovery-image] Aug 27 18:44:56.382 INFO O| Aug 27 18:44:56.382 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-08-27T18:44:57.407Z[ recovery-image] Aug 27 18:44:56.392 INFO O| Aug 27 18:44:56.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56552024-08-27T18:44:57.407Z[ recovery-image] Aug 27 18:44:56.392 INFO O| Aug 27 18:44:56.392 INFO STEP 585 (remove_files) COMPLETE
56562024-08-27T18:44:57.410Z[ recovery-image] Aug 27 18:44:56.392 INFO O| Aug 27 18:44:56.392 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-08-27T18:44:57.417Z[ recovery-image] Aug 27 18:44:56.401 INFO O| Aug 27 18:44:56.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56582024-08-27T18:44:57.417Z[ recovery-image] Aug 27 18:44:56.401 INFO O| Aug 27 18:44:56.401 INFO STEP 586 (remove_files) COMPLETE
56592024-08-27T18:44:57.420Z[ recovery-image] Aug 27 18:44:56.401 INFO O| Aug 27 18:44:56.401 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-08-27T18:44:57.428Z[ recovery-image] Aug 27 18:44:56.411 INFO O| Aug 27 18:44:56.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56612024-08-27T18:44:57.428Z[ recovery-image] Aug 27 18:44:56.412 INFO O| Aug 27 18:44:56.411 INFO STEP 587 (remove_files) COMPLETE
56622024-08-27T18:44:57.430Z[ recovery-image] Aug 27 18:44:56.412 INFO O| Aug 27 18:44:56.412 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-08-27T18:44:57.437Z[ recovery-image] Aug 27 18:44:56.421 INFO O| Aug 27 18:44:56.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56642024-08-27T18:44:57.437Z[ recovery-image] Aug 27 18:44:56.421 INFO O| Aug 27 18:44:56.421 INFO STEP 588 (remove_files) COMPLETE
56652024-08-27T18:44:57.439Z[ recovery-image] Aug 27 18:44:56.421 INFO O| Aug 27 18:44:56.421 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-08-27T18:44:57.447Z[ recovery-image] Aug 27 18:44:56.431 INFO O| Aug 27 18:44:56.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56672024-08-27T18:44:57.447Z[ recovery-image] Aug 27 18:44:56.431 INFO O| Aug 27 18:44:56.431 INFO STEP 589 (remove_files) COMPLETE
56682024-08-27T18:44:57.450Z[ recovery-image] Aug 27 18:44:56.431 INFO O| Aug 27 18:44:56.431 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-08-27T18:44:57.457Z[ recovery-image] Aug 27 18:44:56.441 INFO O| Aug 27 18:44:56.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56702024-08-27T18:44:57.459Z[ recovery-image] Aug 27 18:44:56.441 INFO O| Aug 27 18:44:56.441 INFO STEP 590 (remove_files) COMPLETE
56712024-08-27T18:44:57.459Z[ recovery-image] Aug 27 18:44:56.441 INFO O| Aug 27 18:44:56.441 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-08-27T18:44:57.467Z[ recovery-image] Aug 27 18:44:56.450 INFO O| Aug 27 18:44:56.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56732024-08-27T18:44:57.471Z[ recovery-image] Aug 27 18:44:56.451 INFO O| Aug 27 18:44:56.451 INFO STEP 591 (remove_files) COMPLETE
56742024-08-27T18:44:57.471Z[ recovery-image] Aug 27 18:44:56.451 INFO O| Aug 27 18:44:56.451 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-08-27T18:44:57.477Z[ recovery-image] Aug 27 18:44:56.461 INFO O| Aug 27 18:44:56.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56762024-08-27T18:44:57.477Z[ recovery-image] Aug 27 18:44:56.461 INFO O| Aug 27 18:44:56.461 INFO STEP 592 (remove_files) COMPLETE
56772024-08-27T18:44:57.477Z[ recovery-image] Aug 27 18:44:56.461 INFO O| Aug 27 18:44:56.461 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-08-27T18:44:57.487Z[ recovery-image] Aug 27 18:44:56.470 INFO O| Aug 27 18:44:56.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56792024-08-27T18:44:57.487Z[ recovery-image] Aug 27 18:44:56.470 INFO O| Aug 27 18:44:56.470 INFO STEP 593 (remove_files) COMPLETE
56802024-08-27T18:44:57.490Z[ recovery-image] Aug 27 18:44:56.470 INFO O| Aug 27 18:44:56.470 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-08-27T18:44:57.498Z[ recovery-image] Aug 27 18:44:56.480 INFO O| Aug 27 18:44:56.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56822024-08-27T18:44:57.498Z[ recovery-image] Aug 27 18:44:56.480 INFO O| Aug 27 18:44:56.480 INFO STEP 594 (remove_files) COMPLETE
56832024-08-27T18:44:57.498Z[ recovery-image] Aug 27 18:44:56.480 INFO O| Aug 27 18:44:56.480 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-08-27T18:44:57.508Z[ recovery-image] Aug 27 18:44:56.490 INFO O| Aug 27 18:44:56.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56852024-08-27T18:44:57.510Z[ recovery-image] Aug 27 18:44:56.490 INFO O| Aug 27 18:44:56.490 INFO STEP 595 (remove_files) COMPLETE
56862024-08-27T18:44:57.510Z[ recovery-image] Aug 27 18:44:56.490 INFO O| Aug 27 18:44:56.490 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-08-27T18:44:57.515Z[ recovery-image] Aug 27 18:44:56.499 INFO O| Aug 27 18:44:56.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56882024-08-27T18:44:57.515Z[ recovery-image] Aug 27 18:44:56.499 INFO O| Aug 27 18:44:56.499 INFO STEP 596 (remove_files) COMPLETE
56892024-08-27T18:44:57.518Z[ recovery-image] Aug 27 18:44:56.500 INFO O| Aug 27 18:44:56.499 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-08-27T18:44:57.525Z[ recovery-image] Aug 27 18:44:56.509 INFO O| Aug 27 18:44:56.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56912024-08-27T18:44:57.525Z[ recovery-image] Aug 27 18:44:56.509 INFO O| Aug 27 18:44:56.509 INFO STEP 597 (remove_files) COMPLETE
56922024-08-27T18:44:57.525Z[ recovery-image] Aug 27 18:44:56.509 INFO O| Aug 27 18:44:56.509 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-08-27T18:44:57.535Z[ recovery-image] Aug 27 18:44:56.519 INFO O| Aug 27 18:44:56.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56942024-08-27T18:44:57.535Z[ recovery-image] Aug 27 18:44:56.519 INFO O| Aug 27 18:44:56.519 INFO STEP 598 (remove_files) COMPLETE
56952024-08-27T18:44:57.539Z[ recovery-image] Aug 27 18:44:56.519 INFO O| Aug 27 18:44:56.519 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-08-27T18:44:57.548Z[ recovery-image] Aug 27 18:44:56.530 INFO O| Aug 27 18:44:56.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56972024-08-27T18:44:57.549Z[ recovery-image] Aug 27 18:44:56.530 INFO O| Aug 27 18:44:56.530 INFO STEP 599 (remove_files) COMPLETE
56982024-08-27T18:44:57.551Z[ recovery-image] Aug 27 18:44:56.530 INFO O| Aug 27 18:44:56.530 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-08-27T18:44:57.556Z[ recovery-image] Aug 27 18:44:56.540 INFO O| Aug 27 18:44:56.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57002024-08-27T18:44:57.556Z[ recovery-image] Aug 27 18:44:56.540 INFO O| Aug 27 18:44:56.540 INFO STEP 600 (remove_files) COMPLETE
57012024-08-27T18:44:57.558Z[ recovery-image] Aug 27 18:44:56.540 INFO O| Aug 27 18:44:56.540 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-08-27T18:44:57.566Z[ recovery-image] Aug 27 18:44:56.550 INFO O| Aug 27 18:44:56.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
57032024-08-27T18:44:57.568Z[ recovery-image] Aug 27 18:44:56.550 INFO O| Aug 27 18:44:56.550 INFO STEP 601 (remove_files) COMPLETE
57042024-08-27T18:44:57.568Z[ recovery-image] Aug 27 18:44:56.550 INFO O| Aug 27 18:44:56.550 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-08-27T18:44:57.575Z[ recovery-image] Aug 27 18:44:56.559 INFO O| Aug 27 18:44:56.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
57062024-08-27T18:44:57.578Z[ recovery-image] Aug 27 18:44:56.560 INFO O| Aug 27 18:44:56.559 INFO STEP 602 (remove_files) COMPLETE
57072024-08-27T18:44:57.578Z[ recovery-image] Aug 27 18:44:56.560 INFO O| Aug 27 18:44:56.560 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-08-27T18:44:57.585Z[ recovery-image] Aug 27 18:44:56.569 INFO O| Aug 27 18:44:56.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
57092024-08-27T18:44:57.588Z[ recovery-image] Aug 27 18:44:56.569 INFO O| Aug 27 18:44:56.569 INFO STEP 603 (remove_files) COMPLETE
57102024-08-27T18:44:57.588Z[ recovery-image] Aug 27 18:44:56.569 INFO O| Aug 27 18:44:56.569 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-08-27T18:44:57.594Z[ recovery-image] Aug 27 18:44:56.579 INFO O| Aug 27 18:44:56.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
57122024-08-27T18:44:57.599Z[ recovery-image] Aug 27 18:44:56.579 INFO O| Aug 27 18:44:56.579 INFO STEP 604 (remove_files) COMPLETE
57132024-08-27T18:44:57.599Z[ recovery-image] Aug 27 18:44:56.579 INFO O| Aug 27 18:44:56.579 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-08-27T18:44:57.604Z[ recovery-image] Aug 27 18:44:56.588 INFO O| Aug 27 18:44:56.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57152024-08-27T18:44:57.604Z[ recovery-image] Aug 27 18:44:56.588 INFO O| Aug 27 18:44:56.588 INFO STEP 605 (remove_files) COMPLETE
57162024-08-27T18:44:57.606Z[ recovery-image] Aug 27 18:44:56.588 INFO O| Aug 27 18:44:56.588 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-08-27T18:44:57.614Z[ recovery-image] Aug 27 18:44:56.598 INFO O| Aug 27 18:44:56.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57182024-08-27T18:44:57.616Z[ recovery-image] Aug 27 18:44:56.598 INFO O| Aug 27 18:44:56.598 INFO STEP 606 (remove_files) COMPLETE
57192024-08-27T18:44:57.616Z[ recovery-image] Aug 27 18:44:56.598 INFO O| Aug 27 18:44:56.598 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-08-27T18:44:57.623Z[ recovery-image] Aug 27 18:44:56.608 INFO O| Aug 27 18:44:56.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57212024-08-27T18:44:57.623Z[ recovery-image] Aug 27 18:44:56.608 INFO O| Aug 27 18:44:56.608 INFO STEP 607 (remove_files) COMPLETE
57222024-08-27T18:44:57.623Z[ recovery-image] Aug 27 18:44:56.608 INFO O| Aug 27 18:44:56.608 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-08-27T18:44:57.633Z[ recovery-image] Aug 27 18:44:56.617 INFO O| Aug 27 18:44:56.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57242024-08-27T18:44:57.635Z[ recovery-image] Aug 27 18:44:56.617 INFO O| Aug 27 18:44:56.617 INFO STEP 608 (remove_files) COMPLETE
57252024-08-27T18:44:57.635Z[ recovery-image] Aug 27 18:44:56.617 INFO O| Aug 27 18:44:56.617 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-08-27T18:44:57.643Z[ recovery-image] Aug 27 18:44:56.627 INFO O| Aug 27 18:44:56.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57272024-08-27T18:44:57.645Z[ recovery-image] Aug 27 18:44:56.627 INFO O| Aug 27 18:44:56.627 INFO STEP 609 (remove_files) COMPLETE
57282024-08-27T18:44:57.645Z[ recovery-image] Aug 27 18:44:56.627 INFO O| Aug 27 18:44:56.627 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-08-27T18:44:57.802Z[ recovery-image] Aug 27 18:44:56.637 INFO O| Aug 27 18:44:56.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57302024-08-27T18:44:57.802Z[ recovery-image] Aug 27 18:44:56.637 INFO O| Aug 27 18:44:56.637 INFO STEP 610 (remove_files) COMPLETE
57312024-08-27T18:44:57.802Z[ recovery-image] Aug 27 18:44:56.637 INFO O| Aug 27 18:44:56.637 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.646 INFO O| Aug 27 18:44:56.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57332024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.646 INFO O| Aug 27 18:44:56.646 INFO STEP 611 (remove_files) COMPLETE
57342024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.647 INFO O| Aug 27 18:44:56.646 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.656 INFO O| Aug 27 18:44:56.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57362024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.656 INFO O| Aug 27 18:44:56.656 INFO STEP 612 (remove_files) COMPLETE
57372024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.656 INFO O| Aug 27 18:44:56.656 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.666 INFO O| Aug 27 18:44:56.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57392024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.666 INFO O| Aug 27 18:44:56.666 INFO STEP 613 (remove_files) COMPLETE
57402024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.666 INFO O| Aug 27 18:44:56.666 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.675 INFO O| Aug 27 18:44:56.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57422024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.675 INFO O| Aug 27 18:44:56.675 INFO STEP 614 (remove_files) COMPLETE
57432024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.675 INFO O| Aug 27 18:44:56.675 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.685 INFO O| Aug 27 18:44:56.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57452024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.685 INFO O| Aug 27 18:44:56.685 INFO STEP 615 (remove_files) COMPLETE
57462024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.685 INFO O| Aug 27 18:44:56.685 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.695 INFO O| Aug 27 18:44:56.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57482024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.695 INFO O| Aug 27 18:44:56.695 INFO STEP 616 (remove_files) COMPLETE
57492024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.695 INFO O| Aug 27 18:44:56.695 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.704 INFO O| Aug 27 18:44:56.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57512024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.704 INFO O| Aug 27 18:44:56.704 INFO STEP 617 (remove_files) COMPLETE
57522024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.704 INFO O| Aug 27 18:44:56.704 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.714 INFO O| Aug 27 18:44:56.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57542024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.714 INFO O| Aug 27 18:44:56.714 INFO STEP 618 (remove_files) COMPLETE
57552024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.714 INFO O| Aug 27 18:44:56.714 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.723 INFO O| Aug 27 18:44:56.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57572024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.724 INFO O| Aug 27 18:44:56.723 INFO STEP 619 (remove_files) COMPLETE
57582024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.724 INFO O| Aug 27 18:44:56.724 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.733 INFO O| Aug 27 18:44:56.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57602024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.733 INFO O| Aug 27 18:44:56.733 INFO STEP 620 (remove_files) COMPLETE
57612024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.733 INFO O| Aug 27 18:44:56.733 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.743 INFO O| Aug 27 18:44:56.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57632024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.743 INFO O| Aug 27 18:44:56.743 INFO STEP 621 (remove_files) COMPLETE
57642024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.743 INFO O| Aug 27 18:44:56.743 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.752 INFO O| Aug 27 18:44:56.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57662024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.752 INFO O| Aug 27 18:44:56.752 INFO STEP 622 (remove_files) COMPLETE
57672024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.752 INFO O| Aug 27 18:44:56.752 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.762 INFO O| Aug 27 18:44:56.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57692024-08-27T18:44:57.805Z[ recovery-image] Aug 27 18:44:56.762 INFO O| Aug 27 18:44:56.762 INFO STEP 623 (remove_files) COMPLETE
57702024-08-27T18:44:57.806Z[ recovery-image] Aug 27 18:44:56.762 INFO O| Aug 27 18:44:56.762 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-08-27T18:44:57.806Z[ recovery-image] Aug 27 18:44:56.771 INFO O| Aug 27 18:44:56.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57722024-08-27T18:44:57.806Z[ recovery-image] Aug 27 18:44:56.771 INFO O| Aug 27 18:44:56.771 INFO STEP 624 (remove_files) COMPLETE
57732024-08-27T18:44:57.806Z[ recovery-image] Aug 27 18:44:56.772 INFO O| Aug 27 18:44:56.771 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-08-27T18:44:57.806Z[ recovery-image] Aug 27 18:44:56.781 INFO O| Aug 27 18:44:56.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57752024-08-27T18:44:57.806Z[ recovery-image] Aug 27 18:44:56.782 INFO O| Aug 27 18:44:56.782 INFO STEP 625 (remove_files) COMPLETE
57762024-08-27T18:44:57.806Z[ recovery-image] Aug 27 18:44:56.782 INFO O| Aug 27 18:44:56.782 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-08-27T18:44:57.809Z[ recovery-image] Aug 27 18:44:56.791 INFO O| Aug 27 18:44:56.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57782024-08-27T18:44:57.809Z[ recovery-image] Aug 27 18:44:56.792 INFO O| Aug 27 18:44:56.792 INFO STEP 626 (remove_files) COMPLETE
57792024-08-27T18:44:57.809Z[ recovery-image] Aug 27 18:44:56.792 INFO O| Aug 27 18:44:56.792 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-08-27T18:44:57.817Z[ recovery-image] Aug 27 18:44:56.801 INFO O| Aug 27 18:44:56.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57812024-08-27T18:44:57.819Z[ recovery-image] Aug 27 18:44:56.802 INFO O| Aug 27 18:44:56.802 INFO STEP 627 (remove_files) COMPLETE
57822024-08-27T18:44:57.819Z[ recovery-image] Aug 27 18:44:56.802 INFO O| Aug 27 18:44:56.802 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-08-27T18:44:57.828Z[ recovery-image] Aug 27 18:44:56.811 INFO O| Aug 27 18:44:56.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57842024-08-27T18:44:57.831Z[ recovery-image] Aug 27 18:44:56.811 INFO O| Aug 27 18:44:56.811 INFO STEP 628 (remove_files) COMPLETE
57852024-08-27T18:44:57.831Z[ recovery-image] Aug 27 18:44:56.811 INFO O| Aug 27 18:44:56.811 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-08-27T18:44:57.837Z[ recovery-image] Aug 27 18:44:56.821 INFO O| Aug 27 18:44:56.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57872024-08-27T18:44:57.837Z[ recovery-image] Aug 27 18:44:56.821 INFO O| Aug 27 18:44:56.821 INFO STEP 629 (remove_files) COMPLETE
57882024-08-27T18:44:57.839Z[ recovery-image] Aug 27 18:44:56.821 INFO O| Aug 27 18:44:56.821 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-08-27T18:44:57.846Z[ recovery-image] Aug 27 18:44:56.831 INFO O| Aug 27 18:44:56.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57902024-08-27T18:44:57.846Z[ recovery-image] Aug 27 18:44:56.831 INFO O| Aug 27 18:44:56.831 INFO STEP 630 (remove_files) COMPLETE
57912024-08-27T18:44:57.846Z[ recovery-image] Aug 27 18:44:56.831 INFO O| Aug 27 18:44:56.831 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-08-27T18:44:57.856Z[ recovery-image] Aug 27 18:44:56.840 INFO O| Aug 27 18:44:56.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57932024-08-27T18:44:57.856Z[ recovery-image] Aug 27 18:44:56.840 INFO O| Aug 27 18:44:56.840 INFO STEP 631 (remove_files) COMPLETE
57942024-08-27T18:44:57.856Z[ recovery-image] Aug 27 18:44:56.840 INFO O| Aug 27 18:44:56.840 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-08-27T18:44:57.865Z[ recovery-image] Aug 27 18:44:56.850 INFO O| Aug 27 18:44:56.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57962024-08-27T18:44:57.865Z[ recovery-image] Aug 27 18:44:56.850 INFO O| Aug 27 18:44:56.850 INFO STEP 632 (remove_files) COMPLETE
57972024-08-27T18:44:57.865Z[ recovery-image] Aug 27 18:44:56.850 INFO O| Aug 27 18:44:56.850 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-08-27T18:44:57.875Z[ recovery-image] Aug 27 18:44:56.860 INFO O| Aug 27 18:44:56.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57992024-08-27T18:44:57.875Z[ recovery-image] Aug 27 18:44:56.860 INFO O| Aug 27 18:44:56.860 INFO STEP 633 (remove_files) COMPLETE
58002024-08-27T18:44:57.878Z[ recovery-image] Aug 27 18:44:56.860 INFO O| Aug 27 18:44:56.860 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-08-27T18:44:57.885Z[ recovery-image] Aug 27 18:44:56.869 INFO O| Aug 27 18:44:56.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58022024-08-27T18:44:57.885Z[ recovery-image] Aug 27 18:44:56.869 INFO O| Aug 27 18:44:56.869 INFO STEP 634 (remove_files) COMPLETE
58032024-08-27T18:44:57.885Z[ recovery-image] Aug 27 18:44:56.869 INFO O| Aug 27 18:44:56.869 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-08-27T18:44:57.894Z[ recovery-image] Aug 27 18:44:56.878 INFO O| Aug 27 18:44:56.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
58052024-08-27T18:44:57.894Z[ recovery-image] Aug 27 18:44:56.879 INFO O| Aug 27 18:44:56.879 INFO STEP 635 (remove_files) COMPLETE
58062024-08-27T18:44:57.897Z[ recovery-image] Aug 27 18:44:56.879 INFO O| Aug 27 18:44:56.879 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-08-27T18:44:57.904Z[ recovery-image] Aug 27 18:44:56.888 INFO O| Aug 27 18:44:56.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
58082024-08-27T18:44:57.906Z[ recovery-image] Aug 27 18:44:56.888 INFO O| Aug 27 18:44:56.888 INFO STEP 636 (remove_files) COMPLETE
58092024-08-27T18:44:57.906Z[ recovery-image] Aug 27 18:44:56.888 INFO O| Aug 27 18:44:56.888 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-08-27T18:44:57.914Z[ recovery-image] Aug 27 18:44:56.898 INFO O| Aug 27 18:44:56.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
58112024-08-27T18:44:57.916Z[ recovery-image] Aug 27 18:44:56.898 INFO O| Aug 27 18:44:56.898 INFO STEP 637 (remove_files) COMPLETE
58122024-08-27T18:44:57.916Z[ recovery-image] Aug 27 18:44:56.898 INFO O| Aug 27 18:44:56.898 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-08-27T18:44:57.923Z[ recovery-image] Aug 27 18:44:56.907 INFO O| Aug 27 18:44:56.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58142024-08-27T18:44:57.926Z[ recovery-image] Aug 27 18:44:56.908 INFO O| Aug 27 18:44:56.908 INFO STEP 638 (remove_files) COMPLETE
58152024-08-27T18:44:57.926Z[ recovery-image] Aug 27 18:44:56.908 INFO O| Aug 27 18:44:56.908 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-08-27T18:44:57.933Z[ recovery-image] Aug 27 18:44:56.917 INFO O| Aug 27 18:44:56.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58172024-08-27T18:44:57.933Z[ recovery-image] Aug 27 18:44:56.917 INFO O| Aug 27 18:44:56.917 INFO STEP 639 (remove_files) COMPLETE
58182024-08-27T18:44:57.935Z[ recovery-image] Aug 27 18:44:56.917 INFO O| Aug 27 18:44:56.917 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-08-27T18:44:57.942Z[ recovery-image] Aug 27 18:44:56.927 INFO O| Aug 27 18:44:56.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58202024-08-27T18:44:57.945Z[ recovery-image] Aug 27 18:44:56.927 INFO O| Aug 27 18:44:56.927 INFO STEP 640 (remove_files) COMPLETE
58212024-08-27T18:44:57.945Z[ recovery-image] Aug 27 18:44:56.927 INFO O| Aug 27 18:44:56.927 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-08-27T18:44:57.952Z[ recovery-image] Aug 27 18:44:56.936 INFO O| Aug 27 18:44:56.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58232024-08-27T18:44:57.955Z[ recovery-image] Aug 27 18:44:56.936 INFO O| Aug 27 18:44:56.936 INFO STEP 641 (remove_files) COMPLETE
58242024-08-27T18:44:57.955Z[ recovery-image] Aug 27 18:44:56.936 INFO O| Aug 27 18:44:56.936 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-08-27T18:44:57.961Z[ recovery-image] Aug 27 18:44:56.945 INFO O| Aug 27 18:44:56.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58262024-08-27T18:44:57.961Z[ recovery-image] Aug 27 18:44:56.946 INFO O| Aug 27 18:44:56.946 INFO STEP 642 (remove_files) COMPLETE
58272024-08-27T18:44:57.964Z[ recovery-image] Aug 27 18:44:56.946 INFO O| Aug 27 18:44:56.946 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-08-27T18:44:57.971Z[ recovery-image] Aug 27 18:44:56.955 INFO O| Aug 27 18:44:56.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58292024-08-27T18:44:57.973Z[ recovery-image] Aug 27 18:44:56.955 INFO O| Aug 27 18:44:56.955 INFO STEP 643 (remove_files) COMPLETE
58302024-08-27T18:44:57.973Z[ recovery-image] Aug 27 18:44:56.955 INFO O| Aug 27 18:44:56.955 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-08-27T18:44:57.980Z[ recovery-image] Aug 27 18:44:56.964 INFO O| Aug 27 18:44:56.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58322024-08-27T18:44:57.980Z[ recovery-image] Aug 27 18:44:56.964 INFO O| Aug 27 18:44:56.964 INFO STEP 644 (remove_files) COMPLETE
58332024-08-27T18:44:57.983Z[ recovery-image] Aug 27 18:44:56.964 INFO O| Aug 27 18:44:56.964 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-08-27T18:44:57.990Z[ recovery-image] Aug 27 18:44:56.974 INFO O| Aug 27 18:44:56.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58352024-08-27T18:44:57.990Z[ recovery-image] Aug 27 18:44:56.974 INFO O| Aug 27 18:44:56.974 INFO STEP 645 (remove_files) COMPLETE
58362024-08-27T18:44:57.992Z[ recovery-image] Aug 27 18:44:56.974 INFO O| Aug 27 18:44:56.974 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-08-27T18:44:57.995Z[ host-image] Aug 27 18:44:56.978 INFO O| Aug 27 18:44:56.977 INFO O| Done
58382024-08-27T18:44:57.999Z[ recovery-image] Aug 27 18:44:56.984 INFO O| Aug 27 18:44:56.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58392024-08-27T18:44:58.002Z[ recovery-image] Aug 27 18:44:56.984 INFO O| Aug 27 18:44:56.984 INFO STEP 646 (remove_files) COMPLETE
58402024-08-27T18:44:58.002Z[ recovery-image] Aug 27 18:44:56.984 INFO O| Aug 27 18:44:56.984 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-08-27T18:44:58.009Z[ recovery-image] Aug 27 18:44:56.993 INFO O| Aug 27 18:44:56.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58422024-08-27T18:44:58.011Z[ recovery-image] Aug 27 18:44:56.993 INFO O| Aug 27 18:44:56.993 INFO STEP 647 (remove_files) COMPLETE
58432024-08-27T18:44:58.011Z[ recovery-image] Aug 27 18:44:56.993 INFO O| Aug 27 18:44:56.993 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-08-27T18:44:58.019Z[ recovery-image] Aug 27 18:44:57.003 INFO O| Aug 27 18:44:57.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58452024-08-27T18:44:58.019Z[ recovery-image] Aug 27 18:44:57.003 INFO O| Aug 27 18:44:57.003 INFO STEP 648 (remove_files) COMPLETE
58462024-08-27T18:44:58.019Z[ recovery-image] Aug 27 18:44:57.003 INFO O| Aug 27 18:44:57.003 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-08-27T18:44:58.022Z[ host-image] Aug 27 18:44:57.005 INFO O| Aug 27 18:44:57.005 INFO O| Done
58482024-08-27T18:44:58.022Z[ host-image] Aug 27 18:44:57.005 INFO O| Aug 27 18:44:57.005 INFO O| Done
58492024-08-27T18:44:58.029Z[ recovery-image] Aug 27 18:44:57.013 INFO O| Aug 27 18:44:57.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58502024-08-27T18:44:58.031Z[ recovery-image] Aug 27 18:44:57.013 INFO O| Aug 27 18:44:57.013 INFO STEP 649 (remove_files) COMPLETE
58512024-08-27T18:44:58.031Z[ recovery-image] Aug 27 18:44:57.013 INFO O| Aug 27 18:44:57.013 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-08-27T18:44:58.036Z[ host-image] Aug 27 18:44:57.020 INFO O| Aug 27 18:44:57.020 INFO O| Done
58532024-08-27T18:44:58.039Z[ recovery-image] Aug 27 18:44:57.022 INFO O| Aug 27 18:44:57.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58542024-08-27T18:44:58.039Z[ recovery-image] Aug 27 18:44:57.023 INFO O| Aug 27 18:44:57.023 INFO STEP 650 (remove_files) COMPLETE
58552024-08-27T18:44:58.039Z[ recovery-image] Aug 27 18:44:57.023 INFO O| Aug 27 18:44:57.023 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-08-27T18:44:58.048Z[ recovery-image] Aug 27 18:44:57.033 INFO O| Aug 27 18:44:57.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58572024-08-27T18:44:58.049Z[ recovery-image] Aug 27 18:44:57.033 INFO O| Aug 27 18:44:57.033 INFO STEP 651 (remove_files) COMPLETE
58582024-08-27T18:44:58.051Z[ recovery-image] Aug 27 18:44:57.033 INFO O| Aug 27 18:44:57.033 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-08-27T18:44:58.059Z[ recovery-image] Aug 27 18:44:57.043 INFO O| Aug 27 18:44:57.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58602024-08-27T18:44:58.059Z[ recovery-image] Aug 27 18:44:57.043 INFO O| Aug 27 18:44:57.043 INFO STEP 652 (remove_files) COMPLETE
58612024-08-27T18:44:58.059Z[ recovery-image] Aug 27 18:44:57.043 INFO O| Aug 27 18:44:57.043 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-08-27T18:44:58.069Z[ recovery-image] Aug 27 18:44:57.053 INFO O| Aug 27 18:44:57.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58632024-08-27T18:44:58.072Z[ recovery-image] Aug 27 18:44:57.053 INFO O| Aug 27 18:44:57.053 INFO STEP 653 (remove_files) COMPLETE
58642024-08-27T18:44:58.072Z[ recovery-image] Aug 27 18:44:57.053 INFO O| Aug 27 18:44:57.053 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-08-27T18:44:58.079Z[ recovery-image] Aug 27 18:44:57.063 INFO O| Aug 27 18:44:57.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58662024-08-27T18:44:58.082Z[ recovery-image] Aug 27 18:44:57.063 INFO O| Aug 27 18:44:57.063 INFO STEP 654 (remove_files) COMPLETE
58672024-08-27T18:44:58.082Z[ recovery-image] Aug 27 18:44:57.063 INFO O| Aug 27 18:44:57.063 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-08-27T18:44:58.089Z[ recovery-image] Aug 27 18:44:57.073 INFO O| Aug 27 18:44:57.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58692024-08-27T18:44:58.089Z[ recovery-image] Aug 27 18:44:57.073 INFO O| Aug 27 18:44:57.073 INFO STEP 655 (remove_files) COMPLETE
58702024-08-27T18:44:58.092Z[ recovery-image] Aug 27 18:44:57.073 INFO O| Aug 27 18:44:57.073 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-08-27T18:44:58.099Z[ recovery-image] Aug 27 18:44:57.083 INFO O| Aug 27 18:44:57.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58722024-08-27T18:44:58.101Z[ recovery-image] Aug 27 18:44:57.083 INFO O| Aug 27 18:44:57.083 INFO STEP 656 (remove_files) COMPLETE
58732024-08-27T18:44:58.102Z[ recovery-image] Aug 27 18:44:57.083 INFO O| Aug 27 18:44:57.083 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-08-27T18:44:58.109Z[ recovery-image] Aug 27 18:44:57.093 INFO O| Aug 27 18:44:57.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58752024-08-27T18:44:58.111Z[ recovery-image] Aug 27 18:44:57.093 INFO O| Aug 27 18:44:57.093 INFO STEP 657 (remove_files) COMPLETE
58762024-08-27T18:44:58.111Z[ recovery-image] Aug 27 18:44:57.093 INFO O| Aug 27 18:44:57.093 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-08-27T18:44:58.119Z[ recovery-image] Aug 27 18:44:57.103 INFO O| Aug 27 18:44:57.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58782024-08-27T18:44:58.123Z[ recovery-image] Aug 27 18:44:57.103 INFO O| Aug 27 18:44:57.103 INFO STEP 658 (remove_files) COMPLETE
58792024-08-27T18:44:58.123Z[ recovery-image] Aug 27 18:44:57.103 INFO O| Aug 27 18:44:57.103 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-08-27T18:44:58.129Z[ recovery-image] Aug 27 18:44:57.113 INFO O| Aug 27 18:44:57.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58812024-08-27T18:44:58.129Z[ recovery-image] Aug 27 18:44:57.113 INFO O| Aug 27 18:44:57.113 INFO STEP 659 (remove_files) COMPLETE
58822024-08-27T18:44:58.129Z[ recovery-image] Aug 27 18:44:57.113 INFO O| Aug 27 18:44:57.113 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-08-27T18:44:58.136Z[ host-image] Aug 27 18:44:57.120 INFO O| Aug 27 18:44:57.120 INFO STEP 12 (pkg_install) COMPLETE
58842024-08-27T18:44:58.138Z[ host-image] Aug 27 18:44:57.120 INFO O| Aug 27 18:44:57.120 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
58852024-08-27T18:44:58.141Z[ recovery-image] Aug 27 18:44:57.124 INFO O| Aug 27 18:44:57.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58862024-08-27T18:44:58.141Z[ recovery-image] Aug 27 18:44:57.124 INFO O| Aug 27 18:44:57.124 INFO STEP 660 (remove_files) COMPLETE
58872024-08-27T18:44:58.141Z[ recovery-image] Aug 27 18:44:57.124 INFO O| Aug 27 18:44:57.124 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-08-27T18:44:58.147Z[ host-image] Aug 27 18:44:57.131 INFO O| Aug 27 18:44:57.131 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
58892024-08-27T18:44:58.149Z[ recovery-image] Aug 27 18:44:57.133 INFO O| Aug 27 18:44:57.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58902024-08-27T18:44:58.149Z[ recovery-image] Aug 27 18:44:57.133 INFO O| Aug 27 18:44:57.133 INFO STEP 661 (remove_files) COMPLETE
58912024-08-27T18:44:58.149Z[ recovery-image] Aug 27 18:44:57.134 INFO O| Aug 27 18:44:57.133 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-08-27T18:44:58.159Z[ recovery-image] Aug 27 18:44:57.143 INFO O| Aug 27 18:44:57.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58932024-08-27T18:44:58.159Z[ recovery-image] Aug 27 18:44:57.143 INFO O| Aug 27 18:44:57.143 INFO STEP 662 (remove_files) COMPLETE
58942024-08-27T18:44:58.162Z[ recovery-image] Aug 27 18:44:57.143 INFO O| Aug 27 18:44:57.143 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-08-27T18:44:58.168Z[ recovery-image] Aug 27 18:44:57.153 INFO O| Aug 27 18:44:57.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58962024-08-27T18:44:58.171Z[ recovery-image] Aug 27 18:44:57.153 INFO O| Aug 27 18:44:57.153 INFO STEP 663 (remove_files) COMPLETE
58972024-08-27T18:44:58.171Z[ recovery-image] Aug 27 18:44:57.153 INFO O| Aug 27 18:44:57.153 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-08-27T18:44:58.180Z[ recovery-image] Aug 27 18:44:57.164 INFO O| Aug 27 18:44:57.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58992024-08-27T18:44:58.180Z[ recovery-image] Aug 27 18:44:57.164 INFO O| Aug 27 18:44:57.164 INFO STEP 664 (remove_files) COMPLETE
59002024-08-27T18:44:58.183Z[ recovery-image] Aug 27 18:44:57.164 INFO O| Aug 27 18:44:57.164 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-08-27T18:44:58.190Z[ recovery-image] Aug 27 18:44:57.174 INFO O| Aug 27 18:44:57.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
59022024-08-27T18:44:58.192Z[ recovery-image] Aug 27 18:44:57.174 INFO O| Aug 27 18:44:57.174 INFO STEP 665 (remove_files) COMPLETE
59032024-08-27T18:44:58.193Z[ recovery-image] Aug 27 18:44:57.174 INFO O| Aug 27 18:44:57.174 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-08-27T18:44:58.199Z[ recovery-image] Aug 27 18:44:57.183 INFO O| Aug 27 18:44:57.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59052024-08-27T18:44:58.201Z[ recovery-image] Aug 27 18:44:57.183 INFO O| Aug 27 18:44:57.183 INFO STEP 666 (remove_files) COMPLETE
59062024-08-27T18:44:58.201Z[ recovery-image] Aug 27 18:44:57.183 INFO O| Aug 27 18:44:57.183 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-08-27T18:44:58.209Z[ recovery-image] Aug 27 18:44:57.193 INFO O| Aug 27 18:44:57.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59082024-08-27T18:44:58.209Z[ recovery-image] Aug 27 18:44:57.193 INFO O| Aug 27 18:44:57.193 INFO STEP 667 (remove_files) COMPLETE
59092024-08-27T18:44:58.209Z[ recovery-image] Aug 27 18:44:57.193 INFO O| Aug 27 18:44:57.193 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-08-27T18:44:58.218Z[ recovery-image] Aug 27 18:44:57.202 INFO O| Aug 27 18:44:57.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
59112024-08-27T18:44:58.221Z[ recovery-image] Aug 27 18:44:57.203 INFO O| Aug 27 18:44:57.203 INFO STEP 668 (remove_files) COMPLETE
59122024-08-27T18:44:58.221Z[ recovery-image] Aug 27 18:44:57.203 INFO O| Aug 27 18:44:57.203 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-08-27T18:44:58.228Z[ recovery-image] Aug 27 18:44:57.212 INFO O| Aug 27 18:44:57.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
59142024-08-27T18:44:58.228Z[ recovery-image] Aug 27 18:44:57.212 INFO O| Aug 27 18:44:57.212 INFO STEP 669 (remove_files) COMPLETE
59152024-08-27T18:44:58.228Z[ recovery-image] Aug 27 18:44:57.212 INFO O| Aug 27 18:44:57.212 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-08-27T18:44:58.237Z[ recovery-image] Aug 27 18:44:57.222 INFO O| Aug 27 18:44:57.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
59172024-08-27T18:44:58.238Z[ recovery-image] Aug 27 18:44:57.222 INFO O| Aug 27 18:44:57.222 INFO STEP 670 (remove_files) COMPLETE
59182024-08-27T18:44:58.240Z[ recovery-image] Aug 27 18:44:57.222 INFO O| Aug 27 18:44:57.222 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-08-27T18:44:58.247Z[ recovery-image] Aug 27 18:44:57.232 INFO O| Aug 27 18:44:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
59202024-08-27T18:44:58.250Z[ recovery-image] Aug 27 18:44:57.232 INFO O| Aug 27 18:44:57.232 INFO STEP 671 (remove_files) COMPLETE
59212024-08-27T18:44:58.250Z[ recovery-image] Aug 27 18:44:57.232 INFO O| Aug 27 18:44:57.232 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-08-27T18:44:58.257Z[ recovery-image] Aug 27 18:44:57.241 INFO O| Aug 27 18:44:57.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59232024-08-27T18:44:58.259Z[ recovery-image] Aug 27 18:44:57.241 INFO O| Aug 27 18:44:57.241 INFO STEP 672 (remove_files) COMPLETE
59242024-08-27T18:44:58.259Z[ recovery-image] Aug 27 18:44:57.241 INFO O| Aug 27 18:44:57.241 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-08-27T18:44:58.267Z[ recovery-image] Aug 27 18:44:57.251 INFO O| Aug 27 18:44:57.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59262024-08-27T18:44:58.267Z[ recovery-image] Aug 27 18:44:57.251 INFO O| Aug 27 18:44:57.251 INFO STEP 673 (remove_files) COMPLETE
59272024-08-27T18:44:58.267Z[ recovery-image] Aug 27 18:44:57.251 INFO O| Aug 27 18:44:57.251 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-08-27T18:44:58.276Z[ recovery-image] Aug 27 18:44:57.260 INFO O| Aug 27 18:44:57.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59292024-08-27T18:44:58.279Z[ recovery-image] Aug 27 18:44:57.261 INFO O| Aug 27 18:44:57.260 INFO STEP 674 (remove_files) COMPLETE
59302024-08-27T18:44:58.279Z[ recovery-image] Aug 27 18:44:57.261 INFO O| Aug 27 18:44:57.261 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-08-27T18:44:58.286Z[ recovery-image] Aug 27 18:44:57.270 INFO O| Aug 27 18:44:57.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59322024-08-27T18:44:58.286Z[ recovery-image] Aug 27 18:44:57.270 INFO O| Aug 27 18:44:57.270 INFO STEP 675 (remove_files) COMPLETE
59332024-08-27T18:44:58.293Z[ recovery-image] Aug 27 18:44:57.270 INFO O| Aug 27 18:44:57.270 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-08-27T18:44:58.297Z[ recovery-image] Aug 27 18:44:57.280 INFO O| Aug 27 18:44:57.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59352024-08-27T18:44:58.299Z[ recovery-image] Aug 27 18:44:57.280 INFO O| Aug 27 18:44:57.280 INFO STEP 676 (remove_files) COMPLETE
59362024-08-27T18:44:58.300Z[ recovery-image] Aug 27 18:44:57.280 INFO O| Aug 27 18:44:57.280 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-08-27T18:44:58.306Z[ recovery-image] Aug 27 18:44:57.290 INFO O| Aug 27 18:44:57.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59382024-08-27T18:44:58.309Z[ recovery-image] Aug 27 18:44:57.290 INFO O| Aug 27 18:44:57.290 INFO STEP 677 (remove_files) COMPLETE
59392024-08-27T18:44:58.309Z[ recovery-image] Aug 27 18:44:57.290 INFO O| Aug 27 18:44:57.290 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-08-27T18:44:58.315Z[ recovery-image] Aug 27 18:44:57.300 INFO O| Aug 27 18:44:57.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59412024-08-27T18:44:58.318Z[ recovery-image] Aug 27 18:44:57.300 INFO O| Aug 27 18:44:57.300 INFO STEP 678 (remove_files) COMPLETE
59422024-08-27T18:44:58.318Z[ recovery-image] Aug 27 18:44:57.300 INFO O| Aug 27 18:44:57.300 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-08-27T18:44:58.325Z[ recovery-image] Aug 27 18:44:57.309 INFO O| Aug 27 18:44:57.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59442024-08-27T18:44:58.328Z[ recovery-image] Aug 27 18:44:57.309 INFO O| Aug 27 18:44:57.309 INFO STEP 679 (remove_files) COMPLETE
59452024-08-27T18:44:58.328Z[ recovery-image] Aug 27 18:44:57.309 INFO O| Aug 27 18:44:57.309 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-08-27T18:44:58.335Z[ recovery-image] Aug 27 18:44:57.319 INFO O| Aug 27 18:44:57.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59472024-08-27T18:44:58.335Z[ recovery-image] Aug 27 18:44:57.319 INFO O| Aug 27 18:44:57.319 INFO STEP 680 (remove_files) COMPLETE
59482024-08-27T18:44:58.337Z[ recovery-image] Aug 27 18:44:57.319 INFO O| Aug 27 18:44:57.319 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-08-27T18:44:58.344Z[ recovery-image] Aug 27 18:44:57.329 INFO O| Aug 27 18:44:57.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59502024-08-27T18:44:58.347Z[ recovery-image] Aug 27 18:44:57.329 INFO O| Aug 27 18:44:57.329 INFO STEP 681 (remove_files) COMPLETE
59512024-08-27T18:44:58.347Z[ recovery-image] Aug 27 18:44:57.329 INFO O| Aug 27 18:44:57.329 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-08-27T18:44:58.354Z[ recovery-image] Aug 27 18:44:57.338 INFO O| Aug 27 18:44:57.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59532024-08-27T18:44:58.354Z[ recovery-image] Aug 27 18:44:57.338 INFO O| Aug 27 18:44:57.338 INFO STEP 682 (remove_files) COMPLETE
59542024-08-27T18:44:58.357Z[ recovery-image] Aug 27 18:44:57.338 INFO O| Aug 27 18:44:57.338 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-08-27T18:44:58.364Z[ recovery-image] Aug 27 18:44:57.348 INFO O| Aug 27 18:44:57.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59562024-08-27T18:44:58.364Z[ recovery-image] Aug 27 18:44:57.348 INFO O| Aug 27 18:44:57.348 INFO STEP 683 (remove_files) COMPLETE
59572024-08-27T18:44:58.367Z[ recovery-image] Aug 27 18:44:57.348 INFO O| Aug 27 18:44:57.348 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-08-27T18:44:58.373Z[ recovery-image] Aug 27 18:44:57.358 INFO O| Aug 27 18:44:57.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59592024-08-27T18:44:58.373Z[ recovery-image] Aug 27 18:44:57.358 INFO O| Aug 27 18:44:57.358 INFO STEP 684 (remove_files) COMPLETE
59602024-08-27T18:44:58.376Z[ recovery-image] Aug 27 18:44:57.358 INFO O| Aug 27 18:44:57.358 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-08-27T18:44:58.383Z[ recovery-image] Aug 27 18:44:57.367 INFO O| Aug 27 18:44:57.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59622024-08-27T18:44:58.383Z[ recovery-image] Aug 27 18:44:57.367 INFO O| Aug 27 18:44:57.367 INFO STEP 685 (remove_files) COMPLETE
59632024-08-27T18:44:58.386Z[ recovery-image] Aug 27 18:44:57.367 INFO O| Aug 27 18:44:57.367 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-08-27T18:44:58.393Z[ recovery-image] Aug 27 18:44:57.377 INFO O| Aug 27 18:44:57.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59652024-08-27T18:44:58.393Z[ recovery-image] Aug 27 18:44:57.377 INFO O| Aug 27 18:44:57.377 INFO STEP 686 (remove_files) COMPLETE
59662024-08-27T18:44:58.393Z[ recovery-image] Aug 27 18:44:57.377 INFO O| Aug 27 18:44:57.377 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-08-27T18:44:58.404Z[ recovery-image] Aug 27 18:44:57.388 INFO O| Aug 27 18:44:57.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59682024-08-27T18:44:58.404Z[ recovery-image] Aug 27 18:44:57.388 INFO O| Aug 27 18:44:57.388 INFO STEP 687 (remove_files) COMPLETE
59692024-08-27T18:44:58.406Z[ recovery-image] Aug 27 18:44:57.388 INFO O| Aug 27 18:44:57.388 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-08-27T18:44:58.414Z[ recovery-image] Aug 27 18:44:57.398 INFO O| Aug 27 18:44:57.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59712024-08-27T18:44:58.414Z[ recovery-image] Aug 27 18:44:57.398 INFO O| Aug 27 18:44:57.398 INFO STEP 688 (remove_files) COMPLETE
59722024-08-27T18:44:58.414Z[ recovery-image] Aug 27 18:44:57.398 INFO O| Aug 27 18:44:57.398 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-08-27T18:44:58.424Z[ recovery-image] Aug 27 18:44:57.408 INFO O| Aug 27 18:44:57.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59742024-08-27T18:44:58.424Z[ recovery-image] Aug 27 18:44:57.408 INFO O| Aug 27 18:44:57.408 INFO STEP 689 (remove_files) COMPLETE
59752024-08-27T18:44:58.424Z[ recovery-image] Aug 27 18:44:57.408 INFO O| Aug 27 18:44:57.408 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-08-27T18:44:58.435Z[ recovery-image] Aug 27 18:44:57.417 INFO O| Aug 27 18:44:57.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59772024-08-27T18:44:58.437Z[ recovery-image] Aug 27 18:44:57.417 INFO O| Aug 27 18:44:57.417 INFO STEP 690 (remove_files) COMPLETE
59782024-08-27T18:44:58.437Z[ recovery-image] Aug 27 18:44:57.417 INFO O| Aug 27 18:44:57.417 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-08-27T18:44:58.443Z[ recovery-image] Aug 27 18:44:57.427 INFO O| Aug 27 18:44:57.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59802024-08-27T18:44:58.444Z[ recovery-image] Aug 27 18:44:57.428 INFO O| Aug 27 18:44:57.428 INFO STEP 691 (remove_files) COMPLETE
59812024-08-27T18:44:58.446Z[ recovery-image] Aug 27 18:44:57.428 INFO O| Aug 27 18:44:57.428 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-08-27T18:44:58.453Z[ recovery-image] Aug 27 18:44:57.438 INFO O| Aug 27 18:44:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59832024-08-27T18:44:58.453Z[ recovery-image] Aug 27 18:44:57.438 INFO O| Aug 27 18:44:57.438 INFO STEP 692 (remove_files) COMPLETE
59842024-08-27T18:44:58.456Z[ recovery-image] Aug 27 18:44:57.438 INFO O| Aug 27 18:44:57.438 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-08-27T18:44:58.463Z[ recovery-image] Aug 27 18:44:57.447 INFO O| Aug 27 18:44:57.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59862024-08-27T18:44:58.467Z[ recovery-image] Aug 27 18:44:57.447 INFO O| Aug 27 18:44:57.447 INFO STEP 693 (remove_files) COMPLETE
59872024-08-27T18:44:58.467Z[ recovery-image] Aug 27 18:44:57.447 INFO O| Aug 27 18:44:57.447 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-08-27T18:44:58.473Z[ recovery-image] Aug 27 18:44:57.457 INFO O| Aug 27 18:44:57.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59892024-08-27T18:44:58.484Z[ recovery-image] Aug 27 18:44:57.458 INFO O| Aug 27 18:44:57.458 INFO STEP 694 (remove_files) COMPLETE
59902024-08-27T18:44:58.484Z[ recovery-image] Aug 27 18:44:57.458 INFO O| Aug 27 18:44:57.458 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-08-27T18:44:58.484Z[ recovery-image] Aug 27 18:44:57.467 INFO O| Aug 27 18:44:57.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59922024-08-27T18:44:58.484Z[ recovery-image] Aug 27 18:44:57.467 INFO O| Aug 27 18:44:57.467 INFO STEP 695 (remove_files) COMPLETE
59932024-08-27T18:44:58.484Z[ recovery-image] Aug 27 18:44:57.467 INFO O| Aug 27 18:44:57.467 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-08-27T18:44:58.495Z[ recovery-image] Aug 27 18:44:57.477 INFO O| Aug 27 18:44:57.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59952024-08-27T18:44:58.496Z[ recovery-image] Aug 27 18:44:57.477 INFO O| Aug 27 18:44:57.477 INFO STEP 696 (remove_files) COMPLETE
59962024-08-27T18:44:58.499Z[ recovery-image] Aug 27 18:44:57.477 INFO O| Aug 27 18:44:57.477 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-08-27T18:44:58.503Z[ recovery-image] Aug 27 18:44:57.486 INFO O| Aug 27 18:44:57.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59982024-08-27T18:44:58.503Z[ recovery-image] Aug 27 18:44:57.486 INFO O| Aug 27 18:44:57.486 INFO STEP 697 (remove_files) COMPLETE
59992024-08-27T18:44:58.503Z[ recovery-image] Aug 27 18:44:57.487 INFO O| Aug 27 18:44:57.486 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-08-27T18:44:58.513Z[ recovery-image] Aug 27 18:44:57.496 INFO O| Aug 27 18:44:57.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
60012024-08-27T18:44:58.513Z[ recovery-image] Aug 27 18:44:57.496 INFO O| Aug 27 18:44:57.496 INFO STEP 698 (remove_files) COMPLETE
60022024-08-27T18:44:58.513Z[ recovery-image] Aug 27 18:44:57.496 INFO O| Aug 27 18:44:57.496 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-08-27T18:44:58.523Z[ recovery-image] Aug 27 18:44:57.507 INFO O| Aug 27 18:44:57.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60042024-08-27T18:44:58.523Z[ recovery-image] Aug 27 18:44:57.507 INFO O| Aug 27 18:44:57.507 INFO STEP 699 (remove_files) COMPLETE
60052024-08-27T18:44:58.525Z[ recovery-image] Aug 27 18:44:57.507 INFO O| Aug 27 18:44:57.507 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-08-27T18:44:58.533Z[ recovery-image] Aug 27 18:44:57.517 INFO O| Aug 27 18:44:57.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60072024-08-27T18:44:58.533Z[ recovery-image] Aug 27 18:44:57.517 INFO O| Aug 27 18:44:57.517 INFO STEP 700 (remove_files) COMPLETE
60082024-08-27T18:44:58.533Z[ recovery-image] Aug 27 18:44:57.517 INFO O| Aug 27 18:44:57.517 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-08-27T18:44:58.543Z[ recovery-image] Aug 27 18:44:57.527 INFO O| Aug 27 18:44:57.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
60102024-08-27T18:44:58.543Z[ recovery-image] Aug 27 18:44:57.527 INFO O| Aug 27 18:44:57.527 INFO STEP 701 (remove_files) COMPLETE
60112024-08-27T18:44:58.545Z[ recovery-image] Aug 27 18:44:57.527 INFO O| Aug 27 18:44:57.527 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-08-27T18:44:58.553Z[ recovery-image] Aug 27 18:44:57.538 INFO O| Aug 27 18:44:57.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
60132024-08-27T18:44:58.553Z[ recovery-image] Aug 27 18:44:57.538 INFO O| Aug 27 18:44:57.538 INFO STEP 702 (remove_files) COMPLETE
60142024-08-27T18:44:58.556Z[ recovery-image] Aug 27 18:44:57.538 INFO O| Aug 27 18:44:57.538 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-08-27T18:44:58.566Z[ recovery-image] Aug 27 18:44:57.550 INFO O| Aug 27 18:44:57.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
60162024-08-27T18:44:58.568Z[ recovery-image] Aug 27 18:44:57.550 INFO O| Aug 27 18:44:57.550 INFO STEP 703 (remove_files) COMPLETE
60172024-08-27T18:44:58.568Z[ recovery-image] Aug 27 18:44:57.550 INFO O| Aug 27 18:44:57.550 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-08-27T18:44:58.578Z[ recovery-image] Aug 27 18:44:57.562 INFO O| Aug 27 18:44:57.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
60192024-08-27T18:44:58.580Z[ recovery-image] Aug 27 18:44:57.562 INFO O| Aug 27 18:44:57.562 INFO STEP 704 (remove_files) COMPLETE
60202024-08-27T18:44:58.580Z[ recovery-image] Aug 27 18:44:57.562 INFO O| Aug 27 18:44:57.562 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-08-27T18:44:58.590Z[ recovery-image] Aug 27 18:44:57.574 INFO O| Aug 27 18:44:57.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60222024-08-27T18:44:58.592Z[ recovery-image] Aug 27 18:44:57.574 INFO O| Aug 27 18:44:57.574 INFO STEP 705 (remove_files) COMPLETE
60232024-08-27T18:44:58.592Z[ recovery-image] Aug 27 18:44:57.574 INFO O| Aug 27 18:44:57.574 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-08-27T18:44:58.601Z[ recovery-image] Aug 27 18:44:57.585 INFO O| Aug 27 18:44:57.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60252024-08-27T18:44:58.604Z[ recovery-image] Aug 27 18:44:57.585 INFO O| Aug 27 18:44:57.585 INFO STEP 706 (remove_files) COMPLETE
60262024-08-27T18:44:58.604Z[ recovery-image] Aug 27 18:44:57.586 INFO O| Aug 27 18:44:57.585 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-08-27T18:44:58.604Z[ host-image] Aug 27 18:44:57.587 INFO O| Aug 27 18:44:57.587 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
60282024-08-27T18:44:58.611Z[ recovery-image] Aug 27 18:44:57.595 INFO O| Aug 27 18:44:57.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60292024-08-27T18:44:58.611Z[ recovery-image] Aug 27 18:44:57.595 INFO O| Aug 27 18:44:57.595 INFO STEP 707 (remove_files) COMPLETE
60302024-08-27T18:44:58.613Z[ recovery-image] Aug 27 18:44:57.595 INFO O| Aug 27 18:44:57.595 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-08-27T18:44:58.621Z[ recovery-image] Aug 27 18:44:57.605 INFO O| Aug 27 18:44:57.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60322024-08-27T18:44:58.623Z[ recovery-image] Aug 27 18:44:57.605 INFO O| Aug 27 18:44:57.605 INFO STEP 708 (remove_files) COMPLETE
60332024-08-27T18:44:58.623Z[ recovery-image] Aug 27 18:44:57.605 INFO O| Aug 27 18:44:57.605 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-08-27T18:44:58.631Z[ recovery-image] Aug 27 18:44:57.615 INFO O| Aug 27 18:44:57.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60352024-08-27T18:44:58.631Z[ recovery-image] Aug 27 18:44:57.615 INFO O| Aug 27 18:44:57.615 INFO STEP 709 (remove_files) COMPLETE
60362024-08-27T18:44:58.633Z[ recovery-image] Aug 27 18:44:57.615 INFO O| Aug 27 18:44:57.615 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-08-27T18:44:58.641Z[ recovery-image] Aug 27 18:44:57.625 INFO O| Aug 27 18:44:57.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60382024-08-27T18:44:58.643Z[ recovery-image] Aug 27 18:44:57.625 INFO O| Aug 27 18:44:57.625 INFO STEP 710 (remove_files) COMPLETE
60392024-08-27T18:44:58.643Z[ recovery-image] Aug 27 18:44:57.625 INFO O| Aug 27 18:44:57.625 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-08-27T18:44:58.651Z[ recovery-image] Aug 27 18:44:57.635 INFO O| Aug 27 18:44:57.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60412024-08-27T18:44:58.651Z[ recovery-image] Aug 27 18:44:57.635 INFO O| Aug 27 18:44:57.635 INFO STEP 711 (remove_files) COMPLETE
60422024-08-27T18:44:58.653Z[ recovery-image] Aug 27 18:44:57.635 INFO O| Aug 27 18:44:57.635 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-08-27T18:44:58.660Z[ recovery-image] Aug 27 18:44:57.644 INFO O| Aug 27 18:44:57.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60442024-08-27T18:44:58.660Z[ recovery-image] Aug 27 18:44:57.644 INFO O| Aug 27 18:44:57.644 INFO STEP 712 (remove_files) COMPLETE
60452024-08-27T18:44:58.662Z[ recovery-image] Aug 27 18:44:57.644 INFO O| Aug 27 18:44:57.644 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-08-27T18:44:58.670Z[ recovery-image] Aug 27 18:44:57.654 INFO O| Aug 27 18:44:57.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60472024-08-27T18:44:58.670Z[ recovery-image] Aug 27 18:44:57.654 INFO O| Aug 27 18:44:57.654 INFO STEP 713 (remove_files) COMPLETE
60482024-08-27T18:44:58.670Z[ recovery-image] Aug 27 18:44:57.654 INFO O| Aug 27 18:44:57.654 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-08-27T18:44:58.679Z[ recovery-image] Aug 27 18:44:57.664 INFO O| Aug 27 18:44:57.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60502024-08-27T18:44:58.680Z[ recovery-image] Aug 27 18:44:57.664 INFO O| Aug 27 18:44:57.664 INFO STEP 714 (remove_files) COMPLETE
60512024-08-27T18:44:58.682Z[ recovery-image] Aug 27 18:44:57.664 INFO O| Aug 27 18:44:57.664 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-08-27T18:44:58.689Z[ recovery-image] Aug 27 18:44:57.674 INFO O| Aug 27 18:44:57.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60532024-08-27T18:44:58.693Z[ recovery-image] Aug 27 18:44:57.674 INFO O| Aug 27 18:44:57.674 INFO STEP 715 (remove_files) COMPLETE
60542024-08-27T18:44:58.693Z[ recovery-image] Aug 27 18:44:57.674 INFO O| Aug 27 18:44:57.674 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-08-27T18:44:58.700Z[ recovery-image] Aug 27 18:44:57.684 INFO O| Aug 27 18:44:57.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60562024-08-27T18:44:58.702Z[ recovery-image] Aug 27 18:44:57.685 INFO O| Aug 27 18:44:57.685 INFO STEP 716 (remove_files) COMPLETE
60572024-08-27T18:44:58.703Z[ recovery-image] Aug 27 18:44:57.685 INFO O| Aug 27 18:44:57.685 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-08-27T18:44:58.711Z[ recovery-image] Aug 27 18:44:57.695 INFO O| Aug 27 18:44:57.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60592024-08-27T18:44:58.713Z[ recovery-image] Aug 27 18:44:57.696 INFO O| Aug 27 18:44:57.696 INFO STEP 717 (remove_files) COMPLETE
60602024-08-27T18:44:58.713Z[ recovery-image] Aug 27 18:44:57.696 INFO O| Aug 27 18:44:57.696 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-08-27T18:44:58.722Z[ recovery-image] Aug 27 18:44:57.706 INFO O| Aug 27 18:44:57.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60622024-08-27T18:44:58.722Z[ recovery-image] Aug 27 18:44:57.706 INFO O| Aug 27 18:44:57.706 INFO STEP 718 (remove_files) COMPLETE
60632024-08-27T18:44:58.724Z[ recovery-image] Aug 27 18:44:57.706 INFO O| Aug 27 18:44:57.706 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-08-27T18:44:58.731Z[ recovery-image] Aug 27 18:44:57.716 INFO O| Aug 27 18:44:57.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60652024-08-27T18:44:58.734Z[ recovery-image] Aug 27 18:44:57.716 INFO O| Aug 27 18:44:57.716 INFO STEP 719 (remove_files) COMPLETE
60662024-08-27T18:44:58.734Z[ recovery-image] Aug 27 18:44:57.716 INFO O| Aug 27 18:44:57.716 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-08-27T18:44:58.741Z[ recovery-image] Aug 27 18:44:57.725 INFO O| Aug 27 18:44:57.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60682024-08-27T18:44:58.741Z[ recovery-image] Aug 27 18:44:57.726 INFO O| Aug 27 18:44:57.726 INFO STEP 720 (remove_files) COMPLETE
60692024-08-27T18:44:58.744Z[ recovery-image] Aug 27 18:44:57.726 INFO O| Aug 27 18:44:57.726 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-08-27T18:44:58.751Z[ recovery-image] Aug 27 18:44:57.735 INFO O| Aug 27 18:44:57.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60712024-08-27T18:44:58.751Z[ recovery-image] Aug 27 18:44:57.735 INFO O| Aug 27 18:44:57.735 INFO STEP 721 (remove_files) COMPLETE
60722024-08-27T18:44:58.753Z[ recovery-image] Aug 27 18:44:57.735 INFO O| Aug 27 18:44:57.735 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-08-27T18:44:58.762Z[ recovery-image] Aug 27 18:44:57.745 INFO O| Aug 27 18:44:57.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60742024-08-27T18:44:58.762Z[ recovery-image] Aug 27 18:44:57.745 INFO O| Aug 27 18:44:57.745 INFO STEP 722 (remove_files) COMPLETE
60752024-08-27T18:44:58.762Z[ recovery-image] Aug 27 18:44:57.745 INFO O| Aug 27 18:44:57.745 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-08-27T18:44:58.771Z[ recovery-image] Aug 27 18:44:57.755 INFO O| Aug 27 18:44:57.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60772024-08-27T18:44:58.771Z[ recovery-image] Aug 27 18:44:57.755 INFO O| Aug 27 18:44:57.755 INFO STEP 723 (remove_files) COMPLETE
60782024-08-27T18:44:58.771Z[ recovery-image] Aug 27 18:44:57.755 INFO O| Aug 27 18:44:57.755 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-08-27T18:44:58.781Z[ recovery-image] Aug 27 18:44:57.765 INFO O| Aug 27 18:44:57.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60802024-08-27T18:44:58.781Z[ recovery-image] Aug 27 18:44:57.765 INFO O| Aug 27 18:44:57.765 INFO STEP 724 (remove_files) COMPLETE
60812024-08-27T18:44:58.783Z[ recovery-image] Aug 27 18:44:57.765 INFO O| Aug 27 18:44:57.765 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-08-27T18:44:58.791Z[ recovery-image] Aug 27 18:44:57.775 INFO O| Aug 27 18:44:57.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60832024-08-27T18:44:58.793Z[ recovery-image] Aug 27 18:44:57.775 INFO O| Aug 27 18:44:57.775 INFO STEP 725 (remove_files) COMPLETE
60842024-08-27T18:44:58.793Z[ recovery-image] Aug 27 18:44:57.775 INFO O| Aug 27 18:44:57.775 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-08-27T18:44:58.801Z[ recovery-image] Aug 27 18:44:57.785 INFO O| Aug 27 18:44:57.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60862024-08-27T18:44:58.803Z[ recovery-image] Aug 27 18:44:57.785 INFO O| Aug 27 18:44:57.785 INFO STEP 726 (remove_files) COMPLETE
60872024-08-27T18:44:58.803Z[ recovery-image] Aug 27 18:44:57.785 INFO O| Aug 27 18:44:57.785 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-08-27T18:44:58.811Z[ recovery-image] Aug 27 18:44:57.795 INFO O| Aug 27 18:44:57.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60892024-08-27T18:44:58.811Z[ recovery-image] Aug 27 18:44:57.795 INFO O| Aug 27 18:44:57.795 INFO STEP 727 (remove_files) COMPLETE
60902024-08-27T18:44:58.813Z[ recovery-image] Aug 27 18:44:57.795 INFO O| Aug 27 18:44:57.795 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-08-27T18:44:58.821Z[ recovery-image] Aug 27 18:44:57.805 INFO O| Aug 27 18:44:57.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60922024-08-27T18:44:58.821Z[ recovery-image] Aug 27 18:44:57.805 INFO O| Aug 27 18:44:57.805 INFO STEP 728 (remove_files) COMPLETE
60932024-08-27T18:44:58.823Z[ recovery-image] Aug 27 18:44:57.805 INFO O| Aug 27 18:44:57.805 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-08-27T18:44:58.830Z[ recovery-image] Aug 27 18:44:57.814 INFO O| Aug 27 18:44:57.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60952024-08-27T18:44:58.832Z[ recovery-image] Aug 27 18:44:57.815 INFO O| Aug 27 18:44:57.814 INFO STEP 729 (remove_files) COMPLETE
60962024-08-27T18:44:58.832Z[ recovery-image] Aug 27 18:44:57.815 INFO O| Aug 27 18:44:57.814 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-08-27T18:44:58.840Z[ recovery-image] Aug 27 18:44:57.824 INFO O| Aug 27 18:44:57.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60982024-08-27T18:44:58.843Z[ recovery-image] Aug 27 18:44:57.824 INFO O| Aug 27 18:44:57.824 INFO STEP 730 (remove_files) COMPLETE
60992024-08-27T18:44:58.843Z[ recovery-image] Aug 27 18:44:57.825 INFO O| Aug 27 18:44:57.824 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-08-27T18:44:58.851Z[ recovery-image] Aug 27 18:44:57.835 INFO O| Aug 27 18:44:57.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
61012024-08-27T18:44:58.851Z[ recovery-image] Aug 27 18:44:57.836 INFO O| Aug 27 18:44:57.835 INFO STEP 731 (remove_files) COMPLETE
61022024-08-27T18:44:58.852Z[ recovery-image] Aug 27 18:44:57.836 INFO O| Aug 27 18:44:57.835 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-08-27T18:44:58.863Z[ recovery-image] Aug 27 18:44:57.848 INFO O| Aug 27 18:44:57.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
61042024-08-27T18:44:58.866Z[ recovery-image] Aug 27 18:44:57.848 INFO O| Aug 27 18:44:57.848 INFO STEP 732 (remove_files) COMPLETE
61052024-08-27T18:44:58.866Z[ recovery-image] Aug 27 18:44:57.848 INFO O| Aug 27 18:44:57.848 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-08-27T18:44:58.875Z[ recovery-image] Aug 27 18:44:57.858 INFO O| Aug 27 18:44:57.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
61072024-08-27T18:44:58.877Z[ recovery-image] Aug 27 18:44:57.858 INFO O| Aug 27 18:44:57.858 INFO STEP 733 (remove_files) COMPLETE
61082024-08-27T18:44:58.877Z[ recovery-image] Aug 27 18:44:57.858 INFO O| Aug 27 18:44:57.858 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-08-27T18:44:58.885Z[ recovery-image] Aug 27 18:44:57.869 INFO O| Aug 27 18:44:57.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
61102024-08-27T18:44:58.885Z[ recovery-image] Aug 27 18:44:57.869 INFO O| Aug 27 18:44:57.869 INFO STEP 734 (remove_files) COMPLETE
61112024-08-27T18:44:58.887Z[ recovery-image] Aug 27 18:44:57.869 INFO O| Aug 27 18:44:57.869 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-08-27T18:44:58.895Z[ recovery-image] Aug 27 18:44:57.879 INFO O| Aug 27 18:44:57.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
61132024-08-27T18:44:58.897Z[ recovery-image] Aug 27 18:44:57.879 INFO O| Aug 27 18:44:57.879 INFO STEP 735 (remove_files) COMPLETE
61142024-08-27T18:44:58.897Z[ recovery-image] Aug 27 18:44:57.879 INFO O| Aug 27 18:44:57.879 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-08-27T18:44:58.905Z[ recovery-image] Aug 27 18:44:57.889 INFO O| Aug 27 18:44:57.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
61162024-08-27T18:44:58.907Z[ recovery-image] Aug 27 18:44:57.890 INFO O| Aug 27 18:44:57.889 INFO STEP 736 (remove_files) COMPLETE
61172024-08-27T18:44:58.907Z[ recovery-image] Aug 27 18:44:57.890 INFO O| Aug 27 18:44:57.889 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-08-27T18:44:58.916Z[ recovery-image] Aug 27 18:44:57.900 INFO O| Aug 27 18:44:57.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
61192024-08-27T18:44:58.916Z[ recovery-image] Aug 27 18:44:57.900 INFO O| Aug 27 18:44:57.900 INFO STEP 737 (remove_files) COMPLETE
61202024-08-27T18:44:58.916Z[ recovery-image] Aug 27 18:44:57.900 INFO O| Aug 27 18:44:57.900 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-08-27T18:44:58.926Z[ recovery-image] Aug 27 18:44:57.910 INFO O| Aug 27 18:44:57.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61222024-08-27T18:44:58.928Z[ recovery-image] Aug 27 18:44:57.910 INFO O| Aug 27 18:44:57.910 INFO STEP 738 (remove_files) COMPLETE
61232024-08-27T18:44:58.928Z[ recovery-image] Aug 27 18:44:57.910 INFO O| Aug 27 18:44:57.910 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-08-27T18:44:58.936Z[ recovery-image] Aug 27 18:44:57.920 INFO O| Aug 27 18:44:57.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61252024-08-27T18:44:58.938Z[ recovery-image] Aug 27 18:44:57.920 INFO O| Aug 27 18:44:57.920 INFO STEP 739 (remove_files) COMPLETE
61262024-08-27T18:44:58.938Z[ recovery-image] Aug 27 18:44:57.920 INFO O| Aug 27 18:44:57.920 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-08-27T18:44:58.946Z[ recovery-image] Aug 27 18:44:57.930 INFO O| Aug 27 18:44:57.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61282024-08-27T18:44:58.948Z[ recovery-image] Aug 27 18:44:57.930 INFO O| Aug 27 18:44:57.930 INFO STEP 740 (remove_files) COMPLETE
61292024-08-27T18:44:58.948Z[ recovery-image] Aug 27 18:44:57.930 INFO O| Aug 27 18:44:57.930 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-08-27T18:44:58.956Z[ recovery-image] Aug 27 18:44:57.940 INFO O| Aug 27 18:44:57.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61312024-08-27T18:44:58.956Z[ recovery-image] Aug 27 18:44:57.940 INFO O| Aug 27 18:44:57.940 INFO STEP 741 (remove_files) COMPLETE
61322024-08-27T18:44:58.958Z[ recovery-image] Aug 27 18:44:57.940 INFO O| Aug 27 18:44:57.940 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-08-27T18:44:58.966Z[ recovery-image] Aug 27 18:44:57.950 INFO O| Aug 27 18:44:57.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61342024-08-27T18:44:58.966Z[ recovery-image] Aug 27 18:44:57.950 INFO O| Aug 27 18:44:57.950 INFO STEP 742 (remove_files) COMPLETE
61352024-08-27T18:44:58.966Z[ recovery-image] Aug 27 18:44:57.950 INFO O| Aug 27 18:44:57.950 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-08-27T18:44:58.976Z[ recovery-image] Aug 27 18:44:57.960 INFO O| Aug 27 18:44:57.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61372024-08-27T18:44:58.976Z[ recovery-image] Aug 27 18:44:57.960 INFO O| Aug 27 18:44:57.960 INFO STEP 743 (remove_files) COMPLETE
61382024-08-27T18:44:58.976Z[ recovery-image] Aug 27 18:44:57.960 INFO O| Aug 27 18:44:57.960 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-08-27T18:44:58.987Z[ recovery-image] Aug 27 18:44:57.971 INFO O| Aug 27 18:44:57.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61402024-08-27T18:44:58.987Z[ recovery-image] Aug 27 18:44:57.971 INFO O| Aug 27 18:44:57.971 INFO STEP 744 (remove_files) COMPLETE
61412024-08-27T18:44:58.987Z[ recovery-image] Aug 27 18:44:57.971 INFO O| Aug 27 18:44:57.971 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-08-27T18:44:58.997Z[ recovery-image] Aug 27 18:44:57.981 INFO O| Aug 27 18:44:57.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61432024-08-27T18:44:58.997Z[ recovery-image] Aug 27 18:44:57.981 INFO O| Aug 27 18:44:57.981 INFO STEP 745 (remove_files) COMPLETE
61442024-08-27T18:44:59.000Z[ recovery-image] Aug 27 18:44:57.981 INFO O| Aug 27 18:44:57.981 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-08-27T18:44:59.008Z[ recovery-image] Aug 27 18:44:57.992 INFO O| Aug 27 18:44:57.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61462024-08-27T18:44:59.008Z[ recovery-image] Aug 27 18:44:57.992 INFO O| Aug 27 18:44:57.992 INFO STEP 746 (remove_files) COMPLETE
61472024-08-27T18:44:59.012Z[ recovery-image] Aug 27 18:44:57.992 INFO O| Aug 27 18:44:57.992 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-08-27T18:44:59.021Z[ recovery-image] Aug 27 18:44:58.002 INFO O| Aug 27 18:44:58.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61492024-08-27T18:44:59.021Z[ recovery-image] Aug 27 18:44:58.002 INFO O| Aug 27 18:44:58.002 INFO STEP 747 (remove_files) COMPLETE
61502024-08-27T18:44:59.023Z[ recovery-image] Aug 27 18:44:58.002 INFO O| Aug 27 18:44:58.002 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-08-27T18:44:59.028Z[ recovery-image] Aug 27 18:44:58.013 INFO O| Aug 27 18:44:58.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61522024-08-27T18:44:59.028Z[ recovery-image] Aug 27 18:44:58.013 INFO O| Aug 27 18:44:58.013 INFO STEP 748 (remove_files) COMPLETE
61532024-08-27T18:44:59.031Z[ recovery-image] Aug 27 18:44:58.013 INFO O| Aug 27 18:44:58.013 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-08-27T18:44:59.039Z[ recovery-image] Aug 27 18:44:58.023 INFO O| Aug 27 18:44:58.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61552024-08-27T18:44:59.042Z[ recovery-image] Aug 27 18:44:58.023 INFO O| Aug 27 18:44:58.023 INFO STEP 749 (remove_files) COMPLETE
61562024-08-27T18:44:59.042Z[ recovery-image] Aug 27 18:44:58.023 INFO O| Aug 27 18:44:58.023 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-08-27T18:44:59.050Z[ recovery-image] Aug 27 18:44:58.033 INFO O| Aug 27 18:44:58.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61582024-08-27T18:44:59.050Z[ recovery-image] Aug 27 18:44:58.033 INFO O| Aug 27 18:44:58.033 INFO STEP 750 (remove_files) COMPLETE
61592024-08-27T18:44:59.053Z[ recovery-image] Aug 27 18:44:58.033 INFO O| Aug 27 18:44:58.033 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-08-27T18:44:59.059Z[ recovery-image] Aug 27 18:44:58.043 INFO O| Aug 27 18:44:58.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61612024-08-27T18:44:59.062Z[ recovery-image] Aug 27 18:44:58.044 INFO O| Aug 27 18:44:58.044 INFO STEP 751 (remove_files) COMPLETE
61622024-08-27T18:44:59.062Z[ recovery-image] Aug 27 18:44:58.044 INFO O| Aug 27 18:44:58.044 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-08-27T18:44:59.070Z[ recovery-image] Aug 27 18:44:58.054 INFO O| Aug 27 18:44:58.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61642024-08-27T18:44:59.070Z[ recovery-image] Aug 27 18:44:58.054 INFO O| Aug 27 18:44:58.054 INFO STEP 752 (remove_files) COMPLETE
61652024-08-27T18:44:59.073Z[ recovery-image] Aug 27 18:44:58.054 INFO O| Aug 27 18:44:58.054 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-08-27T18:44:59.080Z[ recovery-image] Aug 27 18:44:58.064 INFO O| Aug 27 18:44:58.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61672024-08-27T18:44:59.082Z[ recovery-image] Aug 27 18:44:58.064 INFO O| Aug 27 18:44:58.064 INFO STEP 753 (remove_files) COMPLETE
61682024-08-27T18:44:59.082Z[ recovery-image] Aug 27 18:44:58.064 INFO O| Aug 27 18:44:58.064 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-08-27T18:44:59.090Z[ recovery-image] Aug 27 18:44:58.074 INFO O| Aug 27 18:44:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61702024-08-27T18:44:59.090Z[ recovery-image] Aug 27 18:44:58.074 INFO O| Aug 27 18:44:58.074 INFO STEP 754 (remove_files) COMPLETE
61712024-08-27T18:44:59.092Z[ recovery-image] Aug 27 18:44:58.074 INFO O| Aug 27 18:44:58.074 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-08-27T18:44:59.100Z[ recovery-image] Aug 27 18:44:58.084 INFO O| Aug 27 18:44:58.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61732024-08-27T18:44:59.102Z[ recovery-image] Aug 27 18:44:58.084 INFO O| Aug 27 18:44:58.084 INFO STEP 755 (remove_files) COMPLETE
61742024-08-27T18:44:59.102Z[ recovery-image] Aug 27 18:44:58.084 INFO O| Aug 27 18:44:58.084 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-08-27T18:44:59.110Z[ recovery-image] Aug 27 18:44:58.094 INFO O| Aug 27 18:44:58.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61762024-08-27T18:44:59.110Z[ recovery-image] Aug 27 18:44:58.094 INFO O| Aug 27 18:44:58.094 INFO STEP 756 (remove_files) COMPLETE
61772024-08-27T18:44:59.110Z[ recovery-image] Aug 27 18:44:58.094 INFO O| Aug 27 18:44:58.094 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-08-27T18:44:59.120Z[ recovery-image] Aug 27 18:44:58.104 INFO O| Aug 27 18:44:58.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61792024-08-27T18:44:59.120Z[ recovery-image] Aug 27 18:44:58.104 INFO O| Aug 27 18:44:58.104 INFO STEP 757 (remove_files) COMPLETE
61802024-08-27T18:44:59.122Z[ recovery-image] Aug 27 18:44:58.104 INFO O| Aug 27 18:44:58.104 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-08-27T18:44:59.129Z[ recovery-image] Aug 27 18:44:58.114 INFO O| Aug 27 18:44:58.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61822024-08-27T18:44:59.129Z[ recovery-image] Aug 27 18:44:58.114 INFO O| Aug 27 18:44:58.114 INFO STEP 758 (remove_files) COMPLETE
61832024-08-27T18:44:59.132Z[ recovery-image] Aug 27 18:44:58.114 INFO O| Aug 27 18:44:58.114 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-08-27T18:44:59.139Z[ recovery-image] Aug 27 18:44:58.123 INFO O| Aug 27 18:44:58.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61852024-08-27T18:44:59.141Z[ recovery-image] Aug 27 18:44:58.123 INFO O| Aug 27 18:44:58.123 INFO STEP 759 (remove_files) COMPLETE
61862024-08-27T18:44:59.141Z[ recovery-image] Aug 27 18:44:58.123 INFO O| Aug 27 18:44:58.123 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-08-27T18:44:59.149Z[ recovery-image] Aug 27 18:44:58.133 INFO O| Aug 27 18:44:58.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61882024-08-27T18:44:59.152Z[ recovery-image] Aug 27 18:44:58.133 INFO O| Aug 27 18:44:58.133 INFO STEP 760 (remove_files) COMPLETE
61892024-08-27T18:44:59.152Z[ recovery-image] Aug 27 18:44:58.134 INFO O| Aug 27 18:44:58.133 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-08-27T18:44:59.159Z[ recovery-image] Aug 27 18:44:58.143 INFO O| Aug 27 18:44:58.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61912024-08-27T18:44:59.162Z[ recovery-image] Aug 27 18:44:58.143 INFO O| Aug 27 18:44:58.143 INFO STEP 761 (remove_files) COMPLETE
61922024-08-27T18:44:59.162Z[ recovery-image] Aug 27 18:44:58.144 INFO O| Aug 27 18:44:58.143 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-08-27T18:44:59.169Z[ recovery-image] Aug 27 18:44:58.153 INFO O| Aug 27 18:44:58.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61942024-08-27T18:44:59.169Z[ recovery-image] Aug 27 18:44:58.154 INFO O| Aug 27 18:44:58.154 INFO STEP 762 (remove_files) COMPLETE
61952024-08-27T18:44:59.172Z[ recovery-image] Aug 27 18:44:58.154 INFO O| Aug 27 18:44:58.154 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-08-27T18:44:59.179Z[ recovery-image] Aug 27 18:44:58.164 INFO O| Aug 27 18:44:58.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61972024-08-27T18:44:59.179Z[ recovery-image] Aug 27 18:44:58.164 INFO O| Aug 27 18:44:58.164 INFO STEP 763 (remove_files) COMPLETE
61982024-08-27T18:44:59.182Z[ recovery-image] Aug 27 18:44:58.164 INFO O| Aug 27 18:44:58.164 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-08-27T18:44:59.189Z[ recovery-image] Aug 27 18:44:58.173 INFO O| Aug 27 18:44:58.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
62002024-08-27T18:44:59.189Z[ recovery-image] Aug 27 18:44:58.173 INFO O| Aug 27 18:44:58.173 INFO STEP 764 (remove_files) COMPLETE
62012024-08-27T18:44:59.192Z[ recovery-image] Aug 27 18:44:58.173 INFO O| Aug 27 18:44:58.173 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-08-27T18:44:59.199Z[ recovery-image] Aug 27 18:44:58.183 INFO O| Aug 27 18:44:58.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
62032024-08-27T18:44:59.199Z[ recovery-image] Aug 27 18:44:58.183 INFO O| Aug 27 18:44:58.183 INFO STEP 765 (remove_files) COMPLETE
62042024-08-27T18:44:59.199Z[ recovery-image] Aug 27 18:44:58.183 INFO O| Aug 27 18:44:58.183 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-08-27T18:44:59.211Z[ recovery-image] Aug 27 18:44:58.195 INFO O| Aug 27 18:44:58.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
62062024-08-27T18:44:59.211Z[ recovery-image] Aug 27 18:44:58.195 INFO O| Aug 27 18:44:58.195 INFO STEP 766 (remove_files) COMPLETE
62072024-08-27T18:44:59.213Z[ recovery-image] Aug 27 18:44:58.195 INFO O| Aug 27 18:44:58.195 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-08-27T18:44:59.222Z[ recovery-image] Aug 27 18:44:58.206 INFO O| Aug 27 18:44:58.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
62092024-08-27T18:44:59.225Z[ recovery-image] Aug 27 18:44:58.207 INFO O| Aug 27 18:44:58.207 INFO STEP 767 (remove_files) COMPLETE
62102024-08-27T18:44:59.225Z[ recovery-image] Aug 27 18:44:58.207 INFO O| Aug 27 18:44:58.207 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-08-27T18:44:59.234Z[ recovery-image] Aug 27 18:44:58.218 INFO O| Aug 27 18:44:58.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
62122024-08-27T18:44:59.236Z[ recovery-image] Aug 27 18:44:58.218 INFO O| Aug 27 18:44:58.218 INFO STEP 768 (remove_files) COMPLETE
62132024-08-27T18:44:59.236Z[ recovery-image] Aug 27 18:44:58.218 INFO O| Aug 27 18:44:58.218 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-08-27T18:44:59.245Z[ recovery-image] Aug 27 18:44:58.229 INFO O| Aug 27 18:44:58.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
62152024-08-27T18:44:59.245Z[ recovery-image] Aug 27 18:44:58.229 INFO O| Aug 27 18:44:58.229 INFO STEP 769 (remove_files) COMPLETE
62162024-08-27T18:44:59.247Z[ recovery-image] Aug 27 18:44:58.229 INFO O| Aug 27 18:44:58.229 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-08-27T18:44:59.256Z[ recovery-image] Aug 27 18:44:58.240 INFO O| Aug 27 18:44:58.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
62182024-08-27T18:44:59.258Z[ recovery-image] Aug 27 18:44:58.240 INFO O| Aug 27 18:44:58.240 INFO STEP 770 (remove_files) COMPLETE
62192024-08-27T18:44:59.258Z[ recovery-image] Aug 27 18:44:58.240 INFO O| Aug 27 18:44:58.240 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-08-27T18:44:59.267Z[ recovery-image] Aug 27 18:44:58.251 INFO O| Aug 27 18:44:58.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
62212024-08-27T18:44:59.269Z[ recovery-image] Aug 27 18:44:58.251 INFO O| Aug 27 18:44:58.251 INFO STEP 771 (remove_files) COMPLETE
62222024-08-27T18:44:59.269Z[ recovery-image] Aug 27 18:44:58.251 INFO O| Aug 27 18:44:58.251 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-08-27T18:44:59.277Z[ recovery-image] Aug 27 18:44:58.261 INFO O| Aug 27 18:44:58.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
62242024-08-27T18:44:59.277Z[ recovery-image] Aug 27 18:44:58.261 INFO O| Aug 27 18:44:58.261 INFO STEP 772 (remove_files) COMPLETE
62252024-08-27T18:44:59.279Z[ recovery-image] Aug 27 18:44:58.261 INFO O| Aug 27 18:44:58.261 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-08-27T18:44:59.287Z[ recovery-image] Aug 27 18:44:58.271 INFO O| Aug 27 18:44:58.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62272024-08-27T18:44:59.287Z[ recovery-image] Aug 27 18:44:58.272 INFO O| Aug 27 18:44:58.271 INFO STEP 773 (remove_files) COMPLETE
62282024-08-27T18:44:59.290Z[ recovery-image] Aug 27 18:44:58.272 INFO O| Aug 27 18:44:58.272 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-08-27T18:44:59.297Z[ recovery-image] Aug 27 18:44:58.281 INFO O| Aug 27 18:44:58.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62302024-08-27T18:44:59.297Z[ recovery-image] Aug 27 18:44:58.282 INFO O| Aug 27 18:44:58.282 INFO STEP 774 (remove_files) COMPLETE
62312024-08-27T18:44:59.300Z[ recovery-image] Aug 27 18:44:58.282 INFO O| Aug 27 18:44:58.282 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-08-27T18:44:59.307Z[ recovery-image] Aug 27 18:44:58.292 INFO O| Aug 27 18:44:58.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62332024-08-27T18:44:59.310Z[ recovery-image] Aug 27 18:44:58.292 INFO O| Aug 27 18:44:58.292 INFO STEP 775 (remove_files) COMPLETE
62342024-08-27T18:44:59.310Z[ recovery-image] Aug 27 18:44:58.292 INFO O| Aug 27 18:44:58.292 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-08-27T18:44:59.317Z[ recovery-image] Aug 27 18:44:58.301 INFO O| Aug 27 18:44:58.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62362024-08-27T18:44:59.320Z[ recovery-image] Aug 27 18:44:58.302 INFO O| Aug 27 18:44:58.301 INFO STEP 776 (remove_files) COMPLETE
62372024-08-27T18:44:59.320Z[ recovery-image] Aug 27 18:44:58.302 INFO O| Aug 27 18:44:58.302 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-08-27T18:44:59.327Z[ recovery-image] Aug 27 18:44:58.311 INFO O| Aug 27 18:44:58.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62392024-08-27T18:44:59.327Z[ recovery-image] Aug 27 18:44:58.311 INFO O| Aug 27 18:44:58.311 INFO STEP 777 (remove_files) COMPLETE
62402024-08-27T18:44:59.329Z[ recovery-image] Aug 27 18:44:58.311 INFO O| Aug 27 18:44:58.311 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-08-27T18:44:59.337Z[ recovery-image] Aug 27 18:44:58.321 INFO O| Aug 27 18:44:58.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62422024-08-27T18:44:59.339Z[ recovery-image] Aug 27 18:44:58.321 INFO O| Aug 27 18:44:58.321 INFO STEP 778 (remove_files) COMPLETE
62432024-08-27T18:44:59.339Z[ recovery-image] Aug 27 18:44:58.321 INFO O| Aug 27 18:44:58.321 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-08-27T18:44:59.346Z[ recovery-image] Aug 27 18:44:58.331 INFO O| Aug 27 18:44:58.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62452024-08-27T18:44:59.346Z[ recovery-image] Aug 27 18:44:58.331 INFO O| Aug 27 18:44:58.331 INFO STEP 779 (remove_files) COMPLETE
62462024-08-27T18:44:59.349Z[ recovery-image] Aug 27 18:44:58.331 INFO O| Aug 27 18:44:58.331 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-08-27T18:44:59.356Z[ recovery-image] Aug 27 18:44:58.340 INFO O| Aug 27 18:44:58.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62482024-08-27T18:44:59.358Z[ recovery-image] Aug 27 18:44:58.340 INFO O| Aug 27 18:44:58.340 INFO STEP 780 (remove_files) COMPLETE
62492024-08-27T18:44:59.358Z[ recovery-image] Aug 27 18:44:58.340 INFO O| Aug 27 18:44:58.340 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-08-27T18:44:59.366Z[ recovery-image] Aug 27 18:44:58.350 INFO O| Aug 27 18:44:58.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62512024-08-27T18:44:59.368Z[ recovery-image] Aug 27 18:44:58.350 INFO O| Aug 27 18:44:58.350 INFO STEP 781 (remove_files) COMPLETE
62522024-08-27T18:44:59.368Z[ recovery-image] Aug 27 18:44:58.350 INFO O| Aug 27 18:44:58.350 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-08-27T18:44:59.376Z[ recovery-image] Aug 27 18:44:58.360 INFO O| Aug 27 18:44:58.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62542024-08-27T18:44:59.378Z[ recovery-image] Aug 27 18:44:58.360 INFO O| Aug 27 18:44:58.360 INFO STEP 782 (remove_files) COMPLETE
62552024-08-27T18:44:59.378Z[ recovery-image] Aug 27 18:44:58.360 INFO O| Aug 27 18:44:58.360 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-08-27T18:44:59.385Z[ recovery-image] Aug 27 18:44:58.369 INFO O| Aug 27 18:44:58.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62572024-08-27T18:44:59.387Z[ recovery-image] Aug 27 18:44:58.369 INFO O| Aug 27 18:44:58.369 INFO STEP 783 (remove_files) COMPLETE
62582024-08-27T18:44:59.387Z[ recovery-image] Aug 27 18:44:58.369 INFO O| Aug 27 18:44:58.369 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-08-27T18:44:59.398Z[ recovery-image] Aug 27 18:44:58.380 INFO O| Aug 27 18:44:58.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62602024-08-27T18:44:59.398Z[ recovery-image] Aug 27 18:44:58.380 INFO O| Aug 27 18:44:58.380 INFO STEP 784 (remove_files) COMPLETE
62612024-08-27T18:44:59.398Z[ recovery-image] Aug 27 18:44:58.380 INFO O| Aug 27 18:44:58.380 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-08-27T18:44:59.406Z[ recovery-image] Aug 27 18:44:58.390 INFO O| Aug 27 18:44:58.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62632024-08-27T18:44:59.407Z[ recovery-image] Aug 27 18:44:58.390 INFO O| Aug 27 18:44:58.390 INFO STEP 785 (remove_files) COMPLETE
62642024-08-27T18:44:59.409Z[ recovery-image] Aug 27 18:44:58.390 INFO O| Aug 27 18:44:58.390 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-08-27T18:44:59.415Z[ recovery-image] Aug 27 18:44:58.399 INFO O| Aug 27 18:44:58.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62662024-08-27T18:44:59.415Z[ recovery-image] Aug 27 18:44:58.399 INFO O| Aug 27 18:44:58.399 INFO STEP 786 (remove_files) COMPLETE
62672024-08-27T18:44:59.418Z[ recovery-image] Aug 27 18:44:58.399 INFO O| Aug 27 18:44:58.399 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-08-27T18:44:59.425Z[ recovery-image] Aug 27 18:44:58.409 INFO O| Aug 27 18:44:58.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62692024-08-27T18:44:59.427Z[ recovery-image] Aug 27 18:44:58.409 INFO O| Aug 27 18:44:58.409 INFO STEP 787 (remove_files) COMPLETE
62702024-08-27T18:44:59.427Z[ recovery-image] Aug 27 18:44:58.409 INFO O| Aug 27 18:44:58.409 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-08-27T18:44:59.434Z[ recovery-image] Aug 27 18:44:58.419 INFO O| Aug 27 18:44:58.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62722024-08-27T18:44:59.437Z[ recovery-image] Aug 27 18:44:58.419 INFO O| Aug 27 18:44:58.419 INFO STEP 788 (remove_files) COMPLETE
62732024-08-27T18:44:59.437Z[ recovery-image] Aug 27 18:44:58.419 INFO O| Aug 27 18:44:58.419 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-08-27T18:44:59.444Z[ recovery-image] Aug 27 18:44:58.428 INFO O| Aug 27 18:44:58.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62752024-08-27T18:44:59.444Z[ recovery-image] Aug 27 18:44:58.428 INFO O| Aug 27 18:44:58.428 INFO STEP 789 (remove_files) COMPLETE
62762024-08-27T18:44:59.444Z[ recovery-image] Aug 27 18:44:58.428 INFO O| Aug 27 18:44:58.428 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-08-27T18:44:59.453Z[ recovery-image] Aug 27 18:44:58.437 INFO O| Aug 27 18:44:58.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62782024-08-27T18:44:59.453Z[ recovery-image] Aug 27 18:44:58.437 INFO O| Aug 27 18:44:58.437 INFO STEP 790 (remove_files) COMPLETE
62792024-08-27T18:44:59.456Z[ recovery-image] Aug 27 18:44:58.437 INFO O| Aug 27 18:44:58.437 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-08-27T18:44:59.463Z[ recovery-image] Aug 27 18:44:58.447 INFO O| Aug 27 18:44:58.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62812024-08-27T18:44:59.463Z[ recovery-image] Aug 27 18:44:58.447 INFO O| Aug 27 18:44:58.447 INFO STEP 791 (remove_files) COMPLETE
62822024-08-27T18:44:59.465Z[ recovery-image] Aug 27 18:44:58.447 INFO O| Aug 27 18:44:58.447 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-08-27T18:44:59.472Z[ recovery-image] Aug 27 18:44:58.457 INFO O| Aug 27 18:44:58.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62842024-08-27T18:44:59.472Z[ recovery-image] Aug 27 18:44:58.457 INFO O| Aug 27 18:44:58.457 INFO STEP 792 (remove_files) COMPLETE
62852024-08-27T18:44:59.475Z[ recovery-image] Aug 27 18:44:58.457 INFO O| Aug 27 18:44:58.457 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-08-27T18:44:59.483Z[ recovery-image] Aug 27 18:44:58.467 INFO O| Aug 27 18:44:58.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62872024-08-27T18:44:59.483Z[ recovery-image] Aug 27 18:44:58.467 INFO O| Aug 27 18:44:58.467 INFO STEP 793 (remove_files) COMPLETE
62882024-08-27T18:44:59.486Z[ recovery-image] Aug 27 18:44:58.468 INFO O| Aug 27 18:44:58.467 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-08-27T18:44:59.498Z[ recovery-image] Aug 27 18:44:58.482 INFO O| Aug 27 18:44:58.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62902024-08-27T18:44:59.498Z[ recovery-image] Aug 27 18:44:58.482 INFO O| Aug 27 18:44:58.482 INFO STEP 794 (remove_files) COMPLETE
62912024-08-27T18:44:59.500Z[ recovery-image] Aug 27 18:44:58.482 INFO O| Aug 27 18:44:58.482 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-08-27T18:44:59.510Z[ recovery-image] Aug 27 18:44:58.494 INFO O| Aug 27 18:44:58.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62932024-08-27T18:44:59.510Z[ recovery-image] Aug 27 18:44:58.494 INFO O| Aug 27 18:44:58.494 INFO STEP 795 (remove_files) COMPLETE
62942024-08-27T18:44:59.512Z[ recovery-image] Aug 27 18:44:58.494 INFO O| Aug 27 18:44:58.494 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-08-27T18:44:59.522Z[ recovery-image] Aug 27 18:44:58.505 INFO O| Aug 27 18:44:58.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62962024-08-27T18:44:59.522Z[ recovery-image] Aug 27 18:44:58.506 INFO O| Aug 27 18:44:58.506 INFO STEP 796 (remove_files) COMPLETE
62972024-08-27T18:44:59.525Z[ recovery-image] Aug 27 18:44:58.506 INFO O| Aug 27 18:44:58.506 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-08-27T18:44:59.533Z[ recovery-image] Aug 27 18:44:58.517 INFO O| Aug 27 18:44:58.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62992024-08-27T18:44:59.535Z[ recovery-image] Aug 27 18:44:58.518 INFO O| Aug 27 18:44:58.518 INFO STEP 797 (remove_files) COMPLETE
63002024-08-27T18:44:59.535Z[ recovery-image] Aug 27 18:44:58.518 INFO O| Aug 27 18:44:58.518 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-08-27T18:44:59.545Z[ recovery-image] Aug 27 18:44:58.529 INFO O| Aug 27 18:44:58.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
63022024-08-27T18:44:59.545Z[ recovery-image] Aug 27 18:44:58.529 INFO O| Aug 27 18:44:58.529 INFO STEP 798 (remove_files) COMPLETE
63032024-08-27T18:44:59.545Z[ recovery-image] Aug 27 18:44:58.529 INFO O| Aug 27 18:44:58.529 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-08-27T18:44:59.558Z[ recovery-image] Aug 27 18:44:58.541 INFO O| Aug 27 18:44:58.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
63052024-08-27T18:44:59.558Z[ recovery-image] Aug 27 18:44:58.541 INFO O| Aug 27 18:44:58.541 INFO STEP 799 (remove_files) COMPLETE
63062024-08-27T18:44:59.560Z[ recovery-image] Aug 27 18:44:58.541 INFO O| Aug 27 18:44:58.541 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-08-27T18:44:59.568Z[ recovery-image] Aug 27 18:44:58.552 INFO O| Aug 27 18:44:58.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
63082024-08-27T18:44:59.571Z[ recovery-image] Aug 27 18:44:58.553 INFO O| Aug 27 18:44:58.553 INFO STEP 800 (remove_files) COMPLETE
63092024-08-27T18:44:59.571Z[ recovery-image] Aug 27 18:44:58.553 INFO O| Aug 27 18:44:58.553 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-08-27T18:44:59.579Z[ recovery-image] Aug 27 18:44:58.563 INFO O| Aug 27 18:44:58.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
63112024-08-27T18:44:59.583Z[ recovery-image] Aug 27 18:44:58.563 INFO O| Aug 27 18:44:58.563 INFO STEP 801 (remove_files) COMPLETE
63122024-08-27T18:44:59.583Z[ recovery-image] Aug 27 18:44:58.563 INFO O| Aug 27 18:44:58.563 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-08-27T18:44:59.589Z[ recovery-image] Aug 27 18:44:58.573 INFO O| Aug 27 18:44:58.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
63142024-08-27T18:44:59.591Z[ recovery-image] Aug 27 18:44:58.573 INFO O| Aug 27 18:44:58.573 INFO STEP 802 (remove_files) COMPLETE
63152024-08-27T18:44:59.591Z[ recovery-image] Aug 27 18:44:58.573 INFO O| Aug 27 18:44:58.573 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-08-27T18:44:59.599Z[ recovery-image] Aug 27 18:44:58.583 INFO O| Aug 27 18:44:58.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
63172024-08-27T18:44:59.599Z[ recovery-image] Aug 27 18:44:58.583 INFO O| Aug 27 18:44:58.583 INFO STEP 803 (remove_files) COMPLETE
63182024-08-27T18:44:59.601Z[ recovery-image] Aug 27 18:44:58.583 INFO O| Aug 27 18:44:58.583 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-08-27T18:44:59.608Z[ recovery-image] Aug 27 18:44:58.592 INFO O| Aug 27 18:44:58.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
63202024-08-27T18:44:59.608Z[ recovery-image] Aug 27 18:44:58.592 INFO O| Aug 27 18:44:58.592 INFO STEP 804 (remove_files) COMPLETE
63212024-08-27T18:44:59.611Z[ recovery-image] Aug 27 18:44:58.592 INFO O| Aug 27 18:44:58.592 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-08-27T18:44:59.618Z[ recovery-image] Aug 27 18:44:58.603 INFO O| Aug 27 18:44:58.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
63232024-08-27T18:44:59.621Z[ recovery-image] Aug 27 18:44:58.603 INFO O| Aug 27 18:44:58.603 INFO STEP 805 (remove_files) COMPLETE
63242024-08-27T18:44:59.621Z[ recovery-image] Aug 27 18:44:58.603 INFO O| Aug 27 18:44:58.603 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-08-27T18:44:59.628Z[ recovery-image] Aug 27 18:44:58.612 INFO O| Aug 27 18:44:58.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63262024-08-27T18:44:59.628Z[ recovery-image] Aug 27 18:44:58.612 INFO O| Aug 27 18:44:58.612 INFO STEP 806 (remove_files) COMPLETE
63272024-08-27T18:44:59.630Z[ recovery-image] Aug 27 18:44:58.612 INFO O| Aug 27 18:44:58.612 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-08-27T18:44:59.638Z[ recovery-image] Aug 27 18:44:58.622 INFO O| Aug 27 18:44:58.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63292024-08-27T18:44:59.641Z[ recovery-image] Aug 27 18:44:58.623 INFO O| Aug 27 18:44:58.623 INFO STEP 807 (remove_files) COMPLETE
63302024-08-27T18:44:59.641Z[ recovery-image] Aug 27 18:44:58.623 INFO O| Aug 27 18:44:58.623 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-08-27T18:44:59.648Z[ recovery-image] Aug 27 18:44:58.632 INFO O| Aug 27 18:44:58.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63322024-08-27T18:44:59.653Z[ recovery-image] Aug 27 18:44:58.632 INFO O| Aug 27 18:44:58.632 INFO STEP 808 (remove_files) COMPLETE
63332024-08-27T18:44:59.653Z[ recovery-image] Aug 27 18:44:58.632 INFO O| Aug 27 18:44:58.632 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-08-27T18:44:59.658Z[ recovery-image] Aug 27 18:44:58.642 INFO O| Aug 27 18:44:58.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63352024-08-27T18:44:59.661Z[ recovery-image] Aug 27 18:44:58.642 INFO O| Aug 27 18:44:58.642 INFO STEP 809 (remove_files) COMPLETE
63362024-08-27T18:44:59.661Z[ recovery-image] Aug 27 18:44:58.642 INFO O| Aug 27 18:44:58.642 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-08-27T18:44:59.668Z[ recovery-image] Aug 27 18:44:58.652 INFO O| Aug 27 18:44:58.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63382024-08-27T18:44:59.670Z[ recovery-image] Aug 27 18:44:58.652 INFO O| Aug 27 18:44:58.652 INFO STEP 810 (remove_files) COMPLETE
63392024-08-27T18:44:59.670Z[ recovery-image] Aug 27 18:44:58.652 INFO O| Aug 27 18:44:58.652 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-08-27T18:44:59.677Z[ recovery-image] Aug 27 18:44:58.661 INFO O| Aug 27 18:44:58.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63412024-08-27T18:44:59.677Z[ recovery-image] Aug 27 18:44:58.662 INFO O| Aug 27 18:44:58.661 INFO STEP 811 (remove_files) COMPLETE
63422024-08-27T18:44:59.677Z[ recovery-image] Aug 27 18:44:58.662 INFO O| Aug 27 18:44:58.661 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-08-27T18:44:59.687Z[ recovery-image] Aug 27 18:44:58.671 INFO O| Aug 27 18:44:58.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63442024-08-27T18:44:59.687Z[ recovery-image] Aug 27 18:44:58.671 INFO O| Aug 27 18:44:58.671 INFO STEP 812 (remove_files) COMPLETE
63452024-08-27T18:44:59.689Z[ recovery-image] Aug 27 18:44:58.671 INFO O| Aug 27 18:44:58.671 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-08-27T18:44:59.697Z[ recovery-image] Aug 27 18:44:58.681 INFO O| Aug 27 18:44:58.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63472024-08-27T18:44:59.697Z[ recovery-image] Aug 27 18:44:58.681 INFO O| Aug 27 18:44:58.681 INFO STEP 813 (remove_files) COMPLETE
63482024-08-27T18:44:59.697Z[ recovery-image] Aug 27 18:44:58.681 INFO O| Aug 27 18:44:58.681 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-08-27T18:44:59.706Z[ recovery-image] Aug 27 18:44:58.690 INFO O| Aug 27 18:44:58.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63502024-08-27T18:44:59.706Z[ recovery-image] Aug 27 18:44:58.690 INFO O| Aug 27 18:44:58.690 INFO STEP 814 (remove_files) COMPLETE
63512024-08-27T18:44:59.706Z[ recovery-image] Aug 27 18:44:58.690 INFO O| Aug 27 18:44:58.690 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-08-27T18:44:59.716Z[ recovery-image] Aug 27 18:44:58.700 INFO O| Aug 27 18:44:58.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63532024-08-27T18:44:59.716Z[ recovery-image] Aug 27 18:44:58.700 INFO O| Aug 27 18:44:58.700 INFO STEP 815 (remove_files) COMPLETE
63542024-08-27T18:44:59.718Z[ recovery-image] Aug 27 18:44:58.700 INFO O| Aug 27 18:44:58.700 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-08-27T18:44:59.725Z[ recovery-image] Aug 27 18:44:58.709 INFO O| Aug 27 18:44:58.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63562024-08-27T18:44:59.725Z[ recovery-image] Aug 27 18:44:58.710 INFO O| Aug 27 18:44:58.709 INFO STEP 816 (remove_files) COMPLETE
63572024-08-27T18:44:59.725Z[ recovery-image] Aug 27 18:44:58.710 INFO O| Aug 27 18:44:58.709 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-08-27T18:44:59.735Z[ recovery-image] Aug 27 18:44:58.719 INFO O| Aug 27 18:44:58.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63592024-08-27T18:44:59.738Z[ recovery-image] Aug 27 18:44:58.720 INFO O| Aug 27 18:44:58.720 INFO STEP 817 (remove_files) COMPLETE
63602024-08-27T18:44:59.738Z[ recovery-image] Aug 27 18:44:58.720 INFO O| Aug 27 18:44:58.720 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-08-27T18:44:59.745Z[ recovery-image] Aug 27 18:44:58.729 INFO O| Aug 27 18:44:58.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63622024-08-27T18:44:59.748Z[ recovery-image] Aug 27 18:44:58.729 INFO O| Aug 27 18:44:58.729 INFO STEP 818 (remove_files) COMPLETE
63632024-08-27T18:44:59.748Z[ recovery-image] Aug 27 18:44:58.729 INFO O| Aug 27 18:44:58.729 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-08-27T18:44:59.755Z[ recovery-image] Aug 27 18:44:58.739 INFO O| Aug 27 18:44:58.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63652024-08-27T18:44:59.755Z[ recovery-image] Aug 27 18:44:58.739 INFO O| Aug 27 18:44:58.739 INFO STEP 819 (remove_files) COMPLETE
63662024-08-27T18:44:59.757Z[ recovery-image] Aug 27 18:44:58.739 INFO O| Aug 27 18:44:58.739 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-08-27T18:44:59.765Z[ recovery-image] Aug 27 18:44:58.749 INFO O| Aug 27 18:44:58.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63682024-08-27T18:44:59.765Z[ recovery-image] Aug 27 18:44:58.749 INFO O| Aug 27 18:44:58.749 INFO STEP 820 (remove_files) COMPLETE
63692024-08-27T18:44:59.767Z[ recovery-image] Aug 27 18:44:58.749 INFO O| Aug 27 18:44:58.749 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-08-27T18:44:59.774Z[ recovery-image] Aug 27 18:44:58.759 INFO O| Aug 27 18:44:58.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63712024-08-27T18:44:59.774Z[ recovery-image] Aug 27 18:44:58.759 INFO O| Aug 27 18:44:58.759 INFO STEP 821 (remove_files) COMPLETE
63722024-08-27T18:44:59.774Z[ recovery-image] Aug 27 18:44:58.759 INFO O| Aug 27 18:44:58.759 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-08-27T18:44:59.784Z[ recovery-image] Aug 27 18:44:58.768 INFO O| Aug 27 18:44:58.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63742024-08-27T18:44:59.787Z[ recovery-image] Aug 27 18:44:58.769 INFO O| Aug 27 18:44:58.769 INFO STEP 822 (remove_files) COMPLETE
63752024-08-27T18:44:59.787Z[ recovery-image] Aug 27 18:44:58.769 INFO O| Aug 27 18:44:58.769 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-08-27T18:44:59.794Z[ recovery-image] Aug 27 18:44:58.779 INFO O| Aug 27 18:44:58.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63772024-08-27T18:44:59.794Z[ recovery-image] Aug 27 18:44:58.779 INFO O| Aug 27 18:44:58.779 INFO STEP 823 (remove_files) COMPLETE
63782024-08-27T18:44:59.794Z[ recovery-image] Aug 27 18:44:58.779 INFO O| Aug 27 18:44:58.779 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-08-27T18:44:59.805Z[ recovery-image] Aug 27 18:44:58.789 INFO O| Aug 27 18:44:58.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63802024-08-27T18:44:59.805Z[ recovery-image] Aug 27 18:44:58.789 INFO O| Aug 27 18:44:58.789 INFO STEP 824 (remove_files) COMPLETE
63812024-08-27T18:44:59.805Z[ recovery-image] Aug 27 18:44:58.789 INFO O| Aug 27 18:44:58.789 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-08-27T18:44:59.815Z[ recovery-image] Aug 27 18:44:58.799 INFO O| Aug 27 18:44:58.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63832024-08-27T18:44:59.815Z[ recovery-image] Aug 27 18:44:58.799 INFO O| Aug 27 18:44:58.799 INFO STEP 825 (remove_files) COMPLETE
63842024-08-27T18:44:59.817Z[ recovery-image] Aug 27 18:44:58.799 INFO O| Aug 27 18:44:58.799 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-08-27T18:44:59.824Z[ recovery-image] Aug 27 18:44:58.808 INFO O| Aug 27 18:44:58.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63862024-08-27T18:44:59.824Z[ recovery-image] Aug 27 18:44:58.809 INFO O| Aug 27 18:44:58.808 INFO STEP 826 (remove_files) COMPLETE
63872024-08-27T18:44:59.824Z[ recovery-image] Aug 27 18:44:58.809 INFO O| Aug 27 18:44:58.809 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-08-27T18:44:59.834Z[ recovery-image] Aug 27 18:44:58.818 INFO O| Aug 27 18:44:58.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63892024-08-27T18:44:59.834Z[ recovery-image] Aug 27 18:44:58.818 INFO O| Aug 27 18:44:58.818 INFO STEP 827 (remove_files) COMPLETE
63902024-08-27T18:44:59.834Z[ recovery-image] Aug 27 18:44:58.818 INFO O| Aug 27 18:44:58.818 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-08-27T18:44:59.844Z[ recovery-image] Aug 27 18:44:58.828 INFO O| Aug 27 18:44:58.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63922024-08-27T18:44:59.847Z[ recovery-image] Aug 27 18:44:58.828 INFO O| Aug 27 18:44:58.828 INFO STEP 828 (remove_files) COMPLETE
63932024-08-27T18:44:59.847Z[ recovery-image] Aug 27 18:44:58.828 INFO O| Aug 27 18:44:58.828 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-08-27T18:44:59.855Z[ recovery-image] Aug 27 18:44:58.839 INFO O| Aug 27 18:44:58.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63952024-08-27T18:44:59.855Z[ recovery-image] Aug 27 18:44:58.839 INFO O| Aug 27 18:44:58.839 INFO STEP 829 (remove_files) COMPLETE
63962024-08-27T18:44:59.858Z[ recovery-image] Aug 27 18:44:58.839 INFO O| Aug 27 18:44:58.839 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-08-27T18:44:59.866Z[ recovery-image] Aug 27 18:44:58.850 INFO O| Aug 27 18:44:58.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63982024-08-27T18:44:59.869Z[ recovery-image] Aug 27 18:44:58.851 INFO O| Aug 27 18:44:58.850 INFO STEP 830 (remove_files) COMPLETE
63992024-08-27T18:44:59.869Z[ recovery-image] Aug 27 18:44:58.851 INFO O| Aug 27 18:44:58.850 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-08-27T18:44:59.877Z[ recovery-image] Aug 27 18:44:58.862 INFO O| Aug 27 18:44:58.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
64012024-08-27T18:44:59.878Z[ recovery-image] Aug 27 18:44:58.862 INFO O| Aug 27 18:44:58.862 INFO STEP 831 (remove_files) COMPLETE
64022024-08-27T18:44:59.880Z[ recovery-image] Aug 27 18:44:58.862 INFO O| Aug 27 18:44:58.862 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-08-27T18:44:59.889Z[ recovery-image] Aug 27 18:44:58.873 INFO O| Aug 27 18:44:58.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
64042024-08-27T18:44:59.889Z[ recovery-image] Aug 27 18:44:58.873 INFO O| Aug 27 18:44:58.873 INFO STEP 832 (remove_files) COMPLETE
64052024-08-27T18:44:59.889Z[ recovery-image] Aug 27 18:44:58.873 INFO O| Aug 27 18:44:58.873 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-08-27T18:44:59.900Z[ recovery-image] Aug 27 18:44:58.884 INFO O| Aug 27 18:44:58.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
64072024-08-27T18:44:59.900Z[ recovery-image] Aug 27 18:44:58.884 INFO O| Aug 27 18:44:58.884 INFO STEP 833 (remove_files) COMPLETE
64082024-08-27T18:44:59.900Z[ recovery-image] Aug 27 18:44:58.884 INFO O| Aug 27 18:44:58.884 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-08-27T18:44:59.910Z[ recovery-image] Aug 27 18:44:58.894 INFO O| Aug 27 18:44:58.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
64102024-08-27T18:44:59.910Z[ recovery-image] Aug 27 18:44:58.894 INFO O| Aug 27 18:44:58.894 INFO STEP 834 (remove_files) COMPLETE
64112024-08-27T18:44:59.910Z[ recovery-image] Aug 27 18:44:58.894 INFO O| Aug 27 18:44:58.894 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-08-27T18:44:59.923Z[ recovery-image] Aug 27 18:44:58.907 INFO O| Aug 27 18:44:58.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
64132024-08-27T18:44:59.923Z[ recovery-image] Aug 27 18:44:58.907 INFO O| Aug 27 18:44:58.907 INFO STEP 835 (remove_files) COMPLETE
64142024-08-27T18:44:59.925Z[ recovery-image] Aug 27 18:44:58.907 INFO O| Aug 27 18:44:58.907 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-08-27T18:44:59.935Z[ recovery-image] Aug 27 18:44:58.919 INFO O| Aug 27 18:44:58.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
64162024-08-27T18:44:59.935Z[ recovery-image] Aug 27 18:44:58.919 INFO O| Aug 27 18:44:58.919 INFO STEP 836 (remove_files) COMPLETE
64172024-08-27T18:44:59.935Z[ recovery-image] Aug 27 18:44:58.919 INFO O| Aug 27 18:44:58.919 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-08-27T18:44:59.946Z[ recovery-image] Aug 27 18:44:58.930 INFO O| Aug 27 18:44:58.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
64192024-08-27T18:44:59.946Z[ recovery-image] Aug 27 18:44:58.930 INFO O| Aug 27 18:44:58.930 INFO STEP 837 (remove_files) COMPLETE
64202024-08-27T18:44:59.948Z[ recovery-image] Aug 27 18:44:58.930 INFO O| Aug 27 18:44:58.930 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-08-27T18:44:59.956Z[ recovery-image] Aug 27 18:44:58.940 INFO O| Aug 27 18:44:58.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
64222024-08-27T18:44:59.956Z[ recovery-image] Aug 27 18:44:58.940 INFO O| Aug 27 18:44:58.940 INFO STEP 838 (remove_files) COMPLETE
64232024-08-27T18:44:59.956Z[ recovery-image] Aug 27 18:44:58.940 INFO O| Aug 27 18:44:58.940 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-08-27T18:44:59.966Z[ recovery-image] Aug 27 18:44:58.950 INFO O| Aug 27 18:44:58.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64252024-08-27T18:44:59.966Z[ recovery-image] Aug 27 18:44:58.950 INFO O| Aug 27 18:44:58.950 INFO STEP 839 (remove_files) COMPLETE
64262024-08-27T18:44:59.972Z[ recovery-image] Aug 27 18:44:58.950 INFO O| Aug 27 18:44:58.950 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-08-27T18:44:59.976Z[ recovery-image] Aug 27 18:44:58.960 INFO O| Aug 27 18:44:58.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64282024-08-27T18:44:59.976Z[ recovery-image] Aug 27 18:44:58.960 INFO O| Aug 27 18:44:58.960 INFO STEP 840 (remove_files) COMPLETE
64292024-08-27T18:44:59.978Z[ recovery-image] Aug 27 18:44:58.960 INFO O| Aug 27 18:44:58.960 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-08-27T18:44:59.985Z[ recovery-image] Aug 27 18:44:58.969 INFO O| Aug 27 18:44:58.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64312024-08-27T18:44:59.988Z[ recovery-image] Aug 27 18:44:58.969 INFO O| Aug 27 18:44:58.969 INFO STEP 841 (remove_files) COMPLETE
64322024-08-27T18:44:59.988Z[ recovery-image] Aug 27 18:44:58.970 INFO O| Aug 27 18:44:58.969 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-08-27T18:44:59.995Z[ recovery-image] Aug 27 18:44:58.979 INFO O| Aug 27 18:44:58.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64342024-08-27T18:44:59.995Z[ recovery-image] Aug 27 18:44:58.979 INFO O| Aug 27 18:44:58.979 INFO STEP 842 (remove_files) COMPLETE
64352024-08-27T18:44:59.995Z[ recovery-image] Aug 27 18:44:58.979 INFO O| Aug 27 18:44:58.979 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-08-27T18:45:00.005Z[ recovery-image] Aug 27 18:44:58.989 INFO O| Aug 27 18:44:58.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64372024-08-27T18:45:00.007Z[ recovery-image] Aug 27 18:44:58.989 INFO O| Aug 27 18:44:58.989 INFO STEP 843 (remove_files) COMPLETE
64382024-08-27T18:45:00.007Z[ recovery-image] Aug 27 18:44:58.989 INFO O| Aug 27 18:44:58.989 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-08-27T18:45:00.015Z[ recovery-image] Aug 27 18:44:58.999 INFO O| Aug 27 18:44:58.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64402024-08-27T18:45:00.015Z[ recovery-image] Aug 27 18:44:58.999 INFO O| Aug 27 18:44:58.999 INFO STEP 844 (remove_files) COMPLETE
64412024-08-27T18:45:00.018Z[ recovery-image] Aug 27 18:44:58.999 INFO O| Aug 27 18:44:58.999 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-08-27T18:45:00.026Z[ recovery-image] Aug 27 18:44:59.010 INFO O| Aug 27 18:44:59.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64432024-08-27T18:45:00.026Z[ recovery-image] Aug 27 18:44:59.010 INFO O| Aug 27 18:44:59.010 INFO STEP 845 (remove_files) COMPLETE
64442024-08-27T18:45:00.028Z[ recovery-image] Aug 27 18:44:59.010 INFO O| Aug 27 18:44:59.010 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-08-27T18:45:00.036Z[ recovery-image] Aug 27 18:44:59.020 INFO O| Aug 27 18:44:59.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64462024-08-27T18:45:00.036Z[ recovery-image] Aug 27 18:44:59.020 INFO O| Aug 27 18:44:59.020 INFO STEP 846 (remove_files) COMPLETE
64472024-08-27T18:45:00.039Z[ recovery-image] Aug 27 18:44:59.020 INFO O| Aug 27 18:44:59.020 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-08-27T18:45:00.047Z[ recovery-image] Aug 27 18:44:59.031 INFO O| Aug 27 18:44:59.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64492024-08-27T18:45:00.047Z[ recovery-image] Aug 27 18:44:59.031 INFO O| Aug 27 18:44:59.031 INFO STEP 847 (remove_files) COMPLETE
64502024-08-27T18:45:00.049Z[ recovery-image] Aug 27 18:44:59.031 INFO O| Aug 27 18:44:59.031 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-08-27T18:45:00.057Z[ recovery-image] Aug 27 18:44:59.041 INFO O| Aug 27 18:44:59.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64522024-08-27T18:45:00.061Z[ recovery-image] Aug 27 18:44:59.041 INFO O| Aug 27 18:44:59.041 INFO STEP 848 (remove_files) COMPLETE
64532024-08-27T18:45:00.061Z[ recovery-image] Aug 27 18:44:59.041 INFO O| Aug 27 18:44:59.041 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-08-27T18:45:00.067Z[ recovery-image] Aug 27 18:44:59.051 INFO O| Aug 27 18:44:59.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64552024-08-27T18:45:00.070Z[ recovery-image] Aug 27 18:44:59.051 INFO O| Aug 27 18:44:59.051 INFO STEP 849 (remove_files) COMPLETE
64562024-08-27T18:45:00.070Z[ recovery-image] Aug 27 18:44:59.051 INFO O| Aug 27 18:44:59.051 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-08-27T18:45:00.077Z[ recovery-image] Aug 27 18:44:59.061 INFO O| Aug 27 18:44:59.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64582024-08-27T18:45:00.079Z[ recovery-image] Aug 27 18:44:59.061 INFO O| Aug 27 18:44:59.061 INFO STEP 850 (remove_files) COMPLETE
64592024-08-27T18:45:00.079Z[ recovery-image] Aug 27 18:44:59.061 INFO O| Aug 27 18:44:59.061 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-08-27T18:45:00.087Z[ recovery-image] Aug 27 18:44:59.071 INFO O| Aug 27 18:44:59.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64612024-08-27T18:45:00.087Z[ recovery-image] Aug 27 18:44:59.071 INFO O| Aug 27 18:44:59.071 INFO STEP 851 (remove_files) COMPLETE
64622024-08-27T18:45:00.089Z[ recovery-image] Aug 27 18:44:59.071 INFO O| Aug 27 18:44:59.071 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-08-27T18:45:00.091Z[ host-image] Aug 27 18:44:59.075 INFO O| Aug 27 18:44:59.075 INFO O| Planning: Solver setup ... Done
64642024-08-27T18:45:00.095Z[ host-image] Aug 27 18:44:59.079 INFO O| Aug 27 18:44:59.079 INFO O| Planning: Running solver ... Done
64652024-08-27T18:45:00.098Z[ recovery-image] Aug 27 18:44:59.081 INFO O| Aug 27 18:44:59.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64662024-08-27T18:45:00.098Z[ recovery-image] Aug 27 18:44:59.081 INFO O| Aug 27 18:44:59.081 INFO STEP 852 (remove_files) COMPLETE
64672024-08-27T18:45:00.098Z[ recovery-image] Aug 27 18:44:59.081 INFO O| Aug 27 18:44:59.081 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-08-27T18:45:00.107Z[ recovery-image] Aug 27 18:44:59.091 INFO O| Aug 27 18:44:59.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64692024-08-27T18:45:00.109Z[ recovery-image] Aug 27 18:44:59.091 INFO O| Aug 27 18:44:59.091 INFO STEP 853 (remove_files) COMPLETE
64702024-08-27T18:45:00.110Z[ recovery-image] Aug 27 18:44:59.091 INFO O| Aug 27 18:44:59.091 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-08-27T18:45:00.117Z[ recovery-image] Aug 27 18:44:59.101 INFO O| Aug 27 18:44:59.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64722024-08-27T18:45:00.117Z[ recovery-image] Aug 27 18:44:59.101 INFO O| Aug 27 18:44:59.101 INFO STEP 854 (remove_files) COMPLETE
64732024-08-27T18:45:00.117Z[ recovery-image] Aug 27 18:44:59.101 INFO O| Aug 27 18:44:59.101 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-08-27T18:45:00.127Z[ recovery-image] Aug 27 18:44:59.111 INFO O| Aug 27 18:44:59.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64752024-08-27T18:45:00.130Z[ recovery-image] Aug 27 18:44:59.111 INFO O| Aug 27 18:44:59.111 INFO STEP 855 (remove_files) COMPLETE
64762024-08-27T18:45:00.130Z[ recovery-image] Aug 27 18:44:59.111 INFO O| Aug 27 18:44:59.111 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-08-27T18:45:00.136Z[ host-image] Aug 27 18:44:59.121 INFO O| Aug 27 18:44:59.120 INFO O| Planning: Finding local manifests ... Done
64782024-08-27T18:45:00.139Z[ recovery-image] Aug 27 18:44:59.121 INFO O| Aug 27 18:44:59.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64792024-08-27T18:45:00.139Z[ recovery-image] Aug 27 18:44:59.122 INFO O| Aug 27 18:44:59.121 INFO STEP 856 (remove_files) COMPLETE
64802024-08-27T18:45:00.139Z[ recovery-image] Aug 27 18:44:59.122 INFO O| Aug 27 18:44:59.121 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-08-27T18:45:00.139Z[ host-image] Aug 27 18:44:59.122 INFO O| Aug 27 18:44:59.122 INFO O| Planning: Fetching manifests: 0/6 0% complete
64822024-08-27T18:45:00.148Z[ recovery-image] Aug 27 18:44:59.132 INFO O| Aug 27 18:44:59.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64832024-08-27T18:45:00.151Z[ recovery-image] Aug 27 18:44:59.132 INFO O| Aug 27 18:44:59.132 INFO STEP 857 (remove_files) COMPLETE
64842024-08-27T18:45:00.151Z[ recovery-image] Aug 27 18:44:59.132 INFO O| Aug 27 18:44:59.132 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-08-27T18:45:00.159Z[ recovery-image] Aug 27 18:44:59.143 INFO O| Aug 27 18:44:59.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64862024-08-27T18:45:00.159Z[ recovery-image] Aug 27 18:44:59.143 INFO O| Aug 27 18:44:59.143 INFO STEP 858 (remove_files) COMPLETE
64872024-08-27T18:45:00.161Z[ recovery-image] Aug 27 18:44:59.143 INFO O| Aug 27 18:44:59.143 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-08-27T18:45:00.173Z[ recovery-image] Aug 27 18:44:59.154 INFO O| Aug 27 18:44:59.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64892024-08-27T18:45:00.173Z[ recovery-image] Aug 27 18:44:59.154 INFO O| Aug 27 18:44:59.154 INFO STEP 859 (remove_files) COMPLETE
64902024-08-27T18:45:00.173Z[ recovery-image] Aug 27 18:44:59.154 INFO O| Aug 27 18:44:59.154 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-08-27T18:45:00.182Z[ recovery-image] Aug 27 18:44:59.165 INFO O| Aug 27 18:44:59.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64922024-08-27T18:45:00.182Z[ recovery-image] Aug 27 18:44:59.165 INFO O| Aug 27 18:44:59.165 INFO STEP 860 (remove_files) COMPLETE
64932024-08-27T18:45:00.184Z[ recovery-image] Aug 27 18:44:59.165 INFO O| Aug 27 18:44:59.165 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-08-27T18:45:00.191Z[ recovery-image] Aug 27 18:44:59.175 INFO O| Aug 27 18:44:59.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64952024-08-27T18:45:00.193Z[ recovery-image] Aug 27 18:44:59.175 INFO O| Aug 27 18:44:59.175 INFO STEP 861 (remove_files) COMPLETE
64962024-08-27T18:45:00.193Z[ recovery-image] Aug 27 18:44:59.175 INFO O| Aug 27 18:44:59.175 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-08-27T18:45:00.201Z[ recovery-image] Aug 27 18:44:59.185 INFO O| Aug 27 18:44:59.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64982024-08-27T18:45:00.204Z[ recovery-image] Aug 27 18:44:59.185 INFO O| Aug 27 18:44:59.185 INFO STEP 862 (remove_files) COMPLETE
64992024-08-27T18:45:00.204Z[ recovery-image] Aug 27 18:44:59.185 INFO O| Aug 27 18:44:59.185 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-08-27T18:45:00.211Z[ recovery-image] Aug 27 18:44:59.195 INFO O| Aug 27 18:44:59.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
65012024-08-27T18:45:00.211Z[ recovery-image] Aug 27 18:44:59.196 INFO O| Aug 27 18:44:59.196 INFO STEP 863 (remove_files) COMPLETE
65022024-08-27T18:45:00.214Z[ recovery-image] Aug 27 18:44:59.196 INFO O| Aug 27 18:44:59.196 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-08-27T18:45:00.222Z[ recovery-image] Aug 27 18:44:59.206 INFO O| Aug 27 18:44:59.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
65042024-08-27T18:45:00.222Z[ recovery-image] Aug 27 18:44:59.206 INFO O| Aug 27 18:44:59.206 INFO STEP 864 (remove_files) COMPLETE
65052024-08-27T18:45:00.222Z[ recovery-image] Aug 27 18:44:59.206 INFO O| Aug 27 18:44:59.206 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-08-27T18:45:00.232Z[ recovery-image] Aug 27 18:44:59.216 INFO O| Aug 27 18:44:59.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
65072024-08-27T18:45:00.239Z[ recovery-image] Aug 27 18:44:59.216 INFO O| Aug 27 18:44:59.216 INFO STEP 865 (remove_files) COMPLETE
65082024-08-27T18:45:00.239Z[ recovery-image] Aug 27 18:44:59.216 INFO O| Aug 27 18:44:59.216 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-08-27T18:45:00.246Z[ recovery-image] Aug 27 18:44:59.225 INFO O| Aug 27 18:44:59.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
65102024-08-27T18:45:00.246Z[ recovery-image] Aug 27 18:44:59.225 INFO O| Aug 27 18:44:59.225 INFO STEP 866 (remove_files) COMPLETE
65112024-08-27T18:45:00.246Z[ recovery-image] Aug 27 18:44:59.225 INFO O| Aug 27 18:44:59.225 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-08-27T18:45:00.251Z[ recovery-image] Aug 27 18:44:59.235 INFO O| Aug 27 18:44:59.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
65132024-08-27T18:45:00.251Z[ recovery-image] Aug 27 18:44:59.235 INFO O| Aug 27 18:44:59.235 INFO STEP 867 (remove_files) COMPLETE
65142024-08-27T18:45:00.251Z[ recovery-image] Aug 27 18:44:59.235 INFO O| Aug 27 18:44:59.235 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-08-27T18:45:00.260Z[ recovery-image] Aug 27 18:44:59.245 INFO O| Aug 27 18:44:59.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
65162024-08-27T18:45:00.260Z[ recovery-image] Aug 27 18:44:59.245 INFO O| Aug 27 18:44:59.245 INFO STEP 868 (remove_files) COMPLETE
65172024-08-27T18:45:00.261Z[ recovery-image] Aug 27 18:44:59.245 INFO O| Aug 27 18:44:59.245 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-08-27T18:45:00.270Z[ recovery-image] Aug 27 18:44:59.254 INFO O| Aug 27 18:44:59.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
65192024-08-27T18:45:00.270Z[ recovery-image] Aug 27 18:44:59.254 INFO O| Aug 27 18:44:59.254 INFO STEP 869 (remove_files) COMPLETE
65202024-08-27T18:45:00.270Z[ recovery-image] Aug 27 18:44:59.254 INFO O| Aug 27 18:44:59.254 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-08-27T18:45:00.276Z[ host-image] Aug 27 18:44:59.260 INFO O| Aug 27 18:44:59.260 INFO O| Planning: Fetching manifests: 6/6 100% complete
65222024-08-27T18:45:00.280Z[ recovery-image] Aug 27 18:44:59.264 INFO O| Aug 27 18:44:59.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
65232024-08-27T18:45:00.282Z[ recovery-image] Aug 27 18:44:59.264 INFO O| Aug 27 18:44:59.264 INFO STEP 870 (remove_files) COMPLETE
65242024-08-27T18:45:00.282Z[ recovery-image] Aug 27 18:44:59.264 INFO O| Aug 27 18:44:59.264 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-08-27T18:45:00.290Z[ recovery-image] Aug 27 18:44:59.274 INFO O| Aug 27 18:44:59.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
65262024-08-27T18:45:00.293Z[ recovery-image] Aug 27 18:44:59.274 INFO O| Aug 27 18:44:59.274 INFO STEP 871 (remove_files) COMPLETE
65272024-08-27T18:45:00.293Z[ recovery-image] Aug 27 18:44:59.274 INFO O| Aug 27 18:44:59.274 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-08-27T18:45:00.300Z[ recovery-image] Aug 27 18:44:59.284 INFO O| Aug 27 18:44:59.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65292024-08-27T18:45:00.302Z[ recovery-image] Aug 27 18:44:59.284 INFO O| Aug 27 18:44:59.284 INFO STEP 872 (remove_files) COMPLETE
65302024-08-27T18:45:00.302Z[ recovery-image] Aug 27 18:44:59.284 INFO O| Aug 27 18:44:59.284 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-08-27T18:45:00.311Z[ recovery-image] Aug 27 18:44:59.293 INFO O| Aug 27 18:44:59.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65322024-08-27T18:45:00.311Z[ recovery-image] Aug 27 18:44:59.294 INFO O| Aug 27 18:44:59.293 INFO STEP 873 (remove_files) COMPLETE
65332024-08-27T18:45:00.311Z[ recovery-image] Aug 27 18:44:59.294 INFO O| Aug 27 18:44:59.293 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-08-27T18:45:00.311Z[ host-image] Aug 27 18:44:59.294 INFO O| Aug 27 18:44:59.294 INFO O| Planning: Package planning ... Done
65352024-08-27T18:45:00.320Z[ recovery-image] Aug 27 18:44:59.304 INFO O| Aug 27 18:44:59.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65362024-08-27T18:45:00.322Z[ recovery-image] Aug 27 18:44:59.304 INFO O| Aug 27 18:44:59.304 INFO STEP 874 (remove_files) COMPLETE
65372024-08-27T18:45:00.322Z[ recovery-image] Aug 27 18:44:59.304 INFO O| Aug 27 18:44:59.304 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-08-27T18:45:00.330Z[ host-image] Aug 27 18:44:59.313 INFO O| Aug 27 18:44:59.313 INFO O| Planning: Merging actions ... Done
65392024-08-27T18:45:00.332Z[ recovery-image] Aug 27 18:44:59.313 INFO O| Aug 27 18:44:59.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65402024-08-27T18:45:00.332Z[ recovery-image] Aug 27 18:44:59.314 INFO O| Aug 27 18:44:59.313 INFO STEP 875 (remove_files) COMPLETE
65412024-08-27T18:45:00.332Z[ recovery-image] Aug 27 18:44:59.314 INFO O| Aug 27 18:44:59.314 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-08-27T18:45:00.341Z[ recovery-image] Aug 27 18:44:59.323 INFO O| Aug 27 18:44:59.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65432024-08-27T18:45:00.343Z[ recovery-image] Aug 27 18:44:59.323 INFO O| Aug 27 18:44:59.323 INFO STEP 876 (remove_files) COMPLETE
65442024-08-27T18:45:00.343Z[ recovery-image] Aug 27 18:44:59.323 INFO O| Aug 27 18:44:59.323 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-08-27T18:45:00.349Z[ recovery-image] Aug 27 18:44:59.333 INFO O| Aug 27 18:44:59.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65462024-08-27T18:45:00.349Z[ recovery-image] Aug 27 18:44:59.333 INFO O| Aug 27 18:44:59.333 INFO STEP 877 (remove_files) COMPLETE
65472024-08-27T18:45:00.351Z[ recovery-image] Aug 27 18:44:59.333 INFO O| Aug 27 18:44:59.333 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-08-27T18:45:00.359Z[ recovery-image] Aug 27 18:44:59.343 INFO O| Aug 27 18:44:59.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65492024-08-27T18:45:00.361Z[ recovery-image] Aug 27 18:44:59.343 INFO O| Aug 27 18:44:59.343 INFO STEP 878 (remove_files) COMPLETE
65502024-08-27T18:45:00.361Z[ recovery-image] Aug 27 18:44:59.343 INFO O| Aug 27 18:44:59.343 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-08-27T18:45:00.368Z[ recovery-image] Aug 27 18:44:59.352 INFO O| Aug 27 18:44:59.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65522024-08-27T18:45:00.368Z[ recovery-image] Aug 27 18:44:59.352 INFO O| Aug 27 18:44:59.352 INFO STEP 879 (remove_files) COMPLETE
65532024-08-27T18:45:00.371Z[ recovery-image] Aug 27 18:44:59.352 INFO O| Aug 27 18:44:59.352 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-08-27T18:45:00.378Z[ recovery-image] Aug 27 18:44:59.362 INFO O| Aug 27 18:44:59.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65552024-08-27T18:45:00.382Z[ recovery-image] Aug 27 18:44:59.363 INFO O| Aug 27 18:44:59.363 INFO STEP 880 (remove_files) COMPLETE
65562024-08-27T18:45:00.382Z[ recovery-image] Aug 27 18:44:59.363 INFO O| Aug 27 18:44:59.363 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-08-27T18:45:00.389Z[ recovery-image] Aug 27 18:44:59.373 INFO O| Aug 27 18:44:59.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65582024-08-27T18:45:00.389Z[ recovery-image] Aug 27 18:44:59.373 INFO O| Aug 27 18:44:59.373 INFO STEP 881 (remove_files) COMPLETE
65592024-08-27T18:45:00.392Z[ recovery-image] Aug 27 18:44:59.373 INFO O| Aug 27 18:44:59.373 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-08-27T18:45:00.402Z[ recovery-image] Aug 27 18:44:59.382 INFO O| Aug 27 18:44:59.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65612024-08-27T18:45:00.402Z[ recovery-image] Aug 27 18:44:59.382 INFO O| Aug 27 18:44:59.382 INFO STEP 882 (remove_files) COMPLETE
65622024-08-27T18:45:00.403Z[ recovery-image] Aug 27 18:44:59.382 INFO O| Aug 27 18:44:59.382 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-08-27T18:45:00.406Z[ host-image] Aug 27 18:44:59.386 INFO O| Aug 27 18:44:59.386 INFO O| Planning: Checking for conflicting actions ... Done
65642024-08-27T18:45:00.409Z[ host-image] Aug 27 18:44:59.390 INFO O| Aug 27 18:44:59.390 INFO O| Planning: Consolidating action changes ... Done
65652024-08-27T18:45:00.409Z[ recovery-image] Aug 27 18:44:59.392 INFO O| Aug 27 18:44:59.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65662024-08-27T18:45:00.409Z[ recovery-image] Aug 27 18:44:59.392 INFO O| Aug 27 18:44:59.392 INFO STEP 883 (remove_files) COMPLETE
65672024-08-27T18:45:00.409Z[ recovery-image] Aug 27 18:44:59.392 INFO O| Aug 27 18:44:59.392 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-08-27T18:45:00.419Z[ recovery-image] Aug 27 18:44:59.403 INFO O| Aug 27 18:44:59.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65692024-08-27T18:45:00.419Z[ recovery-image] Aug 27 18:44:59.403 INFO O| Aug 27 18:44:59.403 INFO STEP 884 (remove_files) COMPLETE
65702024-08-27T18:45:00.421Z[ recovery-image] Aug 27 18:44:59.403 INFO O| Aug 27 18:44:59.403 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-08-27T18:45:00.429Z[ recovery-image] Aug 27 18:44:59.413 INFO O| Aug 27 18:44:59.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65722024-08-27T18:45:00.431Z[ recovery-image] Aug 27 18:44:59.413 INFO O| Aug 27 18:44:59.413 INFO STEP 885 (remove_files) COMPLETE
65732024-08-27T18:45:00.431Z[ recovery-image] Aug 27 18:44:59.413 INFO O| Aug 27 18:44:59.413 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-08-27T18:45:00.439Z[ recovery-image] Aug 27 18:44:59.423 INFO O| Aug 27 18:44:59.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65752024-08-27T18:45:00.441Z[ recovery-image] Aug 27 18:44:59.423 INFO O| Aug 27 18:44:59.423 INFO STEP 886 (remove_files) COMPLETE
65762024-08-27T18:45:00.441Z[ recovery-image] Aug 27 18:44:59.423 INFO O| Aug 27 18:44:59.423 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-08-27T18:45:00.449Z[ recovery-image] Aug 27 18:44:59.433 INFO O| Aug 27 18:44:59.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65782024-08-27T18:45:00.452Z[ recovery-image] Aug 27 18:44:59.433 INFO O| Aug 27 18:44:59.433 INFO STEP 887 (remove_files) COMPLETE
65792024-08-27T18:45:00.452Z[ recovery-image] Aug 27 18:44:59.433 INFO O| Aug 27 18:44:59.433 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-08-27T18:45:00.459Z[ recovery-image] Aug 27 18:44:59.443 INFO O| Aug 27 18:44:59.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65812024-08-27T18:45:00.459Z[ recovery-image] Aug 27 18:44:59.443 INFO O| Aug 27 18:44:59.443 INFO STEP 888 (remove_files) COMPLETE
65822024-08-27T18:45:00.462Z[ recovery-image] Aug 27 18:44:59.443 INFO O| Aug 27 18:44:59.443 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-08-27T18:45:00.469Z[ recovery-image] Aug 27 18:44:59.453 INFO O| Aug 27 18:44:59.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65842024-08-27T18:45:00.469Z[ recovery-image] Aug 27 18:44:59.453 INFO O| Aug 27 18:44:59.453 INFO STEP 889 (remove_files) COMPLETE
65852024-08-27T18:45:00.472Z[ recovery-image] Aug 27 18:44:59.453 INFO O| Aug 27 18:44:59.453 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-08-27T18:45:00.479Z[ recovery-image] Aug 27 18:44:59.463 INFO O| Aug 27 18:44:59.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65872024-08-27T18:45:00.479Z[ recovery-image] Aug 27 18:44:59.463 INFO O| Aug 27 18:44:59.463 INFO STEP 890 (remove_files) COMPLETE
65882024-08-27T18:45:00.481Z[ recovery-image] Aug 27 18:44:59.463 INFO O| Aug 27 18:44:59.463 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-08-27T18:45:00.488Z[ recovery-image] Aug 27 18:44:59.473 INFO O| Aug 27 18:44:59.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65902024-08-27T18:45:00.491Z[ recovery-image] Aug 27 18:44:59.473 INFO O| Aug 27 18:44:59.473 INFO STEP 891 (remove_files) COMPLETE
65912024-08-27T18:45:00.491Z[ recovery-image] Aug 27 18:44:59.473 INFO O| Aug 27 18:44:59.473 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-08-27T18:45:00.498Z[ recovery-image] Aug 27 18:44:59.482 INFO O| Aug 27 18:44:59.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65932024-08-27T18:45:00.501Z[ recovery-image] Aug 27 18:44:59.482 INFO O| Aug 27 18:44:59.482 INFO STEP 892 (remove_files) COMPLETE
65942024-08-27T18:45:00.501Z[ recovery-image] Aug 27 18:44:59.482 INFO O| Aug 27 18:44:59.482 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-08-27T18:45:00.508Z[ recovery-image] Aug 27 18:44:59.492 INFO O| Aug 27 18:44:59.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65962024-08-27T18:45:00.508Z[ recovery-image] Aug 27 18:44:59.492 INFO O| Aug 27 18:44:59.492 INFO STEP 893 (remove_files) COMPLETE
65972024-08-27T18:45:00.510Z[ recovery-image] Aug 27 18:44:59.492 INFO O| Aug 27 18:44:59.492 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-08-27T18:45:00.518Z[ recovery-image] Aug 27 18:44:59.502 INFO O| Aug 27 18:44:59.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65992024-08-27T18:45:00.518Z[ recovery-image] Aug 27 18:44:59.502 INFO O| Aug 27 18:44:59.502 INFO STEP 894 (remove_files) COMPLETE
66002024-08-27T18:45:00.520Z[ recovery-image] Aug 27 18:44:59.502 INFO O| Aug 27 18:44:59.502 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-08-27T18:45:00.529Z[ recovery-image] Aug 27 18:44:59.512 INFO O| Aug 27 18:44:59.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
66022024-08-27T18:45:00.529Z[ recovery-image] Aug 27 18:44:59.512 INFO O| Aug 27 18:44:59.512 INFO STEP 895 (remove_files) COMPLETE
66032024-08-27T18:45:00.534Z[ recovery-image] Aug 27 18:44:59.512 INFO O| Aug 27 18:44:59.512 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-08-27T18:45:00.537Z[ recovery-image] Aug 27 18:44:59.521 INFO O| Aug 27 18:44:59.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
66052024-08-27T18:45:00.537Z[ recovery-image] Aug 27 18:44:59.521 INFO O| Aug 27 18:44:59.521 INFO STEP 896 (remove_files) COMPLETE
66062024-08-27T18:45:00.539Z[ recovery-image] Aug 27 18:44:59.521 INFO O| Aug 27 18:44:59.521 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-08-27T18:45:00.547Z[ recovery-image] Aug 27 18:44:59.531 INFO O| Aug 27 18:44:59.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
66082024-08-27T18:45:00.549Z[ recovery-image] Aug 27 18:44:59.531 INFO O| Aug 27 18:44:59.531 INFO STEP 897 (remove_files) COMPLETE
66092024-08-27T18:45:00.549Z[ recovery-image] Aug 27 18:44:59.531 INFO O| Aug 27 18:44:59.531 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-08-27T18:45:00.557Z[ recovery-image] Aug 27 18:44:59.541 INFO O| Aug 27 18:44:59.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
66112024-08-27T18:45:00.557Z[ recovery-image] Aug 27 18:44:59.541 INFO O| Aug 27 18:44:59.541 INFO STEP 898 (remove_files) COMPLETE
66122024-08-27T18:45:00.559Z[ recovery-image] Aug 27 18:44:59.541 INFO O| Aug 27 18:44:59.541 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-08-27T18:45:00.567Z[ recovery-image] Aug 27 18:44:59.551 INFO O| Aug 27 18:44:59.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
66142024-08-27T18:45:00.569Z[ recovery-image] Aug 27 18:44:59.551 INFO O| Aug 27 18:44:59.551 INFO STEP 899 (remove_files) COMPLETE
66152024-08-27T18:45:00.569Z[ recovery-image] Aug 27 18:44:59.551 INFO O| Aug 27 18:44:59.551 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-08-27T18:45:00.577Z[ recovery-image] Aug 27 18:44:59.561 INFO O| Aug 27 18:44:59.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
66172024-08-27T18:45:00.577Z[ recovery-image] Aug 27 18:44:59.561 INFO O| Aug 27 18:44:59.561 INFO STEP 900 (remove_files) COMPLETE
66182024-08-27T18:45:00.577Z[ recovery-image] Aug 27 18:44:59.561 INFO O| Aug 27 18:44:59.561 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-08-27T18:45:00.587Z[ recovery-image] Aug 27 18:44:59.571 INFO O| Aug 27 18:44:59.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
66202024-08-27T18:45:00.587Z[ recovery-image] Aug 27 18:44:59.571 INFO O| Aug 27 18:44:59.571 INFO STEP 901 (remove_files) COMPLETE
66212024-08-27T18:45:00.587Z[ recovery-image] Aug 27 18:44:59.571 INFO O| Aug 27 18:44:59.571 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-08-27T18:45:00.589Z[ host-image] Aug 27 18:44:59.572 INFO O| Aug 27 18:44:59.572 INFO O| Planning: Evaluating mediators ... Done
66232024-08-27T18:45:00.592Z[ host-image] Aug 27 18:44:59.575 INFO O| Aug 27 18:44:59.575 INFO O| Planning: Planning completed in 1.99 seconds
66242024-08-27T18:45:00.594Z[ host-image] Aug 27 18:44:59.577 INFO O| Aug 27 18:44:59.577 INFO O| Packages to install: 6
66252024-08-27T18:45:00.594Z[ host-image] Aug 27 18:44:59.577 INFO O| Aug 27 18:44:59.577 INFO O| Mediators to change: 1
66262024-08-27T18:45:00.594Z[ host-image] Aug 27 18:44:59.577 INFO O| Aug 27 18:44:59.577 INFO O| Services to change: 1
66272024-08-27T18:45:00.598Z[ recovery-image] Aug 27 18:44:59.581 INFO O| Aug 27 18:44:59.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
66282024-08-27T18:45:00.600Z[ recovery-image] Aug 27 18:44:59.581 INFO O| Aug 27 18:44:59.581 INFO STEP 902 (remove_files) COMPLETE
66292024-08-27T18:45:00.600Z[ recovery-image] Aug 27 18:44:59.581 INFO O| Aug 27 18:44:59.581 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-08-27T18:45:00.606Z[ host-image] Aug 27 18:44:59.590 INFO O| Aug 27 18:44:59.590 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
66312024-08-27T18:45:00.608Z[ recovery-image] Aug 27 18:44:59.591 INFO O| Aug 27 18:44:59.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
66322024-08-27T18:45:00.608Z[ recovery-image] Aug 27 18:44:59.591 INFO O| Aug 27 18:44:59.591 INFO STEP 903 (remove_files) COMPLETE
66332024-08-27T18:45:00.608Z[ recovery-image] Aug 27 18:44:59.591 INFO O| Aug 27 18:44:59.591 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-08-27T18:45:00.618Z[ recovery-image] Aug 27 18:44:59.601 INFO O| Aug 27 18:44:59.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
66352024-08-27T18:45:00.618Z[ recovery-image] Aug 27 18:44:59.601 INFO O| Aug 27 18:44:59.601 INFO STEP 904 (remove_files) COMPLETE
66362024-08-27T18:45:00.620Z[ recovery-image] Aug 27 18:44:59.601 INFO O| Aug 27 18:44:59.601 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-08-27T18:45:00.627Z[ recovery-image] Aug 27 18:44:59.611 INFO O| Aug 27 18:44:59.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
66382024-08-27T18:45:00.627Z[ recovery-image] Aug 27 18:44:59.611 INFO O| Aug 27 18:44:59.611 INFO STEP 905 (remove_files) COMPLETE
66392024-08-27T18:45:00.627Z[ recovery-image] Aug 27 18:44:59.611 INFO O| Aug 27 18:44:59.611 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-08-27T18:45:00.637Z[ recovery-image] Aug 27 18:44:59.621 INFO O| Aug 27 18:44:59.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66412024-08-27T18:45:00.637Z[ recovery-image] Aug 27 18:44:59.621 INFO O| Aug 27 18:44:59.621 INFO STEP 906 (remove_files) COMPLETE
66422024-08-27T18:45:00.639Z[ recovery-image] Aug 27 18:44:59.621 INFO O| Aug 27 18:44:59.621 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-08-27T18:45:00.646Z[ recovery-image] Aug 27 18:44:59.630 INFO O| Aug 27 18:44:59.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66442024-08-27T18:45:00.646Z[ recovery-image] Aug 27 18:44:59.631 INFO O| Aug 27 18:44:59.631 INFO STEP 907 (remove_files) COMPLETE
66452024-08-27T18:45:00.649Z[ recovery-image] Aug 27 18:44:59.631 INFO O| Aug 27 18:44:59.631 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-08-27T18:45:00.657Z[ recovery-image] Aug 27 18:44:59.641 INFO O| Aug 27 18:44:59.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66472024-08-27T18:45:00.657Z[ recovery-image] Aug 27 18:44:59.641 INFO O| Aug 27 18:44:59.641 INFO STEP 908 (remove_files) COMPLETE
66482024-08-27T18:45:00.657Z[ recovery-image] Aug 27 18:44:59.641 INFO O| Aug 27 18:44:59.641 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-08-27T18:45:00.667Z[ recovery-image] Aug 27 18:44:59.650 INFO O| Aug 27 18:44:59.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66502024-08-27T18:45:00.667Z[ recovery-image] Aug 27 18:44:59.651 INFO O| Aug 27 18:44:59.651 INFO STEP 909 (remove_files) COMPLETE
66512024-08-27T18:45:00.669Z[ recovery-image] Aug 27 18:44:59.651 INFO O| Aug 27 18:44:59.651 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-08-27T18:45:00.676Z[ recovery-image] Aug 27 18:44:59.660 INFO O| Aug 27 18:44:59.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66532024-08-27T18:45:00.676Z[ recovery-image] Aug 27 18:44:59.660 INFO O| Aug 27 18:44:59.660 INFO STEP 910 (remove_files) COMPLETE
66542024-08-27T18:45:00.679Z[ recovery-image] Aug 27 18:44:59.660 INFO O| Aug 27 18:44:59.660 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-08-27T18:45:00.686Z[ recovery-image] Aug 27 18:44:59.670 INFO O| Aug 27 18:44:59.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66562024-08-27T18:45:00.686Z[ recovery-image] Aug 27 18:44:59.670 INFO O| Aug 27 18:44:59.670 INFO STEP 911 (remove_files) COMPLETE
66572024-08-27T18:45:00.688Z[ recovery-image] Aug 27 18:44:59.670 INFO O| Aug 27 18:44:59.670 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-08-27T18:45:00.697Z[ recovery-image] Aug 27 18:44:59.680 INFO O| Aug 27 18:44:59.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66592024-08-27T18:45:00.699Z[ recovery-image] Aug 27 18:44:59.680 INFO O| Aug 27 18:44:59.680 INFO STEP 912 (remove_files) COMPLETE
66602024-08-27T18:45:00.699Z[ recovery-image] Aug 27 18:44:59.680 INFO O| Aug 27 18:44:59.680 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-08-27T18:45:00.706Z[ recovery-image] Aug 27 18:44:59.689 INFO O| Aug 27 18:44:59.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66622024-08-27T18:45:00.706Z[ recovery-image] Aug 27 18:44:59.689 INFO O| Aug 27 18:44:59.689 INFO STEP 913 (remove_files) COMPLETE
66632024-08-27T18:45:00.706Z[ recovery-image] Aug 27 18:44:59.689 INFO O| Aug 27 18:44:59.689 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-08-27T18:45:00.715Z[ recovery-image] Aug 27 18:44:59.699 INFO O| Aug 27 18:44:59.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66652024-08-27T18:45:00.718Z[ recovery-image] Aug 27 18:44:59.699 INFO O| Aug 27 18:44:59.699 INFO STEP 914 (remove_files) COMPLETE
66662024-08-27T18:45:00.718Z[ recovery-image] Aug 27 18:44:59.699 INFO O| Aug 27 18:44:59.699 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-08-27T18:45:00.725Z[ recovery-image] Aug 27 18:44:59.709 INFO O| Aug 27 18:44:59.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66682024-08-27T18:45:00.725Z[ recovery-image] Aug 27 18:44:59.709 INFO O| Aug 27 18:44:59.709 INFO STEP 915 (remove_files) COMPLETE
66692024-08-27T18:45:00.727Z[ recovery-image] Aug 27 18:44:59.709 INFO O| Aug 27 18:44:59.709 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-08-27T18:45:00.735Z[ recovery-image] Aug 27 18:44:59.718 INFO O| Aug 27 18:44:59.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66712024-08-27T18:45:00.738Z[ recovery-image] Aug 27 18:44:59.718 INFO O| Aug 27 18:44:59.718 INFO STEP 916 (remove_files) COMPLETE
66722024-08-27T18:45:00.738Z[ recovery-image] Aug 27 18:44:59.718 INFO O| Aug 27 18:44:59.718 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-08-27T18:45:00.745Z[ recovery-image] Aug 27 18:44:59.728 INFO O| Aug 27 18:44:59.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66742024-08-27T18:45:00.747Z[ recovery-image] Aug 27 18:44:59.728 INFO O| Aug 27 18:44:59.728 INFO STEP 917 (remove_files) COMPLETE
66752024-08-27T18:45:00.748Z[ recovery-image] Aug 27 18:44:59.728 INFO O| Aug 27 18:44:59.728 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-08-27T18:45:00.756Z[ recovery-image] Aug 27 18:44:59.738 INFO O| Aug 27 18:44:59.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66772024-08-27T18:45:00.756Z[ recovery-image] Aug 27 18:44:59.739 INFO O| Aug 27 18:44:59.739 INFO STEP 918 (remove_files) COMPLETE
66782024-08-27T18:45:00.757Z[ recovery-image] Aug 27 18:44:59.739 INFO O| Aug 27 18:44:59.739 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-08-27T18:45:00.766Z[ recovery-image] Aug 27 18:44:59.749 INFO O| Aug 27 18:44:59.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66802024-08-27T18:45:00.766Z[ recovery-image] Aug 27 18:44:59.749 INFO O| Aug 27 18:44:59.749 INFO STEP 919 (remove_files) COMPLETE
66812024-08-27T18:45:00.766Z[ recovery-image] Aug 27 18:44:59.749 INFO O| Aug 27 18:44:59.749 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-08-27T18:45:00.775Z[ recovery-image] Aug 27 18:44:59.759 INFO O| Aug 27 18:44:59.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66832024-08-27T18:45:00.775Z[ recovery-image] Aug 27 18:44:59.759 INFO O| Aug 27 18:44:59.759 INFO STEP 920 (remove_files) COMPLETE
66842024-08-27T18:45:00.778Z[ recovery-image] Aug 27 18:44:59.759 INFO O| Aug 27 18:44:59.759 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-08-27T18:45:00.786Z[ recovery-image] Aug 27 18:44:59.769 INFO O| Aug 27 18:44:59.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66862024-08-27T18:45:00.786Z[ recovery-image] Aug 27 18:44:59.769 INFO O| Aug 27 18:44:59.769 INFO STEP 921 (remove_files) COMPLETE
66872024-08-27T18:45:00.786Z[ recovery-image] Aug 27 18:44:59.769 INFO O| Aug 27 18:44:59.769 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-08-27T18:45:00.797Z[ recovery-image] Aug 27 18:44:59.780 INFO O| Aug 27 18:44:59.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66892024-08-27T18:45:00.797Z[ recovery-image] Aug 27 18:44:59.780 INFO O| Aug 27 18:44:59.780 INFO STEP 922 (remove_files) COMPLETE
66902024-08-27T18:45:00.797Z[ recovery-image] Aug 27 18:44:59.780 INFO O| Aug 27 18:44:59.780 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-08-27T18:45:00.806Z[ recovery-image] Aug 27 18:44:59.790 INFO O| Aug 27 18:44:59.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66922024-08-27T18:45:00.806Z[ recovery-image] Aug 27 18:44:59.790 INFO O| Aug 27 18:44:59.790 INFO STEP 923 (remove_files) COMPLETE
66932024-08-27T18:45:00.813Z[ recovery-image] Aug 27 18:44:59.790 INFO O| Aug 27 18:44:59.790 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-08-27T18:45:00.816Z[ recovery-image] Aug 27 18:44:59.800 INFO O| Aug 27 18:44:59.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66952024-08-27T18:45:00.816Z[ recovery-image] Aug 27 18:44:59.800 INFO O| Aug 27 18:44:59.800 INFO STEP 924 (remove_files) COMPLETE
66962024-08-27T18:45:00.822Z[ recovery-image] Aug 27 18:44:59.800 INFO O| Aug 27 18:44:59.800 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-08-27T18:45:00.827Z[ recovery-image] Aug 27 18:44:59.810 INFO O| Aug 27 18:44:59.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66982024-08-27T18:45:00.827Z[ recovery-image] Aug 27 18:44:59.810 INFO O| Aug 27 18:44:59.810 INFO STEP 925 (remove_files) COMPLETE
66992024-08-27T18:45:00.827Z[ recovery-image] Aug 27 18:44:59.810 INFO O| Aug 27 18:44:59.810 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-08-27T18:45:00.836Z[ recovery-image] Aug 27 18:44:59.820 INFO O| Aug 27 18:44:59.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
67012024-08-27T18:45:00.836Z[ recovery-image] Aug 27 18:44:59.820 INFO O| Aug 27 18:44:59.820 INFO STEP 926 (remove_files) COMPLETE
67022024-08-27T18:45:00.841Z[ recovery-image] Aug 27 18:44:59.820 INFO O| Aug 27 18:44:59.820 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-08-27T18:45:00.846Z[ recovery-image] Aug 27 18:44:59.830 INFO O| Aug 27 18:44:59.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
67042024-08-27T18:45:00.850Z[ recovery-image] Aug 27 18:44:59.830 INFO O| Aug 27 18:44:59.830 INFO STEP 927 (remove_files) COMPLETE
67052024-08-27T18:45:00.850Z[ recovery-image] Aug 27 18:44:59.830 INFO O| Aug 27 18:44:59.830 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-27T18:45:00.856Z[ recovery-image] Aug 27 18:44:59.840 INFO O| Aug 27 18:44:59.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
67072024-08-27T18:45:00.856Z[ recovery-image] Aug 27 18:44:59.840 INFO O| Aug 27 18:44:59.840 INFO STEP 928 (remove_files) COMPLETE
67082024-08-27T18:45:00.859Z[ recovery-image] Aug 27 18:44:59.840 INFO O| Aug 27 18:44:59.840 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-27T18:45:00.867Z[ recovery-image] Aug 27 18:44:59.850 INFO O| Aug 27 18:44:59.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
67102024-08-27T18:45:00.867Z[ recovery-image] Aug 27 18:44:59.850 INFO O| Aug 27 18:44:59.850 INFO STEP 929 (remove_files) COMPLETE
67112024-08-27T18:45:00.870Z[ recovery-image] Aug 27 18:44:59.850 INFO O| Aug 27 18:44:59.850 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-27T18:45:00.876Z[ recovery-image] Aug 27 18:44:59.860 INFO O| Aug 27 18:44:59.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
67132024-08-27T18:45:00.876Z[ recovery-image] Aug 27 18:44:59.860 INFO O| Aug 27 18:44:59.860 INFO STEP 930 (remove_files) COMPLETE
67142024-08-27T18:45:00.879Z[ recovery-image] Aug 27 18:44:59.860 INFO O| Aug 27 18:44:59.860 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-27T18:45:00.888Z[ recovery-image] Aug 27 18:44:59.870 INFO O| Aug 27 18:44:59.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
67162024-08-27T18:45:00.892Z[ recovery-image] Aug 27 18:44:59.871 INFO O| Aug 27 18:44:59.871 INFO STEP 931 (remove_files) COMPLETE
67172024-08-27T18:45:00.892Z[ recovery-image] Aug 27 18:44:59.871 INFO O| Aug 27 18:44:59.871 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-27T18:45:00.897Z[ recovery-image] Aug 27 18:44:59.881 INFO O| Aug 27 18:44:59.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
67192024-08-27T18:45:00.897Z[ recovery-image] Aug 27 18:44:59.881 INFO O| Aug 27 18:44:59.881 INFO STEP 932 (remove_files) COMPLETE
67202024-08-27T18:45:00.900Z[ recovery-image] Aug 27 18:44:59.881 INFO O| Aug 27 18:44:59.881 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-27T18:45:00.908Z[ recovery-image] Aug 27 18:44:59.891 INFO O| Aug 27 18:44:59.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
67222024-08-27T18:45:00.908Z[ recovery-image] Aug 27 18:44:59.891 INFO O| Aug 27 18:44:59.891 INFO STEP 933 (remove_files) COMPLETE
67232024-08-27T18:45:00.908Z[ recovery-image] Aug 27 18:44:59.891 INFO O| Aug 27 18:44:59.891 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-27T18:45:00.918Z[ recovery-image] Aug 27 18:44:59.901 INFO O| Aug 27 18:44:59.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
67252024-08-27T18:45:00.918Z[ recovery-image] Aug 27 18:44:59.902 INFO O| Aug 27 18:44:59.902 INFO STEP 934 (remove_files) COMPLETE
67262024-08-27T18:45:00.918Z[ recovery-image] Aug 27 18:44:59.902 INFO O| Aug 27 18:44:59.902 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-27T18:45:00.928Z[ recovery-image] Aug 27 18:44:59.912 INFO O| Aug 27 18:44:59.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
67282024-08-27T18:45:00.930Z[ recovery-image] Aug 27 18:44:59.912 INFO O| Aug 27 18:44:59.912 INFO STEP 935 (remove_files) COMPLETE
67292024-08-27T18:45:00.930Z[ recovery-image] Aug 27 18:44:59.912 INFO O| Aug 27 18:44:59.912 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-27T18:45:00.938Z[ recovery-image] Aug 27 18:44:59.922 INFO O| Aug 27 18:44:59.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
67312024-08-27T18:45:00.938Z[ recovery-image] Aug 27 18:44:59.922 INFO O| Aug 27 18:44:59.922 INFO STEP 936 (remove_files) COMPLETE
67322024-08-27T18:45:00.940Z[ recovery-image] Aug 27 18:44:59.922 INFO O| Aug 27 18:44:59.922 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-27T18:45:00.949Z[ recovery-image] Aug 27 18:44:59.931 INFO O| Aug 27 18:44:59.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
67342024-08-27T18:45:00.952Z[ recovery-image] Aug 27 18:44:59.932 INFO O| Aug 27 18:44:59.932 INFO STEP 937 (remove_files) COMPLETE
67352024-08-27T18:45:00.952Z[ recovery-image] Aug 27 18:44:59.932 INFO O| Aug 27 18:44:59.932 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-27T18:45:00.957Z[ recovery-image] Aug 27 18:44:59.941 INFO O| Aug 27 18:44:59.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
67372024-08-27T18:45:00.957Z[ recovery-image] Aug 27 18:44:59.941 INFO O| Aug 27 18:44:59.941 INFO STEP 938 (remove_files) COMPLETE
67382024-08-27T18:45:00.961Z[ recovery-image] Aug 27 18:44:59.941 INFO O| Aug 27 18:44:59.941 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-27T18:45:00.967Z[ recovery-image] Aug 27 18:44:59.951 INFO O| Aug 27 18:44:59.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67402024-08-27T18:45:00.967Z[ recovery-image] Aug 27 18:44:59.951 INFO O| Aug 27 18:44:59.951 INFO STEP 939 (remove_files) COMPLETE
67412024-08-27T18:45:00.970Z[ recovery-image] Aug 27 18:44:59.951 INFO O| Aug 27 18:44:59.951 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-27T18:45:00.978Z[ recovery-image] Aug 27 18:44:59.962 INFO O| Aug 27 18:44:59.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67432024-08-27T18:45:00.978Z[ recovery-image] Aug 27 18:44:59.962 INFO O| Aug 27 18:44:59.962 INFO STEP 940 (remove_files) COMPLETE
67442024-08-27T18:45:00.978Z[ recovery-image] Aug 27 18:44:59.962 INFO O| Aug 27 18:44:59.962 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-27T18:45:00.988Z[ recovery-image] Aug 27 18:44:59.972 INFO O| Aug 27 18:44:59.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67462024-08-27T18:45:00.990Z[ recovery-image] Aug 27 18:44:59.972 INFO O| Aug 27 18:44:59.972 INFO STEP 941 (remove_files) COMPLETE
67472024-08-27T18:45:00.990Z[ recovery-image] Aug 27 18:44:59.972 INFO O| Aug 27 18:44:59.972 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-27T18:45:00.998Z[ recovery-image] Aug 27 18:44:59.982 INFO O| Aug 27 18:44:59.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67492024-08-27T18:45:01.001Z[ recovery-image] Aug 27 18:44:59.982 INFO O| Aug 27 18:44:59.982 INFO STEP 942 (remove_files) COMPLETE
67502024-08-27T18:45:01.001Z[ recovery-image] Aug 27 18:44:59.982 INFO O| Aug 27 18:44:59.982 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-27T18:45:01.009Z[ recovery-image] Aug 27 18:44:59.993 INFO O| Aug 27 18:44:59.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67522024-08-27T18:45:01.012Z[ recovery-image] Aug 27 18:44:59.993 INFO O| Aug 27 18:44:59.993 INFO STEP 943 (remove_files) COMPLETE
67532024-08-27T18:45:01.012Z[ recovery-image] Aug 27 18:44:59.993 INFO O| Aug 27 18:44:59.993 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-27T18:45:01.024Z[ recovery-image] Aug 27 18:45:00.007 INFO O| Aug 27 18:45:00.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67552024-08-27T18:45:01.031Z[ recovery-image] Aug 27 18:45:00.009 INFO O| Aug 27 18:45:00.009 INFO STEP 944 (remove_files) COMPLETE
67562024-08-27T18:45:01.031Z[ recovery-image] Aug 27 18:45:00.009 INFO O| Aug 27 18:45:00.009 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-27T18:45:01.043Z[ recovery-image] Aug 27 18:45:00.027 INFO O| Aug 27 18:45:00.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67582024-08-27T18:45:01.043Z[ recovery-image] Aug 27 18:45:00.027 INFO O| Aug 27 18:45:00.027 INFO STEP 945 (remove_files) COMPLETE
67592024-08-27T18:45:01.043Z[ recovery-image] Aug 27 18:45:00.027 INFO O| Aug 27 18:45:00.027 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-27T18:45:01.059Z[ recovery-image] Aug 27 18:45:00.041 INFO O| Aug 27 18:45:00.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67612024-08-27T18:45:01.059Z[ recovery-image] Aug 27 18:45:00.041 INFO O| Aug 27 18:45:00.041 INFO STEP 946 (remove_files) COMPLETE
67622024-08-27T18:45:01.059Z[ recovery-image] Aug 27 18:45:00.041 INFO O| Aug 27 18:45:00.041 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-27T18:45:01.069Z[ recovery-image] Aug 27 18:45:00.052 INFO O| Aug 27 18:45:00.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67642024-08-27T18:45:01.069Z[ recovery-image] Aug 27 18:45:00.052 INFO O| Aug 27 18:45:00.052 INFO STEP 947 (remove_files) COMPLETE
67652024-08-27T18:45:01.071Z[ recovery-image] Aug 27 18:45:00.052 INFO O| Aug 27 18:45:00.052 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-27T18:45:01.080Z[ recovery-image] Aug 27 18:45:00.063 INFO O| Aug 27 18:45:00.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67672024-08-27T18:45:01.080Z[ recovery-image] Aug 27 18:45:00.063 INFO O| Aug 27 18:45:00.063 INFO STEP 948 (remove_files) COMPLETE
67682024-08-27T18:45:01.080Z[ recovery-image] Aug 27 18:45:00.063 INFO O| Aug 27 18:45:00.063 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-27T18:45:01.091Z[ recovery-image] Aug 27 18:45:00.075 INFO O| Aug 27 18:45:00.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67702024-08-27T18:45:01.094Z[ recovery-image] Aug 27 18:45:00.075 INFO O| Aug 27 18:45:00.075 INFO STEP 949 (remove_files) COMPLETE
67712024-08-27T18:45:01.094Z[ recovery-image] Aug 27 18:45:00.076 INFO O| Aug 27 18:45:00.075 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-27T18:45:01.103Z[ recovery-image] Aug 27 18:45:00.087 INFO O| Aug 27 18:45:00.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67732024-08-27T18:45:01.103Z[ recovery-image] Aug 27 18:45:00.087 INFO O| Aug 27 18:45:00.087 INFO STEP 950 (remove_files) COMPLETE
67742024-08-27T18:45:01.107Z[ recovery-image] Aug 27 18:45:00.087 INFO O| Aug 27 18:45:00.087 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-27T18:45:01.115Z[ recovery-image] Aug 27 18:45:00.098 INFO O| Aug 27 18:45:00.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67762024-08-27T18:45:01.115Z[ recovery-image] Aug 27 18:45:00.098 INFO O| Aug 27 18:45:00.098 INFO STEP 951 (remove_files) COMPLETE
67772024-08-27T18:45:01.118Z[ recovery-image] Aug 27 18:45:00.098 INFO O| Aug 27 18:45:00.098 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-27T18:45:01.126Z[ recovery-image] Aug 27 18:45:00.109 INFO O| Aug 27 18:45:00.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67792024-08-27T18:45:01.126Z[ recovery-image] Aug 27 18:45:00.109 INFO O| Aug 27 18:45:00.109 INFO STEP 952 (remove_files) COMPLETE
67802024-08-27T18:45:01.126Z[ recovery-image] Aug 27 18:45:00.109 INFO O| Aug 27 18:45:00.109 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-27T18:45:01.136Z[ recovery-image] Aug 27 18:45:00.120 INFO O| Aug 27 18:45:00.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67822024-08-27T18:45:01.138Z[ recovery-image] Aug 27 18:45:00.120 INFO O| Aug 27 18:45:00.120 INFO STEP 953 (remove_files) COMPLETE
67832024-08-27T18:45:01.138Z[ recovery-image] Aug 27 18:45:00.120 INFO O| Aug 27 18:45:00.120 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-27T18:45:01.146Z[ recovery-image] Aug 27 18:45:00.129 INFO O| Aug 27 18:45:00.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67852024-08-27T18:45:01.149Z[ recovery-image] Aug 27 18:45:00.129 INFO O| Aug 27 18:45:00.129 INFO STEP 954 (remove_files) COMPLETE
67862024-08-27T18:45:01.149Z[ recovery-image] Aug 27 18:45:00.130 INFO O| Aug 27 18:45:00.129 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-27T18:45:01.156Z[ recovery-image] Aug 27 18:45:00.140 INFO O| Aug 27 18:45:00.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67882024-08-27T18:45:01.159Z[ recovery-image] Aug 27 18:45:00.140 INFO O| Aug 27 18:45:00.140 INFO STEP 955 (remove_files) COMPLETE
67892024-08-27T18:45:01.159Z[ recovery-image] Aug 27 18:45:00.140 INFO O| Aug 27 18:45:00.140 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-27T18:45:01.167Z[ recovery-image] Aug 27 18:45:00.151 INFO O| Aug 27 18:45:00.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67912024-08-27T18:45:01.169Z[ recovery-image] Aug 27 18:45:00.151 INFO O| Aug 27 18:45:00.151 INFO STEP 956 (remove_files) COMPLETE
67922024-08-27T18:45:01.169Z[ recovery-image] Aug 27 18:45:00.151 INFO O| Aug 27 18:45:00.151 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-27T18:45:01.177Z[ recovery-image] Aug 27 18:45:00.161 INFO O| Aug 27 18:45:00.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67942024-08-27T18:45:01.180Z[ recovery-image] Aug 27 18:45:00.161 INFO O| Aug 27 18:45:00.161 INFO STEP 957 (remove_files) COMPLETE
67952024-08-27T18:45:01.180Z[ recovery-image] Aug 27 18:45:00.161 INFO O| Aug 27 18:45:00.161 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-27T18:45:01.188Z[ recovery-image] Aug 27 18:45:00.171 INFO O| Aug 27 18:45:00.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67972024-08-27T18:45:01.188Z[ recovery-image] Aug 27 18:45:00.172 INFO O| Aug 27 18:45:00.171 INFO STEP 958 (remove_files) COMPLETE
67982024-08-27T18:45:01.190Z[ recovery-image] Aug 27 18:45:00.172 INFO O| Aug 27 18:45:00.171 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-27T18:45:01.199Z[ recovery-image] Aug 27 18:45:00.182 INFO O| Aug 27 18:45:00.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
68002024-08-27T18:45:01.199Z[ recovery-image] Aug 27 18:45:00.182 INFO O| Aug 27 18:45:00.182 INFO STEP 959 (remove_files) COMPLETE
68012024-08-27T18:45:01.199Z[ recovery-image] Aug 27 18:45:00.182 INFO O| Aug 27 18:45:00.182 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-08-27T18:45:01.208Z[ recovery-image] Aug 27 18:45:00.192 INFO O| Aug 27 18:45:00.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
68032024-08-27T18:45:01.208Z[ recovery-image] Aug 27 18:45:00.193 INFO O| Aug 27 18:45:00.193 INFO STEP 960 (remove_files) COMPLETE
68042024-08-27T18:45:01.212Z[ recovery-image] Aug 27 18:45:00.193 INFO O| Aug 27 18:45:00.193 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-08-27T18:45:01.222Z[ recovery-image] Aug 27 18:45:00.204 INFO O| Aug 27 18:45:00.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
68062024-08-27T18:45:01.222Z[ recovery-image] Aug 27 18:45:00.204 INFO O| Aug 27 18:45:00.204 INFO STEP 961 (remove_files) COMPLETE
68072024-08-27T18:45:01.224Z[ recovery-image] Aug 27 18:45:00.204 INFO O| Aug 27 18:45:00.204 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-08-27T18:45:01.233Z[ recovery-image] Aug 27 18:45:00.215 INFO O| Aug 27 18:45:00.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
68092024-08-27T18:45:01.233Z[ recovery-image] Aug 27 18:45:00.215 INFO O| Aug 27 18:45:00.215 INFO STEP 962 (remove_files) COMPLETE
68102024-08-27T18:45:01.233Z[ recovery-image] Aug 27 18:45:00.215 INFO O| Aug 27 18:45:00.215 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-08-27T18:45:01.245Z[ recovery-image] Aug 27 18:45:00.226 INFO O| Aug 27 18:45:00.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
68122024-08-27T18:45:01.245Z[ recovery-image] Aug 27 18:45:00.226 INFO O| Aug 27 18:45:00.226 INFO STEP 963 (remove_files) COMPLETE
68132024-08-27T18:45:01.245Z[ recovery-image] Aug 27 18:45:00.226 INFO O| Aug 27 18:45:00.226 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-08-27T18:45:01.265Z[ recovery-image] Aug 27 18:45:00.237 INFO O| Aug 27 18:45:00.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
68152024-08-27T18:45:01.277Z[ recovery-image] Aug 27 18:45:00.237 INFO O| Aug 27 18:45:00.237 INFO STEP 964 (remove_files) COMPLETE
68162024-08-27T18:45:01.277Z[ recovery-image] Aug 27 18:45:00.237 INFO O| Aug 27 18:45:00.237 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-08-27T18:45:01.277Z[ recovery-image] Aug 27 18:45:00.247 INFO O| Aug 27 18:45:00.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
68182024-08-27T18:45:01.277Z[ recovery-image] Aug 27 18:45:00.247 INFO O| Aug 27 18:45:00.247 INFO STEP 965 (remove_files) COMPLETE
68192024-08-27T18:45:01.277Z[ recovery-image] Aug 27 18:45:00.247 INFO O| Aug 27 18:45:00.247 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-08-27T18:45:01.277Z[ recovery-image] Aug 27 18:45:00.257 INFO O| Aug 27 18:45:00.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
68212024-08-27T18:45:01.277Z[ recovery-image] Aug 27 18:45:00.257 INFO O| Aug 27 18:45:00.257 INFO STEP 966 (remove_files) COMPLETE
68222024-08-27T18:45:01.277Z[ recovery-image] Aug 27 18:45:00.257 INFO O| Aug 27 18:45:00.257 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-08-27T18:45:01.283Z[ recovery-image] Aug 27 18:45:00.267 INFO O| Aug 27 18:45:00.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
68242024-08-27T18:45:01.284Z[ recovery-image] Aug 27 18:45:00.267 INFO O| Aug 27 18:45:00.267 INFO STEP 967 (remove_files) COMPLETE
68252024-08-27T18:45:01.284Z[ recovery-image] Aug 27 18:45:00.267 INFO O| Aug 27 18:45:00.267 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-08-27T18:45:01.294Z[ recovery-image] Aug 27 18:45:00.278 INFO O| Aug 27 18:45:00.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
68272024-08-27T18:45:01.294Z[ recovery-image] Aug 27 18:45:00.278 INFO O| Aug 27 18:45:00.278 INFO STEP 968 (remove_files) COMPLETE
68282024-08-27T18:45:01.297Z[ recovery-image] Aug 27 18:45:00.278 INFO O| Aug 27 18:45:00.278 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-08-27T18:45:01.305Z[ recovery-image] Aug 27 18:45:00.288 INFO O| Aug 27 18:45:00.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
68302024-08-27T18:45:01.305Z[ recovery-image] Aug 27 18:45:00.288 INFO O| Aug 27 18:45:00.288 INFO STEP 969 (remove_files) COMPLETE
68312024-08-27T18:45:01.305Z[ recovery-image] Aug 27 18:45:00.288 INFO O| Aug 27 18:45:00.288 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-08-27T18:45:01.314Z[ recovery-image] Aug 27 18:45:00.298 INFO O| Aug 27 18:45:00.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
68332024-08-27T18:45:01.320Z[ recovery-image] Aug 27 18:45:00.298 INFO O| Aug 27 18:45:00.298 INFO STEP 970 (remove_files) COMPLETE
68342024-08-27T18:45:01.320Z[ recovery-image] Aug 27 18:45:00.298 INFO O| Aug 27 18:45:00.298 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-08-27T18:45:01.325Z[ recovery-image] Aug 27 18:45:00.308 INFO O| Aug 27 18:45:00.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
68362024-08-27T18:45:01.328Z[ recovery-image] Aug 27 18:45:00.308 INFO O| Aug 27 18:45:00.308 INFO STEP 971 (remove_files) COMPLETE
68372024-08-27T18:45:01.328Z[ recovery-image] Aug 27 18:45:00.308 INFO O| Aug 27 18:45:00.308 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-08-27T18:45:01.336Z[ recovery-image] Aug 27 18:45:00.318 INFO O| Aug 27 18:45:00.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68392024-08-27T18:45:01.340Z[ recovery-image] Aug 27 18:45:00.319 INFO O| Aug 27 18:45:00.319 INFO STEP 972 (remove_files) COMPLETE
68402024-08-27T18:45:01.340Z[ recovery-image] Aug 27 18:45:00.319 INFO O| Aug 27 18:45:00.319 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-08-27T18:45:01.345Z[ recovery-image] Aug 27 18:45:00.329 INFO O| Aug 27 18:45:00.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68422024-08-27T18:45:01.349Z[ recovery-image] Aug 27 18:45:00.329 INFO O| Aug 27 18:45:00.329 INFO STEP 973 (remove_files) COMPLETE
68432024-08-27T18:45:01.349Z[ recovery-image] Aug 27 18:45:00.329 INFO O| Aug 27 18:45:00.329 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-08-27T18:45:01.355Z[ recovery-image] Aug 27 18:45:00.339 INFO O| Aug 27 18:45:00.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68452024-08-27T18:45:01.357Z[ recovery-image] Aug 27 18:45:00.339 INFO O| Aug 27 18:45:00.339 INFO STEP 974 (remove_files) COMPLETE
68462024-08-27T18:45:01.357Z[ recovery-image] Aug 27 18:45:00.339 INFO O| Aug 27 18:45:00.339 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-08-27T18:45:01.365Z[ recovery-image] Aug 27 18:45:00.348 INFO O| Aug 27 18:45:00.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68482024-08-27T18:45:01.373Z[ recovery-image] Aug 27 18:45:00.348 INFO O| Aug 27 18:45:00.348 INFO STEP 975 (remove_files) COMPLETE
68492024-08-27T18:45:01.374Z[ recovery-image] Aug 27 18:45:00.349 INFO O| Aug 27 18:45:00.348 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-08-27T18:45:01.376Z[ recovery-image] Aug 27 18:45:00.358 INFO O| Aug 27 18:45:00.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68512024-08-27T18:45:01.376Z[ recovery-image] Aug 27 18:45:00.358 INFO O| Aug 27 18:45:00.358 INFO STEP 976 (remove_files) COMPLETE
68522024-08-27T18:45:01.376Z[ recovery-image] Aug 27 18:45:00.358 INFO O| Aug 27 18:45:00.358 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-08-27T18:45:01.384Z[ recovery-image] Aug 27 18:45:00.368 INFO O| Aug 27 18:45:00.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68542024-08-27T18:45:01.388Z[ recovery-image] Aug 27 18:45:00.368 INFO O| Aug 27 18:45:00.368 INFO STEP 977 (remove_files) COMPLETE
68552024-08-27T18:45:01.389Z[ recovery-image] Aug 27 18:45:00.368 INFO O| Aug 27 18:45:00.368 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-08-27T18:45:01.398Z[ recovery-image] Aug 27 18:45:00.378 INFO O| Aug 27 18:45:00.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68572024-08-27T18:45:01.400Z[ recovery-image] Aug 27 18:45:00.378 INFO O| Aug 27 18:45:00.378 INFO STEP 978 (remove_files) COMPLETE
68582024-08-27T18:45:01.401Z[ recovery-image] Aug 27 18:45:00.378 INFO O| Aug 27 18:45:00.378 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-08-27T18:45:01.404Z[ recovery-image] Aug 27 18:45:00.388 INFO O| Aug 27 18:45:00.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68602024-08-27T18:45:01.404Z[ recovery-image] Aug 27 18:45:00.388 INFO O| Aug 27 18:45:00.388 INFO STEP 979 (remove_files) COMPLETE
68612024-08-27T18:45:01.405Z[ recovery-image] Aug 27 18:45:00.388 INFO O| Aug 27 18:45:00.388 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-08-27T18:45:01.415Z[ recovery-image] Aug 27 18:45:00.398 INFO O| Aug 27 18:45:00.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68632024-08-27T18:45:01.415Z[ recovery-image] Aug 27 18:45:00.399 INFO O| Aug 27 18:45:00.398 INFO STEP 980 (remove_files) COMPLETE
68642024-08-27T18:45:01.418Z[ recovery-image] Aug 27 18:45:00.399 INFO O| Aug 27 18:45:00.398 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-08-27T18:45:01.424Z[ recovery-image] Aug 27 18:45:00.408 INFO O| Aug 27 18:45:00.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68662024-08-27T18:45:01.427Z[ recovery-image] Aug 27 18:45:00.408 INFO O| Aug 27 18:45:00.408 INFO STEP 981 (remove_files) COMPLETE
68672024-08-27T18:45:01.427Z[ recovery-image] Aug 27 18:45:00.408 INFO O| Aug 27 18:45:00.408 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-08-27T18:45:01.434Z[ recovery-image] Aug 27 18:45:00.418 INFO O| Aug 27 18:45:00.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68692024-08-27T18:45:01.434Z[ recovery-image] Aug 27 18:45:00.418 INFO O| Aug 27 18:45:00.418 INFO STEP 982 (remove_files) COMPLETE
68702024-08-27T18:45:01.436Z[ recovery-image] Aug 27 18:45:00.418 INFO O| Aug 27 18:45:00.418 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-08-27T18:45:01.444Z[ recovery-image] Aug 27 18:45:00.427 INFO O| Aug 27 18:45:00.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68722024-08-27T18:45:01.444Z[ recovery-image] Aug 27 18:45:00.428 INFO O| Aug 27 18:45:00.427 INFO STEP 983 (remove_files) COMPLETE
68732024-08-27T18:45:01.448Z[ recovery-image] Aug 27 18:45:00.428 INFO O| Aug 27 18:45:00.428 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-08-27T18:45:01.455Z[ recovery-image] Aug 27 18:45:00.437 INFO O| Aug 27 18:45:00.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68752024-08-27T18:45:01.455Z[ recovery-image] Aug 27 18:45:00.437 INFO O| Aug 27 18:45:00.437 INFO STEP 984 (remove_files) COMPLETE
68762024-08-27T18:45:01.455Z[ recovery-image] Aug 27 18:45:00.437 INFO O| Aug 27 18:45:00.437 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-08-27T18:45:01.464Z[ recovery-image] Aug 27 18:45:00.447 INFO O| Aug 27 18:45:00.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68782024-08-27T18:45:01.464Z[ recovery-image] Aug 27 18:45:00.447 INFO O| Aug 27 18:45:00.447 INFO STEP 985 (remove_files) COMPLETE
68792024-08-27T18:45:01.464Z[ recovery-image] Aug 27 18:45:00.447 INFO O| Aug 27 18:45:00.447 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-08-27T18:45:01.473Z[ recovery-image] Aug 27 18:45:00.456 INFO O| Aug 27 18:45:00.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68812024-08-27T18:45:01.473Z[ recovery-image] Aug 27 18:45:00.456 INFO O| Aug 27 18:45:00.456 INFO STEP 986 (remove_files) COMPLETE
68822024-08-27T18:45:01.476Z[ recovery-image] Aug 27 18:45:00.456 INFO O| Aug 27 18:45:00.456 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-08-27T18:45:01.483Z[ recovery-image] Aug 27 18:45:00.466 INFO O| Aug 27 18:45:00.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68842024-08-27T18:45:01.483Z[ recovery-image] Aug 27 18:45:00.466 INFO O| Aug 27 18:45:00.466 INFO STEP 987 (remove_files) COMPLETE
68852024-08-27T18:45:01.485Z[ recovery-image] Aug 27 18:45:00.466 INFO O| Aug 27 18:45:00.466 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-08-27T18:45:01.491Z[ recovery-image] Aug 27 18:45:00.475 INFO O| Aug 27 18:45:00.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68872024-08-27T18:45:01.491Z[ recovery-image] Aug 27 18:45:00.475 INFO O| Aug 27 18:45:00.475 INFO STEP 988 (remove_files) COMPLETE
68882024-08-27T18:45:01.493Z[ recovery-image] Aug 27 18:45:00.475 INFO O| Aug 27 18:45:00.475 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-08-27T18:45:01.501Z[ recovery-image] Aug 27 18:45:00.485 INFO O| Aug 27 18:45:00.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68902024-08-27T18:45:01.503Z[ recovery-image] Aug 27 18:45:00.485 INFO O| Aug 27 18:45:00.485 INFO STEP 989 (remove_files) COMPLETE
68912024-08-27T18:45:01.503Z[ recovery-image] Aug 27 18:45:00.485 INFO O| Aug 27 18:45:00.485 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-27T18:45:01.510Z[ recovery-image] Aug 27 18:45:00.494 INFO O| Aug 27 18:45:00.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68932024-08-27T18:45:01.510Z[ recovery-image] Aug 27 18:45:00.494 INFO O| Aug 27 18:45:00.494 INFO STEP 990 (remove_files) COMPLETE
68942024-08-27T18:45:01.513Z[ recovery-image] Aug 27 18:45:00.494 INFO O| Aug 27 18:45:00.494 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-27T18:45:01.520Z[ recovery-image] Aug 27 18:45:00.504 INFO O| Aug 27 18:45:00.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68962024-08-27T18:45:01.520Z[ recovery-image] Aug 27 18:45:00.504 INFO O| Aug 27 18:45:00.504 INFO STEP 991 (remove_files) COMPLETE
68972024-08-27T18:45:01.520Z[ recovery-image] Aug 27 18:45:00.504 INFO O| Aug 27 18:45:00.504 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-08-27T18:45:01.530Z[ recovery-image] Aug 27 18:45:00.514 INFO O| Aug 27 18:45:00.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68992024-08-27T18:45:01.530Z[ recovery-image] Aug 27 18:45:00.514 INFO O| Aug 27 18:45:00.514 INFO STEP 992 (remove_files) COMPLETE
69002024-08-27T18:45:01.533Z[ recovery-image] Aug 27 18:45:00.514 INFO O| Aug 27 18:45:00.514 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-27T18:45:01.540Z[ recovery-image] Aug 27 18:45:00.524 INFO O| Aug 27 18:45:00.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
69022024-08-27T18:45:01.540Z[ recovery-image] Aug 27 18:45:00.524 INFO O| Aug 27 18:45:00.524 INFO STEP 993 (remove_files) COMPLETE
69032024-08-27T18:45:01.542Z[ recovery-image] Aug 27 18:45:00.524 INFO O| Aug 27 18:45:00.524 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-27T18:45:01.550Z[ recovery-image] Aug 27 18:45:00.534 INFO O| Aug 27 18:45:00.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
69052024-08-27T18:45:01.552Z[ recovery-image] Aug 27 18:45:00.534 INFO O| Aug 27 18:45:00.534 INFO STEP 994 (remove_files) COMPLETE
69062024-08-27T18:45:01.552Z[ recovery-image] Aug 27 18:45:00.534 INFO O| Aug 27 18:45:00.534 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-27T18:45:01.559Z[ recovery-image] Aug 27 18:45:00.543 INFO O| Aug 27 18:45:00.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
69082024-08-27T18:45:01.559Z[ recovery-image] Aug 27 18:45:00.543 INFO O| Aug 27 18:45:00.543 INFO STEP 995 (remove_files) COMPLETE
69092024-08-27T18:45:01.559Z[ recovery-image] Aug 27 18:45:00.543 INFO O| Aug 27 18:45:00.543 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-27T18:45:01.569Z[ recovery-image] Aug 27 18:45:00.553 INFO O| Aug 27 18:45:00.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
69112024-08-27T18:45:01.571Z[ recovery-image] Aug 27 18:45:00.553 INFO O| Aug 27 18:45:00.553 INFO STEP 996 (remove_files) COMPLETE
69122024-08-27T18:45:01.571Z[ recovery-image] Aug 27 18:45:00.553 INFO O| Aug 27 18:45:00.553 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-27T18:45:01.581Z[ recovery-image] Aug 27 18:45:00.562 INFO O| Aug 27 18:45:00.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
69142024-08-27T18:45:01.581Z[ recovery-image] Aug 27 18:45:00.562 INFO O| Aug 27 18:45:00.562 INFO STEP 997 (remove_files) COMPLETE
69152024-08-27T18:45:01.583Z[ recovery-image] Aug 27 18:45:00.562 INFO O| Aug 27 18:45:00.562 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-27T18:45:01.590Z[ recovery-image] Aug 27 18:45:00.572 INFO O| Aug 27 18:45:00.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
69172024-08-27T18:45:01.592Z[ recovery-image] Aug 27 18:45:00.572 INFO O| Aug 27 18:45:00.572 INFO STEP 998 (remove_files) COMPLETE
69182024-08-27T18:45:01.592Z[ recovery-image] Aug 27 18:45:00.572 INFO O| Aug 27 18:45:00.572 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-27T18:45:01.598Z[ recovery-image] Aug 27 18:45:00.582 INFO O| Aug 27 18:45:00.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
69202024-08-27T18:45:01.598Z[ recovery-image] Aug 27 18:45:00.582 INFO O| Aug 27 18:45:00.582 INFO STEP 999 (remove_files) COMPLETE
69212024-08-27T18:45:01.600Z[ recovery-image] Aug 27 18:45:00.582 INFO O| Aug 27 18:45:00.582 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-27T18:45:01.608Z[ recovery-image] Aug 27 18:45:00.592 INFO O| Aug 27 18:45:00.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
69232024-08-27T18:45:01.608Z[ recovery-image] Aug 27 18:45:00.592 INFO O| Aug 27 18:45:00.592 INFO STEP 1000 (remove_files) COMPLETE
69242024-08-27T18:45:01.608Z[ recovery-image] Aug 27 18:45:00.592 INFO O| Aug 27 18:45:00.592 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-27T18:45:01.620Z[ recovery-image] Aug 27 18:45:00.604 INFO O| Aug 27 18:45:00.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
69262024-08-27T18:45:01.622Z[ recovery-image] Aug 27 18:45:00.604 INFO O| Aug 27 18:45:00.604 INFO STEP 1001 (remove_files) COMPLETE
69272024-08-27T18:45:01.622Z[ recovery-image] Aug 27 18:45:00.604 INFO O| Aug 27 18:45:00.604 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-08-27T18:45:01.630Z[ recovery-image] Aug 27 18:45:00.614 INFO O| Aug 27 18:45:00.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
69292024-08-27T18:45:01.630Z[ recovery-image] Aug 27 18:45:00.614 INFO O| Aug 27 18:45:00.614 INFO STEP 1002 (remove_files) COMPLETE
69302024-08-27T18:45:01.630Z[ recovery-image] Aug 27 18:45:00.614 INFO O| Aug 27 18:45:00.614 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-08-27T18:45:01.642Z[ recovery-image] Aug 27 18:45:00.624 INFO O| Aug 27 18:45:00.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
69322024-08-27T18:45:01.642Z[ recovery-image] Aug 27 18:45:00.624 INFO O| Aug 27 18:45:00.624 INFO STEP 1003 (remove_files) COMPLETE
69332024-08-27T18:45:01.642Z[ recovery-image] Aug 27 18:45:00.624 INFO O| Aug 27 18:45:00.624 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-08-27T18:45:01.652Z[ recovery-image] Aug 27 18:45:00.636 INFO O| Aug 27 18:45:00.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69352024-08-27T18:45:01.652Z[ recovery-image] Aug 27 18:45:00.636 INFO O| Aug 27 18:45:00.636 INFO STEP 1004 (remove_files) COMPLETE
69362024-08-27T18:45:01.652Z[ recovery-image] Aug 27 18:45:00.636 INFO O| Aug 27 18:45:00.636 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-08-27T18:45:01.662Z[ recovery-image] Aug 27 18:45:00.646 INFO O| Aug 27 18:45:00.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69382024-08-27T18:45:01.662Z[ recovery-image] Aug 27 18:45:00.646 INFO O| Aug 27 18:45:00.646 INFO STEP 1005 (remove_files) COMPLETE
69392024-08-27T18:45:01.662Z[ recovery-image] Aug 27 18:45:00.646 INFO O| Aug 27 18:45:00.646 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-08-27T18:45:01.673Z[ recovery-image] Aug 27 18:45:00.657 INFO O| Aug 27 18:45:00.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69412024-08-27T18:45:01.673Z[ recovery-image] Aug 27 18:45:00.657 INFO O| Aug 27 18:45:00.657 INFO STEP 1006 (remove_files) COMPLETE
69422024-08-27T18:45:01.673Z[ recovery-image] Aug 27 18:45:00.657 INFO O| Aug 27 18:45:00.657 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-08-27T18:45:01.682Z[ recovery-image] Aug 27 18:45:00.666 INFO O| Aug 27 18:45:00.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
69442024-08-27T18:45:01.682Z[ recovery-image] Aug 27 18:45:00.666 INFO O| Aug 27 18:45:00.666 INFO STEP 1007 (remove_files) COMPLETE
69452024-08-27T18:45:01.682Z[ recovery-image] Aug 27 18:45:00.666 INFO O| Aug 27 18:45:00.666 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-08-27T18:45:01.692Z[ recovery-image] Aug 27 18:45:00.676 INFO O| Aug 27 18:45:00.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69472024-08-27T18:45:01.692Z[ recovery-image] Aug 27 18:45:00.676 INFO O| Aug 27 18:45:00.676 INFO STEP 1008 (remove_files) COMPLETE
69482024-08-27T18:45:01.694Z[ recovery-image] Aug 27 18:45:00.676 INFO O| Aug 27 18:45:00.676 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-08-27T18:45:01.702Z[ recovery-image] Aug 27 18:45:00.686 INFO O| Aug 27 18:45:00.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69502024-08-27T18:45:01.702Z[ recovery-image] Aug 27 18:45:00.686 INFO O| Aug 27 18:45:00.686 INFO STEP 1009 (remove_files) COMPLETE
69512024-08-27T18:45:01.702Z[ recovery-image] Aug 27 18:45:00.686 INFO O| Aug 27 18:45:00.686 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-08-27T18:45:01.715Z[ recovery-image] Aug 27 18:45:00.697 INFO O| Aug 27 18:45:00.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69532024-08-27T18:45:01.715Z[ recovery-image] Aug 27 18:45:00.697 INFO O| Aug 27 18:45:00.697 INFO STEP 1010 (remove_files) COMPLETE
69542024-08-27T18:45:01.715Z[ recovery-image] Aug 27 18:45:00.697 INFO O| Aug 27 18:45:00.697 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-08-27T18:45:01.723Z[ recovery-image] Aug 27 18:45:00.707 INFO O| Aug 27 18:45:00.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69562024-08-27T18:45:01.723Z[ recovery-image] Aug 27 18:45:00.707 INFO O| Aug 27 18:45:00.707 INFO STEP 1011 (remove_files) COMPLETE
69572024-08-27T18:45:01.723Z[ recovery-image] Aug 27 18:45:00.707 INFO O| Aug 27 18:45:00.707 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-08-27T18:45:01.734Z[ recovery-image] Aug 27 18:45:00.718 INFO O| Aug 27 18:45:00.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69592024-08-27T18:45:01.734Z[ recovery-image] Aug 27 18:45:00.718 INFO O| Aug 27 18:45:00.718 INFO STEP 1012 (remove_files) COMPLETE
69602024-08-27T18:45:01.734Z[ recovery-image] Aug 27 18:45:00.718 INFO O| Aug 27 18:45:00.718 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-08-27T18:45:01.744Z[ recovery-image] Aug 27 18:45:00.728 INFO O| Aug 27 18:45:00.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69622024-08-27T18:45:01.747Z[ recovery-image] Aug 27 18:45:00.728 INFO O| Aug 27 18:45:00.728 INFO STEP 1013 (remove_files) COMPLETE
69632024-08-27T18:45:01.747Z[ recovery-image] Aug 27 18:45:00.728 INFO O| Aug 27 18:45:00.728 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-08-27T18:45:01.755Z[ recovery-image] Aug 27 18:45:00.738 INFO O| Aug 27 18:45:00.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69652024-08-27T18:45:01.755Z[ recovery-image] Aug 27 18:45:00.739 INFO O| Aug 27 18:45:00.739 INFO STEP 1014 (remove_files) COMPLETE
69662024-08-27T18:45:01.757Z[ recovery-image] Aug 27 18:45:00.739 INFO O| Aug 27 18:45:00.739 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-08-27T18:45:01.765Z[ recovery-image] Aug 27 18:45:00.749 INFO O| Aug 27 18:45:00.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69682024-08-27T18:45:01.765Z[ recovery-image] Aug 27 18:45:00.749 INFO O| Aug 27 18:45:00.749 INFO STEP 1015 (remove_files) COMPLETE
69692024-08-27T18:45:01.766Z[ recovery-image] Aug 27 18:45:00.749 INFO O| Aug 27 18:45:00.749 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-08-27T18:45:01.778Z[ recovery-image] Aug 27 18:45:00.760 INFO O| Aug 27 18:45:00.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69712024-08-27T18:45:01.778Z[ recovery-image] Aug 27 18:45:00.760 INFO O| Aug 27 18:45:00.760 INFO STEP 1016 (remove_files) COMPLETE
69722024-08-27T18:45:01.778Z[ recovery-image] Aug 27 18:45:00.760 INFO O| Aug 27 18:45:00.760 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-08-27T18:45:01.787Z[ recovery-image] Aug 27 18:45:00.771 INFO O| Aug 27 18:45:00.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69742024-08-27T18:45:01.790Z[ recovery-image] Aug 27 18:45:00.771 INFO O| Aug 27 18:45:00.771 INFO STEP 1017 (remove_files) COMPLETE
69752024-08-27T18:45:01.790Z[ recovery-image] Aug 27 18:45:00.771 INFO O| Aug 27 18:45:00.771 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-08-27T18:45:01.797Z[ recovery-image] Aug 27 18:45:00.781 INFO O| Aug 27 18:45:00.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69772024-08-27T18:45:01.797Z[ recovery-image] Aug 27 18:45:00.781 INFO O| Aug 27 18:45:00.781 INFO STEP 1018 (remove_files) COMPLETE
69782024-08-27T18:45:01.800Z[ recovery-image] Aug 27 18:45:00.781 INFO O| Aug 27 18:45:00.781 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-08-27T18:45:01.808Z[ recovery-image] Aug 27 18:45:00.792 INFO O| Aug 27 18:45:00.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69802024-08-27T18:45:01.808Z[ recovery-image] Aug 27 18:45:00.792 INFO O| Aug 27 18:45:00.792 INFO STEP 1019 (remove_files) COMPLETE
69812024-08-27T18:45:01.810Z[ recovery-image] Aug 27 18:45:00.792 INFO O| Aug 27 18:45:00.792 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-08-27T18:45:01.818Z[ recovery-image] Aug 27 18:45:00.802 INFO O| Aug 27 18:45:00.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69832024-08-27T18:45:01.821Z[ recovery-image] Aug 27 18:45:00.802 INFO O| Aug 27 18:45:00.802 INFO STEP 1020 (remove_files) COMPLETE
69842024-08-27T18:45:01.821Z[ recovery-image] Aug 27 18:45:00.802 INFO O| Aug 27 18:45:00.802 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-08-27T18:45:01.829Z[ recovery-image] Aug 27 18:45:00.813 INFO O| Aug 27 18:45:00.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69862024-08-27T18:45:01.829Z[ recovery-image] Aug 27 18:45:00.813 INFO O| Aug 27 18:45:00.813 INFO STEP 1021 (remove_files) COMPLETE
69872024-08-27T18:45:01.832Z[ recovery-image] Aug 27 18:45:00.813 INFO O| Aug 27 18:45:00.813 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-08-27T18:45:01.840Z[ recovery-image] Aug 27 18:45:00.824 INFO O| Aug 27 18:45:00.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69892024-08-27T18:45:01.840Z[ recovery-image] Aug 27 18:45:00.824 INFO O| Aug 27 18:45:00.824 INFO STEP 1022 (remove_files) COMPLETE
69902024-08-27T18:45:01.843Z[ recovery-image] Aug 27 18:45:00.824 INFO O| Aug 27 18:45:00.824 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-08-27T18:45:01.851Z[ recovery-image] Aug 27 18:45:00.835 INFO O| Aug 27 18:45:00.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69922024-08-27T18:45:01.851Z[ recovery-image] Aug 27 18:45:00.835 INFO O| Aug 27 18:45:00.835 INFO STEP 1023 (remove_files) COMPLETE
69932024-08-27T18:45:01.853Z[ recovery-image] Aug 27 18:45:00.835 INFO O| Aug 27 18:45:00.835 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-08-27T18:45:01.862Z[ recovery-image] Aug 27 18:45:00.846 INFO O| Aug 27 18:45:00.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69952024-08-27T18:45:01.862Z[ recovery-image] Aug 27 18:45:00.846 INFO O| Aug 27 18:45:00.846 INFO STEP 1024 (remove_files) COMPLETE
69962024-08-27T18:45:01.862Z[ recovery-image] Aug 27 18:45:00.846 INFO O| Aug 27 18:45:00.846 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-08-27T18:45:01.872Z[ recovery-image] Aug 27 18:45:00.856 INFO O| Aug 27 18:45:00.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69982024-08-27T18:45:01.872Z[ recovery-image] Aug 27 18:45:00.856 INFO O| Aug 27 18:45:00.856 INFO STEP 1025 (remove_files) COMPLETE
69992024-08-27T18:45:01.872Z[ recovery-image] Aug 27 18:45:00.856 INFO O| Aug 27 18:45:00.856 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-08-27T18:45:01.883Z[ recovery-image] Aug 27 18:45:00.866 INFO O| Aug 27 18:45:00.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
70012024-08-27T18:45:01.886Z[ recovery-image] Aug 27 18:45:00.867 INFO O| Aug 27 18:45:00.867 INFO STEP 1026 (remove_files) COMPLETE
70022024-08-27T18:45:01.886Z[ recovery-image] Aug 27 18:45:00.867 INFO O| Aug 27 18:45:00.867 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-08-27T18:45:01.894Z[ recovery-image] Aug 27 18:45:00.878 INFO O| Aug 27 18:45:00.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
70042024-08-27T18:45:01.894Z[ recovery-image] Aug 27 18:45:00.878 INFO O| Aug 27 18:45:00.878 INFO STEP 1027 (remove_files) COMPLETE
70052024-08-27T18:45:01.894Z[ recovery-image] Aug 27 18:45:00.878 INFO O| Aug 27 18:45:00.878 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-08-27T18:45:01.904Z[ recovery-image] Aug 27 18:45:00.888 INFO O| Aug 27 18:45:00.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
70072024-08-27T18:45:01.904Z[ recovery-image] Aug 27 18:45:00.888 INFO O| Aug 27 18:45:00.888 INFO STEP 1028 (remove_files) COMPLETE
70082024-08-27T18:45:01.907Z[ recovery-image] Aug 27 18:45:00.888 INFO O| Aug 27 18:45:00.888 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-08-27T18:45:01.915Z[ recovery-image] Aug 27 18:45:00.899 INFO O| Aug 27 18:45:00.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
70102024-08-27T18:45:01.915Z[ recovery-image] Aug 27 18:45:00.899 INFO O| Aug 27 18:45:00.899 INFO STEP 1029 (remove_files) COMPLETE
70112024-08-27T18:45:01.917Z[ recovery-image] Aug 27 18:45:00.899 INFO O| Aug 27 18:45:00.899 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-27T18:45:01.926Z[ recovery-image] Aug 27 18:45:00.909 INFO O| Aug 27 18:45:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
70132024-08-27T18:45:01.928Z[ recovery-image] Aug 27 18:45:00.909 INFO O| Aug 27 18:45:00.909 INFO STEP 1030 (remove_files) COMPLETE
70142024-08-27T18:45:01.928Z[ recovery-image] Aug 27 18:45:00.909 INFO O| Aug 27 18:45:00.909 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-27T18:45:01.936Z[ recovery-image] Aug 27 18:45:00.920 INFO O| Aug 27 18:45:00.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
70162024-08-27T18:45:01.936Z[ recovery-image] Aug 27 18:45:00.920 INFO O| Aug 27 18:45:00.920 INFO STEP 1031 (remove_files) COMPLETE
70172024-08-27T18:45:01.936Z[ recovery-image] Aug 27 18:45:00.920 INFO O| Aug 27 18:45:00.920 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-27T18:45:01.946Z[ recovery-image] Aug 27 18:45:00.930 INFO O| Aug 27 18:45:00.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
70192024-08-27T18:45:01.946Z[ recovery-image] Aug 27 18:45:00.930 INFO O| Aug 27 18:45:00.930 INFO STEP 1032 (remove_files) COMPLETE
70202024-08-27T18:45:01.946Z[ recovery-image] Aug 27 18:45:00.930 INFO O| Aug 27 18:45:00.930 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-27T18:45:01.956Z[ recovery-image] Aug 27 18:45:00.940 INFO O| Aug 27 18:45:00.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
70222024-08-27T18:45:01.959Z[ recovery-image] Aug 27 18:45:00.940 INFO O| Aug 27 18:45:00.940 INFO STEP 1033 (remove_files) COMPLETE
70232024-08-27T18:45:01.959Z[ recovery-image] Aug 27 18:45:00.941 INFO O| Aug 27 18:45:00.940 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-27T18:45:01.967Z[ recovery-image] Aug 27 18:45:00.951 INFO O| Aug 27 18:45:00.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
70252024-08-27T18:45:01.969Z[ recovery-image] Aug 27 18:45:00.951 INFO O| Aug 27 18:45:00.951 INFO STEP 1034 (remove_files) COMPLETE
70262024-08-27T18:45:01.969Z[ recovery-image] Aug 27 18:45:00.951 INFO O| Aug 27 18:45:00.951 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-27T18:45:01.977Z[ recovery-image] Aug 27 18:45:00.961 INFO O| Aug 27 18:45:00.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
70282024-08-27T18:45:01.978Z[ recovery-image] Aug 27 18:45:00.961 INFO O| Aug 27 18:45:00.961 INFO STEP 1035 (remove_files) COMPLETE
70292024-08-27T18:45:01.980Z[ recovery-image] Aug 27 18:45:00.961 INFO O| Aug 27 18:45:00.961 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-27T18:45:01.988Z[ recovery-image] Aug 27 18:45:00.971 INFO O| Aug 27 18:45:00.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
70312024-08-27T18:45:01.988Z[ recovery-image] Aug 27 18:45:00.971 INFO O| Aug 27 18:45:00.971 INFO STEP 1036 (remove_files) COMPLETE
70322024-08-27T18:45:01.991Z[ recovery-image] Aug 27 18:45:00.971 INFO O| Aug 27 18:45:00.971 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-27T18:45:01.997Z[ recovery-image] Aug 27 18:45:00.981 INFO O| Aug 27 18:45:00.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70342024-08-27T18:45:01.999Z[ recovery-image] Aug 27 18:45:00.981 INFO O| Aug 27 18:45:00.981 INFO STEP 1037 (remove_files) COMPLETE
70352024-08-27T18:45:01.999Z[ recovery-image] Aug 27 18:45:00.981 INFO O| Aug 27 18:45:00.981 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-27T18:45:02.007Z[ recovery-image] Aug 27 18:45:00.990 INFO O| Aug 27 18:45:00.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70372024-08-27T18:45:02.007Z[ recovery-image] Aug 27 18:45:00.991 INFO O| Aug 27 18:45:00.991 INFO STEP 1038 (remove_files) COMPLETE
70382024-08-27T18:45:02.007Z[ recovery-image] Aug 27 18:45:00.991 INFO O| Aug 27 18:45:00.991 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-27T18:45:02.017Z[ recovery-image] Aug 27 18:45:01.001 INFO O| Aug 27 18:45:01.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70402024-08-27T18:45:02.017Z[ recovery-image] Aug 27 18:45:01.001 INFO O| Aug 27 18:45:01.001 INFO STEP 1039 (remove_files) COMPLETE
70412024-08-27T18:45:02.022Z[ recovery-image] Aug 27 18:45:01.001 INFO O| Aug 27 18:45:01.001 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-08-27T18:45:02.028Z[ recovery-image] Aug 27 18:45:01.011 INFO O| Aug 27 18:45:01.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
70432024-08-27T18:45:02.028Z[ recovery-image] Aug 27 18:45:01.012 INFO O| Aug 27 18:45:01.012 INFO STEP 1040 (remove_files) COMPLETE
70442024-08-27T18:45:02.028Z[ recovery-image] Aug 27 18:45:01.012 INFO O| Aug 27 18:45:01.012 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-08-27T18:45:02.038Z[ recovery-image] Aug 27 18:45:01.022 INFO O| Aug 27 18:45:01.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70462024-08-27T18:45:02.038Z[ recovery-image] Aug 27 18:45:01.022 INFO O| Aug 27 18:45:01.022 INFO STEP 1041 (remove_files) COMPLETE
70472024-08-27T18:45:02.041Z[ recovery-image] Aug 27 18:45:01.022 INFO O| Aug 27 18:45:01.022 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-08-27T18:45:02.048Z[ recovery-image] Aug 27 18:45:01.032 INFO O| Aug 27 18:45:01.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70492024-08-27T18:45:02.049Z[ recovery-image] Aug 27 18:45:01.032 INFO O| Aug 27 18:45:01.032 INFO STEP 1042 (remove_files) COMPLETE
70502024-08-27T18:45:02.049Z[ recovery-image] Aug 27 18:45:01.032 INFO O| Aug 27 18:45:01.032 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-27T18:45:02.060Z[ recovery-image] Aug 27 18:45:01.044 INFO O| Aug 27 18:45:01.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70522024-08-27T18:45:02.061Z[ recovery-image] Aug 27 18:45:01.044 INFO O| Aug 27 18:45:01.044 INFO STEP 1043 (remove_files) COMPLETE
70532024-08-27T18:45:02.061Z[ recovery-image] Aug 27 18:45:01.044 INFO O| Aug 27 18:45:01.044 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-27T18:45:02.071Z[ recovery-image] Aug 27 18:45:01.054 INFO O| Aug 27 18:45:01.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70552024-08-27T18:45:02.071Z[ recovery-image] Aug 27 18:45:01.054 INFO O| Aug 27 18:45:01.054 INFO STEP 1044 (remove_files) COMPLETE
70562024-08-27T18:45:02.075Z[ recovery-image] Aug 27 18:45:01.054 INFO O| Aug 27 18:45:01.054 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-27T18:45:02.082Z[ recovery-image] Aug 27 18:45:01.065 INFO O| Aug 27 18:45:01.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70582024-08-27T18:45:02.082Z[ recovery-image] Aug 27 18:45:01.065 INFO O| Aug 27 18:45:01.065 INFO STEP 1045 (remove_files) COMPLETE
70592024-08-27T18:45:02.082Z[ recovery-image] Aug 27 18:45:01.065 INFO O| Aug 27 18:45:01.065 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-27T18:45:02.091Z[ recovery-image] Aug 27 18:45:01.075 INFO O| Aug 27 18:45:01.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70612024-08-27T18:45:02.091Z[ recovery-image] Aug 27 18:45:01.075 INFO O| Aug 27 18:45:01.075 INFO STEP 1046 (remove_files) COMPLETE
70622024-08-27T18:45:02.091Z[ recovery-image] Aug 27 18:45:01.075 INFO O| Aug 27 18:45:01.075 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-08-27T18:45:02.103Z[ recovery-image] Aug 27 18:45:01.086 INFO O| Aug 27 18:45:01.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70642024-08-27T18:45:02.103Z[ recovery-image] Aug 27 18:45:01.086 INFO O| Aug 27 18:45:01.086 INFO STEP 1047 (remove_files) COMPLETE
70652024-08-27T18:45:02.106Z[ recovery-image] Aug 27 18:45:01.087 INFO O| Aug 27 18:45:01.086 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-08-27T18:45:02.114Z[ recovery-image] Aug 27 18:45:01.098 INFO O| Aug 27 18:45:01.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70672024-08-27T18:45:02.116Z[ recovery-image] Aug 27 18:45:01.098 INFO O| Aug 27 18:45:01.098 INFO STEP 1048 (remove_files) COMPLETE
70682024-08-27T18:45:02.116Z[ recovery-image] Aug 27 18:45:01.098 INFO O| Aug 27 18:45:01.098 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-08-27T18:45:02.125Z[ recovery-image] Aug 27 18:45:01.108 INFO O| Aug 27 18:45:01.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70702024-08-27T18:45:02.125Z[ recovery-image] Aug 27 18:45:01.109 INFO O| Aug 27 18:45:01.109 INFO STEP 1049 (remove_files) COMPLETE
70712024-08-27T18:45:02.127Z[ recovery-image] Aug 27 18:45:01.109 INFO O| Aug 27 18:45:01.109 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-08-27T18:45:02.138Z[ recovery-image] Aug 27 18:45:01.119 INFO O| Aug 27 18:45:01.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70732024-08-27T18:45:02.140Z[ recovery-image] Aug 27 18:45:01.119 INFO O| Aug 27 18:45:01.119 INFO STEP 1050 (remove_files) COMPLETE
70742024-08-27T18:45:02.140Z[ recovery-image] Aug 27 18:45:01.119 INFO O| Aug 27 18:45:01.119 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-08-27T18:45:02.145Z[ recovery-image] Aug 27 18:45:01.129 INFO O| Aug 27 18:45:01.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70762024-08-27T18:45:02.145Z[ recovery-image] Aug 27 18:45:01.129 INFO O| Aug 27 18:45:01.129 INFO STEP 1051 (remove_files) COMPLETE
70772024-08-27T18:45:02.147Z[ recovery-image] Aug 27 18:45:01.129 INFO O| Aug 27 18:45:01.129 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-08-27T18:45:02.158Z[ recovery-image] Aug 27 18:45:01.139 INFO O| Aug 27 18:45:01.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70792024-08-27T18:45:02.158Z[ recovery-image] Aug 27 18:45:01.139 INFO O| Aug 27 18:45:01.139 INFO STEP 1052 (remove_files) COMPLETE
70802024-08-27T18:45:02.161Z[ recovery-image] Aug 27 18:45:01.139 INFO O| Aug 27 18:45:01.139 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-08-27T18:45:02.166Z[ recovery-image] Aug 27 18:45:01.150 INFO O| Aug 27 18:45:01.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70822024-08-27T18:45:02.166Z[ recovery-image] Aug 27 18:45:01.150 INFO O| Aug 27 18:45:01.150 INFO STEP 1053 (remove_files) COMPLETE
70832024-08-27T18:45:02.166Z[ recovery-image] Aug 27 18:45:01.150 INFO O| Aug 27 18:45:01.150 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-08-27T18:45:02.176Z[ recovery-image] Aug 27 18:45:01.160 INFO O| Aug 27 18:45:01.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70852024-08-27T18:45:02.179Z[ recovery-image] Aug 27 18:45:01.160 INFO O| Aug 27 18:45:01.160 INFO STEP 1054 (remove_files) COMPLETE
70862024-08-27T18:45:02.179Z[ recovery-image] Aug 27 18:45:01.160 INFO O| Aug 27 18:45:01.160 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-08-27T18:45:02.187Z[ recovery-image] Aug 27 18:45:01.171 INFO O| Aug 27 18:45:01.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70882024-08-27T18:45:02.190Z[ recovery-image] Aug 27 18:45:01.171 INFO O| Aug 27 18:45:01.171 INFO STEP 1055 (remove_files) COMPLETE
70892024-08-27T18:45:02.190Z[ recovery-image] Aug 27 18:45:01.171 INFO O| Aug 27 18:45:01.171 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-08-27T18:45:02.197Z[ recovery-image] Aug 27 18:45:01.181 INFO O| Aug 27 18:45:01.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70912024-08-27T18:45:02.197Z[ recovery-image] Aug 27 18:45:01.181 INFO O| Aug 27 18:45:01.181 INFO STEP 1056 (remove_files) COMPLETE
70922024-08-27T18:45:02.200Z[ recovery-image] Aug 27 18:45:01.181 INFO O| Aug 27 18:45:01.181 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-08-27T18:45:02.209Z[ recovery-image] Aug 27 18:45:01.192 INFO O| Aug 27 18:45:01.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70942024-08-27T18:45:02.209Z[ recovery-image] Aug 27 18:45:01.192 INFO O| Aug 27 18:45:01.192 INFO STEP 1057 (remove_files) COMPLETE
70952024-08-27T18:45:02.209Z[ recovery-image] Aug 27 18:45:01.192 INFO O| Aug 27 18:45:01.192 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-08-27T18:45:02.219Z[ recovery-image] Aug 27 18:45:01.202 INFO O| Aug 27 18:45:01.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70972024-08-27T18:45:02.219Z[ recovery-image] Aug 27 18:45:01.202 INFO O| Aug 27 18:45:01.202 INFO STEP 1058 (remove_files) COMPLETE
70982024-08-27T18:45:02.222Z[ recovery-image] Aug 27 18:45:01.202 INFO O| Aug 27 18:45:01.202 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-08-27T18:45:02.228Z[ recovery-image] Aug 27 18:45:01.212 INFO O| Aug 27 18:45:01.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
71002024-08-27T18:45:02.230Z[ recovery-image] Aug 27 18:45:01.212 INFO O| Aug 27 18:45:01.212 INFO STEP 1059 (remove_files) COMPLETE
71012024-08-27T18:45:02.230Z[ recovery-image] Aug 27 18:45:01.212 INFO O| Aug 27 18:45:01.212 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-08-27T18:45:02.238Z[ recovery-image] Aug 27 18:45:01.222 INFO O| Aug 27 18:45:01.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
71032024-08-27T18:45:02.241Z[ recovery-image] Aug 27 18:45:01.222 INFO O| Aug 27 18:45:01.222 INFO STEP 1060 (remove_files) COMPLETE
71042024-08-27T18:45:02.241Z[ recovery-image] Aug 27 18:45:01.222 INFO O| Aug 27 18:45:01.222 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-08-27T18:45:02.248Z[ recovery-image] Aug 27 18:45:01.232 INFO O| Aug 27 18:45:01.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
71062024-08-27T18:45:02.252Z[ recovery-image] Aug 27 18:45:01.232 INFO O| Aug 27 18:45:01.232 INFO STEP 1061 (remove_files) COMPLETE
71072024-08-27T18:45:02.252Z[ recovery-image] Aug 27 18:45:01.232 INFO O| Aug 27 18:45:01.232 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-08-27T18:45:02.259Z[ recovery-image] Aug 27 18:45:01.243 INFO O| Aug 27 18:45:01.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
71092024-08-27T18:45:02.259Z[ recovery-image] Aug 27 18:45:01.243 INFO O| Aug 27 18:45:01.243 INFO STEP 1062 (remove_files) COMPLETE
71102024-08-27T18:45:02.261Z[ recovery-image] Aug 27 18:45:01.243 INFO O| Aug 27 18:45:01.243 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-08-27T18:45:02.269Z[ recovery-image] Aug 27 18:45:01.253 INFO O| Aug 27 18:45:01.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
71122024-08-27T18:45:02.271Z[ recovery-image] Aug 27 18:45:01.253 INFO O| Aug 27 18:45:01.253 INFO STEP 1063 (remove_files) COMPLETE
71132024-08-27T18:45:02.271Z[ recovery-image] Aug 27 18:45:01.253 INFO O| Aug 27 18:45:01.253 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-08-27T18:45:02.279Z[ recovery-image] Aug 27 18:45:01.263 INFO O| Aug 27 18:45:01.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
71152024-08-27T18:45:02.279Z[ recovery-image] Aug 27 18:45:01.263 INFO O| Aug 27 18:45:01.263 INFO STEP 1064 (remove_files) COMPLETE
71162024-08-27T18:45:02.279Z[ recovery-image] Aug 27 18:45:01.263 INFO O| Aug 27 18:45:01.263 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-08-27T18:45:02.291Z[ recovery-image] Aug 27 18:45:01.275 INFO O| Aug 27 18:45:01.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
71182024-08-27T18:45:02.291Z[ recovery-image] Aug 27 18:45:01.275 INFO O| Aug 27 18:45:01.275 INFO STEP 1065 (remove_files) COMPLETE
71192024-08-27T18:45:02.291Z[ recovery-image] Aug 27 18:45:01.275 INFO O| Aug 27 18:45:01.275 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-08-27T18:45:02.303Z[ recovery-image] Aug 27 18:45:01.287 INFO O| Aug 27 18:45:01.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
71212024-08-27T18:45:02.303Z[ recovery-image] Aug 27 18:45:01.287 INFO O| Aug 27 18:45:01.287 INFO STEP 1066 (remove_files) COMPLETE
71222024-08-27T18:45:02.303Z[ recovery-image] Aug 27 18:45:01.287 INFO O| Aug 27 18:45:01.287 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-08-27T18:45:02.315Z[ recovery-image] Aug 27 18:45:01.298 INFO O| Aug 27 18:45:01.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
71242024-08-27T18:45:02.315Z[ recovery-image] Aug 27 18:45:01.299 INFO O| Aug 27 18:45:01.299 INFO STEP 1067 (remove_files) COMPLETE
71252024-08-27T18:45:02.315Z[ recovery-image] Aug 27 18:45:01.299 INFO O| Aug 27 18:45:01.299 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-08-27T18:45:02.325Z[ recovery-image] Aug 27 18:45:01.309 INFO O| Aug 27 18:45:01.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
71272024-08-27T18:45:02.328Z[ recovery-image] Aug 27 18:45:01.309 INFO O| Aug 27 18:45:01.309 INFO STEP 1068 (remove_files) COMPLETE
71282024-08-27T18:45:02.328Z[ recovery-image] Aug 27 18:45:01.309 INFO O| Aug 27 18:45:01.309 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-08-27T18:45:02.336Z[ recovery-image] Aug 27 18:45:01.320 INFO O| Aug 27 18:45:01.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
71302024-08-27T18:45:02.336Z[ recovery-image] Aug 27 18:45:01.320 INFO O| Aug 27 18:45:01.320 INFO STEP 1069 (remove_files) COMPLETE
71312024-08-27T18:45:02.338Z[ recovery-image] Aug 27 18:45:01.320 INFO O| Aug 27 18:45:01.320 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-08-27T18:45:02.347Z[ recovery-image] Aug 27 18:45:01.330 INFO O| Aug 27 18:45:01.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71332024-08-27T18:45:02.349Z[ recovery-image] Aug 27 18:45:01.331 INFO O| Aug 27 18:45:01.330 INFO STEP 1070 (remove_files) COMPLETE
71342024-08-27T18:45:02.349Z[ recovery-image] Aug 27 18:45:01.331 INFO O| Aug 27 18:45:01.331 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-08-27T18:45:02.357Z[ recovery-image] Aug 27 18:45:01.341 INFO O| Aug 27 18:45:01.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71362024-08-27T18:45:02.360Z[ recovery-image] Aug 27 18:45:01.341 INFO O| Aug 27 18:45:01.341 INFO STEP 1071 (remove_files) COMPLETE
71372024-08-27T18:45:02.360Z[ recovery-image] Aug 27 18:45:01.341 INFO O| Aug 27 18:45:01.341 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-08-27T18:45:02.371Z[ recovery-image] Aug 27 18:45:01.352 INFO O| Aug 27 18:45:01.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
71392024-08-27T18:45:02.371Z[ recovery-image] Aug 27 18:45:01.352 INFO O| Aug 27 18:45:01.352 INFO STEP 1072 (remove_files) COMPLETE
71402024-08-27T18:45:02.373Z[ recovery-image] Aug 27 18:45:01.352 INFO O| Aug 27 18:45:01.352 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-08-27T18:45:02.378Z[ recovery-image] Aug 27 18:45:01.362 INFO O| Aug 27 18:45:01.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
71422024-08-27T18:45:02.378Z[ recovery-image] Aug 27 18:45:01.362 INFO O| Aug 27 18:45:01.362 INFO STEP 1073 (remove_files) COMPLETE
71432024-08-27T18:45:02.378Z[ recovery-image] Aug 27 18:45:01.362 INFO O| Aug 27 18:45:01.362 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-08-27T18:45:02.388Z[ recovery-image] Aug 27 18:45:01.372 INFO O| Aug 27 18:45:01.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71452024-08-27T18:45:02.390Z[ recovery-image] Aug 27 18:45:01.372 INFO O| Aug 27 18:45:01.372 INFO STEP 1074 (remove_files) COMPLETE
71462024-08-27T18:45:02.390Z[ recovery-image] Aug 27 18:45:01.372 INFO O| Aug 27 18:45:01.372 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-08-27T18:45:02.397Z[ recovery-image] Aug 27 18:45:01.381 INFO O| Aug 27 18:45:01.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71482024-08-27T18:45:02.397Z[ recovery-image] Aug 27 18:45:01.381 INFO O| Aug 27 18:45:01.381 INFO STEP 1075 (remove_files) COMPLETE
71492024-08-27T18:45:02.397Z[ recovery-image] Aug 27 18:45:01.381 INFO O| Aug 27 18:45:01.381 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-08-27T18:45:02.407Z[ recovery-image] Aug 27 18:45:01.391 INFO O| Aug 27 18:45:01.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71512024-08-27T18:45:02.409Z[ recovery-image] Aug 27 18:45:01.392 INFO O| Aug 27 18:45:01.392 INFO STEP 1076 (remove_files) COMPLETE
71522024-08-27T18:45:02.409Z[ recovery-image] Aug 27 18:45:01.392 INFO O| Aug 27 18:45:01.392 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-08-27T18:45:02.418Z[ recovery-image] Aug 27 18:45:01.402 INFO O| Aug 27 18:45:01.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71542024-08-27T18:45:02.418Z[ recovery-image] Aug 27 18:45:01.402 INFO O| Aug 27 18:45:01.402 INFO STEP 1077 (remove_files) COMPLETE
71552024-08-27T18:45:02.420Z[ recovery-image] Aug 27 18:45:01.402 INFO O| Aug 27 18:45:01.402 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-08-27T18:45:02.428Z[ recovery-image] Aug 27 18:45:01.411 INFO O| Aug 27 18:45:01.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71572024-08-27T18:45:02.428Z[ recovery-image] Aug 27 18:45:01.412 INFO O| Aug 27 18:45:01.412 INFO STEP 1078 (remove_files) COMPLETE
71582024-08-27T18:45:02.430Z[ recovery-image] Aug 27 18:45:01.412 INFO O| Aug 27 18:45:01.412 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-08-27T18:45:02.438Z[ recovery-image] Aug 27 18:45:01.422 INFO O| Aug 27 18:45:01.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71602024-08-27T18:45:02.438Z[ recovery-image] Aug 27 18:45:01.422 INFO O| Aug 27 18:45:01.422 INFO STEP 1079 (remove_files) COMPLETE
71612024-08-27T18:45:02.440Z[ recovery-image] Aug 27 18:45:01.422 INFO O| Aug 27 18:45:01.422 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-08-27T18:45:02.448Z[ recovery-image] Aug 27 18:45:01.432 INFO O| Aug 27 18:45:01.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71632024-08-27T18:45:02.448Z[ recovery-image] Aug 27 18:45:01.432 INFO O| Aug 27 18:45:01.432 INFO STEP 1080 (remove_files) COMPLETE
71642024-08-27T18:45:02.450Z[ recovery-image] Aug 27 18:45:01.432 INFO O| Aug 27 18:45:01.432 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-08-27T18:45:02.459Z[ recovery-image] Aug 27 18:45:01.442 INFO O| Aug 27 18:45:01.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71662024-08-27T18:45:02.459Z[ recovery-image] Aug 27 18:45:01.442 INFO O| Aug 27 18:45:01.442 INFO STEP 1081 (remove_files) COMPLETE
71672024-08-27T18:45:02.459Z[ recovery-image] Aug 27 18:45:01.442 INFO O| Aug 27 18:45:01.442 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-08-27T18:45:02.469Z[ recovery-image] Aug 27 18:45:01.453 INFO O| Aug 27 18:45:01.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71692024-08-27T18:45:02.469Z[ recovery-image] Aug 27 18:45:01.453 INFO O| Aug 27 18:45:01.453 INFO STEP 1082 (remove_files) COMPLETE
71702024-08-27T18:45:02.472Z[ recovery-image] Aug 27 18:45:01.453 INFO O| Aug 27 18:45:01.453 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-08-27T18:45:02.480Z[ recovery-image] Aug 27 18:45:01.463 INFO O| Aug 27 18:45:01.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71722024-08-27T18:45:02.480Z[ recovery-image] Aug 27 18:45:01.463 INFO O| Aug 27 18:45:01.463 INFO STEP 1083 (remove_files) COMPLETE
71732024-08-27T18:45:02.480Z[ recovery-image] Aug 27 18:45:01.463 INFO O| Aug 27 18:45:01.463 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-08-27T18:45:02.491Z[ recovery-image] Aug 27 18:45:01.473 INFO O| Aug 27 18:45:01.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71752024-08-27T18:45:02.491Z[ recovery-image] Aug 27 18:45:01.473 INFO O| Aug 27 18:45:01.473 INFO STEP 1084 (remove_files) COMPLETE
71762024-08-27T18:45:02.491Z[ recovery-image] Aug 27 18:45:01.473 INFO O| Aug 27 18:45:01.473 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-08-27T18:45:02.500Z[ recovery-image] Aug 27 18:45:01.484 INFO O| Aug 27 18:45:01.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71782024-08-27T18:45:02.500Z[ recovery-image] Aug 27 18:45:01.484 INFO O| Aug 27 18:45:01.484 INFO STEP 1085 (remove_files) COMPLETE
71792024-08-27T18:45:02.500Z[ recovery-image] Aug 27 18:45:01.484 INFO O| Aug 27 18:45:01.484 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-08-27T18:45:02.510Z[ recovery-image] Aug 27 18:45:01.494 INFO O| Aug 27 18:45:01.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71812024-08-27T18:45:02.510Z[ recovery-image] Aug 27 18:45:01.494 INFO O| Aug 27 18:45:01.494 INFO STEP 1086 (remove_files) COMPLETE
71822024-08-27T18:45:02.513Z[ recovery-image] Aug 27 18:45:01.494 INFO O| Aug 27 18:45:01.494 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-08-27T18:45:02.520Z[ recovery-image] Aug 27 18:45:01.504 INFO O| Aug 27 18:45:01.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71842024-08-27T18:45:02.520Z[ recovery-image] Aug 27 18:45:01.504 INFO O| Aug 27 18:45:01.504 INFO STEP 1087 (remove_files) COMPLETE
71852024-08-27T18:45:02.524Z[ recovery-image] Aug 27 18:45:01.504 INFO O| Aug 27 18:45:01.504 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-08-27T18:45:02.531Z[ recovery-image] Aug 27 18:45:01.514 INFO O| Aug 27 18:45:01.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71872024-08-27T18:45:02.531Z[ recovery-image] Aug 27 18:45:01.514 INFO O| Aug 27 18:45:01.514 INFO STEP 1088 (remove_files) COMPLETE
71882024-08-27T18:45:02.531Z[ recovery-image] Aug 27 18:45:01.514 INFO O| Aug 27 18:45:01.514 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-08-27T18:45:02.541Z[ recovery-image] Aug 27 18:45:01.524 INFO O| Aug 27 18:45:01.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71902024-08-27T18:45:02.541Z[ recovery-image] Aug 27 18:45:01.524 INFO O| Aug 27 18:45:01.524 INFO STEP 1089 (remove_files) COMPLETE
71912024-08-27T18:45:02.545Z[ recovery-image] Aug 27 18:45:01.524 INFO O| Aug 27 18:45:01.524 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-08-27T18:45:02.550Z[ recovery-image] Aug 27 18:45:01.534 INFO O| Aug 27 18:45:01.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71932024-08-27T18:45:02.550Z[ recovery-image] Aug 27 18:45:01.534 INFO O| Aug 27 18:45:01.534 INFO STEP 1090 (remove_files) COMPLETE
71942024-08-27T18:45:02.550Z[ recovery-image] Aug 27 18:45:01.534 INFO O| Aug 27 18:45:01.534 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-08-27T18:45:02.561Z[ recovery-image] Aug 27 18:45:01.544 INFO O| Aug 27 18:45:01.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71962024-08-27T18:45:02.561Z[ recovery-image] Aug 27 18:45:01.544 INFO O| Aug 27 18:45:01.544 INFO STEP 1091 (remove_files) COMPLETE
71972024-08-27T18:45:02.561Z[ recovery-image] Aug 27 18:45:01.544 INFO O| Aug 27 18:45:01.544 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-08-27T18:45:02.571Z[ recovery-image] Aug 27 18:45:01.555 INFO O| Aug 27 18:45:01.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71992024-08-27T18:45:02.571Z[ recovery-image] Aug 27 18:45:01.555 INFO O| Aug 27 18:45:01.555 INFO STEP 1092 (remove_files) COMPLETE
72002024-08-27T18:45:02.574Z[ recovery-image] Aug 27 18:45:01.555 INFO O| Aug 27 18:45:01.555 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-08-27T18:45:02.581Z[ recovery-image] Aug 27 18:45:01.565 INFO O| Aug 27 18:45:01.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
72022024-08-27T18:45:02.584Z[ recovery-image] Aug 27 18:45:01.565 INFO O| Aug 27 18:45:01.565 INFO STEP 1093 (remove_files) COMPLETE
72032024-08-27T18:45:02.584Z[ recovery-image] Aug 27 18:45:01.565 INFO O| Aug 27 18:45:01.565 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-08-27T18:45:02.591Z[ recovery-image] Aug 27 18:45:01.575 INFO O| Aug 27 18:45:01.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
72052024-08-27T18:45:02.594Z[ recovery-image] Aug 27 18:45:01.575 INFO O| Aug 27 18:45:01.575 INFO STEP 1094 (remove_files) COMPLETE
72062024-08-27T18:45:02.594Z[ recovery-image] Aug 27 18:45:01.575 INFO O| Aug 27 18:45:01.575 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-08-27T18:45:02.602Z[ recovery-image] Aug 27 18:45:01.585 INFO O| Aug 27 18:45:01.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
72082024-08-27T18:45:02.602Z[ recovery-image] Aug 27 18:45:01.586 INFO O| Aug 27 18:45:01.586 INFO STEP 1095 (remove_files) COMPLETE
72092024-08-27T18:45:02.602Z[ recovery-image] Aug 27 18:45:01.586 INFO O| Aug 27 18:45:01.586 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-08-27T18:45:02.612Z[ recovery-image] Aug 27 18:45:01.596 INFO O| Aug 27 18:45:01.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
72112024-08-27T18:45:02.612Z[ recovery-image] Aug 27 18:45:01.596 INFO O| Aug 27 18:45:01.596 INFO STEP 1096 (remove_files) COMPLETE
72122024-08-27T18:45:02.612Z[ recovery-image] Aug 27 18:45:01.596 INFO O| Aug 27 18:45:01.596 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-08-27T18:45:02.623Z[ recovery-image] Aug 27 18:45:01.606 INFO O| Aug 27 18:45:01.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
72142024-08-27T18:45:02.623Z[ recovery-image] Aug 27 18:45:01.607 INFO O| Aug 27 18:45:01.607 INFO STEP 1097 (remove_files) COMPLETE
72152024-08-27T18:45:02.625Z[ recovery-image] Aug 27 18:45:01.607 INFO O| Aug 27 18:45:01.607 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-08-27T18:45:02.633Z[ recovery-image] Aug 27 18:45:01.617 INFO O| Aug 27 18:45:01.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
72172024-08-27T18:45:02.633Z[ recovery-image] Aug 27 18:45:01.617 INFO O| Aug 27 18:45:01.617 INFO STEP 1098 (remove_files) COMPLETE
72182024-08-27T18:45:02.633Z[ recovery-image] Aug 27 18:45:01.617 INFO O| Aug 27 18:45:01.617 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-08-27T18:45:02.643Z[ recovery-image] Aug 27 18:45:01.627 INFO O| Aug 27 18:45:01.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
72202024-08-27T18:45:02.643Z[ recovery-image] Aug 27 18:45:01.627 INFO O| Aug 27 18:45:01.627 INFO STEP 1099 (remove_files) COMPLETE
72212024-08-27T18:45:02.643Z[ recovery-image] Aug 27 18:45:01.627 INFO O| Aug 27 18:45:01.627 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-08-27T18:45:02.652Z[ recovery-image] Aug 27 18:45:01.636 INFO O| Aug 27 18:45:01.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
72232024-08-27T18:45:02.652Z[ recovery-image] Aug 27 18:45:01.636 INFO O| Aug 27 18:45:01.636 INFO STEP 1100 (remove_files) COMPLETE
72242024-08-27T18:45:02.653Z[ recovery-image] Aug 27 18:45:01.636 INFO O| Aug 27 18:45:01.636 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-08-27T18:45:02.662Z[ recovery-image] Aug 27 18:45:01.646 INFO O| Aug 27 18:45:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
72262024-08-27T18:45:02.662Z[ recovery-image] Aug 27 18:45:01.646 INFO O| Aug 27 18:45:01.646 INFO STEP 1101 (remove_files) COMPLETE
72272024-08-27T18:45:02.662Z[ recovery-image] Aug 27 18:45:01.646 INFO O| Aug 27 18:45:01.646 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-08-27T18:45:02.672Z[ recovery-image] Aug 27 18:45:01.656 INFO O| Aug 27 18:45:01.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
72292024-08-27T18:45:02.672Z[ recovery-image] Aug 27 18:45:01.656 INFO O| Aug 27 18:45:01.656 INFO STEP 1102 (remove_files) COMPLETE
72302024-08-27T18:45:02.672Z[ recovery-image] Aug 27 18:45:01.656 INFO O| Aug 27 18:45:01.656 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-08-27T18:45:02.682Z[ recovery-image] Aug 27 18:45:01.666 INFO O| Aug 27 18:45:01.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72322024-08-27T18:45:02.682Z[ recovery-image] Aug 27 18:45:01.666 INFO O| Aug 27 18:45:01.666 INFO STEP 1103 (remove_files) COMPLETE
72332024-08-27T18:45:02.682Z[ recovery-image] Aug 27 18:45:01.666 INFO O| Aug 27 18:45:01.666 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-08-27T18:45:02.692Z[ recovery-image] Aug 27 18:45:01.676 INFO O| Aug 27 18:45:01.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72352024-08-27T18:45:02.692Z[ recovery-image] Aug 27 18:45:01.676 INFO O| Aug 27 18:45:01.676 INFO STEP 1104 (remove_files) COMPLETE
72362024-08-27T18:45:02.692Z[ recovery-image] Aug 27 18:45:01.676 INFO O| Aug 27 18:45:01.676 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-08-27T18:45:02.702Z[ recovery-image] Aug 27 18:45:01.686 INFO O| Aug 27 18:45:01.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
72382024-08-27T18:45:02.702Z[ recovery-image] Aug 27 18:45:01.686 INFO O| Aug 27 18:45:01.686 INFO STEP 1105 (remove_files) COMPLETE
72392024-08-27T18:45:02.702Z[ recovery-image] Aug 27 18:45:01.686 INFO O| Aug 27 18:45:01.686 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-08-27T18:45:02.713Z[ recovery-image] Aug 27 18:45:01.696 INFO O| Aug 27 18:45:01.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
72412024-08-27T18:45:02.713Z[ recovery-image] Aug 27 18:45:01.697 INFO O| Aug 27 18:45:01.697 INFO STEP 1106 (remove_files) COMPLETE
72422024-08-27T18:45:02.716Z[ recovery-image] Aug 27 18:45:01.697 INFO O| Aug 27 18:45:01.697 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-08-27T18:45:02.723Z[ recovery-image] Aug 27 18:45:01.707 INFO O| Aug 27 18:45:01.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72442024-08-27T18:45:02.725Z[ recovery-image] Aug 27 18:45:01.707 INFO O| Aug 27 18:45:01.707 INFO STEP 1107 (remove_files) COMPLETE
72452024-08-27T18:45:02.725Z[ recovery-image] Aug 27 18:45:01.707 INFO O| Aug 27 18:45:01.707 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-08-27T18:45:02.733Z[ recovery-image] Aug 27 18:45:01.717 INFO O| Aug 27 18:45:01.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72472024-08-27T18:45:02.733Z[ recovery-image] Aug 27 18:45:01.717 INFO O| Aug 27 18:45:01.717 INFO STEP 1108 (remove_files) COMPLETE
72482024-08-27T18:45:02.735Z[ recovery-image] Aug 27 18:45:01.717 INFO O| Aug 27 18:45:01.717 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-08-27T18:45:02.743Z[ recovery-image] Aug 27 18:45:01.727 INFO O| Aug 27 18:45:01.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72502024-08-27T18:45:02.743Z[ recovery-image] Aug 27 18:45:01.727 INFO O| Aug 27 18:45:01.727 INFO STEP 1109 (remove_files) COMPLETE
72512024-08-27T18:45:02.743Z[ recovery-image] Aug 27 18:45:01.727 INFO O| Aug 27 18:45:01.727 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-08-27T18:45:02.753Z[ recovery-image] Aug 27 18:45:01.737 INFO O| Aug 27 18:45:01.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72532024-08-27T18:45:02.756Z[ recovery-image] Aug 27 18:45:01.738 INFO O| Aug 27 18:45:01.738 INFO STEP 1110 (remove_files) COMPLETE
72542024-08-27T18:45:02.756Z[ recovery-image] Aug 27 18:45:01.738 INFO O| Aug 27 18:45:01.738 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-08-27T18:45:02.763Z[ recovery-image] Aug 27 18:45:01.747 INFO O| Aug 27 18:45:01.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72562024-08-27T18:45:02.763Z[ recovery-image] Aug 27 18:45:01.747 INFO O| Aug 27 18:45:01.747 INFO STEP 1111 (remove_files) COMPLETE
72572024-08-27T18:45:02.763Z[ recovery-image] Aug 27 18:45:01.747 INFO O| Aug 27 18:45:01.747 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-08-27T18:45:02.773Z[ recovery-image] Aug 27 18:45:01.757 INFO O| Aug 27 18:45:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72592024-08-27T18:45:02.773Z[ recovery-image] Aug 27 18:45:01.757 INFO O| Aug 27 18:45:01.757 INFO STEP 1112 (remove_files) COMPLETE
72602024-08-27T18:45:02.773Z[ recovery-image] Aug 27 18:45:01.757 INFO O| Aug 27 18:45:01.757 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-08-27T18:45:02.783Z[ recovery-image] Aug 27 18:45:01.767 INFO O| Aug 27 18:45:01.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72622024-08-27T18:45:02.786Z[ recovery-image] Aug 27 18:45:01.767 INFO O| Aug 27 18:45:01.767 INFO STEP 1113 (remove_files) COMPLETE
72632024-08-27T18:45:02.786Z[ recovery-image] Aug 27 18:45:01.767 INFO O| Aug 27 18:45:01.767 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-08-27T18:45:02.793Z[ recovery-image] Aug 27 18:45:01.777 INFO O| Aug 27 18:45:01.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72652024-08-27T18:45:02.794Z[ recovery-image] Aug 27 18:45:01.777 INFO O| Aug 27 18:45:01.777 INFO STEP 1114 (remove_files) COMPLETE
72662024-08-27T18:45:02.796Z[ recovery-image] Aug 27 18:45:01.777 INFO O| Aug 27 18:45:01.777 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-08-27T18:45:02.803Z[ recovery-image] Aug 27 18:45:01.787 INFO O| Aug 27 18:45:01.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72682024-08-27T18:45:02.803Z[ recovery-image] Aug 27 18:45:01.787 INFO O| Aug 27 18:45:01.787 INFO STEP 1115 (remove_files) COMPLETE
72692024-08-27T18:45:02.806Z[ recovery-image] Aug 27 18:45:01.787 INFO O| Aug 27 18:45:01.787 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-08-27T18:45:02.813Z[ recovery-image] Aug 27 18:45:01.797 INFO O| Aug 27 18:45:01.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72712024-08-27T18:45:02.813Z[ recovery-image] Aug 27 18:45:01.797 INFO O| Aug 27 18:45:01.797 INFO STEP 1116 (remove_files) COMPLETE
72722024-08-27T18:45:02.813Z[ recovery-image] Aug 27 18:45:01.797 INFO O| Aug 27 18:45:01.797 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-08-27T18:45:02.823Z[ recovery-image] Aug 27 18:45:01.807 INFO O| Aug 27 18:45:01.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72742024-08-27T18:45:02.826Z[ recovery-image] Aug 27 18:45:01.807 INFO O| Aug 27 18:45:01.807 INFO STEP 1117 (remove_files) COMPLETE
72752024-08-27T18:45:02.826Z[ recovery-image] Aug 27 18:45:01.807 INFO O| Aug 27 18:45:01.807 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-08-27T18:45:02.833Z[ recovery-image] Aug 27 18:45:01.817 INFO O| Aug 27 18:45:01.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72772024-08-27T18:45:02.833Z[ recovery-image] Aug 27 18:45:01.817 INFO O| Aug 27 18:45:01.817 INFO STEP 1118 (remove_files) COMPLETE
72782024-08-27T18:45:02.833Z[ recovery-image] Aug 27 18:45:01.817 INFO O| Aug 27 18:45:01.817 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-08-27T18:45:02.843Z[ recovery-image] Aug 27 18:45:01.827 INFO O| Aug 27 18:45:01.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72802024-08-27T18:45:02.846Z[ recovery-image] Aug 27 18:45:01.827 INFO O| Aug 27 18:45:01.827 INFO STEP 1119 (remove_files) COMPLETE
72812024-08-27T18:45:02.846Z[ recovery-image] Aug 27 18:45:01.827 INFO O| Aug 27 18:45:01.827 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-08-27T18:45:02.853Z[ recovery-image] Aug 27 18:45:01.837 INFO O| Aug 27 18:45:01.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72832024-08-27T18:45:02.854Z[ recovery-image] Aug 27 18:45:01.837 INFO O| Aug 27 18:45:01.837 INFO STEP 1120 (remove_files) COMPLETE
72842024-08-27T18:45:02.854Z[ recovery-image] Aug 27 18:45:01.837 INFO O| Aug 27 18:45:01.837 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-08-27T18:45:02.863Z[ recovery-image] Aug 27 18:45:01.847 INFO O| Aug 27 18:45:01.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72862024-08-27T18:45:02.863Z[ recovery-image] Aug 27 18:45:01.847 INFO O| Aug 27 18:45:01.847 INFO STEP 1121 (remove_files) COMPLETE
72872024-08-27T18:45:02.866Z[ recovery-image] Aug 27 18:45:01.847 INFO O| Aug 27 18:45:01.847 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-08-27T18:45:02.873Z[ recovery-image] Aug 27 18:45:01.857 INFO O| Aug 27 18:45:01.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72892024-08-27T18:45:02.873Z[ recovery-image] Aug 27 18:45:01.857 INFO O| Aug 27 18:45:01.857 INFO STEP 1122 (remove_files) COMPLETE
72902024-08-27T18:45:02.876Z[ recovery-image] Aug 27 18:45:01.857 INFO O| Aug 27 18:45:01.857 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-08-27T18:45:02.884Z[ recovery-image] Aug 27 18:45:01.867 INFO O| Aug 27 18:45:01.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72922024-08-27T18:45:02.884Z[ recovery-image] Aug 27 18:45:01.868 INFO O| Aug 27 18:45:01.867 INFO STEP 1123 (remove_files) COMPLETE
72932024-08-27T18:45:02.886Z[ recovery-image] Aug 27 18:45:01.868 INFO O| Aug 27 18:45:01.867 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-08-27T18:45:02.894Z[ recovery-image] Aug 27 18:45:01.878 INFO O| Aug 27 18:45:01.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72952024-08-27T18:45:02.894Z[ recovery-image] Aug 27 18:45:01.878 INFO O| Aug 27 18:45:01.878 INFO STEP 1124 (remove_files) COMPLETE
72962024-08-27T18:45:02.894Z[ recovery-image] Aug 27 18:45:01.878 INFO O| Aug 27 18:45:01.878 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-08-27T18:45:02.904Z[ recovery-image] Aug 27 18:45:01.887 INFO O| Aug 27 18:45:01.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72982024-08-27T18:45:02.904Z[ recovery-image] Aug 27 18:45:01.888 INFO O| Aug 27 18:45:01.887 INFO STEP 1125 (remove_files) COMPLETE
72992024-08-27T18:45:02.904Z[ recovery-image] Aug 27 18:45:01.888 INFO O| Aug 27 18:45:01.888 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-08-27T18:45:02.913Z[ recovery-image] Aug 27 18:45:01.897 INFO O| Aug 27 18:45:01.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
73012024-08-27T18:45:02.913Z[ recovery-image] Aug 27 18:45:01.897 INFO O| Aug 27 18:45:01.897 INFO STEP 1126 (remove_files) COMPLETE
73022024-08-27T18:45:02.916Z[ recovery-image] Aug 27 18:45:01.897 INFO O| Aug 27 18:45:01.897 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-08-27T18:45:02.923Z[ recovery-image] Aug 27 18:45:01.907 INFO O| Aug 27 18:45:01.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
73042024-08-27T18:45:02.923Z[ recovery-image] Aug 27 18:45:01.907 INFO O| Aug 27 18:45:01.907 INFO STEP 1127 (remove_files) COMPLETE
73052024-08-27T18:45:02.923Z[ recovery-image] Aug 27 18:45:01.907 INFO O| Aug 27 18:45:01.907 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-08-27T18:45:02.933Z[ recovery-image] Aug 27 18:45:01.917 INFO O| Aug 27 18:45:01.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
73072024-08-27T18:45:02.933Z[ recovery-image] Aug 27 18:45:01.917 INFO O| Aug 27 18:45:01.917 INFO STEP 1128 (remove_files) COMPLETE
73082024-08-27T18:45:02.933Z[ recovery-image] Aug 27 18:45:01.917 INFO O| Aug 27 18:45:01.917 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-08-27T18:45:02.943Z[ recovery-image] Aug 27 18:45:01.927 INFO O| Aug 27 18:45:01.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
73102024-08-27T18:45:02.943Z[ recovery-image] Aug 27 18:45:01.927 INFO O| Aug 27 18:45:01.927 INFO STEP 1129 (remove_files) COMPLETE
73112024-08-27T18:45:02.943Z[ recovery-image] Aug 27 18:45:01.927 INFO O| Aug 27 18:45:01.927 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-08-27T18:45:02.953Z[ recovery-image] Aug 27 18:45:01.937 INFO O| Aug 27 18:45:01.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
73132024-08-27T18:45:02.953Z[ recovery-image] Aug 27 18:45:01.937 INFO O| Aug 27 18:45:01.937 INFO STEP 1130 (remove_files) COMPLETE
73142024-08-27T18:45:02.953Z[ recovery-image] Aug 27 18:45:01.937 INFO O| Aug 27 18:45:01.937 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-08-27T18:45:02.965Z[ recovery-image] Aug 27 18:45:01.947 INFO O| Aug 27 18:45:01.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
73162024-08-27T18:45:02.965Z[ recovery-image] Aug 27 18:45:01.947 INFO O| Aug 27 18:45:01.947 INFO STEP 1131 (remove_files) COMPLETE
73172024-08-27T18:45:02.967Z[ recovery-image] Aug 27 18:45:01.947 INFO O| Aug 27 18:45:01.947 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-08-27T18:45:02.973Z[ recovery-image] Aug 27 18:45:01.956 INFO O| Aug 27 18:45:01.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
73192024-08-27T18:45:02.975Z[ recovery-image] Aug 27 18:45:01.956 INFO O| Aug 27 18:45:01.956 INFO STEP 1132 (remove_files) COMPLETE
73202024-08-27T18:45:02.975Z[ recovery-image] Aug 27 18:45:01.956 INFO O| Aug 27 18:45:01.956 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-08-27T18:45:02.983Z[ recovery-image] Aug 27 18:45:01.966 INFO O| Aug 27 18:45:01.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
73222024-08-27T18:45:02.983Z[ recovery-image] Aug 27 18:45:01.967 INFO O| Aug 27 18:45:01.967 INFO STEP 1133 (remove_files) COMPLETE
73232024-08-27T18:45:02.986Z[ recovery-image] Aug 27 18:45:01.967 INFO O| Aug 27 18:45:01.967 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-08-27T18:45:02.995Z[ recovery-image] Aug 27 18:45:01.977 INFO O| Aug 27 18:45:01.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
73252024-08-27T18:45:02.998Z[ recovery-image] Aug 27 18:45:01.977 INFO O| Aug 27 18:45:01.977 INFO STEP 1134 (remove_files) COMPLETE
73262024-08-27T18:45:02.998Z[ recovery-image] Aug 27 18:45:01.977 INFO O| Aug 27 18:45:01.977 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-08-27T18:45:03.004Z[ recovery-image] Aug 27 18:45:01.987 INFO O| Aug 27 18:45:01.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
73282024-08-27T18:45:03.004Z[ recovery-image] Aug 27 18:45:01.987 INFO O| Aug 27 18:45:01.987 INFO STEP 1135 (remove_files) COMPLETE
73292024-08-27T18:45:03.004Z[ recovery-image] Aug 27 18:45:01.987 INFO O| Aug 27 18:45:01.987 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-08-27T18:45:03.014Z[ recovery-image] Aug 27 18:45:01.998 INFO O| Aug 27 18:45:01.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73312024-08-27T18:45:03.014Z[ recovery-image] Aug 27 18:45:01.998 INFO O| Aug 27 18:45:01.998 INFO STEP 1136 (remove_files) COMPLETE
73322024-08-27T18:45:03.014Z[ recovery-image] Aug 27 18:45:01.998 INFO O| Aug 27 18:45:01.998 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-08-27T18:45:03.024Z[ recovery-image] Aug 27 18:45:02.008 INFO O| Aug 27 18:45:02.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73342024-08-27T18:45:03.024Z[ recovery-image] Aug 27 18:45:02.008 INFO O| Aug 27 18:45:02.008 INFO STEP 1137 (remove_files) COMPLETE
73352024-08-27T18:45:03.024Z[ recovery-image] Aug 27 18:45:02.008 INFO O| Aug 27 18:45:02.008 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-08-27T18:45:03.041Z[ recovery-image] Aug 27 18:45:02.018 INFO O| Aug 27 18:45:02.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
73372024-08-27T18:45:03.041Z[ recovery-image] Aug 27 18:45:02.018 INFO O| Aug 27 18:45:02.018 INFO STEP 1138 (remove_files) COMPLETE
73382024-08-27T18:45:03.044Z[ recovery-image] Aug 27 18:45:02.018 INFO O| Aug 27 18:45:02.018 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-08-27T18:45:03.048Z[ recovery-image] Aug 27 18:45:02.028 INFO O| Aug 27 18:45:02.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
73402024-08-27T18:45:03.048Z[ recovery-image] Aug 27 18:45:02.028 INFO O| Aug 27 18:45:02.028 INFO STEP 1139 (remove_files) COMPLETE
73412024-08-27T18:45:03.048Z[ recovery-image] Aug 27 18:45:02.028 INFO O| Aug 27 18:45:02.028 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-08-27T18:45:03.056Z[ recovery-image] Aug 27 18:45:02.038 INFO O| Aug 27 18:45:02.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73432024-08-27T18:45:03.056Z[ recovery-image] Aug 27 18:45:02.038 INFO O| Aug 27 18:45:02.038 INFO STEP 1140 (remove_files) COMPLETE
73442024-08-27T18:45:03.059Z[ recovery-image] Aug 27 18:45:02.038 INFO O| Aug 27 18:45:02.038 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-08-27T18:45:03.065Z[ recovery-image] Aug 27 18:45:02.048 INFO O| Aug 27 18:45:02.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73462024-08-27T18:45:03.065Z[ recovery-image] Aug 27 18:45:02.048 INFO O| Aug 27 18:45:02.048 INFO STEP 1141 (remove_files) COMPLETE
73472024-08-27T18:45:03.069Z[ recovery-image] Aug 27 18:45:02.048 INFO O| Aug 27 18:45:02.048 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-08-27T18:45:03.076Z[ recovery-image] Aug 27 18:45:02.059 INFO O| Aug 27 18:45:02.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73492024-08-27T18:45:03.076Z[ recovery-image] Aug 27 18:45:02.059 INFO O| Aug 27 18:45:02.059 INFO STEP 1142 (remove_files) COMPLETE
73502024-08-27T18:45:03.078Z[ recovery-image] Aug 27 18:45:02.059 INFO O| Aug 27 18:45:02.059 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-08-27T18:45:03.086Z[ recovery-image] Aug 27 18:45:02.069 INFO O| Aug 27 18:45:02.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73522024-08-27T18:45:03.086Z[ recovery-image] Aug 27 18:45:02.069 INFO O| Aug 27 18:45:02.069 INFO STEP 1143 (remove_files) COMPLETE
73532024-08-27T18:45:03.086Z[ recovery-image] Aug 27 18:45:02.069 INFO O| Aug 27 18:45:02.069 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-08-27T18:45:03.095Z[ recovery-image] Aug 27 18:45:02.079 INFO O| Aug 27 18:45:02.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73552024-08-27T18:45:03.095Z[ recovery-image] Aug 27 18:45:02.079 INFO O| Aug 27 18:45:02.079 INFO STEP 1144 (remove_files) COMPLETE
73562024-08-27T18:45:03.098Z[ recovery-image] Aug 27 18:45:02.079 INFO O| Aug 27 18:45:02.079 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-08-27T18:45:03.106Z[ recovery-image] Aug 27 18:45:02.089 INFO O| Aug 27 18:45:02.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73582024-08-27T18:45:03.106Z[ recovery-image] Aug 27 18:45:02.090 INFO O| Aug 27 18:45:02.089 INFO STEP 1145 (remove_files) COMPLETE
73592024-08-27T18:45:03.106Z[ recovery-image] Aug 27 18:45:02.090 INFO O| Aug 27 18:45:02.090 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-08-27T18:45:03.116Z[ recovery-image] Aug 27 18:45:02.100 INFO O| Aug 27 18:45:02.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73612024-08-27T18:45:03.119Z[ recovery-image] Aug 27 18:45:02.100 INFO O| Aug 27 18:45:02.100 INFO STEP 1146 (remove_files) COMPLETE
73622024-08-27T18:45:03.119Z[ recovery-image] Aug 27 18:45:02.100 INFO O| Aug 27 18:45:02.100 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-08-27T18:45:03.126Z[ recovery-image] Aug 27 18:45:02.110 INFO O| Aug 27 18:45:02.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73642024-08-27T18:45:03.126Z[ recovery-image] Aug 27 18:45:02.110 INFO O| Aug 27 18:45:02.110 INFO STEP 1147 (remove_files) COMPLETE
73652024-08-27T18:45:03.127Z[ recovery-image] Aug 27 18:45:02.110 INFO O| Aug 27 18:45:02.110 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-08-27T18:45:03.137Z[ recovery-image] Aug 27 18:45:02.121 INFO O| Aug 27 18:45:02.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73672024-08-27T18:45:03.137Z[ recovery-image] Aug 27 18:45:02.121 INFO O| Aug 27 18:45:02.121 INFO STEP 1148 (remove_files) COMPLETE
73682024-08-27T18:45:03.140Z[ recovery-image] Aug 27 18:45:02.121 INFO O| Aug 27 18:45:02.121 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-08-27T18:45:03.148Z[ recovery-image] Aug 27 18:45:02.131 INFO O| Aug 27 18:45:02.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73702024-08-27T18:45:03.148Z[ recovery-image] Aug 27 18:45:02.131 INFO O| Aug 27 18:45:02.131 INFO STEP 1149 (remove_files) COMPLETE
73712024-08-27T18:45:03.148Z[ recovery-image] Aug 27 18:45:02.131 INFO O| Aug 27 18:45:02.131 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-08-27T18:45:03.160Z[ recovery-image] Aug 27 18:45:02.142 INFO O| Aug 27 18:45:02.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73732024-08-27T18:45:03.160Z[ recovery-image] Aug 27 18:45:02.142 INFO O| Aug 27 18:45:02.142 INFO STEP 1150 (remove_files) COMPLETE
73742024-08-27T18:45:03.162Z[ recovery-image] Aug 27 18:45:02.142 INFO O| Aug 27 18:45:02.142 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-08-27T18:45:03.169Z[ recovery-image] Aug 27 18:45:02.152 INFO O| Aug 27 18:45:02.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73762024-08-27T18:45:03.169Z[ recovery-image] Aug 27 18:45:02.153 INFO O| Aug 27 18:45:02.153 INFO STEP 1151 (remove_files) COMPLETE
73772024-08-27T18:45:03.169Z[ recovery-image] Aug 27 18:45:02.153 INFO O| Aug 27 18:45:02.153 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-08-27T18:45:03.180Z[ recovery-image] Aug 27 18:45:02.163 INFO O| Aug 27 18:45:02.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73792024-08-27T18:45:03.180Z[ recovery-image] Aug 27 18:45:02.163 INFO O| Aug 27 18:45:02.163 INFO STEP 1152 (remove_files) COMPLETE
73802024-08-27T18:45:03.182Z[ recovery-image] Aug 27 18:45:02.163 INFO O| Aug 27 18:45:02.163 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-08-27T18:45:03.192Z[ recovery-image] Aug 27 18:45:02.174 INFO O| Aug 27 18:45:02.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73822024-08-27T18:45:03.194Z[ recovery-image] Aug 27 18:45:02.174 INFO O| Aug 27 18:45:02.174 INFO STEP 1153 (remove_files) COMPLETE
73832024-08-27T18:45:03.194Z[ recovery-image] Aug 27 18:45:02.174 INFO O| Aug 27 18:45:02.174 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-08-27T18:45:03.202Z[ recovery-image] Aug 27 18:45:02.186 INFO O| Aug 27 18:45:02.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73852024-08-27T18:45:03.202Z[ recovery-image] Aug 27 18:45:02.186 INFO O| Aug 27 18:45:02.186 INFO STEP 1154 (remove_files) COMPLETE
73862024-08-27T18:45:03.203Z[ recovery-image] Aug 27 18:45:02.186 INFO O| Aug 27 18:45:02.186 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-08-27T18:45:03.213Z[ recovery-image] Aug 27 18:45:02.197 INFO O| Aug 27 18:45:02.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73882024-08-27T18:45:03.213Z[ recovery-image] Aug 27 18:45:02.197 INFO O| Aug 27 18:45:02.197 INFO STEP 1155 (remove_files) COMPLETE
73892024-08-27T18:45:03.213Z[ recovery-image] Aug 27 18:45:02.197 INFO O| Aug 27 18:45:02.197 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-08-27T18:45:03.224Z[ recovery-image] Aug 27 18:45:02.207 INFO O| Aug 27 18:45:02.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73912024-08-27T18:45:03.224Z[ recovery-image] Aug 27 18:45:02.207 INFO O| Aug 27 18:45:02.207 INFO STEP 1156 (remove_files) COMPLETE
73922024-08-27T18:45:03.227Z[ recovery-image] Aug 27 18:45:02.207 INFO O| Aug 27 18:45:02.207 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-08-27T18:45:03.234Z[ recovery-image] Aug 27 18:45:02.218 INFO O| Aug 27 18:45:02.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73942024-08-27T18:45:03.234Z[ recovery-image] Aug 27 18:45:02.218 INFO O| Aug 27 18:45:02.218 INFO STEP 1157 (remove_files) COMPLETE
73952024-08-27T18:45:03.234Z[ recovery-image] Aug 27 18:45:02.218 INFO O| Aug 27 18:45:02.218 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-08-27T18:45:03.245Z[ recovery-image] Aug 27 18:45:02.229 INFO O| Aug 27 18:45:02.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73972024-08-27T18:45:03.247Z[ recovery-image] Aug 27 18:45:02.229 INFO O| Aug 27 18:45:02.229 INFO STEP 1158 (remove_files) COMPLETE
73982024-08-27T18:45:03.247Z[ recovery-image] Aug 27 18:45:02.229 INFO O| Aug 27 18:45:02.229 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-08-27T18:45:03.255Z[ recovery-image] Aug 27 18:45:02.239 INFO O| Aug 27 18:45:02.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
74002024-08-27T18:45:03.255Z[ recovery-image] Aug 27 18:45:02.239 INFO O| Aug 27 18:45:02.239 INFO STEP 1159 (remove_files) COMPLETE
74012024-08-27T18:45:03.255Z[ recovery-image] Aug 27 18:45:02.239 INFO O| Aug 27 18:45:02.239 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-08-27T18:45:03.266Z[ recovery-image] Aug 27 18:45:02.249 INFO O| Aug 27 18:45:02.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
74032024-08-27T18:45:03.266Z[ recovery-image] Aug 27 18:45:02.249 INFO O| Aug 27 18:45:02.249 INFO STEP 1160 (remove_files) COMPLETE
74042024-08-27T18:45:03.268Z[ recovery-image] Aug 27 18:45:02.249 INFO O| Aug 27 18:45:02.249 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-08-27T18:45:03.275Z[ recovery-image] Aug 27 18:45:02.259 INFO O| Aug 27 18:45:02.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
74062024-08-27T18:45:03.275Z[ recovery-image] Aug 27 18:45:02.259 INFO O| Aug 27 18:45:02.259 INFO STEP 1161 (remove_files) COMPLETE
74072024-08-27T18:45:03.278Z[ recovery-image] Aug 27 18:45:02.259 INFO O| Aug 27 18:45:02.259 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-08-27T18:45:03.286Z[ recovery-image] Aug 27 18:45:02.269 INFO O| Aug 27 18:45:02.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
74092024-08-27T18:45:03.288Z[ recovery-image] Aug 27 18:45:02.269 INFO O| Aug 27 18:45:02.269 INFO STEP 1162 (remove_files) COMPLETE
74102024-08-27T18:45:03.288Z[ recovery-image] Aug 27 18:45:02.270 INFO O| Aug 27 18:45:02.269 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-08-27T18:45:03.296Z[ recovery-image] Aug 27 18:45:02.280 INFO O| Aug 27 18:45:02.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
74122024-08-27T18:45:03.296Z[ recovery-image] Aug 27 18:45:02.280 INFO O| Aug 27 18:45:02.280 INFO STEP 1163 (remove_files) COMPLETE
74132024-08-27T18:45:03.298Z[ recovery-image] Aug 27 18:45:02.280 INFO O| Aug 27 18:45:02.280 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-08-27T18:45:03.306Z[ recovery-image] Aug 27 18:45:02.289 INFO O| Aug 27 18:45:02.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
74152024-08-27T18:45:03.306Z[ recovery-image] Aug 27 18:45:02.289 INFO O| Aug 27 18:45:02.289 INFO STEP 1164 (remove_files) COMPLETE
74162024-08-27T18:45:03.306Z[ recovery-image] Aug 27 18:45:02.289 INFO O| Aug 27 18:45:02.289 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-08-27T18:45:03.316Z[ recovery-image] Aug 27 18:45:02.299 INFO O| Aug 27 18:45:02.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
74182024-08-27T18:45:03.316Z[ recovery-image] Aug 27 18:45:02.299 INFO O| Aug 27 18:45:02.299 INFO STEP 1165 (remove_files) COMPLETE
74192024-08-27T18:45:03.318Z[ recovery-image] Aug 27 18:45:02.299 INFO O| Aug 27 18:45:02.299 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-08-27T18:45:03.326Z[ recovery-image] Aug 27 18:45:02.310 INFO O| Aug 27 18:45:02.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
74212024-08-27T18:45:03.326Z[ recovery-image] Aug 27 18:45:02.310 INFO O| Aug 27 18:45:02.310 INFO STEP 1166 (remove_files) COMPLETE
74222024-08-27T18:45:03.326Z[ recovery-image] Aug 27 18:45:02.310 INFO O| Aug 27 18:45:02.310 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-08-27T18:45:03.336Z[ recovery-image] Aug 27 18:45:02.320 INFO O| Aug 27 18:45:02.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
74242024-08-27T18:45:03.336Z[ recovery-image] Aug 27 18:45:02.320 INFO O| Aug 27 18:45:02.320 INFO STEP 1167 (remove_files) COMPLETE
74252024-08-27T18:45:03.338Z[ recovery-image] Aug 27 18:45:02.320 INFO O| Aug 27 18:45:02.320 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-08-27T18:45:03.346Z[ recovery-image] Aug 27 18:45:02.330 INFO O| Aug 27 18:45:02.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
74272024-08-27T18:45:03.350Z[ recovery-image] Aug 27 18:45:02.330 INFO O| Aug 27 18:45:02.330 INFO STEP 1168 (remove_files) COMPLETE
74282024-08-27T18:45:03.350Z[ recovery-image] Aug 27 18:45:02.330 INFO O| Aug 27 18:45:02.330 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-08-27T18:45:03.358Z[ recovery-image] Aug 27 18:45:02.341 INFO O| Aug 27 18:45:02.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
74302024-08-27T18:45:03.358Z[ recovery-image] Aug 27 18:45:02.342 INFO O| Aug 27 18:45:02.342 INFO STEP 1169 (remove_files) COMPLETE
74312024-08-27T18:45:03.358Z[ recovery-image] Aug 27 18:45:02.342 INFO O| Aug 27 18:45:02.342 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-08-27T18:45:03.370Z[ recovery-image] Aug 27 18:45:02.354 INFO O| Aug 27 18:45:02.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74332024-08-27T18:45:03.370Z[ recovery-image] Aug 27 18:45:02.354 INFO O| Aug 27 18:45:02.354 INFO STEP 1170 (remove_files) COMPLETE
74342024-08-27T18:45:03.370Z[ recovery-image] Aug 27 18:45:02.354 INFO O| Aug 27 18:45:02.354 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-08-27T18:45:03.382Z[ recovery-image] Aug 27 18:45:02.366 INFO O| Aug 27 18:45:02.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74362024-08-27T18:45:03.382Z[ recovery-image] Aug 27 18:45:02.366 INFO O| Aug 27 18:45:02.366 INFO STEP 1171 (remove_files) COMPLETE
74372024-08-27T18:45:03.382Z[ recovery-image] Aug 27 18:45:02.366 INFO O| Aug 27 18:45:02.366 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-08-27T18:45:03.394Z[ recovery-image] Aug 27 18:45:02.377 INFO O| Aug 27 18:45:02.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
74392024-08-27T18:45:03.394Z[ recovery-image] Aug 27 18:45:02.377 INFO O| Aug 27 18:45:02.377 INFO STEP 1172 (remove_files) COMPLETE
74402024-08-27T18:45:03.396Z[ recovery-image] Aug 27 18:45:02.377 INFO O| Aug 27 18:45:02.377 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-08-27T18:45:03.406Z[ recovery-image] Aug 27 18:45:02.390 INFO O| Aug 27 18:45:02.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74422024-08-27T18:45:03.406Z[ recovery-image] Aug 27 18:45:02.390 INFO O| Aug 27 18:45:02.390 INFO STEP 1173 (remove_files) COMPLETE
74432024-08-27T18:45:03.408Z[ recovery-image] Aug 27 18:45:02.390 INFO O| Aug 27 18:45:02.390 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-08-27T18:45:03.419Z[ recovery-image] Aug 27 18:45:02.403 INFO O| Aug 27 18:45:02.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74452024-08-27T18:45:03.419Z[ recovery-image] Aug 27 18:45:02.403 INFO O| Aug 27 18:45:02.403 INFO STEP 1174 (remove_files) COMPLETE
74462024-08-27T18:45:03.419Z[ recovery-image] Aug 27 18:45:02.403 INFO O| Aug 27 18:45:02.403 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-08-27T18:45:03.430Z[ recovery-image] Aug 27 18:45:02.414 INFO O| Aug 27 18:45:02.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74482024-08-27T18:45:03.433Z[ recovery-image] Aug 27 18:45:02.414 INFO O| Aug 27 18:45:02.414 INFO STEP 1175 (remove_files) COMPLETE
74492024-08-27T18:45:03.433Z[ recovery-image] Aug 27 18:45:02.414 INFO O| Aug 27 18:45:02.414 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-08-27T18:45:03.443Z[ recovery-image] Aug 27 18:45:02.426 INFO O| Aug 27 18:45:02.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74512024-08-27T18:45:03.443Z[ recovery-image] Aug 27 18:45:02.426 INFO O| Aug 27 18:45:02.426 INFO STEP 1176 (remove_files) COMPLETE
74522024-08-27T18:45:03.446Z[ recovery-image] Aug 27 18:45:02.426 INFO O| Aug 27 18:45:02.426 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-08-27T18:45:03.453Z[ recovery-image] Aug 27 18:45:02.436 INFO O| Aug 27 18:45:02.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74542024-08-27T18:45:03.453Z[ recovery-image] Aug 27 18:45:02.436 INFO O| Aug 27 18:45:02.436 INFO STEP 1177 (remove_files) COMPLETE
74552024-08-27T18:45:03.455Z[ recovery-image] Aug 27 18:45:02.437 INFO O| Aug 27 18:45:02.436 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-08-27T18:45:03.463Z[ recovery-image] Aug 27 18:45:02.447 INFO O| Aug 27 18:45:02.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74572024-08-27T18:45:03.463Z[ recovery-image] Aug 27 18:45:02.447 INFO O| Aug 27 18:45:02.447 INFO STEP 1178 (remove_files) COMPLETE
74582024-08-27T18:45:03.465Z[ recovery-image] Aug 27 18:45:02.447 INFO O| Aug 27 18:45:02.447 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-08-27T18:45:03.474Z[ recovery-image] Aug 27 18:45:02.457 INFO O| Aug 27 18:45:02.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74602024-08-27T18:45:03.474Z[ recovery-image] Aug 27 18:45:02.457 INFO O| Aug 27 18:45:02.457 INFO STEP 1179 (remove_files) COMPLETE
74612024-08-27T18:45:03.474Z[ recovery-image] Aug 27 18:45:02.457 INFO O| Aug 27 18:45:02.457 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-08-27T18:45:03.484Z[ recovery-image] Aug 27 18:45:02.468 INFO O| Aug 27 18:45:02.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74632024-08-27T18:45:03.484Z[ recovery-image] Aug 27 18:45:02.468 INFO O| Aug 27 18:45:02.468 INFO STEP 1180 (remove_files) COMPLETE
74642024-08-27T18:45:03.484Z[ recovery-image] Aug 27 18:45:02.468 INFO O| Aug 27 18:45:02.468 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-08-27T18:45:03.497Z[ recovery-image] Aug 27 18:45:02.479 INFO O| Aug 27 18:45:02.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74662024-08-27T18:45:03.497Z[ recovery-image] Aug 27 18:45:02.479 INFO O| Aug 27 18:45:02.479 INFO STEP 1181 (remove_files) COMPLETE
74672024-08-27T18:45:03.500Z[ recovery-image] Aug 27 18:45:02.479 INFO O| Aug 27 18:45:02.479 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-08-27T18:45:03.506Z[ recovery-image] Aug 27 18:45:02.490 INFO O| Aug 27 18:45:02.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74692024-08-27T18:45:03.507Z[ recovery-image] Aug 27 18:45:02.490 INFO O| Aug 27 18:45:02.490 INFO STEP 1182 (remove_files) COMPLETE
74702024-08-27T18:45:03.509Z[ recovery-image] Aug 27 18:45:02.490 INFO O| Aug 27 18:45:02.490 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-08-27T18:45:03.517Z[ recovery-image] Aug 27 18:45:02.501 INFO O| Aug 27 18:45:02.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74722024-08-27T18:45:03.519Z[ recovery-image] Aug 27 18:45:02.501 INFO O| Aug 27 18:45:02.501 INFO STEP 1183 (remove_files) COMPLETE
74732024-08-27T18:45:03.519Z[ recovery-image] Aug 27 18:45:02.501 INFO O| Aug 27 18:45:02.501 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-08-27T18:45:03.527Z[ recovery-image] Aug 27 18:45:02.511 INFO O| Aug 27 18:45:02.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74752024-08-27T18:45:03.527Z[ recovery-image] Aug 27 18:45:02.511 INFO O| Aug 27 18:45:02.511 INFO STEP 1184 (remove_files) COMPLETE
74762024-08-27T18:45:03.529Z[ recovery-image] Aug 27 18:45:02.511 INFO O| Aug 27 18:45:02.511 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-08-27T18:45:03.538Z[ recovery-image] Aug 27 18:45:02.521 INFO O| Aug 27 18:45:02.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74782024-08-27T18:45:03.538Z[ recovery-image] Aug 27 18:45:02.521 INFO O| Aug 27 18:45:02.521 INFO STEP 1185 (remove_files) COMPLETE
74792024-08-27T18:45:03.540Z[ recovery-image] Aug 27 18:45:02.521 INFO O| Aug 27 18:45:02.521 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-08-27T18:45:03.548Z[ recovery-image] Aug 27 18:45:02.532 INFO O| Aug 27 18:45:02.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74812024-08-27T18:45:03.548Z[ recovery-image] Aug 27 18:45:02.532 INFO O| Aug 27 18:45:02.532 INFO STEP 1186 (remove_files) COMPLETE
74822024-08-27T18:45:03.551Z[ recovery-image] Aug 27 18:45:02.532 INFO O| Aug 27 18:45:02.532 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-08-27T18:45:03.559Z[ recovery-image] Aug 27 18:45:02.543 INFO O| Aug 27 18:45:02.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74842024-08-27T18:45:03.559Z[ recovery-image] Aug 27 18:45:02.543 INFO O| Aug 27 18:45:02.543 INFO STEP 1187 (remove_files) COMPLETE
74852024-08-27T18:45:03.559Z[ recovery-image] Aug 27 18:45:02.543 INFO O| Aug 27 18:45:02.543 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-08-27T18:45:03.569Z[ recovery-image] Aug 27 18:45:02.553 INFO O| Aug 27 18:45:02.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74872024-08-27T18:45:03.569Z[ recovery-image] Aug 27 18:45:02.553 INFO O| Aug 27 18:45:02.553 INFO STEP 1188 (remove_files) COMPLETE
74882024-08-27T18:45:03.572Z[ recovery-image] Aug 27 18:45:02.553 INFO O| Aug 27 18:45:02.553 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-08-27T18:45:03.580Z[ recovery-image] Aug 27 18:45:02.564 INFO O| Aug 27 18:45:02.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74902024-08-27T18:45:03.580Z[ recovery-image] Aug 27 18:45:02.564 INFO O| Aug 27 18:45:02.564 INFO STEP 1189 (remove_files) COMPLETE
74912024-08-27T18:45:03.583Z[ recovery-image] Aug 27 18:45:02.564 INFO O| Aug 27 18:45:02.564 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-08-27T18:45:03.590Z[ recovery-image] Aug 27 18:45:02.574 INFO O| Aug 27 18:45:02.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74932024-08-27T18:45:03.590Z[ recovery-image] Aug 27 18:45:02.574 INFO O| Aug 27 18:45:02.574 INFO STEP 1190 (remove_files) COMPLETE
74942024-08-27T18:45:03.590Z[ recovery-image] Aug 27 18:45:02.574 INFO O| Aug 27 18:45:02.574 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-08-27T18:45:03.601Z[ recovery-image] Aug 27 18:45:02.585 INFO O| Aug 27 18:45:02.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74962024-08-27T18:45:03.604Z[ recovery-image] Aug 27 18:45:02.585 INFO O| Aug 27 18:45:02.585 INFO STEP 1191 (remove_files) COMPLETE
74972024-08-27T18:45:03.604Z[ recovery-image] Aug 27 18:45:02.585 INFO O| Aug 27 18:45:02.585 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-08-27T18:45:03.612Z[ recovery-image] Aug 27 18:45:02.596 INFO O| Aug 27 18:45:02.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74992024-08-27T18:45:03.612Z[ recovery-image] Aug 27 18:45:02.596 INFO O| Aug 27 18:45:02.596 INFO STEP 1192 (remove_files) COMPLETE
75002024-08-27T18:45:03.614Z[ recovery-image] Aug 27 18:45:02.596 INFO O| Aug 27 18:45:02.596 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-08-27T18:45:03.623Z[ recovery-image] Aug 27 18:45:02.606 INFO O| Aug 27 18:45:02.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
75022024-08-27T18:45:03.623Z[ recovery-image] Aug 27 18:45:02.606 INFO O| Aug 27 18:45:02.606 INFO STEP 1193 (remove_files) COMPLETE
75032024-08-27T18:45:03.626Z[ recovery-image] Aug 27 18:45:02.606 INFO O| Aug 27 18:45:02.606 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-08-27T18:45:03.633Z[ recovery-image] Aug 27 18:45:02.616 INFO O| Aug 27 18:45:02.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
75052024-08-27T18:45:03.633Z[ recovery-image] Aug 27 18:45:02.617 INFO O| Aug 27 18:45:02.617 INFO STEP 1194 (remove_files) COMPLETE
75062024-08-27T18:45:03.633Z[ recovery-image] Aug 27 18:45:02.617 INFO O| Aug 27 18:45:02.617 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-08-27T18:45:03.643Z[ recovery-image] Aug 27 18:45:02.627 INFO O| Aug 27 18:45:02.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
75082024-08-27T18:45:03.643Z[ recovery-image] Aug 27 18:45:02.627 INFO O| Aug 27 18:45:02.627 INFO STEP 1195 (remove_files) COMPLETE
75092024-08-27T18:45:03.645Z[ recovery-image] Aug 27 18:45:02.627 INFO O| Aug 27 18:45:02.627 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-08-27T18:45:03.653Z[ recovery-image] Aug 27 18:45:02.637 INFO O| Aug 27 18:45:02.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
75112024-08-27T18:45:03.653Z[ recovery-image] Aug 27 18:45:02.637 INFO O| Aug 27 18:45:02.637 INFO STEP 1196 (remove_files) COMPLETE
75122024-08-27T18:45:03.656Z[ recovery-image] Aug 27 18:45:02.637 INFO O| Aug 27 18:45:02.637 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-08-27T18:45:03.664Z[ recovery-image] Aug 27 18:45:02.647 INFO O| Aug 27 18:45:02.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
75142024-08-27T18:45:03.666Z[ recovery-image] Aug 27 18:45:02.647 INFO O| Aug 27 18:45:02.647 INFO STEP 1197 (remove_files) COMPLETE
75152024-08-27T18:45:03.666Z[ recovery-image] Aug 27 18:45:02.647 INFO O| Aug 27 18:45:02.647 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-08-27T18:45:03.674Z[ recovery-image] Aug 27 18:45:02.658 INFO O| Aug 27 18:45:02.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
75172024-08-27T18:45:03.674Z[ recovery-image] Aug 27 18:45:02.658 INFO O| Aug 27 18:45:02.658 INFO STEP 1198 (remove_files) COMPLETE
75182024-08-27T18:45:03.678Z[ recovery-image] Aug 27 18:45:02.658 INFO O| Aug 27 18:45:02.658 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-08-27T18:45:03.685Z[ recovery-image] Aug 27 18:45:02.669 INFO O| Aug 27 18:45:02.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
75202024-08-27T18:45:03.688Z[ recovery-image] Aug 27 18:45:02.669 INFO O| Aug 27 18:45:02.669 INFO STEP 1199 (remove_files) COMPLETE
75212024-08-27T18:45:03.688Z[ recovery-image] Aug 27 18:45:02.669 INFO O| Aug 27 18:45:02.669 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-08-27T18:45:03.696Z[ recovery-image] Aug 27 18:45:02.680 INFO O| Aug 27 18:45:02.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
75232024-08-27T18:45:03.696Z[ recovery-image] Aug 27 18:45:02.680 INFO O| Aug 27 18:45:02.680 INFO STEP 1200 (remove_files) COMPLETE
75242024-08-27T18:45:03.696Z[ recovery-image] Aug 27 18:45:02.680 INFO O| Aug 27 18:45:02.680 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-08-27T18:45:03.707Z[ recovery-image] Aug 27 18:45:02.690 INFO O| Aug 27 18:45:02.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
75262024-08-27T18:45:03.707Z[ recovery-image] Aug 27 18:45:02.690 INFO O| Aug 27 18:45:02.690 INFO STEP 1201 (remove_files) COMPLETE
75272024-08-27T18:45:03.709Z[ recovery-image] Aug 27 18:45:02.690 INFO O| Aug 27 18:45:02.690 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-08-27T18:45:03.717Z[ recovery-image] Aug 27 18:45:02.701 INFO O| Aug 27 18:45:02.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
75292024-08-27T18:45:03.717Z[ recovery-image] Aug 27 18:45:02.701 INFO O| Aug 27 18:45:02.701 INFO STEP 1202 (remove_files) COMPLETE
75302024-08-27T18:45:03.720Z[ recovery-image] Aug 27 18:45:02.701 INFO O| Aug 27 18:45:02.701 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-08-27T18:45:03.728Z[ recovery-image] Aug 27 18:45:02.711 INFO O| Aug 27 18:45:02.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
75322024-08-27T18:45:03.728Z[ recovery-image] Aug 27 18:45:02.711 INFO O| Aug 27 18:45:02.711 INFO STEP 1203 (remove_files) COMPLETE
75332024-08-27T18:45:03.730Z[ recovery-image] Aug 27 18:45:02.711 INFO O| Aug 27 18:45:02.711 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-08-27T18:45:03.738Z[ recovery-image] Aug 27 18:45:02.722 INFO O| Aug 27 18:45:02.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75352024-08-27T18:45:03.740Z[ recovery-image] Aug 27 18:45:02.722 INFO O| Aug 27 18:45:02.722 INFO STEP 1204 (remove_files) COMPLETE
75362024-08-27T18:45:03.740Z[ recovery-image] Aug 27 18:45:02.722 INFO O| Aug 27 18:45:02.722 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-08-27T18:45:03.748Z[ recovery-image] Aug 27 18:45:02.732 INFO O| Aug 27 18:45:02.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75382024-08-27T18:45:03.748Z[ recovery-image] Aug 27 18:45:02.732 INFO O| Aug 27 18:45:02.732 INFO STEP 1205 (remove_files) COMPLETE
75392024-08-27T18:45:03.748Z[ recovery-image] Aug 27 18:45:02.732 INFO O| Aug 27 18:45:02.732 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75402024-08-27T18:45:03.763Z[ recovery-image] Aug 27 18:45:02.747 INFO O| Aug 27 18:45:02.747 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75412024-08-27T18:45:03.763Z[ recovery-image] Aug 27 18:45:02.747 INFO O| Aug 27 18:45:02.747 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75422024-08-27T18:45:04.497Z[ recovery-image] Aug 27 18:45:03.481 INFO O| Aug 27 18:45:03.481 INFO STEP 1206 (pack_tar) COMPLETE
75432024-08-27T18:45:04.497Z[ recovery-image] Aug 27 18:45:03.481 INFO O| Aug 27 18:45:03.481 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75442024-08-27T18:45:04.500Z[ recovery-image] Aug 27 18:45:03.481 INFO O| Aug 27 18:45:03.481 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75452024-08-27T18:45:04.656Z[ host-image] Aug 27 18:45:03.640 INFO O| Aug 27 18:45:03.640 INFO O| Download: Completed 8.42 MB in 4.05 seconds (2.1M/s)
75462024-08-27T18:45:04.843Z[ recovery-image] Aug 27 18:45:03.827 INFO O| Aug 27 18:45:03.827 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75472024-08-27T18:45:04.886Z[ host-image] Aug 27 18:45:03.870 INFO O| Aug 27 18:45:03.870 INFO O| Actions: 1/1361 actions (Installing new actions)
75482024-08-27T18:45:04.925Z[ recovery-image] Aug 27 18:45:03.908 INFO O| Aug 27 18:45:03.908 INFO completed processing gimlet/ramdisk-03-recovery-trim
75492024-08-27T18:45:04.932Z[ recovery-image] Aug 27 18:45:03.915 INFO image builder template: zfs-recovery...
75502024-08-27T18:45:04.932Z[ recovery-image] Aug 27 18:45:03.915 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/.tmpxLzl0y/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
75512024-08-27T18:45:04.964Z[ recovery-image] Aug 27 18:45:03.948 INFO O| Aug 27 18:45:03.948 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75522024-08-27T18:45:04.968Z[ recovery-image] Aug 27 18:45:03.952 INFO O| Aug 27 18:45:03.952 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75532024-08-27T18:45:05.032Z[ recovery-image] Aug 27 18:45:04.016 INFO O| Aug 27 18:45:04.016 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75542024-08-27T18:45:05.094Z[ recovery-image] Aug 27 18:45:04.078 INFO O| Aug 27 18:45:04.078 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75552024-08-27T18:45:05.094Z[ recovery-image] Aug 27 18:45:04.078 INFO O| Aug 27 18:45:04.078 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75562024-08-27T18:45:05.099Z[ recovery-image] Aug 27 18:45:04.082 INFO O| Aug 27 18:45:04.082 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75572024-08-27T18:45:05.163Z[ recovery-image] Aug 27 18:45:04.147 INFO O| Aug 27 18:45:04.147 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75582024-08-27T18:45:05.322Z[ host-image] Aug 27 18:45:04.305 INFO O| Aug 27 18:45:04.305 INFO O| Actions: Completed 1361 actions in 0.44 seconds.
75592024-08-27T18:45:05.406Z[ recovery-image] Aug 27 18:45:04.390 INFO O| Aug 27 18:45:04.390 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75602024-08-27T18:45:05.417Z[ recovery-image] Aug 27 18:45:04.400 INFO O| Aug 27 18:45:04.400 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75612024-08-27T18:45:05.423Z[ recovery-image] Aug 27 18:45:04.405 INFO O| Aug 27 18:45:04.405 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75622024-08-27T18:45:05.425Z[ recovery-image] Aug 27 18:45:04.407 INFO O| Aug 27 18:45:04.407 INFO no lofi found
75632024-08-27T18:45:05.425Z[ recovery-image] Aug 27 18:45:04.407 INFO O| Aug 27 18:45:04.407 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75642024-08-27T18:45:05.425Z[ recovery-image] Aug 27 18:45:04.407 INFO O| Aug 27 18:45:04.407 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75652024-08-27T18:45:05.582Z[ host-image] Aug 27 18:45:04.566 INFO O| Aug 27 18:45:04.566 INFO O| Done
75662024-08-27T18:45:05.582Z[ host-image] Aug 27 18:45:04.566 INFO O| Aug 27 18:45:04.566 INFO O| Done
75672024-08-27T18:45:05.993Z[ host-image] Aug 27 18:45:04.976 INFO O| Aug 27 18:45:04.976 INFO O| Done
75682024-08-27T18:45:07.028Z[ recovery-image] Aug 27 18:45:06.011 INFO O| Aug 27 18:45:06.011 INFO lofi device = /dev/dsk/c2t1d0p0
75692024-08-27T18:45:07.028Z[ recovery-image] Aug 27 18:45:06.011 INFO O| Aug 27 18:45:06.011 INFO pool device = /dev/dsk/c2t1d0p0
75702024-08-27T18:45:07.030Z[ recovery-image] Aug 27 18:45:06.011 INFO O| Aug 27 18:45:06.011 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"]
75712024-08-27T18:45:07.103Z[ recovery-image] Aug 27 18:45:06.086 INFO O| Aug 27 18:45:06.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75722024-08-27T18:45:07.103Z[ recovery-image] Aug 27 18:45:06.086 INFO O| Aug 27 18:45:06.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75732024-08-27T18:45:07.120Z[ recovery-image] Aug 27 18:45:06.103 INFO O| Aug 27 18:45:06.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75742024-08-27T18:45:07.194Z[ recovery-image] Aug 27 18:45:06.177 INFO O| Aug 27 18:45:06.177 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75752024-08-27T18:45:07.219Z[ host-image] Aug 27 18:45:06.202 INFO O| Aug 27 18:45:06.202 INFO O| Done
75762024-08-27T18:45:07.233Z[ recovery-image] Aug 27 18:45:06.216 INFO O| Aug 27 18:45:06.216 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75772024-08-27T18:45:07.249Z[ recovery-image] Aug 27 18:45:06.232 INFO O| Aug 27 18:45:06.232 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75782024-08-27T18:45:07.251Z[ host-image] Aug 27 18:45:06.233 INFO O| Aug 27 18:45:06.233 INFO O| Done
75792024-08-27T18:45:07.251Z[ host-image] Aug 27 18:45:06.233 INFO O| Aug 27 18:45:06.233 INFO O| Done
75802024-08-27T18:45:07.260Z[ recovery-image] Aug 27 18:45:06.244 INFO O| Aug 27 18:45:06.244 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75812024-08-27T18:45:07.301Z[ host-image] Aug 27 18:45:06.281 INFO O| Aug 27 18:45:06.280 INFO O| Done
75822024-08-27T18:45:07.308Z[ recovery-image] Aug 27 18:45:06.291 INFO O| Aug 27 18:45:06.291 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75832024-08-27T18:45:07.310Z[ recovery-image] Aug 27 18:45:06.291 INFO O| Aug 27 18:45:06.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75842024-08-27T18:45:07.310Z[ recovery-image] Aug 27 18:45:06.291 INFO O| Aug 27 18:45:06.291 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75852024-08-27T18:45:07.315Z[ recovery-image] Aug 27 18:45:06.299 INFO O| Aug 27 18:45:06.299 INFO boot environment UUID: 98c944b3-085e-4014-8276-3a6fbec52398
75862024-08-27T18:45:07.315Z[ recovery-image] Aug 27 18:45:06.299 INFO O| Aug 27 18:45:06.299 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 98c944b3-085e-4014-8276-3a6fbec52398
75872024-08-27T18:45:07.342Z[ recovery-image] Aug 27 18:45:06.325 INFO O| Aug 27 18:45:06.325 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75882024-08-27T18:45:07.354Z[ recovery-image] Aug 27 18:45:06.337 INFO O| Aug 27 18:45:06.337 INFO STEP 0 (create_be) COMPLETE
75892024-08-27T18:45:07.354Z[ recovery-image] Aug 27 18:45:06.337 INFO O| Aug 27 18:45:06.337 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75902024-08-27T18:45:07.371Z[ recovery-image] Aug 27 18:45:06.355 INFO O| Aug 27 18:45:06.355 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"]
75912024-08-27T18:45:07.422Z[ host-image] Aug 27 18:45:06.404 INFO O| Aug 27 18:45:06.403 INFO STEP 13 (pkg_install) COMPLETE
75922024-08-27T18:45:07.422Z[ host-image] Aug 27 18:45:06.404 INFO O| Aug 27 18:45:06.403 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75932024-08-27T18:45:07.451Z[ host-image] Aug 27 18:45:06.434 INFO O| Aug 27 18:45:06.434 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
75942024-08-27T18:45:08.280Z[ host-image] Aug 27 18:45:07.263 INFO O| Aug 27 18:45:07.263 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
75952024-08-27T18:45:09.143Z[ recovery-image] Aug 27 18:45:08.126 INFO O| Aug 27 18:45:08.126 INFO STEP 1 (unpack_tar) COMPLETE
75962024-08-27T18:45:09.143Z[ recovery-image] Aug 27 18:45:08.127 INFO O| Aug 27 18:45:08.126 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75972024-08-27T18:45:09.156Z[ recovery-image] Aug 27 18:45:08.139 INFO O| Aug 27 18:45:08.139 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75982024-08-27T18:45:09.556Z[ recovery-image] Aug 27 18:45:08.539 INFO O| Aug 27 18:45:08.539 INFO STEP 2 (devfsadm) COMPLETE
75992024-08-27T18:45:09.556Z[ recovery-image] Aug 27 18:45:08.539 INFO O| Aug 27 18:45:08.539 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76002024-08-27T18:45:09.568Z[ recovery-image] Aug 27 18:45:08.551 INFO O| Aug 27 18:45:08.551 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76012024-08-27T18:45:09.570Z[ recovery-image] Aug 27 18:45:08.551 INFO O| Aug 27 18:45:08.551 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76022024-08-27T18:45:09.570Z[ recovery-image] Aug 27 18:45:08.551 INFO O| Aug 27 18:45:08.551 INFO STEP 3 (ensure_dir) COMPLETE
76032024-08-27T18:45:09.570Z[ recovery-image] Aug 27 18:45:08.551 INFO O| Aug 27 18:45:08.551 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76042024-08-27T18:45:09.579Z[ recovery-image] Aug 27 18:45:08.562 INFO O| Aug 27 18:45:08.562 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76052024-08-27T18:45:09.579Z[ recovery-image] Aug 27 18:45:08.562 INFO O| Aug 27 18:45:08.562 INFO STEP 4 (ensure_dir) COMPLETE
76062024-08-27T18:45:09.581Z[ recovery-image] Aug 27 18:45:08.562 INFO O| Aug 27 18:45:08.562 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76072024-08-27T18:45:09.589Z[ recovery-image] Aug 27 18:45:08.573 INFO O| Aug 27 18:45:08.572 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76082024-08-27T18:45:09.592Z[ recovery-image] Aug 27 18:45:08.573 INFO O| Aug 27 18:45:08.573 INFO STEP 5 (ensure_dir) COMPLETE
76092024-08-27T18:45:09.592Z[ recovery-image] Aug 27 18:45:08.573 INFO O| Aug 27 18:45:08.573 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76102024-08-27T18:45:09.600Z[ recovery-image] Aug 27 18:45:08.583 INFO O| Aug 27 18:45:08.583 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76112024-08-27T18:45:09.600Z[ recovery-image] Aug 27 18:45:08.583 INFO O| Aug 27 18:45:08.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76122024-08-27T18:45:09.603Z[ recovery-image] Aug 27 18:45:08.583 INFO O| Aug 27 18:45:08.583 INFO STEP 6 (ensure_dir) COMPLETE
76132024-08-27T18:45:09.603Z[ recovery-image] Aug 27 18:45:08.583 INFO O| Aug 27 18:45:08.583 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76142024-08-27T18:45:09.612Z[ recovery-image] Aug 27 18:45:08.595 INFO O| Aug 27 18:45:08.595 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76152024-08-27T18:45:09.612Z[ recovery-image] Aug 27 18:45:08.595 INFO O| Aug 27 18:45:08.595 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76162024-08-27T18:45:09.612Z[ recovery-image] Aug 27 18:45:08.595 INFO O| Aug 27 18:45:08.595 INFO STEP 7 (ensure_dir) COMPLETE
76172024-08-27T18:45:09.612Z[ recovery-image] Aug 27 18:45:08.595 INFO O| Aug 27 18:45:08.595 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76182024-08-27T18:45:09.622Z[ recovery-image] Aug 27 18:45:08.606 INFO O| Aug 27 18:45:08.606 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
76192024-08-27T18:45:09.625Z[ recovery-image] Aug 27 18:45:08.606 INFO O| Aug 27 18:45:08.606 INFO STEP 8 (remove_files) COMPLETE
76202024-08-27T18:45:09.625Z[ recovery-image] Aug 27 18:45:08.606 INFO O| Aug 27 18:45:08.606 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76212024-08-27T18:45:09.633Z[ recovery-image] Aug 27 18:45:08.616 INFO O| Aug 27 18:45:08.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
76222024-08-27T18:45:09.635Z[ recovery-image] Aug 27 18:45:08.617 INFO O| Aug 27 18:45:08.617 INFO STEP 9 (remove_files) COMPLETE
76232024-08-27T18:45:09.636Z[ recovery-image] Aug 27 18:45:08.617 INFO O| Aug 27 18:45:08.617 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76242024-08-27T18:45:09.649Z[ recovery-image] Aug 27 18:45:08.632 INFO O| Aug 27 18:45:08.632 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76252024-08-27T18:45:09.651Z[ recovery-image] Aug 27 18:45:08.633 INFO O| Aug 27 18:45:08.633 INFO STEP 10 (remove_files) COMPLETE
76262024-08-27T18:45:09.651Z[ recovery-image] Aug 27 18:45:08.633 INFO O| Aug 27 18:45:08.633 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76272024-08-27T18:45:09.665Z[ recovery-image] Aug 27 18:45:08.648 INFO O| Aug 27 18:45:08.648 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76282024-08-27T18:45:09.665Z[ recovery-image] Aug 27 18:45:08.648 INFO O| Aug 27 18:45:08.648 INFO STEP 11 (remove_files) COMPLETE
76292024-08-27T18:45:09.665Z[ recovery-image] Aug 27 18:45:08.648 INFO O| Aug 27 18:45:08.648 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76302024-08-27T18:45:09.680Z[ recovery-image] Aug 27 18:45:08.663 INFO O| Aug 27 18:45:08.663 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76312024-08-27T18:45:09.680Z[ recovery-image] Aug 27 18:45:08.663 INFO O| Aug 27 18:45:08.663 INFO STEP 12 (remove_files) COMPLETE
76322024-08-27T18:45:09.682Z[ recovery-image] Aug 27 18:45:08.663 INFO O| Aug 27 18:45:08.663 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76332024-08-27T18:45:09.694Z[ recovery-image] Aug 27 18:45:08.677 INFO O| Aug 27 18:45:08.677 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76342024-08-27T18:45:09.694Z[ recovery-image] Aug 27 18:45:08.677 INFO O| Aug 27 18:45:08.677 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76352024-08-27T18:45:09.697Z[ recovery-image] Aug 27 18:45:08.677 INFO O| Aug 27 18:45:08.677 INFO STEP 13 (ensure_dir) COMPLETE
76362024-08-27T18:45:09.697Z[ recovery-image] Aug 27 18:45:08.677 INFO O| Aug 27 18:45:08.677 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76372024-08-27T18:45:09.709Z[ recovery-image] Aug 27 18:45:08.692 INFO O| Aug 27 18:45:08.692 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76382024-08-27T18:45:09.709Z[ recovery-image] Aug 27 18:45:08.692 INFO O| Aug 27 18:45:08.692 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76392024-08-27T18:45:09.712Z[ recovery-image] Aug 27 18:45:08.692 INFO O| Aug 27 18:45:08.692 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76402024-08-27T18:45:09.712Z[ recovery-image] Aug 27 18:45:08.692 INFO O| Aug 27 18:45:08.692 INFO STEP 14 (ensure_dir) COMPLETE
76412024-08-27T18:45:09.712Z[ recovery-image] Aug 27 18:45:08.692 INFO O| Aug 27 18:45:08.692 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76422024-08-27T18:45:09.722Z[ recovery-image] Aug 27 18:45:08.705 INFO O| Aug 27 18:45:08.705 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76432024-08-27T18:45:09.722Z[ recovery-image] Aug 27 18:45:08.705 INFO O| Aug 27 18:45:08.705 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76442024-08-27T18:45:09.722Z[ recovery-image] Aug 27 18:45:08.705 INFO O| Aug 27 18:45:08.705 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76452024-08-27T18:45:09.725Z[ recovery-image] Aug 27 18:45:08.706 INFO O| Aug 27 18:45:08.705 INFO STEP 15 (ensure_dir) COMPLETE
76462024-08-27T18:45:09.725Z[ recovery-image] Aug 27 18:45:08.706 INFO O| Aug 27 18:45:08.705 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76472024-08-27T18:45:09.733Z[ recovery-image] Aug 27 18:45:08.716 INFO O| Aug 27 18:45:08.716 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76482024-08-27T18:45:09.733Z[ recovery-image] Aug 27 18:45:08.717 INFO O| Aug 27 18:45:08.716 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76492024-08-27T18:45:09.736Z[ recovery-image] Aug 27 18:45:08.717 INFO O| Aug 27 18:45:08.717 INFO STEP 16 (ensure_dir) COMPLETE
76502024-08-27T18:45:09.736Z[ recovery-image] Aug 27 18:45:08.717 INFO O| Aug 27 18:45:08.717 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76512024-08-27T18:45:09.744Z[ recovery-image] Aug 27 18:45:08.727 INFO O| Aug 27 18:45:08.727 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76522024-08-27T18:45:09.744Z[ recovery-image] Aug 27 18:45:08.727 INFO O| Aug 27 18:45:08.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76532024-08-27T18:45:09.746Z[ recovery-image] Aug 27 18:45:08.727 INFO O| Aug 27 18:45:08.727 INFO STEP 17 (ensure_dir) COMPLETE
76542024-08-27T18:45:09.747Z[ recovery-image] Aug 27 18:45:08.727 INFO O| Aug 27 18:45:08.727 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76552024-08-27T18:45:09.755Z[ recovery-image] Aug 27 18:45:08.739 INFO O| Aug 27 18:45:08.738 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76562024-08-27T18:45:09.755Z[ recovery-image] Aug 27 18:45:08.739 INFO O| Aug 27 18:45:08.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76572024-08-27T18:45:09.758Z[ recovery-image] Aug 27 18:45:08.739 INFO O| Aug 27 18:45:08.739 INFO ok!
76582024-08-27T18:45:09.758Z[ recovery-image] Aug 27 18:45:08.739 INFO O| Aug 27 18:45:08.739 INFO STEP 18 (ensure_symlink) COMPLETE
76592024-08-27T18:45:09.758Z[ recovery-image] Aug 27 18:45:08.739 INFO O| Aug 27 18:45:08.739 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76602024-08-27T18:45:09.766Z[ recovery-image] Aug 27 18:45:08.749 INFO O| Aug 27 18:45:08.749 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76612024-08-27T18:45:09.766Z[ recovery-image] Aug 27 18:45:08.749 INFO O| Aug 27 18:45:08.749 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76622024-08-27T18:45:09.769Z[ recovery-image] Aug 27 18:45:08.749 INFO O| Aug 27 18:45:08.749 INFO ok!
76632024-08-27T18:45:09.769Z[ recovery-image] Aug 27 18:45:08.750 INFO O| Aug 27 18:45:08.749 INFO STEP 19 (ensure_file) COMPLETE
76642024-08-27T18:45:09.769Z[ recovery-image] Aug 27 18:45:08.750 INFO O| Aug 27 18:45:08.749 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76652024-08-27T18:45:09.777Z[ recovery-image] Aug 27 18:45:08.760 INFO O| Aug 27 18:45:08.760 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76662024-08-27T18:45:09.777Z[ recovery-image] Aug 27 18:45:08.760 INFO O| Aug 27 18:45:08.760 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76672024-08-27T18:45:09.780Z[ recovery-image] Aug 27 18:45:08.760 INFO O| Aug 27 18:45:08.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76682024-08-27T18:45:09.780Z[ recovery-image] Aug 27 18:45:08.761 INFO O| Aug 27 18:45:08.760 INFO ok!
76692024-08-27T18:45:09.780Z[ recovery-image] Aug 27 18:45:08.761 INFO O| Aug 27 18:45:08.760 INFO STEP 20 (ensure_symlink) COMPLETE
76702024-08-27T18:45:09.780Z[ recovery-image] Aug 27 18:45:08.761 INFO O| Aug 27 18:45:08.760 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76712024-08-27T18:45:09.788Z[ recovery-image] Aug 27 18:45:08.772 INFO O| Aug 27 18:45:08.772 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76722024-08-27T18:45:09.788Z[ recovery-image] Aug 27 18:45:08.772 INFO O| Aug 27 18:45:08.772 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76732024-08-27T18:45:09.792Z[ recovery-image] Aug 27 18:45:08.772 INFO O| Aug 27 18:45:08.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76742024-08-27T18:45:09.792Z[ recovery-image] Aug 27 18:45:08.772 INFO O| Aug 27 18:45:08.772 INFO ok!
76752024-08-27T18:45:09.792Z[ recovery-image] Aug 27 18:45:08.772 INFO O| Aug 27 18:45:08.772 INFO STEP 21 (ensure_symlink) COMPLETE
76762024-08-27T18:45:09.792Z[ recovery-image] Aug 27 18:45:08.772 INFO O| Aug 27 18:45:08.772 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76772024-08-27T18:45:09.799Z[ recovery-image] Aug 27 18:45:08.782 INFO O| Aug 27 18:45:08.782 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76782024-08-27T18:45:09.799Z[ recovery-image] Aug 27 18:45:08.782 INFO O| Aug 27 18:45:08.782 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76792024-08-27T18:45:09.801Z[ recovery-image] Aug 27 18:45:08.782 INFO O| Aug 27 18:45:08.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76802024-08-27T18:45:09.801Z[ recovery-image] Aug 27 18:45:08.782 INFO O| Aug 27 18:45:08.782 INFO ok!
76812024-08-27T18:45:09.801Z[ recovery-image] Aug 27 18:45:08.782 INFO O| Aug 27 18:45:08.782 INFO STEP 22 (ensure_symlink) COMPLETE
76822024-08-27T18:45:09.801Z[ recovery-image] Aug 27 18:45:08.782 INFO O| Aug 27 18:45:08.782 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76832024-08-27T18:45:09.809Z[ recovery-image] Aug 27 18:45:08.792 INFO O| Aug 27 18:45:08.792 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76842024-08-27T18:45:09.809Z[ recovery-image] Aug 27 18:45:08.792 INFO O| Aug 27 18:45:08.792 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76852024-08-27T18:45:09.813Z[ recovery-image] Aug 27 18:45:08.792 INFO O| Aug 27 18:45:08.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76862024-08-27T18:45:09.813Z[ recovery-image] Aug 27 18:45:08.792 INFO O| Aug 27 18:45:08.792 INFO ok!
76872024-08-27T18:45:09.813Z[ recovery-image] Aug 27 18:45:08.792 INFO O| Aug 27 18:45:08.792 INFO STEP 23 (ensure_symlink) COMPLETE
76882024-08-27T18:45:09.813Z[ recovery-image] Aug 27 18:45:08.792 INFO O| Aug 27 18:45:08.792 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76892024-08-27T18:45:09.819Z[ recovery-image] Aug 27 18:45:08.803 INFO O| Aug 27 18:45:08.803 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76902024-08-27T18:45:09.822Z[ recovery-image] Aug 27 18:45:08.803 INFO O| Aug 27 18:45:08.803 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 ...
76912024-08-27T18:45:09.822Z[ recovery-image] Aug 27 18:45:08.803 INFO O| Aug 27 18:45:08.803 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76922024-08-27T18:45:09.822Z[ recovery-image] Aug 27 18:45:08.803 INFO O| Aug 27 18:45:08.803 INFO ok!
76932024-08-27T18:45:09.822Z[ recovery-image] Aug 27 18:45:08.803 INFO O| Aug 27 18:45:08.803 INFO STEP 24 (ensure_file) COMPLETE
76942024-08-27T18:45:09.822Z[ recovery-image] Aug 27 18:45:08.803 INFO O| Aug 27 18:45:08.803 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76952024-08-27T18:45:09.830Z[ recovery-image] Aug 27 18:45:08.814 INFO O| Aug 27 18:45:08.814 INFO updating shadow file
76962024-08-27T18:45:09.833Z[ recovery-image] Aug 27 18:45:08.814 INFO O| Aug 27 18:45:08.814 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76972024-08-27T18:45:09.833Z[ recovery-image] Aug 27 18:45:08.814 INFO O| Aug 27 18:45:08.814 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76982024-08-27T18:45:09.833Z[ recovery-image] Aug 27 18:45:08.814 INFO O| Aug 27 18:45:08.814 INFO STEP 25 (shadow) COMPLETE
76992024-08-27T18:45:09.833Z[ recovery-image] Aug 27 18:45:08.814 INFO O| Aug 27 18:45:08.814 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77002024-08-27T18:45:09.841Z[ recovery-image] Aug 27 18:45:08.824 INFO O| Aug 27 18:45:08.824 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
77012024-08-27T18:45:09.841Z[ recovery-image] Aug 27 18:45:08.824 INFO O| Aug 27 18:45:08.824 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
77022024-08-27T18:45:09.843Z[ recovery-image] Aug 27 18:45:08.824 INFO O| Aug 27 18:45:08.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
77032024-08-27T18:45:09.843Z[ recovery-image] Aug 27 18:45:08.824 INFO O| Aug 27 18:45:08.824 INFO ok!
77042024-08-27T18:45:09.843Z[ recovery-image] Aug 27 18:45:08.824 INFO O| Aug 27 18:45:08.824 INFO STEP 26 (ensure_file) COMPLETE
77052024-08-27T18:45:09.843Z[ recovery-image] Aug 27 18:45:08.824 INFO O| Aug 27 18:45:08.824 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77062024-08-27T18:45:09.851Z[ recovery-image] Aug 27 18:45:08.834 INFO O| Aug 27 18:45:08.834 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
77072024-08-27T18:45:09.854Z[ recovery-image] Aug 27 18:45:08.834 INFO O| Aug 27 18:45:08.834 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
77082024-08-27T18:45:09.854Z[ recovery-image] Aug 27 18:45:08.834 INFO O| Aug 27 18:45:08.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
77092024-08-27T18:45:09.854Z[ recovery-image] Aug 27 18:45:08.834 INFO O| Aug 27 18:45:08.834 INFO ok!
77102024-08-27T18:45:09.854Z[ recovery-image] Aug 27 18:45:08.834 INFO O| Aug 27 18:45:08.834 INFO STEP 27 (ensure_file) COMPLETE
77112024-08-27T18:45:09.854Z[ recovery-image] Aug 27 18:45:08.834 INFO O| Aug 27 18:45:08.834 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77122024-08-27T18:45:09.861Z[ recovery-image] Aug 27 18:45:08.844 INFO O| Aug 27 18:45:08.844 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
77132024-08-27T18:45:09.864Z[ recovery-image] Aug 27 18:45:08.844 INFO O| Aug 27 18:45:08.844 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
77142024-08-27T18:45:09.864Z[ recovery-image] Aug 27 18:45:08.845 INFO O| Aug 27 18:45:08.845 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77152024-08-27T18:45:09.864Z[ recovery-image] Aug 27 18:45:08.845 INFO O| Aug 27 18:45:08.845 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77162024-08-27T18:45:09.864Z[ recovery-image] Aug 27 18:45:08.845 INFO O| Aug 27 18:45:08.845 INFO ok!
77172024-08-27T18:45:09.864Z[ recovery-image] Aug 27 18:45:08.845 INFO O| Aug 27 18:45:08.845 INFO STEP 28 (ensure_file) COMPLETE
77182024-08-27T18:45:09.864Z[ recovery-image] Aug 27 18:45:08.845 INFO O| Aug 27 18:45:08.845 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77192024-08-27T18:45:09.871Z[ recovery-image] Aug 27 18:45:08.854 INFO O| Aug 27 18:45:08.854 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77202024-08-27T18:45:09.871Z[ recovery-image] Aug 27 18:45:08.854 INFO O| Aug 27 18:45:08.854 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77212024-08-27T18:45:09.873Z[ recovery-image] Aug 27 18:45:08.855 INFO O| Aug 27 18:45:08.854 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77222024-08-27T18:45:09.874Z[ recovery-image] Aug 27 18:45:08.855 INFO O| Aug 27 18:45:08.855 INFO ok!
77232024-08-27T18:45:09.874Z[ recovery-image] Aug 27 18:45:08.855 INFO O| Aug 27 18:45:08.855 INFO STEP 29 (ensure_file) COMPLETE
77242024-08-27T18:45:09.874Z[ recovery-image] Aug 27 18:45:08.855 INFO O| Aug 27 18:45:08.855 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77252024-08-27T18:45:09.881Z[ recovery-image] Aug 27 18:45:08.864 INFO O| Aug 27 18:45:08.864 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77262024-08-27T18:45:09.881Z[ recovery-image] Aug 27 18:45:08.864 INFO O| Aug 27 18:45:08.864 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77272024-08-27T18:45:09.883Z[ recovery-image] Aug 27 18:45:08.864 INFO O| Aug 27 18:45:08.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77282024-08-27T18:45:09.883Z[ recovery-image] Aug 27 18:45:08.864 INFO O| Aug 27 18:45:08.864 INFO ok!
77292024-08-27T18:45:09.883Z[ recovery-image] Aug 27 18:45:08.864 INFO O| Aug 27 18:45:08.864 INFO STEP 30 (ensure_file) COMPLETE
77302024-08-27T18:45:09.883Z[ recovery-image] Aug 27 18:45:08.865 INFO O| Aug 27 18:45:08.864 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77312024-08-27T18:45:09.891Z[ recovery-image] Aug 27 18:45:08.875 INFO O| Aug 27 18:45:08.875 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77322024-08-27T18:45:09.891Z[ recovery-image] Aug 27 18:45:08.875 INFO O| Aug 27 18:45:08.875 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77332024-08-27T18:45:09.895Z[ recovery-image] Aug 27 18:45:08.875 INFO O| Aug 27 18:45:08.875 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77342024-08-27T18:45:09.895Z[ recovery-image] Aug 27 18:45:08.875 INFO O| Aug 27 18:45:08.875 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77352024-08-27T18:45:09.895Z[ recovery-image] Aug 27 18:45:08.875 INFO O| Aug 27 18:45:08.875 INFO ok!
77362024-08-27T18:45:09.895Z[ recovery-image] Aug 27 18:45:08.875 INFO O| Aug 27 18:45:08.875 INFO STEP 31 (ensure_file) COMPLETE
77372024-08-27T18:45:09.895Z[ recovery-image] Aug 27 18:45:08.875 INFO O| Aug 27 18:45:08.875 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77382024-08-27T18:45:09.903Z[ recovery-image] Aug 27 18:45:08.886 INFO O| Aug 27 18:45:08.886 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77392024-08-27T18:45:09.903Z[ recovery-image] Aug 27 18:45:08.886 INFO O| Aug 27 18:45:08.886 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77402024-08-27T18:45:09.906Z[ recovery-image] Aug 27 18:45:08.886 INFO O| Aug 27 18:45:08.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77412024-08-27T18:45:09.906Z[ recovery-image] Aug 27 18:45:08.886 INFO O| Aug 27 18:45:08.886 INFO ok!
77422024-08-27T18:45:09.906Z[ recovery-image] Aug 27 18:45:08.886 INFO O| Aug 27 18:45:08.886 INFO STEP 32 (ensure_file) COMPLETE
77432024-08-27T18:45:09.906Z[ recovery-image] Aug 27 18:45:08.886 INFO O| Aug 27 18:45:08.886 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77442024-08-27T18:45:09.913Z[ recovery-image] Aug 27 18:45:08.896 INFO O| Aug 27 18:45:08.896 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77452024-08-27T18:45:09.913Z[ recovery-image] Aug 27 18:45:08.896 INFO O| Aug 27 18:45:08.896 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77462024-08-27T18:45:09.915Z[ recovery-image] Aug 27 18:45:08.896 INFO O| Aug 27 18:45:08.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77472024-08-27T18:45:09.915Z[ recovery-image] Aug 27 18:45:08.896 INFO O| Aug 27 18:45:08.896 INFO ok!
77482024-08-27T18:45:09.915Z[ recovery-image] Aug 27 18:45:08.896 INFO O| Aug 27 18:45:08.896 INFO STEP 33 (ensure_file) COMPLETE
77492024-08-27T18:45:09.915Z[ recovery-image] Aug 27 18:45:08.896 INFO O| Aug 27 18:45:08.896 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77502024-08-27T18:45:09.923Z[ recovery-image] Aug 27 18:45:08.906 INFO O| Aug 27 18:45:08.906 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77512024-08-27T18:45:09.923Z[ recovery-image] Aug 27 18:45:08.906 INFO O| Aug 27 18:45:08.906 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77522024-08-27T18:45:09.925Z[ recovery-image] Aug 27 18:45:08.906 INFO O| Aug 27 18:45:08.906 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77532024-08-27T18:45:09.925Z[ recovery-image] Aug 27 18:45:08.907 INFO O| Aug 27 18:45:08.906 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77542024-08-27T18:45:09.925Z[ recovery-image] Aug 27 18:45:08.907 INFO O| Aug 27 18:45:08.907 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77552024-08-27T18:45:09.925Z[ recovery-image] Aug 27 18:45:08.907 INFO O| Aug 27 18:45:08.907 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77562024-08-27T18:45:09.925Z[ recovery-image] Aug 27 18:45:08.907 INFO O| Aug 27 18:45:08.907 INFO ok!
77572024-08-27T18:45:09.925Z[ recovery-image] Aug 27 18:45:08.907 INFO O| Aug 27 18:45:08.907 INFO STEP 34 (ensure_file) COMPLETE
77582024-08-27T18:45:09.925Z[ recovery-image] Aug 27 18:45:08.907 INFO O| Aug 27 18:45:08.907 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77592024-08-27T18:45:09.933Z[ recovery-image] Aug 27 18:45:08.916 INFO O| Aug 27 18:45:08.916 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77602024-08-27T18:45:09.937Z[ recovery-image] Aug 27 18:45:08.917 INFO O| Aug 27 18:45:08.917 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77612024-08-27T18:45:09.937Z[ recovery-image] Aug 27 18:45:08.917 INFO O| Aug 27 18:45:08.917 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77622024-08-27T18:45:09.937Z[ recovery-image] Aug 27 18:45:08.917 INFO O| Aug 27 18:45:08.917 INFO STEP 35 (ensure_dir) COMPLETE
77632024-08-27T18:45:09.937Z[ recovery-image] Aug 27 18:45:08.917 INFO O| Aug 27 18:45:08.917 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77642024-08-27T18:45:09.944Z[ recovery-image] Aug 27 18:45:08.927 INFO O| Aug 27 18:45:08.927 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
77652024-08-27T18:45:09.944Z[ recovery-image] Aug 27 18:45:08.927 INFO O| Aug 27 18:45:08.927 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 ...
77662024-08-27T18:45:09.947Z[ recovery-image] Aug 27 18:45:08.927 INFO O| Aug 27 18:45:08.927 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
77672024-08-27T18:45:09.947Z[ recovery-image] Aug 27 18:45:08.927 INFO O| Aug 27 18:45:08.927 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
77682024-08-27T18:45:09.947Z[ recovery-image] Aug 27 18:45:08.927 INFO O| Aug 27 18:45:08.927 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
77692024-08-27T18:45:09.947Z[ recovery-image] Aug 27 18:45:08.927 INFO O| Aug 27 18:45:08.927 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
77702024-08-27T18:45:09.947Z[ recovery-image] Aug 27 18:45:08.927 INFO O| Aug 27 18:45:08.927 INFO ok!
77712024-08-27T18:45:09.947Z[ recovery-image] Aug 27 18:45:08.927 INFO O| Aug 27 18:45:08.927 INFO STEP 36 (ensure_file) COMPLETE
77722024-08-27T18:45:09.947Z[ recovery-image] Aug 27 18:45:08.927 INFO O| Aug 27 18:45:08.927 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77732024-08-27T18:45:09.954Z[ recovery-image] Aug 27 18:45:08.938 INFO O| Aug 27 18:45:08.937 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77742024-08-27T18:45:09.955Z[ recovery-image] Aug 27 18:45:08.938 INFO O| Aug 27 18:45:08.937 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 ...
77752024-08-27T18:45:09.957Z[ recovery-image] Aug 27 18:45:08.938 INFO O| Aug 27 18:45:08.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77762024-08-27T18:45:09.958Z[ recovery-image] Aug 27 18:45:08.938 INFO O| Aug 27 18:45:08.938 INFO ok!
77772024-08-27T18:45:09.958Z[ recovery-image] Aug 27 18:45:08.938 INFO O| Aug 27 18:45:08.938 INFO STEP 37 (ensure_symlink) COMPLETE
77782024-08-27T18:45:09.958Z[ recovery-image] Aug 27 18:45:08.938 INFO O| Aug 27 18:45:08.938 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77792024-08-27T18:45:09.965Z[ recovery-image] Aug 27 18:45:08.948 INFO O| Aug 27 18:45:08.948 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77802024-08-27T18:45:09.965Z[ recovery-image] Aug 27 18:45:08.948 INFO O| Aug 27 18:45:08.948 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77812024-08-27T18:45:09.967Z[ recovery-image] Aug 27 18:45:08.948 INFO O| Aug 27 18:45:08.948 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77822024-08-27T18:45:09.967Z[ recovery-image] Aug 27 18:45:08.948 INFO O| Aug 27 18:45:08.948 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77832024-08-27T18:45:09.967Z[ recovery-image] Aug 27 18:45:08.948 INFO O| Aug 27 18:45:08.948 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77842024-08-27T18:45:09.967Z[ recovery-image] Aug 27 18:45:08.948 INFO O| Aug 27 18:45:08.948 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77852024-08-27T18:45:09.967Z[ recovery-image] Aug 27 18:45:08.948 INFO O| Aug 27 18:45:08.948 INFO ok!
77862024-08-27T18:45:09.967Z[ recovery-image] Aug 27 18:45:08.948 INFO O| Aug 27 18:45:08.948 INFO STEP 38 (ensure_file) COMPLETE
77872024-08-27T18:45:09.967Z[ recovery-image] Aug 27 18:45:08.948 INFO O| Aug 27 18:45:08.948 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77882024-08-27T18:45:09.976Z[ recovery-image] Aug 27 18:45:08.959 INFO O| Aug 27 18:45:08.959 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77892024-08-27T18:45:09.976Z[ recovery-image] Aug 27 18:45:08.959 INFO O| Aug 27 18:45:08.959 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 ...
77902024-08-27T18:45:09.978Z[ recovery-image] Aug 27 18:45:08.959 INFO O| Aug 27 18:45:08.959 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
77912024-08-27T18:45:09.978Z[ recovery-image] Aug 27 18:45:08.959 INFO O| Aug 27 18:45:08.959 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77922024-08-27T18:45:09.978Z[ recovery-image] Aug 27 18:45:08.959 INFO O| Aug 27 18:45:08.959 INFO ok!
77932024-08-27T18:45:09.978Z[ recovery-image] Aug 27 18:45:08.959 INFO O| Aug 27 18:45:08.959 INFO STEP 39 (ensure_file) COMPLETE
77942024-08-27T18:45:09.978Z[ recovery-image] Aug 27 18:45:08.959 INFO O| Aug 27 18:45:08.959 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77952024-08-27T18:45:09.986Z[ recovery-image] Aug 27 18:45:08.969 INFO O| Aug 27 18:45:08.969 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77962024-08-27T18:45:09.986Z[ recovery-image] Aug 27 18:45:08.970 INFO O| Aug 27 18:45:08.969 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77972024-08-27T18:45:09.989Z[ recovery-image] Aug 27 18:45:08.970 INFO O| Aug 27 18:45:08.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77982024-08-27T18:45:09.989Z[ recovery-image] Aug 27 18:45:08.970 INFO O| Aug 27 18:45:08.970 INFO ok!
77992024-08-27T18:45:09.989Z[ recovery-image] Aug 27 18:45:08.970 INFO O| Aug 27 18:45:08.970 INFO STEP 40 (ensure_file) COMPLETE
78002024-08-27T18:45:09.989Z[ recovery-image] Aug 27 18:45:08.970 INFO O| Aug 27 18:45:08.970 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78012024-08-27T18:45:09.997Z[ recovery-image] Aug 27 18:45:08.980 INFO O| Aug 27 18:45:08.980 INFO updating shadow file
78022024-08-27T18:45:09.999Z[ recovery-image] Aug 27 18:45:08.980 INFO O| Aug 27 18:45:08.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78032024-08-27T18:45:09.999Z[ recovery-image] Aug 27 18:45:08.980 INFO O| Aug 27 18:45:08.980 INFO STEP 41 (shadow) COMPLETE
78042024-08-27T18:45:10.000Z[ recovery-image] Aug 27 18:45:08.981 INFO O| Aug 27 18:45:08.980 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78052024-08-27T18:45:10.008Z[ recovery-image] Aug 27 18:45:08.991 INFO O| Aug 27 18:45:08.991 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
78062024-08-27T18:45:10.008Z[ recovery-image] Aug 27 18:45:08.991 INFO O| Aug 27 18:45:08.991 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
78072024-08-27T18:45:10.013Z[ recovery-image] Aug 27 18:45:08.991 INFO O| Aug 27 18:45:08.991 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78082024-08-27T18:45:10.013Z[ recovery-image] Aug 27 18:45:08.991 INFO O| Aug 27 18:45:08.991 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78092024-08-27T18:45:10.014Z[ recovery-image] Aug 27 18:45:08.991 INFO O| Aug 27 18:45:08.991 INFO ok!
78102024-08-27T18:45:10.014Z[ recovery-image] Aug 27 18:45:08.991 INFO O| Aug 27 18:45:08.991 INFO STEP 42 (ensure_file) COMPLETE
78112024-08-27T18:45:10.014Z[ recovery-image] Aug 27 18:45:08.991 INFO O| Aug 27 18:45:08.991 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78122024-08-27T18:45:10.018Z[ recovery-image] Aug 27 18:45:09.002 INFO O| Aug 27 18:45:09.001 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
78132024-08-27T18:45:10.018Z[ recovery-image] Aug 27 18:45:09.002 INFO O| Aug 27 18:45:09.002 INFO STEP 43 (ensure_dir) COMPLETE
78142024-08-27T18:45:10.021Z[ recovery-image] Aug 27 18:45:09.002 INFO O| Aug 27 18:45:09.002 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78152024-08-27T18:45:10.032Z[ recovery-image] Aug 27 18:45:09.014 INFO O| Aug 27 18:45:09.014 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78162024-08-27T18:45:10.032Z[ recovery-image] Aug 27 18:45:09.014 INFO O| Aug 27 18:45:09.014 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78172024-08-27T18:45:10.036Z[ recovery-image] Aug 27 18:45:09.014 INFO O| Aug 27 18:45:09.014 INFO STEP 44 (ensure_dir) COMPLETE
78182024-08-27T18:45:10.036Z[ recovery-image] Aug 27 18:45:09.014 INFO O| Aug 27 18:45:09.014 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78192024-08-27T18:45:10.043Z[ recovery-image] Aug 27 18:45:09.026 INFO O| Aug 27 18:45:09.026 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78202024-08-27T18:45:10.043Z[ recovery-image] Aug 27 18:45:09.027 INFO O| Aug 27 18:45:09.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78212024-08-27T18:45:10.043Z[ recovery-image] Aug 27 18:45:09.027 INFO O| Aug 27 18:45:09.027 INFO STEP 45 (ensure_dir) COMPLETE
78222024-08-27T18:45:10.046Z[ recovery-image] Aug 27 18:45:09.027 INFO O| Aug 27 18:45:09.027 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78232024-08-27T18:45:10.055Z[ recovery-image] Aug 27 18:45:09.038 INFO O| Aug 27 18:45:09.038 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78242024-08-27T18:45:10.055Z[ recovery-image] Aug 27 18:45:09.039 INFO O| Aug 27 18:45:09.038 INFO copying /tmp/.tmpxLzl0y/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78252024-08-27T18:45:10.088Z[ recovery-image] Aug 27 18:45:09.071 INFO O| Aug 27 18:45:09.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78262024-08-27T18:45:10.088Z[ recovery-image] Aug 27 18:45:09.071 INFO O| Aug 27 18:45:09.071 INFO ok!
78272024-08-27T18:45:10.090Z[ recovery-image] Aug 27 18:45:09.071 INFO O| Aug 27 18:45:09.071 INFO STEP 46 (ensure_file) COMPLETE
78282024-08-27T18:45:10.090Z[ recovery-image] Aug 27 18:45:09.071 INFO O| Aug 27 18:45:09.071 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78292024-08-27T18:45:10.105Z[ recovery-image] Aug 27 18:45:09.088 INFO O| Aug 27 18:45:09.088 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78302024-08-27T18:45:10.105Z[ recovery-image] Aug 27 18:45:09.088 INFO O| Aug 27 18:45:09.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78312024-08-27T18:45:10.107Z[ recovery-image] Aug 27 18:45:09.088 INFO O| Aug 27 18:45:09.088 INFO STEP 47 (ensure_dir) COMPLETE
78322024-08-27T18:45:10.107Z[ recovery-image] Aug 27 18:45:09.088 INFO O| Aug 27 18:45:09.088 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78332024-08-27T18:45:10.120Z[ recovery-image] Aug 27 18:45:09.102 INFO O| Aug 27 18:45:09.102 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78342024-08-27T18:45:10.120Z[ recovery-image] Aug 27 18:45:09.102 INFO O| Aug 27 18:45:09.102 INFO copying /tmp/.tmpxLzl0y/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78352024-08-27T18:45:10.122Z[ recovery-image] Aug 27 18:45:09.102 INFO O| Aug 27 18:45:09.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78362024-08-27T18:45:10.122Z[ recovery-image] Aug 27 18:45:09.102 INFO O| Aug 27 18:45:09.102 INFO ok!
78372024-08-27T18:45:10.122Z[ recovery-image] Aug 27 18:45:09.102 INFO O| Aug 27 18:45:09.102 INFO STEP 48 (ensure_file) COMPLETE
78382024-08-27T18:45:10.122Z[ recovery-image] Aug 27 18:45:09.102 INFO O| Aug 27 18:45:09.102 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78392024-08-27T18:45:10.131Z[ recovery-image] Aug 27 18:45:09.114 INFO O| Aug 27 18:45:09.114 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78402024-08-27T18:45:10.131Z[ recovery-image] Aug 27 18:45:09.114 INFO O| Aug 27 18:45:09.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78412024-08-27T18:45:10.131Z[ recovery-image] Aug 27 18:45:09.114 INFO O| Aug 27 18:45:09.114 INFO STEP 49 (ensure_dir) COMPLETE
78422024-08-27T18:45:10.133Z[ recovery-image] Aug 27 18:45:09.114 INFO O| Aug 27 18:45:09.114 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78432024-08-27T18:45:10.142Z[ recovery-image] Aug 27 18:45:09.125 INFO O| Aug 27 18:45:09.125 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78442024-08-27T18:45:10.142Z[ recovery-image] Aug 27 18:45:09.125 INFO O| Aug 27 18:45:09.125 INFO copying /tmp/.tmpxLzl0y/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78452024-08-27T18:45:10.161Z[ recovery-image] Aug 27 18:45:09.144 INFO O| Aug 27 18:45:09.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78462024-08-27T18:45:10.161Z[ recovery-image] Aug 27 18:45:09.145 INFO O| Aug 27 18:45:09.144 INFO ok!
78472024-08-27T18:45:10.161Z[ recovery-image] Aug 27 18:45:09.145 INFO O| Aug 27 18:45:09.144 INFO STEP 50 (ensure_file) COMPLETE
78482024-08-27T18:45:10.164Z[ recovery-image] Aug 27 18:45:09.145 INFO O| Aug 27 18:45:09.144 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78492024-08-27T18:45:10.174Z[ recovery-image] Aug 27 18:45:09.157 INFO O| Aug 27 18:45:09.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78502024-08-27T18:45:10.174Z[ recovery-image] Aug 27 18:45:09.157 INFO O| Aug 27 18:45:09.157 INFO copying /tmp/.tmpxLzl0y/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78512024-08-27T18:45:10.374Z[ host-image] Aug 27 18:45:09.357 INFO O| Aug 27 18:45:09.356 INFO O| Planning: Solver setup ... Done
78522024-08-27T18:45:10.380Z[ host-image] Aug 27 18:45:09.364 INFO O| Aug 27 18:45:09.364 INFO O| Planning: Running solver ... Done
78532024-08-27T18:45:10.450Z[ host-image] Aug 27 18:45:09.433 INFO O| Aug 27 18:45:09.433 INFO O| Planning: Finding local manifests ... Done
78542024-08-27T18:45:10.453Z[ host-image] Aug 27 18:45:09.434 INFO O| Aug 27 18:45:09.434 INFO O| Planning: Fetching manifests: 0/1 0% complete
78552024-08-27T18:45:10.566Z[ host-image] Aug 27 18:45:09.549 INFO O| Aug 27 18:45:09.549 INFO O| Planning: Fetching manifests: 1/1 100% complete
78562024-08-27T18:45:10.601Z[ host-image] Aug 27 18:45:09.584 INFO O| Aug 27 18:45:09.583 INFO O| Planning: Package planning ... Done
78572024-08-27T18:45:10.603Z[ host-image] Aug 27 18:45:09.584 INFO O| Aug 27 18:45:09.584 INFO O| Planning: Merging actions ... Done
78582024-08-27T18:45:10.685Z[ host-image] Aug 27 18:45:09.668 INFO O| Aug 27 18:45:09.668 INFO O| Planning: Checking for conflicting actions ... Done
78592024-08-27T18:45:10.688Z[ host-image] Aug 27 18:45:09.669 INFO O| Aug 27 18:45:09.669 INFO O| Planning: Consolidating action changes ... Done
78602024-08-27T18:45:10.701Z[ recovery-image] Aug 27 18:45:09.684 INFO O| Aug 27 18:45:09.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78612024-08-27T18:45:10.701Z[ recovery-image] Aug 27 18:45:09.684 INFO O| Aug 27 18:45:09.684 INFO ok!
78622024-08-27T18:45:10.703Z[ recovery-image] Aug 27 18:45:09.684 INFO O| Aug 27 18:45:09.684 INFO STEP 51 (ensure_file) COMPLETE
78632024-08-27T18:45:10.703Z[ recovery-image] Aug 27 18:45:09.684 INFO O| Aug 27 18:45:09.684 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78642024-08-27T18:45:10.715Z[ recovery-image] Aug 27 18:45:09.697 INFO O| Aug 27 18:45:09.696 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78652024-08-27T18:45:10.715Z[ recovery-image] Aug 27 18:45:09.697 INFO O| Aug 27 18:45:09.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78662024-08-27T18:45:10.715Z[ recovery-image] Aug 27 18:45:09.697 INFO O| Aug 27 18:45:09.697 INFO STEP 52 (ensure_dir) COMPLETE
78672024-08-27T18:45:10.717Z[ recovery-image] Aug 27 18:45:09.697 INFO O| Aug 27 18:45:09.697 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78682024-08-27T18:45:10.725Z[ recovery-image] Aug 27 18:45:09.708 INFO O| Aug 27 18:45:09.708 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78692024-08-27T18:45:10.725Z[ recovery-image] Aug 27 18:45:09.708 INFO O| Aug 27 18:45:09.708 INFO copying /tmp/.tmpxLzl0y/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 ...
78702024-08-27T18:45:10.729Z[ recovery-image] Aug 27 18:45:09.708 INFO O| Aug 27 18:45:09.708 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
78712024-08-27T18:45:10.730Z[ recovery-image] Aug 27 18:45:09.708 INFO O| Aug 27 18:45:09.708 INFO ok!
78722024-08-27T18:45:10.730Z[ recovery-image] Aug 27 18:45:09.708 INFO O| Aug 27 18:45:09.708 INFO STEP 53 (ensure_file) COMPLETE
78732024-08-27T18:45:10.730Z[ recovery-image] Aug 27 18:45:09.708 INFO O| Aug 27 18:45:09.708 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78742024-08-27T18:45:10.736Z[ recovery-image] Aug 27 18:45:09.720 INFO O| Aug 27 18:45:09.720 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78752024-08-27T18:45:10.736Z[ recovery-image] Aug 27 18:45:09.720 INFO O| Aug 27 18:45:09.720 INFO copying /tmp/.tmpxLzl0y/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 ...
78762024-08-27T18:45:10.736Z[ recovery-image] Aug 27 18:45:09.720 INFO O| Aug 27 18:45:09.720 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
78772024-08-27T18:45:10.739Z[ recovery-image] Aug 27 18:45:09.720 INFO O| Aug 27 18:45:09.720 INFO ok!
78782024-08-27T18:45:10.739Z[ recovery-image] Aug 27 18:45:09.720 INFO O| Aug 27 18:45:09.720 INFO STEP 54 (ensure_file) COMPLETE
78792024-08-27T18:45:10.739Z[ recovery-image] Aug 27 18:45:09.720 INFO O| Aug 27 18:45:09.720 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78802024-08-27T18:45:10.747Z[ recovery-image] Aug 27 18:45:09.730 INFO O| Aug 27 18:45:09.730 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78812024-08-27T18:45:10.747Z[ recovery-image] Aug 27 18:45:09.731 INFO O| Aug 27 18:45:09.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78822024-08-27T18:45:10.747Z[ recovery-image] Aug 27 18:45:09.731 INFO O| Aug 27 18:45:09.731 INFO STEP 55 (ensure_dir) COMPLETE
78832024-08-27T18:45:10.750Z[ recovery-image] Aug 27 18:45:09.731 INFO O| Aug 27 18:45:09.731 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78842024-08-27T18:45:10.759Z[ recovery-image] Aug 27 18:45:09.742 INFO O| Aug 27 18:45:09.742 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78852024-08-27T18:45:10.759Z[ recovery-image] Aug 27 18:45:09.742 INFO O| Aug 27 18:45:09.742 INFO copying /tmp/.tmpxLzl0y/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 ...
78862024-08-27T18:45:10.761Z[ recovery-image] Aug 27 18:45:09.742 INFO O| Aug 27 18:45:09.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78872024-08-27T18:45:10.761Z[ recovery-image] Aug 27 18:45:09.742 INFO O| Aug 27 18:45:09.742 INFO ok!
78882024-08-27T18:45:10.761Z[ recovery-image] Aug 27 18:45:09.742 INFO O| Aug 27 18:45:09.742 INFO STEP 56 (ensure_file) COMPLETE
78892024-08-27T18:45:10.761Z[ recovery-image] Aug 27 18:45:09.742 INFO O| Aug 27 18:45:09.742 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78902024-08-27T18:45:10.780Z[ recovery-image] Aug 27 18:45:09.760 INFO O| Aug 27 18:45:09.758 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78912024-08-27T18:45:10.780Z[ recovery-image] Aug 27 18:45:09.760 INFO O| Aug 27 18:45:09.758 INFO copying /tmp/.tmpxLzl0y/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 ...
78922024-08-27T18:45:10.780Z[ recovery-image] Aug 27 18:45:09.760 INFO O| Aug 27 18:45:09.758 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
78932024-08-27T18:45:10.780Z[ recovery-image] Aug 27 18:45:09.760 INFO O| Aug 27 18:45:09.758 INFO ok!
78942024-08-27T18:45:10.780Z[ recovery-image] Aug 27 18:45:09.760 INFO O| Aug 27 18:45:09.758 INFO STEP 57 (ensure_file) COMPLETE
78952024-08-27T18:45:10.780Z[ recovery-image] Aug 27 18:45:09.760 INFO O| Aug 27 18:45:09.758 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78962024-08-27T18:45:10.808Z[ recovery-image] Aug 27 18:45:09.789 INFO O| Aug 27 18:45:09.789 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78972024-08-27T18:45:10.810Z[ recovery-image] Aug 27 18:45:09.789 INFO O| Aug 27 18:45:09.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78982024-08-27T18:45:10.810Z[ recovery-image] Aug 27 18:45:09.789 INFO O| Aug 27 18:45:09.789 INFO STEP 58 (ensure_dir) COMPLETE
78992024-08-27T18:45:10.810Z[ recovery-image] Aug 27 18:45:09.789 INFO O| Aug 27 18:45:09.789 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79002024-08-27T18:45:10.835Z[ recovery-image] Aug 27 18:45:09.817 INFO O| Aug 27 18:45:09.817 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
79012024-08-27T18:45:10.835Z[ recovery-image] Aug 27 18:45:09.817 INFO O| Aug 27 18:45:09.817 INFO copying /tmp/.tmpxLzl0y/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 ...
79022024-08-27T18:45:10.838Z[ recovery-image] Aug 27 18:45:09.817 INFO O| Aug 27 18:45:09.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
79032024-08-27T18:45:10.838Z[ recovery-image] Aug 27 18:45:09.817 INFO O| Aug 27 18:45:09.817 INFO ok!
79042024-08-27T18:45:10.838Z[ recovery-image] Aug 27 18:45:09.817 INFO O| Aug 27 18:45:09.817 INFO STEP 59 (ensure_file) COMPLETE
79052024-08-27T18:45:10.838Z[ recovery-image] Aug 27 18:45:09.817 INFO O| Aug 27 18:45:09.817 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79062024-08-27T18:45:10.867Z[ recovery-image] Aug 27 18:45:09.848 INFO O| Aug 27 18:45:09.848 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
79072024-08-27T18:45:10.867Z[ recovery-image] Aug 27 18:45:09.848 INFO O| Aug 27 18:45:09.848 INFO copying /tmp/.tmpxLzl0y/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
79082024-08-27T18:45:10.867Z[ recovery-image] Aug 27 18:45:09.848 INFO O| Aug 27 18:45:09.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
79092024-08-27T18:45:10.867Z[ recovery-image] Aug 27 18:45:09.848 INFO O| Aug 27 18:45:09.848 INFO ok!
79102024-08-27T18:45:10.867Z[ recovery-image] Aug 27 18:45:09.848 INFO O| Aug 27 18:45:09.848 INFO STEP 60 (ensure_file) COMPLETE
79112024-08-27T18:45:10.867Z[ recovery-image] Aug 27 18:45:09.848 INFO O| Aug 27 18:45:09.848 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79122024-08-27T18:45:10.891Z[ recovery-image] Aug 27 18:45:09.872 INFO O| Aug 27 18:45:09.871 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
79132024-08-27T18:45:10.891Z[ recovery-image] Aug 27 18:45:09.872 INFO O| Aug 27 18:45:09.871 INFO STEP 61 (ensure_dir) COMPLETE
79142024-08-27T18:45:10.894Z[ recovery-image] Aug 27 18:45:09.872 INFO O| Aug 27 18:45:09.871 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79152024-08-27T18:45:10.913Z[ recovery-image] Aug 27 18:45:09.896 INFO O| Aug 27 18:45:09.895 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
79162024-08-27T18:45:10.913Z[ recovery-image] Aug 27 18:45:09.896 INFO O| Aug 27 18:45:09.895 INFO STEP 62 (ensure_dir) COMPLETE
79172024-08-27T18:45:10.916Z[ recovery-image] Aug 27 18:45:09.896 INFO O| Aug 27 18:45:09.895 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79182024-08-27T18:45:10.928Z[ recovery-image] Aug 27 18:45:09.911 INFO O| Aug 27 18:45:09.911 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
79192024-08-27T18:45:10.928Z[ recovery-image] Aug 27 18:45:09.911 INFO O| Aug 27 18:45:09.911 INFO STEP 63 (ensure_dir) COMPLETE
79202024-08-27T18:45:10.928Z[ recovery-image] Aug 27 18:45:09.911 INFO O| Aug 27 18:45:09.911 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79212024-08-27T18:45:10.943Z[ recovery-image] Aug 27 18:45:09.926 INFO O| Aug 27 18:45:09.926 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
79222024-08-27T18:45:10.943Z[ recovery-image] Aug 27 18:45:09.926 INFO O| Aug 27 18:45:09.926 INFO STEP 64 (ensure_dir) COMPLETE
79232024-08-27T18:45:10.946Z[ recovery-image] Aug 27 18:45:09.927 INFO O| Aug 27 18:45:09.926 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79242024-08-27T18:45:10.955Z[ host-image] Aug 27 18:45:09.938 INFO O| Aug 27 18:45:09.938 INFO O| Planning: Evaluating mediators ... Done
79252024-08-27T18:45:10.958Z[ host-image] Aug 27 18:45:09.939 INFO O| Aug 27 18:45:09.939 INFO O| Planning: Planning completed in 2.68 seconds
79262024-08-27T18:45:10.958Z[ host-image] Aug 27 18:45:09.941 INFO O| Aug 27 18:45:09.940 INFO O| Packages to install: 1
79272024-08-27T18:45:10.961Z[ recovery-image] Aug 27 18:45:09.941 INFO O| Aug 27 18:45:09.941 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
79282024-08-27T18:45:10.961Z[ recovery-image] Aug 27 18:45:09.942 INFO O| Aug 27 18:45:09.941 INFO copying /tmp/.tmpxLzl0y/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
79292024-08-27T18:45:10.961Z[ recovery-image] Aug 27 18:45:09.942 INFO O| Aug 27 18:45:09.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
79302024-08-27T18:45:10.961Z[ recovery-image] Aug 27 18:45:09.942 INFO O| Aug 27 18:45:09.942 INFO ok!
79312024-08-27T18:45:10.961Z[ recovery-image] Aug 27 18:45:09.942 INFO O| Aug 27 18:45:09.942 INFO STEP 65 (ensure_file) COMPLETE
79322024-08-27T18:45:10.961Z[ recovery-image] Aug 27 18:45:09.942 INFO O| Aug 27 18:45:09.942 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79332024-08-27T18:45:10.970Z[ host-image] Aug 27 18:45:09.953 INFO O| Aug 27 18:45:09.953 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
79342024-08-27T18:45:10.974Z[ recovery-image] Aug 27 18:45:09.954 INFO O| Aug 27 18:45:09.954 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79352024-08-27T18:45:10.974Z[ recovery-image] Aug 27 18:45:09.954 INFO O| Aug 27 18:45:09.954 INFO STEP 66 (remove_files) COMPLETE
79362024-08-27T18:45:10.974Z[ recovery-image] Aug 27 18:45:09.954 INFO O| Aug 27 18:45:09.954 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79372024-08-27T18:45:10.987Z[ recovery-image] Aug 27 18:45:09.970 INFO O| Aug 27 18:45:09.970 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79382024-08-27T18:45:10.987Z[ recovery-image] Aug 27 18:45:09.970 INFO O| Aug 27 18:45:09.970 INFO STEP 67 (remove_files) COMPLETE
79392024-08-27T18:45:10.991Z[ recovery-image] Aug 27 18:45:09.970 INFO O| Aug 27 18:45:09.970 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79402024-08-27T18:45:11.004Z[ recovery-image] Aug 27 18:45:09.986 INFO O| Aug 27 18:45:09.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79412024-08-27T18:45:11.009Z[ recovery-image] Aug 27 18:45:09.986 INFO O| Aug 27 18:45:09.986 INFO STEP 68 (remove_files) COMPLETE
79422024-08-27T18:45:11.009Z[ recovery-image] Aug 27 18:45:09.987 INFO O| Aug 27 18:45:09.986 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79432024-08-27T18:45:11.020Z[ recovery-image] Aug 27 18:45:10.002 INFO O| Aug 27 18:45:10.002 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79442024-08-27T18:45:11.024Z[ recovery-image] Aug 27 18:45:10.002 INFO O| Aug 27 18:45:10.002 INFO STEP 69 (remove_files) COMPLETE
79452024-08-27T18:45:11.024Z[ recovery-image] Aug 27 18:45:10.002 INFO O| Aug 27 18:45:10.002 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79462024-08-27T18:45:11.033Z[ recovery-image] Aug 27 18:45:10.016 INFO O| Aug 27 18:45:10.016 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79472024-08-27T18:45:11.036Z[ recovery-image] Aug 27 18:45:10.016 INFO O| Aug 27 18:45:10.016 INFO STEP 70 (remove_files) COMPLETE
79482024-08-27T18:45:11.036Z[ recovery-image] Aug 27 18:45:10.016 INFO O| Aug 27 18:45:10.016 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79492024-08-27T18:45:11.048Z[ recovery-image] Aug 27 18:45:10.031 INFO O| Aug 27 18:45:10.031 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79502024-08-27T18:45:11.050Z[ recovery-image] Aug 27 18:45:10.031 INFO O| Aug 27 18:45:10.031 INFO STEP 71 (remove_files) COMPLETE
79512024-08-27T18:45:11.050Z[ recovery-image] Aug 27 18:45:10.031 INFO O| Aug 27 18:45:10.031 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79522024-08-27T18:45:11.062Z[ recovery-image] Aug 27 18:45:10.045 INFO O| Aug 27 18:45:10.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79532024-08-27T18:45:11.064Z[ recovery-image] Aug 27 18:45:10.045 INFO O| Aug 27 18:45:10.045 INFO STEP 72 (remove_files) COMPLETE
79542024-08-27T18:45:11.064Z[ recovery-image] Aug 27 18:45:10.045 INFO O| Aug 27 18:45:10.045 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79552024-08-27T18:45:11.078Z[ recovery-image] Aug 27 18:45:10.060 INFO O| Aug 27 18:45:10.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79562024-08-27T18:45:11.078Z[ recovery-image] Aug 27 18:45:10.060 INFO O| Aug 27 18:45:10.060 INFO STEP 73 (remove_files) COMPLETE
79572024-08-27T18:45:11.078Z[ recovery-image] Aug 27 18:45:10.060 INFO O| Aug 27 18:45:10.060 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79582024-08-27T18:45:11.089Z[ recovery-image] Aug 27 18:45:10.072 INFO O| Aug 27 18:45:10.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79592024-08-27T18:45:11.091Z[ recovery-image] Aug 27 18:45:10.072 INFO O| Aug 27 18:45:10.072 INFO STEP 74 (remove_files) COMPLETE
79602024-08-27T18:45:11.091Z[ recovery-image] Aug 27 18:45:10.072 INFO O| Aug 27 18:45:10.072 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79612024-08-27T18:45:11.103Z[ recovery-image] Aug 27 18:45:10.086 INFO O| Aug 27 18:45:10.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79622024-08-27T18:45:11.103Z[ recovery-image] Aug 27 18:45:10.086 INFO O| Aug 27 18:45:10.086 INFO STEP 75 (remove_files) COMPLETE
79632024-08-27T18:45:11.103Z[ recovery-image] Aug 27 18:45:10.086 INFO O| Aug 27 18:45:10.086 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79642024-08-27T18:45:11.118Z[ recovery-image] Aug 27 18:45:10.101 INFO O| Aug 27 18:45:10.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79652024-08-27T18:45:11.118Z[ recovery-image] Aug 27 18:45:10.101 INFO O| Aug 27 18:45:10.101 INFO STEP 76 (remove_files) COMPLETE
79662024-08-27T18:45:11.118Z[ recovery-image] Aug 27 18:45:10.101 INFO O| Aug 27 18:45:10.101 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79672024-08-27T18:45:11.132Z[ recovery-image] Aug 27 18:45:10.115 INFO O| Aug 27 18:45:10.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79682024-08-27T18:45:11.136Z[ recovery-image] Aug 27 18:45:10.115 INFO O| Aug 27 18:45:10.115 INFO STEP 77 (remove_files) COMPLETE
79692024-08-27T18:45:11.136Z[ recovery-image] Aug 27 18:45:10.115 INFO O| Aug 27 18:45:10.115 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79702024-08-27T18:45:11.146Z[ recovery-image] Aug 27 18:45:10.128 INFO O| Aug 27 18:45:10.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79712024-08-27T18:45:11.146Z[ recovery-image] Aug 27 18:45:10.128 INFO O| Aug 27 18:45:10.128 INFO STEP 78 (remove_files) COMPLETE
79722024-08-27T18:45:11.150Z[ recovery-image] Aug 27 18:45:10.128 INFO O| Aug 27 18:45:10.128 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79732024-08-27T18:45:11.159Z[ recovery-image] Aug 27 18:45:10.142 INFO O| Aug 27 18:45:10.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79742024-08-27T18:45:11.162Z[ recovery-image] Aug 27 18:45:10.142 INFO O| Aug 27 18:45:10.142 INFO STEP 79 (remove_files) COMPLETE
79752024-08-27T18:45:11.162Z[ recovery-image] Aug 27 18:45:10.142 INFO O| Aug 27 18:45:10.142 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79762024-08-27T18:45:11.169Z[ recovery-image] Aug 27 18:45:10.152 INFO O| Aug 27 18:45:10.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79772024-08-27T18:45:11.169Z[ recovery-image] Aug 27 18:45:10.152 INFO O| Aug 27 18:45:10.152 INFO STEP 80 (remove_files) COMPLETE
79782024-08-27T18:45:11.173Z[ recovery-image] Aug 27 18:45:10.152 INFO O| Aug 27 18:45:10.152 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79792024-08-27T18:45:11.180Z[ recovery-image] Aug 27 18:45:10.162 INFO O| Aug 27 18:45:10.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79802024-08-27T18:45:11.184Z[ recovery-image] Aug 27 18:45:10.162 INFO O| Aug 27 18:45:10.162 INFO STEP 81 (remove_files) COMPLETE
79812024-08-27T18:45:11.184Z[ recovery-image] Aug 27 18:45:10.162 INFO O| Aug 27 18:45:10.162 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79822024-08-27T18:45:11.190Z[ recovery-image] Aug 27 18:45:10.172 INFO O| Aug 27 18:45:10.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79832024-08-27T18:45:11.190Z[ recovery-image] Aug 27 18:45:10.173 INFO O| Aug 27 18:45:10.173 INFO STEP 82 (remove_files) COMPLETE
79842024-08-27T18:45:11.190Z[ recovery-image] Aug 27 18:45:10.173 INFO O| Aug 27 18:45:10.173 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79852024-08-27T18:45:11.200Z[ recovery-image] Aug 27 18:45:10.183 INFO O| Aug 27 18:45:10.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79862024-08-27T18:45:11.200Z[ recovery-image] Aug 27 18:45:10.183 INFO O| Aug 27 18:45:10.183 INFO STEP 83 (remove_files) COMPLETE
79872024-08-27T18:45:11.204Z[ recovery-image] Aug 27 18:45:10.183 INFO O| Aug 27 18:45:10.183 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79882024-08-27T18:45:11.211Z[ recovery-image] Aug 27 18:45:10.193 INFO O| Aug 27 18:45:10.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79892024-08-27T18:45:11.211Z[ recovery-image] Aug 27 18:45:10.193 INFO O| Aug 27 18:45:10.193 INFO STEP 84 (remove_files) COMPLETE
79902024-08-27T18:45:11.215Z[ recovery-image] Aug 27 18:45:10.193 INFO O| Aug 27 18:45:10.193 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79912024-08-27T18:45:11.222Z[ recovery-image] Aug 27 18:45:10.204 INFO O| Aug 27 18:45:10.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79922024-08-27T18:45:11.222Z[ recovery-image] Aug 27 18:45:10.204 INFO O| Aug 27 18:45:10.204 INFO STEP 85 (remove_files) COMPLETE
79932024-08-27T18:45:11.227Z[ recovery-image] Aug 27 18:45:10.204 INFO O| Aug 27 18:45:10.204 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79942024-08-27T18:45:11.231Z[ recovery-image] Aug 27 18:45:10.214 INFO O| Aug 27 18:45:10.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79952024-08-27T18:45:11.231Z[ recovery-image] Aug 27 18:45:10.214 INFO O| Aug 27 18:45:10.214 INFO STEP 86 (remove_files) COMPLETE
79962024-08-27T18:45:11.234Z[ recovery-image] Aug 27 18:45:10.214 INFO O| Aug 27 18:45:10.214 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79972024-08-27T18:45:11.241Z[ recovery-image] Aug 27 18:45:10.224 INFO O| Aug 27 18:45:10.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79982024-08-27T18:45:11.241Z[ recovery-image] Aug 27 18:45:10.224 INFO O| Aug 27 18:45:10.224 INFO STEP 87 (remove_files) COMPLETE
79992024-08-27T18:45:11.241Z[ recovery-image] Aug 27 18:45:10.224 INFO O| Aug 27 18:45:10.224 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80002024-08-27T18:45:11.251Z[ recovery-image] Aug 27 18:45:10.234 INFO O| Aug 27 18:45:10.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
80012024-08-27T18:45:11.251Z[ recovery-image] Aug 27 18:45:10.234 INFO O| Aug 27 18:45:10.234 INFO STEP 88 (remove_files) COMPLETE
80022024-08-27T18:45:11.251Z[ recovery-image] Aug 27 18:45:10.234 INFO O| Aug 27 18:45:10.234 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80032024-08-27T18:45:11.262Z[ recovery-image] Aug 27 18:45:10.245 INFO O| Aug 27 18:45:10.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
80042024-08-27T18:45:11.262Z[ recovery-image] Aug 27 18:45:10.245 INFO O| Aug 27 18:45:10.245 INFO STEP 89 (remove_files) COMPLETE
80052024-08-27T18:45:11.264Z[ recovery-image] Aug 27 18:45:10.245 INFO O| Aug 27 18:45:10.245 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80062024-08-27T18:45:11.272Z[ recovery-image] Aug 27 18:45:10.255 INFO O| Aug 27 18:45:10.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
80072024-08-27T18:45:11.272Z[ recovery-image] Aug 27 18:45:10.255 INFO O| Aug 27 18:45:10.255 INFO STEP 90 (remove_files) COMPLETE
80082024-08-27T18:45:11.276Z[ recovery-image] Aug 27 18:45:10.255 INFO O| Aug 27 18:45:10.255 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80092024-08-27T18:45:11.284Z[ recovery-image] Aug 27 18:45:10.265 INFO O| Aug 27 18:45:10.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
80102024-08-27T18:45:11.288Z[ recovery-image] Aug 27 18:45:10.265 INFO O| Aug 27 18:45:10.265 INFO STEP 91 (remove_files) COMPLETE
80112024-08-27T18:45:11.288Z[ recovery-image] Aug 27 18:45:10.265 INFO O| Aug 27 18:45:10.265 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80122024-08-27T18:45:11.293Z[ recovery-image] Aug 27 18:45:10.275 INFO O| Aug 27 18:45:10.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
80132024-08-27T18:45:11.293Z[ recovery-image] Aug 27 18:45:10.275 INFO O| Aug 27 18:45:10.275 INFO STEP 92 (remove_files) COMPLETE
80142024-08-27T18:45:11.293Z[ recovery-image] Aug 27 18:45:10.275 INFO O| Aug 27 18:45:10.275 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80152024-08-27T18:45:11.302Z[ recovery-image] Aug 27 18:45:10.286 INFO O| Aug 27 18:45:10.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
80162024-08-27T18:45:11.302Z[ recovery-image] Aug 27 18:45:10.286 INFO O| Aug 27 18:45:10.286 INFO STEP 93 (remove_files) COMPLETE
80172024-08-27T18:45:11.302Z[ recovery-image] Aug 27 18:45:10.286 INFO O| Aug 27 18:45:10.286 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80182024-08-27T18:45:11.313Z[ recovery-image] Aug 27 18:45:10.296 INFO O| Aug 27 18:45:10.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
80192024-08-27T18:45:11.313Z[ recovery-image] Aug 27 18:45:10.296 INFO O| Aug 27 18:45:10.296 INFO STEP 94 (remove_files) COMPLETE
80202024-08-27T18:45:11.313Z[ recovery-image] Aug 27 18:45:10.296 INFO O| Aug 27 18:45:10.296 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80212024-08-27T18:45:11.327Z[ recovery-image] Aug 27 18:45:10.310 INFO O| Aug 27 18:45:10.310 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
80222024-08-27T18:45:11.327Z[ recovery-image] Aug 27 18:45:10.310 INFO O| Aug 27 18:45:10.310 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
80232024-08-27T18:45:11.576Z[ host-image] Aug 27 18:45:10.557 INFO O| Aug 27 18:45:10.557 INFO O| Download: Completed 20.80 MB in 0.60 seconds (34.4M/s)
80242024-08-27T18:45:11.604Z[ host-image] Aug 27 18:45:10.587 INFO O| Aug 27 18:45:10.587 INFO O| Actions: 1/22 actions (Installing new actions)
80252024-08-27T18:45:12.115Z[ host-image] Aug 27 18:45:11.098 INFO O| Aug 27 18:45:11.098 INFO O| Actions: Completed 22 actions in 0.51 seconds.
80262024-08-27T18:45:12.348Z[ host-image] Aug 27 18:45:11.331 INFO O| Aug 27 18:45:11.331 INFO O| Done
80272024-08-27T18:45:12.348Z[ host-image] Aug 27 18:45:11.331 INFO O| Aug 27 18:45:11.331 INFO O| Done
80282024-08-27T18:45:12.701Z[ host-image] Aug 27 18:45:11.684 INFO O| Aug 27 18:45:11.684 INFO O| Done
80292024-08-27T18:45:13.807Z[ host-image] Aug 27 18:45:12.790 INFO O| Aug 27 18:45:12.790 INFO O| Done
80302024-08-27T18:45:13.833Z[ host-image] Aug 27 18:45:12.816 INFO O| Aug 27 18:45:12.816 INFO O| Done
80312024-08-27T18:45:13.833Z[ host-image] Aug 27 18:45:12.816 INFO O| Aug 27 18:45:12.816 INFO O| Done
80322024-08-27T18:45:13.844Z[ host-image] Aug 27 18:45:12.827 INFO O| Aug 27 18:45:12.827 INFO O| Done
80332024-08-27T18:45:13.939Z[ host-image] Aug 27 18:45:12.922 INFO O| Aug 27 18:45:12.922 INFO STEP 14 (pkg_install) COMPLETE
80342024-08-27T18:45:13.939Z[ host-image] Aug 27 18:45:12.922 INFO O| Aug 27 18:45:12.922 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80352024-08-27T18:45:13.942Z[ host-image] Aug 27 18:45:12.922 INFO O| Aug 27 18:45:12.922 INFO skip step because feature "mfg" is not enabled
80362024-08-27T18:45:13.942Z[ host-image] Aug 27 18:45:12.922 INFO O| Aug 27 18:45:12.922 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80372024-08-27T18:45:13.942Z[ host-image] Aug 27 18:45:12.922 INFO O| Aug 27 18:45:12.922 INFO skip step because feature "compliance" is not enabled
80382024-08-27T18:45:13.942Z[ host-image] Aug 27 18:45:12.922 INFO O| Aug 27 18:45:12.922 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80392024-08-27T18:45:13.942Z[ host-image] Aug 27 18:45:12.922 INFO O| Aug 27 18:45:12.922 INFO skip step because feature "stress" is not enabled
80402024-08-27T18:45:13.942Z[ host-image] Aug 27 18:45:12.922 INFO O| Aug 27 18:45:12.922 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80412024-08-27T18:45:13.942Z[ host-image] Aug 27 18:45:12.922 INFO O| Aug 27 18:45:12.922 INFO skip step because feature "nfs" is not enabled
80422024-08-27T18:45:13.942Z[ host-image] Aug 27 18:45:12.922 INFO O| Aug 27 18:45:12.922 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80432024-08-27T18:45:13.942Z[ host-image] Aug 27 18:45:12.922 INFO O| Aug 27 18:45:12.922 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80442024-08-27T18:45:14.016Z[ host-image] Aug 27 18:45:12.999 INFO O| Aug 27 18:45:12.999 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
80452024-08-27T18:45:14.093Z[ host-image] Aug 27 18:45:13.071 INFO O| Aug 27 18:45:13.071 INFO completed processing gimlet/ramdisk-01-os
80462024-08-27T18:45:14.096Z[ host-image] Aug 27 18:45:13.073 INFO omicron1 baseline generation...
80472024-08-27T18:45:14.096Z[ host-image] Aug 27 18:45:13.073 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80482024-08-27T18:45:14.493Z[ host-image] Aug 27 18:45:13.475 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z
80492024-08-27T18:45:20.186Z[ recovery-image] Aug 27 18:45:19.168 INFO O| Aug 27 18:45:19.168 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
80502024-08-27T18:45:20.186Z[ recovery-image] Aug 27 18:45:19.168 INFO O| Aug 27 18:45:19.168 INFO E| svccfg: Loaded 67 smf(7) service descriptions
80512024-08-27T18:45:20.200Z[ recovery-image] Aug 27 18:45:19.182 INFO O| Aug 27 18:45:19.182 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
80522024-08-27T18:45:20.279Z[ recovery-image] Aug 27 18:45:19.261 INFO O| Aug 27 18:45:19.261 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
80532024-08-27T18:45:20.279Z[ recovery-image] Aug 27 18:45:19.261 INFO O| Aug 27 18:45:19.261 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 ...
80542024-08-27T18:45:20.282Z[ recovery-image] Aug 27 18:45:19.263 INFO O| Aug 27 18:45:19.263 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
80552024-08-27T18:45:20.282Z[ recovery-image] Aug 27 18:45:19.263 INFO O| Aug 27 18:45:19.263 INFO ok!
80562024-08-27T18:45:20.282Z[ recovery-image] Aug 27 18:45:19.263 INFO O| Aug 27 18:45:19.263 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
80572024-08-27T18:45:20.282Z[ recovery-image] Aug 27 18:45:19.263 INFO O| Aug 27 18:45:19.263 INFO STEP 95 (seed_smf) COMPLETE
80582024-08-27T18:45:20.282Z[ recovery-image] Aug 27 18:45:19.263 INFO O| Aug 27 18:45:19.263 INFO steps complete; finalising image!
80592024-08-27T18:45:20.282Z[ recovery-image] Aug 27 18:45:19.263 INFO O| Aug 27 18:45:19.263 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80602024-08-27T18:45:20.315Z[ recovery-image] Aug 27 18:45:19.298 INFO O| Aug 27 18:45:19.298 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Tue Aug 27 18:45:19 2024)
80612024-08-27T18:45:20.543Z[ recovery-image] Aug 27 18:45:19.525 INFO O| Aug 27 18:45:19.525 INFO temporary pool has 398M used, 1.36G avail, 1.00x compressratio
80622024-08-27T18:45:20.543Z[ recovery-image] Aug 27 18:45:19.525 INFO O| Aug 27 18:45:19.525 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80632024-08-27T18:45:20.767Z[ recovery-image] Aug 27 18:45:19.749 INFO O| Aug 27 18:45:19.749 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
80642024-08-27T18:45:20.767Z[ recovery-image] Aug 27 18:45:19.749 INFO O| Aug 27 18:45:19.749 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80652024-08-27T18:45:23.761Z[ recovery-image] Aug 27 18:45:22.743 INFO O| Aug 27 18:45:22.743 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80662024-08-27T18:45:23.761Z[ recovery-image] Aug 27 18:45:22.743 INFO O| Aug 27 18:45:22.743 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80672024-08-27T18:45:23.763Z[ recovery-image] Aug 27 18:45:22.743 INFO O| Aug 27 18:45:22.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80682024-08-27T18:45:23.763Z[ recovery-image] Aug 27 18:45:22.743 INFO O| Aug 27 18:45:22.743 INFO completed processing gimlet/zfs-recovery
80692024-08-27T18:45:23.763Z[ recovery-image] Aug 27 18:45:22.743 INFO O| Aug 27 18:45:22.743 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80702024-08-27T18:45:23.982Z[ recovery-image] Aug 27 18:45:22.965 INFO O| Aug 27 18:45:22.965 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80712024-08-27T18:45:24.059Z[ recovery-image] Aug 27 18:45:23.041 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
80722024-08-27T18:45:24.059Z[ recovery-image] Aug 27 18:45:23.041 INFO expanded image name: "recovery 3f25c21/${os_short_commit} 2024-08-27 18:19" -> "recovery 3f25c21/2408c3f 2024-08-27 18:19"
80732024-08-27T18:45:24.061Z[ recovery-image] Aug 27 18:45:23.041 INFO output artefacts stored in: "/work/os-recovery"
80742024-08-27T18:45:24.061Z[ recovery-image] Aug 27 18:45:23.041 INFO collecting git info from project "bootserver"...
80752024-08-27T18:45:24.067Z[ recovery-image] Aug 27 18:45:23.049 INFO collecting git info from project "phbl"...
80762024-08-27T18:45:24.073Z[ recovery-image] Aug 27 18:45:23.055 INFO collecting git info from project "image-builder"...
80772024-08-27T18:45:24.079Z[ recovery-image] Aug 27 18:45:23.061 INFO collecting git info from project "amd-firmware"...
80782024-08-27T18:45:24.284Z[ recovery-image] Aug 27 18:45:23.266 INFO collecting git info from project "pilot"...
80792024-08-27T18:45:24.295Z[ recovery-image] Aug 27 18:45:23.277 INFO collecting git info from project "chelsio-t6-roms"...
80802024-08-27T18:45:24.317Z[ recovery-image] Aug 27 18:45:23.299 INFO collecting git info from project "pinprick"...
80812024-08-27T18:45:24.322Z[ recovery-image] Aug 27 18:45:23.304 INFO collecting git info from project "amd-host-image-builder"...
80822024-08-27T18:45:24.559Z[ recovery-image] Aug 27 18:45:23.541 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80832024-08-27T18:45:24.914Z[ recovery-image] Aug 27 18:45:23.894 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80842024-08-27T18:45:25.261Z[ recovery-image] Aug 27 18:45:24.243 INFO creating Oxide boot image...
80852024-08-27T18:45:25.261Z[ recovery-image] Aug 27 18:45:24.243 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 3f25c21/2408c3f 2024-08-27 18:19", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80862024-08-27T18:46:02.041Z[ host-image] Aug 27 18:46:01.020 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z
80872024-08-27T18:46:02.041Z[ host-image] Aug 27 18:46:01.020 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z
80882024-08-27T18:46:02.049Z[ host-image] Aug 27 18:46:01.020 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80892024-08-27T18:46:02.049Z[ host-image] Aug 27 18:46:01.020 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80902024-08-27T18:46:02.049Z[ host-image] Aug 27 18:46:01.021 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80912024-08-27T18:46:02.049Z[ host-image] Aug 27 18:46:01.021 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80922024-08-27T18:46:02.049Z[ host-image] Aug 27 18:46:01.022 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80932024-08-27T18:46:02.049Z[ host-image] Aug 27 18:46:01.022 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80942024-08-27T18:46:02.049Z[ host-image] Aug 27 18:46:01.022 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80952024-08-27T18:46:02.049Z[ host-image] Aug 27 18:46:01.022 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80962024-08-27T18:46:02.049Z[ host-image] Aug 27 18:46:01.022 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z
80972024-08-27T18:46:02.049Z[ host-image] Aug 27 18:46:01.024 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z
80982024-08-27T18:46:02.049Z[ host-image] Aug 27 18:46:01.025 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z
80992024-08-27T18:46:02.050Z[ host-image] Aug 27 18:46:01.025 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z
81002024-08-27T18:46:02.050Z[ host-image] Aug 27 18:46:01.025 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81012024-08-27T18:46:02.050Z[ host-image] Aug 27 18:46:01.026 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z
81022024-08-27T18:46:02.050Z[ host-image] Aug 27 18:46:01.027 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z
81032024-08-27T18:46:02.050Z[ host-image] Aug 27 18:46:01.027 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z
81042024-08-27T18:46:02.050Z[ host-image] Aug 27 18:46:01.027 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z
81052024-08-27T18:46:02.050Z[ host-image] Aug 27 18:46:01.027 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z
81062024-08-27T18:46:02.050Z[ host-image] Aug 27 18:46:01.027 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z
81072024-08-27T18:46:02.050Z[ host-image] Aug 27 18:46:01.027 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z
81082024-08-27T18:46:02.050Z[ host-image] Aug 27 18:46:01.028 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z
81092024-08-27T18:46:02.050Z[ host-image] Aug 27 18:46:01.028 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z
81102024-08-27T18:46:02.050Z[ host-image] Aug 27 18:46:01.028 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z
81112024-08-27T18:46:02.057Z[ host-image] Aug 27 18:46:01.028 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z
81122024-08-27T18:46:02.057Z[ host-image] Aug 27 18:46:01.028 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z
81132024-08-27T18:46:02.057Z[ host-image] Aug 27 18:46:01.028 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z
81142024-08-27T18:46:02.057Z[ host-image] Aug 27 18:46:01.029 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
81152024-08-27T18:46:02.057Z[ host-image] Aug 27 18:46:01.029 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z
81162024-08-27T18:46:02.057Z[ host-image] Aug 27 18:46:01.029 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z
81172024-08-27T18:46:02.057Z[ host-image] Aug 27 18:46:01.029 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z
81182024-08-27T18:46:02.057Z[ host-image] Aug 27 18:46:01.029 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z
81192024-08-27T18:46:02.057Z[ host-image] Aug 27 18:46:01.030 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z
81202024-08-27T18:46:02.057Z[ host-image] Aug 27 18:46:01.030 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z
81212024-08-27T18:46:02.075Z[ host-image] Aug 27 18:46:01.040 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
81222024-08-27T18:46:02.075Z[ host-image] Aug 27 18:46:01.040 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z
81232024-08-27T18:46:02.075Z[ host-image] Aug 27 18:46:01.040 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
81242024-08-27T18:46:02.075Z[ host-image] Aug 27 18:46:01.040 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
81252024-08-27T18:46:02.075Z[ host-image] Aug 27 18:46:01.041 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
81262024-08-27T18:46:02.075Z[ host-image] Aug 27 18:46:01.041 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z
81272024-08-27T18:46:02.075Z[ host-image] Aug 27 18:46:01.041 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
81282024-08-27T18:46:02.075Z[ host-image] Aug 27 18:46:01.042 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
81292024-08-27T18:46:02.075Z[ host-image] Aug 27 18:46:01.043 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
81302024-08-27T18:46:02.075Z[ host-image] Aug 27 18:46:01.043 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
81312024-08-27T18:46:02.084Z[ host-image] Aug 27 18:46:01.056 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
81322024-08-27T18:46:02.084Z[ host-image] Aug 27 18:46:01.056 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
81332024-08-27T18:46:02.084Z[ host-image] Aug 27 18:46:01.056 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
81342024-08-27T18:46:02.084Z[ host-image] Aug 27 18:46:01.057 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
81352024-08-27T18:46:02.084Z[ host-image] Aug 27 18:46:01.057 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
81362024-08-27T18:46:02.084Z[ host-image] Aug 27 18:46:01.058 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
81372024-08-27T18:46:02.115Z[ host-image] Aug 27 18:46:01.094 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
81382024-08-27T18:46:02.128Z[ host-image] Aug 27 18:46:01.095 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
81392024-08-27T18:46:02.128Z[ host-image] Aug 27 18:46:01.095 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
81402024-08-27T18:46:02.128Z[ host-image] Aug 27 18:46:01.096 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z
81412024-08-27T18:46:02.128Z[ host-image] Aug 27 18:46:01.096 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z
81422024-08-27T18:46:02.128Z[ host-image] Aug 27 18:46:01.096 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
81432024-08-27T18:46:02.128Z[ host-image] Aug 27 18:46:01.096 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z
81442024-08-27T18:46:02.128Z[ host-image] Aug 27 18:46:01.097 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
81452024-08-27T18:46:02.128Z[ host-image] Aug 27 18:46:01.097 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
81462024-08-27T18:46:02.128Z[ host-image] Aug 27 18:46:01.097 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
81472024-08-27T18:46:02.128Z[ host-image] Aug 27 18:46:01.097 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z
81482024-08-27T18:46:02.128Z[ host-image] Aug 27 18:46:01.097 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
81492024-08-27T18:46:02.128Z[ host-image] Aug 27 18:46:01.102 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
81502024-08-27T18:46:02.129Z[ host-image] Aug 27 18:46:01.102 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
81512024-08-27T18:46:02.129Z[ host-image] Aug 27 18:46:01.102 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
81522024-08-27T18:46:02.129Z[ host-image] Aug 27 18:46:01.102 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z
81532024-08-27T18:46:02.137Z[ host-image] Aug 27 18:46:01.103 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
81542024-08-27T18:46:02.149Z[ host-image] Aug 27 18:46:01.118 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
81552024-08-27T18:46:02.149Z[ host-image] Aug 27 18:46:01.118 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z
81562024-08-27T18:46:02.149Z[ host-image] Aug 27 18:46:01.120 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z
81572024-08-27T18:46:02.149Z[ host-image] Aug 27 18:46:01.121 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z
81582024-08-27T18:46:02.149Z[ host-image] Aug 27 18:46:01.121 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81592024-08-27T18:46:02.149Z[ host-image] Aug 27 18:46:01.121 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z
81602024-08-27T18:46:02.149Z[ host-image] Aug 27 18:46:01.122 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z
81612024-08-27T18:46:02.149Z[ host-image] Aug 27 18:46:01.122 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z
81622024-08-27T18:46:02.149Z[ host-image] Aug 27 18:46:01.122 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z
81632024-08-27T18:46:02.163Z[ host-image] Aug 27 18:46:01.126 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81642024-08-27T18:46:02.163Z[ host-image] Aug 27 18:46:01.127 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z
81652024-08-27T18:46:02.163Z[ host-image] Aug 27 18:46:01.127 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z
81662024-08-27T18:46:02.163Z[ host-image] Aug 27 18:46:01.127 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81672024-08-27T18:46:02.163Z[ host-image] Aug 27 18:46:01.128 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z
81682024-08-27T18:46:02.163Z[ host-image] Aug 27 18:46:01.128 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z
81692024-08-27T18:46:02.163Z[ host-image] Aug 27 18:46:01.128 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z
81702024-08-27T18:46:02.163Z[ host-image] Aug 27 18:46:01.129 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z
81712024-08-27T18:46:02.171Z[ host-image] Aug 27 18:46:01.137 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z
81722024-08-27T18:46:02.171Z[ host-image] Aug 27 18:46:01.137 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81732024-08-27T18:46:02.171Z[ host-image] Aug 27 18:46:01.139 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z
81742024-08-27T18:46:02.171Z[ host-image] Aug 27 18:46:01.141 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z
81752024-08-27T18:46:02.171Z[ host-image] Aug 27 18:46:01.141 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z
81762024-08-27T18:46:02.171Z[ host-image] Aug 27 18:46:01.141 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z
81772024-08-27T18:46:02.171Z[ host-image] Aug 27 18:46:01.142 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z
81782024-08-27T18:46:02.171Z[ host-image] Aug 27 18:46:01.142 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z
81792024-08-27T18:46:02.179Z[ host-image] Aug 27 18:46:01.152 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z
81802024-08-27T18:46:02.180Z[ host-image] Aug 27 18:46:01.153 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z
81812024-08-27T18:46:02.180Z[ host-image] Aug 27 18:46:01.153 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z
81822024-08-27T18:46:02.180Z[ host-image] Aug 27 18:46:01.154 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z
81832024-08-27T18:46:02.180Z[ host-image] Aug 27 18:46:01.154 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z
81842024-08-27T18:46:02.198Z[ host-image] Aug 27 18:46:01.177 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z
81852024-08-27T18:46:02.198Z[ host-image] Aug 27 18:46:01.177 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z
81862024-08-27T18:46:02.206Z[ host-image] Aug 27 18:46:01.177 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z
81872024-08-27T18:46:02.206Z[ host-image] Aug 27 18:46:01.178 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81882024-08-27T18:46:02.206Z[ host-image] Aug 27 18:46:01.178 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81892024-08-27T18:46:02.230Z[ host-image] Aug 27 18:46:01.210 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z
81902024-08-27T18:46:02.238Z[ host-image] Aug 27 18:46:01.210 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81912024-08-27T18:46:02.238Z[ host-image] Aug 27 18:46:01.210 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z
81922024-08-27T18:46:02.238Z[ host-image] Aug 27 18:46:01.210 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z
81932024-08-27T18:46:02.238Z[ host-image] Aug 27 18:46:01.211 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z
81942024-08-27T18:46:02.238Z[ host-image] Aug 27 18:46:01.212 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81952024-08-27T18:46:02.238Z[ host-image] Aug 27 18:46:01.212 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81962024-08-27T18:46:02.238Z[ host-image] Aug 27 18:46:01.213 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z
81972024-08-27T18:46:02.238Z[ host-image] Aug 27 18:46:01.213 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z
81982024-08-27T18:46:02.238Z[ host-image] Aug 27 18:46:01.213 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z
81992024-08-27T18:46:02.239Z[ host-image] Aug 27 18:46:01.213 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z
82002024-08-27T18:46:02.239Z[ host-image] Aug 27 18:46:01.214 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z
82012024-08-27T18:46:02.239Z[ host-image] Aug 27 18:46:01.214 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z
82022024-08-27T18:46:02.239Z[ host-image] Aug 27 18:46:01.217 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82032024-08-27T18:46:02.239Z[ host-image] Aug 27 18:46:01.217 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z
82042024-08-27T18:46:02.249Z[ host-image] Aug 27 18:46:01.219 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z
82052024-08-27T18:46:02.249Z[ host-image] Aug 27 18:46:01.219 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z
82062024-08-27T18:46:02.249Z[ host-image] Aug 27 18:46:01.219 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z
82072024-08-27T18:46:02.249Z[ host-image] Aug 27 18:46:01.219 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z
82082024-08-27T18:46:02.249Z[ host-image] Aug 27 18:46:01.220 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z
82092024-08-27T18:46:02.249Z[ host-image] Aug 27 18:46:01.220 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82102024-08-27T18:46:02.249Z[ host-image] Aug 27 18:46:01.220 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82112024-08-27T18:46:02.249Z[ host-image] Aug 27 18:46:01.220 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z
82122024-08-27T18:46:02.249Z[ host-image] Aug 27 18:46:01.221 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z
82132024-08-27T18:46:02.249Z[ host-image] Aug 27 18:46:01.221 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82142024-08-27T18:46:02.249Z[ host-image] Aug 27 18:46:01.221 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82152024-08-27T18:46:02.250Z[ host-image] Aug 27 18:46:01.221 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82162024-08-27T18:46:02.250Z[ host-image] Aug 27 18:46:01.221 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82172024-08-27T18:46:02.250Z[ host-image] Aug 27 18:46:01.221 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
82182024-08-27T18:46:02.250Z[ host-image] Aug 27 18:46:01.222 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
82192024-08-27T18:46:02.250Z[ host-image] Aug 27 18:46:01.223 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
82202024-08-27T18:46:02.250Z[ host-image] Aug 27 18:46:01.224 INFO O| tempdir @ "/tmp/.tmpGTkHSk/tmp"
82212024-08-27T18:46:02.250Z[ host-image] Aug 27 18:46:01.224 INFO O| image root @ "/tmp/.tmpGTkHSk/tmp/root"
82222024-08-27T18:46:02.250Z[ host-image] Aug 27 18:46:01.224 INFO O| creating image...
82232024-08-27T18:46:02.777Z[ host-image] Aug 27 18:46:01.756 INFO O| copying publishers...
82242024-08-27T18:46:09.168Z[ host-image] Aug 27 18:46:08.147 INFO O| adding properties...
82252024-08-27T18:46:10.186Z[ host-image] Aug 27 18:46:09.165 INFO O| installing packages...
82262024-08-27T18:46:15.945Z[ recovery-image] Aug 27 18:46:14.923 INFO O| ok, image written!
82272024-08-27T18:46:15.945Z[ recovery-image] Aug 27 18:46:14.923 INFO O| ok, boot_image_csum file written!
82282024-08-27T18:46:15.952Z[ recovery-image] Aug 27 18:46:14.927 INFO creating boot archive (CPIO)...
82292024-08-27T18:46:15.954Z[ recovery-image] Aug 27 18:46:14.927 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
82302024-08-27T18:46:15.957Z[ recovery-image] Aug 27 18:46:14.934 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
82312024-08-27T18:46:15.957Z[ recovery-image] Aug 27 18:46:14.935 INFO E| + outfile=/work/os-recovery/cpio
82322024-08-27T18:46:15.957Z[ recovery-image] Aug 27 18:46:14.935 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82332024-08-27T18:46:15.960Z[ recovery-image] Aug 27 18:46:14.937 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82342024-08-27T18:46:15.960Z[ recovery-image] Aug 27 18:46:14.937 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82352024-08-27T18:46:15.992Z[ recovery-image] Aug 27 18:46:14.970 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82362024-08-27T18:46:15.992Z[ recovery-image] Aug 27 18:46:14.970 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82372024-08-27T18:46:15.998Z[ recovery-image] Aug 27 18:46:14.977 INFO creating compressed cpio/unix for nanobl-rs...
82382024-08-27T18:46:15.998Z[ recovery-image] Aug 27 18:46:14.977 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
82392024-08-27T18:46:16.277Z[ recovery-image] Aug 27 18:46:15.256 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82402024-08-27T18:46:20.634Z[ recovery-image] Aug 27 18:46:19.612 INFO creating reset image...
82412024-08-27T18:46:20.637Z[ recovery-image] Aug 27 18:46:19.612 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
82422024-08-27T18:46:20.858Z[ recovery-image] Aug 27 18:46:19.836 INFO E| Updating crates.io index
82432024-08-27T18:46:20.947Z[ recovery-image] Aug 27 18:46:19.925 INFO E| Downloading crates ...
82442024-08-27T18:46:21.043Z[ recovery-image] Aug 27 18:46:20.021 INFO E| Downloaded anstream v0.6.13
82452024-08-27T18:46:21.048Z[ recovery-image] Aug 27 18:46:20.027 INFO E| Downloaded os_pipe v1.1.5
82462024-08-27T18:46:21.051Z[ recovery-image] Aug 27 18:46:20.028 INFO E| Downloaded duct v0.13.7
82472024-08-27T18:46:21.054Z[ recovery-image] Aug 27 18:46:20.032 INFO E| Downloaded anstyle-parse v0.2.3
82482024-08-27T18:46:21.062Z[ recovery-image] Aug 27 18:46:20.040 INFO E| Downloaded clap v4.5.3
82492024-08-27T18:46:21.071Z[ recovery-image] Aug 27 18:46:20.049 INFO E| Downloaded shared_child v1.0.0
82502024-08-27T18:46:21.074Z[ recovery-image] Aug 27 18:46:20.050 INFO E| Downloaded anstyle-query v1.0.2
82512024-08-27T18:46:21.074Z[ recovery-image] Aug 27 18:46:20.052 INFO E| Downloaded clap_derive v4.5.3
82522024-08-27T18:46:21.076Z[ recovery-image] Aug 27 18:46:20.054 INFO E| Downloaded anstyle v1.0.6
82532024-08-27T18:46:21.078Z[ recovery-image] Aug 27 18:46:20.056 INFO E| Downloaded proc-macro2 v1.0.79
82542024-08-27T18:46:21.109Z[ recovery-image] Aug 27 18:46:20.087 INFO E| Downloaded syn v2.0.53
82552024-08-27T18:46:21.148Z[ recovery-image] Aug 27 18:46:20.126 INFO E| Downloaded libc v0.2.153
82562024-08-27T18:46:21.222Z[ recovery-image] Aug 27 18:46:20.200 INFO E| Compiling proc-macro2 v1.0.79
82572024-08-27T18:46:21.222Z[ recovery-image] Aug 27 18:46:20.200 INFO E| Compiling libc v0.2.153
82582024-08-27T18:46:21.222Z[ recovery-image] Aug 27 18:46:20.200 INFO E| Compiling unicode-ident v1.0.12
82592024-08-27T18:46:21.224Z[ recovery-image] Aug 27 18:46:20.200 INFO E| Compiling utf8parse v0.2.1
82602024-08-27T18:46:21.224Z[ recovery-image] Aug 27 18:46:20.200 INFO E| Compiling anstyle v1.0.6
82612024-08-27T18:46:21.225Z[ recovery-image] Aug 27 18:46:20.200 INFO E| Compiling anstyle-query v1.0.2
82622024-08-27T18:46:21.225Z[ recovery-image] Aug 27 18:46:20.200 INFO E| Compiling colorchoice v1.0.0
82632024-08-27T18:46:21.227Z[ recovery-image] Aug 27 18:46:20.203 INFO E| Compiling strsim v0.11.0
82642024-08-27T18:46:21.414Z[ recovery-image] Aug 27 18:46:20.390 INFO E| Compiling anstyle-parse v0.2.3
82652024-08-27T18:46:21.425Z[ recovery-image] Aug 27 18:46:20.403 INFO E| Compiling heck v0.5.0
82662024-08-27T18:46:21.425Z[ recovery-image] Aug 27 18:46:20.403 INFO E| Compiling clap_lex v0.7.0
82672024-08-27T18:46:21.433Z[ recovery-image] Aug 27 18:46:20.411 INFO E| Compiling once_cell v1.19.0
82682024-08-27T18:46:21.751Z[ recovery-image] Aug 27 18:46:20.729 INFO E| Compiling anstream v0.6.13
82692024-08-27T18:46:22.092Z[ recovery-image] Aug 27 18:46:21.070 INFO E| Compiling clap_builder v4.5.2
82702024-08-27T18:46:22.622Z[ recovery-image] Aug 27 18:46:21.599 INFO E| Compiling os_pipe v1.1.5
82712024-08-27T18:46:22.622Z[ recovery-image] Aug 27 18:46:21.599 INFO E| Compiling shared_child v1.0.0
82722024-08-27T18:46:22.644Z[ recovery-image] Aug 27 18:46:21.622 INFO E| Compiling quote v1.0.35
82732024-08-27T18:46:22.766Z[ recovery-image] Aug 27 18:46:21.744 INFO E| Compiling duct v0.13.7
82742024-08-27T18:46:22.993Z[ recovery-image] Aug 27 18:46:21.970 INFO E| Compiling syn v2.0.53
82752024-08-27T18:46:25.700Z[ host-image] Aug 27 18:46:24.678 INFO O| seeding SMF database...
82762024-08-27T18:46:28.159Z[ recovery-image] Aug 27 18:46:27.136 INFO E| Compiling clap_derive v4.5.3
82772024-08-27T18:46:30.226Z[ recovery-image] Aug 27 18:46:29.203 INFO E| Compiling clap v4.5.3
82782024-08-27T18:46:30.279Z[ recovery-image] Aug 27 18:46:29.257 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82792024-08-27T18:46:31.405Z[ recovery-image] Aug 27 18:46:30.382 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.71s
82802024-08-27T18:46:31.413Z[ recovery-image] Aug 27 18:46:30.391 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82812024-08-27T18:46:31.528Z[ recovery-image] Aug 27 18:46:30.504 INFO E| Updating crates.io index
82822024-08-27T18:46:31.687Z[ recovery-image] Aug 27 18:46:30.663 INFO E| Downloading crates ...
82832024-08-27T18:46:31.737Z[ recovery-image] Aug 27 18:46:30.714 INFO E| Downloaded seq-macro v0.3.5
82842024-08-27T18:46:31.742Z[ recovery-image] Aug 27 18:46:30.718 INFO E| Downloaded cpio_reader v0.1.1
82852024-08-27T18:46:31.745Z[ recovery-image] Aug 27 18:46:30.719 INFO E| Downloaded bit_field v0.10.2
82862024-08-27T18:46:31.757Z[ recovery-image] Aug 27 18:46:30.734 INFO E| Downloaded raw-cpuid v10.7.0
82872024-08-27T18:46:31.892Z[ recovery-image] Aug 27 18:46:30.869 INFO E| Downloaded x86 v0.52.0
82882024-08-27T18:46:31.965Z[ recovery-image] Aug 27 18:46:30.941 INFO E| Updating crates.io index
82892024-08-27T18:46:32.056Z[ recovery-image] Aug 27 18:46:30.980 INFO E| Downloading crates ...
82902024-08-27T18:46:32.167Z[ recovery-image] Aug 27 18:46:31.053 INFO E| Downloaded compiler_builtins v0.1.108
82912024-08-27T18:46:32.185Z[ recovery-image] Aug 27 18:46:31.122 INFO E| Compiling compiler_builtins v0.1.108
82922024-08-27T18:46:32.185Z[ recovery-image] Aug 27 18:46:31.122 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)
82932024-08-27T18:46:32.185Z[ recovery-image] Aug 27 18:46:31.122 INFO E| Compiling proc-macro2 v1.0.79
82942024-08-27T18:46:32.185Z[ recovery-image] Aug 27 18:46:31.122 INFO E| Compiling unicode-ident v1.0.12
82952024-08-27T18:46:32.185Z[ recovery-image] Aug 27 18:46:31.122 INFO E| Compiling syn v1.0.109
82962024-08-27T18:46:32.185Z[ recovery-image] Aug 27 18:46:31.122 INFO E| Compiling x86 v0.52.0
82972024-08-27T18:46:32.185Z[ recovery-image] Aug 27 18:46:31.122 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
82982024-08-27T18:46:32.185Z[ recovery-image] Aug 27 18:46:31.122 INFO E| Compiling seq-macro v0.3.5
82992024-08-27T18:46:33.382Z[ recovery-image] Aug 27 18:46:32.359 INFO E| Compiling quote v1.0.35
83002024-08-27T18:46:33.687Z[ recovery-image] Aug 27 18:46:32.661 INFO E| Compiling syn v2.0.53
83012024-08-27T18:46:34.412Z[ host-image] Aug 27 18:46:33.389 INFO O| configuring SMF profile...
83022024-08-27T18:46:34.412Z[ host-image] Aug 27 18:46:33.389 INFO O| modifying shadow(5)...
83032024-08-27T18:46:34.415Z[ host-image] Aug 27 18:46:33.389 INFO O| loading user and group database...
83042024-08-27T18:46:34.416Z[ host-image] Aug 27 18:46:33.389 INFO O| assessing packaged files...
83052024-08-27T18:46:36.857Z[ recovery-image] Aug 27 18:46:35.834 INFO E| Compiling scroll_derive v0.12.0
83062024-08-27T18:46:37.221Z[ host-image] Aug 27 18:46:36.198 INFO O| creating archive...
83072024-08-27T18:46:37.279Z[ host-image] Aug 27 18:46:36.256 INFO O| missing from packaging:
83082024-08-27T18:46:37.282Z[ host-image] Aug 27 18:46:36.256 INFO O| "etc/.pwd.lock"
83092024-08-27T18:46:37.282Z[ host-image] Aug 27 18:46:36.256 INFO O| "etc/bash"
83102024-08-27T18:46:37.288Z[ host-image] Aug 27 18:46:36.265 INFO O| "etc/svc/profile/generic.xml"
83112024-08-27T18:46:37.288Z[ host-image] Aug 27 18:46:36.265 INFO O| "etc/svc/profile/inetd_services.xml"
83122024-08-27T18:46:37.290Z[ host-image] Aug 27 18:46:36.265 INFO O| "etc/svc/profile/name_service.xml"
83132024-08-27T18:46:37.290Z[ host-image] Aug 27 18:46:36.265 INFO O| "etc/svc/profile/platform.xml"
83142024-08-27T18:46:37.290Z[ host-image] Aug 27 18:46:36.265 INFO O| "etc/svc/profile/platform_omicron1.xml"
83152024-08-27T18:46:37.290Z[ host-image] Aug 27 18:46:36.265 INFO O| "etc/svc/repository.db"
83162024-08-27T18:46:37.304Z[ host-image] Aug 27 18:46:36.281 INFO O| "opt/ooce/share"
83172024-08-27T18:46:37.304Z[ host-image] Aug 27 18:46:36.281 INFO O| "opt/ooce/share/man"
83182024-08-27T18:46:37.307Z[ host-image] Aug 27 18:46:36.281 INFO O| "opt/ooce/share/man/man1"
83192024-08-27T18:46:37.314Z[ host-image] Aug 27 18:46:36.291 INFO O| finishing archive...
83202024-08-27T18:46:39.709Z[ recovery-image] Aug 27 18:46:38.686 INFO E| Compiling bitstruct_derive v0.1.0
83212024-08-27T18:46:40.282Z[ host-image] Aug 27 18:46:39.259 INFO O| creating gzonly manifest...
83222024-08-27T18:46:40.302Z[ host-image] Aug 27 18:46:39.278 INFO O| ok
83232024-08-27T18:46:40.406Z[ host-image] Aug 27 18:46:39.382 INFO image builder template: ramdisk-02-trim...
83242024-08-27T18:46:40.408Z[ host-image] Aug 27 18:46:39.383 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/.tmpxLzl0y/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
83252024-08-27T18:46:40.431Z[ host-image] Aug 27 18:46:39.407 INFO O| Aug 27 18:46:39.407 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83262024-08-27T18:46:40.436Z[ host-image] Aug 27 18:46:39.412 INFO O| Aug 27 18:46:39.411 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83272024-08-27T18:46:40.502Z[ host-image] Aug 27 18:46:39.478 INFO O| Aug 27 18:46:39.478 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83282024-08-27T18:46:40.565Z[ host-image] Aug 27 18:46:39.542 INFO O| Aug 27 18:46:39.542 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83292024-08-27T18:46:40.568Z[ host-image] Aug 27 18:46:39.542 INFO O| Aug 27 18:46:39.542 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83302024-08-27T18:46:40.570Z[ host-image] Aug 27 18:46:39.547 INFO O| Aug 27 18:46:39.547 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83312024-08-27T18:46:40.574Z[ host-image] Aug 27 18:46:39.551 INFO O| Aug 27 18:46:39.551 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83322024-08-27T18:46:40.579Z[ host-image] Aug 27 18:46:39.556 INFO O| Aug 27 18:46:39.556 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83332024-08-27T18:46:40.751Z[ host-image] Aug 27 18:46:39.728 INFO O| Aug 27 18:46:39.728 INFO rolled back to input snapshot; work may begin
83342024-08-27T18:46:40.751Z[ host-image] Aug 27 18:46:39.728 INFO O| Aug 27 18:46:39.728 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83352024-08-27T18:46:40.764Z[ host-image] Aug 27 18:46:39.734 INFO O| Aug 27 18:46:39.733 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83362024-08-27T18:46:40.767Z[ host-image] Aug 27 18:46:39.744 INFO O| Aug 27 18:46:39.744 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83372024-08-27T18:46:40.817Z[ host-image] Aug 27 18:46:39.794 INFO O| Aug 27 18:46:39.794 INFO STEP 0 (remove_files) COMPLETE
83382024-08-27T18:46:40.817Z[ host-image] Aug 27 18:46:39.794 INFO O| Aug 27 18:46:39.794 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83392024-08-27T18:46:40.828Z[ host-image] Aug 27 18:46:39.805 INFO O| Aug 27 18:46:39.805 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83402024-08-27T18:46:40.830Z[ host-image] Aug 27 18:46:39.806 INFO O| Aug 27 18:46:39.806 INFO STEP 1 (remove_files) COMPLETE
83412024-08-27T18:46:40.830Z[ host-image] Aug 27 18:46:39.806 INFO O| Aug 27 18:46:39.806 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83422024-08-27T18:46:40.839Z[ host-image] Aug 27 18:46:39.816 INFO O| Aug 27 18:46:39.816 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83432024-08-27T18:46:40.853Z[ host-image] Aug 27 18:46:39.829 INFO O| Aug 27 18:46:39.829 INFO STEP 2 (remove_files) COMPLETE
83442024-08-27T18:46:40.855Z[ host-image] Aug 27 18:46:39.829 INFO O| Aug 27 18:46:39.829 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83452024-08-27T18:46:40.862Z[ host-image] Aug 27 18:46:39.839 INFO O| Aug 27 18:46:39.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83462024-08-27T18:46:40.865Z[ host-image] Aug 27 18:46:39.841 INFO O| Aug 27 18:46:39.841 INFO STEP 3 (remove_files) COMPLETE
83472024-08-27T18:46:40.865Z[ host-image] Aug 27 18:46:39.841 INFO O| Aug 27 18:46:39.841 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83482024-08-27T18:46:40.873Z[ host-image] Aug 27 18:46:39.850 INFO O| Aug 27 18:46:39.850 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83492024-08-27T18:46:40.877Z[ host-image] Aug 27 18:46:39.854 INFO O| Aug 27 18:46:39.854 INFO STEP 4 (remove_files) COMPLETE
83502024-08-27T18:46:40.877Z[ host-image] Aug 27 18:46:39.854 INFO O| Aug 27 18:46:39.854 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83512024-08-27T18:46:40.887Z[ host-image] Aug 27 18:46:39.863 INFO O| Aug 27 18:46:39.863 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83522024-08-27T18:46:40.889Z[ host-image] Aug 27 18:46:39.866 INFO O| Aug 27 18:46:39.866 INFO STEP 5 (remove_files) COMPLETE
83532024-08-27T18:46:40.889Z[ host-image] Aug 27 18:46:39.866 INFO O| Aug 27 18:46:39.866 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83542024-08-27T18:46:40.899Z[ host-image] Aug 27 18:46:39.876 INFO O| Aug 27 18:46:39.876 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83552024-08-27T18:46:40.909Z[ host-image] Aug 27 18:46:39.886 INFO O| Aug 27 18:46:39.886 INFO STEP 6 (remove_files) COMPLETE
83562024-08-27T18:46:40.909Z[ host-image] Aug 27 18:46:39.886 INFO O| Aug 27 18:46:39.886 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83572024-08-27T18:46:40.919Z[ host-image] Aug 27 18:46:39.895 INFO O| Aug 27 18:46:39.895 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83582024-08-27T18:46:40.932Z[ host-image] Aug 27 18:46:39.909 INFO O| Aug 27 18:46:39.909 INFO STEP 7 (remove_files) COMPLETE
83592024-08-27T18:46:40.932Z[ host-image] Aug 27 18:46:39.909 INFO O| Aug 27 18:46:39.909 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83602024-08-27T18:46:40.942Z[ host-image] Aug 27 18:46:39.919 INFO O| Aug 27 18:46:39.919 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83612024-08-27T18:46:41.028Z[ host-image] Aug 27 18:46:40.005 INFO O| Aug 27 18:46:40.004 INFO STEP 8 (remove_files) COMPLETE
83622024-08-27T18:46:41.028Z[ host-image] Aug 27 18:46:40.005 INFO O| Aug 27 18:46:40.004 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83632024-08-27T18:46:41.039Z[ host-image] Aug 27 18:46:40.016 INFO O| Aug 27 18:46:40.016 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83642024-08-27T18:46:41.129Z[ host-image] Aug 27 18:46:40.105 INFO O| Aug 27 18:46:40.105 INFO STEP 9 (remove_files) COMPLETE
83652024-08-27T18:46:41.129Z[ host-image] Aug 27 18:46:40.105 INFO O| Aug 27 18:46:40.105 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-08-27T18:46:41.140Z[ host-image] Aug 27 18:46:40.116 INFO O| Aug 27 18:46:40.116 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83672024-08-27T18:46:41.143Z[ host-image] Aug 27 18:46:40.120 INFO O| Aug 27 18:46:40.120 INFO STEP 10 (remove_files) COMPLETE
83682024-08-27T18:46:41.143Z[ host-image] Aug 27 18:46:40.120 INFO O| Aug 27 18:46:40.120 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83692024-08-27T18:46:41.153Z[ host-image] Aug 27 18:46:40.130 INFO O| Aug 27 18:46:40.130 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83702024-08-27T18:46:41.156Z[ host-image] Aug 27 18:46:40.131 INFO O| Aug 27 18:46:40.131 INFO STEP 11 (remove_files) COMPLETE
83712024-08-27T18:46:41.156Z[ host-image] Aug 27 18:46:40.131 INFO O| Aug 27 18:46:40.131 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-08-27T18:46:41.164Z[ host-image] Aug 27 18:46:40.141 INFO O| Aug 27 18:46:40.141 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83732024-08-27T18:46:41.167Z[ host-image] Aug 27 18:46:40.142 INFO O| Aug 27 18:46:40.142 INFO STEP 12 (remove_files) COMPLETE
83742024-08-27T18:46:41.167Z[ host-image] Aug 27 18:46:40.142 INFO O| Aug 27 18:46:40.142 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83752024-08-27T18:46:41.270Z[ host-image] Aug 27 18:46:40.247 INFO O| Aug 27 18:46:40.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83762024-08-27T18:46:41.273Z[ host-image] Aug 27 18:46:40.247 INFO O| Aug 27 18:46:40.247 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83772024-08-27T18:46:41.276Z[ host-image] Aug 27 18:46:40.253 INFO O| Aug 27 18:46:40.253 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83782024-08-27T18:46:41.279Z[ host-image] Aug 27 18:46:40.253 INFO O| Aug 27 18:46:40.253 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83792024-08-27T18:46:41.549Z[ host-image] Aug 27 18:46:40.525 INFO O| Aug 27 18:46:40.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83802024-08-27T18:46:41.549Z[ host-image] Aug 27 18:46:40.525 INFO O| Aug 27 18:46:40.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83812024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.526 INFO O| Aug 27 18:46:40.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83822024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.526 INFO O| Aug 27 18:46:40.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83832024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.526 INFO O| Aug 27 18:46:40.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83842024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.526 INFO O| Aug 27 18:46:40.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83852024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.526 INFO O| Aug 27 18:46:40.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83862024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.526 INFO O| Aug 27 18:46:40.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83872024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.526 INFO O| Aug 27 18:46:40.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83882024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.526 INFO O| Aug 27 18:46:40.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83892024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.527 INFO O| Aug 27 18:46:40.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83902024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.527 INFO O| Aug 27 18:46:40.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83912024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.527 INFO O| Aug 27 18:46:40.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83922024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.528 INFO O| Aug 27 18:46:40.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83932024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.528 INFO O| Aug 27 18:46:40.528 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83942024-08-27T18:46:41.552Z[ host-image] Aug 27 18:46:40.528 INFO O| Aug 27 18:46:40.528 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83952024-08-27T18:46:41.555Z[ host-image] Aug 27 18:46:40.528 INFO O| Aug 27 18:46:40.528 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83962024-08-27T18:46:41.557Z[ host-image] Aug 27 18:46:40.534 INFO O| Aug 27 18:46:40.534 INFO STEP 13 (remove_files) COMPLETE
83972024-08-27T18:46:41.557Z[ host-image] Aug 27 18:46:40.534 INFO O| Aug 27 18:46:40.534 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83982024-08-27T18:46:41.568Z[ host-image] Aug 27 18:46:40.545 INFO O| Aug 27 18:46:40.545 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83992024-08-27T18:46:41.571Z[ host-image] Aug 27 18:46:40.547 INFO O| Aug 27 18:46:40.547 INFO STEP 14 (remove_files) COMPLETE
84002024-08-27T18:46:41.571Z[ host-image] Aug 27 18:46:40.547 INFO O| Aug 27 18:46:40.547 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84012024-08-27T18:46:41.580Z[ host-image] Aug 27 18:46:40.556 INFO O| Aug 27 18:46:40.556 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84022024-08-27T18:46:41.586Z[ host-image] Aug 27 18:46:40.563 INFO O| Aug 27 18:46:40.563 INFO STEP 15 (remove_files) COMPLETE
84032024-08-27T18:46:41.586Z[ host-image] Aug 27 18:46:40.563 INFO O| Aug 27 18:46:40.563 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84042024-08-27T18:46:41.596Z[ host-image] Aug 27 18:46:40.572 INFO O| Aug 27 18:46:40.572 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84052024-08-27T18:46:41.598Z[ host-image] Aug 27 18:46:40.573 INFO O| Aug 27 18:46:40.573 INFO STEP 16 (remove_files) COMPLETE
84062024-08-27T18:46:41.598Z[ host-image] Aug 27 18:46:40.573 INFO O| Aug 27 18:46:40.573 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84072024-08-27T18:46:41.606Z[ host-image] Aug 27 18:46:40.582 INFO O| Aug 27 18:46:40.582 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84082024-08-27T18:46:41.608Z[ host-image] Aug 27 18:46:40.584 INFO O| Aug 27 18:46:40.584 INFO STEP 17 (remove_files) COMPLETE
84092024-08-27T18:46:41.608Z[ host-image] Aug 27 18:46:40.584 INFO O| Aug 27 18:46:40.584 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84102024-08-27T18:46:41.617Z[ host-image] Aug 27 18:46:40.593 INFO O| Aug 27 18:46:40.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84112024-08-27T18:46:41.617Z[ host-image] Aug 27 18:46:40.593 INFO O| Aug 27 18:46:40.593 INFO STEP 18 (remove_files) COMPLETE
84122024-08-27T18:46:41.617Z[ host-image] Aug 27 18:46:40.593 INFO O| Aug 27 18:46:40.593 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84132024-08-27T18:46:41.626Z[ host-image] Aug 27 18:46:40.603 INFO O| Aug 27 18:46:40.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84142024-08-27T18:46:41.626Z[ host-image] Aug 27 18:46:40.603 INFO O| Aug 27 18:46:40.603 INFO STEP 19 (remove_files) COMPLETE
84152024-08-27T18:46:41.629Z[ host-image] Aug 27 18:46:40.603 INFO O| Aug 27 18:46:40.603 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84162024-08-27T18:46:41.636Z[ host-image] Aug 27 18:46:40.612 INFO O| Aug 27 18:46:40.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84172024-08-27T18:46:41.636Z[ host-image] Aug 27 18:46:40.612 INFO O| Aug 27 18:46:40.612 INFO STEP 20 (remove_files) COMPLETE
84182024-08-27T18:46:41.638Z[ host-image] Aug 27 18:46:40.612 INFO O| Aug 27 18:46:40.612 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84192024-08-27T18:46:41.645Z[ host-image] Aug 27 18:46:40.622 INFO O| Aug 27 18:46:40.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84202024-08-27T18:46:41.645Z[ host-image] Aug 27 18:46:40.622 INFO O| Aug 27 18:46:40.622 INFO STEP 21 (remove_files) COMPLETE
84212024-08-27T18:46:41.648Z[ host-image] Aug 27 18:46:40.622 INFO O| Aug 27 18:46:40.622 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84222024-08-27T18:46:41.655Z[ host-image] Aug 27 18:46:40.632 INFO O| Aug 27 18:46:40.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84232024-08-27T18:46:41.655Z[ host-image] Aug 27 18:46:40.632 INFO O| Aug 27 18:46:40.632 INFO STEP 22 (remove_files) COMPLETE
84242024-08-27T18:46:41.658Z[ host-image] Aug 27 18:46:40.632 INFO O| Aug 27 18:46:40.632 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84252024-08-27T18:46:41.665Z[ host-image] Aug 27 18:46:40.642 INFO O| Aug 27 18:46:40.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84262024-08-27T18:46:41.665Z[ host-image] Aug 27 18:46:40.642 INFO O| Aug 27 18:46:40.642 INFO STEP 23 (remove_files) COMPLETE
84272024-08-27T18:46:41.668Z[ host-image] Aug 27 18:46:40.642 INFO O| Aug 27 18:46:40.642 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84282024-08-27T18:46:41.675Z[ host-image] Aug 27 18:46:40.651 INFO O| Aug 27 18:46:40.651 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84292024-08-27T18:46:41.675Z[ host-image] Aug 27 18:46:40.651 INFO O| Aug 27 18:46:40.651 INFO STEP 24 (remove_files) COMPLETE
84302024-08-27T18:46:41.677Z[ host-image] Aug 27 18:46:40.651 INFO O| Aug 27 18:46:40.651 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84312024-08-27T18:46:41.684Z[ host-image] Aug 27 18:46:40.661 INFO O| Aug 27 18:46:40.661 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84322024-08-27T18:46:41.684Z[ host-image] Aug 27 18:46:40.661 INFO O| Aug 27 18:46:40.661 INFO STEP 25 (remove_files) COMPLETE
84332024-08-27T18:46:41.684Z[ host-image] Aug 27 18:46:40.661 INFO O| Aug 27 18:46:40.661 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84342024-08-27T18:46:41.694Z[ host-image] Aug 27 18:46:40.670 INFO O| Aug 27 18:46:40.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84352024-08-27T18:46:41.696Z[ host-image] Aug 27 18:46:40.670 INFO O| Aug 27 18:46:40.670 INFO STEP 26 (remove_files) COMPLETE
84362024-08-27T18:46:41.696Z[ host-image] Aug 27 18:46:40.670 INFO O| Aug 27 18:46:40.670 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84372024-08-27T18:46:41.703Z[ host-image] Aug 27 18:46:40.680 INFO O| Aug 27 18:46:40.680 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84382024-08-27T18:46:41.703Z[ host-image] Aug 27 18:46:40.680 INFO O| Aug 27 18:46:40.680 INFO STEP 27 (remove_files) COMPLETE
84392024-08-27T18:46:41.703Z[ host-image] Aug 27 18:46:40.680 INFO O| Aug 27 18:46:40.680 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84402024-08-27T18:46:41.713Z[ host-image] Aug 27 18:46:40.689 INFO O| Aug 27 18:46:40.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84412024-08-27T18:46:41.713Z[ host-image] Aug 27 18:46:40.689 INFO O| Aug 27 18:46:40.689 INFO STEP 28 (remove_files) COMPLETE
84422024-08-27T18:46:41.715Z[ host-image] Aug 27 18:46:40.689 INFO O| Aug 27 18:46:40.689 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-08-27T18:46:41.723Z[ host-image] Aug 27 18:46:40.699 INFO O| Aug 27 18:46:40.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84442024-08-27T18:46:41.723Z[ host-image] Aug 27 18:46:40.699 INFO O| Aug 27 18:46:40.699 INFO STEP 29 (remove_files) COMPLETE
84452024-08-27T18:46:41.723Z[ host-image] Aug 27 18:46:40.699 INFO O| Aug 27 18:46:40.699 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84462024-08-27T18:46:41.732Z[ host-image] Aug 27 18:46:40.709 INFO O| Aug 27 18:46:40.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84472024-08-27T18:46:41.732Z[ host-image] Aug 27 18:46:40.709 INFO O| Aug 27 18:46:40.709 INFO STEP 30 (remove_files) COMPLETE
84482024-08-27T18:46:41.736Z[ host-image] Aug 27 18:46:40.709 INFO O| Aug 27 18:46:40.709 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84492024-08-27T18:46:41.742Z[ host-image] Aug 27 18:46:40.719 INFO O| Aug 27 18:46:40.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84502024-08-27T18:46:41.742Z[ host-image] Aug 27 18:46:40.719 INFO O| Aug 27 18:46:40.719 INFO STEP 31 (remove_files) COMPLETE
84512024-08-27T18:46:41.745Z[ host-image] Aug 27 18:46:40.719 INFO O| Aug 27 18:46:40.719 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84522024-08-27T18:46:41.752Z[ host-image] Aug 27 18:46:40.728 INFO O| Aug 27 18:46:40.728 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84532024-08-27T18:46:41.752Z[ host-image] Aug 27 18:46:40.728 INFO O| Aug 27 18:46:40.728 INFO STEP 32 (remove_files) COMPLETE
84542024-08-27T18:46:41.754Z[ host-image] Aug 27 18:46:40.728 INFO O| Aug 27 18:46:40.728 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84552024-08-27T18:46:41.761Z[ host-image] Aug 27 18:46:40.738 INFO O| Aug 27 18:46:40.738 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84562024-08-27T18:46:41.761Z[ host-image] Aug 27 18:46:40.738 INFO O| Aug 27 18:46:40.738 INFO STEP 33 (remove_files) COMPLETE
84572024-08-27T18:46:41.764Z[ host-image] Aug 27 18:46:40.738 INFO O| Aug 27 18:46:40.738 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84582024-08-27T18:46:41.771Z[ host-image] Aug 27 18:46:40.748 INFO O| Aug 27 18:46:40.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84592024-08-27T18:46:41.771Z[ host-image] Aug 27 18:46:40.748 INFO O| Aug 27 18:46:40.748 INFO STEP 34 (remove_files) COMPLETE
84602024-08-27T18:46:41.774Z[ host-image] Aug 27 18:46:40.748 INFO O| Aug 27 18:46:40.748 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-08-27T18:46:41.783Z[ host-image] Aug 27 18:46:40.757 INFO O| Aug 27 18:46:40.757 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84622024-08-27T18:46:41.783Z[ host-image] Aug 27 18:46:40.757 INFO O| Aug 27 18:46:40.757 INFO STEP 35 (remove_files) COMPLETE
84632024-08-27T18:46:41.783Z[ host-image] Aug 27 18:46:40.757 INFO O| Aug 27 18:46:40.757 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-08-27T18:46:41.790Z[ host-image] Aug 27 18:46:40.767 INFO O| Aug 27 18:46:40.767 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84652024-08-27T18:46:41.790Z[ host-image] Aug 27 18:46:40.767 INFO O| Aug 27 18:46:40.767 INFO STEP 36 (remove_files) COMPLETE
84662024-08-27T18:46:41.793Z[ host-image] Aug 27 18:46:40.767 INFO O| Aug 27 18:46:40.767 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-08-27T18:46:41.800Z[ host-image] Aug 27 18:46:40.776 INFO O| Aug 27 18:46:40.776 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84682024-08-27T18:46:41.800Z[ host-image] Aug 27 18:46:40.776 INFO O| Aug 27 18:46:40.776 INFO STEP 37 (remove_files) COMPLETE
84692024-08-27T18:46:41.802Z[ host-image] Aug 27 18:46:40.776 INFO O| Aug 27 18:46:40.776 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84702024-08-27T18:46:41.809Z[ host-image] Aug 27 18:46:40.786 INFO O| Aug 27 18:46:40.786 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84712024-08-27T18:46:41.809Z[ host-image] Aug 27 18:46:40.786 INFO O| Aug 27 18:46:40.786 INFO STEP 38 (remove_files) COMPLETE
84722024-08-27T18:46:41.812Z[ host-image] Aug 27 18:46:40.786 INFO O| Aug 27 18:46:40.786 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84732024-08-27T18:46:41.819Z[ host-image] Aug 27 18:46:40.795 INFO O| Aug 27 18:46:40.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84742024-08-27T18:46:41.819Z[ host-image] Aug 27 18:46:40.795 INFO O| Aug 27 18:46:40.795 INFO STEP 39 (remove_files) COMPLETE
84752024-08-27T18:46:41.821Z[ host-image] Aug 27 18:46:40.795 INFO O| Aug 27 18:46:40.795 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84762024-08-27T18:46:41.828Z[ host-image] Aug 27 18:46:40.805 INFO O| Aug 27 18:46:40.805 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84772024-08-27T18:46:41.828Z[ host-image] Aug 27 18:46:40.805 INFO O| Aug 27 18:46:40.805 INFO STEP 40 (remove_files) COMPLETE
84782024-08-27T18:46:41.831Z[ host-image] Aug 27 18:46:40.805 INFO O| Aug 27 18:46:40.805 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84792024-08-27T18:46:41.838Z[ host-image] Aug 27 18:46:40.815 INFO O| Aug 27 18:46:40.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84802024-08-27T18:46:41.838Z[ host-image] Aug 27 18:46:40.815 INFO O| Aug 27 18:46:40.815 INFO STEP 41 (remove_files) COMPLETE
84812024-08-27T18:46:41.841Z[ host-image] Aug 27 18:46:40.815 INFO O| Aug 27 18:46:40.815 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84822024-08-27T18:46:41.848Z[ host-image] Aug 27 18:46:40.825 INFO O| Aug 27 18:46:40.824 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84832024-08-27T18:46:41.848Z[ host-image] Aug 27 18:46:40.825 INFO O| Aug 27 18:46:40.825 INFO STEP 42 (remove_files) COMPLETE
84842024-08-27T18:46:41.850Z[ host-image] Aug 27 18:46:40.825 INFO O| Aug 27 18:46:40.825 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84852024-08-27T18:46:41.858Z[ host-image] Aug 27 18:46:40.834 INFO O| Aug 27 18:46:40.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84862024-08-27T18:46:41.858Z[ host-image] Aug 27 18:46:40.834 INFO O| Aug 27 18:46:40.834 INFO STEP 43 (remove_files) COMPLETE
84872024-08-27T18:46:41.860Z[ host-image] Aug 27 18:46:40.834 INFO O| Aug 27 18:46:40.834 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84882024-08-27T18:46:41.867Z[ host-image] Aug 27 18:46:40.844 INFO O| Aug 27 18:46:40.844 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84892024-08-27T18:46:41.867Z[ host-image] Aug 27 18:46:40.844 INFO O| Aug 27 18:46:40.844 INFO STEP 44 (remove_files) COMPLETE
84902024-08-27T18:46:41.867Z[ host-image] Aug 27 18:46:40.844 INFO O| Aug 27 18:46:40.844 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84912024-08-27T18:46:41.877Z[ host-image] Aug 27 18:46:40.853 INFO O| Aug 27 18:46:40.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84922024-08-27T18:46:41.877Z[ host-image] Aug 27 18:46:40.853 INFO O| Aug 27 18:46:40.853 INFO STEP 45 (remove_files) COMPLETE
84932024-08-27T18:46:41.879Z[ host-image] Aug 27 18:46:40.853 INFO O| Aug 27 18:46:40.853 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84942024-08-27T18:46:41.886Z[ host-image] Aug 27 18:46:40.863 INFO O| Aug 27 18:46:40.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84952024-08-27T18:46:41.889Z[ host-image] Aug 27 18:46:40.863 INFO O| Aug 27 18:46:40.863 INFO STEP 46 (remove_files) COMPLETE
84962024-08-27T18:46:41.889Z[ host-image] Aug 27 18:46:40.863 INFO O| Aug 27 18:46:40.863 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84972024-08-27T18:46:41.896Z[ host-image] Aug 27 18:46:40.872 INFO O| Aug 27 18:46:40.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84982024-08-27T18:46:41.896Z[ host-image] Aug 27 18:46:40.872 INFO O| Aug 27 18:46:40.872 INFO STEP 47 (remove_files) COMPLETE
84992024-08-27T18:46:41.898Z[ host-image] Aug 27 18:46:40.872 INFO O| Aug 27 18:46:40.872 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85002024-08-27T18:46:41.905Z[ host-image] Aug 27 18:46:40.882 INFO O| Aug 27 18:46:40.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85012024-08-27T18:46:41.905Z[ host-image] Aug 27 18:46:40.882 INFO O| Aug 27 18:46:40.882 INFO STEP 48 (remove_files) COMPLETE
85022024-08-27T18:46:41.905Z[ host-image] Aug 27 18:46:40.882 INFO O| Aug 27 18:46:40.882 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85032024-08-27T18:46:41.915Z[ host-image] Aug 27 18:46:40.891 INFO O| Aug 27 18:46:40.891 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85042024-08-27T18:46:41.915Z[ host-image] Aug 27 18:46:40.892 INFO O| Aug 27 18:46:40.892 INFO STEP 49 (remove_files) COMPLETE
85052024-08-27T18:46:41.917Z[ host-image] Aug 27 18:46:40.892 INFO O| Aug 27 18:46:40.892 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85062024-08-27T18:46:41.924Z[ host-image] Aug 27 18:46:40.901 INFO O| Aug 27 18:46:40.901 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85072024-08-27T18:46:41.924Z[ host-image] Aug 27 18:46:40.901 INFO O| Aug 27 18:46:40.901 INFO STEP 50 (remove_files) COMPLETE
85082024-08-27T18:46:41.927Z[ host-image] Aug 27 18:46:40.901 INFO O| Aug 27 18:46:40.901 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85092024-08-27T18:46:41.934Z[ host-image] Aug 27 18:46:40.911 INFO O| Aug 27 18:46:40.911 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85102024-08-27T18:46:41.934Z[ host-image] Aug 27 18:46:40.911 INFO O| Aug 27 18:46:40.911 INFO STEP 51 (remove_files) COMPLETE
85112024-08-27T18:46:41.937Z[ host-image] Aug 27 18:46:40.911 INFO O| Aug 27 18:46:40.911 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85122024-08-27T18:46:41.944Z[ host-image] Aug 27 18:46:40.920 INFO O| Aug 27 18:46:40.920 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85132024-08-27T18:46:41.944Z[ host-image] Aug 27 18:46:40.920 INFO O| Aug 27 18:46:40.920 INFO STEP 52 (remove_files) COMPLETE
85142024-08-27T18:46:41.944Z[ host-image] Aug 27 18:46:40.920 INFO O| Aug 27 18:46:40.920 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85152024-08-27T18:46:41.953Z[ host-image] Aug 27 18:46:40.930 INFO O| Aug 27 18:46:40.930 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85162024-08-27T18:46:41.956Z[ host-image] Aug 27 18:46:40.930 INFO O| Aug 27 18:46:40.930 INFO STEP 53 (remove_files) COMPLETE
85172024-08-27T18:46:41.956Z[ host-image] Aug 27 18:46:40.930 INFO O| Aug 27 18:46:40.930 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85182024-08-27T18:46:41.963Z[ host-image] Aug 27 18:46:40.939 INFO O| Aug 27 18:46:40.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85192024-08-27T18:46:41.963Z[ host-image] Aug 27 18:46:40.939 INFO O| Aug 27 18:46:40.939 INFO STEP 54 (remove_files) COMPLETE
85202024-08-27T18:46:41.963Z[ host-image] Aug 27 18:46:40.939 INFO O| Aug 27 18:46:40.939 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85212024-08-27T18:46:41.972Z[ host-image] Aug 27 18:46:40.949 INFO O| Aug 27 18:46:40.949 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85222024-08-27T18:46:41.972Z[ host-image] Aug 27 18:46:40.949 INFO O| Aug 27 18:46:40.949 INFO STEP 55 (remove_files) COMPLETE
85232024-08-27T18:46:41.972Z[ host-image] Aug 27 18:46:40.949 INFO O| Aug 27 18:46:40.949 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85242024-08-27T18:46:41.982Z[ host-image] Aug 27 18:46:40.958 INFO O| Aug 27 18:46:40.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85252024-08-27T18:46:41.982Z[ host-image] Aug 27 18:46:40.959 INFO O| Aug 27 18:46:40.959 INFO STEP 56 (remove_files) COMPLETE
85262024-08-27T18:46:41.985Z[ host-image] Aug 27 18:46:40.959 INFO O| Aug 27 18:46:40.959 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-08-27T18:46:41.991Z[ host-image] Aug 27 18:46:40.968 INFO O| Aug 27 18:46:40.968 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85282024-08-27T18:46:41.991Z[ host-image] Aug 27 18:46:40.968 INFO O| Aug 27 18:46:40.968 INFO STEP 57 (remove_files) COMPLETE
85292024-08-27T18:46:41.991Z[ host-image] Aug 27 18:46:40.968 INFO O| Aug 27 18:46:40.968 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85302024-08-27T18:46:42.003Z[ host-image] Aug 27 18:46:40.978 INFO O| Aug 27 18:46:40.978 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85312024-08-27T18:46:42.006Z[ host-image] Aug 27 18:46:40.978 INFO O| Aug 27 18:46:40.978 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85322024-08-27T18:46:42.006Z[ host-image] Aug 27 18:46:40.978 INFO O| Aug 27 18:46:40.978 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85332024-08-27T18:46:42.006Z[ host-image] Aug 27 18:46:40.978 INFO O| Aug 27 18:46:40.978 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85342024-08-27T18:46:42.006Z[ host-image] Aug 27 18:46:40.978 INFO O| Aug 27 18:46:40.978 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85352024-08-27T18:46:42.006Z[ host-image] Aug 27 18:46:40.978 INFO O| Aug 27 18:46:40.978 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85362024-08-27T18:46:42.006Z[ host-image] Aug 27 18:46:40.978 INFO O| Aug 27 18:46:40.978 INFO ok!
85372024-08-27T18:46:42.006Z[ host-image] Aug 27 18:46:40.978 INFO O| Aug 27 18:46:40.978 INFO STEP 58 (ensure_file) COMPLETE
85382024-08-27T18:46:42.006Z[ host-image] Aug 27 18:46:40.978 INFO O| Aug 27 18:46:40.978 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-08-27T18:46:42.011Z[ host-image] Aug 27 18:46:40.988 INFO O| Aug 27 18:46:40.988 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85402024-08-27T18:46:42.011Z[ host-image] Aug 27 18:46:40.988 INFO O| Aug 27 18:46:40.988 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85412024-08-27T18:46:42.014Z[ host-image] Aug 27 18:46:40.988 INFO O| Aug 27 18:46:40.988 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85422024-08-27T18:46:42.014Z[ host-image] Aug 27 18:46:40.988 INFO O| Aug 27 18:46:40.988 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85432024-08-27T18:46:42.014Z[ host-image] Aug 27 18:46:40.988 INFO O| Aug 27 18:46:40.988 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85442024-08-27T18:46:42.014Z[ host-image] Aug 27 18:46:40.988 INFO O| Aug 27 18:46:40.988 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85452024-08-27T18:46:42.014Z[ host-image] Aug 27 18:46:40.988 INFO O| Aug 27 18:46:40.988 INFO ok!
85462024-08-27T18:46:42.014Z[ host-image] Aug 27 18:46:40.988 INFO O| Aug 27 18:46:40.988 INFO STEP 59 (ensure_file) COMPLETE
85472024-08-27T18:46:42.014Z[ host-image] Aug 27 18:46:40.988 INFO O| Aug 27 18:46:40.988 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-08-27T18:46:42.022Z[ host-image] Aug 27 18:46:40.998 INFO O| Aug 27 18:46:40.998 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85492024-08-27T18:46:42.022Z[ host-image] Aug 27 18:46:40.998 INFO O| Aug 27 18:46:40.998 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85502024-08-27T18:46:42.024Z[ host-image] Aug 27 18:46:40.998 INFO O| Aug 27 18:46:40.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85512024-08-27T18:46:42.024Z[ host-image] Aug 27 18:46:40.998 INFO O| Aug 27 18:46:40.998 INFO ok!
85522024-08-27T18:46:42.024Z[ host-image] Aug 27 18:46:40.998 INFO O| Aug 27 18:46:40.998 INFO STEP 60 (ensure_file) COMPLETE
85532024-08-27T18:46:42.024Z[ host-image] Aug 27 18:46:40.998 INFO O| Aug 27 18:46:40.998 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85542024-08-27T18:46:42.033Z[ host-image] Aug 27 18:46:41.009 INFO O| Aug 27 18:46:41.009 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85552024-08-27T18:46:42.035Z[ host-image] Aug 27 18:46:41.009 INFO O| Aug 27 18:46:41.009 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85562024-08-27T18:46:42.035Z[ host-image] Aug 27 18:46:41.009 INFO O| Aug 27 18:46:41.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85572024-08-27T18:46:42.035Z[ host-image] Aug 27 18:46:41.009 INFO O| Aug 27 18:46:41.009 INFO ok!
85582024-08-27T18:46:42.035Z[ host-image] Aug 27 18:46:41.009 INFO O| Aug 27 18:46:41.009 INFO STEP 61 (ensure_file) COMPLETE
85592024-08-27T18:46:42.035Z[ host-image] Aug 27 18:46:41.009 INFO O| Aug 27 18:46:41.009 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85602024-08-27T18:46:42.042Z[ host-image] Aug 27 18:46:41.019 INFO O| Aug 27 18:46:41.019 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85612024-08-27T18:46:42.042Z[ host-image] Aug 27 18:46:41.019 INFO O| Aug 27 18:46:41.019 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85622024-08-27T18:46:42.045Z[ host-image] Aug 27 18:46:41.019 INFO O| Aug 27 18:46:41.019 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85632024-08-27T18:46:42.045Z[ host-image] Aug 27 18:46:41.019 INFO O| Aug 27 18:46:41.019 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85642024-08-27T18:46:42.045Z[ host-image] Aug 27 18:46:41.019 INFO O| Aug 27 18:46:41.019 INFO ok!
85652024-08-27T18:46:42.045Z[ host-image] Aug 27 18:46:41.019 INFO O| Aug 27 18:46:41.019 INFO STEP 62 (ensure_file) COMPLETE
85662024-08-27T18:46:42.045Z[ host-image] Aug 27 18:46:41.019 INFO O| Aug 27 18:46:41.019 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85672024-08-27T18:46:42.052Z[ host-image] Aug 27 18:46:41.029 INFO O| Aug 27 18:46:41.029 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85682024-08-27T18:46:42.055Z[ host-image] Aug 27 18:46:41.029 INFO O| Aug 27 18:46:41.029 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85692024-08-27T18:46:42.055Z[ host-image] Aug 27 18:46:41.029 INFO O| Aug 27 18:46:41.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85702024-08-27T18:46:42.055Z[ host-image] Aug 27 18:46:41.029 INFO O| Aug 27 18:46:41.029 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85712024-08-27T18:46:42.055Z[ host-image] Aug 27 18:46:41.029 INFO O| Aug 27 18:46:41.029 INFO ok!
85722024-08-27T18:46:42.055Z[ host-image] Aug 27 18:46:41.029 INFO O| Aug 27 18:46:41.029 INFO STEP 63 (ensure_file) COMPLETE
85732024-08-27T18:46:42.055Z[ host-image] Aug 27 18:46:41.029 INFO O| Aug 27 18:46:41.029 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-08-27T18:46:42.062Z[ host-image] Aug 27 18:46:41.038 INFO O| Aug 27 18:46:41.038 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85752024-08-27T18:46:42.062Z[ host-image] Aug 27 18:46:41.038 INFO O| Aug 27 18:46:41.038 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85762024-08-27T18:46:42.065Z[ host-image] Aug 27 18:46:41.039 INFO O| Aug 27 18:46:41.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85772024-08-27T18:46:42.065Z[ host-image] Aug 27 18:46:41.039 INFO O| Aug 27 18:46:41.039 INFO ok!
85782024-08-27T18:46:42.065Z[ host-image] Aug 27 18:46:41.039 INFO O| Aug 27 18:46:41.039 INFO STEP 64 (assemble_files) COMPLETE
85792024-08-27T18:46:42.065Z[ host-image] Aug 27 18:46:41.039 INFO O| Aug 27 18:46:41.039 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-08-27T18:46:42.071Z[ host-image] Aug 27 18:46:41.048 INFO O| Aug 27 18:46:41.048 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85812024-08-27T18:46:42.071Z[ host-image] Aug 27 18:46:41.048 INFO O| Aug 27 18:46:41.048 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85822024-08-27T18:46:42.074Z[ host-image] Aug 27 18:46:41.048 INFO O| Aug 27 18:46:41.048 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85832024-08-27T18:46:42.074Z[ host-image] Aug 27 18:46:41.048 INFO O| Aug 27 18:46:41.048 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85842024-08-27T18:46:42.074Z[ host-image] Aug 27 18:46:41.048 INFO O| Aug 27 18:46:41.048 INFO ok!
85852024-08-27T18:46:42.074Z[ host-image] Aug 27 18:46:41.048 INFO O| Aug 27 18:46:41.048 INFO STEP 65 (ensure_file) COMPLETE
85862024-08-27T18:46:42.074Z[ host-image] Aug 27 18:46:41.048 INFO O| Aug 27 18:46:41.048 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-08-27T18:46:42.081Z[ host-image] Aug 27 18:46:41.058 INFO O| Aug 27 18:46:41.058 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85882024-08-27T18:46:42.084Z[ host-image] Aug 27 18:46:41.058 INFO O| Aug 27 18:46:41.058 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85892024-08-27T18:46:42.084Z[ host-image] Aug 27 18:46:41.058 INFO O| Aug 27 18:46:41.058 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85902024-08-27T18:46:42.084Z[ host-image] Aug 27 18:46:41.058 INFO O| Aug 27 18:46:41.058 INFO STEP 66 (ensure_dir) COMPLETE
85912024-08-27T18:46:42.084Z[ host-image] Aug 27 18:46:41.058 INFO O| Aug 27 18:46:41.058 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-08-27T18:46:42.091Z[ host-image] Aug 27 18:46:41.067 INFO O| Aug 27 18:46:41.067 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85932024-08-27T18:46:42.091Z[ host-image] Aug 27 18:46:41.067 INFO O| Aug 27 18:46:41.067 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 ...
85942024-08-27T18:46:42.098Z[ host-image] Aug 27 18:46:41.074 INFO O| Aug 27 18:46:41.074 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
85952024-08-27T18:46:42.098Z[ host-image] Aug 27 18:46:41.074 INFO O| Aug 27 18:46:41.074 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85962024-08-27T18:46:42.098Z[ host-image] Aug 27 18:46:41.074 INFO O| Aug 27 18:46:41.074 INFO ok!
85972024-08-27T18:46:42.100Z[ host-image] Aug 27 18:46:41.074 INFO O| Aug 27 18:46:41.074 INFO STEP 67 (ensure_file) COMPLETE
85982024-08-27T18:46:42.100Z[ host-image] Aug 27 18:46:41.074 INFO O| Aug 27 18:46:41.074 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-08-27T18:46:42.108Z[ host-image] Aug 27 18:46:41.085 INFO O| Aug 27 18:46:41.085 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86002024-08-27T18:46:42.108Z[ host-image] Aug 27 18:46:41.085 INFO O| Aug 27 18:46:41.085 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 ...
86012024-08-27T18:46:42.111Z[ host-image] Aug 27 18:46:41.085 INFO O| Aug 27 18:46:41.085 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
86022024-08-27T18:46:42.111Z[ host-image] Aug 27 18:46:41.085 INFO O| Aug 27 18:46:41.085 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86032024-08-27T18:46:42.111Z[ host-image] Aug 27 18:46:41.085 INFO O| Aug 27 18:46:41.085 INFO ok!
86042024-08-27T18:46:42.111Z[ host-image] Aug 27 18:46:41.085 INFO O| Aug 27 18:46:41.085 INFO STEP 68 (ensure_file) COMPLETE
86052024-08-27T18:46:42.111Z[ host-image] Aug 27 18:46:41.085 INFO O| Aug 27 18:46:41.085 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-08-27T18:46:42.123Z[ host-image] Aug 27 18:46:41.099 INFO O| Aug 27 18:46:41.099 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86072024-08-27T18:46:42.123Z[ host-image] Aug 27 18:46:41.099 INFO O| Aug 27 18:46:41.099 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86082024-08-27T18:46:44.185Z[ host-image] Aug 27 18:46:43.159 INFO O| Aug 27 18:46:43.159 INFO STEP 69 (pack_tar) COMPLETE
86092024-08-27T18:46:44.185Z[ host-image] Aug 27 18:46:43.159 INFO O| Aug 27 18:46:43.159 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86102024-08-27T18:46:44.185Z[ host-image] Aug 27 18:46:43.159 INFO O| Aug 27 18:46:43.159 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86112024-08-27T18:46:44.456Z[ host-image] Aug 27 18:46:43.432 INFO O| Aug 27 18:46:43.432 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86122024-08-27T18:46:44.527Z[ host-image] Aug 27 18:46:43.503 INFO O| Aug 27 18:46:43.503 INFO completed processing gimlet/ramdisk-02-trim
86132024-08-27T18:46:44.529Z[ host-image] Aug 27 18:46:43.505 INFO image builder template: zfs...
86142024-08-27T18:46:44.529Z[ host-image] Aug 27 18:46:43.505 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/.tmpxLzl0y/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
86152024-08-27T18:46:44.542Z[ host-image] Aug 27 18:46:43.519 INFO O| Aug 27 18:46:43.519 INFO skip include "stress" because feature "stress" is not enabled
86162024-08-27T18:46:44.574Z[ host-image] Aug 27 18:46:43.550 INFO O| Aug 27 18:46:43.550 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86172024-08-27T18:46:44.578Z[ host-image] Aug 27 18:46:43.554 INFO O| Aug 27 18:46:43.554 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86182024-08-27T18:46:44.635Z[ host-image] Aug 27 18:46:43.611 INFO O| Aug 27 18:46:43.611 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86192024-08-27T18:46:44.688Z[ host-image] Aug 27 18:46:43.664 INFO O| Aug 27 18:46:43.664 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86202024-08-27T18:46:44.688Z[ host-image] Aug 27 18:46:43.665 INFO O| Aug 27 18:46:43.665 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86212024-08-27T18:46:44.692Z[ host-image] Aug 27 18:46:43.669 INFO O| Aug 27 18:46:43.669 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86222024-08-27T18:46:44.747Z[ host-image] Aug 27 18:46:43.723 INFO O| Aug 27 18:46:43.723 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86232024-08-27T18:46:44.804Z[ host-image] Aug 27 18:46:43.780 INFO O| Aug 27 18:46:43.780 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86242024-08-27T18:46:44.814Z[ host-image] Aug 27 18:46:43.790 INFO O| Aug 27 18:46:43.790 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86252024-08-27T18:46:44.818Z[ host-image] Aug 27 18:46:43.795 INFO O| Aug 27 18:46:43.795 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86262024-08-27T18:46:44.821Z[ host-image] Aug 27 18:46:43.795 INFO O| Aug 27 18:46:43.795 INFO no lofi found
86272024-08-27T18:46:44.821Z[ host-image] Aug 27 18:46:43.795 INFO O| Aug 27 18:46:43.795 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86282024-08-27T18:46:44.821Z[ host-image] Aug 27 18:46:43.795 INFO O| Aug 27 18:46:43.795 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86292024-08-27T18:46:47.034Z[ host-image] Aug 27 18:46:46.010 INFO O| Aug 27 18:46:46.010 INFO lofi device = /dev/dsk/c2t1d0p0
86302024-08-27T18:46:47.034Z[ host-image] Aug 27 18:46:46.010 INFO O| Aug 27 18:46:46.010 INFO pool device = /dev/dsk/c2t1d0p0
86312024-08-27T18:46:47.037Z[ host-image] Aug 27 18:46:46.011 INFO O| Aug 27 18:46:46.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"]
86322024-08-27T18:46:47.113Z[ host-image] Aug 27 18:46:46.089 INFO O| Aug 27 18:46:46.089 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86332024-08-27T18:46:47.113Z[ host-image] Aug 27 18:46:46.089 INFO O| Aug 27 18:46:46.089 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86342024-08-27T18:46:47.134Z[ host-image] Aug 27 18:46:46.110 INFO O| Aug 27 18:46:46.110 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86352024-08-27T18:46:47.199Z[ host-image] Aug 27 18:46:46.173 INFO O| Aug 27 18:46:46.172 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86362024-08-27T18:46:47.233Z[ host-image] Aug 27 18:46:46.209 INFO O| Aug 27 18:46:46.209 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86372024-08-27T18:46:47.247Z[ host-image] Aug 27 18:46:46.223 INFO O| Aug 27 18:46:46.223 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86382024-08-27T18:46:47.257Z[ host-image] Aug 27 18:46:46.234 INFO O| Aug 27 18:46:46.234 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86392024-08-27T18:46:47.303Z[ host-image] Aug 27 18:46:46.279 INFO O| Aug 27 18:46:46.279 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86402024-08-27T18:46:47.303Z[ host-image] Aug 27 18:46:46.279 INFO O| Aug 27 18:46:46.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86412024-08-27T18:46:47.306Z[ host-image] Aug 27 18:46:46.279 INFO O| Aug 27 18:46:46.279 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86422024-08-27T18:46:47.313Z[ host-image] Aug 27 18:46:46.290 INFO O| Aug 27 18:46:46.290 INFO boot environment UUID: bad8469b-41d5-4050-a9fa-e77d064a3f55
86432024-08-27T18:46:47.314Z[ host-image] Aug 27 18:46:46.290 INFO O| Aug 27 18:46:46.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = bad8469b-41d5-4050-a9fa-e77d064a3f55
86442024-08-27T18:46:47.324Z[ host-image] Aug 27 18:46:46.300 INFO O| Aug 27 18:46:46.300 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86452024-08-27T18:46:47.334Z[ host-image] Aug 27 18:46:46.311 INFO O| Aug 27 18:46:46.310 INFO STEP 0 (create_be) COMPLETE
86462024-08-27T18:46:47.337Z[ host-image] Aug 27 18:46:46.311 INFO O| Aug 27 18:46:46.311 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86472024-08-27T18:46:47.349Z[ host-image] Aug 27 18:46:46.325 INFO O| Aug 27 18:46:46.325 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86482024-08-27T18:46:55.532Z[ recovery-image] Aug 27 18:46:54.506 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)
86492024-08-27T18:46:58.143Z[ recovery-image] Aug 27 18:46:57.118 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)
86502024-08-27T18:47:02.400Z[ recovery-image] Aug 27 18:47:01.374 INFO E| Compiling bitflags v1.3.2
86512024-08-27T18:47:02.400Z[ recovery-image] Aug 27 18:47:01.374 INFO E| Compiling adler v1.0.2
86522024-08-27T18:47:02.400Z[ recovery-image] Aug 27 18:47:01.374 INFO E| Compiling plain v0.2.3
86532024-08-27T18:47:02.400Z[ recovery-image] Aug 27 18:47:01.374 INFO E| Compiling scroll v0.12.0
86542024-08-27T18:47:02.400Z[ recovery-image] Aug 27 18:47:01.374 INFO E| Compiling bit_field v0.10.2
86552024-08-27T18:47:02.400Z[ recovery-image] Aug 27 18:47:01.374 INFO E| Compiling log v0.4.21
86562024-08-27T18:47:02.400Z[ recovery-image] Aug 27 18:47:01.374 INFO E| Compiling static_assertions v1.1.0
86572024-08-27T18:47:02.494Z[ recovery-image] Aug 27 18:47:01.467 INFO E| Compiling raw-cpuid v10.7.0
86582024-08-27T18:47:02.494Z[ recovery-image] Aug 27 18:47:01.468 INFO E| Compiling cpio_reader v0.1.1
86592024-08-27T18:47:02.651Z[ recovery-image] Aug 27 18:47:01.625 INFO E| Compiling miniz_oxide v0.7.2
86602024-08-27T18:47:02.876Z[ recovery-image] Aug 27 18:47:01.848 INFO E| Compiling bitstruct v0.1.1
86612024-08-27T18:47:03.605Z[ recovery-image] Aug 27 18:47:02.579 INFO E| Compiling goblin v0.8.0
86622024-08-27T18:47:09.203Z[ host-image] Aug 27 18:47:08.177 INFO O| Aug 27 18:47:08.177 INFO STEP 1 (unpack_tar) COMPLETE
86632024-08-27T18:47:09.203Z[ host-image] Aug 27 18:47:08.177 INFO O| Aug 27 18:47:08.177 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86642024-08-27T18:47:09.214Z[ host-image] Aug 27 18:47:08.188 INFO O| Aug 27 18:47:08.188 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86652024-08-27T18:47:09.366Z[ host-image] Aug 27 18:47:08.340 INFO O| Aug 27 18:47:08.340 INFO STEP 2 (devfsadm) COMPLETE
86662024-08-27T18:47:09.366Z[ host-image] Aug 27 18:47:08.340 INFO O| Aug 27 18:47:08.340 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86672024-08-27T18:47:09.377Z[ host-image] Aug 27 18:47:08.351 INFO O| Aug 27 18:47:08.351 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86682024-08-27T18:47:09.377Z[ host-image] Aug 27 18:47:08.351 INFO O| Aug 27 18:47:08.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86692024-08-27T18:47:09.380Z[ host-image] Aug 27 18:47:08.351 INFO O| Aug 27 18:47:08.351 INFO STEP 3 (ensure_dir) COMPLETE
86702024-08-27T18:47:09.380Z[ host-image] Aug 27 18:47:08.351 INFO O| Aug 27 18:47:08.351 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86712024-08-27T18:47:09.386Z[ host-image] Aug 27 18:47:08.360 INFO O| Aug 27 18:47:08.360 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86722024-08-27T18:47:09.386Z[ host-image] Aug 27 18:47:08.361 INFO O| Aug 27 18:47:08.360 INFO STEP 4 (ensure_dir) COMPLETE
86732024-08-27T18:47:09.389Z[ host-image] Aug 27 18:47:08.361 INFO O| Aug 27 18:47:08.360 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86742024-08-27T18:47:09.396Z[ host-image] Aug 27 18:47:08.370 INFO O| Aug 27 18:47:08.370 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86752024-08-27T18:47:09.396Z[ host-image] Aug 27 18:47:08.370 INFO O| Aug 27 18:47:08.370 INFO STEP 5 (ensure_dir) COMPLETE
86762024-08-27T18:47:09.399Z[ host-image] Aug 27 18:47:08.370 INFO O| Aug 27 18:47:08.370 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86772024-08-27T18:47:09.405Z[ host-image] Aug 27 18:47:08.380 INFO O| Aug 27 18:47:08.380 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86782024-08-27T18:47:09.408Z[ host-image] Aug 27 18:47:08.380 INFO O| Aug 27 18:47:08.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86792024-08-27T18:47:09.408Z[ host-image] Aug 27 18:47:08.380 INFO O| Aug 27 18:47:08.380 INFO STEP 6 (ensure_dir) COMPLETE
86802024-08-27T18:47:09.408Z[ host-image] Aug 27 18:47:08.380 INFO O| Aug 27 18:47:08.380 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86812024-08-27T18:47:09.415Z[ host-image] Aug 27 18:47:08.389 INFO O| Aug 27 18:47:08.389 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86822024-08-27T18:47:09.418Z[ host-image] Aug 27 18:47:08.390 INFO O| Aug 27 18:47:08.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86832024-08-27T18:47:09.418Z[ host-image] Aug 27 18:47:08.390 INFO O| Aug 27 18:47:08.390 INFO STEP 7 (ensure_dir) COMPLETE
86842024-08-27T18:47:09.418Z[ host-image] Aug 27 18:47:08.390 INFO O| Aug 27 18:47:08.390 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86852024-08-27T18:47:09.425Z[ host-image] Aug 27 18:47:08.399 INFO O| Aug 27 18:47:08.399 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86862024-08-27T18:47:09.427Z[ host-image] Aug 27 18:47:08.399 INFO O| Aug 27 18:47:08.399 INFO STEP 8 (remove_files) COMPLETE
86872024-08-27T18:47:09.427Z[ host-image] Aug 27 18:47:08.399 INFO O| Aug 27 18:47:08.399 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86882024-08-27T18:47:09.434Z[ host-image] Aug 27 18:47:08.409 INFO O| Aug 27 18:47:08.409 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86892024-08-27T18:47:09.437Z[ host-image] Aug 27 18:47:08.409 INFO O| Aug 27 18:47:08.409 INFO STEP 9 (remove_files) COMPLETE
86902024-08-27T18:47:09.437Z[ host-image] Aug 27 18:47:08.409 INFO O| Aug 27 18:47:08.409 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86912024-08-27T18:47:09.444Z[ host-image] Aug 27 18:47:08.419 INFO O| Aug 27 18:47:08.419 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86922024-08-27T18:47:09.447Z[ host-image] Aug 27 18:47:08.420 INFO O| Aug 27 18:47:08.420 INFO STEP 10 (remove_files) COMPLETE
86932024-08-27T18:47:09.447Z[ host-image] Aug 27 18:47:08.420 INFO O| Aug 27 18:47:08.420 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86942024-08-27T18:47:09.455Z[ host-image] Aug 27 18:47:08.429 INFO O| Aug 27 18:47:08.429 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86952024-08-27T18:47:09.457Z[ host-image] Aug 27 18:47:08.429 INFO O| Aug 27 18:47:08.429 INFO STEP 11 (remove_files) COMPLETE
86962024-08-27T18:47:09.457Z[ host-image] Aug 27 18:47:08.430 INFO O| Aug 27 18:47:08.429 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86972024-08-27T18:47:09.465Z[ host-image] Aug 27 18:47:08.439 INFO O| Aug 27 18:47:08.439 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86982024-08-27T18:47:09.468Z[ host-image] Aug 27 18:47:08.439 INFO O| Aug 27 18:47:08.439 INFO STEP 12 (remove_files) COMPLETE
86992024-08-27T18:47:09.468Z[ host-image] Aug 27 18:47:08.439 INFO O| Aug 27 18:47:08.439 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87002024-08-27T18:47:09.475Z[ host-image] Aug 27 18:47:08.450 INFO O| Aug 27 18:47:08.450 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87012024-08-27T18:47:09.475Z[ host-image] Aug 27 18:47:08.450 INFO O| Aug 27 18:47:08.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87022024-08-27T18:47:09.475Z[ host-image] Aug 27 18:47:08.450 INFO O| Aug 27 18:47:08.450 INFO STEP 13 (ensure_dir) COMPLETE
87032024-08-27T18:47:09.478Z[ host-image] Aug 27 18:47:08.450 INFO O| Aug 27 18:47:08.450 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87042024-08-27T18:47:09.490Z[ host-image] Aug 27 18:47:08.464 INFO O| Aug 27 18:47:08.464 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87052024-08-27T18:47:09.492Z[ host-image] Aug 27 18:47:08.464 INFO O| Aug 27 18:47:08.464 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87062024-08-27T18:47:09.492Z[ host-image] Aug 27 18:47:08.464 INFO O| Aug 27 18:47:08.464 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87072024-08-27T18:47:09.493Z[ host-image] Aug 27 18:47:08.464 INFO O| Aug 27 18:47:08.464 INFO STEP 14 (ensure_dir) COMPLETE
87082024-08-27T18:47:09.493Z[ host-image] Aug 27 18:47:08.464 INFO O| Aug 27 18:47:08.464 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87092024-08-27T18:47:09.502Z[ host-image] Aug 27 18:47:08.476 INFO O| Aug 27 18:47:08.476 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87102024-08-27T18:47:09.504Z[ host-image] Aug 27 18:47:08.477 INFO O| Aug 27 18:47:08.477 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87112024-08-27T18:47:09.504Z[ host-image] Aug 27 18:47:08.477 INFO O| Aug 27 18:47:08.477 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87122024-08-27T18:47:09.504Z[ host-image] Aug 27 18:47:08.477 INFO O| Aug 27 18:47:08.477 INFO STEP 15 (ensure_dir) COMPLETE
87132024-08-27T18:47:09.504Z[ host-image] Aug 27 18:47:08.477 INFO O| Aug 27 18:47:08.477 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87142024-08-27T18:47:09.517Z[ host-image] Aug 27 18:47:08.491 INFO O| Aug 27 18:47:08.491 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87152024-08-27T18:47:09.517Z[ host-image] Aug 27 18:47:08.491 INFO O| Aug 27 18:47:08.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87162024-08-27T18:47:09.519Z[ host-image] Aug 27 18:47:08.491 INFO O| Aug 27 18:47:08.491 INFO STEP 16 (ensure_dir) COMPLETE
87172024-08-27T18:47:09.519Z[ host-image] Aug 27 18:47:08.491 INFO O| Aug 27 18:47:08.491 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87182024-08-27T18:47:09.529Z[ host-image] Aug 27 18:47:08.503 INFO O| Aug 27 18:47:08.503 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87192024-08-27T18:47:09.531Z[ host-image] Aug 27 18:47:08.503 INFO O| Aug 27 18:47:08.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87202024-08-27T18:47:09.531Z[ host-image] Aug 27 18:47:08.503 INFO O| Aug 27 18:47:08.503 INFO STEP 17 (ensure_dir) COMPLETE
87212024-08-27T18:47:09.531Z[ host-image] Aug 27 18:47:08.503 INFO O| Aug 27 18:47:08.503 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87222024-08-27T18:47:09.541Z[ host-image] Aug 27 18:47:08.516 INFO O| Aug 27 18:47:08.516 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87232024-08-27T18:47:09.541Z[ host-image] Aug 27 18:47:08.516 INFO O| Aug 27 18:47:08.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87242024-08-27T18:47:09.544Z[ host-image] Aug 27 18:47:08.516 INFO O| Aug 27 18:47:08.516 INFO ok!
87252024-08-27T18:47:09.544Z[ host-image] Aug 27 18:47:08.516 INFO O| Aug 27 18:47:08.516 INFO STEP 18 (ensure_symlink) COMPLETE
87262024-08-27T18:47:09.544Z[ host-image] Aug 27 18:47:08.516 INFO O| Aug 27 18:47:08.516 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87272024-08-27T18:47:09.553Z[ host-image] Aug 27 18:47:08.527 INFO O| Aug 27 18:47:08.527 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87282024-08-27T18:47:09.553Z[ host-image] Aug 27 18:47:08.528 INFO O| Aug 27 18:47:08.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
87292024-08-27T18:47:09.556Z[ host-image] Aug 27 18:47:08.528 INFO O| Aug 27 18:47:08.527 INFO ok!
87302024-08-27T18:47:09.556Z[ host-image] Aug 27 18:47:08.528 INFO O| Aug 27 18:47:08.528 INFO STEP 19 (ensure_file) COMPLETE
87312024-08-27T18:47:09.556Z[ host-image] Aug 27 18:47:08.528 INFO O| Aug 27 18:47:08.528 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87322024-08-27T18:47:09.564Z[ host-image] Aug 27 18:47:08.538 INFO O| Aug 27 18:47:08.538 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
87332024-08-27T18:47:09.564Z[ host-image] Aug 27 18:47:08.538 INFO O| Aug 27 18:47:08.538 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87342024-08-27T18:47:09.567Z[ host-image] Aug 27 18:47:08.539 INFO O| Aug 27 18:47:08.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87352024-08-27T18:47:09.567Z[ host-image] Aug 27 18:47:08.539 INFO O| Aug 27 18:47:08.539 INFO ok!
87362024-08-27T18:47:09.567Z[ host-image] Aug 27 18:47:08.539 INFO O| Aug 27 18:47:08.539 INFO STEP 20 (ensure_symlink) COMPLETE
87372024-08-27T18:47:09.567Z[ host-image] Aug 27 18:47:08.539 INFO O| Aug 27 18:47:08.539 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87382024-08-27T18:47:09.578Z[ host-image] Aug 27 18:47:08.552 INFO O| Aug 27 18:47:08.552 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87392024-08-27T18:47:09.578Z[ host-image] Aug 27 18:47:08.552 INFO O| Aug 27 18:47:08.552 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87402024-08-27T18:47:09.581Z[ host-image] Aug 27 18:47:08.552 INFO O| Aug 27 18:47:08.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87412024-08-27T18:47:09.581Z[ host-image] Aug 27 18:47:08.552 INFO O| Aug 27 18:47:08.552 INFO ok!
87422024-08-27T18:47:09.581Z[ host-image] Aug 27 18:47:08.552 INFO O| Aug 27 18:47:08.552 INFO STEP 21 (ensure_symlink) COMPLETE
87432024-08-27T18:47:09.581Z[ host-image] Aug 27 18:47:08.552 INFO O| Aug 27 18:47:08.552 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87442024-08-27T18:47:09.589Z[ host-image] Aug 27 18:47:08.564 INFO O| Aug 27 18:47:08.564 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87452024-08-27T18:47:09.589Z[ host-image] Aug 27 18:47:08.564 INFO O| Aug 27 18:47:08.564 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87462024-08-27T18:47:09.592Z[ host-image] Aug 27 18:47:08.564 INFO O| Aug 27 18:47:08.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87472024-08-27T18:47:09.592Z[ host-image] Aug 27 18:47:08.564 INFO O| Aug 27 18:47:08.564 INFO ok!
87482024-08-27T18:47:09.592Z[ host-image] Aug 27 18:47:08.564 INFO O| Aug 27 18:47:08.564 INFO STEP 22 (ensure_symlink) COMPLETE
87492024-08-27T18:47:09.592Z[ host-image] Aug 27 18:47:08.564 INFO O| Aug 27 18:47:08.564 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87502024-08-27T18:47:09.599Z[ host-image] Aug 27 18:47:08.574 INFO O| Aug 27 18:47:08.574 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87512024-08-27T18:47:09.599Z[ host-image] Aug 27 18:47:08.574 INFO O| Aug 27 18:47:08.574 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87522024-08-27T18:47:09.602Z[ host-image] Aug 27 18:47:08.574 INFO O| Aug 27 18:47:08.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87532024-08-27T18:47:09.602Z[ host-image] Aug 27 18:47:08.574 INFO O| Aug 27 18:47:08.574 INFO ok!
87542024-08-27T18:47:09.602Z[ host-image] Aug 27 18:47:08.574 INFO O| Aug 27 18:47:08.574 INFO STEP 23 (ensure_symlink) COMPLETE
87552024-08-27T18:47:09.602Z[ host-image] Aug 27 18:47:08.574 INFO O| Aug 27 18:47:08.574 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87562024-08-27T18:47:09.610Z[ host-image] Aug 27 18:47:08.584 INFO O| Aug 27 18:47:08.584 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87572024-08-27T18:47:09.612Z[ host-image] Aug 27 18:47:08.584 INFO O| Aug 27 18:47:08.584 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87582024-08-27T18:47:09.612Z[ host-image] Aug 27 18:47:08.584 INFO O| Aug 27 18:47:08.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87592024-08-27T18:47:09.612Z[ host-image] Aug 27 18:47:08.584 INFO O| Aug 27 18:47:08.584 INFO ok!
87602024-08-27T18:47:09.612Z[ host-image] Aug 27 18:47:08.584 INFO O| Aug 27 18:47:08.584 INFO STEP 24 (ensure_file) COMPLETE
87612024-08-27T18:47:09.612Z[ host-image] Aug 27 18:47:08.584 INFO O| Aug 27 18:47:08.584 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87622024-08-27T18:47:09.625Z[ host-image] Aug 27 18:47:08.599 INFO O| Aug 27 18:47:08.599 INFO updating shadow file
87632024-08-27T18:47:09.627Z[ host-image] Aug 27 18:47:08.599 INFO O| Aug 27 18:47:08.599 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87642024-08-27T18:47:09.627Z[ host-image] Aug 27 18:47:08.599 INFO O| Aug 27 18:47:08.599 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87652024-08-27T18:47:09.627Z[ host-image] Aug 27 18:47:08.600 INFO O| Aug 27 18:47:08.599 INFO STEP 25 (shadow) COMPLETE
87662024-08-27T18:47:09.627Z[ host-image] Aug 27 18:47:08.600 INFO O| Aug 27 18:47:08.599 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87672024-08-27T18:47:09.641Z[ host-image] Aug 27 18:47:08.615 INFO O| Aug 27 18:47:08.615 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87682024-08-27T18:47:09.641Z[ host-image] Aug 27 18:47:08.615 INFO O| Aug 27 18:47:08.615 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87692024-08-27T18:47:09.644Z[ host-image] Aug 27 18:47:08.615 INFO O| Aug 27 18:47:08.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87702024-08-27T18:47:09.644Z[ host-image] Aug 27 18:47:08.615 INFO O| Aug 27 18:47:08.615 INFO ok!
87712024-08-27T18:47:09.644Z[ host-image] Aug 27 18:47:08.615 INFO O| Aug 27 18:47:08.615 INFO STEP 26 (ensure_file) COMPLETE
87722024-08-27T18:47:09.644Z[ host-image] Aug 27 18:47:08.615 INFO O| Aug 27 18:47:08.615 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87732024-08-27T18:47:09.657Z[ host-image] Aug 27 18:47:08.631 INFO O| Aug 27 18:47:08.631 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87742024-08-27T18:47:09.657Z[ host-image] Aug 27 18:47:08.631 INFO O| Aug 27 18:47:08.631 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87752024-08-27T18:47:09.661Z[ host-image] Aug 27 18:47:08.631 INFO O| Aug 27 18:47:08.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87762024-08-27T18:47:09.661Z[ host-image] Aug 27 18:47:08.632 INFO O| Aug 27 18:47:08.631 INFO ok!
87772024-08-27T18:47:09.661Z[ host-image] Aug 27 18:47:08.632 INFO O| Aug 27 18:47:08.632 INFO STEP 27 (ensure_file) COMPLETE
87782024-08-27T18:47:09.661Z[ host-image] Aug 27 18:47:08.632 INFO O| Aug 27 18:47:08.632 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87792024-08-27T18:47:09.673Z[ host-image] Aug 27 18:47:08.647 INFO O| Aug 27 18:47:08.647 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87802024-08-27T18:47:09.673Z[ host-image] Aug 27 18:47:08.647 INFO O| Aug 27 18:47:08.647 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87812024-08-27T18:47:09.676Z[ host-image] Aug 27 18:47:08.648 INFO O| Aug 27 18:47:08.648 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87822024-08-27T18:47:09.676Z[ host-image] Aug 27 18:47:08.648 INFO O| Aug 27 18:47:08.648 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87832024-08-27T18:47:09.676Z[ host-image] Aug 27 18:47:08.648 INFO O| Aug 27 18:47:08.648 INFO ok!
87842024-08-27T18:47:09.676Z[ host-image] Aug 27 18:47:08.648 INFO O| Aug 27 18:47:08.648 INFO STEP 28 (ensure_file) COMPLETE
87852024-08-27T18:47:09.676Z[ host-image] Aug 27 18:47:08.648 INFO O| Aug 27 18:47:08.648 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87862024-08-27T18:47:09.688Z[ host-image] Aug 27 18:47:08.662 INFO O| Aug 27 18:47:08.662 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87872024-08-27T18:47:09.688Z[ host-image] Aug 27 18:47:08.662 INFO O| Aug 27 18:47:08.662 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87882024-08-27T18:47:09.690Z[ host-image] Aug 27 18:47:08.662 INFO O| Aug 27 18:47:08.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87892024-08-27T18:47:09.690Z[ host-image] Aug 27 18:47:08.662 INFO O| Aug 27 18:47:08.662 INFO ok!
87902024-08-27T18:47:09.691Z[ host-image] Aug 27 18:47:08.662 INFO O| Aug 27 18:47:08.662 INFO STEP 29 (ensure_file) COMPLETE
87912024-08-27T18:47:09.691Z[ host-image] Aug 27 18:47:08.662 INFO O| Aug 27 18:47:08.662 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87922024-08-27T18:47:09.699Z[ host-image] Aug 27 18:47:08.673 INFO O| Aug 27 18:47:08.673 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87932024-08-27T18:47:09.699Z[ host-image] Aug 27 18:47:08.673 INFO O| Aug 27 18:47:08.673 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87942024-08-27T18:47:09.702Z[ host-image] Aug 27 18:47:08.673 INFO O| Aug 27 18:47:08.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87952024-08-27T18:47:09.702Z[ host-image] Aug 27 18:47:08.673 INFO O| Aug 27 18:47:08.673 INFO ok!
87962024-08-27T18:47:09.702Z[ host-image] Aug 27 18:47:08.673 INFO O| Aug 27 18:47:08.673 INFO STEP 30 (ensure_file) COMPLETE
87972024-08-27T18:47:09.702Z[ host-image] Aug 27 18:47:08.673 INFO O| Aug 27 18:47:08.673 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87982024-08-27T18:47:09.709Z[ host-image] Aug 27 18:47:08.684 INFO O| Aug 27 18:47:08.684 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87992024-08-27T18:47:09.709Z[ host-image] Aug 27 18:47:08.684 INFO O| Aug 27 18:47:08.684 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88002024-08-27T18:47:09.712Z[ host-image] Aug 27 18:47:08.684 INFO O| Aug 27 18:47:08.684 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88012024-08-27T18:47:09.712Z[ host-image] Aug 27 18:47:08.684 INFO O| Aug 27 18:47:08.684 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88022024-08-27T18:47:09.712Z[ host-image] Aug 27 18:47:08.684 INFO O| Aug 27 18:47:08.684 INFO ok!
88032024-08-27T18:47:09.712Z[ host-image] Aug 27 18:47:08.684 INFO O| Aug 27 18:47:08.684 INFO STEP 31 (ensure_file) COMPLETE
88042024-08-27T18:47:09.712Z[ host-image] Aug 27 18:47:08.684 INFO O| Aug 27 18:47:08.684 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88052024-08-27T18:47:09.720Z[ host-image] Aug 27 18:47:08.694 INFO O| Aug 27 18:47:08.694 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88062024-08-27T18:47:09.720Z[ host-image] Aug 27 18:47:08.694 INFO O| Aug 27 18:47:08.694 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88072024-08-27T18:47:09.722Z[ host-image] Aug 27 18:47:08.694 INFO O| Aug 27 18:47:08.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88082024-08-27T18:47:09.722Z[ host-image] Aug 27 18:47:08.694 INFO O| Aug 27 18:47:08.694 INFO ok!
88092024-08-27T18:47:09.722Z[ host-image] Aug 27 18:47:08.695 INFO O| Aug 27 18:47:08.694 INFO STEP 32 (ensure_file) COMPLETE
88102024-08-27T18:47:09.722Z[ host-image] Aug 27 18:47:08.695 INFO O| Aug 27 18:47:08.694 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88112024-08-27T18:47:09.731Z[ host-image] Aug 27 18:47:08.705 INFO O| Aug 27 18:47:08.705 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88122024-08-27T18:47:09.731Z[ host-image] Aug 27 18:47:08.705 INFO O| Aug 27 18:47:08.705 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88132024-08-27T18:47:09.734Z[ host-image] Aug 27 18:47:08.705 INFO O| Aug 27 18:47:08.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88142024-08-27T18:47:09.734Z[ host-image] Aug 27 18:47:08.705 INFO O| Aug 27 18:47:08.705 INFO ok!
88152024-08-27T18:47:09.734Z[ host-image] Aug 27 18:47:08.705 INFO O| Aug 27 18:47:08.705 INFO STEP 33 (ensure_file) COMPLETE
88162024-08-27T18:47:09.734Z[ host-image] Aug 27 18:47:08.705 INFO O| Aug 27 18:47:08.705 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88172024-08-27T18:47:09.740Z[ host-image] Aug 27 18:47:08.715 INFO O| Aug 27 18:47:08.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88182024-08-27T18:47:09.740Z[ host-image] Aug 27 18:47:08.715 INFO O| Aug 27 18:47:08.715 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88192024-08-27T18:47:09.743Z[ host-image] Aug 27 18:47:08.715 INFO O| Aug 27 18:47:08.715 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88202024-08-27T18:47:09.743Z[ host-image] Aug 27 18:47:08.715 INFO O| Aug 27 18:47:08.715 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88212024-08-27T18:47:09.743Z[ host-image] Aug 27 18:47:08.715 INFO O| Aug 27 18:47:08.715 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88222024-08-27T18:47:09.743Z[ host-image] Aug 27 18:47:08.715 INFO O| Aug 27 18:47:08.715 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88232024-08-27T18:47:09.743Z[ host-image] Aug 27 18:47:08.715 INFO O| Aug 27 18:47:08.715 INFO ok!
88242024-08-27T18:47:09.743Z[ host-image] Aug 27 18:47:08.715 INFO O| Aug 27 18:47:08.715 INFO STEP 34 (ensure_file) COMPLETE
88252024-08-27T18:47:09.743Z[ host-image] Aug 27 18:47:08.715 INFO O| Aug 27 18:47:08.715 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88262024-08-27T18:47:09.753Z[ host-image] Aug 27 18:47:08.725 INFO O| Aug 27 18:47:08.725 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88272024-08-27T18:47:09.756Z[ host-image] Aug 27 18:47:08.726 INFO O| Aug 27 18:47:08.725 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88282024-08-27T18:47:09.756Z[ host-image] Aug 27 18:47:08.726 INFO O| Aug 27 18:47:08.726 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88292024-08-27T18:47:09.756Z[ host-image] Aug 27 18:47:08.726 INFO O| Aug 27 18:47:08.726 INFO STEP 35 (ensure_dir) COMPLETE
88302024-08-27T18:47:09.756Z[ host-image] Aug 27 18:47:08.726 INFO O| Aug 27 18:47:08.726 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88312024-08-27T18:47:09.761Z[ host-image] Aug 27 18:47:08.735 INFO O| Aug 27 18:47:08.735 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
88322024-08-27T18:47:09.761Z[ host-image] Aug 27 18:47:08.735 INFO O| Aug 27 18:47:08.735 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 ...
88332024-08-27T18:47:09.763Z[ host-image] Aug 27 18:47:08.736 INFO O| Aug 27 18:47:08.736 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
88342024-08-27T18:47:09.763Z[ host-image] Aug 27 18:47:08.736 INFO O| Aug 27 18:47:08.736 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
88352024-08-27T18:47:09.763Z[ host-image] Aug 27 18:47:08.736 INFO O| Aug 27 18:47:08.736 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
88362024-08-27T18:47:09.763Z[ host-image] Aug 27 18:47:08.736 INFO O| Aug 27 18:47:08.736 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
88372024-08-27T18:47:09.763Z[ host-image] Aug 27 18:47:08.736 INFO O| Aug 27 18:47:08.736 INFO ok!
88382024-08-27T18:47:09.764Z[ host-image] Aug 27 18:47:08.736 INFO O| Aug 27 18:47:08.736 INFO STEP 36 (ensure_file) COMPLETE
88392024-08-27T18:47:09.764Z[ host-image] Aug 27 18:47:08.736 INFO O| Aug 27 18:47:08.736 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88402024-08-27T18:47:09.771Z[ host-image] Aug 27 18:47:08.746 INFO O| Aug 27 18:47:08.745 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88412024-08-27T18:47:09.771Z[ host-image] Aug 27 18:47:08.746 INFO O| Aug 27 18:47:08.745 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 ...
88422024-08-27T18:47:09.774Z[ host-image] Aug 27 18:47:08.746 INFO O| Aug 27 18:47:08.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88432024-08-27T18:47:09.774Z[ host-image] Aug 27 18:47:08.746 INFO O| Aug 27 18:47:08.746 INFO ok!
88442024-08-27T18:47:09.774Z[ host-image] Aug 27 18:47:08.746 INFO O| Aug 27 18:47:08.746 INFO STEP 37 (ensure_symlink) COMPLETE
88452024-08-27T18:47:09.774Z[ host-image] Aug 27 18:47:08.746 INFO O| Aug 27 18:47:08.746 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88462024-08-27T18:47:09.781Z[ host-image] Aug 27 18:47:08.755 INFO O| Aug 27 18:47:08.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88472024-08-27T18:47:09.781Z[ host-image] Aug 27 18:47:08.755 INFO O| Aug 27 18:47:08.755 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88482024-08-27T18:47:09.783Z[ host-image] Aug 27 18:47:08.756 INFO O| Aug 27 18:47:08.756 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88492024-08-27T18:47:09.784Z[ host-image] Aug 27 18:47:08.756 INFO O| Aug 27 18:47:08.756 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88502024-08-27T18:47:09.784Z[ host-image] Aug 27 18:47:08.756 INFO O| Aug 27 18:47:08.756 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88512024-08-27T18:47:09.784Z[ host-image] Aug 27 18:47:08.756 INFO O| Aug 27 18:47:08.756 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88522024-08-27T18:47:09.784Z[ host-image] Aug 27 18:47:08.756 INFO O| Aug 27 18:47:08.756 INFO ok!
88532024-08-27T18:47:09.784Z[ host-image] Aug 27 18:47:08.756 INFO O| Aug 27 18:47:08.756 INFO STEP 38 (ensure_file) COMPLETE
88542024-08-27T18:47:09.784Z[ host-image] Aug 27 18:47:08.756 INFO O| Aug 27 18:47:08.756 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88552024-08-27T18:47:09.791Z[ host-image] Aug 27 18:47:08.765 INFO O| Aug 27 18:47:08.765 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88562024-08-27T18:47:09.791Z[ host-image] Aug 27 18:47:08.765 INFO O| Aug 27 18:47:08.765 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 ...
88572024-08-27T18:47:09.794Z[ host-image] Aug 27 18:47:08.766 INFO O| Aug 27 18:47:08.765 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
88582024-08-27T18:47:09.794Z[ host-image] Aug 27 18:47:08.766 INFO O| Aug 27 18:47:08.766 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88592024-08-27T18:47:09.794Z[ host-image] Aug 27 18:47:08.766 INFO O| Aug 27 18:47:08.766 INFO ok!
88602024-08-27T18:47:09.794Z[ host-image] Aug 27 18:47:08.766 INFO O| Aug 27 18:47:08.766 INFO STEP 39 (ensure_file) COMPLETE
88612024-08-27T18:47:09.794Z[ host-image] Aug 27 18:47:08.766 INFO O| Aug 27 18:47:08.766 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88622024-08-27T18:47:09.802Z[ host-image] Aug 27 18:47:08.776 INFO O| Aug 27 18:47:08.776 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88632024-08-27T18:47:09.802Z[ host-image] Aug 27 18:47:08.776 INFO O| Aug 27 18:47:08.776 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88642024-08-27T18:47:09.804Z[ host-image] Aug 27 18:47:08.776 INFO O| Aug 27 18:47:08.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88652024-08-27T18:47:09.804Z[ host-image] Aug 27 18:47:08.776 INFO O| Aug 27 18:47:08.776 INFO ok!
88662024-08-27T18:47:09.804Z[ host-image] Aug 27 18:47:08.776 INFO O| Aug 27 18:47:08.776 INFO STEP 40 (ensure_file) COMPLETE
88672024-08-27T18:47:09.804Z[ host-image] Aug 27 18:47:08.776 INFO O| Aug 27 18:47:08.776 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88682024-08-27T18:47:09.812Z[ host-image] Aug 27 18:47:08.786 INFO O| Aug 27 18:47:08.786 INFO updating shadow file
88692024-08-27T18:47:09.814Z[ host-image] Aug 27 18:47:08.787 INFO O| Aug 27 18:47:08.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88702024-08-27T18:47:09.814Z[ host-image] Aug 27 18:47:08.787 INFO O| Aug 27 18:47:08.787 INFO STEP 41 (shadow) COMPLETE
88712024-08-27T18:47:09.815Z[ host-image] Aug 27 18:47:08.787 INFO O| Aug 27 18:47:08.787 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88722024-08-27T18:47:09.823Z[ host-image] Aug 27 18:47:08.797 INFO O| Aug 27 18:47:08.797 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88732024-08-27T18:47:09.823Z[ host-image] Aug 27 18:47:08.797 INFO O| Aug 27 18:47:08.797 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88742024-08-27T18:47:09.825Z[ host-image] Aug 27 18:47:08.797 INFO O| Aug 27 18:47:08.797 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88752024-08-27T18:47:09.826Z[ host-image] Aug 27 18:47:08.797 INFO O| Aug 27 18:47:08.797 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88762024-08-27T18:47:09.826Z[ host-image] Aug 27 18:47:08.797 INFO O| Aug 27 18:47:08.797 INFO ok!
88772024-08-27T18:47:09.826Z[ host-image] Aug 27 18:47:08.797 INFO O| Aug 27 18:47:08.797 INFO STEP 42 (ensure_file) COMPLETE
88782024-08-27T18:47:09.826Z[ host-image] Aug 27 18:47:08.797 INFO O| Aug 27 18:47:08.797 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88792024-08-27T18:47:09.826Z[ host-image] Aug 27 18:47:08.797 INFO O| Aug 27 18:47:08.797 INFO skip step because feature "mfg" is not enabled
88802024-08-27T18:47:09.826Z[ host-image] Aug 27 18:47:08.797 INFO O| Aug 27 18:47:08.797 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88812024-08-27T18:47:09.826Z[ host-image] Aug 27 18:47:08.797 INFO O| Aug 27 18:47:08.797 INFO skip step because feature "mfg" is not enabled
88822024-08-27T18:47:09.826Z[ host-image] Aug 27 18:47:08.797 INFO O| Aug 27 18:47:08.797 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88832024-08-27T18:47:09.834Z[ host-image] Aug 27 18:47:08.807 INFO O| Aug 27 18:47:08.807 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88842024-08-27T18:47:09.834Z[ host-image] Aug 27 18:47:08.808 INFO O| Aug 27 18:47:08.807 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88852024-08-27T18:47:10.484Z[ host-image] Aug 27 18:47:09.458 INFO O| Aug 27 18:47:09.458 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88862024-08-27T18:47:10.484Z[ host-image] Aug 27 18:47:09.458 INFO O| Aug 27 18:47:09.458 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88872024-08-27T18:47:10.486Z[ host-image] Aug 27 18:47:09.458 INFO O| Aug 27 18:47:09.458 INFO ok!
88882024-08-27T18:47:10.487Z[ host-image] Aug 27 18:47:09.458 INFO O| Aug 27 18:47:09.458 INFO STEP 45 (ensure_file) COMPLETE
88892024-08-27T18:47:10.487Z[ host-image] Aug 27 18:47:09.458 INFO O| Aug 27 18:47:09.458 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88902024-08-27T18:47:10.495Z[ host-image] Aug 27 18:47:09.470 INFO O| Aug 27 18:47:09.470 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88912024-08-27T18:47:10.495Z[ host-image] Aug 27 18:47:09.470 INFO O| Aug 27 18:47:09.470 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88922024-08-27T18:47:10.498Z[ host-image] Aug 27 18:47:09.470 INFO O| Aug 27 18:47:09.470 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88932024-08-27T18:47:10.498Z[ host-image] Aug 27 18:47:09.470 INFO O| Aug 27 18:47:09.470 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88942024-08-27T18:47:10.498Z[ host-image] Aug 27 18:47:09.470 INFO O| Aug 27 18:47:09.470 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88952024-08-27T18:47:10.498Z[ host-image] Aug 27 18:47:09.470 INFO O| Aug 27 18:47:09.470 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88962024-08-27T18:47:10.498Z[ host-image] Aug 27 18:47:09.470 INFO O| Aug 27 18:47:09.470 INFO ok!
88972024-08-27T18:47:10.498Z[ host-image] Aug 27 18:47:09.470 INFO O| Aug 27 18:47:09.470 INFO STEP 46 (ensure_file) COMPLETE
88982024-08-27T18:47:10.498Z[ host-image] Aug 27 18:47:09.470 INFO O| Aug 27 18:47:09.470 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88992024-08-27T18:47:10.509Z[ host-image] Aug 27 18:47:09.483 INFO O| Aug 27 18:47:09.483 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89002024-08-27T18:47:10.509Z[ host-image] Aug 27 18:47:09.483 INFO O| Aug 27 18:47:09.483 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 ...
89012024-08-27T18:47:10.512Z[ host-image] Aug 27 18:47:09.483 INFO O| Aug 27 18:47:09.483 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
89022024-08-27T18:47:10.512Z[ host-image] Aug 27 18:47:09.483 INFO O| Aug 27 18:47:09.483 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89032024-08-27T18:47:10.512Z[ host-image] Aug 27 18:47:09.483 INFO O| Aug 27 18:47:09.483 INFO ok!
89042024-08-27T18:47:10.512Z[ host-image] Aug 27 18:47:09.483 INFO O| Aug 27 18:47:09.483 INFO STEP 47 (ensure_file) COMPLETE
89052024-08-27T18:47:10.512Z[ host-image] Aug 27 18:47:09.483 INFO O| Aug 27 18:47:09.483 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89062024-08-27T18:47:10.521Z[ host-image] Aug 27 18:47:09.495 INFO O| Aug 27 18:47:09.495 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89072024-08-27T18:47:10.523Z[ host-image] Aug 27 18:47:09.495 INFO O| Aug 27 18:47:09.495 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89082024-08-27T18:47:10.523Z[ host-image] Aug 27 18:47:09.495 INFO O| Aug 27 18:47:09.495 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89092024-08-27T18:47:10.523Z[ host-image] Aug 27 18:47:09.495 INFO O| Aug 27 18:47:09.495 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89102024-08-27T18:47:10.523Z[ host-image] Aug 27 18:47:09.495 INFO O| Aug 27 18:47:09.495 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89112024-08-27T18:47:10.523Z[ host-image] Aug 27 18:47:09.495 INFO O| Aug 27 18:47:09.495 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89122024-08-27T18:47:10.523Z[ host-image] Aug 27 18:47:09.495 INFO O| Aug 27 18:47:09.495 INFO ok!
89132024-08-27T18:47:10.523Z[ host-image] Aug 27 18:47:09.495 INFO O| Aug 27 18:47:09.495 INFO STEP 48 (ensure_file) COMPLETE
89142024-08-27T18:47:10.523Z[ host-image] Aug 27 18:47:09.495 INFO O| Aug 27 18:47:09.495 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89152024-08-27T18:47:10.530Z[ host-image] Aug 27 18:47:09.505 INFO O| Aug 27 18:47:09.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89162024-08-27T18:47:10.530Z[ host-image] Aug 27 18:47:09.505 INFO O| Aug 27 18:47:09.505 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 ...
89172024-08-27T18:47:10.534Z[ host-image] Aug 27 18:47:09.505 INFO O| Aug 27 18:47:09.505 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
89182024-08-27T18:47:10.534Z[ host-image] Aug 27 18:47:09.505 INFO O| Aug 27 18:47:09.505 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89192024-08-27T18:47:10.534Z[ host-image] Aug 27 18:47:09.505 INFO O| Aug 27 18:47:09.505 INFO ok!
89202024-08-27T18:47:10.534Z[ host-image] Aug 27 18:47:09.505 INFO O| Aug 27 18:47:09.505 INFO STEP 49 (ensure_file) COMPLETE
89212024-08-27T18:47:10.534Z[ host-image] Aug 27 18:47:09.505 INFO O| Aug 27 18:47:09.505 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89222024-08-27T18:47:10.541Z[ host-image] Aug 27 18:47:09.515 INFO O| Aug 27 18:47:09.515 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89232024-08-27T18:47:10.541Z[ host-image] Aug 27 18:47:09.515 INFO O| Aug 27 18:47:09.515 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89242024-08-27T18:47:10.544Z[ host-image] Aug 27 18:47:09.515 INFO O| Aug 27 18:47:09.515 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89252024-08-27T18:47:10.544Z[ host-image] Aug 27 18:47:09.515 INFO O| Aug 27 18:47:09.515 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89262024-08-27T18:47:10.544Z[ host-image] Aug 27 18:47:09.515 INFO O| Aug 27 18:47:09.515 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89272024-08-27T18:47:10.544Z[ host-image] Aug 27 18:47:09.515 INFO O| Aug 27 18:47:09.515 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89282024-08-27T18:47:10.544Z[ host-image] Aug 27 18:47:09.515 INFO O| Aug 27 18:47:09.515 INFO ok!
89292024-08-27T18:47:10.544Z[ host-image] Aug 27 18:47:09.515 INFO O| Aug 27 18:47:09.515 INFO STEP 50 (ensure_file) COMPLETE
89302024-08-27T18:47:10.544Z[ host-image] Aug 27 18:47:09.515 INFO O| Aug 27 18:47:09.515 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89312024-08-27T18:47:10.554Z[ host-image] Aug 27 18:47:09.528 INFO O| Aug 27 18:47:09.528 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
89322024-08-27T18:47:10.554Z[ host-image] Aug 27 18:47:09.528 INFO O| Aug 27 18:47:09.528 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 ...
89332024-08-27T18:47:10.556Z[ host-image] Aug 27 18:47:09.528 INFO O| Aug 27 18:47:09.528 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
89342024-08-27T18:47:10.556Z[ host-image] Aug 27 18:47:09.529 INFO O| Aug 27 18:47:09.528 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89352024-08-27T18:47:10.556Z[ host-image] Aug 27 18:47:09.529 INFO O| Aug 27 18:47:09.528 INFO ok!
89362024-08-27T18:47:10.556Z[ host-image] Aug 27 18:47:09.529 INFO O| Aug 27 18:47:09.529 INFO STEP 51 (ensure_file) COMPLETE
89372024-08-27T18:47:10.556Z[ host-image] Aug 27 18:47:09.529 INFO O| Aug 27 18:47:09.529 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89382024-08-27T18:47:10.565Z[ host-image] Aug 27 18:47:09.539 INFO O| Aug 27 18:47:09.539 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89392024-08-27T18:47:10.565Z[ host-image] Aug 27 18:47:09.539 INFO O| Aug 27 18:47:09.539 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 ...
89402024-08-27T18:47:10.567Z[ host-image] Aug 27 18:47:09.539 INFO O| Aug 27 18:47:09.539 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
89412024-08-27T18:47:10.567Z[ host-image] Aug 27 18:47:09.539 INFO O| Aug 27 18:47:09.539 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89422024-08-27T18:47:10.567Z[ host-image] Aug 27 18:47:09.539 INFO O| Aug 27 18:47:09.539 INFO ok!
89432024-08-27T18:47:10.567Z[ host-image] Aug 27 18:47:09.539 INFO O| Aug 27 18:47:09.539 INFO STEP 52 (ensure_file) COMPLETE
89442024-08-27T18:47:10.567Z[ host-image] Aug 27 18:47:09.539 INFO O| Aug 27 18:47:09.539 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89452024-08-27T18:47:10.577Z[ host-image] Aug 27 18:47:09.552 INFO O| Aug 27 18:47:09.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89462024-08-27T18:47:10.577Z[ host-image] Aug 27 18:47:09.552 INFO O| Aug 27 18:47:09.552 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 ...
89472024-08-27T18:47:10.580Z[ host-image] Aug 27 18:47:09.552 INFO O| Aug 27 18:47:09.552 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
89482024-08-27T18:47:10.580Z[ host-image] Aug 27 18:47:09.552 INFO O| Aug 27 18:47:09.552 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89492024-08-27T18:47:10.580Z[ host-image] Aug 27 18:47:09.552 INFO O| Aug 27 18:47:09.552 INFO ok!
89502024-08-27T18:47:10.580Z[ host-image] Aug 27 18:47:09.552 INFO O| Aug 27 18:47:09.552 INFO STEP 53 (ensure_file) COMPLETE
89512024-08-27T18:47:10.580Z[ host-image] Aug 27 18:47:09.552 INFO O| Aug 27 18:47:09.552 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89522024-08-27T18:47:10.588Z[ host-image] Aug 27 18:47:09.563 INFO O| Aug 27 18:47:09.563 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89532024-08-27T18:47:10.588Z[ host-image] Aug 27 18:47:09.563 INFO O| Aug 27 18:47:09.563 INFO STEP 54 (ensure_dir) COMPLETE
89542024-08-27T18:47:10.591Z[ host-image] Aug 27 18:47:09.563 INFO O| Aug 27 18:47:09.563 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89552024-08-27T18:47:10.604Z[ host-image] Aug 27 18:47:09.578 INFO O| Aug 27 18:47:09.578 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89562024-08-27T18:47:10.604Z[ host-image] Aug 27 18:47:09.578 INFO O| Aug 27 18:47:09.578 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89572024-08-27T18:47:10.604Z[ host-image] Aug 27 18:47:09.578 INFO O| Aug 27 18:47:09.578 INFO STEP 55 (ensure_dir) COMPLETE
89582024-08-27T18:47:10.604Z[ host-image] Aug 27 18:47:09.578 INFO O| Aug 27 18:47:09.578 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89592024-08-27T18:47:10.620Z[ host-image] Aug 27 18:47:09.593 INFO O| Aug 27 18:47:09.593 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89602024-08-27T18:47:10.622Z[ host-image] Aug 27 18:47:09.594 INFO O| Aug 27 18:47:09.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89612024-08-27T18:47:10.622Z[ host-image] Aug 27 18:47:09.594 INFO O| Aug 27 18:47:09.594 INFO STEP 56 (ensure_dir) COMPLETE
89622024-08-27T18:47:10.622Z[ host-image] Aug 27 18:47:09.594 INFO O| Aug 27 18:47:09.594 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89632024-08-27T18:47:10.631Z[ host-image] Aug 27 18:47:09.605 INFO O| Aug 27 18:47:09.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89642024-08-27T18:47:10.631Z[ host-image] Aug 27 18:47:09.605 INFO O| Aug 27 18:47:09.605 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89652024-08-27T18:47:10.648Z[ host-image] Aug 27 18:47:09.621 INFO O| Aug 27 18:47:09.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89662024-08-27T18:47:10.648Z[ host-image] Aug 27 18:47:09.621 INFO O| Aug 27 18:47:09.621 INFO ok!
89672024-08-27T18:47:10.650Z[ host-image] Aug 27 18:47:09.621 INFO O| Aug 27 18:47:09.621 INFO STEP 57 (ensure_file) COMPLETE
89682024-08-27T18:47:10.651Z[ host-image] Aug 27 18:47:09.621 INFO O| Aug 27 18:47:09.621 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89692024-08-27T18:47:10.661Z[ host-image] Aug 27 18:47:09.635 INFO O| Aug 27 18:47:09.635 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89702024-08-27T18:47:10.661Z[ host-image] Aug 27 18:47:09.635 INFO O| Aug 27 18:47:09.635 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89712024-08-27T18:47:11.848Z[ host-image] Aug 27 18:47:10.822 INFO O| Aug 27 18:47:10.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89722024-08-27T18:47:11.848Z[ host-image] Aug 27 18:47:10.822 INFO O| Aug 27 18:47:10.822 INFO ok!
89732024-08-27T18:47:11.851Z[ host-image] Aug 27 18:47:10.822 INFO O| Aug 27 18:47:10.822 INFO STEP 58 (ensure_file) COMPLETE
89742024-08-27T18:47:11.851Z[ host-image] Aug 27 18:47:10.822 INFO O| Aug 27 18:47:10.822 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89752024-08-27T18:47:11.859Z[ host-image] Aug 27 18:47:10.833 INFO O| Aug 27 18:47:10.833 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89762024-08-27T18:47:11.862Z[ host-image] Aug 27 18:47:10.833 INFO O| Aug 27 18:47:10.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89772024-08-27T18:47:11.862Z[ host-image] Aug 27 18:47:10.833 INFO O| Aug 27 18:47:10.833 INFO STEP 59 (ensure_dir) COMPLETE
89782024-08-27T18:47:11.862Z[ host-image] Aug 27 18:47:10.833 INFO O| Aug 27 18:47:10.833 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89792024-08-27T18:47:11.869Z[ host-image] Aug 27 18:47:10.843 INFO O| Aug 27 18:47:10.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89802024-08-27T18:47:11.869Z[ host-image] Aug 27 18:47:10.843 INFO O| Aug 27 18:47:10.843 INFO copying /tmp/.tmpxLzl0y/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 ...
89812024-08-27T18:47:11.872Z[ host-image] Aug 27 18:47:10.843 INFO O| Aug 27 18:47:10.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89822024-08-27T18:47:11.872Z[ host-image] Aug 27 18:47:10.843 INFO O| Aug 27 18:47:10.843 INFO ok!
89832024-08-27T18:47:11.872Z[ host-image] Aug 27 18:47:10.843 INFO O| Aug 27 18:47:10.843 INFO STEP 60 (ensure_file) COMPLETE
89842024-08-27T18:47:11.872Z[ host-image] Aug 27 18:47:10.843 INFO O| Aug 27 18:47:10.843 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89852024-08-27T18:47:11.878Z[ host-image] Aug 27 18:47:10.852 INFO O| Aug 27 18:47:10.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89862024-08-27T18:47:11.878Z[ host-image] Aug 27 18:47:10.852 INFO O| Aug 27 18:47:10.852 INFO copying /tmp/.tmpxLzl0y/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 ...
89872024-08-27T18:47:11.890Z[ host-image] Aug 27 18:47:10.853 INFO O| Aug 27 18:47:10.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89882024-08-27T18:47:11.890Z[ host-image] Aug 27 18:47:10.853 INFO O| Aug 27 18:47:10.853 INFO ok!
89892024-08-27T18:47:11.890Z[ host-image] Aug 27 18:47:10.853 INFO O| Aug 27 18:47:10.853 INFO STEP 61 (ensure_file) COMPLETE
89902024-08-27T18:47:11.890Z[ host-image] Aug 27 18:47:10.853 INFO O| Aug 27 18:47:10.853 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89912024-08-27T18:47:11.890Z[ host-image] Aug 27 18:47:10.862 INFO O| Aug 27 18:47:10.862 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89922024-08-27T18:47:11.891Z[ host-image] Aug 27 18:47:10.862 INFO O| Aug 27 18:47:10.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89932024-08-27T18:47:11.891Z[ host-image] Aug 27 18:47:10.862 INFO O| Aug 27 18:47:10.862 INFO STEP 62 (ensure_dir) COMPLETE
89942024-08-27T18:47:11.891Z[ host-image] Aug 27 18:47:10.862 INFO O| Aug 27 18:47:10.862 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89952024-08-27T18:47:11.897Z[ host-image] Aug 27 18:47:10.872 INFO O| Aug 27 18:47:10.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89962024-08-27T18:47:11.898Z[ host-image] Aug 27 18:47:10.872 INFO O| Aug 27 18:47:10.872 INFO copying /tmp/.tmpxLzl0y/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 ...
89972024-08-27T18:47:11.900Z[ host-image] Aug 27 18:47:10.872 INFO O| Aug 27 18:47:10.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89982024-08-27T18:47:11.901Z[ host-image] Aug 27 18:47:10.872 INFO O| Aug 27 18:47:10.872 INFO ok!
89992024-08-27T18:47:11.901Z[ host-image] Aug 27 18:47:10.872 INFO O| Aug 27 18:47:10.872 INFO STEP 63 (ensure_file) COMPLETE
90002024-08-27T18:47:11.901Z[ host-image] Aug 27 18:47:10.872 INFO O| Aug 27 18:47:10.872 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90012024-08-27T18:47:11.907Z[ host-image] Aug 27 18:47:10.881 INFO O| Aug 27 18:47:10.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90022024-08-27T18:47:11.910Z[ host-image] Aug 27 18:47:10.881 INFO O| Aug 27 18:47:10.881 INFO copying /tmp/.tmpxLzl0y/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 ...
90032024-08-27T18:47:11.910Z[ host-image] Aug 27 18:47:10.882 INFO O| Aug 27 18:47:10.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90042024-08-27T18:47:11.910Z[ host-image] Aug 27 18:47:10.882 INFO O| Aug 27 18:47:10.881 INFO ok!
90052024-08-27T18:47:11.910Z[ host-image] Aug 27 18:47:10.882 INFO O| Aug 27 18:47:10.881 INFO STEP 64 (ensure_file) COMPLETE
90062024-08-27T18:47:11.910Z[ host-image] Aug 27 18:47:10.882 INFO O| Aug 27 18:47:10.882 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90072024-08-27T18:47:11.917Z[ host-image] Aug 27 18:47:10.891 INFO O| Aug 27 18:47:10.891 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90082024-08-27T18:47:11.917Z[ host-image] Aug 27 18:47:10.891 INFO O| Aug 27 18:47:10.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90092024-08-27T18:47:11.917Z[ host-image] Aug 27 18:47:10.891 INFO O| Aug 27 18:47:10.891 INFO STEP 65 (ensure_dir) COMPLETE
90102024-08-27T18:47:11.920Z[ host-image] Aug 27 18:47:10.891 INFO O| Aug 27 18:47:10.891 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90112024-08-27T18:47:11.926Z[ host-image] Aug 27 18:47:10.900 INFO O| Aug 27 18:47:10.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90122024-08-27T18:47:11.926Z[ host-image] Aug 27 18:47:10.900 INFO O| Aug 27 18:47:10.900 INFO copying /tmp/.tmpxLzl0y/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 ...
90132024-08-27T18:47:11.929Z[ host-image] Aug 27 18:47:10.900 INFO O| Aug 27 18:47:10.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90142024-08-27T18:47:11.929Z[ host-image] Aug 27 18:47:10.900 INFO O| Aug 27 18:47:10.900 INFO ok!
90152024-08-27T18:47:11.929Z[ host-image] Aug 27 18:47:10.900 INFO O| Aug 27 18:47:10.900 INFO STEP 66 (ensure_file) COMPLETE
90162024-08-27T18:47:11.929Z[ host-image] Aug 27 18:47:10.900 INFO O| Aug 27 18:47:10.900 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90172024-08-27T18:47:11.936Z[ host-image] Aug 27 18:47:10.910 INFO O| Aug 27 18:47:10.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90182024-08-27T18:47:11.936Z[ host-image] Aug 27 18:47:10.910 INFO O| Aug 27 18:47:10.910 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90192024-08-27T18:47:11.938Z[ host-image] Aug 27 18:47:10.910 INFO O| Aug 27 18:47:10.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90202024-08-27T18:47:11.938Z[ host-image] Aug 27 18:47:10.910 INFO O| Aug 27 18:47:10.910 INFO ok!
90212024-08-27T18:47:11.939Z[ host-image] Aug 27 18:47:10.910 INFO O| Aug 27 18:47:10.910 INFO STEP 67 (ensure_file) COMPLETE
90222024-08-27T18:47:11.939Z[ host-image] Aug 27 18:47:10.910 INFO O| Aug 27 18:47:10.910 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90232024-08-27T18:47:11.949Z[ host-image] Aug 27 18:47:10.920 INFO O| Aug 27 18:47:10.920 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90242024-08-27T18:47:11.952Z[ host-image] Aug 27 18:47:10.920 INFO O| Aug 27 18:47:10.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90252024-08-27T18:47:11.952Z[ host-image] Aug 27 18:47:10.920 INFO O| Aug 27 18:47:10.920 INFO STEP 68 (ensure_dir) COMPLETE
90262024-08-27T18:47:11.952Z[ host-image] Aug 27 18:47:10.920 INFO O| Aug 27 18:47:10.920 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90272024-08-27T18:47:11.958Z[ host-image] Aug 27 18:47:10.932 INFO O| Aug 27 18:47:10.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
90282024-08-27T18:47:11.958Z[ host-image] Aug 27 18:47:10.932 INFO O| Aug 27 18:47:10.932 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
90292024-08-27T18:47:12.521Z[ host-image] Aug 27 18:47:11.496 INFO O| Aug 27 18:47:11.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
90302024-08-27T18:47:12.521Z[ host-image] Aug 27 18:47:11.496 INFO O| Aug 27 18:47:11.496 INFO ok!
90312024-08-27T18:47:12.524Z[ host-image] Aug 27 18:47:11.496 INFO O| Aug 27 18:47:11.496 INFO STEP 69 (ensure_file) COMPLETE
90322024-08-27T18:47:12.524Z[ host-image] Aug 27 18:47:11.496 INFO O| Aug 27 18:47:11.496 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90332024-08-27T18:47:12.534Z[ host-image] Aug 27 18:47:11.508 INFO O| Aug 27 18:47:11.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90342024-08-27T18:47:12.536Z[ host-image] Aug 27 18:47:11.508 INFO O| Aug 27 18:47:11.508 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90352024-08-27T18:47:13.200Z[ recovery-image] Aug 27 18:47:12.174 INFO E| Finished `release` profile [optimized] target(s) in 41.77s
90362024-08-27T18:47:13.223Z[ recovery-image] Aug 27 18:47:12.198 INFO building host image...
90372024-08-27T18:47:13.227Z[ recovery-image] Aug 27 18:47:12.198 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")
90382024-08-27T18:47:13.905Z[ recovery-image] Aug 27 18:47:12.871 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90392024-08-27T18:47:13.995Z[ host-image] Aug 27 18:47:12.958 INFO O| Aug 27 18:47:12.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90402024-08-27T18:47:13.996Z[ host-image] Aug 27 18:47:12.958 INFO O| Aug 27 18:47:12.958 INFO ok!
90412024-08-27T18:47:13.996Z[ host-image] Aug 27 18:47:12.958 INFO O| Aug 27 18:47:12.958 INFO STEP 70 (ensure_file) COMPLETE
90422024-08-27T18:47:14.028Z[ host-image] Aug 27 18:47:12.958 INFO O| Aug 27 18:47:12.958 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90432024-08-27T18:47:14.028Z[ host-image] Aug 27 18:47:12.969 INFO O| Aug 27 18:47:12.969 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90442024-08-27T18:47:14.028Z[ host-image] Aug 27 18:47:12.970 INFO O| Aug 27 18:47:12.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90452024-08-27T18:47:14.028Z[ host-image] Aug 27 18:47:12.970 INFO O| Aug 27 18:47:12.970 INFO STEP 71 (ensure_dir) COMPLETE
90462024-08-27T18:47:14.029Z[ host-image] Aug 27 18:47:12.970 INFO O| Aug 27 18:47:12.970 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90472024-08-27T18:47:14.029Z[ host-image] Aug 27 18:47:12.979 INFO O| Aug 27 18:47:12.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90482024-08-27T18:47:14.029Z[ host-image] Aug 27 18:47:12.979 INFO O| Aug 27 18:47:12.979 INFO copying /tmp/.tmpxLzl0y/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 ...
90492024-08-27T18:47:14.029Z[ host-image] Aug 27 18:47:12.979 INFO O| Aug 27 18:47:12.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90502024-08-27T18:47:14.029Z[ host-image] Aug 27 18:47:12.979 INFO O| Aug 27 18:47:12.979 INFO ok!
90512024-08-27T18:47:14.029Z[ host-image] Aug 27 18:47:12.979 INFO O| Aug 27 18:47:12.979 INFO STEP 72 (ensure_file) COMPLETE
90522024-08-27T18:47:14.029Z[ host-image] Aug 27 18:47:12.979 INFO O| Aug 27 18:47:12.979 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90532024-08-27T18:47:14.068Z[ host-image] Aug 27 18:47:12.989 INFO O| Aug 27 18:47:12.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90542024-08-27T18:47:14.068Z[ host-image] Aug 27 18:47:12.989 INFO O| Aug 27 18:47:12.989 INFO copying /tmp/.tmpxLzl0y/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 ...
90552024-08-27T18:47:14.069Z[ host-image] Aug 27 18:47:12.989 INFO O| Aug 27 18:47:12.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90562024-08-27T18:47:14.069Z[ host-image] Aug 27 18:47:12.989 INFO O| Aug 27 18:47:12.989 INFO ok!
90572024-08-27T18:47:14.069Z[ host-image] Aug 27 18:47:12.989 INFO O| Aug 27 18:47:12.989 INFO STEP 73 (ensure_file) COMPLETE
90582024-08-27T18:47:14.069Z[ host-image] Aug 27 18:47:12.989 INFO O| Aug 27 18:47:12.989 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90592024-08-27T18:47:14.069Z[ host-image] Aug 27 18:47:12.998 INFO O| Aug 27 18:47:12.998 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90602024-08-27T18:47:14.069Z[ host-image] Aug 27 18:47:12.998 INFO O| Aug 27 18:47:12.998 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90612024-08-27T18:47:14.069Z[ host-image] Aug 27 18:47:12.998 INFO O| Aug 27 18:47:12.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90622024-08-27T18:47:14.069Z[ host-image] Aug 27 18:47:12.998 INFO O| Aug 27 18:47:12.998 INFO ok!
90632024-08-27T18:47:14.069Z[ host-image] Aug 27 18:47:12.998 INFO O| Aug 27 18:47:12.998 INFO STEP 74 (ensure_file) COMPLETE
90642024-08-27T18:47:14.069Z[ host-image] Aug 27 18:47:12.998 INFO O| Aug 27 18:47:12.998 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90652024-08-27T18:47:14.070Z[ host-image] Aug 27 18:47:13.008 INFO O| Aug 27 18:47:13.008 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90662024-08-27T18:47:14.070Z[ host-image] Aug 27 18:47:13.009 INFO O| Aug 27 18:47:13.008 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90672024-08-27T18:47:14.070Z[ host-image] Aug 27 18:47:13.009 INFO O| Aug 27 18:47:13.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90682024-08-27T18:47:14.070Z[ host-image] Aug 27 18:47:13.009 INFO O| Aug 27 18:47:13.009 INFO ok!
90692024-08-27T18:47:14.070Z[ host-image] Aug 27 18:47:13.009 INFO O| Aug 27 18:47:13.009 INFO STEP 75 (ensure_file) COMPLETE
90702024-08-27T18:47:14.070Z[ host-image] Aug 27 18:47:13.009 INFO O| Aug 27 18:47:13.009 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90712024-08-27T18:47:14.098Z[ host-image] Aug 27 18:47:13.018 INFO O| Aug 27 18:47:13.018 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90722024-08-27T18:47:14.099Z[ host-image] Aug 27 18:47:13.018 INFO O| Aug 27 18:47:13.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90732024-08-27T18:47:14.100Z[ host-image] Aug 27 18:47:13.018 INFO O| Aug 27 18:47:13.018 INFO STEP 76 (ensure_dir) COMPLETE
90742024-08-27T18:47:14.101Z[ host-image] Aug 27 18:47:13.018 INFO O| Aug 27 18:47:13.018 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90752024-08-27T18:47:14.102Z[ host-image] Aug 27 18:47:13.028 INFO O| Aug 27 18:47:13.028 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90762024-08-27T18:47:14.104Z[ host-image] Aug 27 18:47:13.028 INFO O| Aug 27 18:47:13.028 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90772024-08-27T18:47:14.559Z[ host-image] Aug 27 18:47:13.496 INFO O| Aug 27 18:47:13.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90782024-08-27T18:47:14.559Z[ host-image] Aug 27 18:47:13.496 INFO O| Aug 27 18:47:13.496 INFO ok!
90792024-08-27T18:47:14.560Z[ host-image] Aug 27 18:47:13.496 INFO O| Aug 27 18:47:13.496 INFO STEP 77 (ensure_file) COMPLETE
90802024-08-27T18:47:14.592Z[ host-image] Aug 27 18:47:13.496 INFO O| Aug 27 18:47:13.496 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90812024-08-27T18:47:14.592Z[ host-image] Aug 27 18:47:13.507 INFO O| Aug 27 18:47:13.507 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90822024-08-27T18:47:14.592Z[ host-image] Aug 27 18:47:13.507 INFO O| Aug 27 18:47:13.507 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90832024-08-27T18:47:14.592Z[ host-image] Aug 27 18:47:13.507 INFO O| Aug 27 18:47:13.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90842024-08-27T18:47:14.592Z[ host-image] Aug 27 18:47:13.507 INFO O| Aug 27 18:47:13.507 INFO ok!
90852024-08-27T18:47:14.593Z[ host-image] Aug 27 18:47:13.507 INFO O| Aug 27 18:47:13.507 INFO STEP 78 (ensure_file) COMPLETE
90862024-08-27T18:47:14.593Z[ host-image] Aug 27 18:47:13.508 INFO O| Aug 27 18:47:13.507 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-08-27T18:47:14.593Z[ host-image] Aug 27 18:47:13.517 INFO O| Aug 27 18:47:13.517 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90882024-08-27T18:47:14.593Z[ host-image] Aug 27 18:47:13.517 INFO O| Aug 27 18:47:13.517 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90892024-08-27T18:47:15.386Z[ host-image] Aug 27 18:47:14.358 INFO O| Aug 27 18:47:14.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90902024-08-27T18:47:15.386Z[ host-image] Aug 27 18:47:14.358 INFO O| Aug 27 18:47:14.358 INFO ok!
90912024-08-27T18:47:15.392Z[ host-image] Aug 27 18:47:14.358 INFO O| Aug 27 18:47:14.358 INFO STEP 79 (ensure_file) COMPLETE
90922024-08-27T18:47:15.392Z[ host-image] Aug 27 18:47:14.358 INFO O| Aug 27 18:47:14.358 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-08-27T18:47:15.397Z[ host-image] Aug 27 18:47:14.369 INFO O| Aug 27 18:47:14.369 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90942024-08-27T18:47:15.397Z[ host-image] Aug 27 18:47:14.370 INFO O| Aug 27 18:47:14.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90952024-08-27T18:47:15.401Z[ host-image] Aug 27 18:47:14.370 INFO O| Aug 27 18:47:14.370 INFO STEP 80 (ensure_dir) COMPLETE
90962024-08-27T18:47:15.402Z[ host-image] Aug 27 18:47:14.370 INFO O| Aug 27 18:47:14.370 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90972024-08-27T18:47:15.405Z[ host-image] Aug 27 18:47:14.379 INFO O| Aug 27 18:47:14.379 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90982024-08-27T18:47:15.409Z[ host-image] Aug 27 18:47:14.379 INFO O| Aug 27 18:47:14.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90992024-08-27T18:47:15.409Z[ host-image] Aug 27 18:47:14.379 INFO O| Aug 27 18:47:14.379 INFO STEP 81 (ensure_dir) COMPLETE
91002024-08-27T18:47:15.409Z[ host-image] Aug 27 18:47:14.379 INFO O| Aug 27 18:47:14.379 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91012024-08-27T18:47:15.415Z[ host-image] Aug 27 18:47:14.389 INFO O| Aug 27 18:47:14.389 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91022024-08-27T18:47:15.420Z[ host-image] Aug 27 18:47:14.389 INFO O| Aug 27 18:47:14.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91032024-08-27T18:47:15.420Z[ host-image] Aug 27 18:47:14.389 INFO O| Aug 27 18:47:14.389 INFO STEP 82 (ensure_dir) COMPLETE
91042024-08-27T18:47:15.420Z[ host-image] Aug 27 18:47:14.389 INFO O| Aug 27 18:47:14.389 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91052024-08-27T18:47:15.426Z[ host-image] Aug 27 18:47:14.399 INFO O| Aug 27 18:47:14.399 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91062024-08-27T18:47:15.426Z[ host-image] Aug 27 18:47:14.399 INFO O| Aug 27 18:47:14.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91072024-08-27T18:47:15.434Z[ host-image] Aug 27 18:47:14.399 INFO O| Aug 27 18:47:14.399 INFO STEP 83 (ensure_dir) COMPLETE
91082024-08-27T18:47:15.435Z[ host-image] Aug 27 18:47:14.399 INFO O| Aug 27 18:47:14.399 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-08-27T18:47:15.446Z[ host-image] Aug 27 18:47:14.408 INFO O| Aug 27 18:47:14.408 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91102024-08-27T18:47:15.446Z[ host-image] Aug 27 18:47:14.409 INFO O| Aug 27 18:47:14.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91112024-08-27T18:47:15.446Z[ host-image] Aug 27 18:47:14.409 INFO O| Aug 27 18:47:14.409 INFO STEP 84 (ensure_dir) COMPLETE
91122024-08-27T18:47:15.446Z[ host-image] Aug 27 18:47:14.409 INFO O| Aug 27 18:47:14.409 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91132024-08-27T18:47:15.452Z[ host-image] Aug 27 18:47:14.419 INFO O| Aug 27 18:47:14.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91142024-08-27T18:47:15.452Z[ host-image] Aug 27 18:47:14.419 INFO O| Aug 27 18:47:14.418 INFO copying /tmp/.tmpxLzl0y/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 ...
91152024-08-27T18:47:15.452Z[ host-image] Aug 27 18:47:14.419 INFO O| Aug 27 18:47:14.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91162024-08-27T18:47:15.453Z[ host-image] Aug 27 18:47:14.419 INFO O| Aug 27 18:47:14.419 INFO ok!
91172024-08-27T18:47:15.453Z[ host-image] Aug 27 18:47:14.419 INFO O| Aug 27 18:47:14.419 INFO STEP 85 (ensure_file) COMPLETE
91182024-08-27T18:47:15.453Z[ host-image] Aug 27 18:47:14.419 INFO O| Aug 27 18:47:14.419 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91192024-08-27T18:47:15.456Z[ host-image] Aug 27 18:47:14.429 INFO O| Aug 27 18:47:14.429 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91202024-08-27T18:47:15.456Z[ host-image] Aug 27 18:47:14.429 INFO O| Aug 27 18:47:14.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91212024-08-27T18:47:15.456Z[ host-image] Aug 27 18:47:14.429 INFO O| Aug 27 18:47:14.429 INFO STEP 86 (ensure_dir) COMPLETE
91222024-08-27T18:47:15.456Z[ host-image] Aug 27 18:47:14.429 INFO O| Aug 27 18:47:14.429 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91232024-08-27T18:47:15.465Z[ host-image] Aug 27 18:47:14.438 INFO O| Aug 27 18:47:14.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91242024-08-27T18:47:15.465Z[ host-image] Aug 27 18:47:14.438 INFO O| Aug 27 18:47:14.438 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91252024-08-27T18:47:15.468Z[ host-image] Aug 27 18:47:14.438 INFO O| Aug 27 18:47:14.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91262024-08-27T18:47:15.468Z[ host-image] Aug 27 18:47:14.439 INFO O| Aug 27 18:47:14.438 INFO ok!
91272024-08-27T18:47:15.468Z[ host-image] Aug 27 18:47:14.439 INFO O| Aug 27 18:47:14.438 INFO STEP 87 (ensure_file) COMPLETE
91282024-08-27T18:47:15.468Z[ host-image] Aug 27 18:47:14.439 INFO O| Aug 27 18:47:14.438 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91292024-08-27T18:47:15.474Z[ host-image] Aug 27 18:47:14.448 INFO O| Aug 27 18:47:14.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91302024-08-27T18:47:15.474Z[ host-image] Aug 27 18:47:14.448 INFO O| Aug 27 18:47:14.448 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
91312024-08-27T18:47:15.482Z[ host-image] Aug 27 18:47:14.456 INFO O| Aug 27 18:47:14.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
91322024-08-27T18:47:15.482Z[ host-image] Aug 27 18:47:14.456 INFO O| Aug 27 18:47:14.456 INFO ok!
91332024-08-27T18:47:15.482Z[ host-image] Aug 27 18:47:14.456 INFO O| Aug 27 18:47:14.456 INFO STEP 88 (ensure_file) COMPLETE
91342024-08-27T18:47:15.485Z[ host-image] Aug 27 18:47:14.456 INFO O| Aug 27 18:47:14.456 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91352024-08-27T18:47:15.493Z[ host-image] Aug 27 18:47:14.466 INFO O| Aug 27 18:47:14.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91362024-08-27T18:47:15.493Z[ host-image] Aug 27 18:47:14.466 INFO O| Aug 27 18:47:14.466 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91372024-08-27T18:47:15.856Z[ recovery-image] Aug 27 18:47:14.825 INFO image complete! materials are in "/work/os-recovery"
91382024-08-27T18:47:15.859Z[ recovery-image]
91392024-08-27T18:47:15.859Z[ recovery-image] real 6:53.761677451
91402024-08-27T18:47:15.859Z[ recovery-image] user 4:36.578617905
91412024-08-27T18:47:15.859Z[ recovery-image] sys 1:01.906349246
91422024-08-27T18:47:15.859Z[ recovery-image] trap 0.188090074
91432024-08-27T18:47:15.859Z[ recovery-image] tflt 0.534218837
91442024-08-27T18:47:15.859Z[ recovery-image] dflt 1.522547052
91452024-08-27T18:47:15.860Z[ recovery-image] kflt 0.000032245
91462024-08-27T18:47:15.860Z[ recovery-image] lock 16:00.409655458
91472024-08-27T18:47:15.860Z[ recovery-image] slp 41:18.479222404
91482024-08-27T18:47:15.860Z[ recovery-image] lat 1:27.973164267
91492024-08-27T18:47:15.860Z[ recovery-image] stop 3.612527430
91502024-08-27T18:47:15.860ZAug 27 18:47:14.831 INFO [recovery-image] process exited with exit status: 0 (413.779387229s)
91512024-08-27T18:47:15.972Z[ host-image] Aug 27 18:47:14.946 INFO O| Aug 27 18:47:14.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91522024-08-27T18:47:15.972Z[ host-image] Aug 27 18:47:14.946 INFO O| Aug 27 18:47:14.946 INFO ok!
91532024-08-27T18:47:15.972Z[ host-image] Aug 27 18:47:14.946 INFO O| Aug 27 18:47:14.946 INFO STEP 89 (ensure_file) COMPLETE
91542024-08-27T18:47:15.974Z[ host-image] Aug 27 18:47:14.946 INFO O| Aug 27 18:47:14.946 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91552024-08-27T18:47:15.983Z[ host-image] Aug 27 18:47:14.957 INFO O| Aug 27 18:47:14.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91562024-08-27T18:47:15.983Z[ host-image] Aug 27 18:47:14.957 INFO O| Aug 27 18:47:14.957 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91572024-08-27T18:47:15.986Z[ host-image] Aug 27 18:47:14.957 INFO O| Aug 27 18:47:14.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91582024-08-27T18:47:15.986Z[ host-image] Aug 27 18:47:14.957 INFO O| Aug 27 18:47:14.957 INFO ok!
91592024-08-27T18:47:15.986Z[ host-image] Aug 27 18:47:14.957 INFO O| Aug 27 18:47:14.957 INFO STEP 90 (ensure_file) COMPLETE
91602024-08-27T18:47:15.986Z[ host-image] Aug 27 18:47:14.957 INFO O| Aug 27 18:47:14.957 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91612024-08-27T18:47:15.992Z[ host-image] Aug 27 18:47:14.967 INFO O| Aug 27 18:47:14.967 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91622024-08-27T18:47:15.992Z[ host-image] Aug 27 18:47:14.967 INFO O| Aug 27 18:47:14.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91632024-08-27T18:47:15.995Z[ host-image] Aug 27 18:47:14.967 INFO O| Aug 27 18:47:14.967 INFO STEP 91 (ensure_dir) COMPLETE
91642024-08-27T18:47:15.995Z[ host-image] Aug 27 18:47:14.967 INFO O| Aug 27 18:47:14.967 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91652024-08-27T18:47:16.002Z[ host-image] Aug 27 18:47:14.976 INFO O| Aug 27 18:47:14.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91662024-08-27T18:47:16.002Z[ host-image] Aug 27 18:47:14.976 INFO O| Aug 27 18:47:14.976 INFO copying /tmp/.tmpxLzl0y/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 ...
91672024-08-27T18:47:16.005Z[ host-image] Aug 27 18:47:14.977 INFO O| Aug 27 18:47:14.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91682024-08-27T18:47:16.005Z[ host-image] Aug 27 18:47:14.977 INFO O| Aug 27 18:47:14.977 INFO ok!
91692024-08-27T18:47:16.005Z[ host-image] Aug 27 18:47:14.977 INFO O| Aug 27 18:47:14.977 INFO STEP 92 (ensure_file) COMPLETE
91702024-08-27T18:47:16.005Z[ host-image] Aug 27 18:47:14.977 INFO O| Aug 27 18:47:14.977 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91712024-08-27T18:47:16.012Z[ host-image] Aug 27 18:47:14.987 INFO O| Aug 27 18:47:14.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91722024-08-27T18:47:16.012Z[ host-image] Aug 27 18:47:14.987 INFO O| Aug 27 18:47:14.987 INFO copying /tmp/.tmpxLzl0y/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 ...
91732024-08-27T18:47:16.012Z[ host-image] Aug 27 18:47:14.987 INFO O| Aug 27 18:47:14.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91742024-08-27T18:47:16.016Z[ host-image] Aug 27 18:47:14.987 INFO O| Aug 27 18:47:14.987 INFO ok!
91752024-08-27T18:47:16.016Z[ host-image] Aug 27 18:47:14.987 INFO O| Aug 27 18:47:14.987 INFO STEP 93 (ensure_file) COMPLETE
91762024-08-27T18:47:16.016Z[ host-image] Aug 27 18:47:14.987 INFO O| Aug 27 18:47:14.987 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91772024-08-27T18:47:16.023Z[ host-image] Aug 27 18:47:14.997 INFO O| Aug 27 18:47:14.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91782024-08-27T18:47:16.023Z[ host-image] Aug 27 18:47:14.997 INFO O| Aug 27 18:47:14.997 INFO copying /tmp/.tmpxLzl0y/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 ...
91792024-08-27T18:47:16.028Z[ host-image] Aug 27 18:47:14.997 INFO O| Aug 27 18:47:14.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91802024-08-27T18:47:16.028Z[ host-image] Aug 27 18:47:14.997 INFO O| Aug 27 18:47:14.997 INFO ok!
91812024-08-27T18:47:16.028Z[ host-image] Aug 27 18:47:14.997 INFO O| Aug 27 18:47:14.997 INFO STEP 94 (ensure_file) COMPLETE
91822024-08-27T18:47:16.028Z[ host-image] Aug 27 18:47:14.997 INFO O| Aug 27 18:47:14.997 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91832024-08-27T18:47:16.033Z[ host-image] Aug 27 18:47:15.007 INFO O| Aug 27 18:47:15.007 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91842024-08-27T18:47:16.036Z[ host-image] Aug 27 18:47:15.007 INFO O| Aug 27 18:47:15.007 INFO copying /tmp/.tmpxLzl0y/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 ...
91852024-08-27T18:47:16.036Z[ host-image] Aug 27 18:47:15.007 INFO O| Aug 27 18:47:15.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91862024-08-27T18:47:16.036Z[ host-image] Aug 27 18:47:15.007 INFO O| Aug 27 18:47:15.007 INFO ok!
91872024-08-27T18:47:16.036Z[ host-image] Aug 27 18:47:15.007 INFO O| Aug 27 18:47:15.007 INFO STEP 95 (ensure_file) COMPLETE
91882024-08-27T18:47:16.036Z[ host-image] Aug 27 18:47:15.007 INFO O| Aug 27 18:47:15.007 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91892024-08-27T18:47:16.044Z[ host-image] Aug 27 18:47:15.018 INFO O| Aug 27 18:47:15.018 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91902024-08-27T18:47:16.044Z[ host-image] Aug 27 18:47:15.018 INFO O| Aug 27 18:47:15.018 INFO copying /tmp/.tmpxLzl0y/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 ...
91912024-08-27T18:47:16.047Z[ host-image] Aug 27 18:47:15.018 INFO O| Aug 27 18:47:15.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91922024-08-27T18:47:16.047Z[ host-image] Aug 27 18:47:15.018 INFO O| Aug 27 18:47:15.018 INFO ok!
91932024-08-27T18:47:16.047Z[ host-image] Aug 27 18:47:15.018 INFO O| Aug 27 18:47:15.018 INFO STEP 96 (ensure_file) COMPLETE
91942024-08-27T18:47:16.047Z[ host-image] Aug 27 18:47:15.018 INFO O| Aug 27 18:47:15.018 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91952024-08-27T18:47:16.054Z[ host-image] Aug 27 18:47:15.028 INFO O| Aug 27 18:47:15.028 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91962024-08-27T18:47:16.054Z[ host-image] Aug 27 18:47:15.028 INFO O| Aug 27 18:47:15.028 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91972024-08-27T18:47:16.057Z[ host-image] Aug 27 18:47:15.028 INFO O| Aug 27 18:47:15.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91982024-08-27T18:47:16.057Z[ host-image] Aug 27 18:47:15.028 INFO O| Aug 27 18:47:15.028 INFO ok!
91992024-08-27T18:47:16.057Z[ host-image] Aug 27 18:47:15.028 INFO O| Aug 27 18:47:15.028 INFO STEP 97 (ensure_file) COMPLETE
92002024-08-27T18:47:16.057Z[ host-image] Aug 27 18:47:15.028 INFO O| Aug 27 18:47:15.028 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92012024-08-27T18:47:16.066Z[ host-image] Aug 27 18:47:15.038 INFO O| Aug 27 18:47:15.038 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92022024-08-27T18:47:16.070Z[ host-image] Aug 27 18:47:15.038 INFO O| Aug 27 18:47:15.038 INFO copying /tmp/.tmpxLzl0y/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 ...
92032024-08-27T18:47:16.070Z[ host-image] Aug 27 18:47:15.038 INFO O| Aug 27 18:47:15.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92042024-08-27T18:47:16.070Z[ host-image] Aug 27 18:47:15.038 INFO O| Aug 27 18:47:15.038 INFO ok!
92052024-08-27T18:47:16.070Z[ host-image] Aug 27 18:47:15.038 INFO O| Aug 27 18:47:15.038 INFO STEP 98 (ensure_file) COMPLETE
92062024-08-27T18:47:16.070Z[ host-image] Aug 27 18:47:15.038 INFO O| Aug 27 18:47:15.038 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92072024-08-27T18:47:16.074Z[ host-image] Aug 27 18:47:15.047 INFO O| Aug 27 18:47:15.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92082024-08-27T18:47:16.074Z[ host-image] Aug 27 18:47:15.048 INFO O| Aug 27 18:47:15.047 INFO copying /tmp/.tmpxLzl0y/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 ...
92092024-08-27T18:47:16.091Z[ host-image] Aug 27 18:47:15.048 INFO O| Aug 27 18:47:15.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92102024-08-27T18:47:16.091Z[ host-image] Aug 27 18:47:15.048 INFO O| Aug 27 18:47:15.048 INFO ok!
92112024-08-27T18:47:16.091Z[ host-image] Aug 27 18:47:15.048 INFO O| Aug 27 18:47:15.048 INFO STEP 99 (ensure_file) COMPLETE
92122024-08-27T18:47:16.091Z[ host-image] Aug 27 18:47:15.048 INFO O| Aug 27 18:47:15.048 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-08-27T18:47:16.091Z[ host-image] Aug 27 18:47:15.057 INFO O| Aug 27 18:47:15.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92142024-08-27T18:47:16.092Z[ host-image] Aug 27 18:47:15.057 INFO O| Aug 27 18:47:15.057 INFO copying /tmp/.tmpxLzl0y/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 ...
92152024-08-27T18:47:16.092Z[ host-image] Aug 27 18:47:15.057 INFO O| Aug 27 18:47:15.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92162024-08-27T18:47:16.092Z[ host-image] Aug 27 18:47:15.057 INFO O| Aug 27 18:47:15.057 INFO ok!
92172024-08-27T18:47:16.092Z[ host-image] Aug 27 18:47:15.057 INFO O| Aug 27 18:47:15.057 INFO STEP 100 (ensure_file) COMPLETE
92182024-08-27T18:47:16.092Z[ host-image] Aug 27 18:47:15.057 INFO O| Aug 27 18:47:15.057 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92192024-08-27T18:47:16.101Z[ host-image] Aug 27 18:47:15.067 INFO O| Aug 27 18:47:15.067 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92202024-08-27T18:47:16.101Z[ host-image] Aug 27 18:47:15.067 INFO O| Aug 27 18:47:15.067 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92212024-08-27T18:47:16.101Z[ host-image] Aug 27 18:47:15.067 INFO O| Aug 27 18:47:15.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92222024-08-27T18:47:16.101Z[ host-image] Aug 27 18:47:15.067 INFO O| Aug 27 18:47:15.067 INFO ok!
92232024-08-27T18:47:16.101Z[ host-image] Aug 27 18:47:15.067 INFO O| Aug 27 18:47:15.067 INFO STEP 101 (ensure_file) COMPLETE
92242024-08-27T18:47:16.102Z[ host-image] Aug 27 18:47:15.067 INFO O| Aug 27 18:47:15.067 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92252024-08-27T18:47:16.105Z[ host-image] Aug 27 18:47:15.077 INFO O| Aug 27 18:47:15.077 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92262024-08-27T18:47:16.105Z[ host-image] Aug 27 18:47:15.077 INFO O| Aug 27 18:47:15.077 INFO copying /tmp/.tmpxLzl0y/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 ...
92272024-08-27T18:47:16.105Z[ host-image] Aug 27 18:47:15.077 INFO O| Aug 27 18:47:15.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92282024-08-27T18:47:16.105Z[ host-image] Aug 27 18:47:15.077 INFO O| Aug 27 18:47:15.077 INFO ok!
92292024-08-27T18:47:16.106Z[ host-image] Aug 27 18:47:15.077 INFO O| Aug 27 18:47:15.077 INFO STEP 102 (ensure_file) COMPLETE
92302024-08-27T18:47:16.106Z[ host-image] Aug 27 18:47:15.077 INFO O| Aug 27 18:47:15.077 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92312024-08-27T18:47:16.112Z[ host-image] Aug 27 18:47:15.086 INFO O| Aug 27 18:47:15.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92322024-08-27T18:47:16.113Z[ host-image] Aug 27 18:47:15.086 INFO O| Aug 27 18:47:15.086 INFO copying /tmp/.tmpxLzl0y/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 ...
92332024-08-27T18:47:16.116Z[ host-image] Aug 27 18:47:15.086 INFO O| Aug 27 18:47:15.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92342024-08-27T18:47:16.116Z[ host-image] Aug 27 18:47:15.086 INFO O| Aug 27 18:47:15.086 INFO ok!
92352024-08-27T18:47:16.116Z[ host-image] Aug 27 18:47:15.086 INFO O| Aug 27 18:47:15.086 INFO STEP 103 (ensure_file) COMPLETE
92362024-08-27T18:47:16.116Z[ host-image] Aug 27 18:47:15.086 INFO O| Aug 27 18:47:15.086 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92372024-08-27T18:47:16.123Z[ host-image] Aug 27 18:47:15.096 INFO O| Aug 27 18:47:15.096 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92382024-08-27T18:47:16.126Z[ host-image] Aug 27 18:47:15.096 INFO O| Aug 27 18:47:15.096 INFO copying /tmp/.tmpxLzl0y/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 ...
92392024-08-27T18:47:16.126Z[ host-image] Aug 27 18:47:15.096 INFO O| Aug 27 18:47:15.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92402024-08-27T18:47:16.126Z[ host-image] Aug 27 18:47:15.096 INFO O| Aug 27 18:47:15.096 INFO ok!
92412024-08-27T18:47:16.126Z[ host-image] Aug 27 18:47:15.096 INFO O| Aug 27 18:47:15.096 INFO STEP 104 (ensure_file) COMPLETE
92422024-08-27T18:47:16.126Z[ host-image] Aug 27 18:47:15.096 INFO O| Aug 27 18:47:15.096 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92432024-08-27T18:47:16.132Z[ host-image] Aug 27 18:47:15.105 INFO O| Aug 27 18:47:15.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92442024-08-27T18:47:16.132Z[ host-image] Aug 27 18:47:15.105 INFO O| Aug 27 18:47:15.105 INFO copying /tmp/.tmpxLzl0y/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 ...
92452024-08-27T18:47:16.132Z[ host-image] Aug 27 18:47:15.106 INFO O| Aug 27 18:47:15.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
92462024-08-27T18:47:16.135Z[ host-image] Aug 27 18:47:15.106 INFO O| Aug 27 18:47:15.105 INFO ok!
92472024-08-27T18:47:16.135Z[ host-image] Aug 27 18:47:15.106 INFO O| Aug 27 18:47:15.105 INFO STEP 105 (ensure_file) COMPLETE
92482024-08-27T18:47:16.135Z[ host-image] Aug 27 18:47:15.106 INFO O| Aug 27 18:47:15.106 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-08-27T18:47:16.141Z[ host-image] Aug 27 18:47:15.115 INFO O| Aug 27 18:47:15.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92502024-08-27T18:47:16.141Z[ host-image] Aug 27 18:47:15.115 INFO O| Aug 27 18:47:15.115 INFO copying /tmp/.tmpxLzl0y/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 ...
92512024-08-27T18:47:16.145Z[ host-image] Aug 27 18:47:15.115 INFO O| Aug 27 18:47:15.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92522024-08-27T18:47:16.146Z[ host-image] Aug 27 18:47:15.115 INFO O| Aug 27 18:47:15.115 INFO ok!
92532024-08-27T18:47:16.146Z[ host-image] Aug 27 18:47:15.115 INFO O| Aug 27 18:47:15.115 INFO STEP 106 (ensure_file) COMPLETE
92542024-08-27T18:47:16.146Z[ host-image] Aug 27 18:47:15.115 INFO O| Aug 27 18:47:15.115 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92552024-08-27T18:47:16.150Z[ host-image] Aug 27 18:47:15.124 INFO O| Aug 27 18:47:15.124 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92562024-08-27T18:47:16.150Z[ host-image] Aug 27 18:47:15.124 INFO O| Aug 27 18:47:15.124 INFO copying /tmp/.tmpxLzl0y/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 ...
92572024-08-27T18:47:16.154Z[ host-image] Aug 27 18:47:15.124 INFO O| Aug 27 18:47:15.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92582024-08-27T18:47:16.154Z[ host-image] Aug 27 18:47:15.124 INFO O| Aug 27 18:47:15.124 INFO ok!
92592024-08-27T18:47:16.154Z[ host-image] Aug 27 18:47:15.124 INFO O| Aug 27 18:47:15.124 INFO STEP 107 (ensure_file) COMPLETE
92602024-08-27T18:47:16.154Z[ host-image] Aug 27 18:47:15.124 INFO O| Aug 27 18:47:15.124 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-08-27T18:47:16.162Z[ host-image] Aug 27 18:47:15.134 INFO O| Aug 27 18:47:15.134 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92622024-08-27T18:47:16.162Z[ host-image] Aug 27 18:47:15.134 INFO O| Aug 27 18:47:15.134 INFO copying /tmp/.tmpxLzl0y/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 ...
92632024-08-27T18:47:16.166Z[ host-image] Aug 27 18:47:15.134 INFO O| Aug 27 18:47:15.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92642024-08-27T18:47:16.166Z[ host-image] Aug 27 18:47:15.134 INFO O| Aug 27 18:47:15.134 INFO ok!
92652024-08-27T18:47:16.166Z[ host-image] Aug 27 18:47:15.134 INFO O| Aug 27 18:47:15.134 INFO STEP 108 (ensure_file) COMPLETE
92662024-08-27T18:47:16.166Z[ host-image] Aug 27 18:47:15.134 INFO O| Aug 27 18:47:15.134 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-08-27T18:47:16.170Z[ host-image] Aug 27 18:47:15.143 INFO O| Aug 27 18:47:15.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92682024-08-27T18:47:16.170Z[ host-image] Aug 27 18:47:15.143 INFO O| Aug 27 18:47:15.143 INFO copying /tmp/.tmpxLzl0y/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 ...
92692024-08-27T18:47:16.170Z[ host-image] Aug 27 18:47:15.143 INFO O| Aug 27 18:47:15.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92702024-08-27T18:47:16.170Z[ host-image] Aug 27 18:47:15.143 INFO O| Aug 27 18:47:15.143 INFO ok!
92712024-08-27T18:47:16.170Z[ host-image] Aug 27 18:47:15.143 INFO O| Aug 27 18:47:15.143 INFO STEP 109 (ensure_file) COMPLETE
92722024-08-27T18:47:16.170Z[ host-image] Aug 27 18:47:15.143 INFO O| Aug 27 18:47:15.143 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92732024-08-27T18:47:16.179Z[ host-image] Aug 27 18:47:15.153 INFO O| Aug 27 18:47:15.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92742024-08-27T18:47:16.179Z[ host-image] Aug 27 18:47:15.153 INFO O| Aug 27 18:47:15.153 INFO copying /tmp/.tmpxLzl0y/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 ...
92752024-08-27T18:47:16.182Z[ host-image] Aug 27 18:47:15.153 INFO O| Aug 27 18:47:15.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92762024-08-27T18:47:16.182Z[ host-image] Aug 27 18:47:15.153 INFO O| Aug 27 18:47:15.153 INFO ok!
92772024-08-27T18:47:16.182Z[ host-image] Aug 27 18:47:15.153 INFO O| Aug 27 18:47:15.153 INFO STEP 110 (ensure_file) COMPLETE
92782024-08-27T18:47:16.182Z[ host-image] Aug 27 18:47:15.153 INFO O| Aug 27 18:47:15.153 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-08-27T18:47:16.188Z[ host-image] Aug 27 18:47:15.162 INFO O| Aug 27 18:47:15.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92802024-08-27T18:47:16.189Z[ host-image] Aug 27 18:47:15.162 INFO O| Aug 27 18:47:15.162 INFO copying /tmp/.tmpxLzl0y/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 ...
92812024-08-27T18:47:16.193Z[ host-image] Aug 27 18:47:15.162 INFO O| Aug 27 18:47:15.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92822024-08-27T18:47:16.193Z[ host-image] Aug 27 18:47:15.162 INFO O| Aug 27 18:47:15.162 INFO ok!
92832024-08-27T18:47:16.193Z[ host-image] Aug 27 18:47:15.162 INFO O| Aug 27 18:47:15.162 INFO STEP 111 (ensure_file) COMPLETE
92842024-08-27T18:47:16.193Z[ host-image] Aug 27 18:47:15.162 INFO O| Aug 27 18:47:15.162 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-08-27T18:47:16.200Z[ host-image] Aug 27 18:47:15.172 INFO O| Aug 27 18:47:15.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92862024-08-27T18:47:16.200Z[ host-image] Aug 27 18:47:15.172 INFO O| Aug 27 18:47:15.172 INFO copying /tmp/.tmpxLzl0y/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 ...
92872024-08-27T18:47:16.200Z[ host-image] Aug 27 18:47:15.172 INFO O| Aug 27 18:47:15.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92882024-08-27T18:47:16.200Z[ host-image] Aug 27 18:47:15.172 INFO O| Aug 27 18:47:15.172 INFO ok!
92892024-08-27T18:47:16.200Z[ host-image] Aug 27 18:47:15.172 INFO O| Aug 27 18:47:15.172 INFO STEP 112 (ensure_file) COMPLETE
92902024-08-27T18:47:16.200Z[ host-image] Aug 27 18:47:15.172 INFO O| Aug 27 18:47:15.172 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912024-08-27T18:47:16.207Z[ host-image] Aug 27 18:47:15.181 INFO O| Aug 27 18:47:15.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92922024-08-27T18:47:16.210Z[ host-image] Aug 27 18:47:15.181 INFO O| Aug 27 18:47:15.181 INFO copying /tmp/.tmpxLzl0y/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 ...
92932024-08-27T18:47:16.210Z[ host-image] Aug 27 18:47:15.181 INFO O| Aug 27 18:47:15.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92942024-08-27T18:47:16.210Z[ host-image] Aug 27 18:47:15.181 INFO O| Aug 27 18:47:15.181 INFO ok!
92952024-08-27T18:47:16.210Z[ host-image] Aug 27 18:47:15.181 INFO O| Aug 27 18:47:15.181 INFO STEP 113 (ensure_file) COMPLETE
92962024-08-27T18:47:16.210Z[ host-image] Aug 27 18:47:15.181 INFO O| Aug 27 18:47:15.181 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92972024-08-27T18:47:16.217Z[ host-image] Aug 27 18:47:15.191 INFO O| Aug 27 18:47:15.191 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92982024-08-27T18:47:16.217Z[ host-image] Aug 27 18:47:15.191 INFO O| Aug 27 18:47:15.191 INFO copying /tmp/.tmpxLzl0y/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 ...
92992024-08-27T18:47:16.220Z[ host-image] Aug 27 18:47:15.191 INFO O| Aug 27 18:47:15.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93002024-08-27T18:47:16.220Z[ host-image] Aug 27 18:47:15.191 INFO O| Aug 27 18:47:15.191 INFO ok!
93012024-08-27T18:47:16.220Z[ host-image] Aug 27 18:47:15.191 INFO O| Aug 27 18:47:15.191 INFO STEP 114 (ensure_file) COMPLETE
93022024-08-27T18:47:16.220Z[ host-image] Aug 27 18:47:15.191 INFO O| Aug 27 18:47:15.191 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032024-08-27T18:47:16.226Z[ host-image] Aug 27 18:47:15.200 INFO O| Aug 27 18:47:15.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93042024-08-27T18:47:16.226Z[ host-image] Aug 27 18:47:15.200 INFO O| Aug 27 18:47:15.200 INFO copying /tmp/.tmpxLzl0y/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 ...
93052024-08-27T18:47:16.228Z[ host-image] Aug 27 18:47:15.200 INFO O| Aug 27 18:47:15.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93062024-08-27T18:47:16.228Z[ host-image] Aug 27 18:47:15.200 INFO O| Aug 27 18:47:15.200 INFO ok!
93072024-08-27T18:47:16.228Z[ host-image] Aug 27 18:47:15.200 INFO O| Aug 27 18:47:15.200 INFO STEP 115 (ensure_file) COMPLETE
93082024-08-27T18:47:16.228Z[ host-image] Aug 27 18:47:15.200 INFO O| Aug 27 18:47:15.200 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092024-08-27T18:47:16.237Z[ host-image] Aug 27 18:47:15.210 INFO O| Aug 27 18:47:15.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93102024-08-27T18:47:16.237Z[ host-image] Aug 27 18:47:15.210 INFO O| Aug 27 18:47:15.210 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93112024-08-27T18:47:16.239Z[ host-image] Aug 27 18:47:15.210 INFO O| Aug 27 18:47:15.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93122024-08-27T18:47:16.239Z[ host-image] Aug 27 18:47:15.210 INFO O| Aug 27 18:47:15.210 INFO ok!
93132024-08-27T18:47:16.239Z[ host-image] Aug 27 18:47:15.210 INFO O| Aug 27 18:47:15.210 INFO STEP 116 (ensure_file) COMPLETE
93142024-08-27T18:47:16.239Z[ host-image] Aug 27 18:47:15.210 INFO O| Aug 27 18:47:15.210 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93152024-08-27T18:47:16.245Z[ host-image] Aug 27 18:47:15.219 INFO O| Aug 27 18:47:15.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93162024-08-27T18:47:16.245Z[ host-image] Aug 27 18:47:15.219 INFO O| Aug 27 18:47:15.219 INFO copying /tmp/.tmpxLzl0y/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 ...
93172024-08-27T18:47:16.245Z[ host-image] Aug 27 18:47:15.219 INFO O| Aug 27 18:47:15.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93182024-08-27T18:47:16.245Z[ host-image] Aug 27 18:47:15.219 INFO O| Aug 27 18:47:15.219 INFO ok!
93192024-08-27T18:47:16.248Z[ host-image] Aug 27 18:47:15.219 INFO O| Aug 27 18:47:15.219 INFO STEP 117 (ensure_file) COMPLETE
93202024-08-27T18:47:16.248Z[ host-image] Aug 27 18:47:15.219 INFO O| Aug 27 18:47:15.219 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212024-08-27T18:47:16.254Z[ host-image] Aug 27 18:47:15.229 INFO O| Aug 27 18:47:15.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93222024-08-27T18:47:16.254Z[ host-image] Aug 27 18:47:15.229 INFO O| Aug 27 18:47:15.229 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93232024-08-27T18:47:16.257Z[ host-image] Aug 27 18:47:15.229 INFO O| Aug 27 18:47:15.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93242024-08-27T18:47:16.257Z[ host-image] Aug 27 18:47:15.229 INFO O| Aug 27 18:47:15.229 INFO ok!
93252024-08-27T18:47:16.257Z[ host-image] Aug 27 18:47:15.229 INFO O| Aug 27 18:47:15.229 INFO STEP 118 (ensure_file) COMPLETE
93262024-08-27T18:47:16.257Z[ host-image] Aug 27 18:47:15.229 INFO O| Aug 27 18:47:15.229 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-08-27T18:47:16.264Z[ host-image] Aug 27 18:47:15.238 INFO O| Aug 27 18:47:15.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93282024-08-27T18:47:16.264Z[ host-image] Aug 27 18:47:15.238 INFO O| Aug 27 18:47:15.238 INFO copying /tmp/.tmpxLzl0y/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93292024-08-27T18:47:19.492Z[ host-image] Aug 27 18:47:18.465 INFO O| Aug 27 18:47:18.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93302024-08-27T18:47:19.492Z[ host-image] Aug 27 18:47:18.465 INFO O| Aug 27 18:47:18.465 INFO ok!
93312024-08-27T18:47:19.495Z[ host-image] Aug 27 18:47:18.465 INFO O| Aug 27 18:47:18.465 INFO STEP 119 (ensure_file) COMPLETE
93322024-08-27T18:47:19.495Z[ host-image] Aug 27 18:47:18.465 INFO O| Aug 27 18:47:18.465 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-08-27T18:47:19.503Z[ host-image] Aug 27 18:47:18.477 INFO O| Aug 27 18:47:18.476 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93342024-08-27T18:47:19.503Z[ host-image] Aug 27 18:47:18.477 INFO O| Aug 27 18:47:18.477 INFO STEP 120 (ensure_dir) COMPLETE
93352024-08-27T18:47:19.506Z[ host-image] Aug 27 18:47:18.477 INFO O| Aug 27 18:47:18.477 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93362024-08-27T18:47:19.512Z[ host-image] Aug 27 18:47:18.486 INFO O| Aug 27 18:47:18.486 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93372024-08-27T18:47:19.512Z[ host-image] Aug 27 18:47:18.486 INFO O| Aug 27 18:47:18.486 INFO STEP 121 (ensure_dir) COMPLETE
93382024-08-27T18:47:19.516Z[ host-image] Aug 27 18:47:18.486 INFO O| Aug 27 18:47:18.486 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-08-27T18:47:19.521Z[ host-image] Aug 27 18:47:18.495 INFO O| Aug 27 18:47:18.495 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93402024-08-27T18:47:19.521Z[ host-image] Aug 27 18:47:18.495 INFO O| Aug 27 18:47:18.495 INFO STEP 122 (ensure_dir) COMPLETE
93412024-08-27T18:47:19.525Z[ host-image] Aug 27 18:47:18.495 INFO O| Aug 27 18:47:18.495 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93422024-08-27T18:47:19.531Z[ host-image] Aug 27 18:47:18.504 INFO O| Aug 27 18:47:18.504 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93432024-08-27T18:47:19.531Z[ host-image] Aug 27 18:47:18.504 INFO O| Aug 27 18:47:18.504 INFO STEP 123 (ensure_dir) COMPLETE
93442024-08-27T18:47:19.535Z[ host-image] Aug 27 18:47:18.504 INFO O| Aug 27 18:47:18.504 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-08-27T18:47:19.541Z[ host-image] Aug 27 18:47:18.514 INFO O| Aug 27 18:47:18.514 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93462024-08-27T18:47:19.541Z[ host-image] Aug 27 18:47:18.514 INFO O| Aug 27 18:47:18.514 INFO copying /tmp/.tmpxLzl0y/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 ...
93472024-08-27T18:47:19.544Z[ host-image] Aug 27 18:47:18.514 INFO O| Aug 27 18:47:18.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93482024-08-27T18:47:19.544Z[ host-image] Aug 27 18:47:18.514 INFO O| Aug 27 18:47:18.514 INFO ok!
93492024-08-27T18:47:19.544Z[ host-image] Aug 27 18:47:18.514 INFO O| Aug 27 18:47:18.514 INFO STEP 124 (ensure_file) COMPLETE
93502024-08-27T18:47:19.544Z[ host-image] Aug 27 18:47:18.514 INFO O| Aug 27 18:47:18.514 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-08-27T18:47:19.549Z[ host-image] Aug 27 18:47:18.523 INFO O| Aug 27 18:47:18.523 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93522024-08-27T18:47:19.552Z[ host-image] Aug 27 18:47:18.523 INFO O| Aug 27 18:47:18.523 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93532024-08-27T18:47:19.552Z[ host-image] Aug 27 18:47:18.523 INFO O| Aug 27 18:47:18.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93542024-08-27T18:47:19.552Z[ host-image] Aug 27 18:47:18.523 INFO O| Aug 27 18:47:18.523 INFO STEP 125 (ensure_dir) COMPLETE
93552024-08-27T18:47:19.552Z[ host-image] Aug 27 18:47:18.523 INFO O| Aug 27 18:47:18.523 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-08-27T18:47:19.558Z[ host-image] Aug 27 18:47:18.532 INFO O| Aug 27 18:47:18.532 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93572024-08-27T18:47:19.558Z[ host-image] Aug 27 18:47:18.532 INFO O| Aug 27 18:47:18.532 INFO copying /tmp/.tmpxLzl0y/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93582024-08-27T18:47:19.561Z[ host-image] Aug 27 18:47:18.532 INFO O| Aug 27 18:47:18.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93592024-08-27T18:47:19.561Z[ host-image] Aug 27 18:47:18.532 INFO O| Aug 27 18:47:18.532 INFO ok!
93602024-08-27T18:47:19.561Z[ host-image] Aug 27 18:47:18.532 INFO O| Aug 27 18:47:18.532 INFO STEP 126 (ensure_file) COMPLETE
93612024-08-27T18:47:19.561Z[ host-image] Aug 27 18:47:18.532 INFO O| Aug 27 18:47:18.532 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93622024-08-27T18:47:19.568Z[ host-image] Aug 27 18:47:18.541 INFO O| Aug 27 18:47:18.541 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93632024-08-27T18:47:19.571Z[ host-image] Aug 27 18:47:18.542 INFO O| Aug 27 18:47:18.542 INFO STEP 127 (remove_files) COMPLETE
93642024-08-27T18:47:19.571Z[ host-image] Aug 27 18:47:18.542 INFO O| Aug 27 18:47:18.542 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93652024-08-27T18:47:19.577Z[ host-image] Aug 27 18:47:18.551 INFO O| Aug 27 18:47:18.551 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93662024-08-27T18:47:19.580Z[ host-image] Aug 27 18:47:18.551 INFO O| Aug 27 18:47:18.551 INFO STEP 128 (remove_files) COMPLETE
93672024-08-27T18:47:19.580Z[ host-image] Aug 27 18:47:18.551 INFO O| Aug 27 18:47:18.551 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93682024-08-27T18:47:19.587Z[ host-image] Aug 27 18:47:18.560 INFO O| Aug 27 18:47:18.560 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93692024-08-27T18:47:19.590Z[ host-image] Aug 27 18:47:18.561 INFO O| Aug 27 18:47:18.561 INFO STEP 129 (remove_files) COMPLETE
93702024-08-27T18:47:19.590Z[ host-image] Aug 27 18:47:18.561 INFO O| Aug 27 18:47:18.561 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93712024-08-27T18:47:19.596Z[ host-image] Aug 27 18:47:18.570 INFO O| Aug 27 18:47:18.570 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93722024-08-27T18:47:19.599Z[ host-image] Aug 27 18:47:18.570 INFO O| Aug 27 18:47:18.570 INFO STEP 130 (remove_files) COMPLETE
93732024-08-27T18:47:19.599Z[ host-image] Aug 27 18:47:18.570 INFO O| Aug 27 18:47:18.570 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93742024-08-27T18:47:19.606Z[ host-image] Aug 27 18:47:18.579 INFO O| Aug 27 18:47:18.579 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93752024-08-27T18:47:19.609Z[ host-image] Aug 27 18:47:18.579 INFO O| Aug 27 18:47:18.579 INFO STEP 131 (remove_files) COMPLETE
93762024-08-27T18:47:19.609Z[ host-image] Aug 27 18:47:18.579 INFO O| Aug 27 18:47:18.579 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93772024-08-27T18:47:19.615Z[ host-image] Aug 27 18:47:18.589 INFO O| Aug 27 18:47:18.589 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93782024-08-27T18:47:19.618Z[ host-image] Aug 27 18:47:18.589 INFO O| Aug 27 18:47:18.589 INFO STEP 132 (remove_files) COMPLETE
93792024-08-27T18:47:19.618Z[ host-image] Aug 27 18:47:18.589 INFO O| Aug 27 18:47:18.589 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93802024-08-27T18:47:19.624Z[ host-image] Aug 27 18:47:18.598 INFO O| Aug 27 18:47:18.598 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93812024-08-27T18:47:19.625Z[ host-image] Aug 27 18:47:18.598 INFO O| Aug 27 18:47:18.598 INFO STEP 133 (remove_files) COMPLETE
93822024-08-27T18:47:19.627Z[ host-image] Aug 27 18:47:18.598 INFO O| Aug 27 18:47:18.598 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93832024-08-27T18:47:19.633Z[ host-image] Aug 27 18:47:18.607 INFO O| Aug 27 18:47:18.607 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93842024-08-27T18:47:19.637Z[ host-image] Aug 27 18:47:18.607 INFO O| Aug 27 18:47:18.607 INFO STEP 134 (remove_files) COMPLETE
93852024-08-27T18:47:19.637Z[ host-image] Aug 27 18:47:18.607 INFO O| Aug 27 18:47:18.607 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93862024-08-27T18:47:19.642Z[ host-image] Aug 27 18:47:18.616 INFO O| Aug 27 18:47:18.616 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93872024-08-27T18:47:19.646Z[ host-image] Aug 27 18:47:18.616 INFO O| Aug 27 18:47:18.616 INFO STEP 135 (remove_files) COMPLETE
93882024-08-27T18:47:19.646Z[ host-image] Aug 27 18:47:18.616 INFO O| Aug 27 18:47:18.616 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93892024-08-27T18:47:19.652Z[ host-image] Aug 27 18:47:18.625 INFO O| Aug 27 18:47:18.625 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93902024-08-27T18:47:19.652Z[ host-image] Aug 27 18:47:18.625 INFO O| Aug 27 18:47:18.625 INFO STEP 136 (remove_files) COMPLETE
93912024-08-27T18:47:19.652Z[ host-image] Aug 27 18:47:18.625 INFO O| Aug 27 18:47:18.625 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93922024-08-27T18:47:19.660Z[ host-image] Aug 27 18:47:18.634 INFO O| Aug 27 18:47:18.634 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93932024-08-27T18:47:19.661Z[ host-image] Aug 27 18:47:18.634 INFO O| Aug 27 18:47:18.634 INFO STEP 137 (remove_files) COMPLETE
93942024-08-27T18:47:19.661Z[ host-image] Aug 27 18:47:18.634 INFO O| Aug 27 18:47:18.634 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93952024-08-27T18:47:19.670Z[ host-image] Aug 27 18:47:18.643 INFO O| Aug 27 18:47:18.643 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93962024-08-27T18:47:19.670Z[ host-image] Aug 27 18:47:18.643 INFO O| Aug 27 18:47:18.643 INFO STEP 138 (remove_files) COMPLETE
93972024-08-27T18:47:19.670Z[ host-image] Aug 27 18:47:18.643 INFO O| Aug 27 18:47:18.643 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93982024-08-27T18:47:19.678Z[ host-image] Aug 27 18:47:18.652 INFO O| Aug 27 18:47:18.652 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93992024-08-27T18:47:19.678Z[ host-image] Aug 27 18:47:18.652 INFO O| Aug 27 18:47:18.652 INFO STEP 139 (remove_files) COMPLETE
94002024-08-27T18:47:19.681Z[ host-image] Aug 27 18:47:18.652 INFO O| Aug 27 18:47:18.652 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94012024-08-27T18:47:19.687Z[ host-image] Aug 27 18:47:18.661 INFO O| Aug 27 18:47:18.661 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94022024-08-27T18:47:19.687Z[ host-image] Aug 27 18:47:18.661 INFO O| Aug 27 18:47:18.661 INFO STEP 140 (remove_files) COMPLETE
94032024-08-27T18:47:19.687Z[ host-image] Aug 27 18:47:18.661 INFO O| Aug 27 18:47:18.661 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94042024-08-27T18:47:19.696Z[ host-image] Aug 27 18:47:18.670 INFO O| Aug 27 18:47:18.670 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94052024-08-27T18:47:19.696Z[ host-image] Aug 27 18:47:18.670 INFO O| Aug 27 18:47:18.670 INFO STEP 141 (remove_files) COMPLETE
94062024-08-27T18:47:19.699Z[ host-image] Aug 27 18:47:18.670 INFO O| Aug 27 18:47:18.670 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94072024-08-27T18:47:19.705Z[ host-image] Aug 27 18:47:18.679 INFO O| Aug 27 18:47:18.679 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94082024-08-27T18:47:19.705Z[ host-image] Aug 27 18:47:18.679 INFO O| Aug 27 18:47:18.679 INFO STEP 142 (remove_files) COMPLETE
94092024-08-27T18:47:19.708Z[ host-image] Aug 27 18:47:18.679 INFO O| Aug 27 18:47:18.679 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94102024-08-27T18:47:19.714Z[ host-image] Aug 27 18:47:18.688 INFO O| Aug 27 18:47:18.688 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94112024-08-27T18:47:19.714Z[ host-image] Aug 27 18:47:18.688 INFO O| Aug 27 18:47:18.688 INFO STEP 143 (remove_files) COMPLETE
94122024-08-27T18:47:19.717Z[ host-image] Aug 27 18:47:18.688 INFO O| Aug 27 18:47:18.688 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94132024-08-27T18:47:19.723Z[ host-image] Aug 27 18:47:18.697 INFO O| Aug 27 18:47:18.697 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94142024-08-27T18:47:19.723Z[ host-image] Aug 27 18:47:18.697 INFO O| Aug 27 18:47:18.697 INFO STEP 144 (remove_files) COMPLETE
94152024-08-27T18:47:19.723Z[ host-image] Aug 27 18:47:18.697 INFO O| Aug 27 18:47:18.697 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94162024-08-27T18:47:19.733Z[ host-image] Aug 27 18:47:18.706 INFO O| Aug 27 18:47:18.706 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94172024-08-27T18:47:19.733Z[ host-image] Aug 27 18:47:18.707 INFO O| Aug 27 18:47:18.707 INFO STEP 145 (remove_files) COMPLETE
94182024-08-27T18:47:19.735Z[ host-image] Aug 27 18:47:18.707 INFO O| Aug 27 18:47:18.707 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94192024-08-27T18:47:19.742Z[ host-image] Aug 27 18:47:18.716 INFO O| Aug 27 18:47:18.716 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94202024-08-27T18:47:19.744Z[ host-image] Aug 27 18:47:18.716 INFO O| Aug 27 18:47:18.716 INFO STEP 146 (remove_files) COMPLETE
94212024-08-27T18:47:19.744Z[ host-image] Aug 27 18:47:18.716 INFO O| Aug 27 18:47:18.716 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94222024-08-27T18:47:19.751Z[ host-image] Aug 27 18:47:18.725 INFO O| Aug 27 18:47:18.725 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94232024-08-27T18:47:19.753Z[ host-image] Aug 27 18:47:18.725 INFO O| Aug 27 18:47:18.725 INFO STEP 147 (remove_files) COMPLETE
94242024-08-27T18:47:19.753Z[ host-image] Aug 27 18:47:18.725 INFO O| Aug 27 18:47:18.725 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94252024-08-27T18:47:19.760Z[ host-image] Aug 27 18:47:18.734 INFO O| Aug 27 18:47:18.734 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94262024-08-27T18:47:19.764Z[ host-image] Aug 27 18:47:18.734 INFO O| Aug 27 18:47:18.734 INFO STEP 148 (remove_files) COMPLETE
94272024-08-27T18:47:19.764Z[ host-image] Aug 27 18:47:18.734 INFO O| Aug 27 18:47:18.734 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94282024-08-27T18:47:19.770Z[ host-image] Aug 27 18:47:18.743 INFO O| Aug 27 18:47:18.743 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94292024-08-27T18:47:19.773Z[ host-image] Aug 27 18:47:18.743 INFO O| Aug 27 18:47:18.743 INFO STEP 149 (remove_files) COMPLETE
94302024-08-27T18:47:19.773Z[ host-image] Aug 27 18:47:18.743 INFO O| Aug 27 18:47:18.743 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94312024-08-27T18:47:19.779Z[ host-image] Aug 27 18:47:18.752 INFO O| Aug 27 18:47:18.752 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94322024-08-27T18:47:19.779Z[ host-image] Aug 27 18:47:18.752 INFO O| Aug 27 18:47:18.752 INFO STEP 150 (remove_files) COMPLETE
94332024-08-27T18:47:19.779Z[ host-image] Aug 27 18:47:18.752 INFO O| Aug 27 18:47:18.752 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94342024-08-27T18:47:19.788Z[ host-image] Aug 27 18:47:18.761 INFO O| Aug 27 18:47:18.761 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94352024-08-27T18:47:19.788Z[ host-image] Aug 27 18:47:18.762 INFO O| Aug 27 18:47:18.761 INFO STEP 151 (remove_files) COMPLETE
94362024-08-27T18:47:19.791Z[ host-image] Aug 27 18:47:18.762 INFO O| Aug 27 18:47:18.761 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94372024-08-27T18:47:19.797Z[ host-image] Aug 27 18:47:18.771 INFO O| Aug 27 18:47:18.771 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94382024-08-27T18:47:19.800Z[ host-image] Aug 27 18:47:18.771 INFO O| Aug 27 18:47:18.771 INFO STEP 152 (remove_files) COMPLETE
94392024-08-27T18:47:19.800Z[ host-image] Aug 27 18:47:18.771 INFO O| Aug 27 18:47:18.771 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94402024-08-27T18:47:19.806Z[ host-image] Aug 27 18:47:18.780 INFO O| Aug 27 18:47:18.780 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94412024-08-27T18:47:19.809Z[ host-image] Aug 27 18:47:18.780 INFO O| Aug 27 18:47:18.780 INFO STEP 153 (remove_files) COMPLETE
94422024-08-27T18:47:19.809Z[ host-image] Aug 27 18:47:18.780 INFO O| Aug 27 18:47:18.780 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94432024-08-27T18:47:19.815Z[ host-image] Aug 27 18:47:18.789 INFO O| Aug 27 18:47:18.789 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94442024-08-27T18:47:19.818Z[ host-image] Aug 27 18:47:18.789 INFO O| Aug 27 18:47:18.789 INFO STEP 154 (remove_files) COMPLETE
94452024-08-27T18:47:19.818Z[ host-image] Aug 27 18:47:18.789 INFO O| Aug 27 18:47:18.789 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94462024-08-27T18:47:19.824Z[ host-image] Aug 27 18:47:18.798 INFO O| Aug 27 18:47:18.798 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94472024-08-27T18:47:19.827Z[ host-image] Aug 27 18:47:18.798 INFO O| Aug 27 18:47:18.798 INFO STEP 155 (remove_files) COMPLETE
94482024-08-27T18:47:19.827Z[ host-image] Aug 27 18:47:18.798 INFO O| Aug 27 18:47:18.798 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94492024-08-27T18:47:19.838Z[ host-image] Aug 27 18:47:18.812 INFO O| Aug 27 18:47:18.812 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94502024-08-27T18:47:19.841Z[ host-image] Aug 27 18:47:18.812 INFO O| Aug 27 18:47:18.812 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_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
94512024-08-27T18:47:28.114Z[ host-image] Aug 27 18:47:27.087 INFO O| Aug 27 18:47:27.087 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
94522024-08-27T18:47:28.114Z[ host-image] Aug 27 18:47:27.087 INFO O| Aug 27 18:47:27.087 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94532024-08-27T18:47:28.129Z[ host-image] Aug 27 18:47:27.103 INFO O| Aug 27 18:47:27.102 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
94542024-08-27T18:47:28.207Z[ host-image] Aug 27 18:47:27.180 INFO O| Aug 27 18:47:27.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94552024-08-27T18:47:28.207Z[ host-image] Aug 27 18:47:27.180 INFO O| Aug 27 18:47:27.180 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94562024-08-27T18:47:28.210Z[ host-image] Aug 27 18:47:27.182 INFO O| Aug 27 18:47:27.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94572024-08-27T18:47:28.210Z[ host-image] Aug 27 18:47:27.182 INFO O| Aug 27 18:47:27.182 INFO ok!
94582024-08-27T18:47:28.210Z[ host-image] Aug 27 18:47:27.182 INFO O| Aug 27 18:47:27.182 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94592024-08-27T18:47:28.210Z[ host-image] Aug 27 18:47:27.182 INFO O| Aug 27 18:47:27.182 INFO STEP 156 (seed_smf) COMPLETE
94602024-08-27T18:47:28.210Z[ host-image] Aug 27 18:47:27.182 INFO O| Aug 27 18:47:27.182 INFO steps complete; finalising image!
94612024-08-27T18:47:28.210Z[ host-image] Aug 27 18:47:27.182 INFO O| Aug 27 18:47:27.182 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94622024-08-27T18:47:28.345Z[ host-image] Aug 27 18:47:27.318 INFO O| Aug 27 18:47:27.318 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Aug 27 18:47:27 2024)
94632024-08-27T18:47:28.566Z[ host-image] Aug 27 18:47:27.539 INFO O| Aug 27 18:47:27.538 INFO temporary pool has 670M used, 162M avail, 1.87x compressratio
94642024-08-27T18:47:28.566Z[ host-image] Aug 27 18:47:27.539 INFO O| Aug 27 18:47:27.539 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94652024-08-27T18:47:28.853Z[ host-image] Aug 27 18:47:27.826 INFO O| Aug 27 18:47:27.826 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94662024-08-27T18:47:28.853Z[ host-image] Aug 27 18:47:27.826 INFO O| Aug 27 18:47:27.826 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94672024-08-27T18:47:29.881Z[ host-image] Aug 27 18:47:28.854 INFO O| Aug 27 18:47:28.854 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94682024-08-27T18:47:29.881Z[ host-image] Aug 27 18:47:28.854 INFO O| Aug 27 18:47:28.854 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94692024-08-27T18:47:29.884Z[ host-image] Aug 27 18:47:28.854 INFO O| Aug 27 18:47:28.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94702024-08-27T18:47:29.884Z[ host-image] Aug 27 18:47:28.854 INFO O| Aug 27 18:47:28.854 INFO completed processing gimlet/zfs
94712024-08-27T18:47:29.884Z[ host-image] Aug 27 18:47:28.854 INFO O| Aug 27 18:47:28.854 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94722024-08-27T18:47:36.303Z[ host-image] Aug 27 18:47:35.275 INFO O| Aug 27 18:47:35.275 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94732024-08-27T18:47:36.392Z[ host-image] Aug 27 18:47:35.364 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
94742024-08-27T18:47:36.392Z[ host-image] Aug 27 18:47:35.365 INFO expanded image name: "ci 3f25c21/${os_short_commit} 2024-08-27 18:19" -> "ci 3f25c21/2408c3f 2024-08-27 18:19"
94752024-08-27T18:47:36.395Z[ host-image] Aug 27 18:47:35.365 INFO output artefacts stored in: "/work/os-host"
94762024-08-27T18:47:36.395Z[ host-image] Aug 27 18:47:35.365 INFO collecting git info from project "bootserver"...
94772024-08-27T18:47:36.397Z[ host-image] Aug 27 18:47:35.370 INFO collecting git info from project "phbl"...
94782024-08-27T18:47:36.402Z[ host-image] Aug 27 18:47:35.375 INFO collecting git info from project "image-builder"...
94792024-08-27T18:47:36.406Z[ host-image] Aug 27 18:47:35.379 INFO collecting git info from project "amd-firmware"...
94802024-08-27T18:47:36.414Z[ host-image] Aug 27 18:47:35.387 INFO collecting git info from project "pilot"...
94812024-08-27T18:47:36.419Z[ host-image] Aug 27 18:47:35.391 INFO collecting git info from project "chelsio-t6-roms"...
94822024-08-27T18:47:36.424Z[ host-image] Aug 27 18:47:35.396 INFO collecting git info from project "pinprick"...
94832024-08-27T18:47:36.427Z[ host-image] Aug 27 18:47:35.400 INFO collecting git info from project "amd-host-image-builder"...
94842024-08-27T18:47:36.441Z[ host-image] Aug 27 18:47:35.413 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94852024-08-27T18:47:36.805Z[ host-image] Aug 27 18:47:35.777 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94862024-08-27T18:47:37.156Z[ host-image] Aug 27 18:47:36.128 INFO creating Oxide boot image...
94872024-08-27T18:47:37.156Z[ host-image] Aug 27 18:47:36.128 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 3f25c21/2408c3f 2024-08-27 18:19", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94882024-08-27T18:47:38.092Z[ host-image] Aug 27 18:47:37.064 INFO O| ok, image written!
94892024-08-27T18:47:38.092Z[ host-image] Aug 27 18:47:37.064 INFO O| ok, boot_image_csum file written!
94902024-08-27T18:47:38.095Z[ host-image] Aug 27 18:47:37.067 INFO creating boot archive (CPIO)...
94912024-08-27T18:47:38.095Z[ host-image] Aug 27 18:47:37.067 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
94922024-08-27T18:47:38.102Z[ host-image] Aug 27 18:47:37.074 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94932024-08-27T18:47:38.102Z[ host-image] Aug 27 18:47:37.075 INFO E| + outfile=/work/os-host/cpio
94942024-08-27T18:47:38.105Z[ host-image] Aug 27 18:47:37.075 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94952024-08-27T18:47:38.105Z[ host-image] Aug 27 18:47:37.077 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94962024-08-27T18:47:38.105Z[ host-image] Aug 27 18:47:37.077 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94972024-08-27T18:47:38.138Z[ host-image] Aug 27 18:47:37.110 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94982024-08-27T18:47:38.138Z[ host-image] Aug 27 18:47:37.110 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94992024-08-27T18:47:38.146Z[ host-image] Aug 27 18:47:37.118 INFO creating compressed cpio/unix for nanobl-rs...
95002024-08-27T18:47:38.146Z[ host-image] Aug 27 18:47:37.118 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
95012024-08-27T18:47:38.432Z[ host-image] Aug 27 18:47:37.404 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95022024-08-27T18:47:42.769Z[ host-image] Aug 27 18:47:41.741 INFO creating reset image...
95032024-08-27T18:47:42.772Z[ host-image] Aug 27 18:47:41.741 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95042024-08-27T18:47:42.857Z[ host-image] Aug 27 18:47:41.829 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95052024-08-27T18:47:42.860Z[ host-image] Aug 27 18:47:41.829 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95062024-08-27T18:47:42.921Z[ host-image] Aug 27 18:47:41.893 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95072024-08-27T18:47:45.136Z[ host-image] Aug 27 18:47:44.107 INFO E| Finished `release` profile [optimized] target(s) in 2.26s
95082024-08-27T18:47:45.147Z[ host-image] Aug 27 18:47:44.119 INFO building host image...
95092024-08-27T18:47:45.150Z[ host-image] Aug 27 18:47:44.119 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")
95102024-08-27T18:47:45.615Z[ host-image] Aug 27 18:47:44.586 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95112024-08-27T18:48:31.983Z[ host-image] Aug 27 18:48:30.951 INFO image complete! materials are in "/work/os-host"
95122024-08-27T18:48:31.986Z[ host-image]
95132024-08-27T18:48:31.986Z[ host-image] real 8:23.511154707
95142024-08-27T18:48:31.986Z[ host-image] user 3:59.289949140
95152024-08-27T18:48:31.988Z[ host-image] sys 49.214255695
95162024-08-27T18:48:31.988Z[ host-image] trap 0.128569096
95172024-08-27T18:48:31.988Z[ host-image] tflt 0.023920480
95182024-08-27T18:48:31.988Z[ host-image] dflt 0.056129893
95192024-08-27T18:48:31.988Z[ host-image] kflt 0.000010229
95202024-08-27T18:48:31.988Z[ host-image] lock 5:23.404010819
95212024-08-27T18:48:31.988Z[ host-image] slp 45:51.010534320
95222024-08-27T18:48:31.988ZAug 27 18:48:30.955[ host-image] lat 1:07.816874611
95232024-08-27T18:48:31.988Z INFO [host-image] process exited with exit status: 0 (503.52507056s)
95242024-08-27T18:48:31.988Z[ host-image] stop 0.765763891
95252024-08-27T18:48:31.988ZAug 27 18:48:30.956 INFO [tuf-repo] running task
95262024-08-27T18:48:39.368ZAug 27 18:48:38.336 INFO assembling repository in `/tmp/tufaceousSCOUJo`, component: OmicronRepoAssembler
95272024-08-27T18:48:44.010ZAug 27 18:48:42.977 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95282024-08-27T18:48:44.326ZAug 27 18:48:43.293 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95292024-08-27T18:48:56.329ZAug 27 18:48:55.296 INFO [tuf-repo] task succeeded (24.339825406s)
95302024-08-27T18:48:56.329ZAug 27 18:48:55.296 INFO all jobs completed in 1784.088039192s
95312024-08-27T18:48:56.879Zprocess exited: duration 2337808 ms, exit code 0
 
95322024-08-27T18:48:56.890Zfound 33 output files
95332024-08-27T18:48:56.890Zuploading: /work/manifest.toml (8404 bytes)
95342024-08-27T18:48:57.901Zuploaded: /work/manifest.toml
95352024-08-27T18:48:57.901Zuploading: /work/repo.zip (1791741515 bytes)
95362024-08-27T18:49:22.072Zuploaded: /work/repo.zip
95372024-08-27T18:49:22.072Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95382024-08-27T18:49:23.082Zuploaded: /work/repo.zip.sha256.txt
95392024-08-27T18:49:23.084Zuploading: /work/helios-setup.log (52390 bytes)
95402024-08-27T18:49:24.095Zuploaded: /work/helios-setup.log
95412024-08-27T18:49:24.095Zuploading: /work/host-image.log (194527 bytes)
95422024-08-27T18:49:25.118Zuploaded: /work/host-image.log
95432024-08-27T18:49:25.118Zuploading: /work/host-package.log (18948 bytes)
95442024-08-27T18:49:26.128Zuploaded: /work/host-package.log
95452024-08-27T18:49:26.128Zuploading: /work/host-target.log (101 bytes)
95462024-08-27T18:49:27.137Zuploaded: /work/host-target.log
95472024-08-27T18:49:27.137Zuploading: /work/omicron-package.log (4572 bytes)
95482024-08-27T18:49:28.145Zuploaded: /work/omicron-package.log
95492024-08-27T18:49:28.148Zuploading: /work/phbl-toolchain.log (881 bytes)
95502024-08-27T18:49:29.154Zuploaded: /work/phbl-toolchain.log
95512024-08-27T18:49:29.154Zuploading: /work/recovery-image.log (590500 bytes)
95522024-08-27T18:49:30.190Zuploaded: /work/recovery-image.log
95532024-08-27T18:49:30.191Zuploading: /work/recovery-package.log (282 bytes)
95542024-08-27T18:49:31.199Zuploaded: /work/recovery-package.log
95552024-08-27T18:49:31.199Zuploading: /work/recovery-target.log (98 bytes)
95562024-08-27T18:49:32.207Zuploaded: /work/recovery-target.log
95572024-08-27T18:49:32.207Zuploading: /work/stamp-clickhouse.log (117 bytes)
95582024-08-27T18:49:33.217Zuploaded: /work/stamp-clickhouse.log
95592024-08-27T18:49:33.217Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95602024-08-27T18:49:34.227Zuploaded: /work/stamp-clickhouse_keeper.log
95612024-08-27T18:49:34.227Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95622024-08-27T18:49:35.235Zuploaded: /work/stamp-cockroachdb.log
95632024-08-27T18:49:35.235Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95642024-08-27T18:49:36.242Zuploaded: /work/stamp-crucible-dtrace.log
95652024-08-27T18:49:36.243Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95662024-08-27T18:49:37.251Zuploaded: /work/stamp-crucible-pantry-zone.log
95672024-08-27T18:49:37.251Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95682024-08-27T18:49:38.261Zuploaded: /work/stamp-crucible-zone.log
95692024-08-27T18:49:38.261Zuploading: /work/stamp-external-dns.log (119 bytes)
95702024-08-27T18:49:39.269Zuploaded: /work/stamp-external-dns.log
95712024-08-27T18:49:39.269Zuploading: /work/stamp-installinator.log (103 bytes)
95722024-08-27T18:49:40.277Zuploaded: /work/stamp-installinator.log
95732024-08-27T18:49:40.277Zuploading: /work/stamp-internal-dns.log (119 bytes)
95742024-08-27T18:49:41.285Zuploaded: /work/stamp-internal-dns.log
95752024-08-27T18:49:41.285Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95762024-08-27T18:49:42.293Zuploaded: /work/stamp-mg-ddm-gz.log
95772024-08-27T18:49:42.293Zuploading: /work/stamp-nexus.log (112 bytes)
95782024-08-27T18:49:43.301Zuploaded: /work/stamp-nexus.log
95792024-08-27T18:49:43.301Zuploading: /work/stamp-ntp.log (110 bytes)
95802024-08-27T18:49:44.308Zuploaded: /work/stamp-ntp.log
95812024-08-27T18:49:44.308Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95822024-08-27T18:49:45.315Zuploaded: /work/stamp-omicron-sled-agent.log
95832024-08-27T18:49:45.315Zuploading: /work/stamp-overlay.log (114 bytes)
95842024-08-27T18:49:46.324Zuploaded: /work/stamp-overlay.log
95852024-08-27T18:49:46.324Zuploading: /work/stamp-oximeter.log (115 bytes)
95862024-08-27T18:49:47.333Zuploaded: /work/stamp-oximeter.log
95872024-08-27T18:49:47.333Zuploading: /work/stamp-oxlog.log (109 bytes)
95882024-08-27T18:49:48.341Zuploaded: /work/stamp-oxlog.log
95892024-08-27T18:49:48.341Zuploading: /work/stamp-probe.log (112 bytes)
95902024-08-27T18:49:49.350Zuploaded: /work/stamp-probe.log
95912024-08-27T18:49:49.350Zuploading: /work/stamp-propolis-server.log (122 bytes)
95922024-08-27T18:49:50.358Zuploaded: /work/stamp-propolis-server.log
95932024-08-27T18:49:50.358Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95942024-08-27T18:49:51.366Zuploaded: /work/stamp-pumpkind-gz.log
95952024-08-27T18:49:51.366Zuploading: /work/stamp-switch-asic.log (118 bytes)
95962024-08-27T18:49:52.374Zuploaded: /work/stamp-switch-asic.log
95972024-08-27T18:49:52.374Zuploading: /work/verify-libraries.log (1992 bytes)
95982024-08-27T18:49:53.383Zuploaded: /work/verify-libraries.log