01J7HEVG0R5H9TJ8EDF5QWRSN0: 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: 01J7HEW88F492SS595EPX9TT5Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-11T21:14:52.446Zjob assigned to worker 01J7HEZRH8YJPMDMYPCV81X9EZ (queued for 2 m 29 s)
 
22024-09-11T21:14:52.821Zstarting task 0: "setup"
32024-09-11T21:14:52.845Z++ uname -s
42024-09-11T21:14:52.846Z+ kern=SunOS
52024-09-11T21:14:52.846Z+ case "$kern" in
62024-09-11T21:14:52.846Z+ groupadd -g 12345 build
72024-09-11T21:14:52.846Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-11T21:14:54.854Z+ zfs create -o mountpoint=/work rpool/work
92024-09-11T21:14:54.893Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-11T21:14:54.917Z+ home_fs=zfs
112024-09-11T21:14:54.917Z+ [[ zfs == autofs ]]
122024-09-11T21:14:54.917Z+ mkdir -p /home/build
132024-09-11T21:14:54.918Z+ chown build:build /home/build /work
142024-09-11T21:14:56.905Z+ chmod 0700 /home/build /work
152024-09-11T21:14:56.929Zprocess exited: duration 4088 ms, exit code 0
 
162024-09-11T21:14:56.978Zstarting task 1: "rust-toolchain"
172024-09-11T21:14:57.003Z+ printf ' * toolchain channel = "%s"
182024-09-11T21:14:57.003Z' 1.80.1
192024-09-11T21:14:57.004Z+ printf ' * toolchain profile = "%s"
202024-09-11T21:14:57.004Z' default
212024-09-11T21:14:57.004Z * toolchain channel = "1.80.1"
222024-09-11T21:14:57.004Z * toolchain profile = "default"
232024-09-11T21:14:57.004Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-11T21:14:57.004Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-11T21:14:57.172Zinfo: downloading installer
262024-09-11T21:14:57.752Zinfo: profile set to 'default'
272024-09-11T21:14:57.752Zinfo: default host triple is x86_64-unknown-illumos
282024-09-11T21:14:57.777Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-11T21:14:57.867Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-11T21:14:57.867Zinfo: downloading component 'cargo'
312024-09-11T21:14:58.337Zinfo: downloading component 'clippy'
322024-09-11T21:14:58.337Zinfo: downloading component 'rust-docs'
332024-09-11T21:14:58.337Zinfo: downloading component 'rust-std'
342024-09-11T21:14:58.610Zinfo: downloading component 'rustc'
352024-09-11T21:14:59.512Zinfo: downloading component 'rustfmt'
362024-09-11T21:14:59.559Zinfo: installing component 'cargo'
372024-09-11T21:15:00.668Zinfo: installing component 'clippy'
382024-09-11T21:15:01.171Zinfo: installing component 'rust-docs'
392024-09-11T21:15:04.036Zinfo: installing component 'rust-std'
402024-09-11T21:15:05.925Zinfo: installing component 'rustc'
412024-09-11T21:15:11.182Zinfo: installing component 'rustfmt'
422024-09-11T21:15:11.571Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-11T21:15:11.571Z
442024-09-11T21:15:11.669Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-11T21:15:11.669Z
462024-09-11T21:15:11.694Z
472024-09-11T21:15:11.694ZRust is installed now. Great!
482024-09-11T21:15:11.694Z
492024-09-11T21:15:11.694ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-11T21:15:11.694Zenvironment variable. This has not been done automatically.
512024-09-11T21:15:11.694Z
522024-09-11T21:15:11.694ZTo configure your current shell, you need to source
532024-09-11T21:15:11.694Zthe corresponding env file under $HOME/.cargo.
542024-09-11T21:15:11.694Z
552024-09-11T21:15:11.694ZThis is usually done by running one of the following (note the leading DOT):
562024-09-11T21:15:11.694Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-11T21:15:11.694Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-11T21:15:11.747Z+ rustc --version
592024-09-11T21:15:11.839Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-11T21:15:11.864Zprocess exited: duration 14866 ms, exit code 0
 
612024-09-11T21:15:11.913Zstarting task 2: "authentication"
622024-09-11T21:15:11.972Zprocess exited: duration 58 ms, exit code 0
 
632024-09-11T21:15:12.023Zstarting task 3: "clone repository"
642024-09-11T21:15:12.047Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-11T21:15:12.047Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-11T21:15:12.072ZCloning into '/work/oxidecomputer/omicron'...
672024-09-11T21:15:17.457Z+ cd /work/oxidecomputer/omicron
682024-09-11T21:15:17.457Z+ git fetch origin 4c15433fa1cf87c3356ed598d74984bb3d496bde
692024-09-11T21:15:17.914ZFrom https://github.com/oxidecomputer/omicron
702024-09-11T21:15:17.914Z * branch 4c15433fa1cf87c3356ed598d74984bb3d496bde -> FETCH_HEAD
712024-09-11T21:15:17.939Z+ [[ -n eliza/updater-omdb-nice ]]
722024-09-11T21:15:17.939Z++ git branch --show-current
732024-09-11T21:15:17.939Z+ current=main
742024-09-11T21:15:17.939Z+ [[ main != eliza/updater-omdb-nice ]]
752024-09-11T21:15:17.939Z+ git branch -f eliza/updater-omdb-nice 4c15433fa1cf87c3356ed598d74984bb3d496bde
762024-09-11T21:15:17.939Z+ git checkout -f eliza/updater-omdb-nice
772024-09-11T21:15:18.041ZSwitched to branch 'eliza/updater-omdb-nice'
782024-09-11T21:15:18.065Z+ git reset --hard 4c15433fa1cf87c3356ed598d74984bb3d496bde
792024-09-11T21:15:18.146ZHEAD is now at 4c15433fa gurgle
802024-09-11T21:15:18.170Zprocess exited: duration 6125 ms, exit code 0
 
812024-09-11T21:15:18.222Zstarting task 4: "build"
822024-09-11T21:15:18.247Z+ cargo --version
832024-09-11T21:15:18.305Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-11T21:15:18.329Z+ rustc --version
852024-09-11T21:15:18.385Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-11T21:15:18.410Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-11T21:15:27.350Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-11T21:15:30.291Z Startup: Caching catalogs ... Done
892024-09-11T21:15:33.427ZPlanning: Solver setup ... Done (2.228s)
902024-09-11T21:15:33.665ZPlanning: Running solver ... Done (0.237s)
912024-09-11T21:15:33.710ZPlanning: Finding local manifests ... Done (0.003s)
922024-09-11T21:15:33.787ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-11T21:15:34.234ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-11T21:15:34.360ZPlanning: Package planning ... Done (0.124s)
952024-09-11T21:15:34.428ZPlanning: Merging actions ... Done (0.070s)
962024-09-11T21:15:34.727ZPlanning: Checking for conflicting actions ... Done (0.299s)
972024-09-11T21:15:35.987ZPlanning: Consolidating action changes ... Done (1.259s)
982024-09-11T21:15:36.444ZPlanning: Evaluating mediators ... Done (0.457s)
992024-09-11T21:15:36.545ZPlanning: Planning completed in 6.18 seconds
1002024-09-11T21:15:36.570Z Packages to install: 4
1012024-09-11T21:15:36.570Z Packages to update: 1
1022024-09-11T21:15:36.570Z Mediators to change: 2
1032024-09-11T21:15:36.570Z Services to change: 1
1042024-09-11T21:15:36.570Z Estimated space available: 148.82 GB
1052024-09-11T21:15:36.571ZEstimated space to be consumed: 1.54 GB
1062024-09-11T21:15:36.571Z Create boot environment: No
1072024-09-11T21:15:36.571ZCreate backup boot environment: Yes
1082024-09-11T21:15:36.571Z Rebuild boot archive: No
1092024-09-11T21:15:36.571Z
1102024-09-11T21:15:36.571ZChanged mediators:
1112024-09-11T21:15:36.571Z mediator clang:
1122024-09-11T21:15:36.571Z version: None -> 15 (system default)
1132024-09-11T21:15:36.571Z
1142024-09-11T21:15:36.571Z mediator llvm:
1152024-09-11T21:15:36.571Z version: 14 (system default) -> 15 (system default)
1162024-09-11T21:15:36.571Z
1172024-09-11T21:15:36.571ZChanged packages:
1182024-09-11T21:15:36.571Zhelios-dev
1192024-09-11T21:15:36.571Z developer/build-essential
1202024-09-11T21:15:36.571Z None -> 11-2.0
1212024-09-11T21:15:36.571Z library/libxmlsec1
1222024-09-11T21:15:36.571Z None -> 1.2.35-2.0
1232024-09-11T21:15:36.571Z ooce/developer/clang-15
1242024-09-11T21:15:36.571Z None -> 15.0.7-2.0
1252024-09-11T21:15:36.571Z ooce/developer/llvm-15
1262024-09-11T21:15:36.571Z None -> 15.0.7-2.0
1272024-09-11T21:15:36.571Z package/pkg
1282024-09-11T21:15:36.571Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-11T21:15:36.571Z
1302024-09-11T21:15:36.571ZServices:
1312024-09-11T21:15:36.571Z restart_fmri:
1322024-09-11T21:15:36.571Z svc:/system/update-man-index:default
1332024-09-11T21:15:36.571Z
1342024-09-11T21:15:36.571ZEditable files to change:
1352024-09-11T21:15:36.571Z Update:
1362024-09-11T21:15:36.571Z usr/share/lib/pkg/web/config.shtml
1372024-09-11T21:15:36.642Z
1382024-09-11T21:15:36.642ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-11T21:15:41.643ZDownload: 973/4281 items 19.4/220.6MB 8% complete (4.0M/s)
1402024-09-11T21:15:46.648ZDownload: 1291/4281 items 109.7/220.6MB 49% complete (11.0M/s)
1412024-09-11T21:15:51.648ZDownload: 2324/4281 items 119.7/220.6MB 54% complete (10.0M/s)
1422024-09-11T21:15:56.653ZDownload: 3246/4281 items 195.0/220.6MB 88% complete (8.5M/s)
1432024-09-11T21:16:01.655ZDownload: 3403/4281 items 213.0/220.6MB 96% complete (9.3M/s)
1442024-09-11T21:16:06.948ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (7.5M/s)
1452024-09-11T21:16:07.135ZDownload: Completed 220.60 MB in 30.49 seconds (7.2M/s)
1462024-09-11T21:16:08.640Z Actions: 1/5063 actions (Removing old actions)
1472024-09-11T21:16:08.664Z Actions: 194/5063 actions (Installing new actions)
1482024-09-11T21:16:13.731Z Actions: 3649/5063 actions (Installing new actions)
1492024-09-11T21:16:14.773Z Actions: 4226/5063 actions (Updating modified actions)
1502024-09-11T21:16:15.152Z Actions: Completed 5063 actions in 6.51 seconds.
1512024-09-11T21:16:15.436Z Done (0.274s)
1522024-09-11T21:16:15.460Z Done (0.000s)
1532024-09-11T21:16:15.938Z Done (0.501s)
1542024-09-11T21:16:21.470Z Done (5.385s)
1552024-09-11T21:16:21.645Z Done (0.091s)
1562024-09-11T21:16:21.670Z Done (0.000s)
1572024-09-11T21:16:21.820Z Done (0.000s)
1582024-09-11T21:16:22.619ZPlanning: Evaluating mediator changes ... Done
1592024-09-11T21:16:22.848ZPlanning: Checking for conflicting actions ... Done
1602024-09-11T21:16:22.848ZPlanning: Consolidating action changes ... Done
1612024-09-11T21:16:23.175ZPlanning: Evaluating mediators ... Done
1622024-09-11T21:16:23.200ZPlanning: Planning completed in 0.56 seconds
1632024-09-11T21:16:23.225Z Mediators to change: 2
1642024-09-11T21:16:23.225Z Create boot environment: No
1652024-09-11T21:16:23.225ZCreate backup boot environment: No
1662024-09-11T21:16:23.292Z Done
1672024-09-11T21:16:23.292Z Done
1682024-09-11T21:16:23.601Z Done
1692024-09-11T21:16:28.613Z Done
1702024-09-11T21:16:28.725Z Done
1712024-09-11T21:16:28.725Z Done
1722024-09-11T21:16:28.778Z Done
1732024-09-11T21:16:29.604ZPlanning: Evaluating mediator changes ... Done
1742024-09-11T21:16:29.628ZPlanning: Merging actions ... Done
1752024-09-11T21:16:29.858ZPlanning: Checking for conflicting actions ... Done
1762024-09-11T21:16:29.883ZPlanning: Consolidating action changes ... Done
1772024-09-11T21:16:30.208ZPlanning: Evaluating mediators ... Done
1782024-09-11T21:16:30.283ZPlanning: Planning completed in 1.00 seconds
1792024-09-11T21:16:30.333Z Packages to change: 1
1802024-09-11T21:16:30.333Z Mediators to change: 1
1812024-09-11T21:16:30.333Z Services to change: 1
1822024-09-11T21:16:30.333Z Create boot environment: No
1832024-09-11T21:16:30.333ZCreate backup boot environment: Yes
1842024-09-11T21:16:31.923Z Actions: 1/6 actions (Updating modified actions)
1852024-09-11T21:16:31.948Z Actions: Completed 6 actions in 0.00 seconds.
1862024-09-11T21:16:31.948Z Done
1872024-09-11T21:16:31.948Z Done
1882024-09-11T21:16:32.047Z Done
1892024-09-11T21:16:37.322Z Done
1902024-09-11T21:16:37.431Z Done
1912024-09-11T21:16:37.457Z Done
1922024-09-11T21:16:37.487Z Done
1932024-09-11T21:16:38.070ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942024-09-11T21:16:38.070Zclang system 15 system
1952024-09-11T21:16:38.070Zcsh system system illumos
1962024-09-11T21:16:38.070Zctags system system illumos
1972024-09-11T21:16:38.070Zgcc vendor 12 vendor
1982024-09-11T21:16:38.070Zgcc system 10 system
1992024-09-11T21:16:38.070Zgcc system 7 system
2002024-09-11T21:16:38.070Zgo system 1.20 system
2012024-09-11T21:16:38.070Zgo system 1.19 system
2022024-09-11T21:16:38.070Zllvm system 15 system
2032024-09-11T21:16:38.070Zllvm system 14 system
2042024-09-11T21:16:38.070Zmariadb system 10.6 system
2052024-09-11T21:16:38.070Zmta vendor vendor dma
2062024-09-11T21:16:38.070Zopenjdk system 17 system
2072024-09-11T21:16:38.070Zopenjdk system 11 system
2082024-09-11T21:16:38.070Zopenjdk system 1.8 system
2092024-09-11T21:16:38.070Zopenssl vendor 3 vendor
2102024-09-11T21:16:38.070Zperl system 5.36 system
2112024-09-11T21:16:38.070Zpostgresql system 15 system
2122024-09-11T21:16:38.070Zpostgresql system 13 system
2132024-09-11T21:16:38.070Zpython vendor 3 vendor
2142024-09-11T21:16:38.070Zpython system 2 system
2152024-09-11T21:16:38.070Zpython3 system 3.11 system
2162024-09-11T21:16:38.070Zruby system 3.0 system
2172024-09-11T21:16:38.070Zwords vendor vendor american-english
2182024-09-11T21:16:38.070Zwords system system australian-english
2192024-09-11T21:16:38.071Zwords system system british-english
2202024-09-11T21:16:38.071Zwords system system canadian-english
2212024-09-11T21:16:38.071Zwords system system french
2222024-09-11T21:16:38.071Zwords system system italian
2232024-09-11T21:16:38.071Zwords system system ngerman
2242024-09-11T21:16:38.071Zwords system system ogerman
2252024-09-11T21:16:38.071Zwords system system spanish
2262024-09-11T21:16:38.526ZPUBLISHER TYPE STATUS P LOCATION
2272024-09-11T21:16:38.526Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2282024-09-11T21:16:40.906ZFMRI IFO
2292024-09-11T21:16:40.907Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2302024-09-11T21:16:40.907Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2312024-09-11T21:16:40.907Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2322024-09-11T21:16:40.907Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2332024-09-11T21:16:40.907Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2342024-09-11T21:16:40.907Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2352024-09-11T21:16:40.907Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2362024-09-11T21:16:40.907Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2372024-09-11T21:16:40.907Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2382024-09-11T21:16:40.907Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2392024-09-11T21:16:40.907Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2402024-09-11T21:16:40.907Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2412024-09-11T21:16:40.907Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2422024-09-11T21:16:41.702Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2432024-09-11T21:16:42.141Z Updating crates.io index
2442024-09-11T21:16:42.209Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2452024-09-11T21:16:43.570Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462024-09-11T21:16:44.518Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2472024-09-11T21:16:44.851Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2482024-09-11T21:16:46.692Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2492024-09-11T21:16:47.016Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2502024-09-11T21:16:47.395Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512024-09-11T21:16:48.706Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522024-09-11T21:16:50.920Z Updating git repository `https://github.com/oxidecomputer/opte`
2532024-09-11T21:16:52.059Z Updating git repository `https://github.com/oxidecomputer/falcon`
2542024-09-11T21:16:52.811Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552024-09-11T21:16:53.186Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2562024-09-11T21:16:53.999Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2572024-09-11T21:16:54.396Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2582024-09-11T21:16:54.763Z Updating git repository `https://github.com/oxidecomputer/qorb`
2592024-09-11T21:16:55.232Z Updating git repository `https://github.com/oxidecomputer/propolis`
2602024-09-11T21:16:55.866Z Updating git repository `https://github.com/oxidecomputer/tofino`
2612024-09-11T21:16:56.297Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622024-09-11T21:16:56.694Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632024-09-11T21:16:57.065Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642024-09-11T21:16:57.434Z Updating git repository `https://github.com/oxidecomputer/clickward`
2652024-09-11T21:16:57.898Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662024-09-11T21:16:58.453Z Updating git repository `https://github.com/oxidecomputer/ispf`
2672024-09-11T21:16:59.014Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2682024-09-11T21:16:59.389Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692024-09-11T21:16:59.977Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2702024-09-11T21:17:00.399Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712024-09-11T21:17:00.964Z Updating git repository `https://github.com/oxidecomputer/typify`
2722024-09-11T21:17:03.742Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732024-09-11T21:17:04.128Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742024-09-11T21:17:04.513Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752024-09-11T21:17:05.003Z Updating git repository `https://github.com/oxidecomputer/rfb`
2762024-09-11T21:17:06.512Z Downloading crates ...
2772024-09-11T21:17:06.577Z Downloaded dtrace-parser v0.2.0
2782024-09-11T21:17:06.602Z Downloaded byteorder v1.5.0
2792024-09-11T21:17:06.602Z Downloaded itoa v1.0.11
2802024-09-11T21:17:06.602Z Downloaded is_terminal_polyfill v1.70.0
2812024-09-11T21:17:06.602Z Downloaded equivalent v1.0.1
2822024-09-11T21:17:06.602Z Downloaded heck v0.4.1
2832024-09-11T21:17:06.602Z Downloaded thiserror-impl v1.0.63
2842024-09-11T21:17:06.602Z Downloaded fnv v1.0.7
2852024-09-11T21:17:06.602Z Downloaded serde_spanned v0.6.7
2862024-09-11T21:17:06.602Z Downloaded usdt-impl v0.5.0
2872024-09-11T21:17:06.602Z Downloaded utf8parse v0.2.1
2882024-09-11T21:17:06.602Z Downloaded crypto-common v0.1.6
2892024-09-11T21:17:06.626Z Downloaded usdt-attr-macro v0.5.0
2902024-09-11T21:17:06.626Z Downloaded scroll_derive v0.12.0
2912024-09-11T21:17:06.626Z Downloaded pretty-hex v0.4.1
2922024-09-11T21:17:06.626Z Downloaded swrite v0.1.0
2932024-09-11T21:17:06.626Z Downloaded usdt-macro v0.5.0
2942024-09-11T21:17:06.626Z Downloaded fs-err v2.11.0
2952024-09-11T21:17:06.626Z Downloaded scroll v0.12.0
2962024-09-11T21:17:06.626Z Downloaded zerocopy-derive v0.7.34
2972024-09-11T21:17:06.626Z Downloaded tabled_derive v0.7.0
2982024-09-11T21:17:06.626Z Downloaded version_check v0.9.5
2992024-09-11T21:17:06.626Z Downloaded clap v4.5.16
3002024-09-11T21:17:06.651Z Downloaded toml v0.8.19
3012024-09-11T21:17:06.651Z Downloaded unicode-ident v1.0.12
3022024-09-11T21:17:06.651Z Downloaded typenum v1.17.0
3032024-09-11T21:17:06.651Z Downloaded ryu v1.0.18
3042024-09-11T21:17:06.675Z Downloaded pest_meta v2.7.10
3052024-09-11T21:17:06.675Z Downloaded papergrid v0.11.0
3062024-09-11T21:17:06.675Z Downloaded serde v1.0.208
3072024-09-11T21:17:06.675Z Downloaded toml_edit v0.22.20
3082024-09-11T21:17:06.707Z Downloaded zerocopy v0.7.34
3092024-09-11T21:17:06.731Z Downloaded syn v1.0.109
3102024-09-11T21:17:07.021Z Downloaded unicode-width v0.1.13
3112024-09-11T21:17:07.021Z Downloaded syn v2.0.74
3122024-09-11T21:17:07.045Z Downloaded libc v0.2.158
3132024-09-11T21:17:07.045Z Downloaded rustix v0.38.34
3142024-09-11T21:17:07.045Z Downloaded serde_json v1.0.125
3152024-09-11T21:17:07.045Z Downloaded hashbrown v0.14.5
3162024-09-11T21:17:07.046Z Downloaded goblin v0.8.2
3172024-09-11T21:17:07.046Z Downloaded clap_builder v4.5.15
3182024-09-11T21:17:07.046Z Downloaded winnow v0.6.18
3192024-09-11T21:17:07.046Z Downloaded tabled v0.15.0
3202024-09-11T21:17:07.046Z Downloaded pest v2.7.10
3212024-09-11T21:17:07.046Z Downloaded memchr v2.7.2
3222024-09-11T21:17:07.046Z Downloaded indexmap v2.4.0
3232024-09-11T21:17:07.046Z Downloaded ucd-trie v0.1.6
3242024-09-11T21:17:07.046Z Downloaded quote v1.0.36
3252024-09-11T21:17:07.046Z Downloaded proc-macro2 v1.0.86
3262024-09-11T21:17:07.046Z Downloaded pest_derive v2.7.10
3272024-09-11T21:17:07.046Z Downloaded cargo_toml v0.20.4
3282024-09-11T21:17:07.046Z Downloaded textwrap v0.16.1
3292024-09-11T21:17:07.046Z Downloaded tempfile v3.10.1
3302024-09-11T21:17:07.046Z Downloaded serde_derive v1.0.208
3312024-09-11T21:17:07.046Z Downloaded toml_datetime v0.6.8
3322024-09-11T21:17:07.046Z Downloaded thread-id v4.2.1
3332024-09-11T21:17:07.046Z Downloaded thiserror v1.0.63
3342024-09-11T21:17:07.046Z Downloaded terminal_size v0.3.0
3352024-09-11T21:17:07.046Z Downloaded memmap v0.7.0
3362024-09-11T21:17:07.046Z Downloaded log v0.4.21
3372024-09-11T21:17:07.046Z Downloaded clap_derive v4.5.13
3382024-09-11T21:17:07.046Z Downloaded bitflags v2.6.0
3392024-09-11T21:17:07.046Z Downloaded smawk v0.3.2
3402024-09-11T21:17:07.046Z Downloaded serde_tokenstream v0.2.2
3412024-09-11T21:17:07.046Z Downloaded proc-macro-error-attr v1.0.4
3422024-09-11T21:17:07.046Z Downloaded sha2 v0.10.8
3432024-09-11T21:17:07.046Z Downloaded semver v1.0.23
3442024-09-11T21:17:07.046Z Downloaded proc-macro-error v1.0.4
3452024-09-11T21:17:07.046Z Downloaded once_cell v1.19.0
3462024-09-11T21:17:07.046Z Downloaded macaddr v1.0.1
3472024-09-11T21:17:07.046Z Downloaded cargo_metadata v0.18.1
3482024-09-11T21:17:07.046Z Downloaded anyhow v1.0.86
3492024-09-11T21:17:07.046Z Downloaded heck v0.5.0
3502024-09-11T21:17:07.046Z Downloaded fastrand v2.1.0
3512024-09-11T21:17:07.046Z Downloaded colorchoice v1.0.1
3522024-09-11T21:17:07.046Z Downloaded usdt v0.5.0
3532024-09-11T21:17:07.046Z Downloaded pest_generator v2.7.10
3542024-09-11T21:17:07.047Z Downloaded unicode-linebreak v0.1.5
3552024-09-11T21:17:07.047Z Downloaded strsim v0.11.1
3562024-09-11T21:17:07.047Z Downloaded plain v0.2.3
3572024-09-11T21:17:07.047Z Downloaded cargo-platform v0.1.8
3582024-09-11T21:17:07.047Z Downloaded dof v0.3.0
3592024-09-11T21:17:07.047Z Downloaded digest v0.10.7
3602024-09-11T21:17:07.047Z Downloaded camino v1.1.9
3612024-09-11T21:17:07.047Z Downloaded anstream v0.6.14
3622024-09-11T21:17:07.047Z Downloaded errno v0.3.9
3632024-09-11T21:17:07.047Z Downloaded cfg-if v1.0.0
3642024-09-11T21:17:07.047Z Downloaded anstyle-parse v0.2.4
3652024-09-11T21:17:07.047Z Downloaded generic-array v0.14.7
3662024-09-11T21:17:07.047Z Downloaded clap_lex v0.7.0
3672024-09-11T21:17:07.047Z Downloaded camino-tempfile v1.1.1
3682024-09-11T21:17:07.047Z Downloaded cpufeatures v0.2.12
3692024-09-11T21:17:07.047Z Downloaded anstyle v1.0.8
3702024-09-11T21:17:07.047Z Downloaded bytecount v0.6.8
3712024-09-11T21:17:07.047Z Downloaded block-buffer v0.10.4
3722024-09-11T21:17:07.047Z Downloaded autocfg v1.3.0
3732024-09-11T21:17:07.047Z Downloaded anstyle-query v1.0.3
3742024-09-11T21:17:07.164Z Compiling proc-macro2 v1.0.86
3752024-09-11T21:17:07.164Z Compiling unicode-ident v1.0.12
3762024-09-11T21:17:07.164Z Compiling serde v1.0.208
3772024-09-11T21:17:07.164Z Compiling version_check v0.9.5
3782024-09-11T21:17:07.188Z Compiling memchr v2.7.2
3792024-09-11T21:17:07.188Z Compiling thiserror v1.0.63
3802024-09-11T21:17:07.188Z Compiling libc v0.2.158
3812024-09-11T21:17:07.189Z Compiling itoa v1.0.11
3822024-09-11T21:17:07.477Z Compiling ucd-trie v0.1.6
3832024-09-11T21:17:07.614Z Compiling ryu v1.0.18
3842024-09-11T21:17:08.024Z Compiling once_cell v1.19.0
3852024-09-11T21:17:08.123Z Compiling byteorder v1.5.0
3862024-09-11T21:17:08.154Z Compiling serde_json v1.0.125
3872024-09-11T21:17:08.221Z Compiling rustix v0.38.34
3882024-09-11T21:17:08.557Z Compiling bitflags v2.6.0
3892024-09-11T21:17:08.659Z Compiling proc-macro-error-attr v1.0.4
3902024-09-11T21:17:08.882Z Compiling usdt-impl v0.5.0
3912024-09-11T21:17:08.958Z Compiling syn v1.0.109
3922024-09-11T21:17:09.020Z Compiling quote v1.0.36
3932024-09-11T21:17:09.086Z Compiling proc-macro-error v1.0.4
3942024-09-11T21:17:09.110Z Compiling camino v1.1.9
3952024-09-11T21:17:09.260Z Compiling errno v0.3.9
3962024-09-11T21:17:09.397Z Compiling syn v2.0.74
3972024-09-11T21:17:09.545Z Compiling utf8parse v0.2.1
3982024-09-11T21:17:09.664Z Compiling hashbrown v0.14.5
3992024-09-11T21:17:09.707Z Compiling equivalent v1.0.1
4002024-09-11T21:17:09.733Z Compiling log v0.4.21
4012024-09-11T21:17:09.760Z Compiling plain v0.2.3
4022024-09-11T21:17:09.918Z Compiling anstyle-parse v0.2.4
4032024-09-11T21:17:09.951Z Compiling thread-id v4.2.1
4042024-09-11T21:17:10.249Z Compiling winnow v0.6.18
4052024-09-11T21:17:10.273Z Compiling semver v1.0.23
4062024-09-11T21:17:10.499Z Compiling anstyle v1.0.8
4072024-09-11T21:17:10.687Z Compiling unicode-width v0.1.13
4082024-09-11T21:17:10.783Z Compiling anstyle-query v1.0.3
4092024-09-11T21:17:10.899Z Compiling indexmap v2.4.0
4102024-09-11T21:17:10.927Z Compiling is_terminal_polyfill v1.70.0
4112024-09-11T21:17:10.955Z Compiling autocfg v1.3.0
4122024-09-11T21:17:10.989Z Compiling pretty-hex v0.4.1
4132024-09-11T21:17:11.057Z Compiling colorchoice v1.0.1
4142024-09-11T21:17:11.213Z Compiling anstream v0.6.14
4152024-09-11T21:17:11.313Z Compiling terminal_size v0.3.0
4162024-09-11T21:17:11.823Z Compiling heck v0.5.0
4172024-09-11T21:17:11.900Z Compiling fs-err v2.11.0
4182024-09-11T21:17:11.962Z Compiling anyhow v1.0.86
4192024-09-11T21:17:12.015Z Compiling heck v0.4.1
4202024-09-11T21:17:12.238Z Compiling cfg-if v1.0.0
4212024-09-11T21:17:12.281Z Compiling fastrand v2.1.0
4222024-09-11T21:17:12.351Z Compiling strsim v0.11.1
4232024-09-11T21:17:12.381Z Compiling clap_lex v0.7.0
4242024-09-11T21:17:12.635Z Compiling bytecount v0.6.8
4252024-09-11T21:17:12.669Z Compiling fnv v1.0.7
4262024-09-11T21:17:12.855Z Compiling papergrid v0.11.0
4272024-09-11T21:17:12.881Z Compiling clap_builder v4.5.15
4282024-09-11T21:17:13.118Z Compiling tempfile v3.10.1
4292024-09-11T21:17:13.476Z Compiling memmap v0.7.0
4302024-09-11T21:17:13.521Z Compiling smawk v0.3.2
4312024-09-11T21:17:13.741Z Compiling unicode-linebreak v0.1.5
4322024-09-11T21:17:14.028Z Compiling swrite v0.1.0
4332024-09-11T21:17:14.174Z Compiling textwrap v0.16.1
4342024-09-11T21:17:15.577Z Compiling tabled_derive v0.7.0
4352024-09-11T21:17:17.452Z Compiling tabled v0.15.0
4362024-09-11T21:17:18.455Z Compiling serde_derive v1.0.208
4372024-09-11T21:17:18.480Z Compiling thiserror-impl v1.0.63
4382024-09-11T21:17:18.480Z Compiling zerocopy-derive v0.7.34
4392024-09-11T21:17:18.480Z Compiling scroll_derive v0.12.0
4402024-09-11T21:17:18.480Z Compiling clap_derive v4.5.13
4412024-09-11T21:17:19.724Z Compiling scroll v0.12.0
4422024-09-11T21:17:20.208Z Compiling goblin v0.8.2
4432024-09-11T21:17:20.414Z Compiling zerocopy v0.7.34
4442024-09-11T21:17:20.998Z Compiling pest v2.7.10
4452024-09-11T21:17:21.894Z Compiling clap v4.5.16
4462024-09-11T21:17:23.310Z Compiling pest_meta v2.7.10
4472024-09-11T21:17:24.364Z Compiling pest_generator v2.7.10
4482024-09-11T21:17:26.219Z Compiling pest_derive v2.7.10
4492024-09-11T21:17:26.900Z Compiling dtrace-parser v0.2.0
4502024-09-11T21:17:28.751Z Compiling serde_tokenstream v0.2.2
4512024-09-11T21:17:28.801Z Compiling toml_datetime v0.6.8
4522024-09-11T21:17:28.801Z Compiling serde_spanned v0.6.7
4532024-09-11T21:17:29.079Z Compiling cargo-platform v0.1.8
4542024-09-11T21:17:29.199Z Compiling toml_edit v0.22.20
4552024-09-11T21:17:29.346Z Compiling macaddr v1.0.1
4562024-09-11T21:17:29.531Z Compiling camino-tempfile v1.1.1
4572024-09-11T21:17:30.353Z Compiling dof v0.3.0
4582024-09-11T21:17:30.380Z Compiling cargo_metadata v0.18.1
4592024-09-11T21:17:31.992Z Compiling toml v0.8.19
4602024-09-11T21:17:32.157Z Compiling usdt-macro v0.5.0
4612024-09-11T21:17:32.183Z Compiling usdt-attr-macro v0.5.0
4622024-09-11T21:17:32.875Z Compiling cargo_toml v0.20.4
4632024-09-11T21:17:33.488Z Compiling usdt v0.5.0
4642024-09-11T21:17:37.285Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652024-09-11T21:17:42.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
4662024-09-11T21:17:42.960Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4672024-09-11T21:17:43.803Z Downloading crates ...
4682024-09-11T21:17:43.960Z Downloaded crunchy v0.2.2
4692024-09-11T21:17:43.986Z Downloaded curve25519-dalek-derive v0.1.1
4702024-09-11T21:17:43.986Z Downloaded hubpack_derive v0.1.1
4712024-09-11T21:17:43.987Z Downloaded is-terminal v0.4.12
4722024-09-11T21:17:43.987Z Downloaded httpdate v1.0.3
4732024-09-11T21:17:43.987Z Downloaded hostname v0.4.0
4742024-09-11T21:17:43.987Z Downloaded normalize-line-endings v0.3.0
4752024-09-11T21:17:44.013Z Downloaded md-5 v0.10.6
4762024-09-11T21:17:44.013Z Downloaded nodrop v0.1.14
4772024-09-11T21:17:44.013Z Downloaded newtype-uuid v1.1.0
4782024-09-11T21:17:44.013Z Downloaded serde_plain v1.0.2
4792024-09-11T21:17:44.038Z Downloaded shell-words v1.1.0
4802024-09-11T21:17:44.038Z Downloaded sha1 v0.10.6
4812024-09-11T21:17:44.038Z Downloaded tabwriter v1.4.0
4822024-09-11T21:17:44.038Z Downloaded serde_urlencoded v0.7.1
4832024-09-11T21:17:44.038Z Downloaded universal-hash v0.5.1
4842024-09-11T21:17:44.064Z Downloaded downcast v0.11.0
4852024-09-11T21:17:44.064Z Downloaded oso-derive v0.27.3
4862024-09-11T21:17:44.064Z Downloaded pretty-hex v0.2.1
4872024-09-11T21:17:44.092Z Downloaded tower-service v0.3.2
4882024-09-11T21:17:44.092Z Downloaded try-lock v0.2.5
4892024-09-11T21:17:44.093Z Downloaded rustc_version v0.4.0
4902024-09-11T21:17:44.093Z Downloaded zone_cfg_derive v0.3.0
4912024-09-11T21:17:44.093Z Downloaded slog-scope v4.4.0
4922024-09-11T21:17:44.093Z Downloaded packed_struct_codegen v0.10.1
4932024-09-11T21:17:44.093Z Downloaded smf v0.2.3
4942024-09-11T21:17:44.120Z Downloaded smallvec v1.13.2
4952024-09-11T21:17:44.120Z Downloaded proc-macro-crate v1.3.1
4962024-09-11T21:17:44.120Z Downloaded tui-tree-widget v0.22.0
4972024-09-11T21:17:44.120Z Downloaded openssl-sys v0.9.103
4982024-09-11T21:17:44.120Z Downloaded filetime v0.2.25
4992024-09-11T21:17:44.120Z Downloaded portpicker v0.1.1
5002024-09-11T21:17:44.120Z Downloaded phf_shared v0.10.0
5012024-09-11T21:17:44.151Z Downloaded futures-macro v0.3.30
5022024-09-11T21:17:44.151Z Downloaded vte_generate_state_changes v0.1.1
5032024-09-11T21:17:44.151Z Downloaded pbkdf2 v0.11.0
5042024-09-11T21:17:44.151Z Downloaded peg-runtime v0.8.3
5052024-09-11T21:17:44.151Z Downloaded strum v0.26.3
5062024-09-11T21:17:44.151Z Downloaded num-conv v0.1.0
5072024-09-11T21:17:44.151Z Downloaded headers-core v0.2.0
5082024-09-11T21:17:44.151Z Downloaded phf v0.11.2
5092024-09-11T21:17:44.151Z Downloaded pkg-config v0.3.30
5102024-09-11T21:17:44.179Z Downloaded utf-8 v0.7.6
5112024-09-11T21:17:44.179Z Downloaded uzers v0.11.3
5122024-09-11T21:17:44.179Z Downloaded time-core v0.1.2
5132024-09-11T21:17:44.179Z Downloaded ref-cast v1.0.23
5142024-09-11T21:17:44.179Z Downloaded slog-dtrace v0.3.0
5152024-09-11T21:17:44.179Z Downloaded scheduled-thread-pool v0.2.7
5162024-09-11T21:17:44.179Z Downloaded parse-size v1.0.0
5172024-09-11T21:17:44.179Z Downloaded pin-project-internal v1.1.5
5182024-09-11T21:17:44.205Z Downloaded unarray v0.1.4
5192024-09-11T21:17:44.205Z Downloaded funty v2.0.0
5202024-09-11T21:17:44.205Z Downloaded parse-display v0.10.0
5212024-09-11T21:17:44.205Z Downloaded opaque-debug v0.3.1
5222024-09-11T21:17:44.205Z Downloaded path-slash v0.1.5
5232024-09-11T21:17:44.205Z Downloaded thiserror-impl-no-std v2.0.2
5242024-09-11T21:17:44.205Z Downloaded number_prefix v0.4.0
5252024-09-11T21:17:44.234Z Downloaded heapless v0.7.17
5262024-09-11T21:17:44.234Z Downloaded paste v1.0.15
5272024-09-11T21:17:44.234Z Downloaded toolchain_find v0.4.0
5282024-09-11T21:17:44.234Z Downloaded sqlparser_derive v0.2.2
5292024-09-11T21:17:44.234Z Downloaded num_enum_derive v0.5.11
5302024-09-11T21:17:44.234Z Downloaded test-strategy v0.3.1
5312024-09-11T21:17:44.260Z Downloaded russh-cryptovec v0.7.2
5322024-09-11T21:17:44.260Z Downloaded dhcproto-macros v0.1.0
5332024-09-11T21:17:44.261Z Downloaded sigpipe v0.1.3
5342024-09-11T21:17:44.261Z Downloaded termtree v0.4.1
5352024-09-11T21:17:44.261Z Downloaded scrypt v0.11.0
5362024-09-11T21:17:44.261Z Downloaded tungstenite v0.21.0
5372024-09-11T21:17:44.261Z Downloaded foreign-types v0.3.2
5382024-09-11T21:17:44.261Z Downloaded tinyvec_macros v0.1.1
5392024-09-11T21:17:44.261Z Downloaded tokio-tungstenite v0.20.1
5402024-09-11T21:17:44.288Z Downloaded termios v0.3.3
5412024-09-11T21:17:44.288Z Downloaded termcolor v1.4.1
5422024-09-11T21:17:44.288Z Downloaded group v0.13.0
5432024-09-11T21:17:44.288Z Downloaded time v0.3.36
5442024-09-11T21:17:44.320Z Downloaded rand_seeder v0.3.0
5452024-09-11T21:17:44.320Z Downloaded float-cmp v0.9.0
5462024-09-11T21:17:44.320Z Downloaded env_logger v0.10.2
5472024-09-11T21:17:44.320Z Downloaded rayon-core v1.12.1
5482024-09-11T21:17:44.320Z Downloaded rand v0.8.5
5492024-09-11T21:17:44.346Z Downloaded steno v0.4.1
5502024-09-11T21:17:44.346Z Downloaded vcpkg v0.2.15
5512024-09-11T21:17:44.401Z Downloaded rayon v1.10.0
5522024-09-11T21:17:44.428Z Downloaded rusqlite v0.31.0
5532024-09-11T21:17:44.428Z Downloaded regex v1.10.6
5542024-09-11T21:17:44.453Z Downloaded object v0.32.2
5552024-09-11T21:17:44.479Z Downloaded openapiv3 v2.0.0
5562024-09-11T21:17:44.504Z Downloaded sled v0.34.7
5572024-09-11T21:17:44.532Z Downloaded ratatui v0.28.0
5582024-09-11T21:17:44.558Z Downloaded regex-automata v0.4.6
5592024-09-11T21:17:44.586Z Downloaded tokio v1.39.3
5602024-09-11T21:17:44.619Z Downloaded sha3 v0.10.8
5612024-09-11T21:17:44.644Z Downloaded encoding_rs v0.8.34
5622024-09-11T21:17:44.672Z Downloaded libgit2-sys v0.17.0+1.8.1
5632024-09-11T21:17:44.763Z Downloaded petgraph v0.6.5
5642024-09-11T21:17:44.804Z Downloaded finl_unicode v1.2.0
5652024-09-11T21:17:44.804Z Downloaded zerocopy-derive v0.6.6
5662024-09-11T21:17:44.804Z Downloaded object v0.30.4
5672024-09-11T21:17:44.836Z Downloaded nix v0.27.1
5682024-09-11T21:17:44.836Z Downloaded hickory-proto v0.24.1
5692024-09-11T21:17:44.867Z Downloaded csv v1.3.0
5702024-09-11T21:17:44.893Z Downloaded radix_trie v0.2.1
5712024-09-11T21:17:44.893Z Downloaded h2 v0.3.26
5722024-09-11T21:17:44.917Z Downloaded libz-sys v1.1.16
5732024-09-11T21:17:44.984Z Downloaded rustls-webpki v0.102.4
5742024-09-11T21:17:45.010Z Downloaded rustls-webpki v0.101.7
5752024-09-11T21:17:45.037Z Downloaded ring v0.17.8
5762024-09-11T21:17:45.116Z Downloaded russh v0.45.0
5772024-09-11T21:17:45.142Z Downloaded webpki-roots v0.25.4
5782024-09-11T21:17:45.142Z Downloaded sqlparser v0.45.0
5792024-09-11T21:17:45.142Z Downloaded libsqlite3-sys v0.28.0
5802024-09-11T21:17:45.238Z Downloaded quick-xml v0.31.0
5812024-09-11T21:17:45.267Z Downloaded ring v0.16.20
5822024-09-11T21:17:45.349Z Downloaded proptest v1.5.0
5832024-09-11T21:17:45.373Z Downloaded polar-core v0.27.3
5842024-09-11T21:17:45.373Z Downloaded git2 v0.19.0
5852024-09-11T21:17:45.400Z Downloaded gimli v0.28.1
5862024-09-11T21:17:45.400Z Downloaded smoltcp v0.11.0
5872024-09-11T21:17:45.426Z Downloaded smoltcp v0.9.1
5882024-09-11T21:17:45.426Z Downloaded rustls v0.22.4
5892024-09-11T21:17:45.451Z Downloaded rustls v0.21.12
5902024-09-11T21:17:45.476Z Downloaded p384 v0.13.0
5912024-09-11T21:17:45.476Z Downloaded nix v0.29.0
5922024-09-11T21:17:45.517Z Downloaded nix v0.28.0
5932024-09-11T21:17:45.517Z Downloaded lalrpop v0.19.12
5942024-09-11T21:17:45.517Z Downloaded idna v0.5.0
5952024-09-11T21:17:45.544Z Downloaded idna v0.3.0
5962024-09-11T21:17:45.544Z Downloaded rustyline v14.0.0
5972024-09-11T21:17:45.544Z Downloaded openssl v0.10.66
5982024-09-11T21:17:45.569Z Downloaded portable-atomic v1.6.0
5992024-09-11T21:17:45.569Z Downloaded diesel v2.2.3
6002024-09-11T21:17:45.597Z Downloaded idna v0.4.0
6012024-09-11T21:17:45.626Z Downloaded idna v0.2.3
6022024-09-11T21:17:45.626Z Downloaded bstr v1.9.1
6032024-09-11T21:17:45.626Z Downloaded ssh-key v0.6.6
6042024-09-11T21:17:45.651Z Downloaded ssh-encoding v0.2.0
6052024-09-11T21:17:45.651Z Downloaded winnow v0.5.40
6062024-09-11T21:17:45.651Z Downloaded trust-dns-proto v0.22.0
6072024-09-11T21:17:45.678Z Downloaded foreign-types v0.5.0
6082024-09-11T21:17:45.678Z Downloaded rsa v0.9.6
6092024-09-11T21:17:45.678Z Downloaded hashbrown v0.13.2
6102024-09-11T21:17:45.678Z Downloaded regex-syntax v0.8.4
6112024-09-11T21:17:45.703Z Downloaded der v0.7.9
6122024-09-11T21:17:45.703Z Downloaded x509-cert v0.2.5
6132024-09-11T21:17:45.703Z Downloaded tungstenite v0.20.1
6142024-09-11T21:17:45.703Z Downloaded russh-keys v0.45.0
6152024-09-11T21:17:45.703Z Downloaded tokio-postgres v0.7.11
6162024-09-11T21:17:45.729Z Downloaded hashbrown v0.12.3
6172024-09-11T21:17:45.729Z Downloaded num-bigint-dig v0.8.4
6182024-09-11T21:17:45.729Z Downloaded dropshot v0.10.1
6192024-09-11T21:17:45.758Z Downloaded regress v0.9.1
6202024-09-11T21:17:45.758Z Downloaded bzip2-sys v0.1.11+1.0.8
6212024-09-11T21:17:45.785Z Downloaded rand_core v0.6.4
6222024-09-11T21:17:45.785Z Downloaded rand_chacha v0.3.1
6232024-09-11T21:17:45.785Z Downloaded env_logger v0.9.3
6242024-09-11T21:17:45.785Z Downloaded dhcproto v0.12.0
6252024-09-11T21:17:45.785Z Downloaded des v0.8.1
6262024-09-11T21:17:45.785Z Downloaded derive_more v0.99.18
6272024-09-11T21:17:45.809Z Downloaded half v2.4.1
6282024-09-11T21:17:45.809Z Downloaded flate2 v1.0.33
6292024-09-11T21:17:45.809Z Downloaded p521 v0.13.3
6302024-09-11T21:17:45.809Z Downloaded reedline v0.33.0
6312024-09-11T21:17:45.809Z Downloaded publicsuffix v2.2.3
6322024-09-11T21:17:45.837Z Downloaded nom v7.1.3
6332024-09-11T21:17:45.837Z Downloaded hyper v0.14.30
6342024-09-11T21:17:45.837Z Downloaded foreign-types-macros v0.2.3
6352024-09-11T21:17:45.837Z Downloaded rand_xorshift v0.3.0
6362024-09-11T21:17:45.837Z Downloaded headers v0.3.9
6372024-09-11T21:17:45.868Z Downloaded string_cache v0.8.7
6382024-09-11T21:17:45.868Z Downloaded derive_builder_core v0.20.0
6392024-09-11T21:17:45.868Z Downloaded tokio-native-tls v0.3.1
6402024-09-11T21:17:45.868Z Downloaded static_assertions v1.1.0
6412024-09-11T21:17:45.868Z Downloaded ssh-cipher v0.2.0
6422024-09-11T21:17:45.868Z Downloaded semver v0.1.20
6432024-09-11T21:17:45.868Z Downloaded rtoolbox v0.0.2
6442024-09-11T21:17:45.868Z Downloaded tls_codec_derive v0.4.1
6452024-09-11T21:17:45.868Z Downloaded rusty-fork v0.3.0
6462024-09-11T21:17:45.868Z Downloaded similar v2.6.0
6472024-09-11T21:17:45.868Z Downloaded darling_core v0.20.9
6482024-09-11T21:17:45.897Z Downloaded tar v0.4.41
6492024-09-11T21:17:45.897Z Downloaded itertools v0.12.1
6502024-09-11T21:17:45.897Z Downloaded tls_codec v0.4.1
6512024-09-11T21:17:45.897Z Downloaded defmt-parser v0.3.4
6522024-09-11T21:17:45.897Z Downloaded stable_deref_trait v1.2.0
6532024-09-11T21:17:45.898Z Downloaded radium v0.7.0
6542024-09-11T21:17:45.898Z Downloaded hash32 v0.2.1
6552024-09-11T21:17:45.898Z Downloaded tokio-stream v0.1.15
6562024-09-11T21:17:45.898Z Downloaded tokio-rustls v0.25.0
6572024-09-11T21:17:45.898Z Downloaded tokio-rustls v0.24.1
6582024-09-11T21:17:45.898Z Downloaded password-hash v0.4.2
6592024-09-11T21:17:45.898Z Downloaded schemars v0.8.21
6602024-09-11T21:17:45.923Z Downloaded samael v0.0.15
6612024-09-11T21:17:45.923Z Downloaded futures-util v0.3.30
6622024-09-11T21:17:45.951Z Downloaded libm v0.2.8
6632024-09-11T21:17:45.951Z Downloaded curve25519-dalek v4.1.3
6642024-09-11T21:17:45.984Z Downloaded tokio-macros v2.4.0
6652024-09-11T21:17:45.984Z Downloaded num-bigint v0.4.5
6662024-09-11T21:17:45.984Z Downloaded tokio-util v0.7.11
6672024-09-11T21:17:45.984Z Downloaded scopeguard v1.2.0
6682024-09-11T21:17:45.984Z Downloaded rustversion v1.0.17
6692024-09-11T21:17:45.984Z Downloaded term v0.7.0
6702024-09-11T21:17:45.984Z Downloaded derive_builder v0.20.0
6712024-09-11T21:17:46.010Z Downloaded derive-where v1.2.7
6722024-09-11T21:17:46.010Z Downloaded num-traits v0.2.19
6732024-09-11T21:17:46.010Z Downloaded schemars_derive v0.8.21
6742024-09-11T21:17:46.010Z Downloaded defmt-macros v0.3.9
6752024-09-11T21:17:46.010Z Downloaded which v4.4.2
6762024-09-11T21:17:46.010Z Downloaded tungstenite v0.23.0
6772024-09-11T21:17:46.010Z Downloaded whoami v1.5.1
6782024-09-11T21:17:46.010Z Downloaded walkdir v2.5.0
6792024-09-11T21:17:46.010Z Downloaded derive_builder_macro v0.20.0
6802024-09-11T21:17:46.010Z Downloaded slab v0.4.9
6812024-09-11T21:17:46.010Z Downloaded hashlink v0.9.1
6822024-09-11T21:17:46.036Z Downloaded yasna v0.5.2
6832024-09-11T21:17:46.036Z Downloaded omicron-zone-package v0.11.0
6842024-09-11T21:17:46.036Z Downloaded typed-path v0.7.1
6852024-09-11T21:17:46.036Z Downloaded password-hash v0.5.0
6862024-09-11T21:17:46.036Z Downloaded expectorate v1.1.0
6872024-09-11T21:17:46.036Z Downloaded num_enum v0.5.11
6882024-09-11T21:17:46.036Z Downloaded enum-as-inner v0.5.1
6892024-09-11T21:17:46.062Z Downloaded itertools v0.13.0
6902024-09-11T21:17:46.062Z Downloaded siphasher v0.3.11
6912024-09-11T21:17:46.062Z Downloaded hash32 v0.3.1
6922024-09-11T21:17:46.062Z Downloaded enum-as-inner v0.6.0
6932024-09-11T21:17:46.062Z Downloaded structmeta-derive v0.2.0
6942024-09-11T21:17:46.062Z Downloaded strip-ansi-escapes v0.2.0
6952024-09-11T21:17:46.062Z Downloaded stringprep v0.1.4
6962024-09-11T21:17:46.062Z Downloaded libxml v0.3.3
6972024-09-11T21:17:46.087Z Downloaded endian-type v0.1.2
6982024-09-11T21:17:46.087Z Downloaded xattr v1.3.1
6992024-09-11T21:17:46.087Z Downloaded strum_macros v0.25.3
7002024-09-11T21:17:46.087Z Downloaded signature v2.2.0
7012024-09-11T21:17:46.087Z Downloaded signal-hook-tokio v0.3.1
7022024-09-11T21:17:46.087Z Downloaded signal-hook-registry v1.4.2
7032024-09-11T21:17:46.087Z Downloaded signal-hook-mio v0.2.4
7042024-09-11T21:17:46.087Z Downloaded fragile v2.0.0
7052024-09-11T21:17:46.087Z Downloaded form_urlencoded v1.2.1
7062024-09-11T21:17:46.087Z Downloaded foreign-types-shared v0.3.1
7072024-09-11T21:17:46.087Z Downloaded flume v0.11.0
7082024-09-11T21:17:46.087Z Downloaded heapless v0.8.0
7092024-09-11T21:17:46.087Z Downloaded regex-syntax v0.6.29
7102024-09-11T21:17:46.123Z Downloaded hkdf v0.12.4
7112024-09-11T21:17:46.123Z Downloaded olpc-cjson v0.1.3
7122024-09-11T21:17:46.123Z Downloaded untrusted v0.9.0
7132024-09-11T21:17:46.123Z Downloaded twox-hash v1.6.3
7142024-09-11T21:17:46.123Z Downloaded thread_local v1.1.8
7152024-09-11T21:17:46.123Z Downloaded thiserror-no-std v2.0.2
7162024-09-11T21:17:46.123Z Downloaded structmeta v0.3.0
7172024-09-11T21:17:46.123Z Downloaded structmeta v0.2.0
7182024-09-11T21:17:46.123Z Downloaded sct v0.7.1
7192024-09-11T21:17:46.151Z Downloaded futures v0.3.30
7202024-09-11T21:17:46.151Z Downloaded wyz v0.5.1
7212024-09-11T21:17:46.151Z Downloaded url v2.5.2
7222024-09-11T21:17:46.151Z Downloaded postgres-types v0.2.7
7232024-09-11T21:17:46.151Z Downloaded postcard v1.0.8
7242024-09-11T21:17:46.151Z Downloaded snafu v0.8.2
7252024-09-11T21:17:46.151Z Downloaded toml_edit v0.19.15
7262024-09-11T21:17:46.177Z Downloaded mio v0.8.11
7272024-09-11T21:17:46.177Z Downloaded chrono v0.4.38
7282024-09-11T21:17:46.203Z Downloaded num_threads v0.1.7
7292024-09-11T21:17:46.203Z Downloaded parse-display-derive v0.10.0
7302024-09-11T21:17:46.203Z Downloaded parking_lot_core v0.9.10
7312024-09-11T21:17:46.203Z Downloaded futures-executor v0.3.30
7322024-09-11T21:17:46.204Z Downloaded futures-channel v0.3.30
7332024-09-11T21:17:46.204Z Downloaded structmeta-derive v0.3.0
7342024-09-11T21:17:46.204Z Downloaded itertools v0.10.5
7352024-09-11T21:17:46.204Z Downloaded spki v0.7.3
7362024-09-11T21:17:46.204Z Downloaded sec1 v0.7.3
7372024-09-11T21:17:46.204Z Downloaded tinyvec v1.6.0
7382024-09-11T21:17:46.228Z Downloaded rcgen v0.12.1
7392024-09-11T21:17:46.228Z Downloaded num-rational v0.4.2
7402024-09-11T21:17:46.228Z Downloaded socket2 v0.4.10
7412024-09-11T21:17:46.228Z Downloaded sqlformat v0.2.4
7422024-09-11T21:17:46.228Z Downloaded secrecy v0.8.0
7432024-09-11T21:17:46.228Z Downloaded slog v2.7.0
7442024-09-11T21:17:46.228Z Downloaded pkcs5 v0.7.1
7452024-09-11T21:17:46.228Z Downloaded foreign-types-shared v0.1.1
7462024-09-11T21:17:46.228Z Downloaded want v0.3.1
7472024-09-11T21:17:46.228Z Downloaded waitgroup v0.1.2
7482024-09-11T21:17:46.228Z Downloaded tough v0.17.1
7492024-09-11T21:17:46.257Z Downloaded http v0.2.12
7502024-09-11T21:17:46.257Z Downloaded futures-io v0.3.30
7512024-09-11T21:17:46.257Z Downloaded futures-core v0.3.30
7522024-09-11T21:17:46.257Z Downloaded vsss-rs v3.3.4
7532024-09-11T21:17:46.257Z Downloaded postgres-protocol v0.6.7
7542024-09-11T21:17:46.257Z Downloaded float-ord v0.3.2
7552024-09-11T21:17:46.257Z Downloaded tiny-keccak v2.0.2
7562024-09-11T21:17:46.257Z Downloaded time-macros v0.2.18
7572024-09-11T21:17:46.257Z Downloaded fatfs v0.3.6
7582024-09-11T21:17:46.283Z Downloaded poly1305 v0.8.0
7592024-09-11T21:17:46.283Z Downloaded pkcs8 v0.10.2
7602024-09-11T21:17:46.283Z Downloaded parking_lot v0.12.2
7612024-09-11T21:17:46.283Z Downloaded p256 v0.13.2
7622024-09-11T21:17:46.283Z Downloaded miniz_oxide v0.7.2
7632024-09-11T21:17:46.283Z Downloaded vte v0.11.1
7642024-09-11T21:17:46.283Z Downloaded uuid v1.10.0
7652024-09-11T21:17:46.283Z Downloaded globset v0.4.14
7662024-09-11T21:17:46.310Z Downloaded getrandom v0.2.14
7672024-09-11T21:17:46.310Z Downloaded getopts v0.2.21
7682024-09-11T21:17:46.310Z Downloaded bitvec v1.0.1
7692024-09-11T21:17:46.311Z Downloaded openssl-probe v0.1.5
7702024-09-11T21:17:46.311Z Downloaded openssl-macros v0.1.1
7712024-09-11T21:17:46.311Z Downloaded deranged v0.3.11
7722024-09-11T21:17:46.336Z Downloaded der_derive v0.7.2
7732024-09-11T21:17:46.336Z Downloaded strum_macros v0.24.3
7742024-09-11T21:17:46.336Z Downloaded slog-envlogger v2.2.0
7752024-09-11T21:17:46.336Z Downloaded erased-serde v0.3.31
7762024-09-11T21:17:46.336Z Downloaded gethostname v0.5.0
7772024-09-11T21:17:46.336Z Downloaded socket2 v0.5.7
7782024-09-11T21:17:46.336Z Downloaded elliptic-curve v0.13.8
7792024-09-11T21:17:46.336Z Downloaded same-file v1.0.6
7802024-09-11T21:17:46.336Z Downloaded salsa20 v0.10.2
7812024-09-11T21:17:46.336Z Downloaded ff v0.13.0
7822024-09-11T21:17:46.336Z Downloaded fd-lock v4.0.2
7832024-09-11T21:17:46.361Z Downloaded wait-timeout v0.2.0
7842024-09-11T21:17:46.361Z Downloaded vergen v8.3.2
7852024-09-11T21:17:46.361Z Downloaded peg-macros v0.8.4
7862024-09-11T21:17:46.361Z Downloaded unsafe-libyaml v0.2.11
7872024-09-11T21:17:46.361Z Downloaded toml v0.7.8
7882024-09-11T21:17:46.361Z Downloaded reqwest v0.11.27
7892024-09-11T21:17:46.386Z Downloaded slog-bunyan v2.5.0
7902024-09-11T21:17:46.386Z Downloaded slog-async v2.8.0
7912024-09-11T21:17:46.386Z Downloaded ref-cast-impl v1.0.23
7922024-09-11T21:17:46.386Z Downloaded heck v0.3.3
7932024-09-11T21:17:46.386Z Downloaded num-iter v0.1.45
7942024-09-11T21:17:46.386Z Downloaded num-integer v0.1.46
7952024-09-11T21:17:46.386Z Downloaded num-derive v0.4.2
7962024-09-11T21:17:46.386Z Downloaded fallible-iterator v0.3.0
7972024-09-11T21:17:46.386Z Downloaded psl-types v2.0.11
7982024-09-11T21:17:46.386Z Downloaded powerfmt v0.2.0
7992024-09-11T21:17:46.386Z Downloaded pin-project-lite v0.2.14
8002024-09-11T21:17:46.387Z Downloaded pin-project v1.1.5
8012024-09-11T21:17:46.415Z Downloaded fallible-streaming-iterator v0.1.9
8022024-09-11T21:17:46.416Z Downloaded fallible-iterator v0.2.0
8032024-09-11T21:17:46.416Z Downloaded phf_shared v0.11.2
8042024-09-11T21:17:46.416Z Downloaded pem-rfc7468 v0.7.0
8052024-09-11T21:17:46.416Z Downloaded r2d2 v0.8.10
8062024-09-11T21:17:46.416Z Downloaded quick-error v1.2.3
8072024-09-11T21:17:46.416Z Downloaded polyval v0.6.2
8082024-09-11T21:17:46.416Z Downloaded pkcs1 v0.7.5
8092024-09-11T21:17:46.416Z Downloaded pin-utils v0.1.0
8102024-09-11T21:17:46.416Z Downloaded pem v3.0.4
8112024-09-11T21:17:46.416Z Downloaded tracing-core v0.1.32
8122024-09-11T21:17:46.416Z Downloaded tracing v0.1.40
8132024-09-11T21:17:46.441Z Downloaded percent-encoding v2.3.1
8142024-09-11T21:17:46.441Z Downloaded pbkdf2 v0.12.2
8152024-09-11T21:17:46.441Z Downloaded ghash v0.5.1
8162024-09-11T21:17:46.441Z Downloaded zip v0.6.6
8172024-09-11T21:17:46.441Z Downloaded num-complex v0.4.6
8182024-09-11T21:17:46.441Z Downloaded glob v0.3.1
8192024-09-11T21:17:46.441Z Downloaded spin v0.9.8
8202024-09-11T21:17:46.441Z Downloaded rustls-pki-types v1.7.0
8212024-09-11T21:17:46.441Z Downloaded peg v0.8.4
8222024-09-11T21:17:46.466Z Downloaded futures-task v0.3.30
8232024-09-11T21:17:46.466Z Downloaded futures-sink v0.3.30
8242024-09-11T21:17:46.466Z Downloaded snafu-derive v0.8.2
8252024-09-11T21:17:46.466Z Downloaded rustls-pemfile v1.0.4
8262024-09-11T21:17:46.466Z Downloaded minimal-lexical v0.2.1
8272024-09-11T21:17:46.466Z Downloaded indexmap v1.9.3
8282024-09-11T21:17:46.466Z Downloaded flagset v0.4.5
8292024-09-11T21:17:46.466Z Downloaded unicode-normalization v0.1.23
8302024-09-11T21:17:46.466Z Downloaded mio v1.0.2
8312024-09-11T21:17:46.491Z Downloaded hickory-resolver v0.24.1
8322024-09-11T21:17:46.491Z Downloaded zerocopy v0.6.6
8332024-09-11T21:17:46.491Z Downloaded http v1.1.0
8342024-09-11T21:17:46.491Z Downloaded prettyplease v0.2.20
8352024-09-11T21:17:46.491Z Downloaded serde_with v3.9.0
8362024-09-11T21:17:46.517Z Downloaded fxhash v0.2.1
8372024-09-11T21:17:46.517Z Downloaded fixedbitset v0.4.2
8382024-09-11T21:17:46.517Z Downloaded zeroize v1.7.0
8392024-09-11T21:17:46.517Z Downloaded tracing-attributes v0.1.27
8402024-09-11T21:17:46.517Z Downloaded parking_lot_core v0.8.6
8412024-09-11T21:17:46.517Z Downloaded parking_lot v0.11.2
8422024-09-11T21:17:46.517Z Downloaded ed25519-dalek v2.1.1
8432024-09-11T21:17:46.517Z Downloaded mime_guess v2.0.4
8442024-09-11T21:17:46.541Z Downloaded zone v0.3.0
8452024-09-11T21:17:46.542Z Downloaded zone v0.1.8
8462024-09-11T21:17:46.542Z Downloaded zeroize_derive v1.4.2
8472024-09-11T21:17:46.542Z Downloaded unicode-segmentation v1.11.0
8482024-09-11T21:17:46.542Z Downloaded blake3 v1.5.1
8492024-09-11T21:17:46.542Z Downloaded crossterm v0.27.0
8502024-09-11T21:17:46.567Z Downloaded topological-sort v0.2.2
8512024-09-11T21:17:46.567Z Downloaded spin v0.5.2
8522024-09-11T21:17:46.567Z Downloaded rustls-pemfile v2.1.3
8532024-09-11T21:17:46.567Z Downloaded defmt v0.3.8
8542024-09-11T21:17:46.567Z Downloaded data-encoding v2.6.0
8552024-09-11T21:17:46.567Z Downloaded slog-term v2.9.1
8562024-09-11T21:17:46.567Z Downloaded slog-stdlog v4.1.1
8572024-09-11T21:17:46.567Z Downloaded rustc-demangle v0.1.24
8582024-09-11T21:17:46.567Z Downloaded tokio-tungstenite v0.23.1
8592024-09-11T21:17:46.567Z Downloaded nu-ansi-term v0.50.0
8602024-09-11T21:17:46.567Z Downloaded nanorand v0.7.0
8612024-09-11T21:17:46.592Z Downloaded predicates v3.1.2
8622024-09-11T21:17:46.592Z Downloaded packed_struct v0.10.1
8632024-09-11T21:17:46.592Z Downloaded oso v0.27.3
8642024-09-11T21:17:46.592Z Downloaded unicode_categories v0.1.1
8652024-09-11T21:17:46.592Z Downloaded zone_cfg_derive v0.1.2
8662024-09-11T21:17:46.592Z Downloaded diesel_derives v2.2.2
8672024-09-11T21:17:46.592Z Downloaded multer v3.1.0
8682024-09-11T21:17:46.592Z Downloaded mockall v0.13.0
8692024-09-11T21:17:46.592Z Downloaded rustc_version v0.1.7
8702024-09-11T21:17:46.617Z Downloaded rustc-hash v1.1.0
8712024-09-11T21:17:46.617Z Downloaded primeorder v0.13.6
8722024-09-11T21:17:46.617Z Downloaded smallvec v0.6.14
8732024-09-11T21:17:46.617Z Downloaded slog-json v2.6.1
8742024-09-11T21:17:46.617Z Downloaded rustfmt-wrapper v0.2.1
8752024-09-11T21:17:46.617Z Downloaded predicates-tree v1.0.9
8762024-09-11T21:17:46.617Z Downloaded owo-colors v4.0.0
8772024-09-11T21:17:46.617Z Downloaded ena v0.14.3
8782024-09-11T21:17:46.617Z Downloaded embedded-io v0.4.0
8792024-09-11T21:17:46.617Z Downloaded diff v0.1.13
8802024-09-11T21:17:46.617Z Downloaded serde_yaml v0.9.34+deprecated
8812024-09-11T21:17:46.617Z Downloaded ppv-lite86 v0.2.17
8822024-09-11T21:17:46.643Z Downloaded hickory-client v0.24.1
8832024-09-11T21:17:46.643Z Downloaded either v1.13.0
8842024-09-11T21:17:46.643Z Downloaded display-error-chain v0.2.1
8852024-09-11T21:17:46.643Z Downloaded dirs-next v2.0.0
8862024-09-11T21:17:46.643Z Downloaded debug-ignore v1.0.5
8872024-09-11T21:17:46.643Z Downloaded unicode-bidi v0.3.15
8882024-09-11T21:17:46.643Z Downloaded predicates-core v1.0.6
8892024-09-11T21:17:46.643Z Downloaded precomputed-hash v0.1.1
8902024-09-11T21:17:46.643Z Downloaded hex-literal v0.4.1
8912024-09-11T21:17:46.643Z Downloaded hex v0.4.3
8922024-09-11T21:17:46.643Z Downloaded ecdsa v0.16.9
8932024-09-11T21:17:46.643Z Downloaded tokio-tungstenite v0.21.0
8942024-09-11T21:17:46.643Z Downloaded subprocess v0.2.9
8952024-09-11T21:17:46.643Z Downloaded maybe-uninit v2.0.0
8962024-09-11T21:17:46.669Z Downloaded jobserver v0.1.32
8972024-09-11T21:17:46.670Z Downloaded ed25519 v2.2.3
8982024-09-11T21:17:46.670Z Downloaded dyn-clone v1.0.17
8992024-09-11T21:17:46.670Z Downloaded dsl_auto_type v0.1.2
9002024-09-11T21:17:46.670Z Downloaded dropshot_endpoint v0.10.1
9012024-09-11T21:17:46.670Z Downloaded dirs-sys-next v0.1.2
9022024-09-11T21:17:46.670Z Downloaded difflib v0.4.0
9032024-09-11T21:17:46.670Z Downloaded untrusted v0.7.1
9042024-09-11T21:17:46.670Z Downloaded unicode-truncate v1.0.0
9052024-09-11T21:17:46.670Z Downloaded unicase v2.7.0
9062024-09-11T21:17:46.670Z Downloaded strum_macros v0.26.4
9072024-09-11T21:17:46.670Z Downloaded serde_with_macros v3.9.0
9082024-09-11T21:17:46.670Z Downloaded serde_path_to_error v0.1.16
9092024-09-11T21:17:46.671Z Downloaded ron v0.8.1
9102024-09-11T21:17:46.749Z Downloaded nibble_vec v0.1.0
9112024-09-11T21:17:46.749Z Downloaded mockall_derive v0.13.0
9122024-09-11T21:17:46.749Z Downloaded miniz_oxide v0.8.0
9132024-09-11T21:17:46.749Z Downloaded memoffset v0.9.1
9142024-09-11T21:17:46.749Z Downloaded match_cfg v0.1.0
9152024-09-11T21:17:46.749Z Downloaded managed v0.8.0
9162024-09-11T21:17:46.749Z Downloaded lru v0.12.3
9172024-09-11T21:17:46.749Z Downloaded linked-hash-map v0.5.6
9182024-09-11T21:17:46.749Z Downloaded libsw v3.3.1
9192024-09-11T21:17:46.749Z Downloaded lazycell v1.3.0
9202024-09-11T21:17:46.750Z Downloaded lalrpop-util v0.19.12
9212024-09-11T21:17:46.750Z Downloaded kstat-rs v0.2.4
9222024-09-11T21:17:46.750Z Downloaded ipnetwork v0.20.0
9232024-09-11T21:17:46.750Z Downloaded internet-checksum v0.2.1
9242024-09-11T21:17:46.750Z Downloaded indicatif v0.17.8
9252024-09-11T21:17:46.779Z Downloaded indent_write v2.2.0
9262024-09-11T21:17:46.779Z Downloaded crc-any v2.5.0
9272024-09-11T21:17:46.779Z Downloaded const-oid v0.9.6
9282024-09-11T21:17:46.779Z Downloaded compact_str v0.8.0
9292024-09-11T21:17:46.779Z Downloaded cc v1.0.97
9302024-09-11T21:17:46.780Z Downloaded base64 v0.22.1
9312024-09-11T21:17:46.780Z Downloaded diesel_table_macro_syntax v0.2.0
9322024-09-11T21:17:46.780Z Downloaded darling_macro v0.20.9
9332024-09-11T21:17:46.780Z Downloaded unicode-xid v0.2.4
9342024-09-11T21:17:46.780Z Downloaded serde_arrays v0.1.0
9352024-09-11T21:17:46.780Z Downloaded num v0.4.3
9362024-09-11T21:17:46.780Z Downloaded instability v0.3.2
9372024-09-11T21:17:46.780Z Downloaded hyper-tls v0.5.0
9382024-09-11T21:17:46.780Z Downloaded httparse v1.8.0
9392024-09-11T21:17:46.780Z Downloaded home v0.5.9
9402024-09-11T21:17:46.780Z Downloaded hmac v0.12.1
9412024-09-11T21:17:46.780Z Downloaded hickory-server v0.24.1
9422024-09-11T21:17:46.780Z Downloaded crossbeam-epoch v0.9.18
9432024-09-11T21:17:46.780Z Downloaded tap v1.0.1
9442024-09-11T21:17:46.780Z Downloaded take_mut v0.2.2
9452024-09-11T21:17:46.780Z Downloaded signal-hook v0.3.17
9462024-09-11T21:17:46.780Z Downloaded shlex v1.3.0
9472024-09-11T21:17:46.780Z Downloaded serde-hex v0.1.0
9482024-09-11T21:17:46.780Z Downloaded rfc6979 v0.4.0
9492024-09-11T21:17:46.780Z Downloaded indoc v1.0.9
9502024-09-11T21:17:46.780Z Downloaded humantime v2.1.0
9512024-09-11T21:17:46.780Z Downloaded csv-core v0.1.11
9522024-09-11T21:17:46.780Z Downloaded cookie_store v0.20.0
9532024-09-11T21:17:46.780Z Downloaded const_format_proc_macros v0.2.32
9542024-09-11T21:17:46.780Z Downloaded bzip2 v0.4.4
9552024-09-11T21:17:46.780Z Downloaded sync_wrapper v0.1.2
9562024-09-11T21:17:46.780Z Downloaded supports-color v3.0.0
9572024-09-11T21:17:46.780Z Downloaded subtle v2.5.0
9582024-09-11T21:17:46.780Z Downloaded crossbeam-deque v0.8.5
9592024-09-11T21:17:46.781Z Downloaded convert_case v0.4.0
9602024-09-11T21:17:46.781Z Downloaded cobs v0.2.3
9612024-09-11T21:17:46.781Z Downloaded castaway v0.2.3
9622024-09-11T21:17:46.806Z Downloaded addr2line v0.21.0
9632024-09-11T21:17:46.806Z Downloaded serde_repr v0.1.19
9642024-09-11T21:17:46.806Z Downloaded serde_derive_internals v0.29.1
9652024-09-11T21:17:46.806Z Downloaded ron v0.7.1
9662024-09-11T21:17:46.806Z Downloaded newtype_derive v0.1.6
9672024-09-11T21:17:46.806Z Downloaded newline-converter v0.3.0
9682024-09-11T21:17:46.806Z Downloaded new_debug_unreachable v1.0.6
9692024-09-11T21:17:46.806Z Downloaded native-tls v0.2.11
9702024-09-11T21:17:46.807Z Downloaded is_ci v1.2.0
9712024-09-11T21:17:46.807Z Downloaded ipnet v2.9.0
9722024-09-11T21:17:46.807Z Downloaded http-body v0.4.6
9732024-09-11T21:17:46.807Z Downloaded highway v1.2.0
9742024-09-11T21:17:46.807Z Downloaded cstr-argument v0.1.2
9752024-09-11T21:17:46.834Z Downloaded crc32fast v1.4.0
9762024-09-11T21:17:46.834Z Downloaded cancel-safe-futures v0.1.5
9772024-09-11T21:17:46.834Z Downloaded md5 v0.7.0
9782024-09-11T21:17:46.834Z Downloaded lock_api v0.4.12
9792024-09-11T21:17:46.834Z Downloaded ident_case v1.0.1
9802024-09-11T21:17:46.834Z Downloaded hyper-rustls v0.24.2
9812024-09-11T21:17:46.834Z Downloaded hostname v0.3.1
9822024-09-11T21:17:46.834Z Downloaded cipher v0.4.4
9832024-09-11T21:17:46.834Z Downloaded ciborium-io v0.2.2
9842024-09-11T21:17:46.835Z Downloaded blowfish v0.9.1
9852024-09-11T21:17:46.835Z Downloaded bitstruct_derive v0.1.0
9862024-09-11T21:17:46.835Z Downloaded serde-big-array v0.5.1
9872024-09-11T21:17:46.863Z Downloaded rpassword v7.3.1
9882024-09-11T21:17:46.863Z Downloaded resolv-conf v0.7.0
9892024-09-11T21:17:46.863Z Downloaded memmap2 v0.9.4
9902024-09-11T21:17:46.863Z Downloaded crucible-workspace-hack v0.1.0
9912024-09-11T21:17:46.863Z Downloaded chacha20 v0.9.1
9922024-09-11T21:17:46.863Z Downloaded cfg_aliases v0.1.1
9932024-09-11T21:17:46.863Z Downloaded buf-list v1.0.3
9942024-09-11T21:17:46.863Z Downloaded multimap v0.10.0
9952024-09-11T21:17:46.863Z Downloaded mime v0.3.17
9962024-09-11T21:17:46.863Z Downloaded linear-map v1.2.0
9972024-09-11T21:17:46.863Z Downloaded libloading v0.8.3
9982024-09-11T21:17:46.863Z Downloaded libefi-sys v0.1.0
9992024-09-11T21:17:46.863Z Downloaded iana-time-zone v0.1.60
10002024-09-11T21:17:46.891Z Downloaded hubpack v0.1.2
10012024-09-11T21:17:46.891Z Downloaded crossterm v0.28.1
10022024-09-11T21:17:46.891Z Downloaded bindgen v0.69.4
10032024-09-11T21:17:46.891Z Downloaded aho-corasick v1.1.3
10042024-09-11T21:17:46.891Z Downloaded aes-gcm v0.10.3
10052024-09-11T21:17:46.918Z Downloaded maplit v1.0.2
10062024-09-11T21:17:46.918Z Downloaded lru-cache v0.1.2
10072024-09-11T21:17:46.918Z Downloaded crypto-bigint v0.5.5
10082024-09-11T21:17:46.918Z Downloaded crossbeam-channel v0.5.12
10092024-09-11T21:17:46.918Z Downloaded bcs v0.1.6
10102024-09-11T21:17:46.918Z Downloaded lazy_static v1.5.0
10112024-09-11T21:17:46.918Z Downloaded impl-trait-for-tuples v0.2.2
10122024-09-11T21:17:46.944Z Downloaded hyper-staticfile v0.9.5
10132024-09-11T21:17:46.944Z Downloaded cookie v0.17.0
10142024-09-11T21:17:46.944Z Downloaded const_format v0.2.32
10152024-09-11T21:17:46.944Z Downloaded chacha20poly1305 v0.10.1
10162024-09-11T21:17:46.944Z Downloaded bytes v1.7.1
10172024-09-11T21:17:46.944Z Downloaded bitstruct v0.1.1
10182024-09-11T21:17:46.944Z Downloaded bitfield-struct v0.6.1
10192024-09-11T21:17:46.945Z Downloaded bb8 v0.8.5
10202024-09-11T21:17:46.945Z Downloaded base64ct v1.6.0
10212024-09-11T21:17:46.969Z Downloaded base64 v0.21.7
10222024-09-11T21:17:46.969Z Downloaded base64 v0.13.1
10232024-09-11T21:17:46.969Z Downloaded base16ct v0.2.0
10242024-09-11T21:17:46.969Z Downloaded backtrace v0.3.71
10252024-09-11T21:17:46.969Z Downloaded backoff v0.4.0
10262024-09-11T21:17:46.969Z Downloaded ascii-canvas v3.0.0
10272024-09-11T21:17:46.969Z Downloaded arc-swap v1.7.1
10282024-09-11T21:17:46.970Z Downloaded aes v0.8.4
10292024-09-11T21:17:46.996Z Downloaded matches v0.1.10
10302024-09-11T21:17:46.996Z Downloaded keccak v0.1.5
10312024-09-11T21:17:46.996Z Downloaded inout v0.1.3
10322024-09-11T21:17:46.996Z Downloaded crossbeam-utils v0.8.19
10332024-09-11T21:17:46.996Z Downloaded cookie v0.18.1
10342024-09-11T21:17:46.996Z Downloaded clang-sys v1.7.0
10352024-09-11T21:17:46.996Z Downloaded blake2 v0.10.6
10362024-09-11T21:17:46.996Z Downloaded bitfield v0.14.0
10372024-09-11T21:17:46.996Z Downloaded async-trait v0.1.82
10382024-09-11T21:17:46.996Z Downloaded async-bb8-diesel v0.2.1
10392024-09-11T21:17:47.023Z Downloaded arrayvec v0.7.4
10402024-09-11T21:17:47.023Z Downloaded instant v0.1.12
10412024-09-11T21:17:47.023Z Downloaded darling v0.20.9
10422024-09-11T21:17:47.023Z Downloaded bit-set v0.5.3
10432024-09-11T21:17:47.023Z Downloaded allocator-api2 v0.2.18
10442024-09-11T21:17:47.023Z Downloaded http-range v0.1.5
10452024-09-11T21:17:47.023Z Downloaded bitflags v1.3.2
10462024-09-11T21:17:47.023Z Downloaded async-stream v0.3.5
10472024-09-11T21:17:47.023Z Downloaded ascii v1.1.0
10482024-09-11T21:17:47.023Z Downloaded arrayref v0.3.7
10492024-09-11T21:17:47.023Z Downloaded array-init v0.0.4
10502024-09-11T21:17:47.048Z Downloaded argon2 v0.5.3
10512024-09-11T21:17:47.048Z Downloaded ctr v0.9.2
10522024-09-11T21:17:47.048Z Downloaded constant_time_eq v0.3.0
10532024-09-11T21:17:47.048Z Downloaded console v0.15.8
10542024-09-11T21:17:47.048Z Downloaded colored v2.1.0
10552024-09-11T21:17:47.048Z Downloaded ciborium-ll v0.2.2
10562024-09-11T21:17:47.048Z Downloaded ciborium v0.2.2
10572024-09-11T21:17:47.048Z Downloaded cbc v0.1.2
10582024-09-11T21:17:47.048Z Downloaded cassowary v0.3.0
10592024-09-11T21:17:47.048Z Downloaded block-padding v0.3.3
10602024-09-11T21:17:47.048Z Downloaded atty v0.2.14
10612024-09-11T21:17:47.048Z Downloaded atomicwrites v0.4.3
10622024-09-11T21:17:47.073Z Downloaded atomic-waker v1.1.2
10632024-09-11T21:17:47.073Z Downloaded async-stream-impl v0.3.5
10642024-09-11T21:17:47.073Z Downloaded assert_matches v1.5.0
10652024-09-11T21:17:47.073Z Downloaded ahash v0.8.11
10662024-09-11T21:17:47.073Z Downloaded crc-catalog v2.4.0
10672024-09-11T21:17:47.073Z Downloaded crc v3.2.1
10682024-09-11T21:17:47.073Z Downloaded cfg_aliases v0.2.1
10692024-09-11T21:17:47.073Z Downloaded cexpr v0.6.0
10702024-09-11T21:17:47.073Z Downloaded bit-vec v0.6.3
10712024-09-11T21:17:47.073Z Downloaded bcrypt-pbkdf v0.10.0
10722024-09-11T21:17:47.073Z Downloaded async-recursion v1.1.1
10732024-09-11T21:17:47.073Z Downloaded aead v0.5.2
10742024-09-11T21:17:47.073Z Downloaded adler2 v2.0.0
10752024-09-11T21:17:47.100Z Downloaded adler v1.0.2
10762024-09-11T21:17:47.212Z Compiling serde v1.0.208
10772024-09-11T21:17:47.212Z Compiling typenum v1.17.0
10782024-09-11T21:17:47.254Z Compiling generic-array v0.14.7
10792024-09-11T21:17:47.254Z Compiling lock_api v0.4.12
10802024-09-11T21:17:47.254Z Compiling scopeguard v1.2.0
10812024-09-11T21:17:47.254Z Compiling log v0.4.21
10822024-09-11T21:17:47.254Z Compiling syn v2.0.74
10832024-09-11T21:17:47.254Z Compiling getrandom v0.2.14
10842024-09-11T21:17:47.803Z Compiling jobserver v0.1.32
10852024-09-11T21:17:47.963Z Compiling rand_core v0.6.4
10862024-09-11T21:17:48.092Z Compiling subtle v2.5.0
10872024-09-11T21:17:48.190Z Compiling const-oid v0.9.6
10882024-09-11T21:17:48.238Z Compiling cc v1.0.97
10892024-09-11T21:17:48.631Z Compiling pin-project-lite v0.2.14
10902024-09-11T21:17:48.658Z Compiling smallvec v1.13.2
10912024-09-11T21:17:48.684Z Compiling parking_lot_core v0.9.10
10922024-09-11T21:17:48.766Z Compiling signal-hook-registry v1.4.2
10932024-09-11T21:17:48.832Z Compiling spin v0.9.8
10942024-09-11T21:17:49.030Z Compiling mio v1.0.2
10952024-09-11T21:17:49.186Z Compiling ahash v0.8.11
10962024-09-11T21:17:49.479Z Compiling parking_lot v0.12.2
10972024-09-11T21:17:49.523Z Compiling tinyvec_macros v0.1.1
10982024-09-11T21:17:49.626Z Compiling tinyvec v1.6.0
10992024-09-11T21:17:49.827Z Compiling socket2 v0.5.7
11002024-09-11T21:17:49.869Z Compiling futures-core v0.3.30
11012024-09-11T21:17:50.280Z Compiling libm v0.2.8
11022024-09-11T21:17:50.410Z Compiling futures-sink v0.3.30
11032024-09-11T21:17:50.410Z Compiling cpufeatures v0.2.12
11042024-09-11T21:17:50.410Z Compiling serde_json v1.0.125
11052024-09-11T21:17:50.410Z Compiling num-traits v0.2.19
11062024-09-11T21:17:50.410Z Compiling slab v0.4.9
11072024-09-11T21:17:50.528Z Compiling unicode-bidi v0.3.15
11082024-09-11T21:17:50.558Z Compiling allocator-api2 v0.2.18
11092024-09-11T21:17:51.179Z Compiling futures-channel v0.3.30
11102024-09-11T21:17:51.311Z Compiling unicode-normalization v0.1.23
11112024-09-11T21:17:51.311Z Compiling pin-utils v0.1.0
11122024-09-11T21:17:51.311Z Compiling futures-task v0.3.30
11132024-09-11T21:17:51.312Z Compiling futures-io v0.3.30
11142024-09-11T21:17:51.370Z Compiling pkg-config v0.3.30
11152024-09-11T21:17:51.416Z Compiling vcpkg v0.2.15
11162024-09-11T21:17:51.501Z Compiling base64ct v1.6.0
11172024-09-11T21:17:51.872Z Compiling ppv-lite86 v0.2.17
11182024-09-11T21:17:51.942Z Compiling percent-encoding v2.3.1
11192024-09-11T21:17:52.189Z Compiling ring v0.17.8
11202024-09-11T21:17:52.215Z Compiling pem-rfc7468 v0.7.0
11212024-09-11T21:17:55.421Z Compiling flagset v0.4.5
11222024-09-11T21:17:55.421Z Compiling tracing-core v0.1.32
11232024-09-11T21:17:55.421Z Compiling rand_chacha v0.3.1
11242024-09-11T21:17:55.474Z Compiling rustix v0.38.34
11252024-09-11T21:17:55.474Z Compiling untrusted v0.9.0
11262024-09-11T21:17:55.474Z Compiling httparse v1.8.0
11272024-09-11T21:17:55.475Z Compiling rand v0.8.5
11282024-09-11T21:17:55.475Z Compiling openssl-sys v0.9.103
11292024-09-11T21:17:55.475Z Compiling rustversion v1.0.17
11302024-09-11T21:17:55.475Z Compiling time-core v0.1.2
11312024-09-11T21:17:55.475Z Compiling powerfmt v0.2.0
11322024-09-11T21:17:55.475Z Compiling foreign-types-shared v0.1.1
11332024-09-11T21:17:55.475Z Compiling openssl v0.10.66
11342024-09-11T21:17:55.475Z Compiling num-conv v0.1.0
11352024-09-11T21:17:55.475Z Compiling deranged v0.3.11
11362024-09-11T21:17:55.475Z Compiling foreign-types v0.3.2
11372024-09-11T21:17:55.475Z Compiling form_urlencoded v1.2.1
11382024-09-11T21:17:55.475Z Compiling time-macros v0.2.18
11392024-09-11T21:17:55.475Z Compiling aho-corasick v1.1.3
11402024-09-11T21:17:55.475Z Compiling rustls v0.21.12
11412024-09-11T21:17:55.475Z Compiling regex-syntax v0.8.4
11422024-09-11T21:17:55.475Z Compiling siphasher v0.3.11
11432024-09-11T21:17:55.755Z Compiling native-tls v0.2.11
11442024-09-11T21:17:55.950Z Compiling crossbeam-utils v0.8.19
11452024-09-11T21:17:56.008Z Compiling syn v1.0.109
11462024-09-11T21:17:56.179Z Compiling num_threads v0.1.7
11472024-09-11T21:17:56.306Z Compiling try-lock v0.2.5
11482024-09-11T21:17:56.457Z Compiling want v0.3.1
11492024-09-11T21:17:56.729Z Compiling idna v0.5.0
11502024-09-11T21:17:57.231Z Compiling cookie v0.17.0
11512024-09-11T21:17:57.525Z Compiling slog v2.7.0
11522024-09-11T21:17:57.631Z Compiling time v0.3.36
11532024-09-11T21:17:58.023Z Compiling iana-time-zone v0.1.60
11542024-09-11T21:17:58.049Z Compiling tower-service v0.3.2
11552024-09-11T21:17:58.143Z Compiling openssl-probe v0.1.5
11562024-09-11T21:17:58.172Z Compiling httpdate v1.0.3
11572024-09-11T21:17:58.475Z Compiling regex-automata v0.4.6
11582024-09-11T21:17:58.528Z Compiling finl_unicode v1.2.0
11592024-09-11T21:17:58.756Z Compiling url v2.5.2
11602024-09-11T21:17:59.043Z Compiling stringprep v0.1.4
11612024-09-11T21:18:00.057Z Compiling rustls-webpki v0.101.7
11622024-09-11T21:18:00.353Z Compiling sct v0.7.1
11632024-09-11T21:18:00.774Z Compiling serde_derive v1.0.208
11642024-09-11T21:18:01.126Z Compiling zeroize_derive v1.4.2
11652024-09-11T21:18:01.622Z Compiling zerocopy-derive v0.7.34
11662024-09-11T21:18:01.734Z Compiling tokio-macros v2.4.0
11672024-09-11T21:18:01.826Z Compiling thiserror-impl v1.0.63
11682024-09-11T21:18:02.218Z Compiling futures-macro v0.3.30
11692024-09-11T21:18:02.559Z Compiling zeroize v1.7.0
11702024-09-11T21:18:03.271Z Compiling der_derive v0.7.2
11712024-09-11T21:18:03.631Z Compiling zerocopy v0.7.34
11722024-09-11T21:18:03.983Z Compiling futures-util v0.3.30
11732024-09-11T21:18:04.175Z Compiling crypto-common v0.1.6
11742024-09-11T21:18:04.388Z Compiling block-buffer v0.10.4
11752024-09-11T21:18:04.630Z Compiling digest v0.10.7
11762024-09-11T21:18:04.764Z Compiling block-padding v0.3.3
11772024-09-11T21:18:05.011Z Compiling hmac v0.12.1
11782024-09-11T21:18:05.067Z Compiling inout v0.1.3
11792024-09-11T21:18:05.248Z Compiling thiserror v1.0.63
11802024-09-11T21:18:05.325Z Compiling cipher v0.4.4
11812024-09-11T21:18:05.421Z Compiling sha2 v0.10.8
11822024-09-11T21:18:05.491Z Compiling pest v2.7.10
11832024-09-11T21:18:05.598Z Compiling hashbrown v0.14.5
11842024-09-11T21:18:05.769Z Compiling salsa20 v0.10.2
11852024-09-11T21:18:05.985Z Compiling der v0.7.9
11862024-09-11T21:18:06.791Z Compiling pbkdf2 v0.12.2
11872024-09-11T21:18:06.963Z Compiling tracing-attributes v0.1.27
11882024-09-11T21:18:08.203Z Compiling pest_meta v2.7.10
11892024-09-11T21:18:08.295Z Compiling scroll_derive v0.12.0
11902024-09-11T21:18:09.116Z Compiling spki v0.7.3
11912024-09-11T21:18:09.484Z Compiling pest_generator v2.7.10
11922024-09-11T21:18:09.544Z Compiling scrypt v0.11.0
11932024-09-11T21:18:09.614Z Compiling scroll v0.12.0
11942024-09-11T21:18:09.912Z Compiling aes v0.8.4
11952024-09-11T21:18:10.073Z Compiling cbc v0.1.2
11962024-09-11T21:18:10.121Z Compiling goblin v0.8.2
11972024-09-11T21:18:10.302Z Compiling openssl-macros v0.1.1
11982024-09-11T21:18:10.503Z Compiling tracing v0.1.40
11992024-09-11T21:18:10.936Z Compiling pkcs5 v0.7.1
12002024-09-11T21:18:10.974Z Compiling md-5 v0.10.6
12012024-09-11T21:18:11.218Z Compiling num-integer v0.1.46
12022024-09-11T21:18:11.918Z Compiling pkcs8 v0.10.2
12032024-09-11T21:18:11.977Z Compiling backtrace v0.3.71
12042024-09-11T21:18:12.160Z Compiling idna v0.3.0
12052024-09-11T21:18:12.338Z Compiling lazy_static v1.5.0
12062024-09-11T21:18:12.444Z Compiling hash32 v0.2.1
12072024-09-11T21:18:12.469Z Compiling fallible-iterator v0.2.0
12082024-09-11T21:18:12.660Z Compiling base64 v0.22.1
12092024-09-11T21:18:12.815Z Compiling pest_derive v2.7.10
12102024-09-11T21:18:12.849Z Compiling num-bigint-dig v0.8.4
12112024-09-11T21:18:13.128Z Compiling psl-types v2.0.11
12122024-09-11T21:18:13.152Z Compiling stable_deref_trait v1.2.0
12132024-09-11T21:18:13.260Z Compiling bytes v1.7.1
12142024-09-11T21:18:13.312Z Compiling bitflags v2.6.0
12152024-09-11T21:18:13.528Z Compiling indexmap v2.4.0
12162024-09-11T21:18:13.585Z Compiling semver v1.0.23
12172024-09-11T21:18:13.610Z Compiling dtrace-parser v0.2.0
12182024-09-11T21:18:14.305Z Compiling tokio v1.39.3
12192024-09-11T21:18:14.419Z Compiling http v0.2.12
12202024-09-11T21:18:14.866Z Compiling rustc_version v0.4.0
12212024-09-11T21:18:15.562Z Compiling dof v0.3.0
12222024-09-11T21:18:15.607Z Compiling heapless v0.7.17
12232024-09-11T21:18:15.991Z Compiling http-body v0.4.6
12242024-09-11T21:18:16.398Z Compiling uuid v1.10.0
12252024-09-11T21:18:16.423Z Compiling usdt-impl v0.5.0
12262024-09-11T21:18:16.722Z Compiling chrono v0.4.38
12272024-09-11T21:18:17.622Z Compiling serde_spanned v0.6.7
12282024-09-11T21:18:17.769Z Compiling toml_datetime v0.6.8
12292024-09-11T21:18:17.847Z Compiling serde_tokenstream v0.2.2
12302024-09-11T21:18:17.872Z Compiling adler v1.0.2
12312024-09-11T21:18:18.092Z Compiling smoltcp v0.9.1
12322024-09-11T21:18:18.234Z Compiling crc32fast v1.4.0
12332024-09-11T21:18:18.400Z Compiling signal-hook v0.3.17
12342024-09-11T21:18:18.645Z Compiling gimli v0.28.1
12352024-09-11T21:18:18.791Z Compiling miniz_oxide v0.7.2
12362024-09-11T21:18:19.169Z Compiling terminal_size v0.3.0
12372024-09-11T21:18:19.299Z Compiling postgres-protocol v0.6.7
12382024-09-11T21:18:19.358Z Compiling publicsuffix v2.2.3
12392024-09-11T21:18:19.539Z Compiling hubpack_derive v0.1.1
12402024-09-11T21:18:19.588Z Compiling num-iter v0.1.45
12412024-09-11T21:18:19.754Z Compiling zerocopy-derive v0.6.6
12422024-09-11T21:18:19.863Z Compiling async-trait v0.1.82
12432024-09-11T21:18:20.487Z Compiling phf_shared v0.11.2
12442024-09-11T21:18:20.837Z Compiling serde_derive_internals v0.29.1
12452024-09-11T21:18:21.060Z Compiling ff v0.13.0
12462024-09-11T21:18:21.084Z Compiling object v0.32.2
12472024-09-11T21:18:21.599Z Compiling tokio-util v0.7.11
12482024-09-11T21:18:21.840Z Compiling tokio-native-tls v0.3.1
12492024-09-11T21:18:22.093Z Compiling tokio-rustls v0.24.1
12502024-09-11T21:18:22.273Z Compiling addr2line v0.21.0
12512024-09-11T21:18:22.470Z Compiling h2 v0.3.26
12522024-09-11T21:18:22.881Z Compiling fs-err v2.11.0
12532024-09-11T21:18:22.916Z Compiling base16ct v0.2.0
12542024-09-11T21:18:22.947Z Compiling rustc-demangle v0.1.24
12552024-09-11T21:18:23.147Z Compiling ipnet v2.9.0
12562024-09-11T21:18:23.222Z Compiling base64 v0.21.7
12572024-09-11T21:18:23.372Z Compiling either v1.13.0
12582024-09-11T21:18:23.683Z Compiling adler2 v2.0.0
12592024-09-11T21:18:23.736Z Compiling bitflags v1.3.2
12602024-09-11T21:18:23.812Z Compiling winnow v0.5.40
12612024-09-11T21:18:23.840Z Compiling anyhow v1.0.86
12622024-09-11T21:18:23.876Z Compiling schemars v0.8.21
12632024-09-11T21:18:23.900Z Compiling managed v0.8.0
12642024-09-11T21:18:24.224Z Compiling clap_builder v4.5.15
12652024-09-11T21:18:24.288Z Compiling miniz_oxide v0.8.0
12662024-09-11T21:18:24.549Z Compiling rustls-pemfile v1.0.4
12672024-09-11T21:18:24.927Z Compiling schemars_derive v0.8.21
12682024-09-11T21:18:25.824Z Compiling sec1 v0.7.3
12692024-09-11T21:18:26.066Z Compiling zerocopy v0.6.6
12702024-09-11T21:18:26.271Z Compiling group v0.13.0
12712024-09-11T21:18:26.568Z Compiling phf v0.11.2
12722024-09-11T21:18:26.815Z Compiling toml_edit v0.19.15
12732024-09-11T21:18:27.142Z Compiling cookie_store v0.20.0
12742024-09-11T21:18:27.424Z Compiling hubpack v0.1.2
12752024-09-11T21:18:27.737Z Compiling postgres-types v0.2.7
12762024-09-11T21:18:27.847Z Compiling usdt-macro v0.5.0
12772024-09-11T21:18:28.493Z Compiling hyper v0.14.30
12782024-09-11T21:18:29.005Z Compiling usdt-attr-macro v0.5.0
12792024-09-11T21:18:29.984Z Compiling serde_urlencoded v0.7.1
12802024-09-11T21:18:30.192Z Compiling pkcs1 v0.7.5
12812024-09-11T21:18:30.396Z Compiling futures-executor v0.3.30
12822024-09-11T21:18:30.440Z Compiling hkdf v0.12.4
12832024-09-11T21:18:30.673Z Compiling signature v2.2.0
12842024-09-11T21:18:30.900Z Compiling crypto-bigint v0.5.5
12852024-09-11T21:18:30.924Z Compiling regex v1.10.6
12862024-09-11T21:18:31.047Z Compiling bstr v1.9.1
12872024-09-11T21:18:31.409Z Compiling strum_macros v0.25.3
12882024-09-11T21:18:31.860Z Compiling clap_derive v4.5.13
12892024-09-11T21:18:32.201Z Compiling enum-as-inner v0.6.0
12902024-09-11T21:18:32.578Z Compiling serde_repr v0.1.19
12912024-09-11T21:18:33.129Z Compiling phf_shared v0.10.0
12922024-09-11T21:18:33.504Z Compiling float-cmp v0.9.0
12932024-09-11T21:18:33.580Z Compiling idna v0.4.0
12942024-09-11T21:18:33.712Z Compiling mio v0.8.11
12952024-09-11T21:18:33.744Z Compiling encoding_rs v0.8.34
12962024-09-11T21:18:34.764Z Compiling hyper-tls v0.5.0
12972024-09-11T21:18:34.863Z Compiling hyper-rustls v0.24.2
12982024-09-11T21:18:34.887Z Compiling difflib v0.4.0
12992024-09-11T21:18:35.084Z Compiling bit-vec v0.6.3
13002024-09-11T21:18:35.196Z Compiling fixedbitset v0.4.2
13012024-09-11T21:18:35.544Z Compiling dyn-clone v1.0.17
13022024-09-11T21:18:35.606Z Compiling webpki-roots v0.25.4
13032024-09-11T21:18:35.742Z Compiling sync_wrapper v0.1.2
13042024-09-11T21:18:35.767Z Compiling data-encoding v2.6.0
13052024-09-11T21:18:35.816Z Compiling new_debug_unreachable v1.0.6
13062024-09-11T21:18:35.868Z Compiling static_assertions v1.1.0
13072024-09-11T21:18:35.907Z Compiling normalize-line-endings v0.3.0
13082024-09-11T21:18:35.967Z Compiling mime v0.3.17
13092024-09-11T21:18:36.034Z Compiling precomputed-hash v0.1.1
13102024-09-11T21:18:36.059Z Compiling unicode-segmentation v1.11.0
13112024-09-11T21:18:36.153Z Compiling predicates-core v1.0.6
13122024-09-11T21:18:36.320Z Compiling whoami v1.5.1
13132024-09-11T21:18:36.489Z Compiling minimal-lexical v0.2.1
13142024-09-11T21:18:36.538Z Compiling toml_edit v0.22.20
13152024-09-11T21:18:36.798Z Compiling similar v2.6.0
13162024-09-11T21:18:36.905Z Compiling nom v7.1.3
13172024-09-11T21:18:36.947Z Compiling tokio-postgres v0.7.11
13182024-09-11T21:18:36.973Z Compiling hickory-proto v0.24.1
13192024-09-11T21:18:37.305Z Compiling predicates v3.1.2
13202024-09-11T21:18:37.811Z Compiling reqwest v0.11.27
13212024-09-11T21:18:38.889Z Compiling string_cache v0.8.7
13222024-09-11T21:18:38.965Z Compiling console v0.15.8
13232024-09-11T21:18:39.333Z Compiling clap v4.5.16
13242024-09-11T21:18:39.449Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13252024-09-11T21:18:40.097Z Compiling petgraph v0.6.5
13262024-09-11T21:18:40.262Z Compiling bit-set v0.5.3
13272024-09-11T21:18:40.522Z Compiling signal-hook-mio v0.2.4
13282024-09-11T21:18:40.681Z Compiling usdt v0.5.0
13292024-09-11T21:18:41.137Z Compiling elliptic-curve v0.13.8
13302024-09-11T21:18:41.795Z Compiling rsa v0.9.6
13312024-09-11T21:18:41.870Z Compiling futures v0.3.30
13322024-09-11T21:18:41.987Z Compiling flate2 v1.0.33
13332024-09-11T21:18:42.858Z Compiling toml v0.7.8
13342024-09-11T21:18:43.814Z Compiling itertools v0.12.1
13352024-09-11T21:18:43.902Z Compiling itertools v0.10.5
13362024-09-11T21:18:44.342Z Compiling tokio-stream v0.1.15
13372024-09-11T21:18:44.400Z Compiling openapiv3 v2.0.0
13382024-09-11T21:18:44.858Z Compiling hex v0.4.3
13392024-09-11T21:18:45.223Z Compiling sha1 v0.10.6
13402024-09-11T21:18:45.389Z Compiling crossbeam-epoch v0.9.18
13412024-09-11T21:18:45.593Z Compiling dirs-sys-next v0.1.2
13422024-09-11T21:18:45.897Z Compiling peg-runtime v0.8.3
13432024-09-11T21:18:46.072Z Compiling lalrpop-util v0.19.12
13442024-09-11T21:18:46.198Z Compiling unicode-xid v0.2.4
13452024-09-11T21:18:46.338Z Compiling dirs-next v2.0.0
13462024-09-11T21:18:46.364Z Compiling thread_local v1.1.8
13472024-09-11T21:18:46.413Z Compiling slog-async v2.8.0
13482024-09-11T21:18:46.500Z Compiling term v0.7.0
13492024-09-11T21:18:46.525Z Compiling xattr v1.3.1
13502024-09-11T21:18:46.551Z Compiling crossbeam-channel v0.5.12
13512024-09-11T21:18:46.783Z Compiling strum_macros v0.26.4
13522024-09-11T21:18:46.879Z Compiling is-terminal v0.4.12
13532024-09-11T21:18:46.974Z Compiling filetime v0.2.25
13542024-09-11T21:18:47.014Z Compiling take_mut v0.2.2
13552024-09-11T21:18:47.188Z Compiling tar v0.4.41
13562024-09-11T21:18:47.560Z Compiling slog-term v2.9.1
13572024-09-11T21:18:47.934Z Compiling camino v1.1.9
13582024-09-11T21:18:49.567Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13592024-09-11T21:18:50.108Z Compiling strum v0.26.3
13602024-09-11T21:18:50.223Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13612024-09-11T21:18:57.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
13622024-09-11T21:18:57.226Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13632024-09-11T21:18:57.305ZSep 11 21:18:56.956 INFO Starting download, target: Clickhouse
13642024-09-11T21:18:57.305ZSep 11 21:18:56.956 INFO Starting download, target: Cockroach
13652024-09-11T21:18:57.305ZSep 11 21:18:56.956 INFO Starting download, target: Console
13662024-09-11T21:18:57.305ZSep 11 21:18:56.956 INFO Starting download, target: DendriteOpenapi
13672024-09-11T21:18:57.305ZSep 11 21:18:56.956 INFO Starting download, target: MaghemiteMgd
13682024-09-11T21:18:57.305ZSep 11 21:18:56.956 INFO Starting download, target: DendriteStub
13692024-09-11T21:18:57.305ZSep 11 21:18:56.956 INFO Starting download, target: TransceiverControl
13702024-09-11T21:18:57.329ZSep 11 21:18:56.958 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13712024-09-11T21:18:57.329ZSep 11 21:18:56.958 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13722024-09-11T21:18:57.329ZSep 11 21:18:56.958 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13732024-09-11T21:18:57.329ZSep 11 21:18:56.958 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13742024-09-11T21:18:57.329ZSep 11 21:18:56.958 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13752024-09-11T21:18:57.329ZSep 11 21:18:56.958 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13762024-09-11T21:18:57.329ZSep 11 21:18:56.959 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13772024-09-11T21:18:57.613ZSep 11 21:18:57.264 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13782024-09-11T21:18:57.828ZSep 11 21:18:57.474 INFO Download complete, target: DendriteOpenapi
13792024-09-11T21:18:57.955ZSep 11 21:18:57.601 INFO Download complete, target: Console
13802024-09-11T21:18:58.155ZSep 11 21:18:57.806 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13812024-09-11T21:18:58.834ZSep 11 21:18:58.484 INFO Download complete, target: TransceiverControl
13822024-09-11T21:18:59.402ZSep 11 21:18:59.053 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13832024-09-11T21:18:59.482ZSep 11 21:18:59.133 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13842024-09-11T21:19:02.592ZSep 11 21:19:02.244 INFO Download complete, target: DendriteStub
13852024-09-11T21:19:02.966ZSep 11 21:19:02.617 INFO Download complete, target: MaghemiteMgd
13862024-09-11T21:19:05.809ZSep 11 21:19:05.461 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13872024-09-11T21:19:05.809ZSep 11 21:19:05.461 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13882024-09-11T21:19:12.254ZSep 11 21:19:11.905 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13892024-09-11T21:19:15.429ZSep 11 21:19:15.081 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13902024-09-11T21:19:15.944ZSep 11 21:19:15.595 INFO Checking that binary works, target: Cockroach
13912024-09-11T21:19:16.240ZSep 11 21:19:15.892 INFO Download complete, target: Cockroach
13922024-09-11T21:19:28.187ZSep 11 21:19:27.838 INFO Checking that binary works, target: Clickhouse
13932024-09-11T21:19:28.401ZSep 11 21:19:28.052 INFO Download complete, target: Clickhouse
13942024-09-11T21:19:28.425ZAll prerequisites installed successfully
13952024-09-11T21:19:28.425Z
13962024-09-11T21:19:28.426Zreal 4:10.017835741
13972024-09-11T21:19:28.426Zuser 10:43.074919971
13982024-09-11T21:19:28.426Zsys 2:32.820426628
13992024-09-11T21:19:28.426Ztrap 0.378141734
14002024-09-11T21:19:28.426Ztflt 0.701059547
14012024-09-11T21:19:28.426Zdflt 1.603242326
14022024-09-11T21:19:28.426Zkflt 0.007804789
14032024-09-11T21:19:28.426Zlock 24:54.279632487
14042024-09-11T21:19:28.426Zslp 40:28.059047495
14052024-09-11T21:19:28.426Zlat 48.471965600
14062024-09-11T21:19:28.426Zstop 1:53.643633423
14072024-09-11T21:19:28.426Z+ source ./tools/include/force-git-over-https.sh
14082024-09-11T21:19:28.426Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14092024-09-11T21:19:28.426Z++ (( i = 0 ))
14102024-09-11T21:19:28.426Z++ (( i < 5 ))
14112024-09-11T21:19:28.426Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14122024-09-11T21:19:28.426Z++ (( i++ ))
14132024-09-11T21:19:28.426Z++ (( i < 5 ))
14142024-09-11T21:19:28.426Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14152024-09-11T21:19:28.450Z++ (( i++ ))
14162024-09-11T21:19:28.450Z++ (( i < 5 ))
14172024-09-11T21:19:28.450Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14182024-09-11T21:19:28.450Z++ (( i++ ))
14192024-09-11T21:19:28.450Z++ (( i < 5 ))
14202024-09-11T21:19:28.450Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14212024-09-11T21:19:28.451Z++ (( i++ ))
14222024-09-11T21:19:28.451Z++ (( i < 5 ))
14232024-09-11T21:19:28.451Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14242024-09-11T21:19:28.451Z++ (( i++ ))
14252024-09-11T21:19:28.451Z++ (( i < 5 ))
14262024-09-11T21:19:28.451Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14272024-09-11T21:19:28.451Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14282024-09-11T21:19:28.451Z+ rc=0
14292024-09-11T21:19:28.451Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14302024-09-11T21:19:56.924Z+ case $rc in
14312024-09-11T21:19:56.924Z+ pfexec zfs create -p rpool/images/build/host
14322024-09-11T21:19:57.016Z+ pfexec zfs create -p rpool/images/build/recovery
14332024-09-11T21:19:57.059Z+ cargo xtask releng --output-dir /work
14342024-09-11T21:19:57.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
14352024-09-11T21:19:57.956Z Running `target/debug/xtask releng --output-dir /work`
14362024-09-11T21:19:59.336Z Compiling proc-macro2 v1.0.86
14372024-09-11T21:19:59.337Z Compiling unicode-ident v1.0.12
14382024-09-11T21:19:59.337Z Compiling libc v0.2.158
14392024-09-11T21:19:59.337Z Compiling serde v1.0.208
14402024-09-11T21:19:59.337Z Compiling version_check v0.9.5
14412024-09-11T21:19:59.337Z Compiling autocfg v1.3.0
14422024-09-11T21:19:59.362Z Compiling cfg-if v1.0.0
14432024-09-11T21:19:59.362Z Compiling once_cell v1.19.0
14442024-09-11T21:19:59.614Z Compiling typenum v1.17.0
14452024-09-11T21:19:59.723Z Compiling memchr v2.7.2
14462024-09-11T21:20:00.211Z Compiling lock_api v0.4.12
14472024-09-11T21:20:00.496Z Compiling generic-array v0.14.7
14482024-09-11T21:20:00.519Z Compiling ahash v0.8.11
14492024-09-11T21:20:00.845Z Compiling serde_json v1.0.125
14502024-09-11T21:20:00.881Z Compiling quote v1.0.36
14512024-09-11T21:20:01.217Z Compiling libm v0.2.8
14522024-09-11T21:20:01.282Z Compiling syn v2.0.74
14532024-09-11T21:20:01.472Z Compiling getrandom v0.2.14
14542024-09-11T21:20:01.510Z Compiling jobserver v0.1.32
14552024-09-11T21:20:01.581Z Compiling num-traits v0.2.19
14562024-09-11T21:20:01.605Z Compiling parking_lot_core v0.9.10
14572024-09-11T21:20:01.862Z Compiling byteorder v1.5.0
14582024-09-11T21:20:01.888Z Compiling cc v1.0.97
14592024-09-11T21:20:02.002Z Compiling log v0.4.21
14602024-09-11T21:20:02.133Z Compiling scopeguard v1.2.0
14612024-09-11T21:20:02.331Z Compiling thiserror v1.0.63
14622024-09-11T21:20:02.381Z Compiling itoa v1.0.11
14632024-09-11T21:20:02.648Z Compiling slab v0.4.9
14642024-09-11T21:20:02.693Z Compiling rand_core v0.6.4
14652024-09-11T21:20:02.793Z Compiling pkg-config v0.3.30
14662024-09-11T21:20:03.353Z Compiling semver v1.0.23
14672024-09-11T21:20:03.638Z Compiling ryu v1.0.18
14682024-09-11T21:20:03.831Z Compiling smallvec v1.13.2
14692024-09-11T21:20:03.938Z Compiling pin-project-lite v0.2.14
14702024-09-11T21:20:03.990Z Compiling vcpkg v0.2.15
14712024-09-11T21:20:04.115Z Compiling allocator-api2 v0.2.18
14722024-09-11T21:20:04.556Z Compiling spin v0.9.8
14732024-09-11T21:20:04.770Z Compiling subtle v2.5.0
14742024-09-11T21:20:05.189Z Compiling const-oid v0.9.6
14752024-09-11T21:20:05.223Z Compiling ring v0.17.8
14762024-09-11T21:20:05.453Z Compiling signal-hook-registry v1.4.2
14772024-09-11T21:20:05.798Z Compiling openssl-sys v0.9.103
14782024-09-11T21:20:06.334Z Compiling httparse v1.8.0
14792024-09-11T21:20:06.735Z Compiling rustix v0.38.34
14802024-09-11T21:20:06.941Z Compiling schemars v0.8.21
14812024-09-11T21:20:07.467Z Compiling heck v0.5.0
14822024-09-11T21:20:07.492Z Compiling parking_lot v0.12.2
14832024-09-11T21:20:07.528Z Compiling mio v1.0.2
14842024-09-11T21:20:07.960Z Compiling num-conv v0.1.0
14852024-09-11T21:20:08.104Z Compiling futures-core v0.3.30
14862024-09-11T21:20:08.301Z Compiling time-core v0.1.2
14872024-09-11T21:20:08.501Z Compiling serde_derive_internals v0.29.1
14882024-09-11T21:20:08.525Z Compiling time-macros v0.2.18
14892024-09-11T21:20:08.525Z Compiling socket2 v0.5.7
14902024-09-11T21:20:08.619Z Compiling openssl v0.10.66
14912024-09-11T21:20:09.066Z Compiling fnv v1.0.7
14922024-09-11T21:20:09.091Z Compiling equivalent v1.0.1
14932024-09-11T21:20:09.232Z Compiling rustls v0.21.12
14942024-09-11T21:20:09.481Z Compiling futures-sink v0.3.30
14952024-09-11T21:20:09.544Z Compiling tinyvec_macros v0.1.1
14962024-09-11T21:20:09.685Z Compiling native-tls v0.2.11
14972024-09-11T21:20:09.738Z Compiling tinyvec v1.6.0
14982024-09-11T21:20:10.552Z Compiling crossbeam-utils v0.8.19
14992024-09-11T21:20:11.080Z Compiling cookie v0.17.0
15002024-09-11T21:20:11.143Z Compiling iana-time-zone v0.1.60
15012024-09-11T21:20:11.168Z Compiling unicode-normalization v0.1.23
15022024-09-11T21:20:11.414Z Compiling cpufeatures v0.2.12
15032024-09-11T21:20:11.516Z Compiling ucd-trie v0.1.6
15042024-09-11T21:20:11.727Z Compiling futures-channel v0.3.30
15052024-09-11T21:20:12.069Z Compiling futures-io v0.3.30
15062024-09-11T21:20:12.069Z Compiling slog v2.7.0
15072024-09-11T21:20:12.069Z Compiling syn v1.0.109
15082024-09-11T21:20:12.291Z Compiling futures-task v0.3.30
15092024-09-11T21:20:12.415Z Compiling pin-utils v0.1.0
15102024-09-11T21:20:12.464Z Compiling unicode-bidi v0.3.15
15112024-09-11T21:20:12.662Z Compiling aho-corasick v1.1.3
15122024-09-11T21:20:13.004Z Compiling regex-syntax v0.8.4
15132024-09-11T21:20:13.057Z Compiling untrusted v0.9.0
15142024-09-11T21:20:13.273Z Compiling serde_derive v1.0.208
15152024-09-11T21:20:13.364Z Compiling zeroize_derive v1.4.2
15162024-09-11T21:20:13.576Z Compiling zerocopy-derive v0.7.34
15172024-09-11T21:20:13.784Z Compiling tokio-macros v2.4.0
15182024-09-11T21:20:14.728Z Compiling thiserror-impl v1.0.63
15192024-09-11T21:20:15.175Z Compiling zeroize v1.7.0
15202024-09-11T21:20:15.454Z Compiling zerocopy v0.7.34
15212024-09-11T21:20:15.595Z Compiling futures-macro v0.3.30
15222024-09-11T21:20:17.402Z Compiling crypto-common v0.1.6
15232024-09-11T21:20:17.712Z Compiling hashbrown v0.14.5
15242024-09-11T21:20:17.743Z Compiling tracing-attributes v0.1.27
15252024-09-11T21:20:17.818Z Compiling der_derive v0.7.2
15262024-09-11T21:20:18.637Z Compiling block-buffer v0.10.4
15272024-09-11T21:20:18.754Z Compiling schemars_derive v0.8.21
15282024-09-11T21:20:18.852Z Compiling digest v0.10.7
15292024-09-11T21:20:19.254Z Compiling openssl-macros v0.1.1
15302024-09-11T21:20:19.862Z Compiling scroll_derive v0.12.0
15312024-09-11T21:20:19.994Z Compiling hmac v0.12.1
15322024-09-11T21:20:20.036Z Compiling pest v2.7.10
15332024-09-11T21:20:20.621Z Compiling block-padding v0.3.3
15342024-09-11T21:20:20.842Z Compiling inout v0.1.3
15352024-09-11T21:20:20.951Z Compiling futures-util v0.3.30
15362024-09-11T21:20:21.075Z Compiling cipher v0.4.4
15372024-09-11T21:20:21.107Z Compiling sha2 v0.10.8
15382024-09-11T21:20:21.430Z Compiling regex-automata v0.4.6
15392024-09-11T21:20:22.816Z Compiling pest_meta v2.7.10
15402024-09-11T21:20:23.427Z Compiling crc32fast v1.4.0
15412024-09-11T21:20:24.020Z Compiling pest_generator v2.7.10
15422024-09-11T21:20:25.803Z Compiling bytes v1.7.1
15432024-09-11T21:20:27.055Z Compiling bitflags v2.6.0
15442024-09-11T21:20:28.074Z Compiling tokio v1.39.3
15452024-09-11T21:20:28.600Z Compiling indexmap v2.4.0
15462024-09-11T21:20:28.858Z Compiling serde_tokenstream v0.2.2
15472024-09-11T21:20:29.424Z Compiling uuid v1.10.0
15482024-09-11T21:20:30.145Z Compiling chrono v0.4.38
15492024-09-11T21:20:30.276Z Compiling http v0.2.12
15502024-09-11T21:20:32.618Z Compiling dyn-clone v1.0.17
15512024-09-11T21:20:33.662Z Compiling rustc_version v0.4.0
15522024-09-11T21:20:33.845Z Compiling pest_derive v2.7.10
15532024-09-11T21:20:34.701Z Compiling usdt-impl v0.5.0
15542024-09-11T21:20:34.918Z Compiling base64ct v1.6.0
15552024-09-11T21:20:35.021Z Compiling powerfmt v0.2.0
15562024-09-11T21:20:35.205Z Compiling heck v0.4.1
15572024-09-11T21:20:35.460Z Compiling percent-encoding v2.3.1
15582024-09-11T21:20:35.602Z Compiling pem-rfc7468 v0.7.0
15592024-09-11T21:20:35.641Z Compiling deranged v0.3.11
15602024-09-11T21:20:36.185Z Compiling heapless v0.7.17
15612024-09-11T21:20:36.343Z Compiling scroll v0.12.0
15622024-09-11T21:20:36.669Z Compiling zerocopy-derive v0.6.6
15632024-09-11T21:20:37.024Z Compiling tokio-util v0.7.11
15642024-09-11T21:20:38.344Z Compiling backtrace v0.3.71
15652024-09-11T21:20:38.670Z Compiling tracing-core v0.1.32
15662024-09-11T21:20:38.933Z Compiling errno v0.3.9
15672024-09-11T21:20:39.121Z Compiling plain v0.2.3
15682024-09-11T21:20:39.192Z Compiling num_threads v0.1.7
15692024-09-11T21:20:39.286Z Compiling flagset v0.4.5
15702024-09-11T21:20:39.372Z Compiling ppv-lite86 v0.2.17
15712024-09-11T21:20:39.396Z Compiling num-bigint-dig v0.8.4
15722024-09-11T21:20:39.848Z Compiling time v0.3.36
15732024-09-11T21:20:39.871Z Compiling der v0.7.9
15742024-09-11T21:20:40.057Z Compiling rand_chacha v0.3.1
15752024-09-11T21:20:40.745Z Compiling tracing v0.1.40
15762024-09-11T21:20:40.838Z Compiling goblin v0.8.2
15772024-09-11T21:20:42.721Z Compiling regex v1.10.6
15782024-09-11T21:20:42.814Z Compiling salsa20 v0.10.2
15792024-09-11T21:20:42.927Z Compiling pbkdf2 v0.12.2
15802024-09-11T21:20:43.103Z Compiling async-trait v0.1.82
15812024-09-11T21:20:44.133Z Compiling rustversion v1.0.17
15822024-09-11T21:20:44.792Z Compiling pretty-hex v0.4.1
15832024-09-11T21:20:45.004Z Compiling strsim v0.11.1
15842024-09-11T21:20:45.640Z Compiling scrypt v0.11.0
15852024-09-11T21:20:45.707Z Compiling spki v0.7.3
15862024-09-11T21:20:46.065Z Compiling rand v0.8.5
15872024-09-11T21:20:46.126Z Compiling dof v0.3.0
15882024-09-11T21:20:46.506Z Compiling form_urlencoded v1.2.1
15892024-09-11T21:20:47.038Z Compiling dtrace-parser v0.2.0
15902024-09-11T21:20:47.143Z Compiling cbc v0.1.2
15912024-09-11T21:20:47.380Z Compiling aes v0.8.4
15922024-09-11T21:20:47.578Z Compiling thread-id v4.2.1
15932024-09-11T21:20:47.902Z Compiling unicode-width v0.1.13
15942024-09-11T21:20:48.129Z Compiling signal-hook v0.3.17
15952024-09-11T21:20:48.363Z Compiling anyhow v1.0.86
15962024-09-11T21:20:48.468Z Compiling smoltcp v0.9.1
15972024-09-11T21:20:48.667Z Compiling foreign-types-shared v0.1.1
15982024-09-11T21:20:48.791Z Compiling try-lock v0.2.5
15992024-09-11T21:20:49.212Z Compiling foreign-types v0.3.2
16002024-09-11T21:20:49.413Z Compiling want v0.3.1
16012024-09-11T21:20:50.057Z Compiling pkcs5 v0.7.1
16022024-09-11T21:20:52.636Z Compiling h2 v0.3.26
16032024-09-11T21:20:55.366Z Compiling http-body v0.4.6
16042024-09-11T21:20:55.875Z Compiling clap_derive v4.5.13
16052024-09-11T21:20:56.395Z Compiling siphasher v0.3.11
16062024-09-11T21:20:56.840Z Compiling base64 v0.21.7
16072024-09-11T21:20:56.940Z Compiling tower-service v0.3.2
16082024-09-11T21:20:57.161Z Compiling httpdate v1.0.3
16092024-09-11T21:21:00.301Z Compiling hyper v0.14.30
16102024-09-11T21:21:01.299Z Compiling pkcs8 v0.10.2
16112024-09-11T21:21:03.726Z Compiling sct v0.7.1
16122024-09-11T21:21:03.929Z Compiling rustls-webpki v0.101.7
16132024-09-11T21:21:04.926Z Compiling hubpack_derive v0.1.1
16142024-09-11T21:21:05.779Z Compiling openapiv3 v2.0.0
16152024-09-11T21:21:09.061Z Compiling idna v0.5.0
16162024-09-11T21:21:10.466Z Compiling fs-err v2.11.0
16172024-09-11T21:21:10.736Z Compiling finl_unicode v1.2.0
16182024-09-11T21:21:11.156Z Compiling utf8parse v0.2.1
16192024-09-11T21:21:11.235Z Compiling anstyle v1.0.8
16202024-09-11T21:21:11.430Z Compiling openssl-probe v0.1.5
16212024-09-11T21:21:12.310Z Compiling anstyle-parse v0.2.4
16222024-09-11T21:21:12.613Z Compiling stringprep v0.1.4
16232024-09-11T21:21:12.819Z Compiling url v2.5.2
16242024-09-11T21:21:16.233Z Compiling usdt-attr-macro v0.5.0
16252024-09-11T21:21:17.578Z Compiling usdt-macro v0.5.0
16262024-09-11T21:21:18.838Z Compiling toml_datetime v0.6.8
16272024-09-11T21:21:19.114Z Compiling serde_spanned v0.6.7
16282024-09-11T21:21:19.260Z Compiling md-5 v0.10.6
16292024-09-11T21:21:19.334Z Compiling regress v0.9.1
16302024-09-11T21:21:19.496Z Compiling idna v0.3.0
16312024-09-11T21:21:20.338Z Compiling lazy_static v1.5.0
16322024-09-11T21:21:20.464Z Compiling num-integer v0.1.46
16332024-09-11T21:21:21.182Z Compiling hash32 v0.2.1
16342024-09-11T21:21:21.206Z Compiling encoding_rs v0.8.34
16352024-09-11T21:21:21.518Z Compiling fallible-iterator v0.2.0
16362024-09-11T21:21:22.177Z Compiling psl-types v2.0.11
16372024-09-11T21:21:22.270Z Compiling anstyle-query v1.0.3
16382024-09-11T21:21:22.410Z Compiling stable_deref_trait v1.2.0
16392024-09-11T21:21:22.434Z Compiling gimli v0.28.1
16402024-09-11T21:21:22.689Z Compiling adler v1.0.2
16412024-09-11T21:21:22.713Z Compiling is_terminal_polyfill v1.70.0
16422024-09-11T21:21:22.853Z Compiling base64 v0.22.1
16432024-09-11T21:21:22.895Z Compiling colorchoice v1.0.1
16442024-09-11T21:21:23.055Z Compiling mime v0.3.17
16452024-09-11T21:21:23.464Z Compiling postgres-protocol v0.6.7
16462024-09-11T21:21:23.490Z Compiling anstream v0.6.14
16472024-09-11T21:21:24.017Z Compiling miniz_oxide v0.7.2
16482024-09-11T21:21:24.117Z Compiling publicsuffix v2.2.3
16492024-09-11T21:21:24.522Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16502024-09-11T21:21:25.354Z Compiling num-iter v0.1.45
16512024-09-11T21:21:26.173Z Compiling addr2line v0.21.0
16522024-09-11T21:21:26.475Z Compiling tokio-rustls v0.24.1
16532024-09-11T21:21:27.287Z Compiling terminal_size v0.3.0
16542024-09-11T21:21:27.470Z Compiling tokio-native-tls v0.3.1
16552024-09-11T21:21:28.030Z Compiling phf_shared v0.11.2
16562024-09-11T21:21:28.381Z Compiling strum_macros v0.25.3
16572024-09-11T21:21:28.992Z Compiling serde_urlencoded v0.7.1
16582024-09-11T21:21:29.524Z Compiling enum-as-inner v0.6.0
16592024-09-11T21:21:30.158Z Compiling serde_repr v0.1.19
16602024-09-11T21:21:30.259Z Compiling ff v0.13.0
16612024-09-11T21:21:30.327Z Compiling object v0.32.2
16622024-09-11T21:21:30.478Z Compiling ipnet v2.9.0
16632024-09-11T21:21:31.133Z Compiling adler2 v2.0.0
16642024-09-11T21:21:31.326Z Compiling bitflags v1.3.2
16652024-09-11T21:21:31.437Z Compiling winnow v0.5.40
16662024-09-11T21:21:32.125Z Compiling managed v0.8.0
16672024-09-11T21:21:32.238Z Compiling rustc-demangle v0.1.24
16682024-09-11T21:21:32.551Z Compiling either v1.13.0
16692024-09-11T21:21:32.785Z Compiling clap_lex v0.7.0
16702024-09-11T21:21:32.933Z Compiling base16ct v0.2.0
16712024-09-11T21:21:33.195Z Compiling sec1 v0.7.3
16722024-09-11T21:21:33.219Z Compiling clap_builder v4.5.15
16732024-09-11T21:21:34.363Z Compiling rustls-pemfile v1.0.4
16742024-09-11T21:21:34.672Z Compiling toml_edit v0.19.15
16752024-09-11T21:21:34.696Z Compiling miniz_oxide v0.8.0
16762024-09-11T21:21:34.973Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16772024-09-11T21:21:35.412Z Compiling group v0.13.0
16782024-09-11T21:21:37.489Z Compiling phf v0.11.2
16792024-09-11T21:21:37.620Z Compiling hyper-tls v0.5.0
16802024-09-11T21:21:38.161Z Compiling hyper-rustls v0.24.2
16812024-09-11T21:21:38.406Z Compiling cookie_store v0.20.0
16822024-09-11T21:21:38.867Z Compiling postgres-types v0.2.7
16832024-09-11T21:21:39.549Z Compiling hubpack v0.1.2
16842024-09-11T21:21:39.573Z Compiling pkcs1 v0.7.5
16852024-09-11T21:21:39.936Z Compiling phf_shared v0.10.0
16862024-09-11T21:21:40.288Z Compiling futures-executor v0.3.30
16872024-09-11T21:21:40.312Z Compiling zerocopy v0.6.6
16882024-09-11T21:21:40.384Z Compiling bstr v1.9.1
16892024-09-11T21:21:40.572Z Compiling hkdf v0.12.4
16902024-09-11T21:21:40.616Z Compiling signature v2.2.0
16912024-09-11T21:21:40.711Z Compiling crypto-bigint v0.5.5
16922024-09-11T21:21:40.751Z Compiling idna v0.4.0
16932024-09-11T21:21:40.846Z Compiling float-cmp v0.9.0
16942024-09-11T21:21:40.876Z Compiling mio v0.8.11
16952024-09-11T21:21:41.067Z Compiling memmap v0.7.0
16962024-09-11T21:21:41.381Z Compiling winnow v0.6.18
16972024-09-11T21:21:41.856Z Compiling difflib v0.4.0
16982024-09-11T21:21:41.880Z Compiling new_debug_unreachable v1.0.6
16992024-09-11T21:21:41.985Z Compiling sync_wrapper v0.1.2
17002024-09-11T21:21:42.074Z Compiling fixedbitset v0.4.2
17012024-09-11T21:21:42.213Z Compiling minimal-lexical v0.2.1
17022024-09-11T21:21:42.239Z Compiling bit-vec v0.6.3
17032024-09-11T21:21:42.705Z Compiling predicates-core v1.0.6
17042024-09-11T21:21:42.816Z Compiling precomputed-hash v0.1.1
17052024-09-11T21:21:42.916Z Compiling unicode-segmentation v1.11.0
17062024-09-11T21:21:43.025Z Compiling normalize-line-endings v0.3.0
17072024-09-11T21:21:43.147Z Compiling webpki-roots v0.25.4
17082024-09-11T21:21:43.300Z Compiling data-encoding v2.6.0
17092024-09-11T21:21:43.518Z Compiling whoami v1.5.1
17102024-09-11T21:21:43.563Z Compiling static_assertions v1.1.0
17112024-09-11T21:21:43.597Z Compiling reqwest v0.11.27
17122024-09-11T21:21:43.683Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17132024-09-11T21:21:43.799Z Compiling similar v2.6.0
17142024-09-11T21:21:44.022Z Compiling hickory-proto v0.24.1
17152024-09-11T21:21:44.207Z Compiling tokio-postgres v0.7.11
17162024-09-11T21:21:44.674Z Compiling toml_edit v0.22.20
17172024-09-11T21:21:45.585Z Compiling elliptic-curve v0.13.8
17182024-09-11T21:21:46.225Z Compiling predicates v3.1.2
17192024-09-11T21:21:47.596Z Compiling string_cache v0.8.7
17202024-09-11T21:21:48.716Z Compiling nom v7.1.3
17212024-09-11T21:21:48.958Z Compiling bit-set v0.5.3
17222024-09-11T21:21:49.059Z Compiling petgraph v0.6.5
17232024-09-11T21:21:49.263Z Compiling signal-hook-mio v0.2.4
17242024-09-11T21:21:49.431Z Compiling usdt v0.5.0
17252024-09-11T21:21:50.499Z Compiling rsa v0.9.6
17262024-09-11T21:21:51.411Z Compiling futures v0.3.30
17272024-09-11T21:21:51.904Z Compiling toml v0.7.8
17282024-09-11T21:21:52.036Z Compiling crossbeam-epoch v0.9.18
17292024-09-11T21:21:52.250Z Compiling clap v4.5.16
17302024-09-11T21:21:52.374Z Compiling flate2 v1.0.33
17312024-09-11T21:21:52.527Z Compiling itertools v0.12.1
17322024-09-11T21:21:52.564Z Compiling itertools v0.10.5
17332024-09-11T21:21:52.712Z Compiling console v0.15.8
17342024-09-11T21:21:53.504Z Compiling tokio-stream v0.1.15
17352024-09-11T21:21:54.146Z Compiling hex v0.4.3
17362024-09-11T21:21:54.785Z Compiling sha1 v0.10.6
17372024-09-11T21:21:55.278Z Compiling unicode-xid v0.2.4
17382024-09-11T21:21:55.340Z Compiling radium v0.7.0
17392024-09-11T21:21:55.440Z Compiling camino v1.1.9
17402024-09-11T21:21:56.178Z Compiling lalrpop-util v0.19.12
17412024-09-11T21:21:56.205Z Compiling peg-runtime v0.8.3
17422024-09-11T21:21:56.707Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432024-09-11T21:22:01.202Z Compiling is-terminal v0.4.12
17442024-09-11T21:22:01.338Z Compiling maybe-uninit v2.0.0
17452024-09-11T21:22:03.047Z Compiling ident_case v1.0.1
17462024-09-11T21:22:03.221Z Compiling rustls-pki-types v1.7.0
17472024-09-11T21:22:04.526Z Compiling tap v1.0.1
17482024-09-11T21:22:04.659Z Compiling wyz v0.5.1
17492024-09-11T21:22:08.899Z Compiling darling_core v0.20.9
17502024-09-11T21:22:17.170Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17512024-09-11T21:22:21.263Z Compiling getopts v0.2.21
17522024-09-11T21:22:21.263Z Compiling bzip2-sys v0.1.11+1.0.8
17532024-09-11T21:22:21.263Z Compiling dirs-sys-next v0.1.2
17542024-09-11T21:22:21.263Z Compiling unsafe-libyaml v0.2.11
17552024-09-11T21:22:21.263Z Compiling paste v1.0.15
17562024-09-11T21:22:21.263Z Compiling rustls v0.22.4
17572024-09-11T21:22:21.263Z Compiling packed_struct v0.10.1
17582024-09-11T21:22:21.374Z Compiling funty v2.0.0
17592024-09-11T21:22:22.761Z Compiling bitvec v1.0.1
17602024-09-11T21:22:23.506Z Compiling serde_yaml v0.9.34+deprecated
17612024-09-11T21:22:23.742Z Compiling dirs-next v2.0.0
17622024-09-11T21:22:26.303Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17632024-09-11T21:22:26.748Z Compiling darling_macro v0.20.9
17642024-09-11T21:22:27.961Z Compiling rustls-webpki v0.102.4
17652024-09-11T21:22:31.642Z Compiling packed_struct_codegen v0.10.1
17662024-09-11T21:22:31.667Z Compiling structmeta-derive v0.3.0
17672024-09-11T21:22:32.042Z Compiling thread_local v1.1.8
17682024-09-11T21:22:32.330Z Compiling indexmap v1.9.3
17692024-09-11T21:22:32.521Z Compiling multer v3.1.0
17702024-09-11T21:22:32.625Z Compiling fastrand v2.1.0
17712024-09-11T21:22:32.650Z Compiling rayon-core v1.12.1
17722024-09-11T21:22:32.685Z Compiling match_cfg v0.1.0
17732024-09-11T21:22:32.820Z Compiling nodrop v0.1.14
17742024-09-11T21:22:33.055Z Compiling crc-catalog v2.4.0
17752024-09-11T21:22:33.217Z Compiling slog-async v2.8.0
17762024-09-11T21:22:33.285Z Compiling crc v3.2.1
17772024-09-11T21:22:33.788Z Compiling tempfile v3.10.1
17782024-09-11T21:22:33.969Z Compiling structmeta v0.3.0
17792024-09-11T21:22:34.312Z Compiling array-init v0.0.4
17802024-09-11T21:22:34.967Z Compiling hostname v0.3.1
17812024-09-11T21:22:35.211Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17822024-09-11T21:22:36.365Z Compiling smallvec v0.6.14
17832024-09-11T21:22:36.816Z Compiling darling v0.20.9
17842024-09-11T21:22:36.942Z Compiling term v0.7.0
17852024-09-11T21:22:39.036Z Compiling crossbeam-deque v0.8.5
17862024-09-11T21:22:39.191Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17872024-09-11T21:22:40.503Z Compiling slog-json v2.6.1
17882024-09-11T21:22:40.935Z Compiling crossbeam-channel v0.5.12
17892024-09-11T21:22:41.611Z Compiling http v1.1.0
17902024-09-11T21:22:42.454Z Compiling async-stream-impl v0.3.5
17912024-09-11T21:22:43.285Z Compiling pin-project-internal v1.1.5
17922024-09-11T21:22:45.793Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17932024-09-11T21:22:46.174Z Compiling bitfield v0.14.0
17942024-09-11T21:22:46.562Z Compiling take_mut v0.2.2
17952024-09-11T21:22:47.109Z Compiling same-file v1.0.6
17962024-09-11T21:22:48.224Z Compiling atomic-waker v1.1.2
17972024-09-11T21:22:48.249Z Compiling hashbrown v0.12.3
17982024-09-11T21:22:48.414Z Compiling termcolor v1.4.1
17992024-09-11T21:22:49.390Z Compiling env_logger v0.10.2
18002024-09-11T21:22:50.344Z Compiling waitgroup v0.1.2
18012024-09-11T21:22:53.114Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18022024-09-11T21:22:54.457Z Compiling walkdir v2.5.0
18032024-09-11T21:22:58.302Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18042024-09-11T21:22:59.227Z Compiling pin-project v1.1.5
18052024-09-11T21:22:59.471Z Compiling async-stream v0.3.5
18062024-09-11T21:23:01.017Z Compiling slog-bunyan v2.5.0
18072024-09-11T21:23:01.273Z Compiling tokio-rustls v0.25.0
18082024-09-11T21:23:02.013Z Compiling slog-term v2.9.1
18092024-09-11T21:23:02.127Z Compiling serde_with_macros v3.9.0
18102024-09-11T21:23:03.087Z Compiling serde-hex v0.1.0
18112024-09-11T21:23:04.302Z Compiling bzip2 v0.4.4
18122024-09-11T21:23:04.343Z Compiling parse-display-derive v0.10.0
18132024-09-11T21:23:04.706Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18142024-09-11T21:23:04.884Z Compiling toml v0.8.19
18152024-09-11T21:23:05.039Z Compiling rustls-pemfile v2.1.3
18162024-09-11T21:23:08.324Z Compiling x509-cert v0.2.5
18172024-09-11T21:23:08.692Z Compiling ron v0.8.1
18182024-09-11T21:23:09.820Z Compiling ipnetwork v0.20.0
18192024-09-11T21:23:10.875Z Compiling newtype-uuid v1.1.0
18202024-09-11T21:23:10.963Z Compiling strum_macros v0.26.4
18212024-09-11T21:23:11.062Z Compiling xattr v1.3.1
18222024-09-11T21:23:11.395Z Compiling snafu-derive v0.8.2
18232024-09-11T21:23:12.488Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18242024-09-11T21:23:13.304Z Compiling serde_path_to_error v0.1.16
18252024-09-11T21:23:13.637Z Compiling hashbrown v0.13.2
18262024-09-11T21:23:14.108Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272024-09-11T21:23:14.244Z Compiling ring v0.16.20
18282024-09-11T21:23:14.759Z Compiling blake3 v1.5.1
18292024-09-11T21:23:14.908Z Compiling hostname v0.4.0
18302024-09-11T21:23:14.958Z Compiling filetime v0.2.25
18312024-09-11T21:23:15.166Z Compiling instant v0.1.12
18322024-09-11T21:23:15.191Z Compiling buf-list v1.0.3
18332024-09-11T21:23:15.302Z Compiling crc-any v2.5.0
18342024-09-11T21:23:15.710Z Compiling debug-ignore v1.0.5
18352024-09-11T21:23:15.788Z Compiling snafu v0.8.2
18362024-09-11T21:23:15.813Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18372024-09-11T21:23:16.082Z Compiling backoff v0.4.0
18382024-09-11T21:23:16.430Z Compiling tar v0.4.41
18392024-09-11T21:23:16.623Z Compiling strum v0.26.3
18402024-09-11T21:23:16.818Z Compiling object v0.30.4
18412024-09-11T21:23:16.924Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18422024-09-11T21:23:17.171Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18432024-09-11T21:23:17.671Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18442024-09-11T21:23:18.181Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18452024-09-11T21:23:19.197Z Compiling parse-display v0.10.0
18462024-09-11T21:23:20.911Z Compiling zip v0.6.6
18472024-09-11T21:23:20.936Z Compiling serde_with v3.9.0
18482024-09-11T21:23:21.210Z Compiling rayon v1.10.0
18492024-09-11T21:23:21.343Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18502024-09-11T21:23:21.963Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18512024-09-11T21:23:23.330Z Compiling camino-tempfile v1.1.1
18522024-09-11T21:23:24.081Z Compiling globset v0.4.14
18532024-09-11T21:23:24.661Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18542024-09-11T21:23:24.850Z Compiling pem v3.0.4
18552024-09-11T21:23:26.294Z Compiling olpc-cjson v0.1.3
18562024-09-11T21:23:26.319Z Compiling macaddr v1.0.1
18572024-09-11T21:23:26.550Z Compiling serde_plain v1.0.2
18582024-09-11T21:23:26.891Z Compiling async-recursion v1.1.1
18592024-09-11T21:23:27.019Z Compiling memmap2 v0.9.4
18602024-09-11T21:23:27.567Z Compiling typed-path v0.7.1
18612024-09-11T21:23:28.204Z Compiling path-slash v0.1.5
18622024-09-11T21:23:28.229Z Compiling arrayref v0.3.7
18632024-09-11T21:23:28.335Z Compiling constant_time_eq v0.3.0
18642024-09-11T21:23:28.448Z Compiling spin v0.5.2
18652024-09-11T21:23:28.510Z Compiling arrayvec v0.7.4
18662024-09-11T21:23:28.698Z Compiling untrusted v0.7.1
18672024-09-11T21:23:30.529Z Compiling tough v0.17.1
18682024-09-11T21:23:30.728Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18692024-09-11T21:23:31.179Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18702024-09-11T21:23:33.486Z Compiling itertools v0.13.0
18712024-09-11T21:23:33.812Z Compiling cargo-platform v0.1.8
18722024-09-11T21:23:34.793Z Compiling topological-sort v0.2.2
18732024-09-11T21:23:35.059Z Compiling parse-size v1.0.0
18742024-09-11T21:23:35.343Z Compiling omicron-zone-package v0.11.0
18752024-09-11T21:23:35.368Z Compiling cargo_metadata v0.18.1
18762024-09-11T21:23:36.742Z Compiling shell-words v1.1.0
18772024-09-11T21:23:43.034Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18782024-09-11T21:23:54.205Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18792024-09-11T21:24:10.321Z Finished `release` profile [optimized] target(s) in 4m 12s
18802024-09-11T21:24:10.457Z Running `target/release/omicron-releng --output-dir /work`
18812024-09-11T21:24:10.520ZSep 11 21:24:10.167 DEBG changing working directory to /work/oxidecomputer/omicron
18822024-09-11T21:24:10.662ZSep 11 21:24:10.312 DEBG running: git rev-parse HEAD
18832024-09-11T21:24:10.687ZSep 11 21:24:10.320 DEBG process exited with exit status: 0 (8.116438ms)
18842024-09-11T21:24:10.687ZSep 11 21:24:10.320 INFO version: 10.0.0-0.ci+git4c15433fa1c
18852024-09-11T21:24:10.722ZSep 11 21:24:10.372 INFO cloning helios to /work/oxidecomputer/helios
18862024-09-11T21:24:10.722ZSep 11 21:24:10.372 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18872024-09-11T21:24:10.746ZCloning into '/work/oxidecomputer/helios'...
18882024-09-11T21:24:11.354ZSep 11 21:24:11.004 DEBG process exited with exit status: 0 (631.387423ms)
18892024-09-11T21:24:11.354ZSep 11 21:24:11.004 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18902024-09-11T21:24:11.378Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18912024-09-11T21:24:11.379Z# branch.head master
18922024-09-11T21:24:11.379Z# branch.upstream origin/master
18932024-09-11T21:24:11.379Z# branch.ab +0 -0
18942024-09-11T21:24:11.379ZSep 11 21:24:11.016 DEBG process exited with exit status: 0 (12.085617ms)
18952024-09-11T21:24:11.379ZSep 11 21:24:11.016 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18962024-09-11T21:24:12.426ZSep 11 21:24:12.076 DEBG process exited with exit status: 0 (1.059721s)
18972024-09-11T21:24:12.426ZSep 11 21:24:12.076 DEBG running: zfs list rpool/images/build/host
18982024-09-11T21:24:12.450ZNAME USED AVAIL REFER MOUNTPOINT
18992024-09-11T21:24:12.451Zrpool/images/build/host 96K 145G 96K /rpool/images/build/host
19002024-09-11T21:24:12.451ZSep 11 21:24:12.088 DEBG process exited with exit status: 0 (12.698822ms)
19012024-09-11T21:24:12.451ZSep 11 21:24:12.089 DEBG running: zfs list rpool/images/build/recovery
19022024-09-11T21:24:12.451ZNAME USED AVAIL REFER MOUNTPOINT
19032024-09-11T21:24:12.451Zrpool/images/build/recovery 96K 145G 96K /rpool/images/build/recovery
19042024-09-11T21:24:12.451ZSep 11 21:24:12.100 DEBG process exited with exit status: 0 (11.627066ms)
19052024-09-11T21:24:12.475ZSep 11 21:24:12.102 INFO [hubris-production] running task
19062024-09-11T21:24:12.475ZSep 11 21:24:12.102 INFO [hubris-staging] running task
19072024-09-11T21:24:12.475ZSep 11 21:24:12.103 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
19082024-09-11T21:24:12.475ZSep 11 21:24:12.110 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19092024-09-11T21:24:12.572Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19102024-09-11T21:24:13.245Z[ omicron-package] Blocking waiting for file lock on package cache
19112024-09-11T21:24:13.955Z[ omicron-package] Blocking waiting for file lock on package cache
19122024-09-11T21:24:14.308Z[ omicron-package] Blocking waiting for file lock on package cache
19132024-09-11T21:24:14.929Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19142024-09-11T21:24:14.978Z[ omicron-package] Compiling heapless v0.8.0
19152024-09-11T21:24:15.003Z[ omicron-package] Compiling hash32 v0.3.1
19162024-09-11T21:24:15.003Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19172024-09-11T21:24:15.003Z[ omicron-package] Compiling smoltcp v0.11.0
19182024-09-11T21:24:15.003Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19192024-09-11T21:24:15.003Z[ omicron-package] Compiling embedded-io v0.4.0
19202024-09-11T21:24:15.003Z[ omicron-package] Compiling cobs v0.2.3
19212024-09-11T21:24:15.629Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19222024-09-11T21:24:15.656ZSep 11 21:24:15.306 INFO [hubris-production] task succeeded (3.204193653s)
19232024-09-11T21:24:16.041Z[ omicron-package] Compiling postcard v1.0.8
19242024-09-11T21:24:16.244Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19252024-09-11T21:24:16.698Z[ omicron-package] Compiling num_enum_derive v0.5.11
19262024-09-11T21:24:16.723Z[ omicron-package] Compiling proc-macro-error v1.0.4
19272024-09-11T21:24:16.986Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19282024-09-11T21:24:17.216Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19292024-09-11T21:24:17.241Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19302024-09-11T21:24:17.319Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19312024-09-11T21:24:18.194Z[ omicron-package] Compiling tabwriter v1.4.0
19322024-09-11T21:24:18.458Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19332024-09-11T21:24:18.577Z[ omicron-package] Compiling cstr-argument v0.1.2
19342024-09-11T21:24:18.717Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19352024-09-11T21:24:19.486Z[ omicron-package] Compiling foreign-types v0.5.0
19362024-09-11T21:24:19.643Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19372024-09-11T21:24:19.718Z[ omicron-package] Compiling pretty-hex v0.2.1
19382024-09-11T21:24:19.902Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19392024-09-11T21:24:20.419Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19402024-09-11T21:24:20.567Z[ omicron-package] Compiling colored v2.1.0
19412024-09-11T21:24:20.882Z[ omicron-package] Compiling socket2 v0.4.10
19422024-09-11T21:24:21.022Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19432024-09-11T21:24:21.347Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19442024-09-11T21:24:21.429Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19452024-09-11T21:24:21.880Z[ omicron-package] Compiling num_enum v0.5.11
19462024-09-11T21:24:22.014Z[ omicron-package] Compiling sigpipe v0.1.3
19472024-09-11T21:24:22.076Z[ omicron-package] Compiling num-derive v0.4.2
19482024-09-11T21:24:22.412Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19492024-09-11T21:24:22.490Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19502024-09-11T21:24:22.642Z[ omicron-package] Compiling libefi-sys v0.1.0
19512024-09-11T21:24:23.233Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19522024-09-11T21:24:23.518Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19532024-09-11T21:24:23.588Z[ omicron-package] Compiling smf v0.2.3
19542024-09-11T21:24:23.870Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19552024-09-11T21:24:24.156Z[ omicron-package] Compiling zone v0.3.0
19562024-09-11T21:24:24.458Z[ omicron-package] Compiling bitfield-struct v0.6.1
19572024-09-11T21:24:25.175Z[ omicron-package] Compiling portable-atomic v1.6.0
19582024-09-11T21:24:25.890Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
19592024-09-11T21:24:27.255Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19602024-09-11T21:24:27.623Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19612024-09-11T21:24:28.668Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19622024-09-11T21:24:28.882Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19632024-09-11T21:24:29.148Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19642024-09-11T21:24:29.482Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19652024-09-11T21:24:30.456Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19662024-09-11T21:24:30.631Z[ omicron-package] Compiling gethostname v0.5.0
19672024-09-11T21:24:30.814Z[ omicron-package] Compiling number_prefix v0.4.0
19682024-09-11T21:24:31.332Z[ omicron-package] Compiling indicatif v0.17.8
19692024-09-11T21:24:33.084ZSep 11 21:24:32.734 INFO [hubris-staging] task succeeded (20.63124337s)
19702024-09-11T21:24:33.220Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19712024-09-11T21:24:36.651Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19722024-09-11T21:24:37.244Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19732024-09-11T21:24:38.560Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19742024-09-11T21:24:53.604Z[ helios-setup] Sep 11 21:24:53.253 INFO helios repository root is: /work/oxidecomputer/helios
19752024-09-11T21:24:53.629Z[ helios-setup] Sep 11 21:24:53.255 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
19762024-09-11T21:24:53.629Z[ helios-setup] Sep 11 21:24:53.255 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19772024-09-11T21:24:53.629Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19782024-09-11T21:24:54.371Z[ helios-setup] Sep 11 21:24:54.020 INFO clone ok!, project: pinprick
19792024-09-11T21:24:54.395Z[ helios-setup] Sep 11 21:24:54.020 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
19802024-09-11T21:24:54.395Z[ helios-setup] Sep 11 21:24:54.021 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19812024-09-11T21:24:54.395Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19822024-09-11T21:24:55.127Z[ helios-setup] Sep 11 21:24:54.777 INFO clone ok!, project: phbl
19832024-09-11T21:24:55.127Z[ helios-setup] Sep 11 21:24:54.777 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
19842024-09-11T21:24:55.152Z[ helios-setup] Sep 11 21:24:54.777 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19852024-09-11T21:24:55.152Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19862024-09-11T21:24:55.907Z[ helios-setup] Sep 11 21:24:55.557 INFO clone ok!, project: image-builder
19872024-09-11T21:24:55.932Z[ helios-setup] Sep 11 21:24:55.557 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
19882024-09-11T21:24:55.932Z[ helios-setup] Sep 11 21:24:55.557 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19892024-09-11T21:24:55.932Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19902024-09-11T21:24:57.051Z[ helios-setup] Sep 11 21:24:56.701 INFO clone ok!, project: chelsio-t6-roms
19912024-09-11T21:24:57.078Z[ helios-setup] Sep 11 21:24:56.701 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
19922024-09-11T21:24:57.078Z[ helios-setup] Sep 11 21:24:56.701 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19932024-09-11T21:24:57.078Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19942024-09-11T21:24:58.810Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.34s
19952024-09-11T21:24:59.044Z[ omicron-package]
19962024-09-11T21:24:59.044Z[ omicron-package] real 46.526502371
19972024-09-11T21:24:59.044Z[ omicron-package] user 2:33.650706933
19982024-09-11T21:24:59.069Z[ omicron-package] sys 23.895962855
19992024-09-11T21:24:59.069Z[ omicron-package] trap 0.250475587
20002024-09-11T21:24:59.069Z[ omicron-package] tflt 0.377928891
20012024-09-11T21:24:59.069Z[ omicron-package] dflt 0.804880034
20022024-09-11T21:24:59.069Z[ omicron-package] kflt 0.004595146
20032024-09-11T21:24:59.069Z[ omicron-package] lock 5:09.341100104
20042024-09-11T21:24:59.069ZSep 11 21:24:58.695 INFO [omicron-package] process exited with exit status: 0 (46.592480985s)
20052024-09-11T21:24:59.069Z[ omicron-package] slp 8:41.376530270
20062024-09-11T21:24:59.069Z[ omicron-package] lat 1:35.167098380
20072024-09-11T21:24:59.069Z[ omicron-package] stop 59.007570475
20082024-09-11T21:24:59.069ZSep 11 21:24:58.696 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
20092024-09-11T21:24:59.069ZSep 11 21:24:58.712 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20102024-09-11T21:24:59.094Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20112024-09-11T21:24:59.094Z[ host-target] Created new build target 'host' and set it as active
20122024-09-11T21:24:59.094ZSep 11 21:24:58.733 INFO [host-target] process exited with exit status: 0 (37.195115ms)
20132024-09-11T21:24:59.094ZSep 11 21:24:58.733 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20142024-09-11T21:24:59.094Z[ recovery-target] Created new build target 'recovery' and set it as active
20152024-09-11T21:24:59.094Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20162024-09-11T21:24:59.119ZSep 11 21:24:58.747 INFO [recovery-target] process exited with exit status: 0 (35.073407ms)
20172024-09-11T21:24:59.119Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20182024-09-11T21:25:00.883Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20192024-09-11T21:25:00.883Z[ host-package] Compiling convert_case v0.4.0
20202024-09-11T21:25:00.915Z[ host-package] Compiling camino v1.1.9
20212024-09-11T21:25:00.916Z[ host-package] Compiling newline-converter v0.3.0
20222024-09-11T21:25:00.916Z[ host-package] Compiling password-hash v0.5.0
20232024-09-11T21:25:00.916Z[ host-package] Compiling blake2 v0.10.6
20242024-09-11T21:25:00.916Z[ host-package] Compiling cancel-safe-futures v0.1.5
20252024-09-11T21:25:00.916Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20262024-09-11T21:25:01.105Z[ helios-setup] Sep 11 21:25:00.752 INFO clone ok!, project: amd-firmware
20272024-09-11T21:25:01.105Z[ helios-setup] Sep 11 21:25:00.752 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
20282024-09-11T21:25:01.105Z[ helios-setup] Sep 11 21:25:00.752 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20292024-09-11T21:25:01.130Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20302024-09-11T21:25:01.211Z[ host-package] Compiling expectorate v1.1.0
20312024-09-11T21:25:01.245Z[ host-package] Compiling derive-where v1.2.7
20322024-09-11T21:25:01.418Z[ host-package] Compiling libsw v3.3.1
20332024-09-11T21:25:01.447Z[ host-package] Compiling argon2 v0.5.3
20342024-09-11T21:25:01.741Z[ host-package] Compiling indent_write v2.2.0
20352024-09-11T21:25:01.766Z[ host-package] Compiling derive_more v0.99.18
20362024-09-11T21:25:01.890Z[ host-package] Compiling owo-colors v4.0.0
20372024-09-11T21:25:01.915Z[ host-package] Compiling linear-map v1.2.0
20382024-09-11T21:25:01.999Z[ host-package] Compiling swrite v0.1.0
20392024-09-11T21:25:02.335Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20402024-09-11T21:25:02.362Z[ helios-setup] Sep 11 21:25:01.993 INFO clone ok!, project: pilot
20412024-09-11T21:25:02.362Z[ helios-setup] Sep 11 21:25:01.993 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20422024-09-11T21:25:02.362Z[ helios-setup] Sep 11 21:25:01.994 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20432024-09-11T21:25:02.362Z[ helios-setup] Sep 11 21:25:01.994 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
20442024-09-11T21:25:02.362Z[ helios-setup] Sep 11 21:25:01.994 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20452024-09-11T21:25:02.362Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20462024-09-11T21:25:02.441Z[ host-package] Compiling humantime v2.1.0
20472024-09-11T21:25:02.468Z[ host-package] Compiling toml v0.8.19
20482024-09-11T21:25:02.863Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20492024-09-11T21:25:02.942Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20502024-09-11T21:25:03.103Z[ helios-setup] Sep 11 21:25:02.752 INFO clone ok!, project: bootserver
20512024-09-11T21:25:03.103Z[ helios-setup] Sep 11 21:25:02.753 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20522024-09-11T21:25:03.128Z[ helios-setup] Sep 11 21:25:02.753 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
20532024-09-11T21:25:03.128Z[ helios-setup] Sep 11 21:25:02.753 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
20542024-09-11T21:25:03.128Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20552024-09-11T21:25:03.183Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20562024-09-11T21:25:03.346Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20572024-09-11T21:25:03.555Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20582024-09-11T21:25:03.640Z[ host-package] Compiling num-rational v0.4.2
20592024-09-11T21:25:03.901Z[ host-package] Compiling num-complex v0.4.6
20602024-09-11T21:25:04.373Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20612024-09-11T21:25:04.404Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20622024-09-11T21:25:04.428Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20632024-09-11T21:25:04.453Z[ host-package] Compiling dirs-sys-next v0.1.2
20642024-09-11T21:25:04.928Z[ host-package] Compiling num v0.4.3
20652024-09-11T21:25:05.062Z[ host-package] Compiling dirs-next v2.0.0
20662024-09-11T21:25:05.086Z[ host-package] Compiling float-ord v0.3.2
20672024-09-11T21:25:05.275Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20682024-09-11T21:25:05.275Z[ host-package] Compiling term v0.7.0
20692024-09-11T21:25:05.806Z[ host-package] Compiling utf-8 v0.7.6
20702024-09-11T21:25:06.172Z[ host-package] Compiling semver v0.1.20
20712024-09-11T21:25:06.449Z[ host-package] Compiling prettyplease v0.2.20
20722024-09-11T21:25:06.706Z[ host-package] Compiling rustc_version v0.1.7
20732024-09-11T21:25:06.740Z[ host-package] Compiling is-terminal v0.4.12
20742024-09-11T21:25:06.888Z[ host-package] Compiling cookie v0.18.1
20752024-09-11T21:25:07.132Z[ host-package] Compiling newtype_derive v0.1.6
20762024-09-11T21:25:07.262Z[ host-package] Compiling highway v1.2.0
20772024-09-11T21:25:07.780Z[ host-package] Compiling rustls-pki-types v1.7.0
20782024-09-11T21:25:07.813Z[ host-package] Compiling linked-hash-map v0.5.6
20792024-09-11T21:25:08.271Z[ host-package] Compiling lru-cache v0.1.2
20802024-09-11T21:25:08.520Z[ host-package] Compiling steno v0.4.1
20812024-09-11T21:25:08.546Z[ host-package] Compiling quick-error v1.2.3
20822024-09-11T21:25:08.648Z[ host-package] Compiling home v0.5.9
20832024-09-11T21:25:08.735Z[ host-package] Compiling resolv-conf v0.7.0
20842024-09-11T21:25:08.910Z[ host-package] Compiling rustls-webpki v0.102.4
20852024-09-11T21:25:09.191Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20862024-09-11T21:25:10.744Z[ host-package] Compiling rustls v0.22.4
20872024-09-11T21:25:10.793Z[ host-package] Compiling thread_local v1.1.8
20882024-09-11T21:25:10.950Z[ host-package] Compiling match_cfg v0.1.0
20892024-09-11T21:25:11.083Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20902024-09-11T21:25:11.318Z[ host-package] Compiling hostname v0.3.1
20912024-09-11T21:25:11.942Z[ host-package] Compiling hickory-resolver v0.24.1
20922024-09-11T21:25:12.596Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20932024-09-11T21:25:12.620Z[ helios-setup] Sep 11 21:25:12.263 INFO clone ok!, project: amd-host-image-builder
20942024-09-11T21:25:12.620Z[ helios-setup] Sep 11 21:25:12.264 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20952024-09-11T21:25:12.823Z[ host-package] Compiling multer v3.1.0
20962024-09-11T21:25:12.929Z[ host-package] Compiling slog-async v2.8.0
20972024-09-11T21:25:13.016Z[ host-package] Compiling slog-json v2.6.1
20982024-09-11T21:25:13.244Z[ helios-setup] Sep 11 21:25:12.893 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20992024-09-11T21:25:13.601Z[ host-package] Compiling crossbeam-channel v0.5.12
21002024-09-11T21:25:13.787Z[ helios-setup] Sep 11 21:25:13.436 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
21012024-09-11T21:25:13.787Z[ helios-setup] Sep 11 21:25:13.436 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
21022024-09-11T21:25:14.410Z[ helios-setup] Sep 11 21:25:14.060 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21032024-09-11T21:25:14.820Z[ host-package] Compiling http v1.1.0
21042024-09-11T21:25:14.924Z[ helios-setup] Sep 11 21:25:14.573 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21052024-09-11T21:25:14.924Z[ helios-setup] Sep 11 21:25:14.573 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21062024-09-11T21:25:15.505Z[ helios-setup] Sep 11 21:25:15.154 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21072024-09-11T21:25:16.006Z[ helios-setup] Sep 11 21:25:15.655 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21082024-09-11T21:25:16.006Z[ helios-setup] Sep 11 21:25:15.655 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21092024-09-11T21:25:16.006Z[ helios-setup] Sep 11 21:25:15.655 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21102024-09-11T21:25:16.031Z[ helios-setup] Sep 11 21:25:15.655 INFO ok!
21112024-09-11T21:25:16.031Z[ helios-setup] Sep 11 21:25:15.655 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21122024-09-11T21:25:16.031Z[ helios-setup] Sep 11 21:25:15.655 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21132024-09-11T21:25:16.031Z[ helios-setup] Sep 11 21:25:15.655 INFO ok!
21142024-09-11T21:25:16.031Z[ helios-setup] Sep 11 21:25:15.655 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21152024-09-11T21:25:16.031Z[ helios-setup] Sep 11 21:25:15.656 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21162024-09-11T21:25:16.031Z[ helios-setup] Sep 11 21:25:15.656 INFO ok!
21172024-09-11T21:25:16.032Z[ helios-setup] Sep 11 21:25:15.656 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
21182024-09-11T21:25:16.032Z[ helios-setup] Sep 11 21:25:15.656 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
21192024-09-11T21:25:16.167Z[ host-package] Compiling take_mut v0.2.2
21202024-09-11T21:25:16.353Z[ host-package] Compiling atomic-waker v1.1.2
21212024-09-11T21:25:16.378Z[ helios-setup] Sep 11 21:25:16.026 INFO E| Compiling adler v1.0.2
21222024-09-11T21:25:16.541Z[ helios-setup] Sep 11 21:25:16.190 INFO E| Compiling miniz_oxide v0.7.2
21232024-09-11T21:25:16.578Z[ host-package] Compiling waitgroup v0.1.2
21242024-09-11T21:25:18.050Z[ host-package] Compiling tokio-rustls v0.25.0
21252024-09-11T21:25:18.097Z[ host-package] Compiling slog-bunyan v2.5.0
21262024-09-11T21:25:18.436Z[ host-package] Compiling slog-term v2.9.1
21272024-09-11T21:25:18.617Z[ host-package] Compiling rustls-pemfile v2.1.3
21282024-09-11T21:25:18.894Z[ helios-setup] Sep 11 21:25:18.543 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
21292024-09-11T21:25:19.076Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21302024-09-11T21:25:19.202Z[ host-package] Compiling async-stream v0.3.5
21312024-09-11T21:25:19.566Z[ host-package] Compiling newtype-uuid v1.1.0
21322024-09-11T21:25:19.632Z[ host-package] Compiling ipnetwork v0.20.0
21332024-09-11T21:25:19.688Z[ helios-setup] Sep 11 21:25:19.337 INFO E| Finished `release` profile [optimized] target(s) in 3.59s
21342024-09-11T21:25:19.713Z[ helios-setup] Sep 11 21:25:19.345 INFO building project "pinprick" ok (3 seconds)
21352024-09-11T21:25:19.713Z[ helios-setup] Sep 11 21:25:19.345 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
21362024-09-11T21:25:19.713Z[ helios-setup] Sep 11 21:25:19.345 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
21372024-09-11T21:25:19.889Z[ host-package] Compiling serde_path_to_error v0.1.16
21382024-09-11T21:25:20.090Z[ helios-setup] Sep 11 21:25:19.740 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
21392024-09-11T21:25:20.398Z[ host-package] Compiling hostname v0.4.0
21402024-09-11T21:25:20.525Z[ host-package] Compiling instant v0.1.12
21412024-09-11T21:25:20.628Z[ host-package] Compiling debug-ignore v1.0.5
21422024-09-11T21:25:20.653Z[ host-package] Compiling backoff v0.4.0
21432024-09-11T21:25:20.678Z[ helios-setup] Sep 11 21:25:20.304 INFO E| From https://github.com/jclulow/rust-jmclib
21442024-09-11T21:25:20.678Z[ helios-setup] Sep 11 21:25:20.305 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
21452024-09-11T21:25:20.702Z[ helios-setup] Sep 11 21:25:20.338 INFO E| Updating crates.io index
21462024-09-11T21:25:20.702Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21472024-09-11T21:25:20.965Z[ helios-setup] Sep 11 21:25:20.615 INFO E| Downloading crates ...
21482024-09-11T21:25:21.008Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21492024-09-11T21:25:21.051Z[ helios-setup] Sep 11 21:25:20.700 INFO E| Downloaded once_cell v1.18.0
21502024-09-11T21:25:21.075Z[ helios-setup] Sep 11 21:25:20.706 INFO E| Downloaded errno v0.3.1
21512024-09-11T21:25:21.075Z[ helios-setup] Sep 11 21:25:20.716 INFO E| Downloaded uuid v0.8.2
21522024-09-11T21:25:21.100Z[ helios-setup] Sep 11 21:25:20.727 INFO E| Downloaded walkdir v2.3.3
21532024-09-11T21:25:21.100Z[ helios-setup] Sep 11 21:25:20.735 INFO E| Downloaded typenum v1.16.0
21542024-09-11T21:25:21.100Z[ helios-setup] Sep 11 21:25:20.740 INFO E| Downloaded toml v0.5.11
21552024-09-11T21:25:21.100Z[ helios-setup] Sep 11 21:25:20.744 INFO E| Downloaded rustix v0.38.4
21562024-09-11T21:25:21.125Z[ helios-setup] Sep 11 21:25:20.772 INFO E| Downloaded tempfile v3.7.0
21572024-09-11T21:25:21.126Z[ helios-setup] Sep 11 21:25:20.774 INFO E| Downloaded libc v0.2.147
21582024-09-11T21:25:21.157Z[ helios-setup] Sep 11 21:25:20.806 INFO E| Downloaded syn v2.0.32
21592024-09-11T21:25:21.181Z[ helios-setup] Sep 11 21:25:20.820 INFO E| Downloaded serde_json v1.0.103
21602024-09-11T21:25:21.181Z[ helios-setup] Sep 11 21:25:20.830 INFO E| Downloaded serde_derive v1.0.193
21612024-09-11T21:25:21.206Z[ helios-setup] Sep 11 21:25:20.834 INFO E| Downloaded serde v1.0.193
21622024-09-11T21:25:21.206Z[ helios-setup] Sep 11 21:25:20.838 INFO E| Downloaded ryu v1.0.15
21632024-09-11T21:25:21.206Z[ helios-setup] Sep 11 21:25:20.842 INFO E| Downloaded unicode-ident v1.0.11
21642024-09-11T21:25:21.206Z[ helios-setup] Sep 11 21:25:20.846 INFO E| Downloaded quote v1.0.31
21652024-09-11T21:25:21.206Z[ helios-setup] Sep 11 21:25:20.849 INFO E| Downloaded proc-macro2 v1.0.66
21662024-09-11T21:25:21.206Z[ helios-setup] Sep 11 21:25:20.852 INFO E| Downloaded opaque-debug v0.3.0
21672024-09-11T21:25:21.206Z[ helios-setup] Sep 11 21:25:20.853 INFO E| Downloaded md-5 v0.9.1
21682024-09-11T21:25:21.206Z[ helios-setup] Sep 11 21:25:20.855 INFO E| Downloaded libdevinfo-sys v1.0.0
21692024-09-11T21:25:21.231Z[ helios-setup] Sep 11 21:25:20.856 INFO E| Downloaded itoa v1.0.9
21702024-09-11T21:25:21.231Z[ helios-setup] Sep 11 21:25:20.858 INFO E| Downloaded getrandom v0.2.10
21712024-09-11T21:25:21.231Z[ helios-setup] Sep 11 21:25:20.862 INFO E| Downloaded fastrand v2.0.0
21722024-09-11T21:25:21.231Z[ helios-setup] Sep 11 21:25:20.864 INFO E| Downloaded digest v0.9.0
21732024-09-11T21:25:21.231Z[ helios-setup] Sep 11 21:25:20.866 INFO E| Downloaded bitflags v2.3.3
21742024-09-11T21:25:21.231Z[ helios-setup] Sep 11 21:25:20.869 INFO E| Downloaded anyhow v1.0.72
21752024-09-11T21:25:21.231Z[ helios-setup] Sep 11 21:25:20.873 INFO E| Downloaded unicode-width v0.1.10
21762024-09-11T21:25:21.231Z[ helios-setup] Sep 11 21:25:20.875 INFO E| Downloaded sha-1 v0.9.8
21772024-09-11T21:25:21.231Z[ helios-setup] Sep 11 21:25:20.877 INFO E| Downloaded cpufeatures v0.2.9
21782024-09-11T21:25:21.231Z[ helios-setup] Sep 11 21:25:20.879 INFO E| Downloaded block-buffer v0.9.0
21792024-09-11T21:25:21.361Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21802024-09-11T21:25:21.395Z[ helios-setup] Sep 11 21:25:21.044 INFO E| Compiling libc v0.2.147
21812024-09-11T21:25:21.420Z[ helios-setup] Sep 11 21:25:21.045 INFO E| Compiling proc-macro2 v1.0.66
21822024-09-11T21:25:21.420Z[ helios-setup] Sep 11 21:25:21.045 INFO E| Compiling unicode-ident v1.0.11
21832024-09-11T21:25:21.420Z[ helios-setup] Sep 11 21:25:21.045 INFO E| Compiling cfg-if v1.0.0
21842024-09-11T21:25:21.420Z[ helios-setup] Sep 11 21:25:21.045 INFO E| Compiling typenum v1.16.0
21852024-09-11T21:25:21.420Z[ helios-setup] Sep 11 21:25:21.045 INFO E| Compiling version_check v0.9.4
21862024-09-11T21:25:21.420Z[ helios-setup] Sep 11 21:25:21.045 INFO E| Compiling serde v1.0.193
21872024-09-11T21:25:21.420Z[ helios-setup] Sep 11 21:25:21.046 INFO E| Compiling rustix v0.38.4
21882024-09-11T21:25:21.420Z[ host-package] Compiling parse-display v0.10.0
21892024-09-11T21:25:22.341Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21902024-09-11T21:25:22.410Z[ helios-setup] Sep 11 21:25:22.058 INFO E| Compiling powerfmt v0.2.0
21912024-09-11T21:25:22.700Z[ helios-setup] Sep 11 21:25:22.349 INFO E| Compiling itoa v1.0.9
21922024-09-11T21:25:22.700Z[ helios-setup] Sep 11 21:25:22.349 INFO E| Compiling num-conv v0.1.0
21932024-09-11T21:25:22.725Z[ host-package] Compiling serde_with v3.9.0
21942024-09-11T21:25:23.019Z[ helios-setup] Sep 11 21:25:22.664 INFO E| Compiling generic-array v0.14.7
21952024-09-11T21:25:23.061Z[ helios-setup] Sep 11 21:25:22.710 INFO E| Compiling time-core v0.1.2
21962024-09-11T21:25:23.095Z[ helios-setup] Sep 11 21:25:22.744 INFO E| Compiling slog v2.7.0
21972024-09-11T21:25:23.192Z[ helios-setup] Sep 11 21:25:22.841 INFO E| Compiling deranged v0.3.11
21982024-09-11T21:25:23.362Z[ helios-setup] Sep 11 21:25:23.011 INFO E| Compiling bitflags v2.3.3
21992024-09-11T21:25:23.397Z[ helios-setup] Sep 11 21:25:23.046 INFO E| Compiling time-macros v0.2.18
22002024-09-11T21:25:23.772Z[ helios-setup] Sep 11 21:25:23.421 INFO E| Compiling once_cell v1.18.0
22012024-09-11T21:25:24.104Z[ helios-setup] Sep 11 21:25:23.753 INFO E| Compiling num_threads v0.1.6
22022024-09-11T21:25:24.459Z[ helios-setup] Sep 11 21:25:24.108 INFO E| Compiling thread_local v1.1.7
22032024-09-11T21:25:24.623Z[ helios-setup] Sep 11 21:25:24.272 INFO E| Compiling anyhow v1.0.72
22042024-09-11T21:25:25.327Z[ helios-setup] Sep 11 21:25:24.976 INFO E| Compiling dirs-sys-next v0.1.2
22052024-09-11T21:25:25.352Z[ host-package] Compiling strum v0.26.3
22062024-09-11T21:25:25.604Z[ helios-setup] Sep 11 21:25:25.253 INFO E| Compiling quote v1.0.31
22072024-09-11T21:25:25.740Z[ helios-setup] Sep 11 21:25:25.390 INFO E| Compiling errno v0.3.1
22082024-09-11T21:25:25.982Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22092024-09-11T21:25:26.007Z[ helios-setup] Sep 11 21:25:25.650 INFO E| Compiling dirs-next v2.0.0
22102024-09-11T21:25:26.446Z[ helios-setup] Sep 11 21:25:26.096 INFO E| Compiling syn v2.0.32
22112024-09-11T21:25:26.471Z[ helios-setup] Sep 11 21:25:26.103 INFO E| Compiling term v0.7.0
22122024-09-11T21:25:26.497Z[ helios-setup] Sep 11 21:25:26.136 INFO E| Compiling atty v0.2.14
22132024-09-11T21:25:26.700Z[ helios-setup] Sep 11 21:25:26.350 INFO E| Compiling serde_json v1.0.103
22142024-09-11T21:25:27.093Z[ helios-setup] Sep 11 21:25:26.742 INFO E| Compiling fastrand v2.0.0
22152024-09-11T21:25:27.185Z[ helios-setup] Sep 11 21:25:26.835 INFO E| Compiling opaque-debug v0.3.0
22162024-09-11T21:25:27.892Z[ helios-setup] Sep 11 21:25:27.541 INFO E| Compiling getrandom v0.2.10
22172024-09-11T21:25:27.978Z[ helios-setup] Sep 11 21:25:27.627 INFO E| Compiling unicode-width v0.1.10
22182024-09-11T21:25:28.406Z[ helios-setup] Sep 11 21:25:28.055 INFO E| Compiling digest v0.9.0
22192024-09-11T21:25:28.442Z[ helios-setup] Sep 11 21:25:28.092 INFO E| Compiling time v0.3.36
22202024-09-11T21:25:28.479Z[ helios-setup] Sep 11 21:25:28.128 INFO E| Compiling block-buffer v0.9.0
22212024-09-11T21:25:28.505Z[ helios-setup] Sep 11 21:25:28.154 INFO E| Compiling cpufeatures v0.2.9
22222024-09-11T21:25:28.529Z[ helios-setup] Sep 11 21:25:28.169 INFO E| Compiling same-file v1.0.6
22232024-09-11T21:25:28.602Z[ helios-setup] Sep 11 21:25:28.251 INFO E| Compiling ryu v1.0.15
22242024-09-11T21:25:28.882Z[ helios-setup] Sep 11 21:25:28.531 INFO E| Compiling tempfile v3.7.0
22252024-09-11T21:25:28.987Z[ helios-setup] Sep 11 21:25:28.637 INFO E| Compiling sha-1 v0.9.8
22262024-09-11T21:25:29.144Z[ helios-setup] Sep 11 21:25:28.794 INFO E| Compiling md-5 v0.9.1
22272024-09-11T21:25:29.219Z[ helios-setup] Sep 11 21:25:28.868 INFO E| Compiling walkdir v2.3.3
22282024-09-11T21:25:29.879Z[ helios-setup] Sep 11 21:25:29.528 INFO E| Compiling getopts v0.2.21
22292024-09-11T21:25:30.037Z[ helios-setup] Sep 11 21:25:29.686 INFO E| Compiling glob v0.3.1
22302024-09-11T21:25:30.067Z[ helios-setup] Sep 11 21:25:29.716 INFO E| Compiling libdevinfo-sys v1.0.0
22312024-09-11T21:25:30.196Z[ host-package] Compiling macaddr v1.0.1
22322024-09-11T21:25:30.989Z[ host-package] Compiling slog-dtrace v0.3.0
22332024-09-11T21:25:31.627Z[ helios-setup] Sep 11 21:25:31.276 INFO E| Compiling slog-term v2.9.0
22342024-09-11T21:25:31.653Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22352024-09-11T21:25:33.259Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22362024-09-11T21:25:33.394Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22372024-09-11T21:25:34.146Z[ host-package] Compiling half v2.4.1
22382024-09-11T21:25:34.268Z[ host-package] Compiling ciborium-io v0.2.2
22392024-09-11T21:25:34.483Z[ host-package] Compiling tungstenite v0.21.0
22402024-09-11T21:25:34.573Z[ host-package] Compiling rayon-core v1.12.1
22412024-09-11T21:25:34.640Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22422024-09-11T21:25:35.057Z[ host-package] Compiling ciborium-ll v0.2.2
22432024-09-11T21:25:35.262Z[ helios-setup] Sep 11 21:25:34.911 INFO E| Compiling serde_derive v1.0.193
22442024-09-11T21:25:35.629Z[ host-package] Compiling ciborium v0.2.2
22452024-09-11T21:25:37.700Z[ host-package] Compiling tokio-tungstenite v0.21.0
22462024-09-11T21:25:37.918Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22472024-09-11T21:25:38.310Z[ host-package] Compiling crossbeam-deque v0.8.5
22482024-09-11T21:25:38.661Z[ host-package] Compiling display-error-chain v0.2.1
22492024-09-11T21:25:38.863Z[ host-package] Compiling fastrand v2.1.0
22502024-09-11T21:25:39.382Z[ host-package] Compiling same-file v1.0.6
22512024-09-11T21:25:39.460Z[ host-package] Compiling tempfile v3.10.1
22522024-09-11T21:25:39.683Z[ host-package] Compiling walkdir v2.5.0
22532024-09-11T21:25:40.362Z[ host-package] Compiling ring v0.16.20
22542024-09-11T21:25:41.974Z[ host-package] Compiling rayon v1.10.0
22552024-09-11T21:25:43.982Z[ host-package] Compiling blake3 v1.5.1
22562024-09-11T21:25:44.803Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22572024-09-11T21:25:46.359Z[ host-package] Compiling xattr v1.3.1
22582024-09-11T21:25:46.677Z[ host-package] Compiling filetime v0.2.25
22592024-09-11T21:25:47.085Z[ host-package] Compiling memmap2 v0.9.4
22602024-09-11T21:25:48.055Z[ helios-setup] Sep 11 21:25:47.514 INFO E| Compiling toml v0.5.11
22612024-09-11T21:25:48.056Z[ helios-setup] Sep 11 21:25:47.514 INFO E| Compiling uuid v0.8.2
22622024-09-11T21:25:48.056Z[ host-package] Compiling arrayref v0.3.7
22632024-09-11T21:25:48.361Z[ host-package] Compiling untrusted v0.7.1
22642024-09-11T21:25:48.610Z[ host-package] Compiling arrayvec v0.7.4
22652024-09-11T21:25:48.671Z[ host-package] Compiling constant_time_eq v0.3.0
22662024-09-11T21:25:48.916Z[ host-package] Compiling spin v0.5.2
22672024-09-11T21:25:49.736Z[ helios-setup] Sep 11 21:25:49.386 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
22682024-09-11T21:25:50.430Z[ host-package] Compiling tar v0.4.41
22692024-09-11T21:25:50.928Z[ host-package] Compiling toolchain_find v0.4.0
22702024-09-11T21:25:51.527Z[ host-package] Compiling camino-tempfile v1.1.1
22712024-09-11T21:25:51.615Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22722024-09-11T21:25:52.108Z[ host-package] Compiling nibble_vec v0.1.0
22732024-09-11T21:25:52.387Z[ host-package] Compiling atty v0.2.14
22742024-09-11T21:25:52.461Z[ host-package] Compiling maplit v1.0.2
22752024-09-11T21:25:52.611Z[ host-package] Compiling endian-type v0.1.2
22762024-09-11T21:25:52.636Z[ host-package] Compiling crunchy v0.2.2
22772024-09-11T21:25:52.887Z[ helios-setup] Sep 11 21:25:52.536 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
22782024-09-11T21:25:52.947Z[ host-package] Compiling glob v0.3.1
22792024-09-11T21:25:52.974Z[ host-package] Compiling topological-sort v0.2.2
22802024-09-11T21:25:53.223Z[ host-package] Compiling radix_trie v0.2.1
22812024-09-11T21:25:53.322Z[ host-package] Compiling omicron-zone-package v0.11.0
22822024-09-11T21:25:53.917Z[ host-package] Compiling clang-sys v1.7.0
22832024-09-11T21:25:54.154Z[ host-package] Compiling rustfmt-wrapper v0.2.1
22842024-09-11T21:25:54.235Z[ host-package] Compiling tiny-keccak v2.0.2
22852024-09-11T21:25:54.543Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22862024-09-11T21:25:54.728Z[ host-package] Compiling dsl_auto_type v0.1.2
22872024-09-11T21:25:54.757Z[ host-package] Compiling curve25519-dalek v4.1.3
22882024-09-11T21:25:54.782Z[ host-package] Compiling scheduled-thread-pool v0.2.7
22892024-09-11T21:25:55.255Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
22902024-09-11T21:25:55.773Z[ host-package] Compiling keccak v0.1.5
22912024-09-11T21:25:56.133Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22922024-09-11T21:25:56.174Z[ host-package] Compiling arc-swap v1.7.1
22932024-09-11T21:25:56.268Z[ host-package] Compiling diesel_derives v2.2.2
22942024-09-11T21:25:56.636Z[ host-package] Compiling sha3 v0.10.8
22952024-09-11T21:25:56.785Z[ host-package] Compiling slog-scope v4.4.0
22962024-09-11T21:25:57.126Z[ host-package] Compiling r2d2 v0.8.10
22972024-09-11T21:25:57.628Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
22982024-09-11T21:25:57.667Z[ host-package] Compiling ascii-canvas v3.0.0
22992024-09-11T21:25:58.060Z[ host-package] Compiling universal-hash v0.5.1
23002024-09-11T21:25:58.241Z[ host-package] Compiling secrecy v0.8.0
23012024-09-11T21:25:58.324Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23022024-09-11T21:25:58.393Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23032024-09-11T21:25:58.602Z[ host-package] Compiling ena v0.14.3
23042024-09-11T21:25:59.102Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23052024-09-11T21:26:00.530Z[ host-package] Compiling libloading v0.8.3
23062024-09-11T21:26:01.047Z[ host-package] Compiling diff v0.1.13
23072024-09-11T21:26:01.275Z[ host-package] Compiling bindgen v0.69.4
23082024-09-11T21:26:01.803Z[ host-package] Compiling opaque-debug v0.3.1
23092024-09-11T21:26:01.881Z[ host-package] Compiling regex-syntax v0.6.29
23102024-09-11T21:26:02.005Z[ host-package] Compiling poly1305 v0.8.0
23112024-09-11T21:26:03.583Z[ host-package] Compiling thiserror-no-std v2.0.2
23122024-09-11T21:26:05.986Z[ helios-setup] Sep 11 21:26:05.635 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.21s
23132024-09-11T21:26:06.017Z[ helios-setup] Sep 11 21:26:05.665 INFO building project "image-builder" ok (46 seconds)
23142024-09-11T21:26:06.017Z[ helios-setup] Sep 11 21:26:05.666 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23152024-09-11T21:26:06.017Z[ helios-setup] Sep 11 21:26:05.666 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23162024-09-11T21:26:06.530Z[ helios-setup] Sep 11 21:26:06.179 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
23172024-09-11T21:26:07.144Z[ helios-setup] Sep 11 21:26:06.793 INFO E| From https://github.com/jclulow/hiercmd
23182024-09-11T21:26:07.144Z[ helios-setup] Sep 11 21:26:06.793 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
23192024-09-11T21:26:07.171Z[ helios-setup] Sep 11 21:26:06.818 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
23202024-09-11T21:26:07.310Z[ host-package] Compiling diesel v2.2.3
23212024-09-11T21:26:07.344Z[ host-package] Compiling lalrpop v0.19.12
23222024-09-11T21:26:07.866Z[ helios-setup] Sep 11 21:26:07.515 INFO E| From https://github.com/jclulow/network-interface
23232024-09-11T21:26:07.866Z[ helios-setup] Sep 11 21:26:07.515 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
23242024-09-11T21:26:07.890Z[ helios-setup] Sep 11 21:26:07.535 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
23252024-09-11T21:26:08.408Z[ helios-setup] Sep 11 21:26:08.057 INFO E| From https://github.com/oxidecomputer/boot-image-tools
23262024-09-11T21:26:08.409Z[ helios-setup] Sep 11 21:26:08.057 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
23272024-09-11T21:26:08.441Z[ helios-setup] Sep 11 21:26:08.090 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
23282024-09-11T21:26:09.321Z[ helios-setup] Sep 11 21:26:08.970 INFO E| From https://github.com/oxidecomputer/facade
23292024-09-11T21:26:09.321Z[ helios-setup] Sep 11 21:26:08.970 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
23302024-09-11T21:26:09.428Z[ helios-setup] Sep 11 21:26:09.047 INFO E| Updating crates.io index
23312024-09-11T21:26:09.944Z[ helios-setup] Sep 11 21:26:09.593 INFO E| Downloading crates ...
23322024-09-11T21:26:10.063Z[ helios-setup] Sep 11 21:26:09.710 INFO E| Downloaded const-random v0.1.15
23332024-09-11T21:26:10.088Z[ helios-setup] Sep 11 21:26:09.718 INFO E| Downloaded rustls-pemfile v1.0.2
23342024-09-11T21:26:10.088Z[ helios-setup] Sep 11 21:26:09.723 INFO E| Downloaded cpufeatures v0.2.5
23352024-09-11T21:26:10.088Z[ helios-setup] Sep 11 21:26:09.725 INFO E| Downloaded serde_derive v1.0.204
23362024-09-11T21:26:10.113Z[ helios-setup] Sep 11 21:26:09.737 INFO E| Downloaded semver-parser v0.10.2
23372024-09-11T21:26:10.140Z[ helios-setup] Sep 11 21:26:09.768 INFO E| Downloaded try-lock v0.2.4
23382024-09-11T21:26:10.140Z[ helios-setup] Sep 11 21:26:09.777 INFO E| Downloaded want v0.3.0
23392024-09-11T21:26:10.140Z[ helios-setup] Sep 11 21:26:09.781 INFO E| Downloaded smawk v0.3.1
23402024-09-11T21:26:10.166Z[ helios-setup] Sep 11 21:26:09.789 INFO E| Downloaded toml_datetime v0.6.1
23412024-09-11T21:26:10.166Z[ helios-setup] Sep 11 21:26:09.792 INFO E| Downloaded unicode-bidi v0.3.13
23422024-09-11T21:26:10.166Z[ helios-setup] Sep 11 21:26:09.796 INFO E| Downloaded h2 v0.3.16
23432024-09-11T21:26:10.166Z[ helios-setup] Sep 11 21:26:09.811 INFO E| Downloaded uuid v1.3.0
23442024-09-11T21:26:10.190Z[ helios-setup] Sep 11 21:26:09.820 INFO E| Downloaded url v2.3.1
23452024-09-11T21:26:10.190Z[ helios-setup] Sep 11 21:26:09.828 INFO E| Downloaded winnow v0.4.1
23462024-09-11T21:26:10.216Z[ helios-setup] Sep 11 21:26:09.842 INFO E| Downloaded syn v2.0.72
23472024-09-11T21:26:10.246Z[ helios-setup] Sep 11 21:26:09.895 INFO E| Downloaded syn v1.0.107
23482024-09-11T21:26:10.271Z[ helios-setup] Sep 11 21:26:09.917 INFO E| Downloaded tokio v1.27.0
23492024-09-11T21:26:10.312Z[ helios-setup] Sep 11 21:26:09.961 INFO E| Downloaded encoding_rs v0.8.32
23502024-09-11T21:26:10.345Z[ helios-setup] Sep 11 21:26:09.994 INFO E| Downloaded unicode-normalization v0.1.22
23512024-09-11T21:26:10.372Z[ helios-setup] Sep 11 21:26:10.002 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
23522024-09-11T21:26:10.429Z[ helios-setup] Sep 11 21:26:10.078 INFO E| Downloaded tokio-util v0.7.7
23532024-09-11T21:26:10.453Z[ helios-setup] Sep 11 21:26:10.086 INFO E| Downloaded serde_json v1.0.95
23542024-09-11T21:26:10.453Z[ helios-setup] Sep 11 21:26:10.097 INFO E| Downloaded libc v0.2.139
23552024-09-11T21:26:10.482Z[ helios-setup] Sep 11 21:26:10.131 INFO E| Downloaded unsafe-libyaml v0.2.8
23562024-09-11T21:26:10.507Z[ helios-setup] Sep 11 21:26:10.136 INFO E| Downloaded libz-sys v1.1.8
23572024-09-11T21:26:10.569Z[ helios-setup] Sep 11 21:26:10.218 INFO E| Downloaded unicode-linebreak v0.1.4
23582024-09-11T21:26:10.594Z[ helios-setup] Sep 11 21:26:10.221 INFO E| Downloaded unicode-ident v1.0.8
23592024-09-11T21:26:10.594Z[ helios-setup] Sep 11 21:26:10.224 INFO E| Downloaded ucd-trie v0.1.5
23602024-09-11T21:26:10.594Z[ helios-setup] Sep 11 21:26:10.227 INFO E| Downloaded tungstenite v0.18.0
23612024-09-11T21:26:10.594Z[ helios-setup] Sep 11 21:26:10.230 INFO E| Downloaded tracing-core v0.1.30
23622024-09-11T21:26:10.594Z[ helios-setup] Sep 11 21:26:10.233 INFO E| Downloaded tracing v0.1.37
23632024-09-11T21:26:10.594Z[ helios-setup] Sep 11 21:26:10.239 INFO E| Downloaded toml_edit v0.19.8
23642024-09-11T21:26:10.618Z[ helios-setup] Sep 11 21:26:10.261 INFO E| Downloaded serde v1.0.204
23652024-09-11T21:26:10.618Z[ helios-setup] Sep 11 21:26:10.266 INFO E| Downloaded openapiv3 v1.0.2
23662024-09-11T21:26:10.642Z[ helios-setup] Sep 11 21:26:10.282 INFO E| Downloaded rustls v0.21.0
23672024-09-11T21:26:10.667Z[ helios-setup] Sep 11 21:26:10.298 INFO E| Downloaded rustix v0.37.3
23682024-09-11T21:26:10.691Z[ helios-setup] Sep 11 21:26:10.324 INFO E| Downloaded rhai v1.14.0
23692024-09-11T21:26:10.692Z[ helios-setup] Sep 11 21:26:10.340 INFO E| Downloaded regex v1.7.3
23702024-09-11T21:26:10.716Z[ helios-setup] Sep 11 21:26:10.352 INFO E| Downloaded toml v0.7.3
23712024-09-11T21:26:10.716Z[ helios-setup] Sep 11 21:26:10.356 INFO E| Downloaded serde_yaml v0.9.21
23722024-09-11T21:26:10.716Z[ helios-setup] Sep 11 21:26:10.361 INFO E| Downloaded reqwest v0.11.16
23732024-09-11T21:26:10.740Z[ helios-setup] Sep 11 21:26:10.371 INFO E| Downloaded regress v0.5.0
23742024-09-11T21:26:10.740Z[ helios-setup] Sep 11 21:26:10.381 INFO E| Downloaded rayon v1.6.1
23752024-09-11T21:26:10.764Z[ helios-setup] Sep 11 21:26:10.393 INFO E| Downloaded hyper v0.14.25
23762024-09-11T21:26:10.764Z[ helios-setup] Sep 11 21:26:10.405 INFO E| Downloaded time v0.1.45
23772024-09-11T21:26:10.765Z[ helios-setup] Sep 11 21:26:10.407 INFO E| Downloaded socket2 v0.4.9
23782024-09-11T21:26:10.765Z[ helios-setup] Sep 11 21:26:10.409 INFO E| Downloaded smallvec v1.10.0
23792024-09-11T21:26:10.765Z[ helios-setup] Sep 11 21:26:10.412 INFO E| Downloaded sct v0.7.0
23802024-09-11T21:26:10.789Z[ helios-setup] Sep 11 21:26:10.416 INFO E| Downloaded schemars v0.8.12
23812024-09-11T21:26:10.789Z[ helios-setup] Sep 11 21:26:10.432 INFO E| Downloaded pest v2.5.7
23822024-09-11T21:26:10.789Z[ helios-setup] Sep 11 21:26:10.438 INFO E| Downloaded git2 v0.16.1
23832024-09-11T21:26:10.813Z[ helios-setup] Sep 11 21:26:10.449 INFO E| Downloaded futures-util v0.3.28
23842024-09-11T21:26:10.837Z[ helios-setup] Sep 11 21:26:10.465 INFO E| Downloaded chrono v0.4.24
23852024-09-11T21:26:10.837Z[ helios-setup] Sep 11 21:26:10.474 INFO E| Downloaded rhai_codegen v1.5.0
23862024-09-11T21:26:10.837Z[ helios-setup] Sep 11 21:26:10.484 INFO E| Downloaded lock_api v0.4.9
23872024-09-11T21:26:10.837Z[ helios-setup] Sep 11 21:26:10.486 INFO E| Downloaded http v0.2.9
23882024-09-11T21:26:10.861Z[ helios-setup] Sep 11 21:26:10.491 INFO E| Downloaded crossbeam-channel v0.5.6
23892024-09-11T21:26:10.861Z[ helios-setup] Sep 11 21:26:10.497 INFO E| Downloaded clap_builder v4.2.1
23902024-09-11T21:26:10.861Z[ helios-setup] Sep 11 21:26:10.506 INFO E| Downloaded toolchain_find v0.2.0
23912024-09-11T21:26:10.861Z[ helios-setup] Sep 11 21:26:10.507 INFO E| Downloaded tokio-tungstenite v0.18.0
23922024-09-11T21:26:10.861Z[ helios-setup] Sep 11 21:26:10.510 INFO E| Downloaded tokio-rustls v0.24.0
23932024-09-11T21:26:10.886Z[ helios-setup] Sep 11 21:26:10.513 INFO E| Downloaded tokio-macros v2.0.0
23942024-09-11T21:26:10.886Z[ helios-setup] Sep 11 21:26:10.514 INFO E| Downloaded thiserror-impl v1.0.38
23952024-09-11T21:26:10.886Z[ helios-setup] Sep 11 21:26:10.516 INFO E| Downloaded thiserror v1.0.38
23962024-09-11T21:26:10.886Z[ helios-setup] Sep 11 21:26:10.521 INFO E| Downloaded textwrap v0.16.0
23972024-09-11T21:26:10.886Z[ helios-setup] Sep 11 21:26:10.524 INFO E| Downloaded terminal_size v0.2.6
23982024-09-11T21:26:10.886Z[ helios-setup] Sep 11 21:26:10.526 INFO E| Downloaded tempfile v3.5.0
23992024-09-11T21:26:10.886Z[ helios-setup] Sep 11 21:26:10.529 INFO E| Downloaded strsim v0.10.0
24002024-09-11T21:26:10.886Z[ helios-setup] Sep 11 21:26:10.531 INFO E| Downloaded smartstring v1.0.1
24012024-09-11T21:26:10.886Z[ helios-setup] Sep 11 21:26:10.534 INFO E| Downloaded slog-bunyan v2.4.0
24022024-09-11T21:26:10.910Z[ helios-setup] Sep 11 21:26:10.535 INFO E| Downloaded slog-async v2.7.0
24032024-09-11T21:26:10.910Z[ helios-setup] Sep 11 21:26:10.537 INFO E| Downloaded sha2 v0.10.6
24042024-09-11T21:26:10.910Z[ helios-setup] Sep 11 21:26:10.540 INFO E| Downloaded sha1 v0.10.5
24052024-09-11T21:26:10.910Z[ helios-setup] Sep 11 21:26:10.542 INFO E| Downloaded serde_tokenstream v0.2.0
24062024-09-11T21:26:10.910Z[ helios-setup] Sep 11 21:26:10.547 INFO E| Downloaded serde_spanned v0.6.1
24072024-09-11T21:26:10.910Z[ helios-setup] Sep 11 21:26:10.548 INFO E| Downloaded serde_path_to_error v0.1.11
24082024-09-11T21:26:10.911Z[ helios-setup] Sep 11 21:26:10.550 INFO E| Downloaded scopeguard v1.1.0
24092024-09-11T21:26:10.911Z[ helios-setup] Sep 11 21:26:10.552 INFO E| Downloaded parking_lot v0.12.1
24102024-09-11T21:26:10.911Z[ helios-setup] Sep 11 21:26:10.555 INFO E| Downloaded num-integer v0.1.45
24112024-09-11T21:26:10.911Z[ helios-setup] Sep 11 21:26:10.557 INFO E| Downloaded mio v0.8.5
24122024-09-11T21:26:10.935Z[ helios-setup] Sep 11 21:26:10.584 INFO E| Downloaded miniz_oxide v0.6.2
24132024-09-11T21:26:10.959Z[ helios-setup] Sep 11 21:26:10.587 INFO E| Downloaded memchr v2.5.0
24142024-09-11T21:26:10.959Z[ helios-setup] Sep 11 21:26:10.592 INFO E| Downloaded iana-time-zone v0.1.56
24152024-09-11T21:26:10.959Z[ helios-setup] Sep 11 21:26:10.594 INFO E| Downloaded httpdate v1.0.2
24162024-09-11T21:26:10.959Z[ helios-setup] Sep 11 21:26:10.596 INFO E| Downloaded getrandom v0.2.8
24172024-09-11T21:26:10.959Z[ helios-setup] Sep 11 21:26:10.599 INFO E| Downloaded generic-array v0.14.6
24182024-09-11T21:26:10.959Z[ helios-setup] Sep 11 21:26:10.601 INFO E| Downloaded futures-task v0.3.28
24192024-09-11T21:26:10.959Z[ helios-setup] Sep 11 21:26:10.602 INFO E| Downloaded futures-macro v0.3.28
24202024-09-11T21:26:10.960Z[ helios-setup] Sep 11 21:26:10.604 INFO E| Downloaded futures-channel v0.3.28
24212024-09-11T21:26:10.960Z[ helios-setup] Sep 11 21:26:10.606 INFO E| Downloaded futures v0.3.28
24222024-09-11T21:26:10.989Z[ helios-setup] Sep 11 21:26:10.612 INFO E| Downloaded form_urlencoded v1.1.0
24232024-09-11T21:26:10.989Z[ helios-setup] Sep 11 21:26:10.613 INFO E| Downloaded flate2 v1.0.25
24242024-09-11T21:26:10.989Z[ helios-setup] Sep 11 21:26:10.619 INFO E| Downloaded fastrand v1.9.0
24252024-09-11T21:26:10.989Z[ helios-setup] Sep 11 21:26:10.620 INFO E| Downloaded either v1.8.0
24262024-09-11T21:26:10.989Z[ helios-setup] Sep 11 21:26:10.622 INFO E| Downloaded digest v0.10.6
24272024-09-11T21:26:10.989Z[ helios-setup] Sep 11 21:26:10.624 INFO E| Downloaded crossbeam-utils v0.8.14
24282024-09-11T21:26:10.989Z[ helios-setup] Sep 11 21:26:10.627 INFO E| Downloaded crossbeam-epoch v0.9.13
24292024-09-11T21:26:10.989Z[ helios-setup] Sep 11 21:26:10.631 INFO E| Downloaded concolor-query v0.3.3
24302024-09-11T21:26:10.989Z[ helios-setup] Sep 11 21:26:10.632 INFO E| Downloaded concolor-override v1.0.0
24312024-09-11T21:26:10.989Z[ helios-setup] Sep 11 21:26:10.633 INFO E| Downloaded clap_derive v4.2.0
24322024-09-11T21:26:10.989Z[ helios-setup] Sep 11 21:26:10.635 INFO E| Downloaded clap v4.2.1
24332024-09-11T21:26:11.016Z[ helios-setup] Sep 11 21:26:10.645 INFO E| Downloaded cargo-lock v8.0.3
24342024-09-11T21:26:11.016Z[ helios-setup] Sep 11 21:26:10.649 INFO E| Downloaded bytes v1.4.0
24352024-09-11T21:26:11.016Z[ helios-setup] Sep 11 21:26:10.653 INFO E| Downloaded base64 v0.21.0
24362024-09-11T21:26:11.016Z[ helios-setup] Sep 11 21:26:10.658 INFO E| Downloaded autocfg v1.1.0
24372024-09-11T21:26:11.016Z[ helios-setup] Sep 11 21:26:10.660 INFO E| Downloaded anyhow v1.0.68
24382024-09-11T21:26:11.016Z[ helios-setup] Sep 11 21:26:10.664 INFO E| Downloaded aho-corasick v0.7.20
24392024-09-11T21:26:11.040Z[ helios-setup] Sep 11 21:26:10.669 INFO E| Downloaded slab v0.4.7
24402024-09-11T21:26:11.040Z[ helios-setup] Sep 11 21:26:10.671 INFO E| Downloaded signal-hook-registry v1.4.0
24412024-09-11T21:26:11.040Z[ helios-setup] Sep 11 21:26:10.673 INFO E| Downloaded serde_derive_internals v0.26.0
24422024-09-11T21:26:11.040Z[ helios-setup] Sep 11 21:26:10.675 INFO E| Downloaded rustfmt-wrapper v0.2.0
24432024-09-11T21:26:11.040Z[ helios-setup] Sep 11 21:26:10.676 INFO E| Downloaded rayon-core v1.10.2
24442024-09-11T21:26:11.040Z[ helios-setup] Sep 11 21:26:10.681 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24452024-09-11T21:26:11.040Z[ helios-setup] Sep 11 21:26:10.683 INFO E| Downloaded proc-macro-crate v1.2.1
24462024-09-11T21:26:11.040Z[ helios-setup] Sep 11 21:26:10.685 INFO E| Downloaded pkg-config v0.3.26
24472024-09-11T21:26:11.040Z[ helios-setup] Sep 11 21:26:10.687 INFO E| Downloaded pin-project-lite v0.2.9
24482024-09-11T21:26:11.065Z[ helios-setup] Sep 11 21:26:10.692 INFO E| Downloaded paste v1.0.12
24492024-09-11T21:26:11.065Z[ helios-setup] Sep 11 21:26:10.696 INFO E| Downloaded parking_lot_core v0.9.6
24502024-09-11T21:26:11.065Z[ helios-setup] Sep 11 21:26:10.699 INFO E| Downloaded once_cell v1.17.0
24512024-09-11T21:26:11.065Z[ helios-setup] Sep 11 21:26:10.702 INFO E| Downloaded num_enum_derive v0.5.7
24522024-09-11T21:26:11.065Z[ helios-setup] Sep 11 21:26:10.703 INFO E| Downloaded num_enum v0.5.7
24532024-09-11T21:26:11.065Z[ helios-setup] Sep 11 21:26:10.708 INFO E| Downloaded num_cpus v1.15.0
24542024-09-11T21:26:11.065Z[ helios-setup] Sep 11 21:26:10.711 INFO E| Downloaded num-traits v0.2.15
24552024-09-11T21:26:11.089Z[ helios-setup] Sep 11 21:26:10.715 INFO E| Downloaded memoffset v0.7.1
24562024-09-11T21:26:11.089Z[ helios-setup] Sep 11 21:26:10.719 INFO E| Downloaded lazy_static v1.4.0
24572024-09-11T21:26:11.089Z[ helios-setup] Sep 11 21:26:10.719 INFO E| Downloaded jobserver v0.1.26
24582024-09-11T21:26:11.089Z[ helios-setup] Sep 11 21:26:10.726 INFO E| Downloaded itoa v1.0.6
24592024-09-11T21:26:11.089Z[ helios-setup] Sep 11 21:26:10.726 INFO E| Downloaded ipnet v2.7.2
24602024-09-11T21:26:11.089Z[ helios-setup] Sep 11 21:26:10.726 INFO E| Downloaded futures-sink v0.3.28
24612024-09-11T21:26:11.089Z[ helios-setup] Sep 11 21:26:10.726 INFO E| Downloaded const-random-macro v0.1.15
24622024-09-11T21:26:11.089Z[ helios-setup] Sep 11 21:26:10.726 INFO E| Downloaded bincode v1.3.3
24632024-09-11T21:26:11.089Z[ helios-setup] Sep 11 21:26:10.728 INFO E| Downloaded async-trait v0.1.68
24642024-09-11T21:26:11.089Z[ helios-setup] Sep 11 21:26:10.732 INFO E| Downloaded semver v1.0.17
24652024-09-11T21:26:11.089Z[ helios-setup] Sep 11 21:26:10.735 INFO E| Downloaded semver v0.11.0
24662024-09-11T21:26:11.089Z[ helios-setup] Sep 11 21:26:10.737 INFO E| Downloaded schemars_derive v0.8.12
24672024-09-11T21:26:11.116Z[ helios-setup] Sep 11 21:26:10.739 INFO E| Downloaded ryu v1.0.13
24682024-09-11T21:26:11.116Z[ helios-setup] Sep 11 21:26:10.760 INFO E| Downloaded rustls-webpki v0.100.1
24692024-09-11T21:26:11.141Z[ helios-setup] Sep 11 21:26:10.768 INFO E| Downloaded log v0.4.17
24702024-09-11T21:26:11.141Z[ helios-setup] Sep 11 21:26:10.771 INFO E| Downloaded is-terminal v0.4.7
24712024-09-11T21:26:11.141Z[ helios-setup] Sep 11 21:26:10.773 INFO E| Downloaded io-lifetimes v1.0.10
24722024-09-11T21:26:11.141Z[ helios-setup] Sep 11 21:26:10.776 INFO E| Downloaded home v0.5.4
24732024-09-11T21:26:11.141Z[ helios-setup] Sep 11 21:26:10.777 INFO E| Downloaded futures-executor v0.3.28
24742024-09-11T21:26:11.141Z[ helios-setup] Sep 11 21:26:10.779 INFO E| Downloaded cc v1.0.78
24752024-09-11T21:26:11.141Z[ helios-setup] Sep 11 21:26:10.783 INFO E| Downloaded built v0.6.0
24762024-09-11T21:26:11.141Z[ helios-setup] Sep 11 21:26:10.785 INFO E| Downloaded ahash v0.8.3
24772024-09-11T21:26:11.141Z[ helios-setup] Sep 11 21:26:10.788 INFO E| Downloaded ahash v0.7.6
24782024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.792 INFO E| Downloaded percent-encoding v2.2.0
24792024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.793 INFO E| Downloaded http-body v0.4.5
24802024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.795 INFO E| Downloaded futures-core v0.3.28
24812024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.797 INFO E| Downloaded dyn-clone v1.0.11
24822024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.799 INFO E| Downloaded clap_lex v0.4.1
24832024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.801 INFO E| Downloaded camino v1.1.4
24842024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.803 INFO E| Downloaded block-buffer v0.10.3
24852024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.804 INFO E| Downloaded anstyle-parse v0.1.1
24862024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.807 INFO E| Downloaded anstyle v0.3.5
24872024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.808 INFO E| Downloaded anstream v0.2.6
24882024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.811 INFO E| Downloaded byteorder v1.4.3
24892024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.813 INFO E| Downloaded project-root v0.2.2
24902024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.814 INFO E| Downloaded futures-io v0.3.28
24912024-09-11T21:26:11.166Z[ helios-setup] Sep 11 21:26:10.815 INFO E| Downloaded crossbeam-deque v0.8.2
24922024-09-11T21:26:11.482Z[ helios-setup] Sep 11 21:26:11.131 INFO E| Compiling proc-macro2 v1.0.86
24932024-09-11T21:26:11.516Z[ helios-setup] Sep 11 21:26:11.165 INFO E| Compiling libc v0.2.139
24942024-09-11T21:26:11.540Z[ helios-setup] Sep 11 21:26:11.165 INFO E| Compiling unicode-ident v1.0.8
24952024-09-11T21:26:11.540Z[ helios-setup] Sep 11 21:26:11.165 INFO E| Compiling autocfg v1.1.0
24962024-09-11T21:26:11.540Z[ helios-setup] Sep 11 21:26:11.165 INFO E| Compiling cfg-if v1.0.0
24972024-09-11T21:26:11.540Z[ helios-setup] Sep 11 21:26:11.166 INFO E| Compiling version_check v0.9.4
24982024-09-11T21:26:11.540Z[ helios-setup] Sep 11 21:26:11.166 INFO E| Compiling serde v1.0.204
24992024-09-11T21:26:11.540Z[ helios-setup] Sep 11 21:26:11.166 INFO E| Compiling syn v1.0.107
25002024-09-11T21:26:12.249Z[ helios-setup] Sep 11 21:26:11.898 INFO E| Compiling memchr v2.5.0
25012024-09-11T21:26:13.114Z[ helios-setup] Sep 11 21:26:12.763 INFO E| Compiling once_cell v1.17.0
25022024-09-11T21:26:13.254Z[ helios-setup] Sep 11 21:26:12.903 INFO E| Compiling log v0.4.17
25032024-09-11T21:26:13.725Z[ helios-setup] Sep 11 21:26:13.374 INFO E| Compiling thiserror v1.0.38
25042024-09-11T21:26:14.081Z[ helios-setup] Sep 11 21:26:13.730 INFO E| Compiling itoa v1.0.6
25052024-09-11T21:26:14.230Z[ helios-setup] Sep 11 21:26:13.879 INFO E| Compiling serde_json v1.0.95
25062024-09-11T21:26:14.606Z[ helios-setup] Sep 11 21:26:14.255 INFO E| Compiling quote v1.0.36
25072024-09-11T21:26:15.527Z[ helios-setup] Sep 11 21:26:15.176 INFO E| Compiling syn v2.0.72
25082024-09-11T21:26:15.971Z[ helios-setup] Sep 11 21:26:15.619 INFO E| Compiling indexmap v1.9.3
25092024-09-11T21:26:16.032Z[ host-package] Compiling slog-stdlog v4.1.1
25102024-09-11T21:26:16.319Z[ helios-setup] Sep 11 21:26:15.968 INFO E| Compiling scopeguard v1.1.0
25112024-09-11T21:26:16.677Z[ helios-setup] Sep 11 21:26:16.326 INFO E| Compiling getrandom v0.2.8
25122024-09-11T21:26:16.798Z[ helios-setup] Sep 11 21:26:16.447 INFO E| Compiling jobserver v0.1.26
25132024-09-11T21:26:17.235Z[ helios-setup] Sep 11 21:26:16.883 INFO E| Compiling pin-project-lite v0.2.9
25142024-09-11T21:26:17.510Z[ helios-setup] Sep 11 21:26:17.159 INFO E| Compiling num-integer v0.1.45
25152024-09-11T21:26:17.624Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25162024-09-11T21:26:17.746Z[ helios-setup] Sep 11 21:26:17.395 INFO E| Compiling cc v1.0.78
25172024-09-11T21:26:17.813Z[ helios-setup] Sep 11 21:26:17.462 INFO E| Compiling futures-core v0.3.28
25182024-09-11T21:26:17.996Z[ helios-setup] Sep 11 21:26:17.646 INFO E| Compiling bytes v1.4.0
25192024-09-11T21:26:18.330Z[ helios-setup] Sep 11 21:26:17.979 INFO E| Compiling ryu v1.0.13
25202024-09-11T21:26:19.121Z[ helios-setup] Sep 11 21:26:18.771 INFO E| Compiling lock_api v0.4.9
25212024-09-11T21:26:19.304Z[ helios-setup] Sep 11 21:26:18.953 INFO E| Compiling bitflags v1.3.2
25222024-09-11T21:26:19.590Z[ helios-setup] Sep 11 21:26:19.240 INFO E| Compiling typenum v1.16.0
25232024-09-11T21:26:19.724Z[ helios-setup] Sep 11 21:26:19.374 INFO E| Compiling parking_lot_core v0.9.6
25242024-09-11T21:26:19.786Z[ host-package] Compiling which v4.4.2
25252024-09-11T21:26:20.446Z[ helios-setup] Sep 11 21:26:20.095 INFO E| Compiling num_cpus v1.15.0
25262024-09-11T21:26:20.701Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25272024-09-11T21:26:20.990Z[ helios-setup] Sep 11 21:26:20.640 INFO E| Compiling generic-array v0.14.6
25282024-09-11T21:26:21.088Z[ helios-setup] Sep 11 21:26:20.737 INFO E| Compiling slab v0.4.7
25292024-09-11T21:26:21.112Z[ helios-setup] Sep 11 21:26:20.738 INFO E| Compiling futures-channel v0.3.28
25302024-09-11T21:26:21.112Z[ helios-setup] Sep 11 21:26:20.739 INFO E| Compiling futures-sink v0.3.28
25312024-09-11T21:26:21.304Z[ host-package] Compiling chacha20 v0.9.1
25322024-09-11T21:26:21.504Z[ helios-setup] Sep 11 21:26:21.154 INFO E| Compiling futures-task v0.3.28
25332024-09-11T21:26:22.148Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25342024-09-11T21:26:22.390Z[ helios-setup] Sep 11 21:26:22.040 INFO E| Compiling tokio v1.27.0
25352024-09-11T21:26:22.702Z[ helios-setup] Sep 11 21:26:22.352 INFO E| Compiling schemars v0.8.12
25362024-09-11T21:26:22.815Z[ helios-setup] Sep 11 21:26:22.465 INFO E| Compiling futures-util v0.3.28
25372024-09-11T21:26:22.877Z[ host-package] Compiling cexpr v0.6.0
25382024-09-11T21:26:23.609Z[ helios-setup] Sep 11 21:26:23.257 INFO E| Compiling socket2 v0.4.9
25392024-09-11T21:26:23.743Z[ helios-setup] Sep 11 21:26:23.392 INFO E| Compiling mio v0.8.5
25402024-09-11T21:26:23.913Z[ helios-setup] Sep 11 21:26:23.562 INFO E| Compiling signal-hook-registry v1.4.0
25412024-09-11T21:26:24.108Z[ helios-setup] Sep 11 21:26:23.757 INFO E| Compiling ahash v0.7.6
25422024-09-11T21:26:24.725Z[ helios-setup] Sep 11 21:26:24.374 INFO E| Compiling num-traits v0.2.15
25432024-09-11T21:26:25.010Z[ helios-setup] Sep 11 21:26:24.659 INFO E| Compiling io-lifetimes v1.0.10
25442024-09-11T21:26:25.082Z[ host-package] Compiling aead v0.5.2
25452024-09-11T21:26:25.387Z[ helios-setup] Sep 11 21:26:25.035 INFO E| Compiling futures-io v0.3.28
25462024-09-11T21:26:25.540Z[ host-package] Compiling shlex v1.3.0
25472024-09-11T21:26:26.048Z[ helios-setup] Sep 11 21:26:25.697 INFO E| Compiling serde_derive_internals v0.26.0
25482024-09-11T21:26:26.104Z[ host-package] Compiling rustc-hash v1.1.0
25492024-09-11T21:26:26.197Z[ helios-setup] Sep 11 21:26:25.846 INFO E| Compiling crunchy v0.2.2
25502024-09-11T21:26:26.347Z[ host-package] Compiling ref-cast v1.0.23
25512024-09-11T21:26:26.531Z[ helios-setup] Sep 11 21:26:26.178 INFO E| Compiling pin-utils v0.1.0
25522024-09-11T21:26:26.880Z[ host-package] Compiling lazycell v1.3.0
25532024-09-11T21:26:27.235Z[ helios-setup] Sep 11 21:26:26.884 INFO E| Compiling ahash v0.8.3
25542024-09-11T21:26:27.451Z[ helios-setup] Sep 11 21:26:27.100 INFO E| Compiling tiny-keccak v2.0.2
25552024-09-11T21:26:27.529Z[ helios-setup] Sep 11 21:26:27.178 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25562024-09-11T21:26:27.682Z[ host-package] Compiling chacha20poly1305 v0.10.1
25572024-09-11T21:26:28.051Z[ helios-setup] Sep 11 21:26:27.700 INFO E| Compiling rustix v0.37.3
25582024-09-11T21:26:28.251Z[ helios-setup] Sep 11 21:26:27.899 INFO E| Compiling hashbrown v0.12.3
25592024-09-11T21:26:28.349Z[ host-package] Compiling vsss-rs v3.3.4
25602024-09-11T21:26:30.006Z[ helios-setup] Sep 11 21:26:29.654 INFO E| Compiling crypto-common v0.1.6
25612024-09-11T21:26:30.058Z[ helios-setup] Sep 11 21:26:29.707 INFO E| Compiling block-buffer v0.10.3
25622024-09-11T21:26:30.626Z[ helios-setup] Sep 11 21:26:30.259 INFO E| Compiling errno v0.3.1
25632024-09-11T21:26:31.002Z[ helios-setup] Sep 11 21:26:30.651 INFO E| Compiling slog v2.7.0
25642024-09-11T21:26:31.046Z[ helios-setup] Sep 11 21:26:30.695 INFO E| Compiling pkg-config v0.3.26
25652024-09-11T21:26:31.070Z[ helios-setup] Sep 11 21:26:30.695 INFO E| Compiling fnv v1.0.7
25662024-09-11T21:26:31.138Z[ helios-setup] Sep 11 21:26:30.787 INFO E| Compiling crossbeam-utils v0.8.14
25672024-09-11T21:26:31.905Z[ helios-setup] Sep 11 21:26:31.554 INFO E| Compiling http v0.2.9
25682024-09-11T21:26:32.762Z[ helios-setup] Sep 11 21:26:32.411 INFO E| Compiling digest v0.10.6
25692024-09-11T21:26:33.302Z[ host-package] Compiling slog-envlogger v2.2.0
25702024-09-11T21:26:34.016Z[ helios-setup] Sep 11 21:26:33.665 INFO E| Compiling thiserror-impl v1.0.38
25712024-09-11T21:26:34.317Z[ helios-setup] Sep 11 21:26:33.966 INFO E| Compiling schemars_derive v0.8.12
25722024-09-11T21:26:35.275Z[ helios-setup] Sep 11 21:26:34.715 INFO E| Compiling aho-corasick v0.7.20
25732024-09-11T21:26:35.299Z[ helios-setup] Sep 11 21:26:34.779 INFO E| Compiling serde_derive v1.0.204
25742024-09-11T21:26:35.662Z[ helios-setup] Sep 11 21:26:35.308 INFO E| Compiling futures-macro v0.3.28
25752024-09-11T21:26:35.851Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25762024-09-11T21:26:36.783Z[ host-package] Compiling derive_builder_core v0.20.0
25772024-09-11T21:26:36.876Z[ host-package] Compiling headers-core v0.2.0
25782024-09-11T21:26:37.006Z[ host-package] Compiling fxhash v0.2.1
25792024-09-11T21:26:37.345Z[ helios-setup] Sep 11 21:26:36.993 INFO E| Compiling tokio-macros v2.0.0
25802024-09-11T21:26:37.369Z[ host-package] Compiling libxml v0.3.3
25812024-09-11T21:26:37.717Z[ host-package] Compiling ref-cast-impl v1.0.23
25822024-09-11T21:26:38.013Z[ helios-setup] Sep 11 21:26:37.661 INFO E| Compiling tinyvec_macros v0.1.1
25832024-09-11T21:26:38.310Z[ helios-setup] Sep 11 21:26:37.959 INFO E| Compiling unicode-width v0.1.10
25842024-09-11T21:26:38.724Z[ host-package] Compiling headers v0.3.9
25852024-09-11T21:26:38.758Z[ helios-setup] Sep 11 21:26:38.398 INFO E| Compiling httparse v1.8.0
25862024-09-11T21:26:38.819Z[ helios-setup] Sep 11 21:26:38.469 INFO E| Compiling percent-encoding v2.2.0
25872024-09-11T21:26:39.713Z[ helios-setup] Sep 11 21:26:39.362 INFO E| Compiling cpufeatures v0.2.5
25882024-09-11T21:26:39.873Z[ helios-setup] Sep 11 21:26:39.523 INFO E| Compiling heck v0.4.1
25892024-09-11T21:26:40.079Z[ helios-setup] Sep 11 21:26:39.729 INFO E| Compiling anyhow v1.0.68
25902024-09-11T21:26:40.080Z[ helios-setup] Sep 11 21:26:39.729 INFO E| Compiling regex-syntax v0.6.29
25912024-09-11T21:26:40.246Z[ helios-setup] Sep 11 21:26:39.895 INFO E| Compiling tinyvec v1.6.0
25922024-09-11T21:26:40.306Z[ helios-setup] Sep 11 21:26:39.956 INFO E| Compiling form_urlencoded v1.1.0
25932024-09-11T21:26:40.564Z[ host-package] Compiling derive_builder_macro v0.20.0
25942024-09-11T21:26:41.096Z[ helios-setup] Sep 11 21:26:40.745 INFO E| Compiling const-random-macro v0.1.15
25952024-09-11T21:26:42.168Z[ helios-setup] Sep 11 21:26:41.817 INFO E| Compiling hashbrown v0.13.2
25962024-09-11T21:26:42.456Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25972024-09-11T21:26:43.167Z[ helios-setup] Sep 11 21:26:42.817 INFO E| Compiling libz-sys v1.1.8
25982024-09-11T21:26:43.215Z[ helios-setup] Sep 11 21:26:42.864 INFO E| Compiling chrono v0.4.24
25992024-09-11T21:26:44.052Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26002024-09-11T21:26:45.057Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26012024-09-11T21:26:45.193Z[ helios-setup] Sep 11 21:26:44.842 INFO E| Compiling uuid v1.3.0
26022024-09-11T21:26:45.411Z[ helios-setup] Sep 11 21:26:45.060 INFO E| Compiling dyn-clone v1.0.11
26032024-09-11T21:26:46.042Z[ helios-setup] Sep 11 21:26:45.691 INFO E| Compiling regress v0.5.0
26042024-09-11T21:26:46.333Z[ helios-setup] Sep 11 21:26:45.982 INFO E| Compiling unicode-normalization v0.1.22
26052024-09-11T21:26:46.357Z[ helios-setup] Sep 11 21:26:45.995 INFO E| Compiling const-random v0.1.15
26062024-09-11T21:26:46.696Z[ helios-setup] Sep 11 21:26:46.345 INFO E| Compiling regex v1.7.3
26072024-09-11T21:26:47.358Z[ host-package] Compiling strum_macros v0.24.3
26082024-09-11T21:26:47.596Z[ host-package] Compiling polar-core v0.27.3
26092024-09-11T21:26:49.550Z[ helios-setup] Sep 11 21:26:49.199 INFO E| Compiling getopts v0.2.21
26102024-09-11T21:26:50.710Z[ helios-setup] Sep 11 21:26:50.359 INFO E| Compiling tracing-core v0.1.30
26112024-09-11T21:26:50.753Z[ helios-setup] Sep 11 21:26:50.402 INFO E| Compiling memoffset v0.7.1
26122024-09-11T21:26:51.240Z[ host-package] Compiling samael v0.0.15
26132024-09-11T21:26:51.700Z[ helios-setup] Sep 11 21:26:51.349 INFO E| Compiling powerfmt v0.2.0
26142024-09-11T21:26:53.084Z[ host-package] Compiling kstat-rs v0.2.4
26152024-09-11T21:26:53.141Z[ helios-setup] Sep 11 21:26:52.790 INFO E| Compiling time-core v0.1.2
26162024-09-11T21:26:53.290Z[ helios-setup] Sep 11 21:26:52.939 INFO E| Compiling unicode-bidi v0.3.13
26172024-09-11T21:26:53.667Z[ host-package] Compiling dropshot v0.10.1
26182024-09-11T21:26:54.646Z[ host-package] Compiling unicase v2.7.0
26192024-09-11T21:26:54.676Z[ helios-setup] Sep 11 21:26:54.326 INFO E| Compiling num-conv v0.1.0
26202024-09-11T21:26:54.778Z[ helios-setup] Sep 11 21:26:54.427 INFO E| Compiling ucd-trie v0.1.5
26212024-09-11T21:26:54.802Z[ host-package] Compiling indoc v1.0.9
26222024-09-11T21:26:54.953Z[ helios-setup] Sep 11 21:26:54.603 INFO E| Compiling idna v0.3.0
26232024-09-11T21:26:55.394Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26242024-09-11T21:26:55.475Z[ helios-setup] Sep 11 21:26:55.125 INFO E| Compiling time-macros v0.2.18
26252024-09-11T21:26:55.792Z[ helios-setup] Sep 11 21:26:55.441 INFO E| Compiling pest v2.5.7
26262024-09-11T21:26:56.353Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26272024-09-11T21:26:57.329Z[ helios-setup] Sep 11 21:26:56.978 INFO E| Compiling tracing v0.1.37
26282024-09-11T21:26:58.504Z[ helios-setup] Sep 11 21:26:58.152 INFO E| Compiling deranged v0.3.11
26292024-09-11T21:27:00.001Z[ helios-setup] Sep 11 21:26:59.650 INFO E| Compiling smallvec v1.10.0
26302024-09-11T21:27:00.194Z[ helios-setup] Sep 11 21:26:59.843 INFO E| Compiling toml v0.5.11
26312024-09-11T21:27:02.339Z[ host-package] Compiling derive_builder v0.20.0
26322024-09-11T21:27:02.544Z[ helios-setup] Sep 11 21:27:02.193 INFO E| Compiling parking_lot v0.12.1
26332024-09-11T21:27:02.851Z[ helios-setup] Sep 11 21:27:02.494 INFO E| Compiling serde_tokenstream v0.2.0
26342024-09-11T21:27:04.059Z[ helios-setup] Sep 11 21:27:03.709 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26352024-09-11T21:27:05.459Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26362024-09-11T21:27:05.625Z[ helios-setup] Sep 11 21:27:05.274 INFO E| Compiling time v0.1.45
26372024-09-11T21:27:05.719Z[ helios-setup] Sep 11 21:27:05.368 INFO E| Compiling crossbeam-epoch v0.9.13
26382024-09-11T21:27:05.970Z[ helios-setup] Sep 11 21:27:05.619 INFO E| Compiling iana-time-zone v0.1.56
26392024-09-11T21:27:06.747Z[ helios-setup] Sep 11 21:27:06.396 INFO E| Compiling num_threads v0.1.6
26402024-09-11T21:27:07.082Z[ helios-setup] Sep 11 21:27:06.711 INFO E| Compiling semver v1.0.17
26412024-09-11T21:27:07.510Z[ helios-setup] Sep 11 21:27:07.159 INFO E| Compiling time v0.3.36
26422024-09-11T21:27:08.512Z[ helios-setup] Sep 11 21:27:08.161 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26432024-09-11T21:27:10.457Z[ helios-setup] Sep 11 21:27:10.106 INFO E| Compiling semver-parser v0.10.2
26442024-09-11T21:27:10.775Z[ host-package] Compiling tungstenite v0.23.0
26452024-09-11T21:27:11.355Z[ helios-setup] Sep 11 21:27:11.004 INFO E| Compiling url v2.3.1
26462024-09-11T21:27:11.415Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26472024-09-11T21:27:12.209Z[ host-package] Compiling crossterm v0.28.1
26482024-09-11T21:27:12.657Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26492024-09-11T21:27:16.138Z[ helios-setup] Sep 11 21:27:15.788 INFO E| Compiling crossbeam-channel v0.5.6
26502024-09-11T21:27:16.582Z[ helios-setup] Sep 11 21:27:16.231 INFO E| Compiling dirs-sys-next v0.1.2
26512024-09-11T21:27:19.042Z[ helios-setup] Sep 11 21:27:18.692 INFO E| Compiling tokio-util v0.7.7
26522024-09-11T21:27:19.108Z[ helios-setup] Sep 11 21:27:18.757 INFO E| Compiling same-file v1.0.6
26532024-09-11T21:27:20.215Z[ helios-setup] Sep 11 21:27:19.864 INFO E| Compiling crc32fast v1.3.2
26542024-09-11T21:27:20.316Z[ helios-setup] Sep 11 21:27:19.965 INFO E| Compiling try-lock v0.2.4
26552024-09-11T21:27:20.843Z[ helios-setup] Sep 11 21:27:20.492 INFO E| Compiling want v0.3.0
26562024-09-11T21:27:21.661Z[ helios-setup] Sep 11 21:27:21.308 INFO E| Compiling h2 v0.3.16
26572024-09-11T21:27:21.784Z[ helios-setup] Sep 11 21:27:21.433 INFO E| Compiling walkdir v2.3.3
26582024-09-11T21:27:22.508Z[ host-package] Compiling oso-derive v0.27.3
26592024-09-11T21:27:23.207Z[ helios-setup] Sep 11 21:27:22.856 INFO E| Compiling dirs-next v2.0.0
26602024-09-11T21:27:23.869Z[ helios-setup] Sep 11 21:27:23.518 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26612024-09-11T21:27:24.445Z[ host-package] Compiling dropshot_endpoint v0.10.1
26622024-09-11T21:27:24.974Z[ host-package] Compiling libz-sys v1.1.16
26632024-09-11T21:27:25.017Z[ helios-setup] Sep 11 21:27:24.666 INFO E| Compiling semver v0.11.0
26642024-09-11T21:27:25.761Z[ host-package] Compiling quick-xml v0.31.0
26652024-09-11T21:27:26.544Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
26662024-09-11T21:27:27.232Z[ host-package] Compiling cfg_aliases v0.1.1
26672024-09-11T21:27:27.730Z[ host-package] Compiling parking_lot_core v0.8.6
26682024-09-11T21:27:28.219Z[ helios-setup] Sep 11 21:27:27.868 INFO E| Compiling proc-macro-crate v1.2.1
26692024-09-11T21:27:28.888Z[ host-package] Compiling nix v0.28.0
26702024-09-11T21:27:30.074Z[ helios-setup] Sep 11 21:27:29.723 INFO E| Compiling futures-executor v0.3.28
26712024-09-11T21:27:30.172Z[ helios-setup] Sep 11 21:27:29.821 INFO E| Compiling http-body v0.4.5
26722024-09-11T21:27:30.353Z[ host-package] Compiling oso v0.27.3
26732024-09-11T21:27:31.372Z[ helios-setup] Sep 11 21:27:31.021 INFO E| Compiling ring v0.16.20
26742024-09-11T21:27:31.872Z[ helios-setup] Sep 11 21:27:31.521 INFO E| Compiling rand_core v0.6.4
26752024-09-11T21:27:32.286Z[ helios-setup] Sep 11 21:27:31.935 INFO E| Compiling thread_local v1.1.7
26762024-09-11T21:27:33.050Z[ helios-setup] Sep 11 21:27:32.699 INFO E| Compiling httpdate v1.0.2
26772024-09-11T21:27:33.685Z[ helios-setup] Sep 11 21:27:33.326 INFO E| Compiling utf8parse v0.2.1
26782024-09-11T21:27:33.847Z[ helios-setup] Sep 11 21:27:33.496 INFO E| Compiling lazy_static v1.4.0
26792024-09-11T21:27:33.919Z[ helios-setup] Sep 11 21:27:33.568 INFO E| Compiling fastrand v1.9.0
26802024-09-11T21:27:34.048Z[ helios-setup] Sep 11 21:27:33.697 INFO E| Compiling adler v1.0.2
26812024-09-11T21:27:34.119Z[ helios-setup] Sep 11 21:27:33.768 INFO E| Compiling tower-service v0.3.2
26822024-09-11T21:27:34.389Z[ helios-setup] Sep 11 21:27:34.037 INFO E| Compiling rayon-core v1.10.2
26832024-09-11T21:27:34.644Z[ helios-setup] Sep 11 21:27:34.293 INFO E| Compiling ppv-lite86 v0.2.17
26842024-09-11T21:27:34.852Z[ host-package] Compiling tokio-tungstenite v0.23.1
26852024-09-11T21:27:34.956Z[ helios-setup] Sep 11 21:27:34.603 INFO E| Compiling base64 v0.21.0
26862024-09-11T21:27:35.069Z[ helios-setup] Sep 11 21:27:34.719 INFO E| Compiling home v0.5.4
26872024-09-11T21:27:36.212Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882024-09-11T21:27:36.917Z[ helios-setup] Sep 11 21:27:36.566 INFO E| Compiling rand_chacha v0.3.1
26892024-09-11T21:27:36.984Z[ helios-setup] Sep 11 21:27:36.633 INFO E| Compiling toolchain_find v0.2.0
26902024-09-11T21:27:38.252Z[ helios-setup] Sep 11 21:27:37.900 INFO E| Compiling tempfile v3.5.0
26912024-09-11T21:27:38.682Z[ helios-setup] Sep 11 21:27:38.331 INFO E| Compiling hyper v0.14.25
26922024-09-11T21:27:38.830Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26932024-09-11T21:27:39.454Z[ helios-setup] Sep 11 21:27:39.103 INFO E| Compiling miniz_oxide v0.6.2
26942024-09-11T21:27:40.670Z[ helios-setup] Sep 11 21:27:40.319 INFO E| Compiling anstyle-parse v0.1.1
26952024-09-11T21:27:42.127Z[ helios-setup] Sep 11 21:27:41.776 INFO E| Compiling futures v0.3.28
26962024-09-11T21:27:42.742Z[ helios-setup] Sep 11 21:27:42.391 INFO E| Compiling num_enum_derive v0.5.7
26972024-09-11T21:27:47.850Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982024-09-11T21:27:48.342Z[ helios-setup] Sep 11 21:27:47.991 INFO E| Compiling cargo-lock v8.0.3
26992024-09-11T21:27:48.634Z[ host-package] Compiling bb8 v0.8.5
27002024-09-11T21:27:49.739Z[ host-package] Compiling const_format_proc_macros v0.2.32
27012024-09-11T21:27:53.626Z[ helios-setup] Sep 11 21:27:53.275 INFO E| Compiling crossbeam-deque v0.8.2
27022024-09-11T21:27:53.957Z[ host-package] Compiling vte_generate_state_changes v0.1.1
27032024-09-11T21:27:54.736Z[ helios-setup] Sep 11 21:27:54.385 INFO E| Compiling term v0.7.0
27042024-09-11T21:27:55.341Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27052024-09-11T21:27:55.932Z[ host-package] Compiling vte v0.11.1
27062024-09-11T21:27:58.092Z[ helios-setup] Sep 11 21:27:57.741 INFO E| Compiling serde_urlencoded v0.7.1
27072024-09-11T21:27:58.194Z[ helios-setup] Sep 11 21:27:57.843 INFO E| Compiling sha1 v0.10.5
27082024-09-11T21:27:58.693Z[ host-package] Compiling const_format v0.2.32
27092024-09-11T21:27:59.685Z[ helios-setup] Sep 11 21:27:59.334 INFO E| Compiling sha2 v0.10.6
27102024-09-11T21:27:59.709Z[ helios-setup] Sep 11 21:27:59.335 INFO E| Compiling is-terminal v0.4.7
27112024-09-11T21:28:00.056Z[ helios-setup] Sep 11 21:27:59.705 INFO E| Compiling atty v0.2.14
27122024-09-11T21:28:00.970Z[ host-package] Compiling async-bb8-diesel v0.2.1
27132024-09-11T21:28:01.228Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
27142024-09-11T21:28:01.897Z[ helios-setup] Sep 11 21:28:01.546 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27152024-09-11T21:28:04.010Z[ helios-setup] Sep 11 21:28:03.658 INFO E| Compiling concolor-override v1.0.0
27162024-09-11T21:28:04.064Z[ helios-setup] Sep 11 21:28:03.713 INFO E| Compiling concolor-query v0.3.3
27172024-09-11T21:28:04.320Z[ helios-setup] Sep 11 21:28:03.969 INFO E| Compiling anstyle v0.3.5
27182024-09-11T21:28:06.000Z[ host-package] Compiling fd-lock v4.0.2
27192024-09-11T21:28:06.113Z[ helios-setup] Sep 11 21:28:05.762 INFO E| Compiling anstream v0.2.6
27202024-09-11T21:28:06.677Z[ helios-setup] Sep 11 21:28:06.326 INFO E| Compiling slog-term v2.9.0
27212024-09-11T21:28:07.042Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27222024-09-11T21:28:07.145Z[ helios-setup] Sep 11 21:28:06.794 INFO E| Compiling flate2 v1.0.25
27232024-09-11T21:28:07.921Z[ helios-setup] Sep 11 21:28:07.570 INFO E| Compiling num_enum v0.5.7
27242024-09-11T21:28:08.315Z[ helios-setup] Sep 11 21:28:07.964 INFO E| Compiling rustfmt-wrapper v0.2.0
27252024-09-11T21:28:08.388Z[ helios-setup] Sep 11 21:28:08.037 INFO E| Compiling rand v0.8.5
27262024-09-11T21:28:09.007Z[ host-package] Compiling bytecount v0.6.8
27272024-09-11T21:28:09.749Z[ helios-setup] Sep 11 21:28:09.187 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27282024-09-11T21:28:09.797Z[ host-package] Compiling papergrid v0.11.0
27292024-09-11T21:28:09.825Z[ helios-setup] Sep 11 21:28:09.469 INFO E| Compiling openapiv3 v1.0.2
27302024-09-11T21:28:10.438Z[ helios-setup] Sep 11 21:28:10.087 INFO E| Compiling encoding_rs v0.8.32
27312024-09-11T21:28:11.958Z[ helios-setup] Sep 11 21:28:11.607 INFO E| Compiling strsim v0.10.0
27322024-09-11T21:28:12.357Z[ helios-setup] Sep 11 21:28:12.005 INFO E| Compiling utf-8 v0.7.6
27332024-09-11T21:28:13.132Z[ helios-setup] Sep 11 21:28:12.778 INFO E| Compiling clap_lex v0.4.1
27342024-09-11T21:28:14.461Z[ helios-setup] Sep 11 21:28:14.110 INFO E| Compiling mime v0.3.17
27352024-09-11T21:28:15.431Z[ helios-setup] Sep 11 21:28:15.079 INFO E| Compiling unsafe-libyaml v0.2.8
27362024-09-11T21:28:16.600Z[ helios-setup] Sep 11 21:28:16.249 INFO E| Compiling untrusted v0.7.1
27372024-09-11T21:28:17.257Z[ helios-setup] Sep 11 21:28:16.906 INFO E| Compiling either v1.8.0
27382024-09-11T21:28:17.485Z[ helios-setup] Sep 11 21:28:17.133 INFO E| Compiling project-root v0.2.2
27392024-09-11T21:28:17.616Z[ helios-setup] Sep 11 21:28:17.265 INFO E| Compiling base64 v0.13.1
27402024-09-11T21:28:17.787Z[ helios-setup] Sep 11 21:28:17.436 INFO E| Compiling byteorder v1.4.3
27412024-09-11T21:28:18.045Z[ helios-setup] Sep 11 21:28:17.694 INFO E| Compiling spin v0.5.2
27422024-09-11T21:28:18.370Z[ helios-setup] Sep 11 21:28:18.019 INFO E| Compiling ipnet v2.7.2
27432024-09-11T21:28:18.957Z[ helios-setup] Sep 11 21:28:18.606 INFO E| Compiling tungstenite v0.18.0
27442024-09-11T21:28:19.020Z[ helios-setup] Sep 11 21:28:18.665 INFO E| Compiling serde_yaml v0.9.21
27452024-09-11T21:28:19.070Z[ helios-setup] Sep 11 21:28:18.718 INFO E| Compiling rayon v1.6.1
27462024-09-11T21:28:21.031Z[ helios-setup] Sep 11 21:28:20.680 INFO E| Compiling reqwest v0.11.16
27472024-09-11T21:28:23.175Z[ helios-setup] Sep 11 21:28:22.824 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27482024-09-11T21:28:25.879Z[ helios-setup] Sep 11 21:28:25.527 INFO E| Compiling clap_builder v4.2.1
27492024-09-11T21:28:28.061Z[ helios-setup] Sep 11 21:28:27.710 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27502024-09-11T21:28:28.309Z[ helios-setup] Sep 11 21:28:27.957 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27512024-09-11T21:28:30.394Z[ helios-setup] Sep 11 21:28:30.043 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27522024-09-11T21:28:31.120Z[ host-package] Compiling parking_lot v0.11.2
27532024-09-11T21:28:31.437Z[ helios-setup] Sep 11 21:28:31.086 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27542024-09-11T21:28:31.778Z[ helios-setup] Sep 11 21:28:31.424 INFO E| Compiling clap_derive v4.2.0
27552024-09-11T21:28:32.736Z[ helios-setup] Sep 11 21:28:32.385 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27562024-09-11T21:28:40.422Z[ helios-setup] Sep 11 21:28:40.070 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
27572024-09-11T21:28:40.465Z[ helios-setup] Sep 11 21:28:40.113 INFO E| Compiling clap v4.2.1
27582024-09-11T21:28:44.723Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27592024-09-11T21:28:47.720Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
27602024-09-11T21:28:48.986Z[ host-package] Compiling tabled_derive v0.7.0
27612024-09-11T21:28:50.541Z[ helios-setup] Sep 11 21:28:50.189 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27622024-09-11T21:28:51.876Z[ host-package] Compiling crossterm v0.27.0
27632024-09-11T21:28:53.366Z[ host-package] Compiling peg-macros v0.8.4
27642024-09-11T21:28:53.706Z[ helios-setup] Sep 11 21:28:53.354 INFO E| Compiling tokio-tungstenite v0.18.0
27652024-09-11T21:28:55.099Z[ helios-setup] Sep 11 21:28:54.748 INFO E| Compiling smartstring v1.0.1
27662024-09-11T21:28:55.456Z[ host-package] Compiling sqlparser_derive v0.2.2
27672024-09-11T21:28:56.156Z[ helios-setup] Sep 11 21:28:55.805 INFO E| Compiling rustls v0.21.0
27682024-09-11T21:28:57.476Z[ host-package] Compiling nu-ansi-term v0.50.0
27692024-09-11T21:28:58.366Z[ helios-setup] Sep 11 21:28:58.015 INFO E| Compiling toml_datetime v0.6.1
27702024-09-11T21:28:58.801Z[ host-package] Compiling unicode_categories v0.1.1
27712024-09-11T21:28:59.500Z[ helios-setup] Sep 11 21:28:59.149 INFO E| Compiling serde_spanned v0.6.1
27722024-09-11T21:28:59.869Z[ host-package] Compiling sqlformat v0.2.4
27732024-09-11T21:29:00.010Z[ helios-setup] Sep 11 21:28:59.658 INFO E| Compiling async-trait v0.1.68
27742024-09-11T21:29:00.065Z[ host-package] Compiling rustyline v14.0.0
27752024-09-11T21:29:00.224Z[ host-package] Compiling peg v0.8.4
27762024-09-11T21:29:00.509Z[ host-package] Compiling reedline v0.33.0
27772024-09-11T21:29:01.559Z[ helios-setup] Sep 11 21:29:01.208 INFO E| Compiling match_cfg v0.1.0
27782024-09-11T21:29:01.676Z[ helios-setup] Sep 11 21:29:01.325 INFO E| Compiling winnow v0.4.1
27792024-09-11T21:29:01.867Z[ helios-setup] Sep 11 21:29:01.516 INFO E| Compiling static_assertions v1.1.0
27802024-09-11T21:29:02.039Z[ helios-setup] Sep 11 21:29:01.688 INFO E| Compiling camino v1.1.4
27812024-09-11T21:29:02.437Z[ host-package] Compiling sqlparser v0.45.0
27822024-09-11T21:29:03.456Z[ helios-setup] Sep 11 21:29:03.105 INFO E| Compiling slog-async v2.7.0
27832024-09-11T21:29:04.700Z[ helios-setup] Sep 11 21:29:04.349 INFO E| Compiling paste v1.0.12
27842024-09-11T21:29:07.851Z[ helios-setup] Sep 11 21:29:07.499 INFO E| Compiling toml_edit v0.19.8
27852024-09-11T21:29:08.219Z[ helios-setup] Sep 11 21:29:07.867 INFO E| Compiling hostname v0.3.1
27862024-09-11T21:29:09.010Z[ helios-setup] Sep 11 21:29:08.659 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
27872024-09-11T21:29:09.585Z[ host-package] Compiling tabled v0.15.0
27882024-09-11T21:29:11.388Z[ helios-setup] Sep 11 21:29:11.036 INFO E| Compiling slog-json v2.6.1
27892024-09-11T21:29:12.946Z[ helios-setup] Sep 11 21:29:12.595 INFO E| Compiling unicode-linebreak v0.1.4
27902024-09-11T21:29:17.108Z[ helios-setup] Sep 11 21:29:16.756 INFO E| Compiling async-stream-impl v0.3.5
27912024-09-11T21:29:18.111Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27922024-09-11T21:29:19.992Z[ host-package] Compiling sled v0.34.7
27932024-09-11T21:29:20.017Z[ helios-setup] Sep 11 21:29:19.657 INFO E| Compiling rhai_codegen v1.5.0
27942024-09-11T21:29:20.017Z[ helios-setup] Sep 11 21:29:19.657 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27952024-09-11T21:29:21.083Z[ helios-setup] Sep 11 21:29:20.732 INFO E| Compiling take_mut v0.2.2
27962024-09-11T21:29:21.753Z[ host-package] Compiling mime_guess v2.0.4
27972024-09-11T21:29:23.038Z[ helios-setup] Sep 11 21:29:22.687 INFO E| Compiling async-stream v0.3.5
27982024-09-11T21:29:24.074Z[ helios-setup] Sep 11 21:29:23.723 INFO E| Compiling toml v0.7.3
27992024-09-11T21:29:24.295Z[ helios-setup] Sep 11 21:29:23.944 INFO E| Compiling rhai v1.14.0
28002024-09-11T21:29:24.911Z[ host-package] Compiling hickory-client v0.24.1
28012024-09-11T21:29:24.974Z[ host-package] Compiling env_logger v0.9.3
28022024-09-11T21:29:26.252Z[ helios-setup] Sep 11 21:29:25.901 INFO E| Compiling slog-bunyan v2.4.0
28032024-09-11T21:29:30.669Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
28042024-09-11T21:29:30.797Z[ helios-setup] Sep 11 21:29:30.446 INFO E| Compiling rustls-pemfile v1.0.2
28052024-09-11T21:29:30.961Z[ host-package] Compiling tungstenite v0.20.1
28062024-09-11T21:29:32.244Z[ helios-setup] Sep 11 21:29:31.892 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28072024-09-11T21:29:32.352Z[ helios-setup] Sep 11 21:29:32.001 INFO E| Compiling bincode v1.3.3
28082024-09-11T21:29:32.900Z[ helios-setup] Sep 11 21:29:32.548 INFO E| Compiling serde_path_to_error v0.1.11
28092024-09-11T21:29:33.045Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28102024-09-11T21:29:34.746Z[ helios-setup] Sep 11 21:29:34.395 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28112024-09-11T21:29:34.993Z[ helios-setup] Sep 11 21:29:34.641 INFO E| Compiling terminal_size v0.2.6
28122024-09-11T21:29:35.079Z[ helios-setup] Sep 11 21:29:34.727 INFO E| Compiling smawk v0.3.1
28132024-09-11T21:29:36.152Z[ helios-setup] Sep 11 21:29:35.801 INFO E| Compiling textwrap v0.16.0
28142024-09-11T21:29:38.600Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28152024-09-11T21:29:39.035Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
28162024-09-11T21:29:40.371Z[ helios-setup] Sep 11 21:29:40.019 INFO E| Compiling sct v0.7.0
28172024-09-11T21:29:40.701Z[ helios-setup] Sep 11 21:29:40.349 INFO E| Compiling rustls-webpki v0.100.1
28182024-09-11T21:29:41.781Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28192024-09-11T21:29:42.321Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28202024-09-11T21:29:43.524Z[ host-package] Compiling hickory-server v0.24.1
28212024-09-11T21:29:43.684Z[ host-package] Compiling bcs v0.1.6
28222024-09-11T21:29:45.627Z[ host-package] Compiling vergen v8.3.2
28232024-09-11T21:29:46.371Z[ host-package] Compiling bitstruct_derive v0.1.0
28242024-09-11T21:29:49.149Z[ host-package] Compiling cargo-platform v0.1.8
28252024-09-11T21:29:50.264Z[ host-package] Compiling nanorand v0.7.0
28262024-09-11T21:29:50.672Z[ helios-setup] Sep 11 21:29:50.320 INFO E| Compiling git2 v0.16.1
28272024-09-11T21:29:51.050Z[ helios-setup] Sep 11 21:29:50.698 INFO E| Compiling tokio-rustls v0.24.0
28282024-09-11T21:29:51.393Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28292024-09-11T21:29:51.624Z[ host-package] Compiling memoffset v0.9.1
28302024-09-11T21:29:52.457Z[ host-package] Compiling ascii v1.1.0
28312024-09-11T21:29:52.887Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28322024-09-11T21:29:53.184Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28332024-09-11T21:29:53.452Z[ host-package] Compiling flume v0.11.0
28342024-09-11T21:29:53.537Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28352024-09-11T21:29:54.693Z[ host-package] Compiling cargo_metadata v0.18.1
28362024-09-11T21:29:56.819Z[ helios-setup] Sep 11 21:29:56.468 INFO E| Compiling built v0.6.0
28372024-09-11T21:30:00.462Z[ host-package] Compiling bitstruct v0.1.1
28382024-09-11T21:30:00.914Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28392024-09-11T21:30:01.341Z[ helios-setup] Sep 11 21:30:00.989 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28402024-09-11T21:30:03.796Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28412024-09-11T21:30:04.131Z[ helios-setup] Sep 11 21:30:03.779 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28422024-09-11T21:30:04.890Z[ helios-setup] Sep 11 21:30:04.538 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28432024-09-11T21:30:05.094Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28442024-09-11T21:30:15.474Z[ host-package] Compiling tokio-tungstenite v0.20.1
28452024-09-11T21:30:17.046Z[ host-package] Compiling git2 v0.19.0
28462024-09-11T21:30:18.390Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28472024-09-11T21:30:28.350Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28482024-09-11T21:30:28.480Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28492024-09-11T21:30:29.528Z[ host-package] Compiling libsqlite3-sys v0.28.0
28502024-09-11T21:30:30.078Z[ host-package] Compiling erased-serde v0.3.31
28512024-09-11T21:30:30.104Z[ helios-setup] Sep 11 21:30:29.740 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28522024-09-11T21:30:30.397Z[ host-package] Compiling serde_arrays v0.1.0
28532024-09-11T21:30:30.715Z[ host-package] Compiling cfg_aliases v0.2.1
28542024-09-11T21:30:30.890Z[ host-package] Compiling nix v0.29.0
28552024-09-11T21:30:32.011Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28562024-09-11T21:30:32.129Z[ helios-setup] Sep 11 21:30:31.777 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28572024-09-11T21:30:33.539Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28582024-09-11T21:30:34.527Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28592024-09-11T21:30:35.842Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28602024-09-11T21:30:35.983Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
28612024-09-11T21:30:36.533Z[ host-package] Compiling heck v0.3.3
28622024-09-11T21:30:37.331Z[ host-package] Compiling castaway v0.2.3
28632024-09-11T21:30:38.028Z[ host-package] Compiling rand_seeder v0.3.0
28642024-09-11T21:30:39.054Z[ host-package] Compiling csv-core v0.1.11
28652024-09-11T21:30:39.134Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28662024-09-11T21:30:40.272Z[ host-package] Compiling http-range v0.1.5
28672024-09-11T21:30:41.469Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28682024-09-11T21:30:42.454Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28692024-09-11T21:30:43.765Z[ host-package] Compiling hyper-staticfile v0.9.5
28702024-09-11T21:30:48.345Z[ host-package] Compiling csv v1.3.0
28712024-09-11T21:30:52.162Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28722024-09-11T21:30:52.683Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28732024-09-11T21:30:53.195Z[ host-package] Compiling compact_str v0.8.0
28742024-09-11T21:30:53.249Z[ host-package] Compiling zone_cfg_derive v0.1.2
28752024-09-11T21:30:55.631Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
28762024-09-11T21:30:57.562Z[ host-package] Compiling nix v0.27.1
28772024-09-11T21:31:00.578Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
28782024-09-11T21:31:02.881Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28792024-09-11T21:31:03.222Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28802024-09-11T21:31:04.060Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28812024-09-11T21:31:06.716Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28822024-09-11T21:31:07.478Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28832024-09-11T21:31:08.164Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28842024-09-11T21:31:08.862Z[ host-package] Compiling unicode-truncate v1.0.0
28852024-09-11T21:31:09.400Z[ host-package] Compiling hashlink v0.9.1
28862024-09-11T21:31:10.400Z[ host-package] Compiling lru v0.12.3
28872024-09-11T21:31:10.786Z[ host-package] Compiling serde-big-array v0.5.1
28882024-09-11T21:31:11.062Z[ host-package] Compiling instability v0.3.2
28892024-09-11T21:31:11.480Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28902024-09-11T21:31:11.791Z[ host-package] Compiling fallible-iterator v0.3.0
28912024-09-11T21:31:12.261Z[ host-package] Compiling base64 v0.13.1
28922024-09-11T21:31:12.644Z[ host-package] Compiling cassowary v0.3.0
28932024-09-11T21:31:13.113Z[ helios-setup] Sep 11 21:31:12.760 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
28942024-09-11T21:31:13.158Z[ host-package] Compiling ron v0.7.1
28952024-09-11T21:31:13.328Z[ host-package] Compiling ratatui v0.28.0
28962024-09-11T21:31:18.249Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28972024-09-11T21:31:20.946Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28982024-09-11T21:31:21.280Z[ host-package] Compiling rusqlite v0.31.0
28992024-09-11T21:31:23.329Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29002024-09-11T21:31:31.630Z[ host-package] Compiling zone v0.1.8
29012024-09-11T21:31:36.471Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29022024-09-11T21:31:44.987Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29032024-09-11T21:31:49.985Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29042024-09-11T21:31:50.648Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29052024-09-11T21:31:52.777Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29062024-09-11T21:32:00.054Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29072024-09-11T21:32:01.237Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29082024-09-11T21:32:05.931Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29092024-09-11T21:32:06.907Z[ host-package] Compiling twox-hash v1.6.3
29102024-09-11T21:32:08.570Z[ host-package] Compiling signal-hook-tokio v0.3.1
29112024-09-11T21:32:08.850Z[ host-package] Compiling yasna v0.5.2
29122024-09-11T21:32:08.912Z[ host-package] Compiling portpicker v0.1.1
29132024-09-11T21:32:09.497Z[ host-package] Compiling smawk v0.3.2
29142024-09-11T21:32:09.935Z[ host-package] Compiling unicode-linebreak v0.1.5
29152024-09-11T21:32:10.563Z[ host-package] Compiling textwrap v0.16.1
29162024-09-11T21:32:10.795Z[ host-package] Compiling rcgen v0.12.1
29172024-09-11T21:32:12.527Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29182024-09-11T21:32:13.261Z[ helios-setup] Sep 11 21:32:12.909 INFO E| Finished `release` profile [optimized] target(s) in 6m 07s
29192024-09-11T21:32:13.361Z[ helios-setup] Sep 11 21:32:13.009 INFO building project "pilot" ok (367 seconds)
29202024-09-11T21:32:13.385Z[ helios-setup] Sep 11 21:32:13.009 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29212024-09-11T21:32:13.385Z[ helios-setup] Sep 11 21:32:13.009 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29222024-09-11T21:32:13.687Z[ helios-setup] Sep 11 21:32:13.334 INFO E| Downloading crates ...
29232024-09-11T21:32:13.813Z[ helios-setup] Sep 11 21:32:13.461 INFO E| Downloaded typenum v1.15.0
29242024-09-11T21:32:13.837Z[ helios-setup] Sep 11 21:32:13.464 INFO E| Downloaded sha2 v0.10.5
29252024-09-11T21:32:13.837Z[ helios-setup] Sep 11 21:32:13.467 INFO E| Downloaded digest v0.10.3
29262024-09-11T21:32:13.837Z[ helios-setup] Sep 11 21:32:13.469 INFO E| Downloaded bytes v1.2.1
29272024-09-11T21:32:13.837Z[ helios-setup] Sep 11 21:32:13.474 INFO E| Downloaded anyhow v1.0.62
29282024-09-11T21:32:13.961Z[ helios-setup] Sep 11 21:32:13.609 INFO E| Compiling typenum v1.15.0
29292024-09-11T21:32:13.961Z[ helios-setup] Sep 11 21:32:13.609 INFO E| Compiling version_check v0.9.4
29302024-09-11T21:32:13.985Z[ helios-setup] Sep 11 21:32:13.609 INFO E| Compiling cfg-if v1.0.0
29312024-09-11T21:32:13.985Z[ helios-setup] Sep 11 21:32:13.609 INFO E| Compiling crc32fast v1.3.2
29322024-09-11T21:32:13.986Z[ helios-setup] Sep 11 21:32:13.609 INFO E| Compiling adler v1.0.2
29332024-09-11T21:32:13.986Z[ helios-setup] Sep 11 21:32:13.609 INFO E| Compiling anyhow v1.0.62
29342024-09-11T21:32:13.986Z[ helios-setup] Sep 11 21:32:13.609 INFO E| Compiling cpufeatures v0.2.5
29352024-09-11T21:32:13.986Z[ helios-setup] Sep 11 21:32:13.609 INFO E| Compiling unicode-width v0.1.10
29362024-09-11T21:32:14.127Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29372024-09-11T21:32:14.411Z[ helios-setup] Sep 11 21:32:14.058 INFO E| Compiling miniz_oxide v0.6.2
29382024-09-11T21:32:14.480Z[ helios-setup] Sep 11 21:32:14.128 INFO E| Compiling getopts v0.2.21
29392024-09-11T21:32:14.508Z[ helios-setup] Sep 11 21:32:14.156 INFO E| Compiling bytes v1.2.1
29402024-09-11T21:32:14.631Z[ helios-setup] Sep 11 21:32:14.279 INFO E| Compiling bitflags v1.3.2
29412024-09-11T21:32:15.200Z[ helios-setup] Sep 11 21:32:14.848 INFO E| Compiling generic-array v0.14.6
29422024-09-11T21:32:16.067Z[ helios-setup] Sep 11 21:32:15.714 INFO E| Compiling flate2 v1.0.25
29432024-09-11T21:32:19.301Z[ helios-setup] Sep 11 21:32:18.949 INFO E| Compiling block-buffer v0.10.3
29442024-09-11T21:32:19.302Z[ helios-setup] Sep 11 21:32:18.949 INFO E| Compiling crypto-common v0.1.6
29452024-09-11T21:32:19.529Z[ helios-setup] Sep 11 21:32:19.177 INFO E| Compiling digest v0.10.3
29462024-09-11T21:32:19.874Z[ helios-setup] Sep 11 21:32:19.521 INFO E| Compiling sha2 v0.10.5
29472024-09-11T21:32:20.301Z[ helios-setup] Sep 11 21:32:19.949 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29482024-09-11T21:32:21.156Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29492024-09-11T21:32:25.112Z[ helios-setup] Sep 11 21:32:24.759 INFO E| Finished `release` profile [optimized] target(s) in 11.66s
29502024-09-11T21:32:25.135Z[ helios-setup] Sep 11 21:32:24.775 INFO building project "bootserver" ok (11 seconds)
29512024-09-11T21:32:25.135Z[ helios-setup] Sep 11 21:32:24.775 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29522024-09-11T21:32:25.135Z[ helios-setup] Sep 11 21:32:24.775 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29532024-09-11T21:32:25.159Z[ helios-setup] Sep 11 21:32:24.786 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29542024-09-11T21:32:25.283Z[ helios-setup] Sep 11 21:32:24.930 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29552024-09-11T21:32:25.283Z[ helios-setup] Sep 11 21:32:24.931 INFO E| info: downloading component 'cargo'
29562024-09-11T21:32:26.197Z[ helios-setup] Sep 11 21:32:25.845 INFO E| info: downloading component 'clippy'
29572024-09-11T21:32:26.544Z[ helios-setup] Sep 11 21:32:26.192 INFO E| info: downloading component 'rust-docs'
29582024-09-11T21:32:27.041Z[ helios-setup] Sep 11 21:32:26.689 INFO E| info: downloading component 'rust-src'
29592024-09-11T21:32:27.112Z[ helios-setup] Sep 11 21:32:26.760 INFO E| info: downloading component 'rust-std'
29602024-09-11T21:32:29.045Z[ helios-setup] Sep 11 21:32:28.693 INFO E| info: downloading component 'rustc'
29612024-09-11T21:32:30.732Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29622024-09-11T21:32:33.428Z[ helios-setup] Sep 11 21:32:33.076 INFO E| info: downloading component 'rustfmt'
29632024-09-11T21:32:33.573Z[ helios-setup] Sep 11 21:32:33.220 INFO E| info: installing component 'cargo'
29642024-09-11T21:32:34.018Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29652024-09-11T21:32:35.028Z[ helios-setup] Sep 11 21:32:34.676 INFO E| info: installing component 'clippy'
29662024-09-11T21:32:35.514Z[ helios-setup] Sep 11 21:32:35.161 INFO E| info: installing component 'rust-docs'
29672024-09-11T21:32:38.959Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29682024-09-11T21:32:39.099Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29692024-09-11T21:32:39.660Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29702024-09-11T21:32:44.809Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29712024-09-11T21:32:45.011Z[ helios-setup] Sep 11 21:32:44.659 INFO E| info: installing component 'rust-src'
29722024-09-11T21:32:45.561Z[ helios-setup] Sep 11 21:32:45.209 INFO E| info: installing component 'rust-std'
29732024-09-11T21:32:48.019Z[ helios-setup] Sep 11 21:32:47.666 INFO E| info: installing component 'rustc'
29742024-09-11T21:32:51.935Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29752024-09-11T21:32:52.481Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
29762024-09-11T21:32:53.077Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29772024-09-11T21:32:53.920Z[ helios-setup] Sep 11 21:32:53.568 INFO E| info: installing component 'rustfmt'
29782024-09-11T21:32:54.872Z[ helios-setup] Sep 11 21:32:54.519 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29792024-09-11T21:32:55.802Z[ helios-setup] Sep 11 21:32:55.449 INFO E| From https://github.com/oxidecomputer/amd-apcb
29802024-09-11T21:32:55.802Z[ helios-setup] Sep 11 21:32:55.449 INFO E| * [new branch] issue-113 -> origin/issue-113
29812024-09-11T21:32:55.826Z[ helios-setup] Sep 11 21:32:55.450 INFO E| * [new branch] issue-135 -> origin/issue-135
29822024-09-11T21:32:55.826Z[ helios-setup] Sep 11 21:32:55.450 INFO E| * [new branch] main -> origin/main
29832024-09-11T21:32:55.826Z[ helios-setup] Sep 11 21:32:55.450 INFO E| * [new ref] -> origin/HEAD
29842024-09-11T21:32:55.826Z[ helios-setup] Sep 11 21:32:55.451 INFO E| * [new tag] v0.1.3 -> v0.1.3
29852024-09-11T21:32:55.826Z[ helios-setup] Sep 11 21:32:55.451 INFO E| * [new tag] v0.1.4 -> v0.1.4
29862024-09-11T21:32:55.826Z[ helios-setup] Sep 11 21:32:55.452 INFO E| * [new tag] v0.1.5 -> v0.1.5
29872024-09-11T21:32:55.826Z[ helios-setup] Sep 11 21:32:55.452 INFO E| * [new tag] v0.2.0 -> v0.2.0
29882024-09-11T21:32:55.826Z[ helios-setup] Sep 11 21:32:55.452 INFO E| * [new tag] v0.3.0 -> v0.3.0
29892024-09-11T21:32:55.826Z[ helios-setup] Sep 11 21:32:55.453 INFO E| * [new tag] v0.3.1 -> v0.3.1
29902024-09-11T21:32:55.826Z[ helios-setup] Sep 11 21:32:55.453 INFO E| * [new tag] v0.3.2 -> v0.3.2
29912024-09-11T21:32:55.826Z[ helios-setup] Sep 11 21:32:55.453 INFO E| * [new tag] v0.3.3 -> v0.3.3
29922024-09-11T21:32:55.849Z[ helios-setup] Sep 11 21:32:55.482 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29932024-09-11T21:32:56.807Z[ helios-setup] Sep 11 21:32:56.454 INFO E| From https://github.com/oxidecomputer/amd-efs
29942024-09-11T21:32:56.807Z[ helios-setup] Sep 11 21:32:56.454 INFO E| * [new branch] empty -> origin/empty
29952024-09-11T21:32:56.830Z[ helios-setup] Sep 11 21:32:56.454 INFO E| * [new branch] issue-99 -> origin/issue-99
29962024-09-11T21:32:56.830Z[ helios-setup] Sep 11 21:32:56.455 INFO E| * [new branch] main -> origin/main
29972024-09-11T21:32:56.830Z[ helios-setup] Sep 11 21:32:56.455 INFO E| * [new branch] review -> origin/review
29982024-09-11T21:32:56.830Z[ helios-setup] Sep 11 21:32:56.455 INFO E| * [new ref] -> origin/HEAD
29992024-09-11T21:32:56.831Z[ helios-setup] Sep 11 21:32:56.456 INFO E| * [new tag] v0.2.0 -> v0.2.0
30002024-09-11T21:32:56.831Z[ helios-setup] Sep 11 21:32:56.456 INFO E| * [new tag] v0.2.1 -> v0.2.1
30012024-09-11T21:32:56.831Z[ helios-setup] Sep 11 21:32:56.456 INFO E| * [new tag] v0.2.2 -> v0.2.2
30022024-09-11T21:32:56.831Z[ helios-setup] Sep 11 21:32:56.456 INFO E| * [new tag] v0.2.3 -> v0.2.3
30032024-09-11T21:32:56.831Z[ helios-setup] Sep 11 21:32:56.456 INFO E| * [new tag] v0.2.4 -> v0.2.4
30042024-09-11T21:32:56.831Z[ helios-setup] Sep 11 21:32:56.456 INFO E| * [new tag] v0.2.5 -> v0.2.5
30052024-09-11T21:32:56.831Z[ helios-setup] Sep 11 21:32:56.457 INFO E| * [new tag] v0.2.6 -> v0.2.6
30062024-09-11T21:32:56.831Z[ helios-setup] Sep 11 21:32:56.457 INFO E| * [new tag] v0.2.7 -> v0.2.7
30072024-09-11T21:32:56.831Z[ helios-setup] Sep 11 21:32:56.457 INFO E| * [new tag] v0.3.0 -> v0.3.0
30082024-09-11T21:32:56.831Z[ helios-setup] Sep 11 21:32:56.457 INFO E| * [new tag] v0.3.1 -> v0.3.1
30092024-09-11T21:32:56.831Z[ helios-setup] Sep 11 21:32:56.457 INFO E| * [new tag] v0.4.0 -> v0.4.0
30102024-09-11T21:32:56.854Z[ helios-setup] Sep 11 21:32:56.479 INFO E| Updating crates.io index
30112024-09-11T21:32:57.092Z[ helios-setup] Sep 11 21:32:56.739 INFO E| Downloading crates ...
30122024-09-11T21:32:57.187Z[ helios-setup] Sep 11 21:32:56.834 INFO E| Downloaded modular-bitfield-impl v0.11.2
30132024-09-11T21:32:57.211Z[ helios-setup] Sep 11 21:32:56.856 INFO E| Downloaded vec_map v0.8.2
30142024-09-11T21:32:57.235Z[ helios-setup] Sep 11 21:32:56.861 INFO E| Downloaded serde_json v1.0.120
30152024-09-11T21:32:57.235Z[ helios-setup] Sep 11 21:32:56.869 INFO E| Downloaded memchr v2.7.4
30162024-09-11T21:32:57.235Z[ helios-setup] Sep 11 21:32:56.875 INFO E| Downloaded libc v0.2.155
30172024-09-11T21:32:57.260Z[ helios-setup] Sep 11 21:32:56.908 INFO E| Downloaded goblin v0.4.3
30182024-09-11T21:32:57.284Z[ helios-setup] Sep 11 21:32:56.914 INFO E| Downloaded unic-ucd-version v0.9.0
30192024-09-11T21:32:57.284Z[ helios-setup] Sep 11 21:32:56.915 INFO E| Downloaded unic-ucd-ident v0.9.0
30202024-09-11T21:32:57.284Z[ helios-setup] Sep 11 21:32:56.917 INFO E| Downloaded unic-common v0.9.0
30212024-09-11T21:32:57.284Z[ helios-setup] Sep 11 21:32:56.918 INFO E| Downloaded unic-char-range v0.9.0
30222024-09-11T21:32:57.284Z[ helios-setup] Sep 11 21:32:56.919 INFO E| Downloaded unic-char-property v0.9.0
30232024-09-11T21:32:57.284Z[ helios-setup] Sep 11 21:32:56.921 INFO E| Downloaded textwrap v0.11.0
30242024-09-11T21:32:57.284Z[ helios-setup] Sep 11 21:32:56.923 INFO E| Downloaded syn v2.0.71
30252024-09-11T21:32:57.307Z[ helios-setup] Sep 11 21:32:56.936 INFO E| Downloaded clap v2.34.0
30262024-09-11T21:32:57.307Z[ helios-setup] Sep 11 21:32:56.944 INFO E| Downloaded strum_macros v0.23.1
30272024-09-11T21:32:57.307Z[ helios-setup] Sep 11 21:32:56.946 INFO E| Downloaded strum v0.23.0
30282024-09-11T21:32:57.307Z[ helios-setup] Sep 11 21:32:56.947 INFO E| Downloaded structopt-derive v0.4.18
30292024-09-11T21:32:57.308Z[ helios-setup] Sep 11 21:32:56.949 INFO E| Downloaded structopt v0.3.26
30302024-09-11T21:32:57.331Z[ helios-setup] Sep 11 21:32:56.957 INFO E| Downloaded strsim v0.8.0
30312024-09-11T21:32:57.331Z[ helios-setup] Sep 11 21:32:56.959 INFO E| Downloaded semver-parser v0.7.0
30322024-09-11T21:32:57.331Z[ helios-setup] Sep 11 21:32:56.960 INFO E| Downloaded semver v0.9.0
30332024-09-11T21:32:57.331Z[ helios-setup] Sep 11 21:32:56.961 INFO E| Downloaded scroll_derive v0.10.5
30342024-09-11T21:32:57.331Z[ helios-setup] Sep 11 21:32:56.963 INFO E| Downloaded scroll v0.10.2
30352024-09-11T21:32:57.331Z[ helios-setup] Sep 11 21:32:56.965 INFO E| Downloaded rustc_version v0.2.3
30362024-09-11T21:32:57.331Z[ helios-setup] Sep 11 21:32:56.966 INFO E| Downloaded proc-macro-crate v0.1.5
30372024-09-11T21:32:57.331Z[ helios-setup] Sep 11 21:32:56.967 INFO E| Downloaded pre-proc-macro v0.2.1
30382024-09-11T21:32:57.331Z[ helios-setup] Sep 11 21:32:56.969 INFO E| Downloaded pre v0.2.1
30392024-09-11T21:32:57.331Z[ helios-setup] Sep 11 21:32:56.970 INFO E| Downloaded pest_meta v2.7.11
30402024-09-11T21:32:57.331Z[ helios-setup] Sep 11 21:32:56.972 INFO E| Downloaded pest_generator v2.7.11
30412024-09-11T21:32:57.331Z[ helios-setup] Sep 11 21:32:56.974 INFO E| Downloaded pest_derive v2.7.11
30422024-09-11T21:32:57.331Z[ helios-setup] Sep 11 21:32:56.976 INFO E| Downloaded pest v2.7.11
30432024-09-11T21:32:57.355Z[ helios-setup] Sep 11 21:32:56.982 INFO E| Downloaded parse_int v0.6.0
30442024-09-11T21:32:57.355Z[ helios-setup] Sep 11 21:32:56.983 INFO E| Downloaded num-derive v0.3.3
30452024-09-11T21:32:57.355Z[ helios-setup] Sep 11 21:32:56.984 INFO E| Downloaded modular-bitfield v0.11.2
30462024-09-11T21:32:57.355Z[ helios-setup] Sep 11 21:32:56.996 INFO E| Downloaded memoffset v0.5.6
30472024-09-11T21:32:57.355Z[ helios-setup] Sep 11 21:32:56.998 INFO E| Downloaded four-cc v0.3.0
30482024-09-11T21:32:57.355Z[ helios-setup] Sep 11 21:32:56.999 INFO E| Downloaded fletcher v0.1.0
30492024-09-11T21:32:57.355Z[ helios-setup] Sep 11 21:32:57.001 INFO E| Downloaded cfg-if v0.1.10
30502024-09-11T21:32:57.355Z[ helios-setup] Sep 11 21:32:57.002 INFO E| Downloaded bytesize v1.3.0
30512024-09-11T21:32:57.379Z[ helios-setup] Sep 11 21:32:57.003 INFO E| Downloaded ansi_term v0.12.1
30522024-09-11T21:32:57.428Z[ helios-setup] Sep 11 21:32:57.075 INFO E| Compiling proc-macro2 v1.0.86
30532024-09-11T21:32:57.428Z[ helios-setup] Sep 11 21:32:57.076 INFO E| Compiling unicode-ident v1.0.12
30542024-09-11T21:32:57.428Z[ helios-setup] Sep 11 21:32:57.076 INFO E| Compiling syn v1.0.109
30552024-09-11T21:32:57.452Z[ helios-setup] Sep 11 21:32:57.076 INFO E| Compiling version_check v0.9.4
30562024-09-11T21:32:57.452Z[ helios-setup] Sep 11 21:32:57.076 INFO E| Compiling autocfg v1.3.0
30572024-09-11T21:32:57.452Z[ helios-setup] Sep 11 21:32:57.076 INFO E| Compiling semver-parser v0.7.0
30582024-09-11T21:32:57.452Z[ helios-setup] Sep 11 21:32:57.076 INFO E| Compiling thiserror v1.0.63
30592024-09-11T21:32:57.452Z[ helios-setup] Sep 11 21:32:57.076 INFO E| Compiling serde v1.0.204
30602024-09-11T21:32:57.678Z[ host-package] Compiling atomicwrites v0.4.3
30612024-09-11T21:32:58.386Z[ host-package] Compiling fatfs v0.3.6
30622024-09-11T21:32:58.410Z[ helios-setup] Sep 11 21:32:58.055 INFO E| Compiling serde_json v1.0.120
30632024-09-11T21:32:58.977Z[ helios-setup] Sep 11 21:32:58.624 INFO E| Compiling semver v0.9.0
30642024-09-11T21:32:59.195Z[ helios-setup] Sep 11 21:32:58.842 INFO E| Compiling ryu v1.0.18
30652024-09-11T21:32:59.269Z[ helios-setup] Sep 11 21:32:58.916 INFO E| Compiling proc-macro-error-attr v1.0.4
30662024-09-11T21:32:59.329Z[ host-package] Compiling rtoolbox v0.0.2
30672024-09-11T21:32:59.388Z[ helios-setup] Sep 11 21:32:59.031 INFO E| Compiling proc-macro-error v1.0.4
30682024-09-11T21:32:59.434Z[ helios-setup] Sep 11 21:32:59.082 INFO E| Compiling schemars v0.8.21
30692024-09-11T21:32:59.460Z[ host-package] Compiling subprocess v0.2.9
30702024-09-11T21:32:59.483Z[ helios-setup] Sep 11 21:32:59.110 INFO E| Compiling num-traits v0.2.19
30712024-09-11T21:32:59.792Z[ helios-setup] Sep 11 21:32:59.439 INFO E| Compiling rustc_version v0.2.3
30722024-09-11T21:33:00.005Z[ helios-setup] Sep 11 21:32:59.652 INFO E| Compiling itoa v1.0.11
30732024-09-11T21:33:00.114Z[ helios-setup] Sep 11 21:32:59.761 INFO E| Compiling unicode-segmentation v1.11.0
30742024-09-11T21:33:00.144Z[ host-package] Compiling is_ci v1.2.0
30752024-09-11T21:33:00.246Z[ helios-setup] Sep 11 21:32:59.894 INFO E| Compiling memoffset v0.5.6
30762024-09-11T21:33:00.363Z[ helios-setup] Sep 11 21:33:00.010 INFO E| Compiling ucd-trie v0.1.6
30772024-09-11T21:33:00.413Z[ helios-setup] Sep 11 21:33:00.060 INFO E| Compiling memchr v2.7.4
30782024-09-11T21:33:00.565Z[ helios-setup] Sep 11 21:33:00.212 INFO E| Compiling rustversion v1.0.17
30792024-09-11T21:33:00.607Z[ helios-setup] Sep 11 21:33:00.254 INFO E| Compiling pre-proc-macro v0.2.1
30802024-09-11T21:33:01.000Z[ host-package] Compiling assert_matches v1.5.0
30812024-09-11T21:33:01.190Z[ helios-setup] Sep 11 21:33:00.837 INFO E| Compiling lazy_static v1.5.0
30822024-09-11T21:33:01.278Z[ helios-setup] Sep 11 21:33:00.925 INFO E| Compiling paste v1.0.15
30832024-09-11T21:33:01.338Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30842024-09-11T21:33:01.416Z[ helios-setup] Sep 11 21:33:01.063 INFO E| Compiling heck v0.3.3
30852024-09-11T21:33:01.616Z[ helios-setup] Sep 11 21:33:01.263 INFO E| Compiling quote v1.0.36
30862024-09-11T21:33:01.842Z[ helios-setup] Sep 11 21:33:01.490 INFO E| Compiling dyn-clone v1.0.17
30872024-09-11T21:33:01.988Z[ helios-setup] Sep 11 21:33:01.636 INFO E| Compiling libc v0.2.155
30882024-09-11T21:33:02.286Z[ helios-setup] Sep 11 21:33:01.933 INFO E| Compiling pre v0.2.1
30892024-09-11T21:33:02.497Z[ helios-setup] Sep 11 21:33:02.142 INFO E| Compiling syn v2.0.71
30902024-09-11T21:33:03.020Z[ helios-setup] Sep 11 21:33:02.667 INFO E| Compiling static_assertions v1.1.0
30912024-09-11T21:33:03.161Z[ helios-setup] Sep 11 21:33:02.808 INFO E| Compiling once_cell v1.19.0
30922024-09-11T21:33:03.629Z[ helios-setup] Sep 11 21:33:03.276 INFO E| Compiling cfg-if v0.1.10
30932024-09-11T21:33:03.727Z[ helios-setup] Sep 11 21:33:03.374 INFO E| Compiling byteorder v1.5.0
30942024-09-11T21:33:04.651Z[ helios-setup] Sep 11 21:33:04.299 INFO E| Compiling unicode-width v0.1.13
30952024-09-11T21:33:04.902Z[ host-package] Compiling supports-color v3.0.0
30962024-09-11T21:33:05.061Z[ helios-setup] Sep 11 21:33:04.708 INFO E| Compiling textwrap v0.11.0
30972024-09-11T21:33:05.084Z[ helios-setup] Sep 11 21:33:04.722 INFO E| Compiling atty v0.2.14
30982024-09-11T21:33:05.646Z[ helios-setup] Sep 11 21:33:05.293 INFO E| Compiling ansi_term v0.12.1
30992024-09-11T21:33:06.284Z[ helios-setup] Sep 11 21:33:05.932 INFO E| Compiling vec_map v0.8.2
31002024-09-11T21:33:06.313Z[ host-package] Compiling rpassword v7.3.1
31012024-09-11T21:33:06.512Z[ helios-setup] Sep 11 21:33:06.159 INFO E| Compiling strsim v0.8.0
31022024-09-11T21:33:06.549Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31032024-09-11T21:33:06.972Z[ helios-setup] Sep 11 21:33:06.618 INFO E| Compiling parse_int v0.6.0
31042024-09-11T21:33:07.028Z[ helios-setup] Sep 11 21:33:06.675 INFO E| Compiling unic-common v0.9.0
31052024-09-11T21:33:07.127Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31062024-09-11T21:33:07.157Z[ helios-setup] Sep 11 21:33:06.804 INFO E| Compiling strum v0.23.0
31072024-09-11T21:33:07.205Z[ helios-setup] Sep 11 21:33:06.852 INFO E| Compiling bitflags v1.3.2
31082024-09-11T21:33:07.346Z[ helios-setup] Sep 11 21:33:06.993 INFO E| Compiling unic-char-range v0.9.0
31092024-09-11T21:33:07.377Z[ helios-setup] Sep 11 21:33:07.025 INFO E| Compiling fletcher v0.1.0
31102024-09-11T21:33:07.401Z[ helios-setup] Sep 11 21:33:07.047 INFO E| Compiling clap v2.34.0
31112024-09-11T21:33:07.537Z[ helios-setup] Sep 11 21:33:07.184 INFO E| Compiling unic-char-property v0.9.0
31122024-09-11T21:33:07.568Z[ helios-setup] Sep 11 21:33:07.214 INFO E| Compiling unic-ucd-version v0.9.0
31132024-09-11T21:33:07.671Z[ helios-setup] Sep 11 21:33:07.318 INFO E| Compiling log v0.4.22
31142024-09-11T21:33:07.705Z[ helios-setup] Sep 11 21:33:07.352 INFO E| Compiling plain v0.2.3
31152024-09-11T21:33:07.729Z[ helios-setup] Sep 11 21:33:07.371 INFO E| Compiling unic-ucd-ident v0.9.0
31162024-09-11T21:33:07.913Z[ helios-setup] Sep 11 21:33:07.561 INFO E| Compiling bytesize v1.3.0
31172024-09-11T21:33:09.804Z[ helios-setup] Sep 11 21:33:09.451 INFO E| Compiling toml v0.5.11
31182024-09-11T21:33:10.229Z[ helios-setup] Sep 11 21:33:09.876 INFO E| Compiling serde_derive_internals v0.29.1
31192024-09-11T21:33:11.754Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31202024-09-11T21:33:13.600Z[ helios-setup] Sep 11 21:33:13.247 INFO E| Compiling proc-macro-crate v0.1.5
31212024-09-11T21:33:15.900Z[ helios-setup] Sep 11 21:33:15.547 INFO E| Compiling thiserror-impl v1.0.63
31222024-09-11T21:33:15.900Z[ helios-setup] Sep 11 21:33:15.547 INFO E| Compiling serde_derive v1.0.204
31232024-09-11T21:33:16.764Z[ host-package] Compiling tui-tree-widget v0.22.0
31242024-09-11T21:33:16.790Z[ helios-setup] Sep 11 21:33:16.411 INFO E| Compiling schemars_derive v0.8.21
31252024-09-11T21:33:16.818Z[ helios-setup] Sep 11 21:33:16.442 INFO E| Compiling zerocopy-derive v0.6.6
31262024-09-11T21:33:17.771Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31272024-09-11T21:33:20.543Z[ helios-setup] Sep 11 21:33:20.190 INFO E| Compiling zerocopy v0.6.6
31282024-09-11T21:33:21.235Z[ helios-setup] Sep 11 21:33:20.882 INFO E| Compiling pest v2.7.11
31292024-09-11T21:33:21.259Z[ helios-setup] Sep 11 21:33:20.895 INFO E| Compiling modular-bitfield-impl v0.11.2
31302024-09-11T21:33:21.283Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31312024-09-11T21:33:21.995Z[ helios-setup] Sep 11 21:33:21.642 INFO E| Compiling num-derive v0.3.3
31322024-09-11T21:33:22.077Z[ helios-setup] Sep 11 21:33:21.724 INFO E| Compiling strum_macros v0.23.1
31332024-09-11T21:33:23.520Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31342024-09-11T21:33:24.372Z[ host-package] Compiling uzers v0.11.3
31352024-09-11T21:33:24.444Z[ helios-setup] Sep 11 21:33:24.091 INFO E| Compiling scroll_derive v0.10.5
31362024-09-11T21:33:24.617Z[ helios-setup] Sep 11 21:33:24.264 INFO E| Compiling structopt-derive v0.4.18
31372024-09-11T21:33:25.835Z[ helios-setup] Sep 11 21:33:25.482 INFO E| Compiling modular-bitfield v0.11.2
31382024-09-11T21:33:26.114Z[ helios-setup] Sep 11 21:33:25.761 INFO E| Compiling pest_meta v2.7.11
31392024-09-11T21:33:27.699Z[ helios-setup] Sep 11 21:33:27.347 INFO E| Compiling scroll v0.10.2
31402024-09-11T21:33:28.078Z[ helios-setup] Sep 11 21:33:27.725 INFO E| Compiling pest_generator v2.7.11
31412024-09-11T21:33:28.466Z[ helios-setup] Sep 11 21:33:28.112 INFO E| Compiling goblin v0.4.3
31422024-09-11T21:33:28.816Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31432024-09-11T21:33:29.442Z[ helios-setup] Sep 11 21:33:29.089 INFO E| Compiling structopt v0.3.26
31442024-09-11T21:33:33.924Z[ helios-setup] Sep 11 21:33:33.571 INFO E| Compiling pest_derive v2.7.11
31452024-09-11T21:33:36.353Z[ helios-setup] Sep 11 21:33:36.000 INFO E| Compiling json5 v0.4.1
31462024-09-11T21:33:38.414Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31472024-09-11T21:33:41.275Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31482024-09-11T21:33:41.309Z[ helios-setup] Sep 11 21:33:40.956 INFO E| Compiling four-cc v0.3.0
31492024-09-11T21:33:41.309Z[ helios-setup] Sep 11 21:33:40.957 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
31502024-09-11T21:33:41.601Z[ helios-setup] Sep 11 21:33:41.248 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
31512024-09-11T21:34:13.036Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31522024-09-11T21:34:17.333Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31532024-09-11T21:34:17.852Z[ helios-setup] Sep 11 21:34:17.477 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31542024-09-11T21:34:28.013Z[ host-package] Compiling multimap v0.10.0
31552024-09-11T21:34:34.244Z[ helios-setup] Sep 11 21:34:33.891 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31562024-09-11T21:35:24.940Z[ helios-setup] Sep 11 21:35:24.587 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 30s
31572024-09-11T21:35:24.979Z[ helios-setup] Sep 11 21:35:24.625 INFO building project "amd-host-image-builder" ok (179 seconds)
31582024-09-11T21:35:25.003Z[ helios-setup] rm -f helios-build
31592024-09-11T21:35:25.003Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31602024-09-11T21:35:25.003Z[ helios-setup]
31612024-09-11T21:35:25.003Z[ helios-setup] Setup complete! ./helios-build is now available.
31622024-09-11T21:35:25.003Z[ helios-setup]
31632024-09-11T21:35:25.003Z[ helios-setup]
31642024-09-11T21:35:25.003Z[ helios-setup] real 11:12.522303770
31652024-09-11T21:35:25.003Z[ helios-setup] user 25:35.786885980
31662024-09-11T21:35:25.003Z[ helios-setup] sys 3:36.239282308
31672024-09-11T21:35:25.003Z[ helios-setup] trap 1.824625138
31682024-09-11T21:35:25.003Z[ helios-setup] tflt 6.142618887
31692024-09-11T21:35:25.003Z[ helios-setup] dflt 38.188623086
31702024-09-11T21:35:25.003Z[ helios-setup] kflt 0.037438063
31712024-09-11T21:35:25.003Z[ helios-setup] lock 2:00:17.446789938
31722024-09-11T21:35:25.003Z[ helios-setup] slp 3:21:36.671168712
31732024-09-11T21:35:25.003Z[ helios-setup] lat 30:22.351840502
31742024-09-11T21:35:25.003Z[ helios-setup] stop 4:52.647545294
31752024-09-11T21:35:25.004ZSep 11 21:35:24.642 INFO [helios-setup] process exited with exit status: 0 (672.532104036s)
31762024-09-11T21:35:25.004ZSep 11 21:35:24.642 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31772024-09-11T21:35:25.027Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
31782024-09-11T21:35:25.155Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
31792024-09-11T21:35:25.155Z[ phbl-toolchain] info: downloading component 'cargo'
31802024-09-11T21:35:27.037Z[ phbl-toolchain] info: downloading component 'clippy'
31812024-09-11T21:35:27.148Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31822024-09-11T21:35:30.176Z[ phbl-toolchain] info: downloading component 'miri'
31832024-09-11T21:35:30.551Z[ phbl-toolchain] info: downloading component 'rust-docs'
31842024-09-11T21:35:31.077Z[ phbl-toolchain] info: downloading component 'rust-src'
31852024-09-11T21:35:31.131Z[ phbl-toolchain] info: downloading component 'rust-std'
31862024-09-11T21:35:32.215Z[ phbl-toolchain] info: downloading component 'rustc'
31872024-09-11T21:35:36.603Z[ phbl-toolchain] info: downloading component 'rustfmt'
31882024-09-11T21:35:37.046Z[ phbl-toolchain] info: installing component 'cargo'
31892024-09-11T21:35:38.334Z[ phbl-toolchain] info: installing component 'clippy'
31902024-09-11T21:35:38.863Z[ phbl-toolchain] info: installing component 'llvm-tools'
31912024-09-11T21:35:44.357Z[ phbl-toolchain] info: installing component 'miri'
31922024-09-11T21:35:44.839Z[ phbl-toolchain] info: installing component 'rust-docs'
31932024-09-11T21:35:54.877Z[ phbl-toolchain] info: installing component 'rust-src'
31942024-09-11T21:35:55.546Z[ phbl-toolchain] info: installing component 'rust-std'
31952024-09-11T21:35:58.047Z[ phbl-toolchain] info: installing component 'rustc'
31962024-09-11T21:36:06.788Z[ phbl-toolchain] info: installing component 'rustfmt'
31972024-09-11T21:36:07.617Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
31982024-09-11T21:36:07.641ZSep 11 21:36:07.267 INFO [phbl-toolchain] process exited with exit status: 0 (42.624343054s)
31992024-09-11T21:36:11.858Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32002024-09-11T21:36:32.282Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32012024-09-11T21:42:42.334Z[ host-package] Finished `release` profile [optimized] target(s) in 17m 42s
32022024-09-11T21:44:04.833ZSep 11 21:44:04.476 INFO [host-package] process exited with exit status: 0 (1145.742208105s)
32032024-09-11T21:44:04.833ZSep 11 21:44:04.476 INFO [host-stamp] running task
32042024-09-11T21:44:04.868ZSep 11 21:44:04.477 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
32052024-09-11T21:44:04.868ZSep 11 21:44:04.477 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+git4c15433fa1c
32062024-09-11T21:44:04.894ZSep 11 21:44:04.502 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+git4c15433fa1c
32072024-09-11T21:44:04.894Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32082024-09-11T21:44:04.894Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32092024-09-11T21:44:04.894ZSep 11 21:44:04.517 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+git4c15433fa1c
32102024-09-11T21:44:04.894Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32112024-09-11T21:44:04.894ZSep 11 21:44:04.535 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+git4c15433fa1c
32122024-09-11T21:44:04.918Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32132024-09-11T21:44:04.918ZSep 11 21:44:04.551 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+git4c15433fa1c
32142024-09-11T21:44:04.918Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32152024-09-11T21:44:04.942Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32162024-09-11T21:44:04.942ZSep 11 21:44:04.569 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+git4c15433fa1c
32172024-09-11T21:44:04.942ZSep 11 21:44:04.582 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+git4c15433fa1c
32182024-09-11T21:44:04.969Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32192024-09-11T21:44:04.969Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32202024-09-11T21:44:04.969ZSep 11 21:44:04.595 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+git4c15433fa1c
32212024-09-11T21:44:04.969Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32222024-09-11T21:44:04.969Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32232024-09-11T21:44:04.969ZSep 11 21:44:04.611 INFO [stamp-overlay] process exited with exit status: 0 (93.466836ms)
32242024-09-11T21:44:04.969ZSep 11 21:44:04.611 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (59.825734ms)
32252024-09-11T21:44:04.994Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32262024-09-11T21:44:05.028Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32272024-09-11T21:44:05.028ZSep 11 21:44:04.647 INFO [stamp-oxlog] process exited with exit status: 0 (51.282497ms)
32282024-09-11T21:44:05.028Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32292024-09-11T21:44:05.053ZSep 11 21:44:04.679 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (177.10535ms)
32302024-09-11T21:44:05.213Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32312024-09-11T21:44:05.241ZSep 11 21:44:04.861 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (292.960908ms)
32322024-09-11T21:44:05.374Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32332024-09-11T21:44:05.398ZSep 11 21:44:05.023 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (441.132314ms)
32342024-09-11T21:44:06.285Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32352024-09-11T21:44:06.309ZSep 11 21:44:05.934 INFO [stamp-propolis-server] process exited with exit status: 0 (1.399065568s)
32362024-09-11T21:44:06.834Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32372024-09-11T21:44:10.185Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32382024-09-11T21:44:17.003Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32392024-09-11T21:44:17.026ZSep 11 21:44:16.652 INFO [stamp-switch-asic] process exited with exit status: 0 (12.174993354s)
32402024-09-11T21:44:17.026ZSep 11 21:44:16.652 INFO [host-stamp] task succeeded (12.176391892s)
32412024-09-11T21:44:17.026ZSep 11 21:44:16.652 INFO [host-proto] running task
32422024-09-11T21:44:18.177ZSep 11 21:44:17.819 INFO [host-proto] task succeeded (1.166616553s)
32432024-09-11T21:44:18.177ZSep 11 21:44:17.819 INFO [host-profile] running task
32442024-09-11T21:44:18.200ZSep 11 21:44:17.820 INFO [host-profile] task succeeded (718.02µs)
32452024-09-11T21:44:18.200ZSep 11 21:44:17.820 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/.tmpU32EW5/proto/host/root -N 'ci 4c15433/${os_short_commit} 2024-09-11 21:24' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32462024-09-11T21:44:18.223Z[ host-image] Sep 11 21:44:17.847 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32472024-09-11T21:44:18.224Z[ host-image] Sep 11 21:44:17.847 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32482024-09-11T21:44:18.247Z[ host-image] Sep 11 21:44:17.883 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpU32EW5/proto/host/root"
32492024-09-11T21:44:18.247Z[ host-image] Sep 11 21:44:17.883 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32502024-09-11T21:44:18.247Z[ host-image] Sep 11 21:44:17.884 INFO image builder template: ramdisk-01-os...
32512024-09-11T21:44:18.247Z[ host-image] Sep 11 21:44:17.884 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/.tmpU32EW5/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
32522024-09-11T21:44:18.303Z[ host-image] Sep 11 21:44:17.947 INFO O| Sep 11 21:44:17.946 INFO CREATE DATASET: rpool/images/build/host/output
32532024-09-11T21:44:18.344Z[ host-image] Sep 11 21:44:17.988 INFO O| Sep 11 21:44:17.988 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32542024-09-11T21:44:18.368Z[ host-image] Sep 11 21:44:17.998 INFO O| Sep 11 21:44:17.998 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32552024-09-11T21:44:18.469Z[ host-image] Sep 11 21:44:18.112 INFO O| Sep 11 21:44:18.112 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32562024-09-11T21:44:18.505Z[ host-image] Sep 11 21:44:18.148 INFO O| Sep 11 21:44:18.148 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32572024-09-11T21:44:18.505Z[ host-image] Sep 11 21:44:18.148 INFO O| Sep 11 21:44:18.148 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32582024-09-11T21:44:18.530Z[ host-image] Sep 11 21:44:18.148 INFO O| Sep 11 21:44:18.148 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32592024-09-11T21:44:18.530Z[ host-image] Sep 11 21:44:18.148 INFO O| Sep 11 21:44:18.148 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32602024-09-11T21:44:18.530Z[ host-image] Sep 11 21:44:18.162 INFO O| Sep 11 21:44:18.162 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32612024-09-11T21:44:18.599Z[ host-image] Sep 11 21:44:18.243 INFO O| Sep 11 21:44:18.243 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32622024-09-11T21:44:18.623Z[ host-image] Sep 11 21:44:18.264 INFO O| Sep 11 21:44:18.264 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32632024-09-11T21:44:19.165Z[ host-image] Sep 11 21:44:18.808 INFO O| Sep 11 21:44:18.808 INFO O| Caching catalogs ... Done
32642024-09-11T21:44:19.265Z[ host-image] Sep 11 21:44:18.909 INFO O| Sep 11 21:44:18.909 INFO STEP 0 (pkg_image_create) COMPLETE
32652024-09-11T21:44:19.265Z[ host-image] Sep 11 21:44:18.909 INFO O| Sep 11 21:44:18.909 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32662024-09-11T21:44:19.265Z[ host-image] Sep 11 21:44:18.909 INFO O| Sep 11 21:44:18.909 INFO skip step because feature "repo_redist" is not enabled
32672024-09-11T21:44:19.289Z[ host-image] Sep 11 21:44:18.909 INFO O| Sep 11 21:44:18.909 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32682024-09-11T21:44:19.289Z[ host-image] Sep 11 21:44:18.930 INFO O| Sep 11 21:44:18.930 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"]
32692024-09-11T21:44:19.795Z[ host-image] Sep 11 21:44:19.439 INFO O| Sep 11 21:44:19.439 INFO STEP 2 (pkg_set_publisher) COMPLETE
32702024-09-11T21:44:19.795Z[ host-image] Sep 11 21:44:19.439 INFO O| Sep 11 21:44:19.439 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32712024-09-11T21:44:19.819Z[ host-image] Sep 11 21:44:19.460 INFO O| Sep 11 21:44:19.460 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"]
32722024-09-11T21:44:20.298Z[ host-image] Sep 11 21:44:19.940 INFO O| Sep 11 21:44:19.940 INFO STEP 3 (pkg_set_publisher) COMPLETE
32732024-09-11T21:44:20.298Z[ host-image] Sep 11 21:44:19.940 INFO O| Sep 11 21:44:19.940 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32742024-09-11T21:44:20.321Z[ host-image] Sep 11 21:44:19.940 INFO O| Sep 11 21:44:19.940 INFO skip step because feature "repo_redist" is not enabled
32752024-09-11T21:44:20.321Z[ host-image] Sep 11 21:44:19.940 INFO O| Sep 11 21:44:19.940 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32762024-09-11T21:44:20.794Z[ host-image] Sep 11 21:44:20.438 INFO O| Sep 11 21:44:20.438 INFO variant opensolaris.zone is already global
32772024-09-11T21:44:20.818Z[ host-image] Sep 11 21:44:20.438 INFO O| Sep 11 21:44:20.438 INFO STEP 5 (pkg_change_variant) COMPLETE
32782024-09-11T21:44:20.818Z[ host-image] Sep 11 21:44:20.438 INFO O| Sep 11 21:44:20.438 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32792024-09-11T21:44:21.266Z[ host-image] Sep 11 21:44:20.910 INFO O| Sep 11 21:44:20.910 INFO variant opensolaris.imagetype is full; changing to partial
32802024-09-11T21:44:21.266Z[ host-image] Sep 11 21:44:20.910 INFO O| Sep 11 21:44:20.910 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32812024-09-11T21:44:27.649Z[ host-image] Sep 11 21:44:27.293 INFO O| Sep 11 21:44:27.292 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32822024-09-11T21:44:30.837Z[ host-image] Sep 11 21:44:30.480 INFO O| Sep 11 21:44:30.480 INFO O| Startup: Caching catalogs ... Done
32832024-09-11T21:44:30.890Z[ host-image] Sep 11 21:44:30.534 INFO O| Sep 11 21:44:30.534 INFO O| Planning: Planning completed in 0.00 seconds
32842024-09-11T21:44:30.914Z[ host-image] Sep 11 21:44:30.535 INFO O| Sep 11 21:44:30.535 INFO O| Planning: Consolidating action changes ... Done
32852024-09-11T21:44:30.914Z[ host-image] Sep 11 21:44:30.535 INFO O| Sep 11 21:44:30.535 INFO O| Planning: Evaluating mediators ... Done
32862024-09-11T21:44:30.914Z[ host-image] Sep 11 21:44:30.535 INFO O| Sep 11 21:44:30.535 INFO O| Planning: Planning completed in 0.00 seconds
32872024-09-11T21:44:30.914Z[ host-image] Sep 11 21:44:30.535 INFO O| Sep 11 21:44:30.535 INFO O| Variants/Facets to change: 1
32882024-09-11T21:44:30.914Z[ host-image] Sep 11 21:44:30.557 INFO O| Sep 11 21:44:30.557 INFO O| Done
32892024-09-11T21:44:30.914Z[ host-image] Sep 11 21:44:30.557 INFO O| Sep 11 21:44:30.557 INFO O| Done
32902024-09-11T21:44:31.335Z[ host-image] Sep 11 21:44:30.978 INFO O| Sep 11 21:44:30.978 INFO O| Done
32912024-09-11T21:44:31.368Z[ host-image] Sep 11 21:44:31.012 INFO O| Sep 11 21:44:31.011 INFO O| Done
32922024-09-11T21:44:31.391Z[ host-image] Sep 11 21:44:31.013 INFO O| Sep 11 21:44:31.013 INFO O| Done
32932024-09-11T21:44:31.391Z[ host-image] Sep 11 21:44:31.013 INFO O| Sep 11 21:44:31.013 INFO O| Done
32942024-09-11T21:44:31.391Z[ host-image] Sep 11 21:44:31.014 INFO O| Sep 11 21:44:31.014 INFO O| Done
32952024-09-11T21:44:31.500Z[recovery-package] Finished `release` profile [optimized] target(s) in 26.35s
32962024-09-11T21:44:31.741Z[ host-image] Sep 11 21:44:31.384 INFO O| Sep 11 21:44:31.384 INFO STEP 6 (pkg_change_variant) COMPLETE
32972024-09-11T21:44:31.764Z[ host-image] Sep 11 21:44:31.384 INFO O| Sep 11 21:44:31.384 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32982024-09-11T21:44:31.764Z[ host-image] Sep 11 21:44:31.384 INFO O| Sep 11 21:44:31.384 INFO skip step because feature "debug_variant" is not enabled
32992024-09-11T21:44:31.765Z[ host-image] Sep 11 21:44:31.384 INFO O| Sep 11 21:44:31.384 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33002024-09-11T21:44:32.227Z[ host-image] Sep 11 21:44:31.868 INFO O| Sep 11 21:44:31.868 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33012024-09-11T21:44:32.910Z[ host-image] Sep 11 21:44:32.554 INFO O| Sep 11 21:44:32.554 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33022024-09-11T21:44:32.934Z[ host-image] Sep 11 21:44:32.555 INFO O| Sep 11 21:44:32.555 INFO O| Planning: Planning completed in 0.00 seconds
33032024-09-11T21:44:32.934Z[ host-image] Sep 11 21:44:32.556 INFO O| Sep 11 21:44:32.556 INFO O| Planning: Consolidating action changes ... Done
33042024-09-11T21:44:32.934Z[ host-image] Sep 11 21:44:32.556 INFO O| Sep 11 21:44:32.556 INFO O| Planning: Evaluating mediators ... Done
33052024-09-11T21:44:32.934Z[ host-image] Sep 11 21:44:32.557 INFO O| Sep 11 21:44:32.557 INFO O| Planning: Planning completed in 0.00 seconds
33062024-09-11T21:44:32.934Z[ host-image] Sep 11 21:44:32.557 INFO O| Sep 11 21:44:32.557 INFO O| Variants/Facets to change: 1
33072024-09-11T21:44:32.958Z[ host-image] Sep 11 21:44:32.579 INFO O| Sep 11 21:44:32.579 INFO O| Done
33082024-09-11T21:44:32.958Z[ host-image] Sep 11 21:44:32.579 INFO O| Sep 11 21:44:32.579 INFO O| Done
33092024-09-11T21:44:33.372Z[ host-image] Sep 11 21:44:33.014 INFO O| Sep 11 21:44:33.014 INFO O| Done
33102024-09-11T21:44:33.407Z[ host-image] Sep 11 21:44:33.047 INFO O| Sep 11 21:44:33.047 INFO O| Done
33112024-09-11T21:44:33.433Z[ host-image] Sep 11 21:44:33.048 INFO O| Sep 11 21:44:33.048 INFO O| Done
33122024-09-11T21:44:33.433Z[ host-image] Sep 11 21:44:33.048 INFO O| Sep 11 21:44:33.048 INFO O| Done
33132024-09-11T21:44:33.433Z[ host-image] Sep 11 21:44:33.049 INFO O| Sep 11 21:44:33.049 INFO O| Done
33142024-09-11T21:44:33.484Z[ host-image] Sep 11 21:44:33.127 INFO O| Sep 11 21:44:33.126 INFO STEP 8 (pkg_change_facet) COMPLETE
33152024-09-11T21:44:33.484Z[ host-image] Sep 11 21:44:33.127 INFO O| Sep 11 21:44:33.126 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33162024-09-11T21:44:33.523Z[ host-image] Sep 11 21:44:33.127 INFO O| Sep 11 21:44:33.126 INFO skip step because feature "recovery" is not enabled
33172024-09-11T21:44:33.524Z[ host-image] Sep 11 21:44:33.127 INFO O| Sep 11 21:44:33.127 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33182024-09-11T21:44:33.524Z[ host-image] Sep 11 21:44:33.127 INFO O| Sep 11 21:44:33.127 INFO skip step because feature "recovery" is not enabled
33192024-09-11T21:44:33.524Z[ host-image] Sep 11 21:44:33.127 INFO O| Sep 11 21:44:33.127 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33202024-09-11T21:44:33.524Z[ host-image] Sep 11 21:44:33.144 INFO O| Sep 11 21:44:33.144 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"]
33212024-09-11T21:44:34.396Z[ host-image] Sep 11 21:44:34.040 INFO O| Sep 11 21:44:34.040 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33222024-09-11T21:44:35.164ZSep 11 21:44:34.808 INFO [recovery-package] process exited with exit status: 0 (30.330955335s)
33232024-09-11T21:44:35.164ZSep 11 21:44:34.808 INFO [recovery-stamp] running task
33242024-09-11T21:44:35.188ZSep 11 21:44:34.809 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33252024-09-11T21:44:35.188ZSep 11 21:44:34.809 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+git4c15433fa1c
33262024-09-11T21:44:35.188ZSep 11 21:44:34.830 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git4c15433fa1c
33272024-09-11T21:44:35.212Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33282024-09-11T21:44:35.236Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33292024-09-11T21:44:35.324Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33302024-09-11T21:44:35.348ZSep 11 21:44:34.974 INFO [stamp-installinator] process exited with exit status: 0 (143.42964ms)
33312024-09-11T21:44:35.372Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33322024-09-11T21:44:35.372ZSep 11 21:44:35.013 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (204.382378ms)
33332024-09-11T21:44:35.372ZSep 11 21:44:35.013 INFO [recovery-stamp] task succeeded (205.168342ms)
33342024-09-11T21:44:35.372ZSep 11 21:44:35.014 INFO [recovery-proto] running task
33352024-09-11T21:44:35.372ZSep 11 21:44:35.014 INFO [tuf-stamp] running task
33362024-09-11T21:44:35.396ZSep 11 21:44:35.016 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+git4c15433fa1c
33372024-09-11T21:44:35.396ZSep 11 21:44:35.035 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+git4c15433fa1c
33382024-09-11T21:44:35.419ZSep 11 21:44:35.050 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+git4c15433fa1c
33392024-09-11T21:44:35.419Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33402024-09-11T21:44:35.443ZSep 11 21:44:35.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+git4c15433fa1c
33412024-09-11T21:44:35.443Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33422024-09-11T21:44:35.443Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33432024-09-11T21:44:35.443ZSep 11 21:44:35.080 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+git4c15433fa1c
33442024-09-11T21:44:35.466Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33452024-09-11T21:44:35.466ZSep 11 21:44:35.106 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+git4c15433fa1c
33462024-09-11T21:44:35.499Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33472024-09-11T21:44:35.499ZSep 11 21:44:35.142 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+git4c15433fa1c
33482024-09-11T21:44:35.539Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33492024-09-11T21:44:35.539ZSep 11 21:44:35.183 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+git4c15433fa1c
33502024-09-11T21:44:35.765Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33512024-09-11T21:44:35.789ZSep 11 21:44:35.420 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+git4c15433fa1c
33522024-09-11T21:44:35.789Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33532024-09-11T21:44:36.069ZSep 11 21:44:35.712 INFO [recovery-proto] task succeeded (697.867363ms)
33542024-09-11T21:44:36.092ZSep 11 21:44:35.713 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/.tmpU32EW5/proto/recovery/root -N 'recovery 4c15433/${os_short_commit} 2024-09-11 21:24' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33552024-09-11T21:44:36.092Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33562024-09-11T21:44:36.092ZSep 11 21:44:35.721 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+git4c15433fa1c
33572024-09-11T21:44:36.092ZSep 11 21:44:35.734 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+git4c15433fa1c
33582024-09-11T21:44:36.092Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33592024-09-11T21:44:36.092Z[ recovery-image] Sep 11 21:44:35.734 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33602024-09-11T21:44:36.116Z[ recovery-image] Sep 11 21:44:35.734 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33612024-09-11T21:44:36.116Z[ recovery-image] Sep 11 21:44:35.754 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpU32EW5/proto/recovery/root"
33622024-09-11T21:44:36.116Z[ recovery-image] Sep 11 21:44:35.754 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33632024-09-11T21:44:36.116Z[ recovery-image] Sep 11 21:44:35.755 INFO image builder template: ramdisk-01-os...
33642024-09-11T21:44:36.116Z[ recovery-image] Sep 11 21:44:35.755 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/.tmpU32EW5/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
33652024-09-11T21:44:36.147Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33662024-09-11T21:44:36.171ZSep 11 21:44:35.791 INFO [stamp-ntp] process exited with exit status: 0 (775.406111ms)
33672024-09-11T21:44:36.194Z[ recovery-image] Sep 11 21:44:35.831 INFO O| Sep 11 21:44:35.811 INFO CREATE DATASET: rpool/images/build/recovery/output
33682024-09-11T21:44:36.218Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33692024-09-11T21:44:36.256Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33702024-09-11T21:44:36.339ZSep 11 21:44:35.983 INFO [stamp-probe] process exited with exit status: 0 (261.307201ms)
33712024-09-11T21:44:36.436Z[ recovery-image] Sep 11 21:44:36.079 INFO O| Sep 11 21:44:36.050 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33722024-09-11T21:44:36.436Z[ recovery-image] Sep 11 21:44:36.079 INFO O| Sep 11 21:44:36.057 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33732024-09-11T21:44:36.480Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33742024-09-11T21:44:36.539ZSep 11 21:44:36.182 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.131928242s)
33752024-09-11T21:44:36.598Z[ recovery-image] Sep 11 21:44:36.242 INFO O| Sep 11 21:44:36.219 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33762024-09-11T21:44:36.635Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33772024-09-11T21:44:36.659ZSep 11 21:44:36.285 INFO [stamp-internal-dns] process exited with exit status: 0 (1.142434176s)
33782024-09-11T21:44:36.719Z[ recovery-image] Sep 11 21:44:36.363 INFO O| Sep 11 21:44:36.353 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33792024-09-11T21:44:36.744Z[ recovery-image] Sep 11 21:44:36.363 INFO O| Sep 11 21:44:36.353 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33802024-09-11T21:44:36.745Z[ recovery-image] Sep 11 21:44:36.363 INFO O| Sep 11 21:44:36.353 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33812024-09-11T21:44:36.745Z[ recovery-image] Sep 11 21:44:36.363 INFO O| Sep 11 21:44:36.353 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33822024-09-11T21:44:36.745Z[ recovery-image] Sep 11 21:44:36.377 INFO O| Sep 11 21:44:36.377 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33832024-09-11T21:44:36.885Z[ recovery-image] Sep 11 21:44:36.528 INFO O| Sep 11 21:44:36.528 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33842024-09-11T21:44:36.908Z[ recovery-image] Sep 11 21:44:36.547 INFO O| Sep 11 21:44:36.546 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33852024-09-11T21:44:37.049Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
33862024-09-11T21:44:37.082Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33872024-09-11T21:44:37.326Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33882024-09-11T21:44:37.379ZSep 11 21:44:37.022 INFO [stamp-external-dns] process exited with exit status: 0 (1.596195165s)
33892024-09-11T21:44:37.525Z[ recovery-image] Sep 11 21:44:37.168 INFO O| Sep 11 21:44:37.168 INFO O| Caching catalogs ... Done
33902024-09-11T21:44:37.627Z[ recovery-image] Sep 11 21:44:37.270 INFO O| Sep 11 21:44:37.270 INFO STEP 0 (pkg_image_create) COMPLETE
33912024-09-11T21:44:37.627Z[ recovery-image] Sep 11 21:44:37.270 INFO O| Sep 11 21:44:37.270 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33922024-09-11T21:44:37.627Z[ recovery-image] Sep 11 21:44:37.270 INFO O| Sep 11 21:44:37.270 INFO skip step because feature "repo_redist" is not enabled
33932024-09-11T21:44:37.651Z[ recovery-image] Sep 11 21:44:37.270 INFO O| Sep 11 21:44:37.270 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33942024-09-11T21:44:37.651Z[ recovery-image] Sep 11 21:44:37.292 INFO O| Sep 11 21:44:37.292 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"]
33952024-09-11T21:44:37.745Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33962024-09-11T21:44:37.768ZSep 11 21:44:37.406 INFO [stamp-oximeter] process exited with exit status: 0 (2.222391448s)
33972024-09-11T21:44:37.821Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33982024-09-11T21:44:37.868ZSep 11 21:44:37.471 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.736232529s)
33992024-09-11T21:44:38.244Z[ recovery-image] Sep 11 21:44:37.888 INFO O| Sep 11 21:44:37.887 INFO STEP 2 (pkg_set_publisher) COMPLETE
34002024-09-11T21:44:38.244Z[ recovery-image] Sep 11 21:44:37.888 INFO O| Sep 11 21:44:37.888 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34012024-09-11T21:44:38.274Z[ recovery-image] Sep 11 21:44:37.917 INFO O| Sep 11 21:44:37.917 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"]
34022024-09-11T21:44:38.804Z[ recovery-image] Sep 11 21:44:38.447 INFO O| Sep 11 21:44:38.447 INFO STEP 3 (pkg_set_publisher) COMPLETE
34032024-09-11T21:44:38.804Z[ recovery-image] Sep 11 21:44:38.448 INFO O| Sep 11 21:44:38.447 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34042024-09-11T21:44:38.804Z[ recovery-image] Sep 11 21:44:38.448 INFO O| Sep 11 21:44:38.447 INFO skip step because feature "repo_redist" is not enabled
34052024-09-11T21:44:38.828Z[ recovery-image] Sep 11 21:44:38.448 INFO O| Sep 11 21:44:38.447 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34062024-09-11T21:44:39.256Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34072024-09-11T21:44:39.280ZSep 11 21:44:38.905 INFO [stamp-nexus] process exited with exit status: 0 (3.84133372s)
34082024-09-11T21:44:39.322Z[ recovery-image] Sep 11 21:44:38.966 INFO O| Sep 11 21:44:38.966 INFO variant opensolaris.zone is already global
34092024-09-11T21:44:39.322Z[ recovery-image] Sep 11 21:44:38.966 INFO O| Sep 11 21:44:38.966 INFO STEP 5 (pkg_change_variant) COMPLETE
34102024-09-11T21:44:39.346Z[ recovery-image] Sep 11 21:44:38.966 INFO O| Sep 11 21:44:38.966 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34112024-09-11T21:44:39.816Z[ recovery-image] Sep 11 21:44:39.459 INFO O| Sep 11 21:44:39.459 INFO variant opensolaris.imagetype is full; changing to partial
34122024-09-11T21:44:39.840Z[ recovery-image] Sep 11 21:44:39.460 INFO O| Sep 11 21:44:39.459 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34132024-09-11T21:44:41.321Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34142024-09-11T21:44:41.345ZSep 11 21:44:40.972 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.865430222s)
34152024-09-11T21:44:42.426Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34162024-09-11T21:44:42.450Z[verify-libraries] Compiling polyval v0.6.2
34172024-09-11T21:44:42.474Z[verify-libraries] Compiling rfc6979 v0.4.0
34182024-09-11T21:44:42.502Z[verify-libraries] Compiling primeorder v0.13.6
34192024-09-11T21:44:42.502Z[verify-libraries] Compiling ctr v0.9.2
34202024-09-11T21:44:42.552Z[verify-libraries] Compiling ed25519 v2.2.3
34212024-09-11T21:44:42.552Z[verify-libraries] Compiling ssh-encoding v0.2.0
34222024-09-11T21:44:42.552Z[verify-libraries] Compiling blowfish v0.9.1
34232024-09-11T21:44:42.904Z[verify-libraries] Compiling ecdsa v0.16.9
34242024-09-11T21:44:43.087Z[verify-libraries] Compiling ghash v0.5.1
34252024-09-11T21:44:43.143Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34262024-09-11T21:44:43.211Z[verify-libraries] Compiling password-hash v0.4.2
34272024-09-11T21:44:43.475Z[verify-libraries] Compiling aes-gcm v0.10.3
34282024-09-11T21:44:43.714Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34292024-09-11T21:44:44.053Z[verify-libraries] Compiling ssh-cipher v0.2.0
34302024-09-11T21:44:44.487Z[verify-libraries] Compiling matches v0.1.10
34312024-09-11T21:44:44.523Z[verify-libraries] Compiling pbkdf2 v0.11.0
34322024-09-11T21:44:44.564Z[verify-libraries] Compiling enum-as-inner v0.5.1
34332024-09-11T21:44:44.697Z[verify-libraries] Compiling ssh-key v0.6.6
34342024-09-11T21:44:44.744Z[verify-libraries] Compiling idna v0.2.3
34352024-09-11T21:44:45.186Z[verify-libraries] Compiling p384 v0.13.0
34362024-09-11T21:44:45.246Z[verify-libraries] Compiling p256 v0.13.2
34372024-09-11T21:44:45.718Z[verify-libraries] Compiling p521 v0.13.3
34382024-09-11T21:44:46.175Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34392024-09-11T21:44:46.199Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34402024-09-11T21:44:46.199Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34412024-09-11T21:44:46.199ZSep 11 21:44:45.827 INFO [stamp-clickhouse] process exited with exit status: 0 (10.791958004s)
34422024-09-11T21:44:46.199ZSep 11 21:44:45.842 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.761324181s)
34432024-09-11T21:44:46.199ZSep 11 21:44:45.842 INFO [tuf-stamp] task succeeded (10.827924565s)
34442024-09-11T21:44:46.781Z[verify-libraries] Compiling md5 v0.7.0
34452024-09-11T21:44:47.519Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34462024-09-11T21:44:47.664Z[verify-libraries] Compiling num-bigint v0.4.5
34472024-09-11T21:44:48.664Z[verify-libraries] Compiling russh-keys v0.45.0
34482024-09-11T21:44:48.753Z[ recovery-image] Sep 11 21:44:48.396 INFO O| Sep 11 21:44:48.395 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34492024-09-11T21:44:48.854Z[verify-libraries] Compiling des v0.8.1
34502024-09-11T21:44:49.551Z[verify-libraries] Compiling hex-literal v0.4.1
34512024-09-11T21:44:49.925Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34522024-09-11T21:44:50.867Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34532024-09-11T21:44:51.047Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542024-09-11T21:44:52.073Z[verify-libraries] Compiling russh v0.45.0
34552024-09-11T21:44:53.974Z[ recovery-image] Sep 11 21:44:53.617 INFO O| Sep 11 21:44:53.617 INFO O| Startup: Caching catalogs ... Done
34562024-09-11T21:44:54.029Z[ recovery-image] Sep 11 21:44:53.672 INFO O| Sep 11 21:44:53.672 INFO O| Planning: Planning completed in 0.00 seconds
34572024-09-11T21:44:54.052Z[ recovery-image] Sep 11 21:44:53.673 INFO O| Sep 11 21:44:53.673 INFO O| Planning: Consolidating action changes ... Done
34582024-09-11T21:44:54.052Z[ recovery-image] Sep 11 21:44:53.673 INFO O| Sep 11 21:44:53.673 INFO O| Planning: Evaluating mediators ... Done
34592024-09-11T21:44:54.052Z[ recovery-image] Sep 11 21:44:53.673 INFO O| Sep 11 21:44:53.673 INFO O| Planning: Planning completed in 0.00 seconds
34602024-09-11T21:44:54.052Z[ recovery-image] Sep 11 21:44:53.674 INFO O| Sep 11 21:44:53.674 INFO O| Variants/Facets to change: 1
34612024-09-11T21:44:54.078Z[ recovery-image] Sep 11 21:44:53.721 INFO O| Sep 11 21:44:53.721 INFO O| Done
34622024-09-11T21:44:54.078Z[ recovery-image] Sep 11 21:44:53.721 INFO O| Sep 11 21:44:53.721 INFO O| Done
34632024-09-11T21:44:54.680Z[ recovery-image] Sep 11 21:44:54.324 INFO O| Sep 11 21:44:54.324 INFO O| Done
34642024-09-11T21:44:54.712Z[ recovery-image] Sep 11 21:44:54.355 INFO O| Sep 11 21:44:54.355 INFO O| Done
34652024-09-11T21:44:54.735Z[ recovery-image] Sep 11 21:44:54.356 INFO O| Sep 11 21:44:54.356 INFO O| Done
34662024-09-11T21:44:54.735Z[ recovery-image] Sep 11 21:44:54.356 INFO O| Sep 11 21:44:54.356 INFO O| Done
34672024-09-11T21:44:54.736Z[ recovery-image] Sep 11 21:44:54.358 INFO O| Sep 11 21:44:54.358 INFO O| Done
34682024-09-11T21:44:55.270Z[ recovery-image] Sep 11 21:44:54.913 INFO O| Sep 11 21:44:54.913 INFO STEP 6 (pkg_change_variant) COMPLETE
34692024-09-11T21:44:55.270Z[ recovery-image] Sep 11 21:44:54.913 INFO O| Sep 11 21:44:54.913 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34702024-09-11T21:44:55.293Z[ recovery-image] Sep 11 21:44:54.913 INFO O| Sep 11 21:44:54.913 INFO skip step because feature "debug_variant" is not enabled
34712024-09-11T21:44:55.293Z[ recovery-image] Sep 11 21:44:54.913 INFO O| Sep 11 21:44:54.913 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34722024-09-11T21:44:55.711Z[verify-libraries] Compiling dhcproto v0.12.0
34732024-09-11T21:44:55.920Z[ recovery-image] Sep 11 21:44:55.563 INFO O| Sep 11 21:44:55.563 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34742024-09-11T21:44:57.008Z[ recovery-image] Sep 11 21:44:56.651 INFO O| Sep 11 21:44:56.651 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34752024-09-11T21:44:57.032Z[ recovery-image] Sep 11 21:44:56.655 INFO O| Sep 11 21:44:56.654 INFO O| Planning: Planning completed in 0.00 seconds
34762024-09-11T21:44:57.032Z[ recovery-image] Sep 11 21:44:56.656 INFO O| Sep 11 21:44:56.656 INFO O| Planning: Consolidating action changes ... Done
34772024-09-11T21:44:57.032Z[ recovery-image] Sep 11 21:44:56.656 INFO O| Sep 11 21:44:56.656 INFO O| Planning: Evaluating mediators ... Done
34782024-09-11T21:44:57.032Z[ recovery-image] Sep 11 21:44:56.657 INFO O| Sep 11 21:44:56.657 INFO O| Planning: Planning completed in 0.00 seconds
34792024-09-11T21:44:57.032Z[ recovery-image] Sep 11 21:44:56.657 INFO O| Sep 11 21:44:56.657 INFO O| Variants/Facets to change: 1
34802024-09-11T21:44:57.065Z[ recovery-image] Sep 11 21:44:56.708 INFO O| Sep 11 21:44:56.708 INFO O| Done
34812024-09-11T21:44:57.065Z[ recovery-image] Sep 11 21:44:56.708 INFO O| Sep 11 21:44:56.708 INFO O| Done
34822024-09-11T21:44:57.141Z[verify-libraries] Compiling internet-checksum v0.2.1
34832024-09-11T21:44:57.449Z[verify-libraries] Compiling heck v0.4.1
34842024-09-11T21:44:57.663Z[ recovery-image] Sep 11 21:44:57.306 INFO O| Sep 11 21:44:57.306 INFO O| Done
34852024-09-11T21:44:57.705Z[ recovery-image] Sep 11 21:44:57.348 INFO O| Sep 11 21:44:57.348 INFO O| Done
34862024-09-11T21:44:57.735Z[ recovery-image] Sep 11 21:44:57.348 INFO O| Sep 11 21:44:57.348 INFO O| Done
34872024-09-11T21:44:57.735Z[ recovery-image] Sep 11 21:44:57.349 INFO O| Sep 11 21:44:57.348 INFO O| Done
34882024-09-11T21:44:57.735Z[ recovery-image] Sep 11 21:44:57.350 INFO O| Sep 11 21:44:57.350 INFO O| Done
34892024-09-11T21:44:57.795Z[ recovery-image] Sep 11 21:44:57.438 INFO O| Sep 11 21:44:57.438 INFO STEP 8 (pkg_change_facet) COMPLETE
34902024-09-11T21:44:57.795Z[ recovery-image] Sep 11 21:44:57.438 INFO O| Sep 11 21:44:57.438 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34912024-09-11T21:44:58.503Z[ recovery-image] Sep 11 21:44:58.128 INFO O| Sep 11 21:44:58.128 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34922024-09-11T21:44:58.988Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34932024-09-11T21:44:59.679Z[ recovery-image] Sep 11 21:44:59.322 INFO O| Sep 11 21:44:59.322 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34942024-09-11T21:44:59.703Z[ recovery-image] Sep 11 21:44:59.325 INFO O| Sep 11 21:44:59.325 INFO O| Planning: Planning completed in 0.00 seconds
34952024-09-11T21:44:59.703Z[ recovery-image] Sep 11 21:44:59.326 INFO O| Sep 11 21:44:59.326 INFO O| Planning: Consolidating action changes ... Done
34962024-09-11T21:44:59.703Z[ recovery-image] Sep 11 21:44:59.326 INFO O| Sep 11 21:44:59.326 INFO O| Planning: Evaluating mediators ... Done
34972024-09-11T21:44:59.703Z[ recovery-image] Sep 11 21:44:59.327 INFO O| Sep 11 21:44:59.327 INFO O| Planning: Planning completed in 0.00 seconds
34982024-09-11T21:44:59.703Z[ recovery-image] Sep 11 21:44:59.328 INFO O| Sep 11 21:44:59.328 INFO O| Variants/Facets to change: 1
34992024-09-11T21:44:59.791Z[ recovery-image] Sep 11 21:44:59.431 INFO O| Sep 11 21:44:59.431 INFO O| Done
35002024-09-11T21:44:59.791Z[ recovery-image] Sep 11 21:44:59.432 INFO O| Sep 11 21:44:59.431 INFO O| Done
35012024-09-11T21:45:00.337Z[ recovery-image] Sep 11 21:44:59.980 INFO O| Sep 11 21:44:59.980 INFO O| Done
35022024-09-11T21:45:00.373Z[ recovery-image] Sep 11 21:45:00.017 INFO O| Sep 11 21:45:00.016 INFO O| Done
35032024-09-11T21:45:00.397Z[ recovery-image] Sep 11 21:45:00.018 INFO O| Sep 11 21:45:00.018 INFO O| Done
35042024-09-11T21:45:00.397Z[ recovery-image] Sep 11 21:45:00.018 INFO O| Sep 11 21:45:00.018 INFO O| Done
35052024-09-11T21:45:00.397Z[ recovery-image] Sep 11 21:45:00.020 INFO O| Sep 11 21:45:00.020 INFO O| Done
35062024-09-11T21:45:00.471Z[ recovery-image] Sep 11 21:45:00.114 INFO O| Sep 11 21:45:00.114 INFO STEP 9 (pkg_change_facet) COMPLETE
35072024-09-11T21:45:00.471Z[ recovery-image] Sep 11 21:45:00.114 INFO O| Sep 11 21:45:00.114 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35082024-09-11T21:45:01.077Z[ recovery-image] Sep 11 21:45:00.721 INFO O| Sep 11 21:45:00.720 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35092024-09-11T21:45:02.222Z[ recovery-image] Sep 11 21:45:01.865 INFO O| Sep 11 21:45:01.865 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35102024-09-11T21:45:02.246Z[ recovery-image] Sep 11 21:45:01.867 INFO O| Sep 11 21:45:01.867 INFO O| Planning: Planning completed in 0.00 seconds
35112024-09-11T21:45:02.246Z[ recovery-image] Sep 11 21:45:01.868 INFO O| Sep 11 21:45:01.868 INFO O| Planning: Consolidating action changes ... Done
35122024-09-11T21:45:02.246Z[ recovery-image] Sep 11 21:45:01.868 INFO O| Sep 11 21:45:01.868 INFO O| Planning: Evaluating mediators ... Done
35132024-09-11T21:45:02.246Z[ recovery-image] Sep 11 21:45:01.868 INFO O| Sep 11 21:45:01.868 INFO O| Planning: Planning completed in 0.00 seconds
35142024-09-11T21:45:02.246Z[ recovery-image] Sep 11 21:45:01.869 INFO O| Sep 11 21:45:01.869 INFO O| Variants/Facets to change: 1
35152024-09-11T21:45:02.292Z[ recovery-image] Sep 11 21:45:01.936 INFO O| Sep 11 21:45:01.935 INFO O| Done
35162024-09-11T21:45:02.292Z[ recovery-image] Sep 11 21:45:01.936 INFO O| Sep 11 21:45:01.935 INFO O| Done
35172024-09-11T21:45:02.316Z[ host-image] Sep 11 21:45:01.940 INFO O| Sep 11 21:45:01.940 INFO O| Planning: Solver setup ... Done
35182024-09-11T21:45:02.829Z[ recovery-image] Sep 11 21:45:02.473 INFO O| Sep 11 21:45:02.473 INFO O| Done
35192024-09-11T21:45:02.897Z[ recovery-image] Sep 11 21:45:02.540 INFO O| Sep 11 21:45:02.540 INFO O| Done
35202024-09-11T21:45:02.921Z[ recovery-image] Sep 11 21:45:02.541 INFO O| Sep 11 21:45:02.541 INFO O| Done
35212024-09-11T21:45:02.921Z[ recovery-image] Sep 11 21:45:02.541 INFO O| Sep 11 21:45:02.541 INFO O| Done
35222024-09-11T21:45:02.921Z[ recovery-image] Sep 11 21:45:02.543 INFO O| Sep 11 21:45:02.543 INFO O| Done
35232024-09-11T21:45:02.996Z[ recovery-image] Sep 11 21:45:02.639 INFO O| Sep 11 21:45:02.638 INFO STEP 10 (pkg_change_facet) COMPLETE
35242024-09-11T21:45:02.996Z[ recovery-image] Sep 11 21:45:02.639 INFO O| Sep 11 21:45:02.638 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35252024-09-11T21:45:03.034Z[ recovery-image] Sep 11 21:45:02.677 INFO O| Sep 11 21:45:02.676 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"]
35262024-09-11T21:45:04.251Z[ recovery-image] Sep 11 21:45:03.894 INFO O| Sep 11 21:45:03.893 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35272024-09-11T21:45:04.679Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35282024-09-11T21:45:06.267Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35292024-09-11T21:45:06.594Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35302024-09-11T21:45:06.854Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35312024-09-11T21:45:07.078Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35322024-09-11T21:45:07.472Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35332024-09-11T21:45:07.913Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35342024-09-11T21:45:09.024Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35352024-09-11T21:45:09.854Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35362024-09-11T21:45:10.629Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35372024-09-11T21:45:17.325Z[verify-libraries] Compiling termios v0.3.3
35382024-09-11T21:45:18.012Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35392024-09-11T21:45:24.285Z[ host-image] Sep 11 21:45:23.927 INFO O| Sep 11 21:45:23.926 INFO O| Planning: Running solver ... Done
35402024-09-11T21:45:24.551Z[ host-image] Sep 11 21:45:24.194 INFO O| Sep 11 21:45:24.194 INFO O| Planning: Finding local manifests ... Done
35412024-09-11T21:45:24.576Z[ host-image] Sep 11 21:45:24.206 INFO O| Sep 11 21:45:24.206 INFO O| Planning: Fetching manifests: 0/124 0% complete
35422024-09-11T21:45:30.016Z[ host-image] Sep 11 21:45:29.659 INFO O| Sep 11 21:45:29.659 INFO O| Planning: Fetching manifests: 124/124 100% complete
35432024-09-11T21:45:31.176Z[ host-image] Sep 11 21:45:30.819 INFO O| Sep 11 21:45:30.819 INFO O| Planning: Package planning ... Done
35442024-09-11T21:45:32.413Z[ host-image] Sep 11 21:45:32.054 INFO O| Sep 11 21:45:32.054 INFO O| Planning: Merging actions ... Done
35452024-09-11T21:45:32.988Z[ host-image] Sep 11 21:45:32.627 INFO O| Sep 11 21:45:32.627 INFO O| Planning: Checking for conflicting actions ... Done
35462024-09-11T21:45:33.318Z[ host-image] Sep 11 21:45:32.960 INFO O| Sep 11 21:45:32.960 INFO O| Planning: Consolidating action changes ... Done
35472024-09-11T21:45:33.744Z[ host-image] Sep 11 21:45:33.387 INFO O| Sep 11 21:45:33.387 INFO O| Planning: Evaluating mediators ... Done
35482024-09-11T21:45:34.484Z[ recovery-image] Sep 11 21:45:34.122 INFO O| Sep 11 21:45:34.122 INFO O| Planning: Solver setup ... Done
35492024-09-11T21:45:38.847Z[ host-image] Sep 11 21:45:38.489 INFO O| Sep 11 21:45:38.489 INFO O| Planning: Planning completed in 64.45 seconds
35502024-09-11T21:45:38.872Z[ host-image] Sep 11 21:45:38.495 INFO O| Sep 11 21:45:38.495 INFO O| Packages to install: 124
35512024-09-11T21:45:38.872Z[ host-image] Sep 11 21:45:38.495 INFO O| Sep 11 21:45:38.495 INFO O| Mediators to change: 4
35522024-09-11T21:45:38.872Z[ host-image] Sep 11 21:45:38.495 INFO O| Sep 11 21:45:38.495 INFO O| Services to change: 6
35532024-09-11T21:45:38.952Z[ host-image] Sep 11 21:45:38.594 INFO O| Sep 11 21:45:38.594 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35542024-09-11T21:45:39.264Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35552024-09-11T21:45:45.971Z[ host-image] Sep 11 21:45:43.595 INFO O| Sep 11 21:45:43.594 INFO O| Download: 733/22728 items 4.1/196.4MB 2% complete (880k/s)
35562024-09-11T21:45:49.988Z[ host-image] Sep 11 21:45:49.630 INFO O| Sep 11 21:45:49.630 INFO O| Download: 1023/22728 items 6.1/196.4MB 3% complete (796k/s)
35572024-09-11T21:45:54.997Z[ host-image] Sep 11 21:45:54.639 INFO O| Sep 11 21:45:54.639 INFO O| Download: 1608/22728 items 9.6/196.4MB 4% complete (473k/s)
35582024-09-11T21:45:55.414Z[ recovery-image] Sep 11 21:45:55.057 INFO O| Sep 11 21:45:55.056 INFO O| Planning: Running solver ... Done
35592024-09-11T21:45:55.696Z[ recovery-image] Sep 11 21:45:55.337 INFO O| Sep 11 21:45:55.337 INFO O| Planning: Finding local manifests ... Done
35602024-09-11T21:45:55.720Z[ recovery-image] Sep 11 21:45:55.350 INFO O| Sep 11 21:45:55.350 INFO O| Planning: Fetching manifests: 0/124 0% complete
35612024-09-11T21:46:00.006Z[ host-image] Sep 11 21:45:59.648 INFO O| Sep 11 21:45:59.648 INFO O| Download: 1824/22728 items 18.0/196.4MB 9% complete (1.1M/s)
35622024-09-11T21:46:00.225Z[ recovery-image] Sep 11 21:45:59.867 INFO O| Sep 11 21:45:59.867 INFO O| Planning: Fetching manifests: 124/124 100% complete
35632024-09-11T21:46:01.162Z[ recovery-image] Sep 11 21:46:00.804 INFO O| Sep 11 21:46:00.803 INFO O| Planning: Package planning ... Done
35642024-09-11T21:46:01.774Z[ recovery-image] Sep 11 21:46:01.416 INFO O| Sep 11 21:46:01.416 INFO O| Planning: Merging actions ... Done
35652024-09-11T21:46:01.986Z[ recovery-image] Sep 11 21:46:01.626 INFO O| Sep 11 21:46:01.626 INFO O| Planning: Checking for conflicting actions ... Done
35662024-09-11T21:46:02.093Z[ recovery-image] Sep 11 21:46:01.736 INFO O| Sep 11 21:46:01.736 INFO O| Planning: Consolidating action changes ... Done
35672024-09-11T21:46:02.426Z[ recovery-image] Sep 11 21:46:02.068 INFO O| Sep 11 21:46:02.068 INFO O| Planning: Evaluating mediators ... Done
35682024-09-11T21:46:05.099Z[ host-image] Sep 11 21:46:04.742 INFO O| Sep 11 21:46:04.742 INFO O| Download: 2215/22728 items 24.3/196.4MB 12% complete (1.4M/s)
35692024-09-11T21:46:06.981Z[ recovery-image] Sep 11 21:46:06.624 INFO O| Sep 11 21:46:06.624 INFO O| Planning: Planning completed in 62.73 seconds
35702024-09-11T21:46:07.005Z[ recovery-image] Sep 11 21:46:06.629 INFO O| Sep 11 21:46:06.629 INFO O| Packages to install: 124
35712024-09-11T21:46:07.005Z[ recovery-image] Sep 11 21:46:06.629 INFO O| Sep 11 21:46:06.629 INFO O| Mediators to change: 4
35722024-09-11T21:46:07.005Z[ recovery-image] Sep 11 21:46:06.629 INFO O| Sep 11 21:46:06.629 INFO O| Services to change: 5
35732024-09-11T21:46:07.048Z[ recovery-image] Sep 11 21:46:06.691 INFO O| Sep 11 21:46:06.691 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35742024-09-11T21:46:10.126Z[ host-image] Sep 11 21:46:09.768 INFO O| Sep 11 21:46:09.768 INFO O| Download: 2310/22728 items 27.1/196.4MB 13% complete (1.3M/s)
35752024-09-11T21:46:12.050Z[ recovery-image] Sep 11 21:46:11.692 INFO O| Sep 11 21:46:11.692 INFO O| Download: 665/15831 items 5.3/173.2MB 3% complete (1.1M/s)
35762024-09-11T21:46:15.165Z[ host-image] Sep 11 21:46:14.772 INFO O| Sep 11 21:46:14.772 INFO O| Download: 2797/22728 items 31.8/196.4MB 16% complete (753k/s)
35772024-09-11T21:46:17.214Z[ recovery-image] Sep 11 21:46:16.857 INFO O| Sep 11 21:46:16.852 INFO O| Download: 1099/15831 items 9.2/173.2MB 5% complete (963k/s)
35782024-09-11T21:46:17.492Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35792024-09-11T21:46:18.955Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35802024-09-11T21:46:20.134Z[ host-image] Sep 11 21:46:19.777 INFO O| Sep 11 21:46:19.777 INFO O| Download: 3576/22728 items 36.0/196.4MB 18% complete (901k/s)
35812024-09-11T21:46:22.395Z[ recovery-image] Sep 11 21:46:22.038 INFO O| Sep 11 21:46:22.037 INFO O| Download: 1176/15831 items 11.3/173.2MB 6% complete (766k/s)
35822024-09-11T21:46:25.140Z[ host-image] Sep 11 21:46:24.782 INFO O| Sep 11 21:46:24.782 INFO O| Download: 4372/22728 items 41.0/196.4MB 20% complete (989k/s)
35832024-09-11T21:46:25.736Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35842024-09-11T21:46:27.421Z[ recovery-image] Sep 11 21:46:27.063 INFO O| Sep 11 21:46:27.063 INFO O| Download: 1461/15831 items 21.5/173.2MB 12% complete (1.2M/s)
35852024-09-11T21:46:31.396Z[ host-image] Sep 11 21:46:31.039 INFO O| Sep 11 21:46:31.038 INFO O| Download: 4637/22728 items 42.9/196.4MB 21% complete (732k/s)
35862024-09-11T21:46:32.453Z[ recovery-image] Sep 11 21:46:32.096 INFO O| Sep 11 21:46:32.095 INFO O| Download: 1686/15831 items 27.9/173.2MB 16% complete (1.6M/s)
35872024-09-11T21:46:33.840Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35882024-09-11T21:46:36.410Z[ host-image] Sep 11 21:46:36.052 INFO O| Sep 11 21:46:36.052 INFO O| Download: 4971/22728 items 45.8/196.4MB 23% complete (421k/s)
35892024-09-11T21:46:37.459Z[ recovery-image] Sep 11 21:46:37.102 INFO O| Sep 11 21:46:37.102 INFO O| Download: 2318/15831 items 31.2/173.2MB 18% complete (1016k/s)
35902024-09-11T21:46:41.423Z[ host-image] Sep 11 21:46:41.066 INFO O| Sep 11 21:46:41.065 INFO O| Download: 5573/22728 items 46.1/196.4MB 23% complete (330k/s)
35912024-09-11T21:46:43.962Z[ recovery-image] Sep 11 21:46:43.596 INFO O| Sep 11 21:46:43.596 INFO O| Download: 2674/15831 items 33.0/173.2MB 19% complete (874k/s)
35922024-09-11T21:46:46.423Z[ host-image] Sep 11 21:46:46.066 INFO O| Sep 11 21:46:46.066 INFO O| Download: 5818/22728 items 46.3/196.4MB 23% complete (46.1k/s)
35932024-09-11T21:46:48.956Z[ recovery-image] Sep 11 21:46:48.599 INFO O| Sep 11 21:46:48.599 INFO O| Download: 3185/15831 items 37.5/173.2MB 21% complete (621k/s)
35942024-09-11T21:46:51.458Z[ host-image] Sep 11 21:46:51.100 INFO O| Sep 11 21:46:51.100 INFO O| Download: 6658/22728 items 46.8/196.4MB 23% complete (63.8k/s)
35952024-09-11T21:46:54.063Z[ recovery-image] Sep 11 21:46:53.704 INFO O| Sep 11 21:46:53.704 INFO O| Download: 3637/15831 items 39.6/173.2MB 22% complete (727k/s)
35962024-09-11T21:46:54.399Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35972024-09-11T21:46:55.561Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35982024-09-11T21:46:58.088Z[ host-image] Sep 11 21:46:57.731 INFO O| Sep 11 21:46:57.731 INFO O| Download: 6760/22728 items 47.8/196.4MB 24% complete (116k/s)
35992024-09-11T21:46:58.882Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36002024-09-11T21:46:59.075Z[ recovery-image] Sep 11 21:46:58.717 INFO O| Sep 11 21:46:58.717 INFO O| Download: 4168/15831 items 42.6/173.2MB 24% complete (525k/s)
36012024-09-11T21:47:03.090Z[ host-image] Sep 11 21:47:02.731 INFO O| Sep 11 21:47:02.731 INFO O| Download: 7028/22728 items 55.6/196.4MB 28% complete (717k/s)
36022024-09-11T21:47:04.858Z[ recovery-image] Sep 11 21:47:04.499 INFO O| Sep 11 21:47:04.499 INFO O| Download: 4777/15831 items 43.0/173.2MB 24% complete (369k/s)
36032024-09-11T21:47:08.093Z[ host-image] Sep 11 21:47:07.735 INFO O| Sep 11 21:47:07.735 INFO O| Download: 7832/22728 items 59.2/196.4MB 30% complete (1.1M/s)
36042024-09-11T21:47:09.861Z[ recovery-image] Sep 11 21:47:09.504 INFO O| Sep 11 21:47:09.504 INFO O| Download: 5470/15831 items 43.4/173.2MB 25% complete (70.1k/s)
36052024-09-11T21:47:13.093Z[ host-image] Sep 11 21:47:12.735 INFO O| Sep 11 21:47:12.735 INFO O| Download: 8253/22728 items 64.8/196.4MB 32% complete (1.1M/s)
36062024-09-11T21:47:14.889Z[ recovery-image] Sep 11 21:47:14.531 INFO O| Sep 11 21:47:14.531 INFO O| Download: 5901/15831 items 52.9/173.2MB 30% complete (1011k/s)
36072024-09-11T21:47:18.095Z[ host-image] Sep 11 21:47:17.737 INFO O| Sep 11 21:47:17.737 INFO O| Download: 8898/22728 items 71.9/196.4MB 36% complete (1.2M/s)
36082024-09-11T21:47:19.958Z[ recovery-image] Sep 11 21:47:19.600 INFO O| Sep 11 21:47:19.600 INFO O| Download: 6145/15831 items 61.1/173.2MB 35% complete (1.7M/s)
36092024-09-11T21:47:23.104Z[ host-image] Sep 11 21:47:22.746 INFO O| Sep 11 21:47:22.746 INFO O| Download: 9723/22728 items 83.5/196.4MB 42% complete (1.9M/s)
36102024-09-11T21:47:24.976Z[ recovery-image] Sep 11 21:47:24.619 INFO O| Sep 11 21:47:24.618 INFO O| Download: 6779/15831 items 65.3/173.2MB 37% complete (1.2M/s)
36112024-09-11T21:47:28.104Z[ host-image] Sep 11 21:47:27.746 INFO O| Sep 11 21:47:27.746 INFO O| Download: 10576/22728 items 88.9/196.4MB 45% complete (1.7M/s)
36122024-09-11T21:47:29.983Z[ recovery-image] Sep 11 21:47:29.625 INFO O| Sep 11 21:47:29.624 INFO O| Download: 7641/15831 items 73.7/173.2MB 42% complete (1.3M/s)
36132024-09-11T21:47:33.223Z[ host-image] Sep 11 21:47:32.866 INFO O| Sep 11 21:47:32.865 INFO O| Download: 11271/22728 items 95.3/196.4MB 48% complete (1.1M/s)
36142024-09-11T21:47:34.997Z[ recovery-image] Sep 11 21:47:34.639 INFO O| Sep 11 21:47:34.639 INFO O| Download: 8403/15831 items 79.8/173.2MB 46% complete (1.5M/s)
36152024-09-11T21:47:38.244Z[ host-image] Sep 11 21:47:37.887 INFO O| Sep 11 21:47:37.886 INFO O| Download: 12103/22728 items 101.0/196.4MB 51% complete (1.2M/s)
36162024-09-11T21:47:40.000Z[ recovery-image] Sep 11 21:47:39.642 INFO O| Sep 11 21:47:39.642 INFO O| Download: 8988/15831 items 92.6/173.2MB 53% complete (1.9M/s)
36172024-09-11T21:47:43.244Z[ host-image] Sep 11 21:47:42.887 INFO O| Sep 11 21:47:42.887 INFO O| Download: 12766/22728 items 109.7/196.4MB 55% complete (1.4M/s)
36182024-09-11T21:47:45.006Z[ recovery-image] Sep 11 21:47:44.648 INFO O| Sep 11 21:47:44.648 INFO O| Download: 9940/15831 items 93.1/173.2MB 53% complete (1.3M/s)
36192024-09-11T21:47:48.258Z[ host-image] Sep 11 21:47:47.900 INFO O| Sep 11 21:47:47.900 INFO O| Download: 13806/22728 items 110.2/196.4MB 56% complete (946k/s)
36202024-09-11T21:47:50.006Z[ recovery-image] Sep 11 21:47:49.648 INFO O| Sep 11 21:47:49.648 INFO O| Download: 10270/15831 items 93.3/173.2MB 53% complete (65.5k/s)
36212024-09-11T21:47:53.827Z[ host-image] Sep 11 21:47:53.469 INFO O| Sep 11 21:47:53.469 INFO O| Download: 14259/22728 items 110.6/196.4MB 56% complete (106k/s)
36222024-09-11T21:47:57.034Z[ recovery-image] Sep 11 21:47:56.671 INFO O| Sep 11 21:47:56.671 INFO O| Download: 10542/15831 items 93.4/173.2MB 53% complete (52.9k/s)
36232024-09-11T21:47:59.030Z[ host-image] Sep 11 21:47:58.672 INFO O| Sep 11 21:47:58.672 INFO O| Download: 14415/22728 items 111.6/196.4MB 56% complete (129k/s)
36242024-09-11T21:48:02.244Z[ recovery-image] Sep 11 21:48:01.886 INFO O| Sep 11 21:48:01.886 INFO O| Download: 10909/15831 items 93.8/173.2MB 54% complete (57.2k/s)
36252024-09-11T21:48:05.071Z[ host-image] Sep 11 21:48:04.713 INFO O| Sep 11 21:48:04.713 INFO O| Download: 14513/22728 items 116.6/196.4MB 59% complete (583k/s)
36262024-09-11T21:48:08.374Z[ recovery-image] Sep 11 21:48:08.016 INFO O| Sep 11 21:48:08.016 INFO O| Download: 11000/15831 items 94.6/173.2MB 54% complete (126k/s)
36272024-09-11T21:48:10.075Z[ host-image] Sep 11 21:48:09.717 INFO O| Sep 11 21:48:09.716 INFO O| Download: 14711/22728 items 117.1/196.4MB 59% complete (572k/s)
36282024-09-11T21:48:14.546Z[ recovery-image] Sep 11 21:48:14.188 INFO O| Sep 11 21:48:14.187 INFO O| Download: 11015/15831 items 94.7/173.2MB 54% complete (115k/s)
36292024-09-11T21:48:15.079Z[ host-image] Sep 11 21:48:14.721 INFO O| Sep 11 21:48:14.721 INFO O| Download: 15357/22728 items 121.8/196.4MB 61% complete (501k/s)
36302024-09-11T21:48:20.430Z[ recovery-image] Sep 11 21:48:20.072 INFO O| Sep 11 21:48:20.072 INFO O| Download: 11069/15831 items 97.1/173.2MB 56% complete (174k/s)
36312024-09-11T21:48:25.434Z[ recovery-image] Sep 11 21:48:25.075 INFO O| Sep 11 21:48:25.074 INFO O| Download: 11285/15831 items 102.5/173.2MB 59% complete (713k/s)
36322024-09-11T21:48:30.437Z[ recovery-image] Sep 11 21:48:30.079 INFO O| Sep 11 21:48:30.079 INFO O| Download: 11497/15831 items 109.6/173.2MB 63% complete (1.2M/s)
36332024-09-11T21:48:35.541Z[ host-image] Sep 11 21:48:35.180 INFO O| Sep 11 21:48:35.180 INFO O| Download: 15545/22728 items 122.9/196.4MB 62% complete
36342024-09-11T21:48:35.574Z[ recovery-image] Sep 11 21:48:35.216 INFO O| Sep 11 21:48:35.215 INFO O| Download: 11507/15831 items 110.5/173.2MB 63% complete (1.3M/s)
36352024-09-11T21:48:40.630Z[ host-image] Sep 11 21:48:40.268 INFO O| Sep 11 21:48:40.268 INFO O| Download: 15822/22728 items 129.9/196.4MB 66% complete (1.2M/s)
36362024-09-11T21:48:40.739Z[ recovery-image] Sep 11 21:48:40.379 INFO O| Sep 11 21:48:40.379 INFO O| Download: 11908/15831 items 128.0/173.2MB 73% complete (1.9M/s)
36372024-09-11T21:48:45.642Z[ host-image] Sep 11 21:48:45.284 INFO O| Sep 11 21:48:45.284 INFO O| Download: 16366/22728 items 133.6/196.4MB 67% complete (1.1M/s)
36382024-09-11T21:48:45.761Z[ recovery-image] Sep 11 21:48:45.403 INFO O| Sep 11 21:48:45.402 INFO O| Download: 11943/15831 items 134.1/173.2MB 77% complete (2.3M/s)
36392024-09-11T21:48:50.657Z[ host-image] Sep 11 21:48:50.299 INFO O| Sep 11 21:48:50.299 INFO O| Download: 16811/22728 items 139.1/196.4MB 70% complete (946k/s)
36402024-09-11T21:48:50.763Z[ recovery-image] Sep 11 21:48:50.404 INFO O| Sep 11 21:48:50.404 INFO O| Download: 12181/15831 items 137.6/173.2MB 79% complete (987k/s)
36412024-09-11T21:48:55.772Z[ recovery-image] Sep 11 21:48:55.413 INFO O| Sep 11 21:48:55.413 INFO O| Download: 12984/15831 items 141.7/173.2MB 81% complete (813k/s)
36422024-09-11T21:49:00.792Z[ recovery-image] Sep 11 21:49:00.434 INFO O| Sep 11 21:49:00.434 INFO O| Download: 13197/15831 items 142.4/173.2MB 82% complete (492k/s)
36432024-09-11T21:49:05.796Z[ recovery-image] Sep 11 21:49:05.438 INFO O| Sep 11 21:49:05.438 INFO O| Download: 14192/15831 items 146.1/173.2MB 84% complete (451k/s)
36442024-09-11T21:49:10.800Z[ recovery-image] Sep 11 21:49:10.442 INFO O| Sep 11 21:49:10.442 INFO O| Download: 14764/15831 items 153.6/173.2MB 88% complete (1.1M/s)
36452024-09-11T21:49:11.563Z[ host-image] Sep 11 21:49:11.205 INFO O| Sep 11 21:49:11.205 INFO O| Download: 16871/22728 items 139.3/196.4MB 70% complete
36462024-09-11T21:49:15.801Z[ recovery-image] Sep 11 21:49:15.443 INFO O| Sep 11 21:49:15.443 INFO O| Download: 15494/15831 items 165.4/173.2MB 95% complete (1.9M/s)
36472024-09-11T21:49:16.564Z[ host-image] Sep 11 21:49:16.205 INFO O| Sep 11 21:49:16.205 INFO O| Download: 17859/22728 items 150.0/196.4MB 76% complete (2.1M/s)
36482024-09-11T21:49:19.209Z[ recovery-image] Sep 11 21:49:18.851 INFO O| Sep 11 21:49:18.850 INFO O| Download: Completed 173.20 MB in 192.16 seconds (920k/s)
36492024-09-11T21:49:19.869Z[ recovery-image] Sep 11 21:49:19.511 INFO O| Sep 11 21:49:19.511 INFO O| Actions: 1/24965 actions (Installing new actions)
36502024-09-11T21:49:21.599Z[ host-image] Sep 11 21:49:21.241 INFO O| Sep 11 21:49:21.240 INFO O| Download: 18944/22728 items 163.6/196.4MB 83% complete (2.4M/s)
36512024-09-11T21:49:23.634Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 43s
36522024-09-11T21:49:24.145ZSep 11 21:49:23.599 INFO [verify-libraries] process exited with exit status: 0 (288.790612049s)
36532024-09-11T21:49:24.871Z[ recovery-image] Sep 11 21:49:24.512 INFO O| Sep 11 21:49:24.511 INFO O| Actions: 10710/24965 actions (Installing new actions)
36542024-09-11T21:49:26.623Z[ host-image] Sep 11 21:49:26.264 INFO O| Sep 11 21:49:26.264 INFO O| Download: 20761/22728 items 170.9/196.4MB 87% complete (2.1M/s)
36552024-09-11T21:49:29.876Z[ recovery-image] Sep 11 21:49:29.517 INFO O| Sep 11 21:49:29.517 INFO O| Actions: 19140/24965 actions (Installing new actions)
36562024-09-11T21:49:31.653Z[ host-image] Sep 11 21:49:31.294 INFO O| Sep 11 21:49:31.294 INFO O| Download: 21876/22728 items 188.3/196.4MB 95% complete (2.5M/s)
36572024-09-11T21:49:32.164Z[ recovery-image] Sep 11 21:49:31.805 INFO O| Sep 11 21:49:31.805 INFO O| Actions: Completed 24965 actions in 12.29 seconds.
36582024-09-11T21:49:32.398Z[ recovery-image] Sep 11 21:49:32.040 INFO O| Sep 11 21:49:32.040 INFO O| Done
36592024-09-11T21:49:32.398Z[ recovery-image] Sep 11 21:49:32.040 INFO O| Sep 11 21:49:32.040 INFO O| Done
36602024-09-11T21:49:32.981Z[ recovery-image] Sep 11 21:49:32.622 INFO O| Sep 11 21:49:32.622 INFO O| Done
36612024-09-11T21:49:34.067Z[ recovery-image] Sep 11 21:49:33.709 INFO O| Sep 11 21:49:33.709 INFO O| Done
36622024-09-11T21:49:34.092Z[ recovery-image] Sep 11 21:49:33.725 INFO O| Sep 11 21:49:33.725 INFO O| Done
36632024-09-11T21:49:36.217Z[ host-image] Sep 11 21:49:35.858 INFO O| Sep 11 21:49:35.858 INFO O| Download: Completed 196.43 MB in 237.26 seconds (845k/s)
36642024-09-11T21:49:36.755Z[ recovery-image] Sep 11 21:49:36.396 INFO O| Sep 11 21:49:36.396 INFO O| Done
36652024-09-11T21:49:37.277Z[ recovery-image] Sep 11 21:49:36.919 INFO O| Sep 11 21:49:36.918 INFO O| Done
36662024-09-11T21:49:37.302Z[ host-image] Sep 11 21:49:36.930 INFO O| Sep 11 21:49:36.930 INFO O| Actions: 1/49262 actions (Installing new actions)
36672024-09-11T21:49:37.542Z[ recovery-image] Sep 11 21:49:37.183 INFO O| Sep 11 21:49:37.183 INFO STEP 11 (pkg_install) COMPLETE
36682024-09-11T21:49:37.566Z[ recovery-image] Sep 11 21:49:37.183 INFO O| Sep 11 21:49:37.183 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36692024-09-11T21:49:37.566Z[ recovery-image] Sep 11 21:49:37.183 INFO O| Sep 11 21:49:37.183 INFO skip step because feature "recovery" is enabled
36702024-09-11T21:49:37.566Z[ recovery-image] Sep 11 21:49:37.183 INFO O| Sep 11 21:49:37.183 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36712024-09-11T21:49:37.566Z[ recovery-image] Sep 11 21:49:37.183 INFO O| Sep 11 21:49:37.183 INFO skip step because feature "omicron1" is not enabled
36722024-09-11T21:49:37.567Z[ recovery-image] Sep 11 21:49:37.183 INFO O| Sep 11 21:49:37.183 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36732024-09-11T21:49:37.567Z[ recovery-image] Sep 11 21:49:37.206 INFO O| Sep 11 21:49:37.206 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36742024-09-11T21:49:38.317Z[ recovery-image] Sep 11 21:49:37.958 INFO O| Sep 11 21:49:37.958 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36752024-09-11T21:49:40.255Z[ recovery-image] Sep 11 21:49:39.895 INFO O| Sep 11 21:49:39.895 INFO O| Planning: Solver setup ... Done
36762024-09-11T21:49:40.279Z[ recovery-image] Sep 11 21:49:39.899 INFO O| Sep 11 21:49:39.899 INFO O| Planning: Running solver ... Done
36772024-09-11T21:49:40.303Z[ recovery-image] Sep 11 21:49:39.938 INFO O| Sep 11 21:49:39.938 INFO O| Planning: Finding local manifests ... Done
36782024-09-11T21:49:40.303Z[ recovery-image] Sep 11 21:49:39.939 INFO O| Sep 11 21:49:39.939 INFO O| Planning: Fetching manifests: 0/1 0% complete
36792024-09-11T21:49:40.406Z[ recovery-image] Sep 11 21:49:40.047 INFO O| Sep 11 21:49:40.047 INFO O| Planning: Fetching manifests: 1/1 100% complete
36802024-09-11T21:49:40.435Z[ recovery-image] Sep 11 21:49:40.076 INFO O| Sep 11 21:49:40.076 INFO O| Planning: Package planning ... Done
36812024-09-11T21:49:40.459Z[ recovery-image] Sep 11 21:49:40.077 INFO O| Sep 11 21:49:40.077 INFO O| Planning: Merging actions ... Done
36822024-09-11T21:49:40.483Z[ recovery-image] Sep 11 21:49:40.119 INFO O| Sep 11 21:49:40.119 INFO O| Planning: Checking for conflicting actions ... Done
36832024-09-11T21:49:40.483Z[ recovery-image] Sep 11 21:49:40.120 INFO O| Sep 11 21:49:40.120 INFO O| Planning: Consolidating action changes ... Done
36842024-09-11T21:49:40.729Z[ recovery-image] Sep 11 21:49:40.370 INFO O| Sep 11 21:49:40.370 INFO O| Planning: Evaluating mediators ... Done
36852024-09-11T21:49:40.753Z[ recovery-image] Sep 11 21:49:40.371 INFO O| Sep 11 21:49:40.370 INFO O| Planning: Planning completed in 2.41 seconds
36862024-09-11T21:49:40.753Z[ recovery-image] Sep 11 21:49:40.373 INFO O| Sep 11 21:49:40.373 INFO O| Packages to install: 1
36872024-09-11T21:49:40.753Z[ recovery-image] Sep 11 21:49:40.387 INFO O| Sep 11 21:49:40.387 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36882024-09-11T21:49:42.134Z[ recovery-image] Sep 11 21:49:41.775 INFO O| Sep 11 21:49:41.775 INFO O| Download: Completed 20.80 MB in 1.39 seconds (15.0M/s)
36892024-09-11T21:49:42.166Z[ recovery-image] Sep 11 21:49:41.807 INFO O| Sep 11 21:49:41.807 INFO O| Actions: 1/22 actions (Installing new actions)
36902024-09-11T21:49:42.289Z[ host-image] Sep 11 21:49:41.930 INFO O| Sep 11 21:49:41.930 INFO O| Actions: 12167/49262 actions (Installing new actions)
36912024-09-11T21:49:42.761Z[ recovery-image] Sep 11 21:49:42.402 INFO O| Sep 11 21:49:42.401 INFO O| Actions: Completed 22 actions in 0.59 seconds.
36922024-09-11T21:49:43.122Z[ recovery-image] Sep 11 21:49:42.751 INFO O| Sep 11 21:49:42.750 INFO O| Done
36932024-09-11T21:49:43.122Z[ recovery-image] Sep 11 21:49:42.751 INFO O| Sep 11 21:49:42.751 INFO O| Done
36942024-09-11T21:49:43.683Z[ recovery-image] Sep 11 21:49:43.324 INFO O| Sep 11 21:49:43.324 INFO O| Done
36952024-09-11T21:49:44.637Z[ recovery-image] Sep 11 21:49:44.278 INFO O| Sep 11 21:49:44.278 INFO O| Done
36962024-09-11T21:49:44.661Z[ recovery-image] Sep 11 21:49:44.295 INFO O| Sep 11 21:49:44.295 INFO O| Done
36972024-09-11T21:49:44.661Z[ recovery-image] Sep 11 21:49:44.295 INFO O| Sep 11 21:49:44.295 INFO O| Done
36982024-09-11T21:49:44.685Z[ recovery-image] Sep 11 21:49:44.308 INFO O| Sep 11 21:49:44.308 INFO O| Done
36992024-09-11T21:49:44.786Z[ recovery-image] Sep 11 21:49:44.427 INFO O| Sep 11 21:49:44.426 INFO STEP 14 (pkg_install) COMPLETE
37002024-09-11T21:49:44.786Z[ recovery-image] Sep 11 21:49:44.427 INFO O| Sep 11 21:49:44.426 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37012024-09-11T21:49:44.786Z[ recovery-image] Sep 11 21:49:44.427 INFO O| Sep 11 21:49:44.427 INFO skip step because feature "mfg" is not enabled
37022024-09-11T21:49:44.816Z[ recovery-image] Sep 11 21:49:44.427 INFO O| Sep 11 21:49:44.427 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37032024-09-11T21:49:44.816Z[ recovery-image] Sep 11 21:49:44.427 INFO O| Sep 11 21:49:44.427 INFO skip step because feature "compliance" is not enabled
37042024-09-11T21:49:44.816Z[ recovery-image] Sep 11 21:49:44.427 INFO O| Sep 11 21:49:44.427 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37052024-09-11T21:49:44.816Z[ recovery-image] Sep 11 21:49:44.427 INFO O| Sep 11 21:49:44.427 INFO skip step because feature "stress" is not enabled
37062024-09-11T21:49:44.816Z[ recovery-image] Sep 11 21:49:44.427 INFO O| Sep 11 21:49:44.427 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37072024-09-11T21:49:44.816Z[ recovery-image] Sep 11 21:49:44.427 INFO O| Sep 11 21:49:44.427 INFO skip step because feature "nfs" is not enabled
37082024-09-11T21:49:44.816Z[ recovery-image] Sep 11 21:49:44.427 INFO O| Sep 11 21:49:44.427 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37092024-09-11T21:49:44.816Z[ recovery-image] Sep 11 21:49:44.427 INFO O| Sep 11 21:49:44.427 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37102024-09-11T21:49:45.046Z[ recovery-image] Sep 11 21:49:44.687 INFO O| Sep 11 21:49:44.687 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37112024-09-11T21:49:45.123Z[ recovery-image] Sep 11 21:49:44.764 INFO O| Sep 11 21:49:44.764 INFO completed processing gimlet/ramdisk-01-os
37122024-09-11T21:49:45.147Z[ recovery-image] Sep 11 21:49:44.768 INFO image builder template: ramdisk-02-trim...
37132024-09-11T21:49:45.147Z[ recovery-image] Sep 11 21:49:44.768 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/.tmpU32EW5/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
37142024-09-11T21:49:45.171Z[ recovery-image] Sep 11 21:49:44.804 INFO O| Sep 11 21:49:44.804 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37152024-09-11T21:49:45.171Z[ recovery-image] Sep 11 21:49:44.812 INFO O| Sep 11 21:49:44.812 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37162024-09-11T21:49:45.210Z[ recovery-image] Sep 11 21:49:44.851 INFO O| Sep 11 21:49:44.851 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37172024-09-11T21:49:45.242Z[ recovery-image] Sep 11 21:49:44.883 INFO O| Sep 11 21:49:44.883 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37182024-09-11T21:49:45.242Z[ recovery-image] Sep 11 21:49:44.884 INFO O| Sep 11 21:49:44.884 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37192024-09-11T21:49:45.266Z[ recovery-image] Sep 11 21:49:44.892 INFO O| Sep 11 21:49:44.892 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37202024-09-11T21:49:45.266Z[ recovery-image] Sep 11 21:49:44.899 INFO O| Sep 11 21:49:44.899 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37212024-09-11T21:49:45.267Z[ recovery-image] Sep 11 21:49:44.907 INFO O| Sep 11 21:49:44.907 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37222024-09-11T21:49:45.408Z[ recovery-image] Sep 11 21:49:45.049 INFO O| Sep 11 21:49:45.049 INFO rolled back to input snapshot; work may begin
37232024-09-11T21:49:45.433Z[ recovery-image] Sep 11 21:49:45.049 INFO O| Sep 11 21:49:45.049 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37242024-09-11T21:49:45.433Z[ recovery-image] Sep 11 21:49:45.058 INFO O| Sep 11 21:49:45.058 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37252024-09-11T21:49:45.433Z[ recovery-image] Sep 11 21:49:45.074 INFO O| Sep 11 21:49:45.074 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37262024-09-11T21:49:45.496Z[ recovery-image] Sep 11 21:49:45.137 INFO O| Sep 11 21:49:45.137 INFO STEP 0 (remove_files) COMPLETE
37272024-09-11T21:49:45.496Z[ recovery-image] Sep 11 21:49:45.137 INFO O| Sep 11 21:49:45.137 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37282024-09-11T21:49:45.521Z[ recovery-image] Sep 11 21:49:45.151 INFO O| Sep 11 21:49:45.151 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37292024-09-11T21:49:45.521Z[ recovery-image] Sep 11 21:49:45.154 INFO O| Sep 11 21:49:45.154 INFO STEP 1 (remove_files) COMPLETE
37302024-09-11T21:49:45.521Z[ recovery-image] Sep 11 21:49:45.154 INFO O| Sep 11 21:49:45.154 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37312024-09-11T21:49:45.546Z[ recovery-image] Sep 11 21:49:45.167 INFO O| Sep 11 21:49:45.167 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37322024-09-11T21:49:45.571Z[ recovery-image] Sep 11 21:49:45.186 INFO O| Sep 11 21:49:45.186 INFO STEP 2 (remove_files) COMPLETE
37332024-09-11T21:49:45.571Z[ recovery-image] Sep 11 21:49:45.187 INFO O| Sep 11 21:49:45.186 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37342024-09-11T21:49:45.571Z[ recovery-image] Sep 11 21:49:45.207 INFO O| Sep 11 21:49:45.207 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37352024-09-11T21:49:45.571Z[ recovery-image] Sep 11 21:49:45.210 INFO O| Sep 11 21:49:45.209 INFO STEP 3 (remove_files) COMPLETE
37362024-09-11T21:49:45.571Z[ recovery-image] Sep 11 21:49:45.210 INFO O| Sep 11 21:49:45.210 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37372024-09-11T21:49:45.596Z[ recovery-image] Sep 11 21:49:45.232 INFO O| Sep 11 21:49:45.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37382024-09-11T21:49:45.620Z[ recovery-image] Sep 11 21:49:45.239 INFO O| Sep 11 21:49:45.239 INFO STEP 4 (remove_files) COMPLETE
37392024-09-11T21:49:45.620Z[ recovery-image] Sep 11 21:49:45.239 INFO O| Sep 11 21:49:45.239 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37402024-09-11T21:49:45.620Z[ recovery-image] Sep 11 21:49:45.261 INFO O| Sep 11 21:49:45.261 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37412024-09-11T21:49:45.620Z[ recovery-image] Sep 11 21:49:45.261 INFO O| Sep 11 21:49:45.261 INFO STEP 5 (remove_files) COMPLETE
37422024-09-11T21:49:45.621Z[ recovery-image] Sep 11 21:49:45.261 INFO O| Sep 11 21:49:45.261 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37432024-09-11T21:49:45.645Z[ recovery-image] Sep 11 21:49:45.279 INFO O| Sep 11 21:49:45.279 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37442024-09-11T21:49:45.669Z[ recovery-image] Sep 11 21:49:45.300 INFO O| Sep 11 21:49:45.300 INFO STEP 6 (remove_files) COMPLETE
37452024-09-11T21:49:45.669Z[ recovery-image] Sep 11 21:49:45.300 INFO O| Sep 11 21:49:45.300 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37462024-09-11T21:49:45.669Z[ recovery-image] Sep 11 21:49:45.300 INFO O| Sep 11 21:49:45.300 INFO skip step because feature "recovery" is enabled
37472024-09-11T21:49:45.669Z[ recovery-image] Sep 11 21:49:45.300 INFO O| Sep 11 21:49:45.300 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37482024-09-11T21:49:45.670Z[ recovery-image] Sep 11 21:49:45.300 INFO O| Sep 11 21:49:45.300 INFO skip step because feature "recovery" is enabled
37492024-09-11T21:49:45.670Z[ recovery-image] Sep 11 21:49:45.300 INFO O| Sep 11 21:49:45.300 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-09-11T21:49:45.670Z[ recovery-image] Sep 11 21:49:45.300 INFO O| Sep 11 21:49:45.300 INFO skip step because feature "recovery" is enabled
37512024-09-11T21:49:45.670Z[ recovery-image] Sep 11 21:49:45.300 INFO O| Sep 11 21:49:45.300 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37522024-09-11T21:49:45.694Z[ recovery-image] Sep 11 21:49:45.321 INFO O| Sep 11 21:49:45.321 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37532024-09-11T21:49:45.694Z[ recovery-image] Sep 11 21:49:45.327 INFO O| Sep 11 21:49:45.327 INFO STEP 10 (remove_files) COMPLETE
37542024-09-11T21:49:45.694Z[ recovery-image] Sep 11 21:49:45.327 INFO O| Sep 11 21:49:45.327 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37552024-09-11T21:49:45.718Z[ recovery-image] Sep 11 21:49:45.345 INFO O| Sep 11 21:49:45.345 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37562024-09-11T21:49:45.718Z[ recovery-image] Sep 11 21:49:45.346 INFO O| Sep 11 21:49:45.346 INFO STEP 11 (remove_files) COMPLETE
37572024-09-11T21:49:45.718Z[ recovery-image] Sep 11 21:49:45.346 INFO O| Sep 11 21:49:45.346 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37582024-09-11T21:49:45.744Z[ recovery-image] Sep 11 21:49:45.362 INFO O| Sep 11 21:49:45.362 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37592024-09-11T21:49:45.744Z[ recovery-image] Sep 11 21:49:45.364 INFO O| Sep 11 21:49:45.364 INFO STEP 12 (remove_files) COMPLETE
37602024-09-11T21:49:45.744Z[ recovery-image] Sep 11 21:49:45.364 INFO O| Sep 11 21:49:45.364 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37612024-09-11T21:49:45.811Z[ recovery-image] Sep 11 21:49:45.452 INFO O| Sep 11 21:49:45.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37622024-09-11T21:49:45.835Z[ recovery-image] Sep 11 21:49:45.470 INFO O| Sep 11 21:49:45.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37632024-09-11T21:49:45.835Z[ recovery-image] Sep 11 21:49:45.475 INFO O| Sep 11 21:49:45.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37642024-09-11T21:49:45.899Z[ recovery-image] Sep 11 21:49:45.540 INFO O| Sep 11 21:49:45.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37652024-09-11T21:49:46.108Z[ recovery-image] Sep 11 21:49:45.749 INFO O| Sep 11 21:49:45.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37662024-09-11T21:49:46.133Z[ recovery-image] Sep 11 21:49:45.768 INFO O| Sep 11 21:49:45.768 INFO STEP 13 (remove_files) COMPLETE
37672024-09-11T21:49:46.133Z[ recovery-image] Sep 11 21:49:45.768 INFO O| Sep 11 21:49:45.768 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-09-11T21:49:46.157Z[ recovery-image] Sep 11 21:49:45.785 INFO O| Sep 11 21:49:45.785 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37692024-09-11T21:49:46.157Z[ recovery-image] Sep 11 21:49:45.787 INFO O| Sep 11 21:49:45.787 INFO STEP 14 (remove_files) COMPLETE
37702024-09-11T21:49:46.157Z[ recovery-image] Sep 11 21:49:45.788 INFO O| Sep 11 21:49:45.787 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-09-11T21:49:46.182Z[ recovery-image] Sep 11 21:49:45.803 INFO O| Sep 11 21:49:45.803 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37722024-09-11T21:49:46.182Z[ recovery-image] Sep 11 21:49:45.813 INFO O| Sep 11 21:49:45.813 INFO STEP 15 (remove_files) COMPLETE
37732024-09-11T21:49:46.182Z[ recovery-image] Sep 11 21:49:45.813 INFO O| Sep 11 21:49:45.813 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37742024-09-11T21:49:46.208Z[ recovery-image] Sep 11 21:49:45.828 INFO O| Sep 11 21:49:45.828 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37752024-09-11T21:49:46.208Z[ recovery-image] Sep 11 21:49:45.828 INFO O| Sep 11 21:49:45.828 INFO STEP 16 (remove_files) COMPLETE
37762024-09-11T21:49:46.208Z[ recovery-image] Sep 11 21:49:45.828 INFO O| Sep 11 21:49:45.828 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-09-11T21:49:46.208Z[ recovery-image] Sep 11 21:49:45.842 INFO O| Sep 11 21:49:45.841 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37782024-09-11T21:49:46.208Z[ recovery-image] Sep 11 21:49:45.844 INFO O| Sep 11 21:49:45.844 INFO STEP 17 (remove_files) COMPLETE
37792024-09-11T21:49:46.208Z[ recovery-image] Sep 11 21:49:45.844 INFO O| Sep 11 21:49:45.844 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37802024-09-11T21:49:46.235Z[ recovery-image] Sep 11 21:49:45.858 INFO O| Sep 11 21:49:45.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37812024-09-11T21:49:46.235Z[ recovery-image] Sep 11 21:49:45.858 INFO O| Sep 11 21:49:45.858 INFO STEP 18 (remove_files) COMPLETE
37822024-09-11T21:49:46.235Z[ recovery-image] Sep 11 21:49:45.858 INFO O| Sep 11 21:49:45.858 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-09-11T21:49:46.235Z[ recovery-image] Sep 11 21:49:45.871 INFO O| Sep 11 21:49:45.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37842024-09-11T21:49:46.235Z[ recovery-image] Sep 11 21:49:45.872 INFO O| Sep 11 21:49:45.871 INFO STEP 19 (remove_files) COMPLETE
37852024-09-11T21:49:46.235Z[ recovery-image] Sep 11 21:49:45.872 INFO O| Sep 11 21:49:45.871 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-09-11T21:49:46.270Z[ recovery-image] Sep 11 21:49:45.886 INFO O| Sep 11 21:49:45.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37872024-09-11T21:49:46.270Z[ recovery-image] Sep 11 21:49:45.886 INFO O| Sep 11 21:49:45.886 INFO STEP 20 (remove_files) COMPLETE
37882024-09-11T21:49:46.270Z[ recovery-image] Sep 11 21:49:45.886 INFO O| Sep 11 21:49:45.886 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37892024-09-11T21:49:46.270Z[ recovery-image] Sep 11 21:49:45.901 INFO O| Sep 11 21:49:45.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37902024-09-11T21:49:46.270Z[ recovery-image] Sep 11 21:49:45.901 INFO O| Sep 11 21:49:45.901 INFO STEP 21 (remove_files) COMPLETE
37912024-09-11T21:49:46.270Z[ recovery-image] Sep 11 21:49:45.901 INFO O| Sep 11 21:49:45.901 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-09-11T21:49:46.295Z[ recovery-image] Sep 11 21:49:45.916 INFO O| Sep 11 21:49:45.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37932024-09-11T21:49:46.295Z[ recovery-image] Sep 11 21:49:45.916 INFO O| Sep 11 21:49:45.916 INFO STEP 22 (remove_files) COMPLETE
37942024-09-11T21:49:46.295Z[ recovery-image] Sep 11 21:49:45.916 INFO O| Sep 11 21:49:45.916 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37952024-09-11T21:49:46.295Z[ recovery-image] Sep 11 21:49:45.930 INFO O| Sep 11 21:49:45.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37962024-09-11T21:49:46.295Z[ recovery-image] Sep 11 21:49:45.930 INFO O| Sep 11 21:49:45.930 INFO STEP 23 (remove_files) COMPLETE
37972024-09-11T21:49:46.295Z[ recovery-image] Sep 11 21:49:45.930 INFO O| Sep 11 21:49:45.930 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-09-11T21:49:46.319Z[ recovery-image] Sep 11 21:49:45.945 INFO O| Sep 11 21:49:45.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37992024-09-11T21:49:46.319Z[ recovery-image] Sep 11 21:49:45.945 INFO O| Sep 11 21:49:45.945 INFO STEP 24 (remove_files) COMPLETE
38002024-09-11T21:49:46.320Z[ recovery-image] Sep 11 21:49:45.945 INFO O| Sep 11 21:49:45.945 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38012024-09-11T21:49:46.320Z[ recovery-image] Sep 11 21:49:45.959 INFO O| Sep 11 21:49:45.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38022024-09-11T21:49:46.320Z[ recovery-image] Sep 11 21:49:45.959 INFO O| Sep 11 21:49:45.959 INFO STEP 25 (remove_files) COMPLETE
38032024-09-11T21:49:46.320Z[ recovery-image] Sep 11 21:49:45.959 INFO O| Sep 11 21:49:45.959 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38042024-09-11T21:49:46.344Z[ recovery-image] Sep 11 21:49:45.973 INFO O| Sep 11 21:49:45.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38052024-09-11T21:49:46.344Z[ recovery-image] Sep 11 21:49:45.974 INFO O| Sep 11 21:49:45.974 INFO STEP 26 (remove_files) COMPLETE
38062024-09-11T21:49:46.344Z[ recovery-image] Sep 11 21:49:45.974 INFO O| Sep 11 21:49:45.974 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38072024-09-11T21:49:46.369Z[ recovery-image] Sep 11 21:49:45.988 INFO O| Sep 11 21:49:45.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38082024-09-11T21:49:46.369Z[ recovery-image] Sep 11 21:49:45.988 INFO O| Sep 11 21:49:45.988 INFO STEP 27 (remove_files) COMPLETE
38092024-09-11T21:49:46.369Z[ recovery-image] Sep 11 21:49:45.988 INFO O| Sep 11 21:49:45.988 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38102024-09-11T21:49:46.369Z[ recovery-image] Sep 11 21:49:46.002 INFO O| Sep 11 21:49:46.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38112024-09-11T21:49:46.369Z[ recovery-image] Sep 11 21:49:46.002 INFO O| Sep 11 21:49:46.002 INFO STEP 28 (remove_files) COMPLETE
38122024-09-11T21:49:46.369Z[ recovery-image] Sep 11 21:49:46.002 INFO O| Sep 11 21:49:46.002 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38132024-09-11T21:49:46.393Z[ recovery-image] Sep 11 21:49:46.017 INFO O| Sep 11 21:49:46.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38142024-09-11T21:49:46.393Z[ recovery-image] Sep 11 21:49:46.017 INFO O| Sep 11 21:49:46.017 INFO STEP 29 (remove_files) COMPLETE
38152024-09-11T21:49:46.393Z[ recovery-image] Sep 11 21:49:46.017 INFO O| Sep 11 21:49:46.017 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38162024-09-11T21:49:46.393Z[ recovery-image] Sep 11 21:49:46.030 INFO O| Sep 11 21:49:46.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38172024-09-11T21:49:46.393Z[ recovery-image] Sep 11 21:49:46.030 INFO O| Sep 11 21:49:46.030 INFO STEP 30 (remove_files) COMPLETE
38182024-09-11T21:49:46.393Z[ recovery-image] Sep 11 21:49:46.030 INFO O| Sep 11 21:49:46.030 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-09-11T21:49:46.418Z[ recovery-image] Sep 11 21:49:46.044 INFO O| Sep 11 21:49:46.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38202024-09-11T21:49:46.418Z[ recovery-image] Sep 11 21:49:46.044 INFO O| Sep 11 21:49:46.044 INFO STEP 31 (remove_files) COMPLETE
38212024-09-11T21:49:46.418Z[ recovery-image] Sep 11 21:49:46.044 INFO O| Sep 11 21:49:46.044 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38222024-09-11T21:49:46.442Z[ recovery-image] Sep 11 21:49:46.060 INFO O| Sep 11 21:49:46.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38232024-09-11T21:49:46.442Z[ recovery-image] Sep 11 21:49:46.061 INFO O| Sep 11 21:49:46.060 INFO STEP 32 (remove_files) COMPLETE
38242024-09-11T21:49:46.442Z[ recovery-image] Sep 11 21:49:46.061 INFO O| Sep 11 21:49:46.061 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38252024-09-11T21:49:46.442Z[ recovery-image] Sep 11 21:49:46.082 INFO O| Sep 11 21:49:46.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38262024-09-11T21:49:46.442Z[ recovery-image] Sep 11 21:49:46.082 INFO O| Sep 11 21:49:46.082 INFO STEP 33 (remove_files) COMPLETE
38272024-09-11T21:49:46.442Z[ recovery-image] Sep 11 21:49:46.082 INFO O| Sep 11 21:49:46.082 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38282024-09-11T21:49:46.467Z[ recovery-image] Sep 11 21:49:46.100 INFO O| Sep 11 21:49:46.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38292024-09-11T21:49:46.467Z[ recovery-image] Sep 11 21:49:46.100 INFO O| Sep 11 21:49:46.100 INFO STEP 34 (remove_files) COMPLETE
38302024-09-11T21:49:46.467Z[ recovery-image] Sep 11 21:49:46.100 INFO O| Sep 11 21:49:46.100 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38312024-09-11T21:49:46.491Z[ recovery-image] Sep 11 21:49:46.123 INFO O| Sep 11 21:49:46.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38322024-09-11T21:49:46.491Z[ recovery-image] Sep 11 21:49:46.123 INFO O| Sep 11 21:49:46.123 INFO STEP 35 (remove_files) COMPLETE
38332024-09-11T21:49:46.491Z[ recovery-image] Sep 11 21:49:46.123 INFO O| Sep 11 21:49:46.123 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-09-11T21:49:46.516Z[ recovery-image] Sep 11 21:49:46.140 INFO O| Sep 11 21:49:46.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38352024-09-11T21:49:46.516Z[ recovery-image] Sep 11 21:49:46.141 INFO O| Sep 11 21:49:46.141 INFO STEP 36 (remove_files) COMPLETE
38362024-09-11T21:49:46.516Z[ recovery-image] Sep 11 21:49:46.141 INFO O| Sep 11 21:49:46.141 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38372024-09-11T21:49:46.540Z[ recovery-image] Sep 11 21:49:46.159 INFO O| Sep 11 21:49:46.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38382024-09-11T21:49:46.540Z[ recovery-image] Sep 11 21:49:46.159 INFO O| Sep 11 21:49:46.159 INFO STEP 37 (remove_files) COMPLETE
38392024-09-11T21:49:46.541Z[ recovery-image] Sep 11 21:49:46.159 INFO O| Sep 11 21:49:46.159 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-09-11T21:49:46.541Z[ recovery-image] Sep 11 21:49:46.178 INFO O| Sep 11 21:49:46.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38412024-09-11T21:49:46.541Z[ recovery-image] Sep 11 21:49:46.178 INFO O| Sep 11 21:49:46.178 INFO STEP 38 (remove_files) COMPLETE
38422024-09-11T21:49:46.541Z[ recovery-image] Sep 11 21:49:46.178 INFO O| Sep 11 21:49:46.178 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38432024-09-11T21:49:46.654Z[ recovery-image] Sep 11 21:49:46.193 INFO O| Sep 11 21:49:46.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38442024-09-11T21:49:46.654Z[ recovery-image] Sep 11 21:49:46.193 INFO O| Sep 11 21:49:46.193 INFO STEP 39 (remove_files) COMPLETE
38452024-09-11T21:49:46.654Z[ recovery-image] Sep 11 21:49:46.194 INFO O| Sep 11 21:49:46.193 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38462024-09-11T21:49:46.654Z[ recovery-image] Sep 11 21:49:46.208 INFO O| Sep 11 21:49:46.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38472024-09-11T21:49:46.654Z[ recovery-image] Sep 11 21:49:46.208 INFO O| Sep 11 21:49:46.208 INFO STEP 40 (remove_files) COMPLETE
38482024-09-11T21:49:46.654Z[ recovery-image] Sep 11 21:49:46.208 INFO O| Sep 11 21:49:46.208 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-09-11T21:49:46.654Z[ recovery-image] Sep 11 21:49:46.222 INFO O| Sep 11 21:49:46.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38502024-09-11T21:49:46.654Z[ recovery-image] Sep 11 21:49:46.222 INFO O| Sep 11 21:49:46.222 INFO STEP 41 (remove_files) COMPLETE
38512024-09-11T21:49:46.654Z[ recovery-image] Sep 11 21:49:46.222 INFO O| Sep 11 21:49:46.222 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-09-11T21:49:46.654Z[ recovery-image] Sep 11 21:49:46.237 INFO O| Sep 11 21:49:46.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38532024-09-11T21:49:46.655Z[ recovery-image] Sep 11 21:49:46.237 INFO O| Sep 11 21:49:46.237 INFO STEP 42 (remove_files) COMPLETE
38542024-09-11T21:49:46.655Z[ recovery-image] Sep 11 21:49:46.237 INFO O| Sep 11 21:49:46.237 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38552024-09-11T21:49:46.655Z[ recovery-image] Sep 11 21:49:46.256 INFO O| Sep 11 21:49:46.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38562024-09-11T21:49:46.655Z[ recovery-image] Sep 11 21:49:46.256 INFO O| Sep 11 21:49:46.256 INFO STEP 43 (remove_files) COMPLETE
38572024-09-11T21:49:46.655Z[ recovery-image] Sep 11 21:49:46.256 INFO O| Sep 11 21:49:46.256 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38582024-09-11T21:49:46.655Z[ recovery-image] Sep 11 21:49:46.275 INFO O| Sep 11 21:49:46.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38592024-09-11T21:49:46.655Z[ recovery-image] Sep 11 21:49:46.275 INFO O| Sep 11 21:49:46.275 INFO STEP 44 (remove_files) COMPLETE
38602024-09-11T21:49:46.655Z[ recovery-image] Sep 11 21:49:46.275 INFO O| Sep 11 21:49:46.275 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-09-11T21:49:46.680Z[ recovery-image] Sep 11 21:49:46.291 INFO O| Sep 11 21:49:46.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38622024-09-11T21:49:46.680Z[ recovery-image] Sep 11 21:49:46.291 INFO O| Sep 11 21:49:46.291 INFO STEP 45 (remove_files) COMPLETE
38632024-09-11T21:49:46.680Z[ recovery-image] Sep 11 21:49:46.291 INFO O| Sep 11 21:49:46.291 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-09-11T21:49:46.680Z[ recovery-image] Sep 11 21:49:46.306 INFO O| Sep 11 21:49:46.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38652024-09-11T21:49:46.680Z[ recovery-image] Sep 11 21:49:46.306 INFO O| Sep 11 21:49:46.306 INFO STEP 46 (remove_files) COMPLETE
38662024-09-11T21:49:46.681Z[ recovery-image] Sep 11 21:49:46.306 INFO O| Sep 11 21:49:46.306 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-09-11T21:49:46.707Z[ recovery-image] Sep 11 21:49:46.331 INFO O| Sep 11 21:49:46.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38682024-09-11T21:49:46.708Z[ recovery-image] Sep 11 21:49:46.331 INFO O| Sep 11 21:49:46.331 INFO STEP 47 (remove_files) COMPLETE
38692024-09-11T21:49:46.708Z[ recovery-image] Sep 11 21:49:46.331 INFO O| Sep 11 21:49:46.331 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-09-11T21:49:46.732Z[ recovery-image] Sep 11 21:49:46.352 INFO O| Sep 11 21:49:46.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38712024-09-11T21:49:46.732Z[ recovery-image] Sep 11 21:49:46.352 INFO O| Sep 11 21:49:46.352 INFO STEP 48 (remove_files) COMPLETE
38722024-09-11T21:49:46.732Z[ recovery-image] Sep 11 21:49:46.352 INFO O| Sep 11 21:49:46.352 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-09-11T21:49:46.732Z[ recovery-image] Sep 11 21:49:46.371 INFO O| Sep 11 21:49:46.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38742024-09-11T21:49:46.732Z[ recovery-image] Sep 11 21:49:46.371 INFO O| Sep 11 21:49:46.371 INFO STEP 49 (remove_files) COMPLETE
38752024-09-11T21:49:46.732Z[ recovery-image] Sep 11 21:49:46.371 INFO O| Sep 11 21:49:46.371 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-09-11T21:49:46.757Z[ recovery-image] Sep 11 21:49:46.387 INFO O| Sep 11 21:49:46.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38772024-09-11T21:49:46.758Z[ recovery-image] Sep 11 21:49:46.387 INFO O| Sep 11 21:49:46.387 INFO STEP 50 (remove_files) COMPLETE
38782024-09-11T21:49:46.758Z[ recovery-image] Sep 11 21:49:46.387 INFO O| Sep 11 21:49:46.387 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-09-11T21:49:46.783Z[ recovery-image] Sep 11 21:49:46.407 INFO O| Sep 11 21:49:46.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38802024-09-11T21:49:46.783Z[ recovery-image] Sep 11 21:49:46.408 INFO O| Sep 11 21:49:46.408 INFO STEP 51 (remove_files) COMPLETE
38812024-09-11T21:49:46.783Z[ recovery-image] Sep 11 21:49:46.408 INFO O| Sep 11 21:49:46.408 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-09-11T21:49:46.807Z[ recovery-image] Sep 11 21:49:46.423 INFO O| Sep 11 21:49:46.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38832024-09-11T21:49:46.808Z[ recovery-image] Sep 11 21:49:46.424 INFO O| Sep 11 21:49:46.423 INFO STEP 52 (remove_files) COMPLETE
38842024-09-11T21:49:46.808Z[ recovery-image] Sep 11 21:49:46.424 INFO O| Sep 11 21:49:46.423 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-09-11T21:49:46.808Z[ recovery-image] Sep 11 21:49:46.438 INFO O| Sep 11 21:49:46.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38862024-09-11T21:49:46.808Z[ recovery-image] Sep 11 21:49:46.438 INFO O| Sep 11 21:49:46.438 INFO STEP 53 (remove_files) COMPLETE
38872024-09-11T21:49:46.808Z[ recovery-image] Sep 11 21:49:46.438 INFO O| Sep 11 21:49:46.438 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-09-11T21:49:46.832Z[ recovery-image] Sep 11 21:49:46.453 INFO O| Sep 11 21:49:46.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38892024-09-11T21:49:46.832Z[ recovery-image] Sep 11 21:49:46.453 INFO O| Sep 11 21:49:46.453 INFO STEP 54 (remove_files) COMPLETE
38902024-09-11T21:49:46.832Z[ recovery-image] Sep 11 21:49:46.453 INFO O| Sep 11 21:49:46.453 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-09-11T21:49:46.832Z[ recovery-image] Sep 11 21:49:46.467 INFO O| Sep 11 21:49:46.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38922024-09-11T21:49:46.832Z[ recovery-image] Sep 11 21:49:46.467 INFO O| Sep 11 21:49:46.467 INFO STEP 55 (remove_files) COMPLETE
38932024-09-11T21:49:46.832Z[ recovery-image] Sep 11 21:49:46.468 INFO O| Sep 11 21:49:46.467 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-09-11T21:49:46.857Z[ recovery-image] Sep 11 21:49:46.482 INFO O| Sep 11 21:49:46.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38952024-09-11T21:49:46.857Z[ recovery-image] Sep 11 21:49:46.483 INFO O| Sep 11 21:49:46.483 INFO STEP 56 (remove_files) COMPLETE
38962024-09-11T21:49:46.857Z[ recovery-image] Sep 11 21:49:46.483 INFO O| Sep 11 21:49:46.483 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-09-11T21:49:46.857Z[ recovery-image] Sep 11 21:49:46.497 INFO O| Sep 11 21:49:46.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38982024-09-11T21:49:46.857Z[ recovery-image] Sep 11 21:49:46.498 INFO O| Sep 11 21:49:46.498 INFO STEP 57 (remove_files) COMPLETE
38992024-09-11T21:49:46.857Z[ recovery-image] Sep 11 21:49:46.498 INFO O| Sep 11 21:49:46.498 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-09-11T21:49:46.881Z[ recovery-image] Sep 11 21:49:46.517 INFO O| Sep 11 21:49:46.517 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39012024-09-11T21:49:46.882Z[ recovery-image] Sep 11 21:49:46.518 INFO O| Sep 11 21:49:46.518 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39022024-09-11T21:49:46.882Z[ recovery-image] Sep 11 21:49:46.518 INFO O| Sep 11 21:49:46.518 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39032024-09-11T21:49:46.882Z[ recovery-image] Sep 11 21:49:46.518 INFO O| Sep 11 21:49:46.518 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39042024-09-11T21:49:46.882Z[ recovery-image] Sep 11 21:49:46.519 INFO O| Sep 11 21:49:46.518 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39052024-09-11T21:49:46.882Z[ recovery-image] Sep 11 21:49:46.519 INFO O| Sep 11 21:49:46.519 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39062024-09-11T21:49:46.882Z[ recovery-image] Sep 11 21:49:46.519 INFO O| Sep 11 21:49:46.519 INFO ok!
39072024-09-11T21:49:46.882Z[ recovery-image] Sep 11 21:49:46.519 INFO O| Sep 11 21:49:46.519 INFO STEP 58 (ensure_file) COMPLETE
39082024-09-11T21:49:46.882Z[ recovery-image] Sep 11 21:49:46.519 INFO O| Sep 11 21:49:46.519 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-09-11T21:49:46.906Z[ recovery-image] Sep 11 21:49:46.536 INFO O| Sep 11 21:49:46.536 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39102024-09-11T21:49:46.906Z[ recovery-image] Sep 11 21:49:46.536 INFO O| Sep 11 21:49:46.536 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39112024-09-11T21:49:46.906Z[ recovery-image] Sep 11 21:49:46.537 INFO O| Sep 11 21:49:46.536 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39122024-09-11T21:49:46.906Z[ recovery-image] Sep 11 21:49:46.537 INFO O| Sep 11 21:49:46.537 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39132024-09-11T21:49:46.907Z[ recovery-image] Sep 11 21:49:46.537 INFO O| Sep 11 21:49:46.537 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39142024-09-11T21:49:46.907Z[ recovery-image] Sep 11 21:49:46.537 INFO O| Sep 11 21:49:46.537 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39152024-09-11T21:49:46.907Z[ recovery-image] Sep 11 21:49:46.537 INFO O| Sep 11 21:49:46.537 INFO ok!
39162024-09-11T21:49:46.907Z[ recovery-image] Sep 11 21:49:46.537 INFO O| Sep 11 21:49:46.537 INFO STEP 59 (ensure_file) COMPLETE
39172024-09-11T21:49:46.907Z[ recovery-image] Sep 11 21:49:46.537 INFO O| Sep 11 21:49:46.537 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39182024-09-11T21:49:46.932Z[ recovery-image] Sep 11 21:49:46.552 INFO O| Sep 11 21:49:46.552 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39192024-09-11T21:49:46.932Z[ recovery-image] Sep 11 21:49:46.552 INFO O| Sep 11 21:49:46.552 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39202024-09-11T21:49:46.932Z[ recovery-image] Sep 11 21:49:46.552 INFO O| Sep 11 21:49:46.552 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39212024-09-11T21:49:46.932Z[ recovery-image] Sep 11 21:49:46.552 INFO O| Sep 11 21:49:46.552 INFO ok!
39222024-09-11T21:49:46.932Z[ recovery-image] Sep 11 21:49:46.552 INFO O| Sep 11 21:49:46.552 INFO STEP 60 (ensure_file) COMPLETE
39232024-09-11T21:49:46.933Z[ recovery-image] Sep 11 21:49:46.552 INFO O| Sep 11 21:49:46.552 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39242024-09-11T21:49:46.933Z[ recovery-image] Sep 11 21:49:46.568 INFO O| Sep 11 21:49:46.568 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39252024-09-11T21:49:46.933Z[ recovery-image] Sep 11 21:49:46.568 INFO O| Sep 11 21:49:46.568 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39262024-09-11T21:49:46.933Z[ recovery-image] Sep 11 21:49:46.568 INFO O| Sep 11 21:49:46.568 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39272024-09-11T21:49:46.933Z[ recovery-image] Sep 11 21:49:46.568 INFO O| Sep 11 21:49:46.568 INFO ok!
39282024-09-11T21:49:46.933Z[ recovery-image] Sep 11 21:49:46.568 INFO O| Sep 11 21:49:46.568 INFO STEP 61 (ensure_file) COMPLETE
39292024-09-11T21:49:46.933Z[ recovery-image] Sep 11 21:49:46.568 INFO O| Sep 11 21:49:46.568 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39302024-09-11T21:49:46.958Z[ recovery-image] Sep 11 21:49:46.589 INFO O| Sep 11 21:49:46.589 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39312024-09-11T21:49:46.958Z[ recovery-image] Sep 11 21:49:46.589 INFO O| Sep 11 21:49:46.589 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39322024-09-11T21:49:46.958Z[ recovery-image] Sep 11 21:49:46.589 INFO O| Sep 11 21:49:46.589 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39332024-09-11T21:49:46.958Z[ recovery-image] Sep 11 21:49:46.589 INFO O| Sep 11 21:49:46.589 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39342024-09-11T21:49:46.958Z[ recovery-image] Sep 11 21:49:46.589 INFO O| Sep 11 21:49:46.589 INFO ok!
39352024-09-11T21:49:46.958Z[ recovery-image] Sep 11 21:49:46.590 INFO O| Sep 11 21:49:46.589 INFO STEP 62 (ensure_file) COMPLETE
39362024-09-11T21:49:46.958Z[ recovery-image] Sep 11 21:49:46.590 INFO O| Sep 11 21:49:46.590 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-09-11T21:49:46.983Z[ recovery-image] Sep 11 21:49:46.605 INFO O| Sep 11 21:49:46.604 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39382024-09-11T21:49:46.983Z[ recovery-image] Sep 11 21:49:46.605 INFO O| Sep 11 21:49:46.604 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39392024-09-11T21:49:46.983Z[ recovery-image] Sep 11 21:49:46.605 INFO O| Sep 11 21:49:46.605 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39402024-09-11T21:49:46.984Z[ recovery-image] Sep 11 21:49:46.605 INFO O| Sep 11 21:49:46.605 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39412024-09-11T21:49:46.984Z[ recovery-image] Sep 11 21:49:46.605 INFO O| Sep 11 21:49:46.605 INFO ok!
39422024-09-11T21:49:46.984Z[ recovery-image] Sep 11 21:49:46.605 INFO O| Sep 11 21:49:46.605 INFO STEP 63 (ensure_file) COMPLETE
39432024-09-11T21:49:46.984Z[ recovery-image] Sep 11 21:49:46.605 INFO O| Sep 11 21:49:46.605 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-09-11T21:49:46.984Z[ recovery-image] Sep 11 21:49:46.620 INFO O| Sep 11 21:49:46.620 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39452024-09-11T21:49:46.984Z[ recovery-image] Sep 11 21:49:46.620 INFO O| Sep 11 21:49:46.620 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39462024-09-11T21:49:46.984Z[ recovery-image] Sep 11 21:49:46.621 INFO O| Sep 11 21:49:46.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39472024-09-11T21:49:46.984Z[ recovery-image] Sep 11 21:49:46.621 INFO O| Sep 11 21:49:46.621 INFO ok!
39482024-09-11T21:49:46.984Z[ recovery-image] Sep 11 21:49:46.621 INFO O| Sep 11 21:49:46.621 INFO STEP 64 (assemble_files) COMPLETE
39492024-09-11T21:49:46.984Z[ recovery-image] Sep 11 21:49:46.621 INFO O| Sep 11 21:49:46.621 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39502024-09-11T21:49:47.009Z[ recovery-image] Sep 11 21:49:46.636 INFO O| Sep 11 21:49:46.636 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39512024-09-11T21:49:47.009Z[ recovery-image] Sep 11 21:49:46.636 INFO O| Sep 11 21:49:46.636 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39522024-09-11T21:49:47.009Z[ recovery-image] Sep 11 21:49:46.636 INFO O| Sep 11 21:49:46.636 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39532024-09-11T21:49:47.009Z[ recovery-image] Sep 11 21:49:46.636 INFO O| Sep 11 21:49:46.636 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39542024-09-11T21:49:47.009Z[ recovery-image] Sep 11 21:49:46.636 INFO O| Sep 11 21:49:46.636 INFO ok!
39552024-09-11T21:49:47.009Z[ recovery-image] Sep 11 21:49:46.636 INFO O| Sep 11 21:49:46.636 INFO STEP 65 (ensure_file) COMPLETE
39562024-09-11T21:49:47.009Z[ recovery-image] Sep 11 21:49:46.636 INFO O| Sep 11 21:49:46.636 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39572024-09-11T21:49:47.009Z[ recovery-image] Sep 11 21:49:46.636 INFO O| Sep 11 21:49:46.636 INFO skip step because feature "omicron1" is not enabled
39582024-09-11T21:49:47.009Z[ recovery-image] Sep 11 21:49:46.636 INFO O| Sep 11 21:49:46.636 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39592024-09-11T21:49:47.009Z[ recovery-image] Sep 11 21:49:46.636 INFO O| Sep 11 21:49:46.636 INFO skip step because feature "omicron1" is not enabled
39602024-09-11T21:49:47.009Z[ recovery-image] Sep 11 21:49:46.636 INFO O| Sep 11 21:49:46.636 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-09-11T21:49:47.009Z[ recovery-image] Sep 11 21:49:46.636 INFO O| Sep 11 21:49:46.636 INFO skip step because feature "omicron1" is not enabled
39622024-09-11T21:49:47.009Z[ recovery-image] Sep 11 21:49:46.636 INFO O| Sep 11 21:49:46.636 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39632024-09-11T21:49:47.034Z[ recovery-image] Sep 11 21:49:46.660 INFO O| Sep 11 21:49:46.660 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39642024-09-11T21:49:47.034Z[ recovery-image] Sep 11 21:49:46.660 INFO O| Sep 11 21:49:46.660 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39652024-09-11T21:49:47.289Z[ host-image] Sep 11 21:49:46.931 INFO O| Sep 11 21:49:46.930 INFO O| Actions: 22213/49262 actions (Installing new actions)
39662024-09-11T21:49:49.459Z[ recovery-image] Sep 11 21:49:49.100 INFO O| Sep 11 21:49:49.100 INFO STEP 69 (pack_tar) COMPLETE
39672024-09-11T21:49:49.459Z[ recovery-image] Sep 11 21:49:49.100 INFO O| Sep 11 21:49:49.100 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39682024-09-11T21:49:49.484Z[ recovery-image] Sep 11 21:49:49.100 INFO O| Sep 11 21:49:49.100 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39692024-09-11T21:49:49.654Z[ recovery-image] Sep 11 21:49:49.295 INFO O| Sep 11 21:49:49.295 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39702024-09-11T21:49:49.722Z[ recovery-image] Sep 11 21:49:49.363 INFO O| Sep 11 21:49:49.363 INFO completed processing gimlet/ramdisk-02-trim
39712024-09-11T21:49:49.746Z[ recovery-image] Sep 11 21:49:49.367 INFO image builder template: ramdisk-03-recovery-trim...
39722024-09-11T21:49:49.746Z[ recovery-image] Sep 11 21:49:49.368 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/.tmpU32EW5/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
39732024-09-11T21:49:49.869Z[ recovery-image] Sep 11 21:49:49.510 INFO O| Sep 11 21:49:49.509 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39742024-09-11T21:49:49.898Z[ recovery-image] Sep 11 21:49:49.518 INFO O| Sep 11 21:49:49.518 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39752024-09-11T21:49:49.937Z[ recovery-image] Sep 11 21:49:49.578 INFO O| Sep 11 21:49:49.578 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39762024-09-11T21:49:49.975Z[ recovery-image] Sep 11 21:49:49.617 INFO O| Sep 11 21:49:49.617 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39772024-09-11T21:49:49.976Z[ recovery-image] Sep 11 21:49:49.617 INFO O| Sep 11 21:49:49.617 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39782024-09-11T21:49:50.000Z[ recovery-image] Sep 11 21:49:49.631 INFO O| Sep 11 21:49:49.630 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39792024-09-11T21:49:50.000Z[ recovery-image] Sep 11 21:49:49.638 INFO O| Sep 11 21:49:49.638 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39802024-09-11T21:49:50.024Z[ recovery-image] Sep 11 21:49:49.647 INFO O| Sep 11 21:49:49.647 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39812024-09-11T21:49:50.247Z[ recovery-image] Sep 11 21:49:49.888 INFO O| Sep 11 21:49:49.888 INFO rolled back to input snapshot; work may begin
39822024-09-11T21:49:50.247Z[ recovery-image] Sep 11 21:49:49.888 INFO O| Sep 11 21:49:49.888 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39832024-09-11T21:49:50.271Z[ recovery-image] Sep 11 21:49:49.897 INFO O| Sep 11 21:49:49.896 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-09-11T21:49:50.271Z[ recovery-image] Sep 11 21:49:49.912 INFO O| Sep 11 21:49:49.912 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39852024-09-11T21:49:50.296Z[ recovery-image] Sep 11 21:49:49.916 INFO O| Sep 11 21:49:49.916 INFO STEP 0 (remove_files) COMPLETE
39862024-09-11T21:49:50.296Z[ recovery-image] Sep 11 21:49:49.916 INFO O| Sep 11 21:49:49.916 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-09-11T21:49:50.296Z[ recovery-image] Sep 11 21:49:49.935 INFO O| Sep 11 21:49:49.935 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39882024-09-11T21:49:50.367Z[ recovery-image] Sep 11 21:49:50.008 INFO O| Sep 11 21:49:50.008 INFO STEP 1 (remove_files) COMPLETE
39892024-09-11T21:49:50.367Z[ recovery-image] Sep 11 21:49:50.008 INFO O| Sep 11 21:49:50.008 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-09-11T21:49:50.403Z[ recovery-image] Sep 11 21:49:50.026 INFO O| Sep 11 21:49:50.026 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39912024-09-11T21:49:50.403Z[ recovery-image] Sep 11 21:49:50.028 INFO O| Sep 11 21:49:50.028 INFO STEP 2 (remove_files) COMPLETE
39922024-09-11T21:49:50.403Z[ recovery-image] Sep 11 21:49:50.028 INFO O| Sep 11 21:49:50.028 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-09-11T21:49:50.427Z[ recovery-image] Sep 11 21:49:50.047 INFO O| Sep 11 21:49:50.047 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39942024-09-11T21:49:50.471Z[ recovery-image] Sep 11 21:49:50.113 INFO O| Sep 11 21:49:50.112 INFO STEP 3 (remove_files) COMPLETE
39952024-09-11T21:49:50.471Z[ recovery-image] Sep 11 21:49:50.113 INFO O| Sep 11 21:49:50.113 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-09-11T21:49:50.500Z[ recovery-image] Sep 11 21:49:50.135 INFO O| Sep 11 21:49:50.134 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39972024-09-11T21:49:50.525Z[ recovery-image] Sep 11 21:49:50.152 INFO O| Sep 11 21:49:50.152 INFO STEP 4 (remove_files) COMPLETE
39982024-09-11T21:49:50.526Z[ recovery-image] Sep 11 21:49:50.152 INFO O| Sep 11 21:49:50.152 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-09-11T21:49:50.550Z[ recovery-image] Sep 11 21:49:50.172 INFO O| Sep 11 21:49:50.171 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40002024-09-11T21:49:50.550Z[ recovery-image] Sep 11 21:49:50.176 INFO O| Sep 11 21:49:50.176 INFO STEP 5 (remove_files) COMPLETE
40012024-09-11T21:49:50.550Z[ recovery-image] Sep 11 21:49:50.176 INFO O| Sep 11 21:49:50.176 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-09-11T21:49:50.574Z[ recovery-image] Sep 11 21:49:50.196 INFO O| Sep 11 21:49:50.196 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40032024-09-11T21:49:50.574Z[ recovery-image] Sep 11 21:49:50.198 INFO O| Sep 11 21:49:50.198 INFO STEP 6 (remove_files) COMPLETE
40042024-09-11T21:49:50.574Z[ recovery-image] Sep 11 21:49:50.198 INFO O| Sep 11 21:49:50.198 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-09-11T21:49:50.574Z[ recovery-image] Sep 11 21:49:50.214 INFO O| Sep 11 21:49:50.213 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40062024-09-11T21:49:50.574Z[ recovery-image] Sep 11 21:49:50.215 INFO O| Sep 11 21:49:50.215 INFO STEP 7 (remove_files) COMPLETE
40072024-09-11T21:49:50.574Z[ recovery-image] Sep 11 21:49:50.215 INFO O| Sep 11 21:49:50.215 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-09-11T21:49:50.598Z[ recovery-image] Sep 11 21:49:50.235 INFO O| Sep 11 21:49:50.235 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40092024-09-11T21:49:50.598Z[ recovery-image] Sep 11 21:49:50.238 INFO O| Sep 11 21:49:50.238 INFO STEP 8 (remove_files) COMPLETE
40102024-09-11T21:49:50.599Z[ recovery-image] Sep 11 21:49:50.238 INFO O| Sep 11 21:49:50.238 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-09-11T21:49:50.623Z[ recovery-image] Sep 11 21:49:50.258 INFO O| Sep 11 21:49:50.258 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40122024-09-11T21:49:50.623Z[ recovery-image] Sep 11 21:49:50.259 INFO O| Sep 11 21:49:50.258 INFO STEP 9 (remove_files) COMPLETE
40132024-09-11T21:49:50.623Z[ recovery-image] Sep 11 21:49:50.259 INFO O| Sep 11 21:49:50.258 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-09-11T21:49:50.647Z[ recovery-image] Sep 11 21:49:50.275 INFO O| Sep 11 21:49:50.275 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40152024-09-11T21:49:50.648Z[ recovery-image] Sep 11 21:49:50.276 INFO O| Sep 11 21:49:50.276 INFO STEP 10 (remove_files) COMPLETE
40162024-09-11T21:49:50.648Z[ recovery-image] Sep 11 21:49:50.276 INFO O| Sep 11 21:49:50.276 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-09-11T21:49:50.672Z[ recovery-image] Sep 11 21:49:50.293 INFO O| Sep 11 21:49:50.293 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40182024-09-11T21:49:50.715Z[ recovery-image] Sep 11 21:49:50.356 INFO O| Sep 11 21:49:50.356 INFO STEP 11 (remove_files) COMPLETE
40192024-09-11T21:49:50.715Z[ recovery-image] Sep 11 21:49:50.356 INFO O| Sep 11 21:49:50.356 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-09-11T21:49:50.739Z[ recovery-image] Sep 11 21:49:50.380 INFO O| Sep 11 21:49:50.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40212024-09-11T21:49:50.763Z[ recovery-image] Sep 11 21:49:50.383 INFO O| Sep 11 21:49:50.383 INFO STEP 12 (remove_files) COMPLETE
40222024-09-11T21:49:50.763Z[ recovery-image] Sep 11 21:49:50.383 INFO O| Sep 11 21:49:50.383 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-09-11T21:49:50.763Z[ recovery-image] Sep 11 21:49:50.400 INFO O| Sep 11 21:49:50.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40242024-09-11T21:49:50.764Z[ recovery-image] Sep 11 21:49:50.404 INFO O| Sep 11 21:49:50.404 INFO STEP 13 (remove_files) COMPLETE
40252024-09-11T21:49:50.764Z[ recovery-image] Sep 11 21:49:50.404 INFO O| Sep 11 21:49:50.404 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-09-11T21:49:50.788Z[ recovery-image] Sep 11 21:49:50.421 INFO O| Sep 11 21:49:50.421 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40272024-09-11T21:49:50.788Z[ recovery-image] Sep 11 21:49:50.421 INFO O| Sep 11 21:49:50.421 INFO STEP 14 (remove_files) COMPLETE
40282024-09-11T21:49:50.788Z[ recovery-image] Sep 11 21:49:50.422 INFO O| Sep 11 21:49:50.421 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-09-11T21:49:50.812Z[ recovery-image] Sep 11 21:49:50.442 INFO O| Sep 11 21:49:50.442 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40302024-09-11T21:49:50.812Z[ recovery-image] Sep 11 21:49:50.443 INFO O| Sep 11 21:49:50.443 INFO STEP 15 (remove_files) COMPLETE
40312024-09-11T21:49:50.812Z[ recovery-image] Sep 11 21:49:50.443 INFO O| Sep 11 21:49:50.443 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-09-11T21:49:50.836Z[ recovery-image] Sep 11 21:49:50.463 INFO O| Sep 11 21:49:50.463 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40332024-09-11T21:49:50.836Z[ recovery-image] Sep 11 21:49:50.476 INFO O| Sep 11 21:49:50.476 INFO STEP 16 (remove_files) COMPLETE
40342024-09-11T21:49:50.836Z[ recovery-image] Sep 11 21:49:50.476 INFO O| Sep 11 21:49:50.476 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-09-11T21:49:50.861Z[ recovery-image] Sep 11 21:49:50.494 INFO O| Sep 11 21:49:50.494 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40362024-09-11T21:49:50.861Z[ recovery-image] Sep 11 21:49:50.494 INFO O| Sep 11 21:49:50.494 INFO STEP 17 (remove_files) COMPLETE
40372024-09-11T21:49:50.861Z[ recovery-image] Sep 11 21:49:50.494 INFO O| Sep 11 21:49:50.494 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-09-11T21:49:50.885Z[ recovery-image] Sep 11 21:49:50.510 INFO O| Sep 11 21:49:50.510 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40392024-09-11T21:49:50.885Z[ recovery-image] Sep 11 21:49:50.510 INFO O| Sep 11 21:49:50.510 INFO STEP 18 (remove_files) COMPLETE
40402024-09-11T21:49:50.885Z[ recovery-image] Sep 11 21:49:50.510 INFO O| Sep 11 21:49:50.510 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-09-11T21:49:50.885Z[ recovery-image] Sep 11 21:49:50.526 INFO O| Sep 11 21:49:50.526 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40422024-09-11T21:49:50.951Z[ recovery-image] Sep 11 21:49:50.592 INFO O| Sep 11 21:49:50.592 INFO STEP 19 (remove_files) COMPLETE
40432024-09-11T21:49:50.951Z[ recovery-image] Sep 11 21:49:50.592 INFO O| Sep 11 21:49:50.592 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-09-11T21:49:50.975Z[ recovery-image] Sep 11 21:49:50.612 INFO O| Sep 11 21:49:50.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40452024-09-11T21:49:50.975Z[ recovery-image] Sep 11 21:49:50.613 INFO O| Sep 11 21:49:50.613 INFO STEP 20 (remove_files) COMPLETE
40462024-09-11T21:49:50.975Z[ recovery-image] Sep 11 21:49:50.614 INFO O| Sep 11 21:49:50.613 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-09-11T21:49:51.000Z[ recovery-image] Sep 11 21:49:50.630 INFO O| Sep 11 21:49:50.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40482024-09-11T21:49:51.000Z[ recovery-image] Sep 11 21:49:50.630 INFO O| Sep 11 21:49:50.630 INFO STEP 21 (remove_files) COMPLETE
40492024-09-11T21:49:51.002Z[ recovery-image] Sep 11 21:49:50.630 INFO O| Sep 11 21:49:50.630 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-09-11T21:49:51.026Z[ recovery-image] Sep 11 21:49:50.647 INFO O| Sep 11 21:49:50.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40512024-09-11T21:49:51.026Z[ recovery-image] Sep 11 21:49:50.647 INFO O| Sep 11 21:49:50.647 INFO STEP 22 (remove_files) COMPLETE
40522024-09-11T21:49:51.026Z[ recovery-image] Sep 11 21:49:50.647 INFO O| Sep 11 21:49:50.647 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-09-11T21:49:51.026Z[ recovery-image] Sep 11 21:49:50.663 INFO O| Sep 11 21:49:50.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40542024-09-11T21:49:51.026Z[ recovery-image] Sep 11 21:49:50.664 INFO O| Sep 11 21:49:50.663 INFO STEP 23 (remove_files) COMPLETE
40552024-09-11T21:49:51.026Z[ recovery-image] Sep 11 21:49:50.664 INFO O| Sep 11 21:49:50.664 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-09-11T21:49:51.050Z[ recovery-image] Sep 11 21:49:50.679 INFO O| Sep 11 21:49:50.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40572024-09-11T21:49:51.051Z[ recovery-image] Sep 11 21:49:50.679 INFO O| Sep 11 21:49:50.679 INFO STEP 24 (remove_files) COMPLETE
40582024-09-11T21:49:51.051Z[ recovery-image] Sep 11 21:49:50.679 INFO O| Sep 11 21:49:50.679 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-09-11T21:49:51.075Z[ recovery-image] Sep 11 21:49:50.694 INFO O| Sep 11 21:49:50.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40602024-09-11T21:49:51.075Z[ recovery-image] Sep 11 21:49:50.694 INFO O| Sep 11 21:49:50.694 INFO STEP 25 (remove_files) COMPLETE
40612024-09-11T21:49:51.075Z[ recovery-image] Sep 11 21:49:50.695 INFO O| Sep 11 21:49:50.694 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-09-11T21:49:51.075Z[ recovery-image] Sep 11 21:49:50.710 INFO O| Sep 11 21:49:50.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40632024-09-11T21:49:51.075Z[ recovery-image] Sep 11 21:49:50.710 INFO O| Sep 11 21:49:50.710 INFO STEP 26 (remove_files) COMPLETE
40642024-09-11T21:49:51.075Z[ recovery-image] Sep 11 21:49:50.710 INFO O| Sep 11 21:49:50.710 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-09-11T21:49:51.100Z[ recovery-image] Sep 11 21:49:50.723 INFO O| Sep 11 21:49:50.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40662024-09-11T21:49:51.100Z[ recovery-image] Sep 11 21:49:50.723 INFO O| Sep 11 21:49:50.723 INFO STEP 27 (remove_files) COMPLETE
40672024-09-11T21:49:51.100Z[ recovery-image] Sep 11 21:49:50.723 INFO O| Sep 11 21:49:50.723 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-09-11T21:49:51.100Z[ recovery-image] Sep 11 21:49:50.737 INFO O| Sep 11 21:49:50.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40692024-09-11T21:49:51.100Z[ recovery-image] Sep 11 21:49:50.738 INFO O| Sep 11 21:49:50.738 INFO STEP 28 (remove_files) COMPLETE
40702024-09-11T21:49:51.100Z[ recovery-image] Sep 11 21:49:50.738 INFO O| Sep 11 21:49:50.738 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-09-11T21:49:51.124Z[ recovery-image] Sep 11 21:49:50.752 INFO O| Sep 11 21:49:50.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40722024-09-11T21:49:51.124Z[ recovery-image] Sep 11 21:49:50.752 INFO O| Sep 11 21:49:50.752 INFO STEP 29 (remove_files) COMPLETE
40732024-09-11T21:49:51.124Z[ recovery-image] Sep 11 21:49:50.752 INFO O| Sep 11 21:49:50.752 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-09-11T21:49:51.148Z[ recovery-image] Sep 11 21:49:50.767 INFO O| Sep 11 21:49:50.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40752024-09-11T21:49:51.148Z[ recovery-image] Sep 11 21:49:50.767 INFO O| Sep 11 21:49:50.767 INFO STEP 30 (remove_files) COMPLETE
40762024-09-11T21:49:51.148Z[ recovery-image] Sep 11 21:49:50.767 INFO O| Sep 11 21:49:50.767 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-09-11T21:49:51.148Z[ recovery-image] Sep 11 21:49:50.781 INFO O| Sep 11 21:49:50.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40782024-09-11T21:49:51.148Z[ recovery-image] Sep 11 21:49:50.781 INFO O| Sep 11 21:49:50.781 INFO STEP 31 (remove_files) COMPLETE
40792024-09-11T21:49:51.148Z[ recovery-image] Sep 11 21:49:50.781 INFO O| Sep 11 21:49:50.781 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-09-11T21:49:51.171Z[ recovery-image] Sep 11 21:49:50.795 INFO O| Sep 11 21:49:50.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40812024-09-11T21:49:51.171Z[ recovery-image] Sep 11 21:49:50.795 INFO O| Sep 11 21:49:50.795 INFO STEP 32 (remove_files) COMPLETE
40822024-09-11T21:49:51.171Z[ recovery-image] Sep 11 21:49:50.795 INFO O| Sep 11 21:49:50.795 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-09-11T21:49:51.172Z[ recovery-image] Sep 11 21:49:50.810 INFO O| Sep 11 21:49:50.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40842024-09-11T21:49:51.172Z[ recovery-image] Sep 11 21:49:50.811 INFO O| Sep 11 21:49:50.811 INFO STEP 33 (remove_files) COMPLETE
40852024-09-11T21:49:51.172Z[ recovery-image] Sep 11 21:49:50.811 INFO O| Sep 11 21:49:50.811 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-09-11T21:49:51.196Z[ recovery-image] Sep 11 21:49:50.825 INFO O| Sep 11 21:49:50.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40872024-09-11T21:49:51.196Z[ recovery-image] Sep 11 21:49:50.825 INFO O| Sep 11 21:49:50.825 INFO STEP 34 (remove_files) COMPLETE
40882024-09-11T21:49:51.196Z[ recovery-image] Sep 11 21:49:50.825 INFO O| Sep 11 21:49:50.825 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-09-11T21:49:51.220Z[ recovery-image] Sep 11 21:49:50.839 INFO O| Sep 11 21:49:50.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40902024-09-11T21:49:51.220Z[ recovery-image] Sep 11 21:49:50.839 INFO O| Sep 11 21:49:50.839 INFO STEP 35 (remove_files) COMPLETE
40912024-09-11T21:49:51.220Z[ recovery-image] Sep 11 21:49:50.839 INFO O| Sep 11 21:49:50.839 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-09-11T21:49:51.220Z[ recovery-image] Sep 11 21:49:50.853 INFO O| Sep 11 21:49:50.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40932024-09-11T21:49:51.220Z[ recovery-image] Sep 11 21:49:50.854 INFO O| Sep 11 21:49:50.854 INFO STEP 36 (remove_files) COMPLETE
40942024-09-11T21:49:51.220Z[ recovery-image] Sep 11 21:49:50.854 INFO O| Sep 11 21:49:50.854 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-09-11T21:49:51.244Z[ recovery-image] Sep 11 21:49:50.868 INFO O| Sep 11 21:49:50.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40962024-09-11T21:49:51.244Z[ recovery-image] Sep 11 21:49:50.868 INFO O| Sep 11 21:49:50.868 INFO STEP 37 (remove_files) COMPLETE
40972024-09-11T21:49:51.244Z[ recovery-image] Sep 11 21:49:50.868 INFO O| Sep 11 21:49:50.868 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-09-11T21:49:51.244Z[ recovery-image] Sep 11 21:49:50.883 INFO O| Sep 11 21:49:50.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40992024-09-11T21:49:51.244Z[ recovery-image] Sep 11 21:49:50.884 INFO O| Sep 11 21:49:50.884 INFO STEP 38 (remove_files) COMPLETE
41002024-09-11T21:49:51.244Z[ recovery-image] Sep 11 21:49:50.884 INFO O| Sep 11 21:49:50.884 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-09-11T21:49:51.268Z[ recovery-image] Sep 11 21:49:50.899 INFO O| Sep 11 21:49:50.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41022024-09-11T21:49:51.268Z[ recovery-image] Sep 11 21:49:50.899 INFO O| Sep 11 21:49:50.899 INFO STEP 39 (remove_files) COMPLETE
41032024-09-11T21:49:51.268Z[ recovery-image] Sep 11 21:49:50.899 INFO O| Sep 11 21:49:50.899 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-09-11T21:49:51.295Z[ recovery-image] Sep 11 21:49:50.914 INFO O| Sep 11 21:49:50.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41052024-09-11T21:49:51.295Z[ recovery-image] Sep 11 21:49:50.914 INFO O| Sep 11 21:49:50.914 INFO STEP 40 (remove_files) COMPLETE
41062024-09-11T21:49:51.295Z[ recovery-image] Sep 11 21:49:50.914 INFO O| Sep 11 21:49:50.914 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-09-11T21:49:51.295Z[ recovery-image] Sep 11 21:49:50.928 INFO O| Sep 11 21:49:50.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41082024-09-11T21:49:51.295Z[ recovery-image] Sep 11 21:49:50.928 INFO O| Sep 11 21:49:50.928 INFO STEP 41 (remove_files) COMPLETE
41092024-09-11T21:49:51.295Z[ recovery-image] Sep 11 21:49:50.929 INFO O| Sep 11 21:49:50.928 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-09-11T21:49:51.319Z[ recovery-image] Sep 11 21:49:50.943 INFO O| Sep 11 21:49:50.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41112024-09-11T21:49:51.319Z[ recovery-image] Sep 11 21:49:50.943 INFO O| Sep 11 21:49:50.943 INFO STEP 42 (remove_files) COMPLETE
41122024-09-11T21:49:51.319Z[ recovery-image] Sep 11 21:49:50.944 INFO O| Sep 11 21:49:50.943 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-09-11T21:49:51.345Z[ recovery-image] Sep 11 21:49:50.965 INFO O| Sep 11 21:49:50.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41142024-09-11T21:49:51.345Z[ recovery-image] Sep 11 21:49:50.966 INFO O| Sep 11 21:49:50.965 INFO STEP 43 (remove_files) COMPLETE
41152024-09-11T21:49:51.345Z[ recovery-image] Sep 11 21:49:50.966 INFO O| Sep 11 21:49:50.966 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-09-11T21:49:51.345Z[ recovery-image] Sep 11 21:49:50.982 INFO O| Sep 11 21:49:50.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41172024-09-11T21:49:51.345Z[ recovery-image] Sep 11 21:49:50.982 INFO O| Sep 11 21:49:50.982 INFO STEP 44 (remove_files) COMPLETE
41182024-09-11T21:49:51.346Z[ recovery-image] Sep 11 21:49:50.982 INFO O| Sep 11 21:49:50.982 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-09-11T21:49:51.369Z[ recovery-image] Sep 11 21:49:50.997 INFO O| Sep 11 21:49:50.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41202024-09-11T21:49:51.369Z[ recovery-image] Sep 11 21:49:50.998 INFO O| Sep 11 21:49:50.998 INFO STEP 45 (remove_files) COMPLETE
41212024-09-11T21:49:51.369Z[ recovery-image] Sep 11 21:49:50.998 INFO O| Sep 11 21:49:50.998 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-09-11T21:49:51.394Z[ recovery-image] Sep 11 21:49:51.018 INFO O| Sep 11 21:49:51.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41232024-09-11T21:49:51.395Z[ recovery-image] Sep 11 21:49:51.018 INFO O| Sep 11 21:49:51.018 INFO STEP 46 (remove_files) COMPLETE
41242024-09-11T21:49:51.395Z[ recovery-image] Sep 11 21:49:51.018 INFO O| Sep 11 21:49:51.018 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-09-11T21:49:51.419Z[ recovery-image] Sep 11 21:49:51.040 INFO O| Sep 11 21:49:51.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41262024-09-11T21:49:51.419Z[ recovery-image] Sep 11 21:49:51.040 INFO O| Sep 11 21:49:51.040 INFO STEP 47 (remove_files) COMPLETE
41272024-09-11T21:49:51.419Z[ recovery-image] Sep 11 21:49:51.040 INFO O| Sep 11 21:49:51.040 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-09-11T21:49:51.443Z[ recovery-image] Sep 11 21:49:51.084 INFO O| Sep 11 21:49:51.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41292024-09-11T21:49:51.443Z[ recovery-image] Sep 11 21:49:51.084 INFO O| Sep 11 21:49:51.084 INFO STEP 48 (remove_files) COMPLETE
41302024-09-11T21:49:51.443Z[ recovery-image] Sep 11 21:49:51.084 INFO O| Sep 11 21:49:51.084 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-09-11T21:49:51.467Z[ recovery-image] Sep 11 21:49:51.108 INFO O| Sep 11 21:49:51.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41322024-09-11T21:49:51.467Z[ recovery-image] Sep 11 21:49:51.108 INFO O| Sep 11 21:49:51.108 INFO STEP 49 (remove_files) COMPLETE
41332024-09-11T21:49:51.467Z[ recovery-image] Sep 11 21:49:51.108 INFO O| Sep 11 21:49:51.108 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-09-11T21:49:51.491Z[ recovery-image] Sep 11 21:49:51.130 INFO O| Sep 11 21:49:51.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41352024-09-11T21:49:51.491Z[ recovery-image] Sep 11 21:49:51.130 INFO O| Sep 11 21:49:51.130 INFO STEP 50 (remove_files) COMPLETE
41362024-09-11T21:49:51.491Z[ recovery-image] Sep 11 21:49:51.130 INFO O| Sep 11 21:49:51.130 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-09-11T21:49:51.515Z[ recovery-image] Sep 11 21:49:51.148 INFO O| Sep 11 21:49:51.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41382024-09-11T21:49:51.515Z[ recovery-image] Sep 11 21:49:51.149 INFO O| Sep 11 21:49:51.149 INFO STEP 51 (remove_files) COMPLETE
41392024-09-11T21:49:51.515Z[ recovery-image] Sep 11 21:49:51.149 INFO O| Sep 11 21:49:51.149 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-09-11T21:49:51.539Z[ recovery-image] Sep 11 21:49:51.167 INFO O| Sep 11 21:49:51.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41412024-09-11T21:49:51.539Z[ recovery-image] Sep 11 21:49:51.168 INFO O| Sep 11 21:49:51.168 INFO STEP 52 (remove_files) COMPLETE
41422024-09-11T21:49:51.539Z[ recovery-image] Sep 11 21:49:51.168 INFO O| Sep 11 21:49:51.168 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-09-11T21:49:51.564Z[ recovery-image] Sep 11 21:49:51.187 INFO O| Sep 11 21:49:51.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41442024-09-11T21:49:51.564Z[ recovery-image] Sep 11 21:49:51.187 INFO O| Sep 11 21:49:51.187 INFO STEP 53 (remove_files) COMPLETE
41452024-09-11T21:49:51.564Z[ recovery-image] Sep 11 21:49:51.187 INFO O| Sep 11 21:49:51.187 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-09-11T21:49:51.587Z[ recovery-image] Sep 11 21:49:51.208 INFO O| Sep 11 21:49:51.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41472024-09-11T21:49:51.587Z[ recovery-image] Sep 11 21:49:51.209 INFO O| Sep 11 21:49:51.208 INFO STEP 54 (remove_files) COMPLETE
41482024-09-11T21:49:51.587Z[ recovery-image] Sep 11 21:49:51.209 INFO O| Sep 11 21:49:51.209 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-09-11T21:49:51.611Z[ recovery-image] Sep 11 21:49:51.229 INFO O| Sep 11 21:49:51.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41502024-09-11T21:49:51.612Z[ recovery-image] Sep 11 21:49:51.229 INFO O| Sep 11 21:49:51.229 INFO STEP 55 (remove_files) COMPLETE
41512024-09-11T21:49:51.612Z[ recovery-image] Sep 11 21:49:51.229 INFO O| Sep 11 21:49:51.229 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-09-11T21:49:51.612Z[ recovery-image] Sep 11 21:49:51.250 INFO O| Sep 11 21:49:51.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41532024-09-11T21:49:51.612Z[ recovery-image] Sep 11 21:49:51.250 INFO O| Sep 11 21:49:51.250 INFO STEP 56 (remove_files) COMPLETE
41542024-09-11T21:49:51.612Z[ recovery-image] Sep 11 21:49:51.250 INFO O| Sep 11 21:49:51.250 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-09-11T21:49:51.637Z[ recovery-image] Sep 11 21:49:51.271 INFO O| Sep 11 21:49:51.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41562024-09-11T21:49:51.637Z[ recovery-image] Sep 11 21:49:51.272 INFO O| Sep 11 21:49:51.272 INFO STEP 57 (remove_files) COMPLETE
41572024-09-11T21:49:51.637Z[ recovery-image] Sep 11 21:49:51.272 INFO O| Sep 11 21:49:51.272 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-09-11T21:49:51.662Z[ recovery-image] Sep 11 21:49:51.289 INFO O| Sep 11 21:49:51.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41592024-09-11T21:49:51.662Z[ recovery-image] Sep 11 21:49:51.290 INFO O| Sep 11 21:49:51.290 INFO STEP 58 (remove_files) COMPLETE
41602024-09-11T21:49:51.662Z[ recovery-image] Sep 11 21:49:51.290 INFO O| Sep 11 21:49:51.290 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-09-11T21:49:51.686Z[ recovery-image] Sep 11 21:49:51.307 INFO O| Sep 11 21:49:51.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41622024-09-11T21:49:51.686Z[ recovery-image] Sep 11 21:49:51.307 INFO O| Sep 11 21:49:51.307 INFO STEP 59 (remove_files) COMPLETE
41632024-09-11T21:49:51.686Z[ recovery-image] Sep 11 21:49:51.307 INFO O| Sep 11 21:49:51.307 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-09-11T21:49:51.686Z[ recovery-image] Sep 11 21:49:51.324 INFO O| Sep 11 21:49:51.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41652024-09-11T21:49:51.686Z[ recovery-image] Sep 11 21:49:51.324 INFO O| Sep 11 21:49:51.324 INFO STEP 60 (remove_files) COMPLETE
41662024-09-11T21:49:51.686Z[ recovery-image] Sep 11 21:49:51.324 INFO O| Sep 11 21:49:51.324 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-09-11T21:49:51.712Z[ recovery-image] Sep 11 21:49:51.340 INFO O| Sep 11 21:49:51.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41682024-09-11T21:49:51.712Z[ recovery-image] Sep 11 21:49:51.340 INFO O| Sep 11 21:49:51.340 INFO STEP 61 (remove_files) COMPLETE
41692024-09-11T21:49:51.712Z[ recovery-image] Sep 11 21:49:51.340 INFO O| Sep 11 21:49:51.340 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-09-11T21:49:51.738Z[ recovery-image] Sep 11 21:49:51.362 INFO O| Sep 11 21:49:51.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41712024-09-11T21:49:51.738Z[ recovery-image] Sep 11 21:49:51.362 INFO O| Sep 11 21:49:51.362 INFO STEP 62 (remove_files) COMPLETE
41722024-09-11T21:49:51.738Z[ recovery-image] Sep 11 21:49:51.362 INFO O| Sep 11 21:49:51.362 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-09-11T21:49:51.762Z[ recovery-image] Sep 11 21:49:51.380 INFO O| Sep 11 21:49:51.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41742024-09-11T21:49:51.762Z[ recovery-image] Sep 11 21:49:51.380 INFO O| Sep 11 21:49:51.380 INFO STEP 63 (remove_files) COMPLETE
41752024-09-11T21:49:51.763Z[ recovery-image] Sep 11 21:49:51.380 INFO O| Sep 11 21:49:51.380 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-09-11T21:49:51.763Z[ recovery-image] Sep 11 21:49:51.397 INFO O| Sep 11 21:49:51.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41772024-09-11T21:49:51.763Z[ recovery-image] Sep 11 21:49:51.397 INFO O| Sep 11 21:49:51.397 INFO STEP 64 (remove_files) COMPLETE
41782024-09-11T21:49:51.763Z[ recovery-image] Sep 11 21:49:51.397 INFO O| Sep 11 21:49:51.397 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-09-11T21:49:51.790Z[ recovery-image] Sep 11 21:49:51.414 INFO O| Sep 11 21:49:51.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41802024-09-11T21:49:51.790Z[ recovery-image] Sep 11 21:49:51.414 INFO O| Sep 11 21:49:51.414 INFO STEP 65 (remove_files) COMPLETE
41812024-09-11T21:49:51.790Z[ recovery-image] Sep 11 21:49:51.414 INFO O| Sep 11 21:49:51.414 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-09-11T21:49:51.814Z[ recovery-image] Sep 11 21:49:51.432 INFO O| Sep 11 21:49:51.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41832024-09-11T21:49:51.814Z[ recovery-image] Sep 11 21:49:51.433 INFO O| Sep 11 21:49:51.433 INFO STEP 66 (remove_files) COMPLETE
41842024-09-11T21:49:51.814Z[ recovery-image] Sep 11 21:49:51.433 INFO O| Sep 11 21:49:51.433 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-09-11T21:49:51.814Z[ recovery-image] Sep 11 21:49:51.449 INFO O| Sep 11 21:49:51.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41862024-09-11T21:49:51.814Z[ recovery-image] Sep 11 21:49:51.449 INFO O| Sep 11 21:49:51.449 INFO STEP 67 (remove_files) COMPLETE
41872024-09-11T21:49:51.814Z[ recovery-image] Sep 11 21:49:51.449 INFO O| Sep 11 21:49:51.449 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-09-11T21:49:51.839Z[ recovery-image] Sep 11 21:49:51.470 INFO O| Sep 11 21:49:51.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41892024-09-11T21:49:51.839Z[ recovery-image] Sep 11 21:49:51.470 INFO O| Sep 11 21:49:51.470 INFO STEP 68 (remove_files) COMPLETE
41902024-09-11T21:49:51.839Z[ recovery-image] Sep 11 21:49:51.471 INFO O| Sep 11 21:49:51.470 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-09-11T21:49:51.863Z[ recovery-image] Sep 11 21:49:51.487 INFO O| Sep 11 21:49:51.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41922024-09-11T21:49:51.863Z[ recovery-image] Sep 11 21:49:51.487 INFO O| Sep 11 21:49:51.487 INFO STEP 69 (remove_files) COMPLETE
41932024-09-11T21:49:51.863Z[ recovery-image] Sep 11 21:49:51.487 INFO O| Sep 11 21:49:51.487 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-09-11T21:49:51.888Z[ recovery-image] Sep 11 21:49:51.505 INFO O| Sep 11 21:49:51.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41952024-09-11T21:49:51.888Z[ recovery-image] Sep 11 21:49:51.505 INFO O| Sep 11 21:49:51.505 INFO STEP 70 (remove_files) COMPLETE
41962024-09-11T21:49:51.888Z[ recovery-image] Sep 11 21:49:51.505 INFO O| Sep 11 21:49:51.505 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-09-11T21:49:51.888Z[ recovery-image] Sep 11 21:49:51.524 INFO O| Sep 11 21:49:51.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41982024-09-11T21:49:51.888Z[ recovery-image] Sep 11 21:49:51.524 INFO O| Sep 11 21:49:51.524 INFO STEP 71 (remove_files) COMPLETE
41992024-09-11T21:49:51.888Z[ recovery-image] Sep 11 21:49:51.524 INFO O| Sep 11 21:49:51.524 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-09-11T21:49:51.912Z[ recovery-image] Sep 11 21:49:51.542 INFO O| Sep 11 21:49:51.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42012024-09-11T21:49:51.912Z[ recovery-image] Sep 11 21:49:51.542 INFO O| Sep 11 21:49:51.542 INFO STEP 72 (remove_files) COMPLETE
42022024-09-11T21:49:51.912Z[ recovery-image] Sep 11 21:49:51.542 INFO O| Sep 11 21:49:51.542 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-09-11T21:49:51.936Z[ recovery-image] Sep 11 21:49:51.559 INFO O| Sep 11 21:49:51.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42042024-09-11T21:49:51.936Z[ recovery-image] Sep 11 21:49:51.560 INFO O| Sep 11 21:49:51.560 INFO STEP 73 (remove_files) COMPLETE
42052024-09-11T21:49:51.937Z[ recovery-image] Sep 11 21:49:51.560 INFO O| Sep 11 21:49:51.560 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-09-11T21:49:51.937Z[ recovery-image] Sep 11 21:49:51.577 INFO O| Sep 11 21:49:51.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42072024-09-11T21:49:51.937Z[ recovery-image] Sep 11 21:49:51.577 INFO O| Sep 11 21:49:51.577 INFO STEP 74 (remove_files) COMPLETE
42082024-09-11T21:49:51.937Z[ recovery-image] Sep 11 21:49:51.577 INFO O| Sep 11 21:49:51.577 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-09-11T21:49:51.960Z[ recovery-image] Sep 11 21:49:51.599 INFO O| Sep 11 21:49:51.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42102024-09-11T21:49:51.960Z[ recovery-image] Sep 11 21:49:51.599 INFO O| Sep 11 21:49:51.599 INFO STEP 75 (remove_files) COMPLETE
42112024-09-11T21:49:51.960Z[ recovery-image] Sep 11 21:49:51.599 INFO O| Sep 11 21:49:51.599 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-09-11T21:49:51.984Z[ recovery-image] Sep 11 21:49:51.617 INFO O| Sep 11 21:49:51.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42132024-09-11T21:49:51.984Z[ recovery-image] Sep 11 21:49:51.617 INFO O| Sep 11 21:49:51.617 INFO STEP 76 (remove_files) COMPLETE
42142024-09-11T21:49:51.984Z[ recovery-image] Sep 11 21:49:51.617 INFO O| Sep 11 21:49:51.617 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-09-11T21:49:52.008Z[ recovery-image] Sep 11 21:49:51.641 INFO O| Sep 11 21:49:51.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42162024-09-11T21:49:52.008Z[ recovery-image] Sep 11 21:49:51.641 INFO O| Sep 11 21:49:51.641 INFO STEP 77 (remove_files) COMPLETE
42172024-09-11T21:49:52.008Z[ recovery-image] Sep 11 21:49:51.641 INFO O| Sep 11 21:49:51.641 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-09-11T21:49:52.032Z[ recovery-image] Sep 11 21:49:51.660 INFO O| Sep 11 21:49:51.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42192024-09-11T21:49:52.032Z[ recovery-image] Sep 11 21:49:51.660 INFO O| Sep 11 21:49:51.660 INFO STEP 78 (remove_files) COMPLETE
42202024-09-11T21:49:52.032Z[ recovery-image] Sep 11 21:49:51.660 INFO O| Sep 11 21:49:51.660 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-09-11T21:49:52.056Z[ recovery-image] Sep 11 21:49:51.681 INFO O| Sep 11 21:49:51.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42222024-09-11T21:49:52.056Z[ recovery-image] Sep 11 21:49:51.681 INFO O| Sep 11 21:49:51.681 INFO STEP 79 (remove_files) COMPLETE
42232024-09-11T21:49:52.056Z[ recovery-image] Sep 11 21:49:51.681 INFO O| Sep 11 21:49:51.681 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-09-11T21:49:52.080Z[ recovery-image] Sep 11 21:49:51.699 INFO O| Sep 11 21:49:51.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42252024-09-11T21:49:52.080Z[ recovery-image] Sep 11 21:49:51.699 INFO O| Sep 11 21:49:51.699 INFO STEP 80 (remove_files) COMPLETE
42262024-09-11T21:49:52.080Z[ recovery-image] Sep 11 21:49:51.699 INFO O| Sep 11 21:49:51.699 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-09-11T21:49:52.080Z[ recovery-image] Sep 11 21:49:51.719 INFO O| Sep 11 21:49:51.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42282024-09-11T21:49:52.080Z[ recovery-image] Sep 11 21:49:51.719 INFO O| Sep 11 21:49:51.719 INFO STEP 81 (remove_files) COMPLETE
42292024-09-11T21:49:52.080Z[ recovery-image] Sep 11 21:49:51.719 INFO O| Sep 11 21:49:51.719 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-09-11T21:49:52.104Z[ recovery-image] Sep 11 21:49:51.735 INFO O| Sep 11 21:49:51.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42312024-09-11T21:49:52.104Z[ recovery-image] Sep 11 21:49:51.735 INFO O| Sep 11 21:49:51.735 INFO STEP 82 (remove_files) COMPLETE
42322024-09-11T21:49:52.104Z[ recovery-image] Sep 11 21:49:51.735 INFO O| Sep 11 21:49:51.735 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-09-11T21:49:52.128Z[ recovery-image] Sep 11 21:49:51.749 INFO O| Sep 11 21:49:51.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42342024-09-11T21:49:52.128Z[ recovery-image] Sep 11 21:49:51.749 INFO O| Sep 11 21:49:51.749 INFO STEP 83 (remove_files) COMPLETE
42352024-09-11T21:49:52.128Z[ recovery-image] Sep 11 21:49:51.749 INFO O| Sep 11 21:49:51.749 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-09-11T21:49:52.128Z[ recovery-image] Sep 11 21:49:51.764 INFO O| Sep 11 21:49:51.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42372024-09-11T21:49:52.128Z[ recovery-image] Sep 11 21:49:51.764 INFO O| Sep 11 21:49:51.764 INFO STEP 84 (remove_files) COMPLETE
42382024-09-11T21:49:52.128Z[ recovery-image] Sep 11 21:49:51.764 INFO O| Sep 11 21:49:51.764 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-09-11T21:49:52.152Z[ recovery-image] Sep 11 21:49:51.779 INFO O| Sep 11 21:49:51.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42402024-09-11T21:49:52.152Z[ recovery-image] Sep 11 21:49:51.779 INFO O| Sep 11 21:49:51.779 INFO STEP 85 (remove_files) COMPLETE
42412024-09-11T21:49:52.152Z[ recovery-image] Sep 11 21:49:51.779 INFO O| Sep 11 21:49:51.779 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-09-11T21:49:52.176Z[ recovery-image] Sep 11 21:49:51.795 INFO O| Sep 11 21:49:51.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42432024-09-11T21:49:52.176Z[ recovery-image] Sep 11 21:49:51.796 INFO O| Sep 11 21:49:51.796 INFO STEP 86 (remove_files) COMPLETE
42442024-09-11T21:49:52.176Z[ recovery-image] Sep 11 21:49:51.796 INFO O| Sep 11 21:49:51.796 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-09-11T21:49:52.176Z[ recovery-image] Sep 11 21:49:51.812 INFO O| Sep 11 21:49:51.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42462024-09-11T21:49:52.176Z[ recovery-image] Sep 11 21:49:51.812 INFO O| Sep 11 21:49:51.812 INFO STEP 87 (remove_files) COMPLETE
42472024-09-11T21:49:52.176Z[ recovery-image] Sep 11 21:49:51.812 INFO O| Sep 11 21:49:51.812 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-09-11T21:49:52.201Z[ recovery-image] Sep 11 21:49:51.828 INFO O| Sep 11 21:49:51.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42492024-09-11T21:49:52.201Z[ recovery-image] Sep 11 21:49:51.828 INFO O| Sep 11 21:49:51.828 INFO STEP 88 (remove_files) COMPLETE
42502024-09-11T21:49:52.201Z[ recovery-image] Sep 11 21:49:51.828 INFO O| Sep 11 21:49:51.828 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-09-11T21:49:52.224Z[ recovery-image] Sep 11 21:49:51.844 INFO O| Sep 11 21:49:51.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42522024-09-11T21:49:52.224Z[ recovery-image] Sep 11 21:49:51.844 INFO O| Sep 11 21:49:51.844 INFO STEP 89 (remove_files) COMPLETE
42532024-09-11T21:49:52.224Z[ recovery-image] Sep 11 21:49:51.844 INFO O| Sep 11 21:49:51.844 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-09-11T21:49:52.224Z[ recovery-image] Sep 11 21:49:51.860 INFO O| Sep 11 21:49:51.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42552024-09-11T21:49:52.225Z[ recovery-image] Sep 11 21:49:51.860 INFO O| Sep 11 21:49:51.860 INFO STEP 90 (remove_files) COMPLETE
42562024-09-11T21:49:52.225Z[ recovery-image] Sep 11 21:49:51.860 INFO O| Sep 11 21:49:51.860 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-09-11T21:49:52.248Z[ recovery-image] Sep 11 21:49:51.878 INFO O| Sep 11 21:49:51.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42582024-09-11T21:49:52.249Z[ recovery-image] Sep 11 21:49:51.878 INFO O| Sep 11 21:49:51.878 INFO STEP 91 (remove_files) COMPLETE
42592024-09-11T21:49:52.249Z[ recovery-image] Sep 11 21:49:51.878 INFO O| Sep 11 21:49:51.878 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-09-11T21:49:52.273Z[ recovery-image] Sep 11 21:49:51.895 INFO O| Sep 11 21:49:51.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42612024-09-11T21:49:52.273Z[ recovery-image] Sep 11 21:49:51.895 INFO O| Sep 11 21:49:51.895 INFO STEP 92 (remove_files) COMPLETE
42622024-09-11T21:49:52.273Z[ recovery-image] Sep 11 21:49:51.895 INFO O| Sep 11 21:49:51.895 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-09-11T21:49:52.273Z[ recovery-image] Sep 11 21:49:51.912 INFO O| Sep 11 21:49:51.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42642024-09-11T21:49:52.273Z[ recovery-image] Sep 11 21:49:51.912 INFO O| Sep 11 21:49:51.912 INFO STEP 93 (remove_files) COMPLETE
42652024-09-11T21:49:52.273Z[ recovery-image] Sep 11 21:49:51.912 INFO O| Sep 11 21:49:51.912 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-09-11T21:49:52.297Z[ recovery-image] Sep 11 21:49:51.929 INFO O| Sep 11 21:49:51.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42672024-09-11T21:49:52.297Z[ recovery-image] Sep 11 21:49:51.930 INFO O| Sep 11 21:49:51.929 INFO STEP 94 (remove_files) COMPLETE
42682024-09-11T21:49:52.297Z[ recovery-image] Sep 11 21:49:51.930 INFO O| Sep 11 21:49:51.930 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-09-11T21:49:52.297Z[ host-image] Sep 11 21:49:51.933 INFO O| Sep 11 21:49:51.933 INFO O| Actions: 48822/49262 actions (Installing new actions)
42702024-09-11T21:49:52.320Z[ recovery-image] Sep 11 21:49:51.947 INFO O| Sep 11 21:49:51.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42712024-09-11T21:49:52.320Z[ recovery-image] Sep 11 21:49:51.947 INFO O| Sep 11 21:49:51.947 INFO STEP 95 (remove_files) COMPLETE
42722024-09-11T21:49:52.320Z[ recovery-image] Sep 11 21:49:51.948 INFO O| Sep 11 21:49:51.947 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-09-11T21:49:52.345Z[ recovery-image] Sep 11 21:49:51.964 INFO O| Sep 11 21:49:51.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42742024-09-11T21:49:52.345Z[ recovery-image] Sep 11 21:49:51.964 INFO O| Sep 11 21:49:51.964 INFO STEP 96 (remove_files) COMPLETE
42752024-09-11T21:49:52.345Z[ recovery-image] Sep 11 21:49:51.964 INFO O| Sep 11 21:49:51.964 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-09-11T21:49:52.345Z[ recovery-image] Sep 11 21:49:51.981 INFO O| Sep 11 21:49:51.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42772024-09-11T21:49:52.345Z[ recovery-image] Sep 11 21:49:51.981 INFO O| Sep 11 21:49:51.981 INFO STEP 97 (remove_files) COMPLETE
42782024-09-11T21:49:52.345Z[ recovery-image] Sep 11 21:49:51.981 INFO O| Sep 11 21:49:51.981 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-09-11T21:49:52.369Z[ recovery-image] Sep 11 21:49:51.997 INFO O| Sep 11 21:49:51.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42802024-09-11T21:49:52.369Z[ recovery-image] Sep 11 21:49:51.997 INFO O| Sep 11 21:49:51.997 INFO STEP 98 (remove_files) COMPLETE
42812024-09-11T21:49:52.369Z[ recovery-image] Sep 11 21:49:51.997 INFO O| Sep 11 21:49:51.997 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-09-11T21:49:52.393Z[ recovery-image] Sep 11 21:49:52.013 INFO O| Sep 11 21:49:52.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42832024-09-11T21:49:52.393Z[ recovery-image] Sep 11 21:49:52.013 INFO O| Sep 11 21:49:52.013 INFO STEP 99 (remove_files) COMPLETE
42842024-09-11T21:49:52.393Z[ recovery-image] Sep 11 21:49:52.013 INFO O| Sep 11 21:49:52.013 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-09-11T21:49:52.393Z[ recovery-image] Sep 11 21:49:52.029 INFO O| Sep 11 21:49:52.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42862024-09-11T21:49:52.393Z[ recovery-image] Sep 11 21:49:52.029 INFO O| Sep 11 21:49:52.029 INFO STEP 100 (remove_files) COMPLETE
42872024-09-11T21:49:52.393Z[ recovery-image] Sep 11 21:49:52.029 INFO O| Sep 11 21:49:52.029 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-09-11T21:49:52.417Z[ recovery-image] Sep 11 21:49:52.045 INFO O| Sep 11 21:49:52.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42892024-09-11T21:49:52.417Z[ recovery-image] Sep 11 21:49:52.046 INFO O| Sep 11 21:49:52.046 INFO STEP 101 (remove_files) COMPLETE
42902024-09-11T21:49:52.417Z[ recovery-image] Sep 11 21:49:52.046 INFO O| Sep 11 21:49:52.046 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-09-11T21:49:52.441Z[ recovery-image] Sep 11 21:49:52.062 INFO O| Sep 11 21:49:52.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42922024-09-11T21:49:52.441Z[ recovery-image] Sep 11 21:49:52.063 INFO O| Sep 11 21:49:52.062 INFO STEP 102 (remove_files) COMPLETE
42932024-09-11T21:49:52.441Z[ recovery-image] Sep 11 21:49:52.063 INFO O| Sep 11 21:49:52.063 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-09-11T21:49:52.441Z[ recovery-image] Sep 11 21:49:52.079 INFO O| Sep 11 21:49:52.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
42952024-09-11T21:49:52.441Z[ recovery-image] Sep 11 21:49:52.079 INFO O| Sep 11 21:49:52.079 INFO STEP 103 (remove_files) COMPLETE
42962024-09-11T21:49:52.441Z[ recovery-image] Sep 11 21:49:52.079 INFO O| Sep 11 21:49:52.079 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-09-11T21:49:52.465Z[ recovery-image] Sep 11 21:49:52.095 INFO O| Sep 11 21:49:52.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42982024-09-11T21:49:52.465Z[ recovery-image] Sep 11 21:49:52.095 INFO O| Sep 11 21:49:52.095 INFO STEP 104 (remove_files) COMPLETE
42992024-09-11T21:49:52.465Z[ recovery-image] Sep 11 21:49:52.095 INFO O| Sep 11 21:49:52.095 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-09-11T21:49:52.490Z[ recovery-image] Sep 11 21:49:52.112 INFO O| Sep 11 21:49:52.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43012024-09-11T21:49:52.490Z[ recovery-image] Sep 11 21:49:52.112 INFO O| Sep 11 21:49:52.112 INFO STEP 105 (remove_files) COMPLETE
43022024-09-11T21:49:52.490Z[ recovery-image] Sep 11 21:49:52.112 INFO O| Sep 11 21:49:52.112 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-09-11T21:49:52.490Z[ recovery-image] Sep 11 21:49:52.128 INFO O| Sep 11 21:49:52.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43042024-09-11T21:49:52.490Z[ recovery-image] Sep 11 21:49:52.128 INFO O| Sep 11 21:49:52.128 INFO STEP 106 (remove_files) COMPLETE
43052024-09-11T21:49:52.490Z[ recovery-image] Sep 11 21:49:52.128 INFO O| Sep 11 21:49:52.128 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-09-11T21:49:52.514Z[ recovery-image] Sep 11 21:49:52.144 INFO O| Sep 11 21:49:52.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43072024-09-11T21:49:52.514Z[ recovery-image] Sep 11 21:49:52.144 INFO O| Sep 11 21:49:52.144 INFO STEP 107 (remove_files) COMPLETE
43082024-09-11T21:49:52.514Z[ recovery-image] Sep 11 21:49:52.144 INFO O| Sep 11 21:49:52.144 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-09-11T21:49:52.539Z[ recovery-image] Sep 11 21:49:52.160 INFO O| Sep 11 21:49:52.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43102024-09-11T21:49:52.539Z[ recovery-image] Sep 11 21:49:52.160 INFO O| Sep 11 21:49:52.160 INFO STEP 108 (remove_files) COMPLETE
43112024-09-11T21:49:52.540Z[ recovery-image] Sep 11 21:49:52.160 INFO O| Sep 11 21:49:52.160 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-09-11T21:49:52.540Z[ recovery-image] Sep 11 21:49:52.175 INFO O| Sep 11 21:49:52.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43132024-09-11T21:49:52.540Z[ recovery-image] Sep 11 21:49:52.175 INFO O| Sep 11 21:49:52.175 INFO STEP 109 (remove_files) COMPLETE
43142024-09-11T21:49:52.540Z[ recovery-image] Sep 11 21:49:52.175 INFO O| Sep 11 21:49:52.175 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-09-11T21:49:52.564Z[ recovery-image] Sep 11 21:49:52.192 INFO O| Sep 11 21:49:52.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43162024-09-11T21:49:52.564Z[ recovery-image] Sep 11 21:49:52.192 INFO O| Sep 11 21:49:52.192 INFO STEP 110 (remove_files) COMPLETE
43172024-09-11T21:49:52.564Z[ recovery-image] Sep 11 21:49:52.192 INFO O| Sep 11 21:49:52.192 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-09-11T21:49:52.589Z[ recovery-image] Sep 11 21:49:52.209 INFO O| Sep 11 21:49:52.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43192024-09-11T21:49:52.589Z[ recovery-image] Sep 11 21:49:52.209 INFO O| Sep 11 21:49:52.209 INFO STEP 111 (remove_files) COMPLETE
43202024-09-11T21:49:52.589Z[ recovery-image] Sep 11 21:49:52.209 INFO O| Sep 11 21:49:52.209 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-09-11T21:49:52.589Z[ recovery-image] Sep 11 21:49:52.225 INFO O| Sep 11 21:49:52.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43222024-09-11T21:49:52.589Z[ recovery-image] Sep 11 21:49:52.225 INFO O| Sep 11 21:49:52.225 INFO STEP 112 (remove_files) COMPLETE
43232024-09-11T21:49:52.589Z[ recovery-image] Sep 11 21:49:52.225 INFO O| Sep 11 21:49:52.225 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-09-11T21:49:52.614Z[ recovery-image] Sep 11 21:49:52.240 INFO O| Sep 11 21:49:52.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43252024-09-11T21:49:52.614Z[ recovery-image] Sep 11 21:49:52.240 INFO O| Sep 11 21:49:52.240 INFO STEP 113 (remove_files) COMPLETE
43262024-09-11T21:49:52.614Z[ recovery-image] Sep 11 21:49:52.240 INFO O| Sep 11 21:49:52.240 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-09-11T21:49:52.638Z[ recovery-image] Sep 11 21:49:52.256 INFO O| Sep 11 21:49:52.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43282024-09-11T21:49:52.638Z[ recovery-image] Sep 11 21:49:52.256 INFO O| Sep 11 21:49:52.256 INFO STEP 114 (remove_files) COMPLETE
43292024-09-11T21:49:52.638Z[ recovery-image] Sep 11 21:49:52.256 INFO O| Sep 11 21:49:52.256 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-09-11T21:49:52.638Z[ recovery-image] Sep 11 21:49:52.275 INFO O| Sep 11 21:49:52.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43312024-09-11T21:49:52.638Z[ recovery-image] Sep 11 21:49:52.275 INFO O| Sep 11 21:49:52.275 INFO STEP 115 (remove_files) COMPLETE
43322024-09-11T21:49:52.638Z[ recovery-image] Sep 11 21:49:52.275 INFO O| Sep 11 21:49:52.275 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-09-11T21:49:52.662Z[ recovery-image] Sep 11 21:49:52.293 INFO O| Sep 11 21:49:52.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43342024-09-11T21:49:52.662Z[ recovery-image] Sep 11 21:49:52.293 INFO O| Sep 11 21:49:52.293 INFO STEP 116 (remove_files) COMPLETE
43352024-09-11T21:49:52.662Z[ recovery-image] Sep 11 21:49:52.293 INFO O| Sep 11 21:49:52.293 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-09-11T21:49:52.686Z[ recovery-image] Sep 11 21:49:52.311 INFO O| Sep 11 21:49:52.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43372024-09-11T21:49:52.686Z[ recovery-image] Sep 11 21:49:52.311 INFO O| Sep 11 21:49:52.311 INFO STEP 117 (remove_files) COMPLETE
43382024-09-11T21:49:52.686Z[ recovery-image] Sep 11 21:49:52.311 INFO O| Sep 11 21:49:52.311 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-09-11T21:49:52.710Z[ recovery-image] Sep 11 21:49:52.328 INFO O| Sep 11 21:49:52.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43402024-09-11T21:49:52.710Z[ recovery-image] Sep 11 21:49:52.328 INFO O| Sep 11 21:49:52.328 INFO STEP 118 (remove_files) COMPLETE
43412024-09-11T21:49:52.710Z[ recovery-image] Sep 11 21:49:52.328 INFO O| Sep 11 21:49:52.328 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-09-11T21:49:52.710Z[ recovery-image] Sep 11 21:49:52.349 INFO O| Sep 11 21:49:52.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43432024-09-11T21:49:52.710Z[ recovery-image] Sep 11 21:49:52.349 INFO O| Sep 11 21:49:52.349 INFO STEP 119 (remove_files) COMPLETE
43442024-09-11T21:49:52.710Z[ recovery-image] Sep 11 21:49:52.349 INFO O| Sep 11 21:49:52.349 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-09-11T21:49:52.734Z[ recovery-image] Sep 11 21:49:52.366 INFO O| Sep 11 21:49:52.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43462024-09-11T21:49:52.734Z[ recovery-image] Sep 11 21:49:52.367 INFO O| Sep 11 21:49:52.367 INFO STEP 120 (remove_files) COMPLETE
43472024-09-11T21:49:52.734Z[ recovery-image] Sep 11 21:49:52.367 INFO O| Sep 11 21:49:52.367 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-09-11T21:49:52.758Z[ recovery-image] Sep 11 21:49:52.384 INFO O| Sep 11 21:49:52.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43492024-09-11T21:49:52.758Z[ recovery-image] Sep 11 21:49:52.384 INFO O| Sep 11 21:49:52.384 INFO STEP 121 (remove_files) COMPLETE
43502024-09-11T21:49:52.758Z[ recovery-image] Sep 11 21:49:52.384 INFO O| Sep 11 21:49:52.384 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-09-11T21:49:52.782Z[ recovery-image] Sep 11 21:49:52.401 INFO O| Sep 11 21:49:52.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43522024-09-11T21:49:52.782Z[ recovery-image] Sep 11 21:49:52.401 INFO O| Sep 11 21:49:52.401 INFO STEP 122 (remove_files) COMPLETE
43532024-09-11T21:49:52.782Z[ recovery-image] Sep 11 21:49:52.401 INFO O| Sep 11 21:49:52.401 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-09-11T21:49:52.782Z[ recovery-image] Sep 11 21:49:52.416 INFO O| Sep 11 21:49:52.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43552024-09-11T21:49:52.782Z[ recovery-image] Sep 11 21:49:52.417 INFO O| Sep 11 21:49:52.417 INFO STEP 123 (remove_files) COMPLETE
43562024-09-11T21:49:52.782Z[ recovery-image] Sep 11 21:49:52.417 INFO O| Sep 11 21:49:52.417 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-09-11T21:49:52.806Z[ recovery-image] Sep 11 21:49:52.433 INFO O| Sep 11 21:49:52.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43582024-09-11T21:49:52.806Z[ recovery-image] Sep 11 21:49:52.433 INFO O| Sep 11 21:49:52.433 INFO STEP 124 (remove_files) COMPLETE
43592024-09-11T21:49:52.806Z[ recovery-image] Sep 11 21:49:52.433 INFO O| Sep 11 21:49:52.433 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-09-11T21:49:52.830Z[ recovery-image] Sep 11 21:49:52.448 INFO O| Sep 11 21:49:52.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43612024-09-11T21:49:52.830Z[ recovery-image] Sep 11 21:49:52.448 INFO O| Sep 11 21:49:52.448 INFO STEP 125 (remove_files) COMPLETE
43622024-09-11T21:49:52.830Z[ recovery-image] Sep 11 21:49:52.449 INFO O| Sep 11 21:49:52.448 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-09-11T21:49:52.830Z[ recovery-image] Sep 11 21:49:52.468 INFO O| Sep 11 21:49:52.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43642024-09-11T21:49:52.830Z[ recovery-image] Sep 11 21:49:52.468 INFO O| Sep 11 21:49:52.468 INFO STEP 126 (remove_files) COMPLETE
43652024-09-11T21:49:52.830Z[ recovery-image] Sep 11 21:49:52.468 INFO O| Sep 11 21:49:52.468 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-09-11T21:49:52.879Z[ recovery-image] Sep 11 21:49:52.486 INFO O| Sep 11 21:49:52.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43672024-09-11T21:49:52.879Z[ recovery-image] Sep 11 21:49:52.486 INFO O| Sep 11 21:49:52.486 INFO STEP 127 (remove_files) COMPLETE
43682024-09-11T21:49:52.879Z[ recovery-image] Sep 11 21:49:52.486 INFO O| Sep 11 21:49:52.486 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-09-11T21:49:52.879Z[ recovery-image] Sep 11 21:49:52.503 INFO O| Sep 11 21:49:52.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43702024-09-11T21:49:52.879Z[ recovery-image] Sep 11 21:49:52.503 INFO O| Sep 11 21:49:52.503 INFO STEP 128 (remove_files) COMPLETE
43712024-09-11T21:49:52.879Z[ recovery-image] Sep 11 21:49:52.503 INFO O| Sep 11 21:49:52.503 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-09-11T21:49:52.879Z[ recovery-image] Sep 11 21:49:52.518 INFO O| Sep 11 21:49:52.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43732024-09-11T21:49:52.879Z[ recovery-image] Sep 11 21:49:52.518 INFO O| Sep 11 21:49:52.518 INFO STEP 129 (remove_files) COMPLETE
43742024-09-11T21:49:52.880Z[ recovery-image] Sep 11 21:49:52.518 INFO O| Sep 11 21:49:52.518 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-09-11T21:49:52.903Z[ host-image] Sep 11 21:49:52.530 INFO O| Sep 11 21:49:52.530 INFO O| Actions: Completed 49262 actions in 15.59 seconds.
43762024-09-11T21:49:52.904Z[ recovery-image] Sep 11 21:49:52.535 INFO O| Sep 11 21:49:52.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43772024-09-11T21:49:52.904Z[ recovery-image] Sep 11 21:49:52.535 INFO O| Sep 11 21:49:52.535 INFO STEP 130 (remove_files) COMPLETE
43782024-09-11T21:49:52.904Z[ recovery-image] Sep 11 21:49:52.535 INFO O| Sep 11 21:49:52.535 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-09-11T21:49:52.927Z[ recovery-image] Sep 11 21:49:52.551 INFO O| Sep 11 21:49:52.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43802024-09-11T21:49:52.928Z[ recovery-image] Sep 11 21:49:52.552 INFO O| Sep 11 21:49:52.552 INFO STEP 131 (remove_files) COMPLETE
43812024-09-11T21:49:52.928Z[ recovery-image] Sep 11 21:49:52.552 INFO O| Sep 11 21:49:52.552 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-09-11T21:49:52.928Z[ recovery-image] Sep 11 21:49:52.568 INFO O| Sep 11 21:49:52.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43832024-09-11T21:49:52.928Z[ recovery-image] Sep 11 21:49:52.568 INFO O| Sep 11 21:49:52.568 INFO STEP 132 (remove_files) COMPLETE
43842024-09-11T21:49:52.928Z[ recovery-image] Sep 11 21:49:52.568 INFO O| Sep 11 21:49:52.568 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-09-11T21:49:52.951Z[ recovery-image] Sep 11 21:49:52.588 INFO O| Sep 11 21:49:52.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
43862024-09-11T21:49:52.951Z[ recovery-image] Sep 11 21:49:52.588 INFO O| Sep 11 21:49:52.588 INFO STEP 133 (remove_files) COMPLETE
43872024-09-11T21:49:52.951Z[ recovery-image] Sep 11 21:49:52.588 INFO O| Sep 11 21:49:52.588 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-09-11T21:49:52.975Z[ recovery-image] Sep 11 21:49:52.607 INFO O| Sep 11 21:49:52.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
43892024-09-11T21:49:52.975Z[ recovery-image] Sep 11 21:49:52.607 INFO O| Sep 11 21:49:52.607 INFO STEP 134 (remove_files) COMPLETE
43902024-09-11T21:49:52.975Z[ recovery-image] Sep 11 21:49:52.607 INFO O| Sep 11 21:49:52.607 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-09-11T21:49:52.999Z[ recovery-image] Sep 11 21:49:52.624 INFO O| Sep 11 21:49:52.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
43922024-09-11T21:49:52.999Z[ recovery-image] Sep 11 21:49:52.625 INFO O| Sep 11 21:49:52.625 INFO STEP 135 (remove_files) COMPLETE
43932024-09-11T21:49:52.999Z[ recovery-image] Sep 11 21:49:52.625 INFO O| Sep 11 21:49:52.625 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-09-11T21:49:53.024Z[ recovery-image] Sep 11 21:49:52.642 INFO O| Sep 11 21:49:52.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
43952024-09-11T21:49:53.024Z[ recovery-image] Sep 11 21:49:52.642 INFO O| Sep 11 21:49:52.642 INFO STEP 136 (remove_files) COMPLETE
43962024-09-11T21:49:53.024Z[ recovery-image] Sep 11 21:49:52.642 INFO O| Sep 11 21:49:52.642 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-09-11T21:49:53.024Z[ recovery-image] Sep 11 21:49:52.661 INFO O| Sep 11 21:49:52.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
43982024-09-11T21:49:53.024Z[ recovery-image] Sep 11 21:49:52.661 INFO O| Sep 11 21:49:52.661 INFO STEP 137 (remove_files) COMPLETE
43992024-09-11T21:49:53.024Z[ recovery-image] Sep 11 21:49:52.661 INFO O| Sep 11 21:49:52.661 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-09-11T21:49:53.048Z[ recovery-image] Sep 11 21:49:52.683 INFO O| Sep 11 21:49:52.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44012024-09-11T21:49:53.048Z[ recovery-image] Sep 11 21:49:52.683 INFO O| Sep 11 21:49:52.683 INFO STEP 138 (remove_files) COMPLETE
44022024-09-11T21:49:53.048Z[ recovery-image] Sep 11 21:49:52.683 INFO O| Sep 11 21:49:52.683 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-09-11T21:49:53.072Z[ recovery-image] Sep 11 21:49:52.706 INFO O| Sep 11 21:49:52.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44042024-09-11T21:49:53.072Z[ recovery-image] Sep 11 21:49:52.706 INFO O| Sep 11 21:49:52.706 INFO STEP 139 (remove_files) COMPLETE
44052024-09-11T21:49:53.072Z[ recovery-image] Sep 11 21:49:52.706 INFO O| Sep 11 21:49:52.706 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-09-11T21:49:53.096Z[ recovery-image] Sep 11 21:49:52.731 INFO O| Sep 11 21:49:52.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44072024-09-11T21:49:53.096Z[ recovery-image] Sep 11 21:49:52.732 INFO O| Sep 11 21:49:52.732 INFO STEP 140 (remove_files) COMPLETE
44082024-09-11T21:49:53.096Z[ recovery-image] Sep 11 21:49:52.732 INFO O| Sep 11 21:49:52.732 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-09-11T21:49:53.120Z[ recovery-image] Sep 11 21:49:52.761 INFO O| Sep 11 21:49:52.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44102024-09-11T21:49:53.144Z[ recovery-image] Sep 11 21:49:52.762 INFO O| Sep 11 21:49:52.762 INFO STEP 141 (remove_files) COMPLETE
44112024-09-11T21:49:53.144Z[ recovery-image] Sep 11 21:49:52.762 INFO O| Sep 11 21:49:52.762 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-09-11T21:49:53.169Z[ recovery-image] Sep 11 21:49:52.787 INFO O| Sep 11 21:49:52.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44132024-09-11T21:49:53.169Z[ recovery-image] Sep 11 21:49:52.787 INFO O| Sep 11 21:49:52.787 INFO STEP 142 (remove_files) COMPLETE
44142024-09-11T21:49:53.169Z[ recovery-image] Sep 11 21:49:52.787 INFO O| Sep 11 21:49:52.787 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-09-11T21:49:53.169Z[ host-image] Sep 11 21:49:52.796 INFO O| Sep 11 21:49:52.796 INFO O| Done
44162024-09-11T21:49:53.169Z[ host-image] Sep 11 21:49:52.797 INFO O| Sep 11 21:49:52.796 INFO O| Done
44172024-09-11T21:49:53.193Z[ recovery-image] Sep 11 21:49:52.809 INFO O| Sep 11 21:49:52.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44182024-09-11T21:49:53.193Z[ recovery-image] Sep 11 21:49:52.809 INFO O| Sep 11 21:49:52.809 INFO STEP 143 (remove_files) COMPLETE
44192024-09-11T21:49:53.193Z[ recovery-image] Sep 11 21:49:52.809 INFO O| Sep 11 21:49:52.809 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-09-11T21:49:53.193Z[ recovery-image] Sep 11 21:49:52.832 INFO O| Sep 11 21:49:52.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44212024-09-11T21:49:53.193Z[ recovery-image] Sep 11 21:49:52.832 INFO O| Sep 11 21:49:52.832 INFO STEP 144 (remove_files) COMPLETE
44222024-09-11T21:49:53.193Z[ recovery-image] Sep 11 21:49:52.832 INFO O| Sep 11 21:49:52.832 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-09-11T21:49:53.218Z[ recovery-image] Sep 11 21:49:52.856 INFO O| Sep 11 21:49:52.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44242024-09-11T21:49:53.218Z[ recovery-image] Sep 11 21:49:52.857 INFO O| Sep 11 21:49:52.856 INFO STEP 145 (remove_files) COMPLETE
44252024-09-11T21:49:53.218Z[ recovery-image] Sep 11 21:49:52.857 INFO O| Sep 11 21:49:52.857 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-09-11T21:49:53.242Z[ recovery-image] Sep 11 21:49:52.881 INFO O| Sep 11 21:49:52.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44272024-09-11T21:49:53.242Z[ recovery-image] Sep 11 21:49:52.881 INFO O| Sep 11 21:49:52.881 INFO STEP 146 (remove_files) COMPLETE
44282024-09-11T21:49:53.242Z[ recovery-image] Sep 11 21:49:52.881 INFO O| Sep 11 21:49:52.881 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-09-11T21:49:53.266Z[ recovery-image] Sep 11 21:49:52.906 INFO O| Sep 11 21:49:52.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44302024-09-11T21:49:53.266Z[ recovery-image] Sep 11 21:49:52.906 INFO O| Sep 11 21:49:52.906 INFO STEP 147 (remove_files) COMPLETE
44312024-09-11T21:49:53.266Z[ recovery-image] Sep 11 21:49:52.906 INFO O| Sep 11 21:49:52.906 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-09-11T21:49:53.293Z[ recovery-image] Sep 11 21:49:52.927 INFO O| Sep 11 21:49:52.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44332024-09-11T21:49:53.293Z[ recovery-image] Sep 11 21:49:52.927 INFO O| Sep 11 21:49:52.927 INFO STEP 148 (remove_files) COMPLETE
44342024-09-11T21:49:53.293Z[ recovery-image] Sep 11 21:49:52.927 INFO O| Sep 11 21:49:52.927 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-09-11T21:49:53.322Z[ recovery-image] Sep 11 21:49:52.946 INFO O| Sep 11 21:49:52.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44362024-09-11T21:49:53.322Z[ recovery-image] Sep 11 21:49:52.946 INFO O| Sep 11 21:49:52.946 INFO STEP 149 (remove_files) COMPLETE
44372024-09-11T21:49:53.322Z[ recovery-image] Sep 11 21:49:52.946 INFO O| Sep 11 21:49:52.946 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-09-11T21:49:53.348Z[ recovery-image] Sep 11 21:49:52.966 INFO O| Sep 11 21:49:52.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44392024-09-11T21:49:53.348Z[ recovery-image] Sep 11 21:49:52.966 INFO O| Sep 11 21:49:52.966 INFO STEP 150 (remove_files) COMPLETE
44402024-09-11T21:49:53.348Z[ recovery-image] Sep 11 21:49:52.967 INFO O| Sep 11 21:49:52.966 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-09-11T21:49:53.372Z[ recovery-image] Sep 11 21:49:52.993 INFO O| Sep 11 21:49:52.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44422024-09-11T21:49:53.372Z[ recovery-image] Sep 11 21:49:52.993 INFO O| Sep 11 21:49:52.993 INFO STEP 151 (remove_files) COMPLETE
44432024-09-11T21:49:53.372Z[ recovery-image] Sep 11 21:49:52.993 INFO O| Sep 11 21:49:52.993 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-09-11T21:49:53.398Z[ recovery-image] Sep 11 21:49:53.014 INFO O| Sep 11 21:49:53.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44452024-09-11T21:49:53.398Z[ recovery-image] Sep 11 21:49:53.015 INFO O| Sep 11 21:49:53.015 INFO STEP 152 (remove_files) COMPLETE
44462024-09-11T21:49:53.398Z[ recovery-image] Sep 11 21:49:53.015 INFO O| Sep 11 21:49:53.015 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-09-11T21:49:53.398Z[ recovery-image] Sep 11 21:49:53.034 INFO O| Sep 11 21:49:53.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44482024-09-11T21:49:53.398Z[ recovery-image] Sep 11 21:49:53.035 INFO O| Sep 11 21:49:53.035 INFO STEP 153 (remove_files) COMPLETE
44492024-09-11T21:49:53.398Z[ recovery-image] Sep 11 21:49:53.035 INFO O| Sep 11 21:49:53.035 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-09-11T21:49:53.422Z[ recovery-image] Sep 11 21:49:53.054 INFO O| Sep 11 21:49:53.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44512024-09-11T21:49:53.422Z[ recovery-image] Sep 11 21:49:53.054 INFO O| Sep 11 21:49:53.054 INFO STEP 154 (remove_files) COMPLETE
44522024-09-11T21:49:53.422Z[ recovery-image] Sep 11 21:49:53.054 INFO O| Sep 11 21:49:53.054 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-09-11T21:49:53.446Z[ recovery-image] Sep 11 21:49:53.079 INFO O| Sep 11 21:49:53.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44542024-09-11T21:49:53.446Z[ recovery-image] Sep 11 21:49:53.079 INFO O| Sep 11 21:49:53.079 INFO STEP 155 (remove_files) COMPLETE
44552024-09-11T21:49:53.446Z[ recovery-image] Sep 11 21:49:53.079 INFO O| Sep 11 21:49:53.079 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-09-11T21:49:53.470Z[ recovery-image] Sep 11 21:49:53.099 INFO O| Sep 11 21:49:53.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44572024-09-11T21:49:53.470Z[ recovery-image] Sep 11 21:49:53.099 INFO O| Sep 11 21:49:53.099 INFO STEP 156 (remove_files) COMPLETE
44582024-09-11T21:49:53.470Z[ recovery-image] Sep 11 21:49:53.099 INFO O| Sep 11 21:49:53.099 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-09-11T21:49:53.495Z[ recovery-image] Sep 11 21:49:53.125 INFO O| Sep 11 21:49:53.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44602024-09-11T21:49:53.495Z[ recovery-image] Sep 11 21:49:53.125 INFO O| Sep 11 21:49:53.125 INFO STEP 157 (remove_files) COMPLETE
44612024-09-11T21:49:53.496Z[ recovery-image] Sep 11 21:49:53.125 INFO O| Sep 11 21:49:53.125 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-09-11T21:49:53.520Z[ recovery-image] Sep 11 21:49:53.147 INFO O| Sep 11 21:49:53.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44632024-09-11T21:49:53.520Z[ recovery-image] Sep 11 21:49:53.147 INFO O| Sep 11 21:49:53.147 INFO STEP 158 (remove_files) COMPLETE
44642024-09-11T21:49:53.520Z[ recovery-image] Sep 11 21:49:53.147 INFO O| Sep 11 21:49:53.147 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-09-11T21:49:53.544Z[ recovery-image] Sep 11 21:49:53.166 INFO O| Sep 11 21:49:53.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44662024-09-11T21:49:53.544Z[ recovery-image] Sep 11 21:49:53.166 INFO O| Sep 11 21:49:53.166 INFO STEP 159 (remove_files) COMPLETE
44672024-09-11T21:49:53.544Z[ recovery-image] Sep 11 21:49:53.166 INFO O| Sep 11 21:49:53.166 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-09-11T21:49:53.568Z[ recovery-image] Sep 11 21:49:53.188 INFO O| Sep 11 21:49:53.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44692024-09-11T21:49:53.568Z[ recovery-image] Sep 11 21:49:53.189 INFO O| Sep 11 21:49:53.189 INFO STEP 160 (remove_files) COMPLETE
44702024-09-11T21:49:53.568Z[ recovery-image] Sep 11 21:49:53.189 INFO O| Sep 11 21:49:53.189 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-09-11T21:49:53.592Z[ recovery-image] Sep 11 21:49:53.214 INFO O| Sep 11 21:49:53.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44722024-09-11T21:49:53.592Z[ recovery-image] Sep 11 21:49:53.214 INFO O| Sep 11 21:49:53.214 INFO STEP 161 (remove_files) COMPLETE
44732024-09-11T21:49:53.592Z[ recovery-image] Sep 11 21:49:53.214 INFO O| Sep 11 21:49:53.214 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-09-11T21:49:53.616Z[ recovery-image] Sep 11 21:49:53.236 INFO O| Sep 11 21:49:53.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44752024-09-11T21:49:53.616Z[ recovery-image] Sep 11 21:49:53.236 INFO O| Sep 11 21:49:53.236 INFO STEP 162 (remove_files) COMPLETE
44762024-09-11T21:49:53.616Z[ recovery-image] Sep 11 21:49:53.236 INFO O| Sep 11 21:49:53.236 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-09-11T21:49:53.642Z[ recovery-image] Sep 11 21:49:53.259 INFO O| Sep 11 21:49:53.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44782024-09-11T21:49:53.642Z[ recovery-image] Sep 11 21:49:53.259 INFO O| Sep 11 21:49:53.259 INFO STEP 163 (remove_files) COMPLETE
44792024-09-11T21:49:53.642Z[ recovery-image] Sep 11 21:49:53.259 INFO O| Sep 11 21:49:53.259 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-09-11T21:49:53.642Z[ recovery-image] Sep 11 21:49:53.281 INFO O| Sep 11 21:49:53.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44812024-09-11T21:49:53.667Z[ recovery-image] Sep 11 21:49:53.281 INFO O| Sep 11 21:49:53.281 INFO STEP 164 (remove_files) COMPLETE
44822024-09-11T21:49:53.667Z[ recovery-image] Sep 11 21:49:53.281 INFO O| Sep 11 21:49:53.281 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-09-11T21:49:53.667Z[ recovery-image] Sep 11 21:49:53.305 INFO O| Sep 11 21:49:53.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44842024-09-11T21:49:53.667Z[ recovery-image] Sep 11 21:49:53.305 INFO O| Sep 11 21:49:53.305 INFO STEP 165 (remove_files) COMPLETE
44852024-09-11T21:49:53.667Z[ recovery-image] Sep 11 21:49:53.305 INFO O| Sep 11 21:49:53.305 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-09-11T21:49:53.691Z[ recovery-image] Sep 11 21:49:53.330 INFO O| Sep 11 21:49:53.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44872024-09-11T21:49:53.691Z[ recovery-image] Sep 11 21:49:53.330 INFO O| Sep 11 21:49:53.330 INFO STEP 166 (remove_files) COMPLETE
44882024-09-11T21:49:53.691Z[ recovery-image] Sep 11 21:49:53.330 INFO O| Sep 11 21:49:53.330 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-09-11T21:49:53.716Z[ recovery-image] Sep 11 21:49:53.356 INFO O| Sep 11 21:49:53.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
44902024-09-11T21:49:53.716Z[ recovery-image] Sep 11 21:49:53.357 INFO O| Sep 11 21:49:53.357 INFO STEP 167 (remove_files) COMPLETE
44912024-09-11T21:49:53.739Z[ recovery-image] Sep 11 21:49:53.357 INFO O| Sep 11 21:49:53.357 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-09-11T21:49:53.739Z[ recovery-image] Sep 11 21:49:53.380 INFO O| Sep 11 21:49:53.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
44932024-09-11T21:49:53.739Z[ recovery-image] Sep 11 21:49:53.381 INFO O| Sep 11 21:49:53.381 INFO STEP 168 (remove_files) COMPLETE
44942024-09-11T21:49:53.763Z[ recovery-image] Sep 11 21:49:53.381 INFO O| Sep 11 21:49:53.381 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-09-11T21:49:53.763Z[ recovery-image] Sep 11 21:49:53.398 INFO O| Sep 11 21:49:53.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
44962024-09-11T21:49:53.763Z[ recovery-image] Sep 11 21:49:53.399 INFO O| Sep 11 21:49:53.399 INFO STEP 169 (remove_files) COMPLETE
44972024-09-11T21:49:53.763Z[ recovery-image] Sep 11 21:49:53.399 INFO O| Sep 11 21:49:53.399 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-09-11T21:49:53.788Z[ recovery-image] Sep 11 21:49:53.419 INFO O| Sep 11 21:49:53.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
44992024-09-11T21:49:53.788Z[ recovery-image] Sep 11 21:49:53.419 INFO O| Sep 11 21:49:53.419 INFO STEP 170 (remove_files) COMPLETE
45002024-09-11T21:49:53.788Z[ recovery-image] Sep 11 21:49:53.419 INFO O| Sep 11 21:49:53.419 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-09-11T21:49:53.812Z[ recovery-image] Sep 11 21:49:53.438 INFO O| Sep 11 21:49:53.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45022024-09-11T21:49:53.812Z[ recovery-image] Sep 11 21:49:53.438 INFO O| Sep 11 21:49:53.438 INFO STEP 171 (remove_files) COMPLETE
45032024-09-11T21:49:53.812Z[ recovery-image] Sep 11 21:49:53.438 INFO O| Sep 11 21:49:53.438 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-09-11T21:49:53.812Z[ host-image] Sep 11 21:49:53.452 INFO O| Sep 11 21:49:53.452 INFO O| Done
45052024-09-11T21:49:53.836Z[ recovery-image] Sep 11 21:49:53.461 INFO O| Sep 11 21:49:53.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45062024-09-11T21:49:53.836Z[ recovery-image] Sep 11 21:49:53.461 INFO O| Sep 11 21:49:53.461 INFO STEP 172 (remove_files) COMPLETE
45072024-09-11T21:49:53.836Z[ recovery-image] Sep 11 21:49:53.461 INFO O| Sep 11 21:49:53.461 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-09-11T21:49:53.860Z[ recovery-image] Sep 11 21:49:53.478 INFO O| Sep 11 21:49:53.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45092024-09-11T21:49:53.860Z[ recovery-image] Sep 11 21:49:53.478 INFO O| Sep 11 21:49:53.478 INFO STEP 173 (remove_files) COMPLETE
45102024-09-11T21:49:53.860Z[ recovery-image] Sep 11 21:49:53.478 INFO O| Sep 11 21:49:53.478 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-09-11T21:49:53.860Z[ recovery-image] Sep 11 21:49:53.500 INFO O| Sep 11 21:49:53.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45122024-09-11T21:49:53.860Z[ recovery-image] Sep 11 21:49:53.500 INFO O| Sep 11 21:49:53.500 INFO STEP 174 (remove_files) COMPLETE
45132024-09-11T21:49:53.860Z[ recovery-image] Sep 11 21:49:53.500 INFO O| Sep 11 21:49:53.500 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-09-11T21:49:53.884Z[ recovery-image] Sep 11 21:49:53.521 INFO O| Sep 11 21:49:53.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45152024-09-11T21:49:53.884Z[ recovery-image] Sep 11 21:49:53.521 INFO O| Sep 11 21:49:53.521 INFO STEP 175 (remove_files) COMPLETE
45162024-09-11T21:49:53.884Z[ recovery-image] Sep 11 21:49:53.521 INFO O| Sep 11 21:49:53.521 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-09-11T21:49:53.907Z[ recovery-image] Sep 11 21:49:53.541 INFO O| Sep 11 21:49:53.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45182024-09-11T21:49:53.907Z[ recovery-image] Sep 11 21:49:53.541 INFO O| Sep 11 21:49:53.541 INFO STEP 176 (remove_files) COMPLETE
45192024-09-11T21:49:53.907Z[ recovery-image] Sep 11 21:49:53.541 INFO O| Sep 11 21:49:53.541 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-09-11T21:49:53.933Z[ recovery-image] Sep 11 21:49:53.558 INFO O| Sep 11 21:49:53.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45212024-09-11T21:49:53.933Z[ recovery-image] Sep 11 21:49:53.558 INFO O| Sep 11 21:49:53.558 INFO STEP 177 (remove_files) COMPLETE
45222024-09-11T21:49:53.933Z[ recovery-image] Sep 11 21:49:53.559 INFO O| Sep 11 21:49:53.558 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-09-11T21:49:53.957Z[ recovery-image] Sep 11 21:49:53.574 INFO O| Sep 11 21:49:53.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45242024-09-11T21:49:53.957Z[ recovery-image] Sep 11 21:49:53.574 INFO O| Sep 11 21:49:53.574 INFO STEP 178 (remove_files) COMPLETE
45252024-09-11T21:49:53.957Z[ recovery-image] Sep 11 21:49:53.575 INFO O| Sep 11 21:49:53.574 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-09-11T21:49:53.957Z[ recovery-image] Sep 11 21:49:53.591 INFO O| Sep 11 21:49:53.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45272024-09-11T21:49:53.957Z[ recovery-image] Sep 11 21:49:53.591 INFO O| Sep 11 21:49:53.591 INFO STEP 179 (remove_files) COMPLETE
45282024-09-11T21:49:53.957Z[ recovery-image] Sep 11 21:49:53.591 INFO O| Sep 11 21:49:53.591 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-09-11T21:49:53.981Z[ recovery-image] Sep 11 21:49:53.607 INFO O| Sep 11 21:49:53.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45302024-09-11T21:49:53.981Z[ recovery-image] Sep 11 21:49:53.607 INFO O| Sep 11 21:49:53.607 INFO STEP 180 (remove_files) COMPLETE
45312024-09-11T21:49:53.981Z[ recovery-image] Sep 11 21:49:53.607 INFO O| Sep 11 21:49:53.607 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-09-11T21:49:54.005Z[ recovery-image] Sep 11 21:49:53.623 INFO O| Sep 11 21:49:53.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45332024-09-11T21:49:54.005Z[ recovery-image] Sep 11 21:49:53.624 INFO O| Sep 11 21:49:53.623 INFO STEP 181 (remove_files) COMPLETE
45342024-09-11T21:49:54.005Z[ recovery-image] Sep 11 21:49:53.624 INFO O| Sep 11 21:49:53.624 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-09-11T21:49:54.005Z[ recovery-image] Sep 11 21:49:53.640 INFO O| Sep 11 21:49:53.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45362024-09-11T21:49:54.005Z[ recovery-image] Sep 11 21:49:53.640 INFO O| Sep 11 21:49:53.640 INFO STEP 182 (remove_files) COMPLETE
45372024-09-11T21:49:54.005Z[ recovery-image] Sep 11 21:49:53.641 INFO O| Sep 11 21:49:53.640 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-09-11T21:49:54.028Z[ recovery-image] Sep 11 21:49:53.656 INFO O| Sep 11 21:49:53.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45392024-09-11T21:49:54.028Z[ recovery-image] Sep 11 21:49:53.657 INFO O| Sep 11 21:49:53.657 INFO STEP 183 (remove_files) COMPLETE
45402024-09-11T21:49:54.028Z[ recovery-image] Sep 11 21:49:53.657 INFO O| Sep 11 21:49:53.657 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-09-11T21:49:54.052Z[ recovery-image] Sep 11 21:49:53.672 INFO O| Sep 11 21:49:53.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45422024-09-11T21:49:54.052Z[ recovery-image] Sep 11 21:49:53.672 INFO O| Sep 11 21:49:53.672 INFO STEP 184 (remove_files) COMPLETE
45432024-09-11T21:49:54.052Z[ recovery-image] Sep 11 21:49:53.672 INFO O| Sep 11 21:49:53.672 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-09-11T21:49:54.052Z[ recovery-image] Sep 11 21:49:53.687 INFO O| Sep 11 21:49:53.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45452024-09-11T21:49:54.052Z[ recovery-image] Sep 11 21:49:53.688 INFO O| Sep 11 21:49:53.688 INFO STEP 185 (remove_files) COMPLETE
45462024-09-11T21:49:54.052Z[ recovery-image] Sep 11 21:49:53.688 INFO O| Sep 11 21:49:53.688 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-09-11T21:49:54.076Z[ recovery-image] Sep 11 21:49:53.703 INFO O| Sep 11 21:49:53.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45482024-09-11T21:49:54.076Z[ recovery-image] Sep 11 21:49:53.704 INFO O| Sep 11 21:49:53.704 INFO STEP 186 (remove_files) COMPLETE
45492024-09-11T21:49:54.076Z[ recovery-image] Sep 11 21:49:53.704 INFO O| Sep 11 21:49:53.704 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-09-11T21:49:54.102Z[ recovery-image] Sep 11 21:49:53.719 INFO O| Sep 11 21:49:53.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45512024-09-11T21:49:54.102Z[ recovery-image] Sep 11 21:49:53.719 INFO O| Sep 11 21:49:53.719 INFO STEP 187 (remove_files) COMPLETE
45522024-09-11T21:49:54.102Z[ recovery-image] Sep 11 21:49:53.719 INFO O| Sep 11 21:49:53.719 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-09-11T21:49:54.102Z[ recovery-image] Sep 11 21:49:53.739 INFO O| Sep 11 21:49:53.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45542024-09-11T21:49:54.102Z[ recovery-image] Sep 11 21:49:53.739 INFO O| Sep 11 21:49:53.739 INFO STEP 188 (remove_files) COMPLETE
45552024-09-11T21:49:54.102Z[ recovery-image] Sep 11 21:49:53.739 INFO O| Sep 11 21:49:53.739 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-09-11T21:49:54.125Z[ recovery-image] Sep 11 21:49:53.757 INFO O| Sep 11 21:49:53.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45572024-09-11T21:49:54.126Z[ recovery-image] Sep 11 21:49:53.757 INFO O| Sep 11 21:49:53.757 INFO STEP 189 (remove_files) COMPLETE
45582024-09-11T21:49:54.126Z[ recovery-image] Sep 11 21:49:53.757 INFO O| Sep 11 21:49:53.757 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-09-11T21:49:54.150Z[ recovery-image] Sep 11 21:49:53.776 INFO O| Sep 11 21:49:53.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45602024-09-11T21:49:54.150Z[ recovery-image] Sep 11 21:49:53.776 INFO O| Sep 11 21:49:53.776 INFO STEP 190 (remove_files) COMPLETE
45612024-09-11T21:49:54.150Z[ recovery-image] Sep 11 21:49:53.776 INFO O| Sep 11 21:49:53.776 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-09-11T21:49:54.150Z[ recovery-image] Sep 11 21:49:53.790 INFO O| Sep 11 21:49:53.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45632024-09-11T21:49:54.150Z[ recovery-image] Sep 11 21:49:53.791 INFO O| Sep 11 21:49:53.790 INFO STEP 191 (remove_files) COMPLETE
45642024-09-11T21:49:54.150Z[ recovery-image] Sep 11 21:49:53.791 INFO O| Sep 11 21:49:53.790 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-09-11T21:49:54.174Z[ recovery-image] Sep 11 21:49:53.804 INFO O| Sep 11 21:49:53.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45662024-09-11T21:49:54.174Z[ recovery-image] Sep 11 21:49:53.804 INFO O| Sep 11 21:49:53.804 INFO STEP 192 (remove_files) COMPLETE
45672024-09-11T21:49:54.174Z[ recovery-image] Sep 11 21:49:53.804 INFO O| Sep 11 21:49:53.804 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-09-11T21:49:54.198Z[ recovery-image] Sep 11 21:49:53.828 INFO O| Sep 11 21:49:53.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45692024-09-11T21:49:54.198Z[ recovery-image] Sep 11 21:49:53.828 INFO O| Sep 11 21:49:53.828 INFO STEP 193 (remove_files) COMPLETE
45702024-09-11T21:49:54.198Z[ recovery-image] Sep 11 21:49:53.828 INFO O| Sep 11 21:49:53.828 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-09-11T21:49:54.221Z[ recovery-image] Sep 11 21:49:53.845 INFO O| Sep 11 21:49:53.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45722024-09-11T21:49:54.221Z[ recovery-image] Sep 11 21:49:53.845 INFO O| Sep 11 21:49:53.845 INFO STEP 194 (remove_files) COMPLETE
45732024-09-11T21:49:54.221Z[ recovery-image] Sep 11 21:49:53.845 INFO O| Sep 11 21:49:53.845 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-09-11T21:49:54.221Z[ recovery-image] Sep 11 21:49:53.861 INFO O| Sep 11 21:49:53.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45752024-09-11T21:49:54.221Z[ recovery-image] Sep 11 21:49:53.861 INFO O| Sep 11 21:49:53.861 INFO STEP 195 (remove_files) COMPLETE
45762024-09-11T21:49:54.221Z[ recovery-image] Sep 11 21:49:53.861 INFO O| Sep 11 21:49:53.861 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-09-11T21:49:54.254Z[ recovery-image] Sep 11 21:49:53.877 INFO O| Sep 11 21:49:53.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45782024-09-11T21:49:54.254Z[ recovery-image] Sep 11 21:49:53.877 INFO O| Sep 11 21:49:53.877 INFO STEP 196 (remove_files) COMPLETE
45792024-09-11T21:49:54.254Z[ recovery-image] Sep 11 21:49:53.877 INFO O| Sep 11 21:49:53.877 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-09-11T21:49:54.277Z[ recovery-image] Sep 11 21:49:53.902 INFO O| Sep 11 21:49:53.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45812024-09-11T21:49:54.277Z[ recovery-image] Sep 11 21:49:53.902 INFO O| Sep 11 21:49:53.902 INFO STEP 197 (remove_files) COMPLETE
45822024-09-11T21:49:54.277Z[ recovery-image] Sep 11 21:49:53.902 INFO O| Sep 11 21:49:53.902 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-09-11T21:49:54.301Z[ recovery-image] Sep 11 21:49:53.922 INFO O| Sep 11 21:49:53.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45842024-09-11T21:49:54.301Z[ recovery-image] Sep 11 21:49:53.922 INFO O| Sep 11 21:49:53.922 INFO STEP 198 (remove_files) COMPLETE
45852024-09-11T21:49:54.301Z[ recovery-image] Sep 11 21:49:53.922 INFO O| Sep 11 21:49:53.922 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-09-11T21:49:54.301Z[ recovery-image] Sep 11 21:49:53.940 INFO O| Sep 11 21:49:53.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45872024-09-11T21:49:54.301Z[ recovery-image] Sep 11 21:49:53.940 INFO O| Sep 11 21:49:53.940 INFO STEP 199 (remove_files) COMPLETE
45882024-09-11T21:49:54.301Z[ recovery-image] Sep 11 21:49:53.940 INFO O| Sep 11 21:49:53.940 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-09-11T21:49:54.325Z[ recovery-image] Sep 11 21:49:53.959 INFO O| Sep 11 21:49:53.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
45902024-09-11T21:49:54.325Z[ recovery-image] Sep 11 21:49:53.959 INFO O| Sep 11 21:49:53.959 INFO STEP 200 (remove_files) COMPLETE
45912024-09-11T21:49:54.325Z[ recovery-image] Sep 11 21:49:53.959 INFO O| Sep 11 21:49:53.959 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-09-11T21:49:54.349Z[ recovery-image] Sep 11 21:49:53.975 INFO O| Sep 11 21:49:53.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
45932024-09-11T21:49:54.349Z[ recovery-image] Sep 11 21:49:53.976 INFO O| Sep 11 21:49:53.976 INFO STEP 201 (remove_files) COMPLETE
45942024-09-11T21:49:54.349Z[ recovery-image] Sep 11 21:49:53.976 INFO O| Sep 11 21:49:53.976 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-09-11T21:49:54.373Z[ recovery-image] Sep 11 21:49:53.992 INFO O| Sep 11 21:49:53.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
45962024-09-11T21:49:54.373Z[ recovery-image] Sep 11 21:49:53.993 INFO O| Sep 11 21:49:53.993 INFO STEP 202 (remove_files) COMPLETE
45972024-09-11T21:49:54.373Z[ recovery-image] Sep 11 21:49:53.993 INFO O| Sep 11 21:49:53.993 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-09-11T21:49:54.373Z[ recovery-image] Sep 11 21:49:54.012 INFO O| Sep 11 21:49:54.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
45992024-09-11T21:49:54.373Z[ recovery-image] Sep 11 21:49:54.012 INFO O| Sep 11 21:49:54.012 INFO STEP 203 (remove_files) COMPLETE
46002024-09-11T21:49:54.373Z[ recovery-image] Sep 11 21:49:54.012 INFO O| Sep 11 21:49:54.012 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-09-11T21:49:54.397Z[ recovery-image] Sep 11 21:49:54.029 INFO O| Sep 11 21:49:54.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46022024-09-11T21:49:54.397Z[ recovery-image] Sep 11 21:49:54.029 INFO O| Sep 11 21:49:54.029 INFO STEP 204 (remove_files) COMPLETE
46032024-09-11T21:49:54.397Z[ recovery-image] Sep 11 21:49:54.029 INFO O| Sep 11 21:49:54.029 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-09-11T21:49:54.421Z[ recovery-image] Sep 11 21:49:54.044 INFO O| Sep 11 21:49:54.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46052024-09-11T21:49:54.421Z[ recovery-image] Sep 11 21:49:54.044 INFO O| Sep 11 21:49:54.044 INFO STEP 205 (remove_files) COMPLETE
46062024-09-11T21:49:54.421Z[ recovery-image] Sep 11 21:49:54.044 INFO O| Sep 11 21:49:54.044 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-09-11T21:49:54.421Z[ recovery-image] Sep 11 21:49:54.060 INFO O| Sep 11 21:49:54.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46082024-09-11T21:49:54.421Z[ recovery-image] Sep 11 21:49:54.060 INFO O| Sep 11 21:49:54.060 INFO STEP 206 (remove_files) COMPLETE
46092024-09-11T21:49:54.421Z[ recovery-image] Sep 11 21:49:54.060 INFO O| Sep 11 21:49:54.060 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-09-11T21:49:54.445Z[ recovery-image] Sep 11 21:49:54.076 INFO O| Sep 11 21:49:54.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46112024-09-11T21:49:54.445Z[ recovery-image] Sep 11 21:49:54.076 INFO O| Sep 11 21:49:54.076 INFO STEP 207 (remove_files) COMPLETE
46122024-09-11T21:49:54.445Z[ recovery-image] Sep 11 21:49:54.076 INFO O| Sep 11 21:49:54.076 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-09-11T21:49:54.469Z[ recovery-image] Sep 11 21:49:54.096 INFO O| Sep 11 21:49:54.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46142024-09-11T21:49:54.469Z[ recovery-image] Sep 11 21:49:54.097 INFO O| Sep 11 21:49:54.096 INFO STEP 208 (remove_files) COMPLETE
46152024-09-11T21:49:54.469Z[ recovery-image] Sep 11 21:49:54.097 INFO O| Sep 11 21:49:54.097 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-09-11T21:49:54.493Z[ recovery-image] Sep 11 21:49:54.112 INFO O| Sep 11 21:49:54.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46172024-09-11T21:49:54.493Z[ recovery-image] Sep 11 21:49:54.113 INFO O| Sep 11 21:49:54.113 INFO STEP 209 (remove_files) COMPLETE
46182024-09-11T21:49:54.494Z[ recovery-image] Sep 11 21:49:54.113 INFO O| Sep 11 21:49:54.113 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-09-11T21:49:54.494Z[ recovery-image] Sep 11 21:49:54.128 INFO O| Sep 11 21:49:54.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46202024-09-11T21:49:54.494Z[ recovery-image] Sep 11 21:49:54.128 INFO O| Sep 11 21:49:54.128 INFO STEP 210 (remove_files) COMPLETE
46212024-09-11T21:49:54.494Z[ recovery-image] Sep 11 21:49:54.128 INFO O| Sep 11 21:49:54.128 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-09-11T21:49:54.517Z[ recovery-image] Sep 11 21:49:54.146 INFO O| Sep 11 21:49:54.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46232024-09-11T21:49:54.518Z[ recovery-image] Sep 11 21:49:54.146 INFO O| Sep 11 21:49:54.146 INFO STEP 211 (remove_files) COMPLETE
46242024-09-11T21:49:54.518Z[ recovery-image] Sep 11 21:49:54.146 INFO O| Sep 11 21:49:54.146 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-09-11T21:49:54.542Z[ recovery-image] Sep 11 21:49:54.160 INFO O| Sep 11 21:49:54.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46262024-09-11T21:49:54.542Z[ recovery-image] Sep 11 21:49:54.160 INFO O| Sep 11 21:49:54.160 INFO STEP 212 (remove_files) COMPLETE
46272024-09-11T21:49:54.542Z[ recovery-image] Sep 11 21:49:54.160 INFO O| Sep 11 21:49:54.160 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-09-11T21:49:54.542Z[ recovery-image] Sep 11 21:49:54.173 INFO O| Sep 11 21:49:54.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46292024-09-11T21:49:54.542Z[ recovery-image] Sep 11 21:49:54.173 INFO O| Sep 11 21:49:54.173 INFO STEP 213 (remove_files) COMPLETE
46302024-09-11T21:49:54.542Z[ recovery-image] Sep 11 21:49:54.173 INFO O| Sep 11 21:49:54.173 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-09-11T21:49:54.566Z[ recovery-image] Sep 11 21:49:54.187 INFO O| Sep 11 21:49:54.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46322024-09-11T21:49:54.566Z[ recovery-image] Sep 11 21:49:54.187 INFO O| Sep 11 21:49:54.187 INFO STEP 214 (remove_files) COMPLETE
46332024-09-11T21:49:54.566Z[ recovery-image] Sep 11 21:49:54.187 INFO O| Sep 11 21:49:54.187 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-09-11T21:49:54.566Z[ recovery-image] Sep 11 21:49:54.201 INFO O| Sep 11 21:49:54.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46352024-09-11T21:49:54.566Z[ recovery-image] Sep 11 21:49:54.202 INFO O| Sep 11 21:49:54.202 INFO STEP 215 (remove_files) COMPLETE
46362024-09-11T21:49:54.566Z[ recovery-image] Sep 11 21:49:54.202 INFO O| Sep 11 21:49:54.202 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-09-11T21:49:54.590Z[ recovery-image] Sep 11 21:49:54.216 INFO O| Sep 11 21:49:54.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46382024-09-11T21:49:54.590Z[ recovery-image] Sep 11 21:49:54.216 INFO O| Sep 11 21:49:54.216 INFO STEP 216 (remove_files) COMPLETE
46392024-09-11T21:49:54.590Z[ recovery-image] Sep 11 21:49:54.216 INFO O| Sep 11 21:49:54.216 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-09-11T21:49:54.616Z[ recovery-image] Sep 11 21:49:54.233 INFO O| Sep 11 21:49:54.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46412024-09-11T21:49:54.616Z[ recovery-image] Sep 11 21:49:54.233 INFO O| Sep 11 21:49:54.233 INFO STEP 217 (remove_files) COMPLETE
46422024-09-11T21:49:54.616Z[ recovery-image] Sep 11 21:49:54.233 INFO O| Sep 11 21:49:54.233 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-09-11T21:49:54.616Z[ recovery-image] Sep 11 21:49:54.250 INFO O| Sep 11 21:49:54.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46442024-09-11T21:49:54.616Z[ recovery-image] Sep 11 21:49:54.250 INFO O| Sep 11 21:49:54.250 INFO STEP 218 (remove_files) COMPLETE
46452024-09-11T21:49:54.616Z[ recovery-image] Sep 11 21:49:54.250 INFO O| Sep 11 21:49:54.250 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-09-11T21:49:54.641Z[ recovery-image] Sep 11 21:49:54.266 INFO O| Sep 11 21:49:54.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46472024-09-11T21:49:54.641Z[ recovery-image] Sep 11 21:49:54.266 INFO O| Sep 11 21:49:54.266 INFO STEP 219 (remove_files) COMPLETE
46482024-09-11T21:49:54.641Z[ recovery-image] Sep 11 21:49:54.266 INFO O| Sep 11 21:49:54.266 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-09-11T21:49:54.641Z[ recovery-image] Sep 11 21:49:54.282 INFO O| Sep 11 21:49:54.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46502024-09-11T21:49:54.641Z[ recovery-image] Sep 11 21:49:54.282 INFO O| Sep 11 21:49:54.282 INFO STEP 220 (remove_files) COMPLETE
46512024-09-11T21:49:54.641Z[ recovery-image] Sep 11 21:49:54.282 INFO O| Sep 11 21:49:54.282 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-09-11T21:49:54.665Z[ recovery-image] Sep 11 21:49:54.297 INFO O| Sep 11 21:49:54.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46532024-09-11T21:49:54.665Z[ recovery-image] Sep 11 21:49:54.297 INFO O| Sep 11 21:49:54.297 INFO STEP 221 (remove_files) COMPLETE
46542024-09-11T21:49:54.665Z[ recovery-image] Sep 11 21:49:54.297 INFO O| Sep 11 21:49:54.297 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-09-11T21:49:54.689Z[ recovery-image] Sep 11 21:49:54.312 INFO O| Sep 11 21:49:54.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46562024-09-11T21:49:54.689Z[ recovery-image] Sep 11 21:49:54.312 INFO O| Sep 11 21:49:54.312 INFO STEP 222 (remove_files) COMPLETE
46572024-09-11T21:49:54.689Z[ recovery-image] Sep 11 21:49:54.312 INFO O| Sep 11 21:49:54.312 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-09-11T21:49:54.689Z[ recovery-image] Sep 11 21:49:54.329 INFO O| Sep 11 21:49:54.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46592024-09-11T21:49:54.689Z[ recovery-image] Sep 11 21:49:54.329 INFO O| Sep 11 21:49:54.329 INFO STEP 223 (remove_files) COMPLETE
46602024-09-11T21:49:54.689Z[ recovery-image] Sep 11 21:49:54.329 INFO O| Sep 11 21:49:54.329 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-09-11T21:49:54.713Z[ recovery-image] Sep 11 21:49:54.347 INFO O| Sep 11 21:49:54.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46622024-09-11T21:49:54.713Z[ recovery-image] Sep 11 21:49:54.348 INFO O| Sep 11 21:49:54.348 INFO STEP 224 (remove_files) COMPLETE
46632024-09-11T21:49:54.713Z[ recovery-image] Sep 11 21:49:54.348 INFO O| Sep 11 21:49:54.348 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-09-11T21:49:54.736Z[ recovery-image] Sep 11 21:49:54.368 INFO O| Sep 11 21:49:54.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46652024-09-11T21:49:54.737Z[ recovery-image] Sep 11 21:49:54.368 INFO O| Sep 11 21:49:54.368 INFO STEP 225 (remove_files) COMPLETE
46662024-09-11T21:49:54.737Z[ recovery-image] Sep 11 21:49:54.368 INFO O| Sep 11 21:49:54.368 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-09-11T21:49:54.761Z[ recovery-image] Sep 11 21:49:54.387 INFO O| Sep 11 21:49:54.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46682024-09-11T21:49:54.761Z[ recovery-image] Sep 11 21:49:54.387 INFO O| Sep 11 21:49:54.387 INFO STEP 226 (remove_files) COMPLETE
46692024-09-11T21:49:54.761Z[ recovery-image] Sep 11 21:49:54.388 INFO O| Sep 11 21:49:54.387 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-09-11T21:49:54.785Z[ recovery-image] Sep 11 21:49:54.405 INFO O| Sep 11 21:49:54.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46712024-09-11T21:49:54.785Z[ recovery-image] Sep 11 21:49:54.405 INFO O| Sep 11 21:49:54.405 INFO STEP 227 (remove_files) COMPLETE
46722024-09-11T21:49:54.785Z[ recovery-image] Sep 11 21:49:54.405 INFO O| Sep 11 21:49:54.405 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-09-11T21:49:54.785Z[ recovery-image] Sep 11 21:49:54.421 INFO O| Sep 11 21:49:54.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46742024-09-11T21:49:54.785Z[ recovery-image] Sep 11 21:49:54.421 INFO O| Sep 11 21:49:54.421 INFO STEP 228 (remove_files) COMPLETE
46752024-09-11T21:49:54.785Z[ recovery-image] Sep 11 21:49:54.421 INFO O| Sep 11 21:49:54.421 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-09-11T21:49:54.809Z[ recovery-image] Sep 11 21:49:54.437 INFO O| Sep 11 21:49:54.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46772024-09-11T21:49:54.809Z[ recovery-image] Sep 11 21:49:54.437 INFO O| Sep 11 21:49:54.437 INFO STEP 229 (remove_files) COMPLETE
46782024-09-11T21:49:54.809Z[ recovery-image] Sep 11 21:49:54.437 INFO O| Sep 11 21:49:54.437 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-09-11T21:49:54.833Z[ recovery-image] Sep 11 21:49:54.452 INFO O| Sep 11 21:49:54.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46802024-09-11T21:49:54.833Z[ recovery-image] Sep 11 21:49:54.452 INFO O| Sep 11 21:49:54.452 INFO STEP 230 (remove_files) COMPLETE
46812024-09-11T21:49:54.833Z[ recovery-image] Sep 11 21:49:54.452 INFO O| Sep 11 21:49:54.452 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-09-11T21:49:54.833Z[ recovery-image] Sep 11 21:49:54.470 INFO O| Sep 11 21:49:54.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46832024-09-11T21:49:54.833Z[ recovery-image] Sep 11 21:49:54.470 INFO O| Sep 11 21:49:54.470 INFO STEP 231 (remove_files) COMPLETE
46842024-09-11T21:49:54.833Z[ recovery-image] Sep 11 21:49:54.470 INFO O| Sep 11 21:49:54.470 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-09-11T21:49:54.857Z[ recovery-image] Sep 11 21:49:54.487 INFO O| Sep 11 21:49:54.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46862024-09-11T21:49:54.857Z[ recovery-image] Sep 11 21:49:54.487 INFO O| Sep 11 21:49:54.487 INFO STEP 232 (remove_files) COMPLETE
46872024-09-11T21:49:54.857Z[ recovery-image] Sep 11 21:49:54.487 INFO O| Sep 11 21:49:54.487 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-09-11T21:49:54.881Z[ recovery-image] Sep 11 21:49:54.503 INFO O| Sep 11 21:49:54.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
46892024-09-11T21:49:54.881Z[ recovery-image] Sep 11 21:49:54.503 INFO O| Sep 11 21:49:54.503 INFO STEP 233 (remove_files) COMPLETE
46902024-09-11T21:49:54.881Z[ recovery-image] Sep 11 21:49:54.503 INFO O| Sep 11 21:49:54.503 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-09-11T21:49:54.881Z[ recovery-image] Sep 11 21:49:54.518 INFO O| Sep 11 21:49:54.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
46922024-09-11T21:49:54.881Z[ recovery-image] Sep 11 21:49:54.518 INFO O| Sep 11 21:49:54.518 INFO STEP 234 (remove_files) COMPLETE
46932024-09-11T21:49:54.881Z[ recovery-image] Sep 11 21:49:54.518 INFO O| Sep 11 21:49:54.518 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-09-11T21:49:54.904Z[ recovery-image] Sep 11 21:49:54.538 INFO O| Sep 11 21:49:54.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
46952024-09-11T21:49:54.904Z[ recovery-image] Sep 11 21:49:54.538 INFO O| Sep 11 21:49:54.538 INFO STEP 235 (remove_files) COMPLETE
46962024-09-11T21:49:54.904Z[ recovery-image] Sep 11 21:49:54.539 INFO O| Sep 11 21:49:54.538 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-09-11T21:49:54.928Z[ recovery-image] Sep 11 21:49:54.556 INFO O| Sep 11 21:49:54.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
46982024-09-11T21:49:54.928Z[ recovery-image] Sep 11 21:49:54.556 INFO O| Sep 11 21:49:54.556 INFO STEP 236 (remove_files) COMPLETE
46992024-09-11T21:49:54.928Z[ recovery-image] Sep 11 21:49:54.556 INFO O| Sep 11 21:49:54.556 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-09-11T21:49:54.952Z[ recovery-image] Sep 11 21:49:54.574 INFO O| Sep 11 21:49:54.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47012024-09-11T21:49:54.952Z[ recovery-image] Sep 11 21:49:54.574 INFO O| Sep 11 21:49:54.574 INFO STEP 237 (remove_files) COMPLETE
47022024-09-11T21:49:54.952Z[ recovery-image] Sep 11 21:49:54.574 INFO O| Sep 11 21:49:54.574 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-09-11T21:49:54.952Z[ recovery-image] Sep 11 21:49:54.588 INFO O| Sep 11 21:49:54.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47042024-09-11T21:49:54.952Z[ recovery-image] Sep 11 21:49:54.588 INFO O| Sep 11 21:49:54.588 INFO STEP 238 (remove_files) COMPLETE
47052024-09-11T21:49:54.952Z[ recovery-image] Sep 11 21:49:54.588 INFO O| Sep 11 21:49:54.588 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-09-11T21:49:54.976Z[ recovery-image] Sep 11 21:49:54.603 INFO O| Sep 11 21:49:54.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47072024-09-11T21:49:54.976Z[ recovery-image] Sep 11 21:49:54.603 INFO O| Sep 11 21:49:54.603 INFO STEP 239 (remove_files) COMPLETE
47082024-09-11T21:49:54.976Z[ recovery-image] Sep 11 21:49:54.603 INFO O| Sep 11 21:49:54.603 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-09-11T21:49:55.001Z[ recovery-image] Sep 11 21:49:54.630 INFO O| Sep 11 21:49:54.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47102024-09-11T21:49:55.001Z[ recovery-image] Sep 11 21:49:54.630 INFO O| Sep 11 21:49:54.630 INFO STEP 240 (remove_files) COMPLETE
47112024-09-11T21:49:55.001Z[ recovery-image] Sep 11 21:49:54.630 INFO O| Sep 11 21:49:54.630 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-09-11T21:49:55.025Z[ recovery-image] Sep 11 21:49:54.647 INFO O| Sep 11 21:49:54.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47132024-09-11T21:49:55.025Z[ recovery-image] Sep 11 21:49:54.648 INFO O| Sep 11 21:49:54.648 INFO STEP 241 (remove_files) COMPLETE
47142024-09-11T21:49:55.025Z[ recovery-image] Sep 11 21:49:54.648 INFO O| Sep 11 21:49:54.648 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-09-11T21:49:55.025Z[ recovery-image] Sep 11 21:49:54.666 INFO O| Sep 11 21:49:54.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47162024-09-11T21:49:55.025Z[ recovery-image] Sep 11 21:49:54.667 INFO O| Sep 11 21:49:54.667 INFO STEP 242 (remove_files) COMPLETE
47172024-09-11T21:49:55.025Z[ recovery-image] Sep 11 21:49:54.667 INFO O| Sep 11 21:49:54.667 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-09-11T21:49:55.050Z[ recovery-image] Sep 11 21:49:54.687 INFO O| Sep 11 21:49:54.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47192024-09-11T21:49:55.050Z[ recovery-image] Sep 11 21:49:54.687 INFO O| Sep 11 21:49:54.687 INFO STEP 243 (remove_files) COMPLETE
47202024-09-11T21:49:55.050Z[ recovery-image] Sep 11 21:49:54.687 INFO O| Sep 11 21:49:54.687 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-09-11T21:49:55.074Z[ recovery-image] Sep 11 21:49:54.704 INFO O| Sep 11 21:49:54.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47222024-09-11T21:49:55.074Z[ recovery-image] Sep 11 21:49:54.704 INFO O| Sep 11 21:49:54.704 INFO STEP 244 (remove_files) COMPLETE
47232024-09-11T21:49:55.074Z[ recovery-image] Sep 11 21:49:54.704 INFO O| Sep 11 21:49:54.704 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-09-11T21:49:55.098Z[ recovery-image] Sep 11 21:49:54.720 INFO O| Sep 11 21:49:54.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47252024-09-11T21:49:55.098Z[ recovery-image] Sep 11 21:49:54.721 INFO O| Sep 11 21:49:54.721 INFO STEP 245 (remove_files) COMPLETE
47262024-09-11T21:49:55.098Z[ recovery-image] Sep 11 21:49:54.721 INFO O| Sep 11 21:49:54.721 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-09-11T21:49:55.122Z[ recovery-image] Sep 11 21:49:54.743 INFO O| Sep 11 21:49:54.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47282024-09-11T21:49:55.122Z[ recovery-image] Sep 11 21:49:54.743 INFO O| Sep 11 21:49:54.743 INFO STEP 246 (remove_files) COMPLETE
47292024-09-11T21:49:55.122Z[ recovery-image] Sep 11 21:49:54.743 INFO O| Sep 11 21:49:54.743 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-09-11T21:49:55.122Z[ recovery-image] Sep 11 21:49:54.762 INFO O| Sep 11 21:49:54.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47312024-09-11T21:49:55.122Z[ recovery-image] Sep 11 21:49:54.762 INFO O| Sep 11 21:49:54.762 INFO STEP 247 (remove_files) COMPLETE
47322024-09-11T21:49:55.122Z[ recovery-image] Sep 11 21:49:54.762 INFO O| Sep 11 21:49:54.762 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-09-11T21:49:55.146Z[ recovery-image] Sep 11 21:49:54.779 INFO O| Sep 11 21:49:54.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47342024-09-11T21:49:55.146Z[ recovery-image] Sep 11 21:49:54.779 INFO O| Sep 11 21:49:54.779 INFO STEP 248 (remove_files) COMPLETE
47352024-09-11T21:49:55.146Z[ recovery-image] Sep 11 21:49:54.779 INFO O| Sep 11 21:49:54.779 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-09-11T21:49:55.170Z[ recovery-image] Sep 11 21:49:54.796 INFO O| Sep 11 21:49:54.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47372024-09-11T21:49:55.170Z[ recovery-image] Sep 11 21:49:54.796 INFO O| Sep 11 21:49:54.796 INFO STEP 249 (remove_files) COMPLETE
47382024-09-11T21:49:55.170Z[ recovery-image] Sep 11 21:49:54.796 INFO O| Sep 11 21:49:54.796 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-09-11T21:49:55.194Z[ recovery-image] Sep 11 21:49:54.812 INFO O| Sep 11 21:49:54.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47402024-09-11T21:49:55.195Z[ recovery-image] Sep 11 21:49:54.812 INFO O| Sep 11 21:49:54.812 INFO STEP 250 (remove_files) COMPLETE
47412024-09-11T21:49:55.195Z[ recovery-image] Sep 11 21:49:54.812 INFO O| Sep 11 21:49:54.812 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-09-11T21:49:55.195Z[ recovery-image] Sep 11 21:49:54.827 INFO O| Sep 11 21:49:54.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47432024-09-11T21:49:55.195Z[ recovery-image] Sep 11 21:49:54.828 INFO O| Sep 11 21:49:54.827 INFO STEP 251 (remove_files) COMPLETE
47442024-09-11T21:49:55.195Z[ recovery-image] Sep 11 21:49:54.828 INFO O| Sep 11 21:49:54.828 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-09-11T21:49:55.218Z[ recovery-image] Sep 11 21:49:54.844 INFO O| Sep 11 21:49:54.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47462024-09-11T21:49:55.219Z[ recovery-image] Sep 11 21:49:54.844 INFO O| Sep 11 21:49:54.844 INFO STEP 252 (remove_files) COMPLETE
47472024-09-11T21:49:55.219Z[ recovery-image] Sep 11 21:49:54.844 INFO O| Sep 11 21:49:54.844 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-09-11T21:49:55.219Z[ recovery-image] Sep 11 21:49:54.860 INFO O| Sep 11 21:49:54.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47492024-09-11T21:49:55.242Z[ recovery-image] Sep 11 21:49:54.860 INFO O| Sep 11 21:49:54.860 INFO STEP 253 (remove_files) COMPLETE
47502024-09-11T21:49:55.242Z[ recovery-image] Sep 11 21:49:54.860 INFO O| Sep 11 21:49:54.860 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-09-11T21:49:55.242Z[ recovery-image] Sep 11 21:49:54.880 INFO O| Sep 11 21:49:54.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47522024-09-11T21:49:55.243Z[ recovery-image] Sep 11 21:49:54.880 INFO O| Sep 11 21:49:54.880 INFO STEP 254 (remove_files) COMPLETE
47532024-09-11T21:49:55.243Z[ recovery-image] Sep 11 21:49:54.880 INFO O| Sep 11 21:49:54.880 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-09-11T21:49:55.266Z[ recovery-image] Sep 11 21:49:54.898 INFO O| Sep 11 21:49:54.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47552024-09-11T21:49:55.266Z[ recovery-image] Sep 11 21:49:54.898 INFO O| Sep 11 21:49:54.898 INFO STEP 255 (remove_files) COMPLETE
47562024-09-11T21:49:55.266Z[ recovery-image] Sep 11 21:49:54.898 INFO O| Sep 11 21:49:54.898 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-09-11T21:49:55.266Z[ host-image] Sep 11 21:49:54.898 INFO O| Sep 11 21:49:54.898 INFO O| Done
47582024-09-11T21:49:55.291Z[ recovery-image] Sep 11 21:49:54.914 INFO O| Sep 11 21:49:54.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47592024-09-11T21:49:55.291Z[ recovery-image] Sep 11 21:49:54.914 INFO O| Sep 11 21:49:54.914 INFO STEP 256 (remove_files) COMPLETE
47602024-09-11T21:49:55.291Z[ recovery-image] Sep 11 21:49:54.914 INFO O| Sep 11 21:49:54.914 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-09-11T21:49:55.291Z[ host-image] Sep 11 21:49:54.926 INFO O| Sep 11 21:49:54.926 INFO O| Done
47622024-09-11T21:49:55.291Z[ recovery-image] Sep 11 21:49:54.931 INFO O| Sep 11 21:49:54.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47632024-09-11T21:49:55.291Z[ recovery-image] Sep 11 21:49:54.931 INFO O| Sep 11 21:49:54.931 INFO STEP 257 (remove_files) COMPLETE
47642024-09-11T21:49:55.291Z[ recovery-image] Sep 11 21:49:54.931 INFO O| Sep 11 21:49:54.931 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-09-11T21:49:55.315Z[ recovery-image] Sep 11 21:49:54.948 INFO O| Sep 11 21:49:54.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47662024-09-11T21:49:55.315Z[ recovery-image] Sep 11 21:49:54.948 INFO O| Sep 11 21:49:54.948 INFO STEP 258 (remove_files) COMPLETE
47672024-09-11T21:49:55.315Z[ recovery-image] Sep 11 21:49:54.948 INFO O| Sep 11 21:49:54.948 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-09-11T21:49:55.339Z[ recovery-image] Sep 11 21:49:54.965 INFO O| Sep 11 21:49:54.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47692024-09-11T21:49:55.339Z[ recovery-image] Sep 11 21:49:54.965 INFO O| Sep 11 21:49:54.965 INFO STEP 259 (remove_files) COMPLETE
47702024-09-11T21:49:55.339Z[ recovery-image] Sep 11 21:49:54.965 INFO O| Sep 11 21:49:54.965 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-09-11T21:49:55.365Z[ recovery-image] Sep 11 21:49:54.982 INFO O| Sep 11 21:49:54.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47722024-09-11T21:49:55.365Z[ recovery-image] Sep 11 21:49:54.982 INFO O| Sep 11 21:49:54.982 INFO STEP 260 (remove_files) COMPLETE
47732024-09-11T21:49:55.365Z[ recovery-image] Sep 11 21:49:54.982 INFO O| Sep 11 21:49:54.982 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-09-11T21:49:55.365Z[ recovery-image] Sep 11 21:49:54.998 INFO O| Sep 11 21:49:54.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47752024-09-11T21:49:55.365Z[ recovery-image] Sep 11 21:49:54.998 INFO O| Sep 11 21:49:54.998 INFO STEP 261 (remove_files) COMPLETE
47762024-09-11T21:49:55.365Z[ recovery-image] Sep 11 21:49:54.998 INFO O| Sep 11 21:49:54.998 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-09-11T21:49:55.389Z[ recovery-image] Sep 11 21:49:55.020 INFO O| Sep 11 21:49:55.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47782024-09-11T21:49:55.389Z[ recovery-image] Sep 11 21:49:55.020 INFO O| Sep 11 21:49:55.020 INFO STEP 262 (remove_files) COMPLETE
47792024-09-11T21:49:55.389Z[ recovery-image] Sep 11 21:49:55.020 INFO O| Sep 11 21:49:55.020 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-09-11T21:49:55.413Z[ recovery-image] Sep 11 21:49:55.038 INFO O| Sep 11 21:49:55.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47812024-09-11T21:49:55.413Z[ recovery-image] Sep 11 21:49:55.038 INFO O| Sep 11 21:49:55.038 INFO STEP 263 (remove_files) COMPLETE
47822024-09-11T21:49:55.413Z[ recovery-image] Sep 11 21:49:55.038 INFO O| Sep 11 21:49:55.038 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-09-11T21:49:55.413Z[ recovery-image] Sep 11 21:49:55.054 INFO O| Sep 11 21:49:55.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47842024-09-11T21:49:55.413Z[ recovery-image] Sep 11 21:49:55.054 INFO O| Sep 11 21:49:55.054 INFO STEP 264 (remove_files) COMPLETE
47852024-09-11T21:49:55.413Z[ recovery-image] Sep 11 21:49:55.054 INFO O| Sep 11 21:49:55.054 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-09-11T21:49:55.439Z[ recovery-image] Sep 11 21:49:55.069 INFO O| Sep 11 21:49:55.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47872024-09-11T21:49:55.439Z[ recovery-image] Sep 11 21:49:55.069 INFO O| Sep 11 21:49:55.069 INFO STEP 265 (remove_files) COMPLETE
47882024-09-11T21:49:55.439Z[ recovery-image] Sep 11 21:49:55.069 INFO O| Sep 11 21:49:55.069 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-09-11T21:49:55.463Z[ recovery-image] Sep 11 21:49:55.084 INFO O| Sep 11 21:49:55.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47902024-09-11T21:49:55.464Z[ recovery-image] Sep 11 21:49:55.084 INFO O| Sep 11 21:49:55.084 INFO STEP 266 (remove_files) COMPLETE
47912024-09-11T21:49:55.464Z[ recovery-image] Sep 11 21:49:55.084 INFO O| Sep 11 21:49:55.084 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-09-11T21:49:55.464Z[ recovery-image] Sep 11 21:49:55.099 INFO O| Sep 11 21:49:55.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47932024-09-11T21:49:55.464Z[ recovery-image] Sep 11 21:49:55.099 INFO O| Sep 11 21:49:55.099 INFO STEP 267 (remove_files) COMPLETE
47942024-09-11T21:49:55.464Z[ recovery-image] Sep 11 21:49:55.099 INFO O| Sep 11 21:49:55.099 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-09-11T21:49:55.488Z[ recovery-image] Sep 11 21:49:55.115 INFO O| Sep 11 21:49:55.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47962024-09-11T21:49:55.488Z[ recovery-image] Sep 11 21:49:55.115 INFO O| Sep 11 21:49:55.115 INFO STEP 268 (remove_files) COMPLETE
47972024-09-11T21:49:55.488Z[ recovery-image] Sep 11 21:49:55.115 INFO O| Sep 11 21:49:55.115 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-09-11T21:49:55.511Z[ recovery-image] Sep 11 21:49:55.131 INFO O| Sep 11 21:49:55.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
47992024-09-11T21:49:55.512Z[ recovery-image] Sep 11 21:49:55.131 INFO O| Sep 11 21:49:55.131 INFO STEP 269 (remove_files) COMPLETE
48002024-09-11T21:49:55.512Z[ recovery-image] Sep 11 21:49:55.131 INFO O| Sep 11 21:49:55.131 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-09-11T21:49:55.512Z[ recovery-image] Sep 11 21:49:55.148 INFO O| Sep 11 21:49:55.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48022024-09-11T21:49:55.512Z[ recovery-image] Sep 11 21:49:55.148 INFO O| Sep 11 21:49:55.148 INFO STEP 270 (remove_files) COMPLETE
48032024-09-11T21:49:55.512Z[ recovery-image] Sep 11 21:49:55.148 INFO O| Sep 11 21:49:55.148 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-09-11T21:49:55.536Z[ recovery-image] Sep 11 21:49:55.164 INFO O| Sep 11 21:49:55.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48052024-09-11T21:49:55.536Z[ recovery-image] Sep 11 21:49:55.164 INFO O| Sep 11 21:49:55.164 INFO STEP 271 (remove_files) COMPLETE
48062024-09-11T21:49:55.536Z[ recovery-image] Sep 11 21:49:55.164 INFO O| Sep 11 21:49:55.164 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-09-11T21:49:55.560Z[ recovery-image] Sep 11 21:49:55.179 INFO O| Sep 11 21:49:55.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48082024-09-11T21:49:55.560Z[ recovery-image] Sep 11 21:49:55.180 INFO O| Sep 11 21:49:55.180 INFO STEP 272 (remove_files) COMPLETE
48092024-09-11T21:49:55.560Z[ recovery-image] Sep 11 21:49:55.180 INFO O| Sep 11 21:49:55.180 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-09-11T21:49:55.560Z[ recovery-image] Sep 11 21:49:55.195 INFO O| Sep 11 21:49:55.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48112024-09-11T21:49:55.560Z[ recovery-image] Sep 11 21:49:55.196 INFO O| Sep 11 21:49:55.195 INFO STEP 273 (remove_files) COMPLETE
48122024-09-11T21:49:55.560Z[ recovery-image] Sep 11 21:49:55.196 INFO O| Sep 11 21:49:55.196 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-09-11T21:49:55.584Z[ recovery-image] Sep 11 21:49:55.211 INFO O| Sep 11 21:49:55.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48142024-09-11T21:49:55.584Z[ recovery-image] Sep 11 21:49:55.211 INFO O| Sep 11 21:49:55.211 INFO STEP 274 (remove_files) COMPLETE
48152024-09-11T21:49:55.584Z[ recovery-image] Sep 11 21:49:55.211 INFO O| Sep 11 21:49:55.211 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-09-11T21:49:55.608Z[ recovery-image] Sep 11 21:49:55.230 INFO O| Sep 11 21:49:55.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48172024-09-11T21:49:55.608Z[ recovery-image] Sep 11 21:49:55.230 INFO O| Sep 11 21:49:55.230 INFO STEP 275 (remove_files) COMPLETE
48182024-09-11T21:49:55.608Z[ recovery-image] Sep 11 21:49:55.230 INFO O| Sep 11 21:49:55.230 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-09-11T21:49:55.608Z[ recovery-image] Sep 11 21:49:55.245 INFO O| Sep 11 21:49:55.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48202024-09-11T21:49:55.608Z[ recovery-image] Sep 11 21:49:55.245 INFO O| Sep 11 21:49:55.245 INFO STEP 276 (remove_files) COMPLETE
48212024-09-11T21:49:55.608Z[ recovery-image] Sep 11 21:49:55.245 INFO O| Sep 11 21:49:55.245 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-09-11T21:49:55.632Z[ recovery-image] Sep 11 21:49:55.260 INFO O| Sep 11 21:49:55.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48232024-09-11T21:49:55.632Z[ recovery-image] Sep 11 21:49:55.260 INFO O| Sep 11 21:49:55.260 INFO STEP 277 (remove_files) COMPLETE
48242024-09-11T21:49:55.632Z[ recovery-image] Sep 11 21:49:55.260 INFO O| Sep 11 21:49:55.260 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-09-11T21:49:55.656Z[ recovery-image] Sep 11 21:49:55.283 INFO O| Sep 11 21:49:55.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48262024-09-11T21:49:55.656Z[ recovery-image] Sep 11 21:49:55.283 INFO O| Sep 11 21:49:55.283 INFO STEP 278 (remove_files) COMPLETE
48272024-09-11T21:49:55.656Z[ recovery-image] Sep 11 21:49:55.283 INFO O| Sep 11 21:49:55.283 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-09-11T21:49:55.680Z[ recovery-image] Sep 11 21:49:55.301 INFO O| Sep 11 21:49:55.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48292024-09-11T21:49:55.680Z[ recovery-image] Sep 11 21:49:55.301 INFO O| Sep 11 21:49:55.301 INFO STEP 279 (remove_files) COMPLETE
48302024-09-11T21:49:55.680Z[ recovery-image] Sep 11 21:49:55.301 INFO O| Sep 11 21:49:55.301 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-09-11T21:49:55.680Z[ recovery-image] Sep 11 21:49:55.318 INFO O| Sep 11 21:49:55.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48322024-09-11T21:49:55.680Z[ recovery-image] Sep 11 21:49:55.319 INFO O| Sep 11 21:49:55.319 INFO STEP 280 (remove_files) COMPLETE
48332024-09-11T21:49:55.680Z[ recovery-image] Sep 11 21:49:55.319 INFO O| Sep 11 21:49:55.319 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-09-11T21:49:55.704Z[ recovery-image] Sep 11 21:49:55.335 INFO O| Sep 11 21:49:55.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48352024-09-11T21:49:55.704Z[ recovery-image] Sep 11 21:49:55.335 INFO O| Sep 11 21:49:55.335 INFO STEP 281 (remove_files) COMPLETE
48362024-09-11T21:49:55.704Z[ recovery-image] Sep 11 21:49:55.335 INFO O| Sep 11 21:49:55.335 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-09-11T21:49:55.728Z[ recovery-image] Sep 11 21:49:55.350 INFO O| Sep 11 21:49:55.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48382024-09-11T21:49:55.728Z[ recovery-image] Sep 11 21:49:55.350 INFO O| Sep 11 21:49:55.350 INFO STEP 282 (remove_files) COMPLETE
48392024-09-11T21:49:55.729Z[ recovery-image] Sep 11 21:49:55.350 INFO O| Sep 11 21:49:55.350 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-09-11T21:49:55.729Z[ recovery-image] Sep 11 21:49:55.366 INFO O| Sep 11 21:49:55.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48412024-09-11T21:49:55.729Z[ recovery-image] Sep 11 21:49:55.366 INFO O| Sep 11 21:49:55.366 INFO STEP 283 (remove_files) COMPLETE
48422024-09-11T21:49:55.729Z[ recovery-image] Sep 11 21:49:55.366 INFO O| Sep 11 21:49:55.366 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-09-11T21:49:55.753Z[ recovery-image] Sep 11 21:49:55.382 INFO O| Sep 11 21:49:55.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48442024-09-11T21:49:55.753Z[ recovery-image] Sep 11 21:49:55.382 INFO O| Sep 11 21:49:55.382 INFO STEP 284 (remove_files) COMPLETE
48452024-09-11T21:49:55.753Z[ recovery-image] Sep 11 21:49:55.382 INFO O| Sep 11 21:49:55.382 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-09-11T21:49:55.777Z[ recovery-image] Sep 11 21:49:55.405 INFO O| Sep 11 21:49:55.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48472024-09-11T21:49:55.777Z[ recovery-image] Sep 11 21:49:55.405 INFO O| Sep 11 21:49:55.405 INFO STEP 285 (remove_files) COMPLETE
48482024-09-11T21:49:55.777Z[ recovery-image] Sep 11 21:49:55.405 INFO O| Sep 11 21:49:55.405 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-09-11T21:49:55.801Z[ recovery-image] Sep 11 21:49:55.421 INFO O| Sep 11 21:49:55.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48502024-09-11T21:49:55.801Z[ recovery-image] Sep 11 21:49:55.421 INFO O| Sep 11 21:49:55.421 INFO STEP 286 (remove_files) COMPLETE
48512024-09-11T21:49:55.801Z[ recovery-image] Sep 11 21:49:55.422 INFO O| Sep 11 21:49:55.421 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-09-11T21:49:55.801Z[ recovery-image] Sep 11 21:49:55.440 INFO O| Sep 11 21:49:55.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48532024-09-11T21:49:55.801Z[ recovery-image] Sep 11 21:49:55.440 INFO O| Sep 11 21:49:55.440 INFO STEP 287 (remove_files) COMPLETE
48542024-09-11T21:49:55.801Z[ recovery-image] Sep 11 21:49:55.440 INFO O| Sep 11 21:49:55.440 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-09-11T21:49:55.825Z[ recovery-image] Sep 11 21:49:55.455 INFO O| Sep 11 21:49:55.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48562024-09-11T21:49:55.825Z[ recovery-image] Sep 11 21:49:55.455 INFO O| Sep 11 21:49:55.455 INFO STEP 288 (remove_files) COMPLETE
48572024-09-11T21:49:55.825Z[ recovery-image] Sep 11 21:49:55.455 INFO O| Sep 11 21:49:55.455 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-09-11T21:49:55.849Z[ recovery-image] Sep 11 21:49:55.470 INFO O| Sep 11 21:49:55.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48592024-09-11T21:49:55.849Z[ recovery-image] Sep 11 21:49:55.470 INFO O| Sep 11 21:49:55.470 INFO STEP 289 (remove_files) COMPLETE
48602024-09-11T21:49:55.849Z[ recovery-image] Sep 11 21:49:55.470 INFO O| Sep 11 21:49:55.470 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-09-11T21:49:55.849Z[ recovery-image] Sep 11 21:49:55.487 INFO O| Sep 11 21:49:55.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48622024-09-11T21:49:55.849Z[ recovery-image] Sep 11 21:49:55.487 INFO O| Sep 11 21:49:55.487 INFO STEP 290 (remove_files) COMPLETE
48632024-09-11T21:49:55.849Z[ recovery-image] Sep 11 21:49:55.487 INFO O| Sep 11 21:49:55.487 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-09-11T21:49:55.873Z[ recovery-image] Sep 11 21:49:55.505 INFO O| Sep 11 21:49:55.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48652024-09-11T21:49:55.873Z[ recovery-image] Sep 11 21:49:55.505 INFO O| Sep 11 21:49:55.505 INFO STEP 291 (remove_files) COMPLETE
48662024-09-11T21:49:55.873Z[ recovery-image] Sep 11 21:49:55.505 INFO O| Sep 11 21:49:55.505 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-09-11T21:49:55.897Z[ recovery-image] Sep 11 21:49:55.524 INFO O| Sep 11 21:49:55.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48682024-09-11T21:49:55.897Z[ recovery-image] Sep 11 21:49:55.524 INFO O| Sep 11 21:49:55.524 INFO STEP 292 (remove_files) COMPLETE
48692024-09-11T21:49:55.897Z[ recovery-image] Sep 11 21:49:55.524 INFO O| Sep 11 21:49:55.524 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-09-11T21:49:55.921Z[ recovery-image] Sep 11 21:49:55.540 INFO O| Sep 11 21:49:55.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48712024-09-11T21:49:55.921Z[ recovery-image] Sep 11 21:49:55.540 INFO O| Sep 11 21:49:55.540 INFO STEP 293 (remove_files) COMPLETE
48722024-09-11T21:49:55.921Z[ recovery-image] Sep 11 21:49:55.540 INFO O| Sep 11 21:49:55.540 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-09-11T21:49:55.921Z[ recovery-image] Sep 11 21:49:55.555 INFO O| Sep 11 21:49:55.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48742024-09-11T21:49:55.921Z[ recovery-image] Sep 11 21:49:55.556 INFO O| Sep 11 21:49:55.556 INFO STEP 294 (remove_files) COMPLETE
48752024-09-11T21:49:55.921Z[ recovery-image] Sep 11 21:49:55.556 INFO O| Sep 11 21:49:55.556 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-09-11T21:49:55.945Z[ recovery-image] Sep 11 21:49:55.575 INFO O| Sep 11 21:49:55.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48772024-09-11T21:49:55.945Z[ recovery-image] Sep 11 21:49:55.575 INFO O| Sep 11 21:49:55.575 INFO STEP 295 (remove_files) COMPLETE
48782024-09-11T21:49:55.945Z[ recovery-image] Sep 11 21:49:55.575 INFO O| Sep 11 21:49:55.575 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-09-11T21:49:55.969Z[ recovery-image] Sep 11 21:49:55.596 INFO O| Sep 11 21:49:55.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48802024-09-11T21:49:55.969Z[ recovery-image] Sep 11 21:49:55.597 INFO O| Sep 11 21:49:55.596 INFO STEP 296 (remove_files) COMPLETE
48812024-09-11T21:49:55.969Z[ recovery-image] Sep 11 21:49:55.597 INFO O| Sep 11 21:49:55.597 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-09-11T21:49:55.993Z[ recovery-image] Sep 11 21:49:55.618 INFO O| Sep 11 21:49:55.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48832024-09-11T21:49:55.993Z[ recovery-image] Sep 11 21:49:55.618 INFO O| Sep 11 21:49:55.618 INFO STEP 297 (remove_files) COMPLETE
48842024-09-11T21:49:55.993Z[ recovery-image] Sep 11 21:49:55.618 INFO O| Sep 11 21:49:55.618 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-09-11T21:49:56.017Z[ recovery-image] Sep 11 21:49:55.636 INFO O| Sep 11 21:49:55.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48862024-09-11T21:49:56.017Z[ recovery-image] Sep 11 21:49:55.636 INFO O| Sep 11 21:49:55.636 INFO STEP 298 (remove_files) COMPLETE
48872024-09-11T21:49:56.017Z[ recovery-image] Sep 11 21:49:55.636 INFO O| Sep 11 21:49:55.636 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-09-11T21:49:56.017Z[ recovery-image] Sep 11 21:49:55.653 INFO O| Sep 11 21:49:55.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
48892024-09-11T21:49:56.017Z[ recovery-image] Sep 11 21:49:55.653 INFO O| Sep 11 21:49:55.653 INFO STEP 299 (remove_files) COMPLETE
48902024-09-11T21:49:56.017Z[ recovery-image] Sep 11 21:49:55.653 INFO O| Sep 11 21:49:55.653 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-09-11T21:49:56.041Z[ recovery-image] Sep 11 21:49:55.674 INFO O| Sep 11 21:49:55.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
48922024-09-11T21:49:56.041Z[ recovery-image] Sep 11 21:49:55.674 INFO O| Sep 11 21:49:55.674 INFO STEP 300 (remove_files) COMPLETE
48932024-09-11T21:49:56.041Z[ recovery-image] Sep 11 21:49:55.674 INFO O| Sep 11 21:49:55.674 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-09-11T21:49:56.069Z[ recovery-image] Sep 11 21:49:55.691 INFO O| Sep 11 21:49:55.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
48952024-09-11T21:49:56.069Z[ recovery-image] Sep 11 21:49:55.692 INFO O| Sep 11 21:49:55.692 INFO STEP 301 (remove_files) COMPLETE
48962024-09-11T21:49:56.069Z[ recovery-image] Sep 11 21:49:55.692 INFO O| Sep 11 21:49:55.692 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-09-11T21:49:56.094Z[ recovery-image] Sep 11 21:49:55.709 INFO O| Sep 11 21:49:55.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
48982024-09-11T21:49:56.094Z[ recovery-image] Sep 11 21:49:55.709 INFO O| Sep 11 21:49:55.709 INFO STEP 302 (remove_files) COMPLETE
48992024-09-11T21:49:56.094Z[ recovery-image] Sep 11 21:49:55.709 INFO O| Sep 11 21:49:55.709 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-09-11T21:49:56.094Z[ recovery-image] Sep 11 21:49:55.730 INFO O| Sep 11 21:49:55.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49012024-09-11T21:49:56.094Z[ recovery-image] Sep 11 21:49:55.730 INFO O| Sep 11 21:49:55.730 INFO STEP 303 (remove_files) COMPLETE
49022024-09-11T21:49:56.094Z[ recovery-image] Sep 11 21:49:55.730 INFO O| Sep 11 21:49:55.730 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-09-11T21:49:56.118Z[ recovery-image] Sep 11 21:49:55.750 INFO O| Sep 11 21:49:55.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49042024-09-11T21:49:56.119Z[ recovery-image] Sep 11 21:49:55.750 INFO O| Sep 11 21:49:55.750 INFO STEP 304 (remove_files) COMPLETE
49052024-09-11T21:49:56.119Z[ recovery-image] Sep 11 21:49:55.750 INFO O| Sep 11 21:49:55.750 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-09-11T21:49:56.143Z[ recovery-image] Sep 11 21:49:55.767 INFO O| Sep 11 21:49:55.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49072024-09-11T21:49:56.143Z[ recovery-image] Sep 11 21:49:55.767 INFO O| Sep 11 21:49:55.767 INFO STEP 305 (remove_files) COMPLETE
49082024-09-11T21:49:56.143Z[ recovery-image] Sep 11 21:49:55.767 INFO O| Sep 11 21:49:55.767 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-09-11T21:49:56.143Z[ recovery-image] Sep 11 21:49:55.784 INFO O| Sep 11 21:49:55.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49102024-09-11T21:49:56.143Z[ recovery-image] Sep 11 21:49:55.784 INFO O| Sep 11 21:49:55.784 INFO STEP 306 (remove_files) COMPLETE
49112024-09-11T21:49:56.167Z[ recovery-image] Sep 11 21:49:55.784 INFO O| Sep 11 21:49:55.784 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-09-11T21:49:56.167Z[ recovery-image] Sep 11 21:49:55.805 INFO O| Sep 11 21:49:55.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49132024-09-11T21:49:56.167Z[ recovery-image] Sep 11 21:49:55.805 INFO O| Sep 11 21:49:55.805 INFO STEP 307 (remove_files) COMPLETE
49142024-09-11T21:49:56.167Z[ recovery-image] Sep 11 21:49:55.805 INFO O| Sep 11 21:49:55.805 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-09-11T21:49:56.192Z[ recovery-image] Sep 11 21:49:55.823 INFO O| Sep 11 21:49:55.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49162024-09-11T21:49:56.192Z[ recovery-image] Sep 11 21:49:55.824 INFO O| Sep 11 21:49:55.823 INFO STEP 308 (remove_files) COMPLETE
49172024-09-11T21:49:56.192Z[ recovery-image] Sep 11 21:49:55.824 INFO O| Sep 11 21:49:55.823 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-09-11T21:49:56.217Z[ recovery-image] Sep 11 21:49:55.841 INFO O| Sep 11 21:49:55.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49192024-09-11T21:49:56.217Z[ recovery-image] Sep 11 21:49:55.842 INFO O| Sep 11 21:49:55.842 INFO STEP 309 (remove_files) COMPLETE
49202024-09-11T21:49:56.217Z[ recovery-image] Sep 11 21:49:55.842 INFO O| Sep 11 21:49:55.842 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-09-11T21:49:56.240Z[ recovery-image] Sep 11 21:49:55.860 INFO O| Sep 11 21:49:55.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49222024-09-11T21:49:56.240Z[ recovery-image] Sep 11 21:49:55.860 INFO O| Sep 11 21:49:55.860 INFO STEP 310 (remove_files) COMPLETE
49232024-09-11T21:49:56.240Z[ recovery-image] Sep 11 21:49:55.861 INFO O| Sep 11 21:49:55.860 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-09-11T21:49:56.264Z[ recovery-image] Sep 11 21:49:55.883 INFO O| Sep 11 21:49:55.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49252024-09-11T21:49:56.265Z[ recovery-image] Sep 11 21:49:55.883 INFO O| Sep 11 21:49:55.883 INFO STEP 311 (remove_files) COMPLETE
49262024-09-11T21:49:56.265Z[ recovery-image] Sep 11 21:49:55.883 INFO O| Sep 11 21:49:55.883 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-09-11T21:49:56.265Z[ recovery-image] Sep 11 21:49:55.902 INFO O| Sep 11 21:49:55.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49282024-09-11T21:49:56.265Z[ recovery-image] Sep 11 21:49:55.902 INFO O| Sep 11 21:49:55.902 INFO STEP 312 (remove_files) COMPLETE
49292024-09-11T21:49:56.265Z[ recovery-image] Sep 11 21:49:55.902 INFO O| Sep 11 21:49:55.902 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-09-11T21:49:56.289Z[ recovery-image] Sep 11 21:49:55.921 INFO O| Sep 11 21:49:55.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49312024-09-11T21:49:56.289Z[ recovery-image] Sep 11 21:49:55.921 INFO O| Sep 11 21:49:55.921 INFO STEP 313 (remove_files) COMPLETE
49322024-09-11T21:49:56.289Z[ recovery-image] Sep 11 21:49:55.921 INFO O| Sep 11 21:49:55.921 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-09-11T21:49:56.313Z[ recovery-image] Sep 11 21:49:55.938 INFO O| Sep 11 21:49:55.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49342024-09-11T21:49:56.313Z[ recovery-image] Sep 11 21:49:55.938 INFO O| Sep 11 21:49:55.938 INFO STEP 314 (remove_files) COMPLETE
49352024-09-11T21:49:56.313Z[ recovery-image] Sep 11 21:49:55.938 INFO O| Sep 11 21:49:55.938 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-09-11T21:49:56.338Z[ recovery-image] Sep 11 21:49:55.954 INFO O| Sep 11 21:49:55.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49372024-09-11T21:49:56.338Z[ recovery-image] Sep 11 21:49:55.954 INFO O| Sep 11 21:49:55.954 INFO STEP 315 (remove_files) COMPLETE
49382024-09-11T21:49:56.338Z[ recovery-image] Sep 11 21:49:55.954 INFO O| Sep 11 21:49:55.954 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-09-11T21:49:56.338Z[ recovery-image] Sep 11 21:49:55.973 INFO O| Sep 11 21:49:55.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49402024-09-11T21:49:56.338Z[ recovery-image] Sep 11 21:49:55.974 INFO O| Sep 11 21:49:55.973 INFO STEP 316 (remove_files) COMPLETE
49412024-09-11T21:49:56.338Z[ recovery-image] Sep 11 21:49:55.974 INFO O| Sep 11 21:49:55.973 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-09-11T21:49:56.361Z[ recovery-image] Sep 11 21:49:55.991 INFO O| Sep 11 21:49:55.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49432024-09-11T21:49:56.362Z[ recovery-image] Sep 11 21:49:55.991 INFO O| Sep 11 21:49:55.991 INFO STEP 317 (remove_files) COMPLETE
49442024-09-11T21:49:56.362Z[ recovery-image] Sep 11 21:49:55.991 INFO O| Sep 11 21:49:55.991 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-09-11T21:49:56.386Z[ recovery-image] Sep 11 21:49:56.008 INFO O| Sep 11 21:49:56.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49462024-09-11T21:49:56.386Z[ recovery-image] Sep 11 21:49:56.008 INFO O| Sep 11 21:49:56.008 INFO STEP 318 (remove_files) COMPLETE
49472024-09-11T21:49:56.386Z[ recovery-image] Sep 11 21:49:56.008 INFO O| Sep 11 21:49:56.008 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-09-11T21:49:56.386Z[ recovery-image] Sep 11 21:49:56.024 INFO O| Sep 11 21:49:56.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49492024-09-11T21:49:56.386Z[ recovery-image] Sep 11 21:49:56.024 INFO O| Sep 11 21:49:56.024 INFO STEP 319 (remove_files) COMPLETE
49502024-09-11T21:49:56.386Z[ recovery-image] Sep 11 21:49:56.024 INFO O| Sep 11 21:49:56.024 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-09-11T21:49:56.417Z[ recovery-image] Sep 11 21:49:56.058 INFO O| Sep 11 21:49:56.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49522024-09-11T21:49:56.417Z[ recovery-image] Sep 11 21:49:56.058 INFO O| Sep 11 21:49:56.058 INFO STEP 320 (remove_files) COMPLETE
49532024-09-11T21:49:56.441Z[ recovery-image] Sep 11 21:49:56.058 INFO O| Sep 11 21:49:56.058 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-09-11T21:49:56.441Z[ recovery-image] Sep 11 21:49:56.082 INFO O| Sep 11 21:49:56.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49552024-09-11T21:49:56.441Z[ recovery-image] Sep 11 21:49:56.082 INFO O| Sep 11 21:49:56.082 INFO STEP 321 (remove_files) COMPLETE
49562024-09-11T21:49:56.441Z[ recovery-image] Sep 11 21:49:56.082 INFO O| Sep 11 21:49:56.082 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-09-11T21:49:56.466Z[ recovery-image] Sep 11 21:49:56.106 INFO O| Sep 11 21:49:56.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49582024-09-11T21:49:56.466Z[ recovery-image] Sep 11 21:49:56.106 INFO O| Sep 11 21:49:56.106 INFO STEP 322 (remove_files) COMPLETE
49592024-09-11T21:49:56.466Z[ recovery-image] Sep 11 21:49:56.106 INFO O| Sep 11 21:49:56.106 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-09-11T21:49:56.490Z[ recovery-image] Sep 11 21:49:56.125 INFO O| Sep 11 21:49:56.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49612024-09-11T21:49:56.490Z[ recovery-image] Sep 11 21:49:56.125 INFO O| Sep 11 21:49:56.125 INFO STEP 323 (remove_files) COMPLETE
49622024-09-11T21:49:56.490Z[ recovery-image] Sep 11 21:49:56.125 INFO O| Sep 11 21:49:56.125 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-09-11T21:49:56.514Z[ recovery-image] Sep 11 21:49:56.143 INFO O| Sep 11 21:49:56.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49642024-09-11T21:49:56.514Z[ recovery-image] Sep 11 21:49:56.143 INFO O| Sep 11 21:49:56.143 INFO STEP 324 (remove_files) COMPLETE
49652024-09-11T21:49:56.514Z[ recovery-image] Sep 11 21:49:56.143 INFO O| Sep 11 21:49:56.143 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-09-11T21:49:56.538Z[ recovery-image] Sep 11 21:49:56.162 INFO O| Sep 11 21:49:56.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49672024-09-11T21:49:56.538Z[ recovery-image] Sep 11 21:49:56.162 INFO O| Sep 11 21:49:56.162 INFO STEP 325 (remove_files) COMPLETE
49682024-09-11T21:49:56.538Z[ recovery-image] Sep 11 21:49:56.162 INFO O| Sep 11 21:49:56.162 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-09-11T21:49:56.562Z[ recovery-image] Sep 11 21:49:56.182 INFO O| Sep 11 21:49:56.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49702024-09-11T21:49:56.562Z[ recovery-image] Sep 11 21:49:56.182 INFO O| Sep 11 21:49:56.182 INFO STEP 326 (remove_files) COMPLETE
49712024-09-11T21:49:56.562Z[ recovery-image] Sep 11 21:49:56.182 INFO O| Sep 11 21:49:56.182 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-09-11T21:49:56.562Z[ recovery-image] Sep 11 21:49:56.199 INFO O| Sep 11 21:49:56.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49732024-09-11T21:49:56.562Z[ recovery-image] Sep 11 21:49:56.199 INFO O| Sep 11 21:49:56.199 INFO STEP 327 (remove_files) COMPLETE
49742024-09-11T21:49:56.562Z[ recovery-image] Sep 11 21:49:56.199 INFO O| Sep 11 21:49:56.199 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-09-11T21:49:56.586Z[ recovery-image] Sep 11 21:49:56.218 INFO O| Sep 11 21:49:56.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49762024-09-11T21:49:56.586Z[ recovery-image] Sep 11 21:49:56.219 INFO O| Sep 11 21:49:56.218 INFO STEP 328 (remove_files) COMPLETE
49772024-09-11T21:49:56.586Z[ recovery-image] Sep 11 21:49:56.219 INFO O| Sep 11 21:49:56.218 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-09-11T21:49:56.610Z[ recovery-image] Sep 11 21:49:56.237 INFO O| Sep 11 21:49:56.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49792024-09-11T21:49:56.610Z[ recovery-image] Sep 11 21:49:56.237 INFO O| Sep 11 21:49:56.237 INFO STEP 329 (remove_files) COMPLETE
49802024-09-11T21:49:56.610Z[ recovery-image] Sep 11 21:49:56.237 INFO O| Sep 11 21:49:56.237 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-09-11T21:49:56.634Z[ recovery-image] Sep 11 21:49:56.255 INFO O| Sep 11 21:49:56.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49822024-09-11T21:49:56.634Z[ recovery-image] Sep 11 21:49:56.255 INFO O| Sep 11 21:49:56.255 INFO STEP 330 (remove_files) COMPLETE
49832024-09-11T21:49:56.634Z[ recovery-image] Sep 11 21:49:56.255 INFO O| Sep 11 21:49:56.255 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-09-11T21:49:56.634Z[ recovery-image] Sep 11 21:49:56.272 INFO O| Sep 11 21:49:56.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49852024-09-11T21:49:56.634Z[ recovery-image] Sep 11 21:49:56.272 INFO O| Sep 11 21:49:56.272 INFO STEP 331 (remove_files) COMPLETE
49862024-09-11T21:49:56.634Z[ recovery-image] Sep 11 21:49:56.272 INFO O| Sep 11 21:49:56.272 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-09-11T21:49:56.658Z[ recovery-image] Sep 11 21:49:56.289 INFO O| Sep 11 21:49:56.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
49882024-09-11T21:49:56.658Z[ recovery-image] Sep 11 21:49:56.290 INFO O| Sep 11 21:49:56.289 INFO STEP 332 (remove_files) COMPLETE
49892024-09-11T21:49:56.658Z[ recovery-image] Sep 11 21:49:56.290 INFO O| Sep 11 21:49:56.290 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-09-11T21:49:56.682Z[ recovery-image] Sep 11 21:49:56.306 INFO O| Sep 11 21:49:56.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
49912024-09-11T21:49:56.682Z[ recovery-image] Sep 11 21:49:56.306 INFO O| Sep 11 21:49:56.306 INFO STEP 333 (remove_files) COMPLETE
49922024-09-11T21:49:56.682Z[ recovery-image] Sep 11 21:49:56.306 INFO O| Sep 11 21:49:56.306 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-09-11T21:49:56.682Z[ recovery-image] Sep 11 21:49:56.323 INFO O| Sep 11 21:49:56.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
49942024-09-11T21:49:56.682Z[ recovery-image] Sep 11 21:49:56.323 INFO O| Sep 11 21:49:56.323 INFO STEP 334 (remove_files) COMPLETE
49952024-09-11T21:49:56.682Z[ recovery-image] Sep 11 21:49:56.323 INFO O| Sep 11 21:49:56.323 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-09-11T21:49:56.706Z[ recovery-image] Sep 11 21:49:56.343 INFO O| Sep 11 21:49:56.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
49972024-09-11T21:49:56.706Z[ recovery-image] Sep 11 21:49:56.343 INFO O| Sep 11 21:49:56.343 INFO STEP 335 (remove_files) COMPLETE
49982024-09-11T21:49:56.706Z[ recovery-image] Sep 11 21:49:56.343 INFO O| Sep 11 21:49:56.343 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-09-11T21:49:56.731Z[ recovery-image] Sep 11 21:49:56.361 INFO O| Sep 11 21:49:56.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50002024-09-11T21:49:56.731Z[ recovery-image] Sep 11 21:49:56.361 INFO O| Sep 11 21:49:56.361 INFO STEP 336 (remove_files) COMPLETE
50012024-09-11T21:49:56.731Z[ recovery-image] Sep 11 21:49:56.361 INFO O| Sep 11 21:49:56.361 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-09-11T21:49:56.755Z[ recovery-image] Sep 11 21:49:56.377 INFO O| Sep 11 21:49:56.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50032024-09-11T21:49:56.755Z[ recovery-image] Sep 11 21:49:56.378 INFO O| Sep 11 21:49:56.378 INFO STEP 337 (remove_files) COMPLETE
50042024-09-11T21:49:56.755Z[ recovery-image] Sep 11 21:49:56.378 INFO O| Sep 11 21:49:56.378 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-09-11T21:49:56.755Z[ recovery-image] Sep 11 21:49:56.394 INFO O| Sep 11 21:49:56.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50062024-09-11T21:49:56.755Z[ recovery-image] Sep 11 21:49:56.395 INFO O| Sep 11 21:49:56.394 INFO STEP 338 (remove_files) COMPLETE
50072024-09-11T21:49:56.755Z[ recovery-image] Sep 11 21:49:56.395 INFO O| Sep 11 21:49:56.395 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-09-11T21:49:56.779Z[ recovery-image] Sep 11 21:49:56.411 INFO O| Sep 11 21:49:56.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50092024-09-11T21:49:56.779Z[ recovery-image] Sep 11 21:49:56.411 INFO O| Sep 11 21:49:56.411 INFO STEP 339 (remove_files) COMPLETE
50102024-09-11T21:49:56.779Z[ recovery-image] Sep 11 21:49:56.411 INFO O| Sep 11 21:49:56.411 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-09-11T21:49:56.803Z[ recovery-image] Sep 11 21:49:56.427 INFO O| Sep 11 21:49:56.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50122024-09-11T21:49:56.803Z[ recovery-image] Sep 11 21:49:56.427 INFO O| Sep 11 21:49:56.427 INFO STEP 340 (remove_files) COMPLETE
50132024-09-11T21:49:56.803Z[ recovery-image] Sep 11 21:49:56.427 INFO O| Sep 11 21:49:56.427 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-09-11T21:49:56.803Z[ recovery-image] Sep 11 21:49:56.444 INFO O| Sep 11 21:49:56.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50152024-09-11T21:49:56.803Z[ recovery-image] Sep 11 21:49:56.444 INFO O| Sep 11 21:49:56.444 INFO STEP 341 (remove_files) COMPLETE
50162024-09-11T21:49:56.803Z[ recovery-image] Sep 11 21:49:56.444 INFO O| Sep 11 21:49:56.444 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-09-11T21:49:56.827Z[ recovery-image] Sep 11 21:49:56.466 INFO O| Sep 11 21:49:56.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50182024-09-11T21:49:56.827Z[ recovery-image] Sep 11 21:49:56.466 INFO O| Sep 11 21:49:56.466 INFO STEP 342 (remove_files) COMPLETE
50192024-09-11T21:49:56.827Z[ recovery-image] Sep 11 21:49:56.466 INFO O| Sep 11 21:49:56.466 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-09-11T21:49:56.851Z[ recovery-image] Sep 11 21:49:56.483 INFO O| Sep 11 21:49:56.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50212024-09-11T21:49:56.851Z[ recovery-image] Sep 11 21:49:56.484 INFO O| Sep 11 21:49:56.484 INFO STEP 343 (remove_files) COMPLETE
50222024-09-11T21:49:56.851Z[ recovery-image] Sep 11 21:49:56.484 INFO O| Sep 11 21:49:56.484 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-09-11T21:49:56.875Z[ recovery-image] Sep 11 21:49:56.497 INFO O| Sep 11 21:49:56.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50242024-09-11T21:49:56.875Z[ recovery-image] Sep 11 21:49:56.497 INFO O| Sep 11 21:49:56.497 INFO STEP 344 (remove_files) COMPLETE
50252024-09-11T21:49:56.875Z[ recovery-image] Sep 11 21:49:56.497 INFO O| Sep 11 21:49:56.497 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-09-11T21:49:56.875Z[ recovery-image] Sep 11 21:49:56.512 INFO O| Sep 11 21:49:56.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50272024-09-11T21:49:56.875Z[ recovery-image] Sep 11 21:49:56.512 INFO O| Sep 11 21:49:56.512 INFO STEP 345 (remove_files) COMPLETE
50282024-09-11T21:49:56.875Z[ recovery-image] Sep 11 21:49:56.512 INFO O| Sep 11 21:49:56.512 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-09-11T21:49:56.899Z[ recovery-image] Sep 11 21:49:56.532 INFO O| Sep 11 21:49:56.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50302024-09-11T21:49:56.899Z[ recovery-image] Sep 11 21:49:56.532 INFO O| Sep 11 21:49:56.532 INFO STEP 346 (remove_files) COMPLETE
50312024-09-11T21:49:56.899Z[ recovery-image] Sep 11 21:49:56.532 INFO O| Sep 11 21:49:56.532 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-09-11T21:49:56.923Z[ recovery-image] Sep 11 21:49:56.550 INFO O| Sep 11 21:49:56.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50332024-09-11T21:49:56.923Z[ recovery-image] Sep 11 21:49:56.550 INFO O| Sep 11 21:49:56.550 INFO STEP 347 (remove_files) COMPLETE
50342024-09-11T21:49:56.923Z[ recovery-image] Sep 11 21:49:56.550 INFO O| Sep 11 21:49:56.550 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-09-11T21:49:56.946Z[ recovery-image] Sep 11 21:49:56.567 INFO O| Sep 11 21:49:56.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50362024-09-11T21:49:56.946Z[ recovery-image] Sep 11 21:49:56.567 INFO O| Sep 11 21:49:56.567 INFO STEP 348 (remove_files) COMPLETE
50372024-09-11T21:49:56.946Z[ recovery-image] Sep 11 21:49:56.567 INFO O| Sep 11 21:49:56.567 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-09-11T21:49:56.946Z[ recovery-image] Sep 11 21:49:56.584 INFO O| Sep 11 21:49:56.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50392024-09-11T21:49:56.946Z[ recovery-image] Sep 11 21:49:56.584 INFO O| Sep 11 21:49:56.584 INFO STEP 349 (remove_files) COMPLETE
50402024-09-11T21:49:56.947Z[ recovery-image] Sep 11 21:49:56.584 INFO O| Sep 11 21:49:56.584 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-09-11T21:49:56.970Z[ recovery-image] Sep 11 21:49:56.600 INFO O| Sep 11 21:49:56.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50422024-09-11T21:49:56.970Z[ recovery-image] Sep 11 21:49:56.600 INFO O| Sep 11 21:49:56.600 INFO STEP 350 (remove_files) COMPLETE
50432024-09-11T21:49:56.970Z[ recovery-image] Sep 11 21:49:56.600 INFO O| Sep 11 21:49:56.600 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-09-11T21:49:56.995Z[ recovery-image] Sep 11 21:49:56.616 INFO O| Sep 11 21:49:56.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50452024-09-11T21:49:56.995Z[ recovery-image] Sep 11 21:49:56.616 INFO O| Sep 11 21:49:56.616 INFO STEP 351 (remove_files) COMPLETE
50462024-09-11T21:49:56.995Z[ recovery-image] Sep 11 21:49:56.616 INFO O| Sep 11 21:49:56.616 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-09-11T21:49:56.995Z[ recovery-image] Sep 11 21:49:56.632 INFO O| Sep 11 21:49:56.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50482024-09-11T21:49:56.995Z[ recovery-image] Sep 11 21:49:56.633 INFO O| Sep 11 21:49:56.633 INFO STEP 352 (remove_files) COMPLETE
50492024-09-11T21:49:56.995Z[ recovery-image] Sep 11 21:49:56.633 INFO O| Sep 11 21:49:56.633 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-09-11T21:49:57.019Z[ recovery-image] Sep 11 21:49:56.651 INFO O| Sep 11 21:49:56.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50512024-09-11T21:49:57.019Z[ recovery-image] Sep 11 21:49:56.651 INFO O| Sep 11 21:49:56.651 INFO STEP 353 (remove_files) COMPLETE
50522024-09-11T21:49:57.019Z[ recovery-image] Sep 11 21:49:56.651 INFO O| Sep 11 21:49:56.651 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-09-11T21:49:57.043Z[ recovery-image] Sep 11 21:49:56.671 INFO O| Sep 11 21:49:56.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50542024-09-11T21:49:57.043Z[ recovery-image] Sep 11 21:49:56.671 INFO O| Sep 11 21:49:56.671 INFO STEP 354 (remove_files) COMPLETE
50552024-09-11T21:49:57.043Z[ recovery-image] Sep 11 21:49:56.671 INFO O| Sep 11 21:49:56.671 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-09-11T21:49:57.067Z[ recovery-image] Sep 11 21:49:56.691 INFO O| Sep 11 21:49:56.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50572024-09-11T21:49:57.067Z[ recovery-image] Sep 11 21:49:56.691 INFO O| Sep 11 21:49:56.691 INFO STEP 355 (remove_files) COMPLETE
50582024-09-11T21:49:57.067Z[ recovery-image] Sep 11 21:49:56.691 INFO O| Sep 11 21:49:56.691 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-09-11T21:49:57.091Z[ recovery-image] Sep 11 21:49:56.713 INFO O| Sep 11 21:49:56.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50602024-09-11T21:49:57.091Z[ recovery-image] Sep 11 21:49:56.713 INFO O| Sep 11 21:49:56.713 INFO STEP 356 (remove_files) COMPLETE
50612024-09-11T21:49:57.091Z[ recovery-image] Sep 11 21:49:56.713 INFO O| Sep 11 21:49:56.713 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-09-11T21:49:57.091Z[ recovery-image] Sep 11 21:49:56.731 INFO O| Sep 11 21:49:56.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50632024-09-11T21:49:57.091Z[ recovery-image] Sep 11 21:49:56.731 INFO O| Sep 11 21:49:56.731 INFO STEP 357 (remove_files) COMPLETE
50642024-09-11T21:49:57.091Z[ recovery-image] Sep 11 21:49:56.731 INFO O| Sep 11 21:49:56.731 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-09-11T21:49:57.115Z[ recovery-image] Sep 11 21:49:56.752 INFO O| Sep 11 21:49:56.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50662024-09-11T21:49:57.115Z[ recovery-image] Sep 11 21:49:56.752 INFO O| Sep 11 21:49:56.752 INFO STEP 358 (remove_files) COMPLETE
50672024-09-11T21:49:57.115Z[ recovery-image] Sep 11 21:49:56.752 INFO O| Sep 11 21:49:56.752 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-09-11T21:49:57.139Z[ recovery-image] Sep 11 21:49:56.771 INFO O| Sep 11 21:49:56.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50692024-09-11T21:49:57.139Z[ recovery-image] Sep 11 21:49:56.772 INFO O| Sep 11 21:49:56.772 INFO STEP 359 (remove_files) COMPLETE
50702024-09-11T21:49:57.139Z[ recovery-image] Sep 11 21:49:56.772 INFO O| Sep 11 21:49:56.772 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-09-11T21:49:57.162Z[ recovery-image] Sep 11 21:49:56.787 INFO O| Sep 11 21:49:56.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50722024-09-11T21:49:57.162Z[ recovery-image] Sep 11 21:49:56.787 INFO O| Sep 11 21:49:56.787 INFO STEP 360 (remove_files) COMPLETE
50732024-09-11T21:49:57.162Z[ recovery-image] Sep 11 21:49:56.787 INFO O| Sep 11 21:49:56.787 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-09-11T21:49:57.193Z[ recovery-image] Sep 11 21:49:56.811 INFO O| Sep 11 21:49:56.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50752024-09-11T21:49:57.193Z[ recovery-image] Sep 11 21:49:56.811 INFO O| Sep 11 21:49:56.811 INFO STEP 361 (remove_files) COMPLETE
50762024-09-11T21:49:57.193Z[ recovery-image] Sep 11 21:49:56.811 INFO O| Sep 11 21:49:56.811 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-09-11T21:49:57.193Z[ recovery-image] Sep 11 21:49:56.827 INFO O| Sep 11 21:49:56.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50782024-09-11T21:49:57.193Z[ recovery-image] Sep 11 21:49:56.828 INFO O| Sep 11 21:49:56.828 INFO STEP 362 (remove_files) COMPLETE
50792024-09-11T21:49:57.193Z[ recovery-image] Sep 11 21:49:56.828 INFO O| Sep 11 21:49:56.828 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-09-11T21:49:57.221Z[ recovery-image] Sep 11 21:49:56.845 INFO O| Sep 11 21:49:56.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50812024-09-11T21:49:57.221Z[ recovery-image] Sep 11 21:49:56.845 INFO O| Sep 11 21:49:56.845 INFO STEP 363 (remove_files) COMPLETE
50822024-09-11T21:49:57.221Z[ recovery-image] Sep 11 21:49:56.845 INFO O| Sep 11 21:49:56.845 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-09-11T21:49:57.221Z[ recovery-image] Sep 11 21:49:56.861 INFO O| Sep 11 21:49:56.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50842024-09-11T21:49:57.221Z[ recovery-image] Sep 11 21:49:56.861 INFO O| Sep 11 21:49:56.861 INFO STEP 364 (remove_files) COMPLETE
50852024-09-11T21:49:57.221Z[ recovery-image] Sep 11 21:49:56.861 INFO O| Sep 11 21:49:56.861 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-09-11T21:49:57.245Z[ recovery-image] Sep 11 21:49:56.877 INFO O| Sep 11 21:49:56.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
50872024-09-11T21:49:57.245Z[ recovery-image] Sep 11 21:49:56.877 INFO O| Sep 11 21:49:56.877 INFO STEP 365 (remove_files) COMPLETE
50882024-09-11T21:49:57.245Z[ recovery-image] Sep 11 21:49:56.877 INFO O| Sep 11 21:49:56.877 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-09-11T21:49:57.269Z[ recovery-image] Sep 11 21:49:56.893 INFO O| Sep 11 21:49:56.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
50902024-09-11T21:49:57.269Z[ recovery-image] Sep 11 21:49:56.893 INFO O| Sep 11 21:49:56.893 INFO STEP 366 (remove_files) COMPLETE
50912024-09-11T21:49:57.269Z[ recovery-image] Sep 11 21:49:56.893 INFO O| Sep 11 21:49:56.893 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-09-11T21:49:57.269Z[ recovery-image] Sep 11 21:49:56.909 INFO O| Sep 11 21:49:56.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
50932024-09-11T21:49:57.269Z[ recovery-image] Sep 11 21:49:56.910 INFO O| Sep 11 21:49:56.910 INFO STEP 367 (remove_files) COMPLETE
50942024-09-11T21:49:57.269Z[ recovery-image] Sep 11 21:49:56.910 INFO O| Sep 11 21:49:56.910 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-09-11T21:49:57.293Z[ recovery-image] Sep 11 21:49:56.926 INFO O| Sep 11 21:49:56.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
50962024-09-11T21:49:57.293Z[ recovery-image] Sep 11 21:49:56.926 INFO O| Sep 11 21:49:56.926 INFO STEP 368 (remove_files) COMPLETE
50972024-09-11T21:49:57.293Z[ recovery-image] Sep 11 21:49:56.926 INFO O| Sep 11 21:49:56.926 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-09-11T21:49:57.317Z[ recovery-image] Sep 11 21:49:56.942 INFO O| Sep 11 21:49:56.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
50992024-09-11T21:49:57.317Z[ recovery-image] Sep 11 21:49:56.942 INFO O| Sep 11 21:49:56.942 INFO STEP 369 (remove_files) COMPLETE
51002024-09-11T21:49:57.317Z[ recovery-image] Sep 11 21:49:56.942 INFO O| Sep 11 21:49:56.942 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-09-11T21:49:57.341Z[ recovery-image] Sep 11 21:49:56.962 INFO O| Sep 11 21:49:56.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51022024-09-11T21:49:57.341Z[ recovery-image] Sep 11 21:49:56.963 INFO O| Sep 11 21:49:56.963 INFO STEP 370 (remove_files) COMPLETE
51032024-09-11T21:49:57.341Z[ recovery-image] Sep 11 21:49:56.963 INFO O| Sep 11 21:49:56.963 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-09-11T21:49:57.341Z[ recovery-image] Sep 11 21:49:56.980 INFO O| Sep 11 21:49:56.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51052024-09-11T21:49:57.341Z[ recovery-image] Sep 11 21:49:56.980 INFO O| Sep 11 21:49:56.980 INFO STEP 371 (remove_files) COMPLETE
51062024-09-11T21:49:57.341Z[ recovery-image] Sep 11 21:49:56.980 INFO O| Sep 11 21:49:56.980 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-09-11T21:49:57.366Z[ recovery-image] Sep 11 21:49:57.003 INFO O| Sep 11 21:49:57.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51082024-09-11T21:49:57.366Z[ recovery-image] Sep 11 21:49:57.003 INFO O| Sep 11 21:49:57.003 INFO STEP 372 (remove_files) COMPLETE
51092024-09-11T21:49:57.366Z[ recovery-image] Sep 11 21:49:57.003 INFO O| Sep 11 21:49:57.003 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-09-11T21:49:57.390Z[ recovery-image] Sep 11 21:49:57.023 INFO O| Sep 11 21:49:57.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51112024-09-11T21:49:57.390Z[ recovery-image] Sep 11 21:49:57.024 INFO O| Sep 11 21:49:57.024 INFO STEP 373 (remove_files) COMPLETE
51122024-09-11T21:49:57.390Z[ recovery-image] Sep 11 21:49:57.024 INFO O| Sep 11 21:49:57.024 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-09-11T21:49:57.414Z[ recovery-image] Sep 11 21:49:57.045 INFO O| Sep 11 21:49:57.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51142024-09-11T21:49:57.414Z[ recovery-image] Sep 11 21:49:57.046 INFO O| Sep 11 21:49:57.045 INFO STEP 374 (remove_files) COMPLETE
51152024-09-11T21:49:57.414Z[ recovery-image] Sep 11 21:49:57.046 INFO O| Sep 11 21:49:57.046 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-09-11T21:49:57.438Z[ recovery-image] Sep 11 21:49:57.063 INFO O| Sep 11 21:49:57.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51172024-09-11T21:49:57.438Z[ recovery-image] Sep 11 21:49:57.063 INFO O| Sep 11 21:49:57.063 INFO STEP 375 (remove_files) COMPLETE
51182024-09-11T21:49:57.438Z[ recovery-image] Sep 11 21:49:57.063 INFO O| Sep 11 21:49:57.063 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-09-11T21:49:57.462Z[ recovery-image] Sep 11 21:49:57.086 INFO O| Sep 11 21:49:57.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51202024-09-11T21:49:57.462Z[ recovery-image] Sep 11 21:49:57.086 INFO O| Sep 11 21:49:57.086 INFO STEP 376 (remove_files) COMPLETE
51212024-09-11T21:49:57.462Z[ recovery-image] Sep 11 21:49:57.086 INFO O| Sep 11 21:49:57.086 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-09-11T21:49:57.462Z[ recovery-image] Sep 11 21:49:57.102 INFO O| Sep 11 21:49:57.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51232024-09-11T21:49:57.462Z[ recovery-image] Sep 11 21:49:57.102 INFO O| Sep 11 21:49:57.102 INFO STEP 377 (remove_files) COMPLETE
51242024-09-11T21:49:57.462Z[ recovery-image] Sep 11 21:49:57.102 INFO O| Sep 11 21:49:57.102 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-09-11T21:49:57.486Z[ recovery-image] Sep 11 21:49:57.118 INFO O| Sep 11 21:49:57.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51262024-09-11T21:49:57.486Z[ recovery-image] Sep 11 21:49:57.118 INFO O| Sep 11 21:49:57.118 INFO STEP 378 (remove_files) COMPLETE
51272024-09-11T21:49:57.486Z[ recovery-image] Sep 11 21:49:57.118 INFO O| Sep 11 21:49:57.118 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-09-11T21:49:57.510Z[ recovery-image] Sep 11 21:49:57.134 INFO O| Sep 11 21:49:57.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51292024-09-11T21:49:57.510Z[ recovery-image] Sep 11 21:49:57.134 INFO O| Sep 11 21:49:57.134 INFO STEP 379 (remove_files) COMPLETE
51302024-09-11T21:49:57.510Z[ recovery-image] Sep 11 21:49:57.134 INFO O| Sep 11 21:49:57.134 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-09-11T21:49:57.510Z[ recovery-image] Sep 11 21:49:57.150 INFO O| Sep 11 21:49:57.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51322024-09-11T21:49:57.510Z[ recovery-image] Sep 11 21:49:57.150 INFO O| Sep 11 21:49:57.150 INFO STEP 380 (remove_files) COMPLETE
51332024-09-11T21:49:57.510Z[ recovery-image] Sep 11 21:49:57.150 INFO O| Sep 11 21:49:57.150 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-09-11T21:49:57.534Z[ recovery-image] Sep 11 21:49:57.166 INFO O| Sep 11 21:49:57.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51352024-09-11T21:49:57.534Z[ recovery-image] Sep 11 21:49:57.166 INFO O| Sep 11 21:49:57.166 INFO STEP 381 (remove_files) COMPLETE
51362024-09-11T21:49:57.534Z[ recovery-image] Sep 11 21:49:57.166 INFO O| Sep 11 21:49:57.166 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-09-11T21:49:57.558Z[ recovery-image] Sep 11 21:49:57.182 INFO O| Sep 11 21:49:57.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51382024-09-11T21:49:57.558Z[ recovery-image] Sep 11 21:49:57.183 INFO O| Sep 11 21:49:57.182 INFO STEP 382 (remove_files) COMPLETE
51392024-09-11T21:49:57.558Z[ recovery-image] Sep 11 21:49:57.183 INFO O| Sep 11 21:49:57.183 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-09-11T21:49:57.558Z[ recovery-image] Sep 11 21:49:57.199 INFO O| Sep 11 21:49:57.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51412024-09-11T21:49:57.558Z[ recovery-image] Sep 11 21:49:57.199 INFO O| Sep 11 21:49:57.199 INFO STEP 383 (remove_files) COMPLETE
51422024-09-11T21:49:57.581Z[ recovery-image] Sep 11 21:49:57.199 INFO O| Sep 11 21:49:57.199 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-09-11T21:49:57.581Z[ recovery-image] Sep 11 21:49:57.215 INFO O| Sep 11 21:49:57.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51442024-09-11T21:49:57.581Z[ recovery-image] Sep 11 21:49:57.215 INFO O| Sep 11 21:49:57.215 INFO STEP 384 (remove_files) COMPLETE
51452024-09-11T21:49:57.581Z[ recovery-image] Sep 11 21:49:57.215 INFO O| Sep 11 21:49:57.215 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-09-11T21:49:57.605Z[ recovery-image] Sep 11 21:49:57.232 INFO O| Sep 11 21:49:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51472024-09-11T21:49:57.605Z[ recovery-image] Sep 11 21:49:57.232 INFO O| Sep 11 21:49:57.232 INFO STEP 385 (remove_files) COMPLETE
51482024-09-11T21:49:57.605Z[ recovery-image] Sep 11 21:49:57.232 INFO O| Sep 11 21:49:57.232 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-09-11T21:49:57.629Z[ recovery-image] Sep 11 21:49:57.248 INFO O| Sep 11 21:49:57.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51502024-09-11T21:49:57.629Z[ recovery-image] Sep 11 21:49:57.248 INFO O| Sep 11 21:49:57.248 INFO STEP 386 (remove_files) COMPLETE
51512024-09-11T21:49:57.629Z[ recovery-image] Sep 11 21:49:57.248 INFO O| Sep 11 21:49:57.248 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-09-11T21:49:57.629Z[ recovery-image] Sep 11 21:49:57.265 INFO O| Sep 11 21:49:57.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51532024-09-11T21:49:57.629Z[ recovery-image] Sep 11 21:49:57.265 INFO O| Sep 11 21:49:57.265 INFO STEP 387 (remove_files) COMPLETE
51542024-09-11T21:49:57.629Z[ recovery-image] Sep 11 21:49:57.265 INFO O| Sep 11 21:49:57.265 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-09-11T21:49:57.653Z[ recovery-image] Sep 11 21:49:57.286 INFO O| Sep 11 21:49:57.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51562024-09-11T21:49:57.653Z[ recovery-image] Sep 11 21:49:57.286 INFO O| Sep 11 21:49:57.286 INFO STEP 388 (remove_files) COMPLETE
51572024-09-11T21:49:57.653Z[ recovery-image] Sep 11 21:49:57.286 INFO O| Sep 11 21:49:57.286 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-09-11T21:49:57.678Z[ recovery-image] Sep 11 21:49:57.303 INFO O| Sep 11 21:49:57.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51592024-09-11T21:49:57.678Z[ recovery-image] Sep 11 21:49:57.303 INFO O| Sep 11 21:49:57.303 INFO STEP 389 (remove_files) COMPLETE
51602024-09-11T21:49:57.678Z[ recovery-image] Sep 11 21:49:57.303 INFO O| Sep 11 21:49:57.303 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-09-11T21:49:57.702Z[ recovery-image] Sep 11 21:49:57.321 INFO O| Sep 11 21:49:57.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51622024-09-11T21:49:57.702Z[ recovery-image] Sep 11 21:49:57.321 INFO O| Sep 11 21:49:57.321 INFO STEP 390 (remove_files) COMPLETE
51632024-09-11T21:49:57.702Z[ recovery-image] Sep 11 21:49:57.321 INFO O| Sep 11 21:49:57.321 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-09-11T21:49:57.702Z[ recovery-image] Sep 11 21:49:57.338 INFO O| Sep 11 21:49:57.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51652024-09-11T21:49:57.702Z[ recovery-image] Sep 11 21:49:57.338 INFO O| Sep 11 21:49:57.338 INFO STEP 391 (remove_files) COMPLETE
51662024-09-11T21:49:57.702Z[ recovery-image] Sep 11 21:49:57.338 INFO O| Sep 11 21:49:57.338 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-09-11T21:49:57.726Z[ recovery-image] Sep 11 21:49:57.356 INFO O| Sep 11 21:49:57.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51682024-09-11T21:49:57.726Z[ recovery-image] Sep 11 21:49:57.356 INFO O| Sep 11 21:49:57.356 INFO STEP 392 (remove_files) COMPLETE
51692024-09-11T21:49:57.726Z[ recovery-image] Sep 11 21:49:57.356 INFO O| Sep 11 21:49:57.356 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-09-11T21:49:57.750Z[ recovery-image] Sep 11 21:49:57.374 INFO O| Sep 11 21:49:57.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51712024-09-11T21:49:57.750Z[ recovery-image] Sep 11 21:49:57.374 INFO O| Sep 11 21:49:57.374 INFO STEP 393 (remove_files) COMPLETE
51722024-09-11T21:49:57.750Z[ recovery-image] Sep 11 21:49:57.374 INFO O| Sep 11 21:49:57.374 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-09-11T21:49:57.750Z[ recovery-image] Sep 11 21:49:57.391 INFO O| Sep 11 21:49:57.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51742024-09-11T21:49:57.750Z[ recovery-image] Sep 11 21:49:57.391 INFO O| Sep 11 21:49:57.391 INFO STEP 394 (remove_files) COMPLETE
51752024-09-11T21:49:57.750Z[ recovery-image] Sep 11 21:49:57.391 INFO O| Sep 11 21:49:57.391 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-09-11T21:49:57.774Z[ recovery-image] Sep 11 21:49:57.409 INFO O| Sep 11 21:49:57.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51772024-09-11T21:49:57.774Z[ recovery-image] Sep 11 21:49:57.409 INFO O| Sep 11 21:49:57.409 INFO STEP 395 (remove_files) COMPLETE
51782024-09-11T21:49:57.774Z[ recovery-image] Sep 11 21:49:57.409 INFO O| Sep 11 21:49:57.409 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-09-11T21:49:57.798Z[ recovery-image] Sep 11 21:49:57.426 INFO O| Sep 11 21:49:57.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51802024-09-11T21:49:57.798Z[ recovery-image] Sep 11 21:49:57.426 INFO O| Sep 11 21:49:57.426 INFO STEP 396 (remove_files) COMPLETE
51812024-09-11T21:49:57.798Z[ recovery-image] Sep 11 21:49:57.426 INFO O| Sep 11 21:49:57.426 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-09-11T21:49:57.822Z[ recovery-image] Sep 11 21:49:57.443 INFO O| Sep 11 21:49:57.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51832024-09-11T21:49:57.822Z[ recovery-image] Sep 11 21:49:57.443 INFO O| Sep 11 21:49:57.443 INFO STEP 397 (remove_files) COMPLETE
51842024-09-11T21:49:57.822Z[ recovery-image] Sep 11 21:49:57.443 INFO O| Sep 11 21:49:57.443 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-09-11T21:49:57.822Z[ recovery-image] Sep 11 21:49:57.461 INFO O| Sep 11 21:49:57.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
51862024-09-11T21:49:57.822Z[ recovery-image] Sep 11 21:49:57.461 INFO O| Sep 11 21:49:57.461 INFO STEP 398 (remove_files) COMPLETE
51872024-09-11T21:49:57.822Z[ recovery-image] Sep 11 21:49:57.461 INFO O| Sep 11 21:49:57.461 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-09-11T21:49:57.880Z[ recovery-image] Sep 11 21:49:57.477 INFO O| Sep 11 21:49:57.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
51892024-09-11T21:49:57.880Z[ recovery-image] Sep 11 21:49:57.478 INFO O| Sep 11 21:49:57.477 INFO STEP 399 (remove_files) COMPLETE
51902024-09-11T21:49:57.880Z[ recovery-image] Sep 11 21:49:57.478 INFO O| Sep 11 21:49:57.477 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-09-11T21:49:57.880Z[ recovery-image] Sep 11 21:49:57.494 INFO O| Sep 11 21:49:57.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
51922024-09-11T21:49:57.880Z[ recovery-image] Sep 11 21:49:57.495 INFO O| Sep 11 21:49:57.495 INFO STEP 400 (remove_files) COMPLETE
51932024-09-11T21:49:57.880Z[ recovery-image] Sep 11 21:49:57.495 INFO O| Sep 11 21:49:57.495 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-09-11T21:49:57.880Z[ recovery-image] Sep 11 21:49:57.510 INFO O| Sep 11 21:49:57.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
51952024-09-11T21:49:57.880Z[ recovery-image] Sep 11 21:49:57.510 INFO O| Sep 11 21:49:57.510 INFO STEP 401 (remove_files) COMPLETE
51962024-09-11T21:49:57.880Z[ recovery-image] Sep 11 21:49:57.510 INFO O| Sep 11 21:49:57.510 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-09-11T21:49:57.904Z[ recovery-image] Sep 11 21:49:57.530 INFO O| Sep 11 21:49:57.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
51982024-09-11T21:49:57.904Z[ recovery-image] Sep 11 21:49:57.530 INFO O| Sep 11 21:49:57.530 INFO STEP 402 (remove_files) COMPLETE
51992024-09-11T21:49:57.904Z[ recovery-image] Sep 11 21:49:57.530 INFO O| Sep 11 21:49:57.530 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-09-11T21:49:57.928Z[ recovery-image] Sep 11 21:49:57.551 INFO O| Sep 11 21:49:57.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52012024-09-11T21:49:57.928Z[ recovery-image] Sep 11 21:49:57.552 INFO O| Sep 11 21:49:57.552 INFO STEP 403 (remove_files) COMPLETE
52022024-09-11T21:49:57.928Z[ recovery-image] Sep 11 21:49:57.552 INFO O| Sep 11 21:49:57.552 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-09-11T21:49:57.928Z[ recovery-image] Sep 11 21:49:57.569 INFO O| Sep 11 21:49:57.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52042024-09-11T21:49:57.928Z[ recovery-image] Sep 11 21:49:57.569 INFO O| Sep 11 21:49:57.569 INFO STEP 404 (remove_files) COMPLETE
52052024-09-11T21:49:57.928Z[ recovery-image] Sep 11 21:49:57.569 INFO O| Sep 11 21:49:57.569 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-09-11T21:49:57.952Z[ recovery-image] Sep 11 21:49:57.584 INFO O| Sep 11 21:49:57.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52072024-09-11T21:49:57.952Z[ recovery-image] Sep 11 21:49:57.584 INFO O| Sep 11 21:49:57.584 INFO STEP 405 (remove_files) COMPLETE
52082024-09-11T21:49:57.952Z[ recovery-image] Sep 11 21:49:57.584 INFO O| Sep 11 21:49:57.584 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-09-11T21:49:57.976Z[ recovery-image] Sep 11 21:49:57.603 INFO O| Sep 11 21:49:57.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52102024-09-11T21:49:57.976Z[ recovery-image] Sep 11 21:49:57.603 INFO O| Sep 11 21:49:57.603 INFO STEP 406 (remove_files) COMPLETE
52112024-09-11T21:49:57.976Z[ recovery-image] Sep 11 21:49:57.603 INFO O| Sep 11 21:49:57.603 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-09-11T21:49:57.999Z[ recovery-image] Sep 11 21:49:57.621 INFO O| Sep 11 21:49:57.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52132024-09-11T21:49:57.999Z[ recovery-image] Sep 11 21:49:57.622 INFO O| Sep 11 21:49:57.621 INFO STEP 407 (remove_files) COMPLETE
52142024-09-11T21:49:58.000Z[ recovery-image] Sep 11 21:49:57.622 INFO O| Sep 11 21:49:57.622 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-09-11T21:49:58.000Z[ recovery-image] Sep 11 21:49:57.639 INFO O| Sep 11 21:49:57.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52162024-09-11T21:49:58.000Z[ recovery-image] Sep 11 21:49:57.640 INFO O| Sep 11 21:49:57.640 INFO STEP 408 (remove_files) COMPLETE
52172024-09-11T21:49:58.000Z[ recovery-image] Sep 11 21:49:57.640 INFO O| Sep 11 21:49:57.640 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-09-11T21:49:58.024Z[ recovery-image] Sep 11 21:49:57.664 INFO O| Sep 11 21:49:57.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52192024-09-11T21:49:58.024Z[ recovery-image] Sep 11 21:49:57.664 INFO O| Sep 11 21:49:57.664 INFO STEP 409 (remove_files) COMPLETE
52202024-09-11T21:49:58.024Z[ recovery-image] Sep 11 21:49:57.664 INFO O| Sep 11 21:49:57.664 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-09-11T21:49:58.048Z[ recovery-image] Sep 11 21:49:57.690 INFO O| Sep 11 21:49:57.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52222024-09-11T21:49:58.048Z[ recovery-image] Sep 11 21:49:57.690 INFO O| Sep 11 21:49:57.690 INFO STEP 410 (remove_files) COMPLETE
52232024-09-11T21:49:58.072Z[ recovery-image] Sep 11 21:49:57.690 INFO O| Sep 11 21:49:57.690 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-09-11T21:49:58.096Z[ recovery-image] Sep 11 21:49:57.714 INFO O| Sep 11 21:49:57.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52252024-09-11T21:49:58.096Z[ recovery-image] Sep 11 21:49:57.714 INFO O| Sep 11 21:49:57.714 INFO STEP 411 (remove_files) COMPLETE
52262024-09-11T21:49:58.096Z[ recovery-image] Sep 11 21:49:57.714 INFO O| Sep 11 21:49:57.714 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-09-11T21:49:58.121Z[ recovery-image] Sep 11 21:49:57.739 INFO O| Sep 11 21:49:57.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52282024-09-11T21:49:58.121Z[ recovery-image] Sep 11 21:49:57.739 INFO O| Sep 11 21:49:57.739 INFO STEP 412 (remove_files) COMPLETE
52292024-09-11T21:49:58.121Z[ recovery-image] Sep 11 21:49:57.739 INFO O| Sep 11 21:49:57.739 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-09-11T21:49:58.145Z[ recovery-image] Sep 11 21:49:57.763 INFO O| Sep 11 21:49:57.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52312024-09-11T21:49:58.145Z[ recovery-image] Sep 11 21:49:57.763 INFO O| Sep 11 21:49:57.763 INFO STEP 413 (remove_files) COMPLETE
52322024-09-11T21:49:58.145Z[ recovery-image] Sep 11 21:49:57.763 INFO O| Sep 11 21:49:57.763 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-09-11T21:49:58.145Z[ recovery-image] Sep 11 21:49:57.785 INFO O| Sep 11 21:49:57.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52342024-09-11T21:49:58.145Z[ recovery-image] Sep 11 21:49:57.785 INFO O| Sep 11 21:49:57.785 INFO STEP 414 (remove_files) COMPLETE
52352024-09-11T21:49:58.145Z[ recovery-image] Sep 11 21:49:57.785 INFO O| Sep 11 21:49:57.785 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-09-11T21:49:58.169Z[ recovery-image] Sep 11 21:49:57.807 INFO O| Sep 11 21:49:57.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52372024-09-11T21:49:58.169Z[ recovery-image] Sep 11 21:49:57.808 INFO O| Sep 11 21:49:57.807 INFO STEP 415 (remove_files) COMPLETE
52382024-09-11T21:49:58.169Z[ recovery-image] Sep 11 21:49:57.808 INFO O| Sep 11 21:49:57.807 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-09-11T21:49:58.193Z[ recovery-image] Sep 11 21:49:57.832 INFO O| Sep 11 21:49:57.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52402024-09-11T21:49:58.193Z[ recovery-image] Sep 11 21:49:57.833 INFO O| Sep 11 21:49:57.833 INFO STEP 416 (remove_files) COMPLETE
52412024-09-11T21:49:58.193Z[ recovery-image] Sep 11 21:49:57.833 INFO O| Sep 11 21:49:57.833 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-09-11T21:49:58.217Z[ recovery-image] Sep 11 21:49:57.854 INFO O| Sep 11 21:49:57.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52432024-09-11T21:49:58.217Z[ recovery-image] Sep 11 21:49:57.854 INFO O| Sep 11 21:49:57.854 INFO STEP 417 (remove_files) COMPLETE
52442024-09-11T21:49:58.217Z[ recovery-image] Sep 11 21:49:57.854 INFO O| Sep 11 21:49:57.854 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-09-11T21:49:58.241Z[ recovery-image] Sep 11 21:49:57.872 INFO O| Sep 11 21:49:57.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52462024-09-11T21:49:58.241Z[ recovery-image] Sep 11 21:49:57.872 INFO O| Sep 11 21:49:57.872 INFO STEP 418 (remove_files) COMPLETE
52472024-09-11T21:49:58.241Z[ recovery-image] Sep 11 21:49:57.872 INFO O| Sep 11 21:49:57.872 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-09-11T21:49:58.265Z[ recovery-image] Sep 11 21:49:57.893 INFO O| Sep 11 21:49:57.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52492024-09-11T21:49:58.265Z[ recovery-image] Sep 11 21:49:57.894 INFO O| Sep 11 21:49:57.893 INFO STEP 419 (remove_files) COMPLETE
52502024-09-11T21:49:58.265Z[ recovery-image] Sep 11 21:49:57.894 INFO O| Sep 11 21:49:57.893 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-09-11T21:49:58.289Z[ recovery-image] Sep 11 21:49:57.910 INFO O| Sep 11 21:49:57.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52522024-09-11T21:49:58.289Z[ recovery-image] Sep 11 21:49:57.910 INFO O| Sep 11 21:49:57.910 INFO STEP 420 (remove_files) COMPLETE
52532024-09-11T21:49:58.289Z[ recovery-image] Sep 11 21:49:57.910 INFO O| Sep 11 21:49:57.910 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-09-11T21:49:58.289Z[ recovery-image] Sep 11 21:49:57.925 INFO O| Sep 11 21:49:57.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52552024-09-11T21:49:58.289Z[ recovery-image] Sep 11 21:49:57.925 INFO O| Sep 11 21:49:57.925 INFO STEP 421 (remove_files) COMPLETE
52562024-09-11T21:49:58.289Z[ recovery-image] Sep 11 21:49:57.925 INFO O| Sep 11 21:49:57.925 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-09-11T21:49:58.313Z[ recovery-image] Sep 11 21:49:57.941 INFO O| Sep 11 21:49:57.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52582024-09-11T21:49:58.313Z[ recovery-image] Sep 11 21:49:57.941 INFO O| Sep 11 21:49:57.941 INFO STEP 422 (remove_files) COMPLETE
52592024-09-11T21:49:58.313Z[ recovery-image] Sep 11 21:49:57.941 INFO O| Sep 11 21:49:57.941 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-09-11T21:49:58.339Z[ recovery-image] Sep 11 21:49:57.958 INFO O| Sep 11 21:49:57.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52612024-09-11T21:49:58.339Z[ recovery-image] Sep 11 21:49:57.958 INFO O| Sep 11 21:49:57.958 INFO STEP 423 (remove_files) COMPLETE
52622024-09-11T21:49:58.339Z[ recovery-image] Sep 11 21:49:57.958 INFO O| Sep 11 21:49:57.958 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-09-11T21:49:58.339Z[ recovery-image] Sep 11 21:49:57.974 INFO O| Sep 11 21:49:57.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52642024-09-11T21:49:58.339Z[ recovery-image] Sep 11 21:49:57.974 INFO O| Sep 11 21:49:57.974 INFO STEP 424 (remove_files) COMPLETE
52652024-09-11T21:49:58.339Z[ recovery-image] Sep 11 21:49:57.974 INFO O| Sep 11 21:49:57.974 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-09-11T21:49:58.363Z[ recovery-image] Sep 11 21:49:57.990 INFO O| Sep 11 21:49:57.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52672024-09-11T21:49:58.363Z[ recovery-image] Sep 11 21:49:57.990 INFO O| Sep 11 21:49:57.990 INFO STEP 425 (remove_files) COMPLETE
52682024-09-11T21:49:58.363Z[ recovery-image] Sep 11 21:49:57.990 INFO O| Sep 11 21:49:57.990 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-09-11T21:49:58.387Z[ recovery-image] Sep 11 21:49:58.012 INFO O| Sep 11 21:49:58.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52702024-09-11T21:49:58.387Z[ recovery-image] Sep 11 21:49:58.012 INFO O| Sep 11 21:49:58.012 INFO STEP 426 (remove_files) COMPLETE
52712024-09-11T21:49:58.387Z[ recovery-image] Sep 11 21:49:58.012 INFO O| Sep 11 21:49:58.012 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-09-11T21:49:58.411Z[ recovery-image] Sep 11 21:49:58.030 INFO O| Sep 11 21:49:58.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52732024-09-11T21:49:58.411Z[ recovery-image] Sep 11 21:49:58.030 INFO O| Sep 11 21:49:58.030 INFO STEP 427 (remove_files) COMPLETE
52742024-09-11T21:49:58.411Z[ recovery-image] Sep 11 21:49:58.030 INFO O| Sep 11 21:49:58.030 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-09-11T21:49:58.411Z[ recovery-image] Sep 11 21:49:58.046 INFO O| Sep 11 21:49:58.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52762024-09-11T21:49:58.411Z[ recovery-image] Sep 11 21:49:58.046 INFO O| Sep 11 21:49:58.046 INFO STEP 428 (remove_files) COMPLETE
52772024-09-11T21:49:58.411Z[ recovery-image] Sep 11 21:49:58.046 INFO O| Sep 11 21:49:58.046 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-09-11T21:49:58.435Z[ recovery-image] Sep 11 21:49:58.062 INFO O| Sep 11 21:49:58.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52792024-09-11T21:49:58.435Z[ recovery-image] Sep 11 21:49:58.062 INFO O| Sep 11 21:49:58.062 INFO STEP 429 (remove_files) COMPLETE
52802024-09-11T21:49:58.435Z[ recovery-image] Sep 11 21:49:58.062 INFO O| Sep 11 21:49:58.062 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-09-11T21:49:58.459Z[ recovery-image] Sep 11 21:49:58.078 INFO O| Sep 11 21:49:58.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
52822024-09-11T21:49:58.459Z[ recovery-image] Sep 11 21:49:58.078 INFO O| Sep 11 21:49:58.078 INFO STEP 430 (remove_files) COMPLETE
52832024-09-11T21:49:58.459Z[ recovery-image] Sep 11 21:49:58.078 INFO O| Sep 11 21:49:58.078 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-09-11T21:49:58.484Z[ recovery-image] Sep 11 21:49:58.102 INFO O| Sep 11 21:49:58.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
52852024-09-11T21:49:58.484Z[ recovery-image] Sep 11 21:49:58.102 INFO O| Sep 11 21:49:58.102 INFO STEP 431 (remove_files) COMPLETE
52862024-09-11T21:49:58.484Z[ recovery-image] Sep 11 21:49:58.102 INFO O| Sep 11 21:49:58.102 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-09-11T21:49:58.484Z[ recovery-image] Sep 11 21:49:58.119 INFO O| Sep 11 21:49:58.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
52882024-09-11T21:49:58.484Z[ recovery-image] Sep 11 21:49:58.119 INFO O| Sep 11 21:49:58.119 INFO STEP 432 (remove_files) COMPLETE
52892024-09-11T21:49:58.484Z[ recovery-image] Sep 11 21:49:58.119 INFO O| Sep 11 21:49:58.119 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-09-11T21:49:58.508Z[ recovery-image] Sep 11 21:49:58.134 INFO O| Sep 11 21:49:58.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
52912024-09-11T21:49:58.509Z[ recovery-image] Sep 11 21:49:58.134 INFO O| Sep 11 21:49:58.134 INFO STEP 433 (remove_files) COMPLETE
52922024-09-11T21:49:58.509Z[ recovery-image] Sep 11 21:49:58.135 INFO O| Sep 11 21:49:58.134 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-09-11T21:49:58.509Z[ recovery-image] Sep 11 21:49:58.150 INFO O| Sep 11 21:49:58.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
52942024-09-11T21:49:58.509Z[ recovery-image] Sep 11 21:49:58.150 INFO O| Sep 11 21:49:58.150 INFO STEP 434 (remove_files) COMPLETE
52952024-09-11T21:49:58.509Z[ recovery-image] Sep 11 21:49:58.150 INFO O| Sep 11 21:49:58.150 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-09-11T21:49:58.533Z[ recovery-image] Sep 11 21:49:58.166 INFO O| Sep 11 21:49:58.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
52972024-09-11T21:49:58.533Z[ recovery-image] Sep 11 21:49:58.166 INFO O| Sep 11 21:49:58.166 INFO STEP 435 (remove_files) COMPLETE
52982024-09-11T21:49:58.533Z[ recovery-image] Sep 11 21:49:58.166 INFO O| Sep 11 21:49:58.166 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-09-11T21:49:58.557Z[ recovery-image] Sep 11 21:49:58.183 INFO O| Sep 11 21:49:58.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53002024-09-11T21:49:58.557Z[ recovery-image] Sep 11 21:49:58.183 INFO O| Sep 11 21:49:58.183 INFO STEP 436 (remove_files) COMPLETE
53012024-09-11T21:49:58.557Z[ recovery-image] Sep 11 21:49:58.183 INFO O| Sep 11 21:49:58.183 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-09-11T21:49:58.581Z[ recovery-image] Sep 11 21:49:58.199 INFO O| Sep 11 21:49:58.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53032024-09-11T21:49:58.581Z[ recovery-image] Sep 11 21:49:58.199 INFO O| Sep 11 21:49:58.199 INFO STEP 437 (remove_files) COMPLETE
53042024-09-11T21:49:58.581Z[ recovery-image] Sep 11 21:49:58.199 INFO O| Sep 11 21:49:58.199 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-09-11T21:49:58.581Z[ recovery-image] Sep 11 21:49:58.221 INFO O| Sep 11 21:49:58.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53062024-09-11T21:49:58.581Z[ recovery-image] Sep 11 21:49:58.222 INFO O| Sep 11 21:49:58.221 INFO STEP 438 (remove_files) COMPLETE
53072024-09-11T21:49:58.581Z[ recovery-image] Sep 11 21:49:58.222 INFO O| Sep 11 21:49:58.222 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-09-11T21:49:58.605Z[ recovery-image] Sep 11 21:49:58.246 INFO O| Sep 11 21:49:58.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53092024-09-11T21:49:58.605Z[ recovery-image] Sep 11 21:49:58.246 INFO O| Sep 11 21:49:58.246 INFO STEP 439 (remove_files) COMPLETE
53102024-09-11T21:49:58.605Z[ recovery-image] Sep 11 21:49:58.246 INFO O| Sep 11 21:49:58.246 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-09-11T21:49:58.629Z[ recovery-image] Sep 11 21:49:58.265 INFO O| Sep 11 21:49:58.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53122024-09-11T21:49:58.629Z[ recovery-image] Sep 11 21:49:58.265 INFO O| Sep 11 21:49:58.265 INFO STEP 440 (remove_files) COMPLETE
53132024-09-11T21:49:58.629Z[ recovery-image] Sep 11 21:49:58.265 INFO O| Sep 11 21:49:58.265 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-09-11T21:49:58.653Z[ recovery-image] Sep 11 21:49:58.282 INFO O| Sep 11 21:49:58.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53152024-09-11T21:49:58.653Z[ recovery-image] Sep 11 21:49:58.282 INFO O| Sep 11 21:49:58.282 INFO STEP 441 (remove_files) COMPLETE
53162024-09-11T21:49:58.653Z[ recovery-image] Sep 11 21:49:58.282 INFO O| Sep 11 21:49:58.282 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-09-11T21:49:58.677Z[ recovery-image] Sep 11 21:49:58.301 INFO O| Sep 11 21:49:58.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53182024-09-11T21:49:58.677Z[ recovery-image] Sep 11 21:49:58.301 INFO O| Sep 11 21:49:58.301 INFO STEP 442 (remove_files) COMPLETE
53192024-09-11T21:49:58.677Z[ recovery-image] Sep 11 21:49:58.301 INFO O| Sep 11 21:49:58.301 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-09-11T21:49:58.677Z[ recovery-image] Sep 11 21:49:58.319 INFO O| Sep 11 21:49:58.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53212024-09-11T21:49:58.677Z[ recovery-image] Sep 11 21:49:58.319 INFO O| Sep 11 21:49:58.319 INFO STEP 443 (remove_files) COMPLETE
53222024-09-11T21:49:58.677Z[ recovery-image] Sep 11 21:49:58.319 INFO O| Sep 11 21:49:58.319 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-09-11T21:49:58.701Z[ recovery-image] Sep 11 21:49:58.338 INFO O| Sep 11 21:49:58.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53242024-09-11T21:49:58.701Z[ recovery-image] Sep 11 21:49:58.338 INFO O| Sep 11 21:49:58.338 INFO STEP 444 (remove_files) COMPLETE
53252024-09-11T21:49:58.702Z[ recovery-image] Sep 11 21:49:58.338 INFO O| Sep 11 21:49:58.338 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-09-11T21:49:58.725Z[ recovery-image] Sep 11 21:49:58.355 INFO O| Sep 11 21:49:58.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53272024-09-11T21:49:58.726Z[ recovery-image] Sep 11 21:49:58.355 INFO O| Sep 11 21:49:58.355 INFO STEP 445 (remove_files) COMPLETE
53282024-09-11T21:49:58.726Z[ recovery-image] Sep 11 21:49:58.355 INFO O| Sep 11 21:49:58.355 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-09-11T21:49:58.750Z[ recovery-image] Sep 11 21:49:58.371 INFO O| Sep 11 21:49:58.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53302024-09-11T21:49:58.750Z[ recovery-image] Sep 11 21:49:58.371 INFO O| Sep 11 21:49:58.371 INFO STEP 446 (remove_files) COMPLETE
53312024-09-11T21:49:58.750Z[ recovery-image] Sep 11 21:49:58.371 INFO O| Sep 11 21:49:58.371 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-09-11T21:49:58.774Z[ recovery-image] Sep 11 21:49:58.394 INFO O| Sep 11 21:49:58.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53332024-09-11T21:49:58.774Z[ recovery-image] Sep 11 21:49:58.394 INFO O| Sep 11 21:49:58.394 INFO STEP 447 (remove_files) COMPLETE
53342024-09-11T21:49:58.774Z[ recovery-image] Sep 11 21:49:58.394 INFO O| Sep 11 21:49:58.394 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-09-11T21:49:58.774Z[ recovery-image] Sep 11 21:49:58.413 INFO O| Sep 11 21:49:58.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53362024-09-11T21:49:58.774Z[ recovery-image] Sep 11 21:49:58.413 INFO O| Sep 11 21:49:58.413 INFO STEP 448 (remove_files) COMPLETE
53372024-09-11T21:49:58.774Z[ recovery-image] Sep 11 21:49:58.413 INFO O| Sep 11 21:49:58.413 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-09-11T21:49:58.800Z[ recovery-image] Sep 11 21:49:58.432 INFO O| Sep 11 21:49:58.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53392024-09-11T21:49:58.800Z[ recovery-image] Sep 11 21:49:58.432 INFO O| Sep 11 21:49:58.432 INFO STEP 449 (remove_files) COMPLETE
53402024-09-11T21:49:58.800Z[ recovery-image] Sep 11 21:49:58.432 INFO O| Sep 11 21:49:58.432 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-09-11T21:49:58.824Z[ recovery-image] Sep 11 21:49:58.451 INFO O| Sep 11 21:49:58.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53422024-09-11T21:49:58.824Z[ recovery-image] Sep 11 21:49:58.451 INFO O| Sep 11 21:49:58.451 INFO STEP 450 (remove_files) COMPLETE
53432024-09-11T21:49:58.824Z[ recovery-image] Sep 11 21:49:58.451 INFO O| Sep 11 21:49:58.451 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-09-11T21:49:58.848Z[ recovery-image] Sep 11 21:49:58.469 INFO O| Sep 11 21:49:58.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53452024-09-11T21:49:58.848Z[ recovery-image] Sep 11 21:49:58.470 INFO O| Sep 11 21:49:58.469 INFO STEP 451 (remove_files) COMPLETE
53462024-09-11T21:49:58.848Z[ recovery-image] Sep 11 21:49:58.470 INFO O| Sep 11 21:49:58.470 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-09-11T21:49:58.848Z[ recovery-image] Sep 11 21:49:58.487 INFO O| Sep 11 21:49:58.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53482024-09-11T21:49:58.848Z[ recovery-image] Sep 11 21:49:58.487 INFO O| Sep 11 21:49:58.487 INFO STEP 452 (remove_files) COMPLETE
53492024-09-11T21:49:58.848Z[ recovery-image] Sep 11 21:49:58.487 INFO O| Sep 11 21:49:58.487 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-09-11T21:49:58.872Z[ recovery-image] Sep 11 21:49:58.504 INFO O| Sep 11 21:49:58.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53512024-09-11T21:49:58.872Z[ recovery-image] Sep 11 21:49:58.505 INFO O| Sep 11 21:49:58.505 INFO STEP 453 (remove_files) COMPLETE
53522024-09-11T21:49:58.872Z[ recovery-image] Sep 11 21:49:58.505 INFO O| Sep 11 21:49:58.505 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-09-11T21:49:58.896Z[ recovery-image] Sep 11 21:49:58.522 INFO O| Sep 11 21:49:58.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53542024-09-11T21:49:58.896Z[ recovery-image] Sep 11 21:49:58.522 INFO O| Sep 11 21:49:58.522 INFO STEP 454 (remove_files) COMPLETE
53552024-09-11T21:49:58.896Z[ recovery-image] Sep 11 21:49:58.522 INFO O| Sep 11 21:49:58.522 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-09-11T21:49:58.921Z[ recovery-image] Sep 11 21:49:58.540 INFO O| Sep 11 21:49:58.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53572024-09-11T21:49:58.921Z[ recovery-image] Sep 11 21:49:58.540 INFO O| Sep 11 21:49:58.540 INFO STEP 455 (remove_files) COMPLETE
53582024-09-11T21:49:58.921Z[ recovery-image] Sep 11 21:49:58.540 INFO O| Sep 11 21:49:58.540 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-09-11T21:49:58.921Z[ recovery-image] Sep 11 21:49:58.561 INFO O| Sep 11 21:49:58.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53602024-09-11T21:49:58.921Z[ recovery-image] Sep 11 21:49:58.561 INFO O| Sep 11 21:49:58.561 INFO STEP 456 (remove_files) COMPLETE
53612024-09-11T21:49:58.921Z[ recovery-image] Sep 11 21:49:58.561 INFO O| Sep 11 21:49:58.561 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-09-11T21:49:58.945Z[ recovery-image] Sep 11 21:49:58.579 INFO O| Sep 11 21:49:58.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53632024-09-11T21:49:58.945Z[ recovery-image] Sep 11 21:49:58.579 INFO O| Sep 11 21:49:58.579 INFO STEP 457 (remove_files) COMPLETE
53642024-09-11T21:49:58.945Z[ recovery-image] Sep 11 21:49:58.579 INFO O| Sep 11 21:49:58.579 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-09-11T21:49:58.969Z[ recovery-image] Sep 11 21:49:58.597 INFO O| Sep 11 21:49:58.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53662024-09-11T21:49:58.969Z[ recovery-image] Sep 11 21:49:58.597 INFO O| Sep 11 21:49:58.597 INFO STEP 458 (remove_files) COMPLETE
53672024-09-11T21:49:58.969Z[ recovery-image] Sep 11 21:49:58.597 INFO O| Sep 11 21:49:58.597 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-09-11T21:49:58.994Z[ recovery-image] Sep 11 21:49:58.616 INFO O| Sep 11 21:49:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
53692024-09-11T21:49:58.994Z[ recovery-image] Sep 11 21:49:58.616 INFO O| Sep 11 21:49:58.616 INFO STEP 459 (remove_files) COMPLETE
53702024-09-11T21:49:58.994Z[ recovery-image] Sep 11 21:49:58.616 INFO O| Sep 11 21:49:58.616 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-09-11T21:49:58.994Z[ recovery-image] Sep 11 21:49:58.634 INFO O| Sep 11 21:49:58.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53722024-09-11T21:49:58.994Z[ recovery-image] Sep 11 21:49:58.635 INFO O| Sep 11 21:49:58.634 INFO STEP 460 (remove_files) COMPLETE
53732024-09-11T21:49:58.994Z[ recovery-image] Sep 11 21:49:58.635 INFO O| Sep 11 21:49:58.635 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-09-11T21:49:59.018Z[ recovery-image] Sep 11 21:49:58.650 INFO O| Sep 11 21:49:58.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53752024-09-11T21:49:59.018Z[ recovery-image] Sep 11 21:49:58.650 INFO O| Sep 11 21:49:58.650 INFO STEP 461 (remove_files) COMPLETE
53762024-09-11T21:49:59.018Z[ recovery-image] Sep 11 21:49:58.650 INFO O| Sep 11 21:49:58.650 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-09-11T21:49:59.042Z[ recovery-image] Sep 11 21:49:58.666 INFO O| Sep 11 21:49:58.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53782024-09-11T21:49:59.042Z[ recovery-image] Sep 11 21:49:58.666 INFO O| Sep 11 21:49:58.666 INFO STEP 462 (remove_files) COMPLETE
53792024-09-11T21:49:59.042Z[ recovery-image] Sep 11 21:49:58.666 INFO O| Sep 11 21:49:58.666 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-09-11T21:49:59.042Z[ recovery-image] Sep 11 21:49:58.682 INFO O| Sep 11 21:49:58.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
53812024-09-11T21:49:59.042Z[ recovery-image] Sep 11 21:49:58.683 INFO O| Sep 11 21:49:58.683 INFO STEP 463 (remove_files) COMPLETE
53822024-09-11T21:49:59.042Z[ recovery-image] Sep 11 21:49:58.683 INFO O| Sep 11 21:49:58.683 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-09-11T21:49:59.067Z[ recovery-image] Sep 11 21:49:58.699 INFO O| Sep 11 21:49:58.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
53842024-09-11T21:49:59.067Z[ recovery-image] Sep 11 21:49:58.699 INFO O| Sep 11 21:49:58.699 INFO STEP 464 (remove_files) COMPLETE
53852024-09-11T21:49:59.067Z[ recovery-image] Sep 11 21:49:58.699 INFO O| Sep 11 21:49:58.699 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-09-11T21:49:59.091Z[ recovery-image] Sep 11 21:49:58.718 INFO O| Sep 11 21:49:58.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
53872024-09-11T21:49:59.091Z[ recovery-image] Sep 11 21:49:58.718 INFO O| Sep 11 21:49:58.718 INFO STEP 465 (remove_files) COMPLETE
53882024-09-11T21:49:59.091Z[ recovery-image] Sep 11 21:49:58.718 INFO O| Sep 11 21:49:58.718 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-09-11T21:49:59.124Z[ recovery-image] Sep 11 21:49:58.734 INFO O| Sep 11 21:49:58.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
53902024-09-11T21:49:59.124Z[ recovery-image] Sep 11 21:49:58.734 INFO O| Sep 11 21:49:58.734 INFO STEP 466 (remove_files) COMPLETE
53912024-09-11T21:49:59.124Z[ recovery-image] Sep 11 21:49:58.734 INFO O| Sep 11 21:49:58.734 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-09-11T21:49:59.124Z[ recovery-image] Sep 11 21:49:58.753 INFO O| Sep 11 21:49:58.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
53932024-09-11T21:49:59.124Z[ recovery-image] Sep 11 21:49:58.753 INFO O| Sep 11 21:49:58.753 INFO STEP 467 (remove_files) COMPLETE
53942024-09-11T21:49:59.124Z[ recovery-image] Sep 11 21:49:58.754 INFO O| Sep 11 21:49:58.753 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-09-11T21:49:59.148Z[ recovery-image] Sep 11 21:49:58.770 INFO O| Sep 11 21:49:58.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53962024-09-11T21:49:59.148Z[ recovery-image] Sep 11 21:49:58.771 INFO O| Sep 11 21:49:58.770 INFO STEP 468 (remove_files) COMPLETE
53972024-09-11T21:49:59.148Z[ recovery-image] Sep 11 21:49:58.771 INFO O| Sep 11 21:49:58.771 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-09-11T21:49:59.172Z[ recovery-image] Sep 11 21:49:58.793 INFO O| Sep 11 21:49:58.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53992024-09-11T21:49:59.172Z[ recovery-image] Sep 11 21:49:58.793 INFO O| Sep 11 21:49:58.793 INFO STEP 469 (remove_files) COMPLETE
54002024-09-11T21:49:59.172Z[ recovery-image] Sep 11 21:49:58.793 INFO O| Sep 11 21:49:58.793 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-09-11T21:49:59.196Z[ recovery-image] Sep 11 21:49:58.815 INFO O| Sep 11 21:49:58.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54022024-09-11T21:49:59.196Z[ recovery-image] Sep 11 21:49:58.815 INFO O| Sep 11 21:49:58.815 INFO STEP 470 (remove_files) COMPLETE
54032024-09-11T21:49:59.196Z[ recovery-image] Sep 11 21:49:58.815 INFO O| Sep 11 21:49:58.815 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-09-11T21:49:59.196Z[ recovery-image] Sep 11 21:49:58.832 INFO O| Sep 11 21:49:58.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54052024-09-11T21:49:59.196Z[ recovery-image] Sep 11 21:49:58.833 INFO O| Sep 11 21:49:58.832 INFO STEP 471 (remove_files) COMPLETE
54062024-09-11T21:49:59.196Z[ recovery-image] Sep 11 21:49:58.833 INFO O| Sep 11 21:49:58.832 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-09-11T21:49:59.220Z[ recovery-image] Sep 11 21:49:58.847 INFO O| Sep 11 21:49:58.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54082024-09-11T21:49:59.220Z[ recovery-image] Sep 11 21:49:58.847 INFO O| Sep 11 21:49:58.847 INFO STEP 472 (remove_files) COMPLETE
54092024-09-11T21:49:59.220Z[ recovery-image] Sep 11 21:49:58.847 INFO O| Sep 11 21:49:58.847 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-09-11T21:49:59.244Z[ recovery-image] Sep 11 21:49:58.869 INFO O| Sep 11 21:49:58.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54112024-09-11T21:49:59.244Z[ recovery-image] Sep 11 21:49:58.869 INFO O| Sep 11 21:49:58.869 INFO STEP 473 (remove_files) COMPLETE
54122024-09-11T21:49:59.244Z[ recovery-image] Sep 11 21:49:58.869 INFO O| Sep 11 21:49:58.869 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-09-11T21:49:59.268Z[ recovery-image] Sep 11 21:49:58.888 INFO O| Sep 11 21:49:58.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54142024-09-11T21:49:59.268Z[ recovery-image] Sep 11 21:49:58.889 INFO O| Sep 11 21:49:58.889 INFO STEP 474 (remove_files) COMPLETE
54152024-09-11T21:49:59.268Z[ recovery-image] Sep 11 21:49:58.889 INFO O| Sep 11 21:49:58.889 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-09-11T21:49:59.268Z[ recovery-image] Sep 11 21:49:58.903 INFO O| Sep 11 21:49:58.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54172024-09-11T21:49:59.268Z[ recovery-image] Sep 11 21:49:58.903 INFO O| Sep 11 21:49:58.903 INFO STEP 475 (remove_files) COMPLETE
54182024-09-11T21:49:59.268Z[ recovery-image] Sep 11 21:49:58.903 INFO O| Sep 11 21:49:58.903 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-09-11T21:49:59.292Z[ recovery-image] Sep 11 21:49:58.919 INFO O| Sep 11 21:49:58.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54202024-09-11T21:49:59.292Z[ recovery-image] Sep 11 21:49:58.919 INFO O| Sep 11 21:49:58.919 INFO STEP 476 (remove_files) COMPLETE
54212024-09-11T21:49:59.292Z[ recovery-image] Sep 11 21:49:58.919 INFO O| Sep 11 21:49:58.919 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-09-11T21:49:59.316Z[ recovery-image] Sep 11 21:49:58.934 INFO O| Sep 11 21:49:58.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54232024-09-11T21:49:59.316Z[ recovery-image] Sep 11 21:49:58.935 INFO O| Sep 11 21:49:58.934 INFO STEP 477 (remove_files) COMPLETE
54242024-09-11T21:49:59.316Z[ recovery-image] Sep 11 21:49:58.935 INFO O| Sep 11 21:49:58.934 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-09-11T21:49:59.316Z[ recovery-image] Sep 11 21:49:58.950 INFO O| Sep 11 21:49:58.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54262024-09-11T21:49:59.316Z[ recovery-image] Sep 11 21:49:58.950 INFO O| Sep 11 21:49:58.950 INFO STEP 478 (remove_files) COMPLETE
54272024-09-11T21:49:59.316Z[ recovery-image] Sep 11 21:49:58.950 INFO O| Sep 11 21:49:58.950 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-09-11T21:49:59.340Z[ recovery-image] Sep 11 21:49:58.965 INFO O| Sep 11 21:49:58.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54292024-09-11T21:49:59.340Z[ recovery-image] Sep 11 21:49:58.965 INFO O| Sep 11 21:49:58.965 INFO STEP 479 (remove_files) COMPLETE
54302024-09-11T21:49:59.341Z[ recovery-image] Sep 11 21:49:58.965 INFO O| Sep 11 21:49:58.965 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-09-11T21:49:59.341Z[ recovery-image] Sep 11 21:49:58.979 INFO O| Sep 11 21:49:58.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54322024-09-11T21:49:59.341Z[ recovery-image] Sep 11 21:49:58.980 INFO O| Sep 11 21:49:58.980 INFO STEP 480 (remove_files) COMPLETE
54332024-09-11T21:49:59.341Z[ recovery-image] Sep 11 21:49:58.980 INFO O| Sep 11 21:49:58.980 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-09-11T21:49:59.365Z[ recovery-image] Sep 11 21:49:58.994 INFO O| Sep 11 21:49:58.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54352024-09-11T21:49:59.365Z[ recovery-image] Sep 11 21:49:58.994 INFO O| Sep 11 21:49:58.994 INFO STEP 481 (remove_files) COMPLETE
54362024-09-11T21:49:59.365Z[ recovery-image] Sep 11 21:49:58.994 INFO O| Sep 11 21:49:58.994 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-09-11T21:49:59.389Z[ recovery-image] Sep 11 21:49:59.008 INFO O| Sep 11 21:49:59.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54382024-09-11T21:49:59.389Z[ recovery-image] Sep 11 21:49:59.009 INFO O| Sep 11 21:49:59.009 INFO STEP 482 (remove_files) COMPLETE
54392024-09-11T21:49:59.389Z[ recovery-image] Sep 11 21:49:59.009 INFO O| Sep 11 21:49:59.009 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-09-11T21:49:59.389Z[ recovery-image] Sep 11 21:49:59.023 INFO O| Sep 11 21:49:59.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54412024-09-11T21:49:59.389Z[ recovery-image] Sep 11 21:49:59.023 INFO O| Sep 11 21:49:59.023 INFO STEP 483 (remove_files) COMPLETE
54422024-09-11T21:49:59.389Z[ recovery-image] Sep 11 21:49:59.023 INFO O| Sep 11 21:49:59.023 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-09-11T21:49:59.413Z[ recovery-image] Sep 11 21:49:59.037 INFO O| Sep 11 21:49:59.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54442024-09-11T21:49:59.413Z[ recovery-image] Sep 11 21:49:59.038 INFO O| Sep 11 21:49:59.038 INFO STEP 484 (remove_files) COMPLETE
54452024-09-11T21:49:59.413Z[ recovery-image] Sep 11 21:49:59.038 INFO O| Sep 11 21:49:59.038 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-09-11T21:49:59.413Z[ recovery-image] Sep 11 21:49:59.052 INFO O| Sep 11 21:49:59.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54472024-09-11T21:49:59.413Z[ recovery-image] Sep 11 21:49:59.052 INFO O| Sep 11 21:49:59.052 INFO STEP 485 (remove_files) COMPLETE
54482024-09-11T21:49:59.413Z[ recovery-image] Sep 11 21:49:59.052 INFO O| Sep 11 21:49:59.052 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-09-11T21:49:59.437Z[ host-image] Sep 11 21:49:59.056 INFO O| Sep 11 21:49:59.056 INFO O| Done
54502024-09-11T21:49:59.437Z[ recovery-image] Sep 11 21:49:59.067 INFO O| Sep 11 21:49:59.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54512024-09-11T21:49:59.437Z[ recovery-image] Sep 11 21:49:59.067 INFO O| Sep 11 21:49:59.067 INFO STEP 486 (remove_files) COMPLETE
54522024-09-11T21:49:59.437Z[ recovery-image] Sep 11 21:49:59.067 INFO O| Sep 11 21:49:59.067 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-09-11T21:49:59.461Z[ recovery-image] Sep 11 21:49:59.081 INFO O| Sep 11 21:49:59.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54542024-09-11T21:49:59.461Z[ recovery-image] Sep 11 21:49:59.081 INFO O| Sep 11 21:49:59.081 INFO STEP 487 (remove_files) COMPLETE
54552024-09-11T21:49:59.461Z[ recovery-image] Sep 11 21:49:59.081 INFO O| Sep 11 21:49:59.081 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-09-11T21:49:59.461Z[ recovery-image] Sep 11 21:49:59.096 INFO O| Sep 11 21:49:59.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54572024-09-11T21:49:59.461Z[ recovery-image] Sep 11 21:49:59.096 INFO O| Sep 11 21:49:59.096 INFO STEP 488 (remove_files) COMPLETE
54582024-09-11T21:49:59.461Z[ recovery-image] Sep 11 21:49:59.096 INFO O| Sep 11 21:49:59.096 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-09-11T21:49:59.485Z[ recovery-image] Sep 11 21:49:59.110 INFO O| Sep 11 21:49:59.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54602024-09-11T21:49:59.485Z[ recovery-image] Sep 11 21:49:59.110 INFO O| Sep 11 21:49:59.110 INFO STEP 489 (remove_files) COMPLETE
54612024-09-11T21:49:59.486Z[ recovery-image] Sep 11 21:49:59.110 INFO O| Sep 11 21:49:59.110 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-09-11T21:49:59.486Z[ recovery-image] Sep 11 21:49:59.125 INFO O| Sep 11 21:49:59.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54632024-09-11T21:49:59.486Z[ recovery-image] Sep 11 21:49:59.125 INFO O| Sep 11 21:49:59.125 INFO STEP 490 (remove_files) COMPLETE
54642024-09-11T21:49:59.486Z[ recovery-image] Sep 11 21:49:59.125 INFO O| Sep 11 21:49:59.125 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-09-11T21:49:59.510Z[ recovery-image] Sep 11 21:49:59.139 INFO O| Sep 11 21:49:59.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54662024-09-11T21:49:59.510Z[ recovery-image] Sep 11 21:49:59.139 INFO O| Sep 11 21:49:59.139 INFO STEP 491 (remove_files) COMPLETE
54672024-09-11T21:49:59.510Z[ recovery-image] Sep 11 21:49:59.139 INFO O| Sep 11 21:49:59.139 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-09-11T21:49:59.534Z[ recovery-image] Sep 11 21:49:59.153 INFO O| Sep 11 21:49:59.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
54692024-09-11T21:49:59.534Z[ recovery-image] Sep 11 21:49:59.153 INFO O| Sep 11 21:49:59.153 INFO STEP 492 (remove_files) COMPLETE
54702024-09-11T21:49:59.534Z[ recovery-image] Sep 11 21:49:59.153 INFO O| Sep 11 21:49:59.153 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-09-11T21:49:59.534Z[ recovery-image] Sep 11 21:49:59.169 INFO O| Sep 11 21:49:59.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54722024-09-11T21:49:59.534Z[ recovery-image] Sep 11 21:49:59.169 INFO O| Sep 11 21:49:59.169 INFO STEP 493 (remove_files) COMPLETE
54732024-09-11T21:49:59.534Z[ recovery-image] Sep 11 21:49:59.169 INFO O| Sep 11 21:49:59.169 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-09-11T21:49:59.558Z[ recovery-image] Sep 11 21:49:59.185 INFO O| Sep 11 21:49:59.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54752024-09-11T21:49:59.558Z[ recovery-image] Sep 11 21:49:59.185 INFO O| Sep 11 21:49:59.185 INFO STEP 494 (remove_files) COMPLETE
54762024-09-11T21:49:59.558Z[ recovery-image] Sep 11 21:49:59.185 INFO O| Sep 11 21:49:59.185 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-09-11T21:49:59.582Z[ recovery-image] Sep 11 21:49:59.200 INFO O| Sep 11 21:49:59.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
54782024-09-11T21:49:59.582Z[ recovery-image] Sep 11 21:49:59.200 INFO O| Sep 11 21:49:59.200 INFO STEP 495 (remove_files) COMPLETE
54792024-09-11T21:49:59.582Z[ recovery-image] Sep 11 21:49:59.200 INFO O| Sep 11 21:49:59.200 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-09-11T21:49:59.582Z[ recovery-image] Sep 11 21:49:59.215 INFO O| Sep 11 21:49:59.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
54812024-09-11T21:49:59.582Z[ recovery-image] Sep 11 21:49:59.215 INFO O| Sep 11 21:49:59.215 INFO STEP 496 (remove_files) COMPLETE
54822024-09-11T21:49:59.582Z[ recovery-image] Sep 11 21:49:59.215 INFO O| Sep 11 21:49:59.215 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-09-11T21:49:59.607Z[ recovery-image] Sep 11 21:49:59.229 INFO O| Sep 11 21:49:59.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
54842024-09-11T21:49:59.607Z[ recovery-image] Sep 11 21:49:59.229 INFO O| Sep 11 21:49:59.229 INFO STEP 497 (remove_files) COMPLETE
54852024-09-11T21:49:59.607Z[ recovery-image] Sep 11 21:49:59.229 INFO O| Sep 11 21:49:59.229 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-09-11T21:49:59.607Z[ recovery-image] Sep 11 21:49:59.244 INFO O| Sep 11 21:49:59.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
54872024-09-11T21:49:59.607Z[ recovery-image] Sep 11 21:49:59.244 INFO O| Sep 11 21:49:59.244 INFO STEP 498 (remove_files) COMPLETE
54882024-09-11T21:49:59.607Z[ recovery-image] Sep 11 21:49:59.244 INFO O| Sep 11 21:49:59.244 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-09-11T21:49:59.631Z[ recovery-image] Sep 11 21:49:59.258 INFO O| Sep 11 21:49:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
54902024-09-11T21:49:59.631Z[ recovery-image] Sep 11 21:49:59.259 INFO O| Sep 11 21:49:59.258 INFO STEP 499 (remove_files) COMPLETE
54912024-09-11T21:49:59.631Z[ recovery-image] Sep 11 21:49:59.259 INFO O| Sep 11 21:49:59.259 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-09-11T21:49:59.631Z[ recovery-image] Sep 11 21:49:59.273 INFO O| Sep 11 21:49:59.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
54932024-09-11T21:49:59.632Z[ recovery-image] Sep 11 21:49:59.273 INFO O| Sep 11 21:49:59.273 INFO STEP 500 (remove_files) COMPLETE
54942024-09-11T21:49:59.632Z[ recovery-image] Sep 11 21:49:59.273 INFO O| Sep 11 21:49:59.273 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-09-11T21:49:59.656Z[ recovery-image] Sep 11 21:49:59.288 INFO O| Sep 11 21:49:59.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54962024-09-11T21:49:59.656Z[ recovery-image] Sep 11 21:49:59.288 INFO O| Sep 11 21:49:59.288 INFO STEP 501 (remove_files) COMPLETE
54972024-09-11T21:49:59.656Z[ recovery-image] Sep 11 21:49:59.289 INFO O| Sep 11 21:49:59.288 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-09-11T21:49:59.680Z[ recovery-image] Sep 11 21:49:59.303 INFO O| Sep 11 21:49:59.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54992024-09-11T21:49:59.680Z[ recovery-image] Sep 11 21:49:59.303 INFO O| Sep 11 21:49:59.303 INFO STEP 502 (remove_files) COMPLETE
55002024-09-11T21:49:59.680Z[ recovery-image] Sep 11 21:49:59.303 INFO O| Sep 11 21:49:59.303 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-09-11T21:49:59.680Z[ recovery-image] Sep 11 21:49:59.317 INFO O| Sep 11 21:49:59.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55022024-09-11T21:49:59.680Z[ recovery-image] Sep 11 21:49:59.317 INFO O| Sep 11 21:49:59.317 INFO STEP 503 (remove_files) COMPLETE
55032024-09-11T21:49:59.680Z[ recovery-image] Sep 11 21:49:59.317 INFO O| Sep 11 21:49:59.317 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-09-11T21:49:59.704Z[ recovery-image] Sep 11 21:49:59.332 INFO O| Sep 11 21:49:59.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55052024-09-11T21:49:59.704Z[ recovery-image] Sep 11 21:49:59.332 INFO O| Sep 11 21:49:59.332 INFO STEP 504 (remove_files) COMPLETE
55062024-09-11T21:49:59.704Z[ recovery-image] Sep 11 21:49:59.332 INFO O| Sep 11 21:49:59.332 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-09-11T21:49:59.728Z[ recovery-image] Sep 11 21:49:59.347 INFO O| Sep 11 21:49:59.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55082024-09-11T21:49:59.728Z[ recovery-image] Sep 11 21:49:59.348 INFO O| Sep 11 21:49:59.347 INFO STEP 505 (remove_files) COMPLETE
55092024-09-11T21:49:59.728Z[ recovery-image] Sep 11 21:49:59.348 INFO O| Sep 11 21:49:59.348 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-09-11T21:49:59.728Z[ recovery-image] Sep 11 21:49:59.362 INFO O| Sep 11 21:49:59.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55112024-09-11T21:49:59.728Z[ recovery-image] Sep 11 21:49:59.362 INFO O| Sep 11 21:49:59.362 INFO STEP 506 (remove_files) COMPLETE
55122024-09-11T21:49:59.728Z[ recovery-image] Sep 11 21:49:59.362 INFO O| Sep 11 21:49:59.362 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-09-11T21:49:59.752Z[ recovery-image] Sep 11 21:49:59.377 INFO O| Sep 11 21:49:59.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55142024-09-11T21:49:59.752Z[ recovery-image] Sep 11 21:49:59.377 INFO O| Sep 11 21:49:59.377 INFO STEP 507 (remove_files) COMPLETE
55152024-09-11T21:49:59.752Z[ recovery-image] Sep 11 21:49:59.377 INFO O| Sep 11 21:49:59.377 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-09-11T21:49:59.752Z[ recovery-image] Sep 11 21:49:59.392 INFO O| Sep 11 21:49:59.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55172024-09-11T21:49:59.752Z[ recovery-image] Sep 11 21:49:59.392 INFO O| Sep 11 21:49:59.392 INFO STEP 508 (remove_files) COMPLETE
55182024-09-11T21:49:59.753Z[ recovery-image] Sep 11 21:49:59.392 INFO O| Sep 11 21:49:59.392 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-09-11T21:49:59.780Z[ recovery-image] Sep 11 21:49:59.411 INFO O| Sep 11 21:49:59.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55202024-09-11T21:49:59.780Z[ recovery-image] Sep 11 21:49:59.411 INFO O| Sep 11 21:49:59.411 INFO STEP 509 (remove_files) COMPLETE
55212024-09-11T21:49:59.781Z[ recovery-image] Sep 11 21:49:59.411 INFO O| Sep 11 21:49:59.411 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-09-11T21:49:59.817Z[ recovery-image] Sep 11 21:49:59.425 INFO O| Sep 11 21:49:59.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55232024-09-11T21:49:59.817Z[ recovery-image] Sep 11 21:49:59.426 INFO O| Sep 11 21:49:59.425 INFO STEP 510 (remove_files) COMPLETE
55242024-09-11T21:49:59.817Z[ recovery-image] Sep 11 21:49:59.426 INFO O| Sep 11 21:49:59.426 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-09-11T21:49:59.817Z[ recovery-image] Sep 11 21:49:59.445 INFO O| Sep 11 21:49:59.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55262024-09-11T21:49:59.817Z[ recovery-image] Sep 11 21:49:59.445 INFO O| Sep 11 21:49:59.445 INFO STEP 511 (remove_files) COMPLETE
55272024-09-11T21:49:59.817Z[ recovery-image] Sep 11 21:49:59.445 INFO O| Sep 11 21:49:59.445 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-09-11T21:49:59.847Z[ recovery-image] Sep 11 21:49:59.463 INFO O| Sep 11 21:49:59.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55292024-09-11T21:49:59.847Z[ recovery-image] Sep 11 21:49:59.463 INFO O| Sep 11 21:49:59.463 INFO STEP 512 (remove_files) COMPLETE
55302024-09-11T21:49:59.847Z[ recovery-image] Sep 11 21:49:59.463 INFO O| Sep 11 21:49:59.463 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-09-11T21:49:59.847Z[ recovery-image] Sep 11 21:49:59.481 INFO O| Sep 11 21:49:59.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55322024-09-11T21:49:59.847Z[ recovery-image] Sep 11 21:49:59.481 INFO O| Sep 11 21:49:59.481 INFO STEP 513 (remove_files) COMPLETE
55332024-09-11T21:49:59.847Z[ recovery-image] Sep 11 21:49:59.481 INFO O| Sep 11 21:49:59.481 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-09-11T21:49:59.873Z[ recovery-image] Sep 11 21:49:59.499 INFO O| Sep 11 21:49:59.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55352024-09-11T21:49:59.873Z[ recovery-image] Sep 11 21:49:59.499 INFO O| Sep 11 21:49:59.499 INFO STEP 514 (remove_files) COMPLETE
55362024-09-11T21:49:59.873Z[ recovery-image] Sep 11 21:49:59.499 INFO O| Sep 11 21:49:59.499 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-09-11T21:49:59.897Z[ recovery-image] Sep 11 21:49:59.515 INFO O| Sep 11 21:49:59.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55382024-09-11T21:49:59.897Z[ recovery-image] Sep 11 21:49:59.515 INFO O| Sep 11 21:49:59.515 INFO STEP 515 (remove_files) COMPLETE
55392024-09-11T21:49:59.897Z[ recovery-image] Sep 11 21:49:59.515 INFO O| Sep 11 21:49:59.515 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-09-11T21:49:59.897Z[ recovery-image] Sep 11 21:49:59.534 INFO O| Sep 11 21:49:59.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55412024-09-11T21:49:59.897Z[ recovery-image] Sep 11 21:49:59.535 INFO O| Sep 11 21:49:59.535 INFO STEP 516 (remove_files) COMPLETE
55422024-09-11T21:49:59.897Z[ recovery-image] Sep 11 21:49:59.535 INFO O| Sep 11 21:49:59.535 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-09-11T21:49:59.921Z[ recovery-image] Sep 11 21:49:59.552 INFO O| Sep 11 21:49:59.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55442024-09-11T21:49:59.921Z[ recovery-image] Sep 11 21:49:59.552 INFO O| Sep 11 21:49:59.552 INFO STEP 517 (remove_files) COMPLETE
55452024-09-11T21:49:59.921Z[ recovery-image] Sep 11 21:49:59.552 INFO O| Sep 11 21:49:59.552 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-09-11T21:49:59.945Z[ recovery-image] Sep 11 21:49:59.568 INFO O| Sep 11 21:49:59.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55472024-09-11T21:49:59.945Z[ recovery-image] Sep 11 21:49:59.568 INFO O| Sep 11 21:49:59.568 INFO STEP 518 (remove_files) COMPLETE
55482024-09-11T21:49:59.945Z[ recovery-image] Sep 11 21:49:59.568 INFO O| Sep 11 21:49:59.568 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-09-11T21:49:59.945Z[ recovery-image] Sep 11 21:49:59.584 INFO O| Sep 11 21:49:59.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55502024-09-11T21:49:59.945Z[ recovery-image] Sep 11 21:49:59.584 INFO O| Sep 11 21:49:59.584 INFO STEP 519 (remove_files) COMPLETE
55512024-09-11T21:49:59.945Z[ recovery-image] Sep 11 21:49:59.584 INFO O| Sep 11 21:49:59.584 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-09-11T21:49:59.969Z[ recovery-image] Sep 11 21:49:59.599 INFO O| Sep 11 21:49:59.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55532024-09-11T21:49:59.969Z[ recovery-image] Sep 11 21:49:59.599 INFO O| Sep 11 21:49:59.599 INFO STEP 520 (remove_files) COMPLETE
55542024-09-11T21:49:59.969Z[ recovery-image] Sep 11 21:49:59.599 INFO O| Sep 11 21:49:59.599 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-09-11T21:49:59.993Z[ recovery-image] Sep 11 21:49:59.616 INFO O| Sep 11 21:49:59.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55562024-09-11T21:49:59.993Z[ recovery-image] Sep 11 21:49:59.616 INFO O| Sep 11 21:49:59.616 INFO STEP 521 (remove_files) COMPLETE
55572024-09-11T21:49:59.993Z[ recovery-image] Sep 11 21:49:59.616 INFO O| Sep 11 21:49:59.616 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-09-11T21:49:59.993Z[ recovery-image] Sep 11 21:49:59.632 INFO O| Sep 11 21:49:59.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55592024-09-11T21:49:59.993Z[ recovery-image] Sep 11 21:49:59.632 INFO O| Sep 11 21:49:59.632 INFO STEP 522 (remove_files) COMPLETE
55602024-09-11T21:49:59.993Z[ recovery-image] Sep 11 21:49:59.632 INFO O| Sep 11 21:49:59.632 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-09-11T21:50:00.017Z[ recovery-image] Sep 11 21:49:59.649 INFO O| Sep 11 21:49:59.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55622024-09-11T21:50:00.017Z[ recovery-image] Sep 11 21:49:59.649 INFO O| Sep 11 21:49:59.649 INFO STEP 523 (remove_files) COMPLETE
55632024-09-11T21:50:00.017Z[ recovery-image] Sep 11 21:49:59.649 INFO O| Sep 11 21:49:59.649 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-09-11T21:50:00.041Z[ recovery-image] Sep 11 21:49:59.666 INFO O| Sep 11 21:49:59.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55652024-09-11T21:50:00.041Z[ recovery-image] Sep 11 21:49:59.667 INFO O| Sep 11 21:49:59.666 INFO STEP 524 (remove_files) COMPLETE
55662024-09-11T21:50:00.041Z[ recovery-image] Sep 11 21:49:59.667 INFO O| Sep 11 21:49:59.667 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-09-11T21:50:00.041Z[ host-image] Sep 11 21:49:59.670 INFO O| Sep 11 21:49:59.670 INFO O| Done
55682024-09-11T21:50:00.041Z[ recovery-image] Sep 11 21:49:59.682 INFO O| Sep 11 21:49:59.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
55692024-09-11T21:50:00.041Z[ recovery-image] Sep 11 21:49:59.682 INFO O| Sep 11 21:49:59.682 INFO STEP 525 (remove_files) COMPLETE
55702024-09-11T21:50:00.041Z[ recovery-image] Sep 11 21:49:59.682 INFO O| Sep 11 21:49:59.682 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-09-11T21:50:00.066Z[ recovery-image] Sep 11 21:49:59.697 INFO O| Sep 11 21:49:59.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
55722024-09-11T21:50:00.066Z[ recovery-image] Sep 11 21:49:59.697 INFO O| Sep 11 21:49:59.697 INFO STEP 526 (remove_files) COMPLETE
55732024-09-11T21:50:00.066Z[ recovery-image] Sep 11 21:49:59.697 INFO O| Sep 11 21:49:59.697 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-09-11T21:50:00.090Z[ recovery-image] Sep 11 21:49:59.718 INFO O| Sep 11 21:49:59.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
55752024-09-11T21:50:00.090Z[ recovery-image] Sep 11 21:49:59.718 INFO O| Sep 11 21:49:59.718 INFO STEP 527 (remove_files) COMPLETE
55762024-09-11T21:50:00.090Z[ recovery-image] Sep 11 21:49:59.718 INFO O| Sep 11 21:49:59.718 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-09-11T21:50:00.114Z[ recovery-image] Sep 11 21:49:59.736 INFO O| Sep 11 21:49:59.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
55782024-09-11T21:50:00.114Z[ recovery-image] Sep 11 21:49:59.736 INFO O| Sep 11 21:49:59.736 INFO STEP 528 (remove_files) COMPLETE
55792024-09-11T21:50:00.114Z[ recovery-image] Sep 11 21:49:59.736 INFO O| Sep 11 21:49:59.736 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-09-11T21:50:00.114Z[ recovery-image] Sep 11 21:49:59.751 INFO O| Sep 11 21:49:59.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55812024-09-11T21:50:00.114Z[ recovery-image] Sep 11 21:49:59.751 INFO O| Sep 11 21:49:59.751 INFO STEP 529 (remove_files) COMPLETE
55822024-09-11T21:50:00.114Z[ recovery-image] Sep 11 21:49:59.751 INFO O| Sep 11 21:49:59.751 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-09-11T21:50:00.138Z[ recovery-image] Sep 11 21:49:59.766 INFO O| Sep 11 21:49:59.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
55842024-09-11T21:50:00.138Z[ recovery-image] Sep 11 21:49:59.766 INFO O| Sep 11 21:49:59.766 INFO STEP 530 (remove_files) COMPLETE
55852024-09-11T21:50:00.138Z[ recovery-image] Sep 11 21:49:59.766 INFO O| Sep 11 21:49:59.766 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-09-11T21:50:00.162Z[ recovery-image] Sep 11 21:49:59.782 INFO O| Sep 11 21:49:59.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
55872024-09-11T21:50:00.162Z[ recovery-image] Sep 11 21:49:59.782 INFO O| Sep 11 21:49:59.782 INFO STEP 531 (remove_files) COMPLETE
55882024-09-11T21:50:00.162Z[ recovery-image] Sep 11 21:49:59.782 INFO O| Sep 11 21:49:59.782 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-09-11T21:50:00.162Z[ recovery-image] Sep 11 21:49:59.798 INFO O| Sep 11 21:49:59.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
55902024-09-11T21:50:00.162Z[ recovery-image] Sep 11 21:49:59.798 INFO O| Sep 11 21:49:59.798 INFO STEP 532 (remove_files) COMPLETE
55912024-09-11T21:50:00.162Z[ recovery-image] Sep 11 21:49:59.798 INFO O| Sep 11 21:49:59.798 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-09-11T21:50:00.187Z[ recovery-image] Sep 11 21:49:59.817 INFO O| Sep 11 21:49:59.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
55932024-09-11T21:50:00.187Z[ recovery-image] Sep 11 21:49:59.817 INFO O| Sep 11 21:49:59.817 INFO STEP 533 (remove_files) COMPLETE
55942024-09-11T21:50:00.187Z[ recovery-image] Sep 11 21:49:59.817 INFO O| Sep 11 21:49:59.817 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-09-11T21:50:00.212Z[ recovery-image] Sep 11 21:49:59.838 INFO O| Sep 11 21:49:59.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55962024-09-11T21:50:00.212Z[ recovery-image] Sep 11 21:49:59.839 INFO O| Sep 11 21:49:59.839 INFO STEP 534 (remove_files) COMPLETE
55972024-09-11T21:50:00.212Z[ recovery-image] Sep 11 21:49:59.839 INFO O| Sep 11 21:49:59.839 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-09-11T21:50:00.236Z[ recovery-image] Sep 11 21:49:59.861 INFO O| Sep 11 21:49:59.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55992024-09-11T21:50:00.236Z[ recovery-image] Sep 11 21:49:59.861 INFO O| Sep 11 21:49:59.861 INFO STEP 535 (remove_files) COMPLETE
56002024-09-11T21:50:00.236Z[ recovery-image] Sep 11 21:49:59.861 INFO O| Sep 11 21:49:59.861 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-09-11T21:50:00.260Z[ recovery-image] Sep 11 21:49:59.883 INFO O| Sep 11 21:49:59.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56022024-09-11T21:50:00.260Z[ recovery-image] Sep 11 21:49:59.883 INFO O| Sep 11 21:49:59.883 INFO STEP 536 (remove_files) COMPLETE
56032024-09-11T21:50:00.260Z[ recovery-image] Sep 11 21:49:59.883 INFO O| Sep 11 21:49:59.883 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-09-11T21:50:00.284Z[ recovery-image] Sep 11 21:49:59.904 INFO O| Sep 11 21:49:59.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56052024-09-11T21:50:00.284Z[ recovery-image] Sep 11 21:49:59.904 INFO O| Sep 11 21:49:59.904 INFO STEP 537 (remove_files) COMPLETE
56062024-09-11T21:50:00.284Z[ recovery-image] Sep 11 21:49:59.904 INFO O| Sep 11 21:49:59.904 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-09-11T21:50:00.284Z[ recovery-image] Sep 11 21:49:59.925 INFO O| Sep 11 21:49:59.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56082024-09-11T21:50:00.284Z[ recovery-image] Sep 11 21:49:59.926 INFO O| Sep 11 21:49:59.925 INFO STEP 538 (remove_files) COMPLETE
56092024-09-11T21:50:00.284Z[ recovery-image] Sep 11 21:49:59.926 INFO O| Sep 11 21:49:59.926 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-09-11T21:50:00.308Z[ recovery-image] Sep 11 21:49:59.947 INFO O| Sep 11 21:49:59.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56112024-09-11T21:50:00.308Z[ recovery-image] Sep 11 21:49:59.947 INFO O| Sep 11 21:49:59.947 INFO STEP 539 (remove_files) COMPLETE
56122024-09-11T21:50:00.308Z[ recovery-image] Sep 11 21:49:59.947 INFO O| Sep 11 21:49:59.947 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-09-11T21:50:00.332Z[ recovery-image] Sep 11 21:49:59.968 INFO O| Sep 11 21:49:59.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56142024-09-11T21:50:00.332Z[ recovery-image] Sep 11 21:49:59.968 INFO O| Sep 11 21:49:59.968 INFO STEP 540 (remove_files) COMPLETE
56152024-09-11T21:50:00.332Z[ recovery-image] Sep 11 21:49:59.968 INFO O| Sep 11 21:49:59.968 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-09-11T21:50:00.356Z[ recovery-image] Sep 11 21:49:59.988 INFO O| Sep 11 21:49:59.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56172024-09-11T21:50:00.356Z[ recovery-image] Sep 11 21:49:59.988 INFO O| Sep 11 21:49:59.988 INFO STEP 541 (remove_files) COMPLETE
56182024-09-11T21:50:00.356Z[ recovery-image] Sep 11 21:49:59.988 INFO O| Sep 11 21:49:59.988 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-09-11T21:50:00.356Z[ host-image] Sep 11 21:49:59.997 INFO O| Sep 11 21:49:59.997 INFO STEP 11 (pkg_install) COMPLETE
56202024-09-11T21:50:00.356Z[ host-image] Sep 11 21:49:59.997 INFO O| Sep 11 21:49:59.997 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56212024-09-11T21:50:00.380Z[ recovery-image] Sep 11 21:50:00.009 INFO O| Sep 11 21:50:00.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56222024-09-11T21:50:00.380Z[ recovery-image] Sep 11 21:50:00.009 INFO O| Sep 11 21:50:00.009 INFO STEP 542 (remove_files) COMPLETE
56232024-09-11T21:50:00.380Z[ recovery-image] Sep 11 21:50:00.009 INFO O| Sep 11 21:50:00.009 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-09-11T21:50:00.380Z[ host-image] Sep 11 21:50:00.018 INFO O| Sep 11 21:50:00.018 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
56252024-09-11T21:50:00.404Z[ recovery-image] Sep 11 21:50:00.029 INFO O| Sep 11 21:50:00.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56262024-09-11T21:50:00.404Z[ recovery-image] Sep 11 21:50:00.029 INFO O| Sep 11 21:50:00.029 INFO STEP 543 (remove_files) COMPLETE
56272024-09-11T21:50:00.404Z[ recovery-image] Sep 11 21:50:00.029 INFO O| Sep 11 21:50:00.029 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-09-11T21:50:00.428Z[ recovery-image] Sep 11 21:50:00.047 INFO O| Sep 11 21:50:00.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56292024-09-11T21:50:00.428Z[ recovery-image] Sep 11 21:50:00.048 INFO O| Sep 11 21:50:00.047 INFO STEP 544 (remove_files) COMPLETE
56302024-09-11T21:50:00.428Z[ recovery-image] Sep 11 21:50:00.048 INFO O| Sep 11 21:50:00.047 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-09-11T21:50:00.428Z[ recovery-image] Sep 11 21:50:00.070 INFO O| Sep 11 21:50:00.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56322024-09-11T21:50:00.428Z[ recovery-image] Sep 11 21:50:00.070 INFO O| Sep 11 21:50:00.070 INFO STEP 545 (remove_files) COMPLETE
56332024-09-11T21:50:00.428Z[ recovery-image] Sep 11 21:50:00.070 INFO O| Sep 11 21:50:00.070 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-09-11T21:50:00.453Z[ recovery-image] Sep 11 21:50:00.094 INFO O| Sep 11 21:50:00.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56352024-09-11T21:50:00.453Z[ recovery-image] Sep 11 21:50:00.094 INFO O| Sep 11 21:50:00.094 INFO STEP 546 (remove_files) COMPLETE
56362024-09-11T21:50:00.453Z[ recovery-image] Sep 11 21:50:00.094 INFO O| Sep 11 21:50:00.094 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-09-11T21:50:00.477Z[ recovery-image] Sep 11 21:50:00.111 INFO O| Sep 11 21:50:00.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56382024-09-11T21:50:00.477Z[ recovery-image] Sep 11 21:50:00.111 INFO O| Sep 11 21:50:00.111 INFO STEP 547 (remove_files) COMPLETE
56392024-09-11T21:50:00.477Z[ recovery-image] Sep 11 21:50:00.111 INFO O| Sep 11 21:50:00.111 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-09-11T21:50:00.501Z[ recovery-image] Sep 11 21:50:00.127 INFO O| Sep 11 21:50:00.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56412024-09-11T21:50:00.501Z[ recovery-image] Sep 11 21:50:00.127 INFO O| Sep 11 21:50:00.127 INFO STEP 548 (remove_files) COMPLETE
56422024-09-11T21:50:00.501Z[ recovery-image] Sep 11 21:50:00.127 INFO O| Sep 11 21:50:00.127 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-09-11T21:50:00.525Z[ recovery-image] Sep 11 21:50:00.143 INFO O| Sep 11 21:50:00.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56442024-09-11T21:50:00.525Z[ recovery-image] Sep 11 21:50:00.143 INFO O| Sep 11 21:50:00.143 INFO STEP 549 (remove_files) COMPLETE
56452024-09-11T21:50:00.525Z[ recovery-image] Sep 11 21:50:00.143 INFO O| Sep 11 21:50:00.143 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-09-11T21:50:00.525Z[ recovery-image] Sep 11 21:50:00.159 INFO O| Sep 11 21:50:00.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56472024-09-11T21:50:00.525Z[ recovery-image] Sep 11 21:50:00.159 INFO O| Sep 11 21:50:00.159 INFO STEP 550 (remove_files) COMPLETE
56482024-09-11T21:50:00.525Z[ recovery-image] Sep 11 21:50:00.160 INFO O| Sep 11 21:50:00.159 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-09-11T21:50:00.550Z[ recovery-image] Sep 11 21:50:00.175 INFO O| Sep 11 21:50:00.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56502024-09-11T21:50:00.550Z[ recovery-image] Sep 11 21:50:00.175 INFO O| Sep 11 21:50:00.175 INFO STEP 551 (remove_files) COMPLETE
56512024-09-11T21:50:00.550Z[ recovery-image] Sep 11 21:50:00.175 INFO O| Sep 11 21:50:00.175 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-09-11T21:50:00.550Z[ recovery-image] Sep 11 21:50:00.190 INFO O| Sep 11 21:50:00.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56532024-09-11T21:50:00.550Z[ recovery-image] Sep 11 21:50:00.190 INFO O| Sep 11 21:50:00.190 INFO STEP 552 (remove_files) COMPLETE
56542024-09-11T21:50:00.550Z[ recovery-image] Sep 11 21:50:00.190 INFO O| Sep 11 21:50:00.190 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-09-11T21:50:00.575Z[ recovery-image] Sep 11 21:50:00.217 INFO O| Sep 11 21:50:00.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56562024-09-11T21:50:00.575Z[ recovery-image] Sep 11 21:50:00.217 INFO O| Sep 11 21:50:00.217 INFO STEP 553 (remove_files) COMPLETE
56572024-09-11T21:50:00.599Z[ recovery-image] Sep 11 21:50:00.217 INFO O| Sep 11 21:50:00.217 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-09-11T21:50:00.599Z[ recovery-image] Sep 11 21:50:00.235 INFO O| Sep 11 21:50:00.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56592024-09-11T21:50:00.599Z[ recovery-image] Sep 11 21:50:00.236 INFO O| Sep 11 21:50:00.236 INFO STEP 554 (remove_files) COMPLETE
56602024-09-11T21:50:00.599Z[ recovery-image] Sep 11 21:50:00.236 INFO O| Sep 11 21:50:00.236 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-09-11T21:50:00.623Z[ recovery-image] Sep 11 21:50:00.259 INFO O| Sep 11 21:50:00.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56622024-09-11T21:50:00.623Z[ recovery-image] Sep 11 21:50:00.259 INFO O| Sep 11 21:50:00.259 INFO STEP 555 (remove_files) COMPLETE
56632024-09-11T21:50:00.623Z[ recovery-image] Sep 11 21:50:00.259 INFO O| Sep 11 21:50:00.259 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-09-11T21:50:00.647Z[ recovery-image] Sep 11 21:50:00.279 INFO O| Sep 11 21:50:00.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56652024-09-11T21:50:00.647Z[ recovery-image] Sep 11 21:50:00.279 INFO O| Sep 11 21:50:00.279 INFO STEP 556 (remove_files) COMPLETE
56662024-09-11T21:50:00.647Z[ recovery-image] Sep 11 21:50:00.279 INFO O| Sep 11 21:50:00.279 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-09-11T21:50:00.672Z[ recovery-image] Sep 11 21:50:00.298 INFO O| Sep 11 21:50:00.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
56682024-09-11T21:50:00.672Z[ recovery-image] Sep 11 21:50:00.298 INFO O| Sep 11 21:50:00.298 INFO STEP 557 (remove_files) COMPLETE
56692024-09-11T21:50:00.672Z[ recovery-image] Sep 11 21:50:00.298 INFO O| Sep 11 21:50:00.298 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-09-11T21:50:00.696Z[ recovery-image] Sep 11 21:50:00.316 INFO O| Sep 11 21:50:00.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
56712024-09-11T21:50:00.696Z[ recovery-image] Sep 11 21:50:00.316 INFO O| Sep 11 21:50:00.316 INFO STEP 558 (remove_files) COMPLETE
56722024-09-11T21:50:00.696Z[ recovery-image] Sep 11 21:50:00.316 INFO O| Sep 11 21:50:00.316 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-09-11T21:50:00.696Z[ recovery-image] Sep 11 21:50:00.334 INFO O| Sep 11 21:50:00.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
56742024-09-11T21:50:00.696Z[ recovery-image] Sep 11 21:50:00.334 INFO O| Sep 11 21:50:00.334 INFO STEP 559 (remove_files) COMPLETE
56752024-09-11T21:50:00.696Z[ recovery-image] Sep 11 21:50:00.334 INFO O| Sep 11 21:50:00.334 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-09-11T21:50:00.721Z[ recovery-image] Sep 11 21:50:00.351 INFO O| Sep 11 21:50:00.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
56772024-09-11T21:50:00.721Z[ recovery-image] Sep 11 21:50:00.352 INFO O| Sep 11 21:50:00.352 INFO STEP 560 (remove_files) COMPLETE
56782024-09-11T21:50:00.721Z[ recovery-image] Sep 11 21:50:00.352 INFO O| Sep 11 21:50:00.352 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-09-11T21:50:00.745Z[ recovery-image] Sep 11 21:50:00.372 INFO O| Sep 11 21:50:00.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
56802024-09-11T21:50:00.745Z[ recovery-image] Sep 11 21:50:00.372 INFO O| Sep 11 21:50:00.372 INFO STEP 561 (remove_files) COMPLETE
56812024-09-11T21:50:00.745Z[ recovery-image] Sep 11 21:50:00.372 INFO O| Sep 11 21:50:00.372 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-09-11T21:50:00.769Z[ recovery-image] Sep 11 21:50:00.389 INFO O| Sep 11 21:50:00.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
56832024-09-11T21:50:00.769Z[ recovery-image] Sep 11 21:50:00.389 INFO O| Sep 11 21:50:00.389 INFO STEP 562 (remove_files) COMPLETE
56842024-09-11T21:50:00.769Z[ recovery-image] Sep 11 21:50:00.389 INFO O| Sep 11 21:50:00.389 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-09-11T21:50:00.769Z[ recovery-image] Sep 11 21:50:00.406 INFO O| Sep 11 21:50:00.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
56862024-09-11T21:50:00.769Z[ recovery-image] Sep 11 21:50:00.406 INFO O| Sep 11 21:50:00.406 INFO STEP 563 (remove_files) COMPLETE
56872024-09-11T21:50:00.769Z[ recovery-image] Sep 11 21:50:00.406 INFO O| Sep 11 21:50:00.406 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-09-11T21:50:00.793Z[ recovery-image] Sep 11 21:50:00.422 INFO O| Sep 11 21:50:00.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
56892024-09-11T21:50:00.793Z[ recovery-image] Sep 11 21:50:00.423 INFO O| Sep 11 21:50:00.423 INFO STEP 564 (remove_files) COMPLETE
56902024-09-11T21:50:00.793Z[ recovery-image] Sep 11 21:50:00.423 INFO O| Sep 11 21:50:00.423 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-09-11T21:50:00.817Z[ recovery-image] Sep 11 21:50:00.439 INFO O| Sep 11 21:50:00.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
56922024-09-11T21:50:00.817Z[ recovery-image] Sep 11 21:50:00.440 INFO O| Sep 11 21:50:00.440 INFO STEP 565 (remove_files) COMPLETE
56932024-09-11T21:50:00.817Z[ recovery-image] Sep 11 21:50:00.440 INFO O| Sep 11 21:50:00.440 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-09-11T21:50:00.841Z[ recovery-image] Sep 11 21:50:00.461 INFO O| Sep 11 21:50:00.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
56952024-09-11T21:50:00.841Z[ recovery-image] Sep 11 21:50:00.461 INFO O| Sep 11 21:50:00.461 INFO STEP 566 (remove_files) COMPLETE
56962024-09-11T21:50:00.841Z[ recovery-image] Sep 11 21:50:00.461 INFO O| Sep 11 21:50:00.461 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-09-11T21:50:00.841Z[ recovery-image] Sep 11 21:50:00.479 INFO O| Sep 11 21:50:00.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56982024-09-11T21:50:00.841Z[ recovery-image] Sep 11 21:50:00.480 INFO O| Sep 11 21:50:00.480 INFO STEP 567 (remove_files) COMPLETE
56992024-09-11T21:50:00.841Z[ recovery-image] Sep 11 21:50:00.480 INFO O| Sep 11 21:50:00.480 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-09-11T21:50:00.864Z[ recovery-image] Sep 11 21:50:00.502 INFO O| Sep 11 21:50:00.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57012024-09-11T21:50:00.865Z[ recovery-image] Sep 11 21:50:00.502 INFO O| Sep 11 21:50:00.502 INFO STEP 568 (remove_files) COMPLETE
57022024-09-11T21:50:00.865Z[ recovery-image] Sep 11 21:50:00.502 INFO O| Sep 11 21:50:00.502 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-09-11T21:50:00.888Z[ recovery-image] Sep 11 21:50:00.524 INFO O| Sep 11 21:50:00.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57042024-09-11T21:50:00.888Z[ recovery-image] Sep 11 21:50:00.524 INFO O| Sep 11 21:50:00.524 INFO STEP 569 (remove_files) COMPLETE
57052024-09-11T21:50:00.888Z[ recovery-image] Sep 11 21:50:00.524 INFO O| Sep 11 21:50:00.524 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-09-11T21:50:00.913Z[ recovery-image] Sep 11 21:50:00.548 INFO O| Sep 11 21:50:00.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57072024-09-11T21:50:00.913Z[ recovery-image] Sep 11 21:50:00.548 INFO O| Sep 11 21:50:00.548 INFO STEP 570 (remove_files) COMPLETE
57082024-09-11T21:50:00.913Z[ recovery-image] Sep 11 21:50:00.548 INFO O| Sep 11 21:50:00.548 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-09-11T21:50:00.937Z[ recovery-image] Sep 11 21:50:00.566 INFO O| Sep 11 21:50:00.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57102024-09-11T21:50:00.937Z[ recovery-image] Sep 11 21:50:00.566 INFO O| Sep 11 21:50:00.566 INFO STEP 571 (remove_files) COMPLETE
57112024-09-11T21:50:00.937Z[ recovery-image] Sep 11 21:50:00.566 INFO O| Sep 11 21:50:00.566 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-09-11T21:50:00.961Z[ recovery-image] Sep 11 21:50:00.582 INFO O| Sep 11 21:50:00.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57132024-09-11T21:50:00.961Z[ recovery-image] Sep 11 21:50:00.582 INFO O| Sep 11 21:50:00.582 INFO STEP 572 (remove_files) COMPLETE
57142024-09-11T21:50:00.961Z[ recovery-image] Sep 11 21:50:00.582 INFO O| Sep 11 21:50:00.582 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-09-11T21:50:00.961Z[ recovery-image] Sep 11 21:50:00.601 INFO O| Sep 11 21:50:00.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57162024-09-11T21:50:00.961Z[ recovery-image] Sep 11 21:50:00.601 INFO O| Sep 11 21:50:00.601 INFO STEP 573 (remove_files) COMPLETE
57172024-09-11T21:50:00.961Z[ recovery-image] Sep 11 21:50:00.601 INFO O| Sep 11 21:50:00.601 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-09-11T21:50:00.985Z[ recovery-image] Sep 11 21:50:00.620 INFO O| Sep 11 21:50:00.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57192024-09-11T21:50:00.985Z[ recovery-image] Sep 11 21:50:00.620 INFO O| Sep 11 21:50:00.620 INFO STEP 574 (remove_files) COMPLETE
57202024-09-11T21:50:00.985Z[ recovery-image] Sep 11 21:50:00.620 INFO O| Sep 11 21:50:00.620 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-09-11T21:50:01.009Z[ recovery-image] Sep 11 21:50:00.638 INFO O| Sep 11 21:50:00.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57222024-09-11T21:50:01.009Z[ recovery-image] Sep 11 21:50:00.639 INFO O| Sep 11 21:50:00.639 INFO STEP 575 (remove_files) COMPLETE
57232024-09-11T21:50:01.009Z[ recovery-image] Sep 11 21:50:00.639 INFO O| Sep 11 21:50:00.639 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-09-11T21:50:01.033Z[ recovery-image] Sep 11 21:50:00.657 INFO O| Sep 11 21:50:00.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57252024-09-11T21:50:01.033Z[ recovery-image] Sep 11 21:50:00.657 INFO O| Sep 11 21:50:00.657 INFO STEP 576 (remove_files) COMPLETE
57262024-09-11T21:50:01.033Z[ recovery-image] Sep 11 21:50:00.657 INFO O| Sep 11 21:50:00.657 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-09-11T21:50:01.057Z[ recovery-image] Sep 11 21:50:00.676 INFO O| Sep 11 21:50:00.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57282024-09-11T21:50:01.057Z[ recovery-image] Sep 11 21:50:00.676 INFO O| Sep 11 21:50:00.676 INFO STEP 577 (remove_files) COMPLETE
57292024-09-11T21:50:01.057Z[ recovery-image] Sep 11 21:50:00.676 INFO O| Sep 11 21:50:00.676 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-09-11T21:50:01.057Z[ recovery-image] Sep 11 21:50:00.693 INFO O| Sep 11 21:50:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57312024-09-11T21:50:01.057Z[ recovery-image] Sep 11 21:50:00.693 INFO O| Sep 11 21:50:00.693 INFO STEP 578 (remove_files) COMPLETE
57322024-09-11T21:50:01.057Z[ recovery-image] Sep 11 21:50:00.693 INFO O| Sep 11 21:50:00.693 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-09-11T21:50:01.081Z[ recovery-image] Sep 11 21:50:00.711 INFO O| Sep 11 21:50:00.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57342024-09-11T21:50:01.081Z[ recovery-image] Sep 11 21:50:00.711 INFO O| Sep 11 21:50:00.711 INFO STEP 579 (remove_files) COMPLETE
57352024-09-11T21:50:01.081Z[ recovery-image] Sep 11 21:50:00.711 INFO O| Sep 11 21:50:00.711 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-09-11T21:50:01.105Z[ recovery-image] Sep 11 21:50:00.733 INFO O| Sep 11 21:50:00.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57372024-09-11T21:50:01.105Z[ recovery-image] Sep 11 21:50:00.733 INFO O| Sep 11 21:50:00.733 INFO STEP 580 (remove_files) COMPLETE
57382024-09-11T21:50:01.105Z[ recovery-image] Sep 11 21:50:00.733 INFO O| Sep 11 21:50:00.733 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-09-11T21:50:01.130Z[ recovery-image] Sep 11 21:50:00.749 INFO O| Sep 11 21:50:00.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57402024-09-11T21:50:01.130Z[ recovery-image] Sep 11 21:50:00.749 INFO O| Sep 11 21:50:00.749 INFO STEP 581 (remove_files) COMPLETE
57412024-09-11T21:50:01.130Z[ recovery-image] Sep 11 21:50:00.749 INFO O| Sep 11 21:50:00.749 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-09-11T21:50:01.130Z[ recovery-image] Sep 11 21:50:00.769 INFO O| Sep 11 21:50:00.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57432024-09-11T21:50:01.130Z[ recovery-image] Sep 11 21:50:00.770 INFO O| Sep 11 21:50:00.769 INFO STEP 582 (remove_files) COMPLETE
57442024-09-11T21:50:01.130Z[ recovery-image] Sep 11 21:50:00.770 INFO O| Sep 11 21:50:00.769 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-09-11T21:50:01.155Z[ recovery-image] Sep 11 21:50:00.788 INFO O| Sep 11 21:50:00.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57462024-09-11T21:50:01.155Z[ recovery-image] Sep 11 21:50:00.788 INFO O| Sep 11 21:50:00.788 INFO STEP 583 (remove_files) COMPLETE
57472024-09-11T21:50:01.155Z[ recovery-image] Sep 11 21:50:00.788 INFO O| Sep 11 21:50:00.788 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-09-11T21:50:01.179Z[ recovery-image] Sep 11 21:50:00.802 INFO O| Sep 11 21:50:00.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57492024-09-11T21:50:01.179Z[ recovery-image] Sep 11 21:50:00.802 INFO O| Sep 11 21:50:00.802 INFO STEP 584 (remove_files) COMPLETE
57502024-09-11T21:50:01.179Z[ recovery-image] Sep 11 21:50:00.803 INFO O| Sep 11 21:50:00.802 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-09-11T21:50:01.179Z[ recovery-image] Sep 11 21:50:00.817 INFO O| Sep 11 21:50:00.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57522024-09-11T21:50:01.179Z[ recovery-image] Sep 11 21:50:00.817 INFO O| Sep 11 21:50:00.817 INFO STEP 585 (remove_files) COMPLETE
57532024-09-11T21:50:01.179Z[ recovery-image] Sep 11 21:50:00.817 INFO O| Sep 11 21:50:00.817 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-09-11T21:50:01.203Z[ recovery-image] Sep 11 21:50:00.836 INFO O| Sep 11 21:50:00.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57552024-09-11T21:50:01.203Z[ recovery-image] Sep 11 21:50:00.837 INFO O| Sep 11 21:50:00.837 INFO STEP 586 (remove_files) COMPLETE
57562024-09-11T21:50:01.203Z[ recovery-image] Sep 11 21:50:00.837 INFO O| Sep 11 21:50:00.837 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-09-11T21:50:01.227Z[ recovery-image] Sep 11 21:50:00.853 INFO O| Sep 11 21:50:00.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57582024-09-11T21:50:01.227Z[ recovery-image] Sep 11 21:50:00.853 INFO O| Sep 11 21:50:00.853 INFO STEP 587 (remove_files) COMPLETE
57592024-09-11T21:50:01.227Z[ recovery-image] Sep 11 21:50:00.853 INFO O| Sep 11 21:50:00.853 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-09-11T21:50:01.251Z[ recovery-image] Sep 11 21:50:00.870 INFO O| Sep 11 21:50:00.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57612024-09-11T21:50:01.251Z[ recovery-image] Sep 11 21:50:00.870 INFO O| Sep 11 21:50:00.870 INFO STEP 588 (remove_files) COMPLETE
57622024-09-11T21:50:01.251Z[ recovery-image] Sep 11 21:50:00.870 INFO O| Sep 11 21:50:00.870 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-09-11T21:50:01.251Z[ recovery-image] Sep 11 21:50:00.891 INFO O| Sep 11 21:50:00.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
57642024-09-11T21:50:01.251Z[ recovery-image] Sep 11 21:50:00.891 INFO O| Sep 11 21:50:00.891 INFO STEP 589 (remove_files) COMPLETE
57652024-09-11T21:50:01.251Z[ recovery-image] Sep 11 21:50:00.891 INFO O| Sep 11 21:50:00.891 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-09-11T21:50:01.275Z[ recovery-image] Sep 11 21:50:00.908 INFO O| Sep 11 21:50:00.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
57672024-09-11T21:50:01.275Z[ recovery-image] Sep 11 21:50:00.908 INFO O| Sep 11 21:50:00.908 INFO STEP 590 (remove_files) COMPLETE
57682024-09-11T21:50:01.275Z[ recovery-image] Sep 11 21:50:00.908 INFO O| Sep 11 21:50:00.908 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-09-11T21:50:01.299Z[ recovery-image] Sep 11 21:50:00.924 INFO O| Sep 11 21:50:00.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
57702024-09-11T21:50:01.299Z[ recovery-image] Sep 11 21:50:00.924 INFO O| Sep 11 21:50:00.924 INFO STEP 591 (remove_files) COMPLETE
57712024-09-11T21:50:01.299Z[ recovery-image] Sep 11 21:50:00.925 INFO O| Sep 11 21:50:00.924 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-09-11T21:50:01.323Z[ recovery-image] Sep 11 21:50:00.946 INFO O| Sep 11 21:50:00.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
57732024-09-11T21:50:01.323Z[ recovery-image] Sep 11 21:50:00.946 INFO O| Sep 11 21:50:00.946 INFO STEP 592 (remove_files) COMPLETE
57742024-09-11T21:50:01.323Z[ recovery-image] Sep 11 21:50:00.946 INFO O| Sep 11 21:50:00.946 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-09-11T21:50:01.323Z[ recovery-image] Sep 11 21:50:00.962 INFO O| Sep 11 21:50:00.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
57762024-09-11T21:50:01.323Z[ recovery-image] Sep 11 21:50:00.963 INFO O| Sep 11 21:50:00.963 INFO STEP 593 (remove_files) COMPLETE
57772024-09-11T21:50:01.323Z[ recovery-image] Sep 11 21:50:00.963 INFO O| Sep 11 21:50:00.963 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-09-11T21:50:01.347Z[ recovery-image] Sep 11 21:50:00.980 INFO O| Sep 11 21:50:00.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
57792024-09-11T21:50:01.347Z[ recovery-image] Sep 11 21:50:00.980 INFO O| Sep 11 21:50:00.980 INFO STEP 594 (remove_files) COMPLETE
57802024-09-11T21:50:01.347Z[ recovery-image] Sep 11 21:50:00.980 INFO O| Sep 11 21:50:00.980 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-09-11T21:50:01.372Z[ recovery-image] Sep 11 21:50:00.996 INFO O| Sep 11 21:50:00.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
57822024-09-11T21:50:01.372Z[ recovery-image] Sep 11 21:50:00.996 INFO O| Sep 11 21:50:00.996 INFO STEP 595 (remove_files) COMPLETE
57832024-09-11T21:50:01.372Z[ recovery-image] Sep 11 21:50:00.996 INFO O| Sep 11 21:50:00.996 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-09-11T21:50:01.372Z[ host-image] Sep 11 21:50:01.012 INFO O| Sep 11 21:50:01.012 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
57852024-09-11T21:50:01.372Z[ recovery-image] Sep 11 21:50:01.013 INFO O| Sep 11 21:50:01.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
57862024-09-11T21:50:01.372Z[ recovery-image] Sep 11 21:50:01.013 INFO O| Sep 11 21:50:01.013 INFO STEP 596 (remove_files) COMPLETE
57872024-09-11T21:50:01.372Z[ recovery-image] Sep 11 21:50:01.013 INFO O| Sep 11 21:50:01.013 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-09-11T21:50:01.402Z[ recovery-image] Sep 11 21:50:01.044 INFO O| Sep 11 21:50:01.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
57892024-09-11T21:50:01.426Z[ recovery-image] Sep 11 21:50:01.044 INFO O| Sep 11 21:50:01.044 INFO STEP 597 (remove_files) COMPLETE
57902024-09-11T21:50:01.426Z[ recovery-image] Sep 11 21:50:01.045 INFO O| Sep 11 21:50:01.045 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-09-11T21:50:01.426Z[ recovery-image] Sep 11 21:50:01.066 INFO O| Sep 11 21:50:01.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
57922024-09-11T21:50:01.426Z[ recovery-image] Sep 11 21:50:01.066 INFO O| Sep 11 21:50:01.066 INFO STEP 598 (remove_files) COMPLETE
57932024-09-11T21:50:01.426Z[ recovery-image] Sep 11 21:50:01.066 INFO O| Sep 11 21:50:01.066 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-09-11T21:50:01.455Z[ recovery-image] Sep 11 21:50:01.096 INFO O| Sep 11 21:50:01.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
57952024-09-11T21:50:01.479Z[ recovery-image] Sep 11 21:50:01.097 INFO O| Sep 11 21:50:01.097 INFO STEP 599 (remove_files) COMPLETE
57962024-09-11T21:50:01.479Z[ recovery-image] Sep 11 21:50:01.097 INFO O| Sep 11 21:50:01.097 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-09-11T21:50:01.503Z[ recovery-image] Sep 11 21:50:01.124 INFO O| Sep 11 21:50:01.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57982024-09-11T21:50:01.503Z[ recovery-image] Sep 11 21:50:01.124 INFO O| Sep 11 21:50:01.124 INFO STEP 600 (remove_files) COMPLETE
57992024-09-11T21:50:01.503Z[ recovery-image] Sep 11 21:50:01.124 INFO O| Sep 11 21:50:01.124 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-09-11T21:50:01.527Z[ recovery-image] Sep 11 21:50:01.148 INFO O| Sep 11 21:50:01.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58012024-09-11T21:50:01.528Z[ recovery-image] Sep 11 21:50:01.149 INFO O| Sep 11 21:50:01.149 INFO STEP 601 (remove_files) COMPLETE
58022024-09-11T21:50:01.528Z[ recovery-image] Sep 11 21:50:01.149 INFO O| Sep 11 21:50:01.149 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-09-11T21:50:01.528Z[ recovery-image] Sep 11 21:50:01.167 INFO O| Sep 11 21:50:01.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58042024-09-11T21:50:01.528Z[ recovery-image] Sep 11 21:50:01.167 INFO O| Sep 11 21:50:01.167 INFO STEP 602 (remove_files) COMPLETE
58052024-09-11T21:50:01.528Z[ recovery-image] Sep 11 21:50:01.167 INFO O| Sep 11 21:50:01.167 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-09-11T21:50:01.552Z[ recovery-image] Sep 11 21:50:01.183 INFO O| Sep 11 21:50:01.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58072024-09-11T21:50:01.552Z[ recovery-image] Sep 11 21:50:01.184 INFO O| Sep 11 21:50:01.183 INFO STEP 603 (remove_files) COMPLETE
58082024-09-11T21:50:01.552Z[ recovery-image] Sep 11 21:50:01.184 INFO O| Sep 11 21:50:01.183 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-09-11T21:50:01.576Z[ recovery-image] Sep 11 21:50:01.200 INFO O| Sep 11 21:50:01.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58102024-09-11T21:50:01.576Z[ recovery-image] Sep 11 21:50:01.200 INFO O| Sep 11 21:50:01.200 INFO STEP 604 (remove_files) COMPLETE
58112024-09-11T21:50:01.576Z[ recovery-image] Sep 11 21:50:01.200 INFO O| Sep 11 21:50:01.200 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-09-11T21:50:01.576Z[ recovery-image] Sep 11 21:50:01.217 INFO O| Sep 11 21:50:01.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58132024-09-11T21:50:01.577Z[ recovery-image] Sep 11 21:50:01.217 INFO O| Sep 11 21:50:01.217 INFO STEP 605 (remove_files) COMPLETE
58142024-09-11T21:50:01.577Z[ recovery-image] Sep 11 21:50:01.217 INFO O| Sep 11 21:50:01.217 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-09-11T21:50:01.601Z[ recovery-image] Sep 11 21:50:01.236 INFO O| Sep 11 21:50:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58162024-09-11T21:50:01.601Z[ recovery-image] Sep 11 21:50:01.236 INFO O| Sep 11 21:50:01.236 INFO STEP 606 (remove_files) COMPLETE
58172024-09-11T21:50:01.601Z[ recovery-image] Sep 11 21:50:01.236 INFO O| Sep 11 21:50:01.236 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-09-11T21:50:01.625Z[ recovery-image] Sep 11 21:50:01.262 INFO O| Sep 11 21:50:01.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58192024-09-11T21:50:01.625Z[ recovery-image] Sep 11 21:50:01.262 INFO O| Sep 11 21:50:01.262 INFO STEP 607 (remove_files) COMPLETE
58202024-09-11T21:50:01.625Z[ recovery-image] Sep 11 21:50:01.262 INFO O| Sep 11 21:50:01.262 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-09-11T21:50:01.650Z[ recovery-image] Sep 11 21:50:01.287 INFO O| Sep 11 21:50:01.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58222024-09-11T21:50:01.650Z[ recovery-image] Sep 11 21:50:01.288 INFO O| Sep 11 21:50:01.287 INFO STEP 608 (remove_files) COMPLETE
58232024-09-11T21:50:01.650Z[ recovery-image] Sep 11 21:50:01.288 INFO O| Sep 11 21:50:01.287 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-09-11T21:50:01.675Z[ recovery-image] Sep 11 21:50:01.316 INFO O| Sep 11 21:50:01.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58252024-09-11T21:50:01.675Z[ recovery-image] Sep 11 21:50:01.316 INFO O| Sep 11 21:50:01.316 INFO STEP 609 (remove_files) COMPLETE
58262024-09-11T21:50:01.699Z[ recovery-image] Sep 11 21:50:01.316 INFO O| Sep 11 21:50:01.316 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-09-11T21:50:01.723Z[ recovery-image] Sep 11 21:50:01.344 INFO O| Sep 11 21:50:01.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58282024-09-11T21:50:01.723Z[ recovery-image] Sep 11 21:50:01.344 INFO O| Sep 11 21:50:01.344 INFO STEP 610 (remove_files) COMPLETE
58292024-09-11T21:50:01.723Z[ recovery-image] Sep 11 21:50:01.344 INFO O| Sep 11 21:50:01.344 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-09-11T21:50:01.747Z[ recovery-image] Sep 11 21:50:01.370 INFO O| Sep 11 21:50:01.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58312024-09-11T21:50:01.747Z[ recovery-image] Sep 11 21:50:01.370 INFO O| Sep 11 21:50:01.370 INFO STEP 611 (remove_files) COMPLETE
58322024-09-11T21:50:01.747Z[ recovery-image] Sep 11 21:50:01.370 INFO O| Sep 11 21:50:01.370 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-09-11T21:50:01.773Z[ recovery-image] Sep 11 21:50:01.398 INFO O| Sep 11 21:50:01.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58342024-09-11T21:50:01.773Z[ recovery-image] Sep 11 21:50:01.398 INFO O| Sep 11 21:50:01.398 INFO STEP 612 (remove_files) COMPLETE
58352024-09-11T21:50:01.773Z[ recovery-image] Sep 11 21:50:01.398 INFO O| Sep 11 21:50:01.398 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-09-11T21:50:01.797Z[ recovery-image] Sep 11 21:50:01.425 INFO O| Sep 11 21:50:01.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58372024-09-11T21:50:01.797Z[ recovery-image] Sep 11 21:50:01.425 INFO O| Sep 11 21:50:01.425 INFO STEP 613 (remove_files) COMPLETE
58382024-09-11T21:50:01.797Z[ recovery-image] Sep 11 21:50:01.425 INFO O| Sep 11 21:50:01.425 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-09-11T21:50:01.822Z[ recovery-image] Sep 11 21:50:01.452 INFO O| Sep 11 21:50:01.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58402024-09-11T21:50:01.822Z[ recovery-image] Sep 11 21:50:01.452 INFO O| Sep 11 21:50:01.452 INFO STEP 614 (remove_files) COMPLETE
58412024-09-11T21:50:01.822Z[ recovery-image] Sep 11 21:50:01.452 INFO O| Sep 11 21:50:01.452 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-09-11T21:50:01.846Z[ recovery-image] Sep 11 21:50:01.479 INFO O| Sep 11 21:50:01.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58432024-09-11T21:50:01.846Z[ recovery-image] Sep 11 21:50:01.480 INFO O| Sep 11 21:50:01.480 INFO STEP 615 (remove_files) COMPLETE
58442024-09-11T21:50:01.846Z[ recovery-image] Sep 11 21:50:01.480 INFO O| Sep 11 21:50:01.480 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-09-11T21:50:01.870Z[ recovery-image] Sep 11 21:50:01.507 INFO O| Sep 11 21:50:01.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58462024-09-11T21:50:01.870Z[ recovery-image] Sep 11 21:50:01.507 INFO O| Sep 11 21:50:01.507 INFO STEP 616 (remove_files) COMPLETE
58472024-09-11T21:50:01.870Z[ recovery-image] Sep 11 21:50:01.507 INFO O| Sep 11 21:50:01.507 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-09-11T21:50:01.894Z[ recovery-image] Sep 11 21:50:01.536 INFO O| Sep 11 21:50:01.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58492024-09-11T21:50:01.894Z[ recovery-image] Sep 11 21:50:01.536 INFO O| Sep 11 21:50:01.536 INFO STEP 617 (remove_files) COMPLETE
58502024-09-11T21:50:01.919Z[ recovery-image] Sep 11 21:50:01.536 INFO O| Sep 11 21:50:01.536 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-09-11T21:50:01.943Z[ recovery-image] Sep 11 21:50:01.567 INFO O| Sep 11 21:50:01.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58522024-09-11T21:50:01.943Z[ recovery-image] Sep 11 21:50:01.568 INFO O| Sep 11 21:50:01.568 INFO STEP 618 (remove_files) COMPLETE
58532024-09-11T21:50:01.943Z[ recovery-image] Sep 11 21:50:01.568 INFO O| Sep 11 21:50:01.568 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-09-11T21:50:01.967Z[ recovery-image] Sep 11 21:50:01.591 INFO O| Sep 11 21:50:01.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58552024-09-11T21:50:01.967Z[ recovery-image] Sep 11 21:50:01.591 INFO O| Sep 11 21:50:01.591 INFO STEP 619 (remove_files) COMPLETE
58562024-09-11T21:50:01.967Z[ recovery-image] Sep 11 21:50:01.591 INFO O| Sep 11 21:50:01.591 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-09-11T21:50:01.992Z[ recovery-image] Sep 11 21:50:01.625 INFO O| Sep 11 21:50:01.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58582024-09-11T21:50:01.992Z[ recovery-image] Sep 11 21:50:01.626 INFO O| Sep 11 21:50:01.626 INFO STEP 620 (remove_files) COMPLETE
58592024-09-11T21:50:01.992Z[ recovery-image] Sep 11 21:50:01.626 INFO O| Sep 11 21:50:01.626 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-09-11T21:50:02.016Z[ recovery-image] Sep 11 21:50:01.652 INFO O| Sep 11 21:50:01.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58612024-09-11T21:50:02.016Z[ recovery-image] Sep 11 21:50:01.653 INFO O| Sep 11 21:50:01.653 INFO STEP 621 (remove_files) COMPLETE
58622024-09-11T21:50:02.017Z[ recovery-image] Sep 11 21:50:01.653 INFO O| Sep 11 21:50:01.653 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-09-11T21:50:02.041Z[ recovery-image] Sep 11 21:50:01.677 INFO O| Sep 11 21:50:01.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
58642024-09-11T21:50:02.041Z[ recovery-image] Sep 11 21:50:01.678 INFO O| Sep 11 21:50:01.678 INFO STEP 622 (remove_files) COMPLETE
58652024-09-11T21:50:02.041Z[ recovery-image] Sep 11 21:50:01.678 INFO O| Sep 11 21:50:01.678 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-09-11T21:50:02.065Z[ recovery-image] Sep 11 21:50:01.702 INFO O| Sep 11 21:50:01.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
58672024-09-11T21:50:02.065Z[ recovery-image] Sep 11 21:50:01.702 INFO O| Sep 11 21:50:01.702 INFO STEP 623 (remove_files) COMPLETE
58682024-09-11T21:50:02.065Z[ recovery-image] Sep 11 21:50:01.702 INFO O| Sep 11 21:50:01.702 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-09-11T21:50:02.089Z[ recovery-image] Sep 11 21:50:01.726 INFO O| Sep 11 21:50:01.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
58702024-09-11T21:50:02.089Z[ recovery-image] Sep 11 21:50:01.726 INFO O| Sep 11 21:50:01.726 INFO STEP 624 (remove_files) COMPLETE
58712024-09-11T21:50:02.089Z[ recovery-image] Sep 11 21:50:01.726 INFO O| Sep 11 21:50:01.726 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-09-11T21:50:02.119Z[ recovery-image] Sep 11 21:50:01.761 INFO O| Sep 11 21:50:01.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
58732024-09-11T21:50:02.119Z[ recovery-image] Sep 11 21:50:01.761 INFO O| Sep 11 21:50:01.761 INFO STEP 625 (remove_files) COMPLETE
58742024-09-11T21:50:02.143Z[ recovery-image] Sep 11 21:50:01.761 INFO O| Sep 11 21:50:01.761 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-09-11T21:50:02.167Z[ recovery-image] Sep 11 21:50:01.796 INFO O| Sep 11 21:50:01.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
58762024-09-11T21:50:02.167Z[ recovery-image] Sep 11 21:50:01.796 INFO O| Sep 11 21:50:01.796 INFO STEP 626 (remove_files) COMPLETE
58772024-09-11T21:50:02.167Z[ recovery-image] Sep 11 21:50:01.796 INFO O| Sep 11 21:50:01.796 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-09-11T21:50:02.191Z[ recovery-image] Sep 11 21:50:01.828 INFO O| Sep 11 21:50:01.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
58792024-09-11T21:50:02.192Z[ recovery-image] Sep 11 21:50:01.829 INFO O| Sep 11 21:50:01.829 INFO STEP 627 (remove_files) COMPLETE
58802024-09-11T21:50:02.192Z[ recovery-image] Sep 11 21:50:01.829 INFO O| Sep 11 21:50:01.829 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-09-11T21:50:02.218Z[ recovery-image] Sep 11 21:50:01.859 INFO O| Sep 11 21:50:01.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
58822024-09-11T21:50:02.218Z[ recovery-image] Sep 11 21:50:01.859 INFO O| Sep 11 21:50:01.859 INFO STEP 628 (remove_files) COMPLETE
58832024-09-11T21:50:02.218Z[ recovery-image] Sep 11 21:50:01.859 INFO O| Sep 11 21:50:01.859 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-09-11T21:50:02.247Z[ recovery-image] Sep 11 21:50:01.888 INFO O| Sep 11 21:50:01.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
58852024-09-11T21:50:02.271Z[ recovery-image] Sep 11 21:50:01.888 INFO O| Sep 11 21:50:01.888 INFO STEP 629 (remove_files) COMPLETE
58862024-09-11T21:50:02.271Z[ recovery-image] Sep 11 21:50:01.888 INFO O| Sep 11 21:50:01.888 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-09-11T21:50:02.295Z[ recovery-image] Sep 11 21:50:01.914 INFO O| Sep 11 21:50:01.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
58882024-09-11T21:50:02.295Z[ recovery-image] Sep 11 21:50:01.914 INFO O| Sep 11 21:50:01.914 INFO STEP 630 (remove_files) COMPLETE
58892024-09-11T21:50:02.295Z[ recovery-image] Sep 11 21:50:01.914 INFO O| Sep 11 21:50:01.914 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-09-11T21:50:02.319Z[ recovery-image] Sep 11 21:50:01.943 INFO O| Sep 11 21:50:01.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
58912024-09-11T21:50:02.319Z[ recovery-image] Sep 11 21:50:01.944 INFO O| Sep 11 21:50:01.944 INFO STEP 631 (remove_files) COMPLETE
58922024-09-11T21:50:02.319Z[ recovery-image] Sep 11 21:50:01.944 INFO O| Sep 11 21:50:01.944 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-09-11T21:50:02.348Z[ recovery-image] Sep 11 21:50:01.970 INFO O| Sep 11 21:50:01.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
58942024-09-11T21:50:02.348Z[ recovery-image] Sep 11 21:50:01.971 INFO O| Sep 11 21:50:01.970 INFO STEP 632 (remove_files) COMPLETE
58952024-09-11T21:50:02.348Z[ recovery-image] Sep 11 21:50:01.971 INFO O| Sep 11 21:50:01.971 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-09-11T21:50:02.373Z[ recovery-image] Sep 11 21:50:02.001 INFO O| Sep 11 21:50:02.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58972024-09-11T21:50:02.373Z[ recovery-image] Sep 11 21:50:02.002 INFO O| Sep 11 21:50:02.002 INFO STEP 633 (remove_files) COMPLETE
58982024-09-11T21:50:02.373Z[ recovery-image] Sep 11 21:50:02.002 INFO O| Sep 11 21:50:02.002 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-09-11T21:50:02.398Z[ recovery-image] Sep 11 21:50:02.033 INFO O| Sep 11 21:50:02.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59002024-09-11T21:50:02.398Z[ recovery-image] Sep 11 21:50:02.033 INFO O| Sep 11 21:50:02.033 INFO STEP 634 (remove_files) COMPLETE
59012024-09-11T21:50:02.398Z[ recovery-image] Sep 11 21:50:02.033 INFO O| Sep 11 21:50:02.033 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-09-11T21:50:02.426Z[ recovery-image] Sep 11 21:50:02.067 INFO O| Sep 11 21:50:02.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59032024-09-11T21:50:02.450Z[ recovery-image] Sep 11 21:50:02.068 INFO O| Sep 11 21:50:02.068 INFO STEP 635 (remove_files) COMPLETE
59042024-09-11T21:50:02.450Z[ recovery-image] Sep 11 21:50:02.068 INFO O| Sep 11 21:50:02.068 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-09-11T21:50:02.450Z[ recovery-image] Sep 11 21:50:02.088 INFO O| Sep 11 21:50:02.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59062024-09-11T21:50:02.450Z[ recovery-image] Sep 11 21:50:02.088 INFO O| Sep 11 21:50:02.088 INFO STEP 636 (remove_files) COMPLETE
59072024-09-11T21:50:02.450Z[ recovery-image] Sep 11 21:50:02.088 INFO O| Sep 11 21:50:02.088 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-09-11T21:50:02.474Z[ recovery-image] Sep 11 21:50:02.107 INFO O| Sep 11 21:50:02.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59092024-09-11T21:50:02.474Z[ recovery-image] Sep 11 21:50:02.107 INFO O| Sep 11 21:50:02.107 INFO STEP 637 (remove_files) COMPLETE
59102024-09-11T21:50:02.474Z[ recovery-image] Sep 11 21:50:02.107 INFO O| Sep 11 21:50:02.107 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-09-11T21:50:02.498Z[ recovery-image] Sep 11 21:50:02.125 INFO O| Sep 11 21:50:02.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59122024-09-11T21:50:02.498Z[ recovery-image] Sep 11 21:50:02.126 INFO O| Sep 11 21:50:02.126 INFO STEP 638 (remove_files) COMPLETE
59132024-09-11T21:50:02.498Z[ recovery-image] Sep 11 21:50:02.126 INFO O| Sep 11 21:50:02.126 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-09-11T21:50:02.522Z[ recovery-image] Sep 11 21:50:02.145 INFO O| Sep 11 21:50:02.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59152024-09-11T21:50:02.522Z[ recovery-image] Sep 11 21:50:02.145 INFO O| Sep 11 21:50:02.145 INFO STEP 639 (remove_files) COMPLETE
59162024-09-11T21:50:02.522Z[ recovery-image] Sep 11 21:50:02.145 INFO O| Sep 11 21:50:02.145 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-09-11T21:50:02.546Z[ recovery-image] Sep 11 21:50:02.168 INFO O| Sep 11 21:50:02.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59182024-09-11T21:50:02.546Z[ recovery-image] Sep 11 21:50:02.168 INFO O| Sep 11 21:50:02.168 INFO STEP 640 (remove_files) COMPLETE
59192024-09-11T21:50:02.546Z[ recovery-image] Sep 11 21:50:02.168 INFO O| Sep 11 21:50:02.168 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-09-11T21:50:02.546Z[ recovery-image] Sep 11 21:50:02.186 INFO O| Sep 11 21:50:02.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59212024-09-11T21:50:02.546Z[ recovery-image] Sep 11 21:50:02.186 INFO O| Sep 11 21:50:02.186 INFO STEP 641 (remove_files) COMPLETE
59222024-09-11T21:50:02.547Z[ recovery-image] Sep 11 21:50:02.186 INFO O| Sep 11 21:50:02.186 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-09-11T21:50:02.571Z[ recovery-image] Sep 11 21:50:02.207 INFO O| Sep 11 21:50:02.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59242024-09-11T21:50:02.571Z[ recovery-image] Sep 11 21:50:02.207 INFO O| Sep 11 21:50:02.207 INFO STEP 642 (remove_files) COMPLETE
59252024-09-11T21:50:02.571Z[ recovery-image] Sep 11 21:50:02.207 INFO O| Sep 11 21:50:02.207 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-09-11T21:50:02.595Z[ recovery-image] Sep 11 21:50:02.227 INFO O| Sep 11 21:50:02.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59272024-09-11T21:50:02.595Z[ recovery-image] Sep 11 21:50:02.227 INFO O| Sep 11 21:50:02.227 INFO STEP 643 (remove_files) COMPLETE
59282024-09-11T21:50:02.595Z[ recovery-image] Sep 11 21:50:02.227 INFO O| Sep 11 21:50:02.227 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-09-11T21:50:02.619Z[ recovery-image] Sep 11 21:50:02.243 INFO O| Sep 11 21:50:02.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59302024-09-11T21:50:02.619Z[ recovery-image] Sep 11 21:50:02.243 INFO O| Sep 11 21:50:02.243 INFO STEP 644 (remove_files) COMPLETE
59312024-09-11T21:50:02.619Z[ recovery-image] Sep 11 21:50:02.243 INFO O| Sep 11 21:50:02.243 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-09-11T21:50:02.619Z[ recovery-image] Sep 11 21:50:02.257 INFO O| Sep 11 21:50:02.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59332024-09-11T21:50:02.619Z[ recovery-image] Sep 11 21:50:02.258 INFO O| Sep 11 21:50:02.257 INFO STEP 645 (remove_files) COMPLETE
59342024-09-11T21:50:02.619Z[ recovery-image] Sep 11 21:50:02.258 INFO O| Sep 11 21:50:02.257 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-09-11T21:50:02.643Z[ recovery-image] Sep 11 21:50:02.272 INFO O| Sep 11 21:50:02.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59362024-09-11T21:50:02.643Z[ recovery-image] Sep 11 21:50:02.272 INFO O| Sep 11 21:50:02.272 INFO STEP 646 (remove_files) COMPLETE
59372024-09-11T21:50:02.644Z[ recovery-image] Sep 11 21:50:02.272 INFO O| Sep 11 21:50:02.272 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-09-11T21:50:02.668Z[ recovery-image] Sep 11 21:50:02.286 INFO O| Sep 11 21:50:02.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59392024-09-11T21:50:02.668Z[ recovery-image] Sep 11 21:50:02.287 INFO O| Sep 11 21:50:02.286 INFO STEP 647 (remove_files) COMPLETE
59402024-09-11T21:50:02.668Z[ recovery-image] Sep 11 21:50:02.287 INFO O| Sep 11 21:50:02.287 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-09-11T21:50:02.668Z[ recovery-image] Sep 11 21:50:02.301 INFO O| Sep 11 21:50:02.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59422024-09-11T21:50:02.668Z[ recovery-image] Sep 11 21:50:02.301 INFO O| Sep 11 21:50:02.301 INFO STEP 648 (remove_files) COMPLETE
59432024-09-11T21:50:02.668Z[ recovery-image] Sep 11 21:50:02.301 INFO O| Sep 11 21:50:02.301 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-09-11T21:50:02.692Z[ recovery-image] Sep 11 21:50:02.316 INFO O| Sep 11 21:50:02.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59452024-09-11T21:50:02.692Z[ recovery-image] Sep 11 21:50:02.316 INFO O| Sep 11 21:50:02.316 INFO STEP 649 (remove_files) COMPLETE
59462024-09-11T21:50:02.692Z[ recovery-image] Sep 11 21:50:02.316 INFO O| Sep 11 21:50:02.316 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-09-11T21:50:02.692Z[ recovery-image] Sep 11 21:50:02.331 INFO O| Sep 11 21:50:02.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59482024-09-11T21:50:02.692Z[ recovery-image] Sep 11 21:50:02.331 INFO O| Sep 11 21:50:02.331 INFO STEP 650 (remove_files) COMPLETE
59492024-09-11T21:50:02.692Z[ recovery-image] Sep 11 21:50:02.331 INFO O| Sep 11 21:50:02.331 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-09-11T21:50:02.717Z[ recovery-image] Sep 11 21:50:02.352 INFO O| Sep 11 21:50:02.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59512024-09-11T21:50:02.717Z[ recovery-image] Sep 11 21:50:02.352 INFO O| Sep 11 21:50:02.352 INFO STEP 651 (remove_files) COMPLETE
59522024-09-11T21:50:02.717Z[ recovery-image] Sep 11 21:50:02.352 INFO O| Sep 11 21:50:02.352 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-09-11T21:50:02.741Z[ recovery-image] Sep 11 21:50:02.374 INFO O| Sep 11 21:50:02.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59542024-09-11T21:50:02.741Z[ recovery-image] Sep 11 21:50:02.375 INFO O| Sep 11 21:50:02.375 INFO STEP 652 (remove_files) COMPLETE
59552024-09-11T21:50:02.741Z[ recovery-image] Sep 11 21:50:02.375 INFO O| Sep 11 21:50:02.375 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-09-11T21:50:02.765Z[ recovery-image] Sep 11 21:50:02.392 INFO O| Sep 11 21:50:02.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59572024-09-11T21:50:02.766Z[ recovery-image] Sep 11 21:50:02.393 INFO O| Sep 11 21:50:02.393 INFO STEP 653 (remove_files) COMPLETE
59582024-09-11T21:50:02.766Z[ recovery-image] Sep 11 21:50:02.393 INFO O| Sep 11 21:50:02.393 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-09-11T21:50:02.790Z[ recovery-image] Sep 11 21:50:02.410 INFO O| Sep 11 21:50:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59602024-09-11T21:50:02.790Z[ recovery-image] Sep 11 21:50:02.410 INFO O| Sep 11 21:50:02.410 INFO STEP 654 (remove_files) COMPLETE
59612024-09-11T21:50:02.790Z[ recovery-image] Sep 11 21:50:02.410 INFO O| Sep 11 21:50:02.410 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-09-11T21:50:02.790Z[ recovery-image] Sep 11 21:50:02.428 INFO O| Sep 11 21:50:02.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
59632024-09-11T21:50:02.790Z[ recovery-image] Sep 11 21:50:02.428 INFO O| Sep 11 21:50:02.428 INFO STEP 655 (remove_files) COMPLETE
59642024-09-11T21:50:02.790Z[ recovery-image] Sep 11 21:50:02.428 INFO O| Sep 11 21:50:02.428 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-09-11T21:50:02.814Z[ recovery-image] Sep 11 21:50:02.447 INFO O| Sep 11 21:50:02.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
59662024-09-11T21:50:02.814Z[ recovery-image] Sep 11 21:50:02.447 INFO O| Sep 11 21:50:02.447 INFO STEP 656 (remove_files) COMPLETE
59672024-09-11T21:50:02.814Z[ recovery-image] Sep 11 21:50:02.447 INFO O| Sep 11 21:50:02.447 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-09-11T21:50:02.839Z[ recovery-image] Sep 11 21:50:02.465 INFO O| Sep 11 21:50:02.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
59692024-09-11T21:50:02.839Z[ recovery-image] Sep 11 21:50:02.466 INFO O| Sep 11 21:50:02.466 INFO STEP 657 (remove_files) COMPLETE
59702024-09-11T21:50:02.839Z[ recovery-image] Sep 11 21:50:02.466 INFO O| Sep 11 21:50:02.466 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-09-11T21:50:02.864Z[ recovery-image] Sep 11 21:50:02.483 INFO O| Sep 11 21:50:02.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
59722024-09-11T21:50:02.864Z[ recovery-image] Sep 11 21:50:02.483 INFO O| Sep 11 21:50:02.483 INFO STEP 658 (remove_files) COMPLETE
59732024-09-11T21:50:02.864Z[ recovery-image] Sep 11 21:50:02.483 INFO O| Sep 11 21:50:02.483 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-09-11T21:50:02.864Z[ recovery-image] Sep 11 21:50:02.501 INFO O| Sep 11 21:50:02.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
59752024-09-11T21:50:02.864Z[ recovery-image] Sep 11 21:50:02.502 INFO O| Sep 11 21:50:02.502 INFO STEP 659 (remove_files) COMPLETE
59762024-09-11T21:50:02.864Z[ recovery-image] Sep 11 21:50:02.502 INFO O| Sep 11 21:50:02.502 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-09-11T21:50:02.888Z[ recovery-image] Sep 11 21:50:02.519 INFO O| Sep 11 21:50:02.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
59782024-09-11T21:50:02.888Z[ recovery-image] Sep 11 21:50:02.519 INFO O| Sep 11 21:50:02.519 INFO STEP 660 (remove_files) COMPLETE
59792024-09-11T21:50:02.888Z[ recovery-image] Sep 11 21:50:02.520 INFO O| Sep 11 21:50:02.519 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-09-11T21:50:02.911Z[ recovery-image] Sep 11 21:50:02.541 INFO O| Sep 11 21:50:02.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
59812024-09-11T21:50:02.912Z[ recovery-image] Sep 11 21:50:02.541 INFO O| Sep 11 21:50:02.541 INFO STEP 661 (remove_files) COMPLETE
59822024-09-11T21:50:02.912Z[ recovery-image] Sep 11 21:50:02.541 INFO O| Sep 11 21:50:02.541 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-09-11T21:50:02.935Z[ recovery-image] Sep 11 21:50:02.560 INFO O| Sep 11 21:50:02.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
59842024-09-11T21:50:02.935Z[ recovery-image] Sep 11 21:50:02.560 INFO O| Sep 11 21:50:02.560 INFO STEP 662 (remove_files) COMPLETE
59852024-09-11T21:50:02.935Z[ recovery-image] Sep 11 21:50:02.560 INFO O| Sep 11 21:50:02.560 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-09-11T21:50:02.960Z[ recovery-image] Sep 11 21:50:02.579 INFO O| Sep 11 21:50:02.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
59872024-09-11T21:50:02.960Z[ recovery-image] Sep 11 21:50:02.579 INFO O| Sep 11 21:50:02.579 INFO STEP 663 (remove_files) COMPLETE
59882024-09-11T21:50:02.960Z[ recovery-image] Sep 11 21:50:02.579 INFO O| Sep 11 21:50:02.579 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-09-11T21:50:02.960Z[ recovery-image] Sep 11 21:50:02.598 INFO O| Sep 11 21:50:02.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
59902024-09-11T21:50:02.960Z[ recovery-image] Sep 11 21:50:02.598 INFO O| Sep 11 21:50:02.598 INFO STEP 664 (remove_files) COMPLETE
59912024-09-11T21:50:02.960Z[ recovery-image] Sep 11 21:50:02.598 INFO O| Sep 11 21:50:02.598 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-09-11T21:50:02.984Z[ recovery-image] Sep 11 21:50:02.615 INFO O| Sep 11 21:50:02.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
59932024-09-11T21:50:02.984Z[ recovery-image] Sep 11 21:50:02.615 INFO O| Sep 11 21:50:02.615 INFO STEP 665 (remove_files) COMPLETE
59942024-09-11T21:50:02.984Z[ recovery-image] Sep 11 21:50:02.615 INFO O| Sep 11 21:50:02.615 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-09-11T21:50:03.008Z[ recovery-image] Sep 11 21:50:02.631 INFO O| Sep 11 21:50:02.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59962024-09-11T21:50:03.008Z[ recovery-image] Sep 11 21:50:02.631 INFO O| Sep 11 21:50:02.631 INFO STEP 666 (remove_files) COMPLETE
59972024-09-11T21:50:03.008Z[ recovery-image] Sep 11 21:50:02.631 INFO O| Sep 11 21:50:02.631 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-09-11T21:50:03.032Z[ recovery-image] Sep 11 21:50:02.657 INFO O| Sep 11 21:50:02.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59992024-09-11T21:50:03.032Z[ recovery-image] Sep 11 21:50:02.657 INFO O| Sep 11 21:50:02.657 INFO STEP 667 (remove_files) COMPLETE
60002024-09-11T21:50:03.032Z[ recovery-image] Sep 11 21:50:02.657 INFO O| Sep 11 21:50:02.657 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-09-11T21:50:03.056Z[ recovery-image] Sep 11 21:50:02.680 INFO O| Sep 11 21:50:02.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60022024-09-11T21:50:03.056Z[ recovery-image] Sep 11 21:50:02.680 INFO O| Sep 11 21:50:02.680 INFO STEP 668 (remove_files) COMPLETE
60032024-09-11T21:50:03.056Z[ recovery-image] Sep 11 21:50:02.680 INFO O| Sep 11 21:50:02.680 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-09-11T21:50:03.080Z[ recovery-image] Sep 11 21:50:02.704 INFO O| Sep 11 21:50:02.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60052024-09-11T21:50:03.080Z[ recovery-image] Sep 11 21:50:02.704 INFO O| Sep 11 21:50:02.704 INFO STEP 669 (remove_files) COMPLETE
60062024-09-11T21:50:03.080Z[ recovery-image] Sep 11 21:50:02.704 INFO O| Sep 11 21:50:02.704 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-09-11T21:50:03.105Z[ recovery-image] Sep 11 21:50:02.729 INFO O| Sep 11 21:50:02.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60082024-09-11T21:50:03.105Z[ recovery-image] Sep 11 21:50:02.729 INFO O| Sep 11 21:50:02.729 INFO STEP 670 (remove_files) COMPLETE
60092024-09-11T21:50:03.105Z[ recovery-image] Sep 11 21:50:02.729 INFO O| Sep 11 21:50:02.729 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-09-11T21:50:03.129Z[ recovery-image] Sep 11 21:50:02.760 INFO O| Sep 11 21:50:02.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60112024-09-11T21:50:03.129Z[ recovery-image] Sep 11 21:50:02.760 INFO O| Sep 11 21:50:02.760 INFO STEP 671 (remove_files) COMPLETE
60122024-09-11T21:50:03.129Z[ recovery-image] Sep 11 21:50:02.760 INFO O| Sep 11 21:50:02.760 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-09-11T21:50:03.153Z[ recovery-image] Sep 11 21:50:02.785 INFO O| Sep 11 21:50:02.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60142024-09-11T21:50:03.153Z[ recovery-image] Sep 11 21:50:02.786 INFO O| Sep 11 21:50:02.786 INFO STEP 672 (remove_files) COMPLETE
60152024-09-11T21:50:03.153Z[ recovery-image] Sep 11 21:50:02.786 INFO O| Sep 11 21:50:02.786 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-09-11T21:50:03.177Z[ recovery-image] Sep 11 21:50:02.809 INFO O| Sep 11 21:50:02.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60172024-09-11T21:50:03.177Z[ recovery-image] Sep 11 21:50:02.809 INFO O| Sep 11 21:50:02.809 INFO STEP 673 (remove_files) COMPLETE
60182024-09-11T21:50:03.177Z[ recovery-image] Sep 11 21:50:02.809 INFO O| Sep 11 21:50:02.809 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-09-11T21:50:03.202Z[ recovery-image] Sep 11 21:50:02.834 INFO O| Sep 11 21:50:02.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60202024-09-11T21:50:03.202Z[ recovery-image] Sep 11 21:50:02.834 INFO O| Sep 11 21:50:02.834 INFO STEP 674 (remove_files) COMPLETE
60212024-09-11T21:50:03.202Z[ recovery-image] Sep 11 21:50:02.834 INFO O| Sep 11 21:50:02.834 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-09-11T21:50:03.227Z[ recovery-image] Sep 11 21:50:02.855 INFO O| Sep 11 21:50:02.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60232024-09-11T21:50:03.227Z[ recovery-image] Sep 11 21:50:02.855 INFO O| Sep 11 21:50:02.855 INFO STEP 675 (remove_files) COMPLETE
60242024-09-11T21:50:03.227Z[ recovery-image] Sep 11 21:50:02.855 INFO O| Sep 11 21:50:02.855 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-09-11T21:50:03.251Z[ recovery-image] Sep 11 21:50:02.875 INFO O| Sep 11 21:50:02.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60262024-09-11T21:50:03.251Z[ recovery-image] Sep 11 21:50:02.875 INFO O| Sep 11 21:50:02.875 INFO STEP 676 (remove_files) COMPLETE
60272024-09-11T21:50:03.251Z[ recovery-image] Sep 11 21:50:02.875 INFO O| Sep 11 21:50:02.875 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-09-11T21:50:03.275Z[ recovery-image] Sep 11 21:50:02.895 INFO O| Sep 11 21:50:02.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60292024-09-11T21:50:03.275Z[ recovery-image] Sep 11 21:50:02.895 INFO O| Sep 11 21:50:02.895 INFO STEP 677 (remove_files) COMPLETE
60302024-09-11T21:50:03.275Z[ recovery-image] Sep 11 21:50:02.895 INFO O| Sep 11 21:50:02.895 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-09-11T21:50:03.275Z[ recovery-image] Sep 11 21:50:02.913 INFO O| Sep 11 21:50:02.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60322024-09-11T21:50:03.275Z[ recovery-image] Sep 11 21:50:02.913 INFO O| Sep 11 21:50:02.913 INFO STEP 678 (remove_files) COMPLETE
60332024-09-11T21:50:03.275Z[ recovery-image] Sep 11 21:50:02.913 INFO O| Sep 11 21:50:02.913 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-09-11T21:50:03.300Z[ recovery-image] Sep 11 21:50:02.934 INFO O| Sep 11 21:50:02.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60352024-09-11T21:50:03.300Z[ recovery-image] Sep 11 21:50:02.935 INFO O| Sep 11 21:50:02.934 INFO STEP 679 (remove_files) COMPLETE
60362024-09-11T21:50:03.300Z[ recovery-image] Sep 11 21:50:02.935 INFO O| Sep 11 21:50:02.934 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-09-11T21:50:03.324Z[ recovery-image] Sep 11 21:50:02.957 INFO O| Sep 11 21:50:02.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60382024-09-11T21:50:03.324Z[ recovery-image] Sep 11 21:50:02.957 INFO O| Sep 11 21:50:02.957 INFO STEP 680 (remove_files) COMPLETE
60392024-09-11T21:50:03.324Z[ recovery-image] Sep 11 21:50:02.957 INFO O| Sep 11 21:50:02.957 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-09-11T21:50:03.348Z[ recovery-image] Sep 11 21:50:02.974 INFO O| Sep 11 21:50:02.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60412024-09-11T21:50:03.348Z[ recovery-image] Sep 11 21:50:02.974 INFO O| Sep 11 21:50:02.974 INFO STEP 681 (remove_files) COMPLETE
60422024-09-11T21:50:03.348Z[ recovery-image] Sep 11 21:50:02.974 INFO O| Sep 11 21:50:02.974 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-09-11T21:50:03.372Z[ recovery-image] Sep 11 21:50:02.991 INFO O| Sep 11 21:50:02.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60442024-09-11T21:50:03.373Z[ recovery-image] Sep 11 21:50:02.992 INFO O| Sep 11 21:50:02.991 INFO STEP 682 (remove_files) COMPLETE
60452024-09-11T21:50:03.373Z[ recovery-image] Sep 11 21:50:02.992 INFO O| Sep 11 21:50:02.992 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-09-11T21:50:03.373Z[ recovery-image] Sep 11 21:50:03.009 INFO O| Sep 11 21:50:03.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60472024-09-11T21:50:03.373Z[ recovery-image] Sep 11 21:50:03.009 INFO O| Sep 11 21:50:03.009 INFO STEP 683 (remove_files) COMPLETE
60482024-09-11T21:50:03.373Z[ recovery-image] Sep 11 21:50:03.009 INFO O| Sep 11 21:50:03.009 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-09-11T21:50:03.397Z[ recovery-image] Sep 11 21:50:03.026 INFO O| Sep 11 21:50:03.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60502024-09-11T21:50:03.397Z[ recovery-image] Sep 11 21:50:03.026 INFO O| Sep 11 21:50:03.026 INFO STEP 684 (remove_files) COMPLETE
60512024-09-11T21:50:03.397Z[ recovery-image] Sep 11 21:50:03.026 INFO O| Sep 11 21:50:03.026 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-09-11T21:50:03.421Z[ recovery-image] Sep 11 21:50:03.047 INFO O| Sep 11 21:50:03.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60532024-09-11T21:50:03.421Z[ recovery-image] Sep 11 21:50:03.047 INFO O| Sep 11 21:50:03.047 INFO STEP 685 (remove_files) COMPLETE
60542024-09-11T21:50:03.421Z[ recovery-image] Sep 11 21:50:03.047 INFO O| Sep 11 21:50:03.047 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-09-11T21:50:03.446Z[ recovery-image] Sep 11 21:50:03.063 INFO O| Sep 11 21:50:03.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60562024-09-11T21:50:03.446Z[ recovery-image] Sep 11 21:50:03.063 INFO O| Sep 11 21:50:03.063 INFO STEP 686 (remove_files) COMPLETE
60572024-09-11T21:50:03.446Z[ recovery-image] Sep 11 21:50:03.063 INFO O| Sep 11 21:50:03.063 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-09-11T21:50:03.446Z[ recovery-image] Sep 11 21:50:03.080 INFO O| Sep 11 21:50:03.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60592024-09-11T21:50:03.446Z[ recovery-image] Sep 11 21:50:03.080 INFO O| Sep 11 21:50:03.080 INFO STEP 687 (remove_files) COMPLETE
60602024-09-11T21:50:03.446Z[ recovery-image] Sep 11 21:50:03.080 INFO O| Sep 11 21:50:03.080 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-09-11T21:50:03.470Z[ recovery-image] Sep 11 21:50:03.095 INFO O| Sep 11 21:50:03.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
60622024-09-11T21:50:03.470Z[ recovery-image] Sep 11 21:50:03.095 INFO O| Sep 11 21:50:03.095 INFO STEP 688 (remove_files) COMPLETE
60632024-09-11T21:50:03.470Z[ recovery-image] Sep 11 21:50:03.095 INFO O| Sep 11 21:50:03.095 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-09-11T21:50:03.470Z[ recovery-image] Sep 11 21:50:03.111 INFO O| Sep 11 21:50:03.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
60652024-09-11T21:50:03.470Z[ recovery-image] Sep 11 21:50:03.111 INFO O| Sep 11 21:50:03.111 INFO STEP 689 (remove_files) COMPLETE
60662024-09-11T21:50:03.470Z[ recovery-image] Sep 11 21:50:03.111 INFO O| Sep 11 21:50:03.111 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-09-11T21:50:03.494Z[ recovery-image] Sep 11 21:50:03.127 INFO O| Sep 11 21:50:03.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
60682024-09-11T21:50:03.494Z[ recovery-image] Sep 11 21:50:03.127 INFO O| Sep 11 21:50:03.127 INFO STEP 690 (remove_files) COMPLETE
60692024-09-11T21:50:03.494Z[ recovery-image] Sep 11 21:50:03.127 INFO O| Sep 11 21:50:03.127 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-09-11T21:50:03.518Z[ recovery-image] Sep 11 21:50:03.142 INFO O| Sep 11 21:50:03.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
60712024-09-11T21:50:03.518Z[ recovery-image] Sep 11 21:50:03.142 INFO O| Sep 11 21:50:03.142 INFO STEP 691 (remove_files) COMPLETE
60722024-09-11T21:50:03.518Z[ recovery-image] Sep 11 21:50:03.142 INFO O| Sep 11 21:50:03.142 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-09-11T21:50:03.518Z[ recovery-image] Sep 11 21:50:03.158 INFO O| Sep 11 21:50:03.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
60742024-09-11T21:50:03.518Z[ recovery-image] Sep 11 21:50:03.158 INFO O| Sep 11 21:50:03.158 INFO STEP 692 (remove_files) COMPLETE
60752024-09-11T21:50:03.518Z[ recovery-image] Sep 11 21:50:03.158 INFO O| Sep 11 21:50:03.158 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-09-11T21:50:03.542Z[ recovery-image] Sep 11 21:50:03.174 INFO O| Sep 11 21:50:03.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
60772024-09-11T21:50:03.542Z[ recovery-image] Sep 11 21:50:03.174 INFO O| Sep 11 21:50:03.174 INFO STEP 693 (remove_files) COMPLETE
60782024-09-11T21:50:03.542Z[ recovery-image] Sep 11 21:50:03.174 INFO O| Sep 11 21:50:03.174 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-09-11T21:50:03.567Z[ recovery-image] Sep 11 21:50:03.191 INFO O| Sep 11 21:50:03.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
60802024-09-11T21:50:03.567Z[ recovery-image] Sep 11 21:50:03.191 INFO O| Sep 11 21:50:03.191 INFO STEP 694 (remove_files) COMPLETE
60812024-09-11T21:50:03.567Z[ recovery-image] Sep 11 21:50:03.191 INFO O| Sep 11 21:50:03.191 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-09-11T21:50:03.591Z[ recovery-image] Sep 11 21:50:03.210 INFO O| Sep 11 21:50:03.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
60832024-09-11T21:50:03.591Z[ recovery-image] Sep 11 21:50:03.210 INFO O| Sep 11 21:50:03.210 INFO STEP 695 (remove_files) COMPLETE
60842024-09-11T21:50:03.591Z[ recovery-image] Sep 11 21:50:03.210 INFO O| Sep 11 21:50:03.210 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-09-11T21:50:03.591Z[ recovery-image] Sep 11 21:50:03.228 INFO O| Sep 11 21:50:03.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
60862024-09-11T21:50:03.591Z[ recovery-image] Sep 11 21:50:03.228 INFO O| Sep 11 21:50:03.228 INFO STEP 696 (remove_files) COMPLETE
60872024-09-11T21:50:03.591Z[ recovery-image] Sep 11 21:50:03.228 INFO O| Sep 11 21:50:03.228 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-09-11T21:50:03.615Z[ recovery-image] Sep 11 21:50:03.245 INFO O| Sep 11 21:50:03.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
60892024-09-11T21:50:03.615Z[ recovery-image] Sep 11 21:50:03.245 INFO O| Sep 11 21:50:03.245 INFO STEP 697 (remove_files) COMPLETE
60902024-09-11T21:50:03.615Z[ recovery-image] Sep 11 21:50:03.245 INFO O| Sep 11 21:50:03.245 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-09-11T21:50:03.639Z[ recovery-image] Sep 11 21:50:03.261 INFO O| Sep 11 21:50:03.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
60922024-09-11T21:50:03.639Z[ recovery-image] Sep 11 21:50:03.261 INFO O| Sep 11 21:50:03.261 INFO STEP 698 (remove_files) COMPLETE
60932024-09-11T21:50:03.639Z[ recovery-image] Sep 11 21:50:03.261 INFO O| Sep 11 21:50:03.261 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-09-11T21:50:03.639Z[ recovery-image] Sep 11 21:50:03.277 INFO O| Sep 11 21:50:03.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60952024-09-11T21:50:03.639Z[ recovery-image] Sep 11 21:50:03.277 INFO O| Sep 11 21:50:03.277 INFO STEP 699 (remove_files) COMPLETE
60962024-09-11T21:50:03.639Z[ recovery-image] Sep 11 21:50:03.277 INFO O| Sep 11 21:50:03.277 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-09-11T21:50:03.663Z[ recovery-image] Sep 11 21:50:03.293 INFO O| Sep 11 21:50:03.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60982024-09-11T21:50:03.663Z[ recovery-image] Sep 11 21:50:03.293 INFO O| Sep 11 21:50:03.293 INFO STEP 700 (remove_files) COMPLETE
60992024-09-11T21:50:03.663Z[ recovery-image] Sep 11 21:50:03.293 INFO O| Sep 11 21:50:03.293 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-09-11T21:50:03.687Z[ recovery-image] Sep 11 21:50:03.312 INFO O| Sep 11 21:50:03.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61012024-09-11T21:50:03.687Z[ recovery-image] Sep 11 21:50:03.312 INFO O| Sep 11 21:50:03.312 INFO STEP 701 (remove_files) COMPLETE
61022024-09-11T21:50:03.687Z[ recovery-image] Sep 11 21:50:03.312 INFO O| Sep 11 21:50:03.312 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-09-11T21:50:03.687Z[ recovery-image] Sep 11 21:50:03.328 INFO O| Sep 11 21:50:03.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61042024-09-11T21:50:03.711Z[ recovery-image] Sep 11 21:50:03.329 INFO O| Sep 11 21:50:03.329 INFO STEP 702 (remove_files) COMPLETE
61052024-09-11T21:50:03.711Z[ recovery-image] Sep 11 21:50:03.329 INFO O| Sep 11 21:50:03.329 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-09-11T21:50:03.711Z[ recovery-image] Sep 11 21:50:03.344 INFO O| Sep 11 21:50:03.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61072024-09-11T21:50:03.711Z[ recovery-image] Sep 11 21:50:03.345 INFO O| Sep 11 21:50:03.345 INFO STEP 703 (remove_files) COMPLETE
61082024-09-11T21:50:03.711Z[ recovery-image] Sep 11 21:50:03.345 INFO O| Sep 11 21:50:03.345 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-09-11T21:50:03.735Z[ recovery-image] Sep 11 21:50:03.360 INFO O| Sep 11 21:50:03.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61102024-09-11T21:50:03.735Z[ recovery-image] Sep 11 21:50:03.360 INFO O| Sep 11 21:50:03.360 INFO STEP 704 (remove_files) COMPLETE
61112024-09-11T21:50:03.735Z[ recovery-image] Sep 11 21:50:03.360 INFO O| Sep 11 21:50:03.360 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-09-11T21:50:03.735Z[ recovery-image] Sep 11 21:50:03.376 INFO O| Sep 11 21:50:03.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61132024-09-11T21:50:03.735Z[ recovery-image] Sep 11 21:50:03.376 INFO O| Sep 11 21:50:03.376 INFO STEP 705 (remove_files) COMPLETE
61142024-09-11T21:50:03.735Z[ recovery-image] Sep 11 21:50:03.376 INFO O| Sep 11 21:50:03.376 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-09-11T21:50:03.759Z[ recovery-image] Sep 11 21:50:03.397 INFO O| Sep 11 21:50:03.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61162024-09-11T21:50:03.759Z[ recovery-image] Sep 11 21:50:03.397 INFO O| Sep 11 21:50:03.397 INFO STEP 706 (remove_files) COMPLETE
61172024-09-11T21:50:03.759Z[ recovery-image] Sep 11 21:50:03.397 INFO O| Sep 11 21:50:03.397 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-09-11T21:50:03.783Z[ recovery-image] Sep 11 21:50:03.415 INFO O| Sep 11 21:50:03.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61192024-09-11T21:50:03.783Z[ recovery-image] Sep 11 21:50:03.416 INFO O| Sep 11 21:50:03.415 INFO STEP 707 (remove_files) COMPLETE
61202024-09-11T21:50:03.783Z[ recovery-image] Sep 11 21:50:03.416 INFO O| Sep 11 21:50:03.415 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-09-11T21:50:03.807Z[ recovery-image] Sep 11 21:50:03.433 INFO O| Sep 11 21:50:03.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61222024-09-11T21:50:03.807Z[ recovery-image] Sep 11 21:50:03.433 INFO O| Sep 11 21:50:03.433 INFO STEP 708 (remove_files) COMPLETE
61232024-09-11T21:50:03.807Z[ recovery-image] Sep 11 21:50:03.433 INFO O| Sep 11 21:50:03.433 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-09-11T21:50:03.807Z[ recovery-image] Sep 11 21:50:03.447 INFO O| Sep 11 21:50:03.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61252024-09-11T21:50:03.807Z[ recovery-image] Sep 11 21:50:03.447 INFO O| Sep 11 21:50:03.447 INFO STEP 709 (remove_files) COMPLETE
61262024-09-11T21:50:03.807Z[ recovery-image] Sep 11 21:50:03.447 INFO O| Sep 11 21:50:03.447 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-09-11T21:50:03.831Z[ recovery-image] Sep 11 21:50:03.462 INFO O| Sep 11 21:50:03.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61282024-09-11T21:50:03.831Z[ recovery-image] Sep 11 21:50:03.462 INFO O| Sep 11 21:50:03.462 INFO STEP 710 (remove_files) COMPLETE
61292024-09-11T21:50:03.831Z[ recovery-image] Sep 11 21:50:03.462 INFO O| Sep 11 21:50:03.462 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-09-11T21:50:03.855Z[ recovery-image] Sep 11 21:50:03.478 INFO O| Sep 11 21:50:03.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61312024-09-11T21:50:03.855Z[ recovery-image] Sep 11 21:50:03.478 INFO O| Sep 11 21:50:03.478 INFO STEP 711 (remove_files) COMPLETE
61322024-09-11T21:50:03.855Z[ recovery-image] Sep 11 21:50:03.478 INFO O| Sep 11 21:50:03.478 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-09-11T21:50:03.855Z[ recovery-image] Sep 11 21:50:03.494 INFO O| Sep 11 21:50:03.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61342024-09-11T21:50:03.855Z[ recovery-image] Sep 11 21:50:03.494 INFO O| Sep 11 21:50:03.494 INFO STEP 712 (remove_files) COMPLETE
61352024-09-11T21:50:03.855Z[ recovery-image] Sep 11 21:50:03.494 INFO O| Sep 11 21:50:03.494 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-09-11T21:50:03.879Z[ recovery-image] Sep 11 21:50:03.510 INFO O| Sep 11 21:50:03.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61372024-09-11T21:50:03.879Z[ recovery-image] Sep 11 21:50:03.510 INFO O| Sep 11 21:50:03.510 INFO STEP 713 (remove_files) COMPLETE
61382024-09-11T21:50:03.879Z[ recovery-image] Sep 11 21:50:03.510 INFO O| Sep 11 21:50:03.510 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-09-11T21:50:03.903Z[ recovery-image] Sep 11 21:50:03.529 INFO O| Sep 11 21:50:03.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61402024-09-11T21:50:03.903Z[ recovery-image] Sep 11 21:50:03.529 INFO O| Sep 11 21:50:03.529 INFO STEP 714 (remove_files) COMPLETE
61412024-09-11T21:50:03.904Z[ recovery-image] Sep 11 21:50:03.529 INFO O| Sep 11 21:50:03.529 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-09-11T21:50:03.904Z[ recovery-image] Sep 11 21:50:03.545 INFO O| Sep 11 21:50:03.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61432024-09-11T21:50:03.904Z[ recovery-image] Sep 11 21:50:03.545 INFO O| Sep 11 21:50:03.545 INFO STEP 715 (remove_files) COMPLETE
61442024-09-11T21:50:03.904Z[ recovery-image] Sep 11 21:50:03.545 INFO O| Sep 11 21:50:03.545 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-09-11T21:50:03.928Z[ recovery-image] Sep 11 21:50:03.560 INFO O| Sep 11 21:50:03.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61462024-09-11T21:50:03.928Z[ recovery-image] Sep 11 21:50:03.560 INFO O| Sep 11 21:50:03.560 INFO STEP 716 (remove_files) COMPLETE
61472024-09-11T21:50:03.928Z[ recovery-image] Sep 11 21:50:03.560 INFO O| Sep 11 21:50:03.560 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-09-11T21:50:03.928Z[ host-image] Sep 11 21:50:03.561 INFO O| Sep 11 21:50:03.561 INFO O| Planning: Solver setup ... Done
61492024-09-11T21:50:03.928Z[ host-image] Sep 11 21:50:03.566 INFO O| Sep 11 21:50:03.566 INFO O| Planning: Running solver ... Done
61502024-09-11T21:50:03.952Z[ recovery-image] Sep 11 21:50:03.576 INFO O| Sep 11 21:50:03.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61512024-09-11T21:50:03.952Z[ recovery-image] Sep 11 21:50:03.577 INFO O| Sep 11 21:50:03.577 INFO STEP 717 (remove_files) COMPLETE
61522024-09-11T21:50:03.952Z[ recovery-image] Sep 11 21:50:03.577 INFO O| Sep 11 21:50:03.577 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-09-11T21:50:03.976Z[ recovery-image] Sep 11 21:50:03.597 INFO O| Sep 11 21:50:03.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61542024-09-11T21:50:03.977Z[ recovery-image] Sep 11 21:50:03.597 INFO O| Sep 11 21:50:03.597 INFO STEP 718 (remove_files) COMPLETE
61552024-09-11T21:50:03.977Z[ recovery-image] Sep 11 21:50:03.598 INFO O| Sep 11 21:50:03.597 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-09-11T21:50:03.977Z[ host-image] Sep 11 21:50:03.611 INFO O| Sep 11 21:50:03.611 INFO O| Planning: Finding local manifests ... Done
61572024-09-11T21:50:03.977Z[ host-image] Sep 11 21:50:03.613 INFO O| Sep 11 21:50:03.613 INFO O| Planning: Fetching manifests: 0/4 0% complete
61582024-09-11T21:50:03.977Z[ recovery-image] Sep 11 21:50:03.615 INFO O| Sep 11 21:50:03.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61592024-09-11T21:50:03.977Z[ recovery-image] Sep 11 21:50:03.615 INFO O| Sep 11 21:50:03.615 INFO STEP 719 (remove_files) COMPLETE
61602024-09-11T21:50:03.977Z[ recovery-image] Sep 11 21:50:03.615 INFO O| Sep 11 21:50:03.615 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-09-11T21:50:04.002Z[ recovery-image] Sep 11 21:50:03.636 INFO O| Sep 11 21:50:03.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61622024-09-11T21:50:04.002Z[ recovery-image] Sep 11 21:50:03.636 INFO O| Sep 11 21:50:03.636 INFO STEP 720 (remove_files) COMPLETE
61632024-09-11T21:50:04.002Z[ recovery-image] Sep 11 21:50:03.636 INFO O| Sep 11 21:50:03.636 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-09-11T21:50:04.027Z[ recovery-image] Sep 11 21:50:03.654 INFO O| Sep 11 21:50:03.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
61652024-09-11T21:50:04.027Z[ recovery-image] Sep 11 21:50:03.654 INFO O| Sep 11 21:50:03.654 INFO STEP 721 (remove_files) COMPLETE
61662024-09-11T21:50:04.027Z[ recovery-image] Sep 11 21:50:03.654 INFO O| Sep 11 21:50:03.654 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-09-11T21:50:04.052Z[ recovery-image] Sep 11 21:50:03.671 INFO O| Sep 11 21:50:03.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
61682024-09-11T21:50:04.052Z[ recovery-image] Sep 11 21:50:03.672 INFO O| Sep 11 21:50:03.672 INFO STEP 722 (remove_files) COMPLETE
61692024-09-11T21:50:04.052Z[ recovery-image] Sep 11 21:50:03.672 INFO O| Sep 11 21:50:03.672 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-09-11T21:50:04.052Z[ recovery-image] Sep 11 21:50:03.688 INFO O| Sep 11 21:50:03.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
61712024-09-11T21:50:04.052Z[ recovery-image] Sep 11 21:50:03.688 INFO O| Sep 11 21:50:03.688 INFO STEP 723 (remove_files) COMPLETE
61722024-09-11T21:50:04.052Z[ recovery-image] Sep 11 21:50:03.688 INFO O| Sep 11 21:50:03.688 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-09-11T21:50:04.075Z[ recovery-image] Sep 11 21:50:03.706 INFO O| Sep 11 21:50:03.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
61742024-09-11T21:50:04.076Z[ recovery-image] Sep 11 21:50:03.706 INFO O| Sep 11 21:50:03.706 INFO STEP 724 (remove_files) COMPLETE
61752024-09-11T21:50:04.076Z[ recovery-image] Sep 11 21:50:03.706 INFO O| Sep 11 21:50:03.706 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-09-11T21:50:04.100Z[ recovery-image] Sep 11 21:50:03.723 INFO O| Sep 11 21:50:03.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
61772024-09-11T21:50:04.100Z[ recovery-image] Sep 11 21:50:03.723 INFO O| Sep 11 21:50:03.723 INFO STEP 725 (remove_files) COMPLETE
61782024-09-11T21:50:04.100Z[ recovery-image] Sep 11 21:50:03.723 INFO O| Sep 11 21:50:03.723 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-09-11T21:50:04.100Z[ recovery-image] Sep 11 21:50:03.738 INFO O| Sep 11 21:50:03.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
61802024-09-11T21:50:04.100Z[ recovery-image] Sep 11 21:50:03.738 INFO O| Sep 11 21:50:03.738 INFO STEP 726 (remove_files) COMPLETE
61812024-09-11T21:50:04.100Z[ recovery-image] Sep 11 21:50:03.738 INFO O| Sep 11 21:50:03.738 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-09-11T21:50:04.124Z[ recovery-image] Sep 11 21:50:03.754 INFO O| Sep 11 21:50:03.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
61832024-09-11T21:50:04.124Z[ recovery-image] Sep 11 21:50:03.754 INFO O| Sep 11 21:50:03.754 INFO STEP 727 (remove_files) COMPLETE
61842024-09-11T21:50:04.124Z[ recovery-image] Sep 11 21:50:03.754 INFO O| Sep 11 21:50:03.754 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-09-11T21:50:04.148Z[ recovery-image] Sep 11 21:50:03.769 INFO O| Sep 11 21:50:03.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
61862024-09-11T21:50:04.148Z[ recovery-image] Sep 11 21:50:03.769 INFO O| Sep 11 21:50:03.769 INFO STEP 728 (remove_files) COMPLETE
61872024-09-11T21:50:04.148Z[ recovery-image] Sep 11 21:50:03.769 INFO O| Sep 11 21:50:03.769 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-09-11T21:50:04.148Z[ recovery-image] Sep 11 21:50:03.784 INFO O| Sep 11 21:50:03.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
61892024-09-11T21:50:04.148Z[ recovery-image] Sep 11 21:50:03.785 INFO O| Sep 11 21:50:03.785 INFO STEP 729 (remove_files) COMPLETE
61902024-09-11T21:50:04.148Z[ recovery-image] Sep 11 21:50:03.785 INFO O| Sep 11 21:50:03.785 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-09-11T21:50:04.172Z[ recovery-image] Sep 11 21:50:03.800 INFO O| Sep 11 21:50:03.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
61922024-09-11T21:50:04.172Z[ recovery-image] Sep 11 21:50:03.801 INFO O| Sep 11 21:50:03.801 INFO STEP 730 (remove_files) COMPLETE
61932024-09-11T21:50:04.172Z[ recovery-image] Sep 11 21:50:03.801 INFO O| Sep 11 21:50:03.801 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-09-11T21:50:04.197Z[ recovery-image] Sep 11 21:50:03.824 INFO O| Sep 11 21:50:03.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
61952024-09-11T21:50:04.197Z[ recovery-image] Sep 11 21:50:03.824 INFO O| Sep 11 21:50:03.824 INFO STEP 731 (remove_files) COMPLETE
61962024-09-11T21:50:04.197Z[ recovery-image] Sep 11 21:50:03.824 INFO O| Sep 11 21:50:03.824 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-09-11T21:50:04.222Z[ recovery-image] Sep 11 21:50:03.842 INFO O| Sep 11 21:50:03.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
61982024-09-11T21:50:04.222Z[ recovery-image] Sep 11 21:50:03.842 INFO O| Sep 11 21:50:03.842 INFO STEP 732 (remove_files) COMPLETE
61992024-09-11T21:50:04.222Z[ recovery-image] Sep 11 21:50:03.842 INFO O| Sep 11 21:50:03.842 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-09-11T21:50:04.222Z[ recovery-image] Sep 11 21:50:03.862 INFO O| Sep 11 21:50:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62012024-09-11T21:50:04.222Z[ recovery-image] Sep 11 21:50:03.863 INFO O| Sep 11 21:50:03.863 INFO STEP 733 (remove_files) COMPLETE
62022024-09-11T21:50:04.222Z[ recovery-image] Sep 11 21:50:03.863 INFO O| Sep 11 21:50:03.863 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-09-11T21:50:04.247Z[ host-image] Sep 11 21:50:03.867 INFO O| Sep 11 21:50:03.867 INFO O| Planning: Fetching manifests: 4/4 100% complete
62042024-09-11T21:50:04.247Z[ recovery-image] Sep 11 21:50:03.879 INFO O| Sep 11 21:50:03.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62052024-09-11T21:50:04.247Z[ recovery-image] Sep 11 21:50:03.879 INFO O| Sep 11 21:50:03.879 INFO STEP 734 (remove_files) COMPLETE
62062024-09-11T21:50:04.247Z[ recovery-image] Sep 11 21:50:03.880 INFO O| Sep 11 21:50:03.879 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-09-11T21:50:04.273Z[ recovery-image] Sep 11 21:50:03.896 INFO O| Sep 11 21:50:03.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62082024-09-11T21:50:04.273Z[ recovery-image] Sep 11 21:50:03.897 INFO O| Sep 11 21:50:03.897 INFO STEP 735 (remove_files) COMPLETE
62092024-09-11T21:50:04.273Z[ recovery-image] Sep 11 21:50:03.897 INFO O| Sep 11 21:50:03.897 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-09-11T21:50:04.273Z[ host-image] Sep 11 21:50:03.897 INFO O| Sep 11 21:50:03.897 INFO O| Planning: Package planning ... Done
62112024-09-11T21:50:04.273Z[ host-image] Sep 11 21:50:03.901 INFO O| Sep 11 21:50:03.901 INFO O| Planning: Merging actions ... Done
62122024-09-11T21:50:04.273Z[ recovery-image] Sep 11 21:50:03.912 INFO O| Sep 11 21:50:03.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62132024-09-11T21:50:04.273Z[ recovery-image] Sep 11 21:50:03.912 INFO O| Sep 11 21:50:03.912 INFO STEP 736 (remove_files) COMPLETE
62142024-09-11T21:50:04.273Z[ recovery-image] Sep 11 21:50:03.912 INFO O| Sep 11 21:50:03.912 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-09-11T21:50:04.297Z[ recovery-image] Sep 11 21:50:03.928 INFO O| Sep 11 21:50:03.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62162024-09-11T21:50:04.297Z[ recovery-image] Sep 11 21:50:03.928 INFO O| Sep 11 21:50:03.928 INFO STEP 737 (remove_files) COMPLETE
62172024-09-11T21:50:04.297Z[ recovery-image] Sep 11 21:50:03.928 INFO O| Sep 11 21:50:03.928 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-09-11T21:50:04.322Z[ recovery-image] Sep 11 21:50:03.944 INFO O| Sep 11 21:50:03.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62192024-09-11T21:50:04.322Z[ recovery-image] Sep 11 21:50:03.944 INFO O| Sep 11 21:50:03.944 INFO STEP 738 (remove_files) COMPLETE
62202024-09-11T21:50:04.322Z[ recovery-image] Sep 11 21:50:03.944 INFO O| Sep 11 21:50:03.944 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-09-11T21:50:04.322Z[ recovery-image] Sep 11 21:50:03.961 INFO O| Sep 11 21:50:03.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62222024-09-11T21:50:04.322Z[ recovery-image] Sep 11 21:50:03.961 INFO O| Sep 11 21:50:03.961 INFO STEP 739 (remove_files) COMPLETE
62232024-09-11T21:50:04.322Z[ recovery-image] Sep 11 21:50:03.961 INFO O| Sep 11 21:50:03.961 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-09-11T21:50:04.346Z[ recovery-image] Sep 11 21:50:03.977 INFO O| Sep 11 21:50:03.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62252024-09-11T21:50:04.346Z[ recovery-image] Sep 11 21:50:03.977 INFO O| Sep 11 21:50:03.977 INFO STEP 740 (remove_files) COMPLETE
62262024-09-11T21:50:04.346Z[ recovery-image] Sep 11 21:50:03.977 INFO O| Sep 11 21:50:03.977 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-09-11T21:50:04.372Z[ recovery-image] Sep 11 21:50:03.994 INFO O| Sep 11 21:50:03.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62282024-09-11T21:50:04.372Z[ recovery-image] Sep 11 21:50:03.994 INFO O| Sep 11 21:50:03.994 INFO STEP 741 (remove_files) COMPLETE
62292024-09-11T21:50:04.372Z[ recovery-image] Sep 11 21:50:03.994 INFO O| Sep 11 21:50:03.994 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-09-11T21:50:04.372Z[ host-image] Sep 11 21:50:04.003 INFO O| Sep 11 21:50:04.002 INFO O| Planning: Checking for conflicting actions ... Done
62312024-09-11T21:50:04.372Z[ host-image] Sep 11 21:50:04.004 INFO O| Sep 11 21:50:04.004 INFO O| Planning: Consolidating action changes ... Done
62322024-09-11T21:50:04.372Z[ recovery-image] Sep 11 21:50:04.012 INFO O| Sep 11 21:50:04.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62332024-09-11T21:50:04.373Z[ recovery-image] Sep 11 21:50:04.012 INFO O| Sep 11 21:50:04.012 INFO STEP 742 (remove_files) COMPLETE
62342024-09-11T21:50:04.373Z[ recovery-image] Sep 11 21:50:04.012 INFO O| Sep 11 21:50:04.012 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-09-11T21:50:04.397Z[ recovery-image] Sep 11 21:50:04.027 INFO O| Sep 11 21:50:04.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62362024-09-11T21:50:04.397Z[ recovery-image] Sep 11 21:50:04.027 INFO O| Sep 11 21:50:04.027 INFO STEP 743 (remove_files) COMPLETE
62372024-09-11T21:50:04.397Z[ recovery-image] Sep 11 21:50:04.027 INFO O| Sep 11 21:50:04.027 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-09-11T21:50:04.421Z[ recovery-image] Sep 11 21:50:04.042 INFO O| Sep 11 21:50:04.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62392024-09-11T21:50:04.421Z[ recovery-image] Sep 11 21:50:04.042 INFO O| Sep 11 21:50:04.042 INFO STEP 744 (remove_files) COMPLETE
62402024-09-11T21:50:04.421Z[ recovery-image] Sep 11 21:50:04.042 INFO O| Sep 11 21:50:04.042 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-09-11T21:50:04.421Z[ recovery-image] Sep 11 21:50:04.058 INFO O| Sep 11 21:50:04.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62422024-09-11T21:50:04.421Z[ recovery-image] Sep 11 21:50:04.058 INFO O| Sep 11 21:50:04.058 INFO STEP 745 (remove_files) COMPLETE
62432024-09-11T21:50:04.421Z[ recovery-image] Sep 11 21:50:04.058 INFO O| Sep 11 21:50:04.058 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-09-11T21:50:04.445Z[ recovery-image] Sep 11 21:50:04.076 INFO O| Sep 11 21:50:04.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62452024-09-11T21:50:04.445Z[ recovery-image] Sep 11 21:50:04.076 INFO O| Sep 11 21:50:04.076 INFO STEP 746 (remove_files) COMPLETE
62462024-09-11T21:50:04.445Z[ recovery-image] Sep 11 21:50:04.076 INFO O| Sep 11 21:50:04.076 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-09-11T21:50:04.469Z[ recovery-image] Sep 11 21:50:04.094 INFO O| Sep 11 21:50:04.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62482024-09-11T21:50:04.469Z[ recovery-image] Sep 11 21:50:04.094 INFO O| Sep 11 21:50:04.094 INFO STEP 747 (remove_files) COMPLETE
62492024-09-11T21:50:04.469Z[ recovery-image] Sep 11 21:50:04.094 INFO O| Sep 11 21:50:04.094 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-09-11T21:50:04.469Z[ recovery-image] Sep 11 21:50:04.111 INFO O| Sep 11 21:50:04.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62512024-09-11T21:50:04.469Z[ recovery-image] Sep 11 21:50:04.111 INFO O| Sep 11 21:50:04.111 INFO STEP 748 (remove_files) COMPLETE
62522024-09-11T21:50:04.493Z[ recovery-image] Sep 11 21:50:04.111 INFO O| Sep 11 21:50:04.111 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-09-11T21:50:04.493Z[ recovery-image] Sep 11 21:50:04.126 INFO O| Sep 11 21:50:04.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62542024-09-11T21:50:04.493Z[ recovery-image] Sep 11 21:50:04.127 INFO O| Sep 11 21:50:04.127 INFO STEP 749 (remove_files) COMPLETE
62552024-09-11T21:50:04.493Z[ recovery-image] Sep 11 21:50:04.127 INFO O| Sep 11 21:50:04.127 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-09-11T21:50:04.518Z[ recovery-image] Sep 11 21:50:04.142 INFO O| Sep 11 21:50:04.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62572024-09-11T21:50:04.518Z[ recovery-image] Sep 11 21:50:04.142 INFO O| Sep 11 21:50:04.142 INFO STEP 750 (remove_files) COMPLETE
62582024-09-11T21:50:04.518Z[ recovery-image] Sep 11 21:50:04.142 INFO O| Sep 11 21:50:04.142 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-09-11T21:50:04.542Z[ recovery-image] Sep 11 21:50:04.161 INFO O| Sep 11 21:50:04.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62602024-09-11T21:50:04.542Z[ recovery-image] Sep 11 21:50:04.161 INFO O| Sep 11 21:50:04.161 INFO STEP 751 (remove_files) COMPLETE
62612024-09-11T21:50:04.542Z[ recovery-image] Sep 11 21:50:04.161 INFO O| Sep 11 21:50:04.161 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-09-11T21:50:04.566Z[ recovery-image] Sep 11 21:50:04.184 INFO O| Sep 11 21:50:04.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62632024-09-11T21:50:04.566Z[ recovery-image] Sep 11 21:50:04.184 INFO O| Sep 11 21:50:04.184 INFO STEP 752 (remove_files) COMPLETE
62642024-09-11T21:50:04.566Z[ recovery-image] Sep 11 21:50:04.184 INFO O| Sep 11 21:50:04.184 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-09-11T21:50:04.566Z[ recovery-image] Sep 11 21:50:04.202 INFO O| Sep 11 21:50:04.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62662024-09-11T21:50:04.566Z[ recovery-image] Sep 11 21:50:04.202 INFO O| Sep 11 21:50:04.202 INFO STEP 753 (remove_files) COMPLETE
62672024-09-11T21:50:04.566Z[ recovery-image] Sep 11 21:50:04.202 INFO O| Sep 11 21:50:04.202 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-09-11T21:50:04.591Z[ recovery-image] Sep 11 21:50:04.226 INFO O| Sep 11 21:50:04.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
62692024-09-11T21:50:04.591Z[ recovery-image] Sep 11 21:50:04.226 INFO O| Sep 11 21:50:04.226 INFO STEP 754 (remove_files) COMPLETE
62702024-09-11T21:50:04.591Z[ recovery-image] Sep 11 21:50:04.226 INFO O| Sep 11 21:50:04.226 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-09-11T21:50:04.615Z[ host-image] Sep 11 21:50:04.235 INFO O| Sep 11 21:50:04.235 INFO O| Planning: Evaluating mediators ... Done
62722024-09-11T21:50:04.615Z[ host-image] Sep 11 21:50:04.237 INFO O| Sep 11 21:50:04.236 INFO O| Planning: Planning completed in 3.22 seconds
62732024-09-11T21:50:04.615Z[ host-image] Sep 11 21:50:04.239 INFO O| Sep 11 21:50:04.239 INFO O| Packages to install: 4
62742024-09-11T21:50:04.615Z[ host-image] Sep 11 21:50:04.239 INFO O| Sep 11 21:50:04.239 INFO O| Services to change: 2
62752024-09-11T21:50:04.615Z[ recovery-image] Sep 11 21:50:04.246 INFO O| Sep 11 21:50:04.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
62762024-09-11T21:50:04.615Z[ recovery-image] Sep 11 21:50:04.246 INFO O| Sep 11 21:50:04.246 INFO STEP 755 (remove_files) COMPLETE
62772024-09-11T21:50:04.615Z[ recovery-image] Sep 11 21:50:04.246 INFO O| Sep 11 21:50:04.246 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-09-11T21:50:04.615Z[ host-image] Sep 11 21:50:04.253 INFO O| Sep 11 21:50:04.253 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
62792024-09-11T21:50:04.639Z[ recovery-image] Sep 11 21:50:04.263 INFO O| Sep 11 21:50:04.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
62802024-09-11T21:50:04.639Z[ recovery-image] Sep 11 21:50:04.263 INFO O| Sep 11 21:50:04.263 INFO STEP 756 (remove_files) COMPLETE
62812024-09-11T21:50:04.639Z[ recovery-image] Sep 11 21:50:04.263 INFO O| Sep 11 21:50:04.263 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-09-11T21:50:04.639Z[ recovery-image] Sep 11 21:50:04.280 INFO O| Sep 11 21:50:04.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
62832024-09-11T21:50:04.639Z[ recovery-image] Sep 11 21:50:04.280 INFO O| Sep 11 21:50:04.280 INFO STEP 757 (remove_files) COMPLETE
62842024-09-11T21:50:04.640Z[ recovery-image] Sep 11 21:50:04.280 INFO O| Sep 11 21:50:04.280 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-09-11T21:50:04.663Z[ recovery-image] Sep 11 21:50:04.298 INFO O| Sep 11 21:50:04.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
62862024-09-11T21:50:04.663Z[ recovery-image] Sep 11 21:50:04.298 INFO O| Sep 11 21:50:04.298 INFO STEP 758 (remove_files) COMPLETE
62872024-09-11T21:50:04.663Z[ recovery-image] Sep 11 21:50:04.298 INFO O| Sep 11 21:50:04.298 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-09-11T21:50:04.688Z[ recovery-image] Sep 11 21:50:04.314 INFO O| Sep 11 21:50:04.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
62892024-09-11T21:50:04.688Z[ recovery-image] Sep 11 21:50:04.315 INFO O| Sep 11 21:50:04.314 INFO STEP 759 (remove_files) COMPLETE
62902024-09-11T21:50:04.688Z[ recovery-image] Sep 11 21:50:04.315 INFO O| Sep 11 21:50:04.315 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-09-11T21:50:04.712Z[ recovery-image] Sep 11 21:50:04.334 INFO O| Sep 11 21:50:04.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
62922024-09-11T21:50:04.712Z[ recovery-image] Sep 11 21:50:04.334 INFO O| Sep 11 21:50:04.334 INFO STEP 760 (remove_files) COMPLETE
62932024-09-11T21:50:04.712Z[ recovery-image] Sep 11 21:50:04.334 INFO O| Sep 11 21:50:04.334 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-09-11T21:50:04.737Z[ recovery-image] Sep 11 21:50:04.357 INFO O| Sep 11 21:50:04.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
62952024-09-11T21:50:04.737Z[ recovery-image] Sep 11 21:50:04.357 INFO O| Sep 11 21:50:04.357 INFO STEP 761 (remove_files) COMPLETE
62962024-09-11T21:50:04.737Z[ recovery-image] Sep 11 21:50:04.357 INFO O| Sep 11 21:50:04.357 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-09-11T21:50:04.737Z[ recovery-image] Sep 11 21:50:04.376 INFO O| Sep 11 21:50:04.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
62982024-09-11T21:50:04.737Z[ recovery-image] Sep 11 21:50:04.377 INFO O| Sep 11 21:50:04.377 INFO STEP 762 (remove_files) COMPLETE
62992024-09-11T21:50:04.737Z[ recovery-image] Sep 11 21:50:04.377 INFO O| Sep 11 21:50:04.377 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-09-11T21:50:04.761Z[ recovery-image] Sep 11 21:50:04.395 INFO O| Sep 11 21:50:04.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63012024-09-11T21:50:04.761Z[ recovery-image] Sep 11 21:50:04.396 INFO O| Sep 11 21:50:04.395 INFO STEP 763 (remove_files) COMPLETE
63022024-09-11T21:50:04.761Z[ recovery-image] Sep 11 21:50:04.396 INFO O| Sep 11 21:50:04.396 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-09-11T21:50:04.785Z[ recovery-image] Sep 11 21:50:04.415 INFO O| Sep 11 21:50:04.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63042024-09-11T21:50:04.786Z[ recovery-image] Sep 11 21:50:04.416 INFO O| Sep 11 21:50:04.415 INFO STEP 764 (remove_files) COMPLETE
63052024-09-11T21:50:04.786Z[ recovery-image] Sep 11 21:50:04.416 INFO O| Sep 11 21:50:04.416 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-09-11T21:50:04.811Z[ recovery-image] Sep 11 21:50:04.434 INFO O| Sep 11 21:50:04.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63072024-09-11T21:50:04.811Z[ recovery-image] Sep 11 21:50:04.434 INFO O| Sep 11 21:50:04.434 INFO STEP 765 (remove_files) COMPLETE
63082024-09-11T21:50:04.811Z[ recovery-image] Sep 11 21:50:04.434 INFO O| Sep 11 21:50:04.434 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-09-11T21:50:04.835Z[ recovery-image] Sep 11 21:50:04.459 INFO O| Sep 11 21:50:04.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63102024-09-11T21:50:04.835Z[ recovery-image] Sep 11 21:50:04.460 INFO O| Sep 11 21:50:04.460 INFO STEP 766 (remove_files) COMPLETE
63112024-09-11T21:50:04.835Z[ recovery-image] Sep 11 21:50:04.460 INFO O| Sep 11 21:50:04.460 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-09-11T21:50:04.859Z[ recovery-image] Sep 11 21:50:04.478 INFO O| Sep 11 21:50:04.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63132024-09-11T21:50:04.859Z[ recovery-image] Sep 11 21:50:04.478 INFO O| Sep 11 21:50:04.478 INFO STEP 767 (remove_files) COMPLETE
63142024-09-11T21:50:04.859Z[ recovery-image] Sep 11 21:50:04.478 INFO O| Sep 11 21:50:04.478 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-09-11T21:50:04.859Z[ recovery-image] Sep 11 21:50:04.493 INFO O| Sep 11 21:50:04.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63162024-09-11T21:50:04.859Z[ recovery-image] Sep 11 21:50:04.493 INFO O| Sep 11 21:50:04.493 INFO STEP 768 (remove_files) COMPLETE
63172024-09-11T21:50:04.859Z[ recovery-image] Sep 11 21:50:04.493 INFO O| Sep 11 21:50:04.493 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-09-11T21:50:04.884Z[ recovery-image] Sep 11 21:50:04.508 INFO O| Sep 11 21:50:04.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63192024-09-11T21:50:04.884Z[ recovery-image] Sep 11 21:50:04.509 INFO O| Sep 11 21:50:04.508 INFO STEP 769 (remove_files) COMPLETE
63202024-09-11T21:50:04.884Z[ recovery-image] Sep 11 21:50:04.509 INFO O| Sep 11 21:50:04.508 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-09-11T21:50:04.884Z[ recovery-image] Sep 11 21:50:04.523 INFO O| Sep 11 21:50:04.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63222024-09-11T21:50:04.884Z[ recovery-image] Sep 11 21:50:04.523 INFO O| Sep 11 21:50:04.523 INFO STEP 770 (remove_files) COMPLETE
63232024-09-11T21:50:04.884Z[ recovery-image] Sep 11 21:50:04.523 INFO O| Sep 11 21:50:04.523 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-09-11T21:50:04.909Z[ recovery-image] Sep 11 21:50:04.539 INFO O| Sep 11 21:50:04.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63252024-09-11T21:50:04.909Z[ recovery-image] Sep 11 21:50:04.539 INFO O| Sep 11 21:50:04.539 INFO STEP 771 (remove_files) COMPLETE
63262024-09-11T21:50:04.909Z[ recovery-image] Sep 11 21:50:04.539 INFO O| Sep 11 21:50:04.539 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-09-11T21:50:04.933Z[ recovery-image] Sep 11 21:50:04.556 INFO O| Sep 11 21:50:04.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63282024-09-11T21:50:04.933Z[ recovery-image] Sep 11 21:50:04.556 INFO O| Sep 11 21:50:04.556 INFO STEP 772 (remove_files) COMPLETE
63292024-09-11T21:50:04.933Z[ recovery-image] Sep 11 21:50:04.556 INFO O| Sep 11 21:50:04.556 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-09-11T21:50:04.933Z[ recovery-image] Sep 11 21:50:04.573 INFO O| Sep 11 21:50:04.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63312024-09-11T21:50:04.933Z[ recovery-image] Sep 11 21:50:04.573 INFO O| Sep 11 21:50:04.573 INFO STEP 773 (remove_files) COMPLETE
63322024-09-11T21:50:04.933Z[ recovery-image] Sep 11 21:50:04.573 INFO O| Sep 11 21:50:04.573 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-09-11T21:50:04.957Z[ recovery-image] Sep 11 21:50:04.591 INFO O| Sep 11 21:50:04.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63342024-09-11T21:50:04.957Z[ recovery-image] Sep 11 21:50:04.591 INFO O| Sep 11 21:50:04.591 INFO STEP 774 (remove_files) COMPLETE
63352024-09-11T21:50:04.957Z[ recovery-image] Sep 11 21:50:04.591 INFO O| Sep 11 21:50:04.591 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-09-11T21:50:04.982Z[ recovery-image] Sep 11 21:50:04.608 INFO O| Sep 11 21:50:04.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63372024-09-11T21:50:04.982Z[ recovery-image] Sep 11 21:50:04.609 INFO O| Sep 11 21:50:04.609 INFO STEP 775 (remove_files) COMPLETE
63382024-09-11T21:50:04.982Z[ recovery-image] Sep 11 21:50:04.609 INFO O| Sep 11 21:50:04.609 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-09-11T21:50:05.006Z[ recovery-image] Sep 11 21:50:04.625 INFO O| Sep 11 21:50:04.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63402024-09-11T21:50:05.006Z[ recovery-image] Sep 11 21:50:04.625 INFO O| Sep 11 21:50:04.625 INFO STEP 776 (remove_files) COMPLETE
63412024-09-11T21:50:05.006Z[ recovery-image] Sep 11 21:50:04.625 INFO O| Sep 11 21:50:04.625 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-09-11T21:50:05.006Z[ recovery-image] Sep 11 21:50:04.641 INFO O| Sep 11 21:50:04.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63432024-09-11T21:50:05.006Z[ recovery-image] Sep 11 21:50:04.642 INFO O| Sep 11 21:50:04.642 INFO STEP 777 (remove_files) COMPLETE
63442024-09-11T21:50:05.006Z[ recovery-image] Sep 11 21:50:04.642 INFO O| Sep 11 21:50:04.642 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-09-11T21:50:05.030Z[ recovery-image] Sep 11 21:50:04.659 INFO O| Sep 11 21:50:04.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63462024-09-11T21:50:05.030Z[ recovery-image] Sep 11 21:50:04.659 INFO O| Sep 11 21:50:04.659 INFO STEP 778 (remove_files) COMPLETE
63472024-09-11T21:50:05.030Z[ recovery-image] Sep 11 21:50:04.659 INFO O| Sep 11 21:50:04.659 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-09-11T21:50:05.054Z[ recovery-image] Sep 11 21:50:04.682 INFO O| Sep 11 21:50:04.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63492024-09-11T21:50:05.054Z[ recovery-image] Sep 11 21:50:04.682 INFO O| Sep 11 21:50:04.682 INFO STEP 779 (remove_files) COMPLETE
63502024-09-11T21:50:05.054Z[ recovery-image] Sep 11 21:50:04.682 INFO O| Sep 11 21:50:04.682 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-09-11T21:50:05.078Z[ recovery-image] Sep 11 21:50:04.706 INFO O| Sep 11 21:50:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63522024-09-11T21:50:05.078Z[ recovery-image] Sep 11 21:50:04.706 INFO O| Sep 11 21:50:04.706 INFO STEP 780 (remove_files) COMPLETE
63532024-09-11T21:50:05.078Z[ recovery-image] Sep 11 21:50:04.706 INFO O| Sep 11 21:50:04.706 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-09-11T21:50:05.101Z[ recovery-image] Sep 11 21:50:04.730 INFO O| Sep 11 21:50:04.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63552024-09-11T21:50:05.102Z[ recovery-image] Sep 11 21:50:04.730 INFO O| Sep 11 21:50:04.730 INFO STEP 781 (remove_files) COMPLETE
63562024-09-11T21:50:05.102Z[ recovery-image] Sep 11 21:50:04.730 INFO O| Sep 11 21:50:04.730 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-09-11T21:50:05.125Z[ recovery-image] Sep 11 21:50:04.749 INFO O| Sep 11 21:50:04.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63582024-09-11T21:50:05.125Z[ recovery-image] Sep 11 21:50:04.749 INFO O| Sep 11 21:50:04.749 INFO STEP 782 (remove_files) COMPLETE
63592024-09-11T21:50:05.125Z[ recovery-image] Sep 11 21:50:04.749 INFO O| Sep 11 21:50:04.749 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-09-11T21:50:05.149Z[ recovery-image] Sep 11 21:50:04.768 INFO O| Sep 11 21:50:04.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63612024-09-11T21:50:05.149Z[ recovery-image] Sep 11 21:50:04.768 INFO O| Sep 11 21:50:04.768 INFO STEP 783 (remove_files) COMPLETE
63622024-09-11T21:50:05.149Z[ recovery-image] Sep 11 21:50:04.768 INFO O| Sep 11 21:50:04.768 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-09-11T21:50:05.150Z[ host-image] Sep 11 21:50:04.769 INFO O| Sep 11 21:50:04.769 INFO O| Download: Completed 1.39 MB in 0.52 seconds (2.7M/s)
63642024-09-11T21:50:05.174Z[ recovery-image] Sep 11 21:50:04.792 INFO O| Sep 11 21:50:04.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63652024-09-11T21:50:05.174Z[ recovery-image] Sep 11 21:50:04.793 INFO O| Sep 11 21:50:04.792 INFO STEP 784 (remove_files) COMPLETE
63662024-09-11T21:50:05.174Z[ recovery-image] Sep 11 21:50:04.793 INFO O| Sep 11 21:50:04.792 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-09-11T21:50:05.174Z[ host-image] Sep 11 21:50:04.804 INFO O| Sep 11 21:50:04.804 INFO O| Actions: 1/238 actions (Installing new actions)
63682024-09-11T21:50:05.174Z[ recovery-image] Sep 11 21:50:04.813 INFO O| Sep 11 21:50:04.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63692024-09-11T21:50:05.174Z[ recovery-image] Sep 11 21:50:04.813 INFO O| Sep 11 21:50:04.813 INFO STEP 785 (remove_files) COMPLETE
63702024-09-11T21:50:05.174Z[ recovery-image] Sep 11 21:50:04.813 INFO O| Sep 11 21:50:04.813 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-09-11T21:50:05.199Z[ recovery-image] Sep 11 21:50:04.831 INFO O| Sep 11 21:50:04.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63722024-09-11T21:50:05.199Z[ recovery-image] Sep 11 21:50:04.831 INFO O| Sep 11 21:50:04.831 INFO STEP 786 (remove_files) COMPLETE
63732024-09-11T21:50:05.199Z[ recovery-image] Sep 11 21:50:04.831 INFO O| Sep 11 21:50:04.831 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-09-11T21:50:05.225Z[ recovery-image] Sep 11 21:50:04.851 INFO O| Sep 11 21:50:04.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
63752024-09-11T21:50:05.225Z[ recovery-image] Sep 11 21:50:04.851 INFO O| Sep 11 21:50:04.851 INFO STEP 787 (remove_files) COMPLETE
63762024-09-11T21:50:05.225Z[ recovery-image] Sep 11 21:50:04.851 INFO O| Sep 11 21:50:04.851 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-09-11T21:50:05.249Z[ recovery-image] Sep 11 21:50:04.875 INFO O| Sep 11 21:50:04.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
63782024-09-11T21:50:05.249Z[ recovery-image] Sep 11 21:50:04.875 INFO O| Sep 11 21:50:04.875 INFO STEP 788 (remove_files) COMPLETE
63792024-09-11T21:50:05.249Z[ recovery-image] Sep 11 21:50:04.875 INFO O| Sep 11 21:50:04.875 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-09-11T21:50:05.274Z[ recovery-image] Sep 11 21:50:04.901 INFO O| Sep 11 21:50:04.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
63812024-09-11T21:50:05.274Z[ recovery-image] Sep 11 21:50:04.901 INFO O| Sep 11 21:50:04.901 INFO STEP 789 (remove_files) COMPLETE
63822024-09-11T21:50:05.274Z[ recovery-image] Sep 11 21:50:04.901 INFO O| Sep 11 21:50:04.901 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-09-11T21:50:05.298Z[ recovery-image] Sep 11 21:50:04.919 INFO O| Sep 11 21:50:04.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
63842024-09-11T21:50:05.298Z[ recovery-image] Sep 11 21:50:04.920 INFO O| Sep 11 21:50:04.920 INFO STEP 790 (remove_files) COMPLETE
63852024-09-11T21:50:05.298Z[ recovery-image] Sep 11 21:50:04.920 INFO O| Sep 11 21:50:04.920 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-09-11T21:50:05.298Z[ recovery-image] Sep 11 21:50:04.938 INFO O| Sep 11 21:50:04.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
63872024-09-11T21:50:05.298Z[ recovery-image] Sep 11 21:50:04.938 INFO O| Sep 11 21:50:04.938 INFO STEP 791 (remove_files) COMPLETE
63882024-09-11T21:50:05.299Z[ recovery-image] Sep 11 21:50:04.938 INFO O| Sep 11 21:50:04.938 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-09-11T21:50:05.323Z[ host-image] Sep 11 21:50:04.948 INFO O| Sep 11 21:50:04.948 INFO O| Actions: Completed 238 actions in 0.14 seconds.
63902024-09-11T21:50:05.323Z[ recovery-image] Sep 11 21:50:04.956 INFO O| Sep 11 21:50:04.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
63912024-09-11T21:50:05.323Z[ recovery-image] Sep 11 21:50:04.956 INFO O| Sep 11 21:50:04.956 INFO STEP 792 (remove_files) COMPLETE
63922024-09-11T21:50:05.323Z[ recovery-image] Sep 11 21:50:04.957 INFO O| Sep 11 21:50:04.956 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-09-11T21:50:05.348Z[ recovery-image] Sep 11 21:50:04.973 INFO O| Sep 11 21:50:04.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
63942024-09-11T21:50:05.348Z[ recovery-image] Sep 11 21:50:04.974 INFO O| Sep 11 21:50:04.973 INFO STEP 793 (remove_files) COMPLETE
63952024-09-11T21:50:05.348Z[ recovery-image] Sep 11 21:50:04.974 INFO O| Sep 11 21:50:04.973 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-09-11T21:50:05.372Z[ recovery-image] Sep 11 21:50:04.990 INFO O| Sep 11 21:50:04.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
63972024-09-11T21:50:05.372Z[ recovery-image] Sep 11 21:50:04.990 INFO O| Sep 11 21:50:04.990 INFO STEP 794 (remove_files) COMPLETE
63982024-09-11T21:50:05.372Z[ recovery-image] Sep 11 21:50:04.990 INFO O| Sep 11 21:50:04.990 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-09-11T21:50:05.372Z[ recovery-image] Sep 11 21:50:05.010 INFO O| Sep 11 21:50:05.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64002024-09-11T21:50:05.372Z[ recovery-image] Sep 11 21:50:05.010 INFO O| Sep 11 21:50:05.010 INFO STEP 795 (remove_files) COMPLETE
64012024-09-11T21:50:05.372Z[ recovery-image] Sep 11 21:50:05.010 INFO O| Sep 11 21:50:05.010 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-09-11T21:50:05.396Z[ recovery-image] Sep 11 21:50:05.026 INFO O| Sep 11 21:50:05.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64032024-09-11T21:50:05.396Z[ recovery-image] Sep 11 21:50:05.026 INFO O| Sep 11 21:50:05.026 INFO STEP 796 (remove_files) COMPLETE
64042024-09-11T21:50:05.396Z[ recovery-image] Sep 11 21:50:05.026 INFO O| Sep 11 21:50:05.026 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-09-11T21:50:05.420Z[ recovery-image] Sep 11 21:50:05.043 INFO O| Sep 11 21:50:05.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64062024-09-11T21:50:05.420Z[ recovery-image] Sep 11 21:50:05.043 INFO O| Sep 11 21:50:05.043 INFO STEP 797 (remove_files) COMPLETE
64072024-09-11T21:50:05.420Z[ recovery-image] Sep 11 21:50:05.043 INFO O| Sep 11 21:50:05.043 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-09-11T21:50:05.421Z[ recovery-image] Sep 11 21:50:05.059 INFO O| Sep 11 21:50:05.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64092024-09-11T21:50:05.421Z[ recovery-image] Sep 11 21:50:05.060 INFO O| Sep 11 21:50:05.060 INFO STEP 798 (remove_files) COMPLETE
64102024-09-11T21:50:05.421Z[ recovery-image] Sep 11 21:50:05.060 INFO O| Sep 11 21:50:05.060 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-09-11T21:50:05.445Z[ recovery-image] Sep 11 21:50:05.085 INFO O| Sep 11 21:50:05.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64122024-09-11T21:50:05.445Z[ recovery-image] Sep 11 21:50:05.085 INFO O| Sep 11 21:50:05.085 INFO STEP 799 (remove_files) COMPLETE
64132024-09-11T21:50:05.445Z[ recovery-image] Sep 11 21:50:05.085 INFO O| Sep 11 21:50:05.085 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-09-11T21:50:05.469Z[ recovery-image] Sep 11 21:50:05.102 INFO O| Sep 11 21:50:05.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64152024-09-11T21:50:05.469Z[ recovery-image] Sep 11 21:50:05.102 INFO O| Sep 11 21:50:05.102 INFO STEP 800 (remove_files) COMPLETE
64162024-09-11T21:50:05.469Z[ recovery-image] Sep 11 21:50:05.102 INFO O| Sep 11 21:50:05.102 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-09-11T21:50:05.493Z[ recovery-image] Sep 11 21:50:05.117 INFO O| Sep 11 21:50:05.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64182024-09-11T21:50:05.493Z[ recovery-image] Sep 11 21:50:05.118 INFO O| Sep 11 21:50:05.117 INFO STEP 801 (remove_files) COMPLETE
64192024-09-11T21:50:05.493Z[ recovery-image] Sep 11 21:50:05.118 INFO O| Sep 11 21:50:05.117 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-09-11T21:50:05.493Z[ recovery-image] Sep 11 21:50:05.132 INFO O| Sep 11 21:50:05.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64212024-09-11T21:50:05.493Z[ recovery-image] Sep 11 21:50:05.132 INFO O| Sep 11 21:50:05.132 INFO STEP 802 (remove_files) COMPLETE
64222024-09-11T21:50:05.493Z[ recovery-image] Sep 11 21:50:05.132 INFO O| Sep 11 21:50:05.132 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-09-11T21:50:05.517Z[ recovery-image] Sep 11 21:50:05.147 INFO O| Sep 11 21:50:05.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64242024-09-11T21:50:05.517Z[ recovery-image] Sep 11 21:50:05.147 INFO O| Sep 11 21:50:05.147 INFO STEP 803 (remove_files) COMPLETE
64252024-09-11T21:50:05.517Z[ recovery-image] Sep 11 21:50:05.147 INFO O| Sep 11 21:50:05.147 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-09-11T21:50:05.542Z[ recovery-image] Sep 11 21:50:05.161 INFO O| Sep 11 21:50:05.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64272024-09-11T21:50:05.542Z[ recovery-image] Sep 11 21:50:05.161 INFO O| Sep 11 21:50:05.161 INFO STEP 804 (remove_files) COMPLETE
64282024-09-11T21:50:05.542Z[ recovery-image] Sep 11 21:50:05.161 INFO O| Sep 11 21:50:05.161 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-09-11T21:50:05.542Z[ recovery-image] Sep 11 21:50:05.175 INFO O| Sep 11 21:50:05.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64302024-09-11T21:50:05.542Z[ recovery-image] Sep 11 21:50:05.175 INFO O| Sep 11 21:50:05.175 INFO STEP 805 (remove_files) COMPLETE
64312024-09-11T21:50:05.542Z[ recovery-image] Sep 11 21:50:05.175 INFO O| Sep 11 21:50:05.175 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-09-11T21:50:05.566Z[ recovery-image] Sep 11 21:50:05.189 INFO O| Sep 11 21:50:05.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64332024-09-11T21:50:05.566Z[ recovery-image] Sep 11 21:50:05.190 INFO O| Sep 11 21:50:05.189 INFO STEP 806 (remove_files) COMPLETE
64342024-09-11T21:50:05.566Z[ recovery-image] Sep 11 21:50:05.190 INFO O| Sep 11 21:50:05.189 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-09-11T21:50:05.566Z[ recovery-image] Sep 11 21:50:05.203 INFO O| Sep 11 21:50:05.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64362024-09-11T21:50:05.566Z[ recovery-image] Sep 11 21:50:05.204 INFO O| Sep 11 21:50:05.204 INFO STEP 807 (remove_files) COMPLETE
64372024-09-11T21:50:05.566Z[ recovery-image] Sep 11 21:50:05.204 INFO O| Sep 11 21:50:05.204 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-09-11T21:50:05.590Z[ recovery-image] Sep 11 21:50:05.216 INFO O| Sep 11 21:50:05.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64392024-09-11T21:50:05.590Z[ recovery-image] Sep 11 21:50:05.216 INFO O| Sep 11 21:50:05.216 INFO STEP 808 (remove_files) COMPLETE
64402024-09-11T21:50:05.590Z[ recovery-image] Sep 11 21:50:05.217 INFO O| Sep 11 21:50:05.216 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-09-11T21:50:05.590Z[ recovery-image] Sep 11 21:50:05.230 INFO O| Sep 11 21:50:05.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64422024-09-11T21:50:05.590Z[ recovery-image] Sep 11 21:50:05.230 INFO O| Sep 11 21:50:05.230 INFO STEP 809 (remove_files) COMPLETE
64432024-09-11T21:50:05.590Z[ recovery-image] Sep 11 21:50:05.230 INFO O| Sep 11 21:50:05.230 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-09-11T21:50:05.614Z[ recovery-image] Sep 11 21:50:05.243 INFO O| Sep 11 21:50:05.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64452024-09-11T21:50:05.614Z[ recovery-image] Sep 11 21:50:05.244 INFO O| Sep 11 21:50:05.244 INFO STEP 810 (remove_files) COMPLETE
64462024-09-11T21:50:05.614Z[ recovery-image] Sep 11 21:50:05.244 INFO O| Sep 11 21:50:05.244 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-09-11T21:50:05.638Z[ recovery-image] Sep 11 21:50:05.260 INFO O| Sep 11 21:50:05.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64482024-09-11T21:50:05.638Z[ recovery-image] Sep 11 21:50:05.261 INFO O| Sep 11 21:50:05.260 INFO STEP 811 (remove_files) COMPLETE
64492024-09-11T21:50:05.638Z[ recovery-image] Sep 11 21:50:05.261 INFO O| Sep 11 21:50:05.260 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-09-11T21:50:05.638Z[ recovery-image] Sep 11 21:50:05.277 INFO O| Sep 11 21:50:05.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64512024-09-11T21:50:05.638Z[ recovery-image] Sep 11 21:50:05.277 INFO O| Sep 11 21:50:05.277 INFO STEP 812 (remove_files) COMPLETE
64522024-09-11T21:50:05.638Z[ recovery-image] Sep 11 21:50:05.278 INFO O| Sep 11 21:50:05.277 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-09-11T21:50:05.663Z[ recovery-image] Sep 11 21:50:05.293 INFO O| Sep 11 21:50:05.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64542024-09-11T21:50:05.663Z[ recovery-image] Sep 11 21:50:05.294 INFO O| Sep 11 21:50:05.293 INFO STEP 813 (remove_files) COMPLETE
64552024-09-11T21:50:05.663Z[ recovery-image] Sep 11 21:50:05.294 INFO O| Sep 11 21:50:05.294 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-09-11T21:50:05.663Z[ host-image] Sep 11 21:50:05.295 INFO O| Sep 11 21:50:05.295 INFO O| Done
64572024-09-11T21:50:05.663Z[ host-image] Sep 11 21:50:05.295 INFO O| Sep 11 21:50:05.295 INFO O| Done
64582024-09-11T21:50:05.687Z[ recovery-image] Sep 11 21:50:05.310 INFO O| Sep 11 21:50:05.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64592024-09-11T21:50:05.687Z[ recovery-image] Sep 11 21:50:05.310 INFO O| Sep 11 21:50:05.310 INFO STEP 814 (remove_files) COMPLETE
64602024-09-11T21:50:05.687Z[ recovery-image] Sep 11 21:50:05.310 INFO O| Sep 11 21:50:05.310 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-09-11T21:50:05.687Z[ recovery-image] Sep 11 21:50:05.325 INFO O| Sep 11 21:50:05.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64622024-09-11T21:50:05.687Z[ recovery-image] Sep 11 21:50:05.325 INFO O| Sep 11 21:50:05.325 INFO STEP 815 (remove_files) COMPLETE
64632024-09-11T21:50:05.687Z[ recovery-image] Sep 11 21:50:05.325 INFO O| Sep 11 21:50:05.325 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-09-11T21:50:05.711Z[ recovery-image] Sep 11 21:50:05.343 INFO O| Sep 11 21:50:05.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64652024-09-11T21:50:05.711Z[ recovery-image] Sep 11 21:50:05.343 INFO O| Sep 11 21:50:05.343 INFO STEP 816 (remove_files) COMPLETE
64662024-09-11T21:50:05.711Z[ recovery-image] Sep 11 21:50:05.343 INFO O| Sep 11 21:50:05.343 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-09-11T21:50:05.735Z[ recovery-image] Sep 11 21:50:05.360 INFO O| Sep 11 21:50:05.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64682024-09-11T21:50:05.735Z[ recovery-image] Sep 11 21:50:05.360 INFO O| Sep 11 21:50:05.360 INFO STEP 817 (remove_files) COMPLETE
64692024-09-11T21:50:05.735Z[ recovery-image] Sep 11 21:50:05.360 INFO O| Sep 11 21:50:05.360 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-09-11T21:50:05.735Z[ recovery-image] Sep 11 21:50:05.376 INFO O| Sep 11 21:50:05.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64712024-09-11T21:50:05.735Z[ recovery-image] Sep 11 21:50:05.376 INFO O| Sep 11 21:50:05.376 INFO STEP 818 (remove_files) COMPLETE
64722024-09-11T21:50:05.735Z[ recovery-image] Sep 11 21:50:05.376 INFO O| Sep 11 21:50:05.376 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-09-11T21:50:05.760Z[ recovery-image] Sep 11 21:50:05.397 INFO O| Sep 11 21:50:05.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64742024-09-11T21:50:05.760Z[ recovery-image] Sep 11 21:50:05.397 INFO O| Sep 11 21:50:05.397 INFO STEP 819 (remove_files) COMPLETE
64752024-09-11T21:50:05.760Z[ recovery-image] Sep 11 21:50:05.397 INFO O| Sep 11 21:50:05.397 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-09-11T21:50:05.784Z[ recovery-image] Sep 11 21:50:05.415 INFO O| Sep 11 21:50:05.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64772024-09-11T21:50:05.784Z[ recovery-image] Sep 11 21:50:05.415 INFO O| Sep 11 21:50:05.415 INFO STEP 820 (remove_files) COMPLETE
64782024-09-11T21:50:05.784Z[ recovery-image] Sep 11 21:50:05.415 INFO O| Sep 11 21:50:05.415 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-09-11T21:50:05.808Z[ recovery-image] Sep 11 21:50:05.431 INFO O| Sep 11 21:50:05.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
64802024-09-11T21:50:05.808Z[ recovery-image] Sep 11 21:50:05.431 INFO O| Sep 11 21:50:05.431 INFO STEP 821 (remove_files) COMPLETE
64812024-09-11T21:50:05.808Z[ recovery-image] Sep 11 21:50:05.431 INFO O| Sep 11 21:50:05.431 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-09-11T21:50:05.808Z[ recovery-image] Sep 11 21:50:05.447 INFO O| Sep 11 21:50:05.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
64832024-09-11T21:50:05.808Z[ recovery-image] Sep 11 21:50:05.447 INFO O| Sep 11 21:50:05.447 INFO STEP 822 (remove_files) COMPLETE
64842024-09-11T21:50:05.808Z[ recovery-image] Sep 11 21:50:05.447 INFO O| Sep 11 21:50:05.447 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-09-11T21:50:05.832Z[ recovery-image] Sep 11 21:50:05.463 INFO O| Sep 11 21:50:05.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
64862024-09-11T21:50:05.832Z[ recovery-image] Sep 11 21:50:05.463 INFO O| Sep 11 21:50:05.463 INFO STEP 823 (remove_files) COMPLETE
64872024-09-11T21:50:05.832Z[ recovery-image] Sep 11 21:50:05.463 INFO O| Sep 11 21:50:05.463 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-09-11T21:50:05.856Z[ recovery-image] Sep 11 21:50:05.479 INFO O| Sep 11 21:50:05.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
64892024-09-11T21:50:05.856Z[ recovery-image] Sep 11 21:50:05.479 INFO O| Sep 11 21:50:05.479 INFO STEP 824 (remove_files) COMPLETE
64902024-09-11T21:50:05.857Z[ recovery-image] Sep 11 21:50:05.479 INFO O| Sep 11 21:50:05.479 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-09-11T21:50:05.857Z[ recovery-image] Sep 11 21:50:05.494 INFO O| Sep 11 21:50:05.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
64922024-09-11T21:50:05.857Z[ recovery-image] Sep 11 21:50:05.494 INFO O| Sep 11 21:50:05.494 INFO STEP 825 (remove_files) COMPLETE
64932024-09-11T21:50:05.857Z[ recovery-image] Sep 11 21:50:05.494 INFO O| Sep 11 21:50:05.494 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-09-11T21:50:05.881Z[ recovery-image] Sep 11 21:50:05.509 INFO O| Sep 11 21:50:05.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
64952024-09-11T21:50:05.881Z[ recovery-image] Sep 11 21:50:05.509 INFO O| Sep 11 21:50:05.509 INFO STEP 826 (remove_files) COMPLETE
64962024-09-11T21:50:05.881Z[ recovery-image] Sep 11 21:50:05.509 INFO O| Sep 11 21:50:05.509 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-09-11T21:50:05.905Z[ recovery-image] Sep 11 21:50:05.528 INFO O| Sep 11 21:50:05.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
64982024-09-11T21:50:05.905Z[ recovery-image] Sep 11 21:50:05.528 INFO O| Sep 11 21:50:05.528 INFO STEP 827 (remove_files) COMPLETE
64992024-09-11T21:50:05.905Z[ recovery-image] Sep 11 21:50:05.528 INFO O| Sep 11 21:50:05.528 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-09-11T21:50:05.905Z[ recovery-image] Sep 11 21:50:05.543 INFO O| Sep 11 21:50:05.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65012024-09-11T21:50:05.905Z[ recovery-image] Sep 11 21:50:05.543 INFO O| Sep 11 21:50:05.543 INFO STEP 828 (remove_files) COMPLETE
65022024-09-11T21:50:05.905Z[ recovery-image] Sep 11 21:50:05.543 INFO O| Sep 11 21:50:05.543 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-09-11T21:50:05.930Z[ recovery-image] Sep 11 21:50:05.560 INFO O| Sep 11 21:50:05.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65042024-09-11T21:50:05.930Z[ recovery-image] Sep 11 21:50:05.560 INFO O| Sep 11 21:50:05.560 INFO STEP 829 (remove_files) COMPLETE
65052024-09-11T21:50:05.930Z[ recovery-image] Sep 11 21:50:05.560 INFO O| Sep 11 21:50:05.560 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-09-11T21:50:05.954Z[ recovery-image] Sep 11 21:50:05.578 INFO O| Sep 11 21:50:05.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65072024-09-11T21:50:05.954Z[ recovery-image] Sep 11 21:50:05.578 INFO O| Sep 11 21:50:05.578 INFO STEP 830 (remove_files) COMPLETE
65082024-09-11T21:50:05.954Z[ recovery-image] Sep 11 21:50:05.578 INFO O| Sep 11 21:50:05.578 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-09-11T21:50:05.985Z[ recovery-image] Sep 11 21:50:05.599 INFO O| Sep 11 21:50:05.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65102024-09-11T21:50:05.985Z[ recovery-image] Sep 11 21:50:05.599 INFO O| Sep 11 21:50:05.599 INFO STEP 831 (remove_files) COMPLETE
65112024-09-11T21:50:05.985Z[ recovery-image] Sep 11 21:50:05.599 INFO O| Sep 11 21:50:05.599 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-09-11T21:50:05.985Z[ recovery-image] Sep 11 21:50:05.617 INFO O| Sep 11 21:50:05.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65132024-09-11T21:50:05.985Z[ recovery-image] Sep 11 21:50:05.617 INFO O| Sep 11 21:50:05.617 INFO STEP 832 (remove_files) COMPLETE
65142024-09-11T21:50:05.985Z[ recovery-image] Sep 11 21:50:05.617 INFO O| Sep 11 21:50:05.617 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-09-11T21:50:06.010Z[ recovery-image] Sep 11 21:50:05.639 INFO O| Sep 11 21:50:05.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65162024-09-11T21:50:06.010Z[ recovery-image] Sep 11 21:50:05.639 INFO O| Sep 11 21:50:05.639 INFO STEP 833 (remove_files) COMPLETE
65172024-09-11T21:50:06.010Z[ recovery-image] Sep 11 21:50:05.639 INFO O| Sep 11 21:50:05.639 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-09-11T21:50:06.033Z[ recovery-image] Sep 11 21:50:05.659 INFO O| Sep 11 21:50:05.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65192024-09-11T21:50:06.033Z[ recovery-image] Sep 11 21:50:05.659 INFO O| Sep 11 21:50:05.659 INFO STEP 834 (remove_files) COMPLETE
65202024-09-11T21:50:06.033Z[ recovery-image] Sep 11 21:50:05.659 INFO O| Sep 11 21:50:05.659 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-09-11T21:50:06.058Z[ recovery-image] Sep 11 21:50:05.679 INFO O| Sep 11 21:50:05.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65222024-09-11T21:50:06.058Z[ recovery-image] Sep 11 21:50:05.679 INFO O| Sep 11 21:50:05.679 INFO STEP 835 (remove_files) COMPLETE
65232024-09-11T21:50:06.058Z[ recovery-image] Sep 11 21:50:05.679 INFO O| Sep 11 21:50:05.679 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-09-11T21:50:06.058Z[ recovery-image] Sep 11 21:50:05.696 INFO O| Sep 11 21:50:05.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65252024-09-11T21:50:06.058Z[ recovery-image] Sep 11 21:50:05.696 INFO O| Sep 11 21:50:05.696 INFO STEP 836 (remove_files) COMPLETE
65262024-09-11T21:50:06.058Z[ recovery-image] Sep 11 21:50:05.696 INFO O| Sep 11 21:50:05.696 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-09-11T21:50:06.082Z[ recovery-image] Sep 11 21:50:05.712 INFO O| Sep 11 21:50:05.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65282024-09-11T21:50:06.082Z[ recovery-image] Sep 11 21:50:05.712 INFO O| Sep 11 21:50:05.712 INFO STEP 837 (remove_files) COMPLETE
65292024-09-11T21:50:06.082Z[ recovery-image] Sep 11 21:50:05.712 INFO O| Sep 11 21:50:05.712 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-09-11T21:50:06.107Z[ recovery-image] Sep 11 21:50:05.736 INFO O| Sep 11 21:50:05.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65312024-09-11T21:50:06.107Z[ recovery-image] Sep 11 21:50:05.736 INFO O| Sep 11 21:50:05.736 INFO STEP 838 (remove_files) COMPLETE
65322024-09-11T21:50:06.107Z[ recovery-image] Sep 11 21:50:05.736 INFO O| Sep 11 21:50:05.736 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-09-11T21:50:06.107Z[ host-image] Sep 11 21:50:05.743 INFO O| Sep 11 21:50:05.743 INFO O| Done
65342024-09-11T21:50:06.131Z[ recovery-image] Sep 11 21:50:05.757 INFO O| Sep 11 21:50:05.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65352024-09-11T21:50:06.131Z[ recovery-image] Sep 11 21:50:05.757 INFO O| Sep 11 21:50:05.757 INFO STEP 839 (remove_files) COMPLETE
65362024-09-11T21:50:06.131Z[ recovery-image] Sep 11 21:50:05.757 INFO O| Sep 11 21:50:05.757 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-09-11T21:50:06.155Z[ recovery-image] Sep 11 21:50:05.775 INFO O| Sep 11 21:50:05.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65382024-09-11T21:50:06.155Z[ recovery-image] Sep 11 21:50:05.775 INFO O| Sep 11 21:50:05.775 INFO STEP 840 (remove_files) COMPLETE
65392024-09-11T21:50:06.155Z[ recovery-image] Sep 11 21:50:05.775 INFO O| Sep 11 21:50:05.775 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-09-11T21:50:06.155Z[ recovery-image] Sep 11 21:50:05.791 INFO O| Sep 11 21:50:05.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65412024-09-11T21:50:06.155Z[ recovery-image] Sep 11 21:50:05.792 INFO O| Sep 11 21:50:05.792 INFO STEP 841 (remove_files) COMPLETE
65422024-09-11T21:50:06.155Z[ recovery-image] Sep 11 21:50:05.792 INFO O| Sep 11 21:50:05.792 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-09-11T21:50:06.180Z[ recovery-image] Sep 11 21:50:05.808 INFO O| Sep 11 21:50:05.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65442024-09-11T21:50:06.180Z[ recovery-image] Sep 11 21:50:05.808 INFO O| Sep 11 21:50:05.808 INFO STEP 842 (remove_files) COMPLETE
65452024-09-11T21:50:06.180Z[ recovery-image] Sep 11 21:50:05.808 INFO O| Sep 11 21:50:05.808 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-09-11T21:50:06.204Z[ recovery-image] Sep 11 21:50:05.829 INFO O| Sep 11 21:50:05.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65472024-09-11T21:50:06.204Z[ recovery-image] Sep 11 21:50:05.830 INFO O| Sep 11 21:50:05.830 INFO STEP 843 (remove_files) COMPLETE
65482024-09-11T21:50:06.204Z[ recovery-image] Sep 11 21:50:05.830 INFO O| Sep 11 21:50:05.830 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-09-11T21:50:06.228Z[ recovery-image] Sep 11 21:50:05.851 INFO O| Sep 11 21:50:05.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65502024-09-11T21:50:06.228Z[ recovery-image] Sep 11 21:50:05.851 INFO O| Sep 11 21:50:05.851 INFO STEP 844 (remove_files) COMPLETE
65512024-09-11T21:50:06.228Z[ recovery-image] Sep 11 21:50:05.851 INFO O| Sep 11 21:50:05.851 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-09-11T21:50:06.228Z[ recovery-image] Sep 11 21:50:05.869 INFO O| Sep 11 21:50:05.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65532024-09-11T21:50:06.228Z[ recovery-image] Sep 11 21:50:05.869 INFO O| Sep 11 21:50:05.869 INFO STEP 845 (remove_files) COMPLETE
65542024-09-11T21:50:06.228Z[ recovery-image] Sep 11 21:50:05.869 INFO O| Sep 11 21:50:05.869 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-09-11T21:50:06.253Z[ recovery-image] Sep 11 21:50:05.886 INFO O| Sep 11 21:50:05.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65562024-09-11T21:50:06.253Z[ recovery-image] Sep 11 21:50:05.886 INFO O| Sep 11 21:50:05.886 INFO STEP 846 (remove_files) COMPLETE
65572024-09-11T21:50:06.253Z[ recovery-image] Sep 11 21:50:05.886 INFO O| Sep 11 21:50:05.886 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-09-11T21:50:06.277Z[ recovery-image] Sep 11 21:50:05.902 INFO O| Sep 11 21:50:05.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65592024-09-11T21:50:06.277Z[ recovery-image] Sep 11 21:50:05.902 INFO O| Sep 11 21:50:05.902 INFO STEP 847 (remove_files) COMPLETE
65602024-09-11T21:50:06.278Z[ recovery-image] Sep 11 21:50:05.902 INFO O| Sep 11 21:50:05.902 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-09-11T21:50:06.278Z[ recovery-image] Sep 11 21:50:05.917 INFO O| Sep 11 21:50:05.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65622024-09-11T21:50:06.278Z[ recovery-image] Sep 11 21:50:05.917 INFO O| Sep 11 21:50:05.917 INFO STEP 848 (remove_files) COMPLETE
65632024-09-11T21:50:06.278Z[ recovery-image] Sep 11 21:50:05.917 INFO O| Sep 11 21:50:05.917 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-09-11T21:50:06.302Z[ recovery-image] Sep 11 21:50:05.932 INFO O| Sep 11 21:50:05.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65652024-09-11T21:50:06.302Z[ recovery-image] Sep 11 21:50:05.932 INFO O| Sep 11 21:50:05.932 INFO STEP 849 (remove_files) COMPLETE
65662024-09-11T21:50:06.303Z[ recovery-image] Sep 11 21:50:05.932 INFO O| Sep 11 21:50:05.932 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-09-11T21:50:06.327Z[ recovery-image] Sep 11 21:50:05.948 INFO O| Sep 11 21:50:05.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65682024-09-11T21:50:06.327Z[ recovery-image] Sep 11 21:50:05.948 INFO O| Sep 11 21:50:05.948 INFO STEP 850 (remove_files) COMPLETE
65692024-09-11T21:50:06.327Z[ recovery-image] Sep 11 21:50:05.948 INFO O| Sep 11 21:50:05.948 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-09-11T21:50:06.327Z[ recovery-image] Sep 11 21:50:05.963 INFO O| Sep 11 21:50:05.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65712024-09-11T21:50:06.327Z[ recovery-image] Sep 11 21:50:05.963 INFO O| Sep 11 21:50:05.963 INFO STEP 851 (remove_files) COMPLETE
65722024-09-11T21:50:06.327Z[ recovery-image] Sep 11 21:50:05.963 INFO O| Sep 11 21:50:05.963 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-09-11T21:50:06.351Z[ recovery-image] Sep 11 21:50:05.982 INFO O| Sep 11 21:50:05.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65742024-09-11T21:50:06.351Z[ recovery-image] Sep 11 21:50:05.982 INFO O| Sep 11 21:50:05.982 INFO STEP 852 (remove_files) COMPLETE
65752024-09-11T21:50:06.351Z[ recovery-image] Sep 11 21:50:05.982 INFO O| Sep 11 21:50:05.982 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-09-11T21:50:06.375Z[ recovery-image] Sep 11 21:50:05.999 INFO O| Sep 11 21:50:05.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65772024-09-11T21:50:06.375Z[ recovery-image] Sep 11 21:50:06.000 INFO O| Sep 11 21:50:05.999 INFO STEP 853 (remove_files) COMPLETE
65782024-09-11T21:50:06.376Z[ recovery-image] Sep 11 21:50:06.000 INFO O| Sep 11 21:50:06.000 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-09-11T21:50:06.376Z[ recovery-image] Sep 11 21:50:06.017 INFO O| Sep 11 21:50:06.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
65802024-09-11T21:50:06.376Z[ recovery-image] Sep 11 21:50:06.017 INFO O| Sep 11 21:50:06.017 INFO STEP 854 (remove_files) COMPLETE
65812024-09-11T21:50:06.376Z[ recovery-image] Sep 11 21:50:06.017 INFO O| Sep 11 21:50:06.017 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-09-11T21:50:06.410Z[ recovery-image] Sep 11 21:50:06.052 INFO O| Sep 11 21:50:06.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
65832024-09-11T21:50:06.410Z[ recovery-image] Sep 11 21:50:06.052 INFO O| Sep 11 21:50:06.052 INFO STEP 855 (remove_files) COMPLETE
65842024-09-11T21:50:06.410Z[ recovery-image] Sep 11 21:50:06.052 INFO O| Sep 11 21:50:06.052 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-09-11T21:50:06.435Z[ recovery-image] Sep 11 21:50:06.073 INFO O| Sep 11 21:50:06.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
65862024-09-11T21:50:06.435Z[ recovery-image] Sep 11 21:50:06.073 INFO O| Sep 11 21:50:06.073 INFO STEP 856 (remove_files) COMPLETE
65872024-09-11T21:50:06.435Z[ recovery-image] Sep 11 21:50:06.073 INFO O| Sep 11 21:50:06.073 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-09-11T21:50:06.462Z[ recovery-image] Sep 11 21:50:06.094 INFO O| Sep 11 21:50:06.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
65892024-09-11T21:50:06.462Z[ recovery-image] Sep 11 21:50:06.094 INFO O| Sep 11 21:50:06.094 INFO STEP 857 (remove_files) COMPLETE
65902024-09-11T21:50:06.462Z[ recovery-image] Sep 11 21:50:06.094 INFO O| Sep 11 21:50:06.094 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-09-11T21:50:06.486Z[ recovery-image] Sep 11 21:50:06.113 INFO O| Sep 11 21:50:06.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
65922024-09-11T21:50:06.486Z[ recovery-image] Sep 11 21:50:06.113 INFO O| Sep 11 21:50:06.113 INFO STEP 858 (remove_files) COMPLETE
65932024-09-11T21:50:06.486Z[ recovery-image] Sep 11 21:50:06.113 INFO O| Sep 11 21:50:06.113 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-09-11T21:50:06.510Z[ recovery-image] Sep 11 21:50:06.130 INFO O| Sep 11 21:50:06.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
65952024-09-11T21:50:06.510Z[ recovery-image] Sep 11 21:50:06.130 INFO O| Sep 11 21:50:06.130 INFO STEP 859 (remove_files) COMPLETE
65962024-09-11T21:50:06.510Z[ recovery-image] Sep 11 21:50:06.130 INFO O| Sep 11 21:50:06.130 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-09-11T21:50:06.510Z[ recovery-image] Sep 11 21:50:06.146 INFO O| Sep 11 21:50:06.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
65982024-09-11T21:50:06.510Z[ recovery-image] Sep 11 21:50:06.146 INFO O| Sep 11 21:50:06.146 INFO STEP 860 (remove_files) COMPLETE
65992024-09-11T21:50:06.510Z[ recovery-image] Sep 11 21:50:06.146 INFO O| Sep 11 21:50:06.146 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-09-11T21:50:06.534Z[ recovery-image] Sep 11 21:50:06.161 INFO O| Sep 11 21:50:06.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66012024-09-11T21:50:06.534Z[ recovery-image] Sep 11 21:50:06.161 INFO O| Sep 11 21:50:06.161 INFO STEP 861 (remove_files) COMPLETE
66022024-09-11T21:50:06.534Z[ recovery-image] Sep 11 21:50:06.161 INFO O| Sep 11 21:50:06.161 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-09-11T21:50:06.534Z[ recovery-image] Sep 11 21:50:06.175 INFO O| Sep 11 21:50:06.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66042024-09-11T21:50:06.534Z[ recovery-image] Sep 11 21:50:06.175 INFO O| Sep 11 21:50:06.175 INFO STEP 862 (remove_files) COMPLETE
66052024-09-11T21:50:06.534Z[ recovery-image] Sep 11 21:50:06.175 INFO O| Sep 11 21:50:06.175 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-09-11T21:50:06.559Z[ recovery-image] Sep 11 21:50:06.190 INFO O| Sep 11 21:50:06.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66072024-09-11T21:50:06.559Z[ recovery-image] Sep 11 21:50:06.190 INFO O| Sep 11 21:50:06.190 INFO STEP 863 (remove_files) COMPLETE
66082024-09-11T21:50:06.559Z[ recovery-image] Sep 11 21:50:06.190 INFO O| Sep 11 21:50:06.190 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-09-11T21:50:06.583Z[ recovery-image] Sep 11 21:50:06.206 INFO O| Sep 11 21:50:06.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66102024-09-11T21:50:06.583Z[ recovery-image] Sep 11 21:50:06.206 INFO O| Sep 11 21:50:06.206 INFO STEP 864 (remove_files) COMPLETE
66112024-09-11T21:50:06.583Z[ recovery-image] Sep 11 21:50:06.206 INFO O| Sep 11 21:50:06.206 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-09-11T21:50:06.583Z[ recovery-image] Sep 11 21:50:06.221 INFO O| Sep 11 21:50:06.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66132024-09-11T21:50:06.583Z[ recovery-image] Sep 11 21:50:06.221 INFO O| Sep 11 21:50:06.221 INFO STEP 865 (remove_files) COMPLETE
66142024-09-11T21:50:06.583Z[ recovery-image] Sep 11 21:50:06.221 INFO O| Sep 11 21:50:06.221 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-09-11T21:50:06.607Z[ recovery-image] Sep 11 21:50:06.237 INFO O| Sep 11 21:50:06.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66162024-09-11T21:50:06.607Z[ recovery-image] Sep 11 21:50:06.237 INFO O| Sep 11 21:50:06.237 INFO STEP 866 (remove_files) COMPLETE
66172024-09-11T21:50:06.607Z[ recovery-image] Sep 11 21:50:06.237 INFO O| Sep 11 21:50:06.237 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-09-11T21:50:06.631Z[ recovery-image] Sep 11 21:50:06.252 INFO O| Sep 11 21:50:06.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66192024-09-11T21:50:06.631Z[ recovery-image] Sep 11 21:50:06.252 INFO O| Sep 11 21:50:06.252 INFO STEP 867 (remove_files) COMPLETE
66202024-09-11T21:50:06.631Z[ recovery-image] Sep 11 21:50:06.252 INFO O| Sep 11 21:50:06.252 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-09-11T21:50:06.631Z[ recovery-image] Sep 11 21:50:06.266 INFO O| Sep 11 21:50:06.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66222024-09-11T21:50:06.631Z[ recovery-image] Sep 11 21:50:06.267 INFO O| Sep 11 21:50:06.266 INFO STEP 868 (remove_files) COMPLETE
66232024-09-11T21:50:06.631Z[ recovery-image] Sep 11 21:50:06.267 INFO O| Sep 11 21:50:06.267 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-09-11T21:50:06.655Z[ recovery-image] Sep 11 21:50:06.280 INFO O| Sep 11 21:50:06.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66252024-09-11T21:50:06.655Z[ recovery-image] Sep 11 21:50:06.281 INFO O| Sep 11 21:50:06.280 INFO STEP 869 (remove_files) COMPLETE
66262024-09-11T21:50:06.655Z[ recovery-image] Sep 11 21:50:06.281 INFO O| Sep 11 21:50:06.281 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-09-11T21:50:06.655Z[ recovery-image] Sep 11 21:50:06.294 INFO O| Sep 11 21:50:06.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66282024-09-11T21:50:06.655Z[ recovery-image] Sep 11 21:50:06.295 INFO O| Sep 11 21:50:06.295 INFO STEP 870 (remove_files) COMPLETE
66292024-09-11T21:50:06.655Z[ recovery-image] Sep 11 21:50:06.295 INFO O| Sep 11 21:50:06.295 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-09-11T21:50:06.679Z[ recovery-image] Sep 11 21:50:06.311 INFO O| Sep 11 21:50:06.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66312024-09-11T21:50:06.679Z[ recovery-image] Sep 11 21:50:06.311 INFO O| Sep 11 21:50:06.311 INFO STEP 871 (remove_files) COMPLETE
66322024-09-11T21:50:06.679Z[ recovery-image] Sep 11 21:50:06.311 INFO O| Sep 11 21:50:06.311 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-09-11T21:50:06.703Z[ recovery-image] Sep 11 21:50:06.326 INFO O| Sep 11 21:50:06.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66342024-09-11T21:50:06.703Z[ recovery-image] Sep 11 21:50:06.326 INFO O| Sep 11 21:50:06.326 INFO STEP 872 (remove_files) COMPLETE
66352024-09-11T21:50:06.703Z[ recovery-image] Sep 11 21:50:06.327 INFO O| Sep 11 21:50:06.326 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-09-11T21:50:06.703Z[ recovery-image] Sep 11 21:50:06.342 INFO O| Sep 11 21:50:06.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66372024-09-11T21:50:06.703Z[ recovery-image] Sep 11 21:50:06.342 INFO O| Sep 11 21:50:06.342 INFO STEP 873 (remove_files) COMPLETE
66382024-09-11T21:50:06.703Z[ recovery-image] Sep 11 21:50:06.342 INFO O| Sep 11 21:50:06.342 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-09-11T21:50:06.727Z[ recovery-image] Sep 11 21:50:06.369 INFO O| Sep 11 21:50:06.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66402024-09-11T21:50:06.752Z[ recovery-image] Sep 11 21:50:06.370 INFO O| Sep 11 21:50:06.369 INFO STEP 874 (remove_files) COMPLETE
66412024-09-11T21:50:06.752Z[ recovery-image] Sep 11 21:50:06.370 INFO O| Sep 11 21:50:06.369 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-09-11T21:50:06.752Z[ recovery-image] Sep 11 21:50:06.388 INFO O| Sep 11 21:50:06.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66432024-09-11T21:50:06.752Z[ recovery-image] Sep 11 21:50:06.389 INFO O| Sep 11 21:50:06.389 INFO STEP 875 (remove_files) COMPLETE
66442024-09-11T21:50:06.752Z[ recovery-image] Sep 11 21:50:06.389 INFO O| Sep 11 21:50:06.389 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-09-11T21:50:06.776Z[ recovery-image] Sep 11 21:50:06.406 INFO O| Sep 11 21:50:06.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66462024-09-11T21:50:06.776Z[ recovery-image] Sep 11 21:50:06.406 INFO O| Sep 11 21:50:06.406 INFO STEP 876 (remove_files) COMPLETE
66472024-09-11T21:50:06.776Z[ recovery-image] Sep 11 21:50:06.406 INFO O| Sep 11 21:50:06.406 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-09-11T21:50:06.800Z[ recovery-image] Sep 11 21:50:06.421 INFO O| Sep 11 21:50:06.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66492024-09-11T21:50:06.800Z[ recovery-image] Sep 11 21:50:06.421 INFO O| Sep 11 21:50:06.421 INFO STEP 877 (remove_files) COMPLETE
66502024-09-11T21:50:06.800Z[ recovery-image] Sep 11 21:50:06.421 INFO O| Sep 11 21:50:06.421 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-09-11T21:50:06.800Z[ recovery-image] Sep 11 21:50:06.437 INFO O| Sep 11 21:50:06.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66522024-09-11T21:50:06.800Z[ recovery-image] Sep 11 21:50:06.437 INFO O| Sep 11 21:50:06.437 INFO STEP 878 (remove_files) COMPLETE
66532024-09-11T21:50:06.800Z[ recovery-image] Sep 11 21:50:06.437 INFO O| Sep 11 21:50:06.437 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-09-11T21:50:06.824Z[ recovery-image] Sep 11 21:50:06.453 INFO O| Sep 11 21:50:06.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66552024-09-11T21:50:06.824Z[ recovery-image] Sep 11 21:50:06.453 INFO O| Sep 11 21:50:06.453 INFO STEP 879 (remove_files) COMPLETE
66562024-09-11T21:50:06.824Z[ recovery-image] Sep 11 21:50:06.453 INFO O| Sep 11 21:50:06.453 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-09-11T21:50:06.848Z[ recovery-image] Sep 11 21:50:06.467 INFO O| Sep 11 21:50:06.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66582024-09-11T21:50:06.848Z[ recovery-image] Sep 11 21:50:06.468 INFO O| Sep 11 21:50:06.468 INFO STEP 880 (remove_files) COMPLETE
66592024-09-11T21:50:06.848Z[ recovery-image] Sep 11 21:50:06.468 INFO O| Sep 11 21:50:06.468 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-09-11T21:50:06.848Z[ recovery-image] Sep 11 21:50:06.483 INFO O| Sep 11 21:50:06.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66612024-09-11T21:50:06.848Z[ recovery-image] Sep 11 21:50:06.483 INFO O| Sep 11 21:50:06.483 INFO STEP 881 (remove_files) COMPLETE
66622024-09-11T21:50:06.849Z[ recovery-image] Sep 11 21:50:06.483 INFO O| Sep 11 21:50:06.483 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-09-11T21:50:06.873Z[ recovery-image] Sep 11 21:50:06.498 INFO O| Sep 11 21:50:06.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
66642024-09-11T21:50:06.873Z[ recovery-image] Sep 11 21:50:06.498 INFO O| Sep 11 21:50:06.498 INFO STEP 882 (remove_files) COMPLETE
66652024-09-11T21:50:06.873Z[ recovery-image] Sep 11 21:50:06.498 INFO O| Sep 11 21:50:06.498 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-09-11T21:50:06.873Z[ recovery-image] Sep 11 21:50:06.514 INFO O| Sep 11 21:50:06.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
66672024-09-11T21:50:06.873Z[ recovery-image] Sep 11 21:50:06.514 INFO O| Sep 11 21:50:06.514 INFO STEP 883 (remove_files) COMPLETE
66682024-09-11T21:50:06.897Z[ recovery-image] Sep 11 21:50:06.514 INFO O| Sep 11 21:50:06.514 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-09-11T21:50:06.897Z[ recovery-image] Sep 11 21:50:06.530 INFO O| Sep 11 21:50:06.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
66702024-09-11T21:50:06.897Z[ recovery-image] Sep 11 21:50:06.530 INFO O| Sep 11 21:50:06.530 INFO STEP 884 (remove_files) COMPLETE
66712024-09-11T21:50:06.897Z[ recovery-image] Sep 11 21:50:06.530 INFO O| Sep 11 21:50:06.530 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-09-11T21:50:06.921Z[ recovery-image] Sep 11 21:50:06.546 INFO O| Sep 11 21:50:06.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
66732024-09-11T21:50:06.921Z[ recovery-image] Sep 11 21:50:06.546 INFO O| Sep 11 21:50:06.546 INFO STEP 885 (remove_files) COMPLETE
66742024-09-11T21:50:06.921Z[ recovery-image] Sep 11 21:50:06.546 INFO O| Sep 11 21:50:06.546 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-09-11T21:50:06.945Z[ recovery-image] Sep 11 21:50:06.565 INFO O| Sep 11 21:50:06.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66762024-09-11T21:50:06.945Z[ recovery-image] Sep 11 21:50:06.566 INFO O| Sep 11 21:50:06.566 INFO STEP 886 (remove_files) COMPLETE
66772024-09-11T21:50:06.945Z[ recovery-image] Sep 11 21:50:06.566 INFO O| Sep 11 21:50:06.566 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-09-11T21:50:06.945Z[ recovery-image] Sep 11 21:50:06.584 INFO O| Sep 11 21:50:06.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
66792024-09-11T21:50:06.945Z[ recovery-image] Sep 11 21:50:06.584 INFO O| Sep 11 21:50:06.584 INFO STEP 887 (remove_files) COMPLETE
66802024-09-11T21:50:06.945Z[ recovery-image] Sep 11 21:50:06.584 INFO O| Sep 11 21:50:06.584 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-09-11T21:50:06.969Z[ recovery-image] Sep 11 21:50:06.603 INFO O| Sep 11 21:50:06.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
66822024-09-11T21:50:06.969Z[ recovery-image] Sep 11 21:50:06.603 INFO O| Sep 11 21:50:06.603 INFO STEP 888 (remove_files) COMPLETE
66832024-09-11T21:50:06.969Z[ recovery-image] Sep 11 21:50:06.603 INFO O| Sep 11 21:50:06.603 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-09-11T21:50:06.993Z[ recovery-image] Sep 11 21:50:06.620 INFO O| Sep 11 21:50:06.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
66852024-09-11T21:50:06.993Z[ recovery-image] Sep 11 21:50:06.620 INFO O| Sep 11 21:50:06.620 INFO STEP 889 (remove_files) COMPLETE
66862024-09-11T21:50:06.993Z[ recovery-image] Sep 11 21:50:06.620 INFO O| Sep 11 21:50:06.620 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-09-11T21:50:07.017Z[ recovery-image] Sep 11 21:50:06.636 INFO O| Sep 11 21:50:06.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
66882024-09-11T21:50:07.017Z[ recovery-image] Sep 11 21:50:06.637 INFO O| Sep 11 21:50:06.637 INFO STEP 890 (remove_files) COMPLETE
66892024-09-11T21:50:07.018Z[ recovery-image] Sep 11 21:50:06.637 INFO O| Sep 11 21:50:06.637 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-09-11T21:50:07.018Z[ recovery-image] Sep 11 21:50:06.655 INFO O| Sep 11 21:50:06.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
66912024-09-11T21:50:07.018Z[ recovery-image] Sep 11 21:50:06.655 INFO O| Sep 11 21:50:06.655 INFO STEP 891 (remove_files) COMPLETE
66922024-09-11T21:50:07.018Z[ recovery-image] Sep 11 21:50:06.655 INFO O| Sep 11 21:50:06.655 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-09-11T21:50:07.041Z[ recovery-image] Sep 11 21:50:06.672 INFO O| Sep 11 21:50:06.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
66942024-09-11T21:50:07.041Z[ recovery-image] Sep 11 21:50:06.673 INFO O| Sep 11 21:50:06.672 INFO STEP 892 (remove_files) COMPLETE
66952024-09-11T21:50:07.042Z[ recovery-image] Sep 11 21:50:06.673 INFO O| Sep 11 21:50:06.672 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-09-11T21:50:07.066Z[ recovery-image] Sep 11 21:50:06.692 INFO O| Sep 11 21:50:06.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
66972024-09-11T21:50:07.066Z[ recovery-image] Sep 11 21:50:06.692 INFO O| Sep 11 21:50:06.692 INFO STEP 893 (remove_files) COMPLETE
66982024-09-11T21:50:07.066Z[ recovery-image] Sep 11 21:50:06.692 INFO O| Sep 11 21:50:06.692 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-09-11T21:50:07.090Z[ recovery-image] Sep 11 21:50:06.709 INFO O| Sep 11 21:50:06.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67002024-09-11T21:50:07.090Z[ recovery-image] Sep 11 21:50:06.709 INFO O| Sep 11 21:50:06.709 INFO STEP 894 (remove_files) COMPLETE
67012024-09-11T21:50:07.090Z[ recovery-image] Sep 11 21:50:06.709 INFO O| Sep 11 21:50:06.709 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-09-11T21:50:07.090Z[ recovery-image] Sep 11 21:50:06.726 INFO O| Sep 11 21:50:06.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67032024-09-11T21:50:07.090Z[ recovery-image] Sep 11 21:50:06.726 INFO O| Sep 11 21:50:06.726 INFO STEP 895 (remove_files) COMPLETE
67042024-09-11T21:50:07.090Z[ recovery-image] Sep 11 21:50:06.726 INFO O| Sep 11 21:50:06.726 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-09-11T21:50:07.115Z[ recovery-image] Sep 11 21:50:06.743 INFO O| Sep 11 21:50:06.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67062024-09-11T21:50:07.115Z[ recovery-image] Sep 11 21:50:06.743 INFO O| Sep 11 21:50:06.743 INFO STEP 896 (remove_files) COMPLETE
67072024-09-11T21:50:07.115Z[ recovery-image] Sep 11 21:50:06.743 INFO O| Sep 11 21:50:06.743 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-09-11T21:50:07.139Z[ recovery-image] Sep 11 21:50:06.760 INFO O| Sep 11 21:50:06.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67092024-09-11T21:50:07.139Z[ recovery-image] Sep 11 21:50:06.761 INFO O| Sep 11 21:50:06.760 INFO STEP 897 (remove_files) COMPLETE
67102024-09-11T21:50:07.139Z[ recovery-image] Sep 11 21:50:06.761 INFO O| Sep 11 21:50:06.760 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-09-11T21:50:07.139Z[ recovery-image] Sep 11 21:50:06.776 INFO O| Sep 11 21:50:06.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67122024-09-11T21:50:07.139Z[ recovery-image] Sep 11 21:50:06.777 INFO O| Sep 11 21:50:06.777 INFO STEP 898 (remove_files) COMPLETE
67132024-09-11T21:50:07.139Z[ recovery-image] Sep 11 21:50:06.777 INFO O| Sep 11 21:50:06.777 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-09-11T21:50:07.163Z[ recovery-image] Sep 11 21:50:06.792 INFO O| Sep 11 21:50:06.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67152024-09-11T21:50:07.163Z[ recovery-image] Sep 11 21:50:06.793 INFO O| Sep 11 21:50:06.793 INFO STEP 899 (remove_files) COMPLETE
67162024-09-11T21:50:07.163Z[ recovery-image] Sep 11 21:50:06.793 INFO O| Sep 11 21:50:06.793 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-09-11T21:50:07.187Z[ recovery-image] Sep 11 21:50:06.808 INFO O| Sep 11 21:50:06.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67182024-09-11T21:50:07.187Z[ recovery-image] Sep 11 21:50:06.808 INFO O| Sep 11 21:50:06.808 INFO STEP 900 (remove_files) COMPLETE
67192024-09-11T21:50:07.187Z[ recovery-image] Sep 11 21:50:06.808 INFO O| Sep 11 21:50:06.808 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-09-11T21:50:07.187Z[ recovery-image] Sep 11 21:50:06.823 INFO O| Sep 11 21:50:06.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67212024-09-11T21:50:07.187Z[ recovery-image] Sep 11 21:50:06.824 INFO O| Sep 11 21:50:06.823 INFO STEP 901 (remove_files) COMPLETE
67222024-09-11T21:50:07.187Z[ recovery-image] Sep 11 21:50:06.824 INFO O| Sep 11 21:50:06.824 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-09-11T21:50:07.213Z[ recovery-image] Sep 11 21:50:06.838 INFO O| Sep 11 21:50:06.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67242024-09-11T21:50:07.213Z[ recovery-image] Sep 11 21:50:06.838 INFO O| Sep 11 21:50:06.838 INFO STEP 902 (remove_files) COMPLETE
67252024-09-11T21:50:07.213Z[ recovery-image] Sep 11 21:50:06.838 INFO O| Sep 11 21:50:06.838 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-09-11T21:50:07.213Z[ recovery-image] Sep 11 21:50:06.851 INFO O| Sep 11 21:50:06.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67272024-09-11T21:50:07.213Z[ recovery-image] Sep 11 21:50:06.851 INFO O| Sep 11 21:50:06.851 INFO STEP 903 (remove_files) COMPLETE
67282024-09-11T21:50:07.213Z[ recovery-image] Sep 11 21:50:06.851 INFO O| Sep 11 21:50:06.851 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-09-11T21:50:07.236Z[ recovery-image] Sep 11 21:50:06.865 INFO O| Sep 11 21:50:06.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67302024-09-11T21:50:07.237Z[ recovery-image] Sep 11 21:50:06.866 INFO O| Sep 11 21:50:06.866 INFO STEP 904 (remove_files) COMPLETE
67312024-09-11T21:50:07.237Z[ recovery-image] Sep 11 21:50:06.866 INFO O| Sep 11 21:50:06.866 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-09-11T21:50:07.260Z[ recovery-image] Sep 11 21:50:06.880 INFO O| Sep 11 21:50:06.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67332024-09-11T21:50:07.260Z[ recovery-image] Sep 11 21:50:06.881 INFO O| Sep 11 21:50:06.881 INFO STEP 905 (remove_files) COMPLETE
67342024-09-11T21:50:07.261Z[ recovery-image] Sep 11 21:50:06.881 INFO O| Sep 11 21:50:06.881 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-09-11T21:50:07.261Z[ recovery-image] Sep 11 21:50:06.895 INFO O| Sep 11 21:50:06.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67362024-09-11T21:50:07.261Z[ recovery-image] Sep 11 21:50:06.896 INFO O| Sep 11 21:50:06.896 INFO STEP 906 (remove_files) COMPLETE
67372024-09-11T21:50:07.261Z[ recovery-image] Sep 11 21:50:06.896 INFO O| Sep 11 21:50:06.896 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-09-11T21:50:07.285Z[ recovery-image] Sep 11 21:50:06.911 INFO O| Sep 11 21:50:06.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67392024-09-11T21:50:07.285Z[ recovery-image] Sep 11 21:50:06.911 INFO O| Sep 11 21:50:06.911 INFO STEP 907 (remove_files) COMPLETE
67402024-09-11T21:50:07.286Z[ recovery-image] Sep 11 21:50:06.911 INFO O| Sep 11 21:50:06.911 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-09-11T21:50:07.286Z[ recovery-image] Sep 11 21:50:06.927 INFO O| Sep 11 21:50:06.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67422024-09-11T21:50:07.286Z[ recovery-image] Sep 11 21:50:06.927 INFO O| Sep 11 21:50:06.927 INFO STEP 908 (remove_files) COMPLETE
67432024-09-11T21:50:07.286Z[ recovery-image] Sep 11 21:50:06.927 INFO O| Sep 11 21:50:06.927 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-09-11T21:50:07.309Z[ recovery-image] Sep 11 21:50:06.943 INFO O| Sep 11 21:50:06.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67452024-09-11T21:50:07.309Z[ recovery-image] Sep 11 21:50:06.943 INFO O| Sep 11 21:50:06.943 INFO STEP 909 (remove_files) COMPLETE
67462024-09-11T21:50:07.309Z[ recovery-image] Sep 11 21:50:06.943 INFO O| Sep 11 21:50:06.943 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-09-11T21:50:07.333Z[ recovery-image] Sep 11 21:50:06.959 INFO O| Sep 11 21:50:06.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67482024-09-11T21:50:07.333Z[ recovery-image] Sep 11 21:50:06.959 INFO O| Sep 11 21:50:06.959 INFO STEP 910 (remove_files) COMPLETE
67492024-09-11T21:50:07.333Z[ recovery-image] Sep 11 21:50:06.959 INFO O| Sep 11 21:50:06.959 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-09-11T21:50:07.359Z[ recovery-image] Sep 11 21:50:06.976 INFO O| Sep 11 21:50:06.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67512024-09-11T21:50:07.359Z[ recovery-image] Sep 11 21:50:06.976 INFO O| Sep 11 21:50:06.976 INFO STEP 911 (remove_files) COMPLETE
67522024-09-11T21:50:07.359Z[ recovery-image] Sep 11 21:50:06.976 INFO O| Sep 11 21:50:06.976 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-09-11T21:50:07.359Z[ recovery-image] Sep 11 21:50:06.997 INFO O| Sep 11 21:50:06.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67542024-09-11T21:50:07.359Z[ recovery-image] Sep 11 21:50:06.998 INFO O| Sep 11 21:50:06.997 INFO STEP 912 (remove_files) COMPLETE
67552024-09-11T21:50:07.359Z[ recovery-image] Sep 11 21:50:06.998 INFO O| Sep 11 21:50:06.998 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-09-11T21:50:07.383Z[ recovery-image] Sep 11 21:50:07.015 INFO O| Sep 11 21:50:07.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67572024-09-11T21:50:07.383Z[ recovery-image] Sep 11 21:50:07.015 INFO O| Sep 11 21:50:07.015 INFO STEP 913 (remove_files) COMPLETE
67582024-09-11T21:50:07.383Z[ recovery-image] Sep 11 21:50:07.015 INFO O| Sep 11 21:50:07.015 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-09-11T21:50:07.407Z[ recovery-image] Sep 11 21:50:07.031 INFO O| Sep 11 21:50:07.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67602024-09-11T21:50:07.407Z[ recovery-image] Sep 11 21:50:07.032 INFO O| Sep 11 21:50:07.031 INFO STEP 914 (remove_files) COMPLETE
67612024-09-11T21:50:07.407Z[ recovery-image] Sep 11 21:50:07.032 INFO O| Sep 11 21:50:07.032 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-09-11T21:50:07.407Z[ recovery-image] Sep 11 21:50:07.048 INFO O| Sep 11 21:50:07.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
67632024-09-11T21:50:07.407Z[ recovery-image] Sep 11 21:50:07.048 INFO O| Sep 11 21:50:07.048 INFO STEP 915 (remove_files) COMPLETE
67642024-09-11T21:50:07.407Z[ recovery-image] Sep 11 21:50:07.048 INFO O| Sep 11 21:50:07.048 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-09-11T21:50:07.432Z[ recovery-image] Sep 11 21:50:07.064 INFO O| Sep 11 21:50:07.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
67662024-09-11T21:50:07.432Z[ recovery-image] Sep 11 21:50:07.064 INFO O| Sep 11 21:50:07.064 INFO STEP 916 (remove_files) COMPLETE
67672024-09-11T21:50:07.432Z[ recovery-image] Sep 11 21:50:07.064 INFO O| Sep 11 21:50:07.064 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-09-11T21:50:07.456Z[ recovery-image] Sep 11 21:50:07.080 INFO O| Sep 11 21:50:07.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
67692024-09-11T21:50:07.456Z[ recovery-image] Sep 11 21:50:07.080 INFO O| Sep 11 21:50:07.080 INFO STEP 917 (remove_files) COMPLETE
67702024-09-11T21:50:07.456Z[ recovery-image] Sep 11 21:50:07.080 INFO O| Sep 11 21:50:07.080 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-09-11T21:50:07.456Z[ recovery-image] Sep 11 21:50:07.096 INFO O| Sep 11 21:50:07.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
67722024-09-11T21:50:07.456Z[ recovery-image] Sep 11 21:50:07.096 INFO O| Sep 11 21:50:07.096 INFO STEP 918 (remove_files) COMPLETE
67732024-09-11T21:50:07.456Z[ recovery-image] Sep 11 21:50:07.096 INFO O| Sep 11 21:50:07.096 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-09-11T21:50:07.480Z[ recovery-image] Sep 11 21:50:07.111 INFO O| Sep 11 21:50:07.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
67752024-09-11T21:50:07.480Z[ recovery-image] Sep 11 21:50:07.111 INFO O| Sep 11 21:50:07.111 INFO STEP 919 (remove_files) COMPLETE
67762024-09-11T21:50:07.480Z[ recovery-image] Sep 11 21:50:07.111 INFO O| Sep 11 21:50:07.111 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-09-11T21:50:07.503Z[ recovery-image] Sep 11 21:50:07.126 INFO O| Sep 11 21:50:07.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
67782024-09-11T21:50:07.503Z[ recovery-image] Sep 11 21:50:07.126 INFO O| Sep 11 21:50:07.126 INFO STEP 920 (remove_files) COMPLETE
67792024-09-11T21:50:07.504Z[ recovery-image] Sep 11 21:50:07.126 INFO O| Sep 11 21:50:07.126 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-09-11T21:50:07.504Z[ recovery-image] Sep 11 21:50:07.141 INFO O| Sep 11 21:50:07.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
67812024-09-11T21:50:07.504Z[ recovery-image] Sep 11 21:50:07.141 INFO O| Sep 11 21:50:07.141 INFO STEP 921 (remove_files) COMPLETE
67822024-09-11T21:50:07.504Z[ recovery-image] Sep 11 21:50:07.141 INFO O| Sep 11 21:50:07.141 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-09-11T21:50:07.528Z[ recovery-image] Sep 11 21:50:07.160 INFO O| Sep 11 21:50:07.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
67842024-09-11T21:50:07.528Z[ recovery-image] Sep 11 21:50:07.160 INFO O| Sep 11 21:50:07.160 INFO STEP 922 (remove_files) COMPLETE
67852024-09-11T21:50:07.528Z[ recovery-image] Sep 11 21:50:07.160 INFO O| Sep 11 21:50:07.160 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-09-11T21:50:07.552Z[ recovery-image] Sep 11 21:50:07.176 INFO O| Sep 11 21:50:07.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
67872024-09-11T21:50:07.552Z[ recovery-image] Sep 11 21:50:07.177 INFO O| Sep 11 21:50:07.176 INFO STEP 923 (remove_files) COMPLETE
67882024-09-11T21:50:07.552Z[ recovery-image] Sep 11 21:50:07.177 INFO O| Sep 11 21:50:07.176 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-09-11T21:50:07.552Z[ recovery-image] Sep 11 21:50:07.192 INFO O| Sep 11 21:50:07.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
67902024-09-11T21:50:07.552Z[ recovery-image] Sep 11 21:50:07.192 INFO O| Sep 11 21:50:07.192 INFO STEP 924 (remove_files) COMPLETE
67912024-09-11T21:50:07.552Z[ recovery-image] Sep 11 21:50:07.192 INFO O| Sep 11 21:50:07.192 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-09-11T21:50:07.576Z[ host-image] Sep 11 21:50:07.203 INFO O| Sep 11 21:50:07.203 INFO O| Done
67932024-09-11T21:50:07.576Z[ recovery-image] Sep 11 21:50:07.207 INFO O| Sep 11 21:50:07.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
67942024-09-11T21:50:07.576Z[ recovery-image] Sep 11 21:50:07.207 INFO O| Sep 11 21:50:07.207 INFO STEP 925 (remove_files) COMPLETE
67952024-09-11T21:50:07.576Z[ recovery-image] Sep 11 21:50:07.207 INFO O| Sep 11 21:50:07.207 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-09-11T21:50:07.600Z[ recovery-image] Sep 11 21:50:07.231 INFO O| Sep 11 21:50:07.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
67972024-09-11T21:50:07.600Z[ recovery-image] Sep 11 21:50:07.231 INFO O| Sep 11 21:50:07.231 INFO STEP 926 (remove_files) COMPLETE
67982024-09-11T21:50:07.600Z[ recovery-image] Sep 11 21:50:07.231 INFO O| Sep 11 21:50:07.231 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-09-11T21:50:07.600Z[ host-image] Sep 11 21:50:07.233 INFO O| Sep 11 21:50:07.233 INFO O| Done
68002024-09-11T21:50:07.600Z[ host-image] Sep 11 21:50:07.233 INFO O| Sep 11 21:50:07.233 INFO O| Done
68012024-09-11T21:50:07.624Z[ host-image] Sep 11 21:50:07.251 INFO O| Sep 11 21:50:07.251 INFO O| Done
68022024-09-11T21:50:07.624Z[ recovery-image] Sep 11 21:50:07.253 INFO O| Sep 11 21:50:07.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68032024-09-11T21:50:07.624Z[ recovery-image] Sep 11 21:50:07.253 INFO O| Sep 11 21:50:07.253 INFO STEP 927 (remove_files) COMPLETE
68042024-09-11T21:50:07.624Z[ recovery-image] Sep 11 21:50:07.253 INFO O| Sep 11 21:50:07.253 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-09-11T21:50:07.648Z[ recovery-image] Sep 11 21:50:07.271 INFO O| Sep 11 21:50:07.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68062024-09-11T21:50:07.648Z[ recovery-image] Sep 11 21:50:07.271 INFO O| Sep 11 21:50:07.271 INFO STEP 928 (remove_files) COMPLETE
68072024-09-11T21:50:07.648Z[ recovery-image] Sep 11 21:50:07.271 INFO O| Sep 11 21:50:07.271 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-09-11T21:50:07.648Z[ recovery-image] Sep 11 21:50:07.288 INFO O| Sep 11 21:50:07.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68092024-09-11T21:50:07.648Z[ recovery-image] Sep 11 21:50:07.288 INFO O| Sep 11 21:50:07.288 INFO STEP 929 (remove_files) COMPLETE
68102024-09-11T21:50:07.648Z[ recovery-image] Sep 11 21:50:07.288 INFO O| Sep 11 21:50:07.288 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-09-11T21:50:07.673Z[ recovery-image] Sep 11 21:50:07.305 INFO O| Sep 11 21:50:07.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68122024-09-11T21:50:07.673Z[ recovery-image] Sep 11 21:50:07.305 INFO O| Sep 11 21:50:07.305 INFO STEP 930 (remove_files) COMPLETE
68132024-09-11T21:50:07.673Z[ recovery-image] Sep 11 21:50:07.305 INFO O| Sep 11 21:50:07.305 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-09-11T21:50:07.697Z[ recovery-image] Sep 11 21:50:07.321 INFO O| Sep 11 21:50:07.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68152024-09-11T21:50:07.697Z[ recovery-image] Sep 11 21:50:07.321 INFO O| Sep 11 21:50:07.321 INFO STEP 931 (remove_files) COMPLETE
68162024-09-11T21:50:07.697Z[ recovery-image] Sep 11 21:50:07.321 INFO O| Sep 11 21:50:07.321 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-09-11T21:50:07.697Z[ recovery-image] Sep 11 21:50:07.338 INFO O| Sep 11 21:50:07.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68182024-09-11T21:50:07.697Z[ recovery-image] Sep 11 21:50:07.338 INFO O| Sep 11 21:50:07.338 INFO STEP 932 (remove_files) COMPLETE
68192024-09-11T21:50:07.697Z[ recovery-image] Sep 11 21:50:07.338 INFO O| Sep 11 21:50:07.338 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-09-11T21:50:07.721Z[ recovery-image] Sep 11 21:50:07.356 INFO O| Sep 11 21:50:07.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68212024-09-11T21:50:07.721Z[ recovery-image] Sep 11 21:50:07.356 INFO O| Sep 11 21:50:07.356 INFO STEP 933 (remove_files) COMPLETE
68222024-09-11T21:50:07.721Z[ recovery-image] Sep 11 21:50:07.356 INFO O| Sep 11 21:50:07.356 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-09-11T21:50:07.745Z[ recovery-image] Sep 11 21:50:07.373 INFO O| Sep 11 21:50:07.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68242024-09-11T21:50:07.745Z[ recovery-image] Sep 11 21:50:07.373 INFO O| Sep 11 21:50:07.373 INFO STEP 934 (remove_files) COMPLETE
68252024-09-11T21:50:07.745Z[ recovery-image] Sep 11 21:50:07.373 INFO O| Sep 11 21:50:07.373 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-09-11T21:50:07.745Z[ host-image] Sep 11 21:50:07.380 INFO O| Sep 11 21:50:07.380 INFO STEP 12 (pkg_install) COMPLETE
68272024-09-11T21:50:07.745Z[ host-image] Sep 11 21:50:07.380 INFO O| Sep 11 21:50:07.380 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68282024-09-11T21:50:07.769Z[ recovery-image] Sep 11 21:50:07.393 INFO O| Sep 11 21:50:07.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68292024-09-11T21:50:07.769Z[ recovery-image] Sep 11 21:50:07.393 INFO O| Sep 11 21:50:07.393 INFO STEP 935 (remove_files) COMPLETE
68302024-09-11T21:50:07.769Z[ recovery-image] Sep 11 21:50:07.393 INFO O| Sep 11 21:50:07.393 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-09-11T21:50:07.769Z[ host-image] Sep 11 21:50:07.400 INFO O| Sep 11 21:50:07.400 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
68322024-09-11T21:50:07.793Z[ recovery-image] Sep 11 21:50:07.412 INFO O| Sep 11 21:50:07.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68332024-09-11T21:50:07.793Z[ recovery-image] Sep 11 21:50:07.413 INFO O| Sep 11 21:50:07.413 INFO STEP 936 (remove_files) COMPLETE
68342024-09-11T21:50:07.793Z[ recovery-image] Sep 11 21:50:07.413 INFO O| Sep 11 21:50:07.413 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-09-11T21:50:07.793Z[ recovery-image] Sep 11 21:50:07.430 INFO O| Sep 11 21:50:07.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68362024-09-11T21:50:07.793Z[ recovery-image] Sep 11 21:50:07.430 INFO O| Sep 11 21:50:07.430 INFO STEP 937 (remove_files) COMPLETE
68372024-09-11T21:50:07.793Z[ recovery-image] Sep 11 21:50:07.430 INFO O| Sep 11 21:50:07.430 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-09-11T21:50:07.817Z[ recovery-image] Sep 11 21:50:07.447 INFO O| Sep 11 21:50:07.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68392024-09-11T21:50:07.817Z[ recovery-image] Sep 11 21:50:07.447 INFO O| Sep 11 21:50:07.447 INFO STEP 938 (remove_files) COMPLETE
68402024-09-11T21:50:07.817Z[ recovery-image] Sep 11 21:50:07.447 INFO O| Sep 11 21:50:07.447 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-09-11T21:50:07.841Z[ recovery-image] Sep 11 21:50:07.463 INFO O| Sep 11 21:50:07.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68422024-09-11T21:50:07.841Z[ recovery-image] Sep 11 21:50:07.464 INFO O| Sep 11 21:50:07.464 INFO STEP 939 (remove_files) COMPLETE
68432024-09-11T21:50:07.841Z[ recovery-image] Sep 11 21:50:07.464 INFO O| Sep 11 21:50:07.464 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-09-11T21:50:07.865Z[ recovery-image] Sep 11 21:50:07.479 INFO O| Sep 11 21:50:07.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68452024-09-11T21:50:07.865Z[ recovery-image] Sep 11 21:50:07.479 INFO O| Sep 11 21:50:07.479 INFO STEP 940 (remove_files) COMPLETE
68462024-09-11T21:50:07.865Z[ recovery-image] Sep 11 21:50:07.480 INFO O| Sep 11 21:50:07.479 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-09-11T21:50:07.865Z[ recovery-image] Sep 11 21:50:07.495 INFO O| Sep 11 21:50:07.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68482024-09-11T21:50:07.865Z[ recovery-image] Sep 11 21:50:07.496 INFO O| Sep 11 21:50:07.495 INFO STEP 941 (remove_files) COMPLETE
68492024-09-11T21:50:07.865Z[ recovery-image] Sep 11 21:50:07.496 INFO O| Sep 11 21:50:07.495 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-09-11T21:50:07.889Z[ recovery-image] Sep 11 21:50:07.512 INFO O| Sep 11 21:50:07.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68512024-09-11T21:50:07.889Z[ recovery-image] Sep 11 21:50:07.512 INFO O| Sep 11 21:50:07.512 INFO STEP 942 (remove_files) COMPLETE
68522024-09-11T21:50:07.889Z[ recovery-image] Sep 11 21:50:07.512 INFO O| Sep 11 21:50:07.512 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-09-11T21:50:07.889Z[ recovery-image] Sep 11 21:50:07.529 INFO O| Sep 11 21:50:07.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68542024-09-11T21:50:07.889Z[ recovery-image] Sep 11 21:50:07.529 INFO O| Sep 11 21:50:07.529 INFO STEP 943 (remove_files) COMPLETE
68552024-09-11T21:50:07.889Z[ recovery-image] Sep 11 21:50:07.529 INFO O| Sep 11 21:50:07.529 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-09-11T21:50:07.914Z[ recovery-image] Sep 11 21:50:07.545 INFO O| Sep 11 21:50:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68572024-09-11T21:50:07.914Z[ recovery-image] Sep 11 21:50:07.545 INFO O| Sep 11 21:50:07.545 INFO STEP 944 (remove_files) COMPLETE
68582024-09-11T21:50:07.914Z[ recovery-image] Sep 11 21:50:07.545 INFO O| Sep 11 21:50:07.545 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-09-11T21:50:07.938Z[ recovery-image] Sep 11 21:50:07.565 INFO O| Sep 11 21:50:07.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68602024-09-11T21:50:07.938Z[ recovery-image] Sep 11 21:50:07.565 INFO O| Sep 11 21:50:07.565 INFO STEP 945 (remove_files) COMPLETE
68612024-09-11T21:50:07.938Z[ recovery-image] Sep 11 21:50:07.565 INFO O| Sep 11 21:50:07.565 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-09-11T21:50:07.962Z[ recovery-image] Sep 11 21:50:07.582 INFO O| Sep 11 21:50:07.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68632024-09-11T21:50:07.962Z[ recovery-image] Sep 11 21:50:07.582 INFO O| Sep 11 21:50:07.582 INFO STEP 946 (remove_files) COMPLETE
68642024-09-11T21:50:07.962Z[ recovery-image] Sep 11 21:50:07.582 INFO O| Sep 11 21:50:07.582 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-09-11T21:50:07.962Z[ recovery-image] Sep 11 21:50:07.597 INFO O| Sep 11 21:50:07.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
68662024-09-11T21:50:07.962Z[ recovery-image] Sep 11 21:50:07.598 INFO O| Sep 11 21:50:07.598 INFO STEP 947 (remove_files) COMPLETE
68672024-09-11T21:50:07.962Z[ recovery-image] Sep 11 21:50:07.598 INFO O| Sep 11 21:50:07.598 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-09-11T21:50:07.985Z[ recovery-image] Sep 11 21:50:07.615 INFO O| Sep 11 21:50:07.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
68692024-09-11T21:50:07.986Z[ recovery-image] Sep 11 21:50:07.615 INFO O| Sep 11 21:50:07.615 INFO STEP 948 (remove_files) COMPLETE
68702024-09-11T21:50:07.986Z[ recovery-image] Sep 11 21:50:07.615 INFO O| Sep 11 21:50:07.615 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-09-11T21:50:08.010Z[ recovery-image] Sep 11 21:50:07.631 INFO O| Sep 11 21:50:07.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
68722024-09-11T21:50:08.010Z[ recovery-image] Sep 11 21:50:07.632 INFO O| Sep 11 21:50:07.632 INFO STEP 949 (remove_files) COMPLETE
68732024-09-11T21:50:08.010Z[ recovery-image] Sep 11 21:50:07.632 INFO O| Sep 11 21:50:07.632 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-09-11T21:50:08.010Z[ recovery-image] Sep 11 21:50:07.648 INFO O| Sep 11 21:50:07.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
68752024-09-11T21:50:08.010Z[ recovery-image] Sep 11 21:50:07.648 INFO O| Sep 11 21:50:07.648 INFO STEP 950 (remove_files) COMPLETE
68762024-09-11T21:50:08.010Z[ recovery-image] Sep 11 21:50:07.648 INFO O| Sep 11 21:50:07.648 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-09-11T21:50:08.034Z[ recovery-image] Sep 11 21:50:07.665 INFO O| Sep 11 21:50:07.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
68782024-09-11T21:50:08.034Z[ recovery-image] Sep 11 21:50:07.665 INFO O| Sep 11 21:50:07.665 INFO STEP 951 (remove_files) COMPLETE
68792024-09-11T21:50:08.034Z[ recovery-image] Sep 11 21:50:07.666 INFO O| Sep 11 21:50:07.665 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-09-11T21:50:08.059Z[ recovery-image] Sep 11 21:50:07.684 INFO O| Sep 11 21:50:07.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
68812024-09-11T21:50:08.059Z[ recovery-image] Sep 11 21:50:07.684 INFO O| Sep 11 21:50:07.684 INFO STEP 952 (remove_files) COMPLETE
68822024-09-11T21:50:08.059Z[ recovery-image] Sep 11 21:50:07.684 INFO O| Sep 11 21:50:07.684 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-09-11T21:50:08.082Z[ recovery-image] Sep 11 21:50:07.710 INFO O| Sep 11 21:50:07.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
68842024-09-11T21:50:08.083Z[ recovery-image] Sep 11 21:50:07.710 INFO O| Sep 11 21:50:07.710 INFO STEP 953 (remove_files) COMPLETE
68852024-09-11T21:50:08.083Z[ recovery-image] Sep 11 21:50:07.710 INFO O| Sep 11 21:50:07.710 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-09-11T21:50:08.108Z[ recovery-image] Sep 11 21:50:07.736 INFO O| Sep 11 21:50:07.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
68872024-09-11T21:50:08.108Z[ recovery-image] Sep 11 21:50:07.737 INFO O| Sep 11 21:50:07.736 INFO STEP 954 (remove_files) COMPLETE
68882024-09-11T21:50:08.108Z[ recovery-image] Sep 11 21:50:07.737 INFO O| Sep 11 21:50:07.737 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-09-11T21:50:08.132Z[ recovery-image] Sep 11 21:50:07.762 INFO O| Sep 11 21:50:07.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
68902024-09-11T21:50:08.132Z[ recovery-image] Sep 11 21:50:07.762 INFO O| Sep 11 21:50:07.762 INFO STEP 955 (remove_files) COMPLETE
68912024-09-11T21:50:08.132Z[ recovery-image] Sep 11 21:50:07.762 INFO O| Sep 11 21:50:07.762 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-09-11T21:50:08.156Z[ recovery-image] Sep 11 21:50:07.789 INFO O| Sep 11 21:50:07.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
68932024-09-11T21:50:08.156Z[ recovery-image] Sep 11 21:50:07.789 INFO O| Sep 11 21:50:07.789 INFO STEP 956 (remove_files) COMPLETE
68942024-09-11T21:50:08.156Z[ recovery-image] Sep 11 21:50:07.789 INFO O| Sep 11 21:50:07.789 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-09-11T21:50:08.180Z[ recovery-image] Sep 11 21:50:07.810 INFO O| Sep 11 21:50:07.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
68962024-09-11T21:50:08.180Z[ recovery-image] Sep 11 21:50:07.810 INFO O| Sep 11 21:50:07.810 INFO STEP 957 (remove_files) COMPLETE
68972024-09-11T21:50:08.180Z[ recovery-image] Sep 11 21:50:07.810 INFO O| Sep 11 21:50:07.810 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-09-11T21:50:08.204Z[ recovery-image] Sep 11 21:50:07.834 INFO O| Sep 11 21:50:07.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
68992024-09-11T21:50:08.204Z[ recovery-image] Sep 11 21:50:07.834 INFO O| Sep 11 21:50:07.834 INFO STEP 958 (remove_files) COMPLETE
69002024-09-11T21:50:08.204Z[ recovery-image] Sep 11 21:50:07.834 INFO O| Sep 11 21:50:07.834 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-09-11T21:50:08.228Z[ recovery-image] Sep 11 21:50:07.853 INFO O| Sep 11 21:50:07.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69022024-09-11T21:50:08.228Z[ recovery-image] Sep 11 21:50:07.853 INFO O| Sep 11 21:50:07.853 INFO STEP 959 (remove_files) COMPLETE
69032024-09-11T21:50:08.228Z[ recovery-image] Sep 11 21:50:07.853 INFO O| Sep 11 21:50:07.853 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-09-11T21:50:08.252Z[ recovery-image] Sep 11 21:50:07.871 INFO O| Sep 11 21:50:07.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69052024-09-11T21:50:08.253Z[ recovery-image] Sep 11 21:50:07.871 INFO O| Sep 11 21:50:07.871 INFO STEP 960 (remove_files) COMPLETE
69062024-09-11T21:50:08.253Z[ recovery-image] Sep 11 21:50:07.871 INFO O| Sep 11 21:50:07.871 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-09-11T21:50:08.253Z[ recovery-image] Sep 11 21:50:07.887 INFO O| Sep 11 21:50:07.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69082024-09-11T21:50:08.253Z[ recovery-image] Sep 11 21:50:07.887 INFO O| Sep 11 21:50:07.887 INFO STEP 961 (remove_files) COMPLETE
69092024-09-11T21:50:08.253Z[ recovery-image] Sep 11 21:50:07.887 INFO O| Sep 11 21:50:07.887 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-09-11T21:50:08.277Z[ recovery-image] Sep 11 21:50:07.903 INFO O| Sep 11 21:50:07.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69112024-09-11T21:50:08.277Z[ recovery-image] Sep 11 21:50:07.903 INFO O| Sep 11 21:50:07.903 INFO STEP 962 (remove_files) COMPLETE
69122024-09-11T21:50:08.277Z[ recovery-image] Sep 11 21:50:07.903 INFO O| Sep 11 21:50:07.903 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-09-11T21:50:08.301Z[ recovery-image] Sep 11 21:50:07.924 INFO O| Sep 11 21:50:07.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69142024-09-11T21:50:08.301Z[ recovery-image] Sep 11 21:50:07.924 INFO O| Sep 11 21:50:07.924 INFO STEP 963 (remove_files) COMPLETE
69152024-09-11T21:50:08.301Z[ recovery-image] Sep 11 21:50:07.924 INFO O| Sep 11 21:50:07.924 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-09-11T21:50:08.325Z[ recovery-image] Sep 11 21:50:07.943 INFO O| Sep 11 21:50:07.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69172024-09-11T21:50:08.325Z[ recovery-image] Sep 11 21:50:07.943 INFO O| Sep 11 21:50:07.943 INFO STEP 964 (remove_files) COMPLETE
69182024-09-11T21:50:08.325Z[ recovery-image] Sep 11 21:50:07.943 INFO O| Sep 11 21:50:07.943 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-09-11T21:50:08.325Z[ recovery-image] Sep 11 21:50:07.960 INFO O| Sep 11 21:50:07.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69202024-09-11T21:50:08.325Z[ recovery-image] Sep 11 21:50:07.960 INFO O| Sep 11 21:50:07.960 INFO STEP 965 (remove_files) COMPLETE
69212024-09-11T21:50:08.325Z[ recovery-image] Sep 11 21:50:07.960 INFO O| Sep 11 21:50:07.960 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-09-11T21:50:08.349Z[ recovery-image] Sep 11 21:50:07.976 INFO O| Sep 11 21:50:07.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69232024-09-11T21:50:08.349Z[ recovery-image] Sep 11 21:50:07.976 INFO O| Sep 11 21:50:07.976 INFO STEP 966 (remove_files) COMPLETE
69242024-09-11T21:50:08.349Z[ recovery-image] Sep 11 21:50:07.976 INFO O| Sep 11 21:50:07.976 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-09-11T21:50:08.376Z[ recovery-image] Sep 11 21:50:07.992 INFO O| Sep 11 21:50:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69262024-09-11T21:50:08.377Z[ recovery-image] Sep 11 21:50:07.992 INFO O| Sep 11 21:50:07.992 INFO STEP 967 (remove_files) COMPLETE
69272024-09-11T21:50:08.377Z[ recovery-image] Sep 11 21:50:07.992 INFO O| Sep 11 21:50:07.992 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-09-11T21:50:08.377Z[ recovery-image] Sep 11 21:50:08.010 INFO O| Sep 11 21:50:08.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69292024-09-11T21:50:08.377Z[ recovery-image] Sep 11 21:50:08.010 INFO O| Sep 11 21:50:08.010 INFO STEP 968 (remove_files) COMPLETE
69302024-09-11T21:50:08.377Z[ recovery-image] Sep 11 21:50:08.010 INFO O| Sep 11 21:50:08.010 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-09-11T21:50:08.401Z[ recovery-image] Sep 11 21:50:08.031 INFO O| Sep 11 21:50:08.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69322024-09-11T21:50:08.401Z[ recovery-image] Sep 11 21:50:08.031 INFO O| Sep 11 21:50:08.031 INFO STEP 969 (remove_files) COMPLETE
69332024-09-11T21:50:08.401Z[ recovery-image] Sep 11 21:50:08.031 INFO O| Sep 11 21:50:08.031 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-09-11T21:50:08.425Z[ recovery-image] Sep 11 21:50:08.050 INFO O| Sep 11 21:50:08.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69352024-09-11T21:50:08.425Z[ recovery-image] Sep 11 21:50:08.050 INFO O| Sep 11 21:50:08.050 INFO STEP 970 (remove_files) COMPLETE
69362024-09-11T21:50:08.425Z[ recovery-image] Sep 11 21:50:08.050 INFO O| Sep 11 21:50:08.050 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-09-11T21:50:08.425Z[ recovery-image] Sep 11 21:50:08.065 INFO O| Sep 11 21:50:08.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69382024-09-11T21:50:08.425Z[ recovery-image] Sep 11 21:50:08.065 INFO O| Sep 11 21:50:08.065 INFO STEP 971 (remove_files) COMPLETE
69392024-09-11T21:50:08.425Z[ recovery-image] Sep 11 21:50:08.065 INFO O| Sep 11 21:50:08.065 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-09-11T21:50:08.449Z[ recovery-image] Sep 11 21:50:08.080 INFO O| Sep 11 21:50:08.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69412024-09-11T21:50:08.449Z[ recovery-image] Sep 11 21:50:08.080 INFO O| Sep 11 21:50:08.080 INFO STEP 972 (remove_files) COMPLETE
69422024-09-11T21:50:08.449Z[ recovery-image] Sep 11 21:50:08.080 INFO O| Sep 11 21:50:08.080 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-09-11T21:50:08.473Z[ recovery-image] Sep 11 21:50:08.097 INFO O| Sep 11 21:50:08.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69442024-09-11T21:50:08.473Z[ recovery-image] Sep 11 21:50:08.097 INFO O| Sep 11 21:50:08.097 INFO STEP 973 (remove_files) COMPLETE
69452024-09-11T21:50:08.473Z[ recovery-image] Sep 11 21:50:08.097 INFO O| Sep 11 21:50:08.097 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-09-11T21:50:08.498Z[ recovery-image] Sep 11 21:50:08.116 INFO O| Sep 11 21:50:08.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69472024-09-11T21:50:08.498Z[ recovery-image] Sep 11 21:50:08.116 INFO O| Sep 11 21:50:08.116 INFO STEP 974 (remove_files) COMPLETE
69482024-09-11T21:50:08.498Z[ recovery-image] Sep 11 21:50:08.116 INFO O| Sep 11 21:50:08.116 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-09-11T21:50:08.498Z[ recovery-image] Sep 11 21:50:08.133 INFO O| Sep 11 21:50:08.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69502024-09-11T21:50:08.498Z[ recovery-image] Sep 11 21:50:08.133 INFO O| Sep 11 21:50:08.133 INFO STEP 975 (remove_files) COMPLETE
69512024-09-11T21:50:08.498Z[ recovery-image] Sep 11 21:50:08.133 INFO O| Sep 11 21:50:08.133 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-09-11T21:50:08.522Z[ recovery-image] Sep 11 21:50:08.149 INFO O| Sep 11 21:50:08.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69532024-09-11T21:50:08.522Z[ recovery-image] Sep 11 21:50:08.149 INFO O| Sep 11 21:50:08.149 INFO STEP 976 (remove_files) COMPLETE
69542024-09-11T21:50:08.522Z[ recovery-image] Sep 11 21:50:08.149 INFO O| Sep 11 21:50:08.149 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-09-11T21:50:08.546Z[ recovery-image] Sep 11 21:50:08.166 INFO O| Sep 11 21:50:08.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69562024-09-11T21:50:08.546Z[ recovery-image] Sep 11 21:50:08.166 INFO O| Sep 11 21:50:08.166 INFO STEP 977 (remove_files) COMPLETE
69572024-09-11T21:50:08.546Z[ recovery-image] Sep 11 21:50:08.166 INFO O| Sep 11 21:50:08.166 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-09-11T21:50:08.546Z[ host-image] Sep 11 21:50:08.170 INFO O| Sep 11 21:50:08.170 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
69592024-09-11T21:50:08.546Z[ recovery-image] Sep 11 21:50:08.181 INFO O| Sep 11 21:50:08.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69602024-09-11T21:50:08.546Z[ recovery-image] Sep 11 21:50:08.181 INFO O| Sep 11 21:50:08.181 INFO STEP 978 (remove_files) COMPLETE
69612024-09-11T21:50:08.546Z[ recovery-image] Sep 11 21:50:08.181 INFO O| Sep 11 21:50:08.181 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-09-11T21:50:08.570Z[ recovery-image] Sep 11 21:50:08.196 INFO O| Sep 11 21:50:08.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69632024-09-11T21:50:08.570Z[ recovery-image] Sep 11 21:50:08.196 INFO O| Sep 11 21:50:08.196 INFO STEP 979 (remove_files) COMPLETE
69642024-09-11T21:50:08.570Z[ recovery-image] Sep 11 21:50:08.196 INFO O| Sep 11 21:50:08.196 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-09-11T21:50:08.570Z[ recovery-image] Sep 11 21:50:08.212 INFO O| Sep 11 21:50:08.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69662024-09-11T21:50:08.570Z[ recovery-image] Sep 11 21:50:08.212 INFO O| Sep 11 21:50:08.212 INFO STEP 980 (remove_files) COMPLETE
69672024-09-11T21:50:08.570Z[ recovery-image] Sep 11 21:50:08.212 INFO O| Sep 11 21:50:08.212 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-09-11T21:50:08.594Z[ recovery-image] Sep 11 21:50:08.227 INFO O| Sep 11 21:50:08.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
69692024-09-11T21:50:08.594Z[ recovery-image] Sep 11 21:50:08.227 INFO O| Sep 11 21:50:08.227 INFO STEP 981 (remove_files) COMPLETE
69702024-09-11T21:50:08.594Z[ recovery-image] Sep 11 21:50:08.227 INFO O| Sep 11 21:50:08.227 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-09-11T21:50:08.618Z[ recovery-image] Sep 11 21:50:08.242 INFO O| Sep 11 21:50:08.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
69722024-09-11T21:50:08.618Z[ recovery-image] Sep 11 21:50:08.242 INFO O| Sep 11 21:50:08.242 INFO STEP 982 (remove_files) COMPLETE
69732024-09-11T21:50:08.618Z[ recovery-image] Sep 11 21:50:08.243 INFO O| Sep 11 21:50:08.242 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-09-11T21:50:08.643Z[ recovery-image] Sep 11 21:50:08.262 INFO O| Sep 11 21:50:08.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
69752024-09-11T21:50:08.643Z[ recovery-image] Sep 11 21:50:08.262 INFO O| Sep 11 21:50:08.262 INFO STEP 983 (remove_files) COMPLETE
69762024-09-11T21:50:08.643Z[ recovery-image] Sep 11 21:50:08.262 INFO O| Sep 11 21:50:08.262 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-09-11T21:50:08.643Z[ recovery-image] Sep 11 21:50:08.277 INFO O| Sep 11 21:50:08.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
69782024-09-11T21:50:08.643Z[ recovery-image] Sep 11 21:50:08.278 INFO O| Sep 11 21:50:08.278 INFO STEP 984 (remove_files) COMPLETE
69792024-09-11T21:50:08.643Z[ recovery-image] Sep 11 21:50:08.278 INFO O| Sep 11 21:50:08.278 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-09-11T21:50:08.667Z[ recovery-image] Sep 11 21:50:08.293 INFO O| Sep 11 21:50:08.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
69812024-09-11T21:50:08.667Z[ recovery-image] Sep 11 21:50:08.293 INFO O| Sep 11 21:50:08.293 INFO STEP 985 (remove_files) COMPLETE
69822024-09-11T21:50:08.667Z[ recovery-image] Sep 11 21:50:08.293 INFO O| Sep 11 21:50:08.293 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-09-11T21:50:08.691Z[ recovery-image] Sep 11 21:50:08.315 INFO O| Sep 11 21:50:08.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
69842024-09-11T21:50:08.691Z[ recovery-image] Sep 11 21:50:08.315 INFO O| Sep 11 21:50:08.315 INFO STEP 986 (remove_files) COMPLETE
69852024-09-11T21:50:08.691Z[ recovery-image] Sep 11 21:50:08.315 INFO O| Sep 11 21:50:08.315 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-09-11T21:50:08.691Z[ recovery-image] Sep 11 21:50:08.332 INFO O| Sep 11 21:50:08.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
69872024-09-11T21:50:08.691Z[ recovery-image] Sep 11 21:50:08.332 INFO O| Sep 11 21:50:08.332 INFO STEP 987 (remove_files) COMPLETE
69882024-09-11T21:50:08.691Z[ recovery-image] Sep 11 21:50:08.332 INFO O| Sep 11 21:50:08.332 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-09-11T21:50:08.715Z[ recovery-image] Sep 11 21:50:08.347 INFO O| Sep 11 21:50:08.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
69902024-09-11T21:50:08.715Z[ recovery-image] Sep 11 21:50:08.348 INFO O| Sep 11 21:50:08.347 INFO STEP 988 (remove_files) COMPLETE
69912024-09-11T21:50:08.715Z[ recovery-image] Sep 11 21:50:08.348 INFO O| Sep 11 21:50:08.348 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-09-11T21:50:08.739Z[ recovery-image] Sep 11 21:50:08.363 INFO O| Sep 11 21:50:08.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
69932024-09-11T21:50:08.739Z[ recovery-image] Sep 11 21:50:08.363 INFO O| Sep 11 21:50:08.363 INFO STEP 989 (remove_files) COMPLETE
69942024-09-11T21:50:08.739Z[ recovery-image] Sep 11 21:50:08.363 INFO O| Sep 11 21:50:08.363 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-09-11T21:50:08.739Z[ recovery-image] Sep 11 21:50:08.379 INFO O| Sep 11 21:50:08.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
69962024-09-11T21:50:08.739Z[ recovery-image] Sep 11 21:50:08.380 INFO O| Sep 11 21:50:08.380 INFO STEP 990 (remove_files) COMPLETE
69972024-09-11T21:50:08.739Z[ recovery-image] Sep 11 21:50:08.380 INFO O| Sep 11 21:50:08.380 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-09-11T21:50:08.764Z[ recovery-image] Sep 11 21:50:08.395 INFO O| Sep 11 21:50:08.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
69992024-09-11T21:50:08.764Z[ recovery-image] Sep 11 21:50:08.395 INFO O| Sep 11 21:50:08.395 INFO STEP 991 (remove_files) COMPLETE
70002024-09-11T21:50:08.764Z[ recovery-image] Sep 11 21:50:08.395 INFO O| Sep 11 21:50:08.395 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-09-11T21:50:08.788Z[ recovery-image] Sep 11 21:50:08.411 INFO O| Sep 11 21:50:08.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70022024-09-11T21:50:08.788Z[ recovery-image] Sep 11 21:50:08.412 INFO O| Sep 11 21:50:08.411 INFO STEP 992 (remove_files) COMPLETE
70032024-09-11T21:50:08.788Z[ recovery-image] Sep 11 21:50:08.412 INFO O| Sep 11 21:50:08.412 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-09-11T21:50:08.788Z[ recovery-image] Sep 11 21:50:08.427 INFO O| Sep 11 21:50:08.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70052024-09-11T21:50:08.788Z[ recovery-image] Sep 11 21:50:08.428 INFO O| Sep 11 21:50:08.428 INFO STEP 993 (remove_files) COMPLETE
70062024-09-11T21:50:08.788Z[ recovery-image] Sep 11 21:50:08.428 INFO O| Sep 11 21:50:08.428 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-09-11T21:50:08.812Z[ recovery-image] Sep 11 21:50:08.448 INFO O| Sep 11 21:50:08.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70082024-09-11T21:50:08.812Z[ recovery-image] Sep 11 21:50:08.448 INFO O| Sep 11 21:50:08.448 INFO STEP 994 (remove_files) COMPLETE
70092024-09-11T21:50:08.812Z[ recovery-image] Sep 11 21:50:08.448 INFO O| Sep 11 21:50:08.448 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-09-11T21:50:08.836Z[ recovery-image] Sep 11 21:50:08.466 INFO O| Sep 11 21:50:08.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70112024-09-11T21:50:08.836Z[ recovery-image] Sep 11 21:50:08.466 INFO O| Sep 11 21:50:08.466 INFO STEP 995 (remove_files) COMPLETE
70122024-09-11T21:50:08.836Z[ recovery-image] Sep 11 21:50:08.466 INFO O| Sep 11 21:50:08.466 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-09-11T21:50:08.860Z[ recovery-image] Sep 11 21:50:08.486 INFO O| Sep 11 21:50:08.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70142024-09-11T21:50:08.860Z[ recovery-image] Sep 11 21:50:08.486 INFO O| Sep 11 21:50:08.486 INFO STEP 996 (remove_files) COMPLETE
70152024-09-11T21:50:08.860Z[ recovery-image] Sep 11 21:50:08.486 INFO O| Sep 11 21:50:08.486 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-09-11T21:50:08.884Z[ recovery-image] Sep 11 21:50:08.503 INFO O| Sep 11 21:50:08.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70172024-09-11T21:50:08.884Z[ recovery-image] Sep 11 21:50:08.503 INFO O| Sep 11 21:50:08.503 INFO STEP 997 (remove_files) COMPLETE
70182024-09-11T21:50:08.884Z[ recovery-image] Sep 11 21:50:08.503 INFO O| Sep 11 21:50:08.503 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-09-11T21:50:08.884Z[ recovery-image] Sep 11 21:50:08.520 INFO O| Sep 11 21:50:08.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70202024-09-11T21:50:08.884Z[ recovery-image] Sep 11 21:50:08.520 INFO O| Sep 11 21:50:08.520 INFO STEP 998 (remove_files) COMPLETE
70212024-09-11T21:50:08.884Z[ recovery-image] Sep 11 21:50:08.520 INFO O| Sep 11 21:50:08.520 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-09-11T21:50:08.908Z[ recovery-image] Sep 11 21:50:08.535 INFO O| Sep 11 21:50:08.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70232024-09-11T21:50:08.908Z[ recovery-image] Sep 11 21:50:08.536 INFO O| Sep 11 21:50:08.535 INFO STEP 999 (remove_files) COMPLETE
70242024-09-11T21:50:08.908Z[ recovery-image] Sep 11 21:50:08.536 INFO O| Sep 11 21:50:08.535 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-09-11T21:50:08.932Z[ recovery-image] Sep 11 21:50:08.551 INFO O| Sep 11 21:50:08.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70262024-09-11T21:50:08.932Z[ recovery-image] Sep 11 21:50:08.551 INFO O| Sep 11 21:50:08.551 INFO STEP 1000 (remove_files) COMPLETE
70272024-09-11T21:50:08.932Z[ recovery-image] Sep 11 21:50:08.551 INFO O| Sep 11 21:50:08.551 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-09-11T21:50:08.932Z[ recovery-image] Sep 11 21:50:08.566 INFO O| Sep 11 21:50:08.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70292024-09-11T21:50:08.932Z[ recovery-image] Sep 11 21:50:08.566 INFO O| Sep 11 21:50:08.566 INFO STEP 1001 (remove_files) COMPLETE
70302024-09-11T21:50:08.932Z[ recovery-image] Sep 11 21:50:08.566 INFO O| Sep 11 21:50:08.566 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-09-11T21:50:08.956Z[ recovery-image] Sep 11 21:50:08.581 INFO O| Sep 11 21:50:08.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70322024-09-11T21:50:08.956Z[ recovery-image] Sep 11 21:50:08.581 INFO O| Sep 11 21:50:08.581 INFO STEP 1002 (remove_files) COMPLETE
70332024-09-11T21:50:08.956Z[ recovery-image] Sep 11 21:50:08.581 INFO O| Sep 11 21:50:08.581 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-09-11T21:50:08.956Z[ recovery-image] Sep 11 21:50:08.595 INFO O| Sep 11 21:50:08.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70352024-09-11T21:50:08.956Z[ recovery-image] Sep 11 21:50:08.596 INFO O| Sep 11 21:50:08.595 INFO STEP 1003 (remove_files) COMPLETE
70362024-09-11T21:50:08.956Z[ recovery-image] Sep 11 21:50:08.596 INFO O| Sep 11 21:50:08.596 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-09-11T21:50:08.980Z[ recovery-image] Sep 11 21:50:08.610 INFO O| Sep 11 21:50:08.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70382024-09-11T21:50:08.981Z[ recovery-image] Sep 11 21:50:08.610 INFO O| Sep 11 21:50:08.610 INFO STEP 1004 (remove_files) COMPLETE
70392024-09-11T21:50:08.981Z[ recovery-image] Sep 11 21:50:08.610 INFO O| Sep 11 21:50:08.610 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-09-11T21:50:09.005Z[ recovery-image] Sep 11 21:50:08.625 INFO O| Sep 11 21:50:08.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70412024-09-11T21:50:09.005Z[ recovery-image] Sep 11 21:50:08.625 INFO O| Sep 11 21:50:08.625 INFO STEP 1005 (remove_files) COMPLETE
70422024-09-11T21:50:09.005Z[ recovery-image] Sep 11 21:50:08.625 INFO O| Sep 11 21:50:08.625 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-09-11T21:50:09.005Z[ recovery-image] Sep 11 21:50:08.640 INFO O| Sep 11 21:50:08.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70442024-09-11T21:50:09.005Z[ recovery-image] Sep 11 21:50:08.640 INFO O| Sep 11 21:50:08.640 INFO STEP 1006 (remove_files) COMPLETE
70452024-09-11T21:50:09.005Z[ recovery-image] Sep 11 21:50:08.640 INFO O| Sep 11 21:50:08.640 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-09-11T21:50:09.029Z[ recovery-image] Sep 11 21:50:08.654 INFO O| Sep 11 21:50:08.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70472024-09-11T21:50:09.029Z[ recovery-image] Sep 11 21:50:08.654 INFO O| Sep 11 21:50:08.654 INFO STEP 1007 (remove_files) COMPLETE
70482024-09-11T21:50:09.029Z[ recovery-image] Sep 11 21:50:08.654 INFO O| Sep 11 21:50:08.654 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-09-11T21:50:09.054Z[ recovery-image] Sep 11 21:50:08.672 INFO O| Sep 11 21:50:08.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70502024-09-11T21:50:09.054Z[ recovery-image] Sep 11 21:50:08.672 INFO O| Sep 11 21:50:08.672 INFO STEP 1008 (remove_files) COMPLETE
70512024-09-11T21:50:09.054Z[ recovery-image] Sep 11 21:50:08.672 INFO O| Sep 11 21:50:08.672 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-09-11T21:50:09.054Z[ recovery-image] Sep 11 21:50:08.689 INFO O| Sep 11 21:50:08.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70532024-09-11T21:50:09.054Z[ recovery-image] Sep 11 21:50:08.690 INFO O| Sep 11 21:50:08.689 INFO STEP 1009 (remove_files) COMPLETE
70542024-09-11T21:50:09.054Z[ recovery-image] Sep 11 21:50:08.690 INFO O| Sep 11 21:50:08.690 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-09-11T21:50:09.078Z[ recovery-image] Sep 11 21:50:08.706 INFO O| Sep 11 21:50:08.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70562024-09-11T21:50:09.078Z[ recovery-image] Sep 11 21:50:08.706 INFO O| Sep 11 21:50:08.706 INFO STEP 1010 (remove_files) COMPLETE
70572024-09-11T21:50:09.078Z[ recovery-image] Sep 11 21:50:08.706 INFO O| Sep 11 21:50:08.706 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-09-11T21:50:09.102Z[ recovery-image] Sep 11 21:50:08.727 INFO O| Sep 11 21:50:08.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70592024-09-11T21:50:09.102Z[ recovery-image] Sep 11 21:50:08.727 INFO O| Sep 11 21:50:08.727 INFO STEP 1011 (remove_files) COMPLETE
70602024-09-11T21:50:09.102Z[ recovery-image] Sep 11 21:50:08.727 INFO O| Sep 11 21:50:08.727 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-09-11T21:50:09.126Z[ recovery-image] Sep 11 21:50:08.745 INFO O| Sep 11 21:50:08.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70622024-09-11T21:50:09.126Z[ recovery-image] Sep 11 21:50:08.745 INFO O| Sep 11 21:50:08.745 INFO STEP 1012 (remove_files) COMPLETE
70632024-09-11T21:50:09.126Z[ recovery-image] Sep 11 21:50:08.745 INFO O| Sep 11 21:50:08.745 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-09-11T21:50:09.126Z[ recovery-image] Sep 11 21:50:08.766 INFO O| Sep 11 21:50:08.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70652024-09-11T21:50:09.126Z[ recovery-image] Sep 11 21:50:08.766 INFO O| Sep 11 21:50:08.766 INFO STEP 1013 (remove_files) COMPLETE
70662024-09-11T21:50:09.126Z[ recovery-image] Sep 11 21:50:08.766 INFO O| Sep 11 21:50:08.766 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-09-11T21:50:09.150Z[ recovery-image] Sep 11 21:50:08.784 INFO O| Sep 11 21:50:08.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
70682024-09-11T21:50:09.150Z[ recovery-image] Sep 11 21:50:08.784 INFO O| Sep 11 21:50:08.784 INFO STEP 1014 (remove_files) COMPLETE
70692024-09-11T21:50:09.150Z[ recovery-image] Sep 11 21:50:08.784 INFO O| Sep 11 21:50:08.784 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-09-11T21:50:09.174Z[ recovery-image] Sep 11 21:50:08.801 INFO O| Sep 11 21:50:08.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
70712024-09-11T21:50:09.174Z[ recovery-image] Sep 11 21:50:08.801 INFO O| Sep 11 21:50:08.801 INFO STEP 1015 (remove_files) COMPLETE
70722024-09-11T21:50:09.174Z[ recovery-image] Sep 11 21:50:08.801 INFO O| Sep 11 21:50:08.801 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-09-11T21:50:09.198Z[ recovery-image] Sep 11 21:50:08.817 INFO O| Sep 11 21:50:08.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
70742024-09-11T21:50:09.198Z[ recovery-image] Sep 11 21:50:08.817 INFO O| Sep 11 21:50:08.817 INFO STEP 1016 (remove_files) COMPLETE
70752024-09-11T21:50:09.198Z[ recovery-image] Sep 11 21:50:08.817 INFO O| Sep 11 21:50:08.817 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-09-11T21:50:09.198Z[ recovery-image] Sep 11 21:50:08.838 INFO O| Sep 11 21:50:08.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
70772024-09-11T21:50:09.198Z[ recovery-image] Sep 11 21:50:08.838 INFO O| Sep 11 21:50:08.838 INFO STEP 1017 (remove_files) COMPLETE
70782024-09-11T21:50:09.198Z[ recovery-image] Sep 11 21:50:08.838 INFO O| Sep 11 21:50:08.838 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-09-11T21:50:09.223Z[ recovery-image] Sep 11 21:50:08.855 INFO O| Sep 11 21:50:08.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
70802024-09-11T21:50:09.223Z[ recovery-image] Sep 11 21:50:08.855 INFO O| Sep 11 21:50:08.855 INFO STEP 1018 (remove_files) COMPLETE
70812024-09-11T21:50:09.223Z[ recovery-image] Sep 11 21:50:08.855 INFO O| Sep 11 21:50:08.855 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-09-11T21:50:09.247Z[ recovery-image] Sep 11 21:50:08.872 INFO O| Sep 11 21:50:08.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
70832024-09-11T21:50:09.247Z[ recovery-image] Sep 11 21:50:08.872 INFO O| Sep 11 21:50:08.872 INFO STEP 1019 (remove_files) COMPLETE
70842024-09-11T21:50:09.247Z[ recovery-image] Sep 11 21:50:08.872 INFO O| Sep 11 21:50:08.872 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-09-11T21:50:09.271Z[ recovery-image] Sep 11 21:50:08.889 INFO O| Sep 11 21:50:08.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
70862024-09-11T21:50:09.271Z[ recovery-image] Sep 11 21:50:08.890 INFO O| Sep 11 21:50:08.890 INFO STEP 1020 (remove_files) COMPLETE
70872024-09-11T21:50:09.271Z[ recovery-image] Sep 11 21:50:08.890 INFO O| Sep 11 21:50:08.890 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-09-11T21:50:09.271Z[ recovery-image] Sep 11 21:50:08.907 INFO O| Sep 11 21:50:08.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
70892024-09-11T21:50:09.271Z[ recovery-image] Sep 11 21:50:08.907 INFO O| Sep 11 21:50:08.907 INFO STEP 1021 (remove_files) COMPLETE
70902024-09-11T21:50:09.271Z[ recovery-image] Sep 11 21:50:08.907 INFO O| Sep 11 21:50:08.907 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-09-11T21:50:09.295Z[ recovery-image] Sep 11 21:50:08.924 INFO O| Sep 11 21:50:08.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
70922024-09-11T21:50:09.295Z[ recovery-image] Sep 11 21:50:08.924 INFO O| Sep 11 21:50:08.924 INFO STEP 1022 (remove_files) COMPLETE
70932024-09-11T21:50:09.295Z[ recovery-image] Sep 11 21:50:08.924 INFO O| Sep 11 21:50:08.924 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-09-11T21:50:09.319Z[ recovery-image] Sep 11 21:50:08.940 INFO O| Sep 11 21:50:08.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
70952024-09-11T21:50:09.319Z[ recovery-image] Sep 11 21:50:08.940 INFO O| Sep 11 21:50:08.940 INFO STEP 1023 (remove_files) COMPLETE
70962024-09-11T21:50:09.319Z[ recovery-image] Sep 11 21:50:08.940 INFO O| Sep 11 21:50:08.940 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-09-11T21:50:09.319Z[ recovery-image] Sep 11 21:50:08.955 INFO O| Sep 11 21:50:08.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
70982024-09-11T21:50:09.319Z[ recovery-image] Sep 11 21:50:08.955 INFO O| Sep 11 21:50:08.955 INFO STEP 1024 (remove_files) COMPLETE
70992024-09-11T21:50:09.319Z[ recovery-image] Sep 11 21:50:08.955 INFO O| Sep 11 21:50:08.955 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-09-11T21:50:09.343Z[ recovery-image] Sep 11 21:50:08.971 INFO O| Sep 11 21:50:08.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71012024-09-11T21:50:09.343Z[ recovery-image] Sep 11 21:50:08.971 INFO O| Sep 11 21:50:08.971 INFO STEP 1025 (remove_files) COMPLETE
71022024-09-11T21:50:09.343Z[ recovery-image] Sep 11 21:50:08.971 INFO O| Sep 11 21:50:08.971 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-09-11T21:50:09.367Z[ recovery-image] Sep 11 21:50:08.987 INFO O| Sep 11 21:50:08.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71042024-09-11T21:50:09.367Z[ recovery-image] Sep 11 21:50:08.987 INFO O| Sep 11 21:50:08.987 INFO STEP 1026 (remove_files) COMPLETE
71052024-09-11T21:50:09.367Z[ recovery-image] Sep 11 21:50:08.987 INFO O| Sep 11 21:50:08.987 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-09-11T21:50:09.367Z[ recovery-image] Sep 11 21:50:09.009 INFO O| Sep 11 21:50:09.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71072024-09-11T21:50:09.367Z[ recovery-image] Sep 11 21:50:09.009 INFO O| Sep 11 21:50:09.009 INFO STEP 1027 (remove_files) COMPLETE
71082024-09-11T21:50:09.367Z[ recovery-image] Sep 11 21:50:09.009 INFO O| Sep 11 21:50:09.009 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-09-11T21:50:09.391Z[ recovery-image] Sep 11 21:50:09.029 INFO O| Sep 11 21:50:09.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71102024-09-11T21:50:09.391Z[ recovery-image] Sep 11 21:50:09.029 INFO O| Sep 11 21:50:09.029 INFO STEP 1028 (remove_files) COMPLETE
71112024-09-11T21:50:09.391Z[ recovery-image] Sep 11 21:50:09.029 INFO O| Sep 11 21:50:09.029 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-09-11T21:50:09.416Z[ recovery-image] Sep 11 21:50:09.045 INFO O| Sep 11 21:50:09.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71132024-09-11T21:50:09.416Z[ recovery-image] Sep 11 21:50:09.046 INFO O| Sep 11 21:50:09.046 INFO STEP 1029 (remove_files) COMPLETE
71142024-09-11T21:50:09.416Z[ recovery-image] Sep 11 21:50:09.046 INFO O| Sep 11 21:50:09.046 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-09-11T21:50:09.440Z[ recovery-image] Sep 11 21:50:09.062 INFO O| Sep 11 21:50:09.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71162024-09-11T21:50:09.440Z[ recovery-image] Sep 11 21:50:09.062 INFO O| Sep 11 21:50:09.062 INFO STEP 1030 (remove_files) COMPLETE
71172024-09-11T21:50:09.440Z[ recovery-image] Sep 11 21:50:09.062 INFO O| Sep 11 21:50:09.062 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-09-11T21:50:09.440Z[ recovery-image] Sep 11 21:50:09.081 INFO O| Sep 11 21:50:09.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71192024-09-11T21:50:09.440Z[ recovery-image] Sep 11 21:50:09.081 INFO O| Sep 11 21:50:09.081 INFO STEP 1031 (remove_files) COMPLETE
71202024-09-11T21:50:09.440Z[ recovery-image] Sep 11 21:50:09.081 INFO O| Sep 11 21:50:09.081 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-09-11T21:50:09.464Z[ recovery-image] Sep 11 21:50:09.102 INFO O| Sep 11 21:50:09.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71222024-09-11T21:50:09.464Z[ recovery-image] Sep 11 21:50:09.102 INFO O| Sep 11 21:50:09.102 INFO STEP 1032 (remove_files) COMPLETE
71232024-09-11T21:50:09.464Z[ recovery-image] Sep 11 21:50:09.102 INFO O| Sep 11 21:50:09.102 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-09-11T21:50:09.488Z[ recovery-image] Sep 11 21:50:09.123 INFO O| Sep 11 21:50:09.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71252024-09-11T21:50:09.488Z[ recovery-image] Sep 11 21:50:09.123 INFO O| Sep 11 21:50:09.123 INFO STEP 1033 (remove_files) COMPLETE
71262024-09-11T21:50:09.488Z[ recovery-image] Sep 11 21:50:09.123 INFO O| Sep 11 21:50:09.123 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-09-11T21:50:09.512Z[ recovery-image] Sep 11 21:50:09.147 INFO O| Sep 11 21:50:09.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71282024-09-11T21:50:09.512Z[ recovery-image] Sep 11 21:50:09.147 INFO O| Sep 11 21:50:09.147 INFO STEP 1034 (remove_files) COMPLETE
71292024-09-11T21:50:09.512Z[ recovery-image] Sep 11 21:50:09.147 INFO O| Sep 11 21:50:09.147 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-09-11T21:50:09.536Z[ recovery-image] Sep 11 21:50:09.169 INFO O| Sep 11 21:50:09.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71312024-09-11T21:50:09.536Z[ recovery-image] Sep 11 21:50:09.170 INFO O| Sep 11 21:50:09.169 INFO STEP 1035 (remove_files) COMPLETE
71322024-09-11T21:50:09.536Z[ recovery-image] Sep 11 21:50:09.170 INFO O| Sep 11 21:50:09.169 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-09-11T21:50:09.561Z[ recovery-image] Sep 11 21:50:09.186 INFO O| Sep 11 21:50:09.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71342024-09-11T21:50:09.561Z[ recovery-image] Sep 11 21:50:09.187 INFO O| Sep 11 21:50:09.187 INFO STEP 1036 (remove_files) COMPLETE
71352024-09-11T21:50:09.561Z[ recovery-image] Sep 11 21:50:09.187 INFO O| Sep 11 21:50:09.187 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-09-11T21:50:09.585Z[ recovery-image] Sep 11 21:50:09.204 INFO O| Sep 11 21:50:09.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71372024-09-11T21:50:09.585Z[ recovery-image] Sep 11 21:50:09.205 INFO O| Sep 11 21:50:09.205 INFO STEP 1037 (remove_files) COMPLETE
71382024-09-11T21:50:09.585Z[ recovery-image] Sep 11 21:50:09.205 INFO O| Sep 11 21:50:09.205 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-09-11T21:50:09.585Z[ recovery-image] Sep 11 21:50:09.221 INFO O| Sep 11 21:50:09.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71402024-09-11T21:50:09.585Z[ recovery-image] Sep 11 21:50:09.221 INFO O| Sep 11 21:50:09.221 INFO STEP 1038 (remove_files) COMPLETE
71412024-09-11T21:50:09.585Z[ recovery-image] Sep 11 21:50:09.221 INFO O| Sep 11 21:50:09.221 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-09-11T21:50:09.609Z[ recovery-image] Sep 11 21:50:09.237 INFO O| Sep 11 21:50:09.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71432024-09-11T21:50:09.609Z[ recovery-image] Sep 11 21:50:09.237 INFO O| Sep 11 21:50:09.237 INFO STEP 1039 (remove_files) COMPLETE
71442024-09-11T21:50:09.609Z[ recovery-image] Sep 11 21:50:09.237 INFO O| Sep 11 21:50:09.237 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-09-11T21:50:09.634Z[ recovery-image] Sep 11 21:50:09.253 INFO O| Sep 11 21:50:09.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71462024-09-11T21:50:09.634Z[ recovery-image] Sep 11 21:50:09.254 INFO O| Sep 11 21:50:09.254 INFO STEP 1040 (remove_files) COMPLETE
71472024-09-11T21:50:09.634Z[ recovery-image] Sep 11 21:50:09.254 INFO O| Sep 11 21:50:09.254 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-09-11T21:50:09.634Z[ recovery-image] Sep 11 21:50:09.270 INFO O| Sep 11 21:50:09.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71492024-09-11T21:50:09.634Z[ recovery-image] Sep 11 21:50:09.270 INFO O| Sep 11 21:50:09.270 INFO STEP 1041 (remove_files) COMPLETE
71502024-09-11T21:50:09.634Z[ recovery-image] Sep 11 21:50:09.270 INFO O| Sep 11 21:50:09.270 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-09-11T21:50:09.665Z[ recovery-image] Sep 11 21:50:09.285 INFO O| Sep 11 21:50:09.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71522024-09-11T21:50:09.665Z[ recovery-image] Sep 11 21:50:09.286 INFO O| Sep 11 21:50:09.285 INFO STEP 1042 (remove_files) COMPLETE
71532024-09-11T21:50:09.665Z[ recovery-image] Sep 11 21:50:09.286 INFO O| Sep 11 21:50:09.285 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-09-11T21:50:09.665Z[ recovery-image] Sep 11 21:50:09.303 INFO O| Sep 11 21:50:09.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71552024-09-11T21:50:09.665Z[ recovery-image] Sep 11 21:50:09.303 INFO O| Sep 11 21:50:09.303 INFO STEP 1043 (remove_files) COMPLETE
71562024-09-11T21:50:09.665Z[ recovery-image] Sep 11 21:50:09.303 INFO O| Sep 11 21:50:09.303 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-09-11T21:50:09.692Z[ recovery-image] Sep 11 21:50:09.319 INFO O| Sep 11 21:50:09.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71582024-09-11T21:50:09.692Z[ recovery-image] Sep 11 21:50:09.319 INFO O| Sep 11 21:50:09.319 INFO STEP 1044 (remove_files) COMPLETE
71592024-09-11T21:50:09.692Z[ recovery-image] Sep 11 21:50:09.319 INFO O| Sep 11 21:50:09.319 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-09-11T21:50:09.716Z[ recovery-image] Sep 11 21:50:09.334 INFO O| Sep 11 21:50:09.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71612024-09-11T21:50:09.716Z[ recovery-image] Sep 11 21:50:09.335 INFO O| Sep 11 21:50:09.335 INFO STEP 1045 (remove_files) COMPLETE
71622024-09-11T21:50:09.716Z[ recovery-image] Sep 11 21:50:09.335 INFO O| Sep 11 21:50:09.335 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-09-11T21:50:09.716Z[ recovery-image] Sep 11 21:50:09.351 INFO O| Sep 11 21:50:09.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71642024-09-11T21:50:09.716Z[ recovery-image] Sep 11 21:50:09.351 INFO O| Sep 11 21:50:09.351 INFO STEP 1046 (remove_files) COMPLETE
71652024-09-11T21:50:09.716Z[ recovery-image] Sep 11 21:50:09.351 INFO O| Sep 11 21:50:09.351 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-09-11T21:50:09.741Z[ recovery-image] Sep 11 21:50:09.366 INFO O| Sep 11 21:50:09.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
71672024-09-11T21:50:09.741Z[ recovery-image] Sep 11 21:50:09.366 INFO O| Sep 11 21:50:09.366 INFO STEP 1047 (remove_files) COMPLETE
71682024-09-11T21:50:09.741Z[ recovery-image] Sep 11 21:50:09.366 INFO O| Sep 11 21:50:09.366 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-09-11T21:50:09.741Z[ recovery-image] Sep 11 21:50:09.381 INFO O| Sep 11 21:50:09.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
71702024-09-11T21:50:09.741Z[ recovery-image] Sep 11 21:50:09.382 INFO O| Sep 11 21:50:09.382 INFO STEP 1048 (remove_files) COMPLETE
71712024-09-11T21:50:09.741Z[ recovery-image] Sep 11 21:50:09.382 INFO O| Sep 11 21:50:09.382 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-09-11T21:50:09.765Z[ recovery-image] Sep 11 21:50:09.396 INFO O| Sep 11 21:50:09.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
71732024-09-11T21:50:09.765Z[ recovery-image] Sep 11 21:50:09.396 INFO O| Sep 11 21:50:09.396 INFO STEP 1049 (remove_files) COMPLETE
71742024-09-11T21:50:09.765Z[ recovery-image] Sep 11 21:50:09.397 INFO O| Sep 11 21:50:09.396 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-09-11T21:50:09.790Z[ recovery-image] Sep 11 21:50:09.412 INFO O| Sep 11 21:50:09.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
71762024-09-11T21:50:09.790Z[ recovery-image] Sep 11 21:50:09.412 INFO O| Sep 11 21:50:09.412 INFO STEP 1050 (remove_files) COMPLETE
71772024-09-11T21:50:09.790Z[ recovery-image] Sep 11 21:50:09.412 INFO O| Sep 11 21:50:09.412 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-09-11T21:50:09.790Z[ recovery-image] Sep 11 21:50:09.429 INFO O| Sep 11 21:50:09.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
71792024-09-11T21:50:09.790Z[ recovery-image] Sep 11 21:50:09.429 INFO O| Sep 11 21:50:09.429 INFO STEP 1051 (remove_files) COMPLETE
71802024-09-11T21:50:09.790Z[ recovery-image] Sep 11 21:50:09.429 INFO O| Sep 11 21:50:09.429 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-09-11T21:50:09.814Z[ recovery-image] Sep 11 21:50:09.446 INFO O| Sep 11 21:50:09.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
71822024-09-11T21:50:09.814Z[ recovery-image] Sep 11 21:50:09.447 INFO O| Sep 11 21:50:09.446 INFO STEP 1052 (remove_files) COMPLETE
71832024-09-11T21:50:09.814Z[ recovery-image] Sep 11 21:50:09.447 INFO O| Sep 11 21:50:09.447 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-09-11T21:50:09.838Z[ recovery-image] Sep 11 21:50:09.463 INFO O| Sep 11 21:50:09.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
71852024-09-11T21:50:09.838Z[ recovery-image] Sep 11 21:50:09.463 INFO O| Sep 11 21:50:09.463 INFO STEP 1053 (remove_files) COMPLETE
71862024-09-11T21:50:09.838Z[ recovery-image] Sep 11 21:50:09.463 INFO O| Sep 11 21:50:09.463 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-09-11T21:50:09.838Z[ recovery-image] Sep 11 21:50:09.479 INFO O| Sep 11 21:50:09.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
71882024-09-11T21:50:09.838Z[ recovery-image] Sep 11 21:50:09.479 INFO O| Sep 11 21:50:09.479 INFO STEP 1054 (remove_files) COMPLETE
71892024-09-11T21:50:09.838Z[ recovery-image] Sep 11 21:50:09.479 INFO O| Sep 11 21:50:09.479 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-09-11T21:50:09.862Z[ recovery-image] Sep 11 21:50:09.495 INFO O| Sep 11 21:50:09.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
71912024-09-11T21:50:09.862Z[ recovery-image] Sep 11 21:50:09.495 INFO O| Sep 11 21:50:09.495 INFO STEP 1055 (remove_files) COMPLETE
71922024-09-11T21:50:09.862Z[ recovery-image] Sep 11 21:50:09.495 INFO O| Sep 11 21:50:09.495 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-09-11T21:50:09.886Z[ recovery-image] Sep 11 21:50:09.512 INFO O| Sep 11 21:50:09.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
71942024-09-11T21:50:09.886Z[ recovery-image] Sep 11 21:50:09.512 INFO O| Sep 11 21:50:09.512 INFO STEP 1056 (remove_files) COMPLETE
71952024-09-11T21:50:09.886Z[ recovery-image] Sep 11 21:50:09.512 INFO O| Sep 11 21:50:09.512 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-09-11T21:50:09.918Z[ recovery-image] Sep 11 21:50:09.529 INFO O| Sep 11 21:50:09.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
71972024-09-11T21:50:09.918Z[ recovery-image] Sep 11 21:50:09.529 INFO O| Sep 11 21:50:09.529 INFO STEP 1057 (remove_files) COMPLETE
71982024-09-11T21:50:09.918Z[ recovery-image] Sep 11 21:50:09.530 INFO O| Sep 11 21:50:09.529 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-09-11T21:50:09.918Z[ recovery-image] Sep 11 21:50:09.545 INFO O| Sep 11 21:50:09.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72002024-09-11T21:50:09.918Z[ recovery-image] Sep 11 21:50:09.546 INFO O| Sep 11 21:50:09.546 INFO STEP 1058 (remove_files) COMPLETE
72012024-09-11T21:50:09.918Z[ recovery-image] Sep 11 21:50:09.546 INFO O| Sep 11 21:50:09.546 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-09-11T21:50:09.942Z[ recovery-image] Sep 11 21:50:09.565 INFO O| Sep 11 21:50:09.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72032024-09-11T21:50:09.942Z[ recovery-image] Sep 11 21:50:09.565 INFO O| Sep 11 21:50:09.565 INFO STEP 1059 (remove_files) COMPLETE
72042024-09-11T21:50:09.942Z[ recovery-image] Sep 11 21:50:09.565 INFO O| Sep 11 21:50:09.565 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-09-11T21:50:09.942Z[ recovery-image] Sep 11 21:50:09.582 INFO O| Sep 11 21:50:09.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72062024-09-11T21:50:09.942Z[ recovery-image] Sep 11 21:50:09.582 INFO O| Sep 11 21:50:09.582 INFO STEP 1060 (remove_files) COMPLETE
72072024-09-11T21:50:09.942Z[ recovery-image] Sep 11 21:50:09.582 INFO O| Sep 11 21:50:09.582 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-09-11T21:50:09.966Z[ recovery-image] Sep 11 21:50:09.601 INFO O| Sep 11 21:50:09.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72092024-09-11T21:50:09.966Z[ recovery-image] Sep 11 21:50:09.601 INFO O| Sep 11 21:50:09.601 INFO STEP 1061 (remove_files) COMPLETE
72102024-09-11T21:50:09.966Z[ recovery-image] Sep 11 21:50:09.601 INFO O| Sep 11 21:50:09.601 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-09-11T21:50:09.990Z[ recovery-image] Sep 11 21:50:09.626 INFO O| Sep 11 21:50:09.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72122024-09-11T21:50:09.990Z[ recovery-image] Sep 11 21:50:09.626 INFO O| Sep 11 21:50:09.626 INFO STEP 1062 (remove_files) COMPLETE
72132024-09-11T21:50:09.990Z[ recovery-image] Sep 11 21:50:09.626 INFO O| Sep 11 21:50:09.626 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-09-11T21:50:10.014Z[ recovery-image] Sep 11 21:50:09.642 INFO O| Sep 11 21:50:09.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72152024-09-11T21:50:10.014Z[ recovery-image] Sep 11 21:50:09.643 INFO O| Sep 11 21:50:09.643 INFO STEP 1063 (remove_files) COMPLETE
72162024-09-11T21:50:10.014Z[ recovery-image] Sep 11 21:50:09.643 INFO O| Sep 11 21:50:09.643 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-09-11T21:50:10.039Z[ recovery-image] Sep 11 21:50:09.658 INFO O| Sep 11 21:50:09.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72182024-09-11T21:50:10.039Z[ recovery-image] Sep 11 21:50:09.658 INFO O| Sep 11 21:50:09.658 INFO STEP 1064 (remove_files) COMPLETE
72192024-09-11T21:50:10.039Z[ recovery-image] Sep 11 21:50:09.658 INFO O| Sep 11 21:50:09.658 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-09-11T21:50:10.039Z[ recovery-image] Sep 11 21:50:09.673 INFO O| Sep 11 21:50:09.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72212024-09-11T21:50:10.039Z[ recovery-image] Sep 11 21:50:09.673 INFO O| Sep 11 21:50:09.673 INFO STEP 1065 (remove_files) COMPLETE
72222024-09-11T21:50:10.039Z[ recovery-image] Sep 11 21:50:09.673 INFO O| Sep 11 21:50:09.673 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-09-11T21:50:10.063Z[ recovery-image] Sep 11 21:50:09.688 INFO O| Sep 11 21:50:09.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72242024-09-11T21:50:10.063Z[ recovery-image] Sep 11 21:50:09.688 INFO O| Sep 11 21:50:09.688 INFO STEP 1066 (remove_files) COMPLETE
72252024-09-11T21:50:10.063Z[ recovery-image] Sep 11 21:50:09.688 INFO O| Sep 11 21:50:09.688 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-09-11T21:50:10.063Z[ recovery-image] Sep 11 21:50:09.702 INFO O| Sep 11 21:50:09.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72272024-09-11T21:50:10.063Z[ recovery-image] Sep 11 21:50:09.702 INFO O| Sep 11 21:50:09.702 INFO STEP 1067 (remove_files) COMPLETE
72282024-09-11T21:50:10.063Z[ recovery-image] Sep 11 21:50:09.702 INFO O| Sep 11 21:50:09.702 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-09-11T21:50:10.087Z[ recovery-image] Sep 11 21:50:09.717 INFO O| Sep 11 21:50:09.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72302024-09-11T21:50:10.087Z[ recovery-image] Sep 11 21:50:09.718 INFO O| Sep 11 21:50:09.718 INFO STEP 1068 (remove_files) COMPLETE
72312024-09-11T21:50:10.087Z[ recovery-image] Sep 11 21:50:09.718 INFO O| Sep 11 21:50:09.718 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-09-11T21:50:10.111Z[ recovery-image] Sep 11 21:50:09.734 INFO O| Sep 11 21:50:09.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72332024-09-11T21:50:10.111Z[ recovery-image] Sep 11 21:50:09.734 INFO O| Sep 11 21:50:09.734 INFO STEP 1069 (remove_files) COMPLETE
72342024-09-11T21:50:10.111Z[ recovery-image] Sep 11 21:50:09.734 INFO O| Sep 11 21:50:09.734 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-09-11T21:50:10.111Z[ recovery-image] Sep 11 21:50:09.749 INFO O| Sep 11 21:50:09.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72362024-09-11T21:50:10.111Z[ recovery-image] Sep 11 21:50:09.750 INFO O| Sep 11 21:50:09.749 INFO STEP 1070 (remove_files) COMPLETE
72372024-09-11T21:50:10.111Z[ recovery-image] Sep 11 21:50:09.750 INFO O| Sep 11 21:50:09.750 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-09-11T21:50:10.135Z[ recovery-image] Sep 11 21:50:09.764 INFO O| Sep 11 21:50:09.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72392024-09-11T21:50:10.135Z[ recovery-image] Sep 11 21:50:09.764 INFO O| Sep 11 21:50:09.764 INFO STEP 1071 (remove_files) COMPLETE
72402024-09-11T21:50:10.135Z[ recovery-image] Sep 11 21:50:09.764 INFO O| Sep 11 21:50:09.764 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-09-11T21:50:10.159Z[ recovery-image] Sep 11 21:50:09.790 INFO O| Sep 11 21:50:09.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72422024-09-11T21:50:10.159Z[ recovery-image] Sep 11 21:50:09.790 INFO O| Sep 11 21:50:09.790 INFO STEP 1072 (remove_files) COMPLETE
72432024-09-11T21:50:10.159Z[ recovery-image] Sep 11 21:50:09.790 INFO O| Sep 11 21:50:09.790 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-09-11T21:50:10.183Z[ recovery-image] Sep 11 21:50:09.806 INFO O| Sep 11 21:50:09.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72452024-09-11T21:50:10.183Z[ recovery-image] Sep 11 21:50:09.807 INFO O| Sep 11 21:50:09.807 INFO STEP 1073 (remove_files) COMPLETE
72462024-09-11T21:50:10.183Z[ recovery-image] Sep 11 21:50:09.807 INFO O| Sep 11 21:50:09.807 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-09-11T21:50:10.183Z[ recovery-image] Sep 11 21:50:09.824 INFO O| Sep 11 21:50:09.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72482024-09-11T21:50:10.184Z[ recovery-image] Sep 11 21:50:09.824 INFO O| Sep 11 21:50:09.824 INFO STEP 1074 (remove_files) COMPLETE
72492024-09-11T21:50:10.184Z[ recovery-image] Sep 11 21:50:09.824 INFO O| Sep 11 21:50:09.824 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-09-11T21:50:10.208Z[ recovery-image] Sep 11 21:50:09.839 INFO O| Sep 11 21:50:09.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72512024-09-11T21:50:10.208Z[ recovery-image] Sep 11 21:50:09.839 INFO O| Sep 11 21:50:09.839 INFO STEP 1075 (remove_files) COMPLETE
72522024-09-11T21:50:10.208Z[ recovery-image] Sep 11 21:50:09.839 INFO O| Sep 11 21:50:09.839 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-09-11T21:50:10.232Z[ recovery-image] Sep 11 21:50:09.854 INFO O| Sep 11 21:50:09.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72542024-09-11T21:50:10.232Z[ recovery-image] Sep 11 21:50:09.855 INFO O| Sep 11 21:50:09.855 INFO STEP 1076 (remove_files) COMPLETE
72552024-09-11T21:50:10.232Z[ recovery-image] Sep 11 21:50:09.855 INFO O| Sep 11 21:50:09.855 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-09-11T21:50:10.256Z[ recovery-image] Sep 11 21:50:09.878 INFO O| Sep 11 21:50:09.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72572024-09-11T21:50:10.256Z[ recovery-image] Sep 11 21:50:09.878 INFO O| Sep 11 21:50:09.878 INFO STEP 1077 (remove_files) COMPLETE
72582024-09-11T21:50:10.256Z[ recovery-image] Sep 11 21:50:09.878 INFO O| Sep 11 21:50:09.878 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-09-11T21:50:10.256Z[ recovery-image] Sep 11 21:50:09.896 INFO O| Sep 11 21:50:09.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72602024-09-11T21:50:10.256Z[ recovery-image] Sep 11 21:50:09.896 INFO O| Sep 11 21:50:09.896 INFO STEP 1078 (remove_files) COMPLETE
72612024-09-11T21:50:10.256Z[ recovery-image] Sep 11 21:50:09.896 INFO O| Sep 11 21:50:09.896 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-09-11T21:50:10.281Z[ recovery-image] Sep 11 21:50:09.918 INFO O| Sep 11 21:50:09.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72632024-09-11T21:50:10.281Z[ recovery-image] Sep 11 21:50:09.918 INFO O| Sep 11 21:50:09.918 INFO STEP 1079 (remove_files) COMPLETE
72642024-09-11T21:50:10.281Z[ recovery-image] Sep 11 21:50:09.918 INFO O| Sep 11 21:50:09.918 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-09-11T21:50:10.304Z[ recovery-image] Sep 11 21:50:09.937 INFO O| Sep 11 21:50:09.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72662024-09-11T21:50:10.304Z[ recovery-image] Sep 11 21:50:09.937 INFO O| Sep 11 21:50:09.937 INFO STEP 1080 (remove_files) COMPLETE
72672024-09-11T21:50:10.304Z[ recovery-image] Sep 11 21:50:09.937 INFO O| Sep 11 21:50:09.937 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-09-11T21:50:10.328Z[ recovery-image] Sep 11 21:50:09.953 INFO O| Sep 11 21:50:09.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
72692024-09-11T21:50:10.328Z[ recovery-image] Sep 11 21:50:09.953 INFO O| Sep 11 21:50:09.953 INFO STEP 1081 (remove_files) COMPLETE
72702024-09-11T21:50:10.329Z[ recovery-image] Sep 11 21:50:09.953 INFO O| Sep 11 21:50:09.953 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-09-11T21:50:10.329Z[ recovery-image] Sep 11 21:50:09.969 INFO O| Sep 11 21:50:09.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
72722024-09-11T21:50:10.329Z[ recovery-image] Sep 11 21:50:09.969 INFO O| Sep 11 21:50:09.969 INFO STEP 1082 (remove_files) COMPLETE
72732024-09-11T21:50:10.329Z[ recovery-image] Sep 11 21:50:09.970 INFO O| Sep 11 21:50:09.969 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-09-11T21:50:10.353Z[ recovery-image] Sep 11 21:50:09.985 INFO O| Sep 11 21:50:09.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
72752024-09-11T21:50:10.353Z[ recovery-image] Sep 11 21:50:09.985 INFO O| Sep 11 21:50:09.985 INFO STEP 1083 (remove_files) COMPLETE
72762024-09-11T21:50:10.353Z[ recovery-image] Sep 11 21:50:09.985 INFO O| Sep 11 21:50:09.985 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-09-11T21:50:10.377Z[ recovery-image] Sep 11 21:50:10.006 INFO O| Sep 11 21:50:10.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
72782024-09-11T21:50:10.377Z[ recovery-image] Sep 11 21:50:10.006 INFO O| Sep 11 21:50:10.006 INFO STEP 1084 (remove_files) COMPLETE
72792024-09-11T21:50:10.377Z[ recovery-image] Sep 11 21:50:10.006 INFO O| Sep 11 21:50:10.006 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-09-11T21:50:10.401Z[ recovery-image] Sep 11 21:50:10.031 INFO O| Sep 11 21:50:10.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
72812024-09-11T21:50:10.401Z[ recovery-image] Sep 11 21:50:10.031 INFO O| Sep 11 21:50:10.031 INFO STEP 1085 (remove_files) COMPLETE
72822024-09-11T21:50:10.401Z[ recovery-image] Sep 11 21:50:10.031 INFO O| Sep 11 21:50:10.031 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-09-11T21:50:10.426Z[ recovery-image] Sep 11 21:50:10.047 INFO O| Sep 11 21:50:10.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
72842024-09-11T21:50:10.426Z[ recovery-image] Sep 11 21:50:10.047 INFO O| Sep 11 21:50:10.047 INFO STEP 1086 (remove_files) COMPLETE
72852024-09-11T21:50:10.426Z[ recovery-image] Sep 11 21:50:10.048 INFO O| Sep 11 21:50:10.047 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-09-11T21:50:10.426Z[ recovery-image] Sep 11 21:50:10.061 INFO O| Sep 11 21:50:10.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
72872024-09-11T21:50:10.426Z[ recovery-image] Sep 11 21:50:10.061 INFO O| Sep 11 21:50:10.061 INFO STEP 1087 (remove_files) COMPLETE
72882024-09-11T21:50:10.427Z[ recovery-image] Sep 11 21:50:10.061 INFO O| Sep 11 21:50:10.061 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-09-11T21:50:10.450Z[ recovery-image] Sep 11 21:50:10.075 INFO O| Sep 11 21:50:10.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
72902024-09-11T21:50:10.450Z[ recovery-image] Sep 11 21:50:10.075 INFO O| Sep 11 21:50:10.075 INFO STEP 1088 (remove_files) COMPLETE
72912024-09-11T21:50:10.450Z[ recovery-image] Sep 11 21:50:10.075 INFO O| Sep 11 21:50:10.075 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-09-11T21:50:10.450Z[ recovery-image] Sep 11 21:50:10.090 INFO O| Sep 11 21:50:10.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
72932024-09-11T21:50:10.450Z[ recovery-image] Sep 11 21:50:10.090 INFO O| Sep 11 21:50:10.090 INFO STEP 1089 (remove_files) COMPLETE
72942024-09-11T21:50:10.451Z[ recovery-image] Sep 11 21:50:10.090 INFO O| Sep 11 21:50:10.090 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-09-11T21:50:10.474Z[ recovery-image] Sep 11 21:50:10.105 INFO O| Sep 11 21:50:10.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
72962024-09-11T21:50:10.474Z[ recovery-image] Sep 11 21:50:10.105 INFO O| Sep 11 21:50:10.105 INFO STEP 1090 (remove_files) COMPLETE
72972024-09-11T21:50:10.474Z[ recovery-image] Sep 11 21:50:10.105 INFO O| Sep 11 21:50:10.105 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-09-11T21:50:10.498Z[ recovery-image] Sep 11 21:50:10.119 INFO O| Sep 11 21:50:10.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
72992024-09-11T21:50:10.499Z[ recovery-image] Sep 11 21:50:10.119 INFO O| Sep 11 21:50:10.119 INFO STEP 1091 (remove_files) COMPLETE
73002024-09-11T21:50:10.499Z[ recovery-image] Sep 11 21:50:10.119 INFO O| Sep 11 21:50:10.119 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-09-11T21:50:10.499Z[ recovery-image] Sep 11 21:50:10.133 INFO O| Sep 11 21:50:10.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73022024-09-11T21:50:10.499Z[ recovery-image] Sep 11 21:50:10.133 INFO O| Sep 11 21:50:10.133 INFO STEP 1092 (remove_files) COMPLETE
73032024-09-11T21:50:10.499Z[ recovery-image] Sep 11 21:50:10.133 INFO O| Sep 11 21:50:10.133 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-09-11T21:50:10.522Z[ host-image] Sep 11 21:50:10.142 INFO O| Sep 11 21:50:10.141 INFO O| Planning: Solver setup ... Done
73052024-09-11T21:50:10.522Z[ recovery-image] Sep 11 21:50:10.146 INFO O| Sep 11 21:50:10.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73062024-09-11T21:50:10.522Z[ recovery-image] Sep 11 21:50:10.146 INFO O| Sep 11 21:50:10.146 INFO STEP 1093 (remove_files) COMPLETE
73072024-09-11T21:50:10.522Z[ recovery-image] Sep 11 21:50:10.146 INFO O| Sep 11 21:50:10.146 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-09-11T21:50:10.523Z[ host-image] Sep 11 21:50:10.147 INFO O| Sep 11 21:50:10.146 INFO O| Planning: Running solver ... Done
73092024-09-11T21:50:10.546Z[ recovery-image] Sep 11 21:50:10.167 INFO O| Sep 11 21:50:10.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73102024-09-11T21:50:10.546Z[ recovery-image] Sep 11 21:50:10.167 INFO O| Sep 11 21:50:10.167 INFO STEP 1094 (remove_files) COMPLETE
73112024-09-11T21:50:10.546Z[ recovery-image] Sep 11 21:50:10.167 INFO O| Sep 11 21:50:10.167 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-09-11T21:50:10.546Z[ recovery-image] Sep 11 21:50:10.185 INFO O| Sep 11 21:50:10.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73132024-09-11T21:50:10.547Z[ recovery-image] Sep 11 21:50:10.186 INFO O| Sep 11 21:50:10.185 INFO STEP 1095 (remove_files) COMPLETE
73142024-09-11T21:50:10.547Z[ recovery-image] Sep 11 21:50:10.186 INFO O| Sep 11 21:50:10.185 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-09-11T21:50:10.571Z[ host-image] Sep 11 21:50:10.190 INFO O| Sep 11 21:50:10.189 INFO O| Planning: Finding local manifests ... Done
73162024-09-11T21:50:10.571Z[ host-image] Sep 11 21:50:10.192 INFO O| Sep 11 21:50:10.191 INFO O| Planning: Fetching manifests: 0/6 0% complete
73172024-09-11T21:50:10.571Z[ recovery-image] Sep 11 21:50:10.203 INFO O| Sep 11 21:50:10.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73182024-09-11T21:50:10.571Z[ recovery-image] Sep 11 21:50:10.204 INFO O| Sep 11 21:50:10.204 INFO STEP 1096 (remove_files) COMPLETE
73192024-09-11T21:50:10.571Z[ recovery-image] Sep 11 21:50:10.204 INFO O| Sep 11 21:50:10.204 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-09-11T21:50:10.595Z[ recovery-image] Sep 11 21:50:10.221 INFO O| Sep 11 21:50:10.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73212024-09-11T21:50:10.595Z[ recovery-image] Sep 11 21:50:10.221 INFO O| Sep 11 21:50:10.221 INFO STEP 1097 (remove_files) COMPLETE
73222024-09-11T21:50:10.595Z[ recovery-image] Sep 11 21:50:10.221 INFO O| Sep 11 21:50:10.221 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-09-11T21:50:10.595Z[ recovery-image] Sep 11 21:50:10.236 INFO O| Sep 11 21:50:10.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73242024-09-11T21:50:10.595Z[ recovery-image] Sep 11 21:50:10.236 INFO O| Sep 11 21:50:10.236 INFO STEP 1098 (remove_files) COMPLETE
73252024-09-11T21:50:10.595Z[ recovery-image] Sep 11 21:50:10.236 INFO O| Sep 11 21:50:10.236 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-09-11T21:50:10.619Z[ recovery-image] Sep 11 21:50:10.252 INFO O| Sep 11 21:50:10.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73272024-09-11T21:50:10.619Z[ recovery-image] Sep 11 21:50:10.252 INFO O| Sep 11 21:50:10.252 INFO STEP 1099 (remove_files) COMPLETE
73282024-09-11T21:50:10.619Z[ recovery-image] Sep 11 21:50:10.252 INFO O| Sep 11 21:50:10.252 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-09-11T21:50:10.643Z[ recovery-image] Sep 11 21:50:10.266 INFO O| Sep 11 21:50:10.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73302024-09-11T21:50:10.643Z[ recovery-image] Sep 11 21:50:10.267 INFO O| Sep 11 21:50:10.266 INFO STEP 1100 (remove_files) COMPLETE
73312024-09-11T21:50:10.643Z[ recovery-image] Sep 11 21:50:10.267 INFO O| Sep 11 21:50:10.266 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-09-11T21:50:10.643Z[ recovery-image] Sep 11 21:50:10.281 INFO O| Sep 11 21:50:10.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73332024-09-11T21:50:10.643Z[ recovery-image] Sep 11 21:50:10.281 INFO O| Sep 11 21:50:10.281 INFO STEP 1101 (remove_files) COMPLETE
73342024-09-11T21:50:10.643Z[ recovery-image] Sep 11 21:50:10.281 INFO O| Sep 11 21:50:10.281 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-09-11T21:50:10.667Z[ recovery-image] Sep 11 21:50:10.302 INFO O| Sep 11 21:50:10.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73362024-09-11T21:50:10.667Z[ recovery-image] Sep 11 21:50:10.302 INFO O| Sep 11 21:50:10.302 INFO STEP 1102 (remove_files) COMPLETE
73372024-09-11T21:50:10.667Z[ recovery-image] Sep 11 21:50:10.302 INFO O| Sep 11 21:50:10.302 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-09-11T21:50:10.691Z[ recovery-image] Sep 11 21:50:10.318 INFO O| Sep 11 21:50:10.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73392024-09-11T21:50:10.691Z[ recovery-image] Sep 11 21:50:10.318 INFO O| Sep 11 21:50:10.318 INFO STEP 1103 (remove_files) COMPLETE
73402024-09-11T21:50:10.691Z[ recovery-image] Sep 11 21:50:10.318 INFO O| Sep 11 21:50:10.318 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-09-11T21:50:10.715Z[ recovery-image] Sep 11 21:50:10.334 INFO O| Sep 11 21:50:10.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73422024-09-11T21:50:10.715Z[ recovery-image] Sep 11 21:50:10.334 INFO O| Sep 11 21:50:10.334 INFO STEP 1104 (remove_files) COMPLETE
73432024-09-11T21:50:10.715Z[ recovery-image] Sep 11 21:50:10.334 INFO O| Sep 11 21:50:10.334 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-09-11T21:50:10.715Z[ recovery-image] Sep 11 21:50:10.348 INFO O| Sep 11 21:50:10.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73452024-09-11T21:50:10.715Z[ recovery-image] Sep 11 21:50:10.348 INFO O| Sep 11 21:50:10.348 INFO STEP 1105 (remove_files) COMPLETE
73462024-09-11T21:50:10.715Z[ recovery-image] Sep 11 21:50:10.348 INFO O| Sep 11 21:50:10.348 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-09-11T21:50:10.739Z[ recovery-image] Sep 11 21:50:10.366 INFO O| Sep 11 21:50:10.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73482024-09-11T21:50:10.739Z[ recovery-image] Sep 11 21:50:10.366 INFO O| Sep 11 21:50:10.366 INFO STEP 1106 (remove_files) COMPLETE
73492024-09-11T21:50:10.739Z[ recovery-image] Sep 11 21:50:10.366 INFO O| Sep 11 21:50:10.366 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-09-11T21:50:10.764Z[ recovery-image] Sep 11 21:50:10.386 INFO O| Sep 11 21:50:10.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73512024-09-11T21:50:10.764Z[ recovery-image] Sep 11 21:50:10.386 INFO O| Sep 11 21:50:10.386 INFO STEP 1107 (remove_files) COMPLETE
73522024-09-11T21:50:10.764Z[ recovery-image] Sep 11 21:50:10.386 INFO O| Sep 11 21:50:10.386 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-09-11T21:50:10.764Z[ recovery-image] Sep 11 21:50:10.404 INFO O| Sep 11 21:50:10.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73542024-09-11T21:50:10.764Z[ recovery-image] Sep 11 21:50:10.404 INFO O| Sep 11 21:50:10.404 INFO STEP 1108 (remove_files) COMPLETE
73552024-09-11T21:50:10.764Z[ recovery-image] Sep 11 21:50:10.404 INFO O| Sep 11 21:50:10.404 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-09-11T21:50:10.787Z[ recovery-image] Sep 11 21:50:10.419 INFO O| Sep 11 21:50:10.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73572024-09-11T21:50:10.787Z[ recovery-image] Sep 11 21:50:10.420 INFO O| Sep 11 21:50:10.420 INFO STEP 1109 (remove_files) COMPLETE
73582024-09-11T21:50:10.787Z[ recovery-image] Sep 11 21:50:10.420 INFO O| Sep 11 21:50:10.420 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-09-11T21:50:10.811Z[ recovery-image] Sep 11 21:50:10.436 INFO O| Sep 11 21:50:10.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73602024-09-11T21:50:10.811Z[ recovery-image] Sep 11 21:50:10.437 INFO O| Sep 11 21:50:10.436 INFO STEP 1110 (remove_files) COMPLETE
73612024-09-11T21:50:10.811Z[ recovery-image] Sep 11 21:50:10.437 INFO O| Sep 11 21:50:10.436 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-09-11T21:50:10.811Z[ recovery-image] Sep 11 21:50:10.453 INFO O| Sep 11 21:50:10.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73632024-09-11T21:50:10.811Z[ recovery-image] Sep 11 21:50:10.453 INFO O| Sep 11 21:50:10.453 INFO STEP 1111 (remove_files) COMPLETE
73642024-09-11T21:50:10.811Z[ recovery-image] Sep 11 21:50:10.453 INFO O| Sep 11 21:50:10.453 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-09-11T21:50:10.836Z[ recovery-image] Sep 11 21:50:10.469 INFO O| Sep 11 21:50:10.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73662024-09-11T21:50:10.836Z[ recovery-image] Sep 11 21:50:10.469 INFO O| Sep 11 21:50:10.469 INFO STEP 1112 (remove_files) COMPLETE
73672024-09-11T21:50:10.836Z[ recovery-image] Sep 11 21:50:10.469 INFO O| Sep 11 21:50:10.469 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-09-11T21:50:10.860Z[ recovery-image] Sep 11 21:50:10.485 INFO O| Sep 11 21:50:10.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73692024-09-11T21:50:10.860Z[ recovery-image] Sep 11 21:50:10.485 INFO O| Sep 11 21:50:10.485 INFO STEP 1113 (remove_files) COMPLETE
73702024-09-11T21:50:10.860Z[ recovery-image] Sep 11 21:50:10.485 INFO O| Sep 11 21:50:10.485 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-09-11T21:50:10.860Z[ recovery-image] Sep 11 21:50:10.499 INFO O| Sep 11 21:50:10.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
73722024-09-11T21:50:10.860Z[ recovery-image] Sep 11 21:50:10.500 INFO O| Sep 11 21:50:10.499 INFO STEP 1114 (remove_files) COMPLETE
73732024-09-11T21:50:10.860Z[ recovery-image] Sep 11 21:50:10.500 INFO O| Sep 11 21:50:10.499 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-09-11T21:50:10.884Z[ recovery-image] Sep 11 21:50:10.515 INFO O| Sep 11 21:50:10.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
73752024-09-11T21:50:10.884Z[ recovery-image] Sep 11 21:50:10.515 INFO O| Sep 11 21:50:10.515 INFO STEP 1115 (remove_files) COMPLETE
73762024-09-11T21:50:10.884Z[ recovery-image] Sep 11 21:50:10.515 INFO O| Sep 11 21:50:10.515 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-09-11T21:50:10.908Z[ recovery-image] Sep 11 21:50:10.539 INFO O| Sep 11 21:50:10.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
73782024-09-11T21:50:10.908Z[ recovery-image] Sep 11 21:50:10.539 INFO O| Sep 11 21:50:10.539 INFO STEP 1116 (remove_files) COMPLETE
73792024-09-11T21:50:10.908Z[ recovery-image] Sep 11 21:50:10.539 INFO O| Sep 11 21:50:10.539 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-09-11T21:50:10.908Z[ host-image] Sep 11 21:50:10.548 INFO O| Sep 11 21:50:10.547 INFO O| Planning: Fetching manifests: 6/6 100% complete
73812024-09-11T21:50:10.932Z[ recovery-image] Sep 11 21:50:10.556 INFO O| Sep 11 21:50:10.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
73822024-09-11T21:50:10.932Z[ recovery-image] Sep 11 21:50:10.556 INFO O| Sep 11 21:50:10.556 INFO STEP 1117 (remove_files) COMPLETE
73832024-09-11T21:50:10.932Z[ recovery-image] Sep 11 21:50:10.556 INFO O| Sep 11 21:50:10.556 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-09-11T21:50:10.956Z[ recovery-image] Sep 11 21:50:10.579 INFO O| Sep 11 21:50:10.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
73852024-09-11T21:50:10.956Z[ recovery-image] Sep 11 21:50:10.579 INFO O| Sep 11 21:50:10.579 INFO STEP 1118 (remove_files) COMPLETE
73862024-09-11T21:50:10.956Z[ recovery-image] Sep 11 21:50:10.579 INFO O| Sep 11 21:50:10.579 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-09-11T21:50:10.956Z[ recovery-image] Sep 11 21:50:10.597 INFO O| Sep 11 21:50:10.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
73882024-09-11T21:50:10.956Z[ recovery-image] Sep 11 21:50:10.597 INFO O| Sep 11 21:50:10.597 INFO STEP 1119 (remove_files) COMPLETE
73892024-09-11T21:50:10.956Z[ host-image] Sep 11 21:50:10.597 INFO O| Sep 11 21:50:10.597 INFO O| Planning: Package planning ... Done
73902024-09-11T21:50:10.956Z[ recovery-image] Sep 11 21:50:10.597 INFO O| Sep 11 21:50:10.597 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-09-11T21:50:10.980Z[ recovery-image] Sep 11 21:50:10.617 INFO O| Sep 11 21:50:10.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
73922024-09-11T21:50:10.980Z[ recovery-image] Sep 11 21:50:10.617 INFO O| Sep 11 21:50:10.617 INFO STEP 1120 (remove_files) COMPLETE
73932024-09-11T21:50:10.980Z[ recovery-image] Sep 11 21:50:10.617 INFO O| Sep 11 21:50:10.617 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-09-11T21:50:10.980Z[ host-image] Sep 11 21:50:10.620 INFO O| Sep 11 21:50:10.620 INFO O| Planning: Merging actions ... Done
73952024-09-11T21:50:11.004Z[ recovery-image] Sep 11 21:50:10.635 INFO O| Sep 11 21:50:10.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
73962024-09-11T21:50:11.004Z[ recovery-image] Sep 11 21:50:10.635 INFO O| Sep 11 21:50:10.635 INFO STEP 1121 (remove_files) COMPLETE
73972024-09-11T21:50:11.004Z[ recovery-image] Sep 11 21:50:10.635 INFO O| Sep 11 21:50:10.635 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-09-11T21:50:11.029Z[ recovery-image] Sep 11 21:50:10.652 INFO O| Sep 11 21:50:10.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
73992024-09-11T21:50:11.029Z[ recovery-image] Sep 11 21:50:10.652 INFO O| Sep 11 21:50:10.652 INFO STEP 1122 (remove_files) COMPLETE
74002024-09-11T21:50:11.029Z[ recovery-image] Sep 11 21:50:10.652 INFO O| Sep 11 21:50:10.652 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-09-11T21:50:11.029Z[ recovery-image] Sep 11 21:50:10.669 INFO O| Sep 11 21:50:10.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74022024-09-11T21:50:11.029Z[ recovery-image] Sep 11 21:50:10.669 INFO O| Sep 11 21:50:10.669 INFO STEP 1123 (remove_files) COMPLETE
74032024-09-11T21:50:11.029Z[ recovery-image] Sep 11 21:50:10.669 INFO O| Sep 11 21:50:10.669 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-09-11T21:50:11.053Z[ recovery-image] Sep 11 21:50:10.686 INFO O| Sep 11 21:50:10.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74052024-09-11T21:50:11.053Z[ recovery-image] Sep 11 21:50:10.686 INFO O| Sep 11 21:50:10.686 INFO STEP 1124 (remove_files) COMPLETE
74062024-09-11T21:50:11.053Z[ recovery-image] Sep 11 21:50:10.686 INFO O| Sep 11 21:50:10.686 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-09-11T21:50:11.077Z[ recovery-image] Sep 11 21:50:10.702 INFO O| Sep 11 21:50:10.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74082024-09-11T21:50:11.077Z[ recovery-image] Sep 11 21:50:10.703 INFO O| Sep 11 21:50:10.702 INFO STEP 1125 (remove_files) COMPLETE
74092024-09-11T21:50:11.077Z[ recovery-image] Sep 11 21:50:10.703 INFO O| Sep 11 21:50:10.703 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-09-11T21:50:11.077Z[ recovery-image] Sep 11 21:50:10.717 INFO O| Sep 11 21:50:10.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74112024-09-11T21:50:11.077Z[ recovery-image] Sep 11 21:50:10.717 INFO O| Sep 11 21:50:10.717 INFO STEP 1126 (remove_files) COMPLETE
74122024-09-11T21:50:11.077Z[ recovery-image] Sep 11 21:50:10.717 INFO O| Sep 11 21:50:10.717 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-09-11T21:50:11.101Z[ host-image] Sep 11 21:50:10.720 INFO O| Sep 11 21:50:10.720 INFO O| Planning: Checking for conflicting actions ... Done
74142024-09-11T21:50:11.101Z[ host-image] Sep 11 21:50:10.725 INFO O| Sep 11 21:50:10.725 INFO O| Planning: Consolidating action changes ... Done
74152024-09-11T21:50:11.101Z[ recovery-image] Sep 11 21:50:10.737 INFO O| Sep 11 21:50:10.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74162024-09-11T21:50:11.101Z[ recovery-image] Sep 11 21:50:10.737 INFO O| Sep 11 21:50:10.737 INFO STEP 1127 (remove_files) COMPLETE
74172024-09-11T21:50:11.101Z[ recovery-image] Sep 11 21:50:10.737 INFO O| Sep 11 21:50:10.737 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-09-11T21:50:11.125Z[ recovery-image] Sep 11 21:50:10.753 INFO O| Sep 11 21:50:10.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74192024-09-11T21:50:11.126Z[ recovery-image] Sep 11 21:50:10.753 INFO O| Sep 11 21:50:10.753 INFO STEP 1128 (remove_files) COMPLETE
74202024-09-11T21:50:11.126Z[ recovery-image] Sep 11 21:50:10.753 INFO O| Sep 11 21:50:10.753 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-09-11T21:50:11.376Z[ recovery-image] Sep 11 21:50:10.769 INFO O| Sep 11 21:50:10.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74222024-09-11T21:50:11.376Z[ recovery-image] Sep 11 21:50:10.769 INFO O| Sep 11 21:50:10.769 INFO STEP 1129 (remove_files) COMPLETE
74232024-09-11T21:50:11.376Z[ recovery-image] Sep 11 21:50:10.769 INFO O| Sep 11 21:50:10.769 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-09-11T21:50:11.376Z[ recovery-image] Sep 11 21:50:10.783 INFO O| Sep 11 21:50:10.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74252024-09-11T21:50:11.376Z[ recovery-image] Sep 11 21:50:10.784 INFO O| Sep 11 21:50:10.784 INFO STEP 1130 (remove_files) COMPLETE
74262024-09-11T21:50:11.376Z[ recovery-image] Sep 11 21:50:10.784 INFO O| Sep 11 21:50:10.784 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.798 INFO O| Sep 11 21:50:10.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74282024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.799 INFO O| Sep 11 21:50:10.799 INFO STEP 1131 (remove_files) COMPLETE
74292024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.799 INFO O| Sep 11 21:50:10.799 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.814 INFO O| Sep 11 21:50:10.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74312024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.814 INFO O| Sep 11 21:50:10.814 INFO STEP 1132 (remove_files) COMPLETE
74322024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.814 INFO O| Sep 11 21:50:10.814 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.828 INFO O| Sep 11 21:50:10.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74342024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.829 INFO O| Sep 11 21:50:10.829 INFO STEP 1133 (remove_files) COMPLETE
74352024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.829 INFO O| Sep 11 21:50:10.829 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.843 INFO O| Sep 11 21:50:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74372024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.843 INFO O| Sep 11 21:50:10.843 INFO STEP 1134 (remove_files) COMPLETE
74382024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.843 INFO O| Sep 11 21:50:10.843 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.858 INFO O| Sep 11 21:50:10.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74402024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.858 INFO O| Sep 11 21:50:10.858 INFO STEP 1135 (remove_files) COMPLETE
74412024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.858 INFO O| Sep 11 21:50:10.858 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.873 INFO O| Sep 11 21:50:10.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74432024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.873 INFO O| Sep 11 21:50:10.873 INFO STEP 1136 (remove_files) COMPLETE
74442024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.873 INFO O| Sep 11 21:50:10.873 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.887 INFO O| Sep 11 21:50:10.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74462024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.888 INFO O| Sep 11 21:50:10.888 INFO STEP 1137 (remove_files) COMPLETE
74472024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.888 INFO O| Sep 11 21:50:10.888 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.912 INFO O| Sep 11 21:50:10.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74492024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.912 INFO O| Sep 11 21:50:10.912 INFO STEP 1138 (remove_files) COMPLETE
74502024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.912 INFO O| Sep 11 21:50:10.912 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.932 INFO O| Sep 11 21:50:10.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74522024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.932 INFO O| Sep 11 21:50:10.932 INFO STEP 1139 (remove_files) COMPLETE
74532024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.932 INFO O| Sep 11 21:50:10.932 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.951 INFO O| Sep 11 21:50:10.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74552024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.951 INFO O| Sep 11 21:50:10.951 INFO STEP 1140 (remove_files) COMPLETE
74562024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.951 INFO O| Sep 11 21:50:10.951 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-09-11T21:50:11.401Z[ host-image] Sep 11 21:50:10.964 INFO O| Sep 11 21:50:10.964 INFO O| Planning: Evaluating mediators ... Done
74582024-09-11T21:50:11.401Z[ recovery-image] Sep 11 21:50:10.969 INFO O| Sep 11 21:50:10.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74592024-09-11T21:50:11.402Z[ recovery-image] Sep 11 21:50:10.969 INFO O| Sep 11 21:50:10.969 INFO STEP 1141 (remove_files) COMPLETE
74602024-09-11T21:50:11.402Z[ host-image] Sep 11 21:50:10.969 INFO O| Sep 11 21:50:10.969 INFO O| Planning: Planning completed in 2.80 seconds
74612024-09-11T21:50:11.402Z[ recovery-image] Sep 11 21:50:10.969 INFO O| Sep 11 21:50:10.969 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-09-11T21:50:11.402Z[ host-image] Sep 11 21:50:10.972 INFO O| Sep 11 21:50:10.971 INFO O| Packages to install: 6
74632024-09-11T21:50:11.402Z[ host-image] Sep 11 21:50:10.972 INFO O| Sep 11 21:50:10.972 INFO O| Mediators to change: 1
74642024-09-11T21:50:11.402Z[ host-image] Sep 11 21:50:10.972 INFO O| Sep 11 21:50:10.972 INFO O| Services to change: 1
74652024-09-11T21:50:11.402Z[ recovery-image] Sep 11 21:50:10.988 INFO O| Sep 11 21:50:10.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74662024-09-11T21:50:11.402Z[ host-image] Sep 11 21:50:10.988 INFO O| Sep 11 21:50:10.988 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
74672024-09-11T21:50:11.402Z[ recovery-image] Sep 11 21:50:10.988 INFO O| Sep 11 21:50:10.988 INFO STEP 1142 (remove_files) COMPLETE
74682024-09-11T21:50:11.402Z[ recovery-image] Sep 11 21:50:10.988 INFO O| Sep 11 21:50:10.988 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-09-11T21:50:11.402Z[ recovery-image] Sep 11 21:50:11.008 INFO O| Sep 11 21:50:11.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74702024-09-11T21:50:11.402Z[ recovery-image] Sep 11 21:50:11.008 INFO O| Sep 11 21:50:11.008 INFO STEP 1143 (remove_files) COMPLETE
74712024-09-11T21:50:11.402Z[ recovery-image] Sep 11 21:50:11.008 INFO O| Sep 11 21:50:11.008 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-09-11T21:50:11.402Z[ recovery-image] Sep 11 21:50:11.026 INFO O| Sep 11 21:50:11.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74732024-09-11T21:50:11.402Z[ recovery-image] Sep 11 21:50:11.026 INFO O| Sep 11 21:50:11.026 INFO STEP 1144 (remove_files) COMPLETE
74742024-09-11T21:50:11.402Z[ recovery-image] Sep 11 21:50:11.026 INFO O| Sep 11 21:50:11.026 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-09-11T21:50:11.426Z[ recovery-image] Sep 11 21:50:11.052 INFO O| Sep 11 21:50:11.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74762024-09-11T21:50:11.426Z[ recovery-image] Sep 11 21:50:11.052 INFO O| Sep 11 21:50:11.052 INFO STEP 1145 (remove_files) COMPLETE
74772024-09-11T21:50:11.426Z[ recovery-image] Sep 11 21:50:11.053 INFO O| Sep 11 21:50:11.052 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-09-11T21:50:11.450Z[ recovery-image] Sep 11 21:50:11.072 INFO O| Sep 11 21:50:11.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74792024-09-11T21:50:11.450Z[ recovery-image] Sep 11 21:50:11.072 INFO O| Sep 11 21:50:11.072 INFO STEP 1146 (remove_files) COMPLETE
74802024-09-11T21:50:11.450Z[ recovery-image] Sep 11 21:50:11.072 INFO O| Sep 11 21:50:11.072 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-09-11T21:50:11.450Z[ recovery-image] Sep 11 21:50:11.089 INFO O| Sep 11 21:50:11.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
74822024-09-11T21:50:11.450Z[ recovery-image] Sep 11 21:50:11.089 INFO O| Sep 11 21:50:11.089 INFO STEP 1147 (remove_files) COMPLETE
74832024-09-11T21:50:11.450Z[ recovery-image] Sep 11 21:50:11.089 INFO O| Sep 11 21:50:11.089 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-09-11T21:50:11.475Z[ recovery-image] Sep 11 21:50:11.104 INFO O| Sep 11 21:50:11.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
74852024-09-11T21:50:11.475Z[ recovery-image] Sep 11 21:50:11.104 INFO O| Sep 11 21:50:11.104 INFO STEP 1148 (remove_files) COMPLETE
74862024-09-11T21:50:11.475Z[ recovery-image] Sep 11 21:50:11.104 INFO O| Sep 11 21:50:11.104 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-09-11T21:50:11.499Z[ recovery-image] Sep 11 21:50:11.123 INFO O| Sep 11 21:50:11.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
74882024-09-11T21:50:11.499Z[ recovery-image] Sep 11 21:50:11.123 INFO O| Sep 11 21:50:11.123 INFO STEP 1149 (remove_files) COMPLETE
74892024-09-11T21:50:11.499Z[ recovery-image] Sep 11 21:50:11.123 INFO O| Sep 11 21:50:11.123 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-09-11T21:50:11.499Z[ recovery-image] Sep 11 21:50:11.140 INFO O| Sep 11 21:50:11.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
74912024-09-11T21:50:11.499Z[ recovery-image] Sep 11 21:50:11.140 INFO O| Sep 11 21:50:11.140 INFO STEP 1150 (remove_files) COMPLETE
74922024-09-11T21:50:11.499Z[ recovery-image] Sep 11 21:50:11.140 INFO O| Sep 11 21:50:11.140 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-09-11T21:50:11.523Z[ recovery-image] Sep 11 21:50:11.155 INFO O| Sep 11 21:50:11.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
74942024-09-11T21:50:11.523Z[ recovery-image] Sep 11 21:50:11.156 INFO O| Sep 11 21:50:11.155 INFO STEP 1151 (remove_files) COMPLETE
74952024-09-11T21:50:11.523Z[ recovery-image] Sep 11 21:50:11.156 INFO O| Sep 11 21:50:11.156 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-09-11T21:50:11.547Z[ recovery-image] Sep 11 21:50:11.171 INFO O| Sep 11 21:50:11.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
74972024-09-11T21:50:11.547Z[ recovery-image] Sep 11 21:50:11.171 INFO O| Sep 11 21:50:11.171 INFO STEP 1152 (remove_files) COMPLETE
74982024-09-11T21:50:11.547Z[ recovery-image] Sep 11 21:50:11.171 INFO O| Sep 11 21:50:11.171 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-09-11T21:50:11.547Z[ recovery-image] Sep 11 21:50:11.186 INFO O| Sep 11 21:50:11.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75002024-09-11T21:50:11.547Z[ recovery-image] Sep 11 21:50:11.186 INFO O| Sep 11 21:50:11.186 INFO STEP 1153 (remove_files) COMPLETE
75012024-09-11T21:50:11.547Z[ recovery-image] Sep 11 21:50:11.186 INFO O| Sep 11 21:50:11.186 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-09-11T21:50:11.571Z[ recovery-image] Sep 11 21:50:11.201 INFO O| Sep 11 21:50:11.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75032024-09-11T21:50:11.571Z[ recovery-image] Sep 11 21:50:11.201 INFO O| Sep 11 21:50:11.201 INFO STEP 1154 (remove_files) COMPLETE
75042024-09-11T21:50:11.571Z[ recovery-image] Sep 11 21:50:11.201 INFO O| Sep 11 21:50:11.201 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-09-11T21:50:11.595Z[ recovery-image] Sep 11 21:50:11.217 INFO O| Sep 11 21:50:11.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75062024-09-11T21:50:11.595Z[ recovery-image] Sep 11 21:50:11.217 INFO O| Sep 11 21:50:11.217 INFO STEP 1155 (remove_files) COMPLETE
75072024-09-11T21:50:11.595Z[ recovery-image] Sep 11 21:50:11.217 INFO O| Sep 11 21:50:11.217 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-09-11T21:50:11.596Z[ recovery-image] Sep 11 21:50:11.233 INFO O| Sep 11 21:50:11.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75092024-09-11T21:50:11.596Z[ recovery-image] Sep 11 21:50:11.233 INFO O| Sep 11 21:50:11.233 INFO STEP 1156 (remove_files) COMPLETE
75102024-09-11T21:50:11.596Z[ recovery-image] Sep 11 21:50:11.233 INFO O| Sep 11 21:50:11.233 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-09-11T21:50:11.621Z[ recovery-image] Sep 11 21:50:11.249 INFO O| Sep 11 21:50:11.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75122024-09-11T21:50:11.621Z[ recovery-image] Sep 11 21:50:11.249 INFO O| Sep 11 21:50:11.249 INFO STEP 1157 (remove_files) COMPLETE
75132024-09-11T21:50:11.621Z[ recovery-image] Sep 11 21:50:11.249 INFO O| Sep 11 21:50:11.249 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-09-11T21:50:11.645Z[ recovery-image] Sep 11 21:50:11.265 INFO O| Sep 11 21:50:11.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75152024-09-11T21:50:11.645Z[ recovery-image] Sep 11 21:50:11.265 INFO O| Sep 11 21:50:11.265 INFO STEP 1158 (remove_files) COMPLETE
75162024-09-11T21:50:11.645Z[ recovery-image] Sep 11 21:50:11.265 INFO O| Sep 11 21:50:11.265 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-09-11T21:50:11.645Z[ recovery-image] Sep 11 21:50:11.281 INFO O| Sep 11 21:50:11.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75182024-09-11T21:50:11.645Z[ recovery-image] Sep 11 21:50:11.281 INFO O| Sep 11 21:50:11.281 INFO STEP 1159 (remove_files) COMPLETE
75192024-09-11T21:50:11.645Z[ recovery-image] Sep 11 21:50:11.281 INFO O| Sep 11 21:50:11.281 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-09-11T21:50:11.669Z[ recovery-image] Sep 11 21:50:11.296 INFO O| Sep 11 21:50:11.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75212024-09-11T21:50:11.669Z[ recovery-image] Sep 11 21:50:11.297 INFO O| Sep 11 21:50:11.297 INFO STEP 1160 (remove_files) COMPLETE
75222024-09-11T21:50:11.669Z[ recovery-image] Sep 11 21:50:11.297 INFO O| Sep 11 21:50:11.297 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-09-11T21:50:11.693Z[ recovery-image] Sep 11 21:50:11.317 INFO O| Sep 11 21:50:11.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75242024-09-11T21:50:11.693Z[ recovery-image] Sep 11 21:50:11.317 INFO O| Sep 11 21:50:11.317 INFO STEP 1161 (remove_files) COMPLETE
75252024-09-11T21:50:11.693Z[ recovery-image] Sep 11 21:50:11.317 INFO O| Sep 11 21:50:11.317 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-09-11T21:50:11.717Z[ recovery-image] Sep 11 21:50:11.340 INFO O| Sep 11 21:50:11.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75272024-09-11T21:50:11.717Z[ recovery-image] Sep 11 21:50:11.340 INFO O| Sep 11 21:50:11.340 INFO STEP 1162 (remove_files) COMPLETE
75282024-09-11T21:50:11.717Z[ recovery-image] Sep 11 21:50:11.340 INFO O| Sep 11 21:50:11.340 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-09-11T21:50:11.717Z[ recovery-image] Sep 11 21:50:11.355 INFO O| Sep 11 21:50:11.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75302024-09-11T21:50:11.717Z[ recovery-image] Sep 11 21:50:11.356 INFO O| Sep 11 21:50:11.355 INFO STEP 1163 (remove_files) COMPLETE
75312024-09-11T21:50:11.718Z[ recovery-image] Sep 11 21:50:11.356 INFO O| Sep 11 21:50:11.355 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-09-11T21:50:11.743Z[ recovery-image] Sep 11 21:50:11.372 INFO O| Sep 11 21:50:11.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75332024-09-11T21:50:11.743Z[ recovery-image] Sep 11 21:50:11.372 INFO O| Sep 11 21:50:11.372 INFO STEP 1164 (remove_files) COMPLETE
75342024-09-11T21:50:11.743Z[ recovery-image] Sep 11 21:50:11.372 INFO O| Sep 11 21:50:11.372 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-09-11T21:50:11.767Z[ recovery-image] Sep 11 21:50:11.388 INFO O| Sep 11 21:50:11.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75362024-09-11T21:50:11.767Z[ recovery-image] Sep 11 21:50:11.388 INFO O| Sep 11 21:50:11.388 INFO STEP 1165 (remove_files) COMPLETE
75372024-09-11T21:50:11.767Z[ recovery-image] Sep 11 21:50:11.388 INFO O| Sep 11 21:50:11.388 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-09-11T21:50:11.767Z[ recovery-image] Sep 11 21:50:11.405 INFO O| Sep 11 21:50:11.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75392024-09-11T21:50:11.767Z[ recovery-image] Sep 11 21:50:11.406 INFO O| Sep 11 21:50:11.406 INFO STEP 1166 (remove_files) COMPLETE
75402024-09-11T21:50:11.767Z[ recovery-image] Sep 11 21:50:11.406 INFO O| Sep 11 21:50:11.406 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-09-11T21:50:11.791Z[ recovery-image] Sep 11 21:50:11.426 INFO O| Sep 11 21:50:11.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75422024-09-11T21:50:11.791Z[ recovery-image] Sep 11 21:50:11.426 INFO O| Sep 11 21:50:11.426 INFO STEP 1167 (remove_files) COMPLETE
75432024-09-11T21:50:11.791Z[ recovery-image] Sep 11 21:50:11.426 INFO O| Sep 11 21:50:11.426 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-09-11T21:50:11.815Z[ recovery-image] Sep 11 21:50:11.442 INFO O| Sep 11 21:50:11.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75452024-09-11T21:50:11.815Z[ recovery-image] Sep 11 21:50:11.442 INFO O| Sep 11 21:50:11.442 INFO STEP 1168 (remove_files) COMPLETE
75462024-09-11T21:50:11.815Z[ recovery-image] Sep 11 21:50:11.442 INFO O| Sep 11 21:50:11.442 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-09-11T21:50:11.839Z[ recovery-image] Sep 11 21:50:11.458 INFO O| Sep 11 21:50:11.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75482024-09-11T21:50:11.839Z[ recovery-image] Sep 11 21:50:11.458 INFO O| Sep 11 21:50:11.458 INFO STEP 1169 (remove_files) COMPLETE
75492024-09-11T21:50:11.839Z[ recovery-image] Sep 11 21:50:11.458 INFO O| Sep 11 21:50:11.458 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-09-11T21:50:11.839Z[ recovery-image] Sep 11 21:50:11.475 INFO O| Sep 11 21:50:11.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75512024-09-11T21:50:11.839Z[ recovery-image] Sep 11 21:50:11.476 INFO O| Sep 11 21:50:11.475 INFO STEP 1170 (remove_files) COMPLETE
75522024-09-11T21:50:11.839Z[ recovery-image] Sep 11 21:50:11.476 INFO O| Sep 11 21:50:11.475 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-09-11T21:50:11.863Z[ recovery-image] Sep 11 21:50:11.492 INFO O| Sep 11 21:50:11.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75542024-09-11T21:50:11.863Z[ recovery-image] Sep 11 21:50:11.493 INFO O| Sep 11 21:50:11.493 INFO STEP 1171 (remove_files) COMPLETE
75552024-09-11T21:50:11.863Z[ recovery-image] Sep 11 21:50:11.493 INFO O| Sep 11 21:50:11.493 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-09-11T21:50:11.887Z[ recovery-image] Sep 11 21:50:11.510 INFO O| Sep 11 21:50:11.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75572024-09-11T21:50:11.887Z[ recovery-image] Sep 11 21:50:11.510 INFO O| Sep 11 21:50:11.510 INFO STEP 1172 (remove_files) COMPLETE
75582024-09-11T21:50:11.887Z[ recovery-image] Sep 11 21:50:11.510 INFO O| Sep 11 21:50:11.510 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-09-11T21:50:11.887Z[ recovery-image] Sep 11 21:50:11.527 INFO O| Sep 11 21:50:11.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75602024-09-11T21:50:11.887Z[ recovery-image] Sep 11 21:50:11.527 INFO O| Sep 11 21:50:11.527 INFO STEP 1173 (remove_files) COMPLETE
75612024-09-11T21:50:11.887Z[ recovery-image] Sep 11 21:50:11.527 INFO O| Sep 11 21:50:11.527 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-09-11T21:50:11.912Z[ recovery-image] Sep 11 21:50:11.543 INFO O| Sep 11 21:50:11.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75632024-09-11T21:50:11.912Z[ recovery-image] Sep 11 21:50:11.543 INFO O| Sep 11 21:50:11.543 INFO STEP 1174 (remove_files) COMPLETE
75642024-09-11T21:50:11.912Z[ recovery-image] Sep 11 21:50:11.543 INFO O| Sep 11 21:50:11.543 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-09-11T21:50:11.936Z[ recovery-image] Sep 11 21:50:11.560 INFO O| Sep 11 21:50:11.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75662024-09-11T21:50:11.936Z[ recovery-image] Sep 11 21:50:11.560 INFO O| Sep 11 21:50:11.560 INFO STEP 1175 (remove_files) COMPLETE
75672024-09-11T21:50:11.936Z[ recovery-image] Sep 11 21:50:11.560 INFO O| Sep 11 21:50:11.560 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-09-11T21:50:11.936Z[ recovery-image] Sep 11 21:50:11.577 INFO O| Sep 11 21:50:11.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75692024-09-11T21:50:11.936Z[ recovery-image] Sep 11 21:50:11.577 INFO O| Sep 11 21:50:11.577 INFO STEP 1176 (remove_files) COMPLETE
75702024-09-11T21:50:11.936Z[ recovery-image] Sep 11 21:50:11.577 INFO O| Sep 11 21:50:11.577 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-09-11T21:50:11.960Z[ recovery-image] Sep 11 21:50:11.594 INFO O| Sep 11 21:50:11.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75722024-09-11T21:50:11.960Z[ recovery-image] Sep 11 21:50:11.594 INFO O| Sep 11 21:50:11.594 INFO STEP 1177 (remove_files) COMPLETE
75732024-09-11T21:50:11.960Z[ recovery-image] Sep 11 21:50:11.594 INFO O| Sep 11 21:50:11.594 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-09-11T21:50:11.984Z[ recovery-image] Sep 11 21:50:11.611 INFO O| Sep 11 21:50:11.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75752024-09-11T21:50:11.984Z[ recovery-image] Sep 11 21:50:11.611 INFO O| Sep 11 21:50:11.611 INFO STEP 1178 (remove_files) COMPLETE
75762024-09-11T21:50:11.984Z[ recovery-image] Sep 11 21:50:11.611 INFO O| Sep 11 21:50:11.611 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-09-11T21:50:12.009Z[ recovery-image] Sep 11 21:50:11.629 INFO O| Sep 11 21:50:11.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75782024-09-11T21:50:12.009Z[ recovery-image] Sep 11 21:50:11.629 INFO O| Sep 11 21:50:11.629 INFO STEP 1179 (remove_files) COMPLETE
75792024-09-11T21:50:12.009Z[ recovery-image] Sep 11 21:50:11.629 INFO O| Sep 11 21:50:11.629 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-09-11T21:50:12.009Z[ recovery-image] Sep 11 21:50:11.645 INFO O| Sep 11 21:50:11.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75812024-09-11T21:50:12.009Z[ recovery-image] Sep 11 21:50:11.646 INFO O| Sep 11 21:50:11.646 INFO STEP 1180 (remove_files) COMPLETE
75822024-09-11T21:50:12.009Z[ recovery-image] Sep 11 21:50:11.646 INFO O| Sep 11 21:50:11.646 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-09-11T21:50:12.033Z[ recovery-image] Sep 11 21:50:11.663 INFO O| Sep 11 21:50:11.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
75842024-09-11T21:50:12.033Z[ recovery-image] Sep 11 21:50:11.663 INFO O| Sep 11 21:50:11.663 INFO STEP 1181 (remove_files) COMPLETE
75852024-09-11T21:50:12.033Z[ recovery-image] Sep 11 21:50:11.663 INFO O| Sep 11 21:50:11.663 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-09-11T21:50:12.057Z[ recovery-image] Sep 11 21:50:11.687 INFO O| Sep 11 21:50:11.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
75872024-09-11T21:50:12.057Z[ recovery-image] Sep 11 21:50:11.687 INFO O| Sep 11 21:50:11.687 INFO STEP 1182 (remove_files) COMPLETE
75882024-09-11T21:50:12.057Z[ recovery-image] Sep 11 21:50:11.687 INFO O| Sep 11 21:50:11.687 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-09-11T21:50:12.081Z[ recovery-image] Sep 11 21:50:11.702 INFO O| Sep 11 21:50:11.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
75902024-09-11T21:50:12.081Z[ recovery-image] Sep 11 21:50:11.702 INFO O| Sep 11 21:50:11.702 INFO STEP 1183 (remove_files) COMPLETE
75912024-09-11T21:50:12.081Z[ recovery-image] Sep 11 21:50:11.702 INFO O| Sep 11 21:50:11.702 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-09-11T21:50:12.081Z[ recovery-image] Sep 11 21:50:11.714 INFO O| Sep 11 21:50:11.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
75932024-09-11T21:50:12.081Z[ recovery-image] Sep 11 21:50:11.714 INFO O| Sep 11 21:50:11.714 INFO STEP 1184 (remove_files) COMPLETE
75942024-09-11T21:50:12.081Z[ recovery-image] Sep 11 21:50:11.714 INFO O| Sep 11 21:50:11.714 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-09-11T21:50:12.105Z[ recovery-image] Sep 11 21:50:11.731 INFO O| Sep 11 21:50:11.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
75962024-09-11T21:50:12.105Z[ recovery-image] Sep 11 21:50:11.731 INFO O| Sep 11 21:50:11.731 INFO STEP 1185 (remove_files) COMPLETE
75972024-09-11T21:50:12.105Z[ recovery-image] Sep 11 21:50:11.731 INFO O| Sep 11 21:50:11.731 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-09-11T21:50:12.129Z[ recovery-image] Sep 11 21:50:11.750 INFO O| Sep 11 21:50:11.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
75992024-09-11T21:50:12.129Z[ recovery-image] Sep 11 21:50:11.750 INFO O| Sep 11 21:50:11.750 INFO STEP 1186 (remove_files) COMPLETE
76002024-09-11T21:50:12.129Z[ recovery-image] Sep 11 21:50:11.750 INFO O| Sep 11 21:50:11.750 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-09-11T21:50:12.129Z[ recovery-image] Sep 11 21:50:11.766 INFO O| Sep 11 21:50:11.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76022024-09-11T21:50:12.129Z[ recovery-image] Sep 11 21:50:11.766 INFO O| Sep 11 21:50:11.766 INFO STEP 1187 (remove_files) COMPLETE
76032024-09-11T21:50:12.129Z[ recovery-image] Sep 11 21:50:11.767 INFO O| Sep 11 21:50:11.766 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-09-11T21:50:12.153Z[ recovery-image] Sep 11 21:50:11.783 INFO O| Sep 11 21:50:11.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76052024-09-11T21:50:12.153Z[ recovery-image] Sep 11 21:50:11.783 INFO O| Sep 11 21:50:11.783 INFO STEP 1188 (remove_files) COMPLETE
76062024-09-11T21:50:12.153Z[ recovery-image] Sep 11 21:50:11.783 INFO O| Sep 11 21:50:11.783 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-09-11T21:50:12.177Z[ recovery-image] Sep 11 21:50:11.803 INFO O| Sep 11 21:50:11.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76082024-09-11T21:50:12.177Z[ recovery-image] Sep 11 21:50:11.803 INFO O| Sep 11 21:50:11.803 INFO STEP 1189 (remove_files) COMPLETE
76092024-09-11T21:50:12.177Z[ recovery-image] Sep 11 21:50:11.804 INFO O| Sep 11 21:50:11.803 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-09-11T21:50:12.201Z[ recovery-image] Sep 11 21:50:11.820 INFO O| Sep 11 21:50:11.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76112024-09-11T21:50:12.201Z[ recovery-image] Sep 11 21:50:11.820 INFO O| Sep 11 21:50:11.820 INFO STEP 1190 (remove_files) COMPLETE
76122024-09-11T21:50:12.201Z[ recovery-image] Sep 11 21:50:11.820 INFO O| Sep 11 21:50:11.820 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-09-11T21:50:12.201Z[ recovery-image] Sep 11 21:50:11.836 INFO O| Sep 11 21:50:11.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76142024-09-11T21:50:12.201Z[ recovery-image] Sep 11 21:50:11.837 INFO O| Sep 11 21:50:11.837 INFO STEP 1191 (remove_files) COMPLETE
76152024-09-11T21:50:12.201Z[ recovery-image] Sep 11 21:50:11.837 INFO O| Sep 11 21:50:11.837 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-09-11T21:50:12.226Z[ recovery-image] Sep 11 21:50:11.856 INFO O| Sep 11 21:50:11.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76172024-09-11T21:50:12.226Z[ recovery-image] Sep 11 21:50:11.856 INFO O| Sep 11 21:50:11.856 INFO STEP 1192 (remove_files) COMPLETE
76182024-09-11T21:50:12.226Z[ recovery-image] Sep 11 21:50:11.856 INFO O| Sep 11 21:50:11.856 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-09-11T21:50:12.250Z[ recovery-image] Sep 11 21:50:11.870 INFO O| Sep 11 21:50:11.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76202024-09-11T21:50:12.250Z[ recovery-image] Sep 11 21:50:11.870 INFO O| Sep 11 21:50:11.870 INFO STEP 1193 (remove_files) COMPLETE
76212024-09-11T21:50:12.250Z[ recovery-image] Sep 11 21:50:11.870 INFO O| Sep 11 21:50:11.870 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-09-11T21:50:12.250Z[ recovery-image] Sep 11 21:50:11.885 INFO O| Sep 11 21:50:11.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76232024-09-11T21:50:12.250Z[ recovery-image] Sep 11 21:50:11.885 INFO O| Sep 11 21:50:11.885 INFO STEP 1194 (remove_files) COMPLETE
76242024-09-11T21:50:12.250Z[ recovery-image] Sep 11 21:50:11.885 INFO O| Sep 11 21:50:11.885 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-09-11T21:50:12.274Z[ recovery-image] Sep 11 21:50:11.901 INFO O| Sep 11 21:50:11.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76262024-09-11T21:50:12.274Z[ recovery-image] Sep 11 21:50:11.901 INFO O| Sep 11 21:50:11.901 INFO STEP 1195 (remove_files) COMPLETE
76272024-09-11T21:50:12.274Z[ recovery-image] Sep 11 21:50:11.901 INFO O| Sep 11 21:50:11.901 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-09-11T21:50:12.274Z[ recovery-image] Sep 11 21:50:11.915 INFO O| Sep 11 21:50:11.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76292024-09-11T21:50:12.274Z[ recovery-image] Sep 11 21:50:11.915 INFO O| Sep 11 21:50:11.915 INFO STEP 1196 (remove_files) COMPLETE
76302024-09-11T21:50:12.274Z[ recovery-image] Sep 11 21:50:11.915 INFO O| Sep 11 21:50:11.915 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-09-11T21:50:12.299Z[ recovery-image] Sep 11 21:50:11.929 INFO O| Sep 11 21:50:11.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76322024-09-11T21:50:12.299Z[ recovery-image] Sep 11 21:50:11.929 INFO O| Sep 11 21:50:11.929 INFO STEP 1197 (remove_files) COMPLETE
76332024-09-11T21:50:12.299Z[ recovery-image] Sep 11 21:50:11.929 INFO O| Sep 11 21:50:11.929 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-09-11T21:50:12.323Z[ recovery-image] Sep 11 21:50:11.943 INFO O| Sep 11 21:50:11.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76352024-09-11T21:50:12.323Z[ recovery-image] Sep 11 21:50:11.943 INFO O| Sep 11 21:50:11.943 INFO STEP 1198 (remove_files) COMPLETE
76362024-09-11T21:50:12.323Z[ recovery-image] Sep 11 21:50:11.943 INFO O| Sep 11 21:50:11.943 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-09-11T21:50:12.323Z[ recovery-image] Sep 11 21:50:11.957 INFO O| Sep 11 21:50:11.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76382024-09-11T21:50:12.323Z[ recovery-image] Sep 11 21:50:11.957 INFO O| Sep 11 21:50:11.957 INFO STEP 1199 (remove_files) COMPLETE
76392024-09-11T21:50:12.323Z[ recovery-image] Sep 11 21:50:11.957 INFO O| Sep 11 21:50:11.957 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-09-11T21:50:12.347Z[ recovery-image] Sep 11 21:50:11.971 INFO O| Sep 11 21:50:11.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76412024-09-11T21:50:12.347Z[ recovery-image] Sep 11 21:50:11.971 INFO O| Sep 11 21:50:11.971 INFO STEP 1200 (remove_files) COMPLETE
76422024-09-11T21:50:12.347Z[ recovery-image] Sep 11 21:50:11.971 INFO O| Sep 11 21:50:11.971 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-09-11T21:50:12.347Z[ recovery-image] Sep 11 21:50:11.983 INFO O| Sep 11 21:50:11.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76442024-09-11T21:50:12.347Z[ recovery-image] Sep 11 21:50:11.983 INFO O| Sep 11 21:50:11.983 INFO STEP 1201 (remove_files) COMPLETE
76452024-09-11T21:50:12.347Z[ recovery-image] Sep 11 21:50:11.983 INFO O| Sep 11 21:50:11.983 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-09-11T21:50:12.371Z[ recovery-image] Sep 11 21:50:11.996 INFO O| Sep 11 21:50:11.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76472024-09-11T21:50:12.371Z[ recovery-image] Sep 11 21:50:11.996 INFO O| Sep 11 21:50:11.996 INFO STEP 1202 (remove_files) COMPLETE
76482024-09-11T21:50:12.371Z[ recovery-image] Sep 11 21:50:11.996 INFO O| Sep 11 21:50:11.996 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-09-11T21:50:12.371Z[ recovery-image] Sep 11 21:50:12.010 INFO O| Sep 11 21:50:12.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76502024-09-11T21:50:12.371Z[ recovery-image] Sep 11 21:50:12.010 INFO O| Sep 11 21:50:12.010 INFO STEP 1203 (remove_files) COMPLETE
76512024-09-11T21:50:12.371Z[ recovery-image] Sep 11 21:50:12.010 INFO O| Sep 11 21:50:12.010 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-09-11T21:50:12.397Z[ recovery-image] Sep 11 21:50:12.023 INFO O| Sep 11 21:50:12.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76532024-09-11T21:50:12.397Z[ recovery-image] Sep 11 21:50:12.023 INFO O| Sep 11 21:50:12.023 INFO STEP 1204 (remove_files) COMPLETE
76542024-09-11T21:50:12.397Z[ recovery-image] Sep 11 21:50:12.023 INFO O| Sep 11 21:50:12.023 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-09-11T21:50:12.421Z[ recovery-image] Sep 11 21:50:12.038 INFO O| Sep 11 21:50:12.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76562024-09-11T21:50:12.421Z[ recovery-image] Sep 11 21:50:12.038 INFO O| Sep 11 21:50:12.038 INFO STEP 1205 (remove_files) COMPLETE
76572024-09-11T21:50:12.421Z[ recovery-image] Sep 11 21:50:12.038 INFO O| Sep 11 21:50:12.038 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76582024-09-11T21:50:12.421Z[ recovery-image] Sep 11 21:50:12.059 INFO O| Sep 11 21:50:12.058 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76592024-09-11T21:50:12.421Z[ recovery-image] Sep 11 21:50:12.059 INFO O| Sep 11 21:50:12.059 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76602024-09-11T21:50:13.324Z[ recovery-image] Sep 11 21:50:12.965 INFO O| Sep 11 21:50:12.965 INFO STEP 1206 (pack_tar) COMPLETE
76612024-09-11T21:50:13.348Z[ recovery-image] Sep 11 21:50:12.965 INFO O| Sep 11 21:50:12.965 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76622024-09-11T21:50:13.348Z[ recovery-image] Sep 11 21:50:12.965 INFO O| Sep 11 21:50:12.965 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76632024-09-11T21:50:13.526Z[ recovery-image] Sep 11 21:50:13.167 INFO O| Sep 11 21:50:13.167 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76642024-09-11T21:50:13.585Z[ recovery-image] Sep 11 21:50:13.227 INFO O| Sep 11 21:50:13.227 INFO completed processing gimlet/ramdisk-03-recovery-trim
76652024-09-11T21:50:13.609Z[ recovery-image] Sep 11 21:50:13.237 INFO image builder template: zfs-recovery...
76662024-09-11T21:50:13.609Z[ recovery-image] Sep 11 21:50:13.237 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/.tmpU32EW5/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
76672024-09-11T21:50:13.645Z[ recovery-image] Sep 11 21:50:13.286 INFO O| Sep 11 21:50:13.286 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76682024-09-11T21:50:13.669Z[ recovery-image] Sep 11 21:50:13.293 INFO O| Sep 11 21:50:13.293 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76692024-09-11T21:50:13.694Z[ recovery-image] Sep 11 21:50:13.331 INFO O| Sep 11 21:50:13.330 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76702024-09-11T21:50:13.723Z[ recovery-image] Sep 11 21:50:13.365 INFO O| Sep 11 21:50:13.365 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76712024-09-11T21:50:13.723Z[ recovery-image] Sep 11 21:50:13.365 INFO O| Sep 11 21:50:13.365 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76722024-09-11T21:50:13.747Z[ recovery-image] Sep 11 21:50:13.374 INFO O| Sep 11 21:50:13.374 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76732024-09-11T21:50:13.775Z[ recovery-image] Sep 11 21:50:13.417 INFO O| Sep 11 21:50:13.417 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76742024-09-11T21:50:13.800Z[ recovery-image] Sep 11 21:50:13.442 INFO O| Sep 11 21:50:13.442 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76752024-09-11T21:50:13.824Z[ recovery-image] Sep 11 21:50:13.459 INFO O| Sep 11 21:50:13.459 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76762024-09-11T21:50:13.848Z[ recovery-image] Sep 11 21:50:13.466 INFO O| Sep 11 21:50:13.466 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76772024-09-11T21:50:13.848Z[ recovery-image] Sep 11 21:50:13.468 INFO O| Sep 11 21:50:13.468 INFO no lofi found
76782024-09-11T21:50:13.848Z[ recovery-image] Sep 11 21:50:13.468 INFO O| Sep 11 21:50:13.468 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76792024-09-11T21:50:13.848Z[ recovery-image] Sep 11 21:50:13.468 INFO O| Sep 11 21:50:13.468 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76802024-09-11T21:50:15.303Z[ host-image] Sep 11 21:50:14.941 INFO O| Sep 11 21:50:14.941 INFO O| Download: Completed 8.42 MB in 3.95 seconds (2.1M/s)
76812024-09-11T21:50:15.372Z[ recovery-image] Sep 11 21:50:15.013 INFO O| Sep 11 21:50:15.013 INFO lofi device = /dev/dsk/c3t1d0p0
76822024-09-11T21:50:15.372Z[ recovery-image] Sep 11 21:50:15.013 INFO O| Sep 11 21:50:15.013 INFO pool device = /dev/dsk/c3t1d0p0
76832024-09-11T21:50:15.396Z[ recovery-image] Sep 11 21:50:15.014 INFO O| Sep 11 21:50:15.013 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/c3t1d0p0"]
76842024-09-11T21:50:15.396Z[ host-image] Sep 11 21:50:15.018 INFO O| Sep 11 21:50:15.018 INFO O| Actions: 1/1361 actions (Installing new actions)
76852024-09-11T21:50:15.505Z[ recovery-image] Sep 11 21:50:15.147 INFO O| Sep 11 21:50:15.147 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76862024-09-11T21:50:15.505Z[ recovery-image] Sep 11 21:50:15.147 INFO O| Sep 11 21:50:15.147 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
76872024-09-11T21:50:15.540Z[ recovery-image] Sep 11 21:50:15.182 INFO O| Sep 11 21:50:15.182 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
76882024-09-11T21:50:15.637Z[ recovery-image] Sep 11 21:50:15.278 INFO O| Sep 11 21:50:15.278 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
76892024-09-11T21:50:15.686Z[ recovery-image] Sep 11 21:50:15.328 INFO O| Sep 11 21:50:15.328 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
76902024-09-11T21:50:15.710Z[ recovery-image] Sep 11 21:50:15.352 INFO O| Sep 11 21:50:15.352 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
76912024-09-11T21:50:15.736Z[ recovery-image] Sep 11 21:50:15.373 INFO O| Sep 11 21:50:15.372 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
76922024-09-11T21:50:15.791Z[ recovery-image] Sep 11 21:50:15.433 INFO O| Sep 11 21:50:15.433 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76932024-09-11T21:50:15.791Z[ recovery-image] Sep 11 21:50:15.433 INFO O| Sep 11 21:50:15.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76942024-09-11T21:50:15.816Z[ recovery-image] Sep 11 21:50:15.433 INFO O| Sep 11 21:50:15.433 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76952024-09-11T21:50:15.816Z[ recovery-image] Sep 11 21:50:15.448 INFO O| Sep 11 21:50:15.448 INFO boot environment UUID: 2eb9c827-8c9d-4288-adaa-9d12b69f9498
76962024-09-11T21:50:15.816Z[ recovery-image] Sep 11 21:50:15.448 INFO O| Sep 11 21:50:15.448 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2eb9c827-8c9d-4288-adaa-9d12b69f9498
76972024-09-11T21:50:15.840Z[ recovery-image] Sep 11 21:50:15.470 INFO O| Sep 11 21:50:15.470 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
76982024-09-11T21:50:15.863Z[ recovery-image] Sep 11 21:50:15.490 INFO O| Sep 11 21:50:15.490 INFO STEP 0 (create_be) COMPLETE
76992024-09-11T21:50:15.864Z[ recovery-image] Sep 11 21:50:15.490 INFO O| Sep 11 21:50:15.490 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77002024-09-11T21:50:15.887Z[ recovery-image] Sep 11 21:50:15.514 INFO O| Sep 11 21:50:15.514 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"]
77012024-09-11T21:50:15.984Z[ host-image] Sep 11 21:50:15.625 INFO O| Sep 11 21:50:15.625 INFO O| Actions: Completed 1361 actions in 0.61 seconds.
77022024-09-11T21:50:16.539Z[ host-image] Sep 11 21:50:16.180 INFO O| Sep 11 21:50:16.180 INFO O| Done
77032024-09-11T21:50:16.539Z[ host-image] Sep 11 21:50:16.181 INFO O| Sep 11 21:50:16.180 INFO O| Done
77042024-09-11T21:50:17.226Z[ host-image] Sep 11 21:50:16.867 INFO O| Sep 11 21:50:16.867 INFO O| Done
77052024-09-11T21:50:19.401Z[ recovery-image] Sep 11 21:50:19.042 INFO O| Sep 11 21:50:19.042 INFO STEP 1 (unpack_tar) COMPLETE
77062024-09-11T21:50:19.401Z[ recovery-image] Sep 11 21:50:19.042 INFO O| Sep 11 21:50:19.042 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77072024-09-11T21:50:19.446Z[ recovery-image] Sep 11 21:50:19.084 INFO O| Sep 11 21:50:19.082 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77082024-09-11T21:50:20.159Z[ recovery-image] Sep 11 21:50:19.800 INFO O| Sep 11 21:50:19.800 INFO STEP 2 (devfsadm) COMPLETE
77092024-09-11T21:50:20.159Z[ recovery-image] Sep 11 21:50:19.800 INFO O| Sep 11 21:50:19.800 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77102024-09-11T21:50:20.184Z[ recovery-image] Sep 11 21:50:19.820 INFO O| Sep 11 21:50:19.820 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77112024-09-11T21:50:20.184Z[ recovery-image] Sep 11 21:50:19.820 INFO O| Sep 11 21:50:19.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77122024-09-11T21:50:20.184Z[ recovery-image] Sep 11 21:50:19.820 INFO O| Sep 11 21:50:19.820 INFO STEP 3 (ensure_dir) COMPLETE
77132024-09-11T21:50:20.184Z[ recovery-image] Sep 11 21:50:19.820 INFO O| Sep 11 21:50:19.820 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77142024-09-11T21:50:20.208Z[ recovery-image] Sep 11 21:50:19.837 INFO O| Sep 11 21:50:19.837 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77152024-09-11T21:50:20.208Z[ recovery-image] Sep 11 21:50:19.837 INFO O| Sep 11 21:50:19.837 INFO STEP 4 (ensure_dir) COMPLETE
77162024-09-11T21:50:20.208Z[ recovery-image] Sep 11 21:50:19.837 INFO O| Sep 11 21:50:19.837 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77172024-09-11T21:50:20.232Z[ recovery-image] Sep 11 21:50:19.853 INFO O| Sep 11 21:50:19.853 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77182024-09-11T21:50:20.232Z[ recovery-image] Sep 11 21:50:19.853 INFO O| Sep 11 21:50:19.853 INFO STEP 5 (ensure_dir) COMPLETE
77192024-09-11T21:50:20.232Z[ recovery-image] Sep 11 21:50:19.853 INFO O| Sep 11 21:50:19.853 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77202024-09-11T21:50:20.232Z[ host-image] Sep 11 21:50:19.858 INFO O| Sep 11 21:50:19.858 INFO O| Done
77212024-09-11T21:50:20.232Z[ recovery-image] Sep 11 21:50:19.869 INFO O| Sep 11 21:50:19.869 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77222024-09-11T21:50:20.232Z[ recovery-image] Sep 11 21:50:19.869 INFO O| Sep 11 21:50:19.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77232024-09-11T21:50:20.232Z[ recovery-image] Sep 11 21:50:19.869 INFO O| Sep 11 21:50:19.869 INFO STEP 6 (ensure_dir) COMPLETE
77242024-09-11T21:50:20.232Z[ recovery-image] Sep 11 21:50:19.869 INFO O| Sep 11 21:50:19.869 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77252024-09-11T21:50:20.256Z[ recovery-image] Sep 11 21:50:19.885 INFO O| Sep 11 21:50:19.885 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77262024-09-11T21:50:20.256Z[ recovery-image] Sep 11 21:50:19.885 INFO O| Sep 11 21:50:19.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77272024-09-11T21:50:20.256Z[ recovery-image] Sep 11 21:50:19.885 INFO O| Sep 11 21:50:19.885 INFO STEP 7 (ensure_dir) COMPLETE
77282024-09-11T21:50:20.256Z[ recovery-image] Sep 11 21:50:19.885 INFO O| Sep 11 21:50:19.885 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77292024-09-11T21:50:20.256Z[ host-image] Sep 11 21:50:19.894 INFO O| Sep 11 21:50:19.894 INFO O| Done
77302024-09-11T21:50:20.256Z[ host-image] Sep 11 21:50:19.894 INFO O| Sep 11 21:50:19.894 INFO O| Done
77312024-09-11T21:50:20.280Z[ recovery-image] Sep 11 21:50:19.903 INFO O| Sep 11 21:50:19.903 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77322024-09-11T21:50:20.280Z[ recovery-image] Sep 11 21:50:19.903 INFO O| Sep 11 21:50:19.903 INFO STEP 8 (remove_files) COMPLETE
77332024-09-11T21:50:20.281Z[ recovery-image] Sep 11 21:50:19.903 INFO O| Sep 11 21:50:19.903 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77342024-09-11T21:50:20.281Z[ recovery-image] Sep 11 21:50:19.922 INFO O| Sep 11 21:50:19.922 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77352024-09-11T21:50:20.305Z[ recovery-image] Sep 11 21:50:19.924 INFO O| Sep 11 21:50:19.924 INFO STEP 9 (remove_files) COMPLETE
77362024-09-11T21:50:20.305Z[ recovery-image] Sep 11 21:50:19.924 INFO O| Sep 11 21:50:19.924 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77372024-09-11T21:50:20.305Z[ recovery-image] Sep 11 21:50:19.942 INFO O| Sep 11 21:50:19.942 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77382024-09-11T21:50:20.305Z[ recovery-image] Sep 11 21:50:19.944 INFO O| Sep 11 21:50:19.944 INFO STEP 10 (remove_files) COMPLETE
77392024-09-11T21:50:20.305Z[ recovery-image] Sep 11 21:50:19.944 INFO O| Sep 11 21:50:19.944 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77402024-09-11T21:50:20.329Z[ host-image] Sep 11 21:50:19.950 INFO O| Sep 11 21:50:19.950 INFO O| Done
77412024-09-11T21:50:20.329Z[ recovery-image] Sep 11 21:50:19.962 INFO O| Sep 11 21:50:19.962 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77422024-09-11T21:50:20.329Z[ recovery-image] Sep 11 21:50:19.962 INFO O| Sep 11 21:50:19.962 INFO STEP 11 (remove_files) COMPLETE
77432024-09-11T21:50:20.329Z[ recovery-image] Sep 11 21:50:19.962 INFO O| Sep 11 21:50:19.962 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77442024-09-11T21:50:20.354Z[ recovery-image] Sep 11 21:50:19.981 INFO O| Sep 11 21:50:19.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77452024-09-11T21:50:20.354Z[ recovery-image] Sep 11 21:50:19.981 INFO O| Sep 11 21:50:19.981 INFO STEP 12 (remove_files) COMPLETE
77462024-09-11T21:50:20.354Z[ recovery-image] Sep 11 21:50:19.981 INFO O| Sep 11 21:50:19.981 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77472024-09-11T21:50:20.378Z[ recovery-image] Sep 11 21:50:19.998 INFO O| Sep 11 21:50:19.998 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77482024-09-11T21:50:20.378Z[ recovery-image] Sep 11 21:50:19.998 INFO O| Sep 11 21:50:19.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77492024-09-11T21:50:20.378Z[ recovery-image] Sep 11 21:50:19.999 INFO O| Sep 11 21:50:19.998 INFO STEP 13 (ensure_dir) COMPLETE
77502024-09-11T21:50:20.378Z[ recovery-image] Sep 11 21:50:19.999 INFO O| Sep 11 21:50:19.998 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77512024-09-11T21:50:20.378Z[ recovery-image] Sep 11 21:50:20.015 INFO O| Sep 11 21:50:20.015 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77522024-09-11T21:50:20.378Z[ recovery-image] Sep 11 21:50:20.015 INFO O| Sep 11 21:50:20.015 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77532024-09-11T21:50:20.378Z[ recovery-image] Sep 11 21:50:20.015 INFO O| Sep 11 21:50:20.015 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77542024-09-11T21:50:20.378Z[ recovery-image] Sep 11 21:50:20.015 INFO O| Sep 11 21:50:20.015 INFO STEP 14 (ensure_dir) COMPLETE
77552024-09-11T21:50:20.378Z[ recovery-image] Sep 11 21:50:20.015 INFO O| Sep 11 21:50:20.015 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77562024-09-11T21:50:20.402Z[ recovery-image] Sep 11 21:50:20.032 INFO O| Sep 11 21:50:20.032 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77572024-09-11T21:50:20.402Z[ recovery-image] Sep 11 21:50:20.032 INFO O| Sep 11 21:50:20.032 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77582024-09-11T21:50:20.402Z[ recovery-image] Sep 11 21:50:20.032 INFO O| Sep 11 21:50:20.032 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77592024-09-11T21:50:20.402Z[ recovery-image] Sep 11 21:50:20.032 INFO O| Sep 11 21:50:20.032 INFO STEP 15 (ensure_dir) COMPLETE
77602024-09-11T21:50:20.402Z[ recovery-image] Sep 11 21:50:20.032 INFO O| Sep 11 21:50:20.032 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77612024-09-11T21:50:20.426Z[ recovery-image] Sep 11 21:50:20.048 INFO O| Sep 11 21:50:20.048 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77622024-09-11T21:50:20.426Z[ recovery-image] Sep 11 21:50:20.049 INFO O| Sep 11 21:50:20.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77632024-09-11T21:50:20.426Z[ recovery-image] Sep 11 21:50:20.049 INFO O| Sep 11 21:50:20.049 INFO STEP 16 (ensure_dir) COMPLETE
77642024-09-11T21:50:20.426Z[ recovery-image] Sep 11 21:50:20.049 INFO O| Sep 11 21:50:20.049 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77652024-09-11T21:50:20.450Z[ recovery-image] Sep 11 21:50:20.068 INFO O| Sep 11 21:50:20.068 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77662024-09-11T21:50:20.450Z[ recovery-image] Sep 11 21:50:20.068 INFO O| Sep 11 21:50:20.068 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77672024-09-11T21:50:20.450Z[ recovery-image] Sep 11 21:50:20.068 INFO O| Sep 11 21:50:20.068 INFO STEP 17 (ensure_dir) COMPLETE
77682024-09-11T21:50:20.450Z[ recovery-image] Sep 11 21:50:20.068 INFO O| Sep 11 21:50:20.068 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77692024-09-11T21:50:20.450Z[ host-image] Sep 11 21:50:20.079 INFO O| Sep 11 21:50:20.079 INFO STEP 13 (pkg_install) COMPLETE
77702024-09-11T21:50:20.450Z[ host-image] Sep 11 21:50:20.079 INFO O| Sep 11 21:50:20.079 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77712024-09-11T21:50:20.450Z[ recovery-image] Sep 11 21:50:20.086 INFO O| Sep 11 21:50:20.086 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77722024-09-11T21:50:20.451Z[ recovery-image] Sep 11 21:50:20.086 INFO O| Sep 11 21:50:20.086 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77732024-09-11T21:50:20.451Z[ recovery-image] Sep 11 21:50:20.086 INFO O| Sep 11 21:50:20.086 INFO ok!
77742024-09-11T21:50:20.451Z[ recovery-image] Sep 11 21:50:20.086 INFO O| Sep 11 21:50:20.086 INFO STEP 18 (ensure_symlink) COMPLETE
77752024-09-11T21:50:20.451Z[ recovery-image] Sep 11 21:50:20.086 INFO O| Sep 11 21:50:20.086 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77762024-09-11T21:50:20.475Z[ host-image] Sep 11 21:50:20.098 INFO O| Sep 11 21:50:20.098 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
77772024-09-11T21:50:20.475Z[ recovery-image] Sep 11 21:50:20.103 INFO O| Sep 11 21:50:20.103 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77782024-09-11T21:50:20.475Z[ recovery-image] Sep 11 21:50:20.103 INFO O| Sep 11 21:50:20.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77792024-09-11T21:50:20.475Z[ recovery-image] Sep 11 21:50:20.103 INFO O| Sep 11 21:50:20.103 INFO ok!
77802024-09-11T21:50:20.475Z[ recovery-image] Sep 11 21:50:20.103 INFO O| Sep 11 21:50:20.103 INFO STEP 19 (ensure_file) COMPLETE
77812024-09-11T21:50:20.475Z[ recovery-image] Sep 11 21:50:20.103 INFO O| Sep 11 21:50:20.103 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77822024-09-11T21:50:20.500Z[ recovery-image] Sep 11 21:50:20.119 INFO O| Sep 11 21:50:20.118 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77832024-09-11T21:50:20.500Z[ recovery-image] Sep 11 21:50:20.119 INFO O| Sep 11 21:50:20.119 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77842024-09-11T21:50:20.500Z[ recovery-image] Sep 11 21:50:20.119 INFO O| Sep 11 21:50:20.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77852024-09-11T21:50:20.500Z[ recovery-image] Sep 11 21:50:20.119 INFO O| Sep 11 21:50:20.119 INFO ok!
77862024-09-11T21:50:20.500Z[ recovery-image] Sep 11 21:50:20.119 INFO O| Sep 11 21:50:20.119 INFO STEP 20 (ensure_symlink) COMPLETE
77872024-09-11T21:50:20.500Z[ recovery-image] Sep 11 21:50:20.119 INFO O| Sep 11 21:50:20.119 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77882024-09-11T21:50:20.500Z[ recovery-image] Sep 11 21:50:20.136 INFO O| Sep 11 21:50:20.136 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77892024-09-11T21:50:20.500Z[ recovery-image] Sep 11 21:50:20.136 INFO O| Sep 11 21:50:20.136 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77902024-09-11T21:50:20.500Z[ recovery-image] Sep 11 21:50:20.136 INFO O| Sep 11 21:50:20.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77912024-09-11T21:50:20.500Z[ recovery-image] Sep 11 21:50:20.136 INFO O| Sep 11 21:50:20.136 INFO ok!
77922024-09-11T21:50:20.500Z[ recovery-image] Sep 11 21:50:20.136 INFO O| Sep 11 21:50:20.136 INFO STEP 21 (ensure_symlink) COMPLETE
77932024-09-11T21:50:20.500Z[ recovery-image] Sep 11 21:50:20.136 INFO O| Sep 11 21:50:20.136 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77942024-09-11T21:50:20.525Z[ recovery-image] Sep 11 21:50:20.153 INFO O| Sep 11 21:50:20.153 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77952024-09-11T21:50:20.525Z[ recovery-image] Sep 11 21:50:20.153 INFO O| Sep 11 21:50:20.153 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
77962024-09-11T21:50:20.525Z[ recovery-image] Sep 11 21:50:20.153 INFO O| Sep 11 21:50:20.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
77972024-09-11T21:50:20.525Z[ recovery-image] Sep 11 21:50:20.153 INFO O| Sep 11 21:50:20.153 INFO ok!
77982024-09-11T21:50:20.525Z[ recovery-image] Sep 11 21:50:20.153 INFO O| Sep 11 21:50:20.153 INFO STEP 22 (ensure_symlink) COMPLETE
77992024-09-11T21:50:20.525Z[ recovery-image] Sep 11 21:50:20.153 INFO O| Sep 11 21:50:20.153 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78002024-09-11T21:50:20.549Z[ recovery-image] Sep 11 21:50:20.173 INFO O| Sep 11 21:50:20.173 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78012024-09-11T21:50:20.549Z[ recovery-image] Sep 11 21:50:20.173 INFO O| Sep 11 21:50:20.173 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78022024-09-11T21:50:20.549Z[ recovery-image] Sep 11 21:50:20.173 INFO O| Sep 11 21:50:20.173 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78032024-09-11T21:50:20.549Z[ recovery-image] Sep 11 21:50:20.173 INFO O| Sep 11 21:50:20.173 INFO ok!
78042024-09-11T21:50:20.549Z[ recovery-image] Sep 11 21:50:20.173 INFO O| Sep 11 21:50:20.173 INFO STEP 23 (ensure_symlink) COMPLETE
78052024-09-11T21:50:20.549Z[ recovery-image] Sep 11 21:50:20.173 INFO O| Sep 11 21:50:20.173 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78062024-09-11T21:50:20.573Z[ recovery-image] Sep 11 21:50:20.191 INFO O| Sep 11 21:50:20.190 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78072024-09-11T21:50:20.573Z[ recovery-image] Sep 11 21:50:20.191 INFO O| Sep 11 21:50:20.191 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 ...
78082024-09-11T21:50:20.573Z[ recovery-image] Sep 11 21:50:20.191 INFO O| Sep 11 21:50:20.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78092024-09-11T21:50:20.573Z[ recovery-image] Sep 11 21:50:20.191 INFO O| Sep 11 21:50:20.191 INFO ok!
78102024-09-11T21:50:20.573Z[ recovery-image] Sep 11 21:50:20.191 INFO O| Sep 11 21:50:20.191 INFO STEP 24 (ensure_file) COMPLETE
78112024-09-11T21:50:20.573Z[ recovery-image] Sep 11 21:50:20.191 INFO O| Sep 11 21:50:20.191 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78122024-09-11T21:50:20.573Z[ recovery-image] Sep 11 21:50:20.209 INFO O| Sep 11 21:50:20.209 INFO updating shadow file
78132024-09-11T21:50:20.573Z[ recovery-image] Sep 11 21:50:20.210 INFO O| Sep 11 21:50:20.209 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78142024-09-11T21:50:20.573Z[ recovery-image] Sep 11 21:50:20.210 INFO O| Sep 11 21:50:20.209 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78152024-09-11T21:50:20.573Z[ recovery-image] Sep 11 21:50:20.210 INFO O| Sep 11 21:50:20.210 INFO STEP 25 (shadow) COMPLETE
78162024-09-11T21:50:20.573Z[ recovery-image] Sep 11 21:50:20.210 INFO O| Sep 11 21:50:20.210 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78172024-09-11T21:50:20.597Z[ recovery-image] Sep 11 21:50:20.227 INFO O| Sep 11 21:50:20.227 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78182024-09-11T21:50:20.597Z[ recovery-image] Sep 11 21:50:20.227 INFO O| Sep 11 21:50:20.227 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78192024-09-11T21:50:20.597Z[ recovery-image] Sep 11 21:50:20.227 INFO O| Sep 11 21:50:20.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78202024-09-11T21:50:20.597Z[ recovery-image] Sep 11 21:50:20.228 INFO O| Sep 11 21:50:20.227 INFO ok!
78212024-09-11T21:50:20.597Z[ recovery-image] Sep 11 21:50:20.228 INFO O| Sep 11 21:50:20.227 INFO STEP 26 (ensure_file) COMPLETE
78222024-09-11T21:50:20.597Z[ recovery-image] Sep 11 21:50:20.228 INFO O| Sep 11 21:50:20.228 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78232024-09-11T21:50:20.621Z[ recovery-image] Sep 11 21:50:20.253 INFO O| Sep 11 21:50:20.253 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78242024-09-11T21:50:20.621Z[ recovery-image] Sep 11 21:50:20.253 INFO O| Sep 11 21:50:20.253 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78252024-09-11T21:50:20.621Z[ recovery-image] Sep 11 21:50:20.253 INFO O| Sep 11 21:50:20.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78262024-09-11T21:50:20.621Z[ recovery-image] Sep 11 21:50:20.253 INFO O| Sep 11 21:50:20.253 INFO ok!
78272024-09-11T21:50:20.621Z[ recovery-image] Sep 11 21:50:20.253 INFO O| Sep 11 21:50:20.253 INFO STEP 27 (ensure_file) COMPLETE
78282024-09-11T21:50:20.621Z[ recovery-image] Sep 11 21:50:20.253 INFO O| Sep 11 21:50:20.253 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78292024-09-11T21:50:20.647Z[ recovery-image] Sep 11 21:50:20.271 INFO O| Sep 11 21:50:20.271 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78302024-09-11T21:50:20.647Z[ recovery-image] Sep 11 21:50:20.271 INFO O| Sep 11 21:50:20.271 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78312024-09-11T21:50:20.647Z[ recovery-image] Sep 11 21:50:20.271 INFO O| Sep 11 21:50:20.271 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78322024-09-11T21:50:20.647Z[ recovery-image] Sep 11 21:50:20.271 INFO O| Sep 11 21:50:20.271 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78332024-09-11T21:50:20.647Z[ recovery-image] Sep 11 21:50:20.271 INFO O| Sep 11 21:50:20.271 INFO ok!
78342024-09-11T21:50:20.647Z[ recovery-image] Sep 11 21:50:20.271 INFO O| Sep 11 21:50:20.271 INFO STEP 28 (ensure_file) COMPLETE
78352024-09-11T21:50:20.647Z[ recovery-image] Sep 11 21:50:20.271 INFO O| Sep 11 21:50:20.271 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78362024-09-11T21:50:20.647Z[ recovery-image] Sep 11 21:50:20.287 INFO O| Sep 11 21:50:20.287 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78372024-09-11T21:50:20.647Z[ recovery-image] Sep 11 21:50:20.287 INFO O| Sep 11 21:50:20.287 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78382024-09-11T21:50:20.671Z[ recovery-image] Sep 11 21:50:20.287 INFO O| Sep 11 21:50:20.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78392024-09-11T21:50:20.671Z[ recovery-image] Sep 11 21:50:20.287 INFO O| Sep 11 21:50:20.287 INFO ok!
78402024-09-11T21:50:20.671Z[ recovery-image] Sep 11 21:50:20.287 INFO O| Sep 11 21:50:20.287 INFO STEP 29 (ensure_file) COMPLETE
78412024-09-11T21:50:20.671Z[ recovery-image] Sep 11 21:50:20.287 INFO O| Sep 11 21:50:20.287 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78422024-09-11T21:50:20.671Z[ recovery-image] Sep 11 21:50:20.304 INFO O| Sep 11 21:50:20.304 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78432024-09-11T21:50:20.671Z[ recovery-image] Sep 11 21:50:20.304 INFO O| Sep 11 21:50:20.304 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78442024-09-11T21:50:20.671Z[ recovery-image] Sep 11 21:50:20.304 INFO O| Sep 11 21:50:20.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78452024-09-11T21:50:20.671Z[ recovery-image] Sep 11 21:50:20.304 INFO O| Sep 11 21:50:20.304 INFO ok!
78462024-09-11T21:50:20.671Z[ recovery-image] Sep 11 21:50:20.304 INFO O| Sep 11 21:50:20.304 INFO STEP 30 (ensure_file) COMPLETE
78472024-09-11T21:50:20.671Z[ recovery-image] Sep 11 21:50:20.304 INFO O| Sep 11 21:50:20.304 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78482024-09-11T21:50:20.695Z[ recovery-image] Sep 11 21:50:20.321 INFO O| Sep 11 21:50:20.321 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78492024-09-11T21:50:20.695Z[ recovery-image] Sep 11 21:50:20.321 INFO O| Sep 11 21:50:20.321 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78502024-09-11T21:50:20.695Z[ recovery-image] Sep 11 21:50:20.321 INFO O| Sep 11 21:50:20.321 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78512024-09-11T21:50:20.695Z[ recovery-image] Sep 11 21:50:20.322 INFO O| Sep 11 21:50:20.321 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78522024-09-11T21:50:20.695Z[ recovery-image] Sep 11 21:50:20.322 INFO O| Sep 11 21:50:20.321 INFO ok!
78532024-09-11T21:50:20.695Z[ recovery-image] Sep 11 21:50:20.322 INFO O| Sep 11 21:50:20.321 INFO STEP 31 (ensure_file) COMPLETE
78542024-09-11T21:50:20.696Z[ recovery-image] Sep 11 21:50:20.322 INFO O| Sep 11 21:50:20.321 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78552024-09-11T21:50:20.720Z[ recovery-image] Sep 11 21:50:20.344 INFO O| Sep 11 21:50:20.343 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78562024-09-11T21:50:20.720Z[ recovery-image] Sep 11 21:50:20.344 INFO O| Sep 11 21:50:20.344 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78572024-09-11T21:50:20.720Z[ recovery-image] Sep 11 21:50:20.344 INFO O| Sep 11 21:50:20.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78582024-09-11T21:50:20.720Z[ recovery-image] Sep 11 21:50:20.344 INFO O| Sep 11 21:50:20.344 INFO ok!
78592024-09-11T21:50:20.720Z[ recovery-image] Sep 11 21:50:20.344 INFO O| Sep 11 21:50:20.344 INFO STEP 32 (ensure_file) COMPLETE
78602024-09-11T21:50:20.720Z[ recovery-image] Sep 11 21:50:20.344 INFO O| Sep 11 21:50:20.344 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78612024-09-11T21:50:20.720Z[ recovery-image] Sep 11 21:50:20.360 INFO O| Sep 11 21:50:20.359 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78622024-09-11T21:50:20.720Z[ recovery-image] Sep 11 21:50:20.360 INFO O| Sep 11 21:50:20.360 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78632024-09-11T21:50:20.720Z[ recovery-image] Sep 11 21:50:20.360 INFO O| Sep 11 21:50:20.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78642024-09-11T21:50:20.721Z[ recovery-image] Sep 11 21:50:20.360 INFO O| Sep 11 21:50:20.360 INFO ok!
78652024-09-11T21:50:20.721Z[ recovery-image] Sep 11 21:50:20.360 INFO O| Sep 11 21:50:20.360 INFO STEP 33 (ensure_file) COMPLETE
78662024-09-11T21:50:20.721Z[ recovery-image] Sep 11 21:50:20.360 INFO O| Sep 11 21:50:20.360 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78672024-09-11T21:50:20.745Z[ recovery-image] Sep 11 21:50:20.374 INFO O| Sep 11 21:50:20.374 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78682024-09-11T21:50:20.745Z[ recovery-image] Sep 11 21:50:20.375 INFO O| Sep 11 21:50:20.374 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78692024-09-11T21:50:20.745Z[ recovery-image] Sep 11 21:50:20.375 INFO O| Sep 11 21:50:20.375 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78702024-09-11T21:50:20.745Z[ recovery-image] Sep 11 21:50:20.375 INFO O| Sep 11 21:50:20.375 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78712024-09-11T21:50:20.745Z[ recovery-image] Sep 11 21:50:20.375 INFO O| Sep 11 21:50:20.375 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78722024-09-11T21:50:20.745Z[ recovery-image] Sep 11 21:50:20.375 INFO O| Sep 11 21:50:20.375 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78732024-09-11T21:50:20.745Z[ recovery-image] Sep 11 21:50:20.375 INFO O| Sep 11 21:50:20.375 INFO ok!
78742024-09-11T21:50:20.745Z[ recovery-image] Sep 11 21:50:20.375 INFO O| Sep 11 21:50:20.375 INFO STEP 34 (ensure_file) COMPLETE
78752024-09-11T21:50:20.745Z[ recovery-image] Sep 11 21:50:20.375 INFO O| Sep 11 21:50:20.375 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78762024-09-11T21:50:20.769Z[ recovery-image] Sep 11 21:50:20.395 INFO O| Sep 11 21:50:20.395 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78772024-09-11T21:50:20.770Z[ recovery-image] Sep 11 21:50:20.395 INFO O| Sep 11 21:50:20.395 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78782024-09-11T21:50:20.770Z[ recovery-image] Sep 11 21:50:20.395 INFO O| Sep 11 21:50:20.395 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78792024-09-11T21:50:20.770Z[ recovery-image] Sep 11 21:50:20.395 INFO O| Sep 11 21:50:20.395 INFO STEP 35 (ensure_dir) COMPLETE
78802024-09-11T21:50:20.770Z[ recovery-image] Sep 11 21:50:20.395 INFO O| Sep 11 21:50:20.395 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78812024-09-11T21:50:20.794Z[ recovery-image] Sep 11 21:50:20.413 INFO O| Sep 11 21:50:20.413 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
78822024-09-11T21:50:20.794Z[ recovery-image] Sep 11 21:50:20.413 INFO O| Sep 11 21:50:20.413 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 ...
78832024-09-11T21:50:20.794Z[ recovery-image] Sep 11 21:50:20.414 INFO O| Sep 11 21:50:20.413 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
78842024-09-11T21:50:20.794Z[ recovery-image] Sep 11 21:50:20.414 INFO O| Sep 11 21:50:20.414 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
78852024-09-11T21:50:20.794Z[ recovery-image] Sep 11 21:50:20.414 INFO O| Sep 11 21:50:20.414 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
78862024-09-11T21:50:20.794Z[ recovery-image] Sep 11 21:50:20.414 INFO O| Sep 11 21:50:20.414 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
78872024-09-11T21:50:20.794Z[ recovery-image] Sep 11 21:50:20.414 INFO O| Sep 11 21:50:20.414 INFO ok!
78882024-09-11T21:50:20.794Z[ recovery-image] Sep 11 21:50:20.414 INFO O| Sep 11 21:50:20.414 INFO STEP 36 (ensure_file) COMPLETE
78892024-09-11T21:50:20.794Z[ recovery-image] Sep 11 21:50:20.414 INFO O| Sep 11 21:50:20.414 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78902024-09-11T21:50:20.794Z[ recovery-image] Sep 11 21:50:20.435 INFO O| Sep 11 21:50:20.435 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78912024-09-11T21:50:20.818Z[ recovery-image] Sep 11 21:50:20.436 INFO O| Sep 11 21:50:20.435 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 ...
78922024-09-11T21:50:20.818Z[ recovery-image] Sep 11 21:50:20.436 INFO O| Sep 11 21:50:20.435 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78932024-09-11T21:50:20.818Z[ recovery-image] Sep 11 21:50:20.436 INFO O| Sep 11 21:50:20.436 INFO ok!
78942024-09-11T21:50:20.818Z[ recovery-image] Sep 11 21:50:20.436 INFO O| Sep 11 21:50:20.436 INFO STEP 37 (ensure_symlink) COMPLETE
78952024-09-11T21:50:20.818Z[ recovery-image] Sep 11 21:50:20.436 INFO O| Sep 11 21:50:20.436 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78962024-09-11T21:50:20.818Z[ recovery-image] Sep 11 21:50:20.449 INFO O| Sep 11 21:50:20.449 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
78972024-09-11T21:50:20.818Z[ recovery-image] Sep 11 21:50:20.450 INFO O| Sep 11 21:50:20.449 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78982024-09-11T21:50:20.818Z[ recovery-image] Sep 11 21:50:20.450 INFO O| Sep 11 21:50:20.450 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78992024-09-11T21:50:20.818Z[ recovery-image] Sep 11 21:50:20.450 INFO O| Sep 11 21:50:20.450 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79002024-09-11T21:50:20.818Z[ recovery-image] Sep 11 21:50:20.450 INFO O| Sep 11 21:50:20.450 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79012024-09-11T21:50:20.818Z[ recovery-image] Sep 11 21:50:20.450 INFO O| Sep 11 21:50:20.450 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79022024-09-11T21:50:20.818Z[ recovery-image] Sep 11 21:50:20.450 INFO O| Sep 11 21:50:20.450 INFO ok!
79032024-09-11T21:50:20.818Z[ recovery-image] Sep 11 21:50:20.450 INFO O| Sep 11 21:50:20.450 INFO STEP 38 (ensure_file) COMPLETE
79042024-09-11T21:50:20.819Z[ recovery-image] Sep 11 21:50:20.450 INFO O| Sep 11 21:50:20.450 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79052024-09-11T21:50:20.843Z[ recovery-image] Sep 11 21:50:20.474 INFO O| Sep 11 21:50:20.474 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79062024-09-11T21:50:20.843Z[ recovery-image] Sep 11 21:50:20.474 INFO O| Sep 11 21:50:20.474 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 ...
79072024-09-11T21:50:20.843Z[ recovery-image] Sep 11 21:50:20.474 INFO O| Sep 11 21:50:20.474 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
79082024-09-11T21:50:20.843Z[ recovery-image] Sep 11 21:50:20.474 INFO O| Sep 11 21:50:20.474 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79092024-09-11T21:50:20.843Z[ recovery-image] Sep 11 21:50:20.474 INFO O| Sep 11 21:50:20.474 INFO ok!
79102024-09-11T21:50:20.843Z[ recovery-image] Sep 11 21:50:20.474 INFO O| Sep 11 21:50:20.474 INFO STEP 39 (ensure_file) COMPLETE
79112024-09-11T21:50:20.843Z[ recovery-image] Sep 11 21:50:20.474 INFO O| Sep 11 21:50:20.474 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79122024-09-11T21:50:20.867Z[ recovery-image] Sep 11 21:50:20.492 INFO O| Sep 11 21:50:20.492 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79132024-09-11T21:50:20.867Z[ recovery-image] Sep 11 21:50:20.492 INFO O| Sep 11 21:50:20.492 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79142024-09-11T21:50:20.867Z[ recovery-image] Sep 11 21:50:20.492 INFO O| Sep 11 21:50:20.492 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79152024-09-11T21:50:20.867Z[ recovery-image] Sep 11 21:50:20.492 INFO O| Sep 11 21:50:20.492 INFO ok!
79162024-09-11T21:50:20.867Z[ recovery-image] Sep 11 21:50:20.492 INFO O| Sep 11 21:50:20.492 INFO STEP 40 (ensure_file) COMPLETE
79172024-09-11T21:50:20.867Z[ recovery-image] Sep 11 21:50:20.492 INFO O| Sep 11 21:50:20.492 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79182024-09-11T21:50:20.891Z[ recovery-image] Sep 11 21:50:20.514 INFO O| Sep 11 21:50:20.514 INFO updating shadow file
79192024-09-11T21:50:20.891Z[ recovery-image] Sep 11 21:50:20.514 INFO O| Sep 11 21:50:20.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79202024-09-11T21:50:20.891Z[ recovery-image] Sep 11 21:50:20.514 INFO O| Sep 11 21:50:20.514 INFO STEP 41 (shadow) COMPLETE
79212024-09-11T21:50:20.891Z[ recovery-image] Sep 11 21:50:20.514 INFO O| Sep 11 21:50:20.514 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79222024-09-11T21:50:20.915Z[ recovery-image] Sep 11 21:50:20.535 INFO O| Sep 11 21:50:20.535 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79232024-09-11T21:50:20.915Z[ recovery-image] Sep 11 21:50:20.535 INFO O| Sep 11 21:50:20.535 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79242024-09-11T21:50:20.915Z[ recovery-image] Sep 11 21:50:20.535 INFO O| Sep 11 21:50:20.535 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79252024-09-11T21:50:20.915Z[ recovery-image] Sep 11 21:50:20.535 INFO O| Sep 11 21:50:20.535 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79262024-09-11T21:50:20.915Z[ recovery-image] Sep 11 21:50:20.535 INFO O| Sep 11 21:50:20.535 INFO ok!
79272024-09-11T21:50:20.915Z[ recovery-image] Sep 11 21:50:20.535 INFO O| Sep 11 21:50:20.535 INFO STEP 42 (ensure_file) COMPLETE
79282024-09-11T21:50:20.915Z[ recovery-image] Sep 11 21:50:20.535 INFO O| Sep 11 21:50:20.535 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79292024-09-11T21:50:20.915Z[ recovery-image] Sep 11 21:50:20.555 INFO O| Sep 11 21:50:20.555 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79302024-09-11T21:50:20.915Z[ recovery-image] Sep 11 21:50:20.555 INFO O| Sep 11 21:50:20.555 INFO STEP 43 (ensure_dir) COMPLETE
79312024-09-11T21:50:20.915Z[ recovery-image] Sep 11 21:50:20.555 INFO O| Sep 11 21:50:20.555 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79322024-09-11T21:50:20.939Z[ recovery-image] Sep 11 21:50:20.571 INFO O| Sep 11 21:50:20.571 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79332024-09-11T21:50:20.939Z[ recovery-image] Sep 11 21:50:20.571 INFO O| Sep 11 21:50:20.571 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79342024-09-11T21:50:20.939Z[ recovery-image] Sep 11 21:50:20.571 INFO O| Sep 11 21:50:20.571 INFO STEP 44 (ensure_dir) COMPLETE
79352024-09-11T21:50:20.939Z[ recovery-image] Sep 11 21:50:20.571 INFO O| Sep 11 21:50:20.571 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79362024-09-11T21:50:20.963Z[ recovery-image] Sep 11 21:50:20.590 INFO O| Sep 11 21:50:20.590 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79372024-09-11T21:50:20.963Z[ recovery-image] Sep 11 21:50:20.590 INFO O| Sep 11 21:50:20.590 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79382024-09-11T21:50:20.963Z[ recovery-image] Sep 11 21:50:20.590 INFO O| Sep 11 21:50:20.590 INFO STEP 45 (ensure_dir) COMPLETE
79392024-09-11T21:50:20.964Z[ recovery-image] Sep 11 21:50:20.590 INFO O| Sep 11 21:50:20.590 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79402024-09-11T21:50:20.988Z[ recovery-image] Sep 11 21:50:20.606 INFO O| Sep 11 21:50:20.606 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79412024-09-11T21:50:20.988Z[ recovery-image] Sep 11 21:50:20.606 INFO O| Sep 11 21:50:20.606 INFO copying /tmp/.tmpU32EW5/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79422024-09-11T21:50:21.012Z[ recovery-image] Sep 11 21:50:20.642 INFO O| Sep 11 21:50:20.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79432024-09-11T21:50:21.012Z[ recovery-image] Sep 11 21:50:20.643 INFO O| Sep 11 21:50:20.642 INFO ok!
79442024-09-11T21:50:21.012Z[ recovery-image] Sep 11 21:50:20.643 INFO O| Sep 11 21:50:20.642 INFO STEP 46 (ensure_file) COMPLETE
79452024-09-11T21:50:21.012Z[ recovery-image] Sep 11 21:50:20.643 INFO O| Sep 11 21:50:20.642 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79462024-09-11T21:50:21.036Z[ recovery-image] Sep 11 21:50:20.662 INFO O| Sep 11 21:50:20.662 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79472024-09-11T21:50:21.037Z[ recovery-image] Sep 11 21:50:20.662 INFO O| Sep 11 21:50:20.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79482024-09-11T21:50:21.037Z[ recovery-image] Sep 11 21:50:20.662 INFO O| Sep 11 21:50:20.662 INFO STEP 47 (ensure_dir) COMPLETE
79492024-09-11T21:50:21.037Z[ recovery-image] Sep 11 21:50:20.662 INFO O| Sep 11 21:50:20.662 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79502024-09-11T21:50:21.061Z[ recovery-image] Sep 11 21:50:20.680 INFO O| Sep 11 21:50:20.680 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79512024-09-11T21:50:21.061Z[ recovery-image] Sep 11 21:50:20.680 INFO O| Sep 11 21:50:20.680 INFO copying /tmp/.tmpU32EW5/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79522024-09-11T21:50:21.061Z[ recovery-image] Sep 11 21:50:20.680 INFO O| Sep 11 21:50:20.680 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79532024-09-11T21:50:21.061Z[ recovery-image] Sep 11 21:50:20.680 INFO O| Sep 11 21:50:20.680 INFO ok!
79542024-09-11T21:50:21.061Z[ recovery-image] Sep 11 21:50:20.680 INFO O| Sep 11 21:50:20.680 INFO STEP 48 (ensure_file) COMPLETE
79552024-09-11T21:50:21.061Z[ recovery-image] Sep 11 21:50:20.680 INFO O| Sep 11 21:50:20.680 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79562024-09-11T21:50:21.061Z[ recovery-image] Sep 11 21:50:20.697 INFO O| Sep 11 21:50:20.696 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79572024-09-11T21:50:21.061Z[ recovery-image] Sep 11 21:50:20.697 INFO O| Sep 11 21:50:20.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79582024-09-11T21:50:21.061Z[ recovery-image] Sep 11 21:50:20.697 INFO O| Sep 11 21:50:20.697 INFO STEP 49 (ensure_dir) COMPLETE
79592024-09-11T21:50:21.061Z[ recovery-image] Sep 11 21:50:20.697 INFO O| Sep 11 21:50:20.697 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79602024-09-11T21:50:21.086Z[ recovery-image] Sep 11 21:50:20.715 INFO O| Sep 11 21:50:20.715 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79612024-09-11T21:50:21.086Z[ recovery-image] Sep 11 21:50:20.715 INFO O| Sep 11 21:50:20.715 INFO copying /tmp/.tmpU32EW5/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79622024-09-11T21:50:21.111Z[ recovery-image] Sep 11 21:50:20.736 INFO O| Sep 11 21:50:20.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79632024-09-11T21:50:21.111Z[ recovery-image] Sep 11 21:50:20.736 INFO O| Sep 11 21:50:20.736 INFO ok!
79642024-09-11T21:50:21.111Z[ recovery-image] Sep 11 21:50:20.736 INFO O| Sep 11 21:50:20.736 INFO STEP 50 (ensure_file) COMPLETE
79652024-09-11T21:50:21.111Z[ recovery-image] Sep 11 21:50:20.736 INFO O| Sep 11 21:50:20.736 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79662024-09-11T21:50:21.136Z[ recovery-image] Sep 11 21:50:20.756 INFO O| Sep 11 21:50:20.756 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79672024-09-11T21:50:21.136Z[ recovery-image] Sep 11 21:50:20.756 INFO O| Sep 11 21:50:20.756 INFO copying /tmp/.tmpU32EW5/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79682024-09-11T21:50:21.279Z[ host-image] Sep 11 21:50:20.920 INFO O| Sep 11 21:50:20.920 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
79692024-09-11T21:50:21.602Z[ recovery-image] Sep 11 21:50:21.243 INFO O| Sep 11 21:50:21.243 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79702024-09-11T21:50:21.602Z[ recovery-image] Sep 11 21:50:21.243 INFO O| Sep 11 21:50:21.243 INFO ok!
79712024-09-11T21:50:21.629Z[ recovery-image] Sep 11 21:50:21.243 INFO O| Sep 11 21:50:21.243 INFO STEP 51 (ensure_file) COMPLETE
79722024-09-11T21:50:21.629Z[ recovery-image] Sep 11 21:50:21.243 INFO O| Sep 11 21:50:21.243 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79732024-09-11T21:50:21.629Z[ recovery-image] Sep 11 21:50:21.262 INFO O| Sep 11 21:50:21.262 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79742024-09-11T21:50:21.629Z[ recovery-image] Sep 11 21:50:21.262 INFO O| Sep 11 21:50:21.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79752024-09-11T21:50:21.629Z[ recovery-image] Sep 11 21:50:21.262 INFO O| Sep 11 21:50:21.262 INFO STEP 52 (ensure_dir) COMPLETE
79762024-09-11T21:50:21.629Z[ recovery-image] Sep 11 21:50:21.262 INFO O| Sep 11 21:50:21.262 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79772024-09-11T21:50:21.654Z[ recovery-image] Sep 11 21:50:21.284 INFO O| Sep 11 21:50:21.284 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79782024-09-11T21:50:21.655Z[ recovery-image] Sep 11 21:50:21.284 INFO O| Sep 11 21:50:21.284 INFO copying /tmp/.tmpU32EW5/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 ...
79792024-09-11T21:50:21.655Z[ recovery-image] Sep 11 21:50:21.284 INFO O| Sep 11 21:50:21.284 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
79802024-09-11T21:50:21.655Z[ recovery-image] Sep 11 21:50:21.284 INFO O| Sep 11 21:50:21.284 INFO ok!
79812024-09-11T21:50:21.655Z[ recovery-image] Sep 11 21:50:21.284 INFO O| Sep 11 21:50:21.284 INFO STEP 53 (ensure_file) COMPLETE
79822024-09-11T21:50:21.655Z[ recovery-image] Sep 11 21:50:21.284 INFO O| Sep 11 21:50:21.284 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79832024-09-11T21:50:21.678Z[ recovery-image] Sep 11 21:50:21.307 INFO O| Sep 11 21:50:21.307 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79842024-09-11T21:50:21.679Z[ recovery-image] Sep 11 21:50:21.308 INFO O| Sep 11 21:50:21.307 INFO copying /tmp/.tmpU32EW5/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 ...
79852024-09-11T21:50:21.679Z[ recovery-image] Sep 11 21:50:21.308 INFO O| Sep 11 21:50:21.308 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
79862024-09-11T21:50:21.679Z[ recovery-image] Sep 11 21:50:21.308 INFO O| Sep 11 21:50:21.308 INFO ok!
79872024-09-11T21:50:21.679Z[ recovery-image] Sep 11 21:50:21.308 INFO O| Sep 11 21:50:21.308 INFO STEP 54 (ensure_file) COMPLETE
79882024-09-11T21:50:21.679Z[ recovery-image] Sep 11 21:50:21.308 INFO O| Sep 11 21:50:21.308 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79892024-09-11T21:50:21.710Z[ recovery-image] Sep 11 21:50:21.329 INFO O| Sep 11 21:50:21.329 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79902024-09-11T21:50:21.710Z[ recovery-image] Sep 11 21:50:21.329 INFO O| Sep 11 21:50:21.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79912024-09-11T21:50:21.710Z[ recovery-image] Sep 11 21:50:21.329 INFO O| Sep 11 21:50:21.329 INFO STEP 55 (ensure_dir) COMPLETE
79922024-09-11T21:50:21.710Z[ recovery-image] Sep 11 21:50:21.329 INFO O| Sep 11 21:50:21.329 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79932024-09-11T21:50:21.734Z[ recovery-image] Sep 11 21:50:21.355 INFO O| Sep 11 21:50:21.355 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79942024-09-11T21:50:21.734Z[ recovery-image] Sep 11 21:50:21.356 INFO O| Sep 11 21:50:21.355 INFO copying /tmp/.tmpU32EW5/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 ...
79952024-09-11T21:50:21.734Z[ recovery-image] Sep 11 21:50:21.356 INFO O| Sep 11 21:50:21.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
79962024-09-11T21:50:21.734Z[ recovery-image] Sep 11 21:50:21.356 INFO O| Sep 11 21:50:21.356 INFO ok!
79972024-09-11T21:50:21.734Z[ recovery-image] Sep 11 21:50:21.356 INFO O| Sep 11 21:50:21.356 INFO STEP 56 (ensure_file) COMPLETE
79982024-09-11T21:50:21.734Z[ recovery-image] Sep 11 21:50:21.356 INFO O| Sep 11 21:50:21.356 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79992024-09-11T21:50:21.761Z[ recovery-image] Sep 11 21:50:21.377 INFO O| Sep 11 21:50:21.377 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80002024-09-11T21:50:21.761Z[ recovery-image] Sep 11 21:50:21.377 INFO O| Sep 11 21:50:21.377 INFO copying /tmp/.tmpU32EW5/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 ...
80012024-09-11T21:50:21.761Z[ recovery-image] Sep 11 21:50:21.377 INFO O| Sep 11 21:50:21.377 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
80022024-09-11T21:50:21.761Z[ recovery-image] Sep 11 21:50:21.377 INFO O| Sep 11 21:50:21.377 INFO ok!
80032024-09-11T21:50:21.761Z[ recovery-image] Sep 11 21:50:21.377 INFO O| Sep 11 21:50:21.377 INFO STEP 57 (ensure_file) COMPLETE
80042024-09-11T21:50:21.761Z[ recovery-image] Sep 11 21:50:21.377 INFO O| Sep 11 21:50:21.377 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80052024-09-11T21:50:21.761Z[ recovery-image] Sep 11 21:50:21.397 INFO O| Sep 11 21:50:21.397 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80062024-09-11T21:50:21.761Z[ recovery-image] Sep 11 21:50:21.398 INFO O| Sep 11 21:50:21.398 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80072024-09-11T21:50:21.761Z[ recovery-image] Sep 11 21:50:21.398 INFO O| Sep 11 21:50:21.398 INFO STEP 58 (ensure_dir) COMPLETE
80082024-09-11T21:50:21.761Z[ recovery-image] Sep 11 21:50:21.398 INFO O| Sep 11 21:50:21.398 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80092024-09-11T21:50:21.791Z[ recovery-image] Sep 11 21:50:21.416 INFO O| Sep 11 21:50:21.416 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80102024-09-11T21:50:21.791Z[ recovery-image] Sep 11 21:50:21.416 INFO O| Sep 11 21:50:21.416 INFO copying /tmp/.tmpU32EW5/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 ...
80112024-09-11T21:50:21.791Z[ recovery-image] Sep 11 21:50:21.416 INFO O| Sep 11 21:50:21.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80122024-09-11T21:50:21.791Z[ recovery-image] Sep 11 21:50:21.416 INFO O| Sep 11 21:50:21.416 INFO ok!
80132024-09-11T21:50:21.791Z[ recovery-image] Sep 11 21:50:21.416 INFO O| Sep 11 21:50:21.416 INFO STEP 59 (ensure_file) COMPLETE
80142024-09-11T21:50:21.791Z[ recovery-image] Sep 11 21:50:21.416 INFO O| Sep 11 21:50:21.416 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80152024-09-11T21:50:21.815Z[ recovery-image] Sep 11 21:50:21.435 INFO O| Sep 11 21:50:21.435 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80162024-09-11T21:50:21.815Z[ recovery-image] Sep 11 21:50:21.435 INFO O| Sep 11 21:50:21.435 INFO copying /tmp/.tmpU32EW5/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80172024-09-11T21:50:21.815Z[ recovery-image] Sep 11 21:50:21.436 INFO O| Sep 11 21:50:21.435 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80182024-09-11T21:50:21.815Z[ recovery-image] Sep 11 21:50:21.436 INFO O| Sep 11 21:50:21.436 INFO ok!
80192024-09-11T21:50:21.815Z[ recovery-image] Sep 11 21:50:21.436 INFO O| Sep 11 21:50:21.436 INFO STEP 60 (ensure_file) COMPLETE
80202024-09-11T21:50:21.815Z[ recovery-image] Sep 11 21:50:21.436 INFO O| Sep 11 21:50:21.436 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80212024-09-11T21:50:21.815Z[ recovery-image] Sep 11 21:50:21.454 INFO O| Sep 11 21:50:21.454 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80222024-09-11T21:50:21.815Z[ recovery-image] Sep 11 21:50:21.455 INFO O| Sep 11 21:50:21.454 INFO STEP 61 (ensure_dir) COMPLETE
80232024-09-11T21:50:21.815Z[ recovery-image] Sep 11 21:50:21.455 INFO O| Sep 11 21:50:21.454 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80242024-09-11T21:50:21.839Z[ recovery-image] Sep 11 21:50:21.478 INFO O| Sep 11 21:50:21.477 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80252024-09-11T21:50:21.839Z[ recovery-image] Sep 11 21:50:21.478 INFO O| Sep 11 21:50:21.478 INFO STEP 62 (ensure_dir) COMPLETE
80262024-09-11T21:50:21.839Z[ recovery-image] Sep 11 21:50:21.478 INFO O| Sep 11 21:50:21.478 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80272024-09-11T21:50:21.863Z[ recovery-image] Sep 11 21:50:21.498 INFO O| Sep 11 21:50:21.498 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80282024-09-11T21:50:21.863Z[ recovery-image] Sep 11 21:50:21.498 INFO O| Sep 11 21:50:21.498 INFO STEP 63 (ensure_dir) COMPLETE
80292024-09-11T21:50:21.864Z[ recovery-image] Sep 11 21:50:21.498 INFO O| Sep 11 21:50:21.498 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80302024-09-11T21:50:21.887Z[ recovery-image] Sep 11 21:50:21.517 INFO O| Sep 11 21:50:21.517 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80312024-09-11T21:50:21.887Z[ recovery-image] Sep 11 21:50:21.517 INFO O| Sep 11 21:50:21.517 INFO STEP 64 (ensure_dir) COMPLETE
80322024-09-11T21:50:21.887Z[ recovery-image] Sep 11 21:50:21.517 INFO O| Sep 11 21:50:21.517 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80332024-09-11T21:50:21.911Z[ recovery-image] Sep 11 21:50:21.536 INFO O| Sep 11 21:50:21.536 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80342024-09-11T21:50:21.911Z[ recovery-image] Sep 11 21:50:21.536 INFO O| Sep 11 21:50:21.536 INFO copying /tmp/.tmpU32EW5/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80352024-09-11T21:50:21.911Z[ recovery-image] Sep 11 21:50:21.536 INFO O| Sep 11 21:50:21.536 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80362024-09-11T21:50:21.911Z[ recovery-image] Sep 11 21:50:21.536 INFO O| Sep 11 21:50:21.536 INFO ok!
80372024-09-11T21:50:21.911Z[ recovery-image] Sep 11 21:50:21.536 INFO O| Sep 11 21:50:21.536 INFO STEP 65 (ensure_file) COMPLETE
80382024-09-11T21:50:21.912Z[ recovery-image] Sep 11 21:50:21.536 INFO O| Sep 11 21:50:21.536 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80392024-09-11T21:50:21.935Z[ recovery-image] Sep 11 21:50:21.556 INFO O| Sep 11 21:50:21.556 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80402024-09-11T21:50:21.935Z[ recovery-image] Sep 11 21:50:21.556 INFO O| Sep 11 21:50:21.556 INFO STEP 66 (remove_files) COMPLETE
80412024-09-11T21:50:21.935Z[ recovery-image] Sep 11 21:50:21.556 INFO O| Sep 11 21:50:21.556 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80422024-09-11T21:50:21.936Z[ recovery-image] Sep 11 21:50:21.576 INFO O| Sep 11 21:50:21.576 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80432024-09-11T21:50:21.936Z[ recovery-image] Sep 11 21:50:21.576 INFO O| Sep 11 21:50:21.576 INFO STEP 67 (remove_files) COMPLETE
80442024-09-11T21:50:21.936Z[ recovery-image] Sep 11 21:50:21.576 INFO O| Sep 11 21:50:21.576 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80452024-09-11T21:50:21.960Z[ recovery-image] Sep 11 21:50:21.595 INFO O| Sep 11 21:50:21.595 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80462024-09-11T21:50:21.960Z[ recovery-image] Sep 11 21:50:21.596 INFO O| Sep 11 21:50:21.595 INFO STEP 68 (remove_files) COMPLETE
80472024-09-11T21:50:21.960Z[ recovery-image] Sep 11 21:50:21.596 INFO O| Sep 11 21:50:21.596 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80482024-09-11T21:50:21.984Z[ recovery-image] Sep 11 21:50:21.613 INFO O| Sep 11 21:50:21.613 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80492024-09-11T21:50:21.984Z[ recovery-image] Sep 11 21:50:21.613 INFO O| Sep 11 21:50:21.613 INFO STEP 69 (remove_files) COMPLETE
80502024-09-11T21:50:21.984Z[ recovery-image] Sep 11 21:50:21.613 INFO O| Sep 11 21:50:21.613 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80512024-09-11T21:50:22.007Z[ recovery-image] Sep 11 21:50:21.630 INFO O| Sep 11 21:50:21.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80522024-09-11T21:50:22.008Z[ recovery-image] Sep 11 21:50:21.630 INFO O| Sep 11 21:50:21.630 INFO STEP 70 (remove_files) COMPLETE
80532024-09-11T21:50:22.008Z[ recovery-image] Sep 11 21:50:21.630 INFO O| Sep 11 21:50:21.630 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80542024-09-11T21:50:22.008Z[ recovery-image] Sep 11 21:50:21.647 INFO O| Sep 11 21:50:21.647 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80552024-09-11T21:50:22.008Z[ recovery-image] Sep 11 21:50:21.648 INFO O| Sep 11 21:50:21.648 INFO STEP 71 (remove_files) COMPLETE
80562024-09-11T21:50:22.008Z[ recovery-image] Sep 11 21:50:21.648 INFO O| Sep 11 21:50:21.648 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80572024-09-11T21:50:22.032Z[ recovery-image] Sep 11 21:50:21.665 INFO O| Sep 11 21:50:21.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80582024-09-11T21:50:22.032Z[ recovery-image] Sep 11 21:50:21.665 INFO O| Sep 11 21:50:21.665 INFO STEP 72 (remove_files) COMPLETE
80592024-09-11T21:50:22.032Z[ recovery-image] Sep 11 21:50:21.665 INFO O| Sep 11 21:50:21.665 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80602024-09-11T21:50:22.056Z[ recovery-image] Sep 11 21:50:21.685 INFO O| Sep 11 21:50:21.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80612024-09-11T21:50:22.056Z[ recovery-image] Sep 11 21:50:21.685 INFO O| Sep 11 21:50:21.685 INFO STEP 73 (remove_files) COMPLETE
80622024-09-11T21:50:22.056Z[ recovery-image] Sep 11 21:50:21.685 INFO O| Sep 11 21:50:21.685 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80632024-09-11T21:50:22.081Z[ recovery-image] Sep 11 21:50:21.701 INFO O| Sep 11 21:50:21.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80642024-09-11T21:50:22.081Z[ recovery-image] Sep 11 21:50:21.702 INFO O| Sep 11 21:50:21.701 INFO STEP 74 (remove_files) COMPLETE
80652024-09-11T21:50:22.081Z[ recovery-image] Sep 11 21:50:21.702 INFO O| Sep 11 21:50:21.702 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80662024-09-11T21:50:22.081Z[ recovery-image] Sep 11 21:50:21.717 INFO O| Sep 11 21:50:21.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80672024-09-11T21:50:22.081Z[ recovery-image] Sep 11 21:50:21.717 INFO O| Sep 11 21:50:21.717 INFO STEP 75 (remove_files) COMPLETE
80682024-09-11T21:50:22.081Z[ recovery-image] Sep 11 21:50:21.717 INFO O| Sep 11 21:50:21.717 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80692024-09-11T21:50:22.105Z[ recovery-image] Sep 11 21:50:21.733 INFO O| Sep 11 21:50:21.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80702024-09-11T21:50:22.105Z[ recovery-image] Sep 11 21:50:21.733 INFO O| Sep 11 21:50:21.733 INFO STEP 76 (remove_files) COMPLETE
80712024-09-11T21:50:22.105Z[ recovery-image] Sep 11 21:50:21.733 INFO O| Sep 11 21:50:21.733 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80722024-09-11T21:50:22.129Z[ recovery-image] Sep 11 21:50:21.751 INFO O| Sep 11 21:50:21.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80732024-09-11T21:50:22.129Z[ recovery-image] Sep 11 21:50:21.751 INFO O| Sep 11 21:50:21.751 INFO STEP 77 (remove_files) COMPLETE
80742024-09-11T21:50:22.129Z[ recovery-image] Sep 11 21:50:21.751 INFO O| Sep 11 21:50:21.751 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80752024-09-11T21:50:22.153Z[ recovery-image] Sep 11 21:50:21.772 INFO O| Sep 11 21:50:21.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80762024-09-11T21:50:22.153Z[ recovery-image] Sep 11 21:50:21.772 INFO O| Sep 11 21:50:21.772 INFO STEP 78 (remove_files) COMPLETE
80772024-09-11T21:50:22.153Z[ recovery-image] Sep 11 21:50:21.772 INFO O| Sep 11 21:50:21.772 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80782024-09-11T21:50:22.153Z[ recovery-image] Sep 11 21:50:21.792 INFO O| Sep 11 21:50:21.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80792024-09-11T21:50:22.153Z[ recovery-image] Sep 11 21:50:21.793 INFO O| Sep 11 21:50:21.793 INFO STEP 79 (remove_files) COMPLETE
80802024-09-11T21:50:22.153Z[ recovery-image] Sep 11 21:50:21.793 INFO O| Sep 11 21:50:21.793 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80812024-09-11T21:50:22.177Z[ recovery-image] Sep 11 21:50:21.811 INFO O| Sep 11 21:50:21.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80822024-09-11T21:50:22.177Z[ recovery-image] Sep 11 21:50:21.811 INFO O| Sep 11 21:50:21.811 INFO STEP 80 (remove_files) COMPLETE
80832024-09-11T21:50:22.177Z[ recovery-image] Sep 11 21:50:21.811 INFO O| Sep 11 21:50:21.811 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80842024-09-11T21:50:22.201Z[ recovery-image] Sep 11 21:50:21.830 INFO O| Sep 11 21:50:21.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80852024-09-11T21:50:22.201Z[ recovery-image] Sep 11 21:50:21.831 INFO O| Sep 11 21:50:21.830 INFO STEP 81 (remove_files) COMPLETE
80862024-09-11T21:50:22.201Z[ recovery-image] Sep 11 21:50:21.831 INFO O| Sep 11 21:50:21.831 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80872024-09-11T21:50:22.225Z[ recovery-image] Sep 11 21:50:21.848 INFO O| Sep 11 21:50:21.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80882024-09-11T21:50:22.225Z[ recovery-image] Sep 11 21:50:21.848 INFO O| Sep 11 21:50:21.848 INFO STEP 82 (remove_files) COMPLETE
80892024-09-11T21:50:22.225Z[ recovery-image] Sep 11 21:50:21.848 INFO O| Sep 11 21:50:21.848 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80902024-09-11T21:50:22.225Z[ recovery-image] Sep 11 21:50:21.865 INFO O| Sep 11 21:50:21.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80912024-09-11T21:50:22.225Z[ recovery-image] Sep 11 21:50:21.865 INFO O| Sep 11 21:50:21.865 INFO STEP 83 (remove_files) COMPLETE
80922024-09-11T21:50:22.225Z[ recovery-image] Sep 11 21:50:21.865 INFO O| Sep 11 21:50:21.865 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80932024-09-11T21:50:22.249Z[ recovery-image] Sep 11 21:50:21.881 INFO O| Sep 11 21:50:21.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80942024-09-11T21:50:22.249Z[ recovery-image] Sep 11 21:50:21.881 INFO O| Sep 11 21:50:21.881 INFO STEP 84 (remove_files) COMPLETE
80952024-09-11T21:50:22.249Z[ recovery-image] Sep 11 21:50:21.881 INFO O| Sep 11 21:50:21.881 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80962024-09-11T21:50:22.273Z[ recovery-image] Sep 11 21:50:21.897 INFO O| Sep 11 21:50:21.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
80972024-09-11T21:50:22.273Z[ recovery-image] Sep 11 21:50:21.897 INFO O| Sep 11 21:50:21.897 INFO STEP 85 (remove_files) COMPLETE
80982024-09-11T21:50:22.273Z[ recovery-image] Sep 11 21:50:21.897 INFO O| Sep 11 21:50:21.897 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80992024-09-11T21:50:22.273Z[ recovery-image] Sep 11 21:50:21.913 INFO O| Sep 11 21:50:21.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81002024-09-11T21:50:22.273Z[ recovery-image] Sep 11 21:50:21.913 INFO O| Sep 11 21:50:21.913 INFO STEP 86 (remove_files) COMPLETE
81012024-09-11T21:50:22.274Z[ recovery-image] Sep 11 21:50:21.913 INFO O| Sep 11 21:50:21.913 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81022024-09-11T21:50:22.297Z[ recovery-image] Sep 11 21:50:21.929 INFO O| Sep 11 21:50:21.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81032024-09-11T21:50:22.298Z[ recovery-image] Sep 11 21:50:21.929 INFO O| Sep 11 21:50:21.929 INFO STEP 87 (remove_files) COMPLETE
81042024-09-11T21:50:22.298Z[ recovery-image] Sep 11 21:50:21.929 INFO O| Sep 11 21:50:21.929 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81052024-09-11T21:50:22.322Z[ recovery-image] Sep 11 21:50:21.944 INFO O| Sep 11 21:50:21.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81062024-09-11T21:50:22.322Z[ recovery-image] Sep 11 21:50:21.944 INFO O| Sep 11 21:50:21.944 INFO STEP 88 (remove_files) COMPLETE
81072024-09-11T21:50:22.322Z[ recovery-image] Sep 11 21:50:21.944 INFO O| Sep 11 21:50:21.944 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81082024-09-11T21:50:22.322Z[ recovery-image] Sep 11 21:50:21.959 INFO O| Sep 11 21:50:21.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81092024-09-11T21:50:22.322Z[ recovery-image] Sep 11 21:50:21.959 INFO O| Sep 11 21:50:21.959 INFO STEP 89 (remove_files) COMPLETE
81102024-09-11T21:50:22.322Z[ recovery-image] Sep 11 21:50:21.959 INFO O| Sep 11 21:50:21.959 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81112024-09-11T21:50:22.346Z[ recovery-image] Sep 11 21:50:21.974 INFO O| Sep 11 21:50:21.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81122024-09-11T21:50:22.346Z[ recovery-image] Sep 11 21:50:21.974 INFO O| Sep 11 21:50:21.974 INFO STEP 90 (remove_files) COMPLETE
81132024-09-11T21:50:22.346Z[ recovery-image] Sep 11 21:50:21.974 INFO O| Sep 11 21:50:21.974 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81142024-09-11T21:50:22.370Z[ recovery-image] Sep 11 21:50:21.993 INFO O| Sep 11 21:50:21.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81152024-09-11T21:50:22.370Z[ recovery-image] Sep 11 21:50:21.993 INFO O| Sep 11 21:50:21.993 INFO STEP 91 (remove_files) COMPLETE
81162024-09-11T21:50:22.370Z[ recovery-image] Sep 11 21:50:21.993 INFO O| Sep 11 21:50:21.993 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81172024-09-11T21:50:22.370Z[ recovery-image] Sep 11 21:50:22.009 INFO O| Sep 11 21:50:22.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81182024-09-11T21:50:22.370Z[ recovery-image] Sep 11 21:50:22.009 INFO O| Sep 11 21:50:22.009 INFO STEP 92 (remove_files) COMPLETE
81192024-09-11T21:50:22.370Z[ recovery-image] Sep 11 21:50:22.009 INFO O| Sep 11 21:50:22.009 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81202024-09-11T21:50:22.395Z[ recovery-image] Sep 11 21:50:22.024 INFO O| Sep 11 21:50:22.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81212024-09-11T21:50:22.395Z[ recovery-image] Sep 11 21:50:22.024 INFO O| Sep 11 21:50:22.024 INFO STEP 93 (remove_files) COMPLETE
81222024-09-11T21:50:22.395Z[ recovery-image] Sep 11 21:50:22.024 INFO O| Sep 11 21:50:22.024 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81232024-09-11T21:50:22.419Z[ recovery-image] Sep 11 21:50:22.039 INFO O| Sep 11 21:50:22.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81242024-09-11T21:50:22.419Z[ recovery-image] Sep 11 21:50:22.039 INFO O| Sep 11 21:50:22.039 INFO STEP 94 (remove_files) COMPLETE
81252024-09-11T21:50:22.419Z[ recovery-image] Sep 11 21:50:22.039 INFO O| Sep 11 21:50:22.039 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81262024-09-11T21:50:22.443Z[ recovery-image] Sep 11 21:50:22.070 INFO O| Sep 11 21:50:22.069 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81272024-09-11T21:50:22.443Z[ recovery-image] Sep 11 21:50:22.070 INFO O| Sep 11 21:50:22.070 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81282024-09-11T21:50:23.412Z[ host-image] Sep 11 21:50:23.053 INFO O| Sep 11 21:50:23.052 INFO O| Planning: Solver setup ... Done
81292024-09-11T21:50:23.438Z[ host-image] Sep 11 21:50:23.058 INFO O| Sep 11 21:50:23.057 INFO O| Planning: Running solver ... Done
81302024-09-11T21:50:23.466Z[ host-image] Sep 11 21:50:23.101 INFO O| Sep 11 21:50:23.101 INFO O| Planning: Finding local manifests ... Done
81312024-09-11T21:50:23.467Z[ host-image] Sep 11 21:50:23.102 INFO O| Sep 11 21:50:23.102 INFO O| Planning: Fetching manifests: 0/1 0% complete
81322024-09-11T21:50:23.567Z[ host-image] Sep 11 21:50:23.208 INFO O| Sep 11 21:50:23.208 INFO O| Planning: Fetching manifests: 1/1 100% complete
81332024-09-11T21:50:23.594Z[ host-image] Sep 11 21:50:23.234 INFO O| Sep 11 21:50:23.234 INFO O| Planning: Package planning ... Done
81342024-09-11T21:50:23.619Z[ host-image] Sep 11 21:50:23.234 INFO O| Sep 11 21:50:23.234 INFO O| Planning: Merging actions ... Done
81352024-09-11T21:50:23.671Z[ host-image] Sep 11 21:50:23.312 INFO O| Sep 11 21:50:23.312 INFO O| Planning: Checking for conflicting actions ... Done
81362024-09-11T21:50:23.671Z[ host-image] Sep 11 21:50:23.313 INFO O| Sep 11 21:50:23.313 INFO O| Planning: Consolidating action changes ... Done
81372024-09-11T21:50:23.900Z[ host-image] Sep 11 21:50:23.542 INFO O| Sep 11 21:50:23.541 INFO O| Planning: Evaluating mediators ... Done
81382024-09-11T21:50:23.924Z[ host-image] Sep 11 21:50:23.542 INFO O| Sep 11 21:50:23.542 INFO O| Planning: Planning completed in 2.62 seconds
81392024-09-11T21:50:23.924Z[ host-image] Sep 11 21:50:23.544 INFO O| Sep 11 21:50:23.544 INFO O| Packages to install: 1
81402024-09-11T21:50:23.924Z[ host-image] Sep 11 21:50:23.558 INFO O| Sep 11 21:50:23.558 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
81412024-09-11T21:50:24.625Z[ host-image] Sep 11 21:50:24.266 INFO O| Sep 11 21:50:24.266 INFO O| Download: Completed 20.80 MB in 0.71 seconds (29.4M/s)
81422024-09-11T21:50:24.665Z[ host-image] Sep 11 21:50:24.307 INFO O| Sep 11 21:50:24.307 INFO O| Actions: 1/22 actions (Installing new actions)
81432024-09-11T21:50:25.276Z[ host-image] Sep 11 21:50:24.918 INFO O| Sep 11 21:50:24.918 INFO O| Actions: Completed 22 actions in 0.61 seconds.
81442024-09-11T21:50:25.595Z[ host-image] Sep 11 21:50:25.237 INFO O| Sep 11 21:50:25.237 INFO O| Done
81452024-09-11T21:50:25.595Z[ host-image] Sep 11 21:50:25.237 INFO O| Sep 11 21:50:25.237 INFO O| Done
81462024-09-11T21:50:26.057Z[ host-image] Sep 11 21:50:25.697 INFO O| Sep 11 21:50:25.697 INFO O| Done
81472024-09-11T21:50:27.717Z[ host-image] Sep 11 21:50:27.358 INFO O| Sep 11 21:50:27.358 INFO O| Done
81482024-09-11T21:50:27.747Z[ host-image] Sep 11 21:50:27.389 INFO O| Sep 11 21:50:27.389 INFO O| Done
81492024-09-11T21:50:27.747Z[ host-image] Sep 11 21:50:27.389 INFO O| Sep 11 21:50:27.389 INFO O| Done
81502024-09-11T21:50:27.771Z[ host-image] Sep 11 21:50:27.402 INFO O| Sep 11 21:50:27.402 INFO O| Done
81512024-09-11T21:50:27.885Z[ host-image] Sep 11 21:50:27.526 INFO O| Sep 11 21:50:27.526 INFO STEP 14 (pkg_install) COMPLETE
81522024-09-11T21:50:27.885Z[ host-image] Sep 11 21:50:27.526 INFO O| Sep 11 21:50:27.526 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81532024-09-11T21:50:27.909Z[ host-image] Sep 11 21:50:27.527 INFO O| Sep 11 21:50:27.526 INFO skip step because feature "mfg" is not enabled
81542024-09-11T21:50:27.909Z[ host-image] Sep 11 21:50:27.527 INFO O| Sep 11 21:50:27.526 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81552024-09-11T21:50:27.909Z[ host-image] Sep 11 21:50:27.527 INFO O| Sep 11 21:50:27.526 INFO skip step because feature "compliance" is not enabled
81562024-09-11T21:50:27.909Z[ host-image] Sep 11 21:50:27.527 INFO O| Sep 11 21:50:27.526 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81572024-09-11T21:50:27.909Z[ host-image] Sep 11 21:50:27.527 INFO O| Sep 11 21:50:27.526 INFO skip step because feature "stress" is not enabled
81582024-09-11T21:50:27.909Z[ host-image] Sep 11 21:50:27.527 INFO O| Sep 11 21:50:27.526 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81592024-09-11T21:50:27.909Z[ host-image] Sep 11 21:50:27.527 INFO O| Sep 11 21:50:27.526 INFO skip step because feature "nfs" is not enabled
81602024-09-11T21:50:27.909Z[ host-image] Sep 11 21:50:27.527 INFO O| Sep 11 21:50:27.526 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
81612024-09-11T21:50:27.909Z[ host-image] Sep 11 21:50:27.527 INFO O| Sep 11 21:50:27.526 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
81622024-09-11T21:50:27.958Z[ host-image] Sep 11 21:50:27.600 INFO O| Sep 11 21:50:27.600 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
81632024-09-11T21:50:28.023Z[ host-image] Sep 11 21:50:27.665 INFO O| Sep 11 21:50:27.664 INFO completed processing gimlet/ramdisk-01-os
81642024-09-11T21:50:28.047Z[ host-image] Sep 11 21:50:27.668 INFO omicron1 baseline generation...
81652024-09-11T21:50:28.047Z[ host-image] Sep 11 21:50:27.669 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
81662024-09-11T21:50:28.642Z[ host-image] Sep 11 21:50:28.284 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22861:20240911T184414Z
81672024-09-11T21:50:29.943Z[ recovery-image] Sep 11 21:50:29.584 INFO O| Sep 11 21:50:29.583 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
81682024-09-11T21:50:29.943Z[ recovery-image] Sep 11 21:50:29.584 INFO O| Sep 11 21:50:29.583 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81692024-09-11T21:50:29.967Z[ recovery-image] Sep 11 21:50:29.604 INFO O| Sep 11 21:50:29.604 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81702024-09-11T21:50:30.072Z[ recovery-image] Sep 11 21:50:29.713 INFO O| Sep 11 21:50:29.713 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81712024-09-11T21:50:30.072Z[ recovery-image] Sep 11 21:50:29.713 INFO O| Sep 11 21:50:29.713 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 ...
81722024-09-11T21:50:30.097Z[ recovery-image] Sep 11 21:50:29.716 INFO O| Sep 11 21:50:29.716 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81732024-09-11T21:50:30.097Z[ recovery-image] Sep 11 21:50:29.716 INFO O| Sep 11 21:50:29.716 INFO ok!
81742024-09-11T21:50:30.097Z[ recovery-image] Sep 11 21:50:29.716 INFO O| Sep 11 21:50:29.716 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81752024-09-11T21:50:30.097Z[ recovery-image] Sep 11 21:50:29.716 INFO O| Sep 11 21:50:29.716 INFO STEP 95 (seed_smf) COMPLETE
81762024-09-11T21:50:30.097Z[ recovery-image] Sep 11 21:50:29.716 INFO O| Sep 11 21:50:29.716 INFO steps complete; finalising image!
81772024-09-11T21:50:30.097Z[ recovery-image] Sep 11 21:50:29.716 INFO O| Sep 11 21:50:29.716 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81782024-09-11T21:50:30.178Z[ recovery-image] Sep 11 21:50:29.819 INFO O| Sep 11 21:50:29.819 INFO trim TEMPORARY-gimlet-zfs-recovery: (6% trimmed, started at Wed Sep 11 21:50:29 2024)
81792024-09-11T21:50:30.391Z[ recovery-image] Sep 11 21:50:30.033 INFO O| Sep 11 21:50:30.032 INFO trim TEMPORARY-gimlet-zfs-recovery: (52% trimmed, started at Wed Sep 11 21:50:29 2024)
81802024-09-11T21:50:30.606Z[ recovery-image] Sep 11 21:50:30.246 INFO O| Sep 11 21:50:30.246 INFO trim TEMPORARY-gimlet-zfs-recovery: (90% trimmed, started at Wed Sep 11 21:50:29 2024)
81812024-09-11T21:50:30.847Z[ recovery-image] Sep 11 21:50:30.486 INFO O| Sep 11 21:50:30.485 INFO temporary pool has 400M used, 1.36G avail, 1.00x compressratio
81822024-09-11T21:50:30.847Z[ recovery-image] Sep 11 21:50:30.486 INFO O| Sep 11 21:50:30.485 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81832024-09-11T21:50:31.228Z[ recovery-image] Sep 11 21:50:30.870 INFO O| Sep 11 21:50:30.869 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
81842024-09-11T21:50:31.228Z[ recovery-image] Sep 11 21:50:30.870 INFO O| Sep 11 21:50:30.870 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81852024-09-11T21:50:35.309Z[ recovery-image] Sep 11 21:50:34.950 INFO O| Sep 11 21:50:34.950 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81862024-09-11T21:50:35.333Z[ recovery-image] Sep 11 21:50:34.951 INFO O| Sep 11 21:50:34.950 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81872024-09-11T21:50:35.333Z[ recovery-image] Sep 11 21:50:34.951 INFO O| Sep 11 21:50:34.950 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81882024-09-11T21:50:35.333Z[ recovery-image] Sep 11 21:50:34.951 INFO O| Sep 11 21:50:34.950 INFO completed processing gimlet/zfs-recovery
81892024-09-11T21:50:35.333Z[ recovery-image] Sep 11 21:50:34.951 INFO O| Sep 11 21:50:34.951 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81902024-09-11T21:50:35.438Z[ recovery-image] Sep 11 21:50:35.079 INFO O| Sep 11 21:50:35.079 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81912024-09-11T21:50:35.498Z[ recovery-image] Sep 11 21:50:35.140 INFO BUILD STRING "heads/stlouis-0-gf9f4511765\n"
81922024-09-11T21:50:35.499Z[ recovery-image] Sep 11 21:50:35.140 INFO expanded image name: "recovery 4c15433/${os_short_commit} 2024-09-11 21:24" -> "recovery 4c15433/f9f4511 2024-09-11 21:24"
81932024-09-11T21:50:35.499Z[ recovery-image] Sep 11 21:50:35.140 INFO output artefacts stored in: "/work/os-recovery"
81942024-09-11T21:50:35.522Z[ recovery-image] Sep 11 21:50:35.140 INFO collecting git info from project "phbl"...
81952024-09-11T21:50:35.522Z[ recovery-image] Sep 11 21:50:35.153 INFO collecting git info from project "pinprick"...
81962024-09-11T21:50:35.522Z[ recovery-image] Sep 11 21:50:35.163 INFO collecting git info from project "amd-firmware"...
81972024-09-11T21:50:35.800Z[ recovery-image] Sep 11 21:50:35.441 INFO collecting git info from project "chelsio-t6-roms"...
81982024-09-11T21:50:35.832Z[ recovery-image] Sep 11 21:50:35.474 INFO collecting git info from project "amd-host-image-builder"...
81992024-09-11T21:50:36.327Z[ recovery-image] Sep 11 21:50:35.721 INFO collecting git info from project "image-builder"...
82002024-09-11T21:50:36.327Z[ recovery-image] Sep 11 21:50:35.733 INFO collecting git info from project "pilot"...
82012024-09-11T21:50:36.327Z[ recovery-image] Sep 11 21:50:35.752 INFO collecting git info from project "bootserver"...
82022024-09-11T21:50:36.327Z[ recovery-image] Sep 11 21:50:35.763 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
82032024-09-11T21:50:36.617Z[ recovery-image] Sep 11 21:50:36.258 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
82042024-09-11T21:50:37.097Z[ recovery-image] Sep 11 21:50:36.738 INFO creating Oxide boot image...
82052024-09-11T21:50:37.097Z[ recovery-image] Sep 11 21:50:36.739 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 4c15433/f9f4511 2024-09-11 21:24", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
82062024-09-11T21:51:35.977Z[ recovery-image] Sep 11 21:51:35.618 INFO O| ok, image written!
82072024-09-11T21:51:36.003Z[ recovery-image] Sep 11 21:51:35.618 INFO O| ok, boot_image_csum file written!
82082024-09-11T21:51:36.003Z[ recovery-image] Sep 11 21:51:35.624 INFO creating boot archive (CPIO)...
82092024-09-11T21:51:36.003Z[ recovery-image] Sep 11 21:51:35.624 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
82102024-09-11T21:51:36.003Z[ recovery-image] Sep 11 21:51:35.639 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
82112024-09-11T21:51:36.003Z[ recovery-image] Sep 11 21:51:35.639 INFO E| + outfile=/work/os-recovery/cpio
82122024-09-11T21:51:36.003Z[ recovery-image] Sep 11 21:51:35.639 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82132024-09-11T21:51:36.003Z[ recovery-image] Sep 11 21:51:35.641 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82142024-09-11T21:51:36.003Z[ recovery-image] Sep 11 21:51:35.642 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82152024-09-11T21:51:36.045Z[ recovery-image] Sep 11 21:51:35.687 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82162024-09-11T21:51:36.069Z[ recovery-image] Sep 11 21:51:35.687 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82172024-09-11T21:51:36.069Z[ recovery-image] Sep 11 21:51:35.700 INFO creating compressed cpio/unix for nanobl-rs...
82182024-09-11T21:51:36.069Z[ recovery-image] Sep 11 21:51:35.700 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
82192024-09-11T21:51:36.401Z[ recovery-image] Sep 11 21:51:36.042 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82202024-09-11T21:51:37.177Z[ host-image] Sep 11 21:51:36.818 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22861:20240911T184450Z
82212024-09-11T21:51:37.177Z[ host-image] Sep 11 21:51:36.818 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22861:20240911T184450Z
82222024-09-11T21:51:37.177Z[ host-image] Sep 11 21:51:36.818 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
82232024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.818 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
82242024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.818 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
82252024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.818 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
82262024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.819 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
82272024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.819 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82282024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.819 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82292024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.819 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82302024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.819 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22861:20240911T184451Z
82312024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.821 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22861:20240911T184451Z
82322024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.821 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22861:20240911T184452Z
82332024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.822 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22861:20240911T184452Z
82342024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.822 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82352024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.823 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22861:20240911T184452Z
82362024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.823 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22861:20240911T184452Z
82372024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.823 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22861:20240911T184452Z
82382024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.823 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22861:20240911T184452Z
82392024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.823 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22861:20240911T184453Z
82402024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.824 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22861:20240911T184453Z
82412024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.824 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22861:20240911T184454Z
82422024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.824 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22861:20240911T184454Z
82432024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.824 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22861:20240911T184455Z
82442024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.824 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22861:20240911T184456Z
82452024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.824 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22861:20240911T184456Z
82462024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.824 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22861:20240911T184458Z
82472024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.824 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22861:20240911T184458Z
82482024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.825 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82492024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.825 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22861:20240911T184500Z
82502024-09-11T21:51:37.223Z[ host-image] Sep 11 21:51:36.825 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22861:20240911T184502Z
82512024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.825 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22861:20240911T184503Z
82522024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.825 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22861:20240911T184504Z
82532024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.826 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22861:20240911T184505Z
82542024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.826 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22861:20240911T184505Z
82552024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.834 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82562024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.834 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22861:20240911T184505Z
82572024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.835 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82582024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.835 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82592024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.835 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82602024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.836 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22861:20240911T184506Z
82612024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.836 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82622024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.836 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82632024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.837 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82642024-09-11T21:51:37.224Z[ host-image] Sep 11 21:51:36.837 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82652024-09-11T21:51:37.248Z[ host-image] Sep 11 21:51:36.848 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82662024-09-11T21:51:37.248Z[ host-image] Sep 11 21:51:36.848 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82672024-09-11T21:51:37.248Z[ host-image] Sep 11 21:51:36.848 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82682024-09-11T21:51:37.248Z[ host-image] Sep 11 21:51:36.849 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82692024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.849 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82702024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.850 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82712024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.882 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82722024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.882 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82732024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.882 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82742024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.883 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22861:20240911T184508Z
82752024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.883 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22861:20240911T184514Z
82762024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.883 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82772024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.883 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22861:20240911T184515Z
82782024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.883 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82792024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.884 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82802024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.884 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82812024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.884 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22861:20240911T184515Z
82822024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.884 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82832024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.888 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82842024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.888 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82852024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.888 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82862024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.888 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22861:20240911T184515Z
82872024-09-11T21:51:37.249Z[ host-image] Sep 11 21:51:36.888 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82882024-09-11T21:51:37.273Z[ host-image] Sep 11 21:51:36.900 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82892024-09-11T21:51:37.273Z[ host-image] Sep 11 21:51:36.900 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22861:20240911T184516Z
82902024-09-11T21:51:37.273Z[ host-image] Sep 11 21:51:36.902 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22861:20240911T184516Z
82912024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.903 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22861:20240911T184516Z
82922024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.903 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82932024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.903 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22861:20240911T184518Z
82942024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.903 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22861:20240911T184518Z
82952024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.904 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22861:20240911T184518Z
82962024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.904 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22861:20240911T184518Z
82972024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.907 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82982024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.907 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22861:20240911T184519Z
82992024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.908 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22861:20240911T184520Z
83002024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.908 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
83012024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.908 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22861:20240911T184520Z
83022024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.908 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22861:20240911T184521Z
83032024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.908 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22861:20240911T184521Z
83042024-09-11T21:51:37.274Z[ host-image] Sep 11 21:51:36.909 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22861:20240911T184521Z
83052024-09-11T21:51:37.298Z[ host-image] Sep 11 21:51:36.916 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22861:20240911T184521Z
83062024-09-11T21:51:37.298Z[ host-image] Sep 11 21:51:36.916 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
83072024-09-11T21:51:37.298Z[ host-image] Sep 11 21:51:36.918 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22861:20240911T184521Z
83082024-09-11T21:51:37.298Z[ host-image] Sep 11 21:51:36.919 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22861:20240911T184521Z
83092024-09-11T21:51:37.298Z[ host-image] Sep 11 21:51:36.919 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22861:20240911T184521Z
83102024-09-11T21:51:37.298Z[ host-image] Sep 11 21:51:36.919 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22861:20240911T184522Z
83112024-09-11T21:51:37.298Z[ host-image] Sep 11 21:51:36.920 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22861:20240911T184522Z
83122024-09-11T21:51:37.298Z[ host-image] Sep 11 21:51:36.920 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22861:20240911T184522Z
83132024-09-11T21:51:37.298Z[ host-image] Sep 11 21:51:36.928 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22861:20240911T184524Z
83142024-09-11T21:51:37.298Z[ host-image] Sep 11 21:51:36.928 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22861:20240911T184523Z
83152024-09-11T21:51:37.298Z[ host-image] Sep 11 21:51:36.929 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22861:20240911T184523Z
83162024-09-11T21:51:37.298Z[ host-image] Sep 11 21:51:36.930 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22861:20240911T184523Z
83172024-09-11T21:51:37.298Z[ host-image] Sep 11 21:51:36.930 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22861:20240911T184524Z
83182024-09-11T21:51:37.322Z[ host-image] Sep 11 21:51:36.947 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22861:20240911T184527Z
83192024-09-11T21:51:37.322Z[ host-image] Sep 11 21:51:36.947 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22861:20240911T184524Z
83202024-09-11T21:51:37.322Z[ host-image] Sep 11 21:51:36.948 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22861:20240911T184524Z
83212024-09-11T21:51:37.323Z[ host-image] Sep 11 21:51:36.948 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
83222024-09-11T21:51:37.323Z[ host-image] Sep 11 21:51:36.948 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
83232024-09-11T21:51:37.347Z[ host-image] Sep 11 21:51:36.973 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22861:20240911T184524Z
83242024-09-11T21:51:37.347Z[ host-image] Sep 11 21:51:36.973 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83252024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.973 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22861:20240911T184525Z
83262024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.973 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22861:20240911T184525Z
83272024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.975 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22861:20240911T184525Z
83282024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.975 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83292024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.975 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83302024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.976 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22861:20240911T184526Z
83312024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.976 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22861:20240911T184526Z
83322024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.976 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22861:20240911T184526Z
83332024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.976 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22861:20240911T184526Z
83342024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.977 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22861:20240911T184527Z
83352024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.977 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22861:20240911T184527Z
83362024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.979 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83372024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.980 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22861:20240911T184528Z
83382024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.981 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22861:20240911T184528Z
83392024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.981 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22861:20240911T184528Z
83402024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.981 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22861:20240911T184529Z
83412024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.982 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22861:20240911T184528Z
83422024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.982 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22861:20240911T184529Z
83432024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.982 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83442024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.982 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83452024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.983 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22861:20240911T184531Z
83462024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.983 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22861:20240911T184531Z
83472024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.983 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83482024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.983 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83492024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.983 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83502024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.983 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83512024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.983 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83522024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.984 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83532024-09-11T21:51:37.348Z[ host-image] Sep 11 21:51:36.986 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83542024-09-11T21:51:37.349Z[ host-image] Sep 11 21:51:36.986 INFO O| tempdir @ "/tmp/.tmpOxOV6I/tmp"
83552024-09-11T21:51:37.349Z[ host-image] Sep 11 21:51:36.986 INFO O| image root @ "/tmp/.tmpOxOV6I/tmp/root"
83562024-09-11T21:51:37.349Z[ host-image] Sep 11 21:51:36.986 INFO O| creating image...
83572024-09-11T21:51:37.903Z[ host-image] Sep 11 21:51:37.542 INFO O| copying publishers...
83582024-09-11T21:51:41.688Z[ recovery-image] Sep 11 21:51:41.329 INFO creating reset image...
83592024-09-11T21:51:41.688Z[ recovery-image] Sep 11 21:51:41.330 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83602024-09-11T21:51:42.014Z[ recovery-image] Sep 11 21:51:41.654 INFO E| Updating crates.io index
83612024-09-11T21:51:42.109Z[ recovery-image] Sep 11 21:51:41.748 INFO E| Downloading crates ...
83622024-09-11T21:51:42.175Z[ recovery-image] Sep 11 21:51:41.810 INFO E| Downloaded duct v0.13.7
83632024-09-11T21:51:42.221Z[ recovery-image] Sep 11 21:51:41.816 INFO E| Downloaded utf8parse v0.2.2
83642024-09-11T21:51:42.222Z[ recovery-image] Sep 11 21:51:41.818 INFO E| Downloaded quote v1.0.37
83652024-09-11T21:51:42.222Z[ recovery-image] Sep 11 21:51:41.821 INFO E| Downloaded shared_child v1.0.1
83662024-09-11T21:51:42.222Z[ recovery-image] Sep 11 21:51:41.823 INFO E| Downloaded anstyle-query v1.1.1
83672024-09-11T21:51:42.223Z[ recovery-image] Sep 11 21:51:41.825 INFO E| Downloaded os_pipe v1.2.1
83682024-09-11T21:51:42.223Z[ recovery-image] Sep 11 21:51:41.827 INFO E| Downloaded clap v4.5.17
83692024-09-11T21:51:42.223Z[ recovery-image] Sep 11 21:51:41.839 INFO E| Downloaded anstyle-parse v0.2.5
83702024-09-11T21:51:42.223Z[ recovery-image] Sep 11 21:51:41.841 INFO E| Downloaded anstream v0.6.15
83712024-09-11T21:51:42.223Z[ recovery-image] Sep 11 21:51:41.845 INFO E| Downloaded clap_builder v4.5.17
83722024-09-11T21:51:42.250Z[ recovery-image] Sep 11 21:51:41.853 INFO E| Downloaded is_terminal_polyfill v1.70.1
83732024-09-11T21:51:42.251Z[ recovery-image] Sep 11 21:51:41.855 INFO E| Downloaded colorchoice v1.0.2
83742024-09-11T21:51:42.251Z[ recovery-image] Sep 11 21:51:41.856 INFO E| Downloaded syn v2.0.77
83752024-09-11T21:51:42.251Z[ recovery-image] Sep 11 21:51:41.870 INFO E| Downloaded clap_lex v0.7.2
83762024-09-11T21:51:42.291Z[ recovery-image] Sep 11 21:51:41.930 INFO E| Compiling proc-macro2 v1.0.86
83772024-09-11T21:51:42.291Z[ recovery-image] Sep 11 21:51:41.930 INFO E| Compiling libc v0.2.158
83782024-09-11T21:51:42.291Z[ recovery-image] Sep 11 21:51:41.931 INFO E| Compiling unicode-ident v1.0.12
83792024-09-11T21:51:42.320Z[ recovery-image] Sep 11 21:51:41.931 INFO E| Compiling utf8parse v0.2.2
83802024-09-11T21:51:42.320Z[ recovery-image] Sep 11 21:51:41.931 INFO E| Compiling colorchoice v1.0.2
83812024-09-11T21:51:42.320Z[ recovery-image] Sep 11 21:51:41.931 INFO E| Compiling is_terminal_polyfill v1.70.1
83822024-09-11T21:51:42.320Z[ recovery-image] Sep 11 21:51:41.931 INFO E| Compiling anstyle-query v1.1.1
83832024-09-11T21:51:42.320Z[ recovery-image] Sep 11 21:51:41.932 INFO E| Compiling anstyle v1.0.8
83842024-09-11T21:51:42.525Z[ recovery-image] Sep 11 21:51:42.159 INFO E| Compiling anstyle-parse v0.2.5
83852024-09-11T21:51:42.567Z[ recovery-image] Sep 11 21:51:42.193 INFO E| Compiling strsim v0.11.1
83862024-09-11T21:51:42.591Z[ recovery-image] Sep 11 21:51:42.204 INFO E| Compiling clap_lex v0.7.2
83872024-09-11T21:51:42.592Z[ recovery-image] Sep 11 21:51:42.220 INFO E| Compiling heck v0.5.0
83882024-09-11T21:51:42.615Z[ recovery-image] Sep 11 21:51:42.252 INFO E| Compiling once_cell v1.19.0
83892024-09-11T21:51:42.984Z[ recovery-image] Sep 11 21:51:42.624 INFO E| Compiling anstream v0.6.15
83902024-09-11T21:51:43.398Z[ recovery-image] Sep 11 21:51:43.039 INFO E| Compiling clap_builder v4.5.17
83912024-09-11T21:51:43.630Z[ recovery-image] Sep 11 21:51:43.271 INFO E| Compiling os_pipe v1.2.1
83922024-09-11T21:51:43.630Z[ recovery-image] Sep 11 21:51:43.271 INFO E| Compiling shared_child v1.0.1
83932024-09-11T21:51:43.787Z[ recovery-image] Sep 11 21:51:43.427 INFO E| Compiling duct v0.13.7
83942024-09-11T21:51:43.925Z[ recovery-image] Sep 11 21:51:43.566 INFO E| Compiling quote v1.0.37
83952024-09-11T21:51:44.240Z[ recovery-image] Sep 11 21:51:43.881 INFO E| Compiling syn v2.0.77
83962024-09-11T21:51:48.873Z[ host-image] Sep 11 21:51:48.514 INFO O| adding properties...
83972024-09-11T21:51:48.975Z[ recovery-image] Sep 11 21:51:48.616 INFO E| Compiling clap_derive v4.5.13
83982024-09-11T21:51:50.292Z[ host-image] Sep 11 21:51:49.933 INFO O| installing packages...
83992024-09-11T21:51:51.405Z[ recovery-image] Sep 11 21:51:51.046 INFO E| Compiling clap v4.5.17
84002024-09-11T21:51:51.495Z[ recovery-image] Sep 11 21:51:51.136 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
84012024-09-11T21:51:52.859Z[ recovery-image] Sep 11 21:51:52.479 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.06s
84022024-09-11T21:51:52.859Z[ recovery-image] Sep 11 21:51:52.490 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
84032024-09-11T21:51:53.043Z[ recovery-image] Sep 11 21:51:52.684 INFO E| Updating crates.io index
84042024-09-11T21:51:53.085Z[ recovery-image] Sep 11 21:51:52.726 INFO E| Downloading crates ...
84052024-09-11T21:51:53.118Z[ recovery-image] Sep 11 21:51:52.759 INFO E| Downloaded seq-macro v0.3.5
84062024-09-11T21:51:53.142Z[ recovery-image] Sep 11 21:51:52.763 INFO E| Downloaded miniz_oxide v0.7.4
84072024-09-11T21:51:53.142Z[ recovery-image] Sep 11 21:51:52.767 INFO E| Downloaded raw-cpuid v10.7.0
84082024-09-11T21:51:53.142Z[ recovery-image] Sep 11 21:51:52.771 INFO E| Downloaded cpio_reader v0.1.1
84092024-09-11T21:51:53.142Z[ recovery-image] Sep 11 21:51:52.773 INFO E| Downloaded bit_field v0.10.2
84102024-09-11T21:51:53.166Z[ recovery-image] Sep 11 21:51:52.793 INFO E| Downloaded x86 v0.52.0
84112024-09-11T21:51:53.223Z[ recovery-image] Sep 11 21:51:52.864 INFO E| Updating crates.io index
84122024-09-11T21:51:53.263Z[ recovery-image] Sep 11 21:51:52.905 INFO E| Downloading crates ...
84132024-09-11T21:51:53.299Z[ recovery-image] Sep 11 21:51:52.941 INFO E| Downloaded compiler_builtins v0.1.123
84142024-09-11T21:51:53.390Z[ recovery-image] Sep 11 21:51:53.030 INFO E| Compiling compiler_builtins v0.1.123
84152024-09-11T21:51:53.390Z[ recovery-image] Sep 11 21:51:53.031 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
84162024-09-11T21:51:53.390Z[ recovery-image] Sep 11 21:51:53.031 INFO E| Compiling proc-macro2 v1.0.86
84172024-09-11T21:51:53.421Z[ recovery-image] Sep 11 21:51:53.031 INFO E| Compiling unicode-ident v1.0.12
84182024-09-11T21:51:53.421Z[ recovery-image] Sep 11 21:51:53.031 INFO E| Compiling syn v1.0.109
84192024-09-11T21:51:53.421Z[ recovery-image] Sep 11 21:51:53.031 INFO E| Compiling x86 v0.52.0
84202024-09-11T21:51:53.421Z[ recovery-image] Sep 11 21:51:53.031 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
84212024-09-11T21:51:53.421Z[ recovery-image] Sep 11 21:51:53.031 INFO E| Compiling seq-macro v0.3.5
84222024-09-11T21:51:54.751Z[ recovery-image] Sep 11 21:51:54.392 INFO E| Compiling quote v1.0.37
84232024-09-11T21:51:55.058Z[ recovery-image] Sep 11 21:51:54.700 INFO E| Compiling syn v2.0.77
84242024-09-11T21:51:58.293Z[ recovery-image] Sep 11 21:51:57.934 INFO E| Compiling scroll_derive v0.12.0
84252024-09-11T21:52:00.671Z[ recovery-image] Sep 11 21:52:00.312 INFO E| Compiling bitstruct_derive v0.1.0
84262024-09-11T21:52:09.515Z[ host-image] Sep 11 21:52:09.156 INFO O| seeding SMF database...
84272024-09-11T21:52:16.955Z[ recovery-image] Sep 11 21:52:16.595 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
84282024-09-11T21:52:17.984Z[ host-image] Sep 11 21:52:17.625 INFO O| configuring SMF profile...
84292024-09-11T21:52:17.984Z[ host-image] Sep 11 21:52:17.626 INFO O| modifying shadow(5)...
84302024-09-11T21:52:18.010Z[ host-image] Sep 11 21:52:17.626 INFO O| loading user and group database...
84312024-09-11T21:52:18.010Z[ host-image] Sep 11 21:52:17.626 INFO O| assessing packaged files...
84322024-09-11T21:52:18.584Z[ recovery-image] Sep 11 21:52:18.225 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
84332024-09-11T21:52:20.758Z[ host-image] Sep 11 21:52:20.399 INFO O| creating archive...
84342024-09-11T21:52:20.804Z[ host-image] Sep 11 21:52:20.445 INFO O| missing from packaging:
84352024-09-11T21:52:20.828Z[ host-image] Sep 11 21:52:20.445 INFO O| "etc/.pwd.lock"
84362024-09-11T21:52:20.828Z[ host-image] Sep 11 21:52:20.445 INFO O| "etc/bash"
84372024-09-11T21:52:20.828Z[ host-image] Sep 11 21:52:20.452 INFO O| "etc/svc/profile/generic.xml"
84382024-09-11T21:52:20.828Z[ host-image] Sep 11 21:52:20.452 INFO O| "etc/svc/profile/inetd_services.xml"
84392024-09-11T21:52:20.828Z[ host-image] Sep 11 21:52:20.452 INFO O| "etc/svc/profile/name_service.xml"
84402024-09-11T21:52:20.828Z[ host-image] Sep 11 21:52:20.452 INFO O| "etc/svc/profile/platform.xml"
84412024-09-11T21:52:20.828Z[ host-image] Sep 11 21:52:20.452 INFO O| "etc/svc/profile/platform_omicron1.xml"
84422024-09-11T21:52:20.828Z[ host-image] Sep 11 21:52:20.452 INFO O| "etc/svc/repository.db"
84432024-09-11T21:52:20.828Z[ host-image] Sep 11 21:52:20.463 INFO O| "opt/ooce/share"
84442024-09-11T21:52:20.828Z[ host-image] Sep 11 21:52:20.463 INFO O| "opt/ooce/share/man"
84452024-09-11T21:52:20.828Z[ host-image] Sep 11 21:52:20.463 INFO O| "opt/ooce/share/man/man1"
84462024-09-11T21:52:20.852Z[ host-image] Sep 11 21:52:20.476 INFO O| finishing archive...
84472024-09-11T21:52:22.521Z[ recovery-image] Sep 11 21:52:22.162 INFO E| Compiling bitflags v1.3.2
84482024-09-11T21:52:22.522Z[ recovery-image] Sep 11 21:52:22.162 INFO E| Compiling scroll v0.12.0
84492024-09-11T21:52:22.547Z[ recovery-image] Sep 11 21:52:22.162 INFO E| Compiling adler v1.0.2
84502024-09-11T21:52:22.547Z[ recovery-image] Sep 11 21:52:22.163 INFO E| Compiling plain v0.2.3
84512024-09-11T21:52:22.547Z[ recovery-image] Sep 11 21:52:22.163 INFO E| Compiling log v0.4.22
84522024-09-11T21:52:22.547Z[ recovery-image] Sep 11 21:52:22.163 INFO E| Compiling bit_field v0.10.2
84532024-09-11T21:52:22.547Z[ recovery-image] Sep 11 21:52:22.163 INFO E| Compiling static_assertions v1.1.0
84542024-09-11T21:52:22.623Z[ recovery-image] Sep 11 21:52:22.264 INFO E| Compiling raw-cpuid v10.7.0
84552024-09-11T21:52:22.647Z[ recovery-image] Sep 11 21:52:22.283 INFO E| Compiling cpio_reader v0.1.1
84562024-09-11T21:52:22.761Z[ recovery-image] Sep 11 21:52:22.402 INFO E| Compiling miniz_oxide v0.7.4
84572024-09-11T21:52:22.785Z[ recovery-image] Sep 11 21:52:22.407 INFO E| Compiling bitstruct v0.1.1
84582024-09-11T21:52:22.942Z[ recovery-image] Sep 11 21:52:22.583 INFO E| Compiling goblin v0.8.2
84592024-09-11T21:52:24.235Z[ host-image] Sep 11 21:52:23.876 INFO O| creating gzonly manifest...
84602024-09-11T21:52:24.266Z[ host-image] Sep 11 21:52:23.907 INFO O| ok
84612024-09-11T21:52:24.433Z[ host-image] Sep 11 21:52:24.073 INFO image builder template: ramdisk-02-trim...
84622024-09-11T21:52:24.433Z[ host-image] Sep 11 21:52:24.074 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/.tmpU32EW5/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
84632024-09-11T21:52:24.468Z[ host-image] Sep 11 21:52:24.109 INFO O| Sep 11 21:52:24.109 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84642024-09-11T21:52:24.492Z[ host-image] Sep 11 21:52:24.117 INFO O| Sep 11 21:52:24.117 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84652024-09-11T21:52:24.519Z[ host-image] Sep 11 21:52:24.161 INFO O| Sep 11 21:52:24.160 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
84662024-09-11T21:52:24.553Z[ host-image] Sep 11 21:52:24.194 INFO O| Sep 11 21:52:24.194 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84672024-09-11T21:52:24.553Z[ host-image] Sep 11 21:52:24.195 INFO O| Sep 11 21:52:24.195 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
84682024-09-11T21:52:24.577Z[ host-image] Sep 11 21:52:24.204 INFO O| Sep 11 21:52:24.203 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84692024-09-11T21:52:24.577Z[ host-image] Sep 11 21:52:24.211 INFO O| Sep 11 21:52:24.211 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84702024-09-11T21:52:24.601Z[ host-image] Sep 11 21:52:24.219 INFO O| Sep 11 21:52:24.219 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84712024-09-11T21:52:24.753Z[ host-image] Sep 11 21:52:24.394 INFO O| Sep 11 21:52:24.394 INFO rolled back to input snapshot; work may begin
84722024-09-11T21:52:24.753Z[ host-image] Sep 11 21:52:24.394 INFO O| Sep 11 21:52:24.394 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84732024-09-11T21:52:24.777Z[ host-image] Sep 11 21:52:24.403 INFO O| Sep 11 21:52:24.403 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-09-11T21:52:24.777Z[ host-image] Sep 11 21:52:24.418 INFO O| Sep 11 21:52:24.418 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84752024-09-11T21:52:24.870Z[ host-image] Sep 11 21:52:24.511 INFO O| Sep 11 21:52:24.511 INFO STEP 0 (remove_files) COMPLETE
84762024-09-11T21:52:24.870Z[ host-image] Sep 11 21:52:24.511 INFO O| Sep 11 21:52:24.511 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84772024-09-11T21:52:24.894Z[ host-image] Sep 11 21:52:24.528 INFO O| Sep 11 21:52:24.528 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84782024-09-11T21:52:24.894Z[ host-image] Sep 11 21:52:24.531 INFO O| Sep 11 21:52:24.531 INFO STEP 1 (remove_files) COMPLETE
84792024-09-11T21:52:24.894Z[ host-image] Sep 11 21:52:24.531 INFO O| Sep 11 21:52:24.531 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84802024-09-11T21:52:24.920Z[ host-image] Sep 11 21:52:24.549 INFO O| Sep 11 21:52:24.548 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84812024-09-11T21:52:24.944Z[ host-image] Sep 11 21:52:24.567 INFO O| Sep 11 21:52:24.567 INFO STEP 2 (remove_files) COMPLETE
84822024-09-11T21:52:24.944Z[ host-image] Sep 11 21:52:24.567 INFO O| Sep 11 21:52:24.567 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-09-11T21:52:24.944Z[ host-image] Sep 11 21:52:24.584 INFO O| Sep 11 21:52:24.584 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84842024-09-11T21:52:24.968Z[ host-image] Sep 11 21:52:24.586 INFO O| Sep 11 21:52:24.586 INFO STEP 3 (remove_files) COMPLETE
84852024-09-11T21:52:24.968Z[ host-image] Sep 11 21:52:24.586 INFO O| Sep 11 21:52:24.586 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84862024-09-11T21:52:24.968Z[ host-image] Sep 11 21:52:24.601 INFO O| Sep 11 21:52:24.601 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84872024-09-11T21:52:24.968Z[ host-image] Sep 11 21:52:24.607 INFO O| Sep 11 21:52:24.607 INFO STEP 4 (remove_files) COMPLETE
84882024-09-11T21:52:24.968Z[ host-image] Sep 11 21:52:24.607 INFO O| Sep 11 21:52:24.607 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84892024-09-11T21:52:24.992Z[ host-image] Sep 11 21:52:24.625 INFO O| Sep 11 21:52:24.625 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84902024-09-11T21:52:24.992Z[ host-image] Sep 11 21:52:24.629 INFO O| Sep 11 21:52:24.629 INFO STEP 5 (remove_files) COMPLETE
84912024-09-11T21:52:24.993Z[ host-image] Sep 11 21:52:24.629 INFO O| Sep 11 21:52:24.629 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84922024-09-11T21:52:25.017Z[ host-image] Sep 11 21:52:24.646 INFO O| Sep 11 21:52:24.646 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84932024-09-11T21:52:25.041Z[ host-image] Sep 11 21:52:24.660 INFO O| Sep 11 21:52:24.660 INFO STEP 6 (remove_files) COMPLETE
84942024-09-11T21:52:25.041Z[ host-image] Sep 11 21:52:24.660 INFO O| Sep 11 21:52:24.660 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-09-11T21:52:25.041Z[ host-image] Sep 11 21:52:24.678 INFO O| Sep 11 21:52:24.678 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84962024-09-11T21:52:25.065Z[ host-image] Sep 11 21:52:24.698 INFO O| Sep 11 21:52:24.698 INFO STEP 7 (remove_files) COMPLETE
84972024-09-11T21:52:25.065Z[ host-image] Sep 11 21:52:24.698 INFO O| Sep 11 21:52:24.698 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84982024-09-11T21:52:25.108Z[ host-image] Sep 11 21:52:24.747 INFO O| Sep 11 21:52:24.747 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84992024-09-11T21:52:25.230Z[ host-image] Sep 11 21:52:24.871 INFO O| Sep 11 21:52:24.871 INFO STEP 8 (remove_files) COMPLETE
85002024-09-11T21:52:25.230Z[ host-image] Sep 11 21:52:24.871 INFO O| Sep 11 21:52:24.871 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85012024-09-11T21:52:25.269Z[ host-image] Sep 11 21:52:24.910 INFO O| Sep 11 21:52:24.910 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85022024-09-11T21:52:25.401Z[ host-image] Sep 11 21:52:25.042 INFO O| Sep 11 21:52:25.042 INFO STEP 9 (remove_files) COMPLETE
85032024-09-11T21:52:25.401Z[ host-image] Sep 11 21:52:25.042 INFO O| Sep 11 21:52:25.042 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-09-11T21:52:25.424Z[ host-image] Sep 11 21:52:25.061 INFO O| Sep 11 21:52:25.061 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
85052024-09-11T21:52:25.449Z[ host-image] Sep 11 21:52:25.067 INFO O| Sep 11 21:52:25.067 INFO STEP 10 (remove_files) COMPLETE
85062024-09-11T21:52:25.449Z[ host-image] Sep 11 21:52:25.067 INFO O| Sep 11 21:52:25.067 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-09-11T21:52:25.449Z[ host-image] Sep 11 21:52:25.084 INFO O| Sep 11 21:52:25.084 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
85082024-09-11T21:52:25.449Z[ host-image] Sep 11 21:52:25.086 INFO O| Sep 11 21:52:25.086 INFO STEP 11 (remove_files) COMPLETE
85092024-09-11T21:52:25.449Z[ host-image] Sep 11 21:52:25.086 INFO O| Sep 11 21:52:25.086 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-09-11T21:52:25.473Z[ host-image] Sep 11 21:52:25.101 INFO O| Sep 11 21:52:25.101 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
85112024-09-11T21:52:25.473Z[ host-image] Sep 11 21:52:25.103 INFO O| Sep 11 21:52:25.103 INFO STEP 12 (remove_files) COMPLETE
85122024-09-11T21:52:25.473Z[ host-image] Sep 11 21:52:25.103 INFO O| Sep 11 21:52:25.103 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85132024-09-11T21:52:25.497Z[ host-image] Sep 11 21:52:25.137 INFO O| Sep 11 21:52:25.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
85142024-09-11T21:52:25.497Z[ host-image] Sep 11 21:52:25.137 INFO O| Sep 11 21:52:25.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
85152024-09-11T21:52:25.497Z[ host-image] Sep 11 21:52:25.138 INFO O| Sep 11 21:52:25.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
85162024-09-11T21:52:25.497Z[ host-image] Sep 11 21:52:25.138 INFO O| Sep 11 21:52:25.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
85172024-09-11T21:52:25.497Z[ host-image] Sep 11 21:52:25.138 INFO O| Sep 11 21:52:25.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
85182024-09-11T21:52:25.497Z[ host-image] Sep 11 21:52:25.138 INFO O| Sep 11 21:52:25.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
85192024-09-11T21:52:25.522Z[ host-image] Sep 11 21:52:25.138 INFO O| Sep 11 21:52:25.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
85202024-09-11T21:52:25.522Z[ host-image] Sep 11 21:52:25.139 INFO O| Sep 11 21:52:25.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
85212024-09-11T21:52:25.522Z[ host-image] Sep 11 21:52:25.139 INFO O| Sep 11 21:52:25.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
85222024-09-11T21:52:25.522Z[ host-image] Sep 11 21:52:25.139 INFO O| Sep 11 21:52:25.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
85232024-09-11T21:52:25.522Z[ host-image] Sep 11 21:52:25.139 INFO O| Sep 11 21:52:25.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
85242024-09-11T21:52:25.522Z[ host-image] Sep 11 21:52:25.140 INFO O| Sep 11 21:52:25.140 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
85252024-09-11T21:52:25.522Z[ host-image] Sep 11 21:52:25.140 INFO O| Sep 11 21:52:25.140 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
85262024-09-11T21:52:25.522Z[ host-image] Sep 11 21:52:25.140 INFO O| Sep 11 21:52:25.140 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
85272024-09-11T21:52:25.522Z[ host-image] Sep 11 21:52:25.141 INFO O| Sep 11 21:52:25.140 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
85282024-09-11T21:52:25.522Z[ host-image] Sep 11 21:52:25.141 INFO O| Sep 11 21:52:25.141 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
85292024-09-11T21:52:25.522Z[ host-image] Sep 11 21:52:25.142 INFO O| Sep 11 21:52:25.142 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
85302024-09-11T21:52:25.937Z[ host-image] Sep 11 21:52:25.578 INFO O| Sep 11 21:52:25.578 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
85312024-09-11T21:52:25.961Z[ host-image] Sep 11 21:52:25.591 INFO O| Sep 11 21:52:25.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
85322024-09-11T21:52:25.961Z[ host-image] Sep 11 21:52:25.592 INFO O| Sep 11 21:52:25.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
85332024-09-11T21:52:25.961Z[ host-image] Sep 11 21:52:25.597 INFO O| Sep 11 21:52:25.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
85342024-09-11T21:52:26.028Z[ host-image] Sep 11 21:52:25.669 INFO O| Sep 11 21:52:25.668 INFO STEP 13 (remove_files) COMPLETE
85352024-09-11T21:52:26.028Z[ host-image] Sep 11 21:52:25.669 INFO O| Sep 11 21:52:25.669 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85362024-09-11T21:52:26.053Z[ host-image] Sep 11 21:52:25.691 INFO O| Sep 11 21:52:25.691 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
85372024-09-11T21:52:26.053Z[ host-image] Sep 11 21:52:25.693 INFO O| Sep 11 21:52:25.693 INFO STEP 14 (remove_files) COMPLETE
85382024-09-11T21:52:26.053Z[ host-image] Sep 11 21:52:25.693 INFO O| Sep 11 21:52:25.693 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-09-11T21:52:26.077Z[ host-image] Sep 11 21:52:25.712 INFO O| Sep 11 21:52:25.712 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
85402024-09-11T21:52:26.101Z[ host-image] Sep 11 21:52:25.722 INFO O| Sep 11 21:52:25.722 INFO STEP 15 (remove_files) COMPLETE
85412024-09-11T21:52:26.101Z[ host-image] Sep 11 21:52:25.722 INFO O| Sep 11 21:52:25.722 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85422024-09-11T21:52:26.101Z[ host-image] Sep 11 21:52:25.741 INFO O| Sep 11 21:52:25.741 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85432024-09-11T21:52:26.101Z[ host-image] Sep 11 21:52:25.742 INFO O| Sep 11 21:52:25.742 INFO STEP 16 (remove_files) COMPLETE
85442024-09-11T21:52:26.101Z[ host-image] Sep 11 21:52:25.742 INFO O| Sep 11 21:52:25.742 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85452024-09-11T21:52:26.126Z[ host-image] Sep 11 21:52:25.757 INFO O| Sep 11 21:52:25.757 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85462024-09-11T21:52:26.127Z[ host-image] Sep 11 21:52:25.759 INFO O| Sep 11 21:52:25.759 INFO STEP 17 (remove_files) COMPLETE
85472024-09-11T21:52:26.127Z[ host-image] Sep 11 21:52:25.759 INFO O| Sep 11 21:52:25.759 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-09-11T21:52:26.151Z[ host-image] Sep 11 21:52:25.773 INFO O| Sep 11 21:52:25.773 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85492024-09-11T21:52:26.151Z[ host-image] Sep 11 21:52:25.774 INFO O| Sep 11 21:52:25.774 INFO STEP 18 (remove_files) COMPLETE
85502024-09-11T21:52:26.151Z[ host-image] Sep 11 21:52:25.774 INFO O| Sep 11 21:52:25.774 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85512024-09-11T21:52:26.151Z[ host-image] Sep 11 21:52:25.787 INFO O| Sep 11 21:52:25.787 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85522024-09-11T21:52:26.151Z[ host-image] Sep 11 21:52:25.787 INFO O| Sep 11 21:52:25.787 INFO STEP 19 (remove_files) COMPLETE
85532024-09-11T21:52:26.151Z[ host-image] Sep 11 21:52:25.787 INFO O| Sep 11 21:52:25.787 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85542024-09-11T21:52:26.175Z[ host-image] Sep 11 21:52:25.801 INFO O| Sep 11 21:52:25.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85552024-09-11T21:52:26.175Z[ host-image] Sep 11 21:52:25.801 INFO O| Sep 11 21:52:25.801 INFO STEP 20 (remove_files) COMPLETE
85562024-09-11T21:52:26.175Z[ host-image] Sep 11 21:52:25.801 INFO O| Sep 11 21:52:25.801 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85572024-09-11T21:52:26.199Z[ host-image] Sep 11 21:52:25.816 INFO O| Sep 11 21:52:25.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85582024-09-11T21:52:26.199Z[ host-image] Sep 11 21:52:25.817 INFO O| Sep 11 21:52:25.816 INFO STEP 21 (remove_files) COMPLETE
85592024-09-11T21:52:26.199Z[ host-image] Sep 11 21:52:25.817 INFO O| Sep 11 21:52:25.817 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85602024-09-11T21:52:26.199Z[ host-image] Sep 11 21:52:25.830 INFO O| Sep 11 21:52:25.830 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85612024-09-11T21:52:26.199Z[ host-image] Sep 11 21:52:25.830 INFO O| Sep 11 21:52:25.830 INFO STEP 22 (remove_files) COMPLETE
85622024-09-11T21:52:26.199Z[ host-image] Sep 11 21:52:25.830 INFO O| Sep 11 21:52:25.830 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85632024-09-11T21:52:26.223Z[ host-image] Sep 11 21:52:25.843 INFO O| Sep 11 21:52:25.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85642024-09-11T21:52:26.223Z[ host-image] Sep 11 21:52:25.843 INFO O| Sep 11 21:52:25.843 INFO STEP 23 (remove_files) COMPLETE
85652024-09-11T21:52:26.223Z[ host-image] Sep 11 21:52:25.843 INFO O| Sep 11 21:52:25.843 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85662024-09-11T21:52:26.223Z[ host-image] Sep 11 21:52:25.856 INFO O| Sep 11 21:52:25.856 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
85672024-09-11T21:52:26.223Z[ host-image] Sep 11 21:52:25.857 INFO O| Sep 11 21:52:25.856 INFO STEP 24 (remove_files) COMPLETE
85682024-09-11T21:52:26.224Z[ host-image] Sep 11 21:52:25.857 INFO O| Sep 11 21:52:25.856 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85692024-09-11T21:52:26.248Z[ host-image] Sep 11 21:52:25.875 INFO O| Sep 11 21:52:25.875 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85702024-09-11T21:52:26.248Z[ host-image] Sep 11 21:52:25.875 INFO O| Sep 11 21:52:25.875 INFO STEP 25 (remove_files) COMPLETE
85712024-09-11T21:52:26.248Z[ host-image] Sep 11 21:52:25.875 INFO O| Sep 11 21:52:25.875 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85722024-09-11T21:52:26.272Z[ host-image] Sep 11 21:52:25.890 INFO O| Sep 11 21:52:25.889 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85732024-09-11T21:52:26.272Z[ host-image] Sep 11 21:52:25.890 INFO O| Sep 11 21:52:25.890 INFO STEP 26 (remove_files) COMPLETE
85742024-09-11T21:52:26.272Z[ host-image] Sep 11 21:52:25.890 INFO O| Sep 11 21:52:25.890 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85752024-09-11T21:52:26.272Z[ host-image] Sep 11 21:52:25.904 INFO O| Sep 11 21:52:25.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85762024-09-11T21:52:26.272Z[ host-image] Sep 11 21:52:25.904 INFO O| Sep 11 21:52:25.904 INFO STEP 27 (remove_files) COMPLETE
85772024-09-11T21:52:26.272Z[ host-image] Sep 11 21:52:25.904 INFO O| Sep 11 21:52:25.904 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85782024-09-11T21:52:26.297Z[ host-image] Sep 11 21:52:25.920 INFO O| Sep 11 21:52:25.920 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85792024-09-11T21:52:26.297Z[ host-image] Sep 11 21:52:25.920 INFO O| Sep 11 21:52:25.920 INFO STEP 28 (remove_files) COMPLETE
85802024-09-11T21:52:26.297Z[ host-image] Sep 11 21:52:25.920 INFO O| Sep 11 21:52:25.920 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-09-11T21:52:26.297Z[ host-image] Sep 11 21:52:25.934 INFO O| Sep 11 21:52:25.934 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85822024-09-11T21:52:26.297Z[ host-image] Sep 11 21:52:25.935 INFO O| Sep 11 21:52:25.935 INFO STEP 29 (remove_files) COMPLETE
85832024-09-11T21:52:26.297Z[ host-image] Sep 11 21:52:25.935 INFO O| Sep 11 21:52:25.935 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-09-11T21:52:26.321Z[ host-image] Sep 11 21:52:25.957 INFO O| Sep 11 21:52:25.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85852024-09-11T21:52:26.321Z[ host-image] Sep 11 21:52:25.957 INFO O| Sep 11 21:52:25.957 INFO STEP 30 (remove_files) COMPLETE
85862024-09-11T21:52:26.321Z[ host-image] Sep 11 21:52:25.957 INFO O| Sep 11 21:52:25.957 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-09-11T21:52:26.345Z[ host-image] Sep 11 21:52:25.974 INFO O| Sep 11 21:52:25.974 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85882024-09-11T21:52:26.345Z[ host-image] Sep 11 21:52:25.974 INFO O| Sep 11 21:52:25.974 INFO STEP 31 (remove_files) COMPLETE
85892024-09-11T21:52:26.345Z[ host-image] Sep 11 21:52:25.974 INFO O| Sep 11 21:52:25.974 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-09-11T21:52:26.369Z[ host-image] Sep 11 21:52:25.989 INFO O| Sep 11 21:52:25.989 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85912024-09-11T21:52:26.369Z[ host-image] Sep 11 21:52:25.989 INFO O| Sep 11 21:52:25.989 INFO STEP 32 (remove_files) COMPLETE
85922024-09-11T21:52:26.369Z[ host-image] Sep 11 21:52:25.989 INFO O| Sep 11 21:52:25.989 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-09-11T21:52:26.369Z[ host-image] Sep 11 21:52:26.003 INFO O| Sep 11 21:52:26.003 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85942024-09-11T21:52:26.369Z[ host-image] Sep 11 21:52:26.003 INFO O| Sep 11 21:52:26.003 INFO STEP 33 (remove_files) COMPLETE
85952024-09-11T21:52:26.369Z[ host-image] Sep 11 21:52:26.003 INFO O| Sep 11 21:52:26.003 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-09-11T21:52:26.393Z[ host-image] Sep 11 21:52:26.017 INFO O| Sep 11 21:52:26.017 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85972024-09-11T21:52:26.393Z[ host-image] Sep 11 21:52:26.017 INFO O| Sep 11 21:52:26.017 INFO STEP 34 (remove_files) COMPLETE
85982024-09-11T21:52:26.393Z[ host-image] Sep 11 21:52:26.017 INFO O| Sep 11 21:52:26.017 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-09-11T21:52:26.393Z[ host-image] Sep 11 21:52:26.033 INFO O| Sep 11 21:52:26.033 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86002024-09-11T21:52:26.393Z[ host-image] Sep 11 21:52:26.033 INFO O| Sep 11 21:52:26.033 INFO STEP 35 (remove_files) COMPLETE
86012024-09-11T21:52:26.394Z[ host-image] Sep 11 21:52:26.033 INFO O| Sep 11 21:52:26.033 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86022024-09-11T21:52:26.417Z[ host-image] Sep 11 21:52:26.047 INFO O| Sep 11 21:52:26.047 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
86032024-09-11T21:52:26.417Z[ host-image] Sep 11 21:52:26.047 INFO O| Sep 11 21:52:26.047 INFO STEP 36 (remove_files) COMPLETE
86042024-09-11T21:52:26.417Z[ host-image] Sep 11 21:52:26.047 INFO O| Sep 11 21:52:26.047 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86052024-09-11T21:52:26.442Z[ host-image] Sep 11 21:52:26.060 INFO O| Sep 11 21:52:26.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
86062024-09-11T21:52:26.442Z[ host-image] Sep 11 21:52:26.061 INFO O| Sep 11 21:52:26.061 INFO STEP 37 (remove_files) COMPLETE
86072024-09-11T21:52:26.442Z[ host-image] Sep 11 21:52:26.061 INFO O| Sep 11 21:52:26.061 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86082024-09-11T21:52:26.442Z[ host-image] Sep 11 21:52:26.073 INFO O| Sep 11 21:52:26.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
86092024-09-11T21:52:26.442Z[ host-image] Sep 11 21:52:26.074 INFO O| Sep 11 21:52:26.073 INFO STEP 38 (remove_files) COMPLETE
86102024-09-11T21:52:26.442Z[ host-image] Sep 11 21:52:26.074 INFO O| Sep 11 21:52:26.074 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86112024-09-11T21:52:26.466Z[ host-image] Sep 11 21:52:26.089 INFO O| Sep 11 21:52:26.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
86122024-09-11T21:52:26.466Z[ host-image] Sep 11 21:52:26.090 INFO O| Sep 11 21:52:26.090 INFO STEP 39 (remove_files) COMPLETE
86132024-09-11T21:52:26.466Z[ host-image] Sep 11 21:52:26.090 INFO O| Sep 11 21:52:26.090 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86142024-09-11T21:52:26.466Z[ host-image] Sep 11 21:52:26.102 INFO O| Sep 11 21:52:26.102 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
86152024-09-11T21:52:26.467Z[ host-image] Sep 11 21:52:26.102 INFO O| Sep 11 21:52:26.102 INFO STEP 40 (remove_files) COMPLETE
86162024-09-11T21:52:26.467Z[ host-image] Sep 11 21:52:26.102 INFO O| Sep 11 21:52:26.102 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86172024-09-11T21:52:26.491Z[ host-image] Sep 11 21:52:26.115 INFO O| Sep 11 21:52:26.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
86182024-09-11T21:52:26.491Z[ host-image] Sep 11 21:52:26.116 INFO O| Sep 11 21:52:26.116 INFO STEP 41 (remove_files) COMPLETE
86192024-09-11T21:52:26.491Z[ host-image] Sep 11 21:52:26.116 INFO O| Sep 11 21:52:26.116 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86202024-09-11T21:52:26.491Z[ host-image] Sep 11 21:52:26.131 INFO O| Sep 11 21:52:26.131 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
86212024-09-11T21:52:26.491Z[ host-image] Sep 11 21:52:26.131 INFO O| Sep 11 21:52:26.131 INFO STEP 42 (remove_files) COMPLETE
86222024-09-11T21:52:26.491Z[ host-image] Sep 11 21:52:26.131 INFO O| Sep 11 21:52:26.131 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86232024-09-11T21:52:26.515Z[ host-image] Sep 11 21:52:26.146 INFO O| Sep 11 21:52:26.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
86242024-09-11T21:52:26.515Z[ host-image] Sep 11 21:52:26.147 INFO O| Sep 11 21:52:26.146 INFO STEP 43 (remove_files) COMPLETE
86252024-09-11T21:52:26.515Z[ host-image] Sep 11 21:52:26.147 INFO O| Sep 11 21:52:26.147 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86262024-09-11T21:52:26.539Z[ host-image] Sep 11 21:52:26.162 INFO O| Sep 11 21:52:26.162 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
86272024-09-11T21:52:26.539Z[ host-image] Sep 11 21:52:26.162 INFO O| Sep 11 21:52:26.162 INFO STEP 44 (remove_files) COMPLETE
86282024-09-11T21:52:26.539Z[ host-image] Sep 11 21:52:26.162 INFO O| Sep 11 21:52:26.162 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86292024-09-11T21:52:26.539Z[ host-image] Sep 11 21:52:26.176 INFO O| Sep 11 21:52:26.176 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
86302024-09-11T21:52:26.539Z[ host-image] Sep 11 21:52:26.176 INFO O| Sep 11 21:52:26.176 INFO STEP 45 (remove_files) COMPLETE
86312024-09-11T21:52:26.539Z[ host-image] Sep 11 21:52:26.176 INFO O| Sep 11 21:52:26.176 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86322024-09-11T21:52:26.563Z[ host-image] Sep 11 21:52:26.189 INFO O| Sep 11 21:52:26.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
86332024-09-11T21:52:26.563Z[ host-image] Sep 11 21:52:26.189 INFO O| Sep 11 21:52:26.189 INFO STEP 46 (remove_files) COMPLETE
86342024-09-11T21:52:26.563Z[ host-image] Sep 11 21:52:26.189 INFO O| Sep 11 21:52:26.189 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86352024-09-11T21:52:26.563Z[ host-image] Sep 11 21:52:26.204 INFO O| Sep 11 21:52:26.203 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
86362024-09-11T21:52:26.563Z[ host-image] Sep 11 21:52:26.204 INFO O| Sep 11 21:52:26.204 INFO STEP 47 (remove_files) COMPLETE
86372024-09-11T21:52:26.563Z[ host-image] Sep 11 21:52:26.204 INFO O| Sep 11 21:52:26.204 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86382024-09-11T21:52:26.587Z[ host-image] Sep 11 21:52:26.223 INFO O| Sep 11 21:52:26.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
86392024-09-11T21:52:26.587Z[ host-image] Sep 11 21:52:26.223 INFO O| Sep 11 21:52:26.223 INFO STEP 48 (remove_files) COMPLETE
86402024-09-11T21:52:26.587Z[ host-image] Sep 11 21:52:26.223 INFO O| Sep 11 21:52:26.223 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-09-11T21:52:26.611Z[ host-image] Sep 11 21:52:26.242 INFO O| Sep 11 21:52:26.242 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
86422024-09-11T21:52:26.611Z[ host-image] Sep 11 21:52:26.242 INFO O| Sep 11 21:52:26.242 INFO STEP 49 (remove_files) COMPLETE
86432024-09-11T21:52:26.611Z[ host-image] Sep 11 21:52:26.242 INFO O| Sep 11 21:52:26.242 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-09-11T21:52:26.635Z[ host-image] Sep 11 21:52:26.258 INFO O| Sep 11 21:52:26.258 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86452024-09-11T21:52:26.636Z[ host-image] Sep 11 21:52:26.258 INFO O| Sep 11 21:52:26.258 INFO STEP 50 (remove_files) COMPLETE
86462024-09-11T21:52:26.636Z[ host-image] Sep 11 21:52:26.258 INFO O| Sep 11 21:52:26.258 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-09-11T21:52:26.636Z[ host-image] Sep 11 21:52:26.277 INFO O| Sep 11 21:52:26.277 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86482024-09-11T21:52:26.660Z[ host-image] Sep 11 21:52:26.277 INFO O| Sep 11 21:52:26.277 INFO STEP 51 (remove_files) COMPLETE
86492024-09-11T21:52:26.660Z[ host-image] Sep 11 21:52:26.277 INFO O| Sep 11 21:52:26.277 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-09-11T21:52:26.660Z[ host-image] Sep 11 21:52:26.292 INFO O| Sep 11 21:52:26.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86512024-09-11T21:52:26.660Z[ host-image] Sep 11 21:52:26.292 INFO O| Sep 11 21:52:26.292 INFO STEP 52 (remove_files) COMPLETE
86522024-09-11T21:52:26.660Z[ host-image] Sep 11 21:52:26.292 INFO O| Sep 11 21:52:26.292 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-09-11T21:52:26.684Z[ host-image] Sep 11 21:52:26.310 INFO O| Sep 11 21:52:26.309 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86542024-09-11T21:52:26.684Z[ host-image] Sep 11 21:52:26.310 INFO O| Sep 11 21:52:26.310 INFO STEP 53 (remove_files) COMPLETE
86552024-09-11T21:52:26.684Z[ host-image] Sep 11 21:52:26.310 INFO O| Sep 11 21:52:26.310 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-09-11T21:52:26.708Z[ host-image] Sep 11 21:52:26.326 INFO O| Sep 11 21:52:26.326 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86572024-09-11T21:52:26.709Z[ host-image] Sep 11 21:52:26.326 INFO O| Sep 11 21:52:26.326 INFO STEP 54 (remove_files) COMPLETE
86582024-09-11T21:52:26.709Z[ host-image] Sep 11 21:52:26.326 INFO O| Sep 11 21:52:26.326 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-09-11T21:52:26.709Z[ host-image] Sep 11 21:52:26.341 INFO O| Sep 11 21:52:26.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86602024-09-11T21:52:26.709Z[ host-image] Sep 11 21:52:26.341 INFO O| Sep 11 21:52:26.341 INFO STEP 55 (remove_files) COMPLETE
86612024-09-11T21:52:26.709Z[ host-image] Sep 11 21:52:26.341 INFO O| Sep 11 21:52:26.341 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-09-11T21:52:26.733Z[ host-image] Sep 11 21:52:26.354 INFO O| Sep 11 21:52:26.354 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86632024-09-11T21:52:26.733Z[ host-image] Sep 11 21:52:26.354 INFO O| Sep 11 21:52:26.354 INFO STEP 56 (remove_files) COMPLETE
86642024-09-11T21:52:26.733Z[ host-image] Sep 11 21:52:26.354 INFO O| Sep 11 21:52:26.354 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-09-11T21:52:26.733Z[ host-image] Sep 11 21:52:26.367 INFO O| Sep 11 21:52:26.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
86662024-09-11T21:52:26.733Z[ host-image] Sep 11 21:52:26.367 INFO O| Sep 11 21:52:26.367 INFO STEP 57 (remove_files) COMPLETE
86672024-09-11T21:52:26.733Z[ host-image] Sep 11 21:52:26.367 INFO O| Sep 11 21:52:26.367 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-09-11T21:52:26.757Z[ host-image] Sep 11 21:52:26.380 INFO O| Sep 11 21:52:26.380 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86692024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.380 INFO O| Sep 11 21:52:26.380 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86702024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.381 INFO O| Sep 11 21:52:26.380 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86712024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.381 INFO O| Sep 11 21:52:26.381 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86722024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.381 INFO O| Sep 11 21:52:26.381 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86732024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.381 INFO O| Sep 11 21:52:26.381 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86742024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.381 INFO O| Sep 11 21:52:26.381 INFO ok!
86752024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.381 INFO O| Sep 11 21:52:26.381 INFO STEP 58 (ensure_file) COMPLETE
86762024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.381 INFO O| Sep 11 21:52:26.381 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.394 INFO O| Sep 11 21:52:26.394 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86782024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.394 INFO O| Sep 11 21:52:26.394 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86792024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.395 INFO O| Sep 11 21:52:26.395 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86802024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.395 INFO O| Sep 11 21:52:26.395 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86812024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.395 INFO O| Sep 11 21:52:26.395 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86822024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.395 INFO O| Sep 11 21:52:26.395 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86832024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.395 INFO O| Sep 11 21:52:26.395 INFO ok!
86842024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.395 INFO O| Sep 11 21:52:26.395 INFO STEP 59 (ensure_file) COMPLETE
86852024-09-11T21:52:26.758Z[ host-image] Sep 11 21:52:26.395 INFO O| Sep 11 21:52:26.395 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-09-11T21:52:26.782Z[ host-image] Sep 11 21:52:26.408 INFO O| Sep 11 21:52:26.408 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86872024-09-11T21:52:26.783Z[ host-image] Sep 11 21:52:26.408 INFO O| Sep 11 21:52:26.408 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86882024-09-11T21:52:26.783Z[ host-image] Sep 11 21:52:26.408 INFO O| Sep 11 21:52:26.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86892024-09-11T21:52:26.783Z[ host-image] Sep 11 21:52:26.408 INFO O| Sep 11 21:52:26.408 INFO ok!
86902024-09-11T21:52:26.783Z[ host-image] Sep 11 21:52:26.408 INFO O| Sep 11 21:52:26.408 INFO STEP 60 (ensure_file) COMPLETE
86912024-09-11T21:52:26.783Z[ host-image] Sep 11 21:52:26.408 INFO O| Sep 11 21:52:26.408 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-09-11T21:52:26.783Z[ host-image] Sep 11 21:52:26.421 INFO O| Sep 11 21:52:26.421 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86932024-09-11T21:52:26.783Z[ host-image] Sep 11 21:52:26.422 INFO O| Sep 11 21:52:26.422 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86942024-09-11T21:52:26.783Z[ host-image] Sep 11 21:52:26.422 INFO O| Sep 11 21:52:26.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86952024-09-11T21:52:26.783Z[ host-image] Sep 11 21:52:26.422 INFO O| Sep 11 21:52:26.422 INFO ok!
86962024-09-11T21:52:26.783Z[ host-image] Sep 11 21:52:26.422 INFO O| Sep 11 21:52:26.422 INFO STEP 61 (ensure_file) COMPLETE
86972024-09-11T21:52:26.783Z[ host-image] Sep 11 21:52:26.422 INFO O| Sep 11 21:52:26.422 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-09-11T21:52:26.807Z[ host-image] Sep 11 21:52:26.438 INFO O| Sep 11 21:52:26.438 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86992024-09-11T21:52:26.807Z[ host-image] Sep 11 21:52:26.438 INFO O| Sep 11 21:52:26.438 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87002024-09-11T21:52:26.807Z[ host-image] Sep 11 21:52:26.438 INFO O| Sep 11 21:52:26.438 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87012024-09-11T21:52:26.807Z[ host-image] Sep 11 21:52:26.438 INFO O| Sep 11 21:52:26.438 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87022024-09-11T21:52:26.807Z[ host-image] Sep 11 21:52:26.438 INFO O| Sep 11 21:52:26.438 INFO ok!
87032024-09-11T21:52:26.807Z[ host-image] Sep 11 21:52:26.438 INFO O| Sep 11 21:52:26.438 INFO STEP 62 (ensure_file) COMPLETE
87042024-09-11T21:52:26.807Z[ host-image] Sep 11 21:52:26.438 INFO O| Sep 11 21:52:26.438 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87052024-09-11T21:52:26.832Z[ host-image] Sep 11 21:52:26.459 INFO O| Sep 11 21:52:26.459 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
87062024-09-11T21:52:26.832Z[ host-image] Sep 11 21:52:26.459 INFO O| Sep 11 21:52:26.459 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
87072024-09-11T21:52:26.832Z[ host-image] Sep 11 21:52:26.459 INFO O| Sep 11 21:52:26.459 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87082024-09-11T21:52:26.832Z[ host-image] Sep 11 21:52:26.459 INFO O| Sep 11 21:52:26.459 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87092024-09-11T21:52:26.832Z[ host-image] Sep 11 21:52:26.459 INFO O| Sep 11 21:52:26.459 INFO ok!
87102024-09-11T21:52:26.832Z[ host-image] Sep 11 21:52:26.459 INFO O| Sep 11 21:52:26.459 INFO STEP 63 (ensure_file) COMPLETE
87112024-09-11T21:52:26.832Z[ host-image] Sep 11 21:52:26.459 INFO O| Sep 11 21:52:26.459 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87122024-09-11T21:52:26.857Z[ host-image] Sep 11 21:52:26.478 INFO O| Sep 11 21:52:26.478 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
87132024-09-11T21:52:26.857Z[ host-image] Sep 11 21:52:26.478 INFO O| Sep 11 21:52:26.478 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
87142024-09-11T21:52:26.857Z[ host-image] Sep 11 21:52:26.478 INFO O| Sep 11 21:52:26.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
87152024-09-11T21:52:26.857Z[ host-image] Sep 11 21:52:26.478 INFO O| Sep 11 21:52:26.478 INFO ok!
87162024-09-11T21:52:26.857Z[ host-image] Sep 11 21:52:26.478 INFO O| Sep 11 21:52:26.478 INFO STEP 64 (assemble_files) COMPLETE
87172024-09-11T21:52:26.857Z[ host-image] Sep 11 21:52:26.478 INFO O| Sep 11 21:52:26.478 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87182024-09-11T21:52:26.857Z[ host-image] Sep 11 21:52:26.497 INFO O| Sep 11 21:52:26.497 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
87192024-09-11T21:52:26.858Z[ host-image] Sep 11 21:52:26.497 INFO O| Sep 11 21:52:26.497 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
87202024-09-11T21:52:26.858Z[ host-image] Sep 11 21:52:26.497 INFO O| Sep 11 21:52:26.497 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87212024-09-11T21:52:26.858Z[ host-image] Sep 11 21:52:26.497 INFO O| Sep 11 21:52:26.497 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87222024-09-11T21:52:26.882Z[ host-image] Sep 11 21:52:26.497 INFO O| Sep 11 21:52:26.497 INFO ok!
87232024-09-11T21:52:26.882Z[ host-image] Sep 11 21:52:26.497 INFO O| Sep 11 21:52:26.497 INFO STEP 65 (ensure_file) COMPLETE
87242024-09-11T21:52:26.882Z[ host-image] Sep 11 21:52:26.497 INFO O| Sep 11 21:52:26.497 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252024-09-11T21:52:26.883Z[ host-image] Sep 11 21:52:26.514 INFO O| Sep 11 21:52:26.513 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87262024-09-11T21:52:26.883Z[ host-image] Sep 11 21:52:26.514 INFO O| Sep 11 21:52:26.514 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87272024-09-11T21:52:26.883Z[ host-image] Sep 11 21:52:26.514 INFO O| Sep 11 21:52:26.514 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87282024-09-11T21:52:26.883Z[ host-image] Sep 11 21:52:26.514 INFO O| Sep 11 21:52:26.514 INFO STEP 66 (ensure_dir) COMPLETE
87292024-09-11T21:52:26.883Z[ host-image] Sep 11 21:52:26.514 INFO O| Sep 11 21:52:26.514 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87302024-09-11T21:52:26.907Z[ host-image] Sep 11 21:52:26.530 INFO O| Sep 11 21:52:26.530 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
87312024-09-11T21:52:26.907Z[ host-image] Sep 11 21:52:26.530 INFO O| Sep 11 21:52:26.530 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 ...
87322024-09-11T21:52:26.907Z[ host-image] Sep 11 21:52:26.539 INFO O| Sep 11 21:52:26.539 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
87332024-09-11T21:52:26.907Z[ host-image] Sep 11 21:52:26.539 INFO O| Sep 11 21:52:26.539 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
87342024-09-11T21:52:26.907Z[ host-image] Sep 11 21:52:26.539 INFO O| Sep 11 21:52:26.539 INFO ok!
87352024-09-11T21:52:26.907Z[ host-image] Sep 11 21:52:26.539 INFO O| Sep 11 21:52:26.539 INFO STEP 67 (ensure_file) COMPLETE
87362024-09-11T21:52:26.907Z[ host-image] Sep 11 21:52:26.539 INFO O| Sep 11 21:52:26.539 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-09-11T21:52:26.931Z[ host-image] Sep 11 21:52:26.558 INFO O| Sep 11 21:52:26.558 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
87382024-09-11T21:52:26.931Z[ host-image] Sep 11 21:52:26.558 INFO O| Sep 11 21:52:26.558 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 ...
87392024-09-11T21:52:26.931Z[ host-image] Sep 11 21:52:26.558 INFO O| Sep 11 21:52:26.558 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
87402024-09-11T21:52:26.931Z[ host-image] Sep 11 21:52:26.558 INFO O| Sep 11 21:52:26.558 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87412024-09-11T21:52:26.931Z[ host-image] Sep 11 21:52:26.558 INFO O| Sep 11 21:52:26.558 INFO ok!
87422024-09-11T21:52:26.931Z[ host-image] Sep 11 21:52:26.558 INFO O| Sep 11 21:52:26.558 INFO STEP 68 (ensure_file) COMPLETE
87432024-09-11T21:52:26.931Z[ host-image] Sep 11 21:52:26.558 INFO O| Sep 11 21:52:26.558 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-09-11T21:52:26.955Z[ host-image] Sep 11 21:52:26.583 INFO O| Sep 11 21:52:26.583 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87452024-09-11T21:52:26.955Z[ host-image] Sep 11 21:52:26.583 INFO O| Sep 11 21:52:26.583 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87462024-09-11T21:52:29.180Z[ recovery-image] Sep 11 21:52:28.821 INFO E| Finished `release` profile [optimized] target(s) in 36.31s
87472024-09-11T21:52:29.205Z[ recovery-image] Sep 11 21:52:28.846 INFO building host image...
87482024-09-11T21:52:29.205Z[ recovery-image] Sep 11 21:52:28.846 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")
87492024-09-11T21:52:29.634Z[ host-image] Sep 11 21:52:29.275 INFO O| Sep 11 21:52:29.275 INFO STEP 69 (pack_tar) COMPLETE
87502024-09-11T21:52:29.634Z[ host-image] Sep 11 21:52:29.275 INFO O| Sep 11 21:52:29.275 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87512024-09-11T21:52:29.660Z[ host-image] Sep 11 21:52:29.275 INFO O| Sep 11 21:52:29.275 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87522024-09-11T21:52:29.757Z[ host-image] Sep 11 21:52:29.397 INFO O| Sep 11 21:52:29.397 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87532024-09-11T21:52:29.805Z[ host-image] Sep 11 21:52:29.446 INFO O| Sep 11 21:52:29.446 INFO completed processing gimlet/ramdisk-02-trim
87542024-09-11T21:52:29.829Z[ host-image] Sep 11 21:52:29.449 INFO image builder template: zfs...
87552024-09-11T21:52:29.829Z[ host-image] Sep 11 21:52:29.449 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/.tmpU32EW5/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
87562024-09-11T21:52:29.829Z[ host-image] Sep 11 21:52:29.470 INFO O| Sep 11 21:52:29.470 INFO skip include "stress" because feature "stress" is not enabled
87572024-09-11T21:52:29.874Z[ host-image] Sep 11 21:52:29.515 INFO O| Sep 11 21:52:29.515 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87582024-09-11T21:52:29.898Z[ host-image] Sep 11 21:52:29.521 INFO O| Sep 11 21:52:29.521 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87592024-09-11T21:52:29.921Z[ recovery-image] Sep 11 21:52:29.540 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87602024-09-11T21:52:29.922Z[ host-image] Sep 11 21:52:29.561 INFO O| Sep 11 21:52:29.561 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87612024-09-11T21:52:29.953Z[ host-image] Sep 11 21:52:29.594 INFO O| Sep 11 21:52:29.593 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87622024-09-11T21:52:29.953Z[ host-image] Sep 11 21:52:29.594 INFO O| Sep 11 21:52:29.594 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87632024-09-11T21:52:29.977Z[ host-image] Sep 11 21:52:29.601 INFO O| Sep 11 21:52:29.601 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87642024-09-11T21:52:30.001Z[ host-image] Sep 11 21:52:29.640 INFO O| Sep 11 21:52:29.640 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87652024-09-11T21:52:30.025Z[ host-image] Sep 11 21:52:29.663 INFO O| Sep 11 21:52:29.663 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87662024-09-11T21:52:30.049Z[ host-image] Sep 11 21:52:29.679 INFO O| Sep 11 21:52:29.679 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87672024-09-11T21:52:30.049Z[ host-image] Sep 11 21:52:29.687 INFO O| Sep 11 21:52:29.687 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87682024-09-11T21:52:30.049Z[ host-image] Sep 11 21:52:29.687 INFO O| Sep 11 21:52:29.687 INFO no lofi found
87692024-09-11T21:52:30.049Z[ host-image] Sep 11 21:52:29.688 INFO O| Sep 11 21:52:29.687 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87702024-09-11T21:52:30.049Z[ host-image] Sep 11 21:52:29.688 INFO O| Sep 11 21:52:29.687 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87712024-09-11T21:52:31.593Z[ recovery-image] Sep 11 21:52:31.233 INFO image complete! materials are in "/work/os-recovery"
87722024-09-11T21:52:31.617Z[ recovery-image]
87732024-09-11T21:52:31.617Z[ recovery-image] real 7:55.507697163
87742024-09-11T21:52:31.617Z[ recovery-image] user 4:39.146541498
87752024-09-11T21:52:31.617Z[ recovery-image] sys 1:02.598370609
87762024-09-11T21:52:31.617Z[ recovery-image] trap 0.148798712
87772024-09-11T21:52:31.617Z[ recovery-image] tflt 0.223916221
87782024-09-11T21:52:31.617Z[ recovery-image] dflt 0.849657716
87792024-09-11T21:52:31.618Z[ recovery-image] kflt 0.000138258
87802024-09-11T21:52:31.618Z[ recovery-image] lock 16:56.175106035
87812024-09-11T21:52:31.618Z[ recovery-image] slp 48:20.309991471
87822024-09-11T21:52:31.618Z[ recovery-image] lat 1:00.766930878
87832024-09-11T21:52:31.618Z[ recovery-image] stop 3.101856395
87842024-09-11T21:52:31.618ZSep 11 21:52:31.239 INFO [recovery-image] process exited with exit status: 0 (475.526063021s)
87852024-09-11T21:52:32.373Z[ host-image] Sep 11 21:52:32.014 INFO O| Sep 11 21:52:32.014 INFO lofi device = /dev/dsk/c3t1d0p0
87862024-09-11T21:52:32.373Z[ host-image] Sep 11 21:52:32.014 INFO O| Sep 11 21:52:32.014 INFO pool device = /dev/dsk/c3t1d0p0
87872024-09-11T21:52:32.397Z[ host-image] Sep 11 21:52:32.014 INFO O| Sep 11 21:52:32.014 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/c3t1d0p0"]
87882024-09-11T21:52:32.485Z[ host-image] Sep 11 21:52:32.126 INFO O| Sep 11 21:52:32.126 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87892024-09-11T21:52:32.485Z[ host-image] Sep 11 21:52:32.126 INFO O| Sep 11 21:52:32.126 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87902024-09-11T21:52:32.520Z[ host-image] Sep 11 21:52:32.160 INFO O| Sep 11 21:52:32.160 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87912024-09-11T21:52:32.602Z[ host-image] Sep 11 21:52:32.243 INFO O| Sep 11 21:52:32.243 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87922024-09-11T21:52:32.649Z[ host-image] Sep 11 21:52:32.290 INFO O| Sep 11 21:52:32.290 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87932024-09-11T21:52:32.673Z[ host-image] Sep 11 21:52:32.312 INFO O| Sep 11 21:52:32.312 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87942024-09-11T21:52:32.697Z[ host-image] Sep 11 21:52:32.331 INFO O| Sep 11 21:52:32.331 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87952024-09-11T21:52:32.751Z[ host-image] Sep 11 21:52:32.392 INFO O| Sep 11 21:52:32.391 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87962024-09-11T21:52:32.751Z[ host-image] Sep 11 21:52:32.392 INFO O| Sep 11 21:52:32.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87972024-09-11T21:52:32.751Z[ host-image] Sep 11 21:52:32.392 INFO O| Sep 11 21:52:32.392 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87982024-09-11T21:52:32.775Z[ host-image] Sep 11 21:52:32.410 INFO O| Sep 11 21:52:32.409 INFO boot environment UUID: ade7a6a1-683a-482d-bf5d-5e7081d9f60c
87992024-09-11T21:52:32.775Z[ host-image] Sep 11 21:52:32.410 INFO O| Sep 11 21:52:32.410 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ade7a6a1-683a-482d-bf5d-5e7081d9f60c
88002024-09-11T21:52:32.799Z[ host-image] Sep 11 21:52:32.427 INFO O| Sep 11 21:52:32.427 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88012024-09-11T21:52:32.823Z[ host-image] Sep 11 21:52:32.444 INFO O| Sep 11 21:52:32.444 INFO STEP 0 (create_be) COMPLETE
88022024-09-11T21:52:32.823Z[ host-image] Sep 11 21:52:32.445 INFO O| Sep 11 21:52:32.444 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88032024-09-11T21:52:32.872Z[ host-image] Sep 11 21:52:32.466 INFO O| Sep 11 21:52:32.466 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88042024-09-11T21:52:55.002Z[ host-image] Sep 11 21:52:54.642 INFO O| Sep 11 21:52:54.642 INFO STEP 1 (unpack_tar) COMPLETE
88052024-09-11T21:52:55.002Z[ host-image] Sep 11 21:52:54.642 INFO O| Sep 11 21:52:54.642 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88062024-09-11T21:52:55.026Z[ host-image] Sep 11 21:52:54.660 INFO O| Sep 11 21:52:54.660 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
88072024-09-11T21:52:55.394Z[ host-image] Sep 11 21:52:55.034 INFO O| Sep 11 21:52:55.034 INFO STEP 2 (devfsadm) COMPLETE
88082024-09-11T21:52:55.394Z[ host-image] Sep 11 21:52:55.034 INFO O| Sep 11 21:52:55.034 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092024-09-11T21:52:55.419Z[ host-image] Sep 11 21:52:55.054 INFO O| Sep 11 21:52:55.054 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88102024-09-11T21:52:55.419Z[ host-image] Sep 11 21:52:55.055 INFO O| Sep 11 21:52:55.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88112024-09-11T21:52:55.419Z[ host-image] Sep 11 21:52:55.055 INFO O| Sep 11 21:52:55.055 INFO STEP 3 (ensure_dir) COMPLETE
88122024-09-11T21:52:55.419Z[ host-image] Sep 11 21:52:55.055 INFO O| Sep 11 21:52:55.055 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88132024-09-11T21:52:55.444Z[ host-image] Sep 11 21:52:55.075 INFO O| Sep 11 21:52:55.074 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88142024-09-11T21:52:55.444Z[ host-image] Sep 11 21:52:55.075 INFO O| Sep 11 21:52:55.074 INFO STEP 4 (ensure_dir) COMPLETE
88152024-09-11T21:52:55.444Z[ host-image] Sep 11 21:52:55.075 INFO O| Sep 11 21:52:55.075 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88162024-09-11T21:52:55.468Z[ host-image] Sep 11 21:52:55.089 INFO O| Sep 11 21:52:55.089 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88172024-09-11T21:52:55.468Z[ host-image] Sep 11 21:52:55.089 INFO O| Sep 11 21:52:55.089 INFO STEP 5 (ensure_dir) COMPLETE
88182024-09-11T21:52:55.468Z[ host-image] Sep 11 21:52:55.089 INFO O| Sep 11 21:52:55.089 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88192024-09-11T21:52:55.468Z[ host-image] Sep 11 21:52:55.103 INFO O| Sep 11 21:52:55.103 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88202024-09-11T21:52:55.468Z[ host-image] Sep 11 21:52:55.103 INFO O| Sep 11 21:52:55.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88212024-09-11T21:52:55.468Z[ host-image] Sep 11 21:52:55.103 INFO O| Sep 11 21:52:55.103 INFO STEP 6 (ensure_dir) COMPLETE
88222024-09-11T21:52:55.468Z[ host-image] Sep 11 21:52:55.103 INFO O| Sep 11 21:52:55.103 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88232024-09-11T21:52:55.492Z[ host-image] Sep 11 21:52:55.117 INFO O| Sep 11 21:52:55.117 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88242024-09-11T21:52:55.492Z[ host-image] Sep 11 21:52:55.117 INFO O| Sep 11 21:52:55.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88252024-09-11T21:52:55.492Z[ host-image] Sep 11 21:52:55.117 INFO O| Sep 11 21:52:55.117 INFO STEP 7 (ensure_dir) COMPLETE
88262024-09-11T21:52:55.492Z[ host-image] Sep 11 21:52:55.117 INFO O| Sep 11 21:52:55.117 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272024-09-11T21:52:55.517Z[ host-image] Sep 11 21:52:55.137 INFO O| Sep 11 21:52:55.137 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88282024-09-11T21:52:55.517Z[ host-image] Sep 11 21:52:55.138 INFO O| Sep 11 21:52:55.138 INFO STEP 8 (remove_files) COMPLETE
88292024-09-11T21:52:55.517Z[ host-image] Sep 11 21:52:55.138 INFO O| Sep 11 21:52:55.138 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88302024-09-11T21:52:55.517Z[ host-image] Sep 11 21:52:55.153 INFO O| Sep 11 21:52:55.153 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88312024-09-11T21:52:55.517Z[ host-image] Sep 11 21:52:55.154 INFO O| Sep 11 21:52:55.154 INFO STEP 9 (remove_files) COMPLETE
88322024-09-11T21:52:55.517Z[ host-image] Sep 11 21:52:55.154 INFO O| Sep 11 21:52:55.154 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88332024-09-11T21:52:55.543Z[ host-image] Sep 11 21:52:55.170 INFO O| Sep 11 21:52:55.170 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88342024-09-11T21:52:55.543Z[ host-image] Sep 11 21:52:55.172 INFO O| Sep 11 21:52:55.172 INFO STEP 10 (remove_files) COMPLETE
88352024-09-11T21:52:55.543Z[ host-image] Sep 11 21:52:55.172 INFO O| Sep 11 21:52:55.172 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88362024-09-11T21:52:55.567Z[ host-image] Sep 11 21:52:55.189 INFO O| Sep 11 21:52:55.189 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88372024-09-11T21:52:55.567Z[ host-image] Sep 11 21:52:55.189 INFO O| Sep 11 21:52:55.189 INFO STEP 11 (remove_files) COMPLETE
88382024-09-11T21:52:55.567Z[ host-image] Sep 11 21:52:55.189 INFO O| Sep 11 21:52:55.189 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88392024-09-11T21:52:55.567Z[ host-image] Sep 11 21:52:55.205 INFO O| Sep 11 21:52:55.205 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88402024-09-11T21:52:55.567Z[ host-image] Sep 11 21:52:55.205 INFO O| Sep 11 21:52:55.205 INFO STEP 12 (remove_files) COMPLETE
88412024-09-11T21:52:55.567Z[ host-image] Sep 11 21:52:55.205 INFO O| Sep 11 21:52:55.205 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88422024-09-11T21:52:55.592Z[ host-image] Sep 11 21:52:55.220 INFO O| Sep 11 21:52:55.220 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88432024-09-11T21:52:55.592Z[ host-image] Sep 11 21:52:55.220 INFO O| Sep 11 21:52:55.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88442024-09-11T21:52:55.592Z[ host-image] Sep 11 21:52:55.220 INFO O| Sep 11 21:52:55.220 INFO STEP 13 (ensure_dir) COMPLETE
88452024-09-11T21:52:55.592Z[ host-image] Sep 11 21:52:55.220 INFO O| Sep 11 21:52:55.220 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88462024-09-11T21:52:55.616Z[ host-image] Sep 11 21:52:55.234 INFO O| Sep 11 21:52:55.234 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88472024-09-11T21:52:55.616Z[ host-image] Sep 11 21:52:55.234 INFO O| Sep 11 21:52:55.234 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88482024-09-11T21:52:55.616Z[ host-image] Sep 11 21:52:55.234 INFO O| Sep 11 21:52:55.234 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88492024-09-11T21:52:55.616Z[ host-image] Sep 11 21:52:55.234 INFO O| Sep 11 21:52:55.234 INFO STEP 14 (ensure_dir) COMPLETE
88502024-09-11T21:52:55.617Z[ host-image] Sep 11 21:52:55.234 INFO O| Sep 11 21:52:55.234 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88512024-09-11T21:52:55.617Z[ host-image] Sep 11 21:52:55.252 INFO O| Sep 11 21:52:55.252 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88522024-09-11T21:52:55.617Z[ host-image] Sep 11 21:52:55.253 INFO O| Sep 11 21:52:55.252 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88532024-09-11T21:52:55.617Z[ host-image] Sep 11 21:52:55.253 INFO O| Sep 11 21:52:55.253 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88542024-09-11T21:52:55.617Z[ host-image] Sep 11 21:52:55.253 INFO O| Sep 11 21:52:55.253 INFO STEP 15 (ensure_dir) COMPLETE
88552024-09-11T21:52:55.617Z[ host-image] Sep 11 21:52:55.253 INFO O| Sep 11 21:52:55.253 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88562024-09-11T21:52:55.641Z[ host-image] Sep 11 21:52:55.274 INFO O| Sep 11 21:52:55.274 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88572024-09-11T21:52:55.641Z[ host-image] Sep 11 21:52:55.274 INFO O| Sep 11 21:52:55.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88582024-09-11T21:52:55.641Z[ host-image] Sep 11 21:52:55.274 INFO O| Sep 11 21:52:55.274 INFO STEP 16 (ensure_dir) COMPLETE
88592024-09-11T21:52:55.641Z[ host-image] Sep 11 21:52:55.274 INFO O| Sep 11 21:52:55.274 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88602024-09-11T21:52:55.666Z[ host-image] Sep 11 21:52:55.292 INFO O| Sep 11 21:52:55.292 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88612024-09-11T21:52:55.666Z[ host-image] Sep 11 21:52:55.292 INFO O| Sep 11 21:52:55.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88622024-09-11T21:52:55.666Z[ host-image] Sep 11 21:52:55.292 INFO O| Sep 11 21:52:55.292 INFO STEP 17 (ensure_dir) COMPLETE
88632024-09-11T21:52:55.666Z[ host-image] Sep 11 21:52:55.292 INFO O| Sep 11 21:52:55.292 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88642024-09-11T21:52:55.691Z[ host-image] Sep 11 21:52:55.309 INFO O| Sep 11 21:52:55.309 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88652024-09-11T21:52:55.691Z[ host-image] Sep 11 21:52:55.309 INFO O| Sep 11 21:52:55.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88662024-09-11T21:52:55.691Z[ host-image] Sep 11 21:52:55.309 INFO O| Sep 11 21:52:55.309 INFO ok!
88672024-09-11T21:52:55.691Z[ host-image] Sep 11 21:52:55.309 INFO O| Sep 11 21:52:55.309 INFO STEP 18 (ensure_symlink) COMPLETE
88682024-09-11T21:52:55.691Z[ host-image] Sep 11 21:52:55.309 INFO O| Sep 11 21:52:55.309 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88692024-09-11T21:52:55.691Z[ host-image] Sep 11 21:52:55.327 INFO O| Sep 11 21:52:55.326 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88702024-09-11T21:52:55.691Z[ host-image] Sep 11 21:52:55.327 INFO O| Sep 11 21:52:55.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88712024-09-11T21:52:55.691Z[ host-image] Sep 11 21:52:55.327 INFO O| Sep 11 21:52:55.327 INFO ok!
88722024-09-11T21:52:55.691Z[ host-image] Sep 11 21:52:55.327 INFO O| Sep 11 21:52:55.327 INFO STEP 19 (ensure_file) COMPLETE
88732024-09-11T21:52:55.691Z[ host-image] Sep 11 21:52:55.327 INFO O| Sep 11 21:52:55.327 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88742024-09-11T21:52:55.715Z[ host-image] Sep 11 21:52:55.340 INFO O| Sep 11 21:52:55.340 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88752024-09-11T21:52:55.715Z[ host-image] Sep 11 21:52:55.340 INFO O| Sep 11 21:52:55.340 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88762024-09-11T21:52:55.715Z[ host-image] Sep 11 21:52:55.340 INFO O| Sep 11 21:52:55.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88772024-09-11T21:52:55.716Z[ host-image] Sep 11 21:52:55.340 INFO O| Sep 11 21:52:55.340 INFO ok!
88782024-09-11T21:52:55.716Z[ host-image] Sep 11 21:52:55.341 INFO O| Sep 11 21:52:55.340 INFO STEP 20 (ensure_symlink) COMPLETE
88792024-09-11T21:52:55.716Z[ host-image] Sep 11 21:52:55.341 INFO O| Sep 11 21:52:55.340 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88802024-09-11T21:52:55.716Z[ host-image] Sep 11 21:52:55.354 INFO O| Sep 11 21:52:55.354 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88812024-09-11T21:52:55.716Z[ host-image] Sep 11 21:52:55.354 INFO O| Sep 11 21:52:55.354 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88822024-09-11T21:52:55.716Z[ host-image] Sep 11 21:52:55.354 INFO O| Sep 11 21:52:55.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88832024-09-11T21:52:55.716Z[ host-image] Sep 11 21:52:55.354 INFO O| Sep 11 21:52:55.354 INFO ok!
88842024-09-11T21:52:55.716Z[ host-image] Sep 11 21:52:55.354 INFO O| Sep 11 21:52:55.354 INFO STEP 21 (ensure_symlink) COMPLETE
88852024-09-11T21:52:55.716Z[ host-image] Sep 11 21:52:55.354 INFO O| Sep 11 21:52:55.354 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88862024-09-11T21:52:55.740Z[ host-image] Sep 11 21:52:55.368 INFO O| Sep 11 21:52:55.368 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88872024-09-11T21:52:55.740Z[ host-image] Sep 11 21:52:55.368 INFO O| Sep 11 21:52:55.368 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88882024-09-11T21:52:55.740Z[ host-image] Sep 11 21:52:55.368 INFO O| Sep 11 21:52:55.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88892024-09-11T21:52:55.741Z[ host-image] Sep 11 21:52:55.368 INFO O| Sep 11 21:52:55.368 INFO ok!
88902024-09-11T21:52:55.741Z[ host-image] Sep 11 21:52:55.368 INFO O| Sep 11 21:52:55.368 INFO STEP 22 (ensure_symlink) COMPLETE
88912024-09-11T21:52:55.741Z[ host-image] Sep 11 21:52:55.368 INFO O| Sep 11 21:52:55.368 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88922024-09-11T21:52:55.765Z[ host-image] Sep 11 21:52:55.382 INFO O| Sep 11 21:52:55.382 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88932024-09-11T21:52:55.765Z[ host-image] Sep 11 21:52:55.382 INFO O| Sep 11 21:52:55.382 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88942024-09-11T21:52:55.765Z[ host-image] Sep 11 21:52:55.382 INFO O| Sep 11 21:52:55.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88952024-09-11T21:52:55.765Z[ host-image] Sep 11 21:52:55.382 INFO O| Sep 11 21:52:55.382 INFO ok!
88962024-09-11T21:52:55.765Z[ host-image] Sep 11 21:52:55.382 INFO O| Sep 11 21:52:55.382 INFO STEP 23 (ensure_symlink) COMPLETE
88972024-09-11T21:52:55.765Z[ host-image] Sep 11 21:52:55.382 INFO O| Sep 11 21:52:55.382 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88982024-09-11T21:52:55.765Z[ host-image] Sep 11 21:52:55.396 INFO O| Sep 11 21:52:55.396 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88992024-09-11T21:52:55.765Z[ host-image] Sep 11 21:52:55.396 INFO O| Sep 11 21:52:55.396 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89002024-09-11T21:52:55.765Z[ host-image] Sep 11 21:52:55.396 INFO O| Sep 11 21:52:55.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89012024-09-11T21:52:55.765Z[ host-image] Sep 11 21:52:55.396 INFO O| Sep 11 21:52:55.396 INFO ok!
89022024-09-11T21:52:55.765Z[ host-image] Sep 11 21:52:55.396 INFO O| Sep 11 21:52:55.396 INFO STEP 24 (ensure_file) COMPLETE
89032024-09-11T21:52:55.765Z[ host-image] Sep 11 21:52:55.396 INFO O| Sep 11 21:52:55.396 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89042024-09-11T21:52:55.790Z[ host-image] Sep 11 21:52:55.410 INFO O| Sep 11 21:52:55.410 INFO updating shadow file
89052024-09-11T21:52:55.790Z[ host-image] Sep 11 21:52:55.410 INFO O| Sep 11 21:52:55.410 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89062024-09-11T21:52:55.790Z[ host-image] Sep 11 21:52:55.410 INFO O| Sep 11 21:52:55.410 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89072024-09-11T21:52:55.790Z[ host-image] Sep 11 21:52:55.410 INFO O| Sep 11 21:52:55.410 INFO STEP 25 (shadow) COMPLETE
89082024-09-11T21:52:55.790Z[ host-image] Sep 11 21:52:55.410 INFO O| Sep 11 21:52:55.410 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89092024-09-11T21:52:55.790Z[ host-image] Sep 11 21:52:55.424 INFO O| Sep 11 21:52:55.424 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89102024-09-11T21:52:55.790Z[ host-image] Sep 11 21:52:55.424 INFO O| Sep 11 21:52:55.424 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
89112024-09-11T21:52:55.790Z[ host-image] Sep 11 21:52:55.424 INFO O| Sep 11 21:52:55.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
89122024-09-11T21:52:55.790Z[ host-image] Sep 11 21:52:55.424 INFO O| Sep 11 21:52:55.424 INFO ok!
89132024-09-11T21:52:55.790Z[ host-image] Sep 11 21:52:55.424 INFO O| Sep 11 21:52:55.424 INFO STEP 26 (ensure_file) COMPLETE
89142024-09-11T21:52:55.790Z[ host-image] Sep 11 21:52:55.424 INFO O| Sep 11 21:52:55.424 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89152024-09-11T21:52:55.815Z[ host-image] Sep 11 21:52:55.438 INFO O| Sep 11 21:52:55.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
89162024-09-11T21:52:55.815Z[ host-image] Sep 11 21:52:55.438 INFO O| Sep 11 21:52:55.438 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
89172024-09-11T21:52:55.815Z[ host-image] Sep 11 21:52:55.438 INFO O| Sep 11 21:52:55.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
89182024-09-11T21:52:55.815Z[ host-image] Sep 11 21:52:55.438 INFO O| Sep 11 21:52:55.438 INFO ok!
89192024-09-11T21:52:55.815Z[ host-image] Sep 11 21:52:55.438 INFO O| Sep 11 21:52:55.438 INFO STEP 27 (ensure_file) COMPLETE
89202024-09-11T21:52:55.815Z[ host-image] Sep 11 21:52:55.438 INFO O| Sep 11 21:52:55.438 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89212024-09-11T21:52:55.815Z[ host-image] Sep 11 21:52:55.452 INFO O| Sep 11 21:52:55.452 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89222024-09-11T21:52:55.815Z[ host-image] Sep 11 21:52:55.453 INFO O| Sep 11 21:52:55.452 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
89232024-09-11T21:52:55.815Z[ host-image] Sep 11 21:52:55.453 INFO O| Sep 11 21:52:55.453 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89242024-09-11T21:52:55.815Z[ host-image] Sep 11 21:52:55.453 INFO O| Sep 11 21:52:55.453 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89252024-09-11T21:52:55.815Z[ host-image] Sep 11 21:52:55.453 INFO O| Sep 11 21:52:55.453 INFO ok!
89262024-09-11T21:52:55.815Z[ host-image] Sep 11 21:52:55.453 INFO O| Sep 11 21:52:55.453 INFO STEP 28 (ensure_file) COMPLETE
89272024-09-11T21:52:55.815Z[ host-image] Sep 11 21:52:55.453 INFO O| Sep 11 21:52:55.453 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89282024-09-11T21:52:55.840Z[ host-image] Sep 11 21:52:55.467 INFO O| Sep 11 21:52:55.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89292024-09-11T21:52:55.840Z[ host-image] Sep 11 21:52:55.467 INFO O| Sep 11 21:52:55.467 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89302024-09-11T21:52:55.840Z[ host-image] Sep 11 21:52:55.467 INFO O| Sep 11 21:52:55.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89312024-09-11T21:52:55.840Z[ host-image] Sep 11 21:52:55.467 INFO O| Sep 11 21:52:55.467 INFO ok!
89322024-09-11T21:52:55.840Z[ host-image] Sep 11 21:52:55.467 INFO O| Sep 11 21:52:55.467 INFO STEP 29 (ensure_file) COMPLETE
89332024-09-11T21:52:55.840Z[ host-image] Sep 11 21:52:55.467 INFO O| Sep 11 21:52:55.467 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89342024-09-11T21:52:55.869Z[ host-image] Sep 11 21:52:55.486 INFO O| Sep 11 21:52:55.486 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89352024-09-11T21:52:55.869Z[ host-image] Sep 11 21:52:55.486 INFO O| Sep 11 21:52:55.486 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89362024-09-11T21:52:55.869Z[ host-image] Sep 11 21:52:55.486 INFO O| Sep 11 21:52:55.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89372024-09-11T21:52:55.869Z[ host-image] Sep 11 21:52:55.486 INFO O| Sep 11 21:52:55.486 INFO ok!
89382024-09-11T21:52:55.869Z[ host-image] Sep 11 21:52:55.486 INFO O| Sep 11 21:52:55.486 INFO STEP 30 (ensure_file) COMPLETE
89392024-09-11T21:52:55.869Z[ host-image] Sep 11 21:52:55.486 INFO O| Sep 11 21:52:55.486 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89402024-09-11T21:52:55.869Z[ host-image] Sep 11 21:52:55.502 INFO O| Sep 11 21:52:55.502 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89412024-09-11T21:52:55.869Z[ host-image] Sep 11 21:52:55.502 INFO O| Sep 11 21:52:55.502 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89422024-09-11T21:52:55.870Z[ host-image] Sep 11 21:52:55.502 INFO O| Sep 11 21:52:55.502 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89432024-09-11T21:52:55.870Z[ host-image] Sep 11 21:52:55.502 INFO O| Sep 11 21:52:55.502 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89442024-09-11T21:52:55.870Z[ host-image] Sep 11 21:52:55.502 INFO O| Sep 11 21:52:55.502 INFO ok!
89452024-09-11T21:52:55.870Z[ host-image] Sep 11 21:52:55.502 INFO O| Sep 11 21:52:55.502 INFO STEP 31 (ensure_file) COMPLETE
89462024-09-11T21:52:55.870Z[ host-image] Sep 11 21:52:55.502 INFO O| Sep 11 21:52:55.502 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89472024-09-11T21:52:55.894Z[ host-image] Sep 11 21:52:55.523 INFO O| Sep 11 21:52:55.523 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89482024-09-11T21:52:55.894Z[ host-image] Sep 11 21:52:55.523 INFO O| Sep 11 21:52:55.523 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89492024-09-11T21:52:55.894Z[ host-image] Sep 11 21:52:55.523 INFO O| Sep 11 21:52:55.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89502024-09-11T21:52:55.894Z[ host-image] Sep 11 21:52:55.523 INFO O| Sep 11 21:52:55.523 INFO ok!
89512024-09-11T21:52:55.894Z[ host-image] Sep 11 21:52:55.523 INFO O| Sep 11 21:52:55.523 INFO STEP 32 (ensure_file) COMPLETE
89522024-09-11T21:52:55.894Z[ host-image] Sep 11 21:52:55.523 INFO O| Sep 11 21:52:55.523 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89532024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.537 INFO O| Sep 11 21:52:55.537 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89542024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.537 INFO O| Sep 11 21:52:55.537 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89552024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.537 INFO O| Sep 11 21:52:55.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89562024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.537 INFO O| Sep 11 21:52:55.537 INFO ok!
89572024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.537 INFO O| Sep 11 21:52:55.537 INFO STEP 33 (ensure_file) COMPLETE
89582024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.537 INFO O| Sep 11 21:52:55.537 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89592024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.554 INFO O| Sep 11 21:52:55.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89602024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.554 INFO O| Sep 11 21:52:55.554 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89612024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.554 INFO O| Sep 11 21:52:55.554 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89622024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.555 INFO O| Sep 11 21:52:55.554 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89632024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.555 INFO O| Sep 11 21:52:55.555 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89642024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.555 INFO O| Sep 11 21:52:55.555 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89652024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.555 INFO O| Sep 11 21:52:55.555 INFO ok!
89662024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.555 INFO O| Sep 11 21:52:55.555 INFO STEP 34 (ensure_file) COMPLETE
89672024-09-11T21:52:55.919Z[ host-image] Sep 11 21:52:55.555 INFO O| Sep 11 21:52:55.555 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89682024-09-11T21:52:55.944Z[ host-image] Sep 11 21:52:55.568 INFO O| Sep 11 21:52:55.568 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89692024-09-11T21:52:55.944Z[ host-image] Sep 11 21:52:55.568 INFO O| Sep 11 21:52:55.568 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89702024-09-11T21:52:55.944Z[ host-image] Sep 11 21:52:55.568 INFO O| Sep 11 21:52:55.568 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89712024-09-11T21:52:55.944Z[ host-image] Sep 11 21:52:55.568 INFO O| Sep 11 21:52:55.568 INFO STEP 35 (ensure_dir) COMPLETE
89722024-09-11T21:52:55.944Z[ host-image] Sep 11 21:52:55.568 INFO O| Sep 11 21:52:55.568 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89732024-09-11T21:52:55.968Z[ host-image] Sep 11 21:52:55.585 INFO O| Sep 11 21:52:55.585 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
89742024-09-11T21:52:55.968Z[ host-image] Sep 11 21:52:55.585 INFO O| Sep 11 21:52:55.585 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 ...
89752024-09-11T21:52:55.968Z[ host-image] Sep 11 21:52:55.585 INFO O| Sep 11 21:52:55.585 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
89762024-09-11T21:52:55.968Z[ host-image] Sep 11 21:52:55.585 INFO O| Sep 11 21:52:55.585 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
89772024-09-11T21:52:55.968Z[ host-image] Sep 11 21:52:55.585 INFO O| Sep 11 21:52:55.585 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
89782024-09-11T21:52:55.968Z[ host-image] Sep 11 21:52:55.585 INFO O| Sep 11 21:52:55.585 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
89792024-09-11T21:52:55.969Z[ host-image] Sep 11 21:52:55.585 INFO O| Sep 11 21:52:55.585 INFO ok!
89802024-09-11T21:52:55.969Z[ host-image] Sep 11 21:52:55.585 INFO O| Sep 11 21:52:55.585 INFO STEP 36 (ensure_file) COMPLETE
89812024-09-11T21:52:55.969Z[ host-image] Sep 11 21:52:55.585 INFO O| Sep 11 21:52:55.585 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89822024-09-11T21:52:55.969Z[ host-image] Sep 11 21:52:55.599 INFO O| Sep 11 21:52:55.599 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89832024-09-11T21:52:55.969Z[ host-image] Sep 11 21:52:55.600 INFO O| Sep 11 21:52:55.599 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 ...
89842024-09-11T21:52:55.969Z[ host-image] Sep 11 21:52:55.600 INFO O| Sep 11 21:52:55.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89852024-09-11T21:52:55.969Z[ host-image] Sep 11 21:52:55.600 INFO O| Sep 11 21:52:55.600 INFO ok!
89862024-09-11T21:52:55.969Z[ host-image] Sep 11 21:52:55.600 INFO O| Sep 11 21:52:55.600 INFO STEP 37 (ensure_symlink) COMPLETE
89872024-09-11T21:52:55.969Z[ host-image] Sep 11 21:52:55.600 INFO O| Sep 11 21:52:55.600 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89882024-09-11T21:52:55.993Z[ host-image] Sep 11 21:52:55.618 INFO O| Sep 11 21:52:55.618 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89892024-09-11T21:52:55.993Z[ host-image] Sep 11 21:52:55.618 INFO O| Sep 11 21:52:55.618 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89902024-09-11T21:52:55.993Z[ host-image] Sep 11 21:52:55.618 INFO O| Sep 11 21:52:55.618 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89912024-09-11T21:52:55.993Z[ host-image] Sep 11 21:52:55.618 INFO O| Sep 11 21:52:55.618 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89922024-09-11T21:52:55.993Z[ host-image] Sep 11 21:52:55.618 INFO O| Sep 11 21:52:55.618 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89932024-09-11T21:52:55.993Z[ host-image] Sep 11 21:52:55.618 INFO O| Sep 11 21:52:55.618 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89942024-09-11T21:52:55.994Z[ host-image] Sep 11 21:52:55.618 INFO O| Sep 11 21:52:55.618 INFO ok!
89952024-09-11T21:52:55.994Z[ host-image] Sep 11 21:52:55.618 INFO O| Sep 11 21:52:55.618 INFO STEP 38 (ensure_file) COMPLETE
89962024-09-11T21:52:55.994Z[ host-image] Sep 11 21:52:55.618 INFO O| Sep 11 21:52:55.618 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89972024-09-11T21:52:55.994Z[ host-image] Sep 11 21:52:55.632 INFO O| Sep 11 21:52:55.632 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89982024-09-11T21:52:55.994Z[ host-image] Sep 11 21:52:55.632 INFO O| Sep 11 21:52:55.632 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 ...
89992024-09-11T21:52:55.994Z[ host-image] Sep 11 21:52:55.632 INFO O| Sep 11 21:52:55.632 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
90002024-09-11T21:52:55.994Z[ host-image] Sep 11 21:52:55.632 INFO O| Sep 11 21:52:55.632 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90012024-09-11T21:52:55.994Z[ host-image] Sep 11 21:52:55.632 INFO O| Sep 11 21:52:55.632 INFO ok!
90022024-09-11T21:52:55.994Z[ host-image] Sep 11 21:52:55.632 INFO O| Sep 11 21:52:55.632 INFO STEP 39 (ensure_file) COMPLETE
90032024-09-11T21:52:55.994Z[ host-image] Sep 11 21:52:55.632 INFO O| Sep 11 21:52:55.632 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90042024-09-11T21:52:56.018Z[ host-image] Sep 11 21:52:55.646 INFO O| Sep 11 21:52:55.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90052024-09-11T21:52:56.018Z[ host-image] Sep 11 21:52:55.646 INFO O| Sep 11 21:52:55.646 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
90062024-09-11T21:52:56.018Z[ host-image] Sep 11 21:52:55.646 INFO O| Sep 11 21:52:55.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
90072024-09-11T21:52:56.018Z[ host-image] Sep 11 21:52:55.646 INFO O| Sep 11 21:52:55.646 INFO ok!
90082024-09-11T21:52:56.018Z[ host-image] Sep 11 21:52:55.646 INFO O| Sep 11 21:52:55.646 INFO STEP 40 (ensure_file) COMPLETE
90092024-09-11T21:52:56.018Z[ host-image] Sep 11 21:52:55.646 INFO O| Sep 11 21:52:55.646 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90102024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.664 INFO O| Sep 11 21:52:55.664 INFO updating shadow file
90112024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.664 INFO O| Sep 11 21:52:55.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90122024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.664 INFO O| Sep 11 21:52:55.664 INFO STEP 41 (shadow) COMPLETE
90132024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.664 INFO O| Sep 11 21:52:55.664 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90142024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.680 INFO O| Sep 11 21:52:55.680 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
90152024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.680 INFO O| Sep 11 21:52:55.680 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
90162024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.680 INFO O| Sep 11 21:52:55.680 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90172024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.680 INFO O| Sep 11 21:52:55.680 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90182024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.680 INFO O| Sep 11 21:52:55.680 INFO ok!
90192024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.680 INFO O| Sep 11 21:52:55.680 INFO STEP 42 (ensure_file) COMPLETE
90202024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.680 INFO O| Sep 11 21:52:55.680 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90212024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.680 INFO O| Sep 11 21:52:55.680 INFO skip step because feature "mfg" is not enabled
90222024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.680 INFO O| Sep 11 21:52:55.680 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90232024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.680 INFO O| Sep 11 21:52:55.680 INFO skip step because feature "mfg" is not enabled
90242024-09-11T21:52:56.044Z[ host-image] Sep 11 21:52:55.680 INFO O| Sep 11 21:52:55.680 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90252024-09-11T21:52:56.069Z[ host-image] Sep 11 21:52:55.695 INFO O| Sep 11 21:52:55.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
90262024-09-11T21:52:56.069Z[ host-image] Sep 11 21:52:55.695 INFO O| Sep 11 21:52:55.695 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90272024-09-11T21:52:56.767Z[ host-image] Sep 11 21:52:56.407 INFO O| Sep 11 21:52:56.407 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90282024-09-11T21:52:56.767Z[ host-image] Sep 11 21:52:56.407 INFO O| Sep 11 21:52:56.407 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90292024-09-11T21:52:56.792Z[ host-image] Sep 11 21:52:56.407 INFO O| Sep 11 21:52:56.407 INFO ok!
90302024-09-11T21:52:56.792Z[ host-image] Sep 11 21:52:56.407 INFO O| Sep 11 21:52:56.407 INFO STEP 45 (ensure_file) COMPLETE
90312024-09-11T21:52:56.792Z[ host-image] Sep 11 21:52:56.407 INFO O| Sep 11 21:52:56.407 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90322024-09-11T21:52:56.792Z[ host-image] Sep 11 21:52:56.424 INFO O| Sep 11 21:52:56.424 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90332024-09-11T21:52:56.792Z[ host-image] Sep 11 21:52:56.424 INFO O| Sep 11 21:52:56.424 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90342024-09-11T21:52:56.792Z[ host-image] Sep 11 21:52:56.424 INFO O| Sep 11 21:52:56.424 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90352024-09-11T21:52:56.792Z[ host-image] Sep 11 21:52:56.424 INFO O| Sep 11 21:52:56.424 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90362024-09-11T21:52:56.792Z[ host-image] Sep 11 21:52:56.425 INFO O| Sep 11 21:52:56.424 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90372024-09-11T21:52:56.792Z[ host-image] Sep 11 21:52:56.425 INFO O| Sep 11 21:52:56.425 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90382024-09-11T21:52:56.792Z[ host-image] Sep 11 21:52:56.425 INFO O| Sep 11 21:52:56.425 INFO ok!
90392024-09-11T21:52:56.792Z[ host-image] Sep 11 21:52:56.425 INFO O| Sep 11 21:52:56.425 INFO STEP 46 (ensure_file) COMPLETE
90402024-09-11T21:52:56.792Z[ host-image] Sep 11 21:52:56.425 INFO O| Sep 11 21:52:56.425 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90412024-09-11T21:52:56.817Z[ host-image] Sep 11 21:52:56.441 INFO O| Sep 11 21:52:56.441 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90422024-09-11T21:52:56.817Z[ host-image] Sep 11 21:52:56.441 INFO O| Sep 11 21:52:56.441 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 ...
90432024-09-11T21:52:56.817Z[ host-image] Sep 11 21:52:56.441 INFO O| Sep 11 21:52:56.441 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
90442024-09-11T21:52:56.817Z[ host-image] Sep 11 21:52:56.441 INFO O| Sep 11 21:52:56.441 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90452024-09-11T21:52:56.817Z[ host-image] Sep 11 21:52:56.441 INFO O| Sep 11 21:52:56.441 INFO ok!
90462024-09-11T21:52:56.817Z[ host-image] Sep 11 21:52:56.441 INFO O| Sep 11 21:52:56.441 INFO STEP 47 (ensure_file) COMPLETE
90472024-09-11T21:52:56.817Z[ host-image] Sep 11 21:52:56.441 INFO O| Sep 11 21:52:56.441 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90482024-09-11T21:52:56.842Z[ host-image] Sep 11 21:52:56.461 INFO O| Sep 11 21:52:56.461 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90492024-09-11T21:52:56.842Z[ host-image] Sep 11 21:52:56.462 INFO O| Sep 11 21:52:56.461 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90502024-09-11T21:52:56.842Z[ host-image] Sep 11 21:52:56.462 INFO O| Sep 11 21:52:56.462 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90512024-09-11T21:52:56.842Z[ host-image] Sep 11 21:52:56.462 INFO O| Sep 11 21:52:56.462 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90522024-09-11T21:52:56.842Z[ host-image] Sep 11 21:52:56.462 INFO O| Sep 11 21:52:56.462 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90532024-09-11T21:52:56.842Z[ host-image] Sep 11 21:52:56.462 INFO O| Sep 11 21:52:56.462 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90542024-09-11T21:52:56.842Z[ host-image] Sep 11 21:52:56.462 INFO O| Sep 11 21:52:56.462 INFO ok!
90552024-09-11T21:52:56.842Z[ host-image] Sep 11 21:52:56.462 INFO O| Sep 11 21:52:56.462 INFO STEP 48 (ensure_file) COMPLETE
90562024-09-11T21:52:56.842Z[ host-image] Sep 11 21:52:56.462 INFO O| Sep 11 21:52:56.462 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90572024-09-11T21:52:56.842Z[ host-image] Sep 11 21:52:56.479 INFO O| Sep 11 21:52:56.479 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90582024-09-11T21:52:56.843Z[ host-image] Sep 11 21:52:56.479 INFO O| Sep 11 21:52:56.479 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 ...
90592024-09-11T21:52:56.843Z[ host-image] Sep 11 21:52:56.480 INFO O| Sep 11 21:52:56.480 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
90602024-09-11T21:52:56.843Z[ host-image] Sep 11 21:52:56.480 INFO O| Sep 11 21:52:56.480 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90612024-09-11T21:52:56.843Z[ host-image] Sep 11 21:52:56.480 INFO O| Sep 11 21:52:56.480 INFO ok!
90622024-09-11T21:52:56.843Z[ host-image] Sep 11 21:52:56.480 INFO O| Sep 11 21:52:56.480 INFO STEP 49 (ensure_file) COMPLETE
90632024-09-11T21:52:56.843Z[ host-image] Sep 11 21:52:56.480 INFO O| Sep 11 21:52:56.480 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90642024-09-11T21:52:56.868Z[ host-image] Sep 11 21:52:56.500 INFO O| Sep 11 21:52:56.500 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90652024-09-11T21:52:56.868Z[ host-image] Sep 11 21:52:56.501 INFO O| Sep 11 21:52:56.500 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90662024-09-11T21:52:56.868Z[ host-image] Sep 11 21:52:56.501 INFO O| Sep 11 21:52:56.501 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90672024-09-11T21:52:56.868Z[ host-image] Sep 11 21:52:56.501 INFO O| Sep 11 21:52:56.501 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90682024-09-11T21:52:56.868Z[ host-image] Sep 11 21:52:56.501 INFO O| Sep 11 21:52:56.501 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90692024-09-11T21:52:56.868Z[ host-image] Sep 11 21:52:56.501 INFO O| Sep 11 21:52:56.501 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90702024-09-11T21:52:56.868Z[ host-image] Sep 11 21:52:56.501 INFO O| Sep 11 21:52:56.501 INFO ok!
90712024-09-11T21:52:56.868Z[ host-image] Sep 11 21:52:56.501 INFO O| Sep 11 21:52:56.501 INFO STEP 50 (ensure_file) COMPLETE
90722024-09-11T21:52:56.868Z[ host-image] Sep 11 21:52:56.501 INFO O| Sep 11 21:52:56.501 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90732024-09-11T21:52:56.893Z[ host-image] Sep 11 21:52:56.521 INFO O| Sep 11 21:52:56.521 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90742024-09-11T21:52:56.893Z[ host-image] Sep 11 21:52:56.521 INFO O| Sep 11 21:52:56.521 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 ...
90752024-09-11T21:52:56.893Z[ host-image] Sep 11 21:52:56.521 INFO O| Sep 11 21:52:56.521 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
90762024-09-11T21:52:56.893Z[ host-image] Sep 11 21:52:56.521 INFO O| Sep 11 21:52:56.521 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90772024-09-11T21:52:56.893Z[ host-image] Sep 11 21:52:56.521 INFO O| Sep 11 21:52:56.521 INFO ok!
90782024-09-11T21:52:56.893Z[ host-image] Sep 11 21:52:56.521 INFO O| Sep 11 21:52:56.521 INFO STEP 51 (ensure_file) COMPLETE
90792024-09-11T21:52:56.893Z[ host-image] Sep 11 21:52:56.521 INFO O| Sep 11 21:52:56.521 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90802024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.537 INFO O| Sep 11 21:52:56.537 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90812024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.537 INFO O| Sep 11 21:52:56.537 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 ...
90822024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.537 INFO O| Sep 11 21:52:56.537 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
90832024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.537 INFO O| Sep 11 21:52:56.537 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90842024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.537 INFO O| Sep 11 21:52:56.537 INFO ok!
90852024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.537 INFO O| Sep 11 21:52:56.537 INFO STEP 52 (ensure_file) COMPLETE
90862024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.537 INFO O| Sep 11 21:52:56.537 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90872024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.552 INFO O| Sep 11 21:52:56.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90882024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.552 INFO O| Sep 11 21:52:56.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 ...
90892024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.552 INFO O| Sep 11 21:52:56.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
90902024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.552 INFO O| Sep 11 21:52:56.552 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90912024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.552 INFO O| Sep 11 21:52:56.552 INFO ok!
90922024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.552 INFO O| Sep 11 21:52:56.552 INFO STEP 53 (ensure_file) COMPLETE
90932024-09-11T21:52:56.918Z[ host-image] Sep 11 21:52:56.552 INFO O| Sep 11 21:52:56.552 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90942024-09-11T21:52:56.943Z[ host-image] Sep 11 21:52:56.572 INFO O| Sep 11 21:52:56.571 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90952024-09-11T21:52:56.943Z[ host-image] Sep 11 21:52:56.572 INFO O| Sep 11 21:52:56.572 INFO STEP 54 (ensure_dir) COMPLETE
90962024-09-11T21:52:56.943Z[ host-image] Sep 11 21:52:56.572 INFO O| Sep 11 21:52:56.572 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90972024-09-11T21:52:56.968Z[ host-image] Sep 11 21:52:56.586 INFO O| Sep 11 21:52:56.586 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90982024-09-11T21:52:56.968Z[ host-image] Sep 11 21:52:56.586 INFO O| Sep 11 21:52:56.586 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90992024-09-11T21:52:56.968Z[ host-image] Sep 11 21:52:56.586 INFO O| Sep 11 21:52:56.586 INFO STEP 55 (ensure_dir) COMPLETE
91002024-09-11T21:52:56.968Z[ host-image] Sep 11 21:52:56.586 INFO O| Sep 11 21:52:56.586 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91012024-09-11T21:52:56.968Z[ host-image] Sep 11 21:52:56.600 INFO O| Sep 11 21:52:56.599 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91022024-09-11T21:52:56.968Z[ host-image] Sep 11 21:52:56.600 INFO O| Sep 11 21:52:56.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91032024-09-11T21:52:56.968Z[ host-image] Sep 11 21:52:56.600 INFO O| Sep 11 21:52:56.600 INFO STEP 56 (ensure_dir) COMPLETE
91042024-09-11T21:52:56.968Z[ host-image] Sep 11 21:52:56.600 INFO O| Sep 11 21:52:56.600 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91052024-09-11T21:52:56.992Z[ host-image] Sep 11 21:52:56.615 INFO O| Sep 11 21:52:56.615 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
91062024-09-11T21:52:56.992Z[ host-image] Sep 11 21:52:56.615 INFO O| Sep 11 21:52:56.615 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
91072024-09-11T21:52:57.017Z[ host-image] Sep 11 21:52:56.635 INFO O| Sep 11 21:52:56.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
91082024-09-11T21:52:57.017Z[ host-image] Sep 11 21:52:56.635 INFO O| Sep 11 21:52:56.635 INFO ok!
91092024-09-11T21:52:57.017Z[ host-image] Sep 11 21:52:56.635 INFO O| Sep 11 21:52:56.635 INFO STEP 57 (ensure_file) COMPLETE
91102024-09-11T21:52:57.017Z[ host-image] Sep 11 21:52:56.635 INFO O| Sep 11 21:52:56.635 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91112024-09-11T21:52:57.017Z[ host-image] Sep 11 21:52:56.652 INFO O| Sep 11 21:52:56.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
91122024-09-11T21:52:57.017Z[ host-image] Sep 11 21:52:56.652 INFO O| Sep 11 21:52:56.652 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
91132024-09-11T21:52:58.221Z[ host-image] Sep 11 21:52:57.861 INFO O| Sep 11 21:52:57.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
91142024-09-11T21:52:58.246Z[ host-image] Sep 11 21:52:57.862 INFO O| Sep 11 21:52:57.861 INFO ok!
91152024-09-11T21:52:58.246Z[ host-image] Sep 11 21:52:57.862 INFO O| Sep 11 21:52:57.861 INFO STEP 58 (ensure_file) COMPLETE
91162024-09-11T21:52:58.246Z[ host-image] Sep 11 21:52:57.862 INFO O| Sep 11 21:52:57.861 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91172024-09-11T21:52:58.246Z[ host-image] Sep 11 21:52:57.881 INFO O| Sep 11 21:52:57.881 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91182024-09-11T21:52:58.246Z[ host-image] Sep 11 21:52:57.881 INFO O| Sep 11 21:52:57.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91192024-09-11T21:52:58.246Z[ host-image] Sep 11 21:52:57.881 INFO O| Sep 11 21:52:57.881 INFO STEP 59 (ensure_dir) COMPLETE
91202024-09-11T21:52:58.246Z[ host-image] Sep 11 21:52:57.881 INFO O| Sep 11 21:52:57.881 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-09-11T21:52:58.270Z[ host-image] Sep 11 21:52:57.898 INFO O| Sep 11 21:52:57.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91222024-09-11T21:52:58.270Z[ host-image] Sep 11 21:52:57.898 INFO O| Sep 11 21:52:57.897 INFO copying /tmp/.tmpU32EW5/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 ...
91232024-09-11T21:52:58.270Z[ host-image] Sep 11 21:52:57.898 INFO O| Sep 11 21:52:57.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
91242024-09-11T21:52:58.270Z[ host-image] Sep 11 21:52:57.898 INFO O| Sep 11 21:52:57.898 INFO ok!
91252024-09-11T21:52:58.270Z[ host-image] Sep 11 21:52:57.898 INFO O| Sep 11 21:52:57.898 INFO STEP 60 (ensure_file) COMPLETE
91262024-09-11T21:52:58.270Z[ host-image] Sep 11 21:52:57.898 INFO O| Sep 11 21:52:57.898 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91272024-09-11T21:52:58.295Z[ host-image] Sep 11 21:52:57.918 INFO O| Sep 11 21:52:57.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91282024-09-11T21:52:58.295Z[ host-image] Sep 11 21:52:57.918 INFO O| Sep 11 21:52:57.918 INFO copying /tmp/.tmpU32EW5/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 ...
91292024-09-11T21:52:58.295Z[ host-image] Sep 11 21:52:57.918 INFO O| Sep 11 21:52:57.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91302024-09-11T21:52:58.295Z[ host-image] Sep 11 21:52:57.918 INFO O| Sep 11 21:52:57.918 INFO ok!
91312024-09-11T21:52:58.295Z[ host-image] Sep 11 21:52:57.918 INFO O| Sep 11 21:52:57.918 INFO STEP 61 (ensure_file) COMPLETE
91322024-09-11T21:52:58.295Z[ host-image] Sep 11 21:52:57.918 INFO O| Sep 11 21:52:57.918 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91332024-09-11T21:52:58.319Z[ host-image] Sep 11 21:52:57.937 INFO O| Sep 11 21:52:57.937 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91342024-09-11T21:52:58.319Z[ host-image] Sep 11 21:52:57.937 INFO O| Sep 11 21:52:57.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91352024-09-11T21:52:58.319Z[ host-image] Sep 11 21:52:57.937 INFO O| Sep 11 21:52:57.937 INFO STEP 62 (ensure_dir) COMPLETE
91362024-09-11T21:52:58.319Z[ host-image] Sep 11 21:52:57.937 INFO O| Sep 11 21:52:57.937 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91372024-09-11T21:52:58.319Z[ host-image] Sep 11 21:52:57.953 INFO O| Sep 11 21:52:57.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91382024-09-11T21:52:58.319Z[ host-image] Sep 11 21:52:57.953 INFO O| Sep 11 21:52:57.953 INFO copying /tmp/.tmpU32EW5/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 ...
91392024-09-11T21:52:58.320Z[ host-image] Sep 11 21:52:57.953 INFO O| Sep 11 21:52:57.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91402024-09-11T21:52:58.320Z[ host-image] Sep 11 21:52:57.953 INFO O| Sep 11 21:52:57.953 INFO ok!
91412024-09-11T21:52:58.320Z[ host-image] Sep 11 21:52:57.953 INFO O| Sep 11 21:52:57.953 INFO STEP 63 (ensure_file) COMPLETE
91422024-09-11T21:52:58.320Z[ host-image] Sep 11 21:52:57.953 INFO O| Sep 11 21:52:57.953 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91432024-09-11T21:52:58.344Z[ host-image] Sep 11 21:52:57.969 INFO O| Sep 11 21:52:57.969 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91442024-09-11T21:52:58.344Z[ host-image] Sep 11 21:52:57.969 INFO O| Sep 11 21:52:57.969 INFO copying /tmp/.tmpU32EW5/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 ...
91452024-09-11T21:52:58.344Z[ host-image] Sep 11 21:52:57.969 INFO O| Sep 11 21:52:57.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91462024-09-11T21:52:58.345Z[ host-image] Sep 11 21:52:57.969 INFO O| Sep 11 21:52:57.969 INFO ok!
91472024-09-11T21:52:58.345Z[ host-image] Sep 11 21:52:57.969 INFO O| Sep 11 21:52:57.969 INFO STEP 64 (ensure_file) COMPLETE
91482024-09-11T21:52:58.345Z[ host-image] Sep 11 21:52:57.969 INFO O| Sep 11 21:52:57.969 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91492024-09-11T21:52:58.345Z[ host-image] Sep 11 21:52:57.984 INFO O| Sep 11 21:52:57.984 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91502024-09-11T21:52:58.345Z[ host-image] Sep 11 21:52:57.985 INFO O| Sep 11 21:52:57.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91512024-09-11T21:52:58.345Z[ host-image] Sep 11 21:52:57.985 INFO O| Sep 11 21:52:57.985 INFO STEP 65 (ensure_dir) COMPLETE
91522024-09-11T21:52:58.345Z[ host-image] Sep 11 21:52:57.985 INFO O| Sep 11 21:52:57.985 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91532024-09-11T21:52:58.369Z[ host-image] Sep 11 21:52:57.998 INFO O| Sep 11 21:52:57.998 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91542024-09-11T21:52:58.369Z[ host-image] Sep 11 21:52:57.998 INFO O| Sep 11 21:52:57.998 INFO copying /tmp/.tmpU32EW5/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 ...
91552024-09-11T21:52:58.369Z[ host-image] Sep 11 21:52:57.998 INFO O| Sep 11 21:52:57.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91562024-09-11T21:52:58.369Z[ host-image] Sep 11 21:52:57.998 INFO O| Sep 11 21:52:57.998 INFO ok!
91572024-09-11T21:52:58.369Z[ host-image] Sep 11 21:52:57.998 INFO O| Sep 11 21:52:57.998 INFO STEP 66 (ensure_file) COMPLETE
91582024-09-11T21:52:58.369Z[ host-image] Sep 11 21:52:57.999 INFO O| Sep 11 21:52:57.998 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91592024-09-11T21:52:58.394Z[ host-image] Sep 11 21:52:58.021 INFO O| Sep 11 21:52:58.020 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91602024-09-11T21:52:58.394Z[ host-image] Sep 11 21:52:58.021 INFO O| Sep 11 21:52:58.021 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91612024-09-11T21:52:58.394Z[ host-image] Sep 11 21:52:58.021 INFO O| Sep 11 21:52:58.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91622024-09-11T21:52:58.394Z[ host-image] Sep 11 21:52:58.021 INFO O| Sep 11 21:52:58.021 INFO ok!
91632024-09-11T21:52:58.394Z[ host-image] Sep 11 21:52:58.021 INFO O| Sep 11 21:52:58.021 INFO STEP 67 (ensure_file) COMPLETE
91642024-09-11T21:52:58.394Z[ host-image] Sep 11 21:52:58.021 INFO O| Sep 11 21:52:58.021 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91652024-09-11T21:52:58.418Z[ host-image] Sep 11 21:52:58.039 INFO O| Sep 11 21:52:58.039 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91662024-09-11T21:52:58.419Z[ host-image] Sep 11 21:52:58.039 INFO O| Sep 11 21:52:58.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91672024-09-11T21:52:58.419Z[ host-image] Sep 11 21:52:58.039 INFO O| Sep 11 21:52:58.039 INFO STEP 68 (ensure_dir) COMPLETE
91682024-09-11T21:52:58.419Z[ host-image] Sep 11 21:52:58.039 INFO O| Sep 11 21:52:58.039 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-09-11T21:52:58.419Z[ host-image] Sep 11 21:52:58.058 INFO O| Sep 11 21:52:58.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91702024-09-11T21:52:58.419Z[ host-image] Sep 11 21:52:58.058 INFO O| Sep 11 21:52:58.057 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91712024-09-11T21:52:59.046Z[ host-image] Sep 11 21:52:58.686 INFO O| Sep 11 21:52:58.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91722024-09-11T21:52:59.071Z[ host-image] Sep 11 21:52:58.686 INFO O| Sep 11 21:52:58.686 INFO ok!
91732024-09-11T21:52:59.071Z[ host-image] Sep 11 21:52:58.686 INFO O| Sep 11 21:52:58.686 INFO STEP 69 (ensure_file) COMPLETE
91742024-09-11T21:52:59.071Z[ host-image] Sep 11 21:52:58.686 INFO O| Sep 11 21:52:58.686 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-09-11T21:52:59.071Z[ host-image] Sep 11 21:52:58.706 INFO O| Sep 11 21:52:58.706 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91762024-09-11T21:52:59.071Z[ host-image] Sep 11 21:52:58.706 INFO O| Sep 11 21:52:58.706 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91772024-09-11T21:53:00.695Z[ host-image] Sep 11 21:53:00.335 INFO O| Sep 11 21:53:00.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91782024-09-11T21:53:00.695Z[ host-image] Sep 11 21:53:00.335 INFO O| Sep 11 21:53:00.335 INFO ok!
91792024-09-11T21:53:00.720Z[ host-image] Sep 11 21:53:00.335 INFO O| Sep 11 21:53:00.335 INFO STEP 70 (ensure_file) COMPLETE
91802024-09-11T21:53:00.720Z[ host-image] Sep 11 21:53:00.335 INFO O| Sep 11 21:53:00.335 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-09-11T21:53:00.720Z[ host-image] Sep 11 21:53:00.356 INFO O| Sep 11 21:53:00.355 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91822024-09-11T21:53:00.720Z[ host-image] Sep 11 21:53:00.356 INFO O| Sep 11 21:53:00.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91832024-09-11T21:53:00.720Z[ host-image] Sep 11 21:53:00.356 INFO O| Sep 11 21:53:00.356 INFO STEP 71 (ensure_dir) COMPLETE
91842024-09-11T21:53:00.720Z[ host-image] Sep 11 21:53:00.356 INFO O| Sep 11 21:53:00.356 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91852024-09-11T21:53:00.744Z[ host-image] Sep 11 21:53:00.376 INFO O| Sep 11 21:53:00.376 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91862024-09-11T21:53:00.744Z[ host-image] Sep 11 21:53:00.376 INFO O| Sep 11 21:53:00.376 INFO copying /tmp/.tmpU32EW5/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 ...
91872024-09-11T21:53:00.744Z[ host-image] Sep 11 21:53:00.376 INFO O| Sep 11 21:53:00.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91882024-09-11T21:53:00.744Z[ host-image] Sep 11 21:53:00.376 INFO O| Sep 11 21:53:00.376 INFO ok!
91892024-09-11T21:53:00.744Z[ host-image] Sep 11 21:53:00.376 INFO O| Sep 11 21:53:00.376 INFO STEP 72 (ensure_file) COMPLETE
91902024-09-11T21:53:00.744Z[ host-image] Sep 11 21:53:00.376 INFO O| Sep 11 21:53:00.376 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-09-11T21:53:00.780Z[ host-image] Sep 11 21:53:00.396 INFO O| Sep 11 21:53:00.396 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91922024-09-11T21:53:00.780Z[ host-image] Sep 11 21:53:00.396 INFO O| Sep 11 21:53:00.396 INFO copying /tmp/.tmpU32EW5/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 ...
91932024-09-11T21:53:00.780Z[ host-image] Sep 11 21:53:00.397 INFO O| Sep 11 21:53:00.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91942024-09-11T21:53:00.780Z[ host-image] Sep 11 21:53:00.397 INFO O| Sep 11 21:53:00.397 INFO ok!
91952024-09-11T21:53:00.780Z[ host-image] Sep 11 21:53:00.397 INFO O| Sep 11 21:53:00.397 INFO STEP 73 (ensure_file) COMPLETE
91962024-09-11T21:53:00.780Z[ host-image] Sep 11 21:53:00.397 INFO O| Sep 11 21:53:00.397 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91972024-09-11T21:53:00.780Z[ host-image] Sep 11 21:53:00.414 INFO O| Sep 11 21:53:00.413 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91982024-09-11T21:53:00.780Z[ host-image] Sep 11 21:53:00.414 INFO O| Sep 11 21:53:00.414 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91992024-09-11T21:53:00.780Z[ host-image] Sep 11 21:53:00.414 INFO O| Sep 11 21:53:00.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92002024-09-11T21:53:00.780Z[ host-image] Sep 11 21:53:00.414 INFO O| Sep 11 21:53:00.414 INFO ok!
92012024-09-11T21:53:00.780Z[ host-image] Sep 11 21:53:00.414 INFO O| Sep 11 21:53:00.414 INFO STEP 74 (ensure_file) COMPLETE
92022024-09-11T21:53:00.780Z[ host-image] Sep 11 21:53:00.414 INFO O| Sep 11 21:53:00.414 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92032024-09-11T21:53:00.806Z[ host-image] Sep 11 21:53:00.428 INFO O| Sep 11 21:53:00.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
92042024-09-11T21:53:00.806Z[ host-image] Sep 11 21:53:00.428 INFO O| Sep 11 21:53:00.428 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
92052024-09-11T21:53:00.806Z[ host-image] Sep 11 21:53:00.429 INFO O| Sep 11 21:53:00.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
92062024-09-11T21:53:00.806Z[ host-image] Sep 11 21:53:00.429 INFO O| Sep 11 21:53:00.429 INFO ok!
92072024-09-11T21:53:00.806Z[ host-image] Sep 11 21:53:00.429 INFO O| Sep 11 21:53:00.429 INFO STEP 75 (ensure_file) COMPLETE
92082024-09-11T21:53:00.806Z[ host-image] Sep 11 21:53:00.429 INFO O| Sep 11 21:53:00.429 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92092024-09-11T21:53:00.806Z[ host-image] Sep 11 21:53:00.442 INFO O| Sep 11 21:53:00.441 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92102024-09-11T21:53:00.806Z[ host-image] Sep 11 21:53:00.442 INFO O| Sep 11 21:53:00.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92112024-09-11T21:53:00.806Z[ host-image] Sep 11 21:53:00.442 INFO O| Sep 11 21:53:00.442 INFO STEP 76 (ensure_dir) COMPLETE
92122024-09-11T21:53:00.806Z[ host-image] Sep 11 21:53:00.442 INFO O| Sep 11 21:53:00.442 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-09-11T21:53:00.830Z[ host-image] Sep 11 21:53:00.460 INFO O| Sep 11 21:53:00.460 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
92142024-09-11T21:53:00.830Z[ host-image] Sep 11 21:53:00.460 INFO O| Sep 11 21:53:00.460 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
92152024-09-11T21:53:01.331Z[ host-image] Sep 11 21:53:00.971 INFO O| Sep 11 21:53:00.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
92162024-09-11T21:53:01.331Z[ host-image] Sep 11 21:53:00.971 INFO O| Sep 11 21:53:00.971 INFO ok!
92172024-09-11T21:53:01.331Z[ host-image] Sep 11 21:53:00.971 INFO O| Sep 11 21:53:00.971 INFO STEP 77 (ensure_file) COMPLETE
92182024-09-11T21:53:01.357Z[ host-image] Sep 11 21:53:00.971 INFO O| Sep 11 21:53:00.971 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92192024-09-11T21:53:01.357Z[ host-image] Sep 11 21:53:00.992 INFO O| Sep 11 21:53:00.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
92202024-09-11T21:53:01.357Z[ host-image] Sep 11 21:53:00.992 INFO O| Sep 11 21:53:00.992 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
92212024-09-11T21:53:01.357Z[ host-image] Sep 11 21:53:00.993 INFO O| Sep 11 21:53:00.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
92222024-09-11T21:53:01.357Z[ host-image] Sep 11 21:53:00.993 INFO O| Sep 11 21:53:00.993 INFO ok!
92232024-09-11T21:53:01.357Z[ host-image] Sep 11 21:53:00.993 INFO O| Sep 11 21:53:00.993 INFO STEP 78 (ensure_file) COMPLETE
92242024-09-11T21:53:01.357Z[ host-image] Sep 11 21:53:00.993 INFO O| Sep 11 21:53:00.993 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92252024-09-11T21:53:01.382Z[ host-image] Sep 11 21:53:01.010 INFO O| Sep 11 21:53:01.010 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
92262024-09-11T21:53:01.382Z[ host-image] Sep 11 21:53:01.011 INFO O| Sep 11 21:53:01.010 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92272024-09-11T21:53:02.003Z[ host-image] Sep 11 21:53:01.643 INFO O| Sep 11 21:53:01.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92282024-09-11T21:53:02.003Z[ host-image] Sep 11 21:53:01.643 INFO O| Sep 11 21:53:01.643 INFO ok!
92292024-09-11T21:53:02.027Z[ host-image] Sep 11 21:53:01.643 INFO O| Sep 11 21:53:01.643 INFO STEP 79 (ensure_file) COMPLETE
92302024-09-11T21:53:02.028Z[ host-image] Sep 11 21:53:01.643 INFO O| Sep 11 21:53:01.643 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92312024-09-11T21:53:02.028Z[ host-image] Sep 11 21:53:01.662 INFO O| Sep 11 21:53:01.662 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92322024-09-11T21:53:02.028Z[ host-image] Sep 11 21:53:01.662 INFO O| Sep 11 21:53:01.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92332024-09-11T21:53:02.028Z[ host-image] Sep 11 21:53:01.662 INFO O| Sep 11 21:53:01.662 INFO STEP 80 (ensure_dir) COMPLETE
92342024-09-11T21:53:02.028Z[ host-image] Sep 11 21:53:01.662 INFO O| Sep 11 21:53:01.662 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-09-11T21:53:02.052Z[ host-image] Sep 11 21:53:01.678 INFO O| Sep 11 21:53:01.678 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92362024-09-11T21:53:02.052Z[ host-image] Sep 11 21:53:01.678 INFO O| Sep 11 21:53:01.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92372024-09-11T21:53:02.052Z[ host-image] Sep 11 21:53:01.678 INFO O| Sep 11 21:53:01.678 INFO STEP 81 (ensure_dir) COMPLETE
92382024-09-11T21:53:02.052Z[ host-image] Sep 11 21:53:01.678 INFO O| Sep 11 21:53:01.678 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-09-11T21:53:02.077Z[ host-image] Sep 11 21:53:01.700 INFO O| Sep 11 21:53:01.700 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92402024-09-11T21:53:02.077Z[ host-image] Sep 11 21:53:01.700 INFO O| Sep 11 21:53:01.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92412024-09-11T21:53:02.077Z[ host-image] Sep 11 21:53:01.700 INFO O| Sep 11 21:53:01.700 INFO STEP 82 (ensure_dir) COMPLETE
92422024-09-11T21:53:02.077Z[ host-image] Sep 11 21:53:01.700 INFO O| Sep 11 21:53:01.700 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92432024-09-11T21:53:02.101Z[ host-image] Sep 11 21:53:01.719 INFO O| Sep 11 21:53:01.718 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92442024-09-11T21:53:02.101Z[ host-image] Sep 11 21:53:01.719 INFO O| Sep 11 21:53:01.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92452024-09-11T21:53:02.102Z[ host-image] Sep 11 21:53:01.719 INFO O| Sep 11 21:53:01.719 INFO STEP 83 (ensure_dir) COMPLETE
92462024-09-11T21:53:02.102Z[ host-image] Sep 11 21:53:01.719 INFO O| Sep 11 21:53:01.719 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-09-11T21:53:02.102Z[ host-image] Sep 11 21:53:01.736 INFO O| Sep 11 21:53:01.736 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92482024-09-11T21:53:02.102Z[ host-image] Sep 11 21:53:01.736 INFO O| Sep 11 21:53:01.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92492024-09-11T21:53:02.102Z[ host-image] Sep 11 21:53:01.736 INFO O| Sep 11 21:53:01.736 INFO STEP 84 (ensure_dir) COMPLETE
92502024-09-11T21:53:02.102Z[ host-image] Sep 11 21:53:01.736 INFO O| Sep 11 21:53:01.736 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92512024-09-11T21:53:02.126Z[ host-image] Sep 11 21:53:01.755 INFO O| Sep 11 21:53:01.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92522024-09-11T21:53:02.126Z[ host-image] Sep 11 21:53:01.755 INFO O| Sep 11 21:53:01.755 INFO copying /tmp/.tmpU32EW5/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 ...
92532024-09-11T21:53:02.126Z[ host-image] Sep 11 21:53:01.755 INFO O| Sep 11 21:53:01.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92542024-09-11T21:53:02.126Z[ host-image] Sep 11 21:53:01.755 INFO O| Sep 11 21:53:01.755 INFO ok!
92552024-09-11T21:53:02.126Z[ host-image] Sep 11 21:53:01.755 INFO O| Sep 11 21:53:01.755 INFO STEP 85 (ensure_file) COMPLETE
92562024-09-11T21:53:02.126Z[ host-image] Sep 11 21:53:01.755 INFO O| Sep 11 21:53:01.755 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92572024-09-11T21:53:02.151Z[ host-image] Sep 11 21:53:01.775 INFO O| Sep 11 21:53:01.775 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92582024-09-11T21:53:02.151Z[ host-image] Sep 11 21:53:01.775 INFO O| Sep 11 21:53:01.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92592024-09-11T21:53:02.151Z[ host-image] Sep 11 21:53:01.775 INFO O| Sep 11 21:53:01.775 INFO STEP 86 (ensure_dir) COMPLETE
92602024-09-11T21:53:02.151Z[ host-image] Sep 11 21:53:01.775 INFO O| Sep 11 21:53:01.775 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-09-11T21:53:02.175Z[ host-image] Sep 11 21:53:01.796 INFO O| Sep 11 21:53:01.796 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92622024-09-11T21:53:02.175Z[ host-image] Sep 11 21:53:01.796 INFO O| Sep 11 21:53:01.796 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92632024-09-11T21:53:02.175Z[ host-image] Sep 11 21:53:01.796 INFO O| Sep 11 21:53:01.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92642024-09-11T21:53:02.175Z[ host-image] Sep 11 21:53:01.796 INFO O| Sep 11 21:53:01.796 INFO ok!
92652024-09-11T21:53:02.175Z[ host-image] Sep 11 21:53:01.796 INFO O| Sep 11 21:53:01.796 INFO STEP 87 (ensure_file) COMPLETE
92662024-09-11T21:53:02.176Z[ host-image] Sep 11 21:53:01.796 INFO O| Sep 11 21:53:01.796 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-09-11T21:53:02.176Z[ host-image] Sep 11 21:53:01.815 INFO O| Sep 11 21:53:01.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92682024-09-11T21:53:02.176Z[ host-image] Sep 11 21:53:01.815 INFO O| Sep 11 21:53:01.815 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92692024-09-11T21:53:02.200Z[ host-image] Sep 11 21:53:01.829 INFO O| Sep 11 21:53:01.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92702024-09-11T21:53:02.200Z[ host-image] Sep 11 21:53:01.830 INFO O| Sep 11 21:53:01.829 INFO ok!
92712024-09-11T21:53:02.200Z[ host-image] Sep 11 21:53:01.830 INFO O| Sep 11 21:53:01.829 INFO STEP 88 (ensure_file) COMPLETE
92722024-09-11T21:53:02.200Z[ host-image] Sep 11 21:53:01.830 INFO O| Sep 11 21:53:01.829 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92732024-09-11T21:53:02.225Z[ host-image] Sep 11 21:53:01.848 INFO O| Sep 11 21:53:01.847 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92742024-09-11T21:53:02.225Z[ host-image] Sep 11 21:53:01.848 INFO O| Sep 11 21:53:01.848 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92752024-09-11T21:53:02.737Z[ host-image] Sep 11 21:53:02.378 INFO O| Sep 11 21:53:02.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92762024-09-11T21:53:02.737Z[ host-image] Sep 11 21:53:02.378 INFO O| Sep 11 21:53:02.378 INFO ok!
92772024-09-11T21:53:02.737Z[ host-image] Sep 11 21:53:02.378 INFO O| Sep 11 21:53:02.378 INFO STEP 89 (ensure_file) COMPLETE
92782024-09-11T21:53:02.762Z[ host-image] Sep 11 21:53:02.378 INFO O| Sep 11 21:53:02.378 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-09-11T21:53:02.762Z[ host-image] Sep 11 21:53:02.396 INFO O| Sep 11 21:53:02.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92802024-09-11T21:53:02.762Z[ host-image] Sep 11 21:53:02.396 INFO O| Sep 11 21:53:02.396 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92812024-09-11T21:53:02.763Z[ host-image] Sep 11 21:53:02.396 INFO O| Sep 11 21:53:02.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92822024-09-11T21:53:02.763Z[ host-image] Sep 11 21:53:02.396 INFO O| Sep 11 21:53:02.396 INFO ok!
92832024-09-11T21:53:02.763Z[ host-image] Sep 11 21:53:02.396 INFO O| Sep 11 21:53:02.396 INFO STEP 90 (ensure_file) COMPLETE
92842024-09-11T21:53:02.763Z[ host-image] Sep 11 21:53:02.396 INFO O| Sep 11 21:53:02.396 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-09-11T21:53:02.788Z[ host-image] Sep 11 21:53:02.409 INFO O| Sep 11 21:53:02.409 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92862024-09-11T21:53:02.788Z[ host-image] Sep 11 21:53:02.409 INFO O| Sep 11 21:53:02.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92872024-09-11T21:53:02.788Z[ host-image] Sep 11 21:53:02.409 INFO O| Sep 11 21:53:02.409 INFO STEP 91 (ensure_dir) COMPLETE
92882024-09-11T21:53:02.788Z[ host-image] Sep 11 21:53:02.409 INFO O| Sep 11 21:53:02.409 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-09-11T21:53:02.788Z[ host-image] Sep 11 21:53:02.422 INFO O| Sep 11 21:53:02.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92902024-09-11T21:53:02.788Z[ host-image] Sep 11 21:53:02.422 INFO O| Sep 11 21:53:02.422 INFO copying /tmp/.tmpU32EW5/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 ...
92912024-09-11T21:53:02.788Z[ host-image] Sep 11 21:53:02.422 INFO O| Sep 11 21:53:02.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92922024-09-11T21:53:02.788Z[ host-image] Sep 11 21:53:02.422 INFO O| Sep 11 21:53:02.422 INFO ok!
92932024-09-11T21:53:02.788Z[ host-image] Sep 11 21:53:02.422 INFO O| Sep 11 21:53:02.422 INFO STEP 92 (ensure_file) COMPLETE
92942024-09-11T21:53:02.788Z[ host-image] Sep 11 21:53:02.422 INFO O| Sep 11 21:53:02.422 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-09-11T21:53:02.813Z[ host-image] Sep 11 21:53:02.435 INFO O| Sep 11 21:53:02.435 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92962024-09-11T21:53:02.813Z[ host-image] Sep 11 21:53:02.435 INFO O| Sep 11 21:53:02.435 INFO copying /tmp/.tmpU32EW5/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 ...
92972024-09-11T21:53:02.813Z[ host-image] Sep 11 21:53:02.435 INFO O| Sep 11 21:53:02.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92982024-09-11T21:53:02.813Z[ host-image] Sep 11 21:53:02.435 INFO O| Sep 11 21:53:02.435 INFO ok!
92992024-09-11T21:53:02.813Z[ host-image] Sep 11 21:53:02.435 INFO O| Sep 11 21:53:02.435 INFO STEP 93 (ensure_file) COMPLETE
93002024-09-11T21:53:02.813Z[ host-image] Sep 11 21:53:02.435 INFO O| Sep 11 21:53:02.435 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-09-11T21:53:02.813Z[ host-image] Sep 11 21:53:02.452 INFO O| Sep 11 21:53:02.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
93022024-09-11T21:53:02.813Z[ host-image] Sep 11 21:53:02.453 INFO O| Sep 11 21:53:02.452 INFO copying /tmp/.tmpU32EW5/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 ...
93032024-09-11T21:53:02.813Z[ host-image] Sep 11 21:53:02.453 INFO O| Sep 11 21:53:02.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
93042024-09-11T21:53:02.813Z[ host-image] Sep 11 21:53:02.453 INFO O| Sep 11 21:53:02.453 INFO ok!
93052024-09-11T21:53:02.813Z[ host-image] Sep 11 21:53:02.453 INFO O| Sep 11 21:53:02.453 INFO STEP 94 (ensure_file) COMPLETE
93062024-09-11T21:53:02.813Z[ host-image] Sep 11 21:53:02.453 INFO O| Sep 11 21:53:02.453 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-09-11T21:53:02.838Z[ host-image] Sep 11 21:53:02.467 INFO O| Sep 11 21:53:02.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
93082024-09-11T21:53:02.838Z[ host-image] Sep 11 21:53:02.467 INFO O| Sep 11 21:53:02.467 INFO copying /tmp/.tmpU32EW5/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 ...
93092024-09-11T21:53:02.838Z[ host-image] Sep 11 21:53:02.467 INFO O| Sep 11 21:53:02.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
93102024-09-11T21:53:02.838Z[ host-image] Sep 11 21:53:02.467 INFO O| Sep 11 21:53:02.467 INFO ok!
93112024-09-11T21:53:02.838Z[ host-image] Sep 11 21:53:02.467 INFO O| Sep 11 21:53:02.467 INFO STEP 95 (ensure_file) COMPLETE
93122024-09-11T21:53:02.838Z[ host-image] Sep 11 21:53:02.467 INFO O| Sep 11 21:53:02.467 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-09-11T21:53:02.881Z[ host-image] Sep 11 21:53:02.482 INFO O| Sep 11 21:53:02.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
93142024-09-11T21:53:02.881Z[ host-image] Sep 11 21:53:02.482 INFO O| Sep 11 21:53:02.482 INFO copying /tmp/.tmpU32EW5/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 ...
93152024-09-11T21:53:02.881Z[ host-image] Sep 11 21:53:02.482 INFO O| Sep 11 21:53:02.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
93162024-09-11T21:53:02.881Z[ host-image] Sep 11 21:53:02.482 INFO O| Sep 11 21:53:02.482 INFO ok!
93172024-09-11T21:53:02.882Z[ host-image] Sep 11 21:53:02.482 INFO O| Sep 11 21:53:02.482 INFO STEP 96 (ensure_file) COMPLETE
93182024-09-11T21:53:02.882Z[ host-image] Sep 11 21:53:02.482 INFO O| Sep 11 21:53:02.482 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-09-11T21:53:02.882Z[ host-image] Sep 11 21:53:02.502 INFO O| Sep 11 21:53:02.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
93202024-09-11T21:53:02.882Z[ host-image] Sep 11 21:53:02.502 INFO O| Sep 11 21:53:02.502 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
93212024-09-11T21:53:02.882Z[ host-image] Sep 11 21:53:02.502 INFO O| Sep 11 21:53:02.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
93222024-09-11T21:53:02.882Z[ host-image] Sep 11 21:53:02.502 INFO O| Sep 11 21:53:02.502 INFO ok!
93232024-09-11T21:53:02.882Z[ host-image] Sep 11 21:53:02.502 INFO O| Sep 11 21:53:02.502 INFO STEP 97 (ensure_file) COMPLETE
93242024-09-11T21:53:02.882Z[ host-image] Sep 11 21:53:02.502 INFO O| Sep 11 21:53:02.502 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252024-09-11T21:53:02.882Z[ host-image] Sep 11 21:53:02.521 INFO O| Sep 11 21:53:02.521 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
93262024-09-11T21:53:02.882Z[ host-image] Sep 11 21:53:02.522 INFO O| Sep 11 21:53:02.521 INFO copying /tmp/.tmpU32EW5/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 ...
93272024-09-11T21:53:02.882Z[ host-image] Sep 11 21:53:02.522 INFO O| Sep 11 21:53:02.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
93282024-09-11T21:53:02.882Z[ host-image] Sep 11 21:53:02.522 INFO O| Sep 11 21:53:02.522 INFO ok!
93292024-09-11T21:53:02.908Z[ host-image] Sep 11 21:53:02.522 INFO O| Sep 11 21:53:02.522 INFO STEP 98 (ensure_file) COMPLETE
93302024-09-11T21:53:02.908Z[ host-image] Sep 11 21:53:02.522 INFO O| Sep 11 21:53:02.522 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-09-11T21:53:02.908Z[ host-image] Sep 11 21:53:02.543 INFO O| Sep 11 21:53:02.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93322024-09-11T21:53:02.908Z[ host-image] Sep 11 21:53:02.543 INFO O| Sep 11 21:53:02.543 INFO copying /tmp/.tmpU32EW5/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 ...
93332024-09-11T21:53:02.908Z[ host-image] Sep 11 21:53:02.543 INFO O| Sep 11 21:53:02.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93342024-09-11T21:53:02.908Z[ host-image] Sep 11 21:53:02.543 INFO O| Sep 11 21:53:02.543 INFO ok!
93352024-09-11T21:53:02.908Z[ host-image] Sep 11 21:53:02.543 INFO O| Sep 11 21:53:02.543 INFO STEP 99 (ensure_file) COMPLETE
93362024-09-11T21:53:02.908Z[ host-image] Sep 11 21:53:02.543 INFO O| Sep 11 21:53:02.543 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372024-09-11T21:53:02.932Z[ host-image] Sep 11 21:53:02.565 INFO O| Sep 11 21:53:02.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93382024-09-11T21:53:02.932Z[ host-image] Sep 11 21:53:02.565 INFO O| Sep 11 21:53:02.565 INFO copying /tmp/.tmpU32EW5/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 ...
93392024-09-11T21:53:02.932Z[ host-image] Sep 11 21:53:02.565 INFO O| Sep 11 21:53:02.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93402024-09-11T21:53:02.932Z[ host-image] Sep 11 21:53:02.565 INFO O| Sep 11 21:53:02.565 INFO ok!
93412024-09-11T21:53:02.932Z[ host-image] Sep 11 21:53:02.565 INFO O| Sep 11 21:53:02.565 INFO STEP 100 (ensure_file) COMPLETE
93422024-09-11T21:53:02.932Z[ host-image] Sep 11 21:53:02.565 INFO O| Sep 11 21:53:02.565 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-09-11T21:53:02.956Z[ host-image] Sep 11 21:53:02.584 INFO O| Sep 11 21:53:02.584 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93442024-09-11T21:53:02.956Z[ host-image] Sep 11 21:53:02.584 INFO O| Sep 11 21:53:02.584 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93452024-09-11T21:53:02.956Z[ host-image] Sep 11 21:53:02.584 INFO O| Sep 11 21:53:02.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93462024-09-11T21:53:02.956Z[ host-image] Sep 11 21:53:02.584 INFO O| Sep 11 21:53:02.584 INFO ok!
93472024-09-11T21:53:02.956Z[ host-image] Sep 11 21:53:02.584 INFO O| Sep 11 21:53:02.584 INFO STEP 101 (ensure_file) COMPLETE
93482024-09-11T21:53:02.956Z[ host-image] Sep 11 21:53:02.584 INFO O| Sep 11 21:53:02.584 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492024-09-11T21:53:02.980Z[ host-image] Sep 11 21:53:02.606 INFO O| Sep 11 21:53:02.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93502024-09-11T21:53:02.980Z[ host-image] Sep 11 21:53:02.606 INFO O| Sep 11 21:53:02.605 INFO copying /tmp/.tmpU32EW5/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 ...
93512024-09-11T21:53:02.980Z[ host-image] Sep 11 21:53:02.606 INFO O| Sep 11 21:53:02.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
93522024-09-11T21:53:02.980Z[ host-image] Sep 11 21:53:02.606 INFO O| Sep 11 21:53:02.606 INFO ok!
93532024-09-11T21:53:02.980Z[ host-image] Sep 11 21:53:02.606 INFO O| Sep 11 21:53:02.606 INFO STEP 102 (ensure_file) COMPLETE
93542024-09-11T21:53:02.980Z[ host-image] Sep 11 21:53:02.606 INFO O| Sep 11 21:53:02.606 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-09-11T21:53:03.004Z[ host-image] Sep 11 21:53:02.623 INFO O| Sep 11 21:53:02.623 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
93562024-09-11T21:53:03.004Z[ host-image] Sep 11 21:53:02.623 INFO O| Sep 11 21:53:02.623 INFO copying /tmp/.tmpU32EW5/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 ...
93572024-09-11T21:53:03.004Z[ host-image] Sep 11 21:53:02.623 INFO O| Sep 11 21:53:02.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
93582024-09-11T21:53:03.004Z[ host-image] Sep 11 21:53:02.623 INFO O| Sep 11 21:53:02.623 INFO ok!
93592024-09-11T21:53:03.004Z[ host-image] Sep 11 21:53:02.623 INFO O| Sep 11 21:53:02.623 INFO STEP 103 (ensure_file) COMPLETE
93602024-09-11T21:53:03.004Z[ host-image] Sep 11 21:53:02.623 INFO O| Sep 11 21:53:02.623 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-09-11T21:53:03.004Z[ host-image] Sep 11 21:53:02.643 INFO O| Sep 11 21:53:02.642 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93622024-09-11T21:53:03.004Z[ host-image] Sep 11 21:53:02.643 INFO O| Sep 11 21:53:02.642 INFO copying /tmp/.tmpU32EW5/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 ...
93632024-09-11T21:53:03.004Z[ host-image] Sep 11 21:53:02.643 INFO O| Sep 11 21:53:02.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93642024-09-11T21:53:03.004Z[ host-image] Sep 11 21:53:02.643 INFO O| Sep 11 21:53:02.643 INFO ok!
93652024-09-11T21:53:03.004Z[ host-image] Sep 11 21:53:02.643 INFO O| Sep 11 21:53:02.643 INFO STEP 104 (ensure_file) COMPLETE
93662024-09-11T21:53:03.004Z[ host-image] Sep 11 21:53:02.643 INFO O| Sep 11 21:53:02.643 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672024-09-11T21:53:03.028Z[ host-image] Sep 11 21:53:02.657 INFO O| Sep 11 21:53:02.657 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93682024-09-11T21:53:03.028Z[ host-image] Sep 11 21:53:02.658 INFO O| Sep 11 21:53:02.657 INFO copying /tmp/.tmpU32EW5/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 ...
93692024-09-11T21:53:03.028Z[ host-image] Sep 11 21:53:02.658 INFO O| Sep 11 21:53:02.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93702024-09-11T21:53:03.028Z[ host-image] Sep 11 21:53:02.658 INFO O| Sep 11 21:53:02.658 INFO ok!
93712024-09-11T21:53:03.029Z[ host-image] Sep 11 21:53:02.658 INFO O| Sep 11 21:53:02.658 INFO STEP 105 (ensure_file) COMPLETE
93722024-09-11T21:53:03.029Z[ host-image] Sep 11 21:53:02.658 INFO O| Sep 11 21:53:02.658 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732024-09-11T21:53:03.054Z[ host-image] Sep 11 21:53:02.671 INFO O| Sep 11 21:53:02.671 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93742024-09-11T21:53:03.054Z[ host-image] Sep 11 21:53:02.671 INFO O| Sep 11 21:53:02.671 INFO copying /tmp/.tmpU32EW5/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 ...
93752024-09-11T21:53:03.054Z[ host-image] Sep 11 21:53:02.672 INFO O| Sep 11 21:53:02.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93762024-09-11T21:53:03.055Z[ host-image] Sep 11 21:53:02.672 INFO O| Sep 11 21:53:02.672 INFO ok!
93772024-09-11T21:53:03.055Z[ host-image] Sep 11 21:53:02.672 INFO O| Sep 11 21:53:02.672 INFO STEP 106 (ensure_file) COMPLETE
93782024-09-11T21:53:03.055Z[ host-image] Sep 11 21:53:02.672 INFO O| Sep 11 21:53:02.672 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792024-09-11T21:53:03.055Z[ host-image] Sep 11 21:53:02.689 INFO O| Sep 11 21:53:02.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93802024-09-11T21:53:03.055Z[ host-image] Sep 11 21:53:02.689 INFO O| Sep 11 21:53:02.689 INFO copying /tmp/.tmpU32EW5/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 ...
93812024-09-11T21:53:03.055Z[ host-image] Sep 11 21:53:02.689 INFO O| Sep 11 21:53:02.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93822024-09-11T21:53:03.055Z[ host-image] Sep 11 21:53:02.689 INFO O| Sep 11 21:53:02.689 INFO ok!
93832024-09-11T21:53:03.055Z[ host-image] Sep 11 21:53:02.689 INFO O| Sep 11 21:53:02.689 INFO STEP 107 (ensure_file) COMPLETE
93842024-09-11T21:53:03.055Z[ host-image] Sep 11 21:53:02.689 INFO O| Sep 11 21:53:02.689 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-09-11T21:53:03.079Z[ host-image] Sep 11 21:53:02.705 INFO O| Sep 11 21:53:02.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93862024-09-11T21:53:03.079Z[ host-image] Sep 11 21:53:02.705 INFO O| Sep 11 21:53:02.705 INFO copying /tmp/.tmpU32EW5/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 ...
93872024-09-11T21:53:03.079Z[ host-image] Sep 11 21:53:02.705 INFO O| Sep 11 21:53:02.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93882024-09-11T21:53:03.079Z[ host-image] Sep 11 21:53:02.705 INFO O| Sep 11 21:53:02.705 INFO ok!
93892024-09-11T21:53:03.079Z[ host-image] Sep 11 21:53:02.705 INFO O| Sep 11 21:53:02.705 INFO STEP 108 (ensure_file) COMPLETE
93902024-09-11T21:53:03.079Z[ host-image] Sep 11 21:53:02.705 INFO O| Sep 11 21:53:02.705 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912024-09-11T21:53:03.103Z[ host-image] Sep 11 21:53:02.720 INFO O| Sep 11 21:53:02.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93922024-09-11T21:53:03.103Z[ host-image] Sep 11 21:53:02.720 INFO O| Sep 11 21:53:02.720 INFO copying /tmp/.tmpU32EW5/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 ...
93932024-09-11T21:53:03.103Z[ host-image] Sep 11 21:53:02.720 INFO O| Sep 11 21:53:02.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93942024-09-11T21:53:03.103Z[ host-image] Sep 11 21:53:02.720 INFO O| Sep 11 21:53:02.720 INFO ok!
93952024-09-11T21:53:03.103Z[ host-image] Sep 11 21:53:02.720 INFO O| Sep 11 21:53:02.720 INFO STEP 109 (ensure_file) COMPLETE
93962024-09-11T21:53:03.103Z[ host-image] Sep 11 21:53:02.720 INFO O| Sep 11 21:53:02.720 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-09-11T21:53:03.103Z[ host-image] Sep 11 21:53:02.735 INFO O| Sep 11 21:53:02.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93982024-09-11T21:53:03.103Z[ host-image] Sep 11 21:53:02.735 INFO O| Sep 11 21:53:02.735 INFO copying /tmp/.tmpU32EW5/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 ...
93992024-09-11T21:53:03.103Z[ host-image] Sep 11 21:53:02.735 INFO O| Sep 11 21:53:02.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
94002024-09-11T21:53:03.103Z[ host-image] Sep 11 21:53:02.735 INFO O| Sep 11 21:53:02.735 INFO ok!
94012024-09-11T21:53:03.103Z[ host-image] Sep 11 21:53:02.735 INFO O| Sep 11 21:53:02.735 INFO STEP 110 (ensure_file) COMPLETE
94022024-09-11T21:53:03.103Z[ host-image] Sep 11 21:53:02.735 INFO O| Sep 11 21:53:02.735 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032024-09-11T21:53:03.127Z[ host-image] Sep 11 21:53:02.749 INFO O| Sep 11 21:53:02.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
94042024-09-11T21:53:03.127Z[ host-image] Sep 11 21:53:02.749 INFO O| Sep 11 21:53:02.749 INFO copying /tmp/.tmpU32EW5/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 ...
94052024-09-11T21:53:03.128Z[ host-image] Sep 11 21:53:02.750 INFO O| Sep 11 21:53:02.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
94062024-09-11T21:53:03.128Z[ host-image] Sep 11 21:53:02.750 INFO O| Sep 11 21:53:02.750 INFO ok!
94072024-09-11T21:53:03.128Z[ host-image] Sep 11 21:53:02.750 INFO O| Sep 11 21:53:02.750 INFO STEP 111 (ensure_file) COMPLETE
94082024-09-11T21:53:03.128Z[ host-image] Sep 11 21:53:02.750 INFO O| Sep 11 21:53:02.750 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94092024-09-11T21:53:03.128Z[ host-image] Sep 11 21:53:02.763 INFO O| Sep 11 21:53:02.762 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
94102024-09-11T21:53:03.128Z[ host-image] Sep 11 21:53:02.763 INFO O| Sep 11 21:53:02.763 INFO copying /tmp/.tmpU32EW5/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 ...
94112024-09-11T21:53:03.128Z[ host-image] Sep 11 21:53:02.763 INFO O| Sep 11 21:53:02.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
94122024-09-11T21:53:03.128Z[ host-image] Sep 11 21:53:02.763 INFO O| Sep 11 21:53:02.763 INFO ok!
94132024-09-11T21:53:03.128Z[ host-image] Sep 11 21:53:02.763 INFO O| Sep 11 21:53:02.763 INFO STEP 112 (ensure_file) COMPLETE
94142024-09-11T21:53:03.128Z[ host-image] Sep 11 21:53:02.763 INFO O| Sep 11 21:53:02.763 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-09-11T21:53:03.152Z[ host-image] Sep 11 21:53:02.775 INFO O| Sep 11 21:53:02.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
94162024-09-11T21:53:03.152Z[ host-image] Sep 11 21:53:02.775 INFO O| Sep 11 21:53:02.775 INFO copying /tmp/.tmpU32EW5/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 ...
94172024-09-11T21:53:03.152Z[ host-image] Sep 11 21:53:02.775 INFO O| Sep 11 21:53:02.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
94182024-09-11T21:53:03.152Z[ host-image] Sep 11 21:53:02.775 INFO O| Sep 11 21:53:02.775 INFO ok!
94192024-09-11T21:53:03.152Z[ host-image] Sep 11 21:53:02.775 INFO O| Sep 11 21:53:02.775 INFO STEP 113 (ensure_file) COMPLETE
94202024-09-11T21:53:03.152Z[ host-image] Sep 11 21:53:02.775 INFO O| Sep 11 21:53:02.775 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-09-11T21:53:03.152Z[ host-image] Sep 11 21:53:02.787 INFO O| Sep 11 21:53:02.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
94222024-09-11T21:53:03.152Z[ host-image] Sep 11 21:53:02.787 INFO O| Sep 11 21:53:02.787 INFO copying /tmp/.tmpU32EW5/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 ...
94232024-09-11T21:53:03.152Z[ host-image] Sep 11 21:53:02.787 INFO O| Sep 11 21:53:02.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
94242024-09-11T21:53:03.152Z[ host-image] Sep 11 21:53:02.787 INFO O| Sep 11 21:53:02.787 INFO ok!
94252024-09-11T21:53:03.152Z[ host-image] Sep 11 21:53:02.787 INFO O| Sep 11 21:53:02.787 INFO STEP 114 (ensure_file) COMPLETE
94262024-09-11T21:53:03.152Z[ host-image] Sep 11 21:53:02.787 INFO O| Sep 11 21:53:02.787 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-09-11T21:53:03.176Z[ host-image] Sep 11 21:53:02.800 INFO O| Sep 11 21:53:02.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
94282024-09-11T21:53:03.176Z[ host-image] Sep 11 21:53:02.801 INFO O| Sep 11 21:53:02.800 INFO copying /tmp/.tmpU32EW5/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 ...
94292024-09-11T21:53:03.176Z[ host-image] Sep 11 21:53:02.801 INFO O| Sep 11 21:53:02.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
94302024-09-11T21:53:03.176Z[ host-image] Sep 11 21:53:02.801 INFO O| Sep 11 21:53:02.801 INFO ok!
94312024-09-11T21:53:03.176Z[ host-image] Sep 11 21:53:02.801 INFO O| Sep 11 21:53:02.801 INFO STEP 115 (ensure_file) COMPLETE
94322024-09-11T21:53:03.176Z[ host-image] Sep 11 21:53:02.801 INFO O| Sep 11 21:53:02.801 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-09-11T21:53:03.176Z[ host-image] Sep 11 21:53:02.814 INFO O| Sep 11 21:53:02.814 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94342024-09-11T21:53:03.176Z[ host-image] Sep 11 21:53:02.814 INFO O| Sep 11 21:53:02.814 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94352024-09-11T21:53:03.176Z[ host-image] Sep 11 21:53:02.814 INFO O| Sep 11 21:53:02.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94362024-09-11T21:53:03.176Z[ host-image] Sep 11 21:53:02.814 INFO O| Sep 11 21:53:02.814 INFO ok!
94372024-09-11T21:53:03.176Z[ host-image] Sep 11 21:53:02.814 INFO O| Sep 11 21:53:02.814 INFO STEP 116 (ensure_file) COMPLETE
94382024-09-11T21:53:03.176Z[ host-image] Sep 11 21:53:02.814 INFO O| Sep 11 21:53:02.814 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-09-11T21:53:03.201Z[ host-image] Sep 11 21:53:02.827 INFO O| Sep 11 21:53:02.827 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94402024-09-11T21:53:03.201Z[ host-image] Sep 11 21:53:02.827 INFO O| Sep 11 21:53:02.827 INFO copying /tmp/.tmpU32EW5/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 ...
94412024-09-11T21:53:03.201Z[ host-image] Sep 11 21:53:02.827 INFO O| Sep 11 21:53:02.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94422024-09-11T21:53:03.201Z[ host-image] Sep 11 21:53:02.827 INFO O| Sep 11 21:53:02.827 INFO ok!
94432024-09-11T21:53:03.201Z[ host-image] Sep 11 21:53:02.827 INFO O| Sep 11 21:53:02.827 INFO STEP 117 (ensure_file) COMPLETE
94442024-09-11T21:53:03.201Z[ host-image] Sep 11 21:53:02.827 INFO O| Sep 11 21:53:02.827 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-09-11T21:53:03.225Z[ host-image] Sep 11 21:53:02.845 INFO O| Sep 11 21:53:02.845 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94462024-09-11T21:53:03.225Z[ host-image] Sep 11 21:53:02.845 INFO O| Sep 11 21:53:02.845 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94472024-09-11T21:53:03.225Z[ host-image] Sep 11 21:53:02.845 INFO O| Sep 11 21:53:02.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94482024-09-11T21:53:03.225Z[ host-image] Sep 11 21:53:02.845 INFO O| Sep 11 21:53:02.845 INFO ok!
94492024-09-11T21:53:03.225Z[ host-image] Sep 11 21:53:02.845 INFO O| Sep 11 21:53:02.845 INFO STEP 118 (ensure_file) COMPLETE
94502024-09-11T21:53:03.225Z[ host-image] Sep 11 21:53:02.845 INFO O| Sep 11 21:53:02.845 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-09-11T21:53:03.225Z[ host-image] Sep 11 21:53:02.863 INFO O| Sep 11 21:53:02.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
94522024-09-11T21:53:03.225Z[ host-image] Sep 11 21:53:02.863 INFO O| Sep 11 21:53:02.863 INFO copying /tmp/.tmpU32EW5/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
94532024-09-11T21:53:07.484Z[ host-image] Sep 11 21:53:07.124 INFO O| Sep 11 21:53:07.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94542024-09-11T21:53:07.484Z[ host-image] Sep 11 21:53:07.124 INFO O| Sep 11 21:53:07.124 INFO ok!
94552024-09-11T21:53:07.508Z[ host-image] Sep 11 21:53:07.124 INFO O| Sep 11 21:53:07.124 INFO STEP 119 (ensure_file) COMPLETE
94562024-09-11T21:53:07.508Z[ host-image] Sep 11 21:53:07.124 INFO O| Sep 11 21:53:07.124 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572024-09-11T21:53:07.508Z[ host-image] Sep 11 21:53:07.142 INFO O| Sep 11 21:53:07.142 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94582024-09-11T21:53:07.508Z[ host-image] Sep 11 21:53:07.142 INFO O| Sep 11 21:53:07.142 INFO STEP 120 (ensure_dir) COMPLETE
94592024-09-11T21:53:07.508Z[ host-image] Sep 11 21:53:07.142 INFO O| Sep 11 21:53:07.142 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602024-09-11T21:53:07.532Z[ host-image] Sep 11 21:53:07.166 INFO O| Sep 11 21:53:07.166 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94612024-09-11T21:53:07.532Z[ host-image] Sep 11 21:53:07.166 INFO O| Sep 11 21:53:07.166 INFO STEP 121 (ensure_dir) COMPLETE
94622024-09-11T21:53:07.532Z[ host-image] Sep 11 21:53:07.166 INFO O| Sep 11 21:53:07.166 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632024-09-11T21:53:07.556Z[ host-image] Sep 11 21:53:07.185 INFO O| Sep 11 21:53:07.184 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94642024-09-11T21:53:07.556Z[ host-image] Sep 11 21:53:07.185 INFO O| Sep 11 21:53:07.184 INFO STEP 122 (ensure_dir) COMPLETE
94652024-09-11T21:53:07.556Z[ host-image] Sep 11 21:53:07.185 INFO O| Sep 11 21:53:07.184 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-09-11T21:53:07.580Z[ host-image] Sep 11 21:53:07.213 INFO O| Sep 11 21:53:07.213 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94672024-09-11T21:53:07.580Z[ host-image] Sep 11 21:53:07.213 INFO O| Sep 11 21:53:07.213 INFO STEP 123 (ensure_dir) COMPLETE
94682024-09-11T21:53:07.580Z[ host-image] Sep 11 21:53:07.213 INFO O| Sep 11 21:53:07.213 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692024-09-11T21:53:07.605Z[ host-image] Sep 11 21:53:07.231 INFO O| Sep 11 21:53:07.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94702024-09-11T21:53:07.605Z[ host-image] Sep 11 21:53:07.231 INFO O| Sep 11 21:53:07.231 INFO copying /tmp/.tmpU32EW5/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 ...
94712024-09-11T21:53:07.605Z[ host-image] Sep 11 21:53:07.232 INFO O| Sep 11 21:53:07.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94722024-09-11T21:53:07.605Z[ host-image] Sep 11 21:53:07.232 INFO O| Sep 11 21:53:07.232 INFO ok!
94732024-09-11T21:53:07.605Z[ host-image] Sep 11 21:53:07.232 INFO O| Sep 11 21:53:07.232 INFO STEP 124 (ensure_file) COMPLETE
94742024-09-11T21:53:07.605Z[ host-image] Sep 11 21:53:07.232 INFO O| Sep 11 21:53:07.232 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94752024-09-11T21:53:07.629Z[ host-image] Sep 11 21:53:07.251 INFO O| Sep 11 21:53:07.251 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94762024-09-11T21:53:07.629Z[ host-image] Sep 11 21:53:07.251 INFO O| Sep 11 21:53:07.251 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94772024-09-11T21:53:07.629Z[ host-image] Sep 11 21:53:07.251 INFO O| Sep 11 21:53:07.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94782024-09-11T21:53:07.629Z[ host-image] Sep 11 21:53:07.251 INFO O| Sep 11 21:53:07.251 INFO STEP 125 (ensure_dir) COMPLETE
94792024-09-11T21:53:07.629Z[ host-image] Sep 11 21:53:07.251 INFO O| Sep 11 21:53:07.251 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802024-09-11T21:53:07.629Z[ host-image] Sep 11 21:53:07.267 INFO O| Sep 11 21:53:07.267 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94812024-09-11T21:53:07.629Z[ host-image] Sep 11 21:53:07.267 INFO O| Sep 11 21:53:07.267 INFO copying /tmp/.tmpU32EW5/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94822024-09-11T21:53:07.629Z[ host-image] Sep 11 21:53:07.267 INFO O| Sep 11 21:53:07.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94832024-09-11T21:53:07.629Z[ host-image] Sep 11 21:53:07.267 INFO O| Sep 11 21:53:07.267 INFO ok!
94842024-09-11T21:53:07.629Z[ host-image] Sep 11 21:53:07.267 INFO O| Sep 11 21:53:07.267 INFO STEP 126 (ensure_file) COMPLETE
94852024-09-11T21:53:07.629Z[ host-image] Sep 11 21:53:07.267 INFO O| Sep 11 21:53:07.267 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94862024-09-11T21:53:07.653Z[ host-image] Sep 11 21:53:07.287 INFO O| Sep 11 21:53:07.286 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94872024-09-11T21:53:07.653Z[ host-image] Sep 11 21:53:07.287 INFO O| Sep 11 21:53:07.287 INFO STEP 127 (remove_files) COMPLETE
94882024-09-11T21:53:07.653Z[ host-image] Sep 11 21:53:07.287 INFO O| Sep 11 21:53:07.287 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94892024-09-11T21:53:07.677Z[ host-image] Sep 11 21:53:07.311 INFO O| Sep 11 21:53:07.311 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94902024-09-11T21:53:07.677Z[ host-image] Sep 11 21:53:07.312 INFO O| Sep 11 21:53:07.312 INFO STEP 128 (remove_files) COMPLETE
94912024-09-11T21:53:07.677Z[ host-image] Sep 11 21:53:07.312 INFO O| Sep 11 21:53:07.312 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94922024-09-11T21:53:07.701Z[ host-image] Sep 11 21:53:07.334 INFO O| Sep 11 21:53:07.334 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94932024-09-11T21:53:07.701Z[ host-image] Sep 11 21:53:07.334 INFO O| Sep 11 21:53:07.334 INFO STEP 129 (remove_files) COMPLETE
94942024-09-11T21:53:07.701Z[ host-image] Sep 11 21:53:07.334 INFO O| Sep 11 21:53:07.334 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94952024-09-11T21:53:07.725Z[ host-image] Sep 11 21:53:07.355 INFO O| Sep 11 21:53:07.355 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94962024-09-11T21:53:07.725Z[ host-image] Sep 11 21:53:07.356 INFO O| Sep 11 21:53:07.356 INFO STEP 130 (remove_files) COMPLETE
94972024-09-11T21:53:07.725Z[ host-image] Sep 11 21:53:07.356 INFO O| Sep 11 21:53:07.356 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94982024-09-11T21:53:07.749Z[ host-image] Sep 11 21:53:07.375 INFO O| Sep 11 21:53:07.375 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94992024-09-11T21:53:07.749Z[ host-image] Sep 11 21:53:07.376 INFO O| Sep 11 21:53:07.376 INFO STEP 131 (remove_files) COMPLETE
95002024-09-11T21:53:07.749Z[ host-image] Sep 11 21:53:07.376 INFO O| Sep 11 21:53:07.376 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95012024-09-11T21:53:07.773Z[ host-image] Sep 11 21:53:07.396 INFO O| Sep 11 21:53:07.396 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
95022024-09-11T21:53:07.773Z[ host-image] Sep 11 21:53:07.396 INFO O| Sep 11 21:53:07.396 INFO STEP 132 (remove_files) COMPLETE
95032024-09-11T21:53:07.773Z[ host-image] Sep 11 21:53:07.396 INFO O| Sep 11 21:53:07.396 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95042024-09-11T21:53:07.797Z[ host-image] Sep 11 21:53:07.417 INFO O| Sep 11 21:53:07.417 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
95052024-09-11T21:53:07.797Z[ host-image] Sep 11 21:53:07.417 INFO O| Sep 11 21:53:07.417 INFO STEP 133 (remove_files) COMPLETE
95062024-09-11T21:53:07.797Z[ host-image] Sep 11 21:53:07.417 INFO O| Sep 11 21:53:07.417 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95072024-09-11T21:53:07.797Z[ host-image] Sep 11 21:53:07.434 INFO O| Sep 11 21:53:07.434 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
95082024-09-11T21:53:07.797Z[ host-image] Sep 11 21:53:07.434 INFO O| Sep 11 21:53:07.434 INFO STEP 134 (remove_files) COMPLETE
95092024-09-11T21:53:07.797Z[ host-image] Sep 11 21:53:07.434 INFO O| Sep 11 21:53:07.434 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95102024-09-11T21:53:07.821Z[ host-image] Sep 11 21:53:07.453 INFO O| Sep 11 21:53:07.452 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
95112024-09-11T21:53:07.821Z[ host-image] Sep 11 21:53:07.453 INFO O| Sep 11 21:53:07.453 INFO STEP 135 (remove_files) COMPLETE
95122024-09-11T21:53:07.821Z[ host-image] Sep 11 21:53:07.453 INFO O| Sep 11 21:53:07.453 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95132024-09-11T21:53:07.859Z[ host-image] Sep 11 21:53:07.474 INFO O| Sep 11 21:53:07.474 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
95142024-09-11T21:53:07.859Z[ host-image] Sep 11 21:53:07.474 INFO O| Sep 11 21:53:07.474 INFO STEP 136 (remove_files) COMPLETE
95152024-09-11T21:53:07.859Z[ host-image] Sep 11 21:53:07.474 INFO O| Sep 11 21:53:07.474 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95162024-09-11T21:53:07.859Z[ host-image] Sep 11 21:53:07.493 INFO O| Sep 11 21:53:07.493 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
95172024-09-11T21:53:07.859Z[ host-image] Sep 11 21:53:07.493 INFO O| Sep 11 21:53:07.493 INFO STEP 137 (remove_files) COMPLETE
95182024-09-11T21:53:07.859Z[ host-image] Sep 11 21:53:07.493 INFO O| Sep 11 21:53:07.493 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95192024-09-11T21:53:07.885Z[ host-image] Sep 11 21:53:07.512 INFO O| Sep 11 21:53:07.511 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95202024-09-11T21:53:07.885Z[ host-image] Sep 11 21:53:07.512 INFO O| Sep 11 21:53:07.512 INFO STEP 138 (remove_files) COMPLETE
95212024-09-11T21:53:07.885Z[ host-image] Sep 11 21:53:07.512 INFO O| Sep 11 21:53:07.512 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95222024-09-11T21:53:07.910Z[ host-image] Sep 11 21:53:07.528 INFO O| Sep 11 21:53:07.528 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95232024-09-11T21:53:07.910Z[ host-image] Sep 11 21:53:07.528 INFO O| Sep 11 21:53:07.528 INFO STEP 139 (remove_files) COMPLETE
95242024-09-11T21:53:07.910Z[ host-image] Sep 11 21:53:07.528 INFO O| Sep 11 21:53:07.528 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95252024-09-11T21:53:07.910Z[ host-image] Sep 11 21:53:07.549 INFO O| Sep 11 21:53:07.549 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95262024-09-11T21:53:07.910Z[ host-image] Sep 11 21:53:07.549 INFO O| Sep 11 21:53:07.549 INFO STEP 140 (remove_files) COMPLETE
95272024-09-11T21:53:07.910Z[ host-image] Sep 11 21:53:07.549 INFO O| Sep 11 21:53:07.549 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95282024-09-11T21:53:07.935Z[ host-image] Sep 11 21:53:07.567 INFO O| Sep 11 21:53:07.567 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95292024-09-11T21:53:07.935Z[ host-image] Sep 11 21:53:07.567 INFO O| Sep 11 21:53:07.567 INFO STEP 141 (remove_files) COMPLETE
95302024-09-11T21:53:07.935Z[ host-image] Sep 11 21:53:07.567 INFO O| Sep 11 21:53:07.567 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95312024-09-11T21:53:07.960Z[ host-image] Sep 11 21:53:07.588 INFO O| Sep 11 21:53:07.588 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95322024-09-11T21:53:07.960Z[ host-image] Sep 11 21:53:07.588 INFO O| Sep 11 21:53:07.588 INFO STEP 142 (remove_files) COMPLETE
95332024-09-11T21:53:07.960Z[ host-image] Sep 11 21:53:07.588 INFO O| Sep 11 21:53:07.588 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95342024-09-11T21:53:07.985Z[ host-image] Sep 11 21:53:07.604 INFO O| Sep 11 21:53:07.604 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95352024-09-11T21:53:07.985Z[ host-image] Sep 11 21:53:07.604 INFO O| Sep 11 21:53:07.604 INFO STEP 143 (remove_files) COMPLETE
95362024-09-11T21:53:07.985Z[ host-image] Sep 11 21:53:07.604 INFO O| Sep 11 21:53:07.604 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95372024-09-11T21:53:08.009Z[ host-image] Sep 11 21:53:07.625 INFO O| Sep 11 21:53:07.625 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95382024-09-11T21:53:08.009Z[ host-image] Sep 11 21:53:07.625 INFO O| Sep 11 21:53:07.625 INFO STEP 144 (remove_files) COMPLETE
95392024-09-11T21:53:08.009Z[ host-image] Sep 11 21:53:07.625 INFO O| Sep 11 21:53:07.625 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95402024-09-11T21:53:08.009Z[ host-image] Sep 11 21:53:07.642 INFO O| Sep 11 21:53:07.642 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95412024-09-11T21:53:08.009Z[ host-image] Sep 11 21:53:07.642 INFO O| Sep 11 21:53:07.642 INFO STEP 145 (remove_files) COMPLETE
95422024-09-11T21:53:08.009Z[ host-image] Sep 11 21:53:07.642 INFO O| Sep 11 21:53:07.642 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95432024-09-11T21:53:08.034Z[ host-image] Sep 11 21:53:07.659 INFO O| Sep 11 21:53:07.658 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95442024-09-11T21:53:08.034Z[ host-image] Sep 11 21:53:07.659 INFO O| Sep 11 21:53:07.659 INFO STEP 146 (remove_files) COMPLETE
95452024-09-11T21:53:08.034Z[ host-image] Sep 11 21:53:07.659 INFO O| Sep 11 21:53:07.659 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95462024-09-11T21:53:08.058Z[ host-image] Sep 11 21:53:07.679 INFO O| Sep 11 21:53:07.679 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95472024-09-11T21:53:08.058Z[ host-image] Sep 11 21:53:07.679 INFO O| Sep 11 21:53:07.679 INFO STEP 147 (remove_files) COMPLETE
95482024-09-11T21:53:08.058Z[ host-image] Sep 11 21:53:07.679 INFO O| Sep 11 21:53:07.679 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95492024-09-11T21:53:08.082Z[ host-image] Sep 11 21:53:07.698 INFO O| Sep 11 21:53:07.698 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95502024-09-11T21:53:08.082Z[ host-image] Sep 11 21:53:07.699 INFO O| Sep 11 21:53:07.699 INFO STEP 148 (remove_files) COMPLETE
95512024-09-11T21:53:08.083Z[ host-image] Sep 11 21:53:07.699 INFO O| Sep 11 21:53:07.699 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95522024-09-11T21:53:08.083Z[ host-image] Sep 11 21:53:07.712 INFO O| Sep 11 21:53:07.711 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95532024-09-11T21:53:08.083Z[ host-image] Sep 11 21:53:07.712 INFO O| Sep 11 21:53:07.712 INFO STEP 149 (remove_files) COMPLETE
95542024-09-11T21:53:08.083Z[ host-image] Sep 11 21:53:07.712 INFO O| Sep 11 21:53:07.712 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95552024-09-11T21:53:08.107Z[ host-image] Sep 11 21:53:07.732 INFO O| Sep 11 21:53:07.732 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95562024-09-11T21:53:08.107Z[ host-image] Sep 11 21:53:07.732 INFO O| Sep 11 21:53:07.732 INFO STEP 150 (remove_files) COMPLETE
95572024-09-11T21:53:08.107Z[ host-image] Sep 11 21:53:07.732 INFO O| Sep 11 21:53:07.732 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95582024-09-11T21:53:08.132Z[ host-image] Sep 11 21:53:07.752 INFO O| Sep 11 21:53:07.751 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95592024-09-11T21:53:08.132Z[ host-image] Sep 11 21:53:07.752 INFO O| Sep 11 21:53:07.752 INFO STEP 151 (remove_files) COMPLETE
95602024-09-11T21:53:08.132Z[ host-image] Sep 11 21:53:07.752 INFO O| Sep 11 21:53:07.752 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95612024-09-11T21:53:08.132Z[ host-image] Sep 11 21:53:07.768 INFO O| Sep 11 21:53:07.767 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95622024-09-11T21:53:08.132Z[ host-image] Sep 11 21:53:07.768 INFO O| Sep 11 21:53:07.768 INFO STEP 152 (remove_files) COMPLETE
95632024-09-11T21:53:08.132Z[ host-image] Sep 11 21:53:07.768 INFO O| Sep 11 21:53:07.768 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95642024-09-11T21:53:08.157Z[ host-image] Sep 11 21:53:07.783 INFO O| Sep 11 21:53:07.783 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95652024-09-11T21:53:08.157Z[ host-image] Sep 11 21:53:07.783 INFO O| Sep 11 21:53:07.783 INFO STEP 153 (remove_files) COMPLETE
95662024-09-11T21:53:08.157Z[ host-image] Sep 11 21:53:07.783 INFO O| Sep 11 21:53:07.783 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95672024-09-11T21:53:08.181Z[ host-image] Sep 11 21:53:07.798 INFO O| Sep 11 21:53:07.798 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95682024-09-11T21:53:08.181Z[ host-image] Sep 11 21:53:07.798 INFO O| Sep 11 21:53:07.798 INFO STEP 154 (remove_files) COMPLETE
95692024-09-11T21:53:08.181Z[ host-image] Sep 11 21:53:07.798 INFO O| Sep 11 21:53:07.798 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95702024-09-11T21:53:08.181Z[ host-image] Sep 11 21:53:07.812 INFO O| Sep 11 21:53:07.812 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95712024-09-11T21:53:08.181Z[ host-image] Sep 11 21:53:07.812 INFO O| Sep 11 21:53:07.812 INFO STEP 155 (remove_files) COMPLETE
95722024-09-11T21:53:08.181Z[ host-image] Sep 11 21:53:07.812 INFO O| Sep 11 21:53:07.812 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95732024-09-11T21:53:08.206Z[ host-image] Sep 11 21:53:07.833 INFO O| Sep 11 21:53:07.832 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95742024-09-11T21:53:08.206Z[ host-image] Sep 11 21:53:07.833 INFO O| Sep 11 21:53:07.833 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", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
95752024-09-11T21:53:18.043Z[ host-image] Sep 11 21:53:17.683 INFO O| Sep 11 21:53:17.682 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
95762024-09-11T21:53:18.043Z[ host-image] Sep 11 21:53:17.683 INFO O| Sep 11 21:53:17.682 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95772024-09-11T21:53:18.068Z[ host-image] Sep 11 21:53:17.704 INFO O| Sep 11 21:53:17.704 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
95782024-09-11T21:53:18.168Z[ host-image] Sep 11 21:53:17.809 INFO O| Sep 11 21:53:17.808 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95792024-09-11T21:53:18.168Z[ host-image] Sep 11 21:53:17.809 INFO O| Sep 11 21:53:17.809 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95802024-09-11T21:53:18.193Z[ host-image] Sep 11 21:53:17.812 INFO O| Sep 11 21:53:17.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95812024-09-11T21:53:18.193Z[ host-image] Sep 11 21:53:17.812 INFO O| Sep 11 21:53:17.812 INFO ok!
95822024-09-11T21:53:18.193Z[ host-image] Sep 11 21:53:17.812 INFO O| Sep 11 21:53:17.812 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95832024-09-11T21:53:18.193Z[ host-image] Sep 11 21:53:17.812 INFO O| Sep 11 21:53:17.812 INFO STEP 156 (seed_smf) COMPLETE
95842024-09-11T21:53:18.193Z[ host-image] Sep 11 21:53:17.812 INFO O| Sep 11 21:53:17.812 INFO steps complete; finalising image!
95852024-09-11T21:53:18.193Z[ host-image] Sep 11 21:53:17.812 INFO O| Sep 11 21:53:17.812 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95862024-09-11T21:53:18.349Z[ host-image] Sep 11 21:53:17.990 INFO O| Sep 11 21:53:17.989 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Sep 11 21:53:17 2024)
95872024-09-11T21:53:18.565Z[ host-image] Sep 11 21:53:18.206 INFO O| Sep 11 21:53:18.205 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Wed Sep 11 21:53:17 2024)
95882024-09-11T21:53:18.799Z[ host-image] Sep 11 21:53:18.439 INFO O| Sep 11 21:53:18.439 INFO temporary pool has 675M used, 157M avail, 1.87x compressratio
95892024-09-11T21:53:18.799Z[ host-image] Sep 11 21:53:18.439 INFO O| Sep 11 21:53:18.439 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95902024-09-11T21:53:19.226Z[ host-image] Sep 11 21:53:18.865 INFO O| Sep 11 21:53:18.865 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95912024-09-11T21:53:19.226Z[ host-image] Sep 11 21:53:18.866 INFO O| Sep 11 21:53:18.865 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95922024-09-11T21:53:20.679Z[ host-image] Sep 11 21:53:20.319 INFO O| Sep 11 21:53:20.319 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95932024-09-11T21:53:20.679Z[ host-image] Sep 11 21:53:20.319 INFO O| Sep 11 21:53:20.319 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95942024-09-11T21:53:20.704Z[ host-image] Sep 11 21:53:20.319 INFO O| Sep 11 21:53:20.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95952024-09-11T21:53:20.704Z[ host-image] Sep 11 21:53:20.319 INFO O| Sep 11 21:53:20.319 INFO completed processing gimlet/zfs
95962024-09-11T21:53:20.704Z[ host-image] Sep 11 21:53:20.319 INFO O| Sep 11 21:53:20.319 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95972024-09-11T21:53:21.301Z[ host-image] Sep 11 21:53:20.941 INFO O| Sep 11 21:53:20.941 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95982024-09-11T21:53:21.362Z[ host-image] Sep 11 21:53:21.002 INFO BUILD STRING "heads/stlouis-0-gf9f4511765\n"
95992024-09-11T21:53:21.362Z[ host-image] Sep 11 21:53:21.002 INFO expanded image name: "ci 4c15433/${os_short_commit} 2024-09-11 21:24" -> "ci 4c15433/f9f4511 2024-09-11 21:24"
96002024-09-11T21:53:21.386Z[ host-image] Sep 11 21:53:21.002 INFO output artefacts stored in: "/work/os-host"
96012024-09-11T21:53:21.386Z[ host-image] Sep 11 21:53:21.002 INFO collecting git info from project "phbl"...
96022024-09-11T21:53:21.386Z[ host-image] Sep 11 21:53:21.015 INFO collecting git info from project "pinprick"...
96032024-09-11T21:53:21.386Z[ host-image] Sep 11 21:53:21.022 INFO collecting git info from project "amd-firmware"...
96042024-09-11T21:53:21.411Z[ host-image] Sep 11 21:53:21.042 INFO collecting git info from project "chelsio-t6-roms"...
96052024-09-11T21:53:21.411Z[ host-image] Sep 11 21:53:21.051 INFO collecting git info from project "amd-host-image-builder"...
96062024-09-11T21:53:21.440Z[ host-image] Sep 11 21:53:21.080 INFO collecting git info from project "image-builder"...
96072024-09-11T21:53:21.465Z[ host-image] Sep 11 21:53:21.091 INFO collecting git info from project "pilot"...
96082024-09-11T21:53:21.465Z[ host-image] Sep 11 21:53:21.103 INFO collecting git info from project "bootserver"...
96092024-09-11T21:53:21.489Z[ host-image] Sep 11 21:53:21.115 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
96102024-09-11T21:53:22.038Z[ host-image] Sep 11 21:53:21.678 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96112024-09-11T21:53:22.535Z[ host-image] Sep 11 21:53:22.175 INFO creating Oxide boot image...
96122024-09-11T21:53:22.535Z[ host-image] Sep 11 21:53:22.175 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 4c15433/f9f4511 2024-09-11 21:24", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
96132024-09-11T21:53:23.810Z[ host-image] Sep 11 21:53:23.449 INFO O| ok, image written!
96142024-09-11T21:53:23.810Z[ host-image] Sep 11 21:53:23.449 INFO O| ok, boot_image_csum file written!
96152024-09-11T21:53:23.835Z[ host-image] Sep 11 21:53:23.454 INFO creating boot archive (CPIO)...
96162024-09-11T21:53:23.835Z[ host-image] Sep 11 21:53:23.454 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
96172024-09-11T21:53:23.835Z[ host-image] Sep 11 21:53:23.466 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
96182024-09-11T21:53:23.835Z[ host-image] Sep 11 21:53:23.466 INFO E| + outfile=/work/os-host/cpio
96192024-09-11T21:53:23.835Z[ host-image] Sep 11 21:53:23.466 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96202024-09-11T21:53:23.835Z[ host-image] Sep 11 21:53:23.468 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96212024-09-11T21:53:23.835Z[ host-image] Sep 11 21:53:23.468 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96222024-09-11T21:53:23.885Z[ host-image] Sep 11 21:53:23.525 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96232024-09-11T21:53:23.885Z[ host-image] Sep 11 21:53:23.526 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96242024-09-11T21:53:23.910Z[ host-image] Sep 11 21:53:23.537 INFO creating compressed cpio/unix for nanobl-rs...
96252024-09-11T21:53:23.910Z[ host-image] Sep 11 21:53:23.537 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
96262024-09-11T21:53:24.229Z[ host-image] Sep 11 21:53:23.869 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96272024-09-11T21:53:29.362Z[ host-image] Sep 11 21:53:29.001 INFO creating reset image...
96282024-09-11T21:53:29.362Z[ host-image] Sep 11 21:53:29.001 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96292024-09-11T21:53:29.492Z[ host-image] Sep 11 21:53:29.131 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
96302024-09-11T21:53:29.516Z[ host-image] Sep 11 21:53:29.133 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96312024-09-11T21:53:29.573Z[ host-image] Sep 11 21:53:29.213 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96322024-09-11T21:53:31.971Z[ host-image] Sep 11 21:53:31.611 INFO E| Finished `release` profile [optimized] target(s) in 2.46s
96332024-09-11T21:53:31.996Z[ host-image] Sep 11 21:53:31.624 INFO building host image...
96342024-09-11T21:53:31.996Z[ host-image] Sep 11 21:53:31.624 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")
96352024-09-11T21:53:32.517Z[ host-image] Sep 11 21:53:32.156 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96362024-09-11T21:54:27.454Z[ host-image] Sep 11 21:54:27.092 INFO image complete! materials are in "/work/os-host"
96372024-09-11T21:54:27.479Z[ host-image]
96382024-09-11T21:54:27.479Z[ host-image] real 10:09.255643754
96392024-09-11T21:54:27.479Z[ host-image] user 4:28.096050309
96402024-09-11T21:54:27.479Z[ host-image] sys 1:05.324299455
96412024-09-11T21:54:27.479Z[ host-image] trap 0.150394899
96422024-09-11T21:54:27.479Z[ host-image] tflt 0.007538357
96432024-09-11T21:54:27.479Z[ host-image] dflt 0.022996551
96442024-09-11T21:54:27.479Z[ host-image] kflt 0.000010400
96452024-09-11T21:54:27.479Z[ host-image] lock 10:27.250741874
96462024-09-11T21:54:27.479Z[ host-image] slp 55:59.863699705
96472024-09-11T21:54:27.479Z[ host-image] lat 56.056617441
96482024-09-11T21:54:27.479Z[ host-image] stop 0.302708839
96492024-09-11T21:54:27.479ZSep 11 21:54:27.098 INFO [host-image] process exited with exit status: 0 (609.277201354s)
96502024-09-11T21:54:27.479ZSep 11 21:54:27.098 INFO [tuf-repo] running task
96512024-09-11T21:54:36.122ZSep 11 21:54:35.762 INFO assembling repository in `/tmp/tufaceousps7FPc`, component: OmicronRepoAssembler
96522024-09-11T21:54:42.551ZSep 11 21:54:42.191 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96532024-09-11T21:54:42.833ZSep 11 21:54:42.473 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96542024-09-11T21:55:07.515ZSep 11 21:55:07.154 INFO [tuf-repo] task succeeded (40.055571852s)
96552024-09-11T21:55:07.515ZSep 11 21:55:07.154 INFO all jobs completed in 1855.051719751s
96562024-09-11T21:55:08.228Zprocess exited: duration 2389995 ms, exit code 0
 
96572024-09-11T21:55:08.277Zfound 33 output files
96582024-09-11T21:55:08.277Zuploading: /work/manifest.toml (8404 bytes)
96592024-09-11T21:55:09.404Zuploaded: /work/manifest.toml
96602024-09-11T21:55:09.404Zuploading: /work/repo.zip (1795466679 bytes)
96612024-09-11T21:59:08.344Zuploaded: /work/repo.zip
96622024-09-11T21:59:08.344Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96632024-09-11T21:59:09.440Zuploaded: /work/repo.zip.sha256.txt
96642024-09-11T21:59:09.440Zuploading: /work/helios-setup.log (52500 bytes)
96652024-09-11T21:59:10.631Zuploaded: /work/helios-setup.log
96662024-09-11T21:59:10.631Zuploading: /work/host-image.log (195615 bytes)
96672024-09-11T21:59:11.842Zuploaded: /work/host-image.log
96682024-09-11T21:59:11.842Zuploading: /work/host-package.log (19631 bytes)
96692024-09-11T21:59:12.989Zuploaded: /work/host-package.log
96702024-09-11T21:59:12.989Zuploading: /work/host-target.log (101 bytes)
96712024-09-11T21:59:14.091Zuploaded: /work/host-target.log
96722024-09-11T21:59:14.091Zuploading: /work/omicron-package.log (4418 bytes)
96732024-09-11T21:59:15.186Zuploaded: /work/omicron-package.log
96742024-09-11T21:59:15.186Zuploading: /work/phbl-toolchain.log (881 bytes)
96752024-09-11T21:59:16.281Zuploaded: /work/phbl-toolchain.log
96762024-09-11T21:59:16.281Zuploading: /work/recovery-image.log (592393 bytes)
96772024-09-11T21:59:17.535Zuploaded: /work/recovery-image.log
96782024-09-11T21:59:17.535Zuploading: /work/recovery-package.log (282 bytes)
96792024-09-11T21:59:18.629Zuploaded: /work/recovery-package.log
96802024-09-11T21:59:18.629Zuploading: /work/recovery-target.log (98 bytes)
96812024-09-11T21:59:19.726Zuploaded: /work/recovery-target.log
96822024-09-11T21:59:19.726Zuploading: /work/stamp-clickhouse.log (117 bytes)
96832024-09-11T21:59:20.820Zuploaded: /work/stamp-clickhouse.log
96842024-09-11T21:59:20.820Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96852024-09-11T21:59:21.915Zuploaded: /work/stamp-clickhouse_keeper.log
96862024-09-11T21:59:21.939Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96872024-09-11T21:59:23.010Zuploaded: /work/stamp-cockroachdb.log
96882024-09-11T21:59:23.010Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96892024-09-11T21:59:24.105Zuploaded: /work/stamp-crucible-dtrace.log
96902024-09-11T21:59:24.105Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96912024-09-11T21:59:25.199Zuploaded: /work/stamp-crucible-pantry-zone.log
96922024-09-11T21:59:25.200Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96932024-09-11T21:59:26.294Zuploaded: /work/stamp-crucible-zone.log
96942024-09-11T21:59:26.294Zuploading: /work/stamp-external-dns.log (119 bytes)
96952024-09-11T21:59:27.389Zuploaded: /work/stamp-external-dns.log
96962024-09-11T21:59:27.389Zuploading: /work/stamp-installinator.log (103 bytes)
96972024-09-11T21:59:28.488Zuploaded: /work/stamp-installinator.log
96982024-09-11T21:59:28.488Zuploading: /work/stamp-internal-dns.log (119 bytes)
96992024-09-11T21:59:29.582Zuploaded: /work/stamp-internal-dns.log
97002024-09-11T21:59:29.582Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
97012024-09-11T21:59:30.676Zuploaded: /work/stamp-mg-ddm-gz.log
97022024-09-11T21:59:30.677Zuploading: /work/stamp-nexus.log (112 bytes)
97032024-09-11T21:59:31.772Zuploaded: /work/stamp-nexus.log
97042024-09-11T21:59:31.773Zuploading: /work/stamp-ntp.log (110 bytes)
97052024-09-11T21:59:32.867Zuploaded: /work/stamp-ntp.log
97062024-09-11T21:59:32.867Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
97072024-09-11T21:59:33.963Zuploaded: /work/stamp-omicron-sled-agent.log
97082024-09-11T21:59:33.964Zuploading: /work/stamp-overlay.log (114 bytes)
97092024-09-11T21:59:35.060Zuploaded: /work/stamp-overlay.log
97102024-09-11T21:59:35.060Zuploading: /work/stamp-oximeter.log (115 bytes)
97112024-09-11T21:59:36.157Zuploaded: /work/stamp-oximeter.log
97122024-09-11T21:59:36.157Zuploading: /work/stamp-oxlog.log (109 bytes)
97132024-09-11T21:59:37.253Zuploaded: /work/stamp-oxlog.log
97142024-09-11T21:59:37.277Zuploading: /work/stamp-probe.log (112 bytes)
97152024-09-11T21:59:38.349Zuploaded: /work/stamp-probe.log
97162024-09-11T21:59:38.374Zuploading: /work/stamp-propolis-server.log (122 bytes)
97172024-09-11T21:59:39.447Zuploaded: /work/stamp-propolis-server.log
97182024-09-11T21:59:39.447Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97192024-09-11T21:59:40.542Zuploaded: /work/stamp-pumpkind-gz.log
97202024-09-11T21:59:40.542Zuploading: /work/stamp-switch-asic.log (118 bytes)
97212024-09-11T21:59:41.637Zuploaded: /work/stamp-switch-asic.log
97222024-09-11T21:59:41.637Zuploading: /work/verify-libraries.log (3083 bytes)
97232024-09-11T21:59:42.731Zuploaded: /work/verify-libraries.log