01J5497VZW0PR4SX13DMYW0EY9: 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: 01J5498E14CHDT8J40FVKJRKGT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-12T21:53:50.184Zjob assigned to worker 01J5498J9ZPMMX1NSJ7YD6Y19P (queued for 1 m 11 s)
 
22024-08-12T21:53:58.265Zstarting task 0: "setup"
32024-08-12T21:53:58.326Z++ uname -s
42024-08-12T21:53:58.330Z+ kern=SunOS
52024-08-12T21:53:58.330Z+ case "$kern" in
62024-08-12T21:53:58.330Z+ groupadd -g 12345 build
72024-08-12T21:53:58.333Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-12T21:54:00.342Z+ zfs create -o mountpoint=/work rpool/work
92024-08-12T21:54:00.513Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-12T21:54:00.515Z+ home_fs=zfs
112024-08-12T21:54:00.516Z+ [[ zfs == autofs ]]
122024-08-12T21:54:00.516Z+ mkdir -p /home/build
132024-08-12T21:54:00.518Z+ chown build:build /home/build /work
142024-08-12T21:54:02.520Z+ chmod 0700 /home/build /work
152024-08-12T21:54:02.523Zprocess exited: duration 4255 ms, exit code 0
 
162024-08-12T21:54:02.529Zstarting task 1: "rust-toolchain"
172024-08-12T21:54:02.534Z+ printf ' * toolchain channel = "%s"
182024-08-12T21:54:02.534Z' 1.80.1
192024-08-12T21:54:02.534Z+ printf ' * toolchain profile = "%s"
202024-08-12T21:54:02.535Z' default
212024-08-12T21:54:02.535Z * toolchain channel = "1.80.1"
222024-08-12T21:54:02.535Z * toolchain profile = "default"
232024-08-12T21:54:02.537Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-12T21:54:02.537Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-12T21:54:02.653Zinfo: downloading installer
262024-08-12T21:54:04.173Zinfo: profile set to 'default'
272024-08-12T21:54:04.173Zinfo: default host triple is x86_64-unknown-illumos
282024-08-12T21:54:04.176Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-12T21:54:04.313Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-12T21:54:04.313Zinfo: downloading component 'cargo'
312024-08-12T21:54:05.039Zinfo: downloading component 'clippy'
322024-08-12T21:54:05.300Zinfo: downloading component 'rust-docs'
332024-08-12T21:54:06.314Zinfo: downloading component 'rust-std'
342024-08-12T21:54:07.729Zinfo: downloading component 'rustc'
352024-08-12T21:54:11.629Zinfo: downloading component 'rustfmt'
362024-08-12T21:54:11.840Zinfo: installing component 'cargo'
372024-08-12T21:54:12.729Zinfo: installing component 'clippy'
382024-08-12T21:54:13.131Zinfo: installing component 'rust-docs'
392024-08-12T21:54:14.779Zinfo: installing component 'rust-std'
402024-08-12T21:54:16.514Zinfo: installing component 'rustc'
412024-08-12T21:54:21.264Zinfo: installing component 'rustfmt'
422024-08-12T21:54:21.628Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-12T21:54:21.628Z
442024-08-12T21:54:21.879Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-12T21:54:21.879Z
462024-08-12T21:54:21.882Z
472024-08-12T21:54:21.882ZRust is installed now. Great!
482024-08-12T21:54:21.882Z
492024-08-12T21:54:21.882ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-12T21:54:21.882Zenvironment variable. This has not been done automatically.
512024-08-12T21:54:21.882Z
522024-08-12T21:54:21.882ZTo configure your current shell, you need to source
532024-08-12T21:54:21.882Zthe corresponding env file under $HOME/.cargo.
542024-08-12T21:54:21.882Z
552024-08-12T21:54:21.883ZThis is usually done by running one of the following (note the leading DOT):
562024-08-12T21:54:21.883Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-12T21:54:21.883Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-12T21:54:21.985Z+ rustc --version
592024-08-12T21:54:22.047Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-12T21:54:22.050Zprocess exited: duration 19513 ms, exit code 0
 
612024-08-12T21:54:22.059Zstarting task 2: "authentication"
622024-08-12T21:54:22.079Zprocess exited: duration 21 ms, exit code 0
 
632024-08-12T21:54:22.086Zstarting task 3: "clone repository"
642024-08-12T21:54:22.090Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-12T21:54:22.094Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-12T21:54:22.461ZCloning into '/work/oxidecomputer/omicron'...
672024-08-12T21:54:29.517Z+ cd /work/oxidecomputer/omicron
682024-08-12T21:54:29.517Z+ git fetch origin 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2
692024-08-12T21:54:29.832ZFrom https://github.com/oxidecomputer/omicron
702024-08-12T21:54:29.832Z * branch 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2 -> FETCH_HEAD
712024-08-12T21:54:29.841Z+ [[ -n eliza/oximeter-units ]]
722024-08-12T21:54:29.844Z++ git branch --show-current
732024-08-12T21:54:29.846Z+ current=main
742024-08-12T21:54:29.846Z+ [[ main != eliza/oximeter-units ]]
752024-08-12T21:54:29.846Z+ git branch -f eliza/oximeter-units 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2
762024-08-12T21:54:29.850Z+ git checkout -f eliza/oximeter-units
772024-08-12T21:54:29.989ZSwitched to branch 'eliza/oximeter-units'
782024-08-12T21:54:29.992Z+ git reset --hard 75bedabd5ed9f4ae7ce122cf6ee32b4d940070a2
792024-08-12T21:54:30.128ZHEAD is now at 75bedabd5 regen openapi
802024-08-12T21:54:30.131Zprocess exited: duration 8041 ms, exit code 0
 
812024-08-12T21:54:30.137Zstarting task 4: "build"
822024-08-12T21:54:30.143Z+ cargo --version
832024-08-12T21:54:30.197Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-12T21:54:30.200Z+ rustc --version
852024-08-12T21:54:30.258Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-12T21:54:30.261Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-12T21:54:43.761Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-12T21:54:46.313Z Startup: Caching catalogs ... Done
892024-08-12T21:54:50.525ZPlanning: Solver setup ... Done (3.639s)
902024-08-12T21:54:50.590ZPlanning: Running solver ... Done (0.065s)
912024-08-12T21:54:50.644ZPlanning: Finding local manifests ... Done (0.003s)
922024-08-12T21:54:50.680ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-12T21:54:50.926ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-12T21:54:50.975ZPlanning: Package planning ... Done (0.048s)
952024-08-12T21:54:51.025ZPlanning: Merging actions ... Done (0.050s)
962024-08-12T21:54:51.890ZPlanning: Checking for conflicting actions ... Done (0.865s)
972024-08-12T21:54:51.902ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-12T21:54:56.146ZPlanning: Evaluating mediators ... Done (4.241s)
992024-08-12T21:54:56.154ZPlanning: Planning completed in 9.77 seconds
1002024-08-12T21:54:56.242Z Packages to install: 4
1012024-08-12T21:54:56.242Z Mediators to change: 2
1022024-08-12T21:54:56.245Z Services to change: 1
1032024-08-12T21:54:56.245Z Estimated space available: 155.75 GB
1042024-08-12T21:54:56.245ZEstimated space to be consumed: 1.48 GB
1052024-08-12T21:54:56.245Z Create boot environment: No
1062024-08-12T21:54:56.245ZCreate backup boot environment: No
1072024-08-12T21:54:56.245Z Rebuild boot archive: No
1082024-08-12T21:54:56.245Z
1092024-08-12T21:54:56.245ZChanged mediators:
1102024-08-12T21:54:56.245Z mediator clang:
1112024-08-12T21:54:56.245Z version: None -> 15 (system default)
1122024-08-12T21:54:56.245Z
1132024-08-12T21:54:56.245Z mediator llvm:
1142024-08-12T21:54:56.245Z version: 14 (system default) -> 15 (system default)
1152024-08-12T21:54:56.245Z
1162024-08-12T21:54:56.246ZChanged packages:
1172024-08-12T21:54:56.246Zhelios-dev
1182024-08-12T21:54:56.246Z developer/build-essential
1192024-08-12T21:54:56.246Z None -> 11-2.0
1202024-08-12T21:54:56.246Z library/libxmlsec1
1212024-08-12T21:54:56.246Z None -> 1.2.35-2.0
1222024-08-12T21:54:56.246Z ooce/developer/clang-15
1232024-08-12T21:54:56.246Z None -> 15.0.7-2.0
1242024-08-12T21:54:56.246Z ooce/developer/llvm-15
1252024-08-12T21:54:56.246Z None -> 15.0.7-2.0
1262024-08-12T21:54:56.246Z
1272024-08-12T21:54:56.246ZServices:
1282024-08-12T21:54:56.246Z restart_fmri:
1292024-08-12T21:54:56.246Z svc:/system/update-man-index:default
1302024-08-12T21:54:56.374Z
1312024-08-12T21:54:56.374ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-12T21:55:01.379ZDownload: 611/3290 items 17.8/212.6MB 8% complete (3.7M/s)
1332024-08-12T21:55:06.381ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s)
1342024-08-12T21:55:11.422ZDownload: 2015/3290 items 118.7/212.6MB 55% complete (10.1M/s)
1352024-08-12T21:55:16.426ZDownload: 2547/3290 items 120.2/212.6MB 56% complete (3.7M/s)
1362024-08-12T21:55:21.429ZDownload: 3244/3290 items 190.6/212.6MB 89% complete (7.1M/s)
1372024-08-12T21:55:23.077ZDownload: Completed 212.60 MB in 26.69 seconds (8.0M/s)
1382024-08-12T21:55:23.937Z Actions: 1/3689 actions (Installing new actions)
1392024-08-12T21:55:29.064Z Actions: 3643/3689 actions (Installing new actions)
1402024-08-12T21:55:29.111Z Actions: Completed 3689 actions in 5.17 seconds.
1412024-08-12T21:55:29.389Z Done (0.273s)
1422024-08-12T21:55:29.389Z Done (0.000s)
1432024-08-12T21:55:29.752Z Done (0.362s)
1442024-08-12T21:55:34.890Z Done (4.970s)
1452024-08-12T21:55:35.081Z Done (0.123s)
1462024-08-12T21:55:35.084Z Done (0.000s)
1472024-08-12T21:55:35.349Z Done (0.000s)
1482024-08-12T21:55:35.936ZPlanning: Evaluating mediator changes ... Done
1492024-08-12T21:55:36.096ZPlanning: Checking for conflicting actions ... Done
1502024-08-12T21:55:36.099ZPlanning: Consolidating action changes ... Done
1512024-08-12T21:55:36.359ZPlanning: Evaluating mediators ... Done
1522024-08-12T21:55:36.362ZPlanning: Planning completed in 0.42 seconds
1532024-08-12T21:55:36.392Z Mediators to change: 2
1542024-08-12T21:55:36.392Z Create boot environment: No
1552024-08-12T21:55:36.395ZCreate backup boot environment: No
1562024-08-12T21:55:36.497Z Done
1572024-08-12T21:55:36.497Z Done
1582024-08-12T21:55:36.729Z Done
1592024-08-12T21:55:40.134Z Done
1602024-08-12T21:55:40.223Z Done
1612024-08-12T21:55:40.226Z Done
1622024-08-12T21:55:40.619Z Done
1632024-08-12T21:55:41.216ZPlanning: Evaluating mediator changes ... Done
1642024-08-12T21:55:41.219ZPlanning: Merging actions ... Done
1652024-08-12T21:55:41.406ZPlanning: Checking for conflicting actions ... Done
1662024-08-12T21:55:41.415ZPlanning: Consolidating action changes ... Done
1672024-08-12T21:55:41.664ZPlanning: Evaluating mediators ... Done
1682024-08-12T21:55:41.718ZPlanning: Planning completed in 0.74 seconds
1692024-08-12T21:55:41.752Z Packages to change: 1
1702024-08-12T21:55:41.752Z Mediators to change: 1
1712024-08-12T21:55:41.755Z Services to change: 1
1722024-08-12T21:55:41.755Z Create boot environment: No
1732024-08-12T21:55:41.755ZCreate backup boot environment: Yes
1742024-08-12T21:55:44.037Z Actions: 1/6 actions (Updating modified actions)
1752024-08-12T21:55:44.091Z Actions: Completed 6 actions in 0.05 seconds.
1762024-08-12T21:55:44.093Z Done
1772024-08-12T21:55:44.093Z Done
1782024-08-12T21:55:44.167Z Done
1792024-08-12T21:55:47.746Z Done
1802024-08-12T21:55:47.829Z Done
1812024-08-12T21:55:47.832Z Done
1822024-08-12T21:55:48.265Z Done
1832024-08-12T21:55:48.697ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842024-08-12T21:55:48.697Zclang system 15 system
1852024-08-12T21:55:48.697Zcsh system system illumos
1862024-08-12T21:55:48.697Zctags system system illumos
1872024-08-12T21:55:48.697Zgcc vendor 12 vendor
1882024-08-12T21:55:48.697Zgcc system 10 system
1892024-08-12T21:55:48.697Zgcc system 7 system
1902024-08-12T21:55:48.697Zgo system 1.20 system
1912024-08-12T21:55:48.697Zgo system 1.19 system
1922024-08-12T21:55:48.697Zllvm system 15 system
1932024-08-12T21:55:48.697Zllvm system 14 system
1942024-08-12T21:55:48.697Zmariadb system 10.6 system
1952024-08-12T21:55:48.697Zmta vendor vendor dma
1962024-08-12T21:55:48.697Zopenjdk system 17 system
1972024-08-12T21:55:48.697Zopenjdk system 11 system
1982024-08-12T21:55:48.697Zopenjdk system 1.8 system
1992024-08-12T21:55:48.697Zopenssl vendor 3 vendor
2002024-08-12T21:55:48.697Zperl system 5.36 system
2012024-08-12T21:55:48.697Zpostgresql system 15 system
2022024-08-12T21:55:48.697Zpostgresql system 13 system
2032024-08-12T21:55:48.697Zpython vendor 3 vendor
2042024-08-12T21:55:48.697Zpython system 2 system
2052024-08-12T21:55:48.697Zpython3 system 3.11 system
2062024-08-12T21:55:48.697Zruby system 3.0 system
2072024-08-12T21:55:48.697Zwords vendor vendor american-english
2082024-08-12T21:55:48.697Zwords system system australian-english
2092024-08-12T21:55:48.697Zwords system system british-english
2102024-08-12T21:55:48.697Zwords system system canadian-english
2112024-08-12T21:55:48.697Zwords system system french
2122024-08-12T21:55:48.698Zwords system system italian
2132024-08-12T21:55:48.698Zwords system system ngerman
2142024-08-12T21:55:48.698Zwords system system ogerman
2152024-08-12T21:55:48.698Zwords system system spanish
2162024-08-12T21:55:49.023ZPUBLISHER TYPE STATUS P LOCATION
2172024-08-12T21:55:49.023Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2182024-08-12T21:55:50.717ZFMRI IFO
2192024-08-12T21:55:50.717Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2202024-08-12T21:55:50.717Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2212024-08-12T21:55:50.717Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2222024-08-12T21:55:50.717Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2232024-08-12T21:55:50.718Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2242024-08-12T21:55:50.718Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2252024-08-12T21:55:50.718Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2262024-08-12T21:55:50.718Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2272024-08-12T21:55:50.718Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2282024-08-12T21:55:50.718Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2292024-08-12T21:55:50.718Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2302024-08-12T21:55:50.718Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2312024-08-12T21:55:51.300Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2322024-08-12T21:55:51.562Z Updating git repository `https://github.com/oxidecomputer/zone`
2332024-08-12T21:55:51.827Z Updating crates.io index
2342024-08-12T21:55:51.885Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2352024-08-12T21:55:52.544Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2362024-08-12T21:55:53.269Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2372024-08-12T21:55:53.608Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2382024-08-12T21:55:55.159Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392024-08-12T21:55:55.398Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402024-08-12T21:55:55.639Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412024-08-12T21:55:56.697Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422024-08-12T21:55:58.642Z Updating git repository `https://github.com/oxidecomputer/opte`
2432024-08-12T21:55:59.695Z Updating git repository `https://github.com/oxidecomputer/falcon`
2442024-08-12T21:56:00.495Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452024-08-12T21:56:01.032Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2462024-08-12T21:56:01.299Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2472024-08-12T21:56:01.549Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2482024-08-12T21:56:01.820Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492024-08-12T21:56:02.127Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2502024-08-12T21:56:02.366Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2512024-08-12T21:56:02.598Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2522024-08-12T21:56:02.857Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532024-08-12T21:56:03.191Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542024-08-12T21:56:03.477Z Updating git repository `https://github.com/oxidecomputer/ispf`
2552024-08-12T21:56:03.964Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2562024-08-12T21:56:04.260Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2572024-08-12T21:56:04.730Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2582024-08-12T21:56:05.064Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2592024-08-12T21:56:05.480Z Updating git repository `https://github.com/oxidecomputer/typify`
2602024-08-12T21:56:07.401Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612024-08-12T21:56:07.684Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622024-08-12T21:56:07.936Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632024-08-12T21:56:08.427Z Updating git repository `https://github.com/oxidecomputer/rfb`
2642024-08-12T21:56:09.422Z Downloading crates ...
2652024-08-12T21:56:09.612Z Downloaded anstyle-parse v0.2.4
2662024-08-12T21:56:09.618Z Downloaded cargo_toml v0.20.4
2672024-08-12T21:56:09.621Z Downloaded anstream v0.6.14
2682024-08-12T21:56:09.628Z Downloaded scroll_derive v0.12.0
2692024-08-12T21:56:09.639Z Downloaded dtrace-parser v0.2.0
2702024-08-12T21:56:09.646Z Downloaded pretty-hex v0.4.1
2712024-08-12T21:56:09.648Z Downloaded equivalent v1.0.1
2722024-08-12T21:56:09.649Z Downloaded usdt v0.5.0
2732024-08-12T21:56:09.653Z Downloaded bytecount v0.6.8
2742024-08-12T21:56:09.657Z Downloaded colorchoice v1.0.1
2752024-08-12T21:56:09.660Z Downloaded autocfg v1.3.0
2762024-08-12T21:56:09.660Z Downloaded tabled_derive v0.7.0
2772024-08-12T21:56:09.663Z Downloaded itoa v1.0.11
2782024-08-12T21:56:09.663Z Downloaded strsim v0.11.1
2792024-08-12T21:56:09.667Z Downloaded serde_tokenstream v0.2.1
2802024-08-12T21:56:09.670Z Downloaded proc-macro-error-attr v1.0.4
2812024-08-12T21:56:09.670Z Downloaded memmap v0.7.0
2822024-08-12T21:56:09.670Z Downloaded fs-err v2.11.0
2832024-08-12T21:56:09.673Z Downloaded cargo_metadata v0.18.1
2842024-08-12T21:56:09.677Z Downloaded macaddr v1.0.1
2852024-08-12T21:56:09.677Z Downloaded errno v0.3.9
2862024-08-12T21:56:09.680Z Downloaded toml_datetime v0.6.8
2872024-08-12T21:56:09.680Z Downloaded thiserror v1.0.63
2882024-08-12T21:56:09.683Z Downloaded cargo-platform v0.1.8
2892024-08-12T21:56:09.685Z Downloaded usdt-attr-macro v0.5.0
2902024-08-12T21:56:09.685Z Downloaded usdt-macro v0.5.0
2912024-08-12T21:56:09.685Z Downloaded is_terminal_polyfill v1.70.0
2922024-08-12T21:56:09.688Z Downloaded block-buffer v0.10.4
2932024-08-12T21:56:09.692Z Downloaded heck v0.4.1
2942024-08-12T21:56:09.695Z Downloaded cpufeatures v0.2.12
2952024-08-12T21:56:09.695Z Downloaded anstyle-query v1.0.3
2962024-08-12T21:56:09.698Z Downloaded utf8parse v0.2.1
2972024-08-12T21:56:09.701Z Downloaded thread-id v4.2.1
2982024-08-12T21:56:09.701Z Downloaded plain v0.2.3
2992024-08-12T21:56:09.701Z Downloaded heck v0.5.0
3002024-08-12T21:56:09.703Z Downloaded fnv v1.0.7
3012024-08-12T21:56:09.703Z Downloaded cfg-if v1.0.0
3022024-08-12T21:56:09.706Z Downloaded crypto-common v0.1.6
3032024-08-12T21:56:09.706Z Downloaded clap_lex v0.7.0
3042024-08-12T21:56:09.709Z Downloaded digest v0.10.7
3052024-08-12T21:56:09.715Z Downloaded quote v1.0.36
3062024-08-12T21:56:09.718Z Downloaded anstyle v1.0.8
3072024-08-12T21:56:09.721Z Downloaded pest_derive v2.7.10
3082024-08-12T21:56:09.724Z Downloaded bitflags v2.6.0
3092024-08-12T21:56:09.726Z Downloaded serde_spanned v0.6.7
3102024-08-12T21:56:09.729Z Downloaded pest_generator v2.7.10
3112024-08-12T21:56:09.729Z Downloaded version_check v0.9.5
3122024-08-12T21:56:09.732Z Downloaded thiserror-impl v1.0.63
3132024-08-12T21:56:09.732Z Downloaded swrite v0.1.0
3142024-08-12T21:56:09.732Z Downloaded dof v0.3.0
3152024-08-12T21:56:09.736Z Downloaded terminal_size v0.3.0
3162024-08-12T21:56:09.741Z Downloaded clap_derive v4.5.13
3172024-08-12T21:56:09.744Z Downloaded zerocopy-derive v0.7.34
3182024-08-12T21:56:09.748Z Downloaded usdt-impl v0.5.0
3192024-08-12T21:56:09.751Z Downloaded once_cell v1.19.0
3202024-08-12T21:56:09.754Z Downloaded anyhow v1.0.86
3212024-08-12T21:56:09.756Z Downloaded ryu v1.0.18
3222024-08-12T21:56:09.760Z Downloaded byteorder v1.5.0
3232024-08-12T21:56:09.763Z Downloaded semver v1.0.23
3242024-08-12T21:56:09.763Z Downloaded pest_meta v2.7.10
3252024-08-12T21:56:09.766Z Downloaded proc-macro-error v1.0.4
3262024-08-12T21:56:09.769Z Downloaded clap v4.5.15
3272024-08-12T21:56:09.777Z Downloaded camino v1.1.7
3282024-08-12T21:56:09.780Z Downloaded unicode-ident v1.0.12
3292024-08-12T21:56:09.784Z Downloaded typenum v1.17.0
3302024-08-12T21:56:09.789Z Downloaded sha2 v0.10.8
3312024-08-12T21:56:09.789Z Downloaded scroll v0.12.0
3322024-08-12T21:56:09.794Z Downloaded proc-macro2 v1.0.86
3332024-08-12T21:56:09.794Z Downloaded log v0.4.21
3342024-08-12T21:56:09.794Z Downloaded generic-array v0.14.7
3352024-08-12T21:56:09.797Z Downloaded toml v0.8.19
3362024-08-12T21:56:09.803Z Downloaded serde v1.0.206
3372024-08-12T21:56:09.807Z Downloaded ucd-trie v0.1.6
3382024-08-12T21:56:09.810Z Downloaded papergrid v0.11.0
3392024-08-12T21:56:09.814Z Downloaded indexmap v2.3.0
3402024-08-12T21:56:09.817Z Downloaded serde_derive v1.0.206
3412024-08-12T21:56:09.847Z Downloaded toml_edit v0.22.20
3422024-08-12T21:56:09.869Z Downloaded pest v2.7.10
3432024-08-12T21:56:09.874Z Downloaded memchr v2.7.2
3442024-08-12T21:56:09.879Z Downloaded hashbrown v0.14.5
3452024-08-12T21:56:09.888Z Downloaded serde_json v1.0.122
3462024-08-12T21:56:09.895Z Downloaded zerocopy v0.7.34
3472024-08-12T21:56:09.911Z Downloaded winnow v0.6.18
3482024-08-12T21:56:09.920Z Downloaded goblin v0.8.2
3492024-08-12T21:56:09.925Z Downloaded clap_builder v4.5.15
3502024-08-12T21:56:09.932Z Downloaded tabled v0.15.0
3512024-08-12T21:56:09.948Z Downloaded syn v2.0.72
3522024-08-12T21:56:09.959Z Downloaded syn v1.0.109
3532024-08-12T21:56:09.969Z Downloaded rustix v0.38.34
3542024-08-12T21:56:09.992Z Downloaded unicode-width v0.1.13
3552024-08-12T21:56:10.001Z Downloaded libc v0.2.155
3562024-08-12T21:56:10.312Z Compiling proc-macro2 v1.0.86
3572024-08-12T21:56:10.315Z Compiling unicode-ident v1.0.12
3582024-08-12T21:56:10.315Z Compiling version_check v0.9.5
3592024-08-12T21:56:10.315Z Compiling serde v1.0.206
3602024-08-12T21:56:10.315Z Compiling memchr v2.7.2
3612024-08-12T21:56:10.315Z Compiling thiserror v1.0.63
3622024-08-12T21:56:10.315Z Compiling libc v0.2.155
3632024-08-12T21:56:10.345Z Compiling ucd-trie v0.1.6
3642024-08-12T21:56:10.575Z Compiling ryu v1.0.18
3652024-08-12T21:56:10.963Z Compiling itoa v1.0.11
3662024-08-12T21:56:11.177Z Compiling once_cell v1.19.0
3672024-08-12T21:56:11.178Z Compiling byteorder v1.5.0
3682024-08-12T21:56:11.572Z Compiling serde_json v1.0.122
3692024-08-12T21:56:12.548Z Compiling proc-macro-error-attr v1.0.4
3702024-08-12T21:56:12.584Z Compiling usdt-impl v0.5.0
3712024-08-12T21:56:12.615Z Compiling syn v1.0.109
3722024-08-12T21:56:12.668Z Compiling rustix v0.38.34
3732024-08-12T21:56:12.804Z Compiling proc-macro-error v1.0.4
3742024-08-12T21:56:12.971Z Compiling bitflags v2.6.0
3752024-08-12T21:56:13.152Z Compiling hashbrown v0.14.5
3762024-08-12T21:56:13.195Z Compiling equivalent v1.0.1
3772024-08-12T21:56:13.313Z Compiling plain v0.2.3
3782024-08-12T21:56:13.469Z Compiling thread-id v4.2.1
3792024-08-12T21:56:13.496Z Compiling log v0.4.21
3802024-08-12T21:56:13.521Z Compiling utf8parse v0.2.1
3812024-08-12T21:56:13.674Z Compiling quote v1.0.36
3822024-08-12T21:56:13.702Z Compiling anstyle-parse v0.2.4
3832024-08-12T21:56:13.705Z Compiling is_terminal_polyfill v1.70.0
3842024-08-12T21:56:13.893Z Compiling errno v0.3.9
3852024-08-12T21:56:13.950Z Compiling anstyle v1.0.8
3862024-08-12T21:56:13.974Z Compiling pretty-hex v0.4.1
3872024-08-12T21:56:14.148Z Compiling syn v2.0.72
3882024-08-12T21:56:14.239Z Compiling colorchoice v1.0.1
3892024-08-12T21:56:14.423Z Compiling autocfg v1.3.0
3902024-08-12T21:56:14.451Z Compiling anstyle-query v1.0.3
3912024-08-12T21:56:14.489Z Compiling semver v1.0.23
3922024-08-12T21:56:14.608Z Compiling indexmap v2.3.0
3932024-08-12T21:56:14.655Z Compiling winnow v0.6.18
3942024-08-12T21:56:15.116Z Compiling camino v1.1.7
3952024-08-12T21:56:15.439Z Compiling fs-err v2.11.0
3962024-08-12T21:56:15.729Z Compiling terminal_size v0.3.0
3972024-08-12T21:56:15.777Z Compiling anstream v0.6.14
3982024-08-12T21:56:15.954Z Compiling bytecount v0.6.8
3992024-08-12T21:56:16.040Z Compiling strsim v0.11.1
4002024-08-12T21:56:16.064Z Compiling anyhow v1.0.86
4012024-08-12T21:56:16.065Z Compiling unicode-width v0.1.13
4022024-08-12T21:56:16.186Z Compiling heck v0.4.1
4032024-08-12T21:56:16.351Z Compiling heck v0.5.0
4042024-08-12T21:56:16.599Z Compiling fnv v1.0.7
4052024-08-12T21:56:16.719Z Compiling clap_lex v0.7.0
4062024-08-12T21:56:16.748Z Compiling papergrid v0.11.0
4072024-08-12T21:56:16.977Z Compiling memmap v0.7.0
4082024-08-12T21:56:17.042Z Compiling clap_builder v4.5.15
4092024-08-12T21:56:17.717Z Compiling swrite v0.1.0
4102024-08-12T21:56:19.702Z Compiling tabled_derive v0.7.0
4112024-08-12T21:56:21.170Z Compiling tabled v0.15.0
4122024-08-12T21:56:23.334Z Compiling serde_derive v1.0.206
4132024-08-12T21:56:23.334Z Compiling thiserror-impl v1.0.63
4142024-08-12T21:56:23.338Z Compiling zerocopy-derive v0.7.34
4152024-08-12T21:56:23.338Z Compiling scroll_derive v0.12.0
4162024-08-12T21:56:23.356Z Compiling clap_derive v4.5.13
4172024-08-12T21:56:24.832Z Compiling scroll v0.12.0
4182024-08-12T21:56:25.127Z Compiling zerocopy v0.7.34
4192024-08-12T21:56:25.420Z Compiling goblin v0.8.2
4202024-08-12T21:56:26.281Z Compiling pest v2.7.10
4212024-08-12T21:56:27.602Z Compiling clap v4.5.15
4222024-08-12T21:56:28.619Z Compiling pest_meta v2.7.10
4232024-08-12T21:56:29.580Z Compiling pest_generator v2.7.10
4242024-08-12T21:56:31.745Z Compiling pest_derive v2.7.10
4252024-08-12T21:56:32.545Z Compiling dtrace-parser v0.2.0
4262024-08-12T21:56:33.942Z Compiling toml_datetime v0.6.8
4272024-08-12T21:56:33.942Z Compiling serde_spanned v0.6.7
4282024-08-12T21:56:33.945Z Compiling cargo-platform v0.1.8
4292024-08-12T21:56:34.324Z Compiling serde_tokenstream v0.2.1
4302024-08-12T21:56:34.494Z Compiling toml_edit v0.22.20
4312024-08-12T21:56:34.595Z Compiling macaddr v1.0.1
4322024-08-12T21:56:35.416Z Compiling dof v0.3.0
4332024-08-12T21:56:35.416Z Compiling cargo_metadata v0.18.1
4342024-08-12T21:56:37.509Z Compiling toml v0.8.19
4352024-08-12T21:56:37.542Z Compiling usdt-macro v0.5.0
4362024-08-12T21:56:37.542Z Compiling usdt-attr-macro v0.5.0
4372024-08-12T21:56:38.448Z Compiling cargo_toml v0.20.4
4382024-08-12T21:56:39.019Z Compiling usdt v0.5.0
4392024-08-12T21:56:42.528Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4402024-08-12T21:56:46.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.69s
4412024-08-12T21:56:47.043Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4422024-08-12T21:56:47.658Z Downloading crates ...
4432024-08-12T21:56:47.780Z Downloaded async-stream-impl v0.3.5
4442024-08-12T21:56:47.791Z Downloaded adler v1.0.2
4452024-08-12T21:56:47.794Z Downloaded atty v0.2.14
4462024-08-12T21:56:47.798Z Downloaded ciborium-io v0.2.2
4472024-08-12T21:56:47.801Z Downloaded cfg_aliases v0.1.1
4482024-08-12T21:56:47.801Z Downloaded bitstruct v0.1.1
4492024-08-12T21:56:47.803Z Downloaded cstr-argument v0.1.2
4502024-08-12T21:56:47.803Z Downloaded crunchy v0.2.2
4512024-08-12T21:56:47.809Z Downloaded instant v0.1.12
4522024-08-12T21:56:47.815Z Downloaded defmt-parser v0.3.4
4532024-08-12T21:56:47.818Z Downloaded atomic-waker v1.1.2
4542024-08-12T21:56:47.821Z Downloaded bb8 v0.8.5
4552024-08-12T21:56:47.821Z Downloaded linked-hash-map v0.5.6
4562024-08-12T21:56:47.824Z Downloaded is_ci v1.2.0
4572024-08-12T21:56:47.827Z Downloaded lazy_static v1.5.0
4582024-08-12T21:56:47.829Z Downloaded matches v0.1.10
4592024-08-12T21:56:47.832Z Downloaded match_cfg v0.1.0
4602024-08-12T21:56:47.832Z Downloaded num_threads v0.1.7
4612024-08-12T21:56:47.835Z Downloaded constant_time_eq v0.3.0
4622024-08-12T21:56:47.838Z Downloaded bit-vec v0.6.3
4632024-08-12T21:56:47.838Z Downloaded nodrop v0.1.14
4642024-08-12T21:56:47.840Z Downloaded newtype_derive v0.1.6
4652024-08-12T21:56:47.840Z Downloaded ciborium-ll v0.2.2
4662024-08-12T21:56:47.843Z Downloaded parse-size v1.0.0
4672024-08-12T21:56:47.843Z Downloaded openssl-probe v0.1.5
4682024-08-12T21:56:47.846Z Downloaded opaque-debug v0.3.1
4692024-08-12T21:56:47.846Z Downloaded camino-tempfile v1.1.1
4702024-08-12T21:56:47.849Z Downloaded libefi-sys v0.1.0
4712024-08-12T21:56:47.854Z Downloaded aead v0.5.2
4722024-08-12T21:56:47.854Z Downloaded is-terminal v0.4.12
4732024-08-12T21:56:47.857Z Downloaded colored v2.1.0
4742024-08-12T21:56:47.857Z Downloaded buf-list v1.0.3
4752024-08-12T21:56:47.860Z Downloaded cassowary v0.3.0
4762024-08-12T21:56:47.860Z Downloaded crossbeam-deque v0.8.5
4772024-08-12T21:56:47.863Z Downloaded newline-converter v0.3.0
4782024-08-12T21:56:47.865Z Downloaded data-encoding v2.6.0
4792024-08-12T21:56:47.865Z Downloaded num-derive v0.4.2
4802024-08-12T21:56:47.868Z Downloaded crucible-workspace-hack v0.1.0
4812024-08-12T21:56:47.868Z Downloaded bitstruct_derive v0.1.0
4822024-08-12T21:56:47.871Z Downloaded num-iter v0.1.45
4832024-08-12T21:56:47.871Z Downloaded lru v0.12.3
4842024-08-12T21:56:47.873Z Downloaded olpc-cjson v0.1.3
4852024-08-12T21:56:47.873Z Downloaded mockall v0.13.0
4862024-08-12T21:56:47.876Z Downloaded base16ct v0.2.0
4872024-08-12T21:56:47.879Z Downloaded bitfield v0.14.0
4882024-08-12T21:56:47.879Z Downloaded bit-set v0.5.3
4892024-08-12T21:56:47.882Z Downloaded assert_matches v1.5.0
4902024-08-12T21:56:47.882Z Downloaded sqlparser_derive v0.2.2
4912024-08-12T21:56:47.885Z Downloaded async-stream v0.3.5
4922024-08-12T21:56:47.888Z Downloaded md-5 v0.10.6
4932024-08-12T21:56:47.891Z Downloaded paste v1.0.15
4942024-08-12T21:56:47.895Z Downloaded darling_macro v0.20.9
4952024-08-12T21:56:47.898Z Downloaded spin v0.5.2
4962024-08-12T21:56:47.901Z Downloaded native-tls v0.2.11
4972024-08-12T21:56:47.905Z Downloaded cookie v0.17.0
4982024-08-12T21:56:47.910Z Downloaded parking_lot_core v0.8.6
4992024-08-12T21:56:47.912Z Downloaded owo-colors v4.0.0
5002024-08-12T21:56:47.916Z Downloaded nu-ansi-term v0.50.0
5012024-08-12T21:56:47.919Z Downloaded number_prefix v0.4.0
5022024-08-12T21:56:47.922Z Downloaded cookie_store v0.20.0
5032024-08-12T21:56:47.925Z Downloaded oso-derive v0.27.3
5042024-08-12T21:56:47.925Z Downloaded strum v0.26.3
5052024-08-12T21:56:47.928Z Downloaded openssl-macros v0.1.1
5062024-08-12T21:56:47.928Z Downloaded async-trait v0.1.81
5072024-08-12T21:56:47.934Z Downloaded defmt v0.3.8
5082024-08-12T21:56:47.936Z Downloaded time-core v0.1.2
5092024-08-12T21:56:47.939Z Downloaded csv-core v0.1.11
5102024-08-12T21:56:47.942Z Downloaded crc v3.2.1
5112024-08-12T21:56:47.945Z Downloaded cobs v0.2.3
5122024-08-12T21:56:47.945Z Downloaded foreign-types-shared v0.3.1
5132024-08-12T21:56:47.948Z Downloaded vte_generate_state_changes v0.1.1
5142024-08-12T21:56:47.948Z Downloaded lock_api v0.4.12
5152024-08-12T21:56:47.951Z Downloaded linear-map v1.2.0
5162024-08-12T21:56:47.954Z Downloaded oso v0.27.3
5172024-08-12T21:56:47.957Z Downloaded shlex v1.3.0
5182024-08-12T21:56:47.959Z Downloaded parking_lot v0.12.2
5192024-08-12T21:56:47.962Z Downloaded maybe-uninit v2.0.0
5202024-08-12T21:56:47.965Z Downloaded maplit v1.0.2
5212024-08-12T21:56:47.965Z Downloaded nanorand v0.7.0
5222024-08-12T21:56:47.968Z Downloaded lru-cache v0.1.2
5232024-08-12T21:56:47.971Z Downloaded derive_builder_macro v0.20.0
5242024-08-12T21:56:47.974Z Downloaded slog-envlogger v2.2.0
5252024-08-12T21:56:47.974Z Downloaded slab v0.4.9
5262024-08-12T21:56:47.977Z Downloaded packed_struct v0.10.1
5272024-08-12T21:56:47.979Z Downloaded num_cpus v1.16.0
5282024-08-12T21:56:47.982Z Downloaded time-macros v0.2.18
5292024-08-12T21:56:47.985Z Downloaded toolchain_find v0.4.0
5302024-08-12T21:56:47.988Z Downloaded structmeta-derive v0.3.0
5312024-08-12T21:56:47.988Z Downloaded thread_local v1.1.8
5322024-08-12T21:56:47.991Z Downloaded structmeta-derive v0.2.0
5332024-08-12T21:56:47.991Z Downloaded string_cache v0.8.7
5342024-08-12T21:56:47.994Z Downloaded parse-display-derive v0.10.0
5352024-08-12T21:56:47.996Z Downloaded arrayvec v0.7.4
5362024-08-12T21:56:47.999Z Downloaded base64 v0.13.1
5372024-08-12T21:56:48.002Z Downloaded newtype-uuid v1.1.0
5382024-08-12T21:56:48.005Z Downloaded xattr v1.3.1
5392024-08-12T21:56:48.008Z Downloaded ciborium v0.2.2
5402024-08-12T21:56:48.011Z Downloaded cipher v0.4.4
5412024-08-12T21:56:48.014Z Downloaded num-traits v0.2.19
5422024-08-12T21:56:48.016Z Downloaded debug-ignore v1.0.5
5432024-08-12T21:56:48.020Z Downloaded crc-any v2.5.0
5442024-08-12T21:56:48.023Z Downloaded num v0.4.3
5452024-08-12T21:56:48.023Z Downloaded mime_guess v2.0.4
5462024-08-12T21:56:48.025Z Downloaded memmap2 v0.9.4
5472024-08-12T21:56:48.025Z Downloaded darling v0.20.9
5482024-08-12T21:56:48.031Z Downloaded defmt-macros v0.3.9
5492024-08-12T21:56:48.035Z Downloaded want v0.3.1
5502024-08-12T21:56:48.038Z Downloaded waitgroup v0.1.2
5512024-08-12T21:56:48.038Z Downloaded fixedbitset v0.4.2
5522024-08-12T21:56:48.042Z Downloaded parking_lot v0.11.2
5532024-08-12T21:56:48.045Z Downloaded pin-utils v0.1.0
5542024-08-12T21:56:48.045Z Downloaded heck v0.3.3
5552024-08-12T21:56:48.048Z Downloaded tempfile v3.10.1
5562024-08-12T21:56:48.050Z Downloaded diesel_table_macro_syntax v0.2.0
5572024-08-12T21:56:48.050Z Downloaded vte v0.11.1
5582024-08-12T21:56:48.053Z Downloaded tracing-attributes v0.1.27
5592024-08-12T21:56:48.057Z Downloaded serde_repr v0.1.19
5602024-08-12T21:56:48.061Z Downloaded rand_xorshift v0.3.0
5612024-08-12T21:56:48.064Z Downloaded rustc-hash v1.1.0
5622024-08-12T21:56:48.064Z Downloaded rand_seeder v0.3.0
5632024-08-12T21:56:48.066Z Downloaded rustls-pemfile v1.0.4
5642024-08-12T21:56:48.069Z Downloaded yasna v0.5.2
5652024-08-12T21:56:48.072Z Downloaded cc v1.0.97
5662024-08-12T21:56:48.075Z Downloaded ident_case v1.0.1
5672024-08-12T21:56:48.075Z Downloaded hubpack_derive v0.1.1
5682024-08-12T21:56:48.078Z Downloaded siphasher v0.3.11
5692024-08-12T21:56:48.078Z Downloaded serde_urlencoded v0.7.1
5702024-08-12T21:56:48.080Z Downloaded hyper-staticfile v0.9.5
5712024-08-12T21:56:48.083Z Downloaded predicates-core v1.0.6
5722024-08-12T21:56:48.083Z Downloaded thiserror-impl-no-std v2.0.2
5732024-08-12T21:56:48.087Z Downloaded bytes v1.7.1
5742024-08-12T21:56:48.090Z Downloaded slog-dtrace v0.3.0
5752024-08-12T21:56:48.093Z Downloaded slog-json v2.6.1
5762024-08-12T21:56:48.095Z Downloaded base64 v0.21.7
5772024-08-12T21:56:48.098Z Downloaded postgres-types v0.2.7
5782024-08-12T21:56:48.101Z Downloaded supports-color v3.0.0
5792024-08-12T21:56:48.104Z Downloaded precomputed-hash v0.1.1
5802024-08-12T21:56:48.104Z Downloaded subtle v2.5.0
5812024-08-12T21:56:48.107Z Downloaded postgres-protocol v0.6.7
5822024-08-12T21:56:48.110Z Downloaded funty v2.0.0
5832024-08-12T21:56:48.110Z Downloaded fragile v2.0.0
5842024-08-12T21:56:48.123Z Downloaded enum-as-inner v0.5.1
5852024-08-12T21:56:48.126Z Downloaded hash32 v0.3.1
5862024-08-12T21:56:48.129Z Downloaded tar v0.4.41
5872024-08-12T21:56:48.133Z Downloaded serde-big-array v0.5.1
5882024-08-12T21:56:48.136Z Downloaded ref-cast v1.0.23
5892024-08-12T21:56:48.136Z Downloaded minimal-lexical v0.2.1
5902024-08-12T21:56:48.142Z Downloaded tap v1.0.1
5912024-08-12T21:56:48.146Z Downloaded ref-cast-impl v1.0.23
5922024-08-12T21:56:48.147Z Downloaded rpassword v7.3.1
5932024-08-12T21:56:48.147Z Downloaded fxhash v0.2.1
5942024-08-12T21:56:48.150Z Downloaded powerfmt v0.2.0
5952024-08-12T21:56:48.152Z Downloaded half v2.4.1
5962024-08-12T21:56:48.155Z Downloaded portpicker v0.1.1
5972024-08-12T21:56:48.155Z Downloaded tabwriter v1.4.0
5982024-08-12T21:56:48.160Z Downloaded humantime v2.1.0
5992024-08-12T21:56:48.160Z Downloaded erased-serde v0.3.31
6002024-08-12T21:56:48.174Z Downloaded env_logger v0.9.3
6012024-08-12T21:56:48.174Z Downloaded take_mut v0.2.2
6022024-08-12T21:56:48.174Z Downloaded sigpipe v0.1.3
6032024-08-12T21:56:48.174Z Downloaded rtoolbox v0.0.2
6042024-08-12T21:56:48.174Z Downloaded predicates-tree v1.0.9
6052024-08-12T21:56:48.174Z Downloaded utf-8 v0.7.6
6062024-08-12T21:56:48.174Z Downloaded predicates v3.1.2
6072024-08-12T21:56:48.178Z Downloaded tokio-tungstenite v0.20.1
6082024-08-12T21:56:48.181Z Downloaded openssl-sys v0.9.103
6092024-08-12T21:56:48.187Z Downloaded tower-service v0.3.2
6102024-08-12T21:56:48.191Z Downloaded serde_arrays v0.1.0
6112024-08-12T21:56:48.191Z Downloaded rustversion v1.0.17
6122024-08-12T21:56:48.193Z Downloaded stringprep v0.1.4
6132024-08-12T21:56:48.196Z Downloaded gethostname v0.5.0
6142024-08-12T21:56:48.196Z Downloaded http-range v0.1.5
6152024-08-12T21:56:48.201Z Downloaded wyz v0.5.1
6162024-08-12T21:56:48.201Z Downloaded spki v0.7.3
6172024-08-12T21:56:48.204Z Downloaded unicase v2.7.0
6182024-08-12T21:56:48.204Z Downloaded getopts v0.2.21
6192024-08-12T21:56:48.207Z Downloaded mio v0.8.11
6202024-08-12T21:56:48.214Z Downloaded rustc_version v0.4.0
6212024-08-12T21:56:48.217Z Downloaded peg-runtime v0.8.3
6222024-08-12T21:56:48.220Z Downloaded either v1.13.0
6232024-08-12T21:56:48.223Z Downloaded subprocess v0.2.9
6242024-08-12T21:56:48.226Z Downloaded strum_macros v0.24.3
6252024-08-12T21:56:48.230Z Downloaded dyn-clone v1.0.17
6262024-08-12T21:56:48.233Z Downloaded whoami v1.5.1
6272024-08-12T21:56:48.233Z Downloaded futures-task v0.3.30
6282024-08-12T21:56:48.236Z Downloaded tls_codec_derive v0.4.1
6292024-08-12T21:56:48.239Z Downloaded futures v0.3.30
6302024-08-12T21:56:48.242Z Downloaded sync_wrapper v0.1.2
6312024-08-12T21:56:48.245Z Downloaded zone_cfg_derive v0.1.2
6322024-08-12T21:56:48.245Z Downloaded strum_macros v0.25.3
6332024-08-12T21:56:48.248Z Downloaded num-bigint v0.4.5
6342024-08-12T21:56:48.254Z Downloaded zeroize v1.7.0
6352024-08-12T21:56:48.257Z Downloaded term v0.7.0
6362024-08-12T21:56:48.260Z Downloaded termtree v0.4.1
6372024-08-12T21:56:48.263Z Downloaded rand_core v0.6.4
6382024-08-12T21:56:48.266Z Downloaded hostname v0.4.0
6392024-08-12T21:56:48.266Z Downloaded pretty-hex v0.2.1
6402024-08-12T21:56:48.269Z Downloaded snafu v0.8.2
6412024-08-12T21:56:48.275Z Downloaded rustc-demangle v0.1.24
6422024-08-12T21:56:48.278Z Downloaded filetime v0.2.24
6432024-08-12T21:56:48.281Z Downloaded ff v0.13.0
6442024-08-12T21:56:48.285Z Downloaded scheduled-thread-pool v0.2.7
6452024-08-12T21:56:48.285Z Downloaded nom v7.1.3
6462024-08-12T21:56:48.289Z Downloaded foreign-types v0.5.0
6472024-08-12T21:56:48.292Z Downloaded foreign-types-macros v0.2.3
6482024-08-12T21:56:48.292Z Downloaded poly1305 v0.8.0
6492024-08-12T21:56:48.296Z Downloaded heapless v0.8.0
6502024-08-12T21:56:48.300Z Downloaded dirs-sys-next v0.1.2
6512024-08-12T21:56:48.303Z Downloaded phf_shared v0.11.2
6522024-08-12T21:56:48.303Z Downloaded libm v0.2.8
6532024-08-12T21:56:48.312Z Downloaded uzers v0.11.3
6542024-08-12T21:56:48.315Z Downloaded try-lock v0.2.5
6552024-08-12T21:56:48.318Z Downloaded same-file v1.0.6
6562024-08-12T21:56:48.318Z Downloaded structmeta v0.2.0
6572024-08-12T21:56:48.321Z Downloaded semver v0.1.20
6582024-08-12T21:56:48.321Z Downloaded secrecy v0.8.0
6592024-08-12T21:56:48.323Z Downloaded wait-timeout v0.2.0
6602024-08-12T21:56:48.323Z Downloaded peg-macros v0.8.4
6612024-08-12T21:56:48.326Z Downloaded itertools v0.10.5
6622024-08-12T21:56:48.333Z Downloaded impl-trait-for-tuples v0.2.2
6632024-08-12T21:56:48.339Z Downloaded phf_shared v0.10.0
6642024-08-12T21:56:48.339Z Downloaded unicode-truncate v1.0.0
6652024-08-12T21:56:48.339Z Downloaded serde_path_to_error v0.1.16
6662024-08-12T21:56:48.342Z Downloaded spin v0.9.8
6672024-08-12T21:56:48.344Z Downloaded unicode-xid v0.2.4
6682024-08-12T21:56:48.347Z Downloaded r2d2 v0.8.10
6692024-08-12T21:56:48.347Z Downloaded http v1.1.0
6702024-08-12T21:56:48.351Z Downloaded strum_macros v0.26.4
6712024-08-12T21:56:48.354Z Downloaded tinyvec_macros v0.1.1
6722024-08-12T21:56:48.357Z Downloaded group v0.13.0
6732024-08-12T21:56:48.357Z Downloaded dirs-next v2.0.0
6742024-08-12T21:56:48.360Z Downloaded similar v2.5.0
6752024-08-12T21:56:48.363Z Downloaded unsafe-libyaml v0.2.11
6762024-08-12T21:56:48.367Z Downloaded sha1 v0.10.6
6772024-08-12T21:56:48.370Z Downloaded slog v2.7.0
6782024-08-12T21:56:48.373Z Downloaded pin-project-lite v0.2.14
6792024-08-12T21:56:48.378Z Downloaded untrusted v0.7.1
6802024-08-12T21:56:48.381Z Downloaded home v0.5.9
6812024-08-12T21:56:48.381Z Downloaded float-cmp v0.9.0
6822024-08-12T21:56:48.384Z Downloaded stable_deref_trait v1.2.0
6832024-08-12T21:56:48.384Z Downloaded pkg-config v0.3.30
6842024-08-12T21:56:48.387Z Downloaded serde_derive_internals v0.29.1
6852024-08-12T21:56:48.389Z Downloaded tracing v0.1.40
6862024-08-12T21:56:48.393Z Downloaded serde_plain v1.0.2
6872024-08-12T21:56:48.396Z Downloaded slog-scope v4.4.0
6882024-08-12T21:56:48.399Z Downloaded time v0.3.36
6892024-08-12T21:56:48.405Z Downloaded num-bigint-dig v0.8.4
6902024-08-12T21:56:48.412Z Downloaded headers-core v0.2.0
6912024-08-12T21:56:48.415Z Downloaded resolv-conf v0.7.0
6922024-08-12T21:56:48.418Z Downloaded hash32 v0.2.1
6932024-08-12T21:56:48.418Z Downloaded tungstenite v0.20.1
6942024-08-12T21:56:48.421Z Downloaded untrusted v0.9.0
6952024-08-12T21:56:48.424Z Downloaded sqlformat v0.2.4
6962024-08-12T21:56:48.427Z Downloaded radium v0.7.0
6972024-08-12T21:56:48.427Z Downloaded expectorate v1.1.0
6982024-08-12T21:56:48.431Z Downloaded foreign-types v0.3.2
6992024-08-12T21:56:48.435Z Downloaded hex v0.4.3
7002024-08-12T21:56:48.435Z Downloaded static_assertions v1.1.0
7012024-08-12T21:56:48.435Z Downloaded ron v0.8.1
7022024-08-12T21:56:48.440Z Downloaded pem v3.0.4
7032024-08-12T21:56:48.443Z Downloaded smawk v0.3.2
7042024-08-12T21:56:48.446Z Downloaded ppv-lite86 v0.2.17
7052024-08-12T21:56:48.446Z Downloaded tokio-rustls v0.25.0
7062024-08-12T21:56:48.449Z Downloaded strip-ansi-escapes v0.2.0
7072024-08-12T21:56:48.449Z Downloaded smf v0.2.3
7082024-08-12T21:56:48.451Z Downloaded pkcs8 v0.10.2
7092024-08-12T21:56:48.454Z Downloaded peg v0.8.4
7102024-08-12T21:56:48.457Z Downloaded prettyplease v0.2.20
7112024-08-12T21:56:48.461Z Downloaded shell-words v1.1.0
7122024-08-12T21:56:48.464Z Downloaded signature v2.2.0
7132024-08-12T21:56:48.467Z Downloaded tokio-macros v2.3.0
7142024-08-12T21:56:48.467Z Downloaded tls_codec v0.4.1
7152024-08-12T21:56:48.470Z Downloaded slog-stdlog v4.1.1
7162024-08-12T21:56:48.470Z Downloaded schemars v0.8.21
7172024-08-12T21:56:48.483Z Downloaded hostname v0.3.1
7182024-08-12T21:56:48.486Z Downloaded hubpack v0.1.2
7192024-08-12T21:56:48.489Z Downloaded httpdate v1.0.3
7202024-08-12T21:56:48.489Z Downloaded highway v1.2.0
7212024-08-12T21:56:48.492Z Downloaded itertools v0.13.0
7222024-08-12T21:56:48.498Z Downloaded diesel_derives v2.2.2
7232024-08-12T21:56:48.504Z Downloaded hashbrown v0.13.2
7242024-08-12T21:56:48.507Z Downloaded unicode-linebreak v0.1.5
7252024-08-12T21:56:48.510Z Downloaded tokio-native-tls v0.3.1
7262024-08-12T21:56:48.513Z Downloaded blake3 v1.5.1
7272024-08-12T21:56:48.518Z Downloaded rustfmt-wrapper v0.2.1
7282024-08-12T21:56:48.521Z Downloaded steno v0.4.1
7292024-08-12T21:56:48.524Z Downloaded zerocopy v0.6.6
7302024-08-12T21:56:48.527Z Downloaded smallvec v0.6.14
7312024-08-12T21:56:48.531Z Downloaded aho-corasick v1.1.3
7322024-08-12T21:56:48.534Z Downloaded phf v0.11.2
7332024-08-12T21:56:48.537Z Downloaded tinyvec v1.6.0
7342024-08-12T21:56:48.541Z Downloaded serde_yaml v0.9.34+deprecated
7352024-08-12T21:56:48.545Z Downloaded serde_with v3.8.3
7362024-08-12T21:56:48.554Z Downloaded elliptic-curve v0.13.8
7372024-08-12T21:56:48.560Z Downloaded signal-hook v0.3.17
7382024-08-12T21:56:48.564Z Downloaded test-strategy v0.3.1
7392024-08-12T21:56:48.567Z Downloaded rand v0.8.5
7402024-08-12T21:56:48.571Z Downloaded hashbrown v0.12.3
7412024-08-12T21:56:48.575Z Downloaded fatfs v0.3.6
7422024-08-12T21:56:48.578Z Downloaded uuid v1.10.0
7432024-08-12T21:56:48.582Z Downloaded pin-project v1.1.5
7442024-08-12T21:56:48.594Z Downloaded trust-dns-resolver v0.22.0
7452024-08-12T21:56:48.600Z Downloaded tungstenite v0.21.0
7462024-08-12T21:56:48.603Z Downloaded regex-automata v0.1.10
7472024-08-12T21:56:48.609Z Downloaded quick-xml v0.31.0
7482024-08-12T21:56:48.616Z Downloaded flume v0.11.0
7492024-08-12T21:56:48.619Z Downloaded h2 v0.3.26
7502024-08-12T21:56:48.626Z Downloaded indexmap v1.9.3
7512024-08-12T21:56:48.630Z Downloaded textwrap v0.16.1
7522024-08-12T21:56:48.633Z Downloaded unicode-segmentation v1.11.0
7532024-08-12T21:56:48.637Z Downloaded tokio-postgres v0.7.11
7542024-08-12T21:56:48.642Z Downloaded publicsuffix v2.2.3
7552024-08-12T21:56:48.645Z Downloaded typed-path v0.7.1
7562024-08-12T21:56:48.652Z Downloaded flate2 v1.0.31
7572024-08-12T21:56:48.657Z Downloaded portable-atomic v1.6.0
7582024-08-12T21:56:48.664Z Downloaded rustls-webpki v0.101.7
7592024-08-12T21:56:48.680Z Downloaded unicode-normalization v0.1.23
7602024-08-12T21:56:48.684Z Downloaded winnow v0.5.40
7612024-08-12T21:56:48.693Z Downloaded rustls-webpki v0.102.4
7622024-08-12T21:56:48.712Z Downloaded toml_edit v0.19.15
7632024-08-12T21:56:48.730Z Downloaded x509-cert v0.2.5
7642024-08-12T21:56:48.736Z Downloaded futures-util v0.3.30
7652024-08-12T21:56:48.750Z Downloaded idna v0.3.0
7662024-08-12T21:56:48.756Z Downloaded object v0.30.4
7672024-08-12T21:56:48.767Z Downloaded hyper v0.14.30
7682024-08-12T21:56:48.775Z Downloaded nix v0.27.1
7692024-08-12T21:56:48.787Z Downloaded object v0.32.2
7702024-08-12T21:56:48.798Z Downloaded reqwest v0.11.27
7712024-08-12T21:56:48.808Z Downloaded hkdf v0.12.4
7722024-08-12T21:56:48.810Z Downloaded sqlparser v0.45.0
7732024-08-12T21:56:48.816Z Downloaded bstr v0.2.17
7742024-08-12T21:56:48.826Z Downloaded vcpkg v0.2.15
7752024-08-12T21:56:48.867Z Downloaded smoltcp v0.11.0
7762024-08-12T21:56:48.880Z Downloaded radix_trie v0.2.1
7772024-08-12T21:56:48.887Z Downloaded gimli v0.28.1
7782024-08-12T21:56:48.896Z Downloaded bstr v1.9.1
7792024-08-12T21:56:48.907Z Downloaded smoltcp v0.9.1
7802024-08-12T21:56:48.918Z Downloaded rustls v0.21.12
7812024-08-12T21:56:48.931Z Downloaded polar-core v0.27.3
7822024-08-12T21:56:48.939Z Downloaded regex-syntax v0.6.29
7832024-08-12T21:56:48.947Z Downloaded rustls v0.22.4
7842024-08-12T21:56:48.964Z Downloaded openapiv3 v2.0.0
7852024-08-12T21:56:48.975Z Downloaded regex-syntax v0.8.4
7862024-08-12T21:56:48.983Z Downloaded regress v0.9.1
7872024-08-12T21:56:48.992Z Downloaded sled v0.34.7
7882024-08-12T21:56:49.003Z Downloaded ratatui v0.28.0
7892024-08-12T21:56:49.023Z Downloaded diesel v2.2.2
7902024-08-12T21:56:49.042Z Downloaded nix v0.28.0
7912024-08-12T21:56:49.054Z Downloaded zerocopy-derive v0.6.6
7922024-08-12T21:56:49.064Z Downloaded regex-automata v0.4.6
7932024-08-12T21:56:49.082Z Downloaded bzip2-sys v0.1.11+1.0.8
7942024-08-12T21:56:49.095Z Downloaded idna v0.5.0
7952024-08-12T21:56:49.103Z Downloaded idna v0.2.3
7962024-08-12T21:56:49.110Z Downloaded sha3 v0.10.8
7972024-08-12T21:56:49.115Z Downloaded finl_unicode v1.2.0
7982024-08-12T21:56:49.130Z Downloaded petgraph v0.6.5
7992024-08-12T21:56:49.150Z Downloaded tokio v1.38.1
8002024-08-12T21:56:49.190Z Downloaded csv v1.3.0
8012024-08-12T21:56:49.212Z Downloaded webpki-roots v0.25.4
8022024-08-12T21:56:49.217Z Downloaded trust-dns-proto v0.22.0
8032024-08-12T21:56:49.230Z Downloaded regex v1.10.6
8042024-08-12T21:56:49.245Z Downloaded encoding_rs v0.8.34
8052024-08-12T21:56:49.269Z Downloaded proptest v1.5.0
8062024-08-12T21:56:49.280Z Downloaded curve25519-dalek v4.1.3
8072024-08-12T21:56:49.291Z Downloaded openssl v0.10.66
8082024-08-12T21:56:49.301Z Downloaded bitvec v1.0.1
8092024-08-12T21:56:49.317Z Downloaded rayon v1.10.0
8102024-08-12T21:56:49.331Z Downloaded lalrpop v0.19.12
8112024-08-12T21:56:49.343Z Downloaded chrono v0.4.38
8122024-08-12T21:56:49.349Z Downloaded zip v0.6.6
8132024-08-12T21:56:49.354Z Downloaded reedline v0.33.0
8142024-08-12T21:56:49.364Z Downloaded tough v0.17.1
8152024-08-12T21:56:49.374Z Downloaded rustyline v14.0.0
8162024-08-12T21:56:49.380Z Downloaded tokio-util v0.7.11
8172024-08-12T21:56:49.386Z Downloaded rsa v0.9.6
8182024-08-12T21:56:49.392Z Downloaded samael v0.0.15
8192024-08-12T21:56:49.398Z Downloaded hmac v0.12.1
8202024-08-12T21:56:49.401Z Downloaded toml v0.5.11
8212024-08-12T21:56:49.405Z Downloaded bindgen v0.69.4
8222024-08-12T21:56:49.410Z Downloaded headers v0.3.9
8232024-08-12T21:56:49.416Z Downloaded toml v0.7.8
8242024-08-12T21:56:49.420Z Downloaded fastrand v2.1.0
8252024-08-12T21:56:49.424Z Downloaded zeroize_derive v1.4.2
8262024-08-12T21:56:49.424Z Downloaded signal-hook-mio v0.2.4
8272024-08-12T21:56:49.427Z Downloaded endian-type v0.1.2
8282024-08-12T21:56:49.427Z Downloaded zone v0.1.8
8292024-08-12T21:56:49.427Z Downloaded fd-lock v4.0.2
8302024-08-12T21:56:49.430Z Downloaded httparse v1.8.0
8312024-08-12T21:56:49.430Z Downloaded heapless v0.7.17
8322024-08-12T21:56:49.434Z Downloaded trust-dns-server v0.22.1
8332024-08-12T21:56:49.440Z Downloaded ring v0.17.8
8342024-08-12T21:56:49.513Z Downloaded signal-hook-registry v1.4.2
8352024-08-12T21:56:49.515Z Downloaded http v0.2.12
8362024-08-12T21:56:49.518Z Downloaded which v4.4.2
8372024-08-12T21:56:49.518Z Downloaded indent_write v2.2.0
8382024-08-12T21:56:49.522Z Downloaded quick-error v1.2.3
8392024-08-12T21:56:49.522Z Downloaded pin-project-internal v1.1.5
8402024-08-12T21:56:49.526Z Downloaded crossterm v0.27.0
8412024-08-12T21:56:49.530Z Downloaded ring v0.16.20
8422024-08-12T21:56:49.613Z Downloaded postcard v1.0.8
8432024-08-12T21:56:49.616Z Downloaded derive_builder v0.20.0
8442024-08-12T21:56:49.620Z Downloaded itertools v0.12.1
8452024-08-12T21:56:49.628Z Downloaded ena v0.14.3
8462024-08-12T21:56:49.635Z Downloaded embedded-io v0.4.0
8472024-08-12T21:56:49.635Z Downloaded ron v0.7.1
8482024-08-12T21:56:49.639Z Downloaded rand_chacha v0.3.1
8492024-08-12T21:56:49.639Z Downloaded termios v0.3.3
8502024-08-12T21:56:49.639Z Downloaded termcolor v1.4.1
8512024-08-12T21:56:49.644Z Downloaded sec1 v0.7.3
8522024-08-12T21:56:49.644Z Downloaded sct v0.7.1
8532024-08-12T21:56:49.648Z Downloaded scopeguard v1.2.0
8542024-08-12T21:56:49.648Z Downloaded schemars_derive v0.8.21
8552024-08-12T21:56:49.648Z Downloaded psl-types v2.0.11
8562024-08-12T21:56:49.648Z Downloaded proc-macro-crate v1.3.1
8572024-08-12T21:56:49.652Z Downloaded globset v0.4.14
8582024-08-12T21:56:49.653Z Downloaded topological-sort v0.2.2
8592024-08-12T21:56:49.653Z Downloaded der_derive v0.7.2
8602024-08-12T21:56:49.653Z Downloaded glob v0.3.1
8612024-08-12T21:56:49.657Z Downloaded getrandom v0.2.14
8622024-08-12T21:56:49.657Z Downloaded socket2 v0.5.7
8632024-08-12T21:56:49.661Z Downloaded derive_builder_core v0.20.0
8642024-08-12T21:56:49.661Z Downloaded mio v1.0.1
8652024-08-12T21:56:49.665Z Downloaded crossterm v0.28.1
8662024-08-12T21:56:49.673Z Downloaded deranged v0.3.11
8672024-08-12T21:56:49.677Z Downloaded unicode-bidi v0.3.15
8682024-08-12T21:56:49.677Z Downloaded socket2 v0.4.10
8692024-08-12T21:56:49.680Z Downloaded der v0.7.9
8702024-08-12T21:56:49.684Z Downloaded futures-channel v0.3.30
8712024-08-12T21:56:49.688Z Downloaded unicode_categories v0.1.1
8722024-08-12T21:56:49.688Z Downloaded rcgen v0.12.1
8732024-08-12T21:56:49.692Z Downloaded rayon-core v1.12.1
8742024-08-12T21:56:49.695Z Downloaded tokio-rustls v0.24.1
8752024-08-12T21:56:49.699Z Downloaded smallvec v1.13.2
8762024-08-12T21:56:49.699Z Downloaded trust-dns-client v0.22.0
8772024-08-12T21:56:49.708Z Downloaded slog-bunyan v2.5.0
8782024-08-12T21:56:49.713Z Downloaded slog-async v2.8.0
8792024-08-12T21:56:49.713Z Downloaded env_logger v0.10.2
8802024-08-12T21:56:49.713Z Downloaded derive-where v1.2.7
8812024-08-12T21:56:49.720Z Downloaded rustc_version v0.1.7
8822024-08-12T21:56:49.720Z Downloaded unarray v0.1.4
8832024-08-12T21:56:49.720Z Downloaded diff v0.1.13
8842024-08-12T21:56:49.723Z Downloaded url v2.5.2
8852024-08-12T21:56:49.723Z Downloaded structmeta v0.3.0
8862024-08-12T21:56:49.723Z Downloaded futures-core v0.3.30
8872024-08-12T21:56:49.723Z Downloaded float-ord v0.3.2
8882024-08-12T21:56:49.727Z Downloaded libxml v0.3.3
8892024-08-12T21:56:49.731Z Downloaded walkdir v2.5.0
8902024-08-12T21:56:49.735Z Downloaded dsl_auto_type v0.1.2
8912024-08-12T21:56:49.735Z Downloaded hyper-rustls v0.24.2
8922024-08-12T21:56:49.735Z Downloaded futures-executor v0.3.30
8932024-08-12T21:56:49.741Z Downloaded crossbeam-channel v0.5.12
8942024-08-12T21:56:49.746Z Downloaded snafu-derive v0.8.2
8952024-08-12T21:56:49.746Z Downloaded vsss-rs v3.3.4
8962024-08-12T21:56:49.746Z Downloaded tracing-core v0.1.32
8972024-08-12T21:56:49.750Z Downloaded crypto-bigint v0.5.5
8982024-08-12T21:56:49.754Z Downloaded serde-hex v0.1.0
8992024-08-12T21:56:49.754Z Downloaded rusty-fork v0.3.0
9002024-08-12T21:56:49.757Z Downloaded tui-tree-widget v0.22.0
9012024-08-12T21:56:49.757Z Downloaded tokio-stream v0.1.15
9022024-08-12T21:56:49.761Z Downloaded rustls-pki-types v1.7.0
9032024-08-12T21:56:49.766Z Downloaded rustls-pemfile v2.1.3
9042024-08-12T21:56:49.766Z Downloaded derive_more v0.99.18
9052024-08-12T21:56:49.772Z Downloaded const_format v0.2.32
9062024-08-12T21:56:49.775Z Downloaded chacha20poly1305 v0.10.1
9072024-08-12T21:56:49.776Z Downloaded backtrace v0.3.71
9082024-08-12T21:56:49.780Z Downloaded form_urlencoded v1.2.1
9092024-08-12T21:56:49.784Z Downloaded tiny-keccak v2.0.2
9102024-08-12T21:56:49.784Z Downloaded difflib v0.4.0
9112024-08-12T21:56:49.784Z Downloaded universal-hash v0.5.1
9122024-08-12T21:56:49.789Z Downloaded compact_str v0.8.0
9132024-08-12T21:56:49.789Z Downloaded pkcs1 v0.7.5
9142024-08-12T21:56:49.793Z Downloaded pem-rfc7468 v0.7.0
9152024-08-12T21:56:49.793Z Downloaded omicron-zone-package v0.11.0
9162024-08-12T21:56:49.797Z Downloaded iana-time-zone v0.1.60
9172024-08-12T21:56:49.801Z Downloaded miniz_oxide v0.7.2
9182024-08-12T21:56:49.801Z Downloaded thiserror-no-std v2.0.2
9192024-08-12T21:56:49.804Z Downloaded indicatif v0.17.8
9202024-08-12T21:56:49.807Z Downloaded crossbeam-epoch v0.9.18
9212024-08-12T21:56:49.810Z Downloaded const-oid v0.9.6
9222024-08-12T21:56:49.810Z Downloaded password-hash v0.5.0
9232024-08-12T21:56:49.814Z Downloaded parking_lot_core v0.9.10
9242024-08-12T21:56:49.818Z Downloaded mockall_derive v0.13.0
9252024-08-12T21:56:49.818Z Downloaded futures-sink v0.3.30
9262024-08-12T21:56:49.818Z Downloaded futures-macro v0.3.30
9272024-08-12T21:56:49.818Z Downloaded futures-io v0.3.30
9282024-08-12T21:56:49.822Z Downloaded flagset v0.4.5
9292024-08-12T21:56:49.822Z Downloaded cookie v0.18.1
9302024-08-12T21:56:49.825Z Downloaded percent-encoding v2.3.1
9312024-08-12T21:56:49.825Z Downloaded tokio-tungstenite v0.21.0
9322024-08-12T21:56:49.825Z Downloaded num-rational v0.4.2
9332024-08-12T21:56:49.828Z Downloaded hyper-tls v0.5.0
9342024-08-12T21:56:49.828Z Downloaded http-body v0.4.6
9352024-08-12T21:56:49.828Z Downloaded fallible-iterator v0.2.0
9362024-08-12T21:56:49.831Z Downloaded display-error-chain v0.2.0
9372024-08-12T21:56:49.831Z Downloaded slog-term v2.9.1
9382024-08-12T21:56:49.833Z Downloaded serde_with_macros v3.8.3
9392024-08-12T21:56:49.837Z Downloaded num-integer v0.1.46
9402024-08-12T21:56:49.841Z Downloaded darling_core v0.20.9
9412024-08-12T21:56:49.845Z Downloaded base64 v0.22.1
9422024-08-12T21:56:49.849Z Downloaded arc-swap v1.7.1
9432024-08-12T21:56:49.854Z Downloaded signal-hook-tokio v0.3.1
9442024-08-12T21:56:49.854Z Downloaded num_enum_derive v0.5.11
9452024-08-12T21:56:49.854Z Downloaded allocator-api2 v0.2.18
9462024-08-12T21:56:49.859Z Downloaded base64ct v1.6.0
9472024-08-12T21:56:49.859Z Downloaded addr2line v0.21.0
9482024-08-12T21:56:49.859Z Downloaded clang-sys v1.7.0
9492024-08-12T21:56:49.863Z Downloaded bzip2 v0.4.4
9502024-08-12T21:56:49.863Z Downloaded bcs v0.1.6
9512024-08-12T21:56:49.866Z Downloaded nibble_vec v0.1.0
9522024-08-12T21:56:49.866Z Downloaded mime v0.3.17
9532024-08-12T21:56:49.870Z Downloaded crossbeam-utils v0.8.19
9542024-08-12T21:56:49.876Z Downloaded castaway v0.2.3
9552024-08-12T21:56:49.876Z Downloaded blake2 v0.10.6
9562024-08-12T21:56:49.876Z Downloaded ahash v0.8.11
9572024-08-12T21:56:49.880Z Downloaded const_format_proc_macros v0.2.32
9582024-08-12T21:56:49.880Z Downloaded cexpr v0.6.0
9592024-08-12T21:56:49.885Z Downloaded libloading v0.8.3
9602024-08-12T21:56:49.885Z Downloaded ipnet v2.9.0
9612024-08-12T21:56:49.891Z Downloaded crc-catalog v2.4.0
9622024-08-12T21:56:49.891Z Downloaded convert_case v0.4.0
9632024-08-12T21:56:49.891Z Downloaded ascii v1.1.0
9642024-08-12T21:56:49.891Z Downloaded foreign-types-shared v0.1.1
9652024-08-12T21:56:49.900Z Downloaded downcast v0.11.0
9662024-08-12T21:56:49.900Z Downloaded bitflags v1.3.2
9672024-08-12T21:56:49.900Z Downloaded backoff v0.4.0
9682024-08-12T21:56:49.900Z Downloaded path-slash v0.1.5
9692024-08-12T21:56:49.900Z Downloaded console v0.15.8
9702024-08-12T21:56:49.906Z Downloaded cancel-safe-futures v0.1.5
9712024-08-12T21:56:49.906Z Downloaded num-conv v0.1.0
9722024-08-12T21:56:49.906Z Downloaded new_debug_unreachable v1.0.6
9732024-08-12T21:56:49.906Z Downloaded normalize-line-endings v0.3.0
9742024-08-12T21:56:49.906Z Downloaded crc32fast v1.4.0
9752024-08-12T21:56:49.911Z Downloaded packed_struct_codegen v0.10.1
9762024-08-12T21:56:49.911Z Downloaded multer v3.1.0
9772024-08-12T21:56:49.911Z Downloaded chacha20 v0.9.1
9782024-08-12T21:56:49.915Z Downloaded libsw v3.3.1
9792024-08-12T21:56:49.915Z Downloaded lalrpop-util v0.19.12
9802024-08-12T21:56:49.915Z Downloaded kstat-rs v0.2.4
9812024-08-12T21:56:49.915Z Downloaded instability v0.3.2
9822024-08-12T21:56:49.920Z Downloaded argon2 v0.5.3
9832024-08-12T21:56:49.920Z Downloaded parse-display v0.10.0
9842024-08-12T21:56:49.920Z Downloaded num_enum v0.5.11
9852024-08-12T21:56:49.925Z Downloaded num-complex v0.4.6
9862024-08-12T21:56:49.930Z Downloaded lazycell v1.3.0
9872024-08-12T21:56:49.931Z Downloaded inout v0.1.3
9882024-08-12T21:56:49.931Z Downloaded memoffset v0.9.1
9892024-08-12T21:56:49.931Z Downloaded atomicwrites v0.4.3
9902024-08-12T21:56:49.931Z Downloaded managed v0.8.0
9912024-08-12T21:56:49.934Z Downloaded curve25519-dalek-derive v0.1.1
9922024-08-12T21:56:49.934Z Downloaded array-init v0.0.4
9932024-08-12T21:56:49.934Z Downloaded multimap v0.10.0
9942024-08-12T21:56:49.934Z Downloaded bitfield-struct v0.6.1
9952024-08-12T21:56:49.934Z Downloaded block-padding v0.3.3
9962024-08-12T21:56:49.934Z Downloaded arrayref v0.3.7
9972024-08-12T21:56:49.934Z Downloaded keccak v0.1.5
9982024-08-12T21:56:49.942Z Downloaded ipnetwork v0.20.0
9992024-08-12T21:56:49.942Z Downloaded indoc v1.0.9
10002024-08-12T21:56:49.946Z Downloaded async-recursion v1.1.1
10012024-08-12T21:56:49.946Z Downloaded ascii-canvas v3.0.0
10022024-08-12T21:56:50.045Z Compiling cfg-if v1.0.0
10032024-08-12T21:56:50.046Z Compiling serde v1.0.206
10042024-08-12T21:56:50.050Z Compiling lock_api v0.4.12
10052024-08-12T21:56:50.050Z Compiling scopeguard v1.2.0
10062024-08-12T21:56:50.050Z Compiling log v0.4.21
10072024-08-12T21:56:50.050Z Compiling cc v1.0.97
10082024-08-12T21:56:50.220Z Compiling syn v2.0.72
10092024-08-12T21:56:50.265Z Compiling getrandom v0.2.14
10102024-08-12T21:56:50.268Z Compiling typenum v1.17.0
10112024-08-12T21:56:50.348Z Compiling generic-array v0.14.7
10122024-08-12T21:56:50.662Z Compiling rand_core v0.6.4
10132024-08-12T21:56:50.694Z Compiling pin-project-lite v0.2.14
10142024-08-12T21:56:50.818Z Compiling parking_lot_core v0.9.10
10152024-08-12T21:56:50.835Z Compiling smallvec v1.13.2
10162024-08-12T21:56:50.868Z Compiling signal-hook-registry v1.4.2
10172024-08-12T21:56:51.208Z Compiling spin v0.9.8
10182024-08-12T21:56:51.228Z Compiling mio v0.8.11
10192024-08-12T21:56:51.264Z Compiling ahash v0.8.11
10202024-08-12T21:56:51.648Z Compiling tinyvec_macros v0.1.1
10212024-08-12T21:56:51.704Z Compiling socket2 v0.5.7
10222024-08-12T21:56:51.740Z Compiling parking_lot v0.12.2
10232024-08-12T21:56:51.758Z Compiling tinyvec v1.6.0
10242024-08-12T21:56:52.029Z Compiling num_cpus v1.16.0
10252024-08-12T21:56:52.175Z Compiling futures-core v0.3.30
10262024-08-12T21:56:52.450Z Compiling libm v0.2.8
10272024-08-12T21:56:52.627Z Compiling subtle v2.5.0
10282024-08-12T21:56:52.705Z Compiling serde_json v1.0.122
10292024-08-12T21:56:52.752Z Compiling const-oid v0.9.6
10302024-08-12T21:56:52.856Z Compiling slab v0.4.9
10312024-08-12T21:56:53.089Z Compiling num-traits v0.2.19
10322024-08-12T21:56:53.092Z Compiling unicode-bidi v0.3.15
10332024-08-12T21:56:53.229Z Compiling allocator-api2 v0.2.18
10342024-08-12T21:56:53.333Z Compiling futures-sink v0.3.30
10352024-08-12T21:56:53.452Z Compiling unicode-normalization v0.1.23
10362024-08-12T21:56:54.045Z Compiling futures-channel v0.3.30
10372024-08-12T21:56:54.048Z Compiling vcpkg v0.2.15
10382024-08-12T21:56:54.160Z Compiling futures-task v0.3.30
10392024-08-12T21:56:54.492Z Compiling pkg-config v0.3.30
10402024-08-12T21:56:54.523Z Compiling pin-utils v0.1.0
10412024-08-12T21:56:54.630Z Compiling futures-io v0.3.30
10422024-08-12T21:56:54.693Z Compiling ring v0.17.8
10432024-08-12T21:56:54.844Z Compiling ppv-lite86 v0.2.17
10442024-08-12T21:56:55.039Z Compiling percent-encoding v2.3.1
10452024-08-12T21:56:55.415Z Compiling tracing-core v0.1.32
10462024-08-12T21:56:55.482Z Compiling powerfmt v0.2.0
10472024-08-12T21:56:55.794Z Compiling rand_chacha v0.3.1
10482024-08-12T21:56:56.010Z Compiling time-core v0.1.2
10492024-08-12T21:56:56.226Z Compiling num-conv v0.1.0
10502024-08-12T21:56:56.371Z Compiling rustix v0.38.34
10512024-08-12T21:56:56.611Z Compiling untrusted v0.9.0
10522024-08-12T21:56:56.659Z Compiling openssl-sys v0.9.103
10532024-08-12T21:56:56.786Z Compiling syn v1.0.109
10542024-08-12T21:56:57.029Z Compiling time-macros v0.2.18
10552024-08-12T21:56:57.374Z Compiling rand v0.8.5
10562024-08-12T21:56:57.479Z Compiling deranged v0.3.11
10572024-08-12T21:56:57.530Z Compiling base64ct v1.6.0
10582024-08-12T21:56:58.161Z Compiling openssl v0.10.66
10592024-08-12T21:56:58.419Z Compiling foreign-types-shared v0.1.1
10602024-08-12T21:56:58.539Z Compiling rustversion v1.0.17
10612024-08-12T21:56:58.611Z Compiling num_threads v0.1.7
10622024-08-12T21:56:58.749Z Compiling httparse v1.8.0
10632024-08-12T21:56:59.257Z Compiling foreign-types v0.3.2
10642024-08-12T21:56:59.273Z Compiling pem-rfc7468 v0.7.0
10652024-08-12T21:56:59.307Z Compiling form_urlencoded v1.2.1
10662024-08-12T21:56:59.344Z Compiling native-tls v0.2.11
10672024-08-12T21:56:59.596Z Compiling try-lock v0.2.5
10682024-08-12T21:56:59.683Z Compiling siphasher v0.3.11
10692024-08-12T21:56:59.719Z Compiling flagset v0.4.5
10702024-08-12T21:56:59.918Z Compiling crossbeam-utils v0.8.19
10712024-08-12T21:56:59.981Z Compiling rustls v0.21.12
10722024-08-12T21:57:00.056Z Compiling want v0.3.1
10732024-08-12T21:57:00.218Z Compiling time v0.3.36
10742024-08-12T21:57:00.346Z Compiling idna v0.5.0
10752024-08-12T21:57:00.557Z Compiling lazy_static v1.5.0
10762024-08-12T21:57:00.691Z Compiling cookie v0.17.0
10772024-08-12T21:57:00.966Z Compiling aho-corasick v1.1.3
10782024-08-12T21:57:01.016Z Compiling iana-time-zone v0.1.60
10792024-08-12T21:57:01.525Z Compiling httpdate v1.0.3
10802024-08-12T21:57:01.738Z Compiling regex-syntax v0.8.4
10812024-08-12T21:57:02.019Z Compiling openssl-probe v0.1.5
10822024-08-12T21:57:02.074Z Compiling finl_unicode v1.2.0
10832024-08-12T21:57:02.423Z Compiling tower-service v0.3.2
10842024-08-12T21:57:02.565Z Compiling cpufeatures v0.2.12
10852024-08-12T21:57:02.671Z Compiling slog v2.7.0
10862024-08-12T21:57:02.720Z Compiling adler v1.0.2
10872024-08-12T21:57:02.990Z Compiling miniz_oxide v0.7.2
10882024-08-12T21:57:03.356Z Compiling stringprep v0.1.4
10892024-08-12T21:57:04.687Z Compiling url v2.5.2
10902024-08-12T21:57:05.563Z Compiling serde_derive v1.0.206
10912024-08-12T21:57:05.867Z Compiling zeroize_derive v1.4.2
10922024-08-12T21:57:06.149Z Compiling zerocopy-derive v0.7.34
10932024-08-12T21:57:06.699Z Compiling tokio-macros v2.3.0
10942024-08-12T21:57:06.796Z Compiling thiserror-impl v1.0.63
10952024-08-12T21:57:07.604Z Compiling zeroize v1.7.0
10962024-08-12T21:57:08.046Z Compiling futures-macro v0.3.30
10972024-08-12T21:57:08.541Z Compiling tracing-attributes v0.1.27
10982024-08-12T21:57:08.631Z Compiling zerocopy v0.7.34
10992024-08-12T21:57:09.023Z Compiling scroll_derive v0.12.0
11002024-08-12T21:57:09.540Z Compiling crypto-common v0.1.6
11012024-08-12T21:57:09.798Z Compiling block-buffer v0.10.4
11022024-08-12T21:57:10.095Z Compiling digest v0.10.7
11032024-08-12T21:57:10.365Z Compiling futures-util v0.3.30
11042024-08-12T21:57:10.417Z Compiling thiserror v1.0.63
11052024-08-12T21:57:10.568Z Compiling pest v2.7.10
11062024-08-12T21:57:10.615Z Compiling hmac v0.12.1
11072024-08-12T21:57:10.654Z Compiling scroll v0.12.0
11082024-08-12T21:57:10.896Z Compiling hashbrown v0.14.5
11092024-08-12T21:57:10.938Z Compiling der_derive v0.7.2
11102024-08-12T21:57:11.266Z Compiling goblin v0.8.2
11112024-08-12T21:57:12.336Z Compiling openssl-macros v0.1.1
11122024-08-12T21:57:12.698Z Compiling tracing v0.1.40
11132024-08-12T21:57:13.246Z Compiling pest_meta v2.7.10
11142024-08-12T21:57:13.288Z Compiling rustls-webpki v0.101.7
11152024-08-12T21:57:13.764Z Compiling der v0.7.9
11162024-08-12T21:57:13.814Z Compiling sct v0.7.1
11172024-08-12T21:57:14.480Z Compiling sha2 v0.10.8
11182024-08-12T21:57:15.461Z Compiling pest_generator v2.7.10
11192024-08-12T21:57:17.135Z Compiling spki v0.7.3
11202024-08-12T21:57:17.460Z Compiling md-5 v0.10.6
11212024-08-12T21:57:17.518Z Compiling regex-automata v0.4.6
11222024-08-12T21:57:17.627Z Compiling num-integer v0.1.46
11232024-08-12T21:57:17.746Z Compiling idna v0.3.0
11242024-08-12T21:57:18.411Z Compiling backtrace v0.3.71
11252024-08-12T21:57:18.516Z Compiling hash32 v0.2.1
11262024-08-12T21:57:18.707Z Compiling pest_derive v2.7.10
11272024-08-12T21:57:18.903Z Compiling smoltcp v0.9.1
11282024-08-12T21:57:18.924Z Compiling stable_deref_trait v1.2.0
11292024-08-12T21:57:19.036Z Compiling base64 v0.22.1
11302024-08-12T21:57:19.603Z Compiling fallible-iterator v0.2.0
11312024-08-12T21:57:19.622Z Compiling dtrace-parser v0.2.0
11322024-08-12T21:57:19.749Z Compiling gimli v0.28.1
11332024-08-12T21:57:19.887Z Compiling psl-types v2.0.11
11342024-08-12T21:57:20.110Z Compiling crc32fast v1.4.0
11352024-08-12T21:57:20.382Z Compiling signal-hook v0.3.17
11362024-08-12T21:57:20.725Z Compiling publicsuffix v2.2.3
11372024-08-12T21:57:20.819Z Compiling pkcs8 v0.10.2
11382024-08-12T21:57:20.998Z Compiling hubpack_derive v0.1.1
11392024-08-12T21:57:21.425Z Compiling bytes v1.7.1
11402024-08-12T21:57:21.575Z Compiling bitflags v2.6.0
11412024-08-12T21:57:22.005Z Compiling indexmap v2.3.0
11422024-08-12T21:57:22.059Z Compiling semver v1.0.23
11432024-08-12T21:57:22.812Z Compiling tokio v1.38.1
11442024-08-12T21:57:22.857Z Compiling http v0.2.12
11452024-08-12T21:57:22.886Z Compiling rustc_version v0.4.0
11462024-08-12T21:57:23.770Z Compiling heapless v0.7.17
11472024-08-12T21:57:24.235Z Compiling dof v0.3.0
11482024-08-12T21:57:25.139Z Compiling http-body v0.4.6
11492024-08-12T21:57:25.310Z Compiling uuid v1.10.0
11502024-08-12T21:57:25.547Z Compiling usdt-impl v0.5.0
11512024-08-12T21:57:25.707Z Compiling serde_tokenstream v0.2.1
11522024-08-12T21:57:26.321Z Compiling toml_datetime v0.6.8
11532024-08-12T21:57:26.665Z Compiling serde_spanned v0.6.7
11542024-08-12T21:57:26.850Z Compiling chrono v0.4.38
11552024-08-12T21:57:26.884Z Compiling terminal_size v0.3.0
11562024-08-12T21:57:26.936Z Compiling addr2line v0.21.0
11572024-08-12T21:57:27.105Z Compiling postgres-protocol v0.6.7
11582024-08-12T21:57:27.296Z Compiling block-padding v0.3.3
11592024-08-12T21:57:27.568Z Compiling async-trait v0.1.81
11602024-08-12T21:57:27.686Z Compiling zerocopy-derive v0.6.6
11612024-08-12T21:57:29.538Z Compiling phf_shared v0.11.2
11622024-08-12T21:57:29.584Z Compiling serde_derive_internals v0.29.1
11632024-08-12T21:57:29.977Z Compiling ff v0.13.0
11642024-08-12T21:57:30.162Z Compiling object v0.32.2
11652024-08-12T21:57:30.223Z Compiling fs-err v2.11.0
11662024-08-12T21:57:30.759Z Compiling rustc-demangle v0.1.24
11672024-08-12T21:57:30.944Z Compiling schemars v0.8.21
11682024-08-12T21:57:31.192Z Compiling base64 v0.21.7
11692024-08-12T21:57:31.345Z Compiling either v1.13.0
11702024-08-12T21:57:31.827Z Compiling tokio-util v0.7.11
11712024-08-12T21:57:31.887Z Compiling tokio-rustls v0.24.1
11722024-08-12T21:57:32.043Z Compiling tokio-native-tls v0.3.1
11732024-08-12T21:57:32.062Z Compiling anyhow v1.0.86
11742024-08-12T21:57:32.299Z Compiling base16ct v0.2.0
11752024-08-12T21:57:32.320Z Compiling ipnet v2.9.0
11762024-08-12T21:57:32.597Z Compiling regex-automata v0.1.10
11772024-08-12T21:57:32.621Z Compiling bit-vec v0.6.3
11782024-08-12T21:57:32.690Z Compiling managed v0.8.0
11792024-08-12T21:57:33.085Z Compiling h2 v0.3.26
11802024-08-12T21:57:33.125Z Compiling bitflags v1.3.2
11812024-08-12T21:57:33.153Z Compiling matches v0.1.10
11822024-08-12T21:57:33.171Z Compiling winnow v0.5.40
11832024-08-12T21:57:33.246Z Compiling idna v0.2.3
11842024-08-12T21:57:33.263Z Compiling bstr v0.2.17
11852024-08-12T21:57:33.768Z Compiling schemars_derive v0.8.21
11862024-08-12T21:57:34.711Z Compiling sec1 v0.7.3
11872024-08-12T21:57:34.907Z Compiling clap_builder v4.5.15
11882024-08-12T21:57:35.291Z Compiling rustls-pemfile v1.0.4
11892024-08-12T21:57:35.478Z Compiling group v0.13.0
11902024-08-12T21:57:35.707Z Compiling zerocopy v0.6.6
11912024-08-12T21:57:35.800Z Compiling phf v0.11.2
11922024-08-12T21:57:36.086Z Compiling postgres-types v0.2.7
11932024-08-12T21:57:36.562Z Compiling cookie_store v0.20.0
11942024-08-12T21:57:37.175Z Compiling toml_edit v0.19.15
11952024-08-12T21:57:37.593Z Compiling inout v0.1.3
11962024-08-12T21:57:37.703Z Compiling usdt-macro v0.5.0
11972024-08-12T21:57:37.861Z Compiling usdt-attr-macro v0.5.0
11982024-08-12T21:57:38.023Z Compiling regex v1.10.6
11992024-08-12T21:57:38.906Z Compiling hubpack v0.1.2
12002024-08-12T21:57:39.070Z Compiling serde_urlencoded v0.7.1
12012024-08-12T21:57:39.563Z Compiling num-bigint v0.4.5
12022024-08-12T21:57:39.583Z Compiling futures-executor v0.3.30
12032024-08-12T21:57:39.600Z Compiling enum-as-inner v0.5.1
12042024-08-12T21:57:40.130Z Compiling hyper v0.14.30
12052024-08-12T21:57:40.298Z Compiling hkdf v0.12.4
12062024-08-12T21:57:40.563Z Compiling crypto-bigint v0.5.5
12072024-08-12T21:57:40.658Z Compiling strum_macros v0.25.3
12082024-08-12T21:57:40.742Z Compiling serde_repr v0.1.19
12092024-08-12T21:57:41.958Z Compiling clap_derive v4.5.13
12102024-08-12T21:57:43.841Z Compiling phf_shared v0.10.0
12112024-08-12T21:57:44.242Z Compiling float-cmp v0.9.0
12122024-08-12T21:57:44.286Z Compiling mio v1.0.1
12132024-08-12T21:57:44.461Z Compiling encoding_rs v0.8.34
12142024-08-12T21:57:44.895Z Compiling dyn-clone v1.0.17
12152024-08-12T21:57:45.118Z Compiling sync_wrapper v0.1.2
12162024-08-12T21:57:45.151Z Compiling fixedbitset v0.4.2
12172024-08-12T21:57:45.256Z Compiling unicode-segmentation v1.11.0
12182024-08-12T21:57:45.504Z Compiling minimal-lexical v0.2.1
12192024-08-12T21:57:45.657Z Compiling new_debug_unreachable v1.0.6
12202024-08-12T21:57:45.756Z Compiling static_assertions v1.1.0
12212024-08-12T21:57:45.857Z Compiling normalize-line-endings v0.3.0
12222024-08-12T21:57:45.984Z Compiling data-encoding v2.6.0
12232024-08-12T21:57:46.016Z Compiling precomputed-hash v0.1.1
12242024-08-12T21:57:46.079Z Compiling difflib v0.4.0
12252024-08-12T21:57:46.137Z Compiling whoami v1.5.1
12262024-08-12T21:57:46.749Z Compiling webpki-roots v0.25.4
12272024-08-12T21:57:46.767Z Compiling mime v0.3.17
12282024-08-12T21:57:46.919Z Compiling hyper-rustls v0.24.2
12292024-08-12T21:57:47.109Z Compiling hyper-tls v0.5.0
12302024-08-12T21:57:47.288Z Compiling predicates-core v1.0.6
12312024-08-12T21:57:47.353Z Compiling clap v4.5.15
12322024-08-12T21:57:47.468Z Compiling predicates v3.1.2
12332024-08-12T21:57:47.487Z Compiling reqwest v0.11.27
12342024-08-12T21:57:47.614Z Compiling console v0.15.8
12352024-08-12T21:57:47.642Z Compiling trust-dns-proto v0.22.0
12362024-08-12T21:57:48.407Z Compiling tokio-postgres v0.7.11
12372024-08-12T21:57:48.948Z Compiling string_cache v0.8.7
12382024-08-12T21:57:49.178Z Compiling nom v7.1.3
12392024-08-12T21:57:49.222Z Compiling similar v2.5.0
12402024-08-12T21:57:49.407Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12412024-08-12T21:57:50.104Z Compiling petgraph v0.6.5
12422024-08-12T21:57:50.503Z Compiling toml_edit v0.22.20
12432024-08-12T21:57:52.905Z Compiling signal-hook-mio v0.2.4
12442024-08-12T21:57:53.086Z Compiling usdt v0.5.0
12452024-08-12T21:57:53.614Z Compiling elliptic-curve v0.13.8
12462024-08-12T21:57:54.055Z Compiling yasna v0.5.2
12472024-08-12T21:57:54.110Z Compiling toml v0.7.8
12482024-08-12T21:57:54.473Z Compiling futures v0.3.30
12492024-08-12T21:57:54.589Z Compiling flate2 v1.0.31
12502024-08-12T21:57:55.656Z Compiling cipher v0.4.4
12512024-08-12T21:57:55.835Z Compiling bit-set v0.5.3
12522024-08-12T21:57:55.933Z Compiling itertools v0.12.1
12532024-08-12T21:57:55.984Z Compiling itertools v0.10.5
12542024-08-12T21:57:56.125Z Compiling tokio-stream v0.1.15
12552024-08-12T21:57:56.153Z Compiling openapiv3 v2.0.0
12562024-08-12T21:57:56.434Z Compiling bstr v1.9.1
12572024-08-12T21:57:56.584Z Compiling hex v0.4.3
12582024-08-12T21:57:57.112Z Compiling num-iter v0.1.45
12592024-08-12T21:57:57.190Z Compiling crossbeam-epoch v0.9.18
12602024-08-12T21:57:57.288Z Compiling dirs-sys-next v0.1.2
12612024-08-12T21:57:57.966Z Compiling lalrpop-util v0.19.12
12622024-08-12T21:57:57.969Z Compiling unicode-xid v0.2.4
12632024-08-12T21:57:58.167Z Compiling peg-runtime v0.8.3
12642024-08-12T21:57:58.253Z Compiling dirs-next v2.0.0
12652024-08-12T21:57:58.336Z Compiling thread_local v1.1.8
12662024-08-12T21:57:58.448Z Compiling slog-async v2.8.0
12672024-08-12T21:57:58.784Z Compiling term v0.7.0
12682024-08-12T21:57:58.821Z Compiling xattr v1.3.1
12692024-08-12T21:57:58.890Z Compiling crossbeam-channel v0.5.12
12702024-08-12T21:57:58.906Z Compiling strum_macros v0.26.4
12712024-08-12T21:57:59.009Z Compiling filetime v0.2.24
12722024-08-12T21:57:59.042Z Compiling is-terminal v0.4.12
12732024-08-12T21:57:59.084Z Compiling take_mut v0.2.2
12742024-08-12T21:57:59.163Z Compiling camino v1.1.7
12752024-08-12T21:57:59.233Z Compiling tar v0.4.41
12762024-08-12T21:57:59.324Z Compiling slog-term v2.9.1
12772024-08-12T21:58:01.398Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12782024-08-12T21:58:01.959Z Compiling strum v0.26.3
12792024-08-12T21:58:02.035Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12802024-08-12T21:58:07.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
12812024-08-12T21:58:07.416Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12822024-08-12T21:58:07.459ZAug 12 21:58:06.190 INFO Starting download, target: Clickhouse
12832024-08-12T21:58:07.459ZAug 12 21:58:06.190 INFO Starting download, target: Cockroach
12842024-08-12T21:58:07.459ZAug 12 21:58:06.190 INFO Starting download, target: Console
12852024-08-12T21:58:07.462ZAug 12 21:58:06.190 INFO Starting download, target: DendriteOpenapi
12862024-08-12T21:58:07.462ZAug 12 21:58:06.190 INFO Starting download, target: DendriteStub
12872024-08-12T21:58:07.462ZAug 12 21:58:06.190 INFO Starting download, target: MaghemiteMgd
12882024-08-12T21:58:07.462ZAug 12 21:58:06.190 INFO Starting download, target: TransceiverControl
12892024-08-12T21:58:07.462ZAug 12 21:58:06.191 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
12902024-08-12T21:58:07.462ZAug 12 21:58:06.191 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
12912024-08-12T21:58:07.462ZAug 12 21:58:06.191 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
12922024-08-12T21:58:07.462ZAug 12 21:58:06.191 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
12932024-08-12T21:58:07.462ZAug 12 21:58:06.191 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
12942024-08-12T21:58:07.462ZAug 12 21:58:06.191 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
12952024-08-12T21:58:07.462ZAug 12 21:58:06.191 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
12962024-08-12T21:58:07.612ZAug 12 21:58:06.340 INFO Download complete, target: DendriteOpenapi
12972024-08-12T21:58:07.703ZAug 12 21:58:06.432 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
12982024-08-12T21:58:08.058ZAug 12 21:58:06.789 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
12992024-08-12T21:58:08.114ZAug 12 21:58:06.845 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13002024-08-12T21:58:08.119ZAug 12 21:58:06.850 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13012024-08-12T21:58:08.509ZAug 12 21:58:07.239 INFO Download complete, target: TransceiverControl
13022024-08-12T21:58:08.521ZAug 12 21:58:07.252 INFO Download complete, target: Console
13032024-08-12T21:58:09.344ZAug 12 21:58:08.075 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13042024-08-12T21:58:11.049ZAug 12 21:58:09.778 INFO Download complete, target: DendriteStub
13052024-08-12T21:58:11.304ZAug 12 21:58:10.034 INFO Download complete, target: MaghemiteMgd
13062024-08-12T21:58:12.285ZAug 12 21:58:11.014 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13072024-08-12T21:58:12.285ZAug 12 21:58:11.014 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13082024-08-12T21:58:20.308ZAug 12 21:58:19.031 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13092024-08-12T21:58:20.665ZAug 12 21:58:19.391 INFO Checking that binary works, target: Cockroach
13102024-08-12T21:58:20.859ZAug 12 21:58:19.584 INFO Download complete, target: Cockroach
13112024-08-12T21:58:23.361ZAug 12 21:58:22.085 INFO Checking that binary works, target: Clickhouse
13122024-08-12T21:58:23.623ZAug 12 21:58:22.347 INFO Download complete, target: Clickhouse
13132024-08-12T21:58:23.630ZAll prerequisites installed successfully
13142024-08-12T21:58:23.633Z
13152024-08-12T21:58:23.633Zreal 3:53.226478332
13162024-08-12T21:58:23.633Zuser 11:34.636359244
13172024-08-12T21:58:23.633Zsys 2:27.915581735
13182024-08-12T21:58:23.633Ztrap 0.456720703
13192024-08-12T21:58:23.633Ztflt 4.596227218
13202024-08-12T21:58:23.633Zdflt 5.476978948
13212024-08-12T21:58:23.633Zkflt 0.141126454
13222024-08-12T21:58:23.633Zlock 24:34.809140438
13232024-08-12T21:58:23.633Zslp 45:04.167707554
13242024-08-12T21:58:23.633Zlat 41.127465136
13252024-08-12T21:58:23.633Zstop 1:49.773020368
13262024-08-12T21:58:23.633Z+ source ./tools/include/force-git-over-https.sh
13272024-08-12T21:58:23.633Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13282024-08-12T21:58:23.633Z++ (( i = 0 ))
13292024-08-12T21:58:23.633Z++ (( i < 5 ))
13302024-08-12T21:58:23.633Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13312024-08-12T21:58:23.636Z++ (( i++ ))
13322024-08-12T21:58:23.636Z++ (( i < 5 ))
13332024-08-12T21:58:23.636Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13342024-08-12T21:58:23.639Z++ (( i++ ))
13352024-08-12T21:58:23.639Z++ (( i < 5 ))
13362024-08-12T21:58:23.639Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13372024-08-12T21:58:23.641Z++ (( i++ ))
13382024-08-12T21:58:23.641Z++ (( i < 5 ))
13392024-08-12T21:58:23.641Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13402024-08-12T21:58:23.644Z++ (( i++ ))
13412024-08-12T21:58:23.644Z++ (( i < 5 ))
13422024-08-12T21:58:23.644Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13432024-08-12T21:58:23.647Z++ (( i++ ))
13442024-08-12T21:58:23.647Z++ (( i < 5 ))
13452024-08-12T21:58:23.650Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13462024-08-12T21:58:23.650Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13472024-08-12T21:58:23.650Z+ rc=0
13482024-08-12T21:58:23.650Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13492024-08-12T21:58:58.130Z+ case $rc in
13502024-08-12T21:58:58.130Z+ pfexec zfs create -p rpool/images/build/host
13512024-08-12T21:58:58.375Z+ pfexec zfs create -p rpool/images/build/recovery
13522024-08-12T21:58:58.446Z+ cargo xtask releng --output-dir /work
13532024-08-12T21:58:58.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
13542024-08-12T21:58:59.001Z Running `target/debug/xtask releng --output-dir /work`
13552024-08-12T21:58:59.840Z Compiling proc-macro2 v1.0.86
13562024-08-12T21:58:59.840Z Compiling unicode-ident v1.0.12
13572024-08-12T21:58:59.840Z Compiling libc v0.2.155
13582024-08-12T21:58:59.843Z Compiling serde v1.0.206
13592024-08-12T21:58:59.843Z Compiling autocfg v1.3.0
13602024-08-12T21:58:59.843Z Compiling version_check v0.9.5
13612024-08-12T21:58:59.843Z Compiling cfg-if v1.0.0
13622024-08-12T21:59:00.111Z Compiling cc v1.0.97
13632024-08-12T21:59:00.130Z Compiling memchr v2.7.2
13642024-08-12T21:59:00.714Z Compiling lock_api v0.4.12
13652024-08-12T21:59:00.740Z Compiling ahash v0.8.11
13662024-08-12T21:59:01.034Z Compiling libm v0.2.8
13672024-08-12T21:59:01.131Z Compiling serde_json v1.0.122
13682024-08-12T21:59:01.501Z Compiling num-traits v0.2.19
13692024-08-12T21:59:01.548Z Compiling typenum v1.17.0
13702024-08-12T21:59:01.616Z Compiling quote v1.0.36
13712024-08-12T21:59:01.805Z Compiling parking_lot_core v0.9.10
13722024-08-12T21:59:02.221Z Compiling syn v2.0.72
13732024-08-12T21:59:02.224Z Compiling getrandom v0.2.14
13742024-08-12T21:59:02.270Z Compiling once_cell v1.19.0
13752024-08-12T21:59:02.473Z Compiling generic-array v0.14.7
13762024-08-12T21:59:02.591Z Compiling byteorder v1.5.0
13772024-08-12T21:59:02.782Z Compiling scopeguard v1.2.0
13782024-08-12T21:59:02.801Z Compiling log v0.4.21
13792024-08-12T21:59:03.002Z Compiling itoa v1.0.11
13802024-08-12T21:59:03.032Z Compiling thiserror v1.0.63
13812024-08-12T21:59:03.209Z Compiling slab v0.4.9
13822024-08-12T21:59:03.247Z Compiling pkg-config v0.3.30
13832024-08-12T21:59:03.273Z Compiling ring v0.17.8
13842024-08-12T21:59:03.542Z Compiling semver v1.0.23
13852024-08-12T21:59:03.566Z Compiling ryu v1.0.18
13862024-08-12T21:59:03.657Z Compiling spin v0.9.8
13872024-08-12T21:59:03.784Z Compiling vcpkg v0.2.15
13882024-08-12T21:59:03.857Z Compiling pin-project-lite v0.2.14
13892024-08-12T21:59:04.002Z Compiling smallvec v1.13.2
13902024-08-12T21:59:04.079Z Compiling allocator-api2 v0.2.18
13912024-08-12T21:59:04.325Z Compiling rand_core v0.6.4
13922024-08-12T21:59:04.842Z Compiling time-core v0.1.2
13932024-08-12T21:59:04.855Z Compiling num-conv v0.1.0
13942024-08-12T21:59:05.309Z Compiling time-macros v0.2.18
13952024-08-12T21:59:05.461Z Compiling signal-hook-registry v1.4.2
13962024-08-12T21:59:05.553Z Compiling openssl-sys v0.9.103
13972024-08-12T21:59:06.032Z Compiling rustix v0.38.34
13982024-08-12T21:59:06.607Z Compiling httparse v1.8.0
13992024-08-12T21:59:06.774Z Compiling heck v0.5.0
14002024-08-12T21:59:06.952Z Compiling schemars v0.8.21
14012024-08-12T21:59:07.135Z Compiling parking_lot v0.12.2
14022024-08-12T21:59:07.396Z Compiling mio v0.8.11
14032024-08-12T21:59:07.987Z Compiling futures-core v0.3.30
14042024-08-12T21:59:08.243Z Compiling num_cpus v1.16.0
14052024-08-12T21:59:08.285Z Compiling socket2 v0.5.7
14062024-08-12T21:59:08.354Z Compiling openssl v0.10.66
14072024-08-12T21:59:08.449Z Compiling const-oid v0.9.6
14082024-08-12T21:59:08.768Z Compiling subtle v2.5.0
14092024-08-12T21:59:09.133Z Compiling fnv v1.0.7
14102024-08-12T21:59:09.309Z Compiling equivalent v1.0.1
14112024-08-12T21:59:09.606Z Compiling syn v1.0.109
14122024-08-12T21:59:09.709Z Compiling serde_derive_internals v0.29.1
14132024-08-12T21:59:09.765Z Compiling rustls v0.21.12
14142024-08-12T21:59:10.011Z Compiling native-tls v0.2.11
14152024-08-12T21:59:10.067Z Compiling tinyvec_macros v0.1.1
14162024-08-12T21:59:10.210Z Compiling tinyvec v1.6.0
14172024-08-12T21:59:10.412Z Compiling crossbeam-utils v0.8.19
14182024-08-12T21:59:10.876Z Compiling futures-sink v0.3.30
14192024-08-12T21:59:11.471Z Compiling cookie v0.17.0
14202024-08-12T21:59:11.902Z Compiling unicode-normalization v0.1.23
14212024-08-12T21:59:12.291Z Compiling ucd-trie v0.1.6
14222024-08-12T21:59:12.619Z Compiling iana-time-zone v0.1.60
14232024-08-12T21:59:13.028Z Compiling futures-channel v0.3.30
14242024-08-12T21:59:13.344Z Compiling unicode-bidi v0.3.15
14252024-08-12T21:59:13.518Z Compiling pin-utils v0.1.0
14262024-08-12T21:59:13.647Z Compiling slog v2.7.0
14272024-08-12T21:59:13.903Z Compiling futures-io v0.3.30
14282024-08-12T21:59:14.255Z Compiling futures-task v0.3.30
14292024-08-12T21:59:14.469Z Compiling untrusted v0.9.0
14302024-08-12T21:59:15.052Z Compiling aho-corasick v1.1.3
14312024-08-12T21:59:15.088Z Compiling dyn-clone v1.0.17
14322024-08-12T21:59:15.159Z Compiling powerfmt v0.2.0
14332024-08-12T21:59:15.229Z Compiling regex-syntax v0.8.4
14342024-08-12T21:59:15.280Z Compiling serde_derive v1.0.206
14352024-08-12T21:59:15.330Z Compiling zerocopy-derive v0.7.34
14362024-08-12T21:59:15.712Z Compiling zeroize_derive v1.4.2
14372024-08-12T21:59:16.568Z Compiling tokio-macros v2.3.0
14382024-08-12T21:59:17.478Z Compiling thiserror-impl v1.0.63
14392024-08-12T21:59:17.549Z Compiling zerocopy v0.7.34
14402024-08-12T21:59:18.110Z Compiling futures-macro v0.3.30
14412024-08-12T21:59:19.507Z Compiling zeroize v1.7.0
14422024-08-12T21:59:20.618Z Compiling tracing-attributes v0.1.27
14432024-08-12T21:59:20.769Z Compiling hashbrown v0.14.5
14442024-08-12T21:59:21.441Z Compiling schemars_derive v0.8.21
14452024-08-12T21:59:22.343Z Compiling der_derive v0.7.2
14462024-08-12T21:59:22.643Z Compiling openssl-macros v0.1.1
14472024-08-12T21:59:22.990Z Compiling scroll_derive v0.12.0
14482024-08-12T21:59:24.368Z Compiling pest v2.7.10
14492024-08-12T21:59:24.446Z Compiling crypto-common v0.1.6
14502024-08-12T21:59:24.675Z Compiling futures-util v0.3.30
14512024-08-12T21:59:24.767Z Compiling block-buffer v0.10.4
14522024-08-12T21:59:24.926Z Compiling crc32fast v1.4.0
14532024-08-12T21:59:25.410Z Compiling digest v0.10.7
14542024-08-12T21:59:25.861Z Compiling regex-automata v0.4.6
14552024-08-12T21:59:25.976Z Compiling deranged v0.3.11
14562024-08-12T21:59:27.646Z Compiling pest_meta v2.7.10
14572024-08-12T21:59:28.514Z Compiling usdt-impl v0.5.0
14582024-08-12T21:59:29.334Z Compiling pest_generator v2.7.10
14592024-08-12T21:59:30.433Z Compiling bytes v1.7.1
14602024-08-12T21:59:32.169Z Compiling bitflags v2.6.0
14612024-08-12T21:59:32.239Z Compiling tokio v1.38.1
14622024-08-12T21:59:32.650Z Compiling indexmap v2.3.0
14632024-08-12T21:59:32.801Z Compiling serde_tokenstream v0.2.1
14642024-08-12T21:59:33.244Z Compiling uuid v1.10.0
14652024-08-12T21:59:34.106Z Compiling chrono v0.4.38
14662024-08-12T21:59:34.294Z Compiling http v0.2.12
14672024-08-12T21:59:35.099Z Compiling rustc_version v0.4.0
14682024-08-12T21:59:35.810Z Compiling pest_derive v2.7.10
14692024-08-12T21:59:37.806Z Compiling percent-encoding v2.3.1
14702024-08-12T21:59:38.054Z Compiling heck v0.4.1
14712024-08-12T21:59:38.287Z Compiling num_threads v0.1.7
14722024-08-12T21:59:38.444Z Compiling heapless v0.7.17
14732024-08-12T21:59:38.551Z Compiling time v0.3.36
14742024-08-12T21:59:39.541Z Compiling scroll v0.12.0
14752024-08-12T21:59:39.574Z Compiling zerocopy-derive v0.6.6
14762024-08-12T21:59:40.554Z Compiling tracing-core v0.1.32
14772024-08-12T21:59:41.755Z Compiling backtrace v0.3.71
14782024-08-12T21:59:42.293Z Compiling errno v0.3.9
14792024-08-12T21:59:42.620Z Compiling ppv-lite86 v0.2.17
14802024-08-12T21:59:43.272Z Compiling plain v0.2.3
14812024-08-12T21:59:43.532Z Compiling goblin v0.8.2
14822024-08-12T21:59:43.825Z Compiling rand_chacha v0.3.1
14832024-08-12T21:59:44.204Z Compiling tokio-util v0.7.11
14842024-08-12T21:59:44.765Z Compiling tracing v0.1.40
14852024-08-12T21:59:45.668Z Compiling regex v1.10.6
14862024-08-12T21:59:46.250Z Compiling async-trait v0.1.81
14872024-08-12T21:59:47.452Z Compiling pretty-hex v0.4.1
14882024-08-12T21:59:47.689Z Compiling strsim v0.11.1
14892024-08-12T21:59:47.749Z Compiling rustversion v1.0.17
14902024-08-12T21:59:48.604Z Compiling rand v0.8.5
14912024-08-12T21:59:49.835Z Compiling dof v0.3.0
14922024-08-12T21:59:50.718Z Compiling form_urlencoded v1.2.1
14932024-08-12T21:59:50.747Z Compiling dtrace-parser v0.2.0
14942024-08-12T21:59:51.102Z Compiling thread-id v4.2.1
14952024-08-12T21:59:51.351Z Compiling foreign-types-shared v0.1.1
14962024-08-12T21:59:51.438Z Compiling anyhow v1.0.86
14972024-08-12T21:59:51.520Z Compiling unicode-width v0.1.13
14982024-08-12T21:59:51.806Z Compiling base64ct v1.6.0
14992024-08-12T21:59:52.072Z Compiling signal-hook v0.3.17
15002024-08-12T21:59:52.326Z Compiling smoltcp v0.9.1
15012024-08-12T21:59:52.472Z Compiling try-lock v0.2.5
15022024-08-12T21:59:52.593Z Compiling foreign-types v0.3.2
15032024-08-12T21:59:52.596Z Compiling pem-rfc7468 v0.7.0
15042024-08-12T21:59:52.682Z Compiling want v0.3.1
15052024-08-12T21:59:53.415Z Compiling h2 v0.3.26
15062024-08-12T21:59:54.798Z Compiling http-body v0.4.6
15072024-08-12T21:59:55.003Z Compiling hmac v0.12.1
15082024-08-12T21:59:55.233Z Compiling clap_derive v4.5.13
15092024-08-12T21:59:56.179Z Compiling base64 v0.21.7
15102024-08-12T21:59:56.648Z Compiling httpdate v1.0.3
15112024-08-12T21:59:57.419Z Compiling tower-service v0.3.2
15122024-08-12T21:59:57.572Z Compiling siphasher v0.3.11
15132024-08-12T21:59:57.963Z Compiling flagset v0.4.5
15142024-08-12T21:59:58.229Z Compiling der v0.7.9
15152024-08-12T22:00:01.891Z Compiling hyper v0.14.30
15162024-08-12T22:00:10.489Z Compiling rustls-webpki v0.101.7
15172024-08-12T22:00:11.222Z Compiling sct v0.7.1
15182024-08-12T22:00:12.956Z Compiling openapiv3 v2.0.0
15192024-08-12T22:00:15.078Z Compiling hubpack_derive v0.1.1
15202024-08-12T22:00:15.720Z Compiling idna v0.5.0
15212024-08-12T22:00:17.296Z Compiling lazy_static v1.5.0
15222024-08-12T22:00:17.864Z Compiling fs-err v2.11.0
15232024-08-12T22:00:18.018Z Compiling adler v1.0.2
15242024-08-12T22:00:18.192Z Compiling anstyle v1.0.8
15252024-08-12T22:00:18.674Z Compiling utf8parse v0.2.1
15262024-08-12T22:00:18.999Z Compiling openssl-probe v0.1.5
15272024-08-12T22:00:19.080Z Compiling cpufeatures v0.2.12
15282024-08-12T22:00:19.302Z Compiling finl_unicode v1.2.0
15292024-08-12T22:00:19.754Z Compiling sha2 v0.10.8
15302024-08-12T22:00:19.953Z Compiling stringprep v0.1.4
15312024-08-12T22:00:20.644Z Compiling anstyle-parse v0.2.4
15322024-08-12T22:00:21.077Z Compiling miniz_oxide v0.7.2
15332024-08-12T22:00:21.390Z Compiling url v2.5.2
15342024-08-12T22:00:24.348Z Compiling spki v0.7.3
15352024-08-12T22:00:24.740Z Compiling usdt-attr-macro v0.5.0
15362024-08-12T22:00:25.052Z Compiling usdt-macro v0.5.0
15372024-08-12T22:00:26.420Z Compiling md-5 v0.10.6
15382024-08-12T22:00:26.706Z Compiling toml_datetime v0.6.8
15392024-08-12T22:00:26.725Z Compiling serde_spanned v0.6.7
15402024-08-12T22:00:26.931Z Compiling regress v0.9.1
15412024-08-12T22:00:27.109Z Compiling idna v0.3.0
15422024-08-12T22:00:28.666Z Compiling num-integer v0.1.46
15432024-08-12T22:00:29.563Z Compiling hash32 v0.2.1
15442024-08-12T22:00:29.581Z Compiling encoding_rs v0.8.34
15452024-08-12T22:00:29.945Z Compiling mime v0.3.17
15462024-08-12T22:00:30.825Z Compiling is_terminal_polyfill v1.70.0
15472024-08-12T22:00:30.958Z Compiling base64 v0.22.1
15482024-08-12T22:00:30.977Z Compiling stable_deref_trait v1.2.0
15492024-08-12T22:00:31.016Z Compiling psl-types v2.0.11
15502024-08-12T22:00:31.077Z Compiling fallible-iterator v0.2.0
15512024-08-12T22:00:31.621Z Compiling anstyle-query v1.0.3
15522024-08-12T22:00:31.624Z Compiling gimli v0.28.1
15532024-08-12T22:00:31.725Z Compiling colorchoice v1.0.1
15542024-08-12T22:00:31.759Z Compiling postgres-protocol v0.6.7
15552024-08-12T22:00:31.892Z Compiling anstream v0.6.14
15562024-08-12T22:00:32.552Z Compiling publicsuffix v2.2.3
15572024-08-12T22:00:33.144Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15582024-08-12T22:00:36.561Z Compiling addr2line v0.21.0
15592024-08-12T22:00:36.584Z Compiling tokio-rustls v0.24.1
15602024-08-12T22:00:37.216Z Compiling pkcs8 v0.10.2
15612024-08-12T22:00:37.443Z Compiling terminal_size v0.3.0
15622024-08-12T22:00:37.652Z Compiling tokio-native-tls v0.3.1
15632024-08-12T22:00:37.843Z Compiling phf_shared v0.11.2
15642024-08-12T22:00:37.978Z Compiling strum_macros v0.25.3
15652024-08-12T22:00:38.088Z Compiling serde_urlencoded v0.7.1
15662024-08-12T22:00:38.234Z Compiling enum-as-inner v0.5.1
15672024-08-12T22:00:39.310Z Compiling block-padding v0.3.3
15682024-08-12T22:00:39.539Z Compiling serde_repr v0.1.19
15692024-08-12T22:00:39.580Z Compiling ff v0.13.0
15702024-08-12T22:00:40.321Z Compiling object v0.32.2
15712024-08-12T22:00:40.609Z Compiling either v1.13.0
15722024-08-12T22:00:40.924Z Compiling bitflags v1.3.2
15732024-08-12T22:00:41.562Z Compiling rustc-demangle v0.1.24
15742024-08-12T22:00:41.693Z Compiling matches v0.1.10
15752024-08-12T22:00:41.795Z Compiling clap_lex v0.7.0
15762024-08-12T22:00:42.192Z Compiling base16ct v0.2.0
15772024-08-12T22:00:42.407Z Compiling ipnet v2.9.0
15782024-08-12T22:00:42.481Z Compiling bit-vec v0.6.3
15792024-08-12T22:00:42.798Z Compiling regex-automata v0.1.10
15802024-08-12T22:00:43.480Z Compiling managed v0.8.0
15812024-08-12T22:00:43.953Z Compiling winnow v0.5.40
15822024-08-12T22:00:45.161Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15832024-08-12T22:00:45.513Z Compiling bstr v0.2.17
15842024-08-12T22:00:46.011Z Compiling sec1 v0.7.3
15852024-08-12T22:00:46.566Z Compiling clap_builder v4.5.15
15862024-08-12T22:00:46.869Z Compiling idna v0.2.3
15872024-08-12T22:00:47.564Z Compiling toml_edit v0.19.15
15882024-08-12T22:00:47.792Z Compiling rustls-pemfile v1.0.4
15892024-08-12T22:00:48.278Z Compiling group v0.13.0
15902024-08-12T22:00:48.594Z Compiling inout v0.1.3
15912024-08-12T22:00:48.955Z Compiling phf v0.11.2
15922024-08-12T22:00:49.248Z Compiling hyper-tls v0.5.0
15932024-08-12T22:00:49.345Z Compiling hyper-rustls v0.24.2
15942024-08-12T22:00:49.680Z Compiling cookie_store v0.20.0
15952024-08-12T22:00:49.967Z Compiling postgres-types v0.2.7
15962024-08-12T22:00:49.970Z Compiling num-bigint v0.4.5
15972024-08-12T22:00:51.479Z Compiling hubpack v0.1.2
15982024-08-12T22:00:51.908Z Compiling phf_shared v0.10.0
15992024-08-12T22:00:52.277Z Compiling hkdf v0.12.4
16002024-08-12T22:00:52.830Z Compiling zerocopy v0.6.6
16012024-08-12T22:00:53.003Z Compiling futures-executor v0.3.30
16022024-08-12T22:00:53.509Z Compiling crypto-bigint v0.5.5
16032024-08-12T22:00:53.649Z Compiling float-cmp v0.9.0
16042024-08-12T22:00:53.711Z Compiling mio v1.0.1
16052024-08-12T22:00:53.822Z Compiling memmap v0.7.0
16062024-08-12T22:00:53.894Z Compiling minimal-lexical v0.2.1
16072024-08-12T22:00:54.142Z Compiling unicode-segmentation v1.11.0
16082024-08-12T22:00:54.294Z Compiling difflib v0.4.0
16092024-08-12T22:00:54.392Z Compiling data-encoding v2.6.0
16102024-08-12T22:00:54.395Z Compiling winnow v0.6.18
16112024-08-12T22:00:54.680Z Compiling sync_wrapper v0.1.2
16122024-08-12T22:00:54.908Z Compiling new_debug_unreachable v1.0.6
16132024-08-12T22:00:55.010Z Compiling normalize-line-endings v0.3.0
16142024-08-12T22:00:55.143Z Compiling webpki-roots v0.25.4
16152024-08-12T22:00:55.321Z Compiling predicates-core v1.0.6
16162024-08-12T22:00:55.324Z Compiling whoami v1.5.1
16172024-08-12T22:00:55.781Z Compiling static_assertions v1.1.0
16182024-08-12T22:00:56.048Z Compiling fixedbitset v0.4.2
16192024-08-12T22:00:56.066Z Compiling precomputed-hash v0.1.1
16202024-08-12T22:00:56.181Z Compiling string_cache v0.8.7
16212024-08-12T22:00:56.304Z Compiling elliptic-curve v0.13.8
16222024-08-12T22:00:56.461Z Compiling petgraph v0.6.5
16232024-08-12T22:00:56.601Z Compiling reqwest v0.11.27
16242024-08-12T22:00:56.967Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16252024-08-12T22:00:57.008Z Compiling tokio-postgres v0.7.11
16262024-08-12T22:00:57.178Z Compiling predicates v3.1.2
16272024-08-12T22:00:58.014Z Compiling toml_edit v0.22.20
16282024-08-12T22:00:58.715Z Compiling trust-dns-proto v0.22.0
16292024-08-12T22:01:00.377Z Compiling similar v2.5.0
16302024-08-12T22:01:02.151Z Compiling signal-hook-mio v0.2.4
16312024-08-12T22:01:02.330Z Compiling nom v7.1.3
16322024-08-12T22:01:02.457Z Compiling usdt v0.5.0
16332024-08-12T22:01:03.652Z Compiling futures v0.3.30
16342024-08-12T22:01:03.823Z Compiling yasna v0.5.2
16352024-08-12T22:01:05.241Z Compiling toml v0.7.8
16362024-08-12T22:01:05.374Z Compiling clap v4.5.15
16372024-08-12T22:01:05.447Z Compiling flate2 v1.0.31
16382024-08-12T22:01:05.503Z Compiling crossbeam-epoch v0.9.18
16392024-08-12T22:01:06.068Z Compiling cipher v0.4.4
16402024-08-12T22:01:06.177Z Compiling bit-set v0.5.3
16412024-08-12T22:01:06.205Z Compiling itertools v0.12.1
16422024-08-12T22:01:06.330Z Compiling itertools v0.10.5
16432024-08-12T22:01:06.473Z Compiling num-iter v0.1.45
16442024-08-12T22:01:06.530Z Compiling console v0.15.8
16452024-08-12T22:01:07.841Z Compiling tokio-stream v0.1.15
16462024-08-12T22:01:07.959Z Compiling bstr v1.9.1
16472024-08-12T22:01:08.749Z Compiling hex v0.4.3
16482024-08-12T22:01:09.344Z Compiling lalrpop-util v0.19.12
16492024-08-12T22:01:09.590Z Compiling peg-runtime v0.8.3
16502024-08-12T22:01:09.682Z Compiling radium v0.7.0
16512024-08-12T22:01:10.031Z Compiling unicode-xid v0.2.4
16522024-08-12T22:01:10.134Z Compiling camino v1.1.7
16532024-08-12T22:01:10.778Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16542024-08-12T22:01:15.715Z Compiling is-terminal v0.4.12
16552024-08-12T22:01:17.972Z Compiling tap v1.0.1
16562024-08-12T22:01:18.166Z Compiling rustls-pki-types v1.7.0
16572024-08-12T22:01:18.262Z Compiling ident_case v1.0.1
16582024-08-12T22:01:18.328Z Compiling maybe-uninit v2.0.0
16592024-08-12T22:01:20.292Z Compiling darling_core v0.20.9
16602024-08-12T22:01:26.518Z Compiling wyz v0.5.1
16612024-08-12T22:01:33.865Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16622024-08-12T22:01:34.025Z Compiling getopts v0.2.21
16632024-08-12T22:01:34.419Z Compiling bzip2-sys v0.1.11+1.0.8
16642024-08-12T22:01:34.785Z Compiling dirs-sys-next v0.1.2
16652024-08-12T22:01:34.813Z Compiling funty v2.0.0
16662024-08-12T22:01:34.870Z Compiling num-bigint-dig v0.8.4
16672024-08-12T22:01:35.592Z Compiling packed_struct v0.10.1
16682024-08-12T22:01:35.850Z Compiling rustls v0.22.4
16692024-08-12T22:01:36.022Z Compiling paste v1.0.15
16702024-08-12T22:01:36.178Z Compiling unsafe-libyaml v0.2.11
16712024-08-12T22:01:36.648Z Compiling bitvec v1.0.1
16722024-08-12T22:01:37.545Z Compiling serde_yaml v0.9.34+deprecated
16732024-08-12T22:01:38.013Z Compiling dirs-next v2.0.0
16742024-08-12T22:01:41.196Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16752024-08-12T22:01:42.840Z Compiling darling_macro v0.20.9
16762024-08-12T22:01:44.013Z Compiling rustls-webpki v0.102.4
16772024-08-12T22:01:46.721Z Compiling packed_struct_codegen v0.10.1
16782024-08-12T22:01:48.103Z Compiling structmeta-derive v0.3.0
16792024-08-12T22:01:48.516Z Compiling thread_local v1.1.8
16802024-08-12T22:01:49.186Z Compiling indexmap v1.9.3
16812024-08-12T22:01:49.265Z Compiling multer v3.1.0
16822024-08-12T22:01:49.509Z Compiling crc-catalog v2.4.0
16832024-08-12T22:01:49.572Z Compiling slog-async v2.8.0
16842024-08-12T22:01:49.623Z Compiling rayon-core v1.12.1
16852024-08-12T22:01:50.033Z Compiling match_cfg v0.1.0
16862024-08-12T22:01:50.078Z Compiling nodrop v0.1.14
16872024-08-12T22:01:50.164Z Compiling fastrand v2.1.0
16882024-08-12T22:01:50.229Z Compiling array-init v0.0.4
16892024-08-12T22:01:50.583Z Compiling tempfile v3.10.1
16902024-08-12T22:01:50.696Z Compiling structmeta v0.3.0
16912024-08-12T22:01:50.809Z Compiling hostname v0.3.1
16922024-08-12T22:01:51.427Z Compiling crc v3.2.1
16932024-08-12T22:01:53.430Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16942024-08-12T22:01:53.947Z Compiling smallvec v0.6.14
16952024-08-12T22:01:54.426Z Compiling darling v0.20.9
16962024-08-12T22:01:54.716Z Compiling term v0.7.0
16972024-08-12T22:02:00.994Z Compiling crossbeam-deque v0.8.5
16982024-08-12T22:02:01.047Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16992024-08-12T22:02:01.389Z Compiling pkcs1 v0.7.5
17002024-08-12T22:02:02.558Z Compiling slog-json v2.6.1
17012024-08-12T22:02:03.701Z Compiling crossbeam-channel v0.5.12
17022024-08-12T22:02:05.251Z Compiling http v1.1.0
17032024-08-12T22:02:05.298Z Compiling signature v2.2.0
17042024-08-12T22:02:07.957Z Compiling pin-project-internal v1.1.5
17052024-08-12T22:02:08.497Z Compiling async-stream-impl v0.3.5
17062024-08-12T22:02:10.028Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17072024-08-12T22:02:10.353Z Compiling atomic-waker v1.1.2
17082024-08-12T22:02:10.891Z Compiling bitfield v0.14.0
17092024-08-12T22:02:11.194Z Compiling take_mut v0.2.2
17102024-08-12T22:02:11.572Z Compiling hashbrown v0.12.3
17112024-08-12T22:02:12.173Z Compiling same-file v1.0.6
17122024-08-12T22:02:12.451Z Compiling termcolor v1.4.1
17132024-08-12T22:02:12.948Z Compiling env_logger v0.10.2
17142024-08-12T22:02:16.336Z Compiling walkdir v2.5.0
17152024-08-12T22:02:23.692Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17162024-08-12T22:02:23.809Z Compiling pin-project v1.1.5
17172024-08-12T22:02:23.961Z Compiling waitgroup v0.1.2
17182024-08-12T22:02:24.172Z Compiling async-stream v0.3.5
17192024-08-12T22:02:24.497Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17202024-08-12T22:02:24.846Z Compiling rsa v0.9.6
17212024-08-12T22:02:27.435Z Compiling slog-bunyan v2.5.0
17222024-08-12T22:02:28.587Z Compiling tokio-rustls v0.25.0
17232024-08-12T22:02:29.052Z Compiling slog-term v2.9.1
17242024-08-12T22:02:29.077Z Compiling bzip2 v0.4.4
17252024-08-12T22:02:29.542Z Compiling serde_with_macros v3.8.3
17262024-08-12T22:02:30.339Z Compiling serde-hex v0.1.0
17272024-08-12T22:02:31.680Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17282024-08-12T22:02:31.811Z Compiling parse-display-derive v0.10.0
17292024-08-12T22:02:32.229Z Compiling toml v0.8.19
17302024-08-12T22:02:32.248Z Compiling rustls-pemfile v2.1.3
17312024-08-12T22:02:35.283Z Compiling x509-cert v0.2.5
17322024-08-12T22:02:35.392Z Compiling sha1 v0.10.6
17332024-08-12T22:02:35.730Z Compiling ron v0.8.1
17342024-08-12T22:02:36.160Z Compiling newtype-uuid v1.1.0
17352024-08-12T22:02:36.181Z Compiling ipnetwork v0.20.0
17362024-08-12T22:02:36.520Z Compiling strum_macros v0.26.4
17372024-08-12T22:02:37.640Z Compiling xattr v1.3.1
17382024-08-12T22:02:38.297Z Compiling snafu-derive v0.8.2
17392024-08-12T22:02:39.166Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17402024-08-12T22:02:39.276Z Compiling serde_path_to_error v0.1.16
17412024-08-12T22:02:40.155Z Compiling hashbrown v0.13.2
17422024-08-12T22:02:40.288Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17432024-08-12T22:02:40.974Z Compiling ring v0.16.20
17442024-08-12T22:02:41.033Z Compiling blake3 v1.5.1
17452024-08-12T22:02:41.548Z Compiling filetime v0.2.24
17462024-08-12T22:02:41.626Z Compiling hostname v0.4.0
17472024-08-12T22:02:41.688Z Compiling instant v0.1.12
17482024-08-12T22:02:41.863Z Compiling debug-ignore v1.0.5
17492024-08-12T22:02:41.886Z Compiling crc-any v2.5.0
17502024-08-12T22:02:41.886Z Compiling buf-list v1.0.3
17512024-08-12T22:02:42.536Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17522024-08-12T22:02:42.764Z Compiling backoff v0.4.0
17532024-08-12T22:02:42.927Z Compiling tar v0.4.41
17542024-08-12T22:02:43.073Z Compiling snafu v0.8.2
17552024-08-12T22:02:43.544Z Compiling object v0.30.4
17562024-08-12T22:02:44.392Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17572024-08-12T22:02:44.604Z Compiling strum v0.26.3
17582024-08-12T22:02:44.802Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17592024-08-12T22:02:46.464Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17602024-08-12T22:02:46.801Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17612024-08-12T22:02:47.342Z Compiling parse-display v0.10.0
17622024-08-12T22:02:48.244Z Compiling serde_with v3.8.3
17632024-08-12T22:02:48.308Z Compiling zip v0.6.6
17642024-08-12T22:02:49.211Z Compiling rayon v1.10.0
17652024-08-12T22:02:50.242Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17662024-08-12T22:02:51.013Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17672024-08-12T22:02:51.127Z Compiling camino-tempfile v1.1.1
17682024-08-12T22:02:51.905Z Compiling globset v0.4.14
17692024-08-12T22:02:52.661Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17702024-08-12T22:02:52.844Z Compiling pem v3.0.4
17712024-08-12T22:02:54.340Z Compiling olpc-cjson v0.1.3
17722024-08-12T22:02:54.674Z Compiling macaddr v1.0.1
17732024-08-12T22:02:54.983Z Compiling serde_plain v1.0.2
17742024-08-12T22:02:55.304Z Compiling async-recursion v1.1.1
17752024-08-12T22:02:55.492Z Compiling memmap2 v0.9.4
17762024-08-12T22:02:56.057Z Compiling arrayref v0.3.7
17772024-08-12T22:02:56.172Z Compiling constant_time_eq v0.3.0
17782024-08-12T22:02:56.358Z Compiling path-slash v0.1.5
17792024-08-12T22:02:56.539Z Compiling typed-path v0.7.1
17802024-08-12T22:02:56.599Z Compiling arrayvec v0.7.4
17812024-08-12T22:02:56.758Z Compiling untrusted v0.7.1
17822024-08-12T22:02:56.972Z Compiling spin v0.5.2
17832024-08-12T22:02:59.514Z Compiling tough v0.17.1
17842024-08-12T22:02:59.744Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17852024-08-12T22:03:00.251Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17862024-08-12T22:03:04.138Z Compiling itertools v0.13.0
17872024-08-12T22:03:04.781Z Compiling cargo-platform v0.1.8
17882024-08-12T22:03:05.907Z Compiling parse-size v1.0.0
17892024-08-12T22:03:06.207Z Compiling topological-sort v0.2.2
17902024-08-12T22:03:06.523Z Compiling omicron-zone-package v0.11.0
17912024-08-12T22:03:06.802Z Compiling cargo_metadata v0.18.1
17922024-08-12T22:03:07.893Z Compiling shell-words v1.1.0
17932024-08-12T22:03:12.371Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
17942024-08-12T22:03:25.943Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
17952024-08-12T22:03:39.674Z Finished `release` profile [optimized] target(s) in 4m 40s
17962024-08-12T22:03:39.809Z Running `target/release/omicron-releng --output-dir /work`
17972024-08-12T22:03:39.851ZAug 12 22:03:38.449 DEBG changing working directory to /work/oxidecomputer/omicron
17982024-08-12T22:03:39.937ZAug 12 22:03:38.537 DEBG running: git rev-parse HEAD
17992024-08-12T22:03:39.943ZAug 12 22:03:38.543 DEBG process exited with exit status: 0 (6.154078ms)
18002024-08-12T22:03:39.943ZAug 12 22:03:38.543 INFO version: 10.0.0-0.ci+git75bedabd5ed
18012024-08-12T22:03:39.983ZAug 12 22:03:38.582 INFO cloning helios to /work/oxidecomputer/helios
18022024-08-12T22:03:39.983ZAug 12 22:03:38.582 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18032024-08-12T22:03:39.988ZCloning into '/work/oxidecomputer/helios'...
18042024-08-12T22:03:40.742ZAug 12 22:03:39.341 DEBG process exited with exit status: 0 (758.905843ms)
18052024-08-12T22:03:40.742ZAug 12 22:03:39.341 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18062024-08-12T22:03:40.749Z# branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70
18072024-08-12T22:03:40.749Z# branch.head master
18082024-08-12T22:03:40.749Z# branch.upstream origin/master
18092024-08-12T22:03:40.749Z# branch.ab +0 -0
18102024-08-12T22:03:40.752ZAug 12 22:03:39.349 DEBG process exited with exit status: 0 (7.914883ms)
18112024-08-12T22:03:40.752ZAug 12 22:03:39.349 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18122024-08-12T22:03:41.446ZAug 12 22:03:40.045 DEBG process exited with exit status: 0 (695.941905ms)
18132024-08-12T22:03:41.446ZAug 12 22:03:40.045 DEBG running: zfs list rpool/images/build/host
18142024-08-12T22:03:41.453ZNAME USED AVAIL REFER MOUNTPOINT
18152024-08-12T22:03:41.453Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18162024-08-12T22:03:41.455ZAug 12 22:03:40.053 DEBG process exited with exit status: 0 (7.205573ms)
18172024-08-12T22:03:41.456ZAug 12 22:03:40.053 DEBG running: zfs list rpool/images/build/recovery
18182024-08-12T22:03:41.459ZNAME USED AVAIL REFER MOUNTPOINT
18192024-08-12T22:03:41.459Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18202024-08-12T22:03:41.462ZAug 12 22:03:40.059 DEBG process exited with exit status: 0 (6.100718ms)
18212024-08-12T22:03:41.462ZAug 12 22:03:40.060 INFO [hubris-staging] running task
18222024-08-12T22:03:41.462ZAug 12 22:03:40.060 INFO [hubris-production] running task
18232024-08-12T22:03:41.462ZAug 12 22:03:40.060 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18242024-08-12T22:03:41.465ZAug 12 22:03:40.063 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
18252024-08-12T22:03:41.673Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18262024-08-12T22:03:41.969Z[ omicron-package] Blocking waiting for file lock on package cache
18272024-08-12T22:03:42.489Z[ omicron-package] Blocking waiting for file lock on package cache
18282024-08-12T22:03:42.721Z[ omicron-package] Blocking waiting for file lock on package cache
18292024-08-12T22:03:42.802ZAug 12 22:03:41.401 INFO [hubris-production] task succeeded (1.340469967s)
18302024-08-12T22:03:43.441Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18312024-08-12T22:03:43.444Z[ omicron-package] Compiling heapless v0.8.0
18322024-08-12T22:03:43.444Z[ omicron-package] Compiling hash32 v0.3.1
18332024-08-12T22:03:43.444Z[ omicron-package] Compiling smoltcp v0.11.0
18342024-08-12T22:03:43.447Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18352024-08-12T22:03:43.447Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18362024-08-12T22:03:43.447Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18372024-08-12T22:03:43.447Z[ omicron-package] Compiling embedded-io v0.4.0
18382024-08-12T22:03:44.126Z[ omicron-package] Compiling cobs v0.2.3
18392024-08-12T22:03:45.136Z[ omicron-package] Compiling postcard v1.0.8
18402024-08-12T22:03:45.260Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18412024-08-12T22:03:45.263Z[ omicron-package] Compiling proc-macro-error v1.0.4
18422024-08-12T22:03:45.263Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18432024-08-12T22:03:45.369Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18442024-08-12T22:03:45.385Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18452024-08-12T22:03:45.929Z[ omicron-package] Compiling num_enum_derive v0.5.11
18462024-08-12T22:03:45.932Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18472024-08-12T22:03:46.832Z[ omicron-package] Compiling tabwriter v1.4.0
18482024-08-12T22:03:47.042Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18492024-08-12T22:03:47.172Z[ omicron-package] Compiling cstr-argument v0.1.2
18502024-08-12T22:03:47.175Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18512024-08-12T22:03:48.007Z[ omicron-package] Compiling foreign-types v0.5.0
18522024-08-12T22:03:48.202Z[ omicron-package] Compiling pretty-hex v0.2.1
18532024-08-12T22:03:48.212Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18542024-08-12T22:03:48.640Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18552024-08-12T22:03:49.094Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18562024-08-12T22:03:49.182Z[ omicron-package] Compiling colored v2.1.0
18572024-08-12T22:03:49.421Z[ omicron-package] Compiling socket2 v0.4.10
18582024-08-12T22:03:49.846Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18592024-08-12T22:03:49.949Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18602024-08-12T22:03:50.199Z[ omicron-package] Compiling num_enum v0.5.11
18612024-08-12T22:03:50.598Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18622024-08-12T22:03:50.687Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18632024-08-12T22:03:50.859Z[ omicron-package] Compiling sigpipe v0.1.3
18642024-08-12T22:03:51.001Z[ omicron-package] Compiling num-derive v0.4.2
18652024-08-12T22:03:51.157Z[ omicron-package] Compiling libefi-sys v0.1.0
18662024-08-12T22:03:51.279ZAug 12 22:03:49.875 INFO [hubris-staging] task succeeded (9.814941904s)
18672024-08-12T22:03:51.516Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18682024-08-12T22:03:51.711Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18692024-08-12T22:03:52.030Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18702024-08-12T22:03:52.446Z[ omicron-package] Compiling smf v0.2.3
18712024-08-12T22:03:52.537Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18722024-08-12T22:03:52.723Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18732024-08-12T22:03:52.796Z[ omicron-package] Compiling bitfield-struct v0.6.1
18742024-08-12T22:03:53.737Z[ omicron-package] Compiling portable-atomic v1.6.0
18752024-08-12T22:03:55.770Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18762024-08-12T22:03:55.806Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18772024-08-12T22:03:56.096Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18782024-08-12T22:03:57.793Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18792024-08-12T22:03:58.000Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18802024-08-12T22:03:58.073Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18812024-08-12T22:03:58.190Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18822024-08-12T22:03:59.110Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18832024-08-12T22:03:59.710Z[ omicron-package] Compiling gethostname v0.5.0
18842024-08-12T22:04:00.069Z[ omicron-package] Compiling number_prefix v0.4.0
18852024-08-12T22:04:00.911Z[ omicron-package] Compiling indicatif v0.17.8
18862024-08-12T22:04:01.630Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18872024-08-12T22:04:04.950Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18882024-08-12T22:04:05.465Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18892024-08-12T22:04:07.168Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18902024-08-12T22:04:25.148Z[ helios-setup] Aug 12 22:04:23.729 INFO helios repository root is: /work/oxidecomputer/helios
18912024-08-12T22:04:25.152Z[ helios-setup] Aug 12 22:04:23.732 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
18922024-08-12T22:04:25.152Z[ helios-setup] Aug 12 22:04:23.732 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
18932024-08-12T22:04:25.152Z[ helios-setup] Aug 12 22:04:23.732 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
18942024-08-12T22:04:25.155Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
18952024-08-12T22:04:25.791Z[ helios-setup] Aug 12 22:04:24.373 INFO clone ok!, project: phbl
18962024-08-12T22:04:25.794Z[ helios-setup] Aug 12 22:04:24.373 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
18972024-08-12T22:04:25.794Z[ helios-setup] Aug 12 22:04:24.373 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
18982024-08-12T22:04:25.794Z[ helios-setup] Aug 12 22:04:24.373 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
18992024-08-12T22:04:25.794Z[ helios-setup] Aug 12 22:04:24.373 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19002024-08-12T22:04:25.797Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19012024-08-12T22:04:26.598Z[ helios-setup] Aug 12 22:04:25.180 INFO clone ok!, project: chelsio-t6-roms
19022024-08-12T22:04:26.601Z[ helios-setup] Aug 12 22:04:25.180 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
19032024-08-12T22:04:26.602Z[ helios-setup] Aug 12 22:04:25.180 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19042024-08-12T22:04:26.602Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19052024-08-12T22:04:26.766Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.27s
19062024-08-12T22:04:26.960Z[ omicron-package]
19072024-08-12T22:04:26.960Z[ omicron-package] real 45.438810019
19082024-08-12T22:04:26.963Z[ omicron-package] user 2:49.800468601
19092024-08-12T22:04:26.963Z[ omicron-package] sys 21.756349602
19102024-08-12T22:04:26.963Z[ omicron-package] trap 0.167585553
19112024-08-12T22:04:26.963Z[ omicron-package] tflt 0.865681825
19122024-08-12T22:04:26.963Z[ omicron-package] dflt 0.979000435
19132024-08-12T22:04:26.963Z[ omicron-package] kflt 0.000244109
19142024-08-12T22:04:26.963Z[ omicron-package] lock 5:28.926563752
19152024-08-12T22:04:26.963Z[ omicron-package] slp 9:22.799537629
19162024-08-12T22:04:26.963Z[ omicron-package] lat 1:40.886517450
19172024-08-12T22:04:26.963Z[ omicron-package] stop 57.200967357
19182024-08-12T22:04:26.963ZAug 12 22:04:25.542 INFO [omicron-package] process exited with exit status: 0 (45.478762988s)
19192024-08-12T22:04:26.963ZAug 12 22:04:25.542 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
19202024-08-12T22:04:26.999ZAug 12 22:04:25.581 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19212024-08-12T22:04:27.010Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19222024-08-12T22:04:27.012Z[ host-target] Created new build target 'host' and set it as active
19232024-08-12T22:04:27.012ZAug 12 22:04:25.593 INFO [host-target] process exited with exit status: 0 (50.694758ms)
19242024-08-12T22:04:27.012ZAug 12 22:04:25.593 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19252024-08-12T22:04:27.016Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19262024-08-12T22:04:27.019Z[ recovery-target] Created new build target 'recovery' and set it as active
19272024-08-12T22:04:27.019ZAug 12 22:04:25.599 INFO [recovery-target] process exited with exit status: 0 (17.907997ms)
19282024-08-12T22:04:27.024Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19292024-08-12T22:04:27.366Z[ helios-setup] Aug 12 22:04:25.947 INFO clone ok!, project: pilot
19302024-08-12T22:04:27.369Z[ helios-setup] Aug 12 22:04:25.947 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
19312024-08-12T22:04:27.369Z[ helios-setup] Aug 12 22:04:25.947 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19322024-08-12T22:04:27.369Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19332024-08-12T22:04:27.852Z[ helios-setup] Aug 12 22:04:26.433 INFO clone ok!, project: image-builder
19342024-08-12T22:04:27.855Z[ helios-setup] Aug 12 22:04:26.433 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
19352024-08-12T22:04:27.855Z[ helios-setup] Aug 12 22:04:26.434 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
19362024-08-12T22:04:27.858Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19372024-08-12T22:04:28.102Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19382024-08-12T22:04:28.102Z[ host-package] Compiling camino v1.1.7
19392024-08-12T22:04:28.102Z[ host-package] Compiling password-hash v0.5.0
19402024-08-12T22:04:28.105Z[ host-package] Compiling blake2 v0.10.6
19412024-08-12T22:04:28.105Z[ host-package] Compiling derive-where v1.2.7
19422024-08-12T22:04:28.105Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19432024-08-12T22:04:28.216Z[ host-package] Compiling humantime v2.1.0
19442024-08-12T22:04:28.228Z[ host-package] Compiling newline-converter v0.3.0
19452024-08-12T22:04:28.416Z[ host-package] Compiling expectorate v1.1.0
19462024-08-12T22:04:28.437Z[ host-package] Compiling toml v0.8.19
19472024-08-12T22:04:28.715Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19482024-08-12T22:04:29.016Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19492024-08-12T22:04:29.035Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19502024-08-12T22:04:29.154Z[ host-package] Compiling argon2 v0.5.3
19512024-08-12T22:04:29.194Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19522024-08-12T22:04:29.220Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19532024-08-12T22:04:29.378Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19542024-08-12T22:04:29.512Z[ host-package] Compiling dirs-sys-next v0.1.2
19552024-08-12T22:04:29.774Z[ host-package] Compiling dirs-next v2.0.0
19562024-08-12T22:04:29.954Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19572024-08-12T22:04:29.977Z[ host-package] Compiling prettyplease v0.2.20
19582024-08-12T22:04:30.083Z[ host-package] Compiling convert_case v0.4.0
19592024-08-12T22:04:30.295Z[ host-package] Compiling term v0.7.0
19602024-08-12T22:04:30.564Z[ host-package] Compiling semver v0.1.20
19612024-08-12T22:04:30.584Z[ host-package] Compiling is-terminal v0.4.12
19622024-08-12T22:04:30.724Z[ host-package] Compiling home v0.5.9
19632024-08-12T22:04:30.893Z[ host-package] Compiling derive_more v0.99.18
19642024-08-12T22:04:30.979Z[ host-package] Compiling rustc_version v0.1.7
19652024-08-12T22:04:31.213Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19662024-08-12T22:04:31.418Z[ host-package] Compiling newtype_derive v0.1.6
19672024-08-12T22:04:31.523Z[ host-package] Compiling rustls-pki-types v1.7.0
19682024-08-12T22:04:31.621Z[ host-package] Compiling rustls v0.22.4
19692024-08-12T22:04:31.672Z[ host-package] Compiling thread_local v1.1.8
19702024-08-12T22:04:32.001Z[ host-package] Compiling steno v0.4.1
19712024-08-12T22:04:32.175Z[ host-package] Compiling rustls-webpki v0.102.4
19722024-08-12T22:04:32.281Z[ host-package] Compiling linked-hash-map v0.5.6
19732024-08-12T22:04:32.713Z[ host-package] Compiling match_cfg v0.1.0
19742024-08-12T22:04:32.819Z[ host-package] Compiling hostname v0.3.1
19752024-08-12T22:04:33.070Z[ host-package] Compiling lru-cache v0.1.2
19762024-08-12T22:04:34.109Z[ host-package] Compiling multer v3.1.0
19772024-08-12T22:04:34.187Z[ host-package] Compiling slog-async v2.8.0
19782024-08-12T22:04:34.263Z[ host-package] Compiling slog-json v2.6.1
19792024-08-12T22:04:34.461Z[ host-package] Compiling crossbeam-channel v0.5.12
19802024-08-12T22:04:34.611Z[ host-package] Compiling http v1.1.0
19812024-08-12T22:04:35.544Z[ host-package] Compiling take_mut v0.2.2
19822024-08-12T22:04:35.565Z[ host-package] Compiling atomic-waker v1.1.2
19832024-08-12T22:04:35.816Z[ host-package] Compiling waitgroup v0.1.2
19842024-08-12T22:04:36.039Z[ host-package] Compiling slog-bunyan v2.5.0
19852024-08-12T22:04:36.144Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
19862024-08-12T22:04:36.159Z[ helios-setup] Aug 12 22:04:34.735 INFO clone ok!, project: amd-host-image-builder
19872024-08-12T22:04:36.161Z[ helios-setup] Aug 12 22:04:34.735 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
19882024-08-12T22:04:36.161Z[ helios-setup] Aug 12 22:04:34.735 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19892024-08-12T22:04:36.164Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19902024-08-12T22:04:36.286Z[ host-package] Compiling rustls-pemfile v2.1.3
19912024-08-12T22:04:36.792Z[ host-package] Compiling slog-term v2.9.1
19922024-08-12T22:04:36.857Z[ helios-setup] Aug 12 22:04:35.434 INFO clone ok!, project: bootserver
19932024-08-12T22:04:36.860Z[ helios-setup] Aug 12 22:04:35.435 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
19942024-08-12T22:04:36.860Z[ helios-setup] Aug 12 22:04:35.435 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19952024-08-12T22:04:36.863Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19962024-08-12T22:04:37.477Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19972024-08-12T22:04:37.552Z[ host-package] Compiling async-stream v0.3.5
19982024-08-12T22:04:37.657Z[ host-package] Compiling sha1 v0.10.6
19992024-08-12T22:04:37.819Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20002024-08-12T22:04:37.848Z[ host-package] Compiling newtype-uuid v1.1.0
20012024-08-12T22:04:37.916Z[ host-package] Compiling ipnetwork v0.20.0
20022024-08-12T22:04:38.052Z[ host-package] Compiling tokio-rustls v0.25.0
20032024-08-12T22:04:38.179Z[ host-package] Compiling serde_path_to_error v0.1.16
20042024-08-12T22:04:38.200Z[ host-package] Compiling hostname v0.4.0
20052024-08-12T22:04:38.445Z[ host-package] Compiling instant v0.1.12
20062024-08-12T22:04:38.506Z[ host-package] Compiling slog-dtrace v0.3.0
20072024-08-12T22:04:38.667Z[ host-package] Compiling debug-ignore v1.0.5
20082024-08-12T22:04:38.791Z[ host-package] Compiling backoff v0.4.0
20092024-08-12T22:04:38.820Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20102024-08-12T22:04:39.052Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20112024-08-12T22:04:39.170Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20122024-08-12T22:04:39.409Z[ host-package] Compiling parse-display v0.10.0
20132024-08-12T22:04:39.542Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20142024-08-12T22:04:39.731Z[ host-package] Compiling serde_with v3.8.3
20152024-08-12T22:04:40.042Z[ host-package] Compiling strum v0.26.3
20162024-08-12T22:04:40.246Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20172024-08-12T22:04:41.407Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20182024-08-12T22:04:41.587Z[ host-package] Compiling num-rational v0.4.2
20192024-08-12T22:04:42.832Z[ host-package] Compiling num-complex v0.4.6
20202024-08-12T22:04:43.309Z[ host-package] Compiling macaddr v1.0.1
20212024-08-12T22:04:43.823Z[ host-package] Compiling swrite v0.1.0
20222024-08-12T22:04:43.998Z[ host-package] Compiling num v0.4.3
20232024-08-12T22:04:44.147Z[ host-package] Compiling quick-error v1.2.3
20242024-08-12T22:04:44.331Z[ host-package] Compiling float-ord v0.3.2
20252024-08-12T22:04:44.496Z[ helios-setup] Aug 12 22:04:43.070 INFO clone ok!, project: amd-firmware
20262024-08-12T22:04:44.499Z[ helios-setup] Aug 12 22:04:43.070 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
20272024-08-12T22:04:44.499Z[ helios-setup] Aug 12 22:04:43.070 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20282024-08-12T22:04:44.502Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20292024-08-12T22:04:44.591Z[ host-package] Compiling resolv-conf v0.7.0
20302024-08-12T22:04:45.266Z[ helios-setup] Aug 12 22:04:43.839 INFO clone ok!, project: pinprick
20312024-08-12T22:04:45.268Z[ helios-setup] Aug 12 22:04:43.840 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20322024-08-12T22:04:45.533Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20332024-08-12T22:04:46.414Z[ host-package] Compiling trust-dns-resolver v0.22.0
20342024-08-12T22:04:46.420Z[ helios-setup] Aug 12 22:04:44.993 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20352024-08-12T22:04:46.700Z[ host-package] Compiling rayon-core v1.12.1
20362024-08-12T22:04:46.757Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20372024-08-12T22:04:46.937Z[ helios-setup] Aug 12 22:04:45.510 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20382024-08-12T22:04:46.940Z[ helios-setup] Aug 12 22:04:45.510 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20392024-08-12T22:04:47.410Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20402024-08-12T22:04:47.552Z[ host-package] Compiling crossbeam-deque v0.8.5
20412024-08-12T22:04:47.555Z[ helios-setup] Aug 12 22:04:46.045 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20422024-08-12T22:04:47.917Z[ host-package] Compiling fastrand v2.1.0
20432024-08-12T22:04:48.046Z[ helios-setup] Aug 12 22:04:46.619 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20442024-08-12T22:04:48.046Z[ helios-setup] Aug 12 22:04:46.619 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20452024-08-12T22:04:48.604Z[ host-package] Compiling display-error-chain v0.2.0
20462024-08-12T22:04:48.679Z[ helios-setup] Aug 12 22:04:47.251 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20472024-08-12T22:04:48.818Z[ host-package] Compiling same-file v1.0.6
20482024-08-12T22:04:49.119Z[ host-package] Compiling walkdir v2.5.0
20492024-08-12T22:04:49.292Z[ helios-setup] Aug 12 22:04:47.864 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20502024-08-12T22:04:49.295Z[ helios-setup] Aug 12 22:04:47.864 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20512024-08-12T22:04:49.295Z[ helios-setup] Aug 12 22:04:47.864 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20522024-08-12T22:04:49.295Z[ helios-setup] Aug 12 22:04:47.864 INFO ok!
20532024-08-12T22:04:49.295Z[ helios-setup] Aug 12 22:04:47.864 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20542024-08-12T22:04:49.295Z[ helios-setup] Aug 12 22:04:47.864 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20552024-08-12T22:04:49.295Z[ helios-setup] Aug 12 22:04:47.865 INFO ok!
20562024-08-12T22:04:49.295Z[ helios-setup] Aug 12 22:04:47.865 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20572024-08-12T22:04:49.295Z[ helios-setup] Aug 12 22:04:47.865 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20582024-08-12T22:04:49.295Z[ helios-setup] Aug 12 22:04:47.865 INFO ok!
20592024-08-12T22:04:49.295Z[ helios-setup] Aug 12 22:04:47.865 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
20602024-08-12T22:04:49.295Z[ helios-setup] Aug 12 22:04:47.865 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
20612024-08-12T22:04:49.869Z[ helios-setup] Aug 12 22:04:48.440 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
20622024-08-12T22:04:50.013Z[ host-package] Compiling tempfile v3.10.1
20632024-08-12T22:04:50.351Z[ helios-setup] Aug 12 22:04:48.922 INFO E| From https://github.com/jclulow/hiercmd
20642024-08-12T22:04:50.351Z[ helios-setup] Aug 12 22:04:48.922 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
20652024-08-12T22:04:50.372Z[ helios-setup] Aug 12 22:04:48.944 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
20662024-08-12T22:04:50.836Z[ helios-setup] Aug 12 22:04:49.407 INFO E| From https://github.com/jclulow/network-interface
20672024-08-12T22:04:50.836Z[ helios-setup] Aug 12 22:04:49.408 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
20682024-08-12T22:04:50.867Z[ helios-setup] Aug 12 22:04:49.439 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
20692024-08-12T22:04:51.368Z[ helios-setup] Aug 12 22:04:49.939 INFO E| From https://github.com/oxidecomputer/boot-image-tools
20702024-08-12T22:04:51.368Z[ helios-setup] Aug 12 22:04:49.939 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
20712024-08-12T22:04:51.408Z[ helios-setup] Aug 12 22:04:49.979 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
20722024-08-12T22:04:52.178Z[ helios-setup] Aug 12 22:04:50.749 INFO E| From https://github.com/oxidecomputer/facade
20732024-08-12T22:04:52.178Z[ helios-setup] Aug 12 22:04:50.749 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
20742024-08-12T22:04:52.264Z[ helios-setup] Aug 12 22:04:50.835 INFO E| Updating crates.io index
20752024-08-12T22:04:52.441Z[ host-package] Compiling half v2.4.1
20762024-08-12T22:04:52.887Z[ helios-setup] Aug 12 22:04:51.458 INFO E| Downloading crates ...
20772024-08-12T22:04:53.065Z[ helios-setup] Aug 12 22:04:51.635 INFO E| Downloaded anstream v0.2.6
20782024-08-12T22:04:53.072Z[ helios-setup] Aug 12 22:04:51.642 INFO E| Downloaded ahash v0.7.6
20792024-08-12T22:04:53.079Z[ helios-setup] Aug 12 22:04:51.650 INFO E| Downloaded clap_derive v4.2.0
20802024-08-12T22:04:53.092Z[ helios-setup] Aug 12 22:04:51.655 INFO E| Downloaded const-random v0.1.15
20812024-08-12T22:04:53.092Z[ helios-setup] Aug 12 22:04:51.657 INFO E| Downloaded concolor-override v1.0.0
20822024-08-12T22:04:53.092Z[ helios-setup] Aug 12 22:04:51.659 INFO E| Downloaded autocfg v1.1.0
20832024-08-12T22:04:53.132Z[ helios-setup] Aug 12 22:04:51.702 INFO E| Downloaded want v0.3.0
20842024-08-12T22:04:53.135Z[ helios-setup] Aug 12 22:04:51.704 INFO E| Downloaded try-lock v0.2.4
20852024-08-12T22:04:53.142Z[ helios-setup] Aug 12 22:04:51.713 INFO E| Downloaded serde_derive v1.0.204
20862024-08-12T22:04:53.146Z[ helios-setup] Aug 12 22:04:51.717 INFO E| Downloaded futures-sink v0.3.28
20872024-08-12T22:04:53.149Z[ helios-setup] Aug 12 22:04:51.719 INFO E| Downloaded project-root v0.2.2
20882024-08-12T22:04:53.149Z[ helios-setup] Aug 12 22:04:51.720 INFO E| Downloaded const-random-macro v0.1.15
20892024-08-12T22:04:53.152Z[ helios-setup] Aug 12 22:04:51.721 INFO E| Downloaded toolchain_find v0.2.0
20902024-08-12T22:04:53.160Z[ helios-setup] Aug 12 22:04:51.730 INFO E| Downloaded strsim v0.10.0
20912024-08-12T22:04:53.162Z[ helios-setup] Aug 12 22:04:51.733 INFO E| Downloaded smawk v0.3.1
20922024-08-12T22:04:53.165Z[ helios-setup] Aug 12 22:04:51.736 INFO E| Downloaded thiserror-impl v1.0.38
20932024-08-12T22:04:53.168Z[ helios-setup] Aug 12 22:04:51.739 INFO E| Downloaded slog-async v2.7.0
20942024-08-12T22:04:53.171Z[ helios-setup] Aug 12 22:04:51.741 INFO E| Downloaded tokio-macros v2.0.0
20952024-08-12T22:04:53.174Z[ helios-setup] Aug 12 22:04:51.743 INFO E| Downloaded lazy_static v1.4.0
20962024-08-12T22:04:53.176Z[ helios-setup] Aug 12 22:04:51.745 INFO E| Downloaded futures-task v0.3.28
20972024-08-12T22:04:53.198Z[ helios-setup] Aug 12 22:04:51.769 INFO E| Downloaded futures-macro v0.3.28
20982024-08-12T22:04:53.202Z[ helios-setup] Aug 12 22:04:51.771 INFO E| Downloaded semver v1.0.17
20992024-08-12T22:04:53.204Z[ helios-setup] Aug 12 22:04:51.775 INFO E| Downloaded thiserror v1.0.38
21002024-08-12T22:04:53.212Z[ helios-setup] Aug 12 22:04:51.782 INFO E| Downloaded terminal_size v0.2.6
21012024-08-12T22:04:53.216Z[ helios-setup] Aug 12 22:04:51.785 INFO E| Downloaded sct v0.7.0
21022024-08-12T22:04:53.220Z[ helios-setup] Aug 12 22:04:51.791 INFO E| Downloaded scopeguard v1.1.0
21032024-08-12T22:04:53.223Z[ helios-setup] Aug 12 22:04:51.793 INFO E| Downloaded semver v0.11.0
21042024-08-12T22:04:53.226Z[ helios-setup] Aug 12 22:04:51.796 INFO E| Downloaded walkdir v2.3.3
21052024-08-12T22:04:53.229Z[ helios-setup] Aug 12 22:04:51.800 INFO E| Downloaded toml_datetime v0.6.1
21062024-08-12T22:04:53.232Z[ helios-setup] Aug 12 22:04:51.802 INFO E| Downloaded percent-encoding v2.2.0
21072024-08-12T22:04:53.235Z[ helios-setup] Aug 12 22:04:51.803 INFO E| Downloaded paste v1.0.12
21082024-08-12T22:04:53.238Z[ helios-setup] Aug 12 22:04:51.809 INFO E| Downloaded num_enum_derive v0.5.7
21092024-08-12T22:04:53.245Z[ helios-setup] Aug 12 22:04:51.811 INFO E| Downloaded time v0.1.45
21102024-08-12T22:04:53.245Z[ helios-setup] Aug 12 22:04:51.813 INFO E| Downloaded textwrap v0.16.0
21112024-08-12T22:04:53.248Z[ helios-setup] Aug 12 22:04:51.817 INFO E| Downloaded smartstring v1.0.1
21122024-08-12T22:04:53.251Z[ helios-setup] Aug 12 22:04:51.821 INFO E| Downloaded rustfmt-wrapper v0.2.0
21132024-08-12T22:04:53.253Z[ helios-setup] Aug 12 22:04:51.823 INFO E| Downloaded once_cell v1.17.0
21142024-08-12T22:04:53.256Z[ helios-setup] Aug 12 22:04:51.827 INFO E| Downloaded schemars v0.8.12
21152024-08-12T22:04:53.281Z[ host-package] Compiling ciborium-io v0.2.2
21162024-08-12T22:04:53.284Z[ helios-setup] Aug 12 22:04:51.854 INFO E| Downloaded unicode-ident v1.0.8
21172024-08-12T22:04:53.299Z[ helios-setup] Aug 12 22:04:51.869 INFO E| Downloaded ryu v1.0.13
21182024-08-12T22:04:53.305Z[ helios-setup] Aug 12 22:04:51.876 INFO E| Downloaded rustls-webpki v0.100.1
21192024-08-12T22:04:53.319Z[ helios-setup] Aug 12 22:04:51.889 INFO E| Downloaded tracing-core v0.1.30
21202024-08-12T22:04:53.324Z[ helios-setup] Aug 12 22:04:51.894 INFO E| Downloaded unicode-linebreak v0.1.4
21212024-08-12T22:04:53.328Z[ helios-setup] Aug 12 22:04:51.898 INFO E| Downloaded unicode-normalization v0.1.22
21222024-08-12T22:04:53.334Z[ helios-setup] Aug 12 22:04:51.905 INFO E| Downloaded pin-project-lite v0.2.9
21232024-08-12T22:04:53.343Z[ helios-setup] Aug 12 22:04:51.914 INFO E| Downloaded tokio-util v0.7.7
21242024-08-12T22:04:53.356Z[ helios-setup] Aug 12 22:04:51.926 INFO E| Downloaded winnow v0.4.1
21252024-08-12T22:04:53.371Z[ helios-setup] Aug 12 22:04:51.940 INFO E| Downloaded syn v1.0.107
21262024-08-12T22:04:53.373Z[ host-package] Compiling utf-8 v0.7.6
21272024-08-12T22:04:53.388Z[ helios-setup] Aug 12 22:04:51.959 INFO E| Downloaded rustls v0.21.0
21282024-08-12T22:04:53.406Z[ helios-setup] Aug 12 22:04:51.977 INFO E| Downloaded num-traits v0.2.15
21292024-08-12T22:04:53.410Z[ helios-setup] Aug 12 22:04:51.981 INFO E| Downloaded tokio v1.27.0
21302024-08-12T22:04:53.461Z[ helios-setup] Aug 12 22:04:52.031 INFO E| Downloaded flate2 v1.0.25
21312024-08-12T22:04:53.467Z[ helios-setup] Aug 12 22:04:52.038 INFO E| Downloaded rayon-core v1.10.2
21322024-08-12T22:04:53.474Z[ helios-setup] Aug 12 22:04:52.044 INFO E| Downloaded http v0.2.9
21332024-08-12T22:04:53.479Z[ helios-setup] Aug 12 22:04:52.050 INFO E| Downloaded serde v1.0.204
21342024-08-12T22:04:53.485Z[ helios-setup] Aug 12 22:04:52.055 INFO E| Downloaded crossbeam-epoch v0.9.13
21352024-08-12T22:04:53.489Z[ helios-setup] Aug 12 22:04:52.060 INFO E| Downloaded crossbeam-channel v0.5.6
21362024-08-12T22:04:53.492Z[ host-package] Compiling ciborium-ll v0.2.2
21372024-08-12T22:04:53.497Z[ helios-setup] Aug 12 22:04:52.068 INFO E| Downloaded base64 v0.21.0
21382024-08-12T22:04:53.503Z[ helios-setup] Aug 12 22:04:52.074 INFO E| Downloaded memchr v2.5.0
21392024-08-12T22:04:53.509Z[ helios-setup] Aug 12 22:04:52.080 INFO E| Downloaded pest v2.5.7
21402024-08-12T22:04:53.518Z[ helios-setup] Aug 12 22:04:52.089 INFO E| Downloaded mio v0.8.5
21412024-08-12T22:04:53.554Z[ helios-setup] Aug 12 22:04:52.124 INFO E| Downloaded aho-corasick v0.7.20
21422024-08-12T22:04:53.560Z[ helios-setup] Aug 12 22:04:52.131 INFO E| Downloaded clap v4.2.1
21432024-08-12T22:04:53.577Z[ helios-setup] Aug 12 22:04:52.147 INFO E| Downloaded cc v1.0.78
21442024-08-12T22:04:53.581Z[ helios-setup] Aug 12 22:04:52.152 INFO E| Downloaded reqwest v0.11.16
21452024-08-12T22:04:53.595Z[ helios-setup] Aug 12 22:04:52.165 INFO E| Downloaded bytes v1.4.0
21462024-08-12T22:04:53.602Z[ helios-setup] Aug 12 22:04:52.173 INFO E| Downloaded futures-util v0.3.28
21472024-08-12T22:04:53.625Z[ helios-setup] Aug 12 22:04:52.196 INFO E| Downloaded rayon v1.6.1
21482024-08-12T22:04:53.640Z[ helios-setup] Aug 12 22:04:52.211 INFO E| Downloaded chrono v0.4.24
21492024-08-12T22:04:53.651Z[ helios-setup] Aug 12 22:04:52.222 INFO E| Downloaded hyper v0.14.25
21502024-08-12T22:04:53.663Z[ helios-setup] Aug 12 22:04:52.233 INFO E| Downloaded git2 v0.16.1
21512024-08-12T22:04:53.676Z[ helios-setup] Aug 12 22:04:52.247 INFO E| Downloaded regex v1.7.3
21522024-08-12T22:04:53.689Z[ helios-setup] Aug 12 22:04:52.260 INFO E| Downloaded h2 v0.3.16
21532024-08-12T22:04:53.698Z[ helios-setup] Aug 12 22:04:52.269 INFO E| Downloaded regress v0.5.0
21542024-08-12T22:04:53.708Z[ helios-setup] Aug 12 22:04:52.279 INFO E| Downloaded clap_builder v4.2.1
21552024-08-12T22:04:53.719Z[ helios-setup] Aug 12 22:04:52.289 INFO E| Downloaded rustix v0.37.3
21562024-08-12T22:04:53.757Z[ helios-setup] Aug 12 22:04:52.327 INFO E| Downloaded futures v0.3.28
21572024-08-12T22:04:53.768Z[ helios-setup] Aug 12 22:04:52.338 INFO E| Downloaded rhai v1.14.0
21582024-08-12T22:04:53.789Z[ helios-setup] Aug 12 22:04:52.359 INFO E| Downloaded serde_json v1.0.95
21592024-08-12T22:04:53.801Z[ helios-setup] Aug 12 22:04:52.371 INFO E| Downloaded openapiv3 v1.0.2
21602024-08-12T22:04:53.818Z[ helios-setup] Aug 12 22:04:52.388 INFO E| Downloaded toml_edit v0.19.8
21612024-08-12T22:04:53.851Z[ helios-setup] Aug 12 22:04:52.421 INFO E| Downloaded semver-parser v0.10.2
21622024-08-12T22:04:53.854Z[ helios-setup] Aug 12 22:04:52.424 INFO E| Downloaded parking_lot v0.12.1
21632024-08-12T22:04:53.857Z[ helios-setup] Aug 12 22:04:52.427 INFO E| Downloaded miniz_oxide v0.6.2
21642024-08-12T22:04:53.860Z[ helios-setup] Aug 12 22:04:52.430 INFO E| Downloaded camino v1.1.4
21652024-08-12T22:04:53.862Z[ host-package] Compiling ring v0.16.20
21662024-08-12T22:04:53.881Z[ helios-setup] Aug 12 22:04:52.451 INFO E| Downloaded tracing v0.1.37
21672024-08-12T22:04:53.887Z[ helios-setup] Aug 12 22:04:52.457 INFO E| Downloaded libc v0.2.139
21682024-08-12T22:04:53.932Z[ helios-setup] Aug 12 22:04:52.502 INFO E| Downloaded url v2.3.1
21692024-08-12T22:04:53.937Z[ helios-setup] Aug 12 22:04:52.507 INFO E| Downloaded schemars_derive v0.8.12
21702024-08-12T22:04:53.941Z[ helios-setup] Aug 12 22:04:52.509 INFO E| Downloaded parking_lot_core v0.9.6
21712024-08-12T22:04:53.944Z[ helios-setup] Aug 12 22:04:52.514 INFO E| Downloaded log v0.4.17
21722024-08-12T22:04:53.948Z[ helios-setup] Aug 12 22:04:52.518 INFO E| Downloaded io-lifetimes v1.0.10
21732024-08-12T22:04:53.952Z[ helios-setup] Aug 12 22:04:52.523 INFO E| Downloaded getrandom v0.2.8
21742024-08-12T22:04:53.957Z[ helios-setup] Aug 12 22:04:52.528 INFO E| Downloaded crossbeam-utils v0.8.14
21752024-08-12T22:04:53.962Z[ helios-setup] Aug 12 22:04:52.533 INFO E| Downloaded ahash v0.8.3
21762024-08-12T22:04:53.967Z[ helios-setup] Aug 12 22:04:52.537 INFO E| Downloaded unsafe-libyaml v0.2.8
21772024-08-12T22:04:53.973Z[ helios-setup] Aug 12 22:04:52.544 INFO E| Downloaded unicode-bidi v0.3.13
21782024-08-12T22:04:53.977Z[ helios-setup] Aug 12 22:04:52.547 INFO E| Downloaded typenum v1.16.0
21792024-08-12T22:04:53.981Z[ helios-setup] Aug 12 22:04:52.551 INFO E| Downloaded tungstenite v0.18.0
21802024-08-12T22:04:53.986Z[ helios-setup] Aug 12 22:04:52.557 INFO E| Downloaded socket2 v0.4.9
21812024-08-12T22:04:53.990Z[ helios-setup] Aug 12 22:04:52.560 INFO E| Downloaded serde_yaml v0.9.21
21822024-08-12T22:04:53.997Z[ helios-setup] Aug 12 22:04:52.567 INFO E| Downloaded rustls-pemfile v1.0.2
21832024-08-12T22:04:54.001Z[ helios-setup] Aug 12 22:04:52.571 INFO E| Downloaded rhai_codegen v1.5.0
21842024-08-12T22:04:54.019Z[ helios-setup] Aug 12 22:04:52.588 INFO E| Downloaded num_enum v0.5.7
21852024-08-12T22:04:54.025Z[ helios-setup] Aug 12 22:04:52.595 INFO E| Downloaded futures-channel v0.3.28
21862024-08-12T22:04:54.028Z[ helios-setup] Aug 12 22:04:52.598 INFO E| Downloaded cargo-lock v8.0.3
21872024-08-12T22:04:54.032Z[ helios-setup] Aug 12 22:04:52.603 INFO E| Downloaded async-trait v0.1.68
21882024-08-12T22:04:54.037Z[ helios-setup] Aug 12 22:04:52.608 INFO E| Downloaded uuid v1.3.0
21892024-08-12T22:04:54.045Z[ helios-setup] Aug 12 22:04:52.615 INFO E| Downloaded ucd-trie v0.1.5
21902024-08-12T22:04:54.048Z[ helios-setup] Aug 12 22:04:52.618 INFO E| Downloaded toml v0.7.3
21912024-08-12T22:04:54.054Z[ helios-setup] Aug 12 22:04:52.624 INFO E| Downloaded tokio-rustls v0.24.0
21922024-08-12T22:04:54.057Z[ helios-setup] Aug 12 22:04:52.628 INFO E| Downloaded num-integer v0.1.45
21932024-08-12T22:04:54.061Z[ helios-setup] Aug 12 22:04:52.631 INFO E| Downloaded lock_api v0.4.9
21942024-08-12T22:04:54.063Z[ helios-setup] Aug 12 22:04:52.634 INFO E| Downloaded ipnet v2.7.2
21952024-08-12T22:04:54.066Z[ helios-setup] Aug 12 22:04:52.636 INFO E| Downloaded futures-executor v0.3.28
21962024-08-12T22:04:54.069Z[ helios-setup] Aug 12 22:04:52.638 INFO E| Downloaded bincode v1.3.3
21972024-08-12T22:04:54.072Z[ helios-setup] Aug 12 22:04:52.642 INFO E| Downloaded either v1.8.0
21982024-08-12T22:04:54.075Z[ helios-setup] Aug 12 22:04:52.644 INFO E| Downloaded tokio-tungstenite v0.18.0
21992024-08-12T22:04:54.077Z[ helios-setup] Aug 12 22:04:52.648 INFO E| Downloaded slab v0.4.7
22002024-08-12T22:04:54.080Z[ helios-setup] Aug 12 22:04:52.650 INFO E| Downloaded unicode-width v0.1.10
22012024-08-12T22:04:54.083Z[ helios-setup] Aug 12 22:04:52.652 INFO E| Downloaded pkg-config v0.3.26
22022024-08-12T22:04:54.085Z[ helios-setup] Aug 12 22:04:52.655 INFO E| Downloaded memoffset v0.7.1
22032024-08-12T22:04:54.088Z[ helios-setup] Aug 12 22:04:52.656 INFO E| Downloaded jobserver v0.1.26
22042024-08-12T22:04:54.091Z[ helios-setup] Aug 12 22:04:52.659 INFO E| Downloaded is-terminal v0.4.7
22052024-08-12T22:04:54.091Z[ helios-setup] Aug 12 22:04:52.661 INFO E| Downloaded http-body v0.4.5
22062024-08-12T22:04:54.093Z[ helios-setup] Aug 12 22:04:52.664 INFO E| Downloaded home v0.5.4
22072024-08-12T22:04:54.096Z[ helios-setup] Aug 12 22:04:52.665 INFO E| Downloaded futures-io v0.3.28
22082024-08-12T22:04:54.099Z[ helios-setup] Aug 12 22:04:52.667 INFO E| Downloaded futures-core v0.3.28
22092024-08-12T22:04:54.099Z[ helios-setup] Aug 12 22:04:52.669 INFO E| Downloaded errno v0.3.1
22102024-08-12T22:04:54.102Z[ helios-setup] Aug 12 22:04:52.671 INFO E| Downloaded tempfile v3.5.0
22112024-08-12T22:04:54.105Z[ helios-setup] Aug 12 22:04:52.675 INFO E| Downloaded signal-hook-registry v1.4.0
22122024-08-12T22:04:54.107Z[ helios-setup] Aug 12 22:04:52.677 INFO E| Downloaded encoding_rs v0.8.32
22132024-08-12T22:04:54.155Z[ helios-setup] Aug 12 22:04:52.725 INFO E| Downloaded itoa v1.0.6
22142024-08-12T22:04:54.157Z[ helios-setup] Aug 12 22:04:52.727 INFO E| Downloaded digest v0.10.6
22152024-08-12T22:04:54.163Z[ helios-setup] Aug 12 22:04:52.734 INFO E| Downloaded concolor-query v0.3.3
22162024-08-12T22:04:54.166Z[ helios-setup] Aug 12 22:04:52.735 INFO E| Downloaded clap_lex v0.4.1
22172024-08-12T22:04:54.169Z[ helios-setup] Aug 12 22:04:52.740 INFO E| Downloaded smallvec v1.10.0
22182024-08-12T22:04:54.172Z[ helios-setup] Aug 12 22:04:52.740 INFO E| Downloaded slog-bunyan v2.4.0
22192024-08-12T22:04:54.172Z[ helios-setup] Aug 12 22:04:52.741 INFO E| Downloaded sha2 v0.10.6
22202024-08-12T22:04:54.175Z[ helios-setup] Aug 12 22:04:52.744 INFO E| Downloaded serde_spanned v0.6.1
22212024-08-12T22:04:54.178Z[ helios-setup] Aug 12 22:04:52.746 INFO E| Downloaded serde_path_to_error v0.1.11
22222024-08-12T22:04:54.178Z[ helios-setup] Aug 12 22:04:52.748 INFO E| Downloaded serde_derive_internals v0.26.0
22232024-08-12T22:04:54.181Z[ helios-setup] Aug 12 22:04:52.750 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
22242024-08-12T22:04:54.183Z[ helios-setup] Aug 12 22:04:52.754 INFO E| Downloaded proc-macro-crate v1.2.1
22252024-08-12T22:04:54.186Z[ helios-setup] Aug 12 22:04:52.755 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
22262024-08-12T22:04:54.255Z[ host-package] Compiling blake3 v1.5.1
22272024-08-12T22:04:54.287Z[ helios-setup] Aug 12 22:04:52.857 INFO E| Downloaded num_cpus v1.15.0
22282024-08-12T22:04:54.292Z[ helios-setup] Aug 12 22:04:52.862 INFO E| Downloaded iana-time-zone v0.1.56
22292024-08-12T22:04:54.295Z[ helios-setup] Aug 12 22:04:52.866 INFO E| Downloaded generic-array v0.14.6
22302024-08-12T22:04:54.300Z[ helios-setup] Aug 12 22:04:52.868 INFO E| Downloaded byteorder v1.4.3
22312024-08-12T22:04:54.302Z[ helios-setup] Aug 12 22:04:52.871 INFO E| Downloaded block-buffer v0.10.3
22322024-08-12T22:04:54.302Z[ helios-setup] Aug 12 22:04:52.873 INFO E| Downloaded anyhow v1.0.68
22332024-08-12T22:04:54.310Z[ helios-setup] Aug 12 22:04:52.880 INFO E| Downloaded anstyle v0.3.5
22342024-08-12T22:04:54.313Z[ helios-setup] Aug 12 22:04:52.883 INFO E| Downloaded form_urlencoded v1.1.0
22352024-08-12T22:04:54.315Z[ helios-setup] Aug 12 22:04:52.884 INFO E| Downloaded fastrand v1.9.0
22362024-08-12T22:04:54.315Z[ helios-setup] Aug 12 22:04:52.886 INFO E| Downloaded anstyle-parse v0.1.1
22372024-08-12T22:04:54.319Z[ helios-setup] Aug 12 22:04:52.889 INFO E| Downloaded sha1 v0.10.5
22382024-08-12T22:04:54.322Z[ helios-setup] Aug 12 22:04:52.892 INFO E| Downloaded serde_tokenstream v0.2.0
22392024-08-12T22:04:54.328Z[ helios-setup] Aug 12 22:04:52.898 INFO E| Downloaded httpdate v1.0.2
22402024-08-12T22:04:54.331Z[ helios-setup] Aug 12 22:04:52.900 INFO E| Downloaded libz-sys v1.1.8
22412024-08-12T22:04:54.417Z[ helios-setup] Aug 12 22:04:52.987 INFO E| Downloaded dyn-clone v1.0.11
22422024-08-12T22:04:54.420Z[ helios-setup] Aug 12 22:04:52.990 INFO E| Downloaded crossbeam-deque v0.8.2
22432024-08-12T22:04:54.423Z[ helios-setup] Aug 12 22:04:52.993 INFO E| Downloaded cpufeatures v0.2.5
22442024-08-12T22:04:54.426Z[ helios-setup] Aug 12 22:04:52.995 INFO E| Downloaded built v0.6.0
22452024-08-12T22:04:54.714Z[ helios-setup] Aug 12 22:04:53.284 INFO E| Compiling proc-macro2 v1.0.86
22462024-08-12T22:04:54.737Z[ helios-setup] Aug 12 22:04:53.307 INFO E| Compiling libc v0.2.139
22472024-08-12T22:04:54.740Z[ helios-setup] Aug 12 22:04:53.307 INFO E| Compiling unicode-ident v1.0.8
22482024-08-12T22:04:54.740Z[ helios-setup] Aug 12 22:04:53.307 INFO E| Compiling autocfg v1.1.0
22492024-08-12T22:04:54.740Z[ helios-setup] Aug 12 22:04:53.308 INFO E| Compiling cfg-if v1.0.0
22502024-08-12T22:04:54.740Z[ helios-setup] Aug 12 22:04:53.308 INFO E| Compiling version_check v0.9.4
22512024-08-12T22:04:54.740Z[ helios-setup] Aug 12 22:04:53.308 INFO E| Compiling serde v1.0.204
22522024-08-12T22:04:54.740Z[ helios-setup] Aug 12 22:04:53.308 INFO E| Compiling syn v1.0.107
22532024-08-12T22:04:54.798Z[ host-package] Compiling rayon v1.10.0
22542024-08-12T22:04:55.314Z[ helios-setup] Aug 12 22:04:53.883 INFO E| Compiling memchr v2.5.0
22552024-08-12T22:04:56.151Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22562024-08-12T22:04:56.338Z[ helios-setup] Aug 12 22:04:54.907 INFO E| Compiling once_cell v1.17.0
22572024-08-12T22:04:56.433Z[ helios-setup] Aug 12 22:04:55.002 INFO E| Compiling log v0.4.17
22582024-08-12T22:04:56.436Z[ helios-setup] Aug 12 22:04:55.003 INFO E| Compiling thiserror v1.0.38
22592024-08-12T22:04:57.234Z[ helios-setup] Aug 12 22:04:55.803 INFO E| Compiling itoa v1.0.6
22602024-08-12T22:04:57.350Z[ helios-setup] Aug 12 22:04:55.919 INFO E| Compiling serde_json v1.0.95
22612024-08-12T22:04:57.732Z[ helios-setup] Aug 12 22:04:56.301 INFO E| Compiling quote v1.0.36
22622024-08-12T22:04:58.385Z[ host-package] Compiling xattr v1.3.1
22632024-08-12T22:04:58.591Z[ helios-setup] Aug 12 22:04:57.160 INFO E| Compiling syn v2.0.72
22642024-08-12T22:04:59.034Z[ helios-setup] Aug 12 22:04:57.602 INFO E| Compiling jobserver v0.1.26
22652024-08-12T22:04:59.057Z[ host-package] Compiling nibble_vec v0.1.0
22662024-08-12T22:04:59.218Z[ helios-setup] Aug 12 22:04:57.786 INFO E| Compiling getrandom v0.2.8
22672024-08-12T22:04:59.514Z[ helios-setup] Aug 12 22:04:58.082 INFO E| Compiling indexmap v1.9.3
22682024-08-12T22:04:59.732Z[ helios-setup] Aug 12 22:04:58.301 INFO E| Compiling pin-project-lite v0.2.9
22692024-08-12T22:04:59.809Z[ helios-setup] Aug 12 22:04:58.377 INFO E| Compiling cc v1.0.78
22702024-08-12T22:05:00.148Z[ helios-setup] Aug 12 22:04:58.716 INFO E| Compiling scopeguard v1.1.0
22712024-08-12T22:05:00.226Z[ helios-setup] Aug 12 22:04:58.794 INFO E| Compiling num-integer v0.1.45
22722024-08-12T22:05:00.467Z[ helios-setup] Aug 12 22:04:59.035 INFO E| Compiling bytes v1.4.0
22732024-08-12T22:05:00.712Z[ helios-setup] Aug 12 22:04:59.279 INFO E| Compiling futures-core v0.3.28
22742024-08-12T22:05:01.237Z[ helios-setup] Aug 12 22:04:59.804 INFO E| Compiling ryu v1.0.13
22752024-08-12T22:05:02.405Z[ helios-setup] Aug 12 22:05:00.971 INFO E| Compiling lock_api v0.4.9
22762024-08-12T22:05:02.510Z[ helios-setup] Aug 12 22:05:01.076 INFO E| Compiling parking_lot_core v0.9.6
22772024-08-12T22:05:03.069Z[ helios-setup] Aug 12 22:05:01.636 INFO E| Compiling bitflags v1.3.2
22782024-08-12T22:05:03.264Z[ helios-setup] Aug 12 22:05:01.831 INFO E| Compiling typenum v1.16.0
22792024-08-12T22:05:04.017Z[ helios-setup] Aug 12 22:05:02.579 INFO E| Compiling num_cpus v1.15.0
22802024-08-12T22:05:04.111Z[ helios-setup] Aug 12 22:05:02.677 INFO E| Compiling slab v0.4.7
22812024-08-12T22:05:04.111Z[ helios-setup] Aug 12 22:05:02.678 INFO E| Compiling generic-array v0.14.6
22822024-08-12T22:05:04.182Z[ helios-setup] Aug 12 22:05:02.749 INFO E| Compiling futures-sink v0.3.28
22832024-08-12T22:05:04.198Z[ helios-setup] Aug 12 22:05:02.750 INFO E| Compiling futures-task v0.3.28
22842024-08-12T22:05:04.198Z[ host-package] Compiling filetime v0.2.24
22852024-08-12T22:05:04.325Z[ helios-setup] Aug 12 22:05:02.891 INFO E| Compiling futures-channel v0.3.28
22862024-08-12T22:05:04.710Z[ host-package] Compiling memmap2 v0.9.4
22872024-08-12T22:05:05.372Z[ helios-setup] Aug 12 22:05:03.936 INFO E| Compiling tokio v1.27.0
22882024-08-12T22:05:05.501Z[ host-package] Compiling arrayvec v0.7.4
22892024-08-12T22:05:05.686Z[ helios-setup] Aug 12 22:05:04.252 INFO E| Compiling schemars v0.8.12
22902024-08-12T22:05:05.743Z[ helios-setup] Aug 12 22:05:04.309 INFO E| Compiling futures-util v0.3.28
22912024-08-12T22:05:06.229Z[ host-package] Compiling spin v0.5.2
22922024-08-12T22:05:06.684Z[ helios-setup] Aug 12 22:05:05.249 INFO E| Compiling mio v0.8.5
22932024-08-12T22:05:06.711Z[ host-package] Compiling cancel-safe-futures v0.1.5
22942024-08-12T22:05:06.754Z[ helios-setup] Aug 12 22:05:05.320 INFO E| Compiling signal-hook-registry v1.4.0
22952024-08-12T22:05:06.918Z[ host-package] Compiling untrusted v0.7.1
22962024-08-12T22:05:07.079Z[ helios-setup] Aug 12 22:05:05.644 INFO E| Compiling socket2 v0.4.9
22972024-08-12T22:05:07.236Z[ helios-setup] Aug 12 22:05:05.801 INFO E| Compiling num-traits v0.2.15
22982024-08-12T22:05:07.319Z[ helios-setup] Aug 12 22:05:05.884 INFO E| Compiling ahash v0.7.6
22992024-08-12T22:05:07.454Z[ host-package] Compiling constant_time_eq v0.3.0
23002024-08-12T22:05:07.533Z[ host-package] Compiling arrayref v0.3.7
23012024-08-12T22:05:07.715Z[ host-package] Compiling endian-type v0.1.2
23022024-08-12T22:05:08.190Z[ helios-setup] Aug 12 22:05:06.755 INFO E| Compiling futures-io v0.3.28
23032024-08-12T22:05:08.267Z[ host-package] Compiling radix_trie v0.2.1
23042024-08-12T22:05:08.804Z[ helios-setup] Aug 12 22:05:07.368 INFO E| Compiling crunchy v0.2.2
23052024-08-12T22:05:09.131Z[ helios-setup] Aug 12 22:05:07.695 INFO E| Compiling pin-utils v0.1.0
23062024-08-12T22:05:09.467Z[ helios-setup] Aug 12 22:05:08.031 INFO E| Compiling io-lifetimes v1.0.10
23072024-08-12T22:05:10.309Z[ host-package] Compiling tar v0.4.41
23082024-08-12T22:05:10.385Z[ helios-setup] Aug 12 22:05:08.948 INFO E| Compiling serde_derive_internals v0.26.0
23092024-08-12T22:05:10.510Z[ helios-setup] Aug 12 22:05:09.074 INFO E| Compiling ahash v0.8.3
23102024-08-12T22:05:10.872Z[ helios-setup] Aug 12 22:05:09.435 INFO E| Compiling rustix v0.37.3
23112024-08-12T22:05:11.352Z[ helios-setup] Aug 12 22:05:09.915 INFO E| Compiling tiny-keccak v2.0.2
23122024-08-12T22:05:11.606Z[ helios-setup] Aug 12 22:05:10.170 INFO E| Compiling hashbrown v0.12.3
23132024-08-12T22:05:11.691Z[ helios-setup] Aug 12 22:05:10.254 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
23142024-08-12T22:05:13.160Z[ helios-setup] Aug 12 22:05:11.723 INFO E| Compiling block-buffer v0.10.3
23152024-08-12T22:05:13.240Z[ helios-setup] Aug 12 22:05:11.803 INFO E| Compiling crypto-common v0.1.6
23162024-08-12T22:05:13.692Z[ host-package] Compiling ciborium v0.2.2
23172024-08-12T22:05:14.155Z[ helios-setup] Aug 12 22:05:12.717 INFO E| Compiling errno v0.3.1
23182024-08-12T22:05:14.474Z[ helios-setup] Aug 12 22:05:13.036 INFO E| Compiling slog v2.7.0
23192024-08-12T22:05:14.528Z[ helios-setup] Aug 12 22:05:13.090 INFO E| Compiling pkg-config v0.3.26
23202024-08-12T22:05:14.700Z[ helios-setup] Aug 12 22:05:13.262 INFO E| Compiling crossbeam-utils v0.8.14
23212024-08-12T22:05:14.700Z[ helios-setup] Aug 12 22:05:13.262 INFO E| Compiling fnv v1.0.7
23222024-08-12T22:05:15.810Z[ helios-setup] Aug 12 22:05:14.371 INFO E| Compiling http v0.2.9
23232024-08-12T22:05:16.198Z[ host-package] Compiling camino-tempfile v1.1.1
23242024-08-12T22:05:16.794Z[ helios-setup] Aug 12 22:05:15.356 INFO E| Compiling digest v0.10.6
23252024-08-12T22:05:17.298Z[ host-package] Compiling toolchain_find v0.4.0
23262024-08-12T22:05:17.411Z[ host-package] Compiling maplit v1.0.2
23272024-08-12T22:05:17.603Z[ host-package] Compiling topological-sort v0.2.2
23282024-08-12T22:05:18.211Z[ host-package] Compiling crunchy v0.2.2
23292024-08-12T22:05:18.322Z[ helios-setup] Aug 12 22:05:16.883 INFO E| Compiling aho-corasick v0.7.20
23302024-08-12T22:05:18.364Z[ host-package] Compiling glob v0.3.1
23312024-08-12T22:05:18.809Z[ helios-setup] Aug 12 22:05:17.369 INFO E| Compiling heck v0.4.1
23322024-08-12T22:05:18.903Z[ helios-setup] Aug 12 22:05:17.464 INFO E| Compiling percent-encoding v2.2.0
23332024-08-12T22:05:19.234Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23342024-08-12T22:05:19.406Z[ host-package] Compiling omicron-zone-package v0.11.0
23352024-08-12T22:05:19.504Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23362024-08-12T22:05:19.857Z[ helios-setup] Aug 12 22:05:18.417 INFO E| Compiling unicode-width v0.1.10
23372024-08-12T22:05:20.034Z[ helios-setup] Aug 12 22:05:18.594 INFO E| Compiling cpufeatures v0.2.5
23382024-08-12T22:05:20.190Z[ helios-setup] Aug 12 22:05:18.750 INFO E| Compiling httparse v1.8.0
23392024-08-12T22:05:20.385Z[ host-package] Compiling clang-sys v1.7.0
23402024-08-12T22:05:20.478Z[ helios-setup] Aug 12 22:05:19.038 INFO E| Compiling anyhow v1.0.68
23412024-08-12T22:05:20.717Z[ helios-setup] Aug 12 22:05:19.277 INFO E| Compiling thiserror-impl v1.0.38
23422024-08-12T22:05:20.901Z[ helios-setup] Aug 12 22:05:19.460 INFO E| Compiling serde_derive v1.0.204
23432024-08-12T22:05:21.176Z[ helios-setup] Aug 12 22:05:19.736 INFO E| Compiling tokio-macros v2.0.0
23442024-08-12T22:05:21.329Z[ helios-setup] Aug 12 22:05:19.889 INFO E| Compiling futures-macro v0.3.28
23452024-08-12T22:05:21.411Z[ helios-setup] Aug 12 22:05:19.970 INFO E| Compiling schemars_derive v0.8.12
23462024-08-12T22:05:21.622Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23472024-08-12T22:05:22.137Z[ helios-setup] Aug 12 22:05:20.696 INFO E| Compiling tinyvec_macros v0.1.1
23482024-08-12T22:05:22.410Z[ helios-setup] Aug 12 22:05:20.969 INFO E| Compiling regex-syntax v0.6.29
23492024-08-12T22:05:22.454Z[ host-package] Compiling tiny-keccak v2.0.2
23502024-08-12T22:05:22.780Z[ helios-setup] Aug 12 22:05:21.338 INFO E| Compiling tinyvec v1.6.0
23512024-08-12T22:05:23.205Z[ host-package] Compiling dsl_auto_type v0.1.2
23522024-08-12T22:05:23.506Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23532024-08-12T22:05:25.483Z[ helios-setup] Aug 12 22:05:24.041 INFO E| Compiling const-random-macro v0.1.15
23542024-08-12T22:05:26.084Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23552024-08-12T22:05:26.113Z[ host-package] Compiling arc-swap v1.7.1
23562024-08-12T22:05:26.702Z[ helios-setup] Aug 12 22:05:25.259 INFO E| Compiling form_urlencoded v1.1.0
23572024-08-12T22:05:26.825Z[ host-package] Compiling diesel_derives v2.2.2
23582024-08-12T22:05:27.252Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23592024-08-12T22:05:27.329Z[ helios-setup] Aug 12 22:05:25.886 INFO E| Compiling hashbrown v0.13.2
23602024-08-12T22:05:27.499Z[ host-package] Compiling slog-scope v4.4.0
23612024-08-12T22:05:27.568Z[ helios-setup] Aug 12 22:05:26.123 INFO E| Compiling chrono v0.4.24
23622024-08-12T22:05:27.723Z[ helios-setup] Aug 12 22:05:26.280 INFO E| Compiling libz-sys v1.1.8
23632024-08-12T22:05:28.311Z[ host-package] Compiling r2d2 v0.8.10
23642024-08-12T22:05:29.330Z[ host-package] Compiling ascii-canvas v3.0.0
23652024-08-12T22:05:29.333Z[ helios-setup] Aug 12 22:05:27.888 INFO E| Compiling regex v1.7.3
23662024-08-12T22:05:30.176Z[ host-package] Compiling ena v0.14.3
23672024-08-12T22:05:30.334Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23682024-08-12T22:05:30.432Z[ host-package] Compiling libloading v0.8.3
23692024-08-12T22:05:31.077Z[ host-package] Compiling bindgen v0.69.4
23702024-08-12T22:05:31.488Z[ host-package] Compiling regex-syntax v0.6.29
23712024-08-12T22:05:31.850Z[ helios-setup] Aug 12 22:05:30.405 INFO E| Compiling dyn-clone v1.0.11
23722024-08-12T22:05:31.898Z[ helios-setup] Aug 12 22:05:30.453 INFO E| Compiling uuid v1.3.0
23732024-08-12T22:05:32.258Z[ helios-setup] Aug 12 22:05:30.813 INFO E| Compiling regress v0.5.0
23742024-08-12T22:05:32.377Z[ host-package] Compiling diff v0.1.13
23752024-08-12T22:05:32.551Z[ helios-setup] Aug 12 22:05:31.105 INFO E| Compiling const-random v0.1.15
23762024-08-12T22:05:32.632Z[ helios-setup] Aug 12 22:05:31.187 INFO E| Compiling unicode-normalization v0.1.22
23772024-08-12T22:05:34.937Z[ helios-setup] Aug 12 22:05:33.491 INFO E| Compiling getopts v0.2.21
23782024-08-12T22:05:35.276Z[ helios-setup] Aug 12 22:05:33.830 INFO E| Compiling tracing-core v0.1.30
23792024-08-12T22:05:35.673Z[ helios-setup] Aug 12 22:05:34.227 INFO E| Compiling memoffset v0.7.1
23802024-08-12T22:05:37.101Z[ helios-setup] Aug 12 22:05:35.655 INFO E| Compiling time-core v0.1.2
23812024-08-12T22:05:38.106Z[ helios-setup] Aug 12 22:05:36.659 INFO E| Compiling unicode-bidi v0.3.13
23822024-08-12T22:05:38.685Z[ helios-setup] Aug 12 22:05:37.237 INFO E| Compiling powerfmt v0.2.0
23832024-08-12T22:05:39.057Z[ helios-setup] Aug 12 22:05:37.609 INFO E| Compiling num-conv v0.1.0
23842024-08-12T22:05:39.839Z[ helios-setup] Aug 12 22:05:38.391 INFO E| Compiling ucd-trie v0.1.5
23852024-08-12T22:05:41.171Z[ helios-setup] Aug 12 22:05:39.723 INFO E| Compiling pest v2.5.7
23862024-08-12T22:05:41.380Z[ helios-setup] Aug 12 22:05:39.932 INFO E| Compiling idna v0.3.0
23872024-08-12T22:05:41.539Z[ helios-setup] Aug 12 22:05:40.090 INFO E| Compiling time-macros v0.2.18
23882024-08-12T22:05:41.723Z[ host-package] Compiling lalrpop v0.19.12
23892024-08-12T22:05:42.810Z[ helios-setup] Aug 12 22:05:41.361 INFO E| Compiling deranged v0.3.11
23902024-08-12T22:05:45.517Z[ helios-setup] Aug 12 22:05:44.067 INFO E| Compiling tracing v0.1.37
23912024-08-12T22:05:47.358Z[ helios-setup] Aug 12 22:05:45.907 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
23922024-08-12T22:05:48.247Z[ helios-setup] Aug 12 22:05:46.796 INFO E| Compiling time v0.1.45
23932024-08-12T22:05:48.308Z[ helios-setup] Aug 12 22:05:46.856 INFO E| Compiling crossbeam-epoch v0.9.13
23942024-08-12T22:05:48.382Z[ helios-setup] Aug 12 22:05:46.931 INFO E| Compiling num_threads v0.1.6
23952024-08-12T22:05:48.981Z[ helios-setup] Aug 12 22:05:47.529 INFO E| Compiling smallvec v1.10.0
23962024-08-12T22:05:49.515Z[ helios-setup] Aug 12 22:05:48.064 INFO E| Compiling toml v0.5.11
23972024-08-12T22:05:50.237Z[ host-package] Compiling diesel v2.2.2
23982024-08-12T22:05:50.351Z[ helios-setup] Aug 12 22:05:48.899 INFO E| Compiling serde_tokenstream v0.2.0
23992024-08-12T22:05:51.581Z[ helios-setup] Aug 12 22:05:50.117 INFO E| Compiling parking_lot v0.12.1
24002024-08-12T22:05:52.233Z[ helios-setup] Aug 12 22:05:50.780 INFO E| Compiling iana-time-zone v0.1.56
24012024-08-12T22:05:54.484Z[ host-package] Compiling slog-stdlog v4.1.1
24022024-08-12T22:05:55.268Z[ helios-setup] Aug 12 22:05:53.814 INFO E| Compiling semver v1.0.17
24032024-08-12T22:05:55.827Z[ helios-setup] Aug 12 22:05:54.372 INFO E| Compiling time v0.3.36
24042024-08-12T22:05:55.943Z[ host-package] Compiling tungstenite v0.21.0
24052024-08-12T22:05:57.207Z[ helios-setup] Aug 12 22:05:55.752 INFO E| Compiling semver-parser v0.10.2
24062024-08-12T22:06:00.132Z[ helios-setup] Aug 12 22:05:58.676 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24072024-08-12T22:06:00.677Z[ helios-setup] Aug 12 22:05:59.220 INFO E| Compiling url v2.3.1
24082024-08-12T22:06:02.875Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24092024-08-12T22:06:04.318Z[ helios-setup] Aug 12 22:06:02.860 INFO E| Compiling crossbeam-channel v0.5.6
24102024-08-12T22:06:04.881Z[ host-package] Compiling which v4.4.2
24112024-08-12T22:06:05.161Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24122024-08-12T22:06:05.303Z[ helios-setup] Aug 12 22:06:03.845 INFO E| Compiling dirs-sys-next v0.1.2
24132024-08-12T22:06:05.684Z[ host-package] Compiling cexpr v0.6.0
24142024-08-12T22:06:06.076Z[ host-package] Compiling libsw v3.3.1
24152024-08-12T22:06:06.196Z[ host-package] Compiling atty v0.2.14
24162024-08-12T22:06:06.533Z[ host-package] Compiling linear-map v1.2.0
24172024-08-12T22:06:06.942Z[ host-package] Compiling shlex v1.3.0
24182024-08-12T22:06:07.410Z[ helios-setup] Aug 12 22:06:05.951 INFO E| Compiling same-file v1.0.6
24192024-08-12T22:06:07.410Z[ host-package] Compiling owo-colors v4.0.0
24202024-08-12T22:06:07.769Z[ host-package] Compiling rustc-hash v1.1.0
24212024-08-12T22:06:08.181Z[ helios-setup] Aug 12 22:06:06.722 INFO E| Compiling crc32fast v1.3.2
24222024-08-12T22:06:08.197Z[ host-package] Compiling lazycell v1.3.0
24232024-08-12T22:06:08.276Z[ helios-setup] Aug 12 22:06:06.817 INFO E| Compiling try-lock v0.2.4
24242024-08-12T22:06:08.532Z[ host-package] Compiling ref-cast v1.0.23
24252024-08-12T22:06:08.628Z[ helios-setup] Aug 12 22:06:07.169 INFO E| Compiling want v0.3.0
24262024-08-12T22:06:09.773Z[ helios-setup] Aug 12 22:06:08.313 INFO E| Compiling walkdir v2.3.3
24272024-08-12T22:06:09.828Z[ host-package] Compiling tokio-tungstenite v0.21.0
24282024-08-12T22:06:09.843Z[ helios-setup] Aug 12 22:06:08.384 INFO E| Compiling dirs-next v2.0.0
24292024-08-12T22:06:10.385Z[ helios-setup] Aug 12 22:06:08.925 INFO E| Compiling tokio-util v0.7.7
24302024-08-12T22:06:11.046Z[ host-package] Compiling slog-envlogger v2.2.0
24312024-08-12T22:06:13.319Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24322024-08-12T22:06:14.420Z[ helios-setup] Aug 12 22:06:12.958 INFO E| Compiling h2 v0.3.16
24332024-08-12T22:06:14.908Z[ helios-setup] Aug 12 22:06:13.446 INFO E| Compiling semver v0.11.0
24342024-08-12T22:06:15.744Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24352024-08-12T22:06:15.903Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24362024-08-12T22:06:16.380Z[ helios-setup] Aug 12 22:06:14.918 INFO E| Compiling proc-macro-crate v1.2.1
24372024-08-12T22:06:16.622Z[ host-package] Compiling derive_builder_core v0.20.0
24382024-08-12T22:06:17.577Z[ helios-setup] Aug 12 22:06:16.114 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24392024-08-12T22:06:18.030Z[ helios-setup] Aug 12 22:06:16.567 INFO E| Compiling futures-executor v0.3.28
24402024-08-12T22:06:19.802Z[ helios-setup] Aug 12 22:06:18.338 INFO E| Compiling http-body v0.4.5
24412024-08-12T22:06:20.256Z[ helios-setup] Aug 12 22:06:18.793 INFO E| Compiling ring v0.16.20
24422024-08-12T22:06:20.720Z[ helios-setup] Aug 12 22:06:19.255 INFO E| Compiling rand_core v0.6.4
24432024-08-12T22:06:20.923Z[ host-package] Compiling headers-core v0.2.0
24442024-08-12T22:06:21.235Z[ host-package] Compiling fxhash v0.2.1
24452024-08-12T22:06:22.009Z[ host-package] Compiling libxml v0.3.3
24462024-08-12T22:06:22.365Z[ helios-setup] Aug 12 22:06:20.900 INFO E| Compiling thread_local v1.1.7
24472024-08-12T22:06:22.429Z[ helios-setup] Aug 12 22:06:20.965 INFO E| Compiling fastrand v1.9.0
24482024-08-12T22:06:23.188Z[ host-package] Compiling ref-cast-impl v1.0.23
24492024-08-12T22:06:23.536Z[ helios-setup] Aug 12 22:06:22.071 INFO E| Compiling lazy_static v1.4.0
24502024-08-12T22:06:23.916Z[ helios-setup] Aug 12 22:06:22.451 INFO E| Compiling tower-service v0.3.2
24512024-08-12T22:06:23.981Z[ helios-setup] Aug 12 22:06:22.516 INFO E| Compiling utf8parse v0.2.1
24522024-08-12T22:06:24.230Z[ helios-setup] Aug 12 22:06:22.764 INFO E| Compiling home v0.5.4
24532024-08-12T22:06:24.843Z[ helios-setup] Aug 12 22:06:23.378 INFO E| Compiling base64 v0.21.0
24542024-08-12T22:06:25.002Z[ helios-setup] Aug 12 22:06:23.536 INFO E| Compiling adler v1.0.2
24552024-08-12T22:06:25.835Z[ helios-setup] Aug 12 22:06:24.369 INFO E| Compiling rayon-core v1.10.2
24562024-08-12T22:06:26.539Z[ helios-setup] Aug 12 22:06:25.072 INFO E| Compiling httpdate v1.0.2
24572024-08-12T22:06:26.663Z[ helios-setup] Aug 12 22:06:25.196 INFO E| Compiling ppv-lite86 v0.2.17
24582024-08-12T22:06:26.737Z[ host-package] Compiling headers v0.3.9
24592024-08-12T22:06:26.967Z[ helios-setup] Aug 12 22:06:25.500 INFO E| Compiling hyper v0.14.25
24602024-08-12T22:06:28.091Z[ helios-setup] Aug 12 22:06:26.624 INFO E| Compiling miniz_oxide v0.6.2
24612024-08-12T22:06:28.385Z[ host-package] Compiling derive_builder_macro v0.20.0
24622024-08-12T22:06:28.602Z[ helios-setup] Aug 12 22:06:27.135 INFO E| Compiling rand_chacha v0.3.1
24632024-08-12T22:06:30.529Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24642024-08-12T22:06:33.394Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24652024-08-12T22:06:33.611Z[ helios-setup] Aug 12 22:06:32.140 INFO E| Compiling toolchain_find v0.2.0
24662024-08-12T22:06:34.188Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24672024-08-12T22:06:34.317Z[ helios-setup] Aug 12 22:06:32.847 INFO E| Compiling anstyle-parse v0.1.1
24682024-08-12T22:06:34.564Z[ helios-setup] Aug 12 22:06:33.095 INFO E| Compiling tempfile v3.5.0
24692024-08-12T22:06:35.754Z[ host-package] Compiling polar-core v0.27.3
24702024-08-12T22:06:37.425Z[ host-package] Compiling samael v0.0.15
24712024-08-12T22:06:37.483Z[ host-package] Compiling strum_macros v0.24.3
24722024-08-12T22:06:39.473Z[ host-package] Compiling unicase v2.7.0
24732024-08-12T22:06:40.380Z[ host-package] Compiling cookie v0.18.1
24742024-08-12T22:06:41.256Z[ host-package] Compiling indoc v1.0.9
24752024-08-12T22:06:43.544Z[ host-package] Compiling derive_builder v0.20.0
24762024-08-12T22:06:43.616Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24772024-08-12T22:06:44.179Z[ host-package] Compiling crossterm v0.28.1
24782024-08-12T22:06:44.585Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
24792024-08-12T22:06:45.522Z[ helios-setup] Aug 12 22:06:44.048 INFO E| Compiling futures v0.3.28
24802024-08-12T22:06:45.946Z[ helios-setup] Aug 12 22:06:44.472 INFO E| Compiling num_enum_derive v0.5.7
24812024-08-12T22:06:50.081Z[ helios-setup] Aug 12 22:06:48.606 INFO E| Compiling crossbeam-deque v0.8.2
24822024-08-12T22:06:50.237Z[ helios-setup] Aug 12 22:06:48.761 INFO E| Compiling cargo-lock v8.0.3
24832024-08-12T22:06:51.214Z[ helios-setup] Aug 12 22:06:49.738 INFO E| Compiling term v0.7.0
24842024-08-12T22:06:51.324Z[ host-package] Compiling oso-derive v0.27.3
24852024-08-12T22:06:53.009Z[ host-package] Compiling quick-xml v0.31.0
24862024-08-12T22:06:53.290Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
24872024-08-12T22:06:54.294Z[ host-package] Compiling parking_lot_core v0.8.6
24882024-08-12T22:06:54.407Z[ helios-setup] Aug 12 22:06:52.930 INFO E| Compiling serde_urlencoded v0.7.1
24892024-08-12T22:06:54.685Z[ helios-setup] Aug 12 22:06:53.203 INFO E| Compiling sha1 v0.10.5
24902024-08-12T22:06:55.359Z[ helios-setup] Aug 12 22:06:53.881 INFO E| Compiling sha2 v0.10.6
24912024-08-12T22:06:55.966Z[ host-package] Compiling cfg_aliases v0.1.1
24922024-08-12T22:06:56.211Z[ helios-setup] Aug 12 22:06:54.733 INFO E| Compiling is-terminal v0.4.7
24932024-08-12T22:06:56.242Z[ host-package] Compiling nix v0.28.0
24942024-08-12T22:06:56.805Z[ helios-setup] Aug 12 22:06:55.326 INFO E| Compiling atty v0.2.14
24952024-08-12T22:06:57.233Z[ helios-setup] Aug 12 22:06:55.754 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
24962024-08-12T22:06:57.893Z[ helios-setup] Aug 12 22:06:56.414 INFO E| Compiling concolor-query v0.3.3
24972024-08-12T22:06:58.141Z[ helios-setup] Aug 12 22:06:56.662 INFO E| Compiling anstyle v0.3.5
24982024-08-12T22:06:58.433Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24992024-08-12T22:06:59.401Z[ helios-setup] Aug 12 22:06:57.922 INFO E| Compiling concolor-override v1.0.0
25002024-08-12T22:06:59.435Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25012024-08-12T22:07:01.826Z[ helios-setup] Aug 12 22:07:00.346 INFO E| Compiling anstream v0.2.6
25022024-08-12T22:07:02.543Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25032024-08-12T22:07:03.159Z[ host-package] Compiling bb8 v0.8.5
25042024-08-12T22:07:03.477Z[ host-package] Compiling const_format_proc_macros v0.2.32
25052024-08-12T22:07:03.602Z[ helios-setup] Aug 12 22:07:02.121 INFO E| Compiling slog-term v2.9.0
25062024-08-12T22:07:04.295Z[ host-package] Compiling curve25519-dalek v4.1.3
25072024-08-12T22:07:04.476Z[ helios-setup] Aug 12 22:07:02.994 INFO E| Compiling flate2 v1.0.25
25082024-08-12T22:07:04.560Z[ helios-setup] Aug 12 22:07:03.078 INFO E| Compiling num_enum v0.5.7
25092024-08-12T22:07:05.014Z[ helios-setup] Aug 12 22:07:03.532 INFO E| Compiling rustfmt-wrapper v0.2.0
25102024-08-12T22:07:05.350Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25112024-08-12T22:07:06.144Z[ helios-setup] Aug 12 22:07:04.662 INFO E| Compiling rand v0.8.5
25122024-08-12T22:07:06.278Z[ helios-setup] Aug 12 22:07:04.795 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25132024-08-12T22:07:06.667Z[ helios-setup] Aug 12 22:07:05.185 INFO E| Compiling openapiv3 v1.0.2
25142024-08-12T22:07:06.936Z[ host-package] Compiling keccak v0.1.5
25152024-08-12T22:07:07.449Z[ host-package] Compiling const_format v0.2.32
25162024-08-12T22:07:09.033Z[ host-package] Compiling sha3 v0.10.8
25172024-08-12T22:07:09.224Z[ helios-setup] Aug 12 22:07:07.741 INFO E| Compiling encoding_rs v0.8.32
25182024-08-12T22:07:09.261Z[ host-package] Compiling vte v0.11.1
25192024-08-12T22:07:09.541Z[ helios-setup] Aug 12 22:07:08.058 INFO E| Compiling ipnet v2.7.2
25202024-08-12T22:07:10.102Z[ helios-setup] Aug 12 22:07:08.616 INFO E| Compiling project-root v0.2.2
25212024-08-12T22:07:10.805Z[ helios-setup] Aug 12 22:07:09.321 INFO E| Compiling spin v0.5.2
25222024-08-12T22:07:10.863Z[ host-package] Compiling fd-lock v4.0.2
25232024-08-12T22:07:11.188Z[ host-package] Compiling universal-hash v0.5.1
25242024-08-12T22:07:11.259Z[ helios-setup] Aug 12 22:07:09.775 INFO E| Compiling strsim v0.10.0
25252024-08-12T22:07:11.737Z[ host-package] Compiling secrecy v0.8.0
25262024-08-12T22:07:11.740Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25272024-08-12T22:07:11.974Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25282024-08-12T22:07:12.269Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25292024-08-12T22:07:13.247Z[ host-package] Compiling bytecount v0.6.8
25302024-08-12T22:07:13.333Z[ host-package] Compiling opaque-debug v0.3.1
25312024-08-12T22:07:13.604Z[ host-package] Compiling poly1305 v0.8.0
25322024-08-12T22:07:13.848Z[ host-package] Compiling papergrid v0.11.0
25332024-08-12T22:07:14.480Z[ helios-setup] Aug 12 22:07:12.994 INFO E| Compiling untrusted v0.7.1
25342024-08-12T22:07:14.669Z[ helios-setup] Aug 12 22:07:13.184 INFO E| Compiling mime v0.3.17
25352024-08-12T22:07:15.216Z[ helios-setup] Aug 12 22:07:13.731 INFO E| Compiling byteorder v1.4.3
25362024-08-12T22:07:15.276Z[ helios-setup] Aug 12 22:07:13.791 INFO E| Compiling utf-8 v0.7.6
25372024-08-12T22:07:16.233Z[ helios-setup] Aug 12 22:07:14.747 INFO E| Compiling either v1.8.0
25382024-08-12T22:07:16.299Z[ helios-setup] Aug 12 22:07:14.813 INFO E| Compiling clap_lex v0.4.1
25392024-08-12T22:07:16.572Z[ helios-setup] Aug 12 22:07:15.086 INFO E| Compiling unsafe-libyaml v0.2.8
25402024-08-12T22:07:16.691Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25412024-08-12T22:07:16.962Z[ helios-setup] Aug 12 22:07:15.476 INFO E| Compiling base64 v0.13.1
25422024-08-12T22:07:17.112Z[ helios-setup] Aug 12 22:07:15.625 INFO E| Compiling rayon v1.6.1
25432024-08-12T22:07:17.325Z[ host-package] Compiling thiserror-no-std v2.0.2
25442024-08-12T22:07:17.927Z[ helios-setup] Aug 12 22:07:16.441 INFO E| Compiling tungstenite v0.18.0
25452024-08-12T22:07:17.945Z[ host-package] Compiling parking_lot v0.11.2
25462024-08-12T22:07:18.531Z[ helios-setup] Aug 12 22:07:17.044 INFO E| Compiling clap_builder v4.2.1
25472024-08-12T22:07:19.217Z[ helios-setup] Aug 12 22:07:17.729 INFO E| Compiling reqwest v0.11.16
25482024-08-12T22:07:20.458Z[ helios-setup] Aug 12 22:07:18.970 INFO E| Compiling serde_yaml v0.9.21
25492024-08-12T22:07:21.549Z[ host-package] Compiling trust-dns-client v0.22.0
25502024-08-12T22:07:28.146Z[ helios-setup] Aug 12 22:07:26.655 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25512024-08-12T22:07:28.931Z[ helios-setup] Aug 12 22:07:27.440 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
25522024-08-12T22:07:29.009Z[ helios-setup] Aug 12 22:07:27.518 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
25532024-08-12T22:07:30.900Z[ host-package] Compiling oso v0.27.3
25542024-08-12T22:07:31.553Z[ helios-setup] Aug 12 22:07:30.061 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
25552024-08-12T22:07:32.855Z[ helios-setup] Aug 12 22:07:31.363 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
25562024-08-12T22:07:33.464Z[ helios-setup] Aug 12 22:07:31.971 INFO E| Compiling clap_derive v4.2.0
25572024-08-12T22:07:36.943Z[ helios-setup] Aug 12 22:07:35.449 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
25582024-08-12T22:07:38.450Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25592024-08-12T22:07:38.725Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25602024-08-12T22:07:38.984Z[ helios-setup] Aug 12 22:07:37.489 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25612024-08-12T22:07:39.622Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25622024-08-12T22:07:40.231Z[ host-package] Compiling tabled_derive v0.7.0
25632024-08-12T22:07:43.021Z[ helios-setup] Aug 12 22:07:41.525 INFO E| Compiling clap v4.2.1
25642024-08-12T22:07:43.819Z[ host-package] Compiling chacha20 v0.9.1
25652024-08-12T22:07:44.724Z[ host-package] Compiling crossterm v0.27.0
25662024-08-12T22:07:45.218Z[ host-package] Compiling aead v0.5.2
25672024-08-12T22:07:46.240Z[ host-package] Compiling peg-macros v0.8.4
25682024-08-12T22:07:48.576Z[ host-package] Compiling kstat-rs v0.2.4
25692024-08-12T22:07:50.808Z[ host-package] Compiling toml v0.5.11
25702024-08-12T22:07:53.900Z[ host-package] Compiling sqlparser_derive v0.2.2
25712024-08-12T22:07:56.876Z[ host-package] Compiling unicode_categories v0.1.1
25722024-08-12T22:07:57.145Z[ host-package] Compiling nu-ansi-term v0.50.0
25732024-08-12T22:07:58.177Z[ host-package] Compiling reedline v0.33.0
25742024-08-12T22:07:59.561Z[ host-package] Compiling sqlformat v0.2.4
25752024-08-12T22:08:00.756Z[ helios-setup] Aug 12 22:07:59.253 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25762024-08-12T22:08:04.303Z[ helios-setup] Aug 12 22:08:02.798 INFO E| Compiling tokio-tungstenite v0.18.0
25772024-08-12T22:08:05.552Z[ host-package] Compiling rustyline v14.0.0
25782024-08-12T22:08:05.584Z[ helios-setup] Aug 12 22:08:04.075 INFO E| Compiling smartstring v1.0.1
25792024-08-12T22:08:05.726Z[ host-package] Compiling sqlparser v0.45.0
25802024-08-12T22:08:06.777Z[ helios-setup] Aug 12 22:08:05.271 INFO E| Compiling rustls v0.21.0
25812024-08-12T22:08:07.816Z[ host-package] Compiling trust-dns-server v0.22.1
25822024-08-12T22:08:08.785Z[ helios-setup] Aug 12 22:08:07.278 INFO E| Compiling toml_datetime v0.6.1
25832024-08-12T22:08:10.327Z[ helios-setup] Aug 12 22:08:08.819 INFO E| Compiling serde_spanned v0.6.1
25842024-08-12T22:08:11.203Z[ helios-setup] Aug 12 22:08:09.696 INFO E| Compiling camino v1.1.4
25852024-08-12T22:08:12.958Z[ helios-setup] Aug 12 22:08:11.450 INFO E| Compiling static_assertions v1.1.0
25862024-08-12T22:08:13.069Z[ helios-setup] Aug 12 22:08:11.560 INFO E| Compiling match_cfg v0.1.0
25872024-08-12T22:08:13.172Z[ helios-setup] Aug 12 22:08:11.664 INFO E| Compiling winnow v0.4.1
25882024-08-12T22:08:13.326Z[ helios-setup] Aug 12 22:08:11.818 INFO E| Compiling paste v1.0.12
25892024-08-12T22:08:13.326Z[ helios-setup] Aug 12 22:08:11.818 INFO E| Compiling slog-async v2.7.0
25902024-08-12T22:08:14.624Z[ helios-setup] Aug 12 22:08:13.114 INFO E| Compiling async-trait v0.1.68
25912024-08-12T22:08:15.450Z[ helios-setup] Aug 12 22:08:13.941 INFO E| Compiling hostname v0.3.1
25922024-08-12T22:08:16.172Z[ helios-setup] Aug 12 22:08:14.662 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
25932024-08-12T22:08:17.317Z[ helios-setup] Aug 12 22:08:15.806 INFO E| Compiling slog-json v2.6.1
25942024-08-12T22:08:18.250Z[ helios-setup] Aug 12 22:08:16.739 INFO E| Compiling unicode-linebreak v0.1.4
25952024-08-12T22:08:20.677Z[ helios-setup] Aug 12 22:08:19.165 INFO E| Compiling toml_edit v0.19.8
25962024-08-12T22:08:21.018Z[ host-package] Compiling peg v0.8.4
25972024-08-12T22:08:21.238Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25982024-08-12T22:08:23.876Z[ helios-setup] Aug 12 22:08:22.363 INFO E| Compiling async-stream-impl v0.3.5
25992024-08-12T22:08:23.945Z[ helios-setup] Aug 12 22:08:22.432 INFO E| Compiling rhai_codegen v1.5.0
26002024-08-12T22:08:26.966Z[ helios-setup] Aug 12 22:08:25.452 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26012024-08-12T22:08:27.952Z[ helios-setup] Aug 12 22:08:26.437 INFO E| Compiling take_mut v0.2.2
26022024-08-12T22:08:29.134Z[ host-package] Compiling chacha20poly1305 v0.10.1
26032024-08-12T22:08:29.828Z[ helios-setup] Aug 12 22:08:28.313 INFO E| Compiling rhai v1.14.0
26042024-08-12T22:08:30.031Z[ host-package] Compiling tabled v0.15.0
26052024-08-12T22:08:32.875Z[ helios-setup] Aug 12 22:08:31.359 INFO E| Compiling toml v0.7.3
26062024-08-12T22:08:34.082Z[ helios-setup] Aug 12 22:08:32.565 INFO E| Compiling async-stream v0.3.5
26072024-08-12T22:08:34.703Z[ host-package] Compiling vsss-rs v3.3.4
26082024-08-12T22:08:35.581Z[ helios-setup] Aug 12 22:08:34.064 INFO E| Compiling slog-bunyan v2.4.0
26092024-08-12T22:08:39.787Z[ helios-setup] Aug 12 22:08:38.268 INFO E| Compiling rustls-pemfile v1.0.2
26102024-08-12T22:08:40.850Z[ helios-setup] Aug 12 22:08:39.330 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26112024-08-12T22:08:40.953Z[ helios-setup] Aug 12 22:08:39.433 INFO E| Compiling serde_path_to_error v0.1.11
26122024-08-12T22:08:41.880Z[ helios-setup] Aug 12 22:08:40.360 INFO E| Compiling bincode v1.3.3
26132024-08-12T22:08:43.819Z[ host-package] Compiling sled v0.34.7
26142024-08-12T22:08:43.863Z[ helios-setup] Aug 12 22:08:42.342 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
26152024-08-12T22:08:44.161Z[ helios-setup] Aug 12 22:08:42.641 INFO E| Compiling terminal_size v0.2.6
26162024-08-12T22:08:44.365Z[ helios-setup] Aug 12 22:08:42.844 INFO E| Compiling smawk v0.3.1
26172024-08-12T22:08:44.671Z[ host-package] Compiling mime_guess v2.0.4
26182024-08-12T22:08:45.251Z[ helios-setup] Aug 12 22:08:43.729 INFO E| Compiling textwrap v0.16.0
26192024-08-12T22:08:48.690Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26202024-08-12T22:08:50.871Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26212024-08-12T22:08:52.758Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26222024-08-12T22:08:53.474Z[ host-package] Compiling env_logger v0.9.3
26232024-08-12T22:08:57.747Z[ helios-setup] Aug 12 22:08:56.221 INFO E| Compiling rustls-webpki v0.100.1
26242024-08-12T22:08:57.815Z[ helios-setup] Aug 12 22:08:56.289 INFO E| Compiling sct v0.7.0
26252024-08-12T22:09:01.302Z[ host-package] Compiling tungstenite v0.20.1
26262024-08-12T22:09:04.106Z[ helios-setup] Aug 12 22:09:02.577 INFO E| Compiling git2 v0.16.1
26272024-08-12T22:09:07.179Z[ helios-setup] Aug 12 22:09:05.649 INFO E| Compiling tokio-rustls v0.24.0
26282024-08-12T22:09:08.672Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26292024-08-12T22:09:10.448Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26302024-08-12T22:09:11.895Z[ helios-setup] Aug 12 22:09:10.363 INFO E| Compiling built v0.6.0
26312024-08-12T22:09:16.256Z[ helios-setup] Aug 12 22:09:14.723 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26322024-08-12T22:09:19.317Z[ helios-setup] Aug 12 22:09:17.782 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
26332024-08-12T22:09:20.422Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26342024-08-12T22:09:20.635Z[ helios-setup] Aug 12 22:09:19.100 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
26352024-08-12T22:09:25.967Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26362024-08-12T22:09:35.044Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
26372024-08-12T22:09:37.530Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26382024-08-12T22:09:38.514Z[ host-package] Compiling bcs v0.1.6
26392024-08-12T22:09:38.808Z[ host-package] Compiling bitstruct_derive v0.1.0
26402024-08-12T22:09:40.465Z[ host-package] Compiling nanorand v0.7.0
26412024-08-12T22:09:41.300Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26422024-08-12T22:09:41.444Z[ host-package] Compiling memoffset v0.9.1
26432024-08-12T22:09:41.535Z[ host-package] Compiling ascii v1.1.0
26442024-08-12T22:09:42.399Z[ host-package] Compiling highway v1.2.0
26452024-08-12T22:09:42.696Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26462024-08-12T22:09:43.984Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26472024-08-12T22:09:44.139Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26482024-08-12T22:09:44.679Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26492024-08-12T22:09:45.050Z[ host-package] Compiling bitstruct v0.1.1
26502024-08-12T22:09:45.217Z[ host-package] Compiling flume v0.11.0
26512024-08-12T22:09:45.250Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26522024-08-12T22:09:46.046Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26532024-08-12T22:09:46.049Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26542024-08-12T22:09:46.861Z[ host-package] Compiling tokio-tungstenite v0.20.1
26552024-08-12T22:09:48.343Z[ helios-setup] Aug 12 22:09:46.797 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
26562024-08-12T22:09:48.965Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26572024-08-12T22:09:50.860Z[ helios-setup] Aug 12 22:09:49.312 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
26582024-08-12T22:09:59.343Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26592024-08-12T22:10:01.729Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26602024-08-12T22:10:05.352Z[ host-package] Compiling serde_arrays v0.1.0
26612024-08-12T22:10:06.056Z[ host-package] Compiling erased-serde v0.3.31
26622024-08-12T22:10:08.525Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26632024-08-12T22:10:09.802Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26642024-08-12T22:10:30.699Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26652024-08-12T22:10:32.319Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26662024-08-12T22:10:32.880Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26672024-08-12T22:10:35.273Z[ helios-setup] Aug 12 22:10:33.691 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
26682024-08-12T22:10:43.697Z[ host-package] Compiling heck v0.3.3
26692024-08-12T22:10:44.190Z[ host-package] Compiling rand_seeder v0.3.0
26702024-08-12T22:10:44.633Z[ host-package] Compiling castaway v0.2.3
26712024-08-12T22:10:44.923Z[ host-package] Compiling csv-core v0.1.11
26722024-08-12T22:10:45.970Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
26732024-08-12T22:10:46.519Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26742024-08-12T22:10:46.942Z[ host-package] Compiling http-range v0.1.5
26752024-08-12T22:10:47.633Z[ host-package] Compiling hyper-staticfile v0.9.5
26762024-08-12T22:10:50.073Z[ host-package] Compiling csv v1.3.0
26772024-08-12T22:10:51.682Z[ host-package] Compiling compact_str v0.8.0
26782024-08-12T22:10:52.766Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26792024-08-12T22:10:53.243Z[ host-package] Compiling zone_cfg_derive v0.1.2
26802024-08-12T22:10:55.280Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26812024-08-12T22:10:55.586Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26822024-08-12T22:10:56.747Z[ host-package] Compiling nix v0.27.1
26832024-08-12T22:11:02.057Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26842024-08-12T22:11:05.991Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26852024-08-12T22:11:13.046Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
26862024-08-12T22:11:13.831Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26872024-08-12T22:11:14.668Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26882024-08-12T22:11:15.206Z[ host-package] Compiling unicode-truncate v1.0.0
26892024-08-12T22:11:15.563Z[ host-package] Compiling lru v0.12.3
26902024-08-12T22:11:15.797Z[ host-package] Compiling serde-big-array v0.5.1
26912024-08-12T22:11:16.317Z[ host-package] Compiling instability v0.3.2
26922024-08-12T22:11:16.448Z[ host-package] Compiling base64 v0.13.1
26932024-08-12T22:11:17.314Z[ host-package] Compiling cassowary v0.3.0
26942024-08-12T22:11:18.158Z[ host-package] Compiling ron v0.7.1
26952024-08-12T22:11:18.442Z[ host-package] Compiling ratatui v0.28.0
26962024-08-12T22:11:28.359Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26972024-08-12T22:11:29.056Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26982024-08-12T22:11:30.382Z[ host-package] Compiling zone v0.1.8
26992024-08-12T22:11:35.148Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27002024-08-12T22:11:38.605Z[ helios-setup] Aug 12 22:11:37.014 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s
27012024-08-12T22:11:38.759Z[ helios-setup] Aug 12 22:11:37.168 INFO building project "pilot" ok (409 seconds)
27022024-08-12T22:11:38.765Z[ helios-setup] Aug 12 22:11:37.168 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27032024-08-12T22:11:38.765Z[ helios-setup] Aug 12 22:11:37.168 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27042024-08-12T22:11:39.086Z[ helios-setup] Aug 12 22:11:37.495 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27052024-08-12T22:11:39.596Z[ helios-setup] Aug 12 22:11:38.005 INFO E| From https://github.com/jclulow/rust-jmclib
27062024-08-12T22:11:39.596Z[ helios-setup] Aug 12 22:11:38.005 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27072024-08-12T22:11:39.616Z[ helios-setup] Aug 12 22:11:38.026 INFO E| Updating crates.io index
27082024-08-12T22:11:39.718Z[ helios-setup] Aug 12 22:11:38.128 INFO E| Downloading crates ...
27092024-08-12T22:11:39.854Z[ helios-setup] Aug 12 22:11:38.264 INFO E| Downloaded opaque-debug v0.3.0
27102024-08-12T22:11:39.857Z[ helios-setup] Aug 12 22:11:38.266 INFO E| Downloaded libdevinfo-sys v1.0.0
27112024-08-12T22:11:39.860Z[ helios-setup] Aug 12 22:11:38.268 INFO E| Downloaded fastrand v2.0.0
27122024-08-12T22:11:39.862Z[ helios-setup] Aug 12 22:11:38.270 INFO E| Downloaded digest v0.9.0
27132024-08-12T22:11:39.866Z[ helios-setup] Aug 12 22:11:38.272 INFO E| Downloaded cpufeatures v0.2.9
27142024-08-12T22:11:39.866Z[ helios-setup] Aug 12 22:11:38.274 INFO E| Downloaded md-5 v0.9.1
27152024-08-12T22:11:39.869Z[ helios-setup] Aug 12 22:11:38.277 INFO E| Downloaded itoa v1.0.9
27162024-08-12T22:11:39.869Z[ helios-setup] Aug 12 22:11:38.278 INFO E| Downloaded block-buffer v0.9.0
27172024-08-12T22:11:39.871Z[ helios-setup] Aug 12 22:11:38.280 INFO E| Downloaded anyhow v1.0.72
27182024-08-12T22:11:39.876Z[ helios-setup] Aug 12 22:11:38.285 INFO E| Downloaded sha-1 v0.9.8
27192024-08-12T22:11:39.879Z[ helios-setup] Aug 12 22:11:38.288 INFO E| Downloaded proc-macro2 v1.0.66
27202024-08-12T22:11:39.883Z[ helios-setup] Aug 12 22:11:38.292 INFO E| Downloaded getrandom v0.2.10
27212024-08-12T22:11:39.887Z[ helios-setup] Aug 12 22:11:38.297 INFO E| Downloaded tempfile v3.7.0
27222024-08-12T22:11:39.890Z[ helios-setup] Aug 12 22:11:38.300 INFO E| Downloaded quote v1.0.31
27232024-08-12T22:11:39.895Z[ helios-setup] Aug 12 22:11:38.304 INFO E| Downloaded once_cell v1.18.0
27242024-08-12T22:11:39.898Z[ helios-setup] Aug 12 22:11:38.308 INFO E| Downloaded uuid v0.8.2
27252024-08-12T22:11:39.904Z[ helios-setup] Aug 12 22:11:38.314 INFO E| Downloaded unicode-ident v1.0.11
27262024-08-12T22:11:39.909Z[ helios-setup] Aug 12 22:11:38.319 INFO E| Downloaded serde_derive v1.0.193
27272024-08-12T22:11:39.914Z[ helios-setup] Aug 12 22:11:38.324 INFO E| Downloaded ryu v1.0.15
27282024-08-12T22:11:39.919Z[ helios-setup] Aug 12 22:11:38.329 INFO E| Downloaded serde v1.0.193
27292024-08-12T22:11:39.926Z[ helios-setup] Aug 12 22:11:38.335 INFO E| Downloaded bitflags v2.3.3
27302024-08-12T22:11:39.959Z[ helios-setup] Aug 12 22:11:38.369 INFO E| Downloaded serde_json v1.0.103
27312024-08-12T22:11:39.972Z[ helios-setup] Aug 12 22:11:38.382 INFO E| Downloaded rustix v0.38.4
27322024-08-12T22:11:40.008Z[ helios-setup] Aug 12 22:11:38.417 INFO E| Downloaded syn v2.0.32
27332024-08-12T22:11:40.048Z[ helios-setup] Aug 12 22:11:38.458 INFO E| Downloaded libc v0.2.147
27342024-08-12T22:11:40.294Z[ helios-setup] Aug 12 22:11:38.704 INFO E| Compiling libc v0.2.147
27352024-08-12T22:11:40.326Z[ helios-setup] Aug 12 22:11:38.735 INFO E| Compiling proc-macro2 v1.0.66
27362024-08-12T22:11:40.326Z[ helios-setup] Aug 12 22:11:38.735 INFO E| Compiling unicode-ident v1.0.11
27372024-08-12T22:11:40.329Z[ helios-setup] Aug 12 22:11:38.735 INFO E| Compiling cfg-if v1.0.0
27382024-08-12T22:11:40.329Z[ helios-setup] Aug 12 22:11:38.736 INFO E| Compiling version_check v0.9.4
27392024-08-12T22:11:40.329Z[ helios-setup] Aug 12 22:11:38.736 INFO E| Compiling typenum v1.16.0
27402024-08-12T22:11:40.329Z[ helios-setup] Aug 12 22:11:38.736 INFO E| Compiling serde v1.0.193
27412024-08-12T22:11:40.329Z[ helios-setup] Aug 12 22:11:38.736 INFO E| Compiling itoa v1.0.9
27422024-08-12T22:11:40.696Z[ helios-setup] Aug 12 22:11:39.105 INFO E| Compiling rustix v0.38.4
27432024-08-12T22:11:40.835Z[ helios-setup] Aug 12 22:11:39.244 INFO E| Compiling powerfmt v0.2.0
27442024-08-12T22:11:40.901Z[ helios-setup] Aug 12 22:11:39.301 INFO E| Compiling num-conv v0.1.0
27452024-08-12T22:11:41.432Z[ helios-setup] Aug 12 22:11:39.841 INFO E| Compiling time-core v0.1.2
27462024-08-12T22:11:41.673Z[ helios-setup] Aug 12 22:11:40.081 INFO E| Compiling generic-array v0.14.7
27472024-08-12T22:11:41.682Z[ helios-setup] Aug 12 22:11:40.090 INFO E| Compiling slog v2.7.0
27482024-08-12T22:11:41.825Z[ helios-setup] Aug 12 22:11:40.232 INFO E| Compiling deranged v0.3.11
27492024-08-12T22:11:42.012Z[ helios-setup] Aug 12 22:11:40.421 INFO E| Compiling time-macros v0.2.18
27502024-08-12T22:11:42.357Z[ helios-setup] Aug 12 22:11:40.766 INFO E| Compiling num_threads v0.1.6
27512024-08-12T22:11:42.596Z[ helios-setup] Aug 12 22:11:41.002 INFO E| Compiling once_cell v1.18.0
27522024-08-12T22:11:42.797Z[ helios-setup] Aug 12 22:11:41.202 INFO E| Compiling bitflags v2.3.3
27532024-08-12T22:11:43.479Z[ helios-setup] Aug 12 22:11:41.887 INFO E| Compiling thread_local v1.1.7
27542024-08-12T22:11:43.716Z[ helios-setup] Aug 12 22:11:42.124 INFO E| Compiling quote v1.0.31
27552024-08-12T22:11:44.727Z[ helios-setup] Aug 12 22:11:43.134 INFO E| Compiling syn v2.0.32
27562024-08-12T22:11:44.741Z[ helios-setup] Aug 12 22:11:43.149 INFO E| Compiling dirs-sys-next v0.1.2
27572024-08-12T22:11:45.084Z[ helios-setup] Aug 12 22:11:43.486 INFO E| Compiling errno v0.3.1
27582024-08-12T22:11:45.216Z[ helios-setup] Aug 12 22:11:43.616 INFO E| Compiling dirs-next v2.0.0
27592024-08-12T22:11:45.454Z[ helios-setup] Aug 12 22:11:43.861 INFO E| Compiling term v0.7.0
27602024-08-12T22:11:45.639Z[ helios-setup] Aug 12 22:11:44.046 INFO E| Compiling atty v0.2.14
27612024-08-12T22:11:45.786Z[ helios-setup] Aug 12 22:11:44.193 INFO E| Compiling opaque-debug v0.3.0
27622024-08-12T22:11:45.899Z[ helios-setup] Aug 12 22:11:44.306 INFO E| Compiling anyhow v1.0.72
27632024-08-12T22:11:46.054Z[ helios-setup] Aug 12 22:11:44.460 INFO E| Compiling fastrand v2.0.0
27642024-08-12T22:11:46.423Z[ helios-setup] Aug 12 22:11:44.830 INFO E| Compiling serde_json v1.0.103
27652024-08-12T22:11:46.965Z[ helios-setup] Aug 12 22:11:45.370 INFO E| Compiling digest v0.9.0
27662024-08-12T22:11:46.991Z[ helios-setup] Aug 12 22:11:45.398 INFO E| Compiling block-buffer v0.9.0
27672024-08-12T22:11:47.149Z[ helios-setup] Aug 12 22:11:45.554 INFO E| Compiling time v0.3.36
27682024-08-12T22:11:47.355Z[ helios-setup] Aug 12 22:11:45.718 INFO E| Compiling getrandom v0.2.10
27692024-08-12T22:11:47.472Z[ helios-setup] Aug 12 22:11:45.813 INFO E| Compiling cpufeatures v0.2.9
27702024-08-12T22:11:47.659Z[ helios-setup] Aug 12 22:11:46.050 INFO E| Compiling ryu v1.0.15
27712024-08-12T22:11:47.726Z[ helios-setup] Aug 12 22:11:46.130 INFO E| Compiling same-file v1.0.6
27722024-08-12T22:11:47.885Z[ helios-setup] Aug 12 22:11:46.291 INFO E| Compiling unicode-width v0.1.10
27732024-08-12T22:11:48.195Z[ helios-setup] Aug 12 22:11:46.600 INFO E| Compiling getopts v0.2.21
27742024-08-12T22:11:48.231Z[ helios-setup] Aug 12 22:11:46.638 INFO E| Compiling walkdir v2.3.3
27752024-08-12T22:11:48.472Z[ helios-setup] Aug 12 22:11:46.878 INFO E| Compiling sha-1 v0.9.8
27762024-08-12T22:11:49.203Z[ helios-setup] Aug 12 22:11:47.609 INFO E| Compiling tempfile v3.7.0
27772024-08-12T22:11:49.513Z[ helios-setup] Aug 12 22:11:47.919 INFO E| Compiling md-5 v0.9.1
27782024-08-12T22:11:49.786Z[ helios-setup] Aug 12 22:11:48.191 INFO E| Compiling glob v0.3.1
27792024-08-12T22:11:50.287Z[ helios-setup] Aug 12 22:11:48.688 INFO E| Compiling libdevinfo-sys v1.0.0
27802024-08-12T22:11:51.228Z[ helios-setup] Aug 12 22:11:49.633 INFO E| Compiling slog-term v2.9.0
27812024-08-12T22:11:52.942Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27822024-08-12T22:11:55.180Z[ helios-setup] Aug 12 22:11:53.583 INFO E| Compiling serde_derive v1.0.193
27832024-08-12T22:11:55.529Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27842024-08-12T22:11:58.910Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27852024-08-12T22:12:01.364Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27862024-08-12T22:12:03.648Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27872024-08-12T22:12:05.480Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27882024-08-12T22:12:05.950Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27892024-08-12T22:12:06.077Z[ host-package] Compiling signal-hook-tokio v0.3.1
27902024-08-12T22:12:06.352Z[ host-package] Compiling portpicker v0.1.1
27912024-08-12T22:12:07.006Z[ host-package] Compiling unicode-linebreak v0.1.5
27922024-08-12T22:12:07.677Z[ host-package] Compiling smawk v0.3.2
27932024-08-12T22:12:08.043Z[ host-package] Compiling textwrap v0.16.1
27942024-08-12T22:12:10.455Z[ helios-setup] Aug 12 22:12:08.852 INFO E| Compiling toml v0.5.11
27952024-08-12T22:12:10.455Z[ helios-setup] Aug 12 22:12:08.852 INFO E| Compiling uuid v0.8.2
27962024-08-12T22:12:11.886Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27972024-08-12T22:12:12.978Z[ helios-setup] Aug 12 22:12:11.375 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
27982024-08-12T22:12:15.936Z[ helios-setup] Aug 12 22:12:14.331 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
27992024-08-12T22:12:17.036Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28002024-08-12T22:12:19.504Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28012024-08-12T22:12:24.503Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28022024-08-12T22:12:28.470Z[ helios-setup] Aug 12 22:12:26.861 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.59s
28032024-08-12T22:12:28.506Z[ helios-setup] Aug 12 22:12:26.897 INFO building project "image-builder" ok (49 seconds)
28042024-08-12T22:12:28.506Z[ helios-setup] Aug 12 22:12:26.897 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28052024-08-12T22:12:28.509Z[ helios-setup] Aug 12 22:12:26.897 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28062024-08-12T22:12:28.517Z[ helios-setup] Aug 12 22:12:26.907 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
28072024-08-12T22:12:28.759Z[ helios-setup] Aug 12 22:12:27.148 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
28082024-08-12T22:12:28.759Z[ helios-setup] Aug 12 22:12:27.148 INFO E| info: downloading component 'cargo'
28092024-08-12T22:12:30.408Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28102024-08-12T22:12:30.656Z[ helios-setup] Aug 12 22:12:29.046 INFO E| info: downloading component 'clippy'
28112024-08-12T22:12:31.462Z[ helios-setup] Aug 12 22:12:29.851 INFO E| info: downloading component 'rust-docs'
28122024-08-12T22:12:33.524Z[ host-package] Compiling rcgen v0.12.1
28132024-08-12T22:12:33.942Z[ helios-setup] Aug 12 22:12:32.330 INFO E| info: downloading component 'rust-src'
28142024-08-12T22:12:34.321Z[ helios-setup] Aug 12 22:12:32.710 INFO E| info: downloading component 'rust-std'
28152024-08-12T22:12:35.746Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28162024-08-12T22:12:36.632Z[ helios-setup] Aug 12 22:12:35.020 INFO E| info: downloading component 'rustc'
28172024-08-12T22:12:37.150Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28182024-08-12T22:12:37.717Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28192024-08-12T22:12:38.060Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28202024-08-12T22:12:40.379Z[ host-package] Compiling atomicwrites v0.4.3
28212024-08-12T22:12:40.969Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28222024-08-12T22:12:42.065Z[ helios-setup] Aug 12 22:12:40.450 INFO E| info: downloading component 'rustfmt'
28232024-08-12T22:12:42.429Z[ helios-setup] Aug 12 22:12:40.814 INFO E| info: installing component 'cargo'
28242024-08-12T22:12:43.975Z[ helios-setup] Aug 12 22:12:42.359 INFO E| info: installing component 'clippy'
28252024-08-12T22:12:44.056Z[ host-package] Compiling fatfs v0.3.6
28262024-08-12T22:12:44.094Z[ host-package] Compiling subprocess v0.2.9
28272024-08-12T22:12:44.431Z[ helios-setup] Aug 12 22:12:42.815 INFO E| info: installing component 'rust-docs'
28282024-08-12T22:12:45.465Z[ host-package] Compiling rtoolbox v0.0.2
28292024-08-12T22:12:46.042Z[ host-package] Compiling assert_matches v1.5.0
28302024-08-12T22:12:46.169Z[ host-package] Compiling is_ci v1.2.0
28312024-08-12T22:12:46.635Z[ host-package] Compiling supports-color v3.0.0
28322024-08-12T22:12:47.374Z[ host-package] Compiling rpassword v7.3.1
28332024-08-12T22:12:48.036Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28342024-08-12T22:12:49.729Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28352024-08-12T22:12:49.884Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28362024-08-12T22:12:50.055Z[ helios-setup] Aug 12 22:12:48.437 INFO E| info: installing component 'rust-src'
28372024-08-12T22:12:50.822Z[ helios-setup] Aug 12 22:12:49.204 INFO E| info: installing component 'rust-std'
28382024-08-12T22:12:52.128Z[ host-package] Compiling tui-tree-widget v0.22.0
28392024-08-12T22:12:52.995Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28402024-08-12T22:12:53.589Z[ helios-setup] Aug 12 22:12:51.969 INFO E| info: installing component 'rustc'
28412024-08-12T22:12:56.105Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28422024-08-12T22:12:56.674Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28432024-08-12T22:12:57.048Z[ host-package] Compiling uzers v0.11.3
28442024-08-12T22:12:57.955Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28452024-08-12T22:13:00.225Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28462024-08-12T22:13:00.627Z[ helios-setup] Aug 12 22:12:59.005 INFO E| info: installing component 'rustfmt'
28472024-08-12T22:13:01.561Z[ helios-setup] Aug 12 22:12:59.937 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28482024-08-12T22:13:02.430Z[ helios-setup] Aug 12 22:13:00.807 INFO E| From https://github.com/oxidecomputer/amd-apcb
28492024-08-12T22:13:02.430Z[ helios-setup] Aug 12 22:13:00.807 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
28502024-08-12T22:13:02.433Z[ helios-setup] Aug 12 22:13:00.807 INFO E| * [new tag] v0.3.3 -> v0.3.3
28512024-08-12T22:13:02.462Z[ helios-setup] Aug 12 22:13:00.839 INFO E| * [new tag] v0.1.3 -> v0.1.3
28522024-08-12T22:13:02.462Z[ helios-setup] Aug 12 22:13:00.839 INFO E| * [new tag] v0.1.4 -> v0.1.4
28532024-08-12T22:13:02.465Z[ helios-setup] Aug 12 22:13:00.839 INFO E| * [new tag] v0.1.5 -> v0.1.5
28542024-08-12T22:13:02.465Z[ helios-setup] Aug 12 22:13:00.839 INFO E| * [new tag] v0.2.0 -> v0.2.0
28552024-08-12T22:13:02.465Z[ helios-setup] Aug 12 22:13:00.839 INFO E| * [new tag] v0.3.0 -> v0.3.0
28562024-08-12T22:13:02.465Z[ helios-setup] Aug 12 22:13:00.840 INFO E| * [new tag] v0.3.1 -> v0.3.1
28572024-08-12T22:13:02.465Z[ helios-setup] Aug 12 22:13:00.840 INFO E| * [new tag] v0.3.2 -> v0.3.2
28582024-08-12T22:13:02.471Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28592024-08-12T22:13:02.522Z[ helios-setup] Aug 12 22:13:00.899 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
28602024-08-12T22:13:03.413Z[ helios-setup] Aug 12 22:13:01.790 INFO E| From https://github.com/oxidecomputer/amd-efs
28612024-08-12T22:13:03.413Z[ helios-setup] Aug 12 22:13:01.790 INFO E| * [new branch] empty -> origin/empty
28622024-08-12T22:13:03.413Z[ helios-setup] Aug 12 22:13:01.790 INFO E| * [new branch] issue-99 -> origin/issue-99
28632024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.790 INFO E| * [new branch] main -> origin/main
28642024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.790 INFO E| * [new branch] review -> origin/review
28652024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.790 INFO E| * [new ref] -> origin/HEAD
28662024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.791 INFO E| * [new tag] v0.2.0 -> v0.2.0
28672024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.791 INFO E| * [new tag] v0.2.1 -> v0.2.1
28682024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.791 INFO E| * [new tag] v0.2.2 -> v0.2.2
28692024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.791 INFO E| * [new tag] v0.2.3 -> v0.2.3
28702024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.791 INFO E| * [new tag] v0.2.4 -> v0.2.4
28712024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.791 INFO E| * [new tag] v0.2.5 -> v0.2.5
28722024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.792 INFO E| * [new tag] v0.2.6 -> v0.2.6
28732024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.792 INFO E| * [new tag] v0.2.7 -> v0.2.7
28742024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.792 INFO E| * [new tag] v0.3.0 -> v0.3.0
28752024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.792 INFO E| * [new tag] v0.3.1 -> v0.3.1
28762024-08-12T22:13:03.417Z[ helios-setup] Aug 12 22:13:01.792 INFO E| * [new tag] v0.4.0 -> v0.4.0
28772024-08-12T22:13:03.441Z[ helios-setup] Aug 12 22:13:01.817 INFO E| Updating crates.io index
28782024-08-12T22:13:03.576Z[ helios-setup] Aug 12 22:13:01.950 INFO E| Downloading crates ...
28792024-08-12T22:13:03.726Z[ helios-setup] Aug 12 22:13:02.102 INFO E| Downloaded fletcher v0.1.0
28802024-08-12T22:13:03.729Z[ helios-setup] Aug 12 22:13:02.105 INFO E| Downloaded proc-macro-crate v0.1.5
28812024-08-12T22:13:03.732Z[ helios-setup] Aug 12 22:13:02.107 INFO E| Downloaded strum v0.23.0
28822024-08-12T22:13:03.734Z[ helios-setup] Aug 12 22:13:02.108 INFO E| Downloaded bytesize v1.3.0
28832024-08-12T22:13:03.762Z[ helios-setup] Aug 12 22:13:02.138 INFO E| Downloaded semver v0.9.0
28842024-08-12T22:13:03.765Z[ helios-setup] Aug 12 22:13:02.141 INFO E| Downloaded scroll_derive v0.10.5
28852024-08-12T22:13:03.767Z[ helios-setup] Aug 12 22:13:02.142 INFO E| Downloaded pre v0.2.1
28862024-08-12T22:13:03.768Z[ helios-setup] Aug 12 22:13:02.144 INFO E| Downloaded pest_generator v2.7.11
28872024-08-12T22:13:03.770Z[ helios-setup] Aug 12 22:13:02.146 INFO E| Downloaded vec_map v0.8.2
28882024-08-12T22:13:03.773Z[ helios-setup] Aug 12 22:13:02.148 INFO E| Downloaded parse_int v0.6.0
28892024-08-12T22:13:03.773Z[ helios-setup] Aug 12 22:13:02.149 INFO E| Downloaded textwrap v0.11.0
28902024-08-12T22:13:03.776Z[ helios-setup] Aug 12 22:13:02.152 INFO E| Downloaded strum_macros v0.23.1
28912024-08-12T22:13:03.779Z[ helios-setup] Aug 12 22:13:02.155 INFO E| Downloaded rustc_version v0.2.3
28922024-08-12T22:13:03.782Z[ helios-setup] Aug 12 22:13:02.157 INFO E| Downloaded ansi_term v0.12.1
28932024-08-12T22:13:03.785Z[ helios-setup] Aug 12 22:13:02.160 INFO E| Downloaded scroll v0.10.2
28942024-08-12T22:13:03.788Z[ helios-setup] Aug 12 22:13:02.164 INFO E| Downloaded structopt-derive v0.4.18
28952024-08-12T22:13:03.791Z[ helios-setup] Aug 12 22:13:02.166 INFO E| Downloaded pre-proc-macro v0.2.1
28962024-08-12T22:13:03.794Z[ helios-setup] Aug 12 22:13:02.169 INFO E| Downloaded structopt v0.3.26
28972024-08-12T22:13:03.805Z[ helios-setup] Aug 12 22:13:02.182 INFO E| Downloaded pest_meta v2.7.11
28982024-08-12T22:13:03.809Z[ helios-setup] Aug 12 22:13:02.186 INFO E| Downloaded pest v2.7.11
28992024-08-12T22:13:03.817Z[ helios-setup] Aug 12 22:13:02.194 INFO E| Downloaded memchr v2.7.4
29002024-08-12T22:13:03.827Z[ helios-setup] Aug 12 22:13:02.203 INFO E| Downloaded modular-bitfield v0.11.2
29012024-08-12T22:13:03.845Z[ helios-setup] Aug 12 22:13:02.222 INFO E| Downloaded syn v2.0.71
29022024-08-12T22:13:03.862Z[ helios-setup] Aug 12 22:13:02.239 INFO E| Downloaded serde_json v1.0.120
29032024-08-12T22:13:03.874Z[ helios-setup] Aug 12 22:13:02.250 INFO E| Downloaded goblin v0.4.3
29042024-08-12T22:13:03.882Z[ helios-setup] Aug 12 22:13:02.258 INFO E| Downloaded clap v2.34.0
29052024-08-12T22:13:03.893Z[ helios-setup] Aug 12 22:13:02.269 INFO E| Downloaded log v0.4.22
29062024-08-12T22:13:03.896Z[ helios-setup] Aug 12 22:13:02.273 INFO E| Downloaded pest_derive v2.7.11
29072024-08-12T22:13:03.920Z[ helios-setup] Aug 12 22:13:02.296 INFO E| Downloaded modular-bitfield-impl v0.11.2
29082024-08-12T22:13:03.924Z[ helios-setup] Aug 12 22:13:02.298 INFO E| Downloaded strsim v0.8.0
29092024-08-12T22:13:03.926Z[ helios-setup] Aug 12 22:13:02.300 INFO E| Downloaded semver-parser v0.7.0
29102024-08-12T22:13:03.926Z[ helios-setup] Aug 12 22:13:02.301 INFO E| Downloaded num-derive v0.3.3
29112024-08-12T22:13:03.929Z[ helios-setup] Aug 12 22:13:02.304 INFO E| Downloaded memoffset v0.5.6
29122024-08-12T22:13:03.929Z[ helios-setup] Aug 12 22:13:02.305 INFO E| Downloaded four-cc v0.3.0
29132024-08-12T22:13:03.932Z[ helios-setup] Aug 12 22:13:02.307 INFO E| Downloaded cfg-if v0.1.10
29142024-08-12T22:13:04.021Z[ helios-setup] Aug 12 22:13:02.397 INFO E| Compiling proc-macro2 v1.0.86
29152024-08-12T22:13:04.021Z[ helios-setup] Aug 12 22:13:02.397 INFO E| Compiling unicode-ident v1.0.12
29162024-08-12T22:13:04.024Z[ helios-setup] Aug 12 22:13:02.398 INFO E| Compiling syn v1.0.109
29172024-08-12T22:13:04.068Z[ helios-setup] Aug 12 22:13:02.444 INFO E| Compiling version_check v0.9.4
29182024-08-12T22:13:04.072Z[ helios-setup] Aug 12 22:13:02.444 INFO E| Compiling thiserror v1.0.63
29192024-08-12T22:13:04.072Z[ helios-setup] Aug 12 22:13:02.444 INFO E| Compiling semver-parser v0.7.0
29202024-08-12T22:13:04.072Z[ helios-setup] Aug 12 22:13:02.444 INFO E| Compiling autocfg v1.3.0
29212024-08-12T22:13:04.072Z[ helios-setup] Aug 12 22:13:02.445 INFO E| Compiling serde v1.0.204
29222024-08-12T22:13:05.272Z[ helios-setup] Aug 12 22:13:03.648 INFO E| Compiling semver v0.9.0
29232024-08-12T22:13:05.488Z[ helios-setup] Aug 12 22:13:03.864 INFO E| Compiling serde_json v1.0.120
29242024-08-12T22:13:05.704Z[ helios-setup] Aug 12 22:13:04.080 INFO E| Compiling num-traits v0.2.19
29252024-08-12T22:13:05.721Z[ helios-setup] Aug 12 22:13:04.096 INFO E| Compiling proc-macro-error-attr v1.0.4
29262024-08-12T22:13:05.746Z[ helios-setup] Aug 12 22:13:04.119 INFO E| Compiling proc-macro-error v1.0.4
29272024-08-12T22:13:06.002Z[ helios-setup] Aug 12 22:13:04.377 INFO E| Compiling unicode-segmentation v1.11.0
29282024-08-12T22:13:06.356Z[ helios-setup] Aug 12 22:13:04.731 INFO E| Compiling rustc_version v0.2.3
29292024-08-12T22:13:06.377Z[ helios-setup] Aug 12 22:13:04.752 INFO E| Compiling schemars v0.8.21
29302024-08-12T22:13:06.558Z[ helios-setup] Aug 12 22:13:04.931 INFO E| Compiling itoa v1.0.11
29312024-08-12T22:13:06.640Z[ helios-setup] Aug 12 22:13:05.015 INFO E| Compiling ryu v1.0.18
29322024-08-12T22:13:06.924Z[ helios-setup] Aug 12 22:13:05.297 INFO E| Compiling memoffset v0.5.6
29332024-08-12T22:13:07.214Z[ helios-setup] Aug 12 22:13:05.589 INFO E| Compiling rustversion v1.0.17
29342024-08-12T22:13:07.367Z[ helios-setup] Aug 12 22:13:05.742 INFO E| Compiling heck v0.3.3
29352024-08-12T22:13:07.374Z[ helios-setup] Aug 12 22:13:05.748 INFO E| Compiling pre-proc-macro v0.2.1
29362024-08-12T22:13:07.374Z[ helios-setup] Aug 12 22:13:05.748 INFO E| Compiling lazy_static v1.5.0
29372024-08-12T22:13:07.582Z[ helios-setup] Aug 12 22:13:05.957 INFO E| Compiling paste v1.0.15
29382024-08-12T22:13:07.742Z[ helios-setup] Aug 12 22:13:06.117 INFO E| Compiling quote v1.0.36
29392024-08-12T22:13:07.898Z[ helios-setup] Aug 12 22:13:06.273 INFO E| Compiling dyn-clone v1.0.17
29402024-08-12T22:13:08.065Z[ helios-setup] Aug 12 22:13:06.440 INFO E| Compiling libc v0.2.155
29412024-08-12T22:13:08.241Z[ helios-setup] Aug 12 22:13:06.616 INFO E| Compiling memchr v2.7.4
29422024-08-12T22:13:08.296Z[ helios-setup] Aug 12 22:13:06.671 INFO E| Compiling syn v2.0.71
29432024-08-12T22:13:08.778Z[ helios-setup] Aug 12 22:13:07.153 INFO E| Compiling ucd-trie v0.1.6
29442024-08-12T22:13:09.781Z[ helios-setup] Aug 12 22:13:08.155 INFO E| Compiling pre v0.2.1
29452024-08-12T22:13:10.373Z[ helios-setup] Aug 12 22:13:08.746 INFO E| Compiling cfg-if v0.1.10
29462024-08-12T22:13:10.387Z[ helios-setup] Aug 12 22:13:08.760 INFO E| Compiling byteorder v1.5.0
29472024-08-12T22:13:10.464Z[ helios-setup] Aug 12 22:13:08.838 INFO E| Compiling once_cell v1.19.0
29482024-08-12T22:13:10.911Z[ helios-setup] Aug 12 22:13:09.285 INFO E| Compiling static_assertions v1.1.0
29492024-08-12T22:13:11.986Z[ helios-setup] Aug 12 22:13:10.359 INFO E| Compiling unicode-width v0.1.13
29502024-08-12T22:13:12.446Z[ helios-setup] Aug 12 22:13:10.817 INFO E| Compiling textwrap v0.11.0
29512024-08-12T22:13:13.072Z[ helios-setup] Aug 12 22:13:11.445 INFO E| Compiling atty v0.2.14
29522024-08-12T22:13:13.384Z[ helios-setup] Aug 12 22:13:11.756 INFO E| Compiling strum v0.23.0
29532024-08-12T22:13:13.674Z[ helios-setup] Aug 12 22:13:12.040 INFO E| Compiling vec_map v0.8.2
29542024-08-12T22:13:13.718Z[ helios-setup] Aug 12 22:13:12.091 INFO E| Compiling ansi_term v0.12.1
29552024-08-12T22:13:13.779Z[ helios-setup] Aug 12 22:13:12.152 INFO E| Compiling bitflags v1.3.2
29562024-08-12T22:13:13.879Z[ helios-setup] Aug 12 22:13:12.251 INFO E| Compiling fletcher v0.1.0
29572024-08-12T22:13:14.166Z[ helios-setup] Aug 12 22:13:12.538 INFO E| Compiling strsim v0.8.0
29582024-08-12T22:13:14.181Z[ helios-setup] Aug 12 22:13:12.554 INFO E| Compiling plain v0.2.3
29592024-08-12T22:13:14.356Z[ helios-setup] Aug 12 22:13:12.728 INFO E| Compiling log v0.4.22
29602024-08-12T22:13:14.418Z[ helios-setup] Aug 12 22:13:12.790 INFO E| Compiling bytesize v1.3.0
29612024-08-12T22:13:14.747Z[ helios-setup] Aug 12 22:13:13.119 INFO E| Compiling parse_int v0.6.0
29622024-08-12T22:13:15.001Z[ helios-setup] Aug 12 22:13:13.373 INFO E| Compiling clap v2.34.0
29632024-08-12T22:13:16.972Z[ helios-setup] Aug 12 22:13:15.343 INFO E| Compiling serde_derive_internals v0.29.1
29642024-08-12T22:13:17.879Z[ helios-setup] Aug 12 22:13:16.250 INFO E| Compiling toml v0.5.11
29652024-08-12T22:13:21.108Z[ helios-setup] Aug 12 22:13:19.477 INFO E| Compiling proc-macro-crate v0.1.5
29662024-08-12T22:13:23.348Z[ helios-setup] Aug 12 22:13:21.717 INFO E| Compiling thiserror-impl v1.0.63
29672024-08-12T22:13:23.351Z[ helios-setup] Aug 12 22:13:21.717 INFO E| Compiling serde_derive v1.0.204
29682024-08-12T22:13:23.364Z[ helios-setup] Aug 12 22:13:21.732 INFO E| Compiling schemars_derive v0.8.21
29692024-08-12T22:13:24.321Z[ helios-setup] Aug 12 22:13:22.690 INFO E| Compiling zerocopy-derive v0.6.6
29702024-08-12T22:13:25.525Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29712024-08-12T22:13:27.872Z[ helios-setup] Aug 12 22:13:26.239 INFO E| Compiling zerocopy v0.6.6
29722024-08-12T22:13:28.905Z[ helios-setup] Aug 12 22:13:27.271 INFO E| Compiling pest v2.7.11
29732024-08-12T22:13:30.437Z[ helios-setup] Aug 12 22:13:28.803 INFO E| Compiling modular-bitfield-impl v0.11.2
29742024-08-12T22:13:30.847Z[ helios-setup] Aug 12 22:13:29.213 INFO E| Compiling num-derive v0.3.3
29752024-08-12T22:13:32.158Z[ helios-setup] Aug 12 22:13:30.523 INFO E| Compiling scroll_derive v0.10.5
29762024-08-12T22:13:32.851Z[ helios-setup] Aug 12 22:13:31.216 INFO E| Compiling strum_macros v0.23.1
29772024-08-12T22:13:33.180Z[ helios-setup] Aug 12 22:13:31.545 INFO E| Compiling structopt-derive v0.4.18
29782024-08-12T22:13:35.271Z[ helios-setup] Aug 12 22:13:33.635 INFO E| Compiling pest_meta v2.7.11
29792024-08-12T22:13:35.562Z[ helios-setup] Aug 12 22:13:33.925 INFO E| Compiling scroll v0.10.2
29802024-08-12T22:13:35.969Z[ helios-setup] Aug 12 22:13:34.333 INFO E| Compiling modular-bitfield v0.11.2
29812024-08-12T22:13:36.875Z[ helios-setup] Aug 12 22:13:35.239 INFO E| Compiling goblin v0.4.3
29822024-08-12T22:13:37.721Z[ helios-setup] Aug 12 22:13:36.083 INFO E| Compiling pest_generator v2.7.11
29832024-08-12T22:13:38.637Z[ helios-setup] Aug 12 22:13:37.000 INFO E| Compiling structopt v0.3.26
29842024-08-12T22:13:41.908Z[ host-package] Compiling multimap v0.10.0
29852024-08-12T22:13:43.034Z[ helios-setup] Aug 12 22:13:41.394 INFO E| Compiling pest_derive v2.7.11
29862024-08-12T22:13:46.803Z[ helios-setup] Aug 12 22:13:45.162 INFO E| Compiling json5 v0.4.1
29872024-08-12T22:13:52.585Z[ helios-setup] Aug 12 22:13:50.943 INFO E| Compiling four-cc v0.3.0
29882024-08-12T22:13:52.585Z[ helios-setup] Aug 12 22:13:50.943 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
29892024-08-12T22:13:52.856Z[ helios-setup] Aug 12 22:13:51.212 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
29902024-08-12T22:14:35.837Z[ helios-setup] Aug 12 22:14:34.177 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
29912024-08-12T22:14:51.837Z[ helios-setup] Aug 12 22:14:50.162 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29922024-08-12T22:15:09.708Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29932024-08-12T22:15:44.226Z[ helios-setup] Aug 12 22:15:42.503 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 42s
29942024-08-12T22:15:44.228Z[ helios-setup] Aug 12 22:15:42.539 INFO building project "amd-host-image-builder" ok (195 seconds)
29952024-08-12T22:15:44.228Z[ helios-setup] Aug 12 22:15:42.539 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29962024-08-12T22:15:44.228Z[ helios-setup] Aug 12 22:15:42.539 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29972024-08-12T22:15:44.504Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29982024-08-12T22:15:44.521Z[ helios-setup] Aug 12 22:15:42.834 INFO E| Downloading crates ...
29992024-08-12T22:15:44.608Z[ helios-setup] Aug 12 22:15:42.921 INFO E| Downloaded bytes v1.2.1
30002024-08-12T22:15:44.640Z[ helios-setup] Aug 12 22:15:42.952 INFO E| Downloaded typenum v1.15.0
30012024-08-12T22:15:44.643Z[ helios-setup] Aug 12 22:15:42.955 INFO E| Downloaded sha2 v0.10.5
30022024-08-12T22:15:44.645Z[ helios-setup] Aug 12 22:15:42.958 INFO E| Downloaded digest v0.10.3
30032024-08-12T22:15:44.648Z[ helios-setup] Aug 12 22:15:42.961 INFO E| Downloaded anyhow v1.0.62
30042024-08-12T22:15:44.847Z[ helios-setup] Aug 12 22:15:43.158 INFO E| Compiling typenum v1.15.0
30052024-08-12T22:15:44.847Z[ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling version_check v0.9.4
30062024-08-12T22:15:44.847Z[ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling cfg-if v1.0.0
30072024-08-12T22:15:44.847Z[ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling crc32fast v1.3.2
30082024-08-12T22:15:44.850Z[ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling adler v1.0.2
30092024-08-12T22:15:44.850Z[ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling anyhow v1.0.62
30102024-08-12T22:15:44.850Z[ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling cpufeatures v0.2.5
30112024-08-12T22:15:44.850Z[ helios-setup] Aug 12 22:15:43.159 INFO E| Compiling unicode-width v0.1.10
30122024-08-12T22:15:45.433Z[ helios-setup] Aug 12 22:15:43.746 INFO E| Compiling bytes v1.2.1
30132024-08-12T22:15:45.577Z[ helios-setup] Aug 12 22:15:43.889 INFO E| Compiling miniz_oxide v0.6.2
30142024-08-12T22:15:45.849Z[ helios-setup] Aug 12 22:15:44.161 INFO E| Compiling getopts v0.2.21
30152024-08-12T22:15:45.951Z[ helios-setup] Aug 12 22:15:44.264 INFO E| Compiling bitflags v1.3.2
30162024-08-12T22:15:46.129Z[ helios-setup] Aug 12 22:15:44.441 INFO E| Compiling generic-array v0.14.6
30172024-08-12T22:15:47.144Z[ helios-setup] Aug 12 22:15:45.456 INFO E| Compiling flate2 v1.0.25
30182024-08-12T22:15:51.014Z[ helios-setup] Aug 12 22:15:49.324 INFO E| Compiling crypto-common v0.1.6
30192024-08-12T22:15:51.014Z[ helios-setup] Aug 12 22:15:49.324 INFO E| Compiling block-buffer v0.10.3
30202024-08-12T22:15:51.253Z[ helios-setup] Aug 12 22:15:49.564 INFO E| Compiling digest v0.10.3
30212024-08-12T22:15:51.617Z[ helios-setup] Aug 12 22:15:49.927 INFO E| Compiling sha2 v0.10.5
30222024-08-12T22:15:52.155Z[ helios-setup] Aug 12 22:15:50.465 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30232024-08-12T22:15:57.645Z[ helios-setup] Aug 12 22:15:55.947 INFO E| Finished `release` profile [optimized] target(s) in 13.32s
30242024-08-12T22:15:57.656Z[ helios-setup] Aug 12 22:15:55.963 INFO building project "bootserver" ok (13 seconds)
30252024-08-12T22:15:57.656Z[ helios-setup] Aug 12 22:15:55.963 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30262024-08-12T22:15:57.659Z[ helios-setup] Aug 12 22:15:55.964 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30272024-08-12T22:15:58.052Z[ helios-setup] Aug 12 22:15:56.358 INFO E| Compiling adler v1.0.2
30282024-08-12T22:15:58.266Z[ helios-setup] Aug 12 22:15:56.572 INFO E| Compiling miniz_oxide v0.7.2
30292024-08-12T22:16:01.041Z[ helios-setup] Aug 12 22:15:59.347 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30302024-08-12T22:16:02.115Z[ helios-setup] Aug 12 22:16:00.421 INFO E| Finished `release` profile [optimized] target(s) in 4.37s
30312024-08-12T22:16:02.123Z[ helios-setup] Aug 12 22:16:00.429 INFO building project "pinprick" ok (4 seconds)
30322024-08-12T22:16:02.126Z[ helios-setup] rm -f helios-build
30332024-08-12T22:16:02.130Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30342024-08-12T22:16:02.133Z[ helios-setup]
30352024-08-12T22:16:02.134Z[ helios-setup] Setup complete! ./helios-build is now available.
30362024-08-12T22:16:02.137Z[ helios-setup]
30372024-08-12T22:16:02.137Z[ helios-setup]
30382024-08-12T22:16:02.137Z[ helios-setup] real 12:20.376737837
30392024-08-12T22:16:02.137Z[ helios-setup] user 29:04.135824563
30402024-08-12T22:16:02.137Z[ helios-setup] sys 3:34.902336440
30412024-08-12T22:16:02.137Z[ helios-setup] trap 1.620363468
30422024-08-12T22:16:02.137Z[ helios-setup] tflt 7.405302899
30432024-08-12T22:16:02.137Z[ helios-setup] dflt 39.857057356
30442024-08-12T22:16:02.137Z[ helios-setup] kflt 0.060759316
30452024-08-12T22:16:02.137Z[ helios-setup] lock 1:54:09.753276987
30462024-08-12T22:16:02.137Z[ helios-setup] slp 3:46:37.587479471
30472024-08-12T22:16:02.137Z[ helios-setup] lat 33:20.889560937
30482024-08-12T22:16:02.137Z[ helios-setup] stop 4:39.002270706
30492024-08-12T22:16:02.137ZAug 12 22:16:00.443 INFO [helios-setup] process exited with exit status: 0 (740.382347704s)
30502024-08-12T22:16:02.144ZAug 12 22:16:00.443 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
30512024-08-12T22:16:02.157Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
30522024-08-12T22:16:02.373Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
30532024-08-12T22:16:02.376Z[ phbl-toolchain] info: downloading component 'cargo'
30542024-08-12T22:16:03.297Z[ phbl-toolchain] info: downloading component 'clippy'
30552024-08-12T22:16:03.670Z[ phbl-toolchain] info: downloading component 'llvm-tools'
30562024-08-12T22:16:08.295Z[ phbl-toolchain] info: downloading component 'miri'
30572024-08-12T22:16:08.547Z[ phbl-toolchain] info: downloading component 'rust-docs'
30582024-08-12T22:16:10.121Z[ phbl-toolchain] info: downloading component 'rust-src'
30592024-08-12T22:16:10.568Z[ phbl-toolchain] info: downloading component 'rust-std'
30602024-08-12T22:16:13.082Z[ phbl-toolchain] info: downloading component 'rustc'
30612024-08-12T22:16:19.362Z[ phbl-toolchain] info: downloading component 'rustfmt'
30622024-08-12T22:16:19.732Z[ phbl-toolchain] info: installing component 'cargo'
30632024-08-12T22:16:21.117Z[ phbl-toolchain] info: installing component 'clippy'
30642024-08-12T22:16:21.677Z[ phbl-toolchain] info: installing component 'llvm-tools'
30652024-08-12T22:16:27.666Z[ phbl-toolchain] info: installing component 'miri'
30662024-08-12T22:16:28.028Z[ phbl-toolchain] info: installing component 'rust-docs'
30672024-08-12T22:16:34.562Z[ phbl-toolchain] info: installing component 'rust-src'
30682024-08-12T22:16:35.592Z[ phbl-toolchain] info: installing component 'rust-std'
30692024-08-12T22:16:38.170Z[ phbl-toolchain] info: installing component 'rustc'
30702024-08-12T22:16:44.798Z[ phbl-toolchain] info: installing component 'rustfmt'
30712024-08-12T22:16:45.594Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
30722024-08-12T22:16:45.597ZAug 12 22:16:43.884 INFO [phbl-toolchain] process exited with exit status: 0 (43.441123316s)
30732024-08-12T22:22:52.611Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 25s
30742024-08-12T22:23:43.626ZAug 12 22:23:41.749 INFO [host-package] process exited with exit status: 0 (1156.156000911s)
30752024-08-12T22:23:43.626ZAug 12 22:23:41.750 INFO [host-stamp] running task
30762024-08-12T22:23:43.629ZAug 12 22:23:41.750 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
30772024-08-12T22:23:43.633ZAug 12 22:23:41.756 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+git75bedabd5ed
30782024-08-12T22:23:43.639ZAug 12 22:23:41.763 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+git75bedabd5ed
30792024-08-12T22:23:43.646Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
30802024-08-12T22:23:43.648ZAug 12 22:23:41.770 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+git75bedabd5ed
30812024-08-12T22:23:43.651Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30822024-08-12T22:23:43.654ZAug 12 22:23:41.776 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+git75bedabd5ed
30832024-08-12T22:23:43.658Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30842024-08-12T22:23:43.661ZAug 12 22:23:41.783 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+git75bedabd5ed
30852024-08-12T22:23:43.665Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
30862024-08-12T22:23:43.668ZAug 12 22:23:41.791 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+git75bedabd5ed
30872024-08-12T22:23:43.675Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
30882024-08-12T22:23:43.679Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
30892024-08-12T22:23:43.679ZAug 12 22:23:41.801 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+git75bedabd5ed
30902024-08-12T22:23:43.684Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
30912024-08-12T22:23:43.687ZAug 12 22:23:41.811 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+git75bedabd5ed
30922024-08-12T22:23:43.696Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
30932024-08-12T22:23:43.700Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
30942024-08-12T22:23:43.700ZAug 12 22:23:41.822 INFO [stamp-oxlog] process exited with exit status: 0 (38.627944ms)
30952024-08-12T22:23:43.700ZAug 12 22:23:41.822 INFO [stamp-overlay] process exited with exit status: 0 (45.812654ms)
30962024-08-12T22:23:43.703Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
30972024-08-12T22:23:43.703Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
30982024-08-12T22:23:43.706ZAug 12 22:23:41.829 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (28.36313ms)
30992024-08-12T22:23:43.713Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31002024-08-12T22:23:43.739Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31012024-08-12T22:23:43.743ZAug 12 22:23:41.866 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (110.31095ms)
31022024-08-12T22:23:43.894Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31032024-08-12T22:23:43.898ZAug 12 22:23:42.022 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (258.734234ms)
31042024-08-12T22:23:44.008Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31052024-08-12T22:23:44.011ZAug 12 22:23:42.134 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (323.530302ms)
31062024-08-12T22:23:44.873Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31072024-08-12T22:23:44.876ZAug 12 22:23:42.999 INFO [stamp-propolis-server] process exited with exit status: 0 (1.229196857s)
31082024-08-12T22:23:44.950Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31092024-08-12T22:23:47.188Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31102024-08-12T22:23:53.967Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31112024-08-12T22:23:53.970ZAug 12 22:23:52.089 INFO [stamp-switch-asic] process exited with exit status: 0 (10.297313059s)
31122024-08-12T22:23:53.970ZAug 12 22:23:52.089 INFO [host-stamp] task succeeded (10.339240364s)
31132024-08-12T22:23:53.970ZAug 12 22:23:52.089 INFO [host-proto] running task
31142024-08-12T22:23:54.399ZAug 12 22:23:52.518 INFO [host-proto] task succeeded (429.093231ms)
31152024-08-12T22:23:54.399ZAug 12 22:23:52.518 INFO [host-profile] running task
31162024-08-12T22:23:54.403ZAug 12 22:23:52.518 INFO [host-profile] task succeeded (301.17µs)
31172024-08-12T22:23:54.403ZAug 12 22:23:52.519 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpqrCA2Y/proto/host/root -N 'ci 75bedab/${os_short_commit} 2024-08-12 22:03' -s host -B
31182024-08-12T22:23:54.413Z[ host-image] Aug 12 22:23:52.532 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31192024-08-12T22:23:54.413Z[ host-image] Aug 12 22:23:52.532 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31202024-08-12T22:23:54.429Z[ host-image] Aug 12 22:23:52.548 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpqrCA2Y/proto/host/root"
31212024-08-12T22:23:54.429Z[ host-image] Aug 12 22:23:52.548 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31222024-08-12T22:23:54.432Z[ host-image] Aug 12 22:23:52.548 INFO image builder template: ramdisk-01-os...
31232024-08-12T22:23:54.432Z[ host-image] Aug 12 22:23:52.548 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/.tmpqrCA2Y/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.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
31242024-08-12T22:23:54.449Z[ host-image] Aug 12 22:23:52.568 INFO O| Aug 12 22:23:52.567 INFO CREATE DATASET: rpool/images/build/host/output
31252024-08-12T22:23:54.853Z[ host-image] Aug 12 22:23:52.971 INFO O| Aug 12 22:23:52.971 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31262024-08-12T22:23:54.857Z[ host-image] Aug 12 22:23:52.976 INFO O| Aug 12 22:23:52.976 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31272024-08-12T22:23:55.102Z[ host-image] Aug 12 22:23:53.221 INFO O| Aug 12 22:23:53.220 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31282024-08-12T22:23:55.173Z[ host-image] Aug 12 22:23:53.291 INFO O| Aug 12 22:23:53.291 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31292024-08-12T22:23:55.175Z[ host-image] Aug 12 22:23:53.291 INFO O| Aug 12 22:23:53.291 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31302024-08-12T22:23:55.175Z[ host-image] Aug 12 22:23:53.291 INFO O| Aug 12 22:23:53.291 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31312024-08-12T22:23:55.175Z[ host-image] Aug 12 22:23:53.292 INFO O| Aug 12 22:23:53.291 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31322024-08-12T22:23:55.188Z[ host-image] Aug 12 22:23:53.303 INFO O| Aug 12 22:23:53.303 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31332024-08-12T22:23:55.434Z[ host-image] Aug 12 22:23:53.552 INFO O| Aug 12 22:23:53.552 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31342024-08-12T22:23:55.449Z[ host-image] Aug 12 22:23:53.567 INFO O| Aug 12 22:23:53.567 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31352024-08-12T22:23:56.042Z[ host-image] Aug 12 22:23:54.160 INFO O| Aug 12 22:23:54.160 INFO O| Caching catalogs ... Done
31362024-08-12T22:23:56.169Z[ host-image] Aug 12 22:23:54.286 INFO O| Aug 12 22:23:54.286 INFO STEP 0 (pkg_image_create) COMPLETE
31372024-08-12T22:23:56.169Z[ host-image] Aug 12 22:23:54.286 INFO O| Aug 12 22:23:54.286 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31382024-08-12T22:23:56.172Z[ host-image] Aug 12 22:23:54.286 INFO O| Aug 12 22:23:54.286 INFO skip step because feature "repo_redist" is not enabled
31392024-08-12T22:23:56.172Z[ host-image] Aug 12 22:23:54.286 INFO O| Aug 12 22:23:54.286 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31402024-08-12T22:23:56.185Z[ host-image] Aug 12 22:23:54.303 INFO O| Aug 12 22:23:54.303 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"]
31412024-08-12T22:23:56.659Z[ host-image] Aug 12 22:23:54.777 INFO O| Aug 12 22:23:54.777 INFO STEP 2 (pkg_set_publisher) COMPLETE
31422024-08-12T22:23:56.659Z[ host-image] Aug 12 22:23:54.777 INFO O| Aug 12 22:23:54.777 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31432024-08-12T22:23:56.676Z[ host-image] Aug 12 22:23:54.794 INFO O| Aug 12 22:23:54.794 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"]
31442024-08-12T22:23:57.218Z[ host-image] Aug 12 22:23:55.336 INFO O| Aug 12 22:23:55.336 INFO STEP 3 (pkg_set_publisher) COMPLETE
31452024-08-12T22:23:57.218Z[ host-image] Aug 12 22:23:55.336 INFO O| Aug 12 22:23:55.336 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31462024-08-12T22:23:57.221Z[ host-image] Aug 12 22:23:55.336 INFO O| Aug 12 22:23:55.336 INFO skip step because feature "repo_redist" is not enabled
31472024-08-12T22:23:57.221Z[ host-image] Aug 12 22:23:55.336 INFO O| Aug 12 22:23:55.336 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31482024-08-12T22:23:57.779Z[ host-image] Aug 12 22:23:55.897 INFO O| Aug 12 22:23:55.896 INFO variant opensolaris.zone is already global
31492024-08-12T22:23:57.779Z[ host-image] Aug 12 22:23:55.897 INFO O| Aug 12 22:23:55.897 INFO STEP 5 (pkg_change_variant) COMPLETE
31502024-08-12T22:23:57.782Z[ host-image] Aug 12 22:23:55.897 INFO O| Aug 12 22:23:55.897 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31512024-08-12T22:23:58.330Z[ host-image] Aug 12 22:23:56.448 INFO O| Aug 12 22:23:56.447 INFO variant opensolaris.imagetype is full; changing to partial
31522024-08-12T22:23:58.330Z[ host-image] Aug 12 22:23:56.448 INFO O| Aug 12 22:23:56.448 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31532024-08-12T22:24:04.260Z[ host-image] Aug 12 22:24:02.375 INFO O| Aug 12 22:24:02.375 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31542024-08-12T22:24:05.867Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.02s
31552024-08-12T22:24:06.574Z[ host-image] Aug 12 22:24:04.681 INFO O| Aug 12 22:24:04.681 INFO O| Startup: Caching catalogs ... Done
31562024-08-12T22:24:06.625Z[ host-image] Aug 12 22:24:04.736 INFO O| Aug 12 22:24:04.736 INFO O| Planning: Planning completed in 0.00 seconds
31572024-08-12T22:24:06.636Z[ host-image] Aug 12 22:24:04.737 INFO O| Aug 12 22:24:04.737 INFO O| Planning: Consolidating action changes ... Done
31582024-08-12T22:24:06.636Z[ host-image] Aug 12 22:24:04.737 INFO O| Aug 12 22:24:04.737 INFO O| Planning: Evaluating mediators ... Done
31592024-08-12T22:24:06.636Z[ host-image] Aug 12 22:24:04.737 INFO O| Aug 12 22:24:04.737 INFO O| Planning: Planning completed in 0.00 seconds
31602024-08-12T22:24:06.636Z[ host-image] Aug 12 22:24:04.737 INFO O| Aug 12 22:24:04.737 INFO O| Variants/Facets to change: 1
31612024-08-12T22:24:06.642Z[ host-image] Aug 12 22:24:04.755 INFO O| Aug 12 22:24:04.755 INFO O| Done
31622024-08-12T22:24:06.648Z[ host-image] Aug 12 22:24:04.755 INFO O| Aug 12 22:24:04.755 INFO O| Done
31632024-08-12T22:24:06.968Z[ host-image] Aug 12 22:24:05.079 INFO O| Aug 12 22:24:05.079 INFO O| Done
31642024-08-12T22:24:07.005Z[ host-image] Aug 12 22:24:05.110 INFO O| Aug 12 22:24:05.110 INFO O| Done
31652024-08-12T22:24:07.008Z[ host-image] Aug 12 22:24:05.111 INFO O| Aug 12 22:24:05.111 INFO O| Done
31662024-08-12T22:24:07.008Z[ host-image] Aug 12 22:24:05.112 INFO O| Aug 12 22:24:05.112 INFO O| Done
31672024-08-12T22:24:07.009Z[ host-image] Aug 12 22:24:05.113 INFO O| Aug 12 22:24:05.113 INFO O| Done
31682024-08-12T22:24:07.092ZAug 12 22:24:05.206 INFO [recovery-package] process exited with exit status: 0 (23.455920348s)
31692024-08-12T22:24:07.092ZAug 12 22:24:05.206 INFO [recovery-stamp] running task
31702024-08-12T22:24:07.095ZAug 12 22:24:05.206 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
31712024-08-12T22:24:07.095ZAug 12 22:24:05.206 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+git75bedabd5ed
31722024-08-12T22:24:07.105ZAug 12 22:24:05.219 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git75bedabd5ed
31732024-08-12T22:24:07.117Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
31742024-08-12T22:24:07.128Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
31752024-08-12T22:24:07.192Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
31762024-08-12T22:24:07.195ZAug 12 22:24:05.309 INFO [stamp-installinator] process exited with exit status: 0 (89.321472ms)
31772024-08-12T22:24:07.231Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
31782024-08-12T22:24:07.235ZAug 12 22:24:05.347 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (140.821566ms)
31792024-08-12T22:24:07.235ZAug 12 22:24:05.347 INFO [recovery-stamp] task succeeded (141.24742ms)
31802024-08-12T22:24:07.235ZAug 12 22:24:05.348 INFO [recovery-proto] running task
31812024-08-12T22:24:07.235ZAug 12 22:24:05.348 INFO [tuf-stamp] running task
31822024-08-12T22:24:07.238ZAug 12 22:24:05.348 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+git75bedabd5ed
31832024-08-12T22:24:07.244ZAug 12 22:24:05.358 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+git75bedabd5ed
31842024-08-12T22:24:07.254ZAug 12 22:24:05.366 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+git75bedabd5ed
31852024-08-12T22:24:07.257Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
31862024-08-12T22:24:07.260ZAug 12 22:24:05.373 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+git75bedabd5ed
31872024-08-12T22:24:07.266Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
31882024-08-12T22:24:07.269ZAug 12 22:24:05.383 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+git75bedabd5ed
31892024-08-12T22:24:07.275Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
31902024-08-12T22:24:07.278ZAug 12 22:24:05.392 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+git75bedabd5ed
31912024-08-12T22:24:07.299ZAug 12 22:24:05.413 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+git75bedabd5ed
31922024-08-12T22:24:07.316Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
31932024-08-12T22:24:07.316Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
31942024-08-12T22:24:07.319ZAug 12 22:24:05.433 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+git75bedabd5ed
31952024-08-12T22:24:07.322Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
31962024-08-12T22:24:07.325Z[ host-image] Aug 12 22:24:05.437 INFO O| Aug 12 22:24:05.437 INFO STEP 6 (pkg_change_variant) COMPLETE
31972024-08-12T22:24:07.325Z[ host-image] Aug 12 22:24:05.437 INFO O| Aug 12 22:24:05.437 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31982024-08-12T22:24:07.325Z[ host-image] Aug 12 22:24:05.437 INFO O| Aug 12 22:24:05.437 INFO skip step because feature "debug_variant" is not enabled
31992024-08-12T22:24:07.325Z[ host-image] Aug 12 22:24:05.437 INFO O| Aug 12 22:24:05.437 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32002024-08-12T22:24:07.394Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32012024-08-12T22:24:07.396ZAug 12 22:24:05.508 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+git75bedabd5ed
32022024-08-12T22:24:07.411Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32032024-08-12T22:24:07.414Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32042024-08-12T22:24:07.414ZAug 12 22:24:05.525 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+git75bedabd5ed
32052024-08-12T22:24:07.465Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32062024-08-12T22:24:07.468ZAug 12 22:24:05.578 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+git75bedabd5ed
32072024-08-12T22:24:07.534Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32082024-08-12T22:24:07.537ZAug 12 22:24:05.648 INFO [stamp-probe] process exited with exit status: 0 (299.606627ms)
32092024-08-12T22:24:07.537Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32102024-08-12T22:24:07.552ZAug 12 22:24:05.666 INFO [recovery-proto] task succeeded (318.621278ms)
32112024-08-12T22:24:07.555ZAug 12 22:24:05.667 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpqrCA2Y/proto/recovery/root -N 'recovery 75bedab/${os_short_commit} 2024-08-12 22:03' -s recovery -R
32122024-08-12T22:24:07.609Z[ recovery-image] Aug 12 22:24:05.723 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32132024-08-12T22:24:07.609Z[ recovery-image] Aug 12 22:24:05.723 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32142024-08-12T22:24:07.626Z[ recovery-image] Aug 12 22:24:05.740 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpqrCA2Y/proto/recovery/root"
32152024-08-12T22:24:07.626Z[ recovery-image] Aug 12 22:24:05.740 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32162024-08-12T22:24:07.629Z[ recovery-image] Aug 12 22:24:05.740 INFO image builder template: ramdisk-01-os...
32172024-08-12T22:24:07.629Z[ recovery-image] Aug 12 22:24:05.740 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/.tmpqrCA2Y/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.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32182024-08-12T22:24:07.674Z[ recovery-image] Aug 12 22:24:05.787 INFO O| Aug 12 22:24:05.787 INFO CREATE DATASET: rpool/images/build/recovery/output
32192024-08-12T22:24:07.942Z[ host-image] Aug 12 22:24:06.054 INFO O| Aug 12 22:24:06.054 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32202024-08-12T22:24:08.167Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32212024-08-12T22:24:08.217ZAug 12 22:24:06.330 INFO [stamp-ntp] process exited with exit status: 0 (752.042785ms)
32222024-08-12T22:24:08.469Z[ recovery-image] Aug 12 22:24:06.582 INFO O| Aug 12 22:24:06.582 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32232024-08-12T22:24:08.520Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32242024-08-12T22:24:08.522Z[ recovery-image] Aug 12 22:24:06.634 INFO O| Aug 12 22:24:06.634 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32252024-08-12T22:24:08.551ZAug 12 22:24:06.664 INFO [stamp-internal-dns] process exited with exit status: 0 (1.271733581s)
32262024-08-12T22:24:08.818Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32272024-08-12T22:24:08.827ZAug 12 22:24:06.936 INFO [stamp-external-dns] process exited with exit status: 0 (1.410764212s)
32282024-08-12T22:24:08.835Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32292024-08-12T22:24:08.839ZAug 12 22:24:06.953 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.539668538s)
32302024-08-12T22:24:08.860Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
32312024-08-12T22:24:08.881Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32322024-08-12T22:24:09.190Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32332024-08-12T22:24:09.194ZAug 12 22:24:07.307 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.867594422s)
32342024-08-12T22:24:09.319Z[ recovery-image] Aug 12 22:24:07.432 INFO O| Aug 12 22:24:07.432 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32352024-08-12T22:24:09.425Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32362024-08-12T22:24:09.429ZAug 12 22:24:07.542 INFO [stamp-oximeter] process exited with exit status: 0 (2.184041276s)
32372024-08-12T22:24:09.432Z[ recovery-image] Aug 12 22:24:07.544 INFO O| Aug 12 22:24:07.544 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32382024-08-12T22:24:09.432Z[ recovery-image] Aug 12 22:24:07.544 INFO O| Aug 12 22:24:07.544 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32392024-08-12T22:24:09.432Z[ recovery-image] Aug 12 22:24:07.545 INFO O| Aug 12 22:24:07.545 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32402024-08-12T22:24:09.432Z[ recovery-image] Aug 12 22:24:07.545 INFO O| Aug 12 22:24:07.545 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32412024-08-12T22:24:09.443Z[ recovery-image] Aug 12 22:24:07.556 INFO O| Aug 12 22:24:07.556 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32422024-08-12T22:24:09.505Z[ host-image] Aug 12 22:24:07.618 INFO O| Aug 12 22:24:07.618 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32432024-08-12T22:24:09.508Z[ host-image] Aug 12 22:24:07.619 INFO O| Aug 12 22:24:07.619 INFO O| Planning: Planning completed in 0.00 seconds
32442024-08-12T22:24:09.508Z[ host-image] Aug 12 22:24:07.620 INFO O| Aug 12 22:24:07.620 INFO O| Planning: Consolidating action changes ... Done
32452024-08-12T22:24:09.508Z[ host-image] Aug 12 22:24:07.620 INFO O| Aug 12 22:24:07.620 INFO O| Planning: Evaluating mediators ... Done
32462024-08-12T22:24:09.508Z[ host-image] Aug 12 22:24:07.621 INFO O| Aug 12 22:24:07.621 INFO O| Planning: Planning completed in 0.00 seconds
32472024-08-12T22:24:09.511Z[ host-image] Aug 12 22:24:07.621 INFO O| Aug 12 22:24:07.621 INFO O| Variants/Facets to change: 1
32482024-08-12T22:24:09.589Z[ host-image] Aug 12 22:24:07.700 INFO O| Aug 12 22:24:07.700 INFO O| Done
32492024-08-12T22:24:09.589Z[ host-image] Aug 12 22:24:07.700 INFO O| Aug 12 22:24:07.700 INFO O| Done
32502024-08-12T22:24:09.897Z[ recovery-image] Aug 12 22:24:08.010 INFO O| Aug 12 22:24:08.010 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32512024-08-12T22:24:09.912Z[ recovery-image] Aug 12 22:24:08.025 INFO O| Aug 12 22:24:08.025 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32522024-08-12T22:24:09.976Z[ host-image] Aug 12 22:24:08.089 INFO O| Aug 12 22:24:08.089 INFO O| Done
32532024-08-12T22:24:10.026Z[ host-image] Aug 12 22:24:08.139 INFO O| Aug 12 22:24:08.139 INFO O| Done
32542024-08-12T22:24:10.029Z[ host-image] Aug 12 22:24:08.140 INFO O| Aug 12 22:24:08.140 INFO O| Done
32552024-08-12T22:24:10.029Z[ host-image] Aug 12 22:24:08.140 INFO O| Aug 12 22:24:08.140 INFO O| Done
32562024-08-12T22:24:10.029Z[ host-image] Aug 12 22:24:08.141 INFO O| Aug 12 22:24:08.141 INFO O| Done
32572024-08-12T22:24:10.103Z[ host-image] Aug 12 22:24:08.215 INFO O| Aug 12 22:24:08.215 INFO STEP 8 (pkg_change_facet) COMPLETE
32582024-08-12T22:24:10.103Z[ host-image] Aug 12 22:24:08.215 INFO O| Aug 12 22:24:08.215 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32592024-08-12T22:24:10.103Z[ host-image] Aug 12 22:24:08.215 INFO O| Aug 12 22:24:08.215 INFO skip step because feature "recovery" is not enabled
32602024-08-12T22:24:10.106Z[ host-image] Aug 12 22:24:08.215 INFO O| Aug 12 22:24:08.215 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32612024-08-12T22:24:10.106Z[ host-image] Aug 12 22:24:08.215 INFO O| Aug 12 22:24:08.215 INFO skip step because feature "recovery" is not enabled
32622024-08-12T22:24:10.106Z[ host-image] Aug 12 22:24:08.215 INFO O| Aug 12 22:24:08.215 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32632024-08-12T22:24:10.119Z[ host-image] Aug 12 22:24:08.232 INFO O| Aug 12 22:24:08.232 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"]
32642024-08-12T22:24:10.420Z[ recovery-image] Aug 12 22:24:08.533 INFO O| Aug 12 22:24:08.533 INFO O| Caching catalogs ... Done
32652024-08-12T22:24:10.535Z[ recovery-image] Aug 12 22:24:08.647 INFO O| Aug 12 22:24:08.647 INFO STEP 0 (pkg_image_create) COMPLETE
32662024-08-12T22:24:10.535Z[ recovery-image] Aug 12 22:24:08.647 INFO O| Aug 12 22:24:08.647 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32672024-08-12T22:24:10.538Z[ recovery-image] Aug 12 22:24:08.647 INFO O| Aug 12 22:24:08.647 INFO skip step because feature "repo_redist" is not enabled
32682024-08-12T22:24:10.538Z[ recovery-image] Aug 12 22:24:08.647 INFO O| Aug 12 22:24:08.647 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32692024-08-12T22:24:10.549Z[ recovery-image] Aug 12 22:24:08.661 INFO O| Aug 12 22:24:08.661 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"]
32702024-08-12T22:24:10.733Z[ host-image] Aug 12 22:24:08.846 INFO O| Aug 12 22:24:08.846 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32712024-08-12T22:24:10.879Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
32722024-08-12T22:24:10.883ZAug 12 22:24:08.995 INFO [stamp-nexus] process exited with exit status: 0 (3.629566197s)
32732024-08-12T22:24:10.995Z[ recovery-image] Aug 12 22:24:09.108 INFO O| Aug 12 22:24:09.108 INFO STEP 2 (pkg_set_publisher) COMPLETE
32742024-08-12T22:24:10.995Z[ recovery-image] Aug 12 22:24:09.108 INFO O| Aug 12 22:24:09.108 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32752024-08-12T22:24:11.009Z[ recovery-image] Aug 12 22:24:09.121 INFO O| Aug 12 22:24:09.121 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"]
32762024-08-12T22:24:11.490Z[ recovery-image] Aug 12 22:24:09.602 INFO O| Aug 12 22:24:09.602 INFO STEP 3 (pkg_set_publisher) COMPLETE
32772024-08-12T22:24:11.490Z[ recovery-image] Aug 12 22:24:09.602 INFO O| Aug 12 22:24:09.602 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32782024-08-12T22:24:11.493Z[ recovery-image] Aug 12 22:24:09.602 INFO O| Aug 12 22:24:09.602 INFO skip step because feature "repo_redist" is not enabled
32792024-08-12T22:24:11.493Z[ recovery-image] Aug 12 22:24:09.602 INFO O| Aug 12 22:24:09.602 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32802024-08-12T22:24:11.855Z[ recovery-image] Aug 12 22:24:09.967 INFO O| Aug 12 22:24:09.967 INFO variant opensolaris.zone is already global
32812024-08-12T22:24:11.858Z[ recovery-image] Aug 12 22:24:09.967 INFO O| Aug 12 22:24:09.967 INFO STEP 5 (pkg_change_variant) COMPLETE
32822024-08-12T22:24:11.858Z[ recovery-image] Aug 12 22:24:09.967 INFO O| Aug 12 22:24:09.967 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32832024-08-12T22:24:12.332Z[ recovery-image] Aug 12 22:24:10.444 INFO O| Aug 12 22:24:10.443 INFO variant opensolaris.imagetype is full; changing to partial
32842024-08-12T22:24:12.332Z[ recovery-image] Aug 12 22:24:10.444 INFO O| Aug 12 22:24:10.444 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32852024-08-12T22:24:12.765Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
32862024-08-12T22:24:12.770ZAug 12 22:24:10.881 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.497779841s)
32872024-08-12T22:24:15.543Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
32882024-08-12T22:24:15.547ZAug 12 22:24:13.658 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.149922012s)
32892024-08-12T22:24:15.693Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32902024-08-12T22:24:15.822Z[verify-libraries] Compiling heck v0.4.1
32912024-08-12T22:24:15.822Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32922024-08-12T22:24:15.826Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32932024-08-12T22:24:15.836Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32942024-08-12T22:24:15.839Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32952024-08-12T22:24:15.857Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32962024-08-12T22:24:15.857Z[verify-libraries] Compiling indent_write v2.2.0
32972024-08-12T22:24:15.898Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
32982024-08-12T22:24:15.902ZAug 12 22:24:14.013 INFO [stamp-clickhouse] process exited with exit status: 0 (8.639355481s)
32992024-08-12T22:24:15.906ZAug 12 22:24:14.013 INFO [tuf-stamp] task succeeded (8.665257491s)
33002024-08-12T22:24:16.189Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33012024-08-12T22:24:16.313Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33022024-08-12T22:24:16.313Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33032024-08-12T22:24:16.379Z[verify-libraries] Compiling termios v0.3.3
33042024-08-12T22:24:16.765Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33052024-08-12T22:24:17.122Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33062024-08-12T22:24:18.565Z[ recovery-image] Aug 12 22:24:16.674 INFO O| Aug 12 22:24:16.674 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33072024-08-12T22:24:23.381Z[ recovery-image] Aug 12 22:24:21.488 INFO O| Aug 12 22:24:21.488 INFO O| Startup: Caching catalogs ... Done
33082024-08-12T22:24:23.449Z[ recovery-image] Aug 12 22:24:21.557 INFO O| Aug 12 22:24:21.557 INFO O| Planning: Planning completed in 0.00 seconds
33092024-08-12T22:24:23.452Z[ recovery-image] Aug 12 22:24:21.558 INFO O| Aug 12 22:24:21.558 INFO O| Planning: Consolidating action changes ... Done
33102024-08-12T22:24:23.452Z[ recovery-image] Aug 12 22:24:21.558 INFO O| Aug 12 22:24:21.558 INFO O| Planning: Evaluating mediators ... Done
33112024-08-12T22:24:23.452Z[ recovery-image] Aug 12 22:24:21.559 INFO O| Aug 12 22:24:21.558 INFO O| Planning: Planning completed in 0.00 seconds
33122024-08-12T22:24:23.452Z[ recovery-image] Aug 12 22:24:21.559 INFO O| Aug 12 22:24:21.559 INFO O| Variants/Facets to change: 1
33132024-08-12T22:24:23.515Z[ recovery-image] Aug 12 22:24:21.623 INFO O| Aug 12 22:24:21.623 INFO O| Done
33142024-08-12T22:24:23.516Z[ recovery-image] Aug 12 22:24:21.623 INFO O| Aug 12 22:24:21.623 INFO O| Done
33152024-08-12T22:24:24.012Z[ recovery-image] Aug 12 22:24:22.119 INFO O| Aug 12 22:24:22.119 INFO O| Done
33162024-08-12T22:24:24.069Z[ recovery-image] Aug 12 22:24:22.174 INFO O| Aug 12 22:24:22.174 INFO O| Done
33172024-08-12T22:24:24.074Z[ recovery-image] Aug 12 22:24:22.176 INFO O| Aug 12 22:24:22.176 INFO O| Done
33182024-08-12T22:24:24.074Z[ recovery-image] Aug 12 22:24:22.176 INFO O| Aug 12 22:24:22.176 INFO O| Done
33192024-08-12T22:24:24.074Z[ recovery-image] Aug 12 22:24:22.178 INFO O| Aug 12 22:24:22.178 INFO O| Done
33202024-08-12T22:24:24.542Z[ recovery-image] Aug 12 22:24:22.649 INFO O| Aug 12 22:24:22.649 INFO STEP 6 (pkg_change_variant) COMPLETE
33212024-08-12T22:24:24.542Z[ recovery-image] Aug 12 22:24:22.649 INFO O| Aug 12 22:24:22.649 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33222024-08-12T22:24:24.545Z[ recovery-image] Aug 12 22:24:22.649 INFO O| Aug 12 22:24:22.649 INFO skip step because feature "debug_variant" is not enabled
33232024-08-12T22:24:24.545Z[ recovery-image] Aug 12 22:24:22.649 INFO O| Aug 12 22:24:22.649 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33242024-08-12T22:24:25.373Z[ recovery-image] Aug 12 22:24:23.477 INFO O| Aug 12 22:24:23.476 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33252024-08-12T22:24:26.292Z[ recovery-image] Aug 12 22:24:24.397 INFO O| Aug 12 22:24:24.397 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33262024-08-12T22:24:26.295Z[ recovery-image] Aug 12 22:24:24.399 INFO O| Aug 12 22:24:24.399 INFO O| Planning: Planning completed in 0.00 seconds
33272024-08-12T22:24:26.295Z[ recovery-image] Aug 12 22:24:24.400 INFO O| Aug 12 22:24:24.400 INFO O| Planning: Consolidating action changes ... Done
33282024-08-12T22:24:26.295Z[ recovery-image] Aug 12 22:24:24.400 INFO O| Aug 12 22:24:24.400 INFO O| Planning: Evaluating mediators ... Done
33292024-08-12T22:24:26.295Z[ recovery-image] Aug 12 22:24:24.401 INFO O| Aug 12 22:24:24.401 INFO O| Planning: Planning completed in 0.00 seconds
33302024-08-12T22:24:26.295Z[ recovery-image] Aug 12 22:24:24.401 INFO O| Aug 12 22:24:24.401 INFO O| Variants/Facets to change: 1
33312024-08-12T22:24:26.348Z[ recovery-image] Aug 12 22:24:24.455 INFO O| Aug 12 22:24:24.454 INFO O| Done
33322024-08-12T22:24:26.348Z[ recovery-image] Aug 12 22:24:24.455 INFO O| Aug 12 22:24:24.454 INFO O| Done
33332024-08-12T22:24:26.770Z[ recovery-image] Aug 12 22:24:24.876 INFO O| Aug 12 22:24:24.876 INFO O| Done
33342024-08-12T22:24:26.839Z[ recovery-image] Aug 12 22:24:24.943 INFO O| Aug 12 22:24:24.943 INFO O| Done
33352024-08-12T22:24:26.843Z[ recovery-image] Aug 12 22:24:24.944 INFO O| Aug 12 22:24:24.944 INFO O| Done
33362024-08-12T22:24:26.843Z[ recovery-image] Aug 12 22:24:24.944 INFO O| Aug 12 22:24:24.944 INFO O| Done
33372024-08-12T22:24:26.844Z[ recovery-image] Aug 12 22:24:24.946 INFO O| Aug 12 22:24:24.946 INFO O| Done
33382024-08-12T22:24:26.956Z[ recovery-image] Aug 12 22:24:25.061 INFO O| Aug 12 22:24:25.060 INFO STEP 8 (pkg_change_facet) COMPLETE
33392024-08-12T22:24:26.956Z[ recovery-image] Aug 12 22:24:25.061 INFO O| Aug 12 22:24:25.061 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33402024-08-12T22:24:27.573Z[ recovery-image] Aug 12 22:24:25.678 INFO O| Aug 12 22:24:25.678 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33412024-08-12T22:24:28.466Z[ recovery-image] Aug 12 22:24:26.571 INFO O| Aug 12 22:24:26.571 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33422024-08-12T22:24:28.468Z[ recovery-image] Aug 12 22:24:26.573 INFO O| Aug 12 22:24:26.573 INFO O| Planning: Planning completed in 0.00 seconds
33432024-08-12T22:24:28.468Z[ recovery-image] Aug 12 22:24:26.574 INFO O| Aug 12 22:24:26.574 INFO O| Planning: Consolidating action changes ... Done
33442024-08-12T22:24:28.471Z[ recovery-image] Aug 12 22:24:26.574 INFO O| Aug 12 22:24:26.574 INFO O| Planning: Evaluating mediators ... Done
33452024-08-12T22:24:28.471Z[ recovery-image] Aug 12 22:24:26.575 INFO O| Aug 12 22:24:26.575 INFO O| Planning: Planning completed in 0.00 seconds
33462024-08-12T22:24:28.471Z[ recovery-image] Aug 12 22:24:26.575 INFO O| Aug 12 22:24:26.575 INFO O| Variants/Facets to change: 1
33472024-08-12T22:24:28.540Z[ recovery-image] Aug 12 22:24:26.645 INFO O| Aug 12 22:24:26.645 INFO O| Done
33482024-08-12T22:24:28.540Z[ recovery-image] Aug 12 22:24:26.646 INFO O| Aug 12 22:24:26.645 INFO O| Done
33492024-08-12T22:24:29.096Z[ recovery-image] Aug 12 22:24:27.201 INFO O| Aug 12 22:24:27.201 INFO O| Done
33502024-08-12T22:24:29.145Z[ recovery-image] Aug 12 22:24:27.250 INFO O| Aug 12 22:24:27.250 INFO O| Done
33512024-08-12T22:24:29.148Z[ recovery-image] Aug 12 22:24:27.251 INFO O| Aug 12 22:24:27.251 INFO O| Done
33522024-08-12T22:24:29.148Z[ recovery-image] Aug 12 22:24:27.251 INFO O| Aug 12 22:24:27.251 INFO O| Done
33532024-08-12T22:24:29.148Z[ recovery-image] Aug 12 22:24:27.253 INFO O| Aug 12 22:24:27.253 INFO O| Done
33542024-08-12T22:24:29.260Z[ recovery-image] Aug 12 22:24:27.365 INFO O| Aug 12 22:24:27.365 INFO STEP 9 (pkg_change_facet) COMPLETE
33552024-08-12T22:24:29.260Z[ recovery-image] Aug 12 22:24:27.365 INFO O| Aug 12 22:24:27.365 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33562024-08-12T22:24:29.942Z[ recovery-image] Aug 12 22:24:28.046 INFO O| Aug 12 22:24:28.046 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
33572024-08-12T22:24:30.813Z[ recovery-image] Aug 12 22:24:28.917 INFO O| Aug 12 22:24:28.917 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33582024-08-12T22:24:30.816Z[ recovery-image] Aug 12 22:24:28.919 INFO O| Aug 12 22:24:28.919 INFO O| Planning: Planning completed in 0.00 seconds
33592024-08-12T22:24:30.816Z[ recovery-image] Aug 12 22:24:28.920 INFO O| Aug 12 22:24:28.920 INFO O| Planning: Consolidating action changes ... Done
33602024-08-12T22:24:30.816Z[ recovery-image] Aug 12 22:24:28.920 INFO O| Aug 12 22:24:28.920 INFO O| Planning: Evaluating mediators ... Done
33612024-08-12T22:24:30.819Z[ recovery-image] Aug 12 22:24:28.921 INFO O| Aug 12 22:24:28.921 INFO O| Planning: Planning completed in 0.00 seconds
33622024-08-12T22:24:30.819Z[ recovery-image] Aug 12 22:24:28.921 INFO O| Aug 12 22:24:28.921 INFO O| Variants/Facets to change: 1
33632024-08-12T22:24:30.890Z[ recovery-image] Aug 12 22:24:28.995 INFO O| Aug 12 22:24:28.994 INFO O| Done
33642024-08-12T22:24:30.890Z[ recovery-image] Aug 12 22:24:28.995 INFO O| Aug 12 22:24:28.995 INFO O| Done
33652024-08-12T22:24:31.392Z[ recovery-image] Aug 12 22:24:29.495 INFO O| Aug 12 22:24:29.495 INFO O| Done
33662024-08-12T22:24:31.453Z[ recovery-image] Aug 12 22:24:29.557 INFO O| Aug 12 22:24:29.557 INFO O| Done
33672024-08-12T22:24:31.459Z[ recovery-image] Aug 12 22:24:29.558 INFO O| Aug 12 22:24:29.558 INFO O| Done
33682024-08-12T22:24:31.459Z[ recovery-image] Aug 12 22:24:29.558 INFO O| Aug 12 22:24:29.558 INFO O| Done
33692024-08-12T22:24:31.459Z[ recovery-image] Aug 12 22:24:29.560 INFO O| Aug 12 22:24:29.560 INFO O| Done
33702024-08-12T22:24:31.542Z[ recovery-image] Aug 12 22:24:29.646 INFO O| Aug 12 22:24:29.646 INFO STEP 10 (pkg_change_facet) COMPLETE
33712024-08-12T22:24:31.542Z[ recovery-image] Aug 12 22:24:29.646 INFO O| Aug 12 22:24:29.646 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33722024-08-12T22:24:31.563Z[ recovery-image] Aug 12 22:24:29.666 INFO O| Aug 12 22:24:29.666 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"]
33732024-08-12T22:24:32.555Z[ recovery-image] Aug 12 22:24:30.653 INFO O| Aug 12 22:24:30.653 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33742024-08-12T22:24:36.938Z[ host-image] Aug 12 22:24:35.040 INFO O| Aug 12 22:24:35.040 INFO O| Planning: Solver setup ... Done
33752024-08-12T22:24:45.243Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33762024-08-12T22:24:48.720Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33772024-08-12T22:24:51.103Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33782024-08-12T22:24:59.023Z[ host-image] Aug 12 22:24:57.117 INFO O| Aug 12 22:24:57.116 INFO O| Planning: Running solver ... Done
33792024-08-12T22:24:59.353Z[ host-image] Aug 12 22:24:57.447 INFO O| Aug 12 22:24:57.446 INFO O| Planning: Finding local manifests ... Done
33802024-08-12T22:24:59.374Z[ host-image] Aug 12 22:24:57.467 INFO O| Aug 12 22:24:57.466 INFO O| Planning: Fetching manifests: 0/124 0% complete
33812024-08-12T22:25:02.558Z[ recovery-image] Aug 12 22:25:00.650 INFO O| Aug 12 22:25:00.650 INFO O| Planning: Solver setup ... Done
33822024-08-12T22:25:04.825Z[ host-image] Aug 12 22:25:02.916 INFO O| Aug 12 22:25:02.916 INFO O| Planning: Fetching manifests: 124/124 100% complete
33832024-08-12T22:25:06.242Z[ host-image] Aug 12 22:25:04.332 INFO O| Aug 12 22:25:04.332 INFO O| Planning: Package planning ... Done
33842024-08-12T22:25:07.870Z[ host-image] Aug 12 22:25:05.959 INFO O| Aug 12 22:25:05.959 INFO O| Planning: Merging actions ... Done
33852024-08-12T22:25:08.474Z[ host-image] Aug 12 22:25:06.564 INFO O| Aug 12 22:25:06.563 INFO O| Planning: Checking for conflicting actions ... Done
33862024-08-12T22:25:08.820Z[ host-image] Aug 12 22:25:06.909 INFO O| Aug 12 22:25:06.909 INFO O| Planning: Consolidating action changes ... Done
33872024-08-12T22:25:09.322Z[ host-image] Aug 12 22:25:07.411 INFO O| Aug 12 22:25:07.411 INFO O| Planning: Evaluating mediators ... Done
33882024-08-12T22:25:15.678Z[ host-image] Aug 12 22:25:13.707 INFO O| Aug 12 22:25:13.707 INFO O| Planning: Planning completed in 64.86 seconds
33892024-08-12T22:25:15.685Z[ host-image] Aug 12 22:25:13.722 INFO O| Aug 12 22:25:13.722 INFO O| Packages to install: 124
33902024-08-12T22:25:15.685Z[ host-image] Aug 12 22:25:13.722 INFO O| Aug 12 22:25:13.722 INFO O| Mediators to change: 4
33912024-08-12T22:25:15.685Z[ host-image] Aug 12 22:25:13.722 INFO O| Aug 12 22:25:13.722 INFO O| Services to change: 6
33922024-08-12T22:25:15.773Z[ host-image] Aug 12 22:25:13.859 INFO O| Aug 12 22:25:13.859 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete
33932024-08-12T22:25:20.775Z[ host-image] Aug 12 22:25:18.859 INFO O| Aug 12 22:25:18.859 INFO O| Download: 1139/22727 items 6.7/196.4MB 3% complete (1.4M/s)
33942024-08-12T22:25:24.024Z[ recovery-image] Aug 12 22:25:22.108 INFO O| Aug 12 22:25:22.108 INFO O| Planning: Running solver ... Done
33952024-08-12T22:25:24.278Z[ recovery-image] Aug 12 22:25:22.362 INFO O| Aug 12 22:25:22.361 INFO O| Planning: Finding local manifests ... Done
33962024-08-12T22:25:24.296Z[ recovery-image] Aug 12 22:25:22.379 INFO O| Aug 12 22:25:22.379 INFO O| Planning: Fetching manifests: 0/124 0% complete
33972024-08-12T22:25:26.277Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33982024-08-12T22:25:26.460Z[ host-image] Aug 12 22:25:24.543 INFO O| Aug 12 22:25:24.543 INFO O| Download: 1642/22727 items 10.8/196.4MB 5% complete (1.1M/s)
33992024-08-12T22:25:28.169Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34002024-08-12T22:25:29.018Z[ recovery-image] Aug 12 22:25:27.100 INFO O| Aug 12 22:25:27.100 INFO O| Planning: Fetching manifests: 124/124 100% complete
34012024-08-12T22:25:30.006Z[ recovery-image] Aug 12 22:25:28.087 INFO O| Aug 12 22:25:28.087 INFO O| Planning: Package planning ... Done
34022024-08-12T22:25:30.706Z[ recovery-image] Aug 12 22:25:28.787 INFO O| Aug 12 22:25:28.786 INFO O| Planning: Merging actions ... Done
34032024-08-12T22:25:31.072Z[ recovery-image] Aug 12 22:25:29.153 INFO O| Aug 12 22:25:29.153 INFO O| Planning: Checking for conflicting actions ... Done
34042024-08-12T22:25:31.215Z[ recovery-image] Aug 12 22:25:29.296 INFO O| Aug 12 22:25:29.296 INFO O| Planning: Consolidating action changes ... Done
34052024-08-12T22:25:31.542Z[ recovery-image] Aug 12 22:25:29.621 INFO O| Aug 12 22:25:29.621 INFO O| Planning: Evaluating mediators ... Done
34062024-08-12T22:25:31.631Z[ host-image] Aug 12 22:25:29.711 INFO O| Aug 12 22:25:29.711 INFO O| Download: 2096/22727 items 23.4/196.4MB 11% complete (1.6M/s)
34072024-08-12T22:25:32.285Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34082024-08-12T22:25:36.634Z[ host-image] Aug 12 22:25:34.713 INFO O| Aug 12 22:25:34.713 INFO O| Download: 2934/22727 items 33.7/196.4MB 17% complete (2.3M/s)
34092024-08-12T22:25:37.391Z[ recovery-image] Aug 12 22:25:35.469 INFO O| Aug 12 22:25:35.469 INFO O| Planning: Planning completed in 64.81 seconds
34102024-08-12T22:25:37.398Z[ recovery-image] Aug 12 22:25:35.476 INFO O| Aug 12 22:25:35.476 INFO O| Packages to install: 124
34112024-08-12T22:25:37.398Z[ recovery-image] Aug 12 22:25:35.476 INFO O| Aug 12 22:25:35.476 INFO O| Mediators to change: 4
34122024-08-12T22:25:37.401Z[ recovery-image] Aug 12 22:25:35.476 INFO O| Aug 12 22:25:35.476 INFO O| Services to change: 5
34132024-08-12T22:25:37.479Z[ recovery-image] Aug 12 22:25:35.555 INFO O| Aug 12 22:25:35.555 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34142024-08-12T22:25:38.051Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34152024-08-12T22:25:41.636Z[ host-image] Aug 12 22:25:39.713 INFO O| Aug 12 22:25:39.713 INFO O| Download: 3522/22727 items 35.7/196.4MB 18% complete (1.2M/s)
34162024-08-12T22:25:42.739Z[ recovery-image] Aug 12 22:25:40.815 INFO O| Aug 12 22:25:40.814 INFO O| Download: 999/15831 items 7.8/173.2MB 4% complete (1.6M/s)
34172024-08-12T22:25:46.842Z[ host-image] Aug 12 22:25:44.915 INFO O| Aug 12 22:25:44.915 INFO O| Download: 4490/22727 items 41.8/196.4MB 21% complete (1.0M/s)
34182024-08-12T22:25:47.883Z[ recovery-image] Aug 12 22:25:45.956 INFO O| Aug 12 22:25:45.955 INFO O| Download: 1213/15831 items 16.4/173.2MB 9% complete (1.6M/s)
34192024-08-12T22:25:49.629Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34202024-08-12T22:25:51.845Z[ host-image] Aug 12 22:25:49.917 INFO O| Aug 12 22:25:49.916 INFO O| Download: 5012/22727 items 45.8/196.4MB 23% complete (1.0M/s)
34212024-08-12T22:25:53.060Z[ recovery-image] Aug 12 22:25:51.132 INFO O| Aug 12 22:25:51.132 INFO O| Download: 1639/15831 items 25.5/173.2MB 14% complete (1.8M/s)
34222024-08-12T22:25:54.591Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34232024-08-12T22:25:56.849Z[ host-image] Aug 12 22:25:54.919 INFO O| Aug 12 22:25:54.918 INFO O| Download: 5982/22727 items 46.4/196.4MB 23% complete (465k/s)
34242024-08-12T22:25:58.076Z[ recovery-image] Aug 12 22:25:56.145 INFO O| Aug 12 22:25:56.145 INFO O| Download: 2516/15831 items 31.5/173.2MB 18% complete (1.4M/s)
34252024-08-12T22:26:02.448Z[ host-image] Aug 12 22:26:00.516 INFO O| Aug 12 22:26:00.516 INFO O| Download: 6760/22727 items 47.8/196.4MB 24% complete (263k/s)
34262024-08-12T22:26:03.085Z[ recovery-image] Aug 12 22:26:01.146 INFO O| Aug 12 22:26:01.146 INFO O| Download: 3428/15831 items 38.1/173.2MB 22% complete (1.3M/s)
34272024-08-12T22:26:07.462Z[ host-image] Aug 12 22:26:05.527 INFO O| Aug 12 22:26:05.527 INFO O| Download: 7024/22727 items 55.3/196.4MB 28% complete (859k/s)
34282024-08-12T22:26:08.080Z[ recovery-image] Aug 12 22:26:06.146 INFO O| Aug 12 22:26:06.146 INFO O| Download: 3988/15831 items 42.5/173.2MB 24% complete (1.1M/s)
34292024-08-12T22:26:12.475Z[ host-image] Aug 12 22:26:10.535 INFO O| Aug 12 22:26:10.535 INFO O| Download: 7740/22727 items 58.8/196.4MB 29% complete (1.1M/s)
34302024-08-12T22:26:13.460Z[ recovery-image] Aug 12 22:26:11.524 INFO O| Aug 12 22:26:11.524 INFO O| Download: 4769/15831 items 43.0/173.2MB 24% complete (519k/s)
34312024-08-12T22:26:17.546Z[ host-image] Aug 12 22:26:15.608 INFO O| Aug 12 22:26:15.608 INFO O| Download: 8232/22727 items 63.4/196.4MB 32% complete (1.2M/s)
34322024-08-12T22:26:18.656Z[ recovery-image] Aug 12 22:26:16.718 INFO O| Aug 12 22:26:16.718 INFO O| Download: 5721/15831 items 46.0/173.2MB 26% complete (307k/s)
34332024-08-12T22:26:22.591Z[ host-image] Aug 12 22:26:20.651 INFO O| Aug 12 22:26:20.651 INFO O| Download: 9379/22727 items 81.4/196.4MB 41% complete (2.2M/s)
34342024-08-12T22:26:23.950Z[ recovery-image] Aug 12 22:26:22.010 INFO O| Aug 12 22:26:22.010 INFO O| Download: 6093/15831 items 56.3/173.2MB 32% complete (1.2M/s)
34352024-08-12T22:26:27.900Z[ host-image] Aug 12 22:26:25.956 INFO O| Aug 12 22:26:25.956 INFO O| Download: 10410/22727 items 88.0/196.4MB 44% complete (2.5M/s)
34362024-08-12T22:26:28.955Z[ recovery-image] Aug 12 22:26:27.012 INFO O| Aug 12 22:26:27.012 INFO O| Download: 6218/15831 items 62.2/173.2MB 35% complete (1.6M/s)
34372024-08-12T22:26:33.054Z[ host-image] Aug 12 22:26:31.106 INFO O| Aug 12 22:26:31.106 INFO O| Download: 11078/22727 items 92.0/196.4MB 46% complete (1.1M/s)
34382024-08-12T22:26:33.957Z[ recovery-image] Aug 12 22:26:32.012 INFO O| Aug 12 22:26:32.012 INFO O| Download: 7207/15831 items 73.2/173.2MB 42% complete (1.7M/s)
34392024-08-12T22:26:38.127Z[ host-image] Aug 12 22:26:36.182 INFO O| Aug 12 22:26:36.181 INFO O| Download: 11233/22727 items 94.1/196.4MB 47% complete (684k/s)
34402024-08-12T22:26:39.402Z[ recovery-image] Aug 12 22:26:37.456 INFO O| Aug 12 22:26:37.456 INFO O| Download: 7897/15831 items 76.9/173.2MB 44% complete (1.5M/s)
34412024-08-12T22:26:44.415Z[ recovery-image] Aug 12 22:26:42.466 INFO O| Aug 12 22:26:42.466 INFO O| Download: 8670/15831 items 82.2/173.2MB 47% complete (858k/s)
34422024-08-12T22:26:47.713Z[ host-image] Aug 12 22:26:45.762 INFO O| Aug 12 22:26:45.762 INFO O| Download: 12012/22727 items 100.4/196.4MB 51% complete (872k/s)
34432024-08-12T22:26:49.427Z[ recovery-image] Aug 12 22:26:47.477 INFO O| Aug 12 22:26:47.477 INFO O| Download: 9455/15831 items 92.9/173.2MB 53% complete (1.6M/s)
34442024-08-12T22:26:52.714Z[ host-image] Aug 12 22:26:50.762 INFO O| Aug 12 22:26:50.762 INFO O| Download: 12591/22727 items 109.6/196.4MB 55% complete (997k/s)
34452024-08-12T22:26:54.445Z[ recovery-image] Aug 12 22:26:52.492 INFO O| Aug 12 22:26:52.492 INFO O| Download: 10130/15831 items 93.2/173.2MB 53% complete (1.1M/s)
34462024-08-12T22:26:57.718Z[ host-image] Aug 12 22:26:55.765 INFO O| Aug 12 22:26:55.765 INFO O| Download: 13447/22727 items 110.0/196.4MB 55% complete (990k/s)
34472024-08-12T22:26:59.883Z[ recovery-image] Aug 12 22:26:57.928 INFO O| Aug 12 22:26:57.928 INFO O| Download: 11009/15831 items 94.7/173.2MB 54% complete (168k/s)
34482024-08-12T22:27:02.910Z[ host-image] Aug 12 22:27:00.954 INFO O| Aug 12 22:27:00.954 INFO O| Download: 14414/22727 items 111.6/196.4MB 56% complete (199k/s)
34492024-08-12T22:27:04.902Z[ recovery-image] Aug 12 22:27:02.946 INFO O| Aug 12 22:27:02.946 INFO O| Download: 11494/15831 items 110.0/173.2MB 63% complete (1.6M/s)
34502024-08-12T22:27:07.912Z[ host-image] Aug 12 22:27:05.954 INFO O| Aug 12 22:27:05.954 INFO O| Download: 14799/22727 items 117.1/196.4MB 59% complete (721k/s)
34512024-08-12T22:27:10.214Z[ recovery-image] Aug 12 22:27:08.255 INFO O| Aug 12 22:27:08.255 INFO O| Download: 11943/15831 items 133.8/173.2MB 77% complete (3.9M/s)
34522024-08-12T22:27:13.636Z[ host-image] Aug 12 22:27:11.676 INFO O| Aug 12 22:27:11.676 INFO O| Download: 15713/22727 items 125.9/196.4MB 64% complete (1.5M/s)
34532024-08-12T22:27:15.217Z[ recovery-image] Aug 12 22:27:13.256 INFO O| Aug 12 22:27:13.256 INFO O| Download: 13599/15831 items 143.9/173.2MB 83% complete (3.4M/s)
34542024-08-12T22:27:18.646Z[ host-image] Aug 12 22:27:16.684 INFO O| Aug 12 22:27:16.684 INFO O| Download: 16771/22727 items 140.6/196.4MB 71% complete (2.3M/s)
34552024-08-12T22:27:20.225Z[ recovery-image] Aug 12 22:27:18.262 INFO O| Aug 12 22:27:18.262 INFO O| Download: 14247/15831 items 146.3/173.2MB 84% complete (1.2M/s)
34562024-08-12T22:27:23.667Z[ host-image] Aug 12 22:27:21.703 INFO O| Aug 12 22:27:21.703 INFO O| Download: 17571/22727 items 147.8/196.4MB 75% complete (2.1M/s)
34572024-08-12T22:27:25.360Z[ recovery-image] Aug 12 22:27:23.395 INFO O| Aug 12 22:27:23.395 INFO O| Download: 14698/15831 items 148.6/173.2MB 85% complete (475k/s)
34582024-08-12T22:27:28.846Z[ host-image] Aug 12 22:27:26.880 INFO O| Aug 12 22:27:26.880 INFO O| Download: 18223/22727 items 160.6/196.4MB 81% complete (2.0M/s)
34592024-08-12T22:27:30.526Z[ recovery-image] Aug 12 22:27:28.559 INFO O| Aug 12 22:27:28.559 INFO O| Download: 15251/15831 items 157.9/173.2MB 91% complete (1.1M/s)
34602024-08-12T22:27:34.386Z[ host-image] Aug 12 22:27:32.418 INFO O| Aug 12 22:27:32.418 INFO O| Download: 18936/22727 items 163.6/196.4MB 83% complete (1.9M/s)
34612024-08-12T22:27:35.718Z[ recovery-image] Aug 12 22:27:33.749 INFO O| Aug 12 22:27:33.749 INFO O| Download: 15517/15831 items 165.8/173.2MB 95% complete (1.7M/s)
34622024-08-12T22:27:39.495Z[ host-image] Aug 12 22:27:37.525 INFO O| Aug 12 22:27:37.525 INFO O| Download: 19959/22727 items 167.2/196.4MB 85% complete (650k/s)
34632024-08-12T22:27:40.730Z[ recovery-image] Aug 12 22:27:38.760 INFO O| Aug 12 22:27:38.759 INFO O| Download: 15617/15831 items 166.9/173.2MB 96% complete (952k/s)
34642024-08-12T22:27:43.468Z[ recovery-image] Aug 12 22:27:41.496 INFO O| Aug 12 22:27:41.496 INFO O| Download: Completed 173.16 MB in 125.94 seconds (1.4M/s)
34652024-08-12T22:27:44.385Z[ recovery-image] Aug 12 22:27:42.413 INFO O| Aug 12 22:27:42.413 INFO O| Actions: 1/24964 actions (Installing new actions)
34662024-08-12T22:27:44.501Z[ host-image] Aug 12 22:27:42.528 INFO O| Aug 12 22:27:42.528 INFO O| Download: 20764/22727 items 170.9/196.4MB 87% complete (736k/s)
34672024-08-12T22:27:49.389Z[ recovery-image] Aug 12 22:27:47.415 INFO O| Aug 12 22:27:47.415 INFO O| Actions: 9846/24964 actions (Installing new actions)
34682024-08-12T22:27:49.539Z[ host-image] Aug 12 22:27:47.565 INFO O| Aug 12 22:27:47.565 INFO O| Download: 21536/22727 items 179.9/196.4MB 91% complete (1.3M/s)
34692024-08-12T22:27:54.405Z[ recovery-image] Aug 12 22:27:52.429 INFO O| Aug 12 22:27:52.429 INFO O| Actions: 17446/24964 actions (Installing new actions)
34702024-08-12T22:27:54.555Z[ host-image] Aug 12 22:27:52.578 INFO O| Aug 12 22:27:52.578 INFO O| Download: 22183/22727 items 194.2/196.4MB 98% complete (2.3M/s)
34712024-08-12T22:27:57.835Z[ host-image] Aug 12 22:27:55.857 INFO O| Aug 12 22:27:55.857 INFO O| Download: Completed 196.39 MB in 162.00 seconds (1.2M/s)
34722024-08-12T22:27:59.408Z[ recovery-image] Aug 12 22:27:57.430 INFO O| Aug 12 22:27:57.430 INFO O| Actions: 24490/24964 actions (Installing new actions)
34732024-08-12T22:27:59.674Z[ host-image] Aug 12 22:27:57.696 INFO O| Aug 12 22:27:57.696 INFO O| Actions: 1/49260 actions (Installing new actions)
34742024-08-12T22:28:02.169Z[ recovery-image] Aug 12 22:28:00.190 INFO O| Aug 12 22:28:00.190 INFO O| Actions: Completed 24964 actions in 17.77 seconds.
34752024-08-12T22:28:02.661Z[ recovery-image] Aug 12 22:28:00.681 INFO O| Aug 12 22:28:00.681 INFO O| Done
34762024-08-12T22:28:02.661Z[ recovery-image] Aug 12 22:28:00.682 INFO O| Aug 12 22:28:00.681 INFO O| Done
34772024-08-12T22:28:03.785Z[ recovery-image] Aug 12 22:28:01.805 INFO O| Aug 12 22:28:01.805 INFO O| Done
34782024-08-12T22:28:04.686Z[ host-image] Aug 12 22:28:02.705 INFO O| Aug 12 22:28:02.705 INFO O| Actions: 9507/49260 actions (Installing new actions)
34792024-08-12T22:28:05.638Z[ recovery-image] Aug 12 22:28:03.658 INFO O| Aug 12 22:28:03.658 INFO O| Done
34802024-08-12T22:28:05.667Z[ recovery-image] Aug 12 22:28:03.687 INFO O| Aug 12 22:28:03.687 INFO O| Done
34812024-08-12T22:28:09.692Z[ host-image] Aug 12 22:28:07.710 INFO O| Aug 12 22:28:07.710 INFO O| Actions: 14963/49260 actions (Installing new actions)
34822024-08-12T22:28:14.695Z[ host-image] Aug 12 22:28:12.711 INFO O| Aug 12 22:28:12.711 INFO O| Actions: 22474/49260 actions (Installing new actions)
34832024-08-12T22:28:15.705Z[ recovery-image] Aug 12 22:28:13.721 INFO O| Aug 12 22:28:13.720 INFO O| Done
34842024-08-12T22:28:16.463Z[ recovery-image] Aug 12 22:28:14.478 INFO O| Aug 12 22:28:14.478 INFO O| Done
34852024-08-12T22:28:16.899Z[ recovery-image] Aug 12 22:28:14.914 INFO O| Aug 12 22:28:14.914 INFO STEP 11 (pkg_install) COMPLETE
34862024-08-12T22:28:16.899Z[ recovery-image] Aug 12 22:28:14.914 INFO O| Aug 12 22:28:14.914 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34872024-08-12T22:28:16.902Z[ recovery-image] Aug 12 22:28:14.914 INFO O| Aug 12 22:28:14.914 INFO skip step because feature "recovery" is enabled
34882024-08-12T22:28:16.902Z[ recovery-image] Aug 12 22:28:14.914 INFO O| Aug 12 22:28:14.914 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34892024-08-12T22:28:16.902Z[ recovery-image] Aug 12 22:28:14.914 INFO O| Aug 12 22:28:14.914 INFO skip step because feature "omicron1" is not enabled
34902024-08-12T22:28:16.902Z[ recovery-image] Aug 12 22:28:14.914 INFO O| Aug 12 22:28:14.914 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34912024-08-12T22:28:16.924Z[ recovery-image] Aug 12 22:28:14.939 INFO O| Aug 12 22:28:14.938 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
34922024-08-12T22:28:18.806Z[ recovery-image] Aug 12 22:28:16.820 INFO O| Aug 12 22:28:16.820 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34932024-08-12T22:28:19.701Z[ host-image] Aug 12 22:28:17.715 INFO O| Aug 12 22:28:17.715 INFO O| Actions: 46712/49260 actions (Installing new actions)
34942024-08-12T22:28:21.526Z[ recovery-image] Aug 12 22:28:19.539 INFO O| Aug 12 22:28:19.539 INFO O| Planning: Solver setup ... Done
34952024-08-12T22:28:21.532Z[ recovery-image] Aug 12 22:28:19.545 INFO O| Aug 12 22:28:19.545 INFO O| Planning: Running solver ... Done
34962024-08-12T22:28:21.590Z[ recovery-image] Aug 12 22:28:19.603 INFO O| Aug 12 22:28:19.603 INFO O| Planning: Finding local manifests ... Done
34972024-08-12T22:28:21.592Z[ recovery-image] Aug 12 22:28:19.604 INFO O| Aug 12 22:28:19.604 INFO O| Planning: Fetching manifests: 0/1 0% complete
34982024-08-12T22:28:21.793Z[ recovery-image] Aug 12 22:28:19.806 INFO O| Aug 12 22:28:19.806 INFO O| Planning: Fetching manifests: 1/1 100% complete
34992024-08-12T22:28:21.827Z[ recovery-image] Aug 12 22:28:19.840 INFO O| Aug 12 22:28:19.840 INFO O| Planning: Package planning ... Done
35002024-08-12T22:28:21.830Z[ recovery-image] Aug 12 22:28:19.841 INFO O| Aug 12 22:28:19.841 INFO O| Planning: Merging actions ... Done
35012024-08-12T22:28:21.896Z[ recovery-image] Aug 12 22:28:19.909 INFO O| Aug 12 22:28:19.909 INFO O| Planning: Checking for conflicting actions ... Done
35022024-08-12T22:28:21.899Z[ recovery-image] Aug 12 22:28:19.910 INFO O| Aug 12 22:28:19.910 INFO O| Planning: Consolidating action changes ... Done
35032024-08-12T22:28:22.175Z[ recovery-image] Aug 12 22:28:20.187 INFO O| Aug 12 22:28:20.187 INFO O| Planning: Evaluating mediators ... Done
35042024-08-12T22:28:22.191Z[ recovery-image] Aug 12 22:28:20.188 INFO O| Aug 12 22:28:20.188 INFO O| Planning: Planning completed in 3.37 seconds
35052024-08-12T22:28:22.191Z[ recovery-image] Aug 12 22:28:20.190 INFO O| Aug 12 22:28:20.190 INFO O| Packages to install: 1
35062024-08-12T22:28:22.197Z[ recovery-image] Aug 12 22:28:20.210 INFO O| Aug 12 22:28:20.210 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35072024-08-12T22:28:23.152Z[ recovery-image] Aug 12 22:28:21.164 INFO O| Aug 12 22:28:21.164 INFO O| Download: Completed 20.86 MB in 0.95 seconds (21.9M/s)
35082024-08-12T22:28:23.254Z[ recovery-image] Aug 12 22:28:21.266 INFO O| Aug 12 22:28:21.266 INFO O| Actions: 1/22 actions (Installing new actions)
35092024-08-12T22:28:24.139Z[ recovery-image] Aug 12 22:28:22.151 INFO O| Aug 12 22:28:22.151 INFO O| Actions: Completed 22 actions in 0.89 seconds.
35102024-08-12T22:28:24.510Z[ recovery-image] Aug 12 22:28:22.522 INFO O| Aug 12 22:28:22.522 INFO O| Done
35112024-08-12T22:28:24.510Z[ recovery-image] Aug 12 22:28:22.522 INFO O| Aug 12 22:28:22.522 INFO O| Done
35122024-08-12T22:28:24.971Z[ host-image] Aug 12 22:28:22.722 INFO O| Aug 12 22:28:22.722 INFO O| Actions: 48852/49260 actions (Installing new actions)
35132024-08-12T22:28:25.427Z[ recovery-image] Aug 12 22:28:23.439 INFO O| Aug 12 22:28:23.439 INFO O| Done
35142024-08-12T22:28:25.580Z[ host-image] Aug 12 22:28:23.591 INFO O| Aug 12 22:28:23.591 INFO O| Actions: Completed 49260 actions in 25.88 seconds.
35152024-08-12T22:28:25.991Z[ host-image] Aug 12 22:28:24.001 INFO O| Aug 12 22:28:24.001 INFO O| Done
35162024-08-12T22:28:25.991Z[ host-image] Aug 12 22:28:24.001 INFO O| Aug 12 22:28:24.001 INFO O| Done
35172024-08-12T22:28:27.223Z[ host-image] Aug 12 22:28:25.195 INFO O| Aug 12 22:28:25.195 INFO O| Done
35182024-08-12T22:28:27.489Z[ recovery-image] Aug 12 22:28:25.499 INFO O| Aug 12 22:28:25.499 INFO O| Done
35192024-08-12T22:28:27.511Z[ recovery-image] Aug 12 22:28:25.522 INFO O| Aug 12 22:28:25.521 INFO O| Done
35202024-08-12T22:28:27.511Z[ recovery-image] Aug 12 22:28:25.522 INFO O| Aug 12 22:28:25.522 INFO O| Done
35212024-08-12T22:28:27.529Z[ recovery-image] Aug 12 22:28:25.539 INFO O| Aug 12 22:28:25.539 INFO O| Done
35222024-08-12T22:28:27.698Z[ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO STEP 14 (pkg_install) COMPLETE
35232024-08-12T22:28:27.698Z[ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35242024-08-12T22:28:27.701Z[ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO skip step because feature "mfg" is not enabled
35252024-08-12T22:28:27.701Z[ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35262024-08-12T22:28:27.701Z[ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO skip step because feature "compliance" is not enabled
35272024-08-12T22:28:27.701Z[ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35282024-08-12T22:28:27.702Z[ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO skip step because feature "stress" is not enabled
35292024-08-12T22:28:27.702Z[ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35302024-08-12T22:28:27.702Z[ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO skip step because feature "nfs" is not enabled
35312024-08-12T22:28:27.702Z[ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35322024-08-12T22:28:27.702Z[ recovery-image] Aug 12 22:28:25.709 INFO O| Aug 12 22:28:25.709 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35332024-08-12T22:28:27.983Z[ recovery-image] Aug 12 22:28:25.992 INFO O| Aug 12 22:28:25.992 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35342024-08-12T22:28:28.222Z[ recovery-image] Aug 12 22:28:26.232 INFO O| Aug 12 22:28:26.232 INFO completed processing gimlet/ramdisk-01-os
35352024-08-12T22:28:28.225Z[ recovery-image] Aug 12 22:28:26.235 INFO image builder template: ramdisk-02-trim...
35362024-08-12T22:28:28.225Z[ recovery-image] Aug 12 22:28:26.235 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/.tmpqrCA2Y/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.277", "-n", "ramdisk-02-trim"], pwd: None
35372024-08-12T22:28:28.270Z[ recovery-image] Aug 12 22:28:26.280 INFO O| Aug 12 22:28:26.280 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35382024-08-12T22:28:28.298Z[ recovery-image] Aug 12 22:28:26.308 INFO O| Aug 12 22:28:26.308 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35392024-08-12T22:28:28.473Z[ recovery-image] Aug 12 22:28:26.483 INFO O| Aug 12 22:28:26.483 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
35402024-08-12T22:28:28.621Z[ recovery-image] Aug 12 22:28:26.632 INFO O| Aug 12 22:28:26.631 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35412024-08-12T22:28:28.624Z[ recovery-image] Aug 12 22:28:26.632 INFO O| Aug 12 22:28:26.632 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35422024-08-12T22:28:28.634Z[ recovery-image] Aug 12 22:28:26.644 INFO O| Aug 12 22:28:26.644 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
35432024-08-12T22:28:28.642Z[ recovery-image] Aug 12 22:28:26.652 INFO O| Aug 12 22:28:26.652 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35442024-08-12T22:28:28.653Z[ recovery-image] Aug 12 22:28:26.662 INFO O| Aug 12 22:28:26.662 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35452024-08-12T22:28:29.066Z[ recovery-image] Aug 12 22:28:27.076 INFO O| Aug 12 22:28:27.075 INFO rolled back to input snapshot; work may begin
35462024-08-12T22:28:29.066Z[ recovery-image] Aug 12 22:28:27.076 INFO O| Aug 12 22:28:27.076 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35472024-08-12T22:28:29.074Z[ recovery-image] Aug 12 22:28:27.084 INFO O| Aug 12 22:28:27.084 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35482024-08-12T22:28:29.091Z[ recovery-image] Aug 12 22:28:27.102 INFO O| Aug 12 22:28:27.102 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
35492024-08-12T22:28:29.172Z[ recovery-image] Aug 12 22:28:27.182 INFO O| Aug 12 22:28:27.182 INFO STEP 0 (remove_files) COMPLETE
35502024-08-12T22:28:29.172Z[ recovery-image] Aug 12 22:28:27.182 INFO O| Aug 12 22:28:27.182 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35512024-08-12T22:28:29.244Z[ recovery-image] Aug 12 22:28:27.254 INFO O| Aug 12 22:28:27.254 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
35522024-08-12T22:28:29.247Z[ recovery-image] Aug 12 22:28:27.257 INFO O| Aug 12 22:28:27.257 INFO STEP 1 (remove_files) COMPLETE
35532024-08-12T22:28:29.250Z[ recovery-image] Aug 12 22:28:27.257 INFO O| Aug 12 22:28:27.257 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35542024-08-12T22:28:29.306Z[ recovery-image] Aug 12 22:28:27.316 INFO O| Aug 12 22:28:27.316 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
35552024-08-12T22:28:29.329Z[ recovery-image] Aug 12 22:28:27.337 INFO O| Aug 12 22:28:27.337 INFO STEP 2 (remove_files) COMPLETE
35562024-08-12T22:28:29.329Z[ recovery-image] Aug 12 22:28:27.337 INFO O| Aug 12 22:28:27.337 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35572024-08-12T22:28:29.362Z[ recovery-image] Aug 12 22:28:27.372 INFO O| Aug 12 22:28:27.371 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
35582024-08-12T22:28:29.364Z[ recovery-image] Aug 12 22:28:27.375 INFO O| Aug 12 22:28:27.374 INFO STEP 3 (remove_files) COMPLETE
35592024-08-12T22:28:29.364Z[ recovery-image] Aug 12 22:28:27.375 INFO O| Aug 12 22:28:27.375 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35602024-08-12T22:28:29.400Z[ recovery-image] Aug 12 22:28:27.410 INFO O| Aug 12 22:28:27.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
35612024-08-12T22:28:29.406Z[ recovery-image] Aug 12 22:28:27.416 INFO O| Aug 12 22:28:27.416 INFO STEP 4 (remove_files) COMPLETE
35622024-08-12T22:28:29.406Z[ recovery-image] Aug 12 22:28:27.416 INFO O| Aug 12 22:28:27.416 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35632024-08-12T22:28:29.439Z[ recovery-image] Aug 12 22:28:27.449 INFO O| Aug 12 22:28:27.449 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
35642024-08-12T22:28:29.442Z[ recovery-image] Aug 12 22:28:27.450 INFO O| Aug 12 22:28:27.450 INFO STEP 5 (remove_files) COMPLETE
35652024-08-12T22:28:29.442Z[ recovery-image] Aug 12 22:28:27.450 INFO O| Aug 12 22:28:27.450 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35662024-08-12T22:28:29.462Z[ recovery-image] Aug 12 22:28:27.472 INFO O| Aug 12 22:28:27.472 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
35672024-08-12T22:28:29.480Z[ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.489 INFO STEP 6 (remove_files) COMPLETE
35682024-08-12T22:28:29.480Z[ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35692024-08-12T22:28:29.480Z[ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO skip step because feature "recovery" is enabled
35702024-08-12T22:28:29.483Z[ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35712024-08-12T22:28:29.483Z[ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO skip step because feature "recovery" is enabled
35722024-08-12T22:28:29.483Z[ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35732024-08-12T22:28:29.483Z[ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO skip step because feature "recovery" is enabled
35742024-08-12T22:28:29.483Z[ recovery-image] Aug 12 22:28:27.490 INFO O| Aug 12 22:28:27.490 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35752024-08-12T22:28:29.504Z[ recovery-image] Aug 12 22:28:27.513 INFO O| Aug 12 22:28:27.513 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
35762024-08-12T22:28:29.510Z[ recovery-image] Aug 12 22:28:27.519 INFO O| Aug 12 22:28:27.519 INFO STEP 10 (remove_files) COMPLETE
35772024-08-12T22:28:29.510Z[ recovery-image] Aug 12 22:28:27.519 INFO O| Aug 12 22:28:27.519 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35782024-08-12T22:28:29.534Z[ recovery-image] Aug 12 22:28:27.543 INFO O| Aug 12 22:28:27.543 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
35792024-08-12T22:28:29.536Z[ recovery-image] Aug 12 22:28:27.545 INFO O| Aug 12 22:28:27.545 INFO STEP 11 (remove_files) COMPLETE
35802024-08-12T22:28:29.536Z[ recovery-image] Aug 12 22:28:27.545 INFO O| Aug 12 22:28:27.545 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35812024-08-12T22:28:29.571Z[ recovery-image] Aug 12 22:28:27.581 INFO O| Aug 12 22:28:27.581 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
35822024-08-12T22:28:29.574Z[ recovery-image] Aug 12 22:28:27.584 INFO O| Aug 12 22:28:27.583 INFO STEP 12 (remove_files) COMPLETE
35832024-08-12T22:28:29.574Z[ recovery-image] Aug 12 22:28:27.584 INFO O| Aug 12 22:28:27.583 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35842024-08-12T22:28:29.684Z[ recovery-image] Aug 12 22:28:27.694 INFO O| Aug 12 22:28:27.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
35852024-08-12T22:28:29.774Z[ recovery-image] Aug 12 22:28:27.784 INFO O| Aug 12 22:28:27.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
35862024-08-12T22:28:29.813Z[ recovery-image] Aug 12 22:28:27.823 INFO O| Aug 12 22:28:27.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
35872024-08-12T22:28:29.817Z[ recovery-image] Aug 12 22:28:27.823 INFO O| Aug 12 22:28:27.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
35882024-08-12T22:28:29.828Z[ recovery-image] Aug 12 22:28:27.838 INFO O| Aug 12 22:28:27.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
35892024-08-12T22:28:29.891Z[ host-image] Aug 12 22:28:27.901 INFO O| Aug 12 22:28:27.901 INFO O| Done
35902024-08-12T22:28:29.965Z[ host-image] Aug 12 22:28:27.975 INFO O| Aug 12 22:28:27.974 INFO O| Done
35912024-08-12T22:28:30.128Z[ recovery-image] Aug 12 22:28:28.137 INFO O| Aug 12 22:28:28.137 INFO STEP 13 (remove_files) COMPLETE
35922024-08-12T22:28:30.128Z[ recovery-image] Aug 12 22:28:28.137 INFO O| Aug 12 22:28:28.137 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35932024-08-12T22:28:30.150Z[ recovery-image] Aug 12 22:28:28.160 INFO O| Aug 12 22:28:28.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
35942024-08-12T22:28:30.153Z[ recovery-image] Aug 12 22:28:28.162 INFO O| Aug 12 22:28:28.162 INFO STEP 14 (remove_files) COMPLETE
35952024-08-12T22:28:30.153Z[ recovery-image] Aug 12 22:28:28.162 INFO O| Aug 12 22:28:28.162 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35962024-08-12T22:28:30.176Z[ recovery-image] Aug 12 22:28:28.186 INFO O| Aug 12 22:28:28.186 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
35972024-08-12T22:28:30.185Z[ recovery-image] Aug 12 22:28:28.195 INFO O| Aug 12 22:28:28.195 INFO STEP 15 (remove_files) COMPLETE
35982024-08-12T22:28:30.185Z[ recovery-image] Aug 12 22:28:28.195 INFO O| Aug 12 22:28:28.195 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35992024-08-12T22:28:30.208Z[ recovery-image] Aug 12 22:28:28.218 INFO O| Aug 12 22:28:28.218 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36002024-08-12T22:28:30.211Z[ recovery-image] Aug 12 22:28:28.218 INFO O| Aug 12 22:28:28.218 INFO STEP 16 (remove_files) COMPLETE
36012024-08-12T22:28:30.211Z[ recovery-image] Aug 12 22:28:28.218 INFO O| Aug 12 22:28:28.218 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36022024-08-12T22:28:30.232Z[ recovery-image] Aug 12 22:28:28.241 INFO O| Aug 12 22:28:28.241 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36032024-08-12T22:28:30.234Z[ recovery-image] Aug 12 22:28:28.243 INFO O| Aug 12 22:28:28.243 INFO STEP 17 (remove_files) COMPLETE
36042024-08-12T22:28:30.234Z[ recovery-image] Aug 12 22:28:28.243 INFO O| Aug 12 22:28:28.243 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36052024-08-12T22:28:30.254Z[ recovery-image] Aug 12 22:28:28.264 INFO O| Aug 12 22:28:28.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36062024-08-12T22:28:30.257Z[ recovery-image] Aug 12 22:28:28.264 INFO O| Aug 12 22:28:28.264 INFO STEP 18 (remove_files) COMPLETE
36072024-08-12T22:28:30.257Z[ recovery-image] Aug 12 22:28:28.264 INFO O| Aug 12 22:28:28.264 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36082024-08-12T22:28:30.286Z[ recovery-image] Aug 12 22:28:28.295 INFO O| Aug 12 22:28:28.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36092024-08-12T22:28:30.286Z[ recovery-image] Aug 12 22:28:28.295 INFO O| Aug 12 22:28:28.295 INFO STEP 19 (remove_files) COMPLETE
36102024-08-12T22:28:30.289Z[ recovery-image] Aug 12 22:28:28.295 INFO O| Aug 12 22:28:28.295 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36112024-08-12T22:28:30.309Z[ recovery-image] Aug 12 22:28:28.318 INFO O| Aug 12 22:28:28.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36122024-08-12T22:28:30.309Z[ recovery-image] Aug 12 22:28:28.319 INFO O| Aug 12 22:28:28.318 INFO STEP 20 (remove_files) COMPLETE
36132024-08-12T22:28:30.312Z[ recovery-image] Aug 12 22:28:28.319 INFO O| Aug 12 22:28:28.318 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36142024-08-12T22:28:30.348Z[ recovery-image] Aug 12 22:28:28.357 INFO O| Aug 12 22:28:28.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36152024-08-12T22:28:30.348Z[ recovery-image] Aug 12 22:28:28.357 INFO O| Aug 12 22:28:28.357 INFO STEP 21 (remove_files) COMPLETE
36162024-08-12T22:28:30.348Z[ recovery-image] Aug 12 22:28:28.357 INFO O| Aug 12 22:28:28.357 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36172024-08-12T22:28:30.373Z[ recovery-image] Aug 12 22:28:28.382 INFO O| Aug 12 22:28:28.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36182024-08-12T22:28:30.373Z[ recovery-image] Aug 12 22:28:28.382 INFO O| Aug 12 22:28:28.382 INFO STEP 22 (remove_files) COMPLETE
36192024-08-12T22:28:30.373Z[ recovery-image] Aug 12 22:28:28.382 INFO O| Aug 12 22:28:28.382 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36202024-08-12T22:28:30.404Z[ recovery-image] Aug 12 22:28:28.413 INFO O| Aug 12 22:28:28.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36212024-08-12T22:28:30.404Z[ recovery-image] Aug 12 22:28:28.413 INFO O| Aug 12 22:28:28.413 INFO STEP 23 (remove_files) COMPLETE
36222024-08-12T22:28:30.404Z[ recovery-image] Aug 12 22:28:28.413 INFO O| Aug 12 22:28:28.413 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36232024-08-12T22:28:30.427Z[ recovery-image] Aug 12 22:28:28.436 INFO O| Aug 12 22:28:28.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36242024-08-12T22:28:30.427Z[ recovery-image] Aug 12 22:28:28.436 INFO O| Aug 12 22:28:28.436 INFO STEP 24 (remove_files) COMPLETE
36252024-08-12T22:28:30.430Z[ recovery-image] Aug 12 22:28:28.436 INFO O| Aug 12 22:28:28.436 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36262024-08-12T22:28:30.460Z[ recovery-image] Aug 12 22:28:28.469 INFO O| Aug 12 22:28:28.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36272024-08-12T22:28:30.460Z[ recovery-image] Aug 12 22:28:28.470 INFO O| Aug 12 22:28:28.469 INFO STEP 25 (remove_files) COMPLETE
36282024-08-12T22:28:30.463Z[ recovery-image] Aug 12 22:28:28.470 INFO O| Aug 12 22:28:28.469 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36292024-08-12T22:28:30.481Z[ recovery-image] Aug 12 22:28:28.490 INFO O| Aug 12 22:28:28.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36302024-08-12T22:28:30.481Z[ recovery-image] Aug 12 22:28:28.490 INFO O| Aug 12 22:28:28.490 INFO STEP 26 (remove_files) COMPLETE
36312024-08-12T22:28:30.484Z[ recovery-image] Aug 12 22:28:28.490 INFO O| Aug 12 22:28:28.490 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36322024-08-12T22:28:30.539Z[ recovery-image] Aug 12 22:28:28.548 INFO O| Aug 12 22:28:28.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36332024-08-12T22:28:30.539Z[ recovery-image] Aug 12 22:28:28.548 INFO O| Aug 12 22:28:28.548 INFO STEP 27 (remove_files) COMPLETE
36342024-08-12T22:28:30.542Z[ recovery-image] Aug 12 22:28:28.548 INFO O| Aug 12 22:28:28.548 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36352024-08-12T22:28:30.557Z[ recovery-image] Aug 12 22:28:28.567 INFO O| Aug 12 22:28:28.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36362024-08-12T22:28:30.557Z[ recovery-image] Aug 12 22:28:28.567 INFO O| Aug 12 22:28:28.567 INFO STEP 28 (remove_files) COMPLETE
36372024-08-12T22:28:30.560Z[ recovery-image] Aug 12 22:28:28.567 INFO O| Aug 12 22:28:28.567 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36382024-08-12T22:28:30.612Z[ recovery-image] Aug 12 22:28:28.622 INFO O| Aug 12 22:28:28.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
36392024-08-12T22:28:30.612Z[ recovery-image] Aug 12 22:28:28.622 INFO O| Aug 12 22:28:28.622 INFO STEP 29 (remove_files) COMPLETE
36402024-08-12T22:28:30.612Z[ recovery-image] Aug 12 22:28:28.622 INFO O| Aug 12 22:28:28.622 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36412024-08-12T22:28:30.632Z[ recovery-image] Aug 12 22:28:28.641 INFO O| Aug 12 22:28:28.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
36422024-08-12T22:28:30.632Z[ recovery-image] Aug 12 22:28:28.642 INFO O| Aug 12 22:28:28.642 INFO STEP 30 (remove_files) COMPLETE
36432024-08-12T22:28:30.632Z[ recovery-image] Aug 12 22:28:28.642 INFO O| Aug 12 22:28:28.642 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36442024-08-12T22:28:30.649Z[ recovery-image] Aug 12 22:28:28.659 INFO O| Aug 12 22:28:28.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
36452024-08-12T22:28:30.649Z[ recovery-image] Aug 12 22:28:28.659 INFO O| Aug 12 22:28:28.659 INFO STEP 31 (remove_files) COMPLETE
36462024-08-12T22:28:30.649Z[ recovery-image] Aug 12 22:28:28.659 INFO O| Aug 12 22:28:28.659 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36472024-08-12T22:28:30.666Z[ recovery-image] Aug 12 22:28:28.675 INFO O| Aug 12 22:28:28.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
36482024-08-12T22:28:30.666Z[ recovery-image] Aug 12 22:28:28.675 INFO O| Aug 12 22:28:28.675 INFO STEP 32 (remove_files) COMPLETE
36492024-08-12T22:28:30.668Z[ recovery-image] Aug 12 22:28:28.675 INFO O| Aug 12 22:28:28.675 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36502024-08-12T22:28:30.718Z[ recovery-image] Aug 12 22:28:28.727 INFO O| Aug 12 22:28:28.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
36512024-08-12T22:28:30.718Z[ recovery-image] Aug 12 22:28:28.727 INFO O| Aug 12 22:28:28.727 INFO STEP 33 (remove_files) COMPLETE
36522024-08-12T22:28:30.718Z[ recovery-image] Aug 12 22:28:28.727 INFO O| Aug 12 22:28:28.727 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36532024-08-12T22:28:30.736Z[ recovery-image] Aug 12 22:28:28.745 INFO O| Aug 12 22:28:28.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
36542024-08-12T22:28:30.736Z[ recovery-image] Aug 12 22:28:28.745 INFO O| Aug 12 22:28:28.745 INFO STEP 34 (remove_files) COMPLETE
36552024-08-12T22:28:30.736Z[ recovery-image] Aug 12 22:28:28.745 INFO O| Aug 12 22:28:28.745 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36562024-08-12T22:28:30.775Z[ recovery-image] Aug 12 22:28:28.784 INFO O| Aug 12 22:28:28.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
36572024-08-12T22:28:30.775Z[ recovery-image] Aug 12 22:28:28.784 INFO O| Aug 12 22:28:28.784 INFO STEP 35 (remove_files) COMPLETE
36582024-08-12T22:28:30.777Z[ recovery-image] Aug 12 22:28:28.784 INFO O| Aug 12 22:28:28.784 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36592024-08-12T22:28:30.805Z[ recovery-image] Aug 12 22:28:28.814 INFO O| Aug 12 22:28:28.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
36602024-08-12T22:28:30.805Z[ recovery-image] Aug 12 22:28:28.814 INFO O| Aug 12 22:28:28.814 INFO STEP 36 (remove_files) COMPLETE
36612024-08-12T22:28:30.805Z[ recovery-image] Aug 12 22:28:28.814 INFO O| Aug 12 22:28:28.814 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36622024-08-12T22:28:30.825Z[ recovery-image] Aug 12 22:28:28.834 INFO O| Aug 12 22:28:28.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
36632024-08-12T22:28:30.825Z[ recovery-image] Aug 12 22:28:28.834 INFO O| Aug 12 22:28:28.834 INFO STEP 37 (remove_files) COMPLETE
36642024-08-12T22:28:30.828Z[ recovery-image] Aug 12 22:28:28.834 INFO O| Aug 12 22:28:28.834 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36652024-08-12T22:28:30.858Z[ recovery-image] Aug 12 22:28:28.866 INFO O| Aug 12 22:28:28.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
36662024-08-12T22:28:30.858Z[ recovery-image] Aug 12 22:28:28.866 INFO O| Aug 12 22:28:28.866 INFO STEP 38 (remove_files) COMPLETE
36672024-08-12T22:28:30.861Z[ recovery-image] Aug 12 22:28:28.866 INFO O| Aug 12 22:28:28.866 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36682024-08-12T22:28:30.874Z[ recovery-image] Aug 12 22:28:28.884 INFO O| Aug 12 22:28:28.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
36692024-08-12T22:28:30.874Z[ recovery-image] Aug 12 22:28:28.884 INFO O| Aug 12 22:28:28.884 INFO STEP 39 (remove_files) COMPLETE
36702024-08-12T22:28:30.877Z[ recovery-image] Aug 12 22:28:28.884 INFO O| Aug 12 22:28:28.884 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36712024-08-12T22:28:30.893Z[ recovery-image] Aug 12 22:28:28.903 INFO O| Aug 12 22:28:28.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
36722024-08-12T22:28:30.893Z[ recovery-image] Aug 12 22:28:28.903 INFO O| Aug 12 22:28:28.903 INFO STEP 40 (remove_files) COMPLETE
36732024-08-12T22:28:30.896Z[ recovery-image] Aug 12 22:28:28.903 INFO O| Aug 12 22:28:28.903 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36742024-08-12T22:28:30.911Z[ recovery-image] Aug 12 22:28:28.920 INFO O| Aug 12 22:28:28.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
36752024-08-12T22:28:30.911Z[ recovery-image] Aug 12 22:28:28.920 INFO O| Aug 12 22:28:28.920 INFO STEP 41 (remove_files) COMPLETE
36762024-08-12T22:28:30.911Z[ recovery-image] Aug 12 22:28:28.920 INFO O| Aug 12 22:28:28.920 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36772024-08-12T22:28:30.929Z[ recovery-image] Aug 12 22:28:28.938 INFO O| Aug 12 22:28:28.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
36782024-08-12T22:28:30.929Z[ recovery-image] Aug 12 22:28:28.938 INFO O| Aug 12 22:28:28.938 INFO STEP 42 (remove_files) COMPLETE
36792024-08-12T22:28:30.929Z[ recovery-image] Aug 12 22:28:28.938 INFO O| Aug 12 22:28:28.938 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36802024-08-12T22:28:30.948Z[ recovery-image] Aug 12 22:28:28.957 INFO O| Aug 12 22:28:28.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
36812024-08-12T22:28:30.948Z[ recovery-image] Aug 12 22:28:28.957 INFO O| Aug 12 22:28:28.957 INFO STEP 43 (remove_files) COMPLETE
36822024-08-12T22:28:30.948Z[ recovery-image] Aug 12 22:28:28.957 INFO O| Aug 12 22:28:28.957 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36832024-08-12T22:28:30.966Z[ recovery-image] Aug 12 22:28:28.974 INFO O| Aug 12 22:28:28.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
36842024-08-12T22:28:30.966Z[ recovery-image] Aug 12 22:28:28.974 INFO O| Aug 12 22:28:28.974 INFO STEP 44 (remove_files) COMPLETE
36852024-08-12T22:28:30.966Z[ recovery-image] Aug 12 22:28:28.974 INFO O| Aug 12 22:28:28.974 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36862024-08-12T22:28:30.985Z[ recovery-image] Aug 12 22:28:28.993 INFO O| Aug 12 22:28:28.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
36872024-08-12T22:28:30.988Z[ recovery-image] Aug 12 22:28:28.993 INFO O| Aug 12 22:28:28.993 INFO STEP 45 (remove_files) COMPLETE
36882024-08-12T22:28:30.988Z[ recovery-image] Aug 12 22:28:28.994 INFO O| Aug 12 22:28:28.994 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36892024-08-12T22:28:31.008Z[ recovery-image] Aug 12 22:28:29.017 INFO O| Aug 12 22:28:29.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
36902024-08-12T22:28:31.011Z[ recovery-image] Aug 12 22:28:29.017 INFO O| Aug 12 22:28:29.017 INFO STEP 46 (remove_files) COMPLETE
36912024-08-12T22:28:31.011Z[ recovery-image] Aug 12 22:28:29.017 INFO O| Aug 12 22:28:29.017 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36922024-08-12T22:28:31.027Z[ recovery-image] Aug 12 22:28:29.036 INFO O| Aug 12 22:28:29.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
36932024-08-12T22:28:31.031Z[ recovery-image] Aug 12 22:28:29.037 INFO O| Aug 12 22:28:29.037 INFO STEP 47 (remove_files) COMPLETE
36942024-08-12T22:28:31.031Z[ recovery-image] Aug 12 22:28:29.037 INFO O| Aug 12 22:28:29.037 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36952024-08-12T22:28:31.069Z[ recovery-image] Aug 12 22:28:29.078 INFO O| Aug 12 22:28:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
36962024-08-12T22:28:31.069Z[ recovery-image] Aug 12 22:28:29.078 INFO O| Aug 12 22:28:29.078 INFO STEP 48 (remove_files) COMPLETE
36972024-08-12T22:28:31.072Z[ recovery-image] Aug 12 22:28:29.078 INFO O| Aug 12 22:28:29.078 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36982024-08-12T22:28:31.125Z[ recovery-image] Aug 12 22:28:29.134 INFO O| Aug 12 22:28:29.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
36992024-08-12T22:28:31.125Z[ recovery-image] Aug 12 22:28:29.134 INFO O| Aug 12 22:28:29.134 INFO STEP 49 (remove_files) COMPLETE
37002024-08-12T22:28:31.128Z[ recovery-image] Aug 12 22:28:29.134 INFO O| Aug 12 22:28:29.134 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37012024-08-12T22:28:31.143Z[ recovery-image] Aug 12 22:28:29.153 INFO O| Aug 12 22:28:29.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37022024-08-12T22:28:31.143Z[ recovery-image] Aug 12 22:28:29.153 INFO O| Aug 12 22:28:29.153 INFO STEP 50 (remove_files) COMPLETE
37032024-08-12T22:28:31.144Z[ recovery-image] Aug 12 22:28:29.153 INFO O| Aug 12 22:28:29.153 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37042024-08-12T22:28:31.180Z[ recovery-image] Aug 12 22:28:29.189 INFO O| Aug 12 22:28:29.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37052024-08-12T22:28:31.180Z[ recovery-image] Aug 12 22:28:29.189 INFO O| Aug 12 22:28:29.189 INFO STEP 51 (remove_files) COMPLETE
37062024-08-12T22:28:31.180Z[ recovery-image] Aug 12 22:28:29.189 INFO O| Aug 12 22:28:29.189 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37072024-08-12T22:28:31.209Z[ recovery-image] Aug 12 22:28:29.218 INFO O| Aug 12 22:28:29.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37082024-08-12T22:28:31.209Z[ recovery-image] Aug 12 22:28:29.218 INFO O| Aug 12 22:28:29.218 INFO STEP 52 (remove_files) COMPLETE
37092024-08-12T22:28:31.209Z[ recovery-image] Aug 12 22:28:29.218 INFO O| Aug 12 22:28:29.218 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37102024-08-12T22:28:31.231Z[ recovery-image] Aug 12 22:28:29.239 INFO O| Aug 12 22:28:29.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37112024-08-12T22:28:31.231Z[ recovery-image] Aug 12 22:28:29.240 INFO O| Aug 12 22:28:29.240 INFO STEP 53 (remove_files) COMPLETE
37122024-08-12T22:28:31.232Z[ recovery-image] Aug 12 22:28:29.240 INFO O| Aug 12 22:28:29.240 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37132024-08-12T22:28:31.251Z[ recovery-image] Aug 12 22:28:29.260 INFO O| Aug 12 22:28:29.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37142024-08-12T22:28:31.251Z[ recovery-image] Aug 12 22:28:29.260 INFO O| Aug 12 22:28:29.260 INFO STEP 54 (remove_files) COMPLETE
37152024-08-12T22:28:31.251Z[ recovery-image] Aug 12 22:28:29.260 INFO O| Aug 12 22:28:29.260 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37162024-08-12T22:28:31.271Z[ recovery-image] Aug 12 22:28:29.280 INFO O| Aug 12 22:28:29.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37172024-08-12T22:28:31.271Z[ recovery-image] Aug 12 22:28:29.281 INFO O| Aug 12 22:28:29.281 INFO STEP 55 (remove_files) COMPLETE
37182024-08-12T22:28:31.275Z[ recovery-image] Aug 12 22:28:29.281 INFO O| Aug 12 22:28:29.281 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37192024-08-12T22:28:31.313Z[ recovery-image] Aug 12 22:28:29.322 INFO O| Aug 12 22:28:29.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37202024-08-12T22:28:31.313Z[ recovery-image] Aug 12 22:28:29.322 INFO O| Aug 12 22:28:29.322 INFO STEP 56 (remove_files) COMPLETE
37212024-08-12T22:28:31.316Z[ recovery-image] Aug 12 22:28:29.322 INFO O| Aug 12 22:28:29.322 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37222024-08-12T22:28:31.360Z[ recovery-image] Aug 12 22:28:29.369 INFO O| Aug 12 22:28:29.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37232024-08-12T22:28:31.360Z[ recovery-image] Aug 12 22:28:29.369 INFO O| Aug 12 22:28:29.369 INFO STEP 57 (remove_files) COMPLETE
37242024-08-12T22:28:31.360Z[ recovery-image] Aug 12 22:28:29.370 INFO O| Aug 12 22:28:29.369 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37252024-08-12T22:28:31.382Z[ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37262024-08-12T22:28:31.382Z[ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37272024-08-12T22:28:31.385Z[ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37282024-08-12T22:28:31.386Z[ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37292024-08-12T22:28:31.386Z[ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37302024-08-12T22:28:31.386Z[ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37312024-08-12T22:28:31.386Z[ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO ok!
37322024-08-12T22:28:31.386Z[ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO STEP 58 (ensure_file) COMPLETE
37332024-08-12T22:28:31.386Z[ recovery-image] Aug 12 22:28:29.391 INFO O| Aug 12 22:28:29.391 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37342024-08-12T22:28:31.422Z[ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37352024-08-12T22:28:31.422Z[ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37362024-08-12T22:28:31.424Z[ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37372024-08-12T22:28:31.424Z[ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37382024-08-12T22:28:31.424Z[ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37392024-08-12T22:28:31.424Z[ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37402024-08-12T22:28:31.424Z[ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO ok!
37412024-08-12T22:28:31.425Z[ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO STEP 59 (ensure_file) COMPLETE
37422024-08-12T22:28:31.425Z[ recovery-image] Aug 12 22:28:29.431 INFO O| Aug 12 22:28:29.431 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37432024-08-12T22:28:31.463Z[ recovery-image] Aug 12 22:28:29.472 INFO O| Aug 12 22:28:29.472 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
37442024-08-12T22:28:31.463Z[ recovery-image] Aug 12 22:28:29.472 INFO O| Aug 12 22:28:29.472 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
37452024-08-12T22:28:31.466Z[ recovery-image] Aug 12 22:28:29.473 INFO O| Aug 12 22:28:29.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
37462024-08-12T22:28:31.466Z[ recovery-image] Aug 12 22:28:29.473 INFO O| Aug 12 22:28:29.473 INFO ok!
37472024-08-12T22:28:31.466Z[ recovery-image] Aug 12 22:28:29.473 INFO O| Aug 12 22:28:29.473 INFO STEP 60 (ensure_file) COMPLETE
37482024-08-12T22:28:31.466Z[ recovery-image] Aug 12 22:28:29.473 INFO O| Aug 12 22:28:29.473 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37492024-08-12T22:28:31.556Z[ recovery-image] Aug 12 22:28:29.565 INFO O| Aug 12 22:28:29.564 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
37502024-08-12T22:28:31.556Z[ recovery-image] Aug 12 22:28:29.565 INFO O| Aug 12 22:28:29.565 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
37512024-08-12T22:28:31.560Z[ recovery-image] Aug 12 22:28:29.565 INFO O| Aug 12 22:28:29.565 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
37522024-08-12T22:28:31.560Z[ recovery-image] Aug 12 22:28:29.565 INFO O| Aug 12 22:28:29.565 INFO ok!
37532024-08-12T22:28:31.560Z[ recovery-image] Aug 12 22:28:29.565 INFO O| Aug 12 22:28:29.565 INFO STEP 61 (ensure_file) COMPLETE
37542024-08-12T22:28:31.560Z[ recovery-image] Aug 12 22:28:29.565 INFO O| Aug 12 22:28:29.565 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37552024-08-12T22:28:31.601Z[ recovery-image] Aug 12 22:28:29.610 INFO O| Aug 12 22:28:29.610 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
37562024-08-12T22:28:31.601Z[ recovery-image] Aug 12 22:28:29.610 INFO O| Aug 12 22:28:29.610 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
37572024-08-12T22:28:31.605Z[ recovery-image] Aug 12 22:28:29.611 INFO O| Aug 12 22:28:29.610 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37582024-08-12T22:28:31.605Z[ recovery-image] Aug 12 22:28:29.611 INFO O| Aug 12 22:28:29.611 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37592024-08-12T22:28:31.605Z[ recovery-image] Aug 12 22:28:29.611 INFO O| Aug 12 22:28:29.611 INFO ok!
37602024-08-12T22:28:31.605Z[ recovery-image] Aug 12 22:28:29.611 INFO O| Aug 12 22:28:29.611 INFO STEP 62 (ensure_file) COMPLETE
37612024-08-12T22:28:31.605Z[ recovery-image] Aug 12 22:28:29.611 INFO O| Aug 12 22:28:29.611 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-08-12T22:28:31.638Z[ recovery-image] Aug 12 22:28:29.647 INFO O| Aug 12 22:28:29.647 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
37632024-08-12T22:28:31.639Z[ recovery-image] Aug 12 22:28:29.648 INFO O| Aug 12 22:28:29.647 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
37642024-08-12T22:28:31.641Z[ recovery-image] Aug 12 22:28:29.648 INFO O| Aug 12 22:28:29.648 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37652024-08-12T22:28:31.642Z[ recovery-image] Aug 12 22:28:29.648 INFO O| Aug 12 22:28:29.648 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37662024-08-12T22:28:31.642Z[ recovery-image] Aug 12 22:28:29.648 INFO O| Aug 12 22:28:29.648 INFO ok!
37672024-08-12T22:28:31.642Z[ recovery-image] Aug 12 22:28:29.648 INFO O| Aug 12 22:28:29.648 INFO STEP 63 (ensure_file) COMPLETE
37682024-08-12T22:28:31.642Z[ recovery-image] Aug 12 22:28:29.648 INFO O| Aug 12 22:28:29.648 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-08-12T22:28:31.657Z[ recovery-image] Aug 12 22:28:29.666 INFO O| Aug 12 22:28:29.666 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
37702024-08-12T22:28:31.657Z[ recovery-image] Aug 12 22:28:29.666 INFO O| Aug 12 22:28:29.666 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
37712024-08-12T22:28:31.660Z[ recovery-image] Aug 12 22:28:29.667 INFO O| Aug 12 22:28:29.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
37722024-08-12T22:28:31.660Z[ recovery-image] Aug 12 22:28:29.667 INFO O| Aug 12 22:28:29.666 INFO ok!
37732024-08-12T22:28:31.660Z[ recovery-image] Aug 12 22:28:29.667 INFO O| Aug 12 22:28:29.667 INFO STEP 64 (assemble_files) COMPLETE
37742024-08-12T22:28:31.660Z[ recovery-image] Aug 12 22:28:29.667 INFO O| Aug 12 22:28:29.667 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-08-12T22:28:31.683Z[ recovery-image] Aug 12 22:28:29.692 INFO O| Aug 12 22:28:29.692 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
37762024-08-12T22:28:31.683Z[ recovery-image] Aug 12 22:28:29.692 INFO O| Aug 12 22:28:29.692 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
37772024-08-12T22:28:31.686Z[ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37782024-08-12T22:28:31.686Z[ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37792024-08-12T22:28:31.686Z[ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO ok!
37802024-08-12T22:28:31.686Z[ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO STEP 65 (ensure_file) COMPLETE
37812024-08-12T22:28:31.686Z[ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-08-12T22:28:31.686Z[ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO skip step because feature "omicron1" is not enabled
37832024-08-12T22:28:31.686Z[ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-08-12T22:28:31.686Z[ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO skip step because feature "omicron1" is not enabled
37852024-08-12T22:28:31.687Z[ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-08-12T22:28:31.687Z[ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO skip step because feature "omicron1" is not enabled
37872024-08-12T22:28:31.687Z[ recovery-image] Aug 12 22:28:29.693 INFO O| Aug 12 22:28:29.693 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37882024-08-12T22:28:31.720Z[ recovery-image] Aug 12 22:28:29.727 INFO O| Aug 12 22:28:29.727 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
37892024-08-12T22:28:31.720Z[ recovery-image] Aug 12 22:28:29.727 INFO O| Aug 12 22:28:29.727 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
37902024-08-12T22:28:35.140Z[ recovery-image] Aug 12 22:28:33.148 INFO O| Aug 12 22:28:33.148 INFO STEP 69 (pack_tar) COMPLETE
37912024-08-12T22:28:35.140Z[ recovery-image] Aug 12 22:28:33.148 INFO O| Aug 12 22:28:33.148 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37922024-08-12T22:28:35.143Z[ recovery-image] Aug 12 22:28:33.148 INFO O| Aug 12 22:28:33.148 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
37932024-08-12T22:28:35.460Z[ recovery-image] Aug 12 22:28:33.467 INFO O| Aug 12 22:28:33.467 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37942024-08-12T22:28:35.600Z[ recovery-image] Aug 12 22:28:33.607 INFO O| Aug 12 22:28:33.607 INFO completed processing gimlet/ramdisk-02-trim
37952024-08-12T22:28:35.605Z[ recovery-image] Aug 12 22:28:33.611 INFO image builder template: ramdisk-03-recovery-trim...
37962024-08-12T22:28:35.608Z[ recovery-image] Aug 12 22:28:33.611 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/.tmpqrCA2Y/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.277", "-n", "ramdisk-03-recovery-trim"], pwd: None
37972024-08-12T22:28:35.791Z[ recovery-image] Aug 12 22:28:33.798 INFO O| Aug 12 22:28:33.798 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
37982024-08-12T22:28:35.807Z[ recovery-image] Aug 12 22:28:33.814 INFO O| Aug 12 22:28:33.814 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
37992024-08-12T22:28:35.906Z[ recovery-image] Aug 12 22:28:33.910 INFO O| Aug 12 22:28:33.910 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38002024-08-12T22:28:35.985Z[ recovery-image] Aug 12 22:28:33.993 INFO O| Aug 12 22:28:33.992 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38012024-08-12T22:28:35.989Z[ recovery-image] Aug 12 22:28:33.993 INFO O| Aug 12 22:28:33.993 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38022024-08-12T22:28:36.004Z[ recovery-image] Aug 12 22:28:34.011 INFO O| Aug 12 22:28:34.011 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38032024-08-12T22:28:36.013Z[ recovery-image] Aug 12 22:28:34.021 INFO O| Aug 12 22:28:34.020 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38042024-08-12T22:28:36.023Z[ recovery-image] Aug 12 22:28:34.030 INFO O| Aug 12 22:28:34.030 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38052024-08-12T22:28:36.446Z[ recovery-image] Aug 12 22:28:34.453 INFO O| Aug 12 22:28:34.453 INFO rolled back to input snapshot; work may begin
38062024-08-12T22:28:36.446Z[ recovery-image] Aug 12 22:28:34.453 INFO O| Aug 12 22:28:34.453 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38072024-08-12T22:28:36.452Z[ recovery-image] Aug 12 22:28:34.459 INFO O| Aug 12 22:28:34.459 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38082024-08-12T22:28:36.463Z[ recovery-image] Aug 12 22:28:34.470 INFO O| Aug 12 22:28:34.470 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38092024-08-12T22:28:36.466Z[ recovery-image] Aug 12 22:28:34.473 INFO O| Aug 12 22:28:34.473 INFO STEP 0 (remove_files) COMPLETE
38102024-08-12T22:28:36.466Z[ recovery-image] Aug 12 22:28:34.473 INFO O| Aug 12 22:28:34.473 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38112024-08-12T22:28:36.476Z[ recovery-image] Aug 12 22:28:34.484 INFO O| Aug 12 22:28:34.484 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38122024-08-12T22:28:36.540Z[ recovery-image] Aug 12 22:28:34.547 INFO O| Aug 12 22:28:34.547 INFO STEP 1 (remove_files) COMPLETE
38132024-08-12T22:28:36.540Z[ recovery-image] Aug 12 22:28:34.547 INFO O| Aug 12 22:28:34.547 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38142024-08-12T22:28:36.553Z[ recovery-image] Aug 12 22:28:34.560 INFO O| Aug 12 22:28:34.560 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38152024-08-12T22:28:36.555Z[ recovery-image] Aug 12 22:28:34.562 INFO O| Aug 12 22:28:34.562 INFO STEP 2 (remove_files) COMPLETE
38162024-08-12T22:28:36.555Z[ recovery-image] Aug 12 22:28:34.562 INFO O| Aug 12 22:28:34.562 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38172024-08-12T22:28:36.565Z[ recovery-image] Aug 12 22:28:34.572 INFO O| Aug 12 22:28:34.572 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38182024-08-12T22:28:36.603Z[ recovery-image] Aug 12 22:28:34.611 INFO O| Aug 12 22:28:34.611 INFO STEP 3 (remove_files) COMPLETE
38192024-08-12T22:28:36.603Z[ recovery-image] Aug 12 22:28:34.611 INFO O| Aug 12 22:28:34.611 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38202024-08-12T22:28:36.615Z[ recovery-image] Aug 12 22:28:34.622 INFO O| Aug 12 22:28:34.622 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38212024-08-12T22:28:36.632Z[ recovery-image] Aug 12 22:28:34.639 INFO O| Aug 12 22:28:34.639 INFO STEP 4 (remove_files) COMPLETE
38222024-08-12T22:28:36.632Z[ recovery-image] Aug 12 22:28:34.639 INFO O| Aug 12 22:28:34.639 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38232024-08-12T22:28:36.645Z[ recovery-image] Aug 12 22:28:34.652 INFO O| Aug 12 22:28:34.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38242024-08-12T22:28:36.648Z[ recovery-image] Aug 12 22:28:34.656 INFO O| Aug 12 22:28:34.656 INFO STEP 5 (remove_files) COMPLETE
38252024-08-12T22:28:36.648Z[ recovery-image] Aug 12 22:28:34.656 INFO O| Aug 12 22:28:34.656 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38262024-08-12T22:28:36.659Z[ recovery-image] Aug 12 22:28:34.666 INFO O| Aug 12 22:28:34.666 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38272024-08-12T22:28:36.662Z[ recovery-image] Aug 12 22:28:34.668 INFO O| Aug 12 22:28:34.668 INFO STEP 6 (remove_files) COMPLETE
38282024-08-12T22:28:36.662Z[ recovery-image] Aug 12 22:28:34.668 INFO O| Aug 12 22:28:34.668 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38292024-08-12T22:28:36.671Z[ recovery-image] Aug 12 22:28:34.678 INFO O| Aug 12 22:28:34.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38302024-08-12T22:28:36.673Z[ recovery-image] Aug 12 22:28:34.680 INFO O| Aug 12 22:28:34.680 INFO STEP 7 (remove_files) COMPLETE
38312024-08-12T22:28:36.673Z[ recovery-image] Aug 12 22:28:34.680 INFO O| Aug 12 22:28:34.680 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38322024-08-12T22:28:36.686Z[ recovery-image] Aug 12 22:28:34.693 INFO O| Aug 12 22:28:34.693 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38332024-08-12T22:28:36.690Z[ recovery-image] Aug 12 22:28:34.696 INFO O| Aug 12 22:28:34.696 INFO STEP 8 (remove_files) COMPLETE
38342024-08-12T22:28:36.690Z[ recovery-image] Aug 12 22:28:34.696 INFO O| Aug 12 22:28:34.696 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38352024-08-12T22:28:36.702Z[ recovery-image] Aug 12 22:28:34.709 INFO O| Aug 12 22:28:34.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
38362024-08-12T22:28:36.705Z[ recovery-image] Aug 12 22:28:34.710 INFO O| Aug 12 22:28:34.710 INFO STEP 9 (remove_files) COMPLETE
38372024-08-12T22:28:36.705Z[ recovery-image] Aug 12 22:28:34.710 INFO O| Aug 12 22:28:34.710 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38382024-08-12T22:28:36.716Z[ recovery-image] Aug 12 22:28:34.723 INFO O| Aug 12 22:28:34.723 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
38392024-08-12T22:28:36.719Z[ recovery-image] Aug 12 22:28:34.724 INFO O| Aug 12 22:28:34.724 INFO STEP 10 (remove_files) COMPLETE
38402024-08-12T22:28:36.719Z[ recovery-image] Aug 12 22:28:34.724 INFO O| Aug 12 22:28:34.724 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38412024-08-12T22:28:36.728Z[ recovery-image] Aug 12 22:28:34.735 INFO O| Aug 12 22:28:34.735 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
38422024-08-12T22:28:36.775Z[ recovery-image] Aug 12 22:28:34.782 INFO O| Aug 12 22:28:34.782 INFO STEP 11 (remove_files) COMPLETE
38432024-08-12T22:28:36.775Z[ recovery-image] Aug 12 22:28:34.782 INFO O| Aug 12 22:28:34.782 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38442024-08-12T22:28:36.789Z[ recovery-image] Aug 12 22:28:34.796 INFO O| Aug 12 22:28:34.796 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
38452024-08-12T22:28:36.792Z[ recovery-image] Aug 12 22:28:34.799 INFO O| Aug 12 22:28:34.799 INFO STEP 12 (remove_files) COMPLETE
38462024-08-12T22:28:36.792Z[ recovery-image] Aug 12 22:28:34.799 INFO O| Aug 12 22:28:34.799 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38472024-08-12T22:28:36.804Z[ recovery-image] Aug 12 22:28:34.811 INFO O| Aug 12 22:28:34.811 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
38482024-08-12T22:28:36.807Z[ recovery-image] Aug 12 22:28:34.813 INFO O| Aug 12 22:28:34.813 INFO STEP 13 (remove_files) COMPLETE
38492024-08-12T22:28:36.807Z[ recovery-image] Aug 12 22:28:34.813 INFO O| Aug 12 22:28:34.813 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38502024-08-12T22:28:36.816Z[ recovery-image] Aug 12 22:28:34.823 INFO O| Aug 12 22:28:34.823 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
38512024-08-12T22:28:36.819Z[ recovery-image] Aug 12 22:28:34.823 INFO O| Aug 12 22:28:34.823 INFO STEP 14 (remove_files) COMPLETE
38522024-08-12T22:28:36.819Z[ recovery-image] Aug 12 22:28:34.823 INFO O| Aug 12 22:28:34.823 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38532024-08-12T22:28:36.826Z[ recovery-image] Aug 12 22:28:34.833 INFO O| Aug 12 22:28:34.833 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
38542024-08-12T22:28:36.829Z[ recovery-image] Aug 12 22:28:34.835 INFO O| Aug 12 22:28:34.834 INFO STEP 15 (remove_files) COMPLETE
38552024-08-12T22:28:36.829Z[ recovery-image] Aug 12 22:28:34.835 INFO O| Aug 12 22:28:34.835 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38562024-08-12T22:28:36.837Z[ recovery-image] Aug 12 22:28:34.844 INFO O| Aug 12 22:28:34.844 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
38572024-08-12T22:28:36.843Z[ recovery-image] Aug 12 22:28:34.850 INFO O| Aug 12 22:28:34.850 INFO STEP 16 (remove_files) COMPLETE
38582024-08-12T22:28:36.843Z[ recovery-image] Aug 12 22:28:34.850 INFO O| Aug 12 22:28:34.850 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38592024-08-12T22:28:36.853Z[ recovery-image] Aug 12 22:28:34.861 INFO O| Aug 12 22:28:34.860 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
38602024-08-12T22:28:36.856Z[ recovery-image] Aug 12 22:28:34.861 INFO O| Aug 12 22:28:34.861 INFO STEP 17 (remove_files) COMPLETE
38612024-08-12T22:28:36.856Z[ recovery-image] Aug 12 22:28:34.861 INFO O| Aug 12 22:28:34.861 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38622024-08-12T22:28:36.864Z[ recovery-image] Aug 12 22:28:34.871 INFO O| Aug 12 22:28:34.871 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
38632024-08-12T22:28:36.867Z[ recovery-image] Aug 12 22:28:34.871 INFO O| Aug 12 22:28:34.871 INFO STEP 18 (remove_files) COMPLETE
38642024-08-12T22:28:36.867Z[ recovery-image] Aug 12 22:28:34.871 INFO O| Aug 12 22:28:34.871 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38652024-08-12T22:28:36.874Z[ recovery-image] Aug 12 22:28:34.881 INFO O| Aug 12 22:28:34.881 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
38662024-08-12T22:28:36.910Z[ recovery-image] Aug 12 22:28:34.917 INFO O| Aug 12 22:28:34.917 INFO STEP 19 (remove_files) COMPLETE
38672024-08-12T22:28:36.910Z[ recovery-image] Aug 12 22:28:34.917 INFO O| Aug 12 22:28:34.917 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38682024-08-12T22:28:36.924Z[ recovery-image] Aug 12 22:28:34.931 INFO O| Aug 12 22:28:34.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
38692024-08-12T22:28:36.927Z[ recovery-image] Aug 12 22:28:34.932 INFO O| Aug 12 22:28:34.932 INFO STEP 20 (remove_files) COMPLETE
38702024-08-12T22:28:36.927Z[ recovery-image] Aug 12 22:28:34.932 INFO O| Aug 12 22:28:34.932 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38712024-08-12T22:28:36.938Z[ recovery-image] Aug 12 22:28:34.944 INFO O| Aug 12 22:28:34.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
38722024-08-12T22:28:36.940Z[ recovery-image] Aug 12 22:28:34.944 INFO O| Aug 12 22:28:34.944 INFO STEP 21 (remove_files) COMPLETE
38732024-08-12T22:28:36.940Z[ recovery-image] Aug 12 22:28:34.944 INFO O| Aug 12 22:28:34.944 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38742024-08-12T22:28:36.949Z[ recovery-image] Aug 12 22:28:34.956 INFO O| Aug 12 22:28:34.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
38752024-08-12T22:28:36.952Z[ recovery-image] Aug 12 22:28:34.956 INFO O| Aug 12 22:28:34.956 INFO STEP 22 (remove_files) COMPLETE
38762024-08-12T22:28:36.952Z[ recovery-image] Aug 12 22:28:34.956 INFO O| Aug 12 22:28:34.956 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38772024-08-12T22:28:36.960Z[ recovery-image] Aug 12 22:28:34.968 INFO O| Aug 12 22:28:34.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
38782024-08-12T22:28:36.963Z[ recovery-image] Aug 12 22:28:34.968 INFO O| Aug 12 22:28:34.968 INFO STEP 23 (remove_files) COMPLETE
38792024-08-12T22:28:36.963Z[ recovery-image] Aug 12 22:28:34.968 INFO O| Aug 12 22:28:34.968 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38802024-08-12T22:28:36.974Z[ recovery-image] Aug 12 22:28:34.981 INFO O| Aug 12 22:28:34.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
38812024-08-12T22:28:36.976Z[ recovery-image] Aug 12 22:28:34.981 INFO O| Aug 12 22:28:34.981 INFO STEP 24 (remove_files) COMPLETE
38822024-08-12T22:28:36.976Z[ recovery-image] Aug 12 22:28:34.981 INFO O| Aug 12 22:28:34.981 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38832024-08-12T22:28:36.987Z[ recovery-image] Aug 12 22:28:34.994 INFO O| Aug 12 22:28:34.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
38842024-08-12T22:28:36.987Z[ recovery-image] Aug 12 22:28:34.994 INFO O| Aug 12 22:28:34.994 INFO STEP 25 (remove_files) COMPLETE
38852024-08-12T22:28:36.987Z[ recovery-image] Aug 12 22:28:34.994 INFO O| Aug 12 22:28:34.994 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38862024-08-12T22:28:37.001Z[ recovery-image] Aug 12 22:28:35.008 INFO O| Aug 12 22:28:35.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
38872024-08-12T22:28:37.004Z[ recovery-image] Aug 12 22:28:35.008 INFO O| Aug 12 22:28:35.008 INFO STEP 26 (remove_files) COMPLETE
38882024-08-12T22:28:37.004Z[ recovery-image] Aug 12 22:28:35.008 INFO O| Aug 12 22:28:35.008 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38892024-08-12T22:28:37.014Z[ recovery-image] Aug 12 22:28:35.020 INFO O| Aug 12 22:28:35.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
38902024-08-12T22:28:37.017Z[ recovery-image] Aug 12 22:28:35.020 INFO O| Aug 12 22:28:35.020 INFO STEP 27 (remove_files) COMPLETE
38912024-08-12T22:28:37.017Z[ recovery-image] Aug 12 22:28:35.020 INFO O| Aug 12 22:28:35.020 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38922024-08-12T22:28:37.026Z[ recovery-image] Aug 12 22:28:35.030 INFO O| Aug 12 22:28:35.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
38932024-08-12T22:28:37.030Z[ recovery-image] Aug 12 22:28:35.031 INFO O| Aug 12 22:28:35.031 INFO STEP 28 (remove_files) COMPLETE
38942024-08-12T22:28:37.030Z[ recovery-image] Aug 12 22:28:35.031 INFO O| Aug 12 22:28:35.031 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38952024-08-12T22:28:37.036Z[ recovery-image] Aug 12 22:28:35.043 INFO O| Aug 12 22:28:35.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
38962024-08-12T22:28:37.036Z[ recovery-image] Aug 12 22:28:35.044 INFO O| Aug 12 22:28:35.043 INFO STEP 29 (remove_files) COMPLETE
38972024-08-12T22:28:37.036Z[ recovery-image] Aug 12 22:28:35.044 INFO O| Aug 12 22:28:35.044 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38982024-08-12T22:28:37.046Z[ recovery-image] Aug 12 22:28:35.054 INFO O| Aug 12 22:28:35.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
38992024-08-12T22:28:37.049Z[ recovery-image] Aug 12 22:28:35.054 INFO O| Aug 12 22:28:35.054 INFO STEP 30 (remove_files) COMPLETE
39002024-08-12T22:28:37.049Z[ recovery-image] Aug 12 22:28:35.054 INFO O| Aug 12 22:28:35.054 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39012024-08-12T22:28:37.056Z[ recovery-image] Aug 12 22:28:35.064 INFO O| Aug 12 22:28:35.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39022024-08-12T22:28:37.056Z[ recovery-image] Aug 12 22:28:35.064 INFO O| Aug 12 22:28:35.064 INFO STEP 31 (remove_files) COMPLETE
39032024-08-12T22:28:37.059Z[ recovery-image] Aug 12 22:28:35.064 INFO O| Aug 12 22:28:35.064 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39042024-08-12T22:28:37.066Z[ recovery-image] Aug 12 22:28:35.074 INFO O| Aug 12 22:28:35.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39052024-08-12T22:28:37.069Z[ recovery-image] Aug 12 22:28:35.075 INFO O| Aug 12 22:28:35.075 INFO STEP 32 (remove_files) COMPLETE
39062024-08-12T22:28:37.069Z[ recovery-image] Aug 12 22:28:35.075 INFO O| Aug 12 22:28:35.075 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39072024-08-12T22:28:37.078Z[ recovery-image] Aug 12 22:28:35.085 INFO O| Aug 12 22:28:35.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39082024-08-12T22:28:37.078Z[ recovery-image] Aug 12 22:28:35.085 INFO O| Aug 12 22:28:35.085 INFO STEP 33 (remove_files) COMPLETE
39092024-08-12T22:28:37.078Z[ recovery-image] Aug 12 22:28:35.085 INFO O| Aug 12 22:28:35.085 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39102024-08-12T22:28:37.088Z[ recovery-image] Aug 12 22:28:35.095 INFO O| Aug 12 22:28:35.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39112024-08-12T22:28:37.091Z[ recovery-image] Aug 12 22:28:35.095 INFO O| Aug 12 22:28:35.095 INFO STEP 34 (remove_files) COMPLETE
39122024-08-12T22:28:37.091Z[ recovery-image] Aug 12 22:28:35.095 INFO O| Aug 12 22:28:35.095 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39132024-08-12T22:28:37.097Z[ recovery-image] Aug 12 22:28:35.105 INFO O| Aug 12 22:28:35.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39142024-08-12T22:28:37.100Z[ recovery-image] Aug 12 22:28:35.105 INFO O| Aug 12 22:28:35.105 INFO STEP 35 (remove_files) COMPLETE
39152024-08-12T22:28:37.100Z[ recovery-image] Aug 12 22:28:35.105 INFO O| Aug 12 22:28:35.105 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39162024-08-12T22:28:37.108Z[ recovery-image] Aug 12 22:28:35.115 INFO O| Aug 12 22:28:35.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39172024-08-12T22:28:37.111Z[ recovery-image] Aug 12 22:28:35.115 INFO O| Aug 12 22:28:35.115 INFO STEP 36 (remove_files) COMPLETE
39182024-08-12T22:28:37.111Z[ recovery-image] Aug 12 22:28:35.115 INFO O| Aug 12 22:28:35.115 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39192024-08-12T22:28:37.118Z[ recovery-image] Aug 12 22:28:35.125 INFO O| Aug 12 22:28:35.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39202024-08-12T22:28:37.120Z[ recovery-image] Aug 12 22:28:35.125 INFO O| Aug 12 22:28:35.125 INFO STEP 37 (remove_files) COMPLETE
39212024-08-12T22:28:37.120Z[ recovery-image] Aug 12 22:28:35.125 INFO O| Aug 12 22:28:35.125 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39222024-08-12T22:28:37.128Z[ recovery-image] Aug 12 22:28:35.135 INFO O| Aug 12 22:28:35.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39232024-08-12T22:28:37.128Z[ recovery-image] Aug 12 22:28:35.135 INFO O| Aug 12 22:28:35.135 INFO STEP 38 (remove_files) COMPLETE
39242024-08-12T22:28:37.128Z[ recovery-image] Aug 12 22:28:35.135 INFO O| Aug 12 22:28:35.135 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39252024-08-12T22:28:37.138Z[ recovery-image] Aug 12 22:28:35.145 INFO O| Aug 12 22:28:35.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39262024-08-12T22:28:37.138Z[ recovery-image] Aug 12 22:28:35.145 INFO O| Aug 12 22:28:35.145 INFO STEP 39 (remove_files) COMPLETE
39272024-08-12T22:28:37.138Z[ recovery-image] Aug 12 22:28:35.145 INFO O| Aug 12 22:28:35.145 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39282024-08-12T22:28:37.148Z[ recovery-image] Aug 12 22:28:35.155 INFO O| Aug 12 22:28:35.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39292024-08-12T22:28:37.148Z[ recovery-image] Aug 12 22:28:35.155 INFO O| Aug 12 22:28:35.155 INFO STEP 40 (remove_files) COMPLETE
39302024-08-12T22:28:37.151Z[ recovery-image] Aug 12 22:28:35.155 INFO O| Aug 12 22:28:35.155 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39312024-08-12T22:28:37.158Z[ recovery-image] Aug 12 22:28:35.165 INFO O| Aug 12 22:28:35.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39322024-08-12T22:28:37.158Z[ recovery-image] Aug 12 22:28:35.165 INFO O| Aug 12 22:28:35.165 INFO STEP 41 (remove_files) COMPLETE
39332024-08-12T22:28:37.158Z[ recovery-image] Aug 12 22:28:35.165 INFO O| Aug 12 22:28:35.165 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39342024-08-12T22:28:37.168Z[ recovery-image] Aug 12 22:28:35.175 INFO O| Aug 12 22:28:35.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
39352024-08-12T22:28:37.168Z[ recovery-image] Aug 12 22:28:35.176 INFO O| Aug 12 22:28:35.176 INFO STEP 42 (remove_files) COMPLETE
39362024-08-12T22:28:37.171Z[ recovery-image] Aug 12 22:28:35.176 INFO O| Aug 12 22:28:35.176 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39372024-08-12T22:28:37.178Z[ recovery-image] Aug 12 22:28:35.186 INFO O| Aug 12 22:28:35.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
39382024-08-12T22:28:37.178Z[ recovery-image] Aug 12 22:28:35.186 INFO O| Aug 12 22:28:35.186 INFO STEP 43 (remove_files) COMPLETE
39392024-08-12T22:28:37.181Z[ recovery-image] Aug 12 22:28:35.186 INFO O| Aug 12 22:28:35.186 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39402024-08-12T22:28:37.188Z[ recovery-image] Aug 12 22:28:35.196 INFO O| Aug 12 22:28:35.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
39412024-08-12T22:28:37.191Z[ recovery-image] Aug 12 22:28:35.196 INFO O| Aug 12 22:28:35.196 INFO STEP 44 (remove_files) COMPLETE
39422024-08-12T22:28:37.191Z[ recovery-image] Aug 12 22:28:35.196 INFO O| Aug 12 22:28:35.196 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39432024-08-12T22:28:37.200Z[ recovery-image] Aug 12 22:28:35.206 INFO O| Aug 12 22:28:35.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
39442024-08-12T22:28:37.200Z[ recovery-image] Aug 12 22:28:35.206 INFO O| Aug 12 22:28:35.206 INFO STEP 45 (remove_files) COMPLETE
39452024-08-12T22:28:37.203Z[ recovery-image] Aug 12 22:28:35.206 INFO O| Aug 12 22:28:35.206 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39462024-08-12T22:28:37.209Z[ recovery-image] Aug 12 22:28:35.216 INFO O| Aug 12 22:28:35.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
39472024-08-12T22:28:37.209Z[ recovery-image] Aug 12 22:28:35.216 INFO O| Aug 12 22:28:35.216 INFO STEP 46 (remove_files) COMPLETE
39482024-08-12T22:28:37.212Z[ recovery-image] Aug 12 22:28:35.216 INFO O| Aug 12 22:28:35.216 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39492024-08-12T22:28:37.219Z[ recovery-image] Aug 12 22:28:35.226 INFO O| Aug 12 22:28:35.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
39502024-08-12T22:28:37.222Z[ recovery-image] Aug 12 22:28:35.226 INFO O| Aug 12 22:28:35.226 INFO STEP 47 (remove_files) COMPLETE
39512024-08-12T22:28:37.222Z[ recovery-image] Aug 12 22:28:35.226 INFO O| Aug 12 22:28:35.226 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39522024-08-12T22:28:37.229Z[ recovery-image] Aug 12 22:28:35.236 INFO O| Aug 12 22:28:35.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
39532024-08-12T22:28:37.232Z[ recovery-image] Aug 12 22:28:35.236 INFO O| Aug 12 22:28:35.236 INFO STEP 48 (remove_files) COMPLETE
39542024-08-12T22:28:37.232Z[ recovery-image] Aug 12 22:28:35.236 INFO O| Aug 12 22:28:35.236 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39552024-08-12T22:28:37.239Z[ recovery-image] Aug 12 22:28:35.247 INFO O| Aug 12 22:28:35.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
39562024-08-12T22:28:37.239Z[ recovery-image] Aug 12 22:28:35.247 INFO O| Aug 12 22:28:35.247 INFO STEP 49 (remove_files) COMPLETE
39572024-08-12T22:28:37.239Z[ recovery-image] Aug 12 22:28:35.247 INFO O| Aug 12 22:28:35.247 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39582024-08-12T22:28:37.249Z[ recovery-image] Aug 12 22:28:35.256 INFO O| Aug 12 22:28:35.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
39592024-08-12T22:28:37.249Z[ recovery-image] Aug 12 22:28:35.257 INFO O| Aug 12 22:28:35.256 INFO STEP 50 (remove_files) COMPLETE
39602024-08-12T22:28:37.252Z[ recovery-image] Aug 12 22:28:35.257 INFO O| Aug 12 22:28:35.256 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39612024-08-12T22:28:37.260Z[ recovery-image] Aug 12 22:28:35.267 INFO O| Aug 12 22:28:35.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
39622024-08-12T22:28:37.263Z[ recovery-image] Aug 12 22:28:35.267 INFO O| Aug 12 22:28:35.267 INFO STEP 51 (remove_files) COMPLETE
39632024-08-12T22:28:37.263Z[ recovery-image] Aug 12 22:28:35.267 INFO O| Aug 12 22:28:35.267 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39642024-08-12T22:28:37.270Z[ recovery-image] Aug 12 22:28:35.277 INFO O| Aug 12 22:28:35.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
39652024-08-12T22:28:37.270Z[ recovery-image] Aug 12 22:28:35.277 INFO O| Aug 12 22:28:35.277 INFO STEP 52 (remove_files) COMPLETE
39662024-08-12T22:28:37.271Z[ recovery-image] Aug 12 22:28:35.277 INFO O| Aug 12 22:28:35.277 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39672024-08-12T22:28:37.281Z[ recovery-image] Aug 12 22:28:35.288 INFO O| Aug 12 22:28:35.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
39682024-08-12T22:28:37.283Z[ recovery-image] Aug 12 22:28:35.288 INFO O| Aug 12 22:28:35.288 INFO STEP 53 (remove_files) COMPLETE
39692024-08-12T22:28:37.283Z[ recovery-image] Aug 12 22:28:35.288 INFO O| Aug 12 22:28:35.288 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39702024-08-12T22:28:37.291Z[ recovery-image] Aug 12 22:28:35.299 INFO O| Aug 12 22:28:35.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
39712024-08-12T22:28:37.294Z[ recovery-image] Aug 12 22:28:35.299 INFO O| Aug 12 22:28:35.299 INFO STEP 54 (remove_files) COMPLETE
39722024-08-12T22:28:37.294Z[ recovery-image] Aug 12 22:28:35.299 INFO O| Aug 12 22:28:35.299 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39732024-08-12T22:28:37.302Z[ recovery-image] Aug 12 22:28:35.309 INFO O| Aug 12 22:28:35.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
39742024-08-12T22:28:37.305Z[ recovery-image] Aug 12 22:28:35.310 INFO O| Aug 12 22:28:35.310 INFO STEP 55 (remove_files) COMPLETE
39752024-08-12T22:28:37.305Z[ recovery-image] Aug 12 22:28:35.310 INFO O| Aug 12 22:28:35.310 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39762024-08-12T22:28:37.313Z[ recovery-image] Aug 12 22:28:35.320 INFO O| Aug 12 22:28:35.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
39772024-08-12T22:28:37.313Z[ recovery-image] Aug 12 22:28:35.320 INFO O| Aug 12 22:28:35.320 INFO STEP 56 (remove_files) COMPLETE
39782024-08-12T22:28:37.316Z[ recovery-image] Aug 12 22:28:35.320 INFO O| Aug 12 22:28:35.320 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39792024-08-12T22:28:37.325Z[ recovery-image] Aug 12 22:28:35.332 INFO O| Aug 12 22:28:35.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
39802024-08-12T22:28:37.329Z[ recovery-image] Aug 12 22:28:35.332 INFO O| Aug 12 22:28:35.332 INFO STEP 57 (remove_files) COMPLETE
39812024-08-12T22:28:37.329Z[ recovery-image] Aug 12 22:28:35.332 INFO O| Aug 12 22:28:35.332 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39822024-08-12T22:28:37.338Z[ recovery-image] Aug 12 22:28:35.345 INFO O| Aug 12 22:28:35.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
39832024-08-12T22:28:37.340Z[ recovery-image] Aug 12 22:28:35.345 INFO O| Aug 12 22:28:35.345 INFO STEP 58 (remove_files) COMPLETE
39842024-08-12T22:28:37.340Z[ recovery-image] Aug 12 22:28:35.345 INFO O| Aug 12 22:28:35.345 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39852024-08-12T22:28:37.350Z[ recovery-image] Aug 12 22:28:35.357 INFO O| Aug 12 22:28:35.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
39862024-08-12T22:28:37.352Z[ recovery-image] Aug 12 22:28:35.357 INFO O| Aug 12 22:28:35.357 INFO STEP 59 (remove_files) COMPLETE
39872024-08-12T22:28:37.352Z[ recovery-image] Aug 12 22:28:35.357 INFO O| Aug 12 22:28:35.357 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39882024-08-12T22:28:37.362Z[ recovery-image] Aug 12 22:28:35.369 INFO O| Aug 12 22:28:35.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
39892024-08-12T22:28:37.364Z[ recovery-image] Aug 12 22:28:35.369 INFO O| Aug 12 22:28:35.369 INFO STEP 60 (remove_files) COMPLETE
39902024-08-12T22:28:37.364Z[ recovery-image] Aug 12 22:28:35.369 INFO O| Aug 12 22:28:35.369 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39912024-08-12T22:28:37.375Z[ recovery-image] Aug 12 22:28:35.381 INFO O| Aug 12 22:28:35.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
39922024-08-12T22:28:37.375Z[ recovery-image] Aug 12 22:28:35.382 INFO O| Aug 12 22:28:35.381 INFO STEP 61 (remove_files) COMPLETE
39932024-08-12T22:28:37.378Z[ recovery-image] Aug 12 22:28:35.382 INFO O| Aug 12 22:28:35.382 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-08-12T22:28:37.387Z[ recovery-image] Aug 12 22:28:35.394 INFO O| Aug 12 22:28:35.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
39952024-08-12T22:28:37.387Z[ recovery-image] Aug 12 22:28:35.394 INFO O| Aug 12 22:28:35.394 INFO STEP 62 (remove_files) COMPLETE
39962024-08-12T22:28:37.387Z[ recovery-image] Aug 12 22:28:35.394 INFO O| Aug 12 22:28:35.394 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39972024-08-12T22:28:37.398Z[ recovery-image] Aug 12 22:28:35.404 INFO O| Aug 12 22:28:35.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
39982024-08-12T22:28:37.398Z[ recovery-image] Aug 12 22:28:35.404 INFO O| Aug 12 22:28:35.404 INFO STEP 63 (remove_files) COMPLETE
39992024-08-12T22:28:37.398Z[ recovery-image] Aug 12 22:28:35.405 INFO O| Aug 12 22:28:35.404 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40002024-08-12T22:28:37.407Z[ recovery-image] Aug 12 22:28:35.414 INFO O| Aug 12 22:28:35.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40012024-08-12T22:28:37.410Z[ recovery-image] Aug 12 22:28:35.415 INFO O| Aug 12 22:28:35.414 INFO STEP 64 (remove_files) COMPLETE
40022024-08-12T22:28:37.410Z[ recovery-image] Aug 12 22:28:35.415 INFO O| Aug 12 22:28:35.415 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40032024-08-12T22:28:37.418Z[ recovery-image] Aug 12 22:28:35.425 INFO O| Aug 12 22:28:35.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40042024-08-12T22:28:37.418Z[ recovery-image] Aug 12 22:28:35.425 INFO O| Aug 12 22:28:35.425 INFO STEP 65 (remove_files) COMPLETE
40052024-08-12T22:28:37.421Z[ recovery-image] Aug 12 22:28:35.425 INFO O| Aug 12 22:28:35.425 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40062024-08-12T22:28:37.427Z[ recovery-image] Aug 12 22:28:35.434 INFO O| Aug 12 22:28:35.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40072024-08-12T22:28:37.427Z[ recovery-image] Aug 12 22:28:35.435 INFO O| Aug 12 22:28:35.435 INFO STEP 66 (remove_files) COMPLETE
40082024-08-12T22:28:37.430Z[ recovery-image] Aug 12 22:28:35.435 INFO O| Aug 12 22:28:35.435 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-08-12T22:28:37.440Z[ recovery-image] Aug 12 22:28:35.444 INFO O| Aug 12 22:28:35.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40102024-08-12T22:28:37.440Z[ recovery-image] Aug 12 22:28:35.445 INFO O| Aug 12 22:28:35.445 INFO STEP 67 (remove_files) COMPLETE
40112024-08-12T22:28:37.440Z[ recovery-image] Aug 12 22:28:35.445 INFO O| Aug 12 22:28:35.445 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-08-12T22:28:37.448Z[ recovery-image] Aug 12 22:28:35.455 INFO O| Aug 12 22:28:35.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40132024-08-12T22:28:37.452Z[ recovery-image] Aug 12 22:28:35.455 INFO O| Aug 12 22:28:35.455 INFO STEP 68 (remove_files) COMPLETE
40142024-08-12T22:28:37.452Z[ recovery-image] Aug 12 22:28:35.455 INFO O| Aug 12 22:28:35.455 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-08-12T22:28:37.459Z[ recovery-image] Aug 12 22:28:35.466 INFO O| Aug 12 22:28:35.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40162024-08-12T22:28:37.459Z[ recovery-image] Aug 12 22:28:35.466 INFO O| Aug 12 22:28:35.466 INFO STEP 69 (remove_files) COMPLETE
40172024-08-12T22:28:37.462Z[ recovery-image] Aug 12 22:28:35.466 INFO O| Aug 12 22:28:35.466 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-08-12T22:28:37.469Z[ recovery-image] Aug 12 22:28:35.476 INFO O| Aug 12 22:28:35.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40192024-08-12T22:28:37.469Z[ recovery-image] Aug 12 22:28:35.476 INFO O| Aug 12 22:28:35.476 INFO STEP 70 (remove_files) COMPLETE
40202024-08-12T22:28:37.472Z[ recovery-image] Aug 12 22:28:35.476 INFO O| Aug 12 22:28:35.476 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-08-12T22:28:37.479Z[ recovery-image] Aug 12 22:28:35.485 INFO O| Aug 12 22:28:35.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40222024-08-12T22:28:37.479Z[ recovery-image] Aug 12 22:28:35.486 INFO O| Aug 12 22:28:35.486 INFO STEP 71 (remove_files) COMPLETE
40232024-08-12T22:28:37.479Z[ recovery-image] Aug 12 22:28:35.486 INFO O| Aug 12 22:28:35.486 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-08-12T22:28:37.489Z[ recovery-image] Aug 12 22:28:35.495 INFO O| Aug 12 22:28:35.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40252024-08-12T22:28:37.489Z[ recovery-image] Aug 12 22:28:35.496 INFO O| Aug 12 22:28:35.495 INFO STEP 72 (remove_files) COMPLETE
40262024-08-12T22:28:37.489Z[ recovery-image] Aug 12 22:28:35.496 INFO O| Aug 12 22:28:35.495 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-08-12T22:28:37.499Z[ recovery-image] Aug 12 22:28:35.505 INFO O| Aug 12 22:28:35.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40282024-08-12T22:28:37.499Z[ recovery-image] Aug 12 22:28:35.505 INFO O| Aug 12 22:28:35.505 INFO STEP 73 (remove_files) COMPLETE
40292024-08-12T22:28:37.502Z[ recovery-image] Aug 12 22:28:35.505 INFO O| Aug 12 22:28:35.505 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-08-12T22:28:37.508Z[ recovery-image] Aug 12 22:28:35.515 INFO O| Aug 12 22:28:35.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40312024-08-12T22:28:37.508Z[ recovery-image] Aug 12 22:28:35.515 INFO O| Aug 12 22:28:35.515 INFO STEP 74 (remove_files) COMPLETE
40322024-08-12T22:28:37.508Z[ recovery-image] Aug 12 22:28:35.515 INFO O| Aug 12 22:28:35.515 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-08-12T22:28:37.518Z[ recovery-image] Aug 12 22:28:35.525 INFO O| Aug 12 22:28:35.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
40342024-08-12T22:28:37.518Z[ recovery-image] Aug 12 22:28:35.525 INFO O| Aug 12 22:28:35.525 INFO STEP 75 (remove_files) COMPLETE
40352024-08-12T22:28:37.518Z[ recovery-image] Aug 12 22:28:35.525 INFO O| Aug 12 22:28:35.525 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-08-12T22:28:37.528Z[ recovery-image] Aug 12 22:28:35.535 INFO O| Aug 12 22:28:35.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
40372024-08-12T22:28:37.532Z[ recovery-image] Aug 12 22:28:35.535 INFO O| Aug 12 22:28:35.535 INFO STEP 76 (remove_files) COMPLETE
40382024-08-12T22:28:37.532Z[ recovery-image] Aug 12 22:28:35.535 INFO O| Aug 12 22:28:35.535 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-08-12T22:28:37.538Z[ recovery-image] Aug 12 22:28:35.545 INFO O| Aug 12 22:28:35.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
40402024-08-12T22:28:37.541Z[ recovery-image] Aug 12 22:28:35.545 INFO O| Aug 12 22:28:35.545 INFO STEP 77 (remove_files) COMPLETE
40412024-08-12T22:28:37.541Z[ recovery-image] Aug 12 22:28:35.545 INFO O| Aug 12 22:28:35.545 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-08-12T22:28:37.548Z[ recovery-image] Aug 12 22:28:35.555 INFO O| Aug 12 22:28:35.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
40432024-08-12T22:28:37.551Z[ recovery-image] Aug 12 22:28:35.555 INFO O| Aug 12 22:28:35.555 INFO STEP 78 (remove_files) COMPLETE
40442024-08-12T22:28:37.551Z[ recovery-image] Aug 12 22:28:35.555 INFO O| Aug 12 22:28:35.555 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-08-12T22:28:37.568Z[ recovery-image] Aug 12 22:28:35.565 INFO O| Aug 12 22:28:35.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
40462024-08-12T22:28:37.568Z[ recovery-image] Aug 12 22:28:35.565 INFO O| Aug 12 22:28:35.565 INFO STEP 79 (remove_files) COMPLETE
40472024-08-12T22:28:37.568Z[ recovery-image] Aug 12 22:28:35.565 INFO O| Aug 12 22:28:35.565 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-08-12T22:28:37.571Z[ recovery-image] Aug 12 22:28:35.575 INFO O| Aug 12 22:28:35.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
40492024-08-12T22:28:37.571Z[ recovery-image] Aug 12 22:28:35.575 INFO O| Aug 12 22:28:35.575 INFO STEP 80 (remove_files) COMPLETE
40502024-08-12T22:28:37.571Z[ recovery-image] Aug 12 22:28:35.575 INFO O| Aug 12 22:28:35.575 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-08-12T22:28:37.578Z[ recovery-image] Aug 12 22:28:35.584 INFO O| Aug 12 22:28:35.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
40522024-08-12T22:28:37.578Z[ recovery-image] Aug 12 22:28:35.584 INFO O| Aug 12 22:28:35.584 INFO STEP 81 (remove_files) COMPLETE
40532024-08-12T22:28:37.578Z[ recovery-image] Aug 12 22:28:35.584 INFO O| Aug 12 22:28:35.584 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-08-12T22:28:37.587Z[ recovery-image] Aug 12 22:28:35.594 INFO O| Aug 12 22:28:35.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
40552024-08-12T22:28:37.587Z[ recovery-image] Aug 12 22:28:35.594 INFO O| Aug 12 22:28:35.594 INFO STEP 82 (remove_files) COMPLETE
40562024-08-12T22:28:37.590Z[ recovery-image] Aug 12 22:28:35.594 INFO O| Aug 12 22:28:35.594 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-08-12T22:28:37.597Z[ recovery-image] Aug 12 22:28:35.604 INFO O| Aug 12 22:28:35.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
40582024-08-12T22:28:37.602Z[ recovery-image] Aug 12 22:28:35.604 INFO O| Aug 12 22:28:35.604 INFO STEP 83 (remove_files) COMPLETE
40592024-08-12T22:28:37.602Z[ recovery-image] Aug 12 22:28:35.604 INFO O| Aug 12 22:28:35.604 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-08-12T22:28:37.607Z[ recovery-image] Aug 12 22:28:35.614 INFO O| Aug 12 22:28:35.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
40612024-08-12T22:28:37.610Z[ recovery-image] Aug 12 22:28:35.614 INFO O| Aug 12 22:28:35.614 INFO STEP 84 (remove_files) COMPLETE
40622024-08-12T22:28:37.610Z[ recovery-image] Aug 12 22:28:35.614 INFO O| Aug 12 22:28:35.614 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-08-12T22:28:37.616Z[ recovery-image] Aug 12 22:28:35.623 INFO O| Aug 12 22:28:35.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
40642024-08-12T22:28:37.619Z[ recovery-image] Aug 12 22:28:35.623 INFO O| Aug 12 22:28:35.623 INFO STEP 85 (remove_files) COMPLETE
40652024-08-12T22:28:37.619Z[ recovery-image] Aug 12 22:28:35.623 INFO O| Aug 12 22:28:35.623 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-12T22:28:37.626Z[ recovery-image] Aug 12 22:28:35.633 INFO O| Aug 12 22:28:35.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
40672024-08-12T22:28:37.626Z[ recovery-image] Aug 12 22:28:35.633 INFO O| Aug 12 22:28:35.633 INFO STEP 86 (remove_files) COMPLETE
40682024-08-12T22:28:37.626Z[ recovery-image] Aug 12 22:28:35.633 INFO O| Aug 12 22:28:35.633 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-12T22:28:37.636Z[ recovery-image] Aug 12 22:28:35.643 INFO O| Aug 12 22:28:35.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
40702024-08-12T22:28:37.639Z[ recovery-image] Aug 12 22:28:35.643 INFO O| Aug 12 22:28:35.643 INFO STEP 87 (remove_files) COMPLETE
40712024-08-12T22:28:37.639Z[ recovery-image] Aug 12 22:28:35.643 INFO O| Aug 12 22:28:35.643 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-08-12T22:28:37.646Z[ recovery-image] Aug 12 22:28:35.653 INFO O| Aug 12 22:28:35.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
40732024-08-12T22:28:37.649Z[ recovery-image] Aug 12 22:28:35.653 INFO O| Aug 12 22:28:35.653 INFO STEP 88 (remove_files) COMPLETE
40742024-08-12T22:28:37.649Z[ recovery-image] Aug 12 22:28:35.653 INFO O| Aug 12 22:28:35.653 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-08-12T22:28:37.656Z[ recovery-image] Aug 12 22:28:35.663 INFO O| Aug 12 22:28:35.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
40762024-08-12T22:28:37.656Z[ recovery-image] Aug 12 22:28:35.663 INFO O| Aug 12 22:28:35.663 INFO STEP 89 (remove_files) COMPLETE
40772024-08-12T22:28:37.658Z[ recovery-image] Aug 12 22:28:35.663 INFO O| Aug 12 22:28:35.663 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-08-12T22:28:37.666Z[ recovery-image] Aug 12 22:28:35.673 INFO O| Aug 12 22:28:35.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
40792024-08-12T22:28:37.666Z[ recovery-image] Aug 12 22:28:35.673 INFO O| Aug 12 22:28:35.673 INFO STEP 90 (remove_files) COMPLETE
40802024-08-12T22:28:37.669Z[ recovery-image] Aug 12 22:28:35.673 INFO O| Aug 12 22:28:35.673 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-08-12T22:28:37.676Z[ recovery-image] Aug 12 22:28:35.683 INFO O| Aug 12 22:28:35.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
40822024-08-12T22:28:37.676Z[ recovery-image] Aug 12 22:28:35.683 INFO O| Aug 12 22:28:35.683 INFO STEP 91 (remove_files) COMPLETE
40832024-08-12T22:28:37.676Z[ recovery-image] Aug 12 22:28:35.683 INFO O| Aug 12 22:28:35.683 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-08-12T22:28:37.686Z[ recovery-image] Aug 12 22:28:35.693 INFO O| Aug 12 22:28:35.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
40852024-08-12T22:28:37.686Z[ recovery-image] Aug 12 22:28:35.693 INFO O| Aug 12 22:28:35.693 INFO STEP 92 (remove_files) COMPLETE
40862024-08-12T22:28:37.686Z[ recovery-image] Aug 12 22:28:35.693 INFO O| Aug 12 22:28:35.693 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-08-12T22:28:37.696Z[ recovery-image] Aug 12 22:28:35.703 INFO O| Aug 12 22:28:35.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
40882024-08-12T22:28:37.696Z[ recovery-image] Aug 12 22:28:35.703 INFO O| Aug 12 22:28:35.703 INFO STEP 93 (remove_files) COMPLETE
40892024-08-12T22:28:37.696Z[ recovery-image] Aug 12 22:28:35.703 INFO O| Aug 12 22:28:35.703 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-08-12T22:28:37.706Z[ recovery-image] Aug 12 22:28:35.713 INFO O| Aug 12 22:28:35.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
40912024-08-12T22:28:37.709Z[ recovery-image] Aug 12 22:28:35.714 INFO O| Aug 12 22:28:35.714 INFO STEP 94 (remove_files) COMPLETE
40922024-08-12T22:28:37.709Z[ recovery-image] Aug 12 22:28:35.714 INFO O| Aug 12 22:28:35.714 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-08-12T22:28:37.720Z[ recovery-image] Aug 12 22:28:35.727 INFO O| Aug 12 22:28:35.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
40942024-08-12T22:28:37.720Z[ recovery-image] Aug 12 22:28:35.727 INFO O| Aug 12 22:28:35.727 INFO STEP 95 (remove_files) COMPLETE
40952024-08-12T22:28:37.723Z[ recovery-image] Aug 12 22:28:35.727 INFO O| Aug 12 22:28:35.727 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-08-12T22:28:37.733Z[ recovery-image] Aug 12 22:28:35.739 INFO O| Aug 12 22:28:35.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
40972024-08-12T22:28:37.733Z[ recovery-image] Aug 12 22:28:35.739 INFO O| Aug 12 22:28:35.739 INFO STEP 96 (remove_files) COMPLETE
40982024-08-12T22:28:37.733Z[ recovery-image] Aug 12 22:28:35.740 INFO O| Aug 12 22:28:35.739 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-08-12T22:28:37.743Z[ recovery-image] Aug 12 22:28:35.750 INFO O| Aug 12 22:28:35.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41002024-08-12T22:28:37.744Z[ recovery-image] Aug 12 22:28:35.750 INFO O| Aug 12 22:28:35.750 INFO STEP 97 (remove_files) COMPLETE
41012024-08-12T22:28:37.746Z[ recovery-image] Aug 12 22:28:35.751 INFO O| Aug 12 22:28:35.750 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-08-12T22:28:37.754Z[ recovery-image] Aug 12 22:28:35.761 INFO O| Aug 12 22:28:35.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41032024-08-12T22:28:37.757Z[ recovery-image] Aug 12 22:28:35.761 INFO O| Aug 12 22:28:35.761 INFO STEP 98 (remove_files) COMPLETE
41042024-08-12T22:28:37.757Z[ recovery-image] Aug 12 22:28:35.761 INFO O| Aug 12 22:28:35.761 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-08-12T22:28:37.764Z[ recovery-image] Aug 12 22:28:35.771 INFO O| Aug 12 22:28:35.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41062024-08-12T22:28:37.766Z[ recovery-image] Aug 12 22:28:35.771 INFO O| Aug 12 22:28:35.771 INFO STEP 99 (remove_files) COMPLETE
41072024-08-12T22:28:37.766Z[ recovery-image] Aug 12 22:28:35.771 INFO O| Aug 12 22:28:35.771 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-08-12T22:28:37.774Z[ recovery-image] Aug 12 22:28:35.780 INFO O| Aug 12 22:28:35.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41092024-08-12T22:28:37.774Z[ recovery-image] Aug 12 22:28:35.780 INFO O| Aug 12 22:28:35.780 INFO STEP 100 (remove_files) COMPLETE
41102024-08-12T22:28:37.774Z[ recovery-image] Aug 12 22:28:35.780 INFO O| Aug 12 22:28:35.780 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-08-12T22:28:37.784Z[ recovery-image] Aug 12 22:28:35.790 INFO O| Aug 12 22:28:35.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41122024-08-12T22:28:37.784Z[ recovery-image] Aug 12 22:28:35.790 INFO O| Aug 12 22:28:35.790 INFO STEP 101 (remove_files) COMPLETE
41132024-08-12T22:28:37.784Z[ recovery-image] Aug 12 22:28:35.791 INFO O| Aug 12 22:28:35.790 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-08-12T22:28:37.794Z[ recovery-image] Aug 12 22:28:35.801 INFO O| Aug 12 22:28:35.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41152024-08-12T22:28:37.794Z[ recovery-image] Aug 12 22:28:35.801 INFO O| Aug 12 22:28:35.801 INFO STEP 102 (remove_files) COMPLETE
41162024-08-12T22:28:37.797Z[ recovery-image] Aug 12 22:28:35.801 INFO O| Aug 12 22:28:35.801 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-08-12T22:28:37.806Z[ recovery-image] Aug 12 22:28:35.813 INFO O| Aug 12 22:28:35.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41182024-08-12T22:28:37.806Z[ recovery-image] Aug 12 22:28:35.813 INFO O| Aug 12 22:28:35.813 INFO STEP 103 (remove_files) COMPLETE
41192024-08-12T22:28:37.806Z[ recovery-image] Aug 12 22:28:35.813 INFO O| Aug 12 22:28:35.813 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-08-12T22:28:37.817Z[ recovery-image] Aug 12 22:28:35.823 INFO O| Aug 12 22:28:35.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41212024-08-12T22:28:37.817Z[ recovery-image] Aug 12 22:28:35.823 INFO O| Aug 12 22:28:35.823 INFO STEP 104 (remove_files) COMPLETE
41222024-08-12T22:28:37.819Z[ recovery-image] Aug 12 22:28:35.823 INFO O| Aug 12 22:28:35.823 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-08-12T22:28:37.827Z[ recovery-image] Aug 12 22:28:35.833 INFO O| Aug 12 22:28:35.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41242024-08-12T22:28:37.829Z[ recovery-image] Aug 12 22:28:35.834 INFO O| Aug 12 22:28:35.834 INFO STEP 105 (remove_files) COMPLETE
41252024-08-12T22:28:37.829Z[ recovery-image] Aug 12 22:28:35.834 INFO O| Aug 12 22:28:35.834 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-08-12T22:28:37.837Z[ recovery-image] Aug 12 22:28:35.844 INFO O| Aug 12 22:28:35.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41272024-08-12T22:28:37.837Z[ recovery-image] Aug 12 22:28:35.844 INFO O| Aug 12 22:28:35.844 INFO STEP 106 (remove_files) COMPLETE
41282024-08-12T22:28:37.840Z[ recovery-image] Aug 12 22:28:35.844 INFO O| Aug 12 22:28:35.844 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-08-12T22:28:37.847Z[ recovery-image] Aug 12 22:28:35.854 INFO O| Aug 12 22:28:35.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41302024-08-12T22:28:37.850Z[ recovery-image] Aug 12 22:28:35.855 INFO O| Aug 12 22:28:35.855 INFO STEP 107 (remove_files) COMPLETE
41312024-08-12T22:28:37.850Z[ recovery-image] Aug 12 22:28:35.855 INFO O| Aug 12 22:28:35.855 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-08-12T22:28:37.859Z[ recovery-image] Aug 12 22:28:35.865 INFO O| Aug 12 22:28:35.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
41332024-08-12T22:28:37.859Z[ recovery-image] Aug 12 22:28:35.865 INFO O| Aug 12 22:28:35.865 INFO STEP 108 (remove_files) COMPLETE
41342024-08-12T22:28:37.859Z[ recovery-image] Aug 12 22:28:35.866 INFO O| Aug 12 22:28:35.865 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-08-12T22:28:37.870Z[ recovery-image] Aug 12 22:28:35.877 INFO O| Aug 12 22:28:35.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
41362024-08-12T22:28:37.870Z[ recovery-image] Aug 12 22:28:35.877 INFO O| Aug 12 22:28:35.877 INFO STEP 109 (remove_files) COMPLETE
41372024-08-12T22:28:37.873Z[ recovery-image] Aug 12 22:28:35.877 INFO O| Aug 12 22:28:35.877 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-08-12T22:28:37.882Z[ recovery-image] Aug 12 22:28:35.888 INFO O| Aug 12 22:28:35.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
41392024-08-12T22:28:37.884Z[ recovery-image] Aug 12 22:28:35.888 INFO O| Aug 12 22:28:35.888 INFO STEP 110 (remove_files) COMPLETE
41402024-08-12T22:28:37.884Z[ recovery-image] Aug 12 22:28:35.888 INFO O| Aug 12 22:28:35.888 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-08-12T22:28:37.893Z[ recovery-image] Aug 12 22:28:35.900 INFO O| Aug 12 22:28:35.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
41422024-08-12T22:28:37.893Z[ recovery-image] Aug 12 22:28:35.900 INFO O| Aug 12 22:28:35.900 INFO STEP 111 (remove_files) COMPLETE
41432024-08-12T22:28:37.896Z[ recovery-image] Aug 12 22:28:35.900 INFO O| Aug 12 22:28:35.900 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-12T22:28:37.904Z[ recovery-image] Aug 12 22:28:35.911 INFO O| Aug 12 22:28:35.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
41452024-08-12T22:28:37.904Z[ recovery-image] Aug 12 22:28:35.911 INFO O| Aug 12 22:28:35.911 INFO STEP 112 (remove_files) COMPLETE
41462024-08-12T22:28:37.904Z[ recovery-image] Aug 12 22:28:35.911 INFO O| Aug 12 22:28:35.911 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-12T22:28:37.915Z[ recovery-image] Aug 12 22:28:35.922 INFO O| Aug 12 22:28:35.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
41482024-08-12T22:28:37.916Z[ recovery-image] Aug 12 22:28:35.922 INFO O| Aug 12 22:28:35.922 INFO STEP 113 (remove_files) COMPLETE
41492024-08-12T22:28:37.916Z[ recovery-image] Aug 12 22:28:35.922 INFO O| Aug 12 22:28:35.922 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-08-12T22:28:37.927Z[ recovery-image] Aug 12 22:28:35.934 INFO O| Aug 12 22:28:35.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
41512024-08-12T22:28:37.927Z[ recovery-image] Aug 12 22:28:35.934 INFO O| Aug 12 22:28:35.934 INFO STEP 114 (remove_files) COMPLETE
41522024-08-12T22:28:37.930Z[ recovery-image] Aug 12 22:28:35.934 INFO O| Aug 12 22:28:35.934 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-08-12T22:28:37.938Z[ recovery-image] Aug 12 22:28:35.945 INFO O| Aug 12 22:28:35.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
41542024-08-12T22:28:37.938Z[ recovery-image] Aug 12 22:28:35.945 INFO O| Aug 12 22:28:35.945 INFO STEP 115 (remove_files) COMPLETE
41552024-08-12T22:28:37.938Z[ recovery-image] Aug 12 22:28:35.945 INFO O| Aug 12 22:28:35.945 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-08-12T22:28:37.949Z[ recovery-image] Aug 12 22:28:35.956 INFO O| Aug 12 22:28:35.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
41572024-08-12T22:28:37.949Z[ recovery-image] Aug 12 22:28:35.956 INFO O| Aug 12 22:28:35.956 INFO STEP 116 (remove_files) COMPLETE
41582024-08-12T22:28:37.952Z[ recovery-image] Aug 12 22:28:35.956 INFO O| Aug 12 22:28:35.956 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-08-12T22:28:37.961Z[ recovery-image] Aug 12 22:28:35.968 INFO O| Aug 12 22:28:35.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
41602024-08-12T22:28:37.964Z[ recovery-image] Aug 12 22:28:35.968 INFO O| Aug 12 22:28:35.968 INFO STEP 117 (remove_files) COMPLETE
41612024-08-12T22:28:37.964Z[ recovery-image] Aug 12 22:28:35.968 INFO O| Aug 12 22:28:35.968 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-12T22:28:37.974Z[ recovery-image] Aug 12 22:28:35.980 INFO O| Aug 12 22:28:35.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
41632024-08-12T22:28:37.976Z[ recovery-image] Aug 12 22:28:35.981 INFO O| Aug 12 22:28:35.980 INFO STEP 118 (remove_files) COMPLETE
41642024-08-12T22:28:37.976Z[ recovery-image] Aug 12 22:28:35.981 INFO O| Aug 12 22:28:35.980 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-12T22:28:37.984Z[ recovery-image] Aug 12 22:28:35.991 INFO O| Aug 12 22:28:35.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
41662024-08-12T22:28:37.984Z[ recovery-image] Aug 12 22:28:35.991 INFO O| Aug 12 22:28:35.991 INFO STEP 119 (remove_files) COMPLETE
41672024-08-12T22:28:37.984Z[ recovery-image] Aug 12 22:28:35.991 INFO O| Aug 12 22:28:35.991 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-12T22:28:37.996Z[ recovery-image] Aug 12 22:28:36.003 INFO O| Aug 12 22:28:36.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
41692024-08-12T22:28:37.997Z[ recovery-image] Aug 12 22:28:36.003 INFO O| Aug 12 22:28:36.003 INFO STEP 120 (remove_files) COMPLETE
41702024-08-12T22:28:37.999Z[ recovery-image] Aug 12 22:28:36.003 INFO O| Aug 12 22:28:36.003 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-12T22:28:38.008Z[ recovery-image] Aug 12 22:28:36.014 INFO O| Aug 12 22:28:36.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
41722024-08-12T22:28:38.008Z[ recovery-image] Aug 12 22:28:36.015 INFO O| Aug 12 22:28:36.015 INFO STEP 121 (remove_files) COMPLETE
41732024-08-12T22:28:38.010Z[ recovery-image] Aug 12 22:28:36.015 INFO O| Aug 12 22:28:36.015 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-12T22:28:38.020Z[ recovery-image] Aug 12 22:28:36.027 INFO O| Aug 12 22:28:36.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
41752024-08-12T22:28:38.023Z[ recovery-image] Aug 12 22:28:36.027 INFO O| Aug 12 22:28:36.027 INFO STEP 122 (remove_files) COMPLETE
41762024-08-12T22:28:38.023Z[ recovery-image] Aug 12 22:28:36.027 INFO O| Aug 12 22:28:36.027 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-12T22:28:38.032Z[ recovery-image] Aug 12 22:28:36.039 INFO O| Aug 12 22:28:36.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
41782024-08-12T22:28:38.032Z[ recovery-image] Aug 12 22:28:36.039 INFO O| Aug 12 22:28:36.039 INFO STEP 123 (remove_files) COMPLETE
41792024-08-12T22:28:38.033Z[ recovery-image] Aug 12 22:28:36.039 INFO O| Aug 12 22:28:36.039 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-12T22:28:38.045Z[ recovery-image] Aug 12 22:28:36.052 INFO O| Aug 12 22:28:36.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
41812024-08-12T22:28:38.045Z[ recovery-image] Aug 12 22:28:36.052 INFO O| Aug 12 22:28:36.052 INFO STEP 124 (remove_files) COMPLETE
41822024-08-12T22:28:38.048Z[ recovery-image] Aug 12 22:28:36.052 INFO O| Aug 12 22:28:36.052 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-12T22:28:38.061Z[ recovery-image] Aug 12 22:28:36.067 INFO O| Aug 12 22:28:36.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
41842024-08-12T22:28:38.061Z[ recovery-image] Aug 12 22:28:36.067 INFO O| Aug 12 22:28:36.067 INFO STEP 125 (remove_files) COMPLETE
41852024-08-12T22:28:38.064Z[ recovery-image] Aug 12 22:28:36.067 INFO O| Aug 12 22:28:36.067 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-12T22:28:38.074Z[ recovery-image] Aug 12 22:28:36.080 INFO O| Aug 12 22:28:36.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
41872024-08-12T22:28:38.074Z[ recovery-image] Aug 12 22:28:36.080 INFO O| Aug 12 22:28:36.080 INFO STEP 126 (remove_files) COMPLETE
41882024-08-12T22:28:38.077Z[ recovery-image] Aug 12 22:28:36.080 INFO O| Aug 12 22:28:36.080 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-12T22:28:38.086Z[ recovery-image] Aug 12 22:28:36.093 INFO O| Aug 12 22:28:36.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
41902024-08-12T22:28:38.089Z[ recovery-image] Aug 12 22:28:36.093 INFO O| Aug 12 22:28:36.093 INFO STEP 127 (remove_files) COMPLETE
41912024-08-12T22:28:38.089Z[ recovery-image] Aug 12 22:28:36.093 INFO O| Aug 12 22:28:36.093 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-12T22:28:38.096Z[ recovery-image] Aug 12 22:28:36.103 INFO O| Aug 12 22:28:36.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
41932024-08-12T22:28:38.096Z[ recovery-image] Aug 12 22:28:36.103 INFO O| Aug 12 22:28:36.103 INFO STEP 128 (remove_files) COMPLETE
41942024-08-12T22:28:38.099Z[ recovery-image] Aug 12 22:28:36.103 INFO O| Aug 12 22:28:36.103 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-12T22:28:38.107Z[ recovery-image] Aug 12 22:28:36.113 INFO O| Aug 12 22:28:36.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
41962024-08-12T22:28:38.109Z[ recovery-image] Aug 12 22:28:36.113 INFO O| Aug 12 22:28:36.113 INFO STEP 129 (remove_files) COMPLETE
41972024-08-12T22:28:38.109Z[ recovery-image] Aug 12 22:28:36.113 INFO O| Aug 12 22:28:36.113 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-12T22:28:38.116Z[ recovery-image] Aug 12 22:28:36.123 INFO O| Aug 12 22:28:36.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
41992024-08-12T22:28:38.119Z[ recovery-image] Aug 12 22:28:36.123 INFO O| Aug 12 22:28:36.123 INFO STEP 130 (remove_files) COMPLETE
42002024-08-12T22:28:38.119Z[ recovery-image] Aug 12 22:28:36.123 INFO O| Aug 12 22:28:36.123 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-12T22:28:38.127Z[ recovery-image] Aug 12 22:28:36.133 INFO O| Aug 12 22:28:36.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42022024-08-12T22:28:38.127Z[ recovery-image] Aug 12 22:28:36.133 INFO O| Aug 12 22:28:36.133 INFO STEP 131 (remove_files) COMPLETE
42032024-08-12T22:28:38.129Z[ recovery-image] Aug 12 22:28:36.133 INFO O| Aug 12 22:28:36.133 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-12T22:28:38.139Z[ recovery-image] Aug 12 22:28:36.146 INFO O| Aug 12 22:28:36.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42052024-08-12T22:28:38.139Z[ recovery-image] Aug 12 22:28:36.146 INFO O| Aug 12 22:28:36.146 INFO STEP 132 (remove_files) COMPLETE
42062024-08-12T22:28:38.142Z[ recovery-image] Aug 12 22:28:36.146 INFO O| Aug 12 22:28:36.146 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-12T22:28:38.151Z[ recovery-image] Aug 12 22:28:36.157 INFO O| Aug 12 22:28:36.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42082024-08-12T22:28:38.153Z[ recovery-image] Aug 12 22:28:36.158 INFO O| Aug 12 22:28:36.158 INFO STEP 133 (remove_files) COMPLETE
42092024-08-12T22:28:38.154Z[ recovery-image] Aug 12 22:28:36.158 INFO O| Aug 12 22:28:36.158 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-12T22:28:38.162Z[ recovery-image] Aug 12 22:28:36.169 INFO O| Aug 12 22:28:36.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42112024-08-12T22:28:38.162Z[ recovery-image] Aug 12 22:28:36.169 INFO O| Aug 12 22:28:36.169 INFO STEP 134 (remove_files) COMPLETE
42122024-08-12T22:28:38.165Z[ recovery-image] Aug 12 22:28:36.169 INFO O| Aug 12 22:28:36.169 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-08-12T22:28:38.175Z[ recovery-image] Aug 12 22:28:36.182 INFO O| Aug 12 22:28:36.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42142024-08-12T22:28:38.175Z[ recovery-image] Aug 12 22:28:36.182 INFO O| Aug 12 22:28:36.182 INFO STEP 135 (remove_files) COMPLETE
42152024-08-12T22:28:38.178Z[ recovery-image] Aug 12 22:28:36.182 INFO O| Aug 12 22:28:36.182 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-08-12T22:28:38.187Z[ recovery-image] Aug 12 22:28:36.193 INFO O| Aug 12 22:28:36.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42172024-08-12T22:28:38.187Z[ recovery-image] Aug 12 22:28:36.193 INFO O| Aug 12 22:28:36.193 INFO STEP 136 (remove_files) COMPLETE
42182024-08-12T22:28:38.187Z[ recovery-image] Aug 12 22:28:36.193 INFO O| Aug 12 22:28:36.193 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-08-12T22:28:38.199Z[ recovery-image] Aug 12 22:28:36.206 INFO O| Aug 12 22:28:36.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42202024-08-12T22:28:38.199Z[ recovery-image] Aug 12 22:28:36.206 INFO O| Aug 12 22:28:36.206 INFO STEP 137 (remove_files) COMPLETE
42212024-08-12T22:28:38.202Z[ recovery-image] Aug 12 22:28:36.206 INFO O| Aug 12 22:28:36.206 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-08-12T22:28:38.211Z[ recovery-image] Aug 12 22:28:36.217 INFO O| Aug 12 22:28:36.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42232024-08-12T22:28:38.211Z[ recovery-image] Aug 12 22:28:36.217 INFO O| Aug 12 22:28:36.217 INFO STEP 138 (remove_files) COMPLETE
42242024-08-12T22:28:38.211Z[ recovery-image] Aug 12 22:28:36.218 INFO O| Aug 12 22:28:36.217 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-08-12T22:28:38.223Z[ recovery-image] Aug 12 22:28:36.230 INFO O| Aug 12 22:28:36.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42262024-08-12T22:28:38.223Z[ recovery-image] Aug 12 22:28:36.230 INFO O| Aug 12 22:28:36.230 INFO STEP 139 (remove_files) COMPLETE
42272024-08-12T22:28:38.226Z[ recovery-image] Aug 12 22:28:36.230 INFO O| Aug 12 22:28:36.230 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-08-12T22:28:38.234Z[ recovery-image] Aug 12 22:28:36.240 INFO O| Aug 12 22:28:36.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42292024-08-12T22:28:38.234Z[ recovery-image] Aug 12 22:28:36.240 INFO O| Aug 12 22:28:36.240 INFO STEP 140 (remove_files) COMPLETE
42302024-08-12T22:28:38.236Z[ recovery-image] Aug 12 22:28:36.240 INFO O| Aug 12 22:28:36.240 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-08-12T22:28:38.244Z[ recovery-image] Aug 12 22:28:36.251 INFO O| Aug 12 22:28:36.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42322024-08-12T22:28:38.244Z[ recovery-image] Aug 12 22:28:36.251 INFO O| Aug 12 22:28:36.251 INFO STEP 141 (remove_files) COMPLETE
42332024-08-12T22:28:38.245Z[ recovery-image] Aug 12 22:28:36.251 INFO O| Aug 12 22:28:36.251 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-08-12T22:28:38.254Z[ recovery-image] Aug 12 22:28:36.261 INFO O| Aug 12 22:28:36.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
42352024-08-12T22:28:38.254Z[ recovery-image] Aug 12 22:28:36.261 INFO O| Aug 12 22:28:36.261 INFO STEP 142 (remove_files) COMPLETE
42362024-08-12T22:28:38.257Z[ recovery-image] Aug 12 22:28:36.261 INFO O| Aug 12 22:28:36.261 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-08-12T22:28:38.264Z[ recovery-image] Aug 12 22:28:36.271 INFO O| Aug 12 22:28:36.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
42382024-08-12T22:28:38.264Z[ recovery-image] Aug 12 22:28:36.271 INFO O| Aug 12 22:28:36.271 INFO STEP 143 (remove_files) COMPLETE
42392024-08-12T22:28:38.264Z[ recovery-image] Aug 12 22:28:36.271 INFO O| Aug 12 22:28:36.271 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-08-12T22:28:38.274Z[ recovery-image] Aug 12 22:28:36.281 INFO O| Aug 12 22:28:36.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
42412024-08-12T22:28:38.274Z[ recovery-image] Aug 12 22:28:36.281 INFO O| Aug 12 22:28:36.281 INFO STEP 144 (remove_files) COMPLETE
42422024-08-12T22:28:38.274Z[ recovery-image] Aug 12 22:28:36.281 INFO O| Aug 12 22:28:36.281 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-08-12T22:28:38.284Z[ recovery-image] Aug 12 22:28:36.291 INFO O| Aug 12 22:28:36.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
42442024-08-12T22:28:38.284Z[ recovery-image] Aug 12 22:28:36.291 INFO O| Aug 12 22:28:36.291 INFO STEP 145 (remove_files) COMPLETE
42452024-08-12T22:28:38.288Z[ recovery-image] Aug 12 22:28:36.291 INFO O| Aug 12 22:28:36.291 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-08-12T22:28:38.295Z[ recovery-image] Aug 12 22:28:36.301 INFO O| Aug 12 22:28:36.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
42472024-08-12T22:28:38.297Z[ recovery-image] Aug 12 22:28:36.302 INFO O| Aug 12 22:28:36.302 INFO STEP 146 (remove_files) COMPLETE
42482024-08-12T22:28:38.297Z[ recovery-image] Aug 12 22:28:36.302 INFO O| Aug 12 22:28:36.302 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-08-12T22:28:38.305Z[ recovery-image] Aug 12 22:28:36.312 INFO O| Aug 12 22:28:36.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
42502024-08-12T22:28:38.305Z[ recovery-image] Aug 12 22:28:36.312 INFO O| Aug 12 22:28:36.312 INFO STEP 147 (remove_files) COMPLETE
42512024-08-12T22:28:38.308Z[ recovery-image] Aug 12 22:28:36.312 INFO O| Aug 12 22:28:36.312 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-08-12T22:28:38.315Z[ recovery-image] Aug 12 22:28:36.322 INFO O| Aug 12 22:28:36.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
42532024-08-12T22:28:38.315Z[ recovery-image] Aug 12 22:28:36.322 INFO O| Aug 12 22:28:36.322 INFO STEP 148 (remove_files) COMPLETE
42542024-08-12T22:28:38.315Z[ recovery-image] Aug 12 22:28:36.322 INFO O| Aug 12 22:28:36.322 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-08-12T22:28:38.327Z[ recovery-image] Aug 12 22:28:36.333 INFO O| Aug 12 22:28:36.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
42562024-08-12T22:28:38.327Z[ recovery-image] Aug 12 22:28:36.333 INFO O| Aug 12 22:28:36.333 INFO STEP 149 (remove_files) COMPLETE
42572024-08-12T22:28:38.329Z[ recovery-image] Aug 12 22:28:36.333 INFO O| Aug 12 22:28:36.333 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-08-12T22:28:38.337Z[ recovery-image] Aug 12 22:28:36.343 INFO O| Aug 12 22:28:36.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
42592024-08-12T22:28:38.337Z[ recovery-image] Aug 12 22:28:36.343 INFO O| Aug 12 22:28:36.343 INFO STEP 150 (remove_files) COMPLETE
42602024-08-12T22:28:38.340Z[ recovery-image] Aug 12 22:28:36.343 INFO O| Aug 12 22:28:36.343 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-08-12T22:28:38.347Z[ recovery-image] Aug 12 22:28:36.354 INFO O| Aug 12 22:28:36.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
42622024-08-12T22:28:38.347Z[ recovery-image] Aug 12 22:28:36.354 INFO O| Aug 12 22:28:36.354 INFO STEP 151 (remove_files) COMPLETE
42632024-08-12T22:28:38.347Z[ recovery-image] Aug 12 22:28:36.354 INFO O| Aug 12 22:28:36.354 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-08-12T22:28:38.357Z[ recovery-image] Aug 12 22:28:36.364 INFO O| Aug 12 22:28:36.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
42652024-08-12T22:28:38.357Z[ recovery-image] Aug 12 22:28:36.364 INFO O| Aug 12 22:28:36.364 INFO STEP 152 (remove_files) COMPLETE
42662024-08-12T22:28:38.360Z[ recovery-image] Aug 12 22:28:36.364 INFO O| Aug 12 22:28:36.364 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-08-12T22:28:38.370Z[ recovery-image] Aug 12 22:28:36.377 INFO O| Aug 12 22:28:36.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
42682024-08-12T22:28:38.370Z[ recovery-image] Aug 12 22:28:36.377 INFO O| Aug 12 22:28:36.377 INFO STEP 153 (remove_files) COMPLETE
42692024-08-12T22:28:38.374Z[ recovery-image] Aug 12 22:28:36.377 INFO O| Aug 12 22:28:36.377 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-08-12T22:28:38.381Z[ recovery-image] Aug 12 22:28:36.388 INFO O| Aug 12 22:28:36.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
42712024-08-12T22:28:38.381Z[ recovery-image] Aug 12 22:28:36.388 INFO O| Aug 12 22:28:36.388 INFO STEP 154 (remove_files) COMPLETE
42722024-08-12T22:28:38.384Z[ recovery-image] Aug 12 22:28:36.388 INFO O| Aug 12 22:28:36.388 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-08-12T22:28:38.394Z[ recovery-image] Aug 12 22:28:36.398 INFO O| Aug 12 22:28:36.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
42742024-08-12T22:28:38.397Z[ recovery-image] Aug 12 22:28:36.399 INFO O| Aug 12 22:28:36.399 INFO STEP 155 (remove_files) COMPLETE
42752024-08-12T22:28:38.397Z[ recovery-image] Aug 12 22:28:36.399 INFO O| Aug 12 22:28:36.399 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-08-12T22:28:38.402Z[ recovery-image] Aug 12 22:28:36.409 INFO O| Aug 12 22:28:36.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
42772024-08-12T22:28:38.402Z[ recovery-image] Aug 12 22:28:36.409 INFO O| Aug 12 22:28:36.409 INFO STEP 156 (remove_files) COMPLETE
42782024-08-12T22:28:38.405Z[ recovery-image] Aug 12 22:28:36.409 INFO O| Aug 12 22:28:36.409 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-08-12T22:28:38.413Z[ recovery-image] Aug 12 22:28:36.419 INFO O| Aug 12 22:28:36.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
42802024-08-12T22:28:38.413Z[ recovery-image] Aug 12 22:28:36.419 INFO O| Aug 12 22:28:36.419 INFO STEP 157 (remove_files) COMPLETE
42812024-08-12T22:28:38.416Z[ recovery-image] Aug 12 22:28:36.419 INFO O| Aug 12 22:28:36.419 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-08-12T22:28:38.424Z[ recovery-image] Aug 12 22:28:36.429 INFO O| Aug 12 22:28:36.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
42832024-08-12T22:28:38.427Z[ recovery-image] Aug 12 22:28:36.430 INFO O| Aug 12 22:28:36.429 INFO STEP 158 (remove_files) COMPLETE
42842024-08-12T22:28:38.427Z[ recovery-image] Aug 12 22:28:36.430 INFO O| Aug 12 22:28:36.429 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-08-12T22:28:38.433Z[ recovery-image] Aug 12 22:28:36.440 INFO O| Aug 12 22:28:36.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
42862024-08-12T22:28:38.436Z[ recovery-image] Aug 12 22:28:36.441 INFO O| Aug 12 22:28:36.441 INFO STEP 159 (remove_files) COMPLETE
42872024-08-12T22:28:38.436Z[ recovery-image] Aug 12 22:28:36.441 INFO O| Aug 12 22:28:36.441 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-08-12T22:28:38.444Z[ recovery-image] Aug 12 22:28:36.450 INFO O| Aug 12 22:28:36.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
42892024-08-12T22:28:38.444Z[ recovery-image] Aug 12 22:28:36.451 INFO O| Aug 12 22:28:36.451 INFO STEP 160 (remove_files) COMPLETE
42902024-08-12T22:28:38.444Z[ recovery-image] Aug 12 22:28:36.451 INFO O| Aug 12 22:28:36.451 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-08-12T22:28:38.454Z[ recovery-image] Aug 12 22:28:36.461 INFO O| Aug 12 22:28:36.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
42922024-08-12T22:28:38.454Z[ recovery-image] Aug 12 22:28:36.461 INFO O| Aug 12 22:28:36.461 INFO STEP 161 (remove_files) COMPLETE
42932024-08-12T22:28:38.457Z[ recovery-image] Aug 12 22:28:36.461 INFO O| Aug 12 22:28:36.461 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-08-12T22:28:38.464Z[ recovery-image] Aug 12 22:28:36.471 INFO O| Aug 12 22:28:36.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
42952024-08-12T22:28:38.464Z[ recovery-image] Aug 12 22:28:36.471 INFO O| Aug 12 22:28:36.471 INFO STEP 162 (remove_files) COMPLETE
42962024-08-12T22:28:38.467Z[ recovery-image] Aug 12 22:28:36.471 INFO O| Aug 12 22:28:36.471 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-08-12T22:28:38.477Z[ recovery-image] Aug 12 22:28:36.484 INFO O| Aug 12 22:28:36.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
42982024-08-12T22:28:38.477Z[ recovery-image] Aug 12 22:28:36.484 INFO O| Aug 12 22:28:36.484 INFO STEP 163 (remove_files) COMPLETE
42992024-08-12T22:28:38.480Z[ recovery-image] Aug 12 22:28:36.484 INFO O| Aug 12 22:28:36.484 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-08-12T22:28:38.487Z[ recovery-image] Aug 12 22:28:36.494 INFO O| Aug 12 22:28:36.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43012024-08-12T22:28:38.487Z[ recovery-image] Aug 12 22:28:36.494 INFO O| Aug 12 22:28:36.494 INFO STEP 164 (remove_files) COMPLETE
43022024-08-12T22:28:38.487Z[ recovery-image] Aug 12 22:28:36.494 INFO O| Aug 12 22:28:36.494 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-08-12T22:28:38.498Z[ recovery-image] Aug 12 22:28:36.504 INFO O| Aug 12 22:28:36.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43042024-08-12T22:28:38.498Z[ recovery-image] Aug 12 22:28:36.504 INFO O| Aug 12 22:28:36.504 INFO STEP 165 (remove_files) COMPLETE
43052024-08-12T22:28:38.498Z[ recovery-image] Aug 12 22:28:36.504 INFO O| Aug 12 22:28:36.504 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-08-12T22:28:38.508Z[ recovery-image] Aug 12 22:28:36.515 INFO O| Aug 12 22:28:36.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43072024-08-12T22:28:38.511Z[ recovery-image] Aug 12 22:28:36.515 INFO O| Aug 12 22:28:36.515 INFO STEP 166 (remove_files) COMPLETE
43082024-08-12T22:28:38.511Z[ recovery-image] Aug 12 22:28:36.515 INFO O| Aug 12 22:28:36.515 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-08-12T22:28:38.596Z[ recovery-image] Aug 12 22:28:36.527 INFO O| Aug 12 22:28:36.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43102024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.527 INFO O| Aug 12 22:28:36.527 INFO STEP 167 (remove_files) COMPLETE
43112024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.527 INFO O| Aug 12 22:28:36.527 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.537 INFO O| Aug 12 22:28:36.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43132024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.537 INFO O| Aug 12 22:28:36.537 INFO STEP 168 (remove_files) COMPLETE
43142024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.537 INFO O| Aug 12 22:28:36.537 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.550 INFO O| Aug 12 22:28:36.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43162024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.550 INFO O| Aug 12 22:28:36.550 INFO STEP 169 (remove_files) COMPLETE
43172024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.550 INFO O| Aug 12 22:28:36.550 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.563 INFO O| Aug 12 22:28:36.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43192024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.563 INFO O| Aug 12 22:28:36.563 INFO STEP 170 (remove_files) COMPLETE
43202024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.563 INFO O| Aug 12 22:28:36.563 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.574 INFO O| Aug 12 22:28:36.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43222024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.574 INFO O| Aug 12 22:28:36.574 INFO STEP 171 (remove_files) COMPLETE
43232024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.574 INFO O| Aug 12 22:28:36.574 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.586 INFO O| Aug 12 22:28:36.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43252024-08-12T22:28:38.599Z[ recovery-image] Aug 12 22:28:36.587 INFO O| Aug 12 22:28:36.587 INFO STEP 172 (remove_files) COMPLETE
43262024-08-12T22:28:38.600Z[ recovery-image] Aug 12 22:28:36.587 INFO O| Aug 12 22:28:36.587 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-08-12T22:28:38.600Z[ recovery-image] Aug 12 22:28:36.597 INFO O| Aug 12 22:28:36.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43282024-08-12T22:28:38.600Z[ recovery-image] Aug 12 22:28:36.597 INFO O| Aug 12 22:28:36.597 INFO STEP 173 (remove_files) COMPLETE
43292024-08-12T22:28:38.600Z[ recovery-image] Aug 12 22:28:36.597 INFO O| Aug 12 22:28:36.597 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-08-12T22:28:38.603Z[ recovery-image] Aug 12 22:28:36.609 INFO O| Aug 12 22:28:36.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43312024-08-12T22:28:38.603Z[ recovery-image] Aug 12 22:28:36.609 INFO O| Aug 12 22:28:36.609 INFO STEP 174 (remove_files) COMPLETE
43322024-08-12T22:28:38.603Z[ recovery-image] Aug 12 22:28:36.609 INFO O| Aug 12 22:28:36.609 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-08-12T22:28:38.612Z[ recovery-image] Aug 12 22:28:36.619 INFO O| Aug 12 22:28:36.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
43342024-08-12T22:28:38.612Z[ recovery-image] Aug 12 22:28:36.619 INFO O| Aug 12 22:28:36.619 INFO STEP 175 (remove_files) COMPLETE
43352024-08-12T22:28:38.612Z[ recovery-image] Aug 12 22:28:36.619 INFO O| Aug 12 22:28:36.619 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-08-12T22:28:38.622Z[ recovery-image] Aug 12 22:28:36.629 INFO O| Aug 12 22:28:36.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
43372024-08-12T22:28:38.623Z[ recovery-image] Aug 12 22:28:36.629 INFO O| Aug 12 22:28:36.629 INFO STEP 176 (remove_files) COMPLETE
43382024-08-12T22:28:38.626Z[ recovery-image] Aug 12 22:28:36.629 INFO O| Aug 12 22:28:36.629 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-08-12T22:28:38.634Z[ recovery-image] Aug 12 22:28:36.640 INFO O| Aug 12 22:28:36.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
43402024-08-12T22:28:38.634Z[ recovery-image] Aug 12 22:28:36.640 INFO O| Aug 12 22:28:36.640 INFO STEP 177 (remove_files) COMPLETE
43412024-08-12T22:28:38.636Z[ recovery-image] Aug 12 22:28:36.640 INFO O| Aug 12 22:28:36.640 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-08-12T22:28:38.644Z[ recovery-image] Aug 12 22:28:36.650 INFO O| Aug 12 22:28:36.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
43432024-08-12T22:28:38.644Z[ recovery-image] Aug 12 22:28:36.650 INFO O| Aug 12 22:28:36.650 INFO STEP 178 (remove_files) COMPLETE
43442024-08-12T22:28:38.644Z[ recovery-image] Aug 12 22:28:36.650 INFO O| Aug 12 22:28:36.650 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-08-12T22:28:38.654Z[ recovery-image] Aug 12 22:28:36.660 INFO O| Aug 12 22:28:36.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
43462024-08-12T22:28:38.656Z[ recovery-image] Aug 12 22:28:36.660 INFO O| Aug 12 22:28:36.660 INFO STEP 179 (remove_files) COMPLETE
43472024-08-12T22:28:38.656Z[ recovery-image] Aug 12 22:28:36.660 INFO O| Aug 12 22:28:36.660 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-08-12T22:28:38.665Z[ recovery-image] Aug 12 22:28:36.670 INFO O| Aug 12 22:28:36.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
43492024-08-12T22:28:38.665Z[ recovery-image] Aug 12 22:28:36.670 INFO O| Aug 12 22:28:36.670 INFO STEP 180 (remove_files) COMPLETE
43502024-08-12T22:28:38.665Z[ recovery-image] Aug 12 22:28:36.670 INFO O| Aug 12 22:28:36.670 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-08-12T22:28:38.675Z[ recovery-image] Aug 12 22:28:36.682 INFO O| Aug 12 22:28:36.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
43522024-08-12T22:28:38.675Z[ recovery-image] Aug 12 22:28:36.682 INFO O| Aug 12 22:28:36.682 INFO STEP 181 (remove_files) COMPLETE
43532024-08-12T22:28:38.675Z[ recovery-image] Aug 12 22:28:36.682 INFO O| Aug 12 22:28:36.682 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-08-12T22:28:38.685Z[ recovery-image] Aug 12 22:28:36.692 INFO O| Aug 12 22:28:36.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
43552024-08-12T22:28:38.688Z[ recovery-image] Aug 12 22:28:36.692 INFO O| Aug 12 22:28:36.692 INFO STEP 182 (remove_files) COMPLETE
43562024-08-12T22:28:38.688Z[ recovery-image] Aug 12 22:28:36.692 INFO O| Aug 12 22:28:36.692 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-08-12T22:28:38.697Z[ recovery-image] Aug 12 22:28:36.703 INFO O| Aug 12 22:28:36.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
43582024-08-12T22:28:38.699Z[ recovery-image] Aug 12 22:28:36.704 INFO O| Aug 12 22:28:36.704 INFO STEP 183 (remove_files) COMPLETE
43592024-08-12T22:28:38.699Z[ recovery-image] Aug 12 22:28:36.704 INFO O| Aug 12 22:28:36.704 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-08-12T22:28:38.707Z[ recovery-image] Aug 12 22:28:36.714 INFO O| Aug 12 22:28:36.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
43612024-08-12T22:28:38.707Z[ recovery-image] Aug 12 22:28:36.714 INFO O| Aug 12 22:28:36.714 INFO STEP 184 (remove_files) COMPLETE
43622024-08-12T22:28:38.707Z[ recovery-image] Aug 12 22:28:36.714 INFO O| Aug 12 22:28:36.714 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-08-12T22:28:38.717Z[ recovery-image] Aug 12 22:28:36.724 INFO O| Aug 12 22:28:36.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
43642024-08-12T22:28:38.717Z[ recovery-image] Aug 12 22:28:36.724 INFO O| Aug 12 22:28:36.724 INFO STEP 185 (remove_files) COMPLETE
43652024-08-12T22:28:38.717Z[ recovery-image] Aug 12 22:28:36.724 INFO O| Aug 12 22:28:36.724 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-08-12T22:28:38.728Z[ recovery-image] Aug 12 22:28:36.734 INFO O| Aug 12 22:28:36.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
43672024-08-12T22:28:38.729Z[ recovery-image] Aug 12 22:28:36.734 INFO O| Aug 12 22:28:36.734 INFO STEP 186 (remove_files) COMPLETE
43682024-08-12T22:28:38.732Z[ recovery-image] Aug 12 22:28:36.734 INFO O| Aug 12 22:28:36.734 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-08-12T22:28:38.737Z[ recovery-image] Aug 12 22:28:36.744 INFO O| Aug 12 22:28:36.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
43702024-08-12T22:28:38.737Z[ recovery-image] Aug 12 22:28:36.744 INFO O| Aug 12 22:28:36.744 INFO STEP 187 (remove_files) COMPLETE
43712024-08-12T22:28:38.740Z[ recovery-image] Aug 12 22:28:36.744 INFO O| Aug 12 22:28:36.744 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-08-12T22:28:38.748Z[ recovery-image] Aug 12 22:28:36.754 INFO O| Aug 12 22:28:36.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
43732024-08-12T22:28:38.748Z[ recovery-image] Aug 12 22:28:36.754 INFO O| Aug 12 22:28:36.754 INFO STEP 188 (remove_files) COMPLETE
43742024-08-12T22:28:38.748Z[ recovery-image] Aug 12 22:28:36.754 INFO O| Aug 12 22:28:36.754 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-08-12T22:28:38.758Z[ recovery-image] Aug 12 22:28:36.764 INFO O| Aug 12 22:28:36.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
43762024-08-12T22:28:38.758Z[ recovery-image] Aug 12 22:28:36.764 INFO O| Aug 12 22:28:36.764 INFO STEP 189 (remove_files) COMPLETE
43772024-08-12T22:28:38.758Z[ recovery-image] Aug 12 22:28:36.764 INFO O| Aug 12 22:28:36.764 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-08-12T22:28:38.768Z[ recovery-image] Aug 12 22:28:36.775 INFO O| Aug 12 22:28:36.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
43792024-08-12T22:28:38.768Z[ recovery-image] Aug 12 22:28:36.775 INFO O| Aug 12 22:28:36.775 INFO STEP 190 (remove_files) COMPLETE
43802024-08-12T22:28:38.771Z[ recovery-image] Aug 12 22:28:36.775 INFO O| Aug 12 22:28:36.775 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-08-12T22:28:38.778Z[ recovery-image] Aug 12 22:28:36.785 INFO O| Aug 12 22:28:36.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
43822024-08-12T22:28:38.778Z[ recovery-image] Aug 12 22:28:36.785 INFO O| Aug 12 22:28:36.785 INFO STEP 191 (remove_files) COMPLETE
43832024-08-12T22:28:38.781Z[ recovery-image] Aug 12 22:28:36.785 INFO O| Aug 12 22:28:36.785 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-08-12T22:28:38.789Z[ recovery-image] Aug 12 22:28:36.795 INFO O| Aug 12 22:28:36.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
43852024-08-12T22:28:38.789Z[ recovery-image] Aug 12 22:28:36.795 INFO O| Aug 12 22:28:36.795 INFO STEP 192 (remove_files) COMPLETE
43862024-08-12T22:28:38.789Z[ recovery-image] Aug 12 22:28:36.795 INFO O| Aug 12 22:28:36.795 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-08-12T22:28:38.799Z[ recovery-image] Aug 12 22:28:36.805 INFO O| Aug 12 22:28:36.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
43882024-08-12T22:28:38.802Z[ recovery-image] Aug 12 22:28:36.805 INFO O| Aug 12 22:28:36.805 INFO STEP 193 (remove_files) COMPLETE
43892024-08-12T22:28:38.802Z[ recovery-image] Aug 12 22:28:36.805 INFO O| Aug 12 22:28:36.805 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-08-12T22:28:38.809Z[ recovery-image] Aug 12 22:28:36.816 INFO O| Aug 12 22:28:36.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
43912024-08-12T22:28:38.812Z[ recovery-image] Aug 12 22:28:36.816 INFO O| Aug 12 22:28:36.816 INFO STEP 194 (remove_files) COMPLETE
43922024-08-12T22:28:38.812Z[ recovery-image] Aug 12 22:28:36.816 INFO O| Aug 12 22:28:36.816 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-08-12T22:28:38.819Z[ recovery-image] Aug 12 22:28:36.826 INFO O| Aug 12 22:28:36.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
43942024-08-12T22:28:38.822Z[ recovery-image] Aug 12 22:28:36.826 INFO O| Aug 12 22:28:36.826 INFO STEP 195 (remove_files) COMPLETE
43952024-08-12T22:28:38.822Z[ recovery-image] Aug 12 22:28:36.826 INFO O| Aug 12 22:28:36.826 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-08-12T22:28:38.830Z[ recovery-image] Aug 12 22:28:36.836 INFO O| Aug 12 22:28:36.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
43972024-08-12T22:28:38.830Z[ recovery-image] Aug 12 22:28:36.836 INFO O| Aug 12 22:28:36.836 INFO STEP 196 (remove_files) COMPLETE
43982024-08-12T22:28:38.833Z[ recovery-image] Aug 12 22:28:36.836 INFO O| Aug 12 22:28:36.836 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-08-12T22:28:38.840Z[ recovery-image] Aug 12 22:28:36.847 INFO O| Aug 12 22:28:36.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44002024-08-12T22:28:38.840Z[ recovery-image] Aug 12 22:28:36.847 INFO O| Aug 12 22:28:36.847 INFO STEP 197 (remove_files) COMPLETE
44012024-08-12T22:28:38.840Z[ recovery-image] Aug 12 22:28:36.847 INFO O| Aug 12 22:28:36.847 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-08-12T22:28:38.851Z[ recovery-image] Aug 12 22:28:36.857 INFO O| Aug 12 22:28:36.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44032024-08-12T22:28:38.854Z[ recovery-image] Aug 12 22:28:36.857 INFO O| Aug 12 22:28:36.857 INFO STEP 198 (remove_files) COMPLETE
44042024-08-12T22:28:38.854Z[ recovery-image] Aug 12 22:28:36.857 INFO O| Aug 12 22:28:36.857 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-08-12T22:28:38.862Z[ recovery-image] Aug 12 22:28:36.867 INFO O| Aug 12 22:28:36.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44062024-08-12T22:28:38.862Z[ recovery-image] Aug 12 22:28:36.867 INFO O| Aug 12 22:28:36.867 INFO STEP 199 (remove_files) COMPLETE
44072024-08-12T22:28:38.867Z[ recovery-image] Aug 12 22:28:36.867 INFO O| Aug 12 22:28:36.867 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-08-12T22:28:38.872Z[ recovery-image] Aug 12 22:28:36.877 INFO O| Aug 12 22:28:36.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44092024-08-12T22:28:38.873Z[ recovery-image] Aug 12 22:28:36.877 INFO O| Aug 12 22:28:36.877 INFO STEP 200 (remove_files) COMPLETE
44102024-08-12T22:28:38.873Z[ recovery-image] Aug 12 22:28:36.877 INFO O| Aug 12 22:28:36.877 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-08-12T22:28:38.883Z[ recovery-image] Aug 12 22:28:36.888 INFO O| Aug 12 22:28:36.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44122024-08-12T22:28:38.883Z[ recovery-image] Aug 12 22:28:36.888 INFO O| Aug 12 22:28:36.888 INFO STEP 201 (remove_files) COMPLETE
44132024-08-12T22:28:38.892Z[ recovery-image] Aug 12 22:28:36.888 INFO O| Aug 12 22:28:36.888 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-08-12T22:28:38.897Z[ recovery-image] Aug 12 22:28:36.898 INFO O| Aug 12 22:28:36.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44152024-08-12T22:28:38.897Z[ recovery-image] Aug 12 22:28:36.898 INFO O| Aug 12 22:28:36.898 INFO STEP 202 (remove_files) COMPLETE
44162024-08-12T22:28:38.897Z[ recovery-image] Aug 12 22:28:36.898 INFO O| Aug 12 22:28:36.898 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-08-12T22:28:38.903Z[ recovery-image] Aug 12 22:28:36.908 INFO O| Aug 12 22:28:36.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44182024-08-12T22:28:38.904Z[ recovery-image] Aug 12 22:28:36.908 INFO O| Aug 12 22:28:36.908 INFO STEP 203 (remove_files) COMPLETE
44192024-08-12T22:28:38.904Z[ recovery-image] Aug 12 22:28:36.908 INFO O| Aug 12 22:28:36.908 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-08-12T22:28:38.913Z[ recovery-image] Aug 12 22:28:36.918 INFO O| Aug 12 22:28:36.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44212024-08-12T22:28:38.913Z[ recovery-image] Aug 12 22:28:36.918 INFO O| Aug 12 22:28:36.918 INFO STEP 204 (remove_files) COMPLETE
44222024-08-12T22:28:38.918Z[ recovery-image] Aug 12 22:28:36.918 INFO O| Aug 12 22:28:36.918 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-08-12T22:28:38.925Z[ recovery-image] Aug 12 22:28:36.929 INFO O| Aug 12 22:28:36.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44242024-08-12T22:28:38.925Z[ recovery-image] Aug 12 22:28:36.929 INFO O| Aug 12 22:28:36.929 INFO STEP 205 (remove_files) COMPLETE
44252024-08-12T22:28:38.925Z[ recovery-image] Aug 12 22:28:36.929 INFO O| Aug 12 22:28:36.929 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-08-12T22:28:38.934Z[ recovery-image] Aug 12 22:28:36.940 INFO O| Aug 12 22:28:36.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44272024-08-12T22:28:38.934Z[ recovery-image] Aug 12 22:28:36.940 INFO O| Aug 12 22:28:36.940 INFO STEP 206 (remove_files) COMPLETE
44282024-08-12T22:28:38.938Z[ recovery-image] Aug 12 22:28:36.940 INFO O| Aug 12 22:28:36.940 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-08-12T22:28:38.944Z[ recovery-image] Aug 12 22:28:36.950 INFO O| Aug 12 22:28:36.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44302024-08-12T22:28:38.948Z[ recovery-image] Aug 12 22:28:36.950 INFO O| Aug 12 22:28:36.950 INFO STEP 207 (remove_files) COMPLETE
44312024-08-12T22:28:38.948Z[ recovery-image] Aug 12 22:28:36.950 INFO O| Aug 12 22:28:36.950 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-08-12T22:28:38.954Z[ recovery-image] Aug 12 22:28:36.960 INFO O| Aug 12 22:28:36.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
44332024-08-12T22:28:38.954Z[ recovery-image] Aug 12 22:28:36.960 INFO O| Aug 12 22:28:36.960 INFO STEP 208 (remove_files) COMPLETE
44342024-08-12T22:28:38.959Z[ recovery-image] Aug 12 22:28:36.960 INFO O| Aug 12 22:28:36.960 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-08-12T22:28:38.964Z[ recovery-image] Aug 12 22:28:36.970 INFO O| Aug 12 22:28:36.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
44362024-08-12T22:28:38.964Z[ recovery-image] Aug 12 22:28:36.970 INFO O| Aug 12 22:28:36.970 INFO STEP 209 (remove_files) COMPLETE
44372024-08-12T22:28:38.968Z[ recovery-image] Aug 12 22:28:36.970 INFO O| Aug 12 22:28:36.970 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-08-12T22:28:38.975Z[ recovery-image] Aug 12 22:28:36.980 INFO O| Aug 12 22:28:36.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
44392024-08-12T22:28:38.976Z[ recovery-image] Aug 12 22:28:36.980 INFO O| Aug 12 22:28:36.980 INFO STEP 210 (remove_files) COMPLETE
44402024-08-12T22:28:38.979Z[ recovery-image] Aug 12 22:28:36.980 INFO O| Aug 12 22:28:36.980 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-08-12T22:28:38.987Z[ recovery-image] Aug 12 22:28:36.990 INFO O| Aug 12 22:28:36.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
44422024-08-12T22:28:38.987Z[ recovery-image] Aug 12 22:28:36.990 INFO O| Aug 12 22:28:36.990 INFO STEP 211 (remove_files) COMPLETE
44432024-08-12T22:28:38.990Z[ recovery-image] Aug 12 22:28:36.990 INFO O| Aug 12 22:28:36.990 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-08-12T22:28:38.994Z[ recovery-image] Aug 12 22:28:37.001 INFO O| Aug 12 22:28:37.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
44452024-08-12T22:28:38.994Z[ recovery-image] Aug 12 22:28:37.001 INFO O| Aug 12 22:28:37.001 INFO STEP 212 (remove_files) COMPLETE
44462024-08-12T22:28:38.994Z[ recovery-image] Aug 12 22:28:37.001 INFO O| Aug 12 22:28:37.001 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-08-12T22:28:39.005Z[ recovery-image] Aug 12 22:28:37.011 INFO O| Aug 12 22:28:37.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
44482024-08-12T22:28:39.005Z[ recovery-image] Aug 12 22:28:37.011 INFO O| Aug 12 22:28:37.011 INFO STEP 213 (remove_files) COMPLETE
44492024-08-12T22:28:39.005Z[ recovery-image] Aug 12 22:28:37.011 INFO O| Aug 12 22:28:37.011 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-08-12T22:28:39.016Z[ recovery-image] Aug 12 22:28:37.022 INFO O| Aug 12 22:28:37.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
44512024-08-12T22:28:39.016Z[ recovery-image] Aug 12 22:28:37.022 INFO O| Aug 12 22:28:37.022 INFO STEP 214 (remove_files) COMPLETE
44522024-08-12T22:28:39.018Z[ recovery-image] Aug 12 22:28:37.022 INFO O| Aug 12 22:28:37.022 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-08-12T22:28:39.027Z[ recovery-image] Aug 12 22:28:37.032 INFO O| Aug 12 22:28:37.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
44542024-08-12T22:28:39.027Z[ recovery-image] Aug 12 22:28:37.032 INFO O| Aug 12 22:28:37.032 INFO STEP 215 (remove_files) COMPLETE
44552024-08-12T22:28:39.027Z[ recovery-image] Aug 12 22:28:37.032 INFO O| Aug 12 22:28:37.032 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-08-12T22:28:39.036Z[ recovery-image] Aug 12 22:28:37.042 INFO O| Aug 12 22:28:37.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
44572024-08-12T22:28:39.040Z[ recovery-image] Aug 12 22:28:37.042 INFO O| Aug 12 22:28:37.042 INFO STEP 216 (remove_files) COMPLETE
44582024-08-12T22:28:39.040Z[ recovery-image] Aug 12 22:28:37.042 INFO O| Aug 12 22:28:37.042 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-08-12T22:28:39.046Z[ recovery-image] Aug 12 22:28:37.053 INFO O| Aug 12 22:28:37.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
44602024-08-12T22:28:39.050Z[ recovery-image] Aug 12 22:28:37.053 INFO O| Aug 12 22:28:37.053 INFO STEP 217 (remove_files) COMPLETE
44612024-08-12T22:28:39.050Z[ recovery-image] Aug 12 22:28:37.053 INFO O| Aug 12 22:28:37.053 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-08-12T22:28:39.057Z[ recovery-image] Aug 12 22:28:37.063 INFO O| Aug 12 22:28:37.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
44632024-08-12T22:28:39.061Z[ recovery-image] Aug 12 22:28:37.063 INFO O| Aug 12 22:28:37.063 INFO STEP 218 (remove_files) COMPLETE
44642024-08-12T22:28:39.061Z[ recovery-image] Aug 12 22:28:37.063 INFO O| Aug 12 22:28:37.063 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-08-12T22:28:39.067Z[ recovery-image] Aug 12 22:28:37.073 INFO O| Aug 12 22:28:37.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
44662024-08-12T22:28:39.067Z[ recovery-image] Aug 12 22:28:37.073 INFO O| Aug 12 22:28:37.073 INFO STEP 219 (remove_files) COMPLETE
44672024-08-12T22:28:39.070Z[ recovery-image] Aug 12 22:28:37.073 INFO O| Aug 12 22:28:37.073 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-08-12T22:28:39.081Z[ recovery-image] Aug 12 22:28:37.083 INFO O| Aug 12 22:28:37.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
44692024-08-12T22:28:39.081Z[ recovery-image] Aug 12 22:28:37.083 INFO O| Aug 12 22:28:37.083 INFO STEP 220 (remove_files) COMPLETE
44702024-08-12T22:28:39.084Z[ recovery-image] Aug 12 22:28:37.083 INFO O| Aug 12 22:28:37.083 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-08-12T22:28:39.087Z[ recovery-image] Aug 12 22:28:37.093 INFO O| Aug 12 22:28:37.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
44722024-08-12T22:28:39.087Z[ recovery-image] Aug 12 22:28:37.093 INFO O| Aug 12 22:28:37.093 INFO STEP 221 (remove_files) COMPLETE
44732024-08-12T22:28:39.087Z[ recovery-image] Aug 12 22:28:37.093 INFO O| Aug 12 22:28:37.093 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-08-12T22:28:39.098Z[ recovery-image] Aug 12 22:28:37.104 INFO O| Aug 12 22:28:37.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
44752024-08-12T22:28:39.098Z[ recovery-image] Aug 12 22:28:37.104 INFO O| Aug 12 22:28:37.104 INFO STEP 222 (remove_files) COMPLETE
44762024-08-12T22:28:39.101Z[ recovery-image] Aug 12 22:28:37.104 INFO O| Aug 12 22:28:37.104 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-08-12T22:28:39.108Z[ recovery-image] Aug 12 22:28:37.114 INFO O| Aug 12 22:28:37.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
44782024-08-12T22:28:39.108Z[ recovery-image] Aug 12 22:28:37.114 INFO O| Aug 12 22:28:37.114 INFO STEP 223 (remove_files) COMPLETE
44792024-08-12T22:28:39.111Z[ recovery-image] Aug 12 22:28:37.114 INFO O| Aug 12 22:28:37.114 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-08-12T22:28:39.118Z[ recovery-image] Aug 12 22:28:37.124 INFO O| Aug 12 22:28:37.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
44812024-08-12T22:28:39.118Z[ recovery-image] Aug 12 22:28:37.125 INFO O| Aug 12 22:28:37.124 INFO STEP 224 (remove_files) COMPLETE
44822024-08-12T22:28:39.118Z[ recovery-image] Aug 12 22:28:37.125 INFO O| Aug 12 22:28:37.125 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-08-12T22:28:39.130Z[ recovery-image] Aug 12 22:28:37.135 INFO O| Aug 12 22:28:37.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
44842024-08-12T22:28:39.134Z[ recovery-image] Aug 12 22:28:37.135 INFO O| Aug 12 22:28:37.135 INFO STEP 225 (remove_files) COMPLETE
44852024-08-12T22:28:39.134Z[ recovery-image] Aug 12 22:28:37.135 INFO O| Aug 12 22:28:37.135 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-08-12T22:28:39.143Z[ recovery-image] Aug 12 22:28:37.147 INFO O| Aug 12 22:28:37.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
44872024-08-12T22:28:39.145Z[ recovery-image] Aug 12 22:28:37.147 INFO O| Aug 12 22:28:37.147 INFO STEP 226 (remove_files) COMPLETE
44882024-08-12T22:28:39.145Z[ recovery-image] Aug 12 22:28:37.148 INFO O| Aug 12 22:28:37.147 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-08-12T22:28:39.155Z[ recovery-image] Aug 12 22:28:37.162 INFO O| Aug 12 22:28:37.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
44902024-08-12T22:28:39.156Z[ recovery-image] Aug 12 22:28:37.162 INFO O| Aug 12 22:28:37.162 INFO STEP 227 (remove_files) COMPLETE
44912024-08-12T22:28:39.159Z[ recovery-image] Aug 12 22:28:37.162 INFO O| Aug 12 22:28:37.162 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-08-12T22:28:39.170Z[ recovery-image] Aug 12 22:28:37.176 INFO O| Aug 12 22:28:37.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
44932024-08-12T22:28:39.170Z[ recovery-image] Aug 12 22:28:37.176 INFO O| Aug 12 22:28:37.176 INFO STEP 228 (remove_files) COMPLETE
44942024-08-12T22:28:39.173Z[ recovery-image] Aug 12 22:28:37.176 INFO O| Aug 12 22:28:37.176 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-08-12T22:28:39.180Z[ recovery-image] Aug 12 22:28:37.186 INFO O| Aug 12 22:28:37.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
44962024-08-12T22:28:39.180Z[ recovery-image] Aug 12 22:28:37.186 INFO O| Aug 12 22:28:37.186 INFO STEP 229 (remove_files) COMPLETE
44972024-08-12T22:28:39.183Z[ recovery-image] Aug 12 22:28:37.186 INFO O| Aug 12 22:28:37.186 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-08-12T22:28:39.194Z[ recovery-image] Aug 12 22:28:37.201 INFO O| Aug 12 22:28:37.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
44992024-08-12T22:28:39.194Z[ recovery-image] Aug 12 22:28:37.201 INFO O| Aug 12 22:28:37.201 INFO STEP 230 (remove_files) COMPLETE
45002024-08-12T22:28:39.197Z[ recovery-image] Aug 12 22:28:37.201 INFO O| Aug 12 22:28:37.201 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-08-12T22:28:39.209Z[ recovery-image] Aug 12 22:28:37.215 INFO O| Aug 12 22:28:37.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45022024-08-12T22:28:39.212Z[ recovery-image] Aug 12 22:28:37.215 INFO O| Aug 12 22:28:37.215 INFO STEP 231 (remove_files) COMPLETE
45032024-08-12T22:28:39.212Z[ recovery-image] Aug 12 22:28:37.215 INFO O| Aug 12 22:28:37.215 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-08-12T22:28:39.221Z[ recovery-image] Aug 12 22:28:37.227 INFO O| Aug 12 22:28:37.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45052024-08-12T22:28:39.221Z[ recovery-image] Aug 12 22:28:37.227 INFO O| Aug 12 22:28:37.227 INFO STEP 232 (remove_files) COMPLETE
45062024-08-12T22:28:39.221Z[ recovery-image] Aug 12 22:28:37.227 INFO O| Aug 12 22:28:37.227 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-08-12T22:28:39.231Z[ recovery-image] Aug 12 22:28:37.238 INFO O| Aug 12 22:28:37.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45082024-08-12T22:28:39.231Z[ recovery-image] Aug 12 22:28:37.238 INFO O| Aug 12 22:28:37.238 INFO STEP 233 (remove_files) COMPLETE
45092024-08-12T22:28:39.231Z[ recovery-image] Aug 12 22:28:37.238 INFO O| Aug 12 22:28:37.238 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-08-12T22:28:39.243Z[ recovery-image] Aug 12 22:28:37.248 INFO O| Aug 12 22:28:37.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45112024-08-12T22:28:39.243Z[ recovery-image] Aug 12 22:28:37.248 INFO O| Aug 12 22:28:37.248 INFO STEP 234 (remove_files) COMPLETE
45122024-08-12T22:28:39.243Z[ recovery-image] Aug 12 22:28:37.248 INFO O| Aug 12 22:28:37.248 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-08-12T22:28:39.252Z[ recovery-image] Aug 12 22:28:37.258 INFO O| Aug 12 22:28:37.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45142024-08-12T22:28:39.252Z[ recovery-image] Aug 12 22:28:37.258 INFO O| Aug 12 22:28:37.258 INFO STEP 235 (remove_files) COMPLETE
45152024-08-12T22:28:39.256Z[ recovery-image] Aug 12 22:28:37.258 INFO O| Aug 12 22:28:37.258 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-08-12T22:28:39.262Z[ recovery-image] Aug 12 22:28:37.268 INFO O| Aug 12 22:28:37.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45172024-08-12T22:28:39.262Z[ recovery-image] Aug 12 22:28:37.268 INFO O| Aug 12 22:28:37.268 INFO STEP 236 (remove_files) COMPLETE
45182024-08-12T22:28:39.265Z[ recovery-image] Aug 12 22:28:37.268 INFO O| Aug 12 22:28:37.268 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-08-12T22:28:39.272Z[ recovery-image] Aug 12 22:28:37.278 INFO O| Aug 12 22:28:37.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45202024-08-12T22:28:39.272Z[ recovery-image] Aug 12 22:28:37.278 INFO O| Aug 12 22:28:37.278 INFO STEP 237 (remove_files) COMPLETE
45212024-08-12T22:28:39.272Z[ recovery-image] Aug 12 22:28:37.278 INFO O| Aug 12 22:28:37.278 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-08-12T22:28:39.282Z[ recovery-image] Aug 12 22:28:37.288 INFO O| Aug 12 22:28:37.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45232024-08-12T22:28:39.285Z[ recovery-image] Aug 12 22:28:37.288 INFO O| Aug 12 22:28:37.288 INFO STEP 238 (remove_files) COMPLETE
45242024-08-12T22:28:39.285Z[ recovery-image] Aug 12 22:28:37.288 INFO O| Aug 12 22:28:37.288 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-08-12T22:28:39.292Z[ recovery-image] Aug 12 22:28:37.298 INFO O| Aug 12 22:28:37.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45262024-08-12T22:28:39.292Z[ recovery-image] Aug 12 22:28:37.298 INFO O| Aug 12 22:28:37.298 INFO STEP 239 (remove_files) COMPLETE
45272024-08-12T22:28:39.292Z[ recovery-image] Aug 12 22:28:37.298 INFO O| Aug 12 22:28:37.298 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-08-12T22:28:39.302Z[ recovery-image] Aug 12 22:28:37.308 INFO O| Aug 12 22:28:37.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45292024-08-12T22:28:39.302Z[ recovery-image] Aug 12 22:28:37.308 INFO O| Aug 12 22:28:37.308 INFO STEP 240 (remove_files) COMPLETE
45302024-08-12T22:28:39.304Z[ recovery-image] Aug 12 22:28:37.308 INFO O| Aug 12 22:28:37.308 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-08-12T22:28:39.312Z[ recovery-image] Aug 12 22:28:37.318 INFO O| Aug 12 22:28:37.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45322024-08-12T22:28:39.312Z[ recovery-image] Aug 12 22:28:37.318 INFO O| Aug 12 22:28:37.318 INFO STEP 241 (remove_files) COMPLETE
45332024-08-12T22:28:39.315Z[ recovery-image] Aug 12 22:28:37.318 INFO O| Aug 12 22:28:37.318 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-08-12T22:28:39.322Z[ recovery-image] Aug 12 22:28:37.328 INFO O| Aug 12 22:28:37.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
45352024-08-12T22:28:39.322Z[ recovery-image] Aug 12 22:28:37.328 INFO O| Aug 12 22:28:37.328 INFO STEP 242 (remove_files) COMPLETE
45362024-08-12T22:28:39.324Z[ recovery-image] Aug 12 22:28:37.328 INFO O| Aug 12 22:28:37.328 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-08-12T22:28:39.332Z[ recovery-image] Aug 12 22:28:37.338 INFO O| Aug 12 22:28:37.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
45382024-08-12T22:28:39.335Z[ recovery-image] Aug 12 22:28:37.338 INFO O| Aug 12 22:28:37.338 INFO STEP 243 (remove_files) COMPLETE
45392024-08-12T22:28:39.335Z[ recovery-image] Aug 12 22:28:37.339 INFO O| Aug 12 22:28:37.338 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-08-12T22:28:39.342Z[ recovery-image] Aug 12 22:28:37.349 INFO O| Aug 12 22:28:37.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
45412024-08-12T22:28:39.345Z[ recovery-image] Aug 12 22:28:37.349 INFO O| Aug 12 22:28:37.349 INFO STEP 244 (remove_files) COMPLETE
45422024-08-12T22:28:39.345Z[ recovery-image] Aug 12 22:28:37.349 INFO O| Aug 12 22:28:37.349 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-08-12T22:28:39.353Z[ recovery-image] Aug 12 22:28:37.359 INFO O| Aug 12 22:28:37.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
45442024-08-12T22:28:39.353Z[ recovery-image] Aug 12 22:28:37.359 INFO O| Aug 12 22:28:37.359 INFO STEP 245 (remove_files) COMPLETE
45452024-08-12T22:28:39.353Z[ recovery-image] Aug 12 22:28:37.359 INFO O| Aug 12 22:28:37.359 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-08-12T22:28:39.363Z[ recovery-image] Aug 12 22:28:37.369 INFO O| Aug 12 22:28:37.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
45472024-08-12T22:28:39.365Z[ recovery-image] Aug 12 22:28:37.369 INFO O| Aug 12 22:28:37.369 INFO STEP 246 (remove_files) COMPLETE
45482024-08-12T22:28:39.365Z[ recovery-image] Aug 12 22:28:37.369 INFO O| Aug 12 22:28:37.369 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-08-12T22:28:39.373Z[ recovery-image] Aug 12 22:28:37.379 INFO O| Aug 12 22:28:37.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
45502024-08-12T22:28:39.375Z[ recovery-image] Aug 12 22:28:37.379 INFO O| Aug 12 22:28:37.379 INFO STEP 247 (remove_files) COMPLETE
45512024-08-12T22:28:39.375Z[ recovery-image] Aug 12 22:28:37.379 INFO O| Aug 12 22:28:37.379 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-08-12T22:28:39.383Z[ recovery-image] Aug 12 22:28:37.389 INFO O| Aug 12 22:28:37.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
45532024-08-12T22:28:39.386Z[ recovery-image] Aug 12 22:28:37.389 INFO O| Aug 12 22:28:37.389 INFO STEP 248 (remove_files) COMPLETE
45542024-08-12T22:28:39.386Z[ recovery-image] Aug 12 22:28:37.389 INFO O| Aug 12 22:28:37.389 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-08-12T22:28:39.393Z[ recovery-image] Aug 12 22:28:37.400 INFO O| Aug 12 22:28:37.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
45562024-08-12T22:28:39.396Z[ recovery-image] Aug 12 22:28:37.400 INFO O| Aug 12 22:28:37.400 INFO STEP 249 (remove_files) COMPLETE
45572024-08-12T22:28:39.396Z[ recovery-image] Aug 12 22:28:37.400 INFO O| Aug 12 22:28:37.400 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-08-12T22:28:39.404Z[ recovery-image] Aug 12 22:28:37.410 INFO O| Aug 12 22:28:37.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
45592024-08-12T22:28:39.404Z[ recovery-image] Aug 12 22:28:37.410 INFO O| Aug 12 22:28:37.410 INFO STEP 250 (remove_files) COMPLETE
45602024-08-12T22:28:39.404Z[ recovery-image] Aug 12 22:28:37.410 INFO O| Aug 12 22:28:37.410 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-08-12T22:28:39.414Z[ recovery-image] Aug 12 22:28:37.421 INFO O| Aug 12 22:28:37.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
45622024-08-12T22:28:39.415Z[ recovery-image] Aug 12 22:28:37.421 INFO O| Aug 12 22:28:37.421 INFO STEP 251 (remove_files) COMPLETE
45632024-08-12T22:28:39.417Z[ recovery-image] Aug 12 22:28:37.421 INFO O| Aug 12 22:28:37.421 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-08-12T22:28:39.425Z[ recovery-image] Aug 12 22:28:37.431 INFO O| Aug 12 22:28:37.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
45652024-08-12T22:28:39.427Z[ recovery-image] Aug 12 22:28:37.431 INFO O| Aug 12 22:28:37.431 INFO STEP 252 (remove_files) COMPLETE
45662024-08-12T22:28:39.427Z[ recovery-image] Aug 12 22:28:37.431 INFO O| Aug 12 22:28:37.431 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-08-12T22:28:39.437Z[ recovery-image] Aug 12 22:28:37.441 INFO O| Aug 12 22:28:37.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
45682024-08-12T22:28:39.437Z[ recovery-image] Aug 12 22:28:37.441 INFO O| Aug 12 22:28:37.441 INFO STEP 253 (remove_files) COMPLETE
45692024-08-12T22:28:39.437Z[ recovery-image] Aug 12 22:28:37.441 INFO O| Aug 12 22:28:37.441 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-08-12T22:28:39.445Z[ recovery-image] Aug 12 22:28:37.451 INFO O| Aug 12 22:28:37.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
45712024-08-12T22:28:39.445Z[ recovery-image] Aug 12 22:28:37.451 INFO O| Aug 12 22:28:37.451 INFO STEP 254 (remove_files) COMPLETE
45722024-08-12T22:28:39.445Z[ recovery-image] Aug 12 22:28:37.451 INFO O| Aug 12 22:28:37.451 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-08-12T22:28:39.455Z[ recovery-image] Aug 12 22:28:37.461 INFO O| Aug 12 22:28:37.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
45742024-08-12T22:28:39.458Z[ recovery-image] Aug 12 22:28:37.461 INFO O| Aug 12 22:28:37.461 INFO STEP 255 (remove_files) COMPLETE
45752024-08-12T22:28:39.458Z[ recovery-image] Aug 12 22:28:37.462 INFO O| Aug 12 22:28:37.461 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-08-12T22:28:39.466Z[ recovery-image] Aug 12 22:28:37.473 INFO O| Aug 12 22:28:37.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
45772024-08-12T22:28:39.469Z[ recovery-image] Aug 12 22:28:37.473 INFO O| Aug 12 22:28:37.473 INFO STEP 256 (remove_files) COMPLETE
45782024-08-12T22:28:39.469Z[ recovery-image] Aug 12 22:28:37.473 INFO O| Aug 12 22:28:37.473 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-08-12T22:28:39.477Z[ recovery-image] Aug 12 22:28:37.483 INFO O| Aug 12 22:28:37.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
45802024-08-12T22:28:39.477Z[ recovery-image] Aug 12 22:28:37.483 INFO O| Aug 12 22:28:37.483 INFO STEP 257 (remove_files) COMPLETE
45812024-08-12T22:28:39.477Z[ recovery-image] Aug 12 22:28:37.483 INFO O| Aug 12 22:28:37.483 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-08-12T22:28:39.487Z[ recovery-image] Aug 12 22:28:37.493 INFO O| Aug 12 22:28:37.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
45832024-08-12T22:28:39.487Z[ recovery-image] Aug 12 22:28:37.493 INFO O| Aug 12 22:28:37.493 INFO STEP 258 (remove_files) COMPLETE
45842024-08-12T22:28:39.487Z[ recovery-image] Aug 12 22:28:37.493 INFO O| Aug 12 22:28:37.493 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-08-12T22:28:39.497Z[ recovery-image] Aug 12 22:28:37.504 INFO O| Aug 12 22:28:37.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
45862024-08-12T22:28:39.497Z[ recovery-image] Aug 12 22:28:37.504 INFO O| Aug 12 22:28:37.504 INFO STEP 259 (remove_files) COMPLETE
45872024-08-12T22:28:39.498Z[ recovery-image] Aug 12 22:28:37.504 INFO O| Aug 12 22:28:37.504 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-08-12T22:28:39.510Z[ recovery-image] Aug 12 22:28:37.516 INFO O| Aug 12 22:28:37.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
45892024-08-12T22:28:39.510Z[ recovery-image] Aug 12 22:28:37.517 INFO O| Aug 12 22:28:37.517 INFO STEP 260 (remove_files) COMPLETE
45902024-08-12T22:28:39.510Z[ recovery-image] Aug 12 22:28:37.517 INFO O| Aug 12 22:28:37.517 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-08-12T22:28:39.523Z[ recovery-image] Aug 12 22:28:37.529 INFO O| Aug 12 22:28:37.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
45922024-08-12T22:28:39.523Z[ recovery-image] Aug 12 22:28:37.529 INFO O| Aug 12 22:28:37.529 INFO STEP 261 (remove_files) COMPLETE
45932024-08-12T22:28:39.523Z[ recovery-image] Aug 12 22:28:37.529 INFO O| Aug 12 22:28:37.529 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-08-12T22:28:39.535Z[ recovery-image] Aug 12 22:28:37.542 INFO O| Aug 12 22:28:37.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
45952024-08-12T22:28:39.535Z[ recovery-image] Aug 12 22:28:37.542 INFO O| Aug 12 22:28:37.542 INFO STEP 262 (remove_files) COMPLETE
45962024-08-12T22:28:39.535Z[ recovery-image] Aug 12 22:28:37.542 INFO O| Aug 12 22:28:37.542 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-08-12T22:28:39.548Z[ recovery-image] Aug 12 22:28:37.554 INFO O| Aug 12 22:28:37.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
45982024-08-12T22:28:39.551Z[ recovery-image] Aug 12 22:28:37.554 INFO O| Aug 12 22:28:37.554 INFO STEP 263 (remove_files) COMPLETE
45992024-08-12T22:28:39.551Z[ recovery-image] Aug 12 22:28:37.554 INFO O| Aug 12 22:28:37.554 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-08-12T22:28:39.561Z[ recovery-image] Aug 12 22:28:37.567 INFO O| Aug 12 22:28:37.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46012024-08-12T22:28:39.561Z[ recovery-image] Aug 12 22:28:37.567 INFO O| Aug 12 22:28:37.567 INFO STEP 264 (remove_files) COMPLETE
46022024-08-12T22:28:39.561Z[ recovery-image] Aug 12 22:28:37.567 INFO O| Aug 12 22:28:37.567 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-08-12T22:28:39.573Z[ recovery-image] Aug 12 22:28:37.579 INFO O| Aug 12 22:28:37.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46042024-08-12T22:28:39.573Z[ recovery-image] Aug 12 22:28:37.579 INFO O| Aug 12 22:28:37.579 INFO STEP 265 (remove_files) COMPLETE
46052024-08-12T22:28:39.577Z[ recovery-image] Aug 12 22:28:37.579 INFO O| Aug 12 22:28:37.579 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-08-12T22:28:39.585Z[ recovery-image] Aug 12 22:28:37.591 INFO O| Aug 12 22:28:37.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46072024-08-12T22:28:39.585Z[ recovery-image] Aug 12 22:28:37.591 INFO O| Aug 12 22:28:37.591 INFO STEP 266 (remove_files) COMPLETE
46082024-08-12T22:28:39.585Z[ recovery-image] Aug 12 22:28:37.591 INFO O| Aug 12 22:28:37.591 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-08-12T22:28:39.595Z[ recovery-image] Aug 12 22:28:37.601 INFO O| Aug 12 22:28:37.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46102024-08-12T22:28:39.598Z[ recovery-image] Aug 12 22:28:37.601 INFO O| Aug 12 22:28:37.601 INFO STEP 267 (remove_files) COMPLETE
46112024-08-12T22:28:39.598Z[ recovery-image] Aug 12 22:28:37.601 INFO O| Aug 12 22:28:37.601 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-08-12T22:28:39.606Z[ recovery-image] Aug 12 22:28:37.612 INFO O| Aug 12 22:28:37.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46132024-08-12T22:28:39.608Z[ recovery-image] Aug 12 22:28:37.612 INFO O| Aug 12 22:28:37.612 INFO STEP 268 (remove_files) COMPLETE
46142024-08-12T22:28:39.608Z[ recovery-image] Aug 12 22:28:37.612 INFO O| Aug 12 22:28:37.612 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-08-12T22:28:39.616Z[ recovery-image] Aug 12 22:28:37.622 INFO O| Aug 12 22:28:37.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46162024-08-12T22:28:39.616Z[ recovery-image] Aug 12 22:28:37.622 INFO O| Aug 12 22:28:37.622 INFO STEP 269 (remove_files) COMPLETE
46172024-08-12T22:28:39.619Z[ recovery-image] Aug 12 22:28:37.622 INFO O| Aug 12 22:28:37.622 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-08-12T22:28:39.626Z[ recovery-image] Aug 12 22:28:37.632 INFO O| Aug 12 22:28:37.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46192024-08-12T22:28:39.626Z[ recovery-image] Aug 12 22:28:37.633 INFO O| Aug 12 22:28:37.633 INFO STEP 270 (remove_files) COMPLETE
46202024-08-12T22:28:39.626Z[ recovery-image] Aug 12 22:28:37.633 INFO O| Aug 12 22:28:37.633 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-08-12T22:28:39.637Z[ recovery-image] Aug 12 22:28:37.643 INFO O| Aug 12 22:28:37.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46222024-08-12T22:28:39.637Z[ recovery-image] Aug 12 22:28:37.643 INFO O| Aug 12 22:28:37.643 INFO STEP 271 (remove_files) COMPLETE
46232024-08-12T22:28:39.639Z[ recovery-image] Aug 12 22:28:37.643 INFO O| Aug 12 22:28:37.643 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-08-12T22:28:39.647Z[ recovery-image] Aug 12 22:28:37.653 INFO O| Aug 12 22:28:37.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46252024-08-12T22:28:39.647Z[ recovery-image] Aug 12 22:28:37.653 INFO O| Aug 12 22:28:37.653 INFO STEP 272 (remove_files) COMPLETE
46262024-08-12T22:28:39.649Z[ recovery-image] Aug 12 22:28:37.653 INFO O| Aug 12 22:28:37.653 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-08-12T22:28:39.657Z[ recovery-image] Aug 12 22:28:37.663 INFO O| Aug 12 22:28:37.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46282024-08-12T22:28:39.660Z[ recovery-image] Aug 12 22:28:37.663 INFO O| Aug 12 22:28:37.663 INFO STEP 273 (remove_files) COMPLETE
46292024-08-12T22:28:39.660Z[ recovery-image] Aug 12 22:28:37.663 INFO O| Aug 12 22:28:37.663 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-08-12T22:28:39.667Z[ recovery-image] Aug 12 22:28:37.673 INFO O| Aug 12 22:28:37.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46312024-08-12T22:28:39.667Z[ recovery-image] Aug 12 22:28:37.673 INFO O| Aug 12 22:28:37.673 INFO STEP 274 (remove_files) COMPLETE
46322024-08-12T22:28:39.670Z[ recovery-image] Aug 12 22:28:37.673 INFO O| Aug 12 22:28:37.673 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-08-12T22:28:39.677Z[ recovery-image] Aug 12 22:28:37.683 INFO O| Aug 12 22:28:37.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
46342024-08-12T22:28:39.677Z[ recovery-image] Aug 12 22:28:37.684 INFO O| Aug 12 22:28:37.684 INFO STEP 275 (remove_files) COMPLETE
46352024-08-12T22:28:39.680Z[ recovery-image] Aug 12 22:28:37.684 INFO O| Aug 12 22:28:37.684 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-08-12T22:28:39.688Z[ recovery-image] Aug 12 22:28:37.694 INFO O| Aug 12 22:28:37.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
46372024-08-12T22:28:39.688Z[ recovery-image] Aug 12 22:28:37.694 INFO O| Aug 12 22:28:37.694 INFO STEP 276 (remove_files) COMPLETE
46382024-08-12T22:28:39.688Z[ recovery-image] Aug 12 22:28:37.694 INFO O| Aug 12 22:28:37.694 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-08-12T22:28:39.698Z[ recovery-image] Aug 12 22:28:37.704 INFO O| Aug 12 22:28:37.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
46402024-08-12T22:28:39.700Z[ recovery-image] Aug 12 22:28:37.704 INFO O| Aug 12 22:28:37.704 INFO STEP 277 (remove_files) COMPLETE
46412024-08-12T22:28:39.700Z[ recovery-image] Aug 12 22:28:37.704 INFO O| Aug 12 22:28:37.704 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-08-12T22:28:39.709Z[ recovery-image] Aug 12 22:28:37.716 INFO O| Aug 12 22:28:37.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
46432024-08-12T22:28:39.709Z[ recovery-image] Aug 12 22:28:37.716 INFO O| Aug 12 22:28:37.716 INFO STEP 278 (remove_files) COMPLETE
46442024-08-12T22:28:39.712Z[ recovery-image] Aug 12 22:28:37.716 INFO O| Aug 12 22:28:37.716 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-08-12T22:28:39.722Z[ recovery-image] Aug 12 22:28:37.728 INFO O| Aug 12 22:28:37.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
46462024-08-12T22:28:39.722Z[ recovery-image] Aug 12 22:28:37.728 INFO O| Aug 12 22:28:37.728 INFO STEP 279 (remove_files) COMPLETE
46472024-08-12T22:28:39.725Z[ recovery-image] Aug 12 22:28:37.728 INFO O| Aug 12 22:28:37.728 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-08-12T22:28:39.733Z[ recovery-image] Aug 12 22:28:37.739 INFO O| Aug 12 22:28:37.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
46492024-08-12T22:28:39.733Z[ recovery-image] Aug 12 22:28:37.739 INFO O| Aug 12 22:28:37.739 INFO STEP 280 (remove_files) COMPLETE
46502024-08-12T22:28:39.736Z[ recovery-image] Aug 12 22:28:37.739 INFO O| Aug 12 22:28:37.739 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-08-12T22:28:39.745Z[ recovery-image] Aug 12 22:28:37.751 INFO O| Aug 12 22:28:37.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
46522024-08-12T22:28:39.748Z[ recovery-image] Aug 12 22:28:37.751 INFO O| Aug 12 22:28:37.751 INFO STEP 281 (remove_files) COMPLETE
46532024-08-12T22:28:39.748Z[ recovery-image] Aug 12 22:28:37.751 INFO O| Aug 12 22:28:37.751 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-08-12T22:28:39.756Z[ recovery-image] Aug 12 22:28:37.762 INFO O| Aug 12 22:28:37.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
46552024-08-12T22:28:39.759Z[ recovery-image] Aug 12 22:28:37.762 INFO O| Aug 12 22:28:37.762 INFO STEP 282 (remove_files) COMPLETE
46562024-08-12T22:28:39.759Z[ recovery-image] Aug 12 22:28:37.762 INFO O| Aug 12 22:28:37.762 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-08-12T22:28:39.767Z[ recovery-image] Aug 12 22:28:37.773 INFO O| Aug 12 22:28:37.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
46582024-08-12T22:28:39.770Z[ recovery-image] Aug 12 22:28:37.773 INFO O| Aug 12 22:28:37.773 INFO STEP 283 (remove_files) COMPLETE
46592024-08-12T22:28:39.770Z[ recovery-image] Aug 12 22:28:37.773 INFO O| Aug 12 22:28:37.773 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-08-12T22:28:39.777Z[ recovery-image] Aug 12 22:28:37.783 INFO O| Aug 12 22:28:37.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
46612024-08-12T22:28:39.777Z[ recovery-image] Aug 12 22:28:37.783 INFO O| Aug 12 22:28:37.783 INFO STEP 284 (remove_files) COMPLETE
46622024-08-12T22:28:39.780Z[ recovery-image] Aug 12 22:28:37.783 INFO O| Aug 12 22:28:37.783 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-08-12T22:28:39.788Z[ recovery-image] Aug 12 22:28:37.794 INFO O| Aug 12 22:28:37.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
46642024-08-12T22:28:39.788Z[ recovery-image] Aug 12 22:28:37.794 INFO O| Aug 12 22:28:37.794 INFO STEP 285 (remove_files) COMPLETE
46652024-08-12T22:28:39.790Z[ recovery-image] Aug 12 22:28:37.794 INFO O| Aug 12 22:28:37.794 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-08-12T22:28:39.798Z[ recovery-image] Aug 12 22:28:37.804 INFO O| Aug 12 22:28:37.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
46672024-08-12T22:28:39.801Z[ recovery-image] Aug 12 22:28:37.804 INFO O| Aug 12 22:28:37.804 INFO STEP 286 (remove_files) COMPLETE
46682024-08-12T22:28:39.801Z[ recovery-image] Aug 12 22:28:37.804 INFO O| Aug 12 22:28:37.804 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-08-12T22:28:39.811Z[ recovery-image] Aug 12 22:28:37.817 INFO O| Aug 12 22:28:37.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
46702024-08-12T22:28:39.811Z[ recovery-image] Aug 12 22:28:37.817 INFO O| Aug 12 22:28:37.817 INFO STEP 287 (remove_files) COMPLETE
46712024-08-12T22:28:39.811Z[ recovery-image] Aug 12 22:28:37.817 INFO O| Aug 12 22:28:37.817 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-08-12T22:28:39.821Z[ recovery-image] Aug 12 22:28:37.827 INFO O| Aug 12 22:28:37.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
46732024-08-12T22:28:39.821Z[ recovery-image] Aug 12 22:28:37.827 INFO O| Aug 12 22:28:37.827 INFO STEP 288 (remove_files) COMPLETE
46742024-08-12T22:28:39.824Z[ recovery-image] Aug 12 22:28:37.827 INFO O| Aug 12 22:28:37.827 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-08-12T22:28:39.831Z[ recovery-image] Aug 12 22:28:37.837 INFO O| Aug 12 22:28:37.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
46762024-08-12T22:28:39.831Z[ recovery-image] Aug 12 22:28:37.837 INFO O| Aug 12 22:28:37.837 INFO STEP 289 (remove_files) COMPLETE
46772024-08-12T22:28:39.831Z[ recovery-image] Aug 12 22:28:37.837 INFO O| Aug 12 22:28:37.837 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-08-12T22:28:39.842Z[ recovery-image] Aug 12 22:28:37.848 INFO O| Aug 12 22:28:37.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
46792024-08-12T22:28:39.842Z[ recovery-image] Aug 12 22:28:37.848 INFO O| Aug 12 22:28:37.848 INFO STEP 290 (remove_files) COMPLETE
46802024-08-12T22:28:39.845Z[ recovery-image] Aug 12 22:28:37.848 INFO O| Aug 12 22:28:37.848 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-08-12T22:28:39.852Z[ recovery-image] Aug 12 22:28:37.858 INFO O| Aug 12 22:28:37.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
46822024-08-12T22:28:39.852Z[ recovery-image] Aug 12 22:28:37.858 INFO O| Aug 12 22:28:37.858 INFO STEP 291 (remove_files) COMPLETE
46832024-08-12T22:28:39.852Z[ recovery-image] Aug 12 22:28:37.858 INFO O| Aug 12 22:28:37.858 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-08-12T22:28:39.862Z[ recovery-image] Aug 12 22:28:37.868 INFO O| Aug 12 22:28:37.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
46852024-08-12T22:28:39.863Z[ recovery-image] Aug 12 22:28:37.869 INFO O| Aug 12 22:28:37.869 INFO STEP 292 (remove_files) COMPLETE
46862024-08-12T22:28:39.865Z[ recovery-image] Aug 12 22:28:37.869 INFO O| Aug 12 22:28:37.869 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-08-12T22:28:39.872Z[ recovery-image] Aug 12 22:28:37.879 INFO O| Aug 12 22:28:37.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
46882024-08-12T22:28:39.872Z[ recovery-image] Aug 12 22:28:37.879 INFO O| Aug 12 22:28:37.879 INFO STEP 293 (remove_files) COMPLETE
46892024-08-12T22:28:39.872Z[ recovery-image] Aug 12 22:28:37.879 INFO O| Aug 12 22:28:37.879 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-08-12T22:28:39.883Z[ recovery-image] Aug 12 22:28:37.889 INFO O| Aug 12 22:28:37.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
46912024-08-12T22:28:39.885Z[ recovery-image] Aug 12 22:28:37.889 INFO O| Aug 12 22:28:37.889 INFO STEP 294 (remove_files) COMPLETE
46922024-08-12T22:28:39.885Z[ recovery-image] Aug 12 22:28:37.889 INFO O| Aug 12 22:28:37.889 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-08-12T22:28:39.896Z[ recovery-image] Aug 12 22:28:37.902 INFO O| Aug 12 22:28:37.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
46942024-08-12T22:28:39.896Z[ recovery-image] Aug 12 22:28:37.902 INFO O| Aug 12 22:28:37.902 INFO STEP 295 (remove_files) COMPLETE
46952024-08-12T22:28:39.899Z[ recovery-image] Aug 12 22:28:37.902 INFO O| Aug 12 22:28:37.902 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-08-12T22:28:39.911Z[ recovery-image] Aug 12 22:28:37.917 INFO O| Aug 12 22:28:37.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
46972024-08-12T22:28:39.911Z[ recovery-image] Aug 12 22:28:37.917 INFO O| Aug 12 22:28:37.917 INFO STEP 296 (remove_files) COMPLETE
46982024-08-12T22:28:39.913Z[ recovery-image] Aug 12 22:28:37.917 INFO O| Aug 12 22:28:37.917 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-08-12T22:28:39.923Z[ recovery-image] Aug 12 22:28:37.929 INFO O| Aug 12 22:28:37.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47002024-08-12T22:28:39.923Z[ recovery-image] Aug 12 22:28:37.929 INFO O| Aug 12 22:28:37.929 INFO STEP 297 (remove_files) COMPLETE
47012024-08-12T22:28:39.926Z[ recovery-image] Aug 12 22:28:37.929 INFO O| Aug 12 22:28:37.929 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-08-12T22:28:39.934Z[ recovery-image] Aug 12 22:28:37.940 INFO O| Aug 12 22:28:37.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47032024-08-12T22:28:39.934Z[ recovery-image] Aug 12 22:28:37.940 INFO O| Aug 12 22:28:37.940 INFO STEP 298 (remove_files) COMPLETE
47042024-08-12T22:28:39.936Z[ recovery-image] Aug 12 22:28:37.940 INFO O| Aug 12 22:28:37.940 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-08-12T22:28:39.947Z[ recovery-image] Aug 12 22:28:37.953 INFO O| Aug 12 22:28:37.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47062024-08-12T22:28:39.947Z[ recovery-image] Aug 12 22:28:37.953 INFO O| Aug 12 22:28:37.953 INFO STEP 299 (remove_files) COMPLETE
47072024-08-12T22:28:39.949Z[ recovery-image] Aug 12 22:28:37.953 INFO O| Aug 12 22:28:37.953 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-08-12T22:28:39.957Z[ recovery-image] Aug 12 22:28:37.963 INFO O| Aug 12 22:28:37.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47092024-08-12T22:28:39.957Z[ recovery-image] Aug 12 22:28:37.963 INFO O| Aug 12 22:28:37.963 INFO STEP 300 (remove_files) COMPLETE
47102024-08-12T22:28:39.957Z[ recovery-image] Aug 12 22:28:37.963 INFO O| Aug 12 22:28:37.963 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-08-12T22:28:39.967Z[ recovery-image] Aug 12 22:28:37.973 INFO O| Aug 12 22:28:37.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47122024-08-12T22:28:39.970Z[ recovery-image] Aug 12 22:28:37.973 INFO O| Aug 12 22:28:37.973 INFO STEP 301 (remove_files) COMPLETE
47132024-08-12T22:28:39.970Z[ recovery-image] Aug 12 22:28:37.973 INFO O| Aug 12 22:28:37.973 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-08-12T22:28:39.979Z[ recovery-image] Aug 12 22:28:37.985 INFO O| Aug 12 22:28:37.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47152024-08-12T22:28:39.979Z[ recovery-image] Aug 12 22:28:37.985 INFO O| Aug 12 22:28:37.985 INFO STEP 302 (remove_files) COMPLETE
47162024-08-12T22:28:39.982Z[ recovery-image] Aug 12 22:28:37.985 INFO O| Aug 12 22:28:37.985 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-08-12T22:28:39.989Z[ recovery-image] Aug 12 22:28:37.995 INFO O| Aug 12 22:28:37.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47182024-08-12T22:28:39.992Z[ recovery-image] Aug 12 22:28:37.996 INFO O| Aug 12 22:28:37.995 INFO STEP 303 (remove_files) COMPLETE
47192024-08-12T22:28:39.992Z[ recovery-image] Aug 12 22:28:37.996 INFO O| Aug 12 22:28:37.996 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-08-12T22:28:40.001Z[ recovery-image] Aug 12 22:28:38.007 INFO O| Aug 12 22:28:38.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47212024-08-12T22:28:40.001Z[ recovery-image] Aug 12 22:28:38.007 INFO O| Aug 12 22:28:38.007 INFO STEP 304 (remove_files) COMPLETE
47222024-08-12T22:28:40.001Z[ recovery-image] Aug 12 22:28:38.007 INFO O| Aug 12 22:28:38.007 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-08-12T22:28:40.011Z[ recovery-image] Aug 12 22:28:38.017 INFO O| Aug 12 22:28:38.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47242024-08-12T22:28:40.011Z[ recovery-image] Aug 12 22:28:38.017 INFO O| Aug 12 22:28:38.017 INFO STEP 305 (remove_files) COMPLETE
47252024-08-12T22:28:40.014Z[ recovery-image] Aug 12 22:28:38.017 INFO O| Aug 12 22:28:38.017 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-08-12T22:28:40.022Z[ recovery-image] Aug 12 22:28:38.028 INFO O| Aug 12 22:28:38.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47272024-08-12T22:28:40.025Z[ recovery-image] Aug 12 22:28:38.028 INFO O| Aug 12 22:28:38.028 INFO STEP 306 (remove_files) COMPLETE
47282024-08-12T22:28:40.025Z[ recovery-image] Aug 12 22:28:38.028 INFO O| Aug 12 22:28:38.028 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-08-12T22:28:40.032Z[ recovery-image] Aug 12 22:28:38.038 INFO O| Aug 12 22:28:38.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47302024-08-12T22:28:40.032Z[ recovery-image] Aug 12 22:28:38.038 INFO O| Aug 12 22:28:38.038 INFO STEP 307 (remove_files) COMPLETE
47312024-08-12T22:28:40.032Z[ recovery-image] Aug 12 22:28:38.038 INFO O| Aug 12 22:28:38.038 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-08-12T22:28:40.043Z[ recovery-image] Aug 12 22:28:38.049 INFO O| Aug 12 22:28:38.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
47332024-08-12T22:28:40.043Z[ recovery-image] Aug 12 22:28:38.049 INFO O| Aug 12 22:28:38.049 INFO STEP 308 (remove_files) COMPLETE
47342024-08-12T22:28:40.043Z[ recovery-image] Aug 12 22:28:38.049 INFO O| Aug 12 22:28:38.049 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-08-12T22:28:40.053Z[ recovery-image] Aug 12 22:28:38.059 INFO O| Aug 12 22:28:38.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
47362024-08-12T22:28:40.053Z[ recovery-image] Aug 12 22:28:38.059 INFO O| Aug 12 22:28:38.059 INFO STEP 309 (remove_files) COMPLETE
47372024-08-12T22:28:40.053Z[ recovery-image] Aug 12 22:28:38.059 INFO O| Aug 12 22:28:38.059 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-08-12T22:28:40.063Z[ recovery-image] Aug 12 22:28:38.069 INFO O| Aug 12 22:28:38.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
47392024-08-12T22:28:40.063Z[ recovery-image] Aug 12 22:28:38.069 INFO O| Aug 12 22:28:38.069 INFO STEP 310 (remove_files) COMPLETE
47402024-08-12T22:28:40.063Z[ recovery-image] Aug 12 22:28:38.069 INFO O| Aug 12 22:28:38.069 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-08-12T22:28:40.073Z[ recovery-image] Aug 12 22:28:38.079 INFO O| Aug 12 22:28:38.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
47422024-08-12T22:28:40.073Z[ recovery-image] Aug 12 22:28:38.079 INFO O| Aug 12 22:28:38.079 INFO STEP 311 (remove_files) COMPLETE
47432024-08-12T22:28:40.076Z[ recovery-image] Aug 12 22:28:38.079 INFO O| Aug 12 22:28:38.079 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-08-12T22:28:40.084Z[ recovery-image] Aug 12 22:28:38.090 INFO O| Aug 12 22:28:38.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
47452024-08-12T22:28:40.084Z[ recovery-image] Aug 12 22:28:38.090 INFO O| Aug 12 22:28:38.090 INFO STEP 312 (remove_files) COMPLETE
47462024-08-12T22:28:40.084Z[ recovery-image] Aug 12 22:28:38.090 INFO O| Aug 12 22:28:38.090 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-08-12T22:28:40.094Z[ recovery-image] Aug 12 22:28:38.100 INFO O| Aug 12 22:28:38.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
47482024-08-12T22:28:40.094Z[ recovery-image] Aug 12 22:28:38.100 INFO O| Aug 12 22:28:38.100 INFO STEP 313 (remove_files) COMPLETE
47492024-08-12T22:28:40.097Z[ recovery-image] Aug 12 22:28:38.100 INFO O| Aug 12 22:28:38.100 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-08-12T22:28:40.104Z[ recovery-image] Aug 12 22:28:38.110 INFO O| Aug 12 22:28:38.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
47512024-08-12T22:28:40.104Z[ recovery-image] Aug 12 22:28:38.110 INFO O| Aug 12 22:28:38.110 INFO STEP 314 (remove_files) COMPLETE
47522024-08-12T22:28:40.107Z[ recovery-image] Aug 12 22:28:38.110 INFO O| Aug 12 22:28:38.110 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-08-12T22:28:40.119Z[ recovery-image] Aug 12 22:28:38.121 INFO O| Aug 12 22:28:38.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
47542024-08-12T22:28:40.119Z[ recovery-image] Aug 12 22:28:38.121 INFO O| Aug 12 22:28:38.121 INFO STEP 315 (remove_files) COMPLETE
47552024-08-12T22:28:40.119Z[ recovery-image] Aug 12 22:28:38.121 INFO O| Aug 12 22:28:38.121 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-08-12T22:28:40.125Z[ recovery-image] Aug 12 22:28:38.131 INFO O| Aug 12 22:28:38.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
47572024-08-12T22:28:40.125Z[ recovery-image] Aug 12 22:28:38.131 INFO O| Aug 12 22:28:38.131 INFO STEP 316 (remove_files) COMPLETE
47582024-08-12T22:28:40.128Z[ recovery-image] Aug 12 22:28:38.131 INFO O| Aug 12 22:28:38.131 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-08-12T22:28:40.135Z[ recovery-image] Aug 12 22:28:38.141 INFO O| Aug 12 22:28:38.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
47602024-08-12T22:28:40.138Z[ recovery-image] Aug 12 22:28:38.141 INFO O| Aug 12 22:28:38.141 INFO STEP 317 (remove_files) COMPLETE
47612024-08-12T22:28:40.138Z[ recovery-image] Aug 12 22:28:38.141 INFO O| Aug 12 22:28:38.141 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-08-12T22:28:40.145Z[ recovery-image] Aug 12 22:28:38.151 INFO O| Aug 12 22:28:38.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
47632024-08-12T22:28:40.146Z[ recovery-image] Aug 12 22:28:38.151 INFO O| Aug 12 22:28:38.151 INFO STEP 318 (remove_files) COMPLETE
47642024-08-12T22:28:40.146Z[ recovery-image] Aug 12 22:28:38.152 INFO O| Aug 12 22:28:38.151 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-08-12T22:28:40.155Z[ recovery-image] Aug 12 22:28:38.161 INFO O| Aug 12 22:28:38.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
47662024-08-12T22:28:40.158Z[ recovery-image] Aug 12 22:28:38.161 INFO O| Aug 12 22:28:38.161 INFO STEP 319 (remove_files) COMPLETE
47672024-08-12T22:28:40.158Z[ recovery-image] Aug 12 22:28:38.162 INFO O| Aug 12 22:28:38.161 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-08-12T22:28:40.166Z[ recovery-image] Aug 12 22:28:38.171 INFO O| Aug 12 22:28:38.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
47692024-08-12T22:28:40.166Z[ recovery-image] Aug 12 22:28:38.172 INFO O| Aug 12 22:28:38.172 INFO STEP 320 (remove_files) COMPLETE
47702024-08-12T22:28:40.168Z[ recovery-image] Aug 12 22:28:38.172 INFO O| Aug 12 22:28:38.172 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-08-12T22:28:40.176Z[ recovery-image] Aug 12 22:28:38.182 INFO O| Aug 12 22:28:38.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
47722024-08-12T22:28:40.176Z[ recovery-image] Aug 12 22:28:38.182 INFO O| Aug 12 22:28:38.182 INFO STEP 321 (remove_files) COMPLETE
47732024-08-12T22:28:40.179Z[ recovery-image] Aug 12 22:28:38.182 INFO O| Aug 12 22:28:38.182 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-08-12T22:28:40.186Z[ recovery-image] Aug 12 22:28:38.192 INFO O| Aug 12 22:28:38.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
47752024-08-12T22:28:40.186Z[ recovery-image] Aug 12 22:28:38.192 INFO O| Aug 12 22:28:38.192 INFO STEP 322 (remove_files) COMPLETE
47762024-08-12T22:28:40.189Z[ recovery-image] Aug 12 22:28:38.192 INFO O| Aug 12 22:28:38.192 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-08-12T22:28:40.198Z[ recovery-image] Aug 12 22:28:38.204 INFO O| Aug 12 22:28:38.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
47782024-08-12T22:28:40.198Z[ recovery-image] Aug 12 22:28:38.204 INFO O| Aug 12 22:28:38.204 INFO STEP 323 (remove_files) COMPLETE
47792024-08-12T22:28:40.198Z[ recovery-image] Aug 12 22:28:38.204 INFO O| Aug 12 22:28:38.204 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-08-12T22:28:40.208Z[ recovery-image] Aug 12 22:28:38.214 INFO O| Aug 12 22:28:38.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
47812024-08-12T22:28:40.208Z[ recovery-image] Aug 12 22:28:38.214 INFO O| Aug 12 22:28:38.214 INFO STEP 324 (remove_files) COMPLETE
47822024-08-12T22:28:40.208Z[ recovery-image] Aug 12 22:28:38.214 INFO O| Aug 12 22:28:38.214 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-08-12T22:28:40.219Z[ recovery-image] Aug 12 22:28:38.224 INFO O| Aug 12 22:28:38.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
47842024-08-12T22:28:40.219Z[ recovery-image] Aug 12 22:28:38.225 INFO O| Aug 12 22:28:38.224 INFO STEP 325 (remove_files) COMPLETE
47852024-08-12T22:28:40.220Z[ recovery-image] Aug 12 22:28:38.225 INFO O| Aug 12 22:28:38.224 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-08-12T22:28:40.229Z[ recovery-image] Aug 12 22:28:38.234 INFO O| Aug 12 22:28:38.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
47872024-08-12T22:28:40.229Z[ recovery-image] Aug 12 22:28:38.235 INFO O| Aug 12 22:28:38.235 INFO STEP 326 (remove_files) COMPLETE
47882024-08-12T22:28:40.231Z[ recovery-image] Aug 12 22:28:38.235 INFO O| Aug 12 22:28:38.235 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-08-12T22:28:40.239Z[ recovery-image] Aug 12 22:28:38.245 INFO O| Aug 12 22:28:38.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
47902024-08-12T22:28:40.239Z[ recovery-image] Aug 12 22:28:38.245 INFO O| Aug 12 22:28:38.245 INFO STEP 327 (remove_files) COMPLETE
47912024-08-12T22:28:40.241Z[ recovery-image] Aug 12 22:28:38.245 INFO O| Aug 12 22:28:38.245 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-08-12T22:28:40.250Z[ recovery-image] Aug 12 22:28:38.256 INFO O| Aug 12 22:28:38.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
47932024-08-12T22:28:40.252Z[ recovery-image] Aug 12 22:28:38.256 INFO O| Aug 12 22:28:38.256 INFO STEP 328 (remove_files) COMPLETE
47942024-08-12T22:28:40.252Z[ recovery-image] Aug 12 22:28:38.256 INFO O| Aug 12 22:28:38.256 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-08-12T22:28:40.260Z[ recovery-image] Aug 12 22:28:38.266 INFO O| Aug 12 22:28:38.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
47962024-08-12T22:28:40.260Z[ recovery-image] Aug 12 22:28:38.266 INFO O| Aug 12 22:28:38.266 INFO STEP 329 (remove_files) COMPLETE
47972024-08-12T22:28:40.260Z[ recovery-image] Aug 12 22:28:38.266 INFO O| Aug 12 22:28:38.266 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-08-12T22:28:40.271Z[ recovery-image] Aug 12 22:28:38.277 INFO O| Aug 12 22:28:38.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
47992024-08-12T22:28:40.271Z[ recovery-image] Aug 12 22:28:38.277 INFO O| Aug 12 22:28:38.277 INFO STEP 330 (remove_files) COMPLETE
48002024-08-12T22:28:40.274Z[ recovery-image] Aug 12 22:28:38.277 INFO O| Aug 12 22:28:38.277 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-08-12T22:28:40.283Z[ recovery-image] Aug 12 22:28:38.289 INFO O| Aug 12 22:28:38.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48022024-08-12T22:28:40.284Z[ recovery-image] Aug 12 22:28:38.289 INFO O| Aug 12 22:28:38.289 INFO STEP 331 (remove_files) COMPLETE
48032024-08-12T22:28:40.286Z[ recovery-image] Aug 12 22:28:38.289 INFO O| Aug 12 22:28:38.289 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-08-12T22:28:40.294Z[ recovery-image] Aug 12 22:28:38.300 INFO O| Aug 12 22:28:38.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48052024-08-12T22:28:40.294Z[ recovery-image] Aug 12 22:28:38.300 INFO O| Aug 12 22:28:38.300 INFO STEP 332 (remove_files) COMPLETE
48062024-08-12T22:28:40.294Z[ recovery-image] Aug 12 22:28:38.300 INFO O| Aug 12 22:28:38.300 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-08-12T22:28:40.306Z[ recovery-image] Aug 12 22:28:38.311 INFO O| Aug 12 22:28:38.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48082024-08-12T22:28:40.306Z[ recovery-image] Aug 12 22:28:38.311 INFO O| Aug 12 22:28:38.311 INFO STEP 333 (remove_files) COMPLETE
48092024-08-12T22:28:40.308Z[ recovery-image] Aug 12 22:28:38.311 INFO O| Aug 12 22:28:38.311 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-08-12T22:28:40.316Z[ recovery-image] Aug 12 22:28:38.322 INFO O| Aug 12 22:28:38.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48112024-08-12T22:28:40.316Z[ recovery-image] Aug 12 22:28:38.322 INFO O| Aug 12 22:28:38.322 INFO STEP 334 (remove_files) COMPLETE
48122024-08-12T22:28:40.316Z[ recovery-image] Aug 12 22:28:38.322 INFO O| Aug 12 22:28:38.322 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-08-12T22:28:40.326Z[ recovery-image] Aug 12 22:28:38.332 INFO O| Aug 12 22:28:38.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48142024-08-12T22:28:40.326Z[ recovery-image] Aug 12 22:28:38.332 INFO O| Aug 12 22:28:38.332 INFO STEP 335 (remove_files) COMPLETE
48152024-08-12T22:28:40.329Z[ recovery-image] Aug 12 22:28:38.332 INFO O| Aug 12 22:28:38.332 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-08-12T22:28:40.337Z[ recovery-image] Aug 12 22:28:38.343 INFO O| Aug 12 22:28:38.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48172024-08-12T22:28:40.337Z[ recovery-image] Aug 12 22:28:38.343 INFO O| Aug 12 22:28:38.343 INFO STEP 336 (remove_files) COMPLETE
48182024-08-12T22:28:40.337Z[ recovery-image] Aug 12 22:28:38.343 INFO O| Aug 12 22:28:38.343 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-08-12T22:28:40.348Z[ recovery-image] Aug 12 22:28:38.354 INFO O| Aug 12 22:28:38.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48202024-08-12T22:28:40.348Z[ recovery-image] Aug 12 22:28:38.354 INFO O| Aug 12 22:28:38.354 INFO STEP 337 (remove_files) COMPLETE
48212024-08-12T22:28:40.351Z[ recovery-image] Aug 12 22:28:38.354 INFO O| Aug 12 22:28:38.354 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-08-12T22:28:40.360Z[ recovery-image] Aug 12 22:28:38.365 INFO O| Aug 12 22:28:38.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48232024-08-12T22:28:40.360Z[ recovery-image] Aug 12 22:28:38.365 INFO O| Aug 12 22:28:38.365 INFO STEP 338 (remove_files) COMPLETE
48242024-08-12T22:28:40.363Z[ recovery-image] Aug 12 22:28:38.365 INFO O| Aug 12 22:28:38.365 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-08-12T22:28:40.371Z[ recovery-image] Aug 12 22:28:38.377 INFO O| Aug 12 22:28:38.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48262024-08-12T22:28:40.371Z[ recovery-image] Aug 12 22:28:38.377 INFO O| Aug 12 22:28:38.377 INFO STEP 339 (remove_files) COMPLETE
48272024-08-12T22:28:40.374Z[ recovery-image] Aug 12 22:28:38.377 INFO O| Aug 12 22:28:38.377 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-08-12T22:28:40.382Z[ recovery-image] Aug 12 22:28:38.388 INFO O| Aug 12 22:28:38.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48292024-08-12T22:28:40.385Z[ recovery-image] Aug 12 22:28:38.388 INFO O| Aug 12 22:28:38.388 INFO STEP 340 (remove_files) COMPLETE
48302024-08-12T22:28:40.385Z[ recovery-image] Aug 12 22:28:38.388 INFO O| Aug 12 22:28:38.388 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-08-12T22:28:40.393Z[ recovery-image] Aug 12 22:28:38.398 INFO O| Aug 12 22:28:38.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48322024-08-12T22:28:40.393Z[ recovery-image] Aug 12 22:28:38.398 INFO O| Aug 12 22:28:38.398 INFO STEP 341 (remove_files) COMPLETE
48332024-08-12T22:28:40.393Z[ recovery-image] Aug 12 22:28:38.398 INFO O| Aug 12 22:28:38.398 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-08-12T22:28:40.404Z[ recovery-image] Aug 12 22:28:38.409 INFO O| Aug 12 22:28:38.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
48352024-08-12T22:28:40.407Z[ recovery-image] Aug 12 22:28:38.409 INFO O| Aug 12 22:28:38.409 INFO STEP 342 (remove_files) COMPLETE
48362024-08-12T22:28:40.407Z[ recovery-image] Aug 12 22:28:38.409 INFO O| Aug 12 22:28:38.409 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-08-12T22:28:40.413Z[ recovery-image] Aug 12 22:28:38.419 INFO O| Aug 12 22:28:38.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
48382024-08-12T22:28:40.413Z[ recovery-image] Aug 12 22:28:38.419 INFO O| Aug 12 22:28:38.419 INFO STEP 343 (remove_files) COMPLETE
48392024-08-12T22:28:40.413Z[ recovery-image] Aug 12 22:28:38.419 INFO O| Aug 12 22:28:38.419 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-08-12T22:28:40.424Z[ recovery-image] Aug 12 22:28:38.430 INFO O| Aug 12 22:28:38.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
48412024-08-12T22:28:40.424Z[ recovery-image] Aug 12 22:28:38.430 INFO O| Aug 12 22:28:38.430 INFO STEP 344 (remove_files) COMPLETE
48422024-08-12T22:28:40.424Z[ recovery-image] Aug 12 22:28:38.430 INFO O| Aug 12 22:28:38.430 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-08-12T22:28:40.434Z[ recovery-image] Aug 12 22:28:38.440 INFO O| Aug 12 22:28:38.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
48442024-08-12T22:28:40.437Z[ recovery-image] Aug 12 22:28:38.440 INFO O| Aug 12 22:28:38.440 INFO STEP 345 (remove_files) COMPLETE
48452024-08-12T22:28:40.437Z[ recovery-image] Aug 12 22:28:38.440 INFO O| Aug 12 22:28:38.440 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-08-12T22:28:40.445Z[ recovery-image] Aug 12 22:28:38.451 INFO O| Aug 12 22:28:38.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
48472024-08-12T22:28:40.445Z[ recovery-image] Aug 12 22:28:38.451 INFO O| Aug 12 22:28:38.451 INFO STEP 346 (remove_files) COMPLETE
48482024-08-12T22:28:40.445Z[ recovery-image] Aug 12 22:28:38.451 INFO O| Aug 12 22:28:38.451 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-08-12T22:28:40.455Z[ recovery-image] Aug 12 22:28:38.461 INFO O| Aug 12 22:28:38.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
48502024-08-12T22:28:40.455Z[ recovery-image] Aug 12 22:28:38.461 INFO O| Aug 12 22:28:38.461 INFO STEP 347 (remove_files) COMPLETE
48512024-08-12T22:28:40.455Z[ recovery-image] Aug 12 22:28:38.461 INFO O| Aug 12 22:28:38.461 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-08-12T22:28:40.465Z[ recovery-image] Aug 12 22:28:38.471 INFO O| Aug 12 22:28:38.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
48532024-08-12T22:28:40.468Z[ recovery-image] Aug 12 22:28:38.471 INFO O| Aug 12 22:28:38.471 INFO STEP 348 (remove_files) COMPLETE
48542024-08-12T22:28:40.468Z[ recovery-image] Aug 12 22:28:38.471 INFO O| Aug 12 22:28:38.471 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-08-12T22:28:40.476Z[ recovery-image] Aug 12 22:28:38.482 INFO O| Aug 12 22:28:38.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
48562024-08-12T22:28:40.476Z[ recovery-image] Aug 12 22:28:38.482 INFO O| Aug 12 22:28:38.482 INFO STEP 349 (remove_files) COMPLETE
48572024-08-12T22:28:40.479Z[ recovery-image] Aug 12 22:28:38.482 INFO O| Aug 12 22:28:38.482 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-08-12T22:28:40.486Z[ recovery-image] Aug 12 22:28:38.492 INFO O| Aug 12 22:28:38.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
48592024-08-12T22:28:40.486Z[ recovery-image] Aug 12 22:28:38.492 INFO O| Aug 12 22:28:38.492 INFO STEP 350 (remove_files) COMPLETE
48602024-08-12T22:28:40.489Z[ recovery-image] Aug 12 22:28:38.492 INFO O| Aug 12 22:28:38.492 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-08-12T22:28:40.495Z[ host-image] Aug 12 22:28:38.501 INFO O| Aug 12 22:28:38.501 INFO O| Done
48622024-08-12T22:28:40.498Z[ recovery-image] Aug 12 22:28:38.503 INFO O| Aug 12 22:28:38.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
48632024-08-12T22:28:40.498Z[ recovery-image] Aug 12 22:28:38.503 INFO O| Aug 12 22:28:38.503 INFO STEP 351 (remove_files) COMPLETE
48642024-08-12T22:28:40.498Z[ recovery-image] Aug 12 22:28:38.503 INFO O| Aug 12 22:28:38.503 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-08-12T22:28:40.508Z[ recovery-image] Aug 12 22:28:38.514 INFO O| Aug 12 22:28:38.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
48662024-08-12T22:28:40.508Z[ recovery-image] Aug 12 22:28:38.514 INFO O| Aug 12 22:28:38.514 INFO STEP 352 (remove_files) COMPLETE
48672024-08-12T22:28:40.511Z[ recovery-image] Aug 12 22:28:38.514 INFO O| Aug 12 22:28:38.514 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-08-12T22:28:40.520Z[ recovery-image] Aug 12 22:28:38.525 INFO O| Aug 12 22:28:38.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
48692024-08-12T22:28:40.520Z[ recovery-image] Aug 12 22:28:38.526 INFO O| Aug 12 22:28:38.526 INFO STEP 353 (remove_files) COMPLETE
48702024-08-12T22:28:40.520Z[ recovery-image] Aug 12 22:28:38.526 INFO O| Aug 12 22:28:38.526 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-08-12T22:28:40.531Z[ recovery-image] Aug 12 22:28:38.537 INFO O| Aug 12 22:28:38.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
48722024-08-12T22:28:40.531Z[ recovery-image] Aug 12 22:28:38.537 INFO O| Aug 12 22:28:38.537 INFO STEP 354 (remove_files) COMPLETE
48732024-08-12T22:28:40.534Z[ recovery-image] Aug 12 22:28:38.537 INFO O| Aug 12 22:28:38.537 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-08-12T22:28:40.543Z[ recovery-image] Aug 12 22:28:38.549 INFO O| Aug 12 22:28:38.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
48752024-08-12T22:28:40.543Z[ recovery-image] Aug 12 22:28:38.549 INFO O| Aug 12 22:28:38.549 INFO STEP 355 (remove_files) COMPLETE
48762024-08-12T22:28:40.546Z[ recovery-image] Aug 12 22:28:38.549 INFO O| Aug 12 22:28:38.549 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-08-12T22:28:40.555Z[ recovery-image] Aug 12 22:28:38.560 INFO O| Aug 12 22:28:38.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
48782024-08-12T22:28:40.555Z[ recovery-image] Aug 12 22:28:38.560 INFO O| Aug 12 22:28:38.560 INFO STEP 356 (remove_files) COMPLETE
48792024-08-12T22:28:40.557Z[ recovery-image] Aug 12 22:28:38.561 INFO O| Aug 12 22:28:38.560 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-08-12T22:28:40.565Z[ recovery-image] Aug 12 22:28:38.571 INFO O| Aug 12 22:28:38.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
48812024-08-12T22:28:40.566Z[ recovery-image] Aug 12 22:28:38.571 INFO O| Aug 12 22:28:38.571 INFO STEP 357 (remove_files) COMPLETE
48822024-08-12T22:28:40.568Z[ recovery-image] Aug 12 22:28:38.571 INFO O| Aug 12 22:28:38.571 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-08-12T22:28:40.577Z[ recovery-image] Aug 12 22:28:38.582 INFO O| Aug 12 22:28:38.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
48842024-08-12T22:28:40.577Z[ recovery-image] Aug 12 22:28:38.582 INFO O| Aug 12 22:28:38.582 INFO STEP 358 (remove_files) COMPLETE
48852024-08-12T22:28:40.580Z[ recovery-image] Aug 12 22:28:38.582 INFO O| Aug 12 22:28:38.582 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-08-12T22:28:40.587Z[ recovery-image] Aug 12 22:28:38.593 INFO O| Aug 12 22:28:38.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
48872024-08-12T22:28:40.587Z[ recovery-image] Aug 12 22:28:38.593 INFO O| Aug 12 22:28:38.593 INFO STEP 359 (remove_files) COMPLETE
48882024-08-12T22:28:40.587Z[ recovery-image] Aug 12 22:28:38.593 INFO O| Aug 12 22:28:38.593 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-08-12T22:28:40.598Z[ recovery-image] Aug 12 22:28:38.604 INFO O| Aug 12 22:28:38.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
48902024-08-12T22:28:40.598Z[ recovery-image] Aug 12 22:28:38.604 INFO O| Aug 12 22:28:38.604 INFO STEP 360 (remove_files) COMPLETE
48912024-08-12T22:28:40.598Z[ recovery-image] Aug 12 22:28:38.604 INFO O| Aug 12 22:28:38.604 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-08-12T22:28:40.609Z[ recovery-image] Aug 12 22:28:38.615 INFO O| Aug 12 22:28:38.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
48932024-08-12T22:28:40.609Z[ recovery-image] Aug 12 22:28:38.615 INFO O| Aug 12 22:28:38.615 INFO STEP 361 (remove_files) COMPLETE
48942024-08-12T22:28:40.611Z[ recovery-image] Aug 12 22:28:38.615 INFO O| Aug 12 22:28:38.615 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-08-12T22:28:40.619Z[ recovery-image] Aug 12 22:28:38.625 INFO O| Aug 12 22:28:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
48962024-08-12T22:28:40.619Z[ recovery-image] Aug 12 22:28:38.625 INFO O| Aug 12 22:28:38.625 INFO STEP 362 (remove_files) COMPLETE
48972024-08-12T22:28:40.619Z[ recovery-image] Aug 12 22:28:38.625 INFO O| Aug 12 22:28:38.625 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-08-12T22:28:40.629Z[ recovery-image] Aug 12 22:28:38.635 INFO O| Aug 12 22:28:38.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
48992024-08-12T22:28:40.632Z[ recovery-image] Aug 12 22:28:38.635 INFO O| Aug 12 22:28:38.635 INFO STEP 363 (remove_files) COMPLETE
49002024-08-12T22:28:40.632Z[ recovery-image] Aug 12 22:28:38.635 INFO O| Aug 12 22:28:38.635 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-08-12T22:28:40.640Z[ recovery-image] Aug 12 22:28:38.646 INFO O| Aug 12 22:28:38.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49022024-08-12T22:28:40.640Z[ recovery-image] Aug 12 22:28:38.646 INFO O| Aug 12 22:28:38.646 INFO STEP 364 (remove_files) COMPLETE
49032024-08-12T22:28:40.643Z[ recovery-image] Aug 12 22:28:38.646 INFO O| Aug 12 22:28:38.646 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-08-12T22:28:40.650Z[ recovery-image] Aug 12 22:28:38.656 INFO O| Aug 12 22:28:38.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49052024-08-12T22:28:40.651Z[ recovery-image] Aug 12 22:28:38.656 INFO O| Aug 12 22:28:38.656 INFO STEP 365 (remove_files) COMPLETE
49062024-08-12T22:28:40.653Z[ recovery-image] Aug 12 22:28:38.656 INFO O| Aug 12 22:28:38.656 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-08-12T22:28:40.661Z[ recovery-image] Aug 12 22:28:38.667 INFO O| Aug 12 22:28:38.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49082024-08-12T22:28:40.661Z[ recovery-image] Aug 12 22:28:38.667 INFO O| Aug 12 22:28:38.667 INFO STEP 366 (remove_files) COMPLETE
49092024-08-12T22:28:40.664Z[ recovery-image] Aug 12 22:28:38.667 INFO O| Aug 12 22:28:38.667 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-08-12T22:28:40.672Z[ recovery-image] Aug 12 22:28:38.678 INFO O| Aug 12 22:28:38.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49112024-08-12T22:28:40.672Z[ recovery-image] Aug 12 22:28:38.678 INFO O| Aug 12 22:28:38.678 INFO STEP 367 (remove_files) COMPLETE
49122024-08-12T22:28:40.675Z[ recovery-image] Aug 12 22:28:38.678 INFO O| Aug 12 22:28:38.678 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-08-12T22:28:40.683Z[ recovery-image] Aug 12 22:28:38.688 INFO O| Aug 12 22:28:38.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49142024-08-12T22:28:40.683Z[ recovery-image] Aug 12 22:28:38.689 INFO O| Aug 12 22:28:38.688 INFO STEP 368 (remove_files) COMPLETE
49152024-08-12T22:28:40.683Z[ recovery-image] Aug 12 22:28:38.689 INFO O| Aug 12 22:28:38.688 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-08-12T22:28:40.693Z[ recovery-image] Aug 12 22:28:38.699 INFO O| Aug 12 22:28:38.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49172024-08-12T22:28:40.693Z[ recovery-image] Aug 12 22:28:38.699 INFO O| Aug 12 22:28:38.699 INFO STEP 369 (remove_files) COMPLETE
49182024-08-12T22:28:40.693Z[ recovery-image] Aug 12 22:28:38.699 INFO O| Aug 12 22:28:38.699 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-08-12T22:28:40.704Z[ recovery-image] Aug 12 22:28:38.709 INFO O| Aug 12 22:28:38.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49202024-08-12T22:28:40.704Z[ recovery-image] Aug 12 22:28:38.709 INFO O| Aug 12 22:28:38.709 INFO STEP 370 (remove_files) COMPLETE
49212024-08-12T22:28:40.707Z[ recovery-image] Aug 12 22:28:38.709 INFO O| Aug 12 22:28:38.709 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-08-12T22:28:40.714Z[ recovery-image] Aug 12 22:28:38.720 INFO O| Aug 12 22:28:38.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49232024-08-12T22:28:40.714Z[ recovery-image] Aug 12 22:28:38.720 INFO O| Aug 12 22:28:38.720 INFO STEP 371 (remove_files) COMPLETE
49242024-08-12T22:28:40.714Z[ recovery-image] Aug 12 22:28:38.720 INFO O| Aug 12 22:28:38.720 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-08-12T22:28:40.724Z[ recovery-image] Aug 12 22:28:38.730 INFO O| Aug 12 22:28:38.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49262024-08-12T22:28:40.725Z[ recovery-image] Aug 12 22:28:38.730 INFO O| Aug 12 22:28:38.730 INFO STEP 372 (remove_files) COMPLETE
49272024-08-12T22:28:40.727Z[ recovery-image] Aug 12 22:28:38.730 INFO O| Aug 12 22:28:38.730 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-08-12T22:28:40.735Z[ recovery-image] Aug 12 22:28:38.741 INFO O| Aug 12 22:28:38.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49292024-08-12T22:28:40.735Z[ recovery-image] Aug 12 22:28:38.741 INFO O| Aug 12 22:28:38.741 INFO STEP 373 (remove_files) COMPLETE
49302024-08-12T22:28:40.738Z[ recovery-image] Aug 12 22:28:38.741 INFO O| Aug 12 22:28:38.741 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-08-12T22:28:40.746Z[ recovery-image] Aug 12 22:28:38.752 INFO O| Aug 12 22:28:38.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
49322024-08-12T22:28:40.746Z[ recovery-image] Aug 12 22:28:38.752 INFO O| Aug 12 22:28:38.752 INFO STEP 374 (remove_files) COMPLETE
49332024-08-12T22:28:40.749Z[ recovery-image] Aug 12 22:28:38.752 INFO O| Aug 12 22:28:38.752 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-08-12T22:28:40.757Z[ recovery-image] Aug 12 22:28:38.762 INFO O| Aug 12 22:28:38.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
49352024-08-12T22:28:40.760Z[ recovery-image] Aug 12 22:28:38.762 INFO O| Aug 12 22:28:38.762 INFO STEP 375 (remove_files) COMPLETE
49362024-08-12T22:28:40.760Z[ recovery-image] Aug 12 22:28:38.763 INFO O| Aug 12 22:28:38.762 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-08-12T22:28:40.769Z[ recovery-image] Aug 12 22:28:38.774 INFO O| Aug 12 22:28:38.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
49382024-08-12T22:28:40.771Z[ recovery-image] Aug 12 22:28:38.774 INFO O| Aug 12 22:28:38.774 INFO STEP 376 (remove_files) COMPLETE
49392024-08-12T22:28:40.771Z[ recovery-image] Aug 12 22:28:38.774 INFO O| Aug 12 22:28:38.774 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-08-12T22:28:40.779Z[ recovery-image] Aug 12 22:28:38.785 INFO O| Aug 12 22:28:38.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
49412024-08-12T22:28:40.779Z[ recovery-image] Aug 12 22:28:38.785 INFO O| Aug 12 22:28:38.785 INFO STEP 377 (remove_files) COMPLETE
49422024-08-12T22:28:40.779Z[ recovery-image] Aug 12 22:28:38.785 INFO O| Aug 12 22:28:38.785 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-08-12T22:28:40.790Z[ recovery-image] Aug 12 22:28:38.795 INFO O| Aug 12 22:28:38.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
49442024-08-12T22:28:40.790Z[ recovery-image] Aug 12 22:28:38.795 INFO O| Aug 12 22:28:38.795 INFO STEP 378 (remove_files) COMPLETE
49452024-08-12T22:28:40.792Z[ recovery-image] Aug 12 22:28:38.795 INFO O| Aug 12 22:28:38.795 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-08-12T22:28:40.802Z[ recovery-image] Aug 12 22:28:38.807 INFO O| Aug 12 22:28:38.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
49472024-08-12T22:28:40.805Z[ recovery-image] Aug 12 22:28:38.807 INFO O| Aug 12 22:28:38.807 INFO STEP 379 (remove_files) COMPLETE
49482024-08-12T22:28:40.805Z[ recovery-image] Aug 12 22:28:38.807 INFO O| Aug 12 22:28:38.807 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-08-12T22:28:40.812Z[ recovery-image] Aug 12 22:28:38.818 INFO O| Aug 12 22:28:38.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
49502024-08-12T22:28:40.815Z[ recovery-image] Aug 12 22:28:38.818 INFO O| Aug 12 22:28:38.818 INFO STEP 380 (remove_files) COMPLETE
49512024-08-12T22:28:40.815Z[ recovery-image] Aug 12 22:28:38.818 INFO O| Aug 12 22:28:38.818 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-08-12T22:28:40.822Z[ recovery-image] Aug 12 22:28:38.828 INFO O| Aug 12 22:28:38.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
49532024-08-12T22:28:40.825Z[ recovery-image] Aug 12 22:28:38.828 INFO O| Aug 12 22:28:38.828 INFO STEP 381 (remove_files) COMPLETE
49542024-08-12T22:28:40.825Z[ recovery-image] Aug 12 22:28:38.828 INFO O| Aug 12 22:28:38.828 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-08-12T22:28:40.834Z[ recovery-image] Aug 12 22:28:38.839 INFO O| Aug 12 22:28:38.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
49562024-08-12T22:28:40.836Z[ recovery-image] Aug 12 22:28:38.839 INFO O| Aug 12 22:28:38.839 INFO STEP 382 (remove_files) COMPLETE
49572024-08-12T22:28:40.836Z[ recovery-image] Aug 12 22:28:38.839 INFO O| Aug 12 22:28:38.839 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-08-12T22:28:40.844Z[ recovery-image] Aug 12 22:28:38.850 INFO O| Aug 12 22:28:38.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
49592024-08-12T22:28:40.844Z[ recovery-image] Aug 12 22:28:38.850 INFO O| Aug 12 22:28:38.850 INFO STEP 383 (remove_files) COMPLETE
49602024-08-12T22:28:40.844Z[ recovery-image] Aug 12 22:28:38.850 INFO O| Aug 12 22:28:38.850 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-08-12T22:28:40.855Z[ recovery-image] Aug 12 22:28:38.861 INFO O| Aug 12 22:28:38.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
49622024-08-12T22:28:40.858Z[ recovery-image] Aug 12 22:28:38.861 INFO O| Aug 12 22:28:38.861 INFO STEP 384 (remove_files) COMPLETE
49632024-08-12T22:28:40.858Z[ recovery-image] Aug 12 22:28:38.861 INFO O| Aug 12 22:28:38.861 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-12T22:28:40.867Z[ recovery-image] Aug 12 22:28:38.871 INFO O| Aug 12 22:28:38.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
49652024-08-12T22:28:40.867Z[ recovery-image] Aug 12 22:28:38.872 INFO O| Aug 12 22:28:38.872 INFO STEP 385 (remove_files) COMPLETE
49662024-08-12T22:28:40.870Z[ recovery-image] Aug 12 22:28:38.872 INFO O| Aug 12 22:28:38.872 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-08-12T22:28:40.876Z[ recovery-image] Aug 12 22:28:38.882 INFO O| Aug 12 22:28:38.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
49682024-08-12T22:28:40.879Z[ recovery-image] Aug 12 22:28:38.882 INFO O| Aug 12 22:28:38.882 INFO STEP 386 (remove_files) COMPLETE
49692024-08-12T22:28:40.879Z[ recovery-image] Aug 12 22:28:38.882 INFO O| Aug 12 22:28:38.882 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-08-12T22:28:40.886Z[ recovery-image] Aug 12 22:28:38.892 INFO O| Aug 12 22:28:38.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
49712024-08-12T22:28:40.889Z[ recovery-image] Aug 12 22:28:38.893 INFO O| Aug 12 22:28:38.893 INFO STEP 387 (remove_files) COMPLETE
49722024-08-12T22:28:40.889Z[ recovery-image] Aug 12 22:28:38.893 INFO O| Aug 12 22:28:38.893 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-08-12T22:28:40.897Z[ recovery-image] Aug 12 22:28:38.903 INFO O| Aug 12 22:28:38.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
49742024-08-12T22:28:40.901Z[ recovery-image] Aug 12 22:28:38.903 INFO O| Aug 12 22:28:38.903 INFO STEP 388 (remove_files) COMPLETE
49752024-08-12T22:28:40.901Z[ recovery-image] Aug 12 22:28:38.903 INFO O| Aug 12 22:28:38.903 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-08-12T22:28:40.908Z[ recovery-image] Aug 12 22:28:38.914 INFO O| Aug 12 22:28:38.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
49772024-08-12T22:28:40.908Z[ recovery-image] Aug 12 22:28:38.914 INFO O| Aug 12 22:28:38.914 INFO STEP 389 (remove_files) COMPLETE
49782024-08-12T22:28:40.911Z[ recovery-image] Aug 12 22:28:38.914 INFO O| Aug 12 22:28:38.914 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-08-12T22:28:40.919Z[ recovery-image] Aug 12 22:28:38.925 INFO O| Aug 12 22:28:38.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
49802024-08-12T22:28:40.922Z[ recovery-image] Aug 12 22:28:38.925 INFO O| Aug 12 22:28:38.925 INFO STEP 390 (remove_files) COMPLETE
49812024-08-12T22:28:40.922Z[ recovery-image] Aug 12 22:28:38.925 INFO O| Aug 12 22:28:38.925 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-08-12T22:28:40.932Z[ recovery-image] Aug 12 22:28:38.936 INFO O| Aug 12 22:28:38.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
49832024-08-12T22:28:40.932Z[ recovery-image] Aug 12 22:28:38.936 INFO O| Aug 12 22:28:38.936 INFO STEP 391 (remove_files) COMPLETE
49842024-08-12T22:28:40.936Z[ recovery-image] Aug 12 22:28:38.936 INFO O| Aug 12 22:28:38.936 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-08-12T22:28:40.942Z[ recovery-image] Aug 12 22:28:38.947 INFO O| Aug 12 22:28:38.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
49862024-08-12T22:28:40.942Z[ recovery-image] Aug 12 22:28:38.947 INFO O| Aug 12 22:28:38.947 INFO STEP 392 (remove_files) COMPLETE
49872024-08-12T22:28:40.944Z[ recovery-image] Aug 12 22:28:38.947 INFO O| Aug 12 22:28:38.947 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-08-12T22:28:40.953Z[ recovery-image] Aug 12 22:28:38.958 INFO O| Aug 12 22:28:38.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
49892024-08-12T22:28:40.953Z[ recovery-image] Aug 12 22:28:38.958 INFO O| Aug 12 22:28:38.958 INFO STEP 393 (remove_files) COMPLETE
49902024-08-12T22:28:40.953Z[ recovery-image] Aug 12 22:28:38.958 INFO O| Aug 12 22:28:38.958 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-08-12T22:28:40.963Z[ recovery-image] Aug 12 22:28:38.969 INFO O| Aug 12 22:28:38.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
49922024-08-12T22:28:40.963Z[ recovery-image] Aug 12 22:28:38.969 INFO O| Aug 12 22:28:38.969 INFO STEP 394 (remove_files) COMPLETE
49932024-08-12T22:28:40.966Z[ recovery-image] Aug 12 22:28:38.969 INFO O| Aug 12 22:28:38.969 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-08-12T22:28:40.974Z[ recovery-image] Aug 12 22:28:38.979 INFO O| Aug 12 22:28:38.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
49952024-08-12T22:28:40.974Z[ recovery-image] Aug 12 22:28:38.980 INFO O| Aug 12 22:28:38.980 INFO STEP 395 (remove_files) COMPLETE
49962024-08-12T22:28:40.976Z[ recovery-image] Aug 12 22:28:38.980 INFO O| Aug 12 22:28:38.980 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-08-12T22:28:40.985Z[ recovery-image] Aug 12 22:28:38.990 INFO O| Aug 12 22:28:38.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
49982024-08-12T22:28:40.985Z[ recovery-image] Aug 12 22:28:38.991 INFO O| Aug 12 22:28:38.991 INFO STEP 396 (remove_files) COMPLETE
49992024-08-12T22:28:40.988Z[ recovery-image] Aug 12 22:28:38.991 INFO O| Aug 12 22:28:38.991 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-08-12T22:28:40.995Z[ recovery-image] Aug 12 22:28:39.001 INFO O| Aug 12 22:28:39.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50012024-08-12T22:28:40.998Z[ recovery-image] Aug 12 22:28:39.001 INFO O| Aug 12 22:28:39.001 INFO STEP 397 (remove_files) COMPLETE
50022024-08-12T22:28:40.998Z[ recovery-image] Aug 12 22:28:39.001 INFO O| Aug 12 22:28:39.001 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-08-12T22:28:41.006Z[ recovery-image] Aug 12 22:28:39.011 INFO O| Aug 12 22:28:39.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50042024-08-12T22:28:41.006Z[ recovery-image] Aug 12 22:28:39.011 INFO O| Aug 12 22:28:39.011 INFO STEP 398 (remove_files) COMPLETE
50052024-08-12T22:28:41.006Z[ recovery-image] Aug 12 22:28:39.011 INFO O| Aug 12 22:28:39.011 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-08-12T22:28:41.013Z[ host-image] Aug 12 22:28:39.018 INFO O| Aug 12 22:28:39.018 INFO O| Done
50072024-08-12T22:28:41.017Z[ recovery-image] Aug 12 22:28:39.022 INFO O| Aug 12 22:28:39.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50082024-08-12T22:28:41.018Z[ recovery-image] Aug 12 22:28:39.022 INFO O| Aug 12 22:28:39.022 INFO STEP 399 (remove_files) COMPLETE
50092024-08-12T22:28:41.020Z[ recovery-image] Aug 12 22:28:39.022 INFO O| Aug 12 22:28:39.022 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-08-12T22:28:41.029Z[ recovery-image] Aug 12 22:28:39.035 INFO O| Aug 12 22:28:39.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50112024-08-12T22:28:41.030Z[ recovery-image] Aug 12 22:28:39.035 INFO O| Aug 12 22:28:39.035 INFO STEP 400 (remove_files) COMPLETE
50122024-08-12T22:28:41.030Z[ recovery-image] Aug 12 22:28:39.035 INFO O| Aug 12 22:28:39.035 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-08-12T22:28:41.049Z[ recovery-image] Aug 12 22:28:39.048 INFO O| Aug 12 22:28:39.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50142024-08-12T22:28:41.049Z[ recovery-image] Aug 12 22:28:39.048 INFO O| Aug 12 22:28:39.048 INFO STEP 401 (remove_files) COMPLETE
50152024-08-12T22:28:41.049Z[ recovery-image] Aug 12 22:28:39.048 INFO O| Aug 12 22:28:39.048 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-08-12T22:28:41.055Z[ recovery-image] Aug 12 22:28:39.061 INFO O| Aug 12 22:28:39.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50172024-08-12T22:28:41.058Z[ recovery-image] Aug 12 22:28:39.061 INFO O| Aug 12 22:28:39.061 INFO STEP 402 (remove_files) COMPLETE
50182024-08-12T22:28:41.058Z[ recovery-image] Aug 12 22:28:39.061 INFO O| Aug 12 22:28:39.061 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-08-12T22:28:41.069Z[ recovery-image] Aug 12 22:28:39.075 INFO O| Aug 12 22:28:39.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50202024-08-12T22:28:41.069Z[ recovery-image] Aug 12 22:28:39.075 INFO O| Aug 12 22:28:39.075 INFO STEP 403 (remove_files) COMPLETE
50212024-08-12T22:28:41.072Z[ recovery-image] Aug 12 22:28:39.075 INFO O| Aug 12 22:28:39.075 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-08-12T22:28:41.080Z[ recovery-image] Aug 12 22:28:39.086 INFO O| Aug 12 22:28:39.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50232024-08-12T22:28:41.080Z[ recovery-image] Aug 12 22:28:39.086 INFO O| Aug 12 22:28:39.086 INFO STEP 404 (remove_files) COMPLETE
50242024-08-12T22:28:41.080Z[ recovery-image] Aug 12 22:28:39.086 INFO O| Aug 12 22:28:39.086 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-08-12T22:28:41.091Z[ recovery-image] Aug 12 22:28:39.096 INFO O| Aug 12 22:28:39.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50262024-08-12T22:28:41.091Z[ recovery-image] Aug 12 22:28:39.096 INFO O| Aug 12 22:28:39.096 INFO STEP 405 (remove_files) COMPLETE
50272024-08-12T22:28:41.091Z[ recovery-image] Aug 12 22:28:39.096 INFO O| Aug 12 22:28:39.096 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-08-12T22:28:41.101Z[ recovery-image] Aug 12 22:28:39.107 INFO O| Aug 12 22:28:39.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50292024-08-12T22:28:41.104Z[ recovery-image] Aug 12 22:28:39.107 INFO O| Aug 12 22:28:39.107 INFO STEP 406 (remove_files) COMPLETE
50302024-08-12T22:28:41.104Z[ recovery-image] Aug 12 22:28:39.107 INFO O| Aug 12 22:28:39.107 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-08-12T22:28:41.112Z[ recovery-image] Aug 12 22:28:39.118 INFO O| Aug 12 22:28:39.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
50322024-08-12T22:28:41.112Z[ recovery-image] Aug 12 22:28:39.118 INFO O| Aug 12 22:28:39.118 INFO STEP 407 (remove_files) COMPLETE
50332024-08-12T22:28:41.112Z[ recovery-image] Aug 12 22:28:39.118 INFO O| Aug 12 22:28:39.118 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-08-12T22:28:41.122Z[ recovery-image] Aug 12 22:28:39.128 INFO O| Aug 12 22:28:39.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
50352024-08-12T22:28:41.125Z[ recovery-image] Aug 12 22:28:39.128 INFO O| Aug 12 22:28:39.128 INFO STEP 408 (remove_files) COMPLETE
50362024-08-12T22:28:41.125Z[ recovery-image] Aug 12 22:28:39.128 INFO O| Aug 12 22:28:39.128 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-08-12T22:28:41.133Z[ recovery-image] Aug 12 22:28:39.139 INFO O| Aug 12 22:28:39.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
50382024-08-12T22:28:41.136Z[ recovery-image] Aug 12 22:28:39.139 INFO O| Aug 12 22:28:39.139 INFO STEP 409 (remove_files) COMPLETE
50392024-08-12T22:28:41.136Z[ recovery-image] Aug 12 22:28:39.139 INFO O| Aug 12 22:28:39.139 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-08-12T22:28:41.145Z[ recovery-image] Aug 12 22:28:39.151 INFO O| Aug 12 22:28:39.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
50412024-08-12T22:28:41.148Z[ recovery-image] Aug 12 22:28:39.151 INFO O| Aug 12 22:28:39.151 INFO STEP 410 (remove_files) COMPLETE
50422024-08-12T22:28:41.148Z[ recovery-image] Aug 12 22:28:39.151 INFO O| Aug 12 22:28:39.151 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-08-12T22:28:41.156Z[ recovery-image] Aug 12 22:28:39.161 INFO O| Aug 12 22:28:39.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
50442024-08-12T22:28:41.156Z[ recovery-image] Aug 12 22:28:39.161 INFO O| Aug 12 22:28:39.161 INFO STEP 411 (remove_files) COMPLETE
50452024-08-12T22:28:41.158Z[ recovery-image] Aug 12 22:28:39.161 INFO O| Aug 12 22:28:39.161 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-08-12T22:28:41.166Z[ recovery-image] Aug 12 22:28:39.171 INFO O| Aug 12 22:28:39.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
50472024-08-12T22:28:41.166Z[ recovery-image] Aug 12 22:28:39.172 INFO O| Aug 12 22:28:39.172 INFO STEP 412 (remove_files) COMPLETE
50482024-08-12T22:28:41.166Z[ recovery-image] Aug 12 22:28:39.172 INFO O| Aug 12 22:28:39.172 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-08-12T22:28:41.176Z[ recovery-image] Aug 12 22:28:39.182 INFO O| Aug 12 22:28:39.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
50502024-08-12T22:28:41.179Z[ recovery-image] Aug 12 22:28:39.182 INFO O| Aug 12 22:28:39.182 INFO STEP 413 (remove_files) COMPLETE
50512024-08-12T22:28:41.179Z[ recovery-image] Aug 12 22:28:39.182 INFO O| Aug 12 22:28:39.182 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-08-12T22:28:41.186Z[ recovery-image] Aug 12 22:28:39.192 INFO O| Aug 12 22:28:39.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
50532024-08-12T22:28:41.187Z[ recovery-image] Aug 12 22:28:39.192 INFO O| Aug 12 22:28:39.192 INFO STEP 414 (remove_files) COMPLETE
50542024-08-12T22:28:41.189Z[ recovery-image] Aug 12 22:28:39.192 INFO O| Aug 12 22:28:39.192 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-08-12T22:28:41.197Z[ recovery-image] Aug 12 22:28:39.202 INFO O| Aug 12 22:28:39.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
50562024-08-12T22:28:41.197Z[ recovery-image] Aug 12 22:28:39.202 INFO O| Aug 12 22:28:39.202 INFO STEP 415 (remove_files) COMPLETE
50572024-08-12T22:28:41.200Z[ recovery-image] Aug 12 22:28:39.202 INFO O| Aug 12 22:28:39.202 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-08-12T22:28:41.207Z[ recovery-image] Aug 12 22:28:39.213 INFO O| Aug 12 22:28:39.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
50592024-08-12T22:28:41.216Z[ recovery-image] Aug 12 22:28:39.213 INFO O| Aug 12 22:28:39.213 INFO STEP 416 (remove_files) COMPLETE
50602024-08-12T22:28:41.216Z[ recovery-image] Aug 12 22:28:39.213 INFO O| Aug 12 22:28:39.213 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-08-12T22:28:41.220Z[ recovery-image] Aug 12 22:28:39.223 INFO O| Aug 12 22:28:39.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
50622024-08-12T22:28:41.220Z[ recovery-image] Aug 12 22:28:39.223 INFO O| Aug 12 22:28:39.223 INFO STEP 417 (remove_files) COMPLETE
50632024-08-12T22:28:41.220Z[ recovery-image] Aug 12 22:28:39.223 INFO O| Aug 12 22:28:39.223 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-08-12T22:28:41.228Z[ recovery-image] Aug 12 22:28:39.233 INFO O| Aug 12 22:28:39.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
50652024-08-12T22:28:41.230Z[ recovery-image] Aug 12 22:28:39.233 INFO O| Aug 12 22:28:39.233 INFO STEP 418 (remove_files) COMPLETE
50662024-08-12T22:28:41.230Z[ recovery-image] Aug 12 22:28:39.233 INFO O| Aug 12 22:28:39.233 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-08-12T22:28:41.240Z[ recovery-image] Aug 12 22:28:39.245 INFO O| Aug 12 22:28:39.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
50682024-08-12T22:28:41.240Z[ recovery-image] Aug 12 22:28:39.245 INFO O| Aug 12 22:28:39.245 INFO STEP 419 (remove_files) COMPLETE
50692024-08-12T22:28:41.242Z[ recovery-image] Aug 12 22:28:39.245 INFO O| Aug 12 22:28:39.245 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-08-12T22:28:41.250Z[ recovery-image] Aug 12 22:28:39.256 INFO O| Aug 12 22:28:39.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
50712024-08-12T22:28:41.253Z[ recovery-image] Aug 12 22:28:39.256 INFO O| Aug 12 22:28:39.256 INFO STEP 420 (remove_files) COMPLETE
50722024-08-12T22:28:41.253Z[ recovery-image] Aug 12 22:28:39.256 INFO O| Aug 12 22:28:39.256 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-08-12T22:28:41.264Z[ host-image] Aug 12 22:28:39.263 INFO O| Aug 12 22:28:39.263 INFO STEP 11 (pkg_install) COMPLETE
50742024-08-12T22:28:41.264Z[ host-image] Aug 12 22:28:39.263 INFO O| Aug 12 22:28:39.263 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
50752024-08-12T22:28:41.274Z[ recovery-image] Aug 12 22:28:39.267 INFO O| Aug 12 22:28:39.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
50762024-08-12T22:28:41.274Z[ recovery-image] Aug 12 22:28:39.267 INFO O| Aug 12 22:28:39.267 INFO STEP 421 (remove_files) COMPLETE
50772024-08-12T22:28:41.274Z[ recovery-image] Aug 12 22:28:39.267 INFO O| Aug 12 22:28:39.267 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-12T22:28:41.274Z[ host-image] Aug 12 22:28:39.274 INFO O| Aug 12 22:28:39.274 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
50792024-08-12T22:28:41.274Z[ recovery-image] Aug 12 22:28:39.279 INFO O| Aug 12 22:28:39.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
50802024-08-12T22:28:41.274Z[ recovery-image] Aug 12 22:28:39.279 INFO O| Aug 12 22:28:39.279 INFO STEP 422 (remove_files) COMPLETE
50812024-08-12T22:28:41.274Z[ recovery-image] Aug 12 22:28:39.279 INFO O| Aug 12 22:28:39.279 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-08-12T22:28:41.285Z[ recovery-image] Aug 12 22:28:39.291 INFO O| Aug 12 22:28:39.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
50832024-08-12T22:28:41.285Z[ recovery-image] Aug 12 22:28:39.291 INFO O| Aug 12 22:28:39.291 INFO STEP 423 (remove_files) COMPLETE
50842024-08-12T22:28:41.288Z[ recovery-image] Aug 12 22:28:39.291 INFO O| Aug 12 22:28:39.291 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-08-12T22:28:41.296Z[ recovery-image] Aug 12 22:28:39.301 INFO O| Aug 12 22:28:39.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
50862024-08-12T22:28:41.296Z[ recovery-image] Aug 12 22:28:39.301 INFO O| Aug 12 22:28:39.301 INFO STEP 424 (remove_files) COMPLETE
50872024-08-12T22:28:41.303Z[ recovery-image] Aug 12 22:28:39.301 INFO O| Aug 12 22:28:39.301 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-08-12T22:28:41.339Z[ recovery-image] Aug 12 22:28:39.338 INFO O| Aug 12 22:28:39.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
50892024-08-12T22:28:41.342Z[ recovery-image] Aug 12 22:28:39.338 INFO O| Aug 12 22:28:39.338 INFO STEP 425 (remove_files) COMPLETE
50902024-08-12T22:28:41.342Z[ recovery-image] Aug 12 22:28:39.338 INFO O| Aug 12 22:28:39.338 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-08-12T22:28:41.353Z[ recovery-image] Aug 12 22:28:39.357 INFO O| Aug 12 22:28:39.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
50922024-08-12T22:28:41.361Z[ recovery-image] Aug 12 22:28:39.357 INFO O| Aug 12 22:28:39.357 INFO STEP 426 (remove_files) COMPLETE
50932024-08-12T22:28:41.400Z[ recovery-image] Aug 12 22:28:39.358 INFO O| Aug 12 22:28:39.357 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-08-12T22:28:41.404Z[ recovery-image] Aug 12 22:28:39.407 INFO O| Aug 12 22:28:39.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
50952024-08-12T22:28:41.404Z[ recovery-image] Aug 12 22:28:39.407 INFO O| Aug 12 22:28:39.407 INFO STEP 427 (remove_files) COMPLETE
50962024-08-12T22:28:41.404Z[ recovery-image] Aug 12 22:28:39.407 INFO O| Aug 12 22:28:39.407 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-08-12T22:28:41.419Z[ recovery-image] Aug 12 22:28:39.424 INFO O| Aug 12 22:28:39.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
50982024-08-12T22:28:41.419Z[ recovery-image] Aug 12 22:28:39.424 INFO O| Aug 12 22:28:39.424 INFO STEP 428 (remove_files) COMPLETE
50992024-08-12T22:28:41.419Z[ recovery-image] Aug 12 22:28:39.424 INFO O| Aug 12 22:28:39.424 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-08-12T22:28:41.433Z[ recovery-image] Aug 12 22:28:39.438 INFO O| Aug 12 22:28:39.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51012024-08-12T22:28:41.433Z[ recovery-image] Aug 12 22:28:39.438 INFO O| Aug 12 22:28:39.438 INFO STEP 429 (remove_files) COMPLETE
51022024-08-12T22:28:41.435Z[ recovery-image] Aug 12 22:28:39.438 INFO O| Aug 12 22:28:39.438 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-08-12T22:28:41.448Z[ recovery-image] Aug 12 22:28:39.453 INFO O| Aug 12 22:28:39.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51042024-08-12T22:28:41.448Z[ recovery-image] Aug 12 22:28:39.453 INFO O| Aug 12 22:28:39.453 INFO STEP 430 (remove_files) COMPLETE
51052024-08-12T22:28:41.451Z[ recovery-image] Aug 12 22:28:39.453 INFO O| Aug 12 22:28:39.453 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-08-12T22:28:41.461Z[ recovery-image] Aug 12 22:28:39.466 INFO O| Aug 12 22:28:39.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51072024-08-12T22:28:41.461Z[ recovery-image] Aug 12 22:28:39.467 INFO O| Aug 12 22:28:39.466 INFO STEP 431 (remove_files) COMPLETE
51082024-08-12T22:28:41.461Z[ recovery-image] Aug 12 22:28:39.467 INFO O| Aug 12 22:28:39.466 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-08-12T22:28:41.473Z[ recovery-image] Aug 12 22:28:39.478 INFO O| Aug 12 22:28:39.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51102024-08-12T22:28:41.473Z[ recovery-image] Aug 12 22:28:39.478 INFO O| Aug 12 22:28:39.478 INFO STEP 432 (remove_files) COMPLETE
51112024-08-12T22:28:41.475Z[ recovery-image] Aug 12 22:28:39.478 INFO O| Aug 12 22:28:39.478 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-08-12T22:28:41.485Z[ recovery-image] Aug 12 22:28:39.490 INFO O| Aug 12 22:28:39.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51132024-08-12T22:28:41.485Z[ recovery-image] Aug 12 22:28:39.491 INFO O| Aug 12 22:28:39.491 INFO STEP 433 (remove_files) COMPLETE
51142024-08-12T22:28:41.487Z[ recovery-image] Aug 12 22:28:39.491 INFO O| Aug 12 22:28:39.491 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-08-12T22:28:41.499Z[ recovery-image] Aug 12 22:28:39.504 INFO O| Aug 12 22:28:39.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51162024-08-12T22:28:41.499Z[ recovery-image] Aug 12 22:28:39.504 INFO O| Aug 12 22:28:39.504 INFO STEP 434 (remove_files) COMPLETE
51172024-08-12T22:28:41.501Z[ recovery-image] Aug 12 22:28:39.504 INFO O| Aug 12 22:28:39.504 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-08-12T22:28:41.512Z[ recovery-image] Aug 12 22:28:39.517 INFO O| Aug 12 22:28:39.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51192024-08-12T22:28:41.515Z[ recovery-image] Aug 12 22:28:39.517 INFO O| Aug 12 22:28:39.517 INFO STEP 435 (remove_files) COMPLETE
51202024-08-12T22:28:41.515Z[ recovery-image] Aug 12 22:28:39.517 INFO O| Aug 12 22:28:39.517 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-08-12T22:28:41.524Z[ recovery-image] Aug 12 22:28:39.530 INFO O| Aug 12 22:28:39.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51222024-08-12T22:28:41.524Z[ recovery-image] Aug 12 22:28:39.530 INFO O| Aug 12 22:28:39.530 INFO STEP 436 (remove_files) COMPLETE
51232024-08-12T22:28:41.524Z[ recovery-image] Aug 12 22:28:39.530 INFO O| Aug 12 22:28:39.530 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-08-12T22:28:41.536Z[ recovery-image] Aug 12 22:28:39.541 INFO O| Aug 12 22:28:39.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51252024-08-12T22:28:41.538Z[ recovery-image] Aug 12 22:28:39.541 INFO O| Aug 12 22:28:39.541 INFO STEP 437 (remove_files) COMPLETE
51262024-08-12T22:28:41.538Z[ recovery-image] Aug 12 22:28:39.541 INFO O| Aug 12 22:28:39.541 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-08-12T22:28:41.547Z[ recovery-image] Aug 12 22:28:39.552 INFO O| Aug 12 22:28:39.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51282024-08-12T22:28:41.550Z[ recovery-image] Aug 12 22:28:39.552 INFO O| Aug 12 22:28:39.552 INFO STEP 438 (remove_files) COMPLETE
51292024-08-12T22:28:41.550Z[ recovery-image] Aug 12 22:28:39.553 INFO O| Aug 12 22:28:39.552 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-08-12T22:28:41.558Z[ recovery-image] Aug 12 22:28:39.564 INFO O| Aug 12 22:28:39.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51312024-08-12T22:28:41.558Z[ recovery-image] Aug 12 22:28:39.564 INFO O| Aug 12 22:28:39.564 INFO STEP 439 (remove_files) COMPLETE
51322024-08-12T22:28:41.561Z[ recovery-image] Aug 12 22:28:39.564 INFO O| Aug 12 22:28:39.564 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-08-12T22:28:41.570Z[ recovery-image] Aug 12 22:28:39.575 INFO O| Aug 12 22:28:39.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51342024-08-12T22:28:41.570Z[ recovery-image] Aug 12 22:28:39.575 INFO O| Aug 12 22:28:39.575 INFO STEP 440 (remove_files) COMPLETE
51352024-08-12T22:28:41.573Z[ recovery-image] Aug 12 22:28:39.576 INFO O| Aug 12 22:28:39.575 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-08-12T22:28:41.582Z[ recovery-image] Aug 12 22:28:39.587 INFO O| Aug 12 22:28:39.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
51372024-08-12T22:28:41.584Z[ recovery-image] Aug 12 22:28:39.587 INFO O| Aug 12 22:28:39.587 INFO STEP 441 (remove_files) COMPLETE
51382024-08-12T22:28:41.585Z[ recovery-image] Aug 12 22:28:39.587 INFO O| Aug 12 22:28:39.587 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-08-12T22:28:41.594Z[ recovery-image] Aug 12 22:28:39.599 INFO O| Aug 12 22:28:39.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
51402024-08-12T22:28:41.596Z[ recovery-image] Aug 12 22:28:39.599 INFO O| Aug 12 22:28:39.599 INFO STEP 442 (remove_files) COMPLETE
51412024-08-12T22:28:41.596Z[ recovery-image] Aug 12 22:28:39.599 INFO O| Aug 12 22:28:39.599 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-08-12T22:28:41.606Z[ recovery-image] Aug 12 22:28:39.611 INFO O| Aug 12 22:28:39.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
51432024-08-12T22:28:41.606Z[ recovery-image] Aug 12 22:28:39.611 INFO O| Aug 12 22:28:39.611 INFO STEP 443 (remove_files) COMPLETE
51442024-08-12T22:28:41.606Z[ recovery-image] Aug 12 22:28:39.612 INFO O| Aug 12 22:28:39.611 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-08-12T22:28:41.618Z[ recovery-image] Aug 12 22:28:39.623 INFO O| Aug 12 22:28:39.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
51462024-08-12T22:28:41.618Z[ recovery-image] Aug 12 22:28:39.623 INFO O| Aug 12 22:28:39.623 INFO STEP 444 (remove_files) COMPLETE
51472024-08-12T22:28:41.621Z[ recovery-image] Aug 12 22:28:39.623 INFO O| Aug 12 22:28:39.623 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-08-12T22:28:41.630Z[ recovery-image] Aug 12 22:28:39.636 INFO O| Aug 12 22:28:39.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
51492024-08-12T22:28:41.633Z[ recovery-image] Aug 12 22:28:39.636 INFO O| Aug 12 22:28:39.636 INFO STEP 445 (remove_files) COMPLETE
51502024-08-12T22:28:41.633Z[ recovery-image] Aug 12 22:28:39.636 INFO O| Aug 12 22:28:39.636 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-08-12T22:28:41.643Z[ recovery-image] Aug 12 22:28:39.648 INFO O| Aug 12 22:28:39.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
51522024-08-12T22:28:41.643Z[ recovery-image] Aug 12 22:28:39.648 INFO O| Aug 12 22:28:39.648 INFO STEP 446 (remove_files) COMPLETE
51532024-08-12T22:28:41.645Z[ recovery-image] Aug 12 22:28:39.648 INFO O| Aug 12 22:28:39.648 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-08-12T22:28:41.657Z[ recovery-image] Aug 12 22:28:39.662 INFO O| Aug 12 22:28:39.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
51552024-08-12T22:28:41.657Z[ recovery-image] Aug 12 22:28:39.662 INFO O| Aug 12 22:28:39.662 INFO STEP 447 (remove_files) COMPLETE
51562024-08-12T22:28:41.660Z[ recovery-image] Aug 12 22:28:39.662 INFO O| Aug 12 22:28:39.662 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-08-12T22:28:41.675Z[ recovery-image] Aug 12 22:28:39.681 INFO O| Aug 12 22:28:39.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
51582024-08-12T22:28:41.675Z[ recovery-image] Aug 12 22:28:39.681 INFO O| Aug 12 22:28:39.681 INFO STEP 448 (remove_files) COMPLETE
51592024-08-12T22:28:41.675Z[ recovery-image] Aug 12 22:28:39.681 INFO O| Aug 12 22:28:39.681 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-08-12T22:28:41.687Z[ recovery-image] Aug 12 22:28:39.693 INFO O| Aug 12 22:28:39.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
51612024-08-12T22:28:41.687Z[ recovery-image] Aug 12 22:28:39.693 INFO O| Aug 12 22:28:39.693 INFO STEP 449 (remove_files) COMPLETE
51622024-08-12T22:28:41.687Z[ recovery-image] Aug 12 22:28:39.693 INFO O| Aug 12 22:28:39.693 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-08-12T22:28:41.747Z[ recovery-image] Aug 12 22:28:39.752 INFO O| Aug 12 22:28:39.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
51642024-08-12T22:28:41.747Z[ recovery-image] Aug 12 22:28:39.752 INFO O| Aug 12 22:28:39.752 INFO STEP 450 (remove_files) COMPLETE
51652024-08-12T22:28:41.747Z[ recovery-image] Aug 12 22:28:39.752 INFO O| Aug 12 22:28:39.752 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-08-12T22:28:41.758Z[ recovery-image] Aug 12 22:28:39.764 INFO O| Aug 12 22:28:39.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
51672024-08-12T22:28:41.761Z[ recovery-image] Aug 12 22:28:39.764 INFO O| Aug 12 22:28:39.764 INFO STEP 451 (remove_files) COMPLETE
51682024-08-12T22:28:41.761Z[ recovery-image] Aug 12 22:28:39.764 INFO O| Aug 12 22:28:39.764 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-08-12T22:28:41.769Z[ recovery-image] Aug 12 22:28:39.774 INFO O| Aug 12 22:28:39.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
51702024-08-12T22:28:41.769Z[ recovery-image] Aug 12 22:28:39.775 INFO O| Aug 12 22:28:39.774 INFO STEP 452 (remove_files) COMPLETE
51712024-08-12T22:28:41.769Z[ recovery-image] Aug 12 22:28:39.775 INFO O| Aug 12 22:28:39.775 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-08-12T22:28:41.779Z[ recovery-image] Aug 12 22:28:39.785 INFO O| Aug 12 22:28:39.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
51732024-08-12T22:28:41.782Z[ recovery-image] Aug 12 22:28:39.785 INFO O| Aug 12 22:28:39.785 INFO STEP 453 (remove_files) COMPLETE
51742024-08-12T22:28:41.782Z[ recovery-image] Aug 12 22:28:39.785 INFO O| Aug 12 22:28:39.785 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-08-12T22:28:41.790Z[ recovery-image] Aug 12 22:28:39.795 INFO O| Aug 12 22:28:39.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
51762024-08-12T22:28:41.790Z[ recovery-image] Aug 12 22:28:39.795 INFO O| Aug 12 22:28:39.795 INFO STEP 454 (remove_files) COMPLETE
51772024-08-12T22:28:41.790Z[ recovery-image] Aug 12 22:28:39.795 INFO O| Aug 12 22:28:39.795 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-08-12T22:28:41.800Z[ recovery-image] Aug 12 22:28:39.806 INFO O| Aug 12 22:28:39.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
51792024-08-12T22:28:41.800Z[ recovery-image] Aug 12 22:28:39.806 INFO O| Aug 12 22:28:39.806 INFO STEP 455 (remove_files) COMPLETE
51802024-08-12T22:28:41.800Z[ recovery-image] Aug 12 22:28:39.806 INFO O| Aug 12 22:28:39.806 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-08-12T22:28:41.811Z[ recovery-image] Aug 12 22:28:39.816 INFO O| Aug 12 22:28:39.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
51822024-08-12T22:28:41.811Z[ recovery-image] Aug 12 22:28:39.816 INFO O| Aug 12 22:28:39.816 INFO STEP 456 (remove_files) COMPLETE
51832024-08-12T22:28:41.811Z[ recovery-image] Aug 12 22:28:39.816 INFO O| Aug 12 22:28:39.816 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-08-12T22:28:41.821Z[ recovery-image] Aug 12 22:28:39.826 INFO O| Aug 12 22:28:39.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
51852024-08-12T22:28:41.821Z[ recovery-image] Aug 12 22:28:39.827 INFO O| Aug 12 22:28:39.827 INFO STEP 457 (remove_files) COMPLETE
51862024-08-12T22:28:41.824Z[ recovery-image] Aug 12 22:28:39.827 INFO O| Aug 12 22:28:39.827 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-08-12T22:28:41.833Z[ recovery-image] Aug 12 22:28:39.839 INFO O| Aug 12 22:28:39.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
51882024-08-12T22:28:41.836Z[ recovery-image] Aug 12 22:28:39.839 INFO O| Aug 12 22:28:39.839 INFO STEP 458 (remove_files) COMPLETE
51892024-08-12T22:28:41.836Z[ recovery-image] Aug 12 22:28:39.839 INFO O| Aug 12 22:28:39.839 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-08-12T22:28:41.845Z[ recovery-image] Aug 12 22:28:39.851 INFO O| Aug 12 22:28:39.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
51912024-08-12T22:28:41.845Z[ recovery-image] Aug 12 22:28:39.851 INFO O| Aug 12 22:28:39.851 INFO STEP 459 (remove_files) COMPLETE
51922024-08-12T22:28:41.848Z[ recovery-image] Aug 12 22:28:39.851 INFO O| Aug 12 22:28:39.851 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-08-12T22:28:41.857Z[ recovery-image] Aug 12 22:28:39.862 INFO O| Aug 12 22:28:39.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
51942024-08-12T22:28:41.857Z[ recovery-image] Aug 12 22:28:39.862 INFO O| Aug 12 22:28:39.862 INFO STEP 460 (remove_files) COMPLETE
51952024-08-12T22:28:41.857Z[ recovery-image] Aug 12 22:28:39.862 INFO O| Aug 12 22:28:39.862 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-08-12T22:28:41.868Z[ recovery-image] Aug 12 22:28:39.873 INFO O| Aug 12 22:28:39.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
51972024-08-12T22:28:41.868Z[ recovery-image] Aug 12 22:28:39.873 INFO O| Aug 12 22:28:39.873 INFO STEP 461 (remove_files) COMPLETE
51982024-08-12T22:28:41.870Z[ recovery-image] Aug 12 22:28:39.873 INFO O| Aug 12 22:28:39.873 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-08-12T22:28:41.878Z[ recovery-image] Aug 12 22:28:39.883 INFO O| Aug 12 22:28:39.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52002024-08-12T22:28:41.878Z[ recovery-image] Aug 12 22:28:39.883 INFO O| Aug 12 22:28:39.883 INFO STEP 462 (remove_files) COMPLETE
52012024-08-12T22:28:41.878Z[ recovery-image] Aug 12 22:28:39.883 INFO O| Aug 12 22:28:39.883 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-08-12T22:28:41.887Z[ host-image] Aug 12 22:28:39.892 INFO O| Aug 12 22:28:39.892 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
52032024-08-12T22:28:41.890Z[ recovery-image] Aug 12 22:28:39.894 INFO O| Aug 12 22:28:39.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52042024-08-12T22:28:41.890Z[ recovery-image] Aug 12 22:28:39.894 INFO O| Aug 12 22:28:39.894 INFO STEP 463 (remove_files) COMPLETE
52052024-08-12T22:28:41.890Z[ recovery-image] Aug 12 22:28:39.894 INFO O| Aug 12 22:28:39.894 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-08-12T22:28:41.900Z[ recovery-image] Aug 12 22:28:39.905 INFO O| Aug 12 22:28:39.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52072024-08-12T22:28:41.900Z[ recovery-image] Aug 12 22:28:39.905 INFO O| Aug 12 22:28:39.905 INFO STEP 464 (remove_files) COMPLETE
52082024-08-12T22:28:41.902Z[ recovery-image] Aug 12 22:28:39.905 INFO O| Aug 12 22:28:39.905 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-08-12T22:28:41.910Z[ recovery-image] Aug 12 22:28:39.916 INFO O| Aug 12 22:28:39.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52102024-08-12T22:28:41.913Z[ recovery-image] Aug 12 22:28:39.916 INFO O| Aug 12 22:28:39.916 INFO STEP 465 (remove_files) COMPLETE
52112024-08-12T22:28:41.913Z[ recovery-image] Aug 12 22:28:39.916 INFO O| Aug 12 22:28:39.916 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-08-12T22:28:41.921Z[ recovery-image] Aug 12 22:28:39.927 INFO O| Aug 12 22:28:39.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52132024-08-12T22:28:41.921Z[ recovery-image] Aug 12 22:28:39.927 INFO O| Aug 12 22:28:39.927 INFO STEP 466 (remove_files) COMPLETE
52142024-08-12T22:28:41.924Z[ recovery-image] Aug 12 22:28:39.927 INFO O| Aug 12 22:28:39.927 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-08-12T22:28:41.933Z[ recovery-image] Aug 12 22:28:39.938 INFO O| Aug 12 22:28:39.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52162024-08-12T22:28:41.933Z[ recovery-image] Aug 12 22:28:39.938 INFO O| Aug 12 22:28:39.938 INFO STEP 467 (remove_files) COMPLETE
52172024-08-12T22:28:41.935Z[ recovery-image] Aug 12 22:28:39.938 INFO O| Aug 12 22:28:39.938 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-08-12T22:28:41.943Z[ recovery-image] Aug 12 22:28:39.949 INFO O| Aug 12 22:28:39.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52192024-08-12T22:28:41.944Z[ recovery-image] Aug 12 22:28:39.949 INFO O| Aug 12 22:28:39.949 INFO STEP 468 (remove_files) COMPLETE
52202024-08-12T22:28:41.946Z[ recovery-image] Aug 12 22:28:39.949 INFO O| Aug 12 22:28:39.949 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-08-12T22:28:41.954Z[ recovery-image] Aug 12 22:28:39.959 INFO O| Aug 12 22:28:39.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52222024-08-12T22:28:41.954Z[ recovery-image] Aug 12 22:28:39.959 INFO O| Aug 12 22:28:39.959 INFO STEP 469 (remove_files) COMPLETE
52232024-08-12T22:28:41.956Z[ recovery-image] Aug 12 22:28:39.959 INFO O| Aug 12 22:28:39.959 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-08-12T22:28:41.964Z[ recovery-image] Aug 12 22:28:39.969 INFO O| Aug 12 22:28:39.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52252024-08-12T22:28:41.964Z[ recovery-image] Aug 12 22:28:39.969 INFO O| Aug 12 22:28:39.969 INFO STEP 470 (remove_files) COMPLETE
52262024-08-12T22:28:41.967Z[ recovery-image] Aug 12 22:28:39.969 INFO O| Aug 12 22:28:39.969 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-08-12T22:28:41.975Z[ recovery-image] Aug 12 22:28:39.980 INFO O| Aug 12 22:28:39.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52282024-08-12T22:28:41.975Z[ recovery-image] Aug 12 22:28:39.980 INFO O| Aug 12 22:28:39.980 INFO STEP 471 (remove_files) COMPLETE
52292024-08-12T22:28:41.977Z[ recovery-image] Aug 12 22:28:39.980 INFO O| Aug 12 22:28:39.980 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-08-12T22:28:41.987Z[ recovery-image] Aug 12 22:28:39.991 INFO O| Aug 12 22:28:39.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52312024-08-12T22:28:41.987Z[ recovery-image] Aug 12 22:28:39.991 INFO O| Aug 12 22:28:39.991 INFO STEP 472 (remove_files) COMPLETE
52322024-08-12T22:28:41.987Z[ recovery-image] Aug 12 22:28:39.991 INFO O| Aug 12 22:28:39.991 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-08-12T22:28:41.997Z[ recovery-image] Aug 12 22:28:40.002 INFO O| Aug 12 22:28:40.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52342024-08-12T22:28:41.997Z[ recovery-image] Aug 12 22:28:40.003 INFO O| Aug 12 22:28:40.002 INFO STEP 473 (remove_files) COMPLETE
52352024-08-12T22:28:41.997Z[ recovery-image] Aug 12 22:28:40.003 INFO O| Aug 12 22:28:40.003 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-08-12T22:28:42.009Z[ recovery-image] Aug 12 22:28:40.014 INFO O| Aug 12 22:28:40.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
52372024-08-12T22:28:42.009Z[ recovery-image] Aug 12 22:28:40.015 INFO O| Aug 12 22:28:40.014 INFO STEP 474 (remove_files) COMPLETE
52382024-08-12T22:28:42.012Z[ recovery-image] Aug 12 22:28:40.015 INFO O| Aug 12 22:28:40.015 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-08-12T22:28:42.020Z[ recovery-image] Aug 12 22:28:40.026 INFO O| Aug 12 22:28:40.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
52402024-08-12T22:28:42.023Z[ recovery-image] Aug 12 22:28:40.026 INFO O| Aug 12 22:28:40.026 INFO STEP 475 (remove_files) COMPLETE
52412024-08-12T22:28:42.023Z[ recovery-image] Aug 12 22:28:40.026 INFO O| Aug 12 22:28:40.026 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-08-12T22:28:42.031Z[ recovery-image] Aug 12 22:28:40.036 INFO O| Aug 12 22:28:40.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
52432024-08-12T22:28:42.031Z[ recovery-image] Aug 12 22:28:40.036 INFO O| Aug 12 22:28:40.036 INFO STEP 476 (remove_files) COMPLETE
52442024-08-12T22:28:42.034Z[ recovery-image] Aug 12 22:28:40.036 INFO O| Aug 12 22:28:40.036 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-08-12T22:28:42.042Z[ recovery-image] Aug 12 22:28:40.047 INFO O| Aug 12 22:28:40.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
52462024-08-12T22:28:42.042Z[ recovery-image] Aug 12 22:28:40.047 INFO O| Aug 12 22:28:40.047 INFO STEP 477 (remove_files) COMPLETE
52472024-08-12T22:28:42.044Z[ recovery-image] Aug 12 22:28:40.047 INFO O| Aug 12 22:28:40.047 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-08-12T22:28:42.053Z[ recovery-image] Aug 12 22:28:40.057 INFO O| Aug 12 22:28:40.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
52492024-08-12T22:28:42.056Z[ recovery-image] Aug 12 22:28:40.057 INFO O| Aug 12 22:28:40.057 INFO STEP 478 (remove_files) COMPLETE
52502024-08-12T22:28:42.056Z[ recovery-image] Aug 12 22:28:40.057 INFO O| Aug 12 22:28:40.057 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-08-12T22:28:42.064Z[ recovery-image] Aug 12 22:28:40.068 INFO O| Aug 12 22:28:40.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
52522024-08-12T22:28:42.066Z[ recovery-image] Aug 12 22:28:40.068 INFO O| Aug 12 22:28:40.068 INFO STEP 479 (remove_files) COMPLETE
52532024-08-12T22:28:42.067Z[ recovery-image] Aug 12 22:28:40.068 INFO O| Aug 12 22:28:40.068 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-08-12T22:28:42.073Z[ recovery-image] Aug 12 22:28:40.078 INFO O| Aug 12 22:28:40.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
52552024-08-12T22:28:42.075Z[ recovery-image] Aug 12 22:28:40.078 INFO O| Aug 12 22:28:40.078 INFO STEP 480 (remove_files) COMPLETE
52562024-08-12T22:28:42.075Z[ recovery-image] Aug 12 22:28:40.078 INFO O| Aug 12 22:28:40.078 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-08-12T22:28:42.085Z[ recovery-image] Aug 12 22:28:40.090 INFO O| Aug 12 22:28:40.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
52582024-08-12T22:28:42.085Z[ recovery-image] Aug 12 22:28:40.090 INFO O| Aug 12 22:28:40.090 INFO STEP 481 (remove_files) COMPLETE
52592024-08-12T22:28:42.087Z[ recovery-image] Aug 12 22:28:40.090 INFO O| Aug 12 22:28:40.090 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-08-12T22:28:42.095Z[ recovery-image] Aug 12 22:28:40.100 INFO O| Aug 12 22:28:40.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
52612024-08-12T22:28:42.097Z[ recovery-image] Aug 12 22:28:40.100 INFO O| Aug 12 22:28:40.100 INFO STEP 482 (remove_files) COMPLETE
52622024-08-12T22:28:42.097Z[ recovery-image] Aug 12 22:28:40.100 INFO O| Aug 12 22:28:40.100 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-08-12T22:28:42.105Z[ recovery-image] Aug 12 22:28:40.110 INFO O| Aug 12 22:28:40.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
52642024-08-12T22:28:42.108Z[ recovery-image] Aug 12 22:28:40.110 INFO O| Aug 12 22:28:40.110 INFO STEP 483 (remove_files) COMPLETE
52652024-08-12T22:28:42.108Z[ recovery-image] Aug 12 22:28:40.110 INFO O| Aug 12 22:28:40.110 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-08-12T22:28:42.115Z[ recovery-image] Aug 12 22:28:40.120 INFO O| Aug 12 22:28:40.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
52672024-08-12T22:28:42.118Z[ recovery-image] Aug 12 22:28:40.120 INFO O| Aug 12 22:28:40.120 INFO STEP 484 (remove_files) COMPLETE
52682024-08-12T22:28:42.118Z[ recovery-image] Aug 12 22:28:40.120 INFO O| Aug 12 22:28:40.120 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-08-12T22:28:42.125Z[ recovery-image] Aug 12 22:28:40.130 INFO O| Aug 12 22:28:40.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
52702024-08-12T22:28:42.128Z[ recovery-image] Aug 12 22:28:40.131 INFO O| Aug 12 22:28:40.130 INFO STEP 485 (remove_files) COMPLETE
52712024-08-12T22:28:42.128Z[ recovery-image] Aug 12 22:28:40.131 INFO O| Aug 12 22:28:40.130 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-08-12T22:28:42.136Z[ recovery-image] Aug 12 22:28:40.141 INFO O| Aug 12 22:28:40.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
52732024-08-12T22:28:42.136Z[ recovery-image] Aug 12 22:28:40.141 INFO O| Aug 12 22:28:40.141 INFO STEP 486 (remove_files) COMPLETE
52742024-08-12T22:28:42.138Z[ recovery-image] Aug 12 22:28:40.141 INFO O| Aug 12 22:28:40.141 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-08-12T22:28:42.146Z[ recovery-image] Aug 12 22:28:40.151 INFO O| Aug 12 22:28:40.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
52762024-08-12T22:28:42.146Z[ recovery-image] Aug 12 22:28:40.151 INFO O| Aug 12 22:28:40.151 INFO STEP 487 (remove_files) COMPLETE
52772024-08-12T22:28:42.146Z[ recovery-image] Aug 12 22:28:40.151 INFO O| Aug 12 22:28:40.151 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-08-12T22:28:42.159Z[ recovery-image] Aug 12 22:28:40.165 INFO O| Aug 12 22:28:40.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
52792024-08-12T22:28:42.162Z[ recovery-image] Aug 12 22:28:40.165 INFO O| Aug 12 22:28:40.165 INFO STEP 488 (remove_files) COMPLETE
52802024-08-12T22:28:42.162Z[ recovery-image] Aug 12 22:28:40.165 INFO O| Aug 12 22:28:40.165 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-08-12T22:28:42.173Z[ recovery-image] Aug 12 22:28:40.178 INFO O| Aug 12 22:28:40.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
52822024-08-12T22:28:42.173Z[ recovery-image] Aug 12 22:28:40.178 INFO O| Aug 12 22:28:40.178 INFO STEP 489 (remove_files) COMPLETE
52832024-08-12T22:28:42.176Z[ recovery-image] Aug 12 22:28:40.178 INFO O| Aug 12 22:28:40.178 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-08-12T22:28:42.186Z[ recovery-image] Aug 12 22:28:40.191 INFO O| Aug 12 22:28:40.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
52852024-08-12T22:28:42.186Z[ recovery-image] Aug 12 22:28:40.191 INFO O| Aug 12 22:28:40.191 INFO STEP 490 (remove_files) COMPLETE
52862024-08-12T22:28:42.189Z[ recovery-image] Aug 12 22:28:40.192 INFO O| Aug 12 22:28:40.191 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-08-12T22:28:42.200Z[ recovery-image] Aug 12 22:28:40.205 INFO O| Aug 12 22:28:40.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
52882024-08-12T22:28:42.207Z[ recovery-image] Aug 12 22:28:40.205 INFO O| Aug 12 22:28:40.205 INFO STEP 491 (remove_files) COMPLETE
52892024-08-12T22:28:42.207Z[ recovery-image] Aug 12 22:28:40.205 INFO O| Aug 12 22:28:40.205 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-08-12T22:28:42.214Z[ recovery-image] Aug 12 22:28:40.219 INFO O| Aug 12 22:28:40.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
52912024-08-12T22:28:42.216Z[ recovery-image] Aug 12 22:28:40.219 INFO O| Aug 12 22:28:40.219 INFO STEP 492 (remove_files) COMPLETE
52922024-08-12T22:28:42.216Z[ recovery-image] Aug 12 22:28:40.219 INFO O| Aug 12 22:28:40.219 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-08-12T22:28:42.228Z[ recovery-image] Aug 12 22:28:40.233 INFO O| Aug 12 22:28:40.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
52942024-08-12T22:28:42.230Z[ recovery-image] Aug 12 22:28:40.233 INFO O| Aug 12 22:28:40.233 INFO STEP 493 (remove_files) COMPLETE
52952024-08-12T22:28:42.230Z[ recovery-image] Aug 12 22:28:40.233 INFO O| Aug 12 22:28:40.233 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-08-12T22:28:42.241Z[ recovery-image] Aug 12 22:28:40.246 INFO O| Aug 12 22:28:40.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
52972024-08-12T22:28:42.241Z[ recovery-image] Aug 12 22:28:40.246 INFO O| Aug 12 22:28:40.246 INFO STEP 494 (remove_files) COMPLETE
52982024-08-12T22:28:42.241Z[ recovery-image] Aug 12 22:28:40.246 INFO O| Aug 12 22:28:40.246 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-08-12T22:28:42.254Z[ recovery-image] Aug 12 22:28:40.258 INFO O| Aug 12 22:28:40.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53002024-08-12T22:28:42.258Z[ recovery-image] Aug 12 22:28:40.259 INFO O| Aug 12 22:28:40.259 INFO STEP 495 (remove_files) COMPLETE
53012024-08-12T22:28:42.258Z[ recovery-image] Aug 12 22:28:40.259 INFO O| Aug 12 22:28:40.259 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-08-12T22:28:42.267Z[ recovery-image] Aug 12 22:28:40.271 INFO O| Aug 12 22:28:40.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53032024-08-12T22:28:42.267Z[ recovery-image] Aug 12 22:28:40.271 INFO O| Aug 12 22:28:40.271 INFO STEP 496 (remove_files) COMPLETE
53042024-08-12T22:28:42.270Z[ recovery-image] Aug 12 22:28:40.271 INFO O| Aug 12 22:28:40.271 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-08-12T22:28:42.279Z[ recovery-image] Aug 12 22:28:40.284 INFO O| Aug 12 22:28:40.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53062024-08-12T22:28:42.282Z[ recovery-image] Aug 12 22:28:40.284 INFO O| Aug 12 22:28:40.284 INFO STEP 497 (remove_files) COMPLETE
53072024-08-12T22:28:42.282Z[ recovery-image] Aug 12 22:28:40.284 INFO O| Aug 12 22:28:40.284 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-08-12T22:28:42.290Z[ recovery-image] Aug 12 22:28:40.295 INFO O| Aug 12 22:28:40.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53092024-08-12T22:28:42.293Z[ recovery-image] Aug 12 22:28:40.295 INFO O| Aug 12 22:28:40.295 INFO STEP 498 (remove_files) COMPLETE
53102024-08-12T22:28:42.293Z[ recovery-image] Aug 12 22:28:40.295 INFO O| Aug 12 22:28:40.295 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-08-12T22:28:42.301Z[ recovery-image] Aug 12 22:28:40.306 INFO O| Aug 12 22:28:40.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53122024-08-12T22:28:42.301Z[ recovery-image] Aug 12 22:28:40.306 INFO O| Aug 12 22:28:40.306 INFO STEP 499 (remove_files) COMPLETE
53132024-08-12T22:28:42.304Z[ recovery-image] Aug 12 22:28:40.306 INFO O| Aug 12 22:28:40.306 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-08-12T22:28:42.311Z[ recovery-image] Aug 12 22:28:40.316 INFO O| Aug 12 22:28:40.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53152024-08-12T22:28:42.311Z[ recovery-image] Aug 12 22:28:40.316 INFO O| Aug 12 22:28:40.316 INFO STEP 500 (remove_files) COMPLETE
53162024-08-12T22:28:42.311Z[ recovery-image] Aug 12 22:28:40.316 INFO O| Aug 12 22:28:40.316 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-08-12T22:28:42.321Z[ recovery-image] Aug 12 22:28:40.327 INFO O| Aug 12 22:28:40.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53182024-08-12T22:28:42.322Z[ recovery-image] Aug 12 22:28:40.327 INFO O| Aug 12 22:28:40.327 INFO STEP 501 (remove_files) COMPLETE
53192024-08-12T22:28:42.322Z[ recovery-image] Aug 12 22:28:40.327 INFO O| Aug 12 22:28:40.327 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-08-12T22:28:42.332Z[ recovery-image] Aug 12 22:28:40.337 INFO O| Aug 12 22:28:40.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53212024-08-12T22:28:42.332Z[ recovery-image] Aug 12 22:28:40.337 INFO O| Aug 12 22:28:40.337 INFO STEP 502 (remove_files) COMPLETE
53222024-08-12T22:28:42.335Z[ recovery-image] Aug 12 22:28:40.337 INFO O| Aug 12 22:28:40.337 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-08-12T22:28:42.344Z[ recovery-image] Aug 12 22:28:40.349 INFO O| Aug 12 22:28:40.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53242024-08-12T22:28:42.344Z[ recovery-image] Aug 12 22:28:40.349 INFO O| Aug 12 22:28:40.349 INFO STEP 503 (remove_files) COMPLETE
53252024-08-12T22:28:42.347Z[ recovery-image] Aug 12 22:28:40.349 INFO O| Aug 12 22:28:40.349 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-08-12T22:28:42.359Z[ recovery-image] Aug 12 22:28:40.363 INFO O| Aug 12 22:28:40.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53272024-08-12T22:28:42.362Z[ recovery-image] Aug 12 22:28:40.363 INFO O| Aug 12 22:28:40.363 INFO STEP 504 (remove_files) COMPLETE
53282024-08-12T22:28:42.362Z[ recovery-image] Aug 12 22:28:40.363 INFO O| Aug 12 22:28:40.363 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-08-12T22:28:42.372Z[ recovery-image] Aug 12 22:28:40.377 INFO O| Aug 12 22:28:40.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53302024-08-12T22:28:42.372Z[ recovery-image] Aug 12 22:28:40.377 INFO O| Aug 12 22:28:40.377 INFO STEP 505 (remove_files) COMPLETE
53312024-08-12T22:28:42.372Z[ recovery-image] Aug 12 22:28:40.377 INFO O| Aug 12 22:28:40.377 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-08-12T22:28:42.385Z[ recovery-image] Aug 12 22:28:40.390 INFO O| Aug 12 22:28:40.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53332024-08-12T22:28:42.388Z[ recovery-image] Aug 12 22:28:40.390 INFO O| Aug 12 22:28:40.390 INFO STEP 506 (remove_files) COMPLETE
53342024-08-12T22:28:42.388Z[ recovery-image] Aug 12 22:28:40.390 INFO O| Aug 12 22:28:40.390 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-08-12T22:28:42.397Z[ recovery-image] Aug 12 22:28:40.402 INFO O| Aug 12 22:28:40.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
53362024-08-12T22:28:42.397Z[ recovery-image] Aug 12 22:28:40.402 INFO O| Aug 12 22:28:40.402 INFO STEP 507 (remove_files) COMPLETE
53372024-08-12T22:28:42.397Z[ recovery-image] Aug 12 22:28:40.402 INFO O| Aug 12 22:28:40.402 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-08-12T22:28:42.407Z[ recovery-image] Aug 12 22:28:40.412 INFO O| Aug 12 22:28:40.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
53392024-08-12T22:28:42.407Z[ recovery-image] Aug 12 22:28:40.412 INFO O| Aug 12 22:28:40.412 INFO STEP 508 (remove_files) COMPLETE
53402024-08-12T22:28:42.410Z[ recovery-image] Aug 12 22:28:40.412 INFO O| Aug 12 22:28:40.412 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-08-12T22:28:42.418Z[ recovery-image] Aug 12 22:28:40.423 INFO O| Aug 12 22:28:40.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
53422024-08-12T22:28:42.418Z[ recovery-image] Aug 12 22:28:40.423 INFO O| Aug 12 22:28:40.423 INFO STEP 509 (remove_files) COMPLETE
53432024-08-12T22:28:42.422Z[ recovery-image] Aug 12 22:28:40.423 INFO O| Aug 12 22:28:40.423 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-08-12T22:28:42.429Z[ recovery-image] Aug 12 22:28:40.434 INFO O| Aug 12 22:28:40.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
53452024-08-12T22:28:42.429Z[ recovery-image] Aug 12 22:28:40.434 INFO O| Aug 12 22:28:40.434 INFO STEP 510 (remove_files) COMPLETE
53462024-08-12T22:28:42.429Z[ recovery-image] Aug 12 22:28:40.434 INFO O| Aug 12 22:28:40.434 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-08-12T22:28:42.443Z[ recovery-image] Aug 12 22:28:40.448 INFO O| Aug 12 22:28:40.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
53482024-08-12T22:28:42.446Z[ recovery-image] Aug 12 22:28:40.448 INFO O| Aug 12 22:28:40.448 INFO STEP 511 (remove_files) COMPLETE
53492024-08-12T22:28:42.446Z[ recovery-image] Aug 12 22:28:40.448 INFO O| Aug 12 22:28:40.448 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-08-12T22:28:42.455Z[ recovery-image] Aug 12 22:28:40.460 INFO O| Aug 12 22:28:40.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
53512024-08-12T22:28:42.458Z[ recovery-image] Aug 12 22:28:40.461 INFO O| Aug 12 22:28:40.460 INFO STEP 512 (remove_files) COMPLETE
53522024-08-12T22:28:42.458Z[ recovery-image] Aug 12 22:28:40.461 INFO O| Aug 12 22:28:40.461 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-08-12T22:28:42.467Z[ recovery-image] Aug 12 22:28:40.472 INFO O| Aug 12 22:28:40.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
53542024-08-12T22:28:42.467Z[ recovery-image] Aug 12 22:28:40.472 INFO O| Aug 12 22:28:40.472 INFO STEP 513 (remove_files) COMPLETE
53552024-08-12T22:28:42.470Z[ recovery-image] Aug 12 22:28:40.473 INFO O| Aug 12 22:28:40.472 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-08-12T22:28:42.479Z[ recovery-image] Aug 12 22:28:40.484 INFO O| Aug 12 22:28:40.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
53572024-08-12T22:28:42.479Z[ recovery-image] Aug 12 22:28:40.484 INFO O| Aug 12 22:28:40.484 INFO STEP 514 (remove_files) COMPLETE
53582024-08-12T22:28:42.479Z[ recovery-image] Aug 12 22:28:40.484 INFO O| Aug 12 22:28:40.484 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-08-12T22:28:42.491Z[ recovery-image] Aug 12 22:28:40.496 INFO O| Aug 12 22:28:40.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
53602024-08-12T22:28:42.491Z[ recovery-image] Aug 12 22:28:40.496 INFO O| Aug 12 22:28:40.496 INFO STEP 515 (remove_files) COMPLETE
53612024-08-12T22:28:42.493Z[ recovery-image] Aug 12 22:28:40.496 INFO O| Aug 12 22:28:40.496 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-08-12T22:28:42.503Z[ recovery-image] Aug 12 22:28:40.508 INFO O| Aug 12 22:28:40.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
53632024-08-12T22:28:42.503Z[ recovery-image] Aug 12 22:28:40.508 INFO O| Aug 12 22:28:40.508 INFO STEP 516 (remove_files) COMPLETE
53642024-08-12T22:28:42.506Z[ recovery-image] Aug 12 22:28:40.508 INFO O| Aug 12 22:28:40.508 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-08-12T22:28:42.516Z[ recovery-image] Aug 12 22:28:40.521 INFO O| Aug 12 22:28:40.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
53662024-08-12T22:28:42.516Z[ recovery-image] Aug 12 22:28:40.521 INFO O| Aug 12 22:28:40.521 INFO STEP 517 (remove_files) COMPLETE
53672024-08-12T22:28:42.516Z[ recovery-image] Aug 12 22:28:40.521 INFO O| Aug 12 22:28:40.521 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-08-12T22:28:42.527Z[ recovery-image] Aug 12 22:28:40.531 INFO O| Aug 12 22:28:40.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
53692024-08-12T22:28:42.527Z[ recovery-image] Aug 12 22:28:40.531 INFO O| Aug 12 22:28:40.531 INFO STEP 518 (remove_files) COMPLETE
53702024-08-12T22:28:42.529Z[ recovery-image] Aug 12 22:28:40.531 INFO O| Aug 12 22:28:40.531 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-08-12T22:28:42.537Z[ recovery-image] Aug 12 22:28:40.542 INFO O| Aug 12 22:28:40.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
53722024-08-12T22:28:42.537Z[ recovery-image] Aug 12 22:28:40.542 INFO O| Aug 12 22:28:40.542 INFO STEP 519 (remove_files) COMPLETE
53732024-08-12T22:28:42.540Z[ recovery-image] Aug 12 22:28:40.542 INFO O| Aug 12 22:28:40.542 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-08-12T22:28:42.548Z[ recovery-image] Aug 12 22:28:40.553 INFO O| Aug 12 22:28:40.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
53752024-08-12T22:28:42.551Z[ recovery-image] Aug 12 22:28:40.553 INFO O| Aug 12 22:28:40.553 INFO STEP 520 (remove_files) COMPLETE
53762024-08-12T22:28:42.551Z[ recovery-image] Aug 12 22:28:40.553 INFO O| Aug 12 22:28:40.553 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-08-12T22:28:42.559Z[ recovery-image] Aug 12 22:28:40.563 INFO O| Aug 12 22:28:40.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
53782024-08-12T22:28:42.562Z[ recovery-image] Aug 12 22:28:40.563 INFO O| Aug 12 22:28:40.563 INFO STEP 521 (remove_files) COMPLETE
53792024-08-12T22:28:42.562Z[ recovery-image] Aug 12 22:28:40.563 INFO O| Aug 12 22:28:40.563 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-08-12T22:28:42.571Z[ recovery-image] Aug 12 22:28:40.576 INFO O| Aug 12 22:28:40.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
53812024-08-12T22:28:42.574Z[ recovery-image] Aug 12 22:28:40.577 INFO O| Aug 12 22:28:40.576 INFO STEP 522 (remove_files) COMPLETE
53822024-08-12T22:28:42.574Z[ recovery-image] Aug 12 22:28:40.577 INFO O| Aug 12 22:28:40.577 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-08-12T22:28:42.586Z[ recovery-image] Aug 12 22:28:40.591 INFO O| Aug 12 22:28:40.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
53842024-08-12T22:28:42.588Z[ recovery-image] Aug 12 22:28:40.591 INFO O| Aug 12 22:28:40.591 INFO STEP 523 (remove_files) COMPLETE
53852024-08-12T22:28:42.588Z[ recovery-image] Aug 12 22:28:40.591 INFO O| Aug 12 22:28:40.591 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-08-12T22:28:42.600Z[ recovery-image] Aug 12 22:28:40.605 INFO O| Aug 12 22:28:40.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
53872024-08-12T22:28:42.603Z[ recovery-image] Aug 12 22:28:40.605 INFO O| Aug 12 22:28:40.605 INFO STEP 524 (remove_files) COMPLETE
53882024-08-12T22:28:42.603Z[ recovery-image] Aug 12 22:28:40.605 INFO O| Aug 12 22:28:40.605 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-08-12T22:28:42.610Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 28s
53902024-08-12T22:28:42.615Z[ recovery-image] Aug 12 22:28:40.620 INFO O| Aug 12 22:28:40.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
53912024-08-12T22:28:42.617Z[ recovery-image] Aug 12 22:28:40.620 INFO O| Aug 12 22:28:40.620 INFO STEP 525 (remove_files) COMPLETE
53922024-08-12T22:28:42.617Z[ recovery-image] Aug 12 22:28:40.620 INFO O| Aug 12 22:28:40.620 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-08-12T22:28:42.632Z[ recovery-image] Aug 12 22:28:40.637 INFO O| Aug 12 22:28:40.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
53942024-08-12T22:28:42.632Z[ recovery-image] Aug 12 22:28:40.637 INFO O| Aug 12 22:28:40.637 INFO STEP 526 (remove_files) COMPLETE
53952024-08-12T22:28:42.632Z[ recovery-image] Aug 12 22:28:40.637 INFO O| Aug 12 22:28:40.637 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-08-12T22:28:42.653Z[ recovery-image] Aug 12 22:28:40.658 INFO O| Aug 12 22:28:40.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
53972024-08-12T22:28:42.653Z[ recovery-image] Aug 12 22:28:40.658 INFO O| Aug 12 22:28:40.658 INFO STEP 527 (remove_files) COMPLETE
53982024-08-12T22:28:42.653Z[ recovery-image] Aug 12 22:28:40.658 INFO O| Aug 12 22:28:40.658 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-08-12T22:28:42.673Z[ recovery-image] Aug 12 22:28:40.678 INFO O| Aug 12 22:28:40.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54002024-08-12T22:28:42.673Z[ recovery-image] Aug 12 22:28:40.678 INFO O| Aug 12 22:28:40.678 INFO STEP 528 (remove_files) COMPLETE
54012024-08-12T22:28:42.676Z[ recovery-image] Aug 12 22:28:40.678 INFO O| Aug 12 22:28:40.678 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-08-12T22:28:42.693Z[ recovery-image] Aug 12 22:28:40.698 INFO O| Aug 12 22:28:40.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54032024-08-12T22:28:42.696Z[ recovery-image] Aug 12 22:28:40.698 INFO O| Aug 12 22:28:40.698 INFO STEP 529 (remove_files) COMPLETE
54042024-08-12T22:28:42.696Z[ recovery-image] Aug 12 22:28:40.698 INFO O| Aug 12 22:28:40.698 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-08-12T22:28:42.713Z[ recovery-image] Aug 12 22:28:40.718 INFO O| Aug 12 22:28:40.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54062024-08-12T22:28:42.714Z[ recovery-image] Aug 12 22:28:40.718 INFO O| Aug 12 22:28:40.718 INFO STEP 530 (remove_files) COMPLETE
54072024-08-12T22:28:42.714Z[ recovery-image] Aug 12 22:28:40.718 INFO O| Aug 12 22:28:40.718 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-08-12T22:28:42.734Z[ recovery-image] Aug 12 22:28:40.739 INFO O| Aug 12 22:28:40.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54092024-08-12T22:28:42.734Z[ recovery-image] Aug 12 22:28:40.739 INFO O| Aug 12 22:28:40.739 INFO STEP 531 (remove_files) COMPLETE
54102024-08-12T22:28:42.737Z[ recovery-image] Aug 12 22:28:40.739 INFO O| Aug 12 22:28:40.739 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-08-12T22:28:42.752Z[ recovery-image] Aug 12 22:28:40.756 INFO O| Aug 12 22:28:40.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54122024-08-12T22:28:42.752Z[ recovery-image] Aug 12 22:28:40.757 INFO O| Aug 12 22:28:40.756 INFO STEP 532 (remove_files) COMPLETE
54132024-08-12T22:28:42.754Z[ recovery-image] Aug 12 22:28:40.757 INFO O| Aug 12 22:28:40.756 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-08-12T22:28:42.772Z[ recovery-image] Aug 12 22:28:40.777 INFO O| Aug 12 22:28:40.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54152024-08-12T22:28:42.775Z[ recovery-image] Aug 12 22:28:40.777 INFO O| Aug 12 22:28:40.777 INFO STEP 533 (remove_files) COMPLETE
54162024-08-12T22:28:42.775Z[ recovery-image] Aug 12 22:28:40.777 INFO O| Aug 12 22:28:40.777 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-08-12T22:28:42.791Z[ recovery-image] Aug 12 22:28:40.796 INFO O| Aug 12 22:28:40.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54182024-08-12T22:28:42.794Z[ recovery-image] Aug 12 22:28:40.796 INFO O| Aug 12 22:28:40.796 INFO STEP 534 (remove_files) COMPLETE
54192024-08-12T22:28:42.794Z[ recovery-image] Aug 12 22:28:40.796 INFO O| Aug 12 22:28:40.796 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-08-12T22:28:42.805Z[ recovery-image] Aug 12 22:28:40.810 INFO O| Aug 12 22:28:40.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54212024-08-12T22:28:42.808Z[ recovery-image] Aug 12 22:28:40.810 INFO O| Aug 12 22:28:40.810 INFO STEP 535 (remove_files) COMPLETE
54222024-08-12T22:28:42.808Z[ recovery-image] Aug 12 22:28:40.810 INFO O| Aug 12 22:28:40.810 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-08-12T22:28:42.824Z[ recovery-image] Aug 12 22:28:40.829 INFO O| Aug 12 22:28:40.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54242024-08-12T22:28:42.827Z[ recovery-image] Aug 12 22:28:40.829 INFO O| Aug 12 22:28:40.829 INFO STEP 536 (remove_files) COMPLETE
54252024-08-12T22:28:42.827Z[ recovery-image] Aug 12 22:28:40.829 INFO O| Aug 12 22:28:40.829 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-08-12T22:28:42.839Z[ recovery-image] Aug 12 22:28:40.844 INFO O| Aug 12 22:28:40.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54272024-08-12T22:28:42.843Z[ recovery-image] Aug 12 22:28:40.845 INFO O| Aug 12 22:28:40.845 INFO STEP 537 (remove_files) COMPLETE
54282024-08-12T22:28:42.843Z[ recovery-image] Aug 12 22:28:40.845 INFO O| Aug 12 22:28:40.845 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-08-12T22:28:42.853Z[ recovery-image] Aug 12 22:28:40.858 INFO O| Aug 12 22:28:40.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54302024-08-12T22:28:42.853Z[ recovery-image] Aug 12 22:28:40.858 INFO O| Aug 12 22:28:40.858 INFO STEP 538 (remove_files) COMPLETE
54312024-08-12T22:28:42.856Z[ recovery-image] Aug 12 22:28:40.858 INFO O| Aug 12 22:28:40.858 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-08-12T22:28:42.866Z[ recovery-image] Aug 12 22:28:40.871 INFO O| Aug 12 22:28:40.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54332024-08-12T22:28:42.869Z[ recovery-image] Aug 12 22:28:40.871 INFO O| Aug 12 22:28:40.871 INFO STEP 539 (remove_files) COMPLETE
54342024-08-12T22:28:42.869Z[ recovery-image] Aug 12 22:28:40.871 INFO O| Aug 12 22:28:40.871 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-08-12T22:28:42.880Z[ recovery-image] Aug 12 22:28:40.885 INFO O| Aug 12 22:28:40.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54362024-08-12T22:28:42.882Z[ recovery-image] Aug 12 22:28:40.885 INFO O| Aug 12 22:28:40.885 INFO STEP 540 (remove_files) COMPLETE
54372024-08-12T22:28:42.883Z[ recovery-image] Aug 12 22:28:40.885 INFO O| Aug 12 22:28:40.885 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-08-12T22:28:42.893Z[ recovery-image] Aug 12 22:28:40.898 INFO O| Aug 12 22:28:40.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
54392024-08-12T22:28:42.896Z[ recovery-image] Aug 12 22:28:40.898 INFO O| Aug 12 22:28:40.898 INFO STEP 541 (remove_files) COMPLETE
54402024-08-12T22:28:42.896Z[ recovery-image] Aug 12 22:28:40.898 INFO O| Aug 12 22:28:40.898 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-08-12T22:28:42.907Z[ recovery-image] Aug 12 22:28:40.912 INFO O| Aug 12 22:28:40.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
54422024-08-12T22:28:42.910Z[ recovery-image] Aug 12 22:28:40.912 INFO O| Aug 12 22:28:40.912 INFO STEP 542 (remove_files) COMPLETE
54432024-08-12T22:28:42.910Z[ recovery-image] Aug 12 22:28:40.912 INFO O| Aug 12 22:28:40.912 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-08-12T22:28:42.927Z[ recovery-image] Aug 12 22:28:40.932 INFO O| Aug 12 22:28:40.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
54452024-08-12T22:28:42.930Z[ recovery-image] Aug 12 22:28:40.932 INFO O| Aug 12 22:28:40.932 INFO STEP 543 (remove_files) COMPLETE
54462024-08-12T22:28:42.930Z[ recovery-image] Aug 12 22:28:40.932 INFO O| Aug 12 22:28:40.932 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-08-12T22:28:42.940Z[ recovery-image] Aug 12 22:28:40.945 INFO O| Aug 12 22:28:40.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
54482024-08-12T22:28:42.943Z[ recovery-image] Aug 12 22:28:40.945 INFO O| Aug 12 22:28:40.945 INFO STEP 544 (remove_files) COMPLETE
54492024-08-12T22:28:42.943Z[ recovery-image] Aug 12 22:28:40.945 INFO O| Aug 12 22:28:40.945 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-08-12T22:28:42.954Z[ recovery-image] Aug 12 22:28:40.959 INFO O| Aug 12 22:28:40.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
54512024-08-12T22:28:42.957Z[ recovery-image] Aug 12 22:28:40.959 INFO O| Aug 12 22:28:40.959 INFO STEP 545 (remove_files) COMPLETE
54522024-08-12T22:28:42.958Z[ recovery-image] Aug 12 22:28:40.959 INFO O| Aug 12 22:28:40.959 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-08-12T22:28:42.967Z[ recovery-image] Aug 12 22:28:40.972 INFO O| Aug 12 22:28:40.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
54542024-08-12T22:28:42.970Z[ recovery-image] Aug 12 22:28:40.972 INFO O| Aug 12 22:28:40.972 INFO STEP 546 (remove_files) COMPLETE
54552024-08-12T22:28:42.970Z[ recovery-image] Aug 12 22:28:40.972 INFO O| Aug 12 22:28:40.972 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-08-12T22:28:42.986Z[ recovery-image] Aug 12 22:28:40.991 INFO O| Aug 12 22:28:40.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
54572024-08-12T22:28:42.989Z[ recovery-image] Aug 12 22:28:40.991 INFO O| Aug 12 22:28:40.991 INFO STEP 547 (remove_files) COMPLETE
54582024-08-12T22:28:42.989Z[ recovery-image] Aug 12 22:28:40.991 INFO O| Aug 12 22:28:40.991 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-08-12T22:28:42.997ZAug 12 22:28:41.002 INFO [verify-libraries] process exited with exit status: 0 (275.795125251s)
54602024-08-12T22:28:43.005Z[ recovery-image] Aug 12 22:28:41.010 INFO O| Aug 12 22:28:41.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
54612024-08-12T22:28:43.008Z[ recovery-image] Aug 12 22:28:41.010 INFO O| Aug 12 22:28:41.010 INFO STEP 548 (remove_files) COMPLETE
54622024-08-12T22:28:43.008Z[ recovery-image] Aug 12 22:28:41.010 INFO O| Aug 12 22:28:41.010 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-08-12T22:28:43.021Z[ recovery-image] Aug 12 22:28:41.025 INFO O| Aug 12 22:28:41.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
54642024-08-12T22:28:43.023Z[ recovery-image] Aug 12 22:28:41.025 INFO O| Aug 12 22:28:41.025 INFO STEP 549 (remove_files) COMPLETE
54652024-08-12T22:28:43.023Z[ recovery-image] Aug 12 22:28:41.025 INFO O| Aug 12 22:28:41.025 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-08-12T22:28:43.035Z[ recovery-image] Aug 12 22:28:41.040 INFO O| Aug 12 22:28:41.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
54672024-08-12T22:28:43.039Z[ recovery-image] Aug 12 22:28:41.040 INFO O| Aug 12 22:28:41.040 INFO STEP 550 (remove_files) COMPLETE
54682024-08-12T22:28:43.039Z[ recovery-image] Aug 12 22:28:41.040 INFO O| Aug 12 22:28:41.040 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-08-12T22:28:43.050Z[ recovery-image] Aug 12 22:28:41.055 INFO O| Aug 12 22:28:41.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
54702024-08-12T22:28:43.050Z[ recovery-image] Aug 12 22:28:41.055 INFO O| Aug 12 22:28:41.055 INFO STEP 551 (remove_files) COMPLETE
54712024-08-12T22:28:43.053Z[ recovery-image] Aug 12 22:28:41.055 INFO O| Aug 12 22:28:41.055 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-08-12T22:28:43.067Z[ recovery-image] Aug 12 22:28:41.070 INFO O| Aug 12 22:28:41.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
54732024-08-12T22:28:43.067Z[ recovery-image] Aug 12 22:28:41.070 INFO O| Aug 12 22:28:41.070 INFO STEP 552 (remove_files) COMPLETE
54742024-08-12T22:28:43.070Z[ recovery-image] Aug 12 22:28:41.070 INFO O| Aug 12 22:28:41.070 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-08-12T22:28:43.081Z[ recovery-image] Aug 12 22:28:41.085 INFO O| Aug 12 22:28:41.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
54762024-08-12T22:28:43.081Z[ recovery-image] Aug 12 22:28:41.085 INFO O| Aug 12 22:28:41.085 INFO STEP 553 (remove_files) COMPLETE
54772024-08-12T22:28:43.084Z[ recovery-image] Aug 12 22:28:41.085 INFO O| Aug 12 22:28:41.085 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-08-12T22:28:43.095Z[ recovery-image] Aug 12 22:28:41.100 INFO O| Aug 12 22:28:41.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
54792024-08-12T22:28:43.098Z[ recovery-image] Aug 12 22:28:41.100 INFO O| Aug 12 22:28:41.100 INFO STEP 554 (remove_files) COMPLETE
54802024-08-12T22:28:43.098Z[ recovery-image] Aug 12 22:28:41.100 INFO O| Aug 12 22:28:41.100 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-08-12T22:28:43.110Z[ recovery-image] Aug 12 22:28:41.115 INFO O| Aug 12 22:28:41.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
54822024-08-12T22:28:43.113Z[ recovery-image] Aug 12 22:28:41.115 INFO O| Aug 12 22:28:41.115 INFO STEP 555 (remove_files) COMPLETE
54832024-08-12T22:28:43.113Z[ recovery-image] Aug 12 22:28:41.115 INFO O| Aug 12 22:28:41.115 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-08-12T22:28:43.125Z[ recovery-image] Aug 12 22:28:41.130 INFO O| Aug 12 22:28:41.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
54852024-08-12T22:28:43.128Z[ recovery-image] Aug 12 22:28:41.130 INFO O| Aug 12 22:28:41.130 INFO STEP 556 (remove_files) COMPLETE
54862024-08-12T22:28:43.128Z[ recovery-image] Aug 12 22:28:41.130 INFO O| Aug 12 22:28:41.130 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-08-12T22:28:43.140Z[ recovery-image] Aug 12 22:28:41.145 INFO O| Aug 12 22:28:41.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
54882024-08-12T22:28:43.143Z[ recovery-image] Aug 12 22:28:41.145 INFO O| Aug 12 22:28:41.145 INFO STEP 557 (remove_files) COMPLETE
54892024-08-12T22:28:43.143Z[ recovery-image] Aug 12 22:28:41.146 INFO O| Aug 12 22:28:41.145 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-08-12T22:28:43.156Z[ recovery-image] Aug 12 22:28:41.161 INFO O| Aug 12 22:28:41.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
54912024-08-12T22:28:43.159Z[ recovery-image] Aug 12 22:28:41.161 INFO O| Aug 12 22:28:41.161 INFO STEP 558 (remove_files) COMPLETE
54922024-08-12T22:28:43.159Z[ recovery-image] Aug 12 22:28:41.161 INFO O| Aug 12 22:28:41.161 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-08-12T22:28:43.174Z[ recovery-image] Aug 12 22:28:41.178 INFO O| Aug 12 22:28:41.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
54942024-08-12T22:28:43.174Z[ recovery-image] Aug 12 22:28:41.178 INFO O| Aug 12 22:28:41.178 INFO STEP 559 (remove_files) COMPLETE
54952024-08-12T22:28:43.176Z[ recovery-image] Aug 12 22:28:41.178 INFO O| Aug 12 22:28:41.178 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-08-12T22:28:43.189Z[ recovery-image] Aug 12 22:28:41.194 INFO O| Aug 12 22:28:41.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
54972024-08-12T22:28:43.192Z[ recovery-image] Aug 12 22:28:41.194 INFO O| Aug 12 22:28:41.194 INFO STEP 560 (remove_files) COMPLETE
54982024-08-12T22:28:43.192Z[ recovery-image] Aug 12 22:28:41.194 INFO O| Aug 12 22:28:41.194 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-08-12T22:28:43.205Z[ recovery-image] Aug 12 22:28:41.210 INFO O| Aug 12 22:28:41.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55002024-08-12T22:28:43.205Z[ recovery-image] Aug 12 22:28:41.210 INFO O| Aug 12 22:28:41.210 INFO STEP 561 (remove_files) COMPLETE
55012024-08-12T22:28:43.208Z[ recovery-image] Aug 12 22:28:41.210 INFO O| Aug 12 22:28:41.210 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-08-12T22:28:43.222Z[ recovery-image] Aug 12 22:28:41.226 INFO O| Aug 12 22:28:41.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55032024-08-12T22:28:43.222Z[ recovery-image] Aug 12 22:28:41.226 INFO O| Aug 12 22:28:41.226 INFO STEP 562 (remove_files) COMPLETE
55042024-08-12T22:28:43.222Z[ recovery-image] Aug 12 22:28:41.226 INFO O| Aug 12 22:28:41.226 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-08-12T22:28:43.238Z[ recovery-image] Aug 12 22:28:41.242 INFO O| Aug 12 22:28:41.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55062024-08-12T22:28:43.240Z[ recovery-image] Aug 12 22:28:41.242 INFO O| Aug 12 22:28:41.242 INFO STEP 563 (remove_files) COMPLETE
55072024-08-12T22:28:43.240Z[ recovery-image] Aug 12 22:28:41.242 INFO O| Aug 12 22:28:41.242 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-08-12T22:28:43.252Z[ recovery-image] Aug 12 22:28:41.257 INFO O| Aug 12 22:28:41.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55092024-08-12T22:28:43.255Z[ recovery-image] Aug 12 22:28:41.257 INFO O| Aug 12 22:28:41.257 INFO STEP 564 (remove_files) COMPLETE
55102024-08-12T22:28:43.255Z[ recovery-image] Aug 12 22:28:41.257 INFO O| Aug 12 22:28:41.257 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-08-12T22:28:43.266Z[ recovery-image] Aug 12 22:28:41.271 INFO O| Aug 12 22:28:41.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55122024-08-12T22:28:43.269Z[ recovery-image] Aug 12 22:28:41.271 INFO O| Aug 12 22:28:41.271 INFO STEP 565 (remove_files) COMPLETE
55132024-08-12T22:28:43.269Z[ recovery-image] Aug 12 22:28:41.271 INFO O| Aug 12 22:28:41.271 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-08-12T22:28:43.280Z[ recovery-image] Aug 12 22:28:41.285 INFO O| Aug 12 22:28:41.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55152024-08-12T22:28:43.283Z[ recovery-image] Aug 12 22:28:41.285 INFO O| Aug 12 22:28:41.285 INFO STEP 566 (remove_files) COMPLETE
55162024-08-12T22:28:43.283Z[ recovery-image] Aug 12 22:28:41.285 INFO O| Aug 12 22:28:41.285 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-08-12T22:28:43.294Z[ recovery-image] Aug 12 22:28:41.299 INFO O| Aug 12 22:28:41.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55182024-08-12T22:28:43.294Z[ recovery-image] Aug 12 22:28:41.299 INFO O| Aug 12 22:28:41.299 INFO STEP 567 (remove_files) COMPLETE
55192024-08-12T22:28:43.294Z[ recovery-image] Aug 12 22:28:41.299 INFO O| Aug 12 22:28:41.299 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-08-12T22:28:43.312Z[ recovery-image] Aug 12 22:28:41.314 INFO O| Aug 12 22:28:41.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55212024-08-12T22:28:43.312Z[ recovery-image] Aug 12 22:28:41.314 INFO O| Aug 12 22:28:41.314 INFO STEP 568 (remove_files) COMPLETE
55222024-08-12T22:28:43.316Z[ recovery-image] Aug 12 22:28:41.314 INFO O| Aug 12 22:28:41.314 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-08-12T22:28:43.324Z[ recovery-image] Aug 12 22:28:41.329 INFO O| Aug 12 22:28:41.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55242024-08-12T22:28:43.324Z[ recovery-image] Aug 12 22:28:41.329 INFO O| Aug 12 22:28:41.329 INFO STEP 569 (remove_files) COMPLETE
55252024-08-12T22:28:43.324Z[ recovery-image] Aug 12 22:28:41.329 INFO O| Aug 12 22:28:41.329 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-08-12T22:28:43.339Z[ recovery-image] Aug 12 22:28:41.344 INFO O| Aug 12 22:28:41.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55272024-08-12T22:28:43.342Z[ recovery-image] Aug 12 22:28:41.344 INFO O| Aug 12 22:28:41.344 INFO STEP 570 (remove_files) COMPLETE
55282024-08-12T22:28:43.342Z[ recovery-image] Aug 12 22:28:41.344 INFO O| Aug 12 22:28:41.344 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-08-12T22:28:43.355Z[ recovery-image] Aug 12 22:28:41.359 INFO O| Aug 12 22:28:41.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55302024-08-12T22:28:43.355Z[ recovery-image] Aug 12 22:28:41.359 INFO O| Aug 12 22:28:41.359 INFO STEP 571 (remove_files) COMPLETE
55312024-08-12T22:28:43.358Z[ recovery-image] Aug 12 22:28:41.359 INFO O| Aug 12 22:28:41.359 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-08-12T22:28:43.369Z[ recovery-image] Aug 12 22:28:41.374 INFO O| Aug 12 22:28:41.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55332024-08-12T22:28:43.369Z[ recovery-image] Aug 12 22:28:41.374 INFO O| Aug 12 22:28:41.374 INFO STEP 572 (remove_files) COMPLETE
55342024-08-12T22:28:43.372Z[ recovery-image] Aug 12 22:28:41.374 INFO O| Aug 12 22:28:41.374 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-08-12T22:28:43.384Z[ recovery-image] Aug 12 22:28:41.389 INFO O| Aug 12 22:28:41.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55362024-08-12T22:28:43.387Z[ recovery-image] Aug 12 22:28:41.389 INFO O| Aug 12 22:28:41.389 INFO STEP 573 (remove_files) COMPLETE
55372024-08-12T22:28:43.387Z[ recovery-image] Aug 12 22:28:41.389 INFO O| Aug 12 22:28:41.389 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-08-12T22:28:43.399Z[ recovery-image] Aug 12 22:28:41.404 INFO O| Aug 12 22:28:41.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
55392024-08-12T22:28:43.402Z[ recovery-image] Aug 12 22:28:41.404 INFO O| Aug 12 22:28:41.404 INFO STEP 574 (remove_files) COMPLETE
55402024-08-12T22:28:43.402Z[ recovery-image] Aug 12 22:28:41.404 INFO O| Aug 12 22:28:41.404 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-08-12T22:28:43.412Z[ recovery-image] Aug 12 22:28:41.416 INFO O| Aug 12 22:28:41.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
55422024-08-12T22:28:43.414Z[ recovery-image] Aug 12 22:28:41.416 INFO O| Aug 12 22:28:41.416 INFO STEP 575 (remove_files) COMPLETE
55432024-08-12T22:28:43.414Z[ recovery-image] Aug 12 22:28:41.416 INFO O| Aug 12 22:28:41.416 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-08-12T22:28:43.422Z[ recovery-image] Aug 12 22:28:41.426 INFO O| Aug 12 22:28:41.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
55452024-08-12T22:28:43.424Z[ recovery-image] Aug 12 22:28:41.426 INFO O| Aug 12 22:28:41.426 INFO STEP 576 (remove_files) COMPLETE
55462024-08-12T22:28:43.424Z[ recovery-image] Aug 12 22:28:41.426 INFO O| Aug 12 22:28:41.426 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-08-12T22:28:43.432Z[ recovery-image] Aug 12 22:28:41.436 INFO O| Aug 12 22:28:41.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
55482024-08-12T22:28:43.432Z[ recovery-image] Aug 12 22:28:41.436 INFO O| Aug 12 22:28:41.436 INFO STEP 577 (remove_files) COMPLETE
55492024-08-12T22:28:43.432Z[ recovery-image] Aug 12 22:28:41.436 INFO O| Aug 12 22:28:41.436 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-08-12T22:28:43.441Z[ recovery-image] Aug 12 22:28:41.446 INFO O| Aug 12 22:28:41.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
55512024-08-12T22:28:43.444Z[ recovery-image] Aug 12 22:28:41.446 INFO O| Aug 12 22:28:41.446 INFO STEP 578 (remove_files) COMPLETE
55522024-08-12T22:28:43.444Z[ recovery-image] Aug 12 22:28:41.447 INFO O| Aug 12 22:28:41.446 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-08-12T22:28:43.453Z[ recovery-image] Aug 12 22:28:41.457 INFO O| Aug 12 22:28:41.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
55542024-08-12T22:28:43.456Z[ recovery-image] Aug 12 22:28:41.457 INFO O| Aug 12 22:28:41.457 INFO STEP 579 (remove_files) COMPLETE
55552024-08-12T22:28:43.456Z[ recovery-image] Aug 12 22:28:41.457 INFO O| Aug 12 22:28:41.457 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-08-12T22:28:43.462Z[ recovery-image] Aug 12 22:28:41.467 INFO O| Aug 12 22:28:41.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
55572024-08-12T22:28:43.462Z[ recovery-image] Aug 12 22:28:41.467 INFO O| Aug 12 22:28:41.467 INFO STEP 580 (remove_files) COMPLETE
55582024-08-12T22:28:43.465Z[ recovery-image] Aug 12 22:28:41.467 INFO O| Aug 12 22:28:41.467 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-08-12T22:28:43.472Z[ recovery-image] Aug 12 22:28:41.476 INFO O| Aug 12 22:28:41.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
55602024-08-12T22:28:43.472Z[ recovery-image] Aug 12 22:28:41.476 INFO O| Aug 12 22:28:41.476 INFO STEP 581 (remove_files) COMPLETE
55612024-08-12T22:28:43.472Z[ recovery-image] Aug 12 22:28:41.476 INFO O| Aug 12 22:28:41.476 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-08-12T22:28:43.481Z[ recovery-image] Aug 12 22:28:41.486 INFO O| Aug 12 22:28:41.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
55632024-08-12T22:28:43.481Z[ recovery-image] Aug 12 22:28:41.486 INFO O| Aug 12 22:28:41.486 INFO STEP 582 (remove_files) COMPLETE
55642024-08-12T22:28:43.484Z[ recovery-image] Aug 12 22:28:41.486 INFO O| Aug 12 22:28:41.486 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-08-12T22:28:43.491Z[ recovery-image] Aug 12 22:28:41.496 INFO O| Aug 12 22:28:41.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
55662024-08-12T22:28:43.491Z[ recovery-image] Aug 12 22:28:41.496 INFO O| Aug 12 22:28:41.496 INFO STEP 583 (remove_files) COMPLETE
55672024-08-12T22:28:43.491Z[ recovery-image] Aug 12 22:28:41.496 INFO O| Aug 12 22:28:41.496 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-08-12T22:28:43.500Z[ recovery-image] Aug 12 22:28:41.505 INFO O| Aug 12 22:28:41.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
55692024-08-12T22:28:43.500Z[ recovery-image] Aug 12 22:28:41.505 INFO O| Aug 12 22:28:41.505 INFO STEP 584 (remove_files) COMPLETE
55702024-08-12T22:28:43.500Z[ recovery-image] Aug 12 22:28:41.505 INFO O| Aug 12 22:28:41.505 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-08-12T22:28:43.510Z[ recovery-image] Aug 12 22:28:41.515 INFO O| Aug 12 22:28:41.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
55722024-08-12T22:28:43.512Z[ recovery-image] Aug 12 22:28:41.515 INFO O| Aug 12 22:28:41.515 INFO STEP 585 (remove_files) COMPLETE
55732024-08-12T22:28:43.512Z[ recovery-image] Aug 12 22:28:41.515 INFO O| Aug 12 22:28:41.515 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-08-12T22:28:43.520Z[ recovery-image] Aug 12 22:28:41.524 INFO O| Aug 12 22:28:41.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
55752024-08-12T22:28:43.523Z[ recovery-image] Aug 12 22:28:41.525 INFO O| Aug 12 22:28:41.524 INFO STEP 586 (remove_files) COMPLETE
55762024-08-12T22:28:43.523Z[ recovery-image] Aug 12 22:28:41.525 INFO O| Aug 12 22:28:41.525 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-08-12T22:28:43.529Z[ recovery-image] Aug 12 22:28:41.534 INFO O| Aug 12 22:28:41.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
55782024-08-12T22:28:43.529Z[ recovery-image] Aug 12 22:28:41.534 INFO O| Aug 12 22:28:41.534 INFO STEP 587 (remove_files) COMPLETE
55792024-08-12T22:28:43.532Z[ recovery-image] Aug 12 22:28:41.534 INFO O| Aug 12 22:28:41.534 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-08-12T22:28:43.539Z[ recovery-image] Aug 12 22:28:41.544 INFO O| Aug 12 22:28:41.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
55812024-08-12T22:28:43.539Z[ recovery-image] Aug 12 22:28:41.544 INFO O| Aug 12 22:28:41.544 INFO STEP 588 (remove_files) COMPLETE
55822024-08-12T22:28:43.542Z[ recovery-image] Aug 12 22:28:41.544 INFO O| Aug 12 22:28:41.544 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-08-12T22:28:43.549Z[ recovery-image] Aug 12 22:28:41.553 INFO O| Aug 12 22:28:41.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
55842024-08-12T22:28:43.549Z[ recovery-image] Aug 12 22:28:41.554 INFO O| Aug 12 22:28:41.554 INFO STEP 589 (remove_files) COMPLETE
55852024-08-12T22:28:43.552Z[ recovery-image] Aug 12 22:28:41.554 INFO O| Aug 12 22:28:41.554 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-08-12T22:28:43.559Z[ recovery-image] Aug 12 22:28:41.563 INFO O| Aug 12 22:28:41.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
55872024-08-12T22:28:43.559Z[ recovery-image] Aug 12 22:28:41.563 INFO O| Aug 12 22:28:41.563 INFO STEP 590 (remove_files) COMPLETE
55882024-08-12T22:28:43.562Z[ recovery-image] Aug 12 22:28:41.563 INFO O| Aug 12 22:28:41.563 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-08-12T22:28:43.568Z[ recovery-image] Aug 12 22:28:41.573 INFO O| Aug 12 22:28:41.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
55902024-08-12T22:28:43.568Z[ recovery-image] Aug 12 22:28:41.573 INFO O| Aug 12 22:28:41.573 INFO STEP 591 (remove_files) COMPLETE
55912024-08-12T22:28:43.571Z[ recovery-image] Aug 12 22:28:41.573 INFO O| Aug 12 22:28:41.573 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-08-12T22:28:43.578Z[ recovery-image] Aug 12 22:28:41.583 INFO O| Aug 12 22:28:41.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
55932024-08-12T22:28:43.581Z[ recovery-image] Aug 12 22:28:41.583 INFO O| Aug 12 22:28:41.583 INFO STEP 592 (remove_files) COMPLETE
55942024-08-12T22:28:43.581Z[ recovery-image] Aug 12 22:28:41.583 INFO O| Aug 12 22:28:41.583 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-08-12T22:28:43.588Z[ recovery-image] Aug 12 22:28:41.592 INFO O| Aug 12 22:28:41.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
55962024-08-12T22:28:43.588Z[ recovery-image] Aug 12 22:28:41.593 INFO O| Aug 12 22:28:41.592 INFO STEP 593 (remove_files) COMPLETE
55972024-08-12T22:28:43.591Z[ recovery-image] Aug 12 22:28:41.593 INFO O| Aug 12 22:28:41.593 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-08-12T22:28:43.597Z[ recovery-image] Aug 12 22:28:41.602 INFO O| Aug 12 22:28:41.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
55992024-08-12T22:28:43.606Z[ recovery-image] Aug 12 22:28:41.603 INFO O| Aug 12 22:28:41.603 INFO STEP 594 (remove_files) COMPLETE
56002024-08-12T22:28:43.606Z[ recovery-image] Aug 12 22:28:41.603 INFO O| Aug 12 22:28:41.603 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-08-12T22:28:43.611Z[ recovery-image] Aug 12 22:28:41.613 INFO O| Aug 12 22:28:41.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56022024-08-12T22:28:43.611Z[ recovery-image] Aug 12 22:28:41.613 INFO O| Aug 12 22:28:41.613 INFO STEP 595 (remove_files) COMPLETE
56032024-08-12T22:28:43.611Z[ recovery-image] Aug 12 22:28:41.613 INFO O| Aug 12 22:28:41.613 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-08-12T22:28:43.620Z[ recovery-image] Aug 12 22:28:41.624 INFO O| Aug 12 22:28:41.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56052024-08-12T22:28:43.622Z[ recovery-image] Aug 12 22:28:41.624 INFO O| Aug 12 22:28:41.624 INFO STEP 596 (remove_files) COMPLETE
56062024-08-12T22:28:43.622Z[ recovery-image] Aug 12 22:28:41.624 INFO O| Aug 12 22:28:41.624 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-08-12T22:28:43.631Z[ recovery-image] Aug 12 22:28:41.635 INFO O| Aug 12 22:28:41.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56082024-08-12T22:28:43.631Z[ recovery-image] Aug 12 22:28:41.635 INFO O| Aug 12 22:28:41.635 INFO STEP 597 (remove_files) COMPLETE
56092024-08-12T22:28:43.634Z[ recovery-image] Aug 12 22:28:41.636 INFO O| Aug 12 22:28:41.635 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-08-12T22:28:43.641Z[ recovery-image] Aug 12 22:28:41.645 INFO O| Aug 12 22:28:41.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56112024-08-12T22:28:43.643Z[ recovery-image] Aug 12 22:28:41.645 INFO O| Aug 12 22:28:41.645 INFO STEP 598 (remove_files) COMPLETE
56122024-08-12T22:28:43.643Z[ recovery-image] Aug 12 22:28:41.645 INFO O| Aug 12 22:28:41.645 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-08-12T22:28:43.650Z[ recovery-image] Aug 12 22:28:41.655 INFO O| Aug 12 22:28:41.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56142024-08-12T22:28:43.653Z[ recovery-image] Aug 12 22:28:41.655 INFO O| Aug 12 22:28:41.655 INFO STEP 599 (remove_files) COMPLETE
56152024-08-12T22:28:43.653Z[ recovery-image] Aug 12 22:28:41.655 INFO O| Aug 12 22:28:41.655 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-08-12T22:28:43.660Z[ recovery-image] Aug 12 22:28:41.665 INFO O| Aug 12 22:28:41.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56172024-08-12T22:28:43.660Z[ recovery-image] Aug 12 22:28:41.665 INFO O| Aug 12 22:28:41.665 INFO STEP 600 (remove_files) COMPLETE
56182024-08-12T22:28:43.663Z[ recovery-image] Aug 12 22:28:41.665 INFO O| Aug 12 22:28:41.665 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-08-12T22:28:43.670Z[ recovery-image] Aug 12 22:28:41.674 INFO O| Aug 12 22:28:41.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56202024-08-12T22:28:43.672Z[ recovery-image] Aug 12 22:28:41.675 INFO O| Aug 12 22:28:41.675 INFO STEP 601 (remove_files) COMPLETE
56212024-08-12T22:28:43.672Z[ recovery-image] Aug 12 22:28:41.675 INFO O| Aug 12 22:28:41.675 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-08-12T22:28:43.679Z[ recovery-image] Aug 12 22:28:41.684 INFO O| Aug 12 22:28:41.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56232024-08-12T22:28:43.682Z[ recovery-image] Aug 12 22:28:41.684 INFO O| Aug 12 22:28:41.684 INFO STEP 602 (remove_files) COMPLETE
56242024-08-12T22:28:43.682Z[ recovery-image] Aug 12 22:28:41.684 INFO O| Aug 12 22:28:41.684 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-08-12T22:28:43.689Z[ recovery-image] Aug 12 22:28:41.694 INFO O| Aug 12 22:28:41.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56262024-08-12T22:28:43.692Z[ recovery-image] Aug 12 22:28:41.694 INFO O| Aug 12 22:28:41.694 INFO STEP 603 (remove_files) COMPLETE
56272024-08-12T22:28:43.692Z[ recovery-image] Aug 12 22:28:41.694 INFO O| Aug 12 22:28:41.694 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-08-12T22:28:43.698Z[ recovery-image] Aug 12 22:28:41.703 INFO O| Aug 12 22:28:41.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56292024-08-12T22:28:43.701Z[ recovery-image] Aug 12 22:28:41.703 INFO O| Aug 12 22:28:41.703 INFO STEP 604 (remove_files) COMPLETE
56302024-08-12T22:28:43.701Z[ recovery-image] Aug 12 22:28:41.703 INFO O| Aug 12 22:28:41.703 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-08-12T22:28:43.708Z[ recovery-image] Aug 12 22:28:41.713 INFO O| Aug 12 22:28:41.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56322024-08-12T22:28:43.708Z[ recovery-image] Aug 12 22:28:41.713 INFO O| Aug 12 22:28:41.713 INFO STEP 605 (remove_files) COMPLETE
56332024-08-12T22:28:43.711Z[ recovery-image] Aug 12 22:28:41.713 INFO O| Aug 12 22:28:41.713 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-08-12T22:28:43.718Z[ recovery-image] Aug 12 22:28:41.722 INFO O| Aug 12 22:28:41.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56352024-08-12T22:28:43.720Z[ recovery-image] Aug 12 22:28:41.723 INFO O| Aug 12 22:28:41.723 INFO STEP 606 (remove_files) COMPLETE
56362024-08-12T22:28:43.720Z[ recovery-image] Aug 12 22:28:41.723 INFO O| Aug 12 22:28:41.723 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-08-12T22:28:43.728Z[ recovery-image] Aug 12 22:28:41.732 INFO O| Aug 12 22:28:41.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56382024-08-12T22:28:43.730Z[ recovery-image] Aug 12 22:28:41.732 INFO O| Aug 12 22:28:41.732 INFO STEP 607 (remove_files) COMPLETE
56392024-08-12T22:28:43.730Z[ recovery-image] Aug 12 22:28:41.732 INFO O| Aug 12 22:28:41.732 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-08-12T22:28:43.737Z[ recovery-image] Aug 12 22:28:41.742 INFO O| Aug 12 22:28:41.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
56412024-08-12T22:28:43.737Z[ recovery-image] Aug 12 22:28:41.742 INFO O| Aug 12 22:28:41.742 INFO STEP 608 (remove_files) COMPLETE
56422024-08-12T22:28:43.740Z[ recovery-image] Aug 12 22:28:41.742 INFO O| Aug 12 22:28:41.742 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-08-12T22:28:43.750Z[ recovery-image] Aug 12 22:28:41.754 INFO O| Aug 12 22:28:41.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
56442024-08-12T22:28:43.754Z[ recovery-image] Aug 12 22:28:41.754 INFO O| Aug 12 22:28:41.754 INFO STEP 609 (remove_files) COMPLETE
56452024-08-12T22:28:43.754Z[ recovery-image] Aug 12 22:28:41.754 INFO O| Aug 12 22:28:41.754 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-08-12T22:28:43.760Z[ recovery-image] Aug 12 22:28:41.764 INFO O| Aug 12 22:28:41.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
56472024-08-12T22:28:43.762Z[ recovery-image] Aug 12 22:28:41.764 INFO O| Aug 12 22:28:41.764 INFO STEP 610 (remove_files) COMPLETE
56482024-08-12T22:28:43.762Z[ recovery-image] Aug 12 22:28:41.764 INFO O| Aug 12 22:28:41.764 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-08-12T22:28:43.770Z[ recovery-image] Aug 12 22:28:41.774 INFO O| Aug 12 22:28:41.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
56502024-08-12T22:28:43.770Z[ recovery-image] Aug 12 22:28:41.775 INFO O| Aug 12 22:28:41.775 INFO STEP 611 (remove_files) COMPLETE
56512024-08-12T22:28:43.772Z[ recovery-image] Aug 12 22:28:41.775 INFO O| Aug 12 22:28:41.775 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-08-12T22:28:43.781Z[ recovery-image] Aug 12 22:28:41.786 INFO O| Aug 12 22:28:41.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
56532024-08-12T22:28:43.781Z[ recovery-image] Aug 12 22:28:41.786 INFO O| Aug 12 22:28:41.786 INFO STEP 612 (remove_files) COMPLETE
56542024-08-12T22:28:43.781Z[ recovery-image] Aug 12 22:28:41.786 INFO O| Aug 12 22:28:41.786 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-08-12T22:28:43.793Z[ recovery-image] Aug 12 22:28:41.798 INFO O| Aug 12 22:28:41.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
56562024-08-12T22:28:43.793Z[ recovery-image] Aug 12 22:28:41.798 INFO O| Aug 12 22:28:41.798 INFO STEP 613 (remove_files) COMPLETE
56572024-08-12T22:28:43.796Z[ recovery-image] Aug 12 22:28:41.798 INFO O| Aug 12 22:28:41.798 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-08-12T22:28:43.806Z[ recovery-image] Aug 12 22:28:41.810 INFO O| Aug 12 22:28:41.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
56592024-08-12T22:28:43.809Z[ recovery-image] Aug 12 22:28:41.811 INFO O| Aug 12 22:28:41.811 INFO STEP 614 (remove_files) COMPLETE
56602024-08-12T22:28:43.809Z[ recovery-image] Aug 12 22:28:41.811 INFO O| Aug 12 22:28:41.811 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-08-12T22:28:43.819Z[ recovery-image] Aug 12 22:28:41.824 INFO O| Aug 12 22:28:41.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
56622024-08-12T22:28:43.819Z[ recovery-image] Aug 12 22:28:41.824 INFO O| Aug 12 22:28:41.824 INFO STEP 615 (remove_files) COMPLETE
56632024-08-12T22:28:43.822Z[ recovery-image] Aug 12 22:28:41.824 INFO O| Aug 12 22:28:41.824 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-08-12T22:28:43.832Z[ recovery-image] Aug 12 22:28:41.836 INFO O| Aug 12 22:28:41.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
56652024-08-12T22:28:43.832Z[ recovery-image] Aug 12 22:28:41.837 INFO O| Aug 12 22:28:41.837 INFO STEP 616 (remove_files) COMPLETE
56662024-08-12T22:28:43.832Z[ recovery-image] Aug 12 22:28:41.837 INFO O| Aug 12 22:28:41.837 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-08-12T22:28:43.844Z[ recovery-image] Aug 12 22:28:41.848 INFO O| Aug 12 22:28:41.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
56682024-08-12T22:28:43.847Z[ recovery-image] Aug 12 22:28:41.848 INFO O| Aug 12 22:28:41.848 INFO STEP 617 (remove_files) COMPLETE
56692024-08-12T22:28:43.847Z[ recovery-image] Aug 12 22:28:41.848 INFO O| Aug 12 22:28:41.848 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-08-12T22:28:43.854Z[ recovery-image] Aug 12 22:28:41.859 INFO O| Aug 12 22:28:41.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
56712024-08-12T22:28:43.854Z[ recovery-image] Aug 12 22:28:41.859 INFO O| Aug 12 22:28:41.859 INFO STEP 618 (remove_files) COMPLETE
56722024-08-12T22:28:43.857Z[ recovery-image] Aug 12 22:28:41.859 INFO O| Aug 12 22:28:41.859 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-08-12T22:28:43.864Z[ recovery-image] Aug 12 22:28:41.869 INFO O| Aug 12 22:28:41.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
56742024-08-12T22:28:43.867Z[ recovery-image] Aug 12 22:28:41.869 INFO O| Aug 12 22:28:41.869 INFO STEP 619 (remove_files) COMPLETE
56752024-08-12T22:28:43.867Z[ recovery-image] Aug 12 22:28:41.869 INFO O| Aug 12 22:28:41.869 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-08-12T22:28:43.874Z[ recovery-image] Aug 12 22:28:41.879 INFO O| Aug 12 22:28:41.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
56772024-08-12T22:28:43.877Z[ recovery-image] Aug 12 22:28:41.879 INFO O| Aug 12 22:28:41.879 INFO STEP 620 (remove_files) COMPLETE
56782024-08-12T22:28:43.877Z[ recovery-image] Aug 12 22:28:41.879 INFO O| Aug 12 22:28:41.879 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-08-12T22:28:43.884Z[ recovery-image] Aug 12 22:28:41.889 INFO O| Aug 12 22:28:41.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
56802024-08-12T22:28:43.885Z[ recovery-image] Aug 12 22:28:41.889 INFO O| Aug 12 22:28:41.889 INFO STEP 621 (remove_files) COMPLETE
56812024-08-12T22:28:43.887Z[ recovery-image] Aug 12 22:28:41.889 INFO O| Aug 12 22:28:41.889 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-08-12T22:28:43.894Z[ recovery-image] Aug 12 22:28:41.899 INFO O| Aug 12 22:28:41.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
56832024-08-12T22:28:43.897Z[ recovery-image] Aug 12 22:28:41.899 INFO O| Aug 12 22:28:41.899 INFO STEP 622 (remove_files) COMPLETE
56842024-08-12T22:28:43.897Z[ recovery-image] Aug 12 22:28:41.899 INFO O| Aug 12 22:28:41.899 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-08-12T22:28:43.904Z[ recovery-image] Aug 12 22:28:41.909 INFO O| Aug 12 22:28:41.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
56862024-08-12T22:28:43.904Z[ recovery-image] Aug 12 22:28:41.909 INFO O| Aug 12 22:28:41.909 INFO STEP 623 (remove_files) COMPLETE
56872024-08-12T22:28:43.907Z[ recovery-image] Aug 12 22:28:41.909 INFO O| Aug 12 22:28:41.909 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-08-12T22:28:43.914Z[ recovery-image] Aug 12 22:28:41.918 INFO O| Aug 12 22:28:41.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
56892024-08-12T22:28:43.916Z[ recovery-image] Aug 12 22:28:41.919 INFO O| Aug 12 22:28:41.919 INFO STEP 624 (remove_files) COMPLETE
56902024-08-12T22:28:43.916Z[ recovery-image] Aug 12 22:28:41.919 INFO O| Aug 12 22:28:41.919 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-08-12T22:28:43.924Z[ recovery-image] Aug 12 22:28:41.929 INFO O| Aug 12 22:28:41.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
56922024-08-12T22:28:43.927Z[ recovery-image] Aug 12 22:28:41.929 INFO O| Aug 12 22:28:41.929 INFO STEP 625 (remove_files) COMPLETE
56932024-08-12T22:28:43.927Z[ recovery-image] Aug 12 22:28:41.929 INFO O| Aug 12 22:28:41.929 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-08-12T22:28:43.934Z[ recovery-image] Aug 12 22:28:41.939 INFO O| Aug 12 22:28:41.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
56952024-08-12T22:28:43.934Z[ recovery-image] Aug 12 22:28:41.939 INFO O| Aug 12 22:28:41.939 INFO STEP 626 (remove_files) COMPLETE
56962024-08-12T22:28:43.937Z[ recovery-image] Aug 12 22:28:41.939 INFO O| Aug 12 22:28:41.939 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-08-12T22:28:43.944Z[ recovery-image] Aug 12 22:28:41.949 INFO O| Aug 12 22:28:41.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
56982024-08-12T22:28:43.944Z[ recovery-image] Aug 12 22:28:41.949 INFO O| Aug 12 22:28:41.949 INFO STEP 627 (remove_files) COMPLETE
56992024-08-12T22:28:43.947Z[ recovery-image] Aug 12 22:28:41.949 INFO O| Aug 12 22:28:41.949 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-08-12T22:28:43.954Z[ recovery-image] Aug 12 22:28:41.958 INFO O| Aug 12 22:28:41.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57012024-08-12T22:28:43.954Z[ recovery-image] Aug 12 22:28:41.959 INFO O| Aug 12 22:28:41.959 INFO STEP 628 (remove_files) COMPLETE
57022024-08-12T22:28:43.957Z[ recovery-image] Aug 12 22:28:41.959 INFO O| Aug 12 22:28:41.959 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-08-12T22:28:43.959Z[ host-image] Aug 12 22:28:41.962 INFO O| Aug 12 22:28:41.962 INFO O| Planning: Solver setup ... Done
57042024-08-12T22:28:43.962Z[ host-image] Aug 12 22:28:41.965 INFO O| Aug 12 22:28:41.965 INFO O| Planning: Running solver ... Done
57052024-08-12T22:28:43.964Z[ recovery-image] Aug 12 22:28:41.968 INFO O| Aug 12 22:28:41.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57062024-08-12T22:28:43.964Z[ recovery-image] Aug 12 22:28:41.968 INFO O| Aug 12 22:28:41.968 INFO STEP 629 (remove_files) COMPLETE
57072024-08-12T22:28:43.964Z[ recovery-image] Aug 12 22:28:41.969 INFO O| Aug 12 22:28:41.968 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-08-12T22:28:43.974Z[ recovery-image] Aug 12 22:28:41.978 INFO O| Aug 12 22:28:41.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57092024-08-12T22:28:43.974Z[ recovery-image] Aug 12 22:28:41.978 INFO O| Aug 12 22:28:41.978 INFO STEP 630 (remove_files) COMPLETE
57102024-08-12T22:28:43.977Z[ recovery-image] Aug 12 22:28:41.978 INFO O| Aug 12 22:28:41.978 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-08-12T22:28:43.984Z[ recovery-image] Aug 12 22:28:41.988 INFO O| Aug 12 22:28:41.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57122024-08-12T22:28:43.986Z[ recovery-image] Aug 12 22:28:41.988 INFO O| Aug 12 22:28:41.988 INFO STEP 631 (remove_files) COMPLETE
57132024-08-12T22:28:43.986Z[ recovery-image] Aug 12 22:28:41.988 INFO O| Aug 12 22:28:41.988 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-08-12T22:28:43.994Z[ recovery-image] Aug 12 22:28:41.998 INFO O| Aug 12 22:28:41.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57152024-08-12T22:28:43.994Z[ recovery-image] Aug 12 22:28:41.998 INFO O| Aug 12 22:28:41.998 INFO STEP 632 (remove_files) COMPLETE
57162024-08-12T22:28:43.996Z[ recovery-image] Aug 12 22:28:41.998 INFO O| Aug 12 22:28:41.998 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-08-12T22:28:44.000Z[ host-image] Aug 12 22:28:42.004 INFO O| Aug 12 22:28:42.004 INFO O| Planning: Finding local manifests ... Done
57182024-08-12T22:28:44.003Z[ host-image] Aug 12 22:28:42.006 INFO O| Aug 12 22:28:42.006 INFO O| Planning: Fetching manifests: 0/4 0% complete
57192024-08-12T22:28:44.005Z[ recovery-image] Aug 12 22:28:42.009 INFO O| Aug 12 22:28:42.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57202024-08-12T22:28:44.005Z[ recovery-image] Aug 12 22:28:42.009 INFO O| Aug 12 22:28:42.009 INFO STEP 633 (remove_files) COMPLETE
57212024-08-12T22:28:44.005Z[ recovery-image] Aug 12 22:28:42.009 INFO O| Aug 12 22:28:42.009 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-08-12T22:28:44.015Z[ recovery-image] Aug 12 22:28:42.019 INFO O| Aug 12 22:28:42.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57232024-08-12T22:28:44.015Z[ recovery-image] Aug 12 22:28:42.020 INFO O| Aug 12 22:28:42.019 INFO STEP 634 (remove_files) COMPLETE
57242024-08-12T22:28:44.019Z[ recovery-image] Aug 12 22:28:42.020 INFO O| Aug 12 22:28:42.020 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-08-12T22:28:44.025Z[ recovery-image] Aug 12 22:28:42.029 INFO O| Aug 12 22:28:42.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57262024-08-12T22:28:44.025Z[ recovery-image] Aug 12 22:28:42.029 INFO O| Aug 12 22:28:42.029 INFO STEP 635 (remove_files) COMPLETE
57272024-08-12T22:28:44.028Z[ recovery-image] Aug 12 22:28:42.030 INFO O| Aug 12 22:28:42.029 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-08-12T22:28:44.035Z[ recovery-image] Aug 12 22:28:42.039 INFO O| Aug 12 22:28:42.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57292024-08-12T22:28:44.037Z[ recovery-image] Aug 12 22:28:42.039 INFO O| Aug 12 22:28:42.039 INFO STEP 636 (remove_files) COMPLETE
57302024-08-12T22:28:44.037Z[ recovery-image] Aug 12 22:28:42.039 INFO O| Aug 12 22:28:42.039 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-08-12T22:28:44.044Z[ recovery-image] Aug 12 22:28:42.049 INFO O| Aug 12 22:28:42.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57322024-08-12T22:28:44.047Z[ recovery-image] Aug 12 22:28:42.049 INFO O| Aug 12 22:28:42.049 INFO STEP 637 (remove_files) COMPLETE
57332024-08-12T22:28:44.047Z[ recovery-image] Aug 12 22:28:42.049 INFO O| Aug 12 22:28:42.049 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-08-12T22:28:44.054Z[ recovery-image] Aug 12 22:28:42.059 INFO O| Aug 12 22:28:42.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57352024-08-12T22:28:44.057Z[ recovery-image] Aug 12 22:28:42.059 INFO O| Aug 12 22:28:42.059 INFO STEP 638 (remove_files) COMPLETE
57362024-08-12T22:28:44.057Z[ recovery-image] Aug 12 22:28:42.059 INFO O| Aug 12 22:28:42.059 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-08-12T22:28:44.064Z[ recovery-image] Aug 12 22:28:42.068 INFO O| Aug 12 22:28:42.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57382024-08-12T22:28:44.064Z[ recovery-image] Aug 12 22:28:42.069 INFO O| Aug 12 22:28:42.068 INFO STEP 639 (remove_files) COMPLETE
57392024-08-12T22:28:44.067Z[ recovery-image] Aug 12 22:28:42.069 INFO O| Aug 12 22:28:42.069 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-08-12T22:28:44.075Z[ recovery-image] Aug 12 22:28:42.078 INFO O| Aug 12 22:28:42.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
57412024-08-12T22:28:44.075Z[ recovery-image] Aug 12 22:28:42.078 INFO O| Aug 12 22:28:42.078 INFO STEP 640 (remove_files) COMPLETE
57422024-08-12T22:28:44.078Z[ recovery-image] Aug 12 22:28:42.078 INFO O| Aug 12 22:28:42.078 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-08-12T22:28:44.083Z[ recovery-image] Aug 12 22:28:42.088 INFO O| Aug 12 22:28:42.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
57442024-08-12T22:28:44.083Z[ recovery-image] Aug 12 22:28:42.088 INFO O| Aug 12 22:28:42.088 INFO STEP 641 (remove_files) COMPLETE
57452024-08-12T22:28:44.086Z[ recovery-image] Aug 12 22:28:42.088 INFO O| Aug 12 22:28:42.088 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-08-12T22:28:44.090Z[ host-image] Aug 12 22:28:42.094 INFO O| Aug 12 22:28:42.094 INFO O| Planning: Fetching manifests: 4/4 100% complete
57472024-08-12T22:28:44.096Z[ recovery-image] Aug 12 22:28:42.097 INFO O| Aug 12 22:28:42.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
57482024-08-12T22:28:44.096Z[ recovery-image] Aug 12 22:28:42.098 INFO O| Aug 12 22:28:42.098 INFO STEP 642 (remove_files) COMPLETE
57492024-08-12T22:28:44.096Z[ recovery-image] Aug 12 22:28:42.098 INFO O| Aug 12 22:28:42.098 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-08-12T22:28:44.103Z[ recovery-image] Aug 12 22:28:42.107 INFO O| Aug 12 22:28:42.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
57512024-08-12T22:28:44.103Z[ recovery-image] Aug 12 22:28:42.108 INFO O| Aug 12 22:28:42.108 INFO STEP 643 (remove_files) COMPLETE
57522024-08-12T22:28:44.103Z[ recovery-image] Aug 12 22:28:42.108 INFO O| Aug 12 22:28:42.108 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-08-12T22:28:44.112Z[ host-image] Aug 12 22:28:42.117 INFO O| Aug 12 22:28:42.117 INFO O| Planning: Package planning ... Done
57542024-08-12T22:28:44.115Z[ recovery-image] Aug 12 22:28:42.118 INFO O| Aug 12 22:28:42.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
57552024-08-12T22:28:44.115Z[ recovery-image] Aug 12 22:28:42.118 INFO O| Aug 12 22:28:42.118 INFO STEP 644 (remove_files) COMPLETE
57562024-08-12T22:28:44.115Z[ recovery-image] Aug 12 22:28:42.118 INFO O| Aug 12 22:28:42.118 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-08-12T22:28:44.118Z[ host-image] Aug 12 22:28:42.120 INFO O| Aug 12 22:28:42.120 INFO O| Planning: Merging actions ... Done
57582024-08-12T22:28:44.123Z[ recovery-image] Aug 12 22:28:42.128 INFO O| Aug 12 22:28:42.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
57592024-08-12T22:28:44.123Z[ recovery-image] Aug 12 22:28:42.128 INFO O| Aug 12 22:28:42.128 INFO STEP 645 (remove_files) COMPLETE
57602024-08-12T22:28:44.126Z[ recovery-image] Aug 12 22:28:42.128 INFO O| Aug 12 22:28:42.128 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-08-12T22:28:44.134Z[ recovery-image] Aug 12 22:28:42.138 INFO O| Aug 12 22:28:42.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
57622024-08-12T22:28:44.136Z[ recovery-image] Aug 12 22:28:42.138 INFO O| Aug 12 22:28:42.138 INFO STEP 646 (remove_files) COMPLETE
57632024-08-12T22:28:44.136Z[ recovery-image] Aug 12 22:28:42.138 INFO O| Aug 12 22:28:42.138 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-08-12T22:28:44.143Z[ recovery-image] Aug 12 22:28:42.148 INFO O| Aug 12 22:28:42.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
57652024-08-12T22:28:44.146Z[ recovery-image] Aug 12 22:28:42.148 INFO O| Aug 12 22:28:42.148 INFO STEP 647 (remove_files) COMPLETE
57662024-08-12T22:28:44.147Z[ recovery-image] Aug 12 22:28:42.148 INFO O| Aug 12 22:28:42.148 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-08-12T22:28:44.153Z[ recovery-image] Aug 12 22:28:42.158 INFO O| Aug 12 22:28:42.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
57682024-08-12T22:28:44.156Z[ recovery-image] Aug 12 22:28:42.158 INFO O| Aug 12 22:28:42.158 INFO STEP 648 (remove_files) COMPLETE
57692024-08-12T22:28:44.156Z[ recovery-image] Aug 12 22:28:42.158 INFO O| Aug 12 22:28:42.158 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-08-12T22:28:44.163Z[ recovery-image] Aug 12 22:28:42.168 INFO O| Aug 12 22:28:42.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
57712024-08-12T22:28:44.166Z[ recovery-image] Aug 12 22:28:42.168 INFO O| Aug 12 22:28:42.168 INFO STEP 649 (remove_files) COMPLETE
57722024-08-12T22:28:44.166Z[ recovery-image] Aug 12 22:28:42.168 INFO O| Aug 12 22:28:42.168 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-08-12T22:28:44.173Z[ recovery-image] Aug 12 22:28:42.177 INFO O| Aug 12 22:28:42.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
57742024-08-12T22:28:44.173Z[ recovery-image] Aug 12 22:28:42.177 INFO O| Aug 12 22:28:42.177 INFO STEP 650 (remove_files) COMPLETE
57752024-08-12T22:28:44.173Z[ recovery-image] Aug 12 22:28:42.177 INFO O| Aug 12 22:28:42.177 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-12T22:28:44.183Z[ recovery-image] Aug 12 22:28:42.187 INFO O| Aug 12 22:28:42.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
57772024-08-12T22:28:44.183Z[ recovery-image] Aug 12 22:28:42.187 INFO O| Aug 12 22:28:42.187 INFO STEP 651 (remove_files) COMPLETE
57782024-08-12T22:28:44.185Z[ recovery-image] Aug 12 22:28:42.187 INFO O| Aug 12 22:28:42.187 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-08-12T22:28:44.192Z[ recovery-image] Aug 12 22:28:42.197 INFO O| Aug 12 22:28:42.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
57802024-08-12T22:28:44.195Z[ recovery-image] Aug 12 22:28:42.197 INFO O| Aug 12 22:28:42.197 INFO STEP 652 (remove_files) COMPLETE
57812024-08-12T22:28:44.195Z[ recovery-image] Aug 12 22:28:42.197 INFO O| Aug 12 22:28:42.197 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-08-12T22:28:44.195Z[ host-image] Aug 12 22:28:42.198 INFO O| Aug 12 22:28:42.198 INFO O| Planning: Checking for conflicting actions ... Done
57832024-08-12T22:28:44.198Z[ host-image] Aug 12 22:28:42.199 INFO O| Aug 12 22:28:42.199 INFO O| Planning: Consolidating action changes ... Done
57842024-08-12T22:28:44.203Z[ recovery-image] Aug 12 22:28:42.207 INFO O| Aug 12 22:28:42.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
57852024-08-12T22:28:44.203Z[ recovery-image] Aug 12 22:28:42.207 INFO O| Aug 12 22:28:42.207 INFO STEP 653 (remove_files) COMPLETE
57862024-08-12T22:28:44.205Z[ recovery-image] Aug 12 22:28:42.207 INFO O| Aug 12 22:28:42.207 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-08-12T22:28:44.212Z[ recovery-image] Aug 12 22:28:42.217 INFO O| Aug 12 22:28:42.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
57882024-08-12T22:28:44.212Z[ recovery-image] Aug 12 22:28:42.217 INFO O| Aug 12 22:28:42.217 INFO STEP 654 (remove_files) COMPLETE
57892024-08-12T22:28:44.212Z[ recovery-image] Aug 12 22:28:42.217 INFO O| Aug 12 22:28:42.217 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-08-12T22:28:44.222Z[ recovery-image] Aug 12 22:28:42.226 INFO O| Aug 12 22:28:42.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
57912024-08-12T22:28:44.222Z[ recovery-image] Aug 12 22:28:42.227 INFO O| Aug 12 22:28:42.227 INFO STEP 655 (remove_files) COMPLETE
57922024-08-12T22:28:44.225Z[ recovery-image] Aug 12 22:28:42.227 INFO O| Aug 12 22:28:42.227 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-08-12T22:28:44.232Z[ recovery-image] Aug 12 22:28:42.237 INFO O| Aug 12 22:28:42.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
57942024-08-12T22:28:44.235Z[ recovery-image] Aug 12 22:28:42.237 INFO O| Aug 12 22:28:42.237 INFO STEP 656 (remove_files) COMPLETE
57952024-08-12T22:28:44.235Z[ recovery-image] Aug 12 22:28:42.237 INFO O| Aug 12 22:28:42.237 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-08-12T22:28:44.243Z[ recovery-image] Aug 12 22:28:42.247 INFO O| Aug 12 22:28:42.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
57972024-08-12T22:28:44.243Z[ recovery-image] Aug 12 22:28:42.247 INFO O| Aug 12 22:28:42.247 INFO STEP 657 (remove_files) COMPLETE
57982024-08-12T22:28:44.246Z[ recovery-image] Aug 12 22:28:42.247 INFO O| Aug 12 22:28:42.247 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-08-12T22:28:44.253Z[ recovery-image] Aug 12 22:28:42.257 INFO O| Aug 12 22:28:42.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58002024-08-12T22:28:44.256Z[ recovery-image] Aug 12 22:28:42.258 INFO O| Aug 12 22:28:42.258 INFO STEP 658 (remove_files) COMPLETE
58012024-08-12T22:28:44.256Z[ recovery-image] Aug 12 22:28:42.258 INFO O| Aug 12 22:28:42.258 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-08-12T22:28:44.264Z[ recovery-image] Aug 12 22:28:42.268 INFO O| Aug 12 22:28:42.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58032024-08-12T22:28:44.264Z[ recovery-image] Aug 12 22:28:42.268 INFO O| Aug 12 22:28:42.268 INFO STEP 659 (remove_files) COMPLETE
58042024-08-12T22:28:44.267Z[ recovery-image] Aug 12 22:28:42.268 INFO O| Aug 12 22:28:42.268 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-08-12T22:28:44.274Z[ recovery-image] Aug 12 22:28:42.278 INFO O| Aug 12 22:28:42.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58062024-08-12T22:28:44.274Z[ recovery-image] Aug 12 22:28:42.278 INFO O| Aug 12 22:28:42.278 INFO STEP 660 (remove_files) COMPLETE
58072024-08-12T22:28:44.276Z[ recovery-image] Aug 12 22:28:42.278 INFO O| Aug 12 22:28:42.278 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-08-12T22:28:44.283Z[ recovery-image] Aug 12 22:28:42.288 INFO O| Aug 12 22:28:42.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58092024-08-12T22:28:44.283Z[ recovery-image] Aug 12 22:28:42.288 INFO O| Aug 12 22:28:42.288 INFO STEP 661 (remove_files) COMPLETE
58102024-08-12T22:28:44.286Z[ recovery-image] Aug 12 22:28:42.288 INFO O| Aug 12 22:28:42.288 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-08-12T22:28:44.293Z[ recovery-image] Aug 12 22:28:42.297 INFO O| Aug 12 22:28:42.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58122024-08-12T22:28:44.293Z[ recovery-image] Aug 12 22:28:42.297 INFO O| Aug 12 22:28:42.297 INFO STEP 662 (remove_files) COMPLETE
58132024-08-12T22:28:44.293Z[ recovery-image] Aug 12 22:28:42.297 INFO O| Aug 12 22:28:42.297 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-08-12T22:28:44.302Z[ recovery-image] Aug 12 22:28:42.307 INFO O| Aug 12 22:28:42.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58152024-08-12T22:28:44.302Z[ recovery-image] Aug 12 22:28:42.307 INFO O| Aug 12 22:28:42.307 INFO STEP 663 (remove_files) COMPLETE
58162024-08-12T22:28:44.302Z[ recovery-image] Aug 12 22:28:42.307 INFO O| Aug 12 22:28:42.307 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-08-12T22:28:44.313Z[ recovery-image] Aug 12 22:28:42.316 INFO O| Aug 12 22:28:42.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58182024-08-12T22:28:44.313Z[ recovery-image] Aug 12 22:28:42.316 INFO O| Aug 12 22:28:42.316 INFO STEP 664 (remove_files) COMPLETE
58192024-08-12T22:28:44.313Z[ recovery-image] Aug 12 22:28:42.316 INFO O| Aug 12 22:28:42.316 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-08-12T22:28:44.322Z[ recovery-image] Aug 12 22:28:42.326 INFO O| Aug 12 22:28:42.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58212024-08-12T22:28:44.322Z[ recovery-image] Aug 12 22:28:42.326 INFO O| Aug 12 22:28:42.326 INFO STEP 665 (remove_files) COMPLETE
58222024-08-12T22:28:44.326Z[ recovery-image] Aug 12 22:28:42.326 INFO O| Aug 12 22:28:42.326 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-08-12T22:28:44.331Z[ recovery-image] Aug 12 22:28:42.335 INFO O| Aug 12 22:28:42.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58242024-08-12T22:28:44.334Z[ recovery-image] Aug 12 22:28:42.336 INFO O| Aug 12 22:28:42.335 INFO STEP 666 (remove_files) COMPLETE
58252024-08-12T22:28:44.334Z[ recovery-image] Aug 12 22:28:42.336 INFO O| Aug 12 22:28:42.336 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-08-12T22:28:44.341Z[ recovery-image] Aug 12 22:28:42.345 INFO O| Aug 12 22:28:42.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58272024-08-12T22:28:44.344Z[ recovery-image] Aug 12 22:28:42.345 INFO O| Aug 12 22:28:42.345 INFO STEP 667 (remove_files) COMPLETE
58282024-08-12T22:28:44.344Z[ recovery-image] Aug 12 22:28:42.345 INFO O| Aug 12 22:28:42.345 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-08-12T22:28:44.350Z[ recovery-image] Aug 12 22:28:42.355 INFO O| Aug 12 22:28:42.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58302024-08-12T22:28:44.350Z[ recovery-image] Aug 12 22:28:42.355 INFO O| Aug 12 22:28:42.355 INFO STEP 668 (remove_files) COMPLETE
58312024-08-12T22:28:44.353Z[ recovery-image] Aug 12 22:28:42.355 INFO O| Aug 12 22:28:42.355 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-08-12T22:28:44.360Z[ recovery-image] Aug 12 22:28:42.364 INFO O| Aug 12 22:28:42.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58332024-08-12T22:28:44.360Z[ recovery-image] Aug 12 22:28:42.364 INFO O| Aug 12 22:28:42.364 INFO STEP 669 (remove_files) COMPLETE
58342024-08-12T22:28:44.363Z[ recovery-image] Aug 12 22:28:42.364 INFO O| Aug 12 22:28:42.364 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-08-12T22:28:44.369Z[ recovery-image] Aug 12 22:28:42.374 INFO O| Aug 12 22:28:42.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58362024-08-12T22:28:44.370Z[ recovery-image] Aug 12 22:28:42.374 INFO O| Aug 12 22:28:42.374 INFO STEP 670 (remove_files) COMPLETE
58372024-08-12T22:28:44.372Z[ recovery-image] Aug 12 22:28:42.374 INFO O| Aug 12 22:28:42.374 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-08-12T22:28:44.375Z[ host-image] Aug 12 22:28:42.377 INFO O| Aug 12 22:28:42.377 INFO O| Planning: Evaluating mediators ... Done
58392024-08-12T22:28:44.375Z[ host-image] Aug 12 22:28:42.378 INFO O| Aug 12 22:28:42.378 INFO O| Planning: Planning completed in 2.49 seconds
58402024-08-12T22:28:44.378Z[ host-image] Aug 12 22:28:42.380 INFO O| Aug 12 22:28:42.380 INFO O| Packages to install: 4
58412024-08-12T22:28:44.378Z[ host-image] Aug 12 22:28:42.380 INFO O| Aug 12 22:28:42.380 INFO O| Services to change: 2
58422024-08-12T22:28:44.381Z[ recovery-image] Aug 12 22:28:42.384 INFO O| Aug 12 22:28:42.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58432024-08-12T22:28:44.381Z[ recovery-image] Aug 12 22:28:42.384 INFO O| Aug 12 22:28:42.384 INFO STEP 671 (remove_files) COMPLETE
58442024-08-12T22:28:44.381Z[ recovery-image] Aug 12 22:28:42.384 INFO O| Aug 12 22:28:42.384 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-08-12T22:28:44.386Z[ host-image] Aug 12 22:28:42.390 INFO O| Aug 12 22:28:42.390 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
58462024-08-12T22:28:44.389Z[ recovery-image] Aug 12 22:28:42.394 INFO O| Aug 12 22:28:42.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58472024-08-12T22:28:44.392Z[ recovery-image] Aug 12 22:28:42.394 INFO O| Aug 12 22:28:42.394 INFO STEP 672 (remove_files) COMPLETE
58482024-08-12T22:28:44.392Z[ recovery-image] Aug 12 22:28:42.394 INFO O| Aug 12 22:28:42.394 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-08-12T22:28:44.402Z[ recovery-image] Aug 12 22:28:42.406 INFO O| Aug 12 22:28:42.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
58502024-08-12T22:28:44.404Z[ recovery-image] Aug 12 22:28:42.406 INFO O| Aug 12 22:28:42.406 INFO STEP 673 (remove_files) COMPLETE
58512024-08-12T22:28:44.404Z[ recovery-image] Aug 12 22:28:42.406 INFO O| Aug 12 22:28:42.406 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-08-12T22:28:44.412Z[ recovery-image] Aug 12 22:28:42.416 INFO O| Aug 12 22:28:42.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
58532024-08-12T22:28:44.412Z[ recovery-image] Aug 12 22:28:42.416 INFO O| Aug 12 22:28:42.416 INFO STEP 674 (remove_files) COMPLETE
58542024-08-12T22:28:44.415Z[ recovery-image] Aug 12 22:28:42.416 INFO O| Aug 12 22:28:42.416 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-08-12T22:28:44.422Z[ recovery-image] Aug 12 22:28:42.426 INFO O| Aug 12 22:28:42.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
58562024-08-12T22:28:44.422Z[ recovery-image] Aug 12 22:28:42.426 INFO O| Aug 12 22:28:42.426 INFO STEP 675 (remove_files) COMPLETE
58572024-08-12T22:28:44.425Z[ recovery-image] Aug 12 22:28:42.426 INFO O| Aug 12 22:28:42.426 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-08-12T22:28:44.432Z[ recovery-image] Aug 12 22:28:42.436 INFO O| Aug 12 22:28:42.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
58592024-08-12T22:28:44.434Z[ recovery-image] Aug 12 22:28:42.436 INFO O| Aug 12 22:28:42.436 INFO STEP 676 (remove_files) COMPLETE
58602024-08-12T22:28:44.434Z[ recovery-image] Aug 12 22:28:42.436 INFO O| Aug 12 22:28:42.436 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-08-12T22:28:44.443Z[ recovery-image] Aug 12 22:28:42.447 INFO O| Aug 12 22:28:42.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
58622024-08-12T22:28:44.443Z[ recovery-image] Aug 12 22:28:42.448 INFO O| Aug 12 22:28:42.447 INFO STEP 677 (remove_files) COMPLETE
58632024-08-12T22:28:44.446Z[ recovery-image] Aug 12 22:28:42.448 INFO O| Aug 12 22:28:42.448 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-08-12T22:28:44.455Z[ recovery-image] Aug 12 22:28:42.460 INFO O| Aug 12 22:28:42.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
58652024-08-12T22:28:44.459Z[ recovery-image] Aug 12 22:28:42.461 INFO O| Aug 12 22:28:42.460 INFO STEP 678 (remove_files) COMPLETE
58662024-08-12T22:28:44.459Z[ recovery-image] Aug 12 22:28:42.461 INFO O| Aug 12 22:28:42.461 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-08-12T22:28:44.467Z[ recovery-image] Aug 12 22:28:42.471 INFO O| Aug 12 22:28:42.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
58682024-08-12T22:28:44.467Z[ recovery-image] Aug 12 22:28:42.471 INFO O| Aug 12 22:28:42.471 INFO STEP 679 (remove_files) COMPLETE
58692024-08-12T22:28:44.469Z[ recovery-image] Aug 12 22:28:42.471 INFO O| Aug 12 22:28:42.471 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-08-12T22:28:44.476Z[ recovery-image] Aug 12 22:28:42.481 INFO O| Aug 12 22:28:42.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
58712024-08-12T22:28:44.477Z[ recovery-image] Aug 12 22:28:42.481 INFO O| Aug 12 22:28:42.481 INFO STEP 680 (remove_files) COMPLETE
58722024-08-12T22:28:44.479Z[ recovery-image] Aug 12 22:28:42.481 INFO O| Aug 12 22:28:42.481 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-08-12T22:28:44.487Z[ recovery-image] Aug 12 22:28:42.490 INFO O| Aug 12 22:28:42.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
58742024-08-12T22:28:44.487Z[ recovery-image] Aug 12 22:28:42.490 INFO O| Aug 12 22:28:42.490 INFO STEP 681 (remove_files) COMPLETE
58752024-08-12T22:28:44.489Z[ recovery-image] Aug 12 22:28:42.490 INFO O| Aug 12 22:28:42.490 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-08-12T22:28:44.497Z[ recovery-image] Aug 12 22:28:42.501 INFO O| Aug 12 22:28:42.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
58772024-08-12T22:28:44.497Z[ recovery-image] Aug 12 22:28:42.501 INFO O| Aug 12 22:28:42.501 INFO STEP 682 (remove_files) COMPLETE
58782024-08-12T22:28:44.497Z[ recovery-image] Aug 12 22:28:42.501 INFO O| Aug 12 22:28:42.501 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-08-12T22:28:44.507Z[ recovery-image] Aug 12 22:28:42.511 INFO O| Aug 12 22:28:42.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
58802024-08-12T22:28:44.507Z[ recovery-image] Aug 12 22:28:42.511 INFO O| Aug 12 22:28:42.511 INFO STEP 683 (remove_files) COMPLETE
58812024-08-12T22:28:44.507Z[ recovery-image] Aug 12 22:28:42.511 INFO O| Aug 12 22:28:42.511 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-08-12T22:28:44.517Z[ recovery-image] Aug 12 22:28:42.521 INFO O| Aug 12 22:28:42.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
58832024-08-12T22:28:44.519Z[ recovery-image] Aug 12 22:28:42.521 INFO O| Aug 12 22:28:42.521 INFO STEP 684 (remove_files) COMPLETE
58842024-08-12T22:28:44.519Z[ recovery-image] Aug 12 22:28:42.521 INFO O| Aug 12 22:28:42.521 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-08-12T22:28:44.527Z[ recovery-image] Aug 12 22:28:42.531 INFO O| Aug 12 22:28:42.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
58862024-08-12T22:28:44.528Z[ recovery-image] Aug 12 22:28:42.531 INFO O| Aug 12 22:28:42.531 INFO STEP 685 (remove_files) COMPLETE
58872024-08-12T22:28:44.528Z[ recovery-image] Aug 12 22:28:42.531 INFO O| Aug 12 22:28:42.531 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-08-12T22:28:44.536Z[ recovery-image] Aug 12 22:28:42.540 INFO O| Aug 12 22:28:42.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
58892024-08-12T22:28:44.536Z[ recovery-image] Aug 12 22:28:42.540 INFO O| Aug 12 22:28:42.540 INFO STEP 686 (remove_files) COMPLETE
58902024-08-12T22:28:44.536Z[ recovery-image] Aug 12 22:28:42.540 INFO O| Aug 12 22:28:42.540 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-08-12T22:28:44.546Z[ recovery-image] Aug 12 22:28:42.550 INFO O| Aug 12 22:28:42.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
58922024-08-12T22:28:44.546Z[ recovery-image] Aug 12 22:28:42.550 INFO O| Aug 12 22:28:42.550 INFO STEP 687 (remove_files) COMPLETE
58932024-08-12T22:28:44.548Z[ recovery-image] Aug 12 22:28:42.550 INFO O| Aug 12 22:28:42.550 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-08-12T22:28:44.555Z[ recovery-image] Aug 12 22:28:42.559 INFO O| Aug 12 22:28:42.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
58952024-08-12T22:28:44.558Z[ recovery-image] Aug 12 22:28:42.559 INFO O| Aug 12 22:28:42.559 INFO STEP 688 (remove_files) COMPLETE
58962024-08-12T22:28:44.558Z[ recovery-image] Aug 12 22:28:42.559 INFO O| Aug 12 22:28:42.559 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-08-12T22:28:44.564Z[ recovery-image] Aug 12 22:28:42.569 INFO O| Aug 12 22:28:42.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
58982024-08-12T22:28:44.564Z[ recovery-image] Aug 12 22:28:42.569 INFO O| Aug 12 22:28:42.569 INFO STEP 689 (remove_files) COMPLETE
58992024-08-12T22:28:44.564Z[ recovery-image] Aug 12 22:28:42.569 INFO O| Aug 12 22:28:42.569 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-08-12T22:28:44.574Z[ recovery-image] Aug 12 22:28:42.578 INFO O| Aug 12 22:28:42.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59012024-08-12T22:28:44.574Z[ recovery-image] Aug 12 22:28:42.578 INFO O| Aug 12 22:28:42.578 INFO STEP 690 (remove_files) COMPLETE
59022024-08-12T22:28:44.574Z[ recovery-image] Aug 12 22:28:42.578 INFO O| Aug 12 22:28:42.578 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-08-12T22:28:44.584Z[ recovery-image] Aug 12 22:28:42.588 INFO O| Aug 12 22:28:42.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59042024-08-12T22:28:44.584Z[ recovery-image] Aug 12 22:28:42.588 INFO O| Aug 12 22:28:42.588 INFO STEP 691 (remove_files) COMPLETE
59052024-08-12T22:28:44.587Z[ recovery-image] Aug 12 22:28:42.588 INFO O| Aug 12 22:28:42.588 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-08-12T22:28:44.593Z[ recovery-image] Aug 12 22:28:42.597 INFO O| Aug 12 22:28:42.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59072024-08-12T22:28:44.593Z[ recovery-image] Aug 12 22:28:42.597 INFO O| Aug 12 22:28:42.597 INFO STEP 692 (remove_files) COMPLETE
59082024-08-12T22:28:44.593Z[ recovery-image] Aug 12 22:28:42.597 INFO O| Aug 12 22:28:42.597 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-08-12T22:28:44.603Z[ recovery-image] Aug 12 22:28:42.607 INFO O| Aug 12 22:28:42.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59102024-08-12T22:28:44.603Z[ recovery-image] Aug 12 22:28:42.607 INFO O| Aug 12 22:28:42.607 INFO STEP 693 (remove_files) COMPLETE
59112024-08-12T22:28:44.606Z[ recovery-image] Aug 12 22:28:42.607 INFO O| Aug 12 22:28:42.607 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-08-12T22:28:44.613Z[ recovery-image] Aug 12 22:28:42.617 INFO O| Aug 12 22:28:42.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59132024-08-12T22:28:44.616Z[ recovery-image] Aug 12 22:28:42.617 INFO O| Aug 12 22:28:42.617 INFO STEP 694 (remove_files) COMPLETE
59142024-08-12T22:28:44.616Z[ recovery-image] Aug 12 22:28:42.617 INFO O| Aug 12 22:28:42.617 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-08-12T22:28:44.622Z[ recovery-image] Aug 12 22:28:42.626 INFO O| Aug 12 22:28:42.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59162024-08-12T22:28:44.622Z[ recovery-image] Aug 12 22:28:42.626 INFO O| Aug 12 22:28:42.626 INFO STEP 695 (remove_files) COMPLETE
59172024-08-12T22:28:44.625Z[ recovery-image] Aug 12 22:28:42.626 INFO O| Aug 12 22:28:42.626 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-08-12T22:28:44.632Z[ recovery-image] Aug 12 22:28:42.636 INFO O| Aug 12 22:28:42.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59192024-08-12T22:28:44.632Z[ recovery-image] Aug 12 22:28:42.636 INFO O| Aug 12 22:28:42.636 INFO STEP 696 (remove_files) COMPLETE
59202024-08-12T22:28:44.632Z[ recovery-image] Aug 12 22:28:42.636 INFO O| Aug 12 22:28:42.636 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-08-12T22:28:44.641Z[ recovery-image] Aug 12 22:28:42.645 INFO O| Aug 12 22:28:42.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59222024-08-12T22:28:44.644Z[ recovery-image] Aug 12 22:28:42.646 INFO O| Aug 12 22:28:42.646 INFO STEP 697 (remove_files) COMPLETE
59232024-08-12T22:28:44.644Z[ recovery-image] Aug 12 22:28:42.646 INFO O| Aug 12 22:28:42.646 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-08-12T22:28:44.652Z[ recovery-image] Aug 12 22:28:42.656 INFO O| Aug 12 22:28:42.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59252024-08-12T22:28:44.654Z[ recovery-image] Aug 12 22:28:42.656 INFO O| Aug 12 22:28:42.656 INFO STEP 698 (remove_files) COMPLETE
59262024-08-12T22:28:44.654Z[ recovery-image] Aug 12 22:28:42.656 INFO O| Aug 12 22:28:42.656 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-08-12T22:28:44.661Z[ recovery-image] Aug 12 22:28:42.665 INFO O| Aug 12 22:28:42.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59282024-08-12T22:28:44.661Z[ recovery-image] Aug 12 22:28:42.665 INFO O| Aug 12 22:28:42.665 INFO STEP 699 (remove_files) COMPLETE
59292024-08-12T22:28:44.664Z[ recovery-image] Aug 12 22:28:42.665 INFO O| Aug 12 22:28:42.665 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-08-12T22:28:44.671Z[ recovery-image] Aug 12 22:28:42.675 INFO O| Aug 12 22:28:42.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59312024-08-12T22:28:44.673Z[ recovery-image] Aug 12 22:28:42.675 INFO O| Aug 12 22:28:42.675 INFO STEP 700 (remove_files) COMPLETE
59322024-08-12T22:28:44.673Z[ recovery-image] Aug 12 22:28:42.675 INFO O| Aug 12 22:28:42.675 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-08-12T22:28:44.680Z[ recovery-image] Aug 12 22:28:42.684 INFO O| Aug 12 22:28:42.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59342024-08-12T22:28:44.680Z[ recovery-image] Aug 12 22:28:42.684 INFO O| Aug 12 22:28:42.684 INFO STEP 701 (remove_files) COMPLETE
59352024-08-12T22:28:44.683Z[ recovery-image] Aug 12 22:28:42.685 INFO O| Aug 12 22:28:42.684 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-08-12T22:28:44.690Z[ recovery-image] Aug 12 22:28:42.694 INFO O| Aug 12 22:28:42.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59372024-08-12T22:28:44.690Z[ recovery-image] Aug 12 22:28:42.694 INFO O| Aug 12 22:28:42.694 INFO STEP 702 (remove_files) COMPLETE
59382024-08-12T22:28:44.692Z[ recovery-image] Aug 12 22:28:42.694 INFO O| Aug 12 22:28:42.694 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-08-12T22:28:44.699Z[ recovery-image] Aug 12 22:28:42.703 INFO O| Aug 12 22:28:42.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59402024-08-12T22:28:44.699Z[ recovery-image] Aug 12 22:28:42.704 INFO O| Aug 12 22:28:42.703 INFO STEP 703 (remove_files) COMPLETE
59412024-08-12T22:28:44.699Z[ recovery-image] Aug 12 22:28:42.704 INFO O| Aug 12 22:28:42.704 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-08-12T22:28:44.709Z[ recovery-image] Aug 12 22:28:42.713 INFO O| Aug 12 22:28:42.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59432024-08-12T22:28:44.712Z[ recovery-image] Aug 12 22:28:42.713 INFO O| Aug 12 22:28:42.713 INFO STEP 704 (remove_files) COMPLETE
59442024-08-12T22:28:44.712Z[ recovery-image] Aug 12 22:28:42.713 INFO O| Aug 12 22:28:42.713 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-08-12T22:28:44.718Z[ recovery-image] Aug 12 22:28:42.722 INFO O| Aug 12 22:28:42.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59462024-08-12T22:28:44.718Z[ recovery-image] Aug 12 22:28:42.723 INFO O| Aug 12 22:28:42.723 INFO STEP 705 (remove_files) COMPLETE
59472024-08-12T22:28:44.721Z[ recovery-image] Aug 12 22:28:42.723 INFO O| Aug 12 22:28:42.723 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-08-12T22:28:44.728Z[ recovery-image] Aug 12 22:28:42.732 INFO O| Aug 12 22:28:42.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
59492024-08-12T22:28:44.731Z[ recovery-image] Aug 12 22:28:42.732 INFO O| Aug 12 22:28:42.732 INFO STEP 706 (remove_files) COMPLETE
59502024-08-12T22:28:44.731Z[ recovery-image] Aug 12 22:28:42.732 INFO O| Aug 12 22:28:42.732 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-08-12T22:28:44.737Z[ recovery-image] Aug 12 22:28:42.741 INFO O| Aug 12 22:28:42.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
59522024-08-12T22:28:44.737Z[ recovery-image] Aug 12 22:28:42.742 INFO O| Aug 12 22:28:42.742 INFO STEP 707 (remove_files) COMPLETE
59532024-08-12T22:28:44.740Z[ recovery-image] Aug 12 22:28:42.742 INFO O| Aug 12 22:28:42.742 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-08-12T22:28:44.747Z[ recovery-image] Aug 12 22:28:42.751 INFO O| Aug 12 22:28:42.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
59552024-08-12T22:28:44.747Z[ recovery-image] Aug 12 22:28:42.751 INFO O| Aug 12 22:28:42.751 INFO STEP 708 (remove_files) COMPLETE
59562024-08-12T22:28:44.750Z[ recovery-image] Aug 12 22:28:42.751 INFO O| Aug 12 22:28:42.751 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-08-12T22:28:44.757Z[ recovery-image] Aug 12 22:28:42.761 INFO O| Aug 12 22:28:42.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
59582024-08-12T22:28:44.759Z[ recovery-image] Aug 12 22:28:42.761 INFO O| Aug 12 22:28:42.761 INFO STEP 709 (remove_files) COMPLETE
59592024-08-12T22:28:44.759Z[ recovery-image] Aug 12 22:28:42.761 INFO O| Aug 12 22:28:42.761 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-08-12T22:28:44.766Z[ recovery-image] Aug 12 22:28:42.770 INFO O| Aug 12 22:28:42.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
59612024-08-12T22:28:44.766Z[ recovery-image] Aug 12 22:28:42.770 INFO O| Aug 12 22:28:42.770 INFO STEP 710 (remove_files) COMPLETE
59622024-08-12T22:28:44.769Z[ recovery-image] Aug 12 22:28:42.770 INFO O| Aug 12 22:28:42.770 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-08-12T22:28:44.776Z[ recovery-image] Aug 12 22:28:42.780 INFO O| Aug 12 22:28:42.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
59642024-08-12T22:28:44.776Z[ recovery-image] Aug 12 22:28:42.780 INFO O| Aug 12 22:28:42.780 INFO STEP 711 (remove_files) COMPLETE
59652024-08-12T22:28:44.778Z[ recovery-image] Aug 12 22:28:42.780 INFO O| Aug 12 22:28:42.780 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-08-12T22:28:44.785Z[ recovery-image] Aug 12 22:28:42.789 INFO O| Aug 12 22:28:42.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
59672024-08-12T22:28:44.785Z[ recovery-image] Aug 12 22:28:42.789 INFO O| Aug 12 22:28:42.789 INFO STEP 712 (remove_files) COMPLETE
59682024-08-12T22:28:44.787Z[ recovery-image] Aug 12 22:28:42.789 INFO O| Aug 12 22:28:42.789 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-08-12T22:28:44.794Z[ recovery-image] Aug 12 22:28:42.798 INFO O| Aug 12 22:28:42.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
59702024-08-12T22:28:44.797Z[ recovery-image] Aug 12 22:28:42.798 INFO O| Aug 12 22:28:42.798 INFO STEP 713 (remove_files) COMPLETE
59712024-08-12T22:28:44.797Z[ recovery-image] Aug 12 22:28:42.798 INFO O| Aug 12 22:28:42.798 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-08-12T22:28:44.804Z[ recovery-image] Aug 12 22:28:42.808 INFO O| Aug 12 22:28:42.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
59732024-08-12T22:28:44.807Z[ recovery-image] Aug 12 22:28:42.808 INFO O| Aug 12 22:28:42.808 INFO STEP 714 (remove_files) COMPLETE
59742024-08-12T22:28:44.807Z[ recovery-image] Aug 12 22:28:42.808 INFO O| Aug 12 22:28:42.808 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-08-12T22:28:44.813Z[ recovery-image] Aug 12 22:28:42.818 INFO O| Aug 12 22:28:42.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
59762024-08-12T22:28:44.816Z[ recovery-image] Aug 12 22:28:42.818 INFO O| Aug 12 22:28:42.818 INFO STEP 715 (remove_files) COMPLETE
59772024-08-12T22:28:44.816Z[ recovery-image] Aug 12 22:28:42.818 INFO O| Aug 12 22:28:42.818 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-08-12T22:28:44.823Z[ recovery-image] Aug 12 22:28:42.827 INFO O| Aug 12 22:28:42.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
59792024-08-12T22:28:44.823Z[ recovery-image] Aug 12 22:28:42.827 INFO O| Aug 12 22:28:42.827 INFO STEP 716 (remove_files) COMPLETE
59802024-08-12T22:28:44.826Z[ recovery-image] Aug 12 22:28:42.827 INFO O| Aug 12 22:28:42.827 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-08-12T22:28:44.832Z[ recovery-image] Aug 12 22:28:42.836 INFO O| Aug 12 22:28:42.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
59822024-08-12T22:28:44.835Z[ recovery-image] Aug 12 22:28:42.837 INFO O| Aug 12 22:28:42.836 INFO STEP 717 (remove_files) COMPLETE
59832024-08-12T22:28:44.835Z[ recovery-image] Aug 12 22:28:42.837 INFO O| Aug 12 22:28:42.836 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-08-12T22:28:44.842Z[ recovery-image] Aug 12 22:28:42.846 INFO O| Aug 12 22:28:42.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
59852024-08-12T22:28:44.845Z[ recovery-image] Aug 12 22:28:42.846 INFO O| Aug 12 22:28:42.846 INFO STEP 718 (remove_files) COMPLETE
59862024-08-12T22:28:44.845Z[ recovery-image] Aug 12 22:28:42.846 INFO O| Aug 12 22:28:42.846 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-08-12T22:28:44.852Z[ recovery-image] Aug 12 22:28:42.856 INFO O| Aug 12 22:28:42.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
59882024-08-12T22:28:44.852Z[ recovery-image] Aug 12 22:28:42.856 INFO O| Aug 12 22:28:42.856 INFO STEP 719 (remove_files) COMPLETE
59892024-08-12T22:28:44.854Z[ recovery-image] Aug 12 22:28:42.856 INFO O| Aug 12 22:28:42.856 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-08-12T22:28:44.862Z[ recovery-image] Aug 12 22:28:42.865 INFO O| Aug 12 22:28:42.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
59912024-08-12T22:28:44.865Z[ recovery-image] Aug 12 22:28:42.865 INFO O| Aug 12 22:28:42.865 INFO STEP 720 (remove_files) COMPLETE
59922024-08-12T22:28:44.865Z[ recovery-image] Aug 12 22:28:42.865 INFO O| Aug 12 22:28:42.865 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-08-12T22:28:44.873Z[ recovery-image] Aug 12 22:28:42.877 INFO O| Aug 12 22:28:42.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
59942024-08-12T22:28:44.873Z[ recovery-image] Aug 12 22:28:42.877 INFO O| Aug 12 22:28:42.877 INFO STEP 721 (remove_files) COMPLETE
59952024-08-12T22:28:44.875Z[ recovery-image] Aug 12 22:28:42.877 INFO O| Aug 12 22:28:42.877 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-08-12T22:28:44.885Z[ recovery-image] Aug 12 22:28:42.889 INFO O| Aug 12 22:28:42.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
59972024-08-12T22:28:44.885Z[ recovery-image] Aug 12 22:28:42.889 INFO O| Aug 12 22:28:42.889 INFO STEP 722 (remove_files) COMPLETE
59982024-08-12T22:28:44.887Z[ recovery-image] Aug 12 22:28:42.889 INFO O| Aug 12 22:28:42.889 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-08-12T22:28:44.896Z[ recovery-image] Aug 12 22:28:42.899 INFO O| Aug 12 22:28:42.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60002024-08-12T22:28:44.896Z[ recovery-image] Aug 12 22:28:42.899 INFO O| Aug 12 22:28:42.899 INFO STEP 723 (remove_files) COMPLETE
60012024-08-12T22:28:44.896Z[ recovery-image] Aug 12 22:28:42.899 INFO O| Aug 12 22:28:42.899 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-08-12T22:28:44.905Z[ recovery-image] Aug 12 22:28:42.909 INFO O| Aug 12 22:28:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60032024-08-12T22:28:44.905Z[ recovery-image] Aug 12 22:28:42.909 INFO O| Aug 12 22:28:42.909 INFO STEP 724 (remove_files) COMPLETE
60042024-08-12T22:28:44.908Z[ recovery-image] Aug 12 22:28:42.909 INFO O| Aug 12 22:28:42.909 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-08-12T22:28:44.917Z[ recovery-image] Aug 12 22:28:42.921 INFO O| Aug 12 22:28:42.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60062024-08-12T22:28:44.917Z[ recovery-image] Aug 12 22:28:42.921 INFO O| Aug 12 22:28:42.921 INFO STEP 725 (remove_files) COMPLETE
60072024-08-12T22:28:44.917Z[ recovery-image] Aug 12 22:28:42.921 INFO O| Aug 12 22:28:42.921 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-08-12T22:28:44.929Z[ recovery-image] Aug 12 22:28:42.933 INFO O| Aug 12 22:28:42.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60092024-08-12T22:28:44.932Z[ recovery-image] Aug 12 22:28:42.933 INFO O| Aug 12 22:28:42.933 INFO STEP 726 (remove_files) COMPLETE
60102024-08-12T22:28:44.932Z[ recovery-image] Aug 12 22:28:42.933 INFO O| Aug 12 22:28:42.933 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-08-12T22:28:44.942Z[ recovery-image] Aug 12 22:28:42.946 INFO O| Aug 12 22:28:42.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60122024-08-12T22:28:44.942Z[ recovery-image] Aug 12 22:28:42.946 INFO O| Aug 12 22:28:42.946 INFO STEP 727 (remove_files) COMPLETE
60132024-08-12T22:28:44.945Z[ recovery-image] Aug 12 22:28:42.946 INFO O| Aug 12 22:28:42.946 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-08-12T22:28:44.957Z[ recovery-image] Aug 12 22:28:42.961 INFO O| Aug 12 22:28:42.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60152024-08-12T22:28:44.957Z[ recovery-image] Aug 12 22:28:42.961 INFO O| Aug 12 22:28:42.961 INFO STEP 728 (remove_files) COMPLETE
60162024-08-12T22:28:44.960Z[ recovery-image] Aug 12 22:28:42.961 INFO O| Aug 12 22:28:42.961 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-08-12T22:28:44.967Z[ recovery-image] Aug 12 22:28:42.971 INFO O| Aug 12 22:28:42.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60182024-08-12T22:28:44.967Z[ recovery-image] Aug 12 22:28:42.971 INFO O| Aug 12 22:28:42.971 INFO STEP 729 (remove_files) COMPLETE
60192024-08-12T22:28:44.970Z[ recovery-image] Aug 12 22:28:42.971 INFO O| Aug 12 22:28:42.971 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-08-12T22:28:44.977Z[ recovery-image] Aug 12 22:28:42.981 INFO O| Aug 12 22:28:42.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60212024-08-12T22:28:44.979Z[ recovery-image] Aug 12 22:28:42.981 INFO O| Aug 12 22:28:42.981 INFO STEP 730 (remove_files) COMPLETE
60222024-08-12T22:28:44.979Z[ recovery-image] Aug 12 22:28:42.981 INFO O| Aug 12 22:28:42.981 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-08-12T22:28:44.986Z[ recovery-image] Aug 12 22:28:42.990 INFO O| Aug 12 22:28:42.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60242024-08-12T22:28:44.989Z[ recovery-image] Aug 12 22:28:42.990 INFO O| Aug 12 22:28:42.990 INFO STEP 731 (remove_files) COMPLETE
60252024-08-12T22:28:44.989Z[ recovery-image] Aug 12 22:28:42.991 INFO O| Aug 12 22:28:42.990 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-08-12T22:28:44.996Z[ recovery-image] Aug 12 22:28:43.000 INFO O| Aug 12 22:28:43.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60272024-08-12T22:28:44.996Z[ recovery-image] Aug 12 22:28:43.000 INFO O| Aug 12 22:28:43.000 INFO STEP 732 (remove_files) COMPLETE
60282024-08-12T22:28:44.996Z[ recovery-image] Aug 12 22:28:43.000 INFO O| Aug 12 22:28:43.000 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-08-12T22:28:45.007Z[ recovery-image] Aug 12 22:28:43.011 INFO O| Aug 12 22:28:43.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60302024-08-12T22:28:45.007Z[ recovery-image] Aug 12 22:28:43.011 INFO O| Aug 12 22:28:43.011 INFO STEP 733 (remove_files) COMPLETE
60312024-08-12T22:28:45.010Z[ recovery-image] Aug 12 22:28:43.011 INFO O| Aug 12 22:28:43.011 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-08-12T22:28:45.018Z[ recovery-image] Aug 12 22:28:43.022 INFO O| Aug 12 22:28:43.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60332024-08-12T22:28:45.018Z[ recovery-image] Aug 12 22:28:43.022 INFO O| Aug 12 22:28:43.022 INFO STEP 734 (remove_files) COMPLETE
60342024-08-12T22:28:45.021Z[ recovery-image] Aug 12 22:28:43.022 INFO O| Aug 12 22:28:43.022 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-08-12T22:28:45.027Z[ recovery-image] Aug 12 22:28:43.031 INFO O| Aug 12 22:28:43.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60362024-08-12T22:28:45.027Z[ recovery-image] Aug 12 22:28:43.031 INFO O| Aug 12 22:28:43.031 INFO STEP 735 (remove_files) COMPLETE
60372024-08-12T22:28:45.030Z[ recovery-image] Aug 12 22:28:43.031 INFO O| Aug 12 22:28:43.031 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-08-12T22:28:45.037Z[ recovery-image] Aug 12 22:28:43.041 INFO O| Aug 12 22:28:43.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60392024-08-12T22:28:45.039Z[ recovery-image] Aug 12 22:28:43.041 INFO O| Aug 12 22:28:43.041 INFO STEP 736 (remove_files) COMPLETE
60402024-08-12T22:28:45.039Z[ recovery-image] Aug 12 22:28:43.041 INFO O| Aug 12 22:28:43.041 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-08-12T22:28:45.046Z[ recovery-image] Aug 12 22:28:43.050 INFO O| Aug 12 22:28:43.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60422024-08-12T22:28:45.049Z[ recovery-image] Aug 12 22:28:43.051 INFO O| Aug 12 22:28:43.051 INFO STEP 737 (remove_files) COMPLETE
60432024-08-12T22:28:45.049Z[ recovery-image] Aug 12 22:28:43.051 INFO O| Aug 12 22:28:43.051 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-08-12T22:28:45.056Z[ recovery-image] Aug 12 22:28:43.060 INFO O| Aug 12 22:28:43.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60452024-08-12T22:28:45.056Z[ recovery-image] Aug 12 22:28:43.060 INFO O| Aug 12 22:28:43.060 INFO STEP 738 (remove_files) COMPLETE
60462024-08-12T22:28:45.059Z[ recovery-image] Aug 12 22:28:43.060 INFO O| Aug 12 22:28:43.060 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-08-12T22:28:45.068Z[ recovery-image] Aug 12 22:28:43.069 INFO O| Aug 12 22:28:43.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60482024-08-12T22:28:45.071Z[ recovery-image] Aug 12 22:28:43.070 INFO O| Aug 12 22:28:43.070 INFO STEP 739 (remove_files) COMPLETE
60492024-08-12T22:28:45.071Z[ recovery-image] Aug 12 22:28:43.070 INFO O| Aug 12 22:28:43.070 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-08-12T22:28:45.076Z[ recovery-image] Aug 12 22:28:43.079 INFO O| Aug 12 22:28:43.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
60512024-08-12T22:28:45.080Z[ recovery-image] Aug 12 22:28:43.079 INFO O| Aug 12 22:28:43.079 INFO STEP 740 (remove_files) COMPLETE
60522024-08-12T22:28:45.080Z[ recovery-image] Aug 12 22:28:43.079 INFO O| Aug 12 22:28:43.079 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-08-12T22:28:45.084Z[ recovery-image] Aug 12 22:28:43.088 INFO O| Aug 12 22:28:43.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
60542024-08-12T22:28:45.087Z[ recovery-image] Aug 12 22:28:43.089 INFO O| Aug 12 22:28:43.089 INFO STEP 741 (remove_files) COMPLETE
60552024-08-12T22:28:45.087Z[ recovery-image] Aug 12 22:28:43.089 INFO O| Aug 12 22:28:43.089 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-08-12T22:28:45.094Z[ recovery-image] Aug 12 22:28:43.098 INFO O| Aug 12 22:28:43.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
60572024-08-12T22:28:45.097Z[ recovery-image] Aug 12 22:28:43.098 INFO O| Aug 12 22:28:43.098 INFO STEP 742 (remove_files) COMPLETE
60582024-08-12T22:28:45.097Z[ recovery-image] Aug 12 22:28:43.098 INFO O| Aug 12 22:28:43.098 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-08-12T22:28:45.103Z[ recovery-image] Aug 12 22:28:43.107 INFO O| Aug 12 22:28:43.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
60602024-08-12T22:28:45.106Z[ recovery-image] Aug 12 22:28:43.107 INFO O| Aug 12 22:28:43.107 INFO STEP 743 (remove_files) COMPLETE
60612024-08-12T22:28:45.106Z[ recovery-image] Aug 12 22:28:43.107 INFO O| Aug 12 22:28:43.107 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-08-12T22:28:45.113Z[ recovery-image] Aug 12 22:28:43.117 INFO O| Aug 12 22:28:43.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
60632024-08-12T22:28:45.113Z[ recovery-image] Aug 12 22:28:43.117 INFO O| Aug 12 22:28:43.117 INFO STEP 744 (remove_files) COMPLETE
60642024-08-12T22:28:45.113Z[ recovery-image] Aug 12 22:28:43.117 INFO O| Aug 12 22:28:43.117 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-08-12T22:28:45.123Z[ recovery-image] Aug 12 22:28:43.127 INFO O| Aug 12 22:28:43.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
60662024-08-12T22:28:45.123Z[ recovery-image] Aug 12 22:28:43.127 INFO O| Aug 12 22:28:43.127 INFO STEP 745 (remove_files) COMPLETE
60672024-08-12T22:28:45.128Z[ recovery-image] Aug 12 22:28:43.127 INFO O| Aug 12 22:28:43.127 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-08-12T22:28:45.133Z[ recovery-image] Aug 12 22:28:43.137 INFO O| Aug 12 22:28:43.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
60692024-08-12T22:28:45.135Z[ recovery-image] Aug 12 22:28:43.137 INFO O| Aug 12 22:28:43.137 INFO STEP 746 (remove_files) COMPLETE
60702024-08-12T22:28:45.135Z[ recovery-image] Aug 12 22:28:43.137 INFO O| Aug 12 22:28:43.137 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-08-12T22:28:45.142Z[ recovery-image] Aug 12 22:28:43.146 INFO O| Aug 12 22:28:43.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
60722024-08-12T22:28:45.142Z[ recovery-image] Aug 12 22:28:43.146 INFO O| Aug 12 22:28:43.146 INFO STEP 747 (remove_files) COMPLETE
60732024-08-12T22:28:45.142Z[ recovery-image] Aug 12 22:28:43.146 INFO O| Aug 12 22:28:43.146 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-08-12T22:28:45.152Z[ recovery-image] Aug 12 22:28:43.156 INFO O| Aug 12 22:28:43.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
60752024-08-12T22:28:45.152Z[ recovery-image] Aug 12 22:28:43.156 INFO O| Aug 12 22:28:43.156 INFO STEP 748 (remove_files) COMPLETE
60762024-08-12T22:28:45.152Z[ recovery-image] Aug 12 22:28:43.156 INFO O| Aug 12 22:28:43.156 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-08-12T22:28:45.161Z[ recovery-image] Aug 12 22:28:43.165 INFO O| Aug 12 22:28:43.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
60782024-08-12T22:28:45.165Z[ recovery-image] Aug 12 22:28:43.165 INFO O| Aug 12 22:28:43.165 INFO STEP 749 (remove_files) COMPLETE
60792024-08-12T22:28:45.165Z[ recovery-image] Aug 12 22:28:43.165 INFO O| Aug 12 22:28:43.165 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-08-12T22:28:45.171Z[ recovery-image] Aug 12 22:28:43.175 INFO O| Aug 12 22:28:43.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
60812024-08-12T22:28:45.174Z[ recovery-image] Aug 12 22:28:43.175 INFO O| Aug 12 22:28:43.175 INFO STEP 750 (remove_files) COMPLETE
60822024-08-12T22:28:45.174Z[ recovery-image] Aug 12 22:28:43.175 INFO O| Aug 12 22:28:43.175 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-08-12T22:28:45.181Z[ recovery-image] Aug 12 22:28:43.184 INFO O| Aug 12 22:28:43.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
60842024-08-12T22:28:45.181Z[ recovery-image] Aug 12 22:28:43.185 INFO O| Aug 12 22:28:43.185 INFO STEP 751 (remove_files) COMPLETE
60852024-08-12T22:28:45.181Z[ recovery-image] Aug 12 22:28:43.185 INFO O| Aug 12 22:28:43.185 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-08-12T22:28:45.190Z[ recovery-image] Aug 12 22:28:43.194 INFO O| Aug 12 22:28:43.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
60872024-08-12T22:28:45.190Z[ recovery-image] Aug 12 22:28:43.194 INFO O| Aug 12 22:28:43.194 INFO STEP 752 (remove_files) COMPLETE
60882024-08-12T22:28:45.193Z[ recovery-image] Aug 12 22:28:43.194 INFO O| Aug 12 22:28:43.194 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-08-12T22:28:45.199Z[ recovery-image] Aug 12 22:28:43.203 INFO O| Aug 12 22:28:43.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
60902024-08-12T22:28:45.199Z[ recovery-image] Aug 12 22:28:43.203 INFO O| Aug 12 22:28:43.203 INFO STEP 753 (remove_files) COMPLETE
60912024-08-12T22:28:45.202Z[ recovery-image] Aug 12 22:28:43.203 INFO O| Aug 12 22:28:43.203 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-08-12T22:28:45.209Z[ recovery-image] Aug 12 22:28:43.213 INFO O| Aug 12 22:28:43.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
60932024-08-12T22:28:45.212Z[ recovery-image] Aug 12 22:28:43.213 INFO O| Aug 12 22:28:43.213 INFO STEP 754 (remove_files) COMPLETE
60942024-08-12T22:28:45.212Z[ recovery-image] Aug 12 22:28:43.213 INFO O| Aug 12 22:28:43.213 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-08-12T22:28:45.218Z[ recovery-image] Aug 12 22:28:43.222 INFO O| Aug 12 22:28:43.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
60962024-08-12T22:28:45.218Z[ recovery-image] Aug 12 22:28:43.222 INFO O| Aug 12 22:28:43.222 INFO STEP 755 (remove_files) COMPLETE
60972024-08-12T22:28:45.218Z[ recovery-image] Aug 12 22:28:43.222 INFO O| Aug 12 22:28:43.222 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-08-12T22:28:45.228Z[ recovery-image] Aug 12 22:28:43.232 INFO O| Aug 12 22:28:43.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
60992024-08-12T22:28:45.230Z[ recovery-image] Aug 12 22:28:43.232 INFO O| Aug 12 22:28:43.232 INFO STEP 756 (remove_files) COMPLETE
61002024-08-12T22:28:45.231Z[ recovery-image] Aug 12 22:28:43.232 INFO O| Aug 12 22:28:43.232 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-08-12T22:28:45.237Z[ recovery-image] Aug 12 22:28:43.241 INFO O| Aug 12 22:28:43.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61022024-08-12T22:28:45.240Z[ recovery-image] Aug 12 22:28:43.242 INFO O| Aug 12 22:28:43.242 INFO STEP 757 (remove_files) COMPLETE
61032024-08-12T22:28:45.240Z[ recovery-image] Aug 12 22:28:43.242 INFO O| Aug 12 22:28:43.242 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-08-12T22:28:45.248Z[ recovery-image] Aug 12 22:28:43.252 INFO O| Aug 12 22:28:43.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61052024-08-12T22:28:45.251Z[ recovery-image] Aug 12 22:28:43.252 INFO O| Aug 12 22:28:43.252 INFO STEP 758 (remove_files) COMPLETE
61062024-08-12T22:28:45.251Z[ recovery-image] Aug 12 22:28:43.252 INFO O| Aug 12 22:28:43.252 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-08-12T22:28:45.257Z[ recovery-image] Aug 12 22:28:43.261 INFO O| Aug 12 22:28:43.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61082024-08-12T22:28:45.260Z[ recovery-image] Aug 12 22:28:43.261 INFO O| Aug 12 22:28:43.261 INFO STEP 759 (remove_files) COMPLETE
61092024-08-12T22:28:45.260Z[ recovery-image] Aug 12 22:28:43.261 INFO O| Aug 12 22:28:43.261 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-08-12T22:28:45.267Z[ recovery-image] Aug 12 22:28:43.271 INFO O| Aug 12 22:28:43.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61112024-08-12T22:28:45.269Z[ recovery-image] Aug 12 22:28:43.271 INFO O| Aug 12 22:28:43.271 INFO STEP 760 (remove_files) COMPLETE
61122024-08-12T22:28:45.269Z[ recovery-image] Aug 12 22:28:43.271 INFO O| Aug 12 22:28:43.271 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-08-12T22:28:45.276Z[ recovery-image] Aug 12 22:28:43.280 INFO O| Aug 12 22:28:43.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61142024-08-12T22:28:45.276Z[ recovery-image] Aug 12 22:28:43.280 INFO O| Aug 12 22:28:43.280 INFO STEP 761 (remove_files) COMPLETE
61152024-08-12T22:28:45.276Z[ recovery-image] Aug 12 22:28:43.280 INFO O| Aug 12 22:28:43.280 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-08-12T22:28:45.286Z[ recovery-image] Aug 12 22:28:43.290 INFO O| Aug 12 22:28:43.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61172024-08-12T22:28:45.286Z[ recovery-image] Aug 12 22:28:43.290 INFO O| Aug 12 22:28:43.290 INFO STEP 762 (remove_files) COMPLETE
61182024-08-12T22:28:45.288Z[ recovery-image] Aug 12 22:28:43.290 INFO O| Aug 12 22:28:43.290 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-08-12T22:28:45.296Z[ recovery-image] Aug 12 22:28:43.299 INFO O| Aug 12 22:28:43.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61202024-08-12T22:28:45.296Z[ recovery-image] Aug 12 22:28:43.299 INFO O| Aug 12 22:28:43.299 INFO STEP 763 (remove_files) COMPLETE
61212024-08-12T22:28:45.296Z[ recovery-image] Aug 12 22:28:43.299 INFO O| Aug 12 22:28:43.299 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-08-12T22:28:45.304Z[ recovery-image] Aug 12 22:28:43.308 INFO O| Aug 12 22:28:43.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61232024-08-12T22:28:45.307Z[ recovery-image] Aug 12 22:28:43.309 INFO O| Aug 12 22:28:43.309 INFO STEP 764 (remove_files) COMPLETE
61242024-08-12T22:28:45.307Z[ recovery-image] Aug 12 22:28:43.309 INFO O| Aug 12 22:28:43.309 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-08-12T22:28:45.314Z[ recovery-image] Aug 12 22:28:43.318 INFO O| Aug 12 22:28:43.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61262024-08-12T22:28:45.314Z[ recovery-image] Aug 12 22:28:43.318 INFO O| Aug 12 22:28:43.318 INFO STEP 765 (remove_files) COMPLETE
61272024-08-12T22:28:45.314Z[ recovery-image] Aug 12 22:28:43.318 INFO O| Aug 12 22:28:43.318 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-08-12T22:28:45.324Z[ recovery-image] Aug 12 22:28:43.328 INFO O| Aug 12 22:28:43.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61292024-08-12T22:28:45.324Z[ recovery-image] Aug 12 22:28:43.328 INFO O| Aug 12 22:28:43.328 INFO STEP 766 (remove_files) COMPLETE
61302024-08-12T22:28:45.326Z[ recovery-image] Aug 12 22:28:43.328 INFO O| Aug 12 22:28:43.328 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-08-12T22:28:45.333Z[ recovery-image] Aug 12 22:28:43.337 INFO O| Aug 12 22:28:43.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61322024-08-12T22:28:45.333Z[ recovery-image] Aug 12 22:28:43.337 INFO O| Aug 12 22:28:43.337 INFO STEP 767 (remove_files) COMPLETE
61332024-08-12T22:28:45.333Z[ recovery-image] Aug 12 22:28:43.337 INFO O| Aug 12 22:28:43.337 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-08-12T22:28:45.343Z[ recovery-image] Aug 12 22:28:43.347 INFO O| Aug 12 22:28:43.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61352024-08-12T22:28:45.343Z[ recovery-image] Aug 12 22:28:43.347 INFO O| Aug 12 22:28:43.347 INFO STEP 768 (remove_files) COMPLETE
61362024-08-12T22:28:45.346Z[ recovery-image] Aug 12 22:28:43.347 INFO O| Aug 12 22:28:43.347 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-08-12T22:28:45.352Z[ recovery-image] Aug 12 22:28:43.356 INFO O| Aug 12 22:28:43.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61382024-08-12T22:28:45.355Z[ recovery-image] Aug 12 22:28:43.356 INFO O| Aug 12 22:28:43.356 INFO STEP 769 (remove_files) COMPLETE
61392024-08-12T22:28:45.355Z[ recovery-image] Aug 12 22:28:43.356 INFO O| Aug 12 22:28:43.356 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-08-12T22:28:45.362Z[ recovery-image] Aug 12 22:28:43.366 INFO O| Aug 12 22:28:43.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61412024-08-12T22:28:45.365Z[ recovery-image] Aug 12 22:28:43.366 INFO O| Aug 12 22:28:43.366 INFO STEP 770 (remove_files) COMPLETE
61422024-08-12T22:28:45.365Z[ recovery-image] Aug 12 22:28:43.366 INFO O| Aug 12 22:28:43.366 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-08-12T22:28:45.371Z[ recovery-image] Aug 12 22:28:43.375 INFO O| Aug 12 22:28:43.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61442024-08-12T22:28:45.371Z[ recovery-image] Aug 12 22:28:43.375 INFO O| Aug 12 22:28:43.375 INFO STEP 771 (remove_files) COMPLETE
61452024-08-12T22:28:45.374Z[ recovery-image] Aug 12 22:28:43.375 INFO O| Aug 12 22:28:43.375 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-08-12T22:28:45.381Z[ recovery-image] Aug 12 22:28:43.385 INFO O| Aug 12 22:28:43.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61472024-08-12T22:28:45.381Z[ recovery-image] Aug 12 22:28:43.385 INFO O| Aug 12 22:28:43.385 INFO STEP 772 (remove_files) COMPLETE
61482024-08-12T22:28:45.384Z[ recovery-image] Aug 12 22:28:43.385 INFO O| Aug 12 22:28:43.385 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-08-12T22:28:45.389Z[ host-image] Aug 12 22:28:43.393 INFO O| Aug 12 22:28:43.393 INFO O| Download: Completed 1.39 MB in 1.00 seconds (1.4M/s)
61502024-08-12T22:28:45.392Z[ recovery-image] Aug 12 22:28:43.395 INFO O| Aug 12 22:28:43.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
61512024-08-12T22:28:45.392Z[ recovery-image] Aug 12 22:28:43.395 INFO O| Aug 12 22:28:43.395 INFO STEP 773 (remove_files) COMPLETE
61522024-08-12T22:28:45.392Z[ recovery-image] Aug 12 22:28:43.395 INFO O| Aug 12 22:28:43.395 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-08-12T22:28:45.400Z[ recovery-image] Aug 12 22:28:43.404 INFO O| Aug 12 22:28:43.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
61542024-08-12T22:28:45.400Z[ recovery-image] Aug 12 22:28:43.404 INFO O| Aug 12 22:28:43.404 INFO STEP 774 (remove_files) COMPLETE
61552024-08-12T22:28:45.400Z[ recovery-image] Aug 12 22:28:43.404 INFO O| Aug 12 22:28:43.404 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-08-12T22:28:45.411Z[ recovery-image] Aug 12 22:28:43.415 INFO O| Aug 12 22:28:43.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
61572024-08-12T22:28:45.413Z[ recovery-image] Aug 12 22:28:43.415 INFO O| Aug 12 22:28:43.415 INFO STEP 775 (remove_files) COMPLETE
61582024-08-12T22:28:45.414Z[ recovery-image] Aug 12 22:28:43.415 INFO O| Aug 12 22:28:43.415 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-08-12T22:28:45.416Z[ host-image] Aug 12 22:28:43.418 INFO O| Aug 12 22:28:43.418 INFO O| Actions: 1/238 actions (Installing new actions)
61602024-08-12T22:28:45.421Z[ recovery-image] Aug 12 22:28:43.425 INFO O| Aug 12 22:28:43.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
61612024-08-12T22:28:45.424Z[ recovery-image] Aug 12 22:28:43.425 INFO O| Aug 12 22:28:43.425 INFO STEP 776 (remove_files) COMPLETE
61622024-08-12T22:28:45.424Z[ recovery-image] Aug 12 22:28:43.425 INFO O| Aug 12 22:28:43.425 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-08-12T22:28:45.433Z[ recovery-image] Aug 12 22:28:43.435 INFO O| Aug 12 22:28:43.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
61642024-08-12T22:28:45.434Z[ recovery-image] Aug 12 22:28:43.435 INFO O| Aug 12 22:28:43.435 INFO STEP 777 (remove_files) COMPLETE
61652024-08-12T22:28:45.436Z[ recovery-image] Aug 12 22:28:43.435 INFO O| Aug 12 22:28:43.435 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-08-12T22:28:45.441Z[ recovery-image] Aug 12 22:28:43.445 INFO O| Aug 12 22:28:43.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
61672024-08-12T22:28:45.444Z[ recovery-image] Aug 12 22:28:43.445 INFO O| Aug 12 22:28:43.445 INFO STEP 778 (remove_files) COMPLETE
61682024-08-12T22:28:45.444Z[ recovery-image] Aug 12 22:28:43.445 INFO O| Aug 12 22:28:43.445 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-08-12T22:28:45.451Z[ recovery-image] Aug 12 22:28:43.455 INFO O| Aug 12 22:28:43.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
61702024-08-12T22:28:45.451Z[ recovery-image] Aug 12 22:28:43.455 INFO O| Aug 12 22:28:43.455 INFO STEP 779 (remove_files) COMPLETE
61712024-08-12T22:28:45.451Z[ recovery-image] Aug 12 22:28:43.455 INFO O| Aug 12 22:28:43.455 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-08-12T22:28:45.460Z[ recovery-image] Aug 12 22:28:43.464 INFO O| Aug 12 22:28:43.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
61732024-08-12T22:28:45.460Z[ recovery-image] Aug 12 22:28:43.464 INFO O| Aug 12 22:28:43.464 INFO STEP 780 (remove_files) COMPLETE
61742024-08-12T22:28:45.464Z[ recovery-image] Aug 12 22:28:43.464 INFO O| Aug 12 22:28:43.464 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-08-12T22:28:45.471Z[ recovery-image] Aug 12 22:28:43.474 INFO O| Aug 12 22:28:43.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
61762024-08-12T22:28:45.471Z[ recovery-image] Aug 12 22:28:43.474 INFO O| Aug 12 22:28:43.474 INFO STEP 781 (remove_files) COMPLETE
61772024-08-12T22:28:45.474Z[ recovery-image] Aug 12 22:28:43.474 INFO O| Aug 12 22:28:43.474 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-08-12T22:28:45.480Z[ recovery-image] Aug 12 22:28:43.484 INFO O| Aug 12 22:28:43.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
61792024-08-12T22:28:45.480Z[ recovery-image] Aug 12 22:28:43.484 INFO O| Aug 12 22:28:43.484 INFO STEP 782 (remove_files) COMPLETE
61802024-08-12T22:28:45.480Z[ recovery-image] Aug 12 22:28:43.484 INFO O| Aug 12 22:28:43.484 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-08-12T22:28:45.490Z[ recovery-image] Aug 12 22:28:43.494 INFO O| Aug 12 22:28:43.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
61822024-08-12T22:28:45.490Z[ recovery-image] Aug 12 22:28:43.494 INFO O| Aug 12 22:28:43.494 INFO STEP 783 (remove_files) COMPLETE
61832024-08-12T22:28:45.490Z[ recovery-image] Aug 12 22:28:43.494 INFO O| Aug 12 22:28:43.494 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-08-12T22:28:45.501Z[ recovery-image] Aug 12 22:28:43.505 INFO O| Aug 12 22:28:43.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
61852024-08-12T22:28:45.501Z[ recovery-image] Aug 12 22:28:43.505 INFO O| Aug 12 22:28:43.505 INFO STEP 784 (remove_files) COMPLETE
61862024-08-12T22:28:45.504Z[ recovery-image] Aug 12 22:28:43.505 INFO O| Aug 12 22:28:43.505 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-08-12T22:28:45.511Z[ recovery-image] Aug 12 22:28:43.515 INFO O| Aug 12 22:28:43.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
61882024-08-12T22:28:45.511Z[ recovery-image] Aug 12 22:28:43.515 INFO O| Aug 12 22:28:43.515 INFO STEP 785 (remove_files) COMPLETE
61892024-08-12T22:28:45.514Z[ recovery-image] Aug 12 22:28:43.515 INFO O| Aug 12 22:28:43.515 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-08-12T22:28:45.520Z[ recovery-image] Aug 12 22:28:43.524 INFO O| Aug 12 22:28:43.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
61912024-08-12T22:28:45.523Z[ recovery-image] Aug 12 22:28:43.524 INFO O| Aug 12 22:28:43.524 INFO STEP 786 (remove_files) COMPLETE
61922024-08-12T22:28:45.523Z[ recovery-image] Aug 12 22:28:43.524 INFO O| Aug 12 22:28:43.524 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-08-12T22:28:45.530Z[ recovery-image] Aug 12 22:28:43.534 INFO O| Aug 12 22:28:43.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
61942024-08-12T22:28:45.530Z[ recovery-image] Aug 12 22:28:43.534 INFO O| Aug 12 22:28:43.534 INFO STEP 787 (remove_files) COMPLETE
61952024-08-12T22:28:45.533Z[ recovery-image] Aug 12 22:28:43.534 INFO O| Aug 12 22:28:43.534 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-08-12T22:28:45.533Z[ host-image] Aug 12 22:28:43.536 INFO O| Aug 12 22:28:43.536 INFO O| Actions: Completed 238 actions in 0.12 seconds.
61972024-08-12T22:28:45.540Z[ recovery-image] Aug 12 22:28:43.544 INFO O| Aug 12 22:28:43.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
61982024-08-12T22:28:45.540Z[ recovery-image] Aug 12 22:28:43.544 INFO O| Aug 12 22:28:43.544 INFO STEP 788 (remove_files) COMPLETE
61992024-08-12T22:28:45.540Z[ recovery-image] Aug 12 22:28:43.544 INFO O| Aug 12 22:28:43.544 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-08-12T22:28:45.550Z[ recovery-image] Aug 12 22:28:43.553 INFO O| Aug 12 22:28:43.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62012024-08-12T22:28:45.552Z[ recovery-image] Aug 12 22:28:43.553 INFO O| Aug 12 22:28:43.553 INFO STEP 789 (remove_files) COMPLETE
62022024-08-12T22:28:45.553Z[ recovery-image] Aug 12 22:28:43.553 INFO O| Aug 12 22:28:43.553 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-08-12T22:28:45.559Z[ recovery-image] Aug 12 22:28:43.563 INFO O| Aug 12 22:28:43.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62042024-08-12T22:28:45.562Z[ recovery-image] Aug 12 22:28:43.563 INFO O| Aug 12 22:28:43.563 INFO STEP 790 (remove_files) COMPLETE
62052024-08-12T22:28:45.562Z[ recovery-image] Aug 12 22:28:43.563 INFO O| Aug 12 22:28:43.563 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-08-12T22:28:45.570Z[ recovery-image] Aug 12 22:28:43.573 INFO O| Aug 12 22:28:43.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62072024-08-12T22:28:45.572Z[ recovery-image] Aug 12 22:28:43.573 INFO O| Aug 12 22:28:43.573 INFO STEP 791 (remove_files) COMPLETE
62082024-08-12T22:28:45.572Z[ recovery-image] Aug 12 22:28:43.573 INFO O| Aug 12 22:28:43.573 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-08-12T22:28:45.579Z[ recovery-image] Aug 12 22:28:43.583 INFO O| Aug 12 22:28:43.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62102024-08-12T22:28:45.580Z[ recovery-image] Aug 12 22:28:43.583 INFO O| Aug 12 22:28:43.583 INFO STEP 792 (remove_files) COMPLETE
62112024-08-12T22:28:45.582Z[ recovery-image] Aug 12 22:28:43.583 INFO O| Aug 12 22:28:43.583 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-08-12T22:28:45.590Z[ recovery-image] Aug 12 22:28:43.593 INFO O| Aug 12 22:28:43.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62132024-08-12T22:28:45.593Z[ recovery-image] Aug 12 22:28:43.593 INFO O| Aug 12 22:28:43.593 INFO STEP 793 (remove_files) COMPLETE
62142024-08-12T22:28:45.593Z[ recovery-image] Aug 12 22:28:43.593 INFO O| Aug 12 22:28:43.593 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-08-12T22:28:45.599Z[ recovery-image] Aug 12 22:28:43.603 INFO O| Aug 12 22:28:43.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62162024-08-12T22:28:45.600Z[ recovery-image] Aug 12 22:28:43.603 INFO O| Aug 12 22:28:43.603 INFO STEP 794 (remove_files) COMPLETE
62172024-08-12T22:28:45.602Z[ recovery-image] Aug 12 22:28:43.603 INFO O| Aug 12 22:28:43.603 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-08-12T22:28:45.610Z[ recovery-image] Aug 12 22:28:43.613 INFO O| Aug 12 22:28:43.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62192024-08-12T22:28:45.610Z[ recovery-image] Aug 12 22:28:43.613 INFO O| Aug 12 22:28:43.613 INFO STEP 795 (remove_files) COMPLETE
62202024-08-12T22:28:45.613Z[ recovery-image] Aug 12 22:28:43.613 INFO O| Aug 12 22:28:43.613 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-08-12T22:28:45.621Z[ recovery-image] Aug 12 22:28:43.623 INFO O| Aug 12 22:28:43.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62222024-08-12T22:28:45.621Z[ recovery-image] Aug 12 22:28:43.623 INFO O| Aug 12 22:28:43.623 INFO STEP 796 (remove_files) COMPLETE
62232024-08-12T22:28:45.623Z[ recovery-image] Aug 12 22:28:43.623 INFO O| Aug 12 22:28:43.623 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-08-12T22:28:45.629Z[ recovery-image] Aug 12 22:28:43.633 INFO O| Aug 12 22:28:43.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62252024-08-12T22:28:45.634Z[ recovery-image] Aug 12 22:28:43.633 INFO O| Aug 12 22:28:43.633 INFO STEP 797 (remove_files) COMPLETE
62262024-08-12T22:28:45.634Z[ recovery-image] Aug 12 22:28:43.633 INFO O| Aug 12 22:28:43.633 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-08-12T22:28:45.640Z[ recovery-image] Aug 12 22:28:43.643 INFO O| Aug 12 22:28:43.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62282024-08-12T22:28:45.643Z[ recovery-image] Aug 12 22:28:43.643 INFO O| Aug 12 22:28:43.643 INFO STEP 798 (remove_files) COMPLETE
62292024-08-12T22:28:45.643Z[ recovery-image] Aug 12 22:28:43.644 INFO O| Aug 12 22:28:43.643 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-08-12T22:28:45.650Z[ recovery-image] Aug 12 22:28:43.654 INFO O| Aug 12 22:28:43.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62312024-08-12T22:28:45.650Z[ recovery-image] Aug 12 22:28:43.654 INFO O| Aug 12 22:28:43.654 INFO STEP 799 (remove_files) COMPLETE
62322024-08-12T22:28:45.650Z[ recovery-image] Aug 12 22:28:43.654 INFO O| Aug 12 22:28:43.654 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-08-12T22:28:45.660Z[ recovery-image] Aug 12 22:28:43.663 INFO O| Aug 12 22:28:43.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62342024-08-12T22:28:45.660Z[ recovery-image] Aug 12 22:28:43.663 INFO O| Aug 12 22:28:43.663 INFO STEP 800 (remove_files) COMPLETE
62352024-08-12T22:28:45.660Z[ recovery-image] Aug 12 22:28:43.664 INFO O| Aug 12 22:28:43.663 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-08-12T22:28:45.670Z[ recovery-image] Aug 12 22:28:43.673 INFO O| Aug 12 22:28:43.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62372024-08-12T22:28:45.670Z[ recovery-image] Aug 12 22:28:43.674 INFO O| Aug 12 22:28:43.674 INFO STEP 801 (remove_files) COMPLETE
62382024-08-12T22:28:45.670Z[ recovery-image] Aug 12 22:28:43.674 INFO O| Aug 12 22:28:43.674 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-08-12T22:28:45.680Z[ recovery-image] Aug 12 22:28:43.684 INFO O| Aug 12 22:28:43.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62402024-08-12T22:28:45.683Z[ recovery-image] Aug 12 22:28:43.684 INFO O| Aug 12 22:28:43.684 INFO STEP 802 (remove_files) COMPLETE
62412024-08-12T22:28:45.683Z[ recovery-image] Aug 12 22:28:43.684 INFO O| Aug 12 22:28:43.684 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-08-12T22:28:45.690Z[ recovery-image] Aug 12 22:28:43.694 INFO O| Aug 12 22:28:43.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62432024-08-12T22:28:45.693Z[ recovery-image] Aug 12 22:28:43.694 INFO O| Aug 12 22:28:43.694 INFO STEP 803 (remove_files) COMPLETE
62442024-08-12T22:28:45.693Z[ recovery-image] Aug 12 22:28:43.694 INFO O| Aug 12 22:28:43.694 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-08-12T22:28:45.693Z[ host-image] Aug 12 22:28:43.696 INFO O| Aug 12 22:28:43.696 INFO O| Done
62462024-08-12T22:28:45.694Z[ host-image] Aug 12 22:28:43.696 INFO O| Aug 12 22:28:43.696 INFO O| Done
62472024-08-12T22:28:45.701Z[ recovery-image] Aug 12 22:28:43.705 INFO O| Aug 12 22:28:43.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62482024-08-12T22:28:45.705Z[ recovery-image] Aug 12 22:28:43.705 INFO O| Aug 12 22:28:43.705 INFO STEP 804 (remove_files) COMPLETE
62492024-08-12T22:28:45.705Z[ recovery-image] Aug 12 22:28:43.705 INFO O| Aug 12 22:28:43.705 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-08-12T22:28:45.711Z[ recovery-image] Aug 12 22:28:43.715 INFO O| Aug 12 22:28:43.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62512024-08-12T22:28:45.711Z[ recovery-image] Aug 12 22:28:43.715 INFO O| Aug 12 22:28:43.715 INFO STEP 805 (remove_files) COMPLETE
62522024-08-12T22:28:45.711Z[ recovery-image] Aug 12 22:28:43.715 INFO O| Aug 12 22:28:43.715 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-08-12T22:28:45.721Z[ recovery-image] Aug 12 22:28:43.725 INFO O| Aug 12 22:28:43.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
62542024-08-12T22:28:45.725Z[ recovery-image] Aug 12 22:28:43.725 INFO O| Aug 12 22:28:43.725 INFO STEP 806 (remove_files) COMPLETE
62552024-08-12T22:28:45.725Z[ recovery-image] Aug 12 22:28:43.725 INFO O| Aug 12 22:28:43.725 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-08-12T22:28:45.731Z[ recovery-image] Aug 12 22:28:43.734 INFO O| Aug 12 22:28:43.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
62572024-08-12T22:28:45.731Z[ recovery-image] Aug 12 22:28:43.734 INFO O| Aug 12 22:28:43.734 INFO STEP 807 (remove_files) COMPLETE
62582024-08-12T22:28:45.733Z[ recovery-image] Aug 12 22:28:43.734 INFO O| Aug 12 22:28:43.734 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-08-12T22:28:45.741Z[ recovery-image] Aug 12 22:28:43.744 INFO O| Aug 12 22:28:43.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
62602024-08-12T22:28:45.741Z[ recovery-image] Aug 12 22:28:43.744 INFO O| Aug 12 22:28:43.744 INFO STEP 808 (remove_files) COMPLETE
62612024-08-12T22:28:45.741Z[ recovery-image] Aug 12 22:28:43.745 INFO O| Aug 12 22:28:43.744 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-08-12T22:28:45.750Z[ recovery-image] Aug 12 22:28:43.754 INFO O| Aug 12 22:28:43.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
62632024-08-12T22:28:45.753Z[ recovery-image] Aug 12 22:28:43.754 INFO O| Aug 12 22:28:43.754 INFO STEP 809 (remove_files) COMPLETE
62642024-08-12T22:28:45.753Z[ recovery-image] Aug 12 22:28:43.754 INFO O| Aug 12 22:28:43.754 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-08-12T22:28:45.760Z[ recovery-image] Aug 12 22:28:43.764 INFO O| Aug 12 22:28:43.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
62662024-08-12T22:28:45.760Z[ recovery-image] Aug 12 22:28:43.764 INFO O| Aug 12 22:28:43.764 INFO STEP 810 (remove_files) COMPLETE
62672024-08-12T22:28:45.763Z[ recovery-image] Aug 12 22:28:43.764 INFO O| Aug 12 22:28:43.764 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-08-12T22:28:45.770Z[ recovery-image] Aug 12 22:28:43.773 INFO O| Aug 12 22:28:43.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
62692024-08-12T22:28:45.772Z[ recovery-image] Aug 12 22:28:43.773 INFO O| Aug 12 22:28:43.773 INFO STEP 811 (remove_files) COMPLETE
62702024-08-12T22:28:45.772Z[ recovery-image] Aug 12 22:28:43.773 INFO O| Aug 12 22:28:43.773 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-08-12T22:28:45.779Z[ recovery-image] Aug 12 22:28:43.783 INFO O| Aug 12 22:28:43.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
62722024-08-12T22:28:45.783Z[ recovery-image] Aug 12 22:28:43.783 INFO O| Aug 12 22:28:43.783 INFO STEP 812 (remove_files) COMPLETE
62732024-08-12T22:28:45.783Z[ recovery-image] Aug 12 22:28:43.783 INFO O| Aug 12 22:28:43.783 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-08-12T22:28:45.789Z[ recovery-image] Aug 12 22:28:43.793 INFO O| Aug 12 22:28:43.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
62752024-08-12T22:28:45.789Z[ recovery-image] Aug 12 22:28:43.793 INFO O| Aug 12 22:28:43.793 INFO STEP 813 (remove_files) COMPLETE
62762024-08-12T22:28:45.792Z[ recovery-image] Aug 12 22:28:43.793 INFO O| Aug 12 22:28:43.793 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-08-12T22:28:45.798Z[ recovery-image] Aug 12 22:28:43.802 INFO O| Aug 12 22:28:43.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
62782024-08-12T22:28:45.801Z[ recovery-image] Aug 12 22:28:43.802 INFO O| Aug 12 22:28:43.802 INFO STEP 814 (remove_files) COMPLETE
62792024-08-12T22:28:45.801Z[ recovery-image] Aug 12 22:28:43.802 INFO O| Aug 12 22:28:43.802 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-08-12T22:28:45.808Z[ recovery-image] Aug 12 22:28:43.812 INFO O| Aug 12 22:28:43.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
62812024-08-12T22:28:45.808Z[ recovery-image] Aug 12 22:28:43.812 INFO O| Aug 12 22:28:43.812 INFO STEP 815 (remove_files) COMPLETE
62822024-08-12T22:28:45.808Z[ recovery-image] Aug 12 22:28:43.812 INFO O| Aug 12 22:28:43.812 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-08-12T22:28:45.818Z[ recovery-image] Aug 12 22:28:43.821 INFO O| Aug 12 22:28:43.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
62842024-08-12T22:28:45.820Z[ recovery-image] Aug 12 22:28:43.821 INFO O| Aug 12 22:28:43.821 INFO STEP 816 (remove_files) COMPLETE
62852024-08-12T22:28:45.821Z[ recovery-image] Aug 12 22:28:43.821 INFO O| Aug 12 22:28:43.821 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-08-12T22:28:45.827Z[ recovery-image] Aug 12 22:28:43.831 INFO O| Aug 12 22:28:43.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
62872024-08-12T22:28:45.830Z[ recovery-image] Aug 12 22:28:43.831 INFO O| Aug 12 22:28:43.831 INFO STEP 817 (remove_files) COMPLETE
62882024-08-12T22:28:45.830Z[ recovery-image] Aug 12 22:28:43.831 INFO O| Aug 12 22:28:43.831 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-08-12T22:28:45.837Z[ recovery-image] Aug 12 22:28:43.840 INFO O| Aug 12 22:28:43.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
62902024-08-12T22:28:45.839Z[ recovery-image] Aug 12 22:28:43.840 INFO O| Aug 12 22:28:43.840 INFO STEP 818 (remove_files) COMPLETE
62912024-08-12T22:28:45.839Z[ recovery-image] Aug 12 22:28:43.840 INFO O| Aug 12 22:28:43.840 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-08-12T22:28:45.846Z[ recovery-image] Aug 12 22:28:43.850 INFO O| Aug 12 22:28:43.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
62932024-08-12T22:28:45.846Z[ recovery-image] Aug 12 22:28:43.850 INFO O| Aug 12 22:28:43.850 INFO STEP 819 (remove_files) COMPLETE
62942024-08-12T22:28:45.846Z[ recovery-image] Aug 12 22:28:43.850 INFO O| Aug 12 22:28:43.850 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-08-12T22:28:45.856Z[ recovery-image] Aug 12 22:28:43.859 INFO O| Aug 12 22:28:43.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
62962024-08-12T22:28:45.856Z[ recovery-image] Aug 12 22:28:43.859 INFO O| Aug 12 22:28:43.859 INFO STEP 820 (remove_files) COMPLETE
62972024-08-12T22:28:45.859Z[ recovery-image] Aug 12 22:28:43.860 INFO O| Aug 12 22:28:43.859 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-08-12T22:28:45.865Z[ recovery-image] Aug 12 22:28:43.869 INFO O| Aug 12 22:28:43.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
62992024-08-12T22:28:45.868Z[ recovery-image] Aug 12 22:28:43.869 INFO O| Aug 12 22:28:43.869 INFO STEP 821 (remove_files) COMPLETE
63002024-08-12T22:28:45.868Z[ recovery-image] Aug 12 22:28:43.869 INFO O| Aug 12 22:28:43.869 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-08-12T22:28:45.875Z[ recovery-image] Aug 12 22:28:43.879 INFO O| Aug 12 22:28:43.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63022024-08-12T22:28:45.877Z[ recovery-image] Aug 12 22:28:43.879 INFO O| Aug 12 22:28:43.879 INFO STEP 822 (remove_files) COMPLETE
63032024-08-12T22:28:45.878Z[ recovery-image] Aug 12 22:28:43.879 INFO O| Aug 12 22:28:43.879 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-08-12T22:28:45.885Z[ recovery-image] Aug 12 22:28:43.889 INFO O| Aug 12 22:28:43.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63052024-08-12T22:28:45.885Z[ recovery-image] Aug 12 22:28:43.889 INFO O| Aug 12 22:28:43.889 INFO STEP 823 (remove_files) COMPLETE
63062024-08-12T22:28:45.888Z[ recovery-image] Aug 12 22:28:43.889 INFO O| Aug 12 22:28:43.889 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-08-12T22:28:45.895Z[ recovery-image] Aug 12 22:28:43.898 INFO O| Aug 12 22:28:43.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63082024-08-12T22:28:45.897Z[ recovery-image] Aug 12 22:28:43.898 INFO O| Aug 12 22:28:43.898 INFO STEP 824 (remove_files) COMPLETE
63092024-08-12T22:28:45.897Z[ recovery-image] Aug 12 22:28:43.898 INFO O| Aug 12 22:28:43.898 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-08-12T22:28:45.904Z[ recovery-image] Aug 12 22:28:43.908 INFO O| Aug 12 22:28:43.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63112024-08-12T22:28:45.907Z[ recovery-image] Aug 12 22:28:43.908 INFO O| Aug 12 22:28:43.908 INFO STEP 825 (remove_files) COMPLETE
63122024-08-12T22:28:45.907Z[ recovery-image] Aug 12 22:28:43.908 INFO O| Aug 12 22:28:43.908 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-08-12T22:28:45.914Z[ recovery-image] Aug 12 22:28:43.918 INFO O| Aug 12 22:28:43.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63142024-08-12T22:28:45.914Z[ recovery-image] Aug 12 22:28:43.918 INFO O| Aug 12 22:28:43.918 INFO STEP 826 (remove_files) COMPLETE
63152024-08-12T22:28:45.917Z[ recovery-image] Aug 12 22:28:43.918 INFO O| Aug 12 22:28:43.918 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-08-12T22:28:45.924Z[ recovery-image] Aug 12 22:28:43.927 INFO O| Aug 12 22:28:43.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63172024-08-12T22:28:45.926Z[ recovery-image] Aug 12 22:28:43.927 INFO O| Aug 12 22:28:43.927 INFO STEP 827 (remove_files) COMPLETE
63182024-08-12T22:28:45.926Z[ recovery-image] Aug 12 22:28:43.927 INFO O| Aug 12 22:28:43.927 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-08-12T22:28:45.933Z[ recovery-image] Aug 12 22:28:43.937 INFO O| Aug 12 22:28:43.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63202024-08-12T22:28:45.936Z[ recovery-image] Aug 12 22:28:43.937 INFO O| Aug 12 22:28:43.937 INFO STEP 828 (remove_files) COMPLETE
63212024-08-12T22:28:45.936Z[ recovery-image] Aug 12 22:28:43.937 INFO O| Aug 12 22:28:43.937 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-08-12T22:28:45.943Z[ recovery-image] Aug 12 22:28:43.946 INFO O| Aug 12 22:28:43.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63232024-08-12T22:28:45.945Z[ recovery-image] Aug 12 22:28:43.946 INFO O| Aug 12 22:28:43.946 INFO STEP 829 (remove_files) COMPLETE
63242024-08-12T22:28:45.945Z[ recovery-image] Aug 12 22:28:43.946 INFO O| Aug 12 22:28:43.946 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-08-12T22:28:45.952Z[ recovery-image] Aug 12 22:28:43.956 INFO O| Aug 12 22:28:43.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63262024-08-12T22:28:45.952Z[ recovery-image] Aug 12 22:28:43.956 INFO O| Aug 12 22:28:43.956 INFO STEP 830 (remove_files) COMPLETE
63272024-08-12T22:28:45.955Z[ recovery-image] Aug 12 22:28:43.956 INFO O| Aug 12 22:28:43.956 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-08-12T22:28:45.962Z[ recovery-image] Aug 12 22:28:43.966 INFO O| Aug 12 22:28:43.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63292024-08-12T22:28:45.962Z[ recovery-image] Aug 12 22:28:43.966 INFO O| Aug 12 22:28:43.966 INFO STEP 831 (remove_files) COMPLETE
63302024-08-12T22:28:45.965Z[ recovery-image] Aug 12 22:28:43.966 INFO O| Aug 12 22:28:43.966 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-08-12T22:28:45.972Z[ recovery-image] Aug 12 22:28:43.975 INFO O| Aug 12 22:28:43.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63322024-08-12T22:28:45.972Z[ recovery-image] Aug 12 22:28:43.975 INFO O| Aug 12 22:28:43.975 INFO STEP 832 (remove_files) COMPLETE
63332024-08-12T22:28:45.974Z[ recovery-image] Aug 12 22:28:43.975 INFO O| Aug 12 22:28:43.975 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-08-12T22:28:45.981Z[ recovery-image] Aug 12 22:28:43.985 INFO O| Aug 12 22:28:43.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63352024-08-12T22:28:45.984Z[ recovery-image] Aug 12 22:28:43.985 INFO O| Aug 12 22:28:43.985 INFO STEP 833 (remove_files) COMPLETE
63362024-08-12T22:28:45.984Z[ recovery-image] Aug 12 22:28:43.985 INFO O| Aug 12 22:28:43.985 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-08-12T22:28:45.991Z[ recovery-image] Aug 12 22:28:43.994 INFO O| Aug 12 22:28:43.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63382024-08-12T22:28:45.991Z[ recovery-image] Aug 12 22:28:43.994 INFO O| Aug 12 22:28:43.994 INFO STEP 834 (remove_files) COMPLETE
63392024-08-12T22:28:45.993Z[ recovery-image] Aug 12 22:28:43.994 INFO O| Aug 12 22:28:43.994 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-08-12T22:28:46.001Z[ recovery-image] Aug 12 22:28:44.004 INFO O| Aug 12 22:28:44.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63412024-08-12T22:28:46.001Z[ recovery-image] Aug 12 22:28:44.004 INFO O| Aug 12 22:28:44.004 INFO STEP 835 (remove_files) COMPLETE
63422024-08-12T22:28:46.004Z[ recovery-image] Aug 12 22:28:44.004 INFO O| Aug 12 22:28:44.004 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-08-12T22:28:46.010Z[ recovery-image] Aug 12 22:28:44.014 INFO O| Aug 12 22:28:44.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63442024-08-12T22:28:46.010Z[ recovery-image] Aug 12 22:28:44.014 INFO O| Aug 12 22:28:44.014 INFO STEP 836 (remove_files) COMPLETE
63452024-08-12T22:28:46.010Z[ recovery-image] Aug 12 22:28:44.014 INFO O| Aug 12 22:28:44.014 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-08-12T22:28:46.020Z[ recovery-image] Aug 12 22:28:44.024 INFO O| Aug 12 22:28:44.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63472024-08-12T22:28:46.020Z[ recovery-image] Aug 12 22:28:44.024 INFO O| Aug 12 22:28:44.024 INFO STEP 837 (remove_files) COMPLETE
63482024-08-12T22:28:46.023Z[ recovery-image] Aug 12 22:28:44.024 INFO O| Aug 12 22:28:44.024 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-08-12T22:28:46.030Z[ recovery-image] Aug 12 22:28:44.033 INFO O| Aug 12 22:28:44.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63502024-08-12T22:28:46.030Z[ recovery-image] Aug 12 22:28:44.033 INFO O| Aug 12 22:28:44.033 INFO STEP 838 (remove_files) COMPLETE
63512024-08-12T22:28:46.030Z[ recovery-image] Aug 12 22:28:44.033 INFO O| Aug 12 22:28:44.033 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-08-12T22:28:46.039Z[ recovery-image] Aug 12 22:28:44.043 INFO O| Aug 12 22:28:44.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
63532024-08-12T22:28:46.039Z[ recovery-image] Aug 12 22:28:44.043 INFO O| Aug 12 22:28:44.043 INFO STEP 839 (remove_files) COMPLETE
63542024-08-12T22:28:46.042Z[ recovery-image] Aug 12 22:28:44.043 INFO O| Aug 12 22:28:44.043 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-08-12T22:28:46.045Z[ host-image] Aug 12 22:28:44.048 INFO O| Aug 12 22:28:44.048 INFO O| Done
63562024-08-12T22:28:46.049Z[ recovery-image] Aug 12 22:28:44.052 INFO O| Aug 12 22:28:44.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
63572024-08-12T22:28:46.052Z[ recovery-image] Aug 12 22:28:44.053 INFO O| Aug 12 22:28:44.053 INFO STEP 840 (remove_files) COMPLETE
63582024-08-12T22:28:46.052Z[ recovery-image] Aug 12 22:28:44.053 INFO O| Aug 12 22:28:44.053 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-08-12T22:28:46.059Z[ recovery-image] Aug 12 22:28:44.062 INFO O| Aug 12 22:28:44.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
63602024-08-12T22:28:46.059Z[ recovery-image] Aug 12 22:28:44.062 INFO O| Aug 12 22:28:44.062 INFO STEP 841 (remove_files) COMPLETE
63612024-08-12T22:28:46.061Z[ recovery-image] Aug 12 22:28:44.062 INFO O| Aug 12 22:28:44.062 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-08-12T22:28:46.069Z[ recovery-image] Aug 12 22:28:44.072 INFO O| Aug 12 22:28:44.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
63632024-08-12T22:28:46.069Z[ recovery-image] Aug 12 22:28:44.072 INFO O| Aug 12 22:28:44.072 INFO STEP 842 (remove_files) COMPLETE
63642024-08-12T22:28:46.074Z[ recovery-image] Aug 12 22:28:44.072 INFO O| Aug 12 22:28:44.072 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-08-12T22:28:46.079Z[ recovery-image] Aug 12 22:28:44.082 INFO O| Aug 12 22:28:44.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
63662024-08-12T22:28:46.079Z[ recovery-image] Aug 12 22:28:44.082 INFO O| Aug 12 22:28:44.082 INFO STEP 843 (remove_files) COMPLETE
63672024-08-12T22:28:46.079Z[ recovery-image] Aug 12 22:28:44.082 INFO O| Aug 12 22:28:44.082 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-08-12T22:28:46.089Z[ recovery-image] Aug 12 22:28:44.092 INFO O| Aug 12 22:28:44.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
63692024-08-12T22:28:46.091Z[ recovery-image] Aug 12 22:28:44.092 INFO O| Aug 12 22:28:44.092 INFO STEP 844 (remove_files) COMPLETE
63702024-08-12T22:28:46.091Z[ recovery-image] Aug 12 22:28:44.093 INFO O| Aug 12 22:28:44.092 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-08-12T22:28:46.099Z[ recovery-image] Aug 12 22:28:44.102 INFO O| Aug 12 22:28:44.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
63722024-08-12T22:28:46.099Z[ recovery-image] Aug 12 22:28:44.102 INFO O| Aug 12 22:28:44.102 INFO STEP 845 (remove_files) COMPLETE
63732024-08-12T22:28:46.099Z[ recovery-image] Aug 12 22:28:44.102 INFO O| Aug 12 22:28:44.102 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-08-12T22:28:46.109Z[ recovery-image] Aug 12 22:28:44.112 INFO O| Aug 12 22:28:44.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
63752024-08-12T22:28:46.109Z[ recovery-image] Aug 12 22:28:44.112 INFO O| Aug 12 22:28:44.112 INFO STEP 846 (remove_files) COMPLETE
63762024-08-12T22:28:46.111Z[ recovery-image] Aug 12 22:28:44.112 INFO O| Aug 12 22:28:44.112 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-08-12T22:28:46.119Z[ recovery-image] Aug 12 22:28:44.122 INFO O| Aug 12 22:28:44.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
63782024-08-12T22:28:46.119Z[ recovery-image] Aug 12 22:28:44.122 INFO O| Aug 12 22:28:44.122 INFO STEP 847 (remove_files) COMPLETE
63792024-08-12T22:28:46.119Z[ recovery-image] Aug 12 22:28:44.122 INFO O| Aug 12 22:28:44.122 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-08-12T22:28:46.129Z[ recovery-image] Aug 12 22:28:44.132 INFO O| Aug 12 22:28:44.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
63812024-08-12T22:28:46.131Z[ recovery-image] Aug 12 22:28:44.132 INFO O| Aug 12 22:28:44.132 INFO STEP 848 (remove_files) COMPLETE
63822024-08-12T22:28:46.131Z[ recovery-image] Aug 12 22:28:44.132 INFO O| Aug 12 22:28:44.132 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-08-12T22:28:46.139Z[ recovery-image] Aug 12 22:28:44.142 INFO O| Aug 12 22:28:44.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
63842024-08-12T22:28:46.141Z[ recovery-image] Aug 12 22:28:44.142 INFO O| Aug 12 22:28:44.142 INFO STEP 849 (remove_files) COMPLETE
63852024-08-12T22:28:46.141Z[ recovery-image] Aug 12 22:28:44.142 INFO O| Aug 12 22:28:44.142 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-08-12T22:28:46.149Z[ recovery-image] Aug 12 22:28:44.152 INFO O| Aug 12 22:28:44.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
63872024-08-12T22:28:46.149Z[ recovery-image] Aug 12 22:28:44.153 INFO O| Aug 12 22:28:44.152 INFO STEP 850 (remove_files) COMPLETE
63882024-08-12T22:28:46.149Z[ recovery-image] Aug 12 22:28:44.153 INFO O| Aug 12 22:28:44.152 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-08-12T22:28:46.159Z[ recovery-image] Aug 12 22:28:44.162 INFO O| Aug 12 22:28:44.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
63902024-08-12T22:28:46.162Z[ recovery-image] Aug 12 22:28:44.163 INFO O| Aug 12 22:28:44.163 INFO STEP 851 (remove_files) COMPLETE
63912024-08-12T22:28:46.162Z[ recovery-image] Aug 12 22:28:44.163 INFO O| Aug 12 22:28:44.163 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-08-12T22:28:46.169Z[ recovery-image] Aug 12 22:28:44.172 INFO O| Aug 12 22:28:44.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
63932024-08-12T22:28:46.169Z[ recovery-image] Aug 12 22:28:44.172 INFO O| Aug 12 22:28:44.172 INFO STEP 852 (remove_files) COMPLETE
63942024-08-12T22:28:46.172Z[ recovery-image] Aug 12 22:28:44.172 INFO O| Aug 12 22:28:44.172 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-08-12T22:28:46.178Z[ recovery-image] Aug 12 22:28:44.182 INFO O| Aug 12 22:28:44.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
63962024-08-12T22:28:46.178Z[ recovery-image] Aug 12 22:28:44.182 INFO O| Aug 12 22:28:44.182 INFO STEP 853 (remove_files) COMPLETE
63972024-08-12T22:28:46.178Z[ recovery-image] Aug 12 22:28:44.182 INFO O| Aug 12 22:28:44.182 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-08-12T22:28:46.188Z[ recovery-image] Aug 12 22:28:44.192 INFO O| Aug 12 22:28:44.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
63992024-08-12T22:28:46.188Z[ recovery-image] Aug 12 22:28:44.192 INFO O| Aug 12 22:28:44.192 INFO STEP 854 (remove_files) COMPLETE
64002024-08-12T22:28:46.191Z[ recovery-image] Aug 12 22:28:44.192 INFO O| Aug 12 22:28:44.192 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-08-12T22:28:46.198Z[ recovery-image] Aug 12 22:28:44.201 INFO O| Aug 12 22:28:44.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64022024-08-12T22:28:46.198Z[ recovery-image] Aug 12 22:28:44.201 INFO O| Aug 12 22:28:44.201 INFO STEP 855 (remove_files) COMPLETE
64032024-08-12T22:28:46.198Z[ recovery-image] Aug 12 22:28:44.201 INFO O| Aug 12 22:28:44.201 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-08-12T22:28:46.207Z[ recovery-image] Aug 12 22:28:44.211 INFO O| Aug 12 22:28:44.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64052024-08-12T22:28:46.210Z[ recovery-image] Aug 12 22:28:44.211 INFO O| Aug 12 22:28:44.211 INFO STEP 856 (remove_files) COMPLETE
64062024-08-12T22:28:46.210Z[ recovery-image] Aug 12 22:28:44.211 INFO O| Aug 12 22:28:44.211 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-08-12T22:28:46.217Z[ recovery-image] Aug 12 22:28:44.220 INFO O| Aug 12 22:28:44.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64082024-08-12T22:28:46.220Z[ recovery-image] Aug 12 22:28:44.221 INFO O| Aug 12 22:28:44.221 INFO STEP 857 (remove_files) COMPLETE
64092024-08-12T22:28:46.220Z[ recovery-image] Aug 12 22:28:44.221 INFO O| Aug 12 22:28:44.221 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-08-12T22:28:46.227Z[ recovery-image] Aug 12 22:28:44.230 INFO O| Aug 12 22:28:44.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64112024-08-12T22:28:46.230Z[ recovery-image] Aug 12 22:28:44.230 INFO O| Aug 12 22:28:44.230 INFO STEP 858 (remove_files) COMPLETE
64122024-08-12T22:28:46.230Z[ recovery-image] Aug 12 22:28:44.230 INFO O| Aug 12 22:28:44.230 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-08-12T22:28:46.236Z[ recovery-image] Aug 12 22:28:44.240 INFO O| Aug 12 22:28:44.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64142024-08-12T22:28:46.236Z[ recovery-image] Aug 12 22:28:44.240 INFO O| Aug 12 22:28:44.240 INFO STEP 859 (remove_files) COMPLETE
64152024-08-12T22:28:46.239Z[ recovery-image] Aug 12 22:28:44.240 INFO O| Aug 12 22:28:44.240 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-08-12T22:28:46.246Z[ recovery-image] Aug 12 22:28:44.249 INFO O| Aug 12 22:28:44.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64172024-08-12T22:28:46.246Z[ recovery-image] Aug 12 22:28:44.249 INFO O| Aug 12 22:28:44.249 INFO STEP 860 (remove_files) COMPLETE
64182024-08-12T22:28:46.246Z[ recovery-image] Aug 12 22:28:44.249 INFO O| Aug 12 22:28:44.249 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-08-12T22:28:46.256Z[ recovery-image] Aug 12 22:28:44.259 INFO O| Aug 12 22:28:44.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64202024-08-12T22:28:46.256Z[ recovery-image] Aug 12 22:28:44.260 INFO O| Aug 12 22:28:44.260 INFO STEP 861 (remove_files) COMPLETE
64212024-08-12T22:28:46.260Z[ recovery-image] Aug 12 22:28:44.260 INFO O| Aug 12 22:28:44.260 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-08-12T22:28:46.266Z[ recovery-image] Aug 12 22:28:44.269 INFO O| Aug 12 22:28:44.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64232024-08-12T22:28:46.269Z[ recovery-image] Aug 12 22:28:44.270 INFO O| Aug 12 22:28:44.270 INFO STEP 862 (remove_files) COMPLETE
64242024-08-12T22:28:46.269Z[ recovery-image] Aug 12 22:28:44.270 INFO O| Aug 12 22:28:44.270 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-08-12T22:28:46.278Z[ recovery-image] Aug 12 22:28:44.279 INFO O| Aug 12 22:28:44.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64262024-08-12T22:28:46.281Z[ recovery-image] Aug 12 22:28:44.279 INFO O| Aug 12 22:28:44.279 INFO STEP 863 (remove_files) COMPLETE
64272024-08-12T22:28:46.281Z[ recovery-image] Aug 12 22:28:44.280 INFO O| Aug 12 22:28:44.279 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-08-12T22:28:46.286Z[ recovery-image] Aug 12 22:28:44.289 INFO O| Aug 12 22:28:44.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64292024-08-12T22:28:46.289Z[ recovery-image] Aug 12 22:28:44.289 INFO O| Aug 12 22:28:44.289 INFO STEP 864 (remove_files) COMPLETE
64302024-08-12T22:28:46.289Z[ recovery-image] Aug 12 22:28:44.289 INFO O| Aug 12 22:28:44.289 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-08-12T22:28:46.296Z[ recovery-image] Aug 12 22:28:44.299 INFO O| Aug 12 22:28:44.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64322024-08-12T22:28:46.296Z[ recovery-image] Aug 12 22:28:44.299 INFO O| Aug 12 22:28:44.299 INFO STEP 865 (remove_files) COMPLETE
64332024-08-12T22:28:46.300Z[ recovery-image] Aug 12 22:28:44.299 INFO O| Aug 12 22:28:44.299 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-08-12T22:28:46.312Z[ recovery-image] Aug 12 22:28:44.315 INFO O| Aug 12 22:28:44.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64352024-08-12T22:28:46.315Z[ recovery-image] Aug 12 22:28:44.316 INFO O| Aug 12 22:28:44.315 INFO STEP 866 (remove_files) COMPLETE
64362024-08-12T22:28:46.315Z[ recovery-image] Aug 12 22:28:44.316 INFO O| Aug 12 22:28:44.316 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-08-12T22:28:46.338Z[ recovery-image] Aug 12 22:28:44.339 INFO O| Aug 12 22:28:44.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64382024-08-12T22:28:46.341Z[ recovery-image] Aug 12 22:28:44.340 INFO O| Aug 12 22:28:44.339 INFO STEP 867 (remove_files) COMPLETE
64392024-08-12T22:28:46.344Z[ recovery-image] Aug 12 22:28:44.340 INFO O| Aug 12 22:28:44.340 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-08-12T22:28:46.360Z[ recovery-image] Aug 12 22:28:44.360 INFO O| Aug 12 22:28:44.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64412024-08-12T22:28:46.360Z[ recovery-image] Aug 12 22:28:44.360 INFO O| Aug 12 22:28:44.360 INFO STEP 868 (remove_files) COMPLETE
64422024-08-12T22:28:46.360Z[ recovery-image] Aug 12 22:28:44.361 INFO O| Aug 12 22:28:44.360 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-08-12T22:28:46.376Z[ recovery-image] Aug 12 22:28:44.376 INFO O| Aug 12 22:28:44.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64442024-08-12T22:28:46.376Z[ recovery-image] Aug 12 22:28:44.376 INFO O| Aug 12 22:28:44.376 INFO STEP 869 (remove_files) COMPLETE
64452024-08-12T22:28:46.376Z[ recovery-image] Aug 12 22:28:44.377 INFO O| Aug 12 22:28:44.376 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-08-12T22:28:46.390Z[ recovery-image] Aug 12 22:28:44.393 INFO O| Aug 12 22:28:44.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64472024-08-12T22:28:46.390Z[ recovery-image] Aug 12 22:28:44.394 INFO O| Aug 12 22:28:44.394 INFO STEP 870 (remove_files) COMPLETE
64482024-08-12T22:28:46.393Z[ recovery-image] Aug 12 22:28:44.394 INFO O| Aug 12 22:28:44.394 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-12T22:28:46.402Z[ recovery-image] Aug 12 22:28:44.406 INFO O| Aug 12 22:28:44.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64502024-08-12T22:28:46.402Z[ recovery-image] Aug 12 22:28:44.406 INFO O| Aug 12 22:28:44.406 INFO STEP 871 (remove_files) COMPLETE
64512024-08-12T22:28:46.405Z[ recovery-image] Aug 12 22:28:44.406 INFO O| Aug 12 22:28:44.406 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-08-12T22:28:46.413Z[ recovery-image] Aug 12 22:28:44.417 INFO O| Aug 12 22:28:44.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64532024-08-12T22:28:46.416Z[ recovery-image] Aug 12 22:28:44.417 INFO O| Aug 12 22:28:44.417 INFO STEP 872 (remove_files) COMPLETE
64542024-08-12T22:28:46.416Z[ recovery-image] Aug 12 22:28:44.417 INFO O| Aug 12 22:28:44.417 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-08-12T22:28:46.426Z[ recovery-image] Aug 12 22:28:44.429 INFO O| Aug 12 22:28:44.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
64562024-08-12T22:28:46.438Z[ recovery-image] Aug 12 22:28:44.429 INFO O| Aug 12 22:28:44.429 INFO STEP 873 (remove_files) COMPLETE
64572024-08-12T22:28:46.438Z[ recovery-image] Aug 12 22:28:44.429 INFO O| Aug 12 22:28:44.429 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-08-12T22:28:46.438Z[ recovery-image] Aug 12 22:28:44.440 INFO O| Aug 12 22:28:44.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
64592024-08-12T22:28:46.438Z[ recovery-image] Aug 12 22:28:44.440 INFO O| Aug 12 22:28:44.440 INFO STEP 874 (remove_files) COMPLETE
64602024-08-12T22:28:46.438Z[ recovery-image] Aug 12 22:28:44.440 INFO O| Aug 12 22:28:44.440 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-08-12T22:28:46.448Z[ recovery-image] Aug 12 22:28:44.450 INFO O| Aug 12 22:28:44.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
64622024-08-12T22:28:46.451Z[ recovery-image] Aug 12 22:28:44.450 INFO O| Aug 12 22:28:44.450 INFO STEP 875 (remove_files) COMPLETE
64632024-08-12T22:28:46.451Z[ recovery-image] Aug 12 22:28:44.450 INFO O| Aug 12 22:28:44.450 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-08-12T22:28:46.457Z[ recovery-image] Aug 12 22:28:44.461 INFO O| Aug 12 22:28:44.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
64652024-08-12T22:28:46.457Z[ recovery-image] Aug 12 22:28:44.461 INFO O| Aug 12 22:28:44.461 INFO STEP 876 (remove_files) COMPLETE
64662024-08-12T22:28:46.457Z[ recovery-image] Aug 12 22:28:44.461 INFO O| Aug 12 22:28:44.461 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-08-12T22:28:46.470Z[ recovery-image] Aug 12 22:28:44.473 INFO O| Aug 12 22:28:44.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
64682024-08-12T22:28:46.470Z[ recovery-image] Aug 12 22:28:44.473 INFO O| Aug 12 22:28:44.473 INFO STEP 877 (remove_files) COMPLETE
64692024-08-12T22:28:46.473Z[ recovery-image] Aug 12 22:28:44.473 INFO O| Aug 12 22:28:44.473 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-08-12T22:28:46.481Z[ recovery-image] Aug 12 22:28:44.484 INFO O| Aug 12 22:28:44.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
64712024-08-12T22:28:46.481Z[ recovery-image] Aug 12 22:28:44.485 INFO O| Aug 12 22:28:44.485 INFO STEP 878 (remove_files) COMPLETE
64722024-08-12T22:28:46.481Z[ recovery-image] Aug 12 22:28:44.485 INFO O| Aug 12 22:28:44.485 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-08-12T22:28:46.491Z[ recovery-image] Aug 12 22:28:44.495 INFO O| Aug 12 22:28:44.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
64742024-08-12T22:28:46.494Z[ recovery-image] Aug 12 22:28:44.495 INFO O| Aug 12 22:28:44.495 INFO STEP 879 (remove_files) COMPLETE
64752024-08-12T22:28:46.494Z[ recovery-image] Aug 12 22:28:44.495 INFO O| Aug 12 22:28:44.495 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-08-12T22:28:46.502Z[ recovery-image] Aug 12 22:28:44.506 INFO O| Aug 12 22:28:44.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
64772024-08-12T22:28:46.502Z[ recovery-image] Aug 12 22:28:44.506 INFO O| Aug 12 22:28:44.506 INFO STEP 880 (remove_files) COMPLETE
64782024-08-12T22:28:46.505Z[ recovery-image] Aug 12 22:28:44.506 INFO O| Aug 12 22:28:44.506 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-08-12T22:28:46.513Z[ recovery-image] Aug 12 22:28:44.516 INFO O| Aug 12 22:28:44.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
64802024-08-12T22:28:46.516Z[ recovery-image] Aug 12 22:28:44.516 INFO O| Aug 12 22:28:44.516 INFO STEP 881 (remove_files) COMPLETE
64812024-08-12T22:28:46.516Z[ recovery-image] Aug 12 22:28:44.516 INFO O| Aug 12 22:28:44.516 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-08-12T22:28:46.524Z[ recovery-image] Aug 12 22:28:44.528 INFO O| Aug 12 22:28:44.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
64832024-08-12T22:28:46.527Z[ recovery-image] Aug 12 22:28:44.528 INFO O| Aug 12 22:28:44.528 INFO STEP 882 (remove_files) COMPLETE
64842024-08-12T22:28:46.527Z[ recovery-image] Aug 12 22:28:44.528 INFO O| Aug 12 22:28:44.528 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-08-12T22:28:46.538Z[ recovery-image] Aug 12 22:28:44.541 INFO O| Aug 12 22:28:44.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
64862024-08-12T22:28:46.538Z[ recovery-image] Aug 12 22:28:44.541 INFO O| Aug 12 22:28:44.541 INFO STEP 883 (remove_files) COMPLETE
64872024-08-12T22:28:46.538Z[ recovery-image] Aug 12 22:28:44.541 INFO O| Aug 12 22:28:44.541 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-08-12T22:28:46.549Z[ recovery-image] Aug 12 22:28:44.552 INFO O| Aug 12 22:28:44.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
64892024-08-12T22:28:46.552Z[ recovery-image] Aug 12 22:28:44.552 INFO O| Aug 12 22:28:44.552 INFO STEP 884 (remove_files) COMPLETE
64902024-08-12T22:28:46.552Z[ recovery-image] Aug 12 22:28:44.552 INFO O| Aug 12 22:28:44.552 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-08-12T22:28:46.560Z[ recovery-image] Aug 12 22:28:44.563 INFO O| Aug 12 22:28:44.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
64922024-08-12T22:28:46.560Z[ recovery-image] Aug 12 22:28:44.563 INFO O| Aug 12 22:28:44.563 INFO STEP 885 (remove_files) COMPLETE
64932024-08-12T22:28:46.563Z[ recovery-image] Aug 12 22:28:44.563 INFO O| Aug 12 22:28:44.563 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-08-12T22:28:46.571Z[ recovery-image] Aug 12 22:28:44.575 INFO O| Aug 12 22:28:44.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
64952024-08-12T22:28:46.571Z[ recovery-image] Aug 12 22:28:44.575 INFO O| Aug 12 22:28:44.575 INFO STEP 886 (remove_files) COMPLETE
64962024-08-12T22:28:46.574Z[ recovery-image] Aug 12 22:28:44.575 INFO O| Aug 12 22:28:44.575 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-08-12T22:28:46.585Z[ recovery-image] Aug 12 22:28:44.588 INFO O| Aug 12 22:28:44.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
64982024-08-12T22:28:46.585Z[ recovery-image] Aug 12 22:28:44.588 INFO O| Aug 12 22:28:44.588 INFO STEP 887 (remove_files) COMPLETE
64992024-08-12T22:28:46.585Z[ recovery-image] Aug 12 22:28:44.588 INFO O| Aug 12 22:28:44.588 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-08-12T22:28:46.597Z[ recovery-image] Aug 12 22:28:44.600 INFO O| Aug 12 22:28:44.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65012024-08-12T22:28:46.600Z[ recovery-image] Aug 12 22:28:44.601 INFO O| Aug 12 22:28:44.601 INFO STEP 888 (remove_files) COMPLETE
65022024-08-12T22:28:46.600Z[ recovery-image] Aug 12 22:28:44.601 INFO O| Aug 12 22:28:44.601 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-08-12T22:28:46.609Z[ recovery-image] Aug 12 22:28:44.612 INFO O| Aug 12 22:28:44.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65042024-08-12T22:28:46.609Z[ recovery-image] Aug 12 22:28:44.612 INFO O| Aug 12 22:28:44.612 INFO STEP 889 (remove_files) COMPLETE
65052024-08-12T22:28:46.609Z[ recovery-image] Aug 12 22:28:44.612 INFO O| Aug 12 22:28:44.612 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-08-12T22:28:46.619Z[ recovery-image] Aug 12 22:28:44.623 INFO O| Aug 12 22:28:44.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65072024-08-12T22:28:46.622Z[ recovery-image] Aug 12 22:28:44.623 INFO O| Aug 12 22:28:44.623 INFO STEP 890 (remove_files) COMPLETE
65082024-08-12T22:28:46.622Z[ recovery-image] Aug 12 22:28:44.623 INFO O| Aug 12 22:28:44.623 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-08-12T22:28:46.629Z[ recovery-image] Aug 12 22:28:44.633 INFO O| Aug 12 22:28:44.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65102024-08-12T22:28:46.632Z[ recovery-image] Aug 12 22:28:44.633 INFO O| Aug 12 22:28:44.633 INFO STEP 891 (remove_files) COMPLETE
65112024-08-12T22:28:46.632Z[ recovery-image] Aug 12 22:28:44.633 INFO O| Aug 12 22:28:44.633 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-08-12T22:28:46.639Z[ recovery-image] Aug 12 22:28:44.643 INFO O| Aug 12 22:28:44.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65132024-08-12T22:28:46.639Z[ recovery-image] Aug 12 22:28:44.643 INFO O| Aug 12 22:28:44.643 INFO STEP 892 (remove_files) COMPLETE
65142024-08-12T22:28:46.639Z[ recovery-image] Aug 12 22:28:44.643 INFO O| Aug 12 22:28:44.643 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-08-12T22:28:46.649Z[ recovery-image] Aug 12 22:28:44.653 INFO O| Aug 12 22:28:44.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65162024-08-12T22:28:46.649Z[ recovery-image] Aug 12 22:28:44.653 INFO O| Aug 12 22:28:44.653 INFO STEP 893 (remove_files) COMPLETE
65172024-08-12T22:28:46.649Z[ recovery-image] Aug 12 22:28:44.653 INFO O| Aug 12 22:28:44.653 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-08-12T22:28:46.659Z[ recovery-image] Aug 12 22:28:44.663 INFO O| Aug 12 22:28:44.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65192024-08-12T22:28:46.662Z[ recovery-image] Aug 12 22:28:44.663 INFO O| Aug 12 22:28:44.663 INFO STEP 894 (remove_files) COMPLETE
65202024-08-12T22:28:46.662Z[ recovery-image] Aug 12 22:28:44.663 INFO O| Aug 12 22:28:44.663 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-08-12T22:28:46.671Z[ recovery-image] Aug 12 22:28:44.674 INFO O| Aug 12 22:28:44.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65222024-08-12T22:28:46.671Z[ recovery-image] Aug 12 22:28:44.674 INFO O| Aug 12 22:28:44.674 INFO STEP 895 (remove_files) COMPLETE
65232024-08-12T22:28:46.674Z[ recovery-image] Aug 12 22:28:44.674 INFO O| Aug 12 22:28:44.674 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-08-12T22:28:46.681Z[ recovery-image] Aug 12 22:28:44.684 INFO O| Aug 12 22:28:44.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65252024-08-12T22:28:46.681Z[ recovery-image] Aug 12 22:28:44.684 INFO O| Aug 12 22:28:44.684 INFO STEP 896 (remove_files) COMPLETE
65262024-08-12T22:28:46.684Z[ recovery-image] Aug 12 22:28:44.684 INFO O| Aug 12 22:28:44.684 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-08-12T22:28:46.691Z[ recovery-image] Aug 12 22:28:44.694 INFO O| Aug 12 22:28:44.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65282024-08-12T22:28:46.691Z[ recovery-image] Aug 12 22:28:44.694 INFO O| Aug 12 22:28:44.694 INFO STEP 897 (remove_files) COMPLETE
65292024-08-12T22:28:46.691Z[ recovery-image] Aug 12 22:28:44.694 INFO O| Aug 12 22:28:44.694 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-08-12T22:28:46.701Z[ recovery-image] Aug 12 22:28:44.704 INFO O| Aug 12 22:28:44.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65312024-08-12T22:28:46.701Z[ recovery-image] Aug 12 22:28:44.704 INFO O| Aug 12 22:28:44.704 INFO STEP 898 (remove_files) COMPLETE
65322024-08-12T22:28:46.704Z[ recovery-image] Aug 12 22:28:44.704 INFO O| Aug 12 22:28:44.704 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-08-12T22:28:46.710Z[ recovery-image] Aug 12 22:28:44.714 INFO O| Aug 12 22:28:44.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65342024-08-12T22:28:46.710Z[ recovery-image] Aug 12 22:28:44.714 INFO O| Aug 12 22:28:44.714 INFO STEP 899 (remove_files) COMPLETE
65352024-08-12T22:28:46.713Z[ recovery-image] Aug 12 22:28:44.714 INFO O| Aug 12 22:28:44.714 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-08-12T22:28:46.720Z[ recovery-image] Aug 12 22:28:44.723 INFO O| Aug 12 22:28:44.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65372024-08-12T22:28:46.723Z[ recovery-image] Aug 12 22:28:44.724 INFO O| Aug 12 22:28:44.724 INFO STEP 900 (remove_files) COMPLETE
65382024-08-12T22:28:46.723Z[ recovery-image] Aug 12 22:28:44.724 INFO O| Aug 12 22:28:44.724 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-08-12T22:28:46.730Z[ recovery-image] Aug 12 22:28:44.733 INFO O| Aug 12 22:28:44.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65402024-08-12T22:28:46.730Z[ recovery-image] Aug 12 22:28:44.733 INFO O| Aug 12 22:28:44.733 INFO STEP 901 (remove_files) COMPLETE
65412024-08-12T22:28:46.732Z[ recovery-image] Aug 12 22:28:44.733 INFO O| Aug 12 22:28:44.733 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-08-12T22:28:46.739Z[ recovery-image] Aug 12 22:28:44.743 INFO O| Aug 12 22:28:44.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65432024-08-12T22:28:46.739Z[ recovery-image] Aug 12 22:28:44.743 INFO O| Aug 12 22:28:44.743 INFO STEP 902 (remove_files) COMPLETE
65442024-08-12T22:28:46.739Z[ recovery-image] Aug 12 22:28:44.743 INFO O| Aug 12 22:28:44.743 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-08-12T22:28:46.749Z[ recovery-image] Aug 12 22:28:44.753 INFO O| Aug 12 22:28:44.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65462024-08-12T22:28:46.749Z[ recovery-image] Aug 12 22:28:44.753 INFO O| Aug 12 22:28:44.753 INFO STEP 903 (remove_files) COMPLETE
65472024-08-12T22:28:46.752Z[ recovery-image] Aug 12 22:28:44.753 INFO O| Aug 12 22:28:44.753 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-08-12T22:28:46.759Z[ recovery-image] Aug 12 22:28:44.762 INFO O| Aug 12 22:28:44.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65492024-08-12T22:28:46.759Z[ recovery-image] Aug 12 22:28:44.762 INFO O| Aug 12 22:28:44.762 INFO STEP 904 (remove_files) COMPLETE
65502024-08-12T22:28:46.759Z[ recovery-image] Aug 12 22:28:44.762 INFO O| Aug 12 22:28:44.762 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-08-12T22:28:46.769Z[ recovery-image] Aug 12 22:28:44.772 INFO O| Aug 12 22:28:44.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65522024-08-12T22:28:46.772Z[ recovery-image] Aug 12 22:28:44.772 INFO O| Aug 12 22:28:44.772 INFO STEP 905 (remove_files) COMPLETE
65532024-08-12T22:28:46.772Z[ recovery-image] Aug 12 22:28:44.772 INFO O| Aug 12 22:28:44.772 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-08-12T22:28:46.778Z[ recovery-image] Aug 12 22:28:44.782 INFO O| Aug 12 22:28:44.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
65552024-08-12T22:28:46.778Z[ recovery-image] Aug 12 22:28:44.782 INFO O| Aug 12 22:28:44.782 INFO STEP 906 (remove_files) COMPLETE
65562024-08-12T22:28:46.781Z[ recovery-image] Aug 12 22:28:44.782 INFO O| Aug 12 22:28:44.782 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-08-12T22:28:46.788Z[ recovery-image] Aug 12 22:28:44.791 INFO O| Aug 12 22:28:44.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
65582024-08-12T22:28:46.788Z[ recovery-image] Aug 12 22:28:44.791 INFO O| Aug 12 22:28:44.791 INFO STEP 907 (remove_files) COMPLETE
65592024-08-12T22:28:46.788Z[ recovery-image] Aug 12 22:28:44.791 INFO O| Aug 12 22:28:44.791 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-08-12T22:28:46.798Z[ recovery-image] Aug 12 22:28:44.801 INFO O| Aug 12 22:28:44.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
65612024-08-12T22:28:46.798Z[ recovery-image] Aug 12 22:28:44.801 INFO O| Aug 12 22:28:44.801 INFO STEP 908 (remove_files) COMPLETE
65622024-08-12T22:28:46.798Z[ recovery-image] Aug 12 22:28:44.801 INFO O| Aug 12 22:28:44.801 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-08-12T22:28:46.807Z[ recovery-image] Aug 12 22:28:44.811 INFO O| Aug 12 22:28:44.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
65642024-08-12T22:28:46.807Z[ recovery-image] Aug 12 22:28:44.811 INFO O| Aug 12 22:28:44.811 INFO STEP 909 (remove_files) COMPLETE
65652024-08-12T22:28:46.808Z[ recovery-image] Aug 12 22:28:44.811 INFO O| Aug 12 22:28:44.811 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-08-12T22:28:46.819Z[ recovery-image] Aug 12 22:28:44.821 INFO O| Aug 12 22:28:44.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
65672024-08-12T22:28:46.819Z[ recovery-image] Aug 12 22:28:44.821 INFO O| Aug 12 22:28:44.821 INFO STEP 910 (remove_files) COMPLETE
65682024-08-12T22:28:46.822Z[ recovery-image] Aug 12 22:28:44.821 INFO O| Aug 12 22:28:44.821 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-08-12T22:28:46.828Z[ recovery-image] Aug 12 22:28:44.831 INFO O| Aug 12 22:28:44.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
65702024-08-12T22:28:46.828Z[ recovery-image] Aug 12 22:28:44.831 INFO O| Aug 12 22:28:44.831 INFO STEP 911 (remove_files) COMPLETE
65712024-08-12T22:28:46.831Z[ recovery-image] Aug 12 22:28:44.831 INFO O| Aug 12 22:28:44.831 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-08-12T22:28:46.839Z[ recovery-image] Aug 12 22:28:44.842 INFO O| Aug 12 22:28:44.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
65732024-08-12T22:28:46.839Z[ recovery-image] Aug 12 22:28:44.842 INFO O| Aug 12 22:28:44.842 INFO STEP 912 (remove_files) COMPLETE
65742024-08-12T22:28:46.841Z[ recovery-image] Aug 12 22:28:44.842 INFO O| Aug 12 22:28:44.842 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-08-12T22:28:46.849Z[ recovery-image] Aug 12 22:28:44.852 INFO O| Aug 12 22:28:44.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
65762024-08-12T22:28:46.849Z[ recovery-image] Aug 12 22:28:44.852 INFO O| Aug 12 22:28:44.852 INFO STEP 913 (remove_files) COMPLETE
65772024-08-12T22:28:46.849Z[ recovery-image] Aug 12 22:28:44.852 INFO O| Aug 12 22:28:44.852 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-08-12T22:28:46.858Z[ recovery-image] Aug 12 22:28:44.862 INFO O| Aug 12 22:28:44.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
65792024-08-12T22:28:46.858Z[ recovery-image] Aug 12 22:28:44.862 INFO O| Aug 12 22:28:44.862 INFO STEP 914 (remove_files) COMPLETE
65802024-08-12T22:28:46.861Z[ recovery-image] Aug 12 22:28:44.862 INFO O| Aug 12 22:28:44.862 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-08-12T22:28:46.868Z[ recovery-image] Aug 12 22:28:44.872 INFO O| Aug 12 22:28:44.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
65822024-08-12T22:28:46.868Z[ recovery-image] Aug 12 22:28:44.872 INFO O| Aug 12 22:28:44.872 INFO STEP 915 (remove_files) COMPLETE
65832024-08-12T22:28:46.871Z[ recovery-image] Aug 12 22:28:44.872 INFO O| Aug 12 22:28:44.872 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-08-12T22:28:46.879Z[ recovery-image] Aug 12 22:28:44.882 INFO O| Aug 12 22:28:44.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
65852024-08-12T22:28:46.879Z[ recovery-image] Aug 12 22:28:44.882 INFO O| Aug 12 22:28:44.882 INFO STEP 916 (remove_files) COMPLETE
65862024-08-12T22:28:46.881Z[ recovery-image] Aug 12 22:28:44.882 INFO O| Aug 12 22:28:44.882 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-08-12T22:28:46.889Z[ recovery-image] Aug 12 22:28:44.892 INFO O| Aug 12 22:28:44.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
65882024-08-12T22:28:46.889Z[ recovery-image] Aug 12 22:28:44.892 INFO O| Aug 12 22:28:44.892 INFO STEP 917 (remove_files) COMPLETE
65892024-08-12T22:28:46.891Z[ recovery-image] Aug 12 22:28:44.892 INFO O| Aug 12 22:28:44.892 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-08-12T22:28:46.898Z[ recovery-image] Aug 12 22:28:44.902 INFO O| Aug 12 22:28:44.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
65912024-08-12T22:28:46.898Z[ recovery-image] Aug 12 22:28:44.902 INFO O| Aug 12 22:28:44.902 INFO STEP 918 (remove_files) COMPLETE
65922024-08-12T22:28:46.898Z[ recovery-image] Aug 12 22:28:44.902 INFO O| Aug 12 22:28:44.902 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-08-12T22:28:46.908Z[ recovery-image] Aug 12 22:28:44.911 INFO O| Aug 12 22:28:44.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
65942024-08-12T22:28:46.911Z[ recovery-image] Aug 12 22:28:44.911 INFO O| Aug 12 22:28:44.911 INFO STEP 919 (remove_files) COMPLETE
65952024-08-12T22:28:46.911Z[ recovery-image] Aug 12 22:28:44.911 INFO O| Aug 12 22:28:44.911 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-08-12T22:28:46.918Z[ recovery-image] Aug 12 22:28:44.921 INFO O| Aug 12 22:28:44.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
65972024-08-12T22:28:46.920Z[ recovery-image] Aug 12 22:28:44.921 INFO O| Aug 12 22:28:44.921 INFO STEP 920 (remove_files) COMPLETE
65982024-08-12T22:28:46.920Z[ recovery-image] Aug 12 22:28:44.921 INFO O| Aug 12 22:28:44.921 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-08-12T22:28:46.927Z[ recovery-image] Aug 12 22:28:44.931 INFO O| Aug 12 22:28:44.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66002024-08-12T22:28:46.930Z[ recovery-image] Aug 12 22:28:44.931 INFO O| Aug 12 22:28:44.931 INFO STEP 921 (remove_files) COMPLETE
66012024-08-12T22:28:46.930Z[ recovery-image] Aug 12 22:28:44.931 INFO O| Aug 12 22:28:44.931 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-08-12T22:28:46.938Z[ recovery-image] Aug 12 22:28:44.941 INFO O| Aug 12 22:28:44.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66032024-08-12T22:28:46.938Z[ recovery-image] Aug 12 22:28:44.941 INFO O| Aug 12 22:28:44.941 INFO STEP 922 (remove_files) COMPLETE
66042024-08-12T22:28:46.938Z[ recovery-image] Aug 12 22:28:44.941 INFO O| Aug 12 22:28:44.941 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-08-12T22:28:46.948Z[ recovery-image] Aug 12 22:28:44.951 INFO O| Aug 12 22:28:44.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66062024-08-12T22:28:46.948Z[ recovery-image] Aug 12 22:28:44.951 INFO O| Aug 12 22:28:44.951 INFO STEP 923 (remove_files) COMPLETE
66072024-08-12T22:28:46.950Z[ recovery-image] Aug 12 22:28:44.951 INFO O| Aug 12 22:28:44.951 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-08-12T22:28:46.958Z[ recovery-image] Aug 12 22:28:44.961 INFO O| Aug 12 22:28:44.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66092024-08-12T22:28:46.959Z[ recovery-image] Aug 12 22:28:44.961 INFO O| Aug 12 22:28:44.961 INFO STEP 924 (remove_files) COMPLETE
66102024-08-12T22:28:46.962Z[ recovery-image] Aug 12 22:28:44.961 INFO O| Aug 12 22:28:44.961 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-08-12T22:28:46.967Z[ recovery-image] Aug 12 22:28:44.970 INFO O| Aug 12 22:28:44.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66122024-08-12T22:28:46.967Z[ recovery-image] Aug 12 22:28:44.970 INFO O| Aug 12 22:28:44.970 INFO STEP 925 (remove_files) COMPLETE
66132024-08-12T22:28:46.970Z[ recovery-image] Aug 12 22:28:44.970 INFO O| Aug 12 22:28:44.970 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-08-12T22:28:46.977Z[ recovery-image] Aug 12 22:28:44.980 INFO O| Aug 12 22:28:44.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66152024-08-12T22:28:46.977Z[ recovery-image] Aug 12 22:28:44.980 INFO O| Aug 12 22:28:44.980 INFO STEP 926 (remove_files) COMPLETE
66162024-08-12T22:28:46.979Z[ recovery-image] Aug 12 22:28:44.980 INFO O| Aug 12 22:28:44.980 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-08-12T22:28:46.986Z[ recovery-image] Aug 12 22:28:44.990 INFO O| Aug 12 22:28:44.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66182024-08-12T22:28:46.986Z[ recovery-image] Aug 12 22:28:44.990 INFO O| Aug 12 22:28:44.990 INFO STEP 927 (remove_files) COMPLETE
66192024-08-12T22:28:46.986Z[ recovery-image] Aug 12 22:28:44.990 INFO O| Aug 12 22:28:44.990 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-08-12T22:28:46.997Z[ recovery-image] Aug 12 22:28:45.000 INFO O| Aug 12 22:28:45.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66212024-08-12T22:28:46.999Z[ recovery-image] Aug 12 22:28:45.001 INFO O| Aug 12 22:28:45.001 INFO STEP 928 (remove_files) COMPLETE
66222024-08-12T22:28:46.999Z[ recovery-image] Aug 12 22:28:45.001 INFO O| Aug 12 22:28:45.001 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-08-12T22:28:47.010Z[ recovery-image] Aug 12 22:28:45.013 INFO O| Aug 12 22:28:45.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66242024-08-12T22:28:47.010Z[ recovery-image] Aug 12 22:28:45.013 INFO O| Aug 12 22:28:45.013 INFO STEP 929 (remove_files) COMPLETE
66252024-08-12T22:28:47.013Z[ recovery-image] Aug 12 22:28:45.013 INFO O| Aug 12 22:28:45.013 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-08-12T22:28:47.020Z[ recovery-image] Aug 12 22:28:45.024 INFO O| Aug 12 22:28:45.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66272024-08-12T22:28:47.020Z[ recovery-image] Aug 12 22:28:45.024 INFO O| Aug 12 22:28:45.024 INFO STEP 930 (remove_files) COMPLETE
66282024-08-12T22:28:47.020Z[ recovery-image] Aug 12 22:28:45.024 INFO O| Aug 12 22:28:45.024 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-08-12T22:28:47.030Z[ recovery-image] Aug 12 22:28:45.034 INFO O| Aug 12 22:28:45.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66302024-08-12T22:28:47.031Z[ recovery-image] Aug 12 22:28:45.034 INFO O| Aug 12 22:28:45.034 INFO STEP 931 (remove_files) COMPLETE
66312024-08-12T22:28:47.033Z[ recovery-image] Aug 12 22:28:45.034 INFO O| Aug 12 22:28:45.034 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-08-12T22:28:47.042Z[ recovery-image] Aug 12 22:28:45.045 INFO O| Aug 12 22:28:45.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66332024-08-12T22:28:47.042Z[ recovery-image] Aug 12 22:28:45.045 INFO O| Aug 12 22:28:45.045 INFO STEP 932 (remove_files) COMPLETE
66342024-08-12T22:28:47.042Z[ recovery-image] Aug 12 22:28:45.045 INFO O| Aug 12 22:28:45.045 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-08-12T22:28:47.052Z[ recovery-image] Aug 12 22:28:45.055 INFO O| Aug 12 22:28:45.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66362024-08-12T22:28:47.052Z[ recovery-image] Aug 12 22:28:45.055 INFO O| Aug 12 22:28:45.055 INFO STEP 933 (remove_files) COMPLETE
66372024-08-12T22:28:47.055Z[ recovery-image] Aug 12 22:28:45.055 INFO O| Aug 12 22:28:45.055 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-08-12T22:28:47.062Z[ recovery-image] Aug 12 22:28:45.065 INFO O| Aug 12 22:28:45.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66392024-08-12T22:28:47.062Z[ recovery-image] Aug 12 22:28:45.065 INFO O| Aug 12 22:28:45.065 INFO STEP 934 (remove_files) COMPLETE
66402024-08-12T22:28:47.064Z[ recovery-image] Aug 12 22:28:45.065 INFO O| Aug 12 22:28:45.065 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-08-12T22:28:47.073Z[ recovery-image] Aug 12 22:28:45.077 INFO O| Aug 12 22:28:45.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66422024-08-12T22:28:47.074Z[ recovery-image] Aug 12 22:28:45.077 INFO O| Aug 12 22:28:45.077 INFO STEP 935 (remove_files) COMPLETE
66432024-08-12T22:28:47.074Z[ recovery-image] Aug 12 22:28:45.077 INFO O| Aug 12 22:28:45.077 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-08-12T22:28:47.083Z[ recovery-image] Aug 12 22:28:45.086 INFO O| Aug 12 22:28:45.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66452024-08-12T22:28:47.086Z[ recovery-image] Aug 12 22:28:45.086 INFO O| Aug 12 22:28:45.086 INFO STEP 936 (remove_files) COMPLETE
66462024-08-12T22:28:47.086Z[ recovery-image] Aug 12 22:28:45.086 INFO O| Aug 12 22:28:45.086 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-08-12T22:28:47.095Z[ recovery-image] Aug 12 22:28:45.098 INFO O| Aug 12 22:28:45.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66482024-08-12T22:28:47.095Z[ recovery-image] Aug 12 22:28:45.098 INFO O| Aug 12 22:28:45.098 INFO STEP 937 (remove_files) COMPLETE
66492024-08-12T22:28:47.098Z[ recovery-image] Aug 12 22:28:45.098 INFO O| Aug 12 22:28:45.098 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-08-12T22:28:47.105Z[ recovery-image] Aug 12 22:28:45.107 INFO O| Aug 12 22:28:45.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66512024-08-12T22:28:47.105Z[ recovery-image] Aug 12 22:28:45.108 INFO O| Aug 12 22:28:45.108 INFO STEP 938 (remove_files) COMPLETE
66522024-08-12T22:28:47.105Z[ recovery-image] Aug 12 22:28:45.108 INFO O| Aug 12 22:28:45.108 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-08-12T22:28:47.114Z[ recovery-image] Aug 12 22:28:45.117 INFO O| Aug 12 22:28:45.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
66542024-08-12T22:28:47.114Z[ recovery-image] Aug 12 22:28:45.117 INFO O| Aug 12 22:28:45.117 INFO STEP 939 (remove_files) COMPLETE
66552024-08-12T22:28:47.114Z[ recovery-image] Aug 12 22:28:45.117 INFO O| Aug 12 22:28:45.117 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-08-12T22:28:47.124Z[ recovery-image] Aug 12 22:28:45.127 INFO O| Aug 12 22:28:45.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
66572024-08-12T22:28:47.124Z[ recovery-image] Aug 12 22:28:45.127 INFO O| Aug 12 22:28:45.127 INFO STEP 940 (remove_files) COMPLETE
66582024-08-12T22:28:47.127Z[ recovery-image] Aug 12 22:28:45.127 INFO O| Aug 12 22:28:45.127 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-08-12T22:28:47.133Z[ recovery-image] Aug 12 22:28:45.137 INFO O| Aug 12 22:28:45.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
66602024-08-12T22:28:47.136Z[ recovery-image] Aug 12 22:28:45.137 INFO O| Aug 12 22:28:45.137 INFO STEP 941 (remove_files) COMPLETE
66612024-08-12T22:28:47.136Z[ recovery-image] Aug 12 22:28:45.137 INFO O| Aug 12 22:28:45.137 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-08-12T22:28:47.143Z[ recovery-image] Aug 12 22:28:45.146 INFO O| Aug 12 22:28:45.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
66632024-08-12T22:28:47.143Z[ recovery-image] Aug 12 22:28:45.147 INFO O| Aug 12 22:28:45.146 INFO STEP 942 (remove_files) COMPLETE
66642024-08-12T22:28:47.146Z[ recovery-image] Aug 12 22:28:45.147 INFO O| Aug 12 22:28:45.147 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-08-12T22:28:47.153Z[ recovery-image] Aug 12 22:28:45.156 INFO O| Aug 12 22:28:45.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
66662024-08-12T22:28:47.153Z[ recovery-image] Aug 12 22:28:45.156 INFO O| Aug 12 22:28:45.156 INFO STEP 943 (remove_files) COMPLETE
66672024-08-12T22:28:47.156Z[ recovery-image] Aug 12 22:28:45.156 INFO O| Aug 12 22:28:45.156 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-08-12T22:28:47.163Z[ recovery-image] Aug 12 22:28:45.166 INFO O| Aug 12 22:28:45.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
66692024-08-12T22:28:47.163Z[ recovery-image] Aug 12 22:28:45.166 INFO O| Aug 12 22:28:45.166 INFO STEP 944 (remove_files) COMPLETE
66702024-08-12T22:28:47.165Z[ recovery-image] Aug 12 22:28:45.166 INFO O| Aug 12 22:28:45.166 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-08-12T22:28:47.172Z[ recovery-image] Aug 12 22:28:45.175 INFO O| Aug 12 22:28:45.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
66722024-08-12T22:28:47.175Z[ recovery-image] Aug 12 22:28:45.176 INFO O| Aug 12 22:28:45.175 INFO STEP 945 (remove_files) COMPLETE
66732024-08-12T22:28:47.175Z[ recovery-image] Aug 12 22:28:45.176 INFO O| Aug 12 22:28:45.176 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-08-12T22:28:47.182Z[ recovery-image] Aug 12 22:28:45.185 INFO O| Aug 12 22:28:45.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
66752024-08-12T22:28:47.182Z[ recovery-image] Aug 12 22:28:45.185 INFO O| Aug 12 22:28:45.185 INFO STEP 946 (remove_files) COMPLETE
66762024-08-12T22:28:47.182Z[ recovery-image] Aug 12 22:28:45.185 INFO O| Aug 12 22:28:45.185 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-08-12T22:28:47.192Z[ recovery-image] Aug 12 22:28:45.195 INFO O| Aug 12 22:28:45.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
66782024-08-12T22:28:47.192Z[ recovery-image] Aug 12 22:28:45.195 INFO O| Aug 12 22:28:45.195 INFO STEP 947 (remove_files) COMPLETE
66792024-08-12T22:28:47.194Z[ recovery-image] Aug 12 22:28:45.195 INFO O| Aug 12 22:28:45.195 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-08-12T22:28:47.203Z[ recovery-image] Aug 12 22:28:45.204 INFO O| Aug 12 22:28:45.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
66812024-08-12T22:28:47.203Z[ recovery-image] Aug 12 22:28:45.204 INFO O| Aug 12 22:28:45.204 INFO STEP 948 (remove_files) COMPLETE
66822024-08-12T22:28:47.206Z[ recovery-image] Aug 12 22:28:45.205 INFO O| Aug 12 22:28:45.204 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-08-12T22:28:47.212Z[ recovery-image] Aug 12 22:28:45.214 INFO O| Aug 12 22:28:45.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
66842024-08-12T22:28:47.212Z[ recovery-image] Aug 12 22:28:45.214 INFO O| Aug 12 22:28:45.214 INFO STEP 949 (remove_files) COMPLETE
66852024-08-12T22:28:47.212Z[ recovery-image] Aug 12 22:28:45.214 INFO O| Aug 12 22:28:45.214 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-08-12T22:28:47.220Z[ recovery-image] Aug 12 22:28:45.224 INFO O| Aug 12 22:28:45.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
66872024-08-12T22:28:47.223Z[ recovery-image] Aug 12 22:28:45.224 INFO O| Aug 12 22:28:45.224 INFO STEP 950 (remove_files) COMPLETE
66882024-08-12T22:28:47.223Z[ recovery-image] Aug 12 22:28:45.224 INFO O| Aug 12 22:28:45.224 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-08-12T22:28:47.230Z[ recovery-image] Aug 12 22:28:45.233 INFO O| Aug 12 22:28:45.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
66902024-08-12T22:28:47.233Z[ recovery-image] Aug 12 22:28:45.233 INFO O| Aug 12 22:28:45.233 INFO STEP 951 (remove_files) COMPLETE
66912024-08-12T22:28:47.233Z[ recovery-image] Aug 12 22:28:45.233 INFO O| Aug 12 22:28:45.233 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-08-12T22:28:47.240Z[ recovery-image] Aug 12 22:28:45.243 INFO O| Aug 12 22:28:45.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
66932024-08-12T22:28:47.242Z[ recovery-image] Aug 12 22:28:45.243 INFO O| Aug 12 22:28:45.243 INFO STEP 952 (remove_files) COMPLETE
66942024-08-12T22:28:47.242Z[ recovery-image] Aug 12 22:28:45.243 INFO O| Aug 12 22:28:45.243 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-08-12T22:28:47.252Z[ recovery-image] Aug 12 22:28:45.255 INFO O| Aug 12 22:28:45.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
66962024-08-12T22:28:47.255Z[ recovery-image] Aug 12 22:28:45.255 INFO O| Aug 12 22:28:45.255 INFO STEP 953 (remove_files) COMPLETE
66972024-08-12T22:28:47.255Z[ recovery-image] Aug 12 22:28:45.255 INFO O| Aug 12 22:28:45.255 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-08-12T22:28:47.262Z[ recovery-image] Aug 12 22:28:45.265 INFO O| Aug 12 22:28:45.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
66992024-08-12T22:28:47.265Z[ recovery-image] Aug 12 22:28:45.265 INFO O| Aug 12 22:28:45.265 INFO STEP 954 (remove_files) COMPLETE
67002024-08-12T22:28:47.265Z[ recovery-image] Aug 12 22:28:45.265 INFO O| Aug 12 22:28:45.265 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-08-12T22:28:47.272Z[ recovery-image] Aug 12 22:28:45.275 INFO O| Aug 12 22:28:45.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67022024-08-12T22:28:47.275Z[ recovery-image] Aug 12 22:28:45.275 INFO O| Aug 12 22:28:45.275 INFO STEP 955 (remove_files) COMPLETE
67032024-08-12T22:28:47.275Z[ recovery-image] Aug 12 22:28:45.275 INFO O| Aug 12 22:28:45.275 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-08-12T22:28:47.284Z[ recovery-image] Aug 12 22:28:45.287 INFO O| Aug 12 22:28:45.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67052024-08-12T22:28:47.284Z[ recovery-image] Aug 12 22:28:45.287 INFO O| Aug 12 22:28:45.287 INFO STEP 956 (remove_files) COMPLETE
67062024-08-12T22:28:47.286Z[ recovery-image] Aug 12 22:28:45.287 INFO O| Aug 12 22:28:45.287 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-08-12T22:28:47.293Z[ recovery-image] Aug 12 22:28:45.296 INFO O| Aug 12 22:28:45.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67082024-08-12T22:28:47.293Z[ recovery-image] Aug 12 22:28:45.296 INFO O| Aug 12 22:28:45.296 INFO STEP 957 (remove_files) COMPLETE
67092024-08-12T22:28:47.296Z[ recovery-image] Aug 12 22:28:45.296 INFO O| Aug 12 22:28:45.296 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-08-12T22:28:47.304Z[ recovery-image] Aug 12 22:28:45.307 INFO O| Aug 12 22:28:45.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67112024-08-12T22:28:47.307Z[ recovery-image] Aug 12 22:28:45.307 INFO O| Aug 12 22:28:45.307 INFO STEP 958 (remove_files) COMPLETE
67122024-08-12T22:28:47.307Z[ recovery-image] Aug 12 22:28:45.307 INFO O| Aug 12 22:28:45.307 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-08-12T22:28:47.307Z[ host-image] Aug 12 22:28:45.308 INFO O| Aug 12 22:28:45.308 INFO O| Done
67142024-08-12T22:28:47.314Z[ recovery-image] Aug 12 22:28:45.317 INFO O| Aug 12 22:28:45.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67152024-08-12T22:28:47.314Z[ recovery-image] Aug 12 22:28:45.317 INFO O| Aug 12 22:28:45.317 INFO STEP 959 (remove_files) COMPLETE
67162024-08-12T22:28:47.314Z[ recovery-image] Aug 12 22:28:45.317 INFO O| Aug 12 22:28:45.317 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-08-12T22:28:47.324Z[ recovery-image] Aug 12 22:28:45.328 INFO O| Aug 12 22:28:45.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67182024-08-12T22:28:47.325Z[ recovery-image] Aug 12 22:28:45.328 INFO O| Aug 12 22:28:45.328 INFO STEP 960 (remove_files) COMPLETE
67192024-08-12T22:28:47.325Z[ recovery-image] Aug 12 22:28:45.328 INFO O| Aug 12 22:28:45.328 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-08-12T22:28:47.333Z[ host-image] Aug 12 22:28:45.336 INFO O| Aug 12 22:28:45.336 INFO O| Done
67212024-08-12T22:28:47.336Z[ host-image] Aug 12 22:28:45.336 INFO O| Aug 12 22:28:45.336 INFO O| Done
67222024-08-12T22:28:47.339Z[ recovery-image] Aug 12 22:28:45.339 INFO O| Aug 12 22:28:45.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67232024-08-12T22:28:47.339Z[ recovery-image] Aug 12 22:28:45.339 INFO O| Aug 12 22:28:45.339 INFO STEP 961 (remove_files) COMPLETE
67242024-08-12T22:28:47.339Z[ recovery-image] Aug 12 22:28:45.339 INFO O| Aug 12 22:28:45.339 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-08-12T22:28:47.346Z[ recovery-image] Aug 12 22:28:45.349 INFO O| Aug 12 22:28:45.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67262024-08-12T22:28:47.346Z[ recovery-image] Aug 12 22:28:45.349 INFO O| Aug 12 22:28:45.349 INFO STEP 962 (remove_files) COMPLETE
67272024-08-12T22:28:47.349Z[ recovery-image] Aug 12 22:28:45.349 INFO O| Aug 12 22:28:45.349 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-08-12T22:28:47.349Z[ host-image] Aug 12 22:28:45.351 INFO O| Aug 12 22:28:45.351 INFO O| Done
67292024-08-12T22:28:47.356Z[ recovery-image] Aug 12 22:28:45.359 INFO O| Aug 12 22:28:45.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67302024-08-12T22:28:47.356Z[ recovery-image] Aug 12 22:28:45.359 INFO O| Aug 12 22:28:45.359 INFO STEP 963 (remove_files) COMPLETE
67312024-08-12T22:28:47.356Z[ recovery-image] Aug 12 22:28:45.359 INFO O| Aug 12 22:28:45.359 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-08-12T22:28:47.368Z[ recovery-image] Aug 12 22:28:45.371 INFO O| Aug 12 22:28:45.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67332024-08-12T22:28:47.368Z[ recovery-image] Aug 12 22:28:45.371 INFO O| Aug 12 22:28:45.371 INFO STEP 964 (remove_files) COMPLETE
67342024-08-12T22:28:47.371Z[ recovery-image] Aug 12 22:28:45.371 INFO O| Aug 12 22:28:45.371 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-08-12T22:28:47.380Z[ recovery-image] Aug 12 22:28:45.383 INFO O| Aug 12 22:28:45.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67362024-08-12T22:28:47.380Z[ recovery-image] Aug 12 22:28:45.383 INFO O| Aug 12 22:28:45.383 INFO STEP 965 (remove_files) COMPLETE
67372024-08-12T22:28:47.383Z[ recovery-image] Aug 12 22:28:45.383 INFO O| Aug 12 22:28:45.383 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-08-12T22:28:47.390Z[ recovery-image] Aug 12 22:28:45.393 INFO O| Aug 12 22:28:45.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67392024-08-12T22:28:47.393Z[ recovery-image] Aug 12 22:28:45.393 INFO O| Aug 12 22:28:45.393 INFO STEP 966 (remove_files) COMPLETE
67402024-08-12T22:28:47.393Z[ recovery-image] Aug 12 22:28:45.393 INFO O| Aug 12 22:28:45.393 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-08-12T22:28:47.400Z[ recovery-image] Aug 12 22:28:45.403 INFO O| Aug 12 22:28:45.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67422024-08-12T22:28:47.400Z[ recovery-image] Aug 12 22:28:45.403 INFO O| Aug 12 22:28:45.403 INFO STEP 967 (remove_files) COMPLETE
67432024-08-12T22:28:47.400Z[ recovery-image] Aug 12 22:28:45.403 INFO O| Aug 12 22:28:45.403 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-08-12T22:28:47.410Z[ recovery-image] Aug 12 22:28:45.413 INFO O| Aug 12 22:28:45.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67452024-08-12T22:28:47.410Z[ recovery-image] Aug 12 22:28:45.413 INFO O| Aug 12 22:28:45.413 INFO STEP 968 (remove_files) COMPLETE
67462024-08-12T22:28:47.413Z[ recovery-image] Aug 12 22:28:45.413 INFO O| Aug 12 22:28:45.413 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-08-12T22:28:47.420Z[ recovery-image] Aug 12 22:28:45.423 INFO O| Aug 12 22:28:45.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67482024-08-12T22:28:47.422Z[ recovery-image] Aug 12 22:28:45.423 INFO O| Aug 12 22:28:45.423 INFO STEP 969 (remove_files) COMPLETE
67492024-08-12T22:28:47.423Z[ recovery-image] Aug 12 22:28:45.423 INFO O| Aug 12 22:28:45.423 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-08-12T22:28:47.430Z[ recovery-image] Aug 12 22:28:45.433 INFO O| Aug 12 22:28:45.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67512024-08-12T22:28:47.430Z[ recovery-image] Aug 12 22:28:45.433 INFO O| Aug 12 22:28:45.433 INFO STEP 970 (remove_files) COMPLETE
67522024-08-12T22:28:47.432Z[ recovery-image] Aug 12 22:28:45.433 INFO O| Aug 12 22:28:45.433 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-08-12T22:28:47.441Z[ recovery-image] Aug 12 22:28:45.443 INFO O| Aug 12 22:28:45.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67542024-08-12T22:28:47.444Z[ recovery-image] Aug 12 22:28:45.443 INFO O| Aug 12 22:28:45.443 INFO STEP 971 (remove_files) COMPLETE
67552024-08-12T22:28:47.444Z[ recovery-image] Aug 12 22:28:45.443 INFO O| Aug 12 22:28:45.443 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-08-12T22:28:47.450Z[ recovery-image] Aug 12 22:28:45.453 INFO O| Aug 12 22:28:45.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
67572024-08-12T22:28:47.452Z[ host-image] Aug 12 22:28:45.453 INFO O| Aug 12 22:28:45.453 INFO STEP 12 (pkg_install) COMPLETE
67582024-08-12T22:28:47.452Z[ host-image] Aug 12 22:28:45.453 INFO O| Aug 12 22:28:45.453 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67592024-08-12T22:28:47.453Z[ recovery-image] Aug 12 22:28:45.453 INFO O| Aug 12 22:28:45.453 INFO STEP 972 (remove_files) COMPLETE
67602024-08-12T22:28:47.453Z[ recovery-image] Aug 12 22:28:45.454 INFO O| Aug 12 22:28:45.453 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-08-12T22:28:47.469Z[ host-image] Aug 12 22:28:45.464 INFO O| Aug 12 22:28:45.463 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
67622024-08-12T22:28:47.478Z[ recovery-image] Aug 12 22:28:45.464 INFO O| Aug 12 22:28:45.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
67632024-08-12T22:28:47.478Z[ recovery-image] Aug 12 22:28:45.464 INFO O| Aug 12 22:28:45.464 INFO STEP 973 (remove_files) COMPLETE
67642024-08-12T22:28:47.478Z[ recovery-image] Aug 12 22:28:45.464 INFO O| Aug 12 22:28:45.464 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-08-12T22:28:47.478Z[ recovery-image] Aug 12 22:28:45.474 INFO O| Aug 12 22:28:45.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
67662024-08-12T22:28:47.478Z[ recovery-image] Aug 12 22:28:45.474 INFO O| Aug 12 22:28:45.474 INFO STEP 974 (remove_files) COMPLETE
67672024-08-12T22:28:47.478Z[ recovery-image] Aug 12 22:28:45.474 INFO O| Aug 12 22:28:45.474 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-08-12T22:28:47.483Z[ recovery-image] Aug 12 22:28:45.484 INFO O| Aug 12 22:28:45.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
67692024-08-12T22:28:47.483Z[ recovery-image] Aug 12 22:28:45.484 INFO O| Aug 12 22:28:45.484 INFO STEP 975 (remove_files) COMPLETE
67702024-08-12T22:28:47.486Z[ recovery-image] Aug 12 22:28:45.484 INFO O| Aug 12 22:28:45.484 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-08-12T22:28:47.491Z[ recovery-image] Aug 12 22:28:45.494 INFO O| Aug 12 22:28:45.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
67722024-08-12T22:28:47.491Z[ recovery-image] Aug 12 22:28:45.494 INFO O| Aug 12 22:28:45.494 INFO STEP 976 (remove_files) COMPLETE
67732024-08-12T22:28:47.491Z[ recovery-image] Aug 12 22:28:45.494 INFO O| Aug 12 22:28:45.494 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-08-12T22:28:47.500Z[ recovery-image] Aug 12 22:28:45.503 INFO O| Aug 12 22:28:45.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
67752024-08-12T22:28:47.503Z[ recovery-image] Aug 12 22:28:45.503 INFO O| Aug 12 22:28:45.503 INFO STEP 977 (remove_files) COMPLETE
67762024-08-12T22:28:47.503Z[ recovery-image] Aug 12 22:28:45.503 INFO O| Aug 12 22:28:45.503 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-08-12T22:28:47.511Z[ recovery-image] Aug 12 22:28:45.514 INFO O| Aug 12 22:28:45.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
67782024-08-12T22:28:47.515Z[ recovery-image] Aug 12 22:28:45.514 INFO O| Aug 12 22:28:45.514 INFO STEP 978 (remove_files) COMPLETE
67792024-08-12T22:28:47.515Z[ recovery-image] Aug 12 22:28:45.514 INFO O| Aug 12 22:28:45.514 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-08-12T22:28:47.521Z[ recovery-image] Aug 12 22:28:45.524 INFO O| Aug 12 22:28:45.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
67812024-08-12T22:28:47.523Z[ recovery-image] Aug 12 22:28:45.524 INFO O| Aug 12 22:28:45.524 INFO STEP 979 (remove_files) COMPLETE
67822024-08-12T22:28:47.524Z[ recovery-image] Aug 12 22:28:45.524 INFO O| Aug 12 22:28:45.524 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-08-12T22:28:47.531Z[ recovery-image] Aug 12 22:28:45.534 INFO O| Aug 12 22:28:45.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
67842024-08-12T22:28:47.531Z[ recovery-image] Aug 12 22:28:45.534 INFO O| Aug 12 22:28:45.534 INFO STEP 980 (remove_files) COMPLETE
67852024-08-12T22:28:47.534Z[ recovery-image] Aug 12 22:28:45.534 INFO O| Aug 12 22:28:45.534 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-08-12T22:28:47.541Z[ recovery-image] Aug 12 22:28:45.544 INFO O| Aug 12 22:28:45.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
67872024-08-12T22:28:47.544Z[ recovery-image] Aug 12 22:28:45.544 INFO O| Aug 12 22:28:45.544 INFO STEP 981 (remove_files) COMPLETE
67882024-08-12T22:28:47.544Z[ recovery-image] Aug 12 22:28:45.544 INFO O| Aug 12 22:28:45.544 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-08-12T22:28:47.551Z[ recovery-image] Aug 12 22:28:45.554 INFO O| Aug 12 22:28:45.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
67902024-08-12T22:28:47.554Z[ recovery-image] Aug 12 22:28:45.554 INFO O| Aug 12 22:28:45.554 INFO STEP 982 (remove_files) COMPLETE
67912024-08-12T22:28:47.554Z[ recovery-image] Aug 12 22:28:45.554 INFO O| Aug 12 22:28:45.554 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-08-12T22:28:47.565Z[ recovery-image] Aug 12 22:28:45.563 INFO O| Aug 12 22:28:45.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
67932024-08-12T22:28:47.565Z[ recovery-image] Aug 12 22:28:45.563 INFO O| Aug 12 22:28:45.563 INFO STEP 983 (remove_files) COMPLETE
67942024-08-12T22:28:47.568Z[ recovery-image] Aug 12 22:28:45.563 INFO O| Aug 12 22:28:45.563 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-08-12T22:28:47.571Z[ recovery-image] Aug 12 22:28:45.573 INFO O| Aug 12 22:28:45.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
67962024-08-12T22:28:47.571Z[ recovery-image] Aug 12 22:28:45.573 INFO O| Aug 12 22:28:45.573 INFO STEP 984 (remove_files) COMPLETE
67972024-08-12T22:28:47.571Z[ recovery-image] Aug 12 22:28:45.573 INFO O| Aug 12 22:28:45.573 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-08-12T22:28:47.580Z[ recovery-image] Aug 12 22:28:45.583 INFO O| Aug 12 22:28:45.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
67992024-08-12T22:28:47.580Z[ recovery-image] Aug 12 22:28:45.583 INFO O| Aug 12 22:28:45.583 INFO STEP 985 (remove_files) COMPLETE
68002024-08-12T22:28:47.583Z[ recovery-image] Aug 12 22:28:45.583 INFO O| Aug 12 22:28:45.583 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-08-12T22:28:47.589Z[ recovery-image] Aug 12 22:28:45.592 INFO O| Aug 12 22:28:45.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68022024-08-12T22:28:47.592Z[ recovery-image] Aug 12 22:28:45.593 INFO O| Aug 12 22:28:45.593 INFO STEP 986 (remove_files) COMPLETE
68032024-08-12T22:28:47.592Z[ recovery-image] Aug 12 22:28:45.593 INFO O| Aug 12 22:28:45.593 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-08-12T22:28:47.601Z[ recovery-image] Aug 12 22:28:45.602 INFO O| Aug 12 22:28:45.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68052024-08-12T22:28:47.601Z[ recovery-image] Aug 12 22:28:45.602 INFO O| Aug 12 22:28:45.602 INFO STEP 987 (remove_files) COMPLETE
68062024-08-12T22:28:47.603Z[ recovery-image] Aug 12 22:28:45.602 INFO O| Aug 12 22:28:45.602 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-08-12T22:28:47.609Z[ recovery-image] Aug 12 22:28:45.612 INFO O| Aug 12 22:28:45.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68082024-08-12T22:28:47.609Z[ recovery-image] Aug 12 22:28:45.612 INFO O| Aug 12 22:28:45.612 INFO STEP 988 (remove_files) COMPLETE
68092024-08-12T22:28:47.612Z[ recovery-image] Aug 12 22:28:45.612 INFO O| Aug 12 22:28:45.612 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-08-12T22:28:47.619Z[ recovery-image] Aug 12 22:28:45.622 INFO O| Aug 12 22:28:45.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68112024-08-12T22:28:47.619Z[ recovery-image] Aug 12 22:28:45.622 INFO O| Aug 12 22:28:45.622 INFO STEP 989 (remove_files) COMPLETE
68122024-08-12T22:28:47.622Z[ recovery-image] Aug 12 22:28:45.622 INFO O| Aug 12 22:28:45.622 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-08-12T22:28:47.629Z[ recovery-image] Aug 12 22:28:45.632 INFO O| Aug 12 22:28:45.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68142024-08-12T22:28:47.631Z[ recovery-image] Aug 12 22:28:45.632 INFO O| Aug 12 22:28:45.632 INFO STEP 990 (remove_files) COMPLETE
68152024-08-12T22:28:47.631Z[ recovery-image] Aug 12 22:28:45.632 INFO O| Aug 12 22:28:45.632 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-08-12T22:28:47.638Z[ recovery-image] Aug 12 22:28:45.642 INFO O| Aug 12 22:28:45.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68172024-08-12T22:28:47.639Z[ recovery-image] Aug 12 22:28:45.642 INFO O| Aug 12 22:28:45.642 INFO STEP 991 (remove_files) COMPLETE
68182024-08-12T22:28:47.639Z[ recovery-image] Aug 12 22:28:45.642 INFO O| Aug 12 22:28:45.642 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-08-12T22:28:47.648Z[ recovery-image] Aug 12 22:28:45.651 INFO O| Aug 12 22:28:45.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68202024-08-12T22:28:47.648Z[ recovery-image] Aug 12 22:28:45.651 INFO O| Aug 12 22:28:45.651 INFO STEP 992 (remove_files) COMPLETE
68212024-08-12T22:28:47.648Z[ recovery-image] Aug 12 22:28:45.651 INFO O| Aug 12 22:28:45.651 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-08-12T22:28:47.658Z[ recovery-image] Aug 12 22:28:45.661 INFO O| Aug 12 22:28:45.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68232024-08-12T22:28:47.660Z[ recovery-image] Aug 12 22:28:45.661 INFO O| Aug 12 22:28:45.661 INFO STEP 993 (remove_files) COMPLETE
68242024-08-12T22:28:47.660Z[ recovery-image] Aug 12 22:28:45.661 INFO O| Aug 12 22:28:45.661 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-08-12T22:28:47.667Z[ recovery-image] Aug 12 22:28:45.670 INFO O| Aug 12 22:28:45.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68262024-08-12T22:28:47.670Z[ recovery-image] Aug 12 22:28:45.670 INFO O| Aug 12 22:28:45.670 INFO STEP 994 (remove_files) COMPLETE
68272024-08-12T22:28:47.670Z[ recovery-image] Aug 12 22:28:45.670 INFO O| Aug 12 22:28:45.670 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-08-12T22:28:47.677Z[ recovery-image] Aug 12 22:28:45.680 INFO O| Aug 12 22:28:45.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68292024-08-12T22:28:47.677Z[ recovery-image] Aug 12 22:28:45.680 INFO O| Aug 12 22:28:45.680 INFO STEP 995 (remove_files) COMPLETE
68302024-08-12T22:28:47.679Z[ recovery-image] Aug 12 22:28:45.680 INFO O| Aug 12 22:28:45.680 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-08-12T22:28:47.687Z[ recovery-image] Aug 12 22:28:45.690 INFO O| Aug 12 22:28:45.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68322024-08-12T22:28:47.687Z[ recovery-image] Aug 12 22:28:45.690 INFO O| Aug 12 22:28:45.690 INFO STEP 996 (remove_files) COMPLETE
68332024-08-12T22:28:47.687Z[ recovery-image] Aug 12 22:28:45.690 INFO O| Aug 12 22:28:45.690 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-08-12T22:28:47.697Z[ recovery-image] Aug 12 22:28:45.700 INFO O| Aug 12 22:28:45.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68352024-08-12T22:28:47.697Z[ recovery-image] Aug 12 22:28:45.700 INFO O| Aug 12 22:28:45.700 INFO STEP 997 (remove_files) COMPLETE
68362024-08-12T22:28:47.699Z[ recovery-image] Aug 12 22:28:45.700 INFO O| Aug 12 22:28:45.700 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-08-12T22:28:47.706Z[ recovery-image] Aug 12 22:28:45.709 INFO O| Aug 12 22:28:45.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68382024-08-12T22:28:47.706Z[ recovery-image] Aug 12 22:28:45.709 INFO O| Aug 12 22:28:45.709 INFO STEP 998 (remove_files) COMPLETE
68392024-08-12T22:28:47.706Z[ recovery-image] Aug 12 22:28:45.709 INFO O| Aug 12 22:28:45.709 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-08-12T22:28:47.716Z[ recovery-image] Aug 12 22:28:45.719 INFO O| Aug 12 22:28:45.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68412024-08-12T22:28:47.716Z[ recovery-image] Aug 12 22:28:45.719 INFO O| Aug 12 22:28:45.719 INFO STEP 999 (remove_files) COMPLETE
68422024-08-12T22:28:47.716Z[ recovery-image] Aug 12 22:28:45.719 INFO O| Aug 12 22:28:45.719 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-08-12T22:28:47.726Z[ recovery-image] Aug 12 22:28:45.729 INFO O| Aug 12 22:28:45.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68442024-08-12T22:28:47.729Z[ recovery-image] Aug 12 22:28:45.729 INFO O| Aug 12 22:28:45.729 INFO STEP 1000 (remove_files) COMPLETE
68452024-08-12T22:28:47.729Z[ recovery-image] Aug 12 22:28:45.729 INFO O| Aug 12 22:28:45.729 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-08-12T22:28:47.736Z[ recovery-image] Aug 12 22:28:45.739 INFO O| Aug 12 22:28:45.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68472024-08-12T22:28:47.736Z[ recovery-image] Aug 12 22:28:45.739 INFO O| Aug 12 22:28:45.739 INFO STEP 1001 (remove_files) COMPLETE
68482024-08-12T22:28:47.738Z[ recovery-image] Aug 12 22:28:45.739 INFO O| Aug 12 22:28:45.739 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-08-12T22:28:47.746Z[ recovery-image] Aug 12 22:28:45.749 INFO O| Aug 12 22:28:45.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68502024-08-12T22:28:47.746Z[ recovery-image] Aug 12 22:28:45.749 INFO O| Aug 12 22:28:45.749 INFO STEP 1002 (remove_files) COMPLETE
68512024-08-12T22:28:47.751Z[ recovery-image] Aug 12 22:28:45.749 INFO O| Aug 12 22:28:45.749 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-08-12T22:28:47.755Z[ recovery-image] Aug 12 22:28:45.758 INFO O| Aug 12 22:28:45.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68532024-08-12T22:28:47.758Z[ recovery-image] Aug 12 22:28:45.758 INFO O| Aug 12 22:28:45.758 INFO STEP 1003 (remove_files) COMPLETE
68542024-08-12T22:28:47.758Z[ recovery-image] Aug 12 22:28:45.758 INFO O| Aug 12 22:28:45.758 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-08-12T22:28:47.765Z[ recovery-image] Aug 12 22:28:45.768 INFO O| Aug 12 22:28:45.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68562024-08-12T22:28:47.765Z[ recovery-image] Aug 12 22:28:45.768 INFO O| Aug 12 22:28:45.768 INFO STEP 1004 (remove_files) COMPLETE
68572024-08-12T22:28:47.768Z[ recovery-image] Aug 12 22:28:45.768 INFO O| Aug 12 22:28:45.768 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-08-12T22:28:47.775Z[ recovery-image] Aug 12 22:28:45.778 INFO O| Aug 12 22:28:45.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
68592024-08-12T22:28:47.778Z[ recovery-image] Aug 12 22:28:45.778 INFO O| Aug 12 22:28:45.778 INFO STEP 1005 (remove_files) COMPLETE
68602024-08-12T22:28:47.778Z[ recovery-image] Aug 12 22:28:45.778 INFO O| Aug 12 22:28:45.778 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-08-12T22:28:47.786Z[ recovery-image] Aug 12 22:28:45.789 INFO O| Aug 12 22:28:45.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
68622024-08-12T22:28:47.789Z[ recovery-image] Aug 12 22:28:45.789 INFO O| Aug 12 22:28:45.789 INFO STEP 1006 (remove_files) COMPLETE
68632024-08-12T22:28:47.790Z[ recovery-image] Aug 12 22:28:45.789 INFO O| Aug 12 22:28:45.789 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-08-12T22:28:47.796Z[ recovery-image] Aug 12 22:28:45.799 INFO O| Aug 12 22:28:45.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
68652024-08-12T22:28:47.797Z[ recovery-image] Aug 12 22:28:45.799 INFO O| Aug 12 22:28:45.799 INFO STEP 1007 (remove_files) COMPLETE
68662024-08-12T22:28:47.800Z[ recovery-image] Aug 12 22:28:45.799 INFO O| Aug 12 22:28:45.799 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-08-12T22:28:47.806Z[ recovery-image] Aug 12 22:28:45.809 INFO O| Aug 12 22:28:45.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
68682024-08-12T22:28:47.806Z[ recovery-image] Aug 12 22:28:45.809 INFO O| Aug 12 22:28:45.809 INFO STEP 1008 (remove_files) COMPLETE
68692024-08-12T22:28:47.809Z[ recovery-image] Aug 12 22:28:45.809 INFO O| Aug 12 22:28:45.809 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-08-12T22:28:47.816Z[ recovery-image] Aug 12 22:28:45.818 INFO O| Aug 12 22:28:45.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
68712024-08-12T22:28:47.818Z[ recovery-image] Aug 12 22:28:45.819 INFO O| Aug 12 22:28:45.819 INFO STEP 1009 (remove_files) COMPLETE
68722024-08-12T22:28:47.818Z[ recovery-image] Aug 12 22:28:45.819 INFO O| Aug 12 22:28:45.819 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-08-12T22:28:47.826Z[ recovery-image] Aug 12 22:28:45.829 INFO O| Aug 12 22:28:45.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
68742024-08-12T22:28:47.826Z[ recovery-image] Aug 12 22:28:45.829 INFO O| Aug 12 22:28:45.829 INFO STEP 1010 (remove_files) COMPLETE
68752024-08-12T22:28:47.828Z[ recovery-image] Aug 12 22:28:45.829 INFO O| Aug 12 22:28:45.829 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-08-12T22:28:47.836Z[ recovery-image] Aug 12 22:28:45.839 INFO O| Aug 12 22:28:45.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
68772024-08-12T22:28:47.839Z[ recovery-image] Aug 12 22:28:45.839 INFO O| Aug 12 22:28:45.839 INFO STEP 1011 (remove_files) COMPLETE
68782024-08-12T22:28:47.839Z[ recovery-image] Aug 12 22:28:45.839 INFO O| Aug 12 22:28:45.839 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-08-12T22:28:47.846Z[ recovery-image] Aug 12 22:28:45.848 INFO O| Aug 12 22:28:45.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
68802024-08-12T22:28:47.846Z[ recovery-image] Aug 12 22:28:45.849 INFO O| Aug 12 22:28:45.849 INFO STEP 1012 (remove_files) COMPLETE
68812024-08-12T22:28:47.848Z[ recovery-image] Aug 12 22:28:45.849 INFO O| Aug 12 22:28:45.849 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-08-12T22:28:47.855Z[ recovery-image] Aug 12 22:28:45.858 INFO O| Aug 12 22:28:45.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
68832024-08-12T22:28:47.855Z[ recovery-image] Aug 12 22:28:45.858 INFO O| Aug 12 22:28:45.858 INFO STEP 1013 (remove_files) COMPLETE
68842024-08-12T22:28:47.855Z[ recovery-image] Aug 12 22:28:45.858 INFO O| Aug 12 22:28:45.858 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-08-12T22:28:47.865Z[ recovery-image] Aug 12 22:28:45.868 INFO O| Aug 12 22:28:45.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
68862024-08-12T22:28:47.868Z[ recovery-image] Aug 12 22:28:45.868 INFO O| Aug 12 22:28:45.868 INFO STEP 1014 (remove_files) COMPLETE
68872024-08-12T22:28:47.868Z[ recovery-image] Aug 12 22:28:45.868 INFO O| Aug 12 22:28:45.868 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-08-12T22:28:47.875Z[ recovery-image] Aug 12 22:28:45.878 INFO O| Aug 12 22:28:45.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
68892024-08-12T22:28:47.875Z[ recovery-image] Aug 12 22:28:45.878 INFO O| Aug 12 22:28:45.878 INFO STEP 1015 (remove_files) COMPLETE
68902024-08-12T22:28:47.875Z[ recovery-image] Aug 12 22:28:45.878 INFO O| Aug 12 22:28:45.878 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-08-12T22:28:47.885Z[ recovery-image] Aug 12 22:28:45.888 INFO O| Aug 12 22:28:45.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
68922024-08-12T22:28:47.885Z[ recovery-image] Aug 12 22:28:45.888 INFO O| Aug 12 22:28:45.888 INFO STEP 1016 (remove_files) COMPLETE
68932024-08-12T22:28:47.887Z[ recovery-image] Aug 12 22:28:45.888 INFO O| Aug 12 22:28:45.888 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-08-12T22:28:47.895Z[ recovery-image] Aug 12 22:28:45.897 INFO O| Aug 12 22:28:45.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
68952024-08-12T22:28:47.897Z[ recovery-image] Aug 12 22:28:45.898 INFO O| Aug 12 22:28:45.898 INFO STEP 1017 (remove_files) COMPLETE
68962024-08-12T22:28:47.897Z[ recovery-image] Aug 12 22:28:45.898 INFO O| Aug 12 22:28:45.898 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-08-12T22:28:47.897Z[ host-image] Aug 12 22:28:45.900 INFO O| Aug 12 22:28:45.900 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
68982024-08-12T22:28:47.905Z[ recovery-image] Aug 12 22:28:45.908 INFO O| Aug 12 22:28:45.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
68992024-08-12T22:28:47.908Z[ recovery-image] Aug 12 22:28:45.908 INFO O| Aug 12 22:28:45.908 INFO STEP 1018 (remove_files) COMPLETE
69002024-08-12T22:28:47.908Z[ recovery-image] Aug 12 22:28:45.908 INFO O| Aug 12 22:28:45.908 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-12T22:28:47.916Z[ recovery-image] Aug 12 22:28:45.919 INFO O| Aug 12 22:28:45.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69022024-08-12T22:28:47.919Z[ recovery-image] Aug 12 22:28:45.919 INFO O| Aug 12 22:28:45.919 INFO STEP 1019 (remove_files) COMPLETE
69032024-08-12T22:28:47.919Z[ recovery-image] Aug 12 22:28:45.919 INFO O| Aug 12 22:28:45.919 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-12T22:28:47.927Z[ recovery-image] Aug 12 22:28:45.930 INFO O| Aug 12 22:28:45.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69052024-08-12T22:28:47.927Z[ recovery-image] Aug 12 22:28:45.930 INFO O| Aug 12 22:28:45.930 INFO STEP 1020 (remove_files) COMPLETE
69062024-08-12T22:28:47.927Z[ recovery-image] Aug 12 22:28:45.930 INFO O| Aug 12 22:28:45.930 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-12T22:28:47.937Z[ recovery-image] Aug 12 22:28:45.940 INFO O| Aug 12 22:28:45.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69082024-08-12T22:28:47.940Z[ recovery-image] Aug 12 22:28:45.940 INFO O| Aug 12 22:28:45.940 INFO STEP 1021 (remove_files) COMPLETE
69092024-08-12T22:28:47.940Z[ recovery-image] Aug 12 22:28:45.940 INFO O| Aug 12 22:28:45.940 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-12T22:28:47.947Z[ recovery-image] Aug 12 22:28:45.950 INFO O| Aug 12 22:28:45.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69112024-08-12T22:28:47.947Z[ recovery-image] Aug 12 22:28:45.950 INFO O| Aug 12 22:28:45.950 INFO STEP 1022 (remove_files) COMPLETE
69122024-08-12T22:28:47.947Z[ recovery-image] Aug 12 22:28:45.950 INFO O| Aug 12 22:28:45.950 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-12T22:28:47.957Z[ recovery-image] Aug 12 22:28:45.960 INFO O| Aug 12 22:28:45.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69142024-08-12T22:28:47.957Z[ recovery-image] Aug 12 22:28:45.960 INFO O| Aug 12 22:28:45.960 INFO STEP 1023 (remove_files) COMPLETE
69152024-08-12T22:28:47.957Z[ recovery-image] Aug 12 22:28:45.960 INFO O| Aug 12 22:28:45.960 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-12T22:28:47.967Z[ recovery-image] Aug 12 22:28:45.970 INFO O| Aug 12 22:28:45.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69172024-08-12T22:28:47.967Z[ recovery-image] Aug 12 22:28:45.970 INFO O| Aug 12 22:28:45.970 INFO STEP 1024 (remove_files) COMPLETE
69182024-08-12T22:28:47.967Z[ recovery-image] Aug 12 22:28:45.970 INFO O| Aug 12 22:28:45.970 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-12T22:28:47.977Z[ recovery-image] Aug 12 22:28:45.979 INFO O| Aug 12 22:28:45.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69202024-08-12T22:28:47.977Z[ recovery-image] Aug 12 22:28:45.980 INFO O| Aug 12 22:28:45.980 INFO STEP 1025 (remove_files) COMPLETE
69212024-08-12T22:28:47.979Z[ recovery-image] Aug 12 22:28:45.980 INFO O| Aug 12 22:28:45.980 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-12T22:28:47.986Z[ recovery-image] Aug 12 22:28:45.989 INFO O| Aug 12 22:28:45.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69232024-08-12T22:28:47.987Z[ recovery-image] Aug 12 22:28:45.989 INFO O| Aug 12 22:28:45.989 INFO STEP 1026 (remove_files) COMPLETE
69242024-08-12T22:28:47.989Z[ recovery-image] Aug 12 22:28:45.989 INFO O| Aug 12 22:28:45.989 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-12T22:28:47.996Z[ recovery-image] Aug 12 22:28:45.999 INFO O| Aug 12 22:28:45.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69262024-08-12T22:28:47.997Z[ recovery-image] Aug 12 22:28:45.999 INFO O| Aug 12 22:28:45.999 INFO STEP 1027 (remove_files) COMPLETE
69272024-08-12T22:28:47.997Z[ recovery-image] Aug 12 22:28:45.999 INFO O| Aug 12 22:28:45.999 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-08-12T22:28:48.009Z[ recovery-image] Aug 12 22:28:46.011 INFO O| Aug 12 22:28:46.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69292024-08-12T22:28:48.011Z[ recovery-image] Aug 12 22:28:46.011 INFO O| Aug 12 22:28:46.011 INFO STEP 1028 (remove_files) COMPLETE
69302024-08-12T22:28:48.011Z[ recovery-image] Aug 12 22:28:46.011 INFO O| Aug 12 22:28:46.011 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-08-12T22:28:48.019Z[ recovery-image] Aug 12 22:28:46.022 INFO O| Aug 12 22:28:46.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69322024-08-12T22:28:48.022Z[ recovery-image] Aug 12 22:28:46.023 INFO O| Aug 12 22:28:46.023 INFO STEP 1029 (remove_files) COMPLETE
69332024-08-12T22:28:48.022Z[ recovery-image] Aug 12 22:28:46.023 INFO O| Aug 12 22:28:46.023 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-08-12T22:28:48.031Z[ recovery-image] Aug 12 22:28:46.034 INFO O| Aug 12 22:28:46.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69352024-08-12T22:28:48.034Z[ recovery-image] Aug 12 22:28:46.034 INFO O| Aug 12 22:28:46.034 INFO STEP 1030 (remove_files) COMPLETE
69362024-08-12T22:28:48.034Z[ recovery-image] Aug 12 22:28:46.034 INFO O| Aug 12 22:28:46.034 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-08-12T22:28:48.041Z[ recovery-image] Aug 12 22:28:46.043 INFO O| Aug 12 22:28:46.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69382024-08-12T22:28:48.041Z[ recovery-image] Aug 12 22:28:46.043 INFO O| Aug 12 22:28:46.043 INFO STEP 1031 (remove_files) COMPLETE
69392024-08-12T22:28:48.041Z[ recovery-image] Aug 12 22:28:46.044 INFO O| Aug 12 22:28:46.043 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-08-12T22:28:48.050Z[ recovery-image] Aug 12 22:28:46.053 INFO O| Aug 12 22:28:46.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69412024-08-12T22:28:48.053Z[ recovery-image] Aug 12 22:28:46.053 INFO O| Aug 12 22:28:46.053 INFO STEP 1032 (remove_files) COMPLETE
69422024-08-12T22:28:48.053Z[ recovery-image] Aug 12 22:28:46.053 INFO O| Aug 12 22:28:46.053 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-08-12T22:28:48.061Z[ recovery-image] Aug 12 22:28:46.063 INFO O| Aug 12 22:28:46.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69442024-08-12T22:28:48.061Z[ recovery-image] Aug 12 22:28:46.063 INFO O| Aug 12 22:28:46.063 INFO STEP 1033 (remove_files) COMPLETE
69452024-08-12T22:28:48.061Z[ recovery-image] Aug 12 22:28:46.063 INFO O| Aug 12 22:28:46.063 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-08-12T22:28:48.071Z[ recovery-image] Aug 12 22:28:46.074 INFO O| Aug 12 22:28:46.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69472024-08-12T22:28:48.071Z[ recovery-image] Aug 12 22:28:46.074 INFO O| Aug 12 22:28:46.074 INFO STEP 1034 (remove_files) COMPLETE
69482024-08-12T22:28:48.073Z[ recovery-image] Aug 12 22:28:46.074 INFO O| Aug 12 22:28:46.074 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-08-12T22:28:48.085Z[ recovery-image] Aug 12 22:28:46.084 INFO O| Aug 12 22:28:46.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69502024-08-12T22:28:48.087Z[ recovery-image] Aug 12 22:28:46.084 INFO O| Aug 12 22:28:46.084 INFO STEP 1035 (remove_files) COMPLETE
69512024-08-12T22:28:48.087Z[ recovery-image] Aug 12 22:28:46.084 INFO O| Aug 12 22:28:46.084 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-08-12T22:28:48.091Z[ recovery-image] Aug 12 22:28:46.094 INFO O| Aug 12 22:28:46.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69532024-08-12T22:28:48.091Z[ recovery-image] Aug 12 22:28:46.094 INFO O| Aug 12 22:28:46.094 INFO STEP 1036 (remove_files) COMPLETE
69542024-08-12T22:28:48.094Z[ recovery-image] Aug 12 22:28:46.094 INFO O| Aug 12 22:28:46.094 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-08-12T22:28:48.100Z[ recovery-image] Aug 12 22:28:46.103 INFO O| Aug 12 22:28:46.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
69562024-08-12T22:28:48.103Z[ recovery-image] Aug 12 22:28:46.103 INFO O| Aug 12 22:28:46.103 INFO STEP 1037 (remove_files) COMPLETE
69572024-08-12T22:28:48.103Z[ recovery-image] Aug 12 22:28:46.103 INFO O| Aug 12 22:28:46.103 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-08-12T22:28:48.110Z[ recovery-image] Aug 12 22:28:46.113 INFO O| Aug 12 22:28:46.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
69592024-08-12T22:28:48.113Z[ recovery-image] Aug 12 22:28:46.113 INFO O| Aug 12 22:28:46.113 INFO STEP 1038 (remove_files) COMPLETE
69602024-08-12T22:28:48.113Z[ recovery-image] Aug 12 22:28:46.113 INFO O| Aug 12 22:28:46.113 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-08-12T22:28:48.120Z[ recovery-image] Aug 12 22:28:46.123 INFO O| Aug 12 22:28:46.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
69622024-08-12T22:28:48.120Z[ recovery-image] Aug 12 22:28:46.123 INFO O| Aug 12 22:28:46.123 INFO STEP 1039 (remove_files) COMPLETE
69632024-08-12T22:28:48.120Z[ recovery-image] Aug 12 22:28:46.123 INFO O| Aug 12 22:28:46.123 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-08-12T22:28:48.130Z[ recovery-image] Aug 12 22:28:46.133 INFO O| Aug 12 22:28:46.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
69652024-08-12T22:28:48.130Z[ recovery-image] Aug 12 22:28:46.133 INFO O| Aug 12 22:28:46.133 INFO STEP 1040 (remove_files) COMPLETE
69662024-08-12T22:28:48.130Z[ recovery-image] Aug 12 22:28:46.133 INFO O| Aug 12 22:28:46.133 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-08-12T22:28:48.144Z[ recovery-image] Aug 12 22:28:46.143 INFO O| Aug 12 22:28:46.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
69682024-08-12T22:28:48.144Z[ recovery-image] Aug 12 22:28:46.143 INFO O| Aug 12 22:28:46.143 INFO STEP 1041 (remove_files) COMPLETE
69692024-08-12T22:28:48.148Z[ recovery-image] Aug 12 22:28:46.143 INFO O| Aug 12 22:28:46.143 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-08-12T22:28:48.152Z[ recovery-image] Aug 12 22:28:46.152 INFO O| Aug 12 22:28:46.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
69712024-08-12T22:28:48.152Z[ recovery-image] Aug 12 22:28:46.152 INFO O| Aug 12 22:28:46.152 INFO STEP 1042 (remove_files) COMPLETE
69722024-08-12T22:28:48.152Z[ recovery-image] Aug 12 22:28:46.152 INFO O| Aug 12 22:28:46.152 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-08-12T22:28:48.160Z[ recovery-image] Aug 12 22:28:46.162 INFO O| Aug 12 22:28:46.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
69742024-08-12T22:28:48.160Z[ recovery-image] Aug 12 22:28:46.162 INFO O| Aug 12 22:28:46.162 INFO STEP 1043 (remove_files) COMPLETE
69752024-08-12T22:28:48.160Z[ recovery-image] Aug 12 22:28:46.163 INFO O| Aug 12 22:28:46.162 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-08-12T22:28:48.171Z[ recovery-image] Aug 12 22:28:46.174 INFO O| Aug 12 22:28:46.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
69772024-08-12T22:28:48.171Z[ recovery-image] Aug 12 22:28:46.174 INFO O| Aug 12 22:28:46.174 INFO STEP 1044 (remove_files) COMPLETE
69782024-08-12T22:28:48.171Z[ recovery-image] Aug 12 22:28:46.174 INFO O| Aug 12 22:28:46.174 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-08-12T22:28:48.182Z[ recovery-image] Aug 12 22:28:46.185 INFO O| Aug 12 22:28:46.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
69802024-08-12T22:28:48.182Z[ recovery-image] Aug 12 22:28:46.185 INFO O| Aug 12 22:28:46.185 INFO STEP 1045 (remove_files) COMPLETE
69812024-08-12T22:28:48.182Z[ recovery-image] Aug 12 22:28:46.185 INFO O| Aug 12 22:28:46.185 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-08-12T22:28:48.192Z[ recovery-image] Aug 12 22:28:46.195 INFO O| Aug 12 22:28:46.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
69832024-08-12T22:28:48.192Z[ recovery-image] Aug 12 22:28:46.195 INFO O| Aug 12 22:28:46.195 INFO STEP 1046 (remove_files) COMPLETE
69842024-08-12T22:28:48.192Z[ recovery-image] Aug 12 22:28:46.195 INFO O| Aug 12 22:28:46.195 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-08-12T22:28:48.202Z[ recovery-image] Aug 12 22:28:46.205 INFO O| Aug 12 22:28:46.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
69862024-08-12T22:28:48.202Z[ recovery-image] Aug 12 22:28:46.205 INFO O| Aug 12 22:28:46.205 INFO STEP 1047 (remove_files) COMPLETE
69872024-08-12T22:28:48.202Z[ recovery-image] Aug 12 22:28:46.205 INFO O| Aug 12 22:28:46.205 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-08-12T22:28:48.212Z[ recovery-image] Aug 12 22:28:46.214 INFO O| Aug 12 22:28:46.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
69892024-08-12T22:28:48.212Z[ recovery-image] Aug 12 22:28:46.214 INFO O| Aug 12 22:28:46.214 INFO STEP 1048 (remove_files) COMPLETE
69902024-08-12T22:28:48.214Z[ recovery-image] Aug 12 22:28:46.214 INFO O| Aug 12 22:28:46.214 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-08-12T22:28:48.221Z[ recovery-image] Aug 12 22:28:46.224 INFO O| Aug 12 22:28:46.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
69922024-08-12T22:28:48.222Z[ recovery-image] Aug 12 22:28:46.224 INFO O| Aug 12 22:28:46.224 INFO STEP 1049 (remove_files) COMPLETE
69932024-08-12T22:28:48.224Z[ recovery-image] Aug 12 22:28:46.224 INFO O| Aug 12 22:28:46.224 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-08-12T22:28:48.231Z[ recovery-image] Aug 12 22:28:46.234 INFO O| Aug 12 22:28:46.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
69952024-08-12T22:28:48.234Z[ recovery-image] Aug 12 22:28:46.234 INFO O| Aug 12 22:28:46.234 INFO STEP 1050 (remove_files) COMPLETE
69962024-08-12T22:28:48.234Z[ recovery-image] Aug 12 22:28:46.234 INFO O| Aug 12 22:28:46.234 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-08-12T22:28:48.241Z[ recovery-image] Aug 12 22:28:46.244 INFO O| Aug 12 22:28:46.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
69982024-08-12T22:28:48.244Z[ recovery-image] Aug 12 22:28:46.244 INFO O| Aug 12 22:28:46.244 INFO STEP 1051 (remove_files) COMPLETE
69992024-08-12T22:28:48.244Z[ recovery-image] Aug 12 22:28:46.244 INFO O| Aug 12 22:28:46.244 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-08-12T22:28:48.251Z[ recovery-image] Aug 12 22:28:46.254 INFO O| Aug 12 22:28:46.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70012024-08-12T22:28:48.254Z[ recovery-image] Aug 12 22:28:46.254 INFO O| Aug 12 22:28:46.254 INFO STEP 1052 (remove_files) COMPLETE
70022024-08-12T22:28:48.254Z[ recovery-image] Aug 12 22:28:46.254 INFO O| Aug 12 22:28:46.254 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-08-12T22:28:48.261Z[ recovery-image] Aug 12 22:28:46.264 INFO O| Aug 12 22:28:46.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70042024-08-12T22:28:48.261Z[ recovery-image] Aug 12 22:28:46.264 INFO O| Aug 12 22:28:46.264 INFO STEP 1053 (remove_files) COMPLETE
70052024-08-12T22:28:48.264Z[ recovery-image] Aug 12 22:28:46.264 INFO O| Aug 12 22:28:46.264 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-08-12T22:28:48.273Z[ recovery-image] Aug 12 22:28:46.274 INFO O| Aug 12 22:28:46.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70072024-08-12T22:28:48.273Z[ recovery-image] Aug 12 22:28:46.274 INFO O| Aug 12 22:28:46.274 INFO STEP 1054 (remove_files) COMPLETE
70082024-08-12T22:28:48.276Z[ recovery-image] Aug 12 22:28:46.274 INFO O| Aug 12 22:28:46.274 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-08-12T22:28:48.281Z[ recovery-image] Aug 12 22:28:46.283 INFO O| Aug 12 22:28:46.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70102024-08-12T22:28:48.281Z[ recovery-image] Aug 12 22:28:46.283 INFO O| Aug 12 22:28:46.283 INFO STEP 1055 (remove_files) COMPLETE
70112024-08-12T22:28:48.281Z[ recovery-image] Aug 12 22:28:46.283 INFO O| Aug 12 22:28:46.283 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-12T22:28:48.292Z[ recovery-image] Aug 12 22:28:46.293 INFO O| Aug 12 22:28:46.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70132024-08-12T22:28:48.292Z[ recovery-image] Aug 12 22:28:46.293 INFO O| Aug 12 22:28:46.293 INFO STEP 1056 (remove_files) COMPLETE
70142024-08-12T22:28:48.292Z[ recovery-image] Aug 12 22:28:46.293 INFO O| Aug 12 22:28:46.293 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-12T22:28:48.304Z[ recovery-image] Aug 12 22:28:46.304 INFO O| Aug 12 22:28:46.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70162024-08-12T22:28:48.304Z[ recovery-image] Aug 12 22:28:46.305 INFO O| Aug 12 22:28:46.305 INFO STEP 1057 (remove_files) COMPLETE
70172024-08-12T22:28:48.304Z[ recovery-image] Aug 12 22:28:46.305 INFO O| Aug 12 22:28:46.305 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-12T22:28:48.312Z[ recovery-image] Aug 12 22:28:46.315 INFO O| Aug 12 22:28:46.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70192024-08-12T22:28:48.312Z[ recovery-image] Aug 12 22:28:46.315 INFO O| Aug 12 22:28:46.315 INFO STEP 1058 (remove_files) COMPLETE
70202024-08-12T22:28:48.312Z[ recovery-image] Aug 12 22:28:46.315 INFO O| Aug 12 22:28:46.315 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-12T22:28:48.322Z[ recovery-image] Aug 12 22:28:46.325 INFO O| Aug 12 22:28:46.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70222024-08-12T22:28:48.322Z[ recovery-image] Aug 12 22:28:46.325 INFO O| Aug 12 22:28:46.325 INFO STEP 1059 (remove_files) COMPLETE
70232024-08-12T22:28:48.325Z[ recovery-image] Aug 12 22:28:46.325 INFO O| Aug 12 22:28:46.325 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-12T22:28:48.333Z[ recovery-image] Aug 12 22:28:46.336 INFO O| Aug 12 22:28:46.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70252024-08-12T22:28:48.333Z[ recovery-image] Aug 12 22:28:46.336 INFO O| Aug 12 22:28:46.336 INFO STEP 1060 (remove_files) COMPLETE
70262024-08-12T22:28:48.333Z[ recovery-image] Aug 12 22:28:46.336 INFO O| Aug 12 22:28:46.336 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-12T22:28:48.343Z[ recovery-image] Aug 12 22:28:46.346 INFO O| Aug 12 22:28:46.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70282024-08-12T22:28:48.346Z[ recovery-image] Aug 12 22:28:46.346 INFO O| Aug 12 22:28:46.346 INFO STEP 1061 (remove_files) COMPLETE
70292024-08-12T22:28:48.346Z[ recovery-image] Aug 12 22:28:46.346 INFO O| Aug 12 22:28:46.346 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-12T22:28:48.354Z[ recovery-image] Aug 12 22:28:46.356 INFO O| Aug 12 22:28:46.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70312024-08-12T22:28:48.354Z[ recovery-image] Aug 12 22:28:46.356 INFO O| Aug 12 22:28:46.356 INFO STEP 1062 (remove_files) COMPLETE
70322024-08-12T22:28:48.357Z[ recovery-image] Aug 12 22:28:46.357 INFO O| Aug 12 22:28:46.356 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-12T22:28:48.364Z[ recovery-image] Aug 12 22:28:46.367 INFO O| Aug 12 22:28:46.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70342024-08-12T22:28:48.367Z[ recovery-image] Aug 12 22:28:46.367 INFO O| Aug 12 22:28:46.367 INFO STEP 1063 (remove_files) COMPLETE
70352024-08-12T22:28:48.367Z[ recovery-image] Aug 12 22:28:46.367 INFO O| Aug 12 22:28:46.367 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-12T22:28:48.374Z[ recovery-image] Aug 12 22:28:46.376 INFO O| Aug 12 22:28:46.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70372024-08-12T22:28:48.377Z[ recovery-image] Aug 12 22:28:46.377 INFO O| Aug 12 22:28:46.376 INFO STEP 1064 (remove_files) COMPLETE
70382024-08-12T22:28:48.377Z[ recovery-image] Aug 12 22:28:46.377 INFO O| Aug 12 22:28:46.377 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-12T22:28:48.385Z[ recovery-image] Aug 12 22:28:46.386 INFO O| Aug 12 22:28:46.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70402024-08-12T22:28:48.385Z[ recovery-image] Aug 12 22:28:46.386 INFO O| Aug 12 22:28:46.386 INFO STEP 1065 (remove_files) COMPLETE
70412024-08-12T22:28:48.385Z[ recovery-image] Aug 12 22:28:46.386 INFO O| Aug 12 22:28:46.386 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-08-12T22:28:48.394Z[ recovery-image] Aug 12 22:28:46.396 INFO O| Aug 12 22:28:46.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70432024-08-12T22:28:48.396Z[ recovery-image] Aug 12 22:28:46.396 INFO O| Aug 12 22:28:46.396 INFO STEP 1066 (remove_files) COMPLETE
70442024-08-12T22:28:48.396Z[ recovery-image] Aug 12 22:28:46.396 INFO O| Aug 12 22:28:46.396 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-08-12T22:28:48.404Z[ recovery-image] Aug 12 22:28:46.407 INFO O| Aug 12 22:28:46.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70462024-08-12T22:28:48.404Z[ recovery-image] Aug 12 22:28:46.407 INFO O| Aug 12 22:28:46.407 INFO STEP 1067 (remove_files) COMPLETE
70472024-08-12T22:28:48.407Z[ recovery-image] Aug 12 22:28:46.407 INFO O| Aug 12 22:28:46.407 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-08-12T22:28:48.414Z[ recovery-image] Aug 12 22:28:46.416 INFO O| Aug 12 22:28:46.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70492024-08-12T22:28:48.414Z[ recovery-image] Aug 12 22:28:46.416 INFO O| Aug 12 22:28:46.416 INFO STEP 1068 (remove_files) COMPLETE
70502024-08-12T22:28:48.417Z[ recovery-image] Aug 12 22:28:46.417 INFO O| Aug 12 22:28:46.416 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-12T22:28:48.425Z[ recovery-image] Aug 12 22:28:46.426 INFO O| Aug 12 22:28:46.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
70522024-08-12T22:28:48.428Z[ recovery-image] Aug 12 22:28:46.426 INFO O| Aug 12 22:28:46.426 INFO STEP 1069 (remove_files) COMPLETE
70532024-08-12T22:28:48.428Z[ recovery-image] Aug 12 22:28:46.427 INFO O| Aug 12 22:28:46.426 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-12T22:28:48.433Z[ recovery-image] Aug 12 22:28:46.436 INFO O| Aug 12 22:28:46.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
70552024-08-12T22:28:48.433Z[ recovery-image] Aug 12 22:28:46.436 INFO O| Aug 12 22:28:46.436 INFO STEP 1070 (remove_files) COMPLETE
70562024-08-12T22:28:48.436Z[ recovery-image] Aug 12 22:28:46.436 INFO O| Aug 12 22:28:46.436 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-12T22:28:48.443Z[ recovery-image] Aug 12 22:28:46.446 INFO O| Aug 12 22:28:46.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
70582024-08-12T22:28:48.443Z[ recovery-image] Aug 12 22:28:46.446 INFO O| Aug 12 22:28:46.446 INFO STEP 1071 (remove_files) COMPLETE
70592024-08-12T22:28:48.446Z[ recovery-image] Aug 12 22:28:46.446 INFO O| Aug 12 22:28:46.446 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-12T22:28:48.453Z[ recovery-image] Aug 12 22:28:46.455 INFO O| Aug 12 22:28:46.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
70612024-08-12T22:28:48.455Z[ recovery-image] Aug 12 22:28:46.456 INFO O| Aug 12 22:28:46.455 INFO STEP 1072 (remove_files) COMPLETE
70622024-08-12T22:28:48.455Z[ recovery-image] Aug 12 22:28:46.456 INFO O| Aug 12 22:28:46.455 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-08-12T22:28:48.462Z[ recovery-image] Aug 12 22:28:46.465 INFO O| Aug 12 22:28:46.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
70642024-08-12T22:28:48.462Z[ recovery-image] Aug 12 22:28:46.465 INFO O| Aug 12 22:28:46.465 INFO STEP 1073 (remove_files) COMPLETE
70652024-08-12T22:28:48.462Z[ recovery-image] Aug 12 22:28:46.465 INFO O| Aug 12 22:28:46.465 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-08-12T22:28:48.472Z[ recovery-image] Aug 12 22:28:46.475 INFO O| Aug 12 22:28:46.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
70672024-08-12T22:28:48.472Z[ recovery-image] Aug 12 22:28:46.475 INFO O| Aug 12 22:28:46.475 INFO STEP 1074 (remove_files) COMPLETE
70682024-08-12T22:28:48.472Z[ recovery-image] Aug 12 22:28:46.475 INFO O| Aug 12 22:28:46.475 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-08-12T22:28:48.482Z[ recovery-image] Aug 12 22:28:46.484 INFO O| Aug 12 22:28:46.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
70702024-08-12T22:28:48.485Z[ recovery-image] Aug 12 22:28:46.484 INFO O| Aug 12 22:28:46.484 INFO STEP 1075 (remove_files) COMPLETE
70712024-08-12T22:28:48.485Z[ recovery-image] Aug 12 22:28:46.484 INFO O| Aug 12 22:28:46.484 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-08-12T22:28:48.491Z[ recovery-image] Aug 12 22:28:46.494 INFO O| Aug 12 22:28:46.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
70732024-08-12T22:28:48.491Z[ recovery-image] Aug 12 22:28:46.494 INFO O| Aug 12 22:28:46.494 INFO STEP 1076 (remove_files) COMPLETE
70742024-08-12T22:28:48.494Z[ recovery-image] Aug 12 22:28:46.494 INFO O| Aug 12 22:28:46.494 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-08-12T22:28:48.501Z[ recovery-image] Aug 12 22:28:46.504 INFO O| Aug 12 22:28:46.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
70762024-08-12T22:28:48.504Z[ recovery-image] Aug 12 22:28:46.504 INFO O| Aug 12 22:28:46.504 INFO STEP 1077 (remove_files) COMPLETE
70772024-08-12T22:28:48.504Z[ recovery-image] Aug 12 22:28:46.504 INFO O| Aug 12 22:28:46.504 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-08-12T22:28:48.511Z[ recovery-image] Aug 12 22:28:46.513 INFO O| Aug 12 22:28:46.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
70792024-08-12T22:28:48.513Z[ recovery-image] Aug 12 22:28:46.513 INFO O| Aug 12 22:28:46.513 INFO STEP 1078 (remove_files) COMPLETE
70802024-08-12T22:28:48.513Z[ recovery-image] Aug 12 22:28:46.513 INFO O| Aug 12 22:28:46.513 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-08-12T22:28:48.520Z[ recovery-image] Aug 12 22:28:46.523 INFO O| Aug 12 22:28:46.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
70822024-08-12T22:28:48.523Z[ recovery-image] Aug 12 22:28:46.523 INFO O| Aug 12 22:28:46.523 INFO STEP 1079 (remove_files) COMPLETE
70832024-08-12T22:28:48.523Z[ recovery-image] Aug 12 22:28:46.523 INFO O| Aug 12 22:28:46.523 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-08-12T22:28:48.531Z[ recovery-image] Aug 12 22:28:46.533 INFO O| Aug 12 22:28:46.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
70852024-08-12T22:28:48.531Z[ recovery-image] Aug 12 22:28:46.534 INFO O| Aug 12 22:28:46.533 INFO STEP 1080 (remove_files) COMPLETE
70862024-08-12T22:28:48.534Z[ recovery-image] Aug 12 22:28:46.534 INFO O| Aug 12 22:28:46.533 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-08-12T22:28:48.542Z[ recovery-image] Aug 12 22:28:46.545 INFO O| Aug 12 22:28:46.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
70882024-08-12T22:28:48.542Z[ recovery-image] Aug 12 22:28:46.545 INFO O| Aug 12 22:28:46.545 INFO STEP 1081 (remove_files) COMPLETE
70892024-08-12T22:28:48.545Z[ recovery-image] Aug 12 22:28:46.545 INFO O| Aug 12 22:28:46.545 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-08-12T22:28:48.553Z[ recovery-image] Aug 12 22:28:46.556 INFO O| Aug 12 22:28:46.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
70912024-08-12T22:28:48.553Z[ recovery-image] Aug 12 22:28:46.556 INFO O| Aug 12 22:28:46.556 INFO STEP 1082 (remove_files) COMPLETE
70922024-08-12T22:28:48.553Z[ recovery-image] Aug 12 22:28:46.556 INFO O| Aug 12 22:28:46.556 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-08-12T22:28:48.563Z[ recovery-image] Aug 12 22:28:46.566 INFO O| Aug 12 22:28:46.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
70942024-08-12T22:28:48.566Z[ recovery-image] Aug 12 22:28:46.566 INFO O| Aug 12 22:28:46.566 INFO STEP 1083 (remove_files) COMPLETE
70952024-08-12T22:28:48.566Z[ recovery-image] Aug 12 22:28:46.566 INFO O| Aug 12 22:28:46.566 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-08-12T22:28:48.573Z[ recovery-image] Aug 12 22:28:46.576 INFO O| Aug 12 22:28:46.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
70972024-08-12T22:28:48.576Z[ recovery-image] Aug 12 22:28:46.576 INFO O| Aug 12 22:28:46.576 INFO STEP 1084 (remove_files) COMPLETE
70982024-08-12T22:28:48.576Z[ recovery-image] Aug 12 22:28:46.576 INFO O| Aug 12 22:28:46.576 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-08-12T22:28:48.584Z[ recovery-image] Aug 12 22:28:46.586 INFO O| Aug 12 22:28:46.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71002024-08-12T22:28:48.584Z[ recovery-image] Aug 12 22:28:46.586 INFO O| Aug 12 22:28:46.586 INFO STEP 1085 (remove_files) COMPLETE
71012024-08-12T22:28:48.586Z[ recovery-image] Aug 12 22:28:46.586 INFO O| Aug 12 22:28:46.586 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-08-12T22:28:48.594Z[ recovery-image] Aug 12 22:28:46.597 INFO O| Aug 12 22:28:46.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71032024-08-12T22:28:48.594Z[ recovery-image] Aug 12 22:28:46.597 INFO O| Aug 12 22:28:46.597 INFO STEP 1086 (remove_files) COMPLETE
71042024-08-12T22:28:48.594Z[ recovery-image] Aug 12 22:28:46.597 INFO O| Aug 12 22:28:46.597 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-08-12T22:28:48.605Z[ recovery-image] Aug 12 22:28:46.607 INFO O| Aug 12 22:28:46.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71062024-08-12T22:28:48.605Z[ recovery-image] Aug 12 22:28:46.607 INFO O| Aug 12 22:28:46.607 INFO STEP 1087 (remove_files) COMPLETE
71072024-08-12T22:28:48.608Z[ recovery-image] Aug 12 22:28:46.607 INFO O| Aug 12 22:28:46.607 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-08-12T22:28:48.615Z[ recovery-image] Aug 12 22:28:46.618 INFO O| Aug 12 22:28:46.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71092024-08-12T22:28:48.615Z[ recovery-image] Aug 12 22:28:46.618 INFO O| Aug 12 22:28:46.618 INFO STEP 1088 (remove_files) COMPLETE
71102024-08-12T22:28:48.618Z[ recovery-image] Aug 12 22:28:46.618 INFO O| Aug 12 22:28:46.618 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-08-12T22:28:48.625Z[ recovery-image] Aug 12 22:28:46.627 INFO O| Aug 12 22:28:46.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71122024-08-12T22:28:48.625Z[ recovery-image] Aug 12 22:28:46.627 INFO O| Aug 12 22:28:46.627 INFO STEP 1089 (remove_files) COMPLETE
71132024-08-12T22:28:48.628Z[ recovery-image] Aug 12 22:28:46.628 INFO O| Aug 12 22:28:46.627 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-08-12T22:28:48.635Z[ recovery-image] Aug 12 22:28:46.638 INFO O| Aug 12 22:28:46.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71152024-08-12T22:28:48.639Z[ recovery-image] Aug 12 22:28:46.638 INFO O| Aug 12 22:28:46.638 INFO STEP 1090 (remove_files) COMPLETE
71162024-08-12T22:28:48.639Z[ recovery-image] Aug 12 22:28:46.638 INFO O| Aug 12 22:28:46.638 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-08-12T22:28:48.645Z[ recovery-image] Aug 12 22:28:46.648 INFO O| Aug 12 22:28:46.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71182024-08-12T22:28:48.645Z[ recovery-image] Aug 12 22:28:46.648 INFO O| Aug 12 22:28:46.648 INFO STEP 1091 (remove_files) COMPLETE
71192024-08-12T22:28:48.645Z[ recovery-image] Aug 12 22:28:46.648 INFO O| Aug 12 22:28:46.648 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-08-12T22:28:48.655Z[ recovery-image] Aug 12 22:28:46.657 INFO O| Aug 12 22:28:46.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71212024-08-12T22:28:48.655Z[ recovery-image] Aug 12 22:28:46.657 INFO O| Aug 12 22:28:46.657 INFO STEP 1092 (remove_files) COMPLETE
71222024-08-12T22:28:48.658Z[ recovery-image] Aug 12 22:28:46.657 INFO O| Aug 12 22:28:46.657 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-08-12T22:28:48.664Z[ recovery-image] Aug 12 22:28:46.667 INFO O| Aug 12 22:28:46.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71242024-08-12T22:28:48.664Z[ recovery-image] Aug 12 22:28:46.667 INFO O| Aug 12 22:28:46.667 INFO STEP 1093 (remove_files) COMPLETE
71252024-08-12T22:28:48.664Z[ recovery-image] Aug 12 22:28:46.667 INFO O| Aug 12 22:28:46.667 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-08-12T22:28:48.674Z[ recovery-image] Aug 12 22:28:46.677 INFO O| Aug 12 22:28:46.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71272024-08-12T22:28:48.674Z[ recovery-image] Aug 12 22:28:46.677 INFO O| Aug 12 22:28:46.677 INFO STEP 1094 (remove_files) COMPLETE
71282024-08-12T22:28:48.677Z[ recovery-image] Aug 12 22:28:46.677 INFO O| Aug 12 22:28:46.677 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-08-12T22:28:48.684Z[ recovery-image] Aug 12 22:28:46.686 INFO O| Aug 12 22:28:46.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71302024-08-12T22:28:48.684Z[ recovery-image] Aug 12 22:28:46.686 INFO O| Aug 12 22:28:46.686 INFO STEP 1095 (remove_files) COMPLETE
71312024-08-12T22:28:48.686Z[ recovery-image] Aug 12 22:28:46.686 INFO O| Aug 12 22:28:46.686 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-08-12T22:28:48.693Z[ recovery-image] Aug 12 22:28:46.696 INFO O| Aug 12 22:28:46.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71332024-08-12T22:28:48.693Z[ recovery-image] Aug 12 22:28:46.696 INFO O| Aug 12 22:28:46.696 INFO STEP 1096 (remove_files) COMPLETE
71342024-08-12T22:28:48.696Z[ recovery-image] Aug 12 22:28:46.696 INFO O| Aug 12 22:28:46.696 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-08-12T22:28:48.703Z[ recovery-image] Aug 12 22:28:46.705 INFO O| Aug 12 22:28:46.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71362024-08-12T22:28:48.703Z[ recovery-image] Aug 12 22:28:46.706 INFO O| Aug 12 22:28:46.706 INFO STEP 1097 (remove_files) COMPLETE
71372024-08-12T22:28:48.706Z[ recovery-image] Aug 12 22:28:46.706 INFO O| Aug 12 22:28:46.706 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-08-12T22:28:48.713Z[ recovery-image] Aug 12 22:28:46.715 INFO O| Aug 12 22:28:46.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71392024-08-12T22:28:48.713Z[ recovery-image] Aug 12 22:28:46.715 INFO O| Aug 12 22:28:46.715 INFO STEP 1098 (remove_files) COMPLETE
71402024-08-12T22:28:48.713Z[ recovery-image] Aug 12 22:28:46.715 INFO O| Aug 12 22:28:46.715 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-08-12T22:28:48.722Z[ recovery-image] Aug 12 22:28:46.725 INFO O| Aug 12 22:28:46.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71422024-08-12T22:28:48.722Z[ recovery-image] Aug 12 22:28:46.725 INFO O| Aug 12 22:28:46.725 INFO STEP 1099 (remove_files) COMPLETE
71432024-08-12T22:28:48.725Z[ recovery-image] Aug 12 22:28:46.725 INFO O| Aug 12 22:28:46.725 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-08-12T22:28:48.732Z[ recovery-image] Aug 12 22:28:46.734 INFO O| Aug 12 22:28:46.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71452024-08-12T22:28:48.732Z[ recovery-image] Aug 12 22:28:46.734 INFO O| Aug 12 22:28:46.734 INFO STEP 1100 (remove_files) COMPLETE
71462024-08-12T22:28:48.734Z[ recovery-image] Aug 12 22:28:46.734 INFO O| Aug 12 22:28:46.734 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-08-12T22:28:48.742Z[ recovery-image] Aug 12 22:28:46.744 INFO O| Aug 12 22:28:46.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71482024-08-12T22:28:48.742Z[ recovery-image] Aug 12 22:28:46.744 INFO O| Aug 12 22:28:46.744 INFO STEP 1101 (remove_files) COMPLETE
71492024-08-12T22:28:48.744Z[ recovery-image] Aug 12 22:28:46.744 INFO O| Aug 12 22:28:46.744 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-08-12T22:28:48.752Z[ recovery-image] Aug 12 22:28:46.754 INFO O| Aug 12 22:28:46.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
71512024-08-12T22:28:48.752Z[ recovery-image] Aug 12 22:28:46.754 INFO O| Aug 12 22:28:46.754 INFO STEP 1102 (remove_files) COMPLETE
71522024-08-12T22:28:48.752Z[ recovery-image] Aug 12 22:28:46.754 INFO O| Aug 12 22:28:46.754 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-08-12T22:28:48.761Z[ recovery-image] Aug 12 22:28:46.764 INFO O| Aug 12 22:28:46.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
71542024-08-12T22:28:48.762Z[ recovery-image] Aug 12 22:28:46.764 INFO O| Aug 12 22:28:46.764 INFO STEP 1103 (remove_files) COMPLETE
71552024-08-12T22:28:48.764Z[ recovery-image] Aug 12 22:28:46.764 INFO O| Aug 12 22:28:46.764 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-08-12T22:28:48.771Z[ recovery-image] Aug 12 22:28:46.774 INFO O| Aug 12 22:28:46.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
71572024-08-12T22:28:48.771Z[ recovery-image] Aug 12 22:28:46.774 INFO O| Aug 12 22:28:46.774 INFO STEP 1104 (remove_files) COMPLETE
71582024-08-12T22:28:48.774Z[ recovery-image] Aug 12 22:28:46.774 INFO O| Aug 12 22:28:46.774 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-08-12T22:28:48.781Z[ recovery-image] Aug 12 22:28:46.783 INFO O| Aug 12 22:28:46.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
71602024-08-12T22:28:48.781Z[ recovery-image] Aug 12 22:28:46.783 INFO O| Aug 12 22:28:46.783 INFO STEP 1105 (remove_files) COMPLETE
71612024-08-12T22:28:48.784Z[ recovery-image] Aug 12 22:28:46.783 INFO O| Aug 12 22:28:46.783 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-08-12T22:28:48.790Z[ recovery-image] Aug 12 22:28:46.793 INFO O| Aug 12 22:28:46.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
71632024-08-12T22:28:48.790Z[ recovery-image] Aug 12 22:28:46.793 INFO O| Aug 12 22:28:46.793 INFO STEP 1106 (remove_files) COMPLETE
71642024-08-12T22:28:48.790Z[ recovery-image] Aug 12 22:28:46.793 INFO O| Aug 12 22:28:46.793 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-08-12T22:28:48.800Z[ recovery-image] Aug 12 22:28:46.802 INFO O| Aug 12 22:28:46.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
71662024-08-12T22:28:48.803Z[ recovery-image] Aug 12 22:28:46.803 INFO O| Aug 12 22:28:46.803 INFO STEP 1107 (remove_files) COMPLETE
71672024-08-12T22:28:48.803Z[ recovery-image] Aug 12 22:28:46.803 INFO O| Aug 12 22:28:46.803 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-08-12T22:28:48.810Z[ recovery-image] Aug 12 22:28:46.812 INFO O| Aug 12 22:28:46.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
71692024-08-12T22:28:48.810Z[ recovery-image] Aug 12 22:28:46.812 INFO O| Aug 12 22:28:46.812 INFO STEP 1108 (remove_files) COMPLETE
71702024-08-12T22:28:48.810Z[ recovery-image] Aug 12 22:28:46.812 INFO O| Aug 12 22:28:46.812 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-08-12T22:28:48.821Z[ recovery-image] Aug 12 22:28:46.823 INFO O| Aug 12 22:28:46.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
71722024-08-12T22:28:48.821Z[ recovery-image] Aug 12 22:28:46.823 INFO O| Aug 12 22:28:46.823 INFO STEP 1109 (remove_files) COMPLETE
71732024-08-12T22:28:48.821Z[ recovery-image] Aug 12 22:28:46.823 INFO O| Aug 12 22:28:46.823 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-08-12T22:28:48.831Z[ recovery-image] Aug 12 22:28:46.834 INFO O| Aug 12 22:28:46.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
71752024-08-12T22:28:48.831Z[ recovery-image] Aug 12 22:28:46.834 INFO O| Aug 12 22:28:46.834 INFO STEP 1110 (remove_files) COMPLETE
71762024-08-12T22:28:48.834Z[ recovery-image] Aug 12 22:28:46.834 INFO O| Aug 12 22:28:46.834 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-08-12T22:28:48.841Z[ recovery-image] Aug 12 22:28:46.844 INFO O| Aug 12 22:28:46.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
71782024-08-12T22:28:48.841Z[ recovery-image] Aug 12 22:28:46.844 INFO O| Aug 12 22:28:46.844 INFO STEP 1111 (remove_files) COMPLETE
71792024-08-12T22:28:48.841Z[ recovery-image] Aug 12 22:28:46.844 INFO O| Aug 12 22:28:46.844 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-08-12T22:28:48.851Z[ recovery-image] Aug 12 22:28:46.854 INFO O| Aug 12 22:28:46.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
71812024-08-12T22:28:48.851Z[ recovery-image] Aug 12 22:28:46.854 INFO O| Aug 12 22:28:46.854 INFO STEP 1112 (remove_files) COMPLETE
71822024-08-12T22:28:48.851Z[ recovery-image] Aug 12 22:28:46.854 INFO O| Aug 12 22:28:46.854 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-08-12T22:28:48.861Z[ recovery-image] Aug 12 22:28:46.864 INFO O| Aug 12 22:28:46.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
71842024-08-12T22:28:48.861Z[ recovery-image] Aug 12 22:28:46.864 INFO O| Aug 12 22:28:46.864 INFO STEP 1113 (remove_files) COMPLETE
71852024-08-12T22:28:48.864Z[ recovery-image] Aug 12 22:28:46.864 INFO O| Aug 12 22:28:46.864 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-08-12T22:28:48.871Z[ recovery-image] Aug 12 22:28:46.874 INFO O| Aug 12 22:28:46.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
71872024-08-12T22:28:48.872Z[ recovery-image] Aug 12 22:28:46.874 INFO O| Aug 12 22:28:46.874 INFO STEP 1114 (remove_files) COMPLETE
71882024-08-12T22:28:48.874Z[ recovery-image] Aug 12 22:28:46.874 INFO O| Aug 12 22:28:46.874 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-08-12T22:28:48.882Z[ recovery-image] Aug 12 22:28:46.884 INFO O| Aug 12 22:28:46.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
71902024-08-12T22:28:48.882Z[ recovery-image] Aug 12 22:28:46.884 INFO O| Aug 12 22:28:46.884 INFO STEP 1115 (remove_files) COMPLETE
71912024-08-12T22:28:48.882Z[ recovery-image] Aug 12 22:28:46.884 INFO O| Aug 12 22:28:46.884 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-08-12T22:28:48.892Z[ recovery-image] Aug 12 22:28:46.894 INFO O| Aug 12 22:28:46.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
71932024-08-12T22:28:48.895Z[ recovery-image] Aug 12 22:28:46.895 INFO O| Aug 12 22:28:46.895 INFO STEP 1116 (remove_files) COMPLETE
71942024-08-12T22:28:48.895Z[ recovery-image] Aug 12 22:28:46.895 INFO O| Aug 12 22:28:46.895 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-08-12T22:28:48.902Z[ recovery-image] Aug 12 22:28:46.905 INFO O| Aug 12 22:28:46.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
71962024-08-12T22:28:48.902Z[ recovery-image] Aug 12 22:28:46.905 INFO O| Aug 12 22:28:46.905 INFO STEP 1117 (remove_files) COMPLETE
71972024-08-12T22:28:48.902Z[ recovery-image] Aug 12 22:28:46.905 INFO O| Aug 12 22:28:46.905 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-08-12T22:28:48.912Z[ recovery-image] Aug 12 22:28:46.914 INFO O| Aug 12 22:28:46.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
71992024-08-12T22:28:48.915Z[ recovery-image] Aug 12 22:28:46.915 INFO O| Aug 12 22:28:46.914 INFO STEP 1118 (remove_files) COMPLETE
72002024-08-12T22:28:48.915Z[ recovery-image] Aug 12 22:28:46.915 INFO O| Aug 12 22:28:46.914 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-08-12T22:28:48.922Z[ recovery-image] Aug 12 22:28:46.924 INFO O| Aug 12 22:28:46.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72022024-08-12T22:28:48.926Z[ recovery-image] Aug 12 22:28:46.924 INFO O| Aug 12 22:28:46.924 INFO STEP 1119 (remove_files) COMPLETE
72032024-08-12T22:28:48.926Z[ recovery-image] Aug 12 22:28:46.924 INFO O| Aug 12 22:28:46.924 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-08-12T22:28:48.931Z[ recovery-image] Aug 12 22:28:46.934 INFO O| Aug 12 22:28:46.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72052024-08-12T22:28:48.934Z[ recovery-image] Aug 12 22:28:46.934 INFO O| Aug 12 22:28:46.934 INFO STEP 1120 (remove_files) COMPLETE
72062024-08-12T22:28:48.934Z[ recovery-image] Aug 12 22:28:46.934 INFO O| Aug 12 22:28:46.934 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-08-12T22:28:48.941Z[ recovery-image] Aug 12 22:28:46.944 INFO O| Aug 12 22:28:46.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72082024-08-12T22:28:48.941Z[ recovery-image] Aug 12 22:28:46.944 INFO O| Aug 12 22:28:46.944 INFO STEP 1121 (remove_files) COMPLETE
72092024-08-12T22:28:48.941Z[ recovery-image] Aug 12 22:28:46.944 INFO O| Aug 12 22:28:46.944 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-08-12T22:28:48.951Z[ recovery-image] Aug 12 22:28:46.953 INFO O| Aug 12 22:28:46.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72112024-08-12T22:28:48.951Z[ recovery-image] Aug 12 22:28:46.953 INFO O| Aug 12 22:28:46.953 INFO STEP 1122 (remove_files) COMPLETE
72122024-08-12T22:28:48.954Z[ recovery-image] Aug 12 22:28:46.954 INFO O| Aug 12 22:28:46.953 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-08-12T22:28:48.961Z[ recovery-image] Aug 12 22:28:46.963 INFO O| Aug 12 22:28:46.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72142024-08-12T22:28:48.963Z[ recovery-image] Aug 12 22:28:46.963 INFO O| Aug 12 22:28:46.963 INFO STEP 1123 (remove_files) COMPLETE
72152024-08-12T22:28:48.963Z[ recovery-image] Aug 12 22:28:46.963 INFO O| Aug 12 22:28:46.963 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-08-12T22:28:48.970Z[ recovery-image] Aug 12 22:28:46.973 INFO O| Aug 12 22:28:46.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72172024-08-12T22:28:48.970Z[ recovery-image] Aug 12 22:28:46.973 INFO O| Aug 12 22:28:46.973 INFO STEP 1124 (remove_files) COMPLETE
72182024-08-12T22:28:48.970Z[ recovery-image] Aug 12 22:28:46.973 INFO O| Aug 12 22:28:46.973 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-08-12T22:28:48.980Z[ recovery-image] Aug 12 22:28:46.982 INFO O| Aug 12 22:28:46.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72202024-08-12T22:28:48.983Z[ recovery-image] Aug 12 22:28:46.983 INFO O| Aug 12 22:28:46.983 INFO STEP 1125 (remove_files) COMPLETE
72212024-08-12T22:28:48.983Z[ recovery-image] Aug 12 22:28:46.983 INFO O| Aug 12 22:28:46.983 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-08-12T22:28:48.990Z[ recovery-image] Aug 12 22:28:46.993 INFO O| Aug 12 22:28:46.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72232024-08-12T22:28:48.994Z[ recovery-image] Aug 12 22:28:46.993 INFO O| Aug 12 22:28:46.993 INFO STEP 1126 (remove_files) COMPLETE
72242024-08-12T22:28:48.994Z[ recovery-image] Aug 12 22:28:46.993 INFO O| Aug 12 22:28:46.993 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-08-12T22:28:49.003Z[ recovery-image] Aug 12 22:28:47.005 INFO O| Aug 12 22:28:47.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72262024-08-12T22:28:49.003Z[ recovery-image] Aug 12 22:28:47.005 INFO O| Aug 12 22:28:47.005 INFO STEP 1127 (remove_files) COMPLETE
72272024-08-12T22:28:49.003Z[ recovery-image] Aug 12 22:28:47.005 INFO O| Aug 12 22:28:47.005 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-08-12T22:28:49.015Z[ recovery-image] Aug 12 22:28:47.017 INFO O| Aug 12 22:28:47.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72292024-08-12T22:28:49.015Z[ recovery-image] Aug 12 22:28:47.017 INFO O| Aug 12 22:28:47.017 INFO STEP 1128 (remove_files) COMPLETE
72302024-08-12T22:28:49.015Z[ recovery-image] Aug 12 22:28:47.017 INFO O| Aug 12 22:28:47.017 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-08-12T22:28:49.025Z[ recovery-image] Aug 12 22:28:47.027 INFO O| Aug 12 22:28:47.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72322024-08-12T22:28:49.028Z[ recovery-image] Aug 12 22:28:47.027 INFO O| Aug 12 22:28:47.027 INFO STEP 1129 (remove_files) COMPLETE
72332024-08-12T22:28:49.028Z[ recovery-image] Aug 12 22:28:47.027 INFO O| Aug 12 22:28:47.027 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-08-12T22:28:49.036Z[ recovery-image] Aug 12 22:28:47.039 INFO O| Aug 12 22:28:47.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72352024-08-12T22:28:49.036Z[ recovery-image] Aug 12 22:28:47.039 INFO O| Aug 12 22:28:47.039 INFO STEP 1130 (remove_files) COMPLETE
72362024-08-12T22:28:49.036Z[ recovery-image] Aug 12 22:28:47.039 INFO O| Aug 12 22:28:47.039 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-08-12T22:28:49.046Z[ recovery-image] Aug 12 22:28:47.049 INFO O| Aug 12 22:28:47.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72382024-08-12T22:28:49.046Z[ recovery-image] Aug 12 22:28:47.049 INFO O| Aug 12 22:28:47.049 INFO STEP 1131 (remove_files) COMPLETE
72392024-08-12T22:28:49.049Z[ recovery-image] Aug 12 22:28:47.049 INFO O| Aug 12 22:28:47.049 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-08-12T22:28:49.056Z[ recovery-image] Aug 12 22:28:47.059 INFO O| Aug 12 22:28:47.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72412024-08-12T22:28:49.056Z[ recovery-image] Aug 12 22:28:47.059 INFO O| Aug 12 22:28:47.059 INFO STEP 1132 (remove_files) COMPLETE
72422024-08-12T22:28:49.056Z[ recovery-image] Aug 12 22:28:47.059 INFO O| Aug 12 22:28:47.059 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-08-12T22:28:49.066Z[ recovery-image] Aug 12 22:28:47.068 INFO O| Aug 12 22:28:47.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72442024-08-12T22:28:49.066Z[ recovery-image] Aug 12 22:28:47.068 INFO O| Aug 12 22:28:47.068 INFO STEP 1133 (remove_files) COMPLETE
72452024-08-12T22:28:49.066Z[ recovery-image] Aug 12 22:28:47.068 INFO O| Aug 12 22:28:47.068 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-08-12T22:28:49.077Z[ recovery-image] Aug 12 22:28:47.079 INFO O| Aug 12 22:28:47.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72472024-08-12T22:28:49.077Z[ recovery-image] Aug 12 22:28:47.079 INFO O| Aug 12 22:28:47.079 INFO STEP 1134 (remove_files) COMPLETE
72482024-08-12T22:28:49.080Z[ recovery-image] Aug 12 22:28:47.079 INFO O| Aug 12 22:28:47.079 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-08-12T22:28:49.090Z[ recovery-image] Aug 12 22:28:47.089 INFO O| Aug 12 22:28:47.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
72502024-08-12T22:28:49.094Z[ recovery-image] Aug 12 22:28:47.089 INFO O| Aug 12 22:28:47.089 INFO STEP 1135 (remove_files) COMPLETE
72512024-08-12T22:28:49.094Z[ recovery-image] Aug 12 22:28:47.089 INFO O| Aug 12 22:28:47.089 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-08-12T22:28:49.101Z[ recovery-image] Aug 12 22:28:47.100 INFO O| Aug 12 22:28:47.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
72532024-08-12T22:28:49.101Z[ recovery-image] Aug 12 22:28:47.100 INFO O| Aug 12 22:28:47.100 INFO STEP 1136 (remove_files) COMPLETE
72542024-08-12T22:28:49.101Z[ recovery-image] Aug 12 22:28:47.100 INFO O| Aug 12 22:28:47.100 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-08-12T22:28:49.109Z[ recovery-image] Aug 12 22:28:47.110 INFO O| Aug 12 22:28:47.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
72562024-08-12T22:28:49.112Z[ recovery-image] Aug 12 22:28:47.110 INFO O| Aug 12 22:28:47.110 INFO STEP 1137 (remove_files) COMPLETE
72572024-08-12T22:28:49.112Z[ recovery-image] Aug 12 22:28:47.110 INFO O| Aug 12 22:28:47.110 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-08-12T22:28:49.120Z[ recovery-image] Aug 12 22:28:47.120 INFO O| Aug 12 22:28:47.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
72592024-08-12T22:28:49.123Z[ recovery-image] Aug 12 22:28:47.120 INFO O| Aug 12 22:28:47.120 INFO STEP 1138 (remove_files) COMPLETE
72602024-08-12T22:28:49.123Z[ recovery-image] Aug 12 22:28:47.120 INFO O| Aug 12 22:28:47.120 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-08-12T22:28:49.128Z[ recovery-image] Aug 12 22:28:47.130 INFO O| Aug 12 22:28:47.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
72622024-08-12T22:28:49.128Z[ recovery-image] Aug 12 22:28:47.130 INFO O| Aug 12 22:28:47.130 INFO STEP 1139 (remove_files) COMPLETE
72632024-08-12T22:28:49.131Z[ recovery-image] Aug 12 22:28:47.130 INFO O| Aug 12 22:28:47.130 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-08-12T22:28:49.137Z[ recovery-image] Aug 12 22:28:47.140 INFO O| Aug 12 22:28:47.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
72652024-08-12T22:28:49.140Z[ recovery-image] Aug 12 22:28:47.140 INFO O| Aug 12 22:28:47.140 INFO STEP 1140 (remove_files) COMPLETE
72662024-08-12T22:28:49.140Z[ recovery-image] Aug 12 22:28:47.140 INFO O| Aug 12 22:28:47.140 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-08-12T22:28:49.147Z[ recovery-image] Aug 12 22:28:47.150 INFO O| Aug 12 22:28:47.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
72682024-08-12T22:28:49.147Z[ recovery-image] Aug 12 22:28:47.150 INFO O| Aug 12 22:28:47.150 INFO STEP 1141 (remove_files) COMPLETE
72692024-08-12T22:28:49.150Z[ recovery-image] Aug 12 22:28:47.150 INFO O| Aug 12 22:28:47.150 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-08-12T22:28:49.157Z[ recovery-image] Aug 12 22:28:47.159 INFO O| Aug 12 22:28:47.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
72712024-08-12T22:28:49.157Z[ recovery-image] Aug 12 22:28:47.159 INFO O| Aug 12 22:28:47.159 INFO STEP 1142 (remove_files) COMPLETE
72722024-08-12T22:28:49.160Z[ recovery-image] Aug 12 22:28:47.159 INFO O| Aug 12 22:28:47.159 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-08-12T22:28:49.167Z[ recovery-image] Aug 12 22:28:47.169 INFO O| Aug 12 22:28:47.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
72742024-08-12T22:28:49.169Z[ recovery-image] Aug 12 22:28:47.169 INFO O| Aug 12 22:28:47.169 INFO STEP 1143 (remove_files) COMPLETE
72752024-08-12T22:28:49.170Z[ recovery-image] Aug 12 22:28:47.169 INFO O| Aug 12 22:28:47.169 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-08-12T22:28:49.177Z[ recovery-image] Aug 12 22:28:47.179 INFO O| Aug 12 22:28:47.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
72772024-08-12T22:28:49.177Z[ recovery-image] Aug 12 22:28:47.179 INFO O| Aug 12 22:28:47.179 INFO STEP 1144 (remove_files) COMPLETE
72782024-08-12T22:28:49.180Z[ recovery-image] Aug 12 22:28:47.179 INFO O| Aug 12 22:28:47.179 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-08-12T22:28:49.186Z[ recovery-image] Aug 12 22:28:47.189 INFO O| Aug 12 22:28:47.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
72802024-08-12T22:28:49.189Z[ recovery-image] Aug 12 22:28:47.189 INFO O| Aug 12 22:28:47.189 INFO STEP 1145 (remove_files) COMPLETE
72812024-08-12T22:28:49.189Z[ recovery-image] Aug 12 22:28:47.189 INFO O| Aug 12 22:28:47.189 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-08-12T22:28:49.196Z[ recovery-image] Aug 12 22:28:47.198 INFO O| Aug 12 22:28:47.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
72832024-08-12T22:28:49.196Z[ recovery-image] Aug 12 22:28:47.198 INFO O| Aug 12 22:28:47.198 INFO STEP 1146 (remove_files) COMPLETE
72842024-08-12T22:28:49.199Z[ recovery-image] Aug 12 22:28:47.198 INFO O| Aug 12 22:28:47.198 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-08-12T22:28:49.206Z[ recovery-image] Aug 12 22:28:47.208 INFO O| Aug 12 22:28:47.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
72862024-08-12T22:28:49.206Z[ recovery-image] Aug 12 22:28:47.208 INFO O| Aug 12 22:28:47.208 INFO STEP 1147 (remove_files) COMPLETE
72872024-08-12T22:28:49.206Z[ recovery-image] Aug 12 22:28:47.208 INFO O| Aug 12 22:28:47.208 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-08-12T22:28:49.216Z[ recovery-image] Aug 12 22:28:47.218 INFO O| Aug 12 22:28:47.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
72892024-08-12T22:28:49.216Z[ recovery-image] Aug 12 22:28:47.218 INFO O| Aug 12 22:28:47.218 INFO STEP 1148 (remove_files) COMPLETE
72902024-08-12T22:28:49.219Z[ recovery-image] Aug 12 22:28:47.218 INFO O| Aug 12 22:28:47.218 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-08-12T22:28:49.225Z[ recovery-image] Aug 12 22:28:47.228 INFO O| Aug 12 22:28:47.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
72922024-08-12T22:28:49.225Z[ recovery-image] Aug 12 22:28:47.228 INFO O| Aug 12 22:28:47.228 INFO STEP 1149 (remove_files) COMPLETE
72932024-08-12T22:28:49.225Z[ recovery-image] Aug 12 22:28:47.228 INFO O| Aug 12 22:28:47.228 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-08-12T22:28:49.235Z[ recovery-image] Aug 12 22:28:47.237 INFO O| Aug 12 22:28:47.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
72952024-08-12T22:28:49.235Z[ recovery-image] Aug 12 22:28:47.237 INFO O| Aug 12 22:28:47.237 INFO STEP 1150 (remove_files) COMPLETE
72962024-08-12T22:28:49.238Z[ recovery-image] Aug 12 22:28:47.237 INFO O| Aug 12 22:28:47.237 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-08-12T22:28:49.244Z[ recovery-image] Aug 12 22:28:47.247 INFO O| Aug 12 22:28:47.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
72982024-08-12T22:28:49.247Z[ recovery-image] Aug 12 22:28:47.247 INFO O| Aug 12 22:28:47.247 INFO STEP 1151 (remove_files) COMPLETE
72992024-08-12T22:28:49.247Z[ recovery-image] Aug 12 22:28:47.247 INFO O| Aug 12 22:28:47.247 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-08-12T22:28:49.255Z[ recovery-image] Aug 12 22:28:47.257 INFO O| Aug 12 22:28:47.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73012024-08-12T22:28:49.255Z[ recovery-image] Aug 12 22:28:47.257 INFO O| Aug 12 22:28:47.257 INFO STEP 1152 (remove_files) COMPLETE
73022024-08-12T22:28:49.255Z[ recovery-image] Aug 12 22:28:47.257 INFO O| Aug 12 22:28:47.257 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-08-12T22:28:49.264Z[ recovery-image] Aug 12 22:28:47.266 INFO O| Aug 12 22:28:47.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73042024-08-12T22:28:49.264Z[ recovery-image] Aug 12 22:28:47.267 INFO O| Aug 12 22:28:47.266 INFO STEP 1153 (remove_files) COMPLETE
73052024-08-12T22:28:49.267Z[ recovery-image] Aug 12 22:28:47.267 INFO O| Aug 12 22:28:47.267 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-08-12T22:28:49.273Z[ host-image] Aug 12 22:28:47.276 INFO O| Aug 12 22:28:47.275 INFO O| Planning: Solver setup ... Done
73072024-08-12T22:28:49.276Z[ recovery-image] Aug 12 22:28:47.276 INFO O| Aug 12 22:28:47.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73082024-08-12T22:28:49.276Z[ recovery-image] Aug 12 22:28:47.276 INFO O| Aug 12 22:28:47.276 INFO STEP 1154 (remove_files) COMPLETE
73092024-08-12T22:28:49.276Z[ recovery-image] Aug 12 22:28:47.276 INFO O| Aug 12 22:28:47.276 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-08-12T22:28:49.279Z[ host-image] Aug 12 22:28:47.280 INFO O| Aug 12 22:28:47.279 INFO O| Planning: Running solver ... Done
73112024-08-12T22:28:49.284Z[ recovery-image] Aug 12 22:28:47.286 INFO O| Aug 12 22:28:47.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73122024-08-12T22:28:49.284Z[ recovery-image] Aug 12 22:28:47.287 INFO O| Aug 12 22:28:47.286 INFO STEP 1155 (remove_files) COMPLETE
73132024-08-12T22:28:49.287Z[ recovery-image] Aug 12 22:28:47.287 INFO O| Aug 12 22:28:47.287 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-08-12T22:28:49.295Z[ recovery-image] Aug 12 22:28:47.297 INFO O| Aug 12 22:28:47.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73152024-08-12T22:28:49.295Z[ recovery-image] Aug 12 22:28:47.298 INFO O| Aug 12 22:28:47.298 INFO STEP 1156 (remove_files) COMPLETE
73162024-08-12T22:28:49.298Z[ recovery-image] Aug 12 22:28:47.298 INFO O| Aug 12 22:28:47.298 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-08-12T22:28:49.305Z[ recovery-image] Aug 12 22:28:47.308 INFO O| Aug 12 22:28:47.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73182024-08-12T22:28:49.308Z[ recovery-image] Aug 12 22:28:47.308 INFO O| Aug 12 22:28:47.308 INFO STEP 1157 (remove_files) COMPLETE
73192024-08-12T22:28:49.308Z[ recovery-image] Aug 12 22:28:47.308 INFO O| Aug 12 22:28:47.308 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-08-12T22:28:49.315Z[ recovery-image] Aug 12 22:28:47.318 INFO O| Aug 12 22:28:47.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73212024-08-12T22:28:49.318Z[ recovery-image] Aug 12 22:28:47.318 INFO O| Aug 12 22:28:47.318 INFO STEP 1158 (remove_files) COMPLETE
73222024-08-12T22:28:49.318Z[ recovery-image] Aug 12 22:28:47.318 INFO O| Aug 12 22:28:47.318 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-08-12T22:28:49.318Z[ host-image] Aug 12 22:28:47.320 INFO O| Aug 12 22:28:47.320 INFO O| Planning: Finding local manifests ... Done
73242024-08-12T22:28:49.321Z[ host-image] Aug 12 22:28:47.322 INFO O| Aug 12 22:28:47.321 INFO O| Planning: Fetching manifests: 0/6 0% complete
73252024-08-12T22:28:49.325Z[ recovery-image] Aug 12 22:28:47.327 INFO O| Aug 12 22:28:47.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73262024-08-12T22:28:49.325Z[ recovery-image] Aug 12 22:28:47.327 INFO O| Aug 12 22:28:47.327 INFO STEP 1159 (remove_files) COMPLETE
73272024-08-12T22:28:49.328Z[ recovery-image] Aug 12 22:28:47.328 INFO O| Aug 12 22:28:47.327 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-08-12T22:28:49.335Z[ recovery-image] Aug 12 22:28:47.337 INFO O| Aug 12 22:28:47.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73292024-08-12T22:28:49.335Z[ recovery-image] Aug 12 22:28:47.337 INFO O| Aug 12 22:28:47.337 INFO STEP 1160 (remove_files) COMPLETE
73302024-08-12T22:28:49.337Z[ recovery-image] Aug 12 22:28:47.337 INFO O| Aug 12 22:28:47.337 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-08-12T22:28:49.344Z[ recovery-image] Aug 12 22:28:47.347 INFO O| Aug 12 22:28:47.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73322024-08-12T22:28:49.345Z[ recovery-image] Aug 12 22:28:47.347 INFO O| Aug 12 22:28:47.347 INFO STEP 1161 (remove_files) COMPLETE
73332024-08-12T22:28:49.347Z[ recovery-image] Aug 12 22:28:47.347 INFO O| Aug 12 22:28:47.347 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-08-12T22:28:49.355Z[ recovery-image] Aug 12 22:28:47.357 INFO O| Aug 12 22:28:47.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73352024-08-12T22:28:49.355Z[ recovery-image] Aug 12 22:28:47.357 INFO O| Aug 12 22:28:47.357 INFO STEP 1162 (remove_files) COMPLETE
73362024-08-12T22:28:49.355Z[ recovery-image] Aug 12 22:28:47.357 INFO O| Aug 12 22:28:47.357 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-08-12T22:28:49.365Z[ recovery-image] Aug 12 22:28:47.367 INFO O| Aug 12 22:28:47.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73382024-08-12T22:28:49.365Z[ recovery-image] Aug 12 22:28:47.367 INFO O| Aug 12 22:28:47.367 INFO STEP 1163 (remove_files) COMPLETE
73392024-08-12T22:28:49.367Z[ recovery-image] Aug 12 22:28:47.367 INFO O| Aug 12 22:28:47.367 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-08-12T22:28:49.376Z[ recovery-image] Aug 12 22:28:47.378 INFO O| Aug 12 22:28:47.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73412024-08-12T22:28:49.378Z[ recovery-image] Aug 12 22:28:47.378 INFO O| Aug 12 22:28:47.378 INFO STEP 1164 (remove_files) COMPLETE
73422024-08-12T22:28:49.379Z[ recovery-image] Aug 12 22:28:47.378 INFO O| Aug 12 22:28:47.378 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-08-12T22:28:49.386Z[ recovery-image] Aug 12 22:28:47.388 INFO O| Aug 12 22:28:47.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73442024-08-12T22:28:49.386Z[ recovery-image] Aug 12 22:28:47.389 INFO O| Aug 12 22:28:47.389 INFO STEP 1165 (remove_files) COMPLETE
73452024-08-12T22:28:49.386Z[ recovery-image] Aug 12 22:28:47.389 INFO O| Aug 12 22:28:47.389 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-08-12T22:28:49.398Z[ recovery-image] Aug 12 22:28:47.400 INFO O| Aug 12 22:28:47.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73472024-08-12T22:28:49.398Z[ recovery-image] Aug 12 22:28:47.400 INFO O| Aug 12 22:28:47.400 INFO STEP 1166 (remove_files) COMPLETE
73482024-08-12T22:28:49.400Z[ recovery-image] Aug 12 22:28:47.400 INFO O| Aug 12 22:28:47.400 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-08-12T22:28:49.411Z[ recovery-image] Aug 12 22:28:47.414 INFO O| Aug 12 22:28:47.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73502024-08-12T22:28:49.411Z[ recovery-image] Aug 12 22:28:47.414 INFO O| Aug 12 22:28:47.414 INFO STEP 1167 (remove_files) COMPLETE
73512024-08-12T22:28:49.411Z[ recovery-image] Aug 12 22:28:47.414 INFO O| Aug 12 22:28:47.414 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-08-12T22:28:49.424Z[ recovery-image] Aug 12 22:28:47.426 INFO O| Aug 12 22:28:47.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
73532024-08-12T22:28:49.424Z[ recovery-image] Aug 12 22:28:47.426 INFO O| Aug 12 22:28:47.426 INFO STEP 1168 (remove_files) COMPLETE
73542024-08-12T22:28:49.424Z[ recovery-image] Aug 12 22:28:47.426 INFO O| Aug 12 22:28:47.426 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-08-12T22:28:49.436Z[ recovery-image] Aug 12 22:28:47.438 INFO O| Aug 12 22:28:47.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
73562024-08-12T22:28:49.439Z[ recovery-image] Aug 12 22:28:47.438 INFO O| Aug 12 22:28:47.438 INFO STEP 1169 (remove_files) COMPLETE
73572024-08-12T22:28:49.439Z[ recovery-image] Aug 12 22:28:47.438 INFO O| Aug 12 22:28:47.438 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-08-12T22:28:49.449Z[ recovery-image] Aug 12 22:28:47.451 INFO O| Aug 12 22:28:47.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
73592024-08-12T22:28:49.451Z[ recovery-image] Aug 12 22:28:47.451 INFO O| Aug 12 22:28:47.451 INFO STEP 1170 (remove_files) COMPLETE
73602024-08-12T22:28:49.451Z[ recovery-image] Aug 12 22:28:47.451 INFO O| Aug 12 22:28:47.451 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-08-12T22:28:49.460Z[ recovery-image] Aug 12 22:28:47.462 INFO O| Aug 12 22:28:47.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
73622024-08-12T22:28:49.462Z[ recovery-image] Aug 12 22:28:47.462 INFO O| Aug 12 22:28:47.462 INFO STEP 1171 (remove_files) COMPLETE
73632024-08-12T22:28:49.462Z[ recovery-image] Aug 12 22:28:47.462 INFO O| Aug 12 22:28:47.462 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-08-12T22:28:49.470Z[ recovery-image] Aug 12 22:28:47.472 INFO O| Aug 12 22:28:47.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
73652024-08-12T22:28:49.473Z[ recovery-image] Aug 12 22:28:47.473 INFO O| Aug 12 22:28:47.473 INFO STEP 1172 (remove_files) COMPLETE
73662024-08-12T22:28:49.473Z[ recovery-image] Aug 12 22:28:47.473 INFO O| Aug 12 22:28:47.473 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-08-12T22:28:49.481Z[ recovery-image] Aug 12 22:28:47.483 INFO O| Aug 12 22:28:47.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
73682024-08-12T22:28:49.483Z[ recovery-image] Aug 12 22:28:47.483 INFO O| Aug 12 22:28:47.483 INFO STEP 1173 (remove_files) COMPLETE
73692024-08-12T22:28:49.483Z[ recovery-image] Aug 12 22:28:47.483 INFO O| Aug 12 22:28:47.483 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-08-12T22:28:49.492Z[ recovery-image] Aug 12 22:28:47.493 INFO O| Aug 12 22:28:47.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
73712024-08-12T22:28:49.492Z[ recovery-image] Aug 12 22:28:47.493 INFO O| Aug 12 22:28:47.493 INFO STEP 1174 (remove_files) COMPLETE
73722024-08-12T22:28:49.495Z[ recovery-image] Aug 12 22:28:47.493 INFO O| Aug 12 22:28:47.493 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-08-12T22:28:49.500Z[ recovery-image] Aug 12 22:28:47.503 INFO O| Aug 12 22:28:47.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
73742024-08-12T22:28:49.503Z[ recovery-image] Aug 12 22:28:47.503 INFO O| Aug 12 22:28:47.503 INFO STEP 1175 (remove_files) COMPLETE
73752024-08-12T22:28:49.503Z[ recovery-image] Aug 12 22:28:47.503 INFO O| Aug 12 22:28:47.503 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-08-12T22:28:49.510Z[ recovery-image] Aug 12 22:28:47.512 INFO O| Aug 12 22:28:47.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
73772024-08-12T22:28:49.510Z[ recovery-image] Aug 12 22:28:47.513 INFO O| Aug 12 22:28:47.512 INFO STEP 1176 (remove_files) COMPLETE
73782024-08-12T22:28:49.510Z[ recovery-image] Aug 12 22:28:47.513 INFO O| Aug 12 22:28:47.513 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-08-12T22:28:49.520Z[ recovery-image] Aug 12 22:28:47.522 INFO O| Aug 12 22:28:47.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
73802024-08-12T22:28:49.520Z[ recovery-image] Aug 12 22:28:47.522 INFO O| Aug 12 22:28:47.522 INFO STEP 1177 (remove_files) COMPLETE
73812024-08-12T22:28:49.523Z[ recovery-image] Aug 12 22:28:47.522 INFO O| Aug 12 22:28:47.522 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-08-12T22:28:49.529Z[ recovery-image] Aug 12 22:28:47.532 INFO O| Aug 12 22:28:47.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
73832024-08-12T22:28:49.529Z[ recovery-image] Aug 12 22:28:47.532 INFO O| Aug 12 22:28:47.532 INFO STEP 1178 (remove_files) COMPLETE
73842024-08-12T22:28:49.529Z[ recovery-image] Aug 12 22:28:47.532 INFO O| Aug 12 22:28:47.532 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-08-12T22:28:49.533Z[ host-image] Aug 12 22:28:47.535 INFO O| Aug 12 22:28:47.535 INFO O| Planning: Fetching manifests: 6/6 100% complete
73862024-08-12T22:28:49.539Z[ recovery-image] Aug 12 22:28:47.541 INFO O| Aug 12 22:28:47.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
73872024-08-12T22:28:49.542Z[ recovery-image] Aug 12 22:28:47.541 INFO O| Aug 12 22:28:47.541 INFO STEP 1179 (remove_files) COMPLETE
73882024-08-12T22:28:49.542Z[ recovery-image] Aug 12 22:28:47.542 INFO O| Aug 12 22:28:47.541 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-08-12T22:28:49.549Z[ recovery-image] Aug 12 22:28:47.551 INFO O| Aug 12 22:28:47.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
73902024-08-12T22:28:49.549Z[ recovery-image] Aug 12 22:28:47.551 INFO O| Aug 12 22:28:47.551 INFO STEP 1180 (remove_files) COMPLETE
73912024-08-12T22:28:49.552Z[ recovery-image] Aug 12 22:28:47.551 INFO O| Aug 12 22:28:47.551 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-08-12T22:28:49.559Z[ recovery-image] Aug 12 22:28:47.561 INFO O| Aug 12 22:28:47.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
73932024-08-12T22:28:49.562Z[ recovery-image] Aug 12 22:28:47.562 INFO O| Aug 12 22:28:47.562 INFO STEP 1181 (remove_files) COMPLETE
73942024-08-12T22:28:49.562Z[ recovery-image] Aug 12 22:28:47.562 INFO O| Aug 12 22:28:47.562 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-08-12T22:28:49.566Z[ host-image] Aug 12 22:28:47.569 INFO O| Aug 12 22:28:47.569 INFO O| Planning: Package planning ... Done
73962024-08-12T22:28:49.570Z[ recovery-image] Aug 12 22:28:47.572 INFO O| Aug 12 22:28:47.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
73972024-08-12T22:28:49.570Z[ recovery-image] Aug 12 22:28:47.572 INFO O| Aug 12 22:28:47.572 INFO STEP 1182 (remove_files) COMPLETE
73982024-08-12T22:28:49.572Z[ recovery-image] Aug 12 22:28:47.572 INFO O| Aug 12 22:28:47.572 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-08-12T22:28:49.579Z[ recovery-image] Aug 12 22:28:47.582 INFO O| Aug 12 22:28:47.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74002024-08-12T22:28:49.582Z[ recovery-image] Aug 12 22:28:47.582 INFO O| Aug 12 22:28:47.582 INFO STEP 1183 (remove_files) COMPLETE
74012024-08-12T22:28:49.582Z[ recovery-image] Aug 12 22:28:47.582 INFO O| Aug 12 22:28:47.582 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-08-12T22:28:49.585Z[ host-image] Aug 12 22:28:47.587 INFO O| Aug 12 22:28:47.587 INFO O| Planning: Merging actions ... Done
74032024-08-12T22:28:49.589Z[ recovery-image] Aug 12 22:28:47.591 INFO O| Aug 12 22:28:47.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74042024-08-12T22:28:49.592Z[ recovery-image] Aug 12 22:28:47.591 INFO O| Aug 12 22:28:47.591 INFO STEP 1184 (remove_files) COMPLETE
74052024-08-12T22:28:49.592Z[ recovery-image] Aug 12 22:28:47.592 INFO O| Aug 12 22:28:47.591 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-08-12T22:28:49.599Z[ recovery-image] Aug 12 22:28:47.601 INFO O| Aug 12 22:28:47.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74072024-08-12T22:28:49.602Z[ recovery-image] Aug 12 22:28:47.601 INFO O| Aug 12 22:28:47.601 INFO STEP 1185 (remove_files) COMPLETE
74082024-08-12T22:28:49.602Z[ recovery-image] Aug 12 22:28:47.601 INFO O| Aug 12 22:28:47.601 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-08-12T22:28:49.609Z[ recovery-image] Aug 12 22:28:47.611 INFO O| Aug 12 22:28:47.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74102024-08-12T22:28:49.609Z[ recovery-image] Aug 12 22:28:47.611 INFO O| Aug 12 22:28:47.611 INFO STEP 1186 (remove_files) COMPLETE
74112024-08-12T22:28:49.609Z[ recovery-image] Aug 12 22:28:47.611 INFO O| Aug 12 22:28:47.611 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-08-12T22:28:49.619Z[ recovery-image] Aug 12 22:28:47.621 INFO O| Aug 12 22:28:47.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74132024-08-12T22:28:49.622Z[ recovery-image] Aug 12 22:28:47.621 INFO O| Aug 12 22:28:47.621 INFO STEP 1187 (remove_files) COMPLETE
74142024-08-12T22:28:49.622Z[ recovery-image] Aug 12 22:28:47.621 INFO O| Aug 12 22:28:47.621 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-08-12T22:28:49.628Z[ recovery-image] Aug 12 22:28:47.631 INFO O| Aug 12 22:28:47.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74162024-08-12T22:28:49.628Z[ recovery-image] Aug 12 22:28:47.631 INFO O| Aug 12 22:28:47.631 INFO STEP 1188 (remove_files) COMPLETE
74172024-08-12T22:28:49.628Z[ recovery-image] Aug 12 22:28:47.631 INFO O| Aug 12 22:28:47.631 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-08-12T22:28:49.638Z[ recovery-image] Aug 12 22:28:47.640 INFO O| Aug 12 22:28:47.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74192024-08-12T22:28:49.641Z[ recovery-image] Aug 12 22:28:47.641 INFO O| Aug 12 22:28:47.641 INFO STEP 1189 (remove_files) COMPLETE
74202024-08-12T22:28:49.641Z[ recovery-image] Aug 12 22:28:47.641 INFO O| Aug 12 22:28:47.641 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-08-12T22:28:49.648Z[ recovery-image] Aug 12 22:28:47.650 INFO O| Aug 12 22:28:47.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74222024-08-12T22:28:49.648Z[ recovery-image] Aug 12 22:28:47.650 INFO O| Aug 12 22:28:47.650 INFO STEP 1190 (remove_files) COMPLETE
74232024-08-12T22:28:49.651Z[ recovery-image] Aug 12 22:28:47.650 INFO O| Aug 12 22:28:47.650 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-08-12T22:28:49.658Z[ recovery-image] Aug 12 22:28:47.660 INFO O| Aug 12 22:28:47.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74252024-08-12T22:28:49.658Z[ recovery-image] Aug 12 22:28:47.660 INFO O| Aug 12 22:28:47.660 INFO STEP 1191 (remove_files) COMPLETE
74262024-08-12T22:28:49.660Z[ recovery-image] Aug 12 22:28:47.660 INFO O| Aug 12 22:28:47.660 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-08-12T22:28:49.660Z[ host-image] Aug 12 22:28:47.661 INFO O| Aug 12 22:28:47.661 INFO O| Planning: Checking for conflicting actions ... Done
74282024-08-12T22:28:49.663Z[ host-image] Aug 12 22:28:47.665 INFO O| Aug 12 22:28:47.665 INFO O| Planning: Consolidating action changes ... Done
74292024-08-12T22:28:49.668Z[ recovery-image] Aug 12 22:28:47.670 INFO O| Aug 12 22:28:47.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74302024-08-12T22:28:49.671Z[ recovery-image] Aug 12 22:28:47.670 INFO O| Aug 12 22:28:47.670 INFO STEP 1192 (remove_files) COMPLETE
74312024-08-12T22:28:49.671Z[ recovery-image] Aug 12 22:28:47.670 INFO O| Aug 12 22:28:47.670 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-08-12T22:28:49.677Z[ recovery-image] Aug 12 22:28:47.679 INFO O| Aug 12 22:28:47.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74332024-08-12T22:28:49.680Z[ recovery-image] Aug 12 22:28:47.679 INFO O| Aug 12 22:28:47.679 INFO STEP 1193 (remove_files) COMPLETE
74342024-08-12T22:28:49.680Z[ recovery-image] Aug 12 22:28:47.680 INFO O| Aug 12 22:28:47.679 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-08-12T22:28:49.687Z[ recovery-image] Aug 12 22:28:47.689 INFO O| Aug 12 22:28:47.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74362024-08-12T22:28:49.689Z[ recovery-image] Aug 12 22:28:47.689 INFO O| Aug 12 22:28:47.689 INFO STEP 1194 (remove_files) COMPLETE
74372024-08-12T22:28:49.689Z[ recovery-image] Aug 12 22:28:47.689 INFO O| Aug 12 22:28:47.689 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-08-12T22:28:49.698Z[ recovery-image] Aug 12 22:28:47.701 INFO O| Aug 12 22:28:47.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74392024-08-12T22:28:49.698Z[ recovery-image] Aug 12 22:28:47.701 INFO O| Aug 12 22:28:47.701 INFO STEP 1195 (remove_files) COMPLETE
74402024-08-12T22:28:49.701Z[ recovery-image] Aug 12 22:28:47.701 INFO O| Aug 12 22:28:47.701 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-08-12T22:28:49.708Z[ recovery-image] Aug 12 22:28:47.711 INFO O| Aug 12 22:28:47.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74422024-08-12T22:28:49.711Z[ recovery-image] Aug 12 22:28:47.711 INFO O| Aug 12 22:28:47.711 INFO STEP 1196 (remove_files) COMPLETE
74432024-08-12T22:28:49.711Z[ recovery-image] Aug 12 22:28:47.711 INFO O| Aug 12 22:28:47.711 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-08-12T22:28:49.720Z[ recovery-image] Aug 12 22:28:47.722 INFO O| Aug 12 22:28:47.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74452024-08-12T22:28:49.720Z[ recovery-image] Aug 12 22:28:47.722 INFO O| Aug 12 22:28:47.722 INFO STEP 1197 (remove_files) COMPLETE
74462024-08-12T22:28:49.720Z[ recovery-image] Aug 12 22:28:47.722 INFO O| Aug 12 22:28:47.722 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-08-12T22:28:49.730Z[ recovery-image] Aug 12 22:28:47.732 INFO O| Aug 12 22:28:47.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74482024-08-12T22:28:49.730Z[ recovery-image] Aug 12 22:28:47.732 INFO O| Aug 12 22:28:47.732 INFO STEP 1198 (remove_files) COMPLETE
74492024-08-12T22:28:49.732Z[ recovery-image] Aug 12 22:28:47.732 INFO O| Aug 12 22:28:47.732 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-08-12T22:28:49.739Z[ recovery-image] Aug 12 22:28:47.742 INFO O| Aug 12 22:28:47.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74512024-08-12T22:28:49.739Z[ recovery-image] Aug 12 22:28:47.742 INFO O| Aug 12 22:28:47.742 INFO STEP 1199 (remove_files) COMPLETE
74522024-08-12T22:28:49.740Z[ recovery-image] Aug 12 22:28:47.742 INFO O| Aug 12 22:28:47.742 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-08-12T22:28:49.749Z[ recovery-image] Aug 12 22:28:47.752 INFO O| Aug 12 22:28:47.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
74542024-08-12T22:28:49.749Z[ recovery-image] Aug 12 22:28:47.752 INFO O| Aug 12 22:28:47.752 INFO STEP 1200 (remove_files) COMPLETE
74552024-08-12T22:28:49.749Z[ recovery-image] Aug 12 22:28:47.752 INFO O| Aug 12 22:28:47.752 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-08-12T22:28:49.759Z[ recovery-image] Aug 12 22:28:47.761 INFO O| Aug 12 22:28:47.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
74572024-08-12T22:28:49.759Z[ recovery-image] Aug 12 22:28:47.761 INFO O| Aug 12 22:28:47.761 INFO STEP 1201 (remove_files) COMPLETE
74582024-08-12T22:28:49.762Z[ recovery-image] Aug 12 22:28:47.761 INFO O| Aug 12 22:28:47.761 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-08-12T22:28:49.769Z[ recovery-image] Aug 12 22:28:47.771 INFO O| Aug 12 22:28:47.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
74602024-08-12T22:28:49.769Z[ recovery-image] Aug 12 22:28:47.771 INFO O| Aug 12 22:28:47.771 INFO STEP 1202 (remove_files) COMPLETE
74612024-08-12T22:28:49.769Z[ recovery-image] Aug 12 22:28:47.771 INFO O| Aug 12 22:28:47.771 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-08-12T22:28:49.778Z[ recovery-image] Aug 12 22:28:47.781 INFO O| Aug 12 22:28:47.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
74632024-08-12T22:28:49.781Z[ recovery-image] Aug 12 22:28:47.781 INFO O| Aug 12 22:28:47.781 INFO STEP 1203 (remove_files) COMPLETE
74642024-08-12T22:28:49.781Z[ recovery-image] Aug 12 22:28:47.781 INFO O| Aug 12 22:28:47.781 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-08-12T22:28:49.788Z[ recovery-image] Aug 12 22:28:47.790 INFO O| Aug 12 22:28:47.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
74662024-08-12T22:28:49.788Z[ recovery-image] Aug 12 22:28:47.790 INFO O| Aug 12 22:28:47.790 INFO STEP 1204 (remove_files) COMPLETE
74672024-08-12T22:28:49.788Z[ recovery-image] Aug 12 22:28:47.790 INFO O| Aug 12 22:28:47.790 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-08-12T22:28:49.802Z[ recovery-image] Aug 12 22:28:47.800 INFO O| Aug 12 22:28:47.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
74692024-08-12T22:28:49.806Z[ recovery-image] Aug 12 22:28:47.800 INFO O| Aug 12 22:28:47.800 INFO STEP 1205 (remove_files) COMPLETE
74702024-08-12T22:28:49.806Z[ recovery-image] Aug 12 22:28:47.800 INFO O| Aug 12 22:28:47.800 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-08-12T22:28:49.809Z[ recovery-image] Aug 12 22:28:47.809 INFO O| Aug 12 22:28:47.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
74722024-08-12T22:28:49.809Z[ recovery-image] Aug 12 22:28:47.809 INFO O| Aug 12 22:28:47.809 INFO STEP 1206 (remove_files) COMPLETE
74732024-08-12T22:28:49.809Z[ recovery-image] Aug 12 22:28:47.810 INFO O| Aug 12 22:28:47.809 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
74742024-08-12T22:28:49.822Z[ recovery-image] Aug 12 22:28:47.824 INFO O| Aug 12 22:28:47.824 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
74752024-08-12T22:28:49.824Z[ recovery-image] Aug 12 22:28:47.824 INFO O| Aug 12 22:28:47.824 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
74762024-08-12T22:28:49.845Z[ host-image] Aug 12 22:28:47.847 INFO O| Aug 12 22:28:47.847 INFO O| Planning: Evaluating mediators ... Done
74772024-08-12T22:28:49.848Z[ host-image] Aug 12 22:28:47.850 INFO O| Aug 12 22:28:47.850 INFO O| Planning: Planning completed in 1.95 seconds
74782024-08-12T22:28:49.851Z[ host-image] Aug 12 22:28:47.852 INFO O| Aug 12 22:28:47.852 INFO O| Packages to install: 6
74792024-08-12T22:28:49.851Z[ host-image] Aug 12 22:28:47.852 INFO O| Aug 12 22:28:47.852 INFO O| Mediators to change: 1
74802024-08-12T22:28:49.851Z[ host-image] Aug 12 22:28:47.852 INFO O| Aug 12 22:28:47.852 INFO O| Services to change: 1
74812024-08-12T22:28:49.864Z[ host-image] Aug 12 22:28:47.864 INFO O| Aug 12 22:28:47.864 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
74822024-08-12T22:28:50.519Z[ recovery-image] Aug 12 22:28:48.519 INFO O| Aug 12 22:28:48.519 INFO STEP 1207 (pack_tar) COMPLETE
74832024-08-12T22:28:50.519Z[ recovery-image] Aug 12 22:28:48.519 INFO O| Aug 12 22:28:48.519 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
74842024-08-12T22:28:50.519Z[ recovery-image] Aug 12 22:28:48.519 INFO O| Aug 12 22:28:48.519 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
74852024-08-12T22:28:51.016Z[ recovery-image] Aug 12 22:28:49.017 INFO O| Aug 12 22:28:49.017 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
74862024-08-12T22:28:51.149Z[ recovery-image] Aug 12 22:28:49.150 INFO O| Aug 12 22:28:49.150 INFO completed processing gimlet/ramdisk-03-recovery-trim
74872024-08-12T22:28:51.155Z[ recovery-image] Aug 12 22:28:49.157 INFO image builder template: zfs-recovery...
74882024-08-12T22:28:51.158Z[ recovery-image] Aug 12 22:28:49.157 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/.tmpqrCA2Y/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.277", "-n", "zfs-recovery"], pwd: None
74892024-08-12T22:28:51.186Z[ recovery-image] Aug 12 22:28:49.188 INFO O| Aug 12 22:28:49.188 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74902024-08-12T22:28:51.190Z[ recovery-image] Aug 12 22:28:49.192 INFO O| Aug 12 22:28:49.192 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74912024-08-12T22:28:51.284Z[ recovery-image] Aug 12 22:28:49.285 INFO O| Aug 12 22:28:49.285 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
74922024-08-12T22:28:51.361Z[ recovery-image] Aug 12 22:28:49.362 INFO O| Aug 12 22:28:49.362 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74932024-08-12T22:28:51.361Z[ recovery-image] Aug 12 22:28:49.362 INFO O| Aug 12 22:28:49.362 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
74942024-08-12T22:28:51.365Z[ recovery-image] Aug 12 22:28:49.367 INFO O| Aug 12 22:28:49.367 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
74952024-08-12T22:28:51.496Z[ recovery-image] Aug 12 22:28:49.497 INFO O| Aug 12 22:28:49.497 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
74962024-08-12T22:28:51.562Z[ recovery-image] Aug 12 22:28:49.564 INFO O| Aug 12 22:28:49.564 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
74972024-08-12T22:28:51.572Z[ recovery-image] Aug 12 22:28:49.574 INFO O| Aug 12 22:28:49.574 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
74982024-08-12T22:28:51.577Z[ recovery-image] Aug 12 22:28:49.579 INFO O| Aug 12 22:28:49.579 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
74992024-08-12T22:28:51.580Z[ recovery-image] Aug 12 22:28:49.580 INFO O| Aug 12 22:28:49.580 INFO no lofi found
75002024-08-12T22:28:51.580Z[ recovery-image] Aug 12 22:28:49.580 INFO O| Aug 12 22:28:49.580 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75012024-08-12T22:28:51.580Z[ recovery-image] Aug 12 22:28:49.580 INFO O| Aug 12 22:28:49.580 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75022024-08-12T22:28:53.009Z[ recovery-image] Aug 12 22:28:51.009 INFO O| Aug 12 22:28:51.009 INFO lofi device = /dev/dsk/c2t1d0p0
75032024-08-12T22:28:53.009Z[ recovery-image] Aug 12 22:28:51.009 INFO O| Aug 12 22:28:51.009 INFO pool device = /dev/dsk/c2t1d0p0
75042024-08-12T22:28:53.011Z[ recovery-image] Aug 12 22:28:51.009 INFO O| Aug 12 22:28:51.009 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"]
75052024-08-12T22:28:53.079Z[ recovery-image] Aug 12 22:28:51.080 INFO O| Aug 12 22:28:51.079 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75062024-08-12T22:28:53.079Z[ recovery-image] Aug 12 22:28:51.080 INFO O| Aug 12 22:28:51.079 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75072024-08-12T22:28:53.096Z[ recovery-image] Aug 12 22:28:51.096 INFO O| Aug 12 22:28:51.096 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75082024-08-12T22:28:53.152Z[ recovery-image] Aug 12 22:28:51.153 INFO O| Aug 12 22:28:51.153 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75092024-08-12T22:28:53.188Z[ recovery-image] Aug 12 22:28:51.189 INFO O| Aug 12 22:28:51.189 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75102024-08-12T22:28:53.200Z[ recovery-image] Aug 12 22:28:51.201 INFO O| Aug 12 22:28:51.201 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75112024-08-12T22:28:53.209Z[ recovery-image] Aug 12 22:28:51.210 INFO O| Aug 12 22:28:51.210 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75122024-08-12T22:28:53.253Z[ recovery-image] Aug 12 22:28:51.253 INFO O| Aug 12 22:28:51.253 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75132024-08-12T22:28:53.256Z[ recovery-image] Aug 12 22:28:51.254 INFO O| Aug 12 22:28:51.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75142024-08-12T22:28:53.256Z[ recovery-image] Aug 12 22:28:51.254 INFO O| Aug 12 22:28:51.254 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75152024-08-12T22:28:53.264Z[ recovery-image] Aug 12 22:28:51.265 INFO O| Aug 12 22:28:51.265 INFO boot environment UUID: 538007c3-4b5a-402f-9eac-95279ef11a45
75162024-08-12T22:28:53.264Z[ recovery-image] Aug 12 22:28:51.265 INFO O| Aug 12 22:28:51.265 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 538007c3-4b5a-402f-9eac-95279ef11a45
75172024-08-12T22:28:53.274Z[ recovery-image] Aug 12 22:28:51.275 INFO O| Aug 12 22:28:51.275 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75182024-08-12T22:28:53.284Z[ recovery-image] Aug 12 22:28:51.284 INFO O| Aug 12 22:28:51.284 INFO STEP 0 (create_be) COMPLETE
75192024-08-12T22:28:53.284Z[ recovery-image] Aug 12 22:28:51.284 INFO O| Aug 12 22:28:51.284 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75202024-08-12T22:28:53.298Z[ recovery-image] Aug 12 22:28:51.299 INFO O| Aug 12 22:28:51.299 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"]
75212024-08-12T22:28:54.440Z[ host-image] Aug 12 22:28:52.440 INFO O| Aug 12 22:28:52.440 INFO O| Download: Completed 8.42 MB in 4.58 seconds (1.8M/s)
75222024-08-12T22:28:54.500Z[ host-image] Aug 12 22:28:52.500 INFO O| Aug 12 22:28:52.500 INFO O| Actions: 1/1361 actions (Installing new actions)
75232024-08-12T22:28:54.615Z[ recovery-image] Aug 12 22:28:52.615 INFO O| Aug 12 22:28:52.615 INFO STEP 1 (unpack_tar) COMPLETE
75242024-08-12T22:28:54.615Z[ recovery-image] Aug 12 22:28:52.615 INFO O| Aug 12 22:28:52.615 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75252024-08-12T22:28:54.626Z[ recovery-image] Aug 12 22:28:52.626 INFO O| Aug 12 22:28:52.626 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75262024-08-12T22:28:54.888Z[ recovery-image] Aug 12 22:28:52.888 INFO O| Aug 12 22:28:52.888 INFO STEP 2 (devfsadm) COMPLETE
75272024-08-12T22:28:54.888Z[ recovery-image] Aug 12 22:28:52.888 INFO O| Aug 12 22:28:52.888 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75282024-08-12T22:28:54.899Z[ recovery-image] Aug 12 22:28:52.899 INFO O| Aug 12 22:28:52.899 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75292024-08-12T22:28:54.902Z[ recovery-image] Aug 12 22:28:52.899 INFO O| Aug 12 22:28:52.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75302024-08-12T22:28:54.902Z[ recovery-image] Aug 12 22:28:52.899 INFO O| Aug 12 22:28:52.899 INFO STEP 3 (ensure_dir) COMPLETE
75312024-08-12T22:28:54.902Z[ recovery-image] Aug 12 22:28:52.899 INFO O| Aug 12 22:28:52.899 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75322024-08-12T22:28:54.909Z[ recovery-image] Aug 12 22:28:52.909 INFO O| Aug 12 22:28:52.909 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75332024-08-12T22:28:54.909Z[ recovery-image] Aug 12 22:28:52.909 INFO O| Aug 12 22:28:52.909 INFO STEP 4 (ensure_dir) COMPLETE
75342024-08-12T22:28:54.909Z[ recovery-image] Aug 12 22:28:52.909 INFO O| Aug 12 22:28:52.909 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75352024-08-12T22:28:54.919Z[ recovery-image] Aug 12 22:28:52.919 INFO O| Aug 12 22:28:52.919 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75362024-08-12T22:28:54.922Z[ recovery-image] Aug 12 22:28:52.919 INFO O| Aug 12 22:28:52.919 INFO STEP 5 (ensure_dir) COMPLETE
75372024-08-12T22:28:54.922Z[ recovery-image] Aug 12 22:28:52.919 INFO O| Aug 12 22:28:52.919 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75382024-08-12T22:28:54.929Z[ recovery-image] Aug 12 22:28:52.929 INFO O| Aug 12 22:28:52.929 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75392024-08-12T22:28:54.929Z[ recovery-image] Aug 12 22:28:52.929 INFO O| Aug 12 22:28:52.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75402024-08-12T22:28:54.929Z[ recovery-image] Aug 12 22:28:52.929 INFO O| Aug 12 22:28:52.929 INFO STEP 6 (ensure_dir) COMPLETE
75412024-08-12T22:28:54.932Z[ recovery-image] Aug 12 22:28:52.929 INFO O| Aug 12 22:28:52.929 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75422024-08-12T22:28:54.939Z[ recovery-image] Aug 12 22:28:52.939 INFO O| Aug 12 22:28:52.939 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75432024-08-12T22:28:54.939Z[ recovery-image] Aug 12 22:28:52.939 INFO O| Aug 12 22:28:52.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75442024-08-12T22:28:54.942Z[ recovery-image] Aug 12 22:28:52.939 INFO O| Aug 12 22:28:52.939 INFO STEP 7 (ensure_dir) COMPLETE
75452024-08-12T22:28:54.942Z[ recovery-image] Aug 12 22:28:52.939 INFO O| Aug 12 22:28:52.939 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75462024-08-12T22:28:54.949Z[ recovery-image] Aug 12 22:28:52.949 INFO O| Aug 12 22:28:52.949 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
75472024-08-12T22:28:54.951Z[ recovery-image] Aug 12 22:28:52.949 INFO O| Aug 12 22:28:52.949 INFO STEP 8 (remove_files) COMPLETE
75482024-08-12T22:28:54.951Z[ recovery-image] Aug 12 22:28:52.949 INFO O| Aug 12 22:28:52.949 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75492024-08-12T22:28:54.959Z[ recovery-image] Aug 12 22:28:52.959 INFO O| Aug 12 22:28:52.959 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
75502024-08-12T22:28:54.961Z[ recovery-image] Aug 12 22:28:52.960 INFO O| Aug 12 22:28:52.960 INFO STEP 9 (remove_files) COMPLETE
75512024-08-12T22:28:54.961Z[ recovery-image] Aug 12 22:28:52.960 INFO O| Aug 12 22:28:52.960 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75522024-08-12T22:28:54.969Z[ recovery-image] Aug 12 22:28:52.969 INFO O| Aug 12 22:28:52.969 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
75532024-08-12T22:28:54.972Z[ recovery-image] Aug 12 22:28:52.970 INFO O| Aug 12 22:28:52.970 INFO STEP 10 (remove_files) COMPLETE
75542024-08-12T22:28:54.972Z[ recovery-image] Aug 12 22:28:52.970 INFO O| Aug 12 22:28:52.970 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75552024-08-12T22:28:54.980Z[ recovery-image] Aug 12 22:28:52.980 INFO O| Aug 12 22:28:52.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
75562024-08-12T22:28:54.983Z[ recovery-image] Aug 12 22:28:52.980 INFO O| Aug 12 22:28:52.980 INFO STEP 11 (remove_files) COMPLETE
75572024-08-12T22:28:54.983Z[ recovery-image] Aug 12 22:28:52.980 INFO O| Aug 12 22:28:52.980 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75582024-08-12T22:28:54.990Z[ recovery-image] Aug 12 22:28:52.990 INFO O| Aug 12 22:28:52.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
75592024-08-12T22:28:54.990Z[ recovery-image] Aug 12 22:28:52.990 INFO O| Aug 12 22:28:52.990 INFO STEP 12 (remove_files) COMPLETE
75602024-08-12T22:28:54.993Z[ recovery-image] Aug 12 22:28:52.990 INFO O| Aug 12 22:28:52.990 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75612024-08-12T22:28:55.000Z[ recovery-image] Aug 12 22:28:53.000 INFO O| Aug 12 22:28:53.000 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75622024-08-12T22:28:55.000Z[ recovery-image] Aug 12 22:28:53.000 INFO O| Aug 12 22:28:53.000 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75632024-08-12T22:28:55.003Z[ recovery-image] Aug 12 22:28:53.000 INFO O| Aug 12 22:28:53.000 INFO STEP 13 (ensure_dir) COMPLETE
75642024-08-12T22:28:55.003Z[ recovery-image] Aug 12 22:28:53.000 INFO O| Aug 12 22:28:53.000 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75652024-08-12T22:28:55.011Z[ recovery-image] Aug 12 22:28:53.011 INFO O| Aug 12 22:28:53.011 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75662024-08-12T22:28:55.014Z[ recovery-image] Aug 12 22:28:53.011 INFO O| Aug 12 22:28:53.011 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75672024-08-12T22:28:55.014Z[ recovery-image] Aug 12 22:28:53.012 INFO O| Aug 12 22:28:53.012 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75682024-08-12T22:28:55.014Z[ recovery-image] Aug 12 22:28:53.012 INFO O| Aug 12 22:28:53.012 INFO STEP 14 (ensure_dir) COMPLETE
75692024-08-12T22:28:55.014Z[ recovery-image] Aug 12 22:28:53.012 INFO O| Aug 12 22:28:53.012 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75702024-08-12T22:28:55.022Z[ recovery-image] Aug 12 22:28:53.022 INFO O| Aug 12 22:28:53.022 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75712024-08-12T22:28:55.022Z[ recovery-image] Aug 12 22:28:53.022 INFO O| Aug 12 22:28:53.022 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75722024-08-12T22:28:55.022Z[ recovery-image] Aug 12 22:28:53.022 INFO O| Aug 12 22:28:53.022 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75732024-08-12T22:28:55.024Z[ recovery-image] Aug 12 22:28:53.022 INFO O| Aug 12 22:28:53.022 INFO STEP 15 (ensure_dir) COMPLETE
75742024-08-12T22:28:55.025Z[ recovery-image] Aug 12 22:28:53.022 INFO O| Aug 12 22:28:53.022 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75752024-08-12T22:28:55.030Z[ host-image] Aug 12 22:28:53.030 INFO O| Aug 12 22:28:53.030 INFO O| Actions: Completed 1361 actions in 0.53 seconds.
75762024-08-12T22:28:55.032Z[ recovery-image] Aug 12 22:28:53.032 INFO O| Aug 12 22:28:53.032 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75772024-08-12T22:28:55.032Z[ recovery-image] Aug 12 22:28:53.032 INFO O| Aug 12 22:28:53.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75782024-08-12T22:28:55.032Z[ recovery-image] Aug 12 22:28:53.032 INFO O| Aug 12 22:28:53.032 INFO STEP 16 (ensure_dir) COMPLETE
75792024-08-12T22:28:55.032Z[ recovery-image] Aug 12 22:28:53.032 INFO O| Aug 12 22:28:53.032 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75802024-08-12T22:28:55.042Z[ recovery-image] Aug 12 22:28:53.042 INFO O| Aug 12 22:28:53.042 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75812024-08-12T22:28:55.042Z[ recovery-image] Aug 12 22:28:53.042 INFO O| Aug 12 22:28:53.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75822024-08-12T22:28:55.045Z[ recovery-image] Aug 12 22:28:53.042 INFO O| Aug 12 22:28:53.042 INFO STEP 17 (ensure_dir) COMPLETE
75832024-08-12T22:28:55.045Z[ recovery-image] Aug 12 22:28:53.042 INFO O| Aug 12 22:28:53.042 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75842024-08-12T22:28:55.053Z[ recovery-image] Aug 12 22:28:53.053 INFO O| Aug 12 22:28:53.053 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
75852024-08-12T22:28:55.053Z[ recovery-image] Aug 12 22:28:53.053 INFO O| Aug 12 22:28:53.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
75862024-08-12T22:28:55.056Z[ recovery-image] Aug 12 22:28:53.053 INFO O| Aug 12 22:28:53.053 INFO ok!
75872024-08-12T22:28:55.056Z[ recovery-image] Aug 12 22:28:53.053 INFO O| Aug 12 22:28:53.053 INFO STEP 18 (ensure_symlink) COMPLETE
75882024-08-12T22:28:55.056Z[ recovery-image] Aug 12 22:28:53.053 INFO O| Aug 12 22:28:53.053 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75892024-08-12T22:28:55.063Z[ recovery-image] Aug 12 22:28:53.063 INFO O| Aug 12 22:28:53.063 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
75902024-08-12T22:28:55.066Z[ recovery-image] Aug 12 22:28:53.063 INFO O| Aug 12 22:28:53.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
75912024-08-12T22:28:55.066Z[ recovery-image] Aug 12 22:28:53.063 INFO O| Aug 12 22:28:53.063 INFO ok!
75922024-08-12T22:28:55.066Z[ recovery-image] Aug 12 22:28:53.063 INFO O| Aug 12 22:28:53.063 INFO STEP 19 (ensure_file) COMPLETE
75932024-08-12T22:28:55.066Z[ recovery-image] Aug 12 22:28:53.063 INFO O| Aug 12 22:28:53.063 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
75942024-08-12T22:28:55.073Z[ recovery-image] Aug 12 22:28:53.073 INFO O| Aug 12 22:28:53.073 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
75952024-08-12T22:28:55.073Z[ recovery-image] Aug 12 22:28:53.073 INFO O| Aug 12 22:28:53.073 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
75962024-08-12T22:28:55.076Z[ recovery-image] Aug 12 22:28:53.073 INFO O| Aug 12 22:28:53.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
75972024-08-12T22:28:55.076Z[ recovery-image] Aug 12 22:28:53.073 INFO O| Aug 12 22:28:53.073 INFO ok!
75982024-08-12T22:28:55.076Z[ recovery-image] Aug 12 22:28:53.073 INFO O| Aug 12 22:28:53.073 INFO STEP 20 (ensure_symlink) COMPLETE
75992024-08-12T22:28:55.076Z[ recovery-image] Aug 12 22:28:53.073 INFO O| Aug 12 22:28:53.073 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76002024-08-12T22:28:55.083Z[ recovery-image] Aug 12 22:28:53.083 INFO O| Aug 12 22:28:53.083 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76012024-08-12T22:28:55.083Z[ recovery-image] Aug 12 22:28:53.083 INFO O| Aug 12 22:28:53.083 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76022024-08-12T22:28:55.086Z[ recovery-image] Aug 12 22:28:53.083 INFO O| Aug 12 22:28:53.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76032024-08-12T22:28:55.086Z[ recovery-image] Aug 12 22:28:53.083 INFO O| Aug 12 22:28:53.083 INFO ok!
76042024-08-12T22:28:55.086Z[ recovery-image] Aug 12 22:28:53.083 INFO O| Aug 12 22:28:53.083 INFO STEP 21 (ensure_symlink) COMPLETE
76052024-08-12T22:28:55.086Z[ recovery-image] Aug 12 22:28:53.084 INFO O| Aug 12 22:28:53.083 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76062024-08-12T22:28:55.094Z[ recovery-image] Aug 12 22:28:53.094 INFO O| Aug 12 22:28:53.094 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76072024-08-12T22:28:55.096Z[ recovery-image] Aug 12 22:28:53.094 INFO O| Aug 12 22:28:53.094 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76082024-08-12T22:28:55.096Z[ recovery-image] Aug 12 22:28:53.094 INFO O| Aug 12 22:28:53.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76092024-08-12T22:28:55.096Z[ recovery-image] Aug 12 22:28:53.094 INFO O| Aug 12 22:28:53.094 INFO ok!
76102024-08-12T22:28:55.096Z[ recovery-image] Aug 12 22:28:53.094 INFO O| Aug 12 22:28:53.094 INFO STEP 22 (ensure_symlink) COMPLETE
76112024-08-12T22:28:55.096Z[ recovery-image] Aug 12 22:28:53.094 INFO O| Aug 12 22:28:53.094 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76122024-08-12T22:28:55.104Z[ recovery-image] Aug 12 22:28:53.104 INFO O| Aug 12 22:28:53.104 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76132024-08-12T22:28:55.107Z[ recovery-image] Aug 12 22:28:53.104 INFO O| Aug 12 22:28:53.104 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76142024-08-12T22:28:55.107Z[ recovery-image] Aug 12 22:28:53.104 INFO O| Aug 12 22:28:53.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76152024-08-12T22:28:55.107Z[ recovery-image] Aug 12 22:28:53.104 INFO O| Aug 12 22:28:53.104 INFO ok!
76162024-08-12T22:28:55.107Z[ recovery-image] Aug 12 22:28:53.104 INFO O| Aug 12 22:28:53.104 INFO STEP 23 (ensure_symlink) COMPLETE
76172024-08-12T22:28:55.107Z[ recovery-image] Aug 12 22:28:53.104 INFO O| Aug 12 22:28:53.104 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76182024-08-12T22:28:55.115Z[ recovery-image] Aug 12 22:28:53.114 INFO O| Aug 12 22:28:53.114 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76192024-08-12T22:28:55.121Z[ recovery-image] Aug 12 22:28:53.115 INFO O| Aug 12 22:28:53.115 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 ...
76202024-08-12T22:28:55.121Z[ recovery-image] Aug 12 22:28:53.115 INFO O| Aug 12 22:28:53.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76212024-08-12T22:28:55.121Z[ recovery-image] Aug 12 22:28:53.115 INFO O| Aug 12 22:28:53.115 INFO ok!
76222024-08-12T22:28:55.121Z[ recovery-image] Aug 12 22:28:53.115 INFO O| Aug 12 22:28:53.115 INFO STEP 24 (ensure_file) COMPLETE
76232024-08-12T22:28:55.121Z[ recovery-image] Aug 12 22:28:53.115 INFO O| Aug 12 22:28:53.115 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76242024-08-12T22:28:55.127Z[ recovery-image] Aug 12 22:28:53.127 INFO O| Aug 12 22:28:53.127 INFO updating shadow file
76252024-08-12T22:28:55.133Z[ recovery-image] Aug 12 22:28:53.127 INFO O| Aug 12 22:28:53.127 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76262024-08-12T22:28:55.133Z[ recovery-image] Aug 12 22:28:53.127 INFO O| Aug 12 22:28:53.127 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76272024-08-12T22:28:55.133Z[ recovery-image] Aug 12 22:28:53.127 INFO O| Aug 12 22:28:53.127 INFO STEP 25 (shadow) COMPLETE
76282024-08-12T22:28:55.133Z[ recovery-image] Aug 12 22:28:53.127 INFO O| Aug 12 22:28:53.127 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76292024-08-12T22:28:55.143Z[ recovery-image] Aug 12 22:28:53.138 INFO O| Aug 12 22:28:53.138 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76302024-08-12T22:28:55.144Z[ recovery-image] Aug 12 22:28:53.138 INFO O| Aug 12 22:28:53.138 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76312024-08-12T22:28:55.144Z[ recovery-image] Aug 12 22:28:53.138 INFO O| Aug 12 22:28:53.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76322024-08-12T22:28:55.144Z[ recovery-image] Aug 12 22:28:53.139 INFO O| Aug 12 22:28:53.138 INFO ok!
76332024-08-12T22:28:55.144Z[ recovery-image] Aug 12 22:28:53.139 INFO O| Aug 12 22:28:53.138 INFO STEP 26 (ensure_file) COMPLETE
76342024-08-12T22:28:55.144Z[ recovery-image] Aug 12 22:28:53.139 INFO O| Aug 12 22:28:53.138 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76352024-08-12T22:28:55.151Z[ recovery-image] Aug 12 22:28:53.151 INFO O| Aug 12 22:28:53.151 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76362024-08-12T22:28:55.151Z[ recovery-image] Aug 12 22:28:53.151 INFO O| Aug 12 22:28:53.151 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76372024-08-12T22:28:55.151Z[ recovery-image] Aug 12 22:28:53.151 INFO O| Aug 12 22:28:53.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76382024-08-12T22:28:55.153Z[ recovery-image] Aug 12 22:28:53.151 INFO O| Aug 12 22:28:53.151 INFO ok!
76392024-08-12T22:28:55.154Z[ recovery-image] Aug 12 22:28:53.151 INFO O| Aug 12 22:28:53.151 INFO STEP 27 (ensure_file) COMPLETE
76402024-08-12T22:28:55.154Z[ recovery-image] Aug 12 22:28:53.151 INFO O| Aug 12 22:28:53.151 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76412024-08-12T22:28:55.162Z[ recovery-image] Aug 12 22:28:53.162 INFO O| Aug 12 22:28:53.162 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76422024-08-12T22:28:55.162Z[ recovery-image] Aug 12 22:28:53.162 INFO O| Aug 12 22:28:53.162 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76432024-08-12T22:28:55.166Z[ recovery-image] Aug 12 22:28:53.162 INFO O| Aug 12 22:28:53.162 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76442024-08-12T22:28:55.166Z[ recovery-image] Aug 12 22:28:53.162 INFO O| Aug 12 22:28:53.162 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76452024-08-12T22:28:55.166Z[ recovery-image] Aug 12 22:28:53.162 INFO O| Aug 12 22:28:53.162 INFO ok!
76462024-08-12T22:28:55.166Z[ recovery-image] Aug 12 22:28:53.163 INFO O| Aug 12 22:28:53.162 INFO STEP 28 (ensure_file) COMPLETE
76472024-08-12T22:28:55.166Z[ recovery-image] Aug 12 22:28:53.163 INFO O| Aug 12 22:28:53.162 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76482024-08-12T22:28:55.174Z[ recovery-image] Aug 12 22:28:53.174 INFO O| Aug 12 22:28:53.174 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
76492024-08-12T22:28:55.174Z[ recovery-image] Aug 12 22:28:53.174 INFO O| Aug 12 22:28:53.174 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
76502024-08-12T22:28:55.177Z[ recovery-image] Aug 12 22:28:53.174 INFO O| Aug 12 22:28:53.174 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
76512024-08-12T22:28:55.177Z[ recovery-image] Aug 12 22:28:53.174 INFO O| Aug 12 22:28:53.174 INFO ok!
76522024-08-12T22:28:55.177Z[ recovery-image] Aug 12 22:28:53.174 INFO O| Aug 12 22:28:53.174 INFO STEP 29 (ensure_file) COMPLETE
76532024-08-12T22:28:55.177Z[ recovery-image] Aug 12 22:28:53.174 INFO O| Aug 12 22:28:53.174 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76542024-08-12T22:28:55.187Z[ recovery-image] Aug 12 22:28:53.187 INFO O| Aug 12 22:28:53.187 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
76552024-08-12T22:28:55.187Z[ recovery-image] Aug 12 22:28:53.187 INFO O| Aug 12 22:28:53.187 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
76562024-08-12T22:28:55.190Z[ recovery-image] Aug 12 22:28:53.187 INFO O| Aug 12 22:28:53.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
76572024-08-12T22:28:55.190Z[ recovery-image] Aug 12 22:28:53.187 INFO O| Aug 12 22:28:53.187 INFO ok!
76582024-08-12T22:28:55.190Z[ recovery-image] Aug 12 22:28:53.187 INFO O| Aug 12 22:28:53.187 INFO STEP 30 (ensure_file) COMPLETE
76592024-08-12T22:28:55.190Z[ recovery-image] Aug 12 22:28:53.187 INFO O| Aug 12 22:28:53.187 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76602024-08-12T22:28:55.199Z[ recovery-image] Aug 12 22:28:53.199 INFO O| Aug 12 22:28:53.199 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
76612024-08-12T22:28:55.202Z[ recovery-image] Aug 12 22:28:53.199 INFO O| Aug 12 22:28:53.199 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
76622024-08-12T22:28:55.202Z[ recovery-image] Aug 12 22:28:53.200 INFO O| Aug 12 22:28:53.200 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
76632024-08-12T22:28:55.202Z[ recovery-image] Aug 12 22:28:53.200 INFO O| Aug 12 22:28:53.200 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
76642024-08-12T22:28:55.202Z[ recovery-image] Aug 12 22:28:53.200 INFO O| Aug 12 22:28:53.200 INFO ok!
76652024-08-12T22:28:55.202Z[ recovery-image] Aug 12 22:28:53.200 INFO O| Aug 12 22:28:53.200 INFO STEP 31 (ensure_file) COMPLETE
76662024-08-12T22:28:55.202Z[ recovery-image] Aug 12 22:28:53.200 INFO O| Aug 12 22:28:53.200 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76672024-08-12T22:28:55.211Z[ recovery-image] Aug 12 22:28:53.211 INFO O| Aug 12 22:28:53.211 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
76682024-08-12T22:28:55.213Z[ recovery-image] Aug 12 22:28:53.211 INFO O| Aug 12 22:28:53.211 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
76692024-08-12T22:28:55.213Z[ recovery-image] Aug 12 22:28:53.211 INFO O| Aug 12 22:28:53.211 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
76702024-08-12T22:28:55.213Z[ recovery-image] Aug 12 22:28:53.211 INFO O| Aug 12 22:28:53.211 INFO ok!
76712024-08-12T22:28:55.214Z[ recovery-image] Aug 12 22:28:53.211 INFO O| Aug 12 22:28:53.211 INFO STEP 32 (ensure_file) COMPLETE
76722024-08-12T22:28:55.214Z[ recovery-image] Aug 12 22:28:53.211 INFO O| Aug 12 22:28:53.211 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76732024-08-12T22:28:55.221Z[ recovery-image] Aug 12 22:28:53.221 INFO O| Aug 12 22:28:53.221 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
76742024-08-12T22:28:55.221Z[ recovery-image] Aug 12 22:28:53.221 INFO O| Aug 12 22:28:53.221 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
76752024-08-12T22:28:55.224Z[ recovery-image] Aug 12 22:28:53.222 INFO O| Aug 12 22:28:53.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
76762024-08-12T22:28:55.224Z[ recovery-image] Aug 12 22:28:53.222 INFO O| Aug 12 22:28:53.222 INFO ok!
76772024-08-12T22:28:55.224Z[ recovery-image] Aug 12 22:28:53.222 INFO O| Aug 12 22:28:53.222 INFO STEP 33 (ensure_file) COMPLETE
76782024-08-12T22:28:55.224Z[ recovery-image] Aug 12 22:28:53.222 INFO O| Aug 12 22:28:53.222 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76792024-08-12T22:28:55.234Z[ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
76802024-08-12T22:28:55.234Z[ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
76812024-08-12T22:28:55.237Z[ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
76822024-08-12T22:28:55.237Z[ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
76832024-08-12T22:28:55.237Z[ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
76842024-08-12T22:28:55.237Z[ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
76852024-08-12T22:28:55.237Z[ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO ok!
76862024-08-12T22:28:55.237Z[ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO STEP 34 (ensure_file) COMPLETE
76872024-08-12T22:28:55.237Z[ recovery-image] Aug 12 22:28:53.234 INFO O| Aug 12 22:28:53.234 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
76882024-08-12T22:28:55.245Z[ recovery-image] Aug 12 22:28:53.245 INFO O| Aug 12 22:28:53.245 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
76892024-08-12T22:28:55.247Z[ recovery-image] Aug 12 22:28:53.245 INFO O| Aug 12 22:28:53.245 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
76902024-08-12T22:28:55.247Z[ recovery-image] Aug 12 22:28:53.245 INFO O| Aug 12 22:28:53.245 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
76912024-08-12T22:28:55.247Z[ recovery-image] Aug 12 22:28:53.245 INFO O| Aug 12 22:28:53.245 INFO STEP 35 (ensure_dir) COMPLETE
76922024-08-12T22:28:55.247Z[ recovery-image] Aug 12 22:28:53.245 INFO O| Aug 12 22:28:53.245 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
76932024-08-12T22:28:55.255Z[ recovery-image] Aug 12 22:28:53.255 INFO O| Aug 12 22:28:53.255 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
76942024-08-12T22:28:55.255Z[ recovery-image] Aug 12 22:28:53.255 INFO O| Aug 12 22:28:53.255 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 ...
76952024-08-12T22:28:55.258Z[ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.255 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
76962024-08-12T22:28:55.258Z[ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.256 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
76972024-08-12T22:28:55.258Z[ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.256 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
76982024-08-12T22:28:55.258Z[ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.256 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
76992024-08-12T22:28:55.258Z[ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.256 INFO ok!
77002024-08-12T22:28:55.258Z[ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.256 INFO STEP 36 (ensure_file) COMPLETE
77012024-08-12T22:28:55.258Z[ recovery-image] Aug 12 22:28:53.256 INFO O| Aug 12 22:28:53.256 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77022024-08-12T22:28:55.266Z[ recovery-image] Aug 12 22:28:53.266 INFO O| Aug 12 22:28:53.266 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77032024-08-12T22:28:55.266Z[ recovery-image] Aug 12 22:28:53.266 INFO O| Aug 12 22:28:53.266 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 ...
77042024-08-12T22:28:55.269Z[ recovery-image] Aug 12 22:28:53.266 INFO O| Aug 12 22:28:53.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77052024-08-12T22:28:55.269Z[ recovery-image] Aug 12 22:28:53.267 INFO O| Aug 12 22:28:53.266 INFO ok!
77062024-08-12T22:28:55.269Z[ recovery-image] Aug 12 22:28:53.267 INFO O| Aug 12 22:28:53.267 INFO STEP 37 (ensure_symlink) COMPLETE
77072024-08-12T22:28:55.269Z[ recovery-image] Aug 12 22:28:53.267 INFO O| Aug 12 22:28:53.267 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77082024-08-12T22:28:55.277Z[ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77092024-08-12T22:28:55.277Z[ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77102024-08-12T22:28:55.280Z[ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77112024-08-12T22:28:55.280Z[ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77122024-08-12T22:28:55.280Z[ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77132024-08-12T22:28:55.280Z[ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77142024-08-12T22:28:55.280Z[ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO ok!
77152024-08-12T22:28:55.280Z[ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO STEP 38 (ensure_file) COMPLETE
77162024-08-12T22:28:55.280Z[ recovery-image] Aug 12 22:28:53.277 INFO O| Aug 12 22:28:53.277 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77172024-08-12T22:28:55.280Z[ host-image] Aug 12 22:28:53.279 INFO O| Aug 12 22:28:53.279 INFO O| Done
77182024-08-12T22:28:55.280Z[ host-image] Aug 12 22:28:53.279 INFO O| Aug 12 22:28:53.279 INFO O| Done
77192024-08-12T22:28:55.288Z[ recovery-image] Aug 12 22:28:53.288 INFO O| Aug 12 22:28:53.288 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77202024-08-12T22:28:55.288Z[ recovery-image] Aug 12 22:28:53.288 INFO O| Aug 12 22:28:53.288 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 ...
77212024-08-12T22:28:55.291Z[ recovery-image] Aug 12 22:28:53.288 INFO O| Aug 12 22:28:53.288 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
77222024-08-12T22:28:55.291Z[ recovery-image] Aug 12 22:28:53.288 INFO O| Aug 12 22:28:53.288 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77232024-08-12T22:28:55.291Z[ recovery-image] Aug 12 22:28:53.288 INFO O| Aug 12 22:28:53.288 INFO ok!
77242024-08-12T22:28:55.291Z[ recovery-image] Aug 12 22:28:53.289 INFO O| Aug 12 22:28:53.288 INFO STEP 39 (ensure_file) COMPLETE
77252024-08-12T22:28:55.291Z[ recovery-image] Aug 12 22:28:53.289 INFO O| Aug 12 22:28:53.288 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77262024-08-12T22:28:55.300Z[ recovery-image] Aug 12 22:28:53.300 INFO O| Aug 12 22:28:53.300 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77272024-08-12T22:28:55.301Z[ recovery-image] Aug 12 22:28:53.300 INFO O| Aug 12 22:28:53.300 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77282024-08-12T22:28:55.301Z[ recovery-image] Aug 12 22:28:53.301 INFO O| Aug 12 22:28:53.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77292024-08-12T22:28:55.303Z[ recovery-image] Aug 12 22:28:53.301 INFO O| Aug 12 22:28:53.301 INFO ok!
77302024-08-12T22:28:55.303Z[ recovery-image] Aug 12 22:28:53.301 INFO O| Aug 12 22:28:53.301 INFO STEP 40 (ensure_file) COMPLETE
77312024-08-12T22:28:55.303Z[ recovery-image] Aug 12 22:28:53.301 INFO O| Aug 12 22:28:53.301 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77322024-08-12T22:28:55.311Z[ recovery-image] Aug 12 22:28:53.311 INFO O| Aug 12 22:28:53.311 INFO updating shadow file
77332024-08-12T22:28:55.315Z[ recovery-image] Aug 12 22:28:53.311 INFO O| Aug 12 22:28:53.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77342024-08-12T22:28:55.315Z[ recovery-image] Aug 12 22:28:53.311 INFO O| Aug 12 22:28:53.311 INFO STEP 41 (shadow) COMPLETE
77352024-08-12T22:28:55.315Z[ recovery-image] Aug 12 22:28:53.311 INFO O| Aug 12 22:28:53.311 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77362024-08-12T22:28:55.322Z[ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77372024-08-12T22:28:55.322Z[ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77382024-08-12T22:28:55.325Z[ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77392024-08-12T22:28:55.325Z[ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77402024-08-12T22:28:55.325Z[ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 INFO ok!
77412024-08-12T22:28:55.325Z[ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 INFO STEP 42 (ensure_file) COMPLETE
77422024-08-12T22:28:55.325Z[ recovery-image] Aug 12 22:28:53.322 INFO O| Aug 12 22:28:53.322 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77432024-08-12T22:28:55.333Z[ recovery-image] Aug 12 22:28:53.333 INFO O| Aug 12 22:28:53.332 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77442024-08-12T22:28:55.333Z[ recovery-image] Aug 12 22:28:53.333 INFO O| Aug 12 22:28:53.333 INFO STEP 43 (ensure_dir) COMPLETE
77452024-08-12T22:28:55.333Z[ recovery-image] Aug 12 22:28:53.333 INFO O| Aug 12 22:28:53.333 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77462024-08-12T22:28:55.343Z[ recovery-image] Aug 12 22:28:53.343 INFO O| Aug 12 22:28:53.343 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77472024-08-12T22:28:55.343Z[ recovery-image] Aug 12 22:28:53.343 INFO O| Aug 12 22:28:53.343 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77482024-08-12T22:28:55.345Z[ recovery-image] Aug 12 22:28:53.343 INFO O| Aug 12 22:28:53.343 INFO STEP 44 (ensure_dir) COMPLETE
77492024-08-12T22:28:55.345Z[ recovery-image] Aug 12 22:28:53.343 INFO O| Aug 12 22:28:53.343 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77502024-08-12T22:28:55.353Z[ recovery-image] Aug 12 22:28:53.353 INFO O| Aug 12 22:28:53.353 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77512024-08-12T22:28:55.353Z[ recovery-image] Aug 12 22:28:53.353 INFO O| Aug 12 22:28:53.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77522024-08-12T22:28:55.356Z[ recovery-image] Aug 12 22:28:53.353 INFO O| Aug 12 22:28:53.353 INFO STEP 45 (ensure_dir) COMPLETE
77532024-08-12T22:28:55.356Z[ recovery-image] Aug 12 22:28:53.353 INFO O| Aug 12 22:28:53.353 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77542024-08-12T22:28:55.363Z[ recovery-image] Aug 12 22:28:53.363 INFO O| Aug 12 22:28:53.363 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
77552024-08-12T22:28:55.363Z[ recovery-image] Aug 12 22:28:53.363 INFO O| Aug 12 22:28:53.363 INFO copying /tmp/.tmpqrCA2Y/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
77562024-08-12T22:28:55.400Z[ recovery-image] Aug 12 22:28:53.400 INFO O| Aug 12 22:28:53.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
77572024-08-12T22:28:55.401Z[ recovery-image] Aug 12 22:28:53.400 INFO O| Aug 12 22:28:53.400 INFO ok!
77582024-08-12T22:28:55.404Z[ recovery-image] Aug 12 22:28:53.400 INFO O| Aug 12 22:28:53.400 INFO STEP 46 (ensure_file) COMPLETE
77592024-08-12T22:28:55.404Z[ recovery-image] Aug 12 22:28:53.400 INFO O| Aug 12 22:28:53.400 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77602024-08-12T22:28:55.412Z[ recovery-image] Aug 12 22:28:53.412 INFO O| Aug 12 22:28:53.412 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77612024-08-12T22:28:55.414Z[ recovery-image] Aug 12 22:28:53.412 INFO O| Aug 12 22:28:53.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77622024-08-12T22:28:55.414Z[ recovery-image] Aug 12 22:28:53.412 INFO O| Aug 12 22:28:53.412 INFO STEP 47 (ensure_dir) COMPLETE
77632024-08-12T22:28:55.414Z[ recovery-image] Aug 12 22:28:53.412 INFO O| Aug 12 22:28:53.412 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77642024-08-12T22:28:55.422Z[ recovery-image] Aug 12 22:28:53.422 INFO O| Aug 12 22:28:53.422 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
77652024-08-12T22:28:55.422Z[ recovery-image] Aug 12 22:28:53.422 INFO O| Aug 12 22:28:53.422 INFO copying /tmp/.tmpqrCA2Y/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
77662024-08-12T22:28:55.424Z[ recovery-image] Aug 12 22:28:53.422 INFO O| Aug 12 22:28:53.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
77672024-08-12T22:28:55.424Z[ recovery-image] Aug 12 22:28:53.422 INFO O| Aug 12 22:28:53.422 INFO ok!
77682024-08-12T22:28:55.424Z[ recovery-image] Aug 12 22:28:53.422 INFO O| Aug 12 22:28:53.422 INFO STEP 48 (ensure_file) COMPLETE
77692024-08-12T22:28:55.424Z[ recovery-image] Aug 12 22:28:53.422 INFO O| Aug 12 22:28:53.422 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77702024-08-12T22:28:55.432Z[ recovery-image] Aug 12 22:28:53.432 INFO O| Aug 12 22:28:53.432 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
77712024-08-12T22:28:55.435Z[ recovery-image] Aug 12 22:28:53.432 INFO O| Aug 12 22:28:53.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
77722024-08-12T22:28:55.435Z[ recovery-image] Aug 12 22:28:53.432 INFO O| Aug 12 22:28:53.432 INFO STEP 49 (ensure_dir) COMPLETE
77732024-08-12T22:28:55.435Z[ recovery-image] Aug 12 22:28:53.432 INFO O| Aug 12 22:28:53.432 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77742024-08-12T22:28:55.442Z[ recovery-image] Aug 12 22:28:53.442 INFO O| Aug 12 22:28:53.442 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
77752024-08-12T22:28:55.443Z[ recovery-image] Aug 12 22:28:53.442 INFO O| Aug 12 22:28:53.442 INFO copying /tmp/.tmpqrCA2Y/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
77762024-08-12T22:28:55.461Z[ recovery-image] Aug 12 22:28:53.460 INFO O| Aug 12 22:28:53.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
77772024-08-12T22:28:55.463Z[ recovery-image] Aug 12 22:28:53.460 INFO O| Aug 12 22:28:53.460 INFO ok!
77782024-08-12T22:28:55.463Z[ recovery-image] Aug 12 22:28:53.460 INFO O| Aug 12 22:28:53.460 INFO STEP 50 (ensure_file) COMPLETE
77792024-08-12T22:28:55.463Z[ recovery-image] Aug 12 22:28:53.460 INFO O| Aug 12 22:28:53.460 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77802024-08-12T22:28:55.472Z[ recovery-image] Aug 12 22:28:53.472 INFO O| Aug 12 22:28:53.472 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
77812024-08-12T22:28:55.472Z[ recovery-image] Aug 12 22:28:53.472 INFO O| Aug 12 22:28:53.472 INFO copying /tmp/.tmpqrCA2Y/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
77822024-08-12T22:28:55.803Z[ host-image] Aug 12 22:28:53.802 INFO O| Aug 12 22:28:53.802 INFO O| Done
77832024-08-12T22:28:55.997Z[ recovery-image] Aug 12 22:28:53.996 INFO O| Aug 12 22:28:53.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
77842024-08-12T22:28:55.997Z[ recovery-image] Aug 12 22:28:53.996 INFO O| Aug 12 22:28:53.996 INFO ok!
77852024-08-12T22:28:55.997Z[ recovery-image] Aug 12 22:28:53.996 INFO O| Aug 12 22:28:53.996 INFO STEP 51 (ensure_file) COMPLETE
77862024-08-12T22:28:56.000Z[ recovery-image] Aug 12 22:28:53.996 INFO O| Aug 12 22:28:53.996 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77872024-08-12T22:28:56.011Z[ recovery-image] Aug 12 22:28:54.011 INFO O| Aug 12 22:28:54.011 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
77882024-08-12T22:28:56.011Z[ recovery-image] Aug 12 22:28:54.011 INFO O| Aug 12 22:28:54.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
77892024-08-12T22:28:56.014Z[ recovery-image] Aug 12 22:28:54.011 INFO O| Aug 12 22:28:54.011 INFO STEP 52 (ensure_dir) COMPLETE
77902024-08-12T22:28:56.014Z[ recovery-image] Aug 12 22:28:54.011 INFO O| Aug 12 22:28:54.011 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77912024-08-12T22:28:56.023Z[ recovery-image] Aug 12 22:28:54.021 INFO O| Aug 12 22:28:54.021 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
77922024-08-12T22:28:56.025Z[ recovery-image] Aug 12 22:28:54.021 INFO O| Aug 12 22:28:54.021 INFO copying /tmp/.tmpqrCA2Y/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 ...
77932024-08-12T22:28:56.025Z[ recovery-image] Aug 12 22:28:54.022 INFO O| Aug 12 22:28:54.021 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
77942024-08-12T22:28:56.025Z[ recovery-image] Aug 12 22:28:54.022 INFO O| Aug 12 22:28:54.022 INFO ok!
77952024-08-12T22:28:56.025Z[ recovery-image] Aug 12 22:28:54.022 INFO O| Aug 12 22:28:54.022 INFO STEP 53 (ensure_file) COMPLETE
77962024-08-12T22:28:56.025Z[ recovery-image] Aug 12 22:28:54.022 INFO O| Aug 12 22:28:54.022 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77972024-08-12T22:28:56.032Z[ recovery-image] Aug 12 22:28:54.032 INFO O| Aug 12 22:28:54.032 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
77982024-08-12T22:28:56.032Z[ recovery-image] Aug 12 22:28:54.032 INFO O| Aug 12 22:28:54.032 INFO copying /tmp/.tmpqrCA2Y/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 ...
77992024-08-12T22:28:56.035Z[ recovery-image] Aug 12 22:28:54.032 INFO O| Aug 12 22:28:54.032 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
78002024-08-12T22:28:56.035Z[ recovery-image] Aug 12 22:28:54.032 INFO O| Aug 12 22:28:54.032 INFO ok!
78012024-08-12T22:28:56.035Z[ recovery-image] Aug 12 22:28:54.032 INFO O| Aug 12 22:28:54.032 INFO STEP 54 (ensure_file) COMPLETE
78022024-08-12T22:28:56.035Z[ recovery-image] Aug 12 22:28:54.032 INFO O| Aug 12 22:28:54.032 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78032024-08-12T22:28:56.043Z[ recovery-image] Aug 12 22:28:54.043 INFO O| Aug 12 22:28:54.043 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78042024-08-12T22:28:56.043Z[ recovery-image] Aug 12 22:28:54.043 INFO O| Aug 12 22:28:54.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78052024-08-12T22:28:56.046Z[ recovery-image] Aug 12 22:28:54.043 INFO O| Aug 12 22:28:54.043 INFO STEP 55 (ensure_dir) COMPLETE
78062024-08-12T22:28:56.046Z[ recovery-image] Aug 12 22:28:54.043 INFO O| Aug 12 22:28:54.043 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78072024-08-12T22:28:56.056Z[ recovery-image] Aug 12 22:28:54.055 INFO O| Aug 12 22:28:54.055 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78082024-08-12T22:28:56.056Z[ recovery-image] Aug 12 22:28:54.055 INFO O| Aug 12 22:28:54.055 INFO copying /tmp/.tmpqrCA2Y/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 ...
78092024-08-12T22:28:56.056Z[ recovery-image] Aug 12 22:28:54.055 INFO O| Aug 12 22:28:54.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78102024-08-12T22:28:56.059Z[ recovery-image] Aug 12 22:28:54.055 INFO O| Aug 12 22:28:54.055 INFO ok!
78112024-08-12T22:28:56.059Z[ recovery-image] Aug 12 22:28:54.056 INFO O| Aug 12 22:28:54.055 INFO STEP 56 (ensure_file) COMPLETE
78122024-08-12T22:28:56.059Z[ recovery-image] Aug 12 22:28:54.056 INFO O| Aug 12 22:28:54.055 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78132024-08-12T22:28:56.067Z[ recovery-image] Aug 12 22:28:54.066 INFO O| Aug 12 22:28:54.066 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78142024-08-12T22:28:56.067Z[ recovery-image] Aug 12 22:28:54.066 INFO O| Aug 12 22:28:54.066 INFO copying /tmp/.tmpqrCA2Y/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 ...
78152024-08-12T22:28:56.069Z[ recovery-image] Aug 12 22:28:54.066 INFO O| Aug 12 22:28:54.066 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
78162024-08-12T22:28:56.069Z[ recovery-image] Aug 12 22:28:54.067 INFO O| Aug 12 22:28:54.066 INFO ok!
78172024-08-12T22:28:56.070Z[ recovery-image] Aug 12 22:28:54.067 INFO O| Aug 12 22:28:54.066 INFO STEP 57 (ensure_file) COMPLETE
78182024-08-12T22:28:56.070Z[ recovery-image] Aug 12 22:28:54.067 INFO O| Aug 12 22:28:54.066 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78192024-08-12T22:28:56.077Z[ recovery-image] Aug 12 22:28:54.077 INFO O| Aug 12 22:28:54.077 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78202024-08-12T22:28:56.080Z[ recovery-image] Aug 12 22:28:54.077 INFO O| Aug 12 22:28:54.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78212024-08-12T22:28:56.080Z[ recovery-image] Aug 12 22:28:54.077 INFO O| Aug 12 22:28:54.077 INFO STEP 58 (ensure_dir) COMPLETE
78222024-08-12T22:28:56.080Z[ recovery-image] Aug 12 22:28:54.077 INFO O| Aug 12 22:28:54.077 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78232024-08-12T22:28:56.088Z[ recovery-image] Aug 12 22:28:54.088 INFO O| Aug 12 22:28:54.088 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78242024-08-12T22:28:56.091Z[ recovery-image] Aug 12 22:28:54.088 INFO O| Aug 12 22:28:54.088 INFO copying /tmp/.tmpqrCA2Y/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 ...
78252024-08-12T22:28:56.091Z[ recovery-image] Aug 12 22:28:54.088 INFO O| Aug 12 22:28:54.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78262024-08-12T22:28:56.091Z[ recovery-image] Aug 12 22:28:54.088 INFO O| Aug 12 22:28:54.088 INFO ok!
78272024-08-12T22:28:56.091Z[ recovery-image] Aug 12 22:28:54.088 INFO O| Aug 12 22:28:54.088 INFO STEP 59 (ensure_file) COMPLETE
78282024-08-12T22:28:56.091Z[ recovery-image] Aug 12 22:28:54.088 INFO O| Aug 12 22:28:54.088 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78292024-08-12T22:28:56.100Z[ recovery-image] Aug 12 22:28:54.099 INFO O| Aug 12 22:28:54.099 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78302024-08-12T22:28:56.100Z[ recovery-image] Aug 12 22:28:54.099 INFO O| Aug 12 22:28:54.099 INFO copying /tmp/.tmpqrCA2Y/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78312024-08-12T22:28:56.100Z[ recovery-image] Aug 12 22:28:54.099 INFO O| Aug 12 22:28:54.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78322024-08-12T22:28:56.100Z[ recovery-image] Aug 12 22:28:54.099 INFO O| Aug 12 22:28:54.099 INFO ok!
78332024-08-12T22:28:56.102Z[ recovery-image] Aug 12 22:28:54.099 INFO O| Aug 12 22:28:54.099 INFO STEP 60 (ensure_file) COMPLETE
78342024-08-12T22:28:56.102Z[ recovery-image] Aug 12 22:28:54.099 INFO O| Aug 12 22:28:54.099 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78352024-08-12T22:28:56.111Z[ recovery-image] Aug 12 22:28:54.110 INFO O| Aug 12 22:28:54.110 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78362024-08-12T22:28:56.111Z[ recovery-image] Aug 12 22:28:54.110 INFO O| Aug 12 22:28:54.110 INFO STEP 61 (ensure_dir) COMPLETE
78372024-08-12T22:28:56.114Z[ recovery-image] Aug 12 22:28:54.110 INFO O| Aug 12 22:28:54.110 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78382024-08-12T22:28:56.122Z[ recovery-image] Aug 12 22:28:54.120 INFO O| Aug 12 22:28:54.120 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78392024-08-12T22:28:56.129Z[ recovery-image] Aug 12 22:28:54.121 INFO O| Aug 12 22:28:54.120 INFO STEP 62 (ensure_dir) COMPLETE
78402024-08-12T22:28:56.129Z[ recovery-image] Aug 12 22:28:54.121 INFO O| Aug 12 22:28:54.120 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78412024-08-12T22:28:56.132Z[ recovery-image] Aug 12 22:28:54.132 INFO O| Aug 12 22:28:54.132 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78422024-08-12T22:28:56.133Z[ recovery-image] Aug 12 22:28:54.132 INFO O| Aug 12 22:28:54.132 INFO STEP 63 (ensure_dir) COMPLETE
78432024-08-12T22:28:56.137Z[ recovery-image] Aug 12 22:28:54.132 INFO O| Aug 12 22:28:54.132 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78442024-08-12T22:28:56.144Z[ recovery-image] Aug 12 22:28:54.143 INFO O| Aug 12 22:28:54.143 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78452024-08-12T22:28:56.144Z[ recovery-image] Aug 12 22:28:54.143 INFO O| Aug 12 22:28:54.143 INFO STEP 64 (ensure_dir) COMPLETE
78462024-08-12T22:28:56.144Z[ recovery-image] Aug 12 22:28:54.143 INFO O| Aug 12 22:28:54.143 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78472024-08-12T22:28:56.154Z[ recovery-image] Aug 12 22:28:54.154 INFO O| Aug 12 22:28:54.154 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78482024-08-12T22:28:56.154Z[ recovery-image] Aug 12 22:28:54.154 INFO O| Aug 12 22:28:54.154 INFO copying /tmp/.tmpqrCA2Y/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78492024-08-12T22:28:56.157Z[ recovery-image] Aug 12 22:28:54.154 INFO O| Aug 12 22:28:54.154 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78502024-08-12T22:28:56.157Z[ recovery-image] Aug 12 22:28:54.154 INFO O| Aug 12 22:28:54.154 INFO ok!
78512024-08-12T22:28:56.157Z[ recovery-image] Aug 12 22:28:54.154 INFO O| Aug 12 22:28:54.154 INFO STEP 65 (ensure_file) COMPLETE
78522024-08-12T22:28:56.157Z[ recovery-image] Aug 12 22:28:54.154 INFO O| Aug 12 22:28:54.154 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78532024-08-12T22:28:56.165Z[ recovery-image] Aug 12 22:28:54.165 INFO O| Aug 12 22:28:54.164 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
78542024-08-12T22:28:56.168Z[ recovery-image] Aug 12 22:28:54.165 INFO O| Aug 12 22:28:54.165 INFO STEP 66 (remove_files) COMPLETE
78552024-08-12T22:28:56.168Z[ recovery-image] Aug 12 22:28:54.165 INFO O| Aug 12 22:28:54.165 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78562024-08-12T22:28:56.176Z[ recovery-image] Aug 12 22:28:54.175 INFO O| Aug 12 22:28:54.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
78572024-08-12T22:28:56.178Z[ recovery-image] Aug 12 22:28:54.175 INFO O| Aug 12 22:28:54.175 INFO STEP 67 (remove_files) COMPLETE
78582024-08-12T22:28:56.178Z[ recovery-image] Aug 12 22:28:54.175 INFO O| Aug 12 22:28:54.175 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78592024-08-12T22:28:56.186Z[ recovery-image] Aug 12 22:28:54.185 INFO O| Aug 12 22:28:54.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
78602024-08-12T22:28:56.188Z[ recovery-image] Aug 12 22:28:54.186 INFO O| Aug 12 22:28:54.186 INFO STEP 68 (remove_files) COMPLETE
78612024-08-12T22:28:56.188Z[ recovery-image] Aug 12 22:28:54.186 INFO O| Aug 12 22:28:54.186 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78622024-08-12T22:28:56.196Z[ recovery-image] Aug 12 22:28:54.196 INFO O| Aug 12 22:28:54.196 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
78632024-08-12T22:28:56.199Z[ recovery-image] Aug 12 22:28:54.196 INFO O| Aug 12 22:28:54.196 INFO STEP 69 (remove_files) COMPLETE
78642024-08-12T22:28:56.199Z[ recovery-image] Aug 12 22:28:54.196 INFO O| Aug 12 22:28:54.196 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78652024-08-12T22:28:56.207Z[ recovery-image] Aug 12 22:28:54.206 INFO O| Aug 12 22:28:54.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
78662024-08-12T22:28:56.209Z[ recovery-image] Aug 12 22:28:54.207 INFO O| Aug 12 22:28:54.206 INFO STEP 70 (remove_files) COMPLETE
78672024-08-12T22:28:56.209Z[ recovery-image] Aug 12 22:28:54.207 INFO O| Aug 12 22:28:54.207 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78682024-08-12T22:28:56.217Z[ recovery-image] Aug 12 22:28:54.217 INFO O| Aug 12 22:28:54.217 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
78692024-08-12T22:28:56.220Z[ recovery-image] Aug 12 22:28:54.217 INFO O| Aug 12 22:28:54.217 INFO STEP 71 (remove_files) COMPLETE
78702024-08-12T22:28:56.220Z[ recovery-image] Aug 12 22:28:54.217 INFO O| Aug 12 22:28:54.217 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78712024-08-12T22:28:56.229Z[ recovery-image] Aug 12 22:28:54.228 INFO O| Aug 12 22:28:54.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
78722024-08-12T22:28:56.229Z[ recovery-image] Aug 12 22:28:54.228 INFO O| Aug 12 22:28:54.228 INFO STEP 72 (remove_files) COMPLETE
78732024-08-12T22:28:56.229Z[ recovery-image] Aug 12 22:28:54.228 INFO O| Aug 12 22:28:54.228 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78742024-08-12T22:28:56.239Z[ recovery-image] Aug 12 22:28:54.239 INFO O| Aug 12 22:28:54.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
78752024-08-12T22:28:56.242Z[ recovery-image] Aug 12 22:28:54.239 INFO O| Aug 12 22:28:54.239 INFO STEP 73 (remove_files) COMPLETE
78762024-08-12T22:28:56.242Z[ recovery-image] Aug 12 22:28:54.239 INFO O| Aug 12 22:28:54.239 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78772024-08-12T22:28:56.251Z[ recovery-image] Aug 12 22:28:54.250 INFO O| Aug 12 22:28:54.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
78782024-08-12T22:28:56.251Z[ recovery-image] Aug 12 22:28:54.250 INFO O| Aug 12 22:28:54.250 INFO STEP 74 (remove_files) COMPLETE
78792024-08-12T22:28:56.260Z[ recovery-image] Aug 12 22:28:54.250 INFO O| Aug 12 22:28:54.250 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78802024-08-12T22:28:56.262Z[ recovery-image] Aug 12 22:28:54.261 INFO O| Aug 12 22:28:54.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
78812024-08-12T22:28:56.263Z[ recovery-image] Aug 12 22:28:54.261 INFO O| Aug 12 22:28:54.261 INFO STEP 75 (remove_files) COMPLETE
78822024-08-12T22:28:56.263Z[ recovery-image] Aug 12 22:28:54.261 INFO O| Aug 12 22:28:54.261 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78832024-08-12T22:28:56.272Z[ recovery-image] Aug 12 22:28:54.271 INFO O| Aug 12 22:28:54.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
78842024-08-12T22:28:56.275Z[ recovery-image] Aug 12 22:28:54.272 INFO O| Aug 12 22:28:54.271 INFO STEP 76 (remove_files) COMPLETE
78852024-08-12T22:28:56.275Z[ recovery-image] Aug 12 22:28:54.272 INFO O| Aug 12 22:28:54.271 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78862024-08-12T22:28:56.285Z[ recovery-image] Aug 12 22:28:54.283 INFO O| Aug 12 22:28:54.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
78872024-08-12T22:28:56.285Z[ recovery-image] Aug 12 22:28:54.283 INFO O| Aug 12 22:28:54.283 INFO STEP 77 (remove_files) COMPLETE
78882024-08-12T22:28:56.287Z[ recovery-image] Aug 12 22:28:54.283 INFO O| Aug 12 22:28:54.283 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78892024-08-12T22:28:56.296Z[ recovery-image] Aug 12 22:28:54.295 INFO O| Aug 12 22:28:54.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
78902024-08-12T22:28:56.296Z[ recovery-image] Aug 12 22:28:54.295 INFO O| Aug 12 22:28:54.295 INFO STEP 78 (remove_files) COMPLETE
78912024-08-12T22:28:56.299Z[ recovery-image] Aug 12 22:28:54.295 INFO O| Aug 12 22:28:54.295 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78922024-08-12T22:28:56.310Z[ recovery-image] Aug 12 22:28:54.307 INFO O| Aug 12 22:28:54.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
78932024-08-12T22:28:56.310Z[ recovery-image] Aug 12 22:28:54.307 INFO O| Aug 12 22:28:54.307 INFO STEP 79 (remove_files) COMPLETE
78942024-08-12T22:28:56.310Z[ recovery-image] Aug 12 22:28:54.307 INFO O| Aug 12 22:28:54.307 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78952024-08-12T22:28:56.318Z[ recovery-image] Aug 12 22:28:54.318 INFO O| Aug 12 22:28:54.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
78962024-08-12T22:28:56.318Z[ recovery-image] Aug 12 22:28:54.318 INFO O| Aug 12 22:28:54.318 INFO STEP 80 (remove_files) COMPLETE
78972024-08-12T22:28:56.327Z[ recovery-image] Aug 12 22:28:54.318 INFO O| Aug 12 22:28:54.318 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78982024-08-12T22:28:56.334Z[ recovery-image] Aug 12 22:28:54.328 INFO O| Aug 12 22:28:54.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
78992024-08-12T22:28:56.334Z[ recovery-image] Aug 12 22:28:54.328 INFO O| Aug 12 22:28:54.328 INFO STEP 81 (remove_files) COMPLETE
79002024-08-12T22:28:56.334Z[ recovery-image] Aug 12 22:28:54.328 INFO O| Aug 12 22:28:54.328 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79012024-08-12T22:28:56.339Z[ recovery-image] Aug 12 22:28:54.338 INFO O| Aug 12 22:28:54.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79022024-08-12T22:28:56.342Z[ recovery-image] Aug 12 22:28:54.338 INFO O| Aug 12 22:28:54.338 INFO STEP 82 (remove_files) COMPLETE
79032024-08-12T22:28:56.342Z[ recovery-image] Aug 12 22:28:54.338 INFO O| Aug 12 22:28:54.338 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79042024-08-12T22:28:56.349Z[ recovery-image] Aug 12 22:28:54.348 INFO O| Aug 12 22:28:54.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79052024-08-12T22:28:56.351Z[ recovery-image] Aug 12 22:28:54.348 INFO O| Aug 12 22:28:54.348 INFO STEP 83 (remove_files) COMPLETE
79062024-08-12T22:28:56.352Z[ recovery-image] Aug 12 22:28:54.348 INFO O| Aug 12 22:28:54.348 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79072024-08-12T22:28:56.359Z[ recovery-image] Aug 12 22:28:54.359 INFO O| Aug 12 22:28:54.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79082024-08-12T22:28:56.362Z[ recovery-image] Aug 12 22:28:54.359 INFO O| Aug 12 22:28:54.359 INFO STEP 84 (remove_files) COMPLETE
79092024-08-12T22:28:56.362Z[ recovery-image] Aug 12 22:28:54.359 INFO O| Aug 12 22:28:54.359 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79102024-08-12T22:28:56.370Z[ recovery-image] Aug 12 22:28:54.369 INFO O| Aug 12 22:28:54.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79112024-08-12T22:28:56.372Z[ recovery-image] Aug 12 22:28:54.369 INFO O| Aug 12 22:28:54.369 INFO STEP 85 (remove_files) COMPLETE
79122024-08-12T22:28:56.372Z[ recovery-image] Aug 12 22:28:54.369 INFO O| Aug 12 22:28:54.369 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79132024-08-12T22:28:56.381Z[ recovery-image] Aug 12 22:28:54.380 INFO O| Aug 12 22:28:54.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79142024-08-12T22:28:56.381Z[ recovery-image] Aug 12 22:28:54.380 INFO O| Aug 12 22:28:54.380 INFO STEP 86 (remove_files) COMPLETE
79152024-08-12T22:28:56.383Z[ recovery-image] Aug 12 22:28:54.380 INFO O| Aug 12 22:28:54.380 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79162024-08-12T22:28:56.392Z[ recovery-image] Aug 12 22:28:54.391 INFO O| Aug 12 22:28:54.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79172024-08-12T22:28:56.392Z[ recovery-image] Aug 12 22:28:54.391 INFO O| Aug 12 22:28:54.391 INFO STEP 87 (remove_files) COMPLETE
79182024-08-12T22:28:56.392Z[ recovery-image] Aug 12 22:28:54.391 INFO O| Aug 12 22:28:54.391 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79192024-08-12T22:28:56.404Z[ recovery-image] Aug 12 22:28:54.403 INFO O| Aug 12 22:28:54.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79202024-08-12T22:28:56.404Z[ recovery-image] Aug 12 22:28:54.403 INFO O| Aug 12 22:28:54.403 INFO STEP 88 (remove_files) COMPLETE
79212024-08-12T22:28:56.407Z[ recovery-image] Aug 12 22:28:54.403 INFO O| Aug 12 22:28:54.403 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79222024-08-12T22:28:56.415Z[ recovery-image] Aug 12 22:28:54.414 INFO O| Aug 12 22:28:54.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79232024-08-12T22:28:56.417Z[ recovery-image] Aug 12 22:28:54.414 INFO O| Aug 12 22:28:54.414 INFO STEP 89 (remove_files) COMPLETE
79242024-08-12T22:28:56.417Z[ recovery-image] Aug 12 22:28:54.414 INFO O| Aug 12 22:28:54.414 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79252024-08-12T22:28:56.425Z[ recovery-image] Aug 12 22:28:54.424 INFO O| Aug 12 22:28:54.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79262024-08-12T22:28:56.425Z[ recovery-image] Aug 12 22:28:54.424 INFO O| Aug 12 22:28:54.424 INFO STEP 90 (remove_files) COMPLETE
79272024-08-12T22:28:56.428Z[ recovery-image] Aug 12 22:28:54.424 INFO O| Aug 12 22:28:54.424 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79282024-08-12T22:28:56.436Z[ recovery-image] Aug 12 22:28:54.435 INFO O| Aug 12 22:28:54.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79292024-08-12T22:28:56.436Z[ recovery-image] Aug 12 22:28:54.435 INFO O| Aug 12 22:28:54.435 INFO STEP 91 (remove_files) COMPLETE
79302024-08-12T22:28:56.438Z[ recovery-image] Aug 12 22:28:54.435 INFO O| Aug 12 22:28:54.435 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79312024-08-12T22:28:56.446Z[ recovery-image] Aug 12 22:28:54.445 INFO O| Aug 12 22:28:54.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79322024-08-12T22:28:56.446Z[ recovery-image] Aug 12 22:28:54.445 INFO O| Aug 12 22:28:54.445 INFO STEP 92 (remove_files) COMPLETE
79332024-08-12T22:28:56.449Z[ recovery-image] Aug 12 22:28:54.445 INFO O| Aug 12 22:28:54.445 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79342024-08-12T22:28:56.457Z[ recovery-image] Aug 12 22:28:54.456 INFO O| Aug 12 22:28:54.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79352024-08-12T22:28:56.457Z[ recovery-image] Aug 12 22:28:54.456 INFO O| Aug 12 22:28:54.456 INFO STEP 93 (remove_files) COMPLETE
79362024-08-12T22:28:56.457Z[ recovery-image] Aug 12 22:28:54.456 INFO O| Aug 12 22:28:54.456 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79372024-08-12T22:28:56.467Z[ recovery-image] Aug 12 22:28:54.466 INFO O| Aug 12 22:28:54.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79382024-08-12T22:28:56.467Z[ recovery-image] Aug 12 22:28:54.466 INFO O| Aug 12 22:28:54.466 INFO STEP 94 (remove_files) COMPLETE
79392024-08-12T22:28:56.467Z[ recovery-image] Aug 12 22:28:54.466 INFO O| Aug 12 22:28:54.466 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79402024-08-12T22:28:56.482Z[ recovery-image] Aug 12 22:28:54.481 INFO O| Aug 12 22:28:54.481 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79412024-08-12T22:28:56.482Z[ recovery-image] Aug 12 22:28:54.482 INFO O| Aug 12 22:28:54.481 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
79422024-08-12T22:28:57.200Z[ host-image] Aug 12 22:28:55.199 INFO O| Aug 12 22:28:55.199 INFO O| Done
79432024-08-12T22:28:57.233Z[ host-image] Aug 12 22:28:55.232 INFO O| Aug 12 22:28:55.232 INFO O| Done
79442024-08-12T22:28:57.236Z[ host-image] Aug 12 22:28:55.232 INFO O| Aug 12 22:28:55.232 INFO O| Done
79452024-08-12T22:28:57.282Z[ host-image] Aug 12 22:28:55.281 INFO O| Aug 12 22:28:55.281 INFO O| Done
79462024-08-12T22:28:57.397Z[ host-image] Aug 12 22:28:55.395 INFO O| Aug 12 22:28:55.395 INFO STEP 13 (pkg_install) COMPLETE
79472024-08-12T22:28:57.397Z[ host-image] Aug 12 22:28:55.395 INFO O| Aug 12 22:28:55.395 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79482024-08-12T22:28:57.410Z[ host-image] Aug 12 22:28:55.409 INFO O| Aug 12 22:28:55.409 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
79492024-08-12T22:28:57.925Z[ host-image] Aug 12 22:28:55.923 INFO O| Aug 12 22:28:55.923 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
79502024-08-12T22:28:59.297Z[ host-image] Aug 12 22:28:57.295 INFO O| Aug 12 22:28:57.295 INFO O| Planning: Solver setup ... Done
79512024-08-12T22:28:59.301Z[ host-image] Aug 12 22:28:57.299 INFO O| Aug 12 22:28:57.299 INFO O| Planning: Running solver ... Done
79522024-08-12T22:28:59.340Z[ host-image] Aug 12 22:28:57.338 INFO O| Aug 12 22:28:57.338 INFO O| Planning: Finding local manifests ... Done
79532024-08-12T22:28:59.344Z[ host-image] Aug 12 22:28:57.339 INFO O| Aug 12 22:28:57.339 INFO O| Planning: Fetching manifests: 0/1 0% complete
79542024-08-12T22:28:59.481Z[ host-image] Aug 12 22:28:57.479 INFO O| Aug 12 22:28:57.479 INFO O| Planning: Fetching manifests: 1/1 100% complete
79552024-08-12T22:28:59.501Z[ host-image] Aug 12 22:28:57.499 INFO O| Aug 12 22:28:57.499 INFO O| Planning: Package planning ... Done
79562024-08-12T22:28:59.504Z[ host-image] Aug 12 22:28:57.500 INFO O| Aug 12 22:28:57.500 INFO O| Planning: Merging actions ... Done
79572024-08-12T22:28:59.565Z[ host-image] Aug 12 22:28:57.563 INFO O| Aug 12 22:28:57.562 INFO O| Planning: Checking for conflicting actions ... Done
79582024-08-12T22:28:59.567Z[ host-image] Aug 12 22:28:57.563 INFO O| Aug 12 22:28:57.563 INFO O| Planning: Consolidating action changes ... Done
79592024-08-12T22:28:59.743Z[ host-image] Aug 12 22:28:57.741 INFO O| Aug 12 22:28:57.741 INFO O| Planning: Evaluating mediators ... Done
79602024-08-12T22:28:59.746Z[ host-image] Aug 12 22:28:57.742 INFO O| Aug 12 22:28:57.742 INFO O| Planning: Planning completed in 1.82 seconds
79612024-08-12T22:28:59.746Z[ host-image] Aug 12 22:28:57.744 INFO O| Aug 12 22:28:57.744 INFO O| Packages to install: 1
79622024-08-12T22:28:59.756Z[ host-image] Aug 12 22:28:57.754 INFO O| Aug 12 22:28:57.754 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
79632024-08-12T22:29:00.375Z[ host-image] Aug 12 22:28:58.372 INFO O| Aug 12 22:28:58.372 INFO O| Download: Completed 20.86 MB in 0.62 seconds (33.8M/s)
79642024-08-12T22:29:00.414Z[ host-image] Aug 12 22:28:58.399 INFO O| Aug 12 22:28:58.399 INFO O| Actions: 1/22 actions (Installing new actions)
79652024-08-12T22:29:01.135Z[ host-image] Aug 12 22:28:59.132 INFO O| Aug 12 22:28:59.132 INFO O| Actions: Completed 22 actions in 0.73 seconds.
79662024-08-12T22:29:01.373Z[ host-image] Aug 12 22:28:59.370 INFO O| Aug 12 22:28:59.370 INFO O| Done
79672024-08-12T22:29:01.373Z[ host-image] Aug 12 22:28:59.370 INFO O| Aug 12 22:28:59.370 INFO O| Done
79682024-08-12T22:29:01.711Z[ host-image] Aug 12 22:28:59.708 INFO O| Aug 12 22:28:59.708 INFO O| Done
79692024-08-12T22:29:02.944Z[ host-image] Aug 12 22:29:00.940 INFO O| Aug 12 22:29:00.940 INFO O| Done
79702024-08-12T22:29:02.969Z[ host-image] Aug 12 22:29:00.965 INFO O| Aug 12 22:29:00.965 INFO O| Done
79712024-08-12T22:29:02.969Z[ host-image] Aug 12 22:29:00.966 INFO O| Aug 12 22:29:00.966 INFO O| Done
79722024-08-12T22:29:02.984Z[ host-image] Aug 12 22:29:00.981 INFO O| Aug 12 22:29:00.981 INFO O| Done
79732024-08-12T22:29:03.105Z[ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.101 INFO STEP 14 (pkg_install) COMPLETE
79742024-08-12T22:29:03.105Z[ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79752024-08-12T22:29:03.108Z[ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO skip step because feature "mfg" is not enabled
79762024-08-12T22:29:03.108Z[ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79772024-08-12T22:29:03.108Z[ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO skip step because feature "compliance" is not enabled
79782024-08-12T22:29:03.108Z[ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79792024-08-12T22:29:03.108Z[ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO skip step because feature "stress" is not enabled
79802024-08-12T22:29:03.108Z[ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79812024-08-12T22:29:03.108Z[ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO skip step because feature "nfs" is not enabled
79822024-08-12T22:29:03.108Z[ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
79832024-08-12T22:29:03.108Z[ host-image] Aug 12 22:29:01.102 INFO O| Aug 12 22:29:01.102 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
79842024-08-12T22:29:03.182Z[ host-image] Aug 12 22:29:01.178 INFO O| Aug 12 22:29:01.177 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
79852024-08-12T22:29:03.279Z[ host-image] Aug 12 22:29:01.275 INFO O| Aug 12 22:29:01.275 INFO completed processing gimlet/ramdisk-01-os
79862024-08-12T22:29:03.282Z[ host-image] Aug 12 22:29:01.277 INFO omicron1 baseline generation...
79872024-08-12T22:29:03.282Z[ host-image] Aug 12 22:29:01.277 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
79882024-08-12T22:29:03.478Z[ recovery-image] Aug 12 22:29:01.474 INFO O| Aug 12 22:29:01.474 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
79892024-08-12T22:29:03.478Z[ recovery-image] Aug 12 22:29:01.474 INFO O| Aug 12 22:29:01.474 INFO E| svccfg: Loaded 67 smf(7) service descriptions
79902024-08-12T22:29:03.491Z[ recovery-image] Aug 12 22:29:01.487 INFO O| Aug 12 22:29:01.487 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
79912024-08-12T22:29:03.567Z[ recovery-image] Aug 12 22:29:01.563 INFO O| Aug 12 22:29:01.563 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
79922024-08-12T22:29:03.567Z[ recovery-image] Aug 12 22:29:01.564 INFO O| Aug 12 22:29:01.563 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 ...
79932024-08-12T22:29:03.571Z[ recovery-image] Aug 12 22:29:01.565 INFO O| Aug 12 22:29:01.565 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
79942024-08-12T22:29:03.571Z[ recovery-image] Aug 12 22:29:01.565 INFO O| Aug 12 22:29:01.565 INFO ok!
79952024-08-12T22:29:03.571Z[ recovery-image] Aug 12 22:29:01.565 INFO O| Aug 12 22:29:01.565 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
79962024-08-12T22:29:03.571Z[ recovery-image] Aug 12 22:29:01.565 INFO O| Aug 12 22:29:01.565 INFO STEP 95 (seed_smf) COMPLETE
79972024-08-12T22:29:03.571Z[ recovery-image] Aug 12 22:29:01.565 INFO O| Aug 12 22:29:01.565 INFO steps complete; finalising image!
79982024-08-12T22:29:03.571Z[ recovery-image] Aug 12 22:29:01.565 INFO O| Aug 12 22:29:01.565 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
79992024-08-12T22:29:03.603Z[ recovery-image] Aug 12 22:29:01.599 INFO O| Aug 12 22:29:01.599 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Mon Aug 12 22:29:01 2024)
80002024-08-12T22:29:03.695Z[ host-image] Aug 12 22:29:01.691 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22811:20240812T141753Z
80012024-08-12T22:29:03.811Z[ recovery-image] Aug 12 22:29:01.807 INFO O| Aug 12 22:29:01.807 INFO trim TEMPORARY-gimlet-zfs-recovery: (76% trimmed, started at Mon Aug 12 22:29:01 2024)
80022024-08-12T22:29:04.033Z[ recovery-image] Aug 12 22:29:02.029 INFO O| Aug 12 22:29:02.029 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
80032024-08-12T22:29:04.033Z[ recovery-image] Aug 12 22:29:02.029 INFO O| Aug 12 22:29:02.029 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80042024-08-12T22:29:04.276Z[ recovery-image] Aug 12 22:29:02.272 INFO O| Aug 12 22:29:02.272 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
80052024-08-12T22:29:04.276Z[ recovery-image] Aug 12 22:29:02.272 INFO O| Aug 12 22:29:02.272 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80062024-08-12T22:29:07.507Z[ recovery-image] Aug 12 22:29:05.502 INFO O| Aug 12 22:29:05.502 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80072024-08-12T22:29:07.507Z[ recovery-image] Aug 12 22:29:05.502 INFO O| Aug 12 22:29:05.502 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80082024-08-12T22:29:07.510Z[ recovery-image] Aug 12 22:29:05.502 INFO O| Aug 12 22:29:05.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80092024-08-12T22:29:07.510Z[ recovery-image] Aug 12 22:29:05.502 INFO O| Aug 12 22:29:05.502 INFO completed processing gimlet/zfs-recovery
80102024-08-12T22:29:07.510Z[ recovery-image] Aug 12 22:29:05.502 INFO O| Aug 12 22:29:05.502 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80112024-08-12T22:29:07.939Z[ recovery-image] Aug 12 22:29:05.934 INFO O| Aug 12 22:29:05.933 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80122024-08-12T22:29:08.037Z[ recovery-image] Aug 12 22:29:06.032 INFO BUILD STRING "heads/stlouis-0-gb0de91687b\n"
80132024-08-12T22:29:08.037Z[ recovery-image] Aug 12 22:29:06.032 INFO expanded image name: "recovery 75bedab/${os_short_commit} 2024-08-12 22:03" -> "recovery 75bedab/b0de916 2024-08-12 22:03"
80142024-08-12T22:29:08.040Z[ recovery-image] Aug 12 22:29:06.032 INFO output artefacts stored in: "/work/os-recovery"
80152024-08-12T22:29:08.040Z[ recovery-image] Aug 12 22:29:06.032 INFO collecting git info from project "chelsio-t6-roms"...
80162024-08-12T22:29:08.061Z[ recovery-image] Aug 12 22:29:06.056 INFO collecting git info from project "pilot"...
80172024-08-12T22:29:08.075Z[ recovery-image] Aug 12 22:29:06.069 INFO collecting git info from project "bootserver"...
80182024-08-12T22:29:08.080Z[ recovery-image] Aug 12 22:29:06.075 INFO collecting git info from project "amd-firmware"...
80192024-08-12T22:29:08.308Z[ recovery-image] Aug 12 22:29:06.302 INFO collecting git info from project "image-builder"...
80202024-08-12T22:29:08.314Z[ recovery-image] Aug 12 22:29:06.308 INFO collecting git info from project "phbl"...
80212024-08-12T22:29:08.320Z[ recovery-image] Aug 12 22:29:06.315 INFO collecting git info from project "pinprick"...
80222024-08-12T22:29:08.325Z[ recovery-image] Aug 12 22:29:06.320 INFO collecting git info from project "amd-host-image-builder"...
80232024-08-12T22:29:08.573Z[ recovery-image] Aug 12 22:29:06.568 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80242024-08-12T22:29:08.959Z[ recovery-image] Aug 12 22:29:06.953 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80252024-08-12T22:29:09.352Z[ recovery-image] Aug 12 22:29:07.344 INFO creating Oxide boot image...
80262024-08-12T22:29:09.352Z[ recovery-image] Aug 12 22:29:07.344 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 75bedab/b0de916 2024-08-12 22:03", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80272024-08-12T22:29:54.641Z[ host-image] Aug 12 22:29:52.617 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22811:20240812T141826Z
80282024-08-12T22:29:54.641Z[ host-image] Aug 12 22:29:52.617 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22811:20240812T141826Z
80292024-08-12T22:29:54.644Z[ host-image] Aug 12 22:29:52.617 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80302024-08-12T22:29:54.644Z[ host-image] Aug 12 22:29:52.617 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80312024-08-12T22:29:54.644Z[ host-image] Aug 12 22:29:52.617 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80322024-08-12T22:29:54.644Z[ host-image] Aug 12 22:29:52.618 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80332024-08-12T22:29:54.644Z[ host-image] Aug 12 22:29:52.618 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80342024-08-12T22:29:54.644Z[ host-image] Aug 12 22:29:52.619 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80352024-08-12T22:29:54.644Z[ host-image] Aug 12 22:29:52.619 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80362024-08-12T22:29:54.644Z[ host-image] Aug 12 22:29:52.619 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80372024-08-12T22:29:54.644Z[ host-image] Aug 12 22:29:52.619 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22811:20240812T141826Z
80382024-08-12T22:29:54.647Z[ host-image] Aug 12 22:29:52.621 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22811:20240812T141827Z
80392024-08-12T22:29:54.647Z[ host-image] Aug 12 22:29:52.622 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22811:20240812T141827Z
80402024-08-12T22:29:54.647Z[ host-image] Aug 12 22:29:52.622 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22811:20240812T141827Z
80412024-08-12T22:29:54.647Z[ host-image] Aug 12 22:29:52.622 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80422024-08-12T22:29:54.647Z[ host-image] Aug 12 22:29:52.623 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22811:20240812T141827Z
80432024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22811:20240812T141828Z
80442024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22811:20240812T141828Z
80452024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22811:20240812T141828Z
80462024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22811:20240812T141829Z
80472024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22811:20240812T141829Z
80482024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22811:20240812T141829Z
80492024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.624 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22811:20240812T141829Z
80502024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22811:20240812T141830Z
80512024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22811:20240812T141831Z
80522024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22811:20240812T141831Z
80532024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22811:20240812T141833Z
80542024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22811:20240812T141833Z
80552024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
80562024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22811:20240812T141835Z
80572024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.625 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22811:20240812T141837Z
80582024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.626 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22811:20240812T141838Z
80592024-08-12T22:29:54.650Z[ host-image] Aug 12 22:29:52.626 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22811:20240812T141838Z
80602024-08-12T22:29:54.653Z[ host-image] Aug 12 22:29:52.627 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22811:20240812T141840Z
80612024-08-12T22:29:54.653Z[ host-image] Aug 12 22:29:52.627 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22811:20240812T141840Z
80622024-08-12T22:29:54.660Z[ host-image] Aug 12 22:29:52.637 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
80632024-08-12T22:29:54.663Z[ host-image] Aug 12 22:29:52.637 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22811:20240812T141840Z
80642024-08-12T22:29:54.663Z[ host-image] Aug 12 22:29:52.637 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
80652024-08-12T22:29:54.663Z[ host-image] Aug 12 22:29:52.637 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
80662024-08-12T22:29:54.663Z[ host-image] Aug 12 22:29:52.638 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
80672024-08-12T22:29:54.663Z[ host-image] Aug 12 22:29:52.638 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22811:20240812T141840Z
80682024-08-12T22:29:54.663Z[ host-image] Aug 12 22:29:52.638 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
80692024-08-12T22:29:54.663Z[ host-image] Aug 12 22:29:52.639 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
80702024-08-12T22:29:54.666Z[ host-image] Aug 12 22:29:52.640 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
80712024-08-12T22:29:54.666Z[ host-image] Aug 12 22:29:52.640 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
80722024-08-12T22:29:54.676Z[ host-image] Aug 12 22:29:52.652 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
80732024-08-12T22:29:54.679Z[ host-image] Aug 12 22:29:52.653 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
80742024-08-12T22:29:54.679Z[ host-image] Aug 12 22:29:52.653 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
80752024-08-12T22:29:54.679Z[ host-image] Aug 12 22:29:52.653 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
80762024-08-12T22:29:54.679Z[ host-image] Aug 12 22:29:52.654 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
80772024-08-12T22:29:54.679Z[ host-image] Aug 12 22:29:52.654 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
80782024-08-12T22:29:54.716Z[ host-image] Aug 12 22:29:52.692 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
80792024-08-12T22:29:54.718Z[ host-image] Aug 12 22:29:52.692 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
80802024-08-12T22:29:54.718Z[ host-image] Aug 12 22:29:52.693 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
80812024-08-12T22:29:54.718Z[ host-image] Aug 12 22:29:52.693 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22811:20240812T141842Z
80822024-08-12T22:29:54.718Z[ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22811:20240812T141848Z
80832024-08-12T22:29:54.718Z[ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
80842024-08-12T22:29:54.718Z[ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22811:20240812T141848Z
80852024-08-12T22:29:54.719Z[ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
80862024-08-12T22:29:54.719Z[ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
80872024-08-12T22:29:54.719Z[ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
80882024-08-12T22:29:54.719Z[ host-image] Aug 12 22:29:52.694 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22811:20240812T141848Z
80892024-08-12T22:29:54.719Z[ host-image] Aug 12 22:29:52.695 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
80902024-08-12T22:29:54.723Z[ host-image] Aug 12 22:29:52.699 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
80912024-08-12T22:29:54.726Z[ host-image] Aug 12 22:29:52.700 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
80922024-08-12T22:29:54.726Z[ host-image] Aug 12 22:29:52.700 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
80932024-08-12T22:29:54.726Z[ host-image] Aug 12 22:29:52.700 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22811:20240812T141849Z
80942024-08-12T22:29:54.726Z[ host-image] Aug 12 22:29:52.700 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
80952024-08-12T22:29:54.739Z[ host-image] Aug 12 22:29:52.716 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
80962024-08-12T22:29:54.742Z[ host-image] Aug 12 22:29:52.716 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22811:20240812T141849Z
80972024-08-12T22:29:54.742Z[ host-image] Aug 12 22:29:52.718 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22811:20240812T141850Z
80982024-08-12T22:29:54.745Z[ host-image] Aug 12 22:29:52.719 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22811:20240812T141850Z
80992024-08-12T22:29:54.745Z[ host-image] Aug 12 22:29:52.719 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81002024-08-12T22:29:54.745Z[ host-image] Aug 12 22:29:52.719 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22811:20240812T141851Z
81012024-08-12T22:29:54.745Z[ host-image] Aug 12 22:29:52.720 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22811:20240812T141851Z
81022024-08-12T22:29:54.745Z[ host-image] Aug 12 22:29:52.720 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22811:20240812T141851Z
81032024-08-12T22:29:54.745Z[ host-image] Aug 12 22:29:52.720 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22811:20240812T141851Z
81042024-08-12T22:29:54.748Z[ host-image] Aug 12 22:29:52.724 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81052024-08-12T22:29:54.751Z[ host-image] Aug 12 22:29:52.725 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22811:20240812T141852Z
81062024-08-12T22:29:54.751Z[ host-image] Aug 12 22:29:52.725 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22811:20240812T141853Z
81072024-08-12T22:29:54.751Z[ host-image] Aug 12 22:29:52.726 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81082024-08-12T22:29:54.751Z[ host-image] Aug 12 22:29:52.726 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22811:20240812T141853Z
81092024-08-12T22:29:54.751Z[ host-image] Aug 12 22:29:52.726 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22811:20240812T141854Z
81102024-08-12T22:29:54.751Z[ host-image] Aug 12 22:29:52.726 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22811:20240812T141854Z
81112024-08-12T22:29:54.751Z[ host-image] Aug 12 22:29:52.727 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22811:20240812T141854Z
81122024-08-12T22:29:54.759Z[ host-image] Aug 12 22:29:52.736 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22811:20240812T141854Z
81132024-08-12T22:29:54.759Z[ host-image] Aug 12 22:29:52.736 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81142024-08-12T22:29:54.763Z[ host-image] Aug 12 22:29:52.738 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22811:20240812T141854Z
81152024-08-12T22:29:54.766Z[ host-image] Aug 12 22:29:52.739 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22811:20240812T141854Z
81162024-08-12T22:29:54.766Z[ host-image] Aug 12 22:29:52.739 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22811:20240812T141854Z
81172024-08-12T22:29:54.766Z[ host-image] Aug 12 22:29:52.740 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22811:20240812T141854Z
81182024-08-12T22:29:54.766Z[ host-image] Aug 12 22:29:52.741 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22811:20240812T141855Z
81192024-08-12T22:29:54.766Z[ host-image] Aug 12 22:29:52.741 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22811:20240812T141855Z
81202024-08-12T22:29:54.775Z[ host-image] Aug 12 22:29:52.751 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22811:20240812T141856Z
81212024-08-12T22:29:54.778Z[ host-image] Aug 12 22:29:52.752 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22811:20240812T141855Z
81222024-08-12T22:29:54.778Z[ host-image] Aug 12 22:29:52.752 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22811:20240812T141856Z
81232024-08-12T22:29:54.778Z[ host-image] Aug 12 22:29:52.753 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22811:20240812T141856Z
81242024-08-12T22:29:54.778Z[ host-image] Aug 12 22:29:52.753 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22811:20240812T141856Z
81252024-08-12T22:29:54.801Z[ host-image] Aug 12 22:29:52.777 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22811:20240812T141859Z
81262024-08-12T22:29:54.801Z[ host-image] Aug 12 22:29:52.777 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22811:20240812T141856Z
81272024-08-12T22:29:54.801Z[ host-image] Aug 12 22:29:52.777 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22811:20240812T141856Z
81282024-08-12T22:29:54.804Z[ host-image] Aug 12 22:29:52.777 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81292024-08-12T22:29:54.804Z[ host-image] Aug 12 22:29:52.778 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81302024-08-12T22:29:54.834Z[ host-image] Aug 12 22:29:52.810 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22811:20240812T141857Z
81312024-08-12T22:29:54.834Z[ host-image] Aug 12 22:29:52.810 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81322024-08-12T22:29:54.837Z[ host-image] Aug 12 22:29:52.810 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22811:20240812T141857Z
81332024-08-12T22:29:54.837Z[ host-image] Aug 12 22:29:52.810 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22811:20240812T141857Z
81342024-08-12T22:29:54.837Z[ host-image] Aug 12 22:29:52.812 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22811:20240812T141857Z
81352024-08-12T22:29:54.837Z[ host-image] Aug 12 22:29:52.812 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81362024-08-12T22:29:54.837Z[ host-image] Aug 12 22:29:52.813 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81372024-08-12T22:29:54.837Z[ host-image] Aug 12 22:29:52.813 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22811:20240812T141858Z
81382024-08-12T22:29:54.837Z[ host-image] Aug 12 22:29:52.813 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22811:20240812T141858Z
81392024-08-12T22:29:54.837Z[ host-image] Aug 12 22:29:52.813 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22811:20240812T141858Z
81402024-08-12T22:29:54.840Z[ host-image] Aug 12 22:29:52.814 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22811:20240812T141858Z
81412024-08-12T22:29:54.840Z[ host-image] Aug 12 22:29:52.814 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22811:20240812T141859Z
81422024-08-12T22:29:54.840Z[ host-image] Aug 12 22:29:52.814 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22811:20240812T141859Z
81432024-08-12T22:29:54.843Z[ host-image] Aug 12 22:29:52.817 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81442024-08-12T22:29:54.843Z[ host-image] Aug 12 22:29:52.818 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22811:20240812T141900Z
81452024-08-12T22:29:54.843Z[ host-image] Aug 12 22:29:52.819 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22811:20240812T141900Z
81462024-08-12T22:29:54.846Z[ host-image] Aug 12 22:29:52.819 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22811:20240812T141900Z
81472024-08-12T22:29:54.846Z[ host-image] Aug 12 22:29:52.820 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22811:20240812T141901Z
81482024-08-12T22:29:54.846Z[ host-image] Aug 12 22:29:52.820 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22811:20240812T141900Z
81492024-08-12T22:29:54.846Z[ host-image] Aug 12 22:29:52.820 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22811:20240812T141901Z
81502024-08-12T22:29:54.846Z[ host-image] Aug 12 22:29:52.820 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
81512024-08-12T22:29:54.846Z[ host-image] Aug 12 22:29:52.820 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
81522024-08-12T22:29:54.846Z[ host-image] Aug 12 22:29:52.821 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22811:20240812T141903Z
81532024-08-12T22:29:54.846Z[ host-image] Aug 12 22:29:52.821 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22811:20240812T141903Z
81542024-08-12T22:29:54.846Z[ host-image] Aug 12 22:29:52.821 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
81552024-08-12T22:29:54.846Z[ host-image] Aug 12 22:29:52.822 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
81562024-08-12T22:29:54.846Z[ host-image] Aug 12 22:29:52.822 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
81572024-08-12T22:29:54.846Z[ host-image] Aug 12 22:29:52.822 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
81582024-08-12T22:29:54.846Z[ host-image] Aug 12 22:29:52.822 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
81592024-08-12T22:29:54.850Z[ host-image] Aug 12 22:29:52.823 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
81602024-08-12T22:29:54.850Z[ host-image] Aug 12 22:29:52.824 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
81612024-08-12T22:29:54.850Z[ host-image] Aug 12 22:29:52.824 INFO O| tempdir @ "/tmp/.tmpKZkHU5/tmp"
81622024-08-12T22:29:54.850Z[ host-image] Aug 12 22:29:52.824 INFO O| image root @ "/tmp/.tmpKZkHU5/tmp/root"
81632024-08-12T22:29:54.850Z[ host-image] Aug 12 22:29:52.824 INFO O| creating image...
81642024-08-12T22:29:55.373Z[ host-image] Aug 12 22:29:53.349 INFO O| copying publishers...
81652024-08-12T22:30:01.357Z[ host-image] Aug 12 22:29:59.331 INFO O| adding properties...
81662024-08-12T22:30:02.142Z[ recovery-image] Aug 12 22:30:00.115 INFO O| ok, image written!
81672024-08-12T22:30:02.142Z[ recovery-image] Aug 12 22:30:00.115 INFO O| ok, boot_image_csum file written!
81682024-08-12T22:30:02.147Z[ recovery-image] Aug 12 22:30:00.119 INFO creating boot archive (CPIO)...
81692024-08-12T22:30:02.147Z[ recovery-image] Aug 12 22:30:00.119 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
81702024-08-12T22:30:02.153Z[ recovery-image] Aug 12 22:30:00.126 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
81712024-08-12T22:30:02.153Z[ recovery-image] Aug 12 22:30:00.126 INFO E| + outfile=/work/os-recovery/cpio
81722024-08-12T22:30:02.155Z[ recovery-image] Aug 12 22:30:00.126 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
81732024-08-12T22:30:02.155Z[ recovery-image] Aug 12 22:30:00.128 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
81742024-08-12T22:30:02.156Z[ recovery-image] Aug 12 22:30:00.128 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
81752024-08-12T22:30:02.189Z[ recovery-image] Aug 12 22:30:00.161 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
81762024-08-12T22:30:02.189Z[ recovery-image] Aug 12 22:30:00.162 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
81772024-08-12T22:30:02.196Z[ recovery-image] Aug 12 22:30:00.169 INFO creating compressed cpio/unix for nanobl-rs...
81782024-08-12T22:30:02.196Z[ recovery-image] Aug 12 22:30:00.169 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
81792024-08-12T22:30:02.439Z[ host-image] Aug 12 22:30:00.412 INFO O| installing packages...
81802024-08-12T22:30:02.480Z[ recovery-image] Aug 12 22:30:00.453 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
81812024-08-12T22:30:06.859Z[ recovery-image] Aug 12 22:30:04.830 INFO creating reset image...
81822024-08-12T22:30:06.862Z[ recovery-image] Aug 12 22:30:04.830 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
81832024-08-12T22:30:07.108Z[ recovery-image] Aug 12 22:30:05.079 INFO E| Updating crates.io index
81842024-08-12T22:30:07.200Z[ recovery-image] Aug 12 22:30:05.171 INFO E| Downloading crates ...
81852024-08-12T22:30:07.298Z[ recovery-image] Aug 12 22:30:05.270 INFO E| Downloaded proc-macro2 v1.0.79
81862024-08-12T22:30:07.303Z[ recovery-image] Aug 12 22:30:05.274 INFO E| Downloaded os_pipe v1.1.5
81872024-08-12T22:30:07.306Z[ recovery-image] Aug 12 22:30:05.276 INFO E| Downloaded clap_derive v4.5.3
81882024-08-12T22:30:07.309Z[ recovery-image] Aug 12 22:30:05.278 INFO E| Downloaded colorchoice v1.0.0
81892024-08-12T22:30:07.309Z[ recovery-image] Aug 12 22:30:05.280 INFO E| Downloaded strsim v0.11.0
81902024-08-12T22:30:07.311Z[ recovery-image] Aug 12 22:30:05.282 INFO E| Downloaded anstyle v1.0.6
81912024-08-12T22:30:07.317Z[ recovery-image] Aug 12 22:30:05.288 INFO E| Downloaded anstyle-query v1.0.2
81922024-08-12T22:30:07.320Z[ recovery-image] Aug 12 22:30:05.290 INFO E| Downloaded shared_child v1.0.0
81932024-08-12T22:30:07.322Z[ recovery-image] Aug 12 22:30:05.291 INFO E| Downloaded duct v0.13.7
81942024-08-12T22:30:07.322Z[ recovery-image] Aug 12 22:30:05.294 INFO E| Downloaded anstyle-parse v0.2.3
81952024-08-12T22:30:07.326Z[ recovery-image] Aug 12 22:30:05.296 INFO E| Downloaded anstream v0.6.13
81962024-08-12T22:30:07.329Z[ recovery-image] Aug 12 22:30:05.298 INFO E| Downloaded clap v4.5.3
81972024-08-12T22:30:07.354Z[ recovery-image] Aug 12 22:30:05.325 INFO E| Downloaded clap_builder v4.5.2
81982024-08-12T22:30:07.368Z[ recovery-image] Aug 12 22:30:05.339 INFO E| Downloaded syn v2.0.53
81992024-08-12T22:30:07.403Z[ recovery-image] Aug 12 22:30:05.374 INFO E| Downloaded libc v0.2.153
82002024-08-12T22:30:07.484Z[ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling proc-macro2 v1.0.79
82012024-08-12T22:30:07.484Z[ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling libc v0.2.153
82022024-08-12T22:30:07.487Z[ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling unicode-ident v1.0.12
82032024-08-12T22:30:07.487Z[ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling utf8parse v0.2.1
82042024-08-12T22:30:07.487Z[ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling colorchoice v1.0.0
82052024-08-12T22:30:07.487Z[ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling anstyle-query v1.0.2
82062024-08-12T22:30:07.487Z[ recovery-image] Aug 12 22:30:05.455 INFO E| Compiling anstyle v1.0.6
82072024-08-12T22:30:07.490Z[ recovery-image] Aug 12 22:30:05.459 INFO E| Compiling strsim v0.11.0
82082024-08-12T22:30:07.688Z[ recovery-image] Aug 12 22:30:05.659 INFO E| Compiling anstyle-parse v0.2.3
82092024-08-12T22:30:07.730Z[ recovery-image] Aug 12 22:30:05.701 INFO E| Compiling heck v0.5.0
82102024-08-12T22:30:07.756Z[ recovery-image] Aug 12 22:30:05.727 INFO E| Compiling clap_lex v0.7.0
82112024-08-12T22:30:07.756Z[ recovery-image] Aug 12 22:30:05.727 INFO E| Compiling once_cell v1.19.0
82122024-08-12T22:30:08.151Z[ recovery-image] Aug 12 22:30:06.122 INFO E| Compiling anstream v0.6.13
82132024-08-12T22:30:08.547Z[ recovery-image] Aug 12 22:30:06.518 INFO E| Compiling clap_builder v4.5.2
82142024-08-12T22:30:09.061Z[ recovery-image] Aug 12 22:30:07.031 INFO E| Compiling shared_child v1.0.0
82152024-08-12T22:30:09.061Z[ recovery-image] Aug 12 22:30:07.031 INFO E| Compiling os_pipe v1.1.5
82162024-08-12T22:30:09.099Z[ recovery-image] Aug 12 22:30:07.068 INFO E| Compiling quote v1.0.35
82172024-08-12T22:30:09.215Z[ recovery-image] Aug 12 22:30:07.185 INFO E| Compiling duct v0.13.7
82182024-08-12T22:30:09.481Z[ recovery-image] Aug 12 22:30:07.451 INFO E| Compiling syn v2.0.53
82192024-08-12T22:30:14.586Z[ recovery-image] Aug 12 22:30:12.551 INFO E| Compiling clap_derive v4.5.3
82202024-08-12T22:30:16.795Z[ recovery-image] Aug 12 22:30:14.762 INFO E| Compiling clap v4.5.3
82212024-08-12T22:30:16.857Z[ recovery-image] Aug 12 22:30:14.824 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82222024-08-12T22:30:18.088Z[ recovery-image] Aug 12 22:30:16.054 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
82232024-08-12T22:30:18.097Z[ recovery-image] Aug 12 22:30:16.063 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82242024-08-12T22:30:18.234Z[ recovery-image] Aug 12 22:30:16.199 INFO E| Updating crates.io index
82252024-08-12T22:30:18.294Z[ recovery-image] Aug 12 22:30:16.260 INFO E| Downloading crates ...
82262024-08-12T22:30:18.340Z[ recovery-image] Aug 12 22:30:16.307 INFO E| Downloaded seq-macro v0.3.5
82272024-08-12T22:30:18.357Z[ recovery-image] Aug 12 22:30:16.324 INFO E| Downloaded cpio_reader v0.1.1
82282024-08-12T22:30:18.362Z[ recovery-image] Aug 12 22:30:16.325 INFO E| Downloaded bit_field v0.10.2
82292024-08-12T22:30:18.362Z[ recovery-image] Aug 12 22:30:16.326 INFO E| Downloaded raw-cpuid v10.7.0
82302024-08-12T22:30:18.376Z[ recovery-image] Aug 12 22:30:16.343 INFO E| Downloaded goblin v0.8.0
82312024-08-12T22:30:18.484Z[ recovery-image] Aug 12 22:30:16.451 INFO E| Downloaded x86 v0.52.0
82322024-08-12T22:30:18.558Z[ recovery-image] Aug 12 22:30:16.524 INFO E| Updating crates.io index
82332024-08-12T22:30:18.607Z[ recovery-image] Aug 12 22:30:16.573 INFO E| Downloading crates ...
82342024-08-12T22:30:18.652Z[ recovery-image] Aug 12 22:30:16.618 INFO E| Downloaded allocator-api2 v0.2.16
82352024-08-12T22:30:18.656Z[ recovery-image] Aug 12 22:30:16.622 INFO E| Downloaded rustc-demangle v0.1.23
82362024-08-12T22:30:18.667Z[ recovery-image] Aug 12 22:30:16.633 INFO E| Downloaded compiler_builtins v0.1.108
82372024-08-12T22:30:18.741Z[ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling compiler_builtins v0.1.108
82382024-08-12T22:30:18.741Z[ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
82392024-08-12T22:30:18.741Z[ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling proc-macro2 v1.0.79
82402024-08-12T22:30:18.746Z[ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling unicode-ident v1.0.12
82412024-08-12T22:30:18.746Z[ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling syn v1.0.109
82422024-08-12T22:30:18.746Z[ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling x86 v0.52.0
82432024-08-12T22:30:18.746Z[ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
82442024-08-12T22:30:18.746Z[ recovery-image] Aug 12 22:30:16.708 INFO E| Compiling seq-macro v0.3.5
82452024-08-12T22:30:18.961Z[ host-image] Aug 12 22:30:16.927 INFO O| seeding SMF database...
82462024-08-12T22:30:19.912Z[ recovery-image] Aug 12 22:30:17.878 INFO E| Compiling quote v1.0.35
82472024-08-12T22:30:20.197Z[ recovery-image] Aug 12 22:30:18.162 INFO E| Compiling syn v2.0.53
82482024-08-12T22:30:23.503Z[ recovery-image] Aug 12 22:30:21.464 INFO E| Compiling scroll_derive v0.12.0
82492024-08-12T22:30:26.265Z[ recovery-image] Aug 12 22:30:24.229 INFO E| Compiling bitstruct_derive v0.1.0
82502024-08-12T22:30:27.562Z[ host-image] Aug 12 22:30:25.525 INFO O| configuring SMF profile...
82512024-08-12T22:30:27.562Z[ host-image] Aug 12 22:30:25.525 INFO O| modifying shadow(5)...
82522024-08-12T22:30:27.566Z[ host-image] Aug 12 22:30:25.525 INFO O| loading user and group database...
82532024-08-12T22:30:27.566Z[ host-image] Aug 12 22:30:25.525 INFO O| assessing packaged files...
82542024-08-12T22:30:29.864Z[ host-image] Aug 12 22:30:27.823 INFO O| creating archive...
82552024-08-12T22:30:29.894Z[ host-image] Aug 12 22:30:27.856 INFO O| missing from packaging:
82562024-08-12T22:30:29.894Z[ host-image] Aug 12 22:30:27.856 INFO O| "etc/.pwd.lock"
82572024-08-12T22:30:29.899Z[ host-image] Aug 12 22:30:27.856 INFO O| "etc/bash"
82582024-08-12T22:30:29.903Z[ host-image] Aug 12 22:30:27.862 INFO O| "etc/svc/profile/generic.xml"
82592024-08-12T22:30:29.903Z[ host-image] Aug 12 22:30:27.862 INFO O| "etc/svc/profile/inetd_services.xml"
82602024-08-12T22:30:29.903Z[ host-image] Aug 12 22:30:27.862 INFO O| "etc/svc/profile/name_service.xml"
82612024-08-12T22:30:29.903Z[ host-image] Aug 12 22:30:27.862 INFO O| "etc/svc/profile/platform.xml"
82622024-08-12T22:30:29.903Z[ host-image] Aug 12 22:30:27.862 INFO O| "etc/svc/profile/platform_omicron1.xml"
82632024-08-12T22:30:29.903Z[ host-image] Aug 12 22:30:27.862 INFO O| "etc/svc/repository.db"
82642024-08-12T22:30:29.908Z[ host-image] Aug 12 22:30:27.871 INFO O| "opt/ooce/share"
82652024-08-12T22:30:29.908Z[ host-image] Aug 12 22:30:27.871 INFO O| "opt/ooce/share/man"
82662024-08-12T22:30:29.912Z[ host-image] Aug 12 22:30:27.871 INFO O| "opt/ooce/share/man/man1"
82672024-08-12T22:30:29.918Z[ host-image] Aug 12 22:30:27.880 INFO O| finishing archive...
82682024-08-12T22:30:32.756Z[ host-image] Aug 12 22:30:30.716 INFO O| creating gzonly manifest...
82692024-08-12T22:30:32.768Z[ host-image] Aug 12 22:30:30.729 INFO O| ok
82702024-08-12T22:30:32.876Z[ host-image] Aug 12 22:30:30.837 INFO image builder template: ramdisk-02-trim...
82712024-08-12T22:30:32.877Z[ host-image] Aug 12 22:30:30.837 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/.tmpqrCA2Y/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.277", "-n", "ramdisk-02-trim"], pwd: None
82722024-08-12T22:30:32.905Z[ host-image] Aug 12 22:30:30.862 INFO O| Aug 12 22:30:30.862 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82732024-08-12T22:30:32.912Z[ host-image] Aug 12 22:30:30.867 INFO O| Aug 12 22:30:30.867 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82742024-08-12T22:30:33.017Z[ host-image] Aug 12 22:30:30.977 INFO O| Aug 12 22:30:30.976 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
82752024-08-12T22:30:33.073Z[ host-image] Aug 12 22:30:31.034 INFO O| Aug 12 22:30:31.034 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82762024-08-12T22:30:33.073Z[ host-image] Aug 12 22:30:31.034 INFO O| Aug 12 22:30:31.034 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
82772024-08-12T22:30:33.079Z[ host-image] Aug 12 22:30:31.040 INFO O| Aug 12 22:30:31.040 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
82782024-08-12T22:30:33.084Z[ host-image] Aug 12 22:30:31.045 INFO O| Aug 12 22:30:31.045 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82792024-08-12T22:30:33.090Z[ host-image] Aug 12 22:30:31.051 INFO O| Aug 12 22:30:31.051 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82802024-08-12T22:30:33.303Z[ host-image] Aug 12 22:30:31.264 INFO O| Aug 12 22:30:31.264 INFO rolled back to input snapshot; work may begin
82812024-08-12T22:30:33.303Z[ host-image] Aug 12 22:30:31.264 INFO O| Aug 12 22:30:31.264 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
82822024-08-12T22:30:33.309Z[ host-image] Aug 12 22:30:31.270 INFO O| Aug 12 22:30:31.270 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82832024-08-12T22:30:33.319Z[ host-image] Aug 12 22:30:31.280 INFO O| Aug 12 22:30:31.280 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
82842024-08-12T22:30:33.369Z[ host-image] Aug 12 22:30:31.329 INFO O| Aug 12 22:30:31.329 INFO STEP 0 (remove_files) COMPLETE
82852024-08-12T22:30:33.369Z[ host-image] Aug 12 22:30:31.329 INFO O| Aug 12 22:30:31.329 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82862024-08-12T22:30:33.383Z[ host-image] Aug 12 22:30:31.343 INFO O| Aug 12 22:30:31.343 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
82872024-08-12T22:30:33.388Z[ host-image] Aug 12 22:30:31.345 INFO O| Aug 12 22:30:31.345 INFO STEP 1 (remove_files) COMPLETE
82882024-08-12T22:30:33.389Z[ host-image] Aug 12 22:30:31.345 INFO O| Aug 12 22:30:31.345 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82892024-08-12T22:30:33.397Z[ host-image] Aug 12 22:30:31.358 INFO O| Aug 12 22:30:31.358 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
82902024-08-12T22:30:33.412Z[ host-image] Aug 12 22:30:31.373 INFO O| Aug 12 22:30:31.373 INFO STEP 2 (remove_files) COMPLETE
82912024-08-12T22:30:33.412Z[ host-image] Aug 12 22:30:31.373 INFO O| Aug 12 22:30:31.373 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82922024-08-12T22:30:33.426Z[ host-image] Aug 12 22:30:31.386 INFO O| Aug 12 22:30:31.386 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
82932024-08-12T22:30:33.430Z[ host-image] Aug 12 22:30:31.388 INFO O| Aug 12 22:30:31.388 INFO STEP 3 (remove_files) COMPLETE
82942024-08-12T22:30:33.430Z[ host-image] Aug 12 22:30:31.388 INFO O| Aug 12 22:30:31.388 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82952024-08-12T22:30:33.440Z[ host-image] Aug 12 22:30:31.400 INFO O| Aug 12 22:30:31.400 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
82962024-08-12T22:30:33.444Z[ host-image] Aug 12 22:30:31.404 INFO O| Aug 12 22:30:31.404 INFO STEP 4 (remove_files) COMPLETE
82972024-08-12T22:30:33.444Z[ host-image] Aug 12 22:30:31.405 INFO O| Aug 12 22:30:31.404 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82982024-08-12T22:30:33.457Z[ host-image] Aug 12 22:30:31.417 INFO O| Aug 12 22:30:31.417 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
82992024-08-12T22:30:33.463Z[ host-image] Aug 12 22:30:31.420 INFO O| Aug 12 22:30:31.420 INFO STEP 5 (remove_files) COMPLETE
83002024-08-12T22:30:33.463Z[ host-image] Aug 12 22:30:31.420 INFO O| Aug 12 22:30:31.420 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83012024-08-12T22:30:33.474Z[ host-image] Aug 12 22:30:31.432 INFO O| Aug 12 22:30:31.432 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83022024-08-12T22:30:33.483Z[ host-image] Aug 12 22:30:31.443 INFO O| Aug 12 22:30:31.443 INFO STEP 6 (remove_files) COMPLETE
83032024-08-12T22:30:33.483Z[ host-image] Aug 12 22:30:31.443 INFO O| Aug 12 22:30:31.443 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83042024-08-12T22:30:33.498Z[ host-image] Aug 12 22:30:31.458 INFO O| Aug 12 22:30:31.458 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83052024-08-12T22:30:33.511Z[ host-image] Aug 12 22:30:31.472 INFO O| Aug 12 22:30:31.472 INFO STEP 7 (remove_files) COMPLETE
83062024-08-12T22:30:33.511Z[ host-image] Aug 12 22:30:31.472 INFO O| Aug 12 22:30:31.472 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83072024-08-12T22:30:33.528Z[ host-image] Aug 12 22:30:31.486 INFO O| Aug 12 22:30:31.486 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83082024-08-12T22:30:33.617Z[ host-image] Aug 12 22:30:31.578 INFO O| Aug 12 22:30:31.578 INFO STEP 8 (remove_files) COMPLETE
83092024-08-12T22:30:33.618Z[ host-image] Aug 12 22:30:31.578 INFO O| Aug 12 22:30:31.578 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83102024-08-12T22:30:33.630Z[ host-image] Aug 12 22:30:31.591 INFO O| Aug 12 22:30:31.590 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83112024-08-12T22:30:33.817Z[ host-image] Aug 12 22:30:31.687 INFO O| Aug 12 22:30:31.687 INFO STEP 9 (remove_files) COMPLETE
83122024-08-12T22:30:33.817Z[ host-image] Aug 12 22:30:31.687 INFO O| Aug 12 22:30:31.687 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83132024-08-12T22:30:33.822Z[ host-image] Aug 12 22:30:31.700 INFO O| Aug 12 22:30:31.700 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83142024-08-12T22:30:33.822Z[ host-image] Aug 12 22:30:31.704 INFO O| Aug 12 22:30:31.704 INFO STEP 10 (remove_files) COMPLETE
83152024-08-12T22:30:33.822Z[ host-image] Aug 12 22:30:31.704 INFO O| Aug 12 22:30:31.704 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83162024-08-12T22:30:33.822Z[ host-image] Aug 12 22:30:31.716 INFO O| Aug 12 22:30:31.716 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83172024-08-12T22:30:33.822Z[ host-image] Aug 12 22:30:31.717 INFO O| Aug 12 22:30:31.717 INFO STEP 11 (remove_files) COMPLETE
83182024-08-12T22:30:33.822Z[ host-image] Aug 12 22:30:31.717 INFO O| Aug 12 22:30:31.717 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83192024-08-12T22:30:33.822Z[ host-image] Aug 12 22:30:31.729 INFO O| Aug 12 22:30:31.729 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83202024-08-12T22:30:33.822Z[ host-image] Aug 12 22:30:31.731 INFO O| Aug 12 22:30:31.731 INFO STEP 12 (remove_files) COMPLETE
83212024-08-12T22:30:33.822Z[ host-image] Aug 12 22:30:31.731 INFO O| Aug 12 22:30:31.731 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83222024-08-12T22:30:34.099Z[ host-image] Aug 12 22:30:32.055 INFO O| Aug 12 22:30:32.055 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83232024-08-12T22:30:34.105Z[ host-image] Aug 12 22:30:32.064 INFO O| Aug 12 22:30:32.064 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83242024-08-12T22:30:34.116Z[ host-image] Aug 12 22:30:32.076 INFO O| Aug 12 22:30:32.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83252024-08-12T22:30:34.124Z[ host-image] Aug 12 22:30:32.077 INFO O| Aug 12 22:30:32.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83262024-08-12T22:30:34.184Z[ host-image] Aug 12 22:30:32.144 INFO O| Aug 12 22:30:32.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83272024-08-12T22:30:34.184Z[ host-image] Aug 12 22:30:32.144 INFO O| Aug 12 22:30:32.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83282024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83292024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83302024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83312024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83322024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83332024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83342024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.145 INFO O| Aug 12 22:30:32.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83352024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.146 INFO O| Aug 12 22:30:32.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83362024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.146 INFO O| Aug 12 22:30:32.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83372024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.146 INFO O| Aug 12 22:30:32.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83382024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.146 INFO O| Aug 12 22:30:32.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83392024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.146 INFO O| Aug 12 22:30:32.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83402024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.147 INFO O| Aug 12 22:30:32.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83412024-08-12T22:30:34.191Z[ host-image] Aug 12 22:30:32.147 INFO O| Aug 12 22:30:32.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83422024-08-12T22:30:34.210Z[ host-image] Aug 12 22:30:32.159 INFO O| Aug 12 22:30:32.159 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83432024-08-12T22:30:34.224Z[ host-image] Aug 12 22:30:32.166 INFO O| Aug 12 22:30:32.166 INFO STEP 13 (remove_files) COMPLETE
83442024-08-12T22:30:34.224Z[ host-image] Aug 12 22:30:32.166 INFO O| Aug 12 22:30:32.166 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83452024-08-12T22:30:34.224Z[ host-image] Aug 12 22:30:32.178 INFO O| Aug 12 22:30:32.178 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83462024-08-12T22:30:34.231Z[ host-image] Aug 12 22:30:32.180 INFO O| Aug 12 22:30:32.179 INFO STEP 14 (remove_files) COMPLETE
83472024-08-12T22:30:34.231Z[ host-image] Aug 12 22:30:32.180 INFO O| Aug 12 22:30:32.180 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83482024-08-12T22:30:34.231Z[ host-image] Aug 12 22:30:32.190 INFO O| Aug 12 22:30:32.190 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
83492024-08-12T22:30:34.241Z[ host-image] Aug 12 22:30:32.197 INFO O| Aug 12 22:30:32.197 INFO STEP 15 (remove_files) COMPLETE
83502024-08-12T22:30:34.241Z[ host-image] Aug 12 22:30:32.197 INFO O| Aug 12 22:30:32.197 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83512024-08-12T22:30:34.249Z[ host-image] Aug 12 22:30:32.208 INFO O| Aug 12 22:30:32.208 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
83522024-08-12T22:30:34.249Z[ host-image] Aug 12 22:30:32.208 INFO O| Aug 12 22:30:32.208 INFO STEP 16 (remove_files) COMPLETE
83532024-08-12T22:30:34.249Z[ host-image] Aug 12 22:30:32.208 INFO O| Aug 12 22:30:32.208 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83542024-08-12T22:30:34.259Z[ host-image] Aug 12 22:30:32.220 INFO O| Aug 12 22:30:32.220 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
83552024-08-12T22:30:34.276Z[ host-image] Aug 12 22:30:32.222 INFO O| Aug 12 22:30:32.221 INFO STEP 17 (remove_files) COMPLETE
83562024-08-12T22:30:34.276Z[ host-image] Aug 12 22:30:32.222 INFO O| Aug 12 22:30:32.222 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83572024-08-12T22:30:34.300Z[ host-image] Aug 12 22:30:32.232 INFO O| Aug 12 22:30:32.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
83582024-08-12T22:30:34.300Z[ host-image] Aug 12 22:30:32.232 INFO O| Aug 12 22:30:32.232 INFO STEP 18 (remove_files) COMPLETE
83592024-08-12T22:30:34.300Z[ host-image] Aug 12 22:30:32.232 INFO O| Aug 12 22:30:32.232 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83602024-08-12T22:30:34.300Z[ host-image] Aug 12 22:30:32.242 INFO O| Aug 12 22:30:32.242 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
83612024-08-12T22:30:34.300Z[ host-image] Aug 12 22:30:32.242 INFO O| Aug 12 22:30:32.242 INFO STEP 19 (remove_files) COMPLETE
83622024-08-12T22:30:34.300Z[ host-image] Aug 12 22:30:32.242 INFO O| Aug 12 22:30:32.242 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83632024-08-12T22:30:34.311Z[ host-image] Aug 12 22:30:32.253 INFO O| Aug 12 22:30:32.253 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
83642024-08-12T22:30:34.311Z[ host-image] Aug 12 22:30:32.253 INFO O| Aug 12 22:30:32.253 INFO STEP 20 (remove_files) COMPLETE
83652024-08-12T22:30:34.311Z[ host-image] Aug 12 22:30:32.253 INFO O| Aug 12 22:30:32.253 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-08-12T22:30:34.311Z[ host-image] Aug 12 22:30:32.264 INFO O| Aug 12 22:30:32.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
83672024-08-12T22:30:34.311Z[ host-image] Aug 12 22:30:32.264 INFO O| Aug 12 22:30:32.264 INFO STEP 21 (remove_files) COMPLETE
83682024-08-12T22:30:34.311Z[ host-image] Aug 12 22:30:32.264 INFO O| Aug 12 22:30:32.264 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83692024-08-12T22:30:34.325Z[ host-image] Aug 12 22:30:32.276 INFO O| Aug 12 22:30:32.276 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
83702024-08-12T22:30:34.325Z[ host-image] Aug 12 22:30:32.276 INFO O| Aug 12 22:30:32.276 INFO STEP 22 (remove_files) COMPLETE
83712024-08-12T22:30:34.325Z[ host-image] Aug 12 22:30:32.276 INFO O| Aug 12 22:30:32.276 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-08-12T22:30:34.336Z[ host-image] Aug 12 22:30:32.287 INFO O| Aug 12 22:30:32.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
83732024-08-12T22:30:34.336Z[ host-image] Aug 12 22:30:32.287 INFO O| Aug 12 22:30:32.287 INFO STEP 23 (remove_files) COMPLETE
83742024-08-12T22:30:34.336Z[ host-image] Aug 12 22:30:32.287 INFO O| Aug 12 22:30:32.287 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83752024-08-12T22:30:34.347Z[ host-image] Aug 12 22:30:32.300 INFO O| Aug 12 22:30:32.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
83762024-08-12T22:30:34.347Z[ host-image] Aug 12 22:30:32.300 INFO O| Aug 12 22:30:32.300 INFO STEP 24 (remove_files) COMPLETE
83772024-08-12T22:30:34.347Z[ host-image] Aug 12 22:30:32.300 INFO O| Aug 12 22:30:32.300 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83782024-08-12T22:30:34.355Z[ host-image] Aug 12 22:30:32.311 INFO O| Aug 12 22:30:32.311 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
83792024-08-12T22:30:34.355Z[ host-image] Aug 12 22:30:32.311 INFO O| Aug 12 22:30:32.311 INFO STEP 25 (remove_files) COMPLETE
83802024-08-12T22:30:34.355Z[ host-image] Aug 12 22:30:32.311 INFO O| Aug 12 22:30:32.311 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83812024-08-12T22:30:34.366Z[ host-image] Aug 12 22:30:32.322 INFO O| Aug 12 22:30:32.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
83822024-08-12T22:30:34.366Z[ host-image] Aug 12 22:30:32.322 INFO O| Aug 12 22:30:32.322 INFO STEP 26 (remove_files) COMPLETE
83832024-08-12T22:30:34.366Z[ host-image] Aug 12 22:30:32.322 INFO O| Aug 12 22:30:32.322 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83842024-08-12T22:30:34.375Z[ host-image] Aug 12 22:30:32.335 INFO O| Aug 12 22:30:32.335 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
83852024-08-12T22:30:34.375Z[ host-image] Aug 12 22:30:32.336 INFO O| Aug 12 22:30:32.336 INFO STEP 27 (remove_files) COMPLETE
83862024-08-12T22:30:34.384Z[ host-image] Aug 12 22:30:32.336 INFO O| Aug 12 22:30:32.336 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83872024-08-12T22:30:34.396Z[ host-image] Aug 12 22:30:32.348 INFO O| Aug 12 22:30:32.348 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
83882024-08-12T22:30:34.396Z[ host-image] Aug 12 22:30:32.348 INFO O| Aug 12 22:30:32.348 INFO STEP 28 (remove_files) COMPLETE
83892024-08-12T22:30:34.396Z[ host-image] Aug 12 22:30:32.348 INFO O| Aug 12 22:30:32.348 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83902024-08-12T22:30:34.409Z[ host-image] Aug 12 22:30:32.360 INFO O| Aug 12 22:30:32.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
83912024-08-12T22:30:34.409Z[ host-image] Aug 12 22:30:32.360 INFO O| Aug 12 22:30:32.360 INFO STEP 29 (remove_files) COMPLETE
83922024-08-12T22:30:34.409Z[ host-image] Aug 12 22:30:32.360 INFO O| Aug 12 22:30:32.360 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83932024-08-12T22:30:34.416Z[ host-image] Aug 12 22:30:32.373 INFO O| Aug 12 22:30:32.373 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
83942024-08-12T22:30:34.416Z[ host-image] Aug 12 22:30:32.373 INFO O| Aug 12 22:30:32.373 INFO STEP 30 (remove_files) COMPLETE
83952024-08-12T22:30:34.416Z[ host-image] Aug 12 22:30:32.373 INFO O| Aug 12 22:30:32.373 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83962024-08-12T22:30:34.431Z[ host-image] Aug 12 22:30:32.386 INFO O| Aug 12 22:30:32.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
83972024-08-12T22:30:34.431Z[ host-image] Aug 12 22:30:32.386 INFO O| Aug 12 22:30:32.386 INFO STEP 31 (remove_files) COMPLETE
83982024-08-12T22:30:34.439Z[ host-image] Aug 12 22:30:32.387 INFO O| Aug 12 22:30:32.386 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83992024-08-12T22:30:34.439Z[ host-image] Aug 12 22:30:32.397 INFO O| Aug 12 22:30:32.397 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84002024-08-12T22:30:34.439Z[ host-image] Aug 12 22:30:32.397 INFO O| Aug 12 22:30:32.397 INFO STEP 32 (remove_files) COMPLETE
84012024-08-12T22:30:34.439Z[ host-image] Aug 12 22:30:32.397 INFO O| Aug 12 22:30:32.397 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84022024-08-12T22:30:34.450Z[ host-image] Aug 12 22:30:32.410 INFO O| Aug 12 22:30:32.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84032024-08-12T22:30:34.450Z[ host-image] Aug 12 22:30:32.410 INFO O| Aug 12 22:30:32.410 INFO STEP 33 (remove_files) COMPLETE
84042024-08-12T22:30:34.456Z[ host-image] Aug 12 22:30:32.410 INFO O| Aug 12 22:30:32.410 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84052024-08-12T22:30:34.465Z[ host-image] Aug 12 22:30:32.421 INFO O| Aug 12 22:30:32.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84062024-08-12T22:30:34.465Z[ host-image] Aug 12 22:30:32.422 INFO O| Aug 12 22:30:32.422 INFO STEP 34 (remove_files) COMPLETE
84072024-08-12T22:30:34.465Z[ host-image] Aug 12 22:30:32.422 INFO O| Aug 12 22:30:32.422 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84082024-08-12T22:30:34.473Z[ host-image] Aug 12 22:30:32.433 INFO O| Aug 12 22:30:32.433 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84092024-08-12T22:30:34.473Z[ host-image] Aug 12 22:30:32.433 INFO O| Aug 12 22:30:32.433 INFO STEP 35 (remove_files) COMPLETE
84102024-08-12T22:30:34.486Z[ host-image] Aug 12 22:30:32.433 INFO O| Aug 12 22:30:32.433 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84112024-08-12T22:30:34.495Z[ host-image] Aug 12 22:30:32.446 INFO O| Aug 12 22:30:32.446 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84122024-08-12T22:30:34.495Z[ host-image] Aug 12 22:30:32.446 INFO O| Aug 12 22:30:32.446 INFO STEP 36 (remove_files) COMPLETE
84132024-08-12T22:30:34.495Z[ host-image] Aug 12 22:30:32.446 INFO O| Aug 12 22:30:32.446 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-08-12T22:30:34.506Z[ host-image] Aug 12 22:30:32.459 INFO O| Aug 12 22:30:32.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84152024-08-12T22:30:34.506Z[ host-image] Aug 12 22:30:32.459 INFO O| Aug 12 22:30:32.459 INFO STEP 37 (remove_files) COMPLETE
84162024-08-12T22:30:34.506Z[ host-image] Aug 12 22:30:32.459 INFO O| Aug 12 22:30:32.459 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-08-12T22:30:34.514Z[ host-image] Aug 12 22:30:32.470 INFO O| Aug 12 22:30:32.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84182024-08-12T22:30:34.514Z[ host-image] Aug 12 22:30:32.470 INFO O| Aug 12 22:30:32.470 INFO STEP 38 (remove_files) COMPLETE
84192024-08-12T22:30:34.514Z[ host-image] Aug 12 22:30:32.470 INFO O| Aug 12 22:30:32.470 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-08-12T22:30:34.525Z[ host-image] Aug 12 22:30:32.480 INFO O| Aug 12 22:30:32.480 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84212024-08-12T22:30:34.525Z[ host-image] Aug 12 22:30:32.480 INFO O| Aug 12 22:30:32.480 INFO STEP 39 (remove_files) COMPLETE
84222024-08-12T22:30:34.525Z[ host-image] Aug 12 22:30:32.481 INFO O| Aug 12 22:30:32.480 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-08-12T22:30:34.535Z[ host-image] Aug 12 22:30:32.491 INFO O| Aug 12 22:30:32.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84242024-08-12T22:30:34.535Z[ host-image] Aug 12 22:30:32.491 INFO O| Aug 12 22:30:32.491 INFO STEP 40 (remove_files) COMPLETE
84252024-08-12T22:30:34.535Z[ host-image] Aug 12 22:30:32.491 INFO O| Aug 12 22:30:32.491 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-08-12T22:30:34.542Z[ host-image] Aug 12 22:30:32.501 INFO O| Aug 12 22:30:32.501 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84272024-08-12T22:30:34.542Z[ host-image] Aug 12 22:30:32.501 INFO O| Aug 12 22:30:32.501 INFO STEP 41 (remove_files) COMPLETE
84282024-08-12T22:30:34.542Z[ host-image] Aug 12 22:30:32.501 INFO O| Aug 12 22:30:32.501 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-08-12T22:30:34.552Z[ host-image] Aug 12 22:30:32.511 INFO O| Aug 12 22:30:32.511 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84302024-08-12T22:30:34.552Z[ host-image] Aug 12 22:30:32.511 INFO O| Aug 12 22:30:32.511 INFO STEP 42 (remove_files) COMPLETE
84312024-08-12T22:30:34.552Z[ host-image] Aug 12 22:30:32.511 INFO O| Aug 12 22:30:32.511 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84322024-08-12T22:30:34.561Z[ host-image] Aug 12 22:30:32.521 INFO O| Aug 12 22:30:32.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84332024-08-12T22:30:34.561Z[ host-image] Aug 12 22:30:32.521 INFO O| Aug 12 22:30:32.521 INFO STEP 43 (remove_files) COMPLETE
84342024-08-12T22:30:34.561Z[ host-image] Aug 12 22:30:32.521 INFO O| Aug 12 22:30:32.521 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84352024-08-12T22:30:34.571Z[ host-image] Aug 12 22:30:32.531 INFO O| Aug 12 22:30:32.531 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84362024-08-12T22:30:34.571Z[ host-image] Aug 12 22:30:32.532 INFO O| Aug 12 22:30:32.532 INFO STEP 44 (remove_files) COMPLETE
84372024-08-12T22:30:34.571Z[ host-image] Aug 12 22:30:32.532 INFO O| Aug 12 22:30:32.532 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84382024-08-12T22:30:34.584Z[ host-image] Aug 12 22:30:32.542 INFO O| Aug 12 22:30:32.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84392024-08-12T22:30:34.584Z[ host-image] Aug 12 22:30:32.542 INFO O| Aug 12 22:30:32.542 INFO STEP 45 (remove_files) COMPLETE
84402024-08-12T22:30:34.584Z[ host-image] Aug 12 22:30:32.542 INFO O| Aug 12 22:30:32.542 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84412024-08-12T22:30:34.594Z[ host-image] Aug 12 22:30:32.552 INFO O| Aug 12 22:30:32.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84422024-08-12T22:30:34.594Z[ host-image] Aug 12 22:30:32.552 INFO O| Aug 12 22:30:32.552 INFO STEP 46 (remove_files) COMPLETE
84432024-08-12T22:30:34.594Z[ host-image] Aug 12 22:30:32.552 INFO O| Aug 12 22:30:32.552 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84442024-08-12T22:30:34.604Z[ host-image] Aug 12 22:30:32.562 INFO O| Aug 12 22:30:32.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84452024-08-12T22:30:34.604Z[ host-image] Aug 12 22:30:32.562 INFO O| Aug 12 22:30:32.562 INFO STEP 47 (remove_files) COMPLETE
84462024-08-12T22:30:34.604Z[ host-image] Aug 12 22:30:32.562 INFO O| Aug 12 22:30:32.562 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84472024-08-12T22:30:34.613Z[ host-image] Aug 12 22:30:32.572 INFO O| Aug 12 22:30:32.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
84482024-08-12T22:30:34.613Z[ host-image] Aug 12 22:30:32.572 INFO O| Aug 12 22:30:32.572 INFO STEP 48 (remove_files) COMPLETE
84492024-08-12T22:30:34.613Z[ host-image] Aug 12 22:30:32.572 INFO O| Aug 12 22:30:32.572 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-08-12T22:30:34.630Z[ host-image] Aug 12 22:30:32.583 INFO O| Aug 12 22:30:32.583 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
84512024-08-12T22:30:34.630Z[ host-image] Aug 12 22:30:32.583 INFO O| Aug 12 22:30:32.583 INFO STEP 49 (remove_files) COMPLETE
84522024-08-12T22:30:34.630Z[ host-image] Aug 12 22:30:32.583 INFO O| Aug 12 22:30:32.583 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84532024-08-12T22:30:34.648Z[ host-image] Aug 12 22:30:32.593 INFO O| Aug 12 22:30:32.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
84542024-08-12T22:30:34.648Z[ host-image] Aug 12 22:30:32.593 INFO O| Aug 12 22:30:32.593 INFO STEP 50 (remove_files) COMPLETE
84552024-08-12T22:30:34.648Z[ host-image] Aug 12 22:30:32.593 INFO O| Aug 12 22:30:32.593 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-08-12T22:30:34.667Z[ host-image] Aug 12 22:30:32.603 INFO O| Aug 12 22:30:32.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
84572024-08-12T22:30:34.667Z[ host-image] Aug 12 22:30:32.603 INFO O| Aug 12 22:30:32.603 INFO STEP 51 (remove_files) COMPLETE
84582024-08-12T22:30:34.667Z[ host-image] Aug 12 22:30:32.603 INFO O| Aug 12 22:30:32.603 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84592024-08-12T22:30:34.667Z[ host-image] Aug 12 22:30:32.612 INFO O| Aug 12 22:30:32.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
84602024-08-12T22:30:34.667Z[ host-image] Aug 12 22:30:32.613 INFO O| Aug 12 22:30:32.613 INFO STEP 52 (remove_files) COMPLETE
84612024-08-12T22:30:34.667Z[ host-image] Aug 12 22:30:32.613 INFO O| Aug 12 22:30:32.613 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84622024-08-12T22:30:34.678Z[ host-image] Aug 12 22:30:32.622 INFO O| Aug 12 22:30:32.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
84632024-08-12T22:30:34.678Z[ host-image] Aug 12 22:30:32.622 INFO O| Aug 12 22:30:32.622 INFO STEP 53 (remove_files) COMPLETE
84642024-08-12T22:30:34.678Z[ host-image] Aug 12 22:30:32.622 INFO O| Aug 12 22:30:32.622 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-08-12T22:30:34.678Z[ host-image] Aug 12 22:30:32.632 INFO O| Aug 12 22:30:32.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
84662024-08-12T22:30:34.678Z[ host-image] Aug 12 22:30:32.633 INFO O| Aug 12 22:30:32.632 INFO STEP 54 (remove_files) COMPLETE
84672024-08-12T22:30:34.678Z[ host-image] Aug 12 22:30:32.633 INFO O| Aug 12 22:30:32.633 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-08-12T22:30:34.686Z[ host-image] Aug 12 22:30:32.643 INFO O| Aug 12 22:30:32.643 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
84692024-08-12T22:30:34.686Z[ host-image] Aug 12 22:30:32.643 INFO O| Aug 12 22:30:32.643 INFO STEP 55 (remove_files) COMPLETE
84702024-08-12T22:30:34.686Z[ host-image] Aug 12 22:30:32.643 INFO O| Aug 12 22:30:32.643 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84712024-08-12T22:30:34.696Z[ host-image] Aug 12 22:30:32.653 INFO O| Aug 12 22:30:32.653 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
84722024-08-12T22:30:34.696Z[ host-image] Aug 12 22:30:32.654 INFO O| Aug 12 22:30:32.654 INFO STEP 56 (remove_files) COMPLETE
84732024-08-12T22:30:34.696Z[ host-image] Aug 12 22:30:32.654 INFO O| Aug 12 22:30:32.654 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-08-12T22:30:34.703Z[ host-image] Aug 12 22:30:32.664 INFO O| Aug 12 22:30:32.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
84752024-08-12T22:30:34.703Z[ host-image] Aug 12 22:30:32.664 INFO O| Aug 12 22:30:32.664 INFO STEP 57 (remove_files) COMPLETE
84762024-08-12T22:30:34.703Z[ host-image] Aug 12 22:30:32.664 INFO O| Aug 12 22:30:32.664 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84772024-08-12T22:30:34.716Z[ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
84782024-08-12T22:30:34.716Z[ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
84792024-08-12T22:30:34.731Z[ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84802024-08-12T22:30:34.732Z[ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84812024-08-12T22:30:34.732Z[ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84822024-08-12T22:30:34.732Z[ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84832024-08-12T22:30:34.732Z[ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO ok!
84842024-08-12T22:30:34.732Z[ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO STEP 58 (ensure_file) COMPLETE
84852024-08-12T22:30:34.732Z[ host-image] Aug 12 22:30:32.674 INFO O| Aug 12 22:30:32.674 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84862024-08-12T22:30:34.732Z[ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
84872024-08-12T22:30:34.732Z[ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
84882024-08-12T22:30:34.732Z[ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84892024-08-12T22:30:34.732Z[ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84902024-08-12T22:30:34.732Z[ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84912024-08-12T22:30:34.732Z[ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84922024-08-12T22:30:34.732Z[ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO ok!
84932024-08-12T22:30:34.740Z[ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO STEP 59 (ensure_file) COMPLETE
84942024-08-12T22:30:34.740Z[ host-image] Aug 12 22:30:32.684 INFO O| Aug 12 22:30:32.684 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-08-12T22:30:34.740Z[ host-image] Aug 12 22:30:32.695 INFO O| Aug 12 22:30:32.695 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
84962024-08-12T22:30:34.740Z[ host-image] Aug 12 22:30:32.695 INFO O| Aug 12 22:30:32.695 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
84972024-08-12T22:30:34.740Z[ host-image] Aug 12 22:30:32.695 INFO O| Aug 12 22:30:32.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
84982024-08-12T22:30:34.740Z[ host-image] Aug 12 22:30:32.695 INFO O| Aug 12 22:30:32.695 INFO ok!
84992024-08-12T22:30:34.740Z[ host-image] Aug 12 22:30:32.695 INFO O| Aug 12 22:30:32.695 INFO STEP 60 (ensure_file) COMPLETE
85002024-08-12T22:30:34.740Z[ host-image] Aug 12 22:30:32.695 INFO O| Aug 12 22:30:32.695 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85012024-08-12T22:30:34.749Z[ host-image] Aug 12 22:30:32.706 INFO O| Aug 12 22:30:32.706 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85022024-08-12T22:30:34.750Z[ host-image] Aug 12 22:30:32.706 INFO O| Aug 12 22:30:32.706 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85032024-08-12T22:30:34.750Z[ host-image] Aug 12 22:30:32.706 INFO O| Aug 12 22:30:32.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85042024-08-12T22:30:34.750Z[ host-image] Aug 12 22:30:32.706 INFO O| Aug 12 22:30:32.706 INFO ok!
85052024-08-12T22:30:34.750Z[ host-image] Aug 12 22:30:32.706 INFO O| Aug 12 22:30:32.706 INFO STEP 61 (ensure_file) COMPLETE
85062024-08-12T22:30:34.750Z[ host-image] Aug 12 22:30:32.706 INFO O| Aug 12 22:30:32.706 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-08-12T22:30:34.762Z[ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85082024-08-12T22:30:34.762Z[ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85092024-08-12T22:30:34.762Z[ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85102024-08-12T22:30:34.762Z[ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85112024-08-12T22:30:34.762Z[ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 INFO ok!
85122024-08-12T22:30:34.762Z[ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 INFO STEP 62 (ensure_file) COMPLETE
85132024-08-12T22:30:34.762Z[ host-image] Aug 12 22:30:32.716 INFO O| Aug 12 22:30:32.716 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-08-12T22:30:34.771Z[ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.726 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85152024-08-12T22:30:34.771Z[ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.727 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85162024-08-12T22:30:34.771Z[ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.727 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85172024-08-12T22:30:34.771Z[ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.727 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85182024-08-12T22:30:34.771Z[ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.727 INFO ok!
85192024-08-12T22:30:34.771Z[ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.727 INFO STEP 63 (ensure_file) COMPLETE
85202024-08-12T22:30:34.771Z[ host-image] Aug 12 22:30:32.727 INFO O| Aug 12 22:30:32.727 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85212024-08-12T22:30:34.780Z[ host-image] Aug 12 22:30:32.737 INFO O| Aug 12 22:30:32.737 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85222024-08-12T22:30:34.780Z[ host-image] Aug 12 22:30:32.737 INFO O| Aug 12 22:30:32.737 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85232024-08-12T22:30:34.780Z[ host-image] Aug 12 22:30:32.737 INFO O| Aug 12 22:30:32.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85242024-08-12T22:30:34.780Z[ host-image] Aug 12 22:30:32.737 INFO O| Aug 12 22:30:32.737 INFO ok!
85252024-08-12T22:30:34.780Z[ host-image] Aug 12 22:30:32.737 INFO O| Aug 12 22:30:32.737 INFO STEP 64 (assemble_files) COMPLETE
85262024-08-12T22:30:34.780Z[ host-image] Aug 12 22:30:32.737 INFO O| Aug 12 22:30:32.737 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-08-12T22:30:34.790Z[ host-image] Aug 12 22:30:32.747 INFO O| Aug 12 22:30:32.747 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85282024-08-12T22:30:34.790Z[ host-image] Aug 12 22:30:32.747 INFO O| Aug 12 22:30:32.747 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85292024-08-12T22:30:34.790Z[ host-image] Aug 12 22:30:32.747 INFO O| Aug 12 22:30:32.747 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85302024-08-12T22:30:34.790Z[ host-image] Aug 12 22:30:32.748 INFO O| Aug 12 22:30:32.747 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85312024-08-12T22:30:34.790Z[ host-image] Aug 12 22:30:32.748 INFO O| Aug 12 22:30:32.748 INFO ok!
85322024-08-12T22:30:34.790Z[ host-image] Aug 12 22:30:32.748 INFO O| Aug 12 22:30:32.748 INFO STEP 65 (ensure_file) COMPLETE
85332024-08-12T22:30:34.790Z[ host-image] Aug 12 22:30:32.748 INFO O| Aug 12 22:30:32.748 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-08-12T22:30:34.802Z[ host-image] Aug 12 22:30:32.758 INFO O| Aug 12 22:30:32.758 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85352024-08-12T22:30:34.802Z[ host-image] Aug 12 22:30:32.758 INFO O| Aug 12 22:30:32.758 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85362024-08-12T22:30:34.802Z[ host-image] Aug 12 22:30:32.758 INFO O| Aug 12 22:30:32.758 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85372024-08-12T22:30:34.802Z[ host-image] Aug 12 22:30:32.759 INFO O| Aug 12 22:30:32.758 INFO STEP 66 (ensure_dir) COMPLETE
85382024-08-12T22:30:34.802Z[ host-image] Aug 12 22:30:32.759 INFO O| Aug 12 22:30:32.758 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-08-12T22:30:34.809Z[ host-image] Aug 12 22:30:32.769 INFO O| Aug 12 22:30:32.769 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85402024-08-12T22:30:34.809Z[ host-image] Aug 12 22:30:32.769 INFO O| Aug 12 22:30:32.769 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 ...
85412024-08-12T22:30:34.817Z[ host-image] Aug 12 22:30:32.776 INFO O| Aug 12 22:30:32.776 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
85422024-08-12T22:30:34.817Z[ host-image] Aug 12 22:30:32.776 INFO O| Aug 12 22:30:32.776 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85432024-08-12T22:30:34.817Z[ host-image] Aug 12 22:30:32.776 INFO O| Aug 12 22:30:32.776 INFO ok!
85442024-08-12T22:30:34.817Z[ host-image] Aug 12 22:30:32.776 INFO O| Aug 12 22:30:32.776 INFO STEP 67 (ensure_file) COMPLETE
85452024-08-12T22:30:34.817Z[ host-image] Aug 12 22:30:32.776 INFO O| Aug 12 22:30:32.776 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85462024-08-12T22:30:34.827Z[ host-image] Aug 12 22:30:32.787 INFO O| Aug 12 22:30:32.787 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85472024-08-12T22:30:34.827Z[ host-image] Aug 12 22:30:32.787 INFO O| Aug 12 22:30:32.787 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 ...
85482024-08-12T22:30:34.835Z[ host-image] Aug 12 22:30:32.788 INFO O| Aug 12 22:30:32.787 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
85492024-08-12T22:30:34.835Z[ host-image] Aug 12 22:30:32.788 INFO O| Aug 12 22:30:32.788 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85502024-08-12T22:30:34.835Z[ host-image] Aug 12 22:30:32.788 INFO O| Aug 12 22:30:32.788 INFO ok!
85512024-08-12T22:30:34.835Z[ host-image] Aug 12 22:30:32.788 INFO O| Aug 12 22:30:32.788 INFO STEP 68 (ensure_file) COMPLETE
85522024-08-12T22:30:34.835Z[ host-image] Aug 12 22:30:32.788 INFO O| Aug 12 22:30:32.788 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85532024-08-12T22:30:34.843Z[ host-image] Aug 12 22:30:32.803 INFO O| Aug 12 22:30:32.802 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
85542024-08-12T22:30:34.844Z[ host-image] Aug 12 22:30:32.803 INFO O| Aug 12 22:30:32.803 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
85552024-08-12T22:30:41.178Z[ host-image] Aug 12 22:30:34.965 INFO O| Aug 12 22:30:34.965 INFO STEP 69 (pack_tar) COMPLETE
85562024-08-12T22:30:41.178Z[ host-image] Aug 12 22:30:34.965 INFO O| Aug 12 22:30:34.965 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85572024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:34.965 INFO O| Aug 12 22:30:34.965 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
85582024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:35.840 INFO O| Aug 12 22:30:35.840 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85592024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:35.904 INFO O| Aug 12 22:30:35.904 INFO completed processing gimlet/ramdisk-02-trim
85602024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:35.907 INFO image builder template: zfs...
85612024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:35.907 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/.tmpqrCA2Y/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.277", "-n", "zfs"], pwd: None
85622024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:35.921 INFO O| Aug 12 22:30:35.921 INFO skip include "stress" because feature "stress" is not enabled
85632024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:35.955 INFO O| Aug 12 22:30:35.955 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
85642024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:35.959 INFO O| Aug 12 22:30:35.959 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
85652024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:36.046 INFO O| Aug 12 22:30:36.046 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
85662024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:36.119 INFO O| Aug 12 22:30:36.119 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
85672024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:36.119 INFO O| Aug 12 22:30:36.119 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
85682024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:36.124 INFO O| Aug 12 22:30:36.124 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
85692024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:36.210 INFO O| Aug 12 22:30:36.210 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
85702024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:36.278 INFO O| Aug 12 22:30:36.278 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
85712024-08-12T22:30:41.350Z[ host-image] Aug 12 22:30:36.291 INFO O| Aug 12 22:30:36.291 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85722024-08-12T22:30:41.351Z[ host-image] Aug 12 22:30:36.296 INFO O| Aug 12 22:30:36.296 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
85732024-08-12T22:30:41.351Z[ host-image] Aug 12 22:30:36.296 INFO O| Aug 12 22:30:36.296 INFO no lofi found
85742024-08-12T22:30:41.351Z[ host-image] Aug 12 22:30:36.296 INFO O| Aug 12 22:30:36.296 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
85752024-08-12T22:30:41.351Z[ host-image] Aug 12 22:30:36.296 INFO O| Aug 12 22:30:36.296 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85762024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.010 INFO O| Aug 12 22:30:38.010 INFO lofi device = /dev/dsk/c2t1d0p0
85772024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.010 INFO O| Aug 12 22:30:38.010 INFO pool device = /dev/dsk/c2t1d0p0
85782024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.010 INFO O| Aug 12 22:30:38.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
85792024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.086 INFO O| Aug 12 22:30:38.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85802024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.086 INFO O| Aug 12 22:30:38.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
85812024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.108 INFO O| Aug 12 22:30:38.108 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
85822024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.176 INFO O| Aug 12 22:30:38.175 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
85832024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.217 INFO O| Aug 12 22:30:38.217 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
85842024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.232 INFO O| Aug 12 22:30:38.232 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
85852024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.243 INFO O| Aug 12 22:30:38.243 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
85862024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.292 INFO O| Aug 12 22:30:38.292 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
85872024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.292 INFO O| Aug 12 22:30:38.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
85882024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.292 INFO O| Aug 12 22:30:38.292 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
85892024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.303 INFO O| Aug 12 22:30:38.303 INFO boot environment UUID: e5ea1be0-7511-4e3c-a1e6-ff6496402340
85902024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.303 INFO O| Aug 12 22:30:38.303 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e5ea1be0-7511-4e3c-a1e6-ff6496402340
85912024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.313 INFO O| Aug 12 22:30:38.313 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
85922024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.324 INFO O| Aug 12 22:30:38.324 INFO STEP 0 (create_be) COMPLETE
85932024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.324 INFO O| Aug 12 22:30:38.324 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85942024-08-12T22:30:41.362Z[ host-image] Aug 12 22:30:38.343 INFO O| Aug 12 22:30:38.343 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
85952024-08-12T22:30:41.362Z[ recovery-image] Aug 12 22:30:39.306 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
85962024-08-12T22:30:44.298Z[ recovery-image] Aug 12 22:30:42.249 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
85972024-08-12T22:30:48.660Z[ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling bitflags v1.3.2
85982024-08-12T22:30:48.663Z[ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling adler v1.0.2
85992024-08-12T22:30:48.663Z[ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling bit_field v0.10.2
86002024-08-12T22:30:48.664Z[ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling plain v0.2.3
86012024-08-12T22:30:48.664Z[ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling scroll v0.12.0
86022024-08-12T22:30:48.664Z[ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling log v0.4.21
86032024-08-12T22:30:48.664Z[ recovery-image] Aug 12 22:30:46.614 INFO E| Compiling bitstruct v0.1.1
86042024-08-12T22:30:48.796Z[ recovery-image] Aug 12 22:30:46.750 INFO E| Compiling raw-cpuid v10.7.0
86052024-08-12T22:30:48.878Z[ recovery-image] Aug 12 22:30:46.830 INFO E| Compiling cpio_reader v0.1.1
86062024-08-12T22:30:49.013Z[ recovery-image] Aug 12 22:30:46.966 INFO E| Compiling static_assertions v1.1.0
86072024-08-12T22:30:49.133Z[ recovery-image] Aug 12 22:30:47.085 INFO E| Compiling miniz_oxide v0.7.2
86082024-08-12T22:30:49.704Z[ recovery-image] Aug 12 22:30:47.656 INFO E| Compiling goblin v0.8.0
86092024-08-12T22:31:00.837Z[ recovery-image] Aug 12 22:30:58.787 INFO E| Finished `release` profile [optimized] target(s) in 42.70s
86102024-08-12T22:31:00.862Z[ recovery-image] Aug 12 22:30:58.812 INFO building host image...
86112024-08-12T22:31:00.865Z[ recovery-image] Aug 12 22:30:58.812 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")
86122024-08-12T22:31:01.458Z[ recovery-image] Aug 12 22:30:59.407 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
86132024-08-12T22:31:02.297Z[ host-image] Aug 12 22:31:00.246 INFO O| Aug 12 22:31:00.246 INFO STEP 1 (unpack_tar) COMPLETE
86142024-08-12T22:31:02.300Z[ host-image] Aug 12 22:31:00.246 INFO O| Aug 12 22:31:00.246 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86152024-08-12T22:31:02.310Z[ host-image] Aug 12 22:31:00.259 INFO O| Aug 12 22:31:00.259 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86162024-08-12T22:31:02.762Z[ host-image] Aug 12 22:31:00.711 INFO O| Aug 12 22:31:00.711 INFO STEP 2 (devfsadm) COMPLETE
86172024-08-12T22:31:02.762Z[ host-image] Aug 12 22:31:00.711 INFO O| Aug 12 22:31:00.711 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86182024-08-12T22:31:02.776Z[ host-image] Aug 12 22:31:00.725 INFO O| Aug 12 22:31:00.725 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86192024-08-12T22:31:02.776Z[ host-image] Aug 12 22:31:00.725 INFO O| Aug 12 22:31:00.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86202024-08-12T22:31:02.779Z[ host-image] Aug 12 22:31:00.725 INFO O| Aug 12 22:31:00.725 INFO STEP 3 (ensure_dir) COMPLETE
86212024-08-12T22:31:02.779Z[ host-image] Aug 12 22:31:00.725 INFO O| Aug 12 22:31:00.725 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86222024-08-12T22:31:02.788Z[ host-image] Aug 12 22:31:00.737 INFO O| Aug 12 22:31:00.737 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86232024-08-12T22:31:02.788Z[ host-image] Aug 12 22:31:00.737 INFO O| Aug 12 22:31:00.737 INFO STEP 4 (ensure_dir) COMPLETE
86242024-08-12T22:31:02.791Z[ host-image] Aug 12 22:31:00.737 INFO O| Aug 12 22:31:00.737 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86252024-08-12T22:31:02.800Z[ host-image] Aug 12 22:31:00.749 INFO O| Aug 12 22:31:00.749 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86262024-08-12T22:31:02.802Z[ host-image] Aug 12 22:31:00.749 INFO O| Aug 12 22:31:00.749 INFO STEP 5 (ensure_dir) COMPLETE
86272024-08-12T22:31:02.803Z[ host-image] Aug 12 22:31:00.749 INFO O| Aug 12 22:31:00.749 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86282024-08-12T22:31:02.810Z[ host-image] Aug 12 22:31:00.759 INFO O| Aug 12 22:31:00.759 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86292024-08-12T22:31:02.810Z[ host-image] Aug 12 22:31:00.759 INFO O| Aug 12 22:31:00.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86302024-08-12T22:31:02.813Z[ host-image] Aug 12 22:31:00.759 INFO O| Aug 12 22:31:00.759 INFO STEP 6 (ensure_dir) COMPLETE
86312024-08-12T22:31:02.813Z[ host-image] Aug 12 22:31:00.759 INFO O| Aug 12 22:31:00.759 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86322024-08-12T22:31:02.821Z[ host-image] Aug 12 22:31:00.770 INFO O| Aug 12 22:31:00.770 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86332024-08-12T22:31:02.821Z[ host-image] Aug 12 22:31:00.770 INFO O| Aug 12 22:31:00.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86342024-08-12T22:31:02.824Z[ host-image] Aug 12 22:31:00.770 INFO O| Aug 12 22:31:00.770 INFO STEP 7 (ensure_dir) COMPLETE
86352024-08-12T22:31:02.824Z[ host-image] Aug 12 22:31:00.770 INFO O| Aug 12 22:31:00.770 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86362024-08-12T22:31:02.833Z[ host-image] Aug 12 22:31:00.782 INFO O| Aug 12 22:31:00.782 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86372024-08-12T22:31:02.836Z[ host-image] Aug 12 22:31:00.782 INFO O| Aug 12 22:31:00.782 INFO STEP 8 (remove_files) COMPLETE
86382024-08-12T22:31:02.836Z[ host-image] Aug 12 22:31:00.782 INFO O| Aug 12 22:31:00.782 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86392024-08-12T22:31:02.843Z[ host-image] Aug 12 22:31:00.792 INFO O| Aug 12 22:31:00.792 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86402024-08-12T22:31:02.846Z[ host-image] Aug 12 22:31:00.793 INFO O| Aug 12 22:31:00.793 INFO STEP 9 (remove_files) COMPLETE
86412024-08-12T22:31:02.846Z[ host-image] Aug 12 22:31:00.793 INFO O| Aug 12 22:31:00.793 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86422024-08-12T22:31:02.854Z[ host-image] Aug 12 22:31:00.803 INFO O| Aug 12 22:31:00.803 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86432024-08-12T22:31:02.856Z[ host-image] Aug 12 22:31:00.804 INFO O| Aug 12 22:31:00.804 INFO STEP 10 (remove_files) COMPLETE
86442024-08-12T22:31:02.857Z[ host-image] Aug 12 22:31:00.804 INFO O| Aug 12 22:31:00.804 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86452024-08-12T22:31:02.865Z[ host-image] Aug 12 22:31:00.814 INFO O| Aug 12 22:31:00.814 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86462024-08-12T22:31:02.868Z[ host-image] Aug 12 22:31:00.814 INFO O| Aug 12 22:31:00.814 INFO STEP 11 (remove_files) COMPLETE
86472024-08-12T22:31:02.868Z[ host-image] Aug 12 22:31:00.814 INFO O| Aug 12 22:31:00.814 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86482024-08-12T22:31:02.874Z[ host-image] Aug 12 22:31:00.824 INFO O| Aug 12 22:31:00.824 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86492024-08-12T22:31:02.877Z[ host-image] Aug 12 22:31:00.824 INFO O| Aug 12 22:31:00.824 INFO STEP 12 (remove_files) COMPLETE
86502024-08-12T22:31:02.877Z[ host-image] Aug 12 22:31:00.824 INFO O| Aug 12 22:31:00.824 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86512024-08-12T22:31:02.884Z[ host-image] Aug 12 22:31:00.833 INFO O| Aug 12 22:31:00.833 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86522024-08-12T22:31:02.887Z[ host-image] Aug 12 22:31:00.834 INFO O| Aug 12 22:31:00.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86532024-08-12T22:31:02.887Z[ host-image] Aug 12 22:31:00.834 INFO O| Aug 12 22:31:00.834 INFO STEP 13 (ensure_dir) COMPLETE
86542024-08-12T22:31:02.887Z[ host-image] Aug 12 22:31:00.834 INFO O| Aug 12 22:31:00.834 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86552024-08-12T22:31:02.894Z[ host-image] Aug 12 22:31:00.843 INFO O| Aug 12 22:31:00.843 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86562024-08-12T22:31:02.897Z[ host-image] Aug 12 22:31:00.843 INFO O| Aug 12 22:31:00.843 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86572024-08-12T22:31:02.897Z[ host-image] Aug 12 22:31:00.843 INFO O| Aug 12 22:31:00.843 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86582024-08-12T22:31:02.897Z[ host-image] Aug 12 22:31:00.843 INFO O| Aug 12 22:31:00.843 INFO STEP 14 (ensure_dir) COMPLETE
86592024-08-12T22:31:02.897Z[ host-image] Aug 12 22:31:00.843 INFO O| Aug 12 22:31:00.843 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86602024-08-12T22:31:02.903Z[ host-image] Aug 12 22:31:00.853 INFO O| Aug 12 22:31:00.853 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86612024-08-12T22:31:02.906Z[ host-image] Aug 12 22:31:00.853 INFO O| Aug 12 22:31:00.853 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86622024-08-12T22:31:02.906Z[ host-image] Aug 12 22:31:00.853 INFO O| Aug 12 22:31:00.853 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86632024-08-12T22:31:02.906Z[ host-image] Aug 12 22:31:00.853 INFO O| Aug 12 22:31:00.853 INFO STEP 15 (ensure_dir) COMPLETE
86642024-08-12T22:31:02.906Z[ host-image] Aug 12 22:31:00.853 INFO O| Aug 12 22:31:00.853 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86652024-08-12T22:31:02.913Z[ host-image] Aug 12 22:31:00.862 INFO O| Aug 12 22:31:00.862 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86662024-08-12T22:31:02.913Z[ host-image] Aug 12 22:31:00.862 INFO O| Aug 12 22:31:00.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86672024-08-12T22:31:02.916Z[ host-image] Aug 12 22:31:00.862 INFO O| Aug 12 22:31:00.862 INFO STEP 16 (ensure_dir) COMPLETE
86682024-08-12T22:31:02.916Z[ host-image] Aug 12 22:31:00.862 INFO O| Aug 12 22:31:00.862 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86692024-08-12T22:31:02.923Z[ host-image] Aug 12 22:31:00.872 INFO O| Aug 12 22:31:00.872 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86702024-08-12T22:31:02.923Z[ host-image] Aug 12 22:31:00.872 INFO O| Aug 12 22:31:00.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86712024-08-12T22:31:02.925Z[ host-image] Aug 12 22:31:00.872 INFO O| Aug 12 22:31:00.872 INFO STEP 17 (ensure_dir) COMPLETE
86722024-08-12T22:31:02.926Z[ host-image] Aug 12 22:31:00.872 INFO O| Aug 12 22:31:00.872 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86732024-08-12T22:31:02.935Z[ host-image] Aug 12 22:31:00.882 INFO O| Aug 12 22:31:00.882 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86742024-08-12T22:31:02.935Z[ host-image] Aug 12 22:31:00.882 INFO O| Aug 12 22:31:00.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
86752024-08-12T22:31:02.935Z[ host-image] Aug 12 22:31:00.882 INFO O| Aug 12 22:31:00.882 INFO ok!
86762024-08-12T22:31:02.935Z[ host-image] Aug 12 22:31:00.882 INFO O| Aug 12 22:31:00.882 INFO STEP 18 (ensure_symlink) COMPLETE
86772024-08-12T22:31:02.935Z[ host-image] Aug 12 22:31:00.882 INFO O| Aug 12 22:31:00.882 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86782024-08-12T22:31:02.943Z[ host-image] Aug 12 22:31:00.892 INFO O| Aug 12 22:31:00.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
86792024-08-12T22:31:02.943Z[ host-image] Aug 12 22:31:00.892 INFO O| Aug 12 22:31:00.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
86802024-08-12T22:31:02.943Z[ host-image] Aug 12 22:31:00.892 INFO O| Aug 12 22:31:00.892 INFO ok!
86812024-08-12T22:31:02.946Z[ host-image] Aug 12 22:31:00.892 INFO O| Aug 12 22:31:00.892 INFO STEP 19 (ensure_file) COMPLETE
86822024-08-12T22:31:02.946Z[ host-image] Aug 12 22:31:00.892 INFO O| Aug 12 22:31:00.892 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86832024-08-12T22:31:02.952Z[ host-image] Aug 12 22:31:00.902 INFO O| Aug 12 22:31:00.902 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
86842024-08-12T22:31:02.952Z[ host-image] Aug 12 22:31:00.902 INFO O| Aug 12 22:31:00.902 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86852024-08-12T22:31:02.955Z[ host-image] Aug 12 22:31:00.902 INFO O| Aug 12 22:31:00.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
86862024-08-12T22:31:02.955Z[ host-image] Aug 12 22:31:00.902 INFO O| Aug 12 22:31:00.902 INFO ok!
86872024-08-12T22:31:02.955Z[ host-image] Aug 12 22:31:00.902 INFO O| Aug 12 22:31:00.902 INFO STEP 20 (ensure_symlink) COMPLETE
86882024-08-12T22:31:02.955Z[ host-image] Aug 12 22:31:00.902 INFO O| Aug 12 22:31:00.902 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86892024-08-12T22:31:02.963Z[ host-image] Aug 12 22:31:00.912 INFO O| Aug 12 22:31:00.912 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
86902024-08-12T22:31:02.965Z[ host-image] Aug 12 22:31:00.912 INFO O| Aug 12 22:31:00.912 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
86912024-08-12T22:31:02.965Z[ host-image] Aug 12 22:31:00.912 INFO O| Aug 12 22:31:00.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
86922024-08-12T22:31:02.965Z[ host-image] Aug 12 22:31:00.912 INFO O| Aug 12 22:31:00.912 INFO ok!
86932024-08-12T22:31:02.965Z[ host-image] Aug 12 22:31:00.912 INFO O| Aug 12 22:31:00.912 INFO STEP 21 (ensure_symlink) COMPLETE
86942024-08-12T22:31:02.965Z[ host-image] Aug 12 22:31:00.912 INFO O| Aug 12 22:31:00.912 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86952024-08-12T22:31:02.973Z[ host-image] Aug 12 22:31:00.922 INFO O| Aug 12 22:31:00.922 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
86962024-08-12T22:31:02.973Z[ host-image] Aug 12 22:31:00.922 INFO O| Aug 12 22:31:00.922 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86972024-08-12T22:31:02.976Z[ host-image] Aug 12 22:31:00.922 INFO O| Aug 12 22:31:00.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
86982024-08-12T22:31:02.976Z[ host-image] Aug 12 22:31:00.922 INFO O| Aug 12 22:31:00.922 INFO ok!
86992024-08-12T22:31:02.976Z[ host-image] Aug 12 22:31:00.922 INFO O| Aug 12 22:31:00.922 INFO STEP 22 (ensure_symlink) COMPLETE
87002024-08-12T22:31:02.976Z[ host-image] Aug 12 22:31:00.922 INFO O| Aug 12 22:31:00.922 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87012024-08-12T22:31:02.983Z[ host-image] Aug 12 22:31:00.932 INFO O| Aug 12 22:31:00.932 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87022024-08-12T22:31:02.985Z[ host-image] Aug 12 22:31:00.932 INFO O| Aug 12 22:31:00.932 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87032024-08-12T22:31:02.985Z[ host-image] Aug 12 22:31:00.932 INFO O| Aug 12 22:31:00.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87042024-08-12T22:31:02.985Z[ host-image] Aug 12 22:31:00.932 INFO O| Aug 12 22:31:00.932 INFO ok!
87052024-08-12T22:31:02.985Z[ host-image] Aug 12 22:31:00.932 INFO O| Aug 12 22:31:00.932 INFO STEP 23 (ensure_symlink) COMPLETE
87062024-08-12T22:31:02.985Z[ host-image] Aug 12 22:31:00.932 INFO O| Aug 12 22:31:00.932 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87072024-08-12T22:31:02.993Z[ host-image] Aug 12 22:31:00.942 INFO O| Aug 12 22:31:00.942 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87082024-08-12T22:31:02.996Z[ host-image] Aug 12 22:31:00.943 INFO O| Aug 12 22:31:00.943 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87092024-08-12T22:31:02.996Z[ host-image] Aug 12 22:31:00.943 INFO O| Aug 12 22:31:00.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87102024-08-12T22:31:02.996Z[ host-image] Aug 12 22:31:00.943 INFO O| Aug 12 22:31:00.943 INFO ok!
87112024-08-12T22:31:02.996Z[ host-image] Aug 12 22:31:00.943 INFO O| Aug 12 22:31:00.943 INFO STEP 24 (ensure_file) COMPLETE
87122024-08-12T22:31:02.996Z[ host-image] Aug 12 22:31:00.943 INFO O| Aug 12 22:31:00.943 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87132024-08-12T22:31:03.004Z[ host-image] Aug 12 22:31:00.953 INFO O| Aug 12 22:31:00.953 INFO updating shadow file
87142024-08-12T22:31:03.006Z[ host-image] Aug 12 22:31:00.953 INFO O| Aug 12 22:31:00.953 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87152024-08-12T22:31:03.006Z[ host-image] Aug 12 22:31:00.953 INFO O| Aug 12 22:31:00.953 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87162024-08-12T22:31:03.006Z[ host-image] Aug 12 22:31:00.953 INFO O| Aug 12 22:31:00.953 INFO STEP 25 (shadow) COMPLETE
87172024-08-12T22:31:03.006Z[ host-image] Aug 12 22:31:00.953 INFO O| Aug 12 22:31:00.953 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87182024-08-12T22:31:03.014Z[ host-image] Aug 12 22:31:00.963 INFO O| Aug 12 22:31:00.963 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87192024-08-12T22:31:03.017Z[ host-image] Aug 12 22:31:00.963 INFO O| Aug 12 22:31:00.963 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87202024-08-12T22:31:03.017Z[ host-image] Aug 12 22:31:00.963 INFO O| Aug 12 22:31:00.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87212024-08-12T22:31:03.017Z[ host-image] Aug 12 22:31:00.963 INFO O| Aug 12 22:31:00.963 INFO ok!
87222024-08-12T22:31:03.017Z[ host-image] Aug 12 22:31:00.963 INFO O| Aug 12 22:31:00.963 INFO STEP 26 (ensure_file) COMPLETE
87232024-08-12T22:31:03.017Z[ host-image] Aug 12 22:31:00.963 INFO O| Aug 12 22:31:00.963 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87242024-08-12T22:31:03.024Z[ host-image] Aug 12 22:31:00.973 INFO O| Aug 12 22:31:00.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87252024-08-12T22:31:03.024Z[ host-image] Aug 12 22:31:00.973 INFO O| Aug 12 22:31:00.973 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87262024-08-12T22:31:03.027Z[ host-image] Aug 12 22:31:00.973 INFO O| Aug 12 22:31:00.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87272024-08-12T22:31:03.027Z[ host-image] Aug 12 22:31:00.973 INFO O| Aug 12 22:31:00.973 INFO ok!
87282024-08-12T22:31:03.027Z[ host-image] Aug 12 22:31:00.973 INFO O| Aug 12 22:31:00.973 INFO STEP 27 (ensure_file) COMPLETE
87292024-08-12T22:31:03.027Z[ host-image] Aug 12 22:31:00.973 INFO O| Aug 12 22:31:00.973 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87302024-08-12T22:31:03.034Z[ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87312024-08-12T22:31:03.036Z[ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87322024-08-12T22:31:03.036Z[ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87332024-08-12T22:31:03.036Z[ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87342024-08-12T22:31:03.036Z[ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 INFO ok!
87352024-08-12T22:31:03.036Z[ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 INFO STEP 28 (ensure_file) COMPLETE
87362024-08-12T22:31:03.036Z[ host-image] Aug 12 22:31:00.983 INFO O| Aug 12 22:31:00.983 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87372024-08-12T22:31:03.044Z[ host-image] Aug 12 22:31:00.993 INFO O| Aug 12 22:31:00.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87382024-08-12T22:31:03.044Z[ host-image] Aug 12 22:31:00.994 INFO O| Aug 12 22:31:00.993 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87392024-08-12T22:31:03.047Z[ host-image] Aug 12 22:31:00.994 INFO O| Aug 12 22:31:00.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87402024-08-12T22:31:03.047Z[ host-image] Aug 12 22:31:00.994 INFO O| Aug 12 22:31:00.994 INFO ok!
87412024-08-12T22:31:03.047Z[ host-image] Aug 12 22:31:00.994 INFO O| Aug 12 22:31:00.994 INFO STEP 29 (ensure_file) COMPLETE
87422024-08-12T22:31:03.047Z[ host-image] Aug 12 22:31:00.994 INFO O| Aug 12 22:31:00.994 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87432024-08-12T22:31:03.054Z[ host-image] Aug 12 22:31:01.004 INFO O| Aug 12 22:31:01.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87442024-08-12T22:31:03.054Z[ host-image] Aug 12 22:31:01.004 INFO O| Aug 12 22:31:01.004 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87452024-08-12T22:31:03.057Z[ host-image] Aug 12 22:31:01.004 INFO O| Aug 12 22:31:01.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87462024-08-12T22:31:03.057Z[ host-image] Aug 12 22:31:01.004 INFO O| Aug 12 22:31:01.004 INFO ok!
87472024-08-12T22:31:03.057Z[ host-image] Aug 12 22:31:01.004 INFO O| Aug 12 22:31:01.004 INFO STEP 30 (ensure_file) COMPLETE
87482024-08-12T22:31:03.057Z[ host-image] Aug 12 22:31:01.004 INFO O| Aug 12 22:31:01.004 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87492024-08-12T22:31:03.065Z[ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87502024-08-12T22:31:03.065Z[ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87512024-08-12T22:31:03.067Z[ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87522024-08-12T22:31:03.067Z[ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87532024-08-12T22:31:03.067Z[ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 INFO ok!
87542024-08-12T22:31:03.067Z[ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 INFO STEP 31 (ensure_file) COMPLETE
87552024-08-12T22:31:03.068Z[ host-image] Aug 12 22:31:01.014 INFO O| Aug 12 22:31:01.014 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87562024-08-12T22:31:03.075Z[ host-image] Aug 12 22:31:01.024 INFO O| Aug 12 22:31:01.024 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87572024-08-12T22:31:03.075Z[ host-image] Aug 12 22:31:01.024 INFO O| Aug 12 22:31:01.024 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87582024-08-12T22:31:03.078Z[ host-image] Aug 12 22:31:01.025 INFO O| Aug 12 22:31:01.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
87592024-08-12T22:31:03.078Z[ host-image] Aug 12 22:31:01.025 INFO O| Aug 12 22:31:01.025 INFO ok!
87602024-08-12T22:31:03.078Z[ host-image] Aug 12 22:31:01.025 INFO O| Aug 12 22:31:01.025 INFO STEP 32 (ensure_file) COMPLETE
87612024-08-12T22:31:03.078Z[ host-image] Aug 12 22:31:01.025 INFO O| Aug 12 22:31:01.025 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87622024-08-12T22:31:03.086Z[ host-image] Aug 12 22:31:01.035 INFO O| Aug 12 22:31:01.035 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87632024-08-12T22:31:03.086Z[ host-image] Aug 12 22:31:01.035 INFO O| Aug 12 22:31:01.035 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
87642024-08-12T22:31:03.088Z[ host-image] Aug 12 22:31:01.035 INFO O| Aug 12 22:31:01.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
87652024-08-12T22:31:03.088Z[ host-image] Aug 12 22:31:01.035 INFO O| Aug 12 22:31:01.035 INFO ok!
87662024-08-12T22:31:03.088Z[ host-image] Aug 12 22:31:01.035 INFO O| Aug 12 22:31:01.035 INFO STEP 33 (ensure_file) COMPLETE
87672024-08-12T22:31:03.088Z[ host-image] Aug 12 22:31:01.035 INFO O| Aug 12 22:31:01.035 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87682024-08-12T22:31:03.096Z[ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
87692024-08-12T22:31:03.096Z[ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
87702024-08-12T22:31:03.098Z[ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87712024-08-12T22:31:03.098Z[ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87722024-08-12T22:31:03.098Z[ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87732024-08-12T22:31:03.098Z[ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87742024-08-12T22:31:03.098Z[ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO ok!
87752024-08-12T22:31:03.098Z[ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO STEP 34 (ensure_file) COMPLETE
87762024-08-12T22:31:03.099Z[ host-image] Aug 12 22:31:01.045 INFO O| Aug 12 22:31:01.045 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87772024-08-12T22:31:03.106Z[ host-image] Aug 12 22:31:01.055 INFO O| Aug 12 22:31:01.055 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87782024-08-12T22:31:03.109Z[ host-image] Aug 12 22:31:01.055 INFO O| Aug 12 22:31:01.055 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87792024-08-12T22:31:03.109Z[ host-image] Aug 12 22:31:01.055 INFO O| Aug 12 22:31:01.055 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87802024-08-12T22:31:03.109Z[ host-image] Aug 12 22:31:01.055 INFO O| Aug 12 22:31:01.055 INFO STEP 35 (ensure_dir) COMPLETE
87812024-08-12T22:31:03.109Z[ host-image] Aug 12 22:31:01.055 INFO O| Aug 12 22:31:01.055 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87822024-08-12T22:31:03.116Z[ host-image] Aug 12 22:31:01.065 INFO O| Aug 12 22:31:01.065 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
87832024-08-12T22:31:03.116Z[ host-image] Aug 12 22:31:01.065 INFO O| Aug 12 22:31:01.065 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 ...
87842024-08-12T22:31:03.119Z[ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 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
87852024-08-12T22:31:03.119Z[ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 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
87862024-08-12T22:31:03.119Z[ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 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
87872024-08-12T22:31:03.119Z[ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 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
87882024-08-12T22:31:03.119Z[ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 INFO ok!
87892024-08-12T22:31:03.119Z[ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 INFO STEP 36 (ensure_file) COMPLETE
87902024-08-12T22:31:03.119Z[ host-image] Aug 12 22:31:01.066 INFO O| Aug 12 22:31:01.066 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87912024-08-12T22:31:03.127Z[ host-image] Aug 12 22:31:01.076 INFO O| Aug 12 22:31:01.076 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87922024-08-12T22:31:03.127Z[ host-image] Aug 12 22:31:01.076 INFO O| Aug 12 22:31:01.076 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 ...
87932024-08-12T22:31:03.130Z[ host-image] Aug 12 22:31:01.076 INFO O| Aug 12 22:31:01.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87942024-08-12T22:31:03.130Z[ host-image] Aug 12 22:31:01.076 INFO O| Aug 12 22:31:01.076 INFO ok!
87952024-08-12T22:31:03.130Z[ host-image] Aug 12 22:31:01.076 INFO O| Aug 12 22:31:01.076 INFO STEP 37 (ensure_symlink) COMPLETE
87962024-08-12T22:31:03.130Z[ host-image] Aug 12 22:31:01.076 INFO O| Aug 12 22:31:01.076 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87972024-08-12T22:31:03.137Z[ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
87982024-08-12T22:31:03.140Z[ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
87992024-08-12T22:31:03.140Z[ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88002024-08-12T22:31:03.140Z[ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88012024-08-12T22:31:03.140Z[ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88022024-08-12T22:31:03.140Z[ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88032024-08-12T22:31:03.140Z[ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO ok!
88042024-08-12T22:31:03.140Z[ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO STEP 38 (ensure_file) COMPLETE
88052024-08-12T22:31:03.140Z[ host-image] Aug 12 22:31:01.086 INFO O| Aug 12 22:31:01.086 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88062024-08-12T22:31:03.148Z[ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88072024-08-12T22:31:03.148Z[ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 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 ...
88082024-08-12T22:31:03.150Z[ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 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
88092024-08-12T22:31:03.150Z[ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88102024-08-12T22:31:03.150Z[ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 INFO ok!
88112024-08-12T22:31:03.150Z[ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 INFO STEP 39 (ensure_file) COMPLETE
88122024-08-12T22:31:03.150Z[ host-image] Aug 12 22:31:01.097 INFO O| Aug 12 22:31:01.097 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88132024-08-12T22:31:03.158Z[ host-image] Aug 12 22:31:01.107 INFO O| Aug 12 22:31:01.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88142024-08-12T22:31:03.158Z[ host-image] Aug 12 22:31:01.107 INFO O| Aug 12 22:31:01.107 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88152024-08-12T22:31:03.158Z[ host-image] Aug 12 22:31:01.107 INFO O| Aug 12 22:31:01.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88162024-08-12T22:31:03.160Z[ host-image] Aug 12 22:31:01.107 INFO O| Aug 12 22:31:01.107 INFO ok!
88172024-08-12T22:31:03.160Z[ host-image] Aug 12 22:31:01.107 INFO O| Aug 12 22:31:01.107 INFO STEP 40 (ensure_file) COMPLETE
88182024-08-12T22:31:03.160Z[ host-image] Aug 12 22:31:01.107 INFO O| Aug 12 22:31:01.107 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88192024-08-12T22:31:03.167Z[ host-image] Aug 12 22:31:01.117 INFO O| Aug 12 22:31:01.117 INFO updating shadow file
88202024-08-12T22:31:03.170Z[ host-image] Aug 12 22:31:01.117 INFO O| Aug 12 22:31:01.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88212024-08-12T22:31:03.170Z[ host-image] Aug 12 22:31:01.117 INFO O| Aug 12 22:31:01.117 INFO STEP 41 (shadow) COMPLETE
88222024-08-12T22:31:03.170Z[ host-image] Aug 12 22:31:01.117 INFO O| Aug 12 22:31:01.117 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88232024-08-12T22:31:03.170Z[ recovery-image] Aug 12 22:31:01.118 INFO image complete! materials are in "/work/os-recovery"
88242024-08-12T22:31:03.173Z[ recovery-image]
88252024-08-12T22:31:03.173Z[ recovery-image] real 6:55.403741372
88262024-08-12T22:31:03.173Z[ recovery-image] user 4:41.933011108
88272024-08-12T22:31:03.173Z[ recovery-image] sys 1:03.135411632
88282024-08-12T22:31:03.173Z[ recovery-image] trap 0.232750976
88292024-08-12T22:31:03.173Z[ recovery-image] tflt 0.597703359
88302024-08-12T22:31:03.173Z[ recovery-image] dflt 1.775484815
88312024-08-12T22:31:03.173Z[ recovery-image] kflt 0.000009956
88322024-08-12T22:31:03.173Z[ recovery-image] lock 15:55.085577303
88332024-08-12T22:31:03.173Z[ recovery-image] slp 41:16.266508390
88342024-08-12T22:31:03.173Z[ recovery-image] lat 1:31.538343618
88352024-08-12T22:31:03.173Z[ recovery-image] stop 3.224822628
88362024-08-12T22:31:03.173ZAug 12 22:31:01.121 INFO [recovery-image] process exited with exit status: 0 (415.453977048s)
88372024-08-12T22:31:03.178Z[ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88382024-08-12T22:31:03.178Z[ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88392024-08-12T22:31:03.180Z[ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88402024-08-12T22:31:03.180Z[ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88412024-08-12T22:31:03.180Z[ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO ok!
88422024-08-12T22:31:03.180Z[ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO STEP 42 (ensure_file) COMPLETE
88432024-08-12T22:31:03.180Z[ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88442024-08-12T22:31:03.180Z[ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO skip step because feature "mfg" is not enabled
88452024-08-12T22:31:03.181Z[ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88462024-08-12T22:31:03.181Z[ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO skip step because feature "mfg" is not enabled
88472024-08-12T22:31:03.181Z[ host-image] Aug 12 22:31:01.127 INFO O| Aug 12 22:31:01.127 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88482024-08-12T22:31:03.188Z[ host-image] Aug 12 22:31:01.137 INFO O| Aug 12 22:31:01.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88492024-08-12T22:31:03.188Z[ host-image] Aug 12 22:31:01.137 INFO O| Aug 12 22:31:01.137 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88502024-08-12T22:31:03.823Z[ host-image] Aug 12 22:31:01.772 INFO O| Aug 12 22:31:01.772 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88512024-08-12T22:31:03.823Z[ host-image] Aug 12 22:31:01.772 INFO O| Aug 12 22:31:01.772 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88522024-08-12T22:31:03.823Z[ host-image] Aug 12 22:31:01.772 INFO O| Aug 12 22:31:01.772 INFO ok!
88532024-08-12T22:31:03.826Z[ host-image] Aug 12 22:31:01.772 INFO O| Aug 12 22:31:01.772 INFO STEP 45 (ensure_file) COMPLETE
88542024-08-12T22:31:03.826Z[ host-image] Aug 12 22:31:01.772 INFO O| Aug 12 22:31:01.772 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88552024-08-12T22:31:03.836Z[ host-image] Aug 12 22:31:01.784 INFO O| Aug 12 22:31:01.784 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88562024-08-12T22:31:03.838Z[ host-image] Aug 12 22:31:01.784 INFO O| Aug 12 22:31:01.784 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88572024-08-12T22:31:03.838Z[ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88582024-08-12T22:31:03.838Z[ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88592024-08-12T22:31:03.838Z[ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88602024-08-12T22:31:03.839Z[ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88612024-08-12T22:31:03.839Z[ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO ok!
88622024-08-12T22:31:03.839Z[ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO STEP 46 (ensure_file) COMPLETE
88632024-08-12T22:31:03.839Z[ host-image] Aug 12 22:31:01.785 INFO O| Aug 12 22:31:01.785 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88642024-08-12T22:31:03.847Z[ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88652024-08-12T22:31:03.847Z[ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 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 ...
88662024-08-12T22:31:03.850Z[ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 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
88672024-08-12T22:31:03.850Z[ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88682024-08-12T22:31:03.850Z[ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 INFO ok!
88692024-08-12T22:31:03.850Z[ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 INFO STEP 47 (ensure_file) COMPLETE
88702024-08-12T22:31:03.850Z[ host-image] Aug 12 22:31:01.796 INFO O| Aug 12 22:31:01.796 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88712024-08-12T22:31:03.858Z[ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
88722024-08-12T22:31:03.858Z[ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
88732024-08-12T22:31:03.862Z[ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88742024-08-12T22:31:03.862Z[ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88752024-08-12T22:31:03.862Z[ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88762024-08-12T22:31:03.862Z[ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88772024-08-12T22:31:03.862Z[ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO ok!
88782024-08-12T22:31:03.863Z[ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO STEP 48 (ensure_file) COMPLETE
88792024-08-12T22:31:03.863Z[ host-image] Aug 12 22:31:01.807 INFO O| Aug 12 22:31:01.807 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88802024-08-12T22:31:03.869Z[ host-image] Aug 12 22:31:01.817 INFO O| Aug 12 22:31:01.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
88812024-08-12T22:31:03.869Z[ host-image] Aug 12 22:31:01.817 INFO O| Aug 12 22:31:01.817 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 ...
88822024-08-12T22:31:03.871Z[ host-image] Aug 12 22:31:01.818 INFO O| Aug 12 22:31:01.818 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
88832024-08-12T22:31:03.871Z[ host-image] Aug 12 22:31:01.818 INFO O| Aug 12 22:31:01.818 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88842024-08-12T22:31:03.871Z[ host-image] Aug 12 22:31:01.818 INFO O| Aug 12 22:31:01.818 INFO ok!
88852024-08-12T22:31:03.872Z[ host-image] Aug 12 22:31:01.818 INFO O| Aug 12 22:31:01.818 INFO STEP 49 (ensure_file) COMPLETE
88862024-08-12T22:31:03.872Z[ host-image] Aug 12 22:31:01.818 INFO O| Aug 12 22:31:01.818 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88872024-08-12T22:31:03.878Z[ host-image] Aug 12 22:31:01.827 INFO O| Aug 12 22:31:01.827 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
88882024-08-12T22:31:03.878Z[ host-image] Aug 12 22:31:01.827 INFO O| Aug 12 22:31:01.827 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
88892024-08-12T22:31:03.881Z[ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88902024-08-12T22:31:03.881Z[ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88912024-08-12T22:31:03.881Z[ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88922024-08-12T22:31:03.881Z[ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88932024-08-12T22:31:03.881Z[ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO ok!
88942024-08-12T22:31:03.882Z[ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO STEP 50 (ensure_file) COMPLETE
88952024-08-12T22:31:03.882Z[ host-image] Aug 12 22:31:01.828 INFO O| Aug 12 22:31:01.828 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88962024-08-12T22:31:03.889Z[ host-image] Aug 12 22:31:01.837 INFO O| Aug 12 22:31:01.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
88972024-08-12T22:31:03.889Z[ host-image] Aug 12 22:31:01.837 INFO O| Aug 12 22:31:01.837 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 ...
88982024-08-12T22:31:03.892Z[ host-image] Aug 12 22:31:01.838 INFO O| Aug 12 22:31:01.838 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
88992024-08-12T22:31:03.892Z[ host-image] Aug 12 22:31:01.838 INFO O| Aug 12 22:31:01.838 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89002024-08-12T22:31:03.892Z[ host-image] Aug 12 22:31:01.838 INFO O| Aug 12 22:31:01.838 INFO ok!
89012024-08-12T22:31:03.892Z[ host-image] Aug 12 22:31:01.838 INFO O| Aug 12 22:31:01.838 INFO STEP 51 (ensure_file) COMPLETE
89022024-08-12T22:31:03.892Z[ host-image] Aug 12 22:31:01.838 INFO O| Aug 12 22:31:01.838 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89032024-08-12T22:31:03.899Z[ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89042024-08-12T22:31:03.899Z[ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 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 ...
89052024-08-12T22:31:03.902Z[ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 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
89062024-08-12T22:31:03.902Z[ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89072024-08-12T22:31:03.902Z[ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 INFO ok!
89082024-08-12T22:31:03.902Z[ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 INFO STEP 52 (ensure_file) COMPLETE
89092024-08-12T22:31:03.902Z[ host-image] Aug 12 22:31:01.848 INFO O| Aug 12 22:31:01.848 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89102024-08-12T22:31:03.910Z[ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89112024-08-12T22:31:03.910Z[ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 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 ...
89122024-08-12T22:31:03.913Z[ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 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
89132024-08-12T22:31:03.913Z[ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89142024-08-12T22:31:03.913Z[ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 INFO ok!
89152024-08-12T22:31:03.913Z[ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 INFO STEP 53 (ensure_file) COMPLETE
89162024-08-12T22:31:03.913Z[ host-image] Aug 12 22:31:01.859 INFO O| Aug 12 22:31:01.859 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89172024-08-12T22:31:03.921Z[ host-image] Aug 12 22:31:01.869 INFO O| Aug 12 22:31:01.869 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89182024-08-12T22:31:03.921Z[ host-image] Aug 12 22:31:01.870 INFO O| Aug 12 22:31:01.869 INFO STEP 54 (ensure_dir) COMPLETE
89192024-08-12T22:31:03.923Z[ host-image] Aug 12 22:31:01.870 INFO O| Aug 12 22:31:01.869 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89202024-08-12T22:31:03.931Z[ host-image] Aug 12 22:31:01.880 INFO O| Aug 12 22:31:01.880 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89212024-08-12T22:31:03.931Z[ host-image] Aug 12 22:31:01.880 INFO O| Aug 12 22:31:01.880 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89222024-08-12T22:31:03.934Z[ host-image] Aug 12 22:31:01.880 INFO O| Aug 12 22:31:01.880 INFO STEP 55 (ensure_dir) COMPLETE
89232024-08-12T22:31:03.934Z[ host-image] Aug 12 22:31:01.880 INFO O| Aug 12 22:31:01.880 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89242024-08-12T22:31:03.943Z[ host-image] Aug 12 22:31:01.890 INFO O| Aug 12 22:31:01.890 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89252024-08-12T22:31:03.943Z[ host-image] Aug 12 22:31:01.891 INFO O| Aug 12 22:31:01.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89262024-08-12T22:31:03.943Z[ host-image] Aug 12 22:31:01.891 INFO O| Aug 12 22:31:01.891 INFO STEP 56 (ensure_dir) COMPLETE
89272024-08-12T22:31:03.946Z[ host-image] Aug 12 22:31:01.891 INFO O| Aug 12 22:31:01.891 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89282024-08-12T22:31:03.954Z[ host-image] Aug 12 22:31:01.903 INFO O| Aug 12 22:31:01.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89292024-08-12T22:31:03.954Z[ host-image] Aug 12 22:31:01.903 INFO O| Aug 12 22:31:01.903 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89302024-08-12T22:31:03.969Z[ host-image] Aug 12 22:31:01.918 INFO O| Aug 12 22:31:01.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89312024-08-12T22:31:03.969Z[ host-image] Aug 12 22:31:01.918 INFO O| Aug 12 22:31:01.918 INFO ok!
89322024-08-12T22:31:03.972Z[ host-image] Aug 12 22:31:01.918 INFO O| Aug 12 22:31:01.918 INFO STEP 57 (ensure_file) COMPLETE
89332024-08-12T22:31:03.972Z[ host-image] Aug 12 22:31:01.918 INFO O| Aug 12 22:31:01.918 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89342024-08-12T22:31:03.981Z[ host-image] Aug 12 22:31:01.930 INFO O| Aug 12 22:31:01.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89352024-08-12T22:31:03.981Z[ host-image] Aug 12 22:31:01.930 INFO O| Aug 12 22:31:01.930 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89362024-08-12T22:31:05.076Z[ host-image] Aug 12 22:31:03.024 INFO O| Aug 12 22:31:03.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89372024-08-12T22:31:05.076Z[ host-image] Aug 12 22:31:03.024 INFO O| Aug 12 22:31:03.024 INFO ok!
89382024-08-12T22:31:05.079Z[ host-image] Aug 12 22:31:03.024 INFO O| Aug 12 22:31:03.024 INFO STEP 58 (ensure_file) COMPLETE
89392024-08-12T22:31:05.079Z[ host-image] Aug 12 22:31:03.024 INFO O| Aug 12 22:31:03.024 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89402024-08-12T22:31:05.088Z[ host-image] Aug 12 22:31:03.036 INFO O| Aug 12 22:31:03.036 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89412024-08-12T22:31:05.088Z[ host-image] Aug 12 22:31:03.036 INFO O| Aug 12 22:31:03.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89422024-08-12T22:31:05.088Z[ host-image] Aug 12 22:31:03.036 INFO O| Aug 12 22:31:03.036 INFO STEP 59 (ensure_dir) COMPLETE
89432024-08-12T22:31:05.088Z[ host-image] Aug 12 22:31:03.036 INFO O| Aug 12 22:31:03.036 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89442024-08-12T22:31:05.098Z[ host-image] Aug 12 22:31:03.046 INFO O| Aug 12 22:31:03.046 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89452024-08-12T22:31:05.098Z[ host-image] Aug 12 22:31:03.046 INFO O| Aug 12 22:31:03.046 INFO copying /tmp/.tmpqrCA2Y/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 ...
89462024-08-12T22:31:05.098Z[ host-image] Aug 12 22:31:03.047 INFO O| Aug 12 22:31:03.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89472024-08-12T22:31:05.101Z[ host-image] Aug 12 22:31:03.047 INFO O| Aug 12 22:31:03.047 INFO ok!
89482024-08-12T22:31:05.101Z[ host-image] Aug 12 22:31:03.047 INFO O| Aug 12 22:31:03.047 INFO STEP 60 (ensure_file) COMPLETE
89492024-08-12T22:31:05.101Z[ host-image] Aug 12 22:31:03.047 INFO O| Aug 12 22:31:03.047 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89502024-08-12T22:31:05.109Z[ host-image] Aug 12 22:31:03.057 INFO O| Aug 12 22:31:03.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89512024-08-12T22:31:05.109Z[ host-image] Aug 12 22:31:03.057 INFO O| Aug 12 22:31:03.057 INFO copying /tmp/.tmpqrCA2Y/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 ...
89522024-08-12T22:31:05.112Z[ host-image] Aug 12 22:31:03.057 INFO O| Aug 12 22:31:03.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89532024-08-12T22:31:05.112Z[ host-image] Aug 12 22:31:03.057 INFO O| Aug 12 22:31:03.057 INFO ok!
89542024-08-12T22:31:05.112Z[ host-image] Aug 12 22:31:03.057 INFO O| Aug 12 22:31:03.057 INFO STEP 61 (ensure_file) COMPLETE
89552024-08-12T22:31:05.112Z[ host-image] Aug 12 22:31:03.057 INFO O| Aug 12 22:31:03.057 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89562024-08-12T22:31:05.119Z[ host-image] Aug 12 22:31:03.067 INFO O| Aug 12 22:31:03.067 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89572024-08-12T22:31:05.119Z[ host-image] Aug 12 22:31:03.067 INFO O| Aug 12 22:31:03.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89582024-08-12T22:31:05.119Z[ host-image] Aug 12 22:31:03.067 INFO O| Aug 12 22:31:03.067 INFO STEP 62 (ensure_dir) COMPLETE
89592024-08-12T22:31:05.122Z[ host-image] Aug 12 22:31:03.067 INFO O| Aug 12 22:31:03.067 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89602024-08-12T22:31:05.128Z[ host-image] Aug 12 22:31:03.077 INFO O| Aug 12 22:31:03.077 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89612024-08-12T22:31:05.128Z[ host-image] Aug 12 22:31:03.077 INFO O| Aug 12 22:31:03.077 INFO copying /tmp/.tmpqrCA2Y/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 ...
89622024-08-12T22:31:05.131Z[ host-image] Aug 12 22:31:03.077 INFO O| Aug 12 22:31:03.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89632024-08-12T22:31:05.131Z[ host-image] Aug 12 22:31:03.077 INFO O| Aug 12 22:31:03.077 INFO ok!
89642024-08-12T22:31:05.131Z[ host-image] Aug 12 22:31:03.077 INFO O| Aug 12 22:31:03.077 INFO STEP 63 (ensure_file) COMPLETE
89652024-08-12T22:31:05.131Z[ host-image] Aug 12 22:31:03.077 INFO O| Aug 12 22:31:03.077 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89662024-08-12T22:31:05.138Z[ host-image] Aug 12 22:31:03.087 INFO O| Aug 12 22:31:03.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89672024-08-12T22:31:05.138Z[ host-image] Aug 12 22:31:03.087 INFO O| Aug 12 22:31:03.087 INFO copying /tmp/.tmpqrCA2Y/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 ...
89682024-08-12T22:31:05.138Z[ host-image] Aug 12 22:31:03.087 INFO O| Aug 12 22:31:03.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
89692024-08-12T22:31:05.141Z[ host-image] Aug 12 22:31:03.087 INFO O| Aug 12 22:31:03.087 INFO ok!
89702024-08-12T22:31:05.141Z[ host-image] Aug 12 22:31:03.087 INFO O| Aug 12 22:31:03.087 INFO STEP 64 (ensure_file) COMPLETE
89712024-08-12T22:31:05.141Z[ host-image] Aug 12 22:31:03.087 INFO O| Aug 12 22:31:03.087 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89722024-08-12T22:31:05.149Z[ host-image] Aug 12 22:31:03.098 INFO O| Aug 12 22:31:03.097 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89732024-08-12T22:31:05.149Z[ host-image] Aug 12 22:31:03.098 INFO O| Aug 12 22:31:03.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89742024-08-12T22:31:05.152Z[ host-image] Aug 12 22:31:03.098 INFO O| Aug 12 22:31:03.098 INFO STEP 65 (ensure_dir) COMPLETE
89752024-08-12T22:31:05.152Z[ host-image] Aug 12 22:31:03.098 INFO O| Aug 12 22:31:03.098 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89762024-08-12T22:31:05.160Z[ host-image] Aug 12 22:31:03.108 INFO O| Aug 12 22:31:03.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89772024-08-12T22:31:05.160Z[ host-image] Aug 12 22:31:03.108 INFO O| Aug 12 22:31:03.108 INFO copying /tmp/.tmpqrCA2Y/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 ...
89782024-08-12T22:31:05.163Z[ host-image] Aug 12 22:31:03.108 INFO O| Aug 12 22:31:03.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89792024-08-12T22:31:05.163Z[ host-image] Aug 12 22:31:03.108 INFO O| Aug 12 22:31:03.108 INFO ok!
89802024-08-12T22:31:05.163Z[ host-image] Aug 12 22:31:03.108 INFO O| Aug 12 22:31:03.108 INFO STEP 66 (ensure_file) COMPLETE
89812024-08-12T22:31:05.163Z[ host-image] Aug 12 22:31:03.108 INFO O| Aug 12 22:31:03.108 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89822024-08-12T22:31:05.171Z[ host-image] Aug 12 22:31:03.119 INFO O| Aug 12 22:31:03.119 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
89832024-08-12T22:31:05.171Z[ host-image] Aug 12 22:31:03.119 INFO O| Aug 12 22:31:03.119 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
89842024-08-12T22:31:05.174Z[ host-image] Aug 12 22:31:03.120 INFO O| Aug 12 22:31:03.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
89852024-08-12T22:31:05.174Z[ host-image] Aug 12 22:31:03.120 INFO O| Aug 12 22:31:03.119 INFO ok!
89862024-08-12T22:31:05.174Z[ host-image] Aug 12 22:31:03.120 INFO O| Aug 12 22:31:03.120 INFO STEP 67 (ensure_file) COMPLETE
89872024-08-12T22:31:05.174Z[ host-image] Aug 12 22:31:03.120 INFO O| Aug 12 22:31:03.120 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89882024-08-12T22:31:05.183Z[ host-image] Aug 12 22:31:03.131 INFO O| Aug 12 22:31:03.131 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89892024-08-12T22:31:05.183Z[ host-image] Aug 12 22:31:03.131 INFO O| Aug 12 22:31:03.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89902024-08-12T22:31:05.183Z[ host-image] Aug 12 22:31:03.131 INFO O| Aug 12 22:31:03.131 INFO STEP 68 (ensure_dir) COMPLETE
89912024-08-12T22:31:05.186Z[ host-image] Aug 12 22:31:03.131 INFO O| Aug 12 22:31:03.131 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89922024-08-12T22:31:05.193Z[ host-image] Aug 12 22:31:03.142 INFO O| Aug 12 22:31:03.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
89932024-08-12T22:31:05.194Z[ host-image] Aug 12 22:31:03.142 INFO O| Aug 12 22:31:03.142 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
89942024-08-12T22:31:05.739Z[ host-image] Aug 12 22:31:03.687 INFO O| Aug 12 22:31:03.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
89952024-08-12T22:31:05.739Z[ host-image] Aug 12 22:31:03.687 INFO O| Aug 12 22:31:03.687 INFO ok!
89962024-08-12T22:31:05.742Z[ host-image] Aug 12 22:31:03.687 INFO O| Aug 12 22:31:03.687 INFO STEP 69 (ensure_file) COMPLETE
89972024-08-12T22:31:05.742Z[ host-image] Aug 12 22:31:03.687 INFO O| Aug 12 22:31:03.687 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89982024-08-12T22:31:05.751Z[ host-image] Aug 12 22:31:03.699 INFO O| Aug 12 22:31:03.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
89992024-08-12T22:31:05.751Z[ host-image] Aug 12 22:31:03.699 INFO O| Aug 12 22:31:03.699 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90002024-08-12T22:31:07.178Z[ host-image] Aug 12 22:31:05.125 INFO O| Aug 12 22:31:05.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90012024-08-12T22:31:07.178Z[ host-image] Aug 12 22:31:05.125 INFO O| Aug 12 22:31:05.125 INFO ok!
90022024-08-12T22:31:07.182Z[ host-image] Aug 12 22:31:05.125 INFO O| Aug 12 22:31:05.125 INFO STEP 70 (ensure_file) COMPLETE
90032024-08-12T22:31:07.182Z[ host-image] Aug 12 22:31:05.125 INFO O| Aug 12 22:31:05.125 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90042024-08-12T22:31:07.190Z[ host-image] Aug 12 22:31:05.138 INFO O| Aug 12 22:31:05.138 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90052024-08-12T22:31:07.190Z[ host-image] Aug 12 22:31:05.138 INFO O| Aug 12 22:31:05.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90062024-08-12T22:31:07.193Z[ host-image] Aug 12 22:31:05.138 INFO O| Aug 12 22:31:05.138 INFO STEP 71 (ensure_dir) COMPLETE
90072024-08-12T22:31:07.193Z[ host-image] Aug 12 22:31:05.138 INFO O| Aug 12 22:31:05.138 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90082024-08-12T22:31:07.201Z[ host-image] Aug 12 22:31:05.149 INFO O| Aug 12 22:31:05.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90092024-08-12T22:31:07.201Z[ host-image] Aug 12 22:31:05.149 INFO O| Aug 12 22:31:05.149 INFO copying /tmp/.tmpqrCA2Y/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 ...
90102024-08-12T22:31:07.205Z[ host-image] Aug 12 22:31:05.149 INFO O| Aug 12 22:31:05.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90112024-08-12T22:31:07.205Z[ host-image] Aug 12 22:31:05.149 INFO O| Aug 12 22:31:05.149 INFO ok!
90122024-08-12T22:31:07.205Z[ host-image] Aug 12 22:31:05.149 INFO O| Aug 12 22:31:05.149 INFO STEP 72 (ensure_file) COMPLETE
90132024-08-12T22:31:07.205Z[ host-image] Aug 12 22:31:05.149 INFO O| Aug 12 22:31:05.149 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90142024-08-12T22:31:07.212Z[ host-image] Aug 12 22:31:05.160 INFO O| Aug 12 22:31:05.160 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90152024-08-12T22:31:07.212Z[ host-image] Aug 12 22:31:05.160 INFO O| Aug 12 22:31:05.160 INFO copying /tmp/.tmpqrCA2Y/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 ...
90162024-08-12T22:31:07.216Z[ host-image] Aug 12 22:31:05.160 INFO O| Aug 12 22:31:05.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90172024-08-12T22:31:07.216Z[ host-image] Aug 12 22:31:05.160 INFO O| Aug 12 22:31:05.160 INFO ok!
90182024-08-12T22:31:07.216Z[ host-image] Aug 12 22:31:05.160 INFO O| Aug 12 22:31:05.160 INFO STEP 73 (ensure_file) COMPLETE
90192024-08-12T22:31:07.216Z[ host-image] Aug 12 22:31:05.160 INFO O| Aug 12 22:31:05.160 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90202024-08-12T22:31:07.223Z[ host-image] Aug 12 22:31:05.171 INFO O| Aug 12 22:31:05.171 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90212024-08-12T22:31:07.223Z[ host-image] Aug 12 22:31:05.171 INFO O| Aug 12 22:31:05.171 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90222024-08-12T22:31:07.223Z[ host-image] Aug 12 22:31:05.171 INFO O| Aug 12 22:31:05.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90232024-08-12T22:31:07.226Z[ host-image] Aug 12 22:31:05.171 INFO O| Aug 12 22:31:05.171 INFO ok!
90242024-08-12T22:31:07.226Z[ host-image] Aug 12 22:31:05.171 INFO O| Aug 12 22:31:05.171 INFO STEP 74 (ensure_file) COMPLETE
90252024-08-12T22:31:07.226Z[ host-image] Aug 12 22:31:05.171 INFO O| Aug 12 22:31:05.171 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90262024-08-12T22:31:07.234Z[ host-image] Aug 12 22:31:05.181 INFO O| Aug 12 22:31:05.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90272024-08-12T22:31:07.234Z[ host-image] Aug 12 22:31:05.182 INFO O| Aug 12 22:31:05.181 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90282024-08-12T22:31:07.237Z[ host-image] Aug 12 22:31:05.182 INFO O| Aug 12 22:31:05.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90292024-08-12T22:31:07.237Z[ host-image] Aug 12 22:31:05.182 INFO O| Aug 12 22:31:05.182 INFO ok!
90302024-08-12T22:31:07.237Z[ host-image] Aug 12 22:31:05.182 INFO O| Aug 12 22:31:05.182 INFO STEP 75 (ensure_file) COMPLETE
90312024-08-12T22:31:07.237Z[ host-image] Aug 12 22:31:05.182 INFO O| Aug 12 22:31:05.182 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90322024-08-12T22:31:07.245Z[ host-image] Aug 12 22:31:05.192 INFO O| Aug 12 22:31:05.192 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90332024-08-12T22:31:07.245Z[ host-image] Aug 12 22:31:05.193 INFO O| Aug 12 22:31:05.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90342024-08-12T22:31:07.248Z[ host-image] Aug 12 22:31:05.193 INFO O| Aug 12 22:31:05.192 INFO STEP 76 (ensure_dir) COMPLETE
90352024-08-12T22:31:07.248Z[ host-image] Aug 12 22:31:05.193 INFO O| Aug 12 22:31:05.193 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90362024-08-12T22:31:07.255Z[ host-image] Aug 12 22:31:05.202 INFO O| Aug 12 22:31:05.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90372024-08-12T22:31:07.255Z[ host-image] Aug 12 22:31:05.203 INFO O| Aug 12 22:31:05.202 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90382024-08-12T22:31:07.725Z[ host-image] Aug 12 22:31:05.672 INFO O| Aug 12 22:31:05.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90392024-08-12T22:31:07.725Z[ host-image] Aug 12 22:31:05.672 INFO O| Aug 12 22:31:05.672 INFO ok!
90402024-08-12T22:31:07.725Z[ host-image] Aug 12 22:31:05.672 INFO O| Aug 12 22:31:05.672 INFO STEP 77 (ensure_file) COMPLETE
90412024-08-12T22:31:07.725Z[ host-image] Aug 12 22:31:05.672 INFO O| Aug 12 22:31:05.672 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90422024-08-12T22:31:07.736Z[ host-image] Aug 12 22:31:05.683 INFO O| Aug 12 22:31:05.683 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90432024-08-12T22:31:07.736Z[ host-image] Aug 12 22:31:05.683 INFO O| Aug 12 22:31:05.683 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90442024-08-12T22:31:07.736Z[ host-image] Aug 12 22:31:05.683 INFO O| Aug 12 22:31:05.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90452024-08-12T22:31:07.739Z[ host-image] Aug 12 22:31:05.683 INFO O| Aug 12 22:31:05.683 INFO ok!
90462024-08-12T22:31:07.739Z[ host-image] Aug 12 22:31:05.683 INFO O| Aug 12 22:31:05.683 INFO STEP 78 (ensure_file) COMPLETE
90472024-08-12T22:31:07.739Z[ host-image] Aug 12 22:31:05.684 INFO O| Aug 12 22:31:05.683 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90482024-08-12T22:31:07.746Z[ host-image] Aug 12 22:31:05.693 INFO O| Aug 12 22:31:05.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90492024-08-12T22:31:07.748Z[ host-image] Aug 12 22:31:05.693 INFO O| Aug 12 22:31:05.693 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90502024-08-12T22:31:08.304Z[ host-image] Aug 12 22:31:06.251 INFO O| Aug 12 22:31:06.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90512024-08-12T22:31:08.304Z[ host-image] Aug 12 22:31:06.251 INFO O| Aug 12 22:31:06.251 INFO ok!
90522024-08-12T22:31:08.304Z[ host-image] Aug 12 22:31:06.251 INFO O| Aug 12 22:31:06.251 INFO STEP 79 (ensure_file) COMPLETE
90532024-08-12T22:31:08.307Z[ host-image] Aug 12 22:31:06.251 INFO O| Aug 12 22:31:06.251 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90542024-08-12T22:31:08.317Z[ host-image] Aug 12 22:31:06.264 INFO O| Aug 12 22:31:06.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90552024-08-12T22:31:08.317Z[ host-image] Aug 12 22:31:06.264 INFO O| Aug 12 22:31:06.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90562024-08-12T22:31:08.317Z[ host-image] Aug 12 22:31:06.264 INFO O| Aug 12 22:31:06.264 INFO STEP 80 (ensure_dir) COMPLETE
90572024-08-12T22:31:08.319Z[ host-image] Aug 12 22:31:06.264 INFO O| Aug 12 22:31:06.264 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90582024-08-12T22:31:08.327Z[ host-image] Aug 12 22:31:06.274 INFO O| Aug 12 22:31:06.274 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90592024-08-12T22:31:08.327Z[ host-image] Aug 12 22:31:06.275 INFO O| Aug 12 22:31:06.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90602024-08-12T22:31:08.330Z[ host-image] Aug 12 22:31:06.275 INFO O| Aug 12 22:31:06.275 INFO STEP 81 (ensure_dir) COMPLETE
90612024-08-12T22:31:08.330Z[ host-image] Aug 12 22:31:06.275 INFO O| Aug 12 22:31:06.275 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90622024-08-12T22:31:08.340Z[ host-image] Aug 12 22:31:06.285 INFO O| Aug 12 22:31:06.285 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90632024-08-12T22:31:08.340Z[ host-image] Aug 12 22:31:06.286 INFO O| Aug 12 22:31:06.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90642024-08-12T22:31:08.340Z[ host-image] Aug 12 22:31:06.286 INFO O| Aug 12 22:31:06.286 INFO STEP 82 (ensure_dir) COMPLETE
90652024-08-12T22:31:08.340Z[ host-image] Aug 12 22:31:06.286 INFO O| Aug 12 22:31:06.286 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90662024-08-12T22:31:08.350Z[ host-image] Aug 12 22:31:06.297 INFO O| Aug 12 22:31:06.297 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90672024-08-12T22:31:08.353Z[ host-image] Aug 12 22:31:06.297 INFO O| Aug 12 22:31:06.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90682024-08-12T22:31:08.353Z[ host-image] Aug 12 22:31:06.298 INFO O| Aug 12 22:31:06.297 INFO STEP 83 (ensure_dir) COMPLETE
90692024-08-12T22:31:08.353Z[ host-image] Aug 12 22:31:06.298 INFO O| Aug 12 22:31:06.297 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90702024-08-12T22:31:08.361Z[ host-image] Aug 12 22:31:06.308 INFO O| Aug 12 22:31:06.308 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90712024-08-12T22:31:08.361Z[ host-image] Aug 12 22:31:06.308 INFO O| Aug 12 22:31:06.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90722024-08-12T22:31:08.363Z[ host-image] Aug 12 22:31:06.308 INFO O| Aug 12 22:31:06.308 INFO STEP 84 (ensure_dir) COMPLETE
90732024-08-12T22:31:08.363Z[ host-image] Aug 12 22:31:06.308 INFO O| Aug 12 22:31:06.308 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90742024-08-12T22:31:08.371Z[ host-image] Aug 12 22:31:06.319 INFO O| Aug 12 22:31:06.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
90752024-08-12T22:31:08.371Z[ host-image] Aug 12 22:31:06.319 INFO O| Aug 12 22:31:06.318 INFO copying /tmp/.tmpqrCA2Y/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 ...
90762024-08-12T22:31:08.375Z[ host-image] Aug 12 22:31:06.319 INFO O| Aug 12 22:31:06.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
90772024-08-12T22:31:08.375Z[ host-image] Aug 12 22:31:06.319 INFO O| Aug 12 22:31:06.319 INFO ok!
90782024-08-12T22:31:08.375Z[ host-image] Aug 12 22:31:06.319 INFO O| Aug 12 22:31:06.319 INFO STEP 85 (ensure_file) COMPLETE
90792024-08-12T22:31:08.375Z[ host-image] Aug 12 22:31:06.319 INFO O| Aug 12 22:31:06.319 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90802024-08-12T22:31:08.384Z[ host-image] Aug 12 22:31:06.331 INFO O| Aug 12 22:31:06.331 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90812024-08-12T22:31:08.384Z[ host-image] Aug 12 22:31:06.331 INFO O| Aug 12 22:31:06.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90822024-08-12T22:31:08.390Z[ host-image] Aug 12 22:31:06.331 INFO O| Aug 12 22:31:06.331 INFO STEP 86 (ensure_dir) COMPLETE
90832024-08-12T22:31:08.390Z[ host-image] Aug 12 22:31:06.331 INFO O| Aug 12 22:31:06.331 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90842024-08-12T22:31:08.396Z[ host-image] Aug 12 22:31:06.343 INFO O| Aug 12 22:31:06.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
90852024-08-12T22:31:08.396Z[ host-image] Aug 12 22:31:06.343 INFO O| Aug 12 22:31:06.343 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
90862024-08-12T22:31:08.400Z[ host-image] Aug 12 22:31:06.343 INFO O| Aug 12 22:31:06.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
90872024-08-12T22:31:08.400Z[ host-image] Aug 12 22:31:06.343 INFO O| Aug 12 22:31:06.343 INFO ok!
90882024-08-12T22:31:08.400Z[ host-image] Aug 12 22:31:06.343 INFO O| Aug 12 22:31:06.343 INFO STEP 87 (ensure_file) COMPLETE
90892024-08-12T22:31:08.400Z[ host-image] Aug 12 22:31:06.343 INFO O| Aug 12 22:31:06.343 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90902024-08-12T22:31:08.407Z[ host-image] Aug 12 22:31:06.354 INFO O| Aug 12 22:31:06.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
90912024-08-12T22:31:08.407Z[ host-image] Aug 12 22:31:06.354 INFO O| Aug 12 22:31:06.354 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
90922024-08-12T22:31:08.419Z[ host-image] Aug 12 22:31:06.366 INFO O| Aug 12 22:31:06.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
90932024-08-12T22:31:08.419Z[ host-image] Aug 12 22:31:06.366 INFO O| Aug 12 22:31:06.366 INFO ok!
90942024-08-12T22:31:08.422Z[ host-image] Aug 12 22:31:06.366 INFO O| Aug 12 22:31:06.366 INFO STEP 88 (ensure_file) COMPLETE
90952024-08-12T22:31:08.422Z[ host-image] Aug 12 22:31:06.366 INFO O| Aug 12 22:31:06.366 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90962024-08-12T22:31:08.432Z[ host-image] Aug 12 22:31:06.379 INFO O| Aug 12 22:31:06.379 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
90972024-08-12T22:31:08.434Z[ host-image] Aug 12 22:31:06.379 INFO O| Aug 12 22:31:06.379 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
90982024-08-12T22:31:08.918Z[ host-image] Aug 12 22:31:06.865 INFO O| Aug 12 22:31:06.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
90992024-08-12T22:31:08.918Z[ host-image] Aug 12 22:31:06.865 INFO O| Aug 12 22:31:06.865 INFO ok!
91002024-08-12T22:31:08.921Z[ host-image] Aug 12 22:31:06.865 INFO O| Aug 12 22:31:06.865 INFO STEP 89 (ensure_file) COMPLETE
91012024-08-12T22:31:08.921Z[ host-image] Aug 12 22:31:06.865 INFO O| Aug 12 22:31:06.865 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91022024-08-12T22:31:08.934Z[ host-image] Aug 12 22:31:06.880 INFO O| Aug 12 22:31:06.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91032024-08-12T22:31:08.934Z[ host-image] Aug 12 22:31:06.881 INFO O| Aug 12 22:31:06.880 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91042024-08-12T22:31:08.936Z[ host-image] Aug 12 22:31:06.881 INFO O| Aug 12 22:31:06.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91052024-08-12T22:31:08.936Z[ host-image] Aug 12 22:31:06.881 INFO O| Aug 12 22:31:06.881 INFO ok!
91062024-08-12T22:31:08.936Z[ host-image] Aug 12 22:31:06.881 INFO O| Aug 12 22:31:06.881 INFO STEP 90 (ensure_file) COMPLETE
91072024-08-12T22:31:08.936Z[ host-image] Aug 12 22:31:06.881 INFO O| Aug 12 22:31:06.881 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91082024-08-12T22:31:08.946Z[ host-image] Aug 12 22:31:06.893 INFO O| Aug 12 22:31:06.893 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91092024-08-12T22:31:08.946Z[ host-image] Aug 12 22:31:06.893 INFO O| Aug 12 22:31:06.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91102024-08-12T22:31:08.946Z[ host-image] Aug 12 22:31:06.893 INFO O| Aug 12 22:31:06.893 INFO STEP 91 (ensure_dir) COMPLETE
91112024-08-12T22:31:08.946Z[ host-image] Aug 12 22:31:06.893 INFO O| Aug 12 22:31:06.893 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91122024-08-12T22:31:08.958Z[ host-image] Aug 12 22:31:06.905 INFO O| Aug 12 22:31:06.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91132024-08-12T22:31:08.958Z[ host-image] Aug 12 22:31:06.905 INFO O| Aug 12 22:31:06.905 INFO copying /tmp/.tmpqrCA2Y/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 ...
91142024-08-12T22:31:08.961Z[ host-image] Aug 12 22:31:06.905 INFO O| Aug 12 22:31:06.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91152024-08-12T22:31:08.961Z[ host-image] Aug 12 22:31:06.905 INFO O| Aug 12 22:31:06.905 INFO ok!
91162024-08-12T22:31:08.961Z[ host-image] Aug 12 22:31:06.905 INFO O| Aug 12 22:31:06.905 INFO STEP 92 (ensure_file) COMPLETE
91172024-08-12T22:31:08.961Z[ host-image] Aug 12 22:31:06.905 INFO O| Aug 12 22:31:06.905 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91182024-08-12T22:31:08.969Z[ host-image] Aug 12 22:31:06.916 INFO O| Aug 12 22:31:06.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91192024-08-12T22:31:08.969Z[ host-image] Aug 12 22:31:06.916 INFO O| Aug 12 22:31:06.916 INFO copying /tmp/.tmpqrCA2Y/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 ...
91202024-08-12T22:31:08.969Z[ host-image] Aug 12 22:31:06.916 INFO O| Aug 12 22:31:06.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91212024-08-12T22:31:08.969Z[ host-image] Aug 12 22:31:06.916 INFO O| Aug 12 22:31:06.916 INFO ok!
91222024-08-12T22:31:08.972Z[ host-image] Aug 12 22:31:06.916 INFO O| Aug 12 22:31:06.916 INFO STEP 93 (ensure_file) COMPLETE
91232024-08-12T22:31:08.972Z[ host-image] Aug 12 22:31:06.916 INFO O| Aug 12 22:31:06.916 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91242024-08-12T22:31:08.979Z[ host-image] Aug 12 22:31:06.926 INFO O| Aug 12 22:31:06.926 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91252024-08-12T22:31:08.979Z[ host-image] Aug 12 22:31:06.926 INFO O| Aug 12 22:31:06.926 INFO copying /tmp/.tmpqrCA2Y/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 ...
91262024-08-12T22:31:08.982Z[ host-image] Aug 12 22:31:06.926 INFO O| Aug 12 22:31:06.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91272024-08-12T22:31:08.982Z[ host-image] Aug 12 22:31:06.926 INFO O| Aug 12 22:31:06.926 INFO ok!
91282024-08-12T22:31:08.982Z[ host-image] Aug 12 22:31:06.926 INFO O| Aug 12 22:31:06.926 INFO STEP 94 (ensure_file) COMPLETE
91292024-08-12T22:31:08.982Z[ host-image] Aug 12 22:31:06.926 INFO O| Aug 12 22:31:06.926 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91302024-08-12T22:31:08.989Z[ host-image] Aug 12 22:31:06.936 INFO O| Aug 12 22:31:06.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91312024-08-12T22:31:08.989Z[ host-image] Aug 12 22:31:06.936 INFO O| Aug 12 22:31:06.936 INFO copying /tmp/.tmpqrCA2Y/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 ...
91322024-08-12T22:31:08.992Z[ host-image] Aug 12 22:31:06.936 INFO O| Aug 12 22:31:06.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91332024-08-12T22:31:08.992Z[ host-image] Aug 12 22:31:06.936 INFO O| Aug 12 22:31:06.936 INFO ok!
91342024-08-12T22:31:08.992Z[ host-image] Aug 12 22:31:06.936 INFO O| Aug 12 22:31:06.936 INFO STEP 95 (ensure_file) COMPLETE
91352024-08-12T22:31:08.992Z[ host-image] Aug 12 22:31:06.936 INFO O| Aug 12 22:31:06.936 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91362024-08-12T22:31:08.999Z[ host-image] Aug 12 22:31:06.946 INFO O| Aug 12 22:31:06.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91372024-08-12T22:31:08.999Z[ host-image] Aug 12 22:31:06.946 INFO O| Aug 12 22:31:06.946 INFO copying /tmp/.tmpqrCA2Y/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 ...
91382024-08-12T22:31:09.003Z[ host-image] Aug 12 22:31:06.946 INFO O| Aug 12 22:31:06.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91392024-08-12T22:31:09.003Z[ host-image] Aug 12 22:31:06.946 INFO O| Aug 12 22:31:06.946 INFO ok!
91402024-08-12T22:31:09.003Z[ host-image] Aug 12 22:31:06.946 INFO O| Aug 12 22:31:06.946 INFO STEP 96 (ensure_file) COMPLETE
91412024-08-12T22:31:09.003Z[ host-image] Aug 12 22:31:06.946 INFO O| Aug 12 22:31:06.946 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91422024-08-12T22:31:09.010Z[ host-image] Aug 12 22:31:06.957 INFO O| Aug 12 22:31:06.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91432024-08-12T22:31:09.010Z[ host-image] Aug 12 22:31:06.957 INFO O| Aug 12 22:31:06.957 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91442024-08-12T22:31:09.012Z[ host-image] Aug 12 22:31:06.957 INFO O| Aug 12 22:31:06.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91452024-08-12T22:31:09.012Z[ host-image] Aug 12 22:31:06.957 INFO O| Aug 12 22:31:06.957 INFO ok!
91462024-08-12T22:31:09.013Z[ host-image] Aug 12 22:31:06.957 INFO O| Aug 12 22:31:06.957 INFO STEP 97 (ensure_file) COMPLETE
91472024-08-12T22:31:09.013Z[ host-image] Aug 12 22:31:06.957 INFO O| Aug 12 22:31:06.957 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91482024-08-12T22:31:09.021Z[ host-image] Aug 12 22:31:06.967 INFO O| Aug 12 22:31:06.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91492024-08-12T22:31:09.021Z[ host-image] Aug 12 22:31:06.967 INFO O| Aug 12 22:31:06.967 INFO copying /tmp/.tmpqrCA2Y/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 ...
91502024-08-12T22:31:09.023Z[ host-image] Aug 12 22:31:06.968 INFO O| Aug 12 22:31:06.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91512024-08-12T22:31:09.023Z[ host-image] Aug 12 22:31:06.968 INFO O| Aug 12 22:31:06.968 INFO ok!
91522024-08-12T22:31:09.023Z[ host-image] Aug 12 22:31:06.968 INFO O| Aug 12 22:31:06.968 INFO STEP 98 (ensure_file) COMPLETE
91532024-08-12T22:31:09.023Z[ host-image] Aug 12 22:31:06.968 INFO O| Aug 12 22:31:06.968 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91542024-08-12T22:31:09.032Z[ host-image] Aug 12 22:31:06.979 INFO O| Aug 12 22:31:06.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
91552024-08-12T22:31:09.032Z[ host-image] Aug 12 22:31:06.979 INFO O| Aug 12 22:31:06.979 INFO copying /tmp/.tmpqrCA2Y/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 ...
91562024-08-12T22:31:09.035Z[ host-image] Aug 12 22:31:06.979 INFO O| Aug 12 22:31:06.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
91572024-08-12T22:31:09.035Z[ host-image] Aug 12 22:31:06.979 INFO O| Aug 12 22:31:06.979 INFO ok!
91582024-08-12T22:31:09.035Z[ host-image] Aug 12 22:31:06.979 INFO O| Aug 12 22:31:06.979 INFO STEP 99 (ensure_file) COMPLETE
91592024-08-12T22:31:09.035Z[ host-image] Aug 12 22:31:06.979 INFO O| Aug 12 22:31:06.979 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91602024-08-12T22:31:09.043Z[ host-image] Aug 12 22:31:06.990 INFO O| Aug 12 22:31:06.990 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
91612024-08-12T22:31:09.043Z[ host-image] Aug 12 22:31:06.990 INFO O| Aug 12 22:31:06.990 INFO copying /tmp/.tmpqrCA2Y/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 ...
91622024-08-12T22:31:09.046Z[ host-image] Aug 12 22:31:06.990 INFO O| Aug 12 22:31:06.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
91632024-08-12T22:31:09.046Z[ host-image] Aug 12 22:31:06.990 INFO O| Aug 12 22:31:06.990 INFO ok!
91642024-08-12T22:31:09.046Z[ host-image] Aug 12 22:31:06.990 INFO O| Aug 12 22:31:06.990 INFO STEP 100 (ensure_file) COMPLETE
91652024-08-12T22:31:09.046Z[ host-image] Aug 12 22:31:06.990 INFO O| Aug 12 22:31:06.990 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91662024-08-12T22:31:09.054Z[ host-image] Aug 12 22:31:07.001 INFO O| Aug 12 22:31:07.000 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
91672024-08-12T22:31:09.054Z[ host-image] Aug 12 22:31:07.001 INFO O| Aug 12 22:31:07.001 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
91682024-08-12T22:31:09.056Z[ host-image] Aug 12 22:31:07.001 INFO O| Aug 12 22:31:07.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
91692024-08-12T22:31:09.056Z[ host-image] Aug 12 22:31:07.001 INFO O| Aug 12 22:31:07.001 INFO ok!
91702024-08-12T22:31:09.056Z[ host-image] Aug 12 22:31:07.001 INFO O| Aug 12 22:31:07.001 INFO STEP 101 (ensure_file) COMPLETE
91712024-08-12T22:31:09.057Z[ host-image] Aug 12 22:31:07.001 INFO O| Aug 12 22:31:07.001 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91722024-08-12T22:31:09.065Z[ host-image] Aug 12 22:31:07.012 INFO O| Aug 12 22:31:07.012 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
91732024-08-12T22:31:09.065Z[ host-image] Aug 12 22:31:07.012 INFO O| Aug 12 22:31:07.012 INFO copying /tmp/.tmpqrCA2Y/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 ...
91742024-08-12T22:31:09.068Z[ host-image] Aug 12 22:31:07.012 INFO O| Aug 12 22:31:07.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
91752024-08-12T22:31:09.068Z[ host-image] Aug 12 22:31:07.012 INFO O| Aug 12 22:31:07.012 INFO ok!
91762024-08-12T22:31:09.068Z[ host-image] Aug 12 22:31:07.012 INFO O| Aug 12 22:31:07.012 INFO STEP 102 (ensure_file) COMPLETE
91772024-08-12T22:31:09.068Z[ host-image] Aug 12 22:31:07.012 INFO O| Aug 12 22:31:07.012 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91782024-08-12T22:31:09.076Z[ host-image] Aug 12 22:31:07.023 INFO O| Aug 12 22:31:07.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
91792024-08-12T22:31:09.080Z[ host-image] Aug 12 22:31:07.023 INFO O| Aug 12 22:31:07.023 INFO copying /tmp/.tmpqrCA2Y/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 ...
91802024-08-12T22:31:09.080Z[ host-image] Aug 12 22:31:07.023 INFO O| Aug 12 22:31:07.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
91812024-08-12T22:31:09.080Z[ host-image] Aug 12 22:31:07.023 INFO O| Aug 12 22:31:07.023 INFO ok!
91822024-08-12T22:31:09.080Z[ host-image] Aug 12 22:31:07.023 INFO O| Aug 12 22:31:07.023 INFO STEP 103 (ensure_file) COMPLETE
91832024-08-12T22:31:09.080Z[ host-image] Aug 12 22:31:07.023 INFO O| Aug 12 22:31:07.023 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91842024-08-12T22:31:09.087Z[ host-image] Aug 12 22:31:07.034 INFO O| Aug 12 22:31:07.034 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
91852024-08-12T22:31:09.087Z[ host-image] Aug 12 22:31:07.034 INFO O| Aug 12 22:31:07.034 INFO copying /tmp/.tmpqrCA2Y/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 ...
91862024-08-12T22:31:09.090Z[ host-image] Aug 12 22:31:07.034 INFO O| Aug 12 22:31:07.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
91872024-08-12T22:31:09.090Z[ host-image] Aug 12 22:31:07.034 INFO O| Aug 12 22:31:07.034 INFO ok!
91882024-08-12T22:31:09.090Z[ host-image] Aug 12 22:31:07.034 INFO O| Aug 12 22:31:07.034 INFO STEP 104 (ensure_file) COMPLETE
91892024-08-12T22:31:09.090Z[ host-image] Aug 12 22:31:07.034 INFO O| Aug 12 22:31:07.034 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91902024-08-12T22:31:09.098Z[ host-image] Aug 12 22:31:07.045 INFO O| Aug 12 22:31:07.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
91912024-08-12T22:31:09.098Z[ host-image] Aug 12 22:31:07.045 INFO O| Aug 12 22:31:07.045 INFO copying /tmp/.tmpqrCA2Y/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 ...
91922024-08-12T22:31:09.101Z[ host-image] Aug 12 22:31:07.045 INFO O| Aug 12 22:31:07.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
91932024-08-12T22:31:09.101Z[ host-image] Aug 12 22:31:07.045 INFO O| Aug 12 22:31:07.045 INFO ok!
91942024-08-12T22:31:09.101Z[ host-image] Aug 12 22:31:07.045 INFO O| Aug 12 22:31:07.045 INFO STEP 105 (ensure_file) COMPLETE
91952024-08-12T22:31:09.101Z[ host-image] Aug 12 22:31:07.045 INFO O| Aug 12 22:31:07.045 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91962024-08-12T22:31:09.109Z[ host-image] Aug 12 22:31:07.055 INFO O| Aug 12 22:31:07.055 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
91972024-08-12T22:31:09.109Z[ host-image] Aug 12 22:31:07.055 INFO O| Aug 12 22:31:07.055 INFO copying /tmp/.tmpqrCA2Y/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 ...
91982024-08-12T22:31:09.111Z[ host-image] Aug 12 22:31:07.055 INFO O| Aug 12 22:31:07.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
91992024-08-12T22:31:09.111Z[ host-image] Aug 12 22:31:07.055 INFO O| Aug 12 22:31:07.055 INFO ok!
92002024-08-12T22:31:09.111Z[ host-image] Aug 12 22:31:07.056 INFO O| Aug 12 22:31:07.055 INFO STEP 106 (ensure_file) COMPLETE
92012024-08-12T22:31:09.111Z[ host-image] Aug 12 22:31:07.056 INFO O| Aug 12 22:31:07.055 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92022024-08-12T22:31:09.120Z[ host-image] Aug 12 22:31:07.067 INFO O| Aug 12 22:31:07.067 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92032024-08-12T22:31:09.121Z[ host-image] Aug 12 22:31:07.067 INFO O| Aug 12 22:31:07.067 INFO copying /tmp/.tmpqrCA2Y/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 ...
92042024-08-12T22:31:09.123Z[ host-image] Aug 12 22:31:07.067 INFO O| Aug 12 22:31:07.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92052024-08-12T22:31:09.123Z[ host-image] Aug 12 22:31:07.067 INFO O| Aug 12 22:31:07.067 INFO ok!
92062024-08-12T22:31:09.123Z[ host-image] Aug 12 22:31:07.067 INFO O| Aug 12 22:31:07.067 INFO STEP 107 (ensure_file) COMPLETE
92072024-08-12T22:31:09.123Z[ host-image] Aug 12 22:31:07.067 INFO O| Aug 12 22:31:07.067 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92082024-08-12T22:31:09.133Z[ host-image] Aug 12 22:31:07.080 INFO O| Aug 12 22:31:07.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92092024-08-12T22:31:09.133Z[ host-image] Aug 12 22:31:07.080 INFO O| Aug 12 22:31:07.080 INFO copying /tmp/.tmpqrCA2Y/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 ...
92102024-08-12T22:31:09.136Z[ host-image] Aug 12 22:31:07.080 INFO O| Aug 12 22:31:07.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92112024-08-12T22:31:09.136Z[ host-image] Aug 12 22:31:07.080 INFO O| Aug 12 22:31:07.080 INFO ok!
92122024-08-12T22:31:09.136Z[ host-image] Aug 12 22:31:07.080 INFO O| Aug 12 22:31:07.080 INFO STEP 108 (ensure_file) COMPLETE
92132024-08-12T22:31:09.136Z[ host-image] Aug 12 22:31:07.080 INFO O| Aug 12 22:31:07.080 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-08-12T22:31:09.145Z[ host-image] Aug 12 22:31:07.092 INFO O| Aug 12 22:31:07.092 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92152024-08-12T22:31:09.145Z[ host-image] Aug 12 22:31:07.092 INFO O| Aug 12 22:31:07.092 INFO copying /tmp/.tmpqrCA2Y/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 ...
92162024-08-12T22:31:09.146Z[ host-image] Aug 12 22:31:07.092 INFO O| Aug 12 22:31:07.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92172024-08-12T22:31:09.148Z[ host-image] Aug 12 22:31:07.092 INFO O| Aug 12 22:31:07.092 INFO ok!
92182024-08-12T22:31:09.148Z[ host-image] Aug 12 22:31:07.092 INFO O| Aug 12 22:31:07.092 INFO STEP 109 (ensure_file) COMPLETE
92192024-08-12T22:31:09.148Z[ host-image] Aug 12 22:31:07.092 INFO O| Aug 12 22:31:07.092 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-08-12T22:31:09.160Z[ host-image] Aug 12 22:31:07.106 INFO O| Aug 12 22:31:07.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92212024-08-12T22:31:09.160Z[ host-image] Aug 12 22:31:07.106 INFO O| Aug 12 22:31:07.106 INFO copying /tmp/.tmpqrCA2Y/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 ...
92222024-08-12T22:31:09.163Z[ host-image] Aug 12 22:31:07.107 INFO O| Aug 12 22:31:07.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92232024-08-12T22:31:09.163Z[ host-image] Aug 12 22:31:07.107 INFO O| Aug 12 22:31:07.107 INFO ok!
92242024-08-12T22:31:09.163Z[ host-image] Aug 12 22:31:07.107 INFO O| Aug 12 22:31:07.107 INFO STEP 110 (ensure_file) COMPLETE
92252024-08-12T22:31:09.163Z[ host-image] Aug 12 22:31:07.107 INFO O| Aug 12 22:31:07.107 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-08-12T22:31:09.173Z[ host-image] Aug 12 22:31:07.119 INFO O| Aug 12 22:31:07.119 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92272024-08-12T22:31:09.175Z[ host-image] Aug 12 22:31:07.119 INFO O| Aug 12 22:31:07.119 INFO copying /tmp/.tmpqrCA2Y/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 ...
92282024-08-12T22:31:09.175Z[ host-image] Aug 12 22:31:07.120 INFO O| Aug 12 22:31:07.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92292024-08-12T22:31:09.175Z[ host-image] Aug 12 22:31:07.120 INFO O| Aug 12 22:31:07.120 INFO ok!
92302024-08-12T22:31:09.175Z[ host-image] Aug 12 22:31:07.120 INFO O| Aug 12 22:31:07.120 INFO STEP 111 (ensure_file) COMPLETE
92312024-08-12T22:31:09.175Z[ host-image] Aug 12 22:31:07.120 INFO O| Aug 12 22:31:07.120 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92322024-08-12T22:31:09.183Z[ host-image] Aug 12 22:31:07.130 INFO O| Aug 12 22:31:07.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92332024-08-12T22:31:09.184Z[ host-image] Aug 12 22:31:07.130 INFO O| Aug 12 22:31:07.130 INFO copying /tmp/.tmpqrCA2Y/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 ...
92342024-08-12T22:31:09.186Z[ host-image] Aug 12 22:31:07.131 INFO O| Aug 12 22:31:07.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92352024-08-12T22:31:09.186Z[ host-image] Aug 12 22:31:07.131 INFO O| Aug 12 22:31:07.131 INFO ok!
92362024-08-12T22:31:09.186Z[ host-image] Aug 12 22:31:07.131 INFO O| Aug 12 22:31:07.131 INFO STEP 112 (ensure_file) COMPLETE
92372024-08-12T22:31:09.186Z[ host-image] Aug 12 22:31:07.131 INFO O| Aug 12 22:31:07.131 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92382024-08-12T22:31:09.194Z[ host-image] Aug 12 22:31:07.141 INFO O| Aug 12 22:31:07.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92392024-08-12T22:31:09.196Z[ host-image] Aug 12 22:31:07.141 INFO O| Aug 12 22:31:07.141 INFO copying /tmp/.tmpqrCA2Y/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 ...
92402024-08-12T22:31:09.196Z[ host-image] Aug 12 22:31:07.141 INFO O| Aug 12 22:31:07.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92412024-08-12T22:31:09.196Z[ host-image] Aug 12 22:31:07.141 INFO O| Aug 12 22:31:07.141 INFO ok!
92422024-08-12T22:31:09.196Z[ host-image] Aug 12 22:31:07.141 INFO O| Aug 12 22:31:07.141 INFO STEP 113 (ensure_file) COMPLETE
92432024-08-12T22:31:09.196Z[ host-image] Aug 12 22:31:07.141 INFO O| Aug 12 22:31:07.141 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92442024-08-12T22:31:09.204Z[ host-image] Aug 12 22:31:07.151 INFO O| Aug 12 22:31:07.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92452024-08-12T22:31:09.204Z[ host-image] Aug 12 22:31:07.151 INFO O| Aug 12 22:31:07.151 INFO copying /tmp/.tmpqrCA2Y/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 ...
92462024-08-12T22:31:09.206Z[ host-image] Aug 12 22:31:07.151 INFO O| Aug 12 22:31:07.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92472024-08-12T22:31:09.207Z[ host-image] Aug 12 22:31:07.151 INFO O| Aug 12 22:31:07.151 INFO ok!
92482024-08-12T22:31:09.207Z[ host-image] Aug 12 22:31:07.151 INFO O| Aug 12 22:31:07.151 INFO STEP 114 (ensure_file) COMPLETE
92492024-08-12T22:31:09.207Z[ host-image] Aug 12 22:31:07.151 INFO O| Aug 12 22:31:07.151 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92502024-08-12T22:31:09.214Z[ host-image] Aug 12 22:31:07.161 INFO O| Aug 12 22:31:07.161 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92512024-08-12T22:31:09.214Z[ host-image] Aug 12 22:31:07.161 INFO O| Aug 12 22:31:07.161 INFO copying /tmp/.tmpqrCA2Y/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 ...
92522024-08-12T22:31:09.217Z[ host-image] Aug 12 22:31:07.161 INFO O| Aug 12 22:31:07.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92532024-08-12T22:31:09.217Z[ host-image] Aug 12 22:31:07.161 INFO O| Aug 12 22:31:07.161 INFO ok!
92542024-08-12T22:31:09.217Z[ host-image] Aug 12 22:31:07.161 INFO O| Aug 12 22:31:07.161 INFO STEP 115 (ensure_file) COMPLETE
92552024-08-12T22:31:09.217Z[ host-image] Aug 12 22:31:07.161 INFO O| Aug 12 22:31:07.161 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92562024-08-12T22:31:09.225Z[ host-image] Aug 12 22:31:07.172 INFO O| Aug 12 22:31:07.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
92572024-08-12T22:31:09.225Z[ host-image] Aug 12 22:31:07.172 INFO O| Aug 12 22:31:07.172 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
92582024-08-12T22:31:09.228Z[ host-image] Aug 12 22:31:07.172 INFO O| Aug 12 22:31:07.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
92592024-08-12T22:31:09.228Z[ host-image] Aug 12 22:31:07.172 INFO O| Aug 12 22:31:07.172 INFO ok!
92602024-08-12T22:31:09.228Z[ host-image] Aug 12 22:31:07.172 INFO O| Aug 12 22:31:07.172 INFO STEP 116 (ensure_file) COMPLETE
92612024-08-12T22:31:09.228Z[ host-image] Aug 12 22:31:07.172 INFO O| Aug 12 22:31:07.172 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92622024-08-12T22:31:09.237Z[ host-image] Aug 12 22:31:07.184 INFO O| Aug 12 22:31:07.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
92632024-08-12T22:31:09.237Z[ host-image] Aug 12 22:31:07.184 INFO O| Aug 12 22:31:07.184 INFO copying /tmp/.tmpqrCA2Y/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 ...
92642024-08-12T22:31:09.240Z[ host-image] Aug 12 22:31:07.184 INFO O| Aug 12 22:31:07.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
92652024-08-12T22:31:09.240Z[ host-image] Aug 12 22:31:07.184 INFO O| Aug 12 22:31:07.184 INFO ok!
92662024-08-12T22:31:09.240Z[ host-image] Aug 12 22:31:07.184 INFO O| Aug 12 22:31:07.184 INFO STEP 117 (ensure_file) COMPLETE
92672024-08-12T22:31:09.240Z[ host-image] Aug 12 22:31:07.184 INFO O| Aug 12 22:31:07.184 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-08-12T22:31:09.250Z[ host-image] Aug 12 22:31:07.196 INFO O| Aug 12 22:31:07.196 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
92692024-08-12T22:31:09.250Z[ host-image] Aug 12 22:31:07.196 INFO O| Aug 12 22:31:07.196 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
92702024-08-12T22:31:09.252Z[ host-image] Aug 12 22:31:07.197 INFO O| Aug 12 22:31:07.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
92712024-08-12T22:31:09.252Z[ host-image] Aug 12 22:31:07.197 INFO O| Aug 12 22:31:07.197 INFO ok!
92722024-08-12T22:31:09.252Z[ host-image] Aug 12 22:31:07.197 INFO O| Aug 12 22:31:07.197 INFO STEP 118 (ensure_file) COMPLETE
92732024-08-12T22:31:09.252Z[ host-image] Aug 12 22:31:07.197 INFO O| Aug 12 22:31:07.197 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92742024-08-12T22:31:09.260Z[ host-image] Aug 12 22:31:07.207 INFO O| Aug 12 22:31:07.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
92752024-08-12T22:31:09.260Z[ host-image] Aug 12 22:31:07.207 INFO O| Aug 12 22:31:07.207 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
92762024-08-12T22:31:12.476Z[ host-image] Aug 12 22:31:10.421 INFO O| Aug 12 22:31:10.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
92772024-08-12T22:31:12.476Z[ host-image] Aug 12 22:31:10.421 INFO O| Aug 12 22:31:10.421 INFO ok!
92782024-08-12T22:31:12.479Z[ host-image] Aug 12 22:31:10.421 INFO O| Aug 12 22:31:10.421 INFO STEP 119 (ensure_file) COMPLETE
92792024-08-12T22:31:12.479Z[ host-image] Aug 12 22:31:10.421 INFO O| Aug 12 22:31:10.421 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92802024-08-12T22:31:12.488Z[ host-image] Aug 12 22:31:10.434 INFO O| Aug 12 22:31:10.434 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
92812024-08-12T22:31:12.488Z[ host-image] Aug 12 22:31:10.434 INFO O| Aug 12 22:31:10.434 INFO STEP 120 (ensure_dir) COMPLETE
92822024-08-12T22:31:12.491Z[ host-image] Aug 12 22:31:10.434 INFO O| Aug 12 22:31:10.434 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-08-12T22:31:12.498Z[ host-image] Aug 12 22:31:10.444 INFO O| Aug 12 22:31:10.444 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
92842024-08-12T22:31:12.498Z[ host-image] Aug 12 22:31:10.444 INFO O| Aug 12 22:31:10.444 INFO STEP 121 (ensure_dir) COMPLETE
92852024-08-12T22:31:12.501Z[ host-image] Aug 12 22:31:10.444 INFO O| Aug 12 22:31:10.444 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-08-12T22:31:12.508Z[ host-image] Aug 12 22:31:10.454 INFO O| Aug 12 22:31:10.454 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
92872024-08-12T22:31:12.508Z[ host-image] Aug 12 22:31:10.454 INFO O| Aug 12 22:31:10.454 INFO STEP 122 (ensure_dir) COMPLETE
92882024-08-12T22:31:12.508Z[ host-image] Aug 12 22:31:10.454 INFO O| Aug 12 22:31:10.454 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-08-12T22:31:12.519Z[ host-image] Aug 12 22:31:10.464 INFO O| Aug 12 22:31:10.464 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
92902024-08-12T22:31:12.519Z[ host-image] Aug 12 22:31:10.464 INFO O| Aug 12 22:31:10.464 INFO STEP 123 (ensure_dir) COMPLETE
92912024-08-12T22:31:12.519Z[ host-image] Aug 12 22:31:10.464 INFO O| Aug 12 22:31:10.464 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92922024-08-12T22:31:12.528Z[ host-image] Aug 12 22:31:10.474 INFO O| Aug 12 22:31:10.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
92932024-08-12T22:31:12.529Z[ host-image] Aug 12 22:31:10.474 INFO O| Aug 12 22:31:10.474 INFO copying /tmp/.tmpqrCA2Y/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 ...
92942024-08-12T22:31:12.531Z[ host-image] Aug 12 22:31:10.474 INFO O| Aug 12 22:31:10.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
92952024-08-12T22:31:12.531Z[ host-image] Aug 12 22:31:10.474 INFO O| Aug 12 22:31:10.474 INFO ok!
92962024-08-12T22:31:12.531Z[ host-image] Aug 12 22:31:10.474 INFO O| Aug 12 22:31:10.474 INFO STEP 124 (ensure_file) COMPLETE
92972024-08-12T22:31:12.531Z[ host-image] Aug 12 22:31:10.474 INFO O| Aug 12 22:31:10.474 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92982024-08-12T22:31:12.540Z[ host-image] Aug 12 22:31:10.485 INFO O| Aug 12 22:31:10.485 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92992024-08-12T22:31:12.540Z[ host-image] Aug 12 22:31:10.485 INFO O| Aug 12 22:31:10.485 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93002024-08-12T22:31:12.543Z[ host-image] Aug 12 22:31:10.485 INFO O| Aug 12 22:31:10.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93012024-08-12T22:31:12.543Z[ host-image] Aug 12 22:31:10.485 INFO O| Aug 12 22:31:10.485 INFO STEP 125 (ensure_dir) COMPLETE
93022024-08-12T22:31:12.543Z[ host-image] Aug 12 22:31:10.486 INFO O| Aug 12 22:31:10.485 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032024-08-12T22:31:12.551Z[ host-image] Aug 12 22:31:10.497 INFO O| Aug 12 22:31:10.496 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93042024-08-12T22:31:12.551Z[ host-image] Aug 12 22:31:10.497 INFO O| Aug 12 22:31:10.497 INFO copying /tmp/.tmpqrCA2Y/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93052024-08-12T22:31:12.554Z[ host-image] Aug 12 22:31:10.497 INFO O| Aug 12 22:31:10.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93062024-08-12T22:31:12.554Z[ host-image] Aug 12 22:31:10.497 INFO O| Aug 12 22:31:10.497 INFO ok!
93072024-08-12T22:31:12.554Z[ host-image] Aug 12 22:31:10.497 INFO O| Aug 12 22:31:10.497 INFO STEP 126 (ensure_file) COMPLETE
93082024-08-12T22:31:12.554Z[ host-image] Aug 12 22:31:10.497 INFO O| Aug 12 22:31:10.497 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93092024-08-12T22:31:12.562Z[ host-image] Aug 12 22:31:10.507 INFO O| Aug 12 22:31:10.507 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93102024-08-12T22:31:12.565Z[ host-image] Aug 12 22:31:10.508 INFO O| Aug 12 22:31:10.508 INFO STEP 127 (remove_files) COMPLETE
93112024-08-12T22:31:12.565Z[ host-image] Aug 12 22:31:10.508 INFO O| Aug 12 22:31:10.508 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93122024-08-12T22:31:12.573Z[ host-image] Aug 12 22:31:10.518 INFO O| Aug 12 22:31:10.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93132024-08-12T22:31:12.575Z[ host-image] Aug 12 22:31:10.518 INFO O| Aug 12 22:31:10.518 INFO STEP 128 (remove_files) COMPLETE
93142024-08-12T22:31:12.575Z[ host-image] Aug 12 22:31:10.518 INFO O| Aug 12 22:31:10.518 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93152024-08-12T22:31:12.583Z[ host-image] Aug 12 22:31:10.529 INFO O| Aug 12 22:31:10.529 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93162024-08-12T22:31:12.586Z[ host-image] Aug 12 22:31:10.529 INFO O| Aug 12 22:31:10.529 INFO STEP 129 (remove_files) COMPLETE
93172024-08-12T22:31:12.586Z[ host-image] Aug 12 22:31:10.529 INFO O| Aug 12 22:31:10.529 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93182024-08-12T22:31:12.595Z[ host-image] Aug 12 22:31:10.539 INFO O| Aug 12 22:31:10.539 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93192024-08-12T22:31:12.598Z[ host-image] Aug 12 22:31:10.540 INFO O| Aug 12 22:31:10.540 INFO STEP 130 (remove_files) COMPLETE
93202024-08-12T22:31:12.598Z[ host-image] Aug 12 22:31:10.540 INFO O| Aug 12 22:31:10.540 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93212024-08-12T22:31:12.604Z[ host-image] Aug 12 22:31:10.549 INFO O| Aug 12 22:31:10.549 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93222024-08-12T22:31:12.607Z[ host-image] Aug 12 22:31:10.550 INFO O| Aug 12 22:31:10.550 INFO STEP 131 (remove_files) COMPLETE
93232024-08-12T22:31:12.607Z[ host-image] Aug 12 22:31:10.550 INFO O| Aug 12 22:31:10.550 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93242024-08-12T22:31:12.614Z[ host-image] Aug 12 22:31:10.560 INFO O| Aug 12 22:31:10.560 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93252024-08-12T22:31:12.617Z[ host-image] Aug 12 22:31:10.560 INFO O| Aug 12 22:31:10.560 INFO STEP 132 (remove_files) COMPLETE
93262024-08-12T22:31:12.617Z[ host-image] Aug 12 22:31:10.560 INFO O| Aug 12 22:31:10.560 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93272024-08-12T22:31:12.625Z[ host-image] Aug 12 22:31:10.570 INFO O| Aug 12 22:31:10.570 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93282024-08-12T22:31:12.625Z[ host-image] Aug 12 22:31:10.570 INFO O| Aug 12 22:31:10.570 INFO STEP 133 (remove_files) COMPLETE
93292024-08-12T22:31:12.627Z[ host-image] Aug 12 22:31:10.570 INFO O| Aug 12 22:31:10.570 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93302024-08-12T22:31:12.635Z[ host-image] Aug 12 22:31:10.580 INFO O| Aug 12 22:31:10.580 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93312024-08-12T22:31:12.635Z[ host-image] Aug 12 22:31:10.580 INFO O| Aug 12 22:31:10.580 INFO STEP 134 (remove_files) COMPLETE
93322024-08-12T22:31:12.635Z[ host-image] Aug 12 22:31:10.580 INFO O| Aug 12 22:31:10.580 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93332024-08-12T22:31:12.645Z[ host-image] Aug 12 22:31:10.590 INFO O| Aug 12 22:31:10.590 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93342024-08-12T22:31:12.645Z[ host-image] Aug 12 22:31:10.590 INFO O| Aug 12 22:31:10.590 INFO STEP 135 (remove_files) COMPLETE
93352024-08-12T22:31:12.647Z[ host-image] Aug 12 22:31:10.590 INFO O| Aug 12 22:31:10.590 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93362024-08-12T22:31:12.655Z[ host-image] Aug 12 22:31:10.601 INFO O| Aug 12 22:31:10.601 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93372024-08-12T22:31:12.655Z[ host-image] Aug 12 22:31:10.601 INFO O| Aug 12 22:31:10.601 INFO STEP 136 (remove_files) COMPLETE
93382024-08-12T22:31:12.658Z[ host-image] Aug 12 22:31:10.601 INFO O| Aug 12 22:31:10.601 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93392024-08-12T22:31:12.666Z[ host-image] Aug 12 22:31:10.611 INFO O| Aug 12 22:31:10.611 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93402024-08-12T22:31:12.666Z[ host-image] Aug 12 22:31:10.611 INFO O| Aug 12 22:31:10.611 INFO STEP 137 (remove_files) COMPLETE
93412024-08-12T22:31:12.668Z[ host-image] Aug 12 22:31:10.611 INFO O| Aug 12 22:31:10.611 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93422024-08-12T22:31:12.676Z[ host-image] Aug 12 22:31:10.622 INFO O| Aug 12 22:31:10.622 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93432024-08-12T22:31:12.676Z[ host-image] Aug 12 22:31:10.622 INFO O| Aug 12 22:31:10.622 INFO STEP 138 (remove_files) COMPLETE
93442024-08-12T22:31:12.679Z[ host-image] Aug 12 22:31:10.622 INFO O| Aug 12 22:31:10.622 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93452024-08-12T22:31:12.687Z[ host-image] Aug 12 22:31:10.633 INFO O| Aug 12 22:31:10.632 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93462024-08-12T22:31:12.687Z[ host-image] Aug 12 22:31:10.633 INFO O| Aug 12 22:31:10.633 INFO STEP 139 (remove_files) COMPLETE
93472024-08-12T22:31:12.687Z[ host-image] Aug 12 22:31:10.633 INFO O| Aug 12 22:31:10.633 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93482024-08-12T22:31:12.697Z[ host-image] Aug 12 22:31:10.643 INFO O| Aug 12 22:31:10.643 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93492024-08-12T22:31:12.700Z[ host-image] Aug 12 22:31:10.643 INFO O| Aug 12 22:31:10.643 INFO STEP 140 (remove_files) COMPLETE
93502024-08-12T22:31:12.700Z[ host-image] Aug 12 22:31:10.643 INFO O| Aug 12 22:31:10.643 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93512024-08-12T22:31:12.708Z[ host-image] Aug 12 22:31:10.653 INFO O| Aug 12 22:31:10.653 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93522024-08-12T22:31:12.708Z[ host-image] Aug 12 22:31:10.653 INFO O| Aug 12 22:31:10.653 INFO STEP 141 (remove_files) COMPLETE
93532024-08-12T22:31:12.708Z[ host-image] Aug 12 22:31:10.653 INFO O| Aug 12 22:31:10.653 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93542024-08-12T22:31:12.718Z[ host-image] Aug 12 22:31:10.663 INFO O| Aug 12 22:31:10.663 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93552024-08-12T22:31:12.718Z[ host-image] Aug 12 22:31:10.663 INFO O| Aug 12 22:31:10.663 INFO STEP 142 (remove_files) COMPLETE
93562024-08-12T22:31:12.718Z[ host-image] Aug 12 22:31:10.663 INFO O| Aug 12 22:31:10.663 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93572024-08-12T22:31:12.728Z[ host-image] Aug 12 22:31:10.673 INFO O| Aug 12 22:31:10.673 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
93582024-08-12T22:31:12.729Z[ host-image] Aug 12 22:31:10.673 INFO O| Aug 12 22:31:10.673 INFO STEP 143 (remove_files) COMPLETE
93592024-08-12T22:31:12.731Z[ host-image] Aug 12 22:31:10.673 INFO O| Aug 12 22:31:10.673 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93602024-08-12T22:31:12.738Z[ host-image] Aug 12 22:31:10.683 INFO O| Aug 12 22:31:10.683 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
93612024-08-12T22:31:12.738Z[ host-image] Aug 12 22:31:10.683 INFO O| Aug 12 22:31:10.683 INFO STEP 144 (remove_files) COMPLETE
93622024-08-12T22:31:12.738Z[ host-image] Aug 12 22:31:10.683 INFO O| Aug 12 22:31:10.683 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93632024-08-12T22:31:12.749Z[ host-image] Aug 12 22:31:10.694 INFO O| Aug 12 22:31:10.694 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
93642024-08-12T22:31:12.749Z[ host-image] Aug 12 22:31:10.694 INFO O| Aug 12 22:31:10.694 INFO STEP 145 (remove_files) COMPLETE
93652024-08-12T22:31:12.752Z[ host-image] Aug 12 22:31:10.694 INFO O| Aug 12 22:31:10.694 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93662024-08-12T22:31:12.759Z[ host-image] Aug 12 22:31:10.704 INFO O| Aug 12 22:31:10.704 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
93672024-08-12T22:31:12.761Z[ host-image] Aug 12 22:31:10.704 INFO O| Aug 12 22:31:10.704 INFO STEP 146 (remove_files) COMPLETE
93682024-08-12T22:31:12.761Z[ host-image] Aug 12 22:31:10.704 INFO O| Aug 12 22:31:10.704 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93692024-08-12T22:31:12.770Z[ host-image] Aug 12 22:31:10.715 INFO O| Aug 12 22:31:10.715 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93702024-08-12T22:31:12.770Z[ host-image] Aug 12 22:31:10.715 INFO O| Aug 12 22:31:10.715 INFO STEP 147 (remove_files) COMPLETE
93712024-08-12T22:31:12.770Z[ host-image] Aug 12 22:31:10.715 INFO O| Aug 12 22:31:10.715 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93722024-08-12T22:31:12.780Z[ host-image] Aug 12 22:31:10.725 INFO O| Aug 12 22:31:10.725 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
93732024-08-12T22:31:12.784Z[ host-image] Aug 12 22:31:10.725 INFO O| Aug 12 22:31:10.725 INFO STEP 148 (remove_files) COMPLETE
93742024-08-12T22:31:12.785Z[ host-image] Aug 12 22:31:10.725 INFO O| Aug 12 22:31:10.725 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93752024-08-12T22:31:12.791Z[ host-image] Aug 12 22:31:10.736 INFO O| Aug 12 22:31:10.736 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93762024-08-12T22:31:12.791Z[ host-image] Aug 12 22:31:10.736 INFO O| Aug 12 22:31:10.736 INFO STEP 149 (remove_files) COMPLETE
93772024-08-12T22:31:12.793Z[ host-image] Aug 12 22:31:10.736 INFO O| Aug 12 22:31:10.736 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93782024-08-12T22:31:12.802Z[ host-image] Aug 12 22:31:10.747 INFO O| Aug 12 22:31:10.747 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
93792024-08-12T22:31:12.802Z[ host-image] Aug 12 22:31:10.747 INFO O| Aug 12 22:31:10.747 INFO STEP 150 (remove_files) COMPLETE
93802024-08-12T22:31:12.802Z[ host-image] Aug 12 22:31:10.747 INFO O| Aug 12 22:31:10.747 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93812024-08-12T22:31:12.815Z[ host-image] Aug 12 22:31:10.758 INFO O| Aug 12 22:31:10.758 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
93822024-08-12T22:31:12.815Z[ host-image] Aug 12 22:31:10.758 INFO O| Aug 12 22:31:10.758 INFO STEP 151 (remove_files) COMPLETE
93832024-08-12T22:31:12.815Z[ host-image] Aug 12 22:31:10.758 INFO O| Aug 12 22:31:10.758 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93842024-08-12T22:31:12.822Z[ host-image] Aug 12 22:31:10.767 INFO O| Aug 12 22:31:10.767 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
93852024-08-12T22:31:12.822Z[ host-image] Aug 12 22:31:10.768 INFO O| Aug 12 22:31:10.768 INFO STEP 152 (remove_files) COMPLETE
93862024-08-12T22:31:12.825Z[ host-image] Aug 12 22:31:10.768 INFO O| Aug 12 22:31:10.768 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93872024-08-12T22:31:12.832Z[ host-image] Aug 12 22:31:10.777 INFO O| Aug 12 22:31:10.777 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
93882024-08-12T22:31:12.832Z[ host-image] Aug 12 22:31:10.777 INFO O| Aug 12 22:31:10.777 INFO STEP 153 (remove_files) COMPLETE
93892024-08-12T22:31:12.835Z[ host-image] Aug 12 22:31:10.777 INFO O| Aug 12 22:31:10.777 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93902024-08-12T22:31:12.842Z[ host-image] Aug 12 22:31:10.787 INFO O| Aug 12 22:31:10.787 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
93912024-08-12T22:31:12.842Z[ host-image] Aug 12 22:31:10.788 INFO O| Aug 12 22:31:10.787 INFO STEP 154 (remove_files) COMPLETE
93922024-08-12T22:31:12.842Z[ host-image] Aug 12 22:31:10.788 INFO O| Aug 12 22:31:10.788 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93932024-08-12T22:31:12.853Z[ host-image] Aug 12 22:31:10.797 INFO O| Aug 12 22:31:10.797 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
93942024-08-12T22:31:12.853Z[ host-image] Aug 12 22:31:10.797 INFO O| Aug 12 22:31:10.797 INFO STEP 155 (remove_files) COMPLETE
93952024-08-12T22:31:12.853Z[ host-image] Aug 12 22:31:10.797 INFO O| Aug 12 22:31:10.797 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93962024-08-12T22:31:12.867Z[ host-image] Aug 12 22:31:10.812 INFO O| Aug 12 22:31:10.812 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
93972024-08-12T22:31:12.870Z[ host-image] Aug 12 22:31:10.812 INFO O| Aug 12 22:31:10.812 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_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", "SVCCFG_CHECKHASH": "1"}
93982024-08-12T22:31:18.835Z[ host-image] Aug 12 22:31:16.778 INFO O| Aug 12 22:31:16.778 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
93992024-08-12T22:31:18.835Z[ host-image] Aug 12 22:31:16.778 INFO O| Aug 12 22:31:16.778 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94002024-08-12T22:31:18.850Z[ host-image] Aug 12 22:31:16.792 INFO O| Aug 12 22:31:16.792 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
94012024-08-12T22:31:18.933Z[ host-image] Aug 12 22:31:16.875 INFO O| Aug 12 22:31:16.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94022024-08-12T22:31:18.933Z[ host-image] Aug 12 22:31:16.875 INFO O| Aug 12 22:31:16.875 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94032024-08-12T22:31:18.935Z[ host-image] Aug 12 22:31:16.877 INFO O| Aug 12 22:31:16.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94042024-08-12T22:31:18.935Z[ host-image] Aug 12 22:31:16.877 INFO O| Aug 12 22:31:16.877 INFO ok!
94052024-08-12T22:31:18.935Z[ host-image] Aug 12 22:31:16.877 INFO O| Aug 12 22:31:16.877 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94062024-08-12T22:31:18.935Z[ host-image] Aug 12 22:31:16.878 INFO O| Aug 12 22:31:16.877 INFO STEP 156 (seed_smf) COMPLETE
94072024-08-12T22:31:18.935Z[ host-image] Aug 12 22:31:16.878 INFO O| Aug 12 22:31:16.878 INFO steps complete; finalising image!
94082024-08-12T22:31:18.935Z[ host-image] Aug 12 22:31:16.878 INFO O| Aug 12 22:31:16.878 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94092024-08-12T22:31:19.076Z[ host-image] Aug 12 22:31:17.019 INFO O| Aug 12 22:31:17.019 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Mon Aug 12 22:31:16 2024)
94102024-08-12T22:31:19.301Z[ host-image] Aug 12 22:31:17.244 INFO O| Aug 12 22:31:17.244 INFO temporary pool has 663M used, 169M avail, 1.88x compressratio
94112024-08-12T22:31:19.301Z[ host-image] Aug 12 22:31:17.244 INFO O| Aug 12 22:31:17.244 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94122024-08-12T22:31:19.614Z[ host-image] Aug 12 22:31:17.557 INFO O| Aug 12 22:31:17.556 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94132024-08-12T22:31:19.614Z[ host-image] Aug 12 22:31:17.557 INFO O| Aug 12 22:31:17.557 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94142024-08-12T22:31:20.708Z[ host-image] Aug 12 22:31:18.650 INFO O| Aug 12 22:31:18.650 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94152024-08-12T22:31:20.708Z[ host-image] Aug 12 22:31:18.650 INFO O| Aug 12 22:31:18.650 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94162024-08-12T22:31:20.710Z[ host-image] Aug 12 22:31:18.650 INFO O| Aug 12 22:31:18.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94172024-08-12T22:31:20.710Z[ host-image] Aug 12 22:31:18.650 INFO O| Aug 12 22:31:18.650 INFO completed processing gimlet/zfs
94182024-08-12T22:31:20.711Z[ host-image] Aug 12 22:31:18.650 INFO O| Aug 12 22:31:18.650 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94192024-08-12T22:31:27.235Z[ host-image] Aug 12 22:31:25.175 INFO O| Aug 12 22:31:25.175 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94202024-08-12T22:31:27.322Z[ host-image] Aug 12 22:31:25.262 INFO BUILD STRING "heads/stlouis-0-gb0de91687b\n"
94212024-08-12T22:31:27.323Z[ host-image] Aug 12 22:31:25.262 INFO expanded image name: "ci 75bedab/${os_short_commit} 2024-08-12 22:03" -> "ci 75bedab/b0de916 2024-08-12 22:03"
94222024-08-12T22:31:27.327Z[ host-image] Aug 12 22:31:25.262 INFO output artefacts stored in: "/work/os-host"
94232024-08-12T22:31:27.327Z[ host-image] Aug 12 22:31:25.262 INFO collecting git info from project "chelsio-t6-roms"...
94242024-08-12T22:31:27.329Z[ host-image] Aug 12 22:31:25.268 INFO collecting git info from project "pilot"...
94252024-08-12T22:31:27.334Z[ host-image] Aug 12 22:31:25.274 INFO collecting git info from project "bootserver"...
94262024-08-12T22:31:27.339Z[ host-image] Aug 12 22:31:25.279 INFO collecting git info from project "amd-firmware"...
94272024-08-12T22:31:27.349Z[ host-image] Aug 12 22:31:25.289 INFO collecting git info from project "image-builder"...
94282024-08-12T22:31:27.354Z[ host-image] Aug 12 22:31:25.294 INFO collecting git info from project "phbl"...
94292024-08-12T22:31:27.359Z[ host-image] Aug 12 22:31:25.299 INFO collecting git info from project "pinprick"...
94302024-08-12T22:31:27.368Z[ host-image] Aug 12 22:31:25.304 INFO collecting git info from project "amd-host-image-builder"...
94312024-08-12T22:31:27.378Z[ host-image] Aug 12 22:31:25.318 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94322024-08-12T22:31:27.756Z[ host-image] Aug 12 22:31:25.696 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94332024-08-12T22:31:28.133Z[ host-image] Aug 12 22:31:26.072 INFO creating Oxide boot image...
94342024-08-12T22:31:28.133Z[ host-image] Aug 12 22:31:26.072 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 75bedab/b0de916 2024-08-12 22:03", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94352024-08-12T22:31:29.076Z[ host-image] Aug 12 22:31:27.014 INFO O| ok, image written!
94362024-08-12T22:31:29.076Z[ host-image] Aug 12 22:31:27.014 INFO O| ok, boot_image_csum file written!
94372024-08-12T22:31:29.079Z[ host-image] Aug 12 22:31:27.017 INFO creating boot archive (CPIO)...
94382024-08-12T22:31:29.079Z[ host-image] Aug 12 22:31:27.017 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
94392024-08-12T22:31:29.086Z[ host-image] Aug 12 22:31:27.025 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94402024-08-12T22:31:29.086Z[ host-image] Aug 12 22:31:27.025 INFO E| + outfile=/work/os-host/cpio
94412024-08-12T22:31:29.090Z[ host-image] Aug 12 22:31:27.025 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94422024-08-12T22:31:29.090Z[ host-image] Aug 12 22:31:27.027 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94432024-08-12T22:31:29.090Z[ host-image] Aug 12 22:31:27.027 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94442024-08-12T22:31:29.124Z[ host-image] Aug 12 22:31:27.063 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94452024-08-12T22:31:29.124Z[ host-image] Aug 12 22:31:27.063 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94462024-08-12T22:31:29.134Z[ host-image] Aug 12 22:31:27.073 INFO creating compressed cpio/unix for nanobl-rs...
94472024-08-12T22:31:29.134Z[ host-image] Aug 12 22:31:27.073 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
94482024-08-12T22:31:29.430Z[ host-image] Aug 12 22:31:27.368 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94492024-08-12T22:31:33.825Z[ host-image] Aug 12 22:31:31.762 INFO creating reset image...
94502024-08-12T22:31:33.828Z[ host-image] Aug 12 22:31:31.762 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94512024-08-12T22:31:33.920Z[ host-image] Aug 12 22:31:31.857 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
94522024-08-12T22:31:33.924Z[ host-image] Aug 12 22:31:31.858 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
94532024-08-12T22:31:33.997Z[ host-image] Aug 12 22:31:31.934 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94542024-08-12T22:31:36.382Z[ host-image] Aug 12 22:31:34.318 INFO E| Finished `release` profile [optimized] target(s) in 2.44s
94552024-08-12T22:31:36.397Z[ host-image] Aug 12 22:31:34.332 INFO building host image...
94562024-08-12T22:31:36.400Z[ host-image] Aug 12 22:31:34.332 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")
94572024-08-12T22:31:36.861Z[ host-image] Aug 12 22:31:34.796 INFO finishing image archive at "/work/os-host/os.tar.gz"...
94582024-08-12T22:32:23.593Z[ host-image] Aug 12 22:32:21.510 INFO image complete! materials are in "/work/os-host"
94592024-08-12T22:32:23.595Z[ host-image]
94602024-08-12T22:32:23.595Z[ host-image] real 8:28.983026275
94612024-08-12T22:32:23.598Z[ host-image] user 4:02.932467127
94622024-08-12T22:32:23.598Z[ host-image] sys 51.144624867
94632024-08-12T22:32:23.598Z[ host-image] trap 0.141228057
94642024-08-12T22:32:23.598Z[ host-image] tflt 0.017577244
94652024-08-12T22:32:23.598Z[ host-image] dflt 0.021585876
94662024-08-12T22:32:23.598Z[ host-image] kflt 0.000013654
94672024-08-12T22:32:23.598Z[ host-image] lock 9:00.510264894
94682024-08-12T22:32:23.598Z[ host-image] slp 46:07.377701177
94692024-08-12T22:32:23.598Z[ host-image] lat 1:09.397346793
94702024-08-12T22:32:23.598ZAug 12 22:32:21.514 INFO [host-image] process exited with exit status: 0 (508.995132854s)
94712024-08-12T22:32:23.598Z[ host-image] stop 0.772562683
94722024-08-12T22:32:23.599ZAug 12 22:32:21.514 INFO [tuf-repo] running task
94732024-08-12T22:32:30.751ZAug 12 22:32:28.666 INFO assembling repository in `/tmp/tufaceousuWZfEo`, component: OmicronRepoAssembler
94742024-08-12T22:32:35.588ZAug 12 22:32:33.501 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
94752024-08-12T22:32:35.818ZAug 12 22:32:33.730 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
94762024-08-12T22:32:47.567ZAug 12 22:32:45.471 INFO [tuf-repo] task succeeded (23.957002772s)
94772024-08-12T22:32:47.567ZAug 12 22:32:45.471 INFO all jobs completed in 1745.411293515s
94782024-08-12T22:32:48.179Zprocess exited: duration 2297132 ms, exit code 0
 
94792024-08-12T22:32:48.192Zfound 33 output files
94802024-08-12T22:32:48.192Zuploading: /work/manifest.toml (8404 bytes)
94812024-08-12T22:32:49.202Zuploaded: /work/manifest.toml
94822024-08-12T22:32:49.203Zuploading: /work/repo.zip (1764624226 bytes)
94832024-08-12T22:33:23.318Zuploaded: /work/repo.zip
94842024-08-12T22:33:23.318Zuploading: /work/repo.zip.sha256.txt (65 bytes)
94852024-08-12T22:33:24.336Zuploaded: /work/repo.zip.sha256.txt
94862024-08-12T22:33:24.337Zuploading: /work/helios-setup.log (51621 bytes)
94872024-08-12T22:33:25.352Zuploaded: /work/helios-setup.log
94882024-08-12T22:33:25.352Zuploading: /work/host-image.log (194624 bytes)
94892024-08-12T22:33:26.377Zuploaded: /work/host-image.log
94902024-08-12T22:33:26.377Zuploading: /work/host-package.log (18070 bytes)
94912024-08-12T22:33:27.389Zuploaded: /work/host-package.log
94922024-08-12T22:33:27.389Zuploading: /work/host-target.log (101 bytes)
94932024-08-12T22:33:28.399Zuploaded: /work/host-target.log
94942024-08-12T22:33:28.401Zuploading: /work/omicron-package.log (4572 bytes)
94952024-08-12T22:33:29.408Zuploaded: /work/omicron-package.log
94962024-08-12T22:33:29.408Zuploading: /work/phbl-toolchain.log (881 bytes)
94972024-08-12T22:33:30.417Zuploaded: /work/phbl-toolchain.log
94982024-08-12T22:33:30.417Zuploading: /work/recovery-image.log (591374 bytes)
94992024-08-12T22:33:31.454Zuploaded: /work/recovery-image.log
95002024-08-12T22:33:31.454Zuploading: /work/recovery-package.log (282 bytes)
95012024-08-12T22:33:32.465Zuploaded: /work/recovery-package.log
95022024-08-12T22:33:32.465Zuploading: /work/recovery-target.log (98 bytes)
95032024-08-12T22:33:33.474Zuploaded: /work/recovery-target.log
95042024-08-12T22:33:33.474Zuploading: /work/stamp-clickhouse.log (117 bytes)
95052024-08-12T22:33:34.483Zuploaded: /work/stamp-clickhouse.log
95062024-08-12T22:33:34.483Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95072024-08-12T22:33:35.492Zuploaded: /work/stamp-clickhouse_keeper.log
95082024-08-12T22:33:35.492Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95092024-08-12T22:33:36.502Zuploaded: /work/stamp-cockroachdb.log
95102024-08-12T22:33:36.502Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95112024-08-12T22:33:37.511Zuploaded: /work/stamp-crucible-dtrace.log
95122024-08-12T22:33:37.511Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95132024-08-12T22:33:38.522Zuploaded: /work/stamp-crucible-pantry-zone.log
95142024-08-12T22:33:38.522Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95152024-08-12T22:33:39.530Zuploaded: /work/stamp-crucible-zone.log
95162024-08-12T22:33:39.531Zuploading: /work/stamp-external-dns.log (119 bytes)
95172024-08-12T22:33:40.542Zuploaded: /work/stamp-external-dns.log
95182024-08-12T22:33:40.542Zuploading: /work/stamp-installinator.log (103 bytes)
95192024-08-12T22:33:41.550Zuploaded: /work/stamp-installinator.log
95202024-08-12T22:33:41.550Zuploading: /work/stamp-internal-dns.log (119 bytes)
95212024-08-12T22:33:42.561Zuploaded: /work/stamp-internal-dns.log
95222024-08-12T22:33:42.561Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95232024-08-12T22:33:43.572Zuploaded: /work/stamp-mg-ddm-gz.log
95242024-08-12T22:33:43.572Zuploading: /work/stamp-nexus.log (112 bytes)
95252024-08-12T22:33:44.581Zuploaded: /work/stamp-nexus.log
95262024-08-12T22:33:44.581Zuploading: /work/stamp-ntp.log (110 bytes)
95272024-08-12T22:33:45.590Zuploaded: /work/stamp-ntp.log
95282024-08-12T22:33:45.590Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95292024-08-12T22:33:46.598Zuploaded: /work/stamp-omicron-sled-agent.log
95302024-08-12T22:33:46.598Zuploading: /work/stamp-overlay.log (114 bytes)
95312024-08-12T22:33:47.608Zuploaded: /work/stamp-overlay.log
95322024-08-12T22:33:47.608Zuploading: /work/stamp-oximeter.log (115 bytes)
95332024-08-12T22:33:48.617Zuploaded: /work/stamp-oximeter.log
95342024-08-12T22:33:48.617Zuploading: /work/stamp-oxlog.log (109 bytes)
95352024-08-12T22:33:49.627Zuploaded: /work/stamp-oxlog.log
95362024-08-12T22:33:49.627Zuploading: /work/stamp-probe.log (112 bytes)
95372024-08-12T22:33:50.636Zuploaded: /work/stamp-probe.log
95382024-08-12T22:33:50.636Zuploading: /work/stamp-propolis-server.log (122 bytes)
95392024-08-12T22:33:51.645Zuploaded: /work/stamp-propolis-server.log
95402024-08-12T22:33:51.645Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95412024-08-12T22:33:52.654Zuploaded: /work/stamp-pumpkind-gz.log
95422024-08-12T22:33:52.654Zuploading: /work/stamp-switch-asic.log (118 bytes)
95432024-08-12T22:33:53.664Zuploaded: /work/stamp-switch-asic.log
95442024-08-12T22:33:53.664Zuploading: /work/verify-libraries.log (1883 bytes)
95452024-08-12T22:33:54.675Zuploaded: /work/verify-libraries.log