01J7XS45JMKPCMNXWQJW8S08EC: 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: 01J7XS4RVMJRVZFNMKF5DAXQ3R

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-16T16:03:44.235Zjob assigned to worker 01J7XS4WRHK22XKJ65YEKYNR23 (queued for 1 m 3 s)
 
22024-09-16T16:03:52.738Zstarting task 0: "setup"
32024-09-16T16:03:52.746Z++ uname -s
42024-09-16T16:03:52.748Z+ kern=SunOS
52024-09-16T16:03:52.748Z+ case "$kern" in
62024-09-16T16:03:52.748Z+ groupadd -g 12345 build
72024-09-16T16:03:52.751Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-16T16:03:54.762Z+ zfs create -o mountpoint=/work rpool/work
92024-09-16T16:03:54.877Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-16T16:03:54.880Z+ home_fs=zfs
112024-09-16T16:03:54.880Z+ [[ zfs == autofs ]]
122024-09-16T16:03:54.880Z+ mkdir -p /home/build
132024-09-16T16:03:54.882Z+ chown build:build /home/build /work
142024-09-16T16:03:56.884Z+ chmod 0700 /home/build /work
152024-09-16T16:03:56.887Zprocess exited: duration 4150 ms, exit code 0
 
162024-09-16T16:03:56.892Zstarting task 1: "rust-toolchain"
172024-09-16T16:03:56.897Z+ printf ' * toolchain channel = "%s"
182024-09-16T16:03:56.897Z' 1.80.1
192024-09-16T16:03:56.897Z+ printf ' * toolchain profile = "%s"
202024-09-16T16:03:56.897Z * toolchain channel = "1.80.1"
212024-09-16T16:03:56.898Z' default
222024-09-16T16:03:56.898Z * toolchain profile = "default"
232024-09-16T16:03:56.900Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-16T16:03:56.900Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-16T16:03:57.016Zinfo: downloading installer
262024-09-16T16:03:58.525Zinfo: profile set to 'default'
272024-09-16T16:03:58.525Zinfo: default host triple is x86_64-unknown-illumos
282024-09-16T16:03:58.527Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-16T16:03:58.685Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-16T16:03:58.685Zinfo: downloading component 'cargo'
312024-09-16T16:03:59.577Zinfo: downloading component 'clippy'
322024-09-16T16:03:59.901Zinfo: downloading component 'rust-docs'
332024-09-16T16:04:01.181Zinfo: downloading component 'rust-std'
342024-09-16T16:04:02.983Zinfo: downloading component 'rustc'
352024-09-16T16:04:07.901Zinfo: downloading component 'rustfmt'
362024-09-16T16:04:08.180Zinfo: installing component 'cargo'
372024-09-16T16:04:09.030Zinfo: installing component 'clippy'
382024-09-16T16:04:09.451Zinfo: installing component 'rust-docs'
392024-09-16T16:04:11.106Zinfo: installing component 'rust-std'
402024-09-16T16:04:12.800Zinfo: installing component 'rustc'
412024-09-16T16:04:17.074Zinfo: installing component 'rustfmt'
422024-09-16T16:04:17.469Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-16T16:04:17.469Z
442024-09-16T16:04:17.726Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-16T16:04:17.726Z
462024-09-16T16:04:17.728Z
472024-09-16T16:04:17.728ZRust is installed now. Great!
482024-09-16T16:04:17.728Z
492024-09-16T16:04:17.728ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-16T16:04:17.728Zenvironment variable. This has not been done automatically.
512024-09-16T16:04:17.728Z
522024-09-16T16:04:17.728ZTo configure your current shell, you need to source
532024-09-16T16:04:17.728Zthe corresponding env file under $HOME/.cargo.
542024-09-16T16:04:17.729Z
552024-09-16T16:04:17.729ZThis is usually done by running one of the following (note the leading DOT):
562024-09-16T16:04:17.729Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-16T16:04:17.729Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-16T16:04:17.774Z+ rustc --version
592024-09-16T16:04:17.835Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-16T16:04:17.838Zprocess exited: duration 20943 ms, exit code 0
 
612024-09-16T16:04:17.846Zstarting task 2: "authentication"
622024-09-16T16:04:17.864Zprocess exited: duration 20 ms, exit code 0
 
632024-09-16T16:04:17.870Zstarting task 3: "clone repository"
642024-09-16T16:04:17.875Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-16T16:04:17.877Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-16T16:04:20.185ZCloning into '/work/oxidecomputer/omicron'...
672024-09-16T16:04:26.930Z+ cd /work/oxidecomputer/omicron
682024-09-16T16:04:26.930Z+ git fetch origin 7c58ebc1d843be4106568c8d6bd3a6df677fa534
692024-09-16T16:04:27.233ZFrom https://github.com/oxidecomputer/omicron
702024-09-16T16:04:27.233Z * branch 7c58ebc1d843be4106568c8d6bd3a6df677fa534 -> FETCH_HEAD
712024-09-16T16:04:27.241Z+ [[ -n fix-doc-comments ]]
722024-09-16T16:04:27.244Z++ git branch --show-current
732024-09-16T16:04:27.247Z+ current=main
742024-09-16T16:04:27.247Z+ [[ main != fix-doc-comments ]]
752024-09-16T16:04:27.247Z+ git branch -f fix-doc-comments 7c58ebc1d843be4106568c8d6bd3a6df677fa534
762024-09-16T16:04:27.249Z+ git checkout -f fix-doc-comments
772024-09-16T16:04:27.399ZSwitched to branch 'fix-doc-comments'
782024-09-16T16:04:27.401Z+ git reset --hard 7c58ebc1d843be4106568c8d6bd3a6df677fa534
792024-09-16T16:04:27.416ZHEAD is now at 7c58ebc1d [nexus] fix doc comments on RouteDestination
802024-09-16T16:04:27.418Zprocess exited: duration 9545 ms, exit code 0
 
812024-09-16T16:04:27.423Zstarting task 4: "build"
822024-09-16T16:04:27.429Z+ cargo --version
832024-09-16T16:04:27.482Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-16T16:04:27.485Z+ rustc --version
852024-09-16T16:04:27.541Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-16T16:04:27.543Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-16T16:04:53.165Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-16T16:04:55.963Z Startup: Caching catalogs ... Done
892024-09-16T16:04:58.618ZPlanning: Solver setup ... Done (2.007s)
902024-09-16T16:04:58.652ZPlanning: Running solver ... Done (0.034s)
912024-09-16T16:04:58.799ZPlanning: Finding local manifests ... Done (0.104s)
922024-09-16T16:04:58.812ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-16T16:04:59.110ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-16T16:04:59.534ZPlanning: Package planning ... Done (0.424s)
952024-09-16T16:04:59.590ZPlanning: Merging actions ... Done (0.056s)
962024-09-16T16:05:01.258ZPlanning: Checking for conflicting actions ... Done (1.667s)
972024-09-16T16:05:13.525ZPlanning: Consolidating action changes ... Done (12.266s)
982024-09-16T16:05:13.951ZPlanning: Evaluating mediators ... Done (0.426s)
992024-09-16T16:05:14.132ZPlanning: Planning completed in 18.09 seconds
1002024-09-16T16:05:15.425Z Packages to install: 4
1012024-09-16T16:05:15.425Z Packages to update: 1
1022024-09-16T16:05:15.429Z Mediators to change: 2
1032024-09-16T16:05:15.429Z Services to change: 1
1042024-09-16T16:05:15.429Z Estimated space available: 155.71 GB
1052024-09-16T16:05:15.429ZEstimated space to be consumed: 1.54 GB
1062024-09-16T16:05:15.429Z Create boot environment: No
1072024-09-16T16:05:15.429ZCreate backup boot environment: Yes
1082024-09-16T16:05:15.429Z Rebuild boot archive: No
1092024-09-16T16:05:15.429Z
1102024-09-16T16:05:15.429ZChanged mediators:
1112024-09-16T16:05:15.429Z mediator clang:
1122024-09-16T16:05:15.429Z version: None -> 15 (system default)
1132024-09-16T16:05:15.429Z
1142024-09-16T16:05:15.429Z mediator llvm:
1152024-09-16T16:05:15.429Z version: 14 (system default) -> 15 (system default)
1162024-09-16T16:05:15.429Z
1172024-09-16T16:05:15.429ZChanged packages:
1182024-09-16T16:05:15.429Zhelios-dev
1192024-09-16T16:05:15.429Z developer/build-essential
1202024-09-16T16:05:15.429Z None -> 11-2.0
1212024-09-16T16:05:15.429Z library/libxmlsec1
1222024-09-16T16:05:15.429Z None -> 1.2.35-2.0
1232024-09-16T16:05:15.429Z ooce/developer/clang-15
1242024-09-16T16:05:15.429Z None -> 15.0.7-2.0
1252024-09-16T16:05:15.429Z ooce/developer/llvm-15
1262024-09-16T16:05:15.430Z None -> 15.0.7-2.0
1272024-09-16T16:05:15.430Z package/pkg
1282024-09-16T16:05:15.430Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-16T16:05:15.430Z
1302024-09-16T16:05:15.430ZServices:
1312024-09-16T16:05:15.430Z restart_fmri:
1322024-09-16T16:05:15.430Z svc:/system/update-man-index:default
1332024-09-16T16:05:15.430Z
1342024-09-16T16:05:15.430ZEditable files to change:
1352024-09-16T16:05:15.430Z Update:
1362024-09-16T16:05:15.430Z usr/share/lib/pkg/web/config.shtml
1372024-09-16T16:05:16.021Z
1382024-09-16T16:05:16.021ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-16T16:05:21.022ZDownload: 1430/4281 items 110.1/220.6MB 49% complete (22.0M/s)
1402024-09-16T16:05:26.022ZDownload: 2991/4281 items 121.3/220.6MB 54% complete (12.2M/s)
1412024-09-16T16:05:31.026ZDownload: 3823/4281 items 217.8/220.6MB 98% complete (11.0M/s)
1422024-09-16T16:05:32.447ZDownload: Completed 220.60 MB in 16.42 seconds (13.4M/s)
1432024-09-16T16:05:34.477Z Actions: 1/5063 actions (Removing old actions)
1442024-09-16T16:05:34.499Z Actions: 194/5063 actions (Installing new actions)
1452024-09-16T16:05:39.880Z Actions: 4089/5063 actions (Installing new actions)
1462024-09-16T16:05:41.034Z Actions: 4226/5063 actions (Updating modified actions)
1472024-09-16T16:05:41.501Z Actions: Completed 5063 actions in 7.02 seconds.
1482024-09-16T16:05:41.798Z Done (0.289s)
1492024-09-16T16:05:41.800Z Done (0.000s)
1502024-09-16T16:05:42.196Z Done (0.398s)
1512024-09-16T16:05:50.903Z Done (8.524s)
1522024-09-16T16:05:51.739Z Done (0.761s)
1532024-09-16T16:05:51.741Z Done (0.000s)
1542024-09-16T16:05:51.914Z Done (0.000s)
1552024-09-16T16:05:52.497ZPlanning: Evaluating mediator changes ... Done
1562024-09-16T16:05:52.655ZPlanning: Checking for conflicting actions ... Done
1572024-09-16T16:05:52.658ZPlanning: Consolidating action changes ... Done
1582024-09-16T16:05:52.919ZPlanning: Evaluating mediators ... Done
1592024-09-16T16:05:52.921ZPlanning: Planning completed in 0.42 seconds
1602024-09-16T16:05:52.958Z Mediators to change: 2
1612024-09-16T16:05:52.958Z Create boot environment: No
1622024-09-16T16:05:52.962ZCreate backup boot environment: No
1632024-09-16T16:05:53.043Z Done
1642024-09-16T16:05:53.043Z Done
1652024-09-16T16:05:53.282Z Done
1662024-09-16T16:05:56.784Z Done
1672024-09-16T16:05:56.872Z Done
1682024-09-16T16:05:56.875Z Done
1692024-09-16T16:05:56.983Z Done
1702024-09-16T16:05:57.584ZPlanning: Evaluating mediator changes ... Done
1712024-09-16T16:05:57.586ZPlanning: Merging actions ... Done
1722024-09-16T16:05:57.775ZPlanning: Checking for conflicting actions ... Done
1732024-09-16T16:05:57.777ZPlanning: Consolidating action changes ... Done
1742024-09-16T16:05:58.040ZPlanning: Evaluating mediators ... Done
1752024-09-16T16:05:58.096ZPlanning: Planning completed in 0.75 seconds
1762024-09-16T16:05:58.134Z Packages to change: 1
1772024-09-16T16:05:58.134Z Mediators to change: 1
1782024-09-16T16:05:58.137Z Services to change: 1
1792024-09-16T16:05:58.137Z Create boot environment: No
1802024-09-16T16:05:58.137ZCreate backup boot environment: Yes
1812024-09-16T16:06:00.169Z Actions: 1/6 actions (Updating modified actions)
1822024-09-16T16:06:00.279Z Actions: Completed 6 actions in 0.11 seconds.
1832024-09-16T16:06:00.282Z Done
1842024-09-16T16:06:00.282Z Done
1852024-09-16T16:06:00.363Z Done
1862024-09-16T16:06:03.923Z Done
1872024-09-16T16:06:04.014Z Done
1882024-09-16T16:06:04.016Z Done
1892024-09-16T16:06:04.146Z Done
1902024-09-16T16:06:04.566ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-09-16T16:06:04.566Zclang system 15 system
1922024-09-16T16:06:04.566Zcsh system system illumos
1932024-09-16T16:06:04.566Zctags system system illumos
1942024-09-16T16:06:04.566Zgcc vendor 12 vendor
1952024-09-16T16:06:04.566Zgcc system 10 system
1962024-09-16T16:06:04.567Zgcc system 7 system
1972024-09-16T16:06:04.567Zgo system 1.20 system
1982024-09-16T16:06:04.567Zgo system 1.19 system
1992024-09-16T16:06:04.567Zllvm system 15 system
2002024-09-16T16:06:04.567Zllvm system 14 system
2012024-09-16T16:06:04.567Zmariadb system 10.6 system
2022024-09-16T16:06:04.567Zmta vendor vendor dma
2032024-09-16T16:06:04.567Zopenjdk system 17 system
2042024-09-16T16:06:04.567Zopenjdk system 11 system
2052024-09-16T16:06:04.567Zopenjdk system 1.8 system
2062024-09-16T16:06:04.567Zopenssl vendor 3 vendor
2072024-09-16T16:06:04.568Zperl system 5.36 system
2082024-09-16T16:06:04.568Zpostgresql system 15 system
2092024-09-16T16:06:04.568Zpostgresql system 13 system
2102024-09-16T16:06:04.568Zpython vendor 3 vendor
2112024-09-16T16:06:04.568Zpython system 2 system
2122024-09-16T16:06:04.568Zpython3 system 3.11 system
2132024-09-16T16:06:04.568Zruby system 3.0 system
2142024-09-16T16:06:04.568Zwords vendor vendor american-english
2152024-09-16T16:06:04.568Zwords system system australian-english
2162024-09-16T16:06:04.568Zwords system system british-english
2172024-09-16T16:06:04.568Zwords system system canadian-english
2182024-09-16T16:06:04.568Zwords system system french
2192024-09-16T16:06:04.568Zwords system system italian
2202024-09-16T16:06:04.568Zwords system system ngerman
2212024-09-16T16:06:04.568Zwords system system ogerman
2222024-09-16T16:06:04.568Zwords system system spanish
2232024-09-16T16:06:04.887ZPUBLISHER TYPE STATUS P LOCATION
2242024-09-16T16:06:04.887Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2252024-09-16T16:06:06.711ZFMRI IFO
2262024-09-16T16:06:06.711Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272024-09-16T16:06:06.711Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282024-09-16T16:06:06.712Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292024-09-16T16:06:06.712Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2302024-09-16T16:06:06.712Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2312024-09-16T16:06:06.712Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-09-16T16:06:06.712Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2332024-09-16T16:06:06.712Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2342024-09-16T16:06:06.712Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2352024-09-16T16:06:06.712Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2362024-09-16T16:06:06.712Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2372024-09-16T16:06:06.712Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2382024-09-16T16:06:06.712Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2392024-09-16T16:06:07.322Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402024-09-16T16:06:07.613Z Updating crates.io index
2412024-09-16T16:06:07.616Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2422024-09-16T16:06:08.418Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2432024-09-16T16:06:09.154Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2442024-09-16T16:06:09.472Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2452024-09-16T16:06:11.040Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462024-09-16T16:06:11.344Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472024-09-16T16:06:11.599Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482024-09-16T16:06:12.713Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492024-09-16T16:06:14.794Z Updating git repository `https://github.com/oxidecomputer/opte`
2502024-09-16T16:06:15.897Z Updating git repository `https://github.com/oxidecomputer/falcon`
2512024-09-16T16:06:16.558Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522024-09-16T16:06:16.802Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532024-09-16T16:06:17.696Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2542024-09-16T16:06:18.066Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2552024-09-16T16:06:18.339Z Updating git repository `https://github.com/oxidecomputer/qorb`
2562024-09-16T16:06:18.667Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572024-09-16T16:06:19.148Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582024-09-16T16:06:19.451Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592024-09-16T16:06:19.735Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602024-09-16T16:06:19.995Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612024-09-16T16:06:20.324Z Updating git repository `https://github.com/oxidecomputer/clickward`
2622024-09-16T16:06:20.638Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632024-09-16T16:06:20.954Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642024-09-16T16:06:21.375Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2652024-09-16T16:06:21.641Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2662024-09-16T16:06:22.175Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2672024-09-16T16:06:22.535Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2682024-09-16T16:06:22.921Z Updating git repository `https://github.com/oxidecomputer/typify`
2692024-09-16T16:06:24.987Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2702024-09-16T16:06:25.269Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2712024-09-16T16:06:25.532Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2722024-09-16T16:06:25.971Z Updating git repository `https://github.com/oxidecomputer/rfb`
2732024-09-16T16:06:27.102Z Downloading crates ...
2742024-09-16T16:06:27.184Z Downloaded autocfg v1.3.0
2752024-09-16T16:06:27.188Z Downloaded bitflags v2.6.0
2762024-09-16T16:06:27.193Z Downloaded colorchoice v1.0.1
2772024-09-16T16:06:27.197Z Downloaded equivalent v1.0.1
2782024-09-16T16:06:27.197Z Downloaded is_terminal_polyfill v1.70.0
2792024-09-16T16:06:27.200Z Downloaded scroll_derive v0.12.0
2802024-09-16T16:06:27.205Z Downloaded swrite v0.1.0
2812024-09-16T16:06:27.212Z Downloaded crypto-common v0.1.6
2822024-09-16T16:06:27.214Z Downloaded anstyle v1.0.8
2832024-09-16T16:06:27.217Z Downloaded bytecount v0.6.8
2842024-09-16T16:06:27.220Z Downloaded heck v0.5.0
2852024-09-16T16:06:27.220Z Downloaded cargo_metadata v0.18.1
2862024-09-16T16:06:27.224Z Downloaded fs-err v2.11.0
2872024-09-16T16:06:27.227Z Downloaded fastrand v2.1.0
2882024-09-16T16:06:27.227Z Downloaded anstyle-query v1.0.3
2892024-09-16T16:06:27.228Z Downloaded pest_generator v2.7.10
2902024-09-16T16:06:27.232Z Downloaded plain v0.2.3
2912024-09-16T16:06:27.232Z Downloaded thiserror-impl v1.0.63
2922024-09-16T16:06:27.232Z Downloaded dof v0.3.0
2932024-09-16T16:06:27.237Z Downloaded utf8parse v0.2.1
2942024-09-16T16:06:27.237Z Downloaded toml_datetime v0.6.8
2952024-09-16T16:06:27.237Z Downloaded tabled_derive v0.7.0
2962024-09-16T16:06:27.237Z Downloaded usdt v0.5.0
2972024-09-16T16:06:27.237Z Downloaded serde_tokenstream v0.2.2
2982024-09-16T16:06:27.241Z Downloaded usdt-impl v0.5.0
2992024-09-16T16:06:27.243Z Downloaded unicode-linebreak v0.1.5
3002024-09-16T16:06:27.247Z Downloaded anstyle-parse v0.2.4
3012024-09-16T16:06:27.247Z Downloaded proc-macro-error-attr v1.0.4
3022024-09-16T16:06:27.249Z Downloaded once_cell v1.19.0
3032024-09-16T16:06:27.252Z Downloaded clap_derive v4.5.13
3042024-09-16T16:06:27.256Z Downloaded camino v1.1.9
3052024-09-16T16:06:27.260Z Downloaded quote v1.0.36
3062024-09-16T16:06:27.260Z Downloaded tempfile v3.10.1
3072024-09-16T16:06:27.265Z Downloaded dtrace-parser v0.2.0
3082024-09-16T16:06:27.275Z Downloaded anstream v0.6.14
3092024-09-16T16:06:27.282Z Downloaded pretty-hex v0.4.1
3102024-09-16T16:06:27.285Z Downloaded usdt-macro v0.5.0
3112024-09-16T16:06:27.288Z Downloaded usdt-attr-macro v0.5.0
3122024-09-16T16:06:27.291Z Downloaded clap v4.5.16
3132024-09-16T16:06:27.300Z Downloaded log v0.4.21
3142024-09-16T16:06:27.302Z Downloaded ucd-trie v0.1.6
3152024-09-16T16:06:27.305Z Downloaded heck v0.4.1
3162024-09-16T16:06:27.308Z Downloaded generic-array v0.14.7
3172024-09-16T16:06:27.308Z Downloaded zerocopy-derive v0.7.34
3182024-09-16T16:06:27.312Z Downloaded errno v0.3.9
3192024-09-16T16:06:27.314Z Downloaded strsim v0.11.1
3202024-09-16T16:06:27.315Z Downloaded serde_spanned v0.6.7
3212024-09-16T16:06:27.315Z Downloaded memmap v0.7.0
3222024-09-16T16:06:27.318Z Downloaded macaddr v1.0.1
3232024-09-16T16:06:27.318Z Downloaded terminal_size v0.3.0
3242024-09-16T16:06:27.322Z Downloaded itoa v1.0.11
3252024-09-16T16:06:27.322Z Downloaded fnv v1.0.7
3262024-09-16T16:06:27.322Z Downloaded camino-tempfile v1.1.1
3272024-09-16T16:06:27.324Z Downloaded block-buffer v0.10.4
3282024-09-16T16:06:27.325Z Downloaded anyhow v1.0.86
3292024-09-16T16:06:27.328Z Downloaded digest v0.10.7
3302024-09-16T16:06:27.331Z Downloaded version_check v0.9.5
3312024-09-16T16:06:27.331Z Downloaded thread-id v4.2.1
3322024-09-16T16:06:27.334Z Downloaded thiserror v1.0.63
3332024-09-16T16:06:27.336Z Downloaded cpufeatures v0.2.12
3342024-09-16T16:06:27.339Z Downloaded ryu v1.0.18
3352024-09-16T16:06:27.342Z Downloaded byteorder v1.5.0
3362024-09-16T16:06:27.344Z Downloaded clap_lex v0.7.0
3372024-09-16T16:06:27.344Z Downloaded cfg-if v1.0.0
3382024-09-16T16:06:27.347Z Downloaded semver v1.0.23
3392024-09-16T16:06:27.347Z Downloaded cargo-platform v0.1.8
3402024-09-16T16:06:27.349Z Downloaded textwrap v0.16.1
3412024-09-16T16:06:27.352Z Downloaded smawk v0.3.2
3422024-09-16T16:06:27.354Z Downloaded typenum v1.17.0
3432024-09-16T16:06:27.357Z Downloaded cargo_toml v0.20.4
3442024-09-16T16:06:27.367Z Downloaded memchr v2.7.2
3452024-09-16T16:06:27.373Z Downloaded serde v1.0.208
3462024-09-16T16:06:27.376Z Downloaded proc-macro-error v1.0.4
3472024-09-16T16:06:27.379Z Downloaded unicode-ident v1.0.12
3482024-09-16T16:06:27.382Z Downloaded serde_derive v1.0.208
3492024-09-16T16:06:27.385Z Downloaded sha2 v0.10.8
3502024-09-16T16:06:27.387Z Downloaded pest_derive v2.7.10
3512024-09-16T16:06:27.389Z Downloaded papergrid v0.11.0
3522024-09-16T16:06:27.393Z Downloaded scroll v0.12.0
3532024-09-16T16:06:27.395Z Downloaded proc-macro2 v1.0.86
3542024-09-16T16:06:27.397Z Downloaded pest_meta v2.7.10
3552024-09-16T16:06:27.401Z Downloaded toml v0.8.19
3562024-09-16T16:06:27.410Z Downloaded indexmap v2.4.0
3572024-09-16T16:06:27.424Z Downloaded pest v2.7.10
3582024-09-16T16:06:27.429Z Downloaded toml_edit v0.22.20
3592024-09-16T16:06:27.452Z Downloaded winnow v0.6.18
3602024-09-16T16:06:27.460Z Downloaded serde_json v1.0.125
3612024-09-16T16:06:27.466Z Downloaded goblin v0.8.2
3622024-09-16T16:06:27.472Z Downloaded clap_builder v4.5.15
3632024-09-16T16:06:27.479Z Downloaded zerocopy v0.7.34
3642024-09-16T16:06:27.495Z Downloaded hashbrown v0.14.5
3652024-09-16T16:06:27.500Z Downloaded tabled v0.15.0
3662024-09-16T16:06:27.517Z Downloaded syn v2.0.74
3672024-09-16T16:06:27.526Z Downloaded syn v1.0.109
3682024-09-16T16:06:27.549Z Downloaded rustix v0.38.34
3692024-09-16T16:06:27.571Z Downloaded unicode-width v0.1.13
3702024-09-16T16:06:27.579Z Downloaded libc v0.2.158
3712024-09-16T16:06:27.884Z Compiling proc-macro2 v1.0.86
3722024-09-16T16:06:27.886Z Compiling unicode-ident v1.0.12
3732024-09-16T16:06:27.887Z Compiling serde v1.0.208
3742024-09-16T16:06:27.887Z Compiling version_check v0.9.5
3752024-09-16T16:06:27.887Z Compiling memchr v2.7.2
3762024-09-16T16:06:27.887Z Compiling thiserror v1.0.63
3772024-09-16T16:06:27.887Z Compiling libc v0.2.158
3782024-09-16T16:06:27.887Z Compiling ryu v1.0.18
3792024-09-16T16:06:28.123Z Compiling itoa v1.0.11
3802024-09-16T16:06:28.348Z Compiling ucd-trie v0.1.6
3812024-09-16T16:06:28.663Z Compiling once_cell v1.19.0
3822024-09-16T16:06:28.822Z Compiling byteorder v1.5.0
3832024-09-16T16:06:28.954Z Compiling serde_json v1.0.125
3842024-09-16T16:06:29.156Z Compiling rustix v0.38.34
3852024-09-16T16:06:30.865Z Compiling bitflags v2.6.0
3862024-09-16T16:06:30.905Z Compiling proc-macro-error-attr v1.0.4
3872024-09-16T16:06:30.926Z Compiling usdt-impl v0.5.0
3882024-09-16T16:06:31.031Z Compiling syn v1.0.109
3892024-09-16T16:06:31.249Z Compiling proc-macro-error v1.0.4
3902024-09-16T16:06:31.299Z Compiling camino v1.1.9
3912024-09-16T16:06:31.302Z Compiling equivalent v1.0.1
3922024-09-16T16:06:31.420Z Compiling hashbrown v0.14.5
3932024-09-16T16:06:31.445Z Compiling utf8parse v0.2.1
3942024-09-16T16:06:31.530Z Compiling plain v0.2.3
3952024-09-16T16:06:31.600Z Compiling log v0.4.21
3962024-09-16T16:06:31.673Z Compiling quote v1.0.36
3972024-09-16T16:06:31.701Z Compiling thread-id v4.2.1
3982024-09-16T16:06:31.770Z Compiling anstyle-parse v0.2.4
3992024-09-16T16:06:31.996Z Compiling pretty-hex v0.4.1
4002024-09-16T16:06:32.048Z Compiling syn v2.0.74
4012024-09-16T16:06:32.206Z Compiling errno v0.3.9
4022024-09-16T16:06:32.306Z Compiling colorchoice v1.0.1
4032024-09-16T16:06:32.417Z Compiling is_terminal_polyfill v1.70.0
4042024-09-16T16:06:32.456Z Compiling unicode-width v0.1.13
4052024-09-16T16:06:32.481Z Compiling anstyle-query v1.0.3
4062024-09-16T16:06:32.536Z Compiling semver v1.0.23
4072024-09-16T16:06:32.630Z Compiling indexmap v2.4.0
4082024-09-16T16:06:32.677Z Compiling anstyle v1.0.8
4092024-09-16T16:06:32.724Z Compiling winnow v0.6.18
4102024-09-16T16:06:33.039Z Compiling autocfg v1.3.0
4112024-09-16T16:06:33.185Z Compiling anstream v0.6.14
4122024-09-16T16:06:34.007Z Compiling fs-err v2.11.0
4132024-09-16T16:06:34.102Z Compiling cfg-if v1.0.0
4142024-09-16T16:06:34.127Z Compiling anyhow v1.0.86
4152024-09-16T16:06:34.129Z Compiling heck v0.4.1
4162024-09-16T16:06:34.193Z Compiling heck v0.5.0
4172024-09-16T16:06:34.345Z Compiling fnv v1.0.7
4182024-09-16T16:06:34.483Z Compiling terminal_size v0.3.0
4192024-09-16T16:06:34.625Z Compiling fastrand v2.1.0
4202024-09-16T16:06:34.674Z Compiling clap_lex v0.7.0
4212024-09-16T16:06:34.722Z Compiling strsim v0.11.1
4222024-09-16T16:06:34.765Z Compiling bytecount v0.6.8
4232024-09-16T16:06:35.154Z Compiling clap_builder v4.5.15
4242024-09-16T16:06:35.187Z Compiling tempfile v3.10.1
4252024-09-16T16:06:35.211Z Compiling papergrid v0.11.0
4262024-09-16T16:06:35.821Z Compiling memmap v0.7.0
4272024-09-16T16:06:35.845Z Compiling unicode-linebreak v0.1.5
4282024-09-16T16:06:36.016Z Compiling smawk v0.3.2
4292024-09-16T16:06:36.230Z Compiling textwrap v0.16.1
4302024-09-16T16:06:36.597Z Compiling swrite v0.1.0
4312024-09-16T16:06:37.811Z Compiling tabled_derive v0.7.0
4322024-09-16T16:06:39.402Z Compiling tabled v0.15.0
4332024-09-16T16:06:40.457Z Compiling serde_derive v1.0.208
4342024-09-16T16:06:40.458Z Compiling thiserror-impl v1.0.63
4352024-09-16T16:06:40.461Z Compiling zerocopy-derive v0.7.34
4362024-09-16T16:06:40.461Z Compiling scroll_derive v0.12.0
4372024-09-16T16:06:40.597Z Compiling clap_derive v4.5.13
4382024-09-16T16:06:41.722Z Compiling scroll v0.12.0
4392024-09-16T16:06:42.214Z Compiling goblin v0.8.2
4402024-09-16T16:06:42.263Z Compiling zerocopy v0.7.34
4412024-09-16T16:06:43.094Z Compiling pest v2.7.10
4422024-09-16T16:06:44.082Z Compiling clap v4.5.16
4432024-09-16T16:06:45.365Z Compiling pest_meta v2.7.10
4442024-09-16T16:06:46.175Z Compiling pest_generator v2.7.10
4452024-09-16T16:06:48.016Z Compiling pest_derive v2.7.10
4462024-09-16T16:06:48.728Z Compiling dtrace-parser v0.2.0
4472024-09-16T16:06:50.448Z Compiling serde_tokenstream v0.2.2
4482024-09-16T16:06:50.580Z Compiling toml_datetime v0.6.8
4492024-09-16T16:06:50.580Z Compiling serde_spanned v0.6.7
4502024-09-16T16:06:50.693Z Compiling cargo-platform v0.1.8
4512024-09-16T16:06:50.968Z Compiling toml_edit v0.22.20
4522024-09-16T16:06:51.013Z Compiling macaddr v1.0.1
4532024-09-16T16:06:51.246Z Compiling camino-tempfile v1.1.1
4542024-09-16T16:06:51.826Z Compiling dof v0.3.0
4552024-09-16T16:06:51.969Z Compiling cargo_metadata v0.18.1
4562024-09-16T16:06:53.486Z Compiling usdt-attr-macro v0.5.0
4572024-09-16T16:06:53.486Z Compiling usdt-macro v0.5.0
4582024-09-16T16:06:53.788Z Compiling toml v0.8.19
4592024-09-16T16:06:54.657Z Compiling cargo_toml v0.20.4
4602024-09-16T16:06:54.784Z Compiling usdt v0.5.0
4612024-09-16T16:06:58.306Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4622024-09-16T16:07:02.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.38s
4632024-09-16T16:07:02.736Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4642024-09-16T16:07:03.319Z Downloading crates ...
4652024-09-16T16:07:03.441Z Downloaded adler2 v2.0.0
4662024-09-16T16:07:03.446Z Downloaded adler v1.0.2
4672024-09-16T16:07:03.449Z Downloaded ciborium-io v0.2.2
4682024-09-16T16:07:03.451Z Downloaded async-stream-impl v0.3.5
4692024-09-16T16:07:03.454Z Downloaded atomicwrites v0.4.3
4702024-09-16T16:07:03.454Z Downloaded assert_matches v1.5.0
4712024-09-16T16:07:03.456Z Downloaded hubpack_derive v0.1.1
4722024-09-16T16:07:03.458Z Downloaded ident_case v1.0.1
4732024-09-16T16:07:03.461Z Downloaded bitstruct_derive v0.1.0
4742024-09-16T16:07:03.462Z Downloaded cstr-argument v0.1.2
4752024-09-16T16:07:03.462Z Downloaded cfg_aliases v0.2.1
4762024-09-16T16:07:03.464Z Downloaded crucible-workspace-hack v0.1.0
4772024-09-16T16:07:03.464Z Downloaded cfg_aliases v0.1.1
4782024-09-16T16:07:03.467Z Downloaded hickory-client v0.24.1
4792024-09-16T16:07:03.470Z Downloaded ahash v0.8.11
4802024-09-16T16:07:03.473Z Downloaded aead v0.5.2
4812024-09-16T16:07:03.475Z Downloaded is-terminal v0.4.12
4822024-09-16T16:07:03.478Z Downloaded http-range v0.1.5
4832024-09-16T16:07:03.478Z Downloaded crc-catalog v2.4.0
4842024-09-16T16:07:03.482Z Downloaded md5 v0.7.0
4852024-09-16T16:07:03.482Z Downloaded match_cfg v0.1.0
4862024-09-16T16:07:03.482Z Downloaded buf-list v1.0.3
4872024-09-16T16:07:03.484Z Downloaded crossbeam-deque v0.8.5
4882024-09-16T16:07:03.487Z Downloaded castaway v0.2.3
4892024-09-16T16:07:03.487Z Downloaded convert_case v0.4.0
4902024-09-16T16:07:03.492Z Downloaded arrayref v0.3.7
4912024-09-16T16:07:03.492Z Downloaded instability v0.3.2
4922024-09-16T16:07:03.492Z Downloaded httpdate v1.0.3
4932024-09-16T16:07:03.494Z Downloaded internet-checksum v0.2.1
4942024-09-16T16:07:03.494Z Downloaded impl-trait-for-tuples v0.2.2
4952024-09-16T16:07:03.498Z Downloaded md-5 v0.10.6
4962024-09-16T16:07:03.500Z Downloaded nanorand v0.7.0
4972024-09-16T16:07:03.505Z Downloaded base64ct v1.6.0
4982024-09-16T16:07:03.507Z Downloaded linked-hash-map v0.5.6
4992024-09-16T16:07:03.507Z Downloaded memoffset v0.9.1
5002024-09-16T16:07:03.511Z Downloaded keccak v0.1.5
5012024-09-16T16:07:03.511Z Downloaded hyper-rustls v0.24.2
5022024-09-16T16:07:03.513Z Downloaded cancel-safe-futures v0.1.5
5032024-09-16T16:07:03.516Z Downloaded russh-cryptovec v0.7.2
5042024-09-16T16:07:03.519Z Downloaded managed v0.8.0
5052024-09-16T16:07:03.521Z Downloaded newtype-uuid v1.1.0
5062024-09-16T16:07:03.521Z Downloaded multer v3.1.0
5072024-09-16T16:07:03.523Z Downloaded async-trait v0.1.82
5082024-09-16T16:07:03.527Z Downloaded bitstruct v0.1.1
5092024-09-16T16:07:03.530Z Downloaded nibble_vec v0.1.0
5102024-09-16T16:07:03.533Z Downloaded mime_guess v2.0.4
5112024-09-16T16:07:03.535Z Downloaded native-tls v0.2.11
5122024-09-16T16:07:03.537Z Downloaded darling v0.20.9
5132024-09-16T16:07:03.541Z Downloaded http-body v1.0.0
5142024-09-16T16:07:03.543Z Downloaded instant v0.1.12
5152024-09-16T16:07:03.547Z Downloaded bitflags v1.3.2
5162024-09-16T16:07:03.549Z Downloaded crc32fast v1.4.0
5172024-09-16T16:07:03.552Z Downloaded cexpr v0.6.0
5182024-09-16T16:07:03.555Z Downloaded constant_time_eq v0.3.0
5192024-09-16T16:07:03.555Z Downloaded ascii-canvas v3.0.0
5202024-09-16T16:07:03.557Z Downloaded const-oid v0.9.6
5212024-09-16T16:07:03.568Z Downloaded bitfield-struct v0.6.1
5222024-09-16T16:07:03.568Z Downloaded try-lock v0.2.5
5232024-09-16T16:07:03.570Z Downloaded ciborium-ll v0.2.2
5242024-09-16T16:07:03.570Z Downloaded async-stream v0.3.5
5252024-09-16T16:07:03.570Z Downloaded new_debug_unreachable v1.0.6
5262024-09-16T16:07:03.570Z Downloaded matches v0.1.10
5272024-09-16T16:07:03.570Z Downloaded array-init v0.0.4
5282024-09-16T16:07:03.570Z Downloaded bitfield v0.14.0
5292024-09-16T16:07:03.570Z Downloaded tower-service v0.3.2
5302024-09-16T16:07:03.573Z Downloaded is_ci v1.2.0
5312024-09-16T16:07:03.573Z Downloaded curve25519-dalek-derive v0.1.1
5322024-09-16T16:07:03.576Z Downloaded hostname v0.3.1
5332024-09-16T16:07:03.576Z Downloaded atomic-waker v1.1.2
5342024-09-16T16:07:03.578Z Downloaded hyper-tls v0.5.0
5352024-09-16T16:07:03.581Z Downloaded sec1 v0.7.3
5362024-09-16T16:07:03.581Z Downloaded zone_cfg_derive v0.3.0
5372024-09-16T16:07:03.583Z Downloaded want v0.3.1
5382024-09-16T16:07:03.583Z Downloaded downcast v0.11.0
5392024-09-16T16:07:03.587Z Downloaded foreign-types-shared v0.3.1
5402024-09-16T16:07:03.587Z Downloaded arc-swap v1.7.1
5412024-09-16T16:07:03.590Z Downloaded hyper-util v0.1.3
5422024-09-16T16:07:03.594Z Downloaded ref-cast v1.0.23
5432024-09-16T16:07:03.597Z Downloaded tabwriter v1.4.0
5442024-09-16T16:07:03.599Z Downloaded miniz_oxide v0.7.2
5452024-09-16T16:07:03.602Z Downloaded bcs v0.1.6
5462024-09-16T16:07:03.604Z Downloaded arrayvec v0.7.4
5472024-09-16T16:07:03.606Z Downloaded display-error-chain v0.2.1
5482024-09-16T16:07:03.609Z Downloaded foreign-types-shared v0.1.1
5492024-09-16T16:07:03.609Z Downloaded float-ord v0.3.2
5502024-09-16T16:07:03.612Z Downloaded blake2 v0.10.6
5512024-09-16T16:07:03.614Z Downloaded multimap v0.10.0
5522024-09-16T16:07:03.616Z Downloaded mockall v0.13.0
5532024-09-16T16:07:03.616Z Downloaded lru-cache v0.1.2
5542024-09-16T16:07:03.619Z Downloaded hex v0.4.3
5552024-09-16T16:07:03.623Z Downloaded oso-derive v0.27.3
5562024-09-16T16:07:03.623Z Downloaded tls_codec v0.4.1
5572024-09-16T16:07:03.625Z Downloaded iana-time-zone v0.1.60
5582024-09-16T16:07:03.628Z Downloaded signal-hook-registry v1.4.2
5592024-09-16T16:07:03.628Z Downloaded salsa20 v0.10.2
5602024-09-16T16:07:03.630Z Downloaded httparse v1.8.0
5612024-09-16T16:07:03.632Z Downloaded bit-set v0.5.3
5622024-09-16T16:07:03.635Z Downloaded sync_wrapper v0.1.2
5632024-09-16T16:07:03.635Z Downloaded phf_shared v0.10.0
5642024-09-16T16:07:03.635Z Downloaded embedded-io v0.4.0
5652024-09-16T16:07:03.638Z Downloaded untrusted v0.7.1
5662024-09-16T16:07:03.642Z Downloaded hex-literal v0.4.1
5672024-09-16T16:07:03.642Z Downloaded foreign-types-macros v0.2.3
5682024-09-16T16:07:03.642Z Downloaded cookie v0.17.0
5692024-09-16T16:07:03.644Z Downloaded highway v1.2.0
5702024-09-16T16:07:03.646Z Downloaded deranged v0.3.11
5712024-09-16T16:07:03.649Z Downloaded universal-hash v0.5.1
5722024-09-16T16:07:03.649Z Downloaded sct v0.7.1
5732024-09-16T16:07:03.653Z Downloaded compact_str v0.8.0
5742024-09-16T16:07:03.657Z Downloaded lock_api v0.4.12
5752024-09-16T16:07:03.660Z Downloaded foreign-types v0.3.2
5762024-09-16T16:07:03.662Z Downloaded rand_chacha v0.3.1
5772024-09-16T16:07:03.662Z Downloaded sqlparser_derive v0.2.2
5782024-09-16T16:07:03.665Z Downloaded scheduled-thread-pool v0.2.7
5792024-09-16T16:07:03.665Z Downloaded slog-term v2.9.1
5802024-09-16T16:07:03.667Z Downloaded tinyvec_macros v0.1.1
5812024-09-16T16:07:03.670Z Downloaded take_mut v0.2.2
5822024-09-16T16:07:03.670Z Downloaded olpc-cjson v0.1.3
5832024-09-16T16:07:03.672Z Downloaded num_enum_derive v0.5.11
5842024-09-16T16:07:03.672Z Downloaded aes v0.8.4
5852024-09-16T16:07:03.677Z Downloaded num-integer v0.1.46
5862024-09-16T16:07:03.679Z Downloaded tokio-tungstenite v0.20.1
5872024-09-16T16:07:03.682Z Downloaded yasna v0.5.2
5882024-09-16T16:07:03.685Z Downloaded tap v1.0.1
5892024-09-16T16:07:03.685Z Downloaded pem v3.0.4
5902024-09-16T16:07:03.688Z Downloaded parse-display-derive v0.10.0
5912024-09-16T16:07:03.690Z Downloaded ena v0.14.3
5922024-09-16T16:07:03.690Z Downloaded parse-display v0.10.0
5932024-09-16T16:07:03.693Z Downloaded mio v0.8.11
5942024-09-16T16:07:03.698Z Downloaded cookie_store v0.20.0
5952024-09-16T16:07:03.700Z Downloaded rand_core v0.6.4
5962024-09-16T16:07:03.703Z Downloaded der_derive v0.7.2
5972024-09-16T16:07:03.706Z Downloaded serde_urlencoded v0.7.1
5982024-09-16T16:07:03.706Z Downloaded crc-any v2.5.0
5992024-09-16T16:07:03.709Z Downloaded primeorder v0.13.6
6002024-09-16T16:07:03.713Z Downloaded peg-runtime v0.8.3
6012024-09-16T16:07:03.713Z Downloaded openssl-macros v0.1.1
6022024-09-16T16:07:03.715Z Downloaded structmeta-derive v0.2.0
6032024-09-16T16:07:03.715Z Downloaded ssh-cipher v0.2.0
6042024-09-16T16:07:03.715Z Downloaded shlex v1.3.0
6052024-09-16T16:07:03.717Z Downloaded owo-colors v4.0.0
6062024-09-16T16:07:03.719Z Downloaded openssl-probe v0.1.5
6072024-09-16T16:07:03.721Z Downloaded tls_codec_derive v0.4.1
6082024-09-16T16:07:03.724Z Downloaded pretty-hex v0.2.1
6092024-09-16T16:07:03.724Z Downloaded serde-hex v0.1.0
6102024-09-16T16:07:03.727Z Downloaded slog-dtrace v0.3.0
6112024-09-16T16:07:03.729Z Downloaded ed25519 v2.2.3
6122024-09-16T16:07:03.731Z Downloaded slog-bunyan v2.5.0
6132024-09-16T16:07:03.733Z Downloaded chacha20poly1305 v0.10.1
6142024-09-16T16:07:03.736Z Downloaded half v2.4.1
6152024-09-16T16:07:03.738Z Downloaded bytes v1.7.1
6162024-09-16T16:07:03.743Z Downloaded dyn-clone v1.0.17
6172024-09-16T16:07:03.746Z Downloaded futures-executor v0.3.30
6182024-09-16T16:07:03.749Z Downloaded futures-io v0.3.30
6192024-09-16T16:07:03.749Z Downloaded futures-core v0.3.30
6202024-09-16T16:07:03.752Z Downloaded postgres-protocol v0.6.7
6212024-09-16T16:07:03.755Z Downloaded derive-where v1.2.7
6222024-09-16T16:07:03.759Z Downloaded endian-type v0.1.2
6232024-09-16T16:07:03.761Z Downloaded num v0.4.3
6242024-09-16T16:07:03.761Z Downloaded base64 v0.22.1
6252024-09-16T16:07:03.765Z Downloaded phf_shared v0.11.2
6262024-09-16T16:07:03.768Z Downloaded ref-cast-impl v1.0.23
6272024-09-16T16:07:03.771Z Downloaded path-slash v0.1.5
6282024-09-16T16:07:03.771Z Downloaded omicron-zone-package v0.11.0
6292024-09-16T16:07:03.774Z Downloaded rustversion v1.0.17
6302024-09-16T16:07:03.776Z Downloaded rusty-fork v0.3.0
6312024-09-16T16:07:03.780Z Downloaded xattr v1.3.1
6322024-09-16T16:07:03.782Z Downloaded headers-core v0.2.0
6332024-09-16T16:07:03.782Z Downloaded psl-types v2.0.11
6342024-09-16T16:07:03.785Z Downloaded darling_core v0.20.9
6352024-09-16T16:07:03.789Z Downloaded slog-envlogger v2.2.0
6362024-09-16T16:07:03.791Z Downloaded structmeta v0.3.0
6372024-09-16T16:07:03.805Z Downloaded thiserror-no-std v2.0.2
6382024-09-16T16:07:03.808Z Downloaded thiserror-impl-no-std v2.0.2
6392024-09-16T16:07:03.811Z Downloaded tokio-native-tls v0.3.1
6402024-09-16T16:07:03.814Z Downloaded dropshot_endpoint v0.10.1
6412024-09-16T16:07:03.814Z Downloaded signal-hook v0.3.17
6422024-09-16T16:07:03.817Z Downloaded nu-ansi-term v0.50.0
6432024-09-16T16:07:03.823Z Downloaded darling_macro v0.20.9
6442024-09-16T16:07:03.826Z Downloaded time-core v0.1.2
6452024-09-16T16:07:03.826Z Downloaded derive_builder_core v0.20.0
6462024-09-16T16:07:03.826Z Downloaded pbkdf2 v0.12.2
6472024-09-16T16:07:03.829Z Downloaded futures-task v0.3.30
6482024-09-16T16:07:03.833Z Downloaded ghash v0.5.1
6492024-09-16T16:07:03.833Z Downloaded num_threads v0.1.7
6502024-09-16T16:07:03.837Z Downloaded uuid v1.10.0
6512024-09-16T16:07:03.837Z Downloaded ecdsa v0.16.9
6522024-09-16T16:07:03.841Z Downloaded slog-json v2.6.1
6532024-09-16T16:07:03.844Z Downloaded paste v1.0.15
6542024-09-16T16:07:03.847Z Downloaded prettyplease v0.2.20
6552024-09-16T16:07:03.849Z Downloaded predicates-core v1.0.6
6562024-09-16T16:07:03.852Z Downloaded tokio-tungstenite v0.21.0
6572024-09-16T16:07:03.854Z Downloaded parse-size v1.0.0
6582024-09-16T16:07:03.857Z Downloaded rustc-hash v1.1.0
6592024-09-16T16:07:03.857Z Downloaded flume v0.11.0
6602024-09-16T16:07:03.862Z Downloaded minimal-lexical v0.2.1
6612024-09-16T16:07:03.867Z Downloaded serde-big-array v0.5.1
6622024-09-16T16:07:03.869Z Downloaded termtree v0.4.1
6632024-09-16T16:07:03.872Z Downloaded unicase v2.7.0
6642024-09-16T16:07:03.876Z Downloaded dhcproto-macros v0.1.0
6652024-09-16T16:07:03.876Z Downloaded flagset v0.4.5
6662024-09-16T16:07:03.878Z Downloaded password-hash v0.4.2
6672024-09-16T16:07:03.881Z Downloaded data-encoding v2.6.0
6682024-09-16T16:07:03.881Z Downloaded enum-as-inner v0.6.0
6692024-09-16T16:07:03.884Z Downloaded tungstenite v0.21.0
6702024-09-16T16:07:03.887Z Downloaded diesel_derives v2.2.2
6712024-09-16T16:07:03.892Z Downloaded num_enum v0.5.11
6722024-09-16T16:07:03.899Z Downloaded getopts v0.2.21
6732024-09-16T16:07:03.902Z Downloaded serde_arrays v0.1.0
6742024-09-16T16:07:03.905Z Downloaded rustc-demangle v0.1.24
6752024-09-16T16:07:03.908Z Downloaded gethostname v0.5.0
6762024-09-16T16:07:03.908Z Downloaded toolchain_find v0.4.0
6772024-09-16T16:07:03.908Z Downloaded normalize-line-endings v0.3.0
6782024-09-16T16:07:03.911Z Downloaded peg v0.8.4
6792024-09-16T16:07:03.916Z Downloaded sigpipe v0.1.3
6802024-09-16T16:07:03.918Z Downloaded termios v0.3.3
6812024-09-16T16:07:03.918Z Downloaded hashlink v0.9.1
6822024-09-16T16:07:03.921Z Downloaded tracing-attributes v0.1.27
6832024-09-16T16:07:03.923Z Downloaded predicates-tree v1.0.9
6842024-09-16T16:07:03.926Z Downloaded tar v0.4.41
6852024-09-16T16:07:03.931Z Downloaded fd-lock v4.0.2
6862024-09-16T16:07:03.934Z Downloaded url v2.5.2
6872024-09-16T16:07:03.936Z Downloaded strum v0.26.3
6882024-09-16T16:07:03.940Z Downloaded pem-rfc7468 v0.7.0
6892024-09-16T16:07:03.942Z Downloaded rand v0.8.5
6902024-09-16T16:07:03.945Z Downloaded peg-macros v0.8.4
6912024-09-16T16:07:03.948Z Downloaded signal-hook-tokio v0.3.1
6922024-09-16T16:07:03.950Z Downloaded hash32 v0.3.1
6932024-09-16T16:07:03.950Z Downloaded futures-sink v0.3.30
6942024-09-16T16:07:03.953Z Downloaded rustyline v14.0.0
6952024-09-16T16:07:03.957Z Downloaded heck v0.3.3
6962024-09-16T16:07:03.959Z Downloaded number_prefix v0.4.0
6972024-09-16T16:07:03.968Z Downloaded rtoolbox v0.0.2
6982024-09-16T16:07:03.968Z Downloaded pin-utils v0.1.0
6992024-09-16T16:07:03.968Z Downloaded diesel_table_macro_syntax v0.2.0
7002024-09-16T16:07:03.968Z Downloaded rcgen v0.12.1
7012024-09-16T16:07:03.968Z Downloaded topological-sort v0.2.2
7022024-09-16T16:07:03.971Z Downloaded difflib v0.4.0
7032024-09-16T16:07:03.971Z Downloaded fallible-iterator v0.3.0
7042024-09-16T16:07:03.974Z Downloaded fallible-iterator v0.2.0
7052024-09-16T16:07:03.974Z Downloaded precomputed-hash v0.1.1
7062024-09-16T16:07:03.974Z Downloaded portpicker v0.1.1
7072024-09-16T16:07:03.976Z Downloaded strip-ansi-escapes v0.2.0
7082024-09-16T16:07:03.977Z Downloaded proc-macro-crate v1.3.1
7092024-09-16T16:07:03.979Z Downloaded x509-cert v0.2.5
7102024-09-16T16:07:03.984Z Downloaded static_assertions v1.1.0
7112024-09-16T16:07:03.986Z Downloaded group v0.13.0
7122024-09-16T16:07:03.988Z Downloaded defmt-parser v0.3.4
7132024-09-16T16:07:03.988Z Downloaded debug-ignore v1.0.5
7142024-09-16T16:07:03.991Z Downloaded stringprep v0.1.4
7152024-09-16T16:07:03.993Z Downloaded structmeta v0.2.0
7162024-09-16T16:07:03.993Z Downloaded string_cache v0.8.7
7172024-09-16T16:07:03.997Z Downloaded poly1305 v0.8.0
7182024-09-16T16:07:03.999Z Downloaded value-bag v1.9.0
7192024-09-16T16:07:04.002Z Downloaded openssl-sys v0.9.103
7202024-09-16T16:07:04.006Z Downloaded percent-encoding v2.3.1
7212024-09-16T16:07:04.008Z Downloaded num-conv v0.1.0
7222024-09-16T16:07:04.008Z Downloaded signal-hook-mio v0.2.4
7232024-09-16T16:07:04.011Z Downloaded rustc_version v0.4.0
7242024-09-16T16:07:04.011Z Downloaded pkcs8 v0.10.2
7252024-09-16T16:07:04.014Z Downloaded env_logger v0.10.2
7262024-09-16T16:07:04.017Z Downloaded tower-layer v0.3.2
7272024-09-16T16:07:04.019Z Downloaded heapless v0.8.0
7282024-09-16T16:07:04.022Z Downloaded vte v0.11.1
7292024-09-16T16:07:04.025Z Downloaded num-bigint v0.4.5
7302024-09-16T16:07:04.030Z Downloaded secrecy v0.8.0
7312024-09-16T16:07:04.033Z Downloaded polyval v0.6.2
7322024-09-16T16:07:04.036Z Downloaded num-complex v0.4.6
7332024-09-16T16:07:04.036Z Downloaded globset v0.4.14
7342024-09-16T16:07:04.038Z Downloaded flate2 v1.0.33
7352024-09-16T16:07:04.043Z Downloaded tokio-tungstenite v0.23.1
7362024-09-16T16:07:04.045Z Downloaded r2d2 v0.8.10
7372024-09-16T16:07:04.048Z Downloaded num-traits v0.2.19
7382024-09-16T16:07:04.050Z Downloaded form_urlencoded v1.2.1
7392024-09-16T16:07:04.056Z Downloaded unarray v0.1.4
7402024-09-16T16:07:04.056Z Downloaded unicode-segmentation v1.11.0
7412024-09-16T16:07:04.064Z Downloaded scrypt v0.11.0
7422024-09-16T16:07:04.066Z Downloaded rpassword v7.3.1
7432024-09-16T16:07:04.070Z Downloaded opaque-debug v0.3.1
7442024-09-16T16:07:04.070Z Downloaded num-iter v0.1.45
7452024-09-16T16:07:04.072Z Downloaded phf v0.11.2
7462024-09-16T16:07:04.072Z Downloaded float-cmp v0.9.0
7472024-09-16T16:07:04.074Z Downloaded itertools v0.12.1
7482024-09-16T16:07:04.083Z Downloaded tokio-util v0.7.11
7492024-09-16T16:07:04.092Z Downloaded packed_struct_codegen v0.10.1
7502024-09-16T16:07:04.094Z Downloaded rand_xorshift v0.3.0
7512024-09-16T16:07:04.096Z Downloaded unicode-xid v0.2.4
7522024-09-16T16:07:04.097Z Downloaded rand_seeder v0.3.0
7532024-09-16T16:07:04.101Z Downloaded zeroize_derive v1.4.2
7542024-09-16T16:07:04.101Z Downloaded term v0.7.0
7552024-09-16T16:07:04.103Z Downloaded radium v0.7.0
7562024-09-16T16:07:04.103Z Downloaded fragile v2.0.0
7572024-09-16T16:07:04.107Z Downloaded termcolor v1.4.1
7582024-09-16T16:07:04.110Z Downloaded rustfmt-wrapper v0.2.1
7592024-09-16T16:07:04.110Z Downloaded rfc6979 v0.4.0
7602024-09-16T16:07:04.110Z Downloaded erased-serde v0.3.31
7612024-09-16T16:07:04.112Z Downloaded tungstenite v0.23.0
7622024-09-16T16:07:04.115Z Downloaded hyper v0.14.30
7632024-09-16T16:07:04.124Z Downloaded thread_local v1.1.8
7642024-09-16T16:07:04.126Z Downloaded scopeguard v1.2.0
7652024-09-16T16:07:04.128Z Downloaded uzers v0.11.3
7662024-09-16T16:07:04.130Z Downloaded rustls-pemfile v2.1.3
7672024-09-16T16:07:04.132Z Downloaded blake3 v1.5.1
7682024-09-16T16:07:04.139Z Downloaded diff v0.1.13
7692024-09-16T16:07:04.142Z Downloaded spki v0.7.3
7702024-09-16T16:07:04.144Z Downloaded num-rational v0.4.2
7712024-09-16T16:07:04.151Z Downloaded derive_more v0.99.18
7722024-09-16T16:07:04.154Z Downloaded h2 v0.3.26
7732024-09-16T16:07:04.159Z Downloaded lalrpop v0.19.12
7742024-09-16T16:07:04.171Z Downloaded des v0.8.1
7752024-09-16T16:07:04.178Z Downloaded h2 v0.4.6
7762024-09-16T16:07:04.180Z Downloaded socket2 v0.4.10
7772024-09-16T16:07:04.183Z Downloaded dhcproto v0.12.0
7782024-09-16T16:07:04.186Z Downloaded serde_yaml v0.9.34+deprecated
7792024-09-16T16:07:04.188Z Downloaded unicode-bidi v0.3.15
7802024-09-16T16:07:04.191Z Downloaded der v0.7.9
7812024-09-16T16:07:04.196Z Downloaded reedline v0.33.0
7822024-09-16T16:07:04.204Z Downloaded snafu v0.8.2
7832024-09-16T16:07:04.211Z Downloaded zip v0.6.6
7842024-09-16T16:07:04.216Z Downloaded parking_lot v0.12.2
7852024-09-16T16:07:04.218Z Downloaded publicsuffix v2.2.3
7862024-09-16T16:07:04.221Z Downloaded ron v0.8.1
7872024-09-16T16:07:04.227Z Downloaded nom v7.1.3
7882024-09-16T16:07:04.233Z Downloaded sqlparser v0.45.0
7892024-09-16T16:07:04.239Z Downloaded typed-path v0.7.1
7902024-09-16T16:07:04.247Z Downloaded idna v0.3.0
7912024-09-16T16:07:04.256Z Downloaded tower v0.4.13
7922024-09-16T16:07:04.265Z Downloaded ssh-key v0.6.6
7932024-09-16T16:07:04.273Z Downloaded expectorate v1.1.0
7942024-09-16T16:07:04.277Z Downloaded num-bigint-dig v0.8.4
7952024-09-16T16:07:04.281Z Downloaded futures-util v0.3.30
7962024-09-16T16:07:04.295Z Downloaded russh v0.45.0
7972024-09-16T16:07:04.300Z Downloaded time v0.3.36
7982024-09-16T16:07:04.308Z Downloaded portable-atomic v1.6.0
7992024-09-16T16:07:04.315Z Downloaded radix_trie v0.2.1
8002024-09-16T16:07:04.320Z Downloaded unicode-normalization v0.1.23
8012024-09-16T16:07:04.324Z Downloaded winnow v0.5.40
8022024-09-16T16:07:04.334Z Downloaded rayon v1.10.0
8032024-09-16T16:07:04.343Z Downloaded p521 v0.13.3
8042024-09-16T16:07:04.348Z Downloaded rustls-webpki v0.102.4
8052024-09-16T16:07:04.367Z Downloaded rustls v0.21.12
8062024-09-16T16:07:04.378Z Downloaded bstr v1.9.1
8072024-09-16T16:07:04.390Z Downloaded nix v0.27.1
8082024-09-16T16:07:04.401Z Downloaded git2 v0.19.0
8092024-09-16T16:07:04.410Z Downloaded regex v1.10.6
8102024-09-16T16:07:04.424Z Downloaded rustls-webpki v0.101.7
8112024-09-16T16:07:04.441Z Downloaded regress v0.9.1
8122024-09-16T16:07:04.450Z Downloaded object v0.32.2
8132024-09-16T16:07:04.462Z Downloaded gimli v0.28.1
8142024-09-16T16:07:04.470Z Downloaded polar-core v0.27.3
8152024-09-16T16:07:04.480Z Downloaded regex-syntax v0.6.29
8162024-09-16T16:07:04.489Z Downloaded rustls v0.22.4
8172024-09-16T16:07:04.504Z Downloaded openapiv3 v2.0.0
8182024-09-16T16:07:04.518Z Downloaded p384 v0.13.0
8192024-09-16T16:07:04.525Z Downloaded dropshot v0.10.1
8202024-09-16T16:07:04.535Z Downloaded hickory-proto v0.24.1
8212024-09-16T16:07:04.553Z Downloaded ratatui v0.28.0
8222024-09-16T16:07:04.576Z Downloaded object v0.30.4
8232024-09-16T16:07:04.586Z Downloaded zerocopy-derive v0.6.6
8242024-09-16T16:07:04.602Z Downloaded sled v0.34.7
8252024-09-16T16:07:04.609Z Downloaded bzip2-sys v0.1.11+1.0.8
8262024-09-16T16:07:04.625Z Downloaded regex-automata v0.4.6
8272024-09-16T16:07:04.644Z Downloaded petgraph v0.6.5
8282024-09-16T16:07:04.665Z Downloaded tokio v1.39.3
8292024-09-16T16:07:04.707Z Downloaded csv v1.3.0
8302024-09-16T16:07:04.726Z Downloaded finl_unicode v1.2.0
8312024-09-16T16:07:04.739Z Downloaded sha3 v0.10.8
8322024-09-16T16:07:04.744Z Downloaded diesel v2.2.3
8332024-09-16T16:07:04.764Z Downloaded trust-dns-proto v0.22.0
8342024-09-16T16:07:04.778Z Downloaded smoltcp v0.11.0
8352024-09-16T16:07:04.797Z Downloaded nix v0.29.0
8362024-09-16T16:07:04.803Z Downloaded openssl v0.10.66
8372024-09-16T16:07:04.815Z Downloaded webpki-roots v0.25.4
8382024-09-16T16:07:04.822Z Downloaded regex-syntax v0.8.4
8392024-09-16T16:07:04.838Z Downloaded smoltcp v0.9.1
8402024-09-16T16:07:04.851Z Downloaded vcpkg v0.2.15
8412024-09-16T16:07:04.891Z Downloaded idna v0.4.0
8422024-09-16T16:07:04.898Z Downloaded idna v0.2.3
8432024-09-16T16:07:04.898Z Downloaded curve25519-dalek v4.1.3
8442024-09-16T16:07:04.905Z Downloaded proptest v1.5.0
8452024-09-16T16:07:04.914Z Downloaded quick-xml v0.33.0
8462024-09-16T16:07:04.919Z Downloaded nix v0.28.0
8472024-09-16T16:07:04.940Z Downloaded rusqlite v0.31.0
8482024-09-16T16:07:04.947Z Downloaded encoding_rs v0.8.34
8492024-09-16T16:07:04.973Z Downloaded serde_with v3.9.0
8502024-09-16T16:07:04.980Z Downloaded reqwest v0.11.27
8512024-09-16T16:07:05.005Z Downloaded idna v0.5.0
8522024-09-16T16:07:05.005Z Downloaded bitvec v1.0.1
8532024-09-16T16:07:05.013Z Downloaded steno v0.4.1
8542024-09-16T16:07:05.013Z Downloaded ring v0.16.20
8552024-09-16T16:07:05.091Z Downloaded toml_edit v0.19.15
8562024-09-16T16:07:05.109Z Downloaded bindgen v0.69.4
8572024-09-16T16:07:05.115Z Downloaded libgit2-sys v0.17.0+1.8.1
8582024-09-16T16:07:05.177Z Downloaded parking_lot_core v0.8.6
8592024-09-16T16:07:05.180Z Downloaded zeroize v1.7.0
8602024-09-16T16:07:05.180Z Downloaded snafu-derive v0.8.2
8612024-09-16T16:07:05.180Z Downloaded tough v0.17.1
8622024-09-16T16:07:05.188Z Downloaded chrono v0.4.38
8632024-09-16T16:07:05.195Z Downloaded schemars v0.8.21
8642024-09-16T16:07:05.207Z Downloaded num-derive v0.4.2
8652024-09-16T16:07:05.210Z Downloaded pin-project-lite v0.2.14
8662024-09-16T16:07:05.214Z Downloaded slog v2.7.0
8672024-09-16T16:07:05.217Z Downloaded fixedbitset v0.4.2
8682024-09-16T16:07:05.220Z Downloaded spin v0.9.8
8692024-09-16T16:07:05.224Z Downloaded tracing v0.1.40
8702024-09-16T16:07:05.226Z Downloaded packed_struct v0.10.1
8712024-09-16T16:07:05.226Z Downloaded ff v0.13.0
8722024-09-16T16:07:05.229Z Downloaded rustls-pemfile v1.0.4
8732024-09-16T16:07:05.232Z Downloaded funty v2.0.0
8742024-09-16T16:07:05.232Z Downloaded parking_lot v0.11.2
8752024-09-16T16:07:05.235Z Downloaded env_logger v0.9.3
8762024-09-16T16:07:05.238Z Downloaded signature v2.2.0
8772024-09-16T16:07:05.238Z Downloaded postgres-types v0.2.7
8782024-09-16T16:07:05.241Z Downloaded twox-hash v1.6.3
8792024-09-16T16:07:05.243Z Downloaded zone v0.3.0
8802024-09-16T16:07:05.243Z Downloaded toml v0.7.8
8812024-09-16T16:07:05.248Z Downloaded tinyvec v1.6.0
8822024-09-16T16:07:05.251Z Downloaded similar v2.6.0
8832024-09-16T16:07:05.254Z Downloaded socket2 v0.5.7
8842024-09-16T16:07:05.256Z Downloaded rayon-core v1.12.1
8852024-09-16T16:07:05.259Z Downloaded tokio-postgres v0.7.11
8862024-09-16T16:07:05.264Z Downloaded hyper v1.4.1
8872024-09-16T16:07:05.271Z Downloaded powerfmt v0.2.0
8882024-09-16T16:07:05.273Z Downloaded headers v0.3.9
8892024-09-16T16:07:05.284Z Downloaded crossterm v0.28.1
8902024-09-16T16:07:05.286Z Downloaded heapless v0.7.17
8912024-09-16T16:07:05.289Z Downloaded zone v0.1.8
8922024-09-16T16:07:05.291Z Downloaded test-strategy v0.3.1
8932024-09-16T16:07:05.294Z Downloaded hashbrown v0.13.2
8942024-09-16T16:07:05.298Z Downloaded hashbrown v0.12.3
8952024-09-16T16:07:05.301Z Downloaded libxml v0.3.3
8962024-09-16T16:07:05.308Z Downloaded fatfs v0.3.6
8972024-09-16T16:07:05.311Z Downloaded glob v0.3.1
8982024-09-16T16:07:05.318Z Downloaded futures-macro v0.3.30
8992024-09-16T16:07:05.318Z Downloaded vergen v8.3.2
9002024-09-16T16:07:05.320Z Downloaded ed25519-dalek v2.1.1
9012024-09-16T16:07:05.320Z Downloaded rustc_version v0.1.7
9022024-09-16T16:07:05.320Z Downloaded pkg-config v0.3.30
9032024-09-16T16:07:05.323Z Downloaded resolv-conf v0.7.0
9042024-09-16T16:07:05.323Z Downloaded hkdf v0.12.4
9052024-09-16T16:07:05.326Z Downloaded hash32 v0.2.1
9062024-09-16T16:07:05.328Z Downloaded p256 v0.13.2
9072024-09-16T16:07:05.331Z Downloaded samael v0.0.17
9082024-09-16T16:07:05.337Z Downloaded which v4.4.2
9092024-09-16T16:07:05.340Z Downloaded vsss-rs v3.3.4
9102024-09-16T16:07:05.342Z Downloaded fallible-streaming-iterator v0.1.9
9112024-09-16T16:07:05.342Z Downloaded whoami v1.5.1
9122024-09-16T16:07:05.345Z Downloaded getrandom v0.2.14
9132024-09-16T16:07:05.347Z Downloaded spin v0.5.2
9142024-09-16T16:07:05.350Z Downloaded time-macros v0.2.18
9152024-09-16T16:07:05.350Z Downloaded itertools v0.13.0
9162024-09-16T16:07:05.357Z Downloaded semver v0.1.20
9172024-09-16T16:07:05.360Z Downloaded predicates v3.1.2
9182024-09-16T16:07:05.362Z Downloaded serde_derive_internals v0.29.1
9192024-09-16T16:07:05.364Z Downloaded serde_with_macros v3.9.0
9202024-09-16T16:07:05.367Z Downloaded enum-as-inner v0.5.1
9212024-09-16T16:07:05.367Z Downloaded password-hash v0.5.0
9222024-09-16T16:07:05.369Z Downloaded tracing-core v0.1.32
9232024-09-16T16:07:05.373Z Downloaded http v0.2.12
9242024-09-16T16:07:05.376Z Downloaded zone_cfg_derive v0.1.2
9252024-09-16T16:07:05.379Z Downloaded unsafe-libyaml v0.2.11
9262024-09-16T16:07:05.381Z Downloaded tiny-keccak v2.0.2
9272024-09-16T16:07:05.383Z Downloaded strum_macros v0.25.3
9282024-09-16T16:07:05.386Z Downloaded strum_macros v0.24.3
9292024-09-16T16:07:05.388Z Downloaded pin-project v1.1.5
9302024-09-16T16:07:05.399Z Downloaded aho-corasick v1.1.3
9312024-09-16T16:07:05.405Z Downloaded stable_deref_trait v1.2.0
9322024-09-16T16:07:05.407Z Downloaded oso v0.27.3
9332024-09-16T16:07:05.410Z Downloaded aes-gcm v0.10.3
9342024-09-16T16:07:05.413Z Downloaded fxhash v0.2.1
9352024-09-16T16:07:05.415Z Downloaded serde_plain v1.0.2
9362024-09-16T16:07:05.415Z Downloaded serde_path_to_error v0.1.16
9372024-09-16T16:07:05.418Z Downloaded schemars_derive v0.8.21
9382024-09-16T16:07:05.418Z Downloaded futures v0.3.30
9392024-09-16T16:07:05.424Z Downloaded tokio-rustls v0.24.1
9402024-09-16T16:07:05.426Z Downloaded unicode_categories v0.1.1
9412024-09-16T16:07:05.429Z Downloaded itertools v0.10.5
9422024-09-16T16:07:05.433Z Downloaded dirs-sys-next v0.1.2
9432024-09-16T16:07:05.436Z Downloaded dirs-next v2.0.0
9442024-09-16T16:07:05.438Z Downloaded wait-timeout v0.2.0
9452024-09-16T16:07:05.438Z Downloaded vte_generate_state_changes v0.1.1
9462024-09-16T16:07:05.438Z Downloaded crossbeam-channel v0.5.12
9472024-09-16T16:07:05.442Z Downloaded pbkdf2 v0.11.0
9482024-09-16T16:07:05.444Z Downloaded unicode-truncate v1.0.0
9492024-09-16T16:07:05.446Z Downloaded tokio-macros v2.4.0
9502024-09-16T16:07:05.449Z Downloaded ppv-lite86 v0.2.17
9512024-09-16T16:07:05.449Z Downloaded pin-project-internal v1.1.5
9522024-09-16T16:07:05.451Z Downloaded crossterm v0.27.0
9532024-09-16T16:07:05.456Z Downloaded ron v0.7.1
9542024-09-16T16:07:05.461Z Downloaded elliptic-curve v0.13.8
9552024-09-16T16:07:05.465Z Downloaded const_format v0.2.33
9562024-09-16T16:07:05.470Z Downloaded structmeta-derive v0.3.0
9572024-09-16T16:07:05.472Z Downloaded futures-channel v0.3.30
9582024-09-16T16:07:05.474Z Downloaded postcard v1.0.8
9592024-09-16T16:07:05.477Z Downloaded pkcs5 v0.7.1
9602024-09-16T16:07:05.480Z Downloaded ssh-encoding v0.2.0
9612024-09-16T16:07:05.482Z Downloaded sqlformat v0.2.4
9622024-09-16T16:07:05.484Z Downloaded shell-words v1.1.0
9632024-09-16T16:07:05.484Z Downloaded sha1 v0.10.6
9642024-09-16T16:07:05.487Z Downloaded libm v0.2.8
9652024-09-16T16:07:05.493Z Downloaded quick-error v1.2.3
9662024-09-16T16:07:05.496Z Downloaded strum_macros v0.26.4
9672024-09-16T16:07:05.498Z Downloaded backtrace v0.3.71
9682024-09-16T16:07:05.502Z Downloaded slog-async v2.8.0
9692024-09-16T16:07:05.506Z Downloaded tungstenite v0.20.1
9702024-09-16T16:07:05.508Z Downloaded libz-sys v1.1.16
9712024-09-16T16:07:05.576Z Downloaded base64 v0.13.1
9722024-09-16T16:07:05.579Z Downloaded base64 v0.21.7
9732024-09-16T16:07:05.583Z Downloaded derive_builder_macro v0.20.0
9742024-09-16T16:07:05.585Z Downloaded waitgroup v0.1.2
9752024-09-16T16:07:05.585Z Downloaded ring v0.17.8
9762024-09-16T16:07:05.656Z Downloaded rsa v0.9.6
9772024-09-16T16:07:05.661Z Downloaded http v1.1.0
9782024-09-16T16:07:05.665Z Downloaded miniz_oxide v0.8.0
9792024-09-16T16:07:05.667Z Downloaded pkcs1 v0.7.5
9802024-09-16T16:07:05.670Z Downloaded dsl_auto_type v0.1.2
9812024-09-16T16:07:05.672Z Downloaded indicatif v0.17.8
9822024-09-16T16:07:05.676Z Downloaded defmt-macros v0.3.9
9832024-09-16T16:07:05.678Z Downloaded defmt v0.3.8
9842024-09-16T16:07:05.681Z Downloaded wyz v0.5.1
9852024-09-16T16:07:05.683Z Downloaded mio v1.0.2
9862024-09-16T16:07:05.688Z Downloaded utf-8 v0.7.6
9872024-09-16T16:07:05.690Z Downloaded libsqlite3-sys v0.28.0
9882024-09-16T16:07:05.765Z Downloaded untrusted v0.9.0
9892024-09-16T16:07:05.767Z Downloaded parking_lot_core v0.9.10
9902024-09-16T16:07:05.770Z Downloaded subprocess v0.2.9
9912024-09-16T16:07:05.772Z Downloaded same-file v1.0.6
9922024-09-16T16:07:05.772Z Downloaded zerocopy v0.6.6
9932024-09-16T16:07:05.775Z Downloaded derive_builder v0.20.0
9942024-09-16T16:07:05.778Z Downloaded clang-sys v1.7.0
9952024-09-16T16:07:05.781Z Downloaded crossbeam-utils v0.8.19
9962024-09-16T16:07:05.783Z Downloaded tokio-stream v0.1.15
9972024-09-16T16:07:05.787Z Downloaded tokio-rustls v0.25.0
9982024-09-16T16:07:05.789Z Downloaded smallvec v1.13.2
9992024-09-16T16:07:05.791Z Downloaded russh-keys v0.45.0
10002024-09-16T16:07:05.794Z Downloaded smf v0.2.3
10012024-09-16T16:07:05.796Z Downloaded rustls-pki-types v1.7.0
10022024-09-16T16:07:05.798Z Downloaded hmac v0.12.1
10032024-09-16T16:07:05.798Z Downloaded crypto-bigint v0.5.5
10042024-09-16T16:07:05.804Z Downloaded walkdir v2.5.0
10052024-09-16T16:07:05.806Z Downloaded crossbeam-epoch v0.9.18
10062024-09-16T16:07:05.809Z Downloaded cc v1.0.97
10072024-09-16T16:07:05.811Z Downloaded either v1.13.0
10082024-09-16T16:07:05.814Z Downloaded memmap2 v0.9.4
10092024-09-16T16:07:05.814Z Downloaded maplit v1.0.2
10102024-09-16T16:07:05.817Z Downloaded libloading v0.8.3
10112024-09-16T16:07:05.817Z Downloaded jobserver v0.1.32
10122024-09-16T16:07:05.819Z Downloaded hickory-server v0.24.1
10132024-09-16T16:07:05.824Z Downloaded console v0.15.8
10142024-09-16T16:07:05.826Z Downloaded filetime v0.2.25
10152024-09-16T16:07:05.829Z Downloaded ipnet v2.9.0
10162024-09-16T16:07:05.833Z Downloaded tui-tree-widget v0.22.0
10172024-09-16T16:07:05.833Z Downloaded csv-core v0.1.11
10182024-09-16T16:07:05.835Z Downloaded argon2 v0.5.3
10192024-09-16T16:07:05.835Z Downloaded humantime v2.1.0
10202024-09-16T16:07:05.835Z Downloaded supports-color v3.0.1
10212024-09-16T16:07:05.838Z Downloaded subtle v2.5.0
10222024-09-16T16:07:05.838Z Downloaded slog-stdlog v4.1.1
10232024-09-16T16:07:05.838Z Downloaded slog-scope v4.4.0
10242024-09-16T16:07:05.841Z Downloaded smallvec v0.6.14
10252024-09-16T16:07:05.841Z Downloaded mockall_derive v0.13.0
10262024-09-16T16:07:05.843Z Downloaded mime v0.3.17
10272024-09-16T16:07:05.846Z Downloaded maybe-uninit v2.0.0
10282024-09-16T16:07:05.846Z Downloaded lalrpop-util v0.19.12
10292024-09-16T16:07:05.846Z Downloaded kstat-rs v0.2.4
10302024-09-16T16:07:05.848Z Downloaded slab v0.4.9
10312024-09-16T16:07:05.848Z Downloaded siphasher v0.3.11
10322024-09-16T16:07:05.850Z Downloaded libefi-sys v0.1.0
10332024-09-16T16:07:05.850Z Downloaded linear-map v1.2.0
10342024-09-16T16:07:05.853Z Downloaded ciborium v0.2.2
10352024-09-16T16:07:05.853Z Downloaded async-bb8-diesel v0.2.1
10362024-09-16T16:07:05.856Z Downloaded indexmap v1.9.3
10372024-09-16T16:07:05.858Z Downloaded indent_write v2.2.0
10382024-09-16T16:07:05.860Z Downloaded hubpack v0.1.2
10392024-09-16T16:07:05.860Z Downloaded inout v0.1.3
10402024-09-16T16:07:05.863Z Downloaded hyper-staticfile v0.9.5
10412024-09-16T16:07:05.865Z Downloaded foreign-types v0.5.0
10422024-09-16T16:07:05.865Z Downloaded serde_repr v0.1.19
10432024-09-16T16:07:05.867Z Downloaded cbc v0.1.2
10442024-09-16T16:07:05.868Z Downloaded cassowary v0.3.0
10452024-09-16T16:07:05.870Z Downloaded newline-converter v0.3.0
10462024-09-16T16:07:05.870Z Downloaded colored v2.1.0
10472024-09-16T16:07:05.872Z Downloaded blowfish v0.9.1
10482024-09-16T16:07:05.872Z Downloaded bb8 v0.8.5
10492024-09-16T16:07:05.874Z Downloaded http-body v0.4.6
10502024-09-16T16:07:05.875Z Downloaded newtype_derive v0.1.6
10512024-09-16T16:07:05.877Z Downloaded cookie v0.18.1
10522024-09-16T16:07:05.879Z Downloaded hickory-resolver v0.24.1
10532024-09-16T16:07:05.882Z Downloaded allocator-api2 v0.2.18
10542024-09-16T16:07:05.885Z Downloaded nodrop v0.1.14
10552024-09-16T16:07:05.887Z Downloaded libsw v3.3.1
10562024-09-16T16:07:05.890Z Downloaded lazycell v1.3.0
10572024-09-16T16:07:05.890Z Downloaded lazy_static v1.5.0
10582024-09-16T16:07:05.890Z Downloaded crunchy v0.2.2
10592024-09-16T16:07:05.892Z Downloaded addr2line v0.21.0
10602024-09-16T16:07:05.895Z Downloaded atty v0.2.14
10612024-09-16T16:07:05.895Z Downloaded bzip2 v0.4.4
10622024-09-16T16:07:05.895Z Downloaded base16ct v0.2.0
10632024-09-16T16:07:05.898Z Downloaded backoff v0.4.0
10642024-09-16T16:07:05.898Z Downloaded ascii v1.1.0
10652024-09-16T16:07:05.900Z Downloaded lru v0.12.3
10662024-09-16T16:07:05.903Z Downloaded ipnetwork v0.20.0
10672024-09-16T16:07:05.903Z Downloaded hostname v0.4.0
10682024-09-16T16:07:05.906Z Downloaded indoc v1.0.9
10692024-09-16T16:07:05.906Z Downloaded ctr v0.9.2
10702024-09-16T16:07:05.909Z Downloaded chacha20 v0.9.1
10712024-09-16T16:07:05.911Z Downloaded home v0.5.9
10722024-09-16T16:07:05.911Z Downloaded cobs v0.2.3
10732024-09-16T16:07:05.911Z Downloaded block-padding v0.3.3
10742024-09-16T16:07:05.914Z Downloaded bcrypt-pbkdf v0.10.0
10752024-09-16T16:07:05.914Z Downloaded crc v3.2.1
10762024-09-16T16:07:05.917Z Downloaded const_format_proc_macros v0.2.33
10772024-09-16T16:07:05.919Z Downloaded cipher v0.4.4
10782024-09-16T16:07:05.919Z Downloaded bit-vec v0.6.3
10792024-09-16T16:07:05.921Z Downloaded async-recursion v1.1.1
10802024-09-16T16:07:06.012Z Compiling serde v1.0.208
10812024-09-16T16:07:06.015Z Compiling lock_api v0.4.12
10822024-09-16T16:07:06.015Z Compiling scopeguard v1.2.0
10832024-09-16T16:07:06.015Z Compiling value-bag v1.9.0
10842024-09-16T16:07:06.015Z Compiling typenum v1.17.0
10852024-09-16T16:07:06.161Z Compiling generic-array v0.14.7
10862024-09-16T16:07:06.185Z Compiling syn v2.0.74
10872024-09-16T16:07:06.195Z Compiling getrandom v0.2.14
10882024-09-16T16:07:06.287Z Compiling jobserver v0.1.32
10892024-09-16T16:07:06.515Z Compiling rand_core v0.6.4
10902024-09-16T16:07:06.698Z Compiling log v0.4.21
10912024-09-16T16:07:06.745Z Compiling cc v1.0.97
10922024-09-16T16:07:06.792Z Compiling smallvec v1.13.2
10932024-09-16T16:07:07.018Z Compiling pin-project-lite v0.2.14
10942024-09-16T16:07:07.051Z Compiling subtle v2.5.0
10952024-09-16T16:07:07.151Z Compiling parking_lot_core v0.9.10
10962024-09-16T16:07:07.190Z Compiling const-oid v0.9.6
10972024-09-16T16:07:07.206Z Compiling signal-hook-registry v1.4.2
10982024-09-16T16:07:07.388Z Compiling mio v1.0.2
10992024-09-16T16:07:07.539Z Compiling socket2 v0.5.7
11002024-09-16T16:07:08.018Z Compiling parking_lot v0.12.2
11012024-09-16T16:07:08.287Z Compiling ahash v0.8.11
11022024-09-16T16:07:08.590Z Compiling futures-sink v0.3.30
11032024-09-16T16:07:08.608Z Compiling futures-core v0.3.30
11042024-09-16T16:07:08.694Z Compiling slab v0.4.9
11052024-09-16T16:07:08.738Z Compiling allocator-api2 v0.2.18
11062024-09-16T16:07:08.820Z Compiling spin v0.9.8
11072024-09-16T16:07:08.843Z Compiling tinyvec_macros v0.1.1
11082024-09-16T16:07:08.908Z Compiling futures-channel v0.3.30
11092024-09-16T16:07:08.949Z Compiling tinyvec v1.6.0
11102024-09-16T16:07:09.086Z Compiling libm v0.2.8
11112024-09-16T16:07:09.337Z Compiling futures-io v0.3.30
11122024-09-16T16:07:09.430Z Compiling cpufeatures v0.2.12
11132024-09-16T16:07:09.539Z Compiling serde_json v1.0.125
11142024-09-16T16:07:09.559Z Compiling futures-task v0.3.30
11152024-09-16T16:07:09.563Z Compiling pin-utils v0.1.0
11162024-09-16T16:07:09.640Z Compiling num-traits v0.2.19
11172024-09-16T16:07:09.665Z Compiling unicode-bidi v0.3.15
11182024-09-16T16:07:09.854Z Compiling tracing-core v0.1.32
11192024-09-16T16:07:09.907Z Compiling vcpkg v0.2.15
11202024-09-16T16:07:10.167Z Compiling pkg-config v0.3.30
11212024-09-16T16:07:10.482Z Compiling unicode-normalization v0.1.23
11222024-09-16T16:07:11.113Z Compiling ring v0.17.8
11232024-09-16T16:07:11.222Z Compiling base64ct v1.6.0
11242024-09-16T16:07:11.321Z Compiling flagset v0.4.5
11252024-09-16T16:07:11.545Z Compiling ppv-lite86 v0.2.17
11262024-09-16T16:07:11.657Z Compiling httparse v1.8.0
11272024-09-16T16:07:11.748Z Compiling pem-rfc7468 v0.7.0
11282024-09-16T16:07:11.853Z Compiling percent-encoding v2.3.1
11292024-09-16T16:07:12.138Z Compiling untrusted v0.9.0
11302024-09-16T16:07:12.153Z Compiling openssl-sys v0.9.103
11312024-09-16T16:07:12.236Z Compiling try-lock v0.2.5
11322024-09-16T16:07:12.308Z Compiling rand_chacha v0.3.1
11332024-09-16T16:07:12.322Z Compiling rustix v0.38.34
11342024-09-16T16:07:12.379Z Compiling want v0.3.1
11352024-09-16T16:07:12.654Z Compiling rand v0.8.5
11362024-09-16T16:07:12.870Z Compiling openssl v0.10.66
11372024-09-16T16:07:13.153Z Compiling foreign-types-shared v0.1.1
11382024-09-16T16:07:13.181Z Compiling time-core v0.1.2
11392024-09-16T16:07:13.244Z Compiling num-conv v0.1.0
11402024-09-16T16:07:13.262Z Compiling httpdate v1.0.3
11412024-09-16T16:07:13.352Z Compiling rustversion v1.0.17
11422024-09-16T16:07:13.501Z Compiling powerfmt v0.2.0
11432024-09-16T16:07:13.677Z Compiling tower-service v0.3.2
11442024-09-16T16:07:13.768Z Compiling deranged v0.3.11
11452024-09-16T16:07:13.848Z Compiling time-macros v0.2.18
11462024-09-16T16:07:14.107Z Compiling foreign-types v0.3.2
11472024-09-16T16:07:14.194Z Compiling form_urlencoded v1.2.1
11482024-09-16T16:07:14.343Z Compiling aho-corasick v1.1.3
11492024-09-16T16:07:14.374Z Compiling syn v1.0.109
11502024-09-16T16:07:14.474Z Compiling rustls v0.21.12
11512024-09-16T16:07:14.734Z Compiling siphasher v0.3.11
11522024-09-16T16:07:15.006Z Compiling regex-syntax v0.8.4
11532024-09-16T16:07:15.092Z Compiling crossbeam-utils v0.8.19
11542024-09-16T16:07:15.477Z Compiling num_threads v0.1.7
11552024-09-16T16:07:15.591Z Compiling native-tls v0.2.11
11562024-09-16T16:07:15.891Z Compiling idna v0.5.0
11572024-09-16T16:07:16.569Z Compiling time v0.3.36
11582024-09-16T16:07:17.050Z Compiling cookie v0.17.0
11592024-09-16T16:07:17.129Z Compiling iana-time-zone v0.1.60
11602024-09-16T16:07:17.333Z Compiling finl_unicode v1.2.0
11612024-09-16T16:07:17.514Z Compiling slog v2.7.0
11622024-09-16T16:07:17.890Z Compiling regex-automata v0.4.6
11632024-09-16T16:07:18.054Z Compiling openssl-probe v0.1.5
11642024-09-16T16:07:18.442Z Compiling stringprep v0.1.4
11652024-09-16T16:07:19.002Z Compiling url v2.5.2
11662024-09-16T16:07:19.406Z Compiling serde_derive v1.0.208
11672024-09-16T16:07:19.531Z Compiling zeroize_derive v1.4.2
11682024-09-16T16:07:19.793Z Compiling zerocopy-derive v0.7.34
11692024-09-16T16:07:20.728Z Compiling tokio-macros v2.4.0
11702024-09-16T16:07:20.762Z Compiling futures-macro v0.3.30
11712024-09-16T16:07:20.998Z Compiling thiserror-impl v1.0.63
11722024-09-16T16:07:21.052Z Compiling zeroize v1.7.0
11732024-09-16T16:07:21.874Z Compiling zerocopy v0.7.34
11742024-09-16T16:07:22.223Z Compiling tracing-attributes v0.1.27
11752024-09-16T16:07:22.637Z Compiling futures-util v0.3.30
11762024-09-16T16:07:22.828Z Compiling crypto-common v0.1.6
11772024-09-16T16:07:23.053Z Compiling block-buffer v0.10.4
11782024-09-16T16:07:23.306Z Compiling digest v0.10.7
11792024-09-16T16:07:23.763Z Compiling hmac v0.12.1
11802024-09-16T16:07:23.949Z Compiling hashbrown v0.14.5
11812024-09-16T16:07:23.993Z Compiling block-padding v0.3.3
11822024-09-16T16:07:24.060Z Compiling thiserror v1.0.63
11832024-09-16T16:07:24.252Z Compiling inout v0.1.3
11842024-09-16T16:07:24.270Z Compiling sha2 v0.10.8
11852024-09-16T16:07:24.518Z Compiling cipher v0.4.4
11862024-09-16T16:07:24.996Z Compiling pest v2.7.10
11872024-09-16T16:07:25.307Z Compiling der_derive v0.7.2
11882024-09-16T16:07:25.782Z Compiling tracing v0.1.40
11892024-09-16T16:07:26.280Z Compiling salsa20 v0.10.2
11902024-09-16T16:07:26.509Z Compiling pbkdf2 v0.12.2
11912024-09-16T16:07:26.685Z Compiling scroll_derive v0.12.0
11922024-09-16T16:07:27.467Z Compiling pest_meta v2.7.10
11932024-09-16T16:07:27.674Z Compiling der v0.7.9
11942024-09-16T16:07:27.781Z Compiling scrypt v0.11.0
11952024-09-16T16:07:28.072Z Compiling scroll v0.12.0
11962024-09-16T16:07:28.327Z Compiling aes v0.8.4
11972024-09-16T16:07:28.357Z Compiling cbc v0.1.2
11982024-09-16T16:07:28.569Z Compiling goblin v0.8.2
11992024-09-16T16:07:28.581Z Compiling openssl-macros v0.1.1
12002024-09-16T16:07:29.350Z Compiling pest_generator v2.7.10
12012024-09-16T16:07:29.735Z Compiling spki v0.7.3
12022024-09-16T16:07:30.105Z Compiling pkcs5 v0.7.1
12032024-09-16T16:07:30.945Z Compiling pkcs8 v0.10.2
12042024-09-16T16:07:31.063Z Compiling md-5 v0.10.6
12052024-09-16T16:07:31.274Z Compiling pin-project-internal v1.1.5
12062024-09-16T16:07:31.669Z Compiling num-integer v0.1.46
12072024-09-16T16:07:32.412Z Compiling pest_derive v2.7.10
12082024-09-16T16:07:32.440Z Compiling rustls-webpki v0.101.7
12092024-09-16T16:07:32.570Z Compiling sct v0.7.1
12102024-09-16T16:07:32.899Z Compiling idna v0.3.0
12112024-09-16T16:07:33.222Z Compiling bytes v1.7.1
12122024-09-16T16:07:33.416Z Compiling indexmap v2.4.0
12132024-09-16T16:07:33.641Z Compiling bitflags v2.6.0
12142024-09-16T16:07:34.134Z Compiling tokio v1.39.3
12152024-09-16T16:07:34.413Z Compiling http v0.2.12
12162024-09-16T16:07:34.516Z Compiling semver v1.0.23
12172024-09-16T16:07:34.863Z Compiling http v1.1.0
12182024-09-16T16:07:35.250Z Compiling rustc_version v0.4.0
12192024-09-16T16:07:36.020Z Compiling heapless v0.7.17
12202024-09-16T16:07:36.468Z Compiling dof v0.3.0
12212024-09-16T16:07:36.942Z Compiling http-body v0.4.6
12222024-09-16T16:07:37.333Z Compiling dtrace-parser v0.2.0
12232024-09-16T16:07:37.381Z Compiling uuid v1.10.0
12242024-09-16T16:07:38.656Z Compiling usdt-impl v0.5.0
12252024-09-16T16:07:38.804Z Compiling toml_datetime v0.6.8
12262024-09-16T16:07:39.334Z Compiling chrono v0.4.38
12272024-09-16T16:07:39.449Z Compiling serde_tokenstream v0.2.2
12282024-09-16T16:07:39.840Z Compiling serde_spanned v0.6.7
12292024-09-16T16:07:40.027Z Compiling backtrace v0.3.71
12302024-09-16T16:07:40.076Z Compiling lazy_static v1.5.0
12312024-09-16T16:07:40.206Z Compiling hash32 v0.2.1
12322024-09-16T16:07:40.266Z Compiling gimli v0.28.1
12332024-09-16T16:07:40.525Z Compiling fallible-iterator v0.2.0
12342024-09-16T16:07:40.579Z Compiling atomic-waker v1.1.2
12352024-09-16T16:07:40.772Z Compiling psl-types v2.0.11
12362024-09-16T16:07:40.961Z Compiling base64 v0.22.1
12372024-09-16T16:07:41.224Z Compiling adler v1.0.2
12382024-09-16T16:07:41.452Z Compiling signal-hook v0.3.17
12392024-09-16T16:07:41.709Z Compiling crc32fast v1.4.0
12402024-09-16T16:07:41.790Z Compiling stable_deref_trait v1.2.0
12412024-09-16T16:07:41.829Z Compiling smoltcp v0.9.1
12422024-09-16T16:07:42.236Z Compiling tokio-util v0.7.11
12432024-09-16T16:07:42.530Z Compiling num-bigint-dig v0.8.4
12442024-09-16T16:07:42.903Z Compiling tokio-rustls v0.24.1
12452024-09-16T16:07:43.297Z Compiling h2 v0.3.26
12462024-09-16T16:07:44.202Z Compiling tokio-native-tls v0.3.1
12472024-09-16T16:07:44.229Z Compiling h2 v0.4.6
12482024-09-16T16:07:44.532Z Compiling addr2line v0.21.0
12492024-09-16T16:07:45.203Z Compiling postgres-protocol v0.6.7
12502024-09-16T16:07:45.253Z Compiling miniz_oxide v0.7.2
12512024-09-16T16:07:45.425Z Compiling hubpack_derive v0.1.1
12522024-09-16T16:07:45.810Z Compiling publicsuffix v2.2.3
12532024-09-16T16:07:46.030Z Compiling terminal_size v0.3.0
12542024-09-16T16:07:46.062Z Compiling http-body v1.0.0
12552024-09-16T16:07:46.243Z Compiling pin-project v1.1.5
12562024-09-16T16:07:46.302Z Compiling num-iter v0.1.45
12572024-09-16T16:07:46.340Z Compiling async-trait v0.1.82
12582024-09-16T16:07:46.379Z Compiling zerocopy-derive v0.6.6
12592024-09-16T16:07:47.346Z Compiling phf_shared v0.11.2
12602024-09-16T16:07:47.525Z Compiling serde_derive_internals v0.29.1
12612024-09-16T16:07:47.579Z Compiling ff v0.13.0
12622024-09-16T16:07:47.731Z Compiling object v0.32.2
12632024-09-16T16:07:47.800Z Compiling fs-err v2.11.0
12642024-09-16T16:07:48.106Z Compiling rustc-demangle v0.1.24
12652024-09-16T16:07:48.529Z Compiling winnow v0.5.40
12662024-09-16T16:07:48.851Z Compiling ipnet v2.9.0
12672024-09-16T16:07:49.045Z Compiling tower-layer v0.3.2
12682024-09-16T16:07:49.096Z Compiling base16ct v0.2.0
12692024-09-16T16:07:49.374Z Compiling anyhow v1.0.86
12702024-09-16T16:07:49.443Z Compiling managed v0.8.0
12712024-09-16T16:07:49.937Z Compiling schemars v0.8.21
12722024-09-16T16:07:49.996Z Compiling base64 v0.21.7
12732024-09-16T16:07:50.056Z Compiling either v1.13.0
12742024-09-16T16:07:50.312Z Compiling hyper v0.14.30
12752024-09-16T16:07:50.315Z Compiling adler2 v2.0.0
12762024-09-16T16:07:50.507Z Compiling bitflags v1.3.2
12772024-09-16T16:07:50.553Z Compiling miniz_oxide v0.8.0
12782024-09-16T16:07:50.725Z Compiling rustls-pemfile v1.0.4
12792024-09-16T16:07:51.173Z Compiling hyper v1.4.1
12802024-09-16T16:07:52.084Z Compiling toml_edit v0.19.15
12812024-09-16T16:07:52.337Z Compiling clap_builder v4.5.15
12822024-09-16T16:07:52.662Z Compiling schemars_derive v0.8.21
12832024-09-16T16:07:54.132Z Compiling tower v0.4.13
12842024-09-16T16:07:54.913Z Compiling sec1 v0.7.3
12852024-09-16T16:07:55.058Z Compiling zerocopy v0.6.6
12862024-09-16T16:07:55.463Z Compiling group v0.13.0
12872024-09-16T16:07:55.507Z Compiling phf v0.11.2
12882024-09-16T16:07:55.785Z Compiling cookie_store v0.20.0
12892024-09-16T16:07:55.888Z Compiling hubpack v0.1.2
12902024-09-16T16:07:55.981Z Compiling postgres-types v0.2.7
12912024-09-16T16:07:57.289Z Compiling hyper-rustls v0.24.2
12922024-09-16T16:07:57.315Z Compiling hyper-tls v0.5.0
12932024-09-16T16:07:57.645Z Compiling usdt-attr-macro v0.5.0
12942024-09-16T16:07:57.660Z Compiling usdt-macro v0.5.0
12952024-09-16T16:07:57.850Z Compiling serde-big-array v0.5.1
12962024-09-16T16:07:58.020Z Compiling serde_urlencoded v0.7.1
12972024-09-16T16:07:58.250Z Compiling pkcs1 v0.7.5
12982024-09-16T16:07:58.532Z Compiling futures-executor v0.3.30
12992024-09-16T16:07:59.104Z Compiling hkdf v0.12.4
13002024-09-16T16:07:59.123Z Compiling signature v2.2.0
13012024-09-16T16:07:59.282Z Compiling crypto-bigint v0.5.5
13022024-09-16T16:07:59.285Z Compiling regex v1.10.6
13032024-09-16T16:07:59.376Z Compiling bstr v1.9.1
13042024-09-16T16:07:59.414Z Compiling enum-as-inner v0.6.0
13052024-09-16T16:07:59.857Z Compiling serde_repr v0.1.19
13062024-09-16T16:08:00.166Z Compiling strum_macros v0.25.3
13072024-09-16T16:08:00.374Z Compiling clap_derive v4.5.13
13082024-09-16T16:08:00.495Z Compiling phf_shared v0.10.0
13092024-09-16T16:08:00.859Z Compiling float-cmp v0.9.0
13102024-09-16T16:08:01.020Z Compiling idna v0.4.0
13112024-09-16T16:08:01.082Z Compiling mio v0.8.11
13122024-09-16T16:08:01.180Z Compiling encoding_rs v0.8.34
13132024-09-16T16:08:01.396Z Compiling difflib v0.4.0
13142024-09-16T16:08:02.364Z Compiling precomputed-hash v0.1.1
13152024-09-16T16:08:02.514Z Compiling normalize-line-endings v0.3.0
13162024-09-16T16:08:02.531Z Compiling predicates-core v1.0.6
13172024-09-16T16:08:02.632Z Compiling data-encoding v2.6.0
13182024-09-16T16:08:02.885Z Compiling new_debug_unreachable v1.0.6
13192024-09-16T16:08:02.955Z Compiling minimal-lexical v0.2.1
13202024-09-16T16:08:02.988Z Compiling dyn-clone v1.0.17
13212024-09-16T16:08:03.211Z Compiling whoami v1.5.1
13222024-09-16T16:08:03.481Z Compiling unicode-segmentation v1.11.0
13232024-09-16T16:08:03.847Z Compiling mime v0.3.17
13242024-09-16T16:08:04.271Z Compiling static_assertions v1.1.0
13252024-09-16T16:08:04.370Z Compiling webpki-roots v0.25.4
13262024-09-16T16:08:04.389Z Compiling bit-vec v0.6.3
13272024-09-16T16:08:04.471Z Compiling sync_wrapper v0.1.2
13282024-09-16T16:08:04.541Z Compiling fixedbitset v0.4.2
13292024-09-16T16:08:04.610Z Compiling toml_edit v0.22.20
13302024-09-16T16:08:04.852Z Compiling petgraph v0.6.5
13312024-09-16T16:08:04.998Z Compiling bit-set v0.5.3
13322024-09-16T16:08:05.072Z Compiling reqwest v0.11.27
13332024-09-16T16:08:05.266Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3)
13342024-09-16T16:08:05.288Z Compiling similar v2.6.0
13352024-09-16T16:08:05.312Z Compiling clap v4.5.16
13362024-09-16T16:08:05.430Z Compiling tokio-postgres v0.7.11
13372024-09-16T16:08:05.534Z Compiling nom v7.1.3
13382024-09-16T16:08:07.807Z Compiling hickory-proto v0.24.1
13392024-09-16T16:08:09.065Z Compiling console v0.15.8
13402024-09-16T16:08:10.275Z Compiling string_cache v0.8.7
13412024-09-16T16:08:10.598Z Compiling predicates v3.1.2
13422024-09-16T16:08:10.735Z Compiling elliptic-curve v0.13.8
13432024-09-16T16:08:11.105Z Compiling signal-hook-mio v0.2.4
13442024-09-16T16:08:11.283Z Compiling usdt v0.5.0
13452024-09-16T16:08:11.551Z Compiling rsa v0.9.6
13462024-09-16T16:08:11.788Z Compiling futures v0.3.30
13472024-09-16T16:08:11.913Z Compiling flate2 v1.0.33
13482024-09-16T16:08:12.623Z Compiling toml v0.7.8
13492024-09-16T16:08:12.801Z Compiling hyper-util v0.1.3
13502024-09-16T16:08:12.843Z Compiling itertools v0.12.1
13512024-09-16T16:08:12.879Z Compiling itertools v0.10.5
13522024-09-16T16:08:13.111Z Compiling tokio-stream v0.1.15
13532024-09-16T16:08:14.135Z Compiling openapiv3 v2.0.0
13542024-09-16T16:08:14.357Z Compiling hex v0.4.3
13552024-09-16T16:08:14.961Z Compiling crossbeam-epoch v0.9.18
13562024-09-16T16:08:15.623Z Compiling sha1 v0.10.6
13572024-09-16T16:08:15.671Z Compiling dirs-sys-next v0.1.2
13582024-09-16T16:08:15.720Z Compiling lalrpop-util v0.19.12
13592024-09-16T16:08:15.943Z Compiling unicode-xid v0.2.4
13602024-09-16T16:08:16.040Z Compiling peg-runtime v0.8.3
13612024-09-16T16:08:16.074Z Compiling dirs-next v2.0.0
13622024-09-16T16:08:16.124Z Compiling thread_local v1.1.8
13632024-09-16T16:08:16.266Z Compiling slog-async v2.8.0
13642024-09-16T16:08:16.317Z Compiling term v0.7.0
13652024-09-16T16:08:16.687Z Compiling xattr v1.3.1
13662024-09-16T16:08:16.690Z Compiling crossbeam-channel v0.5.12
13672024-09-16T16:08:16.867Z Compiling strum_macros v0.26.4
13682024-09-16T16:08:16.955Z Compiling is-terminal v0.4.12
13692024-09-16T16:08:17.088Z Compiling filetime v0.2.25
13702024-09-16T16:08:17.406Z Compiling take_mut v0.2.2
13712024-09-16T16:08:17.796Z Compiling tar v0.4.41
13722024-09-16T16:08:17.832Z Compiling slog-term v2.9.1
13732024-09-16T16:08:17.950Z Compiling camino v1.1.9
13742024-09-16T16:08:19.650Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13752024-09-16T16:08:20.135Z Compiling strum v0.26.3
13762024-09-16T16:08:20.212Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13772024-09-16T16:08:25.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
13782024-09-16T16:08:25.603Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13792024-09-16T16:08:25.648ZSep 16 16:08:24.397 INFO Starting download, target: Clickhouse
13802024-09-16T16:08:25.648ZSep 16 16:08:24.398 INFO Starting download, target: Cockroach
13812024-09-16T16:08:25.648ZSep 16 16:08:24.398 INFO Starting download, target: Console
13822024-09-16T16:08:25.651ZSep 16 16:08:24.398 INFO Starting download, target: DendriteOpenapi
13832024-09-16T16:08:25.651ZSep 16 16:08:24.398 INFO Starting download, target: DendriteStub
13842024-09-16T16:08:25.651ZSep 16 16:08:24.398 INFO Starting download, target: MaghemiteMgd
13852024-09-16T16:08:25.651ZSep 16 16:08:24.398 INFO Starting download, target: TransceiverControl
13862024-09-16T16:08:25.651ZSep 16 16:08:24.398 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13872024-09-16T16:08:25.651ZSep 16 16:08:24.398 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13882024-09-16T16:08:25.651ZSep 16 16:08:24.398 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13892024-09-16T16:08:25.651ZSep 16 16:08:24.398 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13902024-09-16T16:08:25.651ZSep 16 16:08:24.399 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13912024-09-16T16:08:25.651ZSep 16 16:08:24.399 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13922024-09-16T16:08:25.651ZSep 16 16:08:24.399 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13932024-09-16T16:08:25.835ZSep 16 16:08:24.583 INFO Download complete, target: DendriteOpenapi
13942024-09-16T16:08:25.977ZSep 16 16:08:24.716 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13952024-09-16T16:08:26.312ZSep 16 16:08:25.060 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13962024-09-16T16:08:26.374ZSep 16 16:08:25.123 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13972024-09-16T16:08:26.408ZSep 16 16:08:25.158 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13982024-09-16T16:08:26.771ZSep 16 16:08:25.520 INFO Download complete, target: TransceiverControl
13992024-09-16T16:08:26.771ZSep 16 16:08:25.520 INFO Download complete, target: Console
14002024-09-16T16:08:27.086ZSep 16 16:08:25.835 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14012024-09-16T16:08:27.086ZSep 16 16:08:25.835 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14022024-09-16T16:08:27.601ZSep 16 16:08:26.350 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14032024-09-16T16:08:29.576ZSep 16 16:08:28.324 INFO Download complete, target: DendriteStub
14042024-09-16T16:08:29.661ZSep 16 16:08:28.410 INFO Download complete, target: MaghemiteMgd
14052024-09-16T16:08:35.574ZSep 16 16:08:34.322 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14062024-09-16T16:08:35.925ZSep 16 16:08:34.673 INFO Checking that binary works, target: Cockroach
14072024-09-16T16:08:36.073ZSep 16 16:08:34.821 INFO Download complete, target: Cockroach
14082024-09-16T16:08:42.002ZSep 16 16:08:40.749 INFO Checking that binary works, target: Clickhouse
14092024-09-16T16:08:43.128ZSep 16 16:08:41.874 INFO Download complete, target: Clickhouse
14102024-09-16T16:08:43.135ZAll prerequisites installed successfully
14112024-09-16T16:08:43.137Z
14122024-09-16T16:08:43.137Zreal 4:15.551949406
14132024-09-16T16:08:43.137Zuser 11:28.890070035
14142024-09-16T16:08:43.137Zsys 2:27.236611245
14152024-09-16T16:08:43.137Ztrap 0.404635696
14162024-09-16T16:08:43.137Ztflt 11.073632931
14172024-09-16T16:08:43.137Zdflt 9.554959637
14182024-09-16T16:08:43.137Zkflt 0.528328416
14192024-09-16T16:08:43.137Zlock 22:22.566795582
14202024-09-16T16:08:43.137Zslp 47:26.614561464
14212024-09-16T16:08:43.137Zlat 37.759860043
14222024-09-16T16:08:43.137Zstop 1:45.445622041
14232024-09-16T16:08:43.138Z+ source ./tools/include/force-git-over-https.sh
14242024-09-16T16:08:43.138Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14252024-09-16T16:08:43.138Z++ (( i = 0 ))
14262024-09-16T16:08:43.138Z++ (( i < 5 ))
14272024-09-16T16:08:43.138Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14282024-09-16T16:08:43.140Z++ (( i++ ))
14292024-09-16T16:08:43.140Z++ (( i < 5 ))
14302024-09-16T16:08:43.140Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14312024-09-16T16:08:43.143Z++ (( i++ ))
14322024-09-16T16:08:43.143Z++ (( i < 5 ))
14332024-09-16T16:08:43.143Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14342024-09-16T16:08:43.146Z++ (( i++ ))
14352024-09-16T16:08:43.146Z++ (( i < 5 ))
14362024-09-16T16:08:43.146Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14372024-09-16T16:08:43.148Z++ (( i++ ))
14382024-09-16T16:08:43.148Z++ (( i < 5 ))
14392024-09-16T16:08:43.148Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14402024-09-16T16:08:43.151Z++ (( i++ ))
14412024-09-16T16:08:43.151Z++ (( i < 5 ))
14422024-09-16T16:08:43.154Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14432024-09-16T16:08:43.154Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14442024-09-16T16:08:43.154Z+ rc=0
14452024-09-16T16:08:43.154Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14462024-09-16T16:09:04.377Z+ case $rc in
14472024-09-16T16:09:04.377Z+ pfexec zfs create -p rpool/images/build/host
14482024-09-16T16:09:04.566Z+ pfexec zfs create -p rpool/images/build/recovery
14492024-09-16T16:09:04.632Z+ cargo xtask releng --output-dir /work
14502024-09-16T16:09:09.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14512024-09-16T16:09:09.216Z Running `target/debug/xtask releng --output-dir /work`
14522024-09-16T16:09:09.216Z Compiling proc-macro2 v1.0.86
14532024-09-16T16:09:09.217Z Compiling unicode-ident v1.0.12
14542024-09-16T16:09:09.217Z Compiling libc v0.2.158
14552024-09-16T16:09:09.217Z Compiling serde v1.0.208
14562024-09-16T16:09:09.217Z Compiling version_check v0.9.5
14572024-09-16T16:09:09.217Z Compiling autocfg v1.3.0
14582024-09-16T16:09:09.217Z Compiling cfg-if v1.0.0
14592024-09-16T16:09:09.217Z Compiling once_cell v1.19.0
14602024-09-16T16:09:09.217Z Compiling typenum v1.17.0
14612024-09-16T16:09:09.217Z Compiling memchr v2.7.2
14622024-09-16T16:09:09.217Z Compiling generic-array v0.14.7
14632024-09-16T16:09:09.217Z Compiling lock_api v0.4.12
14642024-09-16T16:09:09.217Z Compiling ahash v0.8.11
14652024-09-16T16:09:09.217Z Compiling parking_lot_core v0.9.10
14662024-09-16T16:09:09.217Z Compiling serde_json v1.0.125
14672024-09-16T16:09:09.217Z Compiling libm v0.2.8
14682024-09-16T16:09:09.222Z Compiling byteorder v1.5.0
14692024-09-16T16:09:09.222Z Compiling num-traits v0.2.19
14702024-09-16T16:09:09.222Z Compiling quote v1.0.36
14712024-09-16T16:09:09.222Z Compiling value-bag v1.9.0
14722024-09-16T16:09:09.222Z Compiling syn v2.0.74
14732024-09-16T16:09:09.222Z Compiling getrandom v0.2.14
14742024-09-16T16:09:09.222Z Compiling jobserver v0.1.32
14752024-09-16T16:09:09.222Z Compiling log v0.4.21
14762024-09-16T16:09:09.222Z Compiling scopeguard v1.2.0
14772024-09-16T16:09:09.222Z Compiling cc v1.0.97
14782024-09-16T16:09:09.292Z Compiling slab v0.4.9
14792024-09-16T16:09:09.398Z Compiling itoa v1.0.11
14802024-09-16T16:09:09.621Z Compiling thiserror v1.0.63
14812024-09-16T16:09:09.655Z Compiling rand_core v0.6.4
14822024-09-16T16:09:09.835Z Compiling pkg-config v0.3.30
14832024-09-16T16:09:10.262Z Compiling pin-project-lite v0.2.14
14842024-09-16T16:09:10.323Z Compiling smallvec v1.13.2
14852024-09-16T16:09:10.536Z Compiling allocator-api2 v0.2.18
14862024-09-16T16:09:10.665Z Compiling semver v1.0.23
14872024-09-16T16:09:11.051Z Compiling ryu v1.0.18
14882024-09-16T16:09:11.151Z Compiling vcpkg v0.2.15
14892024-09-16T16:09:11.372Z Compiling signal-hook-registry v1.4.2
14902024-09-16T16:09:11.437Z Compiling httparse v1.8.0
14912024-09-16T16:09:11.945Z Compiling parking_lot v0.12.2
14922024-09-16T16:09:12.011Z Compiling mio v1.0.2
14932024-09-16T16:09:12.422Z Compiling ring v0.17.8
14942024-09-16T16:09:12.709Z Compiling futures-core v0.3.30
14952024-09-16T16:09:12.915Z Compiling spin v0.9.8
14962024-09-16T16:09:12.938Z Compiling openssl-sys v0.9.103
14972024-09-16T16:09:12.961Z Compiling socket2 v0.5.7
14982024-09-16T16:09:13.417Z Compiling subtle v2.5.0
14992024-09-16T16:09:13.466Z Compiling fnv v1.0.7
15002024-09-16T16:09:14.004Z Compiling const-oid v0.9.6
15012024-09-16T16:09:14.230Z Compiling schemars v0.8.21
15022024-09-16T16:09:14.689Z Compiling equivalent v1.0.1
15032024-09-16T16:09:14.720Z Compiling rustix v0.38.34
15042024-09-16T16:09:15.010Z Compiling futures-sink v0.3.30
15052024-09-16T16:09:15.233Z Compiling heck v0.5.0
15062024-09-16T16:09:15.818Z Compiling serde_derive_internals v0.29.1
15072024-09-16T16:09:16.494Z Compiling num-conv v0.1.0
15082024-09-16T16:09:16.655Z Compiling time-core v0.1.2
15092024-09-16T16:09:16.885Z Compiling time-macros v0.2.18
15102024-09-16T16:09:17.011Z Compiling openssl v0.10.66
15112024-09-16T16:09:17.473Z Compiling futures-channel v0.3.30
15122024-09-16T16:09:17.565Z Compiling pin-utils v0.1.0
15132024-09-16T16:09:17.706Z Compiling tinyvec_macros v0.1.1
15142024-09-16T16:09:17.803Z Compiling rustls v0.21.12
15152024-09-16T16:09:17.812Z Compiling futures-io v0.3.30
15162024-09-16T16:09:17.861Z Compiling native-tls v0.2.11
15172024-09-16T16:09:17.930Z Compiling futures-task v0.3.30
15182024-09-16T16:09:17.980Z Compiling tinyvec v1.6.0
15192024-09-16T16:09:18.367Z Compiling crossbeam-utils v0.8.19
15202024-09-16T16:09:18.586Z Compiling cookie v0.17.0
15212024-09-16T16:09:19.087Z Compiling iana-time-zone v0.1.60
15222024-09-16T16:09:19.224Z Compiling cpufeatures v0.2.12
15232024-09-16T16:09:19.227Z Compiling ucd-trie v0.1.6
15242024-09-16T16:09:19.540Z Compiling tracing-core v0.1.32
15252024-09-16T16:09:19.597Z Compiling syn v1.0.109
15262024-09-16T16:09:19.763Z Compiling unicode-normalization v0.1.23
15272024-09-16T16:09:19.890Z Compiling unicode-bidi v0.3.15
15282024-09-16T16:09:19.982Z Compiling slog v2.7.0
15292024-09-16T16:09:20.737Z Compiling aho-corasick v1.1.3
15302024-09-16T16:09:21.153Z Compiling regex-syntax v0.8.4
15312024-09-16T16:09:21.406Z Compiling serde_derive v1.0.208
15322024-09-16T16:09:21.746Z Compiling zeroize_derive v1.4.2
15332024-09-16T16:09:21.960Z Compiling zerocopy-derive v0.7.34
15342024-09-16T16:09:22.346Z Compiling tokio-macros v2.4.0
15352024-09-16T16:09:23.121Z Compiling thiserror-impl v1.0.63
15362024-09-16T16:09:23.287Z Compiling futures-macro v0.3.30
15372024-09-16T16:09:24.028Z Compiling zerocopy v0.7.34
15382024-09-16T16:09:24.048Z Compiling zeroize v1.7.0
15392024-09-16T16:09:25.213Z Compiling tracing-attributes v0.1.27
15402024-09-16T16:09:26.337Z Compiling hashbrown v0.14.5
15412024-09-16T16:09:26.838Z Compiling crypto-common v0.1.6
15422024-09-16T16:09:27.117Z Compiling der_derive v0.7.2
15432024-09-16T16:09:27.435Z Compiling block-buffer v0.10.4
15442024-09-16T16:09:27.634Z Compiling schemars_derive v0.8.21
15452024-09-16T16:09:27.711Z Compiling digest v0.10.7
15462024-09-16T16:09:28.159Z Compiling openssl-macros v0.1.1
15472024-09-16T16:09:28.609Z Compiling futures-util v0.3.30
15482024-09-16T16:09:28.714Z Compiling scroll_derive v0.12.0
15492024-09-16T16:09:28.993Z Compiling hmac v0.12.1
15502024-09-16T16:09:29.056Z Compiling pest v2.7.10
15512024-09-16T16:09:29.237Z Compiling block-padding v0.3.3
15522024-09-16T16:09:30.201Z Compiling inout v0.1.3
15532024-09-16T16:09:30.524Z Compiling tracing v0.1.40
15542024-09-16T16:09:30.809Z Compiling untrusted v0.9.0
15552024-09-16T16:09:31.524Z Compiling cipher v0.4.4
15562024-09-16T16:09:32.118Z Compiling pest_meta v2.7.10
15572024-09-16T16:09:32.137Z Compiling sha2 v0.10.8
15582024-09-16T16:09:32.238Z Compiling regex-automata v0.4.6
15592024-09-16T16:09:35.870Z Compiling bytes v1.7.1
15602024-09-16T16:09:36.575Z Compiling bitflags v2.6.0
15612024-09-16T16:09:37.248Z Compiling tokio v1.39.3
15622024-09-16T16:09:37.863Z Compiling indexmap v2.4.0
15632024-09-16T16:09:39.436Z Compiling serde_tokenstream v0.2.2
15642024-09-16T16:09:40.151Z Compiling uuid v1.10.0
15652024-09-16T16:09:40.320Z Compiling chrono v0.4.38
15662024-09-16T16:09:41.006Z Compiling http v0.2.12
15672024-09-16T16:09:44.003Z Compiling pest_generator v2.7.10
15682024-09-16T16:09:44.141Z Compiling crc32fast v1.4.0
15692024-09-16T16:09:44.371Z Compiling dyn-clone v1.0.17
15702024-09-16T16:09:44.436Z Compiling rustc_version v0.4.0
15712024-09-16T16:09:45.814Z Compiling usdt-impl v0.5.0
15722024-09-16T16:09:45.985Z Compiling pest_derive v2.7.10
15732024-09-16T16:09:46.107Z Compiling percent-encoding v2.3.1
15742024-09-16T16:09:46.217Z Compiling base64ct v1.6.0
15752024-09-16T16:09:46.726Z Compiling powerfmt v0.2.0
15762024-09-16T16:09:46.847Z Compiling tokio-util v0.7.11
15772024-09-16T16:09:46.871Z Compiling heck v0.4.1
15782024-09-16T16:09:46.946Z Compiling pem-rfc7468 v0.7.0
15792024-09-16T16:09:47.217Z Compiling deranged v0.3.11
15802024-09-16T16:09:47.976Z Compiling heapless v0.7.17
15812024-09-16T16:09:48.640Z Compiling scroll v0.12.0
15822024-09-16T16:09:49.083Z Compiling zerocopy-derive v0.6.6
15832024-09-16T16:09:49.391Z Compiling pin-project-internal v1.1.5
15842024-09-16T16:09:50.016Z Compiling backtrace v0.3.71
15852024-09-16T16:09:50.326Z Compiling errno v0.3.9
15862024-09-16T16:09:50.856Z Compiling num-bigint-dig v0.8.4
15872024-09-16T16:09:50.873Z Compiling num_threads v0.1.7
15882024-09-16T16:09:50.997Z Compiling flagset v0.4.5
15892024-09-16T16:09:51.163Z Compiling plain v0.2.3
15902024-09-16T16:09:51.166Z Compiling try-lock v0.2.5
15912024-09-16T16:09:51.335Z Compiling ppv-lite86 v0.2.17
15922024-09-16T16:09:51.368Z Compiling goblin v0.8.2
15932024-09-16T16:09:51.570Z Compiling want v0.3.1
15942024-09-16T16:09:51.842Z Compiling der v0.7.9
15952024-09-16T16:09:52.105Z Compiling rand_chacha v0.3.1
15962024-09-16T16:09:52.200Z Compiling time v0.3.36
15972024-09-16T16:09:53.431Z Compiling regex v1.10.6
15982024-09-16T16:09:53.679Z Compiling salsa20 v0.10.2
15992024-09-16T16:09:54.385Z Compiling pbkdf2 v0.12.2
16002024-09-16T16:09:54.573Z Compiling async-trait v0.1.82
16012024-09-16T16:09:55.613Z Compiling strsim v0.11.1
16022024-09-16T16:09:55.945Z Compiling rustversion v1.0.17
16032024-09-16T16:09:56.699Z Compiling httpdate v1.0.3
16042024-09-16T16:09:57.091Z Compiling tower-service v0.3.2
16052024-09-16T16:09:57.238Z Compiling pretty-hex v0.4.1
16062024-09-16T16:09:57.487Z Compiling dof v0.3.0
16072024-09-16T16:09:58.918Z Compiling scrypt v0.11.0
16082024-09-16T16:09:58.984Z Compiling spki v0.7.3
16092024-09-16T16:09:59.440Z Compiling rand v0.8.5
16102024-09-16T16:09:59.532Z Compiling dtrace-parser v0.2.0
16112024-09-16T16:09:59.587Z Compiling form_urlencoded v1.2.1
16122024-09-16T16:10:00.547Z Compiling aes v0.8.4
16132024-09-16T16:10:00.898Z Compiling cbc v0.1.2
16142024-09-16T16:10:01.216Z Compiling thread-id v4.2.1
16152024-09-16T16:10:01.523Z Compiling smoltcp v0.9.1
16162024-09-16T16:10:01.767Z Compiling foreign-types-shared v0.1.1
16172024-09-16T16:10:01.958Z Compiling anyhow v1.0.86
16182024-09-16T16:10:02.087Z Compiling unicode-width v0.1.13
16192024-09-16T16:10:02.441Z Compiling signal-hook v0.3.17
16202024-09-16T16:10:02.619Z Compiling foreign-types v0.3.2
16212024-09-16T16:10:02.893Z Compiling pkcs5 v0.7.1
16222024-09-16T16:10:05.952Z Compiling http-body v0.4.6
16232024-09-16T16:10:06.476Z Compiling h2 v0.3.26
16242024-09-16T16:10:08.161Z Compiling clap_derive v4.5.13
16252024-09-16T16:10:09.358Z Compiling siphasher v0.3.11
16262024-09-16T16:10:09.761Z Compiling base64 v0.21.7
16272024-09-16T16:10:15.866Z Compiling hyper v0.14.30
16282024-09-16T16:10:16.103Z Compiling pkcs8 v0.10.2
16292024-09-16T16:10:16.844Z Compiling rustls-webpki v0.101.7
16302024-09-16T16:10:18.045Z Compiling sct v0.7.1
16312024-09-16T16:10:18.706Z Compiling hubpack_derive v0.1.1
16322024-09-16T16:10:19.617Z Compiling openapiv3 v2.0.0
16332024-09-16T16:10:19.673Z Compiling http v1.1.0
16342024-09-16T16:10:22.612Z Compiling idna v0.5.0
16352024-09-16T16:10:24.722Z Compiling fs-err v2.11.0
16362024-09-16T16:10:25.140Z Compiling openssl-probe v0.1.5
16372024-09-16T16:10:25.555Z Compiling utf8parse v0.2.1
16382024-09-16T16:10:25.722Z Compiling finl_unicode v1.2.0
16392024-09-16T16:10:26.785Z Compiling anstyle v1.0.8
16402024-09-16T16:10:28.480Z Compiling stringprep v0.1.4
16412024-09-16T16:10:28.557Z Compiling anstyle-parse v0.2.4
16422024-09-16T16:10:29.518Z Compiling url v2.5.2
16432024-09-16T16:10:35.098Z Compiling usdt-attr-macro v0.5.0
16442024-09-16T16:10:35.370Z Compiling usdt-macro v0.5.0
16452024-09-16T16:10:36.743Z Compiling serde_spanned v0.6.7
16462024-09-16T16:10:36.758Z Compiling toml_datetime v0.6.8
16472024-09-16T16:10:36.950Z Compiling md-5 v0.10.6
16482024-09-16T16:10:37.190Z Compiling regress v0.9.1
16492024-09-16T16:10:37.193Z Compiling idna v0.3.0
16502024-09-16T16:10:38.741Z Compiling lazy_static v1.5.0
16512024-09-16T16:10:38.879Z Compiling num-integer v0.1.46
16522024-09-16T16:10:39.150Z Compiling hash32 v0.2.1
16532024-09-16T16:10:39.531Z Compiling encoding_rs v0.8.34
16542024-09-16T16:10:39.578Z Compiling anstyle-query v1.0.3
16552024-09-16T16:10:39.732Z Compiling is_terminal_polyfill v1.70.0
16562024-09-16T16:10:39.868Z Compiling psl-types v2.0.11
16572024-09-16T16:10:40.012Z Compiling mime v0.3.17
16582024-09-16T16:10:40.056Z Compiling base64 v0.22.1
16592024-09-16T16:10:40.757Z Compiling colorchoice v1.0.1
16602024-09-16T16:10:41.049Z Compiling stable_deref_trait v1.2.0
16612024-09-16T16:10:41.136Z Compiling atomic-waker v1.1.2
16622024-09-16T16:10:41.161Z Compiling gimli v0.28.1
16632024-09-16T16:10:41.221Z Compiling fallible-iterator v0.2.0
16642024-09-16T16:10:41.319Z Compiling adler v1.0.2
16652024-09-16T16:10:41.529Z Compiling miniz_oxide v0.7.2
16662024-09-16T16:10:41.873Z Compiling h2 v0.4.6
16672024-09-16T16:10:41.922Z Compiling postgres-protocol v0.6.7
16682024-09-16T16:10:43.083Z Compiling publicsuffix v2.2.3
16692024-09-16T16:10:43.380Z Compiling anstream v0.6.14
16702024-09-16T16:10:43.402Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16712024-09-16T16:10:44.282Z Compiling num-iter v0.1.45
16722024-09-16T16:10:45.968Z Compiling addr2line v0.21.0
16732024-09-16T16:10:48.811Z Compiling tokio-rustls v0.24.1
16742024-09-16T16:10:49.689Z Compiling terminal_size v0.3.0
16752024-09-16T16:10:49.896Z Compiling tokio-native-tls v0.3.1
16762024-09-16T16:10:50.205Z Compiling http-body v1.0.0
16772024-09-16T16:10:50.314Z Compiling phf_shared v0.11.2
16782024-09-16T16:10:50.447Z Compiling strum_macros v0.25.3
16792024-09-16T16:10:50.550Z Compiling serde_urlencoded v0.7.1
16802024-09-16T16:10:50.671Z Compiling pin-project v1.1.5
16812024-09-16T16:10:50.833Z Compiling enum-as-inner v0.6.0
16822024-09-16T16:10:51.375Z Compiling serde_repr v0.1.19
16832024-09-16T16:10:51.582Z Compiling ff v0.13.0
16842024-09-16T16:10:51.607Z Compiling object v0.32.2
16852024-09-16T16:10:51.821Z Compiling either v1.13.0
16862024-09-16T16:10:51.849Z Compiling ipnet v2.9.0
16872024-09-16T16:10:52.243Z Compiling rustc-demangle v0.1.24
16882024-09-16T16:10:52.498Z Compiling winnow v0.5.40
16892024-09-16T16:10:53.246Z Compiling clap_lex v0.7.0
16902024-09-16T16:10:53.687Z Compiling base16ct v0.2.0
16912024-09-16T16:10:54.032Z Compiling adler2 v2.0.0
16922024-09-16T16:10:54.227Z Compiling bitflags v1.3.2
16932024-09-16T16:10:54.388Z Compiling managed v0.8.0
16942024-09-16T16:10:55.289Z Compiling tower-layer v0.3.2
16952024-09-16T16:10:55.318Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16962024-09-16T16:10:55.451Z Compiling rustls-pemfile v1.0.4
16972024-09-16T16:10:55.566Z Compiling tower v0.4.13
16982024-09-16T16:10:55.898Z Compiling miniz_oxide v0.8.0
16992024-09-16T16:10:56.309Z Compiling toml_edit v0.19.15
17002024-09-16T16:10:56.444Z Compiling sec1 v0.7.3
17012024-09-16T16:10:56.999Z Compiling clap_builder v4.5.15
17022024-09-16T16:10:57.600Z Compiling group v0.13.0
17032024-09-16T16:10:58.585Z Compiling phf v0.11.2
17042024-09-16T16:10:58.864Z Compiling hyper-tls v0.5.0
17052024-09-16T16:10:59.090Z Compiling hyper v1.4.1
17062024-09-16T16:10:59.579Z Compiling hyper-rustls v0.24.2
17072024-09-16T16:10:59.994Z Compiling cookie_store v0.20.0
17082024-09-16T16:11:00.850Z Compiling postgres-types v0.2.7
17092024-09-16T16:11:01.463Z Compiling hubpack v0.1.2
17102024-09-16T16:11:01.905Z Compiling pkcs1 v0.7.5
17112024-09-16T16:11:02.453Z Compiling phf_shared v0.10.0
17122024-09-16T16:11:02.871Z Compiling zerocopy v0.6.6
17132024-09-16T16:11:03.001Z Compiling bstr v1.9.1
17142024-09-16T16:11:03.126Z Compiling serde-big-array v0.5.1
17152024-09-16T16:11:03.357Z Compiling futures-executor v0.3.30
17162024-09-16T16:11:03.359Z Compiling hkdf v0.12.4
17172024-09-16T16:11:03.596Z Compiling signature v2.2.0
17182024-09-16T16:11:03.694Z Compiling crypto-bigint v0.5.5
17192024-09-16T16:11:03.826Z Compiling idna v0.4.0
17202024-09-16T16:11:03.917Z Compiling float-cmp v0.9.0
17212024-09-16T16:11:04.041Z Compiling mio v0.8.11
17222024-09-16T16:11:04.141Z Compiling memmap v0.7.0
17232024-09-16T16:11:04.479Z Compiling bit-vec v0.6.3
17242024-09-16T16:11:04.927Z Compiling sync_wrapper v0.1.2
17252024-09-16T16:11:04.949Z Compiling unicode-segmentation v1.11.0
17262024-09-16T16:11:05.177Z Compiling winnow v0.6.18
17272024-09-16T16:11:05.494Z Compiling predicates-core v1.0.6
17282024-09-16T16:11:05.740Z Compiling difflib v0.4.0
17292024-09-16T16:11:05.810Z Compiling fixedbitset v0.4.2
17302024-09-16T16:11:05.918Z Compiling whoami v1.5.1
17312024-09-16T16:11:06.416Z Compiling minimal-lexical v0.2.1
17322024-09-16T16:11:06.475Z Compiling webpki-roots v0.25.4
17332024-09-16T16:11:06.655Z Compiling precomputed-hash v0.1.1
17342024-09-16T16:11:06.781Z Compiling static_assertions v1.1.0
17352024-09-16T16:11:06.915Z Compiling normalize-line-endings v0.3.0
17362024-09-16T16:11:07.047Z Compiling data-encoding v2.6.0
17372024-09-16T16:11:07.101Z Compiling new_debug_unreachable v1.0.6
17382024-09-16T16:11:07.159Z Compiling reqwest v0.11.27
17392024-09-16T16:11:07.197Z Compiling string_cache v0.8.7
17402024-09-16T16:11:07.508Z Compiling predicates v3.1.2
17412024-09-16T16:11:07.917Z Compiling hickory-proto v0.24.1
17422024-09-16T16:11:08.676Z Compiling toml_edit v0.22.20
17432024-09-16T16:11:08.705Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3)
17442024-09-16T16:11:08.752Z Compiling nom v7.1.3
17452024-09-16T16:11:08.960Z Compiling elliptic-curve v0.13.8
17462024-09-16T16:11:09.712Z Compiling tokio-postgres v0.7.11
17472024-09-16T16:11:12.354Z Compiling petgraph v0.6.5
17482024-09-16T16:11:14.965Z Compiling similar v2.6.0
17492024-09-16T16:11:15.417Z Compiling bit-set v0.5.3
17502024-09-16T16:11:15.710Z Compiling signal-hook-mio v0.2.4
17512024-09-16T16:11:15.789Z Compiling usdt v0.5.0
17522024-09-16T16:11:16.242Z Compiling rsa v0.9.6
17532024-09-16T16:11:16.327Z Compiling futures v0.3.30
17542024-09-16T16:11:16.931Z Compiling hyper-util v0.1.3
17552024-09-16T16:11:17.118Z Compiling clap v4.5.16
17562024-09-16T16:11:17.171Z Compiling toml v0.7.8
17572024-09-16T16:11:17.244Z Compiling crossbeam-epoch v0.9.18
17582024-09-16T16:11:17.724Z Compiling flate2 v1.0.33
17592024-09-16T16:11:17.825Z Compiling itertools v0.12.1
17602024-09-16T16:11:17.932Z Compiling itertools v0.10.5
17612024-09-16T16:11:17.934Z Compiling console v0.15.8
17622024-09-16T16:11:19.526Z Compiling tokio-stream v0.1.15
17632024-09-16T16:11:19.798Z Compiling hex v0.4.3
17642024-09-16T16:11:20.540Z Compiling sha1 v0.10.6
17652024-09-16T16:11:21.073Z Compiling radium v0.7.0
17662024-09-16T16:11:21.261Z Compiling unicode-xid v0.2.4
17672024-09-16T16:11:21.459Z Compiling camino v1.1.9
17682024-09-16T16:11:21.619Z Compiling peg-runtime v0.8.3
17692024-09-16T16:11:21.686Z Compiling lalrpop-util v0.19.12
17702024-09-16T16:11:22.119Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17712024-09-16T16:11:26.862Z Compiling is-terminal v0.4.12
17722024-09-16T16:11:27.456Z Compiling ident_case v1.0.1
17732024-09-16T16:11:30.068Z Compiling maybe-uninit v2.0.0
17742024-09-16T16:11:30.578Z Compiling rustls-pki-types v1.7.0
17752024-09-16T16:11:31.667Z Compiling tap v1.0.1
17762024-09-16T16:11:31.940Z Compiling wyz v0.5.1
17772024-09-16T16:11:39.093Z Compiling darling_core v0.20.9
17782024-09-16T16:11:47.414Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17792024-09-16T16:11:47.751Z Compiling getopts v0.2.21
17802024-09-16T16:11:49.342Z Compiling bzip2-sys v0.1.11+1.0.8
17812024-09-16T16:11:49.851Z Compiling dirs-sys-next v0.1.2
17822024-09-16T16:11:50.591Z Compiling packed_struct v0.10.1
17832024-09-16T16:11:50.830Z Compiling funty v2.0.0
17842024-09-16T16:11:50.899Z Compiling paste v1.0.15
17852024-09-16T16:11:51.011Z Compiling rustls v0.22.4
17862024-09-16T16:11:51.059Z Compiling unsafe-libyaml v0.2.11
17872024-09-16T16:11:52.819Z Compiling serde_yaml v0.9.34+deprecated
17882024-09-16T16:11:52.838Z Compiling bitvec v1.0.1
17892024-09-16T16:11:53.987Z Compiling dirs-next v2.0.0
17902024-09-16T16:11:55.189Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17912024-09-16T16:11:57.221Z Compiling darling_macro v0.20.9
17922024-09-16T16:11:58.267Z Compiling rustls-webpki v0.102.4
17932024-09-16T16:12:01.761Z Compiling packed_struct_codegen v0.10.1
17942024-09-16T16:12:01.835Z Compiling structmeta-derive v0.3.0
17952024-09-16T16:12:02.355Z Compiling thread_local v1.1.8
17962024-09-16T16:12:02.892Z Compiling indexmap v1.9.3
17972024-09-16T16:12:03.035Z Compiling multer v3.1.0
17982024-09-16T16:12:03.213Z Compiling fastrand v2.1.0
17992024-09-16T16:12:03.743Z Compiling nodrop v0.1.14
18002024-09-16T16:12:03.869Z Compiling match_cfg v0.1.0
18012024-09-16T16:12:03.975Z Compiling slog-async v2.8.0
18022024-09-16T16:12:04.001Z Compiling rayon-core v1.12.1
18032024-09-16T16:12:04.239Z Compiling crc-catalog v2.4.0
18042024-09-16T16:12:04.445Z Compiling crc v3.2.1
18052024-09-16T16:12:04.483Z Compiling structmeta v0.3.0
18062024-09-16T16:12:04.538Z Compiling hostname v0.3.1
18072024-09-16T16:12:04.827Z Compiling array-init v0.0.4
18082024-09-16T16:12:06.414Z Compiling tempfile v3.10.1
18092024-09-16T16:12:07.477Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18102024-09-16T16:12:08.496Z Compiling smallvec v0.6.14
18112024-09-16T16:12:09.429Z Compiling darling v0.20.9
18122024-09-16T16:12:09.555Z Compiling term v0.7.0
18132024-09-16T16:12:18.609Z Compiling crossbeam-deque v0.8.5
18142024-09-16T16:12:18.932Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18152024-09-16T16:12:19.002Z Compiling slog-json v2.6.1
18162024-09-16T16:12:19.576Z Compiling crossbeam-channel v0.5.12
18172024-09-16T16:12:20.902Z Compiling async-stream-impl v0.3.5
18182024-09-16T16:12:22.071Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18192024-09-16T16:12:22.406Z Compiling take_mut v0.2.2
18202024-09-16T16:12:22.578Z Compiling bitfield v0.14.0
18212024-09-16T16:12:22.894Z Compiling termcolor v1.4.1
18222024-09-16T16:12:24.960Z Compiling hashbrown v0.12.3
18232024-09-16T16:12:25.671Z Compiling same-file v1.0.6
18242024-09-16T16:12:25.953Z Compiling walkdir v2.5.0
18252024-09-16T16:12:34.714Z Compiling env_logger v0.10.2
18262024-09-16T16:12:35.105Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18272024-09-16T16:12:37.602Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18282024-09-16T16:12:38.129Z Compiling async-stream v0.3.5
18292024-09-16T16:12:38.448Z Compiling slog-bunyan v2.5.0
18302024-09-16T16:12:38.843Z Compiling tokio-rustls v0.25.0
18312024-09-16T16:12:39.324Z Compiling slog-term v2.9.1
18322024-09-16T16:12:41.989Z Compiling serde_with_macros v3.9.0
18332024-09-16T16:12:42.131Z Compiling serde-hex v0.1.0
18342024-09-16T16:12:44.295Z Compiling bzip2 v0.4.4
18352024-09-16T16:12:44.737Z Compiling parse-display-derive v0.10.0
18362024-09-16T16:12:45.118Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18372024-09-16T16:12:45.445Z Compiling toml v0.8.19
18382024-09-16T16:12:45.587Z Compiling rustls-pemfile v2.1.3
18392024-09-16T16:12:46.576Z Compiling waitgroup v0.1.2
18402024-09-16T16:12:47.250Z Compiling x509-cert v0.2.5
18412024-09-16T16:12:48.609Z Compiling ron v0.8.1
18422024-09-16T16:12:49.242Z Compiling newtype-uuid v1.1.0
18432024-09-16T16:12:49.599Z Compiling ipnetwork v0.20.0
18442024-09-16T16:12:50.276Z Compiling strum_macros v0.26.4
18452024-09-16T16:12:50.494Z Compiling xattr v1.3.1
18462024-09-16T16:12:51.238Z Compiling snafu-derive v0.8.2
18472024-09-16T16:12:52.101Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18482024-09-16T16:12:52.349Z Compiling serde_path_to_error v0.1.16
18492024-09-16T16:12:53.245Z Compiling hashbrown v0.13.2
18502024-09-16T16:12:53.370Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18512024-09-16T16:12:54.122Z Compiling blake3 v1.5.1
18522024-09-16T16:12:54.490Z Compiling ring v0.16.20
18532024-09-16T16:12:54.580Z Compiling filetime v0.2.25
18542024-09-16T16:12:54.642Z Compiling hostname v0.4.0
18552024-09-16T16:12:54.725Z Compiling instant v0.1.12
18562024-09-16T16:12:54.916Z Compiling buf-list v1.0.3
18572024-09-16T16:12:54.939Z Compiling debug-ignore v1.0.5
18582024-09-16T16:12:55.097Z Compiling crc-any v2.5.0
18592024-09-16T16:12:55.641Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18602024-09-16T16:12:55.957Z Compiling snafu v0.8.2
18612024-09-16T16:12:55.995Z Compiling backoff v0.4.0
18622024-09-16T16:12:56.271Z Compiling tar v0.4.41
18632024-09-16T16:12:56.992Z Compiling strum v0.26.3
18642024-09-16T16:12:57.126Z Compiling object v0.30.4
18652024-09-16T16:12:57.188Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18662024-09-16T16:12:57.412Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18672024-09-16T16:12:58.727Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18682024-09-16T16:12:59.081Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18692024-09-16T16:12:59.625Z Compiling parse-display v0.10.0
18702024-09-16T16:13:01.235Z Compiling zip v0.6.6
18712024-09-16T16:13:01.288Z Compiling serde_with v3.9.0
18722024-09-16T16:13:01.527Z Compiling rayon v1.10.0
18732024-09-16T16:13:02.334Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18742024-09-16T16:13:03.094Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18752024-09-16T16:13:03.962Z Compiling camino-tempfile v1.1.1
18762024-09-16T16:13:04.730Z Compiling globset v0.4.14
18772024-09-16T16:13:05.609Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18782024-09-16T16:13:05.803Z Compiling pem v3.0.4
18792024-09-16T16:13:07.126Z Compiling olpc-cjson v0.1.3
18802024-09-16T16:13:07.284Z Compiling serde_plain v1.0.2
18812024-09-16T16:13:07.453Z Compiling macaddr v1.0.1
18822024-09-16T16:13:07.803Z Compiling async-recursion v1.1.1
18832024-09-16T16:13:08.057Z Compiling memmap2 v0.9.4
18842024-09-16T16:13:08.636Z Compiling typed-path v0.7.1
18852024-09-16T16:13:09.214Z Compiling path-slash v0.1.5
18862024-09-16T16:13:09.461Z Compiling arrayref v0.3.7
18872024-09-16T16:13:09.577Z Compiling untrusted v0.7.1
18882024-09-16T16:13:09.797Z Compiling constant_time_eq v0.3.0
18892024-09-16T16:13:10.001Z Compiling arrayvec v0.7.4
18902024-09-16T16:13:10.019Z Compiling spin v0.5.2
18912024-09-16T16:13:12.438Z Compiling tough v0.17.1
18922024-09-16T16:13:13.002Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18932024-09-16T16:13:13.052Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18942024-09-16T16:13:15.981Z Compiling itertools v0.13.0
18952024-09-16T16:13:17.548Z Compiling cargo-platform v0.1.8
18962024-09-16T16:13:17.607Z Compiling topological-sort v0.2.2
18972024-09-16T16:13:17.870Z Compiling parse-size v1.0.0
18982024-09-16T16:13:18.179Z Compiling cargo_metadata v0.18.1
18992024-09-16T16:13:18.655Z Compiling omicron-zone-package v0.11.0
19002024-09-16T16:13:19.707Z Compiling shell-words v1.1.0
19012024-09-16T16:13:25.680Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19022024-09-16T16:13:38.174Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19032024-09-16T16:13:52.807Z Finished `release` profile [optimized] target(s) in 4m 47s
19042024-09-16T16:13:52.960Z Running `target/release/omicron-releng --output-dir /work`
19052024-09-16T16:13:53.004ZSep 16 16:13:51.704 DEBG changing working directory to /work/oxidecomputer/omicron
19062024-09-16T16:13:53.096ZSep 16 16:13:51.798 DEBG running: git rev-parse HEAD
19072024-09-16T16:13:53.101ZSep 16 16:13:51.804 DEBG process exited with exit status: 0 (6.21889ms)
19082024-09-16T16:13:53.101ZSep 16 16:13:51.804 INFO version: 10.0.0-0.ci+git7c58ebc1d84
19092024-09-16T16:13:53.141ZSep 16 16:13:51.844 INFO cloning helios to /work/oxidecomputer/helios
19102024-09-16T16:13:53.141ZSep 16 16:13:51.844 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
19112024-09-16T16:13:53.146ZCloning into '/work/oxidecomputer/helios'...
19122024-09-16T16:13:53.626ZSep 16 16:13:52.328 DEBG process exited with exit status: 0 (483.806842ms)
19132024-09-16T16:13:53.626ZSep 16 16:13:52.328 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
19142024-09-16T16:13:53.632Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
19152024-09-16T16:13:53.632Z# branch.head master
19162024-09-16T16:13:53.632Z# branch.upstream origin/master
19172024-09-16T16:13:53.632Z# branch.ab +0 -0
19182024-09-16T16:13:53.635ZSep 16 16:13:52.336 DEBG process exited with exit status: 0 (7.837928ms)
19192024-09-16T16:13:53.635ZSep 16 16:13:52.336 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
19202024-09-16T16:13:54.348ZSep 16 16:13:53.050 DEBG process exited with exit status: 0 (714.290955ms)
19212024-09-16T16:13:54.348ZSep 16 16:13:53.050 DEBG running: zfs list rpool/images/build/host
19222024-09-16T16:13:54.354ZNAME USED AVAIL REFER MOUNTPOINT
19232024-09-16T16:13:54.354Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
19242024-09-16T16:13:54.357ZSep 16 16:13:53.057 DEBG process exited with exit status: 0 (7.131916ms)
19252024-09-16T16:13:54.357ZSep 16 16:13:53.057 DEBG running: zfs list rpool/images/build/recovery
19262024-09-16T16:13:54.360ZNAME USED AVAIL REFER MOUNTPOINT
19272024-09-16T16:13:54.360Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19282024-09-16T16:13:54.363ZSep 16 16:13:53.063 DEBG process exited with exit status: 0 (6.007047ms)
19292024-09-16T16:13:54.363ZSep 16 16:13:53.064 INFO [hubris-production] running task
19302024-09-16T16:13:54.363ZSep 16 16:13:53.064 INFO [hubris-staging] running task
19312024-09-16T16:13:54.364ZSep 16 16:13:53.065 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19322024-09-16T16:13:54.367ZSep 16 16:13:53.068 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
19332024-09-16T16:13:54.790Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19342024-09-16T16:13:54.997Z[ omicron-package] Blocking waiting for file lock on package cache
19352024-09-16T16:13:55.840Z[ omicron-package] Blocking waiting for file lock on package cache
19362024-09-16T16:13:55.975ZSep 16 16:13:54.677 INFO [hubris-production] task succeeded (1.612853027s)
19372024-09-16T16:13:56.648Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19382024-09-16T16:13:56.651Z[ omicron-package] Compiling heapless v0.8.0
19392024-09-16T16:13:56.651Z[ omicron-package] Compiling hash32 v0.3.1
19402024-09-16T16:13:56.651Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19412024-09-16T16:13:56.651Z[ omicron-package] Compiling smoltcp v0.11.0
19422024-09-16T16:13:56.812Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19432024-09-16T16:13:56.812Z[ omicron-package] Compiling cobs v0.2.3
19442024-09-16T16:13:56.815Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19452024-09-16T16:13:57.369Z[ omicron-package] Compiling embedded-io v0.4.0
19462024-09-16T16:13:57.829Z[ omicron-package] Compiling postcard v1.0.8
19472024-09-16T16:13:57.944Z[ omicron-package] Compiling proc-macro-error v1.0.4
19482024-09-16T16:13:57.944Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19492024-09-16T16:13:58.109Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19502024-09-16T16:13:58.580Z[ omicron-package] Compiling num_enum_derive v0.5.11
19512024-09-16T16:13:58.583Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19522024-09-16T16:13:58.841Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19532024-09-16T16:13:59.028Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19542024-09-16T16:13:59.940Z[ omicron-package] Compiling tabwriter v1.4.0
19552024-09-16T16:14:00.207Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19562024-09-16T16:14:00.233Z[ omicron-package] Compiling cstr-argument v0.1.2
19572024-09-16T16:14:00.522Z[ omicron-package] Compiling foreign-types v0.5.0
19582024-09-16T16:14:00.766Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19592024-09-16T16:14:00.984Z[ omicron-package] Compiling pretty-hex v0.2.1
19602024-09-16T16:14:01.082Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19612024-09-16T16:14:01.104Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19622024-09-16T16:14:01.680Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19632024-09-16T16:14:02.190Z[ omicron-package] Compiling colored v2.1.0
19642024-09-16T16:14:02.330Z[ omicron-package] Compiling socket2 v0.4.10
19652024-09-16T16:14:02.358Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19662024-09-16T16:14:02.547Z[ omicron-package] Compiling num_enum v0.5.11
19672024-09-16T16:14:02.922Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19682024-09-16T16:14:03.027Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19692024-09-16T16:14:03.030Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19702024-09-16T16:14:03.143Z[ omicron-package] Compiling sigpipe v0.1.3
19712024-09-16T16:14:03.515Z[ omicron-package] Compiling num-derive v0.4.2
19722024-09-16T16:14:04.014Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19732024-09-16T16:14:04.036Z[ omicron-package] Compiling libefi-sys v0.1.0
19742024-09-16T16:14:04.410Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19752024-09-16T16:14:04.979ZSep 16 16:14:03.680 INFO [hubris-staging] task succeeded (10.615843538s)
19762024-09-16T16:14:05.179Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19772024-09-16T16:14:05.286Z[ omicron-package] Compiling smf v0.2.3
19782024-09-16T16:14:05.414Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19792024-09-16T16:14:05.492Z[ omicron-package] Compiling bitfield-struct v0.6.1
19802024-09-16T16:14:05.710Z[ omicron-package] Compiling zone v0.3.0
19812024-09-16T16:14:06.332Z[ omicron-package] Compiling portable-atomic v1.6.0
19822024-09-16T16:14:07.950Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
19832024-09-16T16:14:08.575Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19842024-09-16T16:14:09.742Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19852024-09-16T16:14:09.879Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19862024-09-16T16:14:10.143Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19872024-09-16T16:14:10.332Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19882024-09-16T16:14:11.018Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19892024-09-16T16:14:11.613Z[ omicron-package] Compiling gethostname v0.5.0
19902024-09-16T16:14:11.898Z[ omicron-package] Compiling number_prefix v0.4.0
19912024-09-16T16:14:13.167Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19922024-09-16T16:14:13.581Z[ omicron-package] Compiling indicatif v0.17.8
19932024-09-16T16:14:15.658Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19942024-09-16T16:14:18.831Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19952024-09-16T16:14:19.251Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19962024-09-16T16:14:20.727Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19972024-09-16T16:14:36.595Z[ helios-setup] Sep 16 16:14:35.291 INFO helios repository root is: /work/oxidecomputer/helios
19982024-09-16T16:14:36.598Z[ helios-setup] Sep 16 16:14:35.294 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19992024-09-16T16:14:36.598Z[ helios-setup] Sep 16 16:14:35.294 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
20002024-09-16T16:14:36.598Z[ helios-setup] Sep 16 16:14:35.294 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20012024-09-16T16:14:36.603Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20022024-09-16T16:14:37.698Z[ helios-setup] Sep 16 16:14:36.394 INFO clone ok!, project: image-builder
20032024-09-16T16:14:37.701Z[ helios-setup] Sep 16 16:14:36.395 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
20042024-09-16T16:14:37.701Z[ helios-setup] Sep 16 16:14:36.395 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20052024-09-16T16:14:37.703Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20062024-09-16T16:14:38.251Z[ helios-setup] Sep 16 16:14:36.947 INFO clone ok!, project: bootserver
20072024-09-16T16:14:38.254Z[ helios-setup] Sep 16 16:14:36.947 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
20082024-09-16T16:14:38.254Z[ helios-setup] Sep 16 16:14:36.947 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20092024-09-16T16:14:38.254Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20102024-09-16T16:14:38.693Z[ helios-setup] Sep 16 16:14:37.389 INFO clone ok!, project: pinprick
20112024-09-16T16:14:38.697Z[ helios-setup] Sep 16 16:14:37.389 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
20122024-09-16T16:14:38.697Z[ helios-setup] Sep 16 16:14:37.389 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20132024-09-16T16:14:38.700Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20142024-09-16T16:14:39.439Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.05s
20152024-09-16T16:14:39.502Z[ helios-setup] Sep 16 16:14:38.197 INFO clone ok!, project: chelsio-t6-roms
20162024-09-16T16:14:39.504Z[ helios-setup] Sep 16 16:14:38.198 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20172024-09-16T16:14:39.504Z[ helios-setup] Sep 16 16:14:38.198 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20182024-09-16T16:14:39.504Z[ helios-setup] Sep 16 16:14:38.198 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
20192024-09-16T16:14:39.504Z[ helios-setup] Sep 16 16:14:38.198 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20202024-09-16T16:14:39.510Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20212024-09-16T16:14:39.662Z[ omicron-package]
20222024-09-16T16:14:39.663Z[ omicron-package] real 45.243481824
20232024-09-16T16:14:39.663Z[ omicron-package] user 2:44.403118732
20242024-09-16T16:14:39.663Z[ omicron-package] sys 21.728438295
20252024-09-16T16:14:39.665Z[ omicron-package] trap 0.160825127
20262024-09-16T16:14:39.665Z[ omicron-package] tflt 0.635607413
20272024-09-16T16:14:39.665Z[ omicron-package] dflt 0.551526286
20282024-09-16T16:14:39.665ZSep 16 16:14:38.359 INFO [omicron-package] process exited with exit status: 0 (45.290410441s)
20292024-09-16T16:14:39.666Z[ omicron-package] kflt 0.000000000
20302024-09-16T16:14:39.666Z[ omicron-package] lock 5:11.571533297
20312024-09-16T16:14:39.666Z[ omicron-package] slp 8:43.878781304
20322024-09-16T16:14:39.666Z[ omicron-package] lat 1:38.161259135
20332024-09-16T16:14:39.666Z[ omicron-package] stop 58.673592964
20342024-09-16T16:14:39.666ZSep 16 16:14:38.359 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20352024-09-16T16:14:39.704ZSep 16 16:14:38.400 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
20362024-09-16T16:14:39.718Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20372024-09-16T16:14:39.720Z[ recovery-target] Created new build target 'recovery' and set it as active
20382024-09-16T16:14:39.720Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20392024-09-16T16:14:39.720Z[ host-target] Created new build target 'host' and set it as active
20402024-09-16T16:14:39.720ZSep 16 16:14:38.416 INFO [recovery-target] process exited with exit status: 0 (57.259491ms)
20412024-09-16T16:14:39.724ZSep 16 16:14:38.418 INFO [host-target] process exited with exit status: 0 (17.444103ms)
20422024-09-16T16:14:39.724ZSep 16 16:14:38.418 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20432024-09-16T16:14:39.734Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20442024-09-16T16:14:40.923Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20452024-09-16T16:14:40.923Z[ host-package] Compiling convert_case v0.4.0
20462024-09-16T16:14:40.926Z[ host-package] Compiling camino v1.1.9
20472024-09-16T16:14:40.926Z[ host-package] Compiling newline-converter v0.3.0
20482024-09-16T16:14:40.926Z[ host-package] Compiling password-hash v0.5.0
20492024-09-16T16:14:40.926Z[ host-package] Compiling blake2 v0.10.6
20502024-09-16T16:14:40.926Z[ host-package] Compiling cancel-safe-futures v0.1.5
20512024-09-16T16:14:40.926Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20522024-09-16T16:14:41.323Z[ host-package] Compiling expectorate v1.1.0
20532024-09-16T16:14:41.425Z[ host-package] Compiling derive-where v1.2.7
20542024-09-16T16:14:41.548Z[ host-package] Compiling argon2 v0.5.3
20552024-09-16T16:14:41.720Z[ host-package] Compiling derive_more v0.99.18
20562024-09-16T16:14:42.025Z[ host-package] Compiling libsw v3.3.1
20572024-09-16T16:14:42.215Z[ host-package] Compiling owo-colors v4.0.0
20582024-09-16T16:14:42.263Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20592024-09-16T16:14:42.373Z[ host-package] Compiling swrite v0.1.0
20602024-09-16T16:14:42.516Z[ host-package] Compiling indent_write v2.2.0
20612024-09-16T16:14:42.758Z[ host-package] Compiling linear-map v1.2.0
20622024-09-16T16:14:42.863Z[ host-package] Compiling humantime v2.1.0
20632024-09-16T16:14:43.171Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20642024-09-16T16:14:43.195Z[ host-package] Compiling toml v0.8.19
20652024-09-16T16:14:43.223Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20662024-09-16T16:14:43.654Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20672024-09-16T16:14:43.724Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20682024-09-16T16:14:43.879Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20692024-09-16T16:14:44.014Z[ host-package] Compiling num-rational v0.4.2
20702024-09-16T16:14:44.806Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20712024-09-16T16:14:44.951Z[ host-package] Compiling num-complex v0.4.6
20722024-09-16T16:14:45.189Z[ host-package] Compiling dirs-sys-next v0.1.2
20732024-09-16T16:14:45.245Z[ helios-setup] Sep 16 16:14:43.940 INFO clone ok!, project: amd-firmware
20742024-09-16T16:14:45.248Z[ helios-setup] Sep 16 16:14:43.940 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
20752024-09-16T16:14:45.248Z[ helios-setup] Sep 16 16:14:43.940 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20762024-09-16T16:14:45.251Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20772024-09-16T16:14:45.724Z[ host-package] Compiling dirs-next v2.0.0
20782024-09-16T16:14:45.922Z[ host-package] Compiling float-ord v0.3.2
20792024-09-16T16:14:46.165Z[ helios-setup] Sep 16 16:14:44.860 INFO clone ok!, project: phbl
20802024-09-16T16:14:46.168Z[ helios-setup] Sep 16 16:14:44.860 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
20812024-09-16T16:14:46.168Z[ helios-setup] Sep 16 16:14:44.860 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20822024-09-16T16:14:46.170Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20832024-09-16T16:14:46.230Z[ host-package] Compiling num v0.4.3
20842024-09-16T16:14:46.357Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20852024-09-16T16:14:46.423Z[ host-package] Compiling term v0.7.0
20862024-09-16T16:14:46.636Z[ host-package] Compiling utf-8 v0.7.6
20872024-09-16T16:14:47.060Z[ host-package] Compiling semver v0.1.20
20882024-09-16T16:14:47.451Z[ helios-setup] Sep 16 16:14:46.146 INFO clone ok!, project: pilot
20892024-09-16T16:14:47.454Z[ helios-setup] Sep 16 16:14:46.146 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
20902024-09-16T16:14:47.454Z[ helios-setup] Sep 16 16:14:46.146 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
20912024-09-16T16:14:47.456Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20922024-09-16T16:14:47.675Z[ host-package] Compiling prettyplease v0.2.20
20932024-09-16T16:14:47.788Z[ host-package] Compiling rustc_version v0.1.7
20942024-09-16T16:14:48.000Z[ host-package] Compiling is-terminal v0.4.12
20952024-09-16T16:14:48.147Z[ host-package] Compiling cookie v0.18.1
20962024-09-16T16:14:48.227Z[ host-package] Compiling newtype_derive v0.1.6
20972024-09-16T16:14:48.365Z[ host-package] Compiling highway v1.2.0
20982024-09-16T16:14:48.516Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20992024-09-16T16:14:48.536Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21002024-09-16T16:14:48.713Z[ host-package] Compiling rustls-pki-types v1.7.0
21012024-09-16T16:14:48.867Z[ host-package] Compiling linked-hash-map v0.5.6
21022024-09-16T16:14:49.270Z[ host-package] Compiling lru-cache v0.1.2
21032024-09-16T16:14:49.476Z[ host-package] Compiling steno v0.4.1
21042024-09-16T16:14:49.833Z[ host-package] Compiling home v0.5.9
21052024-09-16T16:14:50.069Z[ host-package] Compiling quick-error v1.2.3
21062024-09-16T16:14:50.102Z[ host-package] Compiling rustls-webpki v0.102.4
21072024-09-16T16:14:50.265Z[ host-package] Compiling resolv-conf v0.7.0
21082024-09-16T16:14:51.875Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21092024-09-16T16:14:52.271Z[ host-package] Compiling rustls v0.22.4
21102024-09-16T16:14:52.323Z[ host-package] Compiling thread_local v1.1.8
21112024-09-16T16:14:52.361Z[ host-package] Compiling match_cfg v0.1.0
21122024-09-16T16:14:52.507Z[ host-package] Compiling hostname v0.3.1
21132024-09-16T16:14:52.835Z[ host-package] Compiling hickory-resolver v0.24.1
21142024-09-16T16:14:53.182Z[ host-package] Compiling multer v3.1.0
21152024-09-16T16:14:53.275Z[ host-package] Compiling slog-async v2.8.0
21162024-09-16T16:14:53.353Z[ host-package] Compiling slog-json v2.6.1
21172024-09-16T16:14:53.495Z[ host-package] Compiling crossbeam-channel v0.5.12
21182024-09-16T16:14:53.728Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21192024-09-16T16:14:54.613Z[ host-package] Compiling take_mut v0.2.2
21202024-09-16T16:14:55.568Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
21212024-09-16T16:14:55.581Z[ helios-setup] Sep 16 16:14:54.275 INFO clone ok!, project: amd-host-image-builder
21222024-09-16T16:14:55.584Z[ helios-setup] Sep 16 16:14:54.275 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
21232024-09-16T16:14:56.154Z[ host-package] Compiling slog-bunyan v2.5.0
21242024-09-16T16:14:56.187Z[ helios-setup] Sep 16 16:14:54.881 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
21252024-09-16T16:14:56.777Z[ helios-setup] Sep 16 16:14:55.470 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
21262024-09-16T16:14:56.777Z[ helios-setup] Sep 16 16:14:55.470 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
21272024-09-16T16:14:57.282Z[ helios-setup] Sep 16 16:14:55.975 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21282024-09-16T16:14:57.446Z[ host-package] Compiling slog-term v2.9.1
21292024-09-16T16:14:57.830Z[ helios-setup] Sep 16 16:14:56.523 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21302024-09-16T16:14:57.830Z[ helios-setup] Sep 16 16:14:56.523 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21312024-09-16T16:14:58.374Z[ helios-setup] Sep 16 16:14:57.067 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21322024-09-16T16:14:58.591Z[ host-package] Compiling tokio-rustls v0.25.0
21332024-09-16T16:14:58.913Z[ helios-setup] Sep 16 16:14:57.605 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21342024-09-16T16:14:58.913Z[ helios-setup] Sep 16 16:14:57.606 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21352024-09-16T16:14:58.913Z[ helios-setup] Sep 16 16:14:57.606 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21362024-09-16T16:14:58.916Z[ host-package] Compiling rustls-pemfile v2.1.3
21372024-09-16T16:14:58.916Z[ helios-setup] Sep 16 16:14:57.606 INFO ok!
21382024-09-16T16:14:58.916Z[ helios-setup] Sep 16 16:14:57.606 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21392024-09-16T16:14:58.916Z[ helios-setup] Sep 16 16:14:57.606 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21402024-09-16T16:14:58.916Z[ helios-setup] Sep 16 16:14:57.606 INFO ok!
21412024-09-16T16:14:58.916Z[ helios-setup] Sep 16 16:14:57.606 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21422024-09-16T16:14:58.916Z[ helios-setup] Sep 16 16:14:57.606 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21432024-09-16T16:14:58.916Z[ helios-setup] Sep 16 16:14:57.606 INFO ok!
21442024-09-16T16:14:58.916Z[ helios-setup] Sep 16 16:14:57.606 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
21452024-09-16T16:14:58.916Z[ helios-setup] Sep 16 16:14:57.606 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
21462024-09-16T16:14:59.112Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21472024-09-16T16:14:59.201Z[ helios-setup] Sep 16 16:14:57.893 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
21482024-09-16T16:14:59.204Z[ host-package] Compiling async-stream v0.3.5
21492024-09-16T16:14:59.365Z[ host-package] Compiling waitgroup v0.1.2
21502024-09-16T16:14:59.535Z[ host-package] Compiling ipnetwork v0.20.0
21512024-09-16T16:14:59.599Z[ host-package] Compiling newtype-uuid v1.1.0
21522024-09-16T16:14:59.865Z[ helios-setup] Sep 16 16:14:58.557 INFO E| From https://github.com/jclulow/rust-jmclib
21532024-09-16T16:14:59.865Z[ helios-setup] Sep 16 16:14:58.557 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
21542024-09-16T16:14:59.918Z[ helios-setup] Sep 16 16:14:58.611 INFO E| Updating crates.io index
21552024-09-16T16:14:59.954Z[ host-package] Compiling serde_path_to_error v0.1.16
21562024-09-16T16:15:00.125Z[ helios-setup] Sep 16 16:14:58.817 INFO E| Downloading crates ...
21572024-09-16T16:15:00.258Z[ helios-setup] Sep 16 16:14:58.950 INFO E| Downloaded block-buffer v0.9.0
21582024-09-16T16:15:00.260Z[ helios-setup] Sep 16 16:14:58.952 INFO E| Downloaded fastrand v2.0.0
21592024-09-16T16:15:00.263Z[ helios-setup] Sep 16 16:14:58.955 INFO E| Downloaded anyhow v1.0.72
21602024-09-16T16:15:00.289Z[ helios-setup] Sep 16 16:14:58.982 INFO E| Downloaded opaque-debug v0.3.0
21612024-09-16T16:15:00.292Z[ helios-setup] Sep 16 16:14:58.984 INFO E| Downloaded once_cell v1.18.0
21622024-09-16T16:15:00.295Z[ helios-setup] Sep 16 16:14:58.988 INFO E| Downloaded libdevinfo-sys v1.0.0
21632024-09-16T16:15:00.298Z[ helios-setup] Sep 16 16:14:58.989 INFO E| Downloaded errno v0.3.1
21642024-09-16T16:15:00.300Z[ helios-setup] Sep 16 16:14:58.992 INFO E| Downloaded digest v0.9.0
21652024-09-16T16:15:00.303Z[ helios-setup] Sep 16 16:14:58.994 INFO E| Downloaded cpufeatures v0.2.9
21662024-09-16T16:15:00.303Z[ helios-setup] Sep 16 16:14:58.996 INFO E| Downloaded unicode-width v0.1.10
21672024-09-16T16:15:00.306Z[ helios-setup] Sep 16 16:14:58.998 INFO E| Downloaded tempfile v3.7.0
21682024-09-16T16:15:00.309Z[ helios-setup] Sep 16 16:14:59.002 INFO E| Downloaded sha-1 v0.9.8
21692024-09-16T16:15:00.312Z[ helios-setup] Sep 16 16:14:59.005 INFO E| Downloaded walkdir v2.3.3
21702024-09-16T16:15:00.315Z[ helios-setup] Sep 16 16:14:59.008 INFO E| Downloaded md-5 v0.9.1
21712024-09-16T16:15:00.318Z[ helios-setup] Sep 16 16:14:59.011 INFO E| Downloaded itoa v1.0.9
21722024-09-16T16:15:00.321Z[ helios-setup] Sep 16 16:14:59.014 INFO E| Downloaded getrandom v0.2.10
21732024-09-16T16:15:00.326Z[ helios-setup] Sep 16 16:14:59.019 INFO E| Downloaded bitflags v2.3.3
21742024-09-16T16:15:00.331Z[ helios-setup] Sep 16 16:14:59.024 INFO E| Downloaded uuid v0.8.2
21752024-09-16T16:15:00.336Z[ helios-setup] Sep 16 16:14:59.029 INFO E| Downloaded quote v1.0.31
21762024-09-16T16:15:00.341Z[ helios-setup] Sep 16 16:14:59.034 INFO E| Downloaded typenum v1.16.0
21772024-09-16T16:15:00.345Z[ helios-setup] Sep 16 16:14:59.038 INFO E| Downloaded toml v0.5.11
21782024-09-16T16:15:00.351Z[ helios-setup] Sep 16 16:14:59.044 INFO E| Downloaded serde_derive v1.0.193
21792024-09-16T16:15:00.355Z[ helios-setup] Sep 16 16:14:59.048 INFO E| Downloaded unicode-ident v1.0.11
21802024-09-16T16:15:00.359Z[ helios-setup] Sep 16 16:14:59.052 INFO E| Downloaded serde v1.0.193
21812024-09-16T16:15:00.363Z[ helios-setup] Sep 16 16:14:59.056 INFO E| Downloaded ryu v1.0.15
21822024-09-16T16:15:00.368Z[ helios-setup] Sep 16 16:14:59.061 INFO E| Downloaded proc-macro2 v1.0.66
21832024-09-16T16:15:00.371Z[ helios-setup] Sep 16 16:14:59.065 INFO E| Downloaded serde_json v1.0.103
21842024-09-16T16:15:00.402Z[ host-package] Compiling hostname v0.4.0
21852024-09-16T16:15:00.405Z[ helios-setup] Sep 16 16:14:59.096 INFO E| Downloaded syn v2.0.32
21862024-09-16T16:15:00.420Z[ helios-setup] Sep 16 16:14:59.113 INFO E| Downloaded rustix v0.38.4
21872024-09-16T16:15:00.454Z[ helios-setup] Sep 16 16:14:59.147 INFO E| Downloaded libc v0.2.147
21882024-09-16T16:15:00.693Z[ helios-setup] Sep 16 16:14:59.386 INFO E| Compiling libc v0.2.147
21892024-09-16T16:15:00.693Z[ helios-setup] Sep 16 16:14:59.386 INFO E| Compiling proc-macro2 v1.0.66
21902024-09-16T16:15:00.693Z[ helios-setup] Sep 16 16:14:59.386 INFO E| Compiling cfg-if v1.0.0
21912024-09-16T16:15:00.693Z[ helios-setup] Sep 16 16:14:59.386 INFO E| Compiling unicode-ident v1.0.11
21922024-09-16T16:15:00.696Z[ helios-setup] Sep 16 16:14:59.386 INFO E| Compiling typenum v1.16.0
21932024-09-16T16:15:00.696Z[ helios-setup] Sep 16 16:14:59.386 INFO E| Compiling version_check v0.9.4
21942024-09-16T16:15:00.696Z[ helios-setup] Sep 16 16:14:59.386 INFO E| Compiling serde v1.0.193
21952024-09-16T16:15:00.696Z[ helios-setup] Sep 16 16:14:59.386 INFO E| Compiling slog v2.7.0
21962024-09-16T16:15:00.774Z[ host-package] Compiling instant v0.1.12
21972024-09-16T16:15:00.902Z[ host-package] Compiling debug-ignore v1.0.5
21982024-09-16T16:15:00.953Z[ host-package] Compiling backoff v0.4.0
21992024-09-16T16:15:01.095Z[ helios-setup] Sep 16 16:14:59.788 INFO E| Compiling rustix v0.38.4
22002024-09-16T16:15:01.336Z[ helios-setup] Sep 16 16:15:00.028 INFO E| Compiling time-core v0.1.2
22012024-09-16T16:15:01.698Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22022024-09-16T16:15:01.959Z[ helios-setup] Sep 16 16:15:00.630 INFO E| Compiling powerfmt v0.2.0
22032024-09-16T16:15:02.055Z[ helios-setup] Sep 16 16:15:00.748 INFO E| Compiling itoa v1.0.9
22042024-09-16T16:15:02.138Z[ helios-setup] Sep 16 16:15:00.830 INFO E| Compiling generic-array v0.14.7
22052024-09-16T16:15:02.409Z[ helios-setup] Sep 16 16:15:01.102 INFO E| Compiling num-conv v0.1.0
22062024-09-16T16:15:02.490Z[ helios-setup] Sep 16 16:15:01.183 INFO E| Compiling once_cell v1.18.0
22072024-09-16T16:15:02.799Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22082024-09-16T16:15:02.909Z[ helios-setup] Sep 16 16:15:01.602 INFO E| Compiling deranged v0.3.11
22092024-09-16T16:15:02.980Z[ helios-setup] Sep 16 16:15:01.673 INFO E| Compiling num_threads v0.1.6
22102024-09-16T16:15:03.120Z[ helios-setup] Sep 16 16:15:01.812 INFO E| Compiling time-macros v0.2.18
22112024-09-16T16:15:03.237Z[ helios-setup] Sep 16 16:15:01.929 INFO E| Compiling bitflags v2.3.3
22122024-09-16T16:15:03.329Z[ helios-setup] Sep 16 16:15:02.021 INFO E| Compiling quote v1.0.31
22132024-09-16T16:15:03.332Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22142024-09-16T16:15:03.332Z[ host-package] Compiling parse-display v0.10.0
22152024-09-16T16:15:03.577Z[ helios-setup] Sep 16 16:15:02.268 INFO E| Compiling thread_local v1.1.7
22162024-09-16T16:15:04.097Z[ helios-setup] Sep 16 16:15:02.789 INFO E| Compiling syn v2.0.32
22172024-09-16T16:15:04.774Z[ helios-setup] Sep 16 16:15:03.465 INFO E| Compiling dirs-sys-next v0.1.2
22182024-09-16T16:15:04.779Z[ helios-setup] Sep 16 16:15:03.472 INFO E| Compiling errno v0.3.1
22192024-09-16T16:15:04.930Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202024-09-16T16:15:05.193Z[ helios-setup] Sep 16 16:15:03.885 INFO E| Compiling dirs-next v2.0.0
22212024-09-16T16:15:05.596Z[ host-package] Compiling serde_with v3.9.0
22222024-09-16T16:15:05.678Z[ helios-setup] Sep 16 16:15:04.370 INFO E| Compiling term v0.7.0
22232024-09-16T16:15:05.987Z[ helios-setup] Sep 16 16:15:04.679 INFO E| Compiling atty v0.2.14
22242024-09-16T16:15:06.347Z[ helios-setup] Sep 16 16:15:05.039 INFO E| Compiling serde_json v1.0.103
22252024-09-16T16:15:06.566Z[ helios-setup] Sep 16 16:15:05.258 INFO E| Compiling fastrand v2.0.0
22262024-09-16T16:15:06.938Z[ helios-setup] Sep 16 16:15:05.629 INFO E| Compiling anyhow v1.0.72
22272024-09-16T16:15:07.512Z[ helios-setup] Sep 16 16:15:06.204 INFO E| Compiling digest v0.9.0
22282024-09-16T16:15:07.532Z[ helios-setup] Sep 16 16:15:06.223 INFO E| Compiling block-buffer v0.9.0
22292024-09-16T16:15:07.740Z[ helios-setup] Sep 16 16:15:06.432 INFO E| Compiling opaque-debug v0.3.0
22302024-09-16T16:15:07.981Z[ helios-setup] Sep 16 16:15:06.672 INFO E| Compiling tempfile v3.7.0
22312024-09-16T16:15:07.981Z[ helios-setup] Sep 16 16:15:06.672 INFO E| Compiling getrandom v0.2.10
22322024-09-16T16:15:07.997Z[ helios-setup] Sep 16 16:15:06.688 INFO E| Compiling unicode-width v0.1.10
22332024-09-16T16:15:08.283Z[ helios-setup] Sep 16 16:15:06.975 INFO E| Compiling ryu v1.0.15
22342024-09-16T16:15:08.653Z[ helios-setup] Sep 16 16:15:07.344 INFO E| Compiling time v0.3.36
22352024-09-16T16:15:08.938Z[ helios-setup] Sep 16 16:15:07.629 INFO E| Compiling same-file v1.0.6
22362024-09-16T16:15:08.955Z[ helios-setup] Sep 16 16:15:07.646 INFO E| Compiling cpufeatures v0.2.9
22372024-09-16T16:15:09.079Z[ helios-setup] Sep 16 16:15:07.770 INFO E| Compiling sha-1 v0.9.8
22382024-09-16T16:15:09.153Z[ helios-setup] Sep 16 16:15:07.844 INFO E| Compiling getopts v0.2.21
22392024-09-16T16:15:09.644Z[ helios-setup] Sep 16 16:15:08.336 INFO E| Compiling walkdir v2.3.3
22402024-09-16T16:15:09.701Z[ helios-setup] Sep 16 16:15:08.393 INFO E| Compiling md-5 v0.9.1
22412024-09-16T16:15:10.074Z[ helios-setup] Sep 16 16:15:08.765 INFO E| Compiling glob v0.3.1
22422024-09-16T16:15:10.221Z[ helios-setup] Sep 16 16:15:08.912 INFO E| Compiling libdevinfo-sys v1.0.0
22432024-09-16T16:15:12.120Z[ helios-setup] Sep 16 16:15:10.811 INFO E| Compiling slog-term v2.9.0
22442024-09-16T16:15:12.836Z[ host-package] Compiling strum v0.26.3
22452024-09-16T16:15:13.381Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22462024-09-16T16:15:13.673Z[ helios-setup] Sep 16 16:15:12.364 INFO E| Compiling serde_derive v1.0.193
22472024-09-16T16:15:15.104Z[ host-package] Compiling macaddr v1.0.1
22482024-09-16T16:15:15.137Z[ host-package] Compiling slog-dtrace v0.3.0
22492024-09-16T16:15:15.535Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22502024-09-16T16:15:16.115Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22512024-09-16T16:15:17.402Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22522024-09-16T16:15:18.551Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22532024-09-16T16:15:18.582Z[ host-package] Compiling half v2.4.1
22542024-09-16T16:15:19.125Z[ host-package] Compiling ciborium-io v0.2.2
22552024-09-16T16:15:19.296Z[ host-package] Compiling ciborium-ll v0.2.2
22562024-09-16T16:15:19.491Z[ host-package] Compiling tungstenite v0.21.0
22572024-09-16T16:15:19.951Z[ host-package] Compiling ciborium v0.2.2
22582024-09-16T16:15:22.606Z[ host-package] Compiling tokio-tungstenite v0.21.0
22592024-09-16T16:15:23.278Z[ host-package] Compiling rayon-core v1.12.1
22602024-09-16T16:15:23.355Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22612024-09-16T16:15:23.709Z[ host-package] Compiling crossbeam-deque v0.8.5
22622024-09-16T16:15:24.095Z[ host-package] Compiling display-error-chain v0.2.1
22632024-09-16T16:15:24.394Z[ host-package] Compiling fastrand v2.1.0
22642024-09-16T16:15:24.999Z[ host-package] Compiling same-file v1.0.6
22652024-09-16T16:15:25.267Z[ host-package] Compiling walkdir v2.5.0
22662024-09-16T16:15:25.320Z[ host-package] Compiling tempfile v3.10.1
22672024-09-16T16:15:26.305Z[ host-package] Compiling ring v0.16.20
22682024-09-16T16:15:27.933Z[ host-package] Compiling rayon v1.10.0
22692024-09-16T16:15:28.461Z[ helios-setup] Sep 16 16:15:27.150 INFO E| Compiling toml v0.5.11
22702024-09-16T16:15:28.461Z[ helios-setup] Sep 16 16:15:27.150 INFO E| Compiling uuid v0.8.2
22712024-09-16T16:15:30.639Z[ host-package] Compiling blake3 v1.5.1
22722024-09-16T16:15:30.800Z[ helios-setup] Sep 16 16:15:29.488 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
22732024-09-16T16:15:31.251Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22742024-09-16T16:15:34.079Z[ host-package] Compiling xattr v1.3.1
22752024-09-16T16:15:34.412Z[ host-package] Compiling memmap2 v0.9.4
22762024-09-16T16:15:34.498Z[ helios-setup] Sep 16 16:15:33.185 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
22772024-09-16T16:15:34.921Z[ host-package] Compiling filetime v0.2.25
22782024-09-16T16:15:35.141Z[ host-package] Compiling spin v0.5.2
22792024-09-16T16:15:35.351Z[ host-package] Compiling constant_time_eq v0.3.0
22802024-09-16T16:15:35.417Z[ host-package] Compiling arrayref v0.3.7
22812024-09-16T16:15:35.552Z[ host-package] Compiling untrusted v0.7.1
22822024-09-16T16:15:35.734Z[ host-package] Compiling arrayvec v0.7.4
22832024-09-16T16:15:37.493Z[ host-package] Compiling tar v0.4.41
22842024-09-16T16:15:38.080Z[ host-package] Compiling camino-tempfile v1.1.1
22852024-09-16T16:15:38.302Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22862024-09-16T16:15:38.600Z[ host-package] Compiling toolchain_find v0.4.0
22872024-09-16T16:15:39.250Z[ host-package] Compiling nibble_vec v0.1.0
22882024-09-16T16:15:39.533Z[ host-package] Compiling atty v0.2.14
22892024-09-16T16:15:39.578Z[ host-package] Compiling glob v0.3.1
22902024-09-16T16:15:39.637Z[ host-package] Compiling endian-type v0.1.2
22912024-09-16T16:15:39.735Z[ host-package] Compiling topological-sort v0.2.2
22922024-09-16T16:15:39.929Z[ host-package] Compiling crunchy v0.2.2
22932024-09-16T16:15:40.049Z[ host-package] Compiling maplit v1.0.2
22942024-09-16T16:15:40.212Z[ host-package] Compiling omicron-zone-package v0.11.0
22952024-09-16T16:15:40.282Z[ host-package] Compiling radix_trie v0.2.1
22962024-09-16T16:15:40.409Z[ host-package] Compiling clang-sys v1.7.0
22972024-09-16T16:15:40.842Z[ host-package] Compiling rustfmt-wrapper v0.2.1
22982024-09-16T16:15:41.145Z[ host-package] Compiling tiny-keccak v2.0.2
22992024-09-16T16:15:41.509Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23002024-09-16T16:15:41.553Z[ host-package] Compiling dsl_auto_type v0.1.2
23012024-09-16T16:15:41.614Z[ host-package] Compiling curve25519-dalek v4.1.3
23022024-09-16T16:15:41.806Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23032024-09-16T16:15:42.384Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23042024-09-16T16:15:42.830Z[ host-package] Compiling arc-swap v1.7.1
23052024-09-16T16:15:43.258Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23062024-09-16T16:15:43.467Z[ host-package] Compiling keccak v0.1.5
23072024-09-16T16:15:43.658Z[ host-package] Compiling slog-scope v4.4.0
23082024-09-16T16:15:43.849Z[ host-package] Compiling diesel_derives v2.2.2
23092024-09-16T16:15:43.895Z[ host-package] Compiling sha3 v0.10.8
23102024-09-16T16:15:45.112Z[ host-package] Compiling r2d2 v0.8.10
23112024-09-16T16:15:45.400Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
23122024-09-16T16:15:45.605Z[ host-package] Compiling ascii-canvas v3.0.0
23132024-09-16T16:15:45.845Z[ host-package] Compiling universal-hash v0.5.1
23142024-09-16T16:15:46.147Z[ host-package] Compiling secrecy v0.8.0
23152024-09-16T16:15:46.232Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23162024-09-16T16:15:46.348Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23172024-09-16T16:15:46.633Z[ host-package] Compiling ena v0.14.3
23182024-09-16T16:15:46.683Z[ helios-setup] Sep 16 16:15:45.369 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.65s
23192024-09-16T16:15:46.716Z[ helios-setup] Sep 16 16:15:45.402 INFO building project "image-builder" ok (47 seconds)
23202024-09-16T16:15:46.716Z[ helios-setup] Sep 16 16:15:45.402 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
23212024-09-16T16:15:46.716Z[ helios-setup] Sep 16 16:15:45.402 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
23222024-09-16T16:15:47.022Z[ helios-setup] Sep 16 16:15:45.708 INFO E| Downloading crates ...
23232024-09-16T16:15:47.089Z[ helios-setup] Sep 16 16:15:45.775 INFO E| Downloaded anyhow v1.0.62
23242024-09-16T16:15:47.097Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23252024-09-16T16:15:47.117Z[ helios-setup] Sep 16 16:15:45.803 INFO E| Downloaded sha2 v0.10.5
23262024-09-16T16:15:47.121Z[ helios-setup] Sep 16 16:15:45.807 INFO E| Downloaded typenum v1.15.0
23272024-09-16T16:15:47.124Z[ helios-setup] Sep 16 16:15:45.810 INFO E| Downloaded miniz_oxide v0.6.2
23282024-09-16T16:15:47.127Z[ helios-setup] Sep 16 16:15:45.814 INFO E| Downloaded generic-array v0.14.6
23292024-09-16T16:15:47.130Z[ helios-setup] Sep 16 16:15:45.816 INFO E| Downloaded flate2 v1.0.25
23302024-09-16T16:15:47.138Z[ helios-setup] Sep 16 16:15:45.824 INFO E| Downloaded digest v0.10.3
23312024-09-16T16:15:47.140Z[ helios-setup] Sep 16 16:15:45.827 INFO E| Downloaded cpufeatures v0.2.5
23322024-09-16T16:15:47.143Z[ helios-setup] Sep 16 16:15:45.828 INFO E| Downloaded bytes v1.2.1
23332024-09-16T16:15:47.148Z[ helios-setup] Sep 16 16:15:45.834 INFO E| Downloaded block-buffer v0.10.3
23342024-09-16T16:15:47.341Z[ helios-setup] Sep 16 16:15:46.027 INFO E| Compiling typenum v1.15.0
23352024-09-16T16:15:47.341Z[ helios-setup] Sep 16 16:15:46.027 INFO E| Compiling version_check v0.9.4
23362024-09-16T16:15:47.344Z[ helios-setup] Sep 16 16:15:46.027 INFO E| Compiling crc32fast v1.3.2
23372024-09-16T16:15:47.344Z[ helios-setup] Sep 16 16:15:46.027 INFO E| Compiling cfg-if v1.0.0
23382024-09-16T16:15:47.344Z[ helios-setup] Sep 16 16:15:46.027 INFO E| Compiling anyhow v1.0.62
23392024-09-16T16:15:47.344Z[ helios-setup] Sep 16 16:15:46.027 INFO E| Compiling adler v1.0.2
23402024-09-16T16:15:47.344Z[ helios-setup] Sep 16 16:15:46.027 INFO E| Compiling unicode-width v0.1.10
23412024-09-16T16:15:47.344Z[ helios-setup] Sep 16 16:15:46.027 INFO E| Compiling cpufeatures v0.2.5
23422024-09-16T16:15:47.947Z[ helios-setup] Sep 16 16:15:46.633 INFO E| Compiling bytes v1.2.1
23432024-09-16T16:15:48.133Z[ helios-setup] Sep 16 16:15:46.819 INFO E| Compiling miniz_oxide v0.6.2
23442024-09-16T16:15:48.203Z[ helios-setup] Sep 16 16:15:46.889 INFO E| Compiling getopts v0.2.21
23452024-09-16T16:15:48.294Z[ helios-setup] Sep 16 16:15:46.980 INFO E| Compiling bitflags v1.3.2
23462024-09-16T16:15:48.366Z[ helios-setup] Sep 16 16:15:47.052 INFO E| Compiling generic-array v0.14.6
23472024-09-16T16:15:49.082Z[ host-package] Compiling libloading v0.8.3
23482024-09-16T16:15:49.911Z[ host-package] Compiling bindgen v0.69.4
23492024-09-16T16:15:50.165Z[ host-package] Compiling diff v0.1.13
23502024-09-16T16:15:50.255Z[ helios-setup] Sep 16 16:15:48.940 INFO E| Compiling flate2 v1.0.25
23512024-09-16T16:15:51.182Z[ host-package] Compiling regex-syntax v0.6.29
23522024-09-16T16:15:51.273Z[ host-package] Compiling opaque-debug v0.3.1
23532024-09-16T16:15:51.475Z[ host-package] Compiling poly1305 v0.8.0
23542024-09-16T16:15:53.508Z[ host-package] Compiling thiserror-no-std v2.0.2
23552024-09-16T16:15:53.985Z[ helios-setup] Sep 16 16:15:52.669 INFO E| Compiling block-buffer v0.10.3
23562024-09-16T16:15:53.985Z[ helios-setup] Sep 16 16:15:52.669 INFO E| Compiling crypto-common v0.1.6
23572024-09-16T16:15:54.165Z[ helios-setup] Sep 16 16:15:52.850 INFO E| Compiling digest v0.10.3
23582024-09-16T16:15:54.555Z[ helios-setup] Sep 16 16:15:53.240 INFO E| Compiling sha2 v0.10.5
23592024-09-16T16:15:55.055Z[ helios-setup] Sep 16 16:15:53.739 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
23602024-09-16T16:15:57.554Z[ host-package] Compiling lalrpop v0.19.12
23612024-09-16T16:15:59.177Z[ host-package] Compiling diesel v2.2.3
23622024-09-16T16:16:00.242Z[ helios-setup] Sep 16 16:15:58.926 INFO E| Finished `release` profile [optimized] target(s) in 13.43s
23632024-09-16T16:16:00.257Z[ helios-setup] Sep 16 16:15:58.940 INFO building project "bootserver" ok (13 seconds)
23642024-09-16T16:16:00.259Z[ helios-setup] Sep 16 16:15:58.941 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
23652024-09-16T16:16:00.259Z[ helios-setup] Sep 16 16:15:58.941 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
23662024-09-16T16:16:00.639Z[ helios-setup] Sep 16 16:15:59.323 INFO E| Compiling adler v1.0.2
23672024-09-16T16:16:00.826Z[ helios-setup] Sep 16 16:15:59.510 INFO E| Compiling miniz_oxide v0.7.2
23682024-09-16T16:16:03.407Z[ helios-setup] Sep 16 16:16:02.091 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
23692024-09-16T16:16:04.369Z[ helios-setup] Sep 16 16:16:03.052 INFO E| Finished `release` profile [optimized] target(s) in 4.02s
23702024-09-16T16:16:04.376Z[ helios-setup] Sep 16 16:16:03.060 INFO building project "pinprick" ok (4 seconds)
23712024-09-16T16:16:04.376Z[ helios-setup] Sep 16 16:16:03.060 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23722024-09-16T16:16:04.379Z[ helios-setup] Sep 16 16:16:03.060 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23732024-09-16T16:16:04.819Z[ helios-setup] Sep 16 16:16:03.502 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
23742024-09-16T16:16:05.392Z[ helios-setup] Sep 16 16:16:04.075 INFO E| From https://github.com/jclulow/hiercmd
23752024-09-16T16:16:05.392Z[ helios-setup] Sep 16 16:16:04.075 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
23762024-09-16T16:16:05.413Z[ helios-setup] Sep 16 16:16:04.096 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
23772024-09-16T16:16:06.029Z[ helios-setup] Sep 16 16:16:04.712 INFO E| From https://github.com/jclulow/network-interface
23782024-09-16T16:16:06.030Z[ helios-setup] Sep 16 16:16:04.712 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
23792024-09-16T16:16:06.048Z[ helios-setup] Sep 16 16:16:04.732 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
23802024-09-16T16:16:06.647Z[ helios-setup] Sep 16 16:16:05.330 INFO E| From https://github.com/oxidecomputer/boot-image-tools
23812024-09-16T16:16:06.647Z[ helios-setup] Sep 16 16:16:05.330 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
23822024-09-16T16:16:06.691Z[ helios-setup] Sep 16 16:16:05.375 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
23832024-09-16T16:16:07.420Z[ helios-setup] Sep 16 16:16:06.104 INFO E| From https://github.com/oxidecomputer/facade
23842024-09-16T16:16:07.421Z[ helios-setup] Sep 16 16:16:06.104 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
23852024-09-16T16:16:07.506Z[ helios-setup] Sep 16 16:16:06.189 INFO E| Updating crates.io index
23862024-09-16T16:16:08.049Z[ helios-setup] Sep 16 16:16:06.732 INFO E| Downloading crates ...
23872024-09-16T16:16:08.259Z[ host-package] Compiling slog-stdlog v4.1.1
23882024-09-16T16:16:08.353Z[ helios-setup] Sep 16 16:16:07.036 INFO E| Downloaded const-random-macro v0.1.15
23892024-09-16T16:16:08.356Z[ helios-setup] Sep 16 16:16:07.038 INFO E| Downloaded concolor-override v1.0.0
23902024-09-16T16:16:08.389Z[ helios-setup] Sep 16 16:16:07.072 INFO E| Downloaded scopeguard v1.1.0
23912024-09-16T16:16:08.392Z[ helios-setup] Sep 16 16:16:07.074 INFO E| Downloaded serde v1.0.204
23922024-09-16T16:16:08.398Z[ helios-setup] Sep 16 16:16:07.081 INFO E| Downloaded serde_derive_internals v0.26.0
23932024-09-16T16:16:08.403Z[ helios-setup] Sep 16 16:16:07.086 INFO E| Downloaded byteorder v1.4.3
23942024-09-16T16:16:08.407Z[ helios-setup] Sep 16 16:16:07.090 INFO E| Downloaded bincode v1.3.3
23952024-09-16T16:16:08.411Z[ helios-setup] Sep 16 16:16:07.095 INFO E| Downloaded anstyle v0.3.5
23962024-09-16T16:16:08.414Z[ helios-setup] Sep 16 16:16:07.098 INFO E| Downloaded toolchain_find v0.2.0
23972024-09-16T16:16:08.420Z[ helios-setup] Sep 16 16:16:07.103 INFO E| Downloaded const-random v0.1.15
23982024-09-16T16:16:08.420Z[ helios-setup] Sep 16 16:16:07.103 INFO E| Downloaded want v0.3.0
23992024-09-16T16:16:08.422Z[ helios-setup] Sep 16 16:16:07.104 INFO E| Downloaded semver v0.11.0
24002024-09-16T16:16:08.425Z[ helios-setup] Sep 16 16:16:07.107 INFO E| Downloaded serde_spanned v0.6.1
24012024-09-16T16:16:08.428Z[ helios-setup] Sep 16 16:16:07.109 INFO E| Downloaded project-root v0.2.2
24022024-09-16T16:16:08.461Z[ helios-setup] Sep 16 16:16:07.144 INFO E| Downloaded try-lock v0.2.4
24032024-09-16T16:16:08.463Z[ helios-setup] Sep 16 16:16:07.146 INFO E| Downloaded serde_tokenstream v0.2.0
24042024-09-16T16:16:08.468Z[ helios-setup] Sep 16 16:16:07.151 INFO E| Downloaded semver-parser v0.10.2
24052024-09-16T16:16:08.472Z[ helios-setup] Sep 16 16:16:07.155 INFO E| Downloaded anstream v0.2.6
24062024-09-16T16:16:08.476Z[ helios-setup] Sep 16 16:16:07.160 INFO E| Downloaded serde_path_to_error v0.1.11
24072024-09-16T16:16:08.480Z[ helios-setup] Sep 16 16:16:07.163 INFO E| Downloaded toml_datetime v0.6.1
24082024-09-16T16:16:08.483Z[ helios-setup] Sep 16 16:16:07.166 INFO E| Downloaded thiserror-impl v1.0.38
24092024-09-16T16:16:08.486Z[ helios-setup] Sep 16 16:16:07.168 INFO E| Downloaded rustfmt-wrapper v0.2.0
24102024-09-16T16:16:08.488Z[ helios-setup] Sep 16 16:16:07.171 INFO E| Downloaded smawk v0.3.1
24112024-09-16T16:16:08.491Z[ helios-setup] Sep 16 16:16:07.174 INFO E| Downloaded sha1 v0.10.5
24122024-09-16T16:16:08.495Z[ helios-setup] Sep 16 16:16:07.178 INFO E| Downloaded thiserror v1.0.38
24132024-09-16T16:16:08.504Z[ helios-setup] Sep 16 16:16:07.187 INFO E| Downloaded tokio-macros v2.0.0
24142024-09-16T16:16:08.506Z[ helios-setup] Sep 16 16:16:07.190 INFO E| Downloaded smartstring v1.0.1
24152024-09-16T16:16:08.510Z[ helios-setup] Sep 16 16:16:07.194 INFO E| Downloaded smallvec v1.10.0
24162024-09-16T16:16:08.515Z[ helios-setup] Sep 16 16:16:07.198 INFO E| Downloaded tokio-rustls v0.24.0
24172024-09-16T16:16:08.518Z[ helios-setup] Sep 16 16:16:07.202 INFO E| Downloaded jobserver v0.1.26
24182024-09-16T16:16:08.522Z[ helios-setup] Sep 16 16:16:07.205 INFO E| Downloaded rustls-pemfile v1.0.2
24192024-09-16T16:16:08.526Z[ helios-setup] Sep 16 16:16:07.209 INFO E| Downloaded schemars_derive v0.8.12
24202024-09-16T16:16:08.529Z[ helios-setup] Sep 16 16:16:07.212 INFO E| Downloaded tokio-tungstenite v0.18.0
24212024-09-16T16:16:08.533Z[ helios-setup] Sep 16 16:16:07.217 INFO E| Downloaded camino v1.1.4
24222024-09-16T16:16:08.538Z[ helios-setup] Sep 16 16:16:07.221 INFO E| Downloaded once_cell v1.17.0
24232024-09-16T16:16:08.543Z[ helios-setup] Sep 16 16:16:07.226 INFO E| Downloaded getrandom v0.2.8
24242024-09-16T16:16:08.549Z[ helios-setup] Sep 16 16:16:07.232 INFO E| Downloaded unicode-ident v1.0.8
24252024-09-16T16:16:08.555Z[ helios-setup] Sep 16 16:16:07.238 INFO E| Downloaded unicode-bidi v0.3.13
24262024-09-16T16:16:08.560Z[ helios-setup] Sep 16 16:16:07.243 INFO E| Downloaded toml v0.7.3
24272024-09-16T16:16:08.567Z[ helios-setup] Sep 16 16:16:07.250 INFO E| Downloaded ucd-trie v0.1.5
24282024-09-16T16:16:08.570Z[ helios-setup] Sep 16 16:16:07.254 INFO E| Downloaded tracing-core v0.1.30
24292024-09-16T16:16:08.576Z[ helios-setup] Sep 16 16:16:07.260 INFO E| Downloaded serde_derive v1.0.204
24302024-09-16T16:16:08.582Z[ helios-setup] Sep 16 16:16:07.265 INFO E| Downloaded uuid v1.3.0
24312024-09-16T16:16:08.591Z[ helios-setup] Sep 16 16:16:07.274 INFO E| Downloaded url v2.3.1
24322024-09-16T16:16:08.596Z[ helios-setup] Sep 16 16:16:07.280 INFO E| Downloaded unicode-linebreak v0.1.4
24332024-09-16T16:16:08.600Z[ helios-setup] Sep 16 16:16:07.283 INFO E| Downloaded tokio-util v0.7.7
24342024-09-16T16:16:08.614Z[ helios-setup] Sep 16 16:16:07.297 INFO E| Downloaded toml_edit v0.19.8
24352024-09-16T16:16:08.642Z[ helios-setup] Sep 16 16:16:07.325 INFO E| Downloaded winnow v0.4.1
24362024-09-16T16:16:08.654Z[ helios-setup] Sep 16 16:16:07.337 INFO E| Downloaded syn v1.0.107
24372024-09-16T16:16:08.671Z[ helios-setup] Sep 16 16:16:07.354 INFO E| Downloaded syn v2.0.72
24382024-09-16T16:16:08.692Z[ helios-setup] Sep 16 16:16:07.375 INFO E| Downloaded rayon-core v1.10.2
24392024-09-16T16:16:08.698Z[ helios-setup] Sep 16 16:16:07.381 INFO E| Downloaded rustls-webpki v0.100.1
24402024-09-16T16:16:08.709Z[ helios-setup] Sep 16 16:16:07.392 INFO E| Downloaded tokio v1.27.0
24412024-09-16T16:16:08.764Z[ helios-setup] Sep 16 16:16:07.446 INFO E| Downloaded crossbeam-channel v0.5.6
24422024-09-16T16:16:08.770Z[ helios-setup] Sep 16 16:16:07.453 INFO E| Downloaded pest v2.5.7
24432024-09-16T16:16:08.778Z[ helios-setup] Sep 16 16:16:07.461 INFO E| Downloaded mio v0.8.5
24442024-09-16T16:16:08.788Z[ helios-setup] Sep 16 16:16:07.471 INFO E| Downloaded aho-corasick v0.7.20
24452024-09-16T16:16:08.794Z[ helios-setup] Sep 16 16:16:07.477 INFO E| Downloaded http v0.2.9
24462024-09-16T16:16:08.802Z[ helios-setup] Sep 16 16:16:07.483 INFO E| Downloaded cc v1.0.78
24472024-09-16T16:16:08.833Z[ helios-setup] Sep 16 16:16:07.515 INFO E| Downloaded memchr v2.5.0
24482024-09-16T16:16:08.841Z[ helios-setup] Sep 16 16:16:07.522 INFO E| Downloaded futures-util v0.3.28
24492024-09-16T16:16:08.858Z[ helios-setup] Sep 16 16:16:07.541 INFO E| Downloaded futures v0.3.28
24502024-09-16T16:16:08.866Z[ helios-setup] Sep 16 16:16:07.549 INFO E| Downloaded reqwest v0.11.16
24512024-09-16T16:16:08.878Z[ helios-setup] Sep 16 16:16:07.561 INFO E| Downloaded rayon v1.6.1
24522024-09-16T16:16:08.893Z[ helios-setup] Sep 16 16:16:07.576 INFO E| Downloaded bytes v1.4.0
24532024-09-16T16:16:08.900Z[ helios-setup] Sep 16 16:16:07.583 INFO E| Downloaded h2 v0.3.16
24542024-09-16T16:16:08.910Z[ helios-setup] Sep 16 16:16:07.593 INFO E| Downloaded git2 v0.16.1
24552024-09-16T16:16:08.923Z[ helios-setup] Sep 16 16:16:07.606 INFO E| Downloaded hyper v0.14.25
24562024-09-16T16:16:08.954Z[ helios-setup] Sep 16 16:16:07.636 INFO E| Downloaded regress v0.5.0
24572024-09-16T16:16:08.965Z[ helios-setup] Sep 16 16:16:07.648 INFO E| Downloaded rustls v0.21.0
24582024-09-16T16:16:08.982Z[ helios-setup] Sep 16 16:16:07.665 INFO E| Downloaded regex v1.7.3
24592024-09-16T16:16:08.994Z[ helios-setup] Sep 16 16:16:07.678 INFO E| Downloaded rustix v0.37.3
24602024-09-16T16:16:09.025Z[ helios-setup] Sep 16 16:16:07.708 INFO E| Downloaded rhai v1.14.0
24612024-09-16T16:16:09.046Z[ helios-setup] Sep 16 16:16:07.729 INFO E| Downloaded openapiv3 v1.0.2
24622024-09-16T16:16:09.065Z[ helios-setup] Sep 16 16:16:07.748 INFO E| Downloaded clap_builder v4.2.1
24632024-09-16T16:16:09.076Z[ helios-setup] Sep 16 16:16:07.759 INFO E| Downloaded chrono v0.4.24
24642024-09-16T16:16:09.088Z[ helios-setup] Sep 16 16:16:07.771 INFO E| Downloaded base64 v0.21.0
24652024-09-16T16:16:09.094Z[ helios-setup] Sep 16 16:16:07.777 INFO E| Downloaded unicode-normalization v0.1.22
24662024-09-16T16:16:09.100Z[ helios-setup] Sep 16 16:16:07.783 INFO E| Downloaded serde_json v1.0.95
24672024-09-16T16:16:09.113Z[ helios-setup] Sep 16 16:16:07.796 INFO E| Downloaded ryu v1.0.13
24682024-09-16T16:16:09.118Z[ helios-setup] Sep 16 16:16:07.801 INFO E| Downloaded libc v0.2.139
24692024-09-16T16:16:09.153Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24702024-09-16T16:16:09.185Z[ helios-setup] Sep 16 16:16:07.868 INFO E| Downloaded crossbeam-epoch v0.9.13
24712024-09-16T16:16:09.190Z[ helios-setup] Sep 16 16:16:07.873 INFO E| Downloaded tracing v0.1.37
24722024-09-16T16:16:09.220Z[ helios-setup] Sep 16 16:16:07.901 INFO E| Downloaded schemars v0.8.12
24732024-09-16T16:16:09.236Z[ helios-setup] Sep 16 16:16:07.919 INFO E| Downloaded num-traits v0.2.15
24742024-09-16T16:16:09.240Z[ helios-setup] Sep 16 16:16:07.923 INFO E| Downloaded ahash v0.8.3
24752024-09-16T16:16:09.245Z[ helios-setup] Sep 16 16:16:07.929 INFO E| Downloaded parking_lot v0.12.1
24762024-09-16T16:16:09.249Z[ helios-setup] Sep 16 16:16:07.932 INFO E| Downloaded ipnet v2.7.2
24772024-09-16T16:16:09.252Z[ helios-setup] Sep 16 16:16:07.935 INFO E| Downloaded anyhow v1.0.68
24782024-09-16T16:16:09.258Z[ helios-setup] Sep 16 16:16:07.942 INFO E| Downloaded unsafe-libyaml v0.2.8
24792024-09-16T16:16:09.265Z[ helios-setup] Sep 16 16:16:07.948 INFO E| Downloaded sct v0.7.0
24802024-09-16T16:16:09.271Z[ helios-setup] Sep 16 16:16:07.954 INFO E| Downloaded rhai_codegen v1.5.0
24812024-09-16T16:16:09.285Z[ helios-setup] Sep 16 16:16:07.968 INFO E| Downloaded pin-project-lite v0.2.9
24822024-09-16T16:16:09.292Z[ helios-setup] Sep 16 16:16:07.975 INFO E| Downloaded crossbeam-utils v0.8.14
24832024-09-16T16:16:09.297Z[ helios-setup] Sep 16 16:16:07.980 INFO E| Downloaded clap v4.2.1
24842024-09-16T16:16:09.311Z[ helios-setup] Sep 16 16:16:07.994 INFO E| Downloaded log v0.4.17
24852024-09-16T16:16:09.315Z[ helios-setup] Sep 16 16:16:07.998 INFO E| Downloaded io-lifetimes v1.0.10
24862024-09-16T16:16:09.322Z[ helios-setup] Sep 16 16:16:08.005 INFO E| Downloaded cargo-lock v8.0.3
24872024-09-16T16:16:09.326Z[ helios-setup] Sep 16 16:16:08.009 INFO E| Downloaded sha2 v0.10.6
24882024-09-16T16:16:09.329Z[ helios-setup] Sep 16 16:16:08.013 INFO E| Downloaded serde_yaml v0.9.21
24892024-09-16T16:16:09.336Z[ helios-setup] Sep 16 16:16:08.019 INFO E| Downloaded parking_lot_core v0.9.6
24902024-09-16T16:16:09.340Z[ helios-setup] Sep 16 16:16:08.023 INFO E| Downloaded num-integer v0.1.45
24912024-09-16T16:16:09.342Z[ helios-setup] Sep 16 16:16:08.025 INFO E| Downloaded encoding_rs v0.8.32
24922024-09-16T16:16:09.379Z[ helios-setup] Sep 16 16:16:08.062 INFO E| Downloaded either v1.8.0
24932024-09-16T16:16:09.382Z[ helios-setup] Sep 16 16:16:08.064 INFO E| Downloaded socket2 v0.4.9
24942024-09-16T16:16:09.406Z[ helios-setup] Sep 16 16:16:08.089 INFO E| Downloaded lock_api v0.4.9
24952024-09-16T16:16:09.408Z[ helios-setup] Sep 16 16:16:08.091 INFO E| Downloaded async-trait v0.1.68
24962024-09-16T16:16:09.413Z[ helios-setup] Sep 16 16:16:08.096 INFO E| Downloaded tungstenite v0.18.0
24972024-09-16T16:16:09.418Z[ helios-setup] Sep 16 16:16:08.101 INFO E| Downloaded time v0.1.45
24982024-09-16T16:16:09.420Z[ helios-setup] Sep 16 16:16:08.103 INFO E| Downloaded clap_derive v4.2.0
24992024-09-16T16:16:09.423Z[ helios-setup] Sep 16 16:16:08.106 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
25002024-09-16T16:16:09.509Z[ helios-setup] Sep 16 16:16:08.192 INFO E| Downloaded textwrap v0.16.0
25012024-09-16T16:16:09.512Z[ helios-setup] Sep 16 16:16:08.195 INFO E| Downloaded futures-channel v0.3.28
25022024-09-16T16:16:09.515Z[ helios-setup] Sep 16 16:16:08.198 INFO E| Downloaded num_enum_derive v0.5.7
25032024-09-16T16:16:09.518Z[ helios-setup] Sep 16 16:16:08.200 INFO E| Downloaded built v0.6.0
25042024-09-16T16:16:09.520Z[ helios-setup] Sep 16 16:16:08.202 INFO E| Downloaded tempfile v3.5.0
25052024-09-16T16:16:09.523Z[ helios-setup] Sep 16 16:16:08.205 INFO E| Downloaded slog-bunyan v2.4.0
25062024-09-16T16:16:09.525Z[ helios-setup] Sep 16 16:16:08.207 INFO E| Downloaded percent-encoding v2.2.0
25072024-09-16T16:16:09.525Z[ helios-setup] Sep 16 16:16:08.208 INFO E| Downloaded memoffset v0.7.1
25082024-09-16T16:16:09.528Z[ helios-setup] Sep 16 16:16:08.209 INFO E| Downloaded proc-macro-crate v1.2.1
25092024-09-16T16:16:09.528Z[ helios-setup] Sep 16 16:16:08.211 INFO E| Downloaded num_cpus v1.15.0
25102024-09-16T16:16:09.552Z[ helios-setup] Sep 16 16:16:08.215 INFO E| Downloaded is-terminal v0.4.7
25112024-09-16T16:16:09.552Z[ helios-setup] Sep 16 16:16:08.216 INFO E| Downloaded http-body v0.4.5
25122024-09-16T16:16:09.552Z[ helios-setup] Sep 16 16:16:08.218 INFO E| Downloaded semver v1.0.17
25132024-09-16T16:16:09.552Z[ helios-setup] Sep 16 16:16:08.222 INFO E| Downloaded home v0.5.4
25142024-09-16T16:16:09.552Z[ helios-setup] Sep 16 16:16:08.223 INFO E| Downloaded futures-executor v0.3.28
25152024-09-16T16:16:09.552Z[ helios-setup] Sep 16 16:16:08.225 INFO E| Downloaded libz-sys v1.1.8
25162024-09-16T16:16:09.640Z[ helios-setup] Sep 16 16:16:08.322 INFO E| Downloaded fastrand v1.9.0
25172024-09-16T16:16:09.643Z[ helios-setup] Sep 16 16:16:08.324 INFO E| Downloaded digest v0.10.6
25182024-09-16T16:16:09.645Z[ helios-setup] Sep 16 16:16:08.327 INFO E| Downloaded concolor-query v0.3.3
25192024-09-16T16:16:09.645Z[ helios-setup] Sep 16 16:16:08.328 INFO E| Downloaded clap_lex v0.4.1
25202024-09-16T16:16:09.648Z[ helios-setup] Sep 16 16:16:08.330 INFO E| Downloaded strsim v0.10.0
25212024-09-16T16:16:09.650Z[ helios-setup] Sep 16 16:16:08.332 INFO E| Downloaded signal-hook-registry v1.4.0
25222024-09-16T16:16:09.650Z[ helios-setup] Sep 16 16:16:08.334 INFO E| Downloaded anstyle-parse v0.1.1
25232024-09-16T16:16:09.653Z[ helios-setup] Sep 16 16:16:08.336 INFO E| Downloaded ahash v0.7.6
25242024-09-16T16:16:09.657Z[ helios-setup] Sep 16 16:16:08.340 INFO E| Downloaded terminal_size v0.2.6
25252024-09-16T16:16:09.660Z[ helios-setup] Sep 16 16:16:08.342 INFO E| Downloaded slog-async v2.7.0
25262024-09-16T16:16:09.662Z[ helios-setup] Sep 16 16:16:08.344 INFO E| Downloaded num_enum v0.5.7
25272024-09-16T16:16:09.668Z[ helios-setup] Sep 16 16:16:08.351 INFO E| Downloaded itoa v1.0.6
25282024-09-16T16:16:09.670Z[ helios-setup] Sep 16 16:16:08.352 INFO E| Downloaded paste v1.0.12
25292024-09-16T16:16:09.680Z[ helios-setup] Sep 16 16:16:08.363 INFO E| Downloaded slab v0.4.7
25302024-09-16T16:16:09.683Z[ helios-setup] Sep 16 16:16:08.365 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25312024-09-16T16:16:09.686Z[ helios-setup] Sep 16 16:16:08.368 INFO E| Downloaded pkg-config v0.3.26
25322024-09-16T16:16:09.688Z[ helios-setup] Sep 16 16:16:08.370 INFO E| Downloaded lazy_static v1.4.0
25332024-09-16T16:16:09.688Z[ helios-setup] Sep 16 16:16:08.371 INFO E| Downloaded iana-time-zone v0.1.56
25342024-09-16T16:16:09.692Z[ helios-setup] Sep 16 16:16:08.374 INFO E| Downloaded httpdate v1.0.2
25352024-09-16T16:16:09.692Z[ helios-setup] Sep 16 16:16:08.375 INFO E| Downloaded futures-task v0.3.28
25362024-09-16T16:16:09.747Z[ helios-setup] Sep 16 16:16:08.430 INFO E| Downloaded futures-sink v0.3.28
25372024-09-16T16:16:09.750Z[ helios-setup] Sep 16 16:16:08.431 INFO E| Downloaded futures-macro v0.3.28
25382024-09-16T16:16:09.750Z[ helios-setup] Sep 16 16:16:08.432 INFO E| Downloaded futures-io v0.3.28
25392024-09-16T16:16:09.752Z[ helios-setup] Sep 16 16:16:08.434 INFO E| Downloaded futures-core v0.3.28
25402024-09-16T16:16:09.759Z[ helios-setup] Sep 16 16:16:08.436 INFO E| Downloaded form_urlencoded v1.1.0
25412024-09-16T16:16:09.765Z[ helios-setup] Sep 16 16:16:08.437 INFO E| Downloaded dyn-clone v1.0.11
25422024-09-16T16:16:09.765Z[ helios-setup] Sep 16 16:16:08.439 INFO E| Downloaded crossbeam-deque v0.8.2
25432024-09-16T16:16:09.768Z[ helios-setup] Sep 16 16:16:08.441 INFO E| Downloaded autocfg v1.1.0
25442024-09-16T16:16:10.225Z[ helios-setup] Sep 16 16:16:08.907 INFO E| Compiling proc-macro2 v1.0.86
25452024-09-16T16:16:10.225Z[ helios-setup] Sep 16 16:16:08.908 INFO E| Compiling libc v0.2.139
25462024-09-16T16:16:10.225Z[ helios-setup] Sep 16 16:16:08.908 INFO E| Compiling unicode-ident v1.0.8
25472024-09-16T16:16:10.225Z[ helios-setup] Sep 16 16:16:08.908 INFO E| Compiling autocfg v1.1.0
25482024-09-16T16:16:10.227Z[ helios-setup] Sep 16 16:16:08.908 INFO E| Compiling cfg-if v1.0.0
25492024-09-16T16:16:10.228Z[ helios-setup] Sep 16 16:16:08.908 INFO E| Compiling version_check v0.9.4
25502024-09-16T16:16:10.228Z[ helios-setup] Sep 16 16:16:08.908 INFO E| Compiling serde v1.0.204
25512024-09-16T16:16:10.228Z[ helios-setup] Sep 16 16:16:08.908 INFO E| Compiling syn v1.0.107
25522024-09-16T16:16:10.495Z[ host-package] Compiling which v4.4.2
25532024-09-16T16:16:11.132Z[ helios-setup] Sep 16 16:16:09.814 INFO E| Compiling memchr v2.5.0
25542024-09-16T16:16:11.285Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25552024-09-16T16:16:11.934Z[ host-package] Compiling chacha20 v0.9.1
25562024-09-16T16:16:12.159Z[ helios-setup] Sep 16 16:16:10.841 INFO E| Compiling once_cell v1.17.0
25572024-09-16T16:16:12.203Z[ helios-setup] Sep 16 16:16:10.886 INFO E| Compiling thiserror v1.0.38
25582024-09-16T16:16:12.271Z[ helios-setup] Sep 16 16:16:10.954 INFO E| Compiling log v0.4.17
25592024-09-16T16:16:12.977Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25602024-09-16T16:16:13.022Z[ helios-setup] Sep 16 16:16:11.704 INFO E| Compiling itoa v1.0.6
25612024-09-16T16:16:13.454Z[ helios-setup] Sep 16 16:16:12.136 INFO E| Compiling quote v1.0.36
25622024-09-16T16:16:13.528Z[ helios-setup] Sep 16 16:16:12.211 INFO E| Compiling serde_json v1.0.95
25632024-09-16T16:16:13.778Z[ host-package] Compiling cexpr v0.6.0
25642024-09-16T16:16:14.398Z[ helios-setup] Sep 16 16:16:13.080 INFO E| Compiling syn v2.0.72
25652024-09-16T16:16:14.812Z[ helios-setup] Sep 16 16:16:13.494 INFO E| Compiling getrandom v0.2.8
25662024-09-16T16:16:14.954Z[ helios-setup] Sep 16 16:16:13.636 INFO E| Compiling jobserver v0.1.26
25672024-09-16T16:16:15.124Z[ helios-setup] Sep 16 16:16:13.806 INFO E| Compiling indexmap v1.9.3
25682024-09-16T16:16:15.291Z[ helios-setup] Sep 16 16:16:13.973 INFO E| Compiling scopeguard v1.1.0
25692024-09-16T16:16:15.561Z[ helios-setup] Sep 16 16:16:14.243 INFO E| Compiling pin-project-lite v0.2.9
25702024-09-16T16:16:15.673Z[ helios-setup] Sep 16 16:16:14.355 INFO E| Compiling cc v1.0.78
25712024-09-16T16:16:16.009Z[ helios-setup] Sep 16 16:16:14.691 INFO E| Compiling num-integer v0.1.45
25722024-09-16T16:16:16.062Z[ helios-setup] Sep 16 16:16:14.743 INFO E| Compiling futures-core v0.3.28
25732024-09-16T16:16:16.177Z[ helios-setup] Sep 16 16:16:14.859 INFO E| Compiling bytes v1.4.0
25742024-09-16T16:16:16.746Z[ host-package] Compiling aead v0.5.2
25752024-09-16T16:16:17.008Z[ helios-setup] Sep 16 16:16:15.690 INFO E| Compiling ryu v1.0.13
25762024-09-16T16:16:17.147Z[ host-package] Compiling rustc-hash v1.1.0
25772024-09-16T16:16:17.562Z[ host-package] Compiling shlex v1.3.0
25782024-09-16T16:16:17.741Z[ host-package] Compiling ref-cast v1.0.23
25792024-09-16T16:16:18.133Z[ helios-setup] Sep 16 16:16:16.815 INFO E| Compiling lock_api v0.4.9
25802024-09-16T16:16:18.326Z[ helios-setup] Sep 16 16:16:17.006 INFO E| Compiling bitflags v1.3.2
25812024-09-16T16:16:18.415Z[ helios-setup] Sep 16 16:16:17.094 INFO E| Compiling typenum v1.16.0
25822024-09-16T16:16:18.445Z[ helios-setup] Sep 16 16:16:17.124 INFO E| Compiling parking_lot_core v0.9.6
25832024-09-16T16:16:18.566Z[ host-package] Compiling lazycell v1.3.0
25842024-09-16T16:16:19.059Z[ host-package] Compiling chacha20poly1305 v0.10.1
25852024-09-16T16:16:19.091Z[ helios-setup] Sep 16 16:16:17.772 INFO E| Compiling num_cpus v1.15.0
25862024-09-16T16:16:19.230Z[ helios-setup] Sep 16 16:16:17.908 INFO E| Compiling generic-array v0.14.6
25872024-09-16T16:16:19.576Z[ helios-setup] Sep 16 16:16:18.257 INFO E| Compiling slab v0.4.7
25882024-09-16T16:16:19.645Z[ helios-setup] Sep 16 16:16:18.325 INFO E| Compiling futures-task v0.3.28
25892024-09-16T16:16:19.706Z[ helios-setup] Sep 16 16:16:18.388 INFO E| Compiling futures-sink v0.3.28
25902024-09-16T16:16:19.775Z[ helios-setup] Sep 16 16:16:18.457 INFO E| Compiling futures-channel v0.3.28
25912024-09-16T16:16:19.791Z[ host-package] Compiling vsss-rs v3.3.4
25922024-09-16T16:16:20.501Z[ helios-setup] Sep 16 16:16:19.180 INFO E| Compiling tokio v1.27.0
25932024-09-16T16:16:20.667Z[ helios-setup] Sep 16 16:16:19.346 INFO E| Compiling schemars v0.8.12
25942024-09-16T16:16:20.746Z[ helios-setup] Sep 16 16:16:19.422 INFO E| Compiling futures-util v0.3.28
25952024-09-16T16:16:21.943Z[ helios-setup] Sep 16 16:16:20.622 INFO E| Compiling mio v0.8.5
25962024-09-16T16:16:22.045Z[ helios-setup] Sep 16 16:16:20.725 INFO E| Compiling signal-hook-registry v1.4.0
25972024-09-16T16:16:22.106Z[ helios-setup] Sep 16 16:16:20.787 INFO E| Compiling socket2 v0.4.9
25982024-09-16T16:16:22.284Z[ helios-setup] Sep 16 16:16:20.965 INFO E| Compiling ahash v0.7.6
25992024-09-16T16:16:22.363Z[ helios-setup] Sep 16 16:16:21.044 INFO E| Compiling num-traits v0.2.15
26002024-09-16T16:16:23.369Z[ helios-setup] Sep 16 16:16:22.049 INFO E| Compiling crunchy v0.2.2
26012024-09-16T16:16:23.439Z[ helios-setup] Sep 16 16:16:22.119 INFO E| Compiling futures-io v0.3.28
26022024-09-16T16:16:24.082Z[ helios-setup] Sep 16 16:16:22.762 INFO E| Compiling pin-utils v0.1.0
26032024-09-16T16:16:24.493Z[ helios-setup] Sep 16 16:16:23.172 INFO E| Compiling io-lifetimes v1.0.10
26042024-09-16T16:16:25.351Z[ helios-setup] Sep 16 16:16:24.031 INFO E| Compiling ahash v0.8.3
26052024-09-16T16:16:25.853Z[ helios-setup] Sep 16 16:16:24.533 INFO E| Compiling serde_derive_internals v0.26.0
26062024-09-16T16:16:26.069Z[ helios-setup] Sep 16 16:16:24.749 INFO E| Compiling tiny-keccak v2.0.2
26072024-09-16T16:16:26.535Z[ helios-setup] Sep 16 16:16:25.213 INFO E| Compiling hashbrown v0.12.3
26082024-09-16T16:16:26.604Z[ helios-setup] Sep 16 16:16:25.282 INFO E| Compiling rustix v0.37.3
26092024-09-16T16:16:26.757Z[ helios-setup] Sep 16 16:16:25.433 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26102024-09-16T16:16:27.374Z[ host-package] Compiling slog-envlogger v2.2.0
26112024-09-16T16:16:27.743Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26122024-09-16T16:16:28.042Z[ helios-setup] Sep 16 16:16:26.722 INFO E| Compiling block-buffer v0.10.3
26132024-09-16T16:16:28.345Z[ helios-setup] Sep 16 16:16:27.025 INFO E| Compiling crypto-common v0.1.6
26142024-09-16T16:16:28.398Z[ host-package] Compiling derive_builder_core v0.20.0
26152024-09-16T16:16:29.299Z[ helios-setup] Sep 16 16:16:27.979 INFO E| Compiling errno v0.3.1
26162024-09-16T16:16:29.416Z[ helios-setup] Sep 16 16:16:28.096 INFO E| Compiling pkg-config v0.3.26
26172024-09-16T16:16:29.627Z[ helios-setup] Sep 16 16:16:28.307 INFO E| Compiling slog v2.7.0
26182024-09-16T16:16:29.746Z[ helios-setup] Sep 16 16:16:28.426 INFO E| Compiling fnv v1.0.7
26192024-09-16T16:16:29.984Z[ helios-setup] Sep 16 16:16:28.664 INFO E| Compiling crossbeam-utils v0.8.14
26202024-09-16T16:16:30.047Z[ helios-setup] Sep 16 16:16:28.727 INFO E| Compiling http v0.2.9
26212024-09-16T16:16:31.505Z[ host-package] Compiling headers-core v0.2.0
26222024-09-16T16:16:32.025Z[ host-package] Compiling fxhash v0.2.1
26232024-09-16T16:16:32.599Z[ host-package] Compiling libxml v0.3.3
26242024-09-16T16:16:32.627Z[ helios-setup] Sep 16 16:16:31.306 INFO E| Compiling digest v0.10.6
26252024-09-16T16:16:32.790Z[ host-package] Compiling ref-cast-impl v1.0.23
26262024-09-16T16:16:32.901Z[ host-package] Compiling derive_builder_macro v0.20.0
26272024-09-16T16:16:33.280Z[ helios-setup] Sep 16 16:16:31.958 INFO E| Compiling aho-corasick v0.7.20
26282024-09-16T16:16:33.562Z[ host-package] Compiling headers v0.3.9
26292024-09-16T16:16:33.876Z[ helios-setup] Sep 16 16:16:32.555 INFO E| Compiling tinyvec_macros v0.1.1
26302024-09-16T16:16:34.180Z[ helios-setup] Sep 16 16:16:32.859 INFO E| Compiling regex-syntax v0.6.29
26312024-09-16T16:16:34.198Z[ helios-setup] Sep 16 16:16:32.878 INFO E| Compiling anyhow v1.0.68
26322024-09-16T16:16:35.750Z[ helios-setup] Sep 16 16:16:34.428 INFO E| Compiling httparse v1.8.0
26332024-09-16T16:16:35.807Z[ helios-setup] Sep 16 16:16:34.484 INFO E| Compiling unicode-width v0.1.10
26342024-09-16T16:16:36.002Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26352024-09-16T16:16:36.123Z[ helios-setup] Sep 16 16:16:34.790 INFO E| Compiling heck v0.4.1
26362024-09-16T16:16:36.259Z[ helios-setup] Sep 16 16:16:34.887 INFO E| Compiling thiserror-impl v1.0.38
26372024-09-16T16:16:36.291Z[ helios-setup] Sep 16 16:16:34.939 INFO E| Compiling serde_derive v1.0.204
26382024-09-16T16:16:36.630Z[ helios-setup] Sep 16 16:16:35.309 INFO E| Compiling futures-macro v0.3.28
26392024-09-16T16:16:36.849Z[ helios-setup] Sep 16 16:16:35.528 INFO E| Compiling tokio-macros v2.0.0
26402024-09-16T16:16:36.968Z[ helios-setup] Sep 16 16:16:35.647 INFO E| Compiling schemars_derive v0.8.12
26412024-09-16T16:16:37.216Z[ helios-setup] Sep 16 16:16:35.895 INFO E| Compiling cpufeatures v0.2.5
26422024-09-16T16:16:37.736Z[ helios-setup] Sep 16 16:16:36.415 INFO E| Compiling percent-encoding v2.2.0
26432024-09-16T16:16:38.448Z[ helios-setup] Sep 16 16:16:37.127 INFO E| Compiling form_urlencoded v1.1.0
26442024-09-16T16:16:38.844Z[ host-package] Compiling polar-core v0.27.3
26452024-09-16T16:16:38.995Z[ helios-setup] Sep 16 16:16:37.673 INFO E| Compiling const-random-macro v0.1.15
26462024-09-16T16:16:40.074Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26472024-09-16T16:16:40.328Z[ helios-setup] Sep 16 16:16:39.006 INFO E| Compiling tinyvec v1.6.0
26482024-09-16T16:16:40.910Z[ helios-setup] Sep 16 16:16:39.588 INFO E| Compiling regex v1.7.3
26492024-09-16T16:16:40.981Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26502024-09-16T16:16:42.105Z[ host-package] Compiling strum_macros v0.24.3
26512024-09-16T16:16:42.499Z[ helios-setup] Sep 16 16:16:41.177 INFO E| Compiling hashbrown v0.13.2
26522024-09-16T16:16:42.911Z[ helios-setup] Sep 16 16:16:41.589 INFO E| Compiling chrono v0.4.24
26532024-09-16T16:16:44.061Z[ helios-setup] Sep 16 16:16:42.738 INFO E| Compiling libz-sys v1.1.8
26542024-09-16T16:16:45.287Z[ host-package] Compiling samael v0.0.17
26552024-09-16T16:16:46.760Z[ helios-setup] Sep 16 16:16:45.437 INFO E| Compiling uuid v1.3.0
26562024-09-16T16:16:46.905Z[ helios-setup] Sep 16 16:16:45.583 INFO E| Compiling dyn-clone v1.0.11
26572024-09-16T16:16:47.415Z[ helios-setup] Sep 16 16:16:46.092 INFO E| Compiling regress v0.5.0
26582024-09-16T16:16:47.520Z[ helios-setup] Sep 16 16:16:46.164 INFO E| Compiling unicode-normalization v0.1.22
26592024-09-16T16:16:48.060Z[ helios-setup] Sep 16 16:16:46.737 INFO E| Compiling const-random v0.1.15
26602024-09-16T16:16:48.512Z[ host-package] Compiling kstat-rs v0.2.4
26612024-09-16T16:16:48.570Z[ host-package] Compiling dropshot v0.10.1
26622024-09-16T16:16:49.446Z[ host-package] Compiling unicase v2.7.0
26632024-09-16T16:16:49.971Z[ host-package] Compiling indoc v1.0.9
26642024-09-16T16:16:50.034Z[ helios-setup] Sep 16 16:16:48.703 INFO E| Compiling getopts v0.2.21
26652024-09-16T16:16:50.122Z[ helios-setup] Sep 16 16:16:48.789 INFO E| Compiling tracing-core v0.1.30
26662024-09-16T16:16:50.406Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26672024-09-16T16:16:50.565Z[ helios-setup] Sep 16 16:16:49.242 INFO E| Compiling memoffset v0.7.1
26682024-09-16T16:16:51.196Z[ helios-setup] Sep 16 16:16:49.872 INFO E| Compiling time-core v0.1.2
26692024-09-16T16:16:51.569Z[ helios-setup] Sep 16 16:16:50.246 INFO E| Compiling powerfmt v0.2.0
26702024-09-16T16:16:52.118Z[ helios-setup] Sep 16 16:16:50.794 INFO E| Compiling unicode-bidi v0.3.13
26712024-09-16T16:16:52.226Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26722024-09-16T16:16:54.023Z[ helios-setup] Sep 16 16:16:52.699 INFO E| Compiling ucd-trie v0.1.5
26732024-09-16T16:16:54.948Z[ helios-setup] Sep 16 16:16:53.624 INFO E| Compiling num-conv v0.1.0
26742024-09-16T16:16:55.092Z[ helios-setup] Sep 16 16:16:53.769 INFO E| Compiling idna v0.3.0
26752024-09-16T16:16:55.704Z[ helios-setup] Sep 16 16:16:54.381 INFO E| Compiling pest v2.5.7
26762024-09-16T16:16:55.916Z[ helios-setup] Sep 16 16:16:54.593 INFO E| Compiling time-macros v0.2.18
26772024-09-16T16:16:56.997Z[ helios-setup] Sep 16 16:16:55.672 INFO E| Compiling deranged v0.3.11
26782024-09-16T16:16:58.757Z[ helios-setup] Sep 16 16:16:57.432 INFO E| Compiling tracing v0.1.37
26792024-09-16T16:17:00.373Z[ host-package] Compiling derive_builder v0.20.0
26802024-09-16T16:17:01.451Z[ helios-setup] Sep 16 16:17:00.125 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26812024-09-16T16:17:01.626Z[ helios-setup] Sep 16 16:17:00.302 INFO E| Compiling time v0.1.45
26822024-09-16T16:17:01.977Z[ helios-setup] Sep 16 16:17:00.653 INFO E| Compiling toml v0.5.11
26832024-09-16T16:17:02.548Z[ helios-setup] Sep 16 16:17:01.223 INFO E| Compiling serde_tokenstream v0.2.0
26842024-09-16T16:17:03.042Z[ helios-setup] Sep 16 16:17:01.717 INFO E| Compiling smallvec v1.10.0
26852024-09-16T16:17:04.201Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26862024-09-16T16:17:04.920Z[ helios-setup] Sep 16 16:17:03.595 INFO E| Compiling parking_lot v0.12.1
26872024-09-16T16:17:05.473Z[ helios-setup] Sep 16 16:17:04.148 INFO E| Compiling crossbeam-epoch v0.9.13
26882024-09-16T16:17:07.447Z[ host-package] Compiling tungstenite v0.23.0
26892024-09-16T16:17:08.042Z[ helios-setup] Sep 16 16:17:06.716 INFO E| Compiling num_threads v0.1.6
26902024-09-16T16:17:08.287Z[ helios-setup] Sep 16 16:17:06.961 INFO E| Compiling semver v1.0.17
26912024-09-16T16:17:08.334Z[ helios-setup] Sep 16 16:17:07.009 INFO E| Compiling iana-time-zone v0.1.56
26922024-09-16T16:17:08.549Z[ helios-setup] Sep 16 16:17:07.223 INFO E| Compiling time v0.3.36
26932024-09-16T16:17:08.776Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26942024-09-16T16:17:09.305Z[ host-package] Compiling crossterm v0.28.1
26952024-09-16T16:17:10.224Z[ helios-setup] Sep 16 16:17:08.898 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26962024-09-16T16:17:10.246Z[ host-package] Compiling oso-derive v0.27.3
26972024-09-16T16:17:12.522Z[ host-package] Compiling dropshot_endpoint v0.10.1
26982024-09-16T16:17:12.525Z[ helios-setup] Sep 16 16:17:11.196 INFO E| Compiling semver-parser v0.10.2
26992024-09-16T16:17:15.962Z[ helios-setup] Sep 16 16:17:14.636 INFO E| Compiling url v2.3.1
27002024-09-16T16:17:17.939Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27012024-09-16T16:17:18.384Z[ helios-setup] Sep 16 16:17:17.057 INFO E| Compiling crossbeam-channel v0.5.6
27022024-09-16T16:17:20.079Z[ helios-setup] Sep 16 16:17:18.752 INFO E| Compiling dirs-sys-next v0.1.2
27032024-09-16T16:17:20.981Z[ host-package] Compiling libz-sys v1.1.16
27042024-09-16T16:17:22.320Z[ helios-setup] Sep 16 16:17:20.992 INFO E| Compiling crc32fast v1.3.2
27052024-09-16T16:17:22.872Z[ helios-setup] Sep 16 16:17:21.544 INFO E| Compiling same-file v1.0.6
27062024-09-16T16:17:22.907Z[ host-package] Compiling quick-xml v0.33.0
27072024-09-16T16:17:23.501Z[ helios-setup] Sep 16 16:17:22.128 INFO E| Compiling tokio-util v0.7.7
27082024-09-16T16:17:23.735Z[ helios-setup] Sep 16 16:17:22.407 INFO E| Compiling try-lock v0.2.4
27092024-09-16T16:17:24.131Z[ helios-setup] Sep 16 16:17:22.803 INFO E| Compiling walkdir v2.3.3
27102024-09-16T16:17:24.464Z[ helios-setup] Sep 16 16:17:23.136 INFO E| Compiling want v0.3.0
27112024-09-16T16:17:24.839Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
27122024-09-16T16:17:25.739Z[ helios-setup] Sep 16 16:17:24.411 INFO E| Compiling h2 v0.3.16
27132024-09-16T16:17:25.747Z[ host-package] Compiling parking_lot_core v0.8.6
27142024-09-16T16:17:25.986Z[ helios-setup] Sep 16 16:17:24.658 INFO E| Compiling dirs-next v2.0.0
27152024-09-16T16:17:26.989Z[ helios-setup] Sep 16 16:17:25.661 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27162024-09-16T16:17:27.029Z[ host-package] Compiling cfg_aliases v0.1.1
27172024-09-16T16:17:27.316Z[ host-package] Compiling nix v0.28.0
27182024-09-16T16:17:29.112Z[ helios-setup] Sep 16 16:17:27.783 INFO E| Compiling semver v0.11.0
27192024-09-16T16:17:30.099Z[ helios-setup] Sep 16 16:17:28.771 INFO E| Compiling proc-macro-crate v1.2.1
27202024-09-16T16:17:30.946Z[ host-package] Compiling tokio-tungstenite v0.23.1
27212024-09-16T16:17:31.415Z[ host-package] Compiling oso v0.27.3
27222024-09-16T16:17:31.920Z[ helios-setup] Sep 16 16:17:30.591 INFO E| Compiling futures-executor v0.3.28
27232024-09-16T16:17:32.474Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27242024-09-16T16:17:34.025Z[ helios-setup] Sep 16 16:17:32.696 INFO E| Compiling http-body v0.4.5
27252024-09-16T16:17:34.170Z[ helios-setup] Sep 16 16:17:32.841 INFO E| Compiling ring v0.16.20
27262024-09-16T16:17:35.114Z[ helios-setup] Sep 16 16:17:33.785 INFO E| Compiling rand_core v0.6.4
27272024-09-16T16:17:36.040Z[ helios-setup] Sep 16 16:17:34.710 INFO E| Compiling thread_local v1.1.7
27282024-09-16T16:17:36.052Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27292024-09-16T16:17:36.264Z[ helios-setup] Sep 16 16:17:34.934 INFO E| Compiling rayon-core v1.10.2
27302024-09-16T16:17:37.049Z[ helios-setup] Sep 16 16:17:35.719 INFO E| Compiling lazy_static v1.4.0
27312024-09-16T16:17:37.214Z[ helios-setup] Sep 16 16:17:35.884 INFO E| Compiling utf8parse v0.2.1
27322024-09-16T16:17:37.539Z[ helios-setup] Sep 16 16:17:36.209 INFO E| Compiling adler v1.0.2
27332024-09-16T16:17:37.784Z[ helios-setup] Sep 16 16:17:36.455 INFO E| Compiling fastrand v1.9.0
27342024-09-16T16:17:38.194Z[ helios-setup] Sep 16 16:17:36.865 INFO E| Compiling home v0.5.4
27352024-09-16T16:17:38.426Z[ helios-setup] Sep 16 16:17:37.096 INFO E| Compiling httpdate v1.0.2
27362024-09-16T16:17:38.722Z[ helios-setup] Sep 16 16:17:37.393 INFO E| Compiling base64 v0.21.0
27372024-09-16T16:17:38.868Z[ helios-setup] Sep 16 16:17:37.538 INFO E| Compiling tower-service v0.3.2
27382024-09-16T16:17:39.387Z[ helios-setup] Sep 16 16:17:38.057 INFO E| Compiling ppv-lite86 v0.2.17
27392024-09-16T16:17:39.832Z[ helios-setup] Sep 16 16:17:38.502 INFO E| Compiling hyper v0.14.25
27402024-09-16T16:17:41.026Z[ helios-setup] Sep 16 16:17:39.696 INFO E| Compiling rand_chacha v0.3.1
27412024-09-16T16:17:41.072Z[ helios-setup] Sep 16 16:17:39.742 INFO E| Compiling toolchain_find v0.2.0
27422024-09-16T16:17:42.192Z[ helios-setup] Sep 16 16:17:40.862 INFO E| Compiling tempfile v3.5.0
27432024-09-16T16:17:44.335Z[ helios-setup] Sep 16 16:17:43.004 INFO E| Compiling miniz_oxide v0.6.2
27442024-09-16T16:17:46.376Z[ helios-setup] Sep 16 16:17:45.045 INFO E| Compiling anstyle-parse v0.1.1
27452024-09-16T16:17:46.467Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27462024-09-16T16:17:47.087Z[ host-package] Compiling const_format_proc_macros v0.2.33
27472024-09-16T16:17:50.525Z[ helios-setup] Sep 16 16:17:49.193 INFO E| Compiling futures v0.3.28
27482024-09-16T16:17:51.005Z[ helios-setup] Sep 16 16:17:49.673 INFO E| Compiling num_enum_derive v0.5.7
27492024-09-16T16:17:51.021Z[ host-package] Compiling bb8 v0.8.5
27502024-09-16T16:17:52.501Z[ host-package] Compiling vte_generate_state_changes v0.1.1
27512024-09-16T16:17:54.009Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27522024-09-16T16:17:55.117Z[ host-package] Compiling vte v0.11.1
27532024-09-16T16:17:56.097Z[ helios-setup] Sep 16 16:17:54.764 INFO E| Compiling cargo-lock v8.0.3
27542024-09-16T16:17:58.117Z[ host-package] Compiling async-bb8-diesel v0.2.1
27552024-09-16T16:18:00.067Z[ host-package] Compiling const_format v0.2.33
27562024-09-16T16:18:02.879Z[ helios-setup] Sep 16 16:18:01.546 INFO E| Compiling crossbeam-deque v0.8.2
27572024-09-16T16:18:03.255Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
27582024-09-16T16:18:03.899Z[ helios-setup] Sep 16 16:18:02.566 INFO E| Compiling term v0.7.0
27592024-09-16T16:18:05.690Z[ helios-setup] Sep 16 16:18:04.357 INFO E| Compiling serde_urlencoded v0.7.1
27602024-09-16T16:18:06.119Z[ helios-setup] Sep 16 16:18:04.785 INFO E| Compiling sha2 v0.10.6
27612024-09-16T16:18:07.012Z[ helios-setup] Sep 16 16:18:05.678 INFO E| Compiling sha1 v0.10.5
27622024-09-16T16:18:08.753Z[ helios-setup] Sep 16 16:18:07.419 INFO E| Compiling is-terminal v0.4.7
27632024-09-16T16:18:08.938Z[ helios-setup] Sep 16 16:18:07.604 INFO E| Compiling atty v0.2.14
27642024-09-16T16:18:09.412Z[ helios-setup] Sep 16 16:18:08.077 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27652024-09-16T16:18:09.657Z[ helios-setup] Sep 16 16:18:08.322 INFO E| Compiling concolor-override v1.0.0
27662024-09-16T16:18:09.770Z[ helios-setup] Sep 16 16:18:08.434 INFO E| Compiling anstyle v0.3.5
27672024-09-16T16:18:10.150Z[ helios-setup] Sep 16 16:18:08.816 INFO E| Compiling concolor-query v0.3.3
27682024-09-16T16:18:10.626Z[ host-package] Compiling fd-lock v4.0.2
27692024-09-16T16:18:11.179Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27702024-09-16T16:18:12.245Z[ helios-setup] Sep 16 16:18:10.911 INFO E| Compiling anstream v0.2.6
27712024-09-16T16:18:12.856Z[ host-package] Compiling bytecount v0.6.8
27722024-09-16T16:18:13.584Z[ helios-setup] Sep 16 16:18:12.249 INFO E| Compiling slog-term v2.9.0
27732024-09-16T16:18:13.696Z[ helios-setup] Sep 16 16:18:12.361 INFO E| Compiling flate2 v1.0.25
27742024-09-16T16:18:13.741Z[ host-package] Compiling papergrid v0.11.0
27752024-09-16T16:18:14.948Z[ helios-setup] Sep 16 16:18:13.613 INFO E| Compiling num_enum v0.5.7
27762024-09-16T16:18:15.659Z[ helios-setup] Sep 16 16:18:14.323 INFO E| Compiling rustfmt-wrapper v0.2.0
27772024-09-16T16:18:16.487Z[ helios-setup] Sep 16 16:18:15.152 INFO E| Compiling rand v0.8.5
27782024-09-16T16:18:17.035Z[ helios-setup] Sep 16 16:18:15.700 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27792024-09-16T16:18:17.734Z[ helios-setup] Sep 16 16:18:16.397 INFO E| Compiling openapiv3 v1.0.2
27802024-09-16T16:18:20.556Z[ helios-setup] Sep 16 16:18:19.220 INFO E| Compiling encoding_rs v0.8.32
27812024-09-16T16:18:26.130Z[ helios-setup] Sep 16 16:18:24.791 INFO E| Compiling either v1.8.0
27822024-09-16T16:18:26.321Z[ helios-setup] Sep 16 16:18:24.984 INFO E| Compiling mime v0.3.17
27832024-09-16T16:18:26.832Z[ helios-setup] Sep 16 16:18:25.495 INFO E| Compiling project-root v0.2.2
27842024-09-16T16:18:27.653Z[ helios-setup] Sep 16 16:18:26.316 INFO E| Compiling strsim v0.10.0
27852024-09-16T16:18:27.868Z[ helios-setup] Sep 16 16:18:26.531 INFO E| Compiling base64 v0.13.1
27862024-09-16T16:18:28.512Z[ helios-setup] Sep 16 16:18:27.175 INFO E| Compiling spin v0.5.2
27872024-09-16T16:18:29.071Z[ helios-setup] Sep 16 16:18:27.734 INFO E| Compiling byteorder v1.4.3
27882024-09-16T16:18:29.458Z[ helios-setup] Sep 16 16:18:28.121 INFO E| Compiling ipnet v2.7.2
27892024-09-16T16:18:30.111Z[ helios-setup] Sep 16 16:18:28.774 INFO E| Compiling unsafe-libyaml v0.2.8
27902024-09-16T16:18:31.351Z[ helios-setup] Sep 16 16:18:30.012 INFO E| Compiling untrusted v0.7.1
27912024-09-16T16:18:31.911Z[ helios-setup] Sep 16 16:18:30.574 INFO E| Compiling utf-8 v0.7.6
27922024-09-16T16:18:32.016Z[ helios-setup] Sep 16 16:18:30.679 INFO E| Compiling clap_lex v0.4.1
27932024-09-16T16:18:32.873Z[ helios-setup] Sep 16 16:18:31.536 INFO E| Compiling clap_builder v4.2.1
27942024-09-16T16:18:33.463Z[ helios-setup] Sep 16 16:18:32.125 INFO E| Compiling serde_yaml v0.9.21
27952024-09-16T16:18:33.657Z[ helios-setup] Sep 16 16:18:32.319 INFO E| Compiling tungstenite v0.18.0
27962024-09-16T16:18:34.189Z[ helios-setup] Sep 16 16:18:32.849 INFO E| Compiling reqwest v0.11.16
27972024-09-16T16:18:40.973Z[ helios-setup] Sep 16 16:18:39.627 INFO E| Compiling rayon v1.6.1
27982024-09-16T16:18:41.485Z[ helios-setup] Sep 16 16:18:40.146 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27992024-09-16T16:18:44.610Z[ helios-setup] Sep 16 16:18:43.271 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
28002024-09-16T16:18:47.482Z[ helios-setup] Sep 16 16:18:46.142 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28012024-09-16T16:18:48.792Z[ host-package] Compiling parking_lot v0.11.2
28022024-09-16T16:18:52.016Z[ helios-setup] Sep 16 16:18:50.675 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28032024-09-16T16:18:52.471Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28042024-09-16T16:18:52.662Z[ helios-setup] Sep 16 16:18:51.322 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
28052024-09-16T16:18:53.489Z[ helios-setup] Sep 16 16:18:52.148 INFO E| Compiling clap_derive v4.2.0
28062024-09-16T16:18:55.754Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
28072024-09-16T16:18:56.707Z[ helios-setup] Sep 16 16:18:55.365 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28082024-09-16T16:19:00.256Z[ host-package] Compiling tabled_derive v0.7.0
28092024-09-16T16:19:02.695Z[ helios-setup] Sep 16 16:19:01.353 INFO E| Compiling clap v4.2.1
28102024-09-16T16:19:04.577Z[ host-package] Compiling crossterm v0.27.0
28112024-09-16T16:19:04.762Z[ host-package] Compiling peg-macros v0.8.4
28122024-09-16T16:19:06.061Z[ helios-setup] Sep 16 16:19:04.719 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28132024-09-16T16:19:11.180Z[ host-package] Compiling sqlparser_derive v0.2.2
28142024-09-16T16:19:13.318Z[ host-package] Compiling unicode_categories v0.1.1
28152024-09-16T16:19:13.424Z[ host-package] Compiling nu-ansi-term v0.50.0
28162024-09-16T16:19:14.118Z[ host-package] Compiling sqlformat v0.2.4
28172024-09-16T16:19:16.073Z[ host-package] Compiling reedline v0.33.0
28182024-09-16T16:19:16.174Z[ host-package] Compiling sqlparser v0.45.0
28192024-09-16T16:19:16.789Z[ host-package] Compiling rustyline v14.0.0
28202024-09-16T16:19:20.385Z[ helios-setup] Sep 16 16:19:19.040 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28212024-09-16T16:19:23.920Z[ helios-setup] Sep 16 16:19:22.575 INFO E| Compiling tokio-tungstenite v0.18.0
28222024-09-16T16:19:24.107Z[ host-package] Compiling peg v0.8.4
28232024-09-16T16:19:24.599Z[ helios-setup] Sep 16 16:19:23.254 INFO E| Compiling smartstring v1.0.1
28242024-09-16T16:19:24.635Z[ host-package] Compiling tabled v0.15.0
28252024-09-16T16:19:25.020Z[ helios-setup] Sep 16 16:19:23.675 INFO E| Compiling rustls v0.21.0
28262024-09-16T16:19:26.289Z[ helios-setup] Sep 16 16:19:24.944 INFO E| Compiling serde_spanned v0.6.1
28272024-09-16T16:19:26.604Z[ helios-setup] Sep 16 16:19:25.258 INFO E| Compiling toml_datetime v0.6.1
28282024-09-16T16:19:27.011Z[ helios-setup] Sep 16 16:19:25.665 INFO E| Compiling match_cfg v0.1.0
28292024-09-16T16:19:27.565Z[ helios-setup] Sep 16 16:19:26.219 INFO E| Compiling paste v1.0.12
28302024-09-16T16:19:28.001Z[ helios-setup] Sep 16 16:19:26.656 INFO E| Compiling camino v1.1.4
28312024-09-16T16:19:28.015Z[ helios-setup] Sep 16 16:19:26.667 INFO E| Compiling static_assertions v1.1.0
28322024-09-16T16:19:28.669Z[ helios-setup] Sep 16 16:19:27.323 INFO E| Compiling winnow v0.4.1
28332024-09-16T16:19:28.922Z[ helios-setup] Sep 16 16:19:27.574 INFO E| Compiling async-trait v0.1.68
28342024-09-16T16:19:29.465Z[ helios-setup] Sep 16 16:19:28.119 INFO E| Compiling slog-async v2.7.0
28352024-09-16T16:19:31.041Z[ helios-setup] Sep 16 16:19:29.695 INFO E| Compiling hostname v0.3.1
28362024-09-16T16:19:32.092Z[ helios-setup] Sep 16 16:19:30.746 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28372024-09-16T16:19:32.363Z[ helios-setup] Sep 16 16:19:31.017 INFO E| Compiling sct v0.7.0
28382024-09-16T16:19:33.318Z[ helios-setup] Sep 16 16:19:31.972 INFO E| Compiling rustls-webpki v0.100.1
28392024-09-16T16:19:35.437Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28402024-09-16T16:19:36.237Z[ helios-setup] Sep 16 16:19:34.890 INFO E| Compiling toml_edit v0.19.8
28412024-09-16T16:19:38.576Z[ host-package] Compiling sled v0.34.7
28422024-09-16T16:19:39.574Z[ helios-setup] Sep 16 16:19:38.227 INFO E| Compiling slog-json v2.6.1
28432024-09-16T16:19:39.842Z[ host-package] Compiling mime_guess v2.0.4
28442024-09-16T16:19:40.897Z[ helios-setup] Sep 16 16:19:39.550 INFO E| Compiling unicode-linebreak v0.1.4
28452024-09-16T16:19:40.955Z[ host-package] Compiling hickory-client v0.24.1
28462024-09-16T16:19:41.913Z[ helios-setup] Sep 16 16:19:40.566 INFO E| Compiling async-stream-impl v0.3.5
28472024-09-16T16:19:42.571Z[ host-package] Compiling env_logger v0.9.3
28482024-09-16T16:19:43.871Z[ helios-setup] Sep 16 16:19:42.523 INFO E| Compiling rhai_codegen v1.5.0
28492024-09-16T16:19:45.138Z[ helios-setup] Sep 16 16:19:43.790 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28502024-09-16T16:19:45.328Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
28512024-09-16T16:19:45.889Z[ helios-setup] Sep 16 16:19:44.541 INFO E| Compiling take_mut v0.2.2
28522024-09-16T16:19:46.496Z[ helios-setup] Sep 16 16:19:45.148 INFO E| Compiling tokio-rustls v0.24.0
28532024-09-16T16:19:47.208Z[ helios-setup] Sep 16 16:19:45.859 INFO E| Compiling async-stream v0.3.5
28542024-09-16T16:19:47.519Z[ helios-setup] Sep 16 16:19:46.170 INFO E| Compiling toml v0.7.3
28552024-09-16T16:19:48.018Z[ helios-setup] Sep 16 16:19:46.670 INFO E| Compiling slog-bunyan v2.4.0
28562024-09-16T16:19:49.058Z[ helios-setup] Sep 16 16:19:47.709 INFO E| Compiling rhai v1.14.0
28572024-09-16T16:19:49.840Z[ host-package] Compiling tungstenite v0.20.1
28582024-09-16T16:19:50.750Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28592024-09-16T16:19:52.596Z[ helios-setup] Sep 16 16:19:51.247 INFO E| Compiling rustls-pemfile v1.0.2
28602024-09-16T16:19:52.686Z[ helios-setup] Sep 16 16:19:51.337 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28612024-09-16T16:19:53.819Z[ helios-setup] Sep 16 16:19:52.470 INFO E| Compiling bincode v1.3.3
28622024-09-16T16:19:55.928Z[ helios-setup] Sep 16 16:19:54.578 INFO E| Compiling serde_path_to_error v0.1.11
28632024-09-16T16:19:56.392Z[ helios-setup] Sep 16 16:19:55.043 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28642024-09-16T16:19:57.013Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28652024-09-16T16:19:58.496Z[ helios-setup] Sep 16 16:19:57.146 INFO E| Compiling terminal_size v0.2.6
28662024-09-16T16:19:58.995Z[ helios-setup] Sep 16 16:19:57.645 INFO E| Compiling smawk v0.3.1
28672024-09-16T16:19:59.305Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
28682024-09-16T16:19:59.763Z[ helios-setup] Sep 16 16:19:58.413 INFO E| Compiling textwrap v0.16.0
28692024-09-16T16:20:01.872Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28702024-09-16T16:20:02.598Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28712024-09-16T16:20:04.025Z[ host-package] Compiling hickory-server v0.24.1
28722024-09-16T16:20:04.791Z[ host-package] Compiling bcs v0.1.6
28732024-09-16T16:20:07.275Z[ host-package] Compiling vergen v8.3.2
28742024-09-16T16:20:08.145Z[ host-package] Compiling bitstruct_derive v0.1.0
28752024-09-16T16:20:14.662Z[ host-package] Compiling cargo-platform v0.1.8
28762024-09-16T16:20:16.059Z[ host-package] Compiling nanorand v0.7.0
28772024-09-16T16:20:16.292Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28782024-09-16T16:20:17.025Z[ host-package] Compiling memoffset v0.9.1
28792024-09-16T16:20:17.382Z[ host-package] Compiling ascii v1.1.0
28802024-09-16T16:20:18.790Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28812024-09-16T16:20:18.921Z[ host-package] Compiling flume v0.11.0
28822024-09-16T16:20:21.138Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28832024-09-16T16:20:21.888Z[ host-package] Compiling cargo_metadata v0.18.1
28842024-09-16T16:20:26.941Z[ host-package] Compiling bitstruct v0.1.1
28852024-09-16T16:20:27.235Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28862024-09-16T16:20:28.539Z[ helios-setup] Sep 16 16:20:27.185 INFO E| Compiling git2 v0.16.1
28872024-09-16T16:20:29.076Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28882024-09-16T16:20:31.190Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28892024-09-16T16:20:31.962Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28902024-09-16T16:20:33.987Z[ helios-setup] Sep 16 16:20:32.631 INFO E| Compiling built v0.6.0
28912024-09-16T16:20:37.037Z[ helios-setup] Sep 16 16:20:35.682 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28922024-09-16T16:20:38.711Z[ helios-setup] Sep 16 16:20:37.356 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28932024-09-16T16:20:39.055Z[ host-package] Compiling tokio-tungstenite v0.20.1
28942024-09-16T16:20:39.454Z[ helios-setup] Sep 16 16:20:38.098 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28952024-09-16T16:20:40.800Z[ host-package] Compiling git2 v0.19.0
28962024-09-16T16:20:44.271Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28972024-09-16T16:20:53.702Z[ host-package] Compiling atomicwrites v0.4.3
28982024-09-16T16:20:55.222Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28992024-09-16T16:20:57.116Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29002024-09-16T16:20:57.190Z[ host-package] Compiling libsqlite3-sys v0.28.0
29012024-09-16T16:20:57.923Z[ host-package] Compiling erased-serde v0.3.31
29022024-09-16T16:20:59.224Z[ host-package] Compiling serde_arrays v0.1.0
29032024-09-16T16:20:59.489Z[ host-package] Compiling cfg_aliases v0.2.1
29042024-09-16T16:20:59.652Z[ host-package] Compiling nix v0.29.0
29052024-09-16T16:20:59.865Z[ helios-setup] Sep 16 16:20:58.506 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
29062024-09-16T16:21:00.037Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29072024-09-16T16:21:00.926Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29082024-09-16T16:21:01.976Z[ helios-setup] Sep 16 16:21:00.617 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
29092024-09-16T16:21:02.405Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29102024-09-16T16:21:02.583Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29112024-09-16T16:21:03.263Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
29122024-09-16T16:21:04.108Z[ host-package] Compiling heck v0.3.3
29132024-09-16T16:21:04.869Z[ host-package] Compiling castaway v0.2.3
29142024-09-16T16:21:05.547Z[ host-package] Compiling rand_seeder v0.3.0
29152024-09-16T16:21:06.292Z[ host-package] Compiling csv-core v0.1.11
29162024-09-16T16:21:06.360Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3)
29172024-09-16T16:21:08.205Z[ host-package] Compiling http-range v0.1.5
29182024-09-16T16:21:09.460Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
29192024-09-16T16:21:10.502Z[ host-package] Compiling hyper-staticfile v0.9.5
29202024-09-16T16:21:10.758Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29212024-09-16T16:21:16.111Z[ host-package] Compiling csv v1.3.0
29222024-09-16T16:21:19.570Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29232024-09-16T16:21:20.511Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29242024-09-16T16:21:21.030Z[ host-package] Compiling compact_str v0.8.0
29252024-09-16T16:21:21.134Z[ host-package] Compiling zone_cfg_derive v0.1.2
29262024-09-16T16:21:22.937Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
29272024-09-16T16:21:24.132Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
29282024-09-16T16:21:26.210Z[ host-package] Compiling nix v0.27.1
29292024-09-16T16:21:28.134Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29302024-09-16T16:21:31.089Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29312024-09-16T16:21:31.867Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29322024-09-16T16:21:36.453Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29332024-09-16T16:21:37.126Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29342024-09-16T16:21:37.928Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29352024-09-16T16:21:38.903Z[ host-package] Compiling unicode-truncate v1.0.0
29362024-09-16T16:21:39.421Z[ host-package] Compiling hashlink v0.9.1
29372024-09-16T16:21:39.666Z[ host-package] Compiling lru v0.12.3
29382024-09-16T16:21:40.258Z[ host-package] Compiling instability v0.3.2
29392024-09-16T16:21:40.748Z[ host-package] Compiling base64 v0.13.1
29402024-09-16T16:21:41.630Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29412024-09-16T16:21:41.695Z[ host-package] Compiling fallible-iterator v0.3.0
29422024-09-16T16:21:42.033Z[ host-package] Compiling cassowary v0.3.0
29432024-09-16T16:21:42.723Z[ host-package] Compiling rusqlite v0.31.0
29442024-09-16T16:21:43.287Z[ host-package] Compiling ratatui v0.28.0
29452024-09-16T16:21:44.649Z[ helios-setup] Sep 16 16:21:43.283 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29462024-09-16T16:21:46.297Z[ host-package] Compiling ron v0.7.1
29472024-09-16T16:21:52.442Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29482024-09-16T16:21:52.935Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29492024-09-16T16:22:03.150Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29502024-09-16T16:22:05.606Z[ host-package] Compiling zone v0.1.8
29512024-09-16T16:22:10.185Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29522024-09-16T16:22:11.181Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29532024-09-16T16:22:27.430Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29542024-09-16T16:22:28.431Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29552024-09-16T16:22:29.331Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29562024-09-16T16:22:34.655Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29572024-09-16T16:22:35.632Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29582024-09-16T16:22:44.171Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29592024-09-16T16:22:44.232Z[ host-package] Compiling twox-hash v1.6.3
29602024-09-16T16:22:44.441Z[ host-package] Compiling signal-hook-tokio v0.3.1
29612024-09-16T16:22:44.867Z[ host-package] Compiling yasna v0.5.2
29622024-09-16T16:22:45.469Z[ host-package] Compiling portpicker v0.1.1
29632024-09-16T16:22:46.015Z[ host-package] Compiling unicode-linebreak v0.1.5
29642024-09-16T16:22:46.808Z[ host-package] Compiling smawk v0.3.2
29652024-09-16T16:22:47.137Z[ host-package] Compiling is_ci v1.2.0
29662024-09-16T16:22:47.644Z[ host-package] Compiling supports-color v3.0.1
29672024-09-16T16:22:48.121Z[ host-package] Compiling textwrap v0.16.1
29682024-09-16T16:22:48.619Z[ helios-setup] Sep 16 16:22:47.244 INFO E| Finished `release` profile [optimized] target(s) in 6m 44s
29692024-09-16T16:22:48.756Z[ helios-setup] Sep 16 16:22:47.382 INFO building project "pilot" ok (404 seconds)
29702024-09-16T16:22:48.759Z[ helios-setup] Sep 16 16:22:47.382 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29712024-09-16T16:22:48.759Z[ helios-setup] Sep 16 16:22:47.382 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29722024-09-16T16:22:48.767Z[ helios-setup] Sep 16 16:22:47.392 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29732024-09-16T16:22:48.769Z[ host-package] Compiling rcgen v0.12.1
29742024-09-16T16:22:48.990Z[ helios-setup] Sep 16 16:22:47.615 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29752024-09-16T16:22:48.993Z[ helios-setup] Sep 16 16:22:47.616 INFO E| info: downloading component 'cargo'
29762024-09-16T16:22:49.218Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29772024-09-16T16:22:50.020Z[ helios-setup] Sep 16 16:22:48.646 INFO E| info: downloading component 'clippy'
29782024-09-16T16:22:50.256Z[ helios-setup] Sep 16 16:22:48.881 INFO E| info: downloading component 'rust-docs'
29792024-09-16T16:22:51.211Z[ helios-setup] Sep 16 16:22:49.836 INFO E| info: downloading component 'rust-src'
29802024-09-16T16:22:51.373Z[ helios-setup] Sep 16 16:22:49.999 INFO E| info: downloading component 'rust-std'
29812024-09-16T16:22:51.809Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29822024-09-16T16:22:53.150Z[ helios-setup] Sep 16 16:22:51.775 INFO E| info: downloading component 'rustc'
29832024-09-16T16:22:55.163Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29842024-09-16T16:22:58.566Z[ helios-setup] Sep 16 16:22:57.190 INFO E| info: downloading component 'rustfmt'
29852024-09-16T16:22:59.184Z[ helios-setup] Sep 16 16:22:57.808 INFO E| info: installing component 'cargo'
29862024-09-16T16:23:00.588Z[ helios-setup] Sep 16 16:22:59.212 INFO E| info: installing component 'clippy'
29872024-09-16T16:23:01.050Z[ helios-setup] Sep 16 16:22:59.673 INFO E| info: installing component 'rust-docs'
29882024-09-16T16:23:02.665Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29892024-09-16T16:23:07.320Z[ helios-setup] Sep 16 16:23:05.943 INFO E| info: installing component 'rust-src'
29902024-09-16T16:23:08.031Z[ helios-setup] Sep 16 16:23:06.654 INFO E| info: installing component 'rust-std'
29912024-09-16T16:23:11.011Z[ helios-setup] Sep 16 16:23:09.634 INFO E| info: installing component 'rustc'
29922024-09-16T16:23:14.232Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29932024-09-16T16:23:17.368Z[ helios-setup] Sep 16 16:23:15.989 INFO E| info: installing component 'rustfmt'
29942024-09-16T16:23:17.689Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29952024-09-16T16:23:18.369Z[ helios-setup] Sep 16 16:23:16.990 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29962024-09-16T16:23:19.241Z[ helios-setup] Sep 16 16:23:17.862 INFO E| From https://github.com/oxidecomputer/amd-apcb
29972024-09-16T16:23:19.241Z[ helios-setup] Sep 16 16:23:17.862 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
29982024-09-16T16:23:19.244Z[ helios-setup] Sep 16 16:23:17.862 INFO E| * [new tag] v0.3.3 -> v0.3.3
29992024-09-16T16:23:19.269Z[ helios-setup] Sep 16 16:23:17.891 INFO E| * [new tag] v0.1.3 -> v0.1.3
30002024-09-16T16:23:19.270Z[ helios-setup] Sep 16 16:23:17.891 INFO E| * [new tag] v0.1.4 -> v0.1.4
30012024-09-16T16:23:19.273Z[ helios-setup] Sep 16 16:23:17.891 INFO E| * [new tag] v0.1.5 -> v0.1.5
30022024-09-16T16:23:19.273Z[ helios-setup] Sep 16 16:23:17.891 INFO E| * [new tag] v0.2.0 -> v0.2.0
30032024-09-16T16:23:19.273Z[ helios-setup] Sep 16 16:23:17.891 INFO E| * [new tag] v0.3.0 -> v0.3.0
30042024-09-16T16:23:19.273Z[ helios-setup] Sep 16 16:23:17.892 INFO E| * [new tag] v0.3.1 -> v0.3.1
30052024-09-16T16:23:19.273Z[ helios-setup] Sep 16 16:23:17.892 INFO E| * [new tag] v0.3.2 -> v0.3.2
30062024-09-16T16:23:19.308Z[ helios-setup] Sep 16 16:23:17.930 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
30072024-09-16T16:23:19.890Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30082024-09-16T16:23:20.247Z[ helios-setup] Sep 16 16:23:18.869 INFO E| From https://github.com/oxidecomputer/amd-efs
30092024-09-16T16:23:20.250Z[ helios-setup] Sep 16 16:23:18.869 INFO E| * [new branch] empty -> origin/empty
30102024-09-16T16:23:20.250Z[ helios-setup] Sep 16 16:23:18.869 INFO E| * [new branch] issue-99 -> origin/issue-99
30112024-09-16T16:23:20.250Z[ helios-setup] Sep 16 16:23:18.869 INFO E| * [new branch] main -> origin/main
30122024-09-16T16:23:20.250Z[ helios-setup] Sep 16 16:23:18.869 INFO E| * [new branch] review -> origin/review
30132024-09-16T16:23:20.250Z[ helios-setup] Sep 16 16:23:18.869 INFO E| * [new ref] -> origin/HEAD
30142024-09-16T16:23:20.250Z[ helios-setup] Sep 16 16:23:18.869 INFO E| * [new tag] v0.2.0 -> v0.2.0
30152024-09-16T16:23:20.250Z[ helios-setup] Sep 16 16:23:18.870 INFO E| * [new tag] v0.2.1 -> v0.2.1
30162024-09-16T16:23:20.250Z[ helios-setup] Sep 16 16:23:18.870 INFO E| * [new tag] v0.2.2 -> v0.2.2
30172024-09-16T16:23:20.250Z[ helios-setup] Sep 16 16:23:18.870 INFO E| * [new tag] v0.2.3 -> v0.2.3
30182024-09-16T16:23:20.250Z[ helios-setup] Sep 16 16:23:18.870 INFO E| * [new tag] v0.2.4 -> v0.2.4
30192024-09-16T16:23:20.250Z[ helios-setup] Sep 16 16:23:18.870 INFO E| * [new tag] v0.2.5 -> v0.2.5
30202024-09-16T16:23:20.251Z[ helios-setup] Sep 16 16:23:18.870 INFO E| * [new tag] v0.2.6 -> v0.2.6
30212024-09-16T16:23:20.251Z[ helios-setup] Sep 16 16:23:18.870 INFO E| * [new tag] v0.2.7 -> v0.2.7
30222024-09-16T16:23:20.251Z[ helios-setup] Sep 16 16:23:18.870 INFO E| * [new tag] v0.3.0 -> v0.3.0
30232024-09-16T16:23:20.251Z[ helios-setup] Sep 16 16:23:18.871 INFO E| * [new tag] v0.3.1 -> v0.3.1
30242024-09-16T16:23:20.251Z[ helios-setup] Sep 16 16:23:18.871 INFO E| * [new tag] v0.4.0 -> v0.4.0
30252024-09-16T16:23:20.274Z[ helios-setup] Sep 16 16:23:18.895 INFO E| Updating crates.io index
30262024-09-16T16:23:20.627Z[ helios-setup] Sep 16 16:23:19.248 INFO E| Downloading crates ...
30272024-09-16T16:23:20.761Z[ helios-setup] Sep 16 16:23:19.382 INFO E| Downloaded memoffset v0.5.6
30282024-09-16T16:23:20.763Z[ helios-setup] Sep 16 16:23:19.384 INFO E| Downloaded bytesize v1.3.0
30292024-09-16T16:23:20.776Z[ helios-setup] Sep 16 16:23:19.397 INFO E| Downloaded unic-ucd-version v0.9.0
30302024-09-16T16:23:20.779Z[ helios-setup] Sep 16 16:23:19.399 INFO E| Downloaded strum v0.23.0
30312024-09-16T16:23:20.781Z[ helios-setup] Sep 16 16:23:19.400 INFO E| Downloaded unic-common v0.9.0
30322024-09-16T16:23:20.782Z[ helios-setup] Sep 16 16:23:19.401 INFO E| Downloaded parse_int v0.6.0
30332024-09-16T16:23:20.782Z[ helios-setup] Sep 16 16:23:19.403 INFO E| Downloaded unic-char-range v0.9.0
30342024-09-16T16:23:20.784Z[ helios-setup] Sep 16 16:23:19.405 INFO E| Downloaded unic-char-property v0.9.0
30352024-09-16T16:23:20.787Z[ helios-setup] Sep 16 16:23:19.407 INFO E| Downloaded four-cc v0.3.0
30362024-09-16T16:23:20.787Z[ helios-setup] Sep 16 16:23:19.408 INFO E| Downloaded scroll_derive v0.10.5
30372024-09-16T16:23:20.789Z[ helios-setup] Sep 16 16:23:19.410 INFO E| Downloaded fletcher v0.1.0
30382024-09-16T16:23:20.792Z[ helios-setup] Sep 16 16:23:19.411 INFO E| Downloaded vec_map v0.8.2
30392024-09-16T16:23:20.792Z[ helios-setup] Sep 16 16:23:19.413 INFO E| Downloaded textwrap v0.11.0
30402024-09-16T16:23:20.794Z[ helios-setup] Sep 16 16:23:19.415 INFO E| Downloaded structopt-derive v0.4.18
30412024-09-16T16:23:20.797Z[ helios-setup] Sep 16 16:23:19.417 INFO E| Downloaded semver v0.9.0
30422024-09-16T16:23:20.799Z[ helios-setup] Sep 16 16:23:19.419 INFO E| Downloaded strsim v0.8.0
30432024-09-16T16:23:20.799Z[ helios-setup] Sep 16 16:23:19.421 INFO E| Downloaded proc-macro-crate v0.1.5
30442024-09-16T16:23:20.810Z[ helios-setup] Sep 16 16:23:19.422 INFO E| Downloaded unic-ucd-ident v0.9.0
30452024-09-16T16:23:20.810Z[ helios-setup] Sep 16 16:23:19.424 INFO E| Downloaded pest_derive v2.7.11
30462024-09-16T16:23:20.810Z[ helios-setup] Sep 16 16:23:19.427 INFO E| Downloaded semver-parser v0.7.0
30472024-09-16T16:23:20.810Z[ helios-setup] Sep 16 16:23:19.429 INFO E| Downloaded strum_macros v0.23.1
30482024-09-16T16:23:20.816Z[ helios-setup] Sep 16 16:23:19.432 INFO E| Downloaded rustc_version v0.2.3
30492024-09-16T16:23:20.816Z[ helios-setup] Sep 16 16:23:19.433 INFO E| Downloaded pre-proc-macro v0.2.1
30502024-09-16T16:23:20.816Z[ helios-setup] Sep 16 16:23:19.436 INFO E| Downloaded ansi_term v0.12.1
30512024-09-16T16:23:20.820Z[ helios-setup] Sep 16 16:23:19.438 INFO E| Downloaded scroll v0.10.2
30522024-09-16T16:23:20.820Z[ helios-setup] Sep 16 16:23:19.441 INFO E| Downloaded modular-bitfield v0.11.2
30532024-09-16T16:23:20.837Z[ helios-setup] Sep 16 16:23:19.458 INFO E| Downloaded structopt v0.3.26
30542024-09-16T16:23:20.848Z[ helios-setup] Sep 16 16:23:19.470 INFO E| Downloaded pest_meta v2.7.11
30552024-09-16T16:23:20.851Z[ helios-setup] Sep 16 16:23:19.473 INFO E| Downloaded num-derive v0.3.3
30562024-09-16T16:23:20.854Z[ helios-setup] Sep 16 16:23:19.475 INFO E| Downloaded memchr v2.7.4
30572024-09-16T16:23:20.862Z[ helios-setup] Sep 16 16:23:19.483 INFO E| Downloaded pre v0.2.1
30582024-09-16T16:23:20.864Z[ helios-setup] Sep 16 16:23:19.485 INFO E| Downloaded pest v2.7.11
30592024-09-16T16:23:20.871Z[ helios-setup] Sep 16 16:23:19.493 INFO E| Downloaded serde_json v1.0.120
30602024-09-16T16:23:20.882Z[ helios-setup] Sep 16 16:23:19.503 INFO E| Downloaded goblin v0.4.3
30612024-09-16T16:23:20.889Z[ helios-setup] Sep 16 16:23:19.510 INFO E| Downloaded clap v2.34.0
30622024-09-16T16:23:20.899Z[ helios-setup] Sep 16 16:23:19.520 INFO E| Downloaded syn v2.0.71
30632024-09-16T16:23:20.916Z[ helios-setup] Sep 16 16:23:19.537 INFO E| Downloaded pest_generator v2.7.11
30642024-09-16T16:23:20.918Z[ helios-setup] Sep 16 16:23:19.539 INFO E| Downloaded modular-bitfield-impl v0.11.2
30652024-09-16T16:23:20.921Z[ helios-setup] Sep 16 16:23:19.541 INFO E| Downloaded cfg-if v0.1.10
30662024-09-16T16:23:20.923Z[ helios-setup] Sep 16 16:23:19.543 INFO E| Downloaded libc v0.2.155
30672024-09-16T16:23:21.055Z[ helios-setup] Sep 16 16:23:19.676 INFO E| Compiling proc-macro2 v1.0.86
30682024-09-16T16:23:21.055Z[ helios-setup] Sep 16 16:23:19.676 INFO E| Compiling unicode-ident v1.0.12
30692024-09-16T16:23:21.057Z[ helios-setup] Sep 16 16:23:19.676 INFO E| Compiling syn v1.0.109
30702024-09-16T16:23:21.057Z[ helios-setup] Sep 16 16:23:19.676 INFO E| Compiling version_check v0.9.4
30712024-09-16T16:23:21.062Z[ helios-setup] Sep 16 16:23:19.684 INFO E| Compiling thiserror v1.0.63
30722024-09-16T16:23:21.065Z[ helios-setup] Sep 16 16:23:19.684 INFO E| Compiling autocfg v1.3.0
30732024-09-16T16:23:21.065Z[ helios-setup] Sep 16 16:23:19.685 INFO E| Compiling semver-parser v0.7.0
30742024-09-16T16:23:21.069Z[ helios-setup] Sep 16 16:23:19.689 INFO E| Compiling serde v1.0.204
30752024-09-16T16:23:22.161Z[ helios-setup] Sep 16 16:23:20.782 INFO E| Compiling semver v0.9.0
30762024-09-16T16:23:22.222Z[ helios-setup] Sep 16 16:23:20.842 INFO E| Compiling proc-macro-error-attr v1.0.4
30772024-09-16T16:23:22.437Z[ helios-setup] Sep 16 16:23:21.058 INFO E| Compiling proc-macro-error v1.0.4
30782024-09-16T16:23:22.477Z[ helios-setup] Sep 16 16:23:21.098 INFO E| Compiling serde_json v1.0.120
30792024-09-16T16:23:22.834Z[ helios-setup] Sep 16 16:23:21.455 INFO E| Compiling rustc_version v0.2.3
30802024-09-16T16:23:22.963Z[ helios-setup] Sep 16 16:23:21.584 INFO E| Compiling num-traits v0.2.19
30812024-09-16T16:23:23.007Z[ helios-setup] Sep 16 16:23:21.628 INFO E| Compiling unicode-segmentation v1.11.0
30822024-09-16T16:23:23.254Z[ helios-setup] Sep 16 16:23:21.875 INFO E| Compiling schemars v0.8.21
30832024-09-16T16:23:23.296Z[ helios-setup] Sep 16 16:23:21.917 INFO E| Compiling ryu v1.0.18
30842024-09-16T16:23:23.420Z[ helios-setup] Sep 16 16:23:22.041 INFO E| Compiling itoa v1.0.11
30852024-09-16T16:23:23.924Z[ helios-setup] Sep 16 16:23:22.545 INFO E| Compiling memoffset v0.5.6
30862024-09-16T16:23:24.044Z[ helios-setup] Sep 16 16:23:22.665 INFO E| Compiling ucd-trie v0.1.6
30872024-09-16T16:23:24.050Z[ helios-setup] Sep 16 16:23:22.671 INFO E| Compiling pre-proc-macro v0.2.1
30882024-09-16T16:23:24.052Z[ helios-setup] Sep 16 16:23:22.671 INFO E| Compiling paste v1.0.15
30892024-09-16T16:23:24.333Z[ helios-setup] Sep 16 16:23:22.954 INFO E| Compiling quote v1.0.36
30902024-09-16T16:23:24.519Z[ helios-setup] Sep 16 16:23:23.140 INFO E| Compiling heck v0.3.3
30912024-09-16T16:23:24.810Z[ helios-setup] Sep 16 16:23:23.430 INFO E| Compiling libc v0.2.155
30922024-09-16T16:23:24.873Z[ helios-setup] Sep 16 16:23:23.494 INFO E| Compiling memchr v2.7.4
30932024-09-16T16:23:25.266Z[ helios-setup] Sep 16 16:23:23.886 INFO E| Compiling syn v2.0.71
30942024-09-16T16:23:25.405Z[ helios-setup] Sep 16 16:23:24.025 INFO E| Compiling dyn-clone v1.0.17
30952024-09-16T16:23:25.776Z[ helios-setup] Sep 16 16:23:24.397 INFO E| Compiling lazy_static v1.5.0
30962024-09-16T16:23:25.961Z[ helios-setup] Sep 16 16:23:24.582 INFO E| Compiling rustversion v1.0.17
30972024-09-16T16:23:26.230Z[ helios-setup] Sep 16 16:23:24.850 INFO E| Compiling pre v0.2.1
30982024-09-16T16:23:27.228Z[ helios-setup] Sep 16 16:23:25.848 INFO E| Compiling cfg-if v0.1.10
30992024-09-16T16:23:27.339Z[ helios-setup] Sep 16 16:23:25.960 INFO E| Compiling once_cell v1.19.0
31002024-09-16T16:23:27.864Z[ helios-setup] Sep 16 16:23:26.483 INFO E| Compiling byteorder v1.5.0
31012024-09-16T16:23:27.962Z[ helios-setup] Sep 16 16:23:26.582 INFO E| Compiling static_assertions v1.1.0
31022024-09-16T16:23:28.333Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31032024-09-16T16:23:28.937Z[ helios-setup] Sep 16 16:23:27.557 INFO E| Compiling unicode-width v0.1.13
31042024-09-16T16:23:29.654Z[ helios-setup] Sep 16 16:23:28.273 INFO E| Compiling textwrap v0.11.0
31052024-09-16T16:23:29.673Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31062024-09-16T16:23:30.178Z[ helios-setup] Sep 16 16:23:28.798 INFO E| Compiling atty v0.2.14
31072024-09-16T16:23:30.592Z[ helios-setup] Sep 16 16:23:29.211 INFO E| Compiling vec_map v0.8.2
31082024-09-16T16:23:30.859Z[ helios-setup] Sep 16 16:23:29.478 INFO E| Compiling parse_int v0.6.0
31092024-09-16T16:23:31.010Z[ helios-setup] Sep 16 16:23:29.630 INFO E| Compiling ansi_term v0.12.1
31102024-09-16T16:23:31.096Z[ helios-setup] Sep 16 16:23:29.716 INFO E| Compiling unic-common v0.9.0
31112024-09-16T16:23:31.096Z[ helios-setup] Sep 16 16:23:29.716 INFO E| Compiling strum v0.23.0
31122024-09-16T16:23:31.099Z[ helios-setup] Sep 16 16:23:29.716 INFO E| Compiling fletcher v0.1.0
31132024-09-16T16:23:31.161Z[ helios-setup] Sep 16 16:23:29.781 INFO E| Compiling unic-char-range v0.9.0
31142024-09-16T16:23:31.203Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31152024-09-16T16:23:31.368Z[ helios-setup] Sep 16 16:23:29.987 INFO E| Compiling strsim v0.8.0
31162024-09-16T16:23:31.437Z[ helios-setup] Sep 16 16:23:30.056 INFO E| Compiling bitflags v1.3.2
31172024-09-16T16:23:31.531Z[ helios-setup] Sep 16 16:23:30.151 INFO E| Compiling unic-char-property v0.9.0
31182024-09-16T16:23:31.662Z[ helios-setup] Sep 16 16:23:30.281 INFO E| Compiling unic-ucd-version v0.9.0
31192024-09-16T16:23:31.682Z[ helios-setup] Sep 16 16:23:30.302 INFO E| Compiling log v0.4.22
31202024-09-16T16:23:31.783Z[ helios-setup] Sep 16 16:23:30.403 INFO E| Compiling plain v0.2.3
31212024-09-16T16:23:31.800Z[ helios-setup] Sep 16 16:23:30.420 INFO E| Compiling unic-ucd-ident v0.9.0
31222024-09-16T16:23:31.977Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
31232024-09-16T16:23:32.150Z[ helios-setup] Sep 16 16:23:30.671 INFO E| Compiling clap v2.34.0
31242024-09-16T16:23:32.153Z[ helios-setup] Sep 16 16:23:30.747 INFO E| Compiling bytesize v1.3.0
31252024-09-16T16:23:33.684Z[ helios-setup] Sep 16 16:23:32.303 INFO E| Compiling serde_derive_internals v0.29.1
31262024-09-16T16:23:35.127Z[ helios-setup] Sep 16 16:23:33.746 INFO E| Compiling toml v0.5.11
31272024-09-16T16:23:38.437Z[ helios-setup] Sep 16 16:23:37.056 INFO E| Compiling thiserror-impl v1.0.63
31282024-09-16T16:23:38.503Z[ helios-setup] Sep 16 16:23:37.122 INFO E| Compiling serde_derive v1.0.204
31292024-09-16T16:23:38.815Z[ helios-setup] Sep 16 16:23:37.434 INFO E| Compiling schemars_derive v0.8.21
31302024-09-16T16:23:38.942Z[ helios-setup] Sep 16 16:23:37.560 INFO E| Compiling proc-macro-crate v0.1.5
31312024-09-16T16:23:40.315Z[ helios-setup] Sep 16 16:23:38.933 INFO E| Compiling zerocopy-derive v0.6.6
31322024-09-16T16:23:43.425Z[ helios-setup] Sep 16 16:23:42.042 INFO E| Compiling zerocopy v0.6.6
31332024-09-16T16:23:43.498Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31342024-09-16T16:23:43.708Z[ host-package] Compiling fatfs v0.3.6
31352024-09-16T16:23:43.947Z[ host-package] Compiling subprocess v0.2.9
31362024-09-16T16:23:44.061Z[ helios-setup] Sep 16 16:23:42.679 INFO E| Compiling pest v2.7.11
31372024-09-16T16:23:46.075Z[ helios-setup] Sep 16 16:23:44.692 INFO E| Compiling modular-bitfield-impl v0.11.2
31382024-09-16T16:23:48.080Z[ helios-setup] Sep 16 16:23:46.698 INFO E| Compiling num-derive v0.3.3
31392024-09-16T16:23:48.673Z[ helios-setup] Sep 16 16:23:47.290 INFO E| Compiling pest_meta v2.7.11
31402024-09-16T16:23:49.194Z[ helios-setup] Sep 16 16:23:47.811 INFO E| Compiling scroll_derive v0.10.5
31412024-09-16T16:23:49.496Z[ host-package] Compiling rtoolbox v0.0.2
31422024-09-16T16:23:49.723Z[ helios-setup] Sep 16 16:23:48.340 INFO E| Compiling strum_macros v0.23.1
31432024-09-16T16:23:49.803Z[ helios-setup] Sep 16 16:23:48.420 INFO E| Compiling structopt-derive v0.4.18
31442024-09-16T16:23:51.046Z[ host-package] Compiling assert_matches v1.5.0
31452024-09-16T16:23:51.211Z[ helios-setup] Sep 16 16:23:49.828 INFO E| Compiling modular-bitfield v0.11.2
31462024-09-16T16:23:52.413Z[ host-package] Compiling rpassword v7.3.1
31472024-09-16T16:23:52.867Z[ helios-setup] Sep 16 16:23:51.482 INFO E| Compiling pest_generator v2.7.11
31482024-09-16T16:23:53.008Z[ helios-setup] Sep 16 16:23:51.625 INFO E| Compiling scroll v0.10.2
31492024-09-16T16:23:53.512Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31502024-09-16T16:23:54.153Z[ helios-setup] Sep 16 16:23:52.769 INFO E| Compiling goblin v0.4.3
31512024-09-16T16:23:55.209Z[ helios-setup] Sep 16 16:23:53.825 INFO E| Compiling structopt v0.3.26
31522024-09-16T16:23:56.277Z[ helios-setup] Sep 16 16:23:54.893 INFO E| Compiling pest_derive v2.7.11
31532024-09-16T16:23:59.021Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31542024-09-16T16:24:01.040Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31552024-09-16T16:24:01.298Z[ helios-setup] Sep 16 16:23:59.914 INFO E| Compiling json5 v0.4.1
31562024-09-16T16:24:03.781Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31572024-09-16T16:24:06.723Z[ helios-setup] Sep 16 16:24:05.338 INFO E| Compiling four-cc v0.3.0
31582024-09-16T16:24:06.724Z[ helios-setup] Sep 16 16:24:05.338 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
31592024-09-16T16:24:07.067Z[ helios-setup] Sep 16 16:24:05.681 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
31602024-09-16T16:24:10.826Z[ host-package] Compiling tui-tree-widget v0.22.0
31612024-09-16T16:24:11.404Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31622024-09-16T16:24:13.286Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31632024-09-16T16:24:15.416Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31642024-09-16T16:24:15.822Z[ host-package] Compiling uzers v0.11.3
31652024-09-16T16:24:18.817Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31662024-09-16T16:24:28.023Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31672024-09-16T16:24:30.413Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31682024-09-16T16:24:49.868Z[ helios-setup] Sep 16 16:24:48.476 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31692024-09-16T16:25:07.107Z[ helios-setup] Sep 16 16:25:05.713 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31702024-09-16T16:25:07.226Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31712024-09-16T16:25:09.480Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31722024-09-16T16:25:21.181Z[ host-package] Compiling multimap v0.10.0
31732024-09-16T16:25:58.591Z[ helios-setup] Sep 16 16:25:57.189 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 40s
31742024-09-16T16:25:58.627Z[ helios-setup] Sep 16 16:25:57.225 INFO building project "amd-host-image-builder" ok (189 seconds)
31752024-09-16T16:25:58.631Z[ helios-setup] rm -f helios-build
31762024-09-16T16:25:58.633Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31772024-09-16T16:25:58.636Z[ helios-setup]
31782024-09-16T16:25:58.636Z[ helios-setup] Setup complete! ./helios-build is now available.
31792024-09-16T16:25:58.639Z[ helios-setup]
31802024-09-16T16:25:58.639Z[ helios-setup]
31812024-09-16T16:25:58.639Z[ helios-setup] real 12:04.168037545
31822024-09-16T16:25:58.639Z[ helios-setup] user 28:36.221668282
31832024-09-16T16:25:58.639Z[ helios-setup] sys 3:28.919025512
31842024-09-16T16:25:58.639Z[ helios-setup] trap 1.670379593
31852024-09-16T16:25:58.639Z[ helios-setup] tflt 6.594969857
31862024-09-16T16:25:58.639Z[ helios-setup] dflt 35.753788661
31872024-09-16T16:25:58.639Z[ helios-setup] kflt 0.019801013
31882024-09-16T16:25:58.642Z[ helios-setup] lock 2:07:03.849583314
31892024-09-16T16:25:58.642Z[ helios-setup] slp 3:37:47.996054800
31902024-09-16T16:25:58.642Z[ helios-setup] lat 32:30.493256135
31912024-09-16T16:25:58.642Z[ helios-setup] stop 4:23.402841100
31922024-09-16T16:25:58.642ZSep 16 16:25:57.239 INFO [helios-setup] process exited with exit status: 0 (724.173524407s)
31932024-09-16T16:25:58.642ZSep 16 16:25:57.239 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31942024-09-16T16:25:58.660Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
31952024-09-16T16:25:58.867Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
31962024-09-16T16:25:58.867Z[ phbl-toolchain] info: downloading component 'cargo'
31972024-09-16T16:25:59.711Z[ phbl-toolchain] info: downloading component 'clippy'
31982024-09-16T16:25:59.988Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31992024-09-16T16:26:04.616Z[ phbl-toolchain] info: downloading component 'miri'
32002024-09-16T16:26:05.155Z[ phbl-toolchain] info: downloading component 'rust-docs'
32012024-09-16T16:26:06.500Z[ phbl-toolchain] info: downloading component 'rust-src'
32022024-09-16T16:26:07.175Z[ phbl-toolchain] info: downloading component 'rust-std'
32032024-09-16T16:26:08.943Z[ phbl-toolchain] info: downloading component 'rustc'
32042024-09-16T16:26:16.357Z[ phbl-toolchain] info: downloading component 'rustfmt'
32052024-09-16T16:26:16.556Z[ phbl-toolchain] info: installing component 'cargo'
32062024-09-16T16:26:17.863Z[ phbl-toolchain] info: installing component 'clippy'
32072024-09-16T16:26:18.476Z[ phbl-toolchain] info: installing component 'llvm-tools'
32082024-09-16T16:26:24.277Z[ phbl-toolchain] info: installing component 'miri'
32092024-09-16T16:26:24.656Z[ phbl-toolchain] info: installing component 'rust-docs'
32102024-09-16T16:26:31.822Z[ phbl-toolchain] info: installing component 'rust-src'
32112024-09-16T16:26:32.662Z[ phbl-toolchain] info: installing component 'rust-std'
32122024-09-16T16:26:35.344Z[ phbl-toolchain] info: installing component 'rustc'
32132024-09-16T16:26:45.220Z[ phbl-toolchain] info: installing component 'rustfmt'
32142024-09-16T16:26:46.169Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
32152024-09-16T16:26:46.172ZSep 16 16:26:44.764 INFO [phbl-toolchain] process exited with exit status: 0 (47.524752667s)
32162024-09-16T16:27:30.880Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32172024-09-16T16:27:44.034Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32182024-09-16T16:33:48.673Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 08s
32192024-09-16T16:34:49.269ZSep 16 16:34:47.792 INFO [host-package] process exited with exit status: 0 (1209.373884341s)
32202024-09-16T16:34:49.269ZSep 16 16:34:47.792 INFO [host-stamp] running task
32212024-09-16T16:34:49.271ZSep 16 16:34:47.792 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
32222024-09-16T16:34:49.271ZSep 16 16:34:47.792 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+git7c58ebc1d84
32232024-09-16T16:34:49.281ZSep 16 16:34:47.804 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+git7c58ebc1d84
32242024-09-16T16:34:49.287Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32252024-09-16T16:34:49.289ZSep 16 16:34:47.810 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+git7c58ebc1d84
32262024-09-16T16:34:49.291Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32272024-09-16T16:34:49.294Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32282024-09-16T16:34:49.294ZSep 16 16:34:47.817 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+git7c58ebc1d84
32292024-09-16T16:34:49.297Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32302024-09-16T16:34:49.300ZSep 16 16:34:47.822 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+git7c58ebc1d84
32312024-09-16T16:34:49.304Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32322024-09-16T16:34:49.307ZSep 16 16:34:47.828 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+git7c58ebc1d84
32332024-09-16T16:34:49.310Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32342024-09-16T16:34:49.312ZSep 16 16:34:47.835 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+git7c58ebc1d84
32352024-09-16T16:34:49.315Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32362024-09-16T16:34:49.317ZSep 16 16:34:47.840 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+git7c58ebc1d84
32372024-09-16T16:34:49.322Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32382024-09-16T16:34:49.328Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32392024-09-16T16:34:49.331ZSep 16 16:34:47.852 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (59.065954ms)
32402024-09-16T16:34:49.331Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32412024-09-16T16:34:49.334ZSep 16 16:34:47.855 INFO [stamp-oxlog] process exited with exit status: 0 (32.899745ms)
32422024-09-16T16:34:49.337Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32432024-09-16T16:34:49.340Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32442024-09-16T16:34:49.343ZSep 16 16:34:47.866 INFO [stamp-overlay] process exited with exit status: 0 (25.351612ms)
32452024-09-16T16:34:49.428Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32462024-09-16T16:34:49.431ZSep 16 16:34:47.954 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (119.768373ms)
32472024-09-16T16:34:49.531Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32482024-09-16T16:34:49.534ZSep 16 16:34:48.058 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (240.670106ms)
32492024-09-16T16:34:49.610Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32502024-09-16T16:34:49.614ZSep 16 16:34:48.136 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (331.979967ms)
32512024-09-16T16:34:50.520Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32522024-09-16T16:34:50.523ZSep 16 16:34:49.046 INFO [stamp-propolis-server] process exited with exit status: 0 (1.21761786s)
32532024-09-16T16:34:50.699Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32542024-09-16T16:34:52.922Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32552024-09-16T16:34:59.433Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32562024-09-16T16:34:59.436ZSep 16 16:34:57.958 INFO [stamp-switch-asic] process exited with exit status: 0 (10.147502847s)
32572024-09-16T16:34:59.436ZSep 16 16:34:57.958 INFO [host-stamp] task succeeded (10.166046231s)
32582024-09-16T16:34:59.439ZSep 16 16:34:57.958 INFO [host-proto] running task
32592024-09-16T16:34:59.839ZSep 16 16:34:58.360 INFO [host-proto] task succeeded (402.046903ms)
32602024-09-16T16:34:59.839ZSep 16 16:34:58.360 INFO [host-profile] running task
32612024-09-16T16:34:59.842ZSep 16 16:34:58.360 INFO [host-profile] task succeeded (295.523µs)
32622024-09-16T16:34:59.842ZSep 16 16:34:58.361 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/.tmpUveaVA/proto/host/root -N 'ci 7c58ebc/${os_short_commit} 2024-09-16 16:13' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32632024-09-16T16:34:59.853Z[ host-image] Sep 16 16:34:58.375 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32642024-09-16T16:34:59.853Z[ host-image] Sep 16 16:34:58.375 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32652024-09-16T16:34:59.870Z[ host-image] Sep 16 16:34:58.392 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpUveaVA/proto/host/root"
32662024-09-16T16:34:59.870Z[ host-image] Sep 16 16:34:58.392 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32672024-09-16T16:34:59.873Z[ host-image] Sep 16 16:34:58.392 INFO image builder template: ramdisk-01-os...
32682024-09-16T16:34:59.873Z[ host-image] Sep 16 16:34:58.392 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/.tmpUveaVA/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
32692024-09-16T16:34:59.892Z[ host-image] Sep 16 16:34:58.413 INFO O| Sep 16 16:34:58.413 INFO CREATE DATASET: rpool/images/build/host/output
32702024-09-16T16:35:00.155Z[ host-image] Sep 16 16:34:58.677 INFO O| Sep 16 16:34:58.676 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32712024-09-16T16:35:00.160Z[ host-image] Sep 16 16:34:58.682 INFO O| Sep 16 16:34:58.682 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32722024-09-16T16:35:00.363Z[ host-image] Sep 16 16:34:58.884 INFO O| Sep 16 16:34:58.884 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32732024-09-16T16:35:00.421Z[ host-image] Sep 16 16:34:58.942 INFO O| Sep 16 16:34:58.942 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32742024-09-16T16:35:00.424Z[ host-image] Sep 16 16:34:58.942 INFO O| Sep 16 16:34:58.942 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32752024-09-16T16:35:00.424Z[ host-image] Sep 16 16:34:58.942 INFO O| Sep 16 16:34:58.942 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32762024-09-16T16:35:00.424Z[ host-image] Sep 16 16:34:58.942 INFO O| Sep 16 16:34:58.942 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32772024-09-16T16:35:00.429Z[ host-image] Sep 16 16:34:58.951 INFO O| Sep 16 16:34:58.951 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32782024-09-16T16:35:00.659Z[ host-image] Sep 16 16:34:59.180 INFO O| Sep 16 16:34:59.180 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32792024-09-16T16:35:00.674Z[ host-image] Sep 16 16:34:59.195 INFO O| Sep 16 16:34:59.195 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32802024-09-16T16:35:01.108Z[ host-image] Sep 16 16:34:59.629 INFO O| Sep 16 16:34:59.629 INFO O| Caching catalogs ... Done
32812024-09-16T16:35:01.235Z[ host-image] Sep 16 16:34:59.756 INFO O| Sep 16 16:34:59.756 INFO STEP 0 (pkg_image_create) COMPLETE
32822024-09-16T16:35:01.235Z[ host-image] Sep 16 16:34:59.756 INFO O| Sep 16 16:34:59.756 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32832024-09-16T16:35:01.237Z[ host-image] Sep 16 16:34:59.756 INFO O| Sep 16 16:34:59.756 INFO skip step because feature "repo_redist" is not enabled
32842024-09-16T16:35:01.237Z[ host-image] Sep 16 16:34:59.756 INFO O| Sep 16 16:34:59.756 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32852024-09-16T16:35:01.247Z[ host-image] Sep 16 16:34:59.768 INFO O| Sep 16 16:34:59.768 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"]
32862024-09-16T16:35:01.810Z[ host-image] Sep 16 16:35:00.331 INFO O| Sep 16 16:35:00.331 INFO STEP 2 (pkg_set_publisher) COMPLETE
32872024-09-16T16:35:01.810Z[ host-image] Sep 16 16:35:00.331 INFO O| Sep 16 16:35:00.331 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32882024-09-16T16:35:01.840Z[ host-image] Sep 16 16:35:00.360 INFO O| Sep 16 16:35:00.360 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"]
32892024-09-16T16:35:02.420Z[ host-image] Sep 16 16:35:00.941 INFO O| Sep 16 16:35:00.941 INFO STEP 3 (pkg_set_publisher) COMPLETE
32902024-09-16T16:35:02.420Z[ host-image] Sep 16 16:35:00.941 INFO O| Sep 16 16:35:00.941 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32912024-09-16T16:35:02.423Z[ host-image] Sep 16 16:35:00.941 INFO O| Sep 16 16:35:00.941 INFO skip step because feature "repo_redist" is not enabled
32922024-09-16T16:35:02.423Z[ host-image] Sep 16 16:35:00.941 INFO O| Sep 16 16:35:00.941 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32932024-09-16T16:35:02.974Z[ host-image] Sep 16 16:35:01.495 INFO O| Sep 16 16:35:01.495 INFO variant opensolaris.zone is already global
32942024-09-16T16:35:02.974Z[ host-image] Sep 16 16:35:01.495 INFO O| Sep 16 16:35:01.495 INFO STEP 5 (pkg_change_variant) COMPLETE
32952024-09-16T16:35:02.974Z[ host-image] Sep 16 16:35:01.495 INFO O| Sep 16 16:35:01.495 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32962024-09-16T16:35:03.507Z[ host-image] Sep 16 16:35:02.028 INFO O| Sep 16 16:35:02.028 INFO variant opensolaris.imagetype is full; changing to partial
32972024-09-16T16:35:03.507Z[ host-image] Sep 16 16:35:02.028 INFO O| Sep 16 16:35:02.028 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32982024-09-16T16:35:09.355Z[ host-image] Sep 16 16:35:07.875 INFO O| Sep 16 16:35:07.875 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32992024-09-16T16:35:11.750Z[ host-image] Sep 16 16:35:10.269 INFO O| Sep 16 16:35:10.269 INFO O| Startup: Caching catalogs ... Done
33002024-09-16T16:35:11.799Z[ host-image] Sep 16 16:35:10.318 INFO O| Sep 16 16:35:10.318 INFO O| Planning: Planning completed in 0.00 seconds
33012024-09-16T16:35:11.801Z[ host-image] Sep 16 16:35:10.319 INFO O| Sep 16 16:35:10.319 INFO O| Planning: Consolidating action changes ... Done
33022024-09-16T16:35:11.801Z[ host-image] Sep 16 16:35:10.319 INFO O| Sep 16 16:35:10.319 INFO O| Planning: Evaluating mediators ... Done
33032024-09-16T16:35:11.801Z[ host-image] Sep 16 16:35:10.319 INFO O| Sep 16 16:35:10.319 INFO O| Planning: Planning completed in 0.00 seconds
33042024-09-16T16:35:11.801Z[ host-image] Sep 16 16:35:10.320 INFO O| Sep 16 16:35:10.320 INFO O| Variants/Facets to change: 1
33052024-09-16T16:35:11.816Z[ host-image] Sep 16 16:35:10.336 INFO O| Sep 16 16:35:10.335 INFO O| Done
33062024-09-16T16:35:11.816Z[ host-image] Sep 16 16:35:10.336 INFO O| Sep 16 16:35:10.336 INFO O| Done
33072024-09-16T16:35:11.993Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.48s
33082024-09-16T16:35:12.111Z[ host-image] Sep 16 16:35:10.630 INFO O| Sep 16 16:35:10.630 INFO O| Done
33092024-09-16T16:35:12.140Z[ host-image] Sep 16 16:35:10.660 INFO O| Sep 16 16:35:10.660 INFO O| Done
33102024-09-16T16:35:12.143Z[ host-image] Sep 16 16:35:10.661 INFO O| Sep 16 16:35:10.661 INFO O| Done
33112024-09-16T16:35:12.143Z[ host-image] Sep 16 16:35:10.661 INFO O| Sep 16 16:35:10.661 INFO O| Done
33122024-09-16T16:35:12.143Z[ host-image] Sep 16 16:35:10.662 INFO O| Sep 16 16:35:10.662 INFO O| Done
33132024-09-16T16:35:12.438Z[ host-image] Sep 16 16:35:10.957 INFO O| Sep 16 16:35:10.957 INFO STEP 6 (pkg_change_variant) COMPLETE
33142024-09-16T16:35:12.438Z[ host-image] Sep 16 16:35:10.957 INFO O| Sep 16 16:35:10.957 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-09-16T16:35:12.438Z[ host-image] Sep 16 16:35:10.957 INFO O| Sep 16 16:35:10.957 INFO skip step because feature "debug_variant" is not enabled
33162024-09-16T16:35:12.441Z[ host-image] Sep 16 16:35:10.957 INFO O| Sep 16 16:35:10.957 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33172024-09-16T16:35:12.791Z[ host-image] Sep 16 16:35:11.310 INFO O| Sep 16 16:35:11.309 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33182024-09-16T16:35:13.219Z[ host-image] Sep 16 16:35:11.737 INFO O| Sep 16 16:35:11.737 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33192024-09-16T16:35:13.221Z[ host-image] Sep 16 16:35:11.738 INFO O| Sep 16 16:35:11.738 INFO O| Planning: Planning completed in 0.00 seconds
33202024-09-16T16:35:13.221Z[ host-image] Sep 16 16:35:11.739 INFO O| Sep 16 16:35:11.739 INFO O| Planning: Consolidating action changes ... Done
33212024-09-16T16:35:13.221Z[ host-image] Sep 16 16:35:11.739 INFO O| Sep 16 16:35:11.739 INFO O| Planning: Evaluating mediators ... Done
33222024-09-16T16:35:13.221Z[ host-image] Sep 16 16:35:11.739 INFO O| Sep 16 16:35:11.739 INFO O| Planning: Planning completed in 0.00 seconds
33232024-09-16T16:35:13.222Z[ host-image] Sep 16 16:35:11.740 INFO O| Sep 16 16:35:11.740 INFO O| Variants/Facets to change: 1
33242024-09-16T16:35:13.236Z[ host-image] Sep 16 16:35:11.755 INFO O| Sep 16 16:35:11.755 INFO O| Done
33252024-09-16T16:35:13.236Z[ host-image] Sep 16 16:35:11.755 INFO O| Sep 16 16:35:11.755 INFO O| Done
33262024-09-16T16:35:13.549Z[ host-image] Sep 16 16:35:12.068 INFO O| Sep 16 16:35:12.068 INFO O| Done
33272024-09-16T16:35:13.585Z[ host-image] Sep 16 16:35:12.104 INFO O| Sep 16 16:35:12.104 INFO O| Done
33282024-09-16T16:35:13.587Z[ host-image] Sep 16 16:35:12.104 INFO O| Sep 16 16:35:12.104 INFO O| Done
33292024-09-16T16:35:13.587Z[ host-image] Sep 16 16:35:12.105 INFO O| Sep 16 16:35:12.104 INFO O| Done
33302024-09-16T16:35:13.587Z[ host-image] Sep 16 16:35:12.106 INFO O| Sep 16 16:35:12.106 INFO O| Done
33312024-09-16T16:35:13.639Z[ host-image] Sep 16 16:35:12.153 INFO O| Sep 16 16:35:12.153 INFO STEP 8 (pkg_change_facet) COMPLETE
33322024-09-16T16:35:13.645Z[ host-image] Sep 16 16:35:12.154 INFO O| Sep 16 16:35:12.153 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33332024-09-16T16:35:13.645Z[ host-image] Sep 16 16:35:12.154 INFO O| Sep 16 16:35:12.153 INFO skip step because feature "recovery" is not enabled
33342024-09-16T16:35:13.646Z[ host-image] Sep 16 16:35:12.154 INFO O| Sep 16 16:35:12.153 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33352024-09-16T16:35:13.646Z[ host-image] Sep 16 16:35:12.154 INFO O| Sep 16 16:35:12.153 INFO skip step because feature "recovery" is not enabled
33362024-09-16T16:35:13.646Z[ host-image] Sep 16 16:35:12.154 INFO O| Sep 16 16:35:12.153 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33372024-09-16T16:35:13.658Z[ host-image] Sep 16 16:35:12.168 INFO O| Sep 16 16:35:12.168 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"]
33382024-09-16T16:35:13.891ZSep 16 16:35:12.411 INFO [recovery-package] process exited with exit status: 0 (24.61827614s)
33392024-09-16T16:35:13.891ZSep 16 16:35:12.411 INFO [recovery-stamp] running task
33402024-09-16T16:35:13.894ZSep 16 16:35:12.411 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33412024-09-16T16:35:13.897ZSep 16 16:35:12.416 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+git7c58ebc1d84
33422024-09-16T16:35:13.902ZSep 16 16:35:12.422 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git7c58ebc1d84
33432024-09-16T16:35:13.911Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33442024-09-16T16:35:13.918Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33452024-09-16T16:35:13.985Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33462024-09-16T16:35:13.988ZSep 16 16:35:12.507 INFO [stamp-installinator] process exited with exit status: 0 (85.364177ms)
33472024-09-16T16:35:14.016Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33482024-09-16T16:35:14.019ZSep 16 16:35:12.539 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (122.380156ms)
33492024-09-16T16:35:14.021ZSep 16 16:35:12.539 INFO [recovery-stamp] task succeeded (128.005202ms)
33502024-09-16T16:35:14.022ZSep 16 16:35:12.539 INFO [recovery-proto] running task
33512024-09-16T16:35:14.022ZSep 16 16:35:12.539 INFO [tuf-stamp] running task
33522024-09-16T16:35:14.022ZSep 16 16:35:12.540 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+git7c58ebc1d84
33532024-09-16T16:35:14.029ZSep 16 16:35:12.548 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+git7c58ebc1d84
33542024-09-16T16:35:14.035ZSep 16 16:35:12.555 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+git7c58ebc1d84
33552024-09-16T16:35:14.041Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33562024-09-16T16:35:14.044ZSep 16 16:35:12.563 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+git7c58ebc1d84
33572024-09-16T16:35:14.050Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33582024-09-16T16:35:14.053ZSep 16 16:35:12.572 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+git7c58ebc1d84
33592024-09-16T16:35:14.063Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-09-16T16:35:14.066Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33612024-09-16T16:35:14.066ZSep 16 16:35:12.584 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+git7c58ebc1d84
33622024-09-16T16:35:14.092Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33632024-09-16T16:35:14.111ZSep 16 16:35:12.631 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+git7c58ebc1d84
33642024-09-16T16:35:14.153ZSep 16 16:35:12.672 INFO [recovery-proto] task succeeded (133.137238ms)
33652024-09-16T16:35:14.157Z[ host-image] Sep 16 16:35:12.637 INFO O| Sep 16 16:35:12.633 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33662024-09-16T16:35:14.157ZSep 16 16:35:12.673 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/.tmpUveaVA/proto/recovery/root -N 'recovery 7c58ebc/${os_short_commit} 2024-09-16 16:13' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33672024-09-16T16:35:14.166Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33682024-09-16T16:35:14.177Z[ recovery-image] Sep 16 16:35:12.696 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33692024-09-16T16:35:14.177Z[ recovery-image] Sep 16 16:35:12.696 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33702024-09-16T16:35:14.188Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33712024-09-16T16:35:14.191ZSep 16 16:35:12.708 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+git7c58ebc1d84
33722024-09-16T16:35:14.211Z[ recovery-image] Sep 16 16:35:12.713 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpUveaVA/proto/recovery/root"
33732024-09-16T16:35:14.213Z[ recovery-image] Sep 16 16:35:12.713 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33742024-09-16T16:35:14.213ZSep 16 16:35:12.731 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+git7c58ebc1d84
33752024-09-16T16:35:14.213Z[ recovery-image] Sep 16 16:35:12.713 INFO image builder template: ramdisk-01-os...
33762024-09-16T16:35:14.213Z[ recovery-image] Sep 16 16:35:12.713 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/.tmpUveaVA/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
33772024-09-16T16:35:14.242Z[ recovery-image] Sep 16 16:35:12.745 INFO O| Sep 16 16:35:12.745 INFO CREATE DATASET: rpool/images/build/recovery/output
33782024-09-16T16:35:14.245ZSep 16 16:35:12.762 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+git7c58ebc1d84
33792024-09-16T16:35:14.380Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33802024-09-16T16:35:14.383Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33812024-09-16T16:35:14.383Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33822024-09-16T16:35:14.383ZSep 16 16:35:12.900 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+git7c58ebc1d84
33832024-09-16T16:35:14.413Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33842024-09-16T16:35:14.416Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33852024-09-16T16:35:14.416ZSep 16 16:35:12.933 INFO [stamp-probe] process exited with exit status: 0 (378.139641ms)
33862024-09-16T16:35:14.538Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33872024-09-16T16:35:14.591ZSep 16 16:35:13.111 INFO [stamp-ntp] process exited with exit status: 0 (547.377822ms)
33882024-09-16T16:35:14.758Z[ recovery-image] Sep 16 16:35:13.277 INFO O| Sep 16 16:35:13.277 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33892024-09-16T16:35:14.782Z[ recovery-image] Sep 16 16:35:13.302 INFO O| Sep 16 16:35:13.301 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33902024-09-16T16:35:15.174Z[ recovery-image] Sep 16 16:35:13.693 INFO O| Sep 16 16:35:13.692 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33912024-09-16T16:35:15.214Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33922024-09-16T16:35:15.244ZSep 16 16:35:13.763 INFO [stamp-external-dns] process exited with exit status: 0 (1.21506563s)
33932024-09-16T16:35:15.262Z[ recovery-image] Sep 16 16:35:13.781 INFO O| Sep 16 16:35:13.781 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33942024-09-16T16:35:15.262Z[ recovery-image] Sep 16 16:35:13.781 INFO O| Sep 16 16:35:13.781 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33952024-09-16T16:35:15.264Z[ recovery-image] Sep 16 16:35:13.781 INFO O| Sep 16 16:35:13.781 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33962024-09-16T16:35:15.264Z[ recovery-image] Sep 16 16:35:13.781 INFO O| Sep 16 16:35:13.781 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33972024-09-16T16:35:15.272Z[ recovery-image] Sep 16 16:35:13.792 INFO O| Sep 16 16:35:13.792 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33982024-09-16T16:35:15.447Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33992024-09-16T16:35:15.477ZSep 16 16:35:13.996 INFO [stamp-internal-dns] process exited with exit status: 0 (1.455796947s)
34002024-09-16T16:35:15.575Z[ recovery-image] Sep 16 16:35:14.094 INFO O| Sep 16 16:35:14.094 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34012024-09-16T16:35:15.628Z[ recovery-image] Sep 16 16:35:14.147 INFO O| Sep 16 16:35:14.146 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
34022024-09-16T16:35:15.690Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34032024-09-16T16:35:15.699Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
34042024-09-16T16:35:15.725Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34052024-09-16T16:35:15.753ZSep 16 16:35:14.272 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.510089201s)
34062024-09-16T16:35:15.763Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34072024-09-16T16:35:15.801ZSep 16 16:35:14.320 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.736153138s)
34082024-09-16T16:35:16.122Z[ recovery-image] Sep 16 16:35:14.641 INFO O| Sep 16 16:35:14.641 INFO O| Caching catalogs ... Done
34092024-09-16T16:35:16.151Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
34102024-09-16T16:35:16.155ZSep 16 16:35:14.675 INFO [stamp-oximeter] process exited with exit status: 0 (1.774322833s)
34112024-09-16T16:35:16.221Z[ recovery-image] Sep 16 16:35:14.740 INFO O| Sep 16 16:35:14.740 INFO STEP 0 (pkg_image_create) COMPLETE
34122024-09-16T16:35:16.221Z[ recovery-image] Sep 16 16:35:14.740 INFO O| Sep 16 16:35:14.740 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34132024-09-16T16:35:16.224Z[ recovery-image] Sep 16 16:35:14.740 INFO O| Sep 16 16:35:14.740 INFO skip step because feature "repo_redist" is not enabled
34142024-09-16T16:35:16.224Z[ recovery-image] Sep 16 16:35:14.740 INFO O| Sep 16 16:35:14.740 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34152024-09-16T16:35:16.235Z[ recovery-image] Sep 16 16:35:14.754 INFO O| Sep 16 16:35:14.754 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"]
34162024-09-16T16:35:16.706Z[ recovery-image] Sep 16 16:35:15.225 INFO O| Sep 16 16:35:15.225 INFO STEP 2 (pkg_set_publisher) COMPLETE
34172024-09-16T16:35:16.706Z[ recovery-image] Sep 16 16:35:15.225 INFO O| Sep 16 16:35:15.225 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34182024-09-16T16:35:16.720Z[ recovery-image] Sep 16 16:35:15.239 INFO O| Sep 16 16:35:15.239 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"]
34192024-09-16T16:35:17.223Z[ recovery-image] Sep 16 16:35:15.742 INFO O| Sep 16 16:35:15.742 INFO STEP 3 (pkg_set_publisher) COMPLETE
34202024-09-16T16:35:17.226Z[ recovery-image] Sep 16 16:35:15.742 INFO O| Sep 16 16:35:15.742 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34212024-09-16T16:35:17.226Z[ recovery-image] Sep 16 16:35:15.742 INFO O| Sep 16 16:35:15.742 INFO skip step because feature "repo_redist" is not enabled
34222024-09-16T16:35:17.226Z[ recovery-image] Sep 16 16:35:15.742 INFO O| Sep 16 16:35:15.742 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34232024-09-16T16:35:17.619Z[ recovery-image] Sep 16 16:35:16.137 INFO O| Sep 16 16:35:16.137 INFO variant opensolaris.zone is already global
34242024-09-16T16:35:17.619Z[ recovery-image] Sep 16 16:35:16.137 INFO O| Sep 16 16:35:16.137 INFO STEP 5 (pkg_change_variant) COMPLETE
34252024-09-16T16:35:17.619Z[ recovery-image] Sep 16 16:35:16.137 INFO O| Sep 16 16:35:16.137 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34262024-09-16T16:35:17.890Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34272024-09-16T16:35:17.894ZSep 16 16:35:16.414 INFO [stamp-nexus] process exited with exit status: 0 (3.705586519s)
34282024-09-16T16:35:18.050Z[ recovery-image] Sep 16 16:35:16.569 INFO O| Sep 16 16:35:16.569 INFO variant opensolaris.imagetype is full; changing to partial
34292024-09-16T16:35:18.050Z[ recovery-image] Sep 16 16:35:16.569 INFO O| Sep 16 16:35:16.569 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34302024-09-16T16:35:19.845Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34312024-09-16T16:35:19.848ZSep 16 16:35:18.367 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.636589617s)
34322024-09-16T16:35:20.420Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34332024-09-16T16:35:20.558Z[verify-libraries] Compiling polyval v0.6.2
34342024-09-16T16:35:20.571Z[verify-libraries] Compiling rfc6979 v0.4.0
34352024-09-16T16:35:20.590Z[verify-libraries] Compiling primeorder v0.13.6
34362024-09-16T16:35:20.591Z[verify-libraries] Compiling ctr v0.9.2
34372024-09-16T16:35:20.591Z[verify-libraries] Compiling ed25519 v2.2.3
34382024-09-16T16:35:20.591Z[verify-libraries] Compiling ssh-encoding v0.2.0
34392024-09-16T16:35:20.591Z[verify-libraries] Compiling blowfish v0.9.1
34402024-09-16T16:35:21.056Z[verify-libraries] Compiling ecdsa v0.16.9
34412024-09-16T16:35:21.203Z[verify-libraries] Compiling ghash v0.5.1
34422024-09-16T16:35:21.332Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34432024-09-16T16:35:21.572Z[verify-libraries] Compiling aes-gcm v0.10.3
34442024-09-16T16:35:21.755Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34452024-09-16T16:35:21.831Z[verify-libraries] Compiling password-hash v0.4.2
34462024-09-16T16:35:22.042Z[verify-libraries] Compiling ssh-cipher v0.2.0
34472024-09-16T16:35:22.158Z[verify-libraries] Compiling matches v0.1.10
34482024-09-16T16:35:22.191Z[verify-libraries] Compiling enum-as-inner v0.5.1
34492024-09-16T16:35:22.515Z[verify-libraries] Compiling pbkdf2 v0.11.0
34502024-09-16T16:35:22.935Z[verify-libraries] Compiling ssh-key v0.6.6
34512024-09-16T16:35:23.145Z[verify-libraries] Compiling idna v0.2.3
34522024-09-16T16:35:23.193Z[verify-libraries] Compiling p256 v0.13.2
34532024-09-16T16:35:23.283Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34542024-09-16T16:35:23.316Z[verify-libraries] Compiling p384 v0.13.0
34552024-09-16T16:35:23.337ZSep 16 16:35:21.855 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.28335793s)
34562024-09-16T16:35:23.695Z[verify-libraries] Compiling p521 v0.13.3
34572024-09-16T16:35:23.869Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34582024-09-16T16:35:23.917ZSep 16 16:35:22.435 INFO [stamp-clickhouse] process exited with exit status: 0 (9.804283108s)
34592024-09-16T16:35:23.917ZSep 16 16:35:22.435 INFO [tuf-stamp] task succeeded (9.896225851s)
34602024-09-16T16:35:24.384Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34612024-09-16T16:35:24.462Z[ recovery-image] Sep 16 16:35:22.979 INFO O| Sep 16 16:35:22.979 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34622024-09-16T16:35:24.872Z[verify-libraries] Compiling md5 v0.7.0
34632024-09-16T16:35:25.441Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34642024-09-16T16:35:26.083Z[verify-libraries] Compiling russh-keys v0.45.0
34652024-09-16T16:35:26.989Z[verify-libraries] Compiling num-bigint v0.4.5
34662024-09-16T16:35:27.199Z[verify-libraries] Compiling des v0.8.1
34672024-09-16T16:35:27.862Z[verify-libraries] Compiling hex-literal v0.4.1
34682024-09-16T16:35:28.159Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34692024-09-16T16:35:29.208Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34702024-09-16T16:35:30.653Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34712024-09-16T16:35:31.361Z[verify-libraries] Compiling dhcproto v0.12.0
34722024-09-16T16:35:32.098Z[ recovery-image] Sep 16 16:35:30.615 INFO O| Sep 16 16:35:30.615 INFO O| Startup: Caching catalogs ... Done
34732024-09-16T16:35:32.177Z[ recovery-image] Sep 16 16:35:30.694 INFO O| Sep 16 16:35:30.694 INFO O| Planning: Planning completed in 0.00 seconds
34742024-09-16T16:35:32.180Z[ recovery-image] Sep 16 16:35:30.695 INFO O| Sep 16 16:35:30.695 INFO O| Planning: Consolidating action changes ... Done
34752024-09-16T16:35:32.180Z[ recovery-image] Sep 16 16:35:30.695 INFO O| Sep 16 16:35:30.695 INFO O| Planning: Evaluating mediators ... Done
34762024-09-16T16:35:32.180Z[ recovery-image] Sep 16 16:35:30.695 INFO O| Sep 16 16:35:30.695 INFO O| Planning: Planning completed in 0.00 seconds
34772024-09-16T16:35:32.180Z[ recovery-image] Sep 16 16:35:30.696 INFO O| Sep 16 16:35:30.696 INFO O| Variants/Facets to change: 1
34782024-09-16T16:35:32.344Z[ recovery-image] Sep 16 16:35:30.861 INFO O| Sep 16 16:35:30.861 INFO O| Done
34792024-09-16T16:35:32.344Z[ recovery-image] Sep 16 16:35:30.861 INFO O| Sep 16 16:35:30.861 INFO O| Done
34802024-09-16T16:35:33.113Z[ recovery-image] Sep 16 16:35:31.630 INFO O| Sep 16 16:35:31.630 INFO O| Done
34812024-09-16T16:35:33.195Z[ recovery-image] Sep 16 16:35:31.712 INFO O| Sep 16 16:35:31.712 INFO O| Done
34822024-09-16T16:35:33.198Z[ recovery-image] Sep 16 16:35:31.713 INFO O| Sep 16 16:35:31.713 INFO O| Done
34832024-09-16T16:35:33.198Z[ recovery-image] Sep 16 16:35:31.713 INFO O| Sep 16 16:35:31.713 INFO O| Done
34842024-09-16T16:35:33.200Z[ recovery-image] Sep 16 16:35:31.715 INFO O| Sep 16 16:35:31.715 INFO O| Done
34852024-09-16T16:35:33.825Z[ recovery-image] Sep 16 16:35:32.341 INFO O| Sep 16 16:35:32.341 INFO STEP 6 (pkg_change_variant) COMPLETE
34862024-09-16T16:35:33.825Z[ recovery-image] Sep 16 16:35:32.341 INFO O| Sep 16 16:35:32.341 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34872024-09-16T16:35:33.827Z[ recovery-image] Sep 16 16:35:32.341 INFO O| Sep 16 16:35:32.341 INFO skip step because feature "debug_variant" is not enabled
34882024-09-16T16:35:33.827Z[ recovery-image] Sep 16 16:35:32.341 INFO O| Sep 16 16:35:32.341 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34892024-09-16T16:35:34.577Z[ recovery-image] Sep 16 16:35:33.093 INFO O| Sep 16 16:35:33.093 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34902024-09-16T16:35:35.407Z[ recovery-image] Sep 16 16:35:33.923 INFO O| Sep 16 16:35:33.923 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34912024-09-16T16:35:35.410Z[ recovery-image] Sep 16 16:35:33.925 INFO O| Sep 16 16:35:33.925 INFO O| Planning: Planning completed in 0.00 seconds
34922024-09-16T16:35:35.410Z[ recovery-image] Sep 16 16:35:33.926 INFO O| Sep 16 16:35:33.926 INFO O| Planning: Consolidating action changes ... Done
34932024-09-16T16:35:35.410Z[ recovery-image] Sep 16 16:35:33.926 INFO O| Sep 16 16:35:33.926 INFO O| Planning: Evaluating mediators ... Done
34942024-09-16T16:35:35.412Z[ recovery-image] Sep 16 16:35:33.927 INFO O| Sep 16 16:35:33.926 INFO O| Planning: Planning completed in 0.00 seconds
34952024-09-16T16:35:35.413Z[ recovery-image] Sep 16 16:35:33.927 INFO O| Sep 16 16:35:33.927 INFO O| Variants/Facets to change: 1
34962024-09-16T16:35:35.504Z[ recovery-image] Sep 16 16:35:34.020 INFO O| Sep 16 16:35:34.020 INFO O| Done
34972024-09-16T16:35:35.504Z[ recovery-image] Sep 16 16:35:34.020 INFO O| Sep 16 16:35:34.020 INFO O| Done
34982024-09-16T16:35:36.060Z[verify-libraries] Compiling russh v0.45.0
34992024-09-16T16:35:36.064Z[ recovery-image] Sep 16 16:35:34.576 INFO O| Sep 16 16:35:34.576 INFO O| Done
35002024-09-16T16:35:36.116Z[ recovery-image] Sep 16 16:35:34.632 INFO O| Sep 16 16:35:34.632 INFO O| Done
35012024-09-16T16:35:36.118Z[ recovery-image] Sep 16 16:35:34.633 INFO O| Sep 16 16:35:34.633 INFO O| Done
35022024-09-16T16:35:36.119Z[ recovery-image] Sep 16 16:35:34.634 INFO O| Sep 16 16:35:34.634 INFO O| Done
35032024-09-16T16:35:36.121Z[ recovery-image] Sep 16 16:35:34.636 INFO O| Sep 16 16:35:34.636 INFO O| Done
35042024-09-16T16:35:36.232Z[ recovery-image] Sep 16 16:35:34.748 INFO O| Sep 16 16:35:34.748 INFO STEP 8 (pkg_change_facet) COMPLETE
35052024-09-16T16:35:36.232Z[ recovery-image] Sep 16 16:35:34.748 INFO O| Sep 16 16:35:34.748 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35062024-09-16T16:35:37.051Z[ recovery-image] Sep 16 16:35:35.567 INFO O| Sep 16 16:35:35.566 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
35072024-09-16T16:35:37.755Z[verify-libraries] Compiling internet-checksum v0.2.1
35082024-09-16T16:35:38.080Z[verify-libraries] Compiling heck v0.4.1
35092024-09-16T16:35:38.210Z[ recovery-image] Sep 16 16:35:36.726 INFO O| Sep 16 16:35:36.726 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35102024-09-16T16:35:38.212Z[ recovery-image] Sep 16 16:35:36.727 INFO O| Sep 16 16:35:36.727 INFO O| Planning: Planning completed in 0.00 seconds
35112024-09-16T16:35:38.212Z[ recovery-image] Sep 16 16:35:36.728 INFO O| Sep 16 16:35:36.728 INFO O| Planning: Consolidating action changes ... Done
35122024-09-16T16:35:38.212Z[ recovery-image] Sep 16 16:35:36.729 INFO O| Sep 16 16:35:36.728 INFO O| Planning: Evaluating mediators ... Done
35132024-09-16T16:35:38.215Z[ recovery-image] Sep 16 16:35:36.729 INFO O| Sep 16 16:35:36.729 INFO O| Planning: Planning completed in 0.00 seconds
35142024-09-16T16:35:38.215Z[ recovery-image] Sep 16 16:35:36.729 INFO O| Sep 16 16:35:36.729 INFO O| Variants/Facets to change: 1
35152024-09-16T16:35:38.336Z[ recovery-image] Sep 16 16:35:36.851 INFO O| Sep 16 16:35:36.851 INFO O| Done
35162024-09-16T16:35:38.336Z[ recovery-image] Sep 16 16:35:36.851 INFO O| Sep 16 16:35:36.851 INFO O| Done
35172024-09-16T16:35:38.967Z[ recovery-image] Sep 16 16:35:37.482 INFO O| Sep 16 16:35:37.482 INFO O| Done
35182024-09-16T16:35:39.026Z[ recovery-image] Sep 16 16:35:37.541 INFO O| Sep 16 16:35:37.541 INFO O| Done
35192024-09-16T16:35:39.028Z[ recovery-image] Sep 16 16:35:37.542 INFO O| Sep 16 16:35:37.542 INFO O| Done
35202024-09-16T16:35:39.028Z[ recovery-image] Sep 16 16:35:37.542 INFO O| Sep 16 16:35:37.542 INFO O| Done
35212024-09-16T16:35:39.028Z[ recovery-image] Sep 16 16:35:37.543 INFO O| Sep 16 16:35:37.543 INFO O| Done
35222024-09-16T16:35:39.135Z[ recovery-image] Sep 16 16:35:37.651 INFO O| Sep 16 16:35:37.651 INFO STEP 9 (pkg_change_facet) COMPLETE
35232024-09-16T16:35:39.135Z[ recovery-image] Sep 16 16:35:37.651 INFO O| Sep 16 16:35:37.651 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35242024-09-16T16:35:39.766Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35252024-09-16T16:35:39.814Z[ recovery-image] Sep 16 16:35:38.329 INFO O| Sep 16 16:35:38.329 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35262024-09-16T16:35:41.416Z[ recovery-image] Sep 16 16:35:39.527 INFO O| Sep 16 16:35:39.527 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35272024-09-16T16:35:41.422Z[ recovery-image] Sep 16 16:35:39.530 INFO O| Sep 16 16:35:39.530 INFO O| Planning: Planning completed in 0.00 seconds
35282024-09-16T16:35:41.422Z[ recovery-image] Sep 16 16:35:39.531 INFO O| Sep 16 16:35:39.531 INFO O| Planning: Consolidating action changes ... Done
35292024-09-16T16:35:41.422Z[ recovery-image] Sep 16 16:35:39.531 INFO O| Sep 16 16:35:39.531 INFO O| Planning: Evaluating mediators ... Done
35302024-09-16T16:35:41.422Z[ recovery-image] Sep 16 16:35:39.531 INFO O| Sep 16 16:35:39.531 INFO O| Planning: Planning completed in 0.00 seconds
35312024-09-16T16:35:41.422Z[ recovery-image] Sep 16 16:35:39.532 INFO O| Sep 16 16:35:39.532 INFO O| Variants/Facets to change: 1
35322024-09-16T16:35:41.422Z[ recovery-image] Sep 16 16:35:39.649 INFO O| Sep 16 16:35:39.649 INFO O| Done
35332024-09-16T16:35:41.422Z[ recovery-image] Sep 16 16:35:39.649 INFO O| Sep 16 16:35:39.649 INFO O| Done
35342024-09-16T16:35:41.667Z[ recovery-image] Sep 16 16:35:40.182 INFO O| Sep 16 16:35:40.182 INFO O| Done
35352024-09-16T16:35:41.741Z[ recovery-image] Sep 16 16:35:40.257 INFO O| Sep 16 16:35:40.256 INFO O| Done
35362024-09-16T16:35:41.744Z[ recovery-image] Sep 16 16:35:40.258 INFO O| Sep 16 16:35:40.257 INFO O| Done
35372024-09-16T16:35:41.744Z[ recovery-image] Sep 16 16:35:40.258 INFO O| Sep 16 16:35:40.258 INFO O| Done
35382024-09-16T16:35:41.747Z[ recovery-image] Sep 16 16:35:40.260 INFO O| Sep 16 16:35:40.260 INFO O| Done
35392024-09-16T16:35:41.836Z[ recovery-image] Sep 16 16:35:40.351 INFO O| Sep 16 16:35:40.351 INFO STEP 10 (pkg_change_facet) COMPLETE
35402024-09-16T16:35:41.836Z[ recovery-image] Sep 16 16:35:40.351 INFO O| Sep 16 16:35:40.351 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35412024-09-16T16:35:41.855Z[ recovery-image] Sep 16 16:35:40.370 INFO O| Sep 16 16:35:40.370 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"]
35422024-09-16T16:35:42.607Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35432024-09-16T16:35:42.924Z[ recovery-image] Sep 16 16:35:41.439 INFO O| Sep 16 16:35:41.439 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35442024-09-16T16:35:44.628Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35452024-09-16T16:35:45.210Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35462024-09-16T16:35:45.803Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35472024-09-16T16:35:46.313Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35482024-09-16T16:35:46.797Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35492024-09-16T16:35:47.057Z[ host-image] Sep 16 16:35:45.571 INFO O| Sep 16 16:35:45.571 INFO O| Planning: Solver setup ... Done
35502024-09-16T16:35:47.458Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35512024-09-16T16:35:48.473Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35522024-09-16T16:35:49.931Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35532024-09-16T16:35:51.796Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35542024-09-16T16:35:58.298Z[verify-libraries] Compiling termios v0.3.3
35552024-09-16T16:35:58.688Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35562024-09-16T16:36:15.795Z[ host-image] Sep 16 16:36:14.306 INFO O| Sep 16 16:36:14.306 INFO O| Planning: Running solver ... Done
35572024-09-16T16:36:16.143Z[ host-image] Sep 16 16:36:14.653 INFO O| Sep 16 16:36:14.653 INFO O| Planning: Finding local manifests ... Done
35582024-09-16T16:36:16.161Z[ host-image] Sep 16 16:36:14.671 INFO O| Sep 16 16:36:14.671 INFO O| Planning: Fetching manifests: 0/124 0% complete
35592024-09-16T16:36:17.664Z[ recovery-image] Sep 16 16:36:16.174 INFO O| Sep 16 16:36:16.174 INFO O| Planning: Solver setup ... Done
35602024-09-16T16:36:20.516Z[ host-image] Sep 16 16:36:19.026 INFO O| Sep 16 16:36:19.026 INFO O| Planning: Fetching manifests: 124/124 100% complete
35612024-09-16T16:36:21.929Z[ host-image] Sep 16 16:36:20.438 INFO O| Sep 16 16:36:20.438 INFO O| Planning: Package planning ... Done
35622024-09-16T16:36:22.420Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35632024-09-16T16:36:23.553Z[ host-image] Sep 16 16:36:22.062 INFO O| Sep 16 16:36:22.062 INFO O| Planning: Merging actions ... Done
35642024-09-16T16:36:23.887Z[ host-image] Sep 16 16:36:22.396 INFO O| Sep 16 16:36:22.396 INFO O| Planning: Checking for conflicting actions ... Done
35652024-09-16T16:36:24.261Z[ host-image] Sep 16 16:36:22.770 INFO O| Sep 16 16:36:22.770 INFO O| Planning: Consolidating action changes ... Done
35662024-09-16T16:36:24.778Z[ host-image] Sep 16 16:36:23.287 INFO O| Sep 16 16:36:23.287 INFO O| Planning: Evaluating mediators ... Done
35672024-09-16T16:36:31.550Z[ host-image] Sep 16 16:36:30.058 INFO O| Sep 16 16:36:30.058 INFO O| Planning: Planning completed in 77.42 seconds
35682024-09-16T16:36:31.557Z[ host-image] Sep 16 16:36:30.066 INFO O| Sep 16 16:36:30.066 INFO O| Packages to install: 124
35692024-09-16T16:36:31.560Z[ host-image] Sep 16 16:36:30.066 INFO O| Sep 16 16:36:30.066 INFO O| Mediators to change: 4
35702024-09-16T16:36:31.560Z[ host-image] Sep 16 16:36:30.066 INFO O| Sep 16 16:36:30.066 INFO O| Services to change: 6
35712024-09-16T16:36:31.674Z[ host-image] Sep 16 16:36:30.182 INFO O| Sep 16 16:36:30.182 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35722024-09-16T16:36:36.721Z[ host-image] Sep 16 16:36:35.228 INFO O| Sep 16 16:36:35.228 INFO O| Download: 1070/22728 items 6.7/196.4MB 3% complete (1.5M/s)
35732024-09-16T16:36:41.734Z[ host-image] Sep 16 16:36:40.241 INFO O| Sep 16 16:36:40.241 INFO O| Download: 1793/22728 items 12.8/196.4MB 6% complete (1.3M/s)
35742024-09-16T16:36:45.229Z[ recovery-image] Sep 16 16:36:43.735 INFO O| Sep 16 16:36:43.735 INFO O| Planning: Running solver ... Done
35752024-09-16T16:36:45.602Z[ recovery-image] Sep 16 16:36:44.108 INFO O| Sep 16 16:36:44.108 INFO O| Planning: Finding local manifests ... Done
35762024-09-16T16:36:45.620Z[ recovery-image] Sep 16 16:36:44.125 INFO O| Sep 16 16:36:44.125 INFO O| Planning: Fetching manifests: 0/124 0% complete
35772024-09-16T16:36:46.877Z[ host-image] Sep 16 16:36:45.383 INFO O| Sep 16 16:36:45.383 INFO O| Download: 2354/22728 items 27.5/196.4MB 13% complete (2.1M/s)
35782024-09-16T16:36:50.070Z[ recovery-image] Sep 16 16:36:48.576 INFO O| Sep 16 16:36:48.575 INFO O| Planning: Fetching manifests: 124/124 100% complete
35792024-09-16T16:36:51.411Z[ recovery-image] Sep 16 16:36:49.916 INFO O| Sep 16 16:36:49.916 INFO O| Planning: Package planning ... Done
35802024-09-16T16:36:52.223Z[ recovery-image] Sep 16 16:36:50.728 INFO O| Sep 16 16:36:50.728 INFO O| Planning: Merging actions ... Done
35812024-09-16T16:36:52.227Z[ host-image] Sep 16 16:36:50.731 INFO O| Sep 16 16:36:50.731 INFO O| Download: 3536/22728 items 35.7/196.4MB 18% complete (2.2M/s)
35822024-09-16T16:36:52.406Z[ recovery-image] Sep 16 16:36:50.911 INFO O| Sep 16 16:36:50.911 INFO O| Planning: Checking for conflicting actions ... Done
35832024-09-16T16:36:52.529Z[ recovery-image] Sep 16 16:36:51.034 INFO O| Sep 16 16:36:51.034 INFO O| Planning: Consolidating action changes ... Done
35842024-09-16T16:36:52.866Z[ recovery-image] Sep 16 16:36:51.369 INFO O| Sep 16 16:36:51.368 INFO O| Planning: Evaluating mediators ... Done
35852024-09-16T16:36:57.355Z[ host-image] Sep 16 16:36:55.859 INFO O| Sep 16 16:36:55.859 INFO O| Download: 4629/22728 items 42.9/196.4MB 21% complete (1.5M/s)
35862024-09-16T16:36:59.126Z[ recovery-image] Sep 16 16:36:57.630 INFO O| Sep 16 16:36:57.630 INFO O| Planning: Planning completed in 76.19 seconds
35872024-09-16T16:36:59.133Z[ recovery-image] Sep 16 16:36:57.638 INFO O| Sep 16 16:36:57.637 INFO O| Packages to install: 124
35882024-09-16T16:36:59.138Z[ recovery-image] Sep 16 16:36:57.638 INFO O| Sep 16 16:36:57.637 INFO O| Mediators to change: 4
35892024-09-16T16:36:59.139Z[ recovery-image] Sep 16 16:36:57.638 INFO O| Sep 16 16:36:57.637 INFO O| Services to change: 5
35902024-09-16T16:36:59.215Z[ recovery-image] Sep 16 16:36:57.719 INFO O| Sep 16 16:36:57.719 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35912024-09-16T16:37:02.382Z[ host-image] Sep 16 16:37:00.865 INFO O| Sep 16 16:37:00.865 INFO O| Download: 5582/22728 items 46.1/196.4MB 23% complete (1.0M/s)
35922024-09-16T16:37:04.554Z[ recovery-image] Sep 16 16:37:03.057 INFO O| Sep 16 16:37:03.057 INFO O| Download: 1001/15831 items 7.8/173.2MB 4% complete (1.6M/s)
35932024-09-16T16:37:04.971Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35942024-09-16T16:37:07.363Z[ host-image] Sep 16 16:37:05.866 INFO O| Sep 16 16:37:05.866 INFO O| Download: 6523/22728 items 46.7/196.4MB 23% complete (387k/s)
35952024-09-16T16:37:09.729Z[ recovery-image] Sep 16 16:37:08.231 INFO O| Sep 16 16:37:08.231 INFO O| Download: 1207/15831 items 16.0/173.2MB 9% complete (1.5M/s)
35962024-09-16T16:37:15.339Z[ host-image] Sep 16 16:37:10.888 INFO O| Sep 16 16:37:10.888 INFO O| Download: 6997/22728 items 50.8/196.4MB 25% complete (458k/s)
35972024-09-16T16:37:15.344Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35982024-09-16T16:37:15.345Z[ recovery-image] Sep 16 16:37:13.516 INFO O| Sep 16 16:37:13.516 INFO O| Download: 1554/15831 items 22.5/173.2MB 13% complete (1.5M/s)
35992024-09-16T16:37:16.585Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36002024-09-16T16:37:17.387Z[ host-image] Sep 16 16:37:15.888 INFO O| Sep 16 16:37:15.888 INFO O| Download: 8010/22728 items 60.0/196.4MB 30% complete (1.3M/s)
36012024-09-16T16:37:20.035Z[ recovery-image] Sep 16 16:37:18.536 INFO O| Sep 16 16:37:18.536 INFO O| Download: 2600/15831 items 32.9/173.2MB 18% complete (1.6M/s)
36022024-09-16T16:37:22.759Z[ host-image] Sep 16 16:37:21.260 INFO O| Sep 16 16:37:21.259 INFO O| Download: 8267/22728 items 65.7/196.4MB 33% complete (1.4M/s)
36032024-09-16T16:37:25.039Z[ recovery-image] Sep 16 16:37:23.539 INFO O| Sep 16 16:37:23.539 INFO O| Download: 3605/15831 items 39.0/173.2MB 22% complete (1.7M/s)
36042024-09-16T16:37:26.235Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36052024-09-16T16:37:27.760Z[ host-image] Sep 16 16:37:26.260 INFO O| Sep 16 16:37:26.259 INFO O| Download: 8818/22728 items 71.5/196.4MB 36% complete (1.1M/s)
36062024-09-16T16:37:30.052Z[ recovery-image] Sep 16 16:37:28.552 INFO O| Sep 16 16:37:28.551 INFO O| Download: 3838/15831 items 42.4/173.2MB 24% complete (1.0M/s)
36072024-09-16T16:37:32.761Z[ host-image] Sep 16 16:37:31.260 INFO O| Sep 16 16:37:31.260 INFO O| Download: 9400/22728 items 81.7/196.4MB 41% complete (1.6M/s)
36082024-09-16T16:37:35.064Z[ recovery-image] Sep 16 16:37:33.563 INFO O| Sep 16 16:37:33.563 INFO O| Download: 4685/15831 items 42.9/173.2MB 24% complete (397k/s)
36092024-09-16T16:37:37.790Z[ host-image] Sep 16 16:37:36.289 INFO O| Sep 16 16:37:36.289 INFO O| Download: 10388/22728 items 87.7/196.4MB 44% complete (1.6M/s)
36102024-09-16T16:37:41.642Z[ recovery-image] Sep 16 16:37:40.140 INFO O| Sep 16 16:37:40.140 INFO O| Download: 4778/15831 items 43.0/173.2MB 24% complete (356k/s)
36112024-09-16T16:37:42.956Z[ host-image] Sep 16 16:37:41.454 INFO O| Sep 16 16:37:41.454 INFO O| Download: 11079/22728 items 91.7/196.4MB 46% complete (1.0M/s)
36122024-09-16T16:37:46.652Z[ recovery-image] Sep 16 16:37:45.149 INFO O| Sep 16 16:37:45.149 INFO O| Download: 5644/15831 items 44.2/173.2MB 25% complete (72.5k/s)
36132024-09-16T16:37:47.884Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36142024-09-16T16:37:48.253Z[ host-image] Sep 16 16:37:46.750 INFO O| Sep 16 16:37:46.750 INFO O| Download: 11272/22728 items 95.3/196.4MB 48% complete (721k/s)
36152024-09-16T16:37:51.883Z[ recovery-image] Sep 16 16:37:50.380 INFO O| Sep 16 16:37:50.380 INFO O| Download: 5903/15831 items 53.0/173.2MB 30% complete (1.2M/s)
36162024-09-16T16:37:52.784Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36172024-09-16T16:37:53.254Z[ host-image] Sep 16 16:37:51.750 INFO O| Sep 16 16:37:51.750 INFO O| Download: 11974/22728 items 98.2/196.4MB 49% complete (642k/s)
36182024-09-16T16:37:55.475Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36192024-09-16T16:37:56.891Z[ recovery-image] Sep 16 16:37:55.387 INFO O| Sep 16 16:37:55.387 INFO O| Download: 6415/15831 items 63.3/173.2MB 36% complete (1.9M/s)
36202024-09-16T16:37:58.613Z[ host-image] Sep 16 16:37:57.109 INFO O| Sep 16 16:37:57.109 INFO O| Download: 12191/22728 items 108.7/196.4MB 55% complete (1.5M/s)
36212024-09-16T16:38:01.912Z[ recovery-image] Sep 16 16:38:00.407 INFO O| Sep 16 16:38:00.407 INFO O| Download: 7475/15831 items 73.5/173.2MB 42% complete (2.1M/s)
36222024-09-16T16:38:03.615Z[ host-image] Sep 16 16:38:02.109 INFO O| Sep 16 16:38:02.109 INFO O| Download: 13048/22728 items 109.8/196.4MB 55% complete (1.2M/s)
36232024-09-16T16:38:07.218Z[ recovery-image] Sep 16 16:38:05.712 INFO O| Sep 16 16:38:05.712 INFO O| Download: 7958/15831 items 78.3/173.2MB 45% complete (1.5M/s)
36242024-09-16T16:38:08.624Z[ host-image] Sep 16 16:38:07.118 INFO O| Sep 16 16:38:07.118 INFO O| Download: 13865/22728 items 110.2/196.4MB 56% complete (156k/s)
36252024-09-16T16:38:12.220Z[ recovery-image] Sep 16 16:38:10.714 INFO O| Sep 16 16:38:10.714 INFO O| Download: 8702/15831 items 83.7/173.2MB 48% complete (1004k/s)
36262024-09-16T16:38:13.632Z[ host-image] Sep 16 16:38:12.125 INFO O| Sep 16 16:38:12.125 INFO O| Download: 14428/22728 items 111.9/196.4MB 56% complete (192k/s)
36272024-09-16T16:38:17.383Z[ recovery-image] Sep 16 16:38:15.875 INFO O| Sep 16 16:38:15.875 INFO O| Download: 9241/15831 items 92.8/173.2MB 53% complete (1.5M/s)
36282024-09-16T16:38:18.638Z[ host-image] Sep 16 16:38:17.131 INFO O| Sep 16 16:38:17.131 INFO O| Download: 15310/22728 items 123.8/196.4MB 62% complete (1.4M/s)
36292024-09-16T16:38:22.404Z[ recovery-image] Sep 16 16:38:20.896 INFO O| Sep 16 16:38:20.896 INFO O| Download: 10086/15831 items 93.2/173.2MB 53% complete (934k/s)
36302024-09-16T16:38:23.726Z[ host-image] Sep 16 16:38:22.218 INFO O| Sep 16 16:38:22.218 INFO O| Download: 15706/22728 items 125.9/196.4MB 64% complete (1.4M/s)
36312024-09-16T16:38:28.126Z[ recovery-image] Sep 16 16:38:26.618 INFO O| Sep 16 16:38:26.618 INFO O| Download: 10908/15831 items 93.8/173.2MB 54% complete (118k/s)
36322024-09-16T16:38:28.728Z[ host-image] Sep 16 16:38:27.220 INFO O| Sep 16 16:38:27.219 INFO O| Download: 16958/22728 items 140.3/196.4MB 71% complete (1.6M/s)
36332024-09-16T16:38:33.192Z[ recovery-image] Sep 16 16:38:31.683 INFO O| Sep 16 16:38:31.682 INFO O| Download: 11392/15831 items 106.5/173.2MB 61% complete (1.3M/s)
36342024-09-16T16:38:33.729Z[ host-image] Sep 16 16:38:32.220 INFO O| Sep 16 16:38:32.220 INFO O| Download: 17920/22728 items 158.8/196.4MB 80% complete (3.3M/s)
36352024-09-16T16:38:38.394Z[ recovery-image] Sep 16 16:38:36.884 INFO O| Sep 16 16:38:36.884 INFO O| Download: 11827/15831 items 125.8/173.2MB 72% complete (3.2M/s)
36362024-09-16T16:38:38.762Z[ host-image] Sep 16 16:38:37.252 INFO O| Sep 16 16:38:37.252 INFO O| Download: 18953/22728 items 162.9/196.4MB 82% complete (2.3M/s)
36372024-09-16T16:38:43.415Z[ recovery-image] Sep 16 16:38:41.905 INFO O| Sep 16 16:38:41.905 INFO O| Download: 12314/15831 items 138.3/173.2MB 79% complete (3.2M/s)
36382024-09-16T16:38:44.023Z[ host-image] Sep 16 16:38:42.512 INFO O| Sep 16 16:38:42.512 INFO O| Download: 19979/22728 items 167.3/196.4MB 85% complete (881k/s)
36392024-09-16T16:38:48.419Z[ recovery-image] Sep 16 16:38:46.908 INFO O| Sep 16 16:38:46.908 INFO O| Download: 13606/15831 items 143.6/173.2MB 82% complete (1.8M/s)
36402024-09-16T16:38:49.677Z[ host-image] Sep 16 16:38:48.165 INFO O| Sep 16 16:38:48.165 INFO O| Download: 20590/22728 items 169.4/196.4MB 86% complete (747k/s)
36412024-09-16T16:38:53.631Z[ recovery-image] Sep 16 16:38:52.119 INFO O| Sep 16 16:38:52.119 INFO O| Download: 14654/15831 items 147.6/173.2MB 85% complete (994k/s)
36422024-09-16T16:38:54.680Z[ host-image] Sep 16 16:38:53.168 INFO O| Sep 16 16:38:53.168 INFO O| Download: 20977/22728 items 176.2/196.4MB 89% complete (858k/s)
36432024-09-16T16:38:58.712Z[ recovery-image] Sep 16 16:38:57.199 INFO O| Sep 16 16:38:57.199 INFO O| Download: 14748/15831 items 153.4/173.2MB 88% complete (1.2M/s)
36442024-09-16T16:39:00.008Z[ host-image] Sep 16 16:38:58.495 INFO O| Sep 16 16:38:58.494 INFO O| Download: 21896/22728 items 188.4/196.4MB 95% complete (1.9M/s)
36452024-09-16T16:39:03.885Z[ recovery-image] Sep 16 16:39:02.371 INFO O| Sep 16 16:39:02.371 INFO O| Download: 15528/15831 items 165.9/173.2MB 95% complete (1.9M/s)
36462024-09-16T16:39:04.846Z[ host-image] Sep 16 16:39:03.332 INFO O| Sep 16 16:39:03.332 INFO O| Download: Completed 196.43 MB in 153.15 seconds (1.3M/s)
36472024-09-16T16:39:05.870Z[ host-image] Sep 16 16:39:04.355 INFO O| Sep 16 16:39:04.355 INFO O| Actions: 1/49262 actions (Installing new actions)
36482024-09-16T16:39:08.774Z[ recovery-image] Sep 16 16:39:07.259 INFO O| Sep 16 16:39:07.259 INFO O| Download: Completed 173.20 MB in 129.54 seconds (1.3M/s)
36492024-09-16T16:39:10.045Z[ recovery-image] Sep 16 16:39:08.530 INFO O| Sep 16 16:39:08.530 INFO O| Actions: 1/24965 actions (Installing new actions)
36502024-09-16T16:39:10.870Z[ host-image] Sep 16 16:39:09.356 INFO O| Sep 16 16:39:09.355 INFO O| Actions: 9385/49262 actions (Installing new actions)
36512024-09-16T16:39:15.094Z[ recovery-image] Sep 16 16:39:13.579 INFO O| Sep 16 16:39:13.579 INFO O| Actions: 7660/24965 actions (Installing new actions)
36522024-09-16T16:39:15.871Z[ host-image] Sep 16 16:39:14.356 INFO O| Sep 16 16:39:14.356 INFO O| Actions: 15939/49262 actions (Installing new actions)
36532024-09-16T16:39:20.095Z[ recovery-image] Sep 16 16:39:18.579 INFO O| Sep 16 16:39:18.579 INFO O| Actions: 12840/24965 actions (Installing new actions)
36542024-09-16T16:39:20.872Z[ host-image] Sep 16 16:39:19.356 INFO O| Sep 16 16:39:19.356 INFO O| Actions: 22067/49262 actions (Installing new actions)
36552024-09-16T16:39:25.096Z[ recovery-image] Sep 16 16:39:23.579 INFO O| Sep 16 16:39:23.579 INFO O| Actions: 18813/24965 actions (Installing new actions)
36562024-09-16T16:39:25.908Z[ host-image] Sep 16 16:39:24.391 INFO O| Sep 16 16:39:24.391 INFO O| Actions: 45201/49262 actions (Installing new actions)
36572024-09-16T16:39:30.156Z[ recovery-image] Sep 16 16:39:28.638 INFO O| Sep 16 16:39:28.638 INFO O| Actions: 24501/24965 actions (Installing new actions)
36582024-09-16T16:39:31.074Z[ host-image] Sep 16 16:39:29.555 INFO O| Sep 16 16:39:29.555 INFO O| Actions: 48837/49262 actions (Installing new actions)
36592024-09-16T16:39:32.377Z[ recovery-image] Sep 16 16:39:30.859 INFO O| Sep 16 16:39:30.859 INFO O| Actions: Completed 24965 actions in 22.33 seconds.
36602024-09-16T16:39:32.429Z[ host-image] Sep 16 16:39:30.911 INFO O| Sep 16 16:39:30.911 INFO O| Actions: Completed 49262 actions in 26.55 seconds.
36612024-09-16T16:39:32.909Z[ recovery-image] Sep 16 16:39:31.391 INFO O| Sep 16 16:39:31.391 INFO O| Done
36622024-09-16T16:39:32.909Z[ recovery-image] Sep 16 16:39:31.391 INFO O| Sep 16 16:39:31.391 INFO O| Done
36632024-09-16T16:39:32.993Z[ host-image] Sep 16 16:39:31.475 INFO O| Sep 16 16:39:31.475 INFO O| Done
36642024-09-16T16:39:32.993Z[ host-image] Sep 16 16:39:31.475 INFO O| Sep 16 16:39:31.475 INFO O| Done
36652024-09-16T16:39:34.128Z[ recovery-image] Sep 16 16:39:32.610 INFO O| Sep 16 16:39:32.610 INFO O| Done
36662024-09-16T16:39:34.136Z[ host-image] Sep 16 16:39:32.618 INFO O| Sep 16 16:39:32.618 INFO O| Done
36672024-09-16T16:39:35.954Z[ recovery-image] Sep 16 16:39:34.436 INFO O| Sep 16 16:39:34.436 INFO O| Done
36682024-09-16T16:39:35.976Z[ recovery-image] Sep 16 16:39:34.457 INFO O| Sep 16 16:39:34.457 INFO O| Done
36692024-09-16T16:39:36.721Z[ host-image] Sep 16 16:39:35.203 INFO O| Sep 16 16:39:35.203 INFO O| Done
36702024-09-16T16:39:36.757Z[ host-image] Sep 16 16:39:35.239 INFO O| Sep 16 16:39:35.239 INFO O| Done
36712024-09-16T16:39:41.301Z[ recovery-image] Sep 16 16:39:39.782 INFO O| Sep 16 16:39:39.782 INFO O| Done
36722024-09-16T16:39:42.078Z[ recovery-image] Sep 16 16:39:40.559 INFO O| Sep 16 16:39:40.558 INFO O| Done
36732024-09-16T16:39:42.407Z[ recovery-image] Sep 16 16:39:40.888 INFO O| Sep 16 16:39:40.888 INFO STEP 11 (pkg_install) COMPLETE
36742024-09-16T16:39:42.407Z[ recovery-image] Sep 16 16:39:40.888 INFO O| Sep 16 16:39:40.888 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36752024-09-16T16:39:42.410Z[ recovery-image] Sep 16 16:39:40.888 INFO O| Sep 16 16:39:40.888 INFO skip step because feature "recovery" is enabled
36762024-09-16T16:39:42.410Z[ recovery-image] Sep 16 16:39:40.888 INFO O| Sep 16 16:39:40.888 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36772024-09-16T16:39:42.410Z[ recovery-image] Sep 16 16:39:40.888 INFO O| Sep 16 16:39:40.888 INFO skip step because feature "omicron1" is not enabled
36782024-09-16T16:39:42.410Z[ recovery-image] Sep 16 16:39:40.888 INFO O| Sep 16 16:39:40.888 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36792024-09-16T16:39:42.426Z[ recovery-image] Sep 16 16:39:40.907 INFO O| Sep 16 16:39:40.907 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36802024-09-16T16:39:43.596Z[ recovery-image] Sep 16 16:39:42.077 INFO O| Sep 16 16:39:42.077 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36812024-09-16T16:39:44.674Z[ host-image] Sep 16 16:39:43.155 INFO O| Sep 16 16:39:43.155 INFO O| Done
36822024-09-16T16:39:45.651Z[ host-image] Sep 16 16:39:44.131 INFO O| Sep 16 16:39:44.131 INFO O| Done
36832024-09-16T16:39:45.974Z[ host-image] Sep 16 16:39:44.454 INFO O| Sep 16 16:39:44.454 INFO STEP 11 (pkg_install) COMPLETE
36842024-09-16T16:39:45.974Z[ host-image] Sep 16 16:39:44.454 INFO O| Sep 16 16:39:44.454 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36852024-09-16T16:39:45.994Z[ host-image] Sep 16 16:39:44.475 INFO O| Sep 16 16:39:44.475 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
36862024-09-16T16:39:46.414Z[ recovery-image] Sep 16 16:39:44.895 INFO O| Sep 16 16:39:44.894 INFO O| Planning: Solver setup ... Done
36872024-09-16T16:39:46.420Z[ recovery-image] Sep 16 16:39:44.901 INFO O| Sep 16 16:39:44.901 INFO O| Planning: Running solver ... Done
36882024-09-16T16:39:46.479Z[ recovery-image] Sep 16 16:39:44.959 INFO O| Sep 16 16:39:44.959 INFO O| Planning: Finding local manifests ... Done
36892024-09-16T16:39:46.482Z[ recovery-image] Sep 16 16:39:44.960 INFO O| Sep 16 16:39:44.960 INFO O| Planning: Fetching manifests: 0/1 0% complete
36902024-09-16T16:39:46.606Z[ recovery-image] Sep 16 16:39:45.087 INFO O| Sep 16 16:39:45.087 INFO O| Planning: Fetching manifests: 1/1 100% complete
36912024-09-16T16:39:46.656Z[ recovery-image] Sep 16 16:39:45.136 INFO O| Sep 16 16:39:45.136 INFO O| Planning: Package planning ... Done
36922024-09-16T16:39:46.658Z[ recovery-image] Sep 16 16:39:45.136 INFO O| Sep 16 16:39:45.136 INFO O| Planning: Merging actions ... Done
36932024-09-16T16:39:46.719Z[ recovery-image] Sep 16 16:39:45.200 INFO O| Sep 16 16:39:45.199 INFO O| Planning: Checking for conflicting actions ... Done
36942024-09-16T16:39:46.722Z[ recovery-image] Sep 16 16:39:45.200 INFO O| Sep 16 16:39:45.200 INFO O| Planning: Consolidating action changes ... Done
36952024-09-16T16:39:47.041Z[ host-image] Sep 16 16:39:45.520 INFO O| Sep 16 16:39:45.520 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36962024-09-16T16:39:47.098Z[ recovery-image] Sep 16 16:39:45.578 INFO O| Sep 16 16:39:45.578 INFO O| Planning: Evaluating mediators ... Done
36972024-09-16T16:39:47.100Z[ recovery-image] Sep 16 16:39:45.579 INFO O| Sep 16 16:39:45.578 INFO O| Planning: Planning completed in 3.50 seconds
36982024-09-16T16:39:47.103Z[ recovery-image] Sep 16 16:39:45.581 INFO O| Sep 16 16:39:45.581 INFO O| Packages to install: 1
36992024-09-16T16:39:47.125Z[ recovery-image] Sep 16 16:39:45.605 INFO O| Sep 16 16:39:45.605 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
37002024-09-16T16:39:48.754Z[ recovery-image] Sep 16 16:39:47.234 INFO O| Sep 16 16:39:47.234 INFO O| Download: Completed 20.80 MB in 1.63 seconds (12.8M/s)
37012024-09-16T16:39:48.874Z[ recovery-image] Sep 16 16:39:47.354 INFO O| Sep 16 16:39:47.354 INFO O| Actions: 1/22 actions (Installing new actions)
37022024-09-16T16:39:49.986Z[ recovery-image] Sep 16 16:39:48.466 INFO O| Sep 16 16:39:48.466 INFO O| Actions: Completed 22 actions in 1.11 seconds.
37032024-09-16T16:39:50.357Z[ host-image] Sep 16 16:39:48.836 INFO O| Sep 16 16:39:48.836 INFO O| Planning: Solver setup ... Done
37042024-09-16T16:39:50.363Z[ host-image] Sep 16 16:39:48.843 INFO O| Sep 16 16:39:48.843 INFO O| Planning: Running solver ... Done
37052024-09-16T16:39:50.419Z[ recovery-image] Sep 16 16:39:48.898 INFO O| Sep 16 16:39:48.898 INFO O| Done
37062024-09-16T16:39:50.419Z[ recovery-image] Sep 16 16:39:48.898 INFO O| Sep 16 16:39:48.898 INFO O| Done
37072024-09-16T16:39:50.453Z[ host-image] Sep 16 16:39:48.933 INFO O| Sep 16 16:39:48.932 INFO O| Planning: Finding local manifests ... Done
37082024-09-16T16:39:50.456Z[ host-image] Sep 16 16:39:48.934 INFO O| Sep 16 16:39:48.934 INFO O| Planning: Fetching manifests: 0/4 0% complete
37092024-09-16T16:39:50.703Z[ host-image] Sep 16 16:39:49.183 INFO O| Sep 16 16:39:49.183 INFO O| Planning: Fetching manifests: 4/4 100% complete
37102024-09-16T16:39:50.762Z[ host-image] Sep 16 16:39:49.241 INFO O| Sep 16 16:39:49.241 INFO O| Planning: Package planning ... Done
37112024-09-16T16:39:50.766Z[ host-image] Sep 16 16:39:49.246 INFO O| Sep 16 16:39:49.246 INFO O| Planning: Merging actions ... Done
37122024-09-16T16:39:50.909Z[ host-image] Sep 16 16:39:49.389 INFO O| Sep 16 16:39:49.389 INFO O| Planning: Checking for conflicting actions ... Done
37132024-09-16T16:39:50.912Z[ host-image] Sep 16 16:39:49.391 INFO O| Sep 16 16:39:49.391 INFO O| Planning: Consolidating action changes ... Done
37142024-09-16T16:39:51.300Z[ host-image] Sep 16 16:39:49.779 INFO O| Sep 16 16:39:49.779 INFO O| Planning: Evaluating mediators ... Done
37152024-09-16T16:39:51.302Z[ host-image] Sep 16 16:39:49.781 INFO O| Sep 16 16:39:49.781 INFO O| Planning: Planning completed in 4.26 seconds
37162024-09-16T16:39:51.305Z[ host-image] Sep 16 16:39:49.784 INFO O| Sep 16 16:39:49.784 INFO O| Packages to install: 4
37172024-09-16T16:39:51.305Z[ host-image] Sep 16 16:39:49.784 INFO O| Sep 16 16:39:49.784 INFO O| Services to change: 2
37182024-09-16T16:39:51.377Z[ recovery-image] Sep 16 16:39:49.856 INFO O| Sep 16 16:39:49.856 INFO O| Done
37192024-09-16T16:39:51.409Z[ host-image] Sep 16 16:39:49.888 INFO O| Sep 16 16:39:49.888 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
37202024-09-16T16:39:52.577Z[ host-image] Sep 16 16:39:51.056 INFO O| Sep 16 16:39:51.056 INFO O| Download: Completed 1.39 MB in 1.17 seconds (1.2M/s)
37212024-09-16T16:39:52.623Z[ host-image] Sep 16 16:39:51.102 INFO O| Sep 16 16:39:51.102 INFO O| Actions: 1/238 actions (Installing new actions)
37222024-09-16T16:39:52.980Z[ host-image] Sep 16 16:39:51.459 INFO O| Sep 16 16:39:51.459 INFO O| Actions: Completed 238 actions in 0.36 seconds.
37232024-09-16T16:39:53.144Z[ recovery-image] Sep 16 16:39:51.623 INFO O| Sep 16 16:39:51.623 INFO O| Done
37242024-09-16T16:39:53.205Z[ recovery-image] Sep 16 16:39:51.684 INFO O| Sep 16 16:39:51.684 INFO O| Done
37252024-09-16T16:39:53.205Z[ recovery-image] Sep 16 16:39:51.684 INFO O| Sep 16 16:39:51.684 INFO O| Done
37262024-09-16T16:39:53.223Z[ recovery-image] Sep 16 16:39:51.702 INFO O| Sep 16 16:39:51.702 INFO O| Done
37272024-09-16T16:39:53.419Z[ recovery-image] Sep 16 16:39:51.898 INFO O| Sep 16 16:39:51.898 INFO STEP 14 (pkg_install) COMPLETE
37282024-09-16T16:39:53.419Z[ recovery-image] Sep 16 16:39:51.898 INFO O| Sep 16 16:39:51.898 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37292024-09-16T16:39:53.424Z[ recovery-image] Sep 16 16:39:51.898 INFO O| Sep 16 16:39:51.898 INFO skip step because feature "mfg" is not enabled
37302024-09-16T16:39:53.424Z[ recovery-image] Sep 16 16:39:51.898 INFO O| Sep 16 16:39:51.898 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37312024-09-16T16:39:53.424Z[ recovery-image] Sep 16 16:39:51.898 INFO O| Sep 16 16:39:51.898 INFO skip step because feature "compliance" is not enabled
37322024-09-16T16:39:53.424Z[ recovery-image] Sep 16 16:39:51.898 INFO O| Sep 16 16:39:51.898 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37332024-09-16T16:39:53.424Z[ recovery-image] Sep 16 16:39:51.898 INFO O| Sep 16 16:39:51.898 INFO skip step because feature "stress" is not enabled
37342024-09-16T16:39:53.424Z[ recovery-image] Sep 16 16:39:51.898 INFO O| Sep 16 16:39:51.898 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37352024-09-16T16:39:53.424Z[ recovery-image] Sep 16 16:39:51.898 INFO O| Sep 16 16:39:51.898 INFO skip step because feature "nfs" is not enabled
37362024-09-16T16:39:53.424Z[ recovery-image] Sep 16 16:39:51.898 INFO O| Sep 16 16:39:51.898 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37372024-09-16T16:39:53.424Z[ recovery-image] Sep 16 16:39:51.898 INFO O| Sep 16 16:39:51.898 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37382024-09-16T16:39:53.424Z[ host-image] Sep 16 16:39:51.900 INFO O| Sep 16 16:39:51.900 INFO O| Done
37392024-09-16T16:39:53.424Z[ host-image] Sep 16 16:39:51.900 INFO O| Sep 16 16:39:51.900 INFO O| Done
37402024-09-16T16:39:53.488Z[ recovery-image] Sep 16 16:39:51.967 INFO O| Sep 16 16:39:51.967 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37412024-09-16T16:39:53.646Z[ recovery-image] Sep 16 16:39:52.125 INFO O| Sep 16 16:39:52.125 INFO completed processing gimlet/ramdisk-01-os
37422024-09-16T16:39:53.649Z[ recovery-image] Sep 16 16:39:52.128 INFO image builder template: ramdisk-02-trim...
37432024-09-16T16:39:53.652Z[ recovery-image] Sep 16 16:39:52.129 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/.tmpUveaVA/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
37442024-09-16T16:39:53.687Z[ recovery-image] Sep 16 16:39:52.167 INFO O| Sep 16 16:39:52.166 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37452024-09-16T16:39:53.709Z[ recovery-image] Sep 16 16:39:52.188 INFO O| Sep 16 16:39:52.188 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37462024-09-16T16:39:53.820Z[ recovery-image] Sep 16 16:39:52.299 INFO O| Sep 16 16:39:52.299 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37472024-09-16T16:39:53.997Z[ recovery-image] Sep 16 16:39:52.418 INFO O| Sep 16 16:39:52.418 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37482024-09-16T16:39:53.998Z[ recovery-image] Sep 16 16:39:52.419 INFO O| Sep 16 16:39:52.418 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37492024-09-16T16:39:53.998Z[ recovery-image] Sep 16 16:39:52.426 INFO O| Sep 16 16:39:52.426 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37502024-09-16T16:39:53.998Z[ recovery-image] Sep 16 16:39:52.432 INFO O| Sep 16 16:39:52.432 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37512024-09-16T16:39:53.998Z[ recovery-image] Sep 16 16:39:52.439 INFO O| Sep 16 16:39:52.439 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37522024-09-16T16:39:54.171Z[ recovery-image] Sep 16 16:39:52.650 INFO O| Sep 16 16:39:52.650 INFO rolled back to input snapshot; work may begin
37532024-09-16T16:39:54.171Z[ recovery-image] Sep 16 16:39:52.650 INFO O| Sep 16 16:39:52.650 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37542024-09-16T16:39:54.179Z[ recovery-image] Sep 16 16:39:52.658 INFO O| Sep 16 16:39:52.658 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37552024-09-16T16:39:54.198Z[ recovery-image] Sep 16 16:39:52.678 INFO O| Sep 16 16:39:52.677 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37562024-09-16T16:39:54.260Z[ host-image] Sep 16 16:39:52.739 INFO O| Sep 16 16:39:52.739 INFO O| Done
37572024-09-16T16:39:54.301Z[ recovery-image] Sep 16 16:39:52.779 INFO O| Sep 16 16:39:52.779 INFO STEP 0 (remove_files) COMPLETE
37582024-09-16T16:39:54.301Z[ recovery-image] Sep 16 16:39:52.779 INFO O| Sep 16 16:39:52.779 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-09-16T16:39:54.373Z[ recovery-image] Sep 16 16:39:52.852 INFO O| Sep 16 16:39:52.852 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37602024-09-16T16:39:54.376Z[ recovery-image] Sep 16 16:39:52.855 INFO O| Sep 16 16:39:52.854 INFO STEP 1 (remove_files) COMPLETE
37612024-09-16T16:39:54.376Z[ recovery-image] Sep 16 16:39:52.855 INFO O| Sep 16 16:39:52.854 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-09-16T16:39:54.392Z[ recovery-image] Sep 16 16:39:52.872 INFO O| Sep 16 16:39:52.871 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37632024-09-16T16:39:54.412Z[ recovery-image] Sep 16 16:39:52.891 INFO O| Sep 16 16:39:52.890 INFO STEP 2 (remove_files) COMPLETE
37642024-09-16T16:39:54.412Z[ recovery-image] Sep 16 16:39:52.891 INFO O| Sep 16 16:39:52.890 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37652024-09-16T16:39:54.453Z[ recovery-image] Sep 16 16:39:52.932 INFO O| Sep 16 16:39:52.931 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37662024-09-16T16:39:54.455Z[ recovery-image] Sep 16 16:39:52.935 INFO O| Sep 16 16:39:52.934 INFO STEP 3 (remove_files) COMPLETE
37672024-09-16T16:39:54.455Z[ recovery-image] Sep 16 16:39:52.935 INFO O| Sep 16 16:39:52.934 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-09-16T16:39:54.484Z[ recovery-image] Sep 16 16:39:52.963 INFO O| Sep 16 16:39:52.963 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37692024-09-16T16:39:54.490Z[ recovery-image] Sep 16 16:39:52.969 INFO O| Sep 16 16:39:52.969 INFO STEP 4 (remove_files) COMPLETE
37702024-09-16T16:39:54.490Z[ recovery-image] Sep 16 16:39:52.969 INFO O| Sep 16 16:39:52.969 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-09-16T16:39:54.539Z[ recovery-image] Sep 16 16:39:53.018 INFO O| Sep 16 16:39:53.018 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37722024-09-16T16:39:54.541Z[ recovery-image] Sep 16 16:39:53.018 INFO O| Sep 16 16:39:53.018 INFO STEP 5 (remove_files) COMPLETE
37732024-09-16T16:39:54.541Z[ recovery-image] Sep 16 16:39:53.018 INFO O| Sep 16 16:39:53.018 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37742024-09-16T16:39:54.556Z[ recovery-image] Sep 16 16:39:53.035 INFO O| Sep 16 16:39:53.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37752024-09-16T16:39:54.579Z[ recovery-image] Sep 16 16:39:53.052 INFO O| Sep 16 16:39:53.052 INFO STEP 6 (remove_files) COMPLETE
37762024-09-16T16:39:54.579Z[ recovery-image] Sep 16 16:39:53.052 INFO O| Sep 16 16:39:53.052 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-09-16T16:39:54.579Z[ recovery-image] Sep 16 16:39:53.052 INFO O| Sep 16 16:39:53.052 INFO skip step because feature "recovery" is enabled
37782024-09-16T16:39:54.579Z[ recovery-image] Sep 16 16:39:53.052 INFO O| Sep 16 16:39:53.052 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-09-16T16:39:54.580Z[ recovery-image] Sep 16 16:39:53.052 INFO O| Sep 16 16:39:53.052 INFO skip step because feature "recovery" is enabled
37802024-09-16T16:39:54.580Z[ recovery-image] Sep 16 16:39:53.052 INFO O| Sep 16 16:39:53.052 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-09-16T16:39:54.580Z[ recovery-image] Sep 16 16:39:53.052 INFO O| Sep 16 16:39:53.052 INFO skip step because feature "recovery" is enabled
37822024-09-16T16:39:54.580Z[ recovery-image] Sep 16 16:39:53.052 INFO O| Sep 16 16:39:53.052 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-09-16T16:39:54.648Z[ recovery-image] Sep 16 16:39:53.127 INFO O| Sep 16 16:39:53.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37842024-09-16T16:39:54.654Z[ recovery-image] Sep 16 16:39:53.133 INFO O| Sep 16 16:39:53.133 INFO STEP 10 (remove_files) COMPLETE
37852024-09-16T16:39:54.656Z[ recovery-image] Sep 16 16:39:53.133 INFO O| Sep 16 16:39:53.133 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-09-16T16:39:54.712Z[ recovery-image] Sep 16 16:39:53.190 INFO O| Sep 16 16:39:53.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37872024-09-16T16:39:54.714Z[ recovery-image] Sep 16 16:39:53.191 INFO O| Sep 16 16:39:53.191 INFO STEP 11 (remove_files) COMPLETE
37882024-09-16T16:39:54.714Z[ recovery-image] Sep 16 16:39:53.191 INFO O| Sep 16 16:39:53.191 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37892024-09-16T16:39:54.731Z[ recovery-image] Sep 16 16:39:53.209 INFO O| Sep 16 16:39:53.209 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37902024-09-16T16:39:54.733Z[ recovery-image] Sep 16 16:39:53.211 INFO O| Sep 16 16:39:53.211 INFO STEP 12 (remove_files) COMPLETE
37912024-09-16T16:39:54.734Z[ recovery-image] Sep 16 16:39:53.211 INFO O| Sep 16 16:39:53.211 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-09-16T16:39:54.929Z[ recovery-image] Sep 16 16:39:53.408 INFO O| Sep 16 16:39:53.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37932024-09-16T16:39:54.932Z[ recovery-image] Sep 16 16:39:53.410 INFO O| Sep 16 16:39:53.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37942024-09-16T16:39:54.935Z[ recovery-image] Sep 16 16:39:53.414 INFO O| Sep 16 16:39:53.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37952024-09-16T16:39:54.941Z[ recovery-image] Sep 16 16:39:53.420 INFO O| Sep 16 16:39:53.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37962024-09-16T16:39:55.176Z[ recovery-image] Sep 16 16:39:53.655 INFO O| Sep 16 16:39:53.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37972024-09-16T16:39:55.179Z[ recovery-image] Sep 16 16:39:53.656 INFO O| Sep 16 16:39:53.655 INFO STEP 13 (remove_files) COMPLETE
37982024-09-16T16:39:55.179Z[ recovery-image] Sep 16 16:39:53.656 INFO O| Sep 16 16:39:53.656 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-09-16T16:39:55.202Z[ recovery-image] Sep 16 16:39:53.681 INFO O| Sep 16 16:39:53.681 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38002024-09-16T16:39:55.205Z[ recovery-image] Sep 16 16:39:53.684 INFO O| Sep 16 16:39:53.684 INFO STEP 14 (remove_files) COMPLETE
38012024-09-16T16:39:55.207Z[ recovery-image] Sep 16 16:39:53.684 INFO O| Sep 16 16:39:53.684 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38022024-09-16T16:39:55.247Z[ recovery-image] Sep 16 16:39:53.726 INFO O| Sep 16 16:39:53.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38032024-09-16T16:39:55.258Z[ recovery-image] Sep 16 16:39:53.737 INFO O| Sep 16 16:39:53.736 INFO STEP 15 (remove_files) COMPLETE
38042024-09-16T16:39:55.258Z[ recovery-image] Sep 16 16:39:53.737 INFO O| Sep 16 16:39:53.736 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38052024-09-16T16:39:55.279Z[ recovery-image] Sep 16 16:39:53.758 INFO O| Sep 16 16:39:53.758 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38062024-09-16T16:39:55.282Z[ recovery-image] Sep 16 16:39:53.759 INFO O| Sep 16 16:39:53.759 INFO STEP 16 (remove_files) COMPLETE
38072024-09-16T16:39:55.282Z[ recovery-image] Sep 16 16:39:53.759 INFO O| Sep 16 16:39:53.759 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38082024-09-16T16:39:55.300Z[ recovery-image] Sep 16 16:39:53.779 INFO O| Sep 16 16:39:53.779 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
38092024-09-16T16:39:55.303Z[ recovery-image] Sep 16 16:39:53.782 INFO O| Sep 16 16:39:53.782 INFO STEP 17 (remove_files) COMPLETE
38102024-09-16T16:39:55.303Z[ recovery-image] Sep 16 16:39:53.782 INFO O| Sep 16 16:39:53.782 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38112024-09-16T16:39:55.338Z[ recovery-image] Sep 16 16:39:53.817 INFO O| Sep 16 16:39:53.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
38122024-09-16T16:39:55.338Z[ recovery-image] Sep 16 16:39:53.817 INFO O| Sep 16 16:39:53.817 INFO STEP 18 (remove_files) COMPLETE
38132024-09-16T16:39:55.338Z[ recovery-image] Sep 16 16:39:53.817 INFO O| Sep 16 16:39:53.817 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38142024-09-16T16:39:55.358Z[ recovery-image] Sep 16 16:39:53.837 INFO O| Sep 16 16:39:53.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
38152024-09-16T16:39:55.358Z[ recovery-image] Sep 16 16:39:53.837 INFO O| Sep 16 16:39:53.837 INFO STEP 19 (remove_files) COMPLETE
38162024-09-16T16:39:55.361Z[ recovery-image] Sep 16 16:39:53.837 INFO O| Sep 16 16:39:53.837 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38172024-09-16T16:39:55.377Z[ recovery-image] Sep 16 16:39:53.856 INFO O| Sep 16 16:39:53.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
38182024-09-16T16:39:55.377Z[ recovery-image] Sep 16 16:39:53.856 INFO O| Sep 16 16:39:53.856 INFO STEP 20 (remove_files) COMPLETE
38192024-09-16T16:39:55.380Z[ recovery-image] Sep 16 16:39:53.856 INFO O| Sep 16 16:39:53.856 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38202024-09-16T16:39:55.414Z[ recovery-image] Sep 16 16:39:53.893 INFO O| Sep 16 16:39:53.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
38212024-09-16T16:39:55.414Z[ recovery-image] Sep 16 16:39:53.893 INFO O| Sep 16 16:39:53.893 INFO STEP 21 (remove_files) COMPLETE
38222024-09-16T16:39:55.414Z[ recovery-image] Sep 16 16:39:53.893 INFO O| Sep 16 16:39:53.893 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38232024-09-16T16:39:55.434Z[ recovery-image] Sep 16 16:39:53.914 INFO O| Sep 16 16:39:53.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
38242024-09-16T16:39:55.435Z[ recovery-image] Sep 16 16:39:53.914 INFO O| Sep 16 16:39:53.914 INFO STEP 22 (remove_files) COMPLETE
38252024-09-16T16:39:55.437Z[ recovery-image] Sep 16 16:39:53.914 INFO O| Sep 16 16:39:53.914 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38262024-09-16T16:39:55.453Z[ recovery-image] Sep 16 16:39:53.932 INFO O| Sep 16 16:39:53.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
38272024-09-16T16:39:55.453Z[ recovery-image] Sep 16 16:39:53.932 INFO O| Sep 16 16:39:53.932 INFO STEP 23 (remove_files) COMPLETE
38282024-09-16T16:39:55.456Z[ recovery-image] Sep 16 16:39:53.933 INFO O| Sep 16 16:39:53.932 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38292024-09-16T16:39:55.491Z[ recovery-image] Sep 16 16:39:53.970 INFO O| Sep 16 16:39:53.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
38302024-09-16T16:39:55.491Z[ recovery-image] Sep 16 16:39:53.970 INFO O| Sep 16 16:39:53.970 INFO STEP 24 (remove_files) COMPLETE
38312024-09-16T16:39:55.491Z[ recovery-image] Sep 16 16:39:53.970 INFO O| Sep 16 16:39:53.970 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38322024-09-16T16:39:55.532Z[ recovery-image] Sep 16 16:39:54.011 INFO O| Sep 16 16:39:54.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38332024-09-16T16:39:55.535Z[ recovery-image] Sep 16 16:39:54.011 INFO O| Sep 16 16:39:54.011 INFO STEP 25 (remove_files) COMPLETE
38342024-09-16T16:39:55.535Z[ recovery-image] Sep 16 16:39:54.011 INFO O| Sep 16 16:39:54.011 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38352024-09-16T16:39:55.566Z[ recovery-image] Sep 16 16:39:54.045 INFO O| Sep 16 16:39:54.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38362024-09-16T16:39:55.569Z[ recovery-image] Sep 16 16:39:54.046 INFO O| Sep 16 16:39:54.045 INFO STEP 26 (remove_files) COMPLETE
38372024-09-16T16:39:55.569Z[ recovery-image] Sep 16 16:39:54.046 INFO O| Sep 16 16:39:54.045 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38382024-09-16T16:39:55.624Z[ recovery-image] Sep 16 16:39:54.070 INFO O| Sep 16 16:39:54.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38392024-09-16T16:39:55.624Z[ recovery-image] Sep 16 16:39:54.070 INFO O| Sep 16 16:39:54.070 INFO STEP 27 (remove_files) COMPLETE
38402024-09-16T16:39:55.624Z[ recovery-image] Sep 16 16:39:54.070 INFO O| Sep 16 16:39:54.070 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38412024-09-16T16:39:55.624Z[ recovery-image] Sep 16 16:39:54.090 INFO O| Sep 16 16:39:54.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38422024-09-16T16:39:55.624Z[ recovery-image] Sep 16 16:39:54.090 INFO O| Sep 16 16:39:54.090 INFO STEP 28 (remove_files) COMPLETE
38432024-09-16T16:39:55.624Z[ recovery-image] Sep 16 16:39:54.090 INFO O| Sep 16 16:39:54.090 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38442024-09-16T16:39:55.629Z[ recovery-image] Sep 16 16:39:54.108 INFO O| Sep 16 16:39:54.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38452024-09-16T16:39:55.629Z[ recovery-image] Sep 16 16:39:54.108 INFO O| Sep 16 16:39:54.108 INFO STEP 29 (remove_files) COMPLETE
38462024-09-16T16:39:55.632Z[ recovery-image] Sep 16 16:39:54.108 INFO O| Sep 16 16:39:54.108 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38472024-09-16T16:39:55.695Z[ recovery-image] Sep 16 16:39:54.156 INFO O| Sep 16 16:39:54.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38482024-09-16T16:39:55.695Z[ recovery-image] Sep 16 16:39:54.156 INFO O| Sep 16 16:39:54.156 INFO STEP 30 (remove_files) COMPLETE
38492024-09-16T16:39:55.697Z[ recovery-image] Sep 16 16:39:54.156 INFO O| Sep 16 16:39:54.156 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38502024-09-16T16:39:55.697Z[ recovery-image] Sep 16 16:39:54.174 INFO O| Sep 16 16:39:54.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38512024-09-16T16:39:55.697Z[ recovery-image] Sep 16 16:39:54.175 INFO O| Sep 16 16:39:54.175 INFO STEP 31 (remove_files) COMPLETE
38522024-09-16T16:39:55.697Z[ recovery-image] Sep 16 16:39:54.175 INFO O| Sep 16 16:39:54.175 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38532024-09-16T16:39:55.713Z[ recovery-image] Sep 16 16:39:54.192 INFO O| Sep 16 16:39:54.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38542024-09-16T16:39:55.715Z[ recovery-image] Sep 16 16:39:54.192 INFO O| Sep 16 16:39:54.192 INFO STEP 32 (remove_files) COMPLETE
38552024-09-16T16:39:55.715Z[ recovery-image] Sep 16 16:39:54.192 INFO O| Sep 16 16:39:54.192 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38562024-09-16T16:39:55.730Z[ recovery-image] Sep 16 16:39:54.209 INFO O| Sep 16 16:39:54.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38572024-09-16T16:39:55.732Z[ recovery-image] Sep 16 16:39:54.209 INFO O| Sep 16 16:39:54.209 INFO STEP 33 (remove_files) COMPLETE
38582024-09-16T16:39:55.732Z[ recovery-image] Sep 16 16:39:54.209 INFO O| Sep 16 16:39:54.209 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38592024-09-16T16:39:55.762Z[ recovery-image] Sep 16 16:39:54.241 INFO O| Sep 16 16:39:54.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38602024-09-16T16:39:55.763Z[ recovery-image] Sep 16 16:39:54.242 INFO O| Sep 16 16:39:54.242 INFO STEP 34 (remove_files) COMPLETE
38612024-09-16T16:39:55.765Z[ recovery-image] Sep 16 16:39:54.242 INFO O| Sep 16 16:39:54.242 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38622024-09-16T16:39:55.782Z[ recovery-image] Sep 16 16:39:54.259 INFO O| Sep 16 16:39:54.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38632024-09-16T16:39:55.782Z[ recovery-image] Sep 16 16:39:54.259 INFO O| Sep 16 16:39:54.259 INFO STEP 35 (remove_files) COMPLETE
38642024-09-16T16:39:55.782Z[ recovery-image] Sep 16 16:39:54.259 INFO O| Sep 16 16:39:54.259 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38652024-09-16T16:39:55.844Z[ recovery-image] Sep 16 16:39:54.323 INFO O| Sep 16 16:39:54.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38662024-09-16T16:39:55.844Z[ recovery-image] Sep 16 16:39:54.323 INFO O| Sep 16 16:39:54.295 INFO STEP 36 (remove_files) COMPLETE
38672024-09-16T16:39:55.847Z[ recovery-image] Sep 16 16:39:54.323 INFO O| Sep 16 16:39:54.295 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38682024-09-16T16:39:55.847Z[ recovery-image] Sep 16 16:39:54.323 INFO O| Sep 16 16:39:54.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38692024-09-16T16:39:55.847Z[ recovery-image] Sep 16 16:39:54.323 INFO O| Sep 16 16:39:54.314 INFO STEP 37 (remove_files) COMPLETE
38702024-09-16T16:39:55.847Z[ recovery-image] Sep 16 16:39:54.323 INFO O| Sep 16 16:39:54.314 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38712024-09-16T16:39:55.854Z[ recovery-image] Sep 16 16:39:54.333 INFO O| Sep 16 16:39:54.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38722024-09-16T16:39:55.857Z[ recovery-image] Sep 16 16:39:54.333 INFO O| Sep 16 16:39:54.333 INFO STEP 38 (remove_files) COMPLETE
38732024-09-16T16:39:55.857Z[ recovery-image] Sep 16 16:39:54.334 INFO O| Sep 16 16:39:54.334 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-09-16T16:39:55.873Z[ recovery-image] Sep 16 16:39:54.352 INFO O| Sep 16 16:39:54.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38752024-09-16T16:39:55.875Z[ recovery-image] Sep 16 16:39:54.352 INFO O| Sep 16 16:39:54.352 INFO STEP 39 (remove_files) COMPLETE
38762024-09-16T16:39:55.875Z[ recovery-image] Sep 16 16:39:54.352 INFO O| Sep 16 16:39:54.352 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-09-16T16:39:55.891Z[ recovery-image] Sep 16 16:39:54.370 INFO O| Sep 16 16:39:54.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38782024-09-16T16:39:55.893Z[ recovery-image] Sep 16 16:39:54.370 INFO O| Sep 16 16:39:54.370 INFO STEP 40 (remove_files) COMPLETE
38792024-09-16T16:39:55.893Z[ recovery-image] Sep 16 16:39:54.370 INFO O| Sep 16 16:39:54.370 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38802024-09-16T16:39:55.951Z[ recovery-image] Sep 16 16:39:54.430 INFO O| Sep 16 16:39:54.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38812024-09-16T16:39:55.953Z[ recovery-image] Sep 16 16:39:54.430 INFO O| Sep 16 16:39:54.430 INFO STEP 41 (remove_files) COMPLETE
38822024-09-16T16:39:55.953Z[ recovery-image] Sep 16 16:39:54.430 INFO O| Sep 16 16:39:54.430 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-09-16T16:39:55.993Z[ recovery-image] Sep 16 16:39:54.471 INFO O| Sep 16 16:39:54.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38842024-09-16T16:39:55.995Z[ recovery-image] Sep 16 16:39:54.472 INFO O| Sep 16 16:39:54.472 INFO STEP 42 (remove_files) COMPLETE
38852024-09-16T16:39:55.995Z[ recovery-image] Sep 16 16:39:54.472 INFO O| Sep 16 16:39:54.472 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38862024-09-16T16:39:56.013Z[ recovery-image] Sep 16 16:39:54.492 INFO O| Sep 16 16:39:54.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38872024-09-16T16:39:56.013Z[ recovery-image] Sep 16 16:39:54.492 INFO O| Sep 16 16:39:54.492 INFO STEP 43 (remove_files) COMPLETE
38882024-09-16T16:39:56.016Z[ recovery-image] Sep 16 16:39:54.492 INFO O| Sep 16 16:39:54.492 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-09-16T16:39:56.038Z[ recovery-image] Sep 16 16:39:54.517 INFO O| Sep 16 16:39:54.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38902024-09-16T16:39:56.041Z[ recovery-image] Sep 16 16:39:54.517 INFO O| Sep 16 16:39:54.517 INFO STEP 44 (remove_files) COMPLETE
38912024-09-16T16:39:56.041Z[ recovery-image] Sep 16 16:39:54.517 INFO O| Sep 16 16:39:54.517 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-09-16T16:39:56.056Z[ recovery-image] Sep 16 16:39:54.533 INFO O| Sep 16 16:39:54.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38932024-09-16T16:39:56.056Z[ recovery-image] Sep 16 16:39:54.534 INFO O| Sep 16 16:39:54.533 INFO STEP 45 (remove_files) COMPLETE
38942024-09-16T16:39:56.056Z[ recovery-image] Sep 16 16:39:54.534 INFO O| Sep 16 16:39:54.533 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38952024-09-16T16:39:56.070Z[ recovery-image] Sep 16 16:39:54.550 INFO O| Sep 16 16:39:54.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38962024-09-16T16:39:56.071Z[ recovery-image] Sep 16 16:39:54.550 INFO O| Sep 16 16:39:54.550 INFO STEP 46 (remove_files) COMPLETE
38972024-09-16T16:39:56.071Z[ recovery-image] Sep 16 16:39:54.550 INFO O| Sep 16 16:39:54.550 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-09-16T16:39:56.086Z[ recovery-image] Sep 16 16:39:54.565 INFO O| Sep 16 16:39:54.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38992024-09-16T16:39:56.086Z[ recovery-image] Sep 16 16:39:54.566 INFO O| Sep 16 16:39:54.565 INFO STEP 47 (remove_files) COMPLETE
39002024-09-16T16:39:56.087Z[ recovery-image] Sep 16 16:39:54.566 INFO O| Sep 16 16:39:54.566 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-09-16T16:39:56.173Z[ recovery-image] Sep 16 16:39:54.652 INFO O| Sep 16 16:39:54.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39022024-09-16T16:39:56.173Z[ recovery-image] Sep 16 16:39:54.652 INFO O| Sep 16 16:39:54.652 INFO STEP 48 (remove_files) COMPLETE
39032024-09-16T16:39:56.173Z[ recovery-image] Sep 16 16:39:54.652 INFO O| Sep 16 16:39:54.652 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39042024-09-16T16:39:56.191Z[ recovery-image] Sep 16 16:39:54.668 INFO O| Sep 16 16:39:54.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39052024-09-16T16:39:56.191Z[ recovery-image] Sep 16 16:39:54.669 INFO O| Sep 16 16:39:54.668 INFO STEP 49 (remove_files) COMPLETE
39062024-09-16T16:39:56.191Z[ recovery-image] Sep 16 16:39:54.669 INFO O| Sep 16 16:39:54.669 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-09-16T16:39:56.209Z[ recovery-image] Sep 16 16:39:54.688 INFO O| Sep 16 16:39:54.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39082024-09-16T16:39:56.209Z[ recovery-image] Sep 16 16:39:54.688 INFO O| Sep 16 16:39:54.688 INFO STEP 50 (remove_files) COMPLETE
39092024-09-16T16:39:56.212Z[ recovery-image] Sep 16 16:39:54.688 INFO O| Sep 16 16:39:54.688 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-09-16T16:39:56.256Z[ recovery-image] Sep 16 16:39:54.735 INFO O| Sep 16 16:39:54.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
39112024-09-16T16:39:56.258Z[ recovery-image] Sep 16 16:39:54.735 INFO O| Sep 16 16:39:54.735 INFO STEP 51 (remove_files) COMPLETE
39122024-09-16T16:39:56.259Z[ recovery-image] Sep 16 16:39:54.735 INFO O| Sep 16 16:39:54.735 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-09-16T16:39:56.273Z[ recovery-image] Sep 16 16:39:54.752 INFO O| Sep 16 16:39:54.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
39142024-09-16T16:39:56.275Z[ recovery-image] Sep 16 16:39:54.752 INFO O| Sep 16 16:39:54.752 INFO STEP 52 (remove_files) COMPLETE
39152024-09-16T16:39:56.275Z[ recovery-image] Sep 16 16:39:54.752 INFO O| Sep 16 16:39:54.752 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-09-16T16:39:56.290Z[ recovery-image] Sep 16 16:39:54.769 INFO O| Sep 16 16:39:54.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
39172024-09-16T16:39:56.293Z[ recovery-image] Sep 16 16:39:54.770 INFO O| Sep 16 16:39:54.770 INFO STEP 53 (remove_files) COMPLETE
39182024-09-16T16:39:56.293Z[ recovery-image] Sep 16 16:39:54.770 INFO O| Sep 16 16:39:54.770 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-09-16T16:39:56.346Z[ recovery-image] Sep 16 16:39:54.825 INFO O| Sep 16 16:39:54.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
39202024-09-16T16:39:56.349Z[ recovery-image] Sep 16 16:39:54.825 INFO O| Sep 16 16:39:54.825 INFO STEP 54 (remove_files) COMPLETE
39212024-09-16T16:39:56.349Z[ recovery-image] Sep 16 16:39:54.825 INFO O| Sep 16 16:39:54.825 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-09-16T16:39:56.375Z[ recovery-image] Sep 16 16:39:54.854 INFO O| Sep 16 16:39:54.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
39232024-09-16T16:39:56.378Z[ recovery-image] Sep 16 16:39:54.854 INFO O| Sep 16 16:39:54.854 INFO STEP 55 (remove_files) COMPLETE
39242024-09-16T16:39:56.378Z[ recovery-image] Sep 16 16:39:54.855 INFO O| Sep 16 16:39:54.854 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-09-16T16:39:56.394Z[ recovery-image] Sep 16 16:39:54.873 INFO O| Sep 16 16:39:54.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
39262024-09-16T16:39:56.397Z[ recovery-image] Sep 16 16:39:54.873 INFO O| Sep 16 16:39:54.873 INFO STEP 56 (remove_files) COMPLETE
39272024-09-16T16:39:56.397Z[ recovery-image] Sep 16 16:39:54.873 INFO O| Sep 16 16:39:54.873 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-09-16T16:39:56.412Z[ recovery-image] Sep 16 16:39:54.891 INFO O| Sep 16 16:39:54.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39292024-09-16T16:39:56.412Z[ recovery-image] Sep 16 16:39:54.891 INFO O| Sep 16 16:39:54.891 INFO STEP 57 (remove_files) COMPLETE
39302024-09-16T16:39:56.414Z[ recovery-image] Sep 16 16:39:54.891 INFO O| Sep 16 16:39:54.891 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-09-16T16:39:56.430Z[ recovery-image] Sep 16 16:39:54.909 INFO O| Sep 16 16:39:54.909 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39322024-09-16T16:39:56.433Z[ recovery-image] Sep 16 16:39:54.909 INFO O| Sep 16 16:39:54.909 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39332024-09-16T16:39:56.433Z[ recovery-image] Sep 16 16:39:54.910 INFO O| Sep 16 16:39:54.910 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39342024-09-16T16:39:56.433Z[ recovery-image] Sep 16 16:39:54.910 INFO O| Sep 16 16:39:54.910 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39352024-09-16T16:39:56.433Z[ recovery-image] Sep 16 16:39:54.910 INFO O| Sep 16 16:39:54.910 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39362024-09-16T16:39:56.433Z[ recovery-image] Sep 16 16:39:54.910 INFO O| Sep 16 16:39:54.910 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39372024-09-16T16:39:56.433Z[ recovery-image] Sep 16 16:39:54.910 INFO O| Sep 16 16:39:54.910 INFO ok!
39382024-09-16T16:39:56.433Z[ recovery-image] Sep 16 16:39:54.910 INFO O| Sep 16 16:39:54.910 INFO STEP 58 (ensure_file) COMPLETE
39392024-09-16T16:39:56.433Z[ recovery-image] Sep 16 16:39:54.910 INFO O| Sep 16 16:39:54.910 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-09-16T16:39:56.463Z[ recovery-image] Sep 16 16:39:54.942 INFO O| Sep 16 16:39:54.942 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39412024-09-16T16:39:56.463Z[ recovery-image] Sep 16 16:39:54.942 INFO O| Sep 16 16:39:54.942 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39422024-09-16T16:39:56.465Z[ recovery-image] Sep 16 16:39:54.942 INFO O| Sep 16 16:39:54.942 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39432024-09-16T16:39:56.466Z[ recovery-image] Sep 16 16:39:54.942 INFO O| Sep 16 16:39:54.942 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39442024-09-16T16:39:56.466Z[ recovery-image] Sep 16 16:39:54.942 INFO O| Sep 16 16:39:54.942 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39452024-09-16T16:39:56.466Z[ recovery-image] Sep 16 16:39:54.943 INFO O| Sep 16 16:39:54.943 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39462024-09-16T16:39:56.466Z[ recovery-image] Sep 16 16:39:54.943 INFO O| Sep 16 16:39:54.943 INFO ok!
39472024-09-16T16:39:56.466Z[ recovery-image] Sep 16 16:39:54.943 INFO O| Sep 16 16:39:54.943 INFO STEP 59 (ensure_file) COMPLETE
39482024-09-16T16:39:56.466Z[ recovery-image] Sep 16 16:39:54.943 INFO O| Sep 16 16:39:54.943 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-09-16T16:39:56.483Z[ recovery-image] Sep 16 16:39:54.962 INFO O| Sep 16 16:39:54.961 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39502024-09-16T16:39:56.483Z[ recovery-image] Sep 16 16:39:54.962 INFO O| Sep 16 16:39:54.962 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39512024-09-16T16:39:56.485Z[ recovery-image] Sep 16 16:39:54.962 INFO O| Sep 16 16:39:54.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39522024-09-16T16:39:56.485Z[ recovery-image] Sep 16 16:39:54.962 INFO O| Sep 16 16:39:54.962 INFO ok!
39532024-09-16T16:39:56.485Z[ recovery-image] Sep 16 16:39:54.962 INFO O| Sep 16 16:39:54.962 INFO STEP 60 (ensure_file) COMPLETE
39542024-09-16T16:39:56.485Z[ recovery-image] Sep 16 16:39:54.962 INFO O| Sep 16 16:39:54.962 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39552024-09-16T16:39:56.501Z[ recovery-image] Sep 16 16:39:54.980 INFO O| Sep 16 16:39:54.980 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39562024-09-16T16:39:56.501Z[ recovery-image] Sep 16 16:39:54.980 INFO O| Sep 16 16:39:54.980 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39572024-09-16T16:39:56.503Z[ recovery-image] Sep 16 16:39:54.980 INFO O| Sep 16 16:39:54.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39582024-09-16T16:39:56.503Z[ recovery-image] Sep 16 16:39:54.980 INFO O| Sep 16 16:39:54.980 INFO ok!
39592024-09-16T16:39:56.503Z[ recovery-image] Sep 16 16:39:54.980 INFO O| Sep 16 16:39:54.980 INFO STEP 61 (ensure_file) COMPLETE
39602024-09-16T16:39:56.503Z[ recovery-image] Sep 16 16:39:54.980 INFO O| Sep 16 16:39:54.980 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-09-16T16:39:56.519Z[ recovery-image] Sep 16 16:39:54.998 INFO O| Sep 16 16:39:54.998 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39622024-09-16T16:39:56.519Z[ recovery-image] Sep 16 16:39:54.998 INFO O| Sep 16 16:39:54.998 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39632024-09-16T16:39:56.525Z[ recovery-image] Sep 16 16:39:54.998 INFO O| Sep 16 16:39:54.998 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39642024-09-16T16:39:56.525Z[ recovery-image] Sep 16 16:39:54.998 INFO O| Sep 16 16:39:54.998 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39652024-09-16T16:39:56.525Z[ recovery-image] Sep 16 16:39:54.998 INFO O| Sep 16 16:39:54.998 INFO ok!
39662024-09-16T16:39:56.525Z[ recovery-image] Sep 16 16:39:54.999 INFO O| Sep 16 16:39:54.998 INFO STEP 62 (ensure_file) COMPLETE
39672024-09-16T16:39:56.525Z[ recovery-image] Sep 16 16:39:54.999 INFO O| Sep 16 16:39:54.999 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39682024-09-16T16:39:56.542Z[ recovery-image] Sep 16 16:39:55.021 INFO O| Sep 16 16:39:55.021 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39692024-09-16T16:39:56.542Z[ recovery-image] Sep 16 16:39:55.021 INFO O| Sep 16 16:39:55.021 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39702024-09-16T16:39:56.545Z[ recovery-image] Sep 16 16:39:55.021 INFO O| Sep 16 16:39:55.021 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39712024-09-16T16:39:56.545Z[ recovery-image] Sep 16 16:39:55.021 INFO O| Sep 16 16:39:55.021 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39722024-09-16T16:39:56.545Z[ recovery-image] Sep 16 16:39:55.021 INFO O| Sep 16 16:39:55.021 INFO ok!
39732024-09-16T16:39:56.545Z[ recovery-image] Sep 16 16:39:55.021 INFO O| Sep 16 16:39:55.021 INFO STEP 63 (ensure_file) COMPLETE
39742024-09-16T16:39:56.545Z[ recovery-image] Sep 16 16:39:55.021 INFO O| Sep 16 16:39:55.021 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39752024-09-16T16:39:56.563Z[ recovery-image] Sep 16 16:39:55.042 INFO O| Sep 16 16:39:55.042 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39762024-09-16T16:39:56.563Z[ recovery-image] Sep 16 16:39:55.042 INFO O| Sep 16 16:39:55.042 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39772024-09-16T16:39:56.566Z[ recovery-image] Sep 16 16:39:55.042 INFO O| Sep 16 16:39:55.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39782024-09-16T16:39:56.566Z[ recovery-image] Sep 16 16:39:55.042 INFO O| Sep 16 16:39:55.042 INFO ok!
39792024-09-16T16:39:56.566Z[ recovery-image] Sep 16 16:39:55.042 INFO O| Sep 16 16:39:55.042 INFO STEP 64 (assemble_files) COMPLETE
39802024-09-16T16:39:56.566Z[ recovery-image] Sep 16 16:39:55.042 INFO O| Sep 16 16:39:55.042 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39812024-09-16T16:39:56.583Z[ recovery-image] Sep 16 16:39:55.062 INFO O| Sep 16 16:39:55.062 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39822024-09-16T16:39:56.583Z[ recovery-image] Sep 16 16:39:55.062 INFO O| Sep 16 16:39:55.062 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39832024-09-16T16:39:56.586Z[ recovery-image] Sep 16 16:39:55.062 INFO O| Sep 16 16:39:55.062 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39842024-09-16T16:39:56.586Z[ recovery-image] Sep 16 16:39:55.062 INFO O| Sep 16 16:39:55.062 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39852024-09-16T16:39:56.586Z[ recovery-image] Sep 16 16:39:55.062 INFO O| Sep 16 16:39:55.062 INFO ok!
39862024-09-16T16:39:56.586Z[ recovery-image] Sep 16 16:39:55.062 INFO O| Sep 16 16:39:55.062 INFO STEP 65 (ensure_file) COMPLETE
39872024-09-16T16:39:56.586Z[ recovery-image] Sep 16 16:39:55.062 INFO O| Sep 16 16:39:55.062 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-09-16T16:39:56.586Z[ recovery-image] Sep 16 16:39:55.062 INFO O| Sep 16 16:39:55.062 INFO skip step because feature "omicron1" is not enabled
39892024-09-16T16:39:56.586Z[ recovery-image] Sep 16 16:39:55.062 INFO O| Sep 16 16:39:55.062 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39902024-09-16T16:39:56.586Z[ recovery-image] Sep 16 16:39:55.062 INFO O| Sep 16 16:39:55.062 INFO skip step because feature "omicron1" is not enabled
39912024-09-16T16:39:56.586Z[ recovery-image] Sep 16 16:39:55.062 INFO O| Sep 16 16:39:55.062 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39922024-09-16T16:39:56.586Z[ recovery-image] Sep 16 16:39:55.062 INFO O| Sep 16 16:39:55.062 INFO skip step because feature "omicron1" is not enabled
39932024-09-16T16:39:56.586Z[ recovery-image] Sep 16 16:39:55.062 INFO O| Sep 16 16:39:55.062 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39942024-09-16T16:39:56.675Z[ recovery-image] Sep 16 16:39:55.153 INFO O| Sep 16 16:39:55.153 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39952024-09-16T16:39:56.675Z[ recovery-image] Sep 16 16:39:55.153 INFO O| Sep 16 16:39:55.153 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39962024-09-16T16:39:56.779Z[ host-image] Sep 16 16:39:55.258 INFO O| Sep 16 16:39:55.258 INFO O| Done
39972024-09-16T16:39:56.815Z[ host-image] Sep 16 16:39:55.293 INFO O| Sep 16 16:39:55.293 INFO O| Done
39982024-09-16T16:39:56.815Z[ host-image] Sep 16 16:39:55.294 INFO O| Sep 16 16:39:55.294 INFO O| Done
39992024-09-16T16:39:56.839Z[ host-image] Sep 16 16:39:55.318 INFO O| Sep 16 16:39:55.318 INFO O| Done
40002024-09-16T16:39:57.009Z[ host-image] Sep 16 16:39:55.487 INFO O| Sep 16 16:39:55.487 INFO STEP 12 (pkg_install) COMPLETE
40012024-09-16T16:39:57.009Z[ host-image] Sep 16 16:39:55.487 INFO O| Sep 16 16:39:55.487 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40022024-09-16T16:39:57.026Z[ host-image] Sep 16 16:39:55.505 INFO O| Sep 16 16:39:55.505 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40032024-09-16T16:39:57.994Z[ host-image] Sep 16 16:39:56.472 INFO O| Sep 16 16:39:56.472 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40042024-09-16T16:39:59.583Z[ recovery-image] Sep 16 16:39:58.061 INFO O| Sep 16 16:39:58.061 INFO STEP 69 (pack_tar) COMPLETE
40052024-09-16T16:39:59.583Z[ recovery-image] Sep 16 16:39:58.062 INFO O| Sep 16 16:39:58.061 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40062024-09-16T16:39:59.586Z[ recovery-image] Sep 16 16:39:58.062 INFO O| Sep 16 16:39:58.061 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40072024-09-16T16:39:59.744Z[ recovery-image] Sep 16 16:39:58.222 INFO O| Sep 16 16:39:58.222 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40082024-09-16T16:39:59.869Z[ recovery-image] Sep 16 16:39:58.347 INFO O| Sep 16 16:39:58.347 INFO completed processing gimlet/ramdisk-02-trim
40092024-09-16T16:39:59.871Z[ recovery-image] Sep 16 16:39:58.350 INFO image builder template: ramdisk-03-recovery-trim...
40102024-09-16T16:39:59.874Z[ recovery-image] Sep 16 16:39:58.350 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/.tmpUveaVA/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
40112024-09-16T16:40:00.082Z[ recovery-image] Sep 16 16:39:58.560 INFO O| Sep 16 16:39:58.559 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40122024-09-16T16:40:00.103Z[ recovery-image] Sep 16 16:39:58.581 INFO O| Sep 16 16:39:58.581 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40132024-09-16T16:40:00.204Z[ recovery-image] Sep 16 16:39:58.682 INFO O| Sep 16 16:39:58.682 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
40142024-09-16T16:40:00.277Z[ recovery-image] Sep 16 16:39:58.755 INFO O| Sep 16 16:39:58.755 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40152024-09-16T16:40:00.280Z[ recovery-image] Sep 16 16:39:58.755 INFO O| Sep 16 16:39:58.755 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40162024-09-16T16:40:00.292Z[ recovery-image] Sep 16 16:39:58.770 INFO O| Sep 16 16:39:58.770 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
40172024-09-16T16:40:00.300Z[ recovery-image] Sep 16 16:39:58.778 INFO O| Sep 16 16:39:58.778 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40182024-09-16T16:40:00.332Z[ recovery-image] Sep 16 16:39:58.809 INFO O| Sep 16 16:39:58.809 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40192024-09-16T16:40:00.716Z[ recovery-image] Sep 16 16:39:59.194 INFO O| Sep 16 16:39:59.194 INFO rolled back to input snapshot; work may begin
40202024-09-16T16:40:00.716Z[ recovery-image] Sep 16 16:39:59.194 INFO O| Sep 16 16:39:59.194 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40212024-09-16T16:40:00.725Z[ recovery-image] Sep 16 16:39:59.203 INFO O| Sep 16 16:39:59.203 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40222024-09-16T16:40:00.743Z[ recovery-image] Sep 16 16:39:59.222 INFO O| Sep 16 16:39:59.221 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
40232024-09-16T16:40:00.832Z[ recovery-image] Sep 16 16:39:59.310 INFO O| Sep 16 16:39:59.310 INFO STEP 0 (remove_files) COMPLETE
40242024-09-16T16:40:00.832Z[ recovery-image] Sep 16 16:39:59.310 INFO O| Sep 16 16:39:59.310 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40252024-09-16T16:40:00.886Z[ recovery-image] Sep 16 16:39:59.364 INFO O| Sep 16 16:39:59.364 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
40262024-09-16T16:40:01.187Z[ recovery-image] Sep 16 16:39:59.665 INFO O| Sep 16 16:39:59.665 INFO STEP 1 (remove_files) COMPLETE
40272024-09-16T16:40:01.187Z[ recovery-image] Sep 16 16:39:59.665 INFO O| Sep 16 16:39:59.665 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40282024-09-16T16:40:01.190Z[ host-image] Sep 16 16:39:59.667 INFO O| Sep 16 16:39:59.667 INFO O| Planning: Solver setup ... Done
40292024-09-16T16:40:01.197Z[ host-image] Sep 16 16:39:59.675 INFO O| Sep 16 16:39:59.675 INFO O| Planning: Running solver ... Done
40302024-09-16T16:40:01.205Z[ recovery-image] Sep 16 16:39:59.684 INFO O| Sep 16 16:39:59.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40312024-09-16T16:40:01.208Z[ recovery-image] Sep 16 16:39:59.686 INFO O| Sep 16 16:39:59.686 INFO STEP 2 (remove_files) COMPLETE
40322024-09-16T16:40:01.212Z[ recovery-image] Sep 16 16:39:59.687 INFO O| Sep 16 16:39:59.686 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-09-16T16:40:01.242Z[ recovery-image] Sep 16 16:39:59.720 INFO O| Sep 16 16:39:59.720 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40342024-09-16T16:40:01.277Z[ host-image] Sep 16 16:39:59.756 INFO O| Sep 16 16:39:59.756 INFO O| Planning: Finding local manifests ... Done
40352024-09-16T16:40:01.280Z[ host-image] Sep 16 16:39:59.758 INFO O| Sep 16 16:39:59.758 INFO O| Planning: Fetching manifests: 0/6 0% complete
40362024-09-16T16:40:01.313Z[ recovery-image] Sep 16 16:39:59.791 INFO O| Sep 16 16:39:59.791 INFO STEP 3 (remove_files) COMPLETE
40372024-09-16T16:40:01.313Z[ recovery-image] Sep 16 16:39:59.791 INFO O| Sep 16 16:39:59.791 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-09-16T16:40:01.334Z[ recovery-image] Sep 16 16:39:59.812 INFO O| Sep 16 16:39:59.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40392024-09-16T16:40:01.396Z[ recovery-image] Sep 16 16:39:59.874 INFO O| Sep 16 16:39:59.874 INFO STEP 4 (remove_files) COMPLETE
40402024-09-16T16:40:01.396Z[ recovery-image] Sep 16 16:39:59.874 INFO O| Sep 16 16:39:59.874 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-09-16T16:40:01.437Z[ recovery-image] Sep 16 16:39:59.915 INFO O| Sep 16 16:39:59.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40422024-09-16T16:40:01.514Z[ recovery-image] Sep 16 16:39:59.991 INFO O| Sep 16 16:39:59.991 INFO STEP 5 (remove_files) COMPLETE
40432024-09-16T16:40:01.514Z[ recovery-image] Sep 16 16:39:59.991 INFO O| Sep 16 16:39:59.991 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-09-16T16:40:01.533Z[ recovery-image] Sep 16 16:40:00.011 INFO O| Sep 16 16:40:00.011 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40452024-09-16T16:40:01.569Z[ recovery-image] Sep 16 16:40:00.046 INFO O| Sep 16 16:40:00.046 INFO STEP 6 (remove_files) COMPLETE
40462024-09-16T16:40:01.569Z[ recovery-image] Sep 16 16:40:00.046 INFO O| Sep 16 16:40:00.046 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-09-16T16:40:01.597Z[ host-image] Sep 16 16:40:00.076 INFO O| Sep 16 16:40:00.075 INFO O| Planning: Fetching manifests: 6/6 100% complete
40482024-09-16T16:40:01.649Z[ host-image] Sep 16 16:40:00.127 INFO O| Sep 16 16:40:00.127 INFO O| Planning: Package planning ... Done
40492024-09-16T16:40:01.685Z[ host-image] Sep 16 16:40:00.164 INFO O| Sep 16 16:40:00.163 INFO O| Planning: Merging actions ... Done
40502024-09-16T16:40:01.729Z[ recovery-image] Sep 16 16:40:00.207 INFO O| Sep 16 16:40:00.207 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40512024-09-16T16:40:01.777Z[ recovery-image] Sep 16 16:40:00.255 INFO O| Sep 16 16:40:00.255 INFO STEP 7 (remove_files) COMPLETE
40522024-09-16T16:40:01.777Z[ recovery-image] Sep 16 16:40:00.255 INFO O| Sep 16 16:40:00.255 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-09-16T16:40:01.799Z[ recovery-image] Sep 16 16:40:00.277 INFO O| Sep 16 16:40:00.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40542024-09-16T16:40:01.836Z[ host-image] Sep 16 16:40:00.314 INFO O| Sep 16 16:40:00.314 INFO O| Planning: Checking for conflicting actions ... Done
40552024-09-16T16:40:01.891Z[ recovery-image] Sep 16 16:40:00.369 INFO O| Sep 16 16:40:00.369 INFO STEP 8 (remove_files) COMPLETE
40562024-09-16T16:40:01.891Z[ recovery-image] Sep 16 16:40:00.369 INFO O| Sep 16 16:40:00.369 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-09-16T16:40:01.897Z[ host-image] Sep 16 16:40:00.376 INFO O| Sep 16 16:40:00.375 INFO O| Planning: Consolidating action changes ... Done
40582024-09-16T16:40:01.912Z[ recovery-image] Sep 16 16:40:00.390 INFO O| Sep 16 16:40:00.390 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40592024-09-16T16:40:01.936Z[ recovery-image] Sep 16 16:40:00.414 INFO O| Sep 16 16:40:00.414 INFO STEP 9 (remove_files) COMPLETE
40602024-09-16T16:40:01.936Z[ recovery-image] Sep 16 16:40:00.414 INFO O| Sep 16 16:40:00.414 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-09-16T16:40:01.957Z[ recovery-image] Sep 16 16:40:00.435 INFO O| Sep 16 16:40:00.435 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40622024-09-16T16:40:02.062Z[ recovery-image] Sep 16 16:40:00.540 INFO O| Sep 16 16:40:00.540 INFO STEP 10 (remove_files) COMPLETE
40632024-09-16T16:40:02.062Z[ recovery-image] Sep 16 16:40:00.540 INFO O| Sep 16 16:40:00.540 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-09-16T16:40:02.138Z[ recovery-image] Sep 16 16:40:00.616 INFO O| Sep 16 16:40:00.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40652024-09-16T16:40:02.258Z[ recovery-image] Sep 16 16:40:00.735 INFO O| Sep 16 16:40:00.735 INFO STEP 11 (remove_files) COMPLETE
40662024-09-16T16:40:02.258Z[ recovery-image] Sep 16 16:40:00.735 INFO O| Sep 16 16:40:00.735 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-09-16T16:40:02.267Z[ host-image] Sep 16 16:40:00.745 INFO O| Sep 16 16:40:00.745 INFO O| Planning: Evaluating mediators ... Done
40682024-09-16T16:40:02.275Z[ host-image] Sep 16 16:40:00.752 INFO O| Sep 16 16:40:00.752 INFO O| Planning: Planning completed in 4.28 seconds
40692024-09-16T16:40:02.280Z[ host-image] Sep 16 16:40:00.755 INFO O| Sep 16 16:40:00.755 INFO O| Packages to install: 6
40702024-09-16T16:40:02.280Z[ host-image] Sep 16 16:40:00.755 INFO O| Sep 16 16:40:00.755 INFO O| Mediators to change: 1
40712024-09-16T16:40:02.280Z[ host-image] Sep 16 16:40:00.755 INFO O| Sep 16 16:40:00.755 INFO O| Services to change: 1
40722024-09-16T16:40:02.295Z[ recovery-image] Sep 16 16:40:00.773 INFO O| Sep 16 16:40:00.773 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40732024-09-16T16:40:02.302Z[ host-image] Sep 16 16:40:00.780 INFO O| Sep 16 16:40:00.780 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
40742024-09-16T16:40:02.342Z[ recovery-image] Sep 16 16:40:00.819 INFO O| Sep 16 16:40:00.819 INFO STEP 12 (remove_files) COMPLETE
40752024-09-16T16:40:02.342Z[ recovery-image] Sep 16 16:40:00.819 INFO O| Sep 16 16:40:00.819 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-09-16T16:40:02.379Z[ recovery-image] Sep 16 16:40:00.857 INFO O| Sep 16 16:40:00.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40772024-09-16T16:40:02.405Z[ recovery-image] Sep 16 16:40:00.882 INFO O| Sep 16 16:40:00.882 INFO STEP 13 (remove_files) COMPLETE
40782024-09-16T16:40:02.405Z[ recovery-image] Sep 16 16:40:00.882 INFO O| Sep 16 16:40:00.882 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-09-16T16:40:02.456Z[ recovery-image] Sep 16 16:40:00.934 INFO O| Sep 16 16:40:00.934 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40802024-09-16T16:40:02.478Z[ recovery-image] Sep 16 16:40:00.955 INFO O| Sep 16 16:40:00.955 INFO STEP 14 (remove_files) COMPLETE
40812024-09-16T16:40:02.478Z[ recovery-image] Sep 16 16:40:00.955 INFO O| Sep 16 16:40:00.955 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-09-16T16:40:02.495Z[ recovery-image] Sep 16 16:40:00.973 INFO O| Sep 16 16:40:00.973 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40832024-09-16T16:40:02.497Z[ recovery-image] Sep 16 16:40:00.974 INFO O| Sep 16 16:40:00.974 INFO STEP 15 (remove_files) COMPLETE
40842024-09-16T16:40:02.497Z[ recovery-image] Sep 16 16:40:00.974 INFO O| Sep 16 16:40:00.974 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-09-16T16:40:02.536Z[ recovery-image] Sep 16 16:40:01.013 INFO O| Sep 16 16:40:01.013 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40862024-09-16T16:40:02.625Z[ recovery-image] Sep 16 16:40:01.103 INFO O| Sep 16 16:40:01.103 INFO STEP 16 (remove_files) COMPLETE
40872024-09-16T16:40:02.625Z[ recovery-image] Sep 16 16:40:01.103 INFO O| Sep 16 16:40:01.103 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-09-16T16:40:02.646Z[ recovery-image] Sep 16 16:40:01.124 INFO O| Sep 16 16:40:01.124 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40892024-09-16T16:40:02.649Z[ recovery-image] Sep 16 16:40:01.125 INFO O| Sep 16 16:40:01.125 INFO STEP 17 (remove_files) COMPLETE
40902024-09-16T16:40:02.649Z[ recovery-image] Sep 16 16:40:01.125 INFO O| Sep 16 16:40:01.125 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-09-16T16:40:02.668Z[ recovery-image] Sep 16 16:40:01.146 INFO O| Sep 16 16:40:01.145 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40922024-09-16T16:40:02.670Z[ recovery-image] Sep 16 16:40:01.146 INFO O| Sep 16 16:40:01.146 INFO STEP 18 (remove_files) COMPLETE
40932024-09-16T16:40:02.671Z[ recovery-image] Sep 16 16:40:01.146 INFO O| Sep 16 16:40:01.146 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-09-16T16:40:02.687Z[ recovery-image] Sep 16 16:40:01.166 INFO O| Sep 16 16:40:01.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40952024-09-16T16:40:03.037Z[ recovery-image] Sep 16 16:40:01.515 INFO O| Sep 16 16:40:01.515 INFO STEP 19 (remove_files) COMPLETE
40962024-09-16T16:40:03.037Z[ recovery-image] Sep 16 16:40:01.515 INFO O| Sep 16 16:40:01.515 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-09-16T16:40:03.071Z[ recovery-image] Sep 16 16:40:01.549 INFO O| Sep 16 16:40:01.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40982024-09-16T16:40:03.115Z[ recovery-image] Sep 16 16:40:01.593 INFO O| Sep 16 16:40:01.593 INFO STEP 20 (remove_files) COMPLETE
40992024-09-16T16:40:03.115Z[ recovery-image] Sep 16 16:40:01.593 INFO O| Sep 16 16:40:01.593 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-09-16T16:40:03.137Z[ recovery-image] Sep 16 16:40:01.615 INFO O| Sep 16 16:40:01.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41012024-09-16T16:40:03.140Z[ recovery-image] Sep 16 16:40:01.616 INFO O| Sep 16 16:40:01.615 INFO STEP 21 (remove_files) COMPLETE
41022024-09-16T16:40:03.140Z[ recovery-image] Sep 16 16:40:01.616 INFO O| Sep 16 16:40:01.616 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-09-16T16:40:03.157Z[ recovery-image] Sep 16 16:40:01.635 INFO O| Sep 16 16:40:01.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41042024-09-16T16:40:03.159Z[ recovery-image] Sep 16 16:40:01.635 INFO O| Sep 16 16:40:01.635 INFO STEP 22 (remove_files) COMPLETE
41052024-09-16T16:40:03.159Z[ recovery-image] Sep 16 16:40:01.635 INFO O| Sep 16 16:40:01.635 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-09-16T16:40:03.188Z[ recovery-image] Sep 16 16:40:01.666 INFO O| Sep 16 16:40:01.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41072024-09-16T16:40:03.188Z[ recovery-image] Sep 16 16:40:01.666 INFO O| Sep 16 16:40:01.666 INFO STEP 23 (remove_files) COMPLETE
41082024-09-16T16:40:03.188Z[ recovery-image] Sep 16 16:40:01.666 INFO O| Sep 16 16:40:01.666 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41092024-09-16T16:40:03.212Z[ recovery-image] Sep 16 16:40:01.689 INFO O| Sep 16 16:40:01.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41102024-09-16T16:40:03.214Z[ recovery-image] Sep 16 16:40:01.690 INFO O| Sep 16 16:40:01.689 INFO STEP 24 (remove_files) COMPLETE
41112024-09-16T16:40:03.214Z[ recovery-image] Sep 16 16:40:01.690 INFO O| Sep 16 16:40:01.690 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41122024-09-16T16:40:03.245Z[ recovery-image] Sep 16 16:40:01.723 INFO O| Sep 16 16:40:01.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41132024-09-16T16:40:03.245Z[ recovery-image] Sep 16 16:40:01.723 INFO O| Sep 16 16:40:01.723 INFO STEP 25 (remove_files) COMPLETE
41142024-09-16T16:40:03.247Z[ recovery-image] Sep 16 16:40:01.723 INFO O| Sep 16 16:40:01.723 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-09-16T16:40:03.279Z[ recovery-image] Sep 16 16:40:01.757 INFO O| Sep 16 16:40:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41162024-09-16T16:40:03.282Z[ recovery-image] Sep 16 16:40:01.758 INFO O| Sep 16 16:40:01.758 INFO STEP 26 (remove_files) COMPLETE
41172024-09-16T16:40:03.282Z[ recovery-image] Sep 16 16:40:01.758 INFO O| Sep 16 16:40:01.758 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-09-16T16:40:03.298Z[ recovery-image] Sep 16 16:40:01.776 INFO O| Sep 16 16:40:01.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41192024-09-16T16:40:03.298Z[ recovery-image] Sep 16 16:40:01.776 INFO O| Sep 16 16:40:01.776 INFO STEP 27 (remove_files) COMPLETE
41202024-09-16T16:40:03.298Z[ recovery-image] Sep 16 16:40:01.776 INFO O| Sep 16 16:40:01.776 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-09-16T16:40:03.318Z[ recovery-image] Sep 16 16:40:01.795 INFO O| Sep 16 16:40:01.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41222024-09-16T16:40:03.339Z[ recovery-image] Sep 16 16:40:01.817 INFO O| Sep 16 16:40:01.817 INFO STEP 28 (remove_files) COMPLETE
41232024-09-16T16:40:03.339Z[ recovery-image] Sep 16 16:40:01.817 INFO O| Sep 16 16:40:01.817 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-09-16T16:40:03.372Z[ recovery-image] Sep 16 16:40:01.850 INFO O| Sep 16 16:40:01.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
41252024-09-16T16:40:03.396Z[ recovery-image] Sep 16 16:40:01.874 INFO O| Sep 16 16:40:01.874 INFO STEP 29 (remove_files) COMPLETE
41262024-09-16T16:40:03.396Z[ recovery-image] Sep 16 16:40:01.874 INFO O| Sep 16 16:40:01.874 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-09-16T16:40:03.428Z[ recovery-image] Sep 16 16:40:01.906 INFO O| Sep 16 16:40:01.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
41282024-09-16T16:40:03.428Z[ recovery-image] Sep 16 16:40:01.906 INFO O| Sep 16 16:40:01.906 INFO STEP 30 (remove_files) COMPLETE
41292024-09-16T16:40:03.428Z[ recovery-image] Sep 16 16:40:01.906 INFO O| Sep 16 16:40:01.906 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-09-16T16:40:03.464Z[ recovery-image] Sep 16 16:40:01.942 INFO O| Sep 16 16:40:01.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
41312024-09-16T16:40:03.464Z[ recovery-image] Sep 16 16:40:01.942 INFO O| Sep 16 16:40:01.942 INFO STEP 31 (remove_files) COMPLETE
41322024-09-16T16:40:03.464Z[ recovery-image] Sep 16 16:40:01.942 INFO O| Sep 16 16:40:01.942 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-09-16T16:40:03.482Z[ recovery-image] Sep 16 16:40:01.960 INFO O| Sep 16 16:40:01.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
41342024-09-16T16:40:03.502Z[ recovery-image] Sep 16 16:40:01.980 INFO O| Sep 16 16:40:01.980 INFO STEP 32 (remove_files) COMPLETE
41352024-09-16T16:40:03.502Z[ recovery-image] Sep 16 16:40:01.980 INFO O| Sep 16 16:40:01.980 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-09-16T16:40:03.545Z[ recovery-image] Sep 16 16:40:02.018 INFO O| Sep 16 16:40:02.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
41372024-09-16T16:40:03.545Z[ recovery-image] Sep 16 16:40:02.018 INFO O| Sep 16 16:40:02.018 INFO STEP 33 (remove_files) COMPLETE
41382024-09-16T16:40:03.545Z[ recovery-image] Sep 16 16:40:02.018 INFO O| Sep 16 16:40:02.018 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-09-16T16:40:03.561Z[ recovery-image] Sep 16 16:40:02.036 INFO O| Sep 16 16:40:02.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
41402024-09-16T16:40:03.561Z[ recovery-image] Sep 16 16:40:02.036 INFO O| Sep 16 16:40:02.036 INFO STEP 34 (remove_files) COMPLETE
41412024-09-16T16:40:03.563Z[ recovery-image] Sep 16 16:40:02.036 INFO O| Sep 16 16:40:02.036 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-09-16T16:40:03.577Z[ recovery-image] Sep 16 16:40:02.054 INFO O| Sep 16 16:40:02.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41432024-09-16T16:40:03.577Z[ recovery-image] Sep 16 16:40:02.054 INFO O| Sep 16 16:40:02.054 INFO STEP 35 (remove_files) COMPLETE
41442024-09-16T16:40:03.577Z[ recovery-image] Sep 16 16:40:02.054 INFO O| Sep 16 16:40:02.054 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-09-16T16:40:03.595Z[ recovery-image] Sep 16 16:40:02.073 INFO O| Sep 16 16:40:02.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41462024-09-16T16:40:03.598Z[ recovery-image] Sep 16 16:40:02.076 INFO O| Sep 16 16:40:02.076 INFO STEP 36 (remove_files) COMPLETE
41472024-09-16T16:40:03.598Z[ recovery-image] Sep 16 16:40:02.076 INFO O| Sep 16 16:40:02.076 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-09-16T16:40:03.642Z[ recovery-image] Sep 16 16:40:02.119 INFO O| Sep 16 16:40:02.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41492024-09-16T16:40:03.642Z[ recovery-image] Sep 16 16:40:02.119 INFO O| Sep 16 16:40:02.119 INFO STEP 37 (remove_files) COMPLETE
41502024-09-16T16:40:03.642Z[ recovery-image] Sep 16 16:40:02.119 INFO O| Sep 16 16:40:02.119 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-09-16T16:40:03.660Z[ recovery-image] Sep 16 16:40:02.137 INFO O| Sep 16 16:40:02.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41522024-09-16T16:40:03.660Z[ recovery-image] Sep 16 16:40:02.137 INFO O| Sep 16 16:40:02.137 INFO STEP 38 (remove_files) COMPLETE
41532024-09-16T16:40:03.660Z[ recovery-image] Sep 16 16:40:02.137 INFO O| Sep 16 16:40:02.137 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-09-16T16:40:03.678Z[ recovery-image] Sep 16 16:40:02.155 INFO O| Sep 16 16:40:02.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41552024-09-16T16:40:03.678Z[ recovery-image] Sep 16 16:40:02.155 INFO O| Sep 16 16:40:02.155 INFO STEP 39 (remove_files) COMPLETE
41562024-09-16T16:40:03.678Z[ recovery-image] Sep 16 16:40:02.155 INFO O| Sep 16 16:40:02.155 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-09-16T16:40:03.696Z[ recovery-image] Sep 16 16:40:02.174 INFO O| Sep 16 16:40:02.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41582024-09-16T16:40:03.696Z[ recovery-image] Sep 16 16:40:02.174 INFO O| Sep 16 16:40:02.174 INFO STEP 40 (remove_files) COMPLETE
41592024-09-16T16:40:03.696Z[ recovery-image] Sep 16 16:40:02.174 INFO O| Sep 16 16:40:02.174 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-09-16T16:40:03.715Z[ recovery-image] Sep 16 16:40:02.193 INFO O| Sep 16 16:40:02.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41612024-09-16T16:40:03.715Z[ recovery-image] Sep 16 16:40:02.193 INFO O| Sep 16 16:40:02.193 INFO STEP 41 (remove_files) COMPLETE
41622024-09-16T16:40:03.717Z[ recovery-image] Sep 16 16:40:02.193 INFO O| Sep 16 16:40:02.193 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-09-16T16:40:03.735Z[ recovery-image] Sep 16 16:40:02.212 INFO O| Sep 16 16:40:02.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41642024-09-16T16:40:03.735Z[ recovery-image] Sep 16 16:40:02.212 INFO O| Sep 16 16:40:02.212 INFO STEP 42 (remove_files) COMPLETE
41652024-09-16T16:40:03.737Z[ recovery-image] Sep 16 16:40:02.212 INFO O| Sep 16 16:40:02.212 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-09-16T16:40:03.755Z[ recovery-image] Sep 16 16:40:02.233 INFO O| Sep 16 16:40:02.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41672024-09-16T16:40:03.755Z[ recovery-image] Sep 16 16:40:02.233 INFO O| Sep 16 16:40:02.233 INFO STEP 43 (remove_files) COMPLETE
41682024-09-16T16:40:03.758Z[ recovery-image] Sep 16 16:40:02.233 INFO O| Sep 16 16:40:02.233 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-09-16T16:40:03.776Z[ recovery-image] Sep 16 16:40:02.252 INFO O| Sep 16 16:40:02.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41702024-09-16T16:40:03.776Z[ recovery-image] Sep 16 16:40:02.253 INFO O| Sep 16 16:40:02.253 INFO STEP 44 (remove_files) COMPLETE
41712024-09-16T16:40:03.778Z[ recovery-image] Sep 16 16:40:02.253 INFO O| Sep 16 16:40:02.253 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-09-16T16:40:03.794Z[ recovery-image] Sep 16 16:40:02.272 INFO O| Sep 16 16:40:02.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41732024-09-16T16:40:03.811Z[ recovery-image] Sep 16 16:40:02.289 INFO O| Sep 16 16:40:02.289 INFO STEP 45 (remove_files) COMPLETE
41742024-09-16T16:40:03.813Z[ recovery-image] Sep 16 16:40:02.289 INFO O| Sep 16 16:40:02.289 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-09-16T16:40:03.864Z[ recovery-image] Sep 16 16:40:02.342 INFO O| Sep 16 16:40:02.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41762024-09-16T16:40:03.864Z[ recovery-image] Sep 16 16:40:02.342 INFO O| Sep 16 16:40:02.342 INFO STEP 46 (remove_files) COMPLETE
41772024-09-16T16:40:03.867Z[ recovery-image] Sep 16 16:40:02.342 INFO O| Sep 16 16:40:02.342 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-09-16T16:40:03.883Z[ recovery-image] Sep 16 16:40:02.361 INFO O| Sep 16 16:40:02.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41792024-09-16T16:40:03.883Z[ recovery-image] Sep 16 16:40:02.361 INFO O| Sep 16 16:40:02.361 INFO STEP 47 (remove_files) COMPLETE
41802024-09-16T16:40:03.886Z[ recovery-image] Sep 16 16:40:02.361 INFO O| Sep 16 16:40:02.361 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-09-16T16:40:03.904Z[ recovery-image] Sep 16 16:40:02.381 INFO O| Sep 16 16:40:02.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41822024-09-16T16:40:03.904Z[ recovery-image] Sep 16 16:40:02.381 INFO O| Sep 16 16:40:02.381 INFO STEP 48 (remove_files) COMPLETE
41832024-09-16T16:40:03.904Z[ recovery-image] Sep 16 16:40:02.381 INFO O| Sep 16 16:40:02.381 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-09-16T16:40:03.921Z[ recovery-image] Sep 16 16:40:02.399 INFO O| Sep 16 16:40:02.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41852024-09-16T16:40:03.921Z[ recovery-image] Sep 16 16:40:02.399 INFO O| Sep 16 16:40:02.399 INFO STEP 49 (remove_files) COMPLETE
41862024-09-16T16:40:03.921Z[ recovery-image] Sep 16 16:40:02.399 INFO O| Sep 16 16:40:02.399 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-09-16T16:40:03.938Z[ recovery-image] Sep 16 16:40:02.416 INFO O| Sep 16 16:40:02.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41882024-09-16T16:40:03.938Z[ recovery-image] Sep 16 16:40:02.416 INFO O| Sep 16 16:40:02.416 INFO STEP 50 (remove_files) COMPLETE
41892024-09-16T16:40:03.938Z[ recovery-image] Sep 16 16:40:02.416 INFO O| Sep 16 16:40:02.416 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-09-16T16:40:03.967Z[ recovery-image] Sep 16 16:40:02.445 INFO O| Sep 16 16:40:02.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41912024-09-16T16:40:03.967Z[ recovery-image] Sep 16 16:40:02.445 INFO O| Sep 16 16:40:02.445 INFO STEP 51 (remove_files) COMPLETE
41922024-09-16T16:40:03.970Z[ recovery-image] Sep 16 16:40:02.445 INFO O| Sep 16 16:40:02.445 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-09-16T16:40:03.988Z[ recovery-image] Sep 16 16:40:02.466 INFO O| Sep 16 16:40:02.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41942024-09-16T16:40:03.988Z[ recovery-image] Sep 16 16:40:02.466 INFO O| Sep 16 16:40:02.466 INFO STEP 52 (remove_files) COMPLETE
41952024-09-16T16:40:03.989Z[ recovery-image] Sep 16 16:40:02.466 INFO O| Sep 16 16:40:02.466 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-09-16T16:40:04.007Z[ recovery-image] Sep 16 16:40:02.485 INFO O| Sep 16 16:40:02.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41972024-09-16T16:40:04.030Z[ recovery-image] Sep 16 16:40:02.508 INFO O| Sep 16 16:40:02.508 INFO STEP 53 (remove_files) COMPLETE
41982024-09-16T16:40:04.030Z[ recovery-image] Sep 16 16:40:02.508 INFO O| Sep 16 16:40:02.508 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-09-16T16:40:04.067Z[ recovery-image] Sep 16 16:40:02.545 INFO O| Sep 16 16:40:02.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42002024-09-16T16:40:04.093Z[ recovery-image] Sep 16 16:40:02.571 INFO O| Sep 16 16:40:02.571 INFO STEP 54 (remove_files) COMPLETE
42012024-09-16T16:40:04.093Z[ recovery-image] Sep 16 16:40:02.571 INFO O| Sep 16 16:40:02.571 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-09-16T16:40:04.127Z[ recovery-image] Sep 16 16:40:02.605 INFO O| Sep 16 16:40:02.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42032024-09-16T16:40:04.127Z[ recovery-image] Sep 16 16:40:02.605 INFO O| Sep 16 16:40:02.605 INFO STEP 55 (remove_files) COMPLETE
42042024-09-16T16:40:04.130Z[ recovery-image] Sep 16 16:40:02.605 INFO O| Sep 16 16:40:02.605 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-09-16T16:40:04.145Z[ recovery-image] Sep 16 16:40:02.623 INFO O| Sep 16 16:40:02.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42062024-09-16T16:40:04.145Z[ recovery-image] Sep 16 16:40:02.623 INFO O| Sep 16 16:40:02.623 INFO STEP 56 (remove_files) COMPLETE
42072024-09-16T16:40:04.145Z[ recovery-image] Sep 16 16:40:02.623 INFO O| Sep 16 16:40:02.623 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-09-16T16:40:04.164Z[ recovery-image] Sep 16 16:40:02.641 INFO O| Sep 16 16:40:02.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42092024-09-16T16:40:04.164Z[ recovery-image] Sep 16 16:40:02.642 INFO O| Sep 16 16:40:02.642 INFO STEP 57 (remove_files) COMPLETE
42102024-09-16T16:40:04.164Z[ recovery-image] Sep 16 16:40:02.642 INFO O| Sep 16 16:40:02.642 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-09-16T16:40:04.180Z[ recovery-image] Sep 16 16:40:02.658 INFO O| Sep 16 16:40:02.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42122024-09-16T16:40:04.180Z[ recovery-image] Sep 16 16:40:02.658 INFO O| Sep 16 16:40:02.658 INFO STEP 58 (remove_files) COMPLETE
42132024-09-16T16:40:04.183Z[ recovery-image] Sep 16 16:40:02.658 INFO O| Sep 16 16:40:02.658 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-09-16T16:40:04.204Z[ recovery-image] Sep 16 16:40:02.682 INFO O| Sep 16 16:40:02.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42152024-09-16T16:40:04.205Z[ recovery-image] Sep 16 16:40:02.682 INFO O| Sep 16 16:40:02.682 INFO STEP 59 (remove_files) COMPLETE
42162024-09-16T16:40:04.208Z[ recovery-image] Sep 16 16:40:02.682 INFO O| Sep 16 16:40:02.682 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-09-16T16:40:04.223Z[ recovery-image] Sep 16 16:40:02.701 INFO O| Sep 16 16:40:02.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42182024-09-16T16:40:04.244Z[ recovery-image] Sep 16 16:40:02.722 INFO O| Sep 16 16:40:02.722 INFO STEP 60 (remove_files) COMPLETE
42192024-09-16T16:40:04.244Z[ recovery-image] Sep 16 16:40:02.722 INFO O| Sep 16 16:40:02.722 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-09-16T16:40:04.276Z[ recovery-image] Sep 16 16:40:02.753 INFO O| Sep 16 16:40:02.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42212024-09-16T16:40:04.276Z[ recovery-image] Sep 16 16:40:02.754 INFO O| Sep 16 16:40:02.753 INFO STEP 61 (remove_files) COMPLETE
42222024-09-16T16:40:04.276Z[ recovery-image] Sep 16 16:40:02.754 INFO O| Sep 16 16:40:02.753 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-09-16T16:40:04.295Z[ recovery-image] Sep 16 16:40:02.773 INFO O| Sep 16 16:40:02.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
42242024-09-16T16:40:04.296Z[ recovery-image] Sep 16 16:40:02.773 INFO O| Sep 16 16:40:02.773 INFO STEP 62 (remove_files) COMPLETE
42252024-09-16T16:40:04.296Z[ recovery-image] Sep 16 16:40:02.773 INFO O| Sep 16 16:40:02.773 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-09-16T16:40:04.315Z[ recovery-image] Sep 16 16:40:02.793 INFO O| Sep 16 16:40:02.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
42272024-09-16T16:40:04.329Z[ recovery-image] Sep 16 16:40:02.807 INFO O| Sep 16 16:40:02.807 INFO STEP 63 (remove_files) COMPLETE
42282024-09-16T16:40:04.329Z[ recovery-image] Sep 16 16:40:02.807 INFO O| Sep 16 16:40:02.807 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-09-16T16:40:04.348Z[ recovery-image] Sep 16 16:40:02.826 INFO O| Sep 16 16:40:02.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42302024-09-16T16:40:04.363Z[ recovery-image] Sep 16 16:40:02.841 INFO O| Sep 16 16:40:02.841 INFO STEP 64 (remove_files) COMPLETE
42312024-09-16T16:40:04.363Z[ recovery-image] Sep 16 16:40:02.841 INFO O| Sep 16 16:40:02.841 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-09-16T16:40:04.394Z[ recovery-image] Sep 16 16:40:02.872 INFO O| Sep 16 16:40:02.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42332024-09-16T16:40:04.417Z[ recovery-image] Sep 16 16:40:02.895 INFO O| Sep 16 16:40:02.895 INFO STEP 65 (remove_files) COMPLETE
42342024-09-16T16:40:04.417Z[ recovery-image] Sep 16 16:40:02.895 INFO O| Sep 16 16:40:02.895 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-09-16T16:40:04.475Z[ recovery-image] Sep 16 16:40:02.952 INFO O| Sep 16 16:40:02.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42362024-09-16T16:40:04.475Z[ recovery-image] Sep 16 16:40:02.953 INFO O| Sep 16 16:40:02.953 INFO STEP 66 (remove_files) COMPLETE
42372024-09-16T16:40:04.477Z[ recovery-image] Sep 16 16:40:02.953 INFO O| Sep 16 16:40:02.953 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-09-16T16:40:04.550Z[ recovery-image] Sep 16 16:40:03.028 INFO O| Sep 16 16:40:03.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42392024-09-16T16:40:04.550Z[ recovery-image] Sep 16 16:40:03.028 INFO O| Sep 16 16:40:03.028 INFO STEP 67 (remove_files) COMPLETE
42402024-09-16T16:40:04.550Z[ recovery-image] Sep 16 16:40:03.028 INFO O| Sep 16 16:40:03.028 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-09-16T16:40:04.569Z[ recovery-image] Sep 16 16:40:03.047 INFO O| Sep 16 16:40:03.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42422024-09-16T16:40:04.569Z[ recovery-image] Sep 16 16:40:03.047 INFO O| Sep 16 16:40:03.047 INFO STEP 68 (remove_files) COMPLETE
42432024-09-16T16:40:04.569Z[ recovery-image] Sep 16 16:40:03.047 INFO O| Sep 16 16:40:03.047 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-09-16T16:40:04.589Z[ recovery-image] Sep 16 16:40:03.067 INFO O| Sep 16 16:40:03.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42452024-09-16T16:40:04.589Z[ recovery-image] Sep 16 16:40:03.067 INFO O| Sep 16 16:40:03.067 INFO STEP 69 (remove_files) COMPLETE
42462024-09-16T16:40:04.589Z[ recovery-image] Sep 16 16:40:03.067 INFO O| Sep 16 16:40:03.067 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-09-16T16:40:04.610Z[ recovery-image] Sep 16 16:40:03.088 INFO O| Sep 16 16:40:03.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42482024-09-16T16:40:04.610Z[ recovery-image] Sep 16 16:40:03.088 INFO O| Sep 16 16:40:03.088 INFO STEP 70 (remove_files) COMPLETE
42492024-09-16T16:40:04.613Z[ recovery-image] Sep 16 16:40:03.088 INFO O| Sep 16 16:40:03.088 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-09-16T16:40:04.697Z[ recovery-image] Sep 16 16:40:03.175 INFO O| Sep 16 16:40:03.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42512024-09-16T16:40:04.697Z[ recovery-image] Sep 16 16:40:03.175 INFO O| Sep 16 16:40:03.175 INFO STEP 71 (remove_files) COMPLETE
42522024-09-16T16:40:04.697Z[ recovery-image] Sep 16 16:40:03.175 INFO O| Sep 16 16:40:03.175 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-09-16T16:40:04.735Z[ recovery-image] Sep 16 16:40:03.213 INFO O| Sep 16 16:40:03.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42542024-09-16T16:40:04.736Z[ recovery-image] Sep 16 16:40:03.213 INFO O| Sep 16 16:40:03.213 INFO STEP 72 (remove_files) COMPLETE
42552024-09-16T16:40:04.736Z[ recovery-image] Sep 16 16:40:03.213 INFO O| Sep 16 16:40:03.213 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-09-16T16:40:04.837Z[ recovery-image] Sep 16 16:40:03.315 INFO O| Sep 16 16:40:03.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42572024-09-16T16:40:04.858Z[ recovery-image] Sep 16 16:40:03.336 INFO O| Sep 16 16:40:03.336 INFO STEP 73 (remove_files) COMPLETE
42582024-09-16T16:40:04.858Z[ recovery-image] Sep 16 16:40:03.336 INFO O| Sep 16 16:40:03.336 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-09-16T16:40:04.894Z[ recovery-image] Sep 16 16:40:03.372 INFO O| Sep 16 16:40:03.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42602024-09-16T16:40:04.896Z[ recovery-image] Sep 16 16:40:03.372 INFO O| Sep 16 16:40:03.372 INFO STEP 74 (remove_files) COMPLETE
42612024-09-16T16:40:04.896Z[ recovery-image] Sep 16 16:40:03.372 INFO O| Sep 16 16:40:03.372 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-09-16T16:40:04.912Z[ recovery-image] Sep 16 16:40:03.389 INFO O| Sep 16 16:40:03.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42632024-09-16T16:40:04.914Z[ recovery-image] Sep 16 16:40:03.390 INFO O| Sep 16 16:40:03.390 INFO STEP 75 (remove_files) COMPLETE
42642024-09-16T16:40:04.914Z[ recovery-image] Sep 16 16:40:03.390 INFO O| Sep 16 16:40:03.390 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-09-16T16:40:04.930Z[ recovery-image] Sep 16 16:40:03.408 INFO O| Sep 16 16:40:03.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42662024-09-16T16:40:04.933Z[ recovery-image] Sep 16 16:40:03.408 INFO O| Sep 16 16:40:03.408 INFO STEP 76 (remove_files) COMPLETE
42672024-09-16T16:40:04.933Z[ recovery-image] Sep 16 16:40:03.408 INFO O| Sep 16 16:40:03.408 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-09-16T16:40:04.948Z[ recovery-image] Sep 16 16:40:03.425 INFO O| Sep 16 16:40:03.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42692024-09-16T16:40:04.950Z[ recovery-image] Sep 16 16:40:03.426 INFO O| Sep 16 16:40:03.426 INFO STEP 77 (remove_files) COMPLETE
42702024-09-16T16:40:04.950Z[ recovery-image] Sep 16 16:40:03.426 INFO O| Sep 16 16:40:03.426 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-09-16T16:40:04.965Z[ recovery-image] Sep 16 16:40:03.443 INFO O| Sep 16 16:40:03.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42722024-09-16T16:40:04.968Z[ recovery-image] Sep 16 16:40:03.443 INFO O| Sep 16 16:40:03.443 INFO STEP 78 (remove_files) COMPLETE
42732024-09-16T16:40:04.968Z[ recovery-image] Sep 16 16:40:03.443 INFO O| Sep 16 16:40:03.443 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-09-16T16:40:04.983Z[ recovery-image] Sep 16 16:40:03.461 INFO O| Sep 16 16:40:03.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42752024-09-16T16:40:04.986Z[ recovery-image] Sep 16 16:40:03.461 INFO O| Sep 16 16:40:03.461 INFO STEP 79 (remove_files) COMPLETE
42762024-09-16T16:40:04.986Z[ recovery-image] Sep 16 16:40:03.461 INFO O| Sep 16 16:40:03.461 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-09-16T16:40:05.013Z[ recovery-image] Sep 16 16:40:03.490 INFO O| Sep 16 16:40:03.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42782024-09-16T16:40:05.013Z[ recovery-image] Sep 16 16:40:03.490 INFO O| Sep 16 16:40:03.490 INFO STEP 80 (remove_files) COMPLETE
42792024-09-16T16:40:05.013Z[ recovery-image] Sep 16 16:40:03.490 INFO O| Sep 16 16:40:03.490 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-09-16T16:40:05.033Z[ recovery-image] Sep 16 16:40:03.511 INFO O| Sep 16 16:40:03.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42812024-09-16T16:40:05.034Z[ recovery-image] Sep 16 16:40:03.511 INFO O| Sep 16 16:40:03.511 INFO STEP 81 (remove_files) COMPLETE
42822024-09-16T16:40:05.034Z[ recovery-image] Sep 16 16:40:03.511 INFO O| Sep 16 16:40:03.511 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-09-16T16:40:05.080Z[ recovery-image] Sep 16 16:40:03.557 INFO O| Sep 16 16:40:03.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42842024-09-16T16:40:05.080Z[ recovery-image] Sep 16 16:40:03.557 INFO O| Sep 16 16:40:03.557 INFO STEP 82 (remove_files) COMPLETE
42852024-09-16T16:40:05.080Z[ recovery-image] Sep 16 16:40:03.557 INFO O| Sep 16 16:40:03.557 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-09-16T16:40:05.103Z[ recovery-image] Sep 16 16:40:03.581 INFO O| Sep 16 16:40:03.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42872024-09-16T16:40:05.103Z[ recovery-image] Sep 16 16:40:03.581 INFO O| Sep 16 16:40:03.581 INFO STEP 83 (remove_files) COMPLETE
42882024-09-16T16:40:05.103Z[ recovery-image] Sep 16 16:40:03.581 INFO O| Sep 16 16:40:03.581 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-09-16T16:40:05.122Z[ recovery-image] Sep 16 16:40:03.599 INFO O| Sep 16 16:40:03.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42902024-09-16T16:40:05.122Z[ recovery-image] Sep 16 16:40:03.600 INFO O| Sep 16 16:40:03.600 INFO STEP 84 (remove_files) COMPLETE
42912024-09-16T16:40:05.122Z[ recovery-image] Sep 16 16:40:03.600 INFO O| Sep 16 16:40:03.600 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-09-16T16:40:05.155Z[ recovery-image] Sep 16 16:40:03.633 INFO O| Sep 16 16:40:03.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42932024-09-16T16:40:05.155Z[ recovery-image] Sep 16 16:40:03.633 INFO O| Sep 16 16:40:03.633 INFO STEP 85 (remove_files) COMPLETE
42942024-09-16T16:40:05.158Z[ recovery-image] Sep 16 16:40:03.633 INFO O| Sep 16 16:40:03.633 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-09-16T16:40:05.245Z[ recovery-image] Sep 16 16:40:03.722 INFO O| Sep 16 16:40:03.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42962024-09-16T16:40:05.245Z[ recovery-image] Sep 16 16:40:03.723 INFO O| Sep 16 16:40:03.722 INFO STEP 86 (remove_files) COMPLETE
42972024-09-16T16:40:05.245Z[ recovery-image] Sep 16 16:40:03.723 INFO O| Sep 16 16:40:03.723 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-09-16T16:40:05.296Z[ recovery-image] Sep 16 16:40:03.773 INFO O| Sep 16 16:40:03.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42992024-09-16T16:40:05.299Z[ recovery-image] Sep 16 16:40:03.773 INFO O| Sep 16 16:40:03.773 INFO STEP 87 (remove_files) COMPLETE
43002024-09-16T16:40:05.299Z[ recovery-image] Sep 16 16:40:03.774 INFO O| Sep 16 16:40:03.774 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-09-16T16:40:05.343Z[ recovery-image] Sep 16 16:40:03.820 INFO O| Sep 16 16:40:03.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43022024-09-16T16:40:05.343Z[ recovery-image] Sep 16 16:40:03.820 INFO O| Sep 16 16:40:03.820 INFO STEP 88 (remove_files) COMPLETE
43032024-09-16T16:40:05.343Z[ recovery-image] Sep 16 16:40:03.820 INFO O| Sep 16 16:40:03.820 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-09-16T16:40:05.366Z[ recovery-image] Sep 16 16:40:03.844 INFO O| Sep 16 16:40:03.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43052024-09-16T16:40:05.366Z[ recovery-image] Sep 16 16:40:03.844 INFO O| Sep 16 16:40:03.844 INFO STEP 89 (remove_files) COMPLETE
43062024-09-16T16:40:05.369Z[ recovery-image] Sep 16 16:40:03.844 INFO O| Sep 16 16:40:03.844 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-09-16T16:40:05.385Z[ recovery-image] Sep 16 16:40:03.862 INFO O| Sep 16 16:40:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43082024-09-16T16:40:05.387Z[ recovery-image] Sep 16 16:40:03.863 INFO O| Sep 16 16:40:03.862 INFO STEP 90 (remove_files) COMPLETE
43092024-09-16T16:40:05.387Z[ recovery-image] Sep 16 16:40:03.863 INFO O| Sep 16 16:40:03.863 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-09-16T16:40:05.403Z[ recovery-image] Sep 16 16:40:03.881 INFO O| Sep 16 16:40:03.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43112024-09-16T16:40:05.406Z[ recovery-image] Sep 16 16:40:03.881 INFO O| Sep 16 16:40:03.881 INFO STEP 91 (remove_files) COMPLETE
43122024-09-16T16:40:05.406Z[ recovery-image] Sep 16 16:40:03.881 INFO O| Sep 16 16:40:03.881 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-09-16T16:40:05.427Z[ recovery-image] Sep 16 16:40:03.904 INFO O| Sep 16 16:40:03.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43142024-09-16T16:40:05.427Z[ recovery-image] Sep 16 16:40:03.904 INFO O| Sep 16 16:40:03.904 INFO STEP 92 (remove_files) COMPLETE
43152024-09-16T16:40:05.427Z[ recovery-image] Sep 16 16:40:03.904 INFO O| Sep 16 16:40:03.904 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-09-16T16:40:05.593Z[ recovery-image] Sep 16 16:40:03.935 INFO O| Sep 16 16:40:03.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43172024-09-16T16:40:05.593Z[ recovery-image] Sep 16 16:40:03.935 INFO O| Sep 16 16:40:03.935 INFO STEP 93 (remove_files) COMPLETE
43182024-09-16T16:40:05.596Z[ recovery-image] Sep 16 16:40:03.935 INFO O| Sep 16 16:40:03.935 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-09-16T16:40:05.596Z[ recovery-image] Sep 16 16:40:03.955 INFO O| Sep 16 16:40:03.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43202024-09-16T16:40:05.596Z[ recovery-image] Sep 16 16:40:03.957 INFO O| Sep 16 16:40:03.957 INFO STEP 94 (remove_files) COMPLETE
43212024-09-16T16:40:05.596Z[ recovery-image] Sep 16 16:40:03.957 INFO O| Sep 16 16:40:03.957 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-09-16T16:40:05.596Z[ recovery-image] Sep 16 16:40:03.988 INFO O| Sep 16 16:40:03.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
43232024-09-16T16:40:05.596Z[ recovery-image] Sep 16 16:40:03.988 INFO O| Sep 16 16:40:03.988 INFO STEP 95 (remove_files) COMPLETE
43242024-09-16T16:40:05.596Z[ recovery-image] Sep 16 16:40:03.988 INFO O| Sep 16 16:40:03.988 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-09-16T16:40:05.627Z[ recovery-image] Sep 16 16:40:04.105 INFO O| Sep 16 16:40:04.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43262024-09-16T16:40:05.627Z[ recovery-image] Sep 16 16:40:04.105 INFO O| Sep 16 16:40:04.105 INFO STEP 96 (remove_files) COMPLETE
43272024-09-16T16:40:05.642Z[ recovery-image] Sep 16 16:40:04.105 INFO O| Sep 16 16:40:04.105 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-09-16T16:40:05.700Z[ recovery-image] Sep 16 16:40:04.178 INFO O| Sep 16 16:40:04.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43292024-09-16T16:40:05.700Z[ recovery-image] Sep 16 16:40:04.178 INFO O| Sep 16 16:40:04.178 INFO STEP 97 (remove_files) COMPLETE
43302024-09-16T16:40:05.700Z[ recovery-image] Sep 16 16:40:04.178 INFO O| Sep 16 16:40:04.178 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-09-16T16:40:05.720Z[ recovery-image] Sep 16 16:40:04.198 INFO O| Sep 16 16:40:04.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43322024-09-16T16:40:05.723Z[ recovery-image] Sep 16 16:40:04.200 INFO O| Sep 16 16:40:04.200 INFO STEP 98 (remove_files) COMPLETE
43332024-09-16T16:40:05.723Z[ recovery-image] Sep 16 16:40:04.200 INFO O| Sep 16 16:40:04.200 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-09-16T16:40:05.743Z[ recovery-image] Sep 16 16:40:04.220 INFO O| Sep 16 16:40:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43352024-09-16T16:40:05.743Z[ recovery-image] Sep 16 16:40:04.220 INFO O| Sep 16 16:40:04.220 INFO STEP 99 (remove_files) COMPLETE
43362024-09-16T16:40:05.743Z[ recovery-image] Sep 16 16:40:04.220 INFO O| Sep 16 16:40:04.220 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-09-16T16:40:05.795Z[ recovery-image] Sep 16 16:40:04.273 INFO O| Sep 16 16:40:04.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43382024-09-16T16:40:05.818Z[ recovery-image] Sep 16 16:40:04.295 INFO O| Sep 16 16:40:04.295 INFO STEP 100 (remove_files) COMPLETE
43392024-09-16T16:40:05.818Z[ recovery-image] Sep 16 16:40:04.295 INFO O| Sep 16 16:40:04.295 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-09-16T16:40:05.841Z[ recovery-image] Sep 16 16:40:04.319 INFO O| Sep 16 16:40:04.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43412024-09-16T16:40:05.844Z[ recovery-image] Sep 16 16:40:04.319 INFO O| Sep 16 16:40:04.319 INFO STEP 101 (remove_files) COMPLETE
43422024-09-16T16:40:05.844Z[ recovery-image] Sep 16 16:40:04.319 INFO O| Sep 16 16:40:04.319 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-09-16T16:40:05.864Z[ recovery-image] Sep 16 16:40:04.342 INFO O| Sep 16 16:40:04.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43442024-09-16T16:40:05.864Z[ recovery-image] Sep 16 16:40:04.342 INFO O| Sep 16 16:40:04.342 INFO STEP 102 (remove_files) COMPLETE
43452024-09-16T16:40:05.864Z[ recovery-image] Sep 16 16:40:04.342 INFO O| Sep 16 16:40:04.342 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-09-16T16:40:05.887Z[ recovery-image] Sep 16 16:40:04.364 INFO O| Sep 16 16:40:04.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43472024-09-16T16:40:05.887Z[ recovery-image] Sep 16 16:40:04.364 INFO O| Sep 16 16:40:04.364 INFO STEP 103 (remove_files) COMPLETE
43482024-09-16T16:40:05.889Z[ recovery-image] Sep 16 16:40:04.364 INFO O| Sep 16 16:40:04.364 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-09-16T16:40:05.908Z[ recovery-image] Sep 16 16:40:04.385 INFO O| Sep 16 16:40:04.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43502024-09-16T16:40:05.908Z[ recovery-image] Sep 16 16:40:04.385 INFO O| Sep 16 16:40:04.385 INFO STEP 104 (remove_files) COMPLETE
43512024-09-16T16:40:05.908Z[ recovery-image] Sep 16 16:40:04.385 INFO O| Sep 16 16:40:04.385 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-09-16T16:40:05.933Z[ recovery-image] Sep 16 16:40:04.410 INFO O| Sep 16 16:40:04.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43532024-09-16T16:40:05.935Z[ recovery-image] Sep 16 16:40:04.411 INFO O| Sep 16 16:40:04.411 INFO STEP 105 (remove_files) COMPLETE
43542024-09-16T16:40:05.935Z[ recovery-image] Sep 16 16:40:04.411 INFO O| Sep 16 16:40:04.411 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-09-16T16:40:05.961Z[ recovery-image] Sep 16 16:40:04.438 INFO O| Sep 16 16:40:04.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43562024-09-16T16:40:05.961Z[ recovery-image] Sep 16 16:40:04.438 INFO O| Sep 16 16:40:04.438 INFO STEP 106 (remove_files) COMPLETE
43572024-09-16T16:40:05.963Z[ recovery-image] Sep 16 16:40:04.439 INFO O| Sep 16 16:40:04.438 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-09-16T16:40:06.016Z[ recovery-image] Sep 16 16:40:04.494 INFO O| Sep 16 16:40:04.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43592024-09-16T16:40:06.016Z[ recovery-image] Sep 16 16:40:04.494 INFO O| Sep 16 16:40:04.494 INFO STEP 107 (remove_files) COMPLETE
43602024-09-16T16:40:06.019Z[ recovery-image] Sep 16 16:40:04.494 INFO O| Sep 16 16:40:04.494 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-09-16T16:40:06.038Z[ recovery-image] Sep 16 16:40:04.514 INFO O| Sep 16 16:40:04.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43622024-09-16T16:40:06.038Z[ recovery-image] Sep 16 16:40:04.514 INFO O| Sep 16 16:40:04.514 INFO STEP 108 (remove_files) COMPLETE
43632024-09-16T16:40:06.038Z[ recovery-image] Sep 16 16:40:04.514 INFO O| Sep 16 16:40:04.514 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-09-16T16:40:06.057Z[ recovery-image] Sep 16 16:40:04.534 INFO O| Sep 16 16:40:04.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43652024-09-16T16:40:06.057Z[ recovery-image] Sep 16 16:40:04.534 INFO O| Sep 16 16:40:04.534 INFO STEP 109 (remove_files) COMPLETE
43662024-09-16T16:40:06.057Z[ recovery-image] Sep 16 16:40:04.535 INFO O| Sep 16 16:40:04.534 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-09-16T16:40:06.077Z[ recovery-image] Sep 16 16:40:04.554 INFO O| Sep 16 16:40:04.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43682024-09-16T16:40:06.077Z[ recovery-image] Sep 16 16:40:04.554 INFO O| Sep 16 16:40:04.554 INFO STEP 110 (remove_files) COMPLETE
43692024-09-16T16:40:06.079Z[ recovery-image] Sep 16 16:40:04.554 INFO O| Sep 16 16:40:04.554 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-09-16T16:40:06.099Z[ recovery-image] Sep 16 16:40:04.577 INFO O| Sep 16 16:40:04.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43712024-09-16T16:40:06.099Z[ recovery-image] Sep 16 16:40:04.577 INFO O| Sep 16 16:40:04.577 INFO STEP 111 (remove_files) COMPLETE
43722024-09-16T16:40:06.099Z[ recovery-image] Sep 16 16:40:04.577 INFO O| Sep 16 16:40:04.577 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-09-16T16:40:06.126Z[ recovery-image] Sep 16 16:40:04.603 INFO O| Sep 16 16:40:04.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43742024-09-16T16:40:06.126Z[ recovery-image] Sep 16 16:40:04.603 INFO O| Sep 16 16:40:04.603 INFO STEP 112 (remove_files) COMPLETE
43752024-09-16T16:40:06.126Z[ recovery-image] Sep 16 16:40:04.603 INFO O| Sep 16 16:40:04.603 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-09-16T16:40:06.151Z[ recovery-image] Sep 16 16:40:04.628 INFO O| Sep 16 16:40:04.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43772024-09-16T16:40:06.151Z[ recovery-image] Sep 16 16:40:04.628 INFO O| Sep 16 16:40:04.628 INFO STEP 113 (remove_files) COMPLETE
43782024-09-16T16:40:06.151Z[ recovery-image] Sep 16 16:40:04.629 INFO O| Sep 16 16:40:04.628 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-09-16T16:40:06.175Z[ recovery-image] Sep 16 16:40:04.652 INFO O| Sep 16 16:40:04.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43802024-09-16T16:40:06.178Z[ recovery-image] Sep 16 16:40:04.653 INFO O| Sep 16 16:40:04.653 INFO STEP 114 (remove_files) COMPLETE
43812024-09-16T16:40:06.178Z[ recovery-image] Sep 16 16:40:04.653 INFO O| Sep 16 16:40:04.653 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-09-16T16:40:06.194Z[ recovery-image] Sep 16 16:40:04.672 INFO O| Sep 16 16:40:04.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43832024-09-16T16:40:06.194Z[ recovery-image] Sep 16 16:40:04.672 INFO O| Sep 16 16:40:04.672 INFO STEP 115 (remove_files) COMPLETE
43842024-09-16T16:40:06.194Z[ recovery-image] Sep 16 16:40:04.672 INFO O| Sep 16 16:40:04.672 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-09-16T16:40:06.227Z[ recovery-image] Sep 16 16:40:04.704 INFO O| Sep 16 16:40:04.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43862024-09-16T16:40:06.227Z[ recovery-image] Sep 16 16:40:04.704 INFO O| Sep 16 16:40:04.704 INFO STEP 116 (remove_files) COMPLETE
43872024-09-16T16:40:06.227Z[ recovery-image] Sep 16 16:40:04.704 INFO O| Sep 16 16:40:04.704 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-09-16T16:40:06.247Z[ recovery-image] Sep 16 16:40:04.724 INFO O| Sep 16 16:40:04.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43892024-09-16T16:40:06.248Z[ recovery-image] Sep 16 16:40:04.725 INFO O| Sep 16 16:40:04.724 INFO STEP 117 (remove_files) COMPLETE
43902024-09-16T16:40:06.250Z[ recovery-image] Sep 16 16:40:04.725 INFO O| Sep 16 16:40:04.724 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-09-16T16:40:06.268Z[ recovery-image] Sep 16 16:40:04.745 INFO O| Sep 16 16:40:04.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43922024-09-16T16:40:06.268Z[ recovery-image] Sep 16 16:40:04.746 INFO O| Sep 16 16:40:04.746 INFO STEP 118 (remove_files) COMPLETE
43932024-09-16T16:40:06.268Z[ recovery-image] Sep 16 16:40:04.746 INFO O| Sep 16 16:40:04.746 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-09-16T16:40:06.289Z[ recovery-image] Sep 16 16:40:04.766 INFO O| Sep 16 16:40:04.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43952024-09-16T16:40:06.289Z[ recovery-image] Sep 16 16:40:04.766 INFO O| Sep 16 16:40:04.766 INFO STEP 119 (remove_files) COMPLETE
43962024-09-16T16:40:06.289Z[ recovery-image] Sep 16 16:40:04.766 INFO O| Sep 16 16:40:04.766 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-09-16T16:40:06.310Z[ recovery-image] Sep 16 16:40:04.787 INFO O| Sep 16 16:40:04.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43982024-09-16T16:40:06.312Z[ recovery-image] Sep 16 16:40:04.787 INFO O| Sep 16 16:40:04.787 INFO STEP 120 (remove_files) COMPLETE
43992024-09-16T16:40:06.312Z[ recovery-image] Sep 16 16:40:04.787 INFO O| Sep 16 16:40:04.787 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-09-16T16:40:06.329Z[ recovery-image] Sep 16 16:40:04.806 INFO O| Sep 16 16:40:04.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44012024-09-16T16:40:06.331Z[ recovery-image] Sep 16 16:40:04.806 INFO O| Sep 16 16:40:04.806 INFO STEP 121 (remove_files) COMPLETE
44022024-09-16T16:40:06.331Z[ recovery-image] Sep 16 16:40:04.807 INFO O| Sep 16 16:40:04.806 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-09-16T16:40:06.366Z[ recovery-image] Sep 16 16:40:04.843 INFO O| Sep 16 16:40:04.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44042024-09-16T16:40:06.366Z[ recovery-image] Sep 16 16:40:04.843 INFO O| Sep 16 16:40:04.843 INFO STEP 122 (remove_files) COMPLETE
44052024-09-16T16:40:06.368Z[ recovery-image] Sep 16 16:40:04.843 INFO O| Sep 16 16:40:04.843 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-09-16T16:40:06.403Z[ recovery-image] Sep 16 16:40:04.879 INFO O| Sep 16 16:40:04.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44072024-09-16T16:40:06.403Z[ recovery-image] Sep 16 16:40:04.880 INFO O| Sep 16 16:40:04.880 INFO STEP 123 (remove_files) COMPLETE
44082024-09-16T16:40:06.403Z[ recovery-image] Sep 16 16:40:04.880 INFO O| Sep 16 16:40:04.880 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-09-16T16:40:06.421Z[ recovery-image] Sep 16 16:40:04.899 INFO O| Sep 16 16:40:04.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44102024-09-16T16:40:06.421Z[ recovery-image] Sep 16 16:40:04.899 INFO O| Sep 16 16:40:04.899 INFO STEP 124 (remove_files) COMPLETE
44112024-09-16T16:40:06.421Z[ recovery-image] Sep 16 16:40:04.899 INFO O| Sep 16 16:40:04.899 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-09-16T16:40:06.440Z[ recovery-image] Sep 16 16:40:04.917 INFO O| Sep 16 16:40:04.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44132024-09-16T16:40:06.440Z[ recovery-image] Sep 16 16:40:04.917 INFO O| Sep 16 16:40:04.917 INFO STEP 125 (remove_files) COMPLETE
44142024-09-16T16:40:06.442Z[ recovery-image] Sep 16 16:40:04.917 INFO O| Sep 16 16:40:04.917 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-09-16T16:40:06.467Z[ recovery-image] Sep 16 16:40:04.945 INFO O| Sep 16 16:40:04.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44162024-09-16T16:40:06.470Z[ recovery-image] Sep 16 16:40:04.945 INFO O| Sep 16 16:40:04.945 INFO STEP 126 (remove_files) COMPLETE
44172024-09-16T16:40:06.470Z[ recovery-image] Sep 16 16:40:04.945 INFO O| Sep 16 16:40:04.945 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-09-16T16:40:06.493Z[ recovery-image] Sep 16 16:40:04.970 INFO O| Sep 16 16:40:04.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44192024-09-16T16:40:06.496Z[ recovery-image] Sep 16 16:40:04.971 INFO O| Sep 16 16:40:04.971 INFO STEP 127 (remove_files) COMPLETE
44202024-09-16T16:40:06.496Z[ recovery-image] Sep 16 16:40:04.971 INFO O| Sep 16 16:40:04.971 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-09-16T16:40:06.517Z[ recovery-image] Sep 16 16:40:04.995 INFO O| Sep 16 16:40:04.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44222024-09-16T16:40:06.520Z[ recovery-image] Sep 16 16:40:04.995 INFO O| Sep 16 16:40:04.995 INFO STEP 128 (remove_files) COMPLETE
44232024-09-16T16:40:06.520Z[ recovery-image] Sep 16 16:40:04.995 INFO O| Sep 16 16:40:04.995 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-09-16T16:40:06.549Z[ recovery-image] Sep 16 16:40:05.027 INFO O| Sep 16 16:40:05.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
44252024-09-16T16:40:06.549Z[ recovery-image] Sep 16 16:40:05.027 INFO O| Sep 16 16:40:05.027 INFO STEP 129 (remove_files) COMPLETE
44262024-09-16T16:40:06.552Z[ recovery-image] Sep 16 16:40:05.027 INFO O| Sep 16 16:40:05.027 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-09-16T16:40:06.571Z[ recovery-image] Sep 16 16:40:05.049 INFO O| Sep 16 16:40:05.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44282024-09-16T16:40:06.571Z[ recovery-image] Sep 16 16:40:05.049 INFO O| Sep 16 16:40:05.049 INFO STEP 130 (remove_files) COMPLETE
44292024-09-16T16:40:06.574Z[ recovery-image] Sep 16 16:40:05.049 INFO O| Sep 16 16:40:05.049 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-09-16T16:40:06.629Z[ recovery-image] Sep 16 16:40:05.106 INFO O| Sep 16 16:40:05.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44312024-09-16T16:40:06.629Z[ recovery-image] Sep 16 16:40:05.106 INFO O| Sep 16 16:40:05.106 INFO STEP 131 (remove_files) COMPLETE
44322024-09-16T16:40:06.629Z[ recovery-image] Sep 16 16:40:05.106 INFO O| Sep 16 16:40:05.106 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-09-16T16:40:06.680Z[ recovery-image] Sep 16 16:40:05.157 INFO O| Sep 16 16:40:05.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44342024-09-16T16:40:06.680Z[ recovery-image] Sep 16 16:40:05.157 INFO O| Sep 16 16:40:05.157 INFO STEP 132 (remove_files) COMPLETE
44352024-09-16T16:40:06.684Z[ recovery-image] Sep 16 16:40:05.157 INFO O| Sep 16 16:40:05.157 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-09-16T16:40:06.712Z[ recovery-image] Sep 16 16:40:05.190 INFO O| Sep 16 16:40:05.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44372024-09-16T16:40:06.712Z[ recovery-image] Sep 16 16:40:05.190 INFO O| Sep 16 16:40:05.190 INFO STEP 133 (remove_files) COMPLETE
44382024-09-16T16:40:06.715Z[ recovery-image] Sep 16 16:40:05.190 INFO O| Sep 16 16:40:05.190 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-09-16T16:40:06.731Z[ recovery-image] Sep 16 16:40:05.209 INFO O| Sep 16 16:40:05.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44402024-09-16T16:40:06.731Z[ recovery-image] Sep 16 16:40:05.209 INFO O| Sep 16 16:40:05.209 INFO STEP 134 (remove_files) COMPLETE
44412024-09-16T16:40:06.732Z[ recovery-image] Sep 16 16:40:05.209 INFO O| Sep 16 16:40:05.209 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-09-16T16:40:06.751Z[ recovery-image] Sep 16 16:40:05.228 INFO O| Sep 16 16:40:05.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44432024-09-16T16:40:06.751Z[ recovery-image] Sep 16 16:40:05.228 INFO O| Sep 16 16:40:05.228 INFO STEP 135 (remove_files) COMPLETE
44442024-09-16T16:40:06.753Z[ recovery-image] Sep 16 16:40:05.228 INFO O| Sep 16 16:40:05.228 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-09-16T16:40:06.774Z[ recovery-image] Sep 16 16:40:05.252 INFO O| Sep 16 16:40:05.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44462024-09-16T16:40:06.774Z[ recovery-image] Sep 16 16:40:05.252 INFO O| Sep 16 16:40:05.252 INFO STEP 136 (remove_files) COMPLETE
44472024-09-16T16:40:06.777Z[ recovery-image] Sep 16 16:40:05.252 INFO O| Sep 16 16:40:05.252 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-09-16T16:40:06.796Z[ recovery-image] Sep 16 16:40:05.274 INFO O| Sep 16 16:40:05.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44492024-09-16T16:40:06.796Z[ recovery-image] Sep 16 16:40:05.274 INFO O| Sep 16 16:40:05.274 INFO STEP 137 (remove_files) COMPLETE
44502024-09-16T16:40:06.799Z[ recovery-image] Sep 16 16:40:05.274 INFO O| Sep 16 16:40:05.274 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-09-16T16:40:06.815Z[ recovery-image] Sep 16 16:40:05.293 INFO O| Sep 16 16:40:05.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44522024-09-16T16:40:06.815Z[ recovery-image] Sep 16 16:40:05.293 INFO O| Sep 16 16:40:05.293 INFO STEP 138 (remove_files) COMPLETE
44532024-09-16T16:40:06.815Z[ recovery-image] Sep 16 16:40:05.293 INFO O| Sep 16 16:40:05.293 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-09-16T16:40:06.845Z[ recovery-image] Sep 16 16:40:05.322 INFO O| Sep 16 16:40:05.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44552024-09-16T16:40:06.845Z[ recovery-image] Sep 16 16:40:05.322 INFO O| Sep 16 16:40:05.322 INFO STEP 139 (remove_files) COMPLETE
44562024-09-16T16:40:06.845Z[ recovery-image] Sep 16 16:40:05.322 INFO O| Sep 16 16:40:05.322 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-09-16T16:40:06.900Z[ recovery-image] Sep 16 16:40:05.378 INFO O| Sep 16 16:40:05.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44582024-09-16T16:40:06.904Z[ recovery-image] Sep 16 16:40:05.378 INFO O| Sep 16 16:40:05.378 INFO STEP 140 (remove_files) COMPLETE
44592024-09-16T16:40:06.904Z[ recovery-image] Sep 16 16:40:05.378 INFO O| Sep 16 16:40:05.378 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-09-16T16:40:06.919Z[ recovery-image] Sep 16 16:40:05.397 INFO O| Sep 16 16:40:05.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44612024-09-16T16:40:06.919Z[ recovery-image] Sep 16 16:40:05.397 INFO O| Sep 16 16:40:05.397 INFO STEP 141 (remove_files) COMPLETE
44622024-09-16T16:40:06.922Z[ recovery-image] Sep 16 16:40:05.397 INFO O| Sep 16 16:40:05.397 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-09-16T16:40:06.960Z[ recovery-image] Sep 16 16:40:05.437 INFO O| Sep 16 16:40:05.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44642024-09-16T16:40:06.960Z[ recovery-image] Sep 16 16:40:05.437 INFO O| Sep 16 16:40:05.437 INFO STEP 142 (remove_files) COMPLETE
44652024-09-16T16:40:06.960Z[ recovery-image] Sep 16 16:40:05.437 INFO O| Sep 16 16:40:05.437 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-09-16T16:40:07.011Z[ recovery-image] Sep 16 16:40:05.488 INFO O| Sep 16 16:40:05.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44672024-09-16T16:40:07.011Z[ recovery-image] Sep 16 16:40:05.488 INFO O| Sep 16 16:40:05.488 INFO STEP 143 (remove_files) COMPLETE
44682024-09-16T16:40:07.011Z[ recovery-image] Sep 16 16:40:05.488 INFO O| Sep 16 16:40:05.488 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-09-16T16:40:07.031Z[ recovery-image] Sep 16 16:40:05.507 INFO O| Sep 16 16:40:05.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44702024-09-16T16:40:07.031Z[ recovery-image] Sep 16 16:40:05.508 INFO O| Sep 16 16:40:05.507 INFO STEP 144 (remove_files) COMPLETE
44712024-09-16T16:40:07.031Z[ recovery-image] Sep 16 16:40:05.508 INFO O| Sep 16 16:40:05.507 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-09-16T16:40:07.056Z[ recovery-image] Sep 16 16:40:05.533 INFO O| Sep 16 16:40:05.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44732024-09-16T16:40:07.056Z[ recovery-image] Sep 16 16:40:05.533 INFO O| Sep 16 16:40:05.533 INFO STEP 145 (remove_files) COMPLETE
44742024-09-16T16:40:07.059Z[ recovery-image] Sep 16 16:40:05.533 INFO O| Sep 16 16:40:05.533 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-09-16T16:40:07.122Z[ recovery-image] Sep 16 16:40:05.599 INFO O| Sep 16 16:40:05.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44762024-09-16T16:40:07.131Z[ recovery-image] Sep 16 16:40:05.599 INFO O| Sep 16 16:40:05.599 INFO STEP 146 (remove_files) COMPLETE
44772024-09-16T16:40:07.131Z[ recovery-image] Sep 16 16:40:05.599 INFO O| Sep 16 16:40:05.599 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-09-16T16:40:07.163Z[ recovery-image] Sep 16 16:40:05.641 INFO O| Sep 16 16:40:05.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44792024-09-16T16:40:07.164Z[ recovery-image] Sep 16 16:40:05.641 INFO O| Sep 16 16:40:05.641 INFO STEP 147 (remove_files) COMPLETE
44802024-09-16T16:40:07.166Z[ recovery-image] Sep 16 16:40:05.641 INFO O| Sep 16 16:40:05.641 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-09-16T16:40:07.199Z[ recovery-image] Sep 16 16:40:05.677 INFO O| Sep 16 16:40:05.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44822024-09-16T16:40:07.200Z[ recovery-image] Sep 16 16:40:05.677 INFO O| Sep 16 16:40:05.677 INFO STEP 148 (remove_files) COMPLETE
44832024-09-16T16:40:07.202Z[ recovery-image] Sep 16 16:40:05.677 INFO O| Sep 16 16:40:05.677 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-09-16T16:40:07.221Z[ recovery-image] Sep 16 16:40:05.698 INFO O| Sep 16 16:40:05.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44852024-09-16T16:40:07.221Z[ recovery-image] Sep 16 16:40:05.698 INFO O| Sep 16 16:40:05.698 INFO STEP 149 (remove_files) COMPLETE
44862024-09-16T16:40:07.222Z[ recovery-image] Sep 16 16:40:05.698 INFO O| Sep 16 16:40:05.698 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-09-16T16:40:07.264Z[ recovery-image] Sep 16 16:40:05.741 INFO O| Sep 16 16:40:05.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44882024-09-16T16:40:07.264Z[ recovery-image] Sep 16 16:40:05.741 INFO O| Sep 16 16:40:05.741 INFO STEP 150 (remove_files) COMPLETE
44892024-09-16T16:40:07.266Z[ recovery-image] Sep 16 16:40:05.741 INFO O| Sep 16 16:40:05.741 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-09-16T16:40:07.281Z[ recovery-image] Sep 16 16:40:05.759 INFO O| Sep 16 16:40:05.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44912024-09-16T16:40:07.284Z[ recovery-image] Sep 16 16:40:05.759 INFO O| Sep 16 16:40:05.759 INFO STEP 151 (remove_files) COMPLETE
44922024-09-16T16:40:07.284Z[ recovery-image] Sep 16 16:40:05.759 INFO O| Sep 16 16:40:05.759 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-09-16T16:40:07.298Z[ recovery-image] Sep 16 16:40:05.775 INFO O| Sep 16 16:40:05.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44942024-09-16T16:40:07.298Z[ recovery-image] Sep 16 16:40:05.775 INFO O| Sep 16 16:40:05.775 INFO STEP 152 (remove_files) COMPLETE
44952024-09-16T16:40:07.300Z[ recovery-image] Sep 16 16:40:05.775 INFO O| Sep 16 16:40:05.775 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-09-16T16:40:07.314Z[ recovery-image] Sep 16 16:40:05.791 INFO O| Sep 16 16:40:05.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44972024-09-16T16:40:07.336Z[ recovery-image] Sep 16 16:40:05.813 INFO O| Sep 16 16:40:05.813 INFO STEP 153 (remove_files) COMPLETE
44982024-09-16T16:40:07.336Z[ recovery-image] Sep 16 16:40:05.813 INFO O| Sep 16 16:40:05.813 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-09-16T16:40:07.353Z[ recovery-image] Sep 16 16:40:05.830 INFO O| Sep 16 16:40:05.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45002024-09-16T16:40:07.355Z[ recovery-image] Sep 16 16:40:05.830 INFO O| Sep 16 16:40:05.830 INFO STEP 154 (remove_files) COMPLETE
45012024-09-16T16:40:07.355Z[ recovery-image] Sep 16 16:40:05.831 INFO O| Sep 16 16:40:05.831 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-09-16T16:40:07.369Z[ recovery-image] Sep 16 16:40:05.846 INFO O| Sep 16 16:40:05.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45032024-09-16T16:40:07.371Z[ recovery-image] Sep 16 16:40:05.846 INFO O| Sep 16 16:40:05.846 INFO STEP 155 (remove_files) COMPLETE
45042024-09-16T16:40:07.371Z[ recovery-image] Sep 16 16:40:05.846 INFO O| Sep 16 16:40:05.846 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-09-16T16:40:07.385Z[ recovery-image] Sep 16 16:40:05.862 INFO O| Sep 16 16:40:05.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45062024-09-16T16:40:07.387Z[ recovery-image] Sep 16 16:40:05.863 INFO O| Sep 16 16:40:05.862 INFO STEP 156 (remove_files) COMPLETE
45072024-09-16T16:40:07.387Z[ recovery-image] Sep 16 16:40:05.863 INFO O| Sep 16 16:40:05.863 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-09-16T16:40:07.397Z[ host-image] Sep 16 16:40:05.875 INFO O| Sep 16 16:40:05.875 INFO O| Download: 1117/1140 items 6.6/8.4MB 78% complete (1.3M/s)
45092024-09-16T16:40:07.496Z[ recovery-image] Sep 16 16:40:05.973 INFO O| Sep 16 16:40:05.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45102024-09-16T16:40:07.496Z[ recovery-image] Sep 16 16:40:05.973 INFO O| Sep 16 16:40:05.973 INFO STEP 157 (remove_files) COMPLETE
45112024-09-16T16:40:07.498Z[ recovery-image] Sep 16 16:40:05.973 INFO O| Sep 16 16:40:05.973 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-09-16T16:40:07.515Z[ recovery-image] Sep 16 16:40:05.992 INFO O| Sep 16 16:40:05.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45132024-09-16T16:40:07.515Z[ recovery-image] Sep 16 16:40:05.992 INFO O| Sep 16 16:40:05.992 INFO STEP 158 (remove_files) COMPLETE
45142024-09-16T16:40:07.515Z[ recovery-image] Sep 16 16:40:05.992 INFO O| Sep 16 16:40:05.992 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-09-16T16:40:07.559Z[ recovery-image] Sep 16 16:40:06.036 INFO O| Sep 16 16:40:06.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45162024-09-16T16:40:07.559Z[ recovery-image] Sep 16 16:40:06.036 INFO O| Sep 16 16:40:06.036 INFO STEP 159 (remove_files) COMPLETE
45172024-09-16T16:40:07.559Z[ recovery-image] Sep 16 16:40:06.036 INFO O| Sep 16 16:40:06.036 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-09-16T16:40:07.597Z[ recovery-image] Sep 16 16:40:06.074 INFO O| Sep 16 16:40:06.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45192024-09-16T16:40:07.597Z[ recovery-image] Sep 16 16:40:06.074 INFO O| Sep 16 16:40:06.074 INFO STEP 160 (remove_files) COMPLETE
45202024-09-16T16:40:07.597Z[ recovery-image] Sep 16 16:40:06.074 INFO O| Sep 16 16:40:06.074 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-09-16T16:40:07.616Z[ recovery-image] Sep 16 16:40:06.093 INFO O| Sep 16 16:40:06.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45222024-09-16T16:40:07.616Z[ recovery-image] Sep 16 16:40:06.093 INFO O| Sep 16 16:40:06.093 INFO STEP 161 (remove_files) COMPLETE
45232024-09-16T16:40:07.616Z[ recovery-image] Sep 16 16:40:06.093 INFO O| Sep 16 16:40:06.093 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-09-16T16:40:07.634Z[ recovery-image] Sep 16 16:40:06.112 INFO O| Sep 16 16:40:06.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
45252024-09-16T16:40:07.634Z[ recovery-image] Sep 16 16:40:06.112 INFO O| Sep 16 16:40:06.112 INFO STEP 162 (remove_files) COMPLETE
45262024-09-16T16:40:07.637Z[ recovery-image] Sep 16 16:40:06.112 INFO O| Sep 16 16:40:06.112 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-09-16T16:40:07.655Z[ recovery-image] Sep 16 16:40:06.132 INFO O| Sep 16 16:40:06.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45282024-09-16T16:40:07.655Z[ recovery-image] Sep 16 16:40:06.132 INFO O| Sep 16 16:40:06.132 INFO STEP 163 (remove_files) COMPLETE
45292024-09-16T16:40:07.655Z[ recovery-image] Sep 16 16:40:06.132 INFO O| Sep 16 16:40:06.132 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-09-16T16:40:07.674Z[ recovery-image] Sep 16 16:40:06.152 INFO O| Sep 16 16:40:06.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45312024-09-16T16:40:07.674Z[ recovery-image] Sep 16 16:40:06.152 INFO O| Sep 16 16:40:06.152 INFO STEP 164 (remove_files) COMPLETE
45322024-09-16T16:40:07.674Z[ recovery-image] Sep 16 16:40:06.152 INFO O| Sep 16 16:40:06.152 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-09-16T16:40:07.694Z[ recovery-image] Sep 16 16:40:06.170 INFO O| Sep 16 16:40:06.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45342024-09-16T16:40:07.694Z[ recovery-image] Sep 16 16:40:06.170 INFO O| Sep 16 16:40:06.170 INFO STEP 165 (remove_files) COMPLETE
45352024-09-16T16:40:07.694Z[ recovery-image] Sep 16 16:40:06.170 INFO O| Sep 16 16:40:06.170 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-09-16T16:40:07.712Z[ recovery-image] Sep 16 16:40:06.190 INFO O| Sep 16 16:40:06.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45372024-09-16T16:40:07.737Z[ recovery-image] Sep 16 16:40:06.214 INFO O| Sep 16 16:40:06.214 INFO STEP 166 (remove_files) COMPLETE
45382024-09-16T16:40:07.737Z[ recovery-image] Sep 16 16:40:06.214 INFO O| Sep 16 16:40:06.214 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-09-16T16:40:07.770Z[ recovery-image] Sep 16 16:40:06.247 INFO O| Sep 16 16:40:06.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45402024-09-16T16:40:07.770Z[ recovery-image] Sep 16 16:40:06.247 INFO O| Sep 16 16:40:06.247 INFO STEP 167 (remove_files) COMPLETE
45412024-09-16T16:40:07.770Z[ recovery-image] Sep 16 16:40:06.247 INFO O| Sep 16 16:40:06.247 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-09-16T16:40:07.809Z[ recovery-image] Sep 16 16:40:06.285 INFO O| Sep 16 16:40:06.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45432024-09-16T16:40:07.809Z[ recovery-image] Sep 16 16:40:06.285 INFO O| Sep 16 16:40:06.285 INFO STEP 168 (remove_files) COMPLETE
45442024-09-16T16:40:07.809Z[ recovery-image] Sep 16 16:40:06.285 INFO O| Sep 16 16:40:06.285 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-09-16T16:40:07.844Z[ host-image] Sep 16 16:40:06.321 INFO O| Sep 16 16:40:06.321 INFO O| Download: Completed 8.42 MB in 5.54 seconds (1.5M/s)
45462024-09-16T16:40:07.846Z[ recovery-image] Sep 16 16:40:06.324 INFO O| Sep 16 16:40:06.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45472024-09-16T16:40:07.846Z[ recovery-image] Sep 16 16:40:06.324 INFO O| Sep 16 16:40:06.324 INFO STEP 169 (remove_files) COMPLETE
45482024-09-16T16:40:07.849Z[ recovery-image] Sep 16 16:40:06.324 INFO O| Sep 16 16:40:06.324 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-09-16T16:40:07.865Z[ recovery-image] Sep 16 16:40:06.342 INFO O| Sep 16 16:40:06.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45502024-09-16T16:40:07.865Z[ recovery-image] Sep 16 16:40:06.342 INFO O| Sep 16 16:40:06.342 INFO STEP 170 (remove_files) COMPLETE
45512024-09-16T16:40:07.865Z[ recovery-image] Sep 16 16:40:06.342 INFO O| Sep 16 16:40:06.342 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-09-16T16:40:07.903Z[ recovery-image] Sep 16 16:40:06.380 INFO O| Sep 16 16:40:06.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45532024-09-16T16:40:07.903Z[ recovery-image] Sep 16 16:40:06.380 INFO O| Sep 16 16:40:06.380 INFO STEP 171 (remove_files) COMPLETE
45542024-09-16T16:40:07.903Z[ recovery-image] Sep 16 16:40:06.380 INFO O| Sep 16 16:40:06.380 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-09-16T16:40:07.964Z[ recovery-image] Sep 16 16:40:06.441 INFO O| Sep 16 16:40:06.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45562024-09-16T16:40:07.969Z[ recovery-image] Sep 16 16:40:06.441 INFO O| Sep 16 16:40:06.441 INFO STEP 172 (remove_files) COMPLETE
45572024-09-16T16:40:07.969Z[ recovery-image] Sep 16 16:40:06.441 INFO O| Sep 16 16:40:06.441 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-09-16T16:40:07.979Z[ recovery-image] Sep 16 16:40:06.457 INFO O| Sep 16 16:40:06.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45592024-09-16T16:40:07.979Z[ recovery-image] Sep 16 16:40:06.457 INFO O| Sep 16 16:40:06.457 INFO STEP 173 (remove_files) COMPLETE
45602024-09-16T16:40:07.982Z[ recovery-image] Sep 16 16:40:06.457 INFO O| Sep 16 16:40:06.457 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-09-16T16:40:07.995Z[ recovery-image] Sep 16 16:40:06.473 INFO O| Sep 16 16:40:06.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45622024-09-16T16:40:07.995Z[ recovery-image] Sep 16 16:40:06.473 INFO O| Sep 16 16:40:06.473 INFO STEP 174 (remove_files) COMPLETE
45632024-09-16T16:40:07.995Z[ recovery-image] Sep 16 16:40:06.473 INFO O| Sep 16 16:40:06.473 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-09-16T16:40:08.012Z[ recovery-image] Sep 16 16:40:06.489 INFO O| Sep 16 16:40:06.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45652024-09-16T16:40:08.014Z[ recovery-image] Sep 16 16:40:06.489 INFO O| Sep 16 16:40:06.489 INFO STEP 175 (remove_files) COMPLETE
45662024-09-16T16:40:08.014Z[ recovery-image] Sep 16 16:40:06.489 INFO O| Sep 16 16:40:06.489 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-09-16T16:40:08.040Z[ recovery-image] Sep 16 16:40:06.517 INFO O| Sep 16 16:40:06.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45682024-09-16T16:40:08.040Z[ recovery-image] Sep 16 16:40:06.517 INFO O| Sep 16 16:40:06.517 INFO STEP 176 (remove_files) COMPLETE
45692024-09-16T16:40:08.043Z[ recovery-image] Sep 16 16:40:06.517 INFO O| Sep 16 16:40:06.517 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-09-16T16:40:08.051Z[ host-image] Sep 16 16:40:06.529 INFO O| Sep 16 16:40:06.528 INFO O| Actions: 1/1361 actions (Installing new actions)
45712024-09-16T16:40:08.059Z[ recovery-image] Sep 16 16:40:06.536 INFO O| Sep 16 16:40:06.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45722024-09-16T16:40:08.059Z[ recovery-image] Sep 16 16:40:06.536 INFO O| Sep 16 16:40:06.536 INFO STEP 177 (remove_files) COMPLETE
45732024-09-16T16:40:08.061Z[ recovery-image] Sep 16 16:40:06.536 INFO O| Sep 16 16:40:06.536 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-09-16T16:40:08.076Z[ recovery-image] Sep 16 16:40:06.553 INFO O| Sep 16 16:40:06.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45752024-09-16T16:40:08.076Z[ recovery-image] Sep 16 16:40:06.553 INFO O| Sep 16 16:40:06.553 INFO STEP 178 (remove_files) COMPLETE
45762024-09-16T16:40:08.079Z[ recovery-image] Sep 16 16:40:06.553 INFO O| Sep 16 16:40:06.553 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-09-16T16:40:08.105Z[ recovery-image] Sep 16 16:40:06.582 INFO O| Sep 16 16:40:06.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45782024-09-16T16:40:08.105Z[ recovery-image] Sep 16 16:40:06.582 INFO O| Sep 16 16:40:06.582 INFO STEP 179 (remove_files) COMPLETE
45792024-09-16T16:40:08.107Z[ recovery-image] Sep 16 16:40:06.583 INFO O| Sep 16 16:40:06.582 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-09-16T16:40:08.146Z[ recovery-image] Sep 16 16:40:06.623 INFO O| Sep 16 16:40:06.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45812024-09-16T16:40:08.146Z[ recovery-image] Sep 16 16:40:06.623 INFO O| Sep 16 16:40:06.623 INFO STEP 180 (remove_files) COMPLETE
45822024-09-16T16:40:08.148Z[ recovery-image] Sep 16 16:40:06.623 INFO O| Sep 16 16:40:06.623 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-09-16T16:40:08.178Z[ recovery-image] Sep 16 16:40:06.655 INFO O| Sep 16 16:40:06.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45842024-09-16T16:40:08.180Z[ recovery-image] Sep 16 16:40:06.655 INFO O| Sep 16 16:40:06.655 INFO STEP 181 (remove_files) COMPLETE
45852024-09-16T16:40:08.180Z[ recovery-image] Sep 16 16:40:06.655 INFO O| Sep 16 16:40:06.655 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-09-16T16:40:08.196Z[ recovery-image] Sep 16 16:40:06.673 INFO O| Sep 16 16:40:06.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45872024-09-16T16:40:08.196Z[ recovery-image] Sep 16 16:40:06.673 INFO O| Sep 16 16:40:06.673 INFO STEP 182 (remove_files) COMPLETE
45882024-09-16T16:40:08.199Z[ recovery-image] Sep 16 16:40:06.673 INFO O| Sep 16 16:40:06.673 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-09-16T16:40:08.241Z[ recovery-image] Sep 16 16:40:06.718 INFO O| Sep 16 16:40:06.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45902024-09-16T16:40:08.269Z[ recovery-image] Sep 16 16:40:06.746 INFO O| Sep 16 16:40:06.746 INFO STEP 183 (remove_files) COMPLETE
45912024-09-16T16:40:08.269Z[ recovery-image] Sep 16 16:40:06.746 INFO O| Sep 16 16:40:06.746 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-09-16T16:40:08.308Z[ recovery-image] Sep 16 16:40:06.785 INFO O| Sep 16 16:40:06.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45932024-09-16T16:40:08.308Z[ recovery-image] Sep 16 16:40:06.785 INFO O| Sep 16 16:40:06.785 INFO STEP 184 (remove_files) COMPLETE
45942024-09-16T16:40:08.308Z[ recovery-image] Sep 16 16:40:06.785 INFO O| Sep 16 16:40:06.785 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-09-16T16:40:08.326Z[ recovery-image] Sep 16 16:40:06.803 INFO O| Sep 16 16:40:06.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45962024-09-16T16:40:08.326Z[ recovery-image] Sep 16 16:40:06.803 INFO O| Sep 16 16:40:06.803 INFO STEP 185 (remove_files) COMPLETE
45972024-09-16T16:40:08.329Z[ recovery-image] Sep 16 16:40:06.804 INFO O| Sep 16 16:40:06.803 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-09-16T16:40:08.365Z[ recovery-image] Sep 16 16:40:06.842 INFO O| Sep 16 16:40:06.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45992024-09-16T16:40:08.365Z[ recovery-image] Sep 16 16:40:06.842 INFO O| Sep 16 16:40:06.842 INFO STEP 186 (remove_files) COMPLETE
46002024-09-16T16:40:08.365Z[ recovery-image] Sep 16 16:40:06.842 INFO O| Sep 16 16:40:06.842 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-09-16T16:40:08.391Z[ recovery-image] Sep 16 16:40:06.868 INFO O| Sep 16 16:40:06.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46022024-09-16T16:40:08.391Z[ recovery-image] Sep 16 16:40:06.868 INFO O| Sep 16 16:40:06.868 INFO STEP 187 (remove_files) COMPLETE
46032024-09-16T16:40:08.394Z[ recovery-image] Sep 16 16:40:06.868 INFO O| Sep 16 16:40:06.868 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-09-16T16:40:08.423Z[ recovery-image] Sep 16 16:40:06.900 INFO O| Sep 16 16:40:06.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46052024-09-16T16:40:08.426Z[ recovery-image] Sep 16 16:40:06.900 INFO O| Sep 16 16:40:06.900 INFO STEP 188 (remove_files) COMPLETE
46062024-09-16T16:40:08.426Z[ recovery-image] Sep 16 16:40:06.900 INFO O| Sep 16 16:40:06.900 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-09-16T16:40:08.441Z[ recovery-image] Sep 16 16:40:06.918 INFO O| Sep 16 16:40:06.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46082024-09-16T16:40:08.441Z[ recovery-image] Sep 16 16:40:06.919 INFO O| Sep 16 16:40:06.919 INFO STEP 189 (remove_files) COMPLETE
46092024-09-16T16:40:08.441Z[ recovery-image] Sep 16 16:40:06.919 INFO O| Sep 16 16:40:06.919 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-09-16T16:40:08.472Z[ recovery-image] Sep 16 16:40:06.949 INFO O| Sep 16 16:40:06.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46112024-09-16T16:40:08.475Z[ recovery-image] Sep 16 16:40:06.949 INFO O| Sep 16 16:40:06.949 INFO STEP 190 (remove_files) COMPLETE
46122024-09-16T16:40:08.475Z[ recovery-image] Sep 16 16:40:06.950 INFO O| Sep 16 16:40:06.950 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-09-16T16:40:08.492Z[ recovery-image] Sep 16 16:40:06.969 INFO O| Sep 16 16:40:06.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46142024-09-16T16:40:08.495Z[ recovery-image] Sep 16 16:40:06.969 INFO O| Sep 16 16:40:06.969 INFO STEP 191 (remove_files) COMPLETE
46152024-09-16T16:40:08.495Z[ recovery-image] Sep 16 16:40:06.969 INFO O| Sep 16 16:40:06.969 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-09-16T16:40:08.510Z[ recovery-image] Sep 16 16:40:06.987 INFO O| Sep 16 16:40:06.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46172024-09-16T16:40:08.513Z[ recovery-image] Sep 16 16:40:06.987 INFO O| Sep 16 16:40:06.987 INFO STEP 192 (remove_files) COMPLETE
46182024-09-16T16:40:08.513Z[ recovery-image] Sep 16 16:40:06.988 INFO O| Sep 16 16:40:06.987 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-09-16T16:40:08.529Z[ recovery-image] Sep 16 16:40:07.006 INFO O| Sep 16 16:40:07.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46202024-09-16T16:40:08.531Z[ recovery-image] Sep 16 16:40:07.006 INFO O| Sep 16 16:40:07.006 INFO STEP 193 (remove_files) COMPLETE
46212024-09-16T16:40:08.531Z[ recovery-image] Sep 16 16:40:07.006 INFO O| Sep 16 16:40:07.006 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-09-16T16:40:08.547Z[ recovery-image] Sep 16 16:40:07.024 INFO O| Sep 16 16:40:07.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46232024-09-16T16:40:08.550Z[ recovery-image] Sep 16 16:40:07.024 INFO O| Sep 16 16:40:07.024 INFO STEP 194 (remove_files) COMPLETE
46242024-09-16T16:40:08.550Z[ recovery-image] Sep 16 16:40:07.025 INFO O| Sep 16 16:40:07.024 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-09-16T16:40:08.565Z[ recovery-image] Sep 16 16:40:07.042 INFO O| Sep 16 16:40:07.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
46262024-09-16T16:40:08.568Z[ recovery-image] Sep 16 16:40:07.043 INFO O| Sep 16 16:40:07.043 INFO STEP 195 (remove_files) COMPLETE
46272024-09-16T16:40:08.568Z[ recovery-image] Sep 16 16:40:07.043 INFO O| Sep 16 16:40:07.043 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-09-16T16:40:08.607Z[ recovery-image] Sep 16 16:40:07.084 INFO O| Sep 16 16:40:07.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46292024-09-16T16:40:08.607Z[ recovery-image] Sep 16 16:40:07.084 INFO O| Sep 16 16:40:07.084 INFO STEP 196 (remove_files) COMPLETE
46302024-09-16T16:40:08.607Z[ recovery-image] Sep 16 16:40:07.084 INFO O| Sep 16 16:40:07.084 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-09-16T16:40:08.626Z[ recovery-image] Sep 16 16:40:07.103 INFO O| Sep 16 16:40:07.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46322024-09-16T16:40:08.626Z[ recovery-image] Sep 16 16:40:07.103 INFO O| Sep 16 16:40:07.103 INFO STEP 197 (remove_files) COMPLETE
46332024-09-16T16:40:08.626Z[ recovery-image] Sep 16 16:40:07.103 INFO O| Sep 16 16:40:07.103 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-09-16T16:40:08.665Z[ recovery-image] Sep 16 16:40:07.142 INFO O| Sep 16 16:40:07.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46352024-09-16T16:40:08.665Z[ recovery-image] Sep 16 16:40:07.142 INFO O| Sep 16 16:40:07.142 INFO STEP 198 (remove_files) COMPLETE
46362024-09-16T16:40:08.665Z[ recovery-image] Sep 16 16:40:07.142 INFO O| Sep 16 16:40:07.142 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-09-16T16:40:08.730Z[ recovery-image] Sep 16 16:40:07.206 INFO O| Sep 16 16:40:07.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46382024-09-16T16:40:08.730Z[ recovery-image] Sep 16 16:40:07.206 INFO O| Sep 16 16:40:07.206 INFO STEP 199 (remove_files) COMPLETE
46392024-09-16T16:40:08.730Z[ recovery-image] Sep 16 16:40:07.206 INFO O| Sep 16 16:40:07.206 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-09-16T16:40:08.788Z[ recovery-image] Sep 16 16:40:07.264 INFO O| Sep 16 16:40:07.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46412024-09-16T16:40:08.791Z[ recovery-image] Sep 16 16:40:07.264 INFO O| Sep 16 16:40:07.264 INFO STEP 200 (remove_files) COMPLETE
46422024-09-16T16:40:08.791Z[ recovery-image] Sep 16 16:40:07.265 INFO O| Sep 16 16:40:07.264 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-09-16T16:40:08.826Z[ recovery-image] Sep 16 16:40:07.303 INFO O| Sep 16 16:40:07.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46442024-09-16T16:40:08.826Z[ recovery-image] Sep 16 16:40:07.303 INFO O| Sep 16 16:40:07.303 INFO STEP 201 (remove_files) COMPLETE
46452024-09-16T16:40:08.829Z[ recovery-image] Sep 16 16:40:07.304 INFO O| Sep 16 16:40:07.304 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-09-16T16:40:08.848Z[ recovery-image] Sep 16 16:40:07.325 INFO O| Sep 16 16:40:07.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46472024-09-16T16:40:08.848Z[ recovery-image] Sep 16 16:40:07.325 INFO O| Sep 16 16:40:07.325 INFO STEP 202 (remove_files) COMPLETE
46482024-09-16T16:40:08.848Z[ recovery-image] Sep 16 16:40:07.325 INFO O| Sep 16 16:40:07.325 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-09-16T16:40:08.851Z[ host-image] Sep 16 16:40:07.326 INFO O| Sep 16 16:40:07.326 INFO O| Actions: Completed 1361 actions in 0.80 seconds.
46502024-09-16T16:40:08.890Z[ recovery-image] Sep 16 16:40:07.367 INFO O| Sep 16 16:40:07.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46512024-09-16T16:40:08.890Z[ recovery-image] Sep 16 16:40:07.367 INFO O| Sep 16 16:40:07.367 INFO STEP 203 (remove_files) COMPLETE
46522024-09-16T16:40:08.890Z[ recovery-image] Sep 16 16:40:07.367 INFO O| Sep 16 16:40:07.367 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-09-16T16:40:08.932Z[ recovery-image] Sep 16 16:40:07.409 INFO O| Sep 16 16:40:07.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46542024-09-16T16:40:08.932Z[ recovery-image] Sep 16 16:40:07.409 INFO O| Sep 16 16:40:07.409 INFO STEP 204 (remove_files) COMPLETE
46552024-09-16T16:40:08.935Z[ recovery-image] Sep 16 16:40:07.409 INFO O| Sep 16 16:40:07.409 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-09-16T16:40:08.965Z[ recovery-image] Sep 16 16:40:07.442 INFO O| Sep 16 16:40:07.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46572024-09-16T16:40:08.965Z[ recovery-image] Sep 16 16:40:07.442 INFO O| Sep 16 16:40:07.442 INFO STEP 205 (remove_files) COMPLETE
46582024-09-16T16:40:08.965Z[ recovery-image] Sep 16 16:40:07.442 INFO O| Sep 16 16:40:07.442 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-09-16T16:40:09.007Z[ recovery-image] Sep 16 16:40:07.484 INFO O| Sep 16 16:40:07.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46602024-09-16T16:40:09.008Z[ recovery-image] Sep 16 16:40:07.484 INFO O| Sep 16 16:40:07.484 INFO STEP 206 (remove_files) COMPLETE
46612024-09-16T16:40:09.008Z[ recovery-image] Sep 16 16:40:07.484 INFO O| Sep 16 16:40:07.484 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-09-16T16:40:09.060Z[ recovery-image] Sep 16 16:40:07.537 INFO O| Sep 16 16:40:07.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46632024-09-16T16:40:09.060Z[ recovery-image] Sep 16 16:40:07.537 INFO O| Sep 16 16:40:07.537 INFO STEP 207 (remove_files) COMPLETE
46642024-09-16T16:40:09.063Z[ recovery-image] Sep 16 16:40:07.537 INFO O| Sep 16 16:40:07.537 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-09-16T16:40:09.081Z[ recovery-image] Sep 16 16:40:07.558 INFO O| Sep 16 16:40:07.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46662024-09-16T16:40:09.081Z[ recovery-image] Sep 16 16:40:07.558 INFO O| Sep 16 16:40:07.558 INFO STEP 208 (remove_files) COMPLETE
46672024-09-16T16:40:09.081Z[ recovery-image] Sep 16 16:40:07.558 INFO O| Sep 16 16:40:07.558 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-09-16T16:40:09.118Z[ recovery-image] Sep 16 16:40:07.595 INFO O| Sep 16 16:40:07.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46692024-09-16T16:40:09.119Z[ recovery-image] Sep 16 16:40:07.595 INFO O| Sep 16 16:40:07.595 INFO STEP 209 (remove_files) COMPLETE
46702024-09-16T16:40:09.121Z[ recovery-image] Sep 16 16:40:07.596 INFO O| Sep 16 16:40:07.595 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-09-16T16:40:09.141Z[ recovery-image] Sep 16 16:40:07.618 INFO O| Sep 16 16:40:07.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46722024-09-16T16:40:09.141Z[ recovery-image] Sep 16 16:40:07.618 INFO O| Sep 16 16:40:07.618 INFO STEP 210 (remove_files) COMPLETE
46732024-09-16T16:40:09.141Z[ recovery-image] Sep 16 16:40:07.618 INFO O| Sep 16 16:40:07.618 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-09-16T16:40:09.159Z[ recovery-image] Sep 16 16:40:07.636 INFO O| Sep 16 16:40:07.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46752024-09-16T16:40:09.159Z[ recovery-image] Sep 16 16:40:07.636 INFO O| Sep 16 16:40:07.636 INFO STEP 211 (remove_files) COMPLETE
46762024-09-16T16:40:09.161Z[ recovery-image] Sep 16 16:40:07.636 INFO O| Sep 16 16:40:07.636 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-09-16T16:40:09.180Z[ recovery-image] Sep 16 16:40:07.657 INFO O| Sep 16 16:40:07.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46782024-09-16T16:40:09.180Z[ recovery-image] Sep 16 16:40:07.657 INFO O| Sep 16 16:40:07.657 INFO STEP 212 (remove_files) COMPLETE
46792024-09-16T16:40:09.180Z[ recovery-image] Sep 16 16:40:07.657 INFO O| Sep 16 16:40:07.657 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-09-16T16:40:09.204Z[ recovery-image] Sep 16 16:40:07.681 INFO O| Sep 16 16:40:07.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46812024-09-16T16:40:09.208Z[ recovery-image] Sep 16 16:40:07.682 INFO O| Sep 16 16:40:07.681 INFO STEP 213 (remove_files) COMPLETE
46822024-09-16T16:40:09.208Z[ recovery-image] Sep 16 16:40:07.682 INFO O| Sep 16 16:40:07.682 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-09-16T16:40:09.228Z[ recovery-image] Sep 16 16:40:07.705 INFO O| Sep 16 16:40:07.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46842024-09-16T16:40:09.230Z[ recovery-image] Sep 16 16:40:07.705 INFO O| Sep 16 16:40:07.705 INFO STEP 214 (remove_files) COMPLETE
46852024-09-16T16:40:09.230Z[ recovery-image] Sep 16 16:40:07.706 INFO O| Sep 16 16:40:07.705 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-09-16T16:40:09.263Z[ recovery-image] Sep 16 16:40:07.740 INFO O| Sep 16 16:40:07.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46872024-09-16T16:40:09.275Z[ host-image] Sep 16 16:40:07.752 INFO O| Sep 16 16:40:07.752 INFO O| Done
46882024-09-16T16:40:09.275Z[ host-image] Sep 16 16:40:07.752 INFO O| Sep 16 16:40:07.752 INFO O| Done
46892024-09-16T16:40:09.289Z[ recovery-image] Sep 16 16:40:07.765 INFO O| Sep 16 16:40:07.765 INFO STEP 215 (remove_files) COMPLETE
46902024-09-16T16:40:09.289Z[ recovery-image] Sep 16 16:40:07.765 INFO O| Sep 16 16:40:07.765 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-09-16T16:40:09.343Z[ recovery-image] Sep 16 16:40:07.820 INFO O| Sep 16 16:40:07.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46922024-09-16T16:40:09.343Z[ recovery-image] Sep 16 16:40:07.820 INFO O| Sep 16 16:40:07.820 INFO STEP 216 (remove_files) COMPLETE
46932024-09-16T16:40:09.343Z[ recovery-image] Sep 16 16:40:07.820 INFO O| Sep 16 16:40:07.820 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-09-16T16:40:09.361Z[ recovery-image] Sep 16 16:40:07.838 INFO O| Sep 16 16:40:07.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46952024-09-16T16:40:09.361Z[ recovery-image] Sep 16 16:40:07.838 INFO O| Sep 16 16:40:07.838 INFO STEP 217 (remove_files) COMPLETE
46962024-09-16T16:40:09.363Z[ recovery-image] Sep 16 16:40:07.838 INFO O| Sep 16 16:40:07.838 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-09-16T16:40:09.391Z[ recovery-image] Sep 16 16:40:07.868 INFO O| Sep 16 16:40:07.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46982024-09-16T16:40:09.391Z[ recovery-image] Sep 16 16:40:07.868 INFO O| Sep 16 16:40:07.868 INFO STEP 218 (remove_files) COMPLETE
46992024-09-16T16:40:09.394Z[ recovery-image] Sep 16 16:40:07.868 INFO O| Sep 16 16:40:07.868 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-09-16T16:40:09.475Z[ recovery-image] Sep 16 16:40:07.952 INFO O| Sep 16 16:40:07.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47012024-09-16T16:40:09.478Z[ recovery-image] Sep 16 16:40:07.952 INFO O| Sep 16 16:40:07.952 INFO STEP 219 (remove_files) COMPLETE
47022024-09-16T16:40:09.478Z[ recovery-image] Sep 16 16:40:07.953 INFO O| Sep 16 16:40:07.952 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-09-16T16:40:09.494Z[ recovery-image] Sep 16 16:40:07.971 INFO O| Sep 16 16:40:07.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47042024-09-16T16:40:09.497Z[ recovery-image] Sep 16 16:40:07.972 INFO O| Sep 16 16:40:07.971 INFO STEP 220 (remove_files) COMPLETE
47052024-09-16T16:40:09.497Z[ recovery-image] Sep 16 16:40:07.972 INFO O| Sep 16 16:40:07.972 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-09-16T16:40:09.512Z[ recovery-image] Sep 16 16:40:07.989 INFO O| Sep 16 16:40:07.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47072024-09-16T16:40:09.515Z[ recovery-image] Sep 16 16:40:07.990 INFO O| Sep 16 16:40:07.989 INFO STEP 221 (remove_files) COMPLETE
47082024-09-16T16:40:09.515Z[ recovery-image] Sep 16 16:40:07.990 INFO O| Sep 16 16:40:07.990 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-09-16T16:40:09.541Z[ recovery-image] Sep 16 16:40:08.018 INFO O| Sep 16 16:40:08.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47102024-09-16T16:40:09.541Z[ recovery-image] Sep 16 16:40:08.018 INFO O| Sep 16 16:40:08.018 INFO STEP 222 (remove_files) COMPLETE
47112024-09-16T16:40:09.544Z[ recovery-image] Sep 16 16:40:08.018 INFO O| Sep 16 16:40:08.018 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-09-16T16:40:09.560Z[ recovery-image] Sep 16 16:40:08.037 INFO O| Sep 16 16:40:08.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47132024-09-16T16:40:09.560Z[ recovery-image] Sep 16 16:40:08.037 INFO O| Sep 16 16:40:08.037 INFO STEP 223 (remove_files) COMPLETE
47142024-09-16T16:40:09.562Z[ recovery-image] Sep 16 16:40:08.037 INFO O| Sep 16 16:40:08.037 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-09-16T16:40:09.586Z[ recovery-image] Sep 16 16:40:08.063 INFO O| Sep 16 16:40:08.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47162024-09-16T16:40:09.586Z[ recovery-image] Sep 16 16:40:08.063 INFO O| Sep 16 16:40:08.063 INFO STEP 224 (remove_files) COMPLETE
47172024-09-16T16:40:09.589Z[ recovery-image] Sep 16 16:40:08.063 INFO O| Sep 16 16:40:08.063 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-09-16T16:40:09.623Z[ recovery-image] Sep 16 16:40:08.100 INFO O| Sep 16 16:40:08.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47192024-09-16T16:40:09.623Z[ recovery-image] Sep 16 16:40:08.100 INFO O| Sep 16 16:40:08.100 INFO STEP 225 (remove_files) COMPLETE
47202024-09-16T16:40:09.623Z[ recovery-image] Sep 16 16:40:08.100 INFO O| Sep 16 16:40:08.100 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-09-16T16:40:09.641Z[ recovery-image] Sep 16 16:40:08.118 INFO O| Sep 16 16:40:08.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47222024-09-16T16:40:09.641Z[ recovery-image] Sep 16 16:40:08.118 INFO O| Sep 16 16:40:08.118 INFO STEP 226 (remove_files) COMPLETE
47232024-09-16T16:40:09.644Z[ recovery-image] Sep 16 16:40:08.118 INFO O| Sep 16 16:40:08.118 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-09-16T16:40:09.659Z[ recovery-image] Sep 16 16:40:08.136 INFO O| Sep 16 16:40:08.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47252024-09-16T16:40:09.659Z[ recovery-image] Sep 16 16:40:08.136 INFO O| Sep 16 16:40:08.136 INFO STEP 227 (remove_files) COMPLETE
47262024-09-16T16:40:09.659Z[ recovery-image] Sep 16 16:40:08.136 INFO O| Sep 16 16:40:08.136 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-09-16T16:40:09.702Z[ recovery-image] Sep 16 16:40:08.173 INFO O| Sep 16 16:40:08.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
47282024-09-16T16:40:09.702Z[ recovery-image] Sep 16 16:40:08.173 INFO O| Sep 16 16:40:08.173 INFO STEP 228 (remove_files) COMPLETE
47292024-09-16T16:40:09.702Z[ recovery-image] Sep 16 16:40:08.173 INFO O| Sep 16 16:40:08.173 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-09-16T16:40:09.718Z[ recovery-image] Sep 16 16:40:08.193 INFO O| Sep 16 16:40:08.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
47312024-09-16T16:40:09.718Z[ recovery-image] Sep 16 16:40:08.193 INFO O| Sep 16 16:40:08.193 INFO STEP 229 (remove_files) COMPLETE
47322024-09-16T16:40:09.724Z[ recovery-image] Sep 16 16:40:08.193 INFO O| Sep 16 16:40:08.193 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-09-16T16:40:09.737Z[ recovery-image] Sep 16 16:40:08.214 INFO O| Sep 16 16:40:08.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47342024-09-16T16:40:09.740Z[ recovery-image] Sep 16 16:40:08.214 INFO O| Sep 16 16:40:08.214 INFO STEP 230 (remove_files) COMPLETE
47352024-09-16T16:40:09.740Z[ recovery-image] Sep 16 16:40:08.214 INFO O| Sep 16 16:40:08.214 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-09-16T16:40:09.756Z[ recovery-image] Sep 16 16:40:08.233 INFO O| Sep 16 16:40:08.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47372024-09-16T16:40:09.758Z[ recovery-image] Sep 16 16:40:08.233 INFO O| Sep 16 16:40:08.233 INFO STEP 231 (remove_files) COMPLETE
47382024-09-16T16:40:09.758Z[ recovery-image] Sep 16 16:40:08.233 INFO O| Sep 16 16:40:08.233 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-09-16T16:40:09.775Z[ recovery-image] Sep 16 16:40:08.252 INFO O| Sep 16 16:40:08.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47402024-09-16T16:40:09.778Z[ recovery-image] Sep 16 16:40:08.252 INFO O| Sep 16 16:40:08.252 INFO STEP 232 (remove_files) COMPLETE
47412024-09-16T16:40:09.778Z[ recovery-image] Sep 16 16:40:08.252 INFO O| Sep 16 16:40:08.252 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-09-16T16:40:09.796Z[ recovery-image] Sep 16 16:40:08.273 INFO O| Sep 16 16:40:08.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47432024-09-16T16:40:09.799Z[ recovery-image] Sep 16 16:40:08.273 INFO O| Sep 16 16:40:08.273 INFO STEP 233 (remove_files) COMPLETE
47442024-09-16T16:40:09.799Z[ recovery-image] Sep 16 16:40:08.273 INFO O| Sep 16 16:40:08.273 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-09-16T16:40:09.829Z[ recovery-image] Sep 16 16:40:08.306 INFO O| Sep 16 16:40:08.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47462024-09-16T16:40:09.832Z[ recovery-image] Sep 16 16:40:08.306 INFO O| Sep 16 16:40:08.306 INFO STEP 234 (remove_files) COMPLETE
47472024-09-16T16:40:09.832Z[ recovery-image] Sep 16 16:40:08.307 INFO O| Sep 16 16:40:08.306 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-09-16T16:40:09.849Z[ recovery-image] Sep 16 16:40:08.326 INFO O| Sep 16 16:40:08.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47492024-09-16T16:40:09.849Z[ recovery-image] Sep 16 16:40:08.326 INFO O| Sep 16 16:40:08.326 INFO STEP 235 (remove_files) COMPLETE
47502024-09-16T16:40:09.849Z[ recovery-image] Sep 16 16:40:08.326 INFO O| Sep 16 16:40:08.326 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-09-16T16:40:09.875Z[ recovery-image] Sep 16 16:40:08.351 INFO O| Sep 16 16:40:08.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47522024-09-16T16:40:09.875Z[ recovery-image] Sep 16 16:40:08.351 INFO O| Sep 16 16:40:08.342 INFO STEP 236 (remove_files) COMPLETE
47532024-09-16T16:40:09.877Z[ recovery-image] Sep 16 16:40:08.351 INFO O| Sep 16 16:40:08.342 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-09-16T16:40:09.911Z[ recovery-image] Sep 16 16:40:08.388 INFO O| Sep 16 16:40:08.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47552024-09-16T16:40:09.914Z[ recovery-image] Sep 16 16:40:08.388 INFO O| Sep 16 16:40:08.388 INFO STEP 237 (remove_files) COMPLETE
47562024-09-16T16:40:09.915Z[ recovery-image] Sep 16 16:40:08.388 INFO O| Sep 16 16:40:08.388 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-09-16T16:40:09.928Z[ recovery-image] Sep 16 16:40:08.405 INFO O| Sep 16 16:40:08.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47582024-09-16T16:40:09.929Z[ recovery-image] Sep 16 16:40:08.406 INFO O| Sep 16 16:40:08.406 INFO STEP 238 (remove_files) COMPLETE
47592024-09-16T16:40:09.931Z[ recovery-image] Sep 16 16:40:08.406 INFO O| Sep 16 16:40:08.406 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-09-16T16:40:09.945Z[ recovery-image] Sep 16 16:40:08.422 INFO O| Sep 16 16:40:08.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47612024-09-16T16:40:09.948Z[ recovery-image] Sep 16 16:40:08.423 INFO O| Sep 16 16:40:08.423 INFO STEP 239 (remove_files) COMPLETE
47622024-09-16T16:40:09.948Z[ recovery-image] Sep 16 16:40:08.423 INFO O| Sep 16 16:40:08.423 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-09-16T16:40:09.970Z[ recovery-image] Sep 16 16:40:08.439 INFO O| Sep 16 16:40:08.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47642024-09-16T16:40:09.970Z[ recovery-image] Sep 16 16:40:08.439 INFO O| Sep 16 16:40:08.439 INFO STEP 240 (remove_files) COMPLETE
47652024-09-16T16:40:09.970Z[ recovery-image] Sep 16 16:40:08.439 INFO O| Sep 16 16:40:08.439 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-09-16T16:40:09.980Z[ recovery-image] Sep 16 16:40:08.457 INFO O| Sep 16 16:40:08.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47672024-09-16T16:40:09.982Z[ recovery-image] Sep 16 16:40:08.457 INFO O| Sep 16 16:40:08.457 INFO STEP 241 (remove_files) COMPLETE
47682024-09-16T16:40:09.982Z[ recovery-image] Sep 16 16:40:08.457 INFO O| Sep 16 16:40:08.457 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-09-16T16:40:09.997Z[ recovery-image] Sep 16 16:40:08.474 INFO O| Sep 16 16:40:08.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47702024-09-16T16:40:10.000Z[ recovery-image] Sep 16 16:40:08.475 INFO O| Sep 16 16:40:08.475 INFO STEP 242 (remove_files) COMPLETE
47712024-09-16T16:40:10.000Z[ recovery-image] Sep 16 16:40:08.475 INFO O| Sep 16 16:40:08.475 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-09-16T16:40:10.014Z[ recovery-image] Sep 16 16:40:08.490 INFO O| Sep 16 16:40:08.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47732024-09-16T16:40:10.016Z[ recovery-image] Sep 16 16:40:08.491 INFO O| Sep 16 16:40:08.491 INFO STEP 243 (remove_files) COMPLETE
47742024-09-16T16:40:10.016Z[ recovery-image] Sep 16 16:40:08.491 INFO O| Sep 16 16:40:08.491 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-09-16T16:40:10.029Z[ recovery-image] Sep 16 16:40:08.506 INFO O| Sep 16 16:40:08.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47762024-09-16T16:40:10.029Z[ recovery-image] Sep 16 16:40:08.506 INFO O| Sep 16 16:40:08.506 INFO STEP 244 (remove_files) COMPLETE
47772024-09-16T16:40:10.032Z[ recovery-image] Sep 16 16:40:08.506 INFO O| Sep 16 16:40:08.506 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-09-16T16:40:10.161Z[ recovery-image] Sep 16 16:40:08.525 INFO O| Sep 16 16:40:08.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47792024-09-16T16:40:10.161Z[ recovery-image] Sep 16 16:40:08.525 INFO O| Sep 16 16:40:08.525 INFO STEP 245 (remove_files) COMPLETE
47802024-09-16T16:40:10.164Z[ recovery-image] Sep 16 16:40:08.526 INFO O| Sep 16 16:40:08.526 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-09-16T16:40:10.164Z[ recovery-image] Sep 16 16:40:08.551 INFO O| Sep 16 16:40:08.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47822024-09-16T16:40:10.164Z[ recovery-image] Sep 16 16:40:08.551 INFO O| Sep 16 16:40:08.550 INFO STEP 246 (remove_files) COMPLETE
47832024-09-16T16:40:10.164Z[ recovery-image] Sep 16 16:40:08.551 INFO O| Sep 16 16:40:08.550 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-09-16T16:40:10.164Z[ recovery-image] Sep 16 16:40:08.569 INFO O| Sep 16 16:40:08.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47852024-09-16T16:40:10.164Z[ recovery-image] Sep 16 16:40:08.569 INFO O| Sep 16 16:40:08.569 INFO STEP 247 (remove_files) COMPLETE
47862024-09-16T16:40:10.164Z[ recovery-image] Sep 16 16:40:08.569 INFO O| Sep 16 16:40:08.569 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-09-16T16:40:10.175Z[ recovery-image] Sep 16 16:40:08.652 INFO O| Sep 16 16:40:08.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47882024-09-16T16:40:10.175Z[ recovery-image] Sep 16 16:40:08.652 INFO O| Sep 16 16:40:08.652 INFO STEP 248 (remove_files) COMPLETE
47892024-09-16T16:40:10.175Z[ recovery-image] Sep 16 16:40:08.652 INFO O| Sep 16 16:40:08.652 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-09-16T16:40:10.187Z[ host-image] Sep 16 16:40:08.664 INFO O| Sep 16 16:40:08.664 INFO O| Done
47912024-09-16T16:40:10.270Z[ recovery-image] Sep 16 16:40:08.746 INFO O| Sep 16 16:40:08.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47922024-09-16T16:40:10.270Z[ recovery-image] Sep 16 16:40:08.747 INFO O| Sep 16 16:40:08.746 INFO STEP 249 (remove_files) COMPLETE
47932024-09-16T16:40:10.270Z[ recovery-image] Sep 16 16:40:08.747 INFO O| Sep 16 16:40:08.746 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-09-16T16:40:10.285Z[ recovery-image] Sep 16 16:40:08.761 INFO O| Sep 16 16:40:08.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47952024-09-16T16:40:10.285Z[ recovery-image] Sep 16 16:40:08.761 INFO O| Sep 16 16:40:08.761 INFO STEP 250 (remove_files) COMPLETE
47962024-09-16T16:40:10.285Z[ recovery-image] Sep 16 16:40:08.761 INFO O| Sep 16 16:40:08.761 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-09-16T16:40:10.304Z[ recovery-image] Sep 16 16:40:08.779 INFO O| Sep 16 16:40:08.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47982024-09-16T16:40:10.304Z[ recovery-image] Sep 16 16:40:08.779 INFO O| Sep 16 16:40:08.779 INFO STEP 251 (remove_files) COMPLETE
47992024-09-16T16:40:10.306Z[ recovery-image] Sep 16 16:40:08.779 INFO O| Sep 16 16:40:08.779 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-09-16T16:40:10.326Z[ recovery-image] Sep 16 16:40:08.803 INFO O| Sep 16 16:40:08.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48012024-09-16T16:40:10.329Z[ recovery-image] Sep 16 16:40:08.803 INFO O| Sep 16 16:40:08.803 INFO STEP 252 (remove_files) COMPLETE
48022024-09-16T16:40:10.329Z[ recovery-image] Sep 16 16:40:08.804 INFO O| Sep 16 16:40:08.803 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-09-16T16:40:10.379Z[ recovery-image] Sep 16 16:40:08.856 INFO O| Sep 16 16:40:08.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48042024-09-16T16:40:10.383Z[ recovery-image] Sep 16 16:40:08.856 INFO O| Sep 16 16:40:08.856 INFO STEP 253 (remove_files) COMPLETE
48052024-09-16T16:40:10.383Z[ recovery-image] Sep 16 16:40:08.856 INFO O| Sep 16 16:40:08.856 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-09-16T16:40:10.397Z[ recovery-image] Sep 16 16:40:08.874 INFO O| Sep 16 16:40:08.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48072024-09-16T16:40:10.400Z[ recovery-image] Sep 16 16:40:08.875 INFO O| Sep 16 16:40:08.874 INFO STEP 254 (remove_files) COMPLETE
48082024-09-16T16:40:10.400Z[ recovery-image] Sep 16 16:40:08.875 INFO O| Sep 16 16:40:08.875 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-09-16T16:40:10.433Z[ recovery-image] Sep 16 16:40:08.910 INFO O| Sep 16 16:40:08.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48102024-09-16T16:40:10.433Z[ recovery-image] Sep 16 16:40:08.910 INFO O| Sep 16 16:40:08.910 INFO STEP 255 (remove_files) COMPLETE
48112024-09-16T16:40:10.436Z[ recovery-image] Sep 16 16:40:08.910 INFO O| Sep 16 16:40:08.910 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-09-16T16:40:10.481Z[ recovery-image] Sep 16 16:40:08.958 INFO O| Sep 16 16:40:08.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48132024-09-16T16:40:10.481Z[ recovery-image] Sep 16 16:40:08.958 INFO O| Sep 16 16:40:08.958 INFO STEP 256 (remove_files) COMPLETE
48142024-09-16T16:40:10.484Z[ recovery-image] Sep 16 16:40:08.958 INFO O| Sep 16 16:40:08.958 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-09-16T16:40:10.499Z[ recovery-image] Sep 16 16:40:08.976 INFO O| Sep 16 16:40:08.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48162024-09-16T16:40:10.499Z[ recovery-image] Sep 16 16:40:08.976 INFO O| Sep 16 16:40:08.976 INFO STEP 257 (remove_files) COMPLETE
48172024-09-16T16:40:10.502Z[ recovery-image] Sep 16 16:40:08.976 INFO O| Sep 16 16:40:08.976 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-09-16T16:40:10.654Z[ recovery-image] Sep 16 16:40:09.131 INFO O| Sep 16 16:40:09.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48192024-09-16T16:40:10.657Z[ recovery-image] Sep 16 16:40:09.131 INFO O| Sep 16 16:40:09.131 INFO STEP 258 (remove_files) COMPLETE
48202024-09-16T16:40:10.657Z[ recovery-image] Sep 16 16:40:09.131 INFO O| Sep 16 16:40:09.131 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-09-16T16:40:10.729Z[ recovery-image] Sep 16 16:40:09.206 INFO O| Sep 16 16:40:09.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48222024-09-16T16:40:10.729Z[ recovery-image] Sep 16 16:40:09.206 INFO O| Sep 16 16:40:09.206 INFO STEP 259 (remove_files) COMPLETE
48232024-09-16T16:40:10.729Z[ recovery-image] Sep 16 16:40:09.206 INFO O| Sep 16 16:40:09.206 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-09-16T16:40:10.746Z[ recovery-image] Sep 16 16:40:09.223 INFO O| Sep 16 16:40:09.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48252024-09-16T16:40:10.746Z[ recovery-image] Sep 16 16:40:09.223 INFO O| Sep 16 16:40:09.223 INFO STEP 260 (remove_files) COMPLETE
48262024-09-16T16:40:10.748Z[ recovery-image] Sep 16 16:40:09.223 INFO O| Sep 16 16:40:09.223 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-09-16T16:40:10.762Z[ recovery-image] Sep 16 16:40:09.239 INFO O| Sep 16 16:40:09.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48282024-09-16T16:40:10.762Z[ recovery-image] Sep 16 16:40:09.239 INFO O| Sep 16 16:40:09.239 INFO STEP 261 (remove_files) COMPLETE
48292024-09-16T16:40:10.762Z[ recovery-image] Sep 16 16:40:09.239 INFO O| Sep 16 16:40:09.239 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-09-16T16:40:10.780Z[ recovery-image] Sep 16 16:40:09.256 INFO O| Sep 16 16:40:09.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
48312024-09-16T16:40:10.780Z[ recovery-image] Sep 16 16:40:09.256 INFO O| Sep 16 16:40:09.256 INFO STEP 262 (remove_files) COMPLETE
48322024-09-16T16:40:10.780Z[ recovery-image] Sep 16 16:40:09.256 INFO O| Sep 16 16:40:09.256 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-09-16T16:40:10.795Z[ recovery-image] Sep 16 16:40:09.272 INFO O| Sep 16 16:40:09.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48342024-09-16T16:40:10.795Z[ recovery-image] Sep 16 16:40:09.272 INFO O| Sep 16 16:40:09.272 INFO STEP 263 (remove_files) COMPLETE
48352024-09-16T16:40:10.795Z[ recovery-image] Sep 16 16:40:09.272 INFO O| Sep 16 16:40:09.272 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-09-16T16:40:10.810Z[ recovery-image] Sep 16 16:40:09.287 INFO O| Sep 16 16:40:09.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48372024-09-16T16:40:10.810Z[ recovery-image] Sep 16 16:40:09.287 INFO O| Sep 16 16:40:09.287 INFO STEP 264 (remove_files) COMPLETE
48382024-09-16T16:40:10.810Z[ recovery-image] Sep 16 16:40:09.287 INFO O| Sep 16 16:40:09.287 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-09-16T16:40:10.826Z[ recovery-image] Sep 16 16:40:09.303 INFO O| Sep 16 16:40:09.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48402024-09-16T16:40:10.826Z[ recovery-image] Sep 16 16:40:09.303 INFO O| Sep 16 16:40:09.303 INFO STEP 265 (remove_files) COMPLETE
48412024-09-16T16:40:10.826Z[ recovery-image] Sep 16 16:40:09.303 INFO O| Sep 16 16:40:09.303 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-09-16T16:40:10.841Z[ recovery-image] Sep 16 16:40:09.318 INFO O| Sep 16 16:40:09.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48432024-09-16T16:40:10.842Z[ recovery-image] Sep 16 16:40:09.318 INFO O| Sep 16 16:40:09.318 INFO STEP 266 (remove_files) COMPLETE
48442024-09-16T16:40:10.844Z[ recovery-image] Sep 16 16:40:09.318 INFO O| Sep 16 16:40:09.318 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-09-16T16:40:10.857Z[ recovery-image] Sep 16 16:40:09.333 INFO O| Sep 16 16:40:09.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48462024-09-16T16:40:10.857Z[ recovery-image] Sep 16 16:40:09.333 INFO O| Sep 16 16:40:09.333 INFO STEP 267 (remove_files) COMPLETE
48472024-09-16T16:40:10.859Z[ recovery-image] Sep 16 16:40:09.333 INFO O| Sep 16 16:40:09.333 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-09-16T16:40:10.872Z[ recovery-image] Sep 16 16:40:09.349 INFO O| Sep 16 16:40:09.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48492024-09-16T16:40:10.872Z[ recovery-image] Sep 16 16:40:09.349 INFO O| Sep 16 16:40:09.349 INFO STEP 268 (remove_files) COMPLETE
48502024-09-16T16:40:10.874Z[ recovery-image] Sep 16 16:40:09.349 INFO O| Sep 16 16:40:09.349 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-09-16T16:40:10.889Z[ recovery-image] Sep 16 16:40:09.366 INFO O| Sep 16 16:40:09.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48522024-09-16T16:40:10.892Z[ recovery-image] Sep 16 16:40:09.366 INFO O| Sep 16 16:40:09.366 INFO STEP 269 (remove_files) COMPLETE
48532024-09-16T16:40:10.892Z[ recovery-image] Sep 16 16:40:09.367 INFO O| Sep 16 16:40:09.367 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-09-16T16:40:10.907Z[ recovery-image] Sep 16 16:40:09.384 INFO O| Sep 16 16:40:09.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48552024-09-16T16:40:10.909Z[ recovery-image] Sep 16 16:40:09.384 INFO O| Sep 16 16:40:09.384 INFO STEP 270 (remove_files) COMPLETE
48562024-09-16T16:40:10.910Z[ recovery-image] Sep 16 16:40:09.384 INFO O| Sep 16 16:40:09.384 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-09-16T16:40:10.949Z[ recovery-image] Sep 16 16:40:09.426 INFO O| Sep 16 16:40:09.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48582024-09-16T16:40:10.949Z[ recovery-image] Sep 16 16:40:09.426 INFO O| Sep 16 16:40:09.416 INFO STEP 271 (remove_files) COMPLETE
48592024-09-16T16:40:10.952Z[ recovery-image] Sep 16 16:40:09.426 INFO O| Sep 16 16:40:09.416 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-09-16T16:40:10.970Z[ recovery-image] Sep 16 16:40:09.441 INFO O| Sep 16 16:40:09.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48612024-09-16T16:40:10.970Z[ recovery-image] Sep 16 16:40:09.441 INFO O| Sep 16 16:40:09.433 INFO STEP 272 (remove_files) COMPLETE
48622024-09-16T16:40:10.972Z[ recovery-image] Sep 16 16:40:09.441 INFO O| Sep 16 16:40:09.433 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-09-16T16:40:10.975Z[ recovery-image] Sep 16 16:40:09.451 INFO O| Sep 16 16:40:09.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48642024-09-16T16:40:10.975Z[ recovery-image] Sep 16 16:40:09.451 INFO O| Sep 16 16:40:09.451 INFO STEP 273 (remove_files) COMPLETE
48652024-09-16T16:40:10.975Z[ recovery-image] Sep 16 16:40:09.451 INFO O| Sep 16 16:40:09.451 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-09-16T16:40:11.025Z[ recovery-image] Sep 16 16:40:09.501 INFO O| Sep 16 16:40:09.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48672024-09-16T16:40:11.025Z[ recovery-image] Sep 16 16:40:09.501 INFO O| Sep 16 16:40:09.501 INFO STEP 274 (remove_files) COMPLETE
48682024-09-16T16:40:11.027Z[ recovery-image] Sep 16 16:40:09.501 INFO O| Sep 16 16:40:09.501 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-09-16T16:40:11.046Z[ recovery-image] Sep 16 16:40:09.523 INFO O| Sep 16 16:40:09.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48702024-09-16T16:40:11.049Z[ recovery-image] Sep 16 16:40:09.523 INFO O| Sep 16 16:40:09.523 INFO STEP 275 (remove_files) COMPLETE
48712024-09-16T16:40:11.049Z[ recovery-image] Sep 16 16:40:09.524 INFO O| Sep 16 16:40:09.524 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-09-16T16:40:11.067Z[ recovery-image] Sep 16 16:40:09.544 INFO O| Sep 16 16:40:09.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48732024-09-16T16:40:11.085Z[ recovery-image] Sep 16 16:40:09.562 INFO O| Sep 16 16:40:09.562 INFO STEP 276 (remove_files) COMPLETE
48742024-09-16T16:40:11.085Z[ recovery-image] Sep 16 16:40:09.562 INFO O| Sep 16 16:40:09.562 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-09-16T16:40:11.117Z[ recovery-image] Sep 16 16:40:09.594 INFO O| Sep 16 16:40:09.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48762024-09-16T16:40:11.117Z[ recovery-image] Sep 16 16:40:09.594 INFO O| Sep 16 16:40:09.594 INFO STEP 277 (remove_files) COMPLETE
48772024-09-16T16:40:11.120Z[ recovery-image] Sep 16 16:40:09.594 INFO O| Sep 16 16:40:09.594 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-09-16T16:40:11.156Z[ recovery-image] Sep 16 16:40:09.632 INFO O| Sep 16 16:40:09.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48792024-09-16T16:40:11.156Z[ recovery-image] Sep 16 16:40:09.632 INFO O| Sep 16 16:40:09.632 INFO STEP 278 (remove_files) COMPLETE
48802024-09-16T16:40:11.156Z[ recovery-image] Sep 16 16:40:09.632 INFO O| Sep 16 16:40:09.632 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-09-16T16:40:11.183Z[ recovery-image] Sep 16 16:40:09.660 INFO O| Sep 16 16:40:09.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48822024-09-16T16:40:11.183Z[ recovery-image] Sep 16 16:40:09.660 INFO O| Sep 16 16:40:09.660 INFO STEP 279 (remove_files) COMPLETE
48832024-09-16T16:40:11.183Z[ recovery-image] Sep 16 16:40:09.660 INFO O| Sep 16 16:40:09.660 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-09-16T16:40:11.200Z[ recovery-image] Sep 16 16:40:09.677 INFO O| Sep 16 16:40:09.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48852024-09-16T16:40:11.200Z[ recovery-image] Sep 16 16:40:09.677 INFO O| Sep 16 16:40:09.677 INFO STEP 280 (remove_files) COMPLETE
48862024-09-16T16:40:11.200Z[ recovery-image] Sep 16 16:40:09.677 INFO O| Sep 16 16:40:09.677 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-09-16T16:40:11.244Z[ recovery-image] Sep 16 16:40:09.721 INFO O| Sep 16 16:40:09.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48882024-09-16T16:40:11.245Z[ recovery-image] Sep 16 16:40:09.721 INFO O| Sep 16 16:40:09.721 INFO STEP 281 (remove_files) COMPLETE
48892024-09-16T16:40:11.245Z[ recovery-image] Sep 16 16:40:09.721 INFO O| Sep 16 16:40:09.721 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-09-16T16:40:11.291Z[ recovery-image] Sep 16 16:40:09.767 INFO O| Sep 16 16:40:09.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48912024-09-16T16:40:11.294Z[ recovery-image] Sep 16 16:40:09.768 INFO O| Sep 16 16:40:09.768 INFO STEP 282 (remove_files) COMPLETE
48922024-09-16T16:40:11.294Z[ recovery-image] Sep 16 16:40:09.768 INFO O| Sep 16 16:40:09.768 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-09-16T16:40:11.356Z[ recovery-image] Sep 16 16:40:09.833 INFO O| Sep 16 16:40:09.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48942024-09-16T16:40:11.356Z[ recovery-image] Sep 16 16:40:09.833 INFO O| Sep 16 16:40:09.833 INFO STEP 283 (remove_files) COMPLETE
48952024-09-16T16:40:11.356Z[ recovery-image] Sep 16 16:40:09.833 INFO O| Sep 16 16:40:09.833 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-09-16T16:40:11.375Z[ recovery-image] Sep 16 16:40:09.851 INFO O| Sep 16 16:40:09.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48972024-09-16T16:40:11.375Z[ recovery-image] Sep 16 16:40:09.852 INFO O| Sep 16 16:40:09.851 INFO STEP 284 (remove_files) COMPLETE
48982024-09-16T16:40:11.377Z[ recovery-image] Sep 16 16:40:09.852 INFO O| Sep 16 16:40:09.852 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-09-16T16:40:11.393Z[ recovery-image] Sep 16 16:40:09.870 INFO O| Sep 16 16:40:09.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49002024-09-16T16:40:11.393Z[ recovery-image] Sep 16 16:40:09.870 INFO O| Sep 16 16:40:09.870 INFO STEP 285 (remove_files) COMPLETE
49012024-09-16T16:40:11.396Z[ recovery-image] Sep 16 16:40:09.870 INFO O| Sep 16 16:40:09.870 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-09-16T16:40:11.412Z[ recovery-image] Sep 16 16:40:09.888 INFO O| Sep 16 16:40:09.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49032024-09-16T16:40:11.412Z[ recovery-image] Sep 16 16:40:09.888 INFO O| Sep 16 16:40:09.888 INFO STEP 286 (remove_files) COMPLETE
49042024-09-16T16:40:11.414Z[ recovery-image] Sep 16 16:40:09.889 INFO O| Sep 16 16:40:09.888 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-09-16T16:40:11.445Z[ recovery-image] Sep 16 16:40:09.922 INFO O| Sep 16 16:40:09.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49062024-09-16T16:40:11.445Z[ recovery-image] Sep 16 16:40:09.922 INFO O| Sep 16 16:40:09.922 INFO STEP 287 (remove_files) COMPLETE
49072024-09-16T16:40:11.445Z[ recovery-image] Sep 16 16:40:09.922 INFO O| Sep 16 16:40:09.922 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-09-16T16:40:11.464Z[ recovery-image] Sep 16 16:40:09.940 INFO O| Sep 16 16:40:09.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49092024-09-16T16:40:11.464Z[ recovery-image] Sep 16 16:40:09.941 INFO O| Sep 16 16:40:09.940 INFO STEP 288 (remove_files) COMPLETE
49102024-09-16T16:40:11.464Z[ recovery-image] Sep 16 16:40:09.941 INFO O| Sep 16 16:40:09.940 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-09-16T16:40:11.484Z[ recovery-image] Sep 16 16:40:09.961 INFO O| Sep 16 16:40:09.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49122024-09-16T16:40:11.484Z[ recovery-image] Sep 16 16:40:09.961 INFO O| Sep 16 16:40:09.961 INFO STEP 289 (remove_files) COMPLETE
49132024-09-16T16:40:11.484Z[ recovery-image] Sep 16 16:40:09.961 INFO O| Sep 16 16:40:09.961 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-09-16T16:40:11.515Z[ recovery-image] Sep 16 16:40:09.991 INFO O| Sep 16 16:40:09.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49152024-09-16T16:40:11.515Z[ recovery-image] Sep 16 16:40:09.991 INFO O| Sep 16 16:40:09.991 INFO STEP 290 (remove_files) COMPLETE
49162024-09-16T16:40:11.515Z[ recovery-image] Sep 16 16:40:09.991 INFO O| Sep 16 16:40:09.991 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-09-16T16:40:11.547Z[ recovery-image] Sep 16 16:40:10.024 INFO O| Sep 16 16:40:10.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49182024-09-16T16:40:11.547Z[ recovery-image] Sep 16 16:40:10.024 INFO O| Sep 16 16:40:10.024 INFO STEP 291 (remove_files) COMPLETE
49192024-09-16T16:40:11.550Z[ recovery-image] Sep 16 16:40:10.024 INFO O| Sep 16 16:40:10.024 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-09-16T16:40:11.583Z[ recovery-image] Sep 16 16:40:10.059 INFO O| Sep 16 16:40:10.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49212024-09-16T16:40:11.583Z[ recovery-image] Sep 16 16:40:10.059 INFO O| Sep 16 16:40:10.059 INFO STEP 292 (remove_files) COMPLETE
49222024-09-16T16:40:11.585Z[ recovery-image] Sep 16 16:40:10.059 INFO O| Sep 16 16:40:10.059 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-09-16T16:40:11.603Z[ recovery-image] Sep 16 16:40:10.079 INFO O| Sep 16 16:40:10.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49242024-09-16T16:40:11.603Z[ recovery-image] Sep 16 16:40:10.079 INFO O| Sep 16 16:40:10.079 INFO STEP 293 (remove_files) COMPLETE
49252024-09-16T16:40:11.603Z[ recovery-image] Sep 16 16:40:10.079 INFO O| Sep 16 16:40:10.079 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-09-16T16:40:11.663Z[ recovery-image] Sep 16 16:40:10.139 INFO O| Sep 16 16:40:10.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49272024-09-16T16:40:11.664Z[ recovery-image] Sep 16 16:40:10.139 INFO O| Sep 16 16:40:10.139 INFO STEP 294 (remove_files) COMPLETE
49282024-09-16T16:40:11.664Z[ recovery-image] Sep 16 16:40:10.140 INFO O| Sep 16 16:40:10.139 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-09-16T16:40:11.690Z[ recovery-image] Sep 16 16:40:10.166 INFO O| Sep 16 16:40:10.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
49302024-09-16T16:40:11.690Z[ recovery-image] Sep 16 16:40:10.166 INFO O| Sep 16 16:40:10.166 INFO STEP 295 (remove_files) COMPLETE
49312024-09-16T16:40:11.690Z[ recovery-image] Sep 16 16:40:10.166 INFO O| Sep 16 16:40:10.166 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-09-16T16:40:11.745Z[ recovery-image] Sep 16 16:40:10.222 INFO O| Sep 16 16:40:10.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49332024-09-16T16:40:11.745Z[ recovery-image] Sep 16 16:40:10.222 INFO O| Sep 16 16:40:10.222 INFO STEP 296 (remove_files) COMPLETE
49342024-09-16T16:40:11.748Z[ recovery-image] Sep 16 16:40:10.222 INFO O| Sep 16 16:40:10.222 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-09-16T16:40:11.769Z[ recovery-image] Sep 16 16:40:10.245 INFO O| Sep 16 16:40:10.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49362024-09-16T16:40:11.772Z[ recovery-image] Sep 16 16:40:10.245 INFO O| Sep 16 16:40:10.245 INFO STEP 297 (remove_files) COMPLETE
49372024-09-16T16:40:11.772Z[ recovery-image] Sep 16 16:40:10.246 INFO O| Sep 16 16:40:10.246 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-09-16T16:40:11.787Z[ recovery-image] Sep 16 16:40:10.264 INFO O| Sep 16 16:40:10.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49392024-09-16T16:40:11.790Z[ recovery-image] Sep 16 16:40:10.264 INFO O| Sep 16 16:40:10.264 INFO STEP 298 (remove_files) COMPLETE
49402024-09-16T16:40:11.790Z[ recovery-image] Sep 16 16:40:10.264 INFO O| Sep 16 16:40:10.264 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-09-16T16:40:11.818Z[ recovery-image] Sep 16 16:40:10.294 INFO O| Sep 16 16:40:10.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49422024-09-16T16:40:11.821Z[ recovery-image] Sep 16 16:40:10.294 INFO O| Sep 16 16:40:10.294 INFO STEP 299 (remove_files) COMPLETE
49432024-09-16T16:40:11.821Z[ recovery-image] Sep 16 16:40:10.295 INFO O| Sep 16 16:40:10.295 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-09-16T16:40:11.836Z[ recovery-image] Sep 16 16:40:10.313 INFO O| Sep 16 16:40:10.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49452024-09-16T16:40:11.839Z[ recovery-image] Sep 16 16:40:10.313 INFO O| Sep 16 16:40:10.313 INFO STEP 300 (remove_files) COMPLETE
49462024-09-16T16:40:11.839Z[ recovery-image] Sep 16 16:40:10.313 INFO O| Sep 16 16:40:10.313 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-09-16T16:40:11.890Z[ recovery-image] Sep 16 16:40:10.367 INFO O| Sep 16 16:40:10.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49482024-09-16T16:40:11.893Z[ recovery-image] Sep 16 16:40:10.367 INFO O| Sep 16 16:40:10.367 INFO STEP 301 (remove_files) COMPLETE
49492024-09-16T16:40:11.893Z[ recovery-image] Sep 16 16:40:10.367 INFO O| Sep 16 16:40:10.367 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-09-16T16:40:11.910Z[ recovery-image] Sep 16 16:40:10.387 INFO O| Sep 16 16:40:10.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49512024-09-16T16:40:11.913Z[ recovery-image] Sep 16 16:40:10.387 INFO O| Sep 16 16:40:10.387 INFO STEP 302 (remove_files) COMPLETE
49522024-09-16T16:40:11.913Z[ recovery-image] Sep 16 16:40:10.387 INFO O| Sep 16 16:40:10.387 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-09-16T16:40:11.928Z[ recovery-image] Sep 16 16:40:10.405 INFO O| Sep 16 16:40:10.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49542024-09-16T16:40:11.931Z[ recovery-image] Sep 16 16:40:10.405 INFO O| Sep 16 16:40:10.405 INFO STEP 303 (remove_files) COMPLETE
49552024-09-16T16:40:11.931Z[ recovery-image] Sep 16 16:40:10.405 INFO O| Sep 16 16:40:10.405 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-09-16T16:40:11.953Z[ recovery-image] Sep 16 16:40:10.429 INFO O| Sep 16 16:40:10.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49572024-09-16T16:40:11.953Z[ recovery-image] Sep 16 16:40:10.429 INFO O| Sep 16 16:40:10.429 INFO STEP 304 (remove_files) COMPLETE
49582024-09-16T16:40:11.955Z[ recovery-image] Sep 16 16:40:10.429 INFO O| Sep 16 16:40:10.429 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-09-16T16:40:11.972Z[ recovery-image] Sep 16 16:40:10.448 INFO O| Sep 16 16:40:10.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49602024-09-16T16:40:11.972Z[ recovery-image] Sep 16 16:40:10.449 INFO O| Sep 16 16:40:10.448 INFO STEP 305 (remove_files) COMPLETE
49612024-09-16T16:40:11.972Z[ recovery-image] Sep 16 16:40:10.449 INFO O| Sep 16 16:40:10.448 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-09-16T16:40:11.989Z[ recovery-image] Sep 16 16:40:10.466 INFO O| Sep 16 16:40:10.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49632024-09-16T16:40:11.990Z[ recovery-image] Sep 16 16:40:10.466 INFO O| Sep 16 16:40:10.466 INFO STEP 306 (remove_files) COMPLETE
49642024-09-16T16:40:11.990Z[ recovery-image] Sep 16 16:40:10.466 INFO O| Sep 16 16:40:10.466 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-09-16T16:40:12.006Z[ recovery-image] Sep 16 16:40:10.483 INFO O| Sep 16 16:40:10.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49662024-09-16T16:40:12.006Z[ recovery-image] Sep 16 16:40:10.483 INFO O| Sep 16 16:40:10.483 INFO STEP 307 (remove_files) COMPLETE
49672024-09-16T16:40:12.009Z[ recovery-image] Sep 16 16:40:10.483 INFO O| Sep 16 16:40:10.483 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-09-16T16:40:12.022Z[ recovery-image] Sep 16 16:40:10.499 INFO O| Sep 16 16:40:10.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49692024-09-16T16:40:12.022Z[ recovery-image] Sep 16 16:40:10.499 INFO O| Sep 16 16:40:10.499 INFO STEP 308 (remove_files) COMPLETE
49702024-09-16T16:40:12.025Z[ recovery-image] Sep 16 16:40:10.499 INFO O| Sep 16 16:40:10.499 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-09-16T16:40:12.060Z[ recovery-image] Sep 16 16:40:10.537 INFO O| Sep 16 16:40:10.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49722024-09-16T16:40:12.060Z[ recovery-image] Sep 16 16:40:10.537 INFO O| Sep 16 16:40:10.537 INFO STEP 309 (remove_files) COMPLETE
49732024-09-16T16:40:12.060Z[ recovery-image] Sep 16 16:40:10.537 INFO O| Sep 16 16:40:10.537 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-09-16T16:40:12.098Z[ recovery-image] Sep 16 16:40:10.575 INFO O| Sep 16 16:40:10.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49752024-09-16T16:40:12.098Z[ recovery-image] Sep 16 16:40:10.575 INFO O| Sep 16 16:40:10.575 INFO STEP 310 (remove_files) COMPLETE
49762024-09-16T16:40:12.098Z[ recovery-image] Sep 16 16:40:10.575 INFO O| Sep 16 16:40:10.575 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-09-16T16:40:12.124Z[ recovery-image] Sep 16 16:40:10.600 INFO O| Sep 16 16:40:10.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49782024-09-16T16:40:12.124Z[ recovery-image] Sep 16 16:40:10.600 INFO O| Sep 16 16:40:10.600 INFO STEP 311 (remove_files) COMPLETE
49792024-09-16T16:40:12.124Z[ recovery-image] Sep 16 16:40:10.600 INFO O| Sep 16 16:40:10.600 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-09-16T16:40:12.184Z[ recovery-image] Sep 16 16:40:10.661 INFO O| Sep 16 16:40:10.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49812024-09-16T16:40:12.184Z[ recovery-image] Sep 16 16:40:10.661 INFO O| Sep 16 16:40:10.661 INFO STEP 312 (remove_files) COMPLETE
49822024-09-16T16:40:12.184Z[ recovery-image] Sep 16 16:40:10.661 INFO O| Sep 16 16:40:10.661 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-09-16T16:40:12.205Z[ recovery-image] Sep 16 16:40:10.681 INFO O| Sep 16 16:40:10.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49842024-09-16T16:40:12.205Z[ recovery-image] Sep 16 16:40:10.681 INFO O| Sep 16 16:40:10.681 INFO STEP 313 (remove_files) COMPLETE
49852024-09-16T16:40:12.205Z[ recovery-image] Sep 16 16:40:10.681 INFO O| Sep 16 16:40:10.681 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-09-16T16:40:12.246Z[ recovery-image] Sep 16 16:40:10.722 INFO O| Sep 16 16:40:10.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49872024-09-16T16:40:12.249Z[ recovery-image] Sep 16 16:40:10.722 INFO O| Sep 16 16:40:10.722 INFO STEP 314 (remove_files) COMPLETE
49882024-09-16T16:40:12.249Z[ recovery-image] Sep 16 16:40:10.723 INFO O| Sep 16 16:40:10.722 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-09-16T16:40:12.266Z[ recovery-image] Sep 16 16:40:10.742 INFO O| Sep 16 16:40:10.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49902024-09-16T16:40:12.269Z[ recovery-image] Sep 16 16:40:10.742 INFO O| Sep 16 16:40:10.742 INFO STEP 315 (remove_files) COMPLETE
49912024-09-16T16:40:12.269Z[ recovery-image] Sep 16 16:40:10.742 INFO O| Sep 16 16:40:10.742 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-09-16T16:40:12.283Z[ recovery-image] Sep 16 16:40:10.759 INFO O| Sep 16 16:40:10.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49932024-09-16T16:40:12.285Z[ recovery-image] Sep 16 16:40:10.760 INFO O| Sep 16 16:40:10.759 INFO STEP 316 (remove_files) COMPLETE
49942024-09-16T16:40:12.286Z[ recovery-image] Sep 16 16:40:10.760 INFO O| Sep 16 16:40:10.760 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-09-16T16:40:12.301Z[ recovery-image] Sep 16 16:40:10.778 INFO O| Sep 16 16:40:10.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49962024-09-16T16:40:12.301Z[ recovery-image] Sep 16 16:40:10.778 INFO O| Sep 16 16:40:10.778 INFO STEP 317 (remove_files) COMPLETE
49972024-09-16T16:40:12.304Z[ recovery-image] Sep 16 16:40:10.778 INFO O| Sep 16 16:40:10.778 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-09-16T16:40:12.321Z[ recovery-image] Sep 16 16:40:10.798 INFO O| Sep 16 16:40:10.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49992024-09-16T16:40:12.321Z[ recovery-image] Sep 16 16:40:10.798 INFO O| Sep 16 16:40:10.798 INFO STEP 318 (remove_files) COMPLETE
50002024-09-16T16:40:12.324Z[ recovery-image] Sep 16 16:40:10.798 INFO O| Sep 16 16:40:10.798 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-09-16T16:40:12.338Z[ recovery-image] Sep 16 16:40:10.815 INFO O| Sep 16 16:40:10.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50022024-09-16T16:40:12.338Z[ recovery-image] Sep 16 16:40:10.815 INFO O| Sep 16 16:40:10.815 INFO STEP 319 (remove_files) COMPLETE
50032024-09-16T16:40:12.341Z[ recovery-image] Sep 16 16:40:10.815 INFO O| Sep 16 16:40:10.815 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-09-16T16:40:12.354Z[ recovery-image] Sep 16 16:40:10.831 INFO O| Sep 16 16:40:10.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50052024-09-16T16:40:12.354Z[ recovery-image] Sep 16 16:40:10.831 INFO O| Sep 16 16:40:10.831 INFO STEP 320 (remove_files) COMPLETE
50062024-09-16T16:40:12.357Z[ recovery-image] Sep 16 16:40:10.831 INFO O| Sep 16 16:40:10.831 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-09-16T16:40:12.369Z[ recovery-image] Sep 16 16:40:10.846 INFO O| Sep 16 16:40:10.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50082024-09-16T16:40:12.372Z[ recovery-image] Sep 16 16:40:10.846 INFO O| Sep 16 16:40:10.846 INFO STEP 321 (remove_files) COMPLETE
50092024-09-16T16:40:12.372Z[ recovery-image] Sep 16 16:40:10.846 INFO O| Sep 16 16:40:10.846 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-09-16T16:40:12.385Z[ recovery-image] Sep 16 16:40:10.862 INFO O| Sep 16 16:40:10.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50112024-09-16T16:40:12.386Z[ recovery-image] Sep 16 16:40:10.862 INFO O| Sep 16 16:40:10.862 INFO STEP 322 (remove_files) COMPLETE
50122024-09-16T16:40:12.386Z[ recovery-image] Sep 16 16:40:10.862 INFO O| Sep 16 16:40:10.862 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-09-16T16:40:12.401Z[ recovery-image] Sep 16 16:40:10.878 INFO O| Sep 16 16:40:10.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50142024-09-16T16:40:12.401Z[ recovery-image] Sep 16 16:40:10.878 INFO O| Sep 16 16:40:10.878 INFO STEP 323 (remove_files) COMPLETE
50152024-09-16T16:40:12.404Z[ recovery-image] Sep 16 16:40:10.878 INFO O| Sep 16 16:40:10.878 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-09-16T16:40:12.417Z[ recovery-image] Sep 16 16:40:10.894 INFO O| Sep 16 16:40:10.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50172024-09-16T16:40:12.417Z[ recovery-image] Sep 16 16:40:10.894 INFO O| Sep 16 16:40:10.894 INFO STEP 324 (remove_files) COMPLETE
50182024-09-16T16:40:12.417Z[ recovery-image] Sep 16 16:40:10.894 INFO O| Sep 16 16:40:10.894 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-09-16T16:40:12.433Z[ recovery-image] Sep 16 16:40:10.910 INFO O| Sep 16 16:40:10.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50202024-09-16T16:40:12.433Z[ recovery-image] Sep 16 16:40:10.910 INFO O| Sep 16 16:40:10.910 INFO STEP 325 (remove_files) COMPLETE
50212024-09-16T16:40:12.433Z[ recovery-image] Sep 16 16:40:10.910 INFO O| Sep 16 16:40:10.910 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-09-16T16:40:12.449Z[ recovery-image] Sep 16 16:40:10.926 INFO O| Sep 16 16:40:10.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50232024-09-16T16:40:12.449Z[ recovery-image] Sep 16 16:40:10.926 INFO O| Sep 16 16:40:10.926 INFO STEP 326 (remove_files) COMPLETE
50242024-09-16T16:40:12.452Z[ recovery-image] Sep 16 16:40:10.926 INFO O| Sep 16 16:40:10.926 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-09-16T16:40:12.465Z[ recovery-image] Sep 16 16:40:10.941 INFO O| Sep 16 16:40:10.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50262024-09-16T16:40:12.465Z[ recovery-image] Sep 16 16:40:10.942 INFO O| Sep 16 16:40:10.942 INFO STEP 327 (remove_files) COMPLETE
50272024-09-16T16:40:12.467Z[ recovery-image] Sep 16 16:40:10.942 INFO O| Sep 16 16:40:10.942 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-09-16T16:40:12.481Z[ recovery-image] Sep 16 16:40:10.958 INFO O| Sep 16 16:40:10.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
50292024-09-16T16:40:12.481Z[ recovery-image] Sep 16 16:40:10.958 INFO O| Sep 16 16:40:10.958 INFO STEP 328 (remove_files) COMPLETE
50302024-09-16T16:40:12.481Z[ recovery-image] Sep 16 16:40:10.958 INFO O| Sep 16 16:40:10.958 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-09-16T16:40:12.498Z[ recovery-image] Sep 16 16:40:10.974 INFO O| Sep 16 16:40:10.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50322024-09-16T16:40:12.500Z[ recovery-image] Sep 16 16:40:10.975 INFO O| Sep 16 16:40:10.975 INFO STEP 329 (remove_files) COMPLETE
50332024-09-16T16:40:12.500Z[ recovery-image] Sep 16 16:40:10.975 INFO O| Sep 16 16:40:10.975 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-09-16T16:40:12.517Z[ recovery-image] Sep 16 16:40:10.993 INFO O| Sep 16 16:40:10.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50352024-09-16T16:40:12.519Z[ recovery-image] Sep 16 16:40:10.993 INFO O| Sep 16 16:40:10.993 INFO STEP 330 (remove_files) COMPLETE
50362024-09-16T16:40:12.519Z[ recovery-image] Sep 16 16:40:10.994 INFO O| Sep 16 16:40:10.994 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-09-16T16:40:12.539Z[ recovery-image] Sep 16 16:40:11.016 INFO O| Sep 16 16:40:11.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50382024-09-16T16:40:12.542Z[ recovery-image] Sep 16 16:40:11.016 INFO O| Sep 16 16:40:11.016 INFO STEP 331 (remove_files) COMPLETE
50392024-09-16T16:40:12.542Z[ recovery-image] Sep 16 16:40:11.016 INFO O| Sep 16 16:40:11.016 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-09-16T16:40:12.558Z[ recovery-image] Sep 16 16:40:11.034 INFO O| Sep 16 16:40:11.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50412024-09-16T16:40:12.560Z[ recovery-image] Sep 16 16:40:11.034 INFO O| Sep 16 16:40:11.034 INFO STEP 332 (remove_files) COMPLETE
50422024-09-16T16:40:12.560Z[ recovery-image] Sep 16 16:40:11.034 INFO O| Sep 16 16:40:11.034 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-09-16T16:40:12.577Z[ recovery-image] Sep 16 16:40:11.053 INFO O| Sep 16 16:40:11.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50442024-09-16T16:40:12.579Z[ recovery-image] Sep 16 16:40:11.053 INFO O| Sep 16 16:40:11.053 INFO STEP 333 (remove_files) COMPLETE
50452024-09-16T16:40:12.579Z[ recovery-image] Sep 16 16:40:11.054 INFO O| Sep 16 16:40:11.054 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-09-16T16:40:12.595Z[ recovery-image] Sep 16 16:40:11.071 INFO O| Sep 16 16:40:11.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50472024-09-16T16:40:12.597Z[ recovery-image] Sep 16 16:40:11.071 INFO O| Sep 16 16:40:11.071 INFO STEP 334 (remove_files) COMPLETE
50482024-09-16T16:40:12.597Z[ recovery-image] Sep 16 16:40:11.071 INFO O| Sep 16 16:40:11.071 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-09-16T16:40:12.622Z[ recovery-image] Sep 16 16:40:11.098 INFO O| Sep 16 16:40:11.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50502024-09-16T16:40:12.624Z[ recovery-image] Sep 16 16:40:11.098 INFO O| Sep 16 16:40:11.098 INFO STEP 335 (remove_files) COMPLETE
50512024-09-16T16:40:12.624Z[ recovery-image] Sep 16 16:40:11.099 INFO O| Sep 16 16:40:11.098 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-09-16T16:40:12.650Z[ recovery-image] Sep 16 16:40:11.126 INFO O| Sep 16 16:40:11.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50532024-09-16T16:40:12.650Z[ recovery-image] Sep 16 16:40:11.126 INFO O| Sep 16 16:40:11.126 INFO STEP 336 (remove_files) COMPLETE
50542024-09-16T16:40:12.650Z[ recovery-image] Sep 16 16:40:11.126 INFO O| Sep 16 16:40:11.126 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-09-16T16:40:12.747Z[ recovery-image] Sep 16 16:40:11.223 INFO O| Sep 16 16:40:11.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50562024-09-16T16:40:12.747Z[ recovery-image] Sep 16 16:40:11.223 INFO O| Sep 16 16:40:11.223 INFO STEP 337 (remove_files) COMPLETE
50572024-09-16T16:40:12.750Z[ recovery-image] Sep 16 16:40:11.223 INFO O| Sep 16 16:40:11.223 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-09-16T16:40:12.768Z[ recovery-image] Sep 16 16:40:11.244 INFO O| Sep 16 16:40:11.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50592024-09-16T16:40:12.768Z[ recovery-image] Sep 16 16:40:11.244 INFO O| Sep 16 16:40:11.244 INFO STEP 338 (remove_files) COMPLETE
50602024-09-16T16:40:12.771Z[ recovery-image] Sep 16 16:40:11.244 INFO O| Sep 16 16:40:11.244 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-09-16T16:40:12.786Z[ recovery-image] Sep 16 16:40:11.262 INFO O| Sep 16 16:40:11.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50622024-09-16T16:40:12.786Z[ recovery-image] Sep 16 16:40:11.263 INFO O| Sep 16 16:40:11.263 INFO STEP 339 (remove_files) COMPLETE
50632024-09-16T16:40:12.786Z[ recovery-image] Sep 16 16:40:11.263 INFO O| Sep 16 16:40:11.263 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-09-16T16:40:12.805Z[ recovery-image] Sep 16 16:40:11.282 INFO O| Sep 16 16:40:11.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50652024-09-16T16:40:12.805Z[ recovery-image] Sep 16 16:40:11.282 INFO O| Sep 16 16:40:11.282 INFO STEP 340 (remove_files) COMPLETE
50662024-09-16T16:40:12.809Z[ recovery-image] Sep 16 16:40:11.282 INFO O| Sep 16 16:40:11.282 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-09-16T16:40:12.823Z[ recovery-image] Sep 16 16:40:11.300 INFO O| Sep 16 16:40:11.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50682024-09-16T16:40:12.823Z[ recovery-image] Sep 16 16:40:11.300 INFO O| Sep 16 16:40:11.300 INFO STEP 341 (remove_files) COMPLETE
50692024-09-16T16:40:12.823Z[ recovery-image] Sep 16 16:40:11.300 INFO O| Sep 16 16:40:11.300 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-09-16T16:40:12.842Z[ recovery-image] Sep 16 16:40:11.318 INFO O| Sep 16 16:40:11.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50712024-09-16T16:40:12.843Z[ recovery-image] Sep 16 16:40:11.318 INFO O| Sep 16 16:40:11.318 INFO STEP 342 (remove_files) COMPLETE
50722024-09-16T16:40:12.843Z[ recovery-image] Sep 16 16:40:11.318 INFO O| Sep 16 16:40:11.318 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-09-16T16:40:12.860Z[ recovery-image] Sep 16 16:40:11.336 INFO O| Sep 16 16:40:11.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50742024-09-16T16:40:12.860Z[ recovery-image] Sep 16 16:40:11.337 INFO O| Sep 16 16:40:11.337 INFO STEP 343 (remove_files) COMPLETE
50752024-09-16T16:40:12.863Z[ recovery-image] Sep 16 16:40:11.337 INFO O| Sep 16 16:40:11.337 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-09-16T16:40:12.896Z[ recovery-image] Sep 16 16:40:11.373 INFO O| Sep 16 16:40:11.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50772024-09-16T16:40:12.897Z[ recovery-image] Sep 16 16:40:11.373 INFO O| Sep 16 16:40:11.373 INFO STEP 344 (remove_files) COMPLETE
50782024-09-16T16:40:12.900Z[ recovery-image] Sep 16 16:40:11.373 INFO O| Sep 16 16:40:11.373 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-09-16T16:40:12.914Z[ recovery-image] Sep 16 16:40:11.391 INFO O| Sep 16 16:40:11.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50802024-09-16T16:40:12.914Z[ recovery-image] Sep 16 16:40:11.391 INFO O| Sep 16 16:40:11.391 INFO STEP 345 (remove_files) COMPLETE
50812024-09-16T16:40:12.917Z[ recovery-image] Sep 16 16:40:11.391 INFO O| Sep 16 16:40:11.391 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-09-16T16:40:12.942Z[ host-image] Sep 16 16:40:11.418 INFO O| Sep 16 16:40:11.418 INFO O| Done
50832024-09-16T16:40:12.945Z[ recovery-image] Sep 16 16:40:11.419 INFO O| Sep 16 16:40:11.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50842024-09-16T16:40:12.945Z[ recovery-image] Sep 16 16:40:11.419 INFO O| Sep 16 16:40:11.419 INFO STEP 346 (remove_files) COMPLETE
50852024-09-16T16:40:12.945Z[ recovery-image] Sep 16 16:40:11.419 INFO O| Sep 16 16:40:11.419 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-09-16T16:40:12.961Z[ recovery-image] Sep 16 16:40:11.437 INFO O| Sep 16 16:40:11.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50872024-09-16T16:40:12.964Z[ recovery-image] Sep 16 16:40:11.438 INFO O| Sep 16 16:40:11.438 INFO STEP 347 (remove_files) COMPLETE
50882024-09-16T16:40:12.964Z[ recovery-image] Sep 16 16:40:11.438 INFO O| Sep 16 16:40:11.438 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-09-16T16:40:12.977Z[ recovery-image] Sep 16 16:40:11.454 INFO O| Sep 16 16:40:11.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50902024-09-16T16:40:12.980Z[ recovery-image] Sep 16 16:40:11.454 INFO O| Sep 16 16:40:11.454 INFO STEP 348 (remove_files) COMPLETE
50912024-09-16T16:40:12.980Z[ recovery-image] Sep 16 16:40:11.454 INFO O| Sep 16 16:40:11.454 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-09-16T16:40:12.983Z[ host-image] Sep 16 16:40:11.459 INFO O| Sep 16 16:40:11.459 INFO O| Done
50932024-09-16T16:40:12.983Z[ host-image] Sep 16 16:40:11.459 INFO O| Sep 16 16:40:11.459 INFO O| Done
50942024-09-16T16:40:12.995Z[ recovery-image] Sep 16 16:40:11.471 INFO O| Sep 16 16:40:11.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50952024-09-16T16:40:12.997Z[ recovery-image] Sep 16 16:40:11.471 INFO O| Sep 16 16:40:11.471 INFO STEP 349 (remove_files) COMPLETE
50962024-09-16T16:40:12.997Z[ recovery-image] Sep 16 16:40:11.472 INFO O| Sep 16 16:40:11.471 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-09-16T16:40:13.011Z[ recovery-image] Sep 16 16:40:11.487 INFO O| Sep 16 16:40:11.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50982024-09-16T16:40:13.013Z[ recovery-image] Sep 16 16:40:11.488 INFO O| Sep 16 16:40:11.488 INFO STEP 350 (remove_files) COMPLETE
50992024-09-16T16:40:13.013Z[ recovery-image] Sep 16 16:40:11.488 INFO O| Sep 16 16:40:11.488 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-09-16T16:40:13.027Z[ recovery-image] Sep 16 16:40:11.504 INFO O| Sep 16 16:40:11.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51012024-09-16T16:40:13.030Z[ recovery-image] Sep 16 16:40:11.504 INFO O| Sep 16 16:40:11.504 INFO STEP 351 (remove_files) COMPLETE
51022024-09-16T16:40:13.030Z[ recovery-image] Sep 16 16:40:11.504 INFO O| Sep 16 16:40:11.504 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-09-16T16:40:13.045Z[ recovery-image] Sep 16 16:40:11.521 INFO O| Sep 16 16:40:11.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51042024-09-16T16:40:13.045Z[ recovery-image] Sep 16 16:40:11.521 INFO O| Sep 16 16:40:11.521 INFO STEP 352 (remove_files) COMPLETE
51052024-09-16T16:40:13.054Z[ recovery-image] Sep 16 16:40:11.522 INFO O| Sep 16 16:40:11.522 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-09-16T16:40:13.082Z[ host-image] Sep 16 16:40:11.558 INFO O| Sep 16 16:40:11.558 INFO O| Done
51072024-09-16T16:40:13.097Z[ recovery-image] Sep 16 16:40:11.574 INFO O| Sep 16 16:40:11.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51082024-09-16T16:40:13.097Z[ recovery-image] Sep 16 16:40:11.574 INFO O| Sep 16 16:40:11.574 INFO STEP 353 (remove_files) COMPLETE
51092024-09-16T16:40:13.100Z[ recovery-image] Sep 16 16:40:11.574 INFO O| Sep 16 16:40:11.574 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-09-16T16:40:13.156Z[ recovery-image] Sep 16 16:40:11.633 INFO O| Sep 16 16:40:11.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51112024-09-16T16:40:13.156Z[ recovery-image] Sep 16 16:40:11.633 INFO O| Sep 16 16:40:11.633 INFO STEP 354 (remove_files) COMPLETE
51122024-09-16T16:40:13.156Z[ recovery-image] Sep 16 16:40:11.633 INFO O| Sep 16 16:40:11.633 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-09-16T16:40:13.220Z[ recovery-image] Sep 16 16:40:11.695 INFO O| Sep 16 16:40:11.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51142024-09-16T16:40:13.220Z[ recovery-image] Sep 16 16:40:11.696 INFO O| Sep 16 16:40:11.695 INFO STEP 355 (remove_files) COMPLETE
51152024-09-16T16:40:13.220Z[ recovery-image] Sep 16 16:40:11.696 INFO O| Sep 16 16:40:11.696 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-09-16T16:40:13.242Z[ recovery-image] Sep 16 16:40:11.719 INFO O| Sep 16 16:40:11.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51172024-09-16T16:40:13.245Z[ recovery-image] Sep 16 16:40:11.719 INFO O| Sep 16 16:40:11.718 INFO STEP 356 (remove_files) COMPLETE
51182024-09-16T16:40:13.245Z[ recovery-image] Sep 16 16:40:11.719 INFO O| Sep 16 16:40:11.718 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-09-16T16:40:13.262Z[ recovery-image] Sep 16 16:40:11.739 INFO O| Sep 16 16:40:11.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51202024-09-16T16:40:13.262Z[ recovery-image] Sep 16 16:40:11.739 INFO O| Sep 16 16:40:11.739 INFO STEP 357 (remove_files) COMPLETE
51212024-09-16T16:40:13.266Z[ recovery-image] Sep 16 16:40:11.739 INFO O| Sep 16 16:40:11.739 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-09-16T16:40:13.281Z[ recovery-image] Sep 16 16:40:11.757 INFO O| Sep 16 16:40:11.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51232024-09-16T16:40:13.283Z[ recovery-image] Sep 16 16:40:11.757 INFO O| Sep 16 16:40:11.757 INFO STEP 358 (remove_files) COMPLETE
51242024-09-16T16:40:13.283Z[ recovery-image] Sep 16 16:40:11.757 INFO O| Sep 16 16:40:11.757 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-09-16T16:40:13.286Z[ host-image] Sep 16 16:40:11.762 INFO O| Sep 16 16:40:11.762 INFO STEP 13 (pkg_install) COMPLETE
51262024-09-16T16:40:13.286Z[ host-image] Sep 16 16:40:11.762 INFO O| Sep 16 16:40:11.762 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
51272024-09-16T16:40:13.301Z[ host-image] Sep 16 16:40:11.777 INFO O| Sep 16 16:40:11.777 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
51282024-09-16T16:40:13.311Z[ recovery-image] Sep 16 16:40:11.788 INFO O| Sep 16 16:40:11.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51292024-09-16T16:40:13.311Z[ recovery-image] Sep 16 16:40:11.788 INFO O| Sep 16 16:40:11.788 INFO STEP 359 (remove_files) COMPLETE
51302024-09-16T16:40:13.311Z[ recovery-image] Sep 16 16:40:11.788 INFO O| Sep 16 16:40:11.788 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-09-16T16:40:13.328Z[ recovery-image] Sep 16 16:40:11.804 INFO O| Sep 16 16:40:11.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51322024-09-16T16:40:13.328Z[ recovery-image] Sep 16 16:40:11.805 INFO O| Sep 16 16:40:11.805 INFO STEP 360 (remove_files) COMPLETE
51332024-09-16T16:40:13.328Z[ recovery-image] Sep 16 16:40:11.805 INFO O| Sep 16 16:40:11.805 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-09-16T16:40:13.345Z[ recovery-image] Sep 16 16:40:11.821 INFO O| Sep 16 16:40:11.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51352024-09-16T16:40:13.345Z[ recovery-image] Sep 16 16:40:11.821 INFO O| Sep 16 16:40:11.821 INFO STEP 361 (remove_files) COMPLETE
51362024-09-16T16:40:13.347Z[ recovery-image] Sep 16 16:40:11.821 INFO O| Sep 16 16:40:11.821 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-09-16T16:40:13.361Z[ recovery-image] Sep 16 16:40:11.838 INFO O| Sep 16 16:40:11.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51382024-09-16T16:40:13.361Z[ recovery-image] Sep 16 16:40:11.838 INFO O| Sep 16 16:40:11.838 INFO STEP 362 (remove_files) COMPLETE
51392024-09-16T16:40:13.361Z[ recovery-image] Sep 16 16:40:11.838 INFO O| Sep 16 16:40:11.838 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-09-16T16:40:13.378Z[ recovery-image] Sep 16 16:40:11.854 INFO O| Sep 16 16:40:11.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51412024-09-16T16:40:13.378Z[ recovery-image] Sep 16 16:40:11.854 INFO O| Sep 16 16:40:11.854 INFO STEP 363 (remove_files) COMPLETE
51422024-09-16T16:40:13.378Z[ recovery-image] Sep 16 16:40:11.854 INFO O| Sep 16 16:40:11.854 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-09-16T16:40:13.394Z[ recovery-image] Sep 16 16:40:11.871 INFO O| Sep 16 16:40:11.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51442024-09-16T16:40:13.397Z[ recovery-image] Sep 16 16:40:11.871 INFO O| Sep 16 16:40:11.871 INFO STEP 364 (remove_files) COMPLETE
51452024-09-16T16:40:13.397Z[ recovery-image] Sep 16 16:40:11.871 INFO O| Sep 16 16:40:11.871 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-09-16T16:40:13.415Z[ recovery-image] Sep 16 16:40:11.892 INFO O| Sep 16 16:40:11.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51472024-09-16T16:40:13.418Z[ recovery-image] Sep 16 16:40:11.892 INFO O| Sep 16 16:40:11.892 INFO STEP 365 (remove_files) COMPLETE
51482024-09-16T16:40:13.418Z[ recovery-image] Sep 16 16:40:11.892 INFO O| Sep 16 16:40:11.892 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-09-16T16:40:13.434Z[ recovery-image] Sep 16 16:40:11.910 INFO O| Sep 16 16:40:11.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51502024-09-16T16:40:13.436Z[ recovery-image] Sep 16 16:40:11.910 INFO O| Sep 16 16:40:11.910 INFO STEP 366 (remove_files) COMPLETE
51512024-09-16T16:40:13.436Z[ recovery-image] Sep 16 16:40:11.910 INFO O| Sep 16 16:40:11.910 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-09-16T16:40:13.467Z[ recovery-image] Sep 16 16:40:11.944 INFO O| Sep 16 16:40:11.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51532024-09-16T16:40:13.470Z[ recovery-image] Sep 16 16:40:11.944 INFO O| Sep 16 16:40:11.944 INFO STEP 367 (remove_files) COMPLETE
51542024-09-16T16:40:13.470Z[ recovery-image] Sep 16 16:40:11.944 INFO O| Sep 16 16:40:11.944 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-09-16T16:40:13.487Z[ recovery-image] Sep 16 16:40:11.963 INFO O| Sep 16 16:40:11.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51562024-09-16T16:40:13.487Z[ recovery-image] Sep 16 16:40:11.963 INFO O| Sep 16 16:40:11.963 INFO STEP 368 (remove_files) COMPLETE
51572024-09-16T16:40:13.489Z[ recovery-image] Sep 16 16:40:11.963 INFO O| Sep 16 16:40:11.963 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-09-16T16:40:13.537Z[ recovery-image] Sep 16 16:40:12.013 INFO O| Sep 16 16:40:12.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51592024-09-16T16:40:13.537Z[ recovery-image] Sep 16 16:40:12.013 INFO O| Sep 16 16:40:12.013 INFO STEP 369 (remove_files) COMPLETE
51602024-09-16T16:40:13.537Z[ recovery-image] Sep 16 16:40:12.013 INFO O| Sep 16 16:40:12.013 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-09-16T16:40:13.556Z[ recovery-image] Sep 16 16:40:12.032 INFO O| Sep 16 16:40:12.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51622024-09-16T16:40:13.556Z[ recovery-image] Sep 16 16:40:12.032 INFO O| Sep 16 16:40:12.032 INFO STEP 370 (remove_files) COMPLETE
51632024-09-16T16:40:13.559Z[ recovery-image] Sep 16 16:40:12.032 INFO O| Sep 16 16:40:12.032 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-09-16T16:40:13.573Z[ recovery-image] Sep 16 16:40:12.050 INFO O| Sep 16 16:40:12.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51652024-09-16T16:40:13.573Z[ recovery-image] Sep 16 16:40:12.050 INFO O| Sep 16 16:40:12.050 INFO STEP 371 (remove_files) COMPLETE
51662024-09-16T16:40:13.576Z[ recovery-image] Sep 16 16:40:12.050 INFO O| Sep 16 16:40:12.050 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-09-16T16:40:13.592Z[ recovery-image] Sep 16 16:40:12.068 INFO O| Sep 16 16:40:12.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51682024-09-16T16:40:13.592Z[ recovery-image] Sep 16 16:40:12.068 INFO O| Sep 16 16:40:12.068 INFO STEP 372 (remove_files) COMPLETE
51692024-09-16T16:40:13.592Z[ recovery-image] Sep 16 16:40:12.068 INFO O| Sep 16 16:40:12.068 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-09-16T16:40:13.611Z[ recovery-image] Sep 16 16:40:12.086 INFO O| Sep 16 16:40:12.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51712024-09-16T16:40:13.611Z[ recovery-image] Sep 16 16:40:12.087 INFO O| Sep 16 16:40:12.087 INFO STEP 373 (remove_files) COMPLETE
51722024-09-16T16:40:13.611Z[ recovery-image] Sep 16 16:40:12.087 INFO O| Sep 16 16:40:12.087 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-09-16T16:40:13.629Z[ recovery-image] Sep 16 16:40:12.105 INFO O| Sep 16 16:40:12.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51742024-09-16T16:40:13.629Z[ recovery-image] Sep 16 16:40:12.105 INFO O| Sep 16 16:40:12.105 INFO STEP 374 (remove_files) COMPLETE
51752024-09-16T16:40:13.629Z[ recovery-image] Sep 16 16:40:12.105 INFO O| Sep 16 16:40:12.105 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-09-16T16:40:13.663Z[ recovery-image] Sep 16 16:40:12.140 INFO O| Sep 16 16:40:12.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51772024-09-16T16:40:13.663Z[ recovery-image] Sep 16 16:40:12.140 INFO O| Sep 16 16:40:12.140 INFO STEP 375 (remove_files) COMPLETE
51782024-09-16T16:40:13.667Z[ recovery-image] Sep 16 16:40:12.140 INFO O| Sep 16 16:40:12.140 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-09-16T16:40:13.683Z[ recovery-image] Sep 16 16:40:12.160 INFO O| Sep 16 16:40:12.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51802024-09-16T16:40:13.683Z[ recovery-image] Sep 16 16:40:12.160 INFO O| Sep 16 16:40:12.160 INFO STEP 376 (remove_files) COMPLETE
51812024-09-16T16:40:13.684Z[ recovery-image] Sep 16 16:40:12.160 INFO O| Sep 16 16:40:12.160 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-09-16T16:40:13.702Z[ recovery-image] Sep 16 16:40:12.179 INFO O| Sep 16 16:40:12.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51832024-09-16T16:40:13.702Z[ recovery-image] Sep 16 16:40:12.179 INFO O| Sep 16 16:40:12.179 INFO STEP 377 (remove_files) COMPLETE
51842024-09-16T16:40:13.702Z[ recovery-image] Sep 16 16:40:12.179 INFO O| Sep 16 16:40:12.179 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-09-16T16:40:13.738Z[ recovery-image] Sep 16 16:40:12.214 INFO O| Sep 16 16:40:12.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51862024-09-16T16:40:13.740Z[ recovery-image] Sep 16 16:40:12.214 INFO O| Sep 16 16:40:12.214 INFO STEP 378 (remove_files) COMPLETE
51872024-09-16T16:40:13.740Z[ recovery-image] Sep 16 16:40:12.214 INFO O| Sep 16 16:40:12.214 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-09-16T16:40:13.756Z[ recovery-image] Sep 16 16:40:12.232 INFO O| Sep 16 16:40:12.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51892024-09-16T16:40:13.758Z[ recovery-image] Sep 16 16:40:12.232 INFO O| Sep 16 16:40:12.232 INFO STEP 379 (remove_files) COMPLETE
51902024-09-16T16:40:13.758Z[ recovery-image] Sep 16 16:40:12.233 INFO O| Sep 16 16:40:12.232 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-09-16T16:40:13.776Z[ recovery-image] Sep 16 16:40:12.253 INFO O| Sep 16 16:40:12.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51922024-09-16T16:40:13.776Z[ recovery-image] Sep 16 16:40:12.253 INFO O| Sep 16 16:40:12.253 INFO STEP 380 (remove_files) COMPLETE
51932024-09-16T16:40:13.779Z[ recovery-image] Sep 16 16:40:12.253 INFO O| Sep 16 16:40:12.253 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-09-16T16:40:13.813Z[ recovery-image] Sep 16 16:40:12.290 INFO O| Sep 16 16:40:12.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51952024-09-16T16:40:13.813Z[ recovery-image] Sep 16 16:40:12.290 INFO O| Sep 16 16:40:12.290 INFO STEP 381 (remove_files) COMPLETE
51962024-09-16T16:40:13.813Z[ recovery-image] Sep 16 16:40:12.290 INFO O| Sep 16 16:40:12.290 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-09-16T16:40:13.890Z[ recovery-image] Sep 16 16:40:12.366 INFO O| Sep 16 16:40:12.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51982024-09-16T16:40:13.890Z[ recovery-image] Sep 16 16:40:12.366 INFO O| Sep 16 16:40:12.366 INFO STEP 382 (remove_files) COMPLETE
51992024-09-16T16:40:13.890Z[ recovery-image] Sep 16 16:40:12.366 INFO O| Sep 16 16:40:12.366 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-09-16T16:40:13.975Z[ recovery-image] Sep 16 16:40:12.451 INFO O| Sep 16 16:40:12.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52012024-09-16T16:40:13.975Z[ recovery-image] Sep 16 16:40:12.451 INFO O| Sep 16 16:40:12.451 INFO STEP 383 (remove_files) COMPLETE
52022024-09-16T16:40:13.975Z[ recovery-image] Sep 16 16:40:12.451 INFO O| Sep 16 16:40:12.451 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-09-16T16:40:14.075Z[ recovery-image] Sep 16 16:40:12.551 INFO O| Sep 16 16:40:12.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52042024-09-16T16:40:14.129Z[ recovery-image] Sep 16 16:40:12.605 INFO O| Sep 16 16:40:12.605 INFO STEP 384 (remove_files) COMPLETE
52052024-09-16T16:40:14.130Z[ recovery-image] Sep 16 16:40:12.605 INFO O| Sep 16 16:40:12.605 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-09-16T16:40:14.177Z[ recovery-image] Sep 16 16:40:12.652 INFO O| Sep 16 16:40:12.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52072024-09-16T16:40:14.177Z[ recovery-image] Sep 16 16:40:12.652 INFO O| Sep 16 16:40:12.652 INFO STEP 385 (remove_files) COMPLETE
52082024-09-16T16:40:14.177Z[ recovery-image] Sep 16 16:40:12.652 INFO O| Sep 16 16:40:12.652 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-09-16T16:40:14.206Z[ recovery-image] Sep 16 16:40:12.682 INFO O| Sep 16 16:40:12.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52102024-09-16T16:40:14.206Z[ recovery-image] Sep 16 16:40:12.683 INFO O| Sep 16 16:40:12.682 INFO STEP 386 (remove_files) COMPLETE
52112024-09-16T16:40:14.206Z[ recovery-image] Sep 16 16:40:12.683 INFO O| Sep 16 16:40:12.682 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-09-16T16:40:14.256Z[ recovery-image] Sep 16 16:40:12.732 INFO O| Sep 16 16:40:12.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52132024-09-16T16:40:14.258Z[ recovery-image] Sep 16 16:40:12.732 INFO O| Sep 16 16:40:12.732 INFO STEP 387 (remove_files) COMPLETE
52142024-09-16T16:40:14.258Z[ recovery-image] Sep 16 16:40:12.732 INFO O| Sep 16 16:40:12.732 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-09-16T16:40:14.286Z[ recovery-image] Sep 16 16:40:12.762 INFO O| Sep 16 16:40:12.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52162024-09-16T16:40:14.286Z[ recovery-image] Sep 16 16:40:12.763 INFO O| Sep 16 16:40:12.763 INFO STEP 388 (remove_files) COMPLETE
52172024-09-16T16:40:14.286Z[ recovery-image] Sep 16 16:40:12.763 INFO O| Sep 16 16:40:12.763 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-09-16T16:40:14.303Z[ recovery-image] Sep 16 16:40:12.779 INFO O| Sep 16 16:40:12.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52192024-09-16T16:40:14.303Z[ recovery-image] Sep 16 16:40:12.779 INFO O| Sep 16 16:40:12.779 INFO STEP 389 (remove_files) COMPLETE
52202024-09-16T16:40:14.303Z[ recovery-image] Sep 16 16:40:12.779 INFO O| Sep 16 16:40:12.779 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-09-16T16:40:14.318Z[ recovery-image] Sep 16 16:40:12.794 INFO O| Sep 16 16:40:12.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52222024-09-16T16:40:14.318Z[ recovery-image] Sep 16 16:40:12.794 INFO O| Sep 16 16:40:12.794 INFO STEP 390 (remove_files) COMPLETE
52232024-09-16T16:40:14.318Z[ recovery-image] Sep 16 16:40:12.794 INFO O| Sep 16 16:40:12.794 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-09-16T16:40:14.352Z[ recovery-image] Sep 16 16:40:12.829 INFO O| Sep 16 16:40:12.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52252024-09-16T16:40:14.353Z[ recovery-image] Sep 16 16:40:12.829 INFO O| Sep 16 16:40:12.829 INFO STEP 391 (remove_files) COMPLETE
52262024-09-16T16:40:14.355Z[ recovery-image] Sep 16 16:40:12.829 INFO O| Sep 16 16:40:12.829 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-09-16T16:40:14.390Z[ host-image] Sep 16 16:40:12.866 INFO O| Sep 16 16:40:12.866 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
52282024-09-16T16:40:14.412Z[ recovery-image] Sep 16 16:40:12.888 INFO O| Sep 16 16:40:12.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52292024-09-16T16:40:14.412Z[ recovery-image] Sep 16 16:40:12.888 INFO O| Sep 16 16:40:12.888 INFO STEP 392 (remove_files) COMPLETE
52302024-09-16T16:40:14.415Z[ recovery-image] Sep 16 16:40:12.888 INFO O| Sep 16 16:40:12.888 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-09-16T16:40:14.459Z[ recovery-image] Sep 16 16:40:12.935 INFO O| Sep 16 16:40:12.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52322024-09-16T16:40:14.459Z[ recovery-image] Sep 16 16:40:12.935 INFO O| Sep 16 16:40:12.935 INFO STEP 393 (remove_files) COMPLETE
52332024-09-16T16:40:14.461Z[ recovery-image] Sep 16 16:40:12.935 INFO O| Sep 16 16:40:12.935 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-09-16T16:40:14.491Z[ recovery-image] Sep 16 16:40:12.968 INFO O| Sep 16 16:40:12.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52352024-09-16T16:40:14.491Z[ recovery-image] Sep 16 16:40:12.968 INFO O| Sep 16 16:40:12.968 INFO STEP 394 (remove_files) COMPLETE
52362024-09-16T16:40:14.491Z[ recovery-image] Sep 16 16:40:12.968 INFO O| Sep 16 16:40:12.968 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-09-16T16:40:14.546Z[ recovery-image] Sep 16 16:40:13.022 INFO O| Sep 16 16:40:13.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52382024-09-16T16:40:14.546Z[ recovery-image] Sep 16 16:40:13.022 INFO O| Sep 16 16:40:13.022 INFO STEP 395 (remove_files) COMPLETE
52392024-09-16T16:40:14.546Z[ recovery-image] Sep 16 16:40:13.022 INFO O| Sep 16 16:40:13.022 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-09-16T16:40:14.620Z[ recovery-image] Sep 16 16:40:13.096 INFO O| Sep 16 16:40:13.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52412024-09-16T16:40:14.620Z[ recovery-image] Sep 16 16:40:13.096 INFO O| Sep 16 16:40:13.096 INFO STEP 396 (remove_files) COMPLETE
52422024-09-16T16:40:14.620Z[ recovery-image] Sep 16 16:40:13.096 INFO O| Sep 16 16:40:13.096 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-09-16T16:40:14.654Z[ recovery-image] Sep 16 16:40:13.130 INFO O| Sep 16 16:40:13.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52442024-09-16T16:40:14.654Z[ recovery-image] Sep 16 16:40:13.130 INFO O| Sep 16 16:40:13.130 INFO STEP 397 (remove_files) COMPLETE
52452024-09-16T16:40:14.654Z[ recovery-image] Sep 16 16:40:13.130 INFO O| Sep 16 16:40:13.130 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-09-16T16:40:14.695Z[ recovery-image] Sep 16 16:40:13.171 INFO O| Sep 16 16:40:13.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52472024-09-16T16:40:14.695Z[ recovery-image] Sep 16 16:40:13.171 INFO O| Sep 16 16:40:13.171 INFO STEP 398 (remove_files) COMPLETE
52482024-09-16T16:40:14.697Z[ recovery-image] Sep 16 16:40:13.171 INFO O| Sep 16 16:40:13.171 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-09-16T16:40:14.715Z[ recovery-image] Sep 16 16:40:13.191 INFO O| Sep 16 16:40:13.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52502024-09-16T16:40:14.715Z[ recovery-image] Sep 16 16:40:13.191 INFO O| Sep 16 16:40:13.191 INFO STEP 399 (remove_files) COMPLETE
52512024-09-16T16:40:14.718Z[ recovery-image] Sep 16 16:40:13.191 INFO O| Sep 16 16:40:13.191 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-09-16T16:40:14.736Z[ recovery-image] Sep 16 16:40:13.212 INFO O| Sep 16 16:40:13.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52532024-09-16T16:40:14.736Z[ recovery-image] Sep 16 16:40:13.212 INFO O| Sep 16 16:40:13.212 INFO STEP 400 (remove_files) COMPLETE
52542024-09-16T16:40:14.738Z[ recovery-image] Sep 16 16:40:13.212 INFO O| Sep 16 16:40:13.212 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-09-16T16:40:14.755Z[ recovery-image] Sep 16 16:40:13.231 INFO O| Sep 16 16:40:13.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52562024-09-16T16:40:14.755Z[ recovery-image] Sep 16 16:40:13.231 INFO O| Sep 16 16:40:13.231 INFO STEP 401 (remove_files) COMPLETE
52572024-09-16T16:40:14.757Z[ recovery-image] Sep 16 16:40:13.231 INFO O| Sep 16 16:40:13.231 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-09-16T16:40:14.772Z[ recovery-image] Sep 16 16:40:13.249 INFO O| Sep 16 16:40:13.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52592024-09-16T16:40:14.772Z[ recovery-image] Sep 16 16:40:13.249 INFO O| Sep 16 16:40:13.249 INFO STEP 402 (remove_files) COMPLETE
52602024-09-16T16:40:14.775Z[ recovery-image] Sep 16 16:40:13.249 INFO O| Sep 16 16:40:13.249 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-09-16T16:40:14.811Z[ recovery-image] Sep 16 16:40:13.287 INFO O| Sep 16 16:40:13.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52622024-09-16T16:40:14.811Z[ recovery-image] Sep 16 16:40:13.287 INFO O| Sep 16 16:40:13.287 INFO STEP 403 (remove_files) COMPLETE
52632024-09-16T16:40:14.811Z[ recovery-image] Sep 16 16:40:13.287 INFO O| Sep 16 16:40:13.287 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-09-16T16:40:14.829Z[ recovery-image] Sep 16 16:40:13.305 INFO O| Sep 16 16:40:13.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52652024-09-16T16:40:14.829Z[ recovery-image] Sep 16 16:40:13.305 INFO O| Sep 16 16:40:13.305 INFO STEP 404 (remove_files) COMPLETE
52662024-09-16T16:40:14.831Z[ recovery-image] Sep 16 16:40:13.305 INFO O| Sep 16 16:40:13.305 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-09-16T16:40:14.861Z[ recovery-image] Sep 16 16:40:13.338 INFO O| Sep 16 16:40:13.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52682024-09-16T16:40:14.861Z[ recovery-image] Sep 16 16:40:13.338 INFO O| Sep 16 16:40:13.338 INFO STEP 405 (remove_files) COMPLETE
52692024-09-16T16:40:14.864Z[ recovery-image] Sep 16 16:40:13.338 INFO O| Sep 16 16:40:13.338 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-09-16T16:40:14.904Z[ recovery-image] Sep 16 16:40:13.380 INFO O| Sep 16 16:40:13.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52712024-09-16T16:40:14.904Z[ recovery-image] Sep 16 16:40:13.380 INFO O| Sep 16 16:40:13.380 INFO STEP 406 (remove_files) COMPLETE
52722024-09-16T16:40:14.904Z[ recovery-image] Sep 16 16:40:13.380 INFO O| Sep 16 16:40:13.380 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-09-16T16:40:14.935Z[ recovery-image] Sep 16 16:40:13.411 INFO O| Sep 16 16:40:13.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52742024-09-16T16:40:14.935Z[ recovery-image] Sep 16 16:40:13.411 INFO O| Sep 16 16:40:13.411 INFO STEP 407 (remove_files) COMPLETE
52752024-09-16T16:40:14.935Z[ recovery-image] Sep 16 16:40:13.411 INFO O| Sep 16 16:40:13.411 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-09-16T16:40:14.953Z[ recovery-image] Sep 16 16:40:13.430 INFO O| Sep 16 16:40:13.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52772024-09-16T16:40:14.953Z[ recovery-image] Sep 16 16:40:13.430 INFO O| Sep 16 16:40:13.430 INFO STEP 408 (remove_files) COMPLETE
52782024-09-16T16:40:14.956Z[ recovery-image] Sep 16 16:40:13.430 INFO O| Sep 16 16:40:13.430 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-09-16T16:40:14.972Z[ recovery-image] Sep 16 16:40:13.448 INFO O| Sep 16 16:40:13.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52802024-09-16T16:40:14.972Z[ recovery-image] Sep 16 16:40:13.448 INFO O| Sep 16 16:40:13.448 INFO STEP 409 (remove_files) COMPLETE
52812024-09-16T16:40:14.972Z[ recovery-image] Sep 16 16:40:13.448 INFO O| Sep 16 16:40:13.448 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-09-16T16:40:15.020Z[ recovery-image] Sep 16 16:40:13.496 INFO O| Sep 16 16:40:13.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52832024-09-16T16:40:15.020Z[ recovery-image] Sep 16 16:40:13.496 INFO O| Sep 16 16:40:13.496 INFO STEP 410 (remove_files) COMPLETE
52842024-09-16T16:40:15.020Z[ recovery-image] Sep 16 16:40:13.496 INFO O| Sep 16 16:40:13.496 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-09-16T16:40:15.091Z[ recovery-image] Sep 16 16:40:13.567 INFO O| Sep 16 16:40:13.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52862024-09-16T16:40:15.091Z[ recovery-image] Sep 16 16:40:13.567 INFO O| Sep 16 16:40:13.567 INFO STEP 411 (remove_files) COMPLETE
52872024-09-16T16:40:15.091Z[ recovery-image] Sep 16 16:40:13.567 INFO O| Sep 16 16:40:13.567 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-09-16T16:40:15.112Z[ recovery-image] Sep 16 16:40:13.589 INFO O| Sep 16 16:40:13.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52892024-09-16T16:40:15.112Z[ recovery-image] Sep 16 16:40:13.589 INFO O| Sep 16 16:40:13.589 INFO STEP 412 (remove_files) COMPLETE
52902024-09-16T16:40:15.112Z[ recovery-image] Sep 16 16:40:13.589 INFO O| Sep 16 16:40:13.589 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-09-16T16:40:15.148Z[ recovery-image] Sep 16 16:40:13.624 INFO O| Sep 16 16:40:13.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52922024-09-16T16:40:15.150Z[ recovery-image] Sep 16 16:40:13.624 INFO O| Sep 16 16:40:13.624 INFO STEP 413 (remove_files) COMPLETE
52932024-09-16T16:40:15.150Z[ recovery-image] Sep 16 16:40:13.624 INFO O| Sep 16 16:40:13.624 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-09-16T16:40:15.185Z[ recovery-image] Sep 16 16:40:13.661 INFO O| Sep 16 16:40:13.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52952024-09-16T16:40:15.185Z[ recovery-image] Sep 16 16:40:13.661 INFO O| Sep 16 16:40:13.661 INFO STEP 414 (remove_files) COMPLETE
52962024-09-16T16:40:15.185Z[ recovery-image] Sep 16 16:40:13.661 INFO O| Sep 16 16:40:13.661 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-09-16T16:40:15.202Z[ recovery-image] Sep 16 16:40:13.678 INFO O| Sep 16 16:40:13.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52982024-09-16T16:40:15.202Z[ recovery-image] Sep 16 16:40:13.678 INFO O| Sep 16 16:40:13.678 INFO STEP 415 (remove_files) COMPLETE
52992024-09-16T16:40:15.202Z[ recovery-image] Sep 16 16:40:13.678 INFO O| Sep 16 16:40:13.678 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-09-16T16:40:15.257Z[ recovery-image] Sep 16 16:40:13.733 INFO O| Sep 16 16:40:13.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53012024-09-16T16:40:15.260Z[ recovery-image] Sep 16 16:40:13.733 INFO O| Sep 16 16:40:13.733 INFO STEP 416 (remove_files) COMPLETE
53022024-09-16T16:40:15.260Z[ recovery-image] Sep 16 16:40:13.734 INFO O| Sep 16 16:40:13.734 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-09-16T16:40:15.275Z[ recovery-image] Sep 16 16:40:13.752 INFO O| Sep 16 16:40:13.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53042024-09-16T16:40:15.279Z[ recovery-image] Sep 16 16:40:13.752 INFO O| Sep 16 16:40:13.752 INFO STEP 417 (remove_files) COMPLETE
53052024-09-16T16:40:15.279Z[ recovery-image] Sep 16 16:40:13.752 INFO O| Sep 16 16:40:13.752 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-09-16T16:40:15.292Z[ recovery-image] Sep 16 16:40:13.769 INFO O| Sep 16 16:40:13.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53072024-09-16T16:40:15.295Z[ recovery-image] Sep 16 16:40:13.769 INFO O| Sep 16 16:40:13.769 INFO STEP 418 (remove_files) COMPLETE
53082024-09-16T16:40:15.295Z[ recovery-image] Sep 16 16:40:13.769 INFO O| Sep 16 16:40:13.769 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-09-16T16:40:15.310Z[ recovery-image] Sep 16 16:40:13.786 INFO O| Sep 16 16:40:13.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53102024-09-16T16:40:15.313Z[ recovery-image] Sep 16 16:40:13.787 INFO O| Sep 16 16:40:13.787 INFO STEP 419 (remove_files) COMPLETE
53112024-09-16T16:40:15.313Z[ recovery-image] Sep 16 16:40:13.787 INFO O| Sep 16 16:40:13.787 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-09-16T16:40:15.328Z[ recovery-image] Sep 16 16:40:13.805 INFO O| Sep 16 16:40:13.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53132024-09-16T16:40:15.331Z[ recovery-image] Sep 16 16:40:13.805 INFO O| Sep 16 16:40:13.805 INFO STEP 420 (remove_files) COMPLETE
53142024-09-16T16:40:15.331Z[ recovery-image] Sep 16 16:40:13.805 INFO O| Sep 16 16:40:13.805 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-09-16T16:40:15.346Z[ recovery-image] Sep 16 16:40:13.822 INFO O| Sep 16 16:40:13.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53162024-09-16T16:40:15.349Z[ recovery-image] Sep 16 16:40:13.823 INFO O| Sep 16 16:40:13.823 INFO STEP 421 (remove_files) COMPLETE
53172024-09-16T16:40:15.349Z[ recovery-image] Sep 16 16:40:13.823 INFO O| Sep 16 16:40:13.823 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-09-16T16:40:15.364Z[ recovery-image] Sep 16 16:40:13.840 INFO O| Sep 16 16:40:13.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53192024-09-16T16:40:15.366Z[ recovery-image] Sep 16 16:40:13.840 INFO O| Sep 16 16:40:13.840 INFO STEP 422 (remove_files) COMPLETE
53202024-09-16T16:40:15.366Z[ recovery-image] Sep 16 16:40:13.840 INFO O| Sep 16 16:40:13.840 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-09-16T16:40:15.381Z[ recovery-image] Sep 16 16:40:13.858 INFO O| Sep 16 16:40:13.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53222024-09-16T16:40:15.384Z[ recovery-image] Sep 16 16:40:13.858 INFO O| Sep 16 16:40:13.858 INFO STEP 423 (remove_files) COMPLETE
53232024-09-16T16:40:15.384Z[ recovery-image] Sep 16 16:40:13.858 INFO O| Sep 16 16:40:13.858 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-09-16T16:40:15.400Z[ recovery-image] Sep 16 16:40:13.876 INFO O| Sep 16 16:40:13.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53252024-09-16T16:40:15.403Z[ recovery-image] Sep 16 16:40:13.877 INFO O| Sep 16 16:40:13.877 INFO STEP 424 (remove_files) COMPLETE
53262024-09-16T16:40:15.403Z[ recovery-image] Sep 16 16:40:13.877 INFO O| Sep 16 16:40:13.877 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-09-16T16:40:15.420Z[ recovery-image] Sep 16 16:40:13.896 INFO O| Sep 16 16:40:13.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53282024-09-16T16:40:15.422Z[ recovery-image] Sep 16 16:40:13.896 INFO O| Sep 16 16:40:13.896 INFO STEP 425 (remove_files) COMPLETE
53292024-09-16T16:40:15.423Z[ recovery-image] Sep 16 16:40:13.897 INFO O| Sep 16 16:40:13.896 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-09-16T16:40:15.439Z[ recovery-image] Sep 16 16:40:13.916 INFO O| Sep 16 16:40:13.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53312024-09-16T16:40:15.442Z[ recovery-image] Sep 16 16:40:13.916 INFO O| Sep 16 16:40:13.916 INFO STEP 426 (remove_files) COMPLETE
53322024-09-16T16:40:15.442Z[ recovery-image] Sep 16 16:40:13.916 INFO O| Sep 16 16:40:13.916 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-09-16T16:40:15.483Z[ recovery-image] Sep 16 16:40:13.959 INFO O| Sep 16 16:40:13.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53342024-09-16T16:40:15.483Z[ recovery-image] Sep 16 16:40:13.959 INFO O| Sep 16 16:40:13.959 INFO STEP 427 (remove_files) COMPLETE
53352024-09-16T16:40:15.485Z[ recovery-image] Sep 16 16:40:13.959 INFO O| Sep 16 16:40:13.959 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-09-16T16:40:15.503Z[ recovery-image] Sep 16 16:40:13.979 INFO O| Sep 16 16:40:13.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53372024-09-16T16:40:15.503Z[ recovery-image] Sep 16 16:40:13.979 INFO O| Sep 16 16:40:13.979 INFO STEP 428 (remove_files) COMPLETE
53382024-09-16T16:40:15.503Z[ recovery-image] Sep 16 16:40:13.979 INFO O| Sep 16 16:40:13.979 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-09-16T16:40:15.560Z[ recovery-image] Sep 16 16:40:14.037 INFO O| Sep 16 16:40:14.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53402024-09-16T16:40:15.561Z[ recovery-image] Sep 16 16:40:14.037 INFO O| Sep 16 16:40:14.037 INFO STEP 429 (remove_files) COMPLETE
53412024-09-16T16:40:15.561Z[ recovery-image] Sep 16 16:40:14.037 INFO O| Sep 16 16:40:14.037 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-09-16T16:40:15.583Z[ recovery-image] Sep 16 16:40:14.058 INFO O| Sep 16 16:40:14.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53432024-09-16T16:40:15.583Z[ recovery-image] Sep 16 16:40:14.058 INFO O| Sep 16 16:40:14.058 INFO STEP 430 (remove_files) COMPLETE
53442024-09-16T16:40:15.583Z[ recovery-image] Sep 16 16:40:14.058 INFO O| Sep 16 16:40:14.058 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-09-16T16:40:15.658Z[ recovery-image] Sep 16 16:40:14.134 INFO O| Sep 16 16:40:14.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53462024-09-16T16:40:15.658Z[ recovery-image] Sep 16 16:40:14.134 INFO O| Sep 16 16:40:14.134 INFO STEP 431 (remove_files) COMPLETE
53472024-09-16T16:40:15.658Z[ recovery-image] Sep 16 16:40:14.134 INFO O| Sep 16 16:40:14.134 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-09-16T16:40:15.677Z[ recovery-image] Sep 16 16:40:14.153 INFO O| Sep 16 16:40:14.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53492024-09-16T16:40:15.677Z[ recovery-image] Sep 16 16:40:14.153 INFO O| Sep 16 16:40:14.153 INFO STEP 432 (remove_files) COMPLETE
53502024-09-16T16:40:15.677Z[ recovery-image] Sep 16 16:40:14.153 INFO O| Sep 16 16:40:14.153 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-09-16T16:40:15.694Z[ recovery-image] Sep 16 16:40:14.170 INFO O| Sep 16 16:40:14.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53522024-09-16T16:40:15.694Z[ recovery-image] Sep 16 16:40:14.171 INFO O| Sep 16 16:40:14.171 INFO STEP 433 (remove_files) COMPLETE
53532024-09-16T16:40:15.697Z[ recovery-image] Sep 16 16:40:14.171 INFO O| Sep 16 16:40:14.171 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-09-16T16:40:15.730Z[ recovery-image] Sep 16 16:40:14.206 INFO O| Sep 16 16:40:14.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53552024-09-16T16:40:15.730Z[ recovery-image] Sep 16 16:40:14.206 INFO O| Sep 16 16:40:14.206 INFO STEP 434 (remove_files) COMPLETE
53562024-09-16T16:40:15.730Z[ recovery-image] Sep 16 16:40:14.206 INFO O| Sep 16 16:40:14.206 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-09-16T16:40:15.787Z[ recovery-image] Sep 16 16:40:14.263 INFO O| Sep 16 16:40:14.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53582024-09-16T16:40:15.787Z[ recovery-image] Sep 16 16:40:14.263 INFO O| Sep 16 16:40:14.263 INFO STEP 435 (remove_files) COMPLETE
53592024-09-16T16:40:15.787Z[ recovery-image] Sep 16 16:40:14.263 INFO O| Sep 16 16:40:14.263 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-09-16T16:40:15.829Z[ recovery-image] Sep 16 16:40:14.306 INFO O| Sep 16 16:40:14.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53612024-09-16T16:40:15.832Z[ recovery-image] Sep 16 16:40:14.306 INFO O| Sep 16 16:40:14.306 INFO STEP 436 (remove_files) COMPLETE
53622024-09-16T16:40:15.832Z[ recovery-image] Sep 16 16:40:14.306 INFO O| Sep 16 16:40:14.306 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-09-16T16:40:15.886Z[ recovery-image] Sep 16 16:40:14.361 INFO O| Sep 16 16:40:14.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53642024-09-16T16:40:15.889Z[ recovery-image] Sep 16 16:40:14.361 INFO O| Sep 16 16:40:14.361 INFO STEP 437 (remove_files) COMPLETE
53652024-09-16T16:40:15.889Z[ recovery-image] Sep 16 16:40:14.361 INFO O| Sep 16 16:40:14.361 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-09-16T16:40:15.924Z[ recovery-image] Sep 16 16:40:14.400 INFO O| Sep 16 16:40:14.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53672024-09-16T16:40:15.926Z[ recovery-image] Sep 16 16:40:14.400 INFO O| Sep 16 16:40:14.400 INFO STEP 438 (remove_files) COMPLETE
53682024-09-16T16:40:15.926Z[ recovery-image] Sep 16 16:40:14.400 INFO O| Sep 16 16:40:14.400 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-09-16T16:40:15.949Z[ recovery-image] Sep 16 16:40:14.425 INFO O| Sep 16 16:40:14.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53702024-09-16T16:40:15.952Z[ recovery-image] Sep 16 16:40:14.426 INFO O| Sep 16 16:40:14.426 INFO STEP 439 (remove_files) COMPLETE
53712024-09-16T16:40:15.952Z[ recovery-image] Sep 16 16:40:14.426 INFO O| Sep 16 16:40:14.426 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-09-16T16:40:15.967Z[ recovery-image] Sep 16 16:40:14.443 INFO O| Sep 16 16:40:14.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53732024-09-16T16:40:15.972Z[ recovery-image] Sep 16 16:40:14.444 INFO O| Sep 16 16:40:14.444 INFO STEP 440 (remove_files) COMPLETE
53742024-09-16T16:40:15.972Z[ recovery-image] Sep 16 16:40:14.444 INFO O| Sep 16 16:40:14.444 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-09-16T16:40:16.003Z[ recovery-image] Sep 16 16:40:14.479 INFO O| Sep 16 16:40:14.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53762024-09-16T16:40:16.003Z[ recovery-image] Sep 16 16:40:14.479 INFO O| Sep 16 16:40:14.479 INFO STEP 441 (remove_files) COMPLETE
53772024-09-16T16:40:16.003Z[ recovery-image] Sep 16 16:40:14.479 INFO O| Sep 16 16:40:14.479 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-09-16T16:40:16.023Z[ recovery-image] Sep 16 16:40:14.499 INFO O| Sep 16 16:40:14.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53792024-09-16T16:40:16.023Z[ recovery-image] Sep 16 16:40:14.500 INFO O| Sep 16 16:40:14.500 INFO STEP 442 (remove_files) COMPLETE
53802024-09-16T16:40:16.023Z[ recovery-image] Sep 16 16:40:14.500 INFO O| Sep 16 16:40:14.500 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-09-16T16:40:16.082Z[ recovery-image] Sep 16 16:40:14.557 INFO O| Sep 16 16:40:14.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53822024-09-16T16:40:16.082Z[ recovery-image] Sep 16 16:40:14.558 INFO O| Sep 16 16:40:14.558 INFO STEP 443 (remove_files) COMPLETE
53832024-09-16T16:40:16.082Z[ recovery-image] Sep 16 16:40:14.558 INFO O| Sep 16 16:40:14.558 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-09-16T16:40:16.108Z[ recovery-image] Sep 16 16:40:14.584 INFO O| Sep 16 16:40:14.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53852024-09-16T16:40:16.111Z[ recovery-image] Sep 16 16:40:14.585 INFO O| Sep 16 16:40:14.584 INFO STEP 444 (remove_files) COMPLETE
53862024-09-16T16:40:16.111Z[ recovery-image] Sep 16 16:40:14.585 INFO O| Sep 16 16:40:14.585 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-09-16T16:40:16.128Z[ recovery-image] Sep 16 16:40:14.604 INFO O| Sep 16 16:40:14.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53882024-09-16T16:40:16.128Z[ recovery-image] Sep 16 16:40:14.604 INFO O| Sep 16 16:40:14.604 INFO STEP 445 (remove_files) COMPLETE
53892024-09-16T16:40:16.130Z[ recovery-image] Sep 16 16:40:14.604 INFO O| Sep 16 16:40:14.604 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-09-16T16:40:16.146Z[ recovery-image] Sep 16 16:40:14.622 INFO O| Sep 16 16:40:14.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53912024-09-16T16:40:16.146Z[ recovery-image] Sep 16 16:40:14.622 INFO O| Sep 16 16:40:14.622 INFO STEP 446 (remove_files) COMPLETE
53922024-09-16T16:40:16.146Z[ recovery-image] Sep 16 16:40:14.622 INFO O| Sep 16 16:40:14.622 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-09-16T16:40:16.163Z[ recovery-image] Sep 16 16:40:14.638 INFO O| Sep 16 16:40:14.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53942024-09-16T16:40:16.163Z[ recovery-image] Sep 16 16:40:14.638 INFO O| Sep 16 16:40:14.638 INFO STEP 447 (remove_files) COMPLETE
53952024-09-16T16:40:16.163Z[ recovery-image] Sep 16 16:40:14.639 INFO O| Sep 16 16:40:14.638 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-09-16T16:40:16.189Z[ recovery-image] Sep 16 16:40:14.665 INFO O| Sep 16 16:40:14.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53972024-09-16T16:40:16.189Z[ recovery-image] Sep 16 16:40:14.665 INFO O| Sep 16 16:40:14.665 INFO STEP 448 (remove_files) COMPLETE
53982024-09-16T16:40:16.192Z[ recovery-image] Sep 16 16:40:14.665 INFO O| Sep 16 16:40:14.665 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-09-16T16:40:16.229Z[ recovery-image] Sep 16 16:40:14.705 INFO O| Sep 16 16:40:14.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54002024-09-16T16:40:16.229Z[ recovery-image] Sep 16 16:40:14.705 INFO O| Sep 16 16:40:14.705 INFO STEP 449 (remove_files) COMPLETE
54012024-09-16T16:40:16.231Z[ recovery-image] Sep 16 16:40:14.705 INFO O| Sep 16 16:40:14.705 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-09-16T16:40:16.270Z[ recovery-image] Sep 16 16:40:14.746 INFO O| Sep 16 16:40:14.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54032024-09-16T16:40:16.270Z[ recovery-image] Sep 16 16:40:14.746 INFO O| Sep 16 16:40:14.746 INFO STEP 450 (remove_files) COMPLETE
54042024-09-16T16:40:16.270Z[ recovery-image] Sep 16 16:40:14.746 INFO O| Sep 16 16:40:14.746 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-09-16T16:40:16.295Z[ recovery-image] Sep 16 16:40:14.771 INFO O| Sep 16 16:40:14.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54062024-09-16T16:40:16.295Z[ recovery-image] Sep 16 16:40:14.771 INFO O| Sep 16 16:40:14.771 INFO STEP 451 (remove_files) COMPLETE
54072024-09-16T16:40:16.298Z[ recovery-image] Sep 16 16:40:14.772 INFO O| Sep 16 16:40:14.771 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-09-16T16:40:16.316Z[ recovery-image] Sep 16 16:40:14.792 INFO O| Sep 16 16:40:14.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54092024-09-16T16:40:16.318Z[ recovery-image] Sep 16 16:40:14.792 INFO O| Sep 16 16:40:14.792 INFO STEP 452 (remove_files) COMPLETE
54102024-09-16T16:40:16.319Z[ recovery-image] Sep 16 16:40:14.793 INFO O| Sep 16 16:40:14.792 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-09-16T16:40:16.351Z[ recovery-image] Sep 16 16:40:14.826 INFO O| Sep 16 16:40:14.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54122024-09-16T16:40:16.351Z[ recovery-image] Sep 16 16:40:14.826 INFO O| Sep 16 16:40:14.826 INFO STEP 453 (remove_files) COMPLETE
54132024-09-16T16:40:16.351Z[ recovery-image] Sep 16 16:40:14.826 INFO O| Sep 16 16:40:14.826 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-09-16T16:40:16.383Z[ recovery-image] Sep 16 16:40:14.859 INFO O| Sep 16 16:40:14.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54152024-09-16T16:40:16.383Z[ recovery-image] Sep 16 16:40:14.859 INFO O| Sep 16 16:40:14.859 INFO STEP 454 (remove_files) COMPLETE
54162024-09-16T16:40:16.385Z[ recovery-image] Sep 16 16:40:14.859 INFO O| Sep 16 16:40:14.859 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-09-16T16:40:16.406Z[ recovery-image] Sep 16 16:40:14.882 INFO O| Sep 16 16:40:14.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54182024-09-16T16:40:16.409Z[ recovery-image] Sep 16 16:40:14.882 INFO O| Sep 16 16:40:14.882 INFO STEP 455 (remove_files) COMPLETE
54192024-09-16T16:40:16.409Z[ recovery-image] Sep 16 16:40:14.883 INFO O| Sep 16 16:40:14.882 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-09-16T16:40:16.425Z[ recovery-image] Sep 16 16:40:14.901 INFO O| Sep 16 16:40:14.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54212024-09-16T16:40:16.428Z[ recovery-image] Sep 16 16:40:14.902 INFO O| Sep 16 16:40:14.901 INFO STEP 456 (remove_files) COMPLETE
54222024-09-16T16:40:16.428Z[ recovery-image] Sep 16 16:40:14.902 INFO O| Sep 16 16:40:14.902 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-09-16T16:40:16.443Z[ recovery-image] Sep 16 16:40:14.919 INFO O| Sep 16 16:40:14.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54242024-09-16T16:40:16.443Z[ recovery-image] Sep 16 16:40:14.920 INFO O| Sep 16 16:40:14.919 INFO STEP 457 (remove_files) COMPLETE
54252024-09-16T16:40:16.446Z[ recovery-image] Sep 16 16:40:14.920 INFO O| Sep 16 16:40:14.920 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-09-16T16:40:16.462Z[ recovery-image] Sep 16 16:40:14.938 INFO O| Sep 16 16:40:14.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54272024-09-16T16:40:16.464Z[ recovery-image] Sep 16 16:40:14.938 INFO O| Sep 16 16:40:14.938 INFO STEP 458 (remove_files) COMPLETE
54282024-09-16T16:40:16.464Z[ recovery-image] Sep 16 16:40:14.938 INFO O| Sep 16 16:40:14.938 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-09-16T16:40:16.480Z[ recovery-image] Sep 16 16:40:14.956 INFO O| Sep 16 16:40:14.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54302024-09-16T16:40:16.482Z[ recovery-image] Sep 16 16:40:14.956 INFO O| Sep 16 16:40:14.956 INFO STEP 459 (remove_files) COMPLETE
54312024-09-16T16:40:16.482Z[ recovery-image] Sep 16 16:40:14.956 INFO O| Sep 16 16:40:14.956 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-09-16T16:40:16.505Z[ recovery-image] Sep 16 16:40:14.981 INFO O| Sep 16 16:40:14.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54332024-09-16T16:40:16.528Z[ recovery-image] Sep 16 16:40:15.004 INFO O| Sep 16 16:40:15.004 INFO STEP 460 (remove_files) COMPLETE
54342024-09-16T16:40:16.528Z[ recovery-image] Sep 16 16:40:15.004 INFO O| Sep 16 16:40:15.004 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-09-16T16:40:16.563Z[ recovery-image] Sep 16 16:40:15.039 INFO O| Sep 16 16:40:15.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54362024-09-16T16:40:16.563Z[ recovery-image] Sep 16 16:40:15.039 INFO O| Sep 16 16:40:15.039 INFO STEP 461 (remove_files) COMPLETE
54372024-09-16T16:40:16.563Z[ recovery-image] Sep 16 16:40:15.039 INFO O| Sep 16 16:40:15.039 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-09-16T16:40:16.579Z[ recovery-image] Sep 16 16:40:15.055 INFO O| Sep 16 16:40:15.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54392024-09-16T16:40:16.579Z[ recovery-image] Sep 16 16:40:15.055 INFO O| Sep 16 16:40:15.055 INFO STEP 462 (remove_files) COMPLETE
54402024-09-16T16:40:16.579Z[ recovery-image] Sep 16 16:40:15.055 INFO O| Sep 16 16:40:15.055 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-09-16T16:40:16.595Z[ recovery-image] Sep 16 16:40:15.071 INFO O| Sep 16 16:40:15.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54422024-09-16T16:40:16.595Z[ recovery-image] Sep 16 16:40:15.071 INFO O| Sep 16 16:40:15.071 INFO STEP 463 (remove_files) COMPLETE
54432024-09-16T16:40:16.598Z[ recovery-image] Sep 16 16:40:15.071 INFO O| Sep 16 16:40:15.071 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-09-16T16:40:16.650Z[ recovery-image] Sep 16 16:40:15.126 INFO O| Sep 16 16:40:15.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54452024-09-16T16:40:16.650Z[ recovery-image] Sep 16 16:40:15.126 INFO O| Sep 16 16:40:15.126 INFO STEP 464 (remove_files) COMPLETE
54462024-09-16T16:40:16.652Z[ recovery-image] Sep 16 16:40:15.126 INFO O| Sep 16 16:40:15.126 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-09-16T16:40:16.708Z[ recovery-image] Sep 16 16:40:15.184 INFO O| Sep 16 16:40:15.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54482024-09-16T16:40:16.708Z[ recovery-image] Sep 16 16:40:15.184 INFO O| Sep 16 16:40:15.184 INFO STEP 465 (remove_files) COMPLETE
54492024-09-16T16:40:16.711Z[ recovery-image] Sep 16 16:40:15.184 INFO O| Sep 16 16:40:15.184 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-09-16T16:40:16.726Z[ recovery-image] Sep 16 16:40:15.202 INFO O| Sep 16 16:40:15.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54512024-09-16T16:40:16.729Z[ recovery-image] Sep 16 16:40:15.202 INFO O| Sep 16 16:40:15.202 INFO STEP 466 (remove_files) COMPLETE
54522024-09-16T16:40:16.729Z[ recovery-image] Sep 16 16:40:15.202 INFO O| Sep 16 16:40:15.202 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-09-16T16:40:16.785Z[ recovery-image] Sep 16 16:40:15.261 INFO O| Sep 16 16:40:15.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54542024-09-16T16:40:16.787Z[ recovery-image] Sep 16 16:40:15.261 INFO O| Sep 16 16:40:15.261 INFO STEP 467 (remove_files) COMPLETE
54552024-09-16T16:40:16.787Z[ recovery-image] Sep 16 16:40:15.261 INFO O| Sep 16 16:40:15.261 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-09-16T16:40:16.809Z[ recovery-image] Sep 16 16:40:15.283 INFO O| Sep 16 16:40:15.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54572024-09-16T16:40:16.809Z[ recovery-image] Sep 16 16:40:15.283 INFO O| Sep 16 16:40:15.283 INFO STEP 468 (remove_files) COMPLETE
54582024-09-16T16:40:16.809Z[ recovery-image] Sep 16 16:40:15.283 INFO O| Sep 16 16:40:15.283 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-09-16T16:40:16.865Z[ recovery-image] Sep 16 16:40:15.341 INFO O| Sep 16 16:40:15.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54602024-09-16T16:40:16.865Z[ recovery-image] Sep 16 16:40:15.341 INFO O| Sep 16 16:40:15.341 INFO STEP 469 (remove_files) COMPLETE
54612024-09-16T16:40:16.865Z[ recovery-image] Sep 16 16:40:15.341 INFO O| Sep 16 16:40:15.341 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-09-16T16:40:16.929Z[ recovery-image] Sep 16 16:40:15.404 INFO O| Sep 16 16:40:15.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54632024-09-16T16:40:16.929Z[ recovery-image] Sep 16 16:40:15.404 INFO O| Sep 16 16:40:15.404 INFO STEP 470 (remove_files) COMPLETE
54642024-09-16T16:40:16.929Z[ recovery-image] Sep 16 16:40:15.404 INFO O| Sep 16 16:40:15.404 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-09-16T16:40:16.965Z[ recovery-image] Sep 16 16:40:15.441 INFO O| Sep 16 16:40:15.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54662024-09-16T16:40:16.965Z[ recovery-image] Sep 16 16:40:15.441 INFO O| Sep 16 16:40:15.441 INFO STEP 471 (remove_files) COMPLETE
54672024-09-16T16:40:16.965Z[ recovery-image] Sep 16 16:40:15.441 INFO O| Sep 16 16:40:15.441 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-09-16T16:40:16.983Z[ recovery-image] Sep 16 16:40:15.458 INFO O| Sep 16 16:40:15.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54692024-09-16T16:40:16.983Z[ recovery-image] Sep 16 16:40:15.459 INFO O| Sep 16 16:40:15.459 INFO STEP 472 (remove_files) COMPLETE
54702024-09-16T16:40:16.984Z[ recovery-image] Sep 16 16:40:15.459 INFO O| Sep 16 16:40:15.459 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-09-16T16:40:17.034Z[ recovery-image] Sep 16 16:40:15.510 INFO O| Sep 16 16:40:15.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54722024-09-16T16:40:17.034Z[ recovery-image] Sep 16 16:40:15.510 INFO O| Sep 16 16:40:15.510 INFO STEP 473 (remove_files) COMPLETE
54732024-09-16T16:40:17.034Z[ recovery-image] Sep 16 16:40:15.510 INFO O| Sep 16 16:40:15.510 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-09-16T16:40:17.050Z[ recovery-image] Sep 16 16:40:15.526 INFO O| Sep 16 16:40:15.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54752024-09-16T16:40:17.050Z[ recovery-image] Sep 16 16:40:15.526 INFO O| Sep 16 16:40:15.526 INFO STEP 474 (remove_files) COMPLETE
54762024-09-16T16:40:17.054Z[ recovery-image] Sep 16 16:40:15.527 INFO O| Sep 16 16:40:15.526 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-09-16T16:40:17.087Z[ recovery-image] Sep 16 16:40:15.562 INFO O| Sep 16 16:40:15.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54782024-09-16T16:40:17.087Z[ recovery-image] Sep 16 16:40:15.562 INFO O| Sep 16 16:40:15.562 INFO STEP 475 (remove_files) COMPLETE
54792024-09-16T16:40:17.087Z[ recovery-image] Sep 16 16:40:15.562 INFO O| Sep 16 16:40:15.562 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-09-16T16:40:17.121Z[ recovery-image] Sep 16 16:40:15.597 INFO O| Sep 16 16:40:15.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54812024-09-16T16:40:17.121Z[ recovery-image] Sep 16 16:40:15.597 INFO O| Sep 16 16:40:15.597 INFO STEP 476 (remove_files) COMPLETE
54822024-09-16T16:40:17.122Z[ recovery-image] Sep 16 16:40:15.597 INFO O| Sep 16 16:40:15.597 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-09-16T16:40:17.139Z[ recovery-image] Sep 16 16:40:15.615 INFO O| Sep 16 16:40:15.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54842024-09-16T16:40:17.139Z[ recovery-image] Sep 16 16:40:15.615 INFO O| Sep 16 16:40:15.615 INFO STEP 477 (remove_files) COMPLETE
54852024-09-16T16:40:17.139Z[ recovery-image] Sep 16 16:40:15.615 INFO O| Sep 16 16:40:15.615 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-09-16T16:40:17.167Z[ recovery-image] Sep 16 16:40:15.642 INFO O| Sep 16 16:40:15.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54872024-09-16T16:40:17.167Z[ recovery-image] Sep 16 16:40:15.642 INFO O| Sep 16 16:40:15.642 INFO STEP 478 (remove_files) COMPLETE
54882024-09-16T16:40:17.167Z[ recovery-image] Sep 16 16:40:15.642 INFO O| Sep 16 16:40:15.642 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-09-16T16:40:17.187Z[ recovery-image] Sep 16 16:40:15.663 INFO O| Sep 16 16:40:15.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54902024-09-16T16:40:17.190Z[ recovery-image] Sep 16 16:40:15.664 INFO O| Sep 16 16:40:15.664 INFO STEP 479 (remove_files) COMPLETE
54912024-09-16T16:40:17.190Z[ recovery-image] Sep 16 16:40:15.664 INFO O| Sep 16 16:40:15.664 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-09-16T16:40:17.222Z[ recovery-image] Sep 16 16:40:15.698 INFO O| Sep 16 16:40:15.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54932024-09-16T16:40:17.225Z[ recovery-image] Sep 16 16:40:15.698 INFO O| Sep 16 16:40:15.698 INFO STEP 480 (remove_files) COMPLETE
54942024-09-16T16:40:17.225Z[ recovery-image] Sep 16 16:40:15.698 INFO O| Sep 16 16:40:15.698 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-09-16T16:40:17.255Z[ recovery-image] Sep 16 16:40:15.730 INFO O| Sep 16 16:40:15.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54962024-09-16T16:40:17.255Z[ recovery-image] Sep 16 16:40:15.730 INFO O| Sep 16 16:40:15.730 INFO STEP 481 (remove_files) COMPLETE
54972024-09-16T16:40:17.255Z[ recovery-image] Sep 16 16:40:15.730 INFO O| Sep 16 16:40:15.730 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-09-16T16:40:17.314Z[ recovery-image] Sep 16 16:40:15.789 INFO O| Sep 16 16:40:15.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54992024-09-16T16:40:17.314Z[ recovery-image] Sep 16 16:40:15.789 INFO O| Sep 16 16:40:15.789 INFO STEP 482 (remove_files) COMPLETE
55002024-09-16T16:40:17.314Z[ recovery-image] Sep 16 16:40:15.789 INFO O| Sep 16 16:40:15.789 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-09-16T16:40:17.330Z[ recovery-image] Sep 16 16:40:15.806 INFO O| Sep 16 16:40:15.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55022024-09-16T16:40:17.330Z[ recovery-image] Sep 16 16:40:15.806 INFO O| Sep 16 16:40:15.806 INFO STEP 483 (remove_files) COMPLETE
55032024-09-16T16:40:17.330Z[ recovery-image] Sep 16 16:40:15.806 INFO O| Sep 16 16:40:15.806 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-09-16T16:40:17.352Z[ recovery-image] Sep 16 16:40:15.828 INFO O| Sep 16 16:40:15.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55052024-09-16T16:40:17.352Z[ recovery-image] Sep 16 16:40:15.828 INFO O| Sep 16 16:40:15.828 INFO STEP 484 (remove_files) COMPLETE
55062024-09-16T16:40:17.354Z[ recovery-image] Sep 16 16:40:15.828 INFO O| Sep 16 16:40:15.828 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-09-16T16:40:17.370Z[ recovery-image] Sep 16 16:40:15.846 INFO O| Sep 16 16:40:15.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55082024-09-16T16:40:17.370Z[ recovery-image] Sep 16 16:40:15.846 INFO O| Sep 16 16:40:15.846 INFO STEP 485 (remove_files) COMPLETE
55092024-09-16T16:40:17.370Z[ recovery-image] Sep 16 16:40:15.846 INFO O| Sep 16 16:40:15.846 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-09-16T16:40:17.385Z[ recovery-image] Sep 16 16:40:15.861 INFO O| Sep 16 16:40:15.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55112024-09-16T16:40:17.385Z[ recovery-image] Sep 16 16:40:15.862 INFO O| Sep 16 16:40:15.862 INFO STEP 486 (remove_files) COMPLETE
55122024-09-16T16:40:17.385Z[ recovery-image] Sep 16 16:40:15.862 INFO O| Sep 16 16:40:15.862 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-09-16T16:40:17.403Z[ recovery-image] Sep 16 16:40:15.879 INFO O| Sep 16 16:40:15.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55142024-09-16T16:40:17.403Z[ recovery-image] Sep 16 16:40:15.879 INFO O| Sep 16 16:40:15.879 INFO STEP 487 (remove_files) COMPLETE
55152024-09-16T16:40:17.406Z[ recovery-image] Sep 16 16:40:15.879 INFO O| Sep 16 16:40:15.879 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-09-16T16:40:17.418Z[ host-image] Sep 16 16:40:15.894 INFO O| Sep 16 16:40:15.894 INFO O| Planning: Solver setup ... Done
55172024-09-16T16:40:17.424Z[ host-image] Sep 16 16:40:15.900 INFO O| Sep 16 16:40:15.900 INFO O| Planning: Running solver ... Done
55182024-09-16T16:40:17.441Z[ recovery-image] Sep 16 16:40:15.917 INFO O| Sep 16 16:40:15.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55192024-09-16T16:40:17.441Z[ recovery-image] Sep 16 16:40:15.917 INFO O| Sep 16 16:40:15.917 INFO STEP 488 (remove_files) COMPLETE
55202024-09-16T16:40:17.441Z[ recovery-image] Sep 16 16:40:15.917 INFO O| Sep 16 16:40:15.917 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-09-16T16:40:17.480Z[ host-image] Sep 16 16:40:15.956 INFO O| Sep 16 16:40:15.956 INFO O| Planning: Finding local manifests ... Done
55222024-09-16T16:40:17.483Z[ host-image] Sep 16 16:40:15.957 INFO O| Sep 16 16:40:15.957 INFO O| Planning: Fetching manifests: 0/1 0% complete
55232024-09-16T16:40:17.485Z[ recovery-image] Sep 16 16:40:15.961 INFO O| Sep 16 16:40:15.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55242024-09-16T16:40:17.488Z[ recovery-image] Sep 16 16:40:15.962 INFO O| Sep 16 16:40:15.961 INFO STEP 489 (remove_files) COMPLETE
55252024-09-16T16:40:17.488Z[ recovery-image] Sep 16 16:40:15.962 INFO O| Sep 16 16:40:15.962 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-09-16T16:40:17.505Z[ recovery-image] Sep 16 16:40:15.981 INFO O| Sep 16 16:40:15.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55272024-09-16T16:40:17.505Z[ recovery-image] Sep 16 16:40:15.981 INFO O| Sep 16 16:40:15.981 INFO STEP 490 (remove_files) COMPLETE
55282024-09-16T16:40:17.505Z[ recovery-image] Sep 16 16:40:15.981 INFO O| Sep 16 16:40:15.981 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-09-16T16:40:17.523Z[ recovery-image] Sep 16 16:40:15.999 INFO O| Sep 16 16:40:15.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55302024-09-16T16:40:17.523Z[ recovery-image] Sep 16 16:40:15.999 INFO O| Sep 16 16:40:15.999 INFO STEP 491 (remove_files) COMPLETE
55312024-09-16T16:40:17.523Z[ recovery-image] Sep 16 16:40:15.999 INFO O| Sep 16 16:40:15.999 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-09-16T16:40:17.541Z[ recovery-image] Sep 16 16:40:16.017 INFO O| Sep 16 16:40:16.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55332024-09-16T16:40:17.541Z[ recovery-image] Sep 16 16:40:16.017 INFO O| Sep 16 16:40:16.017 INFO STEP 492 (remove_files) COMPLETE
55342024-09-16T16:40:17.541Z[ recovery-image] Sep 16 16:40:16.017 INFO O| Sep 16 16:40:16.017 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-09-16T16:40:17.558Z[ recovery-image] Sep 16 16:40:16.034 INFO O| Sep 16 16:40:16.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55362024-09-16T16:40:17.558Z[ recovery-image] Sep 16 16:40:16.034 INFO O| Sep 16 16:40:16.034 INFO STEP 493 (remove_files) COMPLETE
55372024-09-16T16:40:17.558Z[ recovery-image] Sep 16 16:40:16.034 INFO O| Sep 16 16:40:16.034 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-09-16T16:40:17.597Z[ recovery-image] Sep 16 16:40:16.073 INFO O| Sep 16 16:40:16.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55392024-09-16T16:40:17.600Z[ recovery-image] Sep 16 16:40:16.073 INFO O| Sep 16 16:40:16.073 INFO STEP 494 (remove_files) COMPLETE
55402024-09-16T16:40:17.600Z[ recovery-image] Sep 16 16:40:16.073 INFO O| Sep 16 16:40:16.073 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-09-16T16:40:17.621Z[ host-image] Sep 16 16:40:16.097 INFO O| Sep 16 16:40:16.097 INFO O| Planning: Fetching manifests: 1/1 100% complete
55422024-09-16T16:40:17.653Z[ host-image] Sep 16 16:40:16.129 INFO O| Sep 16 16:40:16.129 INFO O| Planning: Package planning ... Done
55432024-09-16T16:40:17.655Z[ host-image] Sep 16 16:40:16.130 INFO O| Sep 16 16:40:16.129 INFO O| Planning: Merging actions ... Done
55442024-09-16T16:40:17.658Z[ recovery-image] Sep 16 16:40:16.132 INFO O| Sep 16 16:40:16.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55452024-09-16T16:40:17.658Z[ recovery-image] Sep 16 16:40:16.133 INFO O| Sep 16 16:40:16.133 INFO STEP 495 (remove_files) COMPLETE
55462024-09-16T16:40:17.658Z[ recovery-image] Sep 16 16:40:16.133 INFO O| Sep 16 16:40:16.133 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-09-16T16:40:17.674Z[ recovery-image] Sep 16 16:40:16.150 INFO O| Sep 16 16:40:16.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55482024-09-16T16:40:17.677Z[ recovery-image] Sep 16 16:40:16.150 INFO O| Sep 16 16:40:16.150 INFO STEP 496 (remove_files) COMPLETE
55492024-09-16T16:40:17.678Z[ recovery-image] Sep 16 16:40:16.150 INFO O| Sep 16 16:40:16.150 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-09-16T16:40:17.692Z[ recovery-image] Sep 16 16:40:16.168 INFO O| Sep 16 16:40:16.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55512024-09-16T16:40:17.694Z[ recovery-image] Sep 16 16:40:16.168 INFO O| Sep 16 16:40:16.168 INFO STEP 497 (remove_files) COMPLETE
55522024-09-16T16:40:17.694Z[ recovery-image] Sep 16 16:40:16.168 INFO O| Sep 16 16:40:16.168 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-09-16T16:40:17.733Z[ recovery-image] Sep 16 16:40:16.209 INFO O| Sep 16 16:40:16.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55542024-09-16T16:40:17.733Z[ recovery-image] Sep 16 16:40:16.209 INFO O| Sep 16 16:40:16.209 INFO STEP 498 (remove_files) COMPLETE
55552024-09-16T16:40:17.733Z[ recovery-image] Sep 16 16:40:16.209 INFO O| Sep 16 16:40:16.209 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-09-16T16:40:17.752Z[ recovery-image] Sep 16 16:40:16.227 INFO O| Sep 16 16:40:16.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55572024-09-16T16:40:17.752Z[ recovery-image] Sep 16 16:40:16.228 INFO O| Sep 16 16:40:16.227 INFO STEP 499 (remove_files) COMPLETE
55582024-09-16T16:40:17.752Z[ recovery-image] Sep 16 16:40:16.228 INFO O| Sep 16 16:40:16.227 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-09-16T16:40:17.769Z[ recovery-image] Sep 16 16:40:16.245 INFO O| Sep 16 16:40:16.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55602024-09-16T16:40:17.769Z[ recovery-image] Sep 16 16:40:16.245 INFO O| Sep 16 16:40:16.245 INFO STEP 500 (remove_files) COMPLETE
55612024-09-16T16:40:17.771Z[ recovery-image] Sep 16 16:40:16.245 INFO O| Sep 16 16:40:16.245 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-09-16T16:40:17.782Z[ host-image] Sep 16 16:40:16.258 INFO O| Sep 16 16:40:16.258 INFO O| Planning: Checking for conflicting actions ... Done
55632024-09-16T16:40:17.784Z[ host-image] Sep 16 16:40:16.258 INFO O| Sep 16 16:40:16.258 INFO O| Planning: Consolidating action changes ... Done
55642024-09-16T16:40:17.786Z[ recovery-image] Sep 16 16:40:16.262 INFO O| Sep 16 16:40:16.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55652024-09-16T16:40:17.786Z[ recovery-image] Sep 16 16:40:16.262 INFO O| Sep 16 16:40:16.262 INFO STEP 501 (remove_files) COMPLETE
55662024-09-16T16:40:17.787Z[ recovery-image] Sep 16 16:40:16.263 INFO O| Sep 16 16:40:16.262 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-09-16T16:40:17.828Z[ recovery-image] Sep 16 16:40:16.304 INFO O| Sep 16 16:40:16.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55682024-09-16T16:40:17.828Z[ recovery-image] Sep 16 16:40:16.304 INFO O| Sep 16 16:40:16.304 INFO STEP 502 (remove_files) COMPLETE
55692024-09-16T16:40:17.831Z[ recovery-image] Sep 16 16:40:16.304 INFO O| Sep 16 16:40:16.304 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-09-16T16:40:17.873Z[ recovery-image] Sep 16 16:40:16.349 INFO O| Sep 16 16:40:16.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55712024-09-16T16:40:17.873Z[ recovery-image] Sep 16 16:40:16.349 INFO O| Sep 16 16:40:16.349 INFO STEP 503 (remove_files) COMPLETE
55722024-09-16T16:40:17.876Z[ recovery-image] Sep 16 16:40:16.349 INFO O| Sep 16 16:40:16.349 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-09-16T16:40:17.911Z[ recovery-image] Sep 16 16:40:16.386 INFO O| Sep 16 16:40:16.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55742024-09-16T16:40:17.911Z[ recovery-image] Sep 16 16:40:16.386 INFO O| Sep 16 16:40:16.386 INFO STEP 504 (remove_files) COMPLETE
55752024-09-16T16:40:17.911Z[ recovery-image] Sep 16 16:40:16.386 INFO O| Sep 16 16:40:16.386 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-09-16T16:40:17.970Z[ recovery-image] Sep 16 16:40:16.445 INFO O| Sep 16 16:40:16.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55772024-09-16T16:40:17.970Z[ recovery-image] Sep 16 16:40:16.446 INFO O| Sep 16 16:40:16.446 INFO STEP 505 (remove_files) COMPLETE
55782024-09-16T16:40:17.972Z[ recovery-image] Sep 16 16:40:16.446 INFO O| Sep 16 16:40:16.446 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-09-16T16:40:17.999Z[ recovery-image] Sep 16 16:40:16.475 INFO O| Sep 16 16:40:16.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55802024-09-16T16:40:18.035Z[ recovery-image] Sep 16 16:40:16.510 INFO O| Sep 16 16:40:16.510 INFO STEP 506 (remove_files) COMPLETE
55812024-09-16T16:40:18.035Z[ recovery-image] Sep 16 16:40:16.510 INFO O| Sep 16 16:40:16.510 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-09-16T16:40:18.070Z[ recovery-image] Sep 16 16:40:16.546 INFO O| Sep 16 16:40:16.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55832024-09-16T16:40:18.070Z[ recovery-image] Sep 16 16:40:16.546 INFO O| Sep 16 16:40:16.546 INFO STEP 507 (remove_files) COMPLETE
55842024-09-16T16:40:18.070Z[ recovery-image] Sep 16 16:40:16.546 INFO O| Sep 16 16:40:16.546 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-09-16T16:40:18.129Z[ recovery-image] Sep 16 16:40:16.605 INFO O| Sep 16 16:40:16.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55862024-09-16T16:40:18.129Z[ recovery-image] Sep 16 16:40:16.605 INFO O| Sep 16 16:40:16.605 INFO STEP 508 (remove_files) COMPLETE
55872024-09-16T16:40:18.132Z[ recovery-image] Sep 16 16:40:16.605 INFO O| Sep 16 16:40:16.605 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-09-16T16:40:18.146Z[ recovery-image] Sep 16 16:40:16.622 INFO O| Sep 16 16:40:16.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55892024-09-16T16:40:18.149Z[ recovery-image] Sep 16 16:40:16.623 INFO O| Sep 16 16:40:16.623 INFO STEP 509 (remove_files) COMPLETE
55902024-09-16T16:40:18.149Z[ recovery-image] Sep 16 16:40:16.623 INFO O| Sep 16 16:40:16.623 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-09-16T16:40:18.171Z[ host-image] Sep 16 16:40:16.646 INFO O| Sep 16 16:40:16.646 INFO O| Planning: Evaluating mediators ... Done
55922024-09-16T16:40:18.173Z[ host-image] Sep 16 16:40:16.647 INFO O| Sep 16 16:40:16.647 INFO O| Planning: Planning completed in 3.78 seconds
55932024-09-16T16:40:18.175Z[ host-image] Sep 16 16:40:16.649 INFO O| Sep 16 16:40:16.649 INFO O| Packages to install: 1
55942024-09-16T16:40:18.182Z[ recovery-image] Sep 16 16:40:16.657 INFO O| Sep 16 16:40:16.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55952024-09-16T16:40:18.182Z[ recovery-image] Sep 16 16:40:16.657 INFO O| Sep 16 16:40:16.657 INFO STEP 510 (remove_files) COMPLETE
55962024-09-16T16:40:18.182Z[ recovery-image] Sep 16 16:40:16.657 INFO O| Sep 16 16:40:16.657 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-09-16T16:40:18.199Z[ recovery-image] Sep 16 16:40:16.675 INFO O| Sep 16 16:40:16.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55982024-09-16T16:40:18.199Z[ recovery-image] Sep 16 16:40:16.675 INFO O| Sep 16 16:40:16.675 INFO STEP 511 (remove_files) COMPLETE
55992024-09-16T16:40:18.199Z[ recovery-image] Sep 16 16:40:16.675 INFO O| Sep 16 16:40:16.675 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-09-16T16:40:18.203Z[ host-image] Sep 16 16:40:16.679 INFO O| Sep 16 16:40:16.679 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
56012024-09-16T16:40:18.241Z[ recovery-image] Sep 16 16:40:16.717 INFO O| Sep 16 16:40:16.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56022024-09-16T16:40:18.241Z[ recovery-image] Sep 16 16:40:16.717 INFO O| Sep 16 16:40:16.717 INFO STEP 512 (remove_files) COMPLETE
56032024-09-16T16:40:18.241Z[ recovery-image] Sep 16 16:40:16.717 INFO O| Sep 16 16:40:16.717 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-09-16T16:40:18.259Z[ recovery-image] Sep 16 16:40:16.734 INFO O| Sep 16 16:40:16.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56052024-09-16T16:40:18.259Z[ recovery-image] Sep 16 16:40:16.734 INFO O| Sep 16 16:40:16.734 INFO STEP 513 (remove_files) COMPLETE
56062024-09-16T16:40:18.259Z[ recovery-image] Sep 16 16:40:16.734 INFO O| Sep 16 16:40:16.734 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-09-16T16:40:18.276Z[ recovery-image] Sep 16 16:40:16.751 INFO O| Sep 16 16:40:16.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56082024-09-16T16:40:18.276Z[ recovery-image] Sep 16 16:40:16.752 INFO O| Sep 16 16:40:16.751 INFO STEP 514 (remove_files) COMPLETE
56092024-09-16T16:40:18.276Z[ recovery-image] Sep 16 16:40:16.752 INFO O| Sep 16 16:40:16.752 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-09-16T16:40:18.294Z[ recovery-image] Sep 16 16:40:16.768 INFO O| Sep 16 16:40:16.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56112024-09-16T16:40:18.294Z[ recovery-image] Sep 16 16:40:16.768 INFO O| Sep 16 16:40:16.768 INFO STEP 515 (remove_files) COMPLETE
56122024-09-16T16:40:18.294Z[ recovery-image] Sep 16 16:40:16.768 INFO O| Sep 16 16:40:16.768 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-09-16T16:40:18.309Z[ recovery-image] Sep 16 16:40:16.785 INFO O| Sep 16 16:40:16.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56142024-09-16T16:40:18.309Z[ recovery-image] Sep 16 16:40:16.785 INFO O| Sep 16 16:40:16.785 INFO STEP 516 (remove_files) COMPLETE
56152024-09-16T16:40:18.312Z[ recovery-image] Sep 16 16:40:16.785 INFO O| Sep 16 16:40:16.785 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-09-16T16:40:18.326Z[ recovery-image] Sep 16 16:40:16.802 INFO O| Sep 16 16:40:16.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56172024-09-16T16:40:18.328Z[ recovery-image] Sep 16 16:40:16.802 INFO O| Sep 16 16:40:16.802 INFO STEP 517 (remove_files) COMPLETE
56182024-09-16T16:40:18.328Z[ recovery-image] Sep 16 16:40:16.802 INFO O| Sep 16 16:40:16.802 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-09-16T16:40:18.342Z[ recovery-image] Sep 16 16:40:16.818 INFO O| Sep 16 16:40:16.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56202024-09-16T16:40:18.342Z[ recovery-image] Sep 16 16:40:16.818 INFO O| Sep 16 16:40:16.818 INFO STEP 518 (remove_files) COMPLETE
56212024-09-16T16:40:18.344Z[ recovery-image] Sep 16 16:40:16.818 INFO O| Sep 16 16:40:16.818 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-09-16T16:40:18.359Z[ recovery-image] Sep 16 16:40:16.835 INFO O| Sep 16 16:40:16.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56232024-09-16T16:40:18.359Z[ recovery-image] Sep 16 16:40:16.835 INFO O| Sep 16 16:40:16.835 INFO STEP 519 (remove_files) COMPLETE
56242024-09-16T16:40:18.362Z[ recovery-image] Sep 16 16:40:16.835 INFO O| Sep 16 16:40:16.835 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-09-16T16:40:18.376Z[ recovery-image] Sep 16 16:40:16.852 INFO O| Sep 16 16:40:16.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56262024-09-16T16:40:18.377Z[ recovery-image] Sep 16 16:40:16.852 INFO O| Sep 16 16:40:16.852 INFO STEP 520 (remove_files) COMPLETE
56272024-09-16T16:40:18.377Z[ recovery-image] Sep 16 16:40:16.852 INFO O| Sep 16 16:40:16.852 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-09-16T16:40:18.393Z[ recovery-image] Sep 16 16:40:16.869 INFO O| Sep 16 16:40:16.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56292024-09-16T16:40:18.423Z[ recovery-image] Sep 16 16:40:16.898 INFO O| Sep 16 16:40:16.898 INFO STEP 521 (remove_files) COMPLETE
56302024-09-16T16:40:18.423Z[ recovery-image] Sep 16 16:40:16.898 INFO O| Sep 16 16:40:16.898 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-09-16T16:40:18.466Z[ recovery-image] Sep 16 16:40:16.942 INFO O| Sep 16 16:40:16.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56322024-09-16T16:40:18.492Z[ recovery-image] Sep 16 16:40:16.967 INFO O| Sep 16 16:40:16.967 INFO STEP 522 (remove_files) COMPLETE
56332024-09-16T16:40:18.492Z[ recovery-image] Sep 16 16:40:16.967 INFO O| Sep 16 16:40:16.967 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-09-16T16:40:18.528Z[ recovery-image] Sep 16 16:40:17.004 INFO O| Sep 16 16:40:17.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56352024-09-16T16:40:18.528Z[ recovery-image] Sep 16 16:40:17.004 INFO O| Sep 16 16:40:17.004 INFO STEP 523 (remove_files) COMPLETE
56362024-09-16T16:40:18.531Z[ recovery-image] Sep 16 16:40:17.004 INFO O| Sep 16 16:40:17.004 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-09-16T16:40:18.547Z[ recovery-image] Sep 16 16:40:17.023 INFO O| Sep 16 16:40:17.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56382024-09-16T16:40:18.547Z[ recovery-image] Sep 16 16:40:17.023 INFO O| Sep 16 16:40:17.023 INFO STEP 524 (remove_files) COMPLETE
56392024-09-16T16:40:18.550Z[ recovery-image] Sep 16 16:40:17.023 INFO O| Sep 16 16:40:17.023 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-09-16T16:40:18.566Z[ recovery-image] Sep 16 16:40:17.042 INFO O| Sep 16 16:40:17.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56412024-09-16T16:40:18.566Z[ recovery-image] Sep 16 16:40:17.042 INFO O| Sep 16 16:40:17.042 INFO STEP 525 (remove_files) COMPLETE
56422024-09-16T16:40:18.569Z[ recovery-image] Sep 16 16:40:17.042 INFO O| Sep 16 16:40:17.042 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-09-16T16:40:18.584Z[ recovery-image] Sep 16 16:40:17.060 INFO O| Sep 16 16:40:17.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56442024-09-16T16:40:18.587Z[ recovery-image] Sep 16 16:40:17.060 INFO O| Sep 16 16:40:17.060 INFO STEP 526 (remove_files) COMPLETE
56452024-09-16T16:40:18.587Z[ recovery-image] Sep 16 16:40:17.060 INFO O| Sep 16 16:40:17.060 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-09-16T16:40:18.602Z[ recovery-image] Sep 16 16:40:17.078 INFO O| Sep 16 16:40:17.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56472024-09-16T16:40:18.602Z[ recovery-image] Sep 16 16:40:17.078 INFO O| Sep 16 16:40:17.078 INFO STEP 527 (remove_files) COMPLETE
56482024-09-16T16:40:18.605Z[ recovery-image] Sep 16 16:40:17.078 INFO O| Sep 16 16:40:17.078 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-09-16T16:40:18.619Z[ recovery-image] Sep 16 16:40:17.095 INFO O| Sep 16 16:40:17.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56502024-09-16T16:40:18.622Z[ recovery-image] Sep 16 16:40:17.095 INFO O| Sep 16 16:40:17.095 INFO STEP 528 (remove_files) COMPLETE
56512024-09-16T16:40:18.622Z[ recovery-image] Sep 16 16:40:17.095 INFO O| Sep 16 16:40:17.095 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-09-16T16:40:18.636Z[ recovery-image] Sep 16 16:40:17.112 INFO O| Sep 16 16:40:17.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56532024-09-16T16:40:18.638Z[ recovery-image] Sep 16 16:40:17.112 INFO O| Sep 16 16:40:17.112 INFO STEP 529 (remove_files) COMPLETE
56542024-09-16T16:40:18.638Z[ recovery-image] Sep 16 16:40:17.112 INFO O| Sep 16 16:40:17.112 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-09-16T16:40:18.657Z[ recovery-image] Sep 16 16:40:17.133 INFO O| Sep 16 16:40:17.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56562024-09-16T16:40:18.657Z[ recovery-image] Sep 16 16:40:17.133 INFO O| Sep 16 16:40:17.133 INFO STEP 530 (remove_files) COMPLETE
56572024-09-16T16:40:18.658Z[ recovery-image] Sep 16 16:40:17.133 INFO O| Sep 16 16:40:17.133 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-09-16T16:40:18.717Z[ recovery-image] Sep 16 16:40:17.193 INFO O| Sep 16 16:40:17.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56592024-09-16T16:40:18.720Z[ recovery-image] Sep 16 16:40:17.194 INFO O| Sep 16 16:40:17.193 INFO STEP 531 (remove_files) COMPLETE
56602024-09-16T16:40:18.720Z[ recovery-image] Sep 16 16:40:17.194 INFO O| Sep 16 16:40:17.194 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-09-16T16:40:18.749Z[ recovery-image] Sep 16 16:40:17.225 INFO O| Sep 16 16:40:17.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56622024-09-16T16:40:18.749Z[ recovery-image] Sep 16 16:40:17.225 INFO O| Sep 16 16:40:17.225 INFO STEP 532 (remove_files) COMPLETE
56632024-09-16T16:40:18.752Z[ recovery-image] Sep 16 16:40:17.225 INFO O| Sep 16 16:40:17.225 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-09-16T16:40:18.769Z[ recovery-image] Sep 16 16:40:17.245 INFO O| Sep 16 16:40:17.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56652024-09-16T16:40:18.769Z[ recovery-image] Sep 16 16:40:17.245 INFO O| Sep 16 16:40:17.245 INFO STEP 533 (remove_files) COMPLETE
56662024-09-16T16:40:18.772Z[ recovery-image] Sep 16 16:40:17.245 INFO O| Sep 16 16:40:17.245 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-09-16T16:40:18.786Z[ recovery-image] Sep 16 16:40:17.262 INFO O| Sep 16 16:40:17.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56682024-09-16T16:40:18.789Z[ recovery-image] Sep 16 16:40:17.262 INFO O| Sep 16 16:40:17.262 INFO STEP 534 (remove_files) COMPLETE
56692024-09-16T16:40:18.789Z[ recovery-image] Sep 16 16:40:17.262 INFO O| Sep 16 16:40:17.262 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-09-16T16:40:18.814Z[ recovery-image] Sep 16 16:40:17.290 INFO O| Sep 16 16:40:17.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56712024-09-16T16:40:18.815Z[ recovery-image] Sep 16 16:40:17.290 INFO O| Sep 16 16:40:17.290 INFO STEP 535 (remove_files) COMPLETE
56722024-09-16T16:40:18.815Z[ recovery-image] Sep 16 16:40:17.290 INFO O| Sep 16 16:40:17.290 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-09-16T16:40:18.834Z[ recovery-image] Sep 16 16:40:17.310 INFO O| Sep 16 16:40:17.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56742024-09-16T16:40:18.834Z[ recovery-image] Sep 16 16:40:17.310 INFO O| Sep 16 16:40:17.310 INFO STEP 536 (remove_files) COMPLETE
56752024-09-16T16:40:18.834Z[ recovery-image] Sep 16 16:40:17.310 INFO O| Sep 16 16:40:17.310 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-09-16T16:40:18.852Z[ recovery-image] Sep 16 16:40:17.328 INFO O| Sep 16 16:40:17.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56772024-09-16T16:40:18.852Z[ recovery-image] Sep 16 16:40:17.328 INFO O| Sep 16 16:40:17.328 INFO STEP 537 (remove_files) COMPLETE
56782024-09-16T16:40:18.854Z[ recovery-image] Sep 16 16:40:17.328 INFO O| Sep 16 16:40:17.328 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-09-16T16:40:18.867Z[ recovery-image] Sep 16 16:40:17.343 INFO O| Sep 16 16:40:17.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56802024-09-16T16:40:18.867Z[ recovery-image] Sep 16 16:40:17.343 INFO O| Sep 16 16:40:17.343 INFO STEP 538 (remove_files) COMPLETE
56812024-09-16T16:40:18.870Z[ recovery-image] Sep 16 16:40:17.343 INFO O| Sep 16 16:40:17.343 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-09-16T16:40:18.884Z[ recovery-image] Sep 16 16:40:17.360 INFO O| Sep 16 16:40:17.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56832024-09-16T16:40:18.884Z[ recovery-image] Sep 16 16:40:17.360 INFO O| Sep 16 16:40:17.360 INFO STEP 539 (remove_files) COMPLETE
56842024-09-16T16:40:18.887Z[ recovery-image] Sep 16 16:40:17.360 INFO O| Sep 16 16:40:17.360 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-09-16T16:40:18.904Z[ recovery-image] Sep 16 16:40:17.380 INFO O| Sep 16 16:40:17.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56862024-09-16T16:40:18.904Z[ recovery-image] Sep 16 16:40:17.380 INFO O| Sep 16 16:40:17.380 INFO STEP 540 (remove_files) COMPLETE
56872024-09-16T16:40:18.907Z[ recovery-image] Sep 16 16:40:17.380 INFO O| Sep 16 16:40:17.380 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-09-16T16:40:18.961Z[ recovery-image] Sep 16 16:40:17.436 INFO O| Sep 16 16:40:17.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56892024-09-16T16:40:18.961Z[ recovery-image] Sep 16 16:40:17.436 INFO O| Sep 16 16:40:17.436 INFO STEP 541 (remove_files) COMPLETE
56902024-09-16T16:40:18.966Z[ recovery-image] Sep 16 16:40:17.436 INFO O| Sep 16 16:40:17.436 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-09-16T16:40:18.979Z[ recovery-image] Sep 16 16:40:17.455 INFO O| Sep 16 16:40:17.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56922024-09-16T16:40:18.979Z[ recovery-image] Sep 16 16:40:17.455 INFO O| Sep 16 16:40:17.455 INFO STEP 542 (remove_files) COMPLETE
56932024-09-16T16:40:18.979Z[ recovery-image] Sep 16 16:40:17.455 INFO O| Sep 16 16:40:17.455 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-09-16T16:40:18.998Z[ recovery-image] Sep 16 16:40:17.473 INFO O| Sep 16 16:40:17.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56952024-09-16T16:40:18.998Z[ recovery-image] Sep 16 16:40:17.474 INFO O| Sep 16 16:40:17.474 INFO STEP 543 (remove_files) COMPLETE
56962024-09-16T16:40:19.001Z[ recovery-image] Sep 16 16:40:17.474 INFO O| Sep 16 16:40:17.474 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-09-16T16:40:19.015Z[ recovery-image] Sep 16 16:40:17.491 INFO O| Sep 16 16:40:17.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56982024-09-16T16:40:19.037Z[ recovery-image] Sep 16 16:40:17.513 INFO O| Sep 16 16:40:17.513 INFO STEP 544 (remove_files) COMPLETE
56992024-09-16T16:40:19.037Z[ recovery-image] Sep 16 16:40:17.513 INFO O| Sep 16 16:40:17.513 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-09-16T16:40:19.092Z[ recovery-image] Sep 16 16:40:17.568 INFO O| Sep 16 16:40:17.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57012024-09-16T16:40:19.095Z[ recovery-image] Sep 16 16:40:17.568 INFO O| Sep 16 16:40:17.568 INFO STEP 545 (remove_files) COMPLETE
57022024-09-16T16:40:19.095Z[ recovery-image] Sep 16 16:40:17.568 INFO O| Sep 16 16:40:17.568 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-09-16T16:40:19.151Z[ recovery-image] Sep 16 16:40:17.627 INFO O| Sep 16 16:40:17.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57042024-09-16T16:40:19.151Z[ recovery-image] Sep 16 16:40:17.627 INFO O| Sep 16 16:40:17.627 INFO STEP 546 (remove_files) COMPLETE
57052024-09-16T16:40:19.154Z[ recovery-image] Sep 16 16:40:17.627 INFO O| Sep 16 16:40:17.627 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-09-16T16:40:19.180Z[ recovery-image] Sep 16 16:40:17.656 INFO O| Sep 16 16:40:17.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57072024-09-16T16:40:19.180Z[ recovery-image] Sep 16 16:40:17.656 INFO O| Sep 16 16:40:17.656 INFO STEP 547 (remove_files) COMPLETE
57082024-09-16T16:40:19.180Z[ recovery-image] Sep 16 16:40:17.656 INFO O| Sep 16 16:40:17.656 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-09-16T16:40:19.197Z[ recovery-image] Sep 16 16:40:17.673 INFO O| Sep 16 16:40:17.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57102024-09-16T16:40:19.200Z[ recovery-image] Sep 16 16:40:17.673 INFO O| Sep 16 16:40:17.673 INFO STEP 548 (remove_files) COMPLETE
57112024-09-16T16:40:19.200Z[ recovery-image] Sep 16 16:40:17.673 INFO O| Sep 16 16:40:17.673 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-09-16T16:40:19.218Z[ recovery-image] Sep 16 16:40:17.693 INFO O| Sep 16 16:40:17.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57132024-09-16T16:40:19.218Z[ recovery-image] Sep 16 16:40:17.694 INFO O| Sep 16 16:40:17.693 INFO STEP 549 (remove_files) COMPLETE
57142024-09-16T16:40:19.220Z[ recovery-image] Sep 16 16:40:17.694 INFO O| Sep 16 16:40:17.694 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-09-16T16:40:19.237Z[ recovery-image] Sep 16 16:40:17.712 INFO O| Sep 16 16:40:17.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57162024-09-16T16:40:19.237Z[ recovery-image] Sep 16 16:40:17.712 INFO O| Sep 16 16:40:17.712 INFO STEP 550 (remove_files) COMPLETE
57172024-09-16T16:40:19.239Z[ recovery-image] Sep 16 16:40:17.713 INFO O| Sep 16 16:40:17.712 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-09-16T16:40:19.255Z[ recovery-image] Sep 16 16:40:17.731 INFO O| Sep 16 16:40:17.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57192024-09-16T16:40:19.255Z[ recovery-image] Sep 16 16:40:17.731 INFO O| Sep 16 16:40:17.731 INFO STEP 551 (remove_files) COMPLETE
57202024-09-16T16:40:19.255Z[ recovery-image] Sep 16 16:40:17.731 INFO O| Sep 16 16:40:17.731 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-09-16T16:40:19.273Z[ recovery-image] Sep 16 16:40:17.749 INFO O| Sep 16 16:40:17.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57222024-09-16T16:40:19.274Z[ recovery-image] Sep 16 16:40:17.749 INFO O| Sep 16 16:40:17.749 INFO STEP 552 (remove_files) COMPLETE
57232024-09-16T16:40:19.276Z[ recovery-image] Sep 16 16:40:17.749 INFO O| Sep 16 16:40:17.749 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-09-16T16:40:19.292Z[ recovery-image] Sep 16 16:40:17.767 INFO O| Sep 16 16:40:17.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57252024-09-16T16:40:19.292Z[ recovery-image] Sep 16 16:40:17.767 INFO O| Sep 16 16:40:17.767 INFO STEP 553 (remove_files) COMPLETE
57262024-09-16T16:40:19.294Z[ recovery-image] Sep 16 16:40:17.768 INFO O| Sep 16 16:40:17.767 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-09-16T16:40:19.308Z[ recovery-image] Sep 16 16:40:17.784 INFO O| Sep 16 16:40:17.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57282024-09-16T16:40:19.311Z[ recovery-image] Sep 16 16:40:17.784 INFO O| Sep 16 16:40:17.784 INFO STEP 554 (remove_files) COMPLETE
57292024-09-16T16:40:19.311Z[ recovery-image] Sep 16 16:40:17.784 INFO O| Sep 16 16:40:17.784 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-09-16T16:40:19.325Z[ recovery-image] Sep 16 16:40:17.801 INFO O| Sep 16 16:40:17.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57312024-09-16T16:40:19.329Z[ recovery-image] Sep 16 16:40:17.801 INFO O| Sep 16 16:40:17.801 INFO STEP 555 (remove_files) COMPLETE
57322024-09-16T16:40:19.329Z[ recovery-image] Sep 16 16:40:17.801 INFO O| Sep 16 16:40:17.801 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-09-16T16:40:19.342Z[ recovery-image] Sep 16 16:40:17.818 INFO O| Sep 16 16:40:17.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57342024-09-16T16:40:19.348Z[ recovery-image] Sep 16 16:40:17.823 INFO O| Sep 16 16:40:17.823 INFO STEP 556 (remove_files) COMPLETE
57352024-09-16T16:40:19.348Z[ recovery-image] Sep 16 16:40:17.823 INFO O| Sep 16 16:40:17.823 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-09-16T16:40:19.406Z[ recovery-image] Sep 16 16:40:17.881 INFO O| Sep 16 16:40:17.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57372024-09-16T16:40:19.428Z[ recovery-image] Sep 16 16:40:17.903 INFO O| Sep 16 16:40:17.903 INFO STEP 557 (remove_files) COMPLETE
57382024-09-16T16:40:19.428Z[ recovery-image] Sep 16 16:40:17.903 INFO O| Sep 16 16:40:17.903 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-09-16T16:40:19.485Z[ recovery-image] Sep 16 16:40:17.960 INFO O| Sep 16 16:40:17.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57402024-09-16T16:40:19.485Z[ recovery-image] Sep 16 16:40:17.961 INFO O| Sep 16 16:40:17.960 INFO STEP 558 (remove_files) COMPLETE
57412024-09-16T16:40:19.485Z[ recovery-image] Sep 16 16:40:17.961 INFO O| Sep 16 16:40:17.960 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-09-16T16:40:19.503Z[ recovery-image] Sep 16 16:40:17.979 INFO O| Sep 16 16:40:17.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57432024-09-16T16:40:19.503Z[ recovery-image] Sep 16 16:40:17.979 INFO O| Sep 16 16:40:17.979 INFO STEP 559 (remove_files) COMPLETE
57442024-09-16T16:40:19.503Z[ recovery-image] Sep 16 16:40:17.979 INFO O| Sep 16 16:40:17.979 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-09-16T16:40:19.520Z[ recovery-image] Sep 16 16:40:17.996 INFO O| Sep 16 16:40:17.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57462024-09-16T16:40:19.520Z[ recovery-image] Sep 16 16:40:17.996 INFO O| Sep 16 16:40:17.996 INFO STEP 560 (remove_files) COMPLETE
57472024-09-16T16:40:19.524Z[ recovery-image] Sep 16 16:40:17.996 INFO O| Sep 16 16:40:17.996 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-09-16T16:40:19.539Z[ recovery-image] Sep 16 16:40:18.015 INFO O| Sep 16 16:40:18.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57492024-09-16T16:40:19.540Z[ recovery-image] Sep 16 16:40:18.015 INFO O| Sep 16 16:40:18.015 INFO STEP 561 (remove_files) COMPLETE
57502024-09-16T16:40:19.542Z[ recovery-image] Sep 16 16:40:18.015 INFO O| Sep 16 16:40:18.015 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-09-16T16:40:19.558Z[ recovery-image] Sep 16 16:40:18.034 INFO O| Sep 16 16:40:18.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57522024-09-16T16:40:19.558Z[ recovery-image] Sep 16 16:40:18.034 INFO O| Sep 16 16:40:18.034 INFO STEP 562 (remove_files) COMPLETE
57532024-09-16T16:40:19.558Z[ recovery-image] Sep 16 16:40:18.034 INFO O| Sep 16 16:40:18.034 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-09-16T16:40:19.575Z[ recovery-image] Sep 16 16:40:18.050 INFO O| Sep 16 16:40:18.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57552024-09-16T16:40:19.575Z[ recovery-image] Sep 16 16:40:18.050 INFO O| Sep 16 16:40:18.050 INFO STEP 563 (remove_files) COMPLETE
57562024-09-16T16:40:19.575Z[ recovery-image] Sep 16 16:40:18.050 INFO O| Sep 16 16:40:18.050 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-09-16T16:40:19.591Z[ recovery-image] Sep 16 16:40:18.067 INFO O| Sep 16 16:40:18.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57582024-09-16T16:40:19.591Z[ recovery-image] Sep 16 16:40:18.067 INFO O| Sep 16 16:40:18.067 INFO STEP 564 (remove_files) COMPLETE
57592024-09-16T16:40:19.591Z[ recovery-image] Sep 16 16:40:18.067 INFO O| Sep 16 16:40:18.067 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-09-16T16:40:19.610Z[ recovery-image] Sep 16 16:40:18.085 INFO O| Sep 16 16:40:18.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57612024-09-16T16:40:19.610Z[ recovery-image] Sep 16 16:40:18.085 INFO O| Sep 16 16:40:18.085 INFO STEP 565 (remove_files) COMPLETE
57622024-09-16T16:40:19.610Z[ recovery-image] Sep 16 16:40:18.085 INFO O| Sep 16 16:40:18.085 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-09-16T16:40:19.645Z[ recovery-image] Sep 16 16:40:18.120 INFO O| Sep 16 16:40:18.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57642024-09-16T16:40:19.647Z[ recovery-image] Sep 16 16:40:18.120 INFO O| Sep 16 16:40:18.120 INFO STEP 566 (remove_files) COMPLETE
57652024-09-16T16:40:19.647Z[ recovery-image] Sep 16 16:40:18.121 INFO O| Sep 16 16:40:18.120 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-09-16T16:40:19.662Z[ recovery-image] Sep 16 16:40:18.138 INFO O| Sep 16 16:40:18.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57672024-09-16T16:40:19.665Z[ recovery-image] Sep 16 16:40:18.138 INFO O| Sep 16 16:40:18.138 INFO STEP 567 (remove_files) COMPLETE
57682024-09-16T16:40:19.665Z[ recovery-image] Sep 16 16:40:18.138 INFO O| Sep 16 16:40:18.138 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-09-16T16:40:19.679Z[ recovery-image] Sep 16 16:40:18.155 INFO O| Sep 16 16:40:18.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57702024-09-16T16:40:19.682Z[ recovery-image] Sep 16 16:40:18.155 INFO O| Sep 16 16:40:18.155 INFO STEP 568 (remove_files) COMPLETE
57712024-09-16T16:40:19.682Z[ recovery-image] Sep 16 16:40:18.155 INFO O| Sep 16 16:40:18.155 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-09-16T16:40:19.696Z[ recovery-image] Sep 16 16:40:18.172 INFO O| Sep 16 16:40:18.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57732024-09-16T16:40:19.699Z[ recovery-image] Sep 16 16:40:18.172 INFO O| Sep 16 16:40:18.172 INFO STEP 569 (remove_files) COMPLETE
57742024-09-16T16:40:19.699Z[ recovery-image] Sep 16 16:40:18.172 INFO O| Sep 16 16:40:18.172 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-09-16T16:40:19.714Z[ recovery-image] Sep 16 16:40:18.189 INFO O| Sep 16 16:40:18.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57762024-09-16T16:40:19.716Z[ recovery-image] Sep 16 16:40:18.190 INFO O| Sep 16 16:40:18.189 INFO STEP 570 (remove_files) COMPLETE
57772024-09-16T16:40:19.716Z[ recovery-image] Sep 16 16:40:18.190 INFO O| Sep 16 16:40:18.189 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-09-16T16:40:19.732Z[ recovery-image] Sep 16 16:40:18.208 INFO O| Sep 16 16:40:18.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57792024-09-16T16:40:19.735Z[ recovery-image] Sep 16 16:40:18.208 INFO O| Sep 16 16:40:18.208 INFO STEP 571 (remove_files) COMPLETE
57802024-09-16T16:40:19.735Z[ recovery-image] Sep 16 16:40:18.208 INFO O| Sep 16 16:40:18.208 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-09-16T16:40:19.770Z[ recovery-image] Sep 16 16:40:18.244 INFO O| Sep 16 16:40:18.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57822024-09-16T16:40:19.770Z[ recovery-image] Sep 16 16:40:18.244 INFO O| Sep 16 16:40:18.244 INFO STEP 572 (remove_files) COMPLETE
57832024-09-16T16:40:19.770Z[ recovery-image] Sep 16 16:40:18.244 INFO O| Sep 16 16:40:18.244 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-09-16T16:40:19.814Z[ recovery-image] Sep 16 16:40:18.289 INFO O| Sep 16 16:40:18.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57852024-09-16T16:40:19.814Z[ recovery-image] Sep 16 16:40:18.289 INFO O| Sep 16 16:40:18.289 INFO STEP 573 (remove_files) COMPLETE
57862024-09-16T16:40:19.816Z[ recovery-image] Sep 16 16:40:18.289 INFO O| Sep 16 16:40:18.289 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-09-16T16:40:19.861Z[ recovery-image] Sep 16 16:40:18.337 INFO O| Sep 16 16:40:18.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57882024-09-16T16:40:19.864Z[ recovery-image] Sep 16 16:40:18.337 INFO O| Sep 16 16:40:18.337 INFO STEP 574 (remove_files) COMPLETE
57892024-09-16T16:40:19.864Z[ recovery-image] Sep 16 16:40:18.337 INFO O| Sep 16 16:40:18.337 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-09-16T16:40:19.899Z[ recovery-image] Sep 16 16:40:18.374 INFO O| Sep 16 16:40:18.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57912024-09-16T16:40:19.899Z[ recovery-image] Sep 16 16:40:18.375 INFO O| Sep 16 16:40:18.375 INFO STEP 575 (remove_files) COMPLETE
57922024-09-16T16:40:19.899Z[ recovery-image] Sep 16 16:40:18.375 INFO O| Sep 16 16:40:18.375 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-09-16T16:40:19.994Z[ recovery-image] Sep 16 16:40:18.470 INFO O| Sep 16 16:40:18.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57942024-09-16T16:40:19.995Z[ recovery-image] Sep 16 16:40:18.470 INFO O| Sep 16 16:40:18.470 INFO STEP 576 (remove_files) COMPLETE
57952024-09-16T16:40:19.997Z[ recovery-image] Sep 16 16:40:18.470 INFO O| Sep 16 16:40:18.470 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-09-16T16:40:20.031Z[ recovery-image] Sep 16 16:40:18.507 INFO O| Sep 16 16:40:18.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57972024-09-16T16:40:20.031Z[ recovery-image] Sep 16 16:40:18.507 INFO O| Sep 16 16:40:18.507 INFO STEP 577 (remove_files) COMPLETE
57982024-09-16T16:40:20.034Z[ recovery-image] Sep 16 16:40:18.507 INFO O| Sep 16 16:40:18.507 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-09-16T16:40:20.093Z[ recovery-image] Sep 16 16:40:18.568 INFO O| Sep 16 16:40:18.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58002024-09-16T16:40:20.093Z[ recovery-image] Sep 16 16:40:18.568 INFO O| Sep 16 16:40:18.568 INFO STEP 578 (remove_files) COMPLETE
58012024-09-16T16:40:20.093Z[ recovery-image] Sep 16 16:40:18.568 INFO O| Sep 16 16:40:18.568 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-09-16T16:40:20.157Z[ recovery-image] Sep 16 16:40:18.632 INFO O| Sep 16 16:40:18.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58032024-09-16T16:40:20.157Z[ recovery-image] Sep 16 16:40:18.633 INFO O| Sep 16 16:40:18.632 INFO STEP 579 (remove_files) COMPLETE
58042024-09-16T16:40:20.157Z[ recovery-image] Sep 16 16:40:18.633 INFO O| Sep 16 16:40:18.632 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-09-16T16:40:20.188Z[ recovery-image] Sep 16 16:40:18.663 INFO O| Sep 16 16:40:18.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58062024-09-16T16:40:20.188Z[ recovery-image] Sep 16 16:40:18.663 INFO O| Sep 16 16:40:18.663 INFO STEP 580 (remove_files) COMPLETE
58072024-09-16T16:40:20.188Z[ recovery-image] Sep 16 16:40:18.663 INFO O| Sep 16 16:40:18.663 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-09-16T16:40:20.207Z[ recovery-image] Sep 16 16:40:18.682 INFO O| Sep 16 16:40:18.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58092024-09-16T16:40:20.207Z[ recovery-image] Sep 16 16:40:18.682 INFO O| Sep 16 16:40:18.682 INFO STEP 581 (remove_files) COMPLETE
58102024-09-16T16:40:20.210Z[ recovery-image] Sep 16 16:40:18.682 INFO O| Sep 16 16:40:18.682 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-09-16T16:40:20.237Z[ recovery-image] Sep 16 16:40:18.712 INFO O| Sep 16 16:40:18.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58122024-09-16T16:40:20.238Z[ recovery-image] Sep 16 16:40:18.712 INFO O| Sep 16 16:40:18.712 INFO STEP 582 (remove_files) COMPLETE
58132024-09-16T16:40:20.238Z[ recovery-image] Sep 16 16:40:18.712 INFO O| Sep 16 16:40:18.712 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-09-16T16:40:20.272Z[ recovery-image] Sep 16 16:40:18.747 INFO O| Sep 16 16:40:18.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58152024-09-16T16:40:20.272Z[ recovery-image] Sep 16 16:40:18.747 INFO O| Sep 16 16:40:18.747 INFO STEP 583 (remove_files) COMPLETE
58162024-09-16T16:40:20.272Z[ recovery-image] Sep 16 16:40:18.747 INFO O| Sep 16 16:40:18.747 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-09-16T16:40:20.311Z[ recovery-image] Sep 16 16:40:18.786 INFO O| Sep 16 16:40:18.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58182024-09-16T16:40:20.311Z[ recovery-image] Sep 16 16:40:18.786 INFO O| Sep 16 16:40:18.786 INFO STEP 584 (remove_files) COMPLETE
58192024-09-16T16:40:20.311Z[ recovery-image] Sep 16 16:40:18.786 INFO O| Sep 16 16:40:18.786 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-09-16T16:40:20.326Z[ recovery-image] Sep 16 16:40:18.802 INFO O| Sep 16 16:40:18.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58212024-09-16T16:40:20.329Z[ recovery-image] Sep 16 16:40:18.802 INFO O| Sep 16 16:40:18.802 INFO STEP 585 (remove_files) COMPLETE
58222024-09-16T16:40:20.329Z[ recovery-image] Sep 16 16:40:18.802 INFO O| Sep 16 16:40:18.802 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-09-16T16:40:20.341Z[ recovery-image] Sep 16 16:40:18.817 INFO O| Sep 16 16:40:18.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58242024-09-16T16:40:20.341Z[ recovery-image] Sep 16 16:40:18.817 INFO O| Sep 16 16:40:18.817 INFO STEP 586 (remove_files) COMPLETE
58252024-09-16T16:40:20.344Z[ recovery-image] Sep 16 16:40:18.817 INFO O| Sep 16 16:40:18.817 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-09-16T16:40:20.356Z[ recovery-image] Sep 16 16:40:18.832 INFO O| Sep 16 16:40:18.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58272024-09-16T16:40:20.356Z[ recovery-image] Sep 16 16:40:18.832 INFO O| Sep 16 16:40:18.832 INFO STEP 587 (remove_files) COMPLETE
58282024-09-16T16:40:20.356Z[ recovery-image] Sep 16 16:40:18.832 INFO O| Sep 16 16:40:18.832 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-09-16T16:40:20.372Z[ recovery-image] Sep 16 16:40:18.847 INFO O| Sep 16 16:40:18.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58302024-09-16T16:40:20.372Z[ recovery-image] Sep 16 16:40:18.847 INFO O| Sep 16 16:40:18.847 INFO STEP 588 (remove_files) COMPLETE
58312024-09-16T16:40:20.374Z[ recovery-image] Sep 16 16:40:18.847 INFO O| Sep 16 16:40:18.847 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-09-16T16:40:20.388Z[ recovery-image] Sep 16 16:40:18.863 INFO O| Sep 16 16:40:18.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58332024-09-16T16:40:20.388Z[ recovery-image] Sep 16 16:40:18.863 INFO O| Sep 16 16:40:18.863 INFO STEP 589 (remove_files) COMPLETE
58342024-09-16T16:40:20.388Z[ recovery-image] Sep 16 16:40:18.863 INFO O| Sep 16 16:40:18.863 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-09-16T16:40:20.406Z[ recovery-image] Sep 16 16:40:18.881 INFO O| Sep 16 16:40:18.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58362024-09-16T16:40:20.425Z[ recovery-image] Sep 16 16:40:18.900 INFO O| Sep 16 16:40:18.900 INFO STEP 590 (remove_files) COMPLETE
58372024-09-16T16:40:20.425Z[ recovery-image] Sep 16 16:40:18.900 INFO O| Sep 16 16:40:18.900 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-09-16T16:40:20.450Z[ recovery-image] Sep 16 16:40:18.925 INFO O| Sep 16 16:40:18.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58392024-09-16T16:40:20.457Z[ host-image] Sep 16 16:40:18.932 INFO O| Sep 16 16:40:18.932 INFO O| Download: Completed 20.80 MB in 2.25 seconds (9.2M/s)
58402024-09-16T16:40:20.469Z[ recovery-image] Sep 16 16:40:18.945 INFO O| Sep 16 16:40:18.945 INFO STEP 591 (remove_files) COMPLETE
58412024-09-16T16:40:20.472Z[ recovery-image] Sep 16 16:40:18.945 INFO O| Sep 16 16:40:18.945 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-09-16T16:40:20.490Z[ recovery-image] Sep 16 16:40:18.965 INFO O| Sep 16 16:40:18.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58432024-09-16T16:40:20.492Z[ recovery-image] Sep 16 16:40:18.966 INFO O| Sep 16 16:40:18.966 INFO STEP 592 (remove_files) COMPLETE
58442024-09-16T16:40:20.492Z[ recovery-image] Sep 16 16:40:18.966 INFO O| Sep 16 16:40:18.966 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-09-16T16:40:20.540Z[ recovery-image] Sep 16 16:40:19.015 INFO O| Sep 16 16:40:19.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58462024-09-16T16:40:20.543Z[ recovery-image] Sep 16 16:40:19.015 INFO O| Sep 16 16:40:19.015 INFO STEP 593 (remove_files) COMPLETE
58472024-09-16T16:40:20.543Z[ recovery-image] Sep 16 16:40:19.015 INFO O| Sep 16 16:40:19.015 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-09-16T16:40:20.609Z[ recovery-image] Sep 16 16:40:19.084 INFO O| Sep 16 16:40:19.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58492024-09-16T16:40:20.609Z[ recovery-image] Sep 16 16:40:19.084 INFO O| Sep 16 16:40:19.084 INFO STEP 594 (remove_files) COMPLETE
58502024-09-16T16:40:20.611Z[ recovery-image] Sep 16 16:40:19.084 INFO O| Sep 16 16:40:19.084 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-09-16T16:40:20.629Z[ recovery-image] Sep 16 16:40:19.104 INFO O| Sep 16 16:40:19.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58522024-09-16T16:40:20.629Z[ recovery-image] Sep 16 16:40:19.104 INFO O| Sep 16 16:40:19.104 INFO STEP 595 (remove_files) COMPLETE
58532024-09-16T16:40:20.629Z[ recovery-image] Sep 16 16:40:19.104 INFO O| Sep 16 16:40:19.104 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-09-16T16:40:20.646Z[ recovery-image] Sep 16 16:40:19.122 INFO O| Sep 16 16:40:19.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58552024-09-16T16:40:20.646Z[ recovery-image] Sep 16 16:40:19.122 INFO O| Sep 16 16:40:19.122 INFO STEP 596 (remove_files) COMPLETE
58562024-09-16T16:40:20.646Z[ recovery-image] Sep 16 16:40:19.122 INFO O| Sep 16 16:40:19.122 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-09-16T16:40:20.718Z[ recovery-image] Sep 16 16:40:19.193 INFO O| Sep 16 16:40:19.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58582024-09-16T16:40:20.718Z[ recovery-image] Sep 16 16:40:19.193 INFO O| Sep 16 16:40:19.193 INFO STEP 597 (remove_files) COMPLETE
58592024-09-16T16:40:20.721Z[ recovery-image] Sep 16 16:40:19.193 INFO O| Sep 16 16:40:19.193 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-09-16T16:40:20.726Z[ host-image] Sep 16 16:40:19.202 INFO O| Sep 16 16:40:19.202 INFO O| Actions: 1/22 actions (Installing new actions)
58612024-09-16T16:40:20.761Z[ recovery-image] Sep 16 16:40:19.236 INFO O| Sep 16 16:40:19.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58622024-09-16T16:40:20.761Z[ recovery-image] Sep 16 16:40:19.236 INFO O| Sep 16 16:40:19.236 INFO STEP 598 (remove_files) COMPLETE
58632024-09-16T16:40:20.764Z[ recovery-image] Sep 16 16:40:19.236 INFO O| Sep 16 16:40:19.236 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-09-16T16:40:20.840Z[ recovery-image] Sep 16 16:40:19.315 INFO O| Sep 16 16:40:19.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58652024-09-16T16:40:20.840Z[ recovery-image] Sep 16 16:40:19.315 INFO O| Sep 16 16:40:19.315 INFO STEP 599 (remove_files) COMPLETE
58662024-09-16T16:40:20.843Z[ recovery-image] Sep 16 16:40:19.315 INFO O| Sep 16 16:40:19.315 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-09-16T16:40:20.857Z[ recovery-image] Sep 16 16:40:19.332 INFO O| Sep 16 16:40:19.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58682024-09-16T16:40:20.857Z[ recovery-image] Sep 16 16:40:19.332 INFO O| Sep 16 16:40:19.332 INFO STEP 600 (remove_files) COMPLETE
58692024-09-16T16:40:20.857Z[ recovery-image] Sep 16 16:40:19.332 INFO O| Sep 16 16:40:19.332 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-09-16T16:40:20.875Z[ recovery-image] Sep 16 16:40:19.350 INFO O| Sep 16 16:40:19.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58712024-09-16T16:40:20.875Z[ recovery-image] Sep 16 16:40:19.350 INFO O| Sep 16 16:40:19.350 INFO STEP 601 (remove_files) COMPLETE
58722024-09-16T16:40:20.877Z[ recovery-image] Sep 16 16:40:19.351 INFO O| Sep 16 16:40:19.350 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-09-16T16:40:20.910Z[ recovery-image] Sep 16 16:40:19.386 INFO O| Sep 16 16:40:19.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58742024-09-16T16:40:20.910Z[ recovery-image] Sep 16 16:40:19.386 INFO O| Sep 16 16:40:19.386 INFO STEP 602 (remove_files) COMPLETE
58752024-09-16T16:40:20.913Z[ recovery-image] Sep 16 16:40:19.386 INFO O| Sep 16 16:40:19.386 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-09-16T16:40:20.929Z[ recovery-image] Sep 16 16:40:19.404 INFO O| Sep 16 16:40:19.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58772024-09-16T16:40:20.929Z[ recovery-image] Sep 16 16:40:19.404 INFO O| Sep 16 16:40:19.404 INFO STEP 603 (remove_files) COMPLETE
58782024-09-16T16:40:20.929Z[ recovery-image] Sep 16 16:40:19.404 INFO O| Sep 16 16:40:19.404 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-09-16T16:40:20.968Z[ recovery-image] Sep 16 16:40:19.444 INFO O| Sep 16 16:40:19.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58802024-09-16T16:40:20.971Z[ recovery-image] Sep 16 16:40:19.444 INFO O| Sep 16 16:40:19.444 INFO STEP 604 (remove_files) COMPLETE
58812024-09-16T16:40:20.971Z[ recovery-image] Sep 16 16:40:19.444 INFO O| Sep 16 16:40:19.444 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-09-16T16:40:20.988Z[ recovery-image] Sep 16 16:40:19.463 INFO O| Sep 16 16:40:19.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58832024-09-16T16:40:20.988Z[ recovery-image] Sep 16 16:40:19.463 INFO O| Sep 16 16:40:19.463 INFO STEP 605 (remove_files) COMPLETE
58842024-09-16T16:40:20.988Z[ recovery-image] Sep 16 16:40:19.463 INFO O| Sep 16 16:40:19.463 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-09-16T16:40:21.047Z[ recovery-image] Sep 16 16:40:19.522 INFO O| Sep 16 16:40:19.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58862024-09-16T16:40:21.047Z[ recovery-image] Sep 16 16:40:19.522 INFO O| Sep 16 16:40:19.522 INFO STEP 606 (remove_files) COMPLETE
58872024-09-16T16:40:21.050Z[ recovery-image] Sep 16 16:40:19.522 INFO O| Sep 16 16:40:19.522 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-09-16T16:40:21.068Z[ recovery-image] Sep 16 16:40:19.543 INFO O| Sep 16 16:40:19.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58892024-09-16T16:40:21.068Z[ recovery-image] Sep 16 16:40:19.543 INFO O| Sep 16 16:40:19.543 INFO STEP 607 (remove_files) COMPLETE
58902024-09-16T16:40:21.068Z[ recovery-image] Sep 16 16:40:19.543 INFO O| Sep 16 16:40:19.543 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-09-16T16:40:21.099Z[ recovery-image] Sep 16 16:40:19.574 INFO O| Sep 16 16:40:19.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58922024-09-16T16:40:21.099Z[ recovery-image] Sep 16 16:40:19.574 INFO O| Sep 16 16:40:19.574 INFO STEP 608 (remove_files) COMPLETE
58932024-09-16T16:40:21.099Z[ recovery-image] Sep 16 16:40:19.574 INFO O| Sep 16 16:40:19.574 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-09-16T16:40:21.142Z[ recovery-image] Sep 16 16:40:19.617 INFO O| Sep 16 16:40:19.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58952024-09-16T16:40:21.143Z[ recovery-image] Sep 16 16:40:19.617 INFO O| Sep 16 16:40:19.617 INFO STEP 609 (remove_files) COMPLETE
58962024-09-16T16:40:21.143Z[ recovery-image] Sep 16 16:40:19.618 INFO O| Sep 16 16:40:19.617 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-09-16T16:40:21.159Z[ recovery-image] Sep 16 16:40:19.634 INFO O| Sep 16 16:40:19.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58982024-09-16T16:40:21.159Z[ recovery-image] Sep 16 16:40:19.634 INFO O| Sep 16 16:40:19.634 INFO STEP 610 (remove_files) COMPLETE
58992024-09-16T16:40:21.159Z[ recovery-image] Sep 16 16:40:19.634 INFO O| Sep 16 16:40:19.634 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-09-16T16:40:21.187Z[ recovery-image] Sep 16 16:40:19.662 INFO O| Sep 16 16:40:19.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59012024-09-16T16:40:21.187Z[ recovery-image] Sep 16 16:40:19.663 INFO O| Sep 16 16:40:19.662 INFO STEP 611 (remove_files) COMPLETE
59022024-09-16T16:40:21.187Z[ recovery-image] Sep 16 16:40:19.663 INFO O| Sep 16 16:40:19.663 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-09-16T16:40:21.211Z[ recovery-image] Sep 16 16:40:19.686 INFO O| Sep 16 16:40:19.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59042024-09-16T16:40:21.211Z[ recovery-image] Sep 16 16:40:19.686 INFO O| Sep 16 16:40:19.686 INFO STEP 612 (remove_files) COMPLETE
59052024-09-16T16:40:21.214Z[ recovery-image] Sep 16 16:40:19.686 INFO O| Sep 16 16:40:19.686 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-09-16T16:40:21.273Z[ recovery-image] Sep 16 16:40:19.748 INFO O| Sep 16 16:40:19.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59072024-09-16T16:40:21.273Z[ recovery-image] Sep 16 16:40:19.748 INFO O| Sep 16 16:40:19.748 INFO STEP 613 (remove_files) COMPLETE
59082024-09-16T16:40:21.273Z[ recovery-image] Sep 16 16:40:19.748 INFO O| Sep 16 16:40:19.748 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-09-16T16:40:21.292Z[ recovery-image] Sep 16 16:40:19.767 INFO O| Sep 16 16:40:19.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59102024-09-16T16:40:21.292Z[ recovery-image] Sep 16 16:40:19.767 INFO O| Sep 16 16:40:19.767 INFO STEP 614 (remove_files) COMPLETE
59112024-09-16T16:40:21.292Z[ recovery-image] Sep 16 16:40:19.767 INFO O| Sep 16 16:40:19.767 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-09-16T16:40:21.310Z[ recovery-image] Sep 16 16:40:19.785 INFO O| Sep 16 16:40:19.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59132024-09-16T16:40:21.310Z[ recovery-image] Sep 16 16:40:19.785 INFO O| Sep 16 16:40:19.785 INFO STEP 615 (remove_files) COMPLETE
59142024-09-16T16:40:21.312Z[ recovery-image] Sep 16 16:40:19.785 INFO O| Sep 16 16:40:19.785 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-09-16T16:40:21.351Z[ recovery-image] Sep 16 16:40:19.826 INFO O| Sep 16 16:40:19.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59162024-09-16T16:40:21.351Z[ recovery-image] Sep 16 16:40:19.826 INFO O| Sep 16 16:40:19.826 INFO STEP 616 (remove_files) COMPLETE
59172024-09-16T16:40:21.353Z[ recovery-image] Sep 16 16:40:19.826 INFO O| Sep 16 16:40:19.826 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-09-16T16:40:21.368Z[ recovery-image] Sep 16 16:40:19.843 INFO O| Sep 16 16:40:19.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59192024-09-16T16:40:21.368Z[ recovery-image] Sep 16 16:40:19.844 INFO O| Sep 16 16:40:19.843 INFO STEP 617 (remove_files) COMPLETE
59202024-09-16T16:40:21.368Z[ recovery-image] Sep 16 16:40:19.844 INFO O| Sep 16 16:40:19.843 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-09-16T16:40:21.385Z[ recovery-image] Sep 16 16:40:19.861 INFO O| Sep 16 16:40:19.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59222024-09-16T16:40:21.410Z[ recovery-image] Sep 16 16:40:19.886 INFO O| Sep 16 16:40:19.886 INFO STEP 618 (remove_files) COMPLETE
59232024-09-16T16:40:21.410Z[ recovery-image] Sep 16 16:40:19.886 INFO O| Sep 16 16:40:19.886 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-09-16T16:40:21.464Z[ recovery-image] Sep 16 16:40:19.939 INFO O| Sep 16 16:40:19.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59252024-09-16T16:40:21.464Z[ recovery-image] Sep 16 16:40:19.939 INFO O| Sep 16 16:40:19.939 INFO STEP 619 (remove_files) COMPLETE
59262024-09-16T16:40:21.467Z[ recovery-image] Sep 16 16:40:19.939 INFO O| Sep 16 16:40:19.939 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-09-16T16:40:21.482Z[ recovery-image] Sep 16 16:40:19.958 INFO O| Sep 16 16:40:19.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59282024-09-16T16:40:21.485Z[ recovery-image] Sep 16 16:40:19.958 INFO O| Sep 16 16:40:19.958 INFO STEP 620 (remove_files) COMPLETE
59292024-09-16T16:40:21.485Z[ recovery-image] Sep 16 16:40:19.958 INFO O| Sep 16 16:40:19.958 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-09-16T16:40:21.518Z[ recovery-image] Sep 16 16:40:19.994 INFO O| Sep 16 16:40:19.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59312024-09-16T16:40:21.518Z[ recovery-image] Sep 16 16:40:19.994 INFO O| Sep 16 16:40:19.994 INFO STEP 621 (remove_files) COMPLETE
59322024-09-16T16:40:21.518Z[ recovery-image] Sep 16 16:40:19.994 INFO O| Sep 16 16:40:19.994 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-09-16T16:40:21.552Z[ recovery-image] Sep 16 16:40:20.028 INFO O| Sep 16 16:40:20.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59342024-09-16T16:40:21.553Z[ recovery-image] Sep 16 16:40:20.028 INFO O| Sep 16 16:40:20.028 INFO STEP 622 (remove_files) COMPLETE
59352024-09-16T16:40:21.553Z[ recovery-image] Sep 16 16:40:20.028 INFO O| Sep 16 16:40:20.028 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-09-16T16:40:21.649Z[ recovery-image] Sep 16 16:40:20.124 INFO O| Sep 16 16:40:20.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59372024-09-16T16:40:21.651Z[ recovery-image] Sep 16 16:40:20.124 INFO O| Sep 16 16:40:20.124 INFO STEP 623 (remove_files) COMPLETE
59382024-09-16T16:40:21.651Z[ recovery-image] Sep 16 16:40:20.124 INFO O| Sep 16 16:40:20.124 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-09-16T16:40:21.651Z[ host-image] Sep 16 16:40:20.126 INFO O| Sep 16 16:40:20.126 INFO O| Actions: Completed 22 actions in 0.92 seconds.
59402024-09-16T16:40:21.697Z[ recovery-image] Sep 16 16:40:20.173 INFO O| Sep 16 16:40:20.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59412024-09-16T16:40:21.697Z[ recovery-image] Sep 16 16:40:20.173 INFO O| Sep 16 16:40:20.173 INFO STEP 624 (remove_files) COMPLETE
59422024-09-16T16:40:21.700Z[ recovery-image] Sep 16 16:40:20.173 INFO O| Sep 16 16:40:20.173 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-09-16T16:40:21.717Z[ recovery-image] Sep 16 16:40:20.191 INFO O| Sep 16 16:40:20.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59442024-09-16T16:40:21.718Z[ recovery-image] Sep 16 16:40:20.191 INFO O| Sep 16 16:40:20.191 INFO STEP 625 (remove_files) COMPLETE
59452024-09-16T16:40:21.718Z[ recovery-image] Sep 16 16:40:20.191 INFO O| Sep 16 16:40:20.191 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-09-16T16:40:21.734Z[ recovery-image] Sep 16 16:40:20.209 INFO O| Sep 16 16:40:20.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59472024-09-16T16:40:21.734Z[ recovery-image] Sep 16 16:40:20.209 INFO O| Sep 16 16:40:20.209 INFO STEP 626 (remove_files) COMPLETE
59482024-09-16T16:40:21.738Z[ recovery-image] Sep 16 16:40:20.209 INFO O| Sep 16 16:40:20.209 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-09-16T16:40:21.770Z[ recovery-image] Sep 16 16:40:20.244 INFO O| Sep 16 16:40:20.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59502024-09-16T16:40:21.771Z[ recovery-image] Sep 16 16:40:20.245 INFO O| Sep 16 16:40:20.245 INFO STEP 627 (remove_files) COMPLETE
59512024-09-16T16:40:21.776Z[ recovery-image] Sep 16 16:40:20.245 INFO O| Sep 16 16:40:20.245 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-09-16T16:40:21.791Z[ recovery-image] Sep 16 16:40:20.264 INFO O| Sep 16 16:40:20.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59532024-09-16T16:40:21.791Z[ recovery-image] Sep 16 16:40:20.264 INFO O| Sep 16 16:40:20.264 INFO STEP 628 (remove_files) COMPLETE
59542024-09-16T16:40:21.792Z[ recovery-image] Sep 16 16:40:20.264 INFO O| Sep 16 16:40:20.264 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-09-16T16:40:21.808Z[ recovery-image] Sep 16 16:40:20.283 INFO O| Sep 16 16:40:20.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59562024-09-16T16:40:21.808Z[ recovery-image] Sep 16 16:40:20.283 INFO O| Sep 16 16:40:20.283 INFO STEP 629 (remove_files) COMPLETE
59572024-09-16T16:40:21.812Z[ recovery-image] Sep 16 16:40:20.283 INFO O| Sep 16 16:40:20.283 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-09-16T16:40:21.830Z[ recovery-image] Sep 16 16:40:20.304 INFO O| Sep 16 16:40:20.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59592024-09-16T16:40:21.830Z[ recovery-image] Sep 16 16:40:20.304 INFO O| Sep 16 16:40:20.304 INFO STEP 630 (remove_files) COMPLETE
59602024-09-16T16:40:21.833Z[ recovery-image] Sep 16 16:40:20.305 INFO O| Sep 16 16:40:20.304 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-09-16T16:40:21.850Z[ recovery-image] Sep 16 16:40:20.325 INFO O| Sep 16 16:40:20.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59622024-09-16T16:40:21.850Z[ recovery-image] Sep 16 16:40:20.325 INFO O| Sep 16 16:40:20.325 INFO STEP 631 (remove_files) COMPLETE
59632024-09-16T16:40:21.853Z[ recovery-image] Sep 16 16:40:20.325 INFO O| Sep 16 16:40:20.325 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-09-16T16:40:21.868Z[ recovery-image] Sep 16 16:40:20.342 INFO O| Sep 16 16:40:20.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59652024-09-16T16:40:21.871Z[ recovery-image] Sep 16 16:40:20.343 INFO O| Sep 16 16:40:20.343 INFO STEP 632 (remove_files) COMPLETE
59662024-09-16T16:40:21.871Z[ recovery-image] Sep 16 16:40:20.343 INFO O| Sep 16 16:40:20.343 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-09-16T16:40:21.885Z[ recovery-image] Sep 16 16:40:20.360 INFO O| Sep 16 16:40:20.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59682024-09-16T16:40:21.885Z[ recovery-image] Sep 16 16:40:20.360 INFO O| Sep 16 16:40:20.360 INFO STEP 633 (remove_files) COMPLETE
59692024-09-16T16:40:21.888Z[ recovery-image] Sep 16 16:40:20.360 INFO O| Sep 16 16:40:20.360 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-09-16T16:40:21.923Z[ recovery-image] Sep 16 16:40:20.398 INFO O| Sep 16 16:40:20.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59712024-09-16T16:40:21.923Z[ recovery-image] Sep 16 16:40:20.398 INFO O| Sep 16 16:40:20.398 INFO STEP 634 (remove_files) COMPLETE
59722024-09-16T16:40:21.926Z[ recovery-image] Sep 16 16:40:20.398 INFO O| Sep 16 16:40:20.398 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-09-16T16:40:21.961Z[ recovery-image] Sep 16 16:40:20.436 INFO O| Sep 16 16:40:20.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59742024-09-16T16:40:21.961Z[ recovery-image] Sep 16 16:40:20.436 INFO O| Sep 16 16:40:20.436 INFO STEP 635 (remove_files) COMPLETE
59752024-09-16T16:40:21.961Z[ recovery-image] Sep 16 16:40:20.436 INFO O| Sep 16 16:40:20.436 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-09-16T16:40:21.981Z[ recovery-image] Sep 16 16:40:20.455 INFO O| Sep 16 16:40:20.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59772024-09-16T16:40:21.982Z[ recovery-image] Sep 16 16:40:20.455 INFO O| Sep 16 16:40:20.455 INFO STEP 636 (remove_files) COMPLETE
59782024-09-16T16:40:21.987Z[ recovery-image] Sep 16 16:40:20.455 INFO O| Sep 16 16:40:20.455 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-09-16T16:40:21.998Z[ recovery-image] Sep 16 16:40:20.473 INFO O| Sep 16 16:40:20.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59802024-09-16T16:40:22.002Z[ recovery-image] Sep 16 16:40:20.473 INFO O| Sep 16 16:40:20.473 INFO STEP 637 (remove_files) COMPLETE
59812024-09-16T16:40:22.002Z[ recovery-image] Sep 16 16:40:20.473 INFO O| Sep 16 16:40:20.473 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-09-16T16:40:22.023Z[ recovery-image] Sep 16 16:40:20.491 INFO O| Sep 16 16:40:20.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59832024-09-16T16:40:22.023Z[ recovery-image] Sep 16 16:40:20.491 INFO O| Sep 16 16:40:20.491 INFO STEP 638 (remove_files) COMPLETE
59842024-09-16T16:40:22.027Z[ recovery-image] Sep 16 16:40:20.491 INFO O| Sep 16 16:40:20.491 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-09-16T16:40:22.034Z[ recovery-image] Sep 16 16:40:20.509 INFO O| Sep 16 16:40:20.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59862024-09-16T16:40:22.038Z[ recovery-image] Sep 16 16:40:20.509 INFO O| Sep 16 16:40:20.509 INFO STEP 639 (remove_files) COMPLETE
59872024-09-16T16:40:22.038Z[ recovery-image] Sep 16 16:40:20.509 INFO O| Sep 16 16:40:20.509 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-09-16T16:40:22.054Z[ recovery-image] Sep 16 16:40:20.527 INFO O| Sep 16 16:40:20.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59892024-09-16T16:40:22.057Z[ recovery-image] Sep 16 16:40:20.528 INFO O| Sep 16 16:40:20.527 INFO STEP 640 (remove_files) COMPLETE
59902024-09-16T16:40:22.058Z[ recovery-image] Sep 16 16:40:20.528 INFO O| Sep 16 16:40:20.528 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-09-16T16:40:22.070Z[ recovery-image] Sep 16 16:40:20.545 INFO O| Sep 16 16:40:20.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59922024-09-16T16:40:22.073Z[ recovery-image] Sep 16 16:40:20.546 INFO O| Sep 16 16:40:20.545 INFO STEP 641 (remove_files) COMPLETE
59932024-09-16T16:40:22.073Z[ recovery-image] Sep 16 16:40:20.546 INFO O| Sep 16 16:40:20.546 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-09-16T16:40:22.108Z[ recovery-image] Sep 16 16:40:20.583 INFO O| Sep 16 16:40:20.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59952024-09-16T16:40:22.108Z[ recovery-image] Sep 16 16:40:20.583 INFO O| Sep 16 16:40:20.583 INFO STEP 642 (remove_files) COMPLETE
59962024-09-16T16:40:22.108Z[ recovery-image] Sep 16 16:40:20.583 INFO O| Sep 16 16:40:20.583 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-09-16T16:40:22.127Z[ recovery-image] Sep 16 16:40:20.602 INFO O| Sep 16 16:40:20.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59982024-09-16T16:40:22.130Z[ recovery-image] Sep 16 16:40:20.602 INFO O| Sep 16 16:40:20.602 INFO STEP 643 (remove_files) COMPLETE
59992024-09-16T16:40:22.130Z[ recovery-image] Sep 16 16:40:20.602 INFO O| Sep 16 16:40:20.602 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-09-16T16:40:22.130Z[ host-image] Sep 16 16:40:20.602 INFO O| Sep 16 16:40:20.602 INFO O| Done
60012024-09-16T16:40:22.130Z[ host-image] Sep 16 16:40:20.602 INFO O| Sep 16 16:40:20.602 INFO O| Done
60022024-09-16T16:40:22.144Z[ recovery-image] Sep 16 16:40:20.620 INFO O| Sep 16 16:40:20.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60032024-09-16T16:40:22.144Z[ recovery-image] Sep 16 16:40:20.620 INFO O| Sep 16 16:40:20.620 INFO STEP 644 (remove_files) COMPLETE
60042024-09-16T16:40:22.147Z[ recovery-image] Sep 16 16:40:20.620 INFO O| Sep 16 16:40:20.620 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-09-16T16:40:22.174Z[ recovery-image] Sep 16 16:40:20.650 INFO O| Sep 16 16:40:20.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60062024-09-16T16:40:22.175Z[ recovery-image] Sep 16 16:40:20.650 INFO O| Sep 16 16:40:20.650 INFO STEP 645 (remove_files) COMPLETE
60072024-09-16T16:40:22.175Z[ recovery-image] Sep 16 16:40:20.650 INFO O| Sep 16 16:40:20.650 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-09-16T16:40:22.192Z[ recovery-image] Sep 16 16:40:20.667 INFO O| Sep 16 16:40:20.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60092024-09-16T16:40:22.192Z[ recovery-image] Sep 16 16:40:20.667 INFO O| Sep 16 16:40:20.667 INFO STEP 646 (remove_files) COMPLETE
60102024-09-16T16:40:22.194Z[ recovery-image] Sep 16 16:40:20.667 INFO O| Sep 16 16:40:20.667 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-09-16T16:40:22.208Z[ recovery-image] Sep 16 16:40:20.683 INFO O| Sep 16 16:40:20.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60122024-09-16T16:40:22.208Z[ recovery-image] Sep 16 16:40:20.683 INFO O| Sep 16 16:40:20.683 INFO STEP 647 (remove_files) COMPLETE
60132024-09-16T16:40:22.210Z[ recovery-image] Sep 16 16:40:20.683 INFO O| Sep 16 16:40:20.683 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-09-16T16:40:22.232Z[ recovery-image] Sep 16 16:40:20.707 INFO O| Sep 16 16:40:20.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60152024-09-16T16:40:22.235Z[ recovery-image] Sep 16 16:40:20.708 INFO O| Sep 16 16:40:20.708 INFO STEP 648 (remove_files) COMPLETE
60162024-09-16T16:40:22.235Z[ recovery-image] Sep 16 16:40:20.708 INFO O| Sep 16 16:40:20.708 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-09-16T16:40:22.250Z[ recovery-image] Sep 16 16:40:20.726 INFO O| Sep 16 16:40:20.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60182024-09-16T16:40:22.253Z[ recovery-image] Sep 16 16:40:20.726 INFO O| Sep 16 16:40:20.726 INFO STEP 649 (remove_files) COMPLETE
60192024-09-16T16:40:22.253Z[ recovery-image] Sep 16 16:40:20.726 INFO O| Sep 16 16:40:20.726 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-09-16T16:40:22.284Z[ recovery-image] Sep 16 16:40:20.759 INFO O| Sep 16 16:40:20.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60212024-09-16T16:40:22.287Z[ recovery-image] Sep 16 16:40:20.760 INFO O| Sep 16 16:40:20.760 INFO STEP 650 (remove_files) COMPLETE
60222024-09-16T16:40:22.287Z[ recovery-image] Sep 16 16:40:20.760 INFO O| Sep 16 16:40:20.760 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-09-16T16:40:22.303Z[ recovery-image] Sep 16 16:40:20.778 INFO O| Sep 16 16:40:20.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60242024-09-16T16:40:22.303Z[ recovery-image] Sep 16 16:40:20.778 INFO O| Sep 16 16:40:20.778 INFO STEP 651 (remove_files) COMPLETE
60252024-09-16T16:40:22.306Z[ recovery-image] Sep 16 16:40:20.778 INFO O| Sep 16 16:40:20.778 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-09-16T16:40:22.321Z[ recovery-image] Sep 16 16:40:20.797 INFO O| Sep 16 16:40:20.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60272024-09-16T16:40:22.322Z[ recovery-image] Sep 16 16:40:20.797 INFO O| Sep 16 16:40:20.797 INFO STEP 652 (remove_files) COMPLETE
60282024-09-16T16:40:22.322Z[ recovery-image] Sep 16 16:40:20.797 INFO O| Sep 16 16:40:20.797 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-09-16T16:40:22.355Z[ recovery-image] Sep 16 16:40:20.830 INFO O| Sep 16 16:40:20.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60302024-09-16T16:40:22.358Z[ recovery-image] Sep 16 16:40:20.830 INFO O| Sep 16 16:40:20.830 INFO STEP 653 (remove_files) COMPLETE
60312024-09-16T16:40:22.358Z[ recovery-image] Sep 16 16:40:20.831 INFO O| Sep 16 16:40:20.830 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-09-16T16:40:22.374Z[ recovery-image] Sep 16 16:40:20.850 INFO O| Sep 16 16:40:20.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60332024-09-16T16:40:22.377Z[ recovery-image] Sep 16 16:40:20.850 INFO O| Sep 16 16:40:20.850 INFO STEP 654 (remove_files) COMPLETE
60342024-09-16T16:40:22.377Z[ recovery-image] Sep 16 16:40:20.850 INFO O| Sep 16 16:40:20.850 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-09-16T16:40:22.392Z[ recovery-image] Sep 16 16:40:20.867 INFO O| Sep 16 16:40:20.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60362024-09-16T16:40:22.394Z[ recovery-image] Sep 16 16:40:20.867 INFO O| Sep 16 16:40:20.867 INFO STEP 655 (remove_files) COMPLETE
60372024-09-16T16:40:22.394Z[ recovery-image] Sep 16 16:40:20.868 INFO O| Sep 16 16:40:20.867 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-09-16T16:40:22.424Z[ recovery-image] Sep 16 16:40:20.899 INFO O| Sep 16 16:40:20.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60392024-09-16T16:40:22.426Z[ recovery-image] Sep 16 16:40:20.899 INFO O| Sep 16 16:40:20.899 INFO STEP 656 (remove_files) COMPLETE
60402024-09-16T16:40:22.426Z[ recovery-image] Sep 16 16:40:20.899 INFO O| Sep 16 16:40:20.899 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-09-16T16:40:22.454Z[ recovery-image] Sep 16 16:40:20.929 INFO O| Sep 16 16:40:20.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60422024-09-16T16:40:22.459Z[ recovery-image] Sep 16 16:40:20.929 INFO O| Sep 16 16:40:20.929 INFO STEP 657 (remove_files) COMPLETE
60432024-09-16T16:40:22.459Z[ recovery-image] Sep 16 16:40:20.930 INFO O| Sep 16 16:40:20.929 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-09-16T16:40:22.526Z[ recovery-image] Sep 16 16:40:21.001 INFO O| Sep 16 16:40:21.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60452024-09-16T16:40:22.526Z[ recovery-image] Sep 16 16:40:21.001 INFO O| Sep 16 16:40:21.001 INFO STEP 658 (remove_files) COMPLETE
60462024-09-16T16:40:22.526Z[ recovery-image] Sep 16 16:40:21.001 INFO O| Sep 16 16:40:21.001 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-09-16T16:40:22.545Z[ recovery-image] Sep 16 16:40:21.020 INFO O| Sep 16 16:40:21.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60482024-09-16T16:40:22.545Z[ recovery-image] Sep 16 16:40:21.020 INFO O| Sep 16 16:40:21.020 INFO STEP 659 (remove_files) COMPLETE
60492024-09-16T16:40:22.545Z[ recovery-image] Sep 16 16:40:21.020 INFO O| Sep 16 16:40:21.020 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-09-16T16:40:22.578Z[ recovery-image] Sep 16 16:40:21.053 INFO O| Sep 16 16:40:21.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60512024-09-16T16:40:22.581Z[ recovery-image] Sep 16 16:40:21.054 INFO O| Sep 16 16:40:21.054 INFO STEP 660 (remove_files) COMPLETE
60522024-09-16T16:40:22.581Z[ recovery-image] Sep 16 16:40:21.054 INFO O| Sep 16 16:40:21.054 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-09-16T16:40:22.640Z[ recovery-image] Sep 16 16:40:21.114 INFO O| Sep 16 16:40:21.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60542024-09-16T16:40:22.640Z[ recovery-image] Sep 16 16:40:21.114 INFO O| Sep 16 16:40:21.114 INFO STEP 661 (remove_files) COMPLETE
60552024-09-16T16:40:22.640Z[ recovery-image] Sep 16 16:40:21.114 INFO O| Sep 16 16:40:21.114 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-09-16T16:40:22.657Z[ recovery-image] Sep 16 16:40:21.132 INFO O| Sep 16 16:40:21.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60572024-09-16T16:40:22.657Z[ recovery-image] Sep 16 16:40:21.132 INFO O| Sep 16 16:40:21.132 INFO STEP 662 (remove_files) COMPLETE
60582024-09-16T16:40:22.657Z[ recovery-image] Sep 16 16:40:21.132 INFO O| Sep 16 16:40:21.132 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-09-16T16:40:22.675Z[ recovery-image] Sep 16 16:40:21.150 INFO O| Sep 16 16:40:21.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60602024-09-16T16:40:22.699Z[ recovery-image] Sep 16 16:40:21.174 INFO O| Sep 16 16:40:21.174 INFO STEP 663 (remove_files) COMPLETE
60612024-09-16T16:40:22.699Z[ recovery-image] Sep 16 16:40:21.174 INFO O| Sep 16 16:40:21.174 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-09-16T16:40:22.732Z[ recovery-image] Sep 16 16:40:21.206 INFO O| Sep 16 16:40:21.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60632024-09-16T16:40:22.732Z[ recovery-image] Sep 16 16:40:21.206 INFO O| Sep 16 16:40:21.206 INFO STEP 664 (remove_files) COMPLETE
60642024-09-16T16:40:22.732Z[ recovery-image] Sep 16 16:40:21.206 INFO O| Sep 16 16:40:21.206 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-09-16T16:40:22.772Z[ recovery-image] Sep 16 16:40:21.247 INFO O| Sep 16 16:40:21.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60662024-09-16T16:40:22.772Z[ recovery-image] Sep 16 16:40:21.247 INFO O| Sep 16 16:40:21.247 INFO STEP 665 (remove_files) COMPLETE
60672024-09-16T16:40:22.772Z[ recovery-image] Sep 16 16:40:21.247 INFO O| Sep 16 16:40:21.247 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-09-16T16:40:22.790Z[ recovery-image] Sep 16 16:40:21.265 INFO O| Sep 16 16:40:21.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60692024-09-16T16:40:22.791Z[ recovery-image] Sep 16 16:40:21.265 INFO O| Sep 16 16:40:21.265 INFO STEP 666 (remove_files) COMPLETE
60702024-09-16T16:40:22.791Z[ recovery-image] Sep 16 16:40:21.265 INFO O| Sep 16 16:40:21.265 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-09-16T16:40:22.830Z[ recovery-image] Sep 16 16:40:21.305 INFO O| Sep 16 16:40:21.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60722024-09-16T16:40:22.830Z[ recovery-image] Sep 16 16:40:21.305 INFO O| Sep 16 16:40:21.305 INFO STEP 667 (remove_files) COMPLETE
60732024-09-16T16:40:22.830Z[ recovery-image] Sep 16 16:40:21.305 INFO O| Sep 16 16:40:21.305 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-09-16T16:40:22.850Z[ recovery-image] Sep 16 16:40:21.324 INFO O| Sep 16 16:40:21.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60752024-09-16T16:40:22.850Z[ recovery-image] Sep 16 16:40:21.324 INFO O| Sep 16 16:40:21.324 INFO STEP 668 (remove_files) COMPLETE
60762024-09-16T16:40:22.850Z[ recovery-image] Sep 16 16:40:21.325 INFO O| Sep 16 16:40:21.324 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-09-16T16:40:22.867Z[ recovery-image] Sep 16 16:40:21.342 INFO O| Sep 16 16:40:21.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60782024-09-16T16:40:22.867Z[ recovery-image] Sep 16 16:40:21.343 INFO O| Sep 16 16:40:21.342 INFO STEP 669 (remove_files) COMPLETE
60792024-09-16T16:40:22.867Z[ recovery-image] Sep 16 16:40:21.343 INFO O| Sep 16 16:40:21.343 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-09-16T16:40:22.898Z[ recovery-image] Sep 16 16:40:21.373 INFO O| Sep 16 16:40:21.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60812024-09-16T16:40:22.898Z[ recovery-image] Sep 16 16:40:21.373 INFO O| Sep 16 16:40:21.373 INFO STEP 670 (remove_files) COMPLETE
60822024-09-16T16:40:22.898Z[ recovery-image] Sep 16 16:40:21.373 INFO O| Sep 16 16:40:21.373 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-09-16T16:40:22.917Z[ recovery-image] Sep 16 16:40:21.392 INFO O| Sep 16 16:40:21.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60842024-09-16T16:40:22.922Z[ recovery-image] Sep 16 16:40:21.397 INFO O| Sep 16 16:40:21.397 INFO STEP 671 (remove_files) COMPLETE
60852024-09-16T16:40:22.922Z[ recovery-image] Sep 16 16:40:21.397 INFO O| Sep 16 16:40:21.397 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-09-16T16:40:22.990Z[ recovery-image] Sep 16 16:40:21.465 INFO O| Sep 16 16:40:21.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60872024-09-16T16:40:22.993Z[ recovery-image] Sep 16 16:40:21.466 INFO O| Sep 16 16:40:21.465 INFO STEP 672 (remove_files) COMPLETE
60882024-09-16T16:40:22.993Z[ recovery-image] Sep 16 16:40:21.466 INFO O| Sep 16 16:40:21.466 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-09-16T16:40:23.011Z[ recovery-image] Sep 16 16:40:21.486 INFO O| Sep 16 16:40:21.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60902024-09-16T16:40:23.040Z[ recovery-image] Sep 16 16:40:21.515 INFO O| Sep 16 16:40:21.515 INFO STEP 673 (remove_files) COMPLETE
60912024-09-16T16:40:23.040Z[ recovery-image] Sep 16 16:40:21.515 INFO O| Sep 16 16:40:21.515 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-09-16T16:40:23.057Z[ host-image] Sep 16 16:40:21.532 INFO O| Sep 16 16:40:21.532 INFO O| Done
60932024-09-16T16:40:23.076Z[ recovery-image] Sep 16 16:40:21.551 INFO O| Sep 16 16:40:21.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60942024-09-16T16:40:23.076Z[ recovery-image] Sep 16 16:40:21.551 INFO O| Sep 16 16:40:21.551 INFO STEP 674 (remove_files) COMPLETE
60952024-09-16T16:40:23.076Z[ recovery-image] Sep 16 16:40:21.551 INFO O| Sep 16 16:40:21.551 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-09-16T16:40:23.094Z[ recovery-image] Sep 16 16:40:21.569 INFO O| Sep 16 16:40:21.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60972024-09-16T16:40:23.094Z[ recovery-image] Sep 16 16:40:21.569 INFO O| Sep 16 16:40:21.569 INFO STEP 675 (remove_files) COMPLETE
60982024-09-16T16:40:23.096Z[ recovery-image] Sep 16 16:40:21.569 INFO O| Sep 16 16:40:21.569 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-09-16T16:40:23.122Z[ recovery-image] Sep 16 16:40:21.597 INFO O| Sep 16 16:40:21.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61002024-09-16T16:40:23.142Z[ recovery-image] Sep 16 16:40:21.617 INFO O| Sep 16 16:40:21.617 INFO STEP 676 (remove_files) COMPLETE
61012024-09-16T16:40:23.142Z[ recovery-image] Sep 16 16:40:21.617 INFO O| Sep 16 16:40:21.617 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-09-16T16:40:23.181Z[ recovery-image] Sep 16 16:40:21.656 INFO O| Sep 16 16:40:21.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61032024-09-16T16:40:23.181Z[ recovery-image] Sep 16 16:40:21.656 INFO O| Sep 16 16:40:21.656 INFO STEP 677 (remove_files) COMPLETE
61042024-09-16T16:40:23.183Z[ recovery-image] Sep 16 16:40:21.656 INFO O| Sep 16 16:40:21.656 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-09-16T16:40:23.198Z[ recovery-image] Sep 16 16:40:21.674 INFO O| Sep 16 16:40:21.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61062024-09-16T16:40:23.198Z[ recovery-image] Sep 16 16:40:21.674 INFO O| Sep 16 16:40:21.674 INFO STEP 678 (remove_files) COMPLETE
61072024-09-16T16:40:23.199Z[ recovery-image] Sep 16 16:40:21.674 INFO O| Sep 16 16:40:21.674 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-09-16T16:40:23.242Z[ recovery-image] Sep 16 16:40:21.717 INFO O| Sep 16 16:40:21.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61092024-09-16T16:40:23.242Z[ recovery-image] Sep 16 16:40:21.717 INFO O| Sep 16 16:40:21.717 INFO STEP 679 (remove_files) COMPLETE
61102024-09-16T16:40:23.244Z[ recovery-image] Sep 16 16:40:21.717 INFO O| Sep 16 16:40:21.717 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-09-16T16:40:23.273Z[ recovery-image] Sep 16 16:40:21.748 INFO O| Sep 16 16:40:21.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61122024-09-16T16:40:23.275Z[ recovery-image] Sep 16 16:40:21.748 INFO O| Sep 16 16:40:21.748 INFO STEP 680 (remove_files) COMPLETE
61132024-09-16T16:40:23.275Z[ recovery-image] Sep 16 16:40:21.748 INFO O| Sep 16 16:40:21.748 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-09-16T16:40:23.296Z[ recovery-image] Sep 16 16:40:21.771 INFO O| Sep 16 16:40:21.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61152024-09-16T16:40:23.296Z[ recovery-image] Sep 16 16:40:21.771 INFO O| Sep 16 16:40:21.771 INFO STEP 681 (remove_files) COMPLETE
61162024-09-16T16:40:23.296Z[ recovery-image] Sep 16 16:40:21.771 INFO O| Sep 16 16:40:21.771 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-09-16T16:40:23.352Z[ recovery-image] Sep 16 16:40:21.827 INFO O| Sep 16 16:40:21.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61182024-09-16T16:40:23.352Z[ recovery-image] Sep 16 16:40:21.827 INFO O| Sep 16 16:40:21.827 INFO STEP 682 (remove_files) COMPLETE
61192024-09-16T16:40:23.352Z[ recovery-image] Sep 16 16:40:21.827 INFO O| Sep 16 16:40:21.827 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-09-16T16:40:23.376Z[ recovery-image] Sep 16 16:40:21.851 INFO O| Sep 16 16:40:21.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61212024-09-16T16:40:23.379Z[ recovery-image] Sep 16 16:40:21.851 INFO O| Sep 16 16:40:21.851 INFO STEP 683 (remove_files) COMPLETE
61222024-09-16T16:40:23.379Z[ recovery-image] Sep 16 16:40:21.852 INFO O| Sep 16 16:40:21.852 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-09-16T16:40:23.396Z[ recovery-image] Sep 16 16:40:21.871 INFO O| Sep 16 16:40:21.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61242024-09-16T16:40:23.399Z[ recovery-image] Sep 16 16:40:21.871 INFO O| Sep 16 16:40:21.871 INFO STEP 684 (remove_files) COMPLETE
61252024-09-16T16:40:23.399Z[ recovery-image] Sep 16 16:40:21.871 INFO O| Sep 16 16:40:21.871 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-09-16T16:40:23.470Z[ recovery-image] Sep 16 16:40:21.945 INFO O| Sep 16 16:40:21.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61272024-09-16T16:40:23.472Z[ recovery-image] Sep 16 16:40:21.945 INFO O| Sep 16 16:40:21.945 INFO STEP 685 (remove_files) COMPLETE
61282024-09-16T16:40:23.472Z[ recovery-image] Sep 16 16:40:21.945 INFO O| Sep 16 16:40:21.945 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-09-16T16:40:23.491Z[ recovery-image] Sep 16 16:40:21.966 INFO O| Sep 16 16:40:21.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61302024-09-16T16:40:23.511Z[ recovery-image] Sep 16 16:40:21.986 INFO O| Sep 16 16:40:21.986 INFO STEP 686 (remove_files) COMPLETE
61312024-09-16T16:40:23.511Z[ recovery-image] Sep 16 16:40:21.986 INFO O| Sep 16 16:40:21.986 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-09-16T16:40:23.546Z[ recovery-image] Sep 16 16:40:22.021 INFO O| Sep 16 16:40:22.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61332024-09-16T16:40:23.546Z[ recovery-image] Sep 16 16:40:22.022 INFO O| Sep 16 16:40:22.021 INFO STEP 687 (remove_files) COMPLETE
61342024-09-16T16:40:23.546Z[ recovery-image] Sep 16 16:40:22.022 INFO O| Sep 16 16:40:22.022 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-09-16T16:40:23.606Z[ recovery-image] Sep 16 16:40:22.081 INFO O| Sep 16 16:40:22.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61362024-09-16T16:40:23.606Z[ recovery-image] Sep 16 16:40:22.081 INFO O| Sep 16 16:40:22.081 INFO STEP 688 (remove_files) COMPLETE
61372024-09-16T16:40:23.606Z[ recovery-image] Sep 16 16:40:22.081 INFO O| Sep 16 16:40:22.081 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-09-16T16:40:23.624Z[ recovery-image] Sep 16 16:40:22.099 INFO O| Sep 16 16:40:22.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61392024-09-16T16:40:23.624Z[ recovery-image] Sep 16 16:40:22.099 INFO O| Sep 16 16:40:22.099 INFO STEP 689 (remove_files) COMPLETE
61402024-09-16T16:40:23.624Z[ recovery-image] Sep 16 16:40:22.099 INFO O| Sep 16 16:40:22.099 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-09-16T16:40:23.656Z[ recovery-image] Sep 16 16:40:22.131 INFO O| Sep 16 16:40:22.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61422024-09-16T16:40:23.659Z[ recovery-image] Sep 16 16:40:22.132 INFO O| Sep 16 16:40:22.131 INFO STEP 690 (remove_files) COMPLETE
61432024-09-16T16:40:23.659Z[ recovery-image] Sep 16 16:40:22.132 INFO O| Sep 16 16:40:22.132 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-09-16T16:40:23.687Z[ recovery-image] Sep 16 16:40:22.162 INFO O| Sep 16 16:40:22.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61452024-09-16T16:40:23.691Z[ recovery-image] Sep 16 16:40:22.163 INFO O| Sep 16 16:40:22.163 INFO STEP 691 (remove_files) COMPLETE
61462024-09-16T16:40:23.691Z[ recovery-image] Sep 16 16:40:22.163 INFO O| Sep 16 16:40:22.163 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-09-16T16:40:23.706Z[ recovery-image] Sep 16 16:40:22.181 INFO O| Sep 16 16:40:22.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61482024-09-16T16:40:23.709Z[ recovery-image] Sep 16 16:40:22.182 INFO O| Sep 16 16:40:22.181 INFO STEP 692 (remove_files) COMPLETE
61492024-09-16T16:40:23.709Z[ recovery-image] Sep 16 16:40:22.182 INFO O| Sep 16 16:40:22.182 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-09-16T16:40:23.730Z[ recovery-image] Sep 16 16:40:22.204 INFO O| Sep 16 16:40:22.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61512024-09-16T16:40:23.730Z[ recovery-image] Sep 16 16:40:22.204 INFO O| Sep 16 16:40:22.204 INFO STEP 693 (remove_files) COMPLETE
61522024-09-16T16:40:23.730Z[ recovery-image] Sep 16 16:40:22.204 INFO O| Sep 16 16:40:22.204 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-09-16T16:40:23.761Z[ recovery-image] Sep 16 16:40:22.233 INFO O| Sep 16 16:40:22.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61542024-09-16T16:40:23.761Z[ recovery-image] Sep 16 16:40:22.233 INFO O| Sep 16 16:40:22.233 INFO STEP 694 (remove_files) COMPLETE
61552024-09-16T16:40:23.764Z[ recovery-image] Sep 16 16:40:22.233 INFO O| Sep 16 16:40:22.233 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-09-16T16:40:23.776Z[ recovery-image] Sep 16 16:40:22.251 INFO O| Sep 16 16:40:22.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61572024-09-16T16:40:23.776Z[ recovery-image] Sep 16 16:40:22.251 INFO O| Sep 16 16:40:22.251 INFO STEP 695 (remove_files) COMPLETE
61582024-09-16T16:40:23.779Z[ recovery-image] Sep 16 16:40:22.251 INFO O| Sep 16 16:40:22.251 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-09-16T16:40:23.792Z[ recovery-image] Sep 16 16:40:22.267 INFO O| Sep 16 16:40:22.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61602024-09-16T16:40:23.795Z[ recovery-image] Sep 16 16:40:22.268 INFO O| Sep 16 16:40:22.267 INFO STEP 696 (remove_files) COMPLETE
61612024-09-16T16:40:23.795Z[ recovery-image] Sep 16 16:40:22.268 INFO O| Sep 16 16:40:22.268 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-09-16T16:40:23.808Z[ recovery-image] Sep 16 16:40:22.283 INFO O| Sep 16 16:40:22.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61632024-09-16T16:40:23.808Z[ recovery-image] Sep 16 16:40:22.283 INFO O| Sep 16 16:40:22.283 INFO STEP 697 (remove_files) COMPLETE
61642024-09-16T16:40:23.811Z[ recovery-image] Sep 16 16:40:22.284 INFO O| Sep 16 16:40:22.283 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-09-16T16:40:23.826Z[ recovery-image] Sep 16 16:40:22.301 INFO O| Sep 16 16:40:22.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61662024-09-16T16:40:23.828Z[ recovery-image] Sep 16 16:40:22.301 INFO O| Sep 16 16:40:22.301 INFO STEP 698 (remove_files) COMPLETE
61672024-09-16T16:40:23.828Z[ recovery-image] Sep 16 16:40:22.301 INFO O| Sep 16 16:40:22.301 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-09-16T16:40:23.845Z[ recovery-image] Sep 16 16:40:22.320 INFO O| Sep 16 16:40:22.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61692024-09-16T16:40:23.845Z[ recovery-image] Sep 16 16:40:22.320 INFO O| Sep 16 16:40:22.320 INFO STEP 699 (remove_files) COMPLETE
61702024-09-16T16:40:23.848Z[ recovery-image] Sep 16 16:40:22.320 INFO O| Sep 16 16:40:22.320 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-09-16T16:40:23.864Z[ recovery-image] Sep 16 16:40:22.339 INFO O| Sep 16 16:40:22.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61722024-09-16T16:40:23.864Z[ recovery-image] Sep 16 16:40:22.339 INFO O| Sep 16 16:40:22.339 INFO STEP 700 (remove_files) COMPLETE
61732024-09-16T16:40:23.867Z[ recovery-image] Sep 16 16:40:22.339 INFO O| Sep 16 16:40:22.339 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-09-16T16:40:23.882Z[ recovery-image] Sep 16 16:40:22.358 INFO O| Sep 16 16:40:22.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61752024-09-16T16:40:23.882Z[ recovery-image] Sep 16 16:40:22.358 INFO O| Sep 16 16:40:22.358 INFO STEP 701 (remove_files) COMPLETE
61762024-09-16T16:40:23.885Z[ recovery-image] Sep 16 16:40:22.358 INFO O| Sep 16 16:40:22.358 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-09-16T16:40:23.921Z[ recovery-image] Sep 16 16:40:22.396 INFO O| Sep 16 16:40:22.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61782024-09-16T16:40:23.923Z[ recovery-image] Sep 16 16:40:22.396 INFO O| Sep 16 16:40:22.396 INFO STEP 702 (remove_files) COMPLETE
61792024-09-16T16:40:23.923Z[ recovery-image] Sep 16 16:40:22.396 INFO O| Sep 16 16:40:22.396 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-09-16T16:40:23.981Z[ recovery-image] Sep 16 16:40:22.455 INFO O| Sep 16 16:40:22.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61812024-09-16T16:40:23.981Z[ recovery-image] Sep 16 16:40:22.455 INFO O| Sep 16 16:40:22.455 INFO STEP 703 (remove_files) COMPLETE
61822024-09-16T16:40:23.981Z[ recovery-image] Sep 16 16:40:22.456 INFO O| Sep 16 16:40:22.455 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-09-16T16:40:23.997Z[ recovery-image] Sep 16 16:40:22.472 INFO O| Sep 16 16:40:22.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61842024-09-16T16:40:23.997Z[ recovery-image] Sep 16 16:40:22.472 INFO O| Sep 16 16:40:22.472 INFO STEP 704 (remove_files) COMPLETE
61852024-09-16T16:40:23.997Z[ recovery-image] Sep 16 16:40:22.472 INFO O| Sep 16 16:40:22.472 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-09-16T16:40:24.014Z[ recovery-image] Sep 16 16:40:22.488 INFO O| Sep 16 16:40:22.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61872024-09-16T16:40:24.014Z[ recovery-image] Sep 16 16:40:22.489 INFO O| Sep 16 16:40:22.489 INFO STEP 705 (remove_files) COMPLETE
61882024-09-16T16:40:24.014Z[ recovery-image] Sep 16 16:40:22.489 INFO O| Sep 16 16:40:22.489 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-09-16T16:40:24.050Z[ recovery-image] Sep 16 16:40:22.525 INFO O| Sep 16 16:40:22.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61902024-09-16T16:40:24.050Z[ recovery-image] Sep 16 16:40:22.525 INFO O| Sep 16 16:40:22.525 INFO STEP 706 (remove_files) COMPLETE
61912024-09-16T16:40:24.050Z[ recovery-image] Sep 16 16:40:22.525 INFO O| Sep 16 16:40:22.525 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-09-16T16:40:24.068Z[ recovery-image] Sep 16 16:40:22.542 INFO O| Sep 16 16:40:22.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61932024-09-16T16:40:24.068Z[ recovery-image] Sep 16 16:40:22.542 INFO O| Sep 16 16:40:22.542 INFO STEP 707 (remove_files) COMPLETE
61942024-09-16T16:40:24.068Z[ recovery-image] Sep 16 16:40:22.542 INFO O| Sep 16 16:40:22.542 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-09-16T16:40:24.101Z[ recovery-image] Sep 16 16:40:22.576 INFO O| Sep 16 16:40:22.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61962024-09-16T16:40:24.101Z[ recovery-image] Sep 16 16:40:22.576 INFO O| Sep 16 16:40:22.576 INFO STEP 708 (remove_files) COMPLETE
61972024-09-16T16:40:24.101Z[ recovery-image] Sep 16 16:40:22.576 INFO O| Sep 16 16:40:22.576 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-09-16T16:40:24.119Z[ recovery-image] Sep 16 16:40:22.594 INFO O| Sep 16 16:40:22.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61992024-09-16T16:40:24.119Z[ recovery-image] Sep 16 16:40:22.594 INFO O| Sep 16 16:40:22.594 INFO STEP 709 (remove_files) COMPLETE
62002024-09-16T16:40:24.121Z[ recovery-image] Sep 16 16:40:22.594 INFO O| Sep 16 16:40:22.594 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-09-16T16:40:24.136Z[ recovery-image] Sep 16 16:40:22.611 INFO O| Sep 16 16:40:22.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62022024-09-16T16:40:24.139Z[ recovery-image] Sep 16 16:40:22.611 INFO O| Sep 16 16:40:22.611 INFO STEP 710 (remove_files) COMPLETE
62032024-09-16T16:40:24.139Z[ recovery-image] Sep 16 16:40:22.612 INFO O| Sep 16 16:40:22.611 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-09-16T16:40:24.156Z[ recovery-image] Sep 16 16:40:22.631 INFO O| Sep 16 16:40:22.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62052024-09-16T16:40:24.158Z[ recovery-image] Sep 16 16:40:22.631 INFO O| Sep 16 16:40:22.631 INFO STEP 711 (remove_files) COMPLETE
62062024-09-16T16:40:24.158Z[ recovery-image] Sep 16 16:40:22.631 INFO O| Sep 16 16:40:22.631 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-09-16T16:40:24.182Z[ recovery-image] Sep 16 16:40:22.657 INFO O| Sep 16 16:40:22.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62082024-09-16T16:40:24.182Z[ recovery-image] Sep 16 16:40:22.657 INFO O| Sep 16 16:40:22.657 INFO STEP 712 (remove_files) COMPLETE
62092024-09-16T16:40:24.182Z[ recovery-image] Sep 16 16:40:22.658 INFO O| Sep 16 16:40:22.657 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-09-16T16:40:24.201Z[ recovery-image] Sep 16 16:40:22.676 INFO O| Sep 16 16:40:22.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62112024-09-16T16:40:24.201Z[ recovery-image] Sep 16 16:40:22.676 INFO O| Sep 16 16:40:22.676 INFO STEP 713 (remove_files) COMPLETE
62122024-09-16T16:40:24.201Z[ recovery-image] Sep 16 16:40:22.676 INFO O| Sep 16 16:40:22.676 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-09-16T16:40:24.223Z[ recovery-image] Sep 16 16:40:22.697 INFO O| Sep 16 16:40:22.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62142024-09-16T16:40:24.227Z[ recovery-image] Sep 16 16:40:22.698 INFO O| Sep 16 16:40:22.698 INFO STEP 714 (remove_files) COMPLETE
62152024-09-16T16:40:24.227Z[ recovery-image] Sep 16 16:40:22.698 INFO O| Sep 16 16:40:22.698 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-09-16T16:40:24.242Z[ recovery-image] Sep 16 16:40:22.717 INFO O| Sep 16 16:40:22.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62172024-09-16T16:40:24.247Z[ recovery-image] Sep 16 16:40:22.717 INFO O| Sep 16 16:40:22.717 INFO STEP 715 (remove_files) COMPLETE
62182024-09-16T16:40:24.247Z[ recovery-image] Sep 16 16:40:22.717 INFO O| Sep 16 16:40:22.717 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-09-16T16:40:24.274Z[ recovery-image] Sep 16 16:40:22.749 INFO O| Sep 16 16:40:22.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62202024-09-16T16:40:24.277Z[ recovery-image] Sep 16 16:40:22.750 INFO O| Sep 16 16:40:22.749 INFO STEP 716 (remove_files) COMPLETE
62212024-09-16T16:40:24.277Z[ recovery-image] Sep 16 16:40:22.750 INFO O| Sep 16 16:40:22.749 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-09-16T16:40:24.296Z[ recovery-image] Sep 16 16:40:22.771 INFO O| Sep 16 16:40:22.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62232024-09-16T16:40:24.296Z[ recovery-image] Sep 16 16:40:22.771 INFO O| Sep 16 16:40:22.771 INFO STEP 717 (remove_files) COMPLETE
62242024-09-16T16:40:24.298Z[ recovery-image] Sep 16 16:40:22.771 INFO O| Sep 16 16:40:22.771 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-09-16T16:40:24.317Z[ recovery-image] Sep 16 16:40:22.792 INFO O| Sep 16 16:40:22.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62262024-09-16T16:40:24.317Z[ recovery-image] Sep 16 16:40:22.792 INFO O| Sep 16 16:40:22.792 INFO STEP 718 (remove_files) COMPLETE
62272024-09-16T16:40:24.319Z[ recovery-image] Sep 16 16:40:22.792 INFO O| Sep 16 16:40:22.792 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-09-16T16:40:24.335Z[ recovery-image] Sep 16 16:40:22.810 INFO O| Sep 16 16:40:22.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62292024-09-16T16:40:24.344Z[ recovery-image] Sep 16 16:40:22.810 INFO O| Sep 16 16:40:22.810 INFO STEP 719 (remove_files) COMPLETE
62302024-09-16T16:40:24.344Z[ recovery-image] Sep 16 16:40:22.810 INFO O| Sep 16 16:40:22.810 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-09-16T16:40:24.355Z[ recovery-image] Sep 16 16:40:22.831 INFO O| Sep 16 16:40:22.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62322024-09-16T16:40:24.355Z[ recovery-image] Sep 16 16:40:22.831 INFO O| Sep 16 16:40:22.831 INFO STEP 720 (remove_files) COMPLETE
62332024-09-16T16:40:24.358Z[ recovery-image] Sep 16 16:40:22.831 INFO O| Sep 16 16:40:22.831 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-09-16T16:40:24.418Z[ recovery-image] Sep 16 16:40:22.893 INFO O| Sep 16 16:40:22.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62352024-09-16T16:40:24.421Z[ recovery-image] Sep 16 16:40:22.893 INFO O| Sep 16 16:40:22.893 INFO STEP 721 (remove_files) COMPLETE
62362024-09-16T16:40:24.421Z[ recovery-image] Sep 16 16:40:22.893 INFO O| Sep 16 16:40:22.893 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-09-16T16:40:24.449Z[ recovery-image] Sep 16 16:40:22.924 INFO O| Sep 16 16:40:22.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62382024-09-16T16:40:24.449Z[ recovery-image] Sep 16 16:40:22.924 INFO O| Sep 16 16:40:22.924 INFO STEP 722 (remove_files) COMPLETE
62392024-09-16T16:40:24.452Z[ recovery-image] Sep 16 16:40:22.924 INFO O| Sep 16 16:40:22.924 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-09-16T16:40:24.468Z[ recovery-image] Sep 16 16:40:22.943 INFO O| Sep 16 16:40:22.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62412024-09-16T16:40:24.468Z[ recovery-image] Sep 16 16:40:22.944 INFO O| Sep 16 16:40:22.943 INFO STEP 723 (remove_files) COMPLETE
62422024-09-16T16:40:24.471Z[ recovery-image] Sep 16 16:40:22.944 INFO O| Sep 16 16:40:22.944 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-09-16T16:40:24.528Z[ recovery-image] Sep 16 16:40:23.003 INFO O| Sep 16 16:40:23.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62442024-09-16T16:40:24.529Z[ recovery-image] Sep 16 16:40:23.003 INFO O| Sep 16 16:40:23.003 INFO STEP 724 (remove_files) COMPLETE
62452024-09-16T16:40:24.531Z[ recovery-image] Sep 16 16:40:23.004 INFO O| Sep 16 16:40:23.003 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-09-16T16:40:24.546Z[ recovery-image] Sep 16 16:40:23.021 INFO O| Sep 16 16:40:23.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62472024-09-16T16:40:24.546Z[ recovery-image] Sep 16 16:40:23.021 INFO O| Sep 16 16:40:23.021 INFO STEP 725 (remove_files) COMPLETE
62482024-09-16T16:40:24.546Z[ recovery-image] Sep 16 16:40:23.021 INFO O| Sep 16 16:40:23.021 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-09-16T16:40:24.562Z[ recovery-image] Sep 16 16:40:23.037 INFO O| Sep 16 16:40:23.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62502024-09-16T16:40:24.562Z[ recovery-image] Sep 16 16:40:23.037 INFO O| Sep 16 16:40:23.037 INFO STEP 726 (remove_files) COMPLETE
62512024-09-16T16:40:24.564Z[ recovery-image] Sep 16 16:40:23.037 INFO O| Sep 16 16:40:23.037 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-09-16T16:40:24.587Z[ recovery-image] Sep 16 16:40:23.062 INFO O| Sep 16 16:40:23.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62532024-09-16T16:40:24.587Z[ recovery-image] Sep 16 16:40:23.062 INFO O| Sep 16 16:40:23.062 INFO STEP 727 (remove_files) COMPLETE
62542024-09-16T16:40:24.589Z[ recovery-image] Sep 16 16:40:23.062 INFO O| Sep 16 16:40:23.062 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-09-16T16:40:24.608Z[ recovery-image] Sep 16 16:40:23.083 INFO O| Sep 16 16:40:23.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62562024-09-16T16:40:24.608Z[ recovery-image] Sep 16 16:40:23.083 INFO O| Sep 16 16:40:23.083 INFO STEP 728 (remove_files) COMPLETE
62572024-09-16T16:40:24.608Z[ recovery-image] Sep 16 16:40:23.083 INFO O| Sep 16 16:40:23.083 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-09-16T16:40:24.646Z[ recovery-image] Sep 16 16:40:23.121 INFO O| Sep 16 16:40:23.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62592024-09-16T16:40:24.646Z[ recovery-image] Sep 16 16:40:23.121 INFO O| Sep 16 16:40:23.121 INFO STEP 729 (remove_files) COMPLETE
62602024-09-16T16:40:24.646Z[ recovery-image] Sep 16 16:40:23.121 INFO O| Sep 16 16:40:23.121 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-09-16T16:40:24.672Z[ recovery-image] Sep 16 16:40:23.147 INFO O| Sep 16 16:40:23.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62622024-09-16T16:40:24.674Z[ recovery-image] Sep 16 16:40:23.147 INFO O| Sep 16 16:40:23.147 INFO STEP 730 (remove_files) COMPLETE
62632024-09-16T16:40:24.674Z[ recovery-image] Sep 16 16:40:23.147 INFO O| Sep 16 16:40:23.147 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-09-16T16:40:24.691Z[ recovery-image] Sep 16 16:40:23.166 INFO O| Sep 16 16:40:23.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62652024-09-16T16:40:24.691Z[ recovery-image] Sep 16 16:40:23.166 INFO O| Sep 16 16:40:23.166 INFO STEP 731 (remove_files) COMPLETE
62662024-09-16T16:40:24.693Z[ recovery-image] Sep 16 16:40:23.166 INFO O| Sep 16 16:40:23.166 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-09-16T16:40:24.710Z[ recovery-image] Sep 16 16:40:23.185 INFO O| Sep 16 16:40:23.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62682024-09-16T16:40:24.731Z[ recovery-image] Sep 16 16:40:23.205 INFO O| Sep 16 16:40:23.205 INFO STEP 732 (remove_files) COMPLETE
62692024-09-16T16:40:24.731Z[ recovery-image] Sep 16 16:40:23.205 INFO O| Sep 16 16:40:23.205 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-09-16T16:40:24.790Z[ recovery-image] Sep 16 16:40:23.264 INFO O| Sep 16 16:40:23.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62712024-09-16T16:40:24.790Z[ recovery-image] Sep 16 16:40:23.265 INFO O| Sep 16 16:40:23.265 INFO STEP 733 (remove_files) COMPLETE
62722024-09-16T16:40:24.790Z[ recovery-image] Sep 16 16:40:23.265 INFO O| Sep 16 16:40:23.265 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-09-16T16:40:24.807Z[ recovery-image] Sep 16 16:40:23.282 INFO O| Sep 16 16:40:23.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62742024-09-16T16:40:24.807Z[ recovery-image] Sep 16 16:40:23.282 INFO O| Sep 16 16:40:23.282 INFO STEP 734 (remove_files) COMPLETE
62752024-09-16T16:40:24.810Z[ recovery-image] Sep 16 16:40:23.282 INFO O| Sep 16 16:40:23.282 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-09-16T16:40:24.865Z[ recovery-image] Sep 16 16:40:23.340 INFO O| Sep 16 16:40:23.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62772024-09-16T16:40:24.868Z[ recovery-image] Sep 16 16:40:23.340 INFO O| Sep 16 16:40:23.340 INFO STEP 735 (remove_files) COMPLETE
62782024-09-16T16:40:24.868Z[ recovery-image] Sep 16 16:40:23.341 INFO O| Sep 16 16:40:23.340 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-09-16T16:40:24.884Z[ recovery-image] Sep 16 16:40:23.359 INFO O| Sep 16 16:40:23.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62802024-09-16T16:40:24.884Z[ recovery-image] Sep 16 16:40:23.359 INFO O| Sep 16 16:40:23.359 INFO STEP 736 (remove_files) COMPLETE
62812024-09-16T16:40:24.886Z[ recovery-image] Sep 16 16:40:23.359 INFO O| Sep 16 16:40:23.359 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-09-16T16:40:24.902Z[ recovery-image] Sep 16 16:40:23.377 INFO O| Sep 16 16:40:23.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62832024-09-16T16:40:24.902Z[ recovery-image] Sep 16 16:40:23.377 INFO O| Sep 16 16:40:23.377 INFO STEP 737 (remove_files) COMPLETE
62842024-09-16T16:40:24.905Z[ recovery-image] Sep 16 16:40:23.377 INFO O| Sep 16 16:40:23.377 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-09-16T16:40:24.936Z[ recovery-image] Sep 16 16:40:23.411 INFO O| Sep 16 16:40:23.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62862024-09-16T16:40:24.936Z[ recovery-image] Sep 16 16:40:23.411 INFO O| Sep 16 16:40:23.411 INFO STEP 738 (remove_files) COMPLETE
62872024-09-16T16:40:24.938Z[ recovery-image] Sep 16 16:40:23.411 INFO O| Sep 16 16:40:23.411 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-09-16T16:40:24.976Z[ recovery-image] Sep 16 16:40:23.451 INFO O| Sep 16 16:40:23.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62892024-09-16T16:40:24.976Z[ recovery-image] Sep 16 16:40:23.451 INFO O| Sep 16 16:40:23.451 INFO STEP 739 (remove_files) COMPLETE
62902024-09-16T16:40:24.977Z[ recovery-image] Sep 16 16:40:23.451 INFO O| Sep 16 16:40:23.451 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-09-16T16:40:25.007Z[ recovery-image] Sep 16 16:40:23.482 INFO O| Sep 16 16:40:23.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62922024-09-16T16:40:25.010Z[ recovery-image] Sep 16 16:40:23.482 INFO O| Sep 16 16:40:23.482 INFO STEP 740 (remove_files) COMPLETE
62932024-09-16T16:40:25.010Z[ recovery-image] Sep 16 16:40:23.483 INFO O| Sep 16 16:40:23.483 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-09-16T16:40:25.027Z[ recovery-image] Sep 16 16:40:23.502 INFO O| Sep 16 16:40:23.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62952024-09-16T16:40:25.032Z[ recovery-image] Sep 16 16:40:23.502 INFO O| Sep 16 16:40:23.502 INFO STEP 741 (remove_files) COMPLETE
62962024-09-16T16:40:25.032Z[ recovery-image] Sep 16 16:40:23.502 INFO O| Sep 16 16:40:23.502 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-09-16T16:40:25.045Z[ recovery-image] Sep 16 16:40:23.520 INFO O| Sep 16 16:40:23.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62982024-09-16T16:40:25.048Z[ recovery-image] Sep 16 16:40:23.520 INFO O| Sep 16 16:40:23.520 INFO STEP 742 (remove_files) COMPLETE
62992024-09-16T16:40:25.048Z[ recovery-image] Sep 16 16:40:23.521 INFO O| Sep 16 16:40:23.520 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-09-16T16:40:25.063Z[ recovery-image] Sep 16 16:40:23.538 INFO O| Sep 16 16:40:23.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63012024-09-16T16:40:25.065Z[ recovery-image] Sep 16 16:40:23.538 INFO O| Sep 16 16:40:23.538 INFO STEP 743 (remove_files) COMPLETE
63022024-09-16T16:40:25.065Z[ recovery-image] Sep 16 16:40:23.538 INFO O| Sep 16 16:40:23.538 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-09-16T16:40:25.102Z[ recovery-image] Sep 16 16:40:23.576 INFO O| Sep 16 16:40:23.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63042024-09-16T16:40:25.102Z[ recovery-image] Sep 16 16:40:23.576 INFO O| Sep 16 16:40:23.576 INFO STEP 744 (remove_files) COMPLETE
63052024-09-16T16:40:25.102Z[ recovery-image] Sep 16 16:40:23.577 INFO O| Sep 16 16:40:23.576 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-09-16T16:40:25.166Z[ recovery-image] Sep 16 16:40:23.640 INFO O| Sep 16 16:40:23.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63072024-09-16T16:40:25.166Z[ recovery-image] Sep 16 16:40:23.640 INFO O| Sep 16 16:40:23.640 INFO STEP 745 (remove_files) COMPLETE
63082024-09-16T16:40:25.166Z[ recovery-image] Sep 16 16:40:23.640 INFO O| Sep 16 16:40:23.640 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-09-16T16:40:25.186Z[ recovery-image] Sep 16 16:40:23.660 INFO O| Sep 16 16:40:23.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63102024-09-16T16:40:25.186Z[ recovery-image] Sep 16 16:40:23.660 INFO O| Sep 16 16:40:23.660 INFO STEP 746 (remove_files) COMPLETE
63112024-09-16T16:40:25.186Z[ recovery-image] Sep 16 16:40:23.660 INFO O| Sep 16 16:40:23.660 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-09-16T16:40:25.215Z[ recovery-image] Sep 16 16:40:23.690 INFO O| Sep 16 16:40:23.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63132024-09-16T16:40:25.216Z[ recovery-image] Sep 16 16:40:23.690 INFO O| Sep 16 16:40:23.690 INFO STEP 747 (remove_files) COMPLETE
63142024-09-16T16:40:25.218Z[ recovery-image] Sep 16 16:40:23.690 INFO O| Sep 16 16:40:23.690 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-09-16T16:40:25.272Z[ recovery-image] Sep 16 16:40:23.747 INFO O| Sep 16 16:40:23.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63162024-09-16T16:40:25.273Z[ recovery-image] Sep 16 16:40:23.747 INFO O| Sep 16 16:40:23.747 INFO STEP 748 (remove_files) COMPLETE
63172024-09-16T16:40:25.273Z[ recovery-image] Sep 16 16:40:23.747 INFO O| Sep 16 16:40:23.747 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-09-16T16:40:25.289Z[ recovery-image] Sep 16 16:40:23.764 INFO O| Sep 16 16:40:23.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63192024-09-16T16:40:25.289Z[ recovery-image] Sep 16 16:40:23.764 INFO O| Sep 16 16:40:23.764 INFO STEP 749 (remove_files) COMPLETE
63202024-09-16T16:40:25.292Z[ recovery-image] Sep 16 16:40:23.764 INFO O| Sep 16 16:40:23.764 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-09-16T16:40:25.307Z[ recovery-image] Sep 16 16:40:23.781 INFO O| Sep 16 16:40:23.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63222024-09-16T16:40:25.307Z[ recovery-image] Sep 16 16:40:23.781 INFO O| Sep 16 16:40:23.781 INFO STEP 750 (remove_files) COMPLETE
63232024-09-16T16:40:25.307Z[ recovery-image] Sep 16 16:40:23.781 INFO O| Sep 16 16:40:23.781 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-09-16T16:40:25.346Z[ recovery-image] Sep 16 16:40:23.821 INFO O| Sep 16 16:40:23.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63252024-09-16T16:40:25.349Z[ recovery-image] Sep 16 16:40:23.821 INFO O| Sep 16 16:40:23.821 INFO STEP 751 (remove_files) COMPLETE
63262024-09-16T16:40:25.349Z[ recovery-image] Sep 16 16:40:23.821 INFO O| Sep 16 16:40:23.821 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-09-16T16:40:25.365Z[ recovery-image] Sep 16 16:40:23.840 INFO O| Sep 16 16:40:23.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63282024-09-16T16:40:25.367Z[ recovery-image] Sep 16 16:40:23.840 INFO O| Sep 16 16:40:23.840 INFO STEP 752 (remove_files) COMPLETE
63292024-09-16T16:40:25.367Z[ recovery-image] Sep 16 16:40:23.840 INFO O| Sep 16 16:40:23.840 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-09-16T16:40:25.385Z[ recovery-image] Sep 16 16:40:23.860 INFO O| Sep 16 16:40:23.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63312024-09-16T16:40:25.406Z[ recovery-image] Sep 16 16:40:23.881 INFO O| Sep 16 16:40:23.881 INFO STEP 753 (remove_files) COMPLETE
63322024-09-16T16:40:25.406Z[ recovery-image] Sep 16 16:40:23.881 INFO O| Sep 16 16:40:23.881 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-09-16T16:40:25.443Z[ recovery-image] Sep 16 16:40:23.918 INFO O| Sep 16 16:40:23.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63342024-09-16T16:40:25.467Z[ recovery-image] Sep 16 16:40:23.942 INFO O| Sep 16 16:40:23.942 INFO STEP 754 (remove_files) COMPLETE
63352024-09-16T16:40:25.467Z[ recovery-image] Sep 16 16:40:23.942 INFO O| Sep 16 16:40:23.942 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-09-16T16:40:25.508Z[ recovery-image] Sep 16 16:40:23.983 INFO O| Sep 16 16:40:23.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63372024-09-16T16:40:25.511Z[ recovery-image] Sep 16 16:40:23.983 INFO O| Sep 16 16:40:23.983 INFO STEP 755 (remove_files) COMPLETE
63382024-09-16T16:40:25.511Z[ recovery-image] Sep 16 16:40:23.983 INFO O| Sep 16 16:40:23.983 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-09-16T16:40:25.535Z[ recovery-image] Sep 16 16:40:24.010 INFO O| Sep 16 16:40:24.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63402024-09-16T16:40:25.536Z[ recovery-image] Sep 16 16:40:24.010 INFO O| Sep 16 16:40:24.010 INFO STEP 756 (remove_files) COMPLETE
63412024-09-16T16:40:25.538Z[ recovery-image] Sep 16 16:40:24.010 INFO O| Sep 16 16:40:24.010 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-09-16T16:40:25.553Z[ recovery-image] Sep 16 16:40:24.028 INFO O| Sep 16 16:40:24.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63432024-09-16T16:40:25.553Z[ recovery-image] Sep 16 16:40:24.028 INFO O| Sep 16 16:40:24.028 INFO STEP 757 (remove_files) COMPLETE
63442024-09-16T16:40:25.553Z[ recovery-image] Sep 16 16:40:24.028 INFO O| Sep 16 16:40:24.028 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-09-16T16:40:25.571Z[ recovery-image] Sep 16 16:40:24.045 INFO O| Sep 16 16:40:24.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63462024-09-16T16:40:25.571Z[ recovery-image] Sep 16 16:40:24.045 INFO O| Sep 16 16:40:24.045 INFO STEP 758 (remove_files) COMPLETE
63472024-09-16T16:40:25.571Z[ recovery-image] Sep 16 16:40:24.046 INFO O| Sep 16 16:40:24.045 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-09-16T16:40:25.608Z[ recovery-image] Sep 16 16:40:24.083 INFO O| Sep 16 16:40:24.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63492024-09-16T16:40:25.608Z[ recovery-image] Sep 16 16:40:24.083 INFO O| Sep 16 16:40:24.083 INFO STEP 759 (remove_files) COMPLETE
63502024-09-16T16:40:25.611Z[ recovery-image] Sep 16 16:40:24.083 INFO O| Sep 16 16:40:24.083 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-09-16T16:40:25.627Z[ recovery-image] Sep 16 16:40:24.102 INFO O| Sep 16 16:40:24.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63522024-09-16T16:40:25.627Z[ recovery-image] Sep 16 16:40:24.102 INFO O| Sep 16 16:40:24.102 INFO STEP 760 (remove_files) COMPLETE
63532024-09-16T16:40:25.629Z[ recovery-image] Sep 16 16:40:24.102 INFO O| Sep 16 16:40:24.102 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-09-16T16:40:25.644Z[ recovery-image] Sep 16 16:40:24.119 INFO O| Sep 16 16:40:24.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63552024-09-16T16:40:25.644Z[ recovery-image] Sep 16 16:40:24.119 INFO O| Sep 16 16:40:24.119 INFO STEP 761 (remove_files) COMPLETE
63562024-09-16T16:40:25.646Z[ recovery-image] Sep 16 16:40:24.119 INFO O| Sep 16 16:40:24.119 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-09-16T16:40:25.662Z[ recovery-image] Sep 16 16:40:24.136 INFO O| Sep 16 16:40:24.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63582024-09-16T16:40:25.664Z[ recovery-image] Sep 16 16:40:24.137 INFO O| Sep 16 16:40:24.136 INFO STEP 762 (remove_files) COMPLETE
63592024-09-16T16:40:25.664Z[ recovery-image] Sep 16 16:40:24.137 INFO O| Sep 16 16:40:24.137 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-09-16T16:40:25.681Z[ recovery-image] Sep 16 16:40:24.154 INFO O| Sep 16 16:40:24.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63612024-09-16T16:40:25.681Z[ recovery-image] Sep 16 16:40:24.154 INFO O| Sep 16 16:40:24.154 INFO STEP 763 (remove_files) COMPLETE
63622024-09-16T16:40:25.681Z[ recovery-image] Sep 16 16:40:24.154 INFO O| Sep 16 16:40:24.154 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-09-16T16:40:25.697Z[ recovery-image] Sep 16 16:40:24.172 INFO O| Sep 16 16:40:24.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63642024-09-16T16:40:25.697Z[ recovery-image] Sep 16 16:40:24.172 INFO O| Sep 16 16:40:24.172 INFO STEP 764 (remove_files) COMPLETE
63652024-09-16T16:40:25.700Z[ recovery-image] Sep 16 16:40:24.172 INFO O| Sep 16 16:40:24.172 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-09-16T16:40:25.756Z[ recovery-image] Sep 16 16:40:24.231 INFO O| Sep 16 16:40:24.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63672024-09-16T16:40:25.756Z[ recovery-image] Sep 16 16:40:24.231 INFO O| Sep 16 16:40:24.231 INFO STEP 765 (remove_files) COMPLETE
63682024-09-16T16:40:25.756Z[ recovery-image] Sep 16 16:40:24.231 INFO O| Sep 16 16:40:24.231 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-09-16T16:40:25.787Z[ recovery-image] Sep 16 16:40:24.262 INFO O| Sep 16 16:40:24.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63702024-09-16T16:40:25.788Z[ recovery-image] Sep 16 16:40:24.262 INFO O| Sep 16 16:40:24.262 INFO STEP 766 (remove_files) COMPLETE
63712024-09-16T16:40:25.788Z[ recovery-image] Sep 16 16:40:24.262 INFO O| Sep 16 16:40:24.262 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-09-16T16:40:25.807Z[ recovery-image] Sep 16 16:40:24.281 INFO O| Sep 16 16:40:24.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63732024-09-16T16:40:25.807Z[ recovery-image] Sep 16 16:40:24.282 INFO O| Sep 16 16:40:24.281 INFO STEP 767 (remove_files) COMPLETE
63742024-09-16T16:40:25.809Z[ recovery-image] Sep 16 16:40:24.282 INFO O| Sep 16 16:40:24.281 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-09-16T16:40:25.836Z[ host-image] Sep 16 16:40:24.311 INFO O| Sep 16 16:40:24.311 INFO O| Done
63762024-09-16T16:40:25.840Z[ recovery-image] Sep 16 16:40:24.315 INFO O| Sep 16 16:40:24.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63772024-09-16T16:40:25.840Z[ recovery-image] Sep 16 16:40:24.315 INFO O| Sep 16 16:40:24.315 INFO STEP 768 (remove_files) COMPLETE
63782024-09-16T16:40:25.843Z[ recovery-image] Sep 16 16:40:24.316 INFO O| Sep 16 16:40:24.315 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-09-16T16:40:25.860Z[ recovery-image] Sep 16 16:40:24.335 INFO O| Sep 16 16:40:24.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63802024-09-16T16:40:25.860Z[ recovery-image] Sep 16 16:40:24.335 INFO O| Sep 16 16:40:24.335 INFO STEP 769 (remove_files) COMPLETE
63812024-09-16T16:40:25.860Z[ recovery-image] Sep 16 16:40:24.335 INFO O| Sep 16 16:40:24.335 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-09-16T16:40:25.877Z[ host-image] Sep 16 16:40:24.351 INFO O| Sep 16 16:40:24.351 INFO O| Done
63832024-09-16T16:40:25.877Z[ host-image] Sep 16 16:40:24.352 INFO O| Sep 16 16:40:24.352 INFO O| Done
63842024-09-16T16:40:25.893Z[ host-image] Sep 16 16:40:24.368 INFO O| Sep 16 16:40:24.368 INFO O| Done
63852024-09-16T16:40:25.899Z[ recovery-image] Sep 16 16:40:24.373 INFO O| Sep 16 16:40:24.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63862024-09-16T16:40:25.899Z[ recovery-image] Sep 16 16:40:24.374 INFO O| Sep 16 16:40:24.374 INFO STEP 770 (remove_files) COMPLETE
63872024-09-16T16:40:25.901Z[ recovery-image] Sep 16 16:40:24.374 INFO O| Sep 16 16:40:24.374 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-09-16T16:40:25.937Z[ recovery-image] Sep 16 16:40:24.412 INFO O| Sep 16 16:40:24.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63892024-09-16T16:40:25.938Z[ recovery-image] Sep 16 16:40:24.412 INFO O| Sep 16 16:40:24.412 INFO STEP 771 (remove_files) COMPLETE
63902024-09-16T16:40:25.940Z[ recovery-image] Sep 16 16:40:24.412 INFO O| Sep 16 16:40:24.412 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-09-16T16:40:25.992Z[ recovery-image] Sep 16 16:40:24.466 INFO O| Sep 16 16:40:24.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63922024-09-16T16:40:25.992Z[ recovery-image] Sep 16 16:40:24.466 INFO O| Sep 16 16:40:24.466 INFO STEP 772 (remove_files) COMPLETE
63932024-09-16T16:40:25.995Z[ recovery-image] Sep 16 16:40:24.466 INFO O| Sep 16 16:40:24.466 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-09-16T16:40:26.010Z[ recovery-image] Sep 16 16:40:24.484 INFO O| Sep 16 16:40:24.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63952024-09-16T16:40:26.010Z[ recovery-image] Sep 16 16:40:24.484 INFO O| Sep 16 16:40:24.484 INFO STEP 773 (remove_files) COMPLETE
63962024-09-16T16:40:26.012Z[ recovery-image] Sep 16 16:40:24.484 INFO O| Sep 16 16:40:24.484 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-09-16T16:40:26.043Z[ recovery-image] Sep 16 16:40:24.517 INFO O| Sep 16 16:40:24.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63982024-09-16T16:40:26.043Z[ recovery-image] Sep 16 16:40:24.518 INFO O| Sep 16 16:40:24.517 INFO STEP 774 (remove_files) COMPLETE
63992024-09-16T16:40:26.044Z[ recovery-image] Sep 16 16:40:24.518 INFO O| Sep 16 16:40:24.518 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-09-16T16:40:26.062Z[ host-image] Sep 16 16:40:24.536 INFO O| Sep 16 16:40:24.536 INFO STEP 14 (pkg_install) COMPLETE
64012024-09-16T16:40:26.062Z[ host-image] Sep 16 16:40:24.536 INFO O| Sep 16 16:40:24.536 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64022024-09-16T16:40:26.065Z[ host-image] Sep 16 16:40:24.536 INFO O| Sep 16 16:40:24.536 INFO skip step because feature "mfg" is not enabled
64032024-09-16T16:40:26.065Z[ host-image] Sep 16 16:40:24.536 INFO O| Sep 16 16:40:24.536 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64042024-09-16T16:40:26.065Z[ host-image] Sep 16 16:40:24.536 INFO O| Sep 16 16:40:24.536 INFO skip step because feature "compliance" is not enabled
64052024-09-16T16:40:26.065Z[ host-image] Sep 16 16:40:24.536 INFO O| Sep 16 16:40:24.536 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64062024-09-16T16:40:26.065Z[ host-image] Sep 16 16:40:24.537 INFO O| Sep 16 16:40:24.536 INFO skip step because feature "stress" is not enabled
64072024-09-16T16:40:26.065Z[ host-image] Sep 16 16:40:24.537 INFO O| Sep 16 16:40:24.536 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64082024-09-16T16:40:26.066Z[ host-image] Sep 16 16:40:24.537 INFO O| Sep 16 16:40:24.536 INFO skip step because feature "nfs" is not enabled
64092024-09-16T16:40:26.066Z[ host-image] Sep 16 16:40:24.537 INFO O| Sep 16 16:40:24.536 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
64102024-09-16T16:40:26.066Z[ host-image] Sep 16 16:40:24.537 INFO O| Sep 16 16:40:24.536 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
64112024-09-16T16:40:26.137Z[ recovery-image] Sep 16 16:40:24.611 INFO O| Sep 16 16:40:24.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64122024-09-16T16:40:26.137Z[ recovery-image] Sep 16 16:40:24.611 INFO O| Sep 16 16:40:24.611 INFO STEP 775 (remove_files) COMPLETE
64132024-09-16T16:40:26.140Z[ recovery-image] Sep 16 16:40:24.611 INFO O| Sep 16 16:40:24.611 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-09-16T16:40:26.162Z[ host-image] Sep 16 16:40:24.637 INFO O| Sep 16 16:40:24.637 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
64152024-09-16T16:40:26.188Z[ recovery-image] Sep 16 16:40:24.663 INFO O| Sep 16 16:40:24.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64162024-09-16T16:40:26.191Z[ recovery-image] Sep 16 16:40:24.663 INFO O| Sep 16 16:40:24.663 INFO STEP 776 (remove_files) COMPLETE
64172024-09-16T16:40:26.191Z[ recovery-image] Sep 16 16:40:24.663 INFO O| Sep 16 16:40:24.663 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-09-16T16:40:26.206Z[ recovery-image] Sep 16 16:40:24.681 INFO O| Sep 16 16:40:24.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64192024-09-16T16:40:26.206Z[ recovery-image] Sep 16 16:40:24.681 INFO O| Sep 16 16:40:24.681 INFO STEP 777 (remove_files) COMPLETE
64202024-09-16T16:40:26.206Z[ recovery-image] Sep 16 16:40:24.681 INFO O| Sep 16 16:40:24.681 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-09-16T16:40:26.257Z[ recovery-image] Sep 16 16:40:24.731 INFO O| Sep 16 16:40:24.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64222024-09-16T16:40:26.257Z[ recovery-image] Sep 16 16:40:24.731 INFO O| Sep 16 16:40:24.731 INFO STEP 778 (remove_files) COMPLETE
64232024-09-16T16:40:26.259Z[ recovery-image] Sep 16 16:40:24.732 INFO O| Sep 16 16:40:24.731 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-09-16T16:40:26.287Z[ recovery-image] Sep 16 16:40:24.762 INFO O| Sep 16 16:40:24.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64252024-09-16T16:40:26.290Z[ recovery-image] Sep 16 16:40:24.762 INFO O| Sep 16 16:40:24.762 INFO STEP 779 (remove_files) COMPLETE
64262024-09-16T16:40:26.290Z[ recovery-image] Sep 16 16:40:24.762 INFO O| Sep 16 16:40:24.762 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-09-16T16:40:26.306Z[ recovery-image] Sep 16 16:40:24.780 INFO O| Sep 16 16:40:24.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64282024-09-16T16:40:26.306Z[ recovery-image] Sep 16 16:40:24.780 INFO O| Sep 16 16:40:24.780 INFO STEP 780 (remove_files) COMPLETE
64292024-09-16T16:40:26.306Z[ recovery-image] Sep 16 16:40:24.780 INFO O| Sep 16 16:40:24.780 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-09-16T16:40:26.323Z[ recovery-image] Sep 16 16:40:24.798 INFO O| Sep 16 16:40:24.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64312024-09-16T16:40:26.323Z[ recovery-image] Sep 16 16:40:24.798 INFO O| Sep 16 16:40:24.798 INFO STEP 781 (remove_files) COMPLETE
64322024-09-16T16:40:26.323Z[ recovery-image] Sep 16 16:40:24.798 INFO O| Sep 16 16:40:24.798 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-09-16T16:40:26.326Z[ host-image] Sep 16 16:40:24.800 INFO O| Sep 16 16:40:24.800 INFO completed processing gimlet/ramdisk-01-os
64342024-09-16T16:40:26.329Z[ host-image] Sep 16 16:40:24.803 INFO omicron1 baseline generation...
64352024-09-16T16:40:26.329Z[ host-image] Sep 16 16:40:24.803 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
64362024-09-16T16:40:26.340Z[ recovery-image] Sep 16 16:40:24.814 INFO O| Sep 16 16:40:24.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64372024-09-16T16:40:26.342Z[ recovery-image] Sep 16 16:40:24.815 INFO O| Sep 16 16:40:24.815 INFO STEP 782 (remove_files) COMPLETE
64382024-09-16T16:40:26.342Z[ recovery-image] Sep 16 16:40:24.815 INFO O| Sep 16 16:40:24.815 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-09-16T16:40:26.427Z[ recovery-image] Sep 16 16:40:24.901 INFO O| Sep 16 16:40:24.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64402024-09-16T16:40:26.427Z[ recovery-image] Sep 16 16:40:24.901 INFO O| Sep 16 16:40:24.901 INFO STEP 783 (remove_files) COMPLETE
64412024-09-16T16:40:26.429Z[ recovery-image] Sep 16 16:40:24.901 INFO O| Sep 16 16:40:24.901 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-09-16T16:40:26.468Z[ recovery-image] Sep 16 16:40:24.942 INFO O| Sep 16 16:40:24.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64432024-09-16T16:40:26.468Z[ recovery-image] Sep 16 16:40:24.942 INFO O| Sep 16 16:40:24.942 INFO STEP 784 (remove_files) COMPLETE
64442024-09-16T16:40:26.468Z[ recovery-image] Sep 16 16:40:24.942 INFO O| Sep 16 16:40:24.942 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-09-16T16:40:26.502Z[ recovery-image] Sep 16 16:40:24.976 INFO O| Sep 16 16:40:24.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64462024-09-16T16:40:26.502Z[ recovery-image] Sep 16 16:40:24.977 INFO O| Sep 16 16:40:24.977 INFO STEP 785 (remove_files) COMPLETE
64472024-09-16T16:40:26.502Z[ recovery-image] Sep 16 16:40:24.977 INFO O| Sep 16 16:40:24.977 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-09-16T16:40:26.519Z[ recovery-image] Sep 16 16:40:24.994 INFO O| Sep 16 16:40:24.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64492024-09-16T16:40:26.519Z[ recovery-image] Sep 16 16:40:24.994 INFO O| Sep 16 16:40:24.994 INFO STEP 786 (remove_files) COMPLETE
64502024-09-16T16:40:26.519Z[ recovery-image] Sep 16 16:40:24.994 INFO O| Sep 16 16:40:24.994 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-09-16T16:40:26.554Z[ recovery-image] Sep 16 16:40:25.028 INFO O| Sep 16 16:40:25.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64522024-09-16T16:40:26.554Z[ recovery-image] Sep 16 16:40:25.028 INFO O| Sep 16 16:40:25.028 INFO STEP 787 (remove_files) COMPLETE
64532024-09-16T16:40:26.554Z[ recovery-image] Sep 16 16:40:25.028 INFO O| Sep 16 16:40:25.028 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-09-16T16:40:26.573Z[ recovery-image] Sep 16 16:40:25.047 INFO O| Sep 16 16:40:25.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64552024-09-16T16:40:26.573Z[ recovery-image] Sep 16 16:40:25.048 INFO O| Sep 16 16:40:25.047 INFO STEP 788 (remove_files) COMPLETE
64562024-09-16T16:40:26.575Z[ recovery-image] Sep 16 16:40:25.048 INFO O| Sep 16 16:40:25.048 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-09-16T16:40:26.591Z[ recovery-image] Sep 16 16:40:25.066 INFO O| Sep 16 16:40:25.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64582024-09-16T16:40:26.592Z[ recovery-image] Sep 16 16:40:25.066 INFO O| Sep 16 16:40:25.066 INFO STEP 789 (remove_files) COMPLETE
64592024-09-16T16:40:26.592Z[ recovery-image] Sep 16 16:40:25.066 INFO O| Sep 16 16:40:25.066 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-09-16T16:40:26.626Z[ recovery-image] Sep 16 16:40:25.100 INFO O| Sep 16 16:40:25.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64612024-09-16T16:40:26.626Z[ recovery-image] Sep 16 16:40:25.100 INFO O| Sep 16 16:40:25.100 INFO STEP 790 (remove_files) COMPLETE
64622024-09-16T16:40:26.626Z[ recovery-image] Sep 16 16:40:25.100 INFO O| Sep 16 16:40:25.100 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-09-16T16:40:26.644Z[ recovery-image] Sep 16 16:40:25.118 INFO O| Sep 16 16:40:25.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64642024-09-16T16:40:26.644Z[ recovery-image] Sep 16 16:40:25.118 INFO O| Sep 16 16:40:25.118 INFO STEP 791 (remove_files) COMPLETE
64652024-09-16T16:40:26.646Z[ recovery-image] Sep 16 16:40:25.118 INFO O| Sep 16 16:40:25.118 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-09-16T16:40:26.704Z[ recovery-image] Sep 16 16:40:25.178 INFO O| Sep 16 16:40:25.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64672024-09-16T16:40:26.704Z[ recovery-image] Sep 16 16:40:25.178 INFO O| Sep 16 16:40:25.178 INFO STEP 792 (remove_files) COMPLETE
64682024-09-16T16:40:26.709Z[ recovery-image] Sep 16 16:40:25.178 INFO O| Sep 16 16:40:25.178 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-09-16T16:40:26.722Z[ recovery-image] Sep 16 16:40:25.197 INFO O| Sep 16 16:40:25.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64702024-09-16T16:40:26.722Z[ recovery-image] Sep 16 16:40:25.197 INFO O| Sep 16 16:40:25.197 INFO STEP 793 (remove_files) COMPLETE
64712024-09-16T16:40:26.725Z[ recovery-image] Sep 16 16:40:25.197 INFO O| Sep 16 16:40:25.197 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-09-16T16:40:26.741Z[ recovery-image] Sep 16 16:40:25.215 INFO O| Sep 16 16:40:25.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64732024-09-16T16:40:26.741Z[ recovery-image] Sep 16 16:40:25.216 INFO O| Sep 16 16:40:25.215 INFO STEP 794 (remove_files) COMPLETE
64742024-09-16T16:40:26.744Z[ recovery-image] Sep 16 16:40:25.216 INFO O| Sep 16 16:40:25.215 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-09-16T16:40:26.759Z[ recovery-image] Sep 16 16:40:25.233 INFO O| Sep 16 16:40:25.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64762024-09-16T16:40:26.759Z[ recovery-image] Sep 16 16:40:25.233 INFO O| Sep 16 16:40:25.233 INFO STEP 795 (remove_files) COMPLETE
64772024-09-16T16:40:26.761Z[ recovery-image] Sep 16 16:40:25.234 INFO O| Sep 16 16:40:25.233 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-09-16T16:40:26.776Z[ recovery-image] Sep 16 16:40:25.251 INFO O| Sep 16 16:40:25.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64792024-09-16T16:40:26.776Z[ recovery-image] Sep 16 16:40:25.251 INFO O| Sep 16 16:40:25.251 INFO STEP 796 (remove_files) COMPLETE
64802024-09-16T16:40:26.779Z[ recovery-image] Sep 16 16:40:25.251 INFO O| Sep 16 16:40:25.251 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-09-16T16:40:26.793Z[ recovery-image] Sep 16 16:40:25.268 INFO O| Sep 16 16:40:25.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64822024-09-16T16:40:26.793Z[ recovery-image] Sep 16 16:40:25.268 INFO O| Sep 16 16:40:25.268 INFO STEP 797 (remove_files) COMPLETE
64832024-09-16T16:40:26.793Z[ recovery-image] Sep 16 16:40:25.268 INFO O| Sep 16 16:40:25.268 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-09-16T16:40:26.817Z[ recovery-image] Sep 16 16:40:25.286 INFO O| Sep 16 16:40:25.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64852024-09-16T16:40:26.817Z[ recovery-image] Sep 16 16:40:25.286 INFO O| Sep 16 16:40:25.286 INFO STEP 798 (remove_files) COMPLETE
64862024-09-16T16:40:26.817Z[ recovery-image] Sep 16 16:40:25.286 INFO O| Sep 16 16:40:25.286 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-09-16T16:40:26.831Z[ recovery-image] Sep 16 16:40:25.305 INFO O| Sep 16 16:40:25.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64882024-09-16T16:40:26.831Z[ recovery-image] Sep 16 16:40:25.305 INFO O| Sep 16 16:40:25.305 INFO STEP 799 (remove_files) COMPLETE
64892024-09-16T16:40:26.835Z[ recovery-image] Sep 16 16:40:25.305 INFO O| Sep 16 16:40:25.305 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-09-16T16:40:26.863Z[ recovery-image] Sep 16 16:40:25.337 INFO O| Sep 16 16:40:25.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64912024-09-16T16:40:26.863Z[ recovery-image] Sep 16 16:40:25.337 INFO O| Sep 16 16:40:25.337 INFO STEP 800 (remove_files) COMPLETE
64922024-09-16T16:40:26.865Z[ recovery-image] Sep 16 16:40:25.338 INFO O| Sep 16 16:40:25.337 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-09-16T16:40:26.885Z[ recovery-image] Sep 16 16:40:25.360 INFO O| Sep 16 16:40:25.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64942024-09-16T16:40:26.885Z[ recovery-image] Sep 16 16:40:25.360 INFO O| Sep 16 16:40:25.360 INFO STEP 801 (remove_files) COMPLETE
64952024-09-16T16:40:26.885Z[ recovery-image] Sep 16 16:40:25.360 INFO O| Sep 16 16:40:25.360 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-09-16T16:40:26.904Z[ recovery-image] Sep 16 16:40:25.379 INFO O| Sep 16 16:40:25.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64972024-09-16T16:40:26.904Z[ recovery-image] Sep 16 16:40:25.379 INFO O| Sep 16 16:40:25.379 INFO STEP 802 (remove_files) COMPLETE
64982024-09-16T16:40:26.904Z[ recovery-image] Sep 16 16:40:25.379 INFO O| Sep 16 16:40:25.379 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-09-16T16:40:26.923Z[ recovery-image] Sep 16 16:40:25.397 INFO O| Sep 16 16:40:25.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65002024-09-16T16:40:26.923Z[ recovery-image] Sep 16 16:40:25.397 INFO O| Sep 16 16:40:25.397 INFO STEP 803 (remove_files) COMPLETE
65012024-09-16T16:40:26.923Z[ recovery-image] Sep 16 16:40:25.397 INFO O| Sep 16 16:40:25.397 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-09-16T16:40:26.942Z[ recovery-image] Sep 16 16:40:25.416 INFO O| Sep 16 16:40:25.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65032024-09-16T16:40:26.944Z[ recovery-image] Sep 16 16:40:25.417 INFO O| Sep 16 16:40:25.417 INFO STEP 804 (remove_files) COMPLETE
65042024-09-16T16:40:26.944Z[ recovery-image] Sep 16 16:40:25.417 INFO O| Sep 16 16:40:25.417 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-09-16T16:40:26.970Z[ recovery-image] Sep 16 16:40:25.445 INFO O| Sep 16 16:40:25.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65062024-09-16T16:40:26.971Z[ recovery-image] Sep 16 16:40:25.445 INFO O| Sep 16 16:40:25.445 INFO STEP 805 (remove_files) COMPLETE
65072024-09-16T16:40:26.973Z[ recovery-image] Sep 16 16:40:25.445 INFO O| Sep 16 16:40:25.445 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-09-16T16:40:26.988Z[ recovery-image] Sep 16 16:40:25.463 INFO O| Sep 16 16:40:25.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65092024-09-16T16:40:26.988Z[ recovery-image] Sep 16 16:40:25.463 INFO O| Sep 16 16:40:25.463 INFO STEP 806 (remove_files) COMPLETE
65102024-09-16T16:40:26.988Z[ recovery-image] Sep 16 16:40:25.463 INFO O| Sep 16 16:40:25.463 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-09-16T16:40:27.027Z[ recovery-image] Sep 16 16:40:25.502 INFO O| Sep 16 16:40:25.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65122024-09-16T16:40:27.027Z[ recovery-image] Sep 16 16:40:25.502 INFO O| Sep 16 16:40:25.502 INFO STEP 807 (remove_files) COMPLETE
65132024-09-16T16:40:27.027Z[ recovery-image] Sep 16 16:40:25.502 INFO O| Sep 16 16:40:25.502 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-09-16T16:40:27.045Z[ recovery-image] Sep 16 16:40:25.519 INFO O| Sep 16 16:40:25.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65152024-09-16T16:40:27.045Z[ recovery-image] Sep 16 16:40:25.519 INFO O| Sep 16 16:40:25.519 INFO STEP 808 (remove_files) COMPLETE
65162024-09-16T16:40:27.045Z[ recovery-image] Sep 16 16:40:25.519 INFO O| Sep 16 16:40:25.519 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-09-16T16:40:27.062Z[ recovery-image] Sep 16 16:40:25.537 INFO O| Sep 16 16:40:25.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65182024-09-16T16:40:27.062Z[ recovery-image] Sep 16 16:40:25.537 INFO O| Sep 16 16:40:25.537 INFO STEP 809 (remove_files) COMPLETE
65192024-09-16T16:40:27.065Z[ recovery-image] Sep 16 16:40:25.537 INFO O| Sep 16 16:40:25.537 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-09-16T16:40:27.079Z[ recovery-image] Sep 16 16:40:25.554 INFO O| Sep 16 16:40:25.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65212024-09-16T16:40:27.082Z[ recovery-image] Sep 16 16:40:25.554 INFO O| Sep 16 16:40:25.554 INFO STEP 810 (remove_files) COMPLETE
65222024-09-16T16:40:27.082Z[ recovery-image] Sep 16 16:40:25.554 INFO O| Sep 16 16:40:25.554 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-09-16T16:40:27.097Z[ recovery-image] Sep 16 16:40:25.572 INFO O| Sep 16 16:40:25.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65242024-09-16T16:40:27.097Z[ recovery-image] Sep 16 16:40:25.572 INFO O| Sep 16 16:40:25.572 INFO STEP 811 (remove_files) COMPLETE
65252024-09-16T16:40:27.098Z[ recovery-image] Sep 16 16:40:25.572 INFO O| Sep 16 16:40:25.572 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-09-16T16:40:27.115Z[ recovery-image] Sep 16 16:40:25.589 INFO O| Sep 16 16:40:25.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65272024-09-16T16:40:27.117Z[ recovery-image] Sep 16 16:40:25.589 INFO O| Sep 16 16:40:25.589 INFO STEP 812 (remove_files) COMPLETE
65282024-09-16T16:40:27.118Z[ recovery-image] Sep 16 16:40:25.590 INFO O| Sep 16 16:40:25.589 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-09-16T16:40:27.135Z[ recovery-image] Sep 16 16:40:25.610 INFO O| Sep 16 16:40:25.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65302024-09-16T16:40:27.139Z[ recovery-image] Sep 16 16:40:25.610 INFO O| Sep 16 16:40:25.610 INFO STEP 813 (remove_files) COMPLETE
65312024-09-16T16:40:27.139Z[ recovery-image] Sep 16 16:40:25.610 INFO O| Sep 16 16:40:25.610 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-09-16T16:40:27.160Z[ host-image] Sep 16 16:40:25.634 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22881:20240913T172103Z
65332024-09-16T16:40:27.165Z[ recovery-image] Sep 16 16:40:25.640 INFO O| Sep 16 16:40:25.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65342024-09-16T16:40:27.165Z[ recovery-image] Sep 16 16:40:25.640 INFO O| Sep 16 16:40:25.640 INFO STEP 814 (remove_files) COMPLETE
65352024-09-16T16:40:27.165Z[ recovery-image] Sep 16 16:40:25.640 INFO O| Sep 16 16:40:25.640 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-09-16T16:40:27.187Z[ recovery-image] Sep 16 16:40:25.661 INFO O| Sep 16 16:40:25.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65372024-09-16T16:40:27.187Z[ recovery-image] Sep 16 16:40:25.661 INFO O| Sep 16 16:40:25.661 INFO STEP 815 (remove_files) COMPLETE
65382024-09-16T16:40:27.187Z[ recovery-image] Sep 16 16:40:25.661 INFO O| Sep 16 16:40:25.661 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-09-16T16:40:27.207Z[ recovery-image] Sep 16 16:40:25.681 INFO O| Sep 16 16:40:25.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65402024-09-16T16:40:27.207Z[ recovery-image] Sep 16 16:40:25.681 INFO O| Sep 16 16:40:25.681 INFO STEP 816 (remove_files) COMPLETE
65412024-09-16T16:40:27.207Z[ recovery-image] Sep 16 16:40:25.681 INFO O| Sep 16 16:40:25.681 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-09-16T16:40:27.253Z[ recovery-image] Sep 16 16:40:25.727 INFO O| Sep 16 16:40:25.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65432024-09-16T16:40:27.253Z[ recovery-image] Sep 16 16:40:25.727 INFO O| Sep 16 16:40:25.727 INFO STEP 817 (remove_files) COMPLETE
65442024-09-16T16:40:27.255Z[ recovery-image] Sep 16 16:40:25.727 INFO O| Sep 16 16:40:25.727 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-09-16T16:40:27.310Z[ recovery-image] Sep 16 16:40:25.784 INFO O| Sep 16 16:40:25.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65462024-09-16T16:40:27.310Z[ recovery-image] Sep 16 16:40:25.784 INFO O| Sep 16 16:40:25.784 INFO STEP 818 (remove_files) COMPLETE
65472024-09-16T16:40:27.313Z[ recovery-image] Sep 16 16:40:25.784 INFO O| Sep 16 16:40:25.784 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-09-16T16:40:27.373Z[ recovery-image] Sep 16 16:40:25.847 INFO O| Sep 16 16:40:25.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65492024-09-16T16:40:27.375Z[ recovery-image] Sep 16 16:40:25.847 INFO O| Sep 16 16:40:25.847 INFO STEP 819 (remove_files) COMPLETE
65502024-09-16T16:40:27.375Z[ recovery-image] Sep 16 16:40:25.847 INFO O| Sep 16 16:40:25.847 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-09-16T16:40:27.410Z[ recovery-image] Sep 16 16:40:25.884 INFO O| Sep 16 16:40:25.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65522024-09-16T16:40:27.412Z[ recovery-image] Sep 16 16:40:25.884 INFO O| Sep 16 16:40:25.884 INFO STEP 820 (remove_files) COMPLETE
65532024-09-16T16:40:27.412Z[ recovery-image] Sep 16 16:40:25.885 INFO O| Sep 16 16:40:25.885 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-09-16T16:40:27.429Z[ recovery-image] Sep 16 16:40:25.904 INFO O| Sep 16 16:40:25.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65552024-09-16T16:40:27.432Z[ recovery-image] Sep 16 16:40:25.904 INFO O| Sep 16 16:40:25.904 INFO STEP 821 (remove_files) COMPLETE
65562024-09-16T16:40:27.432Z[ recovery-image] Sep 16 16:40:25.904 INFO O| Sep 16 16:40:25.904 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-09-16T16:40:27.463Z[ recovery-image] Sep 16 16:40:25.938 INFO O| Sep 16 16:40:25.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65582024-09-16T16:40:27.463Z[ recovery-image] Sep 16 16:40:25.938 INFO O| Sep 16 16:40:25.938 INFO STEP 822 (remove_files) COMPLETE
65592024-09-16T16:40:27.463Z[ recovery-image] Sep 16 16:40:25.938 INFO O| Sep 16 16:40:25.938 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-09-16T16:40:27.498Z[ recovery-image] Sep 16 16:40:25.973 INFO O| Sep 16 16:40:25.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65612024-09-16T16:40:27.499Z[ recovery-image] Sep 16 16:40:25.973 INFO O| Sep 16 16:40:25.973 INFO STEP 823 (remove_files) COMPLETE
65622024-09-16T16:40:27.499Z[ recovery-image] Sep 16 16:40:25.973 INFO O| Sep 16 16:40:25.973 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-09-16T16:40:27.525Z[ recovery-image] Sep 16 16:40:25.999 INFO O| Sep 16 16:40:25.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65642024-09-16T16:40:27.527Z[ recovery-image] Sep 16 16:40:25.999 INFO O| Sep 16 16:40:25.999 INFO STEP 824 (remove_files) COMPLETE
65652024-09-16T16:40:27.527Z[ recovery-image] Sep 16 16:40:26.000 INFO O| Sep 16 16:40:25.999 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-09-16T16:40:27.557Z[ recovery-image] Sep 16 16:40:26.032 INFO O| Sep 16 16:40:26.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65672024-09-16T16:40:27.560Z[ recovery-image] Sep 16 16:40:26.032 INFO O| Sep 16 16:40:26.032 INFO STEP 825 (remove_files) COMPLETE
65682024-09-16T16:40:27.560Z[ recovery-image] Sep 16 16:40:26.032 INFO O| Sep 16 16:40:26.032 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-09-16T16:40:27.594Z[ recovery-image] Sep 16 16:40:26.069 INFO O| Sep 16 16:40:26.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65702024-09-16T16:40:27.597Z[ recovery-image] Sep 16 16:40:26.069 INFO O| Sep 16 16:40:26.069 INFO STEP 826 (remove_files) COMPLETE
65712024-09-16T16:40:27.597Z[ recovery-image] Sep 16 16:40:26.069 INFO O| Sep 16 16:40:26.069 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-09-16T16:40:27.616Z[ recovery-image] Sep 16 16:40:26.090 INFO O| Sep 16 16:40:26.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65732024-09-16T16:40:27.616Z[ recovery-image] Sep 16 16:40:26.090 INFO O| Sep 16 16:40:26.090 INFO STEP 827 (remove_files) COMPLETE
65742024-09-16T16:40:27.616Z[ recovery-image] Sep 16 16:40:26.090 INFO O| Sep 16 16:40:26.090 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-09-16T16:40:27.635Z[ recovery-image] Sep 16 16:40:26.110 INFO O| Sep 16 16:40:26.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65762024-09-16T16:40:27.635Z[ recovery-image] Sep 16 16:40:26.110 INFO O| Sep 16 16:40:26.110 INFO STEP 828 (remove_files) COMPLETE
65772024-09-16T16:40:27.635Z[ recovery-image] Sep 16 16:40:26.110 INFO O| Sep 16 16:40:26.110 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-09-16T16:40:27.664Z[ recovery-image] Sep 16 16:40:26.139 INFO O| Sep 16 16:40:26.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65792024-09-16T16:40:27.664Z[ recovery-image] Sep 16 16:40:26.139 INFO O| Sep 16 16:40:26.139 INFO STEP 829 (remove_files) COMPLETE
65802024-09-16T16:40:27.664Z[ recovery-image] Sep 16 16:40:26.139 INFO O| Sep 16 16:40:26.139 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-09-16T16:40:27.714Z[ recovery-image] Sep 16 16:40:26.189 INFO O| Sep 16 16:40:26.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65822024-09-16T16:40:27.714Z[ recovery-image] Sep 16 16:40:26.189 INFO O| Sep 16 16:40:26.189 INFO STEP 830 (remove_files) COMPLETE
65832024-09-16T16:40:27.717Z[ recovery-image] Sep 16 16:40:26.189 INFO O| Sep 16 16:40:26.189 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-09-16T16:40:27.745Z[ recovery-image] Sep 16 16:40:26.219 INFO O| Sep 16 16:40:26.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65852024-09-16T16:40:27.747Z[ recovery-image] Sep 16 16:40:26.220 INFO O| Sep 16 16:40:26.219 INFO STEP 831 (remove_files) COMPLETE
65862024-09-16T16:40:27.747Z[ recovery-image] Sep 16 16:40:26.220 INFO O| Sep 16 16:40:26.219 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-09-16T16:40:27.764Z[ recovery-image] Sep 16 16:40:26.238 INFO O| Sep 16 16:40:26.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65882024-09-16T16:40:27.766Z[ recovery-image] Sep 16 16:40:26.238 INFO O| Sep 16 16:40:26.238 INFO STEP 832 (remove_files) COMPLETE
65892024-09-16T16:40:27.766Z[ recovery-image] Sep 16 16:40:26.239 INFO O| Sep 16 16:40:26.238 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-09-16T16:40:27.781Z[ recovery-image] Sep 16 16:40:26.256 INFO O| Sep 16 16:40:26.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65912024-09-16T16:40:27.784Z[ recovery-image] Sep 16 16:40:26.256 INFO O| Sep 16 16:40:26.256 INFO STEP 833 (remove_files) COMPLETE
65922024-09-16T16:40:27.784Z[ recovery-image] Sep 16 16:40:26.256 INFO O| Sep 16 16:40:26.256 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-09-16T16:40:27.800Z[ recovery-image] Sep 16 16:40:26.274 INFO O| Sep 16 16:40:26.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65942024-09-16T16:40:27.802Z[ recovery-image] Sep 16 16:40:26.274 INFO O| Sep 16 16:40:26.274 INFO STEP 834 (remove_files) COMPLETE
65952024-09-16T16:40:27.802Z[ recovery-image] Sep 16 16:40:26.274 INFO O| Sep 16 16:40:26.274 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-09-16T16:40:27.817Z[ recovery-image] Sep 16 16:40:26.291 INFO O| Sep 16 16:40:26.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65972024-09-16T16:40:27.819Z[ recovery-image] Sep 16 16:40:26.292 INFO O| Sep 16 16:40:26.291 INFO STEP 835 (remove_files) COMPLETE
65982024-09-16T16:40:27.819Z[ recovery-image] Sep 16 16:40:26.292 INFO O| Sep 16 16:40:26.291 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-09-16T16:40:27.874Z[ recovery-image] Sep 16 16:40:26.348 INFO O| Sep 16 16:40:26.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66002024-09-16T16:40:27.874Z[ recovery-image] Sep 16 16:40:26.348 INFO O| Sep 16 16:40:26.348 INFO STEP 836 (remove_files) COMPLETE
66012024-09-16T16:40:27.876Z[ recovery-image] Sep 16 16:40:26.348 INFO O| Sep 16 16:40:26.348 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-09-16T16:40:27.936Z[ recovery-image] Sep 16 16:40:26.411 INFO O| Sep 16 16:40:26.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66032024-09-16T16:40:27.939Z[ recovery-image] Sep 16 16:40:26.411 INFO O| Sep 16 16:40:26.411 INFO STEP 837 (remove_files) COMPLETE
66042024-09-16T16:40:27.939Z[ recovery-image] Sep 16 16:40:26.411 INFO O| Sep 16 16:40:26.411 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-09-16T16:40:27.955Z[ recovery-image] Sep 16 16:40:26.429 INFO O| Sep 16 16:40:26.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66062024-09-16T16:40:27.957Z[ recovery-image] Sep 16 16:40:26.430 INFO O| Sep 16 16:40:26.430 INFO STEP 838 (remove_files) COMPLETE
66072024-09-16T16:40:27.957Z[ recovery-image] Sep 16 16:40:26.430 INFO O| Sep 16 16:40:26.430 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-09-16T16:40:27.973Z[ recovery-image] Sep 16 16:40:26.448 INFO O| Sep 16 16:40:26.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66092024-09-16T16:40:27.976Z[ recovery-image] Sep 16 16:40:26.450 INFO O| Sep 16 16:40:26.450 INFO STEP 839 (remove_files) COMPLETE
66102024-09-16T16:40:27.976Z[ recovery-image] Sep 16 16:40:26.450 INFO O| Sep 16 16:40:26.450 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-09-16T16:40:28.001Z[ recovery-image] Sep 16 16:40:26.475 INFO O| Sep 16 16:40:26.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66122024-09-16T16:40:28.001Z[ recovery-image] Sep 16 16:40:26.475 INFO O| Sep 16 16:40:26.475 INFO STEP 840 (remove_files) COMPLETE
66132024-09-16T16:40:28.001Z[ recovery-image] Sep 16 16:40:26.475 INFO O| Sep 16 16:40:26.475 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-09-16T16:40:28.018Z[ recovery-image] Sep 16 16:40:26.492 INFO O| Sep 16 16:40:26.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66152024-09-16T16:40:28.018Z[ recovery-image] Sep 16 16:40:26.493 INFO O| Sep 16 16:40:26.493 INFO STEP 841 (remove_files) COMPLETE
66162024-09-16T16:40:28.026Z[ recovery-image] Sep 16 16:40:26.493 INFO O| Sep 16 16:40:26.493 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-09-16T16:40:28.073Z[ recovery-image] Sep 16 16:40:26.546 INFO O| Sep 16 16:40:26.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66182024-09-16T16:40:28.073Z[ recovery-image] Sep 16 16:40:26.546 INFO O| Sep 16 16:40:26.546 INFO STEP 842 (remove_files) COMPLETE
66192024-09-16T16:40:28.073Z[ recovery-image] Sep 16 16:40:26.546 INFO O| Sep 16 16:40:26.546 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-09-16T16:40:28.122Z[ recovery-image] Sep 16 16:40:26.596 INFO O| Sep 16 16:40:26.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66212024-09-16T16:40:28.122Z[ recovery-image] Sep 16 16:40:26.596 INFO O| Sep 16 16:40:26.596 INFO STEP 843 (remove_files) COMPLETE
66222024-09-16T16:40:28.122Z[ recovery-image] Sep 16 16:40:26.596 INFO O| Sep 16 16:40:26.596 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-09-16T16:40:28.140Z[ recovery-image] Sep 16 16:40:26.614 INFO O| Sep 16 16:40:26.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66242024-09-16T16:40:28.140Z[ recovery-image] Sep 16 16:40:26.614 INFO O| Sep 16 16:40:26.614 INFO STEP 844 (remove_files) COMPLETE
66252024-09-16T16:40:28.140Z[ recovery-image] Sep 16 16:40:26.614 INFO O| Sep 16 16:40:26.614 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-09-16T16:40:28.158Z[ recovery-image] Sep 16 16:40:26.632 INFO O| Sep 16 16:40:26.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66272024-09-16T16:40:28.158Z[ recovery-image] Sep 16 16:40:26.632 INFO O| Sep 16 16:40:26.632 INFO STEP 845 (remove_files) COMPLETE
66282024-09-16T16:40:28.158Z[ recovery-image] Sep 16 16:40:26.632 INFO O| Sep 16 16:40:26.632 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-09-16T16:40:28.180Z[ recovery-image] Sep 16 16:40:26.654 INFO O| Sep 16 16:40:26.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66302024-09-16T16:40:28.180Z[ recovery-image] Sep 16 16:40:26.654 INFO O| Sep 16 16:40:26.654 INFO STEP 846 (remove_files) COMPLETE
66312024-09-16T16:40:28.180Z[ recovery-image] Sep 16 16:40:26.654 INFO O| Sep 16 16:40:26.654 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-09-16T16:40:28.199Z[ recovery-image] Sep 16 16:40:26.671 INFO O| Sep 16 16:40:26.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66332024-09-16T16:40:28.199Z[ recovery-image] Sep 16 16:40:26.672 INFO O| Sep 16 16:40:26.671 INFO STEP 847 (remove_files) COMPLETE
66342024-09-16T16:40:28.199Z[ recovery-image] Sep 16 16:40:26.672 INFO O| Sep 16 16:40:26.671 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-09-16T16:40:28.228Z[ recovery-image] Sep 16 16:40:26.702 INFO O| Sep 16 16:40:26.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66362024-09-16T16:40:28.228Z[ recovery-image] Sep 16 16:40:26.702 INFO O| Sep 16 16:40:26.702 INFO STEP 848 (remove_files) COMPLETE
66372024-09-16T16:40:28.228Z[ recovery-image] Sep 16 16:40:26.702 INFO O| Sep 16 16:40:26.702 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-09-16T16:40:28.245Z[ recovery-image] Sep 16 16:40:26.720 INFO O| Sep 16 16:40:26.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66392024-09-16T16:40:28.246Z[ recovery-image] Sep 16 16:40:26.720 INFO O| Sep 16 16:40:26.720 INFO STEP 849 (remove_files) COMPLETE
66402024-09-16T16:40:28.246Z[ recovery-image] Sep 16 16:40:26.720 INFO O| Sep 16 16:40:26.720 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-09-16T16:40:28.262Z[ recovery-image] Sep 16 16:40:26.737 INFO O| Sep 16 16:40:26.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66422024-09-16T16:40:28.264Z[ recovery-image] Sep 16 16:40:26.737 INFO O| Sep 16 16:40:26.737 INFO STEP 850 (remove_files) COMPLETE
66432024-09-16T16:40:28.265Z[ recovery-image] Sep 16 16:40:26.737 INFO O| Sep 16 16:40:26.737 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-09-16T16:40:28.279Z[ recovery-image] Sep 16 16:40:26.753 INFO O| Sep 16 16:40:26.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66452024-09-16T16:40:28.285Z[ recovery-image] Sep 16 16:40:26.760 INFO O| Sep 16 16:40:26.760 INFO STEP 851 (remove_files) COMPLETE
66462024-09-16T16:40:28.285Z[ recovery-image] Sep 16 16:40:26.760 INFO O| Sep 16 16:40:26.760 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-09-16T16:40:28.346Z[ recovery-image] Sep 16 16:40:26.821 INFO O| Sep 16 16:40:26.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66482024-09-16T16:40:28.349Z[ recovery-image] Sep 16 16:40:26.821 INFO O| Sep 16 16:40:26.821 INFO STEP 852 (remove_files) COMPLETE
66492024-09-16T16:40:28.349Z[ recovery-image] Sep 16 16:40:26.821 INFO O| Sep 16 16:40:26.821 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-09-16T16:40:28.367Z[ recovery-image] Sep 16 16:40:26.841 INFO O| Sep 16 16:40:26.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66512024-09-16T16:40:28.369Z[ recovery-image] Sep 16 16:40:26.841 INFO O| Sep 16 16:40:26.841 INFO STEP 853 (remove_files) COMPLETE
66522024-09-16T16:40:28.369Z[ recovery-image] Sep 16 16:40:26.841 INFO O| Sep 16 16:40:26.841 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-09-16T16:40:28.386Z[ recovery-image] Sep 16 16:40:26.860 INFO O| Sep 16 16:40:26.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66542024-09-16T16:40:28.389Z[ recovery-image] Sep 16 16:40:26.861 INFO O| Sep 16 16:40:26.861 INFO STEP 854 (remove_files) COMPLETE
66552024-09-16T16:40:28.389Z[ recovery-image] Sep 16 16:40:26.861 INFO O| Sep 16 16:40:26.861 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-09-16T16:40:28.405Z[ recovery-image] Sep 16 16:40:26.879 INFO O| Sep 16 16:40:26.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66572024-09-16T16:40:28.407Z[ recovery-image] Sep 16 16:40:26.879 INFO O| Sep 16 16:40:26.879 INFO STEP 855 (remove_files) COMPLETE
66582024-09-16T16:40:28.407Z[ recovery-image] Sep 16 16:40:26.880 INFO O| Sep 16 16:40:26.880 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-09-16T16:40:28.421Z[ recovery-image] Sep 16 16:40:26.895 INFO O| Sep 16 16:40:26.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66602024-09-16T16:40:28.423Z[ recovery-image] Sep 16 16:40:26.895 INFO O| Sep 16 16:40:26.895 INFO STEP 856 (remove_files) COMPLETE
66612024-09-16T16:40:28.423Z[ recovery-image] Sep 16 16:40:26.896 INFO O| Sep 16 16:40:26.895 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-09-16T16:40:28.438Z[ recovery-image] Sep 16 16:40:26.912 INFO O| Sep 16 16:40:26.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66632024-09-16T16:40:28.440Z[ recovery-image] Sep 16 16:40:26.913 INFO O| Sep 16 16:40:26.913 INFO STEP 857 (remove_files) COMPLETE
66642024-09-16T16:40:28.441Z[ recovery-image] Sep 16 16:40:26.913 INFO O| Sep 16 16:40:26.913 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-09-16T16:40:28.456Z[ recovery-image] Sep 16 16:40:26.930 INFO O| Sep 16 16:40:26.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66662024-09-16T16:40:28.458Z[ recovery-image] Sep 16 16:40:26.930 INFO O| Sep 16 16:40:26.930 INFO STEP 858 (remove_files) COMPLETE
66672024-09-16T16:40:28.458Z[ recovery-image] Sep 16 16:40:26.931 INFO O| Sep 16 16:40:26.930 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-09-16T16:40:28.474Z[ recovery-image] Sep 16 16:40:26.948 INFO O| Sep 16 16:40:26.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66692024-09-16T16:40:28.476Z[ recovery-image] Sep 16 16:40:26.949 INFO O| Sep 16 16:40:26.949 INFO STEP 859 (remove_files) COMPLETE
66702024-09-16T16:40:28.476Z[ recovery-image] Sep 16 16:40:26.949 INFO O| Sep 16 16:40:26.949 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-09-16T16:40:28.495Z[ recovery-image] Sep 16 16:40:26.969 INFO O| Sep 16 16:40:26.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66722024-09-16T16:40:28.497Z[ recovery-image] Sep 16 16:40:26.969 INFO O| Sep 16 16:40:26.969 INFO STEP 860 (remove_files) COMPLETE
66732024-09-16T16:40:28.497Z[ recovery-image] Sep 16 16:40:26.969 INFO O| Sep 16 16:40:26.969 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-09-16T16:40:28.512Z[ recovery-image] Sep 16 16:40:26.987 INFO O| Sep 16 16:40:26.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66752024-09-16T16:40:28.515Z[ recovery-image] Sep 16 16:40:26.987 INFO O| Sep 16 16:40:26.987 INFO STEP 861 (remove_files) COMPLETE
66762024-09-16T16:40:28.515Z[ recovery-image] Sep 16 16:40:26.987 INFO O| Sep 16 16:40:26.987 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-09-16T16:40:28.530Z[ recovery-image] Sep 16 16:40:27.005 INFO O| Sep 16 16:40:27.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66782024-09-16T16:40:28.530Z[ recovery-image] Sep 16 16:40:27.005 INFO O| Sep 16 16:40:27.005 INFO STEP 862 (remove_files) COMPLETE
66792024-09-16T16:40:28.533Z[ recovery-image] Sep 16 16:40:27.005 INFO O| Sep 16 16:40:27.005 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-09-16T16:40:28.547Z[ recovery-image] Sep 16 16:40:27.021 INFO O| Sep 16 16:40:27.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66812024-09-16T16:40:28.547Z[ recovery-image] Sep 16 16:40:27.021 INFO O| Sep 16 16:40:27.021 INFO STEP 863 (remove_files) COMPLETE
66822024-09-16T16:40:28.547Z[ recovery-image] Sep 16 16:40:27.021 INFO O| Sep 16 16:40:27.021 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-09-16T16:40:28.563Z[ recovery-image] Sep 16 16:40:27.038 INFO O| Sep 16 16:40:27.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66842024-09-16T16:40:28.563Z[ recovery-image] Sep 16 16:40:27.038 INFO O| Sep 16 16:40:27.038 INFO STEP 864 (remove_files) COMPLETE
66852024-09-16T16:40:28.566Z[ recovery-image] Sep 16 16:40:27.038 INFO O| Sep 16 16:40:27.038 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-09-16T16:40:28.596Z[ recovery-image] Sep 16 16:40:27.070 INFO O| Sep 16 16:40:27.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66872024-09-16T16:40:28.596Z[ recovery-image] Sep 16 16:40:27.070 INFO O| Sep 16 16:40:27.070 INFO STEP 865 (remove_files) COMPLETE
66882024-09-16T16:40:28.598Z[ recovery-image] Sep 16 16:40:27.070 INFO O| Sep 16 16:40:27.070 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-09-16T16:40:28.615Z[ recovery-image] Sep 16 16:40:27.089 INFO O| Sep 16 16:40:27.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66902024-09-16T16:40:28.615Z[ recovery-image] Sep 16 16:40:27.089 INFO O| Sep 16 16:40:27.089 INFO STEP 866 (remove_files) COMPLETE
66912024-09-16T16:40:28.617Z[ recovery-image] Sep 16 16:40:27.089 INFO O| Sep 16 16:40:27.089 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-09-16T16:40:28.634Z[ recovery-image] Sep 16 16:40:27.108 INFO O| Sep 16 16:40:27.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66932024-09-16T16:40:28.634Z[ recovery-image] Sep 16 16:40:27.108 INFO O| Sep 16 16:40:27.108 INFO STEP 867 (remove_files) COMPLETE
66942024-09-16T16:40:28.634Z[ recovery-image] Sep 16 16:40:27.108 INFO O| Sep 16 16:40:27.108 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-09-16T16:40:28.652Z[ recovery-image] Sep 16 16:40:27.126 INFO O| Sep 16 16:40:27.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66962024-09-16T16:40:28.652Z[ recovery-image] Sep 16 16:40:27.126 INFO O| Sep 16 16:40:27.126 INFO STEP 868 (remove_files) COMPLETE
66972024-09-16T16:40:28.655Z[ recovery-image] Sep 16 16:40:27.126 INFO O| Sep 16 16:40:27.126 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-09-16T16:40:28.668Z[ recovery-image] Sep 16 16:40:27.143 INFO O| Sep 16 16:40:27.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66992024-09-16T16:40:28.668Z[ recovery-image] Sep 16 16:40:27.143 INFO O| Sep 16 16:40:27.143 INFO STEP 869 (remove_files) COMPLETE
67002024-09-16T16:40:28.668Z[ recovery-image] Sep 16 16:40:27.143 INFO O| Sep 16 16:40:27.143 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-09-16T16:40:28.702Z[ recovery-image] Sep 16 16:40:27.176 INFO O| Sep 16 16:40:27.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67022024-09-16T16:40:28.702Z[ recovery-image] Sep 16 16:40:27.176 INFO O| Sep 16 16:40:27.176 INFO STEP 870 (remove_files) COMPLETE
67032024-09-16T16:40:28.702Z[ recovery-image] Sep 16 16:40:27.176 INFO O| Sep 16 16:40:27.176 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-09-16T16:40:28.736Z[ recovery-image] Sep 16 16:40:27.210 INFO O| Sep 16 16:40:27.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67052024-09-16T16:40:28.736Z[ recovery-image] Sep 16 16:40:27.211 INFO O| Sep 16 16:40:27.211 INFO STEP 871 (remove_files) COMPLETE
67062024-09-16T16:40:28.739Z[ recovery-image] Sep 16 16:40:27.211 INFO O| Sep 16 16:40:27.211 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-09-16T16:40:28.757Z[ recovery-image] Sep 16 16:40:27.231 INFO O| Sep 16 16:40:27.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67082024-09-16T16:40:28.771Z[ recovery-image] Sep 16 16:40:27.245 INFO O| Sep 16 16:40:27.245 INFO STEP 872 (remove_files) COMPLETE
67092024-09-16T16:40:28.771Z[ recovery-image] Sep 16 16:40:27.245 INFO O| Sep 16 16:40:27.245 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-09-16T16:40:28.790Z[ recovery-image] Sep 16 16:40:27.264 INFO O| Sep 16 16:40:27.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67112024-09-16T16:40:28.792Z[ recovery-image] Sep 16 16:40:27.264 INFO O| Sep 16 16:40:27.264 INFO STEP 873 (remove_files) COMPLETE
67122024-09-16T16:40:28.792Z[ recovery-image] Sep 16 16:40:27.264 INFO O| Sep 16 16:40:27.264 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-09-16T16:40:28.818Z[ recovery-image] Sep 16 16:40:27.283 INFO O| Sep 16 16:40:27.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67142024-09-16T16:40:28.818Z[ recovery-image] Sep 16 16:40:27.283 INFO O| Sep 16 16:40:27.283 INFO STEP 874 (remove_files) COMPLETE
67152024-09-16T16:40:28.818Z[ recovery-image] Sep 16 16:40:27.283 INFO O| Sep 16 16:40:27.283 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-09-16T16:40:28.826Z[ recovery-image] Sep 16 16:40:27.300 INFO O| Sep 16 16:40:27.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67172024-09-16T16:40:28.826Z[ recovery-image] Sep 16 16:40:27.300 INFO O| Sep 16 16:40:27.300 INFO STEP 875 (remove_files) COMPLETE
67182024-09-16T16:40:28.829Z[ recovery-image] Sep 16 16:40:27.301 INFO O| Sep 16 16:40:27.300 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-09-16T16:40:28.843Z[ recovery-image] Sep 16 16:40:27.318 INFO O| Sep 16 16:40:27.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67202024-09-16T16:40:28.843Z[ recovery-image] Sep 16 16:40:27.318 INFO O| Sep 16 16:40:27.318 INFO STEP 876 (remove_files) COMPLETE
67212024-09-16T16:40:28.843Z[ recovery-image] Sep 16 16:40:27.318 INFO O| Sep 16 16:40:27.318 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-09-16T16:40:28.861Z[ recovery-image] Sep 16 16:40:27.336 INFO O| Sep 16 16:40:27.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67232024-09-16T16:40:28.861Z[ recovery-image] Sep 16 16:40:27.336 INFO O| Sep 16 16:40:27.336 INFO STEP 877 (remove_files) COMPLETE
67242024-09-16T16:40:28.864Z[ recovery-image] Sep 16 16:40:27.336 INFO O| Sep 16 16:40:27.336 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-09-16T16:40:28.880Z[ recovery-image] Sep 16 16:40:27.354 INFO O| Sep 16 16:40:27.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67262024-09-16T16:40:28.880Z[ recovery-image] Sep 16 16:40:27.354 INFO O| Sep 16 16:40:27.354 INFO STEP 878 (remove_files) COMPLETE
67272024-09-16T16:40:28.882Z[ recovery-image] Sep 16 16:40:27.354 INFO O| Sep 16 16:40:27.354 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-09-16T16:40:28.911Z[ recovery-image] Sep 16 16:40:27.385 INFO O| Sep 16 16:40:27.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67292024-09-16T16:40:28.911Z[ recovery-image] Sep 16 16:40:27.385 INFO O| Sep 16 16:40:27.385 INFO STEP 879 (remove_files) COMPLETE
67302024-09-16T16:40:28.911Z[ recovery-image] Sep 16 16:40:27.385 INFO O| Sep 16 16:40:27.385 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-09-16T16:40:29.094Z[ recovery-image] Sep 16 16:40:27.568 INFO O| Sep 16 16:40:27.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67322024-09-16T16:40:29.097Z[ recovery-image] Sep 16 16:40:27.569 INFO O| Sep 16 16:40:27.568 INFO STEP 880 (remove_files) COMPLETE
67332024-09-16T16:40:29.097Z[ recovery-image] Sep 16 16:40:27.569 INFO O| Sep 16 16:40:27.569 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-09-16T16:40:29.161Z[ recovery-image] Sep 16 16:40:27.626 INFO O| Sep 16 16:40:27.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67352024-09-16T16:40:29.161Z[ recovery-image] Sep 16 16:40:27.626 INFO O| Sep 16 16:40:27.626 INFO STEP 881 (remove_files) COMPLETE
67362024-09-16T16:40:29.161Z[ recovery-image] Sep 16 16:40:27.626 INFO O| Sep 16 16:40:27.626 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-09-16T16:40:29.277Z[ recovery-image] Sep 16 16:40:27.751 INFO O| Sep 16 16:40:27.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67382024-09-16T16:40:29.277Z[ recovery-image] Sep 16 16:40:27.751 INFO O| Sep 16 16:40:27.751 INFO STEP 882 (remove_files) COMPLETE
67392024-09-16T16:40:29.277Z[ recovery-image] Sep 16 16:40:27.751 INFO O| Sep 16 16:40:27.751 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-09-16T16:40:29.366Z[ recovery-image] Sep 16 16:40:27.769 INFO O| Sep 16 16:40:27.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67412024-09-16T16:40:29.366Z[ recovery-image] Sep 16 16:40:27.769 INFO O| Sep 16 16:40:27.769 INFO STEP 883 (remove_files) COMPLETE
67422024-09-16T16:40:29.369Z[ recovery-image] Sep 16 16:40:27.769 INFO O| Sep 16 16:40:27.769 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-09-16T16:40:29.369Z[ recovery-image] Sep 16 16:40:27.803 INFO O| Sep 16 16:40:27.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67442024-09-16T16:40:29.369Z[ recovery-image] Sep 16 16:40:27.803 INFO O| Sep 16 16:40:27.803 INFO STEP 884 (remove_files) COMPLETE
67452024-09-16T16:40:29.369Z[ recovery-image] Sep 16 16:40:27.803 INFO O| Sep 16 16:40:27.803 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-09-16T16:40:29.369Z[ recovery-image] Sep 16 16:40:27.823 INFO O| Sep 16 16:40:27.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67472024-09-16T16:40:29.369Z[ recovery-image] Sep 16 16:40:27.823 INFO O| Sep 16 16:40:27.823 INFO STEP 885 (remove_files) COMPLETE
67482024-09-16T16:40:29.369Z[ recovery-image] Sep 16 16:40:27.823 INFO O| Sep 16 16:40:27.823 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-09-16T16:40:29.369Z[ recovery-image] Sep 16 16:40:27.840 INFO O| Sep 16 16:40:27.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67502024-09-16T16:40:29.390Z[ recovery-image] Sep 16 16:40:27.864 INFO O| Sep 16 16:40:27.864 INFO STEP 886 (remove_files) COMPLETE
67512024-09-16T16:40:29.390Z[ recovery-image] Sep 16 16:40:27.864 INFO O| Sep 16 16:40:27.864 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-09-16T16:40:29.430Z[ recovery-image] Sep 16 16:40:27.905 INFO O| Sep 16 16:40:27.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67532024-09-16T16:40:29.434Z[ recovery-image] Sep 16 16:40:27.905 INFO O| Sep 16 16:40:27.905 INFO STEP 887 (remove_files) COMPLETE
67542024-09-16T16:40:29.434Z[ recovery-image] Sep 16 16:40:27.905 INFO O| Sep 16 16:40:27.905 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-09-16T16:40:29.466Z[ recovery-image] Sep 16 16:40:27.940 INFO O| Sep 16 16:40:27.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67562024-09-16T16:40:29.469Z[ recovery-image] Sep 16 16:40:27.940 INFO O| Sep 16 16:40:27.940 INFO STEP 888 (remove_files) COMPLETE
67572024-09-16T16:40:29.469Z[ recovery-image] Sep 16 16:40:27.941 INFO O| Sep 16 16:40:27.940 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-09-16T16:40:29.505Z[ recovery-image] Sep 16 16:40:27.979 INFO O| Sep 16 16:40:27.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67592024-09-16T16:40:29.507Z[ recovery-image] Sep 16 16:40:27.979 INFO O| Sep 16 16:40:27.979 INFO STEP 889 (remove_files) COMPLETE
67602024-09-16T16:40:29.507Z[ recovery-image] Sep 16 16:40:27.980 INFO O| Sep 16 16:40:27.979 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-09-16T16:40:29.523Z[ recovery-image] Sep 16 16:40:27.997 INFO O| Sep 16 16:40:27.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67622024-09-16T16:40:29.523Z[ recovery-image] Sep 16 16:40:27.997 INFO O| Sep 16 16:40:27.997 INFO STEP 890 (remove_files) COMPLETE
67632024-09-16T16:40:29.523Z[ recovery-image] Sep 16 16:40:27.997 INFO O| Sep 16 16:40:27.997 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-09-16T16:40:29.541Z[ recovery-image] Sep 16 16:40:28.016 INFO O| Sep 16 16:40:28.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67652024-09-16T16:40:29.541Z[ recovery-image] Sep 16 16:40:28.016 INFO O| Sep 16 16:40:28.016 INFO STEP 891 (remove_files) COMPLETE
67662024-09-16T16:40:29.544Z[ recovery-image] Sep 16 16:40:28.016 INFO O| Sep 16 16:40:28.016 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-09-16T16:40:29.559Z[ recovery-image] Sep 16 16:40:28.033 INFO O| Sep 16 16:40:28.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67682024-09-16T16:40:29.561Z[ recovery-image] Sep 16 16:40:28.034 INFO O| Sep 16 16:40:28.034 INFO STEP 892 (remove_files) COMPLETE
67692024-09-16T16:40:29.561Z[ recovery-image] Sep 16 16:40:28.034 INFO O| Sep 16 16:40:28.034 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-09-16T16:40:29.577Z[ recovery-image] Sep 16 16:40:28.051 INFO O| Sep 16 16:40:28.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67712024-09-16T16:40:29.579Z[ recovery-image] Sep 16 16:40:28.051 INFO O| Sep 16 16:40:28.051 INFO STEP 893 (remove_files) COMPLETE
67722024-09-16T16:40:29.579Z[ recovery-image] Sep 16 16:40:28.051 INFO O| Sep 16 16:40:28.051 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-09-16T16:40:29.647Z[ recovery-image] Sep 16 16:40:28.121 INFO O| Sep 16 16:40:28.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67742024-09-16T16:40:29.647Z[ recovery-image] Sep 16 16:40:28.121 INFO O| Sep 16 16:40:28.121 INFO STEP 894 (remove_files) COMPLETE
67752024-09-16T16:40:29.649Z[ recovery-image] Sep 16 16:40:28.121 INFO O| Sep 16 16:40:28.121 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-09-16T16:40:29.702Z[ recovery-image] Sep 16 16:40:28.176 INFO O| Sep 16 16:40:28.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67772024-09-16T16:40:29.702Z[ recovery-image] Sep 16 16:40:28.176 INFO O| Sep 16 16:40:28.176 INFO STEP 895 (remove_files) COMPLETE
67782024-09-16T16:40:29.702Z[ recovery-image] Sep 16 16:40:28.176 INFO O| Sep 16 16:40:28.176 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-09-16T16:40:29.739Z[ recovery-image] Sep 16 16:40:28.213 INFO O| Sep 16 16:40:28.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67802024-09-16T16:40:29.739Z[ recovery-image] Sep 16 16:40:28.213 INFO O| Sep 16 16:40:28.213 INFO STEP 896 (remove_files) COMPLETE
67812024-09-16T16:40:29.741Z[ recovery-image] Sep 16 16:40:28.213 INFO O| Sep 16 16:40:28.213 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-09-16T16:40:29.772Z[ recovery-image] Sep 16 16:40:28.246 INFO O| Sep 16 16:40:28.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67832024-09-16T16:40:29.772Z[ recovery-image] Sep 16 16:40:28.246 INFO O| Sep 16 16:40:28.246 INFO STEP 897 (remove_files) COMPLETE
67842024-09-16T16:40:29.775Z[ recovery-image] Sep 16 16:40:28.247 INFO O| Sep 16 16:40:28.246 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-09-16T16:40:29.789Z[ recovery-image] Sep 16 16:40:28.263 INFO O| Sep 16 16:40:28.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67862024-09-16T16:40:29.789Z[ recovery-image] Sep 16 16:40:28.264 INFO O| Sep 16 16:40:28.263 INFO STEP 898 (remove_files) COMPLETE
67872024-09-16T16:40:29.792Z[ recovery-image] Sep 16 16:40:28.264 INFO O| Sep 16 16:40:28.264 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-09-16T16:40:29.807Z[ recovery-image] Sep 16 16:40:28.281 INFO O| Sep 16 16:40:28.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67892024-09-16T16:40:29.809Z[ recovery-image] Sep 16 16:40:28.281 INFO O| Sep 16 16:40:28.281 INFO STEP 899 (remove_files) COMPLETE
67902024-09-16T16:40:29.809Z[ recovery-image] Sep 16 16:40:28.281 INFO O| Sep 16 16:40:28.281 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-09-16T16:40:29.823Z[ recovery-image] Sep 16 16:40:28.297 INFO O| Sep 16 16:40:28.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67922024-09-16T16:40:29.823Z[ recovery-image] Sep 16 16:40:28.297 INFO O| Sep 16 16:40:28.297 INFO STEP 900 (remove_files) COMPLETE
67932024-09-16T16:40:29.823Z[ recovery-image] Sep 16 16:40:28.297 INFO O| Sep 16 16:40:28.297 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-09-16T16:40:29.853Z[ recovery-image] Sep 16 16:40:28.327 INFO O| Sep 16 16:40:28.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67952024-09-16T16:40:29.855Z[ recovery-image] Sep 16 16:40:28.327 INFO O| Sep 16 16:40:28.327 INFO STEP 901 (remove_files) COMPLETE
67962024-09-16T16:40:29.855Z[ recovery-image] Sep 16 16:40:28.328 INFO O| Sep 16 16:40:28.327 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-09-16T16:40:29.871Z[ recovery-image] Sep 16 16:40:28.345 INFO O| Sep 16 16:40:28.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67982024-09-16T16:40:29.873Z[ recovery-image] Sep 16 16:40:28.345 INFO O| Sep 16 16:40:28.345 INFO STEP 902 (remove_files) COMPLETE
67992024-09-16T16:40:29.873Z[ recovery-image] Sep 16 16:40:28.346 INFO O| Sep 16 16:40:28.346 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-09-16T16:40:29.888Z[ recovery-image] Sep 16 16:40:28.362 INFO O| Sep 16 16:40:28.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68012024-09-16T16:40:29.891Z[ recovery-image] Sep 16 16:40:28.363 INFO O| Sep 16 16:40:28.363 INFO STEP 903 (remove_files) COMPLETE
68022024-09-16T16:40:29.891Z[ recovery-image] Sep 16 16:40:28.363 INFO O| Sep 16 16:40:28.363 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-09-16T16:40:29.904Z[ recovery-image] Sep 16 16:40:28.379 INFO O| Sep 16 16:40:28.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68042024-09-16T16:40:29.907Z[ recovery-image] Sep 16 16:40:28.379 INFO O| Sep 16 16:40:28.379 INFO STEP 904 (remove_files) COMPLETE
68052024-09-16T16:40:29.907Z[ recovery-image] Sep 16 16:40:28.379 INFO O| Sep 16 16:40:28.379 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-09-16T16:40:29.921Z[ recovery-image] Sep 16 16:40:28.395 INFO O| Sep 16 16:40:28.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68072024-09-16T16:40:29.923Z[ recovery-image] Sep 16 16:40:28.396 INFO O| Sep 16 16:40:28.395 INFO STEP 905 (remove_files) COMPLETE
68082024-09-16T16:40:29.923Z[ recovery-image] Sep 16 16:40:28.396 INFO O| Sep 16 16:40:28.396 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-09-16T16:40:29.938Z[ recovery-image] Sep 16 16:40:28.412 INFO O| Sep 16 16:40:28.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68102024-09-16T16:40:29.940Z[ recovery-image] Sep 16 16:40:28.413 INFO O| Sep 16 16:40:28.412 INFO STEP 906 (remove_files) COMPLETE
68112024-09-16T16:40:29.940Z[ recovery-image] Sep 16 16:40:28.413 INFO O| Sep 16 16:40:28.413 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-09-16T16:40:29.954Z[ recovery-image] Sep 16 16:40:28.428 INFO O| Sep 16 16:40:28.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68132024-09-16T16:40:29.957Z[ recovery-image] Sep 16 16:40:28.429 INFO O| Sep 16 16:40:28.429 INFO STEP 907 (remove_files) COMPLETE
68142024-09-16T16:40:29.957Z[ recovery-image] Sep 16 16:40:28.429 INFO O| Sep 16 16:40:28.429 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-09-16T16:40:29.988Z[ recovery-image] Sep 16 16:40:28.462 INFO O| Sep 16 16:40:28.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68162024-09-16T16:40:29.988Z[ recovery-image] Sep 16 16:40:28.462 INFO O| Sep 16 16:40:28.462 INFO STEP 908 (remove_files) COMPLETE
68172024-09-16T16:40:29.988Z[ recovery-image] Sep 16 16:40:28.462 INFO O| Sep 16 16:40:28.462 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-09-16T16:40:30.019Z[ recovery-image] Sep 16 16:40:28.493 INFO O| Sep 16 16:40:28.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68192024-09-16T16:40:30.019Z[ recovery-image] Sep 16 16:40:28.493 INFO O| Sep 16 16:40:28.493 INFO STEP 909 (remove_files) COMPLETE
68202024-09-16T16:40:30.019Z[ recovery-image] Sep 16 16:40:28.493 INFO O| Sep 16 16:40:28.493 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-09-16T16:40:30.035Z[ recovery-image] Sep 16 16:40:28.510 INFO O| Sep 16 16:40:28.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68222024-09-16T16:40:30.036Z[ recovery-image] Sep 16 16:40:28.510 INFO O| Sep 16 16:40:28.510 INFO STEP 910 (remove_files) COMPLETE
68232024-09-16T16:40:30.036Z[ recovery-image] Sep 16 16:40:28.510 INFO O| Sep 16 16:40:28.510 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-09-16T16:40:30.090Z[ recovery-image] Sep 16 16:40:28.564 INFO O| Sep 16 16:40:28.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68252024-09-16T16:40:30.090Z[ recovery-image] Sep 16 16:40:28.564 INFO O| Sep 16 16:40:28.564 INFO STEP 911 (remove_files) COMPLETE
68262024-09-16T16:40:30.090Z[ recovery-image] Sep 16 16:40:28.564 INFO O| Sep 16 16:40:28.564 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-09-16T16:40:30.126Z[ recovery-image] Sep 16 16:40:28.601 INFO O| Sep 16 16:40:28.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68282024-09-16T16:40:30.126Z[ recovery-image] Sep 16 16:40:28.601 INFO O| Sep 16 16:40:28.601 INFO STEP 912 (remove_files) COMPLETE
68292024-09-16T16:40:30.129Z[ recovery-image] Sep 16 16:40:28.601 INFO O| Sep 16 16:40:28.601 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-09-16T16:40:30.178Z[ recovery-image] Sep 16 16:40:28.652 INFO O| Sep 16 16:40:28.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68312024-09-16T16:40:30.179Z[ recovery-image] Sep 16 16:40:28.652 INFO O| Sep 16 16:40:28.652 INFO STEP 913 (remove_files) COMPLETE
68322024-09-16T16:40:30.179Z[ recovery-image] Sep 16 16:40:28.652 INFO O| Sep 16 16:40:28.652 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-09-16T16:40:30.196Z[ recovery-image] Sep 16 16:40:28.670 INFO O| Sep 16 16:40:28.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68342024-09-16T16:40:30.196Z[ recovery-image] Sep 16 16:40:28.670 INFO O| Sep 16 16:40:28.670 INFO STEP 914 (remove_files) COMPLETE
68352024-09-16T16:40:30.196Z[ recovery-image] Sep 16 16:40:28.670 INFO O| Sep 16 16:40:28.670 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-09-16T16:40:30.218Z[ recovery-image] Sep 16 16:40:28.693 INFO O| Sep 16 16:40:28.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68372024-09-16T16:40:30.218Z[ recovery-image] Sep 16 16:40:28.693 INFO O| Sep 16 16:40:28.693 INFO STEP 915 (remove_files) COMPLETE
68382024-09-16T16:40:30.219Z[ recovery-image] Sep 16 16:40:28.693 INFO O| Sep 16 16:40:28.693 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-09-16T16:40:30.329Z[ recovery-image] Sep 16 16:40:28.803 INFO O| Sep 16 16:40:28.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68402024-09-16T16:40:30.329Z[ recovery-image] Sep 16 16:40:28.803 INFO O| Sep 16 16:40:28.803 INFO STEP 916 (remove_files) COMPLETE
68412024-09-16T16:40:30.329Z[ recovery-image] Sep 16 16:40:28.803 INFO O| Sep 16 16:40:28.803 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-09-16T16:40:30.348Z[ recovery-image] Sep 16 16:40:28.821 INFO O| Sep 16 16:40:28.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68432024-09-16T16:40:30.348Z[ recovery-image] Sep 16 16:40:28.822 INFO O| Sep 16 16:40:28.821 INFO STEP 917 (remove_files) COMPLETE
68442024-09-16T16:40:30.348Z[ recovery-image] Sep 16 16:40:28.822 INFO O| Sep 16 16:40:28.822 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-09-16T16:40:30.364Z[ recovery-image] Sep 16 16:40:28.839 INFO O| Sep 16 16:40:28.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68462024-09-16T16:40:30.365Z[ recovery-image] Sep 16 16:40:28.839 INFO O| Sep 16 16:40:28.839 INFO STEP 918 (remove_files) COMPLETE
68472024-09-16T16:40:30.365Z[ recovery-image] Sep 16 16:40:28.839 INFO O| Sep 16 16:40:28.839 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-09-16T16:40:30.381Z[ recovery-image] Sep 16 16:40:28.855 INFO O| Sep 16 16:40:28.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68492024-09-16T16:40:30.381Z[ recovery-image] Sep 16 16:40:28.855 INFO O| Sep 16 16:40:28.855 INFO STEP 919 (remove_files) COMPLETE
68502024-09-16T16:40:30.382Z[ recovery-image] Sep 16 16:40:28.855 INFO O| Sep 16 16:40:28.855 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-09-16T16:40:30.413Z[ recovery-image] Sep 16 16:40:28.887 INFO O| Sep 16 16:40:28.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68522024-09-16T16:40:30.413Z[ recovery-image] Sep 16 16:40:28.887 INFO O| Sep 16 16:40:28.887 INFO STEP 920 (remove_files) COMPLETE
68532024-09-16T16:40:30.413Z[ recovery-image] Sep 16 16:40:28.887 INFO O| Sep 16 16:40:28.887 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-09-16T16:40:30.443Z[ recovery-image] Sep 16 16:40:28.917 INFO O| Sep 16 16:40:28.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68552024-09-16T16:40:30.443Z[ recovery-image] Sep 16 16:40:28.917 INFO O| Sep 16 16:40:28.917 INFO STEP 921 (remove_files) COMPLETE
68562024-09-16T16:40:30.443Z[ recovery-image] Sep 16 16:40:28.917 INFO O| Sep 16 16:40:28.917 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-09-16T16:40:30.463Z[ recovery-image] Sep 16 16:40:28.937 INFO O| Sep 16 16:40:28.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68582024-09-16T16:40:30.463Z[ recovery-image] Sep 16 16:40:28.937 INFO O| Sep 16 16:40:28.937 INFO STEP 922 (remove_files) COMPLETE
68592024-09-16T16:40:30.463Z[ recovery-image] Sep 16 16:40:28.937 INFO O| Sep 16 16:40:28.937 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-09-16T16:40:30.493Z[ recovery-image] Sep 16 16:40:28.967 INFO O| Sep 16 16:40:28.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68612024-09-16T16:40:30.493Z[ recovery-image] Sep 16 16:40:28.967 INFO O| Sep 16 16:40:28.967 INFO STEP 923 (remove_files) COMPLETE
68622024-09-16T16:40:30.493Z[ recovery-image] Sep 16 16:40:28.967 INFO O| Sep 16 16:40:28.967 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-09-16T16:40:30.511Z[ recovery-image] Sep 16 16:40:28.985 INFO O| Sep 16 16:40:28.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68642024-09-16T16:40:30.511Z[ recovery-image] Sep 16 16:40:28.985 INFO O| Sep 16 16:40:28.985 INFO STEP 924 (remove_files) COMPLETE
68652024-09-16T16:40:30.511Z[ recovery-image] Sep 16 16:40:28.985 INFO O| Sep 16 16:40:28.985 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-09-16T16:40:30.535Z[ recovery-image] Sep 16 16:40:29.008 INFO O| Sep 16 16:40:29.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68672024-09-16T16:40:30.535Z[ recovery-image] Sep 16 16:40:29.008 INFO O| Sep 16 16:40:29.008 INFO STEP 925 (remove_files) COMPLETE
68682024-09-16T16:40:30.535Z[ recovery-image] Sep 16 16:40:29.008 INFO O| Sep 16 16:40:29.008 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-09-16T16:40:30.571Z[ recovery-image] Sep 16 16:40:29.045 INFO O| Sep 16 16:40:29.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68702024-09-16T16:40:30.574Z[ recovery-image] Sep 16 16:40:29.045 INFO O| Sep 16 16:40:29.045 INFO STEP 926 (remove_files) COMPLETE
68712024-09-16T16:40:30.574Z[ recovery-image] Sep 16 16:40:29.046 INFO O| Sep 16 16:40:29.046 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-09-16T16:40:30.590Z[ recovery-image] Sep 16 16:40:29.064 INFO O| Sep 16 16:40:29.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68732024-09-16T16:40:30.593Z[ recovery-image] Sep 16 16:40:29.064 INFO O| Sep 16 16:40:29.064 INFO STEP 927 (remove_files) COMPLETE
68742024-09-16T16:40:30.593Z[ recovery-image] Sep 16 16:40:29.064 INFO O| Sep 16 16:40:29.064 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-09-16T16:40:30.608Z[ recovery-image] Sep 16 16:40:29.082 INFO O| Sep 16 16:40:29.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68762024-09-16T16:40:30.611Z[ recovery-image] Sep 16 16:40:29.083 INFO O| Sep 16 16:40:29.083 INFO STEP 928 (remove_files) COMPLETE
68772024-09-16T16:40:30.611Z[ recovery-image] Sep 16 16:40:29.083 INFO O| Sep 16 16:40:29.083 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-09-16T16:40:30.647Z[ recovery-image] Sep 16 16:40:29.121 INFO O| Sep 16 16:40:29.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68792024-09-16T16:40:30.647Z[ recovery-image] Sep 16 16:40:29.121 INFO O| Sep 16 16:40:29.121 INFO STEP 929 (remove_files) COMPLETE
68802024-09-16T16:40:30.647Z[ recovery-image] Sep 16 16:40:29.121 INFO O| Sep 16 16:40:29.121 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-09-16T16:40:30.666Z[ recovery-image] Sep 16 16:40:29.140 INFO O| Sep 16 16:40:29.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68822024-09-16T16:40:30.666Z[ recovery-image] Sep 16 16:40:29.140 INFO O| Sep 16 16:40:29.140 INFO STEP 930 (remove_files) COMPLETE
68832024-09-16T16:40:30.666Z[ recovery-image] Sep 16 16:40:29.140 INFO O| Sep 16 16:40:29.140 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-09-16T16:40:30.725Z[ recovery-image] Sep 16 16:40:29.199 INFO O| Sep 16 16:40:29.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68852024-09-16T16:40:30.725Z[ recovery-image] Sep 16 16:40:29.199 INFO O| Sep 16 16:40:29.199 INFO STEP 931 (remove_files) COMPLETE
68862024-09-16T16:40:30.725Z[ recovery-image] Sep 16 16:40:29.199 INFO O| Sep 16 16:40:29.199 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-09-16T16:40:30.742Z[ recovery-image] Sep 16 16:40:29.216 INFO O| Sep 16 16:40:29.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68882024-09-16T16:40:30.742Z[ recovery-image] Sep 16 16:40:29.216 INFO O| Sep 16 16:40:29.216 INFO STEP 932 (remove_files) COMPLETE
68892024-09-16T16:40:30.745Z[ recovery-image] Sep 16 16:40:29.216 INFO O| Sep 16 16:40:29.216 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-09-16T16:40:30.816Z[ recovery-image] Sep 16 16:40:29.290 INFO O| Sep 16 16:40:29.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68912024-09-16T16:40:30.816Z[ recovery-image] Sep 16 16:40:29.290 INFO O| Sep 16 16:40:29.290 INFO STEP 933 (remove_files) COMPLETE
68922024-09-16T16:40:30.816Z[ recovery-image] Sep 16 16:40:29.290 INFO O| Sep 16 16:40:29.290 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-09-16T16:40:30.852Z[ recovery-image] Sep 16 16:40:29.324 INFO O| Sep 16 16:40:29.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68942024-09-16T16:40:30.852Z[ recovery-image] Sep 16 16:40:29.325 INFO O| Sep 16 16:40:29.324 INFO STEP 934 (remove_files) COMPLETE
68952024-09-16T16:40:30.852Z[ recovery-image] Sep 16 16:40:29.325 INFO O| Sep 16 16:40:29.325 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-09-16T16:40:30.868Z[ recovery-image] Sep 16 16:40:29.342 INFO O| Sep 16 16:40:29.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68972024-09-16T16:40:30.870Z[ recovery-image] Sep 16 16:40:29.342 INFO O| Sep 16 16:40:29.342 INFO STEP 935 (remove_files) COMPLETE
68982024-09-16T16:40:30.870Z[ recovery-image] Sep 16 16:40:29.342 INFO O| Sep 16 16:40:29.342 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-09-16T16:40:30.885Z[ recovery-image] Sep 16 16:40:29.360 INFO O| Sep 16 16:40:29.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69002024-09-16T16:40:30.888Z[ recovery-image] Sep 16 16:40:29.360 INFO O| Sep 16 16:40:29.360 INFO STEP 936 (remove_files) COMPLETE
69012024-09-16T16:40:30.888Z[ recovery-image] Sep 16 16:40:29.360 INFO O| Sep 16 16:40:29.360 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-09-16T16:40:30.902Z[ recovery-image] Sep 16 16:40:29.376 INFO O| Sep 16 16:40:29.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69032024-09-16T16:40:30.904Z[ recovery-image] Sep 16 16:40:29.376 INFO O| Sep 16 16:40:29.376 INFO STEP 937 (remove_files) COMPLETE
69042024-09-16T16:40:30.904Z[ recovery-image] Sep 16 16:40:29.376 INFO O| Sep 16 16:40:29.376 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-09-16T16:40:30.920Z[ recovery-image] Sep 16 16:40:29.394 INFO O| Sep 16 16:40:29.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69062024-09-16T16:40:30.922Z[ recovery-image] Sep 16 16:40:29.394 INFO O| Sep 16 16:40:29.394 INFO STEP 938 (remove_files) COMPLETE
69072024-09-16T16:40:30.922Z[ recovery-image] Sep 16 16:40:29.394 INFO O| Sep 16 16:40:29.394 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-09-16T16:40:30.939Z[ recovery-image] Sep 16 16:40:29.413 INFO O| Sep 16 16:40:29.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69092024-09-16T16:40:30.942Z[ recovery-image] Sep 16 16:40:29.414 INFO O| Sep 16 16:40:29.413 INFO STEP 939 (remove_files) COMPLETE
69102024-09-16T16:40:30.942Z[ recovery-image] Sep 16 16:40:29.414 INFO O| Sep 16 16:40:29.414 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-09-16T16:40:30.964Z[ recovery-image] Sep 16 16:40:29.438 INFO O| Sep 16 16:40:29.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69122024-09-16T16:40:30.964Z[ recovery-image] Sep 16 16:40:29.438 INFO O| Sep 16 16:40:29.438 INFO STEP 940 (remove_files) COMPLETE
69132024-09-16T16:40:30.966Z[ recovery-image] Sep 16 16:40:29.438 INFO O| Sep 16 16:40:29.438 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-09-16T16:40:31.004Z[ recovery-image] Sep 16 16:40:29.477 INFO O| Sep 16 16:40:29.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69152024-09-16T16:40:31.004Z[ recovery-image] Sep 16 16:40:29.478 INFO O| Sep 16 16:40:29.477 INFO STEP 941 (remove_files) COMPLETE
69162024-09-16T16:40:31.006Z[ recovery-image] Sep 16 16:40:29.478 INFO O| Sep 16 16:40:29.478 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-09-16T16:40:31.023Z[ recovery-image] Sep 16 16:40:29.497 INFO O| Sep 16 16:40:29.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69182024-09-16T16:40:31.023Z[ recovery-image] Sep 16 16:40:29.497 INFO O| Sep 16 16:40:29.497 INFO STEP 942 (remove_files) COMPLETE
69192024-09-16T16:40:31.025Z[ recovery-image] Sep 16 16:40:29.497 INFO O| Sep 16 16:40:29.497 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-09-16T16:40:31.040Z[ recovery-image] Sep 16 16:40:29.514 INFO O| Sep 16 16:40:29.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69212024-09-16T16:40:31.040Z[ recovery-image] Sep 16 16:40:29.514 INFO O| Sep 16 16:40:29.514 INFO STEP 943 (remove_files) COMPLETE
69222024-09-16T16:40:31.043Z[ recovery-image] Sep 16 16:40:29.514 INFO O| Sep 16 16:40:29.514 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-09-16T16:40:31.062Z[ recovery-image] Sep 16 16:40:29.536 INFO O| Sep 16 16:40:29.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69242024-09-16T16:40:31.062Z[ recovery-image] Sep 16 16:40:29.536 INFO O| Sep 16 16:40:29.536 INFO STEP 944 (remove_files) COMPLETE
69252024-09-16T16:40:31.062Z[ recovery-image] Sep 16 16:40:29.536 INFO O| Sep 16 16:40:29.536 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-09-16T16:40:31.096Z[ recovery-image] Sep 16 16:40:29.570 INFO O| Sep 16 16:40:29.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69272024-09-16T16:40:31.097Z[ recovery-image] Sep 16 16:40:29.571 INFO O| Sep 16 16:40:29.571 INFO STEP 945 (remove_files) COMPLETE
69282024-09-16T16:40:31.097Z[ recovery-image] Sep 16 16:40:29.571 INFO O| Sep 16 16:40:29.571 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-09-16T16:40:31.129Z[ recovery-image] Sep 16 16:40:29.603 INFO O| Sep 16 16:40:29.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69302024-09-16T16:40:31.129Z[ recovery-image] Sep 16 16:40:29.603 INFO O| Sep 16 16:40:29.603 INFO STEP 946 (remove_files) COMPLETE
69312024-09-16T16:40:31.132Z[ recovery-image] Sep 16 16:40:29.603 INFO O| Sep 16 16:40:29.603 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-09-16T16:40:31.149Z[ recovery-image] Sep 16 16:40:29.623 INFO O| Sep 16 16:40:29.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69332024-09-16T16:40:31.149Z[ recovery-image] Sep 16 16:40:29.623 INFO O| Sep 16 16:40:29.623 INFO STEP 947 (remove_files) COMPLETE
69342024-09-16T16:40:31.157Z[ recovery-image] Sep 16 16:40:29.623 INFO O| Sep 16 16:40:29.623 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-09-16T16:40:31.179Z[ recovery-image] Sep 16 16:40:29.653 INFO O| Sep 16 16:40:29.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69362024-09-16T16:40:31.179Z[ recovery-image] Sep 16 16:40:29.653 INFO O| Sep 16 16:40:29.653 INFO STEP 948 (remove_files) COMPLETE
69372024-09-16T16:40:31.179Z[ recovery-image] Sep 16 16:40:29.653 INFO O| Sep 16 16:40:29.653 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-09-16T16:40:31.197Z[ recovery-image] Sep 16 16:40:29.671 INFO O| Sep 16 16:40:29.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69392024-09-16T16:40:31.197Z[ recovery-image] Sep 16 16:40:29.671 INFO O| Sep 16 16:40:29.671 INFO STEP 949 (remove_files) COMPLETE
69402024-09-16T16:40:31.197Z[ recovery-image] Sep 16 16:40:29.671 INFO O| Sep 16 16:40:29.671 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-09-16T16:40:31.224Z[ recovery-image] Sep 16 16:40:29.697 INFO O| Sep 16 16:40:29.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69422024-09-16T16:40:31.224Z[ recovery-image] Sep 16 16:40:29.697 INFO O| Sep 16 16:40:29.697 INFO STEP 950 (remove_files) COMPLETE
69432024-09-16T16:40:31.224Z[ recovery-image] Sep 16 16:40:29.697 INFO O| Sep 16 16:40:29.697 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-09-16T16:40:31.302Z[ recovery-image] Sep 16 16:40:29.776 INFO O| Sep 16 16:40:29.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69452024-09-16T16:40:31.302Z[ recovery-image] Sep 16 16:40:29.776 INFO O| Sep 16 16:40:29.776 INFO STEP 951 (remove_files) COMPLETE
69462024-09-16T16:40:31.302Z[ recovery-image] Sep 16 16:40:29.776 INFO O| Sep 16 16:40:29.776 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-09-16T16:40:31.333Z[ recovery-image] Sep 16 16:40:29.807 INFO O| Sep 16 16:40:29.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69482024-09-16T16:40:31.333Z[ recovery-image] Sep 16 16:40:29.807 INFO O| Sep 16 16:40:29.807 INFO STEP 952 (remove_files) COMPLETE
69492024-09-16T16:40:31.336Z[ recovery-image] Sep 16 16:40:29.807 INFO O| Sep 16 16:40:29.807 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-09-16T16:40:31.353Z[ recovery-image] Sep 16 16:40:29.827 INFO O| Sep 16 16:40:29.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69512024-09-16T16:40:31.353Z[ recovery-image] Sep 16 16:40:29.827 INFO O| Sep 16 16:40:29.827 INFO STEP 953 (remove_files) COMPLETE
69522024-09-16T16:40:31.353Z[ recovery-image] Sep 16 16:40:29.827 INFO O| Sep 16 16:40:29.827 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-09-16T16:40:31.372Z[ recovery-image] Sep 16 16:40:29.846 INFO O| Sep 16 16:40:29.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69542024-09-16T16:40:31.374Z[ recovery-image] Sep 16 16:40:29.846 INFO O| Sep 16 16:40:29.846 INFO STEP 954 (remove_files) COMPLETE
69552024-09-16T16:40:31.374Z[ recovery-image] Sep 16 16:40:29.846 INFO O| Sep 16 16:40:29.846 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-09-16T16:40:31.390Z[ recovery-image] Sep 16 16:40:29.864 INFO O| Sep 16 16:40:29.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69572024-09-16T16:40:31.390Z[ recovery-image] Sep 16 16:40:29.864 INFO O| Sep 16 16:40:29.864 INFO STEP 955 (remove_files) COMPLETE
69582024-09-16T16:40:31.390Z[ recovery-image] Sep 16 16:40:29.864 INFO O| Sep 16 16:40:29.864 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-09-16T16:40:31.410Z[ recovery-image] Sep 16 16:40:29.884 INFO O| Sep 16 16:40:29.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69602024-09-16T16:40:31.410Z[ recovery-image] Sep 16 16:40:29.884 INFO O| Sep 16 16:40:29.884 INFO STEP 956 (remove_files) COMPLETE
69612024-09-16T16:40:31.410Z[ recovery-image] Sep 16 16:40:29.884 INFO O| Sep 16 16:40:29.884 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-09-16T16:40:31.429Z[ recovery-image] Sep 16 16:40:29.903 INFO O| Sep 16 16:40:29.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69632024-09-16T16:40:31.429Z[ recovery-image] Sep 16 16:40:29.903 INFO O| Sep 16 16:40:29.903 INFO STEP 957 (remove_files) COMPLETE
69642024-09-16T16:40:31.431Z[ recovery-image] Sep 16 16:40:29.903 INFO O| Sep 16 16:40:29.903 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-09-16T16:40:31.467Z[ recovery-image] Sep 16 16:40:29.941 INFO O| Sep 16 16:40:29.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69662024-09-16T16:40:31.467Z[ recovery-image] Sep 16 16:40:29.941 INFO O| Sep 16 16:40:29.941 INFO STEP 958 (remove_files) COMPLETE
69672024-09-16T16:40:31.467Z[ recovery-image] Sep 16 16:40:29.941 INFO O| Sep 16 16:40:29.941 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-09-16T16:40:31.502Z[ recovery-image] Sep 16 16:40:29.976 INFO O| Sep 16 16:40:29.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69692024-09-16T16:40:31.502Z[ recovery-image] Sep 16 16:40:29.976 INFO O| Sep 16 16:40:29.976 INFO STEP 959 (remove_files) COMPLETE
69702024-09-16T16:40:31.502Z[ recovery-image] Sep 16 16:40:29.976 INFO O| Sep 16 16:40:29.976 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-09-16T16:40:31.522Z[ recovery-image] Sep 16 16:40:29.996 INFO O| Sep 16 16:40:29.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69722024-09-16T16:40:31.522Z[ recovery-image] Sep 16 16:40:29.996 INFO O| Sep 16 16:40:29.996 INFO STEP 960 (remove_files) COMPLETE
69732024-09-16T16:40:31.525Z[ recovery-image] Sep 16 16:40:29.996 INFO O| Sep 16 16:40:29.996 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-09-16T16:40:31.559Z[ recovery-image] Sep 16 16:40:30.033 INFO O| Sep 16 16:40:30.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69752024-09-16T16:40:31.559Z[ recovery-image] Sep 16 16:40:30.033 INFO O| Sep 16 16:40:30.033 INFO STEP 961 (remove_files) COMPLETE
69762024-09-16T16:40:31.559Z[ recovery-image] Sep 16 16:40:30.033 INFO O| Sep 16 16:40:30.033 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-09-16T16:40:31.579Z[ recovery-image] Sep 16 16:40:30.052 INFO O| Sep 16 16:40:30.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69782024-09-16T16:40:31.579Z[ recovery-image] Sep 16 16:40:30.053 INFO O| Sep 16 16:40:30.053 INFO STEP 962 (remove_files) COMPLETE
69792024-09-16T16:40:31.579Z[ recovery-image] Sep 16 16:40:30.053 INFO O| Sep 16 16:40:30.053 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-09-16T16:40:31.598Z[ recovery-image] Sep 16 16:40:30.072 INFO O| Sep 16 16:40:30.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69812024-09-16T16:40:31.598Z[ recovery-image] Sep 16 16:40:30.072 INFO O| Sep 16 16:40:30.072 INFO STEP 963 (remove_files) COMPLETE
69822024-09-16T16:40:31.598Z[ recovery-image] Sep 16 16:40:30.072 INFO O| Sep 16 16:40:30.072 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-09-16T16:40:31.618Z[ recovery-image] Sep 16 16:40:30.092 INFO O| Sep 16 16:40:30.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69842024-09-16T16:40:31.618Z[ recovery-image] Sep 16 16:40:30.092 INFO O| Sep 16 16:40:30.092 INFO STEP 964 (remove_files) COMPLETE
69852024-09-16T16:40:31.618Z[ recovery-image] Sep 16 16:40:30.092 INFO O| Sep 16 16:40:30.092 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-09-16T16:40:31.639Z[ recovery-image] Sep 16 16:40:30.113 INFO O| Sep 16 16:40:30.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69872024-09-16T16:40:31.639Z[ recovery-image] Sep 16 16:40:30.113 INFO O| Sep 16 16:40:30.113 INFO STEP 965 (remove_files) COMPLETE
69882024-09-16T16:40:31.639Z[ recovery-image] Sep 16 16:40:30.113 INFO O| Sep 16 16:40:30.113 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-09-16T16:40:31.660Z[ recovery-image] Sep 16 16:40:30.134 INFO O| Sep 16 16:40:30.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69902024-09-16T16:40:31.660Z[ recovery-image] Sep 16 16:40:30.134 INFO O| Sep 16 16:40:30.134 INFO STEP 966 (remove_files) COMPLETE
69912024-09-16T16:40:31.660Z[ recovery-image] Sep 16 16:40:30.134 INFO O| Sep 16 16:40:30.134 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-09-16T16:40:31.679Z[ recovery-image] Sep 16 16:40:30.153 INFO O| Sep 16 16:40:30.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69932024-09-16T16:40:31.682Z[ recovery-image] Sep 16 16:40:30.153 INFO O| Sep 16 16:40:30.153 INFO STEP 967 (remove_files) COMPLETE
69942024-09-16T16:40:31.682Z[ recovery-image] Sep 16 16:40:30.153 INFO O| Sep 16 16:40:30.153 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-09-16T16:40:31.698Z[ recovery-image] Sep 16 16:40:30.171 INFO O| Sep 16 16:40:30.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69962024-09-16T16:40:31.698Z[ recovery-image] Sep 16 16:40:30.172 INFO O| Sep 16 16:40:30.172 INFO STEP 968 (remove_files) COMPLETE
69972024-09-16T16:40:31.698Z[ recovery-image] Sep 16 16:40:30.172 INFO O| Sep 16 16:40:30.172 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-09-16T16:40:31.717Z[ recovery-image] Sep 16 16:40:30.190 INFO O| Sep 16 16:40:30.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69992024-09-16T16:40:31.717Z[ recovery-image] Sep 16 16:40:30.190 INFO O| Sep 16 16:40:30.190 INFO STEP 969 (remove_files) COMPLETE
70002024-09-16T16:40:31.717Z[ recovery-image] Sep 16 16:40:30.190 INFO O| Sep 16 16:40:30.190 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-09-16T16:40:31.756Z[ recovery-image] Sep 16 16:40:30.230 INFO O| Sep 16 16:40:30.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70022024-09-16T16:40:31.757Z[ recovery-image] Sep 16 16:40:30.230 INFO O| Sep 16 16:40:30.230 INFO STEP 970 (remove_files) COMPLETE
70032024-09-16T16:40:31.757Z[ recovery-image] Sep 16 16:40:30.230 INFO O| Sep 16 16:40:30.230 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-09-16T16:40:31.820Z[ recovery-image] Sep 16 16:40:30.293 INFO O| Sep 16 16:40:30.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70052024-09-16T16:40:31.820Z[ recovery-image] Sep 16 16:40:30.294 INFO O| Sep 16 16:40:30.294 INFO STEP 971 (remove_files) COMPLETE
70062024-09-16T16:40:31.820Z[ recovery-image] Sep 16 16:40:30.294 INFO O| Sep 16 16:40:30.294 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-09-16T16:40:31.869Z[ recovery-image] Sep 16 16:40:30.342 INFO O| Sep 16 16:40:30.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70082024-09-16T16:40:31.871Z[ recovery-image] Sep 16 16:40:30.343 INFO O| Sep 16 16:40:30.343 INFO STEP 972 (remove_files) COMPLETE
70092024-09-16T16:40:31.871Z[ recovery-image] Sep 16 16:40:30.343 INFO O| Sep 16 16:40:30.343 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-09-16T16:40:31.889Z[ recovery-image] Sep 16 16:40:30.363 INFO O| Sep 16 16:40:30.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70112024-09-16T16:40:31.891Z[ recovery-image] Sep 16 16:40:30.363 INFO O| Sep 16 16:40:30.363 INFO STEP 973 (remove_files) COMPLETE
70122024-09-16T16:40:31.891Z[ recovery-image] Sep 16 16:40:30.363 INFO O| Sep 16 16:40:30.363 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-09-16T16:40:31.911Z[ recovery-image] Sep 16 16:40:30.385 INFO O| Sep 16 16:40:30.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70142024-09-16T16:40:31.911Z[ recovery-image] Sep 16 16:40:30.385 INFO O| Sep 16 16:40:30.385 INFO STEP 974 (remove_files) COMPLETE
70152024-09-16T16:40:31.911Z[ recovery-image] Sep 16 16:40:30.385 INFO O| Sep 16 16:40:30.385 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-09-16T16:40:31.931Z[ recovery-image] Sep 16 16:40:30.405 INFO O| Sep 16 16:40:30.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70172024-09-16T16:40:31.931Z[ recovery-image] Sep 16 16:40:30.405 INFO O| Sep 16 16:40:30.405 INFO STEP 975 (remove_files) COMPLETE
70182024-09-16T16:40:31.931Z[ recovery-image] Sep 16 16:40:30.405 INFO O| Sep 16 16:40:30.405 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-09-16T16:40:31.957Z[ recovery-image] Sep 16 16:40:30.430 INFO O| Sep 16 16:40:30.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70202024-09-16T16:40:31.957Z[ recovery-image] Sep 16 16:40:30.431 INFO O| Sep 16 16:40:30.431 INFO STEP 976 (remove_files) COMPLETE
70212024-09-16T16:40:31.960Z[ recovery-image] Sep 16 16:40:30.431 INFO O| Sep 16 16:40:30.431 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-09-16T16:40:31.977Z[ recovery-image] Sep 16 16:40:30.451 INFO O| Sep 16 16:40:30.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70232024-09-16T16:40:31.986Z[ recovery-image] Sep 16 16:40:30.451 INFO O| Sep 16 16:40:30.451 INFO STEP 977 (remove_files) COMPLETE
70242024-09-16T16:40:31.989Z[ recovery-image] Sep 16 16:40:30.451 INFO O| Sep 16 16:40:30.451 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-09-16T16:40:32.037Z[ recovery-image] Sep 16 16:40:30.471 INFO O| Sep 16 16:40:30.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70262024-09-16T16:40:32.037Z[ recovery-image] Sep 16 16:40:30.472 INFO O| Sep 16 16:40:30.472 INFO STEP 978 (remove_files) COMPLETE
70272024-09-16T16:40:32.037Z[ recovery-image] Sep 16 16:40:30.472 INFO O| Sep 16 16:40:30.472 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-09-16T16:40:32.100Z[ recovery-image] Sep 16 16:40:30.574 INFO O| Sep 16 16:40:30.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70292024-09-16T16:40:32.100Z[ recovery-image] Sep 16 16:40:30.574 INFO O| Sep 16 16:40:30.574 INFO STEP 979 (remove_files) COMPLETE
70302024-09-16T16:40:32.103Z[ recovery-image] Sep 16 16:40:30.574 INFO O| Sep 16 16:40:30.574 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-09-16T16:40:32.151Z[ recovery-image] Sep 16 16:40:30.624 INFO O| Sep 16 16:40:30.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70322024-09-16T16:40:32.151Z[ recovery-image] Sep 16 16:40:30.624 INFO O| Sep 16 16:40:30.624 INFO STEP 980 (remove_files) COMPLETE
70332024-09-16T16:40:32.151Z[ recovery-image] Sep 16 16:40:30.624 INFO O| Sep 16 16:40:30.624 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-09-16T16:40:32.184Z[ recovery-image] Sep 16 16:40:30.658 INFO O| Sep 16 16:40:30.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70352024-09-16T16:40:32.184Z[ recovery-image] Sep 16 16:40:30.658 INFO O| Sep 16 16:40:30.657 INFO STEP 981 (remove_files) COMPLETE
70362024-09-16T16:40:32.186Z[ recovery-image] Sep 16 16:40:30.658 INFO O| Sep 16 16:40:30.657 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-09-16T16:40:32.202Z[ recovery-image] Sep 16 16:40:30.676 INFO O| Sep 16 16:40:30.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70382024-09-16T16:40:32.205Z[ recovery-image] Sep 16 16:40:30.676 INFO O| Sep 16 16:40:30.676 INFO STEP 982 (remove_files) COMPLETE
70392024-09-16T16:40:32.205Z[ recovery-image] Sep 16 16:40:30.677 INFO O| Sep 16 16:40:30.676 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-09-16T16:40:32.229Z[ recovery-image] Sep 16 16:40:30.702 INFO O| Sep 16 16:40:30.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70412024-09-16T16:40:32.229Z[ recovery-image] Sep 16 16:40:30.702 INFO O| Sep 16 16:40:30.701 INFO STEP 983 (remove_files) COMPLETE
70422024-09-16T16:40:32.229Z[ recovery-image] Sep 16 16:40:30.702 INFO O| Sep 16 16:40:30.701 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-09-16T16:40:32.245Z[ recovery-image] Sep 16 16:40:30.719 INFO O| Sep 16 16:40:30.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70442024-09-16T16:40:32.245Z[ recovery-image] Sep 16 16:40:30.719 INFO O| Sep 16 16:40:30.719 INFO STEP 984 (remove_files) COMPLETE
70452024-09-16T16:40:32.248Z[ recovery-image] Sep 16 16:40:30.721 INFO O| Sep 16 16:40:30.719 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-09-16T16:40:32.263Z[ recovery-image] Sep 16 16:40:30.736 INFO O| Sep 16 16:40:30.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70472024-09-16T16:40:32.263Z[ recovery-image] Sep 16 16:40:30.736 INFO O| Sep 16 16:40:30.736 INFO STEP 985 (remove_files) COMPLETE
70482024-09-16T16:40:32.263Z[ recovery-image] Sep 16 16:40:30.736 INFO O| Sep 16 16:40:30.736 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-09-16T16:40:32.281Z[ recovery-image] Sep 16 16:40:30.755 INFO O| Sep 16 16:40:30.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70502024-09-16T16:40:32.281Z[ recovery-image] Sep 16 16:40:30.755 INFO O| Sep 16 16:40:30.754 INFO STEP 986 (remove_files) COMPLETE
70512024-09-16T16:40:32.284Z[ recovery-image] Sep 16 16:40:30.755 INFO O| Sep 16 16:40:30.754 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-09-16T16:40:32.327Z[ recovery-image] Sep 16 16:40:30.792 INFO O| Sep 16 16:40:30.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70532024-09-16T16:40:32.327Z[ recovery-image] Sep 16 16:40:30.792 INFO O| Sep 16 16:40:30.792 INFO STEP 987 (remove_files) COMPLETE
70542024-09-16T16:40:32.330Z[ recovery-image] Sep 16 16:40:30.792 INFO O| Sep 16 16:40:30.792 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-09-16T16:40:32.337Z[ recovery-image] Sep 16 16:40:30.811 INFO O| Sep 16 16:40:30.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70562024-09-16T16:40:32.337Z[ recovery-image] Sep 16 16:40:30.811 INFO O| Sep 16 16:40:30.811 INFO STEP 988 (remove_files) COMPLETE
70572024-09-16T16:40:32.337Z[ recovery-image] Sep 16 16:40:30.811 INFO O| Sep 16 16:40:30.811 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-09-16T16:40:32.355Z[ recovery-image] Sep 16 16:40:30.829 INFO O| Sep 16 16:40:30.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70592024-09-16T16:40:32.355Z[ recovery-image] Sep 16 16:40:30.829 INFO O| Sep 16 16:40:30.829 INFO STEP 989 (remove_files) COMPLETE
70602024-09-16T16:40:32.355Z[ recovery-image] Sep 16 16:40:30.829 INFO O| Sep 16 16:40:30.829 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-09-16T16:40:32.374Z[ recovery-image] Sep 16 16:40:30.847 INFO O| Sep 16 16:40:30.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70622024-09-16T16:40:32.374Z[ recovery-image] Sep 16 16:40:30.847 INFO O| Sep 16 16:40:30.847 INFO STEP 990 (remove_files) COMPLETE
70632024-09-16T16:40:32.374Z[ recovery-image] Sep 16 16:40:30.847 INFO O| Sep 16 16:40:30.847 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-09-16T16:40:32.392Z[ recovery-image] Sep 16 16:40:30.865 INFO O| Sep 16 16:40:30.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70652024-09-16T16:40:32.392Z[ recovery-image] Sep 16 16:40:30.865 INFO O| Sep 16 16:40:30.865 INFO STEP 991 (remove_files) COMPLETE
70662024-09-16T16:40:32.392Z[ recovery-image] Sep 16 16:40:30.865 INFO O| Sep 16 16:40:30.865 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-09-16T16:40:32.430Z[ recovery-image] Sep 16 16:40:30.904 INFO O| Sep 16 16:40:30.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70682024-09-16T16:40:32.431Z[ recovery-image] Sep 16 16:40:30.904 INFO O| Sep 16 16:40:30.904 INFO STEP 992 (remove_files) COMPLETE
70692024-09-16T16:40:32.431Z[ recovery-image] Sep 16 16:40:30.904 INFO O| Sep 16 16:40:30.904 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-09-16T16:40:32.494Z[ recovery-image] Sep 16 16:40:30.964 INFO O| Sep 16 16:40:30.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70712024-09-16T16:40:32.494Z[ recovery-image] Sep 16 16:40:30.964 INFO O| Sep 16 16:40:30.964 INFO STEP 993 (remove_files) COMPLETE
70722024-09-16T16:40:32.494Z[ recovery-image] Sep 16 16:40:30.965 INFO O| Sep 16 16:40:30.964 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-09-16T16:40:32.507Z[ recovery-image] Sep 16 16:40:30.981 INFO O| Sep 16 16:40:30.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70742024-09-16T16:40:32.508Z[ recovery-image] Sep 16 16:40:30.981 INFO O| Sep 16 16:40:30.981 INFO STEP 994 (remove_files) COMPLETE
70752024-09-16T16:40:32.508Z[ recovery-image] Sep 16 16:40:30.981 INFO O| Sep 16 16:40:30.981 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-09-16T16:40:32.538Z[ recovery-image] Sep 16 16:40:31.012 INFO O| Sep 16 16:40:31.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70772024-09-16T16:40:32.541Z[ recovery-image] Sep 16 16:40:31.012 INFO O| Sep 16 16:40:31.012 INFO STEP 995 (remove_files) COMPLETE
70782024-09-16T16:40:32.541Z[ recovery-image] Sep 16 16:40:31.013 INFO O| Sep 16 16:40:31.012 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-09-16T16:40:32.556Z[ recovery-image] Sep 16 16:40:31.030 INFO O| Sep 16 16:40:31.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70802024-09-16T16:40:32.556Z[ recovery-image] Sep 16 16:40:31.030 INFO O| Sep 16 16:40:31.030 INFO STEP 996 (remove_files) COMPLETE
70812024-09-16T16:40:32.558Z[ recovery-image] Sep 16 16:40:31.030 INFO O| Sep 16 16:40:31.030 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-09-16T16:40:32.572Z[ recovery-image] Sep 16 16:40:31.046 INFO O| Sep 16 16:40:31.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70832024-09-16T16:40:32.572Z[ recovery-image] Sep 16 16:40:31.046 INFO O| Sep 16 16:40:31.046 INFO STEP 997 (remove_files) COMPLETE
70842024-09-16T16:40:32.574Z[ recovery-image] Sep 16 16:40:31.046 INFO O| Sep 16 16:40:31.046 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-09-16T16:40:32.587Z[ recovery-image] Sep 16 16:40:31.061 INFO O| Sep 16 16:40:31.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70862024-09-16T16:40:32.587Z[ recovery-image] Sep 16 16:40:31.061 INFO O| Sep 16 16:40:31.061 INFO STEP 998 (remove_files) COMPLETE
70872024-09-16T16:40:32.590Z[ recovery-image] Sep 16 16:40:31.061 INFO O| Sep 16 16:40:31.061 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-09-16T16:40:32.645Z[ recovery-image] Sep 16 16:40:31.119 INFO O| Sep 16 16:40:31.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70892024-09-16T16:40:32.645Z[ recovery-image] Sep 16 16:40:31.119 INFO O| Sep 16 16:40:31.094 INFO STEP 999 (remove_files) COMPLETE
70902024-09-16T16:40:32.645Z[ recovery-image] Sep 16 16:40:31.119 INFO O| Sep 16 16:40:31.094 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-09-16T16:40:32.648Z[ recovery-image] Sep 16 16:40:31.119 INFO O| Sep 16 16:40:31.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70922024-09-16T16:40:32.648Z[ recovery-image] Sep 16 16:40:31.119 INFO O| Sep 16 16:40:31.112 INFO STEP 1000 (remove_files) COMPLETE
70932024-09-16T16:40:32.648Z[ recovery-image] Sep 16 16:40:31.119 INFO O| Sep 16 16:40:31.112 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-09-16T16:40:32.669Z[ recovery-image] Sep 16 16:40:31.143 INFO O| Sep 16 16:40:31.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70952024-09-16T16:40:32.669Z[ recovery-image] Sep 16 16:40:31.143 INFO O| Sep 16 16:40:31.130 INFO STEP 1001 (remove_files) COMPLETE
70962024-09-16T16:40:32.669Z[ recovery-image] Sep 16 16:40:31.143 INFO O| Sep 16 16:40:31.130 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-09-16T16:40:32.723Z[ recovery-image] Sep 16 16:40:31.194 INFO O| Sep 16 16:40:31.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70982024-09-16T16:40:32.723Z[ recovery-image] Sep 16 16:40:31.194 INFO O| Sep 16 16:40:31.194 INFO STEP 1002 (remove_files) COMPLETE
70992024-09-16T16:40:32.723Z[ recovery-image] Sep 16 16:40:31.195 INFO O| Sep 16 16:40:31.194 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-09-16T16:40:32.739Z[ recovery-image] Sep 16 16:40:31.213 INFO O| Sep 16 16:40:31.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71012024-09-16T16:40:32.755Z[ recovery-image] Sep 16 16:40:31.229 INFO O| Sep 16 16:40:31.229 INFO STEP 1003 (remove_files) COMPLETE
71022024-09-16T16:40:32.755Z[ recovery-image] Sep 16 16:40:31.229 INFO O| Sep 16 16:40:31.229 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-09-16T16:40:32.774Z[ recovery-image] Sep 16 16:40:31.248 INFO O| Sep 16 16:40:31.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71042024-09-16T16:40:32.777Z[ recovery-image] Sep 16 16:40:31.248 INFO O| Sep 16 16:40:31.248 INFO STEP 1004 (remove_files) COMPLETE
71052024-09-16T16:40:32.777Z[ recovery-image] Sep 16 16:40:31.248 INFO O| Sep 16 16:40:31.248 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-09-16T16:40:32.793Z[ recovery-image] Sep 16 16:40:31.266 INFO O| Sep 16 16:40:31.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71072024-09-16T16:40:32.795Z[ recovery-image] Sep 16 16:40:31.267 INFO O| Sep 16 16:40:31.266 INFO STEP 1005 (remove_files) COMPLETE
71082024-09-16T16:40:32.795Z[ recovery-image] Sep 16 16:40:31.267 INFO O| Sep 16 16:40:31.267 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-09-16T16:40:32.810Z[ recovery-image] Sep 16 16:40:31.284 INFO O| Sep 16 16:40:31.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71102024-09-16T16:40:32.813Z[ recovery-image] Sep 16 16:40:31.284 INFO O| Sep 16 16:40:31.284 INFO STEP 1006 (remove_files) COMPLETE
71112024-09-16T16:40:32.813Z[ recovery-image] Sep 16 16:40:31.284 INFO O| Sep 16 16:40:31.284 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-09-16T16:40:32.829Z[ recovery-image] Sep 16 16:40:31.302 INFO O| Sep 16 16:40:31.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71132024-09-16T16:40:32.831Z[ recovery-image] Sep 16 16:40:31.303 INFO O| Sep 16 16:40:31.303 INFO STEP 1007 (remove_files) COMPLETE
71142024-09-16T16:40:32.831Z[ recovery-image] Sep 16 16:40:31.303 INFO O| Sep 16 16:40:31.303 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-09-16T16:40:32.848Z[ recovery-image] Sep 16 16:40:31.321 INFO O| Sep 16 16:40:31.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71162024-09-16T16:40:32.851Z[ recovery-image] Sep 16 16:40:31.321 INFO O| Sep 16 16:40:31.321 INFO STEP 1008 (remove_files) COMPLETE
71172024-09-16T16:40:32.851Z[ recovery-image] Sep 16 16:40:31.321 INFO O| Sep 16 16:40:31.321 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-09-16T16:40:32.908Z[ recovery-image] Sep 16 16:40:31.382 INFO O| Sep 16 16:40:31.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71192024-09-16T16:40:32.908Z[ recovery-image] Sep 16 16:40:31.382 INFO O| Sep 16 16:40:31.382 INFO STEP 1009 (remove_files) COMPLETE
71202024-09-16T16:40:32.911Z[ recovery-image] Sep 16 16:40:31.382 INFO O| Sep 16 16:40:31.382 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-09-16T16:40:33.025Z[ recovery-image] Sep 16 16:40:31.498 INFO O| Sep 16 16:40:31.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71222024-09-16T16:40:33.025Z[ recovery-image] Sep 16 16:40:31.498 INFO O| Sep 16 16:40:31.498 INFO STEP 1010 (remove_files) COMPLETE
71232024-09-16T16:40:33.027Z[ recovery-image] Sep 16 16:40:31.498 INFO O| Sep 16 16:40:31.498 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-09-16T16:40:33.085Z[ recovery-image] Sep 16 16:40:31.559 INFO O| Sep 16 16:40:31.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71252024-09-16T16:40:33.085Z[ recovery-image] Sep 16 16:40:31.559 INFO O| Sep 16 16:40:31.559 INFO STEP 1011 (remove_files) COMPLETE
71262024-09-16T16:40:33.085Z[ recovery-image] Sep 16 16:40:31.559 INFO O| Sep 16 16:40:31.559 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-09-16T16:40:33.112Z[ recovery-image] Sep 16 16:40:31.585 INFO O| Sep 16 16:40:31.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71282024-09-16T16:40:33.112Z[ recovery-image] Sep 16 16:40:31.585 INFO O| Sep 16 16:40:31.585 INFO STEP 1012 (remove_files) COMPLETE
71292024-09-16T16:40:33.115Z[ recovery-image] Sep 16 16:40:31.585 INFO O| Sep 16 16:40:31.585 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-09-16T16:40:33.129Z[ recovery-image] Sep 16 16:40:31.603 INFO O| Sep 16 16:40:31.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71312024-09-16T16:40:33.130Z[ recovery-image] Sep 16 16:40:31.603 INFO O| Sep 16 16:40:31.603 INFO STEP 1013 (remove_files) COMPLETE
71322024-09-16T16:40:33.130Z[ recovery-image] Sep 16 16:40:31.603 INFO O| Sep 16 16:40:31.603 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-09-16T16:40:33.168Z[ recovery-image] Sep 16 16:40:31.641 INFO O| Sep 16 16:40:31.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71342024-09-16T16:40:33.168Z[ recovery-image] Sep 16 16:40:31.641 INFO O| Sep 16 16:40:31.641 INFO STEP 1014 (remove_files) COMPLETE
71352024-09-16T16:40:33.168Z[ recovery-image] Sep 16 16:40:31.641 INFO O| Sep 16 16:40:31.641 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-09-16T16:40:33.196Z[ recovery-image] Sep 16 16:40:31.670 INFO O| Sep 16 16:40:31.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71372024-09-16T16:40:33.196Z[ recovery-image] Sep 16 16:40:31.670 INFO O| Sep 16 16:40:31.670 INFO STEP 1015 (remove_files) COMPLETE
71382024-09-16T16:40:33.196Z[ recovery-image] Sep 16 16:40:31.670 INFO O| Sep 16 16:40:31.670 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-09-16T16:40:33.231Z[ recovery-image] Sep 16 16:40:31.705 INFO O| Sep 16 16:40:31.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71402024-09-16T16:40:33.231Z[ recovery-image] Sep 16 16:40:31.705 INFO O| Sep 16 16:40:31.705 INFO STEP 1016 (remove_files) COMPLETE
71412024-09-16T16:40:33.231Z[ recovery-image] Sep 16 16:40:31.705 INFO O| Sep 16 16:40:31.705 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-09-16T16:40:33.272Z[ recovery-image] Sep 16 16:40:31.745 INFO O| Sep 16 16:40:31.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71432024-09-16T16:40:33.275Z[ recovery-image] Sep 16 16:40:31.745 INFO O| Sep 16 16:40:31.745 INFO STEP 1017 (remove_files) COMPLETE
71442024-09-16T16:40:33.276Z[ recovery-image] Sep 16 16:40:31.745 INFO O| Sep 16 16:40:31.745 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-09-16T16:40:33.288Z[ recovery-image] Sep 16 16:40:31.762 INFO O| Sep 16 16:40:31.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71462024-09-16T16:40:33.288Z[ recovery-image] Sep 16 16:40:31.762 INFO O| Sep 16 16:40:31.762 INFO STEP 1018 (remove_files) COMPLETE
71472024-09-16T16:40:33.291Z[ recovery-image] Sep 16 16:40:31.762 INFO O| Sep 16 16:40:31.762 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-09-16T16:40:33.305Z[ recovery-image] Sep 16 16:40:31.778 INFO O| Sep 16 16:40:31.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71492024-09-16T16:40:33.328Z[ recovery-image] Sep 16 16:40:31.802 INFO O| Sep 16 16:40:31.802 INFO STEP 1019 (remove_files) COMPLETE
71502024-09-16T16:40:33.328Z[ recovery-image] Sep 16 16:40:31.802 INFO O| Sep 16 16:40:31.802 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-09-16T16:40:33.348Z[ recovery-image] Sep 16 16:40:31.820 INFO O| Sep 16 16:40:31.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71522024-09-16T16:40:33.351Z[ recovery-image] Sep 16 16:40:31.820 INFO O| Sep 16 16:40:31.820 INFO STEP 1020 (remove_files) COMPLETE
71532024-09-16T16:40:33.351Z[ recovery-image] Sep 16 16:40:31.821 INFO O| Sep 16 16:40:31.820 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-09-16T16:40:33.365Z[ recovery-image] Sep 16 16:40:31.837 INFO O| Sep 16 16:40:31.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71552024-09-16T16:40:33.365Z[ recovery-image] Sep 16 16:40:31.837 INFO O| Sep 16 16:40:31.837 INFO STEP 1021 (remove_files) COMPLETE
71562024-09-16T16:40:33.365Z[ recovery-image] Sep 16 16:40:31.837 INFO O| Sep 16 16:40:31.837 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-09-16T16:40:33.381Z[ recovery-image] Sep 16 16:40:31.853 INFO O| Sep 16 16:40:31.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71582024-09-16T16:40:33.399Z[ recovery-image] Sep 16 16:40:31.873 INFO O| Sep 16 16:40:31.873 INFO STEP 1022 (remove_files) COMPLETE
71592024-09-16T16:40:33.399Z[ recovery-image] Sep 16 16:40:31.873 INFO O| Sep 16 16:40:31.873 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-09-16T16:40:33.418Z[ recovery-image] Sep 16 16:40:31.891 INFO O| Sep 16 16:40:31.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71612024-09-16T16:40:33.418Z[ recovery-image] Sep 16 16:40:31.892 INFO O| Sep 16 16:40:31.892 INFO STEP 1023 (remove_files) COMPLETE
71622024-09-16T16:40:33.420Z[ recovery-image] Sep 16 16:40:31.892 INFO O| Sep 16 16:40:31.892 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-09-16T16:40:33.435Z[ recovery-image] Sep 16 16:40:31.909 INFO O| Sep 16 16:40:31.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71642024-09-16T16:40:33.435Z[ recovery-image] Sep 16 16:40:31.909 INFO O| Sep 16 16:40:31.909 INFO STEP 1024 (remove_files) COMPLETE
71652024-09-16T16:40:33.437Z[ recovery-image] Sep 16 16:40:31.909 INFO O| Sep 16 16:40:31.909 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-09-16T16:40:33.491Z[ recovery-image] Sep 16 16:40:31.964 INFO O| Sep 16 16:40:31.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71672024-09-16T16:40:33.494Z[ recovery-image] Sep 16 16:40:31.964 INFO O| Sep 16 16:40:31.964 INFO STEP 1025 (remove_files) COMPLETE
71682024-09-16T16:40:33.494Z[ recovery-image] Sep 16 16:40:31.965 INFO O| Sep 16 16:40:31.964 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-09-16T16:40:33.530Z[ recovery-image] Sep 16 16:40:32.004 INFO O| Sep 16 16:40:32.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71702024-09-16T16:40:33.530Z[ recovery-image] Sep 16 16:40:32.004 INFO O| Sep 16 16:40:32.004 INFO STEP 1026 (remove_files) COMPLETE
71712024-09-16T16:40:33.533Z[ recovery-image] Sep 16 16:40:32.004 INFO O| Sep 16 16:40:32.004 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-09-16T16:40:33.567Z[ recovery-image] Sep 16 16:40:32.040 INFO O| Sep 16 16:40:32.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71732024-09-16T16:40:33.567Z[ recovery-image] Sep 16 16:40:32.040 INFO O| Sep 16 16:40:32.040 INFO STEP 1027 (remove_files) COMPLETE
71742024-09-16T16:40:33.567Z[ recovery-image] Sep 16 16:40:32.041 INFO O| Sep 16 16:40:32.040 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-09-16T16:40:33.583Z[ recovery-image] Sep 16 16:40:32.057 INFO O| Sep 16 16:40:32.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71762024-09-16T16:40:33.584Z[ recovery-image] Sep 16 16:40:32.057 INFO O| Sep 16 16:40:32.057 INFO STEP 1028 (remove_files) COMPLETE
71772024-09-16T16:40:33.586Z[ recovery-image] Sep 16 16:40:32.057 INFO O| Sep 16 16:40:32.057 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-09-16T16:40:33.605Z[ recovery-image] Sep 16 16:40:32.078 INFO O| Sep 16 16:40:32.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71792024-09-16T16:40:33.607Z[ recovery-image] Sep 16 16:40:32.078 INFO O| Sep 16 16:40:32.078 INFO STEP 1029 (remove_files) COMPLETE
71802024-09-16T16:40:33.607Z[ recovery-image] Sep 16 16:40:32.079 INFO O| Sep 16 16:40:32.078 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-09-16T16:40:33.622Z[ recovery-image] Sep 16 16:40:32.096 INFO O| Sep 16 16:40:32.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71822024-09-16T16:40:33.624Z[ recovery-image] Sep 16 16:40:32.096 INFO O| Sep 16 16:40:32.096 INFO STEP 1030 (remove_files) COMPLETE
71832024-09-16T16:40:33.624Z[ recovery-image] Sep 16 16:40:32.096 INFO O| Sep 16 16:40:32.096 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-09-16T16:40:33.654Z[ recovery-image] Sep 16 16:40:32.127 INFO O| Sep 16 16:40:32.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71852024-09-16T16:40:33.673Z[ recovery-image] Sep 16 16:40:32.147 INFO O| Sep 16 16:40:32.147 INFO STEP 1031 (remove_files) COMPLETE
71862024-09-16T16:40:33.673Z[ recovery-image] Sep 16 16:40:32.147 INFO O| Sep 16 16:40:32.147 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-09-16T16:40:33.714Z[ recovery-image] Sep 16 16:40:32.188 INFO O| Sep 16 16:40:32.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71882024-09-16T16:40:33.714Z[ recovery-image] Sep 16 16:40:32.188 INFO O| Sep 16 16:40:32.188 INFO STEP 1032 (remove_files) COMPLETE
71892024-09-16T16:40:33.714Z[ recovery-image] Sep 16 16:40:32.188 INFO O| Sep 16 16:40:32.188 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-09-16T16:40:33.756Z[ recovery-image] Sep 16 16:40:32.229 INFO O| Sep 16 16:40:32.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71912024-09-16T16:40:33.756Z[ recovery-image] Sep 16 16:40:32.230 INFO O| Sep 16 16:40:32.230 INFO STEP 1033 (remove_files) COMPLETE
71922024-09-16T16:40:33.759Z[ recovery-image] Sep 16 16:40:32.230 INFO O| Sep 16 16:40:32.230 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-09-16T16:40:33.786Z[ recovery-image] Sep 16 16:40:32.259 INFO O| Sep 16 16:40:32.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71942024-09-16T16:40:33.786Z[ recovery-image] Sep 16 16:40:32.259 INFO O| Sep 16 16:40:32.259 INFO STEP 1034 (remove_files) COMPLETE
71952024-09-16T16:40:33.788Z[ recovery-image] Sep 16 16:40:32.259 INFO O| Sep 16 16:40:32.259 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-09-16T16:40:33.803Z[ recovery-image] Sep 16 16:40:32.276 INFO O| Sep 16 16:40:32.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71972024-09-16T16:40:33.803Z[ recovery-image] Sep 16 16:40:32.276 INFO O| Sep 16 16:40:32.276 INFO STEP 1035 (remove_files) COMPLETE
71982024-09-16T16:40:33.803Z[ recovery-image] Sep 16 16:40:32.276 INFO O| Sep 16 16:40:32.276 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-09-16T16:40:33.820Z[ recovery-image] Sep 16 16:40:32.293 INFO O| Sep 16 16:40:32.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72002024-09-16T16:40:33.820Z[ recovery-image] Sep 16 16:40:32.294 INFO O| Sep 16 16:40:32.294 INFO STEP 1036 (remove_files) COMPLETE
72012024-09-16T16:40:33.820Z[ recovery-image] Sep 16 16:40:32.294 INFO O| Sep 16 16:40:32.294 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-09-16T16:40:33.837Z[ recovery-image] Sep 16 16:40:32.311 INFO O| Sep 16 16:40:32.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72032024-09-16T16:40:33.837Z[ recovery-image] Sep 16 16:40:32.311 INFO O| Sep 16 16:40:32.311 INFO STEP 1037 (remove_files) COMPLETE
72042024-09-16T16:40:33.840Z[ recovery-image] Sep 16 16:40:32.311 INFO O| Sep 16 16:40:32.311 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-09-16T16:40:33.855Z[ recovery-image] Sep 16 16:40:32.329 INFO O| Sep 16 16:40:32.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72062024-09-16T16:40:33.858Z[ recovery-image] Sep 16 16:40:32.329 INFO O| Sep 16 16:40:32.329 INFO STEP 1038 (remove_files) COMPLETE
72072024-09-16T16:40:33.858Z[ recovery-image] Sep 16 16:40:32.330 INFO O| Sep 16 16:40:32.329 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-09-16T16:40:33.873Z[ recovery-image] Sep 16 16:40:32.346 INFO O| Sep 16 16:40:32.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72092024-09-16T16:40:33.875Z[ recovery-image] Sep 16 16:40:32.347 INFO O| Sep 16 16:40:32.347 INFO STEP 1039 (remove_files) COMPLETE
72102024-09-16T16:40:33.875Z[ recovery-image] Sep 16 16:40:32.347 INFO O| Sep 16 16:40:32.347 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-09-16T16:40:33.928Z[ recovery-image] Sep 16 16:40:32.402 INFO O| Sep 16 16:40:32.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72122024-09-16T16:40:33.928Z[ recovery-image] Sep 16 16:40:32.402 INFO O| Sep 16 16:40:32.402 INFO STEP 1040 (remove_files) COMPLETE
72132024-09-16T16:40:33.928Z[ recovery-image] Sep 16 16:40:32.402 INFO O| Sep 16 16:40:32.402 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-09-16T16:40:33.945Z[ recovery-image] Sep 16 16:40:32.419 INFO O| Sep 16 16:40:32.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72152024-09-16T16:40:33.945Z[ recovery-image] Sep 16 16:40:32.419 INFO O| Sep 16 16:40:32.419 INFO STEP 1041 (remove_files) COMPLETE
72162024-09-16T16:40:33.945Z[ recovery-image] Sep 16 16:40:32.419 INFO O| Sep 16 16:40:32.419 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-09-16T16:40:33.980Z[ recovery-image] Sep 16 16:40:32.454 INFO O| Sep 16 16:40:32.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72182024-09-16T16:40:33.980Z[ recovery-image] Sep 16 16:40:32.454 INFO O| Sep 16 16:40:32.454 INFO STEP 1042 (remove_files) COMPLETE
72192024-09-16T16:40:33.980Z[ recovery-image] Sep 16 16:40:32.454 INFO O| Sep 16 16:40:32.454 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-09-16T16:40:34.002Z[ recovery-image] Sep 16 16:40:32.475 INFO O| Sep 16 16:40:32.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72212024-09-16T16:40:34.004Z[ recovery-image] Sep 16 16:40:32.475 INFO O| Sep 16 16:40:32.475 INFO STEP 1043 (remove_files) COMPLETE
72222024-09-16T16:40:34.004Z[ recovery-image] Sep 16 16:40:32.476 INFO O| Sep 16 16:40:32.475 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-09-16T16:40:34.021Z[ recovery-image] Sep 16 16:40:32.494 INFO O| Sep 16 16:40:32.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72242024-09-16T16:40:34.023Z[ recovery-image] Sep 16 16:40:32.495 INFO O| Sep 16 16:40:32.495 INFO STEP 1044 (remove_files) COMPLETE
72252024-09-16T16:40:34.023Z[ recovery-image] Sep 16 16:40:32.495 INFO O| Sep 16 16:40:32.495 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-09-16T16:40:34.040Z[ recovery-image] Sep 16 16:40:32.513 INFO O| Sep 16 16:40:32.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72272024-09-16T16:40:34.042Z[ recovery-image] Sep 16 16:40:32.513 INFO O| Sep 16 16:40:32.513 INFO STEP 1045 (remove_files) COMPLETE
72282024-09-16T16:40:34.042Z[ recovery-image] Sep 16 16:40:32.514 INFO O| Sep 16 16:40:32.513 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-09-16T16:40:34.056Z[ recovery-image] Sep 16 16:40:32.530 INFO O| Sep 16 16:40:32.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72302024-09-16T16:40:34.059Z[ recovery-image] Sep 16 16:40:32.530 INFO O| Sep 16 16:40:32.530 INFO STEP 1046 (remove_files) COMPLETE
72312024-09-16T16:40:34.059Z[ recovery-image] Sep 16 16:40:32.530 INFO O| Sep 16 16:40:32.530 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-09-16T16:40:34.076Z[ recovery-image] Sep 16 16:40:32.549 INFO O| Sep 16 16:40:32.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72332024-09-16T16:40:34.076Z[ recovery-image] Sep 16 16:40:32.549 INFO O| Sep 16 16:40:32.549 INFO STEP 1047 (remove_files) COMPLETE
72342024-09-16T16:40:34.078Z[ recovery-image] Sep 16 16:40:32.549 INFO O| Sep 16 16:40:32.549 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-09-16T16:40:34.136Z[ recovery-image] Sep 16 16:40:32.609 INFO O| Sep 16 16:40:32.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72362024-09-16T16:40:34.136Z[ recovery-image] Sep 16 16:40:32.609 INFO O| Sep 16 16:40:32.609 INFO STEP 1048 (remove_files) COMPLETE
72372024-09-16T16:40:34.136Z[ recovery-image] Sep 16 16:40:32.609 INFO O| Sep 16 16:40:32.609 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-09-16T16:40:34.157Z[ recovery-image] Sep 16 16:40:32.630 INFO O| Sep 16 16:40:32.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72392024-09-16T16:40:34.159Z[ recovery-image] Sep 16 16:40:32.630 INFO O| Sep 16 16:40:32.630 INFO STEP 1049 (remove_files) COMPLETE
72402024-09-16T16:40:34.159Z[ recovery-image] Sep 16 16:40:32.630 INFO O| Sep 16 16:40:32.630 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-09-16T16:40:34.184Z[ recovery-image] Sep 16 16:40:32.658 INFO O| Sep 16 16:40:32.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72422024-09-16T16:40:34.184Z[ recovery-image] Sep 16 16:40:32.658 INFO O| Sep 16 16:40:32.658 INFO STEP 1050 (remove_files) COMPLETE
72432024-09-16T16:40:34.184Z[ recovery-image] Sep 16 16:40:32.658 INFO O| Sep 16 16:40:32.658 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-09-16T16:40:34.200Z[ recovery-image] Sep 16 16:40:32.674 INFO O| Sep 16 16:40:32.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72452024-09-16T16:40:34.201Z[ recovery-image] Sep 16 16:40:32.674 INFO O| Sep 16 16:40:32.674 INFO STEP 1051 (remove_files) COMPLETE
72462024-09-16T16:40:34.201Z[ recovery-image] Sep 16 16:40:32.674 INFO O| Sep 16 16:40:32.674 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-09-16T16:40:34.233Z[ recovery-image] Sep 16 16:40:32.707 INFO O| Sep 16 16:40:32.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72482024-09-16T16:40:34.233Z[ recovery-image] Sep 16 16:40:32.707 INFO O| Sep 16 16:40:32.707 INFO STEP 1052 (remove_files) COMPLETE
72492024-09-16T16:40:34.236Z[ recovery-image] Sep 16 16:40:32.707 INFO O| Sep 16 16:40:32.707 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-09-16T16:40:34.251Z[ recovery-image] Sep 16 16:40:32.724 INFO O| Sep 16 16:40:32.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72512024-09-16T16:40:34.251Z[ recovery-image] Sep 16 16:40:32.725 INFO O| Sep 16 16:40:32.725 INFO STEP 1053 (remove_files) COMPLETE
72522024-09-16T16:40:34.254Z[ recovery-image] Sep 16 16:40:32.725 INFO O| Sep 16 16:40:32.725 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-09-16T16:40:34.267Z[ recovery-image] Sep 16 16:40:32.741 INFO O| Sep 16 16:40:32.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72542024-09-16T16:40:34.267Z[ recovery-image] Sep 16 16:40:32.741 INFO O| Sep 16 16:40:32.741 INFO STEP 1054 (remove_files) COMPLETE
72552024-09-16T16:40:34.267Z[ recovery-image] Sep 16 16:40:32.741 INFO O| Sep 16 16:40:32.741 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-09-16T16:40:34.301Z[ recovery-image] Sep 16 16:40:32.775 INFO O| Sep 16 16:40:32.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72572024-09-16T16:40:34.301Z[ recovery-image] Sep 16 16:40:32.775 INFO O| Sep 16 16:40:32.775 INFO STEP 1055 (remove_files) COMPLETE
72582024-09-16T16:40:34.302Z[ recovery-image] Sep 16 16:40:32.775 INFO O| Sep 16 16:40:32.775 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-09-16T16:40:34.320Z[ recovery-image] Sep 16 16:40:32.793 INFO O| Sep 16 16:40:32.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72602024-09-16T16:40:34.320Z[ recovery-image] Sep 16 16:40:32.793 INFO O| Sep 16 16:40:32.793 INFO STEP 1056 (remove_files) COMPLETE
72612024-09-16T16:40:34.320Z[ recovery-image] Sep 16 16:40:32.793 INFO O| Sep 16 16:40:32.793 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-09-16T16:40:34.353Z[ recovery-image] Sep 16 16:40:32.826 INFO O| Sep 16 16:40:32.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72632024-09-16T16:40:34.353Z[ recovery-image] Sep 16 16:40:32.826 INFO O| Sep 16 16:40:32.826 INFO STEP 1057 (remove_files) COMPLETE
72642024-09-16T16:40:34.354Z[ recovery-image] Sep 16 16:40:32.826 INFO O| Sep 16 16:40:32.826 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-09-16T16:40:34.435Z[ recovery-image] Sep 16 16:40:32.900 INFO O| Sep 16 16:40:32.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72662024-09-16T16:40:34.435Z[ recovery-image] Sep 16 16:40:32.900 INFO O| Sep 16 16:40:32.900 INFO STEP 1058 (remove_files) COMPLETE
72672024-09-16T16:40:34.435Z[ recovery-image] Sep 16 16:40:32.900 INFO O| Sep 16 16:40:32.900 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-09-16T16:40:34.444Z[ recovery-image] Sep 16 16:40:32.917 INFO O| Sep 16 16:40:32.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72692024-09-16T16:40:34.446Z[ recovery-image] Sep 16 16:40:32.917 INFO O| Sep 16 16:40:32.917 INFO STEP 1059 (remove_files) COMPLETE
72702024-09-16T16:40:34.446Z[ recovery-image] Sep 16 16:40:32.918 INFO O| Sep 16 16:40:32.918 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-09-16T16:40:34.460Z[ recovery-image] Sep 16 16:40:32.933 INFO O| Sep 16 16:40:32.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72722024-09-16T16:40:34.462Z[ recovery-image] Sep 16 16:40:32.933 INFO O| Sep 16 16:40:32.933 INFO STEP 1060 (remove_files) COMPLETE
72732024-09-16T16:40:34.462Z[ recovery-image] Sep 16 16:40:32.934 INFO O| Sep 16 16:40:32.933 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-09-16T16:40:34.475Z[ recovery-image] Sep 16 16:40:32.949 INFO O| Sep 16 16:40:32.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72752024-09-16T16:40:34.478Z[ recovery-image] Sep 16 16:40:32.949 INFO O| Sep 16 16:40:32.949 INFO STEP 1061 (remove_files) COMPLETE
72762024-09-16T16:40:34.478Z[ recovery-image] Sep 16 16:40:32.949 INFO O| Sep 16 16:40:32.949 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-09-16T16:40:34.492Z[ recovery-image] Sep 16 16:40:32.965 INFO O| Sep 16 16:40:32.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72782024-09-16T16:40:34.492Z[ recovery-image] Sep 16 16:40:32.965 INFO O| Sep 16 16:40:32.965 INFO STEP 1062 (remove_files) COMPLETE
72792024-09-16T16:40:34.494Z[ recovery-image] Sep 16 16:40:32.965 INFO O| Sep 16 16:40:32.965 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-09-16T16:40:34.508Z[ recovery-image] Sep 16 16:40:32.982 INFO O| Sep 16 16:40:32.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72812024-09-16T16:40:34.509Z[ recovery-image] Sep 16 16:40:32.982 INFO O| Sep 16 16:40:32.982 INFO STEP 1063 (remove_files) COMPLETE
72822024-09-16T16:40:34.509Z[ recovery-image] Sep 16 16:40:32.982 INFO O| Sep 16 16:40:32.982 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-09-16T16:40:34.525Z[ recovery-image] Sep 16 16:40:32.999 INFO O| Sep 16 16:40:32.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72842024-09-16T16:40:34.525Z[ recovery-image] Sep 16 16:40:32.999 INFO O| Sep 16 16:40:32.999 INFO STEP 1064 (remove_files) COMPLETE
72852024-09-16T16:40:34.525Z[ recovery-image] Sep 16 16:40:32.999 INFO O| Sep 16 16:40:32.999 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-09-16T16:40:34.543Z[ recovery-image] Sep 16 16:40:33.016 INFO O| Sep 16 16:40:33.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72872024-09-16T16:40:34.543Z[ recovery-image] Sep 16 16:40:33.016 INFO O| Sep 16 16:40:33.016 INFO STEP 1065 (remove_files) COMPLETE
72882024-09-16T16:40:34.543Z[ recovery-image] Sep 16 16:40:33.016 INFO O| Sep 16 16:40:33.016 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-09-16T16:40:34.559Z[ recovery-image] Sep 16 16:40:33.032 INFO O| Sep 16 16:40:33.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72902024-09-16T16:40:34.559Z[ recovery-image] Sep 16 16:40:33.032 INFO O| Sep 16 16:40:33.032 INFO STEP 1066 (remove_files) COMPLETE
72912024-09-16T16:40:34.561Z[ recovery-image] Sep 16 16:40:33.032 INFO O| Sep 16 16:40:33.032 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-09-16T16:40:34.595Z[ recovery-image] Sep 16 16:40:33.069 INFO O| Sep 16 16:40:33.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72932024-09-16T16:40:34.595Z[ recovery-image] Sep 16 16:40:33.069 INFO O| Sep 16 16:40:33.069 INFO STEP 1067 (remove_files) COMPLETE
72942024-09-16T16:40:34.598Z[ recovery-image] Sep 16 16:40:33.069 INFO O| Sep 16 16:40:33.069 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-09-16T16:40:34.632Z[ recovery-image] Sep 16 16:40:33.106 INFO O| Sep 16 16:40:33.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72962024-09-16T16:40:34.632Z[ recovery-image] Sep 16 16:40:33.106 INFO O| Sep 16 16:40:33.106 INFO STEP 1068 (remove_files) COMPLETE
72972024-09-16T16:40:34.635Z[ recovery-image] Sep 16 16:40:33.106 INFO O| Sep 16 16:40:33.106 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-09-16T16:40:34.653Z[ recovery-image] Sep 16 16:40:33.126 INFO O| Sep 16 16:40:33.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72992024-09-16T16:40:34.653Z[ recovery-image] Sep 16 16:40:33.126 INFO O| Sep 16 16:40:33.126 INFO STEP 1069 (remove_files) COMPLETE
73002024-09-16T16:40:34.655Z[ recovery-image] Sep 16 16:40:33.126 INFO O| Sep 16 16:40:33.126 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-09-16T16:40:34.791Z[ recovery-image] Sep 16 16:40:33.264 INFO O| Sep 16 16:40:33.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73022024-09-16T16:40:34.791Z[ recovery-image] Sep 16 16:40:33.264 INFO O| Sep 16 16:40:33.264 INFO STEP 1070 (remove_files) COMPLETE
73032024-09-16T16:40:34.791Z[ recovery-image] Sep 16 16:40:33.264 INFO O| Sep 16 16:40:33.264 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-09-16T16:40:34.842Z[ recovery-image] Sep 16 16:40:33.316 INFO O| Sep 16 16:40:33.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73052024-09-16T16:40:34.842Z[ recovery-image] Sep 16 16:40:33.316 INFO O| Sep 16 16:40:33.316 INFO STEP 1071 (remove_files) COMPLETE
73062024-09-16T16:40:34.842Z[ recovery-image] Sep 16 16:40:33.316 INFO O| Sep 16 16:40:33.316 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-09-16T16:40:34.877Z[ recovery-image] Sep 16 16:40:33.350 INFO O| Sep 16 16:40:33.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73082024-09-16T16:40:34.877Z[ recovery-image] Sep 16 16:40:33.350 INFO O| Sep 16 16:40:33.350 INFO STEP 1072 (remove_files) COMPLETE
73092024-09-16T16:40:34.879Z[ recovery-image] Sep 16 16:40:33.350 INFO O| Sep 16 16:40:33.350 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-09-16T16:40:34.903Z[ recovery-image] Sep 16 16:40:33.376 INFO O| Sep 16 16:40:33.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73112024-09-16T16:40:34.905Z[ recovery-image] Sep 16 16:40:33.376 INFO O| Sep 16 16:40:33.376 INFO STEP 1073 (remove_files) COMPLETE
73122024-09-16T16:40:34.905Z[ recovery-image] Sep 16 16:40:33.377 INFO O| Sep 16 16:40:33.376 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-09-16T16:40:34.923Z[ recovery-image] Sep 16 16:40:33.396 INFO O| Sep 16 16:40:33.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73142024-09-16T16:40:34.925Z[ recovery-image] Sep 16 16:40:33.396 INFO O| Sep 16 16:40:33.396 INFO STEP 1074 (remove_files) COMPLETE
73152024-09-16T16:40:34.925Z[ recovery-image] Sep 16 16:40:33.396 INFO O| Sep 16 16:40:33.396 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-09-16T16:40:34.941Z[ recovery-image] Sep 16 16:40:33.414 INFO O| Sep 16 16:40:33.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73172024-09-16T16:40:34.941Z[ recovery-image] Sep 16 16:40:33.415 INFO O| Sep 16 16:40:33.415 INFO STEP 1075 (remove_files) COMPLETE
73182024-09-16T16:40:34.941Z[ recovery-image] Sep 16 16:40:33.415 INFO O| Sep 16 16:40:33.415 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-09-16T16:40:34.959Z[ recovery-image] Sep 16 16:40:33.432 INFO O| Sep 16 16:40:33.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73202024-09-16T16:40:34.959Z[ recovery-image] Sep 16 16:40:33.432 INFO O| Sep 16 16:40:33.432 INFO STEP 1076 (remove_files) COMPLETE
73212024-09-16T16:40:34.959Z[ recovery-image] Sep 16 16:40:33.432 INFO O| Sep 16 16:40:33.432 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-09-16T16:40:34.976Z[ recovery-image] Sep 16 16:40:33.449 INFO O| Sep 16 16:40:33.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73232024-09-16T16:40:34.976Z[ recovery-image] Sep 16 16:40:33.449 INFO O| Sep 16 16:40:33.449 INFO STEP 1077 (remove_files) COMPLETE
73242024-09-16T16:40:34.978Z[ recovery-image] Sep 16 16:40:33.449 INFO O| Sep 16 16:40:33.449 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-09-16T16:40:35.011Z[ recovery-image] Sep 16 16:40:33.484 INFO O| Sep 16 16:40:33.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73262024-09-16T16:40:35.011Z[ recovery-image] Sep 16 16:40:33.484 INFO O| Sep 16 16:40:33.484 INFO STEP 1078 (remove_files) COMPLETE
73272024-09-16T16:40:35.013Z[ recovery-image] Sep 16 16:40:33.484 INFO O| Sep 16 16:40:33.484 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-09-16T16:40:35.032Z[ recovery-image] Sep 16 16:40:33.505 INFO O| Sep 16 16:40:33.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73292024-09-16T16:40:35.052Z[ recovery-image] Sep 16 16:40:33.525 INFO O| Sep 16 16:40:33.525 INFO STEP 1079 (remove_files) COMPLETE
73302024-09-16T16:40:35.052Z[ recovery-image] Sep 16 16:40:33.525 INFO O| Sep 16 16:40:33.525 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-09-16T16:40:35.072Z[ recovery-image] Sep 16 16:40:33.546 INFO O| Sep 16 16:40:33.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73322024-09-16T16:40:35.072Z[ recovery-image] Sep 16 16:40:33.546 INFO O| Sep 16 16:40:33.546 INFO STEP 1080 (remove_files) COMPLETE
73332024-09-16T16:40:35.072Z[ recovery-image] Sep 16 16:40:33.546 INFO O| Sep 16 16:40:33.546 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-09-16T16:40:35.117Z[ recovery-image] Sep 16 16:40:33.573 INFO O| Sep 16 16:40:33.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73352024-09-16T16:40:35.117Z[ recovery-image] Sep 16 16:40:33.574 INFO O| Sep 16 16:40:33.573 INFO STEP 1081 (remove_files) COMPLETE
73362024-09-16T16:40:35.119Z[ recovery-image] Sep 16 16:40:33.574 INFO O| Sep 16 16:40:33.574 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-09-16T16:40:35.159Z[ recovery-image] Sep 16 16:40:33.632 INFO O| Sep 16 16:40:33.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73382024-09-16T16:40:35.161Z[ recovery-image] Sep 16 16:40:33.632 INFO O| Sep 16 16:40:33.632 INFO STEP 1082 (remove_files) COMPLETE
73392024-09-16T16:40:35.161Z[ recovery-image] Sep 16 16:40:33.632 INFO O| Sep 16 16:40:33.632 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-09-16T16:40:35.176Z[ recovery-image] Sep 16 16:40:33.650 INFO O| Sep 16 16:40:33.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73412024-09-16T16:40:35.176Z[ recovery-image] Sep 16 16:40:33.650 INFO O| Sep 16 16:40:33.650 INFO STEP 1083 (remove_files) COMPLETE
73422024-09-16T16:40:35.176Z[ recovery-image] Sep 16 16:40:33.650 INFO O| Sep 16 16:40:33.650 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-09-16T16:40:35.202Z[ recovery-image] Sep 16 16:40:33.675 INFO O| Sep 16 16:40:33.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73442024-09-16T16:40:35.202Z[ recovery-image] Sep 16 16:40:33.675 INFO O| Sep 16 16:40:33.675 INFO STEP 1084 (remove_files) COMPLETE
73452024-09-16T16:40:35.202Z[ recovery-image] Sep 16 16:40:33.675 INFO O| Sep 16 16:40:33.675 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-09-16T16:40:35.221Z[ recovery-image] Sep 16 16:40:33.694 INFO O| Sep 16 16:40:33.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73472024-09-16T16:40:35.221Z[ recovery-image] Sep 16 16:40:33.694 INFO O| Sep 16 16:40:33.694 INFO STEP 1085 (remove_files) COMPLETE
73482024-09-16T16:40:35.223Z[ recovery-image] Sep 16 16:40:33.694 INFO O| Sep 16 16:40:33.694 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-09-16T16:40:35.238Z[ recovery-image] Sep 16 16:40:33.712 INFO O| Sep 16 16:40:33.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73502024-09-16T16:40:35.238Z[ recovery-image] Sep 16 16:40:33.712 INFO O| Sep 16 16:40:33.712 INFO STEP 1086 (remove_files) COMPLETE
73512024-09-16T16:40:35.241Z[ recovery-image] Sep 16 16:40:33.712 INFO O| Sep 16 16:40:33.712 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-09-16T16:40:35.255Z[ recovery-image] Sep 16 16:40:33.729 INFO O| Sep 16 16:40:33.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73532024-09-16T16:40:35.255Z[ recovery-image] Sep 16 16:40:33.729 INFO O| Sep 16 16:40:33.729 INFO STEP 1087 (remove_files) COMPLETE
73542024-09-16T16:40:35.258Z[ recovery-image] Sep 16 16:40:33.729 INFO O| Sep 16 16:40:33.729 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-09-16T16:40:35.273Z[ recovery-image] Sep 16 16:40:33.746 INFO O| Sep 16 16:40:33.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73562024-09-16T16:40:35.273Z[ recovery-image] Sep 16 16:40:33.746 INFO O| Sep 16 16:40:33.746 INFO STEP 1088 (remove_files) COMPLETE
73572024-09-16T16:40:35.273Z[ recovery-image] Sep 16 16:40:33.746 INFO O| Sep 16 16:40:33.746 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-09-16T16:40:35.301Z[ recovery-image] Sep 16 16:40:33.773 INFO O| Sep 16 16:40:33.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73592024-09-16T16:40:35.301Z[ recovery-image] Sep 16 16:40:33.773 INFO O| Sep 16 16:40:33.773 INFO STEP 1089 (remove_files) COMPLETE
73602024-09-16T16:40:35.301Z[ recovery-image] Sep 16 16:40:33.773 INFO O| Sep 16 16:40:33.773 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-09-16T16:40:35.334Z[ recovery-image] Sep 16 16:40:33.807 INFO O| Sep 16 16:40:33.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73622024-09-16T16:40:35.334Z[ recovery-image] Sep 16 16:40:33.807 INFO O| Sep 16 16:40:33.807 INFO STEP 1090 (remove_files) COMPLETE
73632024-09-16T16:40:35.334Z[ recovery-image] Sep 16 16:40:33.807 INFO O| Sep 16 16:40:33.807 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-09-16T16:40:35.369Z[ recovery-image] Sep 16 16:40:33.842 INFO O| Sep 16 16:40:33.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73652024-09-16T16:40:35.369Z[ recovery-image] Sep 16 16:40:33.842 INFO O| Sep 16 16:40:33.842 INFO STEP 1091 (remove_files) COMPLETE
73662024-09-16T16:40:35.369Z[ recovery-image] Sep 16 16:40:33.842 INFO O| Sep 16 16:40:33.842 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-09-16T16:40:35.417Z[ recovery-image] Sep 16 16:40:33.891 INFO O| Sep 16 16:40:33.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73682024-09-16T16:40:35.418Z[ recovery-image] Sep 16 16:40:33.891 INFO O| Sep 16 16:40:33.891 INFO STEP 1092 (remove_files) COMPLETE
73692024-09-16T16:40:35.420Z[ recovery-image] Sep 16 16:40:33.891 INFO O| Sep 16 16:40:33.891 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-09-16T16:40:35.450Z[ recovery-image] Sep 16 16:40:33.923 INFO O| Sep 16 16:40:33.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73712024-09-16T16:40:35.453Z[ recovery-image] Sep 16 16:40:33.923 INFO O| Sep 16 16:40:33.923 INFO STEP 1093 (remove_files) COMPLETE
73722024-09-16T16:40:35.453Z[ recovery-image] Sep 16 16:40:33.923 INFO O| Sep 16 16:40:33.923 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-09-16T16:40:35.468Z[ recovery-image] Sep 16 16:40:33.941 INFO O| Sep 16 16:40:33.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73742024-09-16T16:40:35.470Z[ recovery-image] Sep 16 16:40:33.942 INFO O| Sep 16 16:40:33.942 INFO STEP 1094 (remove_files) COMPLETE
73752024-09-16T16:40:35.470Z[ recovery-image] Sep 16 16:40:33.942 INFO O| Sep 16 16:40:33.942 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-09-16T16:40:35.577Z[ recovery-image] Sep 16 16:40:34.050 INFO O| Sep 16 16:40:34.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73772024-09-16T16:40:35.577Z[ recovery-image] Sep 16 16:40:34.050 INFO O| Sep 16 16:40:34.050 INFO STEP 1095 (remove_files) COMPLETE
73782024-09-16T16:40:35.577Z[ recovery-image] Sep 16 16:40:34.050 INFO O| Sep 16 16:40:34.050 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-09-16T16:40:35.597Z[ recovery-image] Sep 16 16:40:34.069 INFO O| Sep 16 16:40:34.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73802024-09-16T16:40:35.597Z[ recovery-image] Sep 16 16:40:34.069 INFO O| Sep 16 16:40:34.069 INFO STEP 1096 (remove_files) COMPLETE
73812024-09-16T16:40:35.597Z[ recovery-image] Sep 16 16:40:34.069 INFO O| Sep 16 16:40:34.069 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-09-16T16:40:35.614Z[ recovery-image] Sep 16 16:40:34.087 INFO O| Sep 16 16:40:34.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73832024-09-16T16:40:35.614Z[ recovery-image] Sep 16 16:40:34.087 INFO O| Sep 16 16:40:34.087 INFO STEP 1097 (remove_files) COMPLETE
73842024-09-16T16:40:35.614Z[ recovery-image] Sep 16 16:40:34.087 INFO O| Sep 16 16:40:34.087 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-09-16T16:40:35.631Z[ recovery-image] Sep 16 16:40:34.104 INFO O| Sep 16 16:40:34.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73862024-09-16T16:40:35.631Z[ recovery-image] Sep 16 16:40:34.104 INFO O| Sep 16 16:40:34.104 INFO STEP 1098 (remove_files) COMPLETE
73872024-09-16T16:40:35.634Z[ recovery-image] Sep 16 16:40:34.104 INFO O| Sep 16 16:40:34.104 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-09-16T16:40:35.648Z[ recovery-image] Sep 16 16:40:34.122 INFO O| Sep 16 16:40:34.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73892024-09-16T16:40:35.648Z[ recovery-image] Sep 16 16:40:34.122 INFO O| Sep 16 16:40:34.122 INFO STEP 1099 (remove_files) COMPLETE
73902024-09-16T16:40:35.648Z[ recovery-image] Sep 16 16:40:34.122 INFO O| Sep 16 16:40:34.122 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-09-16T16:40:35.664Z[ recovery-image] Sep 16 16:40:34.138 INFO O| Sep 16 16:40:34.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73922024-09-16T16:40:35.664Z[ recovery-image] Sep 16 16:40:34.138 INFO O| Sep 16 16:40:34.138 INFO STEP 1100 (remove_files) COMPLETE
73932024-09-16T16:40:35.664Z[ recovery-image] Sep 16 16:40:34.138 INFO O| Sep 16 16:40:34.138 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-09-16T16:40:35.681Z[ recovery-image] Sep 16 16:40:34.154 INFO O| Sep 16 16:40:34.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73952024-09-16T16:40:35.681Z[ recovery-image] Sep 16 16:40:34.154 INFO O| Sep 16 16:40:34.154 INFO STEP 1101 (remove_files) COMPLETE
73962024-09-16T16:40:35.684Z[ recovery-image] Sep 16 16:40:34.154 INFO O| Sep 16 16:40:34.154 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-09-16T16:40:35.710Z[ recovery-image] Sep 16 16:40:34.183 INFO O| Sep 16 16:40:34.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73982024-09-16T16:40:35.724Z[ recovery-image] Sep 16 16:40:34.184 INFO O| Sep 16 16:40:34.183 INFO STEP 1102 (remove_files) COMPLETE
73992024-09-16T16:40:35.724Z[ recovery-image] Sep 16 16:40:34.184 INFO O| Sep 16 16:40:34.184 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-09-16T16:40:35.741Z[ recovery-image] Sep 16 16:40:34.215 INFO O| Sep 16 16:40:34.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74012024-09-16T16:40:35.742Z[ recovery-image] Sep 16 16:40:34.215 INFO O| Sep 16 16:40:34.215 INFO STEP 1103 (remove_files) COMPLETE
74022024-09-16T16:40:35.742Z[ recovery-image] Sep 16 16:40:34.215 INFO O| Sep 16 16:40:34.215 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-09-16T16:40:35.760Z[ recovery-image] Sep 16 16:40:34.233 INFO O| Sep 16 16:40:34.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74042024-09-16T16:40:35.760Z[ recovery-image] Sep 16 16:40:34.233 INFO O| Sep 16 16:40:34.233 INFO STEP 1104 (remove_files) COMPLETE
74052024-09-16T16:40:35.762Z[ recovery-image] Sep 16 16:40:34.233 INFO O| Sep 16 16:40:34.233 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-09-16T16:40:35.816Z[ recovery-image] Sep 16 16:40:34.289 INFO O| Sep 16 16:40:34.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74072024-09-16T16:40:35.816Z[ recovery-image] Sep 16 16:40:34.289 INFO O| Sep 16 16:40:34.289 INFO STEP 1105 (remove_files) COMPLETE
74082024-09-16T16:40:35.816Z[ recovery-image] Sep 16 16:40:34.289 INFO O| Sep 16 16:40:34.289 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-09-16T16:40:35.893Z[ recovery-image] Sep 16 16:40:34.366 INFO O| Sep 16 16:40:34.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74102024-09-16T16:40:35.893Z[ recovery-image] Sep 16 16:40:34.366 INFO O| Sep 16 16:40:34.366 INFO STEP 1106 (remove_files) COMPLETE
74112024-09-16T16:40:35.893Z[ recovery-image] Sep 16 16:40:34.366 INFO O| Sep 16 16:40:34.366 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-09-16T16:40:35.929Z[ recovery-image] Sep 16 16:40:34.402 INFO O| Sep 16 16:40:34.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74132024-09-16T16:40:35.929Z[ recovery-image] Sep 16 16:40:34.402 INFO O| Sep 16 16:40:34.402 INFO STEP 1107 (remove_files) COMPLETE
74142024-09-16T16:40:35.929Z[ recovery-image] Sep 16 16:40:34.402 INFO O| Sep 16 16:40:34.402 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-09-16T16:40:35.947Z[ recovery-image] Sep 16 16:40:34.420 INFO O| Sep 16 16:40:34.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74162024-09-16T16:40:35.947Z[ recovery-image] Sep 16 16:40:34.420 INFO O| Sep 16 16:40:34.420 INFO STEP 1108 (remove_files) COMPLETE
74172024-09-16T16:40:35.947Z[ recovery-image] Sep 16 16:40:34.421 INFO O| Sep 16 16:40:34.420 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-09-16T16:40:35.965Z[ recovery-image] Sep 16 16:40:34.439 INFO O| Sep 16 16:40:34.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74192024-09-16T16:40:35.965Z[ recovery-image] Sep 16 16:40:34.439 INFO O| Sep 16 16:40:34.439 INFO STEP 1109 (remove_files) COMPLETE
74202024-09-16T16:40:35.965Z[ recovery-image] Sep 16 16:40:34.439 INFO O| Sep 16 16:40:34.439 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-09-16T16:40:36.006Z[ recovery-image] Sep 16 16:40:34.479 INFO O| Sep 16 16:40:34.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74222024-09-16T16:40:36.006Z[ recovery-image] Sep 16 16:40:34.479 INFO O| Sep 16 16:40:34.479 INFO STEP 1110 (remove_files) COMPLETE
74232024-09-16T16:40:36.006Z[ recovery-image] Sep 16 16:40:34.479 INFO O| Sep 16 16:40:34.479 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-09-16T16:40:36.023Z[ recovery-image] Sep 16 16:40:34.497 INFO O| Sep 16 16:40:34.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74252024-09-16T16:40:36.023Z[ recovery-image] Sep 16 16:40:34.497 INFO O| Sep 16 16:40:34.497 INFO STEP 1111 (remove_files) COMPLETE
74262024-09-16T16:40:36.026Z[ recovery-image] Sep 16 16:40:34.497 INFO O| Sep 16 16:40:34.497 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-09-16T16:40:36.040Z[ recovery-image] Sep 16 16:40:34.514 INFO O| Sep 16 16:40:34.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74282024-09-16T16:40:36.040Z[ recovery-image] Sep 16 16:40:34.514 INFO O| Sep 16 16:40:34.514 INFO STEP 1112 (remove_files) COMPLETE
74292024-09-16T16:40:36.043Z[ recovery-image] Sep 16 16:40:34.514 INFO O| Sep 16 16:40:34.514 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-09-16T16:40:36.057Z[ recovery-image] Sep 16 16:40:34.530 INFO O| Sep 16 16:40:34.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74312024-09-16T16:40:36.057Z[ recovery-image] Sep 16 16:40:34.530 INFO O| Sep 16 16:40:34.530 INFO STEP 1113 (remove_files) COMPLETE
74322024-09-16T16:40:36.057Z[ recovery-image] Sep 16 16:40:34.530 INFO O| Sep 16 16:40:34.530 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-09-16T16:40:36.082Z[ recovery-image] Sep 16 16:40:34.555 INFO O| Sep 16 16:40:34.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74342024-09-16T16:40:36.082Z[ recovery-image] Sep 16 16:40:34.555 INFO O| Sep 16 16:40:34.555 INFO STEP 1114 (remove_files) COMPLETE
74352024-09-16T16:40:36.084Z[ recovery-image] Sep 16 16:40:34.555 INFO O| Sep 16 16:40:34.555 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-09-16T16:40:36.122Z[ recovery-image] Sep 16 16:40:34.596 INFO O| Sep 16 16:40:34.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74372024-09-16T16:40:36.122Z[ recovery-image] Sep 16 16:40:34.596 INFO O| Sep 16 16:40:34.596 INFO STEP 1115 (remove_files) COMPLETE
74382024-09-16T16:40:36.122Z[ recovery-image] Sep 16 16:40:34.596 INFO O| Sep 16 16:40:34.596 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-09-16T16:40:36.141Z[ recovery-image] Sep 16 16:40:34.614 INFO O| Sep 16 16:40:34.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74402024-09-16T16:40:36.149Z[ recovery-image] Sep 16 16:40:34.623 INFO O| Sep 16 16:40:34.623 INFO STEP 1116 (remove_files) COMPLETE
74412024-09-16T16:40:36.150Z[ recovery-image] Sep 16 16:40:34.623 INFO O| Sep 16 16:40:34.623 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-09-16T16:40:36.174Z[ recovery-image] Sep 16 16:40:34.647 INFO O| Sep 16 16:40:34.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74432024-09-16T16:40:36.174Z[ recovery-image] Sep 16 16:40:34.647 INFO O| Sep 16 16:40:34.647 INFO STEP 1117 (remove_files) COMPLETE
74442024-09-16T16:40:36.174Z[ recovery-image] Sep 16 16:40:34.647 INFO O| Sep 16 16:40:34.647 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-09-16T16:40:36.200Z[ recovery-image] Sep 16 16:40:34.672 INFO O| Sep 16 16:40:34.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74462024-09-16T16:40:36.200Z[ recovery-image] Sep 16 16:40:34.672 INFO O| Sep 16 16:40:34.672 INFO STEP 1118 (remove_files) COMPLETE
74472024-09-16T16:40:36.200Z[ recovery-image] Sep 16 16:40:34.672 INFO O| Sep 16 16:40:34.672 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-09-16T16:40:36.298Z[ recovery-image] Sep 16 16:40:34.771 INFO O| Sep 16 16:40:34.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74492024-09-16T16:40:36.298Z[ recovery-image] Sep 16 16:40:34.771 INFO O| Sep 16 16:40:34.771 INFO STEP 1119 (remove_files) COMPLETE
74502024-09-16T16:40:36.301Z[ recovery-image] Sep 16 16:40:34.771 INFO O| Sep 16 16:40:34.771 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-09-16T16:40:36.369Z[ recovery-image] Sep 16 16:40:34.842 INFO O| Sep 16 16:40:34.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74522024-09-16T16:40:36.369Z[ recovery-image] Sep 16 16:40:34.842 INFO O| Sep 16 16:40:34.842 INFO STEP 1120 (remove_files) COMPLETE
74532024-09-16T16:40:36.369Z[ recovery-image] Sep 16 16:40:34.842 INFO O| Sep 16 16:40:34.842 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-09-16T16:40:36.402Z[ recovery-image] Sep 16 16:40:34.875 INFO O| Sep 16 16:40:34.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74552024-09-16T16:40:36.402Z[ recovery-image] Sep 16 16:40:34.875 INFO O| Sep 16 16:40:34.875 INFO STEP 1121 (remove_files) COMPLETE
74562024-09-16T16:40:36.402Z[ recovery-image] Sep 16 16:40:34.875 INFO O| Sep 16 16:40:34.875 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-09-16T16:40:36.500Z[ recovery-image] Sep 16 16:40:34.973 INFO O| Sep 16 16:40:34.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74582024-09-16T16:40:36.500Z[ recovery-image] Sep 16 16:40:34.973 INFO O| Sep 16 16:40:34.973 INFO STEP 1122 (remove_files) COMPLETE
74592024-09-16T16:40:36.500Z[ recovery-image] Sep 16 16:40:34.973 INFO O| Sep 16 16:40:34.973 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-09-16T16:40:36.551Z[ recovery-image] Sep 16 16:40:35.024 INFO O| Sep 16 16:40:35.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74612024-09-16T16:40:36.551Z[ recovery-image] Sep 16 16:40:35.024 INFO O| Sep 16 16:40:35.024 INFO STEP 1123 (remove_files) COMPLETE
74622024-09-16T16:40:36.551Z[ recovery-image] Sep 16 16:40:35.024 INFO O| Sep 16 16:40:35.024 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-09-16T16:40:36.605Z[ recovery-image] Sep 16 16:40:35.078 INFO O| Sep 16 16:40:35.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74642024-09-16T16:40:36.605Z[ recovery-image] Sep 16 16:40:35.078 INFO O| Sep 16 16:40:35.078 INFO STEP 1124 (remove_files) COMPLETE
74652024-09-16T16:40:36.605Z[ recovery-image] Sep 16 16:40:35.078 INFO O| Sep 16 16:40:35.078 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-09-16T16:40:36.622Z[ recovery-image] Sep 16 16:40:35.095 INFO O| Sep 16 16:40:35.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74672024-09-16T16:40:36.622Z[ recovery-image] Sep 16 16:40:35.095 INFO O| Sep 16 16:40:35.095 INFO STEP 1125 (remove_files) COMPLETE
74682024-09-16T16:40:36.622Z[ recovery-image] Sep 16 16:40:35.095 INFO O| Sep 16 16:40:35.095 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-09-16T16:40:36.639Z[ recovery-image] Sep 16 16:40:35.112 INFO O| Sep 16 16:40:35.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74702024-09-16T16:40:36.639Z[ recovery-image] Sep 16 16:40:35.112 INFO O| Sep 16 16:40:35.112 INFO STEP 1126 (remove_files) COMPLETE
74712024-09-16T16:40:36.642Z[ recovery-image] Sep 16 16:40:35.112 INFO O| Sep 16 16:40:35.112 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-09-16T16:40:36.657Z[ recovery-image] Sep 16 16:40:35.130 INFO O| Sep 16 16:40:35.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74732024-09-16T16:40:36.657Z[ recovery-image] Sep 16 16:40:35.130 INFO O| Sep 16 16:40:35.130 INFO STEP 1127 (remove_files) COMPLETE
74742024-09-16T16:40:36.657Z[ recovery-image] Sep 16 16:40:35.130 INFO O| Sep 16 16:40:35.130 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-09-16T16:40:36.673Z[ recovery-image] Sep 16 16:40:35.146 INFO O| Sep 16 16:40:35.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74762024-09-16T16:40:36.673Z[ recovery-image] Sep 16 16:40:35.146 INFO O| Sep 16 16:40:35.146 INFO STEP 1128 (remove_files) COMPLETE
74772024-09-16T16:40:36.673Z[ recovery-image] Sep 16 16:40:35.146 INFO O| Sep 16 16:40:35.146 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-09-16T16:40:36.707Z[ recovery-image] Sep 16 16:40:35.179 INFO O| Sep 16 16:40:35.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74792024-09-16T16:40:36.707Z[ recovery-image] Sep 16 16:40:35.179 INFO O| Sep 16 16:40:35.179 INFO STEP 1129 (remove_files) COMPLETE
74802024-09-16T16:40:36.708Z[ recovery-image] Sep 16 16:40:35.179 INFO O| Sep 16 16:40:35.179 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-09-16T16:40:36.744Z[ recovery-image] Sep 16 16:40:35.217 INFO O| Sep 16 16:40:35.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74822024-09-16T16:40:36.744Z[ recovery-image] Sep 16 16:40:35.217 INFO O| Sep 16 16:40:35.217 INFO STEP 1130 (remove_files) COMPLETE
74832024-09-16T16:40:36.744Z[ recovery-image] Sep 16 16:40:35.217 INFO O| Sep 16 16:40:35.217 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-09-16T16:40:36.881Z[ recovery-image] Sep 16 16:40:35.354 INFO O| Sep 16 16:40:35.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74852024-09-16T16:40:36.883Z[ recovery-image] Sep 16 16:40:35.354 INFO O| Sep 16 16:40:35.354 INFO STEP 1131 (remove_files) COMPLETE
74862024-09-16T16:40:36.884Z[ recovery-image] Sep 16 16:40:35.355 INFO O| Sep 16 16:40:35.354 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-09-16T16:40:36.898Z[ recovery-image] Sep 16 16:40:35.372 INFO O| Sep 16 16:40:35.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74882024-09-16T16:40:36.901Z[ recovery-image] Sep 16 16:40:35.372 INFO O| Sep 16 16:40:35.372 INFO STEP 1132 (remove_files) COMPLETE
74892024-09-16T16:40:36.901Z[ recovery-image] Sep 16 16:40:35.372 INFO O| Sep 16 16:40:35.372 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-09-16T16:40:36.933Z[ recovery-image] Sep 16 16:40:35.406 INFO O| Sep 16 16:40:35.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74912024-09-16T16:40:36.933Z[ recovery-image] Sep 16 16:40:35.406 INFO O| Sep 16 16:40:35.406 INFO STEP 1133 (remove_files) COMPLETE
74922024-09-16T16:40:36.936Z[ recovery-image] Sep 16 16:40:35.406 INFO O| Sep 16 16:40:35.406 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-09-16T16:40:36.965Z[ recovery-image] Sep 16 16:40:35.438 INFO O| Sep 16 16:40:35.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74942024-09-16T16:40:36.965Z[ recovery-image] Sep 16 16:40:35.439 INFO O| Sep 16 16:40:35.438 INFO STEP 1134 (remove_files) COMPLETE
74952024-09-16T16:40:36.966Z[ recovery-image] Sep 16 16:40:35.439 INFO O| Sep 16 16:40:35.438 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-09-16T16:40:36.981Z[ recovery-image] Sep 16 16:40:35.454 INFO O| Sep 16 16:40:35.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74972024-09-16T16:40:36.981Z[ recovery-image] Sep 16 16:40:35.455 INFO O| Sep 16 16:40:35.454 INFO STEP 1135 (remove_files) COMPLETE
74982024-09-16T16:40:36.984Z[ recovery-image] Sep 16 16:40:35.455 INFO O| Sep 16 16:40:35.455 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-09-16T16:40:37.009Z[ recovery-image] Sep 16 16:40:35.482 INFO O| Sep 16 16:40:35.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75002024-09-16T16:40:37.011Z[ recovery-image] Sep 16 16:40:35.482 INFO O| Sep 16 16:40:35.482 INFO STEP 1136 (remove_files) COMPLETE
75012024-09-16T16:40:37.011Z[ recovery-image] Sep 16 16:40:35.482 INFO O| Sep 16 16:40:35.482 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-09-16T16:40:37.040Z[ recovery-image] Sep 16 16:40:35.513 INFO O| Sep 16 16:40:35.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75032024-09-16T16:40:37.040Z[ recovery-image] Sep 16 16:40:35.513 INFO O| Sep 16 16:40:35.513 INFO STEP 1137 (remove_files) COMPLETE
75042024-09-16T16:40:37.040Z[ recovery-image] Sep 16 16:40:35.513 INFO O| Sep 16 16:40:35.513 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-09-16T16:40:37.056Z[ recovery-image] Sep 16 16:40:35.529 INFO O| Sep 16 16:40:35.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75062024-09-16T16:40:37.056Z[ recovery-image] Sep 16 16:40:35.530 INFO O| Sep 16 16:40:35.530 INFO STEP 1138 (remove_files) COMPLETE
75072024-09-16T16:40:37.056Z[ recovery-image] Sep 16 16:40:35.530 INFO O| Sep 16 16:40:35.530 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-09-16T16:40:37.093Z[ recovery-image] Sep 16 16:40:35.566 INFO O| Sep 16 16:40:35.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75092024-09-16T16:40:37.095Z[ recovery-image] Sep 16 16:40:35.566 INFO O| Sep 16 16:40:35.566 INFO STEP 1139 (remove_files) COMPLETE
75102024-09-16T16:40:37.095Z[ recovery-image] Sep 16 16:40:35.566 INFO O| Sep 16 16:40:35.566 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-09-16T16:40:37.111Z[ recovery-image] Sep 16 16:40:35.584 INFO O| Sep 16 16:40:35.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75122024-09-16T16:40:37.111Z[ recovery-image] Sep 16 16:40:35.584 INFO O| Sep 16 16:40:35.584 INFO STEP 1140 (remove_files) COMPLETE
75132024-09-16T16:40:37.111Z[ recovery-image] Sep 16 16:40:35.584 INFO O| Sep 16 16:40:35.584 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-09-16T16:40:37.147Z[ recovery-image] Sep 16 16:40:35.620 INFO O| Sep 16 16:40:35.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75152024-09-16T16:40:37.147Z[ recovery-image] Sep 16 16:40:35.620 INFO O| Sep 16 16:40:35.620 INFO STEP 1141 (remove_files) COMPLETE
75162024-09-16T16:40:37.147Z[ recovery-image] Sep 16 16:40:35.620 INFO O| Sep 16 16:40:35.620 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-09-16T16:40:37.167Z[ recovery-image] Sep 16 16:40:35.640 INFO O| Sep 16 16:40:35.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75182024-09-16T16:40:37.167Z[ recovery-image] Sep 16 16:40:35.640 INFO O| Sep 16 16:40:35.640 INFO STEP 1142 (remove_files) COMPLETE
75192024-09-16T16:40:37.167Z[ recovery-image] Sep 16 16:40:35.640 INFO O| Sep 16 16:40:35.640 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-09-16T16:40:37.189Z[ recovery-image] Sep 16 16:40:35.662 INFO O| Sep 16 16:40:35.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75212024-09-16T16:40:37.189Z[ recovery-image] Sep 16 16:40:35.662 INFO O| Sep 16 16:40:35.662 INFO STEP 1143 (remove_files) COMPLETE
75222024-09-16T16:40:37.191Z[ recovery-image] Sep 16 16:40:35.662 INFO O| Sep 16 16:40:35.662 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-09-16T16:40:37.224Z[ recovery-image] Sep 16 16:40:35.697 INFO O| Sep 16 16:40:35.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75242024-09-16T16:40:37.224Z[ recovery-image] Sep 16 16:40:35.697 INFO O| Sep 16 16:40:35.697 INFO STEP 1144 (remove_files) COMPLETE
75252024-09-16T16:40:37.224Z[ recovery-image] Sep 16 16:40:35.697 INFO O| Sep 16 16:40:35.697 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-09-16T16:40:37.257Z[ recovery-image] Sep 16 16:40:35.730 INFO O| Sep 16 16:40:35.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75272024-09-16T16:40:37.257Z[ recovery-image] Sep 16 16:40:35.730 INFO O| Sep 16 16:40:35.730 INFO STEP 1145 (remove_files) COMPLETE
75282024-09-16T16:40:37.257Z[ recovery-image] Sep 16 16:40:35.730 INFO O| Sep 16 16:40:35.730 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-09-16T16:40:37.317Z[ recovery-image] Sep 16 16:40:35.790 INFO O| Sep 16 16:40:35.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75302024-09-16T16:40:37.317Z[ recovery-image] Sep 16 16:40:35.790 INFO O| Sep 16 16:40:35.790 INFO STEP 1146 (remove_files) COMPLETE
75312024-09-16T16:40:37.320Z[ recovery-image] Sep 16 16:40:35.790 INFO O| Sep 16 16:40:35.790 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-09-16T16:40:37.349Z[ recovery-image] Sep 16 16:40:35.822 INFO O| Sep 16 16:40:35.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75332024-09-16T16:40:37.349Z[ recovery-image] Sep 16 16:40:35.822 INFO O| Sep 16 16:40:35.822 INFO STEP 1147 (remove_files) COMPLETE
75342024-09-16T16:40:37.349Z[ recovery-image] Sep 16 16:40:35.822 INFO O| Sep 16 16:40:35.822 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-09-16T16:40:37.388Z[ recovery-image] Sep 16 16:40:35.860 INFO O| Sep 16 16:40:35.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75362024-09-16T16:40:37.388Z[ recovery-image] Sep 16 16:40:35.860 INFO O| Sep 16 16:40:35.860 INFO STEP 1148 (remove_files) COMPLETE
75372024-09-16T16:40:37.388Z[ recovery-image] Sep 16 16:40:35.860 INFO O| Sep 16 16:40:35.860 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-09-16T16:40:37.417Z[ recovery-image] Sep 16 16:40:35.890 INFO O| Sep 16 16:40:35.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75392024-09-16T16:40:37.417Z[ recovery-image] Sep 16 16:40:35.890 INFO O| Sep 16 16:40:35.890 INFO STEP 1149 (remove_files) COMPLETE
75402024-09-16T16:40:37.417Z[ recovery-image] Sep 16 16:40:35.890 INFO O| Sep 16 16:40:35.890 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-09-16T16:40:37.437Z[ recovery-image] Sep 16 16:40:35.910 INFO O| Sep 16 16:40:35.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75422024-09-16T16:40:37.437Z[ recovery-image] Sep 16 16:40:35.910 INFO O| Sep 16 16:40:35.910 INFO STEP 1150 (remove_files) COMPLETE
75432024-09-16T16:40:37.438Z[ recovery-image] Sep 16 16:40:35.910 INFO O| Sep 16 16:40:35.910 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-09-16T16:40:37.454Z[ recovery-image] Sep 16 16:40:35.927 INFO O| Sep 16 16:40:35.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75452024-09-16T16:40:37.454Z[ recovery-image] Sep 16 16:40:35.927 INFO O| Sep 16 16:40:35.927 INFO STEP 1151 (remove_files) COMPLETE
75462024-09-16T16:40:37.454Z[ recovery-image] Sep 16 16:40:35.927 INFO O| Sep 16 16:40:35.927 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-09-16T16:40:37.470Z[ recovery-image] Sep 16 16:40:35.944 INFO O| Sep 16 16:40:35.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75482024-09-16T16:40:37.470Z[ recovery-image] Sep 16 16:40:35.944 INFO O| Sep 16 16:40:35.944 INFO STEP 1152 (remove_files) COMPLETE
75492024-09-16T16:40:37.470Z[ recovery-image] Sep 16 16:40:35.944 INFO O| Sep 16 16:40:35.944 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-09-16T16:40:37.492Z[ recovery-image] Sep 16 16:40:35.965 INFO O| Sep 16 16:40:35.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75512024-09-16T16:40:37.494Z[ recovery-image] Sep 16 16:40:35.965 INFO O| Sep 16 16:40:35.965 INFO STEP 1153 (remove_files) COMPLETE
75522024-09-16T16:40:37.494Z[ recovery-image] Sep 16 16:40:35.965 INFO O| Sep 16 16:40:35.965 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-09-16T16:40:37.510Z[ recovery-image] Sep 16 16:40:35.983 INFO O| Sep 16 16:40:35.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75542024-09-16T16:40:37.512Z[ recovery-image] Sep 16 16:40:35.983 INFO O| Sep 16 16:40:35.983 INFO STEP 1154 (remove_files) COMPLETE
75552024-09-16T16:40:37.512Z[ recovery-image] Sep 16 16:40:35.983 INFO O| Sep 16 16:40:35.983 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-09-16T16:40:37.527Z[ recovery-image] Sep 16 16:40:36.000 INFO O| Sep 16 16:40:36.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75572024-09-16T16:40:37.529Z[ recovery-image] Sep 16 16:40:36.000 INFO O| Sep 16 16:40:36.000 INFO STEP 1155 (remove_files) COMPLETE
75582024-09-16T16:40:37.529Z[ recovery-image] Sep 16 16:40:36.000 INFO O| Sep 16 16:40:36.000 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-09-16T16:40:37.568Z[ recovery-image] Sep 16 16:40:36.041 INFO O| Sep 16 16:40:36.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75602024-09-16T16:40:37.568Z[ recovery-image] Sep 16 16:40:36.041 INFO O| Sep 16 16:40:36.041 INFO STEP 1156 (remove_files) COMPLETE
75612024-09-16T16:40:37.571Z[ recovery-image] Sep 16 16:40:36.041 INFO O| Sep 16 16:40:36.041 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-09-16T16:40:37.642Z[ recovery-image] Sep 16 16:40:36.115 INFO O| Sep 16 16:40:36.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75632024-09-16T16:40:37.642Z[ recovery-image] Sep 16 16:40:36.115 INFO O| Sep 16 16:40:36.115 INFO STEP 1157 (remove_files) COMPLETE
75642024-09-16T16:40:37.642Z[ recovery-image] Sep 16 16:40:36.115 INFO O| Sep 16 16:40:36.115 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-09-16T16:40:37.684Z[ recovery-image] Sep 16 16:40:36.157 INFO O| Sep 16 16:40:36.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75662024-09-16T16:40:37.684Z[ recovery-image] Sep 16 16:40:36.157 INFO O| Sep 16 16:40:36.157 INFO STEP 1158 (remove_files) COMPLETE
75672024-09-16T16:40:37.684Z[ recovery-image] Sep 16 16:40:36.157 INFO O| Sep 16 16:40:36.157 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-09-16T16:40:37.753Z[ recovery-image] Sep 16 16:40:36.215 INFO O| Sep 16 16:40:36.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75692024-09-16T16:40:37.753Z[ recovery-image] Sep 16 16:40:36.215 INFO O| Sep 16 16:40:36.215 INFO STEP 1159 (remove_files) COMPLETE
75702024-09-16T16:40:37.753Z[ recovery-image] Sep 16 16:40:36.215 INFO O| Sep 16 16:40:36.215 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-09-16T16:40:37.760Z[ recovery-image] Sep 16 16:40:36.233 INFO O| Sep 16 16:40:36.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75722024-09-16T16:40:37.760Z[ recovery-image] Sep 16 16:40:36.234 INFO O| Sep 16 16:40:36.233 INFO STEP 1160 (remove_files) COMPLETE
75732024-09-16T16:40:37.764Z[ recovery-image] Sep 16 16:40:36.234 INFO O| Sep 16 16:40:36.234 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-09-16T16:40:37.777Z[ recovery-image] Sep 16 16:40:36.250 INFO O| Sep 16 16:40:36.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75752024-09-16T16:40:37.777Z[ recovery-image] Sep 16 16:40:36.250 INFO O| Sep 16 16:40:36.250 INFO STEP 1161 (remove_files) COMPLETE
75762024-09-16T16:40:37.780Z[ recovery-image] Sep 16 16:40:36.250 INFO O| Sep 16 16:40:36.250 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-09-16T16:40:37.794Z[ recovery-image] Sep 16 16:40:36.267 INFO O| Sep 16 16:40:36.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75782024-09-16T16:40:37.794Z[ recovery-image] Sep 16 16:40:36.267 INFO O| Sep 16 16:40:36.267 INFO STEP 1162 (remove_files) COMPLETE
75792024-09-16T16:40:37.796Z[ recovery-image] Sep 16 16:40:36.267 INFO O| Sep 16 16:40:36.267 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-09-16T16:40:37.810Z[ recovery-image] Sep 16 16:40:36.283 INFO O| Sep 16 16:40:36.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75812024-09-16T16:40:37.810Z[ recovery-image] Sep 16 16:40:36.283 INFO O| Sep 16 16:40:36.283 INFO STEP 1163 (remove_files) COMPLETE
75822024-09-16T16:40:37.813Z[ recovery-image] Sep 16 16:40:36.284 INFO O| Sep 16 16:40:36.283 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-09-16T16:40:37.854Z[ recovery-image] Sep 16 16:40:36.327 INFO O| Sep 16 16:40:36.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75842024-09-16T16:40:37.854Z[ recovery-image] Sep 16 16:40:36.327 INFO O| Sep 16 16:40:36.327 INFO STEP 1164 (remove_files) COMPLETE
75852024-09-16T16:40:37.857Z[ recovery-image] Sep 16 16:40:36.327 INFO O| Sep 16 16:40:36.327 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-09-16T16:40:37.872Z[ recovery-image] Sep 16 16:40:36.345 INFO O| Sep 16 16:40:36.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75872024-09-16T16:40:37.872Z[ recovery-image] Sep 16 16:40:36.345 INFO O| Sep 16 16:40:36.345 INFO STEP 1165 (remove_files) COMPLETE
75882024-09-16T16:40:37.872Z[ recovery-image] Sep 16 16:40:36.345 INFO O| Sep 16 16:40:36.345 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-09-16T16:40:37.888Z[ recovery-image] Sep 16 16:40:36.361 INFO O| Sep 16 16:40:36.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75902024-09-16T16:40:37.888Z[ recovery-image] Sep 16 16:40:36.361 INFO O| Sep 16 16:40:36.361 INFO STEP 1166 (remove_files) COMPLETE
75912024-09-16T16:40:37.888Z[ recovery-image] Sep 16 16:40:36.361 INFO O| Sep 16 16:40:36.361 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-09-16T16:40:37.910Z[ recovery-image] Sep 16 16:40:36.382 INFO O| Sep 16 16:40:36.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75932024-09-16T16:40:37.910Z[ recovery-image] Sep 16 16:40:36.382 INFO O| Sep 16 16:40:36.382 INFO STEP 1167 (remove_files) COMPLETE
75942024-09-16T16:40:37.912Z[ recovery-image] Sep 16 16:40:36.382 INFO O| Sep 16 16:40:36.382 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-09-16T16:40:37.967Z[ recovery-image] Sep 16 16:40:36.440 INFO O| Sep 16 16:40:36.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75962024-09-16T16:40:37.967Z[ recovery-image] Sep 16 16:40:36.441 INFO O| Sep 16 16:40:36.440 INFO STEP 1168 (remove_files) COMPLETE
75972024-09-16T16:40:37.967Z[ recovery-image] Sep 16 16:40:36.441 INFO O| Sep 16 16:40:36.441 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-09-16T16:40:38.030Z[ recovery-image] Sep 16 16:40:36.503 INFO O| Sep 16 16:40:36.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75992024-09-16T16:40:38.033Z[ recovery-image] Sep 16 16:40:36.503 INFO O| Sep 16 16:40:36.503 INFO STEP 1169 (remove_files) COMPLETE
76002024-09-16T16:40:38.033Z[ recovery-image] Sep 16 16:40:36.504 INFO O| Sep 16 16:40:36.503 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-09-16T16:40:38.070Z[ recovery-image] Sep 16 16:40:36.543 INFO O| Sep 16 16:40:36.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76022024-09-16T16:40:38.070Z[ recovery-image] Sep 16 16:40:36.543 INFO O| Sep 16 16:40:36.543 INFO STEP 1170 (remove_files) COMPLETE
76032024-09-16T16:40:38.070Z[ recovery-image] Sep 16 16:40:36.543 INFO O| Sep 16 16:40:36.543 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-09-16T16:40:38.088Z[ recovery-image] Sep 16 16:40:36.561 INFO O| Sep 16 16:40:36.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76052024-09-16T16:40:38.088Z[ recovery-image] Sep 16 16:40:36.561 INFO O| Sep 16 16:40:36.561 INFO STEP 1171 (remove_files) COMPLETE
76062024-09-16T16:40:38.088Z[ recovery-image] Sep 16 16:40:36.561 INFO O| Sep 16 16:40:36.561 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-09-16T16:40:38.104Z[ recovery-image] Sep 16 16:40:36.577 INFO O| Sep 16 16:40:36.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76082024-09-16T16:40:38.120Z[ recovery-image] Sep 16 16:40:36.592 INFO O| Sep 16 16:40:36.592 INFO STEP 1172 (remove_files) COMPLETE
76092024-09-16T16:40:38.120Z[ recovery-image] Sep 16 16:40:36.592 INFO O| Sep 16 16:40:36.592 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-09-16T16:40:38.180Z[ recovery-image] Sep 16 16:40:36.652 INFO O| Sep 16 16:40:36.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76112024-09-16T16:40:38.180Z[ recovery-image] Sep 16 16:40:36.652 INFO O| Sep 16 16:40:36.652 INFO STEP 1173 (remove_files) COMPLETE
76122024-09-16T16:40:38.182Z[ recovery-image] Sep 16 16:40:36.653 INFO O| Sep 16 16:40:36.652 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-09-16T16:40:38.197Z[ recovery-image] Sep 16 16:40:36.669 INFO O| Sep 16 16:40:36.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76142024-09-16T16:40:38.198Z[ recovery-image] Sep 16 16:40:36.669 INFO O| Sep 16 16:40:36.669 INFO STEP 1174 (remove_files) COMPLETE
76152024-09-16T16:40:38.198Z[ recovery-image] Sep 16 16:40:36.669 INFO O| Sep 16 16:40:36.669 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-09-16T16:40:38.228Z[ recovery-image] Sep 16 16:40:36.700 INFO O| Sep 16 16:40:36.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76172024-09-16T16:40:38.228Z[ recovery-image] Sep 16 16:40:36.700 INFO O| Sep 16 16:40:36.700 INFO STEP 1175 (remove_files) COMPLETE
76182024-09-16T16:40:38.228Z[ recovery-image] Sep 16 16:40:36.700 INFO O| Sep 16 16:40:36.700 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-09-16T16:40:38.277Z[ recovery-image] Sep 16 16:40:36.749 INFO O| Sep 16 16:40:36.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76202024-09-16T16:40:38.277Z[ recovery-image] Sep 16 16:40:36.750 INFO O| Sep 16 16:40:36.749 INFO STEP 1176 (remove_files) COMPLETE
76212024-09-16T16:40:38.277Z[ recovery-image] Sep 16 16:40:36.750 INFO O| Sep 16 16:40:36.750 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-09-16T16:40:38.294Z[ recovery-image] Sep 16 16:40:36.766 INFO O| Sep 16 16:40:36.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76232024-09-16T16:40:38.294Z[ recovery-image] Sep 16 16:40:36.766 INFO O| Sep 16 16:40:36.766 INFO STEP 1177 (remove_files) COMPLETE
76242024-09-16T16:40:38.294Z[ recovery-image] Sep 16 16:40:36.766 INFO O| Sep 16 16:40:36.766 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-09-16T16:40:38.311Z[ recovery-image] Sep 16 16:40:36.783 INFO O| Sep 16 16:40:36.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76262024-09-16T16:40:38.311Z[ recovery-image] Sep 16 16:40:36.783 INFO O| Sep 16 16:40:36.783 INFO STEP 1178 (remove_files) COMPLETE
76272024-09-16T16:40:38.311Z[ recovery-image] Sep 16 16:40:36.783 INFO O| Sep 16 16:40:36.783 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-09-16T16:40:38.329Z[ recovery-image] Sep 16 16:40:36.801 INFO O| Sep 16 16:40:36.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76292024-09-16T16:40:38.329Z[ recovery-image] Sep 16 16:40:36.801 INFO O| Sep 16 16:40:36.801 INFO STEP 1179 (remove_files) COMPLETE
76302024-09-16T16:40:38.329Z[ recovery-image] Sep 16 16:40:36.801 INFO O| Sep 16 16:40:36.801 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-09-16T16:40:38.365Z[ recovery-image] Sep 16 16:40:36.837 INFO O| Sep 16 16:40:36.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76322024-09-16T16:40:38.368Z[ recovery-image] Sep 16 16:40:36.838 INFO O| Sep 16 16:40:36.837 INFO STEP 1180 (remove_files) COMPLETE
76332024-09-16T16:40:38.368Z[ recovery-image] Sep 16 16:40:36.838 INFO O| Sep 16 16:40:36.838 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-09-16T16:40:38.384Z[ recovery-image] Sep 16 16:40:36.857 INFO O| Sep 16 16:40:36.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76352024-09-16T16:40:38.387Z[ recovery-image] Sep 16 16:40:36.857 INFO O| Sep 16 16:40:36.857 INFO STEP 1181 (remove_files) COMPLETE
76362024-09-16T16:40:38.387Z[ recovery-image] Sep 16 16:40:36.857 INFO O| Sep 16 16:40:36.857 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-09-16T16:40:38.406Z[ recovery-image] Sep 16 16:40:36.875 INFO O| Sep 16 16:40:36.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76382024-09-16T16:40:38.406Z[ recovery-image] Sep 16 16:40:36.875 INFO O| Sep 16 16:40:36.875 INFO STEP 1182 (remove_files) COMPLETE
76392024-09-16T16:40:38.409Z[ recovery-image] Sep 16 16:40:36.876 INFO O| Sep 16 16:40:36.875 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-09-16T16:40:38.419Z[ recovery-image] Sep 16 16:40:36.892 INFO O| Sep 16 16:40:36.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76412024-09-16T16:40:38.421Z[ recovery-image] Sep 16 16:40:36.892 INFO O| Sep 16 16:40:36.892 INFO STEP 1183 (remove_files) COMPLETE
76422024-09-16T16:40:38.421Z[ recovery-image] Sep 16 16:40:36.892 INFO O| Sep 16 16:40:36.892 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-09-16T16:40:38.446Z[ recovery-image] Sep 16 16:40:36.918 INFO O| Sep 16 16:40:36.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76442024-09-16T16:40:38.446Z[ recovery-image] Sep 16 16:40:36.918 INFO O| Sep 16 16:40:36.918 INFO STEP 1184 (remove_files) COMPLETE
76452024-09-16T16:40:38.446Z[ recovery-image] Sep 16 16:40:36.918 INFO O| Sep 16 16:40:36.918 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-09-16T16:40:38.477Z[ recovery-image] Sep 16 16:40:36.949 INFO O| Sep 16 16:40:36.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76472024-09-16T16:40:38.477Z[ recovery-image] Sep 16 16:40:36.949 INFO O| Sep 16 16:40:36.949 INFO STEP 1185 (remove_files) COMPLETE
76482024-09-16T16:40:38.477Z[ recovery-image] Sep 16 16:40:36.949 INFO O| Sep 16 16:40:36.949 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-09-16T16:40:38.492Z[ recovery-image] Sep 16 16:40:36.964 INFO O| Sep 16 16:40:36.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76502024-09-16T16:40:38.492Z[ recovery-image] Sep 16 16:40:36.965 INFO O| Sep 16 16:40:36.965 INFO STEP 1186 (remove_files) COMPLETE
76512024-09-16T16:40:38.494Z[ recovery-image] Sep 16 16:40:36.965 INFO O| Sep 16 16:40:36.965 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-09-16T16:40:38.519Z[ recovery-image] Sep 16 16:40:36.992 INFO O| Sep 16 16:40:36.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76532024-09-16T16:40:38.519Z[ recovery-image] Sep 16 16:40:36.992 INFO O| Sep 16 16:40:36.992 INFO STEP 1187 (remove_files) COMPLETE
76542024-09-16T16:40:38.522Z[ recovery-image] Sep 16 16:40:36.992 INFO O| Sep 16 16:40:36.992 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-09-16T16:40:38.538Z[ recovery-image] Sep 16 16:40:37.011 INFO O| Sep 16 16:40:37.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76562024-09-16T16:40:38.538Z[ recovery-image] Sep 16 16:40:37.011 INFO O| Sep 16 16:40:37.011 INFO STEP 1188 (remove_files) COMPLETE
76572024-09-16T16:40:38.541Z[ recovery-image] Sep 16 16:40:37.011 INFO O| Sep 16 16:40:37.011 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-09-16T16:40:38.562Z[ recovery-image] Sep 16 16:40:37.035 INFO O| Sep 16 16:40:37.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76592024-09-16T16:40:38.565Z[ recovery-image] Sep 16 16:40:37.035 INFO O| Sep 16 16:40:37.035 INFO STEP 1189 (remove_files) COMPLETE
76602024-09-16T16:40:38.565Z[ recovery-image] Sep 16 16:40:37.036 INFO O| Sep 16 16:40:37.035 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-09-16T16:40:38.581Z[ recovery-image] Sep 16 16:40:37.053 INFO O| Sep 16 16:40:37.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76622024-09-16T16:40:38.583Z[ recovery-image] Sep 16 16:40:37.054 INFO O| Sep 16 16:40:37.053 INFO STEP 1190 (remove_files) COMPLETE
76632024-09-16T16:40:38.583Z[ recovery-image] Sep 16 16:40:37.054 INFO O| Sep 16 16:40:37.054 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-09-16T16:40:38.598Z[ recovery-image] Sep 16 16:40:37.071 INFO O| Sep 16 16:40:37.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76652024-09-16T16:40:38.598Z[ recovery-image] Sep 16 16:40:37.071 INFO O| Sep 16 16:40:37.071 INFO STEP 1191 (remove_files) COMPLETE
76662024-09-16T16:40:38.601Z[ recovery-image] Sep 16 16:40:37.071 INFO O| Sep 16 16:40:37.071 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-09-16T16:40:38.613Z[ recovery-image] Sep 16 16:40:37.086 INFO O| Sep 16 16:40:37.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76682024-09-16T16:40:38.616Z[ recovery-image] Sep 16 16:40:37.086 INFO O| Sep 16 16:40:37.086 INFO STEP 1192 (remove_files) COMPLETE
76692024-09-16T16:40:38.616Z[ recovery-image] Sep 16 16:40:37.086 INFO O| Sep 16 16:40:37.086 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-09-16T16:40:38.630Z[ recovery-image] Sep 16 16:40:37.103 INFO O| Sep 16 16:40:37.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76712024-09-16T16:40:38.630Z[ recovery-image] Sep 16 16:40:37.103 INFO O| Sep 16 16:40:37.103 INFO STEP 1193 (remove_files) COMPLETE
76722024-09-16T16:40:38.630Z[ recovery-image] Sep 16 16:40:37.103 INFO O| Sep 16 16:40:37.103 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-09-16T16:40:38.663Z[ recovery-image] Sep 16 16:40:37.136 INFO O| Sep 16 16:40:37.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76742024-09-16T16:40:38.663Z[ recovery-image] Sep 16 16:40:37.136 INFO O| Sep 16 16:40:37.136 INFO STEP 1194 (remove_files) COMPLETE
76752024-09-16T16:40:38.663Z[ recovery-image] Sep 16 16:40:37.136 INFO O| Sep 16 16:40:37.136 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-09-16T16:40:38.683Z[ recovery-image] Sep 16 16:40:37.156 INFO O| Sep 16 16:40:37.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76772024-09-16T16:40:38.683Z[ recovery-image] Sep 16 16:40:37.156 INFO O| Sep 16 16:40:37.156 INFO STEP 1195 (remove_files) COMPLETE
76782024-09-16T16:40:38.683Z[ recovery-image] Sep 16 16:40:37.156 INFO O| Sep 16 16:40:37.156 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-09-16T16:40:38.715Z[ recovery-image] Sep 16 16:40:37.188 INFO O| Sep 16 16:40:37.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76802024-09-16T16:40:38.715Z[ recovery-image] Sep 16 16:40:37.188 INFO O| Sep 16 16:40:37.188 INFO STEP 1196 (remove_files) COMPLETE
76812024-09-16T16:40:38.715Z[ recovery-image] Sep 16 16:40:37.188 INFO O| Sep 16 16:40:37.188 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-09-16T16:40:38.734Z[ recovery-image] Sep 16 16:40:37.206 INFO O| Sep 16 16:40:37.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76832024-09-16T16:40:38.734Z[ recovery-image] Sep 16 16:40:37.206 INFO O| Sep 16 16:40:37.206 INFO STEP 1197 (remove_files) COMPLETE
76842024-09-16T16:40:38.734Z[ recovery-image] Sep 16 16:40:37.206 INFO O| Sep 16 16:40:37.206 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-09-16T16:40:38.759Z[ recovery-image] Sep 16 16:40:37.232 INFO O| Sep 16 16:40:37.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76862024-09-16T16:40:38.759Z[ recovery-image] Sep 16 16:40:37.232 INFO O| Sep 16 16:40:37.232 INFO STEP 1198 (remove_files) COMPLETE
76872024-09-16T16:40:38.762Z[ recovery-image] Sep 16 16:40:37.232 INFO O| Sep 16 16:40:37.232 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-09-16T16:40:38.777Z[ recovery-image] Sep 16 16:40:37.250 INFO O| Sep 16 16:40:37.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76892024-09-16T16:40:38.777Z[ recovery-image] Sep 16 16:40:37.250 INFO O| Sep 16 16:40:37.250 INFO STEP 1199 (remove_files) COMPLETE
76902024-09-16T16:40:38.777Z[ recovery-image] Sep 16 16:40:37.250 INFO O| Sep 16 16:40:37.250 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-09-16T16:40:38.795Z[ recovery-image] Sep 16 16:40:37.267 INFO O| Sep 16 16:40:37.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76922024-09-16T16:40:38.795Z[ recovery-image] Sep 16 16:40:37.267 INFO O| Sep 16 16:40:37.267 INFO STEP 1200 (remove_files) COMPLETE
76932024-09-16T16:40:38.795Z[ recovery-image] Sep 16 16:40:37.267 INFO O| Sep 16 16:40:37.267 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-09-16T16:40:38.810Z[ recovery-image] Sep 16 16:40:37.283 INFO O| Sep 16 16:40:37.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76952024-09-16T16:40:38.810Z[ recovery-image] Sep 16 16:40:37.283 INFO O| Sep 16 16:40:37.283 INFO STEP 1201 (remove_files) COMPLETE
76962024-09-16T16:40:38.810Z[ recovery-image] Sep 16 16:40:37.283 INFO O| Sep 16 16:40:37.283 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-09-16T16:40:38.826Z[ recovery-image] Sep 16 16:40:37.298 INFO O| Sep 16 16:40:37.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76982024-09-16T16:40:38.826Z[ recovery-image] Sep 16 16:40:37.299 INFO O| Sep 16 16:40:37.298 INFO STEP 1202 (remove_files) COMPLETE
76992024-09-16T16:40:38.826Z[ recovery-image] Sep 16 16:40:37.299 INFO O| Sep 16 16:40:37.299 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-09-16T16:40:38.865Z[ recovery-image] Sep 16 16:40:37.337 INFO O| Sep 16 16:40:37.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77012024-09-16T16:40:38.868Z[ recovery-image] Sep 16 16:40:37.337 INFO O| Sep 16 16:40:37.337 INFO STEP 1203 (remove_files) COMPLETE
77022024-09-16T16:40:38.868Z[ recovery-image] Sep 16 16:40:37.337 INFO O| Sep 16 16:40:37.337 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-09-16T16:40:38.883Z[ recovery-image] Sep 16 16:40:37.356 INFO O| Sep 16 16:40:37.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77042024-09-16T16:40:38.886Z[ recovery-image] Sep 16 16:40:37.356 INFO O| Sep 16 16:40:37.356 INFO STEP 1204 (remove_files) COMPLETE
77052024-09-16T16:40:38.886Z[ recovery-image] Sep 16 16:40:37.356 INFO O| Sep 16 16:40:37.356 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-09-16T16:40:38.941Z[ recovery-image] Sep 16 16:40:37.414 INFO O| Sep 16 16:40:37.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77072024-09-16T16:40:38.944Z[ recovery-image] Sep 16 16:40:37.414 INFO O| Sep 16 16:40:37.414 INFO STEP 1205 (remove_files) COMPLETE
77082024-09-16T16:40:38.944Z[ recovery-image] Sep 16 16:40:37.414 INFO O| Sep 16 16:40:37.414 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77092024-09-16T16:40:38.970Z[ recovery-image] Sep 16 16:40:37.442 INFO O| Sep 16 16:40:37.442 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77102024-09-16T16:40:38.972Z[ recovery-image] Sep 16 16:40:37.442 INFO O| Sep 16 16:40:37.442 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77112024-09-16T16:40:40.755Z[ recovery-image] Sep 16 16:40:39.228 INFO O| Sep 16 16:40:39.228 INFO STEP 1206 (pack_tar) COMPLETE
77122024-09-16T16:40:40.755Z[ recovery-image] Sep 16 16:40:39.228 INFO O| Sep 16 16:40:39.228 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77132024-09-16T16:40:40.758Z[ recovery-image] Sep 16 16:40:39.228 INFO O| Sep 16 16:40:39.228 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77142024-09-16T16:40:41.105Z[ recovery-image] Sep 16 16:40:39.578 INFO O| Sep 16 16:40:39.578 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77152024-09-16T16:40:41.205Z[ recovery-image] Sep 16 16:40:39.677 INFO O| Sep 16 16:40:39.677 INFO completed processing gimlet/ramdisk-03-recovery-trim
77162024-09-16T16:40:41.214Z[ recovery-image] Sep 16 16:40:39.686 INFO image builder template: zfs-recovery...
77172024-09-16T16:40:41.214Z[ recovery-image] Sep 16 16:40:39.686 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/.tmpUveaVA/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
77182024-09-16T16:40:41.263Z[ recovery-image] Sep 16 16:40:39.735 INFO O| Sep 16 16:40:39.735 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77192024-09-16T16:40:41.269Z[ recovery-image] Sep 16 16:40:39.742 INFO O| Sep 16 16:40:39.742 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77202024-09-16T16:40:41.384Z[ recovery-image] Sep 16 16:40:39.856 INFO O| Sep 16 16:40:39.856 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77212024-09-16T16:40:41.491Z[ recovery-image] Sep 16 16:40:39.963 INFO O| Sep 16 16:40:39.963 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77222024-09-16T16:40:41.491Z[ recovery-image] Sep 16 16:40:39.963 INFO O| Sep 16 16:40:39.963 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77232024-09-16T16:40:41.498Z[ recovery-image] Sep 16 16:40:39.970 INFO O| Sep 16 16:40:39.970 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77242024-09-16T16:40:41.611Z[ recovery-image] Sep 16 16:40:40.083 INFO O| Sep 16 16:40:40.083 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77252024-09-16T16:40:41.670Z[ recovery-image] Sep 16 16:40:40.142 INFO O| Sep 16 16:40:40.142 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77262024-09-16T16:40:41.683Z[ recovery-image] Sep 16 16:40:40.156 INFO O| Sep 16 16:40:40.156 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77272024-09-16T16:40:41.691Z[ recovery-image] Sep 16 16:40:40.163 INFO O| Sep 16 16:40:40.163 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77282024-09-16T16:40:41.693Z[ recovery-image] Sep 16 16:40:40.165 INFO O| Sep 16 16:40:40.165 INFO no lofi found
77292024-09-16T16:40:41.693Z[ recovery-image] Sep 16 16:40:40.165 INFO O| Sep 16 16:40:40.165 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77302024-09-16T16:40:41.693Z[ recovery-image] Sep 16 16:40:40.165 INFO O| Sep 16 16:40:40.165 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77312024-09-16T16:40:43.539Z[ recovery-image] Sep 16 16:40:42.011 INFO O| Sep 16 16:40:42.011 INFO lofi device = /dev/dsk/c2t1d0p0
77322024-09-16T16:40:43.539Z[ recovery-image] Sep 16 16:40:42.011 INFO O| Sep 16 16:40:42.011 INFO pool device = /dev/dsk/c2t1d0p0
77332024-09-16T16:40:43.542Z[ recovery-image] Sep 16 16:40:42.012 INFO O| Sep 16 16:40:42.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
77342024-09-16T16:40:43.622Z[ recovery-image] Sep 16 16:40:42.094 INFO O| Sep 16 16:40:42.094 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77352024-09-16T16:40:43.622Z[ recovery-image] Sep 16 16:40:42.094 INFO O| Sep 16 16:40:42.094 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77362024-09-16T16:40:43.642Z[ recovery-image] Sep 16 16:40:42.114 INFO O| Sep 16 16:40:42.114 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77372024-09-16T16:40:43.711Z[ recovery-image] Sep 16 16:40:42.184 INFO O| Sep 16 16:40:42.184 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77382024-09-16T16:40:43.749Z[ recovery-image] Sep 16 16:40:42.221 INFO O| Sep 16 16:40:42.221 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77392024-09-16T16:40:43.765Z[ recovery-image] Sep 16 16:40:42.237 INFO O| Sep 16 16:40:42.237 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77402024-09-16T16:40:43.776Z[ recovery-image] Sep 16 16:40:42.248 INFO O| Sep 16 16:40:42.248 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77412024-09-16T16:40:43.823Z[ recovery-image] Sep 16 16:40:42.295 INFO O| Sep 16 16:40:42.295 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77422024-09-16T16:40:43.823Z[ recovery-image] Sep 16 16:40:42.295 INFO O| Sep 16 16:40:42.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77432024-09-16T16:40:43.825Z[ recovery-image] Sep 16 16:40:42.295 INFO O| Sep 16 16:40:42.295 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77442024-09-16T16:40:43.830Z[ recovery-image] Sep 16 16:40:42.302 INFO O| Sep 16 16:40:42.302 INFO boot environment UUID: b249de32-0bf5-46f2-98da-17a1a81f32a6
77452024-09-16T16:40:43.830Z[ recovery-image] Sep 16 16:40:42.302 INFO O| Sep 16 16:40:42.302 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b249de32-0bf5-46f2-98da-17a1a81f32a6
77462024-09-16T16:40:43.842Z[ recovery-image] Sep 16 16:40:42.314 INFO O| Sep 16 16:40:42.314 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77472024-09-16T16:40:43.853Z[ recovery-image] Sep 16 16:40:42.326 INFO O| Sep 16 16:40:42.326 INFO STEP 0 (create_be) COMPLETE
77482024-09-16T16:40:43.853Z[ recovery-image] Sep 16 16:40:42.326 INFO O| Sep 16 16:40:42.326 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77492024-09-16T16:40:43.871Z[ recovery-image] Sep 16 16:40:42.343 INFO O| Sep 16 16:40:42.343 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"]
77502024-09-16T16:40:46.531Z[ recovery-image] Sep 16 16:40:45.002 INFO O| Sep 16 16:40:45.002 INFO STEP 1 (unpack_tar) COMPLETE
77512024-09-16T16:40:46.531Z[ recovery-image] Sep 16 16:40:45.002 INFO O| Sep 16 16:40:45.002 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77522024-09-16T16:40:46.542Z[ recovery-image] Sep 16 16:40:45.014 INFO O| Sep 16 16:40:45.014 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77532024-09-16T16:40:47.306Z[ recovery-image] Sep 16 16:40:45.777 INFO O| Sep 16 16:40:45.777 INFO STEP 2 (devfsadm) COMPLETE
77542024-09-16T16:40:47.306Z[ recovery-image] Sep 16 16:40:45.777 INFO O| Sep 16 16:40:45.777 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77552024-09-16T16:40:47.321Z[ recovery-image] Sep 16 16:40:45.793 INFO O| Sep 16 16:40:45.792 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77562024-09-16T16:40:47.321Z[ recovery-image] Sep 16 16:40:45.793 INFO O| Sep 16 16:40:45.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77572024-09-16T16:40:47.321Z[ recovery-image] Sep 16 16:40:45.793 INFO O| Sep 16 16:40:45.793 INFO STEP 3 (ensure_dir) COMPLETE
77582024-09-16T16:40:47.324Z[ recovery-image] Sep 16 16:40:45.793 INFO O| Sep 16 16:40:45.793 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77592024-09-16T16:40:47.335Z[ recovery-image] Sep 16 16:40:45.807 INFO O| Sep 16 16:40:45.807 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77602024-09-16T16:40:47.336Z[ recovery-image] Sep 16 16:40:45.807 INFO O| Sep 16 16:40:45.807 INFO STEP 4 (ensure_dir) COMPLETE
77612024-09-16T16:40:47.338Z[ recovery-image] Sep 16 16:40:45.807 INFO O| Sep 16 16:40:45.807 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77622024-09-16T16:40:47.350Z[ recovery-image] Sep 16 16:40:45.821 INFO O| Sep 16 16:40:45.821 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77632024-09-16T16:40:47.350Z[ recovery-image] Sep 16 16:40:45.821 INFO O| Sep 16 16:40:45.821 INFO STEP 5 (ensure_dir) COMPLETE
77642024-09-16T16:40:47.350Z[ recovery-image] Sep 16 16:40:45.821 INFO O| Sep 16 16:40:45.821 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77652024-09-16T16:40:47.364Z[ recovery-image] Sep 16 16:40:45.835 INFO O| Sep 16 16:40:45.835 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77662024-09-16T16:40:47.367Z[ recovery-image] Sep 16 16:40:45.835 INFO O| Sep 16 16:40:45.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77672024-09-16T16:40:47.367Z[ recovery-image] Sep 16 16:40:45.836 INFO O| Sep 16 16:40:45.835 INFO STEP 6 (ensure_dir) COMPLETE
77682024-09-16T16:40:47.367Z[ recovery-image] Sep 16 16:40:45.836 INFO O| Sep 16 16:40:45.835 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77692024-09-16T16:40:47.378Z[ recovery-image] Sep 16 16:40:45.850 INFO O| Sep 16 16:40:45.850 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77702024-09-16T16:40:47.378Z[ recovery-image] Sep 16 16:40:45.850 INFO O| Sep 16 16:40:45.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77712024-09-16T16:40:47.381Z[ recovery-image] Sep 16 16:40:45.850 INFO O| Sep 16 16:40:45.850 INFO STEP 7 (ensure_dir) COMPLETE
77722024-09-16T16:40:47.381Z[ recovery-image] Sep 16 16:40:45.850 INFO O| Sep 16 16:40:45.850 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77732024-09-16T16:40:47.392Z[ recovery-image] Sep 16 16:40:45.863 INFO O| Sep 16 16:40:45.863 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77742024-09-16T16:40:47.392Z[ recovery-image] Sep 16 16:40:45.863 INFO O| Sep 16 16:40:45.863 INFO STEP 8 (remove_files) COMPLETE
77752024-09-16T16:40:47.395Z[ recovery-image] Sep 16 16:40:45.863 INFO O| Sep 16 16:40:45.863 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77762024-09-16T16:40:47.402Z[ recovery-image] Sep 16 16:40:45.874 INFO O| Sep 16 16:40:45.874 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77772024-09-16T16:40:47.405Z[ recovery-image] Sep 16 16:40:45.875 INFO O| Sep 16 16:40:45.875 INFO STEP 9 (remove_files) COMPLETE
77782024-09-16T16:40:47.405Z[ recovery-image] Sep 16 16:40:45.875 INFO O| Sep 16 16:40:45.875 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77792024-09-16T16:40:47.417Z[ recovery-image] Sep 16 16:40:45.887 INFO O| Sep 16 16:40:45.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77802024-09-16T16:40:47.422Z[ recovery-image] Sep 16 16:40:45.888 INFO O| Sep 16 16:40:45.888 INFO STEP 10 (remove_files) COMPLETE
77812024-09-16T16:40:47.422Z[ recovery-image] Sep 16 16:40:45.889 INFO O| Sep 16 16:40:45.888 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77822024-09-16T16:40:47.437Z[ recovery-image] Sep 16 16:40:45.902 INFO O| Sep 16 16:40:45.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77832024-09-16T16:40:47.437Z[ recovery-image] Sep 16 16:40:45.902 INFO O| Sep 16 16:40:45.902 INFO STEP 11 (remove_files) COMPLETE
77842024-09-16T16:40:47.437Z[ recovery-image] Sep 16 16:40:45.902 INFO O| Sep 16 16:40:45.902 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77852024-09-16T16:40:47.447Z[ recovery-image] Sep 16 16:40:45.916 INFO O| Sep 16 16:40:45.916 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77862024-09-16T16:40:47.447Z[ recovery-image] Sep 16 16:40:45.916 INFO O| Sep 16 16:40:45.916 INFO STEP 12 (remove_files) COMPLETE
77872024-09-16T16:40:47.447Z[ recovery-image] Sep 16 16:40:45.916 INFO O| Sep 16 16:40:45.916 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77882024-09-16T16:40:47.464Z[ recovery-image] Sep 16 16:40:45.927 INFO O| Sep 16 16:40:45.927 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77892024-09-16T16:40:47.464Z[ recovery-image] Sep 16 16:40:45.927 INFO O| Sep 16 16:40:45.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77902024-09-16T16:40:47.464Z[ recovery-image] Sep 16 16:40:45.927 INFO O| Sep 16 16:40:45.927 INFO STEP 13 (ensure_dir) COMPLETE
77912024-09-16T16:40:47.469Z[ recovery-image] Sep 16 16:40:45.927 INFO O| Sep 16 16:40:45.927 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77922024-09-16T16:40:47.469Z[ recovery-image] Sep 16 16:40:45.938 INFO O| Sep 16 16:40:45.938 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77932024-09-16T16:40:47.469Z[ recovery-image] Sep 16 16:40:45.938 INFO O| Sep 16 16:40:45.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77942024-09-16T16:40:47.469Z[ recovery-image] Sep 16 16:40:45.939 INFO O| Sep 16 16:40:45.938 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77952024-09-16T16:40:47.469Z[ recovery-image] Sep 16 16:40:45.939 INFO O| Sep 16 16:40:45.939 INFO STEP 14 (ensure_dir) COMPLETE
77962024-09-16T16:40:47.469Z[ recovery-image] Sep 16 16:40:45.939 INFO O| Sep 16 16:40:45.939 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77972024-09-16T16:40:47.483Z[ recovery-image] Sep 16 16:40:45.951 INFO O| Sep 16 16:40:45.951 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77982024-09-16T16:40:47.483Z[ recovery-image] Sep 16 16:40:45.951 INFO O| Sep 16 16:40:45.951 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77992024-09-16T16:40:47.495Z[ recovery-image] Sep 16 16:40:45.951 INFO O| Sep 16 16:40:45.951 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78002024-09-16T16:40:47.495Z[ recovery-image] Sep 16 16:40:45.951 INFO O| Sep 16 16:40:45.951 INFO STEP 15 (ensure_dir) COMPLETE
78012024-09-16T16:40:47.495Z[ recovery-image] Sep 16 16:40:45.951 INFO O| Sep 16 16:40:45.951 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78022024-09-16T16:40:47.499Z[ recovery-image] Sep 16 16:40:45.965 INFO O| Sep 16 16:40:45.964 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78032024-09-16T16:40:47.499Z[ recovery-image] Sep 16 16:40:45.965 INFO O| Sep 16 16:40:45.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78042024-09-16T16:40:47.499Z[ recovery-image] Sep 16 16:40:45.965 INFO O| Sep 16 16:40:45.965 INFO STEP 16 (ensure_dir) COMPLETE
78052024-09-16T16:40:47.499Z[ recovery-image] Sep 16 16:40:45.965 INFO O| Sep 16 16:40:45.965 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78062024-09-16T16:40:47.507Z[ recovery-image] Sep 16 16:40:45.978 INFO O| Sep 16 16:40:45.978 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78072024-09-16T16:40:47.507Z[ recovery-image] Sep 16 16:40:45.978 INFO O| Sep 16 16:40:45.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78082024-09-16T16:40:47.509Z[ recovery-image] Sep 16 16:40:45.978 INFO O| Sep 16 16:40:45.978 INFO STEP 17 (ensure_dir) COMPLETE
78092024-09-16T16:40:47.509Z[ recovery-image] Sep 16 16:40:45.978 INFO O| Sep 16 16:40:45.978 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78102024-09-16T16:40:47.518Z[ recovery-image] Sep 16 16:40:45.990 INFO O| Sep 16 16:40:45.989 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78112024-09-16T16:40:47.518Z[ recovery-image] Sep 16 16:40:45.990 INFO O| Sep 16 16:40:45.990 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78122024-09-16T16:40:47.521Z[ recovery-image] Sep 16 16:40:45.990 INFO O| Sep 16 16:40:45.990 INFO ok!
78132024-09-16T16:40:47.521Z[ recovery-image] Sep 16 16:40:45.990 INFO O| Sep 16 16:40:45.990 INFO STEP 18 (ensure_symlink) COMPLETE
78142024-09-16T16:40:47.521Z[ recovery-image] Sep 16 16:40:45.990 INFO O| Sep 16 16:40:45.990 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78152024-09-16T16:40:47.530Z[ recovery-image] Sep 16 16:40:46.001 INFO O| Sep 16 16:40:46.001 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78162024-09-16T16:40:47.530Z[ recovery-image] Sep 16 16:40:46.001 INFO O| Sep 16 16:40:46.001 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78172024-09-16T16:40:47.533Z[ recovery-image] Sep 16 16:40:46.001 INFO O| Sep 16 16:40:46.001 INFO ok!
78182024-09-16T16:40:47.533Z[ recovery-image] Sep 16 16:40:46.001 INFO O| Sep 16 16:40:46.001 INFO STEP 19 (ensure_file) COMPLETE
78192024-09-16T16:40:47.533Z[ recovery-image] Sep 16 16:40:46.001 INFO O| Sep 16 16:40:46.001 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78202024-09-16T16:40:47.544Z[ recovery-image] Sep 16 16:40:46.015 INFO O| Sep 16 16:40:46.015 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
78212024-09-16T16:40:47.544Z[ recovery-image] Sep 16 16:40:46.015 INFO O| Sep 16 16:40:46.015 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
78222024-09-16T16:40:47.547Z[ recovery-image] Sep 16 16:40:46.015 INFO O| Sep 16 16:40:46.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
78232024-09-16T16:40:47.547Z[ recovery-image] Sep 16 16:40:46.016 INFO O| Sep 16 16:40:46.016 INFO ok!
78242024-09-16T16:40:47.547Z[ recovery-image] Sep 16 16:40:46.016 INFO O| Sep 16 16:40:46.016 INFO STEP 20 (ensure_symlink) COMPLETE
78252024-09-16T16:40:47.547Z[ recovery-image] Sep 16 16:40:46.016 INFO O| Sep 16 16:40:46.016 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78262024-09-16T16:40:47.555Z[ recovery-image] Sep 16 16:40:46.026 INFO O| Sep 16 16:40:46.026 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
78272024-09-16T16:40:47.560Z[ recovery-image] Sep 16 16:40:46.027 INFO O| Sep 16 16:40:46.026 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78282024-09-16T16:40:47.560Z[ recovery-image] Sep 16 16:40:46.027 INFO O| Sep 16 16:40:46.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78292024-09-16T16:40:47.560Z[ recovery-image] Sep 16 16:40:46.027 INFO O| Sep 16 16:40:46.027 INFO ok!
78302024-09-16T16:40:47.560Z[ recovery-image] Sep 16 16:40:46.027 INFO O| Sep 16 16:40:46.027 INFO STEP 21 (ensure_symlink) COMPLETE
78312024-09-16T16:40:47.560Z[ recovery-image] Sep 16 16:40:46.027 INFO O| Sep 16 16:40:46.027 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78322024-09-16T16:40:47.567Z[ recovery-image] Sep 16 16:40:46.037 INFO O| Sep 16 16:40:46.037 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78332024-09-16T16:40:47.567Z[ recovery-image] Sep 16 16:40:46.037 INFO O| Sep 16 16:40:46.037 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78342024-09-16T16:40:47.572Z[ recovery-image] Sep 16 16:40:46.037 INFO O| Sep 16 16:40:46.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78352024-09-16T16:40:47.572Z[ recovery-image] Sep 16 16:40:46.037 INFO O| Sep 16 16:40:46.037 INFO ok!
78362024-09-16T16:40:47.575Z[ recovery-image] Sep 16 16:40:46.037 INFO O| Sep 16 16:40:46.037 INFO STEP 22 (ensure_symlink) COMPLETE
78372024-09-16T16:40:47.575Z[ recovery-image] Sep 16 16:40:46.037 INFO O| Sep 16 16:40:46.037 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78382024-09-16T16:40:47.585Z[ recovery-image] Sep 16 16:40:46.051 INFO O| Sep 16 16:40:46.051 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78392024-09-16T16:40:47.585Z[ recovery-image] Sep 16 16:40:46.051 INFO O| Sep 16 16:40:46.051 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78402024-09-16T16:40:47.585Z[ recovery-image] Sep 16 16:40:46.051 INFO O| Sep 16 16:40:46.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78412024-09-16T16:40:47.585Z[ recovery-image] Sep 16 16:40:46.051 INFO O| Sep 16 16:40:46.051 INFO ok!
78422024-09-16T16:40:47.585Z[ recovery-image] Sep 16 16:40:46.051 INFO O| Sep 16 16:40:46.051 INFO STEP 23 (ensure_symlink) COMPLETE
78432024-09-16T16:40:47.585Z[ recovery-image] Sep 16 16:40:46.051 INFO O| Sep 16 16:40:46.051 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78442024-09-16T16:40:47.623Z[ recovery-image] Sep 16 16:40:46.063 INFO O| Sep 16 16:40:46.063 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78452024-09-16T16:40:47.623Z[ recovery-image] Sep 16 16:40:46.063 INFO O| Sep 16 16:40:46.063 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 ...
78462024-09-16T16:40:47.623Z[ recovery-image] Sep 16 16:40:46.063 INFO O| Sep 16 16:40:46.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78472024-09-16T16:40:47.624Z[ recovery-image] Sep 16 16:40:46.063 INFO O| Sep 16 16:40:46.063 INFO ok!
78482024-09-16T16:40:47.624Z[ recovery-image] Sep 16 16:40:46.063 INFO O| Sep 16 16:40:46.063 INFO STEP 24 (ensure_file) COMPLETE
78492024-09-16T16:40:47.624Z[ recovery-image] Sep 16 16:40:46.063 INFO O| Sep 16 16:40:46.063 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78502024-09-16T16:40:47.624Z[ recovery-image] Sep 16 16:40:46.073 INFO O| Sep 16 16:40:46.073 INFO updating shadow file
78512024-09-16T16:40:47.624Z[ recovery-image] Sep 16 16:40:46.074 INFO O| Sep 16 16:40:46.074 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78522024-09-16T16:40:47.624Z[ recovery-image] Sep 16 16:40:46.074 INFO O| Sep 16 16:40:46.074 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78532024-09-16T16:40:47.624Z[ recovery-image] Sep 16 16:40:46.074 INFO O| Sep 16 16:40:46.074 INFO STEP 25 (shadow) COMPLETE
78542024-09-16T16:40:47.624Z[ recovery-image] Sep 16 16:40:46.074 INFO O| Sep 16 16:40:46.074 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78552024-09-16T16:40:47.624Z[ recovery-image] Sep 16 16:40:46.088 INFO O| Sep 16 16:40:46.088 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78562024-09-16T16:40:47.624Z[ recovery-image] Sep 16 16:40:46.088 INFO O| Sep 16 16:40:46.088 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78572024-09-16T16:40:47.625Z[ recovery-image] Sep 16 16:40:46.088 INFO O| Sep 16 16:40:46.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78582024-09-16T16:40:47.625Z[ recovery-image] Sep 16 16:40:46.088 INFO O| Sep 16 16:40:46.088 INFO ok!
78592024-09-16T16:40:47.625Z[ recovery-image] Sep 16 16:40:46.088 INFO O| Sep 16 16:40:46.088 INFO STEP 26 (ensure_file) COMPLETE
78602024-09-16T16:40:47.625Z[ recovery-image] Sep 16 16:40:46.088 INFO O| Sep 16 16:40:46.088 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78612024-09-16T16:40:47.633Z[ recovery-image] Sep 16 16:40:46.103 INFO O| Sep 16 16:40:46.103 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78622024-09-16T16:40:47.633Z[ recovery-image] Sep 16 16:40:46.103 INFO O| Sep 16 16:40:46.103 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78632024-09-16T16:40:47.637Z[ recovery-image] Sep 16 16:40:46.103 INFO O| Sep 16 16:40:46.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78642024-09-16T16:40:47.637Z[ recovery-image] Sep 16 16:40:46.103 INFO O| Sep 16 16:40:46.103 INFO ok!
78652024-09-16T16:40:47.637Z[ recovery-image] Sep 16 16:40:46.103 INFO O| Sep 16 16:40:46.103 INFO STEP 27 (ensure_file) COMPLETE
78662024-09-16T16:40:47.637Z[ recovery-image] Sep 16 16:40:46.103 INFO O| Sep 16 16:40:46.103 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78672024-09-16T16:40:47.647Z[ recovery-image] Sep 16 16:40:46.115 INFO O| Sep 16 16:40:46.115 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78682024-09-16T16:40:47.647Z[ recovery-image] Sep 16 16:40:46.115 INFO O| Sep 16 16:40:46.115 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78692024-09-16T16:40:47.653Z[ recovery-image] Sep 16 16:40:46.115 INFO O| Sep 16 16:40:46.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78702024-09-16T16:40:47.653Z[ recovery-image] Sep 16 16:40:46.115 INFO O| Sep 16 16:40:46.115 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78712024-09-16T16:40:47.654Z[ recovery-image] Sep 16 16:40:46.115 INFO O| Sep 16 16:40:46.115 INFO ok!
78722024-09-16T16:40:47.654Z[ recovery-image] Sep 16 16:40:46.115 INFO O| Sep 16 16:40:46.115 INFO STEP 28 (ensure_file) COMPLETE
78732024-09-16T16:40:47.654Z[ recovery-image] Sep 16 16:40:46.115 INFO O| Sep 16 16:40:46.115 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78742024-09-16T16:40:47.658Z[ recovery-image] Sep 16 16:40:46.128 INFO O| Sep 16 16:40:46.127 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78752024-09-16T16:40:47.659Z[ recovery-image] Sep 16 16:40:46.128 INFO O| Sep 16 16:40:46.128 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78762024-09-16T16:40:47.659Z[ recovery-image] Sep 16 16:40:46.128 INFO O| Sep 16 16:40:46.128 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78772024-09-16T16:40:47.659Z[ recovery-image] Sep 16 16:40:46.128 INFO O| Sep 16 16:40:46.128 INFO ok!
78782024-09-16T16:40:47.659Z[ recovery-image] Sep 16 16:40:46.128 INFO O| Sep 16 16:40:46.128 INFO STEP 29 (ensure_file) COMPLETE
78792024-09-16T16:40:47.659Z[ recovery-image] Sep 16 16:40:46.128 INFO O| Sep 16 16:40:46.128 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78802024-09-16T16:40:47.672Z[ recovery-image] Sep 16 16:40:46.142 INFO O| Sep 16 16:40:46.142 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78812024-09-16T16:40:47.676Z[ recovery-image] Sep 16 16:40:46.142 INFO O| Sep 16 16:40:46.142 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78822024-09-16T16:40:47.676Z[ recovery-image] Sep 16 16:40:46.142 INFO O| Sep 16 16:40:46.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78832024-09-16T16:40:47.676Z[ recovery-image] Sep 16 16:40:46.142 INFO O| Sep 16 16:40:46.142 INFO ok!
78842024-09-16T16:40:47.676Z[ recovery-image] Sep 16 16:40:46.142 INFO O| Sep 16 16:40:46.142 INFO STEP 30 (ensure_file) COMPLETE
78852024-09-16T16:40:47.677Z[ recovery-image] Sep 16 16:40:46.142 INFO O| Sep 16 16:40:46.142 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78862024-09-16T16:40:47.689Z[ recovery-image] Sep 16 16:40:46.156 INFO O| Sep 16 16:40:46.156 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78872024-09-16T16:40:47.689Z[ recovery-image] Sep 16 16:40:46.156 INFO O| Sep 16 16:40:46.156 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78882024-09-16T16:40:47.693Z[ recovery-image] Sep 16 16:40:46.156 INFO O| Sep 16 16:40:46.156 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78892024-09-16T16:40:47.693Z[ recovery-image] Sep 16 16:40:46.156 INFO O| Sep 16 16:40:46.156 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78902024-09-16T16:40:47.693Z[ recovery-image] Sep 16 16:40:46.156 INFO O| Sep 16 16:40:46.156 INFO ok!
78912024-09-16T16:40:47.693Z[ recovery-image] Sep 16 16:40:46.156 INFO O| Sep 16 16:40:46.156 INFO STEP 31 (ensure_file) COMPLETE
78922024-09-16T16:40:47.693Z[ recovery-image] Sep 16 16:40:46.156 INFO O| Sep 16 16:40:46.156 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78932024-09-16T16:40:47.699Z[ recovery-image] Sep 16 16:40:46.170 INFO O| Sep 16 16:40:46.170 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78942024-09-16T16:40:47.699Z[ recovery-image] Sep 16 16:40:46.170 INFO O| Sep 16 16:40:46.170 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78952024-09-16T16:40:47.699Z[ recovery-image] Sep 16 16:40:46.170 INFO O| Sep 16 16:40:46.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78962024-09-16T16:40:47.700Z[ recovery-image] Sep 16 16:40:46.170 INFO O| Sep 16 16:40:46.170 INFO ok!
78972024-09-16T16:40:47.700Z[ recovery-image] Sep 16 16:40:46.170 INFO O| Sep 16 16:40:46.170 INFO STEP 32 (ensure_file) COMPLETE
78982024-09-16T16:40:47.700Z[ recovery-image] Sep 16 16:40:46.170 INFO O| Sep 16 16:40:46.170 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78992024-09-16T16:40:47.710Z[ recovery-image] Sep 16 16:40:46.181 INFO O| Sep 16 16:40:46.181 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79002024-09-16T16:40:47.710Z[ recovery-image] Sep 16 16:40:46.181 INFO O| Sep 16 16:40:46.181 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79012024-09-16T16:40:47.714Z[ recovery-image] Sep 16 16:40:46.182 INFO O| Sep 16 16:40:46.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79022024-09-16T16:40:47.714Z[ recovery-image] Sep 16 16:40:46.182 INFO O| Sep 16 16:40:46.182 INFO ok!
79032024-09-16T16:40:47.714Z[ recovery-image] Sep 16 16:40:46.182 INFO O| Sep 16 16:40:46.182 INFO STEP 33 (ensure_file) COMPLETE
79042024-09-16T16:40:47.714Z[ recovery-image] Sep 16 16:40:46.182 INFO O| Sep 16 16:40:46.182 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79052024-09-16T16:40:47.721Z[ recovery-image] Sep 16 16:40:46.193 INFO O| Sep 16 16:40:46.193 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79062024-09-16T16:40:47.722Z[ recovery-image] Sep 16 16:40:46.193 INFO O| Sep 16 16:40:46.193 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79072024-09-16T16:40:47.725Z[ recovery-image] Sep 16 16:40:46.193 INFO O| Sep 16 16:40:46.193 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79082024-09-16T16:40:47.725Z[ recovery-image] Sep 16 16:40:46.193 INFO O| Sep 16 16:40:46.193 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79092024-09-16T16:40:47.725Z[ recovery-image] Sep 16 16:40:46.193 INFO O| Sep 16 16:40:46.193 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79102024-09-16T16:40:47.725Z[ recovery-image] Sep 16 16:40:46.193 INFO O| Sep 16 16:40:46.193 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79112024-09-16T16:40:47.725Z[ recovery-image] Sep 16 16:40:46.193 INFO O| Sep 16 16:40:46.193 INFO ok!
79122024-09-16T16:40:47.725Z[ recovery-image] Sep 16 16:40:46.193 INFO O| Sep 16 16:40:46.193 INFO STEP 34 (ensure_file) COMPLETE
79132024-09-16T16:40:47.725Z[ recovery-image] Sep 16 16:40:46.193 INFO O| Sep 16 16:40:46.193 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79142024-09-16T16:40:47.733Z[ recovery-image] Sep 16 16:40:46.204 INFO O| Sep 16 16:40:46.204 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79152024-09-16T16:40:47.737Z[ recovery-image] Sep 16 16:40:46.204 INFO O| Sep 16 16:40:46.204 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79162024-09-16T16:40:47.737Z[ recovery-image] Sep 16 16:40:46.204 INFO O| Sep 16 16:40:46.204 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79172024-09-16T16:40:47.737Z[ recovery-image] Sep 16 16:40:46.204 INFO O| Sep 16 16:40:46.204 INFO STEP 35 (ensure_dir) COMPLETE
79182024-09-16T16:40:47.737Z[ recovery-image] Sep 16 16:40:46.204 INFO O| Sep 16 16:40:46.204 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79192024-09-16T16:40:47.743Z[ recovery-image] Sep 16 16:40:46.215 INFO O| Sep 16 16:40:46.214 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
79202024-09-16T16:40:47.743Z[ recovery-image] Sep 16 16:40:46.215 INFO O| Sep 16 16:40:46.215 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
79212024-09-16T16:40:47.745Z[ recovery-image] Sep 16 16:40:46.215 INFO O| Sep 16 16:40:46.215 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
79222024-09-16T16:40:47.746Z[ recovery-image] Sep 16 16:40:46.215 INFO O| Sep 16 16:40:46.215 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
79232024-09-16T16:40:47.746Z[ recovery-image] Sep 16 16:40:46.215 INFO O| Sep 16 16:40:46.215 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
79242024-09-16T16:40:47.747Z[ recovery-image] Sep 16 16:40:46.215 INFO O| Sep 16 16:40:46.215 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
79252024-09-16T16:40:47.747Z[ recovery-image] Sep 16 16:40:46.215 INFO O| Sep 16 16:40:46.215 INFO ok!
79262024-09-16T16:40:47.747Z[ recovery-image] Sep 16 16:40:46.215 INFO O| Sep 16 16:40:46.215 INFO STEP 36 (ensure_file) COMPLETE
79272024-09-16T16:40:47.747Z[ recovery-image] Sep 16 16:40:46.215 INFO O| Sep 16 16:40:46.215 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79282024-09-16T16:40:47.756Z[ recovery-image] Sep 16 16:40:46.226 INFO O| Sep 16 16:40:46.226 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79292024-09-16T16:40:47.760Z[ recovery-image] Sep 16 16:40:46.226 INFO O| Sep 16 16:40:46.226 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
79302024-09-16T16:40:47.760Z[ recovery-image] Sep 16 16:40:46.226 INFO O| Sep 16 16:40:46.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79312024-09-16T16:40:47.760Z[ recovery-image] Sep 16 16:40:46.226 INFO O| Sep 16 16:40:46.226 INFO ok!
79322024-09-16T16:40:47.760Z[ recovery-image] Sep 16 16:40:46.226 INFO O| Sep 16 16:40:46.226 INFO STEP 37 (ensure_symlink) COMPLETE
79332024-09-16T16:40:47.760Z[ recovery-image] Sep 16 16:40:46.226 INFO O| Sep 16 16:40:46.226 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79342024-09-16T16:40:47.772Z[ recovery-image] Sep 16 16:40:46.237 INFO O| Sep 16 16:40:46.237 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79352024-09-16T16:40:47.772Z[ recovery-image] Sep 16 16:40:46.237 INFO O| Sep 16 16:40:46.237 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79362024-09-16T16:40:47.779Z[ recovery-image] Sep 16 16:40:46.237 INFO O| Sep 16 16:40:46.237 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79372024-09-16T16:40:47.779Z[ recovery-image] Sep 16 16:40:46.237 INFO O| Sep 16 16:40:46.237 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79382024-09-16T16:40:47.779Z[ recovery-image] Sep 16 16:40:46.237 INFO O| Sep 16 16:40:46.237 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79392024-09-16T16:40:47.780Z[ recovery-image] Sep 16 16:40:46.237 INFO O| Sep 16 16:40:46.237 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79402024-09-16T16:40:47.780Z[ recovery-image] Sep 16 16:40:46.237 INFO O| Sep 16 16:40:46.237 INFO ok!
79412024-09-16T16:40:47.780Z[ recovery-image] Sep 16 16:40:46.237 INFO O| Sep 16 16:40:46.237 INFO STEP 38 (ensure_file) COMPLETE
79422024-09-16T16:40:47.780Z[ recovery-image] Sep 16 16:40:46.237 INFO O| Sep 16 16:40:46.237 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79432024-09-16T16:40:47.790Z[ recovery-image] Sep 16 16:40:46.248 INFO O| Sep 16 16:40:46.248 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79442024-09-16T16:40:47.790Z[ recovery-image] Sep 16 16:40:46.248 INFO O| Sep 16 16:40:46.248 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
79452024-09-16T16:40:47.790Z[ recovery-image] Sep 16 16:40:46.248 INFO O| Sep 16 16:40:46.248 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79462024-09-16T16:40:47.790Z[ recovery-image] Sep 16 16:40:46.248 INFO O| Sep 16 16:40:46.248 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79472024-09-16T16:40:47.791Z[ recovery-image] Sep 16 16:40:46.248 INFO O| Sep 16 16:40:46.248 INFO ok!
79482024-09-16T16:40:47.791Z[ recovery-image] Sep 16 16:40:46.248 INFO O| Sep 16 16:40:46.248 INFO STEP 39 (ensure_file) COMPLETE
79492024-09-16T16:40:47.791Z[ recovery-image] Sep 16 16:40:46.248 INFO O| Sep 16 16:40:46.248 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79502024-09-16T16:40:47.794Z[ recovery-image] Sep 16 16:40:46.260 INFO O| Sep 16 16:40:46.260 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79512024-09-16T16:40:47.794Z[ recovery-image] Sep 16 16:40:46.260 INFO O| Sep 16 16:40:46.260 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79522024-09-16T16:40:47.794Z[ recovery-image] Sep 16 16:40:46.260 INFO O| Sep 16 16:40:46.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79532024-09-16T16:40:47.794Z[ recovery-image] Sep 16 16:40:46.260 INFO O| Sep 16 16:40:46.260 INFO ok!
79542024-09-16T16:40:47.795Z[ recovery-image] Sep 16 16:40:46.260 INFO O| Sep 16 16:40:46.260 INFO STEP 40 (ensure_file) COMPLETE
79552024-09-16T16:40:47.795Z[ recovery-image] Sep 16 16:40:46.260 INFO O| Sep 16 16:40:46.260 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79562024-09-16T16:40:47.799Z[ recovery-image] Sep 16 16:40:46.270 INFO O| Sep 16 16:40:46.270 INFO updating shadow file
79572024-09-16T16:40:47.803Z[ recovery-image] Sep 16 16:40:46.271 INFO O| Sep 16 16:40:46.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79582024-09-16T16:40:47.803Z[ recovery-image] Sep 16 16:40:46.271 INFO O| Sep 16 16:40:46.271 INFO STEP 41 (shadow) COMPLETE
79592024-09-16T16:40:47.803Z[ recovery-image] Sep 16 16:40:46.271 INFO O| Sep 16 16:40:46.271 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79602024-09-16T16:40:47.810Z[ recovery-image] Sep 16 16:40:46.281 INFO O| Sep 16 16:40:46.281 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79612024-09-16T16:40:47.810Z[ recovery-image] Sep 16 16:40:46.281 INFO O| Sep 16 16:40:46.281 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79622024-09-16T16:40:47.813Z[ recovery-image] Sep 16 16:40:46.281 INFO O| Sep 16 16:40:46.281 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79632024-09-16T16:40:47.814Z[ recovery-image] Sep 16 16:40:46.281 INFO O| Sep 16 16:40:46.281 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79642024-09-16T16:40:47.814Z[ recovery-image] Sep 16 16:40:46.281 INFO O| Sep 16 16:40:46.281 INFO ok!
79652024-09-16T16:40:47.814Z[ recovery-image] Sep 16 16:40:46.281 INFO O| Sep 16 16:40:46.281 INFO STEP 42 (ensure_file) COMPLETE
79662024-09-16T16:40:47.814Z[ recovery-image] Sep 16 16:40:46.281 INFO O| Sep 16 16:40:46.281 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79672024-09-16T16:40:47.822Z[ recovery-image] Sep 16 16:40:46.292 INFO O| Sep 16 16:40:46.292 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79682024-09-16T16:40:47.829Z[ recovery-image] Sep 16 16:40:46.292 INFO O| Sep 16 16:40:46.292 INFO STEP 43 (ensure_dir) COMPLETE
79692024-09-16T16:40:47.829Z[ recovery-image] Sep 16 16:40:46.292 INFO O| Sep 16 16:40:46.292 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79702024-09-16T16:40:47.833Z[ recovery-image] Sep 16 16:40:46.302 INFO O| Sep 16 16:40:46.302 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79712024-09-16T16:40:47.833Z[ recovery-image] Sep 16 16:40:46.302 INFO O| Sep 16 16:40:46.302 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79722024-09-16T16:40:47.833Z[ recovery-image] Sep 16 16:40:46.302 INFO O| Sep 16 16:40:46.302 INFO STEP 44 (ensure_dir) COMPLETE
79732024-09-16T16:40:47.833Z[ recovery-image] Sep 16 16:40:46.302 INFO O| Sep 16 16:40:46.302 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79742024-09-16T16:40:47.843Z[ recovery-image] Sep 16 16:40:46.313 INFO O| Sep 16 16:40:46.313 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79752024-09-16T16:40:47.847Z[ recovery-image] Sep 16 16:40:46.313 INFO O| Sep 16 16:40:46.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79762024-09-16T16:40:47.847Z[ recovery-image] Sep 16 16:40:46.313 INFO O| Sep 16 16:40:46.313 INFO STEP 45 (ensure_dir) COMPLETE
79772024-09-16T16:40:47.847Z[ recovery-image] Sep 16 16:40:46.313 INFO O| Sep 16 16:40:46.313 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79782024-09-16T16:40:47.852Z[ recovery-image] Sep 16 16:40:46.323 INFO O| Sep 16 16:40:46.323 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79792024-09-16T16:40:47.853Z[ recovery-image] Sep 16 16:40:46.323 INFO O| Sep 16 16:40:46.323 INFO copying /tmp/.tmpUveaVA/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79802024-09-16T16:40:47.883Z[ recovery-image] Sep 16 16:40:46.354 INFO O| Sep 16 16:40:46.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79812024-09-16T16:40:47.884Z[ recovery-image] Sep 16 16:40:46.354 INFO O| Sep 16 16:40:46.354 INFO ok!
79822024-09-16T16:40:47.884Z[ recovery-image] Sep 16 16:40:46.354 INFO O| Sep 16 16:40:46.354 INFO STEP 46 (ensure_file) COMPLETE
79832024-09-16T16:40:47.889Z[ recovery-image] Sep 16 16:40:46.354 INFO O| Sep 16 16:40:46.354 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79842024-09-16T16:40:47.901Z[ recovery-image] Sep 16 16:40:46.369 INFO O| Sep 16 16:40:46.369 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79852024-09-16T16:40:47.902Z[ recovery-image] Sep 16 16:40:46.369 INFO O| Sep 16 16:40:46.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79862024-09-16T16:40:47.902Z[ recovery-image] Sep 16 16:40:46.369 INFO O| Sep 16 16:40:46.369 INFO STEP 47 (ensure_dir) COMPLETE
79872024-09-16T16:40:47.908Z[ recovery-image] Sep 16 16:40:46.369 INFO O| Sep 16 16:40:46.369 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79882024-09-16T16:40:47.913Z[ recovery-image] Sep 16 16:40:46.380 INFO O| Sep 16 16:40:46.380 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79892024-09-16T16:40:47.913Z[ recovery-image] Sep 16 16:40:46.380 INFO O| Sep 16 16:40:46.380 INFO copying /tmp/.tmpUveaVA/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79902024-09-16T16:40:47.913Z[ recovery-image] Sep 16 16:40:46.381 INFO O| Sep 16 16:40:46.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79912024-09-16T16:40:47.913Z[ recovery-image] Sep 16 16:40:46.381 INFO O| Sep 16 16:40:46.381 INFO ok!
79922024-09-16T16:40:47.913Z[ recovery-image] Sep 16 16:40:46.381 INFO O| Sep 16 16:40:46.381 INFO STEP 48 (ensure_file) COMPLETE
79932024-09-16T16:40:47.913Z[ recovery-image] Sep 16 16:40:46.381 INFO O| Sep 16 16:40:46.381 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79942024-09-16T16:40:47.920Z[ recovery-image] Sep 16 16:40:46.392 INFO O| Sep 16 16:40:46.392 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79952024-09-16T16:40:47.931Z[ recovery-image] Sep 16 16:40:46.392 INFO O| Sep 16 16:40:46.392 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79962024-09-16T16:40:47.931Z[ recovery-image] Sep 16 16:40:46.392 INFO O| Sep 16 16:40:46.392 INFO STEP 49 (ensure_dir) COMPLETE
79972024-09-16T16:40:47.931Z[ recovery-image] Sep 16 16:40:46.392 INFO O| Sep 16 16:40:46.392 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79982024-09-16T16:40:47.934Z[ recovery-image] Sep 16 16:40:46.405 INFO O| Sep 16 16:40:46.405 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79992024-09-16T16:40:47.934Z[ recovery-image] Sep 16 16:40:46.405 INFO O| Sep 16 16:40:46.405 INFO copying /tmp/.tmpUveaVA/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80002024-09-16T16:40:47.949Z[ recovery-image] Sep 16 16:40:46.419 INFO O| Sep 16 16:40:46.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80012024-09-16T16:40:47.949Z[ recovery-image] Sep 16 16:40:46.419 INFO O| Sep 16 16:40:46.419 INFO ok!
80022024-09-16T16:40:47.949Z[ recovery-image] Sep 16 16:40:46.419 INFO O| Sep 16 16:40:46.419 INFO STEP 50 (ensure_file) COMPLETE
80032024-09-16T16:40:47.954Z[ recovery-image] Sep 16 16:40:46.419 INFO O| Sep 16 16:40:46.419 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80042024-09-16T16:40:47.961Z[ recovery-image] Sep 16 16:40:46.432 INFO O| Sep 16 16:40:46.432 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80052024-09-16T16:40:47.961Z[ recovery-image] Sep 16 16:40:46.432 INFO O| Sep 16 16:40:46.432 INFO copying /tmp/.tmpUveaVA/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80062024-09-16T16:40:48.653Z[ recovery-image] Sep 16 16:40:47.124 INFO O| Sep 16 16:40:47.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80072024-09-16T16:40:48.653Z[ recovery-image] Sep 16 16:40:47.124 INFO O| Sep 16 16:40:47.124 INFO ok!
80082024-09-16T16:40:48.653Z[ recovery-image] Sep 16 16:40:47.124 INFO O| Sep 16 16:40:47.124 INFO STEP 51 (ensure_file) COMPLETE
80092024-09-16T16:40:48.656Z[ recovery-image] Sep 16 16:40:47.124 INFO O| Sep 16 16:40:47.124 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80102024-09-16T16:40:48.664Z[ recovery-image] Sep 16 16:40:47.136 INFO O| Sep 16 16:40:47.136 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80112024-09-16T16:40:48.665Z[ recovery-image] Sep 16 16:40:47.136 INFO O| Sep 16 16:40:47.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80122024-09-16T16:40:48.667Z[ recovery-image] Sep 16 16:40:47.136 INFO O| Sep 16 16:40:47.136 INFO STEP 52 (ensure_dir) COMPLETE
80132024-09-16T16:40:48.668Z[ recovery-image] Sep 16 16:40:47.136 INFO O| Sep 16 16:40:47.136 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80142024-09-16T16:40:48.675Z[ recovery-image] Sep 16 16:40:47.147 INFO O| Sep 16 16:40:47.147 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80152024-09-16T16:40:48.675Z[ recovery-image] Sep 16 16:40:47.147 INFO O| Sep 16 16:40:47.147 INFO copying /tmp/.tmpUveaVA/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
80162024-09-16T16:40:48.676Z[ recovery-image] Sep 16 16:40:47.147 INFO O| Sep 16 16:40:47.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
80172024-09-16T16:40:48.679Z[ recovery-image] Sep 16 16:40:47.147 INFO O| Sep 16 16:40:47.147 INFO ok!
80182024-09-16T16:40:48.679Z[ recovery-image] Sep 16 16:40:47.147 INFO O| Sep 16 16:40:47.147 INFO STEP 53 (ensure_file) COMPLETE
80192024-09-16T16:40:48.679Z[ recovery-image] Sep 16 16:40:47.147 INFO O| Sep 16 16:40:47.147 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80202024-09-16T16:40:48.686Z[ recovery-image] Sep 16 16:40:47.157 INFO O| Sep 16 16:40:47.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
80212024-09-16T16:40:48.686Z[ recovery-image] Sep 16 16:40:47.157 INFO O| Sep 16 16:40:47.157 INFO copying /tmp/.tmpUveaVA/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
80222024-09-16T16:40:48.686Z[ recovery-image] Sep 16 16:40:47.158 INFO O| Sep 16 16:40:47.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
80232024-09-16T16:40:48.689Z[ recovery-image] Sep 16 16:40:47.158 INFO O| Sep 16 16:40:47.158 INFO ok!
80242024-09-16T16:40:48.689Z[ recovery-image] Sep 16 16:40:47.158 INFO O| Sep 16 16:40:47.158 INFO STEP 54 (ensure_file) COMPLETE
80252024-09-16T16:40:48.689Z[ recovery-image] Sep 16 16:40:47.158 INFO O| Sep 16 16:40:47.158 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80262024-09-16T16:40:48.697Z[ recovery-image] Sep 16 16:40:47.169 INFO O| Sep 16 16:40:47.168 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80272024-09-16T16:40:48.697Z[ recovery-image] Sep 16 16:40:47.169 INFO O| Sep 16 16:40:47.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80282024-09-16T16:40:48.700Z[ recovery-image] Sep 16 16:40:47.169 INFO O| Sep 16 16:40:47.169 INFO STEP 55 (ensure_dir) COMPLETE
80292024-09-16T16:40:48.700Z[ recovery-image] Sep 16 16:40:47.169 INFO O| Sep 16 16:40:47.169 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80302024-09-16T16:40:48.708Z[ recovery-image] Sep 16 16:40:47.179 INFO O| Sep 16 16:40:47.179 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80312024-09-16T16:40:48.708Z[ recovery-image] Sep 16 16:40:47.179 INFO O| Sep 16 16:40:47.179 INFO copying /tmp/.tmpUveaVA/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
80322024-09-16T16:40:48.710Z[ recovery-image] Sep 16 16:40:47.180 INFO O| Sep 16 16:40:47.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80332024-09-16T16:40:48.710Z[ recovery-image] Sep 16 16:40:47.180 INFO O| Sep 16 16:40:47.179 INFO ok!
80342024-09-16T16:40:48.710Z[ recovery-image] Sep 16 16:40:47.180 INFO O| Sep 16 16:40:47.180 INFO STEP 56 (ensure_file) COMPLETE
80352024-09-16T16:40:48.710Z[ recovery-image] Sep 16 16:40:47.180 INFO O| Sep 16 16:40:47.180 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80362024-09-16T16:40:48.718Z[ recovery-image] Sep 16 16:40:47.190 INFO O| Sep 16 16:40:47.190 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80372024-09-16T16:40:48.718Z[ recovery-image] Sep 16 16:40:47.190 INFO O| Sep 16 16:40:47.190 INFO copying /tmp/.tmpUveaVA/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
80382024-09-16T16:40:48.721Z[ recovery-image] Sep 16 16:40:47.190 INFO O| Sep 16 16:40:47.190 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
80392024-09-16T16:40:48.721Z[ recovery-image] Sep 16 16:40:47.190 INFO O| Sep 16 16:40:47.190 INFO ok!
80402024-09-16T16:40:48.721Z[ recovery-image] Sep 16 16:40:47.190 INFO O| Sep 16 16:40:47.190 INFO STEP 57 (ensure_file) COMPLETE
80412024-09-16T16:40:48.721Z[ recovery-image] Sep 16 16:40:47.190 INFO O| Sep 16 16:40:47.190 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80422024-09-16T16:40:48.730Z[ recovery-image] Sep 16 16:40:47.200 INFO O| Sep 16 16:40:47.200 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80432024-09-16T16:40:48.730Z[ recovery-image] Sep 16 16:40:47.200 INFO O| Sep 16 16:40:47.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80442024-09-16T16:40:48.732Z[ recovery-image] Sep 16 16:40:47.200 INFO O| Sep 16 16:40:47.200 INFO STEP 58 (ensure_dir) COMPLETE
80452024-09-16T16:40:48.732Z[ recovery-image] Sep 16 16:40:47.200 INFO O| Sep 16 16:40:47.200 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80462024-09-16T16:40:48.738Z[ recovery-image] Sep 16 16:40:47.210 INFO O| Sep 16 16:40:47.210 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80472024-09-16T16:40:48.739Z[ recovery-image] Sep 16 16:40:47.210 INFO O| Sep 16 16:40:47.210 INFO copying /tmp/.tmpUveaVA/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
80482024-09-16T16:40:48.741Z[ recovery-image] Sep 16 16:40:47.210 INFO O| Sep 16 16:40:47.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80492024-09-16T16:40:48.741Z[ recovery-image] Sep 16 16:40:47.210 INFO O| Sep 16 16:40:47.210 INFO ok!
80502024-09-16T16:40:48.741Z[ recovery-image] Sep 16 16:40:47.210 INFO O| Sep 16 16:40:47.210 INFO STEP 59 (ensure_file) COMPLETE
80512024-09-16T16:40:48.741Z[ recovery-image] Sep 16 16:40:47.210 INFO O| Sep 16 16:40:47.210 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80522024-09-16T16:40:48.749Z[ recovery-image] Sep 16 16:40:47.220 INFO O| Sep 16 16:40:47.220 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80532024-09-16T16:40:48.749Z[ recovery-image] Sep 16 16:40:47.220 INFO O| Sep 16 16:40:47.220 INFO copying /tmp/.tmpUveaVA/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80542024-09-16T16:40:48.751Z[ recovery-image] Sep 16 16:40:47.220 INFO O| Sep 16 16:40:47.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80552024-09-16T16:40:48.751Z[ recovery-image] Sep 16 16:40:47.220 INFO O| Sep 16 16:40:47.220 INFO ok!
80562024-09-16T16:40:48.751Z[ recovery-image] Sep 16 16:40:47.220 INFO O| Sep 16 16:40:47.220 INFO STEP 60 (ensure_file) COMPLETE
80572024-09-16T16:40:48.751Z[ recovery-image] Sep 16 16:40:47.220 INFO O| Sep 16 16:40:47.220 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80582024-09-16T16:40:48.759Z[ recovery-image] Sep 16 16:40:47.231 INFO O| Sep 16 16:40:47.231 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80592024-09-16T16:40:48.759Z[ recovery-image] Sep 16 16:40:47.231 INFO O| Sep 16 16:40:47.231 INFO STEP 61 (ensure_dir) COMPLETE
80602024-09-16T16:40:48.759Z[ recovery-image] Sep 16 16:40:47.231 INFO O| Sep 16 16:40:47.231 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80612024-09-16T16:40:48.770Z[ recovery-image] Sep 16 16:40:47.241 INFO O| Sep 16 16:40:47.241 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80622024-09-16T16:40:48.770Z[ recovery-image] Sep 16 16:40:47.242 INFO O| Sep 16 16:40:47.241 INFO STEP 62 (ensure_dir) COMPLETE
80632024-09-16T16:40:48.770Z[ recovery-image] Sep 16 16:40:47.242 INFO O| Sep 16 16:40:47.241 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80642024-09-16T16:40:48.782Z[ recovery-image] Sep 16 16:40:47.253 INFO O| Sep 16 16:40:47.253 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80652024-09-16T16:40:48.782Z[ recovery-image] Sep 16 16:40:47.253 INFO O| Sep 16 16:40:47.253 INFO STEP 63 (ensure_dir) COMPLETE
80662024-09-16T16:40:48.784Z[ recovery-image] Sep 16 16:40:47.253 INFO O| Sep 16 16:40:47.253 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80672024-09-16T16:40:48.792Z[ recovery-image] Sep 16 16:40:47.263 INFO O| Sep 16 16:40:47.263 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80682024-09-16T16:40:48.792Z[ recovery-image] Sep 16 16:40:47.263 INFO O| Sep 16 16:40:47.263 INFO STEP 64 (ensure_dir) COMPLETE
80692024-09-16T16:40:48.794Z[ recovery-image] Sep 16 16:40:47.263 INFO O| Sep 16 16:40:47.263 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80702024-09-16T16:40:48.801Z[ recovery-image] Sep 16 16:40:47.273 INFO O| Sep 16 16:40:47.273 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80712024-09-16T16:40:48.801Z[ recovery-image] Sep 16 16:40:47.273 INFO O| Sep 16 16:40:47.273 INFO copying /tmp/.tmpUveaVA/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80722024-09-16T16:40:48.804Z[ recovery-image] Sep 16 16:40:47.273 INFO O| Sep 16 16:40:47.273 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80732024-09-16T16:40:48.804Z[ recovery-image] Sep 16 16:40:47.273 INFO O| Sep 16 16:40:47.273 INFO ok!
80742024-09-16T16:40:48.804Z[ recovery-image] Sep 16 16:40:47.273 INFO O| Sep 16 16:40:47.273 INFO STEP 65 (ensure_file) COMPLETE
80752024-09-16T16:40:48.804Z[ recovery-image] Sep 16 16:40:47.273 INFO O| Sep 16 16:40:47.273 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80762024-09-16T16:40:48.812Z[ recovery-image] Sep 16 16:40:47.283 INFO O| Sep 16 16:40:47.283 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80772024-09-16T16:40:48.815Z[ recovery-image] Sep 16 16:40:47.283 INFO O| Sep 16 16:40:47.283 INFO STEP 66 (remove_files) COMPLETE
80782024-09-16T16:40:48.815Z[ recovery-image] Sep 16 16:40:47.283 INFO O| Sep 16 16:40:47.283 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80792024-09-16T16:40:48.821Z[ recovery-image] Sep 16 16:40:47.293 INFO O| Sep 16 16:40:47.293 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80802024-09-16T16:40:48.824Z[ recovery-image] Sep 16 16:40:47.293 INFO O| Sep 16 16:40:47.293 INFO STEP 67 (remove_files) COMPLETE
80812024-09-16T16:40:48.824Z[ recovery-image] Sep 16 16:40:47.293 INFO O| Sep 16 16:40:47.293 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80822024-09-16T16:40:48.832Z[ recovery-image] Sep 16 16:40:47.303 INFO O| Sep 16 16:40:47.303 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80832024-09-16T16:40:48.834Z[ recovery-image] Sep 16 16:40:47.304 INFO O| Sep 16 16:40:47.303 INFO STEP 68 (remove_files) COMPLETE
80842024-09-16T16:40:48.834Z[ recovery-image] Sep 16 16:40:47.304 INFO O| Sep 16 16:40:47.303 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80852024-09-16T16:40:48.844Z[ recovery-image] Sep 16 16:40:47.316 INFO O| Sep 16 16:40:47.316 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80862024-09-16T16:40:48.847Z[ recovery-image] Sep 16 16:40:47.316 INFO O| Sep 16 16:40:47.316 INFO STEP 69 (remove_files) COMPLETE
80872024-09-16T16:40:48.847Z[ recovery-image] Sep 16 16:40:47.316 INFO O| Sep 16 16:40:47.316 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80882024-09-16T16:40:48.854Z[ recovery-image] Sep 16 16:40:47.326 INFO O| Sep 16 16:40:47.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80892024-09-16T16:40:48.857Z[ recovery-image] Sep 16 16:40:47.326 INFO O| Sep 16 16:40:47.326 INFO STEP 70 (remove_files) COMPLETE
80902024-09-16T16:40:48.857Z[ recovery-image] Sep 16 16:40:47.326 INFO O| Sep 16 16:40:47.326 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80912024-09-16T16:40:48.866Z[ recovery-image] Sep 16 16:40:47.336 INFO O| Sep 16 16:40:47.336 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80922024-09-16T16:40:48.869Z[ recovery-image] Sep 16 16:40:47.336 INFO O| Sep 16 16:40:47.336 INFO STEP 71 (remove_files) COMPLETE
80932024-09-16T16:40:48.869Z[ recovery-image] Sep 16 16:40:47.336 INFO O| Sep 16 16:40:47.336 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80942024-09-16T16:40:48.874Z[ recovery-image] Sep 16 16:40:47.346 INFO O| Sep 16 16:40:47.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80952024-09-16T16:40:48.874Z[ recovery-image] Sep 16 16:40:47.346 INFO O| Sep 16 16:40:47.346 INFO STEP 72 (remove_files) COMPLETE
80962024-09-16T16:40:48.874Z[ recovery-image] Sep 16 16:40:47.346 INFO O| Sep 16 16:40:47.346 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80972024-09-16T16:40:48.885Z[ recovery-image] Sep 16 16:40:47.357 INFO O| Sep 16 16:40:47.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80982024-09-16T16:40:48.885Z[ recovery-image] Sep 16 16:40:47.357 INFO O| Sep 16 16:40:47.357 INFO STEP 73 (remove_files) COMPLETE
80992024-09-16T16:40:48.888Z[ recovery-image] Sep 16 16:40:47.357 INFO O| Sep 16 16:40:47.357 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81002024-09-16T16:40:48.895Z[ recovery-image] Sep 16 16:40:47.367 INFO O| Sep 16 16:40:47.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81012024-09-16T16:40:48.895Z[ recovery-image] Sep 16 16:40:47.367 INFO O| Sep 16 16:40:47.367 INFO STEP 74 (remove_files) COMPLETE
81022024-09-16T16:40:48.898Z[ recovery-image] Sep 16 16:40:47.367 INFO O| Sep 16 16:40:47.367 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81032024-09-16T16:40:48.908Z[ recovery-image] Sep 16 16:40:47.380 INFO O| Sep 16 16:40:47.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81042024-09-16T16:40:48.908Z[ recovery-image] Sep 16 16:40:47.380 INFO O| Sep 16 16:40:47.380 INFO STEP 75 (remove_files) COMPLETE
81052024-09-16T16:40:48.911Z[ recovery-image] Sep 16 16:40:47.380 INFO O| Sep 16 16:40:47.380 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81062024-09-16T16:40:48.921Z[ recovery-image] Sep 16 16:40:47.392 INFO O| Sep 16 16:40:47.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81072024-09-16T16:40:48.921Z[ recovery-image] Sep 16 16:40:47.392 INFO O| Sep 16 16:40:47.392 INFO STEP 76 (remove_files) COMPLETE
81082024-09-16T16:40:48.924Z[ recovery-image] Sep 16 16:40:47.392 INFO O| Sep 16 16:40:47.392 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81092024-09-16T16:40:48.931Z[ recovery-image] Sep 16 16:40:47.403 INFO O| Sep 16 16:40:47.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81102024-09-16T16:40:48.931Z[ recovery-image] Sep 16 16:40:47.403 INFO O| Sep 16 16:40:47.403 INFO STEP 77 (remove_files) COMPLETE
81112024-09-16T16:40:48.935Z[ recovery-image] Sep 16 16:40:47.403 INFO O| Sep 16 16:40:47.403 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81122024-09-16T16:40:48.941Z[ recovery-image] Sep 16 16:40:47.413 INFO O| Sep 16 16:40:47.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81132024-09-16T16:40:48.942Z[ recovery-image] Sep 16 16:40:47.413 INFO O| Sep 16 16:40:47.413 INFO STEP 78 (remove_files) COMPLETE
81142024-09-16T16:40:48.945Z[ recovery-image] Sep 16 16:40:47.413 INFO O| Sep 16 16:40:47.413 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81152024-09-16T16:40:48.952Z[ recovery-image] Sep 16 16:40:47.423 INFO O| Sep 16 16:40:47.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
81162024-09-16T16:40:48.954Z[ recovery-image] Sep 16 16:40:47.423 INFO O| Sep 16 16:40:47.423 INFO STEP 79 (remove_files) COMPLETE
81172024-09-16T16:40:48.954Z[ recovery-image] Sep 16 16:40:47.423 INFO O| Sep 16 16:40:47.423 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81182024-09-16T16:40:48.964Z[ recovery-image] Sep 16 16:40:47.435 INFO O| Sep 16 16:40:47.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
81192024-09-16T16:40:48.965Z[ recovery-image] Sep 16 16:40:47.435 INFO O| Sep 16 16:40:47.435 INFO STEP 80 (remove_files) COMPLETE
81202024-09-16T16:40:48.967Z[ recovery-image] Sep 16 16:40:47.435 INFO O| Sep 16 16:40:47.435 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81212024-09-16T16:40:48.976Z[ recovery-image] Sep 16 16:40:47.447 INFO O| Sep 16 16:40:47.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
81222024-09-16T16:40:48.976Z[ recovery-image] Sep 16 16:40:47.447 INFO O| Sep 16 16:40:47.447 INFO STEP 81 (remove_files) COMPLETE
81232024-09-16T16:40:48.979Z[ recovery-image] Sep 16 16:40:47.447 INFO O| Sep 16 16:40:47.447 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81242024-09-16T16:40:48.986Z[ recovery-image] Sep 16 16:40:47.457 INFO O| Sep 16 16:40:47.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
81252024-09-16T16:40:48.986Z[ recovery-image] Sep 16 16:40:47.457 INFO O| Sep 16 16:40:47.457 INFO STEP 82 (remove_files) COMPLETE
81262024-09-16T16:40:48.988Z[ recovery-image] Sep 16 16:40:47.458 INFO O| Sep 16 16:40:47.457 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81272024-09-16T16:40:48.999Z[ recovery-image] Sep 16 16:40:47.469 INFO O| Sep 16 16:40:47.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81282024-09-16T16:40:48.999Z[ recovery-image] Sep 16 16:40:47.470 INFO O| Sep 16 16:40:47.469 INFO STEP 83 (remove_files) COMPLETE
81292024-09-16T16:40:49.002Z[ recovery-image] Sep 16 16:40:47.470 INFO O| Sep 16 16:40:47.470 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81302024-09-16T16:40:49.009Z[ recovery-image] Sep 16 16:40:47.480 INFO O| Sep 16 16:40:47.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81312024-09-16T16:40:49.009Z[ recovery-image] Sep 16 16:40:47.480 INFO O| Sep 16 16:40:47.480 INFO STEP 84 (remove_files) COMPLETE
81322024-09-16T16:40:49.009Z[ recovery-image] Sep 16 16:40:47.480 INFO O| Sep 16 16:40:47.480 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81332024-09-16T16:40:49.024Z[ recovery-image] Sep 16 16:40:47.494 INFO O| Sep 16 16:40:47.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81342024-09-16T16:40:49.024Z[ recovery-image] Sep 16 16:40:47.494 INFO O| Sep 16 16:40:47.494 INFO STEP 85 (remove_files) COMPLETE
81352024-09-16T16:40:49.026Z[ recovery-image] Sep 16 16:40:47.494 INFO O| Sep 16 16:40:47.494 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81362024-09-16T16:40:49.033Z[ recovery-image] Sep 16 16:40:47.505 INFO O| Sep 16 16:40:47.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81372024-09-16T16:40:49.036Z[ recovery-image] Sep 16 16:40:47.505 INFO O| Sep 16 16:40:47.505 INFO STEP 86 (remove_files) COMPLETE
81382024-09-16T16:40:49.036Z[ recovery-image] Sep 16 16:40:47.505 INFO O| Sep 16 16:40:47.505 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81392024-09-16T16:40:49.044Z[ recovery-image] Sep 16 16:40:47.515 INFO O| Sep 16 16:40:47.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81402024-09-16T16:40:49.047Z[ recovery-image] Sep 16 16:40:47.516 INFO O| Sep 16 16:40:47.515 INFO STEP 87 (remove_files) COMPLETE
81412024-09-16T16:40:49.047Z[ recovery-image] Sep 16 16:40:47.516 INFO O| Sep 16 16:40:47.516 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81422024-09-16T16:40:49.056Z[ recovery-image] Sep 16 16:40:47.527 INFO O| Sep 16 16:40:47.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81432024-09-16T16:40:49.064Z[ recovery-image] Sep 16 16:40:47.527 INFO O| Sep 16 16:40:47.527 INFO STEP 88 (remove_files) COMPLETE
81442024-09-16T16:40:49.064Z[ recovery-image] Sep 16 16:40:47.527 INFO O| Sep 16 16:40:47.527 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81452024-09-16T16:40:49.067Z[ recovery-image] Sep 16 16:40:47.537 INFO O| Sep 16 16:40:47.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81462024-09-16T16:40:49.067Z[ recovery-image] Sep 16 16:40:47.537 INFO O| Sep 16 16:40:47.537 INFO STEP 89 (remove_files) COMPLETE
81472024-09-16T16:40:49.067Z[ recovery-image] Sep 16 16:40:47.537 INFO O| Sep 16 16:40:47.537 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81482024-09-16T16:40:49.075Z[ recovery-image] Sep 16 16:40:47.547 INFO O| Sep 16 16:40:47.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81492024-09-16T16:40:49.075Z[ recovery-image] Sep 16 16:40:47.547 INFO O| Sep 16 16:40:47.547 INFO STEP 90 (remove_files) COMPLETE
81502024-09-16T16:40:49.075Z[ recovery-image] Sep 16 16:40:47.547 INFO O| Sep 16 16:40:47.547 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81512024-09-16T16:40:49.088Z[ recovery-image] Sep 16 16:40:47.557 INFO O| Sep 16 16:40:47.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81522024-09-16T16:40:49.088Z[ recovery-image] Sep 16 16:40:47.557 INFO O| Sep 16 16:40:47.557 INFO STEP 91 (remove_files) COMPLETE
81532024-09-16T16:40:49.091Z[ recovery-image] Sep 16 16:40:47.557 INFO O| Sep 16 16:40:47.557 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81542024-09-16T16:40:49.096Z[ recovery-image] Sep 16 16:40:47.567 INFO O| Sep 16 16:40:47.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81552024-09-16T16:40:49.098Z[ recovery-image] Sep 16 16:40:47.567 INFO O| Sep 16 16:40:47.567 INFO STEP 92 (remove_files) COMPLETE
81562024-09-16T16:40:49.098Z[ recovery-image] Sep 16 16:40:47.567 INFO O| Sep 16 16:40:47.567 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81572024-09-16T16:40:49.106Z[ recovery-image] Sep 16 16:40:47.578 INFO O| Sep 16 16:40:47.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81582024-09-16T16:40:49.106Z[ recovery-image] Sep 16 16:40:47.578 INFO O| Sep 16 16:40:47.578 INFO STEP 93 (remove_files) COMPLETE
81592024-09-16T16:40:49.107Z[ recovery-image] Sep 16 16:40:47.578 INFO O| Sep 16 16:40:47.578 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81602024-09-16T16:40:49.120Z[ recovery-image] Sep 16 16:40:47.592 INFO O| Sep 16 16:40:47.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81612024-09-16T16:40:49.120Z[ recovery-image] Sep 16 16:40:47.592 INFO O| Sep 16 16:40:47.592 INFO STEP 94 (remove_files) COMPLETE
81622024-09-16T16:40:49.120Z[ recovery-image] Sep 16 16:40:47.592 INFO O| Sep 16 16:40:47.592 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81632024-09-16T16:40:49.140Z[ recovery-image] Sep 16 16:40:47.611 INFO O| Sep 16 16:40:47.611 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81642024-09-16T16:40:49.142Z[ recovery-image] Sep 16 16:40:47.612 INFO O| Sep 16 16:40:47.611 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"}
81652024-09-16T16:40:50.020Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 31s
81662024-09-16T16:40:50.338ZSep 16 16:40:48.809 INFO [verify-libraries] process exited with exit status: 0 (336.398391145s)
81672024-09-16T16:40:56.344Z[ recovery-image] Sep 16 16:40:54.815 INFO O| Sep 16 16:40:54.815 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-16T16:40:56.345Z[ recovery-image] Sep 16 16:40:54.815 INFO O| Sep 16 16:40:54.815 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81692024-09-16T16:40:56.358Z[ recovery-image] Sep 16 16:40:54.828 INFO O| Sep 16 16:40:54.827 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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
81702024-09-16T16:40:56.432Z[ recovery-image] Sep 16 16:40:54.902 INFO O| Sep 16 16:40:54.902 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81712024-09-16T16:40:56.432Z[ recovery-image] Sep 16 16:40:54.902 INFO O| Sep 16 16:40:54.902 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-16T16:40:56.436Z[ recovery-image] Sep 16 16:40:54.904 INFO O| Sep 16 16:40:54.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81732024-09-16T16:40:56.436Z[ recovery-image] Sep 16 16:40:54.904 INFO O| Sep 16 16:40:54.904 INFO ok!
81742024-09-16T16:40:56.436Z[ recovery-image] Sep 16 16:40:54.904 INFO O| Sep 16 16:40:54.904 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81752024-09-16T16:40:56.436Z[ recovery-image] Sep 16 16:40:54.904 INFO O| Sep 16 16:40:54.904 INFO STEP 95 (seed_smf) COMPLETE
81762024-09-16T16:40:56.436Z[ recovery-image] Sep 16 16:40:54.904 INFO O| Sep 16 16:40:54.904 INFO steps complete; finalising image!
81772024-09-16T16:40:56.436Z[ recovery-image] Sep 16 16:40:54.904 INFO O| Sep 16 16:40:54.904 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81782024-09-16T16:40:56.466Z[ recovery-image] Sep 16 16:40:54.936 INFO O| Sep 16 16:40:54.936 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Mon Sep 16 16:40:54 2024)
81792024-09-16T16:40:56.673Z[ recovery-image] Sep 16 16:40:55.143 INFO O| Sep 16 16:40:55.143 INFO trim TEMPORARY-gimlet-zfs-recovery: (70% trimmed, started at Mon Sep 16 16:40:54 2024)
81802024-09-16T16:40:56.893Z[ recovery-image] Sep 16 16:40:55.363 INFO O| Sep 16 16:40:55.363 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
81812024-09-16T16:40:56.893Z[ recovery-image] Sep 16 16:40:55.363 INFO O| Sep 16 16:40:55.363 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81822024-09-16T16:40:57.094Z[ recovery-image] Sep 16 16:40:55.563 INFO O| Sep 16 16:40:55.563 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
81832024-09-16T16:40:57.094Z[ recovery-image] Sep 16 16:40:55.564 INFO O| Sep 16 16:40:55.563 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81842024-09-16T16:41:00.082Z[ recovery-image] Sep 16 16:40:58.551 INFO O| Sep 16 16:40:58.551 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81852024-09-16T16:41:00.082Z[ recovery-image] Sep 16 16:40:58.552 INFO O| Sep 16 16:40:58.551 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81862024-09-16T16:41:00.082Z[ recovery-image] Sep 16 16:40:58.552 INFO O| Sep 16 16:40:58.551 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81872024-09-16T16:41:00.085Z[ recovery-image] Sep 16 16:40:58.552 INFO O| Sep 16 16:40:58.551 INFO completed processing gimlet/zfs-recovery
81882024-09-16T16:41:00.085Z[ recovery-image] Sep 16 16:40:58.552 INFO O| Sep 16 16:40:58.551 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81892024-09-16T16:41:00.369Z[ recovery-image] Sep 16 16:40:58.838 INFO O| Sep 16 16:40:58.838 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81902024-09-16T16:41:00.450Z[ recovery-image] Sep 16 16:40:58.920 INFO BUILD STRING "heads/stlouis-0-g84ef9e5979\n"
81912024-09-16T16:41:00.453Z[ recovery-image] Sep 16 16:40:58.920 INFO expanded image name: "recovery 7c58ebc/${os_short_commit} 2024-09-16 16:13" -> "recovery 7c58ebc/84ef9e5 2024-09-16 16:13"
81922024-09-16T16:41:00.453Z[ recovery-image] Sep 16 16:40:58.920 INFO output artefacts stored in: "/work/os-recovery"
81932024-09-16T16:41:00.453Z[ recovery-image] Sep 16 16:40:58.921 INFO collecting git info from project "chelsio-t6-roms"...
81942024-09-16T16:41:00.475Z[ recovery-image] Sep 16 16:40:58.945 INFO collecting git info from project "amd-host-image-builder"...
81952024-09-16T16:41:00.674Z[ recovery-image] Sep 16 16:40:59.144 INFO collecting git info from project "phbl"...
81962024-09-16T16:41:00.680Z[ recovery-image] Sep 16 16:40:59.150 INFO collecting git info from project "amd-firmware"...
81972024-09-16T16:41:00.903Z[ recovery-image] Sep 16 16:40:59.373 INFO collecting git info from project "pilot"...
81982024-09-16T16:41:00.914Z[ recovery-image] Sep 16 16:40:59.384 INFO collecting git info from project "image-builder"...
81992024-09-16T16:41:00.920Z[ recovery-image] Sep 16 16:40:59.390 INFO collecting git info from project "pinprick"...
82002024-09-16T16:41:00.925Z[ recovery-image] Sep 16 16:40:59.395 INFO collecting git info from project "bootserver"...
82012024-09-16T16:41:00.930Z[ recovery-image] Sep 16 16:40:59.400 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
82022024-09-16T16:41:01.281Z[ recovery-image] Sep 16 16:40:59.751 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
82032024-09-16T16:41:01.624Z[ recovery-image] Sep 16 16:41:00.094 INFO creating Oxide boot image...
82042024-09-16T16:41:01.627Z[ recovery-image] Sep 16 16:41:00.094 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 7c58ebc/84ef9e5 2024-09-16 16:13", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
82052024-09-16T16:41:23.069Z[ host-image] Sep 16 16:41:21.535 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22881:20240913T172138Z
82062024-09-16T16:41:23.069Z[ host-image] Sep 16 16:41:21.535 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22881:20240913T172138Z
82072024-09-16T16:41:23.072Z[ host-image] Sep 16 16:41:21.535 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
82082024-09-16T16:41:23.073Z[ host-image] Sep 16 16:41:21.536 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
82092024-09-16T16:41:23.073Z[ host-image] Sep 16 16:41:21.536 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
82102024-09-16T16:41:23.073Z[ host-image] Sep 16 16:41:21.536 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
82112024-09-16T16:41:23.074Z[ host-image] Sep 16 16:41:21.537 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
82122024-09-16T16:41:23.074Z[ host-image] Sep 16 16:41:21.537 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82132024-09-16T16:41:23.074Z[ host-image] Sep 16 16:41:21.537 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82142024-09-16T16:41:23.074Z[ host-image] Sep 16 16:41:21.537 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82152024-09-16T16:41:23.074Z[ host-image] Sep 16 16:41:21.537 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22881:20240913T172139Z
82162024-09-16T16:41:23.079Z[ host-image] Sep 16 16:41:21.539 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22881:20240913T172140Z
82172024-09-16T16:41:23.079Z[ host-image] Sep 16 16:41:21.540 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22881:20240913T172140Z
82182024-09-16T16:41:23.079Z[ host-image] Sep 16 16:41:21.540 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22881:20240913T172140Z
82192024-09-16T16:41:23.079Z[ host-image] Sep 16 16:41:21.540 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82202024-09-16T16:41:23.079Z[ host-image] Sep 16 16:41:21.541 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22881:20240913T172140Z
82212024-09-16T16:41:23.079Z[ host-image] Sep 16 16:41:21.542 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22881:20240913T172140Z
82222024-09-16T16:41:23.079Z[ host-image] Sep 16 16:41:21.542 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22881:20240913T172140Z
82232024-09-16T16:41:23.079Z[ host-image] Sep 16 16:41:21.542 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22881:20240913T172140Z
82242024-09-16T16:41:23.079Z[ host-image] Sep 16 16:41:21.542 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22881:20240913T172141Z
82252024-09-16T16:41:23.079Z[ host-image] Sep 16 16:41:21.542 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22881:20240913T172141Z
82262024-09-16T16:41:23.079Z[ host-image] Sep 16 16:41:21.542 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22881:20240913T172142Z
82272024-09-16T16:41:23.080Z[ host-image] Sep 16 16:41:21.542 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22881:20240913T172142Z
82282024-09-16T16:41:23.080Z[ host-image] Sep 16 16:41:21.543 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22881:20240913T172143Z
82292024-09-16T16:41:23.080Z[ host-image] Sep 16 16:41:21.543 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22881:20240913T172144Z
82302024-09-16T16:41:23.080Z[ host-image] Sep 16 16:41:21.543 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22881:20240913T172144Z
82312024-09-16T16:41:23.080Z[ host-image] Sep 16 16:41:21.543 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22881:20240913T172146Z
82322024-09-16T16:41:23.080Z[ host-image] Sep 16 16:41:21.543 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22881:20240913T172146Z
82332024-09-16T16:41:23.080Z[ host-image] Sep 16 16:41:21.543 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82342024-09-16T16:41:23.080Z[ host-image] Sep 16 16:41:21.543 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22881:20240913T172148Z
82352024-09-16T16:41:23.080Z[ host-image] Sep 16 16:41:21.544 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22881:20240913T172150Z
82362024-09-16T16:41:23.080Z[ host-image] Sep 16 16:41:21.544 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22881:20240913T172151Z
82372024-09-16T16:41:23.080Z[ host-image] Sep 16 16:41:21.544 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22881:20240913T172152Z
82382024-09-16T16:41:23.083Z[ host-image] Sep 16 16:41:21.545 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22881:20240913T172153Z
82392024-09-16T16:41:23.083Z[ host-image] Sep 16 16:41:21.545 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22881:20240913T172153Z
82402024-09-16T16:41:23.088Z[ host-image] Sep 16 16:41:21.554 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82412024-09-16T16:41:23.091Z[ host-image] Sep 16 16:41:21.554 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22881:20240913T172153Z
82422024-09-16T16:41:23.091Z[ host-image] Sep 16 16:41:21.555 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82432024-09-16T16:41:23.091Z[ host-image] Sep 16 16:41:21.555 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82442024-09-16T16:41:23.091Z[ host-image] Sep 16 16:41:21.555 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82452024-09-16T16:41:23.091Z[ host-image] Sep 16 16:41:21.556 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22881:20240913T172153Z
82462024-09-16T16:41:23.091Z[ host-image] Sep 16 16:41:21.556 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82472024-09-16T16:41:23.091Z[ host-image] Sep 16 16:41:21.556 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82482024-09-16T16:41:23.091Z[ host-image] Sep 16 16:41:21.557 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82492024-09-16T16:41:23.095Z[ host-image] Sep 16 16:41:21.558 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82502024-09-16T16:41:23.104Z[ host-image] Sep 16 16:41:21.570 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82512024-09-16T16:41:23.108Z[ host-image] Sep 16 16:41:21.570 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82522024-09-16T16:41:23.108Z[ host-image] Sep 16 16:41:21.570 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82532024-09-16T16:41:23.108Z[ host-image] Sep 16 16:41:21.570 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82542024-09-16T16:41:23.108Z[ host-image] Sep 16 16:41:21.571 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82552024-09-16T16:41:23.108Z[ host-image] Sep 16 16:41:21.571 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82562024-09-16T16:41:23.140Z[ host-image] Sep 16 16:41:21.607 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82572024-09-16T16:41:23.143Z[ host-image] Sep 16 16:41:21.608 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82582024-09-16T16:41:23.143Z[ host-image] Sep 16 16:41:21.608 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82592024-09-16T16:41:23.143Z[ host-image] Sep 16 16:41:21.609 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22881:20240913T172155Z
82602024-09-16T16:41:23.143Z[ host-image] Sep 16 16:41:21.609 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22881:20240913T172201Z
82612024-09-16T16:41:23.143Z[ host-image] Sep 16 16:41:21.609 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82622024-09-16T16:41:23.143Z[ host-image] Sep 16 16:41:21.609 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22881:20240913T172202Z
82632024-09-16T16:41:23.143Z[ host-image] Sep 16 16:41:21.609 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82642024-09-16T16:41:23.143Z[ host-image] Sep 16 16:41:21.609 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82652024-09-16T16:41:23.143Z[ host-image] Sep 16 16:41:21.609 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82662024-09-16T16:41:23.143Z[ host-image] Sep 16 16:41:21.609 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22881:20240913T172202Z
82672024-09-16T16:41:23.143Z[ host-image] Sep 16 16:41:21.610 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82682024-09-16T16:41:23.148Z[ host-image] Sep 16 16:41:21.614 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82692024-09-16T16:41:23.150Z[ host-image] Sep 16 16:41:21.614 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82702024-09-16T16:41:23.150Z[ host-image] Sep 16 16:41:21.614 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82712024-09-16T16:41:23.150Z[ host-image] Sep 16 16:41:21.615 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22881:20240913T172202Z
82722024-09-16T16:41:23.150Z[ host-image] Sep 16 16:41:21.615 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82732024-09-16T16:41:23.163Z[ host-image] Sep 16 16:41:21.630 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82742024-09-16T16:41:23.165Z[ host-image] Sep 16 16:41:21.630 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22881:20240913T172203Z
82752024-09-16T16:41:23.165Z[ host-image] Sep 16 16:41:21.632 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22881:20240913T172203Z
82762024-09-16T16:41:23.168Z[ host-image] Sep 16 16:41:21.632 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22881:20240913T172203Z
82772024-09-16T16:41:23.168Z[ host-image] Sep 16 16:41:21.632 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82782024-09-16T16:41:23.168Z[ host-image] Sep 16 16:41:21.633 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22881:20240913T172205Z
82792024-09-16T16:41:23.168Z[ host-image] Sep 16 16:41:21.633 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22881:20240913T172205Z
82802024-09-16T16:41:23.168Z[ host-image] Sep 16 16:41:21.634 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22881:20240913T172205Z
82812024-09-16T16:41:23.168Z[ host-image] Sep 16 16:41:21.634 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22881:20240913T172205Z
82822024-09-16T16:41:23.171Z[ host-image] Sep 16 16:41:21.638 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82832024-09-16T16:41:23.174Z[ host-image] Sep 16 16:41:21.638 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22881:20240913T172206Z
82842024-09-16T16:41:23.174Z[ host-image] Sep 16 16:41:21.639 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22881:20240913T172207Z
82852024-09-16T16:41:23.174Z[ host-image] Sep 16 16:41:21.639 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82862024-09-16T16:41:23.174Z[ host-image] Sep 16 16:41:21.639 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22881:20240913T172207Z
82872024-09-16T16:41:23.174Z[ host-image] Sep 16 16:41:21.639 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22881:20240913T172207Z
82882024-09-16T16:41:23.174Z[ host-image] Sep 16 16:41:21.640 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22881:20240913T172207Z
82892024-09-16T16:41:23.174Z[ host-image] Sep 16 16:41:21.640 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22881:20240913T172208Z
82902024-09-16T16:41:23.182Z[ host-image] Sep 16 16:41:21.648 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22881:20240913T172208Z
82912024-09-16T16:41:23.184Z[ host-image] Sep 16 16:41:21.649 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82922024-09-16T16:41:23.184Z[ host-image] Sep 16 16:41:21.651 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22881:20240913T172208Z
82932024-09-16T16:41:23.186Z[ host-image] Sep 16 16:41:21.652 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22881:20240913T172208Z
82942024-09-16T16:41:23.186Z[ host-image] Sep 16 16:41:21.652 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22881:20240913T172208Z
82952024-09-16T16:41:23.186Z[ host-image] Sep 16 16:41:21.652 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22881:20240913T172208Z
82962024-09-16T16:41:23.186Z[ host-image] Sep 16 16:41:21.653 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22881:20240913T172208Z
82972024-09-16T16:41:23.189Z[ host-image] Sep 16 16:41:21.653 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22881:20240913T172209Z
82982024-09-16T16:41:23.197Z[ host-image] Sep 16 16:41:21.663 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22881:20240913T172210Z
82992024-09-16T16:41:23.199Z[ host-image] Sep 16 16:41:21.664 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22881:20240913T172209Z
83002024-09-16T16:41:23.199Z[ host-image] Sep 16 16:41:21.664 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22881:20240913T172210Z
83012024-09-16T16:41:23.199Z[ host-image] Sep 16 16:41:21.665 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22881:20240913T172210Z
83022024-09-16T16:41:23.199Z[ host-image] Sep 16 16:41:21.665 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22881:20240913T172210Z
83032024-09-16T16:41:23.220Z[ host-image] Sep 16 16:41:21.687 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22881:20240913T172213Z
83042024-09-16T16:41:23.220Z[ host-image] Sep 16 16:41:21.687 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22881:20240913T172210Z
83052024-09-16T16:41:23.223Z[ host-image] Sep 16 16:41:21.687 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22881:20240913T172211Z
83062024-09-16T16:41:23.223Z[ host-image] Sep 16 16:41:21.687 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
83072024-09-16T16:41:23.223Z[ host-image] Sep 16 16:41:21.688 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
83082024-09-16T16:41:23.250Z[ host-image] Sep 16 16:41:21.717 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22881:20240913T172211Z
83092024-09-16T16:41:23.253Z[ host-image] Sep 16 16:41:21.717 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83102024-09-16T16:41:23.253Z[ host-image] Sep 16 16:41:21.717 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22881:20240913T172211Z
83112024-09-16T16:41:23.253Z[ host-image] Sep 16 16:41:21.717 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22881:20240913T172211Z
83122024-09-16T16:41:23.253Z[ host-image] Sep 16 16:41:21.719 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22881:20240913T172211Z
83132024-09-16T16:41:23.253Z[ host-image] Sep 16 16:41:21.719 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83142024-09-16T16:41:23.253Z[ host-image] Sep 16 16:41:21.719 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83152024-09-16T16:41:23.256Z[ host-image] Sep 16 16:41:21.720 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22881:20240913T172212Z
83162024-09-16T16:41:23.256Z[ host-image] Sep 16 16:41:21.720 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22881:20240913T172212Z
83172024-09-16T16:41:23.256Z[ host-image] Sep 16 16:41:21.720 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22881:20240913T172212Z
83182024-09-16T16:41:23.256Z[ host-image] Sep 16 16:41:21.721 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22881:20240913T172213Z
83192024-09-16T16:41:23.256Z[ host-image] Sep 16 16:41:21.721 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22881:20240913T172213Z
83202024-09-16T16:41:23.256Z[ host-image] Sep 16 16:41:21.721 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22881:20240913T172213Z
83212024-09-16T16:41:23.258Z[ host-image] Sep 16 16:41:21.724 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83222024-09-16T16:41:23.258Z[ host-image] Sep 16 16:41:21.724 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22881:20240913T172214Z
83232024-09-16T16:41:23.261Z[ host-image] Sep 16 16:41:21.726 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22881:20240913T172214Z
83242024-09-16T16:41:23.261Z[ host-image] Sep 16 16:41:21.726 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22881:20240913T172214Z
83252024-09-16T16:41:23.261Z[ host-image] Sep 16 16:41:21.726 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22881:20240913T172215Z
83262024-09-16T16:41:23.261Z[ host-image] Sep 16 16:41:21.726 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22881:20240913T172215Z
83272024-09-16T16:41:23.261Z[ host-image] Sep 16 16:41:21.727 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22881:20240913T172215Z
83282024-09-16T16:41:23.261Z[ host-image] Sep 16 16:41:21.727 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83292024-09-16T16:41:23.261Z[ host-image] Sep 16 16:41:21.727 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83302024-09-16T16:41:23.261Z[ host-image] Sep 16 16:41:21.727 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22881:20240913T172217Z
83312024-09-16T16:41:23.261Z[ host-image] Sep 16 16:41:21.728 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22881:20240913T172218Z
83322024-09-16T16:41:23.261Z[ host-image] Sep 16 16:41:21.728 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83332024-09-16T16:41:23.264Z[ host-image] Sep 16 16:41:21.728 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83342024-09-16T16:41:23.264Z[ host-image] Sep 16 16:41:21.728 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83352024-09-16T16:41:23.264Z[ host-image] Sep 16 16:41:21.728 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83362024-09-16T16:41:23.264Z[ host-image] Sep 16 16:41:21.728 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83372024-09-16T16:41:23.264Z[ host-image] Sep 16 16:41:21.729 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83382024-09-16T16:41:23.264Z[ host-image] Sep 16 16:41:21.730 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83392024-09-16T16:41:23.264Z[ host-image] Sep 16 16:41:21.730 INFO O| tempdir @ "/tmp/.tmpemkPVm/tmp"
83402024-09-16T16:41:23.264Z[ host-image] Sep 16 16:41:21.730 INFO O| image root @ "/tmp/.tmpemkPVm/tmp/root"
83412024-09-16T16:41:23.264Z[ host-image] Sep 16 16:41:21.730 INFO O| creating image...
83422024-09-16T16:41:23.744Z[ host-image] Sep 16 16:41:22.210 INFO O| copying publishers...
83432024-09-16T16:41:30.355Z[ host-image] Sep 16 16:41:28.821 INFO O| adding properties...
83442024-09-16T16:41:31.352Z[ host-image] Sep 16 16:41:29.817 INFO O| installing packages...
83452024-09-16T16:41:45.859Z[ host-image] Sep 16 16:41:44.322 INFO O| seeding SMF database...
83462024-09-16T16:41:50.769Z[ recovery-image] Sep 16 16:41:49.231 INFO O| ok, image written!
83472024-09-16T16:41:50.771Z[ recovery-image] Sep 16 16:41:49.231 INFO O| ok, boot_image_csum file written!
83482024-09-16T16:41:50.776Z[ recovery-image] Sep 16 16:41:49.236 INFO creating boot archive (CPIO)...
83492024-09-16T16:41:50.776Z[ recovery-image] Sep 16 16:41:49.236 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
83502024-09-16T16:41:50.781Z[ recovery-image] Sep 16 16:41:49.243 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83512024-09-16T16:41:50.781Z[ recovery-image] Sep 16 16:41:49.243 INFO E| + outfile=/work/os-recovery/cpio
83522024-09-16T16:41:50.783Z[ recovery-image] Sep 16 16:41:49.243 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83532024-09-16T16:41:50.783Z[ recovery-image] Sep 16 16:41:49.246 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83542024-09-16T16:41:50.783Z[ recovery-image] Sep 16 16:41:49.246 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83552024-09-16T16:41:50.816Z[ recovery-image] Sep 16 16:41:49.278 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83562024-09-16T16:41:50.816Z[ recovery-image] Sep 16 16:41:49.278 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83572024-09-16T16:41:50.822Z[ recovery-image] Sep 16 16:41:49.285 INFO creating compressed cpio/unix for nanobl-rs...
83582024-09-16T16:41:50.824Z[ recovery-image] Sep 16 16:41:49.286 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
83592024-09-16T16:41:51.098Z[ recovery-image] Sep 16 16:41:49.561 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83602024-09-16T16:41:53.348Z[ host-image] Sep 16 16:41:51.810 INFO O| configuring SMF profile...
83612024-09-16T16:41:53.350Z[ host-image] Sep 16 16:41:51.810 INFO O| modifying shadow(5)...
83622024-09-16T16:41:53.350Z[ host-image] Sep 16 16:41:51.811 INFO O| loading user and group database...
83632024-09-16T16:41:53.350Z[ host-image] Sep 16 16:41:51.811 INFO O| assessing packaged files...
83642024-09-16T16:41:55.447Z[ recovery-image] Sep 16 16:41:53.909 INFO creating reset image...
83652024-09-16T16:41:55.449Z[ recovery-image] Sep 16 16:41:53.909 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83662024-09-16T16:41:55.491Z[ host-image] Sep 16 16:41:53.953 INFO O| creating archive...
83672024-09-16T16:41:55.527Z[ host-image] Sep 16 16:41:53.989 INFO O| missing from packaging:
83682024-09-16T16:41:55.527Z[ host-image] Sep 16 16:41:53.989 INFO O| "etc/.pwd.lock"
83692024-09-16T16:41:55.529Z[ host-image] Sep 16 16:41:53.989 INFO O| "etc/bash"
83702024-09-16T16:41:55.532Z[ host-image] Sep 16 16:41:53.994 INFO O| "etc/svc/profile/generic.xml"
83712024-09-16T16:41:55.532Z[ host-image] Sep 16 16:41:53.994 INFO O| "etc/svc/profile/inetd_services.xml"
83722024-09-16T16:41:55.534Z[ host-image] Sep 16 16:41:53.994 INFO O| "etc/svc/profile/name_service.xml"
83732024-09-16T16:41:55.535Z[ host-image] Sep 16 16:41:53.994 INFO O| "etc/svc/profile/platform.xml"
83742024-09-16T16:41:55.535Z[ host-image] Sep 16 16:41:53.994 INFO O| "etc/svc/profile/platform_omicron1.xml"
83752024-09-16T16:41:55.535Z[ host-image] Sep 16 16:41:53.994 INFO O| "etc/svc/repository.db"
83762024-09-16T16:41:55.541Z[ host-image] Sep 16 16:41:54.003 INFO O| "opt/ooce/share"
83772024-09-16T16:41:55.541Z[ host-image] Sep 16 16:41:54.003 INFO O| "opt/ooce/share/man"
83782024-09-16T16:41:55.544Z[ host-image] Sep 16 16:41:54.003 INFO O| "opt/ooce/share/man/man1"
83792024-09-16T16:41:55.552Z[ host-image] Sep 16 16:41:54.014 INFO O| finishing archive...
83802024-09-16T16:41:55.689Z[ recovery-image] Sep 16 16:41:54.151 INFO E| Updating crates.io index
83812024-09-16T16:41:55.796Z[ recovery-image] Sep 16 16:41:54.258 INFO E| Downloading crates ...
83822024-09-16T16:41:55.861Z[ recovery-image] Sep 16 16:41:54.323 INFO E| Downloaded clap_lex v0.7.2
83832024-09-16T16:41:55.864Z[ recovery-image] Sep 16 16:41:54.325 INFO E| Downloaded utf8parse v0.2.2
83842024-09-16T16:41:55.864Z[ recovery-image] Sep 16 16:41:54.326 INFO E| Downloaded anstyle-parse v0.2.5
83852024-09-16T16:41:55.868Z[ recovery-image] Sep 16 16:41:54.330 INFO E| Downloaded clap v4.5.17
83862024-09-16T16:41:55.878Z[ recovery-image] Sep 16 16:41:54.340 INFO E| Downloaded os_pipe v1.2.1
83872024-09-16T16:41:55.880Z[ recovery-image] Sep 16 16:41:54.342 INFO E| Downloaded shared_child v1.0.1
83882024-09-16T16:41:55.883Z[ recovery-image] Sep 16 16:41:54.343 INFO E| Downloaded anstream v0.6.15
83892024-09-16T16:41:55.886Z[ recovery-image] Sep 16 16:41:54.345 INFO E| Downloaded duct v0.13.7
83902024-09-16T16:41:55.886Z[ recovery-image] Sep 16 16:41:54.347 INFO E| Downloaded quote v1.0.37
83912024-09-16T16:41:55.888Z[ recovery-image] Sep 16 16:41:54.349 INFO E| Downloaded anstyle-query v1.1.1
83922024-09-16T16:41:55.890Z[ recovery-image] Sep 16 16:41:54.350 INFO E| Downloaded is_terminal_polyfill v1.70.1
83932024-09-16T16:41:55.890Z[ recovery-image] Sep 16 16:41:54.352 INFO E| Downloaded colorchoice v1.0.2
83942024-09-16T16:41:55.896Z[ recovery-image] Sep 16 16:41:54.358 INFO E| Downloaded clap_builder v4.5.17
83952024-09-16T16:41:55.903Z[ recovery-image] Sep 16 16:41:54.365 INFO E| Downloaded syn v2.0.77
83962024-09-16T16:41:55.979Z[ recovery-image] Sep 16 16:41:54.441 INFO E| Compiling proc-macro2 v1.0.86
83972024-09-16T16:41:55.979Z[ recovery-image] Sep 16 16:41:54.441 INFO E| Compiling libc v0.2.158
83982024-09-16T16:41:55.982Z[ recovery-image] Sep 16 16:41:54.441 INFO E| Compiling unicode-ident v1.0.12
83992024-09-16T16:41:55.982Z[ recovery-image] Sep 16 16:41:54.441 INFO E| Compiling utf8parse v0.2.2
84002024-09-16T16:41:55.982Z[ recovery-image] Sep 16 16:41:54.442 INFO E| Compiling is_terminal_polyfill v1.70.1
84012024-09-16T16:41:55.982Z[ recovery-image] Sep 16 16:41:54.442 INFO E| Compiling anstyle v1.0.8
84022024-09-16T16:41:55.984Z[ recovery-image] Sep 16 16:41:54.446 INFO E| Compiling colorchoice v1.0.2
84032024-09-16T16:41:55.987Z[ recovery-image] Sep 16 16:41:54.446 INFO E| Compiling anstyle-query v1.1.1
84042024-09-16T16:41:56.199Z[ recovery-image] Sep 16 16:41:54.661 INFO E| Compiling anstyle-parse v0.2.5
84052024-09-16T16:41:56.199Z[ recovery-image] Sep 16 16:41:54.661 INFO E| Compiling clap_lex v0.7.2
84062024-09-16T16:41:56.204Z[ recovery-image] Sep 16 16:41:54.666 INFO E| Compiling strsim v0.11.1
84072024-09-16T16:41:56.206Z[ recovery-image] Sep 16 16:41:54.668 INFO E| Compiling heck v0.5.0
84082024-09-16T16:41:56.220Z[ recovery-image] Sep 16 16:41:54.681 INFO E| Compiling once_cell v1.19.0
84092024-09-16T16:41:56.502Z[ recovery-image] Sep 16 16:41:54.963 INFO E| Compiling anstream v0.6.15
84102024-09-16T16:41:56.835Z[ recovery-image] Sep 16 16:41:55.297 INFO E| Compiling clap_builder v4.5.17
84112024-09-16T16:41:57.197Z[ recovery-image] Sep 16 16:41:55.659 INFO E| Compiling shared_child v1.0.1
84122024-09-16T16:41:57.197Z[ recovery-image] Sep 16 16:41:55.659 INFO E| Compiling os_pipe v1.2.1
84132024-09-16T16:41:57.333Z[ recovery-image] Sep 16 16:41:55.794 INFO E| Compiling duct v0.13.7
84142024-09-16T16:41:57.567Z[ recovery-image] Sep 16 16:41:56.028 INFO E| Compiling quote v1.0.37
84152024-09-16T16:41:57.911Z[ recovery-image] Sep 16 16:41:56.341 INFO E| Compiling syn v2.0.77
84162024-09-16T16:41:58.741Z[ host-image] Sep 16 16:41:57.201 INFO O| creating gzonly manifest...
84172024-09-16T16:41:58.776Z[ host-image] Sep 16 16:41:57.229 INFO O| ok
84182024-09-16T16:41:58.866Z[ host-image] Sep 16 16:41:57.325 INFO image builder template: ramdisk-02-trim...
84192024-09-16T16:41:58.866Z[ host-image] Sep 16 16:41:57.326 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/.tmpUveaVA/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
84202024-09-16T16:41:58.892Z[ host-image] Sep 16 16:41:57.353 INFO O| Sep 16 16:41:57.353 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84212024-09-16T16:41:58.900Z[ host-image] Sep 16 16:41:57.358 INFO O| Sep 16 16:41:57.358 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84222024-09-16T16:41:59.109Z[ host-image] Sep 16 16:41:57.569 INFO O| Sep 16 16:41:57.569 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
84232024-09-16T16:41:59.180Z[ host-image] Sep 16 16:41:57.640 INFO O| Sep 16 16:41:57.640 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84242024-09-16T16:41:59.180Z[ host-image] Sep 16 16:41:57.640 INFO O| Sep 16 16:41:57.640 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
84252024-09-16T16:41:59.185Z[ host-image] Sep 16 16:41:57.646 INFO O| Sep 16 16:41:57.646 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84262024-09-16T16:41:59.193Z[ host-image] Sep 16 16:41:57.650 INFO O| Sep 16 16:41:57.650 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84272024-09-16T16:41:59.200Z[ host-image] Sep 16 16:41:57.654 INFO O| Sep 16 16:41:57.654 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84282024-09-16T16:41:59.374Z[ host-image] Sep 16 16:41:57.834 INFO O| Sep 16 16:41:57.834 INFO rolled back to input snapshot; work may begin
84292024-09-16T16:41:59.374Z[ host-image] Sep 16 16:41:57.834 INFO O| Sep 16 16:41:57.834 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84302024-09-16T16:41:59.381Z[ host-image] Sep 16 16:41:57.842 INFO O| Sep 16 16:41:57.842 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84312024-09-16T16:41:59.394Z[ host-image] Sep 16 16:41:57.856 INFO O| Sep 16 16:41:57.855 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84322024-09-16T16:41:59.449Z[ host-image] Sep 16 16:41:57.910 INFO O| Sep 16 16:41:57.910 INFO STEP 0 (remove_files) COMPLETE
84332024-09-16T16:41:59.449Z[ host-image] Sep 16 16:41:57.911 INFO O| Sep 16 16:41:57.910 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84342024-09-16T16:41:59.461Z[ host-image] Sep 16 16:41:57.923 INFO O| Sep 16 16:41:57.923 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84352024-09-16T16:41:59.464Z[ host-image] Sep 16 16:41:57.925 INFO O| Sep 16 16:41:57.925 INFO STEP 1 (remove_files) COMPLETE
84362024-09-16T16:41:59.464Z[ host-image] Sep 16 16:41:57.925 INFO O| Sep 16 16:41:57.925 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84372024-09-16T16:41:59.473Z[ host-image] Sep 16 16:41:57.934 INFO O| Sep 16 16:41:57.934 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84382024-09-16T16:41:59.488Z[ host-image] Sep 16 16:41:57.950 INFO O| Sep 16 16:41:57.949 INFO STEP 2 (remove_files) COMPLETE
84392024-09-16T16:41:59.492Z[ host-image] Sep 16 16:41:57.950 INFO O| Sep 16 16:41:57.950 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84402024-09-16T16:41:59.498Z[ host-image] Sep 16 16:41:57.960 INFO O| Sep 16 16:41:57.960 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84412024-09-16T16:41:59.501Z[ host-image] Sep 16 16:41:57.962 INFO O| Sep 16 16:41:57.962 INFO STEP 3 (remove_files) COMPLETE
84422024-09-16T16:41:59.501Z[ host-image] Sep 16 16:41:57.962 INFO O| Sep 16 16:41:57.962 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-09-16T16:41:59.510Z[ host-image] Sep 16 16:41:57.972 INFO O| Sep 16 16:41:57.972 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84442024-09-16T16:41:59.514Z[ host-image] Sep 16 16:41:57.975 INFO O| Sep 16 16:41:57.975 INFO STEP 4 (remove_files) COMPLETE
84452024-09-16T16:41:59.514Z[ host-image] Sep 16 16:41:57.975 INFO O| Sep 16 16:41:57.975 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84462024-09-16T16:41:59.524Z[ host-image] Sep 16 16:41:57.985 INFO O| Sep 16 16:41:57.985 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84472024-09-16T16:41:59.526Z[ host-image] Sep 16 16:41:57.988 INFO O| Sep 16 16:41:57.988 INFO STEP 5 (remove_files) COMPLETE
84482024-09-16T16:41:59.526Z[ host-image] Sep 16 16:41:57.988 INFO O| Sep 16 16:41:57.988 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84492024-09-16T16:41:59.536Z[ host-image] Sep 16 16:41:57.997 INFO O| Sep 16 16:41:57.997 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84502024-09-16T16:41:59.547Z[ host-image] Sep 16 16:41:58.008 INFO O| Sep 16 16:41:58.008 INFO STEP 6 (remove_files) COMPLETE
84512024-09-16T16:41:59.547Z[ host-image] Sep 16 16:41:58.008 INFO O| Sep 16 16:41:58.008 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84522024-09-16T16:41:59.561Z[ host-image] Sep 16 16:41:58.023 INFO O| Sep 16 16:41:58.022 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84532024-09-16T16:41:59.573Z[ host-image] Sep 16 16:41:58.034 INFO O| Sep 16 16:41:58.034 INFO STEP 7 (remove_files) COMPLETE
84542024-09-16T16:41:59.576Z[ host-image] Sep 16 16:41:58.034 INFO O| Sep 16 16:41:58.034 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84552024-09-16T16:41:59.586Z[ host-image] Sep 16 16:41:58.047 INFO O| Sep 16 16:41:58.047 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84562024-09-16T16:41:59.662Z[ host-image] Sep 16 16:41:58.123 INFO O| Sep 16 16:41:58.123 INFO STEP 8 (remove_files) COMPLETE
84572024-09-16T16:41:59.662Z[ host-image] Sep 16 16:41:58.123 INFO O| Sep 16 16:41:58.123 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84582024-09-16T16:41:59.676Z[ host-image] Sep 16 16:41:58.138 INFO O| Sep 16 16:41:58.137 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84592024-09-16T16:41:59.812Z[ host-image] Sep 16 16:41:58.273 INFO O| Sep 16 16:41:58.273 INFO STEP 9 (remove_files) COMPLETE
84602024-09-16T16:41:59.812Z[ host-image] Sep 16 16:41:58.273 INFO O| Sep 16 16:41:58.273 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-09-16T16:41:59.826Z[ host-image] Sep 16 16:41:58.287 INFO O| Sep 16 16:41:58.287 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84622024-09-16T16:41:59.829Z[ host-image] Sep 16 16:41:58.291 INFO O| Sep 16 16:41:58.290 INFO STEP 10 (remove_files) COMPLETE
84632024-09-16T16:41:59.829Z[ host-image] Sep 16 16:41:58.291 INFO O| Sep 16 16:41:58.291 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-09-16T16:41:59.844Z[ host-image] Sep 16 16:41:58.305 INFO O| Sep 16 16:41:58.305 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84652024-09-16T16:41:59.846Z[ host-image] Sep 16 16:41:58.307 INFO O| Sep 16 16:41:58.307 INFO STEP 11 (remove_files) COMPLETE
84662024-09-16T16:41:59.846Z[ host-image] Sep 16 16:41:58.307 INFO O| Sep 16 16:41:58.307 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-09-16T16:41:59.860Z[ host-image] Sep 16 16:41:58.322 INFO O| Sep 16 16:41:58.322 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84682024-09-16T16:41:59.863Z[ host-image] Sep 16 16:41:58.323 INFO O| Sep 16 16:41:58.323 INFO STEP 12 (remove_files) COMPLETE
84692024-09-16T16:41:59.863Z[ host-image] Sep 16 16:41:58.323 INFO O| Sep 16 16:41:58.323 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84702024-09-16T16:41:59.889Z[ host-image] Sep 16 16:41:58.351 INFO O| Sep 16 16:41:58.351 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84712024-09-16T16:41:59.910Z[ host-image] Sep 16 16:41:58.371 INFO O| Sep 16 16:41:58.371 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84722024-09-16T16:41:59.910Z[ host-image] Sep 16 16:41:58.371 INFO O| Sep 16 16:41:58.371 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84732024-09-16T16:41:59.913Z[ host-image] Sep 16 16:41:58.372 INFO O| Sep 16 16:41:58.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84742024-09-16T16:41:59.913Z[ host-image] Sep 16 16:41:58.372 INFO O| Sep 16 16:41:58.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84752024-09-16T16:41:59.913Z[ host-image] Sep 16 16:41:58.372 INFO O| Sep 16 16:41:58.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84762024-09-16T16:41:59.913Z[ host-image] Sep 16 16:41:58.372 INFO O| Sep 16 16:41:58.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84772024-09-16T16:41:59.913Z[ host-image] Sep 16 16:41:58.372 INFO O| Sep 16 16:41:58.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84782024-09-16T16:41:59.913Z[ host-image] Sep 16 16:41:58.372 INFO O| Sep 16 16:41:58.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84792024-09-16T16:41:59.913Z[ host-image] Sep 16 16:41:58.374 INFO O| Sep 16 16:41:58.374 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84802024-09-16T16:41:59.913Z[ host-image] Sep 16 16:41:58.374 INFO O| Sep 16 16:41:58.374 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84812024-09-16T16:41:59.913Z[ host-image] Sep 16 16:41:58.374 INFO O| Sep 16 16:41:58.374 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84822024-09-16T16:41:59.913Z[ host-image] Sep 16 16:41:58.374 INFO O| Sep 16 16:41:58.374 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84832024-09-16T16:41:59.917Z[ host-image] Sep 16 16:41:58.374 INFO O| Sep 16 16:41:58.374 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84842024-09-16T16:41:59.917Z[ host-image] Sep 16 16:41:58.375 INFO O| Sep 16 16:41:58.374 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84852024-09-16T16:41:59.917Z[ host-image] Sep 16 16:41:58.375 INFO O| Sep 16 16:41:58.375 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84862024-09-16T16:41:59.917Z[ host-image] Sep 16 16:41:58.375 INFO O| Sep 16 16:41:58.375 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84872024-09-16T16:42:00.426Z[ host-image] Sep 16 16:41:58.887 INFO O| Sep 16 16:41:58.887 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84882024-09-16T16:42:00.474Z[ host-image] Sep 16 16:41:58.935 INFO O| Sep 16 16:41:58.935 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84892024-09-16T16:42:00.479Z[ host-image] Sep 16 16:41:58.940 INFO O| Sep 16 16:41:58.940 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84902024-09-16T16:42:00.482Z[ host-image] Sep 16 16:41:58.942 INFO O| Sep 16 16:41:58.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84912024-09-16T16:42:00.530Z[ host-image] Sep 16 16:41:58.991 INFO O| Sep 16 16:41:58.991 INFO STEP 13 (remove_files) COMPLETE
84922024-09-16T16:42:00.530Z[ host-image] Sep 16 16:41:58.991 INFO O| Sep 16 16:41:58.991 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84932024-09-16T16:42:00.547Z[ host-image] Sep 16 16:41:59.008 INFO O| Sep 16 16:41:59.008 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84942024-09-16T16:42:00.549Z[ host-image] Sep 16 16:41:59.011 INFO O| Sep 16 16:41:59.010 INFO STEP 14 (remove_files) COMPLETE
84952024-09-16T16:42:00.550Z[ host-image] Sep 16 16:41:59.011 INFO O| Sep 16 16:41:59.010 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-09-16T16:42:00.565Z[ host-image] Sep 16 16:41:59.027 INFO O| Sep 16 16:41:59.027 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84972024-09-16T16:42:00.576Z[ host-image] Sep 16 16:41:59.038 INFO O| Sep 16 16:41:59.037 INFO STEP 15 (remove_files) COMPLETE
84982024-09-16T16:42:00.576Z[ host-image] Sep 16 16:41:59.038 INFO O| Sep 16 16:41:59.037 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84992024-09-16T16:42:00.590Z[ host-image] Sep 16 16:41:59.052 INFO O| Sep 16 16:41:59.052 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85002024-09-16T16:42:00.593Z[ host-image] Sep 16 16:41:59.052 INFO O| Sep 16 16:41:59.052 INFO STEP 16 (remove_files) COMPLETE
85012024-09-16T16:42:00.593Z[ host-image] Sep 16 16:41:59.052 INFO O| Sep 16 16:41:59.052 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-09-16T16:42:00.604Z[ host-image] Sep 16 16:41:59.065 INFO O| Sep 16 16:41:59.065 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85032024-09-16T16:42:00.606Z[ host-image] Sep 16 16:41:59.067 INFO O| Sep 16 16:41:59.067 INFO STEP 17 (remove_files) COMPLETE
85042024-09-16T16:42:00.607Z[ host-image] Sep 16 16:41:59.067 INFO O| Sep 16 16:41:59.067 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85052024-09-16T16:42:00.634Z[ host-image] Sep 16 16:41:59.082 INFO O| Sep 16 16:41:59.082 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85062024-09-16T16:42:00.634Z[ host-image] Sep 16 16:41:59.082 INFO O| Sep 16 16:41:59.082 INFO STEP 18 (remove_files) COMPLETE
85072024-09-16T16:42:00.640Z[ host-image] Sep 16 16:41:59.082 INFO O| Sep 16 16:41:59.082 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85082024-09-16T16:42:00.640Z[ host-image] Sep 16 16:41:59.096 INFO O| Sep 16 16:41:59.096 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85092024-09-16T16:42:00.640Z[ host-image] Sep 16 16:41:59.096 INFO O| Sep 16 16:41:59.096 INFO STEP 19 (remove_files) COMPLETE
85102024-09-16T16:42:00.640Z[ host-image] Sep 16 16:41:59.096 INFO O| Sep 16 16:41:59.096 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-09-16T16:42:00.650Z[ host-image] Sep 16 16:41:59.110 INFO O| Sep 16 16:41:59.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85122024-09-16T16:42:00.651Z[ host-image] Sep 16 16:41:59.110 INFO O| Sep 16 16:41:59.110 INFO STEP 20 (remove_files) COMPLETE
85132024-09-16T16:42:00.651Z[ host-image] Sep 16 16:41:59.110 INFO O| Sep 16 16:41:59.110 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-09-16T16:42:00.663Z[ host-image] Sep 16 16:41:59.124 INFO O| Sep 16 16:41:59.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85152024-09-16T16:42:00.663Z[ host-image] Sep 16 16:41:59.125 INFO O| Sep 16 16:41:59.124 INFO STEP 21 (remove_files) COMPLETE
85162024-09-16T16:42:00.663Z[ host-image] Sep 16 16:41:59.125 INFO O| Sep 16 16:41:59.125 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85172024-09-16T16:42:00.674Z[ host-image] Sep 16 16:41:59.136 INFO O| Sep 16 16:41:59.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85182024-09-16T16:42:00.677Z[ host-image] Sep 16 16:41:59.136 INFO O| Sep 16 16:41:59.136 INFO STEP 22 (remove_files) COMPLETE
85192024-09-16T16:42:00.677Z[ host-image] Sep 16 16:41:59.136 INFO O| Sep 16 16:41:59.136 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-09-16T16:42:00.685Z[ host-image] Sep 16 16:41:59.146 INFO O| Sep 16 16:41:59.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85212024-09-16T16:42:00.685Z[ host-image] Sep 16 16:41:59.146 INFO O| Sep 16 16:41:59.146 INFO STEP 23 (remove_files) COMPLETE
85222024-09-16T16:42:00.685Z[ host-image] Sep 16 16:41:59.146 INFO O| Sep 16 16:41:59.146 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85232024-09-16T16:42:00.700Z[ host-image] Sep 16 16:41:59.162 INFO O| Sep 16 16:41:59.162 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
85242024-09-16T16:42:00.700Z[ host-image] Sep 16 16:41:59.162 INFO O| Sep 16 16:41:59.162 INFO STEP 24 (remove_files) COMPLETE
85252024-09-16T16:42:00.703Z[ host-image] Sep 16 16:41:59.162 INFO O| Sep 16 16:41:59.162 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85262024-09-16T16:42:00.716Z[ host-image] Sep 16 16:41:59.177 INFO O| Sep 16 16:41:59.177 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85272024-09-16T16:42:00.716Z[ host-image] Sep 16 16:41:59.177 INFO O| Sep 16 16:41:59.177 INFO STEP 25 (remove_files) COMPLETE
85282024-09-16T16:42:00.718Z[ host-image] Sep 16 16:41:59.177 INFO O| Sep 16 16:41:59.177 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-09-16T16:42:00.731Z[ host-image] Sep 16 16:41:59.192 INFO O| Sep 16 16:41:59.192 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85302024-09-16T16:42:00.731Z[ host-image] Sep 16 16:41:59.192 INFO O| Sep 16 16:41:59.192 INFO STEP 26 (remove_files) COMPLETE
85312024-09-16T16:42:00.731Z[ host-image] Sep 16 16:41:59.192 INFO O| Sep 16 16:41:59.192 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-09-16T16:42:00.747Z[ host-image] Sep 16 16:41:59.208 INFO O| Sep 16 16:41:59.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85332024-09-16T16:42:00.747Z[ host-image] Sep 16 16:41:59.208 INFO O| Sep 16 16:41:59.208 INFO STEP 27 (remove_files) COMPLETE
85342024-09-16T16:42:00.750Z[ host-image] Sep 16 16:41:59.208 INFO O| Sep 16 16:41:59.208 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85352024-09-16T16:42:00.758Z[ host-image] Sep 16 16:41:59.219 INFO O| Sep 16 16:41:59.219 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85362024-09-16T16:42:00.758Z[ host-image] Sep 16 16:41:59.219 INFO O| Sep 16 16:41:59.219 INFO STEP 28 (remove_files) COMPLETE
85372024-09-16T16:42:00.758Z[ host-image] Sep 16 16:41:59.219 INFO O| Sep 16 16:41:59.219 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85382024-09-16T16:42:00.768Z[ host-image] Sep 16 16:41:59.229 INFO O| Sep 16 16:41:59.229 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85392024-09-16T16:42:00.771Z[ host-image] Sep 16 16:41:59.229 INFO O| Sep 16 16:41:59.229 INFO STEP 29 (remove_files) COMPLETE
85402024-09-16T16:42:00.771Z[ host-image] Sep 16 16:41:59.229 INFO O| Sep 16 16:41:59.229 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-09-16T16:42:00.778Z[ host-image] Sep 16 16:41:59.239 INFO O| Sep 16 16:41:59.239 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85422024-09-16T16:42:00.778Z[ host-image] Sep 16 16:41:59.239 INFO O| Sep 16 16:41:59.239 INFO STEP 30 (remove_files) COMPLETE
85432024-09-16T16:42:00.781Z[ host-image] Sep 16 16:41:59.239 INFO O| Sep 16 16:41:59.239 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85442024-09-16T16:42:00.789Z[ host-image] Sep 16 16:41:59.249 INFO O| Sep 16 16:41:59.249 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85452024-09-16T16:42:00.791Z[ host-image] Sep 16 16:41:59.249 INFO O| Sep 16 16:41:59.249 INFO STEP 31 (remove_files) COMPLETE
85462024-09-16T16:42:00.791Z[ host-image] Sep 16 16:41:59.249 INFO O| Sep 16 16:41:59.249 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85472024-09-16T16:42:00.798Z[ host-image] Sep 16 16:41:59.259 INFO O| Sep 16 16:41:59.259 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85482024-09-16T16:42:00.798Z[ host-image] Sep 16 16:41:59.259 INFO O| Sep 16 16:41:59.259 INFO STEP 32 (remove_files) COMPLETE
85492024-09-16T16:42:00.798Z[ host-image] Sep 16 16:41:59.259 INFO O| Sep 16 16:41:59.259 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85502024-09-16T16:42:00.809Z[ host-image] Sep 16 16:41:59.270 INFO O| Sep 16 16:41:59.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85512024-09-16T16:42:00.809Z[ host-image] Sep 16 16:41:59.270 INFO O| Sep 16 16:41:59.270 INFO STEP 33 (remove_files) COMPLETE
85522024-09-16T16:42:00.809Z[ host-image] Sep 16 16:41:59.270 INFO O| Sep 16 16:41:59.270 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85532024-09-16T16:42:00.822Z[ host-image] Sep 16 16:41:59.284 INFO O| Sep 16 16:41:59.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85542024-09-16T16:42:00.822Z[ host-image] Sep 16 16:41:59.284 INFO O| Sep 16 16:41:59.284 INFO STEP 34 (remove_files) COMPLETE
85552024-09-16T16:42:00.825Z[ host-image] Sep 16 16:41:59.284 INFO O| Sep 16 16:41:59.284 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85562024-09-16T16:42:00.834Z[ host-image] Sep 16 16:41:59.295 INFO O| Sep 16 16:41:59.295 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85572024-09-16T16:42:00.834Z[ host-image] Sep 16 16:41:59.295 INFO O| Sep 16 16:41:59.295 INFO STEP 35 (remove_files) COMPLETE
85582024-09-16T16:42:00.836Z[ host-image] Sep 16 16:41:59.295 INFO O| Sep 16 16:41:59.295 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85592024-09-16T16:42:00.844Z[ host-image] Sep 16 16:41:59.305 INFO O| Sep 16 16:41:59.305 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85602024-09-16T16:42:00.846Z[ host-image] Sep 16 16:41:59.305 INFO O| Sep 16 16:41:59.305 INFO STEP 36 (remove_files) COMPLETE
85612024-09-16T16:42:00.846Z[ host-image] Sep 16 16:41:59.305 INFO O| Sep 16 16:41:59.305 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85622024-09-16T16:42:00.854Z[ host-image] Sep 16 16:41:59.315 INFO O| Sep 16 16:41:59.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85632024-09-16T16:42:00.854Z[ host-image] Sep 16 16:41:59.315 INFO O| Sep 16 16:41:59.315 INFO STEP 37 (remove_files) COMPLETE
85642024-09-16T16:42:00.854Z[ host-image] Sep 16 16:41:59.315 INFO O| Sep 16 16:41:59.315 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85652024-09-16T16:42:00.865Z[ host-image] Sep 16 16:41:59.325 INFO O| Sep 16 16:41:59.325 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85662024-09-16T16:42:00.865Z[ host-image] Sep 16 16:41:59.325 INFO O| Sep 16 16:41:59.325 INFO STEP 38 (remove_files) COMPLETE
85672024-09-16T16:42:00.867Z[ host-image] Sep 16 16:41:59.325 INFO O| Sep 16 16:41:59.325 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85682024-09-16T16:42:00.874Z[ host-image] Sep 16 16:41:59.335 INFO O| Sep 16 16:41:59.335 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85692024-09-16T16:42:00.874Z[ host-image] Sep 16 16:41:59.335 INFO O| Sep 16 16:41:59.335 INFO STEP 39 (remove_files) COMPLETE
85702024-09-16T16:42:00.876Z[ host-image] Sep 16 16:41:59.335 INFO O| Sep 16 16:41:59.335 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85712024-09-16T16:42:00.883Z[ host-image] Sep 16 16:41:59.345 INFO O| Sep 16 16:41:59.345 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85722024-09-16T16:42:00.885Z[ host-image] Sep 16 16:41:59.345 INFO O| Sep 16 16:41:59.345 INFO STEP 40 (remove_files) COMPLETE
85732024-09-16T16:42:00.887Z[ host-image] Sep 16 16:41:59.345 INFO O| Sep 16 16:41:59.345 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-09-16T16:42:00.894Z[ host-image] Sep 16 16:41:59.355 INFO O| Sep 16 16:41:59.355 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85752024-09-16T16:42:00.894Z[ host-image] Sep 16 16:41:59.355 INFO O| Sep 16 16:41:59.355 INFO STEP 41 (remove_files) COMPLETE
85762024-09-16T16:42:00.896Z[ host-image] Sep 16 16:41:59.355 INFO O| Sep 16 16:41:59.355 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-09-16T16:42:00.905Z[ host-image] Sep 16 16:41:59.366 INFO O| Sep 16 16:41:59.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85782024-09-16T16:42:00.905Z[ host-image] Sep 16 16:41:59.366 INFO O| Sep 16 16:41:59.366 INFO STEP 42 (remove_files) COMPLETE
85792024-09-16T16:42:00.908Z[ host-image] Sep 16 16:41:59.366 INFO O| Sep 16 16:41:59.366 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-09-16T16:42:00.918Z[ host-image] Sep 16 16:41:59.379 INFO O| Sep 16 16:41:59.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85812024-09-16T16:42:00.920Z[ host-image] Sep 16 16:41:59.379 INFO O| Sep 16 16:41:59.379 INFO STEP 43 (remove_files) COMPLETE
85822024-09-16T16:42:00.920Z[ host-image] Sep 16 16:41:59.379 INFO O| Sep 16 16:41:59.379 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-09-16T16:42:00.930Z[ host-image] Sep 16 16:41:59.392 INFO O| Sep 16 16:41:59.392 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85842024-09-16T16:42:00.930Z[ host-image] Sep 16 16:41:59.392 INFO O| Sep 16 16:41:59.392 INFO STEP 44 (remove_files) COMPLETE
85852024-09-16T16:42:00.930Z[ host-image] Sep 16 16:41:59.392 INFO O| Sep 16 16:41:59.392 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-09-16T16:42:00.941Z[ host-image] Sep 16 16:41:59.402 INFO O| Sep 16 16:41:59.402 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85872024-09-16T16:42:00.941Z[ host-image] Sep 16 16:41:59.402 INFO O| Sep 16 16:41:59.402 INFO STEP 45 (remove_files) COMPLETE
85882024-09-16T16:42:00.944Z[ host-image] Sep 16 16:41:59.402 INFO O| Sep 16 16:41:59.402 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-09-16T16:42:00.952Z[ host-image] Sep 16 16:41:59.413 INFO O| Sep 16 16:41:59.413 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85902024-09-16T16:42:00.952Z[ host-image] Sep 16 16:41:59.413 INFO O| Sep 16 16:41:59.413 INFO STEP 46 (remove_files) COMPLETE
85912024-09-16T16:42:00.954Z[ host-image] Sep 16 16:41:59.413 INFO O| Sep 16 16:41:59.413 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-09-16T16:42:00.962Z[ host-image] Sep 16 16:41:59.423 INFO O| Sep 16 16:41:59.423 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85932024-09-16T16:42:00.962Z[ host-image] Sep 16 16:41:59.424 INFO O| Sep 16 16:41:59.424 INFO STEP 47 (remove_files) COMPLETE
85942024-09-16T16:42:00.965Z[ host-image] Sep 16 16:41:59.424 INFO O| Sep 16 16:41:59.424 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-09-16T16:42:00.974Z[ host-image] Sep 16 16:41:59.436 INFO O| Sep 16 16:41:59.436 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85962024-09-16T16:42:00.977Z[ host-image] Sep 16 16:41:59.436 INFO O| Sep 16 16:41:59.436 INFO STEP 48 (remove_files) COMPLETE
85972024-09-16T16:42:00.977Z[ host-image] Sep 16 16:41:59.436 INFO O| Sep 16 16:41:59.436 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-09-16T16:42:00.989Z[ host-image] Sep 16 16:41:59.450 INFO O| Sep 16 16:41:59.450 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85992024-09-16T16:42:00.991Z[ host-image] Sep 16 16:41:59.450 INFO O| Sep 16 16:41:59.450 INFO STEP 49 (remove_files) COMPLETE
86002024-09-16T16:42:00.991Z[ host-image] Sep 16 16:41:59.450 INFO O| Sep 16 16:41:59.450 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-09-16T16:42:01.000Z[ host-image] Sep 16 16:41:59.461 INFO O| Sep 16 16:41:59.461 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86022024-09-16T16:42:01.000Z[ host-image] Sep 16 16:41:59.461 INFO O| Sep 16 16:41:59.461 INFO STEP 50 (remove_files) COMPLETE
86032024-09-16T16:42:01.000Z[ host-image] Sep 16 16:41:59.461 INFO O| Sep 16 16:41:59.461 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-09-16T16:42:01.014Z[ host-image] Sep 16 16:41:59.475 INFO O| Sep 16 16:41:59.475 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86052024-09-16T16:42:01.014Z[ host-image] Sep 16 16:41:59.475 INFO O| Sep 16 16:41:59.475 INFO STEP 51 (remove_files) COMPLETE
86062024-09-16T16:42:01.017Z[ host-image] Sep 16 16:41:59.475 INFO O| Sep 16 16:41:59.475 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-09-16T16:42:01.028Z[ host-image] Sep 16 16:41:59.489 INFO O| Sep 16 16:41:59.489 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86082024-09-16T16:42:01.028Z[ host-image] Sep 16 16:41:59.490 INFO O| Sep 16 16:41:59.489 INFO STEP 52 (remove_files) COMPLETE
86092024-09-16T16:42:01.028Z[ host-image] Sep 16 16:41:59.490 INFO O| Sep 16 16:41:59.490 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-09-16T16:42:01.040Z[ host-image] Sep 16 16:41:59.501 INFO O| Sep 16 16:41:59.501 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86112024-09-16T16:42:01.043Z[ host-image] Sep 16 16:41:59.501 INFO O| Sep 16 16:41:59.501 INFO STEP 53 (remove_files) COMPLETE
86122024-09-16T16:42:01.043Z[ host-image] Sep 16 16:41:59.501 INFO O| Sep 16 16:41:59.501 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86132024-09-16T16:42:01.055Z[ host-image] Sep 16 16:41:59.516 INFO O| Sep 16 16:41:59.516 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86142024-09-16T16:42:01.057Z[ host-image] Sep 16 16:41:59.516 INFO O| Sep 16 16:41:59.516 INFO STEP 54 (remove_files) COMPLETE
86152024-09-16T16:42:01.057Z[ host-image] Sep 16 16:41:59.516 INFO O| Sep 16 16:41:59.516 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86162024-09-16T16:42:01.069Z[ host-image] Sep 16 16:41:59.531 INFO O| Sep 16 16:41:59.531 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86172024-09-16T16:42:01.070Z[ host-image] Sep 16 16:41:59.531 INFO O| Sep 16 16:41:59.531 INFO STEP 55 (remove_files) COMPLETE
86182024-09-16T16:42:01.072Z[ host-image] Sep 16 16:41:59.531 INFO O| Sep 16 16:41:59.531 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86192024-09-16T16:42:01.085Z[ host-image] Sep 16 16:41:59.546 INFO O| Sep 16 16:41:59.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86202024-09-16T16:42:01.087Z[ host-image] Sep 16 16:41:59.546 INFO O| Sep 16 16:41:59.546 INFO STEP 56 (remove_files) COMPLETE
86212024-09-16T16:42:01.087Z[ host-image] Sep 16 16:41:59.546 INFO O| Sep 16 16:41:59.546 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86222024-09-16T16:42:01.100Z[ host-image] Sep 16 16:41:59.561 INFO O| Sep 16 16:41:59.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
86232024-09-16T16:42:01.100Z[ host-image] Sep 16 16:41:59.561 INFO O| Sep 16 16:41:59.561 INFO STEP 57 (remove_files) COMPLETE
86242024-09-16T16:42:01.103Z[ host-image] Sep 16 16:41:59.561 INFO O| Sep 16 16:41:59.561 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86252024-09-16T16:42:01.122Z[ host-image] Sep 16 16:41:59.583 INFO O| Sep 16 16:41:59.583 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86262024-09-16T16:42:01.124Z[ host-image] Sep 16 16:41:59.583 INFO O| Sep 16 16:41:59.583 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86272024-09-16T16:42:01.124Z[ host-image] Sep 16 16:41:59.583 INFO O| Sep 16 16:41:59.583 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86282024-09-16T16:42:01.124Z[ host-image] Sep 16 16:41:59.583 INFO O| Sep 16 16:41:59.583 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86292024-09-16T16:42:01.124Z[ host-image] Sep 16 16:41:59.583 INFO O| Sep 16 16:41:59.583 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86302024-09-16T16:42:01.124Z[ host-image] Sep 16 16:41:59.583 INFO O| Sep 16 16:41:59.583 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86312024-09-16T16:42:01.124Z[ host-image] Sep 16 16:41:59.584 INFO O| Sep 16 16:41:59.583 INFO ok!
86322024-09-16T16:42:01.124Z[ host-image] Sep 16 16:41:59.584 INFO O| Sep 16 16:41:59.583 INFO STEP 58 (ensure_file) COMPLETE
86332024-09-16T16:42:01.124Z[ host-image] Sep 16 16:41:59.584 INFO O| Sep 16 16:41:59.583 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86342024-09-16T16:42:01.138Z[ host-image] Sep 16 16:41:59.599 INFO O| Sep 16 16:41:59.599 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86352024-09-16T16:42:01.138Z[ host-image] Sep 16 16:41:59.599 INFO O| Sep 16 16:41:59.599 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86362024-09-16T16:42:01.140Z[ host-image] Sep 16 16:41:59.599 INFO O| Sep 16 16:41:59.599 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86372024-09-16T16:42:01.140Z[ host-image] Sep 16 16:41:59.599 INFO O| Sep 16 16:41:59.599 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86382024-09-16T16:42:01.140Z[ host-image] Sep 16 16:41:59.599 INFO O| Sep 16 16:41:59.599 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86392024-09-16T16:42:01.141Z[ host-image] Sep 16 16:41:59.599 INFO O| Sep 16 16:41:59.599 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86402024-09-16T16:42:01.141Z[ host-image] Sep 16 16:41:59.599 INFO O| Sep 16 16:41:59.599 INFO ok!
86412024-09-16T16:42:01.141Z[ host-image] Sep 16 16:41:59.599 INFO O| Sep 16 16:41:59.599 INFO STEP 59 (ensure_file) COMPLETE
86422024-09-16T16:42:01.141Z[ host-image] Sep 16 16:41:59.599 INFO O| Sep 16 16:41:59.599 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86432024-09-16T16:42:01.150Z[ host-image] Sep 16 16:41:59.611 INFO O| Sep 16 16:41:59.611 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86442024-09-16T16:42:01.150Z[ host-image] Sep 16 16:41:59.611 INFO O| Sep 16 16:41:59.611 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86452024-09-16T16:42:01.153Z[ host-image] Sep 16 16:41:59.611 INFO O| Sep 16 16:41:59.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86462024-09-16T16:42:01.153Z[ host-image] Sep 16 16:41:59.612 INFO O| Sep 16 16:41:59.611 INFO ok!
86472024-09-16T16:42:01.153Z[ host-image] Sep 16 16:41:59.612 INFO O| Sep 16 16:41:59.611 INFO STEP 60 (ensure_file) COMPLETE
86482024-09-16T16:42:01.153Z[ host-image] Sep 16 16:41:59.612 INFO O| Sep 16 16:41:59.612 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86492024-09-16T16:42:01.166Z[ host-image] Sep 16 16:41:59.627 INFO O| Sep 16 16:41:59.627 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86502024-09-16T16:42:01.168Z[ host-image] Sep 16 16:41:59.627 INFO O| Sep 16 16:41:59.627 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86512024-09-16T16:42:01.168Z[ host-image] Sep 16 16:41:59.628 INFO O| Sep 16 16:41:59.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86522024-09-16T16:42:01.168Z[ host-image] Sep 16 16:41:59.628 INFO O| Sep 16 16:41:59.628 INFO ok!
86532024-09-16T16:42:01.168Z[ host-image] Sep 16 16:41:59.628 INFO O| Sep 16 16:41:59.628 INFO STEP 61 (ensure_file) COMPLETE
86542024-09-16T16:42:01.168Z[ host-image] Sep 16 16:41:59.628 INFO O| Sep 16 16:41:59.628 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86552024-09-16T16:42:01.182Z[ host-image] Sep 16 16:41:59.643 INFO O| Sep 16 16:41:59.643 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86562024-09-16T16:42:01.182Z[ host-image] Sep 16 16:41:59.643 INFO O| Sep 16 16:41:59.643 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86572024-09-16T16:42:01.182Z[ host-image] Sep 16 16:41:59.643 INFO O| Sep 16 16:41:59.643 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86582024-09-16T16:42:01.184Z[ host-image] Sep 16 16:41:59.643 INFO O| Sep 16 16:41:59.643 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86592024-09-16T16:42:01.185Z[ host-image] Sep 16 16:41:59.643 INFO O| Sep 16 16:41:59.643 INFO ok!
86602024-09-16T16:42:01.185Z[ host-image] Sep 16 16:41:59.643 INFO O| Sep 16 16:41:59.643 INFO STEP 62 (ensure_file) COMPLETE
86612024-09-16T16:42:01.185Z[ host-image] Sep 16 16:41:59.643 INFO O| Sep 16 16:41:59.643 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-09-16T16:42:01.197Z[ host-image] Sep 16 16:41:59.658 INFO O| Sep 16 16:41:59.658 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86632024-09-16T16:42:01.197Z[ host-image] Sep 16 16:41:59.658 INFO O| Sep 16 16:41:59.658 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86642024-09-16T16:42:01.199Z[ host-image] Sep 16 16:41:59.658 INFO O| Sep 16 16:41:59.658 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86652024-09-16T16:42:01.199Z[ host-image] Sep 16 16:41:59.658 INFO O| Sep 16 16:41:59.658 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86662024-09-16T16:42:01.199Z[ host-image] Sep 16 16:41:59.658 INFO O| Sep 16 16:41:59.658 INFO ok!
86672024-09-16T16:42:01.200Z[ host-image] Sep 16 16:41:59.658 INFO O| Sep 16 16:41:59.658 INFO STEP 63 (ensure_file) COMPLETE
86682024-09-16T16:42:01.200Z[ host-image] Sep 16 16:41:59.658 INFO O| Sep 16 16:41:59.658 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-09-16T16:42:01.213Z[ host-image] Sep 16 16:41:59.674 INFO O| Sep 16 16:41:59.674 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86702024-09-16T16:42:01.213Z[ host-image] Sep 16 16:41:59.674 INFO O| Sep 16 16:41:59.674 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86712024-09-16T16:42:01.215Z[ host-image] Sep 16 16:41:59.674 INFO O| Sep 16 16:41:59.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86722024-09-16T16:42:01.215Z[ host-image] Sep 16 16:41:59.674 INFO O| Sep 16 16:41:59.674 INFO ok!
86732024-09-16T16:42:01.215Z[ host-image] Sep 16 16:41:59.675 INFO O| Sep 16 16:41:59.675 INFO STEP 64 (assemble_files) COMPLETE
86742024-09-16T16:42:01.215Z[ host-image] Sep 16 16:41:59.675 INFO O| Sep 16 16:41:59.675 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-09-16T16:42:01.225Z[ host-image] Sep 16 16:41:59.686 INFO O| Sep 16 16:41:59.686 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86762024-09-16T16:42:01.225Z[ host-image] Sep 16 16:41:59.686 INFO O| Sep 16 16:41:59.686 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86772024-09-16T16:42:01.228Z[ host-image] Sep 16 16:41:59.687 INFO O| Sep 16 16:41:59.686 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86782024-09-16T16:42:01.228Z[ host-image] Sep 16 16:41:59.687 INFO O| Sep 16 16:41:59.687 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86792024-09-16T16:42:01.228Z[ host-image] Sep 16 16:41:59.687 INFO O| Sep 16 16:41:59.687 INFO ok!
86802024-09-16T16:42:01.228Z[ host-image] Sep 16 16:41:59.687 INFO O| Sep 16 16:41:59.687 INFO STEP 65 (ensure_file) COMPLETE
86812024-09-16T16:42:01.228Z[ host-image] Sep 16 16:41:59.687 INFO O| Sep 16 16:41:59.687 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86822024-09-16T16:42:01.237Z[ host-image] Sep 16 16:41:59.698 INFO O| Sep 16 16:41:59.698 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86832024-09-16T16:42:01.240Z[ host-image] Sep 16 16:41:59.699 INFO O| Sep 16 16:41:59.698 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86842024-09-16T16:42:01.240Z[ host-image] Sep 16 16:41:59.699 INFO O| Sep 16 16:41:59.699 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86852024-09-16T16:42:01.240Z[ host-image] Sep 16 16:41:59.699 INFO O| Sep 16 16:41:59.699 INFO STEP 66 (ensure_dir) COMPLETE
86862024-09-16T16:42:01.240Z[ host-image] Sep 16 16:41:59.699 INFO O| Sep 16 16:41:59.699 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86872024-09-16T16:42:01.254Z[ host-image] Sep 16 16:41:59.714 INFO O| Sep 16 16:41:59.714 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86882024-09-16T16:42:01.254Z[ host-image] Sep 16 16:41:59.714 INFO O| Sep 16 16:41:59.714 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 ...
86892024-09-16T16:42:01.263Z[ host-image] Sep 16 16:41:59.724 INFO O| Sep 16 16:41:59.724 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
86902024-09-16T16:42:01.263Z[ host-image] Sep 16 16:41:59.724 INFO O| Sep 16 16:41:59.724 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86912024-09-16T16:42:01.263Z[ host-image] Sep 16 16:41:59.724 INFO O| Sep 16 16:41:59.724 INFO ok!
86922024-09-16T16:42:01.267Z[ host-image] Sep 16 16:41:59.724 INFO O| Sep 16 16:41:59.724 INFO STEP 67 (ensure_file) COMPLETE
86932024-09-16T16:42:01.267Z[ host-image] Sep 16 16:41:59.724 INFO O| Sep 16 16:41:59.724 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86942024-09-16T16:42:01.281Z[ host-image] Sep 16 16:41:59.742 INFO O| Sep 16 16:41:59.742 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86952024-09-16T16:42:01.283Z[ host-image] Sep 16 16:41:59.742 INFO O| Sep 16 16:41:59.742 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 ...
86962024-09-16T16:42:01.283Z[ host-image] Sep 16 16:41:59.742 INFO O| Sep 16 16:41:59.742 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
86972024-09-16T16:42:01.283Z[ host-image] Sep 16 16:41:59.742 INFO O| Sep 16 16:41:59.742 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86982024-09-16T16:42:01.284Z[ host-image] Sep 16 16:41:59.742 INFO O| Sep 16 16:41:59.742 INFO ok!
86992024-09-16T16:42:01.284Z[ host-image] Sep 16 16:41:59.742 INFO O| Sep 16 16:41:59.742 INFO STEP 68 (ensure_file) COMPLETE
87002024-09-16T16:42:01.284Z[ host-image] Sep 16 16:41:59.742 INFO O| Sep 16 16:41:59.742 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-09-16T16:42:01.304Z[ host-image] Sep 16 16:41:59.765 INFO O| Sep 16 16:41:59.765 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87022024-09-16T16:42:01.304Z[ host-image] Sep 16 16:41:59.765 INFO O| Sep 16 16:41:59.765 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87032024-09-16T16:42:01.658Z[ recovery-image] Sep 16 16:42:00.119 INFO E| Compiling clap_derive v4.5.13
87042024-09-16T16:42:03.488Z[ host-image] Sep 16 16:42:01.948 INFO O| Sep 16 16:42:01.948 INFO STEP 69 (pack_tar) COMPLETE
87052024-09-16T16:42:03.488Z[ host-image] Sep 16 16:42:01.948 INFO O| Sep 16 16:42:01.948 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87062024-09-16T16:42:03.488Z[ host-image] Sep 16 16:42:01.948 INFO O| Sep 16 16:42:01.948 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87072024-09-16T16:42:03.602Z[ recovery-image] Sep 16 16:42:02.063 INFO E| Compiling clap v4.5.17
87082024-09-16T16:42:03.674Z[ recovery-image] Sep 16 16:42:02.135 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87092024-09-16T16:42:03.768Z[ host-image] Sep 16 16:42:02.229 INFO O| Sep 16 16:42:02.229 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87102024-09-16T16:42:03.839Z[ host-image] Sep 16 16:42:02.299 INFO O| Sep 16 16:42:02.299 INFO completed processing gimlet/ramdisk-02-trim
87112024-09-16T16:42:03.841Z[ host-image] Sep 16 16:42:02.301 INFO image builder template: zfs...
87122024-09-16T16:42:03.841Z[ host-image] Sep 16 16:42:02.302 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/.tmpUveaVA/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
87132024-09-16T16:42:03.854Z[ host-image] Sep 16 16:42:02.315 INFO O| Sep 16 16:42:02.315 INFO skip include "stress" because feature "stress" is not enabled
87142024-09-16T16:42:03.886Z[ host-image] Sep 16 16:42:02.346 INFO O| Sep 16 16:42:02.346 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87152024-09-16T16:42:03.889Z[ host-image] Sep 16 16:42:02.350 INFO O| Sep 16 16:42:02.350 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87162024-09-16T16:42:03.960Z[ host-image] Sep 16 16:42:02.421 INFO O| Sep 16 16:42:02.421 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87172024-09-16T16:42:04.030Z[ host-image] Sep 16 16:42:02.491 INFO O| Sep 16 16:42:02.491 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87182024-09-16T16:42:04.030Z[ host-image] Sep 16 16:42:02.491 INFO O| Sep 16 16:42:02.491 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87192024-09-16T16:42:04.035Z[ host-image] Sep 16 16:42:02.496 INFO O| Sep 16 16:42:02.496 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87202024-09-16T16:42:04.156Z[ host-image] Sep 16 16:42:02.617 INFO O| Sep 16 16:42:02.617 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87212024-09-16T16:42:04.214Z[ host-image] Sep 16 16:42:02.674 INFO O| Sep 16 16:42:02.674 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87222024-09-16T16:42:04.223Z[ host-image] Sep 16 16:42:02.684 INFO O| Sep 16 16:42:02.684 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87232024-09-16T16:42:04.228Z[ host-image] Sep 16 16:42:02.689 INFO O| Sep 16 16:42:02.689 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87242024-09-16T16:42:04.230Z[ host-image] Sep 16 16:42:02.689 INFO O| Sep 16 16:42:02.689 INFO no lofi found
87252024-09-16T16:42:04.230Z[ host-image] Sep 16 16:42:02.689 INFO O| Sep 16 16:42:02.689 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87262024-09-16T16:42:04.230Z[ host-image] Sep 16 16:42:02.689 INFO O| Sep 16 16:42:02.689 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87272024-09-16T16:42:04.690Z[ recovery-image] Sep 16 16:42:03.151 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s
87282024-09-16T16:42:04.702Z[ recovery-image] Sep 16 16:42:03.162 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87292024-09-16T16:42:04.815Z[ recovery-image] Sep 16 16:42:03.276 INFO E| Updating crates.io index
87302024-09-16T16:42:04.972Z[ recovery-image] Sep 16 16:42:03.433 INFO E| Downloading crates ...
87312024-09-16T16:42:05.031Z[ recovery-image] Sep 16 16:42:03.492 INFO E| Downloaded miniz_oxide v0.7.4
87322024-09-16T16:42:05.034Z[ recovery-image] Sep 16 16:42:03.494 INFO E| Downloaded seq-macro v0.3.5
87332024-09-16T16:42:05.036Z[ recovery-image] Sep 16 16:42:03.496 INFO E| Downloaded cpio_reader v0.1.1
87342024-09-16T16:42:05.040Z[ recovery-image] Sep 16 16:42:03.500 INFO E| Downloaded bit_field v0.10.2
87352024-09-16T16:42:05.053Z[ recovery-image] Sep 16 16:42:03.514 INFO E| Downloaded raw-cpuid v10.7.0
87362024-09-16T16:42:05.178Z[ recovery-image] Sep 16 16:42:03.639 INFO E| Downloaded x86 v0.52.0
87372024-09-16T16:42:05.239Z[ recovery-image] Sep 16 16:42:03.699 INFO E| Updating crates.io index
87382024-09-16T16:42:05.336Z[ recovery-image] Sep 16 16:42:03.796 INFO E| Downloading crates ...
87392024-09-16T16:42:05.399Z[ recovery-image] Sep 16 16:42:03.860 INFO E| Downloaded compiler_builtins v0.1.123
87402024-09-16T16:42:05.468Z[ recovery-image] Sep 16 16:42:03.929 INFO E| Compiling compiler_builtins v0.1.123
87412024-09-16T16:42:05.468Z[ recovery-image] Sep 16 16:42:03.929 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)
87422024-09-16T16:42:05.471Z[ recovery-image] Sep 16 16:42:03.929 INFO E| Compiling proc-macro2 v1.0.86
87432024-09-16T16:42:05.471Z[ recovery-image] Sep 16 16:42:03.929 INFO E| Compiling unicode-ident v1.0.12
87442024-09-16T16:42:05.471Z[ recovery-image] Sep 16 16:42:03.929 INFO E| Compiling syn v1.0.109
87452024-09-16T16:42:05.471Z[ recovery-image] Sep 16 16:42:03.929 INFO E| Compiling x86 v0.52.0
87462024-09-16T16:42:05.471Z[ recovery-image] Sep 16 16:42:03.929 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87472024-09-16T16:42:05.471Z[ recovery-image] Sep 16 16:42:03.929 INFO E| Compiling seq-macro v0.3.5
87482024-09-16T16:42:05.551Z[ host-image] Sep 16 16:42:04.011 INFO O| Sep 16 16:42:04.011 INFO lofi device = /dev/dsk/c2t1d0p0
87492024-09-16T16:42:05.551Z[ host-image] Sep 16 16:42:04.011 INFO O| Sep 16 16:42:04.011 INFO pool device = /dev/dsk/c2t1d0p0
87502024-09-16T16:42:05.554Z[ host-image] Sep 16 16:42:04.011 INFO O| Sep 16 16:42:04.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87512024-09-16T16:42:05.735Z[ host-image] Sep 16 16:42:04.195 INFO O| Sep 16 16:42:04.195 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87522024-09-16T16:42:05.735Z[ host-image] Sep 16 16:42:04.195 INFO O| Sep 16 16:42:04.195 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87532024-09-16T16:42:05.777Z[ host-image] Sep 16 16:42:04.229 INFO O| Sep 16 16:42:04.229 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87542024-09-16T16:42:05.865Z[ host-image] Sep 16 16:42:04.316 INFO O| Sep 16 16:42:04.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87552024-09-16T16:42:05.909Z[ host-image] Sep 16 16:42:04.369 INFO O| Sep 16 16:42:04.369 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87562024-09-16T16:42:05.943Z[ host-image] Sep 16 16:42:04.404 INFO O| Sep 16 16:42:04.404 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87572024-09-16T16:42:05.960Z[ host-image] Sep 16 16:42:04.421 INFO O| Sep 16 16:42:04.421 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87582024-09-16T16:42:06.028Z[ host-image] Sep 16 16:42:04.488 INFO O| Sep 16 16:42:04.488 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87592024-09-16T16:42:06.028Z[ host-image] Sep 16 16:42:04.488 INFO O| Sep 16 16:42:04.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87602024-09-16T16:42:06.030Z[ host-image] Sep 16 16:42:04.488 INFO O| Sep 16 16:42:04.488 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87612024-09-16T16:42:06.041Z[ host-image] Sep 16 16:42:04.501 INFO O| Sep 16 16:42:04.501 INFO boot environment UUID: d84f2f6f-6594-4b9f-ac25-097d3f534e88
87622024-09-16T16:42:06.041Z[ host-image] Sep 16 16:42:04.502 INFO O| Sep 16 16:42:04.501 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d84f2f6f-6594-4b9f-ac25-097d3f534e88
87632024-09-16T16:42:06.057Z[ host-image] Sep 16 16:42:04.517 INFO O| Sep 16 16:42:04.517 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87642024-09-16T16:42:06.075Z[ host-image] Sep 16 16:42:04.535 INFO O| Sep 16 16:42:04.535 INFO STEP 0 (create_be) COMPLETE
87652024-09-16T16:42:06.075Z[ host-image] Sep 16 16:42:04.535 INFO O| Sep 16 16:42:04.535 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87662024-09-16T16:42:06.096Z[ host-image] Sep 16 16:42:04.556 INFO O| Sep 16 16:42:04.556 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87672024-09-16T16:42:06.961Z[ recovery-image] Sep 16 16:42:05.420 INFO E| Compiling quote v1.0.37
87682024-09-16T16:42:07.327Z[ recovery-image] Sep 16 16:42:05.788 INFO E| Compiling syn v2.0.77
87692024-09-16T16:42:11.819Z[ recovery-image] Sep 16 16:42:10.275 INFO E| Compiling scroll_derive v0.12.0
87702024-09-16T16:42:14.736Z[ recovery-image] Sep 16 16:42:13.196 INFO E| Compiling bitstruct_derive v0.1.0
87712024-09-16T16:42:27.216Z[ host-image] Sep 16 16:42:25.674 INFO O| Sep 16 16:42:25.673 INFO STEP 1 (unpack_tar) COMPLETE
87722024-09-16T16:42:27.216Z[ host-image] Sep 16 16:42:25.674 INFO O| Sep 16 16:42:25.674 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732024-09-16T16:42:27.228Z[ host-image] Sep 16 16:42:25.685 INFO O| Sep 16 16:42:25.685 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87742024-09-16T16:42:27.335Z[ host-image] Sep 16 16:42:25.792 INFO O| Sep 16 16:42:25.792 INFO STEP 2 (devfsadm) COMPLETE
87752024-09-16T16:42:27.337Z[ host-image] Sep 16 16:42:25.792 INFO O| Sep 16 16:42:25.792 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762024-09-16T16:42:27.345Z[ host-image] Sep 16 16:42:25.803 INFO O| Sep 16 16:42:25.803 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87772024-09-16T16:42:27.346Z[ host-image] Sep 16 16:42:25.803 INFO O| Sep 16 16:42:25.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87782024-09-16T16:42:27.348Z[ host-image] Sep 16 16:42:25.803 INFO O| Sep 16 16:42:25.803 INFO STEP 3 (ensure_dir) COMPLETE
87792024-09-16T16:42:27.348Z[ host-image] Sep 16 16:42:25.803 INFO O| Sep 16 16:42:25.803 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87802024-09-16T16:42:27.355Z[ host-image] Sep 16 16:42:25.813 INFO O| Sep 16 16:42:25.813 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87812024-09-16T16:42:27.355Z[ host-image] Sep 16 16:42:25.813 INFO O| Sep 16 16:42:25.813 INFO STEP 4 (ensure_dir) COMPLETE
87822024-09-16T16:42:27.358Z[ host-image] Sep 16 16:42:25.813 INFO O| Sep 16 16:42:25.813 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87832024-09-16T16:42:27.365Z[ host-image] Sep 16 16:42:25.823 INFO O| Sep 16 16:42:25.822 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87842024-09-16T16:42:27.365Z[ host-image] Sep 16 16:42:25.823 INFO O| Sep 16 16:42:25.823 INFO STEP 5 (ensure_dir) COMPLETE
87852024-09-16T16:42:27.365Z[ host-image] Sep 16 16:42:25.823 INFO O| Sep 16 16:42:25.823 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862024-09-16T16:42:27.375Z[ host-image] Sep 16 16:42:25.832 INFO O| Sep 16 16:42:25.832 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87872024-09-16T16:42:27.377Z[ host-image] Sep 16 16:42:25.832 INFO O| Sep 16 16:42:25.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87882024-09-16T16:42:27.377Z[ host-image] Sep 16 16:42:25.832 INFO O| Sep 16 16:42:25.832 INFO STEP 6 (ensure_dir) COMPLETE
87892024-09-16T16:42:27.377Z[ host-image] Sep 16 16:42:25.832 INFO O| Sep 16 16:42:25.832 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87902024-09-16T16:42:27.384Z[ host-image] Sep 16 16:42:25.842 INFO O| Sep 16 16:42:25.842 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87912024-09-16T16:42:27.387Z[ host-image] Sep 16 16:42:25.842 INFO O| Sep 16 16:42:25.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87922024-09-16T16:42:27.387Z[ host-image] Sep 16 16:42:25.842 INFO O| Sep 16 16:42:25.842 INFO STEP 7 (ensure_dir) COMPLETE
87932024-09-16T16:42:27.387Z[ host-image] Sep 16 16:42:25.842 INFO O| Sep 16 16:42:25.842 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942024-09-16T16:42:27.394Z[ host-image] Sep 16 16:42:25.851 INFO O| Sep 16 16:42:25.851 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87952024-09-16T16:42:27.396Z[ host-image] Sep 16 16:42:25.852 INFO O| Sep 16 16:42:25.851 INFO STEP 8 (remove_files) COMPLETE
87962024-09-16T16:42:27.396Z[ host-image] Sep 16 16:42:25.852 INFO O| Sep 16 16:42:25.852 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972024-09-16T16:42:27.404Z[ host-image] Sep 16 16:42:25.861 INFO O| Sep 16 16:42:25.861 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87982024-09-16T16:42:27.412Z[ host-image] Sep 16 16:42:25.862 INFO O| Sep 16 16:42:25.862 INFO STEP 9 (remove_files) COMPLETE
87992024-09-16T16:42:27.412Z[ host-image] Sep 16 16:42:25.862 INFO O| Sep 16 16:42:25.862 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002024-09-16T16:42:27.416Z[ host-image] Sep 16 16:42:25.871 INFO O| Sep 16 16:42:25.871 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88012024-09-16T16:42:27.416Z[ host-image] Sep 16 16:42:25.872 INFO O| Sep 16 16:42:25.872 INFO STEP 10 (remove_files) COMPLETE
88022024-09-16T16:42:27.416Z[ host-image] Sep 16 16:42:25.872 INFO O| Sep 16 16:42:25.872 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032024-09-16T16:42:27.424Z[ host-image] Sep 16 16:42:25.882 INFO O| Sep 16 16:42:25.882 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88042024-09-16T16:42:27.427Z[ host-image] Sep 16 16:42:25.882 INFO O| Sep 16 16:42:25.882 INFO STEP 11 (remove_files) COMPLETE
88052024-09-16T16:42:27.427Z[ host-image] Sep 16 16:42:25.882 INFO O| Sep 16 16:42:25.882 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88062024-09-16T16:42:27.434Z[ host-image] Sep 16 16:42:25.891 INFO O| Sep 16 16:42:25.891 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88072024-09-16T16:42:27.436Z[ host-image] Sep 16 16:42:25.892 INFO O| Sep 16 16:42:25.892 INFO STEP 12 (remove_files) COMPLETE
88082024-09-16T16:42:27.436Z[ host-image] Sep 16 16:42:25.892 INFO O| Sep 16 16:42:25.892 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092024-09-16T16:42:27.444Z[ host-image] Sep 16 16:42:25.901 INFO O| Sep 16 16:42:25.901 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88102024-09-16T16:42:27.444Z[ host-image] Sep 16 16:42:25.901 INFO O| Sep 16 16:42:25.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88112024-09-16T16:42:27.446Z[ host-image] Sep 16 16:42:25.901 INFO O| Sep 16 16:42:25.901 INFO STEP 13 (ensure_dir) COMPLETE
88122024-09-16T16:42:27.446Z[ host-image] Sep 16 16:42:25.901 INFO O| Sep 16 16:42:25.901 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88132024-09-16T16:42:27.453Z[ host-image] Sep 16 16:42:25.911 INFO O| Sep 16 16:42:25.911 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88142024-09-16T16:42:27.453Z[ host-image] Sep 16 16:42:25.911 INFO O| Sep 16 16:42:25.911 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88152024-09-16T16:42:27.456Z[ host-image] Sep 16 16:42:25.911 INFO O| Sep 16 16:42:25.911 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88162024-09-16T16:42:27.456Z[ host-image] Sep 16 16:42:25.911 INFO O| Sep 16 16:42:25.911 INFO STEP 14 (ensure_dir) COMPLETE
88172024-09-16T16:42:27.456Z[ host-image] Sep 16 16:42:25.911 INFO O| Sep 16 16:42:25.911 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182024-09-16T16:42:27.463Z[ host-image] Sep 16 16:42:25.921 INFO O| Sep 16 16:42:25.920 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88192024-09-16T16:42:27.466Z[ host-image] Sep 16 16:42:25.921 INFO O| Sep 16 16:42:25.921 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88202024-09-16T16:42:27.466Z[ host-image] Sep 16 16:42:25.921 INFO O| Sep 16 16:42:25.921 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88212024-09-16T16:42:27.466Z[ host-image] Sep 16 16:42:25.921 INFO O| Sep 16 16:42:25.921 INFO STEP 15 (ensure_dir) COMPLETE
88222024-09-16T16:42:27.466Z[ host-image] Sep 16 16:42:25.921 INFO O| Sep 16 16:42:25.921 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88232024-09-16T16:42:27.473Z[ host-image] Sep 16 16:42:25.930 INFO O| Sep 16 16:42:25.930 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88242024-09-16T16:42:27.473Z[ host-image] Sep 16 16:42:25.931 INFO O| Sep 16 16:42:25.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88252024-09-16T16:42:27.475Z[ host-image] Sep 16 16:42:25.931 INFO O| Sep 16 16:42:25.931 INFO STEP 16 (ensure_dir) COMPLETE
88262024-09-16T16:42:27.475Z[ host-image] Sep 16 16:42:25.931 INFO O| Sep 16 16:42:25.931 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272024-09-16T16:42:27.484Z[ host-image] Sep 16 16:42:25.942 INFO O| Sep 16 16:42:25.942 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88282024-09-16T16:42:27.484Z[ host-image] Sep 16 16:42:25.942 INFO O| Sep 16 16:42:25.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88292024-09-16T16:42:27.484Z[ host-image] Sep 16 16:42:25.942 INFO O| Sep 16 16:42:25.942 INFO STEP 17 (ensure_dir) COMPLETE
88302024-09-16T16:42:27.487Z[ host-image] Sep 16 16:42:25.942 INFO O| Sep 16 16:42:25.942 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88312024-09-16T16:42:27.495Z[ host-image] Sep 16 16:42:25.952 INFO O| Sep 16 16:42:25.952 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88322024-09-16T16:42:27.495Z[ host-image] Sep 16 16:42:25.952 INFO O| Sep 16 16:42:25.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88332024-09-16T16:42:27.495Z[ host-image] Sep 16 16:42:25.952 INFO O| Sep 16 16:42:25.952 INFO ok!
88342024-09-16T16:42:27.497Z[ host-image] Sep 16 16:42:25.952 INFO O| Sep 16 16:42:25.952 INFO STEP 18 (ensure_symlink) COMPLETE
88352024-09-16T16:42:27.497Z[ host-image] Sep 16 16:42:25.952 INFO O| Sep 16 16:42:25.952 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88362024-09-16T16:42:27.505Z[ host-image] Sep 16 16:42:25.962 INFO O| Sep 16 16:42:25.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88372024-09-16T16:42:27.505Z[ host-image] Sep 16 16:42:25.962 INFO O| Sep 16 16:42:25.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88382024-09-16T16:42:27.507Z[ host-image] Sep 16 16:42:25.962 INFO O| Sep 16 16:42:25.962 INFO ok!
88392024-09-16T16:42:27.507Z[ host-image] Sep 16 16:42:25.962 INFO O| Sep 16 16:42:25.962 INFO STEP 19 (ensure_file) COMPLETE
88402024-09-16T16:42:27.507Z[ host-image] Sep 16 16:42:25.962 INFO O| Sep 16 16:42:25.962 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88412024-09-16T16:42:27.516Z[ host-image] Sep 16 16:42:25.974 INFO O| Sep 16 16:42:25.974 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88422024-09-16T16:42:27.516Z[ host-image] Sep 16 16:42:25.974 INFO O| Sep 16 16:42:25.974 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88432024-09-16T16:42:27.519Z[ host-image] Sep 16 16:42:25.974 INFO O| Sep 16 16:42:25.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88442024-09-16T16:42:27.519Z[ host-image] Sep 16 16:42:25.974 INFO O| Sep 16 16:42:25.974 INFO ok!
88452024-09-16T16:42:27.519Z[ host-image] Sep 16 16:42:25.974 INFO O| Sep 16 16:42:25.974 INFO STEP 20 (ensure_symlink) COMPLETE
88462024-09-16T16:42:27.519Z[ host-image] Sep 16 16:42:25.974 INFO O| Sep 16 16:42:25.974 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88472024-09-16T16:42:27.527Z[ host-image] Sep 16 16:42:25.984 INFO O| Sep 16 16:42:25.984 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88482024-09-16T16:42:27.527Z[ host-image] Sep 16 16:42:25.984 INFO O| Sep 16 16:42:25.984 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88492024-09-16T16:42:27.527Z[ host-image] Sep 16 16:42:25.984 INFO O| Sep 16 16:42:25.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88502024-09-16T16:42:27.529Z[ host-image] Sep 16 16:42:25.984 INFO O| Sep 16 16:42:25.984 INFO ok!
88512024-09-16T16:42:27.529Z[ host-image] Sep 16 16:42:25.984 INFO O| Sep 16 16:42:25.984 INFO STEP 21 (ensure_symlink) COMPLETE
88522024-09-16T16:42:27.529Z[ host-image] Sep 16 16:42:25.984 INFO O| Sep 16 16:42:25.984 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88532024-09-16T16:42:27.538Z[ host-image] Sep 16 16:42:25.995 INFO O| Sep 16 16:42:25.995 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88542024-09-16T16:42:27.540Z[ host-image] Sep 16 16:42:25.995 INFO O| Sep 16 16:42:25.995 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88552024-09-16T16:42:27.540Z[ host-image] Sep 16 16:42:25.995 INFO O| Sep 16 16:42:25.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88562024-09-16T16:42:27.540Z[ host-image] Sep 16 16:42:25.995 INFO O| Sep 16 16:42:25.995 INFO ok!
88572024-09-16T16:42:27.540Z[ host-image] Sep 16 16:42:25.995 INFO O| Sep 16 16:42:25.995 INFO STEP 22 (ensure_symlink) COMPLETE
88582024-09-16T16:42:27.540Z[ host-image] Sep 16 16:42:25.995 INFO O| Sep 16 16:42:25.995 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88592024-09-16T16:42:27.550Z[ host-image] Sep 16 16:42:26.007 INFO O| Sep 16 16:42:26.007 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88602024-09-16T16:42:27.550Z[ host-image] Sep 16 16:42:26.007 INFO O| Sep 16 16:42:26.007 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88612024-09-16T16:42:27.552Z[ host-image] Sep 16 16:42:26.007 INFO O| Sep 16 16:42:26.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88622024-09-16T16:42:27.552Z[ host-image] Sep 16 16:42:26.007 INFO O| Sep 16 16:42:26.007 INFO ok!
88632024-09-16T16:42:27.552Z[ host-image] Sep 16 16:42:26.007 INFO O| Sep 16 16:42:26.007 INFO STEP 23 (ensure_symlink) COMPLETE
88642024-09-16T16:42:27.552Z[ host-image] Sep 16 16:42:26.007 INFO O| Sep 16 16:42:26.007 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88652024-09-16T16:42:27.560Z[ host-image] Sep 16 16:42:26.018 INFO O| Sep 16 16:42:26.017 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88662024-09-16T16:42:27.560Z[ host-image] Sep 16 16:42:26.018 INFO O| Sep 16 16:42:26.018 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88672024-09-16T16:42:27.563Z[ host-image] Sep 16 16:42:26.018 INFO O| Sep 16 16:42:26.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88682024-09-16T16:42:27.563Z[ host-image] Sep 16 16:42:26.018 INFO O| Sep 16 16:42:26.018 INFO ok!
88692024-09-16T16:42:27.563Z[ host-image] Sep 16 16:42:26.018 INFO O| Sep 16 16:42:26.018 INFO STEP 24 (ensure_file) COMPLETE
88702024-09-16T16:42:27.563Z[ host-image] Sep 16 16:42:26.018 INFO O| Sep 16 16:42:26.018 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88712024-09-16T16:42:27.570Z[ host-image] Sep 16 16:42:26.028 INFO O| Sep 16 16:42:26.028 INFO updating shadow file
88722024-09-16T16:42:27.573Z[ host-image] Sep 16 16:42:26.028 INFO O| Sep 16 16:42:26.028 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88732024-09-16T16:42:27.573Z[ host-image] Sep 16 16:42:26.028 INFO O| Sep 16 16:42:26.028 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88742024-09-16T16:42:27.573Z[ host-image] Sep 16 16:42:26.028 INFO O| Sep 16 16:42:26.028 INFO STEP 25 (shadow) COMPLETE
88752024-09-16T16:42:27.573Z[ host-image] Sep 16 16:42:26.028 INFO O| Sep 16 16:42:26.028 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88762024-09-16T16:42:27.581Z[ host-image] Sep 16 16:42:26.038 INFO O| Sep 16 16:42:26.038 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88772024-09-16T16:42:27.581Z[ host-image] Sep 16 16:42:26.038 INFO O| Sep 16 16:42:26.038 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88782024-09-16T16:42:27.583Z[ host-image] Sep 16 16:42:26.038 INFO O| Sep 16 16:42:26.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88792024-09-16T16:42:27.583Z[ host-image] Sep 16 16:42:26.038 INFO O| Sep 16 16:42:26.038 INFO ok!
88802024-09-16T16:42:27.583Z[ host-image] Sep 16 16:42:26.038 INFO O| Sep 16 16:42:26.038 INFO STEP 26 (ensure_file) COMPLETE
88812024-09-16T16:42:27.583Z[ host-image] Sep 16 16:42:26.038 INFO O| Sep 16 16:42:26.038 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88822024-09-16T16:42:27.590Z[ host-image] Sep 16 16:42:26.048 INFO O| Sep 16 16:42:26.048 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88832024-09-16T16:42:27.590Z[ host-image] Sep 16 16:42:26.048 INFO O| Sep 16 16:42:26.048 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88842024-09-16T16:42:27.593Z[ host-image] Sep 16 16:42:26.048 INFO O| Sep 16 16:42:26.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88852024-09-16T16:42:27.593Z[ host-image] Sep 16 16:42:26.048 INFO O| Sep 16 16:42:26.048 INFO ok!
88862024-09-16T16:42:27.593Z[ host-image] Sep 16 16:42:26.048 INFO O| Sep 16 16:42:26.048 INFO STEP 27 (ensure_file) COMPLETE
88872024-09-16T16:42:27.593Z[ host-image] Sep 16 16:42:26.048 INFO O| Sep 16 16:42:26.048 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88882024-09-16T16:42:27.601Z[ host-image] Sep 16 16:42:26.059 INFO O| Sep 16 16:42:26.059 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88892024-09-16T16:42:27.602Z[ host-image] Sep 16 16:42:26.059 INFO O| Sep 16 16:42:26.059 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88902024-09-16T16:42:27.604Z[ host-image] Sep 16 16:42:26.059 INFO O| Sep 16 16:42:26.059 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88912024-09-16T16:42:27.604Z[ host-image] Sep 16 16:42:26.059 INFO O| Sep 16 16:42:26.059 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88922024-09-16T16:42:27.604Z[ host-image] Sep 16 16:42:26.059 INFO O| Sep 16 16:42:26.059 INFO ok!
88932024-09-16T16:42:27.604Z[ host-image] Sep 16 16:42:26.059 INFO O| Sep 16 16:42:26.059 INFO STEP 28 (ensure_file) COMPLETE
88942024-09-16T16:42:27.604Z[ host-image] Sep 16 16:42:26.059 INFO O| Sep 16 16:42:26.059 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88952024-09-16T16:42:27.612Z[ host-image] Sep 16 16:42:26.069 INFO O| Sep 16 16:42:26.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88962024-09-16T16:42:27.612Z[ host-image] Sep 16 16:42:26.069 INFO O| Sep 16 16:42:26.069 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88972024-09-16T16:42:27.612Z[ host-image] Sep 16 16:42:26.069 INFO O| Sep 16 16:42:26.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88982024-09-16T16:42:27.615Z[ host-image] Sep 16 16:42:26.069 INFO O| Sep 16 16:42:26.069 INFO ok!
88992024-09-16T16:42:27.615Z[ host-image] Sep 16 16:42:26.069 INFO O| Sep 16 16:42:26.069 INFO STEP 29 (ensure_file) COMPLETE
89002024-09-16T16:42:27.615Z[ host-image] Sep 16 16:42:26.069 INFO O| Sep 16 16:42:26.069 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89012024-09-16T16:42:27.621Z[ host-image] Sep 16 16:42:26.079 INFO O| Sep 16 16:42:26.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89022024-09-16T16:42:27.621Z[ host-image] Sep 16 16:42:26.079 INFO O| Sep 16 16:42:26.079 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89032024-09-16T16:42:27.624Z[ host-image] Sep 16 16:42:26.079 INFO O| Sep 16 16:42:26.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89042024-09-16T16:42:27.624Z[ host-image] Sep 16 16:42:26.079 INFO O| Sep 16 16:42:26.079 INFO ok!
89052024-09-16T16:42:27.624Z[ host-image] Sep 16 16:42:26.079 INFO O| Sep 16 16:42:26.079 INFO STEP 30 (ensure_file) COMPLETE
89062024-09-16T16:42:27.624Z[ host-image] Sep 16 16:42:26.079 INFO O| Sep 16 16:42:26.079 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89072024-09-16T16:42:27.631Z[ host-image] Sep 16 16:42:26.089 INFO O| Sep 16 16:42:26.089 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89082024-09-16T16:42:27.632Z[ host-image] Sep 16 16:42:26.089 INFO O| Sep 16 16:42:26.089 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89092024-09-16T16:42:27.634Z[ host-image] Sep 16 16:42:26.089 INFO O| Sep 16 16:42:26.089 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89102024-09-16T16:42:27.634Z[ host-image] Sep 16 16:42:26.089 INFO O| Sep 16 16:42:26.089 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89112024-09-16T16:42:27.634Z[ host-image] Sep 16 16:42:26.089 INFO O| Sep 16 16:42:26.089 INFO ok!
89122024-09-16T16:42:27.634Z[ host-image] Sep 16 16:42:26.089 INFO O| Sep 16 16:42:26.089 INFO STEP 31 (ensure_file) COMPLETE
89132024-09-16T16:42:27.634Z[ host-image] Sep 16 16:42:26.089 INFO O| Sep 16 16:42:26.089 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89142024-09-16T16:42:27.641Z[ host-image] Sep 16 16:42:26.099 INFO O| Sep 16 16:42:26.099 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89152024-09-16T16:42:27.641Z[ host-image] Sep 16 16:42:26.099 INFO O| Sep 16 16:42:26.099 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89162024-09-16T16:42:27.644Z[ host-image] Sep 16 16:42:26.099 INFO O| Sep 16 16:42:26.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89172024-09-16T16:42:27.644Z[ host-image] Sep 16 16:42:26.099 INFO O| Sep 16 16:42:26.099 INFO ok!
89182024-09-16T16:42:27.644Z[ host-image] Sep 16 16:42:26.099 INFO O| Sep 16 16:42:26.099 INFO STEP 32 (ensure_file) COMPLETE
89192024-09-16T16:42:27.644Z[ host-image] Sep 16 16:42:26.099 INFO O| Sep 16 16:42:26.099 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89202024-09-16T16:42:27.651Z[ host-image] Sep 16 16:42:26.109 INFO O| Sep 16 16:42:26.109 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89212024-09-16T16:42:27.651Z[ host-image] Sep 16 16:42:26.109 INFO O| Sep 16 16:42:26.109 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89222024-09-16T16:42:27.654Z[ host-image] Sep 16 16:42:26.109 INFO O| Sep 16 16:42:26.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89232024-09-16T16:42:27.654Z[ host-image] Sep 16 16:42:26.109 INFO O| Sep 16 16:42:26.109 INFO ok!
89242024-09-16T16:42:27.654Z[ host-image] Sep 16 16:42:26.109 INFO O| Sep 16 16:42:26.109 INFO STEP 33 (ensure_file) COMPLETE
89252024-09-16T16:42:27.654Z[ host-image] Sep 16 16:42:26.109 INFO O| Sep 16 16:42:26.109 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89262024-09-16T16:42:27.661Z[ host-image] Sep 16 16:42:26.118 INFO O| Sep 16 16:42:26.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89272024-09-16T16:42:27.661Z[ host-image] Sep 16 16:42:26.118 INFO O| Sep 16 16:42:26.118 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89282024-09-16T16:42:27.664Z[ host-image] Sep 16 16:42:26.119 INFO O| Sep 16 16:42:26.119 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89292024-09-16T16:42:27.664Z[ host-image] Sep 16 16:42:26.119 INFO O| Sep 16 16:42:26.119 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89302024-09-16T16:42:27.664Z[ host-image] Sep 16 16:42:26.119 INFO O| Sep 16 16:42:26.119 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89312024-09-16T16:42:27.664Z[ host-image] Sep 16 16:42:26.119 INFO O| Sep 16 16:42:26.119 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89322024-09-16T16:42:27.664Z[ host-image] Sep 16 16:42:26.119 INFO O| Sep 16 16:42:26.119 INFO ok!
89332024-09-16T16:42:27.664Z[ host-image] Sep 16 16:42:26.119 INFO O| Sep 16 16:42:26.119 INFO STEP 34 (ensure_file) COMPLETE
89342024-09-16T16:42:27.664Z[ host-image] Sep 16 16:42:26.119 INFO O| Sep 16 16:42:26.119 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89352024-09-16T16:42:27.671Z[ host-image] Sep 16 16:42:26.128 INFO O| Sep 16 16:42:26.128 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89362024-09-16T16:42:27.673Z[ host-image] Sep 16 16:42:26.129 INFO O| Sep 16 16:42:26.128 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89372024-09-16T16:42:27.673Z[ host-image] Sep 16 16:42:26.129 INFO O| Sep 16 16:42:26.129 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89382024-09-16T16:42:27.673Z[ host-image] Sep 16 16:42:26.129 INFO O| Sep 16 16:42:26.129 INFO STEP 35 (ensure_dir) COMPLETE
89392024-09-16T16:42:27.673Z[ host-image] Sep 16 16:42:26.129 INFO O| Sep 16 16:42:26.129 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89402024-09-16T16:42:27.681Z[ host-image] Sep 16 16:42:26.138 INFO O| Sep 16 16:42:26.138 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
89412024-09-16T16:42:27.683Z[ host-image] Sep 16 16:42:26.138 INFO O| Sep 16 16:42:26.138 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 ...
89422024-09-16T16:42:27.683Z[ host-image] Sep 16 16:42:26.138 INFO O| Sep 16 16:42:26.138 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
89432024-09-16T16:42:27.683Z[ host-image] Sep 16 16:42:26.139 INFO O| Sep 16 16:42:26.138 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
89442024-09-16T16:42:27.683Z[ host-image] Sep 16 16:42:26.139 INFO O| Sep 16 16:42:26.139 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
89452024-09-16T16:42:27.684Z[ host-image] Sep 16 16:42:26.139 INFO O| Sep 16 16:42:26.139 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
89462024-09-16T16:42:27.684Z[ host-image] Sep 16 16:42:26.139 INFO O| Sep 16 16:42:26.139 INFO ok!
89472024-09-16T16:42:27.684Z[ host-image] Sep 16 16:42:26.139 INFO O| Sep 16 16:42:26.139 INFO STEP 36 (ensure_file) COMPLETE
89482024-09-16T16:42:27.684Z[ host-image] Sep 16 16:42:26.139 INFO O| Sep 16 16:42:26.139 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89492024-09-16T16:42:27.691Z[ host-image] Sep 16 16:42:26.149 INFO O| Sep 16 16:42:26.149 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89502024-09-16T16:42:27.691Z[ host-image] Sep 16 16:42:26.149 INFO O| Sep 16 16:42:26.149 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 ...
89512024-09-16T16:42:27.693Z[ host-image] Sep 16 16:42:26.149 INFO O| Sep 16 16:42:26.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89522024-09-16T16:42:27.694Z[ host-image] Sep 16 16:42:26.149 INFO O| Sep 16 16:42:26.149 INFO ok!
89532024-09-16T16:42:27.694Z[ host-image] Sep 16 16:42:26.149 INFO O| Sep 16 16:42:26.149 INFO STEP 37 (ensure_symlink) COMPLETE
89542024-09-16T16:42:27.694Z[ host-image] Sep 16 16:42:26.149 INFO O| Sep 16 16:42:26.149 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89552024-09-16T16:42:27.701Z[ host-image] Sep 16 16:42:26.159 INFO O| Sep 16 16:42:26.158 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89562024-09-16T16:42:27.701Z[ host-image] Sep 16 16:42:26.159 INFO O| Sep 16 16:42:26.158 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89572024-09-16T16:42:27.704Z[ host-image] Sep 16 16:42:26.159 INFO O| Sep 16 16:42:26.159 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89582024-09-16T16:42:27.704Z[ host-image] Sep 16 16:42:26.159 INFO O| Sep 16 16:42:26.159 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89592024-09-16T16:42:27.704Z[ host-image] Sep 16 16:42:26.159 INFO O| Sep 16 16:42:26.159 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89602024-09-16T16:42:27.704Z[ host-image] Sep 16 16:42:26.159 INFO O| Sep 16 16:42:26.159 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89612024-09-16T16:42:27.704Z[ host-image] Sep 16 16:42:26.159 INFO O| Sep 16 16:42:26.159 INFO ok!
89622024-09-16T16:42:27.704Z[ host-image] Sep 16 16:42:26.159 INFO O| Sep 16 16:42:26.159 INFO STEP 38 (ensure_file) COMPLETE
89632024-09-16T16:42:27.704Z[ host-image] Sep 16 16:42:26.159 INFO O| Sep 16 16:42:26.159 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89642024-09-16T16:42:27.713Z[ host-image] Sep 16 16:42:26.170 INFO O| Sep 16 16:42:26.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89652024-09-16T16:42:27.713Z[ host-image] Sep 16 16:42:26.170 INFO O| Sep 16 16:42:26.170 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 ...
89662024-09-16T16:42:27.715Z[ host-image] Sep 16 16:42:26.170 INFO O| Sep 16 16:42:26.170 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
89672024-09-16T16:42:27.716Z[ host-image] Sep 16 16:42:26.170 INFO O| Sep 16 16:42:26.170 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89682024-09-16T16:42:27.716Z[ host-image] Sep 16 16:42:26.170 INFO O| Sep 16 16:42:26.170 INFO ok!
89692024-09-16T16:42:27.716Z[ host-image] Sep 16 16:42:26.170 INFO O| Sep 16 16:42:26.170 INFO STEP 39 (ensure_file) COMPLETE
89702024-09-16T16:42:27.716Z[ host-image] Sep 16 16:42:26.170 INFO O| Sep 16 16:42:26.170 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89712024-09-16T16:42:27.723Z[ host-image] Sep 16 16:42:26.180 INFO O| Sep 16 16:42:26.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89722024-09-16T16:42:27.723Z[ host-image] Sep 16 16:42:26.180 INFO O| Sep 16 16:42:26.180 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89732024-09-16T16:42:27.725Z[ host-image] Sep 16 16:42:26.180 INFO O| Sep 16 16:42:26.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89742024-09-16T16:42:27.725Z[ host-image] Sep 16 16:42:26.180 INFO O| Sep 16 16:42:26.180 INFO ok!
89752024-09-16T16:42:27.725Z[ host-image] Sep 16 16:42:26.180 INFO O| Sep 16 16:42:26.180 INFO STEP 40 (ensure_file) COMPLETE
89762024-09-16T16:42:27.725Z[ host-image] Sep 16 16:42:26.180 INFO O| Sep 16 16:42:26.180 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89772024-09-16T16:42:27.732Z[ host-image] Sep 16 16:42:26.190 INFO O| Sep 16 16:42:26.190 INFO updating shadow file
89782024-09-16T16:42:27.735Z[ host-image] Sep 16 16:42:26.190 INFO O| Sep 16 16:42:26.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89792024-09-16T16:42:27.735Z[ host-image] Sep 16 16:42:26.190 INFO O| Sep 16 16:42:26.190 INFO STEP 41 (shadow) COMPLETE
89802024-09-16T16:42:27.735Z[ host-image] Sep 16 16:42:26.190 INFO O| Sep 16 16:42:26.190 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89812024-09-16T16:42:27.742Z[ host-image] Sep 16 16:42:26.200 INFO O| Sep 16 16:42:26.200 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89822024-09-16T16:42:27.742Z[ host-image] Sep 16 16:42:26.200 INFO O| Sep 16 16:42:26.200 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89832024-09-16T16:42:27.745Z[ host-image] Sep 16 16:42:26.200 INFO O| Sep 16 16:42:26.200 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89842024-09-16T16:42:27.745Z[ host-image] Sep 16 16:42:26.200 INFO O| Sep 16 16:42:26.200 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89852024-09-16T16:42:27.745Z[ host-image] Sep 16 16:42:26.200 INFO O| Sep 16 16:42:26.200 INFO ok!
89862024-09-16T16:42:27.745Z[ host-image] Sep 16 16:42:26.200 INFO O| Sep 16 16:42:26.200 INFO STEP 42 (ensure_file) COMPLETE
89872024-09-16T16:42:27.745Z[ host-image] Sep 16 16:42:26.200 INFO O| Sep 16 16:42:26.200 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89882024-09-16T16:42:27.745Z[ host-image] Sep 16 16:42:26.200 INFO O| Sep 16 16:42:26.200 INFO skip step because feature "mfg" is not enabled
89892024-09-16T16:42:27.745Z[ host-image] Sep 16 16:42:26.200 INFO O| Sep 16 16:42:26.200 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89902024-09-16T16:42:27.745Z[ host-image] Sep 16 16:42:26.200 INFO O| Sep 16 16:42:26.200 INFO skip step because feature "mfg" is not enabled
89912024-09-16T16:42:27.745Z[ host-image] Sep 16 16:42:26.200 INFO O| Sep 16 16:42:26.200 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89922024-09-16T16:42:27.752Z[ host-image] Sep 16 16:42:26.210 INFO O| Sep 16 16:42:26.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89932024-09-16T16:42:27.755Z[ host-image] Sep 16 16:42:26.210 INFO O| Sep 16 16:42:26.210 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89942024-09-16T16:42:28.404Z[ host-image] Sep 16 16:42:26.861 INFO O| Sep 16 16:42:26.861 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89952024-09-16T16:42:28.405Z[ host-image] Sep 16 16:42:26.861 INFO O| Sep 16 16:42:26.861 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89962024-09-16T16:42:28.405Z[ host-image] Sep 16 16:42:26.861 INFO O| Sep 16 16:42:26.861 INFO ok!
89972024-09-16T16:42:28.407Z[ host-image] Sep 16 16:42:26.861 INFO O| Sep 16 16:42:26.861 INFO STEP 45 (ensure_file) COMPLETE
89982024-09-16T16:42:28.408Z[ host-image] Sep 16 16:42:26.861 INFO O| Sep 16 16:42:26.861 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89992024-09-16T16:42:28.415Z[ host-image] Sep 16 16:42:26.873 INFO O| Sep 16 16:42:26.873 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90002024-09-16T16:42:28.415Z[ host-image] Sep 16 16:42:26.873 INFO O| Sep 16 16:42:26.873 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90012024-09-16T16:42:28.418Z[ host-image] Sep 16 16:42:26.873 INFO O| Sep 16 16:42:26.873 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90022024-09-16T16:42:28.418Z[ host-image] Sep 16 16:42:26.873 INFO O| Sep 16 16:42:26.873 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90032024-09-16T16:42:28.418Z[ host-image] Sep 16 16:42:26.873 INFO O| Sep 16 16:42:26.873 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90042024-09-16T16:42:28.418Z[ host-image] Sep 16 16:42:26.873 INFO O| Sep 16 16:42:26.873 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90052024-09-16T16:42:28.418Z[ host-image] Sep 16 16:42:26.873 INFO O| Sep 16 16:42:26.873 INFO ok!
90062024-09-16T16:42:28.418Z[ host-image] Sep 16 16:42:26.873 INFO O| Sep 16 16:42:26.873 INFO STEP 46 (ensure_file) COMPLETE
90072024-09-16T16:42:28.418Z[ host-image] Sep 16 16:42:26.873 INFO O| Sep 16 16:42:26.873 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90082024-09-16T16:42:28.425Z[ host-image] Sep 16 16:42:26.883 INFO O| Sep 16 16:42:26.882 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90092024-09-16T16:42:28.425Z[ host-image] Sep 16 16:42:26.883 INFO O| Sep 16 16:42:26.883 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 ...
90102024-09-16T16:42:28.428Z[ host-image] Sep 16 16:42:26.883 INFO O| Sep 16 16:42:26.883 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
90112024-09-16T16:42:28.428Z[ host-image] Sep 16 16:42:26.883 INFO O| Sep 16 16:42:26.883 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90122024-09-16T16:42:28.428Z[ host-image] Sep 16 16:42:26.883 INFO O| Sep 16 16:42:26.883 INFO ok!
90132024-09-16T16:42:28.428Z[ host-image] Sep 16 16:42:26.883 INFO O| Sep 16 16:42:26.883 INFO STEP 47 (ensure_file) COMPLETE
90142024-09-16T16:42:28.428Z[ host-image] Sep 16 16:42:26.883 INFO O| Sep 16 16:42:26.883 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90152024-09-16T16:42:28.435Z[ host-image] Sep 16 16:42:26.892 INFO O| Sep 16 16:42:26.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90162024-09-16T16:42:28.437Z[ host-image] Sep 16 16:42:26.892 INFO O| Sep 16 16:42:26.892 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90172024-09-16T16:42:28.437Z[ host-image] Sep 16 16:42:26.892 INFO O| Sep 16 16:42:26.892 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90182024-09-16T16:42:28.437Z[ host-image] Sep 16 16:42:26.892 INFO O| Sep 16 16:42:26.892 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90192024-09-16T16:42:28.437Z[ host-image] Sep 16 16:42:26.892 INFO O| Sep 16 16:42:26.892 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90202024-09-16T16:42:28.438Z[ host-image] Sep 16 16:42:26.893 INFO O| Sep 16 16:42:26.892 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90212024-09-16T16:42:28.438Z[ host-image] Sep 16 16:42:26.893 INFO O| Sep 16 16:42:26.893 INFO ok!
90222024-09-16T16:42:28.438Z[ host-image] Sep 16 16:42:26.893 INFO O| Sep 16 16:42:26.893 INFO STEP 48 (ensure_file) COMPLETE
90232024-09-16T16:42:28.438Z[ host-image] Sep 16 16:42:26.893 INFO O| Sep 16 16:42:26.893 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90242024-09-16T16:42:28.445Z[ host-image] Sep 16 16:42:26.902 INFO O| Sep 16 16:42:26.902 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90252024-09-16T16:42:28.445Z[ host-image] Sep 16 16:42:26.902 INFO O| Sep 16 16:42:26.902 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 ...
90262024-09-16T16:42:28.447Z[ host-image] Sep 16 16:42:26.902 INFO O| Sep 16 16:42:26.902 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
90272024-09-16T16:42:28.447Z[ host-image] Sep 16 16:42:26.902 INFO O| Sep 16 16:42:26.902 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90282024-09-16T16:42:28.447Z[ host-image] Sep 16 16:42:26.902 INFO O| Sep 16 16:42:26.902 INFO ok!
90292024-09-16T16:42:28.447Z[ host-image] Sep 16 16:42:26.902 INFO O| Sep 16 16:42:26.902 INFO STEP 49 (ensure_file) COMPLETE
90302024-09-16T16:42:28.447Z[ host-image] Sep 16 16:42:26.902 INFO O| Sep 16 16:42:26.902 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90312024-09-16T16:42:28.455Z[ host-image] Sep 16 16:42:26.912 INFO O| Sep 16 16:42:26.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90322024-09-16T16:42:28.455Z[ host-image] Sep 16 16:42:26.912 INFO O| Sep 16 16:42:26.912 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90332024-09-16T16:42:28.457Z[ host-image] Sep 16 16:42:26.912 INFO O| Sep 16 16:42:26.912 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90342024-09-16T16:42:28.457Z[ host-image] Sep 16 16:42:26.912 INFO O| Sep 16 16:42:26.912 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90352024-09-16T16:42:28.457Z[ host-image] Sep 16 16:42:26.912 INFO O| Sep 16 16:42:26.912 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90362024-09-16T16:42:28.457Z[ host-image] Sep 16 16:42:26.912 INFO O| Sep 16 16:42:26.912 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90372024-09-16T16:42:28.457Z[ host-image] Sep 16 16:42:26.912 INFO O| Sep 16 16:42:26.912 INFO ok!
90382024-09-16T16:42:28.457Z[ host-image] Sep 16 16:42:26.912 INFO O| Sep 16 16:42:26.912 INFO STEP 50 (ensure_file) COMPLETE
90392024-09-16T16:42:28.457Z[ host-image] Sep 16 16:42:26.912 INFO O| Sep 16 16:42:26.912 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90402024-09-16T16:42:28.465Z[ host-image] Sep 16 16:42:26.922 INFO O| Sep 16 16:42:26.922 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90412024-09-16T16:42:28.465Z[ host-image] Sep 16 16:42:26.922 INFO O| Sep 16 16:42:26.922 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 ...
90422024-09-16T16:42:28.467Z[ host-image] Sep 16 16:42:26.922 INFO O| Sep 16 16:42:26.922 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
90432024-09-16T16:42:28.467Z[ host-image] Sep 16 16:42:26.922 INFO O| Sep 16 16:42:26.922 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90442024-09-16T16:42:28.467Z[ host-image] Sep 16 16:42:26.922 INFO O| Sep 16 16:42:26.922 INFO ok!
90452024-09-16T16:42:28.467Z[ host-image] Sep 16 16:42:26.922 INFO O| Sep 16 16:42:26.922 INFO STEP 51 (ensure_file) COMPLETE
90462024-09-16T16:42:28.467Z[ host-image] Sep 16 16:42:26.922 INFO O| Sep 16 16:42:26.922 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90472024-09-16T16:42:28.474Z[ host-image] Sep 16 16:42:26.932 INFO O| Sep 16 16:42:26.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90482024-09-16T16:42:28.477Z[ host-image] Sep 16 16:42:26.932 INFO O| Sep 16 16:42:26.932 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 ...
90492024-09-16T16:42:28.477Z[ host-image] Sep 16 16:42:26.932 INFO O| Sep 16 16:42:26.932 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
90502024-09-16T16:42:28.477Z[ host-image] Sep 16 16:42:26.932 INFO O| Sep 16 16:42:26.932 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90512024-09-16T16:42:28.477Z[ host-image] Sep 16 16:42:26.932 INFO O| Sep 16 16:42:26.932 INFO ok!
90522024-09-16T16:42:28.477Z[ host-image] Sep 16 16:42:26.932 INFO O| Sep 16 16:42:26.932 INFO STEP 52 (ensure_file) COMPLETE
90532024-09-16T16:42:28.477Z[ host-image] Sep 16 16:42:26.932 INFO O| Sep 16 16:42:26.932 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90542024-09-16T16:42:28.484Z[ host-image] Sep 16 16:42:26.941 INFO O| Sep 16 16:42:26.941 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90552024-09-16T16:42:28.486Z[ host-image] Sep 16 16:42:26.941 INFO O| Sep 16 16:42:26.941 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 ...
90562024-09-16T16:42:28.486Z[ host-image] Sep 16 16:42:26.942 INFO O| Sep 16 16:42:26.942 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
90572024-09-16T16:42:28.486Z[ host-image] Sep 16 16:42:26.942 INFO O| Sep 16 16:42:26.942 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90582024-09-16T16:42:28.487Z[ host-image] Sep 16 16:42:26.942 INFO O| Sep 16 16:42:26.942 INFO ok!
90592024-09-16T16:42:28.487Z[ host-image] Sep 16 16:42:26.942 INFO O| Sep 16 16:42:26.942 INFO STEP 53 (ensure_file) COMPLETE
90602024-09-16T16:42:28.487Z[ host-image] Sep 16 16:42:26.942 INFO O| Sep 16 16:42:26.942 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-09-16T16:42:28.494Z[ host-image] Sep 16 16:42:26.951 INFO O| Sep 16 16:42:26.951 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90622024-09-16T16:42:28.494Z[ host-image] Sep 16 16:42:26.951 INFO O| Sep 16 16:42:26.951 INFO STEP 54 (ensure_dir) COMPLETE
90632024-09-16T16:42:28.494Z[ host-image] Sep 16 16:42:26.951 INFO O| Sep 16 16:42:26.951 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90642024-09-16T16:42:28.503Z[ host-image] Sep 16 16:42:26.961 INFO O| Sep 16 16:42:26.961 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90652024-09-16T16:42:28.506Z[ host-image] Sep 16 16:42:26.961 INFO O| Sep 16 16:42:26.961 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90662024-09-16T16:42:28.506Z[ host-image] Sep 16 16:42:26.961 INFO O| Sep 16 16:42:26.961 INFO STEP 55 (ensure_dir) COMPLETE
90672024-09-16T16:42:28.506Z[ host-image] Sep 16 16:42:26.961 INFO O| Sep 16 16:42:26.961 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90682024-09-16T16:42:28.513Z[ host-image] Sep 16 16:42:26.970 INFO O| Sep 16 16:42:26.970 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90692024-09-16T16:42:28.513Z[ host-image] Sep 16 16:42:26.970 INFO O| Sep 16 16:42:26.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90702024-09-16T16:42:28.515Z[ host-image] Sep 16 16:42:26.970 INFO O| Sep 16 16:42:26.970 INFO STEP 56 (ensure_dir) COMPLETE
90712024-09-16T16:42:28.515Z[ host-image] Sep 16 16:42:26.970 INFO O| Sep 16 16:42:26.970 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90722024-09-16T16:42:28.522Z[ host-image] Sep 16 16:42:26.979 INFO O| Sep 16 16:42:26.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90732024-09-16T16:42:28.522Z[ host-image] Sep 16 16:42:26.979 INFO O| Sep 16 16:42:26.979 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90742024-09-16T16:42:28.536Z[ host-image] Sep 16 16:42:26.993 INFO O| Sep 16 16:42:26.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90752024-09-16T16:42:28.536Z[ host-image] Sep 16 16:42:26.993 INFO O| Sep 16 16:42:26.993 INFO ok!
90762024-09-16T16:42:28.540Z[ host-image] Sep 16 16:42:26.993 INFO O| Sep 16 16:42:26.993 INFO STEP 57 (ensure_file) COMPLETE
90772024-09-16T16:42:28.540Z[ host-image] Sep 16 16:42:26.993 INFO O| Sep 16 16:42:26.993 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90782024-09-16T16:42:28.546Z[ host-image] Sep 16 16:42:27.004 INFO O| Sep 16 16:42:27.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90792024-09-16T16:42:28.546Z[ host-image] Sep 16 16:42:27.004 INFO O| Sep 16 16:42:27.003 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90802024-09-16T16:42:29.723Z[ host-image] Sep 16 16:42:28.123 INFO O| Sep 16 16:42:28.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90812024-09-16T16:42:29.723Z[ host-image] Sep 16 16:42:28.123 INFO O| Sep 16 16:42:28.123 INFO ok!
90822024-09-16T16:42:29.726Z[ host-image] Sep 16 16:42:28.123 INFO O| Sep 16 16:42:28.123 INFO STEP 58 (ensure_file) COMPLETE
90832024-09-16T16:42:29.726Z[ host-image] Sep 16 16:42:28.123 INFO O| Sep 16 16:42:28.123 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90842024-09-16T16:42:29.726Z[ host-image] Sep 16 16:42:28.135 INFO O| Sep 16 16:42:28.135 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90852024-09-16T16:42:29.726Z[ host-image] Sep 16 16:42:28.135 INFO O| Sep 16 16:42:28.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90862024-09-16T16:42:29.726Z[ host-image] Sep 16 16:42:28.135 INFO O| Sep 16 16:42:28.135 INFO STEP 59 (ensure_dir) COMPLETE
90872024-09-16T16:42:29.726Z[ host-image] Sep 16 16:42:28.135 INFO O| Sep 16 16:42:28.135 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90882024-09-16T16:42:29.726Z[ host-image] Sep 16 16:42:28.145 INFO O| Sep 16 16:42:28.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90892024-09-16T16:42:29.727Z[ host-image] Sep 16 16:42:28.145 INFO O| Sep 16 16:42:28.145 INFO copying /tmp/.tmpUveaVA/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 ...
90902024-09-16T16:42:29.727Z[ host-image] Sep 16 16:42:28.146 INFO O| Sep 16 16:42:28.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90912024-09-16T16:42:29.727Z[ host-image] Sep 16 16:42:28.146 INFO O| Sep 16 16:42:28.146 INFO ok!
90922024-09-16T16:42:29.727Z[ host-image] Sep 16 16:42:28.146 INFO O| Sep 16 16:42:28.146 INFO STEP 60 (ensure_file) COMPLETE
90932024-09-16T16:42:29.727Z[ host-image] Sep 16 16:42:28.146 INFO O| Sep 16 16:42:28.146 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90942024-09-16T16:42:29.727Z[ host-image] Sep 16 16:42:28.156 INFO O| Sep 16 16:42:28.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90952024-09-16T16:42:29.727Z[ host-image] Sep 16 16:42:28.156 INFO O| Sep 16 16:42:28.156 INFO copying /tmp/.tmpUveaVA/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 ...
90962024-09-16T16:42:29.727Z[ host-image] Sep 16 16:42:28.156 INFO O| Sep 16 16:42:28.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90972024-09-16T16:42:29.727Z[ host-image] Sep 16 16:42:28.156 INFO O| Sep 16 16:42:28.156 INFO ok!
90982024-09-16T16:42:29.727Z[ host-image] Sep 16 16:42:28.156 INFO O| Sep 16 16:42:28.156 INFO STEP 61 (ensure_file) COMPLETE
90992024-09-16T16:42:29.727Z[ host-image] Sep 16 16:42:28.156 INFO O| Sep 16 16:42:28.156 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91002024-09-16T16:42:29.728Z[ host-image] Sep 16 16:42:28.166 INFO O| Sep 16 16:42:28.166 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91012024-09-16T16:42:29.728Z[ host-image] Sep 16 16:42:28.166 INFO O| Sep 16 16:42:28.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91022024-09-16T16:42:29.728Z[ host-image] Sep 16 16:42:28.166 INFO O| Sep 16 16:42:28.166 INFO STEP 62 (ensure_dir) COMPLETE
91032024-09-16T16:42:29.728Z[ host-image] Sep 16 16:42:28.166 INFO O| Sep 16 16:42:28.166 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91042024-09-16T16:42:29.728Z[ host-image] Sep 16 16:42:28.176 INFO O| Sep 16 16:42:28.176 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91052024-09-16T16:42:29.728Z[ host-image] Sep 16 16:42:28.177 INFO O| Sep 16 16:42:28.176 INFO copying /tmp/.tmpUveaVA/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 ...
91062024-09-16T16:42:29.728Z[ host-image] Sep 16 16:42:28.177 INFO O| Sep 16 16:42:28.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91072024-09-16T16:42:29.728Z[ host-image] Sep 16 16:42:28.177 INFO O| Sep 16 16:42:28.177 INFO ok!
91082024-09-16T16:42:29.728Z[ host-image] Sep 16 16:42:28.177 INFO O| Sep 16 16:42:28.177 INFO STEP 63 (ensure_file) COMPLETE
91092024-09-16T16:42:29.728Z[ host-image] Sep 16 16:42:28.177 INFO O| Sep 16 16:42:28.177 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91102024-09-16T16:42:29.731Z[ host-image] Sep 16 16:42:28.187 INFO O| Sep 16 16:42:28.187 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91112024-09-16T16:42:29.731Z[ host-image] Sep 16 16:42:28.187 INFO O| Sep 16 16:42:28.187 INFO copying /tmp/.tmpUveaVA/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 ...
91122024-09-16T16:42:29.731Z[ host-image] Sep 16 16:42:28.187 INFO O| Sep 16 16:42:28.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91132024-09-16T16:42:29.731Z[ host-image] Sep 16 16:42:28.187 INFO O| Sep 16 16:42:28.187 INFO ok!
91142024-09-16T16:42:29.731Z[ host-image] Sep 16 16:42:28.187 INFO O| Sep 16 16:42:28.187 INFO STEP 64 (ensure_file) COMPLETE
91152024-09-16T16:42:29.731Z[ host-image] Sep 16 16:42:28.187 INFO O| Sep 16 16:42:28.187 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91162024-09-16T16:42:29.739Z[ host-image] Sep 16 16:42:28.196 INFO O| Sep 16 16:42:28.196 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91172024-09-16T16:42:29.742Z[ host-image] Sep 16 16:42:28.196 INFO O| Sep 16 16:42:28.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91182024-09-16T16:42:29.742Z[ host-image] Sep 16 16:42:28.196 INFO O| Sep 16 16:42:28.196 INFO STEP 65 (ensure_dir) COMPLETE
91192024-09-16T16:42:29.742Z[ host-image] Sep 16 16:42:28.196 INFO O| Sep 16 16:42:28.196 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91202024-09-16T16:42:29.752Z[ host-image] Sep 16 16:42:28.209 INFO O| Sep 16 16:42:28.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91212024-09-16T16:42:29.752Z[ host-image] Sep 16 16:42:28.209 INFO O| Sep 16 16:42:28.209 INFO copying /tmp/.tmpUveaVA/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 ...
91222024-09-16T16:42:29.754Z[ host-image] Sep 16 16:42:28.209 INFO O| Sep 16 16:42:28.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91232024-09-16T16:42:29.754Z[ host-image] Sep 16 16:42:28.209 INFO O| Sep 16 16:42:28.209 INFO ok!
91242024-09-16T16:42:29.754Z[ host-image] Sep 16 16:42:28.209 INFO O| Sep 16 16:42:28.209 INFO STEP 66 (ensure_file) COMPLETE
91252024-09-16T16:42:29.754Z[ host-image] Sep 16 16:42:28.209 INFO O| Sep 16 16:42:28.209 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91262024-09-16T16:42:29.762Z[ host-image] Sep 16 16:42:28.219 INFO O| Sep 16 16:42:28.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91272024-09-16T16:42:29.762Z[ host-image] Sep 16 16:42:28.219 INFO O| Sep 16 16:42:28.219 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91282024-09-16T16:42:29.764Z[ host-image] Sep 16 16:42:28.219 INFO O| Sep 16 16:42:28.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91292024-09-16T16:42:29.765Z[ host-image] Sep 16 16:42:28.219 INFO O| Sep 16 16:42:28.219 INFO ok!
91302024-09-16T16:42:29.765Z[ host-image] Sep 16 16:42:28.219 INFO O| Sep 16 16:42:28.219 INFO STEP 67 (ensure_file) COMPLETE
91312024-09-16T16:42:29.765Z[ host-image] Sep 16 16:42:28.219 INFO O| Sep 16 16:42:28.219 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91322024-09-16T16:42:29.771Z[ host-image] Sep 16 16:42:28.229 INFO O| Sep 16 16:42:28.229 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91332024-09-16T16:42:29.771Z[ host-image] Sep 16 16:42:28.229 INFO O| Sep 16 16:42:28.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91342024-09-16T16:42:29.774Z[ host-image] Sep 16 16:42:28.229 INFO O| Sep 16 16:42:28.229 INFO STEP 68 (ensure_dir) COMPLETE
91352024-09-16T16:42:29.774Z[ host-image] Sep 16 16:42:28.229 INFO O| Sep 16 16:42:28.229 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91362024-09-16T16:42:29.781Z[ host-image] Sep 16 16:42:28.238 INFO O| Sep 16 16:42:28.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91372024-09-16T16:42:29.784Z[ host-image] Sep 16 16:42:28.238 INFO O| Sep 16 16:42:28.238 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91382024-09-16T16:42:30.356Z[ host-image] Sep 16 16:42:28.812 INFO O| Sep 16 16:42:28.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91392024-09-16T16:42:30.356Z[ host-image] Sep 16 16:42:28.813 INFO O| Sep 16 16:42:28.812 INFO ok!
91402024-09-16T16:42:30.356Z[ host-image] Sep 16 16:42:28.813 INFO O| Sep 16 16:42:28.812 INFO STEP 69 (ensure_file) COMPLETE
91412024-09-16T16:42:30.356Z[ host-image] Sep 16 16:42:28.813 INFO O| Sep 16 16:42:28.812 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91422024-09-16T16:42:30.367Z[ host-image] Sep 16 16:42:28.824 INFO O| Sep 16 16:42:28.823 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91432024-09-16T16:42:30.367Z[ host-image] Sep 16 16:42:28.824 INFO O| Sep 16 16:42:28.824 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91442024-09-16T16:42:30.916Z[ recovery-image] Sep 16 16:42:29.369 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)
91452024-09-16T16:42:32.161Z[ host-image] Sep 16 16:42:30.617 INFO O| Sep 16 16:42:30.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91462024-09-16T16:42:32.161Z[ host-image] Sep 16 16:42:30.617 INFO O| Sep 16 16:42:30.617 INFO ok!
91472024-09-16T16:42:32.161Z[ host-image] Sep 16 16:42:30.617 INFO O| Sep 16 16:42:30.617 INFO STEP 70 (ensure_file) COMPLETE
91482024-09-16T16:42:32.161Z[ host-image] Sep 16 16:42:30.617 INFO O| Sep 16 16:42:30.617 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91492024-09-16T16:42:32.181Z[ host-image] Sep 16 16:42:30.638 INFO O| Sep 16 16:42:30.638 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91502024-09-16T16:42:32.184Z[ host-image] Sep 16 16:42:30.638 INFO O| Sep 16 16:42:30.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91512024-09-16T16:42:32.184Z[ host-image] Sep 16 16:42:30.638 INFO O| Sep 16 16:42:30.638 INFO STEP 71 (ensure_dir) COMPLETE
91522024-09-16T16:42:32.184Z[ host-image] Sep 16 16:42:30.638 INFO O| Sep 16 16:42:30.638 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91532024-09-16T16:42:32.202Z[ host-image] Sep 16 16:42:30.658 INFO O| Sep 16 16:42:30.658 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91542024-09-16T16:42:32.202Z[ host-image] Sep 16 16:42:30.658 INFO O| Sep 16 16:42:30.658 INFO copying /tmp/.tmpUveaVA/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 ...
91552024-09-16T16:42:32.202Z[ host-image] Sep 16 16:42:30.658 INFO O| Sep 16 16:42:30.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91562024-09-16T16:42:32.202Z[ host-image] Sep 16 16:42:30.658 INFO O| Sep 16 16:42:30.658 INFO ok!
91572024-09-16T16:42:32.202Z[ host-image] Sep 16 16:42:30.659 INFO O| Sep 16 16:42:30.658 INFO STEP 72 (ensure_file) COMPLETE
91582024-09-16T16:42:32.205Z[ host-image] Sep 16 16:42:30.659 INFO O| Sep 16 16:42:30.658 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91592024-09-16T16:42:32.233Z[ host-image] Sep 16 16:42:30.690 INFO O| Sep 16 16:42:30.690 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91602024-09-16T16:42:32.234Z[ host-image] Sep 16 16:42:30.690 INFO O| Sep 16 16:42:30.690 INFO copying /tmp/.tmpUveaVA/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 ...
91612024-09-16T16:42:32.236Z[ host-image] Sep 16 16:42:30.690 INFO O| Sep 16 16:42:30.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91622024-09-16T16:42:32.236Z[ host-image] Sep 16 16:42:30.690 INFO O| Sep 16 16:42:30.690 INFO ok!
91632024-09-16T16:42:32.236Z[ host-image] Sep 16 16:42:30.690 INFO O| Sep 16 16:42:30.690 INFO STEP 73 (ensure_file) COMPLETE
91642024-09-16T16:42:32.236Z[ host-image] Sep 16 16:42:30.691 INFO O| Sep 16 16:42:30.690 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91652024-09-16T16:42:32.281Z[ host-image] Sep 16 16:42:30.738 INFO O| Sep 16 16:42:30.738 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91662024-09-16T16:42:32.282Z[ host-image] Sep 16 16:42:30.738 INFO O| Sep 16 16:42:30.738 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91672024-09-16T16:42:32.284Z[ host-image] Sep 16 16:42:30.738 INFO O| Sep 16 16:42:30.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91682024-09-16T16:42:32.284Z[ host-image] Sep 16 16:42:30.738 INFO O| Sep 16 16:42:30.738 INFO ok!
91692024-09-16T16:42:32.284Z[ host-image] Sep 16 16:42:30.738 INFO O| Sep 16 16:42:30.738 INFO STEP 74 (ensure_file) COMPLETE
91702024-09-16T16:42:32.284Z[ host-image] Sep 16 16:42:30.738 INFO O| Sep 16 16:42:30.738 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91712024-09-16T16:42:32.360Z[ host-image] Sep 16 16:42:30.817 INFO O| Sep 16 16:42:30.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91722024-09-16T16:42:32.360Z[ host-image] Sep 16 16:42:30.817 INFO O| Sep 16 16:42:30.817 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91732024-09-16T16:42:32.363Z[ host-image] Sep 16 16:42:30.817 INFO O| Sep 16 16:42:30.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91742024-09-16T16:42:32.363Z[ host-image] Sep 16 16:42:30.817 INFO O| Sep 16 16:42:30.817 INFO ok!
91752024-09-16T16:42:32.363Z[ host-image] Sep 16 16:42:30.817 INFO O| Sep 16 16:42:30.817 INFO STEP 75 (ensure_file) COMPLETE
91762024-09-16T16:42:32.363Z[ host-image] Sep 16 16:42:30.817 INFO O| Sep 16 16:42:30.817 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91772024-09-16T16:42:32.378Z[ host-image] Sep 16 16:42:30.835 INFO O| Sep 16 16:42:30.835 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91782024-09-16T16:42:32.381Z[ host-image] Sep 16 16:42:30.835 INFO O| Sep 16 16:42:30.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91792024-09-16T16:42:32.381Z[ host-image] Sep 16 16:42:30.835 INFO O| Sep 16 16:42:30.835 INFO STEP 76 (ensure_dir) COMPLETE
91802024-09-16T16:42:32.381Z[ host-image] Sep 16 16:42:30.836 INFO O| Sep 16 16:42:30.835 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-09-16T16:42:32.396Z[ host-image] Sep 16 16:42:30.853 INFO O| Sep 16 16:42:30.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91822024-09-16T16:42:32.396Z[ host-image] Sep 16 16:42:30.853 INFO O| Sep 16 16:42:30.853 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91832024-09-16T16:42:33.015Z[ host-image] Sep 16 16:42:31.471 INFO O| Sep 16 16:42:31.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91842024-09-16T16:42:33.015Z[ host-image] Sep 16 16:42:31.471 INFO O| Sep 16 16:42:31.471 INFO ok!
91852024-09-16T16:42:33.015Z[ host-image] Sep 16 16:42:31.471 INFO O| Sep 16 16:42:31.471 INFO STEP 77 (ensure_file) COMPLETE
91862024-09-16T16:42:33.015Z[ host-image] Sep 16 16:42:31.471 INFO O| Sep 16 16:42:31.471 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-09-16T16:42:33.032Z[ host-image] Sep 16 16:42:31.489 INFO O| Sep 16 16:42:31.488 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91882024-09-16T16:42:33.032Z[ host-image] Sep 16 16:42:31.489 INFO O| Sep 16 16:42:31.488 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91892024-09-16T16:42:33.035Z[ host-image] Sep 16 16:42:31.489 INFO O| Sep 16 16:42:31.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91902024-09-16T16:42:33.035Z[ host-image] Sep 16 16:42:31.489 INFO O| Sep 16 16:42:31.489 INFO ok!
91912024-09-16T16:42:33.035Z[ host-image] Sep 16 16:42:31.489 INFO O| Sep 16 16:42:31.489 INFO STEP 78 (ensure_file) COMPLETE
91922024-09-16T16:42:33.035Z[ host-image] Sep 16 16:42:31.489 INFO O| Sep 16 16:42:31.489 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-09-16T16:42:33.047Z[ host-image] Sep 16 16:42:31.504 INFO O| Sep 16 16:42:31.504 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91942024-09-16T16:42:33.047Z[ host-image] Sep 16 16:42:31.504 INFO O| Sep 16 16:42:31.504 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91952024-09-16T16:42:33.830Z[ recovery-image] Sep 16 16:42:32.279 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)
91962024-09-16T16:42:34.363Z[ host-image] Sep 16 16:42:32.819 INFO O| Sep 16 16:42:32.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91972024-09-16T16:42:34.363Z[ host-image] Sep 16 16:42:32.819 INFO O| Sep 16 16:42:32.819 INFO ok!
91982024-09-16T16:42:34.365Z[ host-image] Sep 16 16:42:32.819 INFO O| Sep 16 16:42:32.819 INFO STEP 79 (ensure_file) COMPLETE
91992024-09-16T16:42:34.366Z[ host-image] Sep 16 16:42:32.819 INFO O| Sep 16 16:42:32.819 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92002024-09-16T16:42:34.380Z[ host-image] Sep 16 16:42:32.836 INFO O| Sep 16 16:42:32.836 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92012024-09-16T16:42:34.380Z[ host-image] Sep 16 16:42:32.836 INFO O| Sep 16 16:42:32.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92022024-09-16T16:42:34.380Z[ host-image] Sep 16 16:42:32.836 INFO O| Sep 16 16:42:32.836 INFO STEP 80 (ensure_dir) COMPLETE
92032024-09-16T16:42:34.383Z[ host-image] Sep 16 16:42:32.836 INFO O| Sep 16 16:42:32.836 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92042024-09-16T16:42:34.396Z[ host-image] Sep 16 16:42:32.853 INFO O| Sep 16 16:42:32.853 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92052024-09-16T16:42:34.396Z[ host-image] Sep 16 16:42:32.853 INFO O| Sep 16 16:42:32.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92062024-09-16T16:42:34.396Z[ host-image] Sep 16 16:42:32.853 INFO O| Sep 16 16:42:32.853 INFO STEP 81 (ensure_dir) COMPLETE
92072024-09-16T16:42:34.410Z[ host-image] Sep 16 16:42:32.853 INFO O| Sep 16 16:42:32.853 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92082024-09-16T16:42:34.489Z[ host-image] Sep 16 16:42:32.945 INFO O| Sep 16 16:42:32.945 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92092024-09-16T16:42:34.490Z[ host-image] Sep 16 16:42:32.945 INFO O| Sep 16 16:42:32.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92102024-09-16T16:42:34.492Z[ host-image] Sep 16 16:42:32.945 INFO O| Sep 16 16:42:32.945 INFO STEP 82 (ensure_dir) COMPLETE
92112024-09-16T16:42:34.492Z[ host-image] Sep 16 16:42:32.945 INFO O| Sep 16 16:42:32.945 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92122024-09-16T16:42:34.508Z[ host-image] Sep 16 16:42:32.964 INFO O| Sep 16 16:42:32.964 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92132024-09-16T16:42:34.508Z[ host-image] Sep 16 16:42:32.964 INFO O| Sep 16 16:42:32.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92142024-09-16T16:42:34.511Z[ host-image] Sep 16 16:42:32.964 INFO O| Sep 16 16:42:32.964 INFO STEP 83 (ensure_dir) COMPLETE
92152024-09-16T16:42:34.511Z[ host-image] Sep 16 16:42:32.964 INFO O| Sep 16 16:42:32.964 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92162024-09-16T16:42:34.526Z[ host-image] Sep 16 16:42:32.982 INFO O| Sep 16 16:42:32.982 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92172024-09-16T16:42:34.526Z[ host-image] Sep 16 16:42:32.982 INFO O| Sep 16 16:42:32.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92182024-09-16T16:42:34.526Z[ host-image] Sep 16 16:42:32.982 INFO O| Sep 16 16:42:32.982 INFO STEP 84 (ensure_dir) COMPLETE
92192024-09-16T16:42:34.526Z[ host-image] Sep 16 16:42:32.982 INFO O| Sep 16 16:42:32.982 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-09-16T16:42:34.542Z[ host-image] Sep 16 16:42:32.999 INFO O| Sep 16 16:42:32.998 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92212024-09-16T16:42:34.542Z[ host-image] Sep 16 16:42:32.999 INFO O| Sep 16 16:42:32.999 INFO copying /tmp/.tmpUveaVA/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 ...
92222024-09-16T16:42:34.542Z[ host-image] Sep 16 16:42:32.999 INFO O| Sep 16 16:42:32.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92232024-09-16T16:42:34.545Z[ host-image] Sep 16 16:42:32.999 INFO O| Sep 16 16:42:32.999 INFO ok!
92242024-09-16T16:42:34.545Z[ host-image] Sep 16 16:42:32.999 INFO O| Sep 16 16:42:32.999 INFO STEP 85 (ensure_file) COMPLETE
92252024-09-16T16:42:34.545Z[ host-image] Sep 16 16:42:32.999 INFO O| Sep 16 16:42:32.999 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-09-16T16:42:34.615Z[ host-image] Sep 16 16:42:33.071 INFO O| Sep 16 16:42:33.070 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92272024-09-16T16:42:34.615Z[ host-image] Sep 16 16:42:33.071 INFO O| Sep 16 16:42:33.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92282024-09-16T16:42:34.615Z[ host-image] Sep 16 16:42:33.071 INFO O| Sep 16 16:42:33.071 INFO STEP 86 (ensure_dir) COMPLETE
92292024-09-16T16:42:34.617Z[ host-image] Sep 16 16:42:33.071 INFO O| Sep 16 16:42:33.071 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-09-16T16:42:34.689Z[ host-image] Sep 16 16:42:33.145 INFO O| Sep 16 16:42:33.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92312024-09-16T16:42:34.689Z[ host-image] Sep 16 16:42:33.145 INFO O| Sep 16 16:42:33.145 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92322024-09-16T16:42:34.692Z[ host-image] Sep 16 16:42:33.146 INFO O| Sep 16 16:42:33.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92332024-09-16T16:42:34.692Z[ host-image] Sep 16 16:42:33.146 INFO O| Sep 16 16:42:33.146 INFO ok!
92342024-09-16T16:42:34.692Z[ host-image] Sep 16 16:42:33.146 INFO O| Sep 16 16:42:33.146 INFO STEP 87 (ensure_file) COMPLETE
92352024-09-16T16:42:34.692Z[ host-image] Sep 16 16:42:33.146 INFO O| Sep 16 16:42:33.146 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-09-16T16:42:34.706Z[ host-image] Sep 16 16:42:33.162 INFO O| Sep 16 16:42:33.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92372024-09-16T16:42:34.706Z[ host-image] Sep 16 16:42:33.162 INFO O| Sep 16 16:42:33.162 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92382024-09-16T16:42:34.715Z[ host-image] Sep 16 16:42:33.171 INFO O| Sep 16 16:42:33.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92392024-09-16T16:42:34.715Z[ host-image] Sep 16 16:42:33.172 INFO O| Sep 16 16:42:33.171 INFO ok!
92402024-09-16T16:42:34.715Z[ host-image] Sep 16 16:42:33.172 INFO O| Sep 16 16:42:33.171 INFO STEP 88 (ensure_file) COMPLETE
92412024-09-16T16:42:34.718Z[ host-image] Sep 16 16:42:33.172 INFO O| Sep 16 16:42:33.171 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-09-16T16:42:34.727Z[ host-image] Sep 16 16:42:33.183 INFO O| Sep 16 16:42:33.183 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92432024-09-16T16:42:34.727Z[ host-image] Sep 16 16:42:33.183 INFO O| Sep 16 16:42:33.183 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92442024-09-16T16:42:35.217Z[ host-image] Sep 16 16:42:33.673 INFO O| Sep 16 16:42:33.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92452024-09-16T16:42:35.217Z[ host-image] Sep 16 16:42:33.673 INFO O| Sep 16 16:42:33.673 INFO ok!
92462024-09-16T16:42:35.220Z[ host-image] Sep 16 16:42:33.673 INFO O| Sep 16 16:42:33.673 INFO STEP 89 (ensure_file) COMPLETE
92472024-09-16T16:42:35.220Z[ host-image] Sep 16 16:42:33.673 INFO O| Sep 16 16:42:33.673 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-09-16T16:42:35.230Z[ host-image] Sep 16 16:42:33.686 INFO O| Sep 16 16:42:33.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92492024-09-16T16:42:35.230Z[ host-image] Sep 16 16:42:33.686 INFO O| Sep 16 16:42:33.686 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92502024-09-16T16:42:35.233Z[ host-image] Sep 16 16:42:33.686 INFO O| Sep 16 16:42:33.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92512024-09-16T16:42:35.233Z[ host-image] Sep 16 16:42:33.686 INFO O| Sep 16 16:42:33.686 INFO ok!
92522024-09-16T16:42:35.233Z[ host-image] Sep 16 16:42:33.686 INFO O| Sep 16 16:42:33.686 INFO STEP 90 (ensure_file) COMPLETE
92532024-09-16T16:42:35.233Z[ host-image] Sep 16 16:42:33.686 INFO O| Sep 16 16:42:33.686 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-09-16T16:42:35.242Z[ host-image] Sep 16 16:42:33.698 INFO O| Sep 16 16:42:33.698 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92552024-09-16T16:42:35.245Z[ host-image] Sep 16 16:42:33.698 INFO O| Sep 16 16:42:33.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92562024-09-16T16:42:35.245Z[ host-image] Sep 16 16:42:33.698 INFO O| Sep 16 16:42:33.698 INFO STEP 91 (ensure_dir) COMPLETE
92572024-09-16T16:42:35.245Z[ host-image] Sep 16 16:42:33.698 INFO O| Sep 16 16:42:33.698 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92582024-09-16T16:42:35.252Z[ host-image] Sep 16 16:42:33.708 INFO O| Sep 16 16:42:33.708 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92592024-09-16T16:42:35.252Z[ host-image] Sep 16 16:42:33.708 INFO O| Sep 16 16:42:33.708 INFO copying /tmp/.tmpUveaVA/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 ...
92602024-09-16T16:42:35.252Z[ host-image] Sep 16 16:42:33.708 INFO O| Sep 16 16:42:33.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92612024-09-16T16:42:35.252Z[ host-image] Sep 16 16:42:33.708 INFO O| Sep 16 16:42:33.708 INFO ok!
92622024-09-16T16:42:35.254Z[ host-image] Sep 16 16:42:33.708 INFO O| Sep 16 16:42:33.708 INFO STEP 92 (ensure_file) COMPLETE
92632024-09-16T16:42:35.254Z[ host-image] Sep 16 16:42:33.708 INFO O| Sep 16 16:42:33.708 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92642024-09-16T16:42:35.261Z[ host-image] Sep 16 16:42:33.717 INFO O| Sep 16 16:42:33.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92652024-09-16T16:42:35.261Z[ host-image] Sep 16 16:42:33.718 INFO O| Sep 16 16:42:33.717 INFO copying /tmp/.tmpUveaVA/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 ...
92662024-09-16T16:42:35.264Z[ host-image] Sep 16 16:42:33.718 INFO O| Sep 16 16:42:33.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92672024-09-16T16:42:35.264Z[ host-image] Sep 16 16:42:33.718 INFO O| Sep 16 16:42:33.718 INFO ok!
92682024-09-16T16:42:35.264Z[ host-image] Sep 16 16:42:33.718 INFO O| Sep 16 16:42:33.718 INFO STEP 93 (ensure_file) COMPLETE
92692024-09-16T16:42:35.264Z[ host-image] Sep 16 16:42:33.718 INFO O| Sep 16 16:42:33.718 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92702024-09-16T16:42:35.272Z[ host-image] Sep 16 16:42:33.728 INFO O| Sep 16 16:42:33.728 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92712024-09-16T16:42:35.272Z[ host-image] Sep 16 16:42:33.728 INFO O| Sep 16 16:42:33.728 INFO copying /tmp/.tmpUveaVA/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 ...
92722024-09-16T16:42:35.274Z[ host-image] Sep 16 16:42:33.728 INFO O| Sep 16 16:42:33.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92732024-09-16T16:42:35.274Z[ host-image] Sep 16 16:42:33.728 INFO O| Sep 16 16:42:33.728 INFO ok!
92742024-09-16T16:42:35.274Z[ host-image] Sep 16 16:42:33.728 INFO O| Sep 16 16:42:33.728 INFO STEP 94 (ensure_file) COMPLETE
92752024-09-16T16:42:35.274Z[ host-image] Sep 16 16:42:33.728 INFO O| Sep 16 16:42:33.728 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92762024-09-16T16:42:35.282Z[ host-image] Sep 16 16:42:33.738 INFO O| Sep 16 16:42:33.738 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92772024-09-16T16:42:35.282Z[ host-image] Sep 16 16:42:33.738 INFO O| Sep 16 16:42:33.738 INFO copying /tmp/.tmpUveaVA/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 ...
92782024-09-16T16:42:35.282Z[ host-image] Sep 16 16:42:33.738 INFO O| Sep 16 16:42:33.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92792024-09-16T16:42:35.285Z[ host-image] Sep 16 16:42:33.738 INFO O| Sep 16 16:42:33.738 INFO ok!
92802024-09-16T16:42:35.285Z[ host-image] Sep 16 16:42:33.738 INFO O| Sep 16 16:42:33.738 INFO STEP 95 (ensure_file) COMPLETE
92812024-09-16T16:42:35.285Z[ host-image] Sep 16 16:42:33.738 INFO O| Sep 16 16:42:33.738 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-09-16T16:42:35.292Z[ host-image] Sep 16 16:42:33.748 INFO O| Sep 16 16:42:33.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92832024-09-16T16:42:35.292Z[ host-image] Sep 16 16:42:33.748 INFO O| Sep 16 16:42:33.748 INFO copying /tmp/.tmpUveaVA/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 ...
92842024-09-16T16:42:35.294Z[ host-image] Sep 16 16:42:33.748 INFO O| Sep 16 16:42:33.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92852024-09-16T16:42:35.294Z[ host-image] Sep 16 16:42:33.748 INFO O| Sep 16 16:42:33.748 INFO ok!
92862024-09-16T16:42:35.294Z[ host-image] Sep 16 16:42:33.748 INFO O| Sep 16 16:42:33.748 INFO STEP 96 (ensure_file) COMPLETE
92872024-09-16T16:42:35.294Z[ host-image] Sep 16 16:42:33.748 INFO O| Sep 16 16:42:33.748 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92882024-09-16T16:42:35.302Z[ host-image] Sep 16 16:42:33.759 INFO O| Sep 16 16:42:33.758 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92892024-09-16T16:42:35.302Z[ host-image] Sep 16 16:42:33.759 INFO O| Sep 16 16:42:33.759 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92902024-09-16T16:42:35.302Z[ host-image] Sep 16 16:42:33.759 INFO O| Sep 16 16:42:33.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92912024-09-16T16:42:35.305Z[ host-image] Sep 16 16:42:33.759 INFO O| Sep 16 16:42:33.759 INFO ok!
92922024-09-16T16:42:35.305Z[ host-image] Sep 16 16:42:33.759 INFO O| Sep 16 16:42:33.759 INFO STEP 97 (ensure_file) COMPLETE
92932024-09-16T16:42:35.305Z[ host-image] Sep 16 16:42:33.759 INFO O| Sep 16 16:42:33.759 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92942024-09-16T16:42:35.312Z[ host-image] Sep 16 16:42:33.769 INFO O| Sep 16 16:42:33.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92952024-09-16T16:42:35.315Z[ host-image] Sep 16 16:42:33.769 INFO O| Sep 16 16:42:33.769 INFO copying /tmp/.tmpUveaVA/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 ...
92962024-09-16T16:42:35.315Z[ host-image] Sep 16 16:42:33.769 INFO O| Sep 16 16:42:33.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92972024-09-16T16:42:35.315Z[ host-image] Sep 16 16:42:33.769 INFO O| Sep 16 16:42:33.769 INFO ok!
92982024-09-16T16:42:35.315Z[ host-image] Sep 16 16:42:33.769 INFO O| Sep 16 16:42:33.769 INFO STEP 98 (ensure_file) COMPLETE
92992024-09-16T16:42:35.315Z[ host-image] Sep 16 16:42:33.769 INFO O| Sep 16 16:42:33.769 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93002024-09-16T16:42:35.322Z[ host-image] Sep 16 16:42:33.779 INFO O| Sep 16 16:42:33.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93012024-09-16T16:42:35.325Z[ host-image] Sep 16 16:42:33.779 INFO O| Sep 16 16:42:33.779 INFO copying /tmp/.tmpUveaVA/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 ...
93022024-09-16T16:42:35.325Z[ host-image] Sep 16 16:42:33.779 INFO O| Sep 16 16:42:33.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93032024-09-16T16:42:35.325Z[ host-image] Sep 16 16:42:33.779 INFO O| Sep 16 16:42:33.779 INFO ok!
93042024-09-16T16:42:35.325Z[ host-image] Sep 16 16:42:33.779 INFO O| Sep 16 16:42:33.779 INFO STEP 99 (ensure_file) COMPLETE
93052024-09-16T16:42:35.325Z[ host-image] Sep 16 16:42:33.779 INFO O| Sep 16 16:42:33.779 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93062024-09-16T16:42:35.332Z[ host-image] Sep 16 16:42:33.788 INFO O| Sep 16 16:42:33.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93072024-09-16T16:42:35.332Z[ host-image] Sep 16 16:42:33.788 INFO O| Sep 16 16:42:33.788 INFO copying /tmp/.tmpUveaVA/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 ...
93082024-09-16T16:42:35.334Z[ host-image] Sep 16 16:42:33.788 INFO O| Sep 16 16:42:33.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93092024-09-16T16:42:35.334Z[ host-image] Sep 16 16:42:33.788 INFO O| Sep 16 16:42:33.788 INFO ok!
93102024-09-16T16:42:35.334Z[ host-image] Sep 16 16:42:33.788 INFO O| Sep 16 16:42:33.788 INFO STEP 100 (ensure_file) COMPLETE
93112024-09-16T16:42:35.334Z[ host-image] Sep 16 16:42:33.788 INFO O| Sep 16 16:42:33.788 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93122024-09-16T16:42:35.342Z[ host-image] Sep 16 16:42:33.799 INFO O| Sep 16 16:42:33.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93132024-09-16T16:42:35.342Z[ host-image] Sep 16 16:42:33.799 INFO O| Sep 16 16:42:33.798 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93142024-09-16T16:42:35.345Z[ host-image] Sep 16 16:42:33.799 INFO O| Sep 16 16:42:33.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93152024-09-16T16:42:35.345Z[ host-image] Sep 16 16:42:33.799 INFO O| Sep 16 16:42:33.799 INFO ok!
93162024-09-16T16:42:35.345Z[ host-image] Sep 16 16:42:33.799 INFO O| Sep 16 16:42:33.799 INFO STEP 101 (ensure_file) COMPLETE
93172024-09-16T16:42:35.345Z[ host-image] Sep 16 16:42:33.799 INFO O| Sep 16 16:42:33.799 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93182024-09-16T16:42:35.352Z[ host-image] Sep 16 16:42:33.809 INFO O| Sep 16 16:42:33.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93192024-09-16T16:42:35.352Z[ host-image] Sep 16 16:42:33.809 INFO O| Sep 16 16:42:33.809 INFO copying /tmp/.tmpUveaVA/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 ...
93202024-09-16T16:42:35.355Z[ host-image] Sep 16 16:42:33.809 INFO O| Sep 16 16:42:33.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
93212024-09-16T16:42:35.355Z[ host-image] Sep 16 16:42:33.809 INFO O| Sep 16 16:42:33.809 INFO ok!
93222024-09-16T16:42:35.355Z[ host-image] Sep 16 16:42:33.809 INFO O| Sep 16 16:42:33.809 INFO STEP 102 (ensure_file) COMPLETE
93232024-09-16T16:42:35.362Z[ host-image] Sep 16 16:42:33.809 INFO O| Sep 16 16:42:33.809 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93242024-09-16T16:42:35.367Z[ host-image] Sep 16 16:42:33.819 INFO O| Sep 16 16:42:33.819 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
93252024-09-16T16:42:35.367Z[ host-image] Sep 16 16:42:33.819 INFO O| Sep 16 16:42:33.819 INFO copying /tmp/.tmpUveaVA/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 ...
93262024-09-16T16:42:35.367Z[ host-image] Sep 16 16:42:33.819 INFO O| Sep 16 16:42:33.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
93272024-09-16T16:42:35.367Z[ host-image] Sep 16 16:42:33.819 INFO O| Sep 16 16:42:33.819 INFO ok!
93282024-09-16T16:42:35.367Z[ host-image] Sep 16 16:42:33.819 INFO O| Sep 16 16:42:33.819 INFO STEP 103 (ensure_file) COMPLETE
93292024-09-16T16:42:35.367Z[ host-image] Sep 16 16:42:33.819 INFO O| Sep 16 16:42:33.819 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93302024-09-16T16:42:35.373Z[ host-image] Sep 16 16:42:33.829 INFO O| Sep 16 16:42:33.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93312024-09-16T16:42:35.376Z[ host-image] Sep 16 16:42:33.829 INFO O| Sep 16 16:42:33.829 INFO copying /tmp/.tmpUveaVA/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 ...
93322024-09-16T16:42:35.376Z[ host-image] Sep 16 16:42:33.829 INFO O| Sep 16 16:42:33.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93332024-09-16T16:42:35.376Z[ host-image] Sep 16 16:42:33.829 INFO O| Sep 16 16:42:33.829 INFO ok!
93342024-09-16T16:42:35.376Z[ host-image] Sep 16 16:42:33.829 INFO O| Sep 16 16:42:33.829 INFO STEP 104 (ensure_file) COMPLETE
93352024-09-16T16:42:35.376Z[ host-image] Sep 16 16:42:33.829 INFO O| Sep 16 16:42:33.829 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93362024-09-16T16:42:35.383Z[ host-image] Sep 16 16:42:33.839 INFO O| Sep 16 16:42:33.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93372024-09-16T16:42:35.383Z[ host-image] Sep 16 16:42:33.839 INFO O| Sep 16 16:42:33.839 INFO copying /tmp/.tmpUveaVA/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 ...
93382024-09-16T16:42:35.386Z[ host-image] Sep 16 16:42:33.839 INFO O| Sep 16 16:42:33.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93392024-09-16T16:42:35.386Z[ host-image] Sep 16 16:42:33.839 INFO O| Sep 16 16:42:33.839 INFO ok!
93402024-09-16T16:42:35.386Z[ host-image] Sep 16 16:42:33.839 INFO O| Sep 16 16:42:33.839 INFO STEP 105 (ensure_file) COMPLETE
93412024-09-16T16:42:35.386Z[ host-image] Sep 16 16:42:33.839 INFO O| Sep 16 16:42:33.839 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93422024-09-16T16:42:35.394Z[ host-image] Sep 16 16:42:33.849 INFO O| Sep 16 16:42:33.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93432024-09-16T16:42:35.394Z[ host-image] Sep 16 16:42:33.849 INFO O| Sep 16 16:42:33.849 INFO copying /tmp/.tmpUveaVA/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 ...
93442024-09-16T16:42:35.396Z[ host-image] Sep 16 16:42:33.849 INFO O| Sep 16 16:42:33.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93452024-09-16T16:42:35.397Z[ host-image] Sep 16 16:42:33.850 INFO O| Sep 16 16:42:33.849 INFO ok!
93462024-09-16T16:42:35.397Z[ host-image] Sep 16 16:42:33.850 INFO O| Sep 16 16:42:33.849 INFO STEP 106 (ensure_file) COMPLETE
93472024-09-16T16:42:35.397Z[ host-image] Sep 16 16:42:33.850 INFO O| Sep 16 16:42:33.849 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-09-16T16:42:35.403Z[ host-image] Sep 16 16:42:33.859 INFO O| Sep 16 16:42:33.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93492024-09-16T16:42:35.403Z[ host-image] Sep 16 16:42:33.859 INFO O| Sep 16 16:42:33.859 INFO copying /tmp/.tmpUveaVA/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 ...
93502024-09-16T16:42:35.405Z[ host-image] Sep 16 16:42:33.859 INFO O| Sep 16 16:42:33.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93512024-09-16T16:42:35.405Z[ host-image] Sep 16 16:42:33.859 INFO O| Sep 16 16:42:33.859 INFO ok!
93522024-09-16T16:42:35.405Z[ host-image] Sep 16 16:42:33.859 INFO O| Sep 16 16:42:33.859 INFO STEP 107 (ensure_file) COMPLETE
93532024-09-16T16:42:35.406Z[ host-image] Sep 16 16:42:33.859 INFO O| Sep 16 16:42:33.859 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93542024-09-16T16:42:35.413Z[ host-image] Sep 16 16:42:33.870 INFO O| Sep 16 16:42:33.869 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93552024-09-16T16:42:35.413Z[ host-image] Sep 16 16:42:33.870 INFO O| Sep 16 16:42:33.870 INFO copying /tmp/.tmpUveaVA/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 ...
93562024-09-16T16:42:35.416Z[ host-image] Sep 16 16:42:33.870 INFO O| Sep 16 16:42:33.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93572024-09-16T16:42:35.416Z[ host-image] Sep 16 16:42:33.870 INFO O| Sep 16 16:42:33.870 INFO ok!
93582024-09-16T16:42:35.416Z[ host-image] Sep 16 16:42:33.870 INFO O| Sep 16 16:42:33.870 INFO STEP 108 (ensure_file) COMPLETE
93592024-09-16T16:42:35.416Z[ host-image] Sep 16 16:42:33.870 INFO O| Sep 16 16:42:33.870 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93602024-09-16T16:42:35.426Z[ host-image] Sep 16 16:42:33.882 INFO O| Sep 16 16:42:33.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93612024-09-16T16:42:35.426Z[ host-image] Sep 16 16:42:33.883 INFO O| Sep 16 16:42:33.882 INFO copying /tmp/.tmpUveaVA/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 ...
93622024-09-16T16:42:35.429Z[ host-image] Sep 16 16:42:33.883 INFO O| Sep 16 16:42:33.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93632024-09-16T16:42:35.429Z[ host-image] Sep 16 16:42:33.883 INFO O| Sep 16 16:42:33.883 INFO ok!
93642024-09-16T16:42:35.429Z[ host-image] Sep 16 16:42:33.883 INFO O| Sep 16 16:42:33.883 INFO STEP 109 (ensure_file) COMPLETE
93652024-09-16T16:42:35.429Z[ host-image] Sep 16 16:42:33.883 INFO O| Sep 16 16:42:33.883 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-09-16T16:42:35.437Z[ host-image] Sep 16 16:42:33.893 INFO O| Sep 16 16:42:33.893 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93672024-09-16T16:42:35.437Z[ host-image] Sep 16 16:42:33.893 INFO O| Sep 16 16:42:33.893 INFO copying /tmp/.tmpUveaVA/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 ...
93682024-09-16T16:42:35.446Z[ host-image] Sep 16 16:42:33.893 INFO O| Sep 16 16:42:33.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93692024-09-16T16:42:35.446Z[ host-image] Sep 16 16:42:33.893 INFO O| Sep 16 16:42:33.893 INFO ok!
93702024-09-16T16:42:35.446Z[ host-image] Sep 16 16:42:33.893 INFO O| Sep 16 16:42:33.893 INFO STEP 110 (ensure_file) COMPLETE
93712024-09-16T16:42:35.446Z[ host-image] Sep 16 16:42:33.893 INFO O| Sep 16 16:42:33.893 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93722024-09-16T16:42:35.450Z[ host-image] Sep 16 16:42:33.903 INFO O| Sep 16 16:42:33.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93732024-09-16T16:42:35.450Z[ host-image] Sep 16 16:42:33.903 INFO O| Sep 16 16:42:33.903 INFO copying /tmp/.tmpUveaVA/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 ...
93742024-09-16T16:42:35.450Z[ host-image] Sep 16 16:42:33.903 INFO O| Sep 16 16:42:33.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93752024-09-16T16:42:35.450Z[ host-image] Sep 16 16:42:33.903 INFO O| Sep 16 16:42:33.903 INFO ok!
93762024-09-16T16:42:35.450Z[ host-image] Sep 16 16:42:33.903 INFO O| Sep 16 16:42:33.903 INFO STEP 111 (ensure_file) COMPLETE
93772024-09-16T16:42:35.450Z[ host-image] Sep 16 16:42:33.903 INFO O| Sep 16 16:42:33.903 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93782024-09-16T16:42:35.456Z[ host-image] Sep 16 16:42:33.912 INFO O| Sep 16 16:42:33.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93792024-09-16T16:42:35.456Z[ host-image] Sep 16 16:42:33.912 INFO O| Sep 16 16:42:33.912 INFO copying /tmp/.tmpUveaVA/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 ...
93802024-09-16T16:42:35.459Z[ host-image] Sep 16 16:42:33.913 INFO O| Sep 16 16:42:33.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93812024-09-16T16:42:35.459Z[ host-image] Sep 16 16:42:33.913 INFO O| Sep 16 16:42:33.913 INFO ok!
93822024-09-16T16:42:35.459Z[ host-image] Sep 16 16:42:33.913 INFO O| Sep 16 16:42:33.913 INFO STEP 112 (ensure_file) COMPLETE
93832024-09-16T16:42:35.459Z[ host-image] Sep 16 16:42:33.913 INFO O| Sep 16 16:42:33.913 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93842024-09-16T16:42:35.466Z[ host-image] Sep 16 16:42:33.922 INFO O| Sep 16 16:42:33.922 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93852024-09-16T16:42:35.469Z[ host-image] Sep 16 16:42:33.922 INFO O| Sep 16 16:42:33.922 INFO copying /tmp/.tmpUveaVA/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 ...
93862024-09-16T16:42:35.469Z[ host-image] Sep 16 16:42:33.923 INFO O| Sep 16 16:42:33.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93872024-09-16T16:42:35.469Z[ host-image] Sep 16 16:42:33.923 INFO O| Sep 16 16:42:33.923 INFO ok!
93882024-09-16T16:42:35.469Z[ host-image] Sep 16 16:42:33.923 INFO O| Sep 16 16:42:33.923 INFO STEP 113 (ensure_file) COMPLETE
93892024-09-16T16:42:35.469Z[ host-image] Sep 16 16:42:33.923 INFO O| Sep 16 16:42:33.923 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-09-16T16:42:35.478Z[ host-image] Sep 16 16:42:33.934 INFO O| Sep 16 16:42:33.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93912024-09-16T16:42:35.481Z[ host-image] Sep 16 16:42:33.934 INFO O| Sep 16 16:42:33.934 INFO copying /tmp/.tmpUveaVA/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 ...
93922024-09-16T16:42:35.481Z[ host-image] Sep 16 16:42:33.934 INFO O| Sep 16 16:42:33.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93932024-09-16T16:42:35.481Z[ host-image] Sep 16 16:42:33.934 INFO O| Sep 16 16:42:33.934 INFO ok!
93942024-09-16T16:42:35.481Z[ host-image] Sep 16 16:42:33.934 INFO O| Sep 16 16:42:33.934 INFO STEP 114 (ensure_file) COMPLETE
93952024-09-16T16:42:35.481Z[ host-image] Sep 16 16:42:33.934 INFO O| Sep 16 16:42:33.934 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-09-16T16:42:35.488Z[ host-image] Sep 16 16:42:33.945 INFO O| Sep 16 16:42:33.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93972024-09-16T16:42:35.488Z[ host-image] Sep 16 16:42:33.945 INFO O| Sep 16 16:42:33.945 INFO copying /tmp/.tmpUveaVA/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 ...
93982024-09-16T16:42:35.491Z[ host-image] Sep 16 16:42:33.945 INFO O| Sep 16 16:42:33.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93992024-09-16T16:42:35.491Z[ host-image] Sep 16 16:42:33.945 INFO O| Sep 16 16:42:33.945 INFO ok!
94002024-09-16T16:42:35.491Z[ host-image] Sep 16 16:42:33.945 INFO O| Sep 16 16:42:33.945 INFO STEP 115 (ensure_file) COMPLETE
94012024-09-16T16:42:35.491Z[ host-image] Sep 16 16:42:33.945 INFO O| Sep 16 16:42:33.945 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-09-16T16:42:35.498Z[ host-image] Sep 16 16:42:33.955 INFO O| Sep 16 16:42:33.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94032024-09-16T16:42:35.498Z[ host-image] Sep 16 16:42:33.955 INFO O| Sep 16 16:42:33.955 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94042024-09-16T16:42:35.501Z[ host-image] Sep 16 16:42:33.955 INFO O| Sep 16 16:42:33.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94052024-09-16T16:42:35.501Z[ host-image] Sep 16 16:42:33.955 INFO O| Sep 16 16:42:33.955 INFO ok!
94062024-09-16T16:42:35.501Z[ host-image] Sep 16 16:42:33.955 INFO O| Sep 16 16:42:33.955 INFO STEP 116 (ensure_file) COMPLETE
94072024-09-16T16:42:35.502Z[ host-image] Sep 16 16:42:33.955 INFO O| Sep 16 16:42:33.955 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-09-16T16:42:35.511Z[ host-image] Sep 16 16:42:33.967 INFO O| Sep 16 16:42:33.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94092024-09-16T16:42:35.513Z[ host-image] Sep 16 16:42:33.967 INFO O| Sep 16 16:42:33.967 INFO copying /tmp/.tmpUveaVA/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 ...
94102024-09-16T16:42:35.513Z[ host-image] Sep 16 16:42:33.967 INFO O| Sep 16 16:42:33.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94112024-09-16T16:42:35.513Z[ host-image] Sep 16 16:42:33.967 INFO O| Sep 16 16:42:33.967 INFO ok!
94122024-09-16T16:42:35.513Z[ host-image] Sep 16 16:42:33.967 INFO O| Sep 16 16:42:33.967 INFO STEP 117 (ensure_file) COMPLETE
94132024-09-16T16:42:35.513Z[ host-image] Sep 16 16:42:33.967 INFO O| Sep 16 16:42:33.967 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94142024-09-16T16:42:35.521Z[ host-image] Sep 16 16:42:33.977 INFO O| Sep 16 16:42:33.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94152024-09-16T16:42:35.521Z[ host-image] Sep 16 16:42:33.977 INFO O| Sep 16 16:42:33.977 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94162024-09-16T16:42:35.523Z[ host-image] Sep 16 16:42:33.977 INFO O| Sep 16 16:42:33.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94172024-09-16T16:42:35.523Z[ host-image] Sep 16 16:42:33.977 INFO O| Sep 16 16:42:33.977 INFO ok!
94182024-09-16T16:42:35.523Z[ host-image] Sep 16 16:42:33.977 INFO O| Sep 16 16:42:33.977 INFO STEP 118 (ensure_file) COMPLETE
94192024-09-16T16:42:35.523Z[ host-image] Sep 16 16:42:33.977 INFO O| Sep 16 16:42:33.977 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-09-16T16:42:35.531Z[ host-image] Sep 16 16:42:33.987 INFO O| Sep 16 16:42:33.987 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
94212024-09-16T16:42:35.531Z[ host-image] Sep 16 16:42:33.987 INFO O| Sep 16 16:42:33.987 INFO copying /tmp/.tmpUveaVA/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
94222024-09-16T16:42:38.396Z[ recovery-image] Sep 16 16:42:36.852 INFO E| Compiling bitflags v1.3.2
94232024-09-16T16:42:38.397Z[ recovery-image] Sep 16 16:42:36.852 INFO E| Compiling plain v0.2.3
94242024-09-16T16:42:38.397Z[ recovery-image] Sep 16 16:42:36.852 INFO E| Compiling scroll v0.12.0
94252024-09-16T16:42:38.399Z[ recovery-image] Sep 16 16:42:36.852 INFO E| Compiling bit_field v0.10.2
94262024-09-16T16:42:38.399Z[ recovery-image] Sep 16 16:42:36.852 INFO E| Compiling adler v1.0.2
94272024-09-16T16:42:38.399Z[ recovery-image] Sep 16 16:42:36.852 INFO E| Compiling log v0.4.22
94282024-09-16T16:42:38.399Z[ recovery-image] Sep 16 16:42:36.852 INFO E| Compiling static_assertions v1.1.0
94292024-09-16T16:42:38.498Z[ recovery-image] Sep 16 16:42:36.954 INFO E| Compiling raw-cpuid v10.7.0
94302024-09-16T16:42:38.505Z[ recovery-image] Sep 16 16:42:36.961 INFO E| Compiling cpio_reader v0.1.1
94312024-09-16T16:42:38.570Z[ recovery-image] Sep 16 16:42:37.026 INFO E| Compiling miniz_oxide v0.7.4
94322024-09-16T16:42:38.703Z[ recovery-image] Sep 16 16:42:37.158 INFO E| Compiling bitstruct v0.1.1
94332024-09-16T16:42:38.987Z[ recovery-image] Sep 16 16:42:37.442 INFO E| Compiling goblin v0.8.2
94342024-09-16T16:42:41.962Z[ host-image] Sep 16 16:42:40.418 INFO O| Sep 16 16:42:40.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94352024-09-16T16:42:41.963Z[ host-image] Sep 16 16:42:40.418 INFO O| Sep 16 16:42:40.417 INFO ok!
94362024-09-16T16:42:41.965Z[ host-image] Sep 16 16:42:40.418 INFO O| Sep 16 16:42:40.418 INFO STEP 119 (ensure_file) COMPLETE
94372024-09-16T16:42:41.966Z[ host-image] Sep 16 16:42:40.418 INFO O| Sep 16 16:42:40.418 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-09-16T16:42:41.981Z[ host-image] Sep 16 16:42:40.436 INFO O| Sep 16 16:42:40.436 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94392024-09-16T16:42:41.981Z[ host-image] Sep 16 16:42:40.436 INFO O| Sep 16 16:42:40.436 INFO STEP 120 (ensure_dir) COMPLETE
94402024-09-16T16:42:41.984Z[ host-image] Sep 16 16:42:40.436 INFO O| Sep 16 16:42:40.436 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94412024-09-16T16:42:42.010Z[ host-image] Sep 16 16:42:40.464 INFO O| Sep 16 16:42:40.464 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94422024-09-16T16:42:42.010Z[ host-image] Sep 16 16:42:40.464 INFO O| Sep 16 16:42:40.464 INFO STEP 121 (ensure_dir) COMPLETE
94432024-09-16T16:42:42.012Z[ host-image] Sep 16 16:42:40.464 INFO O| Sep 16 16:42:40.464 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-09-16T16:42:42.028Z[ host-image] Sep 16 16:42:40.483 INFO O| Sep 16 16:42:40.483 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94452024-09-16T16:42:42.028Z[ host-image] Sep 16 16:42:40.483 INFO O| Sep 16 16:42:40.483 INFO STEP 122 (ensure_dir) COMPLETE
94462024-09-16T16:42:42.028Z[ host-image] Sep 16 16:42:40.483 INFO O| Sep 16 16:42:40.483 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94472024-09-16T16:42:42.046Z[ host-image] Sep 16 16:42:40.501 INFO O| Sep 16 16:42:40.501 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94482024-09-16T16:42:42.049Z[ host-image] Sep 16 16:42:40.502 INFO O| Sep 16 16:42:40.501 INFO STEP 123 (ensure_dir) COMPLETE
94492024-09-16T16:42:42.049Z[ host-image] Sep 16 16:42:40.502 INFO O| Sep 16 16:42:40.501 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-09-16T16:42:42.065Z[ host-image] Sep 16 16:42:40.520 INFO O| Sep 16 16:42:40.520 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94512024-09-16T16:42:42.068Z[ host-image] Sep 16 16:42:40.520 INFO O| Sep 16 16:42:40.520 INFO copying /tmp/.tmpUveaVA/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 ...
94522024-09-16T16:42:42.068Z[ host-image] Sep 16 16:42:40.520 INFO O| Sep 16 16:42:40.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94532024-09-16T16:42:42.068Z[ host-image] Sep 16 16:42:40.520 INFO O| Sep 16 16:42:40.520 INFO ok!
94542024-09-16T16:42:42.068Z[ host-image] Sep 16 16:42:40.520 INFO O| Sep 16 16:42:40.520 INFO STEP 124 (ensure_file) COMPLETE
94552024-09-16T16:42:42.068Z[ host-image] Sep 16 16:42:40.520 INFO O| Sep 16 16:42:40.520 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562024-09-16T16:42:42.084Z[ host-image] Sep 16 16:42:40.539 INFO O| Sep 16 16:42:40.539 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94572024-09-16T16:42:42.084Z[ host-image] Sep 16 16:42:40.539 INFO O| Sep 16 16:42:40.539 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94582024-09-16T16:42:42.084Z[ host-image] Sep 16 16:42:40.539 INFO O| Sep 16 16:42:40.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94592024-09-16T16:42:42.088Z[ host-image] Sep 16 16:42:40.539 INFO O| Sep 16 16:42:40.539 INFO STEP 125 (ensure_dir) COMPLETE
94602024-09-16T16:42:42.088Z[ host-image] Sep 16 16:42:40.539 INFO O| Sep 16 16:42:40.539 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612024-09-16T16:42:42.127Z[ host-image] Sep 16 16:42:40.582 INFO O| Sep 16 16:42:40.582 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94622024-09-16T16:42:42.127Z[ host-image] Sep 16 16:42:40.582 INFO O| Sep 16 16:42:40.582 INFO copying /tmp/.tmpUveaVA/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94632024-09-16T16:42:42.127Z[ host-image] Sep 16 16:42:40.582 INFO O| Sep 16 16:42:40.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94642024-09-16T16:42:42.130Z[ host-image] Sep 16 16:42:40.582 INFO O| Sep 16 16:42:40.582 INFO ok!
94652024-09-16T16:42:42.130Z[ host-image] Sep 16 16:42:40.582 INFO O| Sep 16 16:42:40.582 INFO STEP 126 (ensure_file) COMPLETE
94662024-09-16T16:42:42.130Z[ host-image] Sep 16 16:42:40.582 INFO O| Sep 16 16:42:40.582 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94672024-09-16T16:42:42.162Z[ host-image] Sep 16 16:42:40.617 INFO O| Sep 16 16:42:40.617 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94682024-09-16T16:42:42.165Z[ host-image] Sep 16 16:42:40.617 INFO O| Sep 16 16:42:40.617 INFO STEP 127 (remove_files) COMPLETE
94692024-09-16T16:42:42.165Z[ host-image] Sep 16 16:42:40.618 INFO O| Sep 16 16:42:40.618 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94702024-09-16T16:42:42.185Z[ host-image] Sep 16 16:42:40.640 INFO O| Sep 16 16:42:40.640 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94712024-09-16T16:42:42.187Z[ host-image] Sep 16 16:42:40.640 INFO O| Sep 16 16:42:40.640 INFO STEP 128 (remove_files) COMPLETE
94722024-09-16T16:42:42.187Z[ host-image] Sep 16 16:42:40.640 INFO O| Sep 16 16:42:40.640 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94732024-09-16T16:42:42.206Z[ host-image] Sep 16 16:42:40.661 INFO O| Sep 16 16:42:40.661 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94742024-09-16T16:42:42.208Z[ host-image] Sep 16 16:42:40.661 INFO O| Sep 16 16:42:40.661 INFO STEP 129 (remove_files) COMPLETE
94752024-09-16T16:42:42.209Z[ host-image] Sep 16 16:42:40.661 INFO O| Sep 16 16:42:40.661 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94762024-09-16T16:42:42.239Z[ host-image] Sep 16 16:42:40.694 INFO O| Sep 16 16:42:40.694 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94772024-09-16T16:42:42.241Z[ host-image] Sep 16 16:42:40.694 INFO O| Sep 16 16:42:40.694 INFO STEP 130 (remove_files) COMPLETE
94782024-09-16T16:42:42.241Z[ host-image] Sep 16 16:42:40.694 INFO O| Sep 16 16:42:40.694 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94792024-09-16T16:42:42.269Z[ host-image] Sep 16 16:42:40.725 INFO O| Sep 16 16:42:40.724 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94802024-09-16T16:42:42.272Z[ host-image] Sep 16 16:42:40.725 INFO O| Sep 16 16:42:40.725 INFO STEP 131 (remove_files) COMPLETE
94812024-09-16T16:42:42.272Z[ host-image] Sep 16 16:42:40.725 INFO O| Sep 16 16:42:40.725 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94822024-09-16T16:42:42.317Z[ host-image] Sep 16 16:42:40.772 INFO O| Sep 16 16:42:40.771 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94832024-09-16T16:42:42.320Z[ host-image] Sep 16 16:42:40.772 INFO O| Sep 16 16:42:40.772 INFO STEP 132 (remove_files) COMPLETE
94842024-09-16T16:42:42.320Z[ host-image] Sep 16 16:42:40.772 INFO O| Sep 16 16:42:40.772 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94852024-09-16T16:42:42.334Z[ host-image] Sep 16 16:42:40.789 INFO O| Sep 16 16:42:40.789 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94862024-09-16T16:42:42.337Z[ host-image] Sep 16 16:42:40.789 INFO O| Sep 16 16:42:40.789 INFO STEP 133 (remove_files) COMPLETE
94872024-09-16T16:42:42.337Z[ host-image] Sep 16 16:42:40.790 INFO O| Sep 16 16:42:40.789 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94882024-09-16T16:42:42.351Z[ host-image] Sep 16 16:42:40.806 INFO O| Sep 16 16:42:40.806 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94892024-09-16T16:42:42.354Z[ host-image] Sep 16 16:42:40.806 INFO O| Sep 16 16:42:40.806 INFO STEP 134 (remove_files) COMPLETE
94902024-09-16T16:42:42.354Z[ host-image] Sep 16 16:42:40.807 INFO O| Sep 16 16:42:40.806 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94912024-09-16T16:42:42.368Z[ host-image] Sep 16 16:42:40.823 INFO O| Sep 16 16:42:40.823 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94922024-09-16T16:42:42.370Z[ host-image] Sep 16 16:42:40.823 INFO O| Sep 16 16:42:40.823 INFO STEP 135 (remove_files) COMPLETE
94932024-09-16T16:42:42.370Z[ host-image] Sep 16 16:42:40.823 INFO O| Sep 16 16:42:40.823 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94942024-09-16T16:42:42.386Z[ host-image] Sep 16 16:42:40.841 INFO O| Sep 16 16:42:40.841 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94952024-09-16T16:42:42.388Z[ host-image] Sep 16 16:42:40.841 INFO O| Sep 16 16:42:40.841 INFO STEP 136 (remove_files) COMPLETE
94962024-09-16T16:42:42.388Z[ host-image] Sep 16 16:42:40.841 INFO O| Sep 16 16:42:40.841 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94972024-09-16T16:42:42.404Z[ host-image] Sep 16 16:42:40.859 INFO O| Sep 16 16:42:40.859 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94982024-09-16T16:42:42.406Z[ host-image] Sep 16 16:42:40.859 INFO O| Sep 16 16:42:40.859 INFO STEP 137 (remove_files) COMPLETE
94992024-09-16T16:42:42.406Z[ host-image] Sep 16 16:42:40.859 INFO O| Sep 16 16:42:40.859 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95002024-09-16T16:42:42.422Z[ host-image] Sep 16 16:42:40.877 INFO O| Sep 16 16:42:40.877 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95012024-09-16T16:42:42.425Z[ host-image] Sep 16 16:42:40.877 INFO O| Sep 16 16:42:40.877 INFO STEP 138 (remove_files) COMPLETE
95022024-09-16T16:42:42.425Z[ host-image] Sep 16 16:42:40.877 INFO O| Sep 16 16:42:40.877 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95032024-09-16T16:42:42.436Z[ host-image] Sep 16 16:42:40.892 INFO O| Sep 16 16:42:40.891 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95042024-09-16T16:42:42.436Z[ host-image] Sep 16 16:42:40.892 INFO O| Sep 16 16:42:40.892 INFO STEP 139 (remove_files) COMPLETE
95052024-09-16T16:42:42.439Z[ host-image] Sep 16 16:42:40.892 INFO O| Sep 16 16:42:40.892 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95062024-09-16T16:42:42.447Z[ host-image] Sep 16 16:42:40.902 INFO O| Sep 16 16:42:40.902 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95072024-09-16T16:42:42.447Z[ host-image] Sep 16 16:42:40.903 INFO O| Sep 16 16:42:40.903 INFO STEP 140 (remove_files) COMPLETE
95082024-09-16T16:42:42.447Z[ host-image] Sep 16 16:42:40.903 INFO O| Sep 16 16:42:40.903 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95092024-09-16T16:42:42.458Z[ host-image] Sep 16 16:42:40.913 INFO O| Sep 16 16:42:40.913 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95102024-09-16T16:42:42.460Z[ host-image] Sep 16 16:42:40.913 INFO O| Sep 16 16:42:40.913 INFO STEP 141 (remove_files) COMPLETE
95112024-09-16T16:42:42.460Z[ host-image] Sep 16 16:42:40.913 INFO O| Sep 16 16:42:40.913 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95122024-09-16T16:42:42.468Z[ host-image] Sep 16 16:42:40.923 INFO O| Sep 16 16:42:40.923 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95132024-09-16T16:42:42.471Z[ host-image] Sep 16 16:42:40.923 INFO O| Sep 16 16:42:40.923 INFO STEP 142 (remove_files) COMPLETE
95142024-09-16T16:42:42.471Z[ host-image] Sep 16 16:42:40.923 INFO O| Sep 16 16:42:40.923 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95152024-09-16T16:42:42.478Z[ host-image] Sep 16 16:42:40.933 INFO O| Sep 16 16:42:40.933 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95162024-09-16T16:42:42.481Z[ host-image] Sep 16 16:42:40.934 INFO O| Sep 16 16:42:40.934 INFO STEP 143 (remove_files) COMPLETE
95172024-09-16T16:42:42.481Z[ host-image] Sep 16 16:42:40.934 INFO O| Sep 16 16:42:40.934 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95182024-09-16T16:42:42.493Z[ host-image] Sep 16 16:42:40.948 INFO O| Sep 16 16:42:40.948 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95192024-09-16T16:42:42.493Z[ host-image] Sep 16 16:42:40.948 INFO O| Sep 16 16:42:40.948 INFO STEP 144 (remove_files) COMPLETE
95202024-09-16T16:42:42.495Z[ host-image] Sep 16 16:42:40.948 INFO O| Sep 16 16:42:40.948 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95212024-09-16T16:42:42.507Z[ host-image] Sep 16 16:42:40.962 INFO O| Sep 16 16:42:40.962 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95222024-09-16T16:42:42.507Z[ host-image] Sep 16 16:42:40.962 INFO O| Sep 16 16:42:40.962 INFO STEP 145 (remove_files) COMPLETE
95232024-09-16T16:42:42.509Z[ host-image] Sep 16 16:42:40.962 INFO O| Sep 16 16:42:40.962 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95242024-09-16T16:42:42.520Z[ host-image] Sep 16 16:42:40.976 INFO O| Sep 16 16:42:40.976 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95252024-09-16T16:42:42.520Z[ host-image] Sep 16 16:42:40.976 INFO O| Sep 16 16:42:40.976 INFO STEP 146 (remove_files) COMPLETE
95262024-09-16T16:42:42.523Z[ host-image] Sep 16 16:42:40.976 INFO O| Sep 16 16:42:40.976 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95272024-09-16T16:42:42.534Z[ host-image] Sep 16 16:42:40.989 INFO O| Sep 16 16:42:40.989 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95282024-09-16T16:42:42.534Z[ host-image] Sep 16 16:42:40.989 INFO O| Sep 16 16:42:40.989 INFO STEP 147 (remove_files) COMPLETE
95292024-09-16T16:42:42.537Z[ host-image] Sep 16 16:42:40.989 INFO O| Sep 16 16:42:40.989 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95302024-09-16T16:42:42.549Z[ host-image] Sep 16 16:42:41.004 INFO O| Sep 16 16:42:41.004 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95312024-09-16T16:42:42.549Z[ host-image] Sep 16 16:42:41.005 INFO O| Sep 16 16:42:41.005 INFO STEP 148 (remove_files) COMPLETE
95322024-09-16T16:42:42.552Z[ host-image] Sep 16 16:42:41.005 INFO O| Sep 16 16:42:41.005 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95332024-09-16T16:42:42.565Z[ host-image] Sep 16 16:42:41.020 INFO O| Sep 16 16:42:41.020 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95342024-09-16T16:42:42.565Z[ host-image] Sep 16 16:42:41.020 INFO O| Sep 16 16:42:41.020 INFO STEP 149 (remove_files) COMPLETE
95352024-09-16T16:42:42.567Z[ host-image] Sep 16 16:42:41.020 INFO O| Sep 16 16:42:41.020 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95362024-09-16T16:42:42.576Z[ host-image] Sep 16 16:42:41.031 INFO O| Sep 16 16:42:41.031 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95372024-09-16T16:42:42.576Z[ host-image] Sep 16 16:42:41.031 INFO O| Sep 16 16:42:41.031 INFO STEP 150 (remove_files) COMPLETE
95382024-09-16T16:42:42.578Z[ host-image] Sep 16 16:42:41.031 INFO O| Sep 16 16:42:41.031 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95392024-09-16T16:42:42.592Z[ host-image] Sep 16 16:42:41.047 INFO O| Sep 16 16:42:41.047 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95402024-09-16T16:42:42.592Z[ host-image] Sep 16 16:42:41.047 INFO O| Sep 16 16:42:41.047 INFO STEP 151 (remove_files) COMPLETE
95412024-09-16T16:42:42.594Z[ host-image] Sep 16 16:42:41.047 INFO O| Sep 16 16:42:41.047 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95422024-09-16T16:42:42.607Z[ host-image] Sep 16 16:42:41.062 INFO O| Sep 16 16:42:41.062 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95432024-09-16T16:42:42.607Z[ host-image] Sep 16 16:42:41.062 INFO O| Sep 16 16:42:41.062 INFO STEP 152 (remove_files) COMPLETE
95442024-09-16T16:42:42.607Z[ host-image] Sep 16 16:42:41.062 INFO O| Sep 16 16:42:41.062 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95452024-09-16T16:42:42.618Z[ host-image] Sep 16 16:42:41.073 INFO O| Sep 16 16:42:41.073 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95462024-09-16T16:42:42.620Z[ host-image] Sep 16 16:42:41.073 INFO O| Sep 16 16:42:41.073 INFO STEP 153 (remove_files) COMPLETE
95472024-09-16T16:42:42.620Z[ host-image] Sep 16 16:42:41.073 INFO O| Sep 16 16:42:41.073 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95482024-09-16T16:42:42.629Z[ host-image] Sep 16 16:42:41.084 INFO O| Sep 16 16:42:41.084 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95492024-09-16T16:42:42.629Z[ host-image] Sep 16 16:42:41.084 INFO O| Sep 16 16:42:41.084 INFO STEP 154 (remove_files) COMPLETE
95502024-09-16T16:42:42.629Z[ host-image] Sep 16 16:42:41.084 INFO O| Sep 16 16:42:41.084 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95512024-09-16T16:42:42.639Z[ host-image] Sep 16 16:42:41.094 INFO O| Sep 16 16:42:41.094 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95522024-09-16T16:42:42.642Z[ host-image] Sep 16 16:42:41.094 INFO O| Sep 16 16:42:41.094 INFO STEP 155 (remove_files) COMPLETE
95532024-09-16T16:42:42.642Z[ host-image] Sep 16 16:42:41.094 INFO O| Sep 16 16:42:41.094 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95542024-09-16T16:42:42.654Z[ host-image] Sep 16 16:42:41.109 INFO O| Sep 16 16:42:41.109 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95552024-09-16T16:42:42.654Z[ host-image] Sep 16 16:42:41.109 INFO O| Sep 16 16:42:41.109 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
95562024-09-16T16:42:46.179Z[ recovery-image] Sep 16 16:42:44.634 INFO E| Finished `release` profile [optimized] target(s) in 41.46s
95572024-09-16T16:42:46.199Z[ recovery-image] Sep 16 16:42:44.654 INFO building host image...
95582024-09-16T16:42:46.202Z[ recovery-image] Sep 16 16:42:44.654 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")
95592024-09-16T16:42:46.634Z[ recovery-image] Sep 16 16:42:45.088 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95602024-09-16T16:42:48.069Z[ recovery-image] Sep 16 16:42:46.523 INFO image complete! materials are in "/work/os-recovery"
95612024-09-16T16:42:48.076Z[ recovery-image]
95622024-09-16T16:42:48.076Z[ recovery-image] real 7:33.837435321
95632024-09-16T16:42:48.076Z[ recovery-image] user 4:47.210583338
95642024-09-16T16:42:48.076Z[ recovery-image] sys 55.349718094
95652024-09-16T16:42:48.076Z[ recovery-image] trap 0.284246731
95662024-09-16T16:42:48.076Z[ recovery-image] tflt 0.280147845
95672024-09-16T16:42:48.076Z[ recovery-image] dflt 1.223259715
95682024-09-16T16:42:48.076Z[ recovery-image] kflt 0.000221171
95692024-09-16T16:42:48.076Z[ recovery-image] lock 9:02.735233626
95702024-09-16T16:42:48.076Z[ recovery-image] slp 45:22.864143008
95712024-09-16T16:42:48.076Z[ recovery-image] lat 2:13.818032205
95722024-09-16T16:42:48.076Z[ recovery-image] stop 3.207520543
95732024-09-16T16:42:48.076ZSep 16 16:42:46.527 INFO [recovery-image] process exited with exit status: 0 (453.853848703s)
95742024-09-16T16:42:50.638Z[ host-image] Sep 16 16:42:49.092 INFO O| Sep 16 16:42:49.091 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
95752024-09-16T16:42:50.641Z[ host-image] Sep 16 16:42:49.092 INFO O| Sep 16 16:42:49.092 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95762024-09-16T16:42:50.652Z[ host-image] Sep 16 16:42:49.106 INFO O| Sep 16 16:42:49.106 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_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"}
95772024-09-16T16:42:50.728Z[ host-image] Sep 16 16:42:49.182 INFO O| Sep 16 16:42:49.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95782024-09-16T16:42:50.728Z[ host-image] Sep 16 16:42:49.182 INFO O| Sep 16 16:42:49.182 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95792024-09-16T16:42:50.731Z[ host-image] Sep 16 16:42:49.184 INFO O| Sep 16 16:42:49.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95802024-09-16T16:42:50.731Z[ host-image] Sep 16 16:42:49.184 INFO O| Sep 16 16:42:49.184 INFO ok!
95812024-09-16T16:42:50.731Z[ host-image] Sep 16 16:42:49.184 INFO O| Sep 16 16:42:49.184 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95822024-09-16T16:42:50.731Z[ host-image] Sep 16 16:42:49.184 INFO O| Sep 16 16:42:49.184 INFO STEP 156 (seed_smf) COMPLETE
95832024-09-16T16:42:50.731Z[ host-image] Sep 16 16:42:49.184 INFO O| Sep 16 16:42:49.184 INFO steps complete; finalising image!
95842024-09-16T16:42:50.731Z[ host-image] Sep 16 16:42:49.184 INFO O| Sep 16 16:42:49.184 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95852024-09-16T16:42:50.869Z[ host-image] Sep 16 16:42:49.321 INFO O| Sep 16 16:42:49.321 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Sep 16 16:42:49 2024)
95862024-09-16T16:42:51.088Z[ host-image] Sep 16 16:42:49.542 INFO O| Sep 16 16:42:49.542 INFO temporary pool has 674M used, 158M avail, 1.87x compressratio
95872024-09-16T16:42:51.089Z[ host-image] Sep 16 16:42:49.542 INFO O| Sep 16 16:42:49.542 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95882024-09-16T16:42:51.354Z[ host-image] Sep 16 16:42:49.808 INFO O| Sep 16 16:42:49.808 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95892024-09-16T16:42:51.354Z[ host-image] Sep 16 16:42:49.808 INFO O| Sep 16 16:42:49.808 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95902024-09-16T16:42:52.407Z[ host-image] Sep 16 16:42:50.861 INFO O| Sep 16 16:42:50.861 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95912024-09-16T16:42:52.408Z[ host-image] Sep 16 16:42:50.861 INFO O| Sep 16 16:42:50.861 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95922024-09-16T16:42:52.410Z[ host-image] Sep 16 16:42:50.861 INFO O| Sep 16 16:42:50.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95932024-09-16T16:42:52.410Z[ host-image] Sep 16 16:42:50.861 INFO O| Sep 16 16:42:50.861 INFO completed processing gimlet/zfs
95942024-09-16T16:42:52.410Z[ host-image] Sep 16 16:42:50.861 INFO O| Sep 16 16:42:50.861 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95952024-09-16T16:42:58.983Z[ host-image] Sep 16 16:42:57.435 INFO O| Sep 16 16:42:57.435 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95962024-09-16T16:42:59.067Z[ host-image] Sep 16 16:42:57.520 INFO BUILD STRING "heads/stlouis-0-g84ef9e5979\n"
95972024-09-16T16:42:59.067Z[ host-image] Sep 16 16:42:57.520 INFO expanded image name: "ci 7c58ebc/${os_short_commit} 2024-09-16 16:13" -> "ci 7c58ebc/84ef9e5 2024-09-16 16:13"
95982024-09-16T16:42:59.070Z[ host-image] Sep 16 16:42:57.520 INFO output artefacts stored in: "/work/os-host"
95992024-09-16T16:42:59.070Z[ host-image] Sep 16 16:42:57.520 INFO collecting git info from project "chelsio-t6-roms"...
96002024-09-16T16:42:59.073Z[ host-image] Sep 16 16:42:57.525 INFO collecting git info from project "amd-host-image-builder"...
96012024-09-16T16:42:59.087Z[ host-image] Sep 16 16:42:57.538 INFO collecting git info from project "phbl"...
96022024-09-16T16:42:59.090Z[ host-image] Sep 16 16:42:57.542 INFO collecting git info from project "amd-firmware"...
96032024-09-16T16:42:59.099Z[ host-image] Sep 16 16:42:57.549 INFO collecting git info from project "pilot"...
96042024-09-16T16:42:59.102Z[ host-image] Sep 16 16:42:57.554 INFO collecting git info from project "image-builder"...
96052024-09-16T16:42:59.106Z[ host-image] Sep 16 16:42:57.558 INFO collecting git info from project "pinprick"...
96062024-09-16T16:42:59.110Z[ host-image] Sep 16 16:42:57.562 INFO collecting git info from project "bootserver"...
96072024-09-16T16:42:59.114Z[ host-image] Sep 16 16:42:57.567 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
96082024-09-16T16:42:59.462Z[ host-image] Sep 16 16:42:57.914 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96092024-09-16T16:42:59.794Z[ host-image] Sep 16 16:42:58.246 INFO creating Oxide boot image...
96102024-09-16T16:42:59.794Z[ host-image] Sep 16 16:42:58.247 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 7c58ebc/84ef9e5 2024-09-16 16:13", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
96112024-09-16T16:43:00.713Z[ host-image] Sep 16 16:42:59.166 INFO O| ok, image written!
96122024-09-16T16:43:00.713Z[ host-image] Sep 16 16:42:59.166 INFO O| ok, boot_image_csum file written!
96132024-09-16T16:43:00.716Z[ host-image] Sep 16 16:42:59.169 INFO creating boot archive (CPIO)...
96142024-09-16T16:43:00.716Z[ host-image] Sep 16 16:42:59.169 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
96152024-09-16T16:43:00.727Z[ host-image] Sep 16 16:42:59.179 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
96162024-09-16T16:43:00.727Z[ host-image] Sep 16 16:42:59.180 INFO E| + outfile=/work/os-host/cpio
96172024-09-16T16:43:00.730Z[ host-image] Sep 16 16:42:59.180 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96182024-09-16T16:43:00.730Z[ host-image] Sep 16 16:42:59.182 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96192024-09-16T16:43:00.730Z[ host-image] Sep 16 16:42:59.182 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96202024-09-16T16:43:00.763Z[ host-image] Sep 16 16:42:59.215 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96212024-09-16T16:43:00.763Z[ host-image] Sep 16 16:42:59.216 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96222024-09-16T16:43:00.770Z[ host-image] Sep 16 16:42:59.223 INFO creating compressed cpio/unix for nanobl-rs...
96232024-09-16T16:43:00.770Z[ host-image] Sep 16 16:42:59.223 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
96242024-09-16T16:43:01.059Z[ host-image] Sep 16 16:42:59.511 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96252024-09-16T16:43:05.411Z[ host-image] Sep 16 16:43:03.862 INFO creating reset image...
96262024-09-16T16:43:05.411Z[ host-image] Sep 16 16:43:03.862 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96272024-09-16T16:43:05.500Z[ host-image] Sep 16 16:43:03.952 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96282024-09-16T16:43:05.503Z[ host-image] Sep 16 16:43:03.953 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96292024-09-16T16:43:05.555Z[ host-image] Sep 16 16:43:04.006 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96302024-09-16T16:43:07.614Z[ host-image] Sep 16 16:43:06.066 INFO E| Finished `release` profile [optimized] target(s) in 2.09s
96312024-09-16T16:43:07.625Z[ host-image] Sep 16 16:43:06.077 INFO building host image...
96322024-09-16T16:43:07.628Z[ host-image] Sep 16 16:43:06.077 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")
96332024-09-16T16:43:08.087Z[ host-image] Sep 16 16:43:06.538 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96342024-09-16T16:43:54.294Z[ host-image] Sep 16 16:43:52.738 INFO image complete! materials are in "/work/os-host"
96352024-09-16T16:43:54.297Z[ host-image]
96362024-09-16T16:43:54.297Z[ host-image] real 8:54.368475693
96372024-09-16T16:43:54.297Z[ host-image] user 4:19.068663338
96382024-09-16T16:43:54.297Z[ host-image] sys 50.594161930
96392024-09-16T16:43:54.297Z[ host-image] trap 0.167719805
96402024-09-16T16:43:54.297Z[ host-image] tflt 0.009074720
96412024-09-16T16:43:54.297Z[ host-image] dflt 0.056441962
96422024-09-16T16:43:54.297Z[ host-image] kflt 0.000000000
96432024-09-16T16:43:54.297Z[ host-image] lock 31.290845610
96442024-09-16T16:43:54.297Z[ host-image] slp 48:24.021336968
96452024-09-16T16:43:54.297Z[ host-image] lat 1:23.786698429
96462024-09-16T16:43:54.297Z[ host-image] stop 0.644017273
96472024-09-16T16:43:54.297ZSep 16 16:43:52.741 INFO [host-image] process exited with exit status: 0 (534.380716028s)
96482024-09-16T16:43:54.297ZSep 16 16:43:52.742 INFO [tuf-repo] running task
96492024-09-16T16:44:00.965ZSep 16 16:43:59.409 INFO assembling repository in `/tmp/tufaceousGA8VwR`, component: OmicronRepoAssembler
96502024-09-16T16:44:05.655ZSep 16 16:44:04.098 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96512024-09-16T16:44:05.938ZSep 16 16:44:04.381 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96522024-09-16T16:44:17.684ZSep 16 16:44:16.125 INFO [tuf-repo] task succeeded (23.383456987s)
96532024-09-16T16:44:17.684ZSep 16 16:44:16.125 INFO all jobs completed in 1823.060934331s
96542024-09-16T16:44:18.198Zprocess exited: duration 2390432 ms, exit code 0
 
96552024-09-16T16:44:18.209Zfound 33 output files
96562024-09-16T16:44:18.209Zuploading: /work/manifest.toml (8404 bytes)
96572024-09-16T16:44:19.220Zuploaded: /work/manifest.toml
96582024-09-16T16:44:19.221Zuploading: /work/repo.zip (1798285054 bytes)
96592024-09-16T16:44:56.702Zuploaded: /work/repo.zip
96602024-09-16T16:44:56.702Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96612024-09-16T16:44:57.746Zuploaded: /work/repo.zip.sha256.txt
96622024-09-16T16:44:57.749Zuploading: /work/helios-setup.log (52339 bytes)
96632024-09-16T16:44:58.758Zuploaded: /work/helios-setup.log
96642024-09-16T16:44:58.758Zuploading: /work/host-image.log (194617 bytes)
96652024-09-16T16:44:59.784Zuploaded: /work/host-image.log
96662024-09-16T16:44:59.784Zuploading: /work/host-package.log (19537 bytes)
96672024-09-16T16:45:00.792Zuploaded: /work/host-package.log
96682024-09-16T16:45:00.792Zuploading: /work/host-target.log (101 bytes)
96692024-09-16T16:45:01.802Zuploaded: /work/host-target.log
96702024-09-16T16:45:01.805Zuploading: /work/omicron-package.log (4366 bytes)
96712024-09-16T16:45:02.811Zuploaded: /work/omicron-package.log
96722024-09-16T16:45:02.811Zuploading: /work/phbl-toolchain.log (881 bytes)
96732024-09-16T16:45:03.820Zuploaded: /work/phbl-toolchain.log
96742024-09-16T16:45:03.820Zuploading: /work/recovery-image.log (591006 bytes)
96752024-09-16T16:45:04.854Zuploaded: /work/recovery-image.log
96762024-09-16T16:45:04.854Zuploading: /work/recovery-package.log (282 bytes)
96772024-09-16T16:45:05.863Zuploaded: /work/recovery-package.log
96782024-09-16T16:45:05.863Zuploading: /work/recovery-target.log (98 bytes)
96792024-09-16T16:45:06.872Zuploaded: /work/recovery-target.log
96802024-09-16T16:45:06.872Zuploading: /work/stamp-clickhouse.log (117 bytes)
96812024-09-16T16:45:07.881Zuploaded: /work/stamp-clickhouse.log
96822024-09-16T16:45:07.881Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96832024-09-16T16:45:08.889Zuploaded: /work/stamp-clickhouse_keeper.log
96842024-09-16T16:45:08.889Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96852024-09-16T16:45:09.898Zuploaded: /work/stamp-cockroachdb.log
96862024-09-16T16:45:09.898Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96872024-09-16T16:45:10.907Zuploaded: /work/stamp-crucible-dtrace.log
96882024-09-16T16:45:10.907Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96892024-09-16T16:45:11.915Zuploaded: /work/stamp-crucible-pantry-zone.log
96902024-09-16T16:45:11.915Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96912024-09-16T16:45:12.924Zuploaded: /work/stamp-crucible-zone.log
96922024-09-16T16:45:12.924Zuploading: /work/stamp-external-dns.log (119 bytes)
96932024-09-16T16:45:13.935Zuploaded: /work/stamp-external-dns.log
96942024-09-16T16:45:13.935Zuploading: /work/stamp-installinator.log (103 bytes)
96952024-09-16T16:45:14.944Zuploaded: /work/stamp-installinator.log
96962024-09-16T16:45:14.944Zuploading: /work/stamp-internal-dns.log (119 bytes)
96972024-09-16T16:45:15.952Zuploaded: /work/stamp-internal-dns.log
96982024-09-16T16:45:15.952Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96992024-09-16T16:45:16.961Zuploaded: /work/stamp-mg-ddm-gz.log
97002024-09-16T16:45:16.961Zuploading: /work/stamp-nexus.log (112 bytes)
97012024-09-16T16:45:17.969Zuploaded: /work/stamp-nexus.log
97022024-09-16T16:45:17.969Zuploading: /work/stamp-ntp.log (110 bytes)
97032024-09-16T16:45:18.977Zuploaded: /work/stamp-ntp.log
97042024-09-16T16:45:18.977Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
97052024-09-16T16:45:19.985Zuploaded: /work/stamp-omicron-sled-agent.log
97062024-09-16T16:45:19.986Zuploading: /work/stamp-overlay.log (114 bytes)
97072024-09-16T16:45:20.994Zuploaded: /work/stamp-overlay.log
97082024-09-16T16:45:20.994Zuploading: /work/stamp-oximeter.log (115 bytes)
97092024-09-16T16:45:22.003Zuploaded: /work/stamp-oximeter.log
97102024-09-16T16:45:22.003Zuploading: /work/stamp-oxlog.log (109 bytes)
97112024-09-16T16:45:23.012Zuploaded: /work/stamp-oxlog.log
97122024-09-16T16:45:23.012Zuploading: /work/stamp-probe.log (112 bytes)
97132024-09-16T16:45:24.020Zuploaded: /work/stamp-probe.log
97142024-09-16T16:45:24.020Zuploading: /work/stamp-propolis-server.log (122 bytes)
97152024-09-16T16:45:25.028Zuploaded: /work/stamp-propolis-server.log
97162024-09-16T16:45:25.028Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97172024-09-16T16:45:26.038Zuploaded: /work/stamp-pumpkind-gz.log
97182024-09-16T16:45:26.038Zuploading: /work/stamp-switch-asic.log (118 bytes)
97192024-09-16T16:45:27.046Zuploaded: /work/stamp-switch-asic.log
97202024-09-16T16:45:27.046Zuploading: /work/verify-libraries.log (3083 bytes)
97212024-09-16T16:45:28.054Zuploaded: /work/verify-libraries.log