01HYPHAW431R1VE2RG3FDHBZS1: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "1.78.0",
        ),
    ),
    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: 01HYPHB6RR7QKTHHEY0XWZ83M0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-25T00:11:26.007Zjob assigned to worker 01HYPHB8N8QB3XV774WT3TXC0E (queued for 1 m 0 s)
 
22024-05-25T00:11:33.164Zstarting task 0: "setup"
32024-05-25T00:11:33.218Z++ uname -s
42024-05-25T00:11:33.221Z+ kern=SunOS
52024-05-25T00:11:33.221Z+ case "$kern" in
62024-05-25T00:11:33.221Z+ groupadd -g 12345 build
72024-05-25T00:11:33.221Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-25T00:11:35.235Z+ zfs create -o mountpoint=/work rpool/work
92024-05-25T00:11:35.331Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-25T00:11:35.334Z+ home_fs=zfs
112024-05-25T00:11:35.334Z+ [[ zfs == autofs ]]
122024-05-25T00:11:35.335Z+ mkdir -p /home/build
132024-05-25T00:11:35.335Z+ chown build:build /home/build /work
142024-05-25T00:11:37.338Z+ chmod 0700 /home/build /work
152024-05-25T00:11:37.349Zprocess exited: duration 4172 ms, exit code 0
 
162024-05-25T00:11:37.371Zstarting task 1: "rust-toolchain"
172024-05-25T00:11:37.378Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-25T00:11:37.378Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-25T00:11:37.547Zinfo: downloading installer
202024-05-25T00:11:39.390Zwarning: it looks like you have an existing installation of Rust at:
212024-05-25T00:11:39.390Zwarning: /opt/ooce/bin
222024-05-25T00:11:39.390Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-25T00:11:39.391Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-25T00:11:39.391Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-25T00:11:39.391Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-25T00:11:39.391Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-25T00:11:39.391Zerror: cannot install while Rust is installed
282024-05-25T00:11:39.391Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-25T00:11:39.499Zinfo: profile set to 'default'
302024-05-25T00:11:39.500Zinfo: default host triple is x86_64-unknown-illumos
312024-05-25T00:11:39.519Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-25T00:11:39.624Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-25T00:11:39.624Zinfo: downloading component 'cargo'
342024-05-25T00:11:40.422Zinfo: downloading component 'clippy'
352024-05-25T00:11:40.697Zinfo: downloading component 'rust-docs'
362024-05-25T00:11:41.746Zinfo: downloading component 'rust-std'
372024-05-25T00:11:43.488Zinfo: downloading component 'rustc'
382024-05-25T00:11:47.836Zinfo: downloading component 'rustfmt'
392024-05-25T00:11:48.075Zinfo: installing component 'cargo'
402024-05-25T00:11:48.957Zinfo: installing component 'clippy'
412024-05-25T00:11:49.327Zinfo: installing component 'rust-docs'
422024-05-25T00:11:50.915Zinfo: installing component 'rust-std'
432024-05-25T00:11:52.774Zinfo: installing component 'rustc'
442024-05-25T00:11:56.995Zinfo: installing component 'rustfmt'
452024-05-25T00:11:57.336Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-05-25T00:11:57.336Z
472024-05-25T00:11:57.605Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-25T00:11:57.605Z
492024-05-25T00:11:57.608Z
502024-05-25T00:11:57.609ZRust is installed now. Great!
512024-05-25T00:11:57.609Z
522024-05-25T00:11:57.609ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-25T00:11:57.609Zenvironment variable. This has not been done automatically.
542024-05-25T00:11:57.609Z
552024-05-25T00:11:57.609ZTo configure your current shell, you need to source
562024-05-25T00:11:57.609Zthe corresponding env file under $HOME/.cargo.
572024-05-25T00:11:57.609Z
582024-05-25T00:11:57.609ZThis is usually done by running one of the following (note the leading DOT):
592024-05-25T00:11:57.609Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-25T00:11:57.609Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-25T00:11:57.685Z+ rustc --version
622024-05-25T00:11:57.742Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-25T00:11:57.746Zprocess exited: duration 20376 ms, exit code 0
 
642024-05-25T00:11:57.752Zstarting task 2: "authentication"
652024-05-25T00:11:57.775Zprocess exited: duration 22 ms, exit code 0
 
662024-05-25T00:11:57.782Zstarting task 3: "clone repository"
672024-05-25T00:11:57.787Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-25T00:11:57.790Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-25T00:11:57.951ZCloning into '/work/oxidecomputer/omicron'...
702024-05-25T00:12:04.164Z+ cd /work/oxidecomputer/omicron
712024-05-25T00:12:04.164Z+ git fetch origin 0871b51a150bc5d867c19211de9da297ce9a32d2
722024-05-25T00:12:04.479ZFrom https://github.com/oxidecomputer/omicron
732024-05-25T00:12:04.479Z * branch 0871b51a150bc5d867c19211de9da297ce9a32d2 -> FETCH_HEAD
742024-05-25T00:12:04.894Z+ [[ -n iliana/crdb-cluster-version-v2 ]]
752024-05-25T00:12:04.895Z++ git branch --show-current
762024-05-25T00:12:04.895Z+ current=main
772024-05-25T00:12:04.895Z+ [[ main != iliana/crdb-cluster-version-v2 ]]
782024-05-25T00:12:04.895Z+ git branch -f iliana/crdb-cluster-version-v2 0871b51a150bc5d867c19211de9da297ce9a32d2
792024-05-25T00:12:04.895Z+ git checkout -f iliana/crdb-cluster-version-v2
802024-05-25T00:12:04.895ZSwitched to branch 'iliana/crdb-cluster-version-v2'
812024-05-25T00:12:04.895Z+ git reset --hard 0871b51a150bc5d867c19211de9da297ce9a32d2
822024-05-25T00:12:04.895ZHEAD is now at 0871b51a1 Merge remote-tracking branch 'origin/main' into iliana/crdb-cluster-version-v2
832024-05-25T00:12:04.895Zprocess exited: duration 6863 ms, exit code 0
 
842024-05-25T00:12:04.921Zstarting task 4: "build"
852024-05-25T00:12:04.931Z+ cargo --version
862024-05-25T00:12:04.980Zcargo 1.78.0 (54d8815d0 2024-03-26)
872024-05-25T00:12:04.996Z+ rustc --version
882024-05-25T00:12:05.039Zrustc 1.78.0 (9b00956e5 2024-04-29)
892024-05-25T00:12:05.047Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-05-25T00:12:22.922Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-05-25T00:12:25.004Z Startup: Caching catalogs ... Done
922024-05-25T00:12:27.103ZPlanning: Solver setup ... Done (1.582s)
932024-05-25T00:12:27.132ZPlanning: Running solver ... Done (0.029s)
942024-05-25T00:12:27.179ZPlanning: Finding local manifests ... Done (0.002s)
952024-05-25T00:12:27.192ZPlanning: Fetching manifests: 0/4 0% complete
962024-05-25T00:12:27.584ZPlanning: Fetching manifests: 4/4 100% complete
972024-05-25T00:12:27.635ZPlanning: Package planning ... Done (0.051s)
982024-05-25T00:12:27.688ZPlanning: Merging actions ... Done (0.053s)
992024-05-25T00:12:29.078ZPlanning: Checking for conflicting actions ... Done (1.389s)
1002024-05-25T00:12:29.099ZPlanning: Consolidating action changes ... Done (0.012s)
1012024-05-25T00:12:37.415ZPlanning: Evaluating mediators ... Done (8.307s)
1022024-05-25T00:12:37.436ZPlanning: Planning completed in 12.34 seconds
1032024-05-25T00:12:38.365Z Packages to install: 4
1042024-05-25T00:12:38.369Z Mediators to change: 2
1052024-05-25T00:12:38.369Z Services to change: 1
1062024-05-25T00:12:38.369Z Estimated space available: 155.78 GB
1072024-05-25T00:12:38.369ZEstimated space to be consumed: 1.45 GB
1082024-05-25T00:12:38.369Z Create boot environment: No
1092024-05-25T00:12:38.370ZCreate backup boot environment: No
1102024-05-25T00:12:38.370Z Rebuild boot archive: No
1112024-05-25T00:12:38.370Z
1122024-05-25T00:12:38.370ZChanged mediators:
1132024-05-25T00:12:38.370Z mediator clang:
1142024-05-25T00:12:38.370Z version: None -> 15 (system default)
1152024-05-25T00:12:38.370Z
1162024-05-25T00:12:38.370Z mediator llvm:
1172024-05-25T00:12:38.370Z version: 14 (system default) -> 15 (system default)
1182024-05-25T00:12:38.370Z
1192024-05-25T00:12:38.370ZChanged packages:
1202024-05-25T00:12:38.370Zhelios-dev
1212024-05-25T00:12:38.370Z developer/build-essential
1222024-05-25T00:12:38.370Z None -> 11-2.0
1232024-05-25T00:12:38.370Z library/libxmlsec1
1242024-05-25T00:12:38.370Z None -> 1.2.35-2.0
1252024-05-25T00:12:38.371Z ooce/developer/clang-15
1262024-05-25T00:12:38.371Z None -> 15.0.7-2.0
1272024-05-25T00:12:38.371Z ooce/developer/llvm-15
1282024-05-25T00:12:38.371Z None -> 15.0.7-2.0
1292024-05-25T00:12:38.371Z
1302024-05-25T00:12:38.371ZServices:
1312024-05-25T00:12:38.371Z restart_fmri:
1322024-05-25T00:12:38.371Z svc:/system/update-man-index:default
1332024-05-25T00:12:38.761Z
1342024-05-25T00:12:38.762ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-05-25T00:12:43.759ZDownload: 1400/3290 items 116.8/212.6MB 54% complete (23.5M/s)
1362024-05-25T00:12:48.760ZDownload: 3225/3290 items 177.6/212.6MB 83% complete (17.7M/s)
1372024-05-25T00:12:50.291ZDownload: Completed 212.60 MB in 11.53 seconds (18.4M/s)
1382024-05-25T00:12:52.963Z Actions: 1/3689 actions (Installing new actions)
1392024-05-25T00:12:58.031Z Actions: 3541/3689 actions (Installing new actions)
1402024-05-25T00:12:59.087Z Actions: Completed 3689 actions in 6.12 seconds.
1412024-05-25T00:12:59.327Z Done (0.232s)
1422024-05-25T00:12:59.327Z Done (0.000s)
1432024-05-25T00:12:59.646Z Done (0.314s)
1442024-05-25T00:13:06.588Z Done (6.790s)
1452024-05-25T00:13:07.310Z Done (0.205s)
1462024-05-25T00:13:07.323Z Done (0.000s)
1472024-05-25T00:13:07.323Z Done (0.000s)
1482024-05-25T00:13:07.724ZPlanning: Evaluating mediator changes ... Done
1492024-05-25T00:13:07.894ZPlanning: Checking for conflicting actions ... Done
1502024-05-25T00:13:07.900ZPlanning: Consolidating action changes ... Done
1512024-05-25T00:13:08.189ZPlanning: Evaluating mediators ... Done
1522024-05-25T00:13:08.202ZPlanning: Planning completed in 0.46 seconds
1532024-05-25T00:13:08.237Z Mediators to change: 2
1542024-05-25T00:13:08.242Z Create boot environment: No
1552024-05-25T00:13:08.242ZCreate backup boot environment: No
1562024-05-25T00:13:08.290Z Done
1572024-05-25T00:13:08.290Z Done
1582024-05-25T00:13:08.495Z Done
1592024-05-25T00:13:12.282Z Done
1602024-05-25T00:13:12.369Z Done
1612024-05-25T00:13:12.373Z Done
1622024-05-25T00:13:12.879Z Done
1632024-05-25T00:13:13.530ZPlanning: Evaluating mediator changes ... Done
1642024-05-25T00:13:13.536ZPlanning: Merging actions ... Done
1652024-05-25T00:13:13.734ZPlanning: Checking for conflicting actions ... Done
1662024-05-25T00:13:13.742ZPlanning: Consolidating action changes ... Done
1672024-05-25T00:13:14.008ZPlanning: Evaluating mediators ... Done
1682024-05-25T00:13:14.070ZPlanning: Planning completed in 0.79 seconds
1692024-05-25T00:13:14.107Z Packages to change: 1
1702024-05-25T00:13:14.108Z Mediators to change: 1
1712024-05-25T00:13:14.562Z Services to change: 1
1722024-05-25T00:13:14.563Z Create boot environment: No
1732024-05-25T00:13:14.563ZCreate backup boot environment: Yes
1742024-05-25T00:13:16.361Z Actions: 1/6 actions (Updating modified actions)
1752024-05-25T00:13:16.454Z Actions: Completed 6 actions in 0.09 seconds.
1762024-05-25T00:13:16.457Z Done
1772024-05-25T00:13:16.457Z Done
1782024-05-25T00:13:16.522Z Done
1792024-05-25T00:13:20.350Z Done
1802024-05-25T00:13:20.438Z Done
1812024-05-25T00:13:20.442Z Done
1822024-05-25T00:13:20.666Z Done
1832024-05-25T00:13:21.137ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842024-05-25T00:13:21.137Zclang system 15 system
1852024-05-25T00:13:21.137Zcsh system system illumos
1862024-05-25T00:13:21.137Zctags system system illumos
1872024-05-25T00:13:21.137Zgcc vendor 12 vendor
1882024-05-25T00:13:21.137Zgcc system 10 system
1892024-05-25T00:13:21.138Zgcc system 7 system
1902024-05-25T00:13:21.138Zgo system 1.20 system
1912024-05-25T00:13:21.138Zgo system 1.19 system
1922024-05-25T00:13:21.138Zllvm system 15 system
1932024-05-25T00:13:21.138Zllvm system 14 system
1942024-05-25T00:13:21.138Zmariadb system 10.6 system
1952024-05-25T00:13:21.138Zmta vendor vendor dma
1962024-05-25T00:13:21.139Zopenjdk system 17 system
1972024-05-25T00:13:21.139Zopenjdk system 11 system
1982024-05-25T00:13:21.139Zopenjdk system 1.8 system
1992024-05-25T00:13:21.139Zopenssl vendor 3 vendor
2002024-05-25T00:13:21.139Zperl system 5.36 system
2012024-05-25T00:13:21.139Zpostgresql system 15 system
2022024-05-25T00:13:21.139Zpostgresql system 13 system
2032024-05-25T00:13:21.140Zpython vendor 3 vendor
2042024-05-25T00:13:21.140Zpython system 2 system
2052024-05-25T00:13:21.140Zpython3 system 3.11 system
2062024-05-25T00:13:21.140Zruby system 3.0 system
2072024-05-25T00:13:21.140Zwords vendor vendor american-english
2082024-05-25T00:13:21.141Zwords system system australian-english
2092024-05-25T00:13:21.141Zwords system system british-english
2102024-05-25T00:13:21.141Zwords system system canadian-english
2112024-05-25T00:13:21.141Zwords system system french
2122024-05-25T00:13:21.141Zwords system system italian
2132024-05-25T00:13:21.142Zwords system system ngerman
2142024-05-25T00:13:21.142Zwords system system ogerman
2152024-05-25T00:13:21.142Zwords system system spanish
2162024-05-25T00:13:21.479ZPUBLISHER TYPE STATUS P LOCATION
2172024-05-25T00:13:21.479Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2182024-05-25T00:13:23.021ZFMRI IFO
2192024-05-25T00:13:23.021Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2202024-05-25T00:13:23.021Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2212024-05-25T00:13:23.021Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2222024-05-25T00:13:23.021Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2232024-05-25T00:13:23.021Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2242024-05-25T00:13:23.021Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2252024-05-25T00:13:23.021Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2262024-05-25T00:13:23.021Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2272024-05-25T00:13:23.022Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2282024-05-25T00:13:23.022Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2292024-05-25T00:13:23.022Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2302024-05-25T00:13:23.022Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2312024-05-25T00:13:23.319Z+ set -o errexit
2322024-05-25T00:13:23.323Z+++ dirname ./tools/ci_download_cockroachdb
2332024-05-25T00:13:23.326Z++ cd ./tools
2342024-05-25T00:13:23.326Z++ pwd
2352024-05-25T00:13:23.326Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2362024-05-25T00:13:23.326Z++ basename ./tools/ci_download_cockroachdb
2372024-05-25T00:13:23.326Z+ ARG0=ci_download_cockroachdb
2382024-05-25T00:13:23.330Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2392024-05-25T00:13:23.330Z+ CIDL_VERSION=v22.1.9
2402024-05-25T00:13:23.330Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2412024-05-25T00:13:23.330Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2422024-05-25T00:13:23.330Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2432024-05-25T00:13:23.330Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2442024-05-25T00:13:23.330Z+ TARGET_DIR=out
2452024-05-25T00:13:23.330Z+ DOWNLOAD_DIR=out/downloads
2462024-05-25T00:13:23.330Z+ DEST_DIR=./out/cockroachdb
2472024-05-25T00:13:23.330Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2482024-05-25T00:13:23.330Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2492024-05-25T00:13:23.330Z+ main
2502024-05-25T00:13:23.331Z+ [[ 0 != 0 ]]
2512024-05-25T00:13:23.331Z+ CIDL_OS=solaris2.11
2522024-05-25T00:13:23.331Z+ [[ 0 != 0 ]]
2532024-05-25T00:13:23.331Z+ configure_os solaris2.11
2542024-05-25T00:13:23.331Z+ echo 'current directory: /work/oxidecomputer/omicron'
2552024-05-25T00:13:23.331Zcurrent directory: /work/oxidecomputer/omicron
2562024-05-25T00:13:23.331Z+ echo 'configuring based on OS: "solaris2.11"'
2572024-05-25T00:13:23.331Zconfiguring based on OS: "solaris2.11"
2582024-05-25T00:13:23.331Z+ case "$1" in
2592024-05-25T00:13:23.331Z+ CIDL_BUILD=illumos
2602024-05-25T00:13:23.331Z+ CIDL_SUFFIX=tar.gz
2612024-05-25T00:13:23.331Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2622024-05-25T00:13:23.331Z+ CIDL_URL_BASE=https://illumos.org/downloads
2632024-05-25T00:13:23.331Z+ CIDL_ASSEMBLE=do_assemble_illumos
2642024-05-25T00:13:23.331Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2652024-05-25T00:13:23.332Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2662024-05-25T00:13:23.332Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672024-05-25T00:13:23.332Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2682024-05-25T00:13:23.332Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2692024-05-25T00:13:23.332Z+ CIDL_SHA256FUNC=do_sha256sum
2702024-05-25T00:13:23.332Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2712024-05-25T00:13:23.332Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722024-05-25T00:13:23.332ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-05-25T00:13:23.332ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-05-25T00:13:23.332Z+ mkdir -p out/downloads
2752024-05-25T00:13:23.336Z+ mkdir -p ./out/cockroachdb
2762024-05-25T00:13:23.336Z+ local DO_DOWNLOAD=true
2772024-05-25T00:13:23.336Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2782024-05-25T00:13:23.336Z+ '[' true == true ']'
2792024-05-25T00:13:23.337Z+ echo Downloading...
2802024-05-25T00:13:23.337ZDownloading...
2812024-05-25T00:13:23.337Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-05-25T00:13:23.337Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-05-25T00:13:28.661Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-05-25T00:13:28.664Z++ sha256sum
2852024-05-25T00:13:28.664Z++ awk '{print $1}'
2862024-05-25T00:13:28.727Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2872024-05-25T00:13:28.728Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2882024-05-25T00:13:28.731Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-05-25T00:13:28.731Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2902024-05-25T00:13:30.999Z+ do_assemble_illumos
2912024-05-25T00:13:31.000Z+ rm -r ./out/cockroachdb
2922024-05-25T00:13:31.004Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2932024-05-25T00:13:31.386Z+ ./out/cockroachdb/bin/cockroach version
2942024-05-25T00:13:31.619ZBuild Tag: v22.1.9-dirty
2952024-05-25T00:13:31.619ZBuild Time: 2022/10/26 21:17:46
2962024-05-25T00:13:31.619ZDistribution: OSS
2972024-05-25T00:13:31.619ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2982024-05-25T00:13:31.619ZGo Version: go1.17.13
2992024-05-25T00:13:31.619ZC Compiler: gcc 10.3.0
3002024-05-25T00:13:31.619ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3012024-05-25T00:13:31.619ZBuild Type: release
3022024-05-25T00:13:31.635Z+ set -o errexit
3032024-05-25T00:13:31.639Z+++ dirname ./tools/ci_download_clickhouse
3042024-05-25T00:13:31.642Z++ cd ./tools
3052024-05-25T00:13:31.642Z++ pwd
3062024-05-25T00:13:31.642Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3072024-05-25T00:13:31.642Z++ basename ./tools/ci_download_clickhouse
3082024-05-25T00:13:31.642Z+ ARG0=ci_download_clickhouse
3092024-05-25T00:13:31.642Z+ TARGET_DIR=out
3102024-05-25T00:13:31.642Z+ DOWNLOAD_DIR=out/downloads
3112024-05-25T00:13:31.642Z+ DEST_DIR=./out/clickhouse
3122024-05-25T00:13:31.646Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3132024-05-25T00:13:31.646Z+ CIDL_VERSION=v23.8.7.24
3142024-05-25T00:13:31.646Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3152024-05-25T00:13:31.646Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3162024-05-25T00:13:31.646Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3172024-05-25T00:13:31.646Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3182024-05-25T00:13:31.646Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3192024-05-25T00:13:31.646Z+ main
3202024-05-25T00:13:31.646Z+ [[ 0 != 0 ]]
3212024-05-25T00:13:31.646Z+ CIDL_OS=solaris2.11
3222024-05-25T00:13:31.646Z+ [[ 0 != 0 ]]
3232024-05-25T00:13:31.647Z+ configure_os solaris2.11
3242024-05-25T00:13:31.647Z+ echo 'current directory: /work/oxidecomputer/omicron'
3252024-05-25T00:13:31.647Zcurrent directory: /work/oxidecomputer/omicron
3262024-05-25T00:13:31.647Z+ echo 'configuring based on OS: "solaris2.11"'
3272024-05-25T00:13:31.647Z+ CIDL_DASHREV=
3282024-05-25T00:13:31.647Z+ case "$1" in
3292024-05-25T00:13:31.647Zconfiguring based on OS: "solaris2.11"
3302024-05-25T00:13:31.647Z+ CIDL_PLATFORM=illumos
3312024-05-25T00:13:31.647Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3322024-05-25T00:13:31.647Z+ CIDL_MD5FUNC=do_md5sum
3332024-05-25T00:13:31.647Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3342024-05-25T00:13:31.647Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3352024-05-25T00:13:31.647Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3362024-05-25T00:13:31.647Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3372024-05-25T00:13:31.647Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3382024-05-25T00:13:31.648ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3392024-05-25T00:13:31.648ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3402024-05-25T00:13:31.648Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3412024-05-25T00:13:31.648Z+ mkdir -p out/downloads
3422024-05-25T00:13:31.654Z+ mkdir -p ./out/clickhouse
3432024-05-25T00:13:31.654Z+ local DO_DOWNLOAD=true
3442024-05-25T00:13:31.654Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3452024-05-25T00:13:31.654Z+ '[' true == true ']'
3462024-05-25T00:13:31.654Z+ echo Downloading...
3472024-05-25T00:13:31.654ZDownloading...
3482024-05-25T00:13:31.654Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3492024-05-25T00:13:31.654Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3502024-05-25T00:13:33.246Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3512024-05-25T00:13:33.249Z++ md5sum
3522024-05-25T00:13:33.249Z++ awk '{print $1}'
3532024-05-25T00:13:33.613Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3542024-05-25T00:13:33.613Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3552024-05-25T00:13:33.613Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3562024-05-25T00:13:33.616Z+ mkdir -p ./out/clickhouse
3572024-05-25T00:13:33.616Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3582024-05-25T00:13:37.595Z+ [[ solaris2.11 == darwin* ]]
3592024-05-25T00:13:37.595Z+ ./out/clickhouse/clickhouse server --version
3602024-05-25T00:13:38.098ZClickHouse server version 23.8.7.1.
3612024-05-25T00:13:38.117Z+ set -o errexit
3622024-05-25T00:13:38.120Z+++ dirname ./tools/ci_download_console
3632024-05-25T00:13:38.123Z++ cd ./tools
3642024-05-25T00:13:38.123Z++ pwd
3652024-05-25T00:13:38.124Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3662024-05-25T00:13:38.124Z++ basename ./tools/ci_download_console
3672024-05-25T00:13:38.127Z+ ARG0=ci_download_console
3682024-05-25T00:13:38.127Z+ TARGET_DIR=out
3692024-05-25T00:13:38.127Z+ DOWNLOAD_DIR=out/downloads
3702024-05-25T00:13:38.127Z+ DEST_DIR=./out/console-assets
3712024-05-25T00:13:38.127Z+ source /work/oxidecomputer/omicron/tools/console_version
3722024-05-25T00:13:38.127Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3732024-05-25T00:13:38.128Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3742024-05-25T00:13:38.128Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3752024-05-25T00:13:38.128Z+ TARBALL_FILE=out/downloads/console.tar.gz
3762024-05-25T00:13:38.128Z+ main
3772024-05-25T00:13:38.128Z+ [[ 0 != 0 ]]
3782024-05-25T00:13:38.128Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
3792024-05-25T00:13:38.128ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3802024-05-25T00:13:38.128ZLocal file: out/downloads/console.tar.gz
3812024-05-25T00:13:38.128Z+ echo 'Local file: out/downloads/console.tar.gz'
3822024-05-25T00:13:38.128Z+ local DO_DOWNLOAD=true
3832024-05-25T00:13:38.128Z+ [[ -f out/downloads/console.tar.gz ]]
3842024-05-25T00:13:38.128Z+ mkdir -p out/downloads
3852024-05-25T00:13:38.128Z+ '[' true == true ']'
3862024-05-25T00:13:38.128Z+ echo Downloading...
3872024-05-25T00:13:38.128ZDownloading...
3882024-05-25T00:13:38.128Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
3892024-05-25T00:13:38.129Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3902024-05-25T00:13:38.824Z++ do_sha256sum out/downloads/console.tar.gz
3912024-05-25T00:13:38.824Z++ case "$OSTYPE" in
3922024-05-25T00:13:38.828Z++ SHA=sha256sum
3932024-05-25T00:13:38.828Z++ sha256sum
3942024-05-25T00:13:38.828Z++ awk '{print $1}'
3952024-05-25T00:13:38.833Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3962024-05-25T00:13:38.846Z+ [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]]
3972024-05-25T00:13:38.846Z+ rm -rf ./out/console-assets
3982024-05-25T00:13:38.846Z+ mkdir -p ./out/console-assets
3992024-05-25T00:13:38.849Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4002024-05-25T00:13:38.849Z+ mkdir -p ./out/console-assets
4012024-05-25T00:13:38.849Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4022024-05-25T00:13:38.940Z+ set -o errexit
4032024-05-25T00:13:38.944Z+++ dirname ./tools/ci_download_dendrite_openapi
4042024-05-25T00:13:38.947Z++ cd ./tools
4052024-05-25T00:13:38.947Z++ pwd
4062024-05-25T00:13:38.947Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072024-05-25T00:13:38.950Z++ basename ./tools/ci_download_dendrite_openapi
4082024-05-25T00:13:38.951Z+ ARG0=ci_download_dendrite_openapi
4092024-05-25T00:13:38.951Z+ TARGET_DIR=out
4102024-05-25T00:13:38.951Z+ DOWNLOAD_DIR=out/downloads
4112024-05-25T00:13:38.951Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4122024-05-25T00:13:38.951Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4132024-05-25T00:13:38.951Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4142024-05-25T00:13:38.951Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4152024-05-25T00:13:38.951Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4162024-05-25T00:13:38.951Z+ main
4172024-05-25T00:13:38.951Z+ [[ 0 != 0 ]]
4182024-05-25T00:13:38.951Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4192024-05-25T00:13:38.951ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4202024-05-25T00:13:38.951ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4212024-05-25T00:13:38.951Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4222024-05-25T00:13:38.952Z+ local DO_DOWNLOAD=true
4232024-05-25T00:13:38.952Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4242024-05-25T00:13:38.952Z+ mkdir -p out/downloads
4252024-05-25T00:13:38.956Z+ '[' true == true ']'
4262024-05-25T00:13:38.956Z+ echo Downloading...
4272024-05-25T00:13:38.956ZDownloading...
4282024-05-25T00:13:38.956Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4292024-05-25T00:13:38.956Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4302024-05-25T00:13:39.237Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4312024-05-25T00:13:39.238Z++ case "$OSTYPE" in
4322024-05-25T00:13:39.238Z++ SHA=sha256sum
4332024-05-25T00:13:39.250Z++ sha256sum
4342024-05-25T00:13:39.250Z++ awk '{print $1}'
4352024-05-25T00:13:39.254Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4362024-05-25T00:13:39.254Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4372024-05-25T00:13:39.254Z+ set -o errexit
4382024-05-25T00:13:39.254Z+++ dirname ./tools/ci_download_dendrite_stub
4392024-05-25T00:13:39.257Z++ cd ./tools
4402024-05-25T00:13:39.257Z++ pwd
4412024-05-25T00:13:39.257Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4422024-05-25T00:13:39.257Z++ basename ./tools/ci_download_dendrite_stub
4432024-05-25T00:13:39.257Z+ ARG0=ci_download_dendrite_stub
4442024-05-25T00:13:39.261Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4452024-05-25T00:13:39.261Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4462024-05-25T00:13:39.261Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4472024-05-25T00:13:39.261Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4482024-05-25T00:13:39.261Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4492024-05-25T00:13:39.261Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4502024-05-25T00:13:39.261Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4512024-05-25T00:13:39.261Z+ TARGET_DIR=out
4522024-05-25T00:13:39.261Z+ DOWNLOAD_DIR=out/downloads
4532024-05-25T00:13:39.261Z+ DEST_DIR=./out/dendrite-stub
4542024-05-25T00:13:39.261Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4552024-05-25T00:13:39.262Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4562024-05-25T00:13:39.262Z+ REPO=oxidecomputer/dendrite
4572024-05-25T00:13:39.262Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4582024-05-25T00:13:39.262Z+ main
4592024-05-25T00:13:39.262Z+ [[ 0 != 0 ]]
4602024-05-25T00:13:39.262Z+ CIDL_OS=solaris2.11
4612024-05-25T00:13:39.262Z+ [[ 0 != 0 ]]
4622024-05-25T00:13:39.262Z+ configure_os solaris2.11
4632024-05-25T00:13:39.262Z+ echo 'current directory: /work/oxidecomputer/omicron'
4642024-05-25T00:13:39.262Zcurrent directory: /work/oxidecomputer/omicron
4652024-05-25T00:13:39.262Z+ echo 'configuring based on OS: "solaris2.11"'
4662024-05-25T00:13:39.262Z+ case "$1" in
4672024-05-25T00:13:39.262Zconfiguring based on OS: "solaris2.11"
4682024-05-25T00:13:39.262Z+ SET_BINARIES=
4692024-05-25T00:13:39.262Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4702024-05-25T00:13:39.263Z+ CIDL_SHA256FUNC=do_sha256sum
4712024-05-25T00:13:39.263Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4722024-05-25T00:13:39.263Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4732024-05-25T00:13:39.263Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4742024-05-25T00:13:39.263Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4752024-05-25T00:13:39.263Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4762024-05-25T00:13:39.263ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4772024-05-25T00:13:39.263Z+ mkdir -p out/downloads
4782024-05-25T00:13:39.263ZLocal file: out/downloads/dendrite-stub.tar.gz
4792024-05-25T00:13:39.263Z+ mkdir -p ./out/dendrite-stub
4802024-05-25T00:13:39.267Z+ fetch_and_verify
4812024-05-25T00:13:39.267Z+ local DO_DOWNLOAD=true
4822024-05-25T00:13:39.267Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4832024-05-25T00:13:39.267Z+ '[' true == true ']'
4842024-05-25T00:13:39.267Z+ echo Downloading...
4852024-05-25T00:13:39.267ZDownloading...
4862024-05-25T00:13:39.267Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4872024-05-25T00:13:39.267Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4882024-05-25T00:13:43.903Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4892024-05-25T00:13:43.907Z++ sha256sum
4902024-05-25T00:13:43.907Z++ awk '{print $1}'
4912024-05-25T00:13:43.931Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4922024-05-25T00:13:43.945Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
4932024-05-25T00:13:43.945Z+ do_untar out/downloads/dendrite-stub.tar.gz
4942024-05-25T00:13:43.945Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
4952024-05-25T00:13:44.595Z+ do_assemble
4962024-05-25T00:13:44.595Z+ rm -r ./out/dendrite-stub
4972024-05-25T00:13:44.600Z+ mkdir ./out/dendrite-stub
4982024-05-25T00:13:44.612Z+ cp -r out/downloads/root ./out/dendrite-stub/root
4992024-05-25T00:13:44.685Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5002024-05-25T00:13:44.697Z+ set -o errexit
5012024-05-25T00:13:44.700Z+++ dirname ./tools/ci_download_maghemite_mgd
5022024-05-25T00:13:44.700Z++ cd ./tools
5032024-05-25T00:13:44.700Z++ pwd
5042024-05-25T00:13:44.700Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5052024-05-25T00:13:44.706Z++ basename ./tools/ci_download_maghemite_mgd
5062024-05-25T00:13:44.706Z+ ARG0=ci_download_maghemite_mgd
5072024-05-25T00:13:44.706Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5082024-05-25T00:13:44.706Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5092024-05-25T00:13:44.706Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5102024-05-25T00:13:44.706Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5112024-05-25T00:13:44.706Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5122024-05-25T00:13:44.707Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5132024-05-25T00:13:44.707Z+ TARGET_DIR=out
5142024-05-25T00:13:44.707Z+ DOWNLOAD_DIR=out/downloads
5152024-05-25T00:13:44.707Z+ DEST_DIR=./out/mgd
5162024-05-25T00:13:44.707Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5172024-05-25T00:13:44.707Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5182024-05-25T00:13:44.707Z+ REPO=oxidecomputer/maghemite
5192024-05-25T00:13:44.707Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5202024-05-25T00:13:44.707Z+ main
5212024-05-25T00:13:44.707Z+ rm -rf out/downloads/root
5222024-05-25T00:13:44.711Z+ [[ 0 != 0 ]]
5232024-05-25T00:13:44.712Z+ CIDL_OS=solaris2.11
5242024-05-25T00:13:44.715Z+ [[ 0 != 0 ]]
5252024-05-25T00:13:44.715Z+ configure_os solaris2.11
5262024-05-25T00:13:44.715Z+ echo 'current directory: /work/oxidecomputer/omicron'
5272024-05-25T00:13:44.715Zcurrent directory: /work/oxidecomputer/omicron
5282024-05-25T00:13:44.715Z+ echo 'configuring based on OS: "solaris2.11"'
5292024-05-25T00:13:44.715Zconfiguring based on OS: "solaris2.11"
5302024-05-25T00:13:44.715Z+ case "$1" in
5312024-05-25T00:13:44.715Z+ SET_BINARIES=
5322024-05-25T00:13:44.716Z+ CIDL_SHA256FUNC=do_sha256sum
5332024-05-25T00:13:44.716Z+ TARBALL_FILENAME=mgd.tar.gz
5342024-05-25T00:13:44.716Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5352024-05-25T00:13:44.716Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5362024-05-25T00:13:44.716Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5372024-05-25T00:13:44.716Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5382024-05-25T00:13:44.716ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5392024-05-25T00:13:44.716ZLocal file: out/downloads/mgd.tar.gz
5402024-05-25T00:13:44.716Z+ mkdir -p out/downloads
5412024-05-25T00:13:44.716Z+ mkdir -p ./out/mgd
5422024-05-25T00:13:44.720Z+ fetch_and_verify
5432024-05-25T00:13:44.720Z+ local DO_DOWNLOAD=true
5442024-05-25T00:13:44.720Z+ [[ -f out/downloads/mgd.tar.gz ]]
5452024-05-25T00:13:44.720Z+ '[' true == true ']'
5462024-05-25T00:13:44.720Z+ echo Downloading...
5472024-05-25T00:13:44.720ZDownloading...
5482024-05-25T00:13:44.720Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5492024-05-25T00:13:44.720Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5502024-05-25T00:13:50.463Z++ do_sha256sum out/downloads/mgd.tar.gz
5512024-05-25T00:13:50.467Z++ sha256sum
5522024-05-25T00:13:50.467Z++ awk '{print $1}'
5532024-05-25T00:13:50.491Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5542024-05-25T00:13:50.518Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5552024-05-25T00:13:50.518Z+ do_untar out/downloads/mgd.tar.gz
5562024-05-25T00:13:50.518Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5572024-05-25T00:13:51.093Z+ do_assemble
5582024-05-25T00:13:51.093Z+ rm -r ./out/mgd
5592024-05-25T00:13:51.097Z+ mkdir ./out/mgd
5602024-05-25T00:13:51.100Z+ cp -r out/downloads/root ./out/mgd/root
5612024-05-25T00:13:51.177Z+ set -o errexit
5622024-05-25T00:13:51.180Z+++ dirname ./tools/ci_download_transceiver_control
5632024-05-25T00:13:51.183Z++ cd ./tools
5642024-05-25T00:13:51.184Z++ pwd
5652024-05-25T00:13:51.184Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5662024-05-25T00:13:51.184Z++ basename ./tools/ci_download_transceiver_control
5672024-05-25T00:13:51.187Z+ ARG0=ci_download_transceiver_control
5682024-05-25T00:13:51.188Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5692024-05-25T00:13:51.188Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5702024-05-25T00:13:51.188Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5712024-05-25T00:13:51.188Z+ TARGET_DIR=out
5722024-05-25T00:13:51.188Z+ DOWNLOAD_DIR=out/downloads
5732024-05-25T00:13:51.188Z+ DEST_DIR=./out/transceiver-control
5742024-05-25T00:13:51.188Z+ BIN_DIR=/opt/oxide/bin
5752024-05-25T00:13:51.188Z+ BINARY=xcvradm
5762024-05-25T00:13:51.188Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5772024-05-25T00:13:51.188Z+ REPO=oxidecomputer/transceiver-control
5782024-05-25T00:13:51.189Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5792024-05-25T00:13:51.189Z+ main
5802024-05-25T00:13:51.189Z+ [[ 0 != 0 ]]
5812024-05-25T00:13:51.189Z+ CIDL_OS=solaris2.11
5822024-05-25T00:13:51.189Z+ [[ 0 != 0 ]]
5832024-05-25T00:13:51.189Z+ configure_os solaris2.11
5842024-05-25T00:13:51.189Z+ echo 'current directory: /work/oxidecomputer/omicron'
5852024-05-25T00:13:51.189Zcurrent directory: /work/oxidecomputer/omicron
5862024-05-25T00:13:51.189Z+ echo 'configuring based on OS: "solaris2.11"'
5872024-05-25T00:13:51.189Z+ case "$1" in
5882024-05-25T00:13:51.189Zconfiguring based on OS: "solaris2.11"
5892024-05-25T00:13:51.189Z+ SET_BINARIES=
5902024-05-25T00:13:51.189Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5912024-05-25T00:13:51.189Z+ CIDL_SHA256FUNC=do_sha256sum
5922024-05-25T00:13:51.189Z+ ARCHIVE_FILENAME=xcvradm.gz
5932024-05-25T00:13:51.190Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5942024-05-25T00:13:51.190Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5952024-05-25T00:13:51.190Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5962024-05-25T00:13:51.190ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5972024-05-25T00:13:51.190Z+ echo 'Local file: out/downloads/xcvradm.gz'
5982024-05-25T00:13:51.190Z+ mkdir -p out/downloads
5992024-05-25T00:13:51.190ZLocal file: out/downloads/xcvradm.gz
6002024-05-25T00:13:51.190Z+ mkdir -p ./out/transceiver-control
6012024-05-25T00:13:51.194Z+ fetch_and_verify
6022024-05-25T00:13:51.194Z+ local DO_DOWNLOAD=true
6032024-05-25T00:13:51.194Z+ [[ -f out/downloads/xcvradm.gz ]]
6042024-05-25T00:13:51.194Z+ '[' true == true ']'
6052024-05-25T00:13:51.194Z+ echo Downloading...
6062024-05-25T00:13:51.194ZDownloading...
6072024-05-25T00:13:51.194Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6082024-05-25T00:13:51.195Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6092024-05-25T00:13:53.102Z++ do_sha256sum out/downloads/xcvradm.gz
6102024-05-25T00:13:53.107Z++ sha256sum
6112024-05-25T00:13:53.108Z++ awk '{print $1}'
6122024-05-25T00:13:53.121Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6132024-05-25T00:13:53.125Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6142024-05-25T00:13:53.125Z+ do_unpack out/downloads/xcvradm.gz
6152024-05-25T00:13:53.125Z+ mkdir -p out/downloads/root//opt/oxide/bin
6162024-05-25T00:13:53.125Z+ gzip -dc out/downloads/xcvradm.gz
6172024-05-25T00:13:53.234Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6182024-05-25T00:13:53.237Z+ do_assemble
6192024-05-25T00:13:53.237Z+ rm -r ./out/transceiver-control
6202024-05-25T00:13:53.240Z+ mkdir ./out/transceiver-control
6212024-05-25T00:13:53.240Z+ cp -r out/downloads/root ./out/transceiver-control/root
6222024-05-25T00:13:53.332Z+ set -o errexit
6232024-05-25T00:13:53.336Z+++ dirname ./tools/ci_download_thundermuffin
6242024-05-25T00:13:53.339Z++ cd ./tools
6252024-05-25T00:13:53.339Z++ pwd
6262024-05-25T00:13:53.339Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6272024-05-25T00:13:53.339Z++ basename ./tools/ci_download_thundermuffin
6282024-05-25T00:13:53.339Z+ ARG0=ci_download_thundermuffin
6292024-05-25T00:13:53.343Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6302024-05-25T00:13:53.343Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6312024-05-25T00:13:53.343Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6322024-05-25T00:13:53.343Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6332024-05-25T00:13:53.343Z+ TARGET_DIR=out
6342024-05-25T00:13:53.343Z+ DOWNLOAD_DIR=out/downloads
6352024-05-25T00:13:53.343Z+ DEST_DIR=./out/thundermuffin
6362024-05-25T00:13:53.343Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6372024-05-25T00:13:53.343Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6382024-05-25T00:13:53.343Z+ REPO=oxidecomputer/thundermuffin
6392024-05-25T00:13:53.343Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6402024-05-25T00:13:53.343Z+ main
6412024-05-25T00:13:53.343Z+ rm -rf out/downloads/root
6422024-05-25T00:13:53.348Z+ [[ 0 != 0 ]]
6432024-05-25T00:13:53.348Z+ CIDL_OS=solaris2.11
6442024-05-25T00:13:53.351Z+ [[ 0 != 0 ]]
6452024-05-25T00:13:53.351Z+ configure_os solaris2.11
6462024-05-25T00:13:53.351Z+ echo 'current directory: /work/oxidecomputer/omicron'
6472024-05-25T00:13:53.351Zcurrent directory: /work/oxidecomputer/omicron
6482024-05-25T00:13:53.351Z+ echo 'configuring based on OS: "solaris2.11"'
6492024-05-25T00:13:53.351Zconfiguring based on OS: "solaris2.11"
6502024-05-25T00:13:53.352Z+ case "$1" in
6512024-05-25T00:13:53.352Z+ SET_BINARIES=
6522024-05-25T00:13:53.352Z+ CIDL_SHA256FUNC=do_sha256sum
6532024-05-25T00:13:53.352Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6542024-05-25T00:13:53.352Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6552024-05-25T00:13:53.352Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6562024-05-25T00:13:53.352Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6572024-05-25T00:13:53.352ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6582024-05-25T00:13:53.352Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6592024-05-25T00:13:53.352Z+ mkdir -p out/downloads
6602024-05-25T00:13:53.352ZLocal file: out/downloads/thundermuffin.tar.gz
6612024-05-25T00:13:53.352Z+ mkdir -p ./out/thundermuffin
6622024-05-25T00:13:53.355Z+ fetch_and_verify
6632024-05-25T00:13:53.356Z+ local DO_DOWNLOAD=true
6642024-05-25T00:13:53.356Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6652024-05-25T00:13:53.356Z+ '[' true == true ']'
6662024-05-25T00:13:53.356Z+ echo Downloading...
6672024-05-25T00:13:53.356ZDownloading...
6682024-05-25T00:13:53.356Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6692024-05-25T00:13:53.356Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6702024-05-25T00:13:54.376Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6712024-05-25T00:13:54.381Z++ sha256sum
6722024-05-25T00:13:54.381Z++ awk '{print $1}'
6732024-05-25T00:13:54.381Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6742024-05-25T00:13:54.381Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
6752024-05-25T00:13:54.381Z+ do_untar out/downloads/thundermuffin.tar.gz
6762024-05-25T00:13:54.381Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6772024-05-25T00:13:54.446Z+ do_assemble
6782024-05-25T00:13:54.446Z+ rm -r ./out/thundermuffin
6792024-05-25T00:13:54.450Z+ mkdir ./out/thundermuffin
6802024-05-25T00:13:54.450Z+ cp -r out/downloads/root ./out/thundermuffin/root
6812024-05-25T00:13:54.460ZAll prerequisites installed successfully
6822024-05-25T00:13:54.464Z
6832024-05-25T00:13:54.464Zreal 1:49.287011535
6842024-05-25T00:13:54.464Zuser 39.412017951
6852024-05-25T00:13:54.464Zsys 7.103403883
6862024-05-25T00:13:54.464Ztrap 0.010761165
6872024-05-25T00:13:54.464Ztflt 0.489213542
6882024-05-25T00:13:54.464Zdflt 0.440778519
6892024-05-25T00:13:54.465Zkflt 0.384725216
6902024-05-25T00:13:54.465Zlock 2.129311904
6912024-05-25T00:13:54.465Zslp 3:29.531356047
6922024-05-25T00:13:54.465Zlat 1.995641607
6932024-05-25T00:13:54.465Zstop 0.150449071
6942024-05-25T00:13:54.465Z+ source ./tools/include/force-git-over-https.sh
6952024-05-25T00:13:54.465Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
6962024-05-25T00:13:54.465Z++ (( i = 0 ))
6972024-05-25T00:13:54.465Z++ (( i < 5 ))
6982024-05-25T00:13:54.465Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
6992024-05-25T00:13:54.469Z++ (( i++ ))
7002024-05-25T00:13:54.469Z++ (( i < 5 ))
7012024-05-25T00:13:54.469Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
7022024-05-25T00:13:54.469Z++ (( i++ ))
7032024-05-25T00:13:54.469Z++ (( i < 5 ))
7042024-05-25T00:13:54.469Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
7052024-05-25T00:13:54.473Z++ (( i++ ))
7062024-05-25T00:13:54.473Z++ (( i < 5 ))
7072024-05-25T00:13:54.473Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
7082024-05-25T00:13:54.476Z++ (( i++ ))
7092024-05-25T00:13:54.476Z++ (( i < 5 ))
7102024-05-25T00:13:54.477Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
7112024-05-25T00:13:54.481Z++ (( i++ ))
7122024-05-25T00:13:54.481Z++ (( i < 5 ))
7132024-05-25T00:13:54.481Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
7142024-05-25T00:13:54.481Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
7152024-05-25T00:13:54.481Z+ rc=0
7162024-05-25T00:13:54.481Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
7172024-05-25T00:14:27.435Z+ case $rc in
7182024-05-25T00:14:27.435Z+ pfexec zfs create -p rpool/images/build/host
7192024-05-25T00:14:27.581Z+ pfexec zfs create -p rpool/images/build/recovery
7202024-05-25T00:14:27.660Z+ cargo xtask releng --output-dir /work
7212024-05-25T00:14:27.894Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7222024-05-25T00:14:28.334ZFrom https://github.com/oxidecomputer/pq-sys
7232024-05-25T00:14:28.334Z * [new branch] issue-36 -> origin/issue-36
7242024-05-25T00:14:28.337Z * [new branch] issue-36-with-metadata -> origin/issue-36-with-metadata
7252024-05-25T00:14:28.338Z * [new branch] master -> origin/master
7262024-05-25T00:14:28.338Z * [new branch] omicron-234 -> origin/omicron-234
7272024-05-25T00:14:28.338Z * [new branch] oxide/main -> origin/oxide/main
7282024-05-25T00:14:28.338Z * [new branch] oxide/omicron -> origin/oxide/omicron
7292024-05-25T00:14:28.338Z * [new branch] windows -> origin/windows
7302024-05-25T00:14:28.338Z * [new ref] -> origin/HEAD
7312024-05-25T00:14:28.338Z * [new tag] v0.2.2 -> v0.2.2
7322024-05-25T00:14:28.338Z * [new tag] v0.4.5 -> v0.4.5
7332024-05-25T00:14:28.338Z * [new tag] v0.4.6 -> v0.4.6
7342024-05-25T00:14:28.349Z Updating git repository `https://github.com/oxidecomputer/zone`
7352024-05-25T00:14:28.788ZFrom https://github.com/oxidecomputer/zone
7362024-05-25T00:14:28.788Z * [new branch] main -> origin/main
7372024-05-25T00:14:28.791Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
7382024-05-25T00:14:28.791Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
7392024-05-25T00:14:28.791Z * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash
7402024-05-25T00:14:28.792Z * [new ref] -> origin/HEAD
7412024-05-25T00:14:28.822Z Updating crates.io index
7422024-05-25T00:14:28.941Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7432024-05-25T00:14:29.678ZFrom https://github.com/oxidecomputer/dropshot
7442024-05-25T00:14:29.678Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
7452024-05-25T00:14:29.682Z * [new branch] async -> origin/async
7462024-05-25T00:14:29.682Z * [new branch] build-o-mat -> origin/build-o-mat
7472024-05-25T00:14:29.682Z * [new branch] camel -> origin/camel
7482024-05-25T00:14:29.682Z * [new branch] carets -> origin/carets
7492024-05-25T00:14:29.683Z * [new branch] changes -> origin/changes
7502024-05-25T00:14:29.683Z * [new branch] ci-version -> origin/ci-version
7512024-05-25T00:14:29.683Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
7522024-05-25T00:14:29.683Z * [new branch] clippy -> origin/clippy
7532024-05-25T00:14:29.683Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
7542024-05-25T00:14:29.683Z * [new branch] clone -> origin/clone
7552024-05-25T00:14:29.683Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
7562024-05-25T00:14:29.683Z * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1
7572024-05-25T00:14:29.683Z * [new branch] dependabot/cargo/hyper-rustls-0.27.1 -> origin/dependabot/cargo/hyper-rustls-0.27.1
7582024-05-25T00:14:29.683Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
7592024-05-25T00:14:29.683Z * [new branch] doc -> origin/doc
7602024-05-25T00:14:29.683Z * [new branch] err -> origin/err
7612024-05-25T00:14:29.683Z * [new branch] example-resumable-download -> origin/example-resumable-download
7622024-05-25T00:14:29.683Z * [new branch] expectorate -> origin/expectorate
7632024-05-25T00:14:29.683Z * [new branch] extracted -> origin/extracted
7642024-05-25T00:14:29.683Z * [new branch] fix_tests -> origin/fix_tests
7652024-05-25T00:14:29.684Z * [new branch] fmt2 -> origin/fmt2
7662024-05-25T00:14:29.684Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
7672024-05-25T00:14:29.684Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
7682024-05-25T00:14:29.684Z * [new branch] main -> origin/main
7692024-05-25T00:14:29.684Z * [new branch] maintainer-docs -> origin/maintainer-docs
7702024-05-25T00:14:29.684Z * [new branch] merge-server-config -> origin/merge-server-config
7712024-05-25T00:14:29.684Z * [new branch] multi-api -> origin/multi-api
7722024-05-25T00:14:29.684Z * [new branch] multiverse -> origin/multiverse
7732024-05-25T00:14:29.684Z * [new branch] openapi -> origin/openapi
7742024-05-25T00:14:29.684Z * [new branch] openapi2 -> origin/openapi2
7752024-05-25T00:14:29.684Z * [new branch] port-fix-better -> origin/port-fix-better
7762024-05-25T00:14:29.684Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
7772024-05-25T00:14:29.684Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
7782024-05-25T00:14:29.689Z * [new branch] rmp-page-token -> origin/rmp-page-token
7792024-05-25T00:14:29.689Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
7802024-05-25T00:14:29.689Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
7812024-05-25T00:14:29.689Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
7822024-05-25T00:14:29.689Z * [new branch] server-log -> origin/server-log
7832024-05-25T00:14:29.689Z * [new branch] simple-headers -> origin/simple-headers
7842024-05-25T00:14:29.689Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
7852024-05-25T00:14:29.689Z * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
7862024-05-25T00:14:29.689Z * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints
7872024-05-25T00:14:29.689Z * [new branch] sunshowers/spr/ci-freshen-up -> origin/sunshowers/spr/ci-freshen-up
7882024-05-25T00:14:29.689Z * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext
7892024-05-25T00:14:29.689Z * [new branch] sunshowers/spr/dropshot-endpoint-add-extra-validation-for-parameters -> origin/sunshowers/spr/dropshot-endpoint-add-extra-validation-for-parameters
7902024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/dropshot-endpoint-factor-out-endpoint-and-parameter-validation -> origin/sunshowers/spr/dropshot-endpoint-factor-out-endpoint-and-parameter-validation
7912024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/dropshot-endpoint-reject-endpoints-with-a-where-clause -> origin/sunshowers/spr/dropshot-endpoint-reject-endpoints-with-a-where-clause
7922024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/dropshot-endpoint-turn-valid-endpoint-tests-into-snapshot-tests -> origin/sunshowers/spr/dropshot-endpoint-turn-valid-endpoint-tests-into-snapshot-tests
7932024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/dropshot-endpoint-unify-error-message-style -> origin/sunshowers/spr/dropshot-endpoint-unify-error-message-style
7942024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
7952024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints
7962024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/main.dropshot-endpoint-add-extra-validation-for-parameters -> origin/sunshowers/spr/main.dropshot-endpoint-add-extra-validation-for-parameters
7972024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/main.dropshot-endpoint-factor-out-endpoint-and-parameter-validation -> origin/sunshowers/spr/main.dropshot-endpoint-factor-out-endpoint-and-parameter-validation
7982024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/main.dropshot-endpoint-reject-endpoints-with-a-where-clause -> origin/sunshowers/spr/main.dropshot-endpoint-reject-endpoints-with-a-where-clause
7992024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/main.dropshot-endpoint-turn-valid-endpoint-tests-into-snapshot-tests -> origin/sunshowers/spr/main.dropshot-endpoint-turn-valid-endpoint-tests-into-snapshot-tests
8002024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/main.dropshot-endpoint-unify-error-message-style -> origin/sunshowers/spr/main.dropshot-endpoint-unify-error-message-style
8012024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist
8022024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/main.wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/main.wip-prototype-for-trait-based-dropshot-servers
8032024-05-25T00:14:29.690Z * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers
8042024-05-25T00:14:29.690Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
8052024-05-25T00:14:29.690Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
8062024-05-25T00:14:29.691Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
8072024-05-25T00:14:29.691Z * [new branch] websockets -> origin/websockets
8082024-05-25T00:14:29.691Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
8092024-05-25T00:14:29.691Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
8102024-05-25T00:14:29.691Z * [new ref] -> origin/HEAD
8112024-05-25T00:14:29.691Z * [new tag] v0.10.0 -> v0.10.0
8122024-05-25T00:14:29.691Z * [new tag] v0.10.1 -> v0.10.1
8132024-05-25T00:14:29.691Z * [new tag] v0.3.0 -> v0.3.0
8142024-05-25T00:14:29.691Z * [new tag] v0.4.0 -> v0.4.0
8152024-05-25T00:14:29.691Z * [new tag] v0.5.0 -> v0.5.0
8162024-05-25T00:14:29.691Z * [new tag] v0.5.1 -> v0.5.1
8172024-05-25T00:14:29.691Z * [new tag] v0.6.0 -> v0.6.0
8182024-05-25T00:14:29.691Z * [new tag] v0.7.0 -> v0.7.0
8192024-05-25T00:14:29.691Z * [new tag] v0.8.0 -> v0.8.0
8202024-05-25T00:14:29.691Z * [new tag] v0.9.0 -> v0.9.0
8212024-05-25T00:14:29.720Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8222024-05-25T00:14:30.530ZFrom https://github.com/oxidecomputer/maghemite
8232024-05-25T00:14:30.530Z * [new branch] anycast -> origin/anycast
8242024-05-25T00:14:30.534Z * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration
8252024-05-25T00:14:30.534Z * [new branch] mac-build -> origin/mac-build
8262024-05-25T00:14:30.534Z * [new branch] main -> origin/main
8272024-05-25T00:14:30.534Z * [new branch] parsing -> origin/parsing
8282024-05-25T00:14:30.534Z * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x
8292024-05-25T00:14:30.534Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
8302024-05-25T00:14:30.534Z * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x
8312024-05-25T00:14:30.534Z * [new branch] renovate/itertools-0.x -> origin/renovate/itertools-0.x
8322024-05-25T00:14:30.534Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
8332024-05-25T00:14:30.534Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
8342024-05-25T00:14:30.534Z * [new branch] renovate/schemars-0.x-lockfile -> origin/renovate/schemars-0.x-lockfile
8352024-05-25T00:14:30.534Z * [new branch] ttl1-clean -> origin/ttl1-clean
8362024-05-25T00:14:30.535Z * [new branch] update-oximeter -> origin/update-oximeter
8372024-05-25T00:14:30.535Z * [new branch] vpc-subnet-opte -> origin/vpc-subnet-opte
8382024-05-25T00:14:30.535Z * [new ref] -> origin/HEAD
8392024-05-25T00:14:30.535Z * [new tag] rift -> rift
8402024-05-25T00:14:30.535Z * [new tag] srp -> srp
8412024-05-25T00:14:30.535Z * [new tag] tie-spf -> tie-spf
8422024-05-25T00:14:30.570Z Updating git repository `https://github.com/oxidecomputer/oxnet`
8432024-05-25T00:14:31.022ZFrom https://github.com/oxidecomputer/oxnet
8442024-05-25T00:14:31.022Z * [new branch] ci -> origin/ci
8452024-05-25T00:14:31.026Z * [new branch] main -> origin/main
8462024-05-25T00:14:31.026Z * [new ref] -> origin/HEAD
8472024-05-25T00:14:31.049Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8482024-05-25T00:14:32.476ZFrom https://github.com/oxidecomputer/progenitor
8492024-05-25T00:14:32.476Z * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1
8502024-05-25T00:14:32.480Z * [new branch] dependabot/cargo/proc-macro2-1.0.83 -> origin/dependabot/cargo/proc-macro2-1.0.83
8512024-05-25T00:14:32.480Z * [new branch] extension2 -> origin/extension2
8522024-05-25T00:14:32.480Z * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias
8532024-05-25T00:14:32.480Z * [new branch] main -> origin/main
8542024-05-25T00:14:32.480Z * [new branch] nexus-update -> origin/nexus-update
8552024-05-25T00:14:32.480Z * [new branch] owned-response-stream -> origin/owned-response-stream
8562024-05-25T00:14:32.480Z * [new branch] print-example -> origin/print-example
8572024-05-25T00:14:32.480Z * [new branch] query-arg-collision -> origin/query-arg-collision
8582024-05-25T00:14:32.480Z * [new branch] request-map -> origin/request-map
8592024-05-25T00:14:32.480Z * [new branch] response-value-content-length -> origin/response-value-content-length
8602024-05-25T00:14:32.481Z * [new branch] security-schemes -> origin/security-schemes
8612024-05-25T00:14:32.481Z * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types
8622024-05-25T00:14:32.481Z * [new branch] test-ci -> origin/test-ci
8632024-05-25T00:14:32.481Z * [new branch] test-v0.7.0 -> origin/test-v0.7.0
8642024-05-25T00:14:32.481Z * [new branch] untyped-responses -> origin/untyped-responses
8652024-05-25T00:14:32.481Z * [new branch] v41 -> origin/v41
8662024-05-25T00:14:32.481Z * [new ref] -> origin/HEAD
8672024-05-25T00:14:32.481Z * [new tag] v0.1.1 -> v0.1.1
8682024-05-25T00:14:32.481Z * [new tag] v0.2.0 -> v0.2.0
8692024-05-25T00:14:32.481Z * [new tag] v0.3.0 -> v0.3.0
8702024-05-25T00:14:32.481Z * [new tag] v0.4.0 -> v0.4.0
8712024-05-25T00:14:32.481Z * [new tag] v0.4.1 -> v0.4.1
8722024-05-25T00:14:32.481Z * [new tag] v0.5.0 -> v0.5.0
8732024-05-25T00:14:32.481Z * [new tag] v0.6.0 -> v0.6.0
8742024-05-25T00:14:32.481Z * [new tag] v0.7.0 -> v0.7.0
8752024-05-25T00:14:32.593Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8762024-05-25T00:14:32.819Zwarning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/
8772024-05-25T00:14:33.276ZFrom http://github.com/oxidecomputer/serde_human_bytes
8782024-05-25T00:14:33.276Z * [new branch] gh-pages -> origin/gh-pages
8792024-05-25T00:14:33.280Z * [new branch] main -> origin/main
8802024-05-25T00:14:33.280Z * [new branch] renovate/configure -> origin/renovate/configure
8812024-05-25T00:14:33.281Z * [new ref] -> origin/HEAD
8822024-05-25T00:14:33.294Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8832024-05-25T00:14:33.683ZFrom https://github.com/oxidecomputer/slog-error-chain
8842024-05-25T00:14:33.683Z * [new branch] main -> origin/main
8852024-05-25T00:14:33.686Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
8862024-05-25T00:14:33.686Z * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x
8872024-05-25T00:14:33.686Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
8882024-05-25T00:14:33.686Z * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile
8892024-05-25T00:14:33.686Z * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile
8902024-05-25T00:14:33.686Z * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile
8912024-05-25T00:14:33.687Z * [new ref] -> origin/HEAD
8922024-05-25T00:14:33.698Z Updating git repository `https://github.com/oxidecomputer/propolis`
8932024-05-25T00:14:34.793ZFrom https://github.com/oxidecomputer/propolis
8942024-05-25T00:14:34.793Z * [new branch] ata -> origin/ata
8952024-05-25T00:14:34.797Z * [new branch] eliza/somebios-version -> origin/eliza/somebios-version
8962024-05-25T00:14:34.797Z * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses
8972024-05-25T00:14:34.797Z * [new branch] luqmana/libnet -> origin/luqmana/libnet
8982024-05-25T00:14:34.797Z * [new branch] master -> origin/master
8992024-05-25T00:14:34.797Z * [new branch] softnpu-table-counters -> origin/softnpu-table-counters
9002024-05-25T00:14:34.797Z * [new branch] vlans -> origin/vlans
9012024-05-25T00:14:34.797Z * [new ref] -> origin/HEAD
9022024-05-25T00:14:34.875Z Updating git repository `https://github.com/oxidecomputer/crucible`
9032024-05-25T00:14:36.378ZFrom https://github.com/oxidecomputer/crucible
9042024-05-25T00:14:36.378Z * [new branch] alan/abort-live-repair -> origin/alan/abort-live-repair
9052024-05-25T00:14:36.382Z * [new branch] alan/dsc-reset -> origin/alan/dsc-reset
9062024-05-25T00:14:36.382Z * [new branch] alan/i-cant-let-it-go -> origin/alan/i-cant-let-it-go
9072024-05-25T00:14:36.382Z * [new branch] alan/locks_and_dtrace_debug_stuff -> origin/alan/locks_and_dtrace_debug_stuff
9082024-05-25T00:14:36.382Z * [new branch] alan/lr-test-fun -> origin/alan/lr-test-fun
9092024-05-25T00:14:36.382Z * [new branch] alan/lr-wip -> origin/alan/lr-wip
9102024-05-25T00:14:36.382Z * [new branch] alan/more-info -> origin/alan/more-info
9112024-05-25T00:14:36.382Z * [new branch] alan/no-repair-while-inactive -> origin/alan/no-repair-while-inactive
9122024-05-25T00:14:36.383Z * [new branch] alan/no-replace-before-active -> origin/alan/no-replace-before-active
9132024-05-25T00:14:36.383Z * [new branch] alan/rop-needs-replacing-too -> origin/alan/rop-needs-replacing-too
9142024-05-25T00:14:36.383Z * [new branch] alan/rust-new-clippy -> origin/alan/rust-new-clippy
9152024-05-25T00:14:36.383Z * [new branch] alan/short-downstairs-state -> origin/alan/short-downstairs-state
9162024-05-25T00:14:36.383Z * [new branch] alan/why_would_you_do_it_this_way -> origin/alan/why_would_you_do_it_this_way
9172024-05-25T00:14:36.383Z * [new branch] artemis/4k-recordsize -> origin/artemis/4k-recordsize
9182024-05-25T00:14:36.383Z * [new branch] artemis/fio-ci -> origin/artemis/fio-ci
9192024-05-25T00:14:36.383Z * [new branch] artemis/inthash-norowid-manualcheckpoints-syncmodechange -> origin/artemis/inthash-norowid-manualcheckpoints-syncmodechange
9202024-05-25T00:14:36.383Z * [new branch] artemis/remove-reqwest-block-io -> origin/artemis/remove-reqwest-block-io
9212024-05-25T00:14:36.383Z * [new branch] artemis/unix-excl -> origin/artemis/unix-excl
9222024-05-25T00:14:36.383Z * [new branch] backrec -> origin/backrec
9232024-05-25T00:14:36.383Z * [new branch] cruplay -> origin/cruplay
9242024-05-25T00:14:36.383Z * [new branch] demo_m2 -> origin/demo_m2
9252024-05-25T00:14:36.384Z * [new branch] disconnect-wip -> origin/disconnect-wip
9262024-05-25T00:14:36.384Z * [new branch] jclulow -> origin/jclulow
9272024-05-25T00:14:36.384Z * [new branch] main -> origin/main
9282024-05-25T00:14:36.384Z * [new branch] manager -> origin/manager
9292024-05-25T00:14:36.384Z * [new branch] merge_warn -> origin/merge_warn
9302024-05-25T00:14:36.384Z * [new branch] minor -> origin/minor
9312024-05-25T00:14:36.384Z * [new branch] pantry -> origin/pantry
9322024-05-25T00:14:36.384Z * [new branch] parallel-flush -> origin/parallel-flush
9332024-05-25T00:14:36.384Z * [new branch] renovate/clap-4.x-lockfile -> origin/renovate/clap-4.x-lockfile
9342024-05-25T00:14:36.384Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
9352024-05-25T00:14:36.384Z * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x
9362024-05-25T00:14:36.384Z * [new branch] renovate/hyper-staticfile-0.x -> origin/renovate/hyper-staticfile-0.x
9372024-05-25T00:14:36.388Z * [new branch] renovate/nbd-0.x -> origin/renovate/nbd-0.x
9382024-05-25T00:14:36.388Z * [new branch] renovate/omicron-zone-package-0.x -> origin/renovate/omicron-zone-package-0.x
9392024-05-25T00:14:36.389Z * [new branch] renovate/opentelemetry-jaeger-0.x -> origin/renovate/opentelemetry-jaeger-0.x
9402024-05-25T00:14:36.389Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
9412024-05-25T00:14:36.389Z * [new branch] renovate/rustls-pemfile-2.x -> origin/renovate/rustls-pemfile-2.x
9422024-05-25T00:14:36.389Z * [new branch] renovate/tokio-rustls-0.x -> origin/renovate/tokio-rustls-0.x
9432024-05-25T00:14:36.389Z * [new branch] renovate/tracing-opentelemetry-0.x -> origin/renovate/tracing-opentelemetry-0.x
9442024-05-25T00:14:36.389Z * [new branch] speculative-perfwork -> origin/speculative-perfwork
9452024-05-25T00:14:36.389Z * [new branch] sunshowers/spr/meta-patch-whoami -> origin/sunshowers/spr/meta-patch-whoami
9462024-05-25T00:14:36.389Z * [new branch] update-progenitor -> origin/update-progenitor
9472024-05-25T00:14:36.389Z * [new branch] use-json-schema -> origin/use-json-schema
9482024-05-25T00:14:36.389Z * [new ref] -> origin/HEAD
9492024-05-25T00:14:36.389Z * [new tag] one-task-refactoring -> one-task-refactoring
9502024-05-25T00:14:36.449Z Updating git repository `https://github.com/oxidecomputer/opte`
9512024-05-25T00:14:37.446ZFrom https://github.com/oxidecomputer/opte
9522024-05-25T00:14:37.446Z * [new branch] 481-strawman -> origin/481-strawman
9532024-05-25T00:14:37.450Z * [new branch] config-dhcp-dns -> origin/config-dhcp-dns
9542024-05-25T00:14:37.451Z * [new branch] custom-subnet-routing -> origin/custom-subnet-routing
9552024-05-25T00:14:37.451Z * [new branch] demo-stuffs -> origin/demo-stuffs
9562024-05-25T00:14:37.451Z * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock
9572024-05-25T00:14:37.451Z * [new branch] goodbye-all-of-classification -> origin/goodbye-all-of-classification
9582024-05-25T00:14:37.451Z * [new branch] helios-2.0 -> origin/helios-2.0
9592024-05-25T00:14:37.451Z * [new branch] iliana/test -> origin/iliana/test
9602024-05-25T00:14:37.451Z * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules
9612024-05-25T00:14:37.451Z * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev
9622024-05-25T00:14:37.451Z * [new branch] kbench-zone-variant -> origin/kbench-zone-variant
9632024-05-25T00:14:37.451Z * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options
9642024-05-25T00:14:37.451Z * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic
9652024-05-25T00:14:37.451Z * [new branch] master -> origin/master
9662024-05-25T00:14:37.451Z * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta
9672024-05-25T00:14:37.451Z * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn
9682024-05-25T00:14:37.452Z * [new branch] opte-204-paused -> origin/opte-204-paused
9692024-05-25T00:14:37.452Z * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv
9702024-05-25T00:14:37.452Z * [new branch] opte-220 -> origin/opte-220
9712024-05-25T00:14:37.452Z * [new branch] opte-225 -> origin/opte-225
9722024-05-25T00:14:37.452Z * [new branch] opte-227 -> origin/opte-227
9732024-05-25T00:14:37.452Z * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2
9742024-05-25T00:14:37.452Z * [new branch] opte-232 -> origin/opte-232
9752024-05-25T00:14:37.452Z * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats
9762024-05-25T00:14:37.452Z * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core
9772024-05-25T00:14:37.452Z * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall
9782024-05-25T00:14:37.452Z * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units
9792024-05-25T00:14:37.452Z * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures
9802024-05-25T00:14:37.452Z * [new branch] opteadm-library -> origin/opteadm-library
9812024-05-25T00:14:37.452Z * [new branch] partial-workspace -> origin/partial-workspace
9822024-05-25T00:14:37.452Z * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm
9832024-05-25T00:14:37.453Z * [new branch] renovate/crc32fast-1.x-lockfile -> origin/renovate/crc32fast-1.x-lockfile
9842024-05-25T00:14:37.453Z * [new branch] renovate/itertools-0.x -> origin/renovate/itertools-0.x
9852024-05-25T00:14:37.453Z * [new branch] renovate/nix-0.x -> origin/renovate/nix-0.x
9862024-05-25T00:14:37.453Z * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile
9872024-05-25T00:14:37.453Z * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error
9882024-05-25T00:14:37.453Z * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt
9892024-05-25T00:14:37.453Z * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats
9902024-05-25T00:14:37.453Z * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test
9912024-05-25T00:14:37.457Z * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats
9922024-05-25T00:14:37.457Z * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor
9932024-05-25T00:14:37.457Z * [new branch] rpz-ameta-own -> origin/rpz-ameta-own
9942024-05-25T00:14:37.457Z * [new branch] rpz-assert-drop -> origin/rpz-assert-drop
9952024-05-25T00:14:37.457Z * [new branch] rpz-csum-doc -> origin/rpz-csum-doc
9962024-05-25T00:14:37.458Z * [new branch] rpz-def-action -> origin/rpz-def-action
9972024-05-25T00:14:37.458Z * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff
9982024-05-25T00:14:37.458Z * [new branch] rpz-fix-docs -> origin/rpz-fix-docs
9992024-05-25T00:14:37.458Z * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer
10002024-05-25T00:14:37.458Z * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2
10012024-05-25T00:14:37.458Z * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle
10022024-05-25T00:14:37.458Z * [new branch] rpz-less-alloc -> origin/rpz-less-alloc
10032024-05-25T00:14:37.458Z * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats
10042024-05-25T00:14:37.458Z * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi
10052024-05-25T00:14:37.458Z * [new branch] rpz-opte-294 -> origin/rpz-opte-294
10062024-05-25T00:14:37.458Z * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows
10072024-05-25T00:14:37.458Z * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err
10082024-05-25T00:14:37.458Z * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn
10092024-05-25T00:14:37.458Z * [new branch] rpz-predicate-module -> origin/rpz-predicate-module
10102024-05-25T00:14:37.458Z * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test
10112024-05-25T00:14:37.458Z * [new branch] rpz-rm-todo -> origin/rpz-rm-todo
10122024-05-25T00:14:37.459Z * [new branch] rpz-sanity-check -> origin/rpz-sanity-check
10132024-05-25T00:14:37.459Z * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state
10142024-05-25T00:14:37.459Z * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits
10152024-05-25T00:14:37.459Z * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test
10162024-05-25T00:14:37.459Z * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests
10172024-05-25T00:14:37.459Z * [new branch] rpz-test-common -> origin/rpz-test-common
10182024-05-25T00:14:37.459Z * [new branch] rpz-test-constants -> origin/rpz-test-constants
10192024-05-25T00:14:37.459Z * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat
10202024-05-25T00:14:37.459Z * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate
10212024-05-25T00:14:37.459Z * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success
10222024-05-25T00:14:37.459Z * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61
10232024-05-25T00:14:37.459Z * [new ref] -> origin/HEAD
10242024-05-25T00:14:37.539Z Updating git repository `https://github.com/oxidecomputer/falcon`
10252024-05-25T00:14:38.331ZFrom https://github.com/oxidecomputer/falcon
10262024-05-25T00:14:38.332Z * [new branch] main -> origin/main
10272024-05-25T00:14:38.335Z * [new ref] -> origin/HEAD
10282024-05-25T00:14:38.448Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
10292024-05-25T00:14:39.065ZFrom https://github.com/oxidecomputer/management-gateway-service
10302024-05-25T00:14:39.065Z * [new branch] af-temp-hash -> origin/af-temp-hash
10312024-05-25T00:14:39.069Z * [new branch] buildomat -> origin/buildomat
10322024-05-25T00:14:39.069Z * [new branch] bump-smoltcp -> origin/bump-smoltcp
10332024-05-25T00:14:39.069Z * [new branch] cached-bootloader-update -> origin/cached-bootloader-update
10342024-05-25T00:14:39.069Z * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32
10352024-05-25T00:14:39.069Z * [new branch] image-board-check -> origin/image-board-check
10362024-05-25T00:14:39.070Z * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state
10372024-05-25T00:14:39.070Z * [new branch] lock_state -> origin/lock_state
10382024-05-25T00:14:39.070Z * [new branch] main -> origin/main
10392024-05-25T00:14:39.070Z * [new branch] more-expect-cleanup -> origin/more-expect-cleanup
10402024-05-25T00:14:39.070Z * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image
10412024-05-25T00:14:39.070Z * [new branch] read-rot-message -> origin/read-rot-message
10422024-05-25T00:14:39.070Z * [new branch] reexport-sp-component -> origin/reexport-sp-component
10432024-05-25T00:14:39.070Z * [new branch] remove-dumper-error -> origin/remove-dumper-error
10442024-05-25T00:14:39.070Z * [new branch] reset-component -> origin/reset-component
10452024-05-25T00:14:39.070Z * [new branch] revert-70-reset-component -> origin/revert-70-reset-component
10462024-05-25T00:14:39.070Z * [new branch] rhai -> origin/rhai
10472024-05-25T00:14:39.070Z * [new branch] rot-boot-info -> origin/rot-boot-info
10482024-05-25T00:14:39.070Z * [new branch] rot-update -> origin/rot-update
10492024-05-25T00:14:39.070Z * [new branch] rot-update-2 -> origin/rot-update-2
10502024-05-25T00:14:39.070Z * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status
10512024-05-25T00:14:39.071Z * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans
10522024-05-25T00:14:39.071Z * [new branch] sprot-attest -> origin/sprot-attest
10532024-05-25T00:14:39.071Z * [new branch] sprot-desync-error -> origin/sprot-desync-error
10542024-05-25T00:14:39.071Z * [new branch] sprot-errors -> origin/sprot-errors
10552024-05-25T00:14:39.071Z * [new branch] stage0-update-component -> origin/stage0-update-component
10562024-05-25T00:14:39.071Z * [new branch] update-rot-state-msg -> origin/update-rot-state-msg
10572024-05-25T00:14:39.071Z * [new branch] update-stage0 -> origin/update-stage0
10582024-05-25T00:14:39.071Z * [new ref] -> origin/HEAD
10592024-05-25T00:14:39.189Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
10602024-05-25T00:14:39.648ZFrom https://github.com/oxidecomputer/async-bb8-diesel
10612024-05-25T00:14:39.649Z * [new branch] add-more-flags -> origin/add-more-flags
10622024-05-25T00:14:39.652Z * [new branch] master -> origin/master
10632024-05-25T00:14:39.652Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
10642024-05-25T00:14:39.652Z * [new branch] update_database -> origin/update_database
10652024-05-25T00:14:39.652Z * [new ref] -> origin/HEAD
10662024-05-25T00:14:39.685Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
10672024-05-25T00:14:40.130ZFrom https://github.com/oxidecomputer/openapi-lint
10682024-05-25T00:14:40.130Z * [new branch] main -> origin/main
10692024-05-25T00:14:40.133Z * [new ref] -> origin/HEAD
10702024-05-25T00:14:40.146Z Updating git repository `http://github.com/oxidecomputer/sprockets`
10712024-05-25T00:14:40.346Zwarning: redirecting to https://github.com/oxidecomputer/sprockets/
10722024-05-25T00:14:40.631ZFrom http://github.com/oxidecomputer/sprockets
10732024-05-25T00:14:40.632Z * [new branch] add-license-file -> origin/add-license-file
10742024-05-25T00:14:40.635Z * [new branch] add-spi-error -> origin/add-spi-error
10752024-05-25T00:14:40.635Z * [new branch] aead-buf -> origin/aead-buf
10762024-05-25T00:14:40.635Z * [new branch] aead-buf-explict-reset-self-buf -> origin/aead-buf-explict-reset-self-buf
10772024-05-25T00:14:40.635Z * [new branch] aead-buf-rebase -> origin/aead-buf-rebase
10782024-05-25T00:14:40.635Z * [new branch] aead-read-buf -> origin/aead-read-buf
10792024-05-25T00:14:40.635Z * [new branch] aead-read-buf-linear -> origin/aead-read-buf-linear
10802024-05-25T00:14:40.635Z * [new branch] async-session -> origin/async-session
10812024-05-25T00:14:40.635Z * [new branch] async-session-extend-test -> origin/async-session-extend-test
10822024-05-25T00:14:40.636Z * [new branch] dependabot/cargo/ed25519-2.2.3 -> origin/dependabot/cargo/ed25519-2.2.3
10832024-05-25T00:14:40.636Z * [new branch] dependabot/cargo/ed25519-dalek-2.0.0 -> origin/dependabot/cargo/ed25519-dalek-2.0.0
10842024-05-25T00:14:40.636Z * [new branch] dependabot/cargo/ring-0.17.5 -> origin/dependabot/cargo/ring-0.17.5
10852024-05-25T00:14:40.636Z * [new branch] dependabot/cargo/serde-big-array-0.5.1 -> origin/dependabot/cargo/serde-big-array-0.5.1
10862024-05-25T00:14:40.636Z * [new branch] derive-more -> origin/derive-more
10872024-05-25T00:14:40.636Z * [new branch] fix-rot-manager-tests -> origin/fix-rot-manager-tests
10882024-05-25T00:14:40.636Z * [new branch] main -> origin/main
10892024-05-25T00:14:40.636Z * [new branch] main-rebased -> origin/main-rebased
10902024-05-25T00:14:40.636Z * [new branch] no-salty-by-default-in-common -> origin/no-salty-by-default-in-common
10912024-05-25T00:14:40.636Z * [new branch] qol-tweaks -> origin/qol-tweaks
10922024-05-25T00:14:40.636Z * [new branch] readme -> origin/readme
10932024-05-25T00:14:40.636Z * [new branch] readme-fix -> origin/readme-fix
10942024-05-25T00:14:40.636Z * [new branch] rot-msg-versioning -> origin/rot-msg-versioning
10952024-05-25T00:14:40.636Z * [new ref] -> origin/HEAD
10962024-05-25T00:14:40.675Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
10972024-05-25T00:14:41.070ZFrom https://github.com/oxidecomputer/diesel-dtrace
10982024-05-25T00:14:41.070Z * [new branch] main -> origin/main
10992024-05-25T00:14:41.073Z * [new branch] stable-usdt -> origin/stable-usdt
11002024-05-25T00:14:41.073Z * [new branch] uuid -> origin/uuid
11012024-05-25T00:14:41.073Z * [new ref] -> origin/HEAD
11022024-05-25T00:14:41.166Z Updating git repository `http://github.com/oxidecomputer/tofino`
11032024-05-25T00:14:41.415Zwarning: redirecting to https://github.com/oxidecomputer/tofino/
11042024-05-25T00:14:41.657ZFrom http://github.com/oxidecomputer/tofino
11052024-05-25T00:14:41.658Z * [new branch] main -> origin/main
11062024-05-25T00:14:41.670Z * [new ref] -> origin/HEAD
11072024-05-25T00:14:41.705Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
11082024-05-25T00:14:42.146ZFrom https://github.com/oxidecomputer/illumos-devinfo
11092024-05-25T00:14:42.146Z * [new branch] main -> origin/main
11102024-05-25T00:14:42.150Z * [new ref] -> origin/HEAD
11112024-05-25T00:14:42.158Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
11122024-05-25T00:14:42.566ZFrom https://github.com/oxidecomputer/libefi-illumos
11132024-05-25T00:14:42.566Z * [new branch] master -> origin/master
11142024-05-25T00:14:42.570Z * [new ref] -> origin/HEAD
11152024-05-25T00:14:42.578Z Updating git repository `https://github.com/oxidecomputer/libnvme`
11162024-05-25T00:14:43.069ZFrom https://github.com/oxidecomputer/libnvme
11172024-05-25T00:14:43.069Z * [new branch] main -> origin/main
11182024-05-25T00:14:43.073Z * [new branch] mike/libnvme-firmware -> origin/mike/libnvme-firmware
11192024-05-25T00:14:43.073Z * [new ref] -> origin/HEAD
11202024-05-25T00:14:43.126Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
11212024-05-25T00:14:43.563ZFrom https://github.com/oxidecomputer/hubtools
11222024-05-25T00:14:43.563Z * [new branch] add-cargo-lock -> origin/add-cargo-lock
11232024-05-25T00:14:43.566Z * [new branch] add-default-caboose -> origin/add-default-caboose
11242024-05-25T00:14:43.566Z * [new branch] add_sign -> origin/add_sign
11252024-05-25T00:14:43.566Z * [new branch] bootleby_archive -> origin/bootleby_archive
11262024-05-25T00:14:43.566Z * [new branch] caboose_sign -> origin/caboose_sign
11272024-05-25T00:14:43.566Z * [new branch] epoch -> origin/epoch
11282024-05-25T00:14:43.566Z * [new branch] extract-image -> origin/extract-image
11292024-05-25T00:14:43.566Z * [new branch] fixes -> origin/fixes
11302024-05-25T00:14:43.566Z * [new branch] humility_fixes -> origin/humility_fixes
11312024-05-25T00:14:43.566Z * [new branch] main -> origin/main
11322024-05-25T00:14:43.567Z * [new branch] overwrite_in_memory -> origin/overwrite_in_memory
11332024-05-25T00:14:43.567Z * [new branch] sig_txt -> origin/sig_txt
11342024-05-25T00:14:43.567Z * [new branch] sign_caboose_builder -> origin/sign_caboose_builder
11352024-05-25T00:14:43.567Z * [new branch] verify_rot -> origin/verify_rot
11362024-05-25T00:14:43.567Z * [new ref] -> origin/HEAD
11372024-05-25T00:14:43.590Z Updating git repository `https://github.com/oxidecomputer/ispf`
11382024-05-25T00:14:44.012ZFrom https://github.com/oxidecomputer/ispf
11392024-05-25T00:14:44.012Z * [new branch] main -> origin/main
11402024-05-25T00:14:44.016Z * [new ref] -> origin/HEAD
11412024-05-25T00:14:44.180Z Updating git repository `https://github.com/oxidecomputer/poptrie`
11422024-05-25T00:14:44.587ZFrom https://github.com/oxidecomputer/poptrie
11432024-05-25T00:14:44.587Z * [new branch] main -> origin/main
11442024-05-25T00:14:44.590Z * [new branch] multipath -> origin/multipath
11452024-05-25T00:14:44.591Z * [new ref] -> origin/HEAD
11462024-05-25T00:14:44.613Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
11472024-05-25T00:14:45.246ZFrom https://github.com/oxidecomputer/netadm-sys
11482024-05-25T00:14:45.246Z * [new branch] c_char-non-x86 -> origin/c_char-non-x86
11492024-05-25T00:14:45.250Z * [new branch] compile-macos -> origin/compile-macos
11502024-05-25T00:14:45.250Z * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25
11512024-05-25T00:14:45.250Z * [new branch] gh-pages -> origin/gh-pages
11522024-05-25T00:14:45.250Z * [new branch] main -> origin/main
11532024-05-25T00:14:45.250Z * [new branch] route-get-timeout -> origin/route-get-timeout
11542024-05-25T00:14:45.250Z * [new branch] siocgnds -> origin/siocgnds
11552024-05-25T00:14:45.250Z * [new ref] -> origin/HEAD
11562024-05-25T00:14:45.423Z Updating git repository `https://github.com/jgallagher/nix`
11572024-05-25T00:14:46.340ZFrom https://github.com/jgallagher/nix
11582024-05-25T00:14:46.340Z * [new branch] Susurrus-patch-1 -> origin/Susurrus-patch-1
11592024-05-25T00:14:46.344Z * [new branch] aio_pin -> origin/aio_pin
11602024-05-25T00:14:46.344Z * [new branch] fix-socketaddrv6-conversion -> origin/fix-socketaddrv6-conversion
11612024-05-25T00:14:46.344Z * [new branch] illumos -> origin/illumos
11622024-05-25T00:14:46.344Z * [new branch] master -> origin/master
11632024-05-25T00:14:46.344Z * [new branch] r0.11.1 -> origin/r0.11.1
11642024-05-25T00:14:46.344Z * [new branch] r0.12.1 -> origin/r0.12.1
11652024-05-25T00:14:46.344Z * [new branch] r0.13.1 -> origin/r0.13.1
11662024-05-25T00:14:46.344Z * [new branch] r0.26-illumos -> origin/r0.26-illumos
11672024-05-25T00:14:46.344Z * [new branch] sparc64 -> origin/sparc64
11682024-05-25T00:14:46.345Z * [new branch] staging -> origin/staging
11692024-05-25T00:14:46.345Z * [new branch] trying -> origin/trying
11702024-05-25T00:14:46.345Z * [new branch] update_lazystatic -> origin/update_lazystatic
11712024-05-25T00:14:46.345Z * [new ref] -> origin/HEAD
11722024-05-25T00:14:46.345Z * [new tag] v0.10.0 -> v0.10.0
11732024-05-25T00:14:46.345Z * [new tag] v0.11.0 -> v0.11.0
11742024-05-25T00:14:46.345Z * [new tag] v0.11.1 -> v0.11.1
11752024-05-25T00:14:46.345Z * [new tag] v0.12.0 -> v0.12.0
11762024-05-25T00:14:46.345Z * [new tag] v0.12.1 -> v0.12.1
11772024-05-25T00:14:46.345Z * [new tag] v0.13.0 -> v0.13.0
11782024-05-25T00:14:46.345Z * [new tag] v0.13.1 -> v0.13.1
11792024-05-25T00:14:46.345Z * [new tag] v0.14.0 -> v0.14.0
11802024-05-25T00:14:46.345Z * [new tag] v0.14.1 -> v0.14.1
11812024-05-25T00:14:46.345Z * [new tag] v0.16.0 -> v0.16.0
11822024-05-25T00:14:46.346Z * [new tag] v0.17.0 -> v0.17.0
11832024-05-25T00:14:46.346Z * [new tag] v0.3.10 -> v0.3.10
11842024-05-25T00:14:46.346Z * [new tag] v0.3.9 -> v0.3.9
11852024-05-25T00:14:46.346Z * [new tag] v0.4.2 -> v0.4.2
11862024-05-25T00:14:46.346Z * [new tag] v0.4.3 -> v0.4.3
11872024-05-25T00:14:46.346Z * [new tag] v0.5.0 -> v0.5.0
11882024-05-25T00:14:46.346Z * [new tag] v0.5.1 -> v0.5.1
11892024-05-25T00:14:46.346Z * [new tag] v0.6.0 -> v0.6.0
11902024-05-25T00:14:46.346Z * [new tag] v0.7.0 -> v0.7.0
11912024-05-25T00:14:46.346Z * [new tag] v0.8.0 -> v0.8.0
11922024-05-25T00:14:46.346Z * [new tag] v0.8.1 -> v0.8.1
11932024-05-25T00:14:46.346Z * [new tag] v0.9.0 -> v0.9.0
11942024-05-25T00:14:46.376Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
11952024-05-25T00:14:46.838ZFrom https://github.com/oxidecomputer/tlvc
11962024-05-25T00:14:46.838Z * [new branch] dependabot/cargo/tool/zerocopy-0.6.6 -> origin/dependabot/cargo/tool/zerocopy-0.6.6
11972024-05-25T00:14:46.842Z * [new branch] main -> origin/main
11982024-05-25T00:14:46.842Z * [new branch] string-pieces -> origin/string-pieces
11992024-05-25T00:14:46.842Z * [new ref] -> origin/HEAD
12002024-05-25T00:14:46.859Z Updating git repository `https://github.com/cbiffle/hubpack.git`
12012024-05-25T00:14:47.270ZFrom https://github.com/cbiffle/hubpack
12022024-05-25T00:14:47.270Z * [new branch] main -> origin/main
12032024-05-25T00:14:47.274Z * [new ref] -> origin/HEAD
12042024-05-25T00:14:47.488Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
12052024-05-25T00:14:48.007ZFrom https://github.com/oxidecomputer/lpc55_support
12062024-05-25T00:14:48.007Z * [new branch] bump_version -> origin/bump_version
12072024-05-25T00:14:48.011Z * [new branch] extend_logging -> origin/extend_logging
12082024-05-25T00:14:48.011Z * [new branch] master -> origin/master
12092024-05-25T00:14:48.011Z * [new branch] nightly_fmt_fix -> origin/nightly_fmt_fix
12102024-05-25T00:14:48.011Z * [new branch] real_verify_error -> origin/real_verify_error
12112024-05-25T00:14:48.011Z * [new branch] release_fixes -> origin/release_fixes
12122024-05-25T00:14:48.011Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
12132024-05-25T00:14:48.011Z * [new ref] -> origin/HEAD
12142024-05-25T00:14:48.072Z Updating git repository `https://github.com/oxidecomputer/typify`
12152024-05-25T00:14:49.784ZFrom https://github.com/oxidecomputer/typify
12162024-05-25T00:14:49.784Z * [new branch] dependabot/cargo/semver-1.0.23 -> origin/dependabot/cargo/semver-1.0.23
12172024-05-25T00:14:49.787Z * [new branch] ipv6 -> origin/ipv6
12182024-05-25T00:14:49.787Z * [new branch] js-schema -> origin/js-schema
12192024-05-25T00:14:49.788Z * [new branch] main -> origin/main
12202024-05-25T00:14:49.788Z * [new branch] nested-newtype -> origin/nested-newtype
12212024-05-25T00:14:49.788Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error
12222024-05-25T00:14:49.788Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1
12232024-05-25T00:14:49.788Z * [new ref] -> origin/HEAD
12242024-05-25T00:14:49.788Z * [new tag] v0.0.10 -> v0.0.10
12252024-05-25T00:14:49.788Z * [new tag] v0.0.11 -> v0.0.11
12262024-05-25T00:14:49.788Z * [new tag] v0.0.12 -> v0.0.12
12272024-05-25T00:14:49.788Z * [new tag] v0.0.13 -> v0.0.13
12282024-05-25T00:14:49.788Z * [new tag] v0.0.14 -> v0.0.14
12292024-05-25T00:14:49.788Z * [new tag] v0.0.15 -> v0.0.15
12302024-05-25T00:14:49.788Z * [new tag] v0.0.16 -> v0.0.16
12312024-05-25T00:14:49.788Z * [new tag] v0.0.4 -> v0.0.4
12322024-05-25T00:14:49.788Z * [new tag] v0.0.5 -> v0.0.5
12332024-05-25T00:14:49.788Z * [new tag] v0.0.6 -> v0.0.6
12342024-05-25T00:14:49.789Z * [new tag] v0.0.7 -> v0.0.7
12352024-05-25T00:14:49.789Z * [new tag] v0.0.8 -> v0.0.8
12362024-05-25T00:14:49.789Z * [new tag] v0.0.9 -> v0.0.9
12372024-05-25T00:14:49.789Z * [new tag] v0.1.0 -> v0.1.0
12382024-05-25T00:14:49.915Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
12392024-05-25T00:14:50.440ZFrom https://github.com/oxidecomputer/dlpi-sys
12402024-05-25T00:14:50.440Z * [new branch] gh-pages -> origin/gh-pages
12412024-05-25T00:14:50.443Z * [new branch] main -> origin/main
12422024-05-25T00:14:50.443Z * [new ref] -> origin/HEAD
12432024-05-25T00:14:50.461Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
12442024-05-25T00:14:50.868ZFrom https://github.com/jmesmon/rust-libzfs
12452024-05-25T00:14:50.868Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
12462024-05-25T00:14:50.871Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
12472024-05-25T00:14:50.871Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
12482024-05-25T00:14:50.871Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
12492024-05-25T00:14:50.871Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
12502024-05-25T00:14:50.872Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
12512024-05-25T00:14:50.872Z * [new branch] dev -> origin/dev
12522024-05-25T00:14:50.872Z * [new branch] drr -> origin/drr
12532024-05-25T00:14:50.872Z * [new branch] f-types -> origin/f-types
12542024-05-25T00:14:50.872Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
12552024-05-25T00:14:50.872Z * [new branch] master -> origin/master
12562024-05-25T00:14:50.872Z * [new branch] staging -> origin/staging
12572024-05-25T00:14:50.872Z * [new ref] -> origin/HEAD
12582024-05-25T00:14:50.872Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
12592024-05-25T00:14:50.872Z * [new tag] v0.4.0 -> v0.4.0
12602024-05-25T00:14:50.872Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
12612024-05-25T00:14:50.872Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
12622024-05-25T00:14:50.886Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
12632024-05-25T00:14:51.409ZFrom https://github.com/oxidecomputer/rusty-doors
12642024-05-25T00:14:51.409Z * [new branch] gh-pages -> origin/gh-pages
12652024-05-25T00:14:51.413Z * [new branch] main -> origin/main
12662024-05-25T00:14:51.413Z * [new branch] no-bindgen -> origin/no-bindgen
12672024-05-25T00:14:51.413Z * [new ref] -> origin/HEAD
12682024-05-25T00:14:51.535Z Updating git repository `https://github.com/oxidecomputer/rfb`
12692024-05-25T00:14:52.081ZFrom https://github.com/oxidecomputer/rfb
12702024-05-25T00:14:52.081Z * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse
12712024-05-25T00:14:52.085Z * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real
12722024-05-25T00:14:52.085Z * [new branch] main -> origin/main
12732024-05-25T00:14:52.085Z * [new branch] pixfmts -> origin/pixfmts
12742024-05-25T00:14:52.085Z * [new ref] -> origin/HEAD
12752024-05-25T00:14:53.119Z Downloading crates ...
12762024-05-25T00:14:53.220Z Downloaded anstream v0.6.14
12772024-05-25T00:14:53.223Z Downloaded bitflags v2.5.0
12782024-05-25T00:14:53.227Z Downloaded anstyle-query v1.0.3
12792024-05-25T00:14:53.230Z Downloaded anstyle-parse v0.2.4
12802024-05-25T00:14:53.230Z Downloaded cargo_toml v0.20.2
12812024-05-25T00:14:53.234Z Downloaded autocfg v1.3.0
12822024-05-25T00:14:53.235Z Downloaded cargo-platform v0.1.8
12832024-05-25T00:14:53.238Z Downloaded itoa v1.0.11
12842024-05-25T00:14:53.238Z Downloaded colorchoice v1.0.1
12852024-05-25T00:14:53.238Z Downloaded clap_derive v4.5.4
12862024-05-25T00:14:53.244Z Downloaded anstyle v1.0.7
12872024-05-25T00:14:53.253Z Downloaded swrite v0.1.0
12882024-05-25T00:14:53.256Z Downloaded clap_builder v4.5.2
12892024-05-25T00:14:53.261Z Downloaded indexmap v2.2.6
12902024-05-25T00:14:53.265Z Downloaded cargo_metadata v0.18.1
12912024-05-25T00:14:53.268Z Downloaded terminal_size v0.3.0
12922024-05-25T00:14:53.268Z Downloaded clap v4.5.4
12932024-05-25T00:14:53.277Z Downloaded is_terminal_polyfill v1.70.0
12942024-05-25T00:14:53.280Z Downloaded strsim v0.11.1
12952024-05-25T00:14:53.281Z Downloaded anyhow v1.0.83
12962024-05-25T00:14:53.285Z Downloaded errno v0.3.9
12972024-05-25T00:14:53.298Z Downloaded clap_lex v0.7.0
12982024-05-25T00:14:53.298Z Downloaded equivalent v1.0.1
12992024-05-25T00:14:53.302Z Downloaded thiserror v1.0.60
13002024-05-25T00:14:53.302Z Downloaded utf8parse v0.2.1
13012024-05-25T00:14:53.302Z Downloaded unicode-ident v1.0.12
13022024-05-25T00:14:53.302Z Downloaded thiserror-impl v1.0.60
13032024-05-25T00:14:53.306Z Downloaded serde_spanned v0.6.6
13042024-05-25T00:14:53.306Z Downloaded quote v1.0.36
13052024-05-25T00:14:53.309Z Downloaded macaddr v1.0.1
13062024-05-25T00:14:53.309Z Downloaded toml_datetime v0.6.6
13072024-05-25T00:14:53.309Z Downloaded heck v0.5.0
13082024-05-25T00:14:53.312Z Downloaded fs-err v2.11.0
13092024-05-25T00:14:53.312Z Downloaded semver v1.0.23
13102024-05-25T00:14:53.318Z Downloaded camino v1.1.7
13112024-05-25T00:14:53.322Z Downloaded ryu v1.0.18
13122024-05-25T00:14:53.325Z Downloaded proc-macro2 v1.0.82
13132024-05-25T00:14:53.328Z Downloaded toml v0.8.13
13142024-05-25T00:14:53.332Z Downloaded serde_derive v1.0.202
13152024-05-25T00:14:53.346Z Downloaded memchr v2.7.2
13162024-05-25T00:14:53.350Z Downloaded serde v1.0.202
13172024-05-25T00:14:53.357Z Downloaded toml_edit v0.22.13
13182024-05-25T00:14:53.379Z Downloaded hashbrown v0.14.5
13192024-05-25T00:14:53.388Z Downloaded winnow v0.6.8
13202024-05-25T00:14:53.396Z Downloaded serde_json v1.0.117
13212024-05-25T00:14:53.413Z Downloaded syn v2.0.64
13222024-05-25T00:14:53.425Z Downloaded rustix v0.38.34
13232024-05-25T00:14:53.456Z Downloaded libc v0.2.153
13242024-05-25T00:14:53.639Z Compiling proc-macro2 v1.0.82
13252024-05-25T00:14:53.639Z Compiling unicode-ident v1.0.12
13262024-05-25T00:14:53.642Z Compiling serde v1.0.202
13272024-05-25T00:14:53.642Z Compiling libc v0.2.153
13282024-05-25T00:14:53.642Z Compiling rustix v0.38.34
13292024-05-25T00:14:53.642Z Compiling equivalent v1.0.1
13302024-05-25T00:14:53.668Z Compiling utf8parse v0.2.1
13312024-05-25T00:14:53.672Z Compiling hashbrown v0.14.5
13322024-05-25T00:14:53.842Z Compiling bitflags v2.5.0
13332024-05-25T00:14:53.874Z Compiling autocfg v1.3.0
13342024-05-25T00:14:53.931Z Compiling anstyle-parse v0.2.4
13352024-05-25T00:14:54.265Z Compiling thiserror v1.0.60
13362024-05-25T00:14:54.284Z Compiling camino v1.1.7
13372024-05-25T00:14:54.715Z Compiling anstyle v1.0.7
13382024-05-25T00:14:54.837Z Compiling indexmap v2.2.6
13392024-05-25T00:14:55.048Z Compiling anstyle-query v1.0.3
13402024-05-25T00:14:55.137Z Compiling serde_json v1.0.117
13412024-05-25T00:14:55.737Z Compiling is_terminal_polyfill v1.70.0
13422024-05-25T00:14:55.819Z Compiling colorchoice v1.0.1
13432024-05-25T00:14:55.922Z Compiling semver v1.0.23
13442024-05-25T00:14:57.630Z Compiling winnow v0.6.8
13452024-05-25T00:14:57.800Z Compiling anstream v0.6.14
13462024-05-25T00:14:57.821Z Compiling fs-err v2.11.0
13472024-05-25T00:14:57.844Z Compiling itoa v1.0.11
13482024-05-25T00:14:57.849Z Compiling heck v0.5.0
13492024-05-25T00:14:57.849Z Compiling strsim v0.11.1
13502024-05-25T00:14:58.074Z Compiling ryu v1.0.18
13512024-05-25T00:14:58.141Z Compiling anyhow v1.0.83
13522024-05-25T00:14:58.498Z Compiling clap_lex v0.7.0
13532024-05-25T00:14:58.703Z Compiling swrite v0.1.0
13542024-05-25T00:14:59.068Z Compiling errno v0.3.9
13552024-05-25T00:14:59.144Z Compiling quote v1.0.36
13562024-05-25T00:14:59.513Z Compiling syn v2.0.64
13572024-05-25T00:15:00.271Z Compiling terminal_size v0.3.0
13582024-05-25T00:15:00.407Z Compiling clap_builder v4.5.2
13592024-05-25T00:15:05.440Z Compiling serde_derive v1.0.202
13602024-05-25T00:15:05.443Z Compiling thiserror-impl v1.0.60
13612024-05-25T00:15:05.443Z Compiling clap_derive v4.5.4
13622024-05-25T00:15:08.263Z Compiling clap v4.5.4
13632024-05-25T00:15:13.916Z Compiling serde_spanned v0.6.6
13642024-05-25T00:15:13.919Z Compiling toml_datetime v0.6.6
13652024-05-25T00:15:13.919Z Compiling cargo-platform v0.1.8
13662024-05-25T00:15:13.919Z Compiling macaddr v1.0.1
13672024-05-25T00:15:14.291Z Compiling toml_edit v0.22.13
13682024-05-25T00:15:15.324Z Compiling cargo_metadata v0.18.1
13692024-05-25T00:15:16.438Z Compiling toml v0.8.13
13702024-05-25T00:15:17.213Z Compiling cargo_toml v0.20.2
13712024-05-25T00:15:21.290Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13722024-05-25T00:15:24.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.58s
13732024-05-25T00:15:24.539Z Running `target/debug/xtask releng --output-dir /work`
13742024-05-25T00:15:25.064Z Downloading crates ...
13752024-05-25T00:15:25.193Z Downloaded adler v1.0.2
13762024-05-25T00:15:25.210Z Downloaded ahash v0.8.11
13772024-05-25T00:15:25.215Z Downloaded allocator-api2 v0.2.18
13782024-05-25T00:15:25.215Z Downloaded addr2line v0.21.0
13792024-05-25T00:15:25.219Z Downloaded arc-swap v1.7.1
13802024-05-25T00:15:25.222Z Downloaded base64ct v1.6.0
13812024-05-25T00:15:25.225Z Downloaded assert_matches v1.5.0
13822024-05-25T00:15:25.225Z Downloaded atty v0.2.14
13832024-05-25T00:15:25.225Z Downloaded humantime v2.1.0
13842024-05-25T00:15:25.228Z Downloaded async-stream v0.3.5
13852024-05-25T00:15:25.231Z Downloaded ascii v1.1.0
13862024-05-25T00:15:25.232Z Downloaded arrayvec v0.7.4
13872024-05-25T00:15:25.235Z Downloaded aho-corasick v1.1.3
13882024-05-25T00:15:25.241Z Downloaded ident_case v1.0.1
13892024-05-25T00:15:25.244Z Downloaded iana-time-zone v0.1.60
13902024-05-25T00:15:25.248Z Downloaded base64 v0.13.1
13912024-05-25T00:15:25.251Z Downloaded darling_macro v0.20.9
13922024-05-25T00:15:25.251Z Downloaded hubpack v0.1.2
13932024-05-25T00:15:25.255Z Downloaded async-trait v0.1.80
13942024-05-25T00:15:25.261Z Downloaded async-stream-impl v0.3.5
13952024-05-25T00:15:25.261Z Downloaded base16ct v0.2.0
13962024-05-25T00:15:25.261Z Downloaded arrayref v0.3.7
13972024-05-25T00:15:25.265Z Downloaded array-init v0.0.4
13982024-05-25T00:15:25.265Z Downloaded base64 v0.21.7
13992024-05-25T00:15:25.269Z Downloaded backoff v0.4.0
14002024-05-25T00:15:25.269Z Downloaded hyper v0.14.28
14012024-05-25T00:15:25.279Z Downloaded bb8 v0.8.3
14022024-05-25T00:15:25.282Z Downloaded hyper-tls v0.5.0
14032024-05-25T00:15:25.282Z Downloaded cfg-if v1.0.0
14042024-05-25T00:15:25.285Z Downloaded cassowary v0.3.0
14052024-05-25T00:15:25.289Z Downloaded bitflags v1.3.2
14062024-05-25T00:15:25.292Z Downloaded lalrpop v0.19.12
14072024-05-25T00:15:25.303Z Downloaded argon2 v0.5.3
14082024-05-25T00:15:25.306Z Downloaded libxml v0.3.3
14092024-05-25T00:15:25.321Z Downloaded itertools v0.12.1
14102024-05-25T00:15:25.325Z Downloaded kstat-rs v0.2.3
14112024-05-25T00:15:25.325Z Downloaded log v0.4.21
14122024-05-25T00:15:25.328Z Downloaded libsw v3.3.1
14132024-05-25T00:15:25.328Z Downloaded blake2 v0.10.6
14142024-05-25T00:15:25.331Z Downloaded bitfield v0.14.0
14152024-05-25T00:15:25.336Z Downloaded keccak v0.1.5
14162024-05-25T00:15:25.336Z Downloaded num_cpus v1.16.0
14172024-05-25T00:15:25.340Z Downloaded convert_case v0.4.0
14182024-05-25T00:15:25.340Z Downloaded memmap2 v0.9.4
14192024-05-25T00:15:25.341Z Downloaded time-core v0.1.2
14202024-05-25T00:15:25.344Z Downloaded crossbeam-deque v0.8.5
14212024-05-25T00:15:25.344Z Downloaded crc-catalog v2.4.0
14222024-05-25T00:15:25.347Z Downloaded nodrop v0.1.14
14232024-05-25T00:15:25.347Z Downloaded linear-map v1.2.0
14242024-05-25T00:15:25.351Z Downloaded corncobs v0.1.3
14252024-05-25T00:15:25.352Z Downloaded crc v3.2.1
14262024-05-25T00:15:25.356Z Downloaded termtree v0.4.1
14272024-05-25T00:15:25.356Z Downloaded curve25519-dalek-derive v0.1.1
14282024-05-25T00:15:25.361Z Downloaded crypto-common v0.1.6
14292024-05-25T00:15:25.361Z Downloaded cpufeatures v0.2.12
14302024-05-25T00:15:25.361Z Downloaded constant_time_eq v0.3.0
14312024-05-25T00:15:25.365Z Downloaded rustls-pemfile v1.0.4
14322024-05-25T00:15:25.365Z Downloaded newtype_derive v0.1.6
14332024-05-25T00:15:25.368Z Downloaded managed v0.8.0
14342024-05-25T00:15:25.368Z Downloaded same-file v1.0.6
14352024-05-25T00:15:25.371Z Downloaded bytes v1.6.0
14362024-05-25T00:15:25.374Z Downloaded libefi-sys v0.1.0
14372024-05-25T00:15:25.377Z Downloaded slog-scope v4.4.0
14382024-05-25T00:15:25.378Z Downloaded shlex v1.3.0
14392024-05-25T00:15:25.381Z Downloaded cipher v0.4.4
14402024-05-25T00:15:25.385Z Downloaded serde_tokenstream v0.2.0
14412024-05-25T00:15:25.389Z Downloaded diesel_table_macro_syntax v0.1.0
14422024-05-25T00:15:25.389Z Downloaded num-conv v0.1.0
14432024-05-25T00:15:25.389Z Downloaded console v0.15.8
14442024-05-25T00:15:25.392Z Downloaded tui-tree-widget v0.19.0
14452024-05-25T00:15:25.395Z Downloaded num_enum_derive v0.5.11
14462024-05-25T00:15:25.395Z Downloaded num-iter v0.1.45
14472024-05-25T00:15:25.398Z Downloaded crc32fast v1.4.0
14482024-05-25T00:15:25.399Z Downloaded const_format_proc_macros v0.2.32
14492024-05-25T00:15:25.402Z Downloaded rustversion v1.0.17
14502024-05-25T00:15:25.405Z Downloaded number_prefix v0.4.0
14512024-05-25T00:15:25.408Z Downloaded openssl-macros v0.1.1
14522024-05-25T00:15:25.408Z Downloaded num_threads v0.1.7
14532024-05-25T00:15:25.408Z Downloaded num-derive v0.4.2
14542024-05-25T00:15:25.412Z Downloaded untrusted v0.7.1
14552024-05-25T00:15:25.412Z Downloaded opaque-debug v0.3.1
14562024-05-25T00:15:25.425Z Downloaded strum v0.26.2
14572024-05-25T00:15:25.425Z Downloaded maplit v1.0.2
14582024-05-25T00:15:25.428Z Downloaded zone v0.1.8
14592024-05-25T00:15:25.428Z Downloaded uzers v0.11.3
14602024-05-25T00:15:25.428Z Downloaded utf-8 v0.7.6
14612024-05-25T00:15:25.428Z Downloaded mime v0.3.17
14622024-05-25T00:15:25.428Z Downloaded pretty-hex v0.4.1
14632024-05-25T00:15:25.428Z Downloaded deranged v0.3.11
14642024-05-25T00:15:25.429Z Downloaded structmeta-derive v0.3.0
14652024-05-25T00:15:25.431Z Downloaded difflib v0.4.0
14662024-05-25T00:15:25.432Z Downloaded fixedbitset v0.4.2
14672024-05-25T00:15:25.436Z Downloaded float-cmp v0.9.0
14682024-05-25T00:15:25.436Z Downloaded flagset v0.4.5
14692024-05-25T00:15:25.436Z Downloaded time-macros v0.2.18
14702024-05-25T00:15:25.439Z Downloaded mime_guess v2.0.4
14712024-05-25T00:15:25.442Z Downloaded num-rational v0.4.2
14722024-05-25T00:15:25.445Z Downloaded csv-core v0.1.11
14732024-05-25T00:15:25.448Z Downloaded mockall_derive v0.12.1
14742024-05-25T00:15:25.451Z Downloaded compact_str v0.7.1
14752024-05-25T00:15:25.455Z Downloaded peg-runtime v0.8.3
14762024-05-25T00:15:25.455Z Downloaded glob v0.3.1
14772024-05-25T00:15:25.455Z Downloaded num_enum v0.5.11
14782024-05-25T00:15:25.460Z Downloaded version_check v0.9.4
14792024-05-25T00:15:25.463Z Downloaded crc-any v2.5.0
14802024-05-25T00:15:25.466Z Downloaded cookie v0.18.1
14812024-05-25T00:15:25.470Z Downloaded sqlparser_derive v0.2.2
14822024-05-25T00:15:25.470Z Downloaded multer v3.1.0
14832024-05-25T00:15:25.473Z Downloaded proc-macro-crate v1.3.1
14842024-05-25T00:15:25.476Z Downloaded waitgroup v0.1.2
14852024-05-25T00:15:25.476Z Downloaded usdt-attr-macro v0.5.0
14862024-05-25T00:15:25.476Z Downloaded stability v0.2.0
14872024-05-25T00:15:25.479Z Downloaded strum_macros v0.24.3
14882024-05-25T00:15:25.482Z Downloaded sigpipe v0.1.3
14892024-05-25T00:15:25.482Z Downloaded untrusted v0.9.0
14902024-05-25T00:15:25.485Z Downloaded toml v0.7.8
14912024-05-25T00:15:25.489Z Downloaded const-oid v0.9.6
14922024-05-25T00:15:25.492Z Downloaded vte_generate_state_changes v0.1.1
14932024-05-25T00:15:25.492Z Downloaded globset v0.4.14
14942024-05-25T00:15:25.495Z Downloaded cc v1.0.97
14952024-05-25T00:15:25.498Z Downloaded vsss-rs v3.3.4
14962024-05-25T00:15:25.501Z Downloaded digest v0.10.7
14972024-05-25T00:15:25.504Z Downloaded want v0.3.1
14982024-05-25T00:15:25.507Z Downloaded serde_repr v0.1.19
14992024-05-25T00:15:25.508Z Downloaded slog-stdlog v4.1.1
15002024-05-25T00:15:25.511Z Downloaded pretty-hex v0.2.1
15012024-05-25T00:15:25.511Z Downloaded once_cell v1.19.0
15022024-05-25T00:15:25.524Z Downloaded const_format v0.2.32
15032024-05-25T00:15:25.528Z Downloaded slog-json v2.6.1
15042024-05-25T00:15:25.528Z Downloaded try-lock v0.2.5
15052024-05-25T00:15:25.528Z Downloaded static_assertions v1.1.0
15062024-05-25T00:15:25.528Z Downloaded stable_deref_trait v1.2.0
15072024-05-25T00:15:25.528Z Downloaded sqlformat v0.2.3
15082024-05-25T00:15:25.531Z Downloaded derive_more v0.99.17
15092024-05-25T00:15:25.535Z Downloaded miniz_oxide v0.7.2
15102024-05-25T00:15:25.538Z Downloaded tungstenite v0.21.0
15112024-05-25T00:15:25.541Z Downloaded phf_shared v0.10.0
15122024-05-25T00:15:25.544Z Downloaded wait-timeout v0.2.0
15132024-05-25T00:15:25.544Z Downloaded downcast v0.11.0
15142024-05-25T00:15:25.548Z Downloaded foreign-types v0.5.0
15152024-05-25T00:15:25.548Z Downloaded funty v2.0.0
15162024-05-25T00:15:25.551Z Downloaded parse-size v1.0.0
15172024-05-25T00:15:25.551Z Downloaded parse-display-derive v0.9.0
15182024-05-25T00:15:25.551Z Downloaded zip v0.6.6
15192024-05-25T00:15:25.556Z Downloaded num-traits v0.2.19
15202024-05-25T00:15:25.560Z Downloaded serde_path_to_error v0.1.16
15212024-05-25T00:15:25.563Z Downloaded tabled_derive v0.7.0
15222024-05-25T00:15:25.566Z Downloaded tokio-rustls v0.25.0
15232024-05-25T00:15:25.566Z Downloaded walkdir v2.5.0
15242024-05-25T00:15:25.569Z Downloaded unicode-linebreak v0.1.5
15252024-05-25T00:15:25.572Z Downloaded dtrace-parser v0.1.14
15262024-05-25T00:15:25.572Z Downloaded crypto-bigint v0.5.5
15272024-05-25T00:15:25.579Z Downloaded crossbeam-channel v0.5.12
15282024-05-25T00:15:25.584Z Downloaded erased-serde v0.3.31
15292024-05-25T00:15:25.595Z Downloaded fallible-iterator v0.2.0
15302024-05-25T00:15:25.598Z Downloaded portpicker v0.1.1
15312024-05-25T00:15:25.601Z Downloaded futures-macro v0.3.30
15322024-05-25T00:15:25.601Z Downloaded predicates-tree v1.0.9
15332024-05-25T00:15:25.601Z Downloaded futures-io v0.3.30
15342024-05-25T00:15:25.604Z Downloaded futures-executor v0.3.30
15352024-05-25T00:15:25.605Z Downloaded futures-core v0.3.30
15362024-05-25T00:15:25.608Z Downloaded rustc_version v0.1.7
15372024-05-25T00:15:25.608Z Downloaded serde-big-array v0.4.1
15382024-05-25T00:15:25.611Z Downloaded tokio-stream v0.1.15
15392024-05-25T00:15:25.614Z Downloaded rpassword v7.3.1
15402024-05-25T00:15:25.617Z Downloaded sha1 v0.10.6
15412024-05-25T00:15:25.619Z Downloaded take_mut v0.2.2
15422024-05-25T00:15:25.620Z Downloaded rtoolbox v0.0.2
15432024-05-25T00:15:25.632Z Downloaded phf_shared v0.11.2
15442024-05-25T00:15:25.632Z Downloaded foreign-types-macros v0.2.3
15452024-05-25T00:15:25.636Z Downloaded tower-service v0.3.2
15462024-05-25T00:15:25.636Z Downloaded foreign-types v0.3.2
15472024-05-25T00:15:25.636Z Downloaded hash32 v0.3.1
15482024-05-25T00:15:25.636Z Downloaded slog-bunyan v2.5.0
15492024-05-25T00:15:25.637Z Downloaded pem v3.0.4
15502024-05-25T00:15:25.637Z Downloaded rustc_version v0.4.0
15512024-05-25T00:15:25.637Z Downloaded postgres-protocol v0.6.6
15522024-05-25T00:15:25.637Z Downloaded which v4.4.2
15532024-05-25T00:15:25.640Z Downloaded tabwriter v1.4.0
15542024-05-25T00:15:25.640Z Downloaded slog-envlogger v2.2.0
15552024-05-25T00:15:25.643Z Downloaded subprocess v0.2.9
15562024-05-25T00:15:25.646Z Downloaded slog-dtrace v0.3.0
15572024-05-25T00:15:25.646Z Downloaded topological-sort v0.2.2
15582024-05-25T00:15:25.649Z Downloaded defmt-parser v0.3.4
15592024-05-25T00:15:25.649Z Downloaded defmt-macros v0.3.9
15602024-05-25T00:15:25.652Z Downloaded usdt v0.3.5
15612024-05-25T00:15:25.655Z Downloaded vte v0.11.1
15622024-05-25T00:15:25.658Z Downloaded dof v0.3.0
15632024-05-25T00:15:25.658Z Downloaded powerfmt v0.2.0
15642024-05-25T00:15:25.661Z Downloaded ppv-lite86 v0.2.17
15652024-05-25T00:15:25.661Z Downloaded futures-task v0.3.30
15662024-05-25T00:15:25.664Z Downloaded futures-channel v0.3.30
15672024-05-25T00:15:25.664Z Downloaded flate2 v1.0.30
15682024-05-25T00:15:25.670Z Downloaded rustc-hash v1.1.0
15692024-05-25T00:15:25.673Z Downloaded rustc-demangle v0.1.24
15702024-05-25T00:15:25.676Z Downloaded foreign-types-shared v0.3.1
15712024-05-25T00:15:25.676Z Downloaded dtrace-parser v0.2.0
15722024-05-25T00:15:25.676Z Downloaded fnv v1.0.7
15732024-05-25T00:15:25.679Z Downloaded zerocopy v0.3.2
15742024-05-25T00:15:25.680Z Downloaded derive_builder_macro v0.20.0
15752024-05-25T00:15:25.680Z Downloaded fatfs v0.3.6
15762024-05-25T00:15:25.683Z Downloaded serde_with_macros v3.8.1
15772024-05-25T00:15:25.686Z Downloaded flume v0.11.0
15782024-05-25T00:15:25.690Z Downloaded pem-rfc7468 v0.7.0
15792024-05-25T00:15:25.693Z Downloaded dyn-clone v1.0.17
15802024-05-25T00:15:25.696Z Downloaded tempfile v3.10.1
15812024-05-25T00:15:25.699Z Downloaded tokio-rustls v0.24.1
15822024-05-25T00:15:25.702Z Downloaded tracing v0.1.40
15832024-05-25T00:15:25.706Z Downloaded rand v0.8.5
15842024-05-25T00:15:25.710Z Downloaded zeroize_derive v1.4.2
15852024-05-25T00:15:25.713Z Downloaded rand_xorshift v0.3.0
15862024-05-25T00:15:25.713Z Downloaded plain v0.2.3
15872024-05-25T00:15:25.726Z Downloaded sync_wrapper v0.1.2
15882024-05-25T00:15:25.726Z Downloaded zeroize v1.7.0
15892024-05-25T00:15:25.729Z Downloaded universal-hash v0.5.1
15902024-05-25T00:15:25.729Z Downloaded packed_struct v0.10.1
15912024-05-25T00:15:25.729Z Downloaded tinyvec_macros v0.1.1
15922024-05-25T00:15:25.729Z Downloaded usdt-attr-macro v0.3.5
15932024-05-25T00:15:25.729Z Downloaded password-hash v0.5.0
15942024-05-25T00:15:25.729Z Downloaded gethostname v0.4.3
15952024-05-25T00:15:25.730Z Downloaded dirs-next v2.0.0
15962024-05-25T00:15:25.730Z Downloaded getopts v0.2.21
15972024-05-25T00:15:25.733Z Downloaded oso v0.27.3
15982024-05-25T00:15:25.736Z Downloaded schemars_derive v0.8.20
15992024-05-25T00:15:25.736Z Downloaded pin-project v1.1.5
16002024-05-25T00:15:25.749Z Downloaded termcolor v1.4.1
16012024-05-25T00:15:25.752Z Downloaded foreign-types-shared v0.1.1
16022024-05-25T00:15:25.752Z Downloaded path-slash v0.1.5
16032024-05-25T00:15:25.756Z Downloaded rand_seeder v0.2.3
16042024-05-25T00:15:25.756Z Downloaded unicode-width v0.1.12
16052024-05-25T00:15:25.759Z Downloaded postcard v1.0.8
16062024-05-25T00:15:25.762Z Downloaded minimal-lexical v0.2.1
16072024-05-25T00:15:25.766Z Downloaded headers-core v0.2.0
16082024-05-25T00:15:25.770Z Downloaded platforms v3.4.0
16092024-05-25T00:15:25.772Z Downloaded slog-term v2.9.1
16102024-05-25T00:15:25.775Z Downloaded thread_local v1.1.8
16112024-05-25T00:15:25.775Z Downloaded either v1.12.0
16122024-05-25T00:15:25.779Z Downloaded blake3 v1.5.1
16132024-05-25T00:15:25.786Z Downloaded ref-cast-impl v1.0.23
16142024-05-25T00:15:25.789Z Downloaded getrandom v0.2.14
16152024-05-25T00:15:25.792Z Downloaded tokio-tungstenite v0.21.0
16162024-05-25T00:15:25.795Z Downloaded precomputed-hash v0.1.1
16172024-05-25T00:15:25.795Z Downloaded strip-ansi-escapes v0.2.0
16182024-05-25T00:15:25.795Z Downloaded half v2.4.1
16192024-05-25T00:15:25.798Z Downloaded parse-display v0.9.0
16202024-05-25T00:15:25.801Z Downloaded futures v0.3.30
16212024-05-25T00:15:25.805Z Downloaded usdt-impl v0.5.0
16222024-05-25T00:15:25.808Z Downloaded thread-id v4.2.1
16232024-05-25T00:15:25.811Z Downloaded thiserror-no-std v2.0.2
16242024-05-25T00:15:25.814Z Downloaded fd-lock v4.0.2
16252024-05-25T00:15:25.817Z Downloaded parking_lot_core v0.8.6
16262024-05-25T00:15:25.820Z Downloaded nom v7.1.3
16272024-05-25T00:15:25.824Z Downloaded predicates v3.1.0
16282024-05-25T00:15:25.837Z Downloaded ena v0.14.3
16292024-05-25T00:15:25.840Z Downloaded scroll_derive v0.12.0
16302024-05-25T00:15:25.840Z Downloaded slab v0.4.9
16312024-05-25T00:15:25.840Z Downloaded siphasher v0.3.11
16322024-05-25T00:15:25.840Z Downloaded signature v2.2.0
16332024-05-25T00:15:25.840Z Downloaded signature v1.6.4
16342024-05-25T00:15:25.840Z Downloaded pkg-config v0.3.30
16352024-05-25T00:15:25.840Z Downloaded openssl-probe v0.1.5
16362024-05-25T00:15:25.840Z Downloaded ron v0.8.1
16372024-05-25T00:15:25.846Z Downloaded toolchain_find v0.4.0
16382024-05-25T00:15:25.849Z Downloaded pest_meta v2.7.10
16392024-05-25T00:15:25.852Z Downloaded ucd-trie v0.1.6
16402024-05-25T00:15:25.852Z Downloaded structmeta v0.2.0
16412024-05-25T00:15:25.856Z Downloaded serde_derive_internals v0.29.1
16422024-05-25T00:15:25.856Z Downloaded pin-utils v0.1.0
16432024-05-25T00:15:25.859Z Downloaded embedded-io v0.4.0
16442024-05-25T00:15:25.859Z Downloaded futures-sink v0.3.30
16452024-05-25T00:15:25.862Z Downloaded phf v0.11.2
16462024-05-25T00:15:25.862Z Downloaded serde_yaml v0.9.34+deprecated
16472024-05-25T00:15:25.866Z Downloaded mio v0.8.11
16482024-05-25T00:15:25.871Z Downloaded libm v0.2.8
16492024-05-25T00:15:25.881Z Downloaded endian-type v0.1.2
16502024-05-25T00:15:25.884Z Downloaded fxhash v0.2.1
16512024-05-25T00:15:25.884Z Downloaded defmt v0.3.8
16522024-05-25T00:15:25.887Z Downloaded poly1305 v0.8.0
16532024-05-25T00:15:25.891Z Downloaded thiserror-impl-no-std v2.0.2
16542024-05-25T00:15:25.894Z Downloaded quick-error v1.2.3
16552024-05-25T00:15:25.894Z Downloaded tls_codec_derive v0.4.1
16562024-05-25T00:15:25.894Z Downloaded ron v0.7.1
16572024-05-25T00:15:25.899Z Downloaded pin-project-lite v0.2.14
16582024-05-25T00:15:25.904Z Downloaded http-body v0.4.6
16592024-05-25T00:15:25.907Z Downloaded serde-big-array v0.5.1
16602024-05-25T00:15:25.910Z Downloaded sec1 v0.7.3
16612024-05-25T00:15:25.910Z Downloaded peg-macros v0.8.3
16622024-05-25T00:15:25.913Z Downloaded heapless v0.7.17
16632024-05-25T00:15:25.917Z Downloaded salty v0.2.0
16642024-05-25T00:15:25.922Z Downloaded slog-async v2.8.0
16652024-05-25T00:15:25.925Z Downloaded ed25519 v1.5.3
16662024-05-25T00:15:25.928Z Downloaded usdt-macro v0.3.5
16672024-05-25T00:15:25.928Z Downloaded tokio-macros v2.2.0
16682024-05-25T00:15:25.928Z Downloaded hex v0.4.3
16692024-05-25T00:15:25.932Z Downloaded typed-path v0.7.1
16702024-05-25T00:15:25.946Z Downloaded radium v0.7.0
16712024-05-25T00:15:25.950Z Downloaded rcgen v0.12.1
16722024-05-25T00:15:25.950Z Downloaded r2d2 v0.8.10
16732024-05-25T00:15:25.950Z Downloaded wyz v0.5.1
16742024-05-25T00:15:25.950Z Downloaded subtle v2.5.0
16752024-05-25T00:15:25.950Z Downloaded resolv-conf v0.7.0
16762024-05-25T00:15:25.950Z Downloaded parking_lot v0.11.2
16772024-05-25T00:15:25.953Z Downloaded tokio-native-tls v0.3.1
16782024-05-25T00:15:25.954Z Downloaded rayon-core v1.12.1
16792024-05-25T00:15:25.957Z Downloaded itertools v0.10.5
16802024-05-25T00:15:25.967Z Downloaded signal-hook-tokio v0.3.1
16812024-05-25T00:15:25.970Z Downloaded num-bigint-dig v0.8.4
16822024-05-25T00:15:25.973Z Downloaded sct v0.7.1
16832024-05-25T00:15:25.976Z Downloaded derive-where v1.2.7
16842024-05-25T00:15:25.979Z Downloaded derive_builder_core v0.20.0
16852024-05-25T00:15:25.982Z Downloaded headers v0.3.9
16862024-05-25T00:15:25.986Z Downloaded yasna v0.5.2
16872024-05-25T00:15:25.989Z Downloaded papergrid v0.11.0
16882024-05-25T00:15:25.994Z Downloaded hkdf v0.12.4
16892024-05-25T00:15:25.997Z Downloaded chrono v0.4.38
16902024-05-25T00:15:26.005Z Downloaded bitvec v1.0.1
16912024-05-25T00:15:26.023Z Downloaded textwrap v0.16.1
16922024-05-25T00:15:26.026Z Downloaded test-strategy v0.3.1
16932024-05-25T00:15:26.029Z Downloaded goblin v0.8.2
16942024-05-25T00:15:26.035Z Downloaded unicode-segmentation v1.11.0
16952024-05-25T00:15:26.039Z Downloaded pest v2.7.10
16962024-05-25T00:15:26.045Z Downloaded elliptic-curve v0.13.8
16972024-05-25T00:15:26.049Z Downloaded heapless v0.8.0
16982024-05-25T00:15:26.054Z Downloaded sqlparser v0.45.0
16992024-05-25T00:15:26.060Z Downloaded tough v0.17.1
17002024-05-25T00:15:26.078Z Downloaded publicsuffix v2.2.3
17012024-05-25T00:15:26.081Z Downloaded rustyline v14.0.0
17022024-05-25T00:15:26.081Z Downloaded url v2.5.0
17032024-05-25T00:15:26.084Z Downloaded der v0.7.9
17042024-05-25T00:15:26.088Z Downloaded time v0.3.36
17052024-05-25T00:15:26.095Z Downloaded winnow v0.5.40
17062024-05-25T00:15:26.106Z Downloaded tokio-util v0.7.11
17072024-05-25T00:15:26.113Z Downloaded hashbrown v0.13.2
17082024-05-25T00:15:26.118Z Downloaded reedline v0.31.0
17092024-05-25T00:15:26.125Z Downloaded proptest v1.4.0
17102024-05-25T00:15:26.135Z Downloaded vcpkg v0.2.15
17112024-05-25T00:15:26.175Z Downloaded rustls-webpki v0.101.7
17122024-05-25T00:15:26.190Z Downloaded zerocopy v0.7.34
17132024-05-25T00:15:26.208Z Downloaded object v0.30.4
17142024-05-25T00:15:26.218Z Downloaded rayon v1.10.0
17152024-05-25T00:15:26.228Z Downloaded reqwest v0.11.27
17162024-05-25T00:15:26.236Z Downloaded quick-xml v0.31.0
17172024-05-25T00:15:26.242Z Downloaded nix v0.28.0
17182024-05-25T00:15:26.255Z Downloaded regex v1.10.4
17192024-05-25T00:15:26.269Z Downloaded syn v1.0.109
17202024-05-25T00:15:26.281Z Downloaded bstr v1.9.1
17212024-05-25T00:15:26.292Z Downloaded radix_trie v0.2.1
17222024-05-25T00:15:26.298Z Downloaded rustls v0.22.4
17232024-05-25T00:15:26.313Z Downloaded trust-dns-proto v0.22.0
17242024-05-25T00:15:26.326Z Downloaded polar-core v0.27.3
17252024-05-25T00:15:26.336Z Downloaded openapiv3 v2.0.0
17262024-05-25T00:15:26.349Z Downloaded regex-syntax v0.8.3
17272024-05-25T00:15:26.360Z Downloaded smoltcp v0.9.1
17282024-05-25T00:15:26.370Z Downloaded smoltcp v0.11.0
17292024-05-25T00:15:26.385Z Downloaded regress v0.9.1
17302024-05-25T00:15:26.394Z Downloaded zerocopy-derive v0.2.0
17312024-05-25T00:15:26.402Z Downloaded gimli v0.28.1
17322024-05-25T00:15:26.413Z Downloaded ratatui v0.26.2
17332024-05-25T00:15:26.432Z Downloaded petgraph v0.6.5
17342024-05-25T00:15:26.451Z Downloaded bzip2-sys v0.1.11+1.0.8
17352024-05-25T00:15:26.464Z Downloaded zerocopy-derive v0.6.6
17362024-05-25T00:15:26.474Z Downloaded sled v0.34.7
17372024-05-25T00:15:26.485Z Downloaded finl_unicode v1.2.0
17382024-05-25T00:15:26.500Z Downloaded regex-automata v0.4.6
17392024-05-25T00:15:26.520Z Downloaded tokio v1.37.0
17402024-05-25T00:15:26.568Z Downloaded csv v1.3.0
17412024-05-25T00:15:26.579Z Downloaded sha3 v0.10.8
17422024-05-25T00:15:26.584Z Downloaded encoding_rs v0.8.34
17432024-05-25T00:15:26.607Z Downloaded regex-syntax v0.6.29
17442024-05-25T00:15:26.614Z Downloaded diesel v2.1.6
17452024-05-25T00:15:26.633Z Downloaded futures-util v0.3.30
17462024-05-25T00:15:26.645Z Downloaded rustls v0.21.12
17472024-05-25T00:15:26.657Z Downloaded object v0.32.2
17482024-05-25T00:15:26.668Z Downloaded rustls-webpki v0.102.4
17492024-05-25T00:15:26.687Z Downloaded webpki-roots v0.25.4
17502024-05-25T00:15:26.691Z Downloaded openssl v0.10.64
17512024-05-25T00:15:26.701Z Downloaded idna v0.3.0
17522024-05-25T00:15:26.709Z Downloaded idna v0.2.3
17532024-05-25T00:15:26.716Z Downloaded curve25519-dalek v4.1.2
17542024-05-25T00:15:26.725Z Downloaded h2 v0.3.26
17552024-05-25T00:15:26.732Z Downloaded tabled v0.15.0
17562024-05-25T00:15:26.755Z Downloaded tokio-postgres v0.7.10
17572024-05-25T00:15:26.759Z Downloaded x509-cert v0.2.5
17582024-05-25T00:15:26.762Z Downloaded bstr v0.2.17
17592024-05-25T00:15:26.770Z Downloaded trust-dns-resolver v0.22.0
17602024-05-25T00:15:26.775Z Downloaded portable-atomic v1.6.0
17612024-05-25T00:15:26.781Z Downloaded trust-dns-client v0.22.0
17622024-05-25T00:15:26.787Z Downloaded trust-dns-server v0.22.1
17632024-05-25T00:15:26.792Z Downloaded openssl-sys v0.9.102
17642024-05-25T00:15:26.797Z Downloaded unsafe-libyaml v0.2.11
17652024-05-25T00:15:26.801Z Downloaded http v1.1.0
17662024-05-25T00:15:26.805Z Downloaded unicode-normalization v0.1.23
17672024-05-25T00:15:26.809Z Downloaded regex-automata v0.1.10
17682024-05-25T00:15:26.814Z Downloaded snafu v0.8.2
17692024-05-25T00:15:26.820Z Downloaded ring v0.17.8
17702024-05-25T00:15:26.893Z Downloaded unicode_categories v0.1.1
17712024-05-25T00:15:26.896Z Downloaded serde_with v3.8.1
17722024-05-25T00:15:26.902Z Downloaded ring v0.16.20
17732024-05-25T00:15:27.003Z Downloaded parking_lot v0.12.2
17742024-05-25T00:15:27.006Z Downloaded hashbrown v0.12.3
17752024-05-25T00:15:27.009Z Downloaded bindgen v0.69.4
17762024-05-25T00:15:27.016Z Downloaded whoami v1.5.1
17772024-05-25T00:15:27.019Z Downloaded env_logger v0.9.3
17782024-05-25T00:15:27.022Z Downloaded enum-as-inner v0.5.1
17792024-05-25T00:15:27.022Z Downloaded schemars v0.8.20
17802024-05-25T00:15:27.032Z Downloaded scopeguard v1.2.0
17812024-05-25T00:15:27.035Z Downloaded unicode-xid v0.2.4
17822024-05-25T00:15:27.035Z Downloaded peg v0.8.3
17832024-05-25T00:15:27.039Z Downloaded derive_builder v0.20.0
17842024-05-25T00:15:27.042Z Downloaded supports-color v3.0.0
17852024-05-25T00:15:27.045Z Downloaded xattr v1.3.1
17862024-05-25T00:15:27.045Z Downloaded tokio-tungstenite v0.20.1
17872024-05-25T00:15:27.048Z Downloaded strum_macros v0.26.2
17882024-05-25T00:15:27.052Z Downloaded structmeta v0.3.0
17892024-05-25T00:15:27.052Z Downloaded semver v0.1.20
17902024-05-25T00:15:27.052Z Downloaded heck v0.4.1
17912024-05-25T00:15:27.055Z Downloaded heck v0.3.3
17922024-05-25T00:15:27.055Z Downloaded der_derive v0.7.2
17932024-05-25T00:15:27.055Z Downloaded sha2 v0.10.8
17942024-05-25T00:15:27.068Z Downloaded http v0.2.12
17952024-05-25T00:15:27.071Z Downloaded form_urlencoded v1.2.1
17962024-05-25T00:15:27.071Z Downloaded term v0.7.0
17972024-05-25T00:15:27.071Z Downloaded expectorate v1.1.0
17982024-05-25T00:15:27.071Z Downloaded rsa v0.9.6
17992024-05-25T00:15:27.071Z Downloaded steno v0.4.0
18002024-05-25T00:15:27.075Z Downloaded tls_codec v0.4.1
18012024-05-25T00:15:27.077Z Downloaded snafu-derive v0.8.2
18022024-05-25T00:15:27.080Z Downloaded owo-colors v4.0.0
18032024-05-25T00:15:27.081Z Downloaded smallvec v1.13.2
18042024-05-25T00:15:27.084Z Downloaded paste v1.0.15
18052024-05-25T00:15:27.087Z Downloaded tar v0.4.40
18062024-05-25T00:15:27.090Z Downloaded toml_edit v0.19.15
18072024-05-25T00:15:27.103Z Downloaded serde-hex v0.1.0
18082024-05-25T00:15:27.106Z Downloaded filetime v0.2.23
18092024-05-25T00:15:27.106Z Downloaded ff v0.13.0
18102024-05-25T00:15:27.109Z Downloaded samael v0.0.15
18112024-05-25T00:15:27.112Z Downloaded usdt-impl v0.3.5
18122024-05-25T00:15:27.115Z Downloaded usdt v0.5.0
18132024-05-25T00:15:27.115Z Downloaded parking_lot_core v0.9.10
18142024-05-25T00:15:27.118Z Downloaded zerocopy v0.6.6
18152024-05-25T00:15:27.118Z Downloaded zerocopy-derive v0.7.34
18162024-05-25T00:15:27.123Z Downloaded ref-cast v1.0.23
18172024-05-25T00:15:27.126Z Downloaded typenum v1.17.0
18182024-05-25T00:15:27.129Z Downloaded num-bigint v0.4.5
18192024-05-25T00:15:27.132Z Downloaded packed_struct_codegen v0.10.1
18202024-05-25T00:15:27.135Z Downloaded unicode-bidi v0.3.15
18212024-05-25T00:15:27.138Z Downloaded tracing-core v0.1.32
18222024-05-25T00:15:27.138Z Downloaded unicase v2.7.0
18232024-05-25T00:15:27.141Z Downloaded unarray v0.1.4
18242024-05-25T00:15:27.141Z Downloaded socket2 v0.5.7
18252024-05-25T00:15:27.144Z Downloaded scheduled-thread-pool v0.2.7
18262024-05-25T00:15:27.144Z Downloaded rusty-fork v0.3.0
18272024-05-25T00:15:27.147Z Downloaded smawk v0.3.2
18282024-05-25T00:15:27.147Z Downloaded smallvec v0.6.14
18292024-05-25T00:15:27.148Z Downloaded signal-hook-registry v1.4.2
18302024-05-25T00:15:27.151Z Downloaded hash32 v0.2.1
18312024-05-25T00:15:27.151Z Downloaded similar v2.5.0
18322024-05-25T00:15:27.154Z Downloaded pin-project-internal v1.1.5
18332024-05-25T00:15:27.157Z Downloaded crossterm v0.27.0
18342024-05-25T00:15:27.161Z Downloaded prettyplease v0.2.20
18352024-05-25T00:15:27.164Z Downloaded tap v1.0.1
18362024-05-25T00:15:27.177Z Downloaded percent-encoding v2.3.1
18372024-05-25T00:15:27.177Z Downloaded indicatif v0.17.8
18382024-05-25T00:15:27.182Z Downloaded display-error-chain v0.2.0
18392024-05-25T00:15:27.182Z Downloaded tinyvec v1.6.0
18402024-05-25T00:15:27.182Z Downloaded slog v2.7.0
18412024-05-25T00:15:27.182Z Downloaded proc-macro-error v1.0.4
18422024-05-25T00:15:27.182Z Downloaded dof v0.1.5
18432024-05-25T00:15:27.182Z Downloaded env_logger v0.10.2
18442024-05-25T00:15:27.185Z Downloaded dirs-sys-next v0.1.2
18452024-05-25T00:15:27.185Z Downloaded debug-ignore v1.0.5
18462024-05-25T00:15:27.185Z Downloaded data-encoding v2.6.0
18472024-05-25T00:15:27.188Z Downloaded postgres-types v0.2.6
18482024-05-25T00:15:27.188Z Downloaded omicron-zone-package v0.11.0
18492024-05-25T00:15:27.191Z Downloaded generic-array v0.14.7
18502024-05-25T00:15:27.194Z Downloaded tracing-attributes v0.1.27
18512024-05-25T00:15:27.194Z Downloaded diesel_derives v2.1.4
18522024-05-25T00:15:27.198Z Downloaded synstructure v0.12.6
18532024-05-25T00:15:27.201Z Downloaded spki v0.7.3
18542024-05-25T00:15:27.202Z Downloaded serde_urlencoded v0.7.1
18552024-05-25T00:15:27.204Z Downloaded psl-types v2.0.11
18562024-05-25T00:15:27.205Z Downloaded proc-macro-error-attr v1.0.4
18572024-05-25T00:15:27.205Z Downloaded predicates-core v1.0.6
18582024-05-25T00:15:27.209Z Downloaded pest_derive v2.7.10
18592024-05-25T00:15:27.209Z Downloaded idna v0.5.0
18602024-05-25T00:15:27.214Z Downloaded lock_api v0.4.12
18612024-05-25T00:15:27.217Z Downloaded fragile v2.0.0
18622024-05-25T00:15:27.217Z Downloaded stringprep v0.1.4
18632024-05-25T00:15:27.220Z Downloaded string_cache v0.8.7
18642024-05-25T00:15:27.220Z Downloaded rustls-pki-types v1.7.0
18652024-05-25T00:15:27.223Z Downloaded rustls-pemfile v2.1.2
18662024-05-25T00:15:27.226Z Downloaded hmac v0.12.1
18672024-05-25T00:15:27.226Z Downloaded highway v1.1.0
18682024-05-25T00:15:27.229Z Downloaded signal-hook v0.3.17
18692024-05-25T00:15:27.232Z Downloaded signal-hook-mio v0.2.3
18702024-05-25T00:15:27.232Z Downloaded tungstenite v0.20.1
18712024-05-25T00:15:27.240Z Downloaded oso-derive v0.27.3
18722024-05-25T00:15:27.240Z Downloaded darling_core v0.20.9
18732024-05-25T00:15:27.240Z Downloaded zone_cfg_derive v0.1.2
18742024-05-25T00:15:27.240Z Downloaded pkcs8 v0.10.2
18752024-05-25T00:15:27.244Z Downloaded pkcs1 v0.7.5
18762024-05-25T00:15:27.247Z Downloaded diff v0.1.13
18772024-05-25T00:15:27.250Z Downloaded spin v0.9.8
18782024-05-25T00:15:27.251Z Downloaded olpc-cjson v0.1.3
18792024-05-25T00:15:27.254Z Downloaded num-complex v0.4.6
18802024-05-25T00:15:27.254Z Downloaded nu-ansi-term v0.50.0
18812024-05-25T00:15:27.257Z Downloaded serde_plain v1.0.2
18822024-05-25T00:15:27.257Z Downloaded rustfmt-wrapper v0.2.1
18832024-05-25T00:15:27.257Z Downloaded hostname v0.4.0
18842024-05-25T00:15:27.260Z Downloaded hostname v0.3.1
18852024-05-25T00:15:27.260Z Downloaded home v0.5.9
18862024-05-25T00:15:27.261Z Downloaded group v0.13.0
18872024-05-25T00:15:27.273Z Downloaded uuid v1.8.0
18882024-05-25T00:15:27.277Z Downloaded chacha20poly1305 v0.10.1
18892024-05-25T00:15:27.277Z Downloaded toml v0.5.11
18902024-05-25T00:15:27.277Z Downloaded strum_macros v0.25.3
18912024-05-25T00:15:27.277Z Downloaded socket2 v0.4.10
18922024-05-25T00:15:27.277Z Downloaded rand_core v0.6.4
18932024-05-25T00:15:27.277Z Downloaded rand_chacha v0.3.1
18942024-05-25T00:15:27.277Z Downloaded fastrand v2.1.0
18952024-05-25T00:15:27.277Z Downloaded spin v0.5.2
18962024-05-25T00:15:27.280Z Downloaded cookie_store v0.20.0
18972024-05-25T00:15:27.280Z Downloaded pest_generator v2.7.10
18982024-05-25T00:15:27.280Z Downloaded crossbeam-epoch v0.9.18
18992024-05-25T00:15:27.283Z Downloaded num v0.4.3
19002024-05-25T00:15:27.283Z Downloaded nibble_vec v0.1.0
19012024-05-25T00:15:27.287Z Downloaded newtype-uuid v1.1.0
19022024-05-25T00:15:27.287Z Downloaded multimap v0.10.0
19032024-05-25T00:15:27.287Z Downloaded ipnetwork v0.20.0
19042024-05-25T00:15:27.290Z Downloaded num-integer v0.1.46
19052024-05-25T00:15:27.290Z Downloaded mockall v0.12.1
19062024-05-25T00:15:27.293Z Downloaded md-5 v0.10.6
19072024-05-25T00:15:27.293Z Downloaded memoffset v0.7.1
19082024-05-25T00:15:27.293Z Downloaded lru v0.12.3
19092024-05-25T00:15:27.296Z Downloaded linked-hash-map v0.5.6
19102024-05-25T00:15:27.296Z Downloaded inout v0.1.3
19112024-05-25T00:15:27.296Z Downloaded impl-trait-for-tuples v0.2.2
19122024-05-25T00:15:27.300Z Downloaded usdt-macro v0.5.0
19132024-05-25T00:15:27.300Z Downloaded serde_tokenstream v0.1.7
19142024-05-25T00:15:27.303Z Downloaded scroll v0.12.0
19152024-05-25T00:15:27.306Z Downloaded crossbeam-utils v0.8.19
19162024-05-25T00:15:27.306Z Downloaded lru-cache v0.1.2
19172024-05-25T00:15:27.309Z Downloaded lazy_static v1.4.0
19182024-05-25T00:15:27.309Z Downloaded cookie v0.17.0
19192024-05-25T00:15:27.313Z Downloaded new_debug_unreachable v1.0.6
19202024-05-25T00:15:27.313Z Downloaded native-tls v0.2.11
19212024-05-25T00:15:27.316Z Downloaded is_ci v1.2.0
19222024-05-25T00:15:27.316Z Downloaded ipnet v2.9.0
19232024-05-25T00:15:27.316Z Downloaded darling v0.20.9
19242024-05-25T00:15:27.319Z Downloaded clang-sys v1.7.0
19252024-05-25T00:15:27.323Z Downloaded memmap v0.7.0
19262024-05-25T00:15:27.323Z Downloaded maybe-uninit v2.0.0
19272024-05-25T00:15:27.326Z Downloaded indoc v2.0.5
19282024-05-25T00:15:27.326Z Downloaded lazycell v1.3.0
19292024-05-25T00:15:27.329Z Downloaded lalrpop-util v0.19.12
19302024-05-25T00:15:27.329Z Downloaded tiny-keccak v2.0.2
19312024-05-25T00:15:27.332Z Downloaded termios v0.3.3
19322024-05-25T00:15:27.332Z Downloaded structmeta-derive v0.2.0
19332024-05-25T00:15:27.332Z Downloaded nanorand v0.7.0
19342024-05-25T00:15:27.335Z Downloaded normalize-line-endings v0.3.0
19352024-05-25T00:15:27.335Z Downloaded indoc v1.0.9
19362024-05-25T00:15:27.338Z Downloaded smf v0.2.3
19372024-05-25T00:15:27.338Z Downloaded newline-converter v0.3.0
19382024-05-25T00:15:27.341Z Downloaded is-terminal v0.4.12
19392024-05-25T00:15:27.341Z Downloaded shell-words v1.1.0
19402024-05-25T00:15:27.341Z Downloaded serde_arrays v0.1.0
19412024-05-25T00:15:27.345Z Downloaded secrecy v0.8.0
19422024-05-25T00:15:27.345Z Downloaded matches v0.1.10
19432024-05-25T00:15:27.345Z Downloaded match_cfg v0.1.0
19442024-05-25T00:15:27.345Z Downloaded instant v0.1.12
19452024-05-25T00:15:27.347Z Downloaded cancel-safe-futures v0.1.5
19462024-05-25T00:15:27.360Z Downloaded base64 v0.22.1
19472024-05-25T00:15:27.372Z Downloaded colored v2.1.0
19482024-05-25T00:15:27.372Z Downloaded camino-tempfile v1.1.1
19492024-05-25T00:15:27.372Z Downloaded libloading v0.8.3
19502024-05-25T00:15:27.372Z Downloaded indexmap v1.9.3
19512024-05-25T00:15:27.372Z Downloaded httpdate v1.0.3
19522024-05-25T00:15:27.372Z Downloaded ciborium v0.2.2
19532024-05-25T00:15:27.372Z Downloaded castaway v0.2.2
19542024-05-25T00:15:27.372Z Downloaded block-buffer v0.10.4
19552024-05-25T00:15:27.372Z Downloaded cstr-argument v0.1.2
19562024-05-25T00:15:27.372Z Downloaded crucible-workspace-hack v0.1.0
19572024-05-25T00:15:27.372Z Downloaded backtrace v0.3.71
19582024-05-25T00:15:27.376Z Downloaded crunchy v0.2.2
19592024-05-25T00:15:27.376Z Downloaded cobs v0.2.3
19602024-05-25T00:15:27.376Z Downloaded ciborium-ll v0.2.2
19612024-05-25T00:15:27.376Z Downloaded ciborium-io v0.2.2
19622024-05-25T00:15:27.376Z Downloaded block-padding v0.3.3
19632024-05-25T00:15:27.376Z Downloaded chacha20 v0.9.1
19642024-05-25T00:15:27.379Z Downloaded cexpr v0.6.0
19652024-05-25T00:15:27.379Z Downloaded bzip2 v0.4.4
19662024-05-25T00:15:27.383Z Downloaded bytecount v0.6.8
19672024-05-25T00:15:27.383Z Downloaded buf-list v1.0.3
19682024-05-25T00:15:27.386Z Downloaded bit-vec v0.6.3
19692024-05-25T00:15:27.386Z Downloaded hyper-rustls v0.24.2
19702024-05-25T00:15:27.389Z Downloaded cfg_aliases v0.1.1
19712024-05-25T00:15:27.389Z Downloaded byteorder v1.5.0
19722024-05-25T00:15:27.392Z Downloaded bitstruct_derive v0.1.0
19732024-05-25T00:15:27.392Z Downloaded bitstruct v0.1.1
19742024-05-25T00:15:27.392Z Downloaded async-recursion v1.1.1
19752024-05-25T00:15:27.395Z Downloaded atomic-waker v1.1.2
19762024-05-25T00:15:27.395Z Downloaded atomicwrites v0.4.3
19772024-05-25T00:15:27.399Z Downloaded hyper-staticfile v0.9.5
19782024-05-25T00:15:27.399Z Downloaded hubpack_derive v0.1.1
19792024-05-25T00:15:27.399Z Downloaded bcs v0.1.6
19802024-05-25T00:15:27.402Z Downloaded ascii-canvas v3.0.0
19812024-05-25T00:15:27.402Z Downloaded httparse v1.8.0
19822024-05-25T00:15:27.405Z Downloaded http-range v0.1.5
19832024-05-25T00:15:27.405Z Downloaded bit-set v0.5.3
19842024-05-25T00:15:27.405Z Downloaded aead v0.5.2
19852024-05-25T00:15:27.545Z Compiling proc-macro2 v1.0.82
19862024-05-25T00:15:27.545Z Compiling unicode-ident v1.0.12
19872024-05-25T00:15:27.548Z Compiling libc v0.2.153
19882024-05-25T00:15:27.548Z Compiling serde v1.0.202
19892024-05-25T00:15:27.548Z Compiling autocfg v1.3.0
19902024-05-25T00:15:27.548Z Compiling version_check v0.9.4
19912024-05-25T00:15:27.548Z Compiling cfg-if v1.0.0
19922024-05-25T00:15:27.790Z Compiling cc v1.0.97
19932024-05-25T00:15:27.874Z Compiling parking_lot_core v0.9.10
19942024-05-25T00:15:27.927Z Compiling libm v0.2.8
19952024-05-25T00:15:28.349Z Compiling serde_json v1.0.117
19962024-05-25T00:15:28.352Z Compiling ahash v0.8.11
19972024-05-25T00:15:28.352Z Compiling memchr v2.7.2
19982024-05-25T00:15:28.577Z Compiling lock_api v0.4.12
19992024-05-25T00:15:28.672Z Compiling num-traits v0.2.19
20002024-05-25T00:15:28.720Z Compiling typenum v1.17.0
20012024-05-25T00:15:28.848Z Compiling once_cell v1.19.0
20022024-05-25T00:15:28.936Z Compiling generic-array v0.14.7
20032024-05-25T00:15:29.218Z Compiling byteorder v1.5.0
20042024-05-25T00:15:29.693Z Compiling quote v1.0.36
20052024-05-25T00:15:29.735Z Compiling log v0.4.21
20062024-05-25T00:15:30.018Z Compiling getrandom v0.2.14
20072024-05-25T00:15:30.161Z Compiling syn v2.0.64
20082024-05-25T00:15:30.253Z Compiling itoa v1.0.11
20092024-05-25T00:15:30.279Z Compiling thiserror v1.0.60
20102024-05-25T00:15:30.485Z Compiling scopeguard v1.2.0
20112024-05-25T00:15:30.551Z Compiling slab v0.4.9
20122024-05-25T00:15:30.585Z Compiling pkg-config v0.3.30
20132024-05-25T00:15:30.908Z Compiling smallvec v1.13.2
20142024-05-25T00:15:30.947Z Compiling ring v0.17.8
20152024-05-25T00:15:30.982Z Compiling ryu v1.0.18
20162024-05-25T00:15:31.154Z Compiling semver v1.0.23
20172024-05-25T00:15:31.445Z Compiling pin-project-lite v0.2.14
20182024-05-25T00:15:31.458Z Compiling vcpkg v0.2.15
20192024-05-25T00:15:31.982Z Compiling allocator-api2 v0.2.18
20202024-05-25T00:15:32.139Z Compiling parking_lot v0.12.2
20212024-05-25T00:15:32.477Z Compiling rand_core v0.6.4
20222024-05-25T00:15:33.239Z Compiling openssl-sys v0.9.102
20232024-05-25T00:15:33.322Z Compiling schemars v0.8.20
20242024-05-25T00:15:33.447Z Compiling signal-hook-registry v1.4.2
20252024-05-25T00:15:33.680Z Compiling time-core v0.1.2
20262024-05-25T00:15:33.851Z Compiling num-conv v0.1.0
20272024-05-25T00:15:34.165Z Compiling time-macros v0.2.18
20282024-05-25T00:15:34.502Z Compiling mio v0.8.11
20292024-05-25T00:15:34.984Z Compiling rustix v0.38.34
20302024-05-25T00:15:35.030Z Compiling futures-core v0.3.30
20312024-05-25T00:15:35.295Z Compiling httparse v1.8.0
20322024-05-25T00:15:35.907Z Compiling num_cpus v1.16.0
20332024-05-25T00:15:36.035Z Compiling socket2 v0.5.7
20342024-05-25T00:15:36.146Z Compiling openssl v0.10.64
20352024-05-25T00:15:36.355Z Compiling syn v1.0.109
20362024-05-25T00:15:36.539Z Compiling equivalent v1.0.1
20372024-05-25T00:15:36.644Z Compiling subtle v2.5.0
20382024-05-25T00:15:36.859Z Compiling fnv v1.0.7
20392024-05-25T00:15:36.883Z Compiling const-oid v0.9.6
20402024-05-25T00:15:36.972Z Compiling spin v0.9.8
20412024-05-25T00:15:37.162Z Compiling heck v0.5.0
20422024-05-25T00:15:37.383Z Compiling tinyvec_macros v0.1.1
20432024-05-25T00:15:37.399Z Compiling rustls v0.21.12
20442024-05-25T00:15:37.423Z Compiling iana-time-zone v0.1.60
20452024-05-25T00:15:37.475Z Compiling native-tls v0.2.11
20462024-05-25T00:15:37.598Z Compiling tinyvec v1.6.0
20472024-05-25T00:15:37.747Z Compiling crossbeam-utils v0.8.19
20482024-05-25T00:15:37.893Z Compiling futures-sink v0.3.30
20492024-05-25T00:15:38.046Z Compiling serde_derive_internals v0.29.1
20502024-05-25T00:15:39.018Z Compiling cookie v0.17.0
20512024-05-25T00:15:39.124Z Compiling unicode-normalization v0.1.23
20522024-05-25T00:15:39.299Z Compiling ucd-trie v0.1.6
20532024-05-25T00:15:40.080Z Compiling futures-channel v0.3.30
20542024-05-25T00:15:40.438Z Compiling futures-io v0.3.30
20552024-05-25T00:15:40.504Z Compiling dyn-clone v1.0.17
20562024-05-25T00:15:40.525Z Compiling slog v2.7.0
20572024-05-25T00:15:40.633Z Compiling unicode-bidi v0.3.15
20582024-05-25T00:15:40.970Z Compiling pin-utils v0.1.0
20592024-05-25T00:15:41.072Z Compiling futures-task v0.3.30
20602024-05-25T00:15:41.353Z Compiling heck v0.4.1
20612024-05-25T00:15:41.410Z Compiling untrusted v0.9.0
20622024-05-25T00:15:41.783Z Compiling aho-corasick v1.1.3
20632024-05-25T00:15:41.941Z Compiling powerfmt v0.2.0
20642024-05-25T00:15:42.092Z Compiling crc32fast v1.4.0
20652024-05-25T00:15:42.390Z Compiling regex-syntax v0.8.3
20662024-05-25T00:15:42.451Z Compiling deranged v0.3.11
20672024-05-25T00:15:42.525Z Compiling usdt-impl v0.5.0
20682024-05-25T00:15:42.793Z Compiling num_threads v0.1.7
20692024-05-25T00:15:43.362Z Compiling percent-encoding v2.3.1
20702024-05-25T00:15:43.967Z Compiling serde_derive v1.0.202
20712024-05-25T00:15:44.264Z Compiling zerocopy-derive v0.7.34
20722024-05-25T00:15:44.268Z Compiling zeroize_derive v1.4.2
20732024-05-25T00:15:44.551Z Compiling tokio-macros v2.2.0
20742024-05-25T00:15:45.678Z Compiling thiserror-impl v1.0.60
20752024-05-25T00:15:46.051Z Compiling futures-macro v0.3.30
20762024-05-25T00:15:46.235Z Compiling zerocopy v0.7.34
20772024-05-25T00:15:46.305Z Compiling zeroize v1.7.0
20782024-05-25T00:15:48.219Z Compiling tracing-attributes v0.1.27
20792024-05-25T00:15:48.425Z Compiling schemars_derive v0.8.20
20802024-05-25T00:15:48.606Z Compiling hashbrown v0.14.5
20812024-05-25T00:15:50.266Z Compiling der_derive v0.7.2
20822024-05-25T00:15:50.907Z Compiling openssl-macros v0.1.1
20832024-05-25T00:15:51.044Z Compiling scroll_derive v0.12.0
20842024-05-25T00:15:51.348Z Compiling pest v2.7.10
20852024-05-25T00:15:51.457Z Compiling crypto-common v0.1.6
20862024-05-25T00:15:51.672Z Compiling futures-util v0.3.30
20872024-05-25T00:15:51.992Z Compiling block-buffer v0.10.4
20882024-05-25T00:15:52.247Z Compiling digest v0.10.7
20892024-05-25T00:15:52.671Z Compiling regex-automata v0.4.6
20902024-05-25T00:15:53.221Z Compiling scroll v0.12.0
20912024-05-25T00:15:53.811Z Compiling pest_meta v2.7.10
20922024-05-25T00:15:54.276Z Compiling time v0.3.36
20932024-05-25T00:15:58.184Z Compiling bytes v1.6.0
20942024-05-25T00:15:58.677Z Compiling bitflags v2.5.0
20952024-05-25T00:15:59.591Z Compiling tokio v1.37.0
20962024-05-25T00:15:59.983Z Compiling indexmap v2.2.6
20972024-05-25T00:16:00.128Z Compiling uuid v1.8.0
20982024-05-25T00:16:01.523Z Compiling chrono v0.4.38
20992024-05-25T00:16:01.540Z Compiling serde_tokenstream v0.2.0
21002024-05-25T00:16:05.761Z Compiling http v0.2.12
21012024-05-25T00:16:06.189Z Compiling pest_generator v2.7.10
21022024-05-25T00:16:07.276Z Compiling rustc_version v0.4.0
21032024-05-25T00:16:07.969Z Compiling heapless v0.7.17
21042024-05-25T00:16:08.170Z Compiling pest_derive v2.7.10
21052024-05-25T00:16:08.246Z Compiling zerocopy-derive v0.6.6
21062024-05-25T00:16:08.470Z Compiling backtrace v0.3.71
21072024-05-25T00:16:08.875Z Compiling tracing-core v0.1.32
21082024-05-25T00:16:08.959Z Compiling errno v0.3.9
21092024-05-25T00:16:09.240Z Compiling signal-hook v0.3.17
21102024-05-25T00:16:09.496Z Compiling base64 v0.21.7
21112024-05-25T00:16:10.290Z Compiling plain v0.2.3
21122024-05-25T00:16:10.450Z Compiling ppv-lite86 v0.2.17
21132024-05-25T00:16:11.347Z Compiling rand_chacha v0.3.1
21142024-05-25T00:16:11.532Z Compiling goblin v0.8.2
21152024-05-25T00:16:11.629Z Compiling tracing v0.1.40
21162024-05-25T00:16:12.476Z Compiling tokio-util v0.7.11
21172024-05-25T00:16:12.499Z Compiling regex v1.10.4
21182024-05-25T00:16:12.868Z Compiling async-trait v0.1.80
21192024-05-25T00:16:13.778Z Compiling rustversion v1.0.17
21202024-05-25T00:16:14.643Z Compiling strsim v0.11.1
21212024-05-25T00:16:14.733Z Compiling pretty-hex v0.4.1
21222024-05-25T00:16:16.564Z Compiling rand v0.8.5
21232024-05-25T00:16:18.242Z Compiling dof v0.3.0
21242024-05-25T00:16:18.419Z Compiling dtrace-parser v0.2.0
21252024-05-25T00:16:18.546Z Compiling form_urlencoded v1.2.1
21262024-05-25T00:16:18.963Z Compiling thread-id v4.2.1
21272024-05-25T00:16:19.076Z Compiling foreign-types-shared v0.1.1
21282024-05-25T00:16:19.138Z Compiling try-lock v0.2.5
21292024-05-25T00:16:19.187Z Compiling anyhow v1.0.83
21302024-05-25T00:16:19.302Z Compiling unicode-width v0.1.12
21312024-05-25T00:16:19.514Z Compiling base64ct v1.6.0
21322024-05-25T00:16:20.182Z Compiling smoltcp v0.9.1
21332024-05-25T00:16:20.188Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21342024-05-25T00:16:20.335Z Compiling foreign-types v0.3.2
21352024-05-25T00:16:20.352Z Compiling pem-rfc7468 v0.7.0
21362024-05-25T00:16:20.820Z Compiling want v0.3.1
21372024-05-25T00:16:21.508Z Compiling h2 v0.3.26
21382024-05-25T00:16:22.332Z Compiling http-body v0.4.6
21392024-05-25T00:16:22.414Z Compiling hmac v0.12.1
21402024-05-25T00:16:22.767Z Compiling clap_derive v4.5.4
21412024-05-25T00:16:23.988Z Compiling flagset v0.4.5
21422024-05-25T00:16:24.154Z Compiling siphasher v0.3.11
21432024-05-25T00:16:24.541Z Compiling tower-service v0.3.2
21442024-05-25T00:16:24.672Z Compiling httpdate v1.0.3
21452024-05-25T00:16:25.489Z Compiling der v0.7.9
21462024-05-25T00:16:30.838Z Compiling hyper v0.14.28
21472024-05-25T00:16:37.883Z Compiling rustls-webpki v0.101.7
21482024-05-25T00:16:38.125Z Compiling sct v0.7.1
21492024-05-25T00:16:38.921Z Compiling openapiv3 v2.0.0
21502024-05-25T00:16:40.738Z Compiling hubpack_derive v0.1.1
21512024-05-25T00:16:41.670Z Compiling idna v0.5.0
21522024-05-25T00:16:44.132Z Compiling fs-err v2.11.0
21532024-05-25T00:16:44.420Z Compiling openssl-probe v0.1.5
21542024-05-25T00:16:44.747Z Compiling utf8parse v0.2.1
21552024-05-25T00:16:44.770Z Compiling spin v0.5.2
21562024-05-25T00:16:44.936Z Compiling finl_unicode v1.2.0
21572024-05-25T00:16:45.015Z Compiling adler v1.0.2
21582024-05-25T00:16:45.075Z Compiling anstyle v1.0.7
21592024-05-25T00:16:45.209Z Compiling cpufeatures v0.2.12
21602024-05-25T00:16:45.414Z Compiling sha2 v0.10.8
21612024-05-25T00:16:45.538Z Compiling stringprep v0.1.4
21622024-05-25T00:16:45.553Z Compiling miniz_oxide v0.7.2
21632024-05-25T00:16:46.309Z Compiling anstyle-parse v0.2.4
21642024-05-25T00:16:46.635Z Compiling url v2.5.0
21652024-05-25T00:16:48.430Z Compiling spki v0.7.3
21662024-05-25T00:16:49.361Z Compiling usdt-attr-macro v0.5.0
21672024-05-25T00:16:49.814Z Compiling usdt-macro v0.5.0
21682024-05-25T00:16:51.306Z Compiling toml_datetime v0.6.6
21692024-05-25T00:16:51.331Z Compiling serde_spanned v0.6.6
21702024-05-25T00:16:51.551Z Compiling md-5 v0.10.6
21712024-05-25T00:16:51.724Z Compiling regress v0.9.1
21722024-05-25T00:16:51.776Z Compiling idna v0.3.0
21732024-05-25T00:16:54.376Z Compiling diesel_table_macro_syntax v0.1.0
21742024-05-25T00:16:54.775Z Compiling num-integer v0.1.46
21752024-05-25T00:16:55.373Z Compiling hash32 v0.2.1
21762024-05-25T00:16:55.492Z Compiling encoding_rs v0.8.34
21772024-05-25T00:16:55.507Z Compiling psl-types v2.0.11
21782024-05-25T00:16:55.702Z Compiling mime v0.3.17
21792024-05-25T00:16:56.007Z Compiling fallible-iterator v0.2.0
21802024-05-25T00:16:56.525Z Compiling gimli v0.28.1
21812024-05-25T00:16:56.639Z Compiling anstyle-query v1.0.3
21822024-05-25T00:16:56.756Z Compiling colorchoice v1.0.1
21832024-05-25T00:16:56.813Z Compiling stable_deref_trait v1.2.0
21842024-05-25T00:16:56.909Z Compiling is_terminal_polyfill v1.70.0
21852024-05-25T00:16:57.004Z Compiling publicsuffix v2.2.3
21862024-05-25T00:16:57.022Z Compiling anstream v0.6.14
21872024-05-25T00:16:57.269Z Compiling postgres-protocol v0.6.6
21882024-05-25T00:16:58.157Z Compiling lazy_static v1.4.0
21892024-05-25T00:16:58.532Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
21902024-05-25T00:17:00.187Z Compiling diesel_derives v2.1.4
21912024-05-25T00:17:01.147Z Compiling addr2line v0.21.0
21922024-05-25T00:17:02.858Z Compiling tokio-rustls v0.24.1
21932024-05-25T00:17:04.546Z Compiling pkcs8 v0.10.2
21942024-05-25T00:17:04.593Z Compiling terminal_size v0.3.0
21952024-05-25T00:17:04.786Z Compiling tokio-native-tls v0.3.1
21962024-05-25T00:17:05.094Z Compiling phf_shared v0.11.2
21972024-05-25T00:17:05.352Z Compiling strum_macros v0.25.3
21982024-05-25T00:17:06.309Z Compiling serde_urlencoded v0.7.1
21992024-05-25T00:17:07.193Z Compiling block-padding v0.3.3
22002024-05-25T00:17:07.422Z Compiling enum-as-inner v0.5.1
22012024-05-25T00:17:07.473Z Compiling serde_repr v0.1.19
22022024-05-25T00:17:08.492Z Compiling ff v0.13.0
22032024-05-25T00:17:08.647Z Compiling scheduled-thread-pool v0.2.7
22042024-05-25T00:17:09.174Z Compiling object v0.32.2
22052024-05-25T00:17:09.319Z Compiling bit-vec v0.6.3
22062024-05-25T00:17:09.763Z Compiling matches v0.1.10
22072024-05-25T00:17:09.858Z Compiling bitflags v1.3.2
22082024-05-25T00:17:09.883Z Compiling rustc-demangle v0.1.24
22092024-05-25T00:17:09.963Z Compiling clap_lex v0.7.0
22102024-05-25T00:17:10.440Z Compiling managed v0.8.0
22112024-05-25T00:17:10.776Z Compiling either v1.12.0
22122024-05-25T00:17:10.907Z Compiling ipnet v2.9.0
22132024-05-25T00:17:11.207Z Compiling winnow v0.5.40
22142024-05-25T00:17:12.708Z Compiling base16ct v0.2.0
22152024-05-25T00:17:13.026Z Compiling sec1 v0.7.3
22162024-05-25T00:17:13.167Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
22172024-05-25T00:17:14.720Z Compiling clap_builder v4.5.2
22182024-05-25T00:17:14.981Z Compiling idna v0.2.3
22192024-05-25T00:17:15.349Z Compiling toml_edit v0.19.15
22202024-05-25T00:17:15.353Z Compiling r2d2 v0.8.10
22212024-05-25T00:17:15.714Z Compiling group v0.13.0
22222024-05-25T00:17:16.402Z Compiling inout v0.1.3
22232024-05-25T00:17:16.751Z Compiling phf v0.11.2
22242024-05-25T00:17:16.957Z Compiling hyper-tls v0.5.0
22252024-05-25T00:17:17.022Z Compiling signal-hook-mio v0.2.3
22262024-05-25T00:17:17.179Z Compiling hyper-rustls v0.24.2
22272024-05-25T00:17:17.324Z Compiling cookie_store v0.20.0
22282024-05-25T00:17:17.537Z Compiling postgres-types v0.2.6
22292024-05-25T00:17:17.704Z Compiling num-bigint v0.4.5
22302024-05-25T00:17:19.699Z Compiling hubpack v0.1.2
22312024-05-25T00:17:20.128Z Compiling rustls-pemfile v1.0.4
22322024-05-25T00:17:20.526Z Compiling phf_shared v0.10.0
22332024-05-25T00:17:20.652Z Compiling hkdf v0.12.4
22342024-05-25T00:17:21.086Z Compiling zerocopy v0.6.6
22352024-05-25T00:17:21.542Z Compiling ipnetwork v0.20.0
22362024-05-25T00:17:21.747Z Compiling futures-executor v0.3.30
22372024-05-25T00:17:21.955Z Compiling crypto-bigint v0.5.5
22382024-05-25T00:17:22.274Z Compiling float-cmp v0.9.0
22392024-05-25T00:17:22.289Z Compiling memmap v0.7.0
22402024-05-25T00:17:22.360Z Compiling static_assertions v1.1.0
22412024-05-25T00:17:22.465Z Compiling data-encoding v2.6.0
22422024-05-25T00:17:22.591Z Compiling winnow v0.6.8
22432024-05-25T00:17:22.629Z Compiling minimal-lexical v0.2.1
22442024-05-25T00:17:22.684Z Compiling unicode-segmentation v1.11.0
22452024-05-25T00:17:22.934Z Compiling sync_wrapper v0.1.2
22462024-05-25T00:17:23.070Z Compiling webpki-roots v0.25.4
22472024-05-25T00:17:23.229Z Compiling whoami v1.5.1
22482024-05-25T00:17:23.292Z Compiling precomputed-hash v0.1.1
22492024-05-25T00:17:23.462Z Compiling normalize-line-endings v0.3.0
22502024-05-25T00:17:23.705Z Compiling difflib v0.4.0
22512024-05-25T00:17:23.821Z Compiling fixedbitset v0.4.2
22522024-05-25T00:17:24.216Z Compiling new_debug_unreachable v1.0.6
22532024-05-25T00:17:24.243Z Compiling predicates-core v1.0.6
22542024-05-25T00:17:24.247Z Compiling petgraph v0.6.5
22552024-05-25T00:17:24.303Z Compiling string_cache v0.8.7
22562024-05-25T00:17:24.586Z Compiling predicates v3.1.0
22572024-05-25T00:17:24.724Z Compiling reqwest v0.11.27
22582024-05-25T00:17:25.057Z Compiling elliptic-curve v0.13.8
22592024-05-25T00:17:25.815Z Compiling tokio-postgres v0.7.10
22602024-05-25T00:17:26.191Z Compiling similar v2.5.0
22612024-05-25T00:17:26.577Z Compiling toml_edit v0.22.13
22622024-05-25T00:17:26.726Z Compiling trust-dns-proto v0.22.0
22632024-05-25T00:17:28.329Z Compiling nom v7.1.3
22642024-05-25T00:17:28.455Z Compiling usdt v0.5.0
22652024-05-25T00:17:28.950Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22662024-05-25T00:17:32.150Z Compiling futures v0.3.30
22672024-05-25T00:17:32.204Z Compiling diesel v2.1.6
22682024-05-25T00:17:33.148Z Compiling yasna v0.5.2
22692024-05-25T00:17:34.806Z Compiling toml v0.7.8
22702024-05-25T00:17:34.882Z Compiling clap v4.5.4
22712024-05-25T00:17:35.411Z Compiling crossterm v0.27.0
22722024-05-25T00:17:35.416Z Compiling cipher v0.4.4
22732024-05-25T00:17:35.416Z Compiling crossbeam-epoch v0.9.18
22742024-05-25T00:17:35.549Z Compiling flate2 v1.0.30
22752024-05-25T00:17:36.062Z Compiling itertools v0.12.1
22762024-05-25T00:17:36.354Z Compiling itertools v0.10.5
22772024-05-25T00:17:36.523Z Compiling bit-set v0.5.3
22782024-05-25T00:17:36.811Z Compiling console v0.15.8
22792024-05-25T00:17:38.184Z Compiling num-iter v0.1.45
22802024-05-25T00:17:38.743Z Compiling tokio-stream v0.1.15
22812024-05-25T00:17:39.386Z Compiling hex v0.4.3
22822024-05-25T00:17:39.640Z Compiling bstr v1.9.1
22832024-05-25T00:17:40.313Z Compiling radium v0.7.0
22842024-05-25T00:17:40.732Z Compiling lalrpop-util v0.19.12
22852024-05-25T00:17:40.950Z Compiling peg-runtime v0.8.3
22862024-05-25T00:17:41.087Z Compiling camino v1.1.7
22872024-05-25T00:17:51.106Z Compiling is-terminal v0.4.12
22882024-05-25T00:17:53.182Z Compiling maybe-uninit v2.0.0
22892024-05-25T00:17:53.612Z Compiling tap v1.0.1
22902024-05-25T00:17:54.357Z Compiling rustls-pki-types v1.7.0
22912024-05-25T00:17:55.827Z Compiling ident_case v1.0.1
22922024-05-25T00:17:57.306Z Compiling darling_core v0.20.9
22932024-05-25T00:18:02.754Z Compiling wyz v0.5.1
22942024-05-25T00:18:09.493Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
22952024-05-25T00:18:09.634Z Compiling getopts v0.2.21
22962024-05-25T00:18:09.911Z Compiling bzip2-sys v0.1.11+1.0.8
22972024-05-25T00:18:09.985Z Compiling dirs-sys-next v0.1.2
22982024-05-25T00:18:10.605Z Compiling rustls v0.22.4
22992024-05-25T00:18:10.891Z Compiling paste v1.0.15
23002024-05-25T00:18:11.077Z Compiling base64 v0.22.1
23012024-05-25T00:18:11.720Z Compiling num-bigint-dig v0.8.4
23022024-05-25T00:18:11.993Z Compiling funty v2.0.0
23032024-05-25T00:18:12.191Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23042024-05-25T00:18:12.232Z Compiling packed_struct v0.10.1
23052024-05-25T00:18:12.464Z Compiling unsafe-libyaml v0.2.11
23062024-05-25T00:18:13.623Z Compiling bitvec v1.0.1
23072024-05-25T00:18:14.371Z Compiling serde_yaml v0.9.34+deprecated
23082024-05-25T00:18:17.400Z Compiling dirs-next v2.0.0
23092024-05-25T00:18:17.683Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23102024-05-25T00:18:20.912Z Compiling darling_macro v0.20.9
23112024-05-25T00:18:21.678Z Compiling rustls-webpki v0.102.4
23122024-05-25T00:18:25.066Z Compiling packed_struct_codegen v0.10.1
23132024-05-25T00:18:26.146Z Compiling structmeta-derive v0.3.0
23142024-05-25T00:18:26.539Z Compiling thread_local v1.1.8
23152024-05-25T00:18:27.676Z Compiling indexmap v1.9.3
23162024-05-25T00:18:27.769Z Compiling multer v3.1.0
23172024-05-25T00:18:27.871Z Compiling match_cfg v0.1.0
23182024-05-25T00:18:27.971Z Compiling rayon-core v1.12.1
23192024-05-25T00:18:28.045Z Compiling fastrand v2.1.0
23202024-05-25T00:18:28.170Z Compiling slog-async v2.8.0
23212024-05-25T00:18:28.263Z Compiling crc-catalog v2.4.0
23222024-05-25T00:18:28.364Z Compiling nodrop v0.1.14
23232024-05-25T00:18:28.857Z Compiling array-init v0.0.4
23242024-05-25T00:18:28.983Z Compiling structmeta v0.3.0
23252024-05-25T00:18:29.057Z Compiling tempfile v3.10.1
23262024-05-25T00:18:29.122Z Compiling crc v3.2.1
23272024-05-25T00:18:30.087Z Compiling hostname v0.3.1
23282024-05-25T00:18:31.525Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23292024-05-25T00:18:32.663Z Compiling darling v0.20.9
23302024-05-25T00:18:32.797Z Compiling smallvec v0.6.14
23312024-05-25T00:18:33.294Z Compiling term v0.7.0
23322024-05-25T00:18:38.977Z Compiling crossbeam-deque v0.8.5
23332024-05-25T00:18:39.381Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23342024-05-25T00:18:40.112Z Compiling pkcs1 v0.7.5
23352024-05-25T00:18:41.456Z Compiling slog-json v2.6.1
23362024-05-25T00:18:42.708Z Compiling crossbeam-channel v0.5.12
23372024-05-25T00:18:44.357Z Compiling http v1.1.0
23382024-05-25T00:18:44.485Z Compiling signature v2.2.0
23392024-05-25T00:18:45.332Z Compiling pin-project-internal v1.1.5
23402024-05-25T00:18:47.849Z Compiling async-stream-impl v0.3.5
23412024-05-25T00:18:48.570Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
23422024-05-25T00:18:49.390Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
23432024-05-25T00:18:49.692Z Compiling same-file v1.0.6
23442024-05-25T00:18:49.911Z Compiling hashbrown v0.12.3
23452024-05-25T00:18:51.421Z Compiling termcolor v1.4.1
23462024-05-25T00:18:51.844Z Compiling atomic-waker v1.1.2
23472024-05-25T00:18:52.007Z Compiling take_mut v0.2.2
23482024-05-25T00:18:52.041Z Compiling bitfield v0.14.0
23492024-05-25T00:18:52.348Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23502024-05-25T00:18:53.205Z Compiling waitgroup v0.1.2
23512024-05-25T00:18:53.466Z Compiling env_logger v0.10.2
23522024-05-25T00:19:02.699Z Compiling walkdir v2.5.0
23532024-05-25T00:19:08.708Z Compiling async-stream v0.3.5
23542024-05-25T00:19:09.212Z Compiling pin-project v1.1.5
23552024-05-25T00:19:09.487Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23562024-05-25T00:19:10.166Z Compiling rsa v0.9.6
23572024-05-25T00:19:12.038Z Compiling slog-bunyan v2.5.0
23582024-05-25T00:19:12.776Z Compiling tokio-rustls v0.25.0
23592024-05-25T00:19:13.287Z Compiling slog-term v2.9.1
23602024-05-25T00:19:14.764Z Compiling serde-hex v0.1.0
23612024-05-25T00:19:15.829Z Compiling bzip2 v0.4.4
23622024-05-25T00:19:16.169Z Compiling serde_with_macros v3.8.1
23632024-05-25T00:19:16.845Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23642024-05-25T00:19:17.153Z Compiling parse-display-derive v0.9.0
23652024-05-25T00:19:19.417Z Compiling toml v0.8.13
23662024-05-25T00:19:19.466Z Compiling rustls-pemfile v2.1.2
23672024-05-25T00:19:22.679Z Compiling x509-cert v0.2.5
23682024-05-25T00:19:23.567Z Compiling sha1 v0.10.6
23692024-05-25T00:19:24.083Z Compiling strum_macros v0.26.2
23702024-05-25T00:19:24.327Z Compiling newtype-uuid v1.1.0
23712024-05-25T00:19:24.524Z Compiling xattr v1.3.1
23722024-05-25T00:19:24.656Z Compiling ron v0.8.1
23732024-05-25T00:19:26.119Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
23742024-05-25T00:19:26.880Z Compiling serde_path_to_error v0.1.16
23752024-05-25T00:19:27.992Z Compiling hashbrown v0.13.2
23762024-05-25T00:19:28.239Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23772024-05-25T00:19:28.888Z Compiling snafu-derive v0.8.2
23782024-05-25T00:19:28.927Z Compiling blake3 v1.5.1
23792024-05-25T00:19:29.387Z Compiling ring v0.16.20
23802024-05-25T00:19:29.498Z Compiling filetime v0.2.23
23812024-05-25T00:19:29.846Z Compiling hostname v0.4.0
23822024-05-25T00:19:30.122Z Compiling instant v0.1.12
23832024-05-25T00:19:30.382Z Compiling debug-ignore v1.0.5
23842024-05-25T00:19:31.023Z Compiling buf-list v1.0.3
23852024-05-25T00:19:31.168Z Compiling crc-any v2.5.0
23862024-05-25T00:19:31.683Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23872024-05-25T00:19:34.216Z Compiling snafu v0.8.2
23882024-05-25T00:19:35.567Z Compiling backoff v0.4.0
23892024-05-25T00:19:35.588Z Compiling tar v0.4.40
23902024-05-25T00:19:36.363Z Compiling object v0.30.4
23912024-05-25T00:19:38.194Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23922024-05-25T00:19:38.355Z Compiling strum v0.26.2
23932024-05-25T00:19:38.415Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23942024-05-25T00:19:38.557Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23952024-05-25T00:19:39.060Z Compiling parse-display v0.9.0
23962024-05-25T00:19:40.226Z Compiling serde_with v3.8.1
23972024-05-25T00:19:41.105Z Compiling zip v0.6.6
23982024-05-25T00:19:41.109Z Compiling rayon v1.10.0
23992024-05-25T00:19:44.054Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24002024-05-25T00:19:45.054Z Compiling camino-tempfile v1.1.1
24012024-05-25T00:19:45.877Z Compiling globset v0.4.14
24022024-05-25T00:19:47.152Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
24032024-05-25T00:19:50.411Z Compiling pem v3.0.4
24042024-05-25T00:19:50.445Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24052024-05-25T00:19:50.650Z Compiling olpc-cjson v0.1.3
24062024-05-25T00:19:50.977Z Compiling serde_plain v1.0.2
24072024-05-25T00:19:51.110Z Compiling macaddr v1.0.1
24082024-05-25T00:19:51.537Z Compiling async-recursion v1.1.1
24092024-05-25T00:19:51.753Z Compiling memmap2 v0.9.4
24102024-05-25T00:19:52.022Z Compiling arrayref v0.3.7
24112024-05-25T00:19:52.129Z Compiling path-slash v0.1.5
24122024-05-25T00:19:52.332Z Compiling arrayvec v0.7.4
24132024-05-25T00:19:52.377Z Compiling constant_time_eq v0.3.0
24142024-05-25T00:19:52.556Z Compiling typed-path v0.7.1
24152024-05-25T00:19:52.823Z Compiling untrusted v0.7.1
24162024-05-25T00:19:54.149Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
24172024-05-25T00:19:55.925Z Compiling tough v0.17.1
24182024-05-25T00:19:59.912Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24192024-05-25T00:20:01.836Z Compiling cargo-platform v0.1.8
24202024-05-25T00:20:02.626Z Compiling topological-sort v0.2.2
24212024-05-25T00:20:02.914Z Compiling parse-size v1.0.0
24222024-05-25T00:20:03.017Z Compiling omicron-zone-package v0.11.0
24232024-05-25T00:20:03.198Z Compiling cargo_metadata v0.18.1
24242024-05-25T00:20:04.291Z Compiling shell-words v1.1.0
24252024-05-25T00:20:12.110Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24262024-05-25T00:20:23.035Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24272024-05-25T00:20:37.917Z Finished `release` profile [optimized] target(s) in 5m 13s
24282024-05-25T00:20:38.040Z Running `target/release/omicron-releng --output-dir /work`
24292024-05-25T00:20:38.082ZMay 25 00:20:37.488 DEBG changing working directory to /work/oxidecomputer/omicron
24302024-05-25T00:20:38.153ZMay 25 00:20:37.561 DEBG running: git rev-parse HEAD
24312024-05-25T00:20:38.159ZMay 25 00:20:37.567 DEBG process exited with exit status: 0 (6.214551ms)
24322024-05-25T00:20:38.159ZMay 25 00:20:37.567 INFO version: 8.0.0-0.ci+git0871b51a150
24332024-05-25T00:20:38.200ZMay 25 00:20:37.608 INFO cloning helios to /work/oxidecomputer/helios
24342024-05-25T00:20:38.200ZMay 25 00:20:37.608 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24352024-05-25T00:20:38.206ZCloning into '/work/oxidecomputer/helios'...
24362024-05-25T00:20:38.742ZMay 25 00:20:38.149 DEBG process exited with exit status: 0 (541.732562ms)
24372024-05-25T00:20:38.743ZMay 25 00:20:38.150 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
24382024-05-25T00:20:38.749Z# branch.oid c9ec14ee0e702d3142390add130bb7cdbb0096a3
24392024-05-25T00:20:38.749Z# branch.head master
24402024-05-25T00:20:38.750Z# branch.upstream origin/master
24412024-05-25T00:20:38.750Z# branch.ab +0 -0
24422024-05-25T00:20:38.754ZMay 25 00:20:38.158 DEBG process exited with exit status: 0 (8.112903ms)
24432024-05-25T00:20:38.754ZMay 25 00:20:38.158 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24442024-05-25T00:20:39.426ZMay 25 00:20:38.833 DEBG process exited with exit status: 0 (674.90701ms)
24452024-05-25T00:20:39.426ZMay 25 00:20:38.833 DEBG running: zfs list rpool/images/build/host
24462024-05-25T00:20:39.432ZNAME USED AVAIL REFER MOUNTPOINT
24472024-05-25T00:20:39.432Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
24482024-05-25T00:20:39.436ZMay 25 00:20:38.840 DEBG process exited with exit status: 0 (7.554383ms)
24492024-05-25T00:20:39.436ZMay 25 00:20:38.840 DEBG running: zfs list rpool/images/build/recovery
24502024-05-25T00:20:39.440ZNAME USED AVAIL REFER MOUNTPOINT
24512024-05-25T00:20:39.440Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
24522024-05-25T00:20:39.440ZMay 25 00:20:38.847 DEBG process exited with exit status: 0 (6.56427ms)
24532024-05-25T00:20:39.444ZMay 25 00:20:38.848 INFO [hubris-staging] running task
24542024-05-25T00:20:39.444ZMay 25 00:20:38.848 INFO [hubris-production] running task
24552024-05-25T00:20:39.444ZMay 25 00:20:38.849 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24562024-05-25T00:20:39.448ZMay 25 00:20:38.852 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24572024-05-25T00:20:39.818Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24582024-05-25T00:20:40.014Z[ omicron-package] Blocking waiting for file lock on package cache
24592024-05-25T00:20:40.541ZMay 25 00:20:39.948 INFO [hubris-production] task succeeded (1.09983272s)
24602024-05-25T00:20:40.966Z[ omicron-package] Blocking waiting for file lock on package cache
24612024-05-25T00:20:41.659Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24622024-05-25T00:20:41.663Z[ omicron-package] Compiling heapless v0.8.0
24632024-05-25T00:20:41.663Z[ omicron-package] Compiling hash32 v0.3.1
24642024-05-25T00:20:41.663Z[ omicron-package] Compiling smoltcp v0.11.0
24652024-05-25T00:20:41.663Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24662024-05-25T00:20:41.664Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24672024-05-25T00:20:41.664Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24682024-05-25T00:20:41.664Z[ omicron-package] Compiling cobs v0.2.3
24692024-05-25T00:20:42.525Z[ omicron-package] Compiling embedded-io v0.4.0
24702024-05-25T00:20:42.890Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24712024-05-25T00:20:43.065Z[ omicron-package] Compiling num_enum_derive v0.5.11
24722024-05-25T00:20:43.262Z[ omicron-package] Compiling postcard v1.0.8
24732024-05-25T00:20:43.410Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
24742024-05-25T00:20:43.500Z[ omicron-package] Compiling proc-macro-error v1.0.4
24752024-05-25T00:20:43.522Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
24762024-05-25T00:20:43.695Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24772024-05-25T00:20:43.858Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24782024-05-25T00:20:44.772Z[ omicron-package] Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
24792024-05-25T00:20:44.776Z[ omicron-package] Compiling tabwriter v1.4.0
24802024-05-25T00:20:45.041Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24812024-05-25T00:20:45.122Z[ omicron-package] Compiling cstr-argument v0.1.2
24822024-05-25T00:20:45.520Z[ omicron-package] Compiling foreign-types v0.5.0
24832024-05-25T00:20:45.826Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
24842024-05-25T00:20:45.945Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24852024-05-25T00:20:46.136Z[ omicron-package] Compiling pretty-hex v0.2.1
24862024-05-25T00:20:46.607Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24872024-05-25T00:20:47.160Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24882024-05-25T00:20:47.242Z[ omicron-package] Compiling colored v2.1.0
24892024-05-25T00:20:47.246Z[ omicron-package] Compiling socket2 v0.4.10
24902024-05-25T00:20:47.725Z[ omicron-package] Compiling num_enum v0.5.11
24912024-05-25T00:20:47.729Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24922024-05-25T00:20:48.137Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24932024-05-25T00:20:48.298Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
24942024-05-25T00:20:48.441Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24952024-05-25T00:20:48.609ZMay 25 00:20:48.014 INFO [hubris-staging] task succeeded (9.165800521s)
24962024-05-25T00:20:48.799Z[ omicron-package] Compiling num-derive v0.4.2
24972024-05-25T00:20:49.205Z[ omicron-package] Compiling sigpipe v0.1.3
24982024-05-25T00:20:49.307Z[ omicron-package] Compiling libefi-sys v0.1.0
24992024-05-25T00:20:49.668Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25002024-05-25T00:20:49.760Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
25012024-05-25T00:20:50.257Z[ omicron-package] Compiling smf v0.2.3
25022024-05-25T00:20:50.531Z[ omicron-package] Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25032024-05-25T00:20:50.877Z[ omicron-package] Compiling portable-atomic v1.6.0
25042024-05-25T00:20:51.412Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25052024-05-25T00:20:53.106Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25062024-05-25T00:20:53.395Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
25072024-05-25T00:20:53.718Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
25082024-05-25T00:20:54.133Z[ omicron-package] Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
25092024-05-25T00:20:55.332Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
25102024-05-25T00:20:56.684Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25112024-05-25T00:20:56.768Z[ omicron-package] Compiling gethostname v0.4.3
25122024-05-25T00:20:57.240Z[ omicron-package] Compiling number_prefix v0.4.0
25132024-05-25T00:20:57.346Z[ omicron-package] Compiling swrite v0.1.0
25142024-05-25T00:20:57.664Z[ omicron-package] Compiling indicatif v0.17.8
25152024-05-25T00:20:58.219Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
25162024-05-25T00:21:00.952Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
25172024-05-25T00:21:01.301Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25182024-05-25T00:21:04.168Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25192024-05-25T00:21:04.786Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25202024-05-25T00:21:06.348Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25212024-05-25T00:21:25.506Z[ helios-setup] May 25 00:21:24.901 INFO helios repository root is: /work/oxidecomputer/helios
25222024-05-25T00:21:25.510Z[ helios-setup] May 25 00:21:24.904 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25232024-05-25T00:21:25.510Z[ helios-setup] May 25 00:21:24.904 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
25242024-05-25T00:21:25.510Z[ helios-setup] May 25 00:21:24.904 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25252024-05-25T00:21:25.514Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25262024-05-25T00:21:26.561Z[ helios-setup] May 25 00:21:25.956 INFO clone ok!, project: pilot
25272024-05-25T00:21:26.565Z[ helios-setup] May 25 00:21:25.956 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
25282024-05-25T00:21:26.565Z[ helios-setup] May 25 00:21:25.956 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
25292024-05-25T00:21:26.565Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25302024-05-25T00:21:27.356Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
25312024-05-25T00:21:27.362Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
25322024-05-25T00:21:27.800Z[ omicron-package] Finished `release` profile [optimized] target(s) in 48.33s
25332024-05-25T00:21:27.982Z[ omicron-package]
25342024-05-25T00:21:27.982Z[ omicron-package] real 48.490692508
25352024-05-25T00:21:27.987Z[ omicron-package] user 2:50.310057221
25362024-05-25T00:21:27.987Z[ omicron-package] sys 24.578046634
25372024-05-25T00:21:27.987Z[ omicron-package] trap 0.169371079
25382024-05-25T00:21:27.987Z[ omicron-package] tflt 0.404306940
25392024-05-25T00:21:27.987Z[ omicron-package] dflt 0.547230155
25402024-05-25T00:21:27.987Z[ omicron-package] kflt 0.018050115
25412024-05-25T00:21:27.987Z[ omicron-package] lock 6:15.020733234
25422024-05-25T00:21:27.988Z[ omicron-package] slp 6:46.314186022
25432024-05-25T00:21:27.988Z[ omicron-package] lat 1:40.213333575
25442024-05-25T00:21:27.988Z[ omicron-package] stop 51.918551023
25452024-05-25T00:21:27.988ZMay 25 00:21:27.378 INFO [omicron-package] process exited with exit status: 0 (48.525736906s)
25462024-05-25T00:21:27.988ZMay 25 00:21:27.378 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
25472024-05-25T00:21:28.034ZMay 25 00:21:27.429 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
25482024-05-25T00:21:28.045Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
25492024-05-25T00:21:28.049Z[ host-target] Created new build target 'host' and set it as active
25502024-05-25T00:21:28.049ZMay 25 00:21:27.443 INFO [host-target] process exited with exit status: 0 (64.826009ms)
25512024-05-25T00:21:28.049ZMay 25 00:21:27.443 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
25522024-05-25T00:21:28.053Z[ recovery-target] Created new build target 'recovery' and set it as active
25532024-05-25T00:21:28.057Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
25542024-05-25T00:21:28.057ZMay 25 00:21:27.450 INFO [recovery-target] process exited with exit status: 0 (20.665727ms)
25552024-05-25T00:21:28.062Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
25562024-05-25T00:21:29.048Z[ host-package] Compiling newline-converter v0.3.0
25572024-05-25T00:21:29.052Z[ host-package] Compiling humantime v2.1.0
25582024-05-25T00:21:29.149Z[ host-package] Compiling derive-where v1.2.7
25592024-05-25T00:21:29.153Z[ host-package] Compiling unicode-xid v0.2.4
25602024-05-25T00:21:29.180Z[ host-package] Compiling linked-hash-map v0.5.6
25612024-05-25T00:21:29.194Z[ host-package] Compiling convert_case v0.4.0
25622024-05-25T00:21:29.194Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25632024-05-25T00:21:29.194Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25642024-05-25T00:21:29.302Z[ host-package] Compiling expectorate v1.1.0
25652024-05-25T00:21:29.336Z[ host-package] Compiling password-hash v0.5.0
25662024-05-25T00:21:29.521Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25672024-05-25T00:21:29.540Z[ host-package] Compiling blake2 v0.10.6
25682024-05-25T00:21:29.628Z[ host-package] Compiling lru-cache v0.1.2
25692024-05-25T00:21:29.875Z[ host-package] Compiling semver v0.1.20
25702024-05-25T00:21:30.047Z[ host-package] Compiling argon2 v0.5.3
25712024-05-25T00:21:30.135Z[ host-package] Compiling derive_more v0.99.17
25722024-05-25T00:21:30.529Z[ host-package] Compiling rustc_version v0.1.7
25732024-05-25T00:21:30.810Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25742024-05-25T00:21:30.979Z[ host-package] Compiling newtype_derive v0.1.6
25752024-05-25T00:21:31.427Z[ host-package] Compiling home v0.5.9
25762024-05-25T00:21:31.470Z[ host-package] Compiling quick-error v1.2.3
25772024-05-25T00:21:31.632Z[ host-package] Compiling resolv-conf v0.7.0
25782024-05-25T00:21:31.782Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25792024-05-25T00:21:31.820Z[ host-package] Compiling steno v0.4.0
25802024-05-25T00:21:32.720Z[ host-package] Compiling trust-dns-resolver v0.22.0
25812024-05-25T00:21:32.881Z[ host-package] Compiling slog-dtrace v0.3.0
25822024-05-25T00:21:33.149Z[ helios-setup] Submodule path 'amd-firmware': checked out '99131062489fcebfb192953600c00f2c93ea05bb'
25832024-05-25T00:21:33.164Z[ helios-setup] May 25 00:21:32.557 INFO clone ok!, project: amd-host-image-builder
25842024-05-25T00:21:33.168Z[ helios-setup] May 25 00:21:32.558 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
25852024-05-25T00:21:33.168Z[ helios-setup] May 25 00:21:32.558 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25862024-05-25T00:21:33.172Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25872024-05-25T00:21:33.351Z[ host-package] Compiling utf-8 v0.7.6
25882024-05-25T00:21:33.714Z[ host-package] Compiling num-rational v0.4.2
25892024-05-25T00:21:35.036Z[ host-package] Compiling num-complex v0.4.6
25902024-05-25T00:21:36.449Z[ host-package] Compiling num v0.4.3
25912024-05-25T00:21:36.542Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25922024-05-25T00:21:36.577Z[ host-package] Compiling nibble_vec v0.1.0
25932024-05-25T00:21:36.722Z[ host-package] Compiling endian-type v0.1.2
25942024-05-25T00:21:36.818Z[ host-package] Compiling tungstenite v0.20.1
25952024-05-25T00:21:36.974Z[ host-package] Compiling radix_trie v0.2.1
25962024-05-25T00:21:37.733Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25972024-05-25T00:21:38.044Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25982024-05-25T00:21:38.370Z[ host-package] Compiling tokio-tungstenite v0.20.1
25992024-05-25T00:21:39.050Z[ host-package] Compiling arc-swap v1.7.1
26002024-05-25T00:21:39.918Z[ host-package] Compiling display-error-chain v0.2.0
26012024-05-25T00:21:40.130Z[ helios-setup] May 25 00:21:39.522 INFO clone ok!, project: amd-firmware
26022024-05-25T00:21:40.144Z[ helios-setup] May 25 00:21:39.522 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
26032024-05-25T00:21:40.144Z[ helios-setup] May 25 00:21:39.522 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26042024-05-25T00:21:40.145Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26052024-05-25T00:21:40.192Z[ host-package] Compiling cancel-safe-futures v0.1.5
26062024-05-25T00:21:40.594Z[ host-package] Compiling slog-scope v4.4.0
26072024-05-25T00:21:40.902Z[ helios-setup] May 25 00:21:40.294 INFO clone ok!, project: pinprick
26082024-05-25T00:21:40.907Z[ helios-setup] May 25 00:21:40.294 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
26092024-05-25T00:21:40.907Z[ helios-setup] May 25 00:21:40.294 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26102024-05-25T00:21:40.911Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26112024-05-25T00:21:41.578Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26122024-05-25T00:21:41.590Z[ helios-setup] May 25 00:21:40.981 INFO clone ok!, project: bootserver
26132024-05-25T00:21:41.594Z[ helios-setup] May 25 00:21:40.982 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
26142024-05-25T00:21:41.594Z[ helios-setup] May 25 00:21:40.982 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26152024-05-25T00:21:41.598Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26162024-05-25T00:21:42.630Z[ helios-setup] May 25 00:21:42.022 INFO clone ok!, project: chelsio-t6-roms
26172024-05-25T00:21:42.634Z[ helios-setup] May 25 00:21:42.022 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26182024-05-25T00:21:42.634Z[ helios-setup] May 25 00:21:42.022 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
26192024-05-25T00:21:42.635Z[ helios-setup] May 25 00:21:42.022 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26202024-05-25T00:21:42.639Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26212024-05-25T00:21:42.716Z[ host-package] Compiling fxhash v0.2.1
26222024-05-25T00:21:43.008Z[ host-package] Compiling slog-stdlog v4.1.1
26232024-05-25T00:21:43.458Z[ helios-setup] May 25 00:21:42.849 INFO clone ok!, project: phbl
26242024-05-25T00:21:43.465Z[ helios-setup] May 25 00:21:42.850 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26252024-05-25T00:21:43.465Z[ helios-setup] May 25 00:21:42.850 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
26262024-05-25T00:21:43.465Z[ helios-setup] May 25 00:21:42.850 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26272024-05-25T00:21:43.465Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26282024-05-25T00:21:44.040Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26292024-05-25T00:21:44.216Z[ helios-setup] May 25 00:21:43.606 INFO clone ok!, project: image-builder
26302024-05-25T00:21:44.220Z[ helios-setup] May 25 00:21:43.607 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26312024-05-25T00:21:44.873Z[ host-package] Compiling rayon-core v1.12.1
26322024-05-25T00:21:44.908Z[ host-package] Compiling synstructure v0.12.6
26332024-05-25T00:21:45.374Z[ helios-setup] May 25 00:21:44.763 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26342024-05-25T00:21:45.534Z[ host-package] Compiling crossbeam-deque v0.8.5
26352024-05-25T00:21:45.964Z[ helios-setup] May 25 00:21:45.354 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26362024-05-25T00:21:45.969Z[ helios-setup] May 25 00:21:45.354 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26372024-05-25T00:21:45.969Z[ host-package] Compiling dirs-sys-next v0.1.2
26382024-05-25T00:21:46.586Z[ host-package] Compiling half v2.4.1
26392024-05-25T00:21:46.718Z[ helios-setup] May 25 00:21:46.108 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26402024-05-25T00:21:46.789Z[ host-package] Compiling glob v0.3.1
26412024-05-25T00:21:47.345Z[ helios-setup] May 25 00:21:46.735 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26422024-05-25T00:21:47.349Z[ helios-setup] May 25 00:21:46.735 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26432024-05-25T00:21:47.504Z[ host-package] Compiling same-file v1.0.6
26442024-05-25T00:21:47.731Z[ host-package] Compiling fastrand v2.1.0
26452024-05-25T00:21:47.785Z[ host-package] Compiling crunchy v0.2.2
26462024-05-25T00:21:47.911Z[ helios-setup] May 25 00:21:47.300 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26472024-05-25T00:21:48.293Z[ host-package] Compiling ciborium-io v0.2.2
26482024-05-25T00:21:48.378Z[ host-package] Compiling tempfile v3.10.1
26492024-05-25T00:21:48.507Z[ host-package] Compiling ciborium-ll v0.2.2
26502024-05-25T00:21:48.512Z[ helios-setup] May 25 00:21:47.898 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26512024-05-25T00:21:48.512Z[ helios-setup] May 25 00:21:47.898 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26522024-05-25T00:21:48.512Z[ helios-setup] May 25 00:21:47.898 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26532024-05-25T00:21:48.512Z[ helios-setup] May 25 00:21:47.898 INFO ok!
26542024-05-25T00:21:48.512Z[ helios-setup] May 25 00:21:47.898 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26552024-05-25T00:21:48.512Z[ helios-setup] May 25 00:21:47.898 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26562024-05-25T00:21:48.512Z[ helios-setup] May 25 00:21:47.898 INFO ok!
26572024-05-25T00:21:48.512Z[ helios-setup] May 25 00:21:47.898 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26582024-05-25T00:21:48.512Z[ helios-setup] May 25 00:21:47.898 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26592024-05-25T00:21:48.512Z[ helios-setup] May 25 00:21:47.898 INFO ok!
26602024-05-25T00:21:48.512Z[ helios-setup] May 25 00:21:47.899 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26612024-05-25T00:21:48.512Z[ helios-setup] May 25 00:21:47.899 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26622024-05-25T00:21:48.610Z[ helios-setup] May 25 00:21:48.000 INFO E| warning: `/work/oxidecomputer/helios/projects/pilot/.cargo/config` is deprecated in favor of `config.toml`
26632024-05-25T00:21:48.611Z[ helios-setup] May 25 00:21:48.000 INFO E| note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
26642024-05-25T00:21:48.993Z[ helios-setup] May 25 00:21:48.383 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26652024-05-25T00:21:49.128Z[ host-package] Compiling clang-sys v1.7.0
26662024-05-25T00:21:49.273Z[ host-package] Compiling walkdir v2.5.0
26672024-05-25T00:21:49.790Z[ helios-setup] May 25 00:21:49.180 INFO E| From https://github.com/jclulow/hiercmd
26682024-05-25T00:21:49.791Z[ helios-setup] May 25 00:21:49.180 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26692024-05-25T00:21:49.853Z[ helios-setup] May 25 00:21:49.242 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26702024-05-25T00:21:49.857Z[ host-package] Compiling zerocopy-derive v0.2.0
26712024-05-25T00:21:50.007Z[ host-package] Compiling dirs-next v2.0.0
26722024-05-25T00:21:50.607Z[ helios-setup] May 25 00:21:49.996 INFO E| From https://github.com/jclulow/network-interface
26732024-05-25T00:21:50.607Z[ helios-setup] May 25 00:21:49.996 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26742024-05-25T00:21:50.630Z[ helios-setup] May 25 00:21:50.019 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26752024-05-25T00:21:51.336Z[ helios-setup] May 25 00:21:50.724 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26762024-05-25T00:21:51.336Z[ helios-setup] May 25 00:21:50.724 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26772024-05-25T00:21:51.374Z[ helios-setup] May 25 00:21:50.763 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26782024-05-25T00:21:51.835Z[ host-package] Compiling slog-envlogger v2.2.0
26792024-05-25T00:21:51.953Z[ host-package] Compiling camino v1.1.7
26802024-05-25T00:21:52.027Z[ host-package] Compiling maplit v1.0.2
26812024-05-25T00:21:52.160Z[ host-package] Compiling tiny-keccak v2.0.2
26822024-05-25T00:21:52.341Z[ helios-setup] May 25 00:21:51.730 INFO E| From https://github.com/oxidecomputer/facade
26832024-05-25T00:21:52.341Z[ helios-setup] May 25 00:21:51.730 INFO E| * [new branch] 0XV2-serials -> origin/0XV2-serials
26842024-05-25T00:21:52.346Z[ helios-setup] May 25 00:21:51.730 INFO E| * [new branch] checklist -> origin/checklist
26852024-05-25T00:21:52.346Z[ helios-setup] May 25 00:21:51.730 INFO E| * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26
26862024-05-25T00:21:52.346Z[ helios-setup] May 25 00:21:51.730 INFO E| * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
26872024-05-25T00:21:52.347Z[ helios-setup] May 25 00:21:51.730 INFO E| * [new branch] dramtest -> origin/dramtest
26882024-05-25T00:21:52.347Z[ helios-setup] May 25 00:21:51.731 INFO E| * [new branch] facts -> origin/facts
26892024-05-25T00:21:52.347Z[ helios-setup] May 25 00:21:51.731 INFO E| * [new branch] fix-broken-ffi -> origin/fix-broken-ffi
26902024-05-25T00:21:52.347Z[ helios-setup] May 25 00:21:51.731 INFO E| * [new branch] flihp/platform-id_permslip -> origin/flihp/platform-id_permslip
26912024-05-25T00:21:52.347Z[ helios-setup] May 25 00:21:51.731 INFO E| * [new branch] flihp/platform-id_permslip-prebase -> origin/flihp/platform-id_permslip-prebase
26922024-05-25T00:21:52.347Z[ helios-setup] May 25 00:21:51.731 INFO E| * [new branch] gimlet-f -> origin/gimlet-f
26932024-05-25T00:21:52.347Z[ helios-setup] May 25 00:21:51.731 INFO E| * [new branch] guardrails -> origin/guardrails
26942024-05-25T00:21:52.347Z[ helios-setup] May 25 00:21:51.732 INFO E| * [new branch] idcerts -> origin/idcerts
26952024-05-25T00:21:52.347Z[ helios-setup] May 25 00:21:51.732 INFO E| * [new branch] jhendricks/fix-usage -> origin/jhendricks/fix-usage
26962024-05-25T00:21:52.347Z[ helios-setup] May 25 00:21:51.732 INFO E| * [new branch] jhendricks/micron7450 -> origin/jhendricks/micron7450
26972024-05-25T00:21:52.347Z[ helios-setup] May 25 00:21:51.732 INFO E| * [new branch] jhendricks/readme -> origin/jhendricks/readme
26982024-05-25T00:21:52.347Z[ helios-setup] May 25 00:21:51.732 INFO E| * [new branch] main -> origin/main
26992024-05-25T00:21:52.348Z[ helios-setup] May 25 00:21:51.732 INFO E| * [new branch] meanwell -> origin/meanwell
27002024-05-25T00:21:52.348Z[ helios-setup] May 25 00:21:51.732 INFO E| * [new branch] parents -> origin/parents
27012024-05-25T00:21:52.348Z[ helios-setup] May 25 00:21:51.733 INFO E| * [new branch] psc -> origin/psc
27022024-05-25T00:21:52.348Z[ helios-setup] May 25 00:21:51.733 INFO E| * [new branch] rackstatus -> origin/rackstatus
27032024-05-25T00:21:52.348Z[ helios-setup] May 25 00:21:51.733 INFO E| * [new branch] sessions -> origin/sessions
27042024-05-25T00:21:52.348Z[ helios-setup] May 25 00:21:51.733 INFO E| * [new branch] sidecar_loopback_test -> origin/sidecar_loopback_test
27052024-05-25T00:21:52.348Z[ helios-setup] May 25 00:21:51.733 INFO E| * [new branch] sshauth -> origin/sshauth
27062024-05-25T00:21:52.348Z[ helios-setup] May 25 00:21:51.733 INFO E| * [new branch] unsupervised -> origin/unsupervised
27072024-05-25T00:21:52.348Z[ helios-setup] May 25 00:21:51.734 INFO E| * [new branch] x11 -> origin/x11
27082024-05-25T00:21:52.348Z[ helios-setup] May 25 00:21:51.734 INFO E| * [new ref] -> origin/HEAD
27092024-05-25T00:21:52.438Z[ helios-setup] May 25 00:21:51.826 INFO E| Updating crates.io index
27102024-05-25T00:21:52.483Z[ host-package] Compiling prettyplease v0.2.20
27112024-05-25T00:21:52.871Z[ host-package] Compiling ring v0.16.20
27122024-05-25T00:21:53.043Z[ helios-setup] May 25 00:21:52.431 INFO E| Downloading crates ...
27132024-05-25T00:21:53.265Z[ helios-setup] May 25 00:21:52.618 INFO E| Downloaded semver v1.0.17
27142024-05-25T00:21:53.282Z[ helios-setup] May 25 00:21:52.631 INFO E| Downloaded sha2 v0.10.6
27152024-05-25T00:21:53.282Z[ helios-setup] May 25 00:21:52.635 INFO E| Downloaded serde_path_to_error v0.1.11
27162024-05-25T00:21:53.282Z[ helios-setup] May 25 00:21:52.639 INFO E| Downloaded serde_spanned v0.6.1
27172024-05-25T00:21:53.283Z[ helios-setup] May 25 00:21:52.640 INFO E| Downloaded schemars_derive v0.8.12
27182024-05-25T00:21:53.283Z[ helios-setup] May 25 00:21:52.643 INFO E| Downloaded num-traits v0.2.15
27192024-05-25T00:21:53.283Z[ helios-setup] May 25 00:21:52.648 INFO E| Downloaded semver-parser v0.10.2
27202024-05-25T00:21:53.283Z[ helios-setup] May 25 00:21:52.655 INFO E| Downloaded parking_lot_core v0.9.6
27212024-05-25T00:21:53.283Z[ helios-setup] May 25 00:21:52.659 INFO E| Downloaded serde_derive v1.0.152
27222024-05-25T00:21:53.287Z[ helios-setup] May 25 00:21:52.667 INFO E| Downloaded semver v0.11.0
27232024-05-25T00:21:53.287Z[ helios-setup] May 25 00:21:52.672 INFO E| Downloaded serde_yaml v0.9.21
27242024-05-25T00:21:53.292Z[ helios-setup] May 25 00:21:52.681 INFO E| Downloaded num-integer v0.1.45
27252024-05-25T00:21:53.296Z[ helios-setup] May 25 00:21:52.685 INFO E| Downloaded sha1 v0.10.5
27262024-05-25T00:21:53.331Z[ helios-setup] May 25 00:21:52.720 INFO E| Downloaded want v0.3.0
27272024-05-25T00:21:53.336Z[ helios-setup] May 25 00:21:52.723 INFO E| Downloaded try-lock v0.2.4
27282024-05-25T00:21:53.336Z[ helios-setup] May 25 00:21:52.724 INFO E| Downloaded httpdate v1.0.2
27292024-05-25T00:21:53.343Z[ helios-setup] May 25 00:21:52.727 INFO E| Downloaded generic-array v0.14.6
27302024-05-25T00:21:53.347Z[ helios-setup] May 25 00:21:52.729 INFO E| Downloaded toml_datetime v0.6.1
27312024-05-25T00:21:53.347Z[ helios-setup] May 25 00:21:52.731 INFO E| Downloaded tokio-macros v2.0.0
27322024-05-25T00:21:53.347Z[ helios-setup] May 25 00:21:52.733 INFO E| Downloaded const-random v0.1.15
27332024-05-25T00:21:53.347Z[ helios-setup] May 25 00:21:52.735 INFO E| Downloaded const-random-macro v0.1.15
27342024-05-25T00:21:53.352Z[ helios-setup] May 25 00:21:52.737 INFO E| Downloaded thiserror-impl v1.0.38
27352024-05-25T00:21:53.352Z[ helios-setup] May 25 00:21:52.739 INFO E| Downloaded slog-bunyan v2.4.0
27362024-05-25T00:21:53.357Z[ helios-setup] May 25 00:21:52.741 INFO E| Downloaded strsim v0.10.0
27372024-05-25T00:21:53.357Z[ helios-setup] May 25 00:21:52.744 INFO E| Downloaded time-macros v0.2.8
27382024-05-25T00:21:53.361Z[ helios-setup] May 25 00:21:52.747 INFO E| Downloaded walkdir v2.3.3
27392024-05-25T00:21:53.392Z[ helios-setup] May 25 00:21:52.780 INFO E| Downloaded http-body v0.4.5
27402024-05-25T00:21:53.397Z[ helios-setup] May 25 00:21:52.785 INFO E| Downloaded unicode-width v0.1.10
27412024-05-25T00:21:53.401Z[ helios-setup] May 25 00:21:52.788 INFO E| Downloaded time v0.1.45
27422024-05-25T00:21:53.405Z[ helios-setup] May 25 00:21:52.790 INFO E| Downloaded smartstring v1.0.1
27432024-05-25T00:21:53.409Z[ helios-setup] May 25 00:21:52.795 INFO E| Downloaded uuid v1.3.0
27442024-05-25T00:21:53.487Z[ helios-setup] May 25 00:21:52.875 INFO E| Downloaded unicode-ident v1.0.8
27452024-05-25T00:21:53.493Z[ helios-setup] May 25 00:21:52.882 INFO E| Downloaded url v2.3.1
27462024-05-25T00:21:53.522Z[ helios-setup] May 25 00:21:52.910 INFO E| Downloaded toml v0.7.3
27472024-05-25T00:21:53.527Z[ helios-setup] May 25 00:21:52.916 INFO E| Downloaded unicode-linebreak v0.1.4
27482024-05-25T00:21:53.531Z[ helios-setup] May 25 00:21:52.919 INFO E| Downloaded tracing v0.1.37
27492024-05-25T00:21:53.537Z[ helios-setup] May 25 00:21:52.926 INFO E| Downloaded unicode-normalization v0.1.22
27502024-05-25T00:21:53.545Z[ helios-setup] May 25 00:21:52.932 INFO E| Downloaded winnow v0.4.1
27512024-05-25T00:21:53.568Z[ helios-setup] May 25 00:21:52.956 INFO E| Downloaded syn v1.0.107
27522024-05-25T00:21:53.585Z[ helios-setup] May 25 00:21:52.972 INFO E| Downloaded syn v2.0.13
27532024-05-25T00:21:53.600Z[ helios-setup] May 25 00:21:52.989 INFO E| Downloaded miniz_oxide v0.6.2
27542024-05-25T00:21:53.605Z[ helios-setup] May 25 00:21:52.992 INFO E| Downloaded tokio v1.27.0
27552024-05-25T00:21:53.655Z[ helios-setup] May 25 00:21:53.044 INFO E| Downloaded rayon-core v1.10.2
27562024-05-25T00:21:53.670Z[ helios-setup] May 25 00:21:53.049 INFO E| Downloaded proc-macro2 v1.0.56
27572024-05-25T00:21:53.674Z[ helios-setup] May 25 00:21:53.052 INFO E| Downloaded memchr v2.5.0
27582024-05-25T00:21:53.674Z[ helios-setup] May 25 00:21:53.058 INFO E| Downloaded cargo-lock v8.0.3
27592024-05-25T00:21:53.675Z[ helios-setup] May 25 00:21:53.062 INFO E| Downloaded base64 v0.21.0
27602024-05-25T00:21:53.680Z[ helios-setup] May 25 00:21:53.068 INFO E| Downloaded anyhow v1.0.68
27612024-05-25T00:21:53.687Z[ helios-setup] May 25 00:21:53.075 INFO E| Downloaded ahash v0.8.3
27622024-05-25T00:21:53.693Z[ helios-setup] May 25 00:21:53.080 INFO E| Downloaded flate2 v1.0.25
27632024-05-25T00:21:53.701Z[ helios-setup] May 25 00:21:53.090 INFO E| Downloaded mio v0.8.5
27642024-05-25T00:21:53.712Z[ helios-setup] May 25 00:21:53.100 INFO E| Downloaded crossbeam-channel v0.5.6
27652024-05-25T00:21:53.733Z[ helios-setup] May 25 00:21:53.108 INFO E| Downloaded http v0.2.9
27662024-05-25T00:21:53.733Z[ helios-setup] May 25 00:21:53.115 INFO E| Downloaded pest v2.5.7
27672024-05-25T00:21:53.739Z[ helios-setup] May 25 00:21:53.125 INFO E| Downloaded cc v1.0.78
27682024-05-25T00:21:53.744Z[ helios-setup] May 25 00:21:53.130 INFO E| Downloaded aho-corasick v0.7.20
27692024-05-25T00:21:53.748Z[ helios-setup] May 25 00:21:53.137 INFO E| Downloaded futures v0.3.28
27702024-05-25T00:21:53.758Z[ helios-setup] May 25 00:21:53.146 INFO E| Downloaded clap_builder v4.2.1
27712024-05-25T00:21:53.769Z[ helios-setup] May 25 00:21:53.158 INFO E| Downloaded quote v1.0.26
27722024-05-25T00:21:53.776Z[ helios-setup] May 25 00:21:53.163 INFO E| Downloaded futures-util v0.3.28
27732024-05-25T00:21:53.798Z[ helios-setup] May 25 00:21:53.186 INFO E| Downloaded reqwest v0.11.16
27742024-05-25T00:21:53.817Z[ helios-setup] May 25 00:21:53.200 INFO E| Downloaded rayon v1.6.1
27752024-05-25T00:21:53.829Z[ helios-setup] May 25 00:21:53.217 INFO E| Downloaded hyper v0.14.25
27762024-05-25T00:21:53.840Z[ helios-setup] May 25 00:21:53.229 INFO E| Downloaded git2 v0.16.1
27772024-05-25T00:21:53.853Z[ helios-setup] May 25 00:21:53.242 INFO E| Downloaded regex v1.7.3
27782024-05-25T00:21:53.868Z[ helios-setup] May 25 00:21:53.257 INFO E| Downloaded h2 v0.3.16
27792024-05-25T00:21:53.878Z[ helios-setup] May 25 00:21:53.267 INFO E| Downloaded regress v0.5.0
27802024-05-25T00:21:53.902Z[ helios-setup] May 25 00:21:53.279 INFO E| Downloaded chrono v0.4.24
27812024-05-25T00:21:53.907Z[ helios-setup] May 25 00:21:53.292 INFO E| Downloaded rustix v0.37.3
27822024-05-25T00:21:53.937Z[ helios-setup] May 25 00:21:53.322 INFO E| Downloaded pin-project-lite v0.2.9
27832024-05-25T00:21:53.942Z[ helios-setup] May 25 00:21:53.331 INFO E| Downloaded rhai v1.14.0
27842024-05-25T00:21:53.972Z[ helios-setup] May 25 00:21:53.353 INFO E| Downloaded openapiv3 v1.0.2
27852024-05-25T00:21:53.985Z[ helios-setup] May 25 00:21:53.373 INFO E| Downloaded lock_api v0.4.9
27862024-05-25T00:21:53.989Z[ helios-setup] May 25 00:21:53.376 INFO E| Downloaded cpufeatures v0.2.5
27872024-05-25T00:21:53.995Z[ helios-setup] May 25 00:21:53.378 INFO E| Downloaded clap v4.2.1
27882024-05-25T00:21:54.003Z[ helios-setup] May 25 00:21:53.391 INFO E| Downloaded bincode v1.3.3
27892024-05-25T00:21:54.007Z[ helios-setup] May 25 00:21:53.394 INFO E| Downloaded bytes v1.4.0
27902024-05-25T00:21:54.012Z[ helios-setup] May 25 00:21:53.400 INFO E| Downloaded ahash v0.7.6
27912024-05-25T00:21:54.018Z[ helios-setup] May 25 00:21:53.404 INFO E| Downloaded tokio-util v0.7.7
27922024-05-25T00:21:54.025Z[ helios-setup] May 25 00:21:53.414 INFO E| Downloaded libc v0.2.139
27932024-05-25T00:21:54.087Z[ helios-setup] May 25 00:21:53.475 INFO E| Downloaded time v0.3.20
27942024-05-25T00:21:54.097Z[ helios-setup] May 25 00:21:53.485 INFO E| Downloaded rhai_codegen v1.5.0
27952024-05-25T00:21:54.108Z[ helios-setup] May 25 00:21:53.497 INFO E| Downloaded parking_lot v0.12.1
27962024-05-25T00:21:54.112Z[ helios-setup] May 25 00:21:53.500 INFO E| Downloaded ipnet v2.7.2
27972024-05-25T00:21:54.116Z[ helios-setup] May 25 00:21:53.503 INFO E| Downloaded toml_edit v0.19.8
27982024-05-25T00:21:54.148Z[ helios-setup] May 25 00:21:53.535 INFO E| Downloaded once_cell v1.17.0
27992024-05-25T00:21:54.152Z[ helios-setup] May 25 00:21:53.540 INFO E| Downloaded io-lifetimes v1.0.10
28002024-05-25T00:21:54.172Z[ helios-setup] May 25 00:21:53.560 INFO E| Downloaded iana-time-zone v0.1.56
28012024-05-25T00:21:54.186Z[ helios-setup] May 25 00:21:53.564 INFO E| Downloaded getrandom v0.2.8
28022024-05-25T00:21:54.191Z[ helios-setup] May 25 00:21:53.568 INFO E| Downloaded futures-task v0.3.28
28032024-05-25T00:21:54.191Z[ helios-setup] May 25 00:21:53.570 INFO E| Downloaded futures-channel v0.3.28
28042024-05-25T00:21:54.191Z[ helios-setup] May 25 00:21:53.573 INFO E| Downloaded fastrand v1.9.0
28052024-05-25T00:21:54.191Z[ helios-setup] May 25 00:21:53.575 INFO E| Downloaded concolor-query v0.3.3
28062024-05-25T00:21:54.195Z[ helios-setup] May 25 00:21:53.581 INFO E| Downloaded camino v1.1.4
28072024-05-25T00:21:54.195Z[ helios-setup] May 25 00:21:53.581 INFO E| Downloaded tempfile v3.5.0
28082024-05-25T00:21:54.196Z[ helios-setup] May 25 00:21:53.582 INFO E| Downloaded rustfmt-wrapper v0.2.0
28092024-05-25T00:21:54.200Z[ helios-setup] May 25 00:21:53.584 INFO E| Downloaded futures-sink v0.3.28
28102024-05-25T00:21:54.200Z[ helios-setup] May 25 00:21:53.586 INFO E| Downloaded futures-macro v0.3.28
28112024-05-25T00:21:54.200Z[ helios-setup] May 25 00:21:53.587 INFO E| Downloaded futures-executor v0.3.28
28122024-05-25T00:21:54.204Z[ helios-setup] May 25 00:21:53.589 INFO E| Downloaded either v1.8.0
28132024-05-25T00:21:54.204Z[ helios-setup] May 25 00:21:53.592 INFO E| Downloaded digest v0.10.6
28142024-05-25T00:21:54.208Z[ helios-setup] May 25 00:21:53.595 INFO E| Downloaded unsafe-libyaml v0.2.8
28152024-05-25T00:21:54.212Z[ helios-setup] May 25 00:21:53.600 INFO E| Downloaded unicode-bidi v0.3.13
28162024-05-25T00:21:54.224Z[ helios-setup] May 25 00:21:53.612 INFO E| Downloaded ucd-trie v0.1.5
28172024-05-25T00:21:54.229Z[ helios-setup] May 25 00:21:53.615 INFO E| Downloaded tungstenite v0.18.0
28182024-05-25T00:21:54.233Z[ helios-setup] May 25 00:21:53.620 INFO E| Downloaded tracing-core v0.1.30
28192024-05-25T00:21:54.237Z[ helios-setup] May 25 00:21:53.625 INFO E| Downloaded serde_json v1.0.95
28202024-05-25T00:21:54.255Z[ helios-setup] May 25 00:21:53.643 INFO E| Downloaded rustls-webpki v0.100.1
28212024-05-25T00:21:54.266Z[ helios-setup] May 25 00:21:53.654 INFO E| Downloaded encoding_rs v0.8.32
28222024-05-25T00:21:54.303Z[ helios-setup] May 25 00:21:53.691 INFO E| Downloaded errno v0.3.1
28232024-05-25T00:21:54.308Z[ helios-setup] May 25 00:21:53.694 INFO E| Downloaded anstyle-parse v0.1.1
28242024-05-25T00:21:54.312Z[ helios-setup] May 25 00:21:53.697 INFO E| Downloaded typenum v1.16.0
28252024-05-25T00:21:54.316Z[ helios-setup] May 25 00:21:53.701 INFO E| Downloaded socket2 v0.4.9
28262024-05-25T00:21:54.317Z[ helios-setup] May 25 00:21:53.704 INFO E| Downloaded log v0.4.17
28272024-05-25T00:21:54.321Z[ helios-setup] May 25 00:21:53.708 INFO E| Downloaded crossbeam-utils v0.8.14
28282024-05-25T00:21:54.325Z[ helios-setup] May 25 00:21:53.713 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
28292024-05-25T00:21:54.420Z[ helios-setup] May 25 00:21:53.808 INFO E| Downloaded crossbeam-epoch v0.9.13
28302024-05-25T00:21:54.425Z[ helios-setup] May 25 00:21:53.813 INFO E| Downloaded clap_derive v4.2.0
28312024-05-25T00:21:54.429Z[ helios-setup] May 25 00:21:53.817 INFO E| Downloaded built v0.6.0
28322024-05-25T00:21:54.433Z[ helios-setup] May 25 00:21:53.819 INFO E| Downloaded block-buffer v0.10.3
28332024-05-25T00:21:54.433Z[ helios-setup] May 25 00:21:53.821 INFO E| Downloaded anstream v0.2.6
28342024-05-25T00:21:54.438Z[ helios-setup] May 25 00:21:53.824 INFO E| Downloaded textwrap v0.16.0
28352024-05-25T00:21:54.443Z[ helios-setup] May 25 00:21:53.828 INFO E| Downloaded ryu v1.0.13
28362024-05-25T00:21:54.449Z[ helios-setup] May 25 00:21:53.834 INFO E| Downloaded slab v0.4.7
28372024-05-25T00:21:54.453Z[ helios-setup] May 25 00:21:53.836 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28382024-05-25T00:21:54.453Z[ helios-setup] May 25 00:21:53.839 INFO E| Downloaded proc-macro-crate v1.2.1
28392024-05-25T00:21:54.453Z[ helios-setup] May 25 00:21:53.841 INFO E| Downloaded pkg-config v0.3.26
28402024-05-25T00:21:54.458Z[ helios-setup] May 25 00:21:53.844 INFO E| Downloaded percent-encoding v2.2.0
28412024-05-25T00:21:54.458Z[ helios-setup] May 25 00:21:53.845 INFO E| Downloaded libz-sys v1.1.8
28422024-05-25T00:21:54.544Z[ helios-setup] May 25 00:21:53.931 INFO E| Downloaded paste v1.0.12
28432024-05-25T00:21:54.548Z[ helios-setup] May 25 00:21:53.936 INFO E| Downloaded num_enum v0.5.7
28442024-05-25T00:21:54.553Z[ helios-setup] May 25 00:21:53.942 INFO E| Downloaded itoa v1.0.6
28452024-05-25T00:21:54.558Z[ helios-setup] May 25 00:21:53.943 INFO E| Downloaded is-terminal v0.4.7
28462024-05-25T00:21:54.558Z[ helios-setup] May 25 00:21:53.945 INFO E| Downloaded home v0.5.4
28472024-05-25T00:21:54.562Z[ helios-setup] May 25 00:21:53.946 INFO E| Downloaded futures-io v0.3.28
28482024-05-25T00:21:54.562Z[ helios-setup] May 25 00:21:53.948 INFO E| Downloaded futures-core v0.3.28
28492024-05-25T00:21:54.562Z[ helios-setup] May 25 00:21:53.950 INFO E| Downloaded dyn-clone v1.0.11
28502024-05-25T00:21:54.567Z[ helios-setup] May 25 00:21:53.953 INFO E| Downloaded clap_lex v0.4.1
28512024-05-25T00:21:54.567Z[ helios-setup] May 25 00:21:53.955 INFO E| Downloaded autocfg v1.1.0
28522024-05-25T00:21:54.571Z[ helios-setup] May 25 00:21:53.957 INFO E| Downloaded tokio-tungstenite v0.18.0
28532024-05-25T00:21:54.575Z[ helios-setup] May 25 00:21:53.960 INFO E| Downloaded tokio-rustls v0.24.0
28542024-05-25T00:21:54.575Z[ helios-setup] May 25 00:21:53.963 INFO E| Downloaded smallvec v1.10.0
28552024-05-25T00:21:54.579Z[ helios-setup] May 25 00:21:53.966 INFO E| Downloaded num_enum_derive v0.5.7
28562024-05-25T00:21:54.583Z[ helios-setup] May 25 00:21:53.967 INFO E| Downloaded num_cpus v1.15.0
28572024-05-25T00:21:54.583Z[ helios-setup] May 25 00:21:53.971 INFO E| Downloaded byteorder v1.4.3
28582024-05-25T00:21:54.587Z[ helios-setup] May 25 00:21:53.974 INFO E| Downloaded concolor-override v1.0.0
28592024-05-25T00:21:54.587Z[ helios-setup] May 25 00:21:53.975 INFO E| Downloaded signal-hook-registry v1.4.0
28602024-05-25T00:21:54.591Z[ helios-setup] May 25 00:21:53.976 INFO E| Downloaded form_urlencoded v1.1.0
28612024-05-25T00:21:54.591Z[ helios-setup] May 25 00:21:53.977 INFO E| Downloaded crossbeam-deque v0.8.2
28622024-05-25T00:21:54.591Z[ helios-setup] May 25 00:21:53.979 INFO E| Downloaded toolchain_find v0.2.0
28632024-05-25T00:21:54.596Z[ helios-setup] May 25 00:21:53.981 INFO E| Downloaded thiserror v1.0.38
28642024-05-25T00:21:54.600Z[ helios-setup] May 25 00:21:53.986 INFO E| Downloaded terminal_size v0.2.6
28652024-05-25T00:21:54.600Z[ helios-setup] May 25 00:21:53.988 INFO E| Downloaded smawk v0.3.1
28662024-05-25T00:21:54.605Z[ helios-setup] May 25 00:21:53.990 INFO E| Downloaded slog-async v2.7.0
28672024-05-25T00:21:54.605Z[ helios-setup] May 25 00:21:53.992 INFO E| Downloaded project-root v0.2.2
28682024-05-25T00:21:54.605Z[ helios-setup] May 25 00:21:53.993 INFO E| Downloaded time-core v0.1.0
28692024-05-25T00:21:54.611Z[ helios-setup] May 25 00:21:53.994 INFO E| Downloaded anstyle v0.3.5
28702024-05-25T00:21:54.611Z[ helios-setup] May 25 00:21:53.996 INFO E| Downloaded serde_derive_internals v0.26.0
28712024-05-25T00:21:54.615Z[ helios-setup] May 25 00:21:53.998 INFO E| Downloaded serde v1.0.152
28722024-05-25T00:21:54.619Z[ helios-setup] May 25 00:21:54.004 INFO E| Downloaded sct v0.7.0
28732024-05-25T00:21:54.625Z[ helios-setup] May 25 00:21:54.013 INFO E| Downloaded scopeguard v1.1.0
28742024-05-25T00:21:54.629Z[ helios-setup] May 25 00:21:54.015 INFO E| Downloaded schemars v0.8.12
28752024-05-25T00:21:54.640Z[ helios-setup] May 25 00:21:54.028 INFO E| Downloaded rustls v0.21.0
28762024-05-25T00:21:54.644Z[ host-package] Compiling blake3 v1.5.1
28772024-05-25T00:21:54.659Z[ helios-setup] May 25 00:21:54.047 INFO E| Downloaded jobserver v0.1.26
28782024-05-25T00:21:54.663Z[ helios-setup] May 25 00:21:54.050 INFO E| Downloaded rustls-pemfile v1.0.2
28792024-05-25T00:21:54.667Z[ helios-setup] May 25 00:21:54.053 INFO E| Downloaded async-trait v0.1.68
28802024-05-25T00:21:54.964Z[ helios-setup] May 25 00:21:54.352 INFO E| Compiling proc-macro2 v1.0.56
28812024-05-25T00:21:54.964Z[ helios-setup] May 25 00:21:54.352 INFO E| Compiling libc v0.2.139
28822024-05-25T00:21:54.964Z[ helios-setup] May 25 00:21:54.352 INFO E| Compiling quote v1.0.26
28832024-05-25T00:21:54.964Z[ helios-setup] May 25 00:21:54.352 INFO E| Compiling unicode-ident v1.0.8
28842024-05-25T00:21:54.969Z[ helios-setup] May 25 00:21:54.352 INFO E| Compiling syn v1.0.107
28852024-05-25T00:21:54.969Z[ helios-setup] May 25 00:21:54.352 INFO E| Compiling autocfg v1.1.0
28862024-05-25T00:21:54.969Z[ helios-setup] May 25 00:21:54.352 INFO E| Compiling serde_derive v1.0.152
28872024-05-25T00:21:54.969Z[ helios-setup] May 25 00:21:54.352 INFO E| Compiling cfg-if v1.0.0
28882024-05-25T00:21:55.659Z[ helios-setup] May 25 00:21:55.047 INFO E| Compiling version_check v0.9.4
28892024-05-25T00:21:55.744Z[ helios-setup] May 25 00:21:55.131 INFO E| Compiling serde v1.0.152
28902024-05-25T00:21:56.139Z[ helios-setup] May 25 00:21:55.527 INFO E| Compiling memchr v2.5.0
28912024-05-25T00:21:56.498Z[ helios-setup] May 25 00:21:55.885 INFO E| Compiling once_cell v1.17.0
28922024-05-25T00:21:57.058Z[ host-package] Compiling rayon v1.10.0
28932024-05-25T00:21:57.208Z[ helios-setup] May 25 00:21:56.595 INFO E| Compiling log v0.4.17
28942024-05-25T00:21:57.212Z[ helios-setup] May 25 00:21:56.596 INFO E| Compiling thiserror v1.0.38
28952024-05-25T00:21:57.224Z[ host-package] Compiling term v0.7.0
28962024-05-25T00:21:57.288Z[ helios-setup] May 25 00:21:56.675 INFO E| Compiling itoa v1.0.6
28972024-05-25T00:21:57.801Z[ host-package] Compiling ciborium v0.2.2
28982024-05-25T00:21:58.050Z[ helios-setup] May 25 00:21:57.437 INFO E| Compiling serde_json v1.0.95
28992024-05-25T00:21:58.942Z[ host-package] Compiling xattr v1.3.1
29002024-05-25T00:21:59.264Z[ helios-setup] May 25 00:21:58.651 INFO E| Compiling indexmap v1.9.3
29012024-05-25T00:21:59.482Z[ host-package] Compiling atty v0.2.14
29022024-05-25T00:21:59.716Z[ host-package] Compiling memmap2 v0.9.4
29032024-05-25T00:21:59.936Z[ host-package] Compiling filetime v0.2.23
29042024-05-25T00:21:59.952Z[ helios-setup] May 25 00:21:59.338 INFO E| Compiling syn v2.0.13
29052024-05-25T00:22:00.049Z[ helios-setup] May 25 00:21:59.436 INFO E| Compiling getrandom v0.2.8
29062024-05-25T00:22:00.250Z[ helios-setup] May 25 00:21:59.637 INFO E| Compiling jobserver v0.1.26
29072024-05-25T00:22:00.380Z[ helios-setup] May 25 00:21:59.766 INFO E| Compiling pin-project-lite v0.2.9
29082024-05-25T00:22:00.521Z[ host-package] Compiling constant_time_eq v0.3.0
29092024-05-25T00:22:00.603Z[ host-package] Compiling arrayvec v0.7.4
29102024-05-25T00:22:00.709Z[ helios-setup] May 25 00:22:00.080 INFO E| Compiling scopeguard v1.1.0
29112024-05-25T00:22:00.831Z[ host-package] Compiling arrayref v0.3.7
29122024-05-25T00:22:00.905Z[ helios-setup] May 25 00:22:00.277 INFO E| Compiling cc v1.0.78
29132024-05-25T00:22:00.905Z[ helios-setup] May 25 00:22:00.277 INFO E| Compiling num-integer v0.1.45
29142024-05-25T00:22:01.161Z[ host-package] Compiling untrusted v0.7.1
29152024-05-25T00:22:01.215Z[ helios-setup] May 25 00:22:00.601 INFO E| Compiling bytes v1.4.0
29162024-05-25T00:22:01.351Z[ helios-setup] May 25 00:22:00.737 INFO E| Compiling futures-core v0.3.28
29172024-05-25T00:22:01.610Z[ host-package] Compiling tar v0.4.40
29182024-05-25T00:22:02.208Z[ helios-setup] May 25 00:22:01.594 INFO E| Compiling ryu v1.0.13
29192024-05-25T00:22:03.170Z[ host-package] Compiling ascii-canvas v3.0.0
29202024-05-25T00:22:03.478Z[ helios-setup] May 25 00:22:02.863 INFO E| Compiling lock_api v0.4.9
29212024-05-25T00:22:03.765Z[ helios-setup] May 25 00:22:03.151 INFO E| Compiling bitflags v1.3.2
29222024-05-25T00:22:03.883Z[ helios-setup] May 25 00:22:03.268 INFO E| Compiling typenum v1.16.0
29232024-05-25T00:22:04.021Z[ helios-setup] May 25 00:22:03.405 INFO E| Compiling parking_lot_core v0.9.6
29242024-05-25T00:22:04.205Z[ host-package] Compiling camino-tempfile v1.1.1
29252024-05-25T00:22:04.265Z[ helios-setup] May 25 00:22:03.650 INFO E| Compiling num_cpus v1.15.0
29262024-05-25T00:22:04.407Z[ helios-setup] May 25 00:22:03.792 INFO E| Compiling generic-array v0.14.6
29272024-05-25T00:22:04.615Z[ helios-setup] May 25 00:22:04.000 INFO E| Compiling slab v0.4.7
29282024-05-25T00:22:05.114Z[ helios-setup] May 25 00:22:04.499 INFO E| Compiling futures-sink v0.3.28
29292024-05-25T00:22:05.174Z[ helios-setup] May 25 00:22:04.559 INFO E| Compiling futures-task v0.3.28
29302024-05-25T00:22:05.244Z[ helios-setup] May 25 00:22:04.630 INFO E| Compiling futures-channel v0.3.28
29312024-05-25T00:22:05.288Z[ host-package] Compiling toolchain_find v0.4.0
29322024-05-25T00:22:05.617Z[ helios-setup] May 25 00:22:05.002 INFO E| Compiling tokio v1.27.0
29332024-05-25T00:22:06.179Z[ helios-setup] May 25 00:22:05.564 INFO E| Compiling futures-util v0.3.28
29342024-05-25T00:22:06.225Z[ helios-setup] May 25 00:22:05.610 INFO E| Compiling schemars v0.8.12
29352024-05-25T00:22:06.306Z[ host-package] Compiling toml v0.8.13
29362024-05-25T00:22:06.656Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
29372024-05-25T00:22:07.126Z[ helios-setup] May 25 00:22:06.511 INFO E| Compiling signal-hook-registry v1.4.0
29382024-05-25T00:22:07.470Z[ helios-setup] May 25 00:22:06.856 INFO E| Compiling mio v0.8.5
29392024-05-25T00:22:07.570Z[ helios-setup] May 25 00:22:06.954 INFO E| Compiling socket2 v0.4.9
29402024-05-25T00:22:07.671Z[ helios-setup] May 25 00:22:07.056 INFO E| Compiling ahash v0.7.6
29412024-05-25T00:22:07.819Z[ helios-setup] May 25 00:22:07.204 INFO E| Compiling num-traits v0.2.15
29422024-05-25T00:22:07.856Z[ host-package] Compiling libsw v3.3.1
29432024-05-25T00:22:08.236Z[ host-package] Compiling ena v0.14.3
29442024-05-25T00:22:08.400Z[ host-package] Compiling is-terminal v0.4.12
29452024-05-25T00:22:08.743Z[ helios-setup] May 25 00:22:08.117 INFO E| Compiling futures-io v0.3.28
29462024-05-25T00:22:08.761Z[ host-package] Compiling usdt-impl v0.3.5
29472024-05-25T00:22:08.774Z[ helios-setup] May 25 00:22:08.158 INFO E| Compiling io-lifetimes v1.0.10
29482024-05-25T00:22:08.912Z[ host-package] Compiling libloading v0.8.3
29492024-05-25T00:22:09.095Z[ host-package] Compiling bindgen v0.69.4
29502024-05-25T00:22:09.667Z[ host-package] Compiling regex-syntax v0.6.29
29512024-05-25T00:22:09.748Z[ host-package] Compiling diff v0.1.13
29522024-05-25T00:22:09.869Z[ helios-setup] May 25 00:22:09.252 INFO E| Compiling pin-utils v0.1.0
29532024-05-25T00:22:09.938Z[ host-package] Compiling linear-map v1.2.0
29542024-05-25T00:22:10.104Z[ helios-setup] May 25 00:22:09.488 INFO E| Compiling crunchy v0.2.2
29552024-05-25T00:22:10.399Z[ host-package] Compiling parking_lot_core v0.8.6
29562024-05-25T00:22:10.653Z[ host-package] Compiling owo-colors v4.0.0
29572024-05-25T00:22:10.712Z[ host-package] Compiling topological-sort v0.2.2
29582024-05-25T00:22:11.044Z[ helios-setup] May 25 00:22:10.428 INFO E| Compiling ahash v0.8.3
29592024-05-25T00:22:11.246Z[ helios-setup] May 25 00:22:10.629 INFO E| Compiling rustix v0.37.3
29602024-05-25T00:22:11.257Z[ host-package] Compiling omicron-zone-package v0.11.0
29612024-05-25T00:22:11.327Z[ helios-setup] May 25 00:22:10.705 INFO E| Compiling tiny-keccak v2.0.2
29622024-05-25T00:22:11.363Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29632024-05-25T00:22:11.788Z[ helios-setup] May 25 00:22:11.171 INFO E| Compiling serde_derive_internals v0.26.0
29642024-05-25T00:22:11.875Z[ helios-setup] May 25 00:22:11.259 INFO E| Compiling hashbrown v0.12.3
29652024-05-25T00:22:12.124Z[ host-package] Compiling rustfmt-wrapper v0.2.1
29662024-05-25T00:22:12.413Z[ helios-setup] May 25 00:22:11.797 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
29672024-05-25T00:22:12.907Z[ helios-setup] May 25 00:22:12.290 INFO E| Compiling crypto-common v0.1.6
29682024-05-25T00:22:13.213Z[ helios-setup] May 25 00:22:12.596 INFO E| Compiling block-buffer v0.10.3
29692024-05-25T00:22:13.480Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
29702024-05-25T00:22:14.616Z[ helios-setup] May 25 00:22:13.999 INFO E| Compiling errno v0.3.1
29712024-05-25T00:22:14.999Z[ helios-setup] May 25 00:22:14.382 INFO E| Compiling slog v2.7.0
29722024-05-25T00:22:15.121Z[ helios-setup] May 25 00:22:14.503 INFO E| Compiling crossbeam-utils v0.8.14
29732024-05-25T00:22:15.320Z[ helios-setup] May 25 00:22:14.703 INFO E| Compiling pkg-config v0.3.26
29742024-05-25T00:22:15.547Z[ helios-setup] May 25 00:22:14.930 INFO E| Compiling fnv v1.0.7
29752024-05-25T00:22:15.986Z[ helios-setup] May 25 00:22:15.368 INFO E| Compiling http v0.2.9
29762024-05-25T00:22:16.230Z[ host-package] Compiling lalrpop v0.19.12
29772024-05-25T00:22:18.423Z[ helios-setup] May 25 00:22:17.805 INFO E| Compiling digest v0.10.6
29782024-05-25T00:22:19.171Z[ helios-setup] May 25 00:22:18.553 INFO E| Compiling aho-corasick v0.7.20
29792024-05-25T00:22:19.223Z[ helios-setup] May 25 00:22:18.605 INFO E| Compiling regex-syntax v0.6.29
29802024-05-25T00:22:19.476Z[ helios-setup] May 25 00:22:18.857 INFO E| Compiling heck v0.4.1
29812024-05-25T00:22:19.609Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29822024-05-25T00:22:20.020Z[ host-package] Compiling which v4.4.2
29832024-05-25T00:22:20.460Z[ helios-setup] May 25 00:22:19.842 INFO E| Compiling tinyvec_macros v0.1.1
29842024-05-25T00:22:20.655Z[ helios-setup] May 25 00:22:20.037 INFO E| Compiling anyhow v1.0.68
29852024-05-25T00:22:21.276Z[ host-package] Compiling cexpr v0.6.0
29862024-05-25T00:22:21.917Z[ helios-setup] May 25 00:22:21.298 INFO E| Compiling httparse v1.8.0
29872024-05-25T00:22:22.116Z[ host-package] Compiling unicase v2.7.0
29882024-05-25T00:22:22.194Z[ helios-setup] May 25 00:22:21.576 INFO E| Compiling percent-encoding v2.2.0
29892024-05-25T00:22:22.246Z[ helios-setup] May 25 00:22:21.628 INFO E| Compiling unicode-width v0.1.10
29902024-05-25T00:22:22.630Z[ helios-setup] May 25 00:22:22.010 INFO E| Compiling cpufeatures v0.2.5
29912024-05-25T00:22:22.902Z[ host-package] Compiling lazycell v1.3.0
29922024-05-25T00:22:23.073Z[ helios-setup] May 25 00:22:22.454 INFO E| Compiling thiserror-impl v1.0.38
29932024-05-25T00:22:23.165Z[ helios-setup] May 25 00:22:22.546 INFO E| Compiling schemars_derive v0.8.12
29942024-05-25T00:22:23.198Z[ host-package] Compiling shlex v1.3.0
29952024-05-25T00:22:23.709Z[ helios-setup] May 25 00:22:23.090 INFO E| Compiling tinyvec v1.6.0
29962024-05-25T00:22:24.171Z[ host-package] Compiling rustc-hash v1.1.0
29972024-05-25T00:22:24.463Z[ helios-setup] May 25 00:22:23.843 INFO E| Compiling form_urlencoded v1.1.0
29982024-05-25T00:22:24.705Z[ helios-setup] May 25 00:22:24.086 INFO E| Compiling tokio-macros v2.0.0
29992024-05-25T00:22:24.830Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30002024-05-25T00:22:25.163Z[ helios-setup] May 25 00:22:24.543 INFO E| Compiling futures-macro v0.3.28
30012024-05-25T00:22:25.505Z[ helios-setup] May 25 00:22:24.885 INFO E| Compiling const-random-macro v0.1.15
30022024-05-25T00:22:27.096Z[ helios-setup] May 25 00:22:26.476 INFO E| Compiling regex v1.7.3
30032024-05-25T00:22:28.360Z[ helios-setup] May 25 00:22:27.740 INFO E| Compiling hashbrown v0.13.2
30042024-05-25T00:22:29.975Z[ helios-setup] May 25 00:22:29.354 INFO E| Compiling chrono v0.4.24
30052024-05-25T00:22:31.026Z[ helios-setup] May 25 00:22:30.405 INFO E| Compiling libz-sys v1.1.8
30062024-05-25T00:22:33.401Z[ helios-setup] May 25 00:22:32.779 INFO E| Compiling uuid v1.3.0
30072024-05-25T00:22:33.857Z[ helios-setup] May 25 00:22:33.235 INFO E| Compiling dyn-clone v1.0.11
30082024-05-25T00:22:34.525Z[ helios-setup] May 25 00:22:33.904 INFO E| Compiling unicode-normalization v0.1.22
30092024-05-25T00:22:34.635Z[ helios-setup] May 25 00:22:34.014 INFO E| Compiling regress v0.5.0
30102024-05-25T00:22:34.641Z[ host-package] Compiling zerocopy v0.3.2
30112024-05-25T00:22:35.218Z[ helios-setup] May 25 00:22:34.596 INFO E| Compiling const-random v0.1.15
30122024-05-25T00:22:35.907Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30132024-05-25T00:22:36.034Z[ host-package] Compiling derive_builder_core v0.20.0
30142024-05-25T00:22:36.462Z[ helios-setup] May 25 00:22:35.840 INFO E| Compiling getopts v0.2.21
30152024-05-25T00:22:37.219Z[ helios-setup] May 25 00:22:36.596 INFO E| Compiling tracing-core v0.1.30
30162024-05-25T00:22:37.940Z[ helios-setup] May 25 00:22:37.317 INFO E| Compiling memoffset v0.7.1
30172024-05-25T00:22:38.533Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30182024-05-25T00:22:38.731Z[ host-package] Compiling headers-core v0.2.0
30192024-05-25T00:22:38.811Z[ helios-setup] May 25 00:22:38.188 INFO E| Compiling unicode-bidi v0.3.13
30202024-05-25T00:22:39.090Z[ host-package] Compiling libxml v0.3.3
30212024-05-25T00:22:39.210Z[ host-package] Compiling ref-cast v1.0.23
30222024-05-25T00:22:40.075Z[ host-package] Compiling headers v0.3.9
30232024-05-25T00:22:40.622Z[ host-package] Compiling derive_builder_macro v0.20.0
30242024-05-25T00:22:40.808Z[ host-package] Compiling dof v0.1.5
30252024-05-25T00:22:40.819Z[ helios-setup] May 25 00:22:40.192 INFO E| Compiling ucd-trie v0.1.5
30262024-05-25T00:22:42.257Z[ helios-setup] May 25 00:22:41.633 INFO E| Compiling time-core v0.1.0
30272024-05-25T00:22:42.299Z[ helios-setup] May 25 00:22:41.675 INFO E| Compiling pest v2.5.7
30282024-05-25T00:22:42.426Z[ host-package] Compiling parking_lot v0.11.2
30292024-05-25T00:22:42.474Z[ helios-setup] May 25 00:22:41.849 INFO E| Compiling time-macros v0.2.8
30302024-05-25T00:22:42.611Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30312024-05-25T00:22:43.490Z[ helios-setup] May 25 00:22:42.865 INFO E| Compiling idna v0.3.0
30322024-05-25T00:22:45.627Z[ helios-setup] May 25 00:22:45.002 INFO E| Compiling tracing v0.1.37
30332024-05-25T00:22:46.258Z[ host-package] Compiling trust-dns-client v0.22.0
30342024-05-25T00:22:47.583Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30352024-05-25T00:22:48.301Z[ host-package] Compiling strum_macros v0.24.3
30362024-05-25T00:22:48.619Z[ helios-setup] May 25 00:22:47.906 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
30372024-05-25T00:22:49.260Z[ helios-setup] May 25 00:22:48.634 INFO E| Compiling time v0.1.45
30382024-05-25T00:22:49.330Z[ helios-setup] May 25 00:22:48.704 INFO E| Compiling crossbeam-epoch v0.9.13
30392024-05-25T00:22:49.660Z[ helios-setup] May 25 00:22:49.034 INFO E| Compiling semver v1.0.17
30402024-05-25T00:22:50.577Z[ helios-setup] May 25 00:22:49.951 INFO E| Compiling iana-time-zone v0.1.56
30412024-05-25T00:22:51.773Z[ host-package] Compiling dtrace-parser v0.1.14
30422024-05-25T00:22:51.808Z[ helios-setup] May 25 00:22:51.181 INFO E| Compiling num_threads v0.1.6
30432024-05-25T00:22:52.155Z[ helios-setup] May 25 00:22:51.519 INFO E| Compiling time v0.3.20
30442024-05-25T00:22:53.068Z[ helios-setup] May 25 00:22:52.441 INFO E| Compiling toml v0.5.11
30452024-05-25T00:22:53.625Z[ helios-setup] May 25 00:22:52.997 INFO E| Compiling serde_tokenstream v0.2.0
30462024-05-25T00:22:54.600Z[ host-package] Compiling toml v0.5.11
30472024-05-25T00:22:54.686Z[ helios-setup] May 25 00:22:54.059 INFO E| Compiling smallvec v1.10.0
30482024-05-25T00:22:55.142Z[ host-package] Compiling ref-cast-impl v1.0.23
30492024-05-25T00:22:55.361Z[ host-package] Compiling vte_generate_state_changes v0.1.1
30502024-05-25T00:22:55.366Z[ host-package] Compiling samael v0.0.15
30512024-05-25T00:22:56.730Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30522024-05-25T00:22:57.152Z[ helios-setup] May 25 00:22:56.524 INFO E| Compiling parking_lot v0.12.1
30532024-05-25T00:22:57.615Z[ host-package] Compiling cookie v0.18.1
30542024-05-25T00:22:57.639Z[ host-package] Compiling indoc v1.0.9
30552024-05-25T00:22:58.343Z[ host-package] Compiling cfg_aliases v0.1.1
30562024-05-25T00:22:58.994Z[ host-package] Compiling nix v0.28.0
30572024-05-25T00:22:59.998Z[ host-package] Compiling trust-dns-server v0.22.1
30582024-05-25T00:23:00.473Z[ helios-setup] May 25 00:22:59.844 INFO E| Compiling semver-parser v0.10.2
30592024-05-25T00:23:01.628Z[ host-package] Compiling vte v0.11.1
30602024-05-25T00:23:01.642Z[ helios-setup] May 25 00:23:01.013 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30612024-05-25T00:23:04.183Z[ helios-setup] May 25 00:23:03.544 INFO E| Compiling url v2.3.1
30622024-05-25T00:23:08.158Z[ helios-setup] May 25 00:23:07.527 INFO E| Compiling crossbeam-channel v0.5.6
30632024-05-25T00:23:08.638Z[ helios-setup] May 25 00:23:08.007 INFO E| Compiling dirs-sys-next v0.1.2
30642024-05-25T00:23:08.925Z[ host-package] Compiling sled v0.34.7
30652024-05-25T00:23:09.121Z[ host-package] Compiling derive_builder v0.20.0
30662024-05-25T00:23:09.320Z[ helios-setup] May 25 00:23:08.689 INFO E| Compiling same-file v1.0.6
30672024-05-25T00:23:10.959Z[ helios-setup] May 25 00:23:10.328 INFO E| Compiling crc32fast v1.3.2
30682024-05-25T00:23:10.995Z[ helios-setup] May 25 00:23:10.363 INFO E| Compiling try-lock v0.2.4
30692024-05-25T00:23:11.346Z[ helios-setup] May 25 00:23:10.714 INFO E| Compiling want v0.3.0
30702024-05-25T00:23:12.169Z[ helios-setup] May 25 00:23:11.537 INFO E| Compiling walkdir v2.3.3
30712024-05-25T00:23:13.054Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30722024-05-25T00:23:13.668Z[ helios-setup] May 25 00:23:13.036 INFO E| Compiling dirs-next v2.0.0
30732024-05-25T00:23:16.005Z[ host-package] Compiling polar-core v0.27.3
30742024-05-25T00:23:16.677Z[ helios-setup] May 25 00:23:16.044 INFO E| Compiling tokio-util v0.7.7
30752024-05-25T00:23:16.778Z[ helios-setup] May 25 00:23:16.135 INFO E| Compiling semver v0.11.0
30762024-05-25T00:23:18.274Z[ helios-setup] May 25 00:23:17.641 INFO E| Compiling proc-macro-crate v1.2.1
30772024-05-25T00:23:20.065Z[ helios-setup] May 25 00:23:19.431 INFO E| Compiling h2 v0.3.16
30782024-05-25T00:23:20.311Z[ helios-setup] May 25 00:23:19.678 INFO E| Compiling futures-executor v0.3.28
30792024-05-25T00:23:20.593Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30802024-05-25T00:23:20.600Z[ helios-setup] May 25 00:23:19.966 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30812024-05-25T00:23:21.204Z[ host-package] Compiling const_format_proc_macros v0.2.32
30822024-05-25T00:23:21.609Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30832024-05-25T00:23:21.758Z[ helios-setup] May 25 00:23:21.124 INFO E| Compiling http-body v0.4.5
30842024-05-25T00:23:22.720Z[ helios-setup] May 25 00:23:22.086 INFO E| Compiling ring v0.16.20
30852024-05-25T00:23:22.996Z[ helios-setup] May 25 00:23:22.362 INFO E| Compiling rand_core v0.6.4
30862024-05-25T00:23:24.081Z[ helios-setup] May 25 00:23:23.446 INFO E| Compiling thread_local v1.1.7
30872024-05-25T00:23:25.382Z[ host-package] Compiling fd-lock v4.0.2
30882024-05-25T00:23:25.434Z[ helios-setup] May 25 00:23:24.799 INFO E| Compiling rayon-core v1.10.2
30892024-05-25T00:23:25.970Z[ helios-setup] May 25 00:23:25.325 INFO E| Compiling adler v1.0.2
30902024-05-25T00:23:26.084Z[ host-package] Compiling bb8 v0.8.3
30912024-05-25T00:23:26.539Z[ helios-setup] May 25 00:23:25.904 INFO E| Compiling lazy_static v1.4.0
30922024-05-25T00:23:26.606Z[ helios-setup] May 25 00:23:25.971 INFO E| Compiling httpdate v1.0.2
30932024-05-25T00:23:26.941Z[ helios-setup] May 25 00:23:26.306 INFO E| Compiling fastrand v1.9.0
30942024-05-25T00:23:27.449Z[ host-package] Compiling quick-xml v0.31.0
30952024-05-25T00:23:27.950Z[ helios-setup] May 25 00:23:27.314 INFO E| Compiling home v0.5.4
30962024-05-25T00:23:28.376Z[ helios-setup] May 25 00:23:27.741 INFO E| Compiling ppv-lite86 v0.2.17
30972024-05-25T00:23:28.555Z[ helios-setup] May 25 00:23:27.919 INFO E| Compiling utf8parse v0.2.1
30982024-05-25T00:23:29.014Z[ helios-setup] May 25 00:23:28.379 INFO E| Compiling base64 v0.21.0
30992024-05-25T00:23:29.486Z[ helios-setup] May 25 00:23:28.850 INFO E| Compiling tower-service v0.3.2
31002024-05-25T00:23:30.262Z[ helios-setup] May 25 00:23:29.626 INFO E| Compiling rand_chacha v0.3.1
31012024-05-25T00:23:31.195Z[ helios-setup] May 25 00:23:30.558 INFO E| Compiling hyper v0.14.25
31022024-05-25T00:23:31.517Z[ host-package] Compiling serde_tokenstream v0.1.7
31032024-05-25T00:23:32.809Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
31042024-05-25T00:23:34.358Z[ helios-setup] May 25 00:23:33.721 INFO E| Compiling anstyle-parse v0.1.1
31052024-05-25T00:23:34.478Z[ helios-setup] May 25 00:23:33.841 INFO E| Compiling toolchain_find v0.2.0
31062024-05-25T00:23:35.437Z[ helios-setup] May 25 00:23:34.800 INFO E| Compiling tempfile v3.5.0
31072024-05-25T00:23:35.574Z[ helios-setup] May 25 00:23:34.936 INFO E| Compiling miniz_oxide v0.6.2
31082024-05-25T00:23:36.844Z[ helios-setup] May 25 00:23:36.206 INFO E| Compiling futures v0.3.28
31092024-05-25T00:23:37.181Z[ helios-setup] May 25 00:23:36.543 INFO E| Compiling num_enum_derive v0.5.7
31102024-05-25T00:23:40.495Z[ host-package] Compiling oso-derive v0.27.3
31112024-05-25T00:23:42.392Z[ host-package] Compiling memoffset v0.7.1
31122024-05-25T00:23:43.377Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
31132024-05-25T00:23:44.213Z[ host-package] Compiling platforms v3.4.0
31142024-05-25T00:23:45.459Z[ host-package] Compiling bytecount v0.6.8
31152024-05-25T00:23:45.540Z[ host-package] Compiling curve25519-dalek v4.1.2
31162024-05-25T00:23:46.222Z[ host-package] Compiling papergrid v0.11.0
31172024-05-25T00:23:46.633Z[ helios-setup] May 25 00:23:45.993 INFO E| Compiling cargo-lock v8.0.3
31182024-05-25T00:23:51.635Z[ helios-setup] May 25 00:23:50.993 INFO E| Compiling crossbeam-deque v0.8.2
31192024-05-25T00:23:52.290Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
31202024-05-25T00:23:52.646Z[ helios-setup] May 25 00:23:52.005 INFO E| Compiling term v0.7.0
31212024-05-25T00:23:54.026Z[ host-package] Compiling const_format v0.2.32
31222024-05-25T00:23:55.518Z[ helios-setup] May 25 00:23:54.876 INFO E| Compiling serde_urlencoded v0.7.1
31232024-05-25T00:23:55.995Z[ helios-setup] May 25 00:23:55.353 INFO E| Compiling sha1 v0.10.5
31242024-05-25T00:23:57.199Z[ helios-setup] May 25 00:23:56.556 INFO E| Compiling sha2 v0.10.6
31252024-05-25T00:23:57.874Z[ helios-setup] May 25 00:23:57.231 INFO E| Compiling is-terminal v0.4.7
31262024-05-25T00:23:58.017Z[ helios-setup] May 25 00:23:57.371 INFO E| Compiling atty v0.2.14
31272024-05-25T00:23:58.145Z[ helios-setup] May 25 00:23:57.501 INFO E| Compiling anstyle v0.3.5
31282024-05-25T00:23:59.350Z[ helios-setup] May 25 00:23:58.706 INFO E| Compiling concolor-query v0.3.3
31292024-05-25T00:23:59.986Z[ helios-setup] May 25 00:23:59.342 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31302024-05-25T00:24:00.920Z[ helios-setup] May 25 00:24:00.277 INFO E| Compiling concolor-override v1.0.0
31312024-05-25T00:24:01.257Z[ helios-setup] May 25 00:24:00.613 INFO E| Compiling anstream v0.2.6
31322024-05-25T00:24:03.728Z[ helios-setup] May 25 00:24:03.083 INFO E| Compiling slog-term v2.9.0
31332024-05-25T00:24:03.904Z[ helios-setup] May 25 00:24:03.259 INFO E| Compiling flate2 v1.0.25
31342024-05-25T00:24:05.202Z[ helios-setup] May 25 00:24:04.557 INFO E| Compiling num_enum v0.5.7
31352024-05-25T00:24:05.792Z[ helios-setup] May 25 00:24:05.145 INFO E| Compiling rustfmt-wrapper v0.2.0
31362024-05-25T00:24:06.911Z[ helios-setup] May 25 00:24:06.266 INFO E| Compiling rand v0.8.5
31372024-05-25T00:24:07.008Z[ helios-setup] May 25 00:24:06.363 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31382024-05-25T00:24:07.192Z[ helios-setup] May 25 00:24:06.546 INFO E| Compiling openapiv3 v1.0.2
31392024-05-25T00:24:07.334Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31402024-05-25T00:24:09.924Z[ helios-setup] May 25 00:24:09.278 INFO E| Compiling encoding_rs v0.8.32
31412024-05-25T00:24:10.968Z[ helios-setup] May 25 00:24:10.321 INFO E| Compiling base64 v0.13.1
31422024-05-25T00:24:11.134Z[ host-package] Compiling oso v0.27.3
31432024-05-25T00:24:11.365Z[ host-package] Compiling strip-ansi-escapes v0.2.0
31442024-05-25T00:24:12.690Z[ helios-setup] May 25 00:24:12.043 INFO E| Compiling untrusted v0.7.1
31452024-05-25T00:24:13.257Z[ helios-setup] May 25 00:24:12.610 INFO E| Compiling clap_lex v0.4.1
31462024-05-25T00:24:14.888Z[ helios-setup] May 25 00:24:14.240 INFO E| Compiling project-root v0.2.2
31472024-05-25T00:24:15.619Z[ helios-setup] May 25 00:24:14.972 INFO E| Compiling ipnet v2.7.2
31482024-05-25T00:24:15.733Z[ helios-setup] May 25 00:24:15.085 INFO E| Compiling mime v0.3.17
31492024-05-25T00:24:17.974Z[ helios-setup] May 25 00:24:17.326 INFO E| Compiling byteorder v1.4.3
31502024-05-25T00:24:18.084Z[ helios-setup] May 25 00:24:17.435 INFO E| Compiling spin v0.5.2
31512024-05-25T00:24:19.038Z[ helios-setup] May 25 00:24:18.389 INFO E| Compiling strsim v0.10.0
31522024-05-25T00:24:19.276Z[ helios-setup] May 25 00:24:18.628 INFO E| Compiling unsafe-libyaml v0.2.8
31532024-05-25T00:24:19.446Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31542024-05-25T00:24:20.874Z[ helios-setup] May 25 00:24:20.225 INFO E| Compiling utf-8 v0.7.6
31552024-05-25T00:24:20.948Z[ helios-setup] May 25 00:24:20.299 INFO E| Compiling either v1.8.0
31562024-05-25T00:24:22.034Z[ helios-setup] May 25 00:24:21.385 INFO E| Compiling rayon v1.6.1
31572024-05-25T00:24:22.035Z[ helios-setup] May 25 00:24:21.385 INFO E| Compiling tungstenite v0.18.0
31582024-05-25T00:24:22.894Z[ helios-setup] May 25 00:24:22.245 INFO E| Compiling serde_yaml v0.9.21
31592024-05-25T00:24:23.043Z[ helios-setup] May 25 00:24:22.394 INFO E| Compiling clap_builder v4.2.1
31602024-05-25T00:24:23.627Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
31612024-05-25T00:24:23.709Z[ host-package] Compiling tabled_derive v0.7.0
31622024-05-25T00:24:31.646Z[ helios-setup] May 25 00:24:30.995 INFO E| Compiling reqwest v0.11.16
31632024-05-25T00:24:32.646Z[ helios-setup] May 25 00:24:31.994 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31642024-05-25T00:24:34.156Z[ helios-setup] May 25 00:24:33.504 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31652024-05-25T00:24:34.244Z[ helios-setup] May 25 00:24:33.591 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
31662024-05-25T00:24:34.384Z[ host-package] Compiling kstat-rs v0.2.3
31672024-05-25T00:24:34.460Z[ host-package] Compiling nu-ansi-term v0.50.0
31682024-05-25T00:24:36.227Z[ host-package] Compiling keccak v0.1.5
31692024-05-25T00:24:37.380Z[ host-package] Compiling sha3 v0.10.8
31702024-05-25T00:24:38.619Z[ host-package] Compiling reedline v0.31.0
31712024-05-25T00:24:38.770Z[ helios-setup] May 25 00:24:38.116 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31722024-05-25T00:24:38.949Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31732024-05-25T00:24:39.908Z[ helios-setup] May 25 00:24:39.254 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
31742024-05-25T00:24:41.272Z[ helios-setup] May 25 00:24:40.617 INFO E| Compiling clap_derive v4.2.0
31752024-05-25T00:24:44.333Z[ helios-setup] May 25 00:24:43.678 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31762024-05-25T00:24:46.687Z[ helios-setup] May 25 00:24:46.031 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31772024-05-25T00:24:50.323Z[ host-package] Compiling tabled v0.15.0
31782024-05-25T00:24:51.749Z[ helios-setup] May 25 00:24:51.093 INFO E| Compiling clap v4.2.1
31792024-05-25T00:25:03.654Z[ host-package] Compiling mime_guess v2.0.4
31802024-05-25T00:25:10.270Z[ host-package] Compiling usdt-attr-macro v0.3.5
31812024-05-25T00:25:10.574Z[ host-package] Compiling usdt-macro v0.3.5
31822024-05-25T00:25:10.579Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31832024-05-25T00:25:12.219Z[ helios-setup] May 25 00:25:11.557 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31842024-05-25T00:25:13.500Z[ host-package] Compiling env_logger v0.9.3
31852024-05-25T00:25:13.834Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
31862024-05-25T00:25:15.651Z[ helios-setup] May 25 00:25:14.988 INFO E| Compiling tokio-tungstenite v0.18.0
31872024-05-25T00:25:17.190Z[ helios-setup] May 25 00:25:16.526 INFO E| Compiling smartstring v1.0.1
31882024-05-25T00:25:18.237Z[ helios-setup] May 25 00:25:17.573 INFO E| Compiling rustls v0.21.0
31892024-05-25T00:25:19.601Z[ helios-setup] May 25 00:25:18.938 INFO E| Compiling rustls-webpki v0.100.1
31902024-05-25T00:25:20.029Z[ helios-setup] May 25 00:25:19.365 INFO E| Compiling sct v0.7.0
31912024-05-25T00:25:20.676Z[ helios-setup] May 25 00:25:20.012 INFO E| Compiling toml_datetime v0.6.1
31922024-05-25T00:25:21.356Z[ helios-setup] May 25 00:25:20.692 INFO E| Compiling serde_spanned v0.6.1
31932024-05-25T00:25:21.522Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31942024-05-25T00:25:21.872Z[ helios-setup] May 25 00:25:21.207 INFO E| Compiling static_assertions v1.1.0
31952024-05-25T00:25:22.212Z[ helios-setup] May 25 00:25:21.548 INFO E| Compiling slog-async v2.7.0
31962024-05-25T00:25:22.304Z[ helios-setup] May 25 00:25:21.640 INFO E| Compiling winnow v0.4.1
31972024-05-25T00:25:23.738Z[ helios-setup] May 25 00:25:23.073 INFO E| Compiling camino v1.1.4
31982024-05-25T00:25:24.002Z[ helios-setup] May 25 00:25:23.337 INFO E| Compiling paste v1.0.12
31992024-05-25T00:25:25.039Z[ helios-setup] May 25 00:25:24.365 INFO E| Compiling match_cfg v0.1.0
32002024-05-25T00:25:25.261Z[ helios-setup] May 25 00:25:24.596 INFO E| Compiling async-trait v0.1.68
32012024-05-25T00:25:25.487Z[ helios-setup] May 25 00:25:24.822 INFO E| Compiling hostname v0.3.1
32022024-05-25T00:25:26.750Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
32032024-05-25T00:25:27.947Z[ host-package] Compiling peg-macros v0.8.3
32042024-05-25T00:25:28.226Z[ helios-setup] May 25 00:25:27.560 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32052024-05-25T00:25:28.745Z[ host-package] Compiling universal-hash v0.5.1
32062024-05-25T00:25:29.283Z[ host-package] Compiling secrecy v0.8.0
32072024-05-25T00:25:30.243Z[ host-package] Compiling bitstruct_derive v0.1.0
32082024-05-25T00:25:30.435Z[ helios-setup] May 25 00:25:29.769 INFO E| Compiling toml_edit v0.19.8
32092024-05-25T00:25:33.316Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
32102024-05-25T00:25:34.288Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
32112024-05-25T00:25:35.565Z[ host-package] Compiling sqlparser_derive v0.2.2
32122024-05-25T00:25:37.003Z[ helios-setup] May 25 00:25:36.335 INFO E| Compiling slog-json v2.6.1
32132024-05-25T00:25:37.337Z[ host-package] Compiling nanorand v0.7.0
32142024-05-25T00:25:37.650Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
32152024-05-25T00:25:37.927Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
32162024-05-25T00:25:37.944Z[ host-package] Compiling ascii v1.1.0
32172024-05-25T00:25:38.326Z[ helios-setup] May 25 00:25:37.657 INFO E| Compiling unicode-linebreak v0.1.4
32182024-05-25T00:25:38.815Z[ host-package] Compiling opaque-debug v0.3.1
32192024-05-25T00:25:39.005Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32202024-05-25T00:25:39.218Z[ host-package] Compiling signature v1.6.4
32212024-05-25T00:25:39.421Z[ host-package] Compiling salty v0.2.0
32222024-05-25T00:25:39.601Z[ host-package] Compiling unicode_categories v0.1.1
32232024-05-25T00:25:39.832Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
32242024-05-25T00:25:39.916Z[ host-package] Compiling ed25519 v1.5.3
32252024-05-25T00:25:40.446Z[ host-package] Compiling sqlformat v0.2.3
32262024-05-25T00:25:40.853Z[ host-package] Compiling poly1305 v0.8.0
32272024-05-25T00:25:40.957Z[ host-package] Compiling thiserror-no-std v2.0.2
32282024-05-25T00:25:41.224Z[ host-package] Compiling rustyline v14.0.0
32292024-05-25T00:25:43.438Z[ helios-setup] May 25 00:25:42.768 INFO E| Compiling async-stream-impl v0.3.5
32302024-05-25T00:25:44.190Z[ host-package] Compiling flume v0.11.0
32312024-05-25T00:25:44.887Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
32322024-05-25T00:25:45.018Z[ helios-setup] May 25 00:25:44.349 INFO E| Compiling rhai_codegen v1.5.0
32332024-05-25T00:25:45.346Z[ host-package] Compiling sqlparser v0.45.0
32342024-05-25T00:25:46.741Z[ helios-setup] May 25 00:25:46.070 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32352024-05-25T00:25:47.445Z[ helios-setup] May 25 00:25:46.774 INFO E| Compiling take_mut v0.2.2
32362024-05-25T00:25:50.929Z[ helios-setup] May 25 00:25:50.257 INFO E| Compiling rhai v1.14.0
32372024-05-25T00:25:51.136Z[ host-package] Compiling peg v0.8.3
32382024-05-25T00:25:51.618Z[ host-package] Compiling bitstruct v0.1.1
32392024-05-25T00:25:51.891Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
32402024-05-25T00:25:54.585Z[ host-package] Compiling usdt v0.3.5
32412024-05-25T00:25:54.613Z[ helios-setup] May 25 00:25:53.940 INFO E| Compiling async-stream v0.3.5
32422024-05-25T00:25:55.695Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32432024-05-25T00:25:55.788Z[ helios-setup] May 25 00:25:55.115 INFO E| Compiling slog-bunyan v2.4.0
32442024-05-25T00:25:56.216Z[ helios-setup] May 25 00:25:55.536 INFO E| Compiling toml v0.7.3
32452024-05-25T00:25:56.381Z[ helios-setup] May 25 00:25:55.707 INFO E| Compiling tokio-rustls v0.24.0
32462024-05-25T00:26:01.983Z[ helios-setup] May 25 00:26:01.308 INFO E| Compiling rustls-pemfile v1.0.2
32472024-05-25T00:26:02.647Z[ helios-setup] May 25 00:26:01.973 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32482024-05-25T00:26:03.209Z[ helios-setup] May 25 00:26:02.528 INFO E| Compiling bincode v1.3.3
32492024-05-25T00:26:03.724Z[ helios-setup] May 25 00:26:03.049 INFO E| Compiling serde_path_to_error v0.1.11
32502024-05-25T00:26:03.803Z[ host-package] Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
32512024-05-25T00:26:04.074Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32522024-05-25T00:26:05.636Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32532024-05-25T00:26:06.235Z[ helios-setup] May 25 00:26:05.560 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32542024-05-25T00:26:06.425Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32552024-05-25T00:26:07.248Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
32562024-05-25T00:26:07.447Z[ helios-setup] May 25 00:26:06.771 INFO E| Compiling terminal_size v0.2.6
32572024-05-25T00:26:07.513Z[ helios-setup] May 25 00:26:06.837 INFO E| Compiling smawk v0.3.1
32582024-05-25T00:26:07.982Z[ helios-setup] May 25 00:26:07.306 INFO E| Compiling textwrap v0.16.0
32592024-05-25T00:26:09.582Z[ host-package] Compiling chacha20 v0.9.1
32602024-05-25T00:26:10.859Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
32612024-05-25T00:26:14.463Z[ host-package] Compiling aead v0.5.2
32622024-05-25T00:26:15.256Z[ host-package] Compiling bcs v0.1.6
32632024-05-25T00:26:15.320Z[ host-package] Compiling serde_arrays v0.1.0
32642024-05-25T00:26:16.040Z[ host-package] Compiling serde-big-array v0.5.1
32652024-05-25T00:26:16.945Z[ host-package] Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32662024-05-25T00:26:17.580Z[ host-package] Compiling erased-serde v0.3.31
32672024-05-25T00:26:18.585Z[ host-package] Compiling highway v1.1.0
32682024-05-25T00:26:19.340Z[ host-package] Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
32692024-05-25T00:26:20.422Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32702024-05-25T00:26:21.658Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
32712024-05-25T00:26:29.715Z[ helios-setup] May 25 00:26:29.033 INFO E| Compiling git2 v0.16.1
32722024-05-25T00:26:37.575Z[ helios-setup] May 25 00:26:36.891 INFO E| Compiling built v0.6.0
32732024-05-25T00:26:41.761Z[ host-package] Compiling chacha20poly1305 v0.10.1
32742024-05-25T00:26:42.165Z[ helios-setup] May 25 00:26:41.480 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32752024-05-25T00:26:43.800Z[ helios-setup] May 25 00:26:43.115 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32762024-05-25T00:26:44.267Z[ host-package] Compiling vsss-rs v3.3.4
32772024-05-25T00:26:44.560Z[ helios-setup] May 25 00:26:43.875 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32782024-05-25T00:26:45.826Z[ helios-setup] May 25 00:26:45.140 INFO E| warning: trait `HttpErrorExt` is never used
32792024-05-25T00:26:45.831Z[ helios-setup] May 25 00:26:45.140 INFO E| --> racktest/agent/server/src/lib.rs:32:7
32802024-05-25T00:26:45.831Z[ helios-setup] May 25 00:26:45.140 INFO E| |
32812024-05-25T00:26:45.831Z[ helios-setup] May 25 00:26:45.140 INFO E| 32 | trait HttpErrorExt<T> {
32822024-05-25T00:26:45.831Z[ helios-setup] May 25 00:26:45.140 INFO E| | ^^^^^^^^^^^^
32832024-05-25T00:26:45.831Z[ helios-setup] May 25 00:26:45.140 INFO E| |
32842024-05-25T00:26:45.831Z[ helios-setup] May 25 00:26:45.140 INFO E| = note: `#[warn(dead_code)]` on by default
32852024-05-25T00:26:50.733Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32862024-05-25T00:26:52.041Z[ host-package] Compiling signal-hook-tokio v0.3.1
32872024-05-25T00:26:52.325Z[ host-package] Compiling heck v0.3.3
32882024-05-25T00:26:52.772Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
32892024-05-25T00:26:52.806Z[ host-package] Compiling castaway v0.2.2
32902024-05-25T00:26:53.137Z[ host-package] Compiling rand_seeder v0.2.3
32912024-05-25T00:26:53.703Z[ host-package] Compiling serde-big-array v0.4.1
32922024-05-25T00:26:54.150Z[ helios-setup] May 25 00:26:53.463 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32932024-05-25T00:26:55.964Z[ host-package] Compiling http-range v0.1.5
32942024-05-25T00:26:57.074Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
32952024-05-25T00:26:57.366Z[ host-package] Compiling hyper-staticfile v0.9.5
32962024-05-25T00:26:57.438Z[ helios-setup] May 25 00:26:56.749 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32972024-05-25T00:26:57.954Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32982024-05-25T00:27:02.636Z[ host-package] Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
32992024-05-25T00:27:05.636Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33002024-05-25T00:27:06.219Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
33012024-05-25T00:27:09.354Z[ helios-setup] May 25 00:27:08.662 INFO E| warning: `racktest-agent` (lib) generated 1 warning
33022024-05-25T00:27:18.410Z[ host-package] Compiling compact_str v0.7.1
33032024-05-25T00:27:21.397Z[ host-package] Compiling zone_cfg_derive v0.1.2
33042024-05-25T00:27:22.236Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33052024-05-25T00:27:51.013Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
33062024-05-25T00:27:51.527Z[ helios-setup] May 25 00:27:50.824 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33072024-05-25T00:27:51.901Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33082024-05-25T00:27:53.634Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33092024-05-25T00:27:59.698Z[ host-package] Compiling tungstenite v0.21.0
33102024-05-25T00:28:05.958Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33112024-05-25T00:28:06.441Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33122024-05-25T00:28:06.892Z[ host-package] Compiling lru v0.12.3
33132024-05-25T00:28:07.456Z[ host-package] Compiling stability v0.2.0
33142024-05-25T00:28:07.799Z[ host-package] Compiling corncobs v0.1.3
33152024-05-25T00:28:08.473Z[ host-package] Compiling base64 v0.13.1
33162024-05-25T00:28:08.798Z[ host-package] Compiling cassowary v0.3.0
33172024-05-25T00:28:09.550Z[ host-package] Compiling indoc v2.0.5
33182024-05-25T00:28:10.955Z[ host-package] Compiling ratatui v0.26.2
33192024-05-25T00:28:12.072Z[ host-package] Compiling ron v0.7.1
33202024-05-25T00:28:14.062Z[ host-package] Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
33212024-05-25T00:28:15.128Z[ host-package] Compiling tokio-tungstenite v0.21.0
33222024-05-25T00:28:15.372Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33232024-05-25T00:28:16.113Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
33242024-05-25T00:28:17.339Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33252024-05-25T00:28:19.498Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33262024-05-25T00:28:19.722Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33272024-05-25T00:28:24.102Z[ host-package] Compiling zone v0.1.8
33282024-05-25T00:28:29.092Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33292024-05-25T00:28:38.281Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
33302024-05-25T00:28:53.296Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33312024-05-25T00:28:54.313Z[ host-package] Compiling portpicker v0.1.1
33322024-05-25T00:28:55.433Z[ host-package] Compiling unicode-linebreak v0.1.5
33332024-05-25T00:28:56.784Z[ host-package] Compiling smawk v0.3.2
33342024-05-25T00:28:57.412Z[ host-package] Compiling textwrap v0.16.1
33352024-05-25T00:29:01.446Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
33362024-05-25T00:29:02.815Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33372024-05-25T00:29:06.375Z[ helios-setup] May 25 00:29:05.654 INFO E| Finished `release` profile [optimized] target(s) in 7m 17s
33382024-05-25T00:29:06.517Z[ helios-setup] May 25 00:29:05.796 INFO building project "pilot" ok (437 seconds)
33392024-05-25T00:29:06.522Z[ helios-setup] May 25 00:29:05.796 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33402024-05-25T00:29:06.522Z[ helios-setup] May 25 00:29:05.796 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33412024-05-25T00:29:06.527Z[ helios-setup] May 25 00:29:05.806 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
33422024-05-25T00:29:06.838Z[ helios-setup] May 25 00:29:06.117 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
33432024-05-25T00:29:06.842Z[ helios-setup] May 25 00:29:06.117 INFO E| info: downloading component 'cargo'
33442024-05-25T00:29:08.305Z[ helios-setup] May 25 00:29:07.583 INFO E| info: downloading component 'clippy'
33452024-05-25T00:29:08.558Z[ helios-setup] May 25 00:29:07.837 INFO E| info: downloading component 'rust-docs'
33462024-05-25T00:29:10.332Z[ helios-setup] May 25 00:29:09.610 INFO E| info: downloading component 'rust-src'
33472024-05-25T00:29:10.517Z[ helios-setup] May 25 00:29:09.795 INFO E| info: downloading component 'rust-std'
33482024-05-25T00:29:12.737Z[ helios-setup] May 25 00:29:12.014 INFO E| info: downloading component 'rustc'
33492024-05-25T00:29:13.101Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33502024-05-25T00:29:14.705Z[ host-package] Compiling rcgen v0.12.1
33512024-05-25T00:29:17.191Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33522024-05-25T00:29:17.639Z[ helios-setup] May 25 00:29:16.915 INFO E| info: downloading component 'rustfmt'
33532024-05-25T00:29:17.737Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
33542024-05-25T00:29:18.383Z[ helios-setup] May 25 00:29:17.659 INFO E| info: installing component 'cargo'
33552024-05-25T00:29:19.757Z[ helios-setup] May 25 00:29:19.033 INFO E| info: installing component 'clippy'
33562024-05-25T00:29:20.262Z[ helios-setup] May 25 00:29:19.528 INFO E| info: installing component 'rust-docs'
33572024-05-25T00:29:26.015Z[ host-package] Compiling atomicwrites v0.4.3
33582024-05-25T00:29:26.102Z[ helios-setup] May 25 00:29:25.375 INFO E| info: installing component 'rust-src'
33592024-05-25T00:29:26.721Z[ host-package] Compiling fatfs v0.3.6
33602024-05-25T00:29:27.003Z[ host-package] Compiling rtoolbox v0.0.2
33612024-05-25T00:29:27.008Z[ helios-setup] May 25 00:29:26.277 INFO E| info: installing component 'rust-std'
33622024-05-25T00:29:27.575Z[ host-package] Compiling subprocess v0.2.9
33632024-05-25T00:29:29.365Z[ host-package] Compiling assert_matches v1.5.0
33642024-05-25T00:29:29.497Z[ host-package] Compiling is_ci v1.2.0
33652024-05-25T00:29:29.850Z[ helios-setup] May 25 00:29:29.123 INFO E| info: installing component 'rustc'
33662024-05-25T00:29:29.888Z[ host-package] Compiling supports-color v3.0.0
33672024-05-25T00:29:30.245Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33682024-05-25T00:29:30.573Z[ host-package] Compiling rpassword v7.3.1
33692024-05-25T00:29:30.919Z[ host-package] Compiling tui-tree-widget v0.19.0
33702024-05-25T00:29:31.136Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33712024-05-25T00:29:31.838Z[ host-package] Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
33722024-05-25T00:29:32.149Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33732024-05-25T00:29:32.521Z[ host-package] Compiling csv-core v0.1.11
33742024-05-25T00:29:33.480Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33752024-05-25T00:29:33.569Z[ host-package] Compiling csv v1.3.0
33762024-05-25T00:29:36.280Z[ helios-setup] May 25 00:29:35.552 INFO E| info: installing component 'rustfmt'
33772024-05-25T00:29:36.293Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33782024-05-25T00:29:37.274Z[ helios-setup] May 25 00:29:36.545 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33792024-05-25T00:29:38.201Z[ helios-setup] May 25 00:29:37.472 INFO E| From https://github.com/oxidecomputer/amd-apcb
33802024-05-25T00:29:38.201Z[ helios-setup] May 25 00:29:37.472 INFO E| * [new ref] 8c774bd9c8bd4bd65edbc026676ee428862b42a8 -> refs/commit/8c774bd9c8bd4bd65edbc026676ee428862b42a8
33812024-05-25T00:29:38.205Z[ helios-setup] May 25 00:29:37.473 INFO E| * [new tag] v0.3.2 -> v0.3.2
33822024-05-25T00:29:38.233Z[ helios-setup] May 25 00:29:37.505 INFO E| * [new tag] v0.1.3 -> v0.1.3
33832024-05-25T00:29:38.237Z[ helios-setup] May 25 00:29:37.505 INFO E| * [new tag] v0.1.4 -> v0.1.4
33842024-05-25T00:29:38.237Z[ helios-setup] May 25 00:29:37.505 INFO E| * [new tag] v0.1.5 -> v0.1.5
33852024-05-25T00:29:38.237Z[ helios-setup] May 25 00:29:37.505 INFO E| * [new tag] v0.2.0 -> v0.2.0
33862024-05-25T00:29:38.238Z[ helios-setup] May 25 00:29:37.506 INFO E| * [new tag] v0.3.0 -> v0.3.0
33872024-05-25T00:29:38.238Z[ helios-setup] May 25 00:29:37.506 INFO E| * [new tag] v0.3.1 -> v0.3.1
33882024-05-25T00:29:38.270Z[ helios-setup] May 25 00:29:37.541 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
33892024-05-25T00:29:38.383Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33902024-05-25T00:29:39.222Z[ helios-setup] May 25 00:29:38.484 INFO E| From https://github.com/oxidecomputer/amd-efs
33912024-05-25T00:29:39.223Z[ helios-setup] May 25 00:29:38.484 INFO E| * [new branch] empty -> origin/empty
33922024-05-25T00:29:39.223Z[ helios-setup] May 25 00:29:38.484 INFO E| * [new branch] issue-99 -> origin/issue-99
33932024-05-25T00:29:39.227Z[ helios-setup] May 25 00:29:38.484 INFO E| * [new branch] main -> origin/main
33942024-05-25T00:29:39.227Z[ helios-setup] May 25 00:29:38.484 INFO E| * [new branch] review -> origin/review
33952024-05-25T00:29:39.227Z[ helios-setup] May 25 00:29:38.484 INFO E| * [new ref] -> origin/HEAD
33962024-05-25T00:29:39.227Z[ helios-setup] May 25 00:29:38.485 INFO E| * [new tag] v0.2.0 -> v0.2.0
33972024-05-25T00:29:39.228Z[ helios-setup] May 25 00:29:38.485 INFO E| * [new tag] v0.2.1 -> v0.2.1
33982024-05-25T00:29:39.228Z[ helios-setup] May 25 00:29:38.485 INFO E| * [new tag] v0.2.2 -> v0.2.2
33992024-05-25T00:29:39.228Z[ helios-setup] May 25 00:29:38.485 INFO E| * [new tag] v0.2.3 -> v0.2.3
34002024-05-25T00:29:39.228Z[ helios-setup] May 25 00:29:38.485 INFO E| * [new tag] v0.2.4 -> v0.2.4
34012024-05-25T00:29:39.228Z[ helios-setup] May 25 00:29:38.485 INFO E| * [new tag] v0.2.5 -> v0.2.5
34022024-05-25T00:29:39.228Z[ helios-setup] May 25 00:29:38.486 INFO E| * [new tag] v0.2.6 -> v0.2.6
34032024-05-25T00:29:39.228Z[ helios-setup] May 25 00:29:38.486 INFO E| * [new tag] v0.2.7 -> v0.2.7
34042024-05-25T00:29:39.228Z[ helios-setup] May 25 00:29:38.486 INFO E| * [new tag] v0.3.0 -> v0.3.0
34052024-05-25T00:29:39.228Z[ helios-setup] May 25 00:29:38.486 INFO E| * [new tag] v0.3.1 -> v0.3.1
34062024-05-25T00:29:39.228Z[ helios-setup] May 25 00:29:38.486 INFO E| * [new tag] v0.4.0 -> v0.4.0
34072024-05-25T00:29:39.261Z[ helios-setup] May 25 00:29:38.532 INFO E| Updating crates.io index
34082024-05-25T00:29:39.600Z[ helios-setup] May 25 00:29:38.871 INFO E| Downloading crates ...
34092024-05-25T00:29:39.733Z[ helios-setup] May 25 00:29:39.004 INFO E| Downloaded fletcher v0.1.0
34102024-05-25T00:29:39.786Z[ helios-setup] May 25 00:29:39.047 INFO E| Downloaded strum v0.23.0
34112024-05-25T00:29:39.791Z[ helios-setup] May 25 00:29:39.049 INFO E| Downloaded parse_int v0.6.0
34122024-05-25T00:29:39.791Z[ helios-setup] May 25 00:29:39.050 INFO E| Downloaded cfg-if v0.1.10
34132024-05-25T00:29:39.791Z[ helios-setup] May 25 00:29:39.051 INFO E| Downloaded bytesize v1.3.0
34142024-05-25T00:29:39.811Z[ helios-setup] May 25 00:29:39.082 INFO E| Downloaded semver-parser v0.7.0
34152024-05-25T00:29:39.815Z[ helios-setup] May 25 00:29:39.083 INFO E| Downloaded schemars_derive v0.8.19
34162024-05-25T00:29:39.815Z[ helios-setup] May 25 00:29:39.085 INFO E| Downloaded rustversion v1.0.15
34172024-05-25T00:29:39.819Z[ helios-setup] May 25 00:29:39.088 INFO E| Downloaded rustc_version v0.2.3
34182024-05-25T00:29:39.819Z[ helios-setup] May 25 00:29:39.089 INFO E| Downloaded num-derive v0.3.3
34192024-05-25T00:29:39.823Z[ helios-setup] May 25 00:29:39.092 INFO E| Downloaded scroll_derive v0.10.5
34202024-05-25T00:29:39.824Z[ helios-setup] May 25 00:29:39.093 INFO E| Downloaded proc-macro-crate v0.1.5
34212024-05-25T00:29:39.824Z[ helios-setup] May 25 00:29:39.094 INFO E| Downloaded modular-bitfield-impl v0.11.2
34222024-05-25T00:29:39.828Z[ helios-setup] May 25 00:29:39.096 INFO E| Downloaded memoffset v0.5.6
34232024-05-25T00:29:39.828Z[ helios-setup] May 25 00:29:39.097 INFO E| Downloaded structopt-derive v0.4.18
34242024-05-25T00:29:39.832Z[ helios-setup] May 25 00:29:39.099 INFO E| Downloaded paste v1.0.14
34252024-05-25T00:29:39.836Z[ helios-setup] May 25 00:29:39.103 INFO E| Downloaded textwrap v0.11.0
34262024-05-25T00:29:39.836Z[ helios-setup] May 25 00:29:39.106 INFO E| Downloaded vec_map v0.8.2
34272024-05-25T00:29:39.836Z[ helios-setup] May 25 00:29:39.107 INFO E| Downloaded strum_macros v0.23.1
34282024-05-25T00:29:39.841Z[ helios-setup] May 25 00:29:39.110 INFO E| Downloaded thiserror-impl v1.0.59
34292024-05-25T00:29:39.845Z[ helios-setup] May 25 00:29:39.112 INFO E| Downloaded scroll v0.10.2
34302024-05-25T00:29:39.845Z[ helios-setup] May 25 00:29:39.114 INFO E| Downloaded serde_derive_internals v0.29.0
34312024-05-25T00:29:39.849Z[ helios-setup] May 25 00:29:39.117 INFO E| Downloaded strsim v0.8.0
34322024-05-25T00:29:39.849Z[ helios-setup] May 25 00:29:39.118 INFO E| Downloaded pre-proc-macro v0.2.1
34332024-05-25T00:29:39.854Z[ helios-setup] May 25 00:29:39.121 INFO E| Downloaded pre v0.2.1
34342024-05-25T00:29:39.854Z[ helios-setup] May 25 00:29:39.122 INFO E| Downloaded proc-macro2 v1.0.81
34352024-05-25T00:29:39.858Z[ helios-setup] May 25 00:29:39.126 INFO E| Downloaded structopt v0.3.26
34362024-05-25T00:29:39.869Z[ helios-setup] May 25 00:29:39.140 INFO E| Downloaded thiserror v1.0.59
34372024-05-25T00:29:39.879Z[ helios-setup] May 25 00:29:39.150 INFO E| Downloaded serde v1.0.200
34382024-05-25T00:29:39.885Z[ helios-setup] May 25 00:29:39.156 INFO E| Downloaded serde_derive v1.0.200
34392024-05-25T00:29:39.890Z[ helios-setup] May 25 00:29:39.161 INFO E| Downloaded schemars v0.8.19
34402024-05-25T00:29:39.915Z[ helios-setup] May 25 00:29:39.184 INFO E| Downloaded serde_json v1.0.116
34412024-05-25T00:29:39.927Z[ helios-setup] May 25 00:29:39.197 INFO E| Downloaded syn v2.0.60
34422024-05-25T00:29:39.946Z[ helios-setup] May 25 00:29:39.217 INFO E| Downloaded libc v0.2.154
34432024-05-25T00:29:39.995Z[ helios-setup] May 25 00:29:39.266 INFO E| Downloaded goblin v0.4.3
34442024-05-25T00:29:40.012Z[ helios-setup] May 25 00:29:39.274 INFO E| Downloaded clap v2.34.0
34452024-05-25T00:29:40.017Z[ helios-setup] May 25 00:29:39.284 INFO E| Downloaded ryu v1.0.17
34462024-05-25T00:29:40.021Z[ helios-setup] May 25 00:29:39.289 INFO E| Downloaded modular-bitfield v0.11.2
34472024-05-25T00:29:40.036Z[ helios-setup] May 25 00:29:39.306 INFO E| Downloaded semver v0.9.0
34482024-05-25T00:29:40.040Z[ helios-setup] May 25 00:29:39.309 INFO E| Downloaded four-cc v0.3.0
34492024-05-25T00:29:40.040Z[ helios-setup] May 25 00:29:39.310 INFO E| Downloaded ansi_term v0.12.1
34502024-05-25T00:29:40.129Z[ helios-setup] May 25 00:29:39.399 INFO E| Compiling proc-macro2 v1.0.81
34512024-05-25T00:29:40.138Z[ helios-setup] May 25 00:29:39.409 INFO E| Compiling unicode-ident v1.0.12
34522024-05-25T00:29:40.138Z[ helios-setup] May 25 00:29:39.409 INFO E| Compiling syn v1.0.109
34532024-05-25T00:29:40.143Z[ helios-setup] May 25 00:29:39.409 INFO E| Compiling serde v1.0.200
34542024-05-25T00:29:40.143Z[ helios-setup] May 25 00:29:39.409 INFO E| Compiling version_check v0.9.4
34552024-05-25T00:29:40.143Z[ helios-setup] May 25 00:29:39.409 INFO E| Compiling autocfg v1.3.0
34562024-05-25T00:29:40.143Z[ helios-setup] May 25 00:29:39.409 INFO E| Compiling thiserror v1.0.59
34572024-05-25T00:29:40.143Z[ helios-setup] May 25 00:29:39.409 INFO E| Compiling semver-parser v0.7.0
34582024-05-25T00:29:40.716Z[ helios-setup] May 25 00:29:39.986 INFO E| Compiling serde_json v1.0.116
34592024-05-25T00:29:41.529Z[ helios-setup] May 25 00:29:40.799 INFO E| Compiling semver v0.9.0
34602024-05-25T00:29:41.579Z[ helios-setup] May 25 00:29:40.849 INFO E| Compiling proc-macro-error-attr v1.0.4
34612024-05-25T00:29:41.710Z[ helios-setup] May 25 00:29:40.970 INFO E| Compiling proc-macro-error v1.0.4
34622024-05-25T00:29:41.762Z[ helios-setup] May 25 00:29:41.032 INFO E| Compiling unicode-segmentation v1.11.0
34632024-05-25T00:29:41.766Z[ helios-setup] May 25 00:29:41.032 INFO E| Compiling ryu v1.0.17
34642024-05-25T00:29:41.771Z[ helios-setup] May 25 00:29:41.038 INFO E| Compiling num-traits v0.2.19
34652024-05-25T00:29:41.972Z[ helios-setup] May 25 00:29:41.242 INFO E| Compiling itoa v1.0.11
34662024-05-25T00:29:42.378Z[ helios-setup] May 25 00:29:41.648 INFO E| Compiling rustc_version v0.2.3
34672024-05-25T00:29:42.560Z[ helios-setup] May 25 00:29:41.830 INFO E| Compiling schemars v0.8.19
34682024-05-25T00:29:42.645Z[ helios-setup] May 25 00:29:41.914 INFO E| Compiling memoffset v0.5.6
34692024-05-25T00:29:42.940Z[ helios-setup] May 25 00:29:42.209 INFO E| Compiling heck v0.3.3
34702024-05-25T00:29:42.956Z[ helios-setup] May 25 00:29:42.226 INFO E| Compiling ucd-trie v0.1.6
34712024-05-25T00:29:43.127Z[ helios-setup] May 25 00:29:42.396 INFO E| Compiling paste v1.0.14
34722024-05-25T00:29:43.276Z[ helios-setup] May 25 00:29:42.545 INFO E| Compiling rustversion v1.0.15
34732024-05-25T00:29:43.352Z[ helios-setup] May 25 00:29:42.622 INFO E| Compiling memchr v2.7.2
34742024-05-25T00:29:43.375Z[ helios-setup] May 25 00:29:42.644 INFO E| Compiling pre-proc-macro v0.2.1
34752024-05-25T00:29:43.381Z[ helios-setup] May 25 00:29:42.651 INFO E| Compiling libc v0.2.154
34762024-05-25T00:29:43.526Z[ helios-setup] May 25 00:29:42.792 INFO E| Compiling dyn-clone v1.0.17
34772024-05-25T00:29:44.033Z[ helios-setup] May 25 00:29:43.302 INFO E| Compiling lazy_static v1.4.0
34782024-05-25T00:29:44.213Z[ helios-setup] May 25 00:29:43.482 INFO E| Compiling pre v0.2.1
34792024-05-25T00:29:44.310Z[ helios-setup] May 25 00:29:43.579 INFO E| Compiling byteorder v1.5.0
34802024-05-25T00:29:44.665Z[ helios-setup] May 25 00:29:43.935 INFO E| Compiling quote v1.0.36
34812024-05-25T00:29:44.976Z[ helios-setup] May 25 00:29:44.245 INFO E| Compiling once_cell v1.19.0
34822024-05-25T00:29:45.053Z[ helios-setup] May 25 00:29:44.322 INFO E| Compiling cfg-if v0.1.10
34832024-05-25T00:29:45.061Z[ helios-setup] May 25 00:29:44.331 INFO E| Compiling static_assertions v1.1.0
34842024-05-25T00:29:46.026Z[ helios-setup] May 25 00:29:45.295 INFO E| Compiling syn v2.0.60
34852024-05-25T00:29:46.955Z[ helios-setup] May 25 00:29:46.223 INFO E| Compiling unicode-width v0.1.12
34862024-05-25T00:29:47.362Z[ helios-setup] May 25 00:29:46.631 INFO E| Compiling textwrap v0.11.0
34872024-05-25T00:29:47.622Z[ helios-setup] May 25 00:29:46.890 INFO E| Compiling atty v0.2.14
34882024-05-25T00:29:47.928Z[ helios-setup] May 25 00:29:47.190 INFO E| Compiling strum v0.23.0
34892024-05-25T00:29:47.955Z[ helios-setup] May 25 00:29:47.217 INFO E| Compiling bitflags v1.3.2
34902024-05-25T00:29:48.096Z[ helios-setup] May 25 00:29:47.361 INFO E| Compiling fletcher v0.1.0
34912024-05-25T00:29:48.150Z[ helios-setup] May 25 00:29:47.399 INFO E| Compiling vec_map v0.8.2
34922024-05-25T00:29:48.165Z[ helios-setup] May 25 00:29:47.422 INFO E| Compiling strsim v0.8.0
34932024-05-25T00:29:48.293Z[ helios-setup] May 25 00:29:47.560 INFO E| Compiling ansi_term v0.12.1
34942024-05-25T00:29:48.357Z[ helios-setup] May 25 00:29:47.621 INFO E| Compiling log v0.4.21
34952024-05-25T00:29:48.603Z[ helios-setup] May 25 00:29:47.865 INFO E| Compiling plain v0.2.3
34962024-05-25T00:29:48.710Z[ helios-setup] May 25 00:29:47.968 INFO E| Compiling parse_int v0.6.0
34972024-05-25T00:29:49.141Z[ helios-setup] May 25 00:29:48.164 INFO E| Compiling bytesize v1.3.0
34982024-05-25T00:29:49.141Z[ helios-setup] May 25 00:29:48.306 INFO E| Compiling clap v2.34.0
34992024-05-25T00:29:54.143Z[ host-package] Compiling multimap v0.10.0
35002024-05-25T00:29:54.153Z[ helios-setup] May 25 00:29:53.416 INFO E| Compiling serde_derive_internals v0.29.0
35012024-05-25T00:29:54.756Z[ host-package] Compiling uzers v0.11.3
35022024-05-25T00:29:59.100Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35032024-05-25T00:29:59.948Z[ helios-setup] May 25 00:29:59.203 INFO E| Compiling serde_derive v1.0.200
35042024-05-25T00:29:59.948Z[ helios-setup] May 25 00:29:59.203 INFO E| Compiling thiserror-impl v1.0.59
35052024-05-25T00:30:00.271Z[ helios-setup] May 25 00:29:59.535 INFO E| Compiling schemars_derive v0.8.19
35062024-05-25T00:30:00.323Z[ helios-setup] May 25 00:29:59.583 INFO E| Compiling zerocopy-derive v0.6.6
35072024-05-25T00:30:04.058Z[ helios-setup] May 25 00:30:03.319 INFO E| Compiling zerocopy v0.6.6
35082024-05-25T00:30:05.857Z[ helios-setup] May 25 00:30:05.120 INFO E| Compiling modular-bitfield-impl v0.11.2
35092024-05-25T00:30:05.857Z[ helios-setup] May 25 00:30:05.120 INFO E| Compiling num-derive v0.3.3
35102024-05-25T00:30:06.172Z[ helios-setup] May 25 00:30:05.431 INFO E| Compiling scroll_derive v0.10.5
35112024-05-25T00:30:06.175Z[ helios-setup] May 25 00:30:05.439 INFO E| Compiling strum_macros v0.23.1
35122024-05-25T00:30:06.594Z[ helios-setup] May 25 00:30:05.856 INFO E| Compiling structopt-derive v0.4.18
35132024-05-25T00:30:09.303Z[ helios-setup] May 25 00:30:08.567 INFO E| Compiling scroll v0.10.2
35142024-05-25T00:30:10.424Z[ helios-setup] May 25 00:30:09.682 INFO E| Compiling goblin v0.4.3
35152024-05-25T00:30:11.134Z[ helios-setup] May 25 00:30:10.396 INFO E| Compiling modular-bitfield v0.11.2
35162024-05-25T00:30:11.612Z[ helios-setup] May 25 00:30:10.868 INFO E| Compiling structopt v0.3.26
35172024-05-25T00:30:13.940Z[ helios-setup] May 25 00:30:13.200 INFO E| Compiling pest v2.7.10
35182024-05-25T00:30:17.621Z[ helios-setup] May 25 00:30:16.882 INFO E| Compiling pest_meta v2.7.10
35192024-05-25T00:30:19.567Z[ helios-setup] May 25 00:30:18.828 INFO E| Compiling pest_generator v2.7.10
35202024-05-25T00:30:24.031Z[ helios-setup] May 25 00:30:23.290 INFO E| Compiling toml v0.5.11
35212024-05-25T00:30:24.376Z[ helios-setup] May 25 00:30:23.635 INFO E| Compiling pest_derive v2.7.10
35222024-05-25T00:30:26.082Z[ helios-setup] May 25 00:30:25.340 INFO E| Compiling json5 v0.4.1
35232024-05-25T00:30:27.234Z[ helios-setup] May 25 00:30:26.493 INFO E| Compiling proc-macro-crate v0.1.5
35242024-05-25T00:30:30.104Z[ helios-setup] May 25 00:30:29.362 INFO E| Compiling four-cc v0.3.0
35252024-05-25T00:30:30.104Z[ helios-setup] May 25 00:30:29.362 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
35262024-05-25T00:30:34.736Z[ helios-setup] May 25 00:30:33.983 INFO E| Compiling amd-apcb v0.3.2 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.2#8c774bd9)
35272024-05-25T00:31:15.327Z[ helios-setup] May 25 00:31:14.574 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
35282024-05-25T00:31:31.992Z[ helios-setup] May 25 00:31:31.234 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35292024-05-25T00:31:32.743Z[ helios-setup] May 25 00:31:31.984 INFO E| warning: unused variable: `abl_version`
35302024-05-25T00:31:32.747Z[ helios-setup] May 25 00:31:31.984 INFO E| --> src/main.rs:1118:5
35312024-05-25T00:31:32.747Z[ helios-setup] May 25 00:31:31.984 INFO E| |
35322024-05-25T00:31:32.747Z[ helios-setup] May 25 00:31:31.984 INFO E| 1118 | abl_version: Option<u32>,
35332024-05-25T00:31:32.747Z[ helios-setup] May 25 00:31:31.985 INFO E| | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_abl_version`
35342024-05-25T00:31:32.748Z[ helios-setup] May 25 00:31:31.985 INFO E| |
35352024-05-25T00:31:32.748Z[ helios-setup] May 25 00:31:31.985 INFO E| = note: `#[warn(unused_variables)]` on by default
35362024-05-25T00:32:22.063Z[ helios-setup] May 25 00:32:21.293 INFO E| warning: `amd-host-image-builder` (bin "amd-host-image-builder") generated 1 warning (run `cargo fix --bin "amd-host-image-builder"` to apply 1 suggestion)
35372024-05-25T00:32:22.067Z[ helios-setup] May 25 00:32:21.294 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 44s
35382024-05-25T00:32:22.167Z[ helios-setup] May 25 00:32:21.396 INFO building project "amd-host-image-builder" ok (195 seconds)
35392024-05-25T00:32:22.167Z[ helios-setup] May 25 00:32:21.396 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35402024-05-25T00:32:22.171Z[ helios-setup] May 25 00:32:21.396 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35412024-05-25T00:32:22.513Z[ helios-setup] May 25 00:32:21.742 INFO E| Compiling adler v1.0.2
35422024-05-25T00:32:22.678Z[ helios-setup] May 25 00:32:21.907 INFO E| Compiling miniz_oxide v0.7.2
35432024-05-25T00:32:23.870Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
35442024-05-25T00:32:25.749Z[ helios-setup] May 25 00:32:24.977 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35452024-05-25T00:32:26.824Z[ helios-setup] May 25 00:32:26.052 INFO E| Finished `release` profile [optimized] target(s) in 4.56s
35462024-05-25T00:32:26.832Z[ helios-setup] May 25 00:32:26.061 INFO building project "pinprick" ok (4 seconds)
35472024-05-25T00:32:26.836Z[ helios-setup] May 25 00:32:26.061 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35482024-05-25T00:32:26.836Z[ helios-setup] May 25 00:32:26.061 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35492024-05-25T00:32:27.114Z[ helios-setup] May 25 00:32:26.342 INFO E| Downloading crates ...
35502024-05-25T00:32:27.276Z[ helios-setup] May 25 00:32:26.504 INFO E| Downloaded typenum v1.15.0
35512024-05-25T00:32:27.290Z[ helios-setup] May 25 00:32:26.509 INFO E| Downloaded sha2 v0.10.5
35522024-05-25T00:32:27.295Z[ helios-setup] May 25 00:32:26.512 INFO E| Downloaded digest v0.10.3
35532024-05-25T00:32:27.295Z[ helios-setup] May 25 00:32:26.515 INFO E| Downloaded bytes v1.2.1
35542024-05-25T00:32:27.295Z[ helios-setup] May 25 00:32:26.522 INFO E| Downloaded anyhow v1.0.62
35552024-05-25T00:32:27.382Z[ helios-setup] May 25 00:32:26.610 INFO E| Compiling typenum v1.15.0
35562024-05-25T00:32:27.382Z[ helios-setup] May 25 00:32:26.610 INFO E| Compiling version_check v0.9.4
35572024-05-25T00:32:27.386Z[ helios-setup] May 25 00:32:26.610 INFO E| Compiling crc32fast v1.3.2
35582024-05-25T00:32:27.386Z[ helios-setup] May 25 00:32:26.610 INFO E| Compiling cfg-if v1.0.0
35592024-05-25T00:32:27.386Z[ helios-setup] May 25 00:32:26.611 INFO E| Compiling anyhow v1.0.62
35602024-05-25T00:32:27.386Z[ helios-setup] May 25 00:32:26.611 INFO E| Compiling adler v1.0.2
35612024-05-25T00:32:27.399Z[ helios-setup] May 25 00:32:26.628 INFO E| Compiling cpufeatures v0.2.5
35622024-05-25T00:32:27.403Z[ helios-setup] May 25 00:32:26.628 INFO E| Compiling unicode-width v0.1.10
35632024-05-25T00:32:27.789Z[ helios-setup] May 25 00:32:27.018 INFO E| Compiling miniz_oxide v0.6.2
35642024-05-25T00:32:27.828Z[ helios-setup] May 25 00:32:27.057 INFO E| Compiling getopts v0.2.21
35652024-05-25T00:32:27.970Z[ helios-setup] May 25 00:32:27.198 INFO E| Compiling bytes v1.2.1
35662024-05-25T00:32:27.977Z[ helios-setup] May 25 00:32:27.206 INFO E| Compiling bitflags v1.3.2
35672024-05-25T00:32:28.641Z[ helios-setup] May 25 00:32:27.869 INFO E| Compiling generic-array v0.14.6
35682024-05-25T00:32:29.654Z[ helios-setup] May 25 00:32:28.882 INFO E| Compiling flate2 v1.0.25
35692024-05-25T00:32:33.948Z[ helios-setup] May 25 00:32:33.175 INFO E| Compiling block-buffer v0.10.3
35702024-05-25T00:32:33.948Z[ helios-setup] May 25 00:32:33.175 INFO E| Compiling crypto-common v0.1.6
35712024-05-25T00:32:34.211Z[ helios-setup] May 25 00:32:33.438 INFO E| Compiling digest v0.10.3
35722024-05-25T00:32:34.593Z[ helios-setup] May 25 00:32:33.820 INFO E| Compiling sha2 v0.10.5
35732024-05-25T00:32:35.108Z[ helios-setup] May 25 00:32:34.334 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35742024-05-25T00:32:40.741Z[ helios-setup] May 25 00:32:39.966 INFO E| Finished `release` profile [optimized] target(s) in 13.79s
35752024-05-25T00:32:40.757Z[ helios-setup] May 25 00:32:39.982 INFO building project "bootserver" ok (13 seconds)
35762024-05-25T00:32:40.757Z[ helios-setup] May 25 00:32:39.982 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
35772024-05-25T00:32:40.761Z[ helios-setup] May 25 00:32:39.982 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
35782024-05-25T00:32:40.996Z[ helios-setup] May 25 00:32:40.221 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
35792024-05-25T00:32:41.829Z[ helios-setup] May 25 00:32:41.054 INFO E| From https://github.com/jclulow/rust-jmclib
35802024-05-25T00:32:41.830Z[ helios-setup] May 25 00:32:41.054 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
35812024-05-25T00:32:41.853Z[ helios-setup] May 25 00:32:41.078 INFO E| Updating crates.io index
35822024-05-25T00:32:42.051Z[ helios-setup] May 25 00:32:41.275 INFO E| Downloading crates ...
35832024-05-25T00:32:42.172Z[ helios-setup] May 25 00:32:41.397 INFO E| Downloaded md-5 v0.9.1
35842024-05-25T00:32:42.207Z[ helios-setup] May 25 00:32:41.432 INFO E| Downloaded time-core v0.1.1
35852024-05-25T00:32:42.212Z[ helios-setup] May 25 00:32:41.433 INFO E| Downloaded opaque-debug v0.3.0
35862024-05-25T00:32:42.212Z[ helios-setup] May 25 00:32:41.435 INFO E| Downloaded block-buffer v0.9.0
35872024-05-25T00:32:42.242Z[ helios-setup] May 25 00:32:41.467 INFO E| Downloaded libdevinfo-sys v1.0.0
35882024-05-25T00:32:42.246Z[ helios-setup] May 25 00:32:41.469 INFO E| Downloaded itoa v1.0.9
35892024-05-25T00:32:42.247Z[ helios-setup] May 25 00:32:41.471 INFO E| Downloaded fastrand v2.0.0
35902024-05-25T00:32:42.251Z[ helios-setup] May 25 00:32:41.473 INFO E| Downloaded cpufeatures v0.2.9
35912024-05-25T00:32:42.287Z[ helios-setup] May 25 00:32:41.502 INFO E| Downloaded uuid v0.8.2
35922024-05-25T00:32:42.291Z[ helios-setup] May 25 00:32:41.507 INFO E| Downloaded unicode-ident v1.0.11
35932024-05-25T00:32:42.291Z[ helios-setup] May 25 00:32:41.512 INFO E| Downloaded time-macros v0.2.10
35942024-05-25T00:32:42.292Z[ helios-setup] May 25 00:32:41.516 INFO E| Downloaded tempfile v3.7.0
35952024-05-25T00:32:42.296Z[ helios-setup] May 25 00:32:41.520 INFO E| Downloaded anyhow v1.0.72
35962024-05-25T00:32:42.302Z[ helios-setup] May 25 00:32:41.527 INFO E| Downloaded ryu v1.0.15
35972024-05-25T00:32:42.308Z[ helios-setup] May 25 00:32:41.533 INFO E| Downloaded proc-macro2 v1.0.66
35982024-05-25T00:32:42.313Z[ helios-setup] May 25 00:32:41.539 INFO E| Downloaded serde v1.0.174
35992024-05-25T00:32:42.320Z[ helios-setup] May 25 00:32:41.545 INFO E| Downloaded serde_json v1.0.103
36002024-05-25T00:32:42.334Z[ helios-setup] May 25 00:32:41.559 INFO E| Downloaded time v0.3.23
36012024-05-25T00:32:42.346Z[ helios-setup] May 25 00:32:41.571 INFO E| Downloaded sha-1 v0.9.8
36022024-05-25T00:32:42.350Z[ helios-setup] May 25 00:32:41.574 INFO E| Downloaded quote v1.0.31
36032024-05-25T00:32:42.354Z[ helios-setup] May 25 00:32:41.578 INFO E| Downloaded once_cell v1.18.0
36042024-05-25T00:32:42.359Z[ helios-setup] May 25 00:32:41.582 INFO E| Downloaded syn v2.0.27
36052024-05-25T00:32:42.377Z[ helios-setup] May 25 00:32:41.602 INFO E| Downloaded getrandom v0.2.10
36062024-05-25T00:32:42.382Z[ helios-setup] May 25 00:32:41.606 INFO E| Downloaded rustix v0.38.4
36072024-05-25T00:32:42.420Z[ helios-setup] May 25 00:32:41.645 INFO E| Downloaded digest v0.9.0
36082024-05-25T00:32:42.424Z[ helios-setup] May 25 00:32:41.647 INFO E| Downloaded serde_derive v1.0.174
36092024-05-25T00:32:42.432Z[ helios-setup] May 25 00:32:41.657 INFO E| Downloaded bitflags v2.3.3
36102024-05-25T00:32:42.436Z[ helios-setup] May 25 00:32:41.661 INFO E| Downloaded libc v0.2.147
36112024-05-25T00:32:42.693Z[ helios-setup] May 25 00:32:41.918 INFO E| Compiling libc v0.2.147
36122024-05-25T00:32:42.693Z[ helios-setup] May 25 00:32:41.918 INFO E| Compiling proc-macro2 v1.0.66
36132024-05-25T00:32:42.693Z[ helios-setup] May 25 00:32:41.918 INFO E| Compiling unicode-ident v1.0.11
36142024-05-25T00:32:42.698Z[ helios-setup] May 25 00:32:41.918 INFO E| Compiling cfg-if v1.0.0
36152024-05-25T00:32:42.698Z[ helios-setup] May 25 00:32:41.918 INFO E| Compiling version_check v0.9.4
36162024-05-25T00:32:42.698Z[ helios-setup] May 25 00:32:41.918 INFO E| Compiling typenum v1.16.0
36172024-05-25T00:32:42.698Z[ helios-setup] May 25 00:32:41.918 INFO E| Compiling serde v1.0.174
36182024-05-25T00:32:42.698Z[ helios-setup] May 25 00:32:41.918 INFO E| Compiling time-core v0.1.1
36192024-05-25T00:32:43.341Z[ helios-setup] May 25 00:32:42.565 INFO E| Compiling itoa v1.0.9
36202024-05-25T00:32:43.570Z[ helios-setup] May 25 00:32:42.794 INFO E| Compiling slog v2.7.0
36212024-05-25T00:32:43.740Z[ helios-setup] May 25 00:32:42.965 INFO E| Compiling rustix v0.38.4
36222024-05-25T00:32:43.841Z[ helios-setup] May 25 00:32:43.065 INFO E| Compiling time-macros v0.2.10
36232024-05-25T00:32:44.679Z[ helios-setup] May 25 00:32:43.903 INFO E| Compiling num_threads v0.1.6
36242024-05-25T00:32:44.746Z[ helios-setup] May 25 00:32:43.968 INFO E| Compiling once_cell v1.18.0
36252024-05-25T00:32:44.848Z[ helios-setup] May 25 00:32:44.066 INFO E| Compiling bitflags v2.3.3
36262024-05-25T00:32:44.890Z[ helios-setup] May 25 00:32:44.113 INFO E| Compiling generic-array v0.14.7
36272024-05-25T00:32:45.512Z[ helios-setup] May 25 00:32:44.736 INFO E| Compiling thread_local v1.1.7
36282024-05-25T00:32:45.536Z[ helios-setup] May 25 00:32:44.760 INFO E| Compiling quote v1.0.31
36292024-05-25T00:32:45.923Z[ helios-setup] May 25 00:32:45.145 INFO E| Compiling serde_json v1.0.103
36302024-05-25T00:32:46.693Z[ helios-setup] May 25 00:32:45.917 INFO E| Compiling syn v2.0.27
36312024-05-25T00:32:46.707Z[ helios-setup] May 25 00:32:45.931 INFO E| Compiling dirs-sys-next v0.1.2
36322024-05-25T00:32:47.115Z[ helios-setup] May 25 00:32:46.339 INFO E| Compiling dirs-next v2.0.0
36332024-05-25T00:32:47.175Z[ helios-setup] May 25 00:32:46.398 INFO E| Compiling errno v0.3.1
36342024-05-25T00:32:47.301Z[ helios-setup] May 25 00:32:46.525 INFO E| Compiling term v0.7.0
36352024-05-25T00:32:47.498Z[ helios-setup] May 25 00:32:46.721 INFO E| Compiling atty v0.2.14
36362024-05-25T00:32:47.530Z[ helios-setup] May 25 00:32:46.753 INFO E| Compiling opaque-debug v0.3.0
36372024-05-25T00:32:47.705Z[ helios-setup] May 25 00:32:46.928 INFO E| Compiling fastrand v2.0.0
36382024-05-25T00:32:47.903Z[ helios-setup] May 25 00:32:47.125 INFO E| Compiling anyhow v1.0.72
36392024-05-25T00:32:48.162Z[ helios-setup] May 25 00:32:47.386 INFO E| Compiling getrandom v0.2.10
36402024-05-25T00:32:48.961Z[ helios-setup] May 25 00:32:48.184 INFO E| Compiling ryu v1.0.15
36412024-05-25T00:32:49.124Z[ helios-setup] May 25 00:32:48.345 INFO E| Compiling unicode-width v0.1.10
36422024-05-25T00:32:49.414Z[ helios-setup] May 25 00:32:48.636 INFO E| Compiling cpufeatures v0.2.9
36432024-05-25T00:32:49.743Z[ helios-setup] May 25 00:32:48.966 INFO E| Compiling same-file v1.0.6
36442024-05-25T00:32:49.848Z[ helios-setup] May 25 00:32:49.071 INFO E| Compiling getopts v0.2.21
36452024-05-25T00:32:50.302Z[ helios-setup] May 25 00:32:49.524 INFO E| Compiling walkdir v2.3.3
36462024-05-25T00:32:50.357Z[ helios-setup] May 25 00:32:49.580 INFO E| Compiling time v0.3.23
36472024-05-25T00:32:50.611Z[ helios-setup] May 25 00:32:49.831 INFO E| Compiling digest v0.9.0
36482024-05-25T00:32:51.025Z[ helios-setup] May 25 00:32:50.248 INFO E| Compiling block-buffer v0.9.0
36492024-05-25T00:32:51.269Z[ helios-setup] May 25 00:32:50.491 INFO E| Compiling tempfile v3.7.0
36502024-05-25T00:32:51.350Z[ helios-setup] May 25 00:32:50.573 INFO E| Compiling sha-1 v0.9.8
36512024-05-25T00:32:51.626Z[ helios-setup] May 25 00:32:50.848 INFO E| Compiling md-5 v0.9.1
36522024-05-25T00:32:52.321Z[ helios-setup] May 25 00:32:51.515 INFO E| Compiling libdevinfo-sys v1.0.0
36532024-05-25T00:32:52.339Z[ helios-setup] May 25 00:32:51.561 INFO E| Compiling glob v0.3.1
36542024-05-25T00:32:54.460Z[ helios-setup] May 25 00:32:53.275 INFO E| Compiling slog-term v2.9.0
36552024-05-25T00:32:58.114Z[ helios-setup] May 25 00:32:57.335 INFO E| Compiling serde_derive v1.0.174
36562024-05-25T00:33:02.009Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36572024-05-25T00:33:15.091Z[ helios-setup] May 25 00:33:14.307 INFO E| Compiling toml v0.5.11
36582024-05-25T00:33:15.095Z[ helios-setup] May 25 00:33:14.307 INFO E| Compiling uuid v0.8.2
36592024-05-25T00:33:17.464Z[ helios-setup] May 25 00:33:16.679 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
36602024-05-25T00:33:23.427Z[ helios-setup] May 25 00:33:22.642 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
36612024-05-25T00:33:40.602Z[ helios-setup] May 25 00:33:39.812 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.73s
36622024-05-25T00:33:40.639Z[ helios-setup] May 25 00:33:39.849 INFO building project "image-builder" ok (59 seconds)
36632024-05-25T00:33:40.643Z[ helios-setup] rm -f helios-build
36642024-05-25T00:33:40.647Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36652024-05-25T00:33:40.647Z[ helios-setup]
36662024-05-25T00:33:40.647Z[ helios-setup] Setup complete! ./helios-build is now available.
36672024-05-25T00:33:40.651Z[ helios-setup]
36682024-05-25T00:33:40.651Z[ helios-setup]
36692024-05-25T00:33:40.651Z[ helios-setup] real 13:01.006353719
36702024-05-25T00:33:40.651ZMay 25 00:33:39.861 INFO [helios-setup] process exited with exit status: 0 (781.012444758s)
36712024-05-25T00:33:40.651Z[ helios-setup] user 30:25.932336084
36722024-05-25T00:33:40.651Z[ helios-setup] sys 3:55.566946935
36732024-05-25T00:33:40.651Z[ helios-setup] trap 1.758542427
36742024-05-25T00:33:40.651Z[ helios-setup] tflt 6.896360329
36752024-05-25T00:33:40.651Z[ helios-setup] dflt 45.478910179
36762024-05-25T00:33:40.651Z[ helios-setup] kflt 0.020048800
36772024-05-25T00:33:40.656Z[ helios-setup] lock 2:06:01.340902402
36782024-05-25T00:33:40.656Z[ helios-setup] slp 3:15:05.863770622
36792024-05-25T00:33:40.656Z[ helios-setup] lat 34:18.198633775
36802024-05-25T00:33:40.656Z[ helios-setup] stop 4:24.247400082
36812024-05-25T00:33:40.656ZMay 25 00:33:39.862 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
36822024-05-25T00:33:40.671Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
36832024-05-25T00:33:40.927Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
36842024-05-25T00:33:40.927Z[ phbl-toolchain] info: downloading component 'cargo'
36852024-05-25T00:33:42.200Z[ phbl-toolchain] info: downloading component 'clippy'
36862024-05-25T00:33:42.512Z[ phbl-toolchain] info: downloading component 'llvm-tools'
36872024-05-25T00:33:47.088Z[ phbl-toolchain] info: downloading component 'miri'
36882024-05-25T00:33:47.264Z[ phbl-toolchain] info: downloading component 'rust-docs'
36892024-05-25T00:33:48.569Z[ phbl-toolchain] info: downloading component 'rust-src'
36902024-05-25T00:33:48.791Z[ phbl-toolchain] info: downloading component 'rust-std'
36912024-05-25T00:33:51.680Z[ phbl-toolchain] info: downloading component 'rustc'
36922024-05-25T00:33:58.742Z[ phbl-toolchain] info: downloading component 'rustfmt'
36932024-05-25T00:33:59.511Z[ phbl-toolchain] info: installing component 'cargo'
36942024-05-25T00:34:00.839Z[ phbl-toolchain] info: installing component 'clippy'
36952024-05-25T00:34:01.344Z[ phbl-toolchain] info: installing component 'llvm-tools'
36962024-05-25T00:34:07.502Z[ phbl-toolchain] info: installing component 'miri'
36972024-05-25T00:34:07.851Z[ phbl-toolchain] info: installing component 'rust-docs'
36982024-05-25T00:34:14.433Z[ phbl-toolchain] info: installing component 'rust-src'
36992024-05-25T00:34:15.253Z[ phbl-toolchain] info: installing component 'rust-std'
37002024-05-25T00:34:17.755Z[ phbl-toolchain] info: installing component 'rustc'
37012024-05-25T00:34:24.083Z[ phbl-toolchain] info: installing component 'rustfmt'
37022024-05-25T00:34:24.931Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
37032024-05-25T00:34:24.935ZMay 25 00:34:24.130 INFO [phbl-toolchain] process exited with exit status: 0 (44.268201527s)
37042024-05-25T00:39:55.971Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 27s
37052024-05-25T00:44:03.112ZMay 25 00:44:02.166 INFO [host-package] process exited with exit status: 0 (1354.722390449s)
37062024-05-25T00:44:03.112ZMay 25 00:44:02.166 INFO [host-stamp] running task
37072024-05-25T00:44:03.116ZMay 25 00:44:02.167 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 8.0.0-0.ci+git0871b51a150
37082024-05-25T00:44:03.116ZMay 25 00:44:02.167 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
37092024-05-25T00:44:03.133ZMay 25 00:44:02.178 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 8.0.0-0.ci+git0871b51a150
37102024-05-25T00:44:03.139ZMay 25 00:44:02.183 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 8.0.0-0.ci+git0871b51a150
37112024-05-25T00:44:03.139Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37122024-05-25T00:44:03.139Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
37132024-05-25T00:44:03.139Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
37142024-05-25T00:44:03.139ZMay 25 00:44:02.189 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 8.0.0-0.ci+git0871b51a150
37152024-05-25T00:44:03.143Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37162024-05-25T00:44:03.143ZMay 25 00:44:02.197 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 8.0.0-0.ci+git0871b51a150
37172024-05-25T00:44:03.151Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
37182024-05-25T00:44:03.155Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37192024-05-25T00:44:03.155ZMay 25 00:44:02.206 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 8.0.0-0.ci+git0871b51a150
37202024-05-25T00:44:03.160Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
37212024-05-25T00:44:03.165ZMay 25 00:44:02.215 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 8.0.0-0.ci+git0871b51a150
37222024-05-25T00:44:03.169Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37232024-05-25T00:44:03.177ZMay 25 00:44:02.224 INFO [stamp-overlay] process exited with exit status: 0 (57.025093ms)
37242024-05-25T00:44:03.177ZMay 25 00:44:02.224 INFO [stamp-oxlog] process exited with exit status: 0 (40.819641ms)
37252024-05-25T00:44:03.177Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37262024-05-25T00:44:03.185Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37272024-05-25T00:44:03.262Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
37282024-05-25T00:44:03.268ZMay 25 00:44:02.317 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.03493ms)
37292024-05-25T00:44:03.371Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
37302024-05-25T00:44:03.375ZMay 25 00:44:02.427 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (230.746745ms)
37312024-05-25T00:44:03.484Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
37322024-05-25T00:44:03.496ZMay 25 00:44:02.539 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (323.775107ms)
37332024-05-25T00:44:04.079Z[recovery-package] Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
37342024-05-25T00:44:04.374Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
37352024-05-25T00:44:04.378ZMay 25 00:44:03.428 INFO [stamp-propolis-server] process exited with exit status: 0 (1.222027203s)
37362024-05-25T00:44:06.660Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37372024-05-25T00:44:12.692Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
37382024-05-25T00:44:13.129ZMay 25 00:44:11.766 INFO [stamp-switch-asic] process exited with exit status: 0 (9.588644958s)
37392024-05-25T00:44:13.142ZMay 25 00:44:11.767 INFO [host-stamp] task succeeded (9.600843802s)
37402024-05-25T00:44:13.142ZMay 25 00:44:11.767 INFO [host-proto] running task
37412024-05-25T00:44:13.201ZMay 25 00:44:12.252 INFO [host-proto] task succeeded (485.042712ms)
37422024-05-25T00:44:13.201ZMay 25 00:44:12.252 INFO [host-profile] running task
37432024-05-25T00:44:13.204ZMay 25 00:44:12.252 INFO [host-profile] task succeeded (364.486µs)
37442024-05-25T00:44:13.205ZMay 25 00:44:12.252 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.29.250' -P /tmp/.tmpLmHmvV/proto/host/root -N 'ci 0871b51/${os_short_commit} 2024-05-25 00:20' -s host -B
37452024-05-25T00:44:13.219Z[ host-image] May 25 00:44:12.270 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37462024-05-25T00:44:13.223Z[ host-image] May 25 00:44:12.270 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37472024-05-25T00:44:13.234Z[ host-image] May 25 00:44:12.285 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpLmHmvV/proto/host/root"
37482024-05-25T00:44:13.235Z[ host-image] May 25 00:44:12.285 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37492024-05-25T00:44:13.248Z[ host-image] May 25 00:44:12.286 INFO image builder template: ramdisk-01-os...
37502024-05-25T00:44:13.248Z[ host-image] May 25 00:44:12.286 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/.tmpLmHmvV/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.29.250", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37512024-05-25T00:44:13.256Z[ host-image] May 25 00:44:12.307 INFO O| May 25 00:44:12.307 INFO CREATE DATASET: rpool/images/build/host/output
37522024-05-25T00:44:13.484Z[ host-image] May 25 00:44:12.535 INFO O| May 25 00:44:12.534 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37532024-05-25T00:44:13.492Z[ host-image] May 25 00:44:12.540 INFO O| May 25 00:44:12.540 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37542024-05-25T00:44:13.757Z[ host-image] May 25 00:44:12.808 INFO O| May 25 00:44:12.808 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
37552024-05-25T00:44:13.816Z[ host-image] May 25 00:44:12.866 INFO O| May 25 00:44:12.866 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37562024-05-25T00:44:13.816Z[ host-image] May 25 00:44:12.866 INFO O| May 25 00:44:12.866 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
37572024-05-25T00:44:13.819Z[ host-image] May 25 00:44:12.867 INFO O| May 25 00:44:12.866 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
37582024-05-25T00:44:13.819Z[ host-image] May 25 00:44:12.867 INFO O| May 25 00:44:12.867 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
37592024-05-25T00:44:13.824Z[ host-image] May 25 00:44:12.875 INFO O| May 25 00:44:12.875 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
37602024-05-25T00:44:14.044Z[ host-image] May 25 00:44:13.094 INFO O| May 25 00:44:13.094 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37612024-05-25T00:44:14.055Z[ host-image] May 25 00:44:13.106 INFO O| May 25 00:44:13.106 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
37622024-05-25T00:44:14.454Z[ host-image] May 25 00:44:13.490 INFO O| May 25 00:44:13.490 INFO O| Caching catalogs ... Done
37632024-05-25T00:44:14.533Z[ host-image] May 25 00:44:13.583 INFO O| May 25 00:44:13.582 INFO STEP 0 (pkg_image_create) COMPLETE
37642024-05-25T00:44:14.533Z[ host-image] May 25 00:44:13.583 INFO O| May 25 00:44:13.583 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37652024-05-25T00:44:14.539Z[ host-image] May 25 00:44:13.583 INFO O| May 25 00:44:13.583 INFO skip step because feature "repo_redist" is not enabled
37662024-05-25T00:44:14.539Z[ host-image] May 25 00:44:13.583 INFO O| May 25 00:44:13.583 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37672024-05-25T00:44:14.544Z[ host-image] May 25 00:44:13.594 INFO O| May 25 00:44:13.594 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"]
37682024-05-25T00:44:14.897Z[ host-image] May 25 00:44:13.947 INFO O| May 25 00:44:13.947 INFO STEP 2 (pkg_set_publisher) COMPLETE
37692024-05-25T00:44:14.897Z[ host-image] May 25 00:44:13.947 INFO O| May 25 00:44:13.947 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37702024-05-25T00:44:14.907Z[ host-image] May 25 00:44:13.958 INFO O| May 25 00:44:13.958 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"]
37712024-05-25T00:44:15.258Z[ host-image] May 25 00:44:14.308 INFO O| May 25 00:44:14.308 INFO STEP 3 (pkg_set_publisher) COMPLETE
37722024-05-25T00:44:15.258Z[ host-image] May 25 00:44:14.308 INFO O| May 25 00:44:14.308 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37732024-05-25T00:44:15.262Z[ host-image] May 25 00:44:14.308 INFO O| May 25 00:44:14.308 INFO skip step because feature "repo_redist" is not enabled
37742024-05-25T00:44:15.262Z[ host-image] May 25 00:44:14.308 INFO O| May 25 00:44:14.308 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37752024-05-25T00:44:15.626Z[ host-image] May 25 00:44:14.676 INFO O| May 25 00:44:14.676 INFO variant opensolaris.zone is already global
37762024-05-25T00:44:15.626Z[ host-image] May 25 00:44:14.676 INFO O| May 25 00:44:14.676 INFO STEP 5 (pkg_change_variant) COMPLETE
37772024-05-25T00:44:15.630Z[ host-image] May 25 00:44:14.676 INFO O| May 25 00:44:14.676 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37782024-05-25T00:44:16.048Z[ host-image] May 25 00:44:15.098 INFO O| May 25 00:44:15.098 INFO variant opensolaris.imagetype is full; changing to partial
37792024-05-25T00:44:16.048Z[ host-image] May 25 00:44:15.098 INFO O| May 25 00:44:15.098 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37802024-05-25T00:44:20.047Z[ host-image] May 25 00:44:19.096 INFO O| May 25 00:44:19.096 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37812024-05-25T00:44:21.962Z[ host-image] May 25 00:44:21.011 INFO O| May 25 00:44:21.010 INFO O| Startup: Caching catalogs ... Done
37822024-05-25T00:44:22.001Z[ host-image] May 25 00:44:21.050 INFO O| May 25 00:44:21.050 INFO O| Planning: Planning completed in 0.00 seconds
37832024-05-25T00:44:22.005Z[ host-image] May 25 00:44:21.050 INFO O| May 25 00:44:21.050 INFO O| Planning: Consolidating action changes ... Done
37842024-05-25T00:44:22.005Z[ host-image] May 25 00:44:21.050 INFO O| May 25 00:44:21.050 INFO O| Planning: Evaluating mediators ... Done
37852024-05-25T00:44:22.006Z[ host-image] May 25 00:44:21.051 INFO O| May 25 00:44:21.051 INFO O| Planning: Planning completed in 0.00 seconds
37862024-05-25T00:44:22.006Z[ host-image] May 25 00:44:21.051 INFO O| May 25 00:44:21.051 INFO O| Variants/Facets to change: 1
37872024-05-25T00:44:22.016Z[ host-image] May 25 00:44:21.065 INFO O| May 25 00:44:21.065 INFO O| Done
37882024-05-25T00:44:22.016Z[ host-image] May 25 00:44:21.065 INFO O| May 25 00:44:21.065 INFO O| Done
37892024-05-25T00:44:22.256Z[ host-image] May 25 00:44:21.305 INFO O| May 25 00:44:21.305 INFO O| Done
37902024-05-25T00:44:22.327Z[ host-image] May 25 00:44:21.376 INFO O| May 25 00:44:21.376 INFO O| Done
37912024-05-25T00:44:22.331Z[ host-image] May 25 00:44:21.378 INFO O| May 25 00:44:21.378 INFO O| Done
37922024-05-25T00:44:22.331Z[ host-image] May 25 00:44:21.378 INFO O| May 25 00:44:21.378 INFO O| Done
37932024-05-25T00:44:22.335Z[ host-image] May 25 00:44:21.380 INFO O| May 25 00:44:21.380 INFO O| Done
37942024-05-25T00:44:22.744Z[ host-image] May 25 00:44:21.792 INFO O| May 25 00:44:21.792 INFO STEP 6 (pkg_change_variant) COMPLETE
37952024-05-25T00:44:22.744Z[ host-image] May 25 00:44:21.792 INFO O| May 25 00:44:21.792 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37962024-05-25T00:44:22.744Z[ host-image] May 25 00:44:21.792 INFO O| May 25 00:44:21.792 INFO skip step because feature "debug_variant" is not enabled
37972024-05-25T00:44:22.748Z[ host-image] May 25 00:44:21.792 INFO O| May 25 00:44:21.792 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37982024-05-25T00:44:23.420Z[ host-image] May 25 00:44:22.468 INFO O| May 25 00:44:22.468 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37992024-05-25T00:44:24.369Z[ host-image] May 25 00:44:23.417 INFO O| May 25 00:44:23.417 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38002024-05-25T00:44:24.375Z[ host-image] May 25 00:44:23.419 INFO O| May 25 00:44:23.419 INFO O| Planning: Planning completed in 0.00 seconds
38012024-05-25T00:44:24.375Z[ host-image] May 25 00:44:23.420 INFO O| May 25 00:44:23.420 INFO O| Planning: Consolidating action changes ... Done
38022024-05-25T00:44:24.375Z[ host-image] May 25 00:44:23.420 INFO O| May 25 00:44:23.420 INFO O| Planning: Evaluating mediators ... Done
38032024-05-25T00:44:24.376Z[ host-image] May 25 00:44:23.421 INFO O| May 25 00:44:23.420 INFO O| Planning: Planning completed in 0.00 seconds
38042024-05-25T00:44:24.376Z[ host-image] May 25 00:44:23.421 INFO O| May 25 00:44:23.421 INFO O| Variants/Facets to change: 1
38052024-05-25T00:44:24.424Z[ host-image] May 25 00:44:23.472 INFO O| May 25 00:44:23.472 INFO O| Done
38062024-05-25T00:44:24.424Z[ host-image] May 25 00:44:23.472 INFO O| May 25 00:44:23.472 INFO O| Done
38072024-05-25T00:44:24.822Z[ host-image] May 25 00:44:23.870 INFO O| May 25 00:44:23.869 INFO O| Done
38082024-05-25T00:44:24.865Z[ host-image] May 25 00:44:23.913 INFO O| May 25 00:44:23.912 INFO O| Done
38092024-05-25T00:44:24.891Z[ host-image] May 25 00:44:23.914 INFO O| May 25 00:44:23.914 INFO O| Done
38102024-05-25T00:44:24.891Z[ host-image] May 25 00:44:23.914 INFO O| May 25 00:44:23.914 INFO O| Done
38112024-05-25T00:44:24.891Z[ host-image] May 25 00:44:23.916 INFO O| May 25 00:44:23.916 INFO O| Done
38122024-05-25T00:44:24.966Z[ host-image] May 25 00:44:24.014 INFO O| May 25 00:44:24.013 INFO STEP 8 (pkg_change_facet) COMPLETE
38132024-05-25T00:44:24.966Z[ host-image] May 25 00:44:24.014 INFO O| May 25 00:44:24.014 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38142024-05-25T00:44:24.974Z[ host-image] May 25 00:44:24.014 INFO O| May 25 00:44:24.014 INFO skip step because feature "recovery" is not enabled
38152024-05-25T00:44:24.974Z[ host-image] May 25 00:44:24.014 INFO O| May 25 00:44:24.014 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38162024-05-25T00:44:24.974Z[ host-image] May 25 00:44:24.014 INFO O| May 25 00:44:24.014 INFO skip step because feature "recovery" is not enabled
38172024-05-25T00:44:24.974Z[ host-image] May 25 00:44:24.014 INFO O| May 25 00:44:24.014 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38182024-05-25T00:44:24.984Z[ host-image] May 25 00:44:24.032 INFO O| May 25 00:44:24.032 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"]
38192024-05-25T00:44:25.878Z[ host-image] May 25 00:44:24.925 INFO O| May 25 00:44:24.925 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38202024-05-25T00:44:28.871Z[recovery-package] Finished `release` profile [optimized] target(s) in 25.66s
38212024-05-25T00:44:36.836Z[ host-image] May 25 00:44:35.274 INFO O| May 25 00:44:35.274 INFO O| Planning: Solver setup ... Done
38222024-05-25T00:44:40.765Z[ host-image] May 25 00:44:39.808 INFO O| May 25 00:44:39.808 INFO O| Planning: Running solver ... Done
38232024-05-25T00:44:40.890Z[ host-image] May 25 00:44:39.934 INFO O| May 25 00:44:39.933 INFO O| Planning: Finding local manifests ... Done
38242024-05-25T00:44:40.899Z[ host-image] May 25 00:44:39.943 INFO O| May 25 00:44:39.943 INFO O| Planning: Fetching manifests: 0/123 0% complete
38252024-05-25T00:44:43.174Z[ host-image] May 25 00:44:42.155 INFO O| May 25 00:44:42.155 INFO O| Planning: Fetching manifests: 123/123 100% complete
38262024-05-25T00:44:43.977Z[ host-image] May 25 00:44:42.806 INFO O| May 25 00:44:42.806 INFO O| Planning: Package planning ... Done
38272024-05-25T00:44:44.527Z[ host-image] May 25 00:44:43.507 INFO O| May 25 00:44:43.507 INFO O| Planning: Merging actions ... Done
38282024-05-25T00:44:44.715Z[ host-image] May 25 00:44:43.758 INFO O| May 25 00:44:43.758 INFO O| Planning: Checking for conflicting actions ... Done
38292024-05-25T00:44:44.860Z[ host-image] May 25 00:44:43.903 INFO O| May 25 00:44:43.902 INFO O| Planning: Consolidating action changes ... Done
38302024-05-25T00:44:45.113Z[ host-image] May 25 00:44:44.149 INFO O| May 25 00:44:44.149 INFO O| Planning: Evaluating mediators ... Done
38312024-05-25T00:44:45.861ZMay 25 00:44:44.904 INFO [recovery-package] process exited with exit status: 0 (42.736829134s)
38322024-05-25T00:44:45.861ZMay 25 00:44:44.904 INFO [recovery-stamp] running task
38332024-05-25T00:44:45.865ZMay 25 00:44:44.904 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
38342024-05-25T00:44:45.868ZMay 25 00:44:44.910 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 8.0.0-0.ci+git0871b51a150
38352024-05-25T00:44:45.872ZMay 25 00:44:44.915 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 8.0.0-0.ci+git0871b51a150
38362024-05-25T00:44:45.882Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
38372024-05-25T00:44:45.888Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
38382024-05-25T00:44:45.952Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
38392024-05-25T00:44:45.956ZMay 25 00:44:44.999 INFO [stamp-installinator] process exited with exit status: 0 (88.815701ms)
38402024-05-25T00:44:46.023Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
38412024-05-25T00:44:46.030ZMay 25 00:44:45.060 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (144.505892ms)
38422024-05-25T00:44:46.030ZMay 25 00:44:45.060 INFO [recovery-stamp] task succeeded (156.408543ms)
38432024-05-25T00:44:46.030ZMay 25 00:44:45.060 INFO [recovery-proto] running task
38442024-05-25T00:44:46.030ZMay 25 00:44:45.060 INFO [tuf-stamp] running task
38452024-05-25T00:44:46.030ZMay 25 00:44:45.061 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 8.0.0-0.ci+git0871b51a150
38462024-05-25T00:44:46.030ZMay 25 00:44:45.071 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 8.0.0-0.ci+git0871b51a150
38472024-05-25T00:44:46.036ZMay 25 00:44:45.079 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 8.0.0-0.ci+git0871b51a150
38482024-05-25T00:44:46.043Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
38492024-05-25T00:44:46.046ZMay 25 00:44:45.088 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 8.0.0-0.ci+git0871b51a150
38502024-05-25T00:44:46.053Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38512024-05-25T00:44:46.058ZMay 25 00:44:45.098 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 8.0.0-0.ci+git0871b51a150
38522024-05-25T00:44:46.077Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
38532024-05-25T00:44:46.080Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38542024-05-25T00:44:46.080ZMay 25 00:44:45.120 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 8.0.0-0.ci+git0871b51a150
38552024-05-25T00:44:46.098Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
38562024-05-25T00:44:46.102ZMay 25 00:44:45.141 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 8.0.0-0.ci+git0871b51a150
38572024-05-25T00:44:46.141Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
38582024-05-25T00:44:46.145ZMay 25 00:44:45.184 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 8.0.0-0.ci+git0871b51a150
38592024-05-25T00:44:46.169Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
38602024-05-25T00:44:46.173Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
38612024-05-25T00:44:46.173ZMay 25 00:44:45.213 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 8.0.0-0.ci+git0871b51a150
38622024-05-25T00:44:46.209Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38632024-05-25T00:44:46.212ZMay 25 00:44:45.247 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 8.0.0-0.ci+git0871b51a150
38642024-05-25T00:44:46.230Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
38652024-05-25T00:44:46.234ZMay 25 00:44:45.274 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 8.0.0-0.ci+git0871b51a150
38662024-05-25T00:44:46.257Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
38672024-05-25T00:44:46.260Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38682024-05-25T00:44:46.260ZMay 25 00:44:45.300 INFO [stamp-probe] process exited with exit status: 0 (221.747175ms)
38692024-05-25T00:44:46.264ZMay 25 00:44:45.306 INFO [recovery-proto] task succeeded (245.320722ms)
38702024-05-25T00:44:46.264ZMay 25 00:44:45.306 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.29.250' -P /tmp/.tmpLmHmvV/proto/recovery/root -N 'recovery 0871b51/${os_short_commit} 2024-05-25 00:20' -s recovery -R
38712024-05-25T00:44:46.312Z[ recovery-image] May 25 00:44:45.330 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38722024-05-25T00:44:46.313Z[ recovery-image] May 25 00:44:45.330 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
38732024-05-25T00:44:46.327Z[ recovery-image] May 25 00:44:45.357 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpLmHmvV/proto/recovery/root"
38742024-05-25T00:44:46.430Z[ recovery-image] May 25 00:44:45.357 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
38752024-05-25T00:44:46.456Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
38762024-05-25T00:44:46.464Z[ recovery-image] May 25 00:44:45.358 INFO image builder template: ramdisk-01-os...
38772024-05-25T00:44:46.470Z[ recovery-image] May 25 00:44:45.358 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/.tmpLmHmvV/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.29.250", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38782024-05-25T00:44:46.470Z[ recovery-image] May 25 00:44:45.470 INFO O| May 25 00:44:45.460 INFO CREATE DATASET: rpool/images/build/recovery/output
38792024-05-25T00:44:46.498ZMay 25 00:44:45.541 INFO [stamp-ntp] process exited with exit status: 0 (443.197378ms)
38802024-05-25T00:44:46.619Z[ recovery-image] May 25 00:44:45.661 INFO O| May 25 00:44:45.661 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38812024-05-25T00:44:46.624Z[ recovery-image] May 25 00:44:45.667 INFO O| May 25 00:44:45.667 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38822024-05-25T00:44:46.919Z[ recovery-image] May 25 00:44:45.960 INFO O| May 25 00:44:45.960 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
38832024-05-25T00:44:47.001Z[ recovery-image] May 25 00:44:46.042 INFO O| May 25 00:44:46.042 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38842024-05-25T00:44:47.001Z[ recovery-image] May 25 00:44:46.042 INFO O| May 25 00:44:46.042 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38852024-05-25T00:44:47.008Z[ recovery-image] May 25 00:44:46.043 INFO O| May 25 00:44:46.043 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38862024-05-25T00:44:47.008Z[ recovery-image] May 25 00:44:46.043 INFO O| May 25 00:44:46.043 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38872024-05-25T00:44:47.028Z[ recovery-image] May 25 00:44:46.069 INFO O| May 25 00:44:46.069 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38882024-05-25T00:44:47.404Z[ recovery-image] May 25 00:44:46.446 INFO O| May 25 00:44:46.446 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38892024-05-25T00:44:47.410Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
38902024-05-25T00:44:47.418ZMay 25 00:44:46.460 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.38907081s)
38912024-05-25T00:44:47.421Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
38922024-05-25T00:44:47.428Z[ recovery-image] May 25 00:44:46.471 INFO O| May 25 00:44:46.468 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
38932024-05-25T00:44:47.452ZMay 25 00:44:46.494 INFO [stamp-external-dns] process exited with exit status: 0 (1.310326112s)
38942024-05-25T00:44:47.457Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
38952024-05-25T00:44:47.462ZMay 25 00:44:46.504 INFO [stamp-internal-dns] process exited with exit status: 0 (1.416304376s)
38962024-05-25T00:44:47.511Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
38972024-05-25T00:44:47.545Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
38982024-05-25T00:44:48.000Z[ recovery-image] May 25 00:44:47.042 INFO O| May 25 00:44:47.042 INFO O| Caching catalogs ... Done
38992024-05-25T00:44:48.118Z[ recovery-image] May 25 00:44:47.160 INFO O| May 25 00:44:47.159 INFO STEP 0 (pkg_image_create) COMPLETE
39002024-05-25T00:44:48.118Z[ recovery-image] May 25 00:44:47.160 INFO O| May 25 00:44:47.160 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39012024-05-25T00:44:48.118Z[ recovery-image] May 25 00:44:47.160 INFO O| May 25 00:44:47.160 INFO skip step because feature "repo_redist" is not enabled
39022024-05-25T00:44:48.123Z[ recovery-image] May 25 00:44:47.160 INFO O| May 25 00:44:47.160 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39032024-05-25T00:44:48.133Z[ recovery-image] May 25 00:44:47.175 INFO O| May 25 00:44:47.175 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"]
39042024-05-25T00:44:48.211Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
39052024-05-25T00:44:48.215ZMay 25 00:44:47.258 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.983694606s)
39062024-05-25T00:44:48.235Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
39072024-05-25T00:44:48.239ZMay 25 00:44:47.281 INFO [stamp-oximeter] process exited with exit status: 0 (2.068273992s)
39082024-05-25T00:44:48.647Z[ recovery-image] May 25 00:44:47.675 INFO O| May 25 00:44:47.674 INFO STEP 2 (pkg_set_publisher) COMPLETE
39092024-05-25T00:44:48.647Z[ recovery-image] May 25 00:44:47.675 INFO O| May 25 00:44:47.675 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39102024-05-25T00:44:48.657Z[ recovery-image] May 25 00:44:47.690 INFO O| May 25 00:44:47.690 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"]
39112024-05-25T00:44:49.048Z[ recovery-image] May 25 00:44:48.090 INFO O| May 25 00:44:48.090 INFO STEP 3 (pkg_set_publisher) COMPLETE
39122024-05-25T00:44:49.048Z[ recovery-image] May 25 00:44:48.090 INFO O| May 25 00:44:48.090 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39132024-05-25T00:44:49.052Z[ recovery-image] May 25 00:44:48.090 INFO O| May 25 00:44:48.090 INFO skip step because feature "repo_redist" is not enabled
39142024-05-25T00:44:49.052Z[ recovery-image] May 25 00:44:48.090 INFO O| May 25 00:44:48.090 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39152024-05-25T00:44:49.562Z[ recovery-image] May 25 00:44:48.604 INFO O| May 25 00:44:48.604 INFO variant opensolaris.zone is already global
39162024-05-25T00:44:49.562Z[ recovery-image] May 25 00:44:48.604 INFO O| May 25 00:44:48.604 INFO STEP 5 (pkg_change_variant) COMPLETE
39172024-05-25T00:44:49.563Z[ recovery-image] May 25 00:44:48.604 INFO O| May 25 00:44:48.604 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39182024-05-25T00:44:49.646Z[ host-image] May 25 00:44:48.688 INFO O| May 25 00:44:48.688 INFO O| Planning: Planning completed in 23.76 seconds
39192024-05-25T00:44:49.652Z[ host-image] May 25 00:44:48.694 INFO O| May 25 00:44:48.694 INFO O| Packages to install: 123
39202024-05-25T00:44:49.652Z[ host-image] May 25 00:44:48.694 INFO O| May 25 00:44:48.694 INFO O| Mediators to change: 4
39212024-05-25T00:44:49.652Z[ host-image] May 25 00:44:48.694 INFO O| May 25 00:44:48.694 INFO O| Services to change: 6
39222024-05-25T00:44:49.741Z[ host-image] May 25 00:44:48.783 INFO O| May 25 00:44:48.783 INFO O| Download: 0/22715 items 0.0/196.2MB 0% complete
39232024-05-25T00:44:49.839Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
39242024-05-25T00:44:49.843ZMay 25 00:44:48.885 INFO [stamp-nexus] process exited with exit status: 0 (3.765107381s)
39252024-05-25T00:44:49.980Z[ recovery-image] May 25 00:44:49.022 INFO O| May 25 00:44:49.022 INFO variant opensolaris.imagetype is full; changing to partial
39262024-05-25T00:44:49.981Z[ recovery-image] May 25 00:44:49.022 INFO O| May 25 00:44:49.022 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39272024-05-25T00:44:51.010Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
39282024-05-25T00:44:51.015ZMay 25 00:44:50.045 INFO [stamp-cockroachdb] process exited with exit status: 0 (4.983721628s)
39292024-05-25T00:44:53.310Z[ recovery-image] May 25 00:44:52.351 INFO O| May 25 00:44:52.351 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39302024-05-25T00:44:54.598Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
39312024-05-25T00:44:54.601ZMay 25 00:44:53.642 INFO [stamp-clickhouse] process exited with exit status: 0 (8.500856897s)
39322024-05-25T00:44:54.824Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39332024-05-25T00:44:54.830Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
39342024-05-25T00:44:54.833ZMay 25 00:44:53.870 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.623507235s)
39352024-05-25T00:44:54.833ZMay 25 00:44:53.871 INFO [tuf-stamp] task succeeded (8.810353008s)
39362024-05-25T00:44:54.927Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39372024-05-25T00:44:54.943Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39382024-05-25T00:44:54.947Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39392024-05-25T00:44:54.947Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
39402024-05-25T00:44:54.983Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39412024-05-25T00:44:54.983Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39422024-05-25T00:44:54.987Z[verify-libraries] Compiling termios v0.3.3
39432024-05-25T00:44:55.135Z[ host-image] May 25 00:44:54.175 INFO O| May 25 00:44:54.175 INFO O| Download: 1617/22715 items 9.6/196.2MB 4% complete (2.0M/s)
39442024-05-25T00:44:55.348Z[verify-libraries] Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
39452024-05-25T00:44:58.490Z[ recovery-image] May 25 00:44:57.529 INFO O| May 25 00:44:57.529 INFO O| Startup: Caching catalogs ... Done
39462024-05-25T00:44:58.554Z[ recovery-image] May 25 00:44:57.584 INFO O| May 25 00:44:57.584 INFO O| Planning: Planning completed in 0.00 seconds
39472024-05-25T00:44:58.557Z[ recovery-image] May 25 00:44:57.585 INFO O| May 25 00:44:57.585 INFO O| Planning: Consolidating action changes ... Done
39482024-05-25T00:44:58.557Z[ recovery-image] May 25 00:44:57.585 INFO O| May 25 00:44:57.585 INFO O| Planning: Evaluating mediators ... Done
39492024-05-25T00:44:58.558Z[ recovery-image] May 25 00:44:57.585 INFO O| May 25 00:44:57.585 INFO O| Planning: Planning completed in 0.00 seconds
39502024-05-25T00:44:58.558Z[ recovery-image] May 25 00:44:57.586 INFO O| May 25 00:44:57.586 INFO O| Variants/Facets to change: 1
39512024-05-25T00:44:58.569Z[ recovery-image] May 25 00:44:57.607 INFO O| May 25 00:44:57.606 INFO O| Done
39522024-05-25T00:44:58.569Z[ recovery-image] May 25 00:44:57.607 INFO O| May 25 00:44:57.607 INFO O| Done
39532024-05-25T00:44:58.850Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
39542024-05-25T00:44:58.971Z[ recovery-image] May 25 00:44:58.009 INFO O| May 25 00:44:58.009 INFO O| Done
39552024-05-25T00:44:59.018Z[ recovery-image] May 25 00:44:58.047 INFO O| May 25 00:44:58.046 INFO O| Done
39562024-05-25T00:44:59.021Z[ recovery-image] May 25 00:44:58.048 INFO O| May 25 00:44:58.048 INFO O| Done
39572024-05-25T00:44:59.021Z[ recovery-image] May 25 00:44:58.048 INFO O| May 25 00:44:58.048 INFO O| Done
39582024-05-25T00:44:59.021Z[ recovery-image] May 25 00:44:58.050 INFO O| May 25 00:44:58.050 INFO O| Done
39592024-05-25T00:44:59.402Z[ recovery-image] May 25 00:44:58.441 INFO O| May 25 00:44:58.441 INFO STEP 6 (pkg_change_variant) COMPLETE
39602024-05-25T00:44:59.402Z[ recovery-image] May 25 00:44:58.441 INFO O| May 25 00:44:58.441 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39612024-05-25T00:44:59.406Z[ recovery-image] May 25 00:44:58.441 INFO O| May 25 00:44:58.441 INFO skip step because feature "debug_variant" is not enabled
39622024-05-25T00:44:59.406Z[ recovery-image] May 25 00:44:58.441 INFO O| May 25 00:44:58.441 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39632024-05-25T00:45:00.017Z[ recovery-image] May 25 00:44:59.056 INFO O| May 25 00:44:59.056 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39642024-05-25T00:45:00.142Z[ host-image] May 25 00:44:59.181 INFO O| May 25 00:44:59.181 INFO O| Download: 2092/22715 items 23.4/196.2MB 11% complete (2.3M/s)
39652024-05-25T00:45:00.689Z[ recovery-image] May 25 00:44:59.727 INFO O| May 25 00:44:59.727 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39662024-05-25T00:45:00.692Z[ recovery-image] May 25 00:44:59.729 INFO O| May 25 00:44:59.729 INFO O| Planning: Planning completed in 0.00 seconds
39672024-05-25T00:45:00.693Z[ recovery-image] May 25 00:44:59.730 INFO O| May 25 00:44:59.730 INFO O| Planning: Consolidating action changes ... Done
39682024-05-25T00:45:00.693Z[ recovery-image] May 25 00:44:59.730 INFO O| May 25 00:44:59.730 INFO O| Planning: Evaluating mediators ... Done
39692024-05-25T00:45:00.693Z[ recovery-image] May 25 00:44:59.731 INFO O| May 25 00:44:59.731 INFO O| Planning: Planning completed in 0.00 seconds
39702024-05-25T00:45:00.693Z[ recovery-image] May 25 00:44:59.731 INFO O| May 25 00:44:59.731 INFO O| Variants/Facets to change: 1
39712024-05-25T00:45:00.715Z[ recovery-image] May 25 00:44:59.754 INFO O| May 25 00:44:59.754 INFO O| Done
39722024-05-25T00:45:00.715Z[ recovery-image] May 25 00:44:59.754 INFO O| May 25 00:44:59.754 INFO O| Done
39732024-05-25T00:45:01.111Z[ recovery-image] May 25 00:45:00.144 INFO O| May 25 00:45:00.144 INFO O| Done
39742024-05-25T00:45:01.153Z[ recovery-image] May 25 00:45:00.191 INFO O| May 25 00:45:00.191 INFO O| Done
39752024-05-25T00:45:01.157Z[ recovery-image] May 25 00:45:00.192 INFO O| May 25 00:45:00.192 INFO O| Done
39762024-05-25T00:45:01.157Z[ recovery-image] May 25 00:45:00.192 INFO O| May 25 00:45:00.192 INFO O| Done
39772024-05-25T00:45:01.157Z[ recovery-image] May 25 00:45:00.194 INFO O| May 25 00:45:00.194 INFO O| Done
39782024-05-25T00:45:01.261Z[ recovery-image] May 25 00:45:00.299 INFO O| May 25 00:45:00.299 INFO STEP 8 (pkg_change_facet) COMPLETE
39792024-05-25T00:45:01.265Z[ recovery-image] May 25 00:45:00.300 INFO O| May 25 00:45:00.299 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39802024-05-25T00:45:01.882Z[ recovery-image] May 25 00:45:00.916 INFO O| May 25 00:45:00.915 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39812024-05-25T00:45:02.551Z[ recovery-image] May 25 00:45:01.589 INFO O| May 25 00:45:01.588 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39822024-05-25T00:45:02.556Z[ recovery-image] May 25 00:45:01.591 INFO O| May 25 00:45:01.590 INFO O| Planning: Planning completed in 0.00 seconds
39832024-05-25T00:45:02.556Z[ recovery-image] May 25 00:45:01.592 INFO O| May 25 00:45:01.591 INFO O| Planning: Consolidating action changes ... Done
39842024-05-25T00:45:02.556Z[ recovery-image] May 25 00:45:01.592 INFO O| May 25 00:45:01.592 INFO O| Planning: Evaluating mediators ... Done
39852024-05-25T00:45:02.556Z[ recovery-image] May 25 00:45:01.592 INFO O| May 25 00:45:01.592 INFO O| Planning: Planning completed in 0.00 seconds
39862024-05-25T00:45:02.557Z[ recovery-image] May 25 00:45:01.593 INFO O| May 25 00:45:01.593 INFO O| Variants/Facets to change: 1
39872024-05-25T00:45:02.578Z[ recovery-image] May 25 00:45:01.616 INFO O| May 25 00:45:01.616 INFO O| Done
39882024-05-25T00:45:02.578Z[ recovery-image] May 25 00:45:01.616 INFO O| May 25 00:45:01.616 INFO O| Done
39892024-05-25T00:45:02.609Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39902024-05-25T00:45:03.096Z[ recovery-image] May 25 00:45:02.135 INFO O| May 25 00:45:02.134 INFO O| Done
39912024-05-25T00:45:03.143Z[ recovery-image] May 25 00:45:02.180 INFO O| May 25 00:45:02.180 INFO O| Done
39922024-05-25T00:45:03.146Z[ recovery-image] May 25 00:45:02.181 INFO O| May 25 00:45:02.181 INFO O| Done
39932024-05-25T00:45:03.146Z[ recovery-image] May 25 00:45:02.181 INFO O| May 25 00:45:02.181 INFO O| Done
39942024-05-25T00:45:03.147Z[ recovery-image] May 25 00:45:02.183 INFO O| May 25 00:45:02.183 INFO O| Done
39952024-05-25T00:45:03.307Z[ recovery-image] May 25 00:45:02.344 INFO O| May 25 00:45:02.344 INFO STEP 9 (pkg_change_facet) COMPLETE
39962024-05-25T00:45:03.311Z[ recovery-image] May 25 00:45:02.344 INFO O| May 25 00:45:02.344 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39972024-05-25T00:45:03.971Z[ recovery-image] May 25 00:45:03.009 INFO O| May 25 00:45:03.009 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39982024-05-25T00:45:04.796Z[ recovery-image] May 25 00:45:03.834 INFO O| May 25 00:45:03.834 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39992024-05-25T00:45:04.800Z[ recovery-image] May 25 00:45:03.836 INFO O| May 25 00:45:03.835 INFO O| Planning: Planning completed in 0.00 seconds
40002024-05-25T00:45:04.800Z[ recovery-image] May 25 00:45:03.836 INFO O| May 25 00:45:03.836 INFO O| Planning: Consolidating action changes ... Done
40012024-05-25T00:45:04.800Z[ recovery-image] May 25 00:45:03.836 INFO O| May 25 00:45:03.836 INFO O| Planning: Evaluating mediators ... Done
40022024-05-25T00:45:04.800Z[ recovery-image] May 25 00:45:03.837 INFO O| May 25 00:45:03.837 INFO O| Planning: Planning completed in 0.00 seconds
40032024-05-25T00:45:04.800Z[ recovery-image] May 25 00:45:03.837 INFO O| May 25 00:45:03.837 INFO O| Variants/Facets to change: 1
40042024-05-25T00:45:04.873Z[ recovery-image] May 25 00:45:03.910 INFO O| May 25 00:45:03.910 INFO O| Done
40052024-05-25T00:45:04.873Z[ recovery-image] May 25 00:45:03.910 INFO O| May 25 00:45:03.910 INFO O| Done
40062024-05-25T00:45:05.144Z[ host-image] May 25 00:45:04.181 INFO O| May 25 00:45:04.181 INFO O| Download: 2641/22715 items 30.9/196.2MB 15% complete (2.1M/s)
40072024-05-25T00:45:05.215Z[ recovery-image] May 25 00:45:04.253 INFO O| May 25 00:45:04.252 INFO O| Done
40082024-05-25T00:45:05.258Z[ recovery-image] May 25 00:45:04.295 INFO O| May 25 00:45:04.295 INFO O| Done
40092024-05-25T00:45:05.262Z[ recovery-image] May 25 00:45:04.296 INFO O| May 25 00:45:04.296 INFO O| Done
40102024-05-25T00:45:05.262Z[ recovery-image] May 25 00:45:04.296 INFO O| May 25 00:45:04.296 INFO O| Done
40112024-05-25T00:45:05.262Z[ recovery-image] May 25 00:45:04.298 INFO O| May 25 00:45:04.298 INFO O| Done
40122024-05-25T00:45:05.359Z[ recovery-image] May 25 00:45:04.397 INFO O| May 25 00:45:04.396 INFO STEP 10 (pkg_change_facet) COMPLETE
40132024-05-25T00:45:05.359Z[ recovery-image] May 25 00:45:04.397 INFO O| May 25 00:45:04.396 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40142024-05-25T00:45:05.381Z[ recovery-image] May 25 00:45:04.418 INFO O| May 25 00:45:04.417 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"]
40152024-05-25T00:45:06.247Z[ recovery-image] May 25 00:45:05.284 INFO O| May 25 00:45:05.284 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40162024-05-25T00:45:10.152Z[ host-image] May 25 00:45:09.188 INFO O| May 25 00:45:09.188 INFO O| Download: 3883/22715 items 39.8/196.2MB 20% complete (1.7M/s)
40172024-05-25T00:45:10.862Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40182024-05-25T00:45:15.153Z[ host-image] May 25 00:45:14.188 INFO O| May 25 00:45:14.188 INFO O| Download: 4718/22715 items 44.8/196.2MB 22% complete (1.4M/s)
40192024-05-25T00:45:20.321Z[ host-image] May 25 00:45:19.355 INFO O| May 25 00:45:19.355 INFO O| Download: 5744/22715 items 46.2/196.2MB 23% complete (1.0M/s)
40202024-05-25T00:45:25.430Z[ host-image] May 25 00:45:24.462 INFO O| May 25 00:45:24.462 INFO O| Download: 6797/22715 items 48.5/196.2MB 24% complete (364k/s)
40212024-05-25T00:45:28.032Z[ recovery-image] May 25 00:45:27.064 INFO O| May 25 00:45:27.064 INFO O| Planning: Solver setup ... Done
40222024-05-25T00:45:30.437Z[ host-image] May 25 00:45:29.468 INFO O| May 25 00:45:29.468 INFO O| Download: 7954/22715 items 59.6/196.2MB 30% complete (1.4M/s)
40232024-05-25T00:45:35.448Z[ host-image] May 25 00:45:34.479 INFO O| May 25 00:45:34.479 INFO O| Download: 8647/22715 items 70.8/196.2MB 36% complete (2.2M/s)
40242024-05-25T00:45:39.861Z[ recovery-image] May 25 00:45:38.890 INFO O| May 25 00:45:38.889 INFO O| Planning: Running solver ... Done
40252024-05-25T00:45:40.137Z[ recovery-image] May 25 00:45:39.164 INFO O| May 25 00:45:39.163 INFO O| Planning: Finding local manifests ... Done
40262024-05-25T00:45:40.152Z[ recovery-image] May 25 00:45:39.180 INFO O| May 25 00:45:39.180 INFO O| Planning: Fetching manifests: 0/123 0% complete
40272024-05-25T00:45:40.463Z[ host-image] May 25 00:45:39.492 INFO O| May 25 00:45:39.492 INFO O| Download: 9793/22715 items 83.5/196.2MB 42% complete (2.4M/s)
40282024-05-25T00:45:44.956Z[ recovery-image] May 25 00:45:43.984 INFO O| May 25 00:45:43.984 INFO O| Planning: Fetching manifests: 123/123 100% complete
40292024-05-25T00:45:45.482Z[ host-image] May 25 00:45:44.509 INFO O| May 25 00:45:44.509 INFO O| Download: 10827/22715 items 89.8/196.2MB 45% complete (1.9M/s)
40302024-05-25T00:45:46.120Z[ recovery-image] May 25 00:45:45.147 INFO O| May 25 00:45:45.147 INFO O| Planning: Package planning ... Done
40312024-05-25T00:45:47.095Z[ recovery-image] May 25 00:45:46.122 INFO O| May 25 00:45:46.122 INFO O| Planning: Merging actions ... Done
40322024-05-25T00:45:47.353Z[ recovery-image] May 25 00:45:46.376 INFO O| May 25 00:45:46.376 INFO O| Planning: Checking for conflicting actions ... Done
40332024-05-25T00:45:47.475Z[ recovery-image] May 25 00:45:46.503 INFO O| May 25 00:45:46.502 INFO O| Planning: Consolidating action changes ... Done
40342024-05-25T00:45:47.869Z[ recovery-image] May 25 00:45:46.895 INFO O| May 25 00:45:46.895 INFO O| Planning: Evaluating mediators ... Done
40352024-05-25T00:45:50.491Z[ host-image] May 25 00:45:49.517 INFO O| May 25 00:45:49.517 INFO O| Download: 11385/22715 items 96.1/196.2MB 48% complete (1.2M/s)
40362024-05-25T00:45:50.780Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
40372024-05-25T00:45:53.883Z[ recovery-image] May 25 00:45:52.909 INFO O| May 25 00:45:52.909 INFO O| Planning: Planning completed in 47.62 seconds
40382024-05-25T00:45:53.893Z[ recovery-image] May 25 00:45:52.917 INFO O| May 25 00:45:52.917 INFO O| Packages to install: 123
40392024-05-25T00:45:53.900Z[ recovery-image] May 25 00:45:52.917 INFO O| May 25 00:45:52.917 INFO O| Mediators to change: 4
40402024-05-25T00:45:53.900Z[ recovery-image] May 25 00:45:52.917 INFO O| May 25 00:45:52.917 INFO O| Services to change: 5
40412024-05-25T00:45:53.987Z[ recovery-image] May 25 00:45:53.012 INFO O| May 25 00:45:53.012 INFO O| Download: 0/15828 items 0.0/173.1MB 0% complete
40422024-05-25T00:45:55.797Z[ host-image] May 25 00:45:54.821 INFO O| May 25 00:45:54.821 INFO O| Download: 12163/22715 items 107.5/196.2MB 54% complete (1.8M/s)
40432024-05-25T00:45:59.363Z[ recovery-image] May 25 00:45:58.387 INFO O| May 25 00:45:58.387 INFO O| Download: 1057/15828 items 7.9/173.1MB 4% complete (1.6M/s)
40442024-05-25T00:46:00.805Z[ host-image] May 25 00:45:59.828 INFO O| May 25 00:45:59.828 INFO O| Download: 12703/22715 items 109.5/196.2MB 55% complete (1.3M/s)
40452024-05-25T00:46:04.416Z[ recovery-image] May 25 00:46:03.439 INFO O| May 25 00:46:03.439 INFO O| Download: 1322/15828 items 20.2/173.1MB 11% complete (1.9M/s)
40462024-05-25T00:46:05.820Z[ host-image] May 25 00:46:04.842 INFO O| May 25 00:46:04.842 INFO O| Download: 13692/22715 items 110.0/196.2MB 56% complete (262k/s)
40472024-05-25T00:46:09.436Z[ recovery-image] May 25 00:46:08.457 INFO O| May 25 00:46:08.457 INFO O| Download: 1616/15828 items 25.1/173.1MB 14% complete (1.7M/s)
40482024-05-25T00:46:10.862Z[ host-image] May 25 00:46:09.883 INFO O| May 25 00:46:09.883 INFO O| Download: 14403/22715 items 111.5/196.2MB 56% complete (176k/s)
40492024-05-25T00:46:11.485Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40502024-05-25T00:46:14.675Z[ recovery-image] May 25 00:46:13.695 INFO O| May 25 00:46:13.695 INFO O| Download: 2725/15828 items 33.9/173.1MB 19% complete (1.4M/s)
40512024-05-25T00:46:15.886Z[ host-image] May 25 00:46:14.905 INFO O| May 25 00:46:14.904 INFO O| Download: 14723/22715 items 119.0/196.2MB 60% complete (908k/s)
40522024-05-25T00:46:19.732Z[ recovery-image] May 25 00:46:18.750 INFO O| May 25 00:46:18.750 INFO O| Download: 3602/15828 items 39.0/173.1MB 22% complete (1.4M/s)
40532024-05-25T00:46:20.891Z[ host-image] May 25 00:46:19.908 INFO O| May 25 00:46:19.908 INFO O| Download: 15666/22715 items 125.0/196.2MB 63% complete (1.3M/s)
40542024-05-25T00:46:24.735Z[ recovery-image] May 25 00:46:23.752 INFO O| May 25 00:46:23.752 INFO O| Download: 4472/15828 items 42.8/173.1MB 24% complete (901k/s)
40552024-05-25T00:46:25.903Z[ host-image] May 25 00:46:24.921 INFO O| May 25 00:46:24.920 INFO O| Download: 16268/22715 items 145.1/196.2MB 73% complete (2.6M/s)
40562024-05-25T00:46:28.589Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40572024-05-25T00:46:29.747Z[ recovery-image] May 25 00:46:28.763 INFO O| May 25 00:46:28.763 INFO O| Download: 5520/15828 items 43.4/173.1MB 25% complete (446k/s)
40582024-05-25T00:46:30.912Z[ host-image] May 25 00:46:29.928 INFO O| May 25 00:46:29.928 INFO O| Download: 17134/22715 items 147.1/196.2MB 74% complete (2.2M/s)
40592024-05-25T00:46:34.759Z[ recovery-image] May 25 00:46:33.764 INFO O| May 25 00:46:33.764 INFO O| Download: 5755/15828 items 48.3/173.1MB 27% complete (465k/s)
40602024-05-25T00:46:36.264Z[ host-image] May 25 00:46:35.278 INFO O| May 25 00:46:35.278 INFO O| Download: 17931/22715 items 158.7/196.2MB 80% complete (1.4M/s)
40612024-05-25T00:46:40.286Z[ recovery-image] May 25 00:46:39.300 INFO O| May 25 00:46:39.300 INFO O| Download: 6170/15828 items 61.7/173.1MB 35% complete (1.8M/s)
40622024-05-25T00:46:41.316Z[ host-image] May 25 00:46:40.330 INFO O| May 25 00:46:40.330 INFO O| Download: 19007/22715 items 162.9/196.2MB 83% complete (1.6M/s)
40632024-05-25T00:46:45.292Z[ recovery-image] May 25 00:46:44.304 INFO O| May 25 00:46:44.304 INFO O| Download: 7133/15828 items 73.0/173.1MB 42% complete (2.0M/s)
40642024-05-25T00:46:46.644Z[ host-image] May 25 00:46:45.656 INFO O| May 25 00:46:45.656 INFO O| Download: 19974/22715 items 166.5/196.2MB 84% complete (793k/s)
40652024-05-25T00:46:50.320Z[ recovery-image] May 25 00:46:49.330 INFO O| May 25 00:46:49.330 INFO O| Download: 7769/15828 items 75.0/173.1MB 43% complete (1.3M/s)
40662024-05-25T00:46:53.431Z[ host-image] May 25 00:46:52.442 INFO O| May 25 00:46:52.442 INFO O| Download: 20755/22715 items 170.8/196.2MB 87% complete (813k/s)
40672024-05-25T00:46:55.326Z[ recovery-image] May 25 00:46:54.335 INFO O| May 25 00:46:54.335 INFO O| Download: 8550/15828 items 79.8/173.1MB 46% complete (698k/s)
40682024-05-25T00:46:58.619Z[ host-image] May 25 00:46:57.629 INFO O| May 25 00:46:57.628 INFO O| Download: 21013/22715 items 176.2/196.2MB 89% complete (904k/s)
40692024-05-25T00:47:00.418Z[ recovery-image] May 25 00:46:59.417 INFO O| May 25 00:46:59.417 INFO O| Download: 8920/15828 items 92.5/173.1MB 53% complete (1.9M/s)
40702024-05-25T00:47:03.627Z[ host-image] May 25 00:47:02.634 INFO O| May 25 00:47:02.634 INFO O| Download: 21832/22715 items 187.5/196.2MB 95% complete (1.5M/s)
40712024-05-25T00:47:05.585Z[ recovery-image] May 25 00:47:04.590 INFO O| May 25 00:47:04.590 INFO O| Download: 9973/15828 items 93.1/173.1MB 53% complete (1.3M/s)
40722024-05-25T00:47:08.760Z[ host-image] May 25 00:47:07.766 INFO O| May 25 00:47:07.766 INFO O| Download: 21967/22715 items 189.0/196.2MB 96% complete (1.3M/s)
40732024-05-25T00:47:10.828Z[ recovery-image] May 25 00:47:09.834 INFO O| May 25 00:47:09.834 INFO O| Download: 11000/15828 items 94.6/173.1MB 54% complete (184k/s)
40742024-05-25T00:47:13.762Z[ host-image] May 25 00:47:12.766 INFO O| May 25 00:47:12.766 INFO O| Download: 22715/22715 items 196.2/196.2MB 100% complete (895k/s)
40752024-05-25T00:47:13.783Z[ host-image] May 25 00:47:12.788 INFO O| May 25 00:47:12.788 INFO O| Download: Completed 196.24 MB in 144.01 seconds (1.4M/s)
40762024-05-25T00:47:15.499Z[ host-image] May 25 00:47:14.486 INFO O| May 25 00:47:14.485 INFO O| Actions: 1/49219 actions (Installing new actions)
40772024-05-25T00:47:15.849Z[ recovery-image] May 25 00:47:14.848 INFO O| May 25 00:47:14.848 INFO O| Download: 11745/15828 items 122.6/173.1MB 70% complete (2.8M/s)
40782024-05-25T00:47:20.483Z[ host-image] May 25 00:47:19.486 INFO O| May 25 00:47:19.486 INFO O| Actions: 9522/49219 actions (Installing new actions)
40792024-05-25T00:47:20.867Z[ recovery-image] May 25 00:47:19.870 INFO O| May 25 00:47:19.870 INFO O| Download: 12456/15828 items 139.0/173.1MB 80% complete (4.5M/s)
40802024-05-25T00:47:25.486Z[ host-image] May 25 00:47:24.487 INFO O| May 25 00:47:24.487 INFO O| Actions: 15093/49219 actions (Installing new actions)
40812024-05-25T00:47:25.887Z[ recovery-image] May 25 00:47:24.888 INFO O| May 25 00:47:24.888 INFO O| Download: 13592/15828 items 143.2/173.1MB 82% complete (2.2M/s)
40822024-05-25T00:47:30.495Z[ host-image] May 25 00:47:29.487 INFO O| May 25 00:47:29.487 INFO O| Actions: 21289/49219 actions (Installing new actions)
40832024-05-25T00:47:30.901Z[ recovery-image] May 25 00:47:29.901 INFO O| May 25 00:47:29.900 INFO O| Download: 14645/15828 items 147.5/173.1MB 85% complete (882k/s)
40842024-05-25T00:47:35.488Z[ host-image] May 25 00:47:34.487 INFO O| May 25 00:47:34.487 INFO O| Actions: 35438/49219 actions (Installing new actions)
40852024-05-25T00:47:35.908Z[ recovery-image] May 25 00:47:34.907 INFO O| May 25 00:47:34.907 INFO O| Download: 15242/15828 items 156.7/173.1MB 90% complete (1.3M/s)
40862024-05-25T00:47:40.520Z[ host-image] May 25 00:47:39.518 INFO O| May 25 00:47:39.518 INFO O| Actions: 48771/49219 actions (Installing new actions)
40872024-05-25T00:47:40.910Z[ recovery-image] May 25 00:47:39.908 INFO O| May 25 00:47:39.908 INFO O| Download: 15805/15828 items 172.0/173.1MB 99% complete (2.5M/s)
40882024-05-25T00:47:41.345Z[ recovery-image] May 25 00:47:40.343 INFO O| May 25 00:47:40.343 INFO O| Download: Completed 173.05 MB in 107.33 seconds (1.6M/s)
40892024-05-25T00:47:42.445Z[ recovery-image] May 25 00:47:41.441 INFO O| May 25 00:47:41.441 INFO O| Actions: 1/24953 actions (Installing new actions)
40902024-05-25T00:47:42.772Z[ host-image] May 25 00:47:41.769 INFO O| May 25 00:47:41.769 INFO O| Actions: Completed 49219 actions in 27.28 seconds.
40912024-05-25T00:47:43.201Z[ host-image] May 25 00:47:42.199 INFO O| May 25 00:47:42.199 INFO O| Done
40922024-05-25T00:47:43.202Z[ host-image] May 25 00:47:42.199 INFO O| May 25 00:47:42.199 INFO O| Done
40932024-05-25T00:47:44.148Z[ host-image] May 25 00:47:43.146 INFO O| May 25 00:47:43.146 INFO O| Done
40942024-05-25T00:47:47.078Z[ host-image] May 25 00:47:46.075 INFO O| May 25 00:47:46.075 INFO O| Done
40952024-05-25T00:47:47.143Z[ host-image] May 25 00:47:46.140 INFO O| May 25 00:47:46.140 INFO O| Done
40962024-05-25T00:47:47.461Z[ recovery-image] May 25 00:47:46.458 INFO O| May 25 00:47:46.457 INFO O| Actions: 8038/24953 actions (Installing new actions)
40972024-05-25T00:47:52.464Z[ recovery-image] May 25 00:47:51.459 INFO O| May 25 00:47:51.459 INFO O| Actions: 13239/24953 actions (Installing new actions)
40982024-05-25T00:47:57.465Z[ recovery-image] May 25 00:47:56.459 INFO O| May 25 00:47:56.459 INFO O| Actions: 19188/24953 actions (Installing new actions)
40992024-05-25T00:48:02.521Z[ recovery-image] May 25 00:48:01.513 INFO O| May 25 00:48:01.513 INFO O| Actions: 24545/24953 actions (Installing new actions)
41002024-05-25T00:48:03.165Z[ recovery-image] May 25 00:48:02.158 INFO O| May 25 00:48:02.158 INFO O| Actions: Completed 24953 actions in 20.71 seconds.
41012024-05-25T00:48:03.173Z[ host-image] May 25 00:48:02.165 INFO O| May 25 00:48:02.165 INFO O| Done
41022024-05-25T00:48:03.773Z[ recovery-image] May 25 00:48:02.765 INFO O| May 25 00:48:02.765 INFO O| Done
41032024-05-25T00:48:03.776Z[ recovery-image] May 25 00:48:02.766 INFO O| May 25 00:48:02.765 INFO O| Done
41042024-05-25T00:48:04.244Z[ host-image] May 25 00:48:03.236 INFO O| May 25 00:48:03.236 INFO O| Done
41052024-05-25T00:48:04.646Z[ host-image] May 25 00:48:03.638 INFO O| May 25 00:48:03.638 INFO STEP 11 (pkg_install) COMPLETE
41062024-05-25T00:48:04.646Z[ host-image] May 25 00:48:03.638 INFO O| May 25 00:48:03.638 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41072024-05-25T00:48:04.668Z[ host-image] May 25 00:48:03.658 INFO O| May 25 00:48:03.658 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
41082024-05-25T00:48:04.730Z[ recovery-image] May 25 00:48:03.723 INFO O| May 25 00:48:03.723 INFO O| Done
41092024-05-25T00:48:05.493Z[ host-image] May 25 00:48:04.485 INFO O| May 25 00:48:04.485 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41102024-05-25T00:48:06.378Z[ recovery-image] May 25 00:48:05.370 INFO O| May 25 00:48:05.370 INFO O| Done
41112024-05-25T00:48:06.415Z[ recovery-image] May 25 00:48:05.406 INFO O| May 25 00:48:05.406 INFO O| Done
41122024-05-25T00:48:08.692Z[ host-image] May 25 00:48:07.682 INFO O| May 25 00:48:07.682 INFO O| Planning: Solver setup ... Done
41132024-05-25T00:48:08.701Z[ host-image] May 25 00:48:07.689 INFO O| May 25 00:48:07.689 INFO O| Planning: Running solver ... Done
41142024-05-25T00:48:08.752Z[ host-image] May 25 00:48:07.742 INFO O| May 25 00:48:07.742 INFO O| Planning: Finding local manifests ... Done
41152024-05-25T00:48:08.755Z[ host-image] May 25 00:48:07.744 INFO O| May 25 00:48:07.744 INFO O| Planning: Fetching manifests: 0/4 0% complete
41162024-05-25T00:48:08.983Z[ host-image] May 25 00:48:07.974 INFO O| May 25 00:48:07.974 INFO O| Planning: Fetching manifests: 4/4 100% complete
41172024-05-25T00:48:09.138Z[ host-image] May 25 00:48:08.129 INFO O| May 25 00:48:08.129 INFO O| Planning: Package planning ... Done
41182024-05-25T00:48:09.144Z[ host-image] May 25 00:48:08.136 INFO O| May 25 00:48:08.136 INFO O| Planning: Merging actions ... Done
41192024-05-25T00:48:09.493Z[ host-image] May 25 00:48:08.484 INFO O| May 25 00:48:08.484 INFO O| Planning: Checking for conflicting actions ... Done
41202024-05-25T00:48:09.497Z[ host-image] May 25 00:48:08.486 INFO O| May 25 00:48:08.486 INFO O| Planning: Consolidating action changes ... Done
41212024-05-25T00:48:09.921Z[ host-image] May 25 00:48:08.911 INFO O| May 25 00:48:08.911 INFO O| Planning: Evaluating mediators ... Done
41222024-05-25T00:48:09.926Z[ host-image] May 25 00:48:08.913 INFO O| May 25 00:48:08.913 INFO O| Planning: Planning completed in 4.43 seconds
41232024-05-25T00:48:09.929Z[ host-image] May 25 00:48:08.916 INFO O| May 25 00:48:08.916 INFO O| Packages to install: 4
41242024-05-25T00:48:09.929Z[ host-image] May 25 00:48:08.916 INFO O| May 25 00:48:08.916 INFO O| Services to change: 2
41252024-05-25T00:48:09.945Z[ host-image] May 25 00:48:08.936 INFO O| May 25 00:48:08.936 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
41262024-05-25T00:48:11.097Z[ host-image] May 25 00:48:10.087 INFO O| May 25 00:48:10.087 INFO O| Download: Completed 1.39 MB in 1.15 seconds (1.2M/s)
41272024-05-25T00:48:11.227Z[ host-image] May 25 00:48:10.216 INFO O| May 25 00:48:10.216 INFO O| Actions: 1/238 actions (Installing new actions)
41282024-05-25T00:48:11.572Z[ host-image] May 25 00:48:10.562 INFO O| May 25 00:48:10.562 INFO O| Actions: Completed 238 actions in 0.35 seconds.
41292024-05-25T00:48:11.988Z[ host-image] May 25 00:48:10.979 INFO O| May 25 00:48:10.979 INFO O| Done
41302024-05-25T00:48:11.988Z[ host-image] May 25 00:48:10.979 INFO O| May 25 00:48:10.979 INFO O| Done
41312024-05-25T00:48:12.703Z[ host-image] May 25 00:48:11.693 INFO O| May 25 00:48:11.693 INFO O| Done
41322024-05-25T00:48:15.572Z[ host-image] May 25 00:48:14.561 INFO O| May 25 00:48:14.561 INFO O| Done
41332024-05-25T00:48:15.614Z[ host-image] May 25 00:48:14.603 INFO O| May 25 00:48:14.603 INFO O| Done
41342024-05-25T00:48:15.618Z[ host-image] May 25 00:48:14.604 INFO O| May 25 00:48:14.604 INFO O| Done
41352024-05-25T00:48:15.670Z[ host-image] May 25 00:48:14.659 INFO O| May 25 00:48:14.659 INFO O| Done
41362024-05-25T00:48:15.870Z[ host-image] May 25 00:48:14.859 INFO O| May 25 00:48:14.859 INFO STEP 12 (pkg_install) COMPLETE
41372024-05-25T00:48:15.870Z[ host-image] May 25 00:48:14.859 INFO O| May 25 00:48:14.859 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41382024-05-25T00:48:15.889Z[ host-image] May 25 00:48:14.878 INFO O| May 25 00:48:14.878 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41392024-05-25T00:48:16.799Z[ host-image] May 25 00:48:15.788 INFO O| May 25 00:48:15.788 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41402024-05-25T00:48:17.226Z[ recovery-image] May 25 00:48:16.215 INFO O| May 25 00:48:16.215 INFO O| Done
41412024-05-25T00:48:17.985Z[ recovery-image] May 25 00:48:16.974 INFO O| May 25 00:48:16.974 INFO O| Done
41422024-05-25T00:48:18.256Z[ recovery-image] May 25 00:48:17.244 INFO O| May 25 00:48:17.244 INFO STEP 11 (pkg_install) COMPLETE
41432024-05-25T00:48:18.256Z[ recovery-image] May 25 00:48:17.245 INFO O| May 25 00:48:17.244 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41442024-05-25T00:48:18.260Z[ recovery-image] May 25 00:48:17.245 INFO O| May 25 00:48:17.244 INFO skip step because feature "recovery" is enabled
41452024-05-25T00:48:18.260Z[ recovery-image] May 25 00:48:17.245 INFO O| May 25 00:48:17.244 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41462024-05-25T00:48:18.260Z[ recovery-image] May 25 00:48:17.245 INFO O| May 25 00:48:17.245 INFO skip step because feature "omicron1" is not enabled
41472024-05-25T00:48:18.260Z[ recovery-image] May 25 00:48:17.245 INFO O| May 25 00:48:17.245 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41482024-05-25T00:48:18.280Z[ recovery-image] May 25 00:48:17.269 INFO O| May 25 00:48:17.269 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.29.250"]
41492024-05-25T00:48:19.254Z[ recovery-image] May 25 00:48:18.241 INFO O| May 25 00:48:18.241 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41502024-05-25T00:48:19.470Z[ host-image] May 25 00:48:18.458 INFO O| May 25 00:48:18.458 INFO O| Planning: Solver setup ... Done
41512024-05-25T00:48:19.477Z[ host-image] May 25 00:48:18.465 INFO O| May 25 00:48:18.465 INFO O| Planning: Running solver ... Done
41522024-05-25T00:48:19.531Z[ host-image] May 25 00:48:18.520 INFO O| May 25 00:48:18.520 INFO O| Planning: Finding local manifests ... Done
41532024-05-25T00:48:19.535Z[ host-image] May 25 00:48:18.522 INFO O| May 25 00:48:18.522 INFO O| Planning: Fetching manifests: 0/6 0% complete
41542024-05-25T00:48:19.796Z[ host-image] May 25 00:48:18.784 INFO O| May 25 00:48:18.784 INFO O| Planning: Fetching manifests: 6/6 100% complete
41552024-05-25T00:48:19.875Z[ host-image] May 25 00:48:18.864 INFO O| May 25 00:48:18.863 INFO O| Planning: Package planning ... Done
41562024-05-25T00:48:19.930Z[ host-image] May 25 00:48:18.918 INFO O| May 25 00:48:18.918 INFO O| Planning: Merging actions ... Done
41572024-05-25T00:48:20.135Z[ host-image] May 25 00:48:19.124 INFO O| May 25 00:48:19.124 INFO O| Planning: Checking for conflicting actions ... Done
41582024-05-25T00:48:20.143Z[ host-image] May 25 00:48:19.132 INFO O| May 25 00:48:19.132 INFO O| Planning: Consolidating action changes ... Done
41592024-05-25T00:48:20.633Z[ host-image] May 25 00:48:19.621 INFO O| May 25 00:48:19.621 INFO O| Planning: Evaluating mediators ... Done
41602024-05-25T00:48:20.653Z[ host-image] May 25 00:48:19.641 INFO O| May 25 00:48:19.641 INFO O| Planning: Planning completed in 3.85 seconds
41612024-05-25T00:48:20.656Z[ host-image] May 25 00:48:19.644 INFO O| May 25 00:48:19.644 INFO O| Packages to install: 6
41622024-05-25T00:48:20.656Z[ host-image] May 25 00:48:19.644 INFO O| May 25 00:48:19.644 INFO O| Mediators to change: 1
41632024-05-25T00:48:20.656Z[ host-image] May 25 00:48:19.644 INFO O| May 25 00:48:19.644 INFO O| Services to change: 1
41642024-05-25T00:48:20.680Z[ host-image] May 25 00:48:19.669 INFO O| May 25 00:48:19.669 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
41652024-05-25T00:48:21.836Z[ recovery-image] May 25 00:48:20.824 INFO O| May 25 00:48:20.824 INFO O| Planning: Solver setup ... Done
41662024-05-25T00:48:21.842Z[ recovery-image] May 25 00:48:20.830 INFO O| May 25 00:48:20.830 INFO O| Planning: Running solver ... Done
41672024-05-25T00:48:21.887Z[ recovery-image] May 25 00:48:20.874 INFO O| May 25 00:48:20.874 INFO O| Planning: Finding local manifests ... Done
41682024-05-25T00:48:21.890Z[ recovery-image] May 25 00:48:20.875 INFO O| May 25 00:48:20.875 INFO O| Planning: Fetching manifests: 0/1 0% complete
41692024-05-25T00:48:21.987Z[ recovery-image] May 25 00:48:20.974 INFO O| May 25 00:48:20.974 INFO O| Planning: Fetching manifests: 1/1 100% complete
41702024-05-25T00:48:22.020Z[ recovery-image] May 25 00:48:21.007 INFO O| May 25 00:48:21.007 INFO O| Planning: Package planning ... Done
41712024-05-25T00:48:22.023Z[ recovery-image] May 25 00:48:21.008 INFO O| May 25 00:48:21.008 INFO O| Planning: Merging actions ... Done
41722024-05-25T00:48:22.088Z[ recovery-image] May 25 00:48:21.076 INFO O| May 25 00:48:21.076 INFO O| Planning: Checking for conflicting actions ... Done
41732024-05-25T00:48:22.091Z[ recovery-image] May 25 00:48:21.077 INFO O| May 25 00:48:21.077 INFO O| Planning: Consolidating action changes ... Done
41742024-05-25T00:48:22.347Z[ recovery-image] May 25 00:48:21.335 INFO O| May 25 00:48:21.335 INFO O| Planning: Evaluating mediators ... Done
41752024-05-25T00:48:22.350Z[ recovery-image] May 25 00:48:21.336 INFO O| May 25 00:48:21.336 INFO O| Planning: Planning completed in 3.09 seconds
41762024-05-25T00:48:22.350Z[ recovery-image] May 25 00:48:21.338 INFO O| May 25 00:48:21.338 INFO O| Packages to install: 1
41772024-05-25T00:48:22.369Z[ recovery-image] May 25 00:48:21.357 INFO O| May 25 00:48:21.357 INFO O| Download: 0/4 items 0.0/18.1MB 0% complete
41782024-05-25T00:48:22.921Z[ recovery-image] May 25 00:48:21.909 INFO O| May 25 00:48:21.908 INFO O| Download: Completed 18.11 MB in 0.55 seconds (32.9M/s)
41792024-05-25T00:48:23.014Z[ recovery-image] May 25 00:48:22.002 INFO O| May 25 00:48:22.002 INFO O| Actions: 1/22 actions (Installing new actions)
41802024-05-25T00:48:23.705Z[ recovery-image] May 25 00:48:22.692 INFO O| May 25 00:48:22.692 INFO O| Actions: Completed 22 actions in 0.69 seconds.
41812024-05-25T00:48:23.918Z[ recovery-image] May 25 00:48:22.905 INFO O| May 25 00:48:22.905 INFO O| Done
41822024-05-25T00:48:23.918Z[ recovery-image] May 25 00:48:22.905 INFO O| May 25 00:48:22.905 INFO O| Done
41832024-05-25T00:48:24.585Z[ recovery-image] May 25 00:48:23.573 INFO O| May 25 00:48:23.572 INFO O| Done
41842024-05-25T00:48:25.751Z[ host-image] May 25 00:48:24.669 INFO O| May 25 00:48:24.669 INFO O| Download: 1103/1140 items 6.2/8.4MB 73% complete (1.1M/s)
41852024-05-25T00:48:26.238Z[ recovery-image] May 25 00:48:25.225 INFO O| May 25 00:48:25.225 INFO O| Done
41862024-05-25T00:48:26.274Z[ recovery-image] May 25 00:48:25.260 INFO O| May 25 00:48:25.260 INFO O| Done
41872024-05-25T00:48:26.278Z[ recovery-image] May 25 00:48:25.261 INFO O| May 25 00:48:25.261 INFO O| Done
41882024-05-25T00:48:26.293Z[ recovery-image] May 25 00:48:25.279 INFO O| May 25 00:48:25.279 INFO O| Done
41892024-05-25T00:48:26.460Z[ recovery-image] May 25 00:48:25.447 INFO O| May 25 00:48:25.446 INFO STEP 14 (pkg_install) COMPLETE
41902024-05-25T00:48:26.460Z[ recovery-image] May 25 00:48:25.447 INFO O| May 25 00:48:25.447 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41912024-05-25T00:48:26.464Z[ recovery-image] May 25 00:48:25.447 INFO O| May 25 00:48:25.447 INFO skip step because feature "mfg" is not enabled
41922024-05-25T00:48:26.464Z[ recovery-image] May 25 00:48:25.447 INFO O| May 25 00:48:25.447 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41932024-05-25T00:48:26.464Z[ recovery-image] May 25 00:48:25.447 INFO O| May 25 00:48:25.447 INFO skip step because feature "compliance" is not enabled
41942024-05-25T00:48:26.464Z[ recovery-image] May 25 00:48:25.447 INFO O| May 25 00:48:25.447 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41952024-05-25T00:48:26.464Z[ recovery-image] May 25 00:48:25.447 INFO O| May 25 00:48:25.447 INFO skip step because feature "stress" is not enabled
41962024-05-25T00:48:26.464Z[ recovery-image] May 25 00:48:25.447 INFO O| May 25 00:48:25.447 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41972024-05-25T00:48:26.464Z[ recovery-image] May 25 00:48:25.447 INFO O| May 25 00:48:25.447 INFO skip step because feature "nfs" is not enabled
41982024-05-25T00:48:26.464Z[ recovery-image] May 25 00:48:25.447 INFO O| May 25 00:48:25.447 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41992024-05-25T00:48:26.464Z[ recovery-image] May 25 00:48:25.447 INFO O| May 25 00:48:25.447 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42002024-05-25T00:48:26.559Z[ host-image] May 25 00:48:25.545 INFO O| May 25 00:48:25.545 INFO O| Download: Completed 8.42 MB in 5.88 seconds (1.4M/s)
42012024-05-25T00:48:26.563Z[ recovery-image] May 25 00:48:25.545 INFO O| May 25 00:48:25.545 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
42022024-05-25T00:48:26.688Z[ host-image] May 25 00:48:25.675 INFO O| May 25 00:48:25.674 INFO O| Actions: 1/1361 actions (Installing new actions)
42032024-05-25T00:48:26.714Z[ recovery-image] May 25 00:48:25.701 INFO O| May 25 00:48:25.701 INFO completed processing gimlet/ramdisk-01-os
42042024-05-25T00:48:26.718Z[ recovery-image] May 25 00:48:25.704 INFO image builder template: ramdisk-02-trim...
42052024-05-25T00:48:26.718Z[ recovery-image] May 25 00:48:25.704 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/.tmpLmHmvV/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.29.250", "-n", "ramdisk-02-trim"], pwd: None
42062024-05-25T00:48:26.756Z[ recovery-image] May 25 00:48:25.742 INFO O| May 25 00:48:25.742 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42072024-05-25T00:48:26.763Z[ recovery-image] May 25 00:48:25.749 INFO O| May 25 00:48:25.749 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42082024-05-25T00:48:26.840Z[ recovery-image] May 25 00:48:25.827 INFO O| May 25 00:48:25.827 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
42092024-05-25T00:48:27.005Z[ recovery-image] May 25 00:48:25.991 INFO O| May 25 00:48:25.991 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42102024-05-25T00:48:27.009Z[ recovery-image] May 25 00:48:25.991 INFO O| May 25 00:48:25.991 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42112024-05-25T00:48:27.017Z[ recovery-image] May 25 00:48:26.004 INFO O| May 25 00:48:26.003 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42122024-05-25T00:48:27.091Z[ recovery-image] May 25 00:48:26.077 INFO O| May 25 00:48:26.077 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
42132024-05-25T00:48:27.129Z[ recovery-image] May 25 00:48:26.115 INFO O| May 25 00:48:26.115 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42142024-05-25T00:48:27.460Z[ host-image] May 25 00:48:26.446 INFO O| May 25 00:48:26.446 INFO O| Actions: Completed 1361 actions in 0.77 seconds.
42152024-05-25T00:48:27.536Z[ recovery-image] May 25 00:48:26.522 INFO O| May 25 00:48:26.522 INFO rolled back to input snapshot; work may begin
42162024-05-25T00:48:27.536Z[ recovery-image] May 25 00:48:26.522 INFO O| May 25 00:48:26.522 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42172024-05-25T00:48:27.549Z[ recovery-image] May 25 00:48:26.536 INFO O| May 25 00:48:26.536 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42182024-05-25T00:48:27.569Z[ recovery-image] May 25 00:48:26.555 INFO O| May 25 00:48:26.555 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
42192024-05-25T00:48:27.703Z[ recovery-image] May 25 00:48:26.689 INFO O| May 25 00:48:26.689 INFO STEP 0 (remove_files) COMPLETE
42202024-05-25T00:48:27.703Z[ recovery-image] May 25 00:48:26.689 INFO O| May 25 00:48:26.689 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42212024-05-25T00:48:27.742Z[ recovery-image] May 25 00:48:26.728 INFO O| May 25 00:48:26.728 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
42222024-05-25T00:48:27.746Z[ recovery-image] May 25 00:48:26.731 INFO O| May 25 00:48:26.731 INFO STEP 1 (remove_files) COMPLETE
42232024-05-25T00:48:27.747Z[ recovery-image] May 25 00:48:26.731 INFO O| May 25 00:48:26.731 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42242024-05-25T00:48:27.766Z[ recovery-image] May 25 00:48:26.752 INFO O| May 25 00:48:26.752 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
42252024-05-25T00:48:27.788Z[ recovery-image] May 25 00:48:26.775 INFO O| May 25 00:48:26.775 INFO STEP 2 (remove_files) COMPLETE
42262024-05-25T00:48:27.789Z[ recovery-image] May 25 00:48:26.775 INFO O| May 25 00:48:26.775 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42272024-05-25T00:48:27.806Z[ host-image] May 25 00:48:26.790 INFO O| May 25 00:48:26.789 INFO O| Done
42282024-05-25T00:48:27.806Z[ host-image] May 25 00:48:26.790 INFO O| May 25 00:48:26.789 INFO O| Done
42292024-05-25T00:48:27.829Z[ recovery-image] May 25 00:48:26.816 INFO O| May 25 00:48:26.816 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
42302024-05-25T00:48:27.833Z[ recovery-image] May 25 00:48:26.818 INFO O| May 25 00:48:26.818 INFO STEP 3 (remove_files) COMPLETE
42312024-05-25T00:48:27.833Z[ recovery-image] May 25 00:48:26.818 INFO O| May 25 00:48:26.818 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322024-05-25T00:48:27.875Z[ recovery-image] May 25 00:48:26.862 INFO O| May 25 00:48:26.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
42332024-05-25T00:48:27.882Z[ recovery-image] May 25 00:48:26.869 INFO O| May 25 00:48:26.869 INFO STEP 4 (remove_files) COMPLETE
42342024-05-25T00:48:27.886Z[ recovery-image] May 25 00:48:26.869 INFO O| May 25 00:48:26.869 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-05-25T00:48:27.905Z[ recovery-image] May 25 00:48:26.891 INFO O| May 25 00:48:26.890 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
42362024-05-25T00:48:27.908Z[ recovery-image] May 25 00:48:26.891 INFO O| May 25 00:48:26.891 INFO STEP 5 (remove_files) COMPLETE
42372024-05-25T00:48:27.908Z[ recovery-image] May 25 00:48:26.891 INFO O| May 25 00:48:26.891 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-05-25T00:48:27.942Z[ recovery-image] May 25 00:48:26.929 INFO O| May 25 00:48:26.929 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
42392024-05-25T00:48:27.958Z[ recovery-image] May 25 00:48:26.944 INFO O| May 25 00:48:26.944 INFO STEP 6 (remove_files) COMPLETE
42402024-05-25T00:48:27.958Z[ recovery-image] May 25 00:48:26.944 INFO O| May 25 00:48:26.944 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-05-25T00:48:27.958Z[ recovery-image] May 25 00:48:26.944 INFO O| May 25 00:48:26.944 INFO skip step because feature "recovery" is enabled
42422024-05-25T00:48:27.962Z[ recovery-image] May 25 00:48:26.944 INFO O| May 25 00:48:26.944 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42432024-05-25T00:48:27.963Z[ recovery-image] May 25 00:48:26.944 INFO O| May 25 00:48:26.944 INFO skip step because feature "recovery" is enabled
42442024-05-25T00:48:27.963Z[ recovery-image] May 25 00:48:26.944 INFO O| May 25 00:48:26.944 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42452024-05-25T00:48:27.963Z[ recovery-image] May 25 00:48:26.944 INFO O| May 25 00:48:26.944 INFO skip step because feature "recovery" is enabled
42462024-05-25T00:48:27.963Z[ recovery-image] May 25 00:48:26.944 INFO O| May 25 00:48:26.944 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472024-05-25T00:48:28.015Z[ recovery-image] May 25 00:48:27.002 INFO O| May 25 00:48:27.001 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
42482024-05-25T00:48:28.021Z[ recovery-image] May 25 00:48:27.007 INFO O| May 25 00:48:27.007 INFO STEP 10 (remove_files) COMPLETE
42492024-05-25T00:48:28.021Z[ recovery-image] May 25 00:48:27.007 INFO O| May 25 00:48:27.007 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-05-25T00:48:28.075Z[ recovery-image] May 25 00:48:27.060 INFO O| May 25 00:48:27.060 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
42512024-05-25T00:48:28.079Z[ recovery-image] May 25 00:48:27.062 INFO O| May 25 00:48:27.061 INFO STEP 11 (remove_files) COMPLETE
42522024-05-25T00:48:28.079Z[ recovery-image] May 25 00:48:27.062 INFO O| May 25 00:48:27.062 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532024-05-25T00:48:28.094Z[ recovery-image] May 25 00:48:27.080 INFO O| May 25 00:48:27.080 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
42542024-05-25T00:48:28.099Z[ recovery-image] May 25 00:48:27.083 INFO O| May 25 00:48:27.083 INFO STEP 12 (remove_files) COMPLETE
42552024-05-25T00:48:28.099Z[ recovery-image] May 25 00:48:27.083 INFO O| May 25 00:48:27.083 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562024-05-25T00:48:28.118Z[ recovery-image] May 25 00:48:27.103 INFO O| May 25 00:48:27.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
42572024-05-25T00:48:28.273Z[ recovery-image] May 25 00:48:27.258 INFO O| May 25 00:48:27.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
42582024-05-25T00:48:28.289Z[ recovery-image] May 25 00:48:27.275 INFO O| May 25 00:48:27.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
42592024-05-25T00:48:28.323Z[ recovery-image] May 25 00:48:27.288 INFO O| May 25 00:48:27.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
42602024-05-25T00:48:28.343Z[ recovery-image] May 25 00:48:27.292 INFO O| May 25 00:48:27.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
42612024-05-25T00:48:28.556Z[ host-image] May 25 00:48:27.543 INFO O| May 25 00:48:27.543 INFO O| Done
42622024-05-25T00:48:28.671Z[ recovery-image] May 25 00:48:27.656 INFO O| May 25 00:48:27.656 INFO STEP 13 (remove_files) COMPLETE
42632024-05-25T00:48:28.671Z[ recovery-image] May 25 00:48:27.656 INFO O| May 25 00:48:27.656 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42642024-05-25T00:48:28.730Z[ recovery-image] May 25 00:48:27.716 INFO O| May 25 00:48:27.716 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
42652024-05-25T00:48:28.736Z[ recovery-image] May 25 00:48:27.718 INFO O| May 25 00:48:27.718 INFO STEP 14 (remove_files) COMPLETE
42662024-05-25T00:48:28.736Z[ recovery-image] May 25 00:48:27.718 INFO O| May 25 00:48:27.718 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42672024-05-25T00:48:28.791Z[ recovery-image] May 25 00:48:27.778 INFO O| May 25 00:48:27.778 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
42682024-05-25T00:48:28.804Z[ recovery-image] May 25 00:48:27.788 INFO O| May 25 00:48:27.788 INFO STEP 15 (remove_files) COMPLETE
42692024-05-25T00:48:28.804Z[ recovery-image] May 25 00:48:27.788 INFO O| May 25 00:48:27.788 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42702024-05-25T00:48:28.879Z[ recovery-image] May 25 00:48:27.865 INFO O| May 25 00:48:27.865 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
42712024-05-25T00:48:28.883Z[ recovery-image] May 25 00:48:27.865 INFO O| May 25 00:48:27.865 INFO STEP 16 (remove_files) COMPLETE
42722024-05-25T00:48:28.883Z[ recovery-image] May 25 00:48:27.865 INFO O| May 25 00:48:27.865 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42732024-05-25T00:48:28.925Z[ recovery-image] May 25 00:48:27.910 INFO O| May 25 00:48:27.910 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
42742024-05-25T00:48:28.928Z[ recovery-image] May 25 00:48:27.912 INFO O| May 25 00:48:27.912 INFO STEP 17 (remove_files) COMPLETE
42752024-05-25T00:48:28.929Z[ recovery-image] May 25 00:48:27.912 INFO O| May 25 00:48:27.912 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42762024-05-25T00:48:28.969Z[ recovery-image] May 25 00:48:27.954 INFO O| May 25 00:48:27.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
42772024-05-25T00:48:28.969Z[ recovery-image] May 25 00:48:27.954 INFO O| May 25 00:48:27.954 INFO STEP 18 (remove_files) COMPLETE
42782024-05-25T00:48:28.973Z[ recovery-image] May 25 00:48:27.954 INFO O| May 25 00:48:27.954 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42792024-05-25T00:48:29.046Z[ recovery-image] May 25 00:48:28.031 INFO O| May 25 00:48:28.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
42802024-05-25T00:48:29.046Z[ recovery-image] May 25 00:48:28.032 INFO O| May 25 00:48:28.031 INFO STEP 19 (remove_files) COMPLETE
42812024-05-25T00:48:29.046Z[ recovery-image] May 25 00:48:28.032 INFO O| May 25 00:48:28.032 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42822024-05-25T00:48:29.082Z[ recovery-image] May 25 00:48:28.067 INFO O| May 25 00:48:28.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
42832024-05-25T00:48:29.082Z[ recovery-image] May 25 00:48:28.067 INFO O| May 25 00:48:28.067 INFO STEP 20 (remove_files) COMPLETE
42842024-05-25T00:48:29.086Z[ recovery-image] May 25 00:48:28.068 INFO O| May 25 00:48:28.067 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42852024-05-25T00:48:29.101Z[ recovery-image] May 25 00:48:28.087 INFO O| May 25 00:48:28.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
42862024-05-25T00:48:29.101Z[ recovery-image] May 25 00:48:28.087 INFO O| May 25 00:48:28.087 INFO STEP 21 (remove_files) COMPLETE
42872024-05-25T00:48:29.105Z[ recovery-image] May 25 00:48:28.087 INFO O| May 25 00:48:28.087 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42882024-05-25T00:48:29.130Z[ recovery-image] May 25 00:48:28.116 INFO O| May 25 00:48:28.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
42892024-05-25T00:48:29.135Z[ recovery-image] May 25 00:48:28.117 INFO O| May 25 00:48:28.116 INFO STEP 22 (remove_files) COMPLETE
42902024-05-25T00:48:29.135Z[ recovery-image] May 25 00:48:28.117 INFO O| May 25 00:48:28.117 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42912024-05-25T00:48:29.153Z[ recovery-image] May 25 00:48:28.138 INFO O| May 25 00:48:28.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
42922024-05-25T00:48:29.153Z[ recovery-image] May 25 00:48:28.138 INFO O| May 25 00:48:28.138 INFO STEP 23 (remove_files) COMPLETE
42932024-05-25T00:48:29.153Z[ recovery-image] May 25 00:48:28.138 INFO O| May 25 00:48:28.138 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42942024-05-25T00:48:29.177Z[ recovery-image] May 25 00:48:28.157 INFO O| May 25 00:48:28.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
42952024-05-25T00:48:29.178Z[ recovery-image] May 25 00:48:28.157 INFO O| May 25 00:48:28.157 INFO STEP 24 (remove_files) COMPLETE
42962024-05-25T00:48:29.182Z[ recovery-image] May 25 00:48:28.157 INFO O| May 25 00:48:28.157 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42972024-05-25T00:48:29.192Z[ recovery-image] May 25 00:48:28.176 INFO O| May 25 00:48:28.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
42982024-05-25T00:48:29.192Z[ recovery-image] May 25 00:48:28.176 INFO O| May 25 00:48:28.176 INFO STEP 25 (remove_files) COMPLETE
42992024-05-25T00:48:29.192Z[ recovery-image] May 25 00:48:28.176 INFO O| May 25 00:48:28.176 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43002024-05-25T00:48:29.232Z[ recovery-image] May 25 00:48:28.218 INFO O| May 25 00:48:28.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
43012024-05-25T00:48:29.232Z[ recovery-image] May 25 00:48:28.218 INFO O| May 25 00:48:28.218 INFO STEP 26 (remove_files) COMPLETE
43022024-05-25T00:48:29.233Z[ recovery-image] May 25 00:48:28.218 INFO O| May 25 00:48:28.218 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43032024-05-25T00:48:29.268Z[ recovery-image] May 25 00:48:28.254 INFO O| May 25 00:48:28.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
43042024-05-25T00:48:29.268Z[ recovery-image] May 25 00:48:28.254 INFO O| May 25 00:48:28.254 INFO STEP 27 (remove_files) COMPLETE
43052024-05-25T00:48:29.268Z[ recovery-image] May 25 00:48:28.254 INFO O| May 25 00:48:28.254 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43062024-05-25T00:48:29.288Z[ recovery-image] May 25 00:48:28.275 INFO O| May 25 00:48:28.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
43072024-05-25T00:48:29.288Z[ recovery-image] May 25 00:48:28.275 INFO O| May 25 00:48:28.275 INFO STEP 28 (remove_files) COMPLETE
43082024-05-25T00:48:29.289Z[ recovery-image] May 25 00:48:28.275 INFO O| May 25 00:48:28.275 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43092024-05-25T00:48:29.308Z[ recovery-image] May 25 00:48:28.294 INFO O| May 25 00:48:28.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
43102024-05-25T00:48:29.308Z[ recovery-image] May 25 00:48:28.294 INFO O| May 25 00:48:28.294 INFO STEP 29 (remove_files) COMPLETE
43112024-05-25T00:48:29.318Z[ recovery-image] May 25 00:48:28.294 INFO O| May 25 00:48:28.294 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43122024-05-25T00:48:29.327Z[ recovery-image] May 25 00:48:28.314 INFO O| May 25 00:48:28.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
43132024-05-25T00:48:29.328Z[ recovery-image] May 25 00:48:28.314 INFO O| May 25 00:48:28.314 INFO STEP 30 (remove_files) COMPLETE
43142024-05-25T00:48:29.328Z[ recovery-image] May 25 00:48:28.314 INFO O| May 25 00:48:28.314 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43152024-05-25T00:48:29.347Z[ recovery-image] May 25 00:48:28.333 INFO O| May 25 00:48:28.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
43162024-05-25T00:48:29.347Z[ recovery-image] May 25 00:48:28.333 INFO O| May 25 00:48:28.333 INFO STEP 31 (remove_files) COMPLETE
43172024-05-25T00:48:29.347Z[ recovery-image] May 25 00:48:28.333 INFO O| May 25 00:48:28.333 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43182024-05-25T00:48:29.373Z[ recovery-image] May 25 00:48:28.359 INFO O| May 25 00:48:28.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
43192024-05-25T00:48:29.381Z[ recovery-image] May 25 00:48:28.360 INFO O| May 25 00:48:28.359 INFO STEP 32 (remove_files) COMPLETE
43202024-05-25T00:48:29.381Z[ recovery-image] May 25 00:48:28.360 INFO O| May 25 00:48:28.360 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43212024-05-25T00:48:29.395Z[ recovery-image] May 25 00:48:28.381 INFO O| May 25 00:48:28.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
43222024-05-25T00:48:29.395Z[ recovery-image] May 25 00:48:28.381 INFO O| May 25 00:48:28.381 INFO STEP 33 (remove_files) COMPLETE
43232024-05-25T00:48:29.398Z[ recovery-image] May 25 00:48:28.381 INFO O| May 25 00:48:28.381 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43242024-05-25T00:48:29.458Z[ recovery-image] May 25 00:48:28.443 INFO O| May 25 00:48:28.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
43252024-05-25T00:48:29.458Z[ recovery-image] May 25 00:48:28.443 INFO O| May 25 00:48:28.443 INFO STEP 34 (remove_files) COMPLETE
43262024-05-25T00:48:29.458Z[ recovery-image] May 25 00:48:28.443 INFO O| May 25 00:48:28.443 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43272024-05-25T00:48:29.519Z[ recovery-image] May 25 00:48:28.504 INFO O| May 25 00:48:28.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
43282024-05-25T00:48:29.519Z[ recovery-image] May 25 00:48:28.504 INFO O| May 25 00:48:28.504 INFO STEP 35 (remove_files) COMPLETE
43292024-05-25T00:48:29.523Z[ recovery-image] May 25 00:48:28.505 INFO O| May 25 00:48:28.504 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43302024-05-25T00:48:29.549Z[ recovery-image] May 25 00:48:28.535 INFO O| May 25 00:48:28.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
43312024-05-25T00:48:29.549Z[ recovery-image] May 25 00:48:28.535 INFO O| May 25 00:48:28.535 INFO STEP 36 (remove_files) COMPLETE
43322024-05-25T00:48:29.549Z[ recovery-image] May 25 00:48:28.535 INFO O| May 25 00:48:28.535 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43332024-05-25T00:48:29.568Z[ recovery-image] May 25 00:48:28.554 INFO O| May 25 00:48:28.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
43342024-05-25T00:48:29.568Z[ recovery-image] May 25 00:48:28.554 INFO O| May 25 00:48:28.554 INFO STEP 37 (remove_files) COMPLETE
43352024-05-25T00:48:29.572Z[ recovery-image] May 25 00:48:28.554 INFO O| May 25 00:48:28.554 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43362024-05-25T00:48:29.608Z[ recovery-image] May 25 00:48:28.594 INFO O| May 25 00:48:28.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
43372024-05-25T00:48:29.608Z[ recovery-image] May 25 00:48:28.594 INFO O| May 25 00:48:28.594 INFO STEP 38 (remove_files) COMPLETE
43382024-05-25T00:48:29.608Z[ recovery-image] May 25 00:48:28.594 INFO O| May 25 00:48:28.594 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43392024-05-25T00:48:29.665Z[ recovery-image] May 25 00:48:28.651 INFO O| May 25 00:48:28.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
43402024-05-25T00:48:29.665Z[ recovery-image] May 25 00:48:28.651 INFO O| May 25 00:48:28.651 INFO STEP 39 (remove_files) COMPLETE
43412024-05-25T00:48:29.669Z[ recovery-image] May 25 00:48:28.651 INFO O| May 25 00:48:28.651 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43422024-05-25T00:48:29.683Z[ recovery-image] May 25 00:48:28.669 INFO O| May 25 00:48:28.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
43432024-05-25T00:48:29.684Z[ recovery-image] May 25 00:48:28.669 INFO O| May 25 00:48:28.669 INFO STEP 40 (remove_files) COMPLETE
43442024-05-25T00:48:29.684Z[ recovery-image] May 25 00:48:28.669 INFO O| May 25 00:48:28.669 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43452024-05-25T00:48:29.703Z[ recovery-image] May 25 00:48:28.688 INFO O| May 25 00:48:28.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
43462024-05-25T00:48:29.703Z[ recovery-image] May 25 00:48:28.689 INFO O| May 25 00:48:28.688 INFO STEP 41 (remove_files) COMPLETE
43472024-05-25T00:48:29.703Z[ recovery-image] May 25 00:48:28.689 INFO O| May 25 00:48:28.688 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43482024-05-25T00:48:29.721Z[ recovery-image] May 25 00:48:28.707 INFO O| May 25 00:48:28.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
43492024-05-25T00:48:29.722Z[ recovery-image] May 25 00:48:28.707 INFO O| May 25 00:48:28.707 INFO STEP 42 (remove_files) COMPLETE
43502024-05-25T00:48:29.722Z[ recovery-image] May 25 00:48:28.707 INFO O| May 25 00:48:28.707 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43512024-05-25T00:48:29.739Z[ recovery-image] May 25 00:48:28.725 INFO O| May 25 00:48:28.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
43522024-05-25T00:48:29.739Z[ recovery-image] May 25 00:48:28.725 INFO O| May 25 00:48:28.725 INFO STEP 43 (remove_files) COMPLETE
43532024-05-25T00:48:29.739Z[ recovery-image] May 25 00:48:28.725 INFO O| May 25 00:48:28.725 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43542024-05-25T00:48:29.797Z[ recovery-image] May 25 00:48:28.783 INFO O| May 25 00:48:28.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
43552024-05-25T00:48:29.797Z[ recovery-image] May 25 00:48:28.783 INFO O| May 25 00:48:28.783 INFO STEP 44 (remove_files) COMPLETE
43562024-05-25T00:48:29.800Z[ recovery-image] May 25 00:48:28.783 INFO O| May 25 00:48:28.783 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43572024-05-25T00:48:29.837Z[ recovery-image] May 25 00:48:28.823 INFO O| May 25 00:48:28.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
43582024-05-25T00:48:29.837Z[ recovery-image] May 25 00:48:28.823 INFO O| May 25 00:48:28.823 INFO STEP 45 (remove_files) COMPLETE
43592024-05-25T00:48:29.841Z[ recovery-image] May 25 00:48:28.823 INFO O| May 25 00:48:28.823 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43602024-05-25T00:48:29.867Z[ recovery-image] May 25 00:48:28.844 INFO O| May 25 00:48:28.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
43612024-05-25T00:48:29.868Z[ recovery-image] May 25 00:48:28.844 INFO O| May 25 00:48:28.844 INFO STEP 46 (remove_files) COMPLETE
43622024-05-25T00:48:29.868Z[ recovery-image] May 25 00:48:28.844 INFO O| May 25 00:48:28.844 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43632024-05-25T00:48:29.876Z[ recovery-image] May 25 00:48:28.862 INFO O| May 25 00:48:28.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
43642024-05-25T00:48:29.876Z[ recovery-image] May 25 00:48:28.862 INFO O| May 25 00:48:28.862 INFO STEP 47 (remove_files) COMPLETE
43652024-05-25T00:48:29.876Z[ recovery-image] May 25 00:48:28.862 INFO O| May 25 00:48:28.862 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43662024-05-25T00:48:29.895Z[ recovery-image] May 25 00:48:28.881 INFO O| May 25 00:48:28.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
43672024-05-25T00:48:29.895Z[ recovery-image] May 25 00:48:28.881 INFO O| May 25 00:48:28.881 INFO STEP 48 (remove_files) COMPLETE
43682024-05-25T00:48:29.899Z[ recovery-image] May 25 00:48:28.881 INFO O| May 25 00:48:28.881 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43692024-05-25T00:48:29.914Z[ recovery-image] May 25 00:48:28.900 INFO O| May 25 00:48:28.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
43702024-05-25T00:48:29.918Z[ recovery-image] May 25 00:48:28.901 INFO O| May 25 00:48:28.900 INFO STEP 49 (remove_files) COMPLETE
43712024-05-25T00:48:29.918Z[ recovery-image] May 25 00:48:28.901 INFO O| May 25 00:48:28.901 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43722024-05-25T00:48:29.946Z[ recovery-image] May 25 00:48:28.931 INFO O| May 25 00:48:28.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
43732024-05-25T00:48:29.950Z[ recovery-image] May 25 00:48:28.932 INFO O| May 25 00:48:28.931 INFO STEP 50 (remove_files) COMPLETE
43742024-05-25T00:48:29.950Z[ recovery-image] May 25 00:48:28.932 INFO O| May 25 00:48:28.932 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43752024-05-25T00:48:29.966Z[ recovery-image] May 25 00:48:28.952 INFO O| May 25 00:48:28.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
43762024-05-25T00:48:29.966Z[ recovery-image] May 25 00:48:28.952 INFO O| May 25 00:48:28.952 INFO STEP 51 (remove_files) COMPLETE
43772024-05-25T00:48:29.969Z[ recovery-image] May 25 00:48:28.952 INFO O| May 25 00:48:28.952 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43782024-05-25T00:48:29.986Z[ recovery-image] May 25 00:48:28.972 INFO O| May 25 00:48:28.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
43792024-05-25T00:48:29.989Z[ recovery-image] May 25 00:48:28.972 INFO O| May 25 00:48:28.972 INFO STEP 52 (remove_files) COMPLETE
43802024-05-25T00:48:29.989Z[ recovery-image] May 25 00:48:28.972 INFO O| May 25 00:48:28.972 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43812024-05-25T00:48:30.019Z[ recovery-image] May 25 00:48:29.005 INFO O| May 25 00:48:29.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
43822024-05-25T00:48:30.031Z[ recovery-image] May 25 00:48:29.005 INFO O| May 25 00:48:29.005 INFO STEP 53 (remove_files) COMPLETE
43832024-05-25T00:48:30.031Z[ recovery-image] May 25 00:48:29.005 INFO O| May 25 00:48:29.005 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43842024-05-25T00:48:30.040Z[ recovery-image] May 25 00:48:29.026 INFO O| May 25 00:48:29.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
43852024-05-25T00:48:30.043Z[ recovery-image] May 25 00:48:29.026 INFO O| May 25 00:48:29.026 INFO STEP 54 (remove_files) COMPLETE
43862024-05-25T00:48:30.043Z[ recovery-image] May 25 00:48:29.026 INFO O| May 25 00:48:29.026 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43872024-05-25T00:48:30.059Z[ recovery-image] May 25 00:48:29.045 INFO O| May 25 00:48:29.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
43882024-05-25T00:48:30.064Z[ recovery-image] May 25 00:48:29.045 INFO O| May 25 00:48:29.045 INFO STEP 55 (remove_files) COMPLETE
43892024-05-25T00:48:30.064Z[ recovery-image] May 25 00:48:29.045 INFO O| May 25 00:48:29.045 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43902024-05-25T00:48:30.141Z[ recovery-image] May 25 00:48:29.127 INFO O| May 25 00:48:29.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
43912024-05-25T00:48:30.146Z[ recovery-image] May 25 00:48:29.127 INFO O| May 25 00:48:29.127 INFO STEP 56 (remove_files) COMPLETE
43922024-05-25T00:48:30.146Z[ recovery-image] May 25 00:48:29.127 INFO O| May 25 00:48:29.127 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43932024-05-25T00:48:30.161Z[ recovery-image] May 25 00:48:29.147 INFO O| May 25 00:48:29.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
43942024-05-25T00:48:30.180Z[ recovery-image] May 25 00:48:29.147 INFO O| May 25 00:48:29.147 INFO STEP 57 (remove_files) COMPLETE
43952024-05-25T00:48:30.180Z[ recovery-image] May 25 00:48:29.147 INFO O| May 25 00:48:29.147 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43962024-05-25T00:48:30.203Z[ recovery-image] May 25 00:48:29.189 INFO O| May 25 00:48:29.189 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
43972024-05-25T00:48:30.207Z[ recovery-image] May 25 00:48:29.189 INFO O| May 25 00:48:29.189 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43982024-05-25T00:48:30.207Z[ recovery-image] May 25 00:48:29.189 INFO O| May 25 00:48:29.189 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43992024-05-25T00:48:30.207Z[ recovery-image] May 25 00:48:29.189 INFO O| May 25 00:48:29.189 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44002024-05-25T00:48:30.207Z[ recovery-image] May 25 00:48:29.189 INFO O| May 25 00:48:29.189 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44012024-05-25T00:48:30.207Z[ recovery-image] May 25 00:48:29.189 INFO O| May 25 00:48:29.189 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44022024-05-25T00:48:30.208Z[ recovery-image] May 25 00:48:29.190 INFO O| May 25 00:48:29.189 INFO ok!
44032024-05-25T00:48:30.208Z[ recovery-image] May 25 00:48:29.190 INFO O| May 25 00:48:29.189 INFO STEP 58 (ensure_file) COMPLETE
44042024-05-25T00:48:30.208Z[ recovery-image] May 25 00:48:29.190 INFO O| May 25 00:48:29.190 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44052024-05-25T00:48:30.245Z[ recovery-image] May 25 00:48:29.230 INFO O| May 25 00:48:29.230 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
44062024-05-25T00:48:30.246Z[ recovery-image] May 25 00:48:29.230 INFO O| May 25 00:48:29.230 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
44072024-05-25T00:48:30.250Z[ recovery-image] May 25 00:48:29.231 INFO O| May 25 00:48:29.231 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44082024-05-25T00:48:30.250Z[ recovery-image] May 25 00:48:29.231 INFO O| May 25 00:48:29.231 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44092024-05-25T00:48:30.250Z[ recovery-image] May 25 00:48:29.231 INFO O| May 25 00:48:29.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44102024-05-25T00:48:30.250Z[ recovery-image] May 25 00:48:29.231 INFO O| May 25 00:48:29.231 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44112024-05-25T00:48:30.250Z[ recovery-image] May 25 00:48:29.231 INFO O| May 25 00:48:29.231 INFO ok!
44122024-05-25T00:48:30.250Z[ recovery-image] May 25 00:48:29.231 INFO O| May 25 00:48:29.231 INFO STEP 59 (ensure_file) COMPLETE
44132024-05-25T00:48:30.250Z[ recovery-image] May 25 00:48:29.231 INFO O| May 25 00:48:29.231 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44142024-05-25T00:48:30.304Z[ recovery-image] May 25 00:48:29.290 INFO O| May 25 00:48:29.289 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
44152024-05-25T00:48:30.305Z[ recovery-image] May 25 00:48:29.290 INFO O| May 25 00:48:29.290 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
44162024-05-25T00:48:30.305Z[ recovery-image] May 25 00:48:29.290 INFO O| May 25 00:48:29.290 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
44172024-05-25T00:48:30.308Z[ recovery-image] May 25 00:48:29.290 INFO O| May 25 00:48:29.290 INFO ok!
44182024-05-25T00:48:30.308Z[ recovery-image] May 25 00:48:29.290 INFO O| May 25 00:48:29.290 INFO STEP 60 (ensure_file) COMPLETE
44192024-05-25T00:48:30.309Z[ recovery-image] May 25 00:48:29.290 INFO O| May 25 00:48:29.290 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44202024-05-25T00:48:30.329Z[ recovery-image] May 25 00:48:29.314 INFO O| May 25 00:48:29.314 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
44212024-05-25T00:48:30.329Z[ recovery-image] May 25 00:48:29.315 INFO O| May 25 00:48:29.314 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
44222024-05-25T00:48:30.329Z[ recovery-image] May 25 00:48:29.315 INFO O| May 25 00:48:29.315 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
44232024-05-25T00:48:30.332Z[ recovery-image] May 25 00:48:29.315 INFO O| May 25 00:48:29.315 INFO ok!
44242024-05-25T00:48:30.333Z[ recovery-image] May 25 00:48:29.315 INFO O| May 25 00:48:29.315 INFO STEP 61 (ensure_file) COMPLETE
44252024-05-25T00:48:30.333Z[ recovery-image] May 25 00:48:29.315 INFO O| May 25 00:48:29.315 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44262024-05-25T00:48:30.388Z[ recovery-image] May 25 00:48:29.374 INFO O| May 25 00:48:29.373 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
44272024-05-25T00:48:30.389Z[ recovery-image] May 25 00:48:29.374 INFO O| May 25 00:48:29.374 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
44282024-05-25T00:48:30.389Z[ recovery-image] May 25 00:48:29.374 INFO O| May 25 00:48:29.374 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44292024-05-25T00:48:30.399Z[ recovery-image] May 25 00:48:29.374 INFO O| May 25 00:48:29.374 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44302024-05-25T00:48:30.399Z[ recovery-image] May 25 00:48:29.374 INFO O| May 25 00:48:29.374 INFO ok!
44312024-05-25T00:48:30.399Z[ recovery-image] May 25 00:48:29.374 INFO O| May 25 00:48:29.374 INFO STEP 62 (ensure_file) COMPLETE
44322024-05-25T00:48:30.400Z[ recovery-image] May 25 00:48:29.374 INFO O| May 25 00:48:29.374 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44332024-05-25T00:48:30.416Z[ recovery-image] May 25 00:48:29.401 INFO O| May 25 00:48:29.401 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
44342024-05-25T00:48:30.416Z[ recovery-image] May 25 00:48:29.401 INFO O| May 25 00:48:29.401 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
44352024-05-25T00:48:30.420Z[ recovery-image] May 25 00:48:29.402 INFO O| May 25 00:48:29.401 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44362024-05-25T00:48:30.420Z[ recovery-image] May 25 00:48:29.402 INFO O| May 25 00:48:29.402 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44372024-05-25T00:48:30.420Z[ recovery-image] May 25 00:48:29.402 INFO O| May 25 00:48:29.402 INFO ok!
44382024-05-25T00:48:30.420Z[ recovery-image] May 25 00:48:29.402 INFO O| May 25 00:48:29.402 INFO STEP 63 (ensure_file) COMPLETE
44392024-05-25T00:48:30.420Z[ recovery-image] May 25 00:48:29.402 INFO O| May 25 00:48:29.402 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44402024-05-25T00:48:30.435Z[ recovery-image] May 25 00:48:29.420 INFO O| May 25 00:48:29.420 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
44412024-05-25T00:48:30.435Z[ recovery-image] May 25 00:48:29.420 INFO O| May 25 00:48:29.420 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
44422024-05-25T00:48:30.446Z[ recovery-image] May 25 00:48:29.420 INFO O| May 25 00:48:29.420 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
44432024-05-25T00:48:30.446Z[ recovery-image] May 25 00:48:29.420 INFO O| May 25 00:48:29.420 INFO ok!
44442024-05-25T00:48:30.446Z[ recovery-image] May 25 00:48:29.420 INFO O| May 25 00:48:29.420 INFO STEP 64 (assemble_files) COMPLETE
44452024-05-25T00:48:30.446Z[ recovery-image] May 25 00:48:29.421 INFO O| May 25 00:48:29.420 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44462024-05-25T00:48:30.458Z[ recovery-image] May 25 00:48:29.440 INFO O| May 25 00:48:29.440 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
44472024-05-25T00:48:30.458Z[ recovery-image] May 25 00:48:29.440 INFO O| May 25 00:48:29.440 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
44482024-05-25T00:48:30.458Z[ recovery-image] May 25 00:48:29.440 INFO O| May 25 00:48:29.440 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44492024-05-25T00:48:30.458Z[ recovery-image] May 25 00:48:29.440 INFO O| May 25 00:48:29.440 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44502024-05-25T00:48:30.458Z[ recovery-image] May 25 00:48:29.440 INFO O| May 25 00:48:29.440 INFO ok!
44512024-05-25T00:48:30.458Z[ recovery-image] May 25 00:48:29.440 INFO O| May 25 00:48:29.440 INFO STEP 65 (ensure_file) COMPLETE
44522024-05-25T00:48:30.459Z[ recovery-image] May 25 00:48:29.441 INFO O| May 25 00:48:29.440 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44532024-05-25T00:48:30.459Z[ recovery-image] May 25 00:48:29.441 INFO O| May 25 00:48:29.441 INFO skip step because feature "omicron1" is not enabled
44542024-05-25T00:48:30.459Z[ recovery-image] May 25 00:48:29.441 INFO O| May 25 00:48:29.441 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44552024-05-25T00:48:30.459Z[ recovery-image] May 25 00:48:29.441 INFO O| May 25 00:48:29.441 INFO skip step because feature "omicron1" is not enabled
44562024-05-25T00:48:30.459Z[ recovery-image] May 25 00:48:29.441 INFO O| May 25 00:48:29.441 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44572024-05-25T00:48:30.459Z[ recovery-image] May 25 00:48:29.441 INFO O| May 25 00:48:29.441 INFO skip step because feature "omicron1" is not enabled
44582024-05-25T00:48:30.459Z[ recovery-image] May 25 00:48:29.441 INFO O| May 25 00:48:29.441 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44592024-05-25T00:48:30.486Z[ recovery-image] May 25 00:48:29.470 INFO O| May 25 00:48:29.470 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
44602024-05-25T00:48:30.486Z[ recovery-image] May 25 00:48:29.470 INFO O| May 25 00:48:29.470 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
44612024-05-25T00:48:31.426Z[ host-image] May 25 00:48:30.411 INFO O| May 25 00:48:30.410 INFO O| Done
44622024-05-25T00:48:31.466Z[ host-image] May 25 00:48:30.452 INFO O| May 25 00:48:30.452 INFO O| Done
44632024-05-25T00:48:31.471Z[ host-image] May 25 00:48:30.452 INFO O| May 25 00:48:30.452 INFO O| Done
44642024-05-25T00:48:31.591Z[ host-image] May 25 00:48:30.576 INFO O| May 25 00:48:30.576 INFO O| Done
44652024-05-25T00:48:31.777Z[ host-image] May 25 00:48:30.762 INFO O| May 25 00:48:30.762 INFO STEP 13 (pkg_install) COMPLETE
44662024-05-25T00:48:31.777Z[ host-image] May 25 00:48:30.762 INFO O| May 25 00:48:30.762 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
44672024-05-25T00:48:31.794Z[ host-image] May 25 00:48:30.780 INFO O| May 25 00:48:30.780 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.29.250"]
44682024-05-25T00:48:33.116Z[ host-image] May 25 00:48:32.100 INFO O| May 25 00:48:32.100 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44692024-05-25T00:48:33.334Z[ recovery-image] May 25 00:48:32.318 INFO O| May 25 00:48:32.318 INFO STEP 69 (pack_tar) COMPLETE
44702024-05-25T00:48:33.334Z[ recovery-image] May 25 00:48:32.318 INFO O| May 25 00:48:32.318 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44712024-05-25T00:48:33.338Z[ recovery-image] May 25 00:48:32.318 INFO O| May 25 00:48:32.318 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44722024-05-25T00:48:33.550Z[ recovery-image] May 25 00:48:32.534 INFO O| May 25 00:48:32.534 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
44732024-05-25T00:48:33.676Z[ recovery-image] May 25 00:48:32.661 INFO O| May 25 00:48:32.661 INFO completed processing gimlet/ramdisk-02-trim
44742024-05-25T00:48:33.680Z[ recovery-image] May 25 00:48:32.664 INFO image builder template: ramdisk-03-recovery-trim...
44752024-05-25T00:48:33.680Z[ recovery-image] May 25 00:48:32.664 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/.tmpLmHmvV/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.29.250", "-n", "ramdisk-03-recovery-trim"], pwd: None
44762024-05-25T00:48:33.809Z[ recovery-image] May 25 00:48:32.794 INFO O| May 25 00:48:32.793 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44772024-05-25T00:48:33.816Z[ recovery-image] May 25 00:48:32.802 INFO O| May 25 00:48:32.802 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44782024-05-25T00:48:33.919Z[ recovery-image] May 25 00:48:32.904 INFO O| May 25 00:48:32.904 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
44792024-05-25T00:48:34.007Z[ recovery-image] May 25 00:48:32.991 INFO O| May 25 00:48:32.991 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44802024-05-25T00:48:34.011Z[ recovery-image] May 25 00:48:32.992 INFO O| May 25 00:48:32.992 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
44812024-05-25T00:48:34.024Z[ recovery-image] May 25 00:48:33.009 INFO O| May 25 00:48:33.009 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
44822024-05-25T00:48:34.032Z[ recovery-image] May 25 00:48:33.017 INFO O| May 25 00:48:33.017 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44832024-05-25T00:48:34.044Z[ recovery-image] May 25 00:48:33.029 INFO O| May 25 00:48:33.029 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44842024-05-25T00:48:34.501Z[ recovery-image] May 25 00:48:33.485 INFO O| May 25 00:48:33.485 INFO rolled back to input snapshot; work may begin
44852024-05-25T00:48:34.501Z[ recovery-image] May 25 00:48:33.485 INFO O| May 25 00:48:33.485 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44862024-05-25T00:48:34.522Z[ recovery-image] May 25 00:48:33.506 INFO O| May 25 00:48:33.506 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-05-25T00:48:34.544Z[ recovery-image] May 25 00:48:33.529 INFO O| May 25 00:48:33.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
44882024-05-25T00:48:34.563Z[ recovery-image] May 25 00:48:33.548 INFO O| May 25 00:48:33.548 INFO STEP 0 (remove_files) COMPLETE
44892024-05-25T00:48:34.564Z[ recovery-image] May 25 00:48:33.548 INFO O| May 25 00:48:33.548 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-05-25T00:48:34.585Z[ recovery-image] May 25 00:48:33.569 INFO O| May 25 00:48:33.569 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
44912024-05-25T00:48:34.727Z[ recovery-image] May 25 00:48:33.711 INFO O| May 25 00:48:33.711 INFO STEP 1 (remove_files) COMPLETE
44922024-05-25T00:48:34.728Z[ recovery-image] May 25 00:48:33.712 INFO O| May 25 00:48:33.711 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-05-25T00:48:34.782Z[ recovery-image] May 25 00:48:33.744 INFO O| May 25 00:48:33.744 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
44942024-05-25T00:48:34.797Z[ recovery-image] May 25 00:48:33.746 INFO O| May 25 00:48:33.746 INFO STEP 2 (remove_files) COMPLETE
44952024-05-25T00:48:34.805Z[ recovery-image] May 25 00:48:33.746 INFO O| May 25 00:48:33.746 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-05-25T00:48:34.829Z[ recovery-image] May 25 00:48:33.813 INFO O| May 25 00:48:33.813 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
44972024-05-25T00:48:34.922Z[ recovery-image] May 25 00:48:33.905 INFO O| May 25 00:48:33.905 INFO STEP 3 (remove_files) COMPLETE
44982024-05-25T00:48:34.922Z[ recovery-image] May 25 00:48:33.905 INFO O| May 25 00:48:33.905 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-05-25T00:48:34.942Z[ recovery-image] May 25 00:48:33.926 INFO O| May 25 00:48:33.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
45002024-05-25T00:48:35.175Z[ recovery-image] May 25 00:48:34.159 INFO O| May 25 00:48:34.159 INFO STEP 4 (remove_files) COMPLETE
45012024-05-25T00:48:35.175Z[ recovery-image] May 25 00:48:34.159 INFO O| May 25 00:48:34.159 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-05-25T00:48:35.209Z[ recovery-image] May 25 00:48:34.193 INFO O| May 25 00:48:34.193 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
45032024-05-25T00:48:35.271Z[ recovery-image] May 25 00:48:34.255 INFO O| May 25 00:48:34.255 INFO STEP 5 (remove_files) COMPLETE
45042024-05-25T00:48:35.271Z[ recovery-image] May 25 00:48:34.255 INFO O| May 25 00:48:34.255 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-05-25T00:48:35.292Z[ recovery-image] May 25 00:48:34.276 INFO O| May 25 00:48:34.276 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
45062024-05-25T00:48:35.310Z[ host-image] May 25 00:48:34.294 INFO O| May 25 00:48:34.294 INFO O| Planning: Solver setup ... Done
45072024-05-25T00:48:35.318Z[ host-image] May 25 00:48:34.302 INFO O| May 25 00:48:34.302 INFO O| Planning: Running solver ... Done
45082024-05-25T00:48:35.329Z[ recovery-image] May 25 00:48:34.310 INFO O| May 25 00:48:34.310 INFO STEP 6 (remove_files) COMPLETE
45092024-05-25T00:48:35.330Z[ recovery-image] May 25 00:48:34.310 INFO O| May 25 00:48:34.310 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-05-25T00:48:35.364Z[ host-image] May 25 00:48:34.349 INFO O| May 25 00:48:34.349 INFO O| Planning: Finding local manifests ... Done
45112024-05-25T00:48:35.369Z[ host-image] May 25 00:48:34.350 INFO O| May 25 00:48:34.350 INFO O| Planning: Fetching manifests: 0/1 0% complete
45122024-05-25T00:48:35.369Z[ recovery-image] May 25 00:48:34.353 INFO O| May 25 00:48:34.353 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
45132024-05-25T00:48:35.374Z[ recovery-image] May 25 00:48:34.355 INFO O| May 25 00:48:34.355 INFO STEP 7 (remove_files) COMPLETE
45142024-05-25T00:48:35.374Z[ recovery-image] May 25 00:48:34.355 INFO O| May 25 00:48:34.355 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-05-25T00:48:35.392Z[ recovery-image] May 25 00:48:34.376 INFO O| May 25 00:48:34.376 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
45162024-05-25T00:48:35.478Z[ host-image] May 25 00:48:34.462 INFO O| May 25 00:48:34.462 INFO O| Planning: Fetching manifests: 1/1 100% complete
45172024-05-25T00:48:35.496Z[ recovery-image] May 25 00:48:34.480 INFO O| May 25 00:48:34.480 INFO STEP 8 (remove_files) COMPLETE
45182024-05-25T00:48:35.496Z[ recovery-image] May 25 00:48:34.480 INFO O| May 25 00:48:34.480 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-05-25T00:48:35.514Z[ host-image] May 25 00:48:34.498 INFO O| May 25 00:48:34.498 INFO O| Planning: Package planning ... Done
45202024-05-25T00:48:35.522Z[ host-image] May 25 00:48:34.499 INFO O| May 25 00:48:34.499 INFO O| Planning: Merging actions ... Done
45212024-05-25T00:48:35.539Z[ recovery-image] May 25 00:48:34.524 INFO O| May 25 00:48:34.523 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
45222024-05-25T00:48:35.553Z[ recovery-image] May 25 00:48:34.524 INFO O| May 25 00:48:34.524 INFO STEP 9 (remove_files) COMPLETE
45232024-05-25T00:48:35.553Z[ recovery-image] May 25 00:48:34.525 INFO O| May 25 00:48:34.524 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-05-25T00:48:35.562Z[ recovery-image] May 25 00:48:34.547 INFO O| May 25 00:48:34.547 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
45252024-05-25T00:48:35.568Z[ recovery-image] May 25 00:48:34.549 INFO O| May 25 00:48:34.549 INFO STEP 10 (remove_files) COMPLETE
45262024-05-25T00:48:35.568Z[ recovery-image] May 25 00:48:34.549 INFO O| May 25 00:48:34.549 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-05-25T00:48:35.587Z[ recovery-image] May 25 00:48:34.571 INFO O| May 25 00:48:34.571 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
45282024-05-25T00:48:35.638Z[ host-image] May 25 00:48:34.622 INFO O| May 25 00:48:34.622 INFO O| Planning: Checking for conflicting actions ... Done
45292024-05-25T00:48:35.644Z[ host-image] May 25 00:48:34.623 INFO O| May 25 00:48:34.623 INFO O| Planning: Consolidating action changes ... Done
45302024-05-25T00:48:35.652Z[ recovery-image] May 25 00:48:34.636 INFO O| May 25 00:48:34.636 INFO STEP 11 (remove_files) COMPLETE
45312024-05-25T00:48:35.652Z[ recovery-image] May 25 00:48:34.636 INFO O| May 25 00:48:34.636 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-05-25T00:48:35.672Z[ recovery-image] May 25 00:48:34.657 INFO O| May 25 00:48:34.657 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
45332024-05-25T00:48:35.679Z[ recovery-image] May 25 00:48:34.660 INFO O| May 25 00:48:34.660 INFO STEP 12 (remove_files) COMPLETE
45342024-05-25T00:48:35.679Z[ recovery-image] May 25 00:48:34.660 INFO O| May 25 00:48:34.660 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-05-25T00:48:35.705Z[ recovery-image] May 25 00:48:34.679 INFO O| May 25 00:48:34.679 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
45362024-05-25T00:48:35.708Z[ recovery-image] May 25 00:48:34.683 INFO O| May 25 00:48:34.683 INFO STEP 13 (remove_files) COMPLETE
45372024-05-25T00:48:35.708Z[ recovery-image] May 25 00:48:34.683 INFO O| May 25 00:48:34.683 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-05-25T00:48:35.719Z[ recovery-image] May 25 00:48:34.703 INFO O| May 25 00:48:34.703 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
45392024-05-25T00:48:35.722Z[ recovery-image] May 25 00:48:34.704 INFO O| May 25 00:48:34.704 INFO STEP 14 (remove_files) COMPLETE
45402024-05-25T00:48:35.722Z[ recovery-image] May 25 00:48:34.704 INFO O| May 25 00:48:34.704 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-05-25T00:48:35.739Z[ recovery-image] May 25 00:48:34.723 INFO O| May 25 00:48:34.723 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
45422024-05-25T00:48:35.742Z[ recovery-image] May 25 00:48:34.725 INFO O| May 25 00:48:34.725 INFO STEP 15 (remove_files) COMPLETE
45432024-05-25T00:48:35.742Z[ recovery-image] May 25 00:48:34.725 INFO O| May 25 00:48:34.725 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-05-25T00:48:35.763Z[ recovery-image] May 25 00:48:34.745 INFO O| May 25 00:48:34.744 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
45452024-05-25T00:48:35.768Z[ recovery-image] May 25 00:48:34.753 INFO O| May 25 00:48:34.753 INFO STEP 16 (remove_files) COMPLETE
45462024-05-25T00:48:35.772Z[ recovery-image] May 25 00:48:34.753 INFO O| May 25 00:48:34.753 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-05-25T00:48:35.789Z[ recovery-image] May 25 00:48:34.773 INFO O| May 25 00:48:34.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
45482024-05-25T00:48:35.789Z[ recovery-image] May 25 00:48:34.773 INFO O| May 25 00:48:34.773 INFO STEP 17 (remove_files) COMPLETE
45492024-05-25T00:48:35.789Z[ recovery-image] May 25 00:48:34.773 INFO O| May 25 00:48:34.773 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-05-25T00:48:35.823Z[ recovery-image] May 25 00:48:34.793 INFO O| May 25 00:48:34.792 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
45512024-05-25T00:48:35.836Z[ recovery-image] May 25 00:48:34.793 INFO O| May 25 00:48:34.793 INFO STEP 18 (remove_files) COMPLETE
45522024-05-25T00:48:35.836Z[ recovery-image] May 25 00:48:34.793 INFO O| May 25 00:48:34.793 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-05-25T00:48:35.836Z[ recovery-image] May 25 00:48:34.813 INFO O| May 25 00:48:34.813 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
45542024-05-25T00:48:35.886Z[ recovery-image] May 25 00:48:34.869 INFO O| May 25 00:48:34.869 INFO STEP 19 (remove_files) COMPLETE
45552024-05-25T00:48:35.886Z[ recovery-image] May 25 00:48:34.870 INFO O| May 25 00:48:34.869 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-05-25T00:48:35.903Z[ recovery-image] May 25 00:48:34.887 INFO O| May 25 00:48:34.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
45572024-05-25T00:48:35.906Z[ recovery-image] May 25 00:48:34.888 INFO O| May 25 00:48:34.888 INFO STEP 20 (remove_files) COMPLETE
45582024-05-25T00:48:35.906Z[ recovery-image] May 25 00:48:34.888 INFO O| May 25 00:48:34.888 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-05-25T00:48:35.924Z[ recovery-image] May 25 00:48:34.908 INFO O| May 25 00:48:34.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
45602024-05-25T00:48:35.928Z[ recovery-image] May 25 00:48:34.909 INFO O| May 25 00:48:34.909 INFO STEP 21 (remove_files) COMPLETE
45612024-05-25T00:48:35.928Z[ recovery-image] May 25 00:48:34.909 INFO O| May 25 00:48:34.909 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-05-25T00:48:35.945Z[ recovery-image] May 25 00:48:34.929 INFO O| May 25 00:48:34.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
45632024-05-25T00:48:35.956Z[ recovery-image] May 25 00:48:34.930 INFO O| May 25 00:48:34.930 INFO STEP 22 (remove_files) COMPLETE
45642024-05-25T00:48:35.956Z[ recovery-image] May 25 00:48:34.930 INFO O| May 25 00:48:34.930 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-05-25T00:48:35.980Z[ recovery-image] May 25 00:48:34.949 INFO O| May 25 00:48:34.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
45662024-05-25T00:48:35.981Z[ recovery-image] May 25 00:48:34.950 INFO O| May 25 00:48:34.949 INFO STEP 23 (remove_files) COMPLETE
45672024-05-25T00:48:35.981Z[ recovery-image] May 25 00:48:34.950 INFO O| May 25 00:48:34.949 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-05-25T00:48:35.998Z[ recovery-image] May 25 00:48:34.969 INFO O| May 25 00:48:34.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
45692024-05-25T00:48:35.998Z[ recovery-image] May 25 00:48:34.970 INFO O| May 25 00:48:34.970 INFO STEP 24 (remove_files) COMPLETE
45702024-05-25T00:48:35.998Z[ recovery-image] May 25 00:48:34.970 INFO O| May 25 00:48:34.970 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-05-25T00:48:36.007Z[ recovery-image] May 25 00:48:34.991 INFO O| May 25 00:48:34.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
45722024-05-25T00:48:36.010Z[ recovery-image] May 25 00:48:34.991 INFO O| May 25 00:48:34.991 INFO STEP 25 (remove_files) COMPLETE
45732024-05-25T00:48:36.011Z[ recovery-image] May 25 00:48:34.992 INFO O| May 25 00:48:34.992 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-05-25T00:48:36.011Z[ host-image] May 25 00:48:34.993 INFO O| May 25 00:48:34.993 INFO O| Planning: Evaluating mediators ... Done
45752024-05-25T00:48:36.011Z[ host-image] May 25 00:48:34.994 INFO O| May 25 00:48:34.994 INFO O| Planning: Planning completed in 2.89 seconds
45762024-05-25T00:48:36.015Z[ host-image] May 25 00:48:34.996 INFO O| May 25 00:48:34.996 INFO O| Packages to install: 1
45772024-05-25T00:48:36.030Z[ recovery-image] May 25 00:48:35.014 INFO O| May 25 00:48:35.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
45782024-05-25T00:48:36.034Z[ recovery-image] May 25 00:48:35.014 INFO O| May 25 00:48:35.014 INFO STEP 26 (remove_files) COMPLETE
45792024-05-25T00:48:36.034Z[ recovery-image] May 25 00:48:35.014 INFO O| May 25 00:48:35.014 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-05-25T00:48:36.034Z[ host-image] May 25 00:48:35.017 INFO O| May 25 00:48:35.017 INFO O| Download: 0/4 items 0.0/18.1MB 0% complete
45812024-05-25T00:48:36.054Z[ recovery-image] May 25 00:48:35.038 INFO O| May 25 00:48:35.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
45822024-05-25T00:48:36.064Z[ recovery-image] May 25 00:48:35.039 INFO O| May 25 00:48:35.039 INFO STEP 27 (remove_files) COMPLETE
45832024-05-25T00:48:36.064Z[ recovery-image] May 25 00:48:35.039 INFO O| May 25 00:48:35.039 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-05-25T00:48:36.086Z[ recovery-image] May 25 00:48:35.070 INFO O| May 25 00:48:35.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
45852024-05-25T00:48:36.090Z[ recovery-image] May 25 00:48:35.071 INFO O| May 25 00:48:35.071 INFO STEP 28 (remove_files) COMPLETE
45862024-05-25T00:48:36.090Z[ recovery-image] May 25 00:48:35.071 INFO O| May 25 00:48:35.071 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-05-25T00:48:36.129Z[ recovery-image] May 25 00:48:35.112 INFO O| May 25 00:48:35.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
45882024-05-25T00:48:36.129Z[ recovery-image] May 25 00:48:35.113 INFO O| May 25 00:48:35.113 INFO STEP 29 (remove_files) COMPLETE
45892024-05-25T00:48:36.129Z[ recovery-image] May 25 00:48:35.113 INFO O| May 25 00:48:35.113 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-05-25T00:48:36.163Z[ recovery-image] May 25 00:48:35.147 INFO O| May 25 00:48:35.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
45912024-05-25T00:48:36.163Z[ recovery-image] May 25 00:48:35.148 INFO O| May 25 00:48:35.148 INFO STEP 30 (remove_files) COMPLETE
45922024-05-25T00:48:36.163Z[ recovery-image] May 25 00:48:35.148 INFO O| May 25 00:48:35.148 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-05-25T00:48:36.193Z[ recovery-image] May 25 00:48:35.177 INFO O| May 25 00:48:35.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
45942024-05-25T00:48:36.193Z[ recovery-image] May 25 00:48:35.177 INFO O| May 25 00:48:35.177 INFO STEP 31 (remove_files) COMPLETE
45952024-05-25T00:48:36.197Z[ recovery-image] May 25 00:48:35.177 INFO O| May 25 00:48:35.177 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-05-25T00:48:36.212Z[ recovery-image] May 25 00:48:35.197 INFO O| May 25 00:48:35.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
45972024-05-25T00:48:36.216Z[ recovery-image] May 25 00:48:35.197 INFO O| May 25 00:48:35.197 INFO STEP 32 (remove_files) COMPLETE
45982024-05-25T00:48:36.216Z[ recovery-image] May 25 00:48:35.198 INFO O| May 25 00:48:35.197 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-05-25T00:48:36.233Z[ recovery-image] May 25 00:48:35.217 INFO O| May 25 00:48:35.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
46002024-05-25T00:48:36.233Z[ recovery-image] May 25 00:48:35.218 INFO O| May 25 00:48:35.218 INFO STEP 33 (remove_files) COMPLETE
46012024-05-25T00:48:36.238Z[ recovery-image] May 25 00:48:35.218 INFO O| May 25 00:48:35.218 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-05-25T00:48:36.266Z[ recovery-image] May 25 00:48:35.250 INFO O| May 25 00:48:35.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
46032024-05-25T00:48:36.270Z[ recovery-image] May 25 00:48:35.251 INFO O| May 25 00:48:35.251 INFO STEP 34 (remove_files) COMPLETE
46042024-05-25T00:48:36.270Z[ recovery-image] May 25 00:48:35.251 INFO O| May 25 00:48:35.251 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-05-25T00:48:36.291Z[ recovery-image] May 25 00:48:35.276 INFO O| May 25 00:48:35.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
46062024-05-25T00:48:36.295Z[ recovery-image] May 25 00:48:35.276 INFO O| May 25 00:48:35.276 INFO STEP 35 (remove_files) COMPLETE
46072024-05-25T00:48:36.295Z[ recovery-image] May 25 00:48:35.276 INFO O| May 25 00:48:35.276 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-05-25T00:48:36.311Z[ recovery-image] May 25 00:48:35.296 INFO O| May 25 00:48:35.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
46092024-05-25T00:48:36.315Z[ recovery-image] May 25 00:48:35.297 INFO O| May 25 00:48:35.296 INFO STEP 36 (remove_files) COMPLETE
46102024-05-25T00:48:36.315Z[ recovery-image] May 25 00:48:35.297 INFO O| May 25 00:48:35.297 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-05-25T00:48:36.331Z[ recovery-image] May 25 00:48:35.316 INFO O| May 25 00:48:35.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
46122024-05-25T00:48:36.340Z[ recovery-image] May 25 00:48:35.317 INFO O| May 25 00:48:35.317 INFO STEP 37 (remove_files) COMPLETE
46132024-05-25T00:48:36.340Z[ recovery-image] May 25 00:48:35.317 INFO O| May 25 00:48:35.317 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-05-25T00:48:36.352Z[ recovery-image] May 25 00:48:35.337 INFO O| May 25 00:48:35.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
46152024-05-25T00:48:36.352Z[ recovery-image] May 25 00:48:35.337 INFO O| May 25 00:48:35.337 INFO STEP 38 (remove_files) COMPLETE
46162024-05-25T00:48:36.356Z[ recovery-image] May 25 00:48:35.337 INFO O| May 25 00:48:35.337 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-05-25T00:48:36.372Z[ recovery-image] May 25 00:48:35.356 INFO O| May 25 00:48:35.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
46182024-05-25T00:48:36.372Z[ recovery-image] May 25 00:48:35.356 INFO O| May 25 00:48:35.356 INFO STEP 39 (remove_files) COMPLETE
46192024-05-25T00:48:36.375Z[ recovery-image] May 25 00:48:35.356 INFO O| May 25 00:48:35.356 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-05-25T00:48:36.391Z[ recovery-image] May 25 00:48:35.376 INFO O| May 25 00:48:35.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
46212024-05-25T00:48:36.391Z[ recovery-image] May 25 00:48:35.376 INFO O| May 25 00:48:35.376 INFO STEP 40 (remove_files) COMPLETE
46222024-05-25T00:48:36.395Z[ recovery-image] May 25 00:48:35.376 INFO O| May 25 00:48:35.376 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-05-25T00:48:36.411Z[ recovery-image] May 25 00:48:35.395 INFO O| May 25 00:48:35.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
46242024-05-25T00:48:36.411Z[ recovery-image] May 25 00:48:35.396 INFO O| May 25 00:48:35.395 INFO STEP 41 (remove_files) COMPLETE
46252024-05-25T00:48:36.420Z[ recovery-image] May 25 00:48:35.396 INFO O| May 25 00:48:35.396 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-05-25T00:48:36.432Z[ recovery-image] May 25 00:48:35.416 INFO O| May 25 00:48:35.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
46272024-05-25T00:48:36.435Z[ recovery-image] May 25 00:48:35.417 INFO O| May 25 00:48:35.417 INFO STEP 42 (remove_files) COMPLETE
46282024-05-25T00:48:36.435Z[ recovery-image] May 25 00:48:35.417 INFO O| May 25 00:48:35.417 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-05-25T00:48:36.452Z[ recovery-image] May 25 00:48:35.436 INFO O| May 25 00:48:35.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
46302024-05-25T00:48:36.452Z[ recovery-image] May 25 00:48:35.436 INFO O| May 25 00:48:35.436 INFO STEP 43 (remove_files) COMPLETE
46312024-05-25T00:48:36.455Z[ recovery-image] May 25 00:48:35.436 INFO O| May 25 00:48:35.436 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-05-25T00:48:36.467Z[ recovery-image] May 25 00:48:35.451 INFO O| May 25 00:48:35.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
46332024-05-25T00:48:36.467Z[ recovery-image] May 25 00:48:35.451 INFO O| May 25 00:48:35.451 INFO STEP 44 (remove_files) COMPLETE
46342024-05-25T00:48:36.470Z[ recovery-image] May 25 00:48:35.451 INFO O| May 25 00:48:35.451 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-05-25T00:48:36.486Z[ recovery-image] May 25 00:48:35.470 INFO O| May 25 00:48:35.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
46362024-05-25T00:48:36.489Z[ recovery-image] May 25 00:48:35.471 INFO O| May 25 00:48:35.471 INFO STEP 45 (remove_files) COMPLETE
46372024-05-25T00:48:36.489Z[ recovery-image] May 25 00:48:35.471 INFO O| May 25 00:48:35.471 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-05-25T00:48:36.500Z[ recovery-image] May 25 00:48:35.485 INFO O| May 25 00:48:35.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
46392024-05-25T00:48:36.505Z[ recovery-image] May 25 00:48:35.485 INFO O| May 25 00:48:35.485 INFO STEP 46 (remove_files) COMPLETE
46402024-05-25T00:48:36.505Z[ recovery-image] May 25 00:48:35.485 INFO O| May 25 00:48:35.485 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-05-25T00:48:36.520Z[ recovery-image] May 25 00:48:35.505 INFO O| May 25 00:48:35.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
46422024-05-25T00:48:36.523Z[ recovery-image] May 25 00:48:35.505 INFO O| May 25 00:48:35.505 INFO STEP 47 (remove_files) COMPLETE
46432024-05-25T00:48:36.524Z[ recovery-image] May 25 00:48:35.505 INFO O| May 25 00:48:35.505 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-05-25T00:48:36.535Z[ recovery-image] May 25 00:48:35.519 INFO O| May 25 00:48:35.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
46452024-05-25T00:48:36.535Z[ recovery-image] May 25 00:48:35.520 INFO O| May 25 00:48:35.519 INFO STEP 48 (remove_files) COMPLETE
46462024-05-25T00:48:36.546Z[ recovery-image] May 25 00:48:35.520 INFO O| May 25 00:48:35.520 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-05-25T00:48:36.555Z[ recovery-image] May 25 00:48:35.539 INFO O| May 25 00:48:35.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
46482024-05-25T00:48:36.555Z[ recovery-image] May 25 00:48:35.539 INFO O| May 25 00:48:35.539 INFO STEP 49 (remove_files) COMPLETE
46492024-05-25T00:48:36.555Z[ recovery-image] May 25 00:48:35.539 INFO O| May 25 00:48:35.539 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-05-25T00:48:36.575Z[ recovery-image] May 25 00:48:35.559 INFO O| May 25 00:48:35.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
46512024-05-25T00:48:36.575Z[ recovery-image] May 25 00:48:35.559 INFO O| May 25 00:48:35.559 INFO STEP 50 (remove_files) COMPLETE
46522024-05-25T00:48:36.579Z[ recovery-image] May 25 00:48:35.560 INFO O| May 25 00:48:35.560 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-05-25T00:48:36.599Z[ recovery-image] May 25 00:48:35.580 INFO O| May 25 00:48:35.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
46542024-05-25T00:48:36.599Z[ recovery-image] May 25 00:48:35.580 INFO O| May 25 00:48:35.580 INFO STEP 51 (remove_files) COMPLETE
46552024-05-25T00:48:36.604Z[ recovery-image] May 25 00:48:35.580 INFO O| May 25 00:48:35.580 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-05-25T00:48:36.615Z[ recovery-image] May 25 00:48:35.599 INFO O| May 25 00:48:35.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
46572024-05-25T00:48:36.623Z[ recovery-image] May 25 00:48:35.599 INFO O| May 25 00:48:35.599 INFO STEP 52 (remove_files) COMPLETE
46582024-05-25T00:48:36.623Z[ recovery-image] May 25 00:48:35.599 INFO O| May 25 00:48:35.599 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-05-25T00:48:36.632Z[ recovery-image] May 25 00:48:35.616 INFO O| May 25 00:48:35.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
46602024-05-25T00:48:36.635Z[ recovery-image] May 25 00:48:35.616 INFO O| May 25 00:48:35.616 INFO STEP 53 (remove_files) COMPLETE
46612024-05-25T00:48:36.636Z[ recovery-image] May 25 00:48:35.616 INFO O| May 25 00:48:35.616 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-05-25T00:48:36.650Z[ recovery-image] May 25 00:48:35.634 INFO O| May 25 00:48:35.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
46632024-05-25T00:48:36.658Z[ recovery-image] May 25 00:48:35.634 INFO O| May 25 00:48:35.634 INFO STEP 54 (remove_files) COMPLETE
46642024-05-25T00:48:36.658Z[ recovery-image] May 25 00:48:35.634 INFO O| May 25 00:48:35.634 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-05-25T00:48:36.677Z[ recovery-image] May 25 00:48:35.661 INFO O| May 25 00:48:35.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
46662024-05-25T00:48:36.695Z[ recovery-image] May 25 00:48:35.661 INFO O| May 25 00:48:35.661 INFO STEP 55 (remove_files) COMPLETE
46672024-05-25T00:48:36.695Z[ recovery-image] May 25 00:48:35.661 INFO O| May 25 00:48:35.661 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-05-25T00:48:36.701Z[ recovery-image] May 25 00:48:35.681 INFO O| May 25 00:48:35.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
46692024-05-25T00:48:36.701Z[ recovery-image] May 25 00:48:35.681 INFO O| May 25 00:48:35.681 INFO STEP 56 (remove_files) COMPLETE
46702024-05-25T00:48:36.701Z[ recovery-image] May 25 00:48:35.682 INFO O| May 25 00:48:35.681 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-05-25T00:48:36.729Z[ host-image] May 25 00:48:35.702 INFO O| May 25 00:48:35.702 INFO O| Download: Completed 18.11 MB in 0.69 seconds (26.4M/s)
46722024-05-25T00:48:36.729Z[ recovery-image] May 25 00:48:35.702 INFO O| May 25 00:48:35.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
46732024-05-25T00:48:36.733Z[ recovery-image] May 25 00:48:35.703 INFO O| May 25 00:48:35.702 INFO STEP 57 (remove_files) COMPLETE
46742024-05-25T00:48:36.734Z[ recovery-image] May 25 00:48:35.703 INFO O| May 25 00:48:35.702 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-05-25T00:48:36.990Z[ recovery-image] May 25 00:48:35.723 INFO O| May 25 00:48:35.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
46762024-05-25T00:48:36.990Z[ recovery-image] May 25 00:48:35.723 INFO O| May 25 00:48:35.723 INFO STEP 58 (remove_files) COMPLETE
46772024-05-25T00:48:36.990Z[ recovery-image] May 25 00:48:35.723 INFO O| May 25 00:48:35.723 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-05-25T00:48:36.990Z[ host-image] May 25 00:48:35.736 INFO O| May 25 00:48:35.735 INFO O| Actions: 1/22 actions (Installing new actions)
46792024-05-25T00:48:36.990Z[ recovery-image] May 25 00:48:35.743 INFO O| May 25 00:48:35.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
46802024-05-25T00:48:36.990Z[ recovery-image] May 25 00:48:35.744 INFO O| May 25 00:48:35.743 INFO STEP 59 (remove_files) COMPLETE
46812024-05-25T00:48:36.990Z[ recovery-image] May 25 00:48:35.744 INFO O| May 25 00:48:35.744 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-05-25T00:48:36.990Z[ recovery-image] May 25 00:48:35.764 INFO O| May 25 00:48:35.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
46832024-05-25T00:48:36.990Z[ recovery-image] May 25 00:48:35.764 INFO O| May 25 00:48:35.764 INFO STEP 60 (remove_files) COMPLETE
46842024-05-25T00:48:36.990Z[ recovery-image] May 25 00:48:35.764 INFO O| May 25 00:48:35.764 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-05-25T00:48:36.990Z[ recovery-image] May 25 00:48:35.784 INFO O| May 25 00:48:35.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
46862024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.784 INFO O| May 25 00:48:35.784 INFO STEP 61 (remove_files) COMPLETE
46872024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.784 INFO O| May 25 00:48:35.784 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.803 INFO O| May 25 00:48:35.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
46892024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.803 INFO O| May 25 00:48:35.803 INFO STEP 62 (remove_files) COMPLETE
46902024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.803 INFO O| May 25 00:48:35.803 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.821 INFO O| May 25 00:48:35.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
46922024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.822 INFO O| May 25 00:48:35.822 INFO STEP 63 (remove_files) COMPLETE
46932024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.822 INFO O| May 25 00:48:35.822 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.841 INFO O| May 25 00:48:35.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
46952024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.841 INFO O| May 25 00:48:35.841 INFO STEP 64 (remove_files) COMPLETE
46962024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.841 INFO O| May 25 00:48:35.841 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.862 INFO O| May 25 00:48:35.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
46982024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.862 INFO O| May 25 00:48:35.862 INFO STEP 65 (remove_files) COMPLETE
46992024-05-25T00:48:36.991Z[ recovery-image] May 25 00:48:35.862 INFO O| May 25 00:48:35.862 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-05-25T00:48:36.992Z[ recovery-image] May 25 00:48:35.881 INFO O| May 25 00:48:35.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
47012024-05-25T00:48:36.992Z[ recovery-image] May 25 00:48:35.881 INFO O| May 25 00:48:35.881 INFO STEP 66 (remove_files) COMPLETE
47022024-05-25T00:48:36.992Z[ recovery-image] May 25 00:48:35.881 INFO O| May 25 00:48:35.881 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-05-25T00:48:36.992Z[ recovery-image] May 25 00:48:35.900 INFO O| May 25 00:48:35.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
47042024-05-25T00:48:36.992Z[ recovery-image] May 25 00:48:35.900 INFO O| May 25 00:48:35.900 INFO STEP 67 (remove_files) COMPLETE
47052024-05-25T00:48:36.992Z[ recovery-image] May 25 00:48:35.900 INFO O| May 25 00:48:35.900 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-05-25T00:48:36.992Z[ recovery-image] May 25 00:48:35.918 INFO O| May 25 00:48:35.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
47072024-05-25T00:48:36.992Z[ recovery-image] May 25 00:48:35.919 INFO O| May 25 00:48:35.919 INFO STEP 68 (remove_files) COMPLETE
47082024-05-25T00:48:36.992Z[ recovery-image] May 25 00:48:35.919 INFO O| May 25 00:48:35.919 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-05-25T00:48:36.992Z[ recovery-image] May 25 00:48:35.938 INFO O| May 25 00:48:35.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
47102024-05-25T00:48:36.993Z[ recovery-image] May 25 00:48:35.938 INFO O| May 25 00:48:35.938 INFO STEP 69 (remove_files) COMPLETE
47112024-05-25T00:48:36.993Z[ recovery-image] May 25 00:48:35.938 INFO O| May 25 00:48:35.938 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-05-25T00:48:36.993Z[ recovery-image] May 25 00:48:35.957 INFO O| May 25 00:48:35.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
47132024-05-25T00:48:36.993Z[ recovery-image] May 25 00:48:35.957 INFO O| May 25 00:48:35.957 INFO STEP 70 (remove_files) COMPLETE
47142024-05-25T00:48:36.993Z[ recovery-image] May 25 00:48:35.957 INFO O| May 25 00:48:35.957 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-05-25T00:48:36.997Z[ recovery-image] May 25 00:48:35.975 INFO O| May 25 00:48:35.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
47162024-05-25T00:48:36.997Z[ recovery-image] May 25 00:48:35.975 INFO O| May 25 00:48:35.975 INFO STEP 71 (remove_files) COMPLETE
47172024-05-25T00:48:36.997Z[ recovery-image] May 25 00:48:35.975 INFO O| May 25 00:48:35.975 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-05-25T00:48:37.009Z[ recovery-image] May 25 00:48:35.992 INFO O| May 25 00:48:35.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
47192024-05-25T00:48:37.010Z[ recovery-image] May 25 00:48:35.993 INFO O| May 25 00:48:35.992 INFO STEP 72 (remove_files) COMPLETE
47202024-05-25T00:48:37.013Z[ recovery-image] May 25 00:48:35.993 INFO O| May 25 00:48:35.993 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-05-25T00:48:37.028Z[ recovery-image] May 25 00:48:36.012 INFO O| May 25 00:48:36.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
47222024-05-25T00:48:37.032Z[ recovery-image] May 25 00:48:36.013 INFO O| May 25 00:48:36.013 INFO STEP 73 (remove_files) COMPLETE
47232024-05-25T00:48:37.032Z[ recovery-image] May 25 00:48:36.013 INFO O| May 25 00:48:36.013 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-05-25T00:48:37.049Z[ recovery-image] May 25 00:48:36.033 INFO O| May 25 00:48:36.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
47252024-05-25T00:48:37.053Z[ recovery-image] May 25 00:48:36.033 INFO O| May 25 00:48:36.033 INFO STEP 74 (remove_files) COMPLETE
47262024-05-25T00:48:37.053Z[ recovery-image] May 25 00:48:36.034 INFO O| May 25 00:48:36.034 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-05-25T00:48:37.070Z[ recovery-image] May 25 00:48:36.053 INFO O| May 25 00:48:36.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
47282024-05-25T00:48:37.070Z[ recovery-image] May 25 00:48:36.053 INFO O| May 25 00:48:36.053 INFO STEP 75 (remove_files) COMPLETE
47292024-05-25T00:48:37.073Z[ recovery-image] May 25 00:48:36.053 INFO O| May 25 00:48:36.053 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-05-25T00:48:37.088Z[ recovery-image] May 25 00:48:36.072 INFO O| May 25 00:48:36.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
47312024-05-25T00:48:37.088Z[ recovery-image] May 25 00:48:36.072 INFO O| May 25 00:48:36.072 INFO STEP 76 (remove_files) COMPLETE
47322024-05-25T00:48:37.088Z[ recovery-image] May 25 00:48:36.072 INFO O| May 25 00:48:36.072 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-05-25T00:48:37.108Z[ recovery-image] May 25 00:48:36.092 INFO O| May 25 00:48:36.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
47342024-05-25T00:48:37.108Z[ recovery-image] May 25 00:48:36.092 INFO O| May 25 00:48:36.092 INFO STEP 77 (remove_files) COMPLETE
47352024-05-25T00:48:37.108Z[ recovery-image] May 25 00:48:36.092 INFO O| May 25 00:48:36.092 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-05-25T00:48:37.129Z[ recovery-image] May 25 00:48:36.113 INFO O| May 25 00:48:36.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
47372024-05-25T00:48:37.132Z[ recovery-image] May 25 00:48:36.113 INFO O| May 25 00:48:36.113 INFO STEP 78 (remove_files) COMPLETE
47382024-05-25T00:48:37.132Z[ recovery-image] May 25 00:48:36.114 INFO O| May 25 00:48:36.113 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-05-25T00:48:37.151Z[ recovery-image] May 25 00:48:36.134 INFO O| May 25 00:48:36.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
47402024-05-25T00:48:37.151Z[ recovery-image] May 25 00:48:36.135 INFO O| May 25 00:48:36.135 INFO STEP 79 (remove_files) COMPLETE
47412024-05-25T00:48:37.151Z[ recovery-image] May 25 00:48:36.135 INFO O| May 25 00:48:36.135 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-05-25T00:48:37.171Z[ recovery-image] May 25 00:48:36.155 INFO O| May 25 00:48:36.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
47432024-05-25T00:48:37.171Z[ recovery-image] May 25 00:48:36.155 INFO O| May 25 00:48:36.155 INFO STEP 80 (remove_files) COMPLETE
47442024-05-25T00:48:37.174Z[ recovery-image] May 25 00:48:36.155 INFO O| May 25 00:48:36.155 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-05-25T00:48:37.191Z[ recovery-image] May 25 00:48:36.175 INFO O| May 25 00:48:36.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
47462024-05-25T00:48:37.191Z[ recovery-image] May 25 00:48:36.175 INFO O| May 25 00:48:36.175 INFO STEP 81 (remove_files) COMPLETE
47472024-05-25T00:48:37.191Z[ recovery-image] May 25 00:48:36.175 INFO O| May 25 00:48:36.175 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-05-25T00:48:37.210Z[ recovery-image] May 25 00:48:36.194 INFO O| May 25 00:48:36.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
47492024-05-25T00:48:37.214Z[ recovery-image] May 25 00:48:36.194 INFO O| May 25 00:48:36.194 INFO STEP 82 (remove_files) COMPLETE
47502024-05-25T00:48:37.214Z[ recovery-image] May 25 00:48:36.194 INFO O| May 25 00:48:36.194 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-05-25T00:48:37.230Z[ recovery-image] May 25 00:48:36.214 INFO O| May 25 00:48:36.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
47522024-05-25T00:48:37.231Z[ recovery-image] May 25 00:48:36.214 INFO O| May 25 00:48:36.214 INFO STEP 83 (remove_files) COMPLETE
47532024-05-25T00:48:37.231Z[ recovery-image] May 25 00:48:36.214 INFO O| May 25 00:48:36.214 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-05-25T00:48:37.252Z[ recovery-image] May 25 00:48:36.236 INFO O| May 25 00:48:36.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
47552024-05-25T00:48:37.252Z[ recovery-image] May 25 00:48:36.236 INFO O| May 25 00:48:36.236 INFO STEP 84 (remove_files) COMPLETE
47562024-05-25T00:48:37.252Z[ recovery-image] May 25 00:48:36.236 INFO O| May 25 00:48:36.236 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-05-25T00:48:37.273Z[ recovery-image] May 25 00:48:36.257 INFO O| May 25 00:48:36.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
47582024-05-25T00:48:37.273Z[ recovery-image] May 25 00:48:36.257 INFO O| May 25 00:48:36.257 INFO STEP 85 (remove_files) COMPLETE
47592024-05-25T00:48:37.274Z[ recovery-image] May 25 00:48:36.257 INFO O| May 25 00:48:36.257 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-05-25T00:48:37.375Z[ recovery-image] May 25 00:48:36.279 INFO O| May 25 00:48:36.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
47612024-05-25T00:48:37.376Z[ recovery-image] May 25 00:48:36.279 INFO O| May 25 00:48:36.279 INFO STEP 86 (remove_files) COMPLETE
47622024-05-25T00:48:37.380Z[ recovery-image] May 25 00:48:36.279 INFO O| May 25 00:48:36.279 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-05-25T00:48:37.380Z[ recovery-image] May 25 00:48:36.300 INFO O| May 25 00:48:36.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
47642024-05-25T00:48:37.380Z[ recovery-image] May 25 00:48:36.300 INFO O| May 25 00:48:36.300 INFO STEP 87 (remove_files) COMPLETE
47652024-05-25T00:48:37.380Z[ recovery-image] May 25 00:48:36.300 INFO O| May 25 00:48:36.300 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-05-25T00:48:37.380Z[ recovery-image] May 25 00:48:36.361 INFO O| May 25 00:48:36.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
47672024-05-25T00:48:37.381Z[ recovery-image] May 25 00:48:36.362 INFO O| May 25 00:48:36.362 INFO STEP 88 (remove_files) COMPLETE
47682024-05-25T00:48:37.381Z[ recovery-image] May 25 00:48:36.362 INFO O| May 25 00:48:36.362 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-05-25T00:48:37.400Z[ recovery-image] May 25 00:48:36.383 INFO O| May 25 00:48:36.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
47702024-05-25T00:48:37.405Z[ recovery-image] May 25 00:48:36.383 INFO O| May 25 00:48:36.383 INFO STEP 89 (remove_files) COMPLETE
47712024-05-25T00:48:37.405Z[ recovery-image] May 25 00:48:36.384 INFO O| May 25 00:48:36.383 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-05-25T00:48:37.419Z[ recovery-image] May 25 00:48:36.403 INFO O| May 25 00:48:36.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
47732024-05-25T00:48:37.419Z[ recovery-image] May 25 00:48:36.403 INFO O| May 25 00:48:36.403 INFO STEP 90 (remove_files) COMPLETE
47742024-05-25T00:48:37.420Z[ recovery-image] May 25 00:48:36.403 INFO O| May 25 00:48:36.403 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-05-25T00:48:37.423Z[ host-image] May 25 00:48:36.407 INFO O| May 25 00:48:36.406 INFO O| Actions: Completed 22 actions in 0.67 seconds.
47762024-05-25T00:48:37.438Z[ recovery-image] May 25 00:48:36.422 INFO O| May 25 00:48:36.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
47772024-05-25T00:48:37.438Z[ recovery-image] May 25 00:48:36.422 INFO O| May 25 00:48:36.422 INFO STEP 91 (remove_files) COMPLETE
47782024-05-25T00:48:37.442Z[ recovery-image] May 25 00:48:36.422 INFO O| May 25 00:48:36.422 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-05-25T00:48:37.457Z[ recovery-image] May 25 00:48:36.441 INFO O| May 25 00:48:36.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
47802024-05-25T00:48:37.457Z[ recovery-image] May 25 00:48:36.441 INFO O| May 25 00:48:36.441 INFO STEP 92 (remove_files) COMPLETE
47812024-05-25T00:48:37.457Z[ recovery-image] May 25 00:48:36.441 INFO O| May 25 00:48:36.441 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-05-25T00:48:37.476Z[ recovery-image] May 25 00:48:36.460 INFO O| May 25 00:48:36.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
47832024-05-25T00:48:37.476Z[ recovery-image] May 25 00:48:36.460 INFO O| May 25 00:48:36.460 INFO STEP 93 (remove_files) COMPLETE
47842024-05-25T00:48:37.481Z[ recovery-image] May 25 00:48:36.460 INFO O| May 25 00:48:36.460 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-05-25T00:48:37.494Z[ recovery-image] May 25 00:48:36.479 INFO O| May 25 00:48:36.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
47862024-05-25T00:48:37.495Z[ recovery-image] May 25 00:48:36.479 INFO O| May 25 00:48:36.479 INFO STEP 94 (remove_files) COMPLETE
47872024-05-25T00:48:37.495Z[ recovery-image] May 25 00:48:36.479 INFO O| May 25 00:48:36.479 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-05-25T00:48:37.513Z[ recovery-image] May 25 00:48:36.497 INFO O| May 25 00:48:36.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
47892024-05-25T00:48:37.513Z[ recovery-image] May 25 00:48:36.497 INFO O| May 25 00:48:36.497 INFO STEP 95 (remove_files) COMPLETE
47902024-05-25T00:48:37.513Z[ recovery-image] May 25 00:48:36.497 INFO O| May 25 00:48:36.497 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-05-25T00:48:37.532Z[ recovery-image] May 25 00:48:36.516 INFO O| May 25 00:48:36.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
47922024-05-25T00:48:37.532Z[ recovery-image] May 25 00:48:36.516 INFO O| May 25 00:48:36.516 INFO STEP 96 (remove_files) COMPLETE
47932024-05-25T00:48:37.535Z[ recovery-image] May 25 00:48:36.516 INFO O| May 25 00:48:36.516 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-05-25T00:48:37.563Z[ recovery-image] May 25 00:48:36.536 INFO O| May 25 00:48:36.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
47952024-05-25T00:48:37.563Z[ recovery-image] May 25 00:48:36.536 INFO O| May 25 00:48:36.536 INFO STEP 97 (remove_files) COMPLETE
47962024-05-25T00:48:37.569Z[ recovery-image] May 25 00:48:36.536 INFO O| May 25 00:48:36.536 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-05-25T00:48:37.574Z[ recovery-image] May 25 00:48:36.559 INFO O| May 25 00:48:36.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
47982024-05-25T00:48:37.574Z[ recovery-image] May 25 00:48:36.559 INFO O| May 25 00:48:36.559 INFO STEP 98 (remove_files) COMPLETE
47992024-05-25T00:48:37.584Z[ recovery-image] May 25 00:48:36.559 INFO O| May 25 00:48:36.559 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-05-25T00:48:37.599Z[ recovery-image] May 25 00:48:36.583 INFO O| May 25 00:48:36.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
48012024-05-25T00:48:37.599Z[ recovery-image] May 25 00:48:36.583 INFO O| May 25 00:48:36.583 INFO STEP 99 (remove_files) COMPLETE
48022024-05-25T00:48:37.599Z[ recovery-image] May 25 00:48:36.583 INFO O| May 25 00:48:36.583 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-05-25T00:48:37.623Z[ recovery-image] May 25 00:48:36.607 INFO O| May 25 00:48:36.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
48042024-05-25T00:48:37.623Z[ recovery-image] May 25 00:48:36.607 INFO O| May 25 00:48:36.607 INFO STEP 100 (remove_files) COMPLETE
48052024-05-25T00:48:37.629Z[ recovery-image] May 25 00:48:36.607 INFO O| May 25 00:48:36.607 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-05-25T00:48:37.647Z[ recovery-image] May 25 00:48:36.631 INFO O| May 25 00:48:36.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
48072024-05-25T00:48:37.647Z[ recovery-image] May 25 00:48:36.631 INFO O| May 25 00:48:36.631 INFO STEP 101 (remove_files) COMPLETE
48082024-05-25T00:48:37.647Z[ recovery-image] May 25 00:48:36.631 INFO O| May 25 00:48:36.631 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-05-25T00:48:37.671Z[ recovery-image] May 25 00:48:36.655 INFO O| May 25 00:48:36.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
48102024-05-25T00:48:37.671Z[ recovery-image] May 25 00:48:36.655 INFO O| May 25 00:48:36.655 INFO STEP 102 (remove_files) COMPLETE
48112024-05-25T00:48:37.676Z[ recovery-image] May 25 00:48:36.655 INFO O| May 25 00:48:36.655 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-05-25T00:48:37.694Z[ recovery-image] May 25 00:48:36.678 INFO O| May 25 00:48:36.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
48132024-05-25T00:48:37.694Z[ recovery-image] May 25 00:48:36.678 INFO O| May 25 00:48:36.678 INFO STEP 103 (remove_files) COMPLETE
48142024-05-25T00:48:37.701Z[ recovery-image] May 25 00:48:36.678 INFO O| May 25 00:48:36.678 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-05-25T00:48:37.716Z[ recovery-image] May 25 00:48:36.700 INFO O| May 25 00:48:36.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
48162024-05-25T00:48:37.716Z[ recovery-image] May 25 00:48:36.700 INFO O| May 25 00:48:36.700 INFO STEP 104 (remove_files) COMPLETE
48172024-05-25T00:48:37.719Z[ recovery-image] May 25 00:48:36.700 INFO O| May 25 00:48:36.700 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-05-25T00:48:37.724Z[ host-image] May 25 00:48:36.704 INFO O| May 25 00:48:36.704 INFO O| Done
48192024-05-25T00:48:37.725Z[ host-image] May 25 00:48:36.704 INFO O| May 25 00:48:36.704 INFO O| Done
48202024-05-25T00:48:37.738Z[ recovery-image] May 25 00:48:36.721 INFO O| May 25 00:48:36.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
48212024-05-25T00:48:37.738Z[ recovery-image] May 25 00:48:36.721 INFO O| May 25 00:48:36.721 INFO STEP 105 (remove_files) COMPLETE
48222024-05-25T00:48:37.746Z[ recovery-image] May 25 00:48:36.722 INFO O| May 25 00:48:36.721 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-05-25T00:48:37.758Z[ recovery-image] May 25 00:48:36.742 INFO O| May 25 00:48:36.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
48242024-05-25T00:48:37.767Z[ recovery-image] May 25 00:48:36.743 INFO O| May 25 00:48:36.743 INFO STEP 106 (remove_files) COMPLETE
48252024-05-25T00:48:37.767Z[ recovery-image] May 25 00:48:36.743 INFO O| May 25 00:48:36.743 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-05-25T00:48:37.779Z[ recovery-image] May 25 00:48:36.763 INFO O| May 25 00:48:36.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
48272024-05-25T00:48:37.779Z[ recovery-image] May 25 00:48:36.763 INFO O| May 25 00:48:36.763 INFO STEP 107 (remove_files) COMPLETE
48282024-05-25T00:48:37.784Z[ recovery-image] May 25 00:48:36.763 INFO O| May 25 00:48:36.763 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-05-25T00:48:37.801Z[ recovery-image] May 25 00:48:36.784 INFO O| May 25 00:48:36.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
48302024-05-25T00:48:37.801Z[ recovery-image] May 25 00:48:36.784 INFO O| May 25 00:48:36.784 INFO STEP 108 (remove_files) COMPLETE
48312024-05-25T00:48:37.801Z[ recovery-image] May 25 00:48:36.784 INFO O| May 25 00:48:36.784 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-05-25T00:48:37.821Z[ recovery-image] May 25 00:48:36.804 INFO O| May 25 00:48:36.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
48332024-05-25T00:48:37.821Z[ recovery-image] May 25 00:48:36.805 INFO O| May 25 00:48:36.805 INFO STEP 109 (remove_files) COMPLETE
48342024-05-25T00:48:37.824Z[ recovery-image] May 25 00:48:36.805 INFO O| May 25 00:48:36.805 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-05-25T00:48:37.843Z[ recovery-image] May 25 00:48:36.826 INFO O| May 25 00:48:36.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
48362024-05-25T00:48:37.843Z[ recovery-image] May 25 00:48:36.826 INFO O| May 25 00:48:36.826 INFO STEP 110 (remove_files) COMPLETE
48372024-05-25T00:48:37.843Z[ recovery-image] May 25 00:48:36.826 INFO O| May 25 00:48:36.826 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-05-25T00:48:37.862Z[ recovery-image] May 25 00:48:36.846 INFO O| May 25 00:48:36.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
48392024-05-25T00:48:37.862Z[ recovery-image] May 25 00:48:36.846 INFO O| May 25 00:48:36.846 INFO STEP 111 (remove_files) COMPLETE
48402024-05-25T00:48:37.868Z[ recovery-image] May 25 00:48:36.846 INFO O| May 25 00:48:36.846 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-05-25T00:48:37.881Z[ recovery-image] May 25 00:48:36.865 INFO O| May 25 00:48:36.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
48422024-05-25T00:48:37.881Z[ recovery-image] May 25 00:48:36.865 INFO O| May 25 00:48:36.865 INFO STEP 112 (remove_files) COMPLETE
48432024-05-25T00:48:37.881Z[ recovery-image] May 25 00:48:36.865 INFO O| May 25 00:48:36.865 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-05-25T00:48:37.899Z[ recovery-image] May 25 00:48:36.883 INFO O| May 25 00:48:36.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
48452024-05-25T00:48:37.900Z[ recovery-image] May 25 00:48:36.883 INFO O| May 25 00:48:36.883 INFO STEP 113 (remove_files) COMPLETE
48462024-05-25T00:48:37.900Z[ recovery-image] May 25 00:48:36.883 INFO O| May 25 00:48:36.883 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-05-25T00:48:37.918Z[ recovery-image] May 25 00:48:36.902 INFO O| May 25 00:48:36.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
48482024-05-25T00:48:37.918Z[ recovery-image] May 25 00:48:36.902 INFO O| May 25 00:48:36.902 INFO STEP 114 (remove_files) COMPLETE
48492024-05-25T00:48:37.922Z[ recovery-image] May 25 00:48:36.902 INFO O| May 25 00:48:36.902 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-05-25T00:48:37.937Z[ recovery-image] May 25 00:48:36.921 INFO O| May 25 00:48:36.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
48512024-05-25T00:48:37.937Z[ recovery-image] May 25 00:48:36.921 INFO O| May 25 00:48:36.921 INFO STEP 115 (remove_files) COMPLETE
48522024-05-25T00:48:37.940Z[ recovery-image] May 25 00:48:36.921 INFO O| May 25 00:48:36.921 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-05-25T00:48:37.958Z[ recovery-image] May 25 00:48:36.941 INFO O| May 25 00:48:36.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
48542024-05-25T00:48:37.958Z[ recovery-image] May 25 00:48:36.941 INFO O| May 25 00:48:36.941 INFO STEP 116 (remove_files) COMPLETE
48552024-05-25T00:48:37.958Z[ recovery-image] May 25 00:48:36.941 INFO O| May 25 00:48:36.941 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-05-25T00:48:37.976Z[ recovery-image] May 25 00:48:36.960 INFO O| May 25 00:48:36.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
48572024-05-25T00:48:37.976Z[ recovery-image] May 25 00:48:36.960 INFO O| May 25 00:48:36.960 INFO STEP 117 (remove_files) COMPLETE
48582024-05-25T00:48:37.976Z[ recovery-image] May 25 00:48:36.960 INFO O| May 25 00:48:36.960 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-05-25T00:48:37.997Z[ recovery-image] May 25 00:48:36.979 INFO O| May 25 00:48:36.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
48602024-05-25T00:48:37.997Z[ recovery-image] May 25 00:48:36.979 INFO O| May 25 00:48:36.979 INFO STEP 118 (remove_files) COMPLETE
48612024-05-25T00:48:38.003Z[ recovery-image] May 25 00:48:36.979 INFO O| May 25 00:48:36.979 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-05-25T00:48:38.014Z[ recovery-image] May 25 00:48:36.998 INFO O| May 25 00:48:36.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
48632024-05-25T00:48:38.014Z[ recovery-image] May 25 00:48:36.998 INFO O| May 25 00:48:36.998 INFO STEP 119 (remove_files) COMPLETE
48642024-05-25T00:48:38.018Z[ recovery-image] May 25 00:48:36.998 INFO O| May 25 00:48:36.998 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-05-25T00:48:38.043Z[ recovery-image] May 25 00:48:37.016 INFO O| May 25 00:48:37.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
48662024-05-25T00:48:38.044Z[ recovery-image] May 25 00:48:37.016 INFO O| May 25 00:48:37.016 INFO STEP 120 (remove_files) COMPLETE
48672024-05-25T00:48:38.044Z[ recovery-image] May 25 00:48:37.016 INFO O| May 25 00:48:37.016 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-05-25T00:48:38.049Z[ recovery-image] May 25 00:48:37.034 INFO O| May 25 00:48:37.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
48692024-05-25T00:48:38.050Z[ recovery-image] May 25 00:48:37.034 INFO O| May 25 00:48:37.034 INFO STEP 121 (remove_files) COMPLETE
48702024-05-25T00:48:38.050Z[ recovery-image] May 25 00:48:37.034 INFO O| May 25 00:48:37.034 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-05-25T00:48:38.070Z[ recovery-image] May 25 00:48:37.052 INFO O| May 25 00:48:37.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
48722024-05-25T00:48:38.070Z[ recovery-image] May 25 00:48:37.053 INFO O| May 25 00:48:37.052 INFO STEP 122 (remove_files) COMPLETE
48732024-05-25T00:48:38.070Z[ recovery-image] May 25 00:48:37.053 INFO O| May 25 00:48:37.053 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-05-25T00:48:38.091Z[ recovery-image] May 25 00:48:37.072 INFO O| May 25 00:48:37.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
48752024-05-25T00:48:38.092Z[ recovery-image] May 25 00:48:37.072 INFO O| May 25 00:48:37.072 INFO STEP 123 (remove_files) COMPLETE
48762024-05-25T00:48:38.092Z[ recovery-image] May 25 00:48:37.072 INFO O| May 25 00:48:37.072 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-05-25T00:48:38.109Z[ recovery-image] May 25 00:48:37.093 INFO O| May 25 00:48:37.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
48782024-05-25T00:48:38.109Z[ recovery-image] May 25 00:48:37.093 INFO O| May 25 00:48:37.093 INFO STEP 124 (remove_files) COMPLETE
48792024-05-25T00:48:38.115Z[ recovery-image] May 25 00:48:37.093 INFO O| May 25 00:48:37.093 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-05-25T00:48:38.130Z[ recovery-image] May 25 00:48:37.114 INFO O| May 25 00:48:37.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
48812024-05-25T00:48:38.130Z[ recovery-image] May 25 00:48:37.114 INFO O| May 25 00:48:37.114 INFO STEP 125 (remove_files) COMPLETE
48822024-05-25T00:48:38.135Z[ recovery-image] May 25 00:48:37.114 INFO O| May 25 00:48:37.114 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-05-25T00:48:38.150Z[ recovery-image] May 25 00:48:37.134 INFO O| May 25 00:48:37.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
48842024-05-25T00:48:38.151Z[ recovery-image] May 25 00:48:37.134 INFO O| May 25 00:48:37.134 INFO STEP 126 (remove_files) COMPLETE
48852024-05-25T00:48:38.156Z[ recovery-image] May 25 00:48:37.134 INFO O| May 25 00:48:37.134 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-05-25T00:48:38.171Z[ recovery-image] May 25 00:48:37.155 INFO O| May 25 00:48:37.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
48872024-05-25T00:48:38.171Z[ recovery-image] May 25 00:48:37.155 INFO O| May 25 00:48:37.155 INFO STEP 127 (remove_files) COMPLETE
48882024-05-25T00:48:38.175Z[ recovery-image] May 25 00:48:37.155 INFO O| May 25 00:48:37.155 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-05-25T00:48:38.190Z[ recovery-image] May 25 00:48:37.174 INFO O| May 25 00:48:37.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
48902024-05-25T00:48:38.191Z[ recovery-image] May 25 00:48:37.174 INFO O| May 25 00:48:37.174 INFO STEP 128 (remove_files) COMPLETE
48912024-05-25T00:48:38.191Z[ recovery-image] May 25 00:48:37.174 INFO O| May 25 00:48:37.174 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-05-25T00:48:38.210Z[ recovery-image] May 25 00:48:37.194 INFO O| May 25 00:48:37.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
48932024-05-25T00:48:38.210Z[ recovery-image] May 25 00:48:37.194 INFO O| May 25 00:48:37.194 INFO STEP 129 (remove_files) COMPLETE
48942024-05-25T00:48:38.214Z[ recovery-image] May 25 00:48:37.194 INFO O| May 25 00:48:37.194 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-05-25T00:48:38.230Z[ recovery-image] May 25 00:48:37.214 INFO O| May 25 00:48:37.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
48962024-05-25T00:48:38.230Z[ recovery-image] May 25 00:48:37.214 INFO O| May 25 00:48:37.214 INFO STEP 130 (remove_files) COMPLETE
48972024-05-25T00:48:38.234Z[ recovery-image] May 25 00:48:37.214 INFO O| May 25 00:48:37.214 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-05-25T00:48:38.247Z[ recovery-image] May 25 00:48:37.231 INFO O| May 25 00:48:37.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
48992024-05-25T00:48:38.248Z[ recovery-image] May 25 00:48:37.231 INFO O| May 25 00:48:37.231 INFO STEP 131 (remove_files) COMPLETE
49002024-05-25T00:48:38.248Z[ recovery-image] May 25 00:48:37.231 INFO O| May 25 00:48:37.231 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-05-25T00:48:38.264Z[ recovery-image] May 25 00:48:37.247 INFO O| May 25 00:48:37.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
49022024-05-25T00:48:38.264Z[ recovery-image] May 25 00:48:37.248 INFO O| May 25 00:48:37.247 INFO STEP 132 (remove_files) COMPLETE
49032024-05-25T00:48:38.269Z[ recovery-image] May 25 00:48:37.248 INFO O| May 25 00:48:37.248 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-05-25T00:48:38.281Z[ recovery-image] May 25 00:48:37.265 INFO O| May 25 00:48:37.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
49052024-05-25T00:48:38.282Z[ recovery-image] May 25 00:48:37.265 INFO O| May 25 00:48:37.265 INFO STEP 133 (remove_files) COMPLETE
49062024-05-25T00:48:38.286Z[ recovery-image] May 25 00:48:37.266 INFO O| May 25 00:48:37.265 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-05-25T00:48:38.295Z[ recovery-image] May 25 00:48:37.279 INFO O| May 25 00:48:37.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
49082024-05-25T00:48:38.295Z[ recovery-image] May 25 00:48:37.279 INFO O| May 25 00:48:37.279 INFO STEP 134 (remove_files) COMPLETE
49092024-05-25T00:48:38.300Z[ recovery-image] May 25 00:48:37.279 INFO O| May 25 00:48:37.279 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-05-25T00:48:38.314Z[ recovery-image] May 25 00:48:37.297 INFO O| May 25 00:48:37.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
49112024-05-25T00:48:38.314Z[ recovery-image] May 25 00:48:37.297 INFO O| May 25 00:48:37.297 INFO STEP 135 (remove_files) COMPLETE
49122024-05-25T00:48:38.314Z[ recovery-image] May 25 00:48:37.297 INFO O| May 25 00:48:37.297 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-05-25T00:48:38.318Z[ host-image] May 25 00:48:37.298 INFO O| May 25 00:48:37.298 INFO O| Done
49142024-05-25T00:48:38.333Z[ recovery-image] May 25 00:48:37.316 INFO O| May 25 00:48:37.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
49152024-05-25T00:48:38.333Z[ recovery-image] May 25 00:48:37.316 INFO O| May 25 00:48:37.316 INFO STEP 136 (remove_files) COMPLETE
49162024-05-25T00:48:38.333Z[ recovery-image] May 25 00:48:37.316 INFO O| May 25 00:48:37.316 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-05-25T00:48:38.352Z[ recovery-image] May 25 00:48:37.335 INFO O| May 25 00:48:37.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
49182024-05-25T00:48:38.352Z[ recovery-image] May 25 00:48:37.335 INFO O| May 25 00:48:37.335 INFO STEP 137 (remove_files) COMPLETE
49192024-05-25T00:48:38.352Z[ recovery-image] May 25 00:48:37.335 INFO O| May 25 00:48:37.335 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-05-25T00:48:38.370Z[ recovery-image] May 25 00:48:37.353 INFO O| May 25 00:48:37.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
49212024-05-25T00:48:38.370Z[ recovery-image] May 25 00:48:37.353 INFO O| May 25 00:48:37.353 INFO STEP 138 (remove_files) COMPLETE
49222024-05-25T00:48:38.377Z[ recovery-image] May 25 00:48:37.353 INFO O| May 25 00:48:37.353 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-05-25T00:48:38.388Z[ recovery-image] May 25 00:48:37.372 INFO O| May 25 00:48:37.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
49242024-05-25T00:48:38.388Z[ recovery-image] May 25 00:48:37.372 INFO O| May 25 00:48:37.372 INFO STEP 139 (remove_files) COMPLETE
49252024-05-25T00:48:38.393Z[ recovery-image] May 25 00:48:37.372 INFO O| May 25 00:48:37.372 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-05-25T00:48:38.407Z[ recovery-image] May 25 00:48:37.391 INFO O| May 25 00:48:37.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
49272024-05-25T00:48:38.407Z[ recovery-image] May 25 00:48:37.391 INFO O| May 25 00:48:37.391 INFO STEP 140 (remove_files) COMPLETE
49282024-05-25T00:48:38.408Z[ recovery-image] May 25 00:48:37.391 INFO O| May 25 00:48:37.391 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-05-25T00:48:38.427Z[ recovery-image] May 25 00:48:37.410 INFO O| May 25 00:48:37.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
49302024-05-25T00:48:38.432Z[ recovery-image] May 25 00:48:37.411 INFO O| May 25 00:48:37.411 INFO STEP 141 (remove_files) COMPLETE
49312024-05-25T00:48:38.432Z[ recovery-image] May 25 00:48:37.411 INFO O| May 25 00:48:37.411 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-05-25T00:48:38.443Z[ recovery-image] May 25 00:48:37.427 INFO O| May 25 00:48:37.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
49332024-05-25T00:48:38.443Z[ recovery-image] May 25 00:48:37.427 INFO O| May 25 00:48:37.427 INFO STEP 142 (remove_files) COMPLETE
49342024-05-25T00:48:38.443Z[ recovery-image] May 25 00:48:37.427 INFO O| May 25 00:48:37.427 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-05-25T00:48:38.459Z[ recovery-image] May 25 00:48:37.442 INFO O| May 25 00:48:37.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
49362024-05-25T00:48:38.459Z[ recovery-image] May 25 00:48:37.442 INFO O| May 25 00:48:37.442 INFO STEP 143 (remove_files) COMPLETE
49372024-05-25T00:48:38.459Z[ recovery-image] May 25 00:48:37.442 INFO O| May 25 00:48:37.442 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-05-25T00:48:38.475Z[ recovery-image] May 25 00:48:37.458 INFO O| May 25 00:48:37.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
49392024-05-25T00:48:38.475Z[ recovery-image] May 25 00:48:37.458 INFO O| May 25 00:48:37.458 INFO STEP 144 (remove_files) COMPLETE
49402024-05-25T00:48:38.475Z[ recovery-image] May 25 00:48:37.458 INFO O| May 25 00:48:37.458 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-05-25T00:48:38.492Z[ recovery-image] May 25 00:48:37.476 INFO O| May 25 00:48:37.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
49422024-05-25T00:48:38.493Z[ recovery-image] May 25 00:48:37.476 INFO O| May 25 00:48:37.476 INFO STEP 145 (remove_files) COMPLETE
49432024-05-25T00:48:38.493Z[ recovery-image] May 25 00:48:37.476 INFO O| May 25 00:48:37.476 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-05-25T00:48:38.511Z[ recovery-image] May 25 00:48:37.495 INFO O| May 25 00:48:37.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
49452024-05-25T00:48:38.511Z[ recovery-image] May 25 00:48:37.495 INFO O| May 25 00:48:37.495 INFO STEP 146 (remove_files) COMPLETE
49462024-05-25T00:48:38.512Z[ recovery-image] May 25 00:48:37.495 INFO O| May 25 00:48:37.495 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-05-25T00:48:38.542Z[ recovery-image] May 25 00:48:37.514 INFO O| May 25 00:48:37.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
49482024-05-25T00:48:38.542Z[ recovery-image] May 25 00:48:37.514 INFO O| May 25 00:48:37.514 INFO STEP 147 (remove_files) COMPLETE
49492024-05-25T00:48:38.542Z[ recovery-image] May 25 00:48:37.514 INFO O| May 25 00:48:37.514 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-05-25T00:48:38.550Z[ recovery-image] May 25 00:48:37.534 INFO O| May 25 00:48:37.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
49512024-05-25T00:48:38.551Z[ recovery-image] May 25 00:48:37.534 INFO O| May 25 00:48:37.534 INFO STEP 148 (remove_files) COMPLETE
49522024-05-25T00:48:38.552Z[ recovery-image] May 25 00:48:37.534 INFO O| May 25 00:48:37.534 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-05-25T00:48:38.571Z[ recovery-image] May 25 00:48:37.554 INFO O| May 25 00:48:37.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
49542024-05-25T00:48:38.571Z[ recovery-image] May 25 00:48:37.554 INFO O| May 25 00:48:37.554 INFO STEP 149 (remove_files) COMPLETE
49552024-05-25T00:48:38.571Z[ recovery-image] May 25 00:48:37.554 INFO O| May 25 00:48:37.554 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-05-25T00:48:38.591Z[ recovery-image] May 25 00:48:37.575 INFO O| May 25 00:48:37.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
49572024-05-25T00:48:38.591Z[ recovery-image] May 25 00:48:37.575 INFO O| May 25 00:48:37.575 INFO STEP 150 (remove_files) COMPLETE
49582024-05-25T00:48:38.591Z[ recovery-image] May 25 00:48:37.575 INFO O| May 25 00:48:37.575 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-05-25T00:48:38.611Z[ recovery-image] May 25 00:48:37.595 INFO O| May 25 00:48:37.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
49602024-05-25T00:48:38.611Z[ recovery-image] May 25 00:48:37.595 INFO O| May 25 00:48:37.595 INFO STEP 151 (remove_files) COMPLETE
49612024-05-25T00:48:38.611Z[ recovery-image] May 25 00:48:37.595 INFO O| May 25 00:48:37.595 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-05-25T00:48:38.630Z[ recovery-image] May 25 00:48:37.614 INFO O| May 25 00:48:37.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
49632024-05-25T00:48:38.630Z[ recovery-image] May 25 00:48:37.614 INFO O| May 25 00:48:37.614 INFO STEP 152 (remove_files) COMPLETE
49642024-05-25T00:48:38.637Z[ recovery-image] May 25 00:48:37.614 INFO O| May 25 00:48:37.614 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-05-25T00:48:38.648Z[ recovery-image] May 25 00:48:37.632 INFO O| May 25 00:48:37.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
49662024-05-25T00:48:38.648Z[ recovery-image] May 25 00:48:37.632 INFO O| May 25 00:48:37.632 INFO STEP 153 (remove_files) COMPLETE
49672024-05-25T00:48:38.648Z[ recovery-image] May 25 00:48:37.632 INFO O| May 25 00:48:37.632 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-05-25T00:48:38.666Z[ recovery-image] May 25 00:48:37.650 INFO O| May 25 00:48:37.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
49692024-05-25T00:48:38.666Z[ recovery-image] May 25 00:48:37.650 INFO O| May 25 00:48:37.650 INFO STEP 154 (remove_files) COMPLETE
49702024-05-25T00:48:38.666Z[ recovery-image] May 25 00:48:37.650 INFO O| May 25 00:48:37.650 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-05-25T00:48:38.683Z[ recovery-image] May 25 00:48:37.667 INFO O| May 25 00:48:37.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
49722024-05-25T00:48:38.683Z[ recovery-image] May 25 00:48:37.667 INFO O| May 25 00:48:37.667 INFO STEP 155 (remove_files) COMPLETE
49732024-05-25T00:48:38.695Z[ recovery-image] May 25 00:48:37.667 INFO O| May 25 00:48:37.667 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-05-25T00:48:38.701Z[ recovery-image] May 25 00:48:37.685 INFO O| May 25 00:48:37.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
49752024-05-25T00:48:38.701Z[ recovery-image] May 25 00:48:37.685 INFO O| May 25 00:48:37.685 INFO STEP 156 (remove_files) COMPLETE
49762024-05-25T00:48:38.705Z[ recovery-image] May 25 00:48:37.685 INFO O| May 25 00:48:37.685 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-05-25T00:48:38.718Z[ recovery-image] May 25 00:48:37.702 INFO O| May 25 00:48:37.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
49782024-05-25T00:48:38.718Z[ recovery-image] May 25 00:48:37.702 INFO O| May 25 00:48:37.702 INFO STEP 157 (remove_files) COMPLETE
49792024-05-25T00:48:38.718Z[ recovery-image] May 25 00:48:37.702 INFO O| May 25 00:48:37.702 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-05-25T00:48:38.739Z[ recovery-image] May 25 00:48:37.723 INFO O| May 25 00:48:37.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
49812024-05-25T00:48:38.753Z[ recovery-image] May 25 00:48:37.723 INFO O| May 25 00:48:37.723 INFO STEP 158 (remove_files) COMPLETE
49822024-05-25T00:48:38.753Z[ recovery-image] May 25 00:48:37.723 INFO O| May 25 00:48:37.723 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-05-25T00:48:38.761Z[ recovery-image] May 25 00:48:37.744 INFO O| May 25 00:48:37.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
49842024-05-25T00:48:38.761Z[ recovery-image] May 25 00:48:37.744 INFO O| May 25 00:48:37.744 INFO STEP 159 (remove_files) COMPLETE
49852024-05-25T00:48:38.761Z[ recovery-image] May 25 00:48:37.744 INFO O| May 25 00:48:37.744 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-05-25T00:48:38.780Z[ recovery-image] May 25 00:48:37.764 INFO O| May 25 00:48:37.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
49872024-05-25T00:48:38.780Z[ recovery-image] May 25 00:48:37.764 INFO O| May 25 00:48:37.764 INFO STEP 160 (remove_files) COMPLETE
49882024-05-25T00:48:38.784Z[ recovery-image] May 25 00:48:37.764 INFO O| May 25 00:48:37.764 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-05-25T00:48:38.793Z[ recovery-image] May 25 00:48:37.777 INFO O| May 25 00:48:37.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
49902024-05-25T00:48:38.793Z[ recovery-image] May 25 00:48:37.777 INFO O| May 25 00:48:37.777 INFO STEP 161 (remove_files) COMPLETE
49912024-05-25T00:48:38.794Z[ recovery-image] May 25 00:48:37.777 INFO O| May 25 00:48:37.777 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-05-25T00:48:38.809Z[ recovery-image] May 25 00:48:37.793 INFO O| May 25 00:48:37.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
49932024-05-25T00:48:38.809Z[ recovery-image] May 25 00:48:37.793 INFO O| May 25 00:48:37.793 INFO STEP 162 (remove_files) COMPLETE
49942024-05-25T00:48:38.825Z[ recovery-image] May 25 00:48:37.793 INFO O| May 25 00:48:37.793 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-05-25T00:48:38.825Z[ recovery-image] May 25 00:48:37.808 INFO O| May 25 00:48:37.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
49962024-05-25T00:48:38.825Z[ recovery-image] May 25 00:48:37.808 INFO O| May 25 00:48:37.808 INFO STEP 163 (remove_files) COMPLETE
49972024-05-25T00:48:38.825Z[ recovery-image] May 25 00:48:37.808 INFO O| May 25 00:48:37.808 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-05-25T00:48:38.844Z[ recovery-image] May 25 00:48:37.828 INFO O| May 25 00:48:37.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
49992024-05-25T00:48:38.845Z[ recovery-image] May 25 00:48:37.828 INFO O| May 25 00:48:37.828 INFO STEP 164 (remove_files) COMPLETE
50002024-05-25T00:48:38.848Z[ recovery-image] May 25 00:48:37.828 INFO O| May 25 00:48:37.828 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-05-25T00:48:38.865Z[ recovery-image] May 25 00:48:37.849 INFO O| May 25 00:48:37.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
50022024-05-25T00:48:38.866Z[ recovery-image] May 25 00:48:37.849 INFO O| May 25 00:48:37.849 INFO STEP 165 (remove_files) COMPLETE
50032024-05-25T00:48:38.869Z[ recovery-image] May 25 00:48:37.849 INFO O| May 25 00:48:37.849 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-05-25T00:48:38.885Z[ recovery-image] May 25 00:48:37.869 INFO O| May 25 00:48:37.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
50052024-05-25T00:48:38.886Z[ recovery-image] May 25 00:48:37.869 INFO O| May 25 00:48:37.869 INFO STEP 166 (remove_files) COMPLETE
50062024-05-25T00:48:38.889Z[ recovery-image] May 25 00:48:37.869 INFO O| May 25 00:48:37.869 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-05-25T00:48:38.904Z[ recovery-image] May 25 00:48:37.888 INFO O| May 25 00:48:37.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
50082024-05-25T00:48:38.905Z[ recovery-image] May 25 00:48:37.888 INFO O| May 25 00:48:37.888 INFO STEP 167 (remove_files) COMPLETE
50092024-05-25T00:48:38.905Z[ recovery-image] May 25 00:48:37.888 INFO O| May 25 00:48:37.888 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-05-25T00:48:38.924Z[ recovery-image] May 25 00:48:37.907 INFO O| May 25 00:48:37.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
50112024-05-25T00:48:38.924Z[ recovery-image] May 25 00:48:37.907 INFO O| May 25 00:48:37.907 INFO STEP 168 (remove_files) COMPLETE
50122024-05-25T00:48:38.924Z[ recovery-image] May 25 00:48:37.907 INFO O| May 25 00:48:37.907 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-05-25T00:48:38.939Z[ recovery-image] May 25 00:48:37.923 INFO O| May 25 00:48:37.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
50142024-05-25T00:48:38.939Z[ recovery-image] May 25 00:48:37.923 INFO O| May 25 00:48:37.923 INFO STEP 169 (remove_files) COMPLETE
50152024-05-25T00:48:38.939Z[ recovery-image] May 25 00:48:37.923 INFO O| May 25 00:48:37.923 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-05-25T00:48:38.957Z[ recovery-image] May 25 00:48:37.941 INFO O| May 25 00:48:37.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
50172024-05-25T00:48:38.957Z[ recovery-image] May 25 00:48:37.941 INFO O| May 25 00:48:37.941 INFO STEP 170 (remove_files) COMPLETE
50182024-05-25T00:48:38.961Z[ recovery-image] May 25 00:48:37.941 INFO O| May 25 00:48:37.941 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-05-25T00:48:38.972Z[ recovery-image] May 25 00:48:37.955 INFO O| May 25 00:48:37.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
50202024-05-25T00:48:38.972Z[ recovery-image] May 25 00:48:37.955 INFO O| May 25 00:48:37.955 INFO STEP 171 (remove_files) COMPLETE
50212024-05-25T00:48:38.972Z[ recovery-image] May 25 00:48:37.955 INFO O| May 25 00:48:37.955 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-05-25T00:48:38.986Z[ recovery-image] May 25 00:48:37.968 INFO O| May 25 00:48:37.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
50232024-05-25T00:48:38.987Z[ recovery-image] May 25 00:48:37.968 INFO O| May 25 00:48:37.968 INFO STEP 172 (remove_files) COMPLETE
50242024-05-25T00:48:38.987Z[ recovery-image] May 25 00:48:37.968 INFO O| May 25 00:48:37.968 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-05-25T00:48:38.996Z[ recovery-image] May 25 00:48:37.980 INFO O| May 25 00:48:37.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
50262024-05-25T00:48:38.996Z[ recovery-image] May 25 00:48:37.980 INFO O| May 25 00:48:37.980 INFO STEP 173 (remove_files) COMPLETE
50272024-05-25T00:48:39.003Z[ recovery-image] May 25 00:48:37.980 INFO O| May 25 00:48:37.980 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-05-25T00:48:39.009Z[ recovery-image] May 25 00:48:37.993 INFO O| May 25 00:48:37.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
50292024-05-25T00:48:39.009Z[ recovery-image] May 25 00:48:37.993 INFO O| May 25 00:48:37.993 INFO STEP 174 (remove_files) COMPLETE
50302024-05-25T00:48:39.012Z[ recovery-image] May 25 00:48:37.993 INFO O| May 25 00:48:37.993 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-05-25T00:48:39.028Z[ recovery-image] May 25 00:48:38.011 INFO O| May 25 00:48:38.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
50322024-05-25T00:48:39.028Z[ recovery-image] May 25 00:48:38.012 INFO O| May 25 00:48:38.011 INFO STEP 175 (remove_files) COMPLETE
50332024-05-25T00:48:39.031Z[ recovery-image] May 25 00:48:38.012 INFO O| May 25 00:48:38.012 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-05-25T00:48:39.056Z[ recovery-image] May 25 00:48:38.029 INFO O| May 25 00:48:38.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
50352024-05-25T00:48:39.056Z[ recovery-image] May 25 00:48:38.029 INFO O| May 25 00:48:38.029 INFO STEP 176 (remove_files) COMPLETE
50362024-05-25T00:48:39.062Z[ recovery-image] May 25 00:48:38.029 INFO O| May 25 00:48:38.029 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-05-25T00:48:39.065Z[ recovery-image] May 25 00:48:38.047 INFO O| May 25 00:48:38.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
50382024-05-25T00:48:39.065Z[ recovery-image] May 25 00:48:38.047 INFO O| May 25 00:48:38.047 INFO STEP 177 (remove_files) COMPLETE
50392024-05-25T00:48:39.065Z[ recovery-image] May 25 00:48:38.047 INFO O| May 25 00:48:38.047 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-05-25T00:48:39.080Z[ recovery-image] May 25 00:48:38.063 INFO O| May 25 00:48:38.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
50412024-05-25T00:48:39.080Z[ recovery-image] May 25 00:48:38.063 INFO O| May 25 00:48:38.063 INFO STEP 178 (remove_files) COMPLETE
50422024-05-25T00:48:39.080Z[ recovery-image] May 25 00:48:38.063 INFO O| May 25 00:48:38.063 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-05-25T00:48:39.096Z[ recovery-image] May 25 00:48:38.079 INFO O| May 25 00:48:38.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
50442024-05-25T00:48:39.096Z[ recovery-image] May 25 00:48:38.079 INFO O| May 25 00:48:38.079 INFO STEP 179 (remove_files) COMPLETE
50452024-05-25T00:48:39.096Z[ recovery-image] May 25 00:48:38.079 INFO O| May 25 00:48:38.079 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-05-25T00:48:39.112Z[ recovery-image] May 25 00:48:38.096 INFO O| May 25 00:48:38.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
50472024-05-25T00:48:39.113Z[ recovery-image] May 25 00:48:38.096 INFO O| May 25 00:48:38.096 INFO STEP 180 (remove_files) COMPLETE
50482024-05-25T00:48:39.113Z[ recovery-image] May 25 00:48:38.096 INFO O| May 25 00:48:38.096 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-05-25T00:48:39.155Z[ recovery-image] May 25 00:48:38.110 INFO O| May 25 00:48:38.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
50502024-05-25T00:48:39.155Z[ recovery-image] May 25 00:48:38.110 INFO O| May 25 00:48:38.110 INFO STEP 181 (remove_files) COMPLETE
50512024-05-25T00:48:39.171Z[ recovery-image] May 25 00:48:38.110 INFO O| May 25 00:48:38.110 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-05-25T00:48:39.171Z[ recovery-image] May 25 00:48:38.124 INFO O| May 25 00:48:38.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
50532024-05-25T00:48:39.171Z[ recovery-image] May 25 00:48:38.124 INFO O| May 25 00:48:38.124 INFO STEP 182 (remove_files) COMPLETE
50542024-05-25T00:48:39.171Z[ recovery-image] May 25 00:48:38.124 INFO O| May 25 00:48:38.124 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-05-25T00:48:39.171Z[ recovery-image] May 25 00:48:38.142 INFO O| May 25 00:48:38.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
50562024-05-25T00:48:39.171Z[ recovery-image] May 25 00:48:38.142 INFO O| May 25 00:48:38.142 INFO STEP 183 (remove_files) COMPLETE
50572024-05-25T00:48:39.171Z[ recovery-image] May 25 00:48:38.142 INFO O| May 25 00:48:38.142 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-05-25T00:48:39.176Z[ recovery-image] May 25 00:48:38.156 INFO O| May 25 00:48:38.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
50592024-05-25T00:48:39.176Z[ recovery-image] May 25 00:48:38.157 INFO O| May 25 00:48:38.157 INFO STEP 184 (remove_files) COMPLETE
50602024-05-25T00:48:39.176Z[ recovery-image] May 25 00:48:38.157 INFO O| May 25 00:48:38.157 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-05-25T00:48:39.189Z[ recovery-image] May 25 00:48:38.173 INFO O| May 25 00:48:38.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
50622024-05-25T00:48:39.189Z[ recovery-image] May 25 00:48:38.173 INFO O| May 25 00:48:38.173 INFO STEP 185 (remove_files) COMPLETE
50632024-05-25T00:48:39.192Z[ recovery-image] May 25 00:48:38.173 INFO O| May 25 00:48:38.173 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-05-25T00:48:39.207Z[ recovery-image] May 25 00:48:38.191 INFO O| May 25 00:48:38.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
50652024-05-25T00:48:39.207Z[ recovery-image] May 25 00:48:38.191 INFO O| May 25 00:48:38.191 INFO STEP 186 (remove_files) COMPLETE
50662024-05-25T00:48:39.207Z[ recovery-image] May 25 00:48:38.191 INFO O| May 25 00:48:38.191 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-05-25T00:48:39.227Z[ recovery-image] May 25 00:48:38.210 INFO O| May 25 00:48:38.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
50682024-05-25T00:48:39.227Z[ recovery-image] May 25 00:48:38.210 INFO O| May 25 00:48:38.210 INFO STEP 187 (remove_files) COMPLETE
50692024-05-25T00:48:39.227Z[ recovery-image] May 25 00:48:38.210 INFO O| May 25 00:48:38.210 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-05-25T00:48:39.243Z[ recovery-image] May 25 00:48:38.226 INFO O| May 25 00:48:38.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
50712024-05-25T00:48:39.243Z[ recovery-image] May 25 00:48:38.226 INFO O| May 25 00:48:38.226 INFO STEP 188 (remove_files) COMPLETE
50722024-05-25T00:48:39.285Z[ recovery-image] May 25 00:48:38.226 INFO O| May 25 00:48:38.226 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-05-25T00:48:39.341Z[ recovery-image] May 25 00:48:38.244 INFO O| May 25 00:48:38.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
50742024-05-25T00:48:39.341Z[ recovery-image] May 25 00:48:38.244 INFO O| May 25 00:48:38.244 INFO STEP 189 (remove_files) COMPLETE
50752024-05-25T00:48:39.341Z[ recovery-image] May 25 00:48:38.244 INFO O| May 25 00:48:38.244 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-05-25T00:48:39.341Z[ recovery-image] May 25 00:48:38.260 INFO O| May 25 00:48:38.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
50772024-05-25T00:48:39.341Z[ recovery-image] May 25 00:48:38.260 INFO O| May 25 00:48:38.260 INFO STEP 190 (remove_files) COMPLETE
50782024-05-25T00:48:39.341Z[ recovery-image] May 25 00:48:38.260 INFO O| May 25 00:48:38.260 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-05-25T00:48:39.341Z[ recovery-image] May 25 00:48:38.272 INFO O| May 25 00:48:38.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
50802024-05-25T00:48:39.342Z[ recovery-image] May 25 00:48:38.272 INFO O| May 25 00:48:38.272 INFO STEP 191 (remove_files) COMPLETE
50812024-05-25T00:48:39.342Z[ recovery-image] May 25 00:48:38.272 INFO O| May 25 00:48:38.272 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-05-25T00:48:39.342Z[ recovery-image] May 25 00:48:38.299 INFO O| May 25 00:48:38.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
50832024-05-25T00:48:39.342Z[ recovery-image] May 25 00:48:38.300 INFO O| May 25 00:48:38.300 INFO STEP 192 (remove_files) COMPLETE
50842024-05-25T00:48:39.342Z[ recovery-image] May 25 00:48:38.300 INFO O| May 25 00:48:38.300 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-05-25T00:48:39.346Z[ recovery-image] May 25 00:48:38.325 INFO O| May 25 00:48:38.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
50862024-05-25T00:48:39.347Z[ recovery-image] May 25 00:48:38.325 INFO O| May 25 00:48:38.325 INFO STEP 193 (remove_files) COMPLETE
50872024-05-25T00:48:39.347Z[ recovery-image] May 25 00:48:38.325 INFO O| May 25 00:48:38.325 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-05-25T00:48:39.359Z[ recovery-image] May 25 00:48:38.343 INFO O| May 25 00:48:38.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
50892024-05-25T00:48:39.359Z[ recovery-image] May 25 00:48:38.343 INFO O| May 25 00:48:38.343 INFO STEP 194 (remove_files) COMPLETE
50902024-05-25T00:48:39.363Z[ recovery-image] May 25 00:48:38.343 INFO O| May 25 00:48:38.343 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-05-25T00:48:39.377Z[ recovery-image] May 25 00:48:38.360 INFO O| May 25 00:48:38.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
50922024-05-25T00:48:39.377Z[ recovery-image] May 25 00:48:38.361 INFO O| May 25 00:48:38.360 INFO STEP 195 (remove_files) COMPLETE
50932024-05-25T00:48:39.380Z[ recovery-image] May 25 00:48:38.361 INFO O| May 25 00:48:38.360 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-05-25T00:48:39.394Z[ recovery-image] May 25 00:48:38.376 INFO O| May 25 00:48:38.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
50952024-05-25T00:48:39.394Z[ recovery-image] May 25 00:48:38.376 INFO O| May 25 00:48:38.376 INFO STEP 196 (remove_files) COMPLETE
50962024-05-25T00:48:39.394Z[ recovery-image] May 25 00:48:38.376 INFO O| May 25 00:48:38.376 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-05-25T00:48:39.405Z[ recovery-image] May 25 00:48:38.389 INFO O| May 25 00:48:38.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
50982024-05-25T00:48:39.406Z[ recovery-image] May 25 00:48:38.389 INFO O| May 25 00:48:38.389 INFO STEP 197 (remove_files) COMPLETE
50992024-05-25T00:48:39.406Z[ recovery-image] May 25 00:48:38.389 INFO O| May 25 00:48:38.389 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-05-25T00:48:39.418Z[ recovery-image] May 25 00:48:38.402 INFO O| May 25 00:48:38.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
51012024-05-25T00:48:39.418Z[ recovery-image] May 25 00:48:38.402 INFO O| May 25 00:48:38.402 INFO STEP 198 (remove_files) COMPLETE
51022024-05-25T00:48:39.418Z[ recovery-image] May 25 00:48:38.402 INFO O| May 25 00:48:38.402 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-05-25T00:48:39.435Z[ recovery-image] May 25 00:48:38.419 INFO O| May 25 00:48:38.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
51042024-05-25T00:48:39.435Z[ recovery-image] May 25 00:48:38.419 INFO O| May 25 00:48:38.419 INFO STEP 199 (remove_files) COMPLETE
51052024-05-25T00:48:39.436Z[ recovery-image] May 25 00:48:38.419 INFO O| May 25 00:48:38.419 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-05-25T00:48:39.448Z[ recovery-image] May 25 00:48:38.432 INFO O| May 25 00:48:38.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
51072024-05-25T00:48:39.448Z[ recovery-image] May 25 00:48:38.432 INFO O| May 25 00:48:38.432 INFO STEP 200 (remove_files) COMPLETE
51082024-05-25T00:48:39.449Z[ recovery-image] May 25 00:48:38.432 INFO O| May 25 00:48:38.432 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-05-25T00:48:39.462Z[ recovery-image] May 25 00:48:38.446 INFO O| May 25 00:48:38.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
51102024-05-25T00:48:39.462Z[ recovery-image] May 25 00:48:38.446 INFO O| May 25 00:48:38.446 INFO STEP 201 (remove_files) COMPLETE
51112024-05-25T00:48:39.466Z[ recovery-image] May 25 00:48:38.446 INFO O| May 25 00:48:38.446 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-05-25T00:48:39.480Z[ recovery-image] May 25 00:48:38.464 INFO O| May 25 00:48:38.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
51132024-05-25T00:48:39.480Z[ recovery-image] May 25 00:48:38.464 INFO O| May 25 00:48:38.464 INFO STEP 202 (remove_files) COMPLETE
51142024-05-25T00:48:39.481Z[ recovery-image] May 25 00:48:38.464 INFO O| May 25 00:48:38.464 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-05-25T00:48:39.498Z[ recovery-image] May 25 00:48:38.482 INFO O| May 25 00:48:38.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
51162024-05-25T00:48:39.499Z[ recovery-image] May 25 00:48:38.482 INFO O| May 25 00:48:38.482 INFO STEP 203 (remove_files) COMPLETE
51172024-05-25T00:48:39.499Z[ recovery-image] May 25 00:48:38.482 INFO O| May 25 00:48:38.482 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-05-25T00:48:39.513Z[ recovery-image] May 25 00:48:38.496 INFO O| May 25 00:48:38.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
51192024-05-25T00:48:39.513Z[ recovery-image] May 25 00:48:38.497 INFO O| May 25 00:48:38.497 INFO STEP 204 (remove_files) COMPLETE
51202024-05-25T00:48:39.513Z[ recovery-image] May 25 00:48:38.497 INFO O| May 25 00:48:38.497 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-05-25T00:48:39.527Z[ recovery-image] May 25 00:48:38.510 INFO O| May 25 00:48:38.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
51222024-05-25T00:48:39.527Z[ recovery-image] May 25 00:48:38.510 INFO O| May 25 00:48:38.510 INFO STEP 205 (remove_files) COMPLETE
51232024-05-25T00:48:39.527Z[ recovery-image] May 25 00:48:38.511 INFO O| May 25 00:48:38.510 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-05-25T00:48:39.551Z[ recovery-image] May 25 00:48:38.524 INFO O| May 25 00:48:38.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
51252024-05-25T00:48:39.551Z[ recovery-image] May 25 00:48:38.524 INFO O| May 25 00:48:38.524 INFO STEP 206 (remove_files) COMPLETE
51262024-05-25T00:48:39.554Z[ recovery-image] May 25 00:48:38.524 INFO O| May 25 00:48:38.524 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-05-25T00:48:39.558Z[ recovery-image] May 25 00:48:38.540 INFO O| May 25 00:48:38.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
51282024-05-25T00:48:39.558Z[ recovery-image] May 25 00:48:38.540 INFO O| May 25 00:48:38.540 INFO STEP 207 (remove_files) COMPLETE
51292024-05-25T00:48:39.558Z[ recovery-image] May 25 00:48:38.540 INFO O| May 25 00:48:38.540 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-05-25T00:48:39.573Z[ recovery-image] May 25 00:48:38.557 INFO O| May 25 00:48:38.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
51312024-05-25T00:48:39.573Z[ recovery-image] May 25 00:48:38.557 INFO O| May 25 00:48:38.557 INFO STEP 208 (remove_files) COMPLETE
51322024-05-25T00:48:39.576Z[ recovery-image] May 25 00:48:38.557 INFO O| May 25 00:48:38.557 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-05-25T00:48:39.589Z[ recovery-image] May 25 00:48:38.573 INFO O| May 25 00:48:38.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
51342024-05-25T00:48:39.593Z[ recovery-image] May 25 00:48:38.573 INFO O| May 25 00:48:38.573 INFO STEP 209 (remove_files) COMPLETE
51352024-05-25T00:48:39.593Z[ recovery-image] May 25 00:48:38.573 INFO O| May 25 00:48:38.573 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-05-25T00:48:39.608Z[ recovery-image] May 25 00:48:38.590 INFO O| May 25 00:48:38.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
51372024-05-25T00:48:39.608Z[ recovery-image] May 25 00:48:38.590 INFO O| May 25 00:48:38.590 INFO STEP 210 (remove_files) COMPLETE
51382024-05-25T00:48:39.608Z[ recovery-image] May 25 00:48:38.590 INFO O| May 25 00:48:38.590 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-05-25T00:48:39.622Z[ recovery-image] May 25 00:48:38.606 INFO O| May 25 00:48:38.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
51402024-05-25T00:48:39.623Z[ recovery-image] May 25 00:48:38.606 INFO O| May 25 00:48:38.606 INFO STEP 211 (remove_files) COMPLETE
51412024-05-25T00:48:39.623Z[ recovery-image] May 25 00:48:38.606 INFO O| May 25 00:48:38.606 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-05-25T00:48:39.636Z[ recovery-image] May 25 00:48:38.619 INFO O| May 25 00:48:38.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
51432024-05-25T00:48:39.636Z[ recovery-image] May 25 00:48:38.620 INFO O| May 25 00:48:38.620 INFO STEP 212 (remove_files) COMPLETE
51442024-05-25T00:48:39.636Z[ recovery-image] May 25 00:48:38.620 INFO O| May 25 00:48:38.620 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-05-25T00:48:39.648Z[ recovery-image] May 25 00:48:38.632 INFO O| May 25 00:48:38.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
51462024-05-25T00:48:39.648Z[ recovery-image] May 25 00:48:38.632 INFO O| May 25 00:48:38.632 INFO STEP 213 (remove_files) COMPLETE
51472024-05-25T00:48:39.649Z[ recovery-image] May 25 00:48:38.632 INFO O| May 25 00:48:38.632 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-05-25T00:48:39.661Z[ recovery-image] May 25 00:48:38.644 INFO O| May 25 00:48:38.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
51492024-05-25T00:48:39.676Z[ recovery-image] May 25 00:48:38.644 INFO O| May 25 00:48:38.644 INFO STEP 214 (remove_files) COMPLETE
51502024-05-25T00:48:39.676Z[ recovery-image] May 25 00:48:38.644 INFO O| May 25 00:48:38.644 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-05-25T00:48:39.683Z[ recovery-image] May 25 00:48:38.661 INFO O| May 25 00:48:38.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
51522024-05-25T00:48:39.684Z[ recovery-image] May 25 00:48:38.661 INFO O| May 25 00:48:38.661 INFO STEP 215 (remove_files) COMPLETE
51532024-05-25T00:48:39.684Z[ recovery-image] May 25 00:48:38.661 INFO O| May 25 00:48:38.661 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-05-25T00:48:39.695Z[ recovery-image] May 25 00:48:38.678 INFO O| May 25 00:48:38.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
51552024-05-25T00:48:39.695Z[ recovery-image] May 25 00:48:38.678 INFO O| May 25 00:48:38.678 INFO STEP 216 (remove_files) COMPLETE
51562024-05-25T00:48:39.699Z[ recovery-image] May 25 00:48:38.678 INFO O| May 25 00:48:38.678 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-05-25T00:48:39.713Z[ recovery-image] May 25 00:48:38.696 INFO O| May 25 00:48:38.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
51582024-05-25T00:48:39.713Z[ recovery-image] May 25 00:48:38.696 INFO O| May 25 00:48:38.696 INFO STEP 217 (remove_files) COMPLETE
51592024-05-25T00:48:39.717Z[ recovery-image] May 25 00:48:38.696 INFO O| May 25 00:48:38.696 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-05-25T00:48:39.737Z[ recovery-image] May 25 00:48:38.713 INFO O| May 25 00:48:38.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
51612024-05-25T00:48:39.738Z[ recovery-image] May 25 00:48:38.714 INFO O| May 25 00:48:38.714 INFO STEP 218 (remove_files) COMPLETE
51622024-05-25T00:48:39.738Z[ recovery-image] May 25 00:48:38.714 INFO O| May 25 00:48:38.714 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-05-25T00:48:39.747Z[ recovery-image] May 25 00:48:38.730 INFO O| May 25 00:48:38.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
51642024-05-25T00:48:39.747Z[ recovery-image] May 25 00:48:38.730 INFO O| May 25 00:48:38.730 INFO STEP 219 (remove_files) COMPLETE
51652024-05-25T00:48:39.750Z[ recovery-image] May 25 00:48:38.730 INFO O| May 25 00:48:38.730 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-05-25T00:48:39.761Z[ recovery-image] May 25 00:48:38.745 INFO O| May 25 00:48:38.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
51672024-05-25T00:48:39.761Z[ recovery-image] May 25 00:48:38.745 INFO O| May 25 00:48:38.745 INFO STEP 220 (remove_files) COMPLETE
51682024-05-25T00:48:39.765Z[ recovery-image] May 25 00:48:38.745 INFO O| May 25 00:48:38.745 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-05-25T00:48:39.775Z[ recovery-image] May 25 00:48:38.759 INFO O| May 25 00:48:38.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
51702024-05-25T00:48:39.776Z[ recovery-image] May 25 00:48:38.759 INFO O| May 25 00:48:38.759 INFO STEP 221 (remove_files) COMPLETE
51712024-05-25T00:48:39.779Z[ recovery-image] May 25 00:48:38.759 INFO O| May 25 00:48:38.759 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-05-25T00:48:39.789Z[ recovery-image] May 25 00:48:38.772 INFO O| May 25 00:48:38.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
51732024-05-25T00:48:39.789Z[ recovery-image] May 25 00:48:38.772 INFO O| May 25 00:48:38.772 INFO STEP 222 (remove_files) COMPLETE
51742024-05-25T00:48:39.795Z[ recovery-image] May 25 00:48:38.772 INFO O| May 25 00:48:38.772 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-05-25T00:48:39.801Z[ recovery-image] May 25 00:48:38.785 INFO O| May 25 00:48:38.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
51762024-05-25T00:48:39.801Z[ recovery-image] May 25 00:48:38.785 INFO O| May 25 00:48:38.785 INFO STEP 223 (remove_files) COMPLETE
51772024-05-25T00:48:39.805Z[ recovery-image] May 25 00:48:38.785 INFO O| May 25 00:48:38.785 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-05-25T00:48:39.814Z[ recovery-image] May 25 00:48:38.798 INFO O| May 25 00:48:38.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
51792024-05-25T00:48:39.814Z[ recovery-image] May 25 00:48:38.798 INFO O| May 25 00:48:38.798 INFO STEP 224 (remove_files) COMPLETE
51802024-05-25T00:48:39.814Z[ recovery-image] May 25 00:48:38.798 INFO O| May 25 00:48:38.798 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-05-25T00:48:39.827Z[ recovery-image] May 25 00:48:38.810 INFO O| May 25 00:48:38.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
51822024-05-25T00:48:39.827Z[ recovery-image] May 25 00:48:38.810 INFO O| May 25 00:48:38.810 INFO STEP 225 (remove_files) COMPLETE
51832024-05-25T00:48:39.830Z[ recovery-image] May 25 00:48:38.810 INFO O| May 25 00:48:38.810 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-05-25T00:48:39.840Z[ recovery-image] May 25 00:48:38.824 INFO O| May 25 00:48:38.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
51852024-05-25T00:48:39.841Z[ recovery-image] May 25 00:48:38.824 INFO O| May 25 00:48:38.824 INFO STEP 226 (remove_files) COMPLETE
51862024-05-25T00:48:39.841Z[ recovery-image] May 25 00:48:38.824 INFO O| May 25 00:48:38.824 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-05-25T00:48:39.854Z[ recovery-image] May 25 00:48:38.837 INFO O| May 25 00:48:38.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
51882024-05-25T00:48:39.859Z[ recovery-image] May 25 00:48:38.838 INFO O| May 25 00:48:38.838 INFO STEP 227 (remove_files) COMPLETE
51892024-05-25T00:48:39.859Z[ recovery-image] May 25 00:48:38.838 INFO O| May 25 00:48:38.838 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-05-25T00:48:39.868Z[ recovery-image] May 25 00:48:38.851 INFO O| May 25 00:48:38.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
51912024-05-25T00:48:39.868Z[ recovery-image] May 25 00:48:38.851 INFO O| May 25 00:48:38.851 INFO STEP 228 (remove_files) COMPLETE
51922024-05-25T00:48:39.868Z[ recovery-image] May 25 00:48:38.851 INFO O| May 25 00:48:38.851 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-05-25T00:48:39.883Z[ recovery-image] May 25 00:48:38.866 INFO O| May 25 00:48:38.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
51942024-05-25T00:48:39.883Z[ recovery-image] May 25 00:48:38.866 INFO O| May 25 00:48:38.866 INFO STEP 229 (remove_files) COMPLETE
51952024-05-25T00:48:39.886Z[ recovery-image] May 25 00:48:38.866 INFO O| May 25 00:48:38.866 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-05-25T00:48:39.896Z[ recovery-image] May 25 00:48:38.879 INFO O| May 25 00:48:38.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
51972024-05-25T00:48:39.896Z[ recovery-image] May 25 00:48:38.879 INFO O| May 25 00:48:38.879 INFO STEP 230 (remove_files) COMPLETE
51982024-05-25T00:48:39.896Z[ recovery-image] May 25 00:48:38.879 INFO O| May 25 00:48:38.879 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-05-25T00:48:39.908Z[ recovery-image] May 25 00:48:38.891 INFO O| May 25 00:48:38.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
52002024-05-25T00:48:39.908Z[ recovery-image] May 25 00:48:38.891 INFO O| May 25 00:48:38.891 INFO STEP 231 (remove_files) COMPLETE
52012024-05-25T00:48:39.922Z[ recovery-image] May 25 00:48:38.891 INFO O| May 25 00:48:38.891 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-05-25T00:48:39.929Z[ recovery-image] May 25 00:48:38.903 INFO O| May 25 00:48:38.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
52032024-05-25T00:48:39.930Z[ recovery-image] May 25 00:48:38.903 INFO O| May 25 00:48:38.903 INFO STEP 232 (remove_files) COMPLETE
52042024-05-25T00:48:39.930Z[ recovery-image] May 25 00:48:38.903 INFO O| May 25 00:48:38.903 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-05-25T00:48:39.934Z[ recovery-image] May 25 00:48:38.915 INFO O| May 25 00:48:38.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
52062024-05-25T00:48:39.934Z[ recovery-image] May 25 00:48:38.915 INFO O| May 25 00:48:38.915 INFO STEP 233 (remove_files) COMPLETE
52072024-05-25T00:48:39.934Z[ recovery-image] May 25 00:48:38.915 INFO O| May 25 00:48:38.915 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-05-25T00:48:39.943Z[ recovery-image] May 25 00:48:38.926 INFO O| May 25 00:48:38.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
52092024-05-25T00:48:39.943Z[ recovery-image] May 25 00:48:38.926 INFO O| May 25 00:48:38.926 INFO STEP 234 (remove_files) COMPLETE
52102024-05-25T00:48:39.943Z[ recovery-image] May 25 00:48:38.926 INFO O| May 25 00:48:38.926 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-05-25T00:48:39.954Z[ recovery-image] May 25 00:48:38.937 INFO O| May 25 00:48:38.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
52122024-05-25T00:48:39.954Z[ recovery-image] May 25 00:48:38.938 INFO O| May 25 00:48:38.938 INFO STEP 235 (remove_files) COMPLETE
52132024-05-25T00:48:39.954Z[ recovery-image] May 25 00:48:38.938 INFO O| May 25 00:48:38.938 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-05-25T00:48:39.967Z[ recovery-image] May 25 00:48:38.950 INFO O| May 25 00:48:38.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
52152024-05-25T00:48:39.967Z[ recovery-image] May 25 00:48:38.950 INFO O| May 25 00:48:38.950 INFO STEP 236 (remove_files) COMPLETE
52162024-05-25T00:48:39.970Z[ recovery-image] May 25 00:48:38.950 INFO O| May 25 00:48:38.950 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-05-25T00:48:39.979Z[ recovery-image] May 25 00:48:38.963 INFO O| May 25 00:48:38.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
52182024-05-25T00:48:39.979Z[ recovery-image] May 25 00:48:38.963 INFO O| May 25 00:48:38.963 INFO STEP 237 (remove_files) COMPLETE
52192024-05-25T00:48:39.979Z[ recovery-image] May 25 00:48:38.963 INFO O| May 25 00:48:38.963 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-05-25T00:48:39.997Z[ recovery-image] May 25 00:48:38.980 INFO O| May 25 00:48:38.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
52212024-05-25T00:48:39.997Z[ recovery-image] May 25 00:48:38.980 INFO O| May 25 00:48:38.980 INFO STEP 238 (remove_files) COMPLETE
52222024-05-25T00:48:39.997Z[ recovery-image] May 25 00:48:38.980 INFO O| May 25 00:48:38.980 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-05-25T00:48:40.013Z[ recovery-image] May 25 00:48:38.996 INFO O| May 25 00:48:38.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
52242024-05-25T00:48:40.013Z[ recovery-image] May 25 00:48:38.996 INFO O| May 25 00:48:38.996 INFO STEP 239 (remove_files) COMPLETE
52252024-05-25T00:48:40.017Z[ recovery-image] May 25 00:48:38.996 INFO O| May 25 00:48:38.996 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-05-25T00:48:40.030Z[ recovery-image] May 25 00:48:39.014 INFO O| May 25 00:48:39.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
52272024-05-25T00:48:40.030Z[ recovery-image] May 25 00:48:39.014 INFO O| May 25 00:48:39.014 INFO STEP 240 (remove_files) COMPLETE
52282024-05-25T00:48:40.030Z[ recovery-image] May 25 00:48:39.014 INFO O| May 25 00:48:39.014 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-05-25T00:48:40.037Z[ host-image] May 25 00:48:39.020 INFO O| May 25 00:48:39.020 INFO O| Done
52302024-05-25T00:48:40.044Z[ recovery-image] May 25 00:48:39.028 INFO O| May 25 00:48:39.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
52312024-05-25T00:48:40.055Z[ recovery-image] May 25 00:48:39.028 INFO O| May 25 00:48:39.028 INFO STEP 241 (remove_files) COMPLETE
52322024-05-25T00:48:40.055Z[ recovery-image] May 25 00:48:39.028 INFO O| May 25 00:48:39.028 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-05-25T00:48:40.062Z[ recovery-image] May 25 00:48:39.046 INFO O| May 25 00:48:39.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
52342024-05-25T00:48:40.067Z[ recovery-image] May 25 00:48:39.046 INFO O| May 25 00:48:39.046 INFO STEP 242 (remove_files) COMPLETE
52352024-05-25T00:48:40.067Z[ recovery-image] May 25 00:48:39.046 INFO O| May 25 00:48:39.046 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-05-25T00:48:40.071Z[ host-image] May 25 00:48:39.052 INFO O| May 25 00:48:39.052 INFO O| Done
52372024-05-25T00:48:40.072Z[ host-image] May 25 00:48:39.052 INFO O| May 25 00:48:39.052 INFO O| Done
52382024-05-25T00:48:40.076Z[ recovery-image] May 25 00:48:39.059 INFO O| May 25 00:48:39.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
52392024-05-25T00:48:40.080Z[ recovery-image] May 25 00:48:39.059 INFO O| May 25 00:48:39.059 INFO STEP 243 (remove_files) COMPLETE
52402024-05-25T00:48:40.080Z[ recovery-image] May 25 00:48:39.059 INFO O| May 25 00:48:39.059 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-05-25T00:48:40.087Z[ host-image] May 25 00:48:39.070 INFO O| May 25 00:48:39.070 INFO O| Done
52422024-05-25T00:48:40.092Z[ recovery-image] May 25 00:48:39.072 INFO O| May 25 00:48:39.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
52432024-05-25T00:48:40.092Z[ recovery-image] May 25 00:48:39.072 INFO O| May 25 00:48:39.072 INFO STEP 244 (remove_files) COMPLETE
52442024-05-25T00:48:40.092Z[ recovery-image] May 25 00:48:39.072 INFO O| May 25 00:48:39.072 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-05-25T00:48:40.101Z[ recovery-image] May 25 00:48:39.085 INFO O| May 25 00:48:39.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
52462024-05-25T00:48:40.102Z[ recovery-image] May 25 00:48:39.085 INFO O| May 25 00:48:39.085 INFO STEP 245 (remove_files) COMPLETE
52472024-05-25T00:48:40.106Z[ recovery-image] May 25 00:48:39.085 INFO O| May 25 00:48:39.085 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-05-25T00:48:40.113Z[ recovery-image] May 25 00:48:39.097 INFO O| May 25 00:48:39.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
52492024-05-25T00:48:40.114Z[ recovery-image] May 25 00:48:39.097 INFO O| May 25 00:48:39.097 INFO STEP 246 (remove_files) COMPLETE
52502024-05-25T00:48:40.120Z[ recovery-image] May 25 00:48:39.097 INFO O| May 25 00:48:39.097 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-05-25T00:48:40.125Z[ recovery-image] May 25 00:48:39.109 INFO O| May 25 00:48:39.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
52522024-05-25T00:48:40.125Z[ recovery-image] May 25 00:48:39.109 INFO O| May 25 00:48:39.109 INFO STEP 247 (remove_files) COMPLETE
52532024-05-25T00:48:40.129Z[ recovery-image] May 25 00:48:39.109 INFO O| May 25 00:48:39.109 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-05-25T00:48:40.137Z[ recovery-image] May 25 00:48:39.120 INFO O| May 25 00:48:39.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
52552024-05-25T00:48:40.138Z[ recovery-image] May 25 00:48:39.120 INFO O| May 25 00:48:39.120 INFO STEP 248 (remove_files) COMPLETE
52562024-05-25T00:48:40.141Z[ recovery-image] May 25 00:48:39.120 INFO O| May 25 00:48:39.120 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-05-25T00:48:40.148Z[ recovery-image] May 25 00:48:39.131 INFO O| May 25 00:48:39.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
52582024-05-25T00:48:40.148Z[ recovery-image] May 25 00:48:39.132 INFO O| May 25 00:48:39.132 INFO STEP 249 (remove_files) COMPLETE
52592024-05-25T00:48:40.153Z[ recovery-image] May 25 00:48:39.132 INFO O| May 25 00:48:39.132 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-05-25T00:48:40.160Z[ recovery-image] May 25 00:48:39.143 INFO O| May 25 00:48:39.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
52612024-05-25T00:48:40.160Z[ recovery-image] May 25 00:48:39.143 INFO O| May 25 00:48:39.143 INFO STEP 250 (remove_files) COMPLETE
52622024-05-25T00:48:40.163Z[ recovery-image] May 25 00:48:39.143 INFO O| May 25 00:48:39.143 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-05-25T00:48:40.171Z[ recovery-image] May 25 00:48:39.155 INFO O| May 25 00:48:39.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
52642024-05-25T00:48:40.171Z[ recovery-image] May 25 00:48:39.155 INFO O| May 25 00:48:39.155 INFO STEP 251 (remove_files) COMPLETE
52652024-05-25T00:48:40.175Z[ recovery-image] May 25 00:48:39.155 INFO O| May 25 00:48:39.155 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-05-25T00:48:40.183Z[ recovery-image] May 25 00:48:39.166 INFO O| May 25 00:48:39.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
52672024-05-25T00:48:40.183Z[ recovery-image] May 25 00:48:39.167 INFO O| May 25 00:48:39.167 INFO STEP 252 (remove_files) COMPLETE
52682024-05-25T00:48:40.187Z[ recovery-image] May 25 00:48:39.167 INFO O| May 25 00:48:39.167 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-05-25T00:48:40.194Z[ recovery-image] May 25 00:48:39.178 INFO O| May 25 00:48:39.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
52702024-05-25T00:48:40.194Z[ recovery-image] May 25 00:48:39.178 INFO O| May 25 00:48:39.178 INFO STEP 253 (remove_files) COMPLETE
52712024-05-25T00:48:40.199Z[ recovery-image] May 25 00:48:39.178 INFO O| May 25 00:48:39.178 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-05-25T00:48:40.205Z[ host-image] May 25 00:48:39.184 INFO O| May 25 00:48:39.184 INFO STEP 14 (pkg_install) COMPLETE
52732024-05-25T00:48:40.205Z[ host-image] May 25 00:48:39.184 INFO O| May 25 00:48:39.184 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
52742024-05-25T00:48:40.205Z[ host-image] May 25 00:48:39.184 INFO O| May 25 00:48:39.184 INFO skip step because feature "mfg" is not enabled
52752024-05-25T00:48:40.205Z[ host-image] May 25 00:48:39.184 INFO O| May 25 00:48:39.184 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
52762024-05-25T00:48:40.205Z[ host-image] May 25 00:48:39.184 INFO O| May 25 00:48:39.184 INFO skip step because feature "compliance" is not enabled
52772024-05-25T00:48:40.205Z[ host-image] May 25 00:48:39.184 INFO O| May 25 00:48:39.184 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
52782024-05-25T00:48:40.206Z[ host-image] May 25 00:48:39.184 INFO O| May 25 00:48:39.184 INFO skip step because feature "stress" is not enabled
52792024-05-25T00:48:40.206Z[ host-image] May 25 00:48:39.184 INFO O| May 25 00:48:39.184 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
52802024-05-25T00:48:40.206Z[ host-image] May 25 00:48:39.184 INFO O| May 25 00:48:39.184 INFO skip step because feature "nfs" is not enabled
52812024-05-25T00:48:40.206Z[ host-image] May 25 00:48:39.184 INFO O| May 25 00:48:39.184 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
52822024-05-25T00:48:40.206Z[ host-image] May 25 00:48:39.184 INFO O| May 25 00:48:39.184 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
52832024-05-25T00:48:40.215Z[ recovery-image] May 25 00:48:39.190 INFO O| May 25 00:48:39.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
52842024-05-25T00:48:40.215Z[ recovery-image] May 25 00:48:39.190 INFO O| May 25 00:48:39.190 INFO STEP 254 (remove_files) COMPLETE
52852024-05-25T00:48:40.215Z[ recovery-image] May 25 00:48:39.190 INFO O| May 25 00:48:39.190 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-05-25T00:48:40.233Z[ recovery-image] May 25 00:48:39.206 INFO O| May 25 00:48:39.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
52872024-05-25T00:48:40.237Z[ recovery-image] May 25 00:48:39.206 INFO O| May 25 00:48:39.206 INFO STEP 255 (remove_files) COMPLETE
52882024-05-25T00:48:40.237Z[ recovery-image] May 25 00:48:39.206 INFO O| May 25 00:48:39.206 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-05-25T00:48:40.237Z[ recovery-image] May 25 00:48:39.219 INFO O| May 25 00:48:39.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
52902024-05-25T00:48:40.237Z[ recovery-image] May 25 00:48:39.219 INFO O| May 25 00:48:39.219 INFO STEP 256 (remove_files) COMPLETE
52912024-05-25T00:48:40.237Z[ recovery-image] May 25 00:48:39.219 INFO O| May 25 00:48:39.219 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-05-25T00:48:40.247Z[ recovery-image] May 25 00:48:39.231 INFO O| May 25 00:48:39.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
52932024-05-25T00:48:40.253Z[ recovery-image] May 25 00:48:39.231 INFO O| May 25 00:48:39.231 INFO STEP 257 (remove_files) COMPLETE
52942024-05-25T00:48:40.254Z[ recovery-image] May 25 00:48:39.231 INFO O| May 25 00:48:39.231 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-05-25T00:48:40.254Z[ host-image] May 25 00:48:39.236 INFO O| May 25 00:48:39.236 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
52962024-05-25T00:48:40.261Z[ recovery-image] May 25 00:48:39.243 INFO O| May 25 00:48:39.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
52972024-05-25T00:48:40.261Z[ recovery-image] May 25 00:48:39.244 INFO O| May 25 00:48:39.244 INFO STEP 258 (remove_files) COMPLETE
52982024-05-25T00:48:40.261Z[ recovery-image] May 25 00:48:39.244 INFO O| May 25 00:48:39.244 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-05-25T00:48:40.273Z[ recovery-image] May 25 00:48:39.256 INFO O| May 25 00:48:39.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
53002024-05-25T00:48:40.280Z[ recovery-image] May 25 00:48:39.257 INFO O| May 25 00:48:39.257 INFO STEP 259 (remove_files) COMPLETE
53012024-05-25T00:48:40.280Z[ recovery-image] May 25 00:48:39.257 INFO O| May 25 00:48:39.257 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-05-25T00:48:40.289Z[ recovery-image] May 25 00:48:39.270 INFO O| May 25 00:48:39.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
53032024-05-25T00:48:40.289Z[ recovery-image] May 25 00:48:39.271 INFO O| May 25 00:48:39.271 INFO STEP 260 (remove_files) COMPLETE
53042024-05-25T00:48:40.289Z[ recovery-image] May 25 00:48:39.271 INFO O| May 25 00:48:39.271 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-05-25T00:48:40.298Z[ recovery-image] May 25 00:48:39.282 INFO O| May 25 00:48:39.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
53062024-05-25T00:48:40.305Z[ recovery-image] May 25 00:48:39.282 INFO O| May 25 00:48:39.282 INFO STEP 261 (remove_files) COMPLETE
53072024-05-25T00:48:40.305Z[ recovery-image] May 25 00:48:39.282 INFO O| May 25 00:48:39.282 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-05-25T00:48:40.310Z[ recovery-image] May 25 00:48:39.293 INFO O| May 25 00:48:39.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
53092024-05-25T00:48:40.310Z[ recovery-image] May 25 00:48:39.294 INFO O| May 25 00:48:39.293 INFO STEP 262 (remove_files) COMPLETE
53102024-05-25T00:48:40.317Z[ recovery-image] May 25 00:48:39.294 INFO O| May 25 00:48:39.293 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-05-25T00:48:40.324Z[ recovery-image] May 25 00:48:39.307 INFO O| May 25 00:48:39.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
53122024-05-25T00:48:40.324Z[ recovery-image] May 25 00:48:39.307 INFO O| May 25 00:48:39.307 INFO STEP 263 (remove_files) COMPLETE
53132024-05-25T00:48:40.324Z[ recovery-image] May 25 00:48:39.307 INFO O| May 25 00:48:39.307 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-05-25T00:48:40.337Z[ recovery-image] May 25 00:48:39.320 INFO O| May 25 00:48:39.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
53152024-05-25T00:48:40.337Z[ recovery-image] May 25 00:48:39.320 INFO O| May 25 00:48:39.320 INFO STEP 264 (remove_files) COMPLETE
53162024-05-25T00:48:40.337Z[ recovery-image] May 25 00:48:39.320 INFO O| May 25 00:48:39.320 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-05-25T00:48:40.349Z[ recovery-image] May 25 00:48:39.332 INFO O| May 25 00:48:39.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
53182024-05-25T00:48:40.349Z[ recovery-image] May 25 00:48:39.332 INFO O| May 25 00:48:39.332 INFO STEP 265 (remove_files) COMPLETE
53192024-05-25T00:48:40.361Z[ recovery-image] May 25 00:48:39.332 INFO O| May 25 00:48:39.332 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-05-25T00:48:40.361Z[ recovery-image] May 25 00:48:39.344 INFO O| May 25 00:48:39.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
53212024-05-25T00:48:40.361Z[ recovery-image] May 25 00:48:39.344 INFO O| May 25 00:48:39.344 INFO STEP 266 (remove_files) COMPLETE
53222024-05-25T00:48:40.361Z[ recovery-image] May 25 00:48:39.344 INFO O| May 25 00:48:39.344 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-05-25T00:48:40.365Z[ host-image] May 25 00:48:39.349 INFO O| May 25 00:48:39.349 INFO completed processing gimlet/ramdisk-01-os
53242024-05-25T00:48:40.371Z[ host-image] May 25 00:48:39.351 INFO omicron1 baseline generation...
53252024-05-25T00:48:40.371Z[ host-image] May 25 00:48:39.351 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
53262024-05-25T00:48:40.375Z[ recovery-image] May 25 00:48:39.357 INFO O| May 25 00:48:39.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
53272024-05-25T00:48:40.375Z[ recovery-image] May 25 00:48:39.357 INFO O| May 25 00:48:39.357 INFO STEP 267 (remove_files) COMPLETE
53282024-05-25T00:48:40.375Z[ recovery-image] May 25 00:48:39.357 INFO O| May 25 00:48:39.357 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-05-25T00:48:40.386Z[ recovery-image] May 25 00:48:39.369 INFO O| May 25 00:48:39.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
53302024-05-25T00:48:40.386Z[ recovery-image] May 25 00:48:39.369 INFO O| May 25 00:48:39.369 INFO STEP 268 (remove_files) COMPLETE
53312024-05-25T00:48:40.390Z[ recovery-image] May 25 00:48:39.369 INFO O| May 25 00:48:39.369 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-05-25T00:48:40.398Z[ recovery-image] May 25 00:48:39.381 INFO O| May 25 00:48:39.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
53332024-05-25T00:48:40.398Z[ recovery-image] May 25 00:48:39.381 INFO O| May 25 00:48:39.381 INFO STEP 269 (remove_files) COMPLETE
53342024-05-25T00:48:40.398Z[ recovery-image] May 25 00:48:39.381 INFO O| May 25 00:48:39.381 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-05-25T00:48:40.409Z[ recovery-image] May 25 00:48:39.393 INFO O| May 25 00:48:39.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
53362024-05-25T00:48:40.414Z[ recovery-image] May 25 00:48:39.393 INFO O| May 25 00:48:39.393 INFO STEP 270 (remove_files) COMPLETE
53372024-05-25T00:48:40.414Z[ recovery-image] May 25 00:48:39.393 INFO O| May 25 00:48:39.393 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-05-25T00:48:40.428Z[ recovery-image] May 25 00:48:39.404 INFO O| May 25 00:48:39.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
53392024-05-25T00:48:40.429Z[ recovery-image] May 25 00:48:39.405 INFO O| May 25 00:48:39.405 INFO STEP 271 (remove_files) COMPLETE
53402024-05-25T00:48:40.429Z[ recovery-image] May 25 00:48:39.405 INFO O| May 25 00:48:39.405 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-05-25T00:48:40.433Z[ recovery-image] May 25 00:48:39.416 INFO O| May 25 00:48:39.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
53422024-05-25T00:48:40.434Z[ recovery-image] May 25 00:48:39.416 INFO O| May 25 00:48:39.416 INFO STEP 272 (remove_files) COMPLETE
53432024-05-25T00:48:40.434Z[ recovery-image] May 25 00:48:39.416 INFO O| May 25 00:48:39.416 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-05-25T00:48:40.443Z[ recovery-image] May 25 00:48:39.426 INFO O| May 25 00:48:39.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
53452024-05-25T00:48:40.443Z[ recovery-image] May 25 00:48:39.426 INFO O| May 25 00:48:39.426 INFO STEP 273 (remove_files) COMPLETE
53462024-05-25T00:48:40.443Z[ recovery-image] May 25 00:48:39.426 INFO O| May 25 00:48:39.426 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-05-25T00:48:40.453Z[ recovery-image] May 25 00:48:39.437 INFO O| May 25 00:48:39.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
53482024-05-25T00:48:40.453Z[ recovery-image] May 25 00:48:39.437 INFO O| May 25 00:48:39.437 INFO STEP 274 (remove_files) COMPLETE
53492024-05-25T00:48:40.457Z[ recovery-image] May 25 00:48:39.437 INFO O| May 25 00:48:39.437 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-05-25T00:48:40.464Z[ recovery-image] May 25 00:48:39.448 INFO O| May 25 00:48:39.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
53512024-05-25T00:48:40.464Z[ recovery-image] May 25 00:48:39.448 INFO O| May 25 00:48:39.448 INFO STEP 275 (remove_files) COMPLETE
53522024-05-25T00:48:40.464Z[ recovery-image] May 25 00:48:39.448 INFO O| May 25 00:48:39.448 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-05-25T00:48:40.476Z[ recovery-image] May 25 00:48:39.459 INFO O| May 25 00:48:39.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
53542024-05-25T00:48:40.476Z[ recovery-image] May 25 00:48:39.459 INFO O| May 25 00:48:39.459 INFO STEP 276 (remove_files) COMPLETE
53552024-05-25T00:48:40.476Z[ recovery-image] May 25 00:48:39.459 INFO O| May 25 00:48:39.459 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-05-25T00:48:40.487Z[ recovery-image] May 25 00:48:39.471 INFO O| May 25 00:48:39.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
53572024-05-25T00:48:40.488Z[ recovery-image] May 25 00:48:39.471 INFO O| May 25 00:48:39.471 INFO STEP 277 (remove_files) COMPLETE
53582024-05-25T00:48:40.488Z[ recovery-image] May 25 00:48:39.471 INFO O| May 25 00:48:39.471 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-05-25T00:48:40.498Z[ recovery-image] May 25 00:48:39.482 INFO O| May 25 00:48:39.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
53602024-05-25T00:48:40.498Z[ recovery-image] May 25 00:48:39.482 INFO O| May 25 00:48:39.482 INFO STEP 278 (remove_files) COMPLETE
53612024-05-25T00:48:40.498Z[ recovery-image] May 25 00:48:39.482 INFO O| May 25 00:48:39.482 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-05-25T00:48:40.524Z[ recovery-image] May 25 00:48:39.496 INFO O| May 25 00:48:39.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
53632024-05-25T00:48:40.524Z[ recovery-image] May 25 00:48:39.496 INFO O| May 25 00:48:39.496 INFO STEP 279 (remove_files) COMPLETE
53642024-05-25T00:48:40.527Z[ recovery-image] May 25 00:48:39.496 INFO O| May 25 00:48:39.496 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-05-25T00:48:40.528Z[ recovery-image] May 25 00:48:39.509 INFO O| May 25 00:48:39.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
53662024-05-25T00:48:40.528Z[ recovery-image] May 25 00:48:39.510 INFO O| May 25 00:48:39.510 INFO STEP 280 (remove_files) COMPLETE
53672024-05-25T00:48:40.528Z[ recovery-image] May 25 00:48:39.510 INFO O| May 25 00:48:39.510 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-05-25T00:48:40.558Z[ recovery-image] May 25 00:48:39.523 INFO O| May 25 00:48:39.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
53692024-05-25T00:48:40.558Z[ recovery-image] May 25 00:48:39.523 INFO O| May 25 00:48:39.523 INFO STEP 281 (remove_files) COMPLETE
53702024-05-25T00:48:40.558Z[ recovery-image] May 25 00:48:39.524 INFO O| May 25 00:48:39.523 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-05-25T00:48:40.558Z[ recovery-image] May 25 00:48:39.536 INFO O| May 25 00:48:39.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
53722024-05-25T00:48:40.558Z[ recovery-image] May 25 00:48:39.536 INFO O| May 25 00:48:39.536 INFO STEP 282 (remove_files) COMPLETE
53732024-05-25T00:48:40.558Z[ recovery-image] May 25 00:48:39.536 INFO O| May 25 00:48:39.536 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-05-25T00:48:40.567Z[ recovery-image] May 25 00:48:39.547 INFO O| May 25 00:48:39.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
53752024-05-25T00:48:40.567Z[ recovery-image] May 25 00:48:39.548 INFO O| May 25 00:48:39.548 INFO STEP 283 (remove_files) COMPLETE
53762024-05-25T00:48:40.567Z[ recovery-image] May 25 00:48:39.548 INFO O| May 25 00:48:39.548 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-05-25T00:48:40.576Z[ recovery-image] May 25 00:48:39.559 INFO O| May 25 00:48:39.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
53782024-05-25T00:48:40.576Z[ recovery-image] May 25 00:48:39.559 INFO O| May 25 00:48:39.559 INFO STEP 284 (remove_files) COMPLETE
53792024-05-25T00:48:40.582Z[ recovery-image] May 25 00:48:39.559 INFO O| May 25 00:48:39.559 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-05-25T00:48:40.588Z[ recovery-image] May 25 00:48:39.571 INFO O| May 25 00:48:39.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
53812024-05-25T00:48:40.588Z[ recovery-image] May 25 00:48:39.571 INFO O| May 25 00:48:39.571 INFO STEP 285 (remove_files) COMPLETE
53822024-05-25T00:48:40.597Z[ recovery-image] May 25 00:48:39.571 INFO O| May 25 00:48:39.571 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-05-25T00:48:40.603Z[ recovery-image] May 25 00:48:39.583 INFO O| May 25 00:48:39.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
53842024-05-25T00:48:40.603Z[ recovery-image] May 25 00:48:39.584 INFO O| May 25 00:48:39.584 INFO STEP 286 (remove_files) COMPLETE
53852024-05-25T00:48:40.603Z[ recovery-image] May 25 00:48:39.584 INFO O| May 25 00:48:39.584 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-05-25T00:48:40.612Z[ recovery-image] May 25 00:48:39.596 INFO O| May 25 00:48:39.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
53872024-05-25T00:48:40.612Z[ recovery-image] May 25 00:48:39.596 INFO O| May 25 00:48:39.596 INFO STEP 287 (remove_files) COMPLETE
53882024-05-25T00:48:40.617Z[ recovery-image] May 25 00:48:39.596 INFO O| May 25 00:48:39.596 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-05-25T00:48:40.624Z[ recovery-image] May 25 00:48:39.608 INFO O| May 25 00:48:39.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
53902024-05-25T00:48:40.624Z[ recovery-image] May 25 00:48:39.608 INFO O| May 25 00:48:39.608 INFO STEP 288 (remove_files) COMPLETE
53912024-05-25T00:48:40.630Z[ recovery-image] May 25 00:48:39.608 INFO O| May 25 00:48:39.608 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-05-25T00:48:40.637Z[ recovery-image] May 25 00:48:39.620 INFO O| May 25 00:48:39.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
53932024-05-25T00:48:40.637Z[ recovery-image] May 25 00:48:39.620 INFO O| May 25 00:48:39.620 INFO STEP 289 (remove_files) COMPLETE
53942024-05-25T00:48:40.644Z[ recovery-image] May 25 00:48:39.620 INFO O| May 25 00:48:39.620 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-05-25T00:48:40.649Z[ recovery-image] May 25 00:48:39.632 INFO O| May 25 00:48:39.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
53962024-05-25T00:48:40.649Z[ recovery-image] May 25 00:48:39.632 INFO O| May 25 00:48:39.632 INFO STEP 290 (remove_files) COMPLETE
53972024-05-25T00:48:40.649Z[ recovery-image] May 25 00:48:39.632 INFO O| May 25 00:48:39.632 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-05-25T00:48:40.662Z[ recovery-image] May 25 00:48:39.645 INFO O| May 25 00:48:39.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
53992024-05-25T00:48:40.662Z[ recovery-image] May 25 00:48:39.645 INFO O| May 25 00:48:39.645 INFO STEP 291 (remove_files) COMPLETE
54002024-05-25T00:48:40.666Z[ recovery-image] May 25 00:48:39.645 INFO O| May 25 00:48:39.645 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-05-25T00:48:40.675Z[ recovery-image] May 25 00:48:39.658 INFO O| May 25 00:48:39.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
54022024-05-25T00:48:40.675Z[ recovery-image] May 25 00:48:39.658 INFO O| May 25 00:48:39.658 INFO STEP 292 (remove_files) COMPLETE
54032024-05-25T00:48:40.683Z[ recovery-image] May 25 00:48:39.658 INFO O| May 25 00:48:39.658 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-05-25T00:48:40.691Z[ recovery-image] May 25 00:48:39.671 INFO O| May 25 00:48:39.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
54052024-05-25T00:48:40.691Z[ recovery-image] May 25 00:48:39.671 INFO O| May 25 00:48:39.671 INFO STEP 293 (remove_files) COMPLETE
54062024-05-25T00:48:40.691Z[ recovery-image] May 25 00:48:39.671 INFO O| May 25 00:48:39.671 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-05-25T00:48:40.701Z[ recovery-image] May 25 00:48:39.684 INFO O| May 25 00:48:39.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
54082024-05-25T00:48:40.704Z[ recovery-image] May 25 00:48:39.684 INFO O| May 25 00:48:39.684 INFO STEP 294 (remove_files) COMPLETE
54092024-05-25T00:48:40.704Z[ recovery-image] May 25 00:48:39.684 INFO O| May 25 00:48:39.684 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-05-25T00:48:40.715Z[ recovery-image] May 25 00:48:39.698 INFO O| May 25 00:48:39.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
54112024-05-25T00:48:40.715Z[ recovery-image] May 25 00:48:39.698 INFO O| May 25 00:48:39.698 INFO STEP 295 (remove_files) COMPLETE
54122024-05-25T00:48:40.715Z[ recovery-image] May 25 00:48:39.698 INFO O| May 25 00:48:39.698 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-05-25T00:48:40.729Z[ recovery-image] May 25 00:48:39.713 INFO O| May 25 00:48:39.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
54142024-05-25T00:48:40.729Z[ recovery-image] May 25 00:48:39.713 INFO O| May 25 00:48:39.713 INFO STEP 296 (remove_files) COMPLETE
54152024-05-25T00:48:40.733Z[ recovery-image] May 25 00:48:39.713 INFO O| May 25 00:48:39.713 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-05-25T00:48:40.746Z[ recovery-image] May 25 00:48:39.729 INFO O| May 25 00:48:39.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
54172024-05-25T00:48:40.746Z[ recovery-image] May 25 00:48:39.729 INFO O| May 25 00:48:39.729 INFO STEP 297 (remove_files) COMPLETE
54182024-05-25T00:48:40.746Z[ recovery-image] May 25 00:48:39.729 INFO O| May 25 00:48:39.729 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-05-25T00:48:40.762Z[ recovery-image] May 25 00:48:39.745 INFO O| May 25 00:48:39.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
54202024-05-25T00:48:40.762Z[ recovery-image] May 25 00:48:39.745 INFO O| May 25 00:48:39.745 INFO STEP 298 (remove_files) COMPLETE
54212024-05-25T00:48:40.773Z[ recovery-image] May 25 00:48:39.745 INFO O| May 25 00:48:39.745 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-05-25T00:48:40.777Z[ recovery-image] May 25 00:48:39.760 INFO O| May 25 00:48:39.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
54232024-05-25T00:48:40.777Z[ recovery-image] May 25 00:48:39.760 INFO O| May 25 00:48:39.760 INFO STEP 299 (remove_files) COMPLETE
54242024-05-25T00:48:40.777Z[ recovery-image] May 25 00:48:39.760 INFO O| May 25 00:48:39.760 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-05-25T00:48:40.790Z[ recovery-image] May 25 00:48:39.774 INFO O| May 25 00:48:39.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
54262024-05-25T00:48:40.790Z[ recovery-image] May 25 00:48:39.774 INFO O| May 25 00:48:39.774 INFO STEP 300 (remove_files) COMPLETE
54272024-05-25T00:48:40.790Z[ recovery-image] May 25 00:48:39.774 INFO O| May 25 00:48:39.774 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-05-25T00:48:40.805Z[ recovery-image] May 25 00:48:39.788 INFO O| May 25 00:48:39.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
54292024-05-25T00:48:40.805Z[ recovery-image] May 25 00:48:39.789 INFO O| May 25 00:48:39.789 INFO STEP 301 (remove_files) COMPLETE
54302024-05-25T00:48:40.810Z[ recovery-image] May 25 00:48:39.789 INFO O| May 25 00:48:39.789 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-05-25T00:48:40.820Z[ recovery-image] May 25 00:48:39.803 INFO O| May 25 00:48:39.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
54322024-05-25T00:48:40.820Z[ recovery-image] May 25 00:48:39.803 INFO O| May 25 00:48:39.803 INFO STEP 302 (remove_files) COMPLETE
54332024-05-25T00:48:40.824Z[ recovery-image] May 25 00:48:39.803 INFO O| May 25 00:48:39.803 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-05-25T00:48:40.836Z[ recovery-image] May 25 00:48:39.818 INFO O| May 25 00:48:39.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
54352024-05-25T00:48:40.836Z[ recovery-image] May 25 00:48:39.818 INFO O| May 25 00:48:39.818 INFO STEP 303 (remove_files) COMPLETE
54362024-05-25T00:48:40.841Z[ recovery-image] May 25 00:48:39.818 INFO O| May 25 00:48:39.818 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-05-25T00:48:40.847Z[ recovery-image] May 25 00:48:39.831 INFO O| May 25 00:48:39.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
54382024-05-25T00:48:40.847Z[ recovery-image] May 25 00:48:39.831 INFO O| May 25 00:48:39.831 INFO STEP 304 (remove_files) COMPLETE
54392024-05-25T00:48:40.854Z[ recovery-image] May 25 00:48:39.831 INFO O| May 25 00:48:39.831 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-05-25T00:48:40.854Z[ host-image] May 25 00:48:39.832 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22694:20240520T120816Z
54412024-05-25T00:48:40.860Z[ recovery-image] May 25 00:48:39.843 INFO O| May 25 00:48:39.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
54422024-05-25T00:48:40.860Z[ recovery-image] May 25 00:48:39.844 INFO O| May 25 00:48:39.843 INFO STEP 305 (remove_files) COMPLETE
54432024-05-25T00:48:40.866Z[ recovery-image] May 25 00:48:39.844 INFO O| May 25 00:48:39.844 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-05-25T00:48:40.876Z[ recovery-image] May 25 00:48:39.860 INFO O| May 25 00:48:39.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
54452024-05-25T00:48:40.876Z[ recovery-image] May 25 00:48:39.860 INFO O| May 25 00:48:39.860 INFO STEP 306 (remove_files) COMPLETE
54462024-05-25T00:48:40.876Z[ recovery-image] May 25 00:48:39.860 INFO O| May 25 00:48:39.860 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-05-25T00:48:40.889Z[ recovery-image] May 25 00:48:39.872 INFO O| May 25 00:48:39.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
54482024-05-25T00:48:40.892Z[ recovery-image] May 25 00:48:39.872 INFO O| May 25 00:48:39.872 INFO STEP 307 (remove_files) COMPLETE
54492024-05-25T00:48:40.892Z[ recovery-image] May 25 00:48:39.872 INFO O| May 25 00:48:39.872 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-05-25T00:48:40.900Z[ recovery-image] May 25 00:48:39.883 INFO O| May 25 00:48:39.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
54512024-05-25T00:48:40.900Z[ recovery-image] May 25 00:48:39.883 INFO O| May 25 00:48:39.883 INFO STEP 308 (remove_files) COMPLETE
54522024-05-25T00:48:40.910Z[ recovery-image] May 25 00:48:39.883 INFO O| May 25 00:48:39.883 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-05-25T00:48:40.928Z[ recovery-image] May 25 00:48:39.899 INFO O| May 25 00:48:39.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
54542024-05-25T00:48:40.928Z[ recovery-image] May 25 00:48:39.900 INFO O| May 25 00:48:39.900 INFO STEP 309 (remove_files) COMPLETE
54552024-05-25T00:48:40.933Z[ recovery-image] May 25 00:48:39.900 INFO O| May 25 00:48:39.900 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-05-25T00:48:40.934Z[ recovery-image] May 25 00:48:39.915 INFO O| May 25 00:48:39.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
54572024-05-25T00:48:40.934Z[ recovery-image] May 25 00:48:39.916 INFO O| May 25 00:48:39.916 INFO STEP 310 (remove_files) COMPLETE
54582024-05-25T00:48:40.934Z[ recovery-image] May 25 00:48:39.916 INFO O| May 25 00:48:39.916 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-05-25T00:48:40.947Z[ recovery-image] May 25 00:48:39.928 INFO O| May 25 00:48:39.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
54602024-05-25T00:48:40.947Z[ recovery-image] May 25 00:48:39.928 INFO O| May 25 00:48:39.928 INFO STEP 311 (remove_files) COMPLETE
54612024-05-25T00:48:40.947Z[ recovery-image] May 25 00:48:39.928 INFO O| May 25 00:48:39.928 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-05-25T00:48:40.957Z[ recovery-image] May 25 00:48:39.940 INFO O| May 25 00:48:39.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
54632024-05-25T00:48:40.957Z[ recovery-image] May 25 00:48:39.940 INFO O| May 25 00:48:39.940 INFO STEP 312 (remove_files) COMPLETE
54642024-05-25T00:48:40.977Z[ recovery-image] May 25 00:48:39.940 INFO O| May 25 00:48:39.940 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-05-25T00:48:40.977Z[ recovery-image] May 25 00:48:39.953 INFO O| May 25 00:48:39.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
54662024-05-25T00:48:40.977Z[ recovery-image] May 25 00:48:39.953 INFO O| May 25 00:48:39.953 INFO STEP 313 (remove_files) COMPLETE
54672024-05-25T00:48:40.977Z[ recovery-image] May 25 00:48:39.954 INFO O| May 25 00:48:39.953 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-05-25T00:48:40.982Z[ recovery-image] May 25 00:48:39.966 INFO O| May 25 00:48:39.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
54692024-05-25T00:48:40.983Z[ recovery-image] May 25 00:48:39.966 INFO O| May 25 00:48:39.966 INFO STEP 314 (remove_files) COMPLETE
54702024-05-25T00:48:40.983Z[ recovery-image] May 25 00:48:39.966 INFO O| May 25 00:48:39.966 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-05-25T00:48:40.996Z[ recovery-image] May 25 00:48:39.978 INFO O| May 25 00:48:39.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
54722024-05-25T00:48:40.996Z[ recovery-image] May 25 00:48:39.978 INFO O| May 25 00:48:39.978 INFO STEP 315 (remove_files) COMPLETE
54732024-05-25T00:48:41.001Z[ recovery-image] May 25 00:48:39.978 INFO O| May 25 00:48:39.978 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-05-25T00:48:41.007Z[ recovery-image] May 25 00:48:39.990 INFO O| May 25 00:48:39.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
54752024-05-25T00:48:41.010Z[ recovery-image] May 25 00:48:39.990 INFO O| May 25 00:48:39.990 INFO STEP 316 (remove_files) COMPLETE
54762024-05-25T00:48:41.010Z[ recovery-image] May 25 00:48:39.990 INFO O| May 25 00:48:39.990 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-05-25T00:48:41.019Z[ recovery-image] May 25 00:48:40.001 INFO O| May 25 00:48:40.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
54782024-05-25T00:48:41.022Z[ recovery-image] May 25 00:48:40.001 INFO O| May 25 00:48:40.001 INFO STEP 317 (remove_files) COMPLETE
54792024-05-25T00:48:41.022Z[ recovery-image] May 25 00:48:40.001 INFO O| May 25 00:48:40.001 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-05-25T00:48:41.031Z[ recovery-image] May 25 00:48:40.014 INFO O| May 25 00:48:40.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
54812024-05-25T00:48:41.031Z[ recovery-image] May 25 00:48:40.014 INFO O| May 25 00:48:40.014 INFO STEP 318 (remove_files) COMPLETE
54822024-05-25T00:48:41.035Z[ recovery-image] May 25 00:48:40.014 INFO O| May 25 00:48:40.014 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-05-25T00:48:41.042Z[ recovery-image] May 25 00:48:40.025 INFO O| May 25 00:48:40.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
54842024-05-25T00:48:41.042Z[ recovery-image] May 25 00:48:40.025 INFO O| May 25 00:48:40.025 INFO STEP 319 (remove_files) COMPLETE
54852024-05-25T00:48:41.046Z[ recovery-image] May 25 00:48:40.025 INFO O| May 25 00:48:40.025 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-05-25T00:48:41.055Z[ recovery-image] May 25 00:48:40.037 INFO O| May 25 00:48:40.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
54872024-05-25T00:48:41.055Z[ recovery-image] May 25 00:48:40.037 INFO O| May 25 00:48:40.037 INFO STEP 320 (remove_files) COMPLETE
54882024-05-25T00:48:41.059Z[ recovery-image] May 25 00:48:40.037 INFO O| May 25 00:48:40.037 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-05-25T00:48:41.067Z[ recovery-image] May 25 00:48:40.050 INFO O| May 25 00:48:40.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
54902024-05-25T00:48:41.071Z[ recovery-image] May 25 00:48:40.050 INFO O| May 25 00:48:40.050 INFO STEP 321 (remove_files) COMPLETE
54912024-05-25T00:48:41.071Z[ recovery-image] May 25 00:48:40.050 INFO O| May 25 00:48:40.050 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-05-25T00:48:41.079Z[ recovery-image] May 25 00:48:40.062 INFO O| May 25 00:48:40.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
54932024-05-25T00:48:41.079Z[ recovery-image] May 25 00:48:40.063 INFO O| May 25 00:48:40.063 INFO STEP 322 (remove_files) COMPLETE
54942024-05-25T00:48:41.079Z[ recovery-image] May 25 00:48:40.063 INFO O| May 25 00:48:40.063 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-05-25T00:48:41.092Z[ recovery-image] May 25 00:48:40.075 INFO O| May 25 00:48:40.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
54962024-05-25T00:48:41.092Z[ recovery-image] May 25 00:48:40.075 INFO O| May 25 00:48:40.075 INFO STEP 323 (remove_files) COMPLETE
54972024-05-25T00:48:41.095Z[ recovery-image] May 25 00:48:40.075 INFO O| May 25 00:48:40.075 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-05-25T00:48:41.104Z[ recovery-image] May 25 00:48:40.087 INFO O| May 25 00:48:40.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
54992024-05-25T00:48:41.104Z[ recovery-image] May 25 00:48:40.087 INFO O| May 25 00:48:40.087 INFO STEP 324 (remove_files) COMPLETE
55002024-05-25T00:48:41.104Z[ recovery-image] May 25 00:48:40.087 INFO O| May 25 00:48:40.087 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-05-25T00:48:41.120Z[ recovery-image] May 25 00:48:40.103 INFO O| May 25 00:48:40.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
55022024-05-25T00:48:41.120Z[ recovery-image] May 25 00:48:40.103 INFO O| May 25 00:48:40.103 INFO STEP 325 (remove_files) COMPLETE
55032024-05-25T00:48:41.121Z[ recovery-image] May 25 00:48:40.103 INFO O| May 25 00:48:40.103 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-05-25T00:48:41.132Z[ recovery-image] May 25 00:48:40.116 INFO O| May 25 00:48:40.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
55052024-05-25T00:48:41.133Z[ recovery-image] May 25 00:48:40.116 INFO O| May 25 00:48:40.116 INFO STEP 326 (remove_files) COMPLETE
55062024-05-25T00:48:41.136Z[ recovery-image] May 25 00:48:40.116 INFO O| May 25 00:48:40.116 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-05-25T00:48:41.145Z[ recovery-image] May 25 00:48:40.128 INFO O| May 25 00:48:40.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
55082024-05-25T00:48:41.145Z[ recovery-image] May 25 00:48:40.128 INFO O| May 25 00:48:40.128 INFO STEP 327 (remove_files) COMPLETE
55092024-05-25T00:48:41.148Z[ recovery-image] May 25 00:48:40.128 INFO O| May 25 00:48:40.128 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-05-25T00:48:41.157Z[ recovery-image] May 25 00:48:40.140 INFO O| May 25 00:48:40.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
55112024-05-25T00:48:41.157Z[ recovery-image] May 25 00:48:40.140 INFO O| May 25 00:48:40.140 INFO STEP 328 (remove_files) COMPLETE
55122024-05-25T00:48:41.157Z[ recovery-image] May 25 00:48:40.140 INFO O| May 25 00:48:40.140 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-05-25T00:48:41.170Z[ recovery-image] May 25 00:48:40.153 INFO O| May 25 00:48:40.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
55142024-05-25T00:48:41.170Z[ recovery-image] May 25 00:48:40.153 INFO O| May 25 00:48:40.153 INFO STEP 329 (remove_files) COMPLETE
55152024-05-25T00:48:41.175Z[ recovery-image] May 25 00:48:40.153 INFO O| May 25 00:48:40.153 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-05-25T00:48:41.182Z[ recovery-image] May 25 00:48:40.166 INFO O| May 25 00:48:40.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
55172024-05-25T00:48:41.182Z[ recovery-image] May 25 00:48:40.166 INFO O| May 25 00:48:40.166 INFO STEP 330 (remove_files) COMPLETE
55182024-05-25T00:48:41.187Z[ recovery-image] May 25 00:48:40.166 INFO O| May 25 00:48:40.166 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-05-25T00:48:41.195Z[ recovery-image] May 25 00:48:40.178 INFO O| May 25 00:48:40.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
55202024-05-25T00:48:41.195Z[ recovery-image] May 25 00:48:40.178 INFO O| May 25 00:48:40.178 INFO STEP 331 (remove_files) COMPLETE
55212024-05-25T00:48:41.195Z[ recovery-image] May 25 00:48:40.178 INFO O| May 25 00:48:40.178 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-05-25T00:48:41.209Z[ recovery-image] May 25 00:48:40.192 INFO O| May 25 00:48:40.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
55232024-05-25T00:48:41.209Z[ recovery-image] May 25 00:48:40.192 INFO O| May 25 00:48:40.192 INFO STEP 332 (remove_files) COMPLETE
55242024-05-25T00:48:41.209Z[ recovery-image] May 25 00:48:40.192 INFO O| May 25 00:48:40.192 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-05-25T00:48:41.236Z[ recovery-image] May 25 00:48:40.208 INFO O| May 25 00:48:40.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
55262024-05-25T00:48:41.236Z[ recovery-image] May 25 00:48:40.208 INFO O| May 25 00:48:40.208 INFO STEP 333 (remove_files) COMPLETE
55272024-05-25T00:48:41.236Z[ recovery-image] May 25 00:48:40.208 INFO O| May 25 00:48:40.208 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-05-25T00:48:41.240Z[ recovery-image] May 25 00:48:40.220 INFO O| May 25 00:48:40.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
55292024-05-25T00:48:41.240Z[ recovery-image] May 25 00:48:40.220 INFO O| May 25 00:48:40.220 INFO STEP 334 (remove_files) COMPLETE
55302024-05-25T00:48:41.240Z[ recovery-image] May 25 00:48:40.220 INFO O| May 25 00:48:40.220 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-05-25T00:48:41.251Z[ recovery-image] May 25 00:48:40.234 INFO O| May 25 00:48:40.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
55322024-05-25T00:48:41.263Z[ recovery-image] May 25 00:48:40.235 INFO O| May 25 00:48:40.234 INFO STEP 335 (remove_files) COMPLETE
55332024-05-25T00:48:41.263Z[ recovery-image] May 25 00:48:40.235 INFO O| May 25 00:48:40.235 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-05-25T00:48:41.269Z[ recovery-image] May 25 00:48:40.252 INFO O| May 25 00:48:40.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
55352024-05-25T00:48:41.269Z[ recovery-image] May 25 00:48:40.252 INFO O| May 25 00:48:40.252 INFO STEP 336 (remove_files) COMPLETE
55362024-05-25T00:48:41.269Z[ recovery-image] May 25 00:48:40.252 INFO O| May 25 00:48:40.252 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-05-25T00:48:41.283Z[ recovery-image] May 25 00:48:40.266 INFO O| May 25 00:48:40.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
55382024-05-25T00:48:41.283Z[ recovery-image] May 25 00:48:40.266 INFO O| May 25 00:48:40.266 INFO STEP 337 (remove_files) COMPLETE
55392024-05-25T00:48:41.289Z[ recovery-image] May 25 00:48:40.266 INFO O| May 25 00:48:40.266 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-05-25T00:48:41.299Z[ recovery-image] May 25 00:48:40.281 INFO O| May 25 00:48:40.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
55412024-05-25T00:48:41.299Z[ recovery-image] May 25 00:48:40.281 INFO O| May 25 00:48:40.281 INFO STEP 338 (remove_files) COMPLETE
55422024-05-25T00:48:41.299Z[ recovery-image] May 25 00:48:40.281 INFO O| May 25 00:48:40.281 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-05-25T00:48:41.314Z[ recovery-image] May 25 00:48:40.296 INFO O| May 25 00:48:40.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
55442024-05-25T00:48:41.314Z[ recovery-image] May 25 00:48:40.297 INFO O| May 25 00:48:40.296 INFO STEP 339 (remove_files) COMPLETE
55452024-05-25T00:48:41.314Z[ recovery-image] May 25 00:48:40.297 INFO O| May 25 00:48:40.296 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-05-25T00:48:41.327Z[ recovery-image] May 25 00:48:40.310 INFO O| May 25 00:48:40.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
55472024-05-25T00:48:41.331Z[ recovery-image] May 25 00:48:40.310 INFO O| May 25 00:48:40.310 INFO STEP 340 (remove_files) COMPLETE
55482024-05-25T00:48:41.331Z[ recovery-image] May 25 00:48:40.311 INFO O| May 25 00:48:40.310 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-05-25T00:48:41.339Z[ recovery-image] May 25 00:48:40.322 INFO O| May 25 00:48:40.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
55502024-05-25T00:48:41.346Z[ recovery-image] May 25 00:48:40.323 INFO O| May 25 00:48:40.322 INFO STEP 341 (remove_files) COMPLETE
55512024-05-25T00:48:41.346Z[ recovery-image] May 25 00:48:40.323 INFO O| May 25 00:48:40.322 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-05-25T00:48:41.352Z[ recovery-image] May 25 00:48:40.334 INFO O| May 25 00:48:40.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
55532024-05-25T00:48:41.356Z[ recovery-image] May 25 00:48:40.334 INFO O| May 25 00:48:40.334 INFO STEP 342 (remove_files) COMPLETE
55542024-05-25T00:48:41.357Z[ recovery-image] May 25 00:48:40.334 INFO O| May 25 00:48:40.334 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-05-25T00:48:41.364Z[ recovery-image] May 25 00:48:40.347 INFO O| May 25 00:48:40.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
55562024-05-25T00:48:41.364Z[ recovery-image] May 25 00:48:40.347 INFO O| May 25 00:48:40.347 INFO STEP 343 (remove_files) COMPLETE
55572024-05-25T00:48:41.364Z[ recovery-image] May 25 00:48:40.347 INFO O| May 25 00:48:40.347 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-05-25T00:48:41.376Z[ recovery-image] May 25 00:48:40.359 INFO O| May 25 00:48:40.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
55592024-05-25T00:48:41.380Z[ recovery-image] May 25 00:48:40.359 INFO O| May 25 00:48:40.359 INFO STEP 344 (remove_files) COMPLETE
55602024-05-25T00:48:41.380Z[ recovery-image] May 25 00:48:40.359 INFO O| May 25 00:48:40.359 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-05-25T00:48:41.388Z[ recovery-image] May 25 00:48:40.371 INFO O| May 25 00:48:40.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
55622024-05-25T00:48:41.388Z[ recovery-image] May 25 00:48:40.371 INFO O| May 25 00:48:40.371 INFO STEP 345 (remove_files) COMPLETE
55632024-05-25T00:48:41.400Z[ recovery-image] May 25 00:48:40.371 INFO O| May 25 00:48:40.371 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-05-25T00:48:41.412Z[ recovery-image] May 25 00:48:40.383 INFO O| May 25 00:48:40.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
55652024-05-25T00:48:41.412Z[ recovery-image] May 25 00:48:40.383 INFO O| May 25 00:48:40.383 INFO STEP 346 (remove_files) COMPLETE
55662024-05-25T00:48:41.412Z[ recovery-image] May 25 00:48:40.384 INFO O| May 25 00:48:40.383 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-05-25T00:48:41.417Z[ recovery-image] May 25 00:48:40.395 INFO O| May 25 00:48:40.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
55682024-05-25T00:48:41.417Z[ recovery-image] May 25 00:48:40.395 INFO O| May 25 00:48:40.395 INFO STEP 347 (remove_files) COMPLETE
55692024-05-25T00:48:41.417Z[ recovery-image] May 25 00:48:40.395 INFO O| May 25 00:48:40.395 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-05-25T00:48:41.427Z[ recovery-image] May 25 00:48:40.407 INFO O| May 25 00:48:40.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
55712024-05-25T00:48:41.427Z[ recovery-image] May 25 00:48:40.408 INFO O| May 25 00:48:40.407 INFO STEP 348 (remove_files) COMPLETE
55722024-05-25T00:48:41.427Z[ recovery-image] May 25 00:48:40.408 INFO O| May 25 00:48:40.407 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-05-25T00:48:41.456Z[ recovery-image] May 25 00:48:40.420 INFO O| May 25 00:48:40.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
55742024-05-25T00:48:41.456Z[ recovery-image] May 25 00:48:40.420 INFO O| May 25 00:48:40.420 INFO STEP 349 (remove_files) COMPLETE
55752024-05-25T00:48:41.463Z[ recovery-image] May 25 00:48:40.420 INFO O| May 25 00:48:40.420 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-05-25T00:48:41.463Z[ recovery-image] May 25 00:48:40.431 INFO O| May 25 00:48:40.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
55772024-05-25T00:48:41.463Z[ recovery-image] May 25 00:48:40.431 INFO O| May 25 00:48:40.431 INFO STEP 350 (remove_files) COMPLETE
55782024-05-25T00:48:41.463Z[ recovery-image] May 25 00:48:40.431 INFO O| May 25 00:48:40.431 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-05-25T00:48:41.463Z[ recovery-image] May 25 00:48:40.443 INFO O| May 25 00:48:40.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
55802024-05-25T00:48:41.463Z[ recovery-image] May 25 00:48:40.443 INFO O| May 25 00:48:40.443 INFO STEP 351 (remove_files) COMPLETE
55812024-05-25T00:48:41.463Z[ recovery-image] May 25 00:48:40.443 INFO O| May 25 00:48:40.443 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-05-25T00:48:41.472Z[ recovery-image] May 25 00:48:40.455 INFO O| May 25 00:48:40.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
55832024-05-25T00:48:41.472Z[ recovery-image] May 25 00:48:40.455 INFO O| May 25 00:48:40.455 INFO STEP 352 (remove_files) COMPLETE
55842024-05-25T00:48:41.477Z[ recovery-image] May 25 00:48:40.455 INFO O| May 25 00:48:40.455 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-05-25T00:48:41.488Z[ recovery-image] May 25 00:48:40.470 INFO O| May 25 00:48:40.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
55862024-05-25T00:48:41.488Z[ recovery-image] May 25 00:48:40.470 INFO O| May 25 00:48:40.470 INFO STEP 353 (remove_files) COMPLETE
55872024-05-25T00:48:41.491Z[ recovery-image] May 25 00:48:40.470 INFO O| May 25 00:48:40.470 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-05-25T00:48:41.505Z[ recovery-image] May 25 00:48:40.488 INFO O| May 25 00:48:40.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
55892024-05-25T00:48:41.505Z[ recovery-image] May 25 00:48:40.488 INFO O| May 25 00:48:40.488 INFO STEP 354 (remove_files) COMPLETE
55902024-05-25T00:48:41.505Z[ recovery-image] May 25 00:48:40.488 INFO O| May 25 00:48:40.488 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-05-25T00:48:41.520Z[ recovery-image] May 25 00:48:40.503 INFO O| May 25 00:48:40.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
55922024-05-25T00:48:41.520Z[ recovery-image] May 25 00:48:40.504 INFO O| May 25 00:48:40.503 INFO STEP 355 (remove_files) COMPLETE
55932024-05-25T00:48:41.536Z[ recovery-image] May 25 00:48:40.504 INFO O| May 25 00:48:40.504 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-05-25T00:48:41.540Z[ recovery-image] May 25 00:48:40.521 INFO O| May 25 00:48:40.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
55952024-05-25T00:48:41.540Z[ recovery-image] May 25 00:48:40.521 INFO O| May 25 00:48:40.521 INFO STEP 356 (remove_files) COMPLETE
55962024-05-25T00:48:41.540Z[ recovery-image] May 25 00:48:40.521 INFO O| May 25 00:48:40.521 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-05-25T00:48:41.557Z[ recovery-image] May 25 00:48:40.533 INFO O| May 25 00:48:40.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
55982024-05-25T00:48:41.557Z[ recovery-image] May 25 00:48:40.533 INFO O| May 25 00:48:40.533 INFO STEP 357 (remove_files) COMPLETE
55992024-05-25T00:48:41.577Z[ recovery-image] May 25 00:48:40.533 INFO O| May 25 00:48:40.533 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-05-25T00:48:41.577Z[ recovery-image] May 25 00:48:40.546 INFO O| May 25 00:48:40.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
56012024-05-25T00:48:41.577Z[ recovery-image] May 25 00:48:40.546 INFO O| May 25 00:48:40.546 INFO STEP 358 (remove_files) COMPLETE
56022024-05-25T00:48:41.577Z[ recovery-image] May 25 00:48:40.546 INFO O| May 25 00:48:40.546 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-05-25T00:48:41.586Z[ recovery-image] May 25 00:48:40.558 INFO O| May 25 00:48:40.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
56042024-05-25T00:48:41.586Z[ recovery-image] May 25 00:48:40.558 INFO O| May 25 00:48:40.558 INFO STEP 359 (remove_files) COMPLETE
56052024-05-25T00:48:41.586Z[ recovery-image] May 25 00:48:40.558 INFO O| May 25 00:48:40.558 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-05-25T00:48:41.592Z[ recovery-image] May 25 00:48:40.573 INFO O| May 25 00:48:40.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
56072024-05-25T00:48:41.592Z[ recovery-image] May 25 00:48:40.573 INFO O| May 25 00:48:40.573 INFO STEP 360 (remove_files) COMPLETE
56082024-05-25T00:48:41.592Z[ recovery-image] May 25 00:48:40.573 INFO O| May 25 00:48:40.573 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-05-25T00:48:41.619Z[ recovery-image] May 25 00:48:40.588 INFO O| May 25 00:48:40.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
56102024-05-25T00:48:41.620Z[ recovery-image] May 25 00:48:40.588 INFO O| May 25 00:48:40.588 INFO STEP 361 (remove_files) COMPLETE
56112024-05-25T00:48:41.620Z[ recovery-image] May 25 00:48:40.588 INFO O| May 25 00:48:40.588 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-05-25T00:48:41.627Z[ recovery-image] May 25 00:48:40.602 INFO O| May 25 00:48:40.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
56132024-05-25T00:48:41.628Z[ recovery-image] May 25 00:48:40.602 INFO O| May 25 00:48:40.602 INFO STEP 362 (remove_files) COMPLETE
56142024-05-25T00:48:41.628Z[ recovery-image] May 25 00:48:40.602 INFO O| May 25 00:48:40.602 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-05-25T00:48:41.634Z[ recovery-image] May 25 00:48:40.617 INFO O| May 25 00:48:40.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
56162024-05-25T00:48:41.634Z[ recovery-image] May 25 00:48:40.617 INFO O| May 25 00:48:40.617 INFO STEP 363 (remove_files) COMPLETE
56172024-05-25T00:48:41.635Z[ recovery-image] May 25 00:48:40.617 INFO O| May 25 00:48:40.617 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-05-25T00:48:41.649Z[ recovery-image] May 25 00:48:40.632 INFO O| May 25 00:48:40.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
56192024-05-25T00:48:41.649Z[ recovery-image] May 25 00:48:40.632 INFO O| May 25 00:48:40.632 INFO STEP 364 (remove_files) COMPLETE
56202024-05-25T00:48:41.683Z[ recovery-image] May 25 00:48:40.632 INFO O| May 25 00:48:40.632 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-05-25T00:48:41.683Z[ recovery-image] May 25 00:48:40.647 INFO O| May 25 00:48:40.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
56222024-05-25T00:48:41.683Z[ recovery-image] May 25 00:48:40.647 INFO O| May 25 00:48:40.647 INFO STEP 365 (remove_files) COMPLETE
56232024-05-25T00:48:41.683Z[ recovery-image] May 25 00:48:40.647 INFO O| May 25 00:48:40.647 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-05-25T00:48:41.691Z[ recovery-image] May 25 00:48:40.662 INFO O| May 25 00:48:40.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
56252024-05-25T00:48:41.691Z[ recovery-image] May 25 00:48:40.662 INFO O| May 25 00:48:40.662 INFO STEP 366 (remove_files) COMPLETE
56262024-05-25T00:48:41.691Z[ recovery-image] May 25 00:48:40.662 INFO O| May 25 00:48:40.662 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-05-25T00:48:41.696Z[ recovery-image] May 25 00:48:40.676 INFO O| May 25 00:48:40.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
56282024-05-25T00:48:41.697Z[ recovery-image] May 25 00:48:40.676 INFO O| May 25 00:48:40.676 INFO STEP 367 (remove_files) COMPLETE
56292024-05-25T00:48:41.697Z[ recovery-image] May 25 00:48:40.676 INFO O| May 25 00:48:40.676 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-05-25T00:48:41.706Z[ recovery-image] May 25 00:48:40.689 INFO O| May 25 00:48:40.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
56312024-05-25T00:48:41.706Z[ recovery-image] May 25 00:48:40.689 INFO O| May 25 00:48:40.689 INFO STEP 368 (remove_files) COMPLETE
56322024-05-25T00:48:41.710Z[ recovery-image] May 25 00:48:40.689 INFO O| May 25 00:48:40.689 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-05-25T00:48:41.752Z[ recovery-image] May 25 00:48:40.704 INFO O| May 25 00:48:40.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
56342024-05-25T00:48:41.752Z[ recovery-image] May 25 00:48:40.705 INFO O| May 25 00:48:40.705 INFO STEP 369 (remove_files) COMPLETE
56352024-05-25T00:48:41.757Z[ recovery-image] May 25 00:48:40.705 INFO O| May 25 00:48:40.705 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-05-25T00:48:41.757Z[ recovery-image] May 25 00:48:40.720 INFO O| May 25 00:48:40.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
56372024-05-25T00:48:41.757Z[ recovery-image] May 25 00:48:40.720 INFO O| May 25 00:48:40.720 INFO STEP 370 (remove_files) COMPLETE
56382024-05-25T00:48:41.757Z[ recovery-image] May 25 00:48:40.720 INFO O| May 25 00:48:40.720 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-05-25T00:48:41.757Z[ recovery-image] May 25 00:48:40.736 INFO O| May 25 00:48:40.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
56402024-05-25T00:48:41.757Z[ recovery-image] May 25 00:48:40.736 INFO O| May 25 00:48:40.736 INFO STEP 371 (remove_files) COMPLETE
56412024-05-25T00:48:41.758Z[ recovery-image] May 25 00:48:40.736 INFO O| May 25 00:48:40.736 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-05-25T00:48:41.771Z[ recovery-image] May 25 00:48:40.752 INFO O| May 25 00:48:40.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
56432024-05-25T00:48:41.772Z[ recovery-image] May 25 00:48:40.752 INFO O| May 25 00:48:40.752 INFO STEP 372 (remove_files) COMPLETE
56442024-05-25T00:48:41.777Z[ recovery-image] May 25 00:48:40.752 INFO O| May 25 00:48:40.752 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-05-25T00:48:41.791Z[ recovery-image] May 25 00:48:40.766 INFO O| May 25 00:48:40.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
56462024-05-25T00:48:41.792Z[ recovery-image] May 25 00:48:40.766 INFO O| May 25 00:48:40.766 INFO STEP 373 (remove_files) COMPLETE
56472024-05-25T00:48:41.792Z[ recovery-image] May 25 00:48:40.766 INFO O| May 25 00:48:40.766 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-05-25T00:48:41.796Z[ recovery-image] May 25 00:48:40.779 INFO O| May 25 00:48:40.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
56492024-05-25T00:48:41.796Z[ recovery-image] May 25 00:48:40.779 INFO O| May 25 00:48:40.779 INFO STEP 374 (remove_files) COMPLETE
56502024-05-25T00:48:41.796Z[ recovery-image] May 25 00:48:40.779 INFO O| May 25 00:48:40.779 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-05-25T00:48:41.809Z[ recovery-image] May 25 00:48:40.791 INFO O| May 25 00:48:40.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
56522024-05-25T00:48:41.809Z[ recovery-image] May 25 00:48:40.792 INFO O| May 25 00:48:40.792 INFO STEP 375 (remove_files) COMPLETE
56532024-05-25T00:48:41.824Z[ recovery-image] May 25 00:48:40.792 INFO O| May 25 00:48:40.792 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-05-25T00:48:41.832Z[ recovery-image] May 25 00:48:40.804 INFO O| May 25 00:48:40.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
56552024-05-25T00:48:41.832Z[ recovery-image] May 25 00:48:40.804 INFO O| May 25 00:48:40.804 INFO STEP 376 (remove_files) COMPLETE
56562024-05-25T00:48:41.832Z[ recovery-image] May 25 00:48:40.804 INFO O| May 25 00:48:40.804 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-05-25T00:48:41.836Z[ recovery-image] May 25 00:48:40.816 INFO O| May 25 00:48:40.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
56582024-05-25T00:48:41.836Z[ recovery-image] May 25 00:48:40.816 INFO O| May 25 00:48:40.816 INFO STEP 377 (remove_files) COMPLETE
56592024-05-25T00:48:41.836Z[ recovery-image] May 25 00:48:40.816 INFO O| May 25 00:48:40.816 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-05-25T00:48:41.847Z[ recovery-image] May 25 00:48:40.830 INFO O| May 25 00:48:40.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
56612024-05-25T00:48:41.847Z[ recovery-image] May 25 00:48:40.830 INFO O| May 25 00:48:40.830 INFO STEP 378 (remove_files) COMPLETE
56622024-05-25T00:48:41.847Z[ recovery-image] May 25 00:48:40.830 INFO O| May 25 00:48:40.830 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-05-25T00:48:41.861Z[ recovery-image] May 25 00:48:40.844 INFO O| May 25 00:48:40.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
56642024-05-25T00:48:41.861Z[ recovery-image] May 25 00:48:40.844 INFO O| May 25 00:48:40.844 INFO STEP 379 (remove_files) COMPLETE
56652024-05-25T00:48:41.867Z[ recovery-image] May 25 00:48:40.844 INFO O| May 25 00:48:40.844 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-05-25T00:48:41.877Z[ recovery-image] May 25 00:48:40.856 INFO O| May 25 00:48:40.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
56672024-05-25T00:48:41.877Z[ recovery-image] May 25 00:48:40.856 INFO O| May 25 00:48:40.856 INFO STEP 380 (remove_files) COMPLETE
56682024-05-25T00:48:41.877Z[ recovery-image] May 25 00:48:40.856 INFO O| May 25 00:48:40.856 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-05-25T00:48:41.888Z[ recovery-image] May 25 00:48:40.870 INFO O| May 25 00:48:40.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
56702024-05-25T00:48:41.888Z[ recovery-image] May 25 00:48:40.870 INFO O| May 25 00:48:40.870 INFO STEP 381 (remove_files) COMPLETE
56712024-05-25T00:48:41.896Z[ recovery-image] May 25 00:48:40.870 INFO O| May 25 00:48:40.870 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-05-25T00:48:41.903Z[ recovery-image] May 25 00:48:40.885 INFO O| May 25 00:48:40.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
56732024-05-25T00:48:41.903Z[ recovery-image] May 25 00:48:40.885 INFO O| May 25 00:48:40.885 INFO STEP 382 (remove_files) COMPLETE
56742024-05-25T00:48:41.903Z[ recovery-image] May 25 00:48:40.885 INFO O| May 25 00:48:40.885 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-05-25T00:48:41.915Z[ recovery-image] May 25 00:48:40.898 INFO O| May 25 00:48:40.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
56762024-05-25T00:48:41.915Z[ recovery-image] May 25 00:48:40.898 INFO O| May 25 00:48:40.898 INFO STEP 383 (remove_files) COMPLETE
56772024-05-25T00:48:41.922Z[ recovery-image] May 25 00:48:40.898 INFO O| May 25 00:48:40.898 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-05-25T00:48:41.930Z[ recovery-image] May 25 00:48:40.913 INFO O| May 25 00:48:40.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
56792024-05-25T00:48:41.930Z[ recovery-image] May 25 00:48:40.913 INFO O| May 25 00:48:40.913 INFO STEP 384 (remove_files) COMPLETE
56802024-05-25T00:48:41.930Z[ recovery-image] May 25 00:48:40.913 INFO O| May 25 00:48:40.913 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-05-25T00:48:41.948Z[ recovery-image] May 25 00:48:40.931 INFO O| May 25 00:48:40.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
56822024-05-25T00:48:41.948Z[ recovery-image] May 25 00:48:40.931 INFO O| May 25 00:48:40.931 INFO STEP 385 (remove_files) COMPLETE
56832024-05-25T00:48:41.948Z[ recovery-image] May 25 00:48:40.931 INFO O| May 25 00:48:40.931 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-05-25T00:48:41.962Z[ recovery-image] May 25 00:48:40.945 INFO O| May 25 00:48:40.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
56852024-05-25T00:48:41.963Z[ recovery-image] May 25 00:48:40.945 INFO O| May 25 00:48:40.945 INFO STEP 386 (remove_files) COMPLETE
56862024-05-25T00:48:41.967Z[ recovery-image] May 25 00:48:40.946 INFO O| May 25 00:48:40.945 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-05-25T00:48:41.977Z[ recovery-image] May 25 00:48:40.960 INFO O| May 25 00:48:40.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
56882024-05-25T00:48:41.977Z[ recovery-image] May 25 00:48:40.960 INFO O| May 25 00:48:40.960 INFO STEP 387 (remove_files) COMPLETE
56892024-05-25T00:48:41.989Z[ recovery-image] May 25 00:48:40.960 INFO O| May 25 00:48:40.960 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-05-25T00:48:41.994Z[ recovery-image] May 25 00:48:40.976 INFO O| May 25 00:48:40.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
56912024-05-25T00:48:41.994Z[ recovery-image] May 25 00:48:40.976 INFO O| May 25 00:48:40.976 INFO STEP 388 (remove_files) COMPLETE
56922024-05-25T00:48:41.994Z[ recovery-image] May 25 00:48:40.976 INFO O| May 25 00:48:40.976 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-05-25T00:48:42.007Z[ recovery-image] May 25 00:48:40.989 INFO O| May 25 00:48:40.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
56942024-05-25T00:48:42.007Z[ recovery-image] May 25 00:48:40.989 INFO O| May 25 00:48:40.989 INFO STEP 389 (remove_files) COMPLETE
56952024-05-25T00:48:42.011Z[ recovery-image] May 25 00:48:40.989 INFO O| May 25 00:48:40.989 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-05-25T00:48:42.018Z[ recovery-image] May 25 00:48:41.001 INFO O| May 25 00:48:41.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
56972024-05-25T00:48:42.018Z[ recovery-image] May 25 00:48:41.001 INFO O| May 25 00:48:41.001 INFO STEP 390 (remove_files) COMPLETE
56982024-05-25T00:48:42.024Z[ recovery-image] May 25 00:48:41.001 INFO O| May 25 00:48:41.001 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-05-25T00:48:42.033Z[ recovery-image] May 25 00:48:41.016 INFO O| May 25 00:48:41.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
57002024-05-25T00:48:42.033Z[ recovery-image] May 25 00:48:41.016 INFO O| May 25 00:48:41.016 INFO STEP 391 (remove_files) COMPLETE
57012024-05-25T00:48:42.036Z[ recovery-image] May 25 00:48:41.016 INFO O| May 25 00:48:41.016 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-05-25T00:48:42.046Z[ recovery-image] May 25 00:48:41.029 INFO O| May 25 00:48:41.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
57032024-05-25T00:48:42.046Z[ recovery-image] May 25 00:48:41.029 INFO O| May 25 00:48:41.029 INFO STEP 392 (remove_files) COMPLETE
57042024-05-25T00:48:42.050Z[ recovery-image] May 25 00:48:41.029 INFO O| May 25 00:48:41.029 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-05-25T00:48:42.058Z[ recovery-image] May 25 00:48:41.042 INFO O| May 25 00:48:41.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
57062024-05-25T00:48:42.059Z[ recovery-image] May 25 00:48:41.042 INFO O| May 25 00:48:41.042 INFO STEP 393 (remove_files) COMPLETE
57072024-05-25T00:48:42.062Z[ recovery-image] May 25 00:48:41.042 INFO O| May 25 00:48:41.042 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-05-25T00:48:42.071Z[ recovery-image] May 25 00:48:41.054 INFO O| May 25 00:48:41.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
57092024-05-25T00:48:42.071Z[ recovery-image] May 25 00:48:41.054 INFO O| May 25 00:48:41.054 INFO STEP 394 (remove_files) COMPLETE
57102024-05-25T00:48:42.075Z[ recovery-image] May 25 00:48:41.054 INFO O| May 25 00:48:41.054 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-05-25T00:48:42.085Z[ recovery-image] May 25 00:48:41.068 INFO O| May 25 00:48:41.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
57122024-05-25T00:48:42.085Z[ recovery-image] May 25 00:48:41.068 INFO O| May 25 00:48:41.068 INFO STEP 395 (remove_files) COMPLETE
57132024-05-25T00:48:42.085Z[ recovery-image] May 25 00:48:41.068 INFO O| May 25 00:48:41.068 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-05-25T00:48:42.099Z[ recovery-image] May 25 00:48:41.082 INFO O| May 25 00:48:41.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
57152024-05-25T00:48:42.099Z[ recovery-image] May 25 00:48:41.082 INFO O| May 25 00:48:41.082 INFO STEP 396 (remove_files) COMPLETE
57162024-05-25T00:48:42.099Z[ recovery-image] May 25 00:48:41.082 INFO O| May 25 00:48:41.082 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-05-25T00:48:42.114Z[ recovery-image] May 25 00:48:41.097 INFO O| May 25 00:48:41.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
57182024-05-25T00:48:42.114Z[ recovery-image] May 25 00:48:41.097 INFO O| May 25 00:48:41.097 INFO STEP 397 (remove_files) COMPLETE
57192024-05-25T00:48:42.114Z[ recovery-image] May 25 00:48:41.097 INFO O| May 25 00:48:41.097 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-05-25T00:48:42.128Z[ recovery-image] May 25 00:48:41.111 INFO O| May 25 00:48:41.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
57212024-05-25T00:48:42.128Z[ recovery-image] May 25 00:48:41.111 INFO O| May 25 00:48:41.111 INFO STEP 398 (remove_files) COMPLETE
57222024-05-25T00:48:42.132Z[ recovery-image] May 25 00:48:41.111 INFO O| May 25 00:48:41.111 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-05-25T00:48:42.151Z[ recovery-image] May 25 00:48:41.124 INFO O| May 25 00:48:41.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
57242024-05-25T00:48:42.155Z[ recovery-image] May 25 00:48:41.124 INFO O| May 25 00:48:41.124 INFO STEP 399 (remove_files) COMPLETE
57252024-05-25T00:48:42.155Z[ recovery-image] May 25 00:48:41.124 INFO O| May 25 00:48:41.124 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-05-25T00:48:42.158Z[ recovery-image] May 25 00:48:41.140 INFO O| May 25 00:48:41.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
57272024-05-25T00:48:42.159Z[ recovery-image] May 25 00:48:41.140 INFO O| May 25 00:48:41.140 INFO STEP 400 (remove_files) COMPLETE
57282024-05-25T00:48:42.159Z[ recovery-image] May 25 00:48:41.140 INFO O| May 25 00:48:41.140 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-05-25T00:48:42.172Z[ recovery-image] May 25 00:48:41.155 INFO O| May 25 00:48:41.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
57302024-05-25T00:48:42.172Z[ recovery-image] May 25 00:48:41.155 INFO O| May 25 00:48:41.155 INFO STEP 401 (remove_files) COMPLETE
57312024-05-25T00:48:42.172Z[ recovery-image] May 25 00:48:41.155 INFO O| May 25 00:48:41.155 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-05-25T00:48:42.189Z[ recovery-image] May 25 00:48:41.172 INFO O| May 25 00:48:41.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
57332024-05-25T00:48:42.189Z[ recovery-image] May 25 00:48:41.172 INFO O| May 25 00:48:41.172 INFO STEP 402 (remove_files) COMPLETE
57342024-05-25T00:48:42.189Z[ recovery-image] May 25 00:48:41.172 INFO O| May 25 00:48:41.172 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-05-25T00:48:42.205Z[ recovery-image] May 25 00:48:41.188 INFO O| May 25 00:48:41.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
57362024-05-25T00:48:42.205Z[ recovery-image] May 25 00:48:41.188 INFO O| May 25 00:48:41.188 INFO STEP 403 (remove_files) COMPLETE
57372024-05-25T00:48:42.205Z[ recovery-image] May 25 00:48:41.188 INFO O| May 25 00:48:41.188 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-05-25T00:48:42.220Z[ recovery-image] May 25 00:48:41.203 INFO O| May 25 00:48:41.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
57392024-05-25T00:48:42.220Z[ recovery-image] May 25 00:48:41.203 INFO O| May 25 00:48:41.203 INFO STEP 404 (remove_files) COMPLETE
57402024-05-25T00:48:42.238Z[ recovery-image] May 25 00:48:41.203 INFO O| May 25 00:48:41.203 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-05-25T00:48:42.238Z[ recovery-image] May 25 00:48:41.218 INFO O| May 25 00:48:41.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
57422024-05-25T00:48:42.238Z[ recovery-image] May 25 00:48:41.218 INFO O| May 25 00:48:41.218 INFO STEP 405 (remove_files) COMPLETE
57432024-05-25T00:48:42.239Z[ recovery-image] May 25 00:48:41.218 INFO O| May 25 00:48:41.218 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-05-25T00:48:42.251Z[ recovery-image] May 25 00:48:41.233 INFO O| May 25 00:48:41.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
57452024-05-25T00:48:42.251Z[ recovery-image] May 25 00:48:41.233 INFO O| May 25 00:48:41.233 INFO STEP 406 (remove_files) COMPLETE
57462024-05-25T00:48:42.251Z[ recovery-image] May 25 00:48:41.233 INFO O| May 25 00:48:41.233 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-05-25T00:48:42.280Z[ recovery-image] May 25 00:48:41.246 INFO O| May 25 00:48:41.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
57482024-05-25T00:48:42.280Z[ recovery-image] May 25 00:48:41.246 INFO O| May 25 00:48:41.246 INFO STEP 407 (remove_files) COMPLETE
57492024-05-25T00:48:42.280Z[ recovery-image] May 25 00:48:41.246 INFO O| May 25 00:48:41.246 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-05-25T00:48:42.285Z[ recovery-image] May 25 00:48:41.257 INFO O| May 25 00:48:41.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
57512024-05-25T00:48:42.285Z[ recovery-image] May 25 00:48:41.258 INFO O| May 25 00:48:41.258 INFO STEP 408 (remove_files) COMPLETE
57522024-05-25T00:48:42.285Z[ recovery-image] May 25 00:48:41.258 INFO O| May 25 00:48:41.258 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-05-25T00:48:42.289Z[ recovery-image] May 25 00:48:41.270 INFO O| May 25 00:48:41.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
57542024-05-25T00:48:42.289Z[ recovery-image] May 25 00:48:41.270 INFO O| May 25 00:48:41.270 INFO STEP 409 (remove_files) COMPLETE
57552024-05-25T00:48:42.289Z[ recovery-image] May 25 00:48:41.270 INFO O| May 25 00:48:41.270 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-05-25T00:48:42.300Z[ recovery-image] May 25 00:48:41.282 INFO O| May 25 00:48:41.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
57572024-05-25T00:48:42.311Z[ recovery-image] May 25 00:48:41.283 INFO O| May 25 00:48:41.283 INFO STEP 410 (remove_files) COMPLETE
57582024-05-25T00:48:42.311Z[ recovery-image] May 25 00:48:41.283 INFO O| May 25 00:48:41.283 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-05-25T00:48:42.315Z[ recovery-image] May 25 00:48:41.295 INFO O| May 25 00:48:41.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
57602024-05-25T00:48:42.315Z[ recovery-image] May 25 00:48:41.295 INFO O| May 25 00:48:41.295 INFO STEP 411 (remove_files) COMPLETE
57612024-05-25T00:48:42.315Z[ recovery-image] May 25 00:48:41.295 INFO O| May 25 00:48:41.295 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-05-25T00:48:42.326Z[ recovery-image] May 25 00:48:41.307 INFO O| May 25 00:48:41.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
57632024-05-25T00:48:42.326Z[ recovery-image] May 25 00:48:41.308 INFO O| May 25 00:48:41.308 INFO STEP 412 (remove_files) COMPLETE
57642024-05-25T00:48:42.329Z[ recovery-image] May 25 00:48:41.308 INFO O| May 25 00:48:41.308 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-05-25T00:48:42.337Z[ recovery-image] May 25 00:48:41.320 INFO O| May 25 00:48:41.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
57662024-05-25T00:48:42.337Z[ recovery-image] May 25 00:48:41.320 INFO O| May 25 00:48:41.320 INFO STEP 413 (remove_files) COMPLETE
57672024-05-25T00:48:42.337Z[ recovery-image] May 25 00:48:41.320 INFO O| May 25 00:48:41.320 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-05-25T00:48:42.349Z[ recovery-image] May 25 00:48:41.332 INFO O| May 25 00:48:41.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
57692024-05-25T00:48:42.349Z[ recovery-image] May 25 00:48:41.332 INFO O| May 25 00:48:41.332 INFO STEP 414 (remove_files) COMPLETE
57702024-05-25T00:48:42.349Z[ recovery-image] May 25 00:48:41.332 INFO O| May 25 00:48:41.332 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-05-25T00:48:42.361Z[ recovery-image] May 25 00:48:41.344 INFO O| May 25 00:48:41.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
57722024-05-25T00:48:42.361Z[ recovery-image] May 25 00:48:41.344 INFO O| May 25 00:48:41.344 INFO STEP 415 (remove_files) COMPLETE
57732024-05-25T00:48:42.364Z[ recovery-image] May 25 00:48:41.344 INFO O| May 25 00:48:41.344 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-05-25T00:48:42.372Z[ recovery-image] May 25 00:48:41.355 INFO O| May 25 00:48:41.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
57752024-05-25T00:48:42.372Z[ recovery-image] May 25 00:48:41.355 INFO O| May 25 00:48:41.355 INFO STEP 416 (remove_files) COMPLETE
57762024-05-25T00:48:42.376Z[ recovery-image] May 25 00:48:41.355 INFO O| May 25 00:48:41.355 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-05-25T00:48:42.383Z[ recovery-image] May 25 00:48:41.366 INFO O| May 25 00:48:41.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
57782024-05-25T00:48:42.384Z[ recovery-image] May 25 00:48:41.367 INFO O| May 25 00:48:41.366 INFO STEP 417 (remove_files) COMPLETE
57792024-05-25T00:48:42.387Z[ recovery-image] May 25 00:48:41.367 INFO O| May 25 00:48:41.366 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-05-25T00:48:42.396Z[ recovery-image] May 25 00:48:41.379 INFO O| May 25 00:48:41.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
57812024-05-25T00:48:42.399Z[ recovery-image] May 25 00:48:41.379 INFO O| May 25 00:48:41.379 INFO STEP 418 (remove_files) COMPLETE
57822024-05-25T00:48:42.399Z[ recovery-image] May 25 00:48:41.379 INFO O| May 25 00:48:41.379 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-05-25T00:48:42.408Z[ recovery-image] May 25 00:48:41.391 INFO O| May 25 00:48:41.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
57842024-05-25T00:48:42.420Z[ recovery-image] May 25 00:48:41.391 INFO O| May 25 00:48:41.391 INFO STEP 419 (remove_files) COMPLETE
57852024-05-25T00:48:42.420Z[ recovery-image] May 25 00:48:41.391 INFO O| May 25 00:48:41.391 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-05-25T00:48:42.424Z[ recovery-image] May 25 00:48:41.403 INFO O| May 25 00:48:41.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
57872024-05-25T00:48:42.424Z[ recovery-image] May 25 00:48:41.403 INFO O| May 25 00:48:41.403 INFO STEP 420 (remove_files) COMPLETE
57882024-05-25T00:48:42.424Z[ recovery-image] May 25 00:48:41.403 INFO O| May 25 00:48:41.403 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-05-25T00:48:42.433Z[ recovery-image] May 25 00:48:41.415 INFO O| May 25 00:48:41.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
57902024-05-25T00:48:42.433Z[ recovery-image] May 25 00:48:41.416 INFO O| May 25 00:48:41.416 INFO STEP 421 (remove_files) COMPLETE
57912024-05-25T00:48:42.437Z[ recovery-image] May 25 00:48:41.416 INFO O| May 25 00:48:41.416 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-05-25T00:48:42.446Z[ recovery-image] May 25 00:48:41.428 INFO O| May 25 00:48:41.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
57932024-05-25T00:48:42.450Z[ recovery-image] May 25 00:48:41.428 INFO O| May 25 00:48:41.428 INFO STEP 422 (remove_files) COMPLETE
57942024-05-25T00:48:42.450Z[ recovery-image] May 25 00:48:41.428 INFO O| May 25 00:48:41.428 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-05-25T00:48:42.457Z[ recovery-image] May 25 00:48:41.440 INFO O| May 25 00:48:41.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
57962024-05-25T00:48:42.457Z[ recovery-image] May 25 00:48:41.440 INFO O| May 25 00:48:41.440 INFO STEP 423 (remove_files) COMPLETE
57972024-05-25T00:48:42.462Z[ recovery-image] May 25 00:48:41.440 INFO O| May 25 00:48:41.440 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-05-25T00:48:42.469Z[ recovery-image] May 25 00:48:41.452 INFO O| May 25 00:48:41.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
57992024-05-25T00:48:42.469Z[ recovery-image] May 25 00:48:41.452 INFO O| May 25 00:48:41.452 INFO STEP 424 (remove_files) COMPLETE
58002024-05-25T00:48:42.473Z[ recovery-image] May 25 00:48:41.452 INFO O| May 25 00:48:41.452 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-05-25T00:48:42.480Z[ recovery-image] May 25 00:48:41.463 INFO O| May 25 00:48:41.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
58022024-05-25T00:48:42.480Z[ recovery-image] May 25 00:48:41.463 INFO O| May 25 00:48:41.463 INFO STEP 425 (remove_files) COMPLETE
58032024-05-25T00:48:42.484Z[ recovery-image] May 25 00:48:41.463 INFO O| May 25 00:48:41.463 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-05-25T00:48:42.492Z[ recovery-image] May 25 00:48:41.475 INFO O| May 25 00:48:41.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
58052024-05-25T00:48:42.496Z[ recovery-image] May 25 00:48:41.475 INFO O| May 25 00:48:41.475 INFO STEP 426 (remove_files) COMPLETE
58062024-05-25T00:48:42.496Z[ recovery-image] May 25 00:48:41.475 INFO O| May 25 00:48:41.475 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-05-25T00:48:42.507Z[ recovery-image] May 25 00:48:41.488 INFO O| May 25 00:48:41.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
58082024-05-25T00:48:42.507Z[ recovery-image] May 25 00:48:41.489 INFO O| May 25 00:48:41.488 INFO STEP 427 (remove_files) COMPLETE
58092024-05-25T00:48:42.507Z[ recovery-image] May 25 00:48:41.489 INFO O| May 25 00:48:41.489 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-05-25T00:48:42.522Z[ recovery-image] May 25 00:48:41.504 INFO O| May 25 00:48:41.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
58112024-05-25T00:48:42.522Z[ recovery-image] May 25 00:48:41.505 INFO O| May 25 00:48:41.505 INFO STEP 428 (remove_files) COMPLETE
58122024-05-25T00:48:42.525Z[ recovery-image] May 25 00:48:41.505 INFO O| May 25 00:48:41.505 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-05-25T00:48:42.537Z[ recovery-image] May 25 00:48:41.520 INFO O| May 25 00:48:41.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
58142024-05-25T00:48:42.537Z[ recovery-image] May 25 00:48:41.520 INFO O| May 25 00:48:41.520 INFO STEP 429 (remove_files) COMPLETE
58152024-05-25T00:48:42.537Z[ recovery-image] May 25 00:48:41.520 INFO O| May 25 00:48:41.520 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-05-25T00:48:42.553Z[ recovery-image] May 25 00:48:41.535 INFO O| May 25 00:48:41.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
58172024-05-25T00:48:42.553Z[ recovery-image] May 25 00:48:41.536 INFO O| May 25 00:48:41.536 INFO STEP 430 (remove_files) COMPLETE
58182024-05-25T00:48:42.553Z[ recovery-image] May 25 00:48:41.536 INFO O| May 25 00:48:41.536 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-05-25T00:48:42.567Z[ recovery-image] May 25 00:48:41.550 INFO O| May 25 00:48:41.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
58202024-05-25T00:48:42.567Z[ recovery-image] May 25 00:48:41.550 INFO O| May 25 00:48:41.550 INFO STEP 431 (remove_files) COMPLETE
58212024-05-25T00:48:42.567Z[ recovery-image] May 25 00:48:41.550 INFO O| May 25 00:48:41.550 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-05-25T00:48:42.580Z[ recovery-image] May 25 00:48:41.563 INFO O| May 25 00:48:41.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
58232024-05-25T00:48:42.580Z[ recovery-image] May 25 00:48:41.563 INFO O| May 25 00:48:41.563 INFO STEP 432 (remove_files) COMPLETE
58242024-05-25T00:48:42.591Z[ recovery-image] May 25 00:48:41.563 INFO O| May 25 00:48:41.563 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-05-25T00:48:42.595Z[ recovery-image] May 25 00:48:41.576 INFO O| May 25 00:48:41.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
58262024-05-25T00:48:42.595Z[ recovery-image] May 25 00:48:41.576 INFO O| May 25 00:48:41.576 INFO STEP 433 (remove_files) COMPLETE
58272024-05-25T00:48:42.595Z[ recovery-image] May 25 00:48:41.576 INFO O| May 25 00:48:41.576 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-05-25T00:48:42.615Z[ recovery-image] May 25 00:48:41.589 INFO O| May 25 00:48:41.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
58292024-05-25T00:48:42.615Z[ recovery-image] May 25 00:48:41.589 INFO O| May 25 00:48:41.589 INFO STEP 434 (remove_files) COMPLETE
58302024-05-25T00:48:42.616Z[ recovery-image] May 25 00:48:41.589 INFO O| May 25 00:48:41.589 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-05-25T00:48:42.620Z[ recovery-image] May 25 00:48:41.601 INFO O| May 25 00:48:41.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
58322024-05-25T00:48:42.620Z[ recovery-image] May 25 00:48:41.601 INFO O| May 25 00:48:41.601 INFO STEP 435 (remove_files) COMPLETE
58332024-05-25T00:48:42.621Z[ recovery-image] May 25 00:48:41.601 INFO O| May 25 00:48:41.601 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-05-25T00:48:42.630Z[ recovery-image] May 25 00:48:41.613 INFO O| May 25 00:48:41.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
58352024-05-25T00:48:42.630Z[ recovery-image] May 25 00:48:41.613 INFO O| May 25 00:48:41.613 INFO STEP 436 (remove_files) COMPLETE
58362024-05-25T00:48:42.633Z[ recovery-image] May 25 00:48:41.613 INFO O| May 25 00:48:41.613 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-05-25T00:48:42.644Z[ recovery-image] May 25 00:48:41.625 INFO O| May 25 00:48:41.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
58382024-05-25T00:48:42.644Z[ recovery-image] May 25 00:48:41.625 INFO O| May 25 00:48:41.625 INFO STEP 437 (remove_files) COMPLETE
58392024-05-25T00:48:42.659Z[ recovery-image] May 25 00:48:41.625 INFO O| May 25 00:48:41.625 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-05-25T00:48:42.659Z[ recovery-image] May 25 00:48:41.638 INFO O| May 25 00:48:41.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
58412024-05-25T00:48:42.659Z[ recovery-image] May 25 00:48:41.638 INFO O| May 25 00:48:41.638 INFO STEP 438 (remove_files) COMPLETE
58422024-05-25T00:48:42.659Z[ recovery-image] May 25 00:48:41.638 INFO O| May 25 00:48:41.638 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-05-25T00:48:42.669Z[ recovery-image] May 25 00:48:41.651 INFO O| May 25 00:48:41.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
58442024-05-25T00:48:42.669Z[ recovery-image] May 25 00:48:41.651 INFO O| May 25 00:48:41.651 INFO STEP 439 (remove_files) COMPLETE
58452024-05-25T00:48:42.672Z[ recovery-image] May 25 00:48:41.651 INFO O| May 25 00:48:41.651 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-05-25T00:48:42.682Z[ recovery-image] May 25 00:48:41.664 INFO O| May 25 00:48:41.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
58472024-05-25T00:48:42.682Z[ recovery-image] May 25 00:48:41.664 INFO O| May 25 00:48:41.664 INFO STEP 440 (remove_files) COMPLETE
58482024-05-25T00:48:42.688Z[ recovery-image] May 25 00:48:41.664 INFO O| May 25 00:48:41.664 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-05-25T00:48:42.694Z[ recovery-image] May 25 00:48:41.677 INFO O| May 25 00:48:41.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
58502024-05-25T00:48:42.694Z[ recovery-image] May 25 00:48:41.677 INFO O| May 25 00:48:41.677 INFO STEP 441 (remove_files) COMPLETE
58512024-05-25T00:48:42.698Z[ recovery-image] May 25 00:48:41.677 INFO O| May 25 00:48:41.677 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-05-25T00:48:42.734Z[ recovery-image] May 25 00:48:41.689 INFO O| May 25 00:48:41.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
58532024-05-25T00:48:42.734Z[ recovery-image] May 25 00:48:41.689 INFO O| May 25 00:48:41.689 INFO STEP 442 (remove_files) COMPLETE
58542024-05-25T00:48:42.739Z[ recovery-image] May 25 00:48:41.689 INFO O| May 25 00:48:41.689 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-05-25T00:48:42.739Z[ recovery-image] May 25 00:48:41.702 INFO O| May 25 00:48:41.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
58562024-05-25T00:48:42.739Z[ recovery-image] May 25 00:48:41.702 INFO O| May 25 00:48:41.702 INFO STEP 443 (remove_files) COMPLETE
58572024-05-25T00:48:42.739Z[ recovery-image] May 25 00:48:41.702 INFO O| May 25 00:48:41.702 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-05-25T00:48:42.740Z[ recovery-image] May 25 00:48:41.715 INFO O| May 25 00:48:41.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
58592024-05-25T00:48:42.740Z[ recovery-image] May 25 00:48:41.715 INFO O| May 25 00:48:41.715 INFO STEP 444 (remove_files) COMPLETE
58602024-05-25T00:48:42.740Z[ recovery-image] May 25 00:48:41.715 INFO O| May 25 00:48:41.715 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-05-25T00:48:42.746Z[ recovery-image] May 25 00:48:41.729 INFO O| May 25 00:48:41.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
58622024-05-25T00:48:42.746Z[ recovery-image] May 25 00:48:41.729 INFO O| May 25 00:48:41.729 INFO STEP 445 (remove_files) COMPLETE
58632024-05-25T00:48:42.751Z[ recovery-image] May 25 00:48:41.729 INFO O| May 25 00:48:41.729 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-05-25T00:48:42.761Z[ recovery-image] May 25 00:48:41.744 INFO O| May 25 00:48:41.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
58652024-05-25T00:48:42.761Z[ recovery-image] May 25 00:48:41.744 INFO O| May 25 00:48:41.744 INFO STEP 446 (remove_files) COMPLETE
58662024-05-25T00:48:42.765Z[ recovery-image] May 25 00:48:41.744 INFO O| May 25 00:48:41.744 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-05-25T00:48:42.775Z[ recovery-image] May 25 00:48:41.758 INFO O| May 25 00:48:41.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
58682024-05-25T00:48:42.775Z[ recovery-image] May 25 00:48:41.758 INFO O| May 25 00:48:41.758 INFO STEP 447 (remove_files) COMPLETE
58692024-05-25T00:48:42.775Z[ recovery-image] May 25 00:48:41.758 INFO O| May 25 00:48:41.758 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-05-25T00:48:42.788Z[ recovery-image] May 25 00:48:41.771 INFO O| May 25 00:48:41.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
58712024-05-25T00:48:42.788Z[ recovery-image] May 25 00:48:41.771 INFO O| May 25 00:48:41.771 INFO STEP 448 (remove_files) COMPLETE
58722024-05-25T00:48:42.792Z[ recovery-image] May 25 00:48:41.771 INFO O| May 25 00:48:41.771 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-05-25T00:48:42.801Z[ recovery-image] May 25 00:48:41.784 INFO O| May 25 00:48:41.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
58742024-05-25T00:48:42.801Z[ recovery-image] May 25 00:48:41.784 INFO O| May 25 00:48:41.784 INFO STEP 449 (remove_files) COMPLETE
58752024-05-25T00:48:42.806Z[ recovery-image] May 25 00:48:41.784 INFO O| May 25 00:48:41.784 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-05-25T00:48:42.814Z[ recovery-image] May 25 00:48:41.797 INFO O| May 25 00:48:41.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
58772024-05-25T00:48:42.814Z[ recovery-image] May 25 00:48:41.797 INFO O| May 25 00:48:41.797 INFO STEP 450 (remove_files) COMPLETE
58782024-05-25T00:48:42.814Z[ recovery-image] May 25 00:48:41.797 INFO O| May 25 00:48:41.797 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-05-25T00:48:42.827Z[ recovery-image] May 25 00:48:41.810 INFO O| May 25 00:48:41.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
58802024-05-25T00:48:42.827Z[ recovery-image] May 25 00:48:41.810 INFO O| May 25 00:48:41.810 INFO STEP 451 (remove_files) COMPLETE
58812024-05-25T00:48:42.830Z[ recovery-image] May 25 00:48:41.810 INFO O| May 25 00:48:41.810 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-05-25T00:48:42.838Z[ recovery-image] May 25 00:48:41.822 INFO O| May 25 00:48:41.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
58832024-05-25T00:48:42.839Z[ recovery-image] May 25 00:48:41.822 INFO O| May 25 00:48:41.822 INFO STEP 452 (remove_files) COMPLETE
58842024-05-25T00:48:42.842Z[ recovery-image] May 25 00:48:41.822 INFO O| May 25 00:48:41.822 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-05-25T00:48:42.850Z[ recovery-image] May 25 00:48:41.833 INFO O| May 25 00:48:41.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
58862024-05-25T00:48:42.850Z[ recovery-image] May 25 00:48:41.833 INFO O| May 25 00:48:41.833 INFO STEP 453 (remove_files) COMPLETE
58872024-05-25T00:48:42.850Z[ recovery-image] May 25 00:48:41.833 INFO O| May 25 00:48:41.833 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-05-25T00:48:42.860Z[ recovery-image] May 25 00:48:41.843 INFO O| May 25 00:48:41.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
58892024-05-25T00:48:42.861Z[ recovery-image] May 25 00:48:41.843 INFO O| May 25 00:48:41.843 INFO STEP 454 (remove_files) COMPLETE
58902024-05-25T00:48:42.865Z[ recovery-image] May 25 00:48:41.843 INFO O| May 25 00:48:41.843 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-05-25T00:48:42.872Z[ recovery-image] May 25 00:48:41.855 INFO O| May 25 00:48:41.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
58922024-05-25T00:48:42.872Z[ recovery-image] May 25 00:48:41.855 INFO O| May 25 00:48:41.855 INFO STEP 455 (remove_files) COMPLETE
58932024-05-25T00:48:42.872Z[ recovery-image] May 25 00:48:41.855 INFO O| May 25 00:48:41.855 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-05-25T00:48:42.884Z[ recovery-image] May 25 00:48:41.866 INFO O| May 25 00:48:41.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
58952024-05-25T00:48:42.884Z[ recovery-image] May 25 00:48:41.866 INFO O| May 25 00:48:41.866 INFO STEP 456 (remove_files) COMPLETE
58962024-05-25T00:48:42.884Z[ recovery-image] May 25 00:48:41.866 INFO O| May 25 00:48:41.866 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-05-25T00:48:42.895Z[ recovery-image] May 25 00:48:41.878 INFO O| May 25 00:48:41.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
58982024-05-25T00:48:42.895Z[ recovery-image] May 25 00:48:41.878 INFO O| May 25 00:48:41.878 INFO STEP 457 (remove_files) COMPLETE
58992024-05-25T00:48:42.899Z[ recovery-image] May 25 00:48:41.878 INFO O| May 25 00:48:41.878 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-05-25T00:48:42.907Z[ recovery-image] May 25 00:48:41.890 INFO O| May 25 00:48:41.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
59012024-05-25T00:48:42.907Z[ recovery-image] May 25 00:48:41.890 INFO O| May 25 00:48:41.890 INFO STEP 458 (remove_files) COMPLETE
59022024-05-25T00:48:42.908Z[ recovery-image] May 25 00:48:41.890 INFO O| May 25 00:48:41.890 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-05-25T00:48:42.919Z[ recovery-image] May 25 00:48:41.901 INFO O| May 25 00:48:41.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
59042024-05-25T00:48:42.919Z[ recovery-image] May 25 00:48:41.901 INFO O| May 25 00:48:41.901 INFO STEP 459 (remove_files) COMPLETE
59052024-05-25T00:48:42.923Z[ recovery-image] May 25 00:48:41.902 INFO O| May 25 00:48:41.901 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-05-25T00:48:42.930Z[ recovery-image] May 25 00:48:41.913 INFO O| May 25 00:48:41.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
59072024-05-25T00:48:42.930Z[ recovery-image] May 25 00:48:41.913 INFO O| May 25 00:48:41.913 INFO STEP 460 (remove_files) COMPLETE
59082024-05-25T00:48:42.931Z[ recovery-image] May 25 00:48:41.913 INFO O| May 25 00:48:41.913 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-05-25T00:48:42.943Z[ recovery-image] May 25 00:48:41.926 INFO O| May 25 00:48:41.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
59102024-05-25T00:48:42.947Z[ recovery-image] May 25 00:48:41.926 INFO O| May 25 00:48:41.926 INFO STEP 461 (remove_files) COMPLETE
59112024-05-25T00:48:42.947Z[ recovery-image] May 25 00:48:41.926 INFO O| May 25 00:48:41.926 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-05-25T00:48:42.957Z[ recovery-image] May 25 00:48:41.939 INFO O| May 25 00:48:41.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
59132024-05-25T00:48:42.957Z[ recovery-image] May 25 00:48:41.940 INFO O| May 25 00:48:41.939 INFO STEP 462 (remove_files) COMPLETE
59142024-05-25T00:48:42.961Z[ recovery-image] May 25 00:48:41.940 INFO O| May 25 00:48:41.940 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-05-25T00:48:42.972Z[ recovery-image] May 25 00:48:41.953 INFO O| May 25 00:48:41.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
59162024-05-25T00:48:42.976Z[ recovery-image] May 25 00:48:41.953 INFO O| May 25 00:48:41.953 INFO STEP 463 (remove_files) COMPLETE
59172024-05-25T00:48:42.976Z[ recovery-image] May 25 00:48:41.953 INFO O| May 25 00:48:41.953 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-05-25T00:48:42.984Z[ recovery-image] May 25 00:48:41.965 INFO O| May 25 00:48:41.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
59192024-05-25T00:48:42.984Z[ recovery-image] May 25 00:48:41.965 INFO O| May 25 00:48:41.965 INFO STEP 464 (remove_files) COMPLETE
59202024-05-25T00:48:42.984Z[ recovery-image] May 25 00:48:41.965 INFO O| May 25 00:48:41.965 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-05-25T00:48:42.994Z[ recovery-image] May 25 00:48:41.976 INFO O| May 25 00:48:41.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
59222024-05-25T00:48:42.994Z[ recovery-image] May 25 00:48:41.977 INFO O| May 25 00:48:41.977 INFO STEP 465 (remove_files) COMPLETE
59232024-05-25T00:48:43.003Z[ recovery-image] May 25 00:48:41.977 INFO O| May 25 00:48:41.977 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-05-25T00:48:43.008Z[ recovery-image] May 25 00:48:41.988 INFO O| May 25 00:48:41.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
59252024-05-25T00:48:43.008Z[ recovery-image] May 25 00:48:41.988 INFO O| May 25 00:48:41.988 INFO STEP 466 (remove_files) COMPLETE
59262024-05-25T00:48:43.009Z[ recovery-image] May 25 00:48:41.988 INFO O| May 25 00:48:41.988 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-05-25T00:48:43.017Z[ recovery-image] May 25 00:48:41.999 INFO O| May 25 00:48:41.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
59282024-05-25T00:48:43.017Z[ recovery-image] May 25 00:48:41.999 INFO O| May 25 00:48:41.999 INFO STEP 467 (remove_files) COMPLETE
59292024-05-25T00:48:43.017Z[ recovery-image] May 25 00:48:41.999 INFO O| May 25 00:48:41.999 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-05-25T00:48:43.029Z[ recovery-image] May 25 00:48:42.011 INFO O| May 25 00:48:42.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
59312024-05-25T00:48:43.029Z[ recovery-image] May 25 00:48:42.011 INFO O| May 25 00:48:42.011 INFO STEP 468 (remove_files) COMPLETE
59322024-05-25T00:48:43.029Z[ recovery-image] May 25 00:48:42.011 INFO O| May 25 00:48:42.011 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-05-25T00:48:43.041Z[ recovery-image] May 25 00:48:42.023 INFO O| May 25 00:48:42.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
59342024-05-25T00:48:43.041Z[ recovery-image] May 25 00:48:42.023 INFO O| May 25 00:48:42.023 INFO STEP 469 (remove_files) COMPLETE
59352024-05-25T00:48:43.045Z[ recovery-image] May 25 00:48:42.023 INFO O| May 25 00:48:42.023 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-05-25T00:48:43.052Z[ recovery-image] May 25 00:48:42.034 INFO O| May 25 00:48:42.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
59372024-05-25T00:48:43.052Z[ recovery-image] May 25 00:48:42.034 INFO O| May 25 00:48:42.034 INFO STEP 470 (remove_files) COMPLETE
59382024-05-25T00:48:43.057Z[ recovery-image] May 25 00:48:42.034 INFO O| May 25 00:48:42.034 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-05-25T00:48:43.064Z[ recovery-image] May 25 00:48:42.046 INFO O| May 25 00:48:42.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
59402024-05-25T00:48:43.064Z[ recovery-image] May 25 00:48:42.046 INFO O| May 25 00:48:42.046 INFO STEP 471 (remove_files) COMPLETE
59412024-05-25T00:48:43.064Z[ recovery-image] May 25 00:48:42.046 INFO O| May 25 00:48:42.046 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-05-25T00:48:43.075Z[ recovery-image] May 25 00:48:42.057 INFO O| May 25 00:48:42.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
59432024-05-25T00:48:43.075Z[ recovery-image] May 25 00:48:42.057 INFO O| May 25 00:48:42.057 INFO STEP 472 (remove_files) COMPLETE
59442024-05-25T00:48:43.075Z[ recovery-image] May 25 00:48:42.057 INFO O| May 25 00:48:42.057 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-05-25T00:48:43.088Z[ recovery-image] May 25 00:48:42.069 INFO O| May 25 00:48:42.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
59462024-05-25T00:48:43.097Z[ recovery-image] May 25 00:48:42.069 INFO O| May 25 00:48:42.069 INFO STEP 473 (remove_files) COMPLETE
59472024-05-25T00:48:43.097Z[ recovery-image] May 25 00:48:42.069 INFO O| May 25 00:48:42.069 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-05-25T00:48:43.105Z[ recovery-image] May 25 00:48:42.080 INFO O| May 25 00:48:42.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
59492024-05-25T00:48:43.106Z[ recovery-image] May 25 00:48:42.080 INFO O| May 25 00:48:42.080 INFO STEP 474 (remove_files) COMPLETE
59502024-05-25T00:48:43.106Z[ recovery-image] May 25 00:48:42.080 INFO O| May 25 00:48:42.080 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-05-25T00:48:43.110Z[ recovery-image] May 25 00:48:42.091 INFO O| May 25 00:48:42.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
59522024-05-25T00:48:43.110Z[ recovery-image] May 25 00:48:42.091 INFO O| May 25 00:48:42.091 INFO STEP 475 (remove_files) COMPLETE
59532024-05-25T00:48:43.110Z[ recovery-image] May 25 00:48:42.091 INFO O| May 25 00:48:42.091 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-05-25T00:48:43.120Z[ recovery-image] May 25 00:48:42.102 INFO O| May 25 00:48:42.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
59552024-05-25T00:48:43.120Z[ recovery-image] May 25 00:48:42.102 INFO O| May 25 00:48:42.102 INFO STEP 476 (remove_files) COMPLETE
59562024-05-25T00:48:43.120Z[ recovery-image] May 25 00:48:42.102 INFO O| May 25 00:48:42.102 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-05-25T00:48:43.131Z[ recovery-image] May 25 00:48:42.114 INFO O| May 25 00:48:42.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
59582024-05-25T00:48:43.131Z[ recovery-image] May 25 00:48:42.114 INFO O| May 25 00:48:42.114 INFO STEP 477 (remove_files) COMPLETE
59592024-05-25T00:48:43.131Z[ recovery-image] May 25 00:48:42.114 INFO O| May 25 00:48:42.114 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-05-25T00:48:43.142Z[ recovery-image] May 25 00:48:42.125 INFO O| May 25 00:48:42.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
59612024-05-25T00:48:43.142Z[ recovery-image] May 25 00:48:42.125 INFO O| May 25 00:48:42.125 INFO STEP 478 (remove_files) COMPLETE
59622024-05-25T00:48:43.146Z[ recovery-image] May 25 00:48:42.125 INFO O| May 25 00:48:42.125 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-05-25T00:48:43.153Z[ recovery-image] May 25 00:48:42.136 INFO O| May 25 00:48:42.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
59642024-05-25T00:48:43.153Z[ recovery-image] May 25 00:48:42.136 INFO O| May 25 00:48:42.136 INFO STEP 479 (remove_files) COMPLETE
59652024-05-25T00:48:43.153Z[ recovery-image] May 25 00:48:42.136 INFO O| May 25 00:48:42.136 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-05-25T00:48:43.164Z[ recovery-image] May 25 00:48:42.147 INFO O| May 25 00:48:42.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
59672024-05-25T00:48:43.164Z[ recovery-image] May 25 00:48:42.147 INFO O| May 25 00:48:42.147 INFO STEP 480 (remove_files) COMPLETE
59682024-05-25T00:48:43.164Z[ recovery-image] May 25 00:48:42.147 INFO O| May 25 00:48:42.147 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-05-25T00:48:43.176Z[ recovery-image] May 25 00:48:42.158 INFO O| May 25 00:48:42.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
59702024-05-25T00:48:43.176Z[ recovery-image] May 25 00:48:42.158 INFO O| May 25 00:48:42.158 INFO STEP 481 (remove_files) COMPLETE
59712024-05-25T00:48:43.185Z[ recovery-image] May 25 00:48:42.159 INFO O| May 25 00:48:42.158 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-05-25T00:48:43.192Z[ recovery-image] May 25 00:48:42.170 INFO O| May 25 00:48:42.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
59732024-05-25T00:48:43.192Z[ recovery-image] May 25 00:48:42.170 INFO O| May 25 00:48:42.170 INFO STEP 482 (remove_files) COMPLETE
59742024-05-25T00:48:43.192Z[ recovery-image] May 25 00:48:42.170 INFO O| May 25 00:48:42.170 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-05-25T00:48:43.199Z[ recovery-image] May 25 00:48:42.182 INFO O| May 25 00:48:42.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
59762024-05-25T00:48:43.206Z[ recovery-image] May 25 00:48:42.182 INFO O| May 25 00:48:42.182 INFO STEP 483 (remove_files) COMPLETE
59772024-05-25T00:48:43.206Z[ recovery-image] May 25 00:48:42.182 INFO O| May 25 00:48:42.182 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-05-25T00:48:43.213Z[ recovery-image] May 25 00:48:42.193 INFO O| May 25 00:48:42.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
59792024-05-25T00:48:43.213Z[ recovery-image] May 25 00:48:42.194 INFO O| May 25 00:48:42.193 INFO STEP 484 (remove_files) COMPLETE
59802024-05-25T00:48:43.213Z[ recovery-image] May 25 00:48:42.194 INFO O| May 25 00:48:42.194 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-05-25T00:48:43.225Z[ recovery-image] May 25 00:48:42.208 INFO O| May 25 00:48:42.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
59822024-05-25T00:48:43.228Z[ recovery-image] May 25 00:48:42.208 INFO O| May 25 00:48:42.208 INFO STEP 485 (remove_files) COMPLETE
59832024-05-25T00:48:43.228Z[ recovery-image] May 25 00:48:42.208 INFO O| May 25 00:48:42.208 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-05-25T00:48:43.241Z[ recovery-image] May 25 00:48:42.223 INFO O| May 25 00:48:42.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
59852024-05-25T00:48:43.241Z[ recovery-image] May 25 00:48:42.223 INFO O| May 25 00:48:42.223 INFO STEP 486 (remove_files) COMPLETE
59862024-05-25T00:48:43.245Z[ recovery-image] May 25 00:48:42.223 INFO O| May 25 00:48:42.223 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-05-25T00:48:43.254Z[ recovery-image] May 25 00:48:42.237 INFO O| May 25 00:48:42.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
59882024-05-25T00:48:43.254Z[ recovery-image] May 25 00:48:42.237 INFO O| May 25 00:48:42.237 INFO STEP 487 (remove_files) COMPLETE
59892024-05-25T00:48:43.259Z[ recovery-image] May 25 00:48:42.237 INFO O| May 25 00:48:42.237 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-05-25T00:48:43.267Z[ recovery-image] May 25 00:48:42.250 INFO O| May 25 00:48:42.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
59912024-05-25T00:48:43.272Z[ recovery-image] May 25 00:48:42.250 INFO O| May 25 00:48:42.250 INFO STEP 488 (remove_files) COMPLETE
59922024-05-25T00:48:43.272Z[ recovery-image] May 25 00:48:42.250 INFO O| May 25 00:48:42.250 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-05-25T00:48:43.279Z[ recovery-image] May 25 00:48:42.262 INFO O| May 25 00:48:42.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
59942024-05-25T00:48:43.279Z[ recovery-image] May 25 00:48:42.262 INFO O| May 25 00:48:42.262 INFO STEP 489 (remove_files) COMPLETE
59952024-05-25T00:48:43.279Z[ recovery-image] May 25 00:48:42.262 INFO O| May 25 00:48:42.262 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-05-25T00:48:43.290Z[ recovery-image] May 25 00:48:42.273 INFO O| May 25 00:48:42.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
59972024-05-25T00:48:43.291Z[ recovery-image] May 25 00:48:42.273 INFO O| May 25 00:48:42.273 INFO STEP 490 (remove_files) COMPLETE
59982024-05-25T00:48:43.296Z[ recovery-image] May 25 00:48:42.274 INFO O| May 25 00:48:42.273 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-05-25T00:48:43.303Z[ recovery-image] May 25 00:48:42.285 INFO O| May 25 00:48:42.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
60002024-05-25T00:48:43.303Z[ recovery-image] May 25 00:48:42.285 INFO O| May 25 00:48:42.285 INFO STEP 491 (remove_files) COMPLETE
60012024-05-25T00:48:43.303Z[ recovery-image] May 25 00:48:42.285 INFO O| May 25 00:48:42.285 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-05-25T00:48:43.317Z[ recovery-image] May 25 00:48:42.299 INFO O| May 25 00:48:42.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
60032024-05-25T00:48:43.317Z[ recovery-image] May 25 00:48:42.299 INFO O| May 25 00:48:42.299 INFO STEP 492 (remove_files) COMPLETE
60042024-05-25T00:48:43.317Z[ recovery-image] May 25 00:48:42.299 INFO O| May 25 00:48:42.299 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-05-25T00:48:43.331Z[ recovery-image] May 25 00:48:42.314 INFO O| May 25 00:48:42.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
60062024-05-25T00:48:43.331Z[ recovery-image] May 25 00:48:42.314 INFO O| May 25 00:48:42.314 INFO STEP 493 (remove_files) COMPLETE
60072024-05-25T00:48:43.337Z[ recovery-image] May 25 00:48:42.314 INFO O| May 25 00:48:42.314 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-05-25T00:48:43.348Z[ recovery-image] May 25 00:48:42.330 INFO O| May 25 00:48:42.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
60092024-05-25T00:48:43.348Z[ recovery-image] May 25 00:48:42.330 INFO O| May 25 00:48:42.330 INFO STEP 494 (remove_files) COMPLETE
60102024-05-25T00:48:43.351Z[ recovery-image] May 25 00:48:42.331 INFO O| May 25 00:48:42.330 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-05-25T00:48:43.364Z[ recovery-image] May 25 00:48:42.346 INFO O| May 25 00:48:42.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
60122024-05-25T00:48:43.368Z[ recovery-image] May 25 00:48:42.347 INFO O| May 25 00:48:42.347 INFO STEP 495 (remove_files) COMPLETE
60132024-05-25T00:48:43.368Z[ recovery-image] May 25 00:48:42.347 INFO O| May 25 00:48:42.347 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-05-25T00:48:43.384Z[ recovery-image] May 25 00:48:42.365 INFO O| May 25 00:48:42.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
60152024-05-25T00:48:43.384Z[ recovery-image] May 25 00:48:42.365 INFO O| May 25 00:48:42.365 INFO STEP 496 (remove_files) COMPLETE
60162024-05-25T00:48:43.384Z[ recovery-image] May 25 00:48:42.365 INFO O| May 25 00:48:42.365 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-05-25T00:48:43.401Z[ recovery-image] May 25 00:48:42.384 INFO O| May 25 00:48:42.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
60182024-05-25T00:48:43.419Z[ recovery-image] May 25 00:48:42.384 INFO O| May 25 00:48:42.384 INFO STEP 497 (remove_files) COMPLETE
60192024-05-25T00:48:43.419Z[ recovery-image] May 25 00:48:42.384 INFO O| May 25 00:48:42.384 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-05-25T00:48:43.430Z[ recovery-image] May 25 00:48:42.401 INFO O| May 25 00:48:42.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
60212024-05-25T00:48:43.430Z[ recovery-image] May 25 00:48:42.401 INFO O| May 25 00:48:42.401 INFO STEP 498 (remove_files) COMPLETE
60222024-05-25T00:48:43.430Z[ recovery-image] May 25 00:48:42.401 INFO O| May 25 00:48:42.401 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-05-25T00:48:43.435Z[ recovery-image] May 25 00:48:42.418 INFO O| May 25 00:48:42.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
60242024-05-25T00:48:43.436Z[ recovery-image] May 25 00:48:42.418 INFO O| May 25 00:48:42.418 INFO STEP 499 (remove_files) COMPLETE
60252024-05-25T00:48:43.439Z[ recovery-image] May 25 00:48:42.419 INFO O| May 25 00:48:42.418 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-05-25T00:48:43.455Z[ recovery-image] May 25 00:48:42.434 INFO O| May 25 00:48:42.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
60272024-05-25T00:48:43.458Z[ recovery-image] May 25 00:48:42.435 INFO O| May 25 00:48:42.434 INFO STEP 500 (remove_files) COMPLETE
60282024-05-25T00:48:43.458Z[ recovery-image] May 25 00:48:42.435 INFO O| May 25 00:48:42.435 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-05-25T00:48:43.469Z[ recovery-image] May 25 00:48:42.452 INFO O| May 25 00:48:42.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
60302024-05-25T00:48:43.469Z[ recovery-image] May 25 00:48:42.452 INFO O| May 25 00:48:42.452 INFO STEP 501 (remove_files) COMPLETE
60312024-05-25T00:48:43.473Z[ recovery-image] May 25 00:48:42.452 INFO O| May 25 00:48:42.452 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-05-25T00:48:43.487Z[ recovery-image] May 25 00:48:42.469 INFO O| May 25 00:48:42.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
60332024-05-25T00:48:43.487Z[ recovery-image] May 25 00:48:42.469 INFO O| May 25 00:48:42.469 INFO STEP 502 (remove_files) COMPLETE
60342024-05-25T00:48:43.492Z[ recovery-image] May 25 00:48:42.469 INFO O| May 25 00:48:42.469 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-05-25T00:48:43.504Z[ recovery-image] May 25 00:48:42.486 INFO O| May 25 00:48:42.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
60362024-05-25T00:48:43.504Z[ recovery-image] May 25 00:48:42.486 INFO O| May 25 00:48:42.486 INFO STEP 503 (remove_files) COMPLETE
60372024-05-25T00:48:43.504Z[ recovery-image] May 25 00:48:42.487 INFO O| May 25 00:48:42.486 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-05-25T00:48:43.521Z[ recovery-image] May 25 00:48:42.503 INFO O| May 25 00:48:42.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
60392024-05-25T00:48:43.521Z[ recovery-image] May 25 00:48:42.503 INFO O| May 25 00:48:42.503 INFO STEP 504 (remove_files) COMPLETE
60402024-05-25T00:48:43.525Z[ recovery-image] May 25 00:48:42.504 INFO O| May 25 00:48:42.503 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-05-25T00:48:43.539Z[ recovery-image] May 25 00:48:42.521 INFO O| May 25 00:48:42.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
60422024-05-25T00:48:43.542Z[ recovery-image] May 25 00:48:42.521 INFO O| May 25 00:48:42.521 INFO STEP 505 (remove_files) COMPLETE
60432024-05-25T00:48:43.542Z[ recovery-image] May 25 00:48:42.522 INFO O| May 25 00:48:42.521 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-05-25T00:48:43.557Z[ recovery-image] May 25 00:48:42.540 INFO O| May 25 00:48:42.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
60452024-05-25T00:48:43.564Z[ recovery-image] May 25 00:48:42.540 INFO O| May 25 00:48:42.540 INFO STEP 506 (remove_files) COMPLETE
60462024-05-25T00:48:43.564Z[ recovery-image] May 25 00:48:42.540 INFO O| May 25 00:48:42.540 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-05-25T00:48:43.576Z[ recovery-image] May 25 00:48:42.558 INFO O| May 25 00:48:42.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
60482024-05-25T00:48:43.576Z[ recovery-image] May 25 00:48:42.559 INFO O| May 25 00:48:42.558 INFO STEP 507 (remove_files) COMPLETE
60492024-05-25T00:48:43.583Z[ recovery-image] May 25 00:48:42.559 INFO O| May 25 00:48:42.558 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-05-25T00:48:43.590Z[ recovery-image] May 25 00:48:42.572 INFO O| May 25 00:48:42.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
60512024-05-25T00:48:43.597Z[ recovery-image] May 25 00:48:42.573 INFO O| May 25 00:48:42.572 INFO STEP 508 (remove_files) COMPLETE
60522024-05-25T00:48:43.597Z[ recovery-image] May 25 00:48:42.573 INFO O| May 25 00:48:42.572 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-05-25T00:48:43.608Z[ recovery-image] May 25 00:48:42.591 INFO O| May 25 00:48:42.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
60542024-05-25T00:48:43.612Z[ recovery-image] May 25 00:48:42.591 INFO O| May 25 00:48:42.591 INFO STEP 509 (remove_files) COMPLETE
60552024-05-25T00:48:43.612Z[ recovery-image] May 25 00:48:42.591 INFO O| May 25 00:48:42.591 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-05-25T00:48:43.630Z[ recovery-image] May 25 00:48:42.611 INFO O| May 25 00:48:42.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
60572024-05-25T00:48:43.630Z[ recovery-image] May 25 00:48:42.611 INFO O| May 25 00:48:42.611 INFO STEP 510 (remove_files) COMPLETE
60582024-05-25T00:48:43.630Z[ recovery-image] May 25 00:48:42.611 INFO O| May 25 00:48:42.611 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-05-25T00:48:43.648Z[ recovery-image] May 25 00:48:42.630 INFO O| May 25 00:48:42.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
60602024-05-25T00:48:43.655Z[ recovery-image] May 25 00:48:42.630 INFO O| May 25 00:48:42.630 INFO STEP 511 (remove_files) COMPLETE
60612024-05-25T00:48:43.655Z[ recovery-image] May 25 00:48:42.631 INFO O| May 25 00:48:42.630 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-05-25T00:48:43.664Z[ recovery-image] May 25 00:48:42.646 INFO O| May 25 00:48:42.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
60632024-05-25T00:48:43.667Z[ recovery-image] May 25 00:48:42.647 INFO O| May 25 00:48:42.647 INFO STEP 512 (remove_files) COMPLETE
60642024-05-25T00:48:43.667Z[ recovery-image] May 25 00:48:42.647 INFO O| May 25 00:48:42.647 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-05-25T00:48:43.682Z[ recovery-image] May 25 00:48:42.665 INFO O| May 25 00:48:42.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
60662024-05-25T00:48:43.682Z[ recovery-image] May 25 00:48:42.665 INFO O| May 25 00:48:42.665 INFO STEP 513 (remove_files) COMPLETE
60672024-05-25T00:48:43.686Z[ recovery-image] May 25 00:48:42.665 INFO O| May 25 00:48:42.665 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-05-25T00:48:43.715Z[ recovery-image] May 25 00:48:42.683 INFO O| May 25 00:48:42.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
60692024-05-25T00:48:43.715Z[ recovery-image] May 25 00:48:42.683 INFO O| May 25 00:48:42.683 INFO STEP 514 (remove_files) COMPLETE
60702024-05-25T00:48:43.721Z[ recovery-image] May 25 00:48:42.683 INFO O| May 25 00:48:42.683 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-05-25T00:48:43.722Z[ recovery-image] May 25 00:48:42.701 INFO O| May 25 00:48:42.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
60722024-05-25T00:48:43.722Z[ recovery-image] May 25 00:48:42.702 INFO O| May 25 00:48:42.701 INFO STEP 515 (remove_files) COMPLETE
60732024-05-25T00:48:43.722Z[ recovery-image] May 25 00:48:42.702 INFO O| May 25 00:48:42.701 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-05-25T00:48:43.740Z[ recovery-image] May 25 00:48:42.720 INFO O| May 25 00:48:42.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
60752024-05-25T00:48:43.744Z[ recovery-image] May 25 00:48:42.720 INFO O| May 25 00:48:42.720 INFO STEP 516 (remove_files) COMPLETE
60762024-05-25T00:48:43.744Z[ recovery-image] May 25 00:48:42.721 INFO O| May 25 00:48:42.720 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-05-25T00:48:43.757Z[ recovery-image] May 25 00:48:42.740 INFO O| May 25 00:48:42.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
60782024-05-25T00:48:43.757Z[ recovery-image] May 25 00:48:42.740 INFO O| May 25 00:48:42.740 INFO STEP 517 (remove_files) COMPLETE
60792024-05-25T00:48:43.761Z[ recovery-image] May 25 00:48:42.740 INFO O| May 25 00:48:42.740 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-05-25T00:48:43.777Z[ recovery-image] May 25 00:48:42.759 INFO O| May 25 00:48:42.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
60812024-05-25T00:48:43.780Z[ recovery-image] May 25 00:48:42.759 INFO O| May 25 00:48:42.759 INFO STEP 518 (remove_files) COMPLETE
60822024-05-25T00:48:43.780Z[ recovery-image] May 25 00:48:42.759 INFO O| May 25 00:48:42.759 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-05-25T00:48:43.799Z[ recovery-image] May 25 00:48:42.779 INFO O| May 25 00:48:42.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
60842024-05-25T00:48:43.799Z[ recovery-image] May 25 00:48:42.779 INFO O| May 25 00:48:42.779 INFO STEP 519 (remove_files) COMPLETE
60852024-05-25T00:48:43.799Z[ recovery-image] May 25 00:48:42.780 INFO O| May 25 00:48:42.779 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-05-25T00:48:43.818Z[ recovery-image] May 25 00:48:42.800 INFO O| May 25 00:48:42.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
60872024-05-25T00:48:43.818Z[ recovery-image] May 25 00:48:42.800 INFO O| May 25 00:48:42.800 INFO STEP 520 (remove_files) COMPLETE
60882024-05-25T00:48:43.818Z[ recovery-image] May 25 00:48:42.800 INFO O| May 25 00:48:42.800 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-05-25T00:48:43.838Z[ recovery-image] May 25 00:48:42.820 INFO O| May 25 00:48:42.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
60902024-05-25T00:48:43.839Z[ recovery-image] May 25 00:48:42.820 INFO O| May 25 00:48:42.820 INFO STEP 521 (remove_files) COMPLETE
60912024-05-25T00:48:43.839Z[ recovery-image] May 25 00:48:42.820 INFO O| May 25 00:48:42.820 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-05-25T00:48:43.857Z[ recovery-image] May 25 00:48:42.839 INFO O| May 25 00:48:42.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
60932024-05-25T00:48:43.857Z[ recovery-image] May 25 00:48:42.839 INFO O| May 25 00:48:42.839 INFO STEP 522 (remove_files) COMPLETE
60942024-05-25T00:48:43.861Z[ recovery-image] May 25 00:48:42.839 INFO O| May 25 00:48:42.839 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-05-25T00:48:43.876Z[ recovery-image] May 25 00:48:42.858 INFO O| May 25 00:48:42.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
60962024-05-25T00:48:43.876Z[ recovery-image] May 25 00:48:42.858 INFO O| May 25 00:48:42.858 INFO STEP 523 (remove_files) COMPLETE
60972024-05-25T00:48:43.884Z[ recovery-image] May 25 00:48:42.858 INFO O| May 25 00:48:42.858 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-05-25T00:48:43.895Z[ recovery-image] May 25 00:48:42.877 INFO O| May 25 00:48:42.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
60992024-05-25T00:48:43.895Z[ recovery-image] May 25 00:48:42.877 INFO O| May 25 00:48:42.877 INFO STEP 524 (remove_files) COMPLETE
61002024-05-25T00:48:43.900Z[ recovery-image] May 25 00:48:42.877 INFO O| May 25 00:48:42.877 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-05-25T00:48:43.916Z[ recovery-image] May 25 00:48:42.898 INFO O| May 25 00:48:42.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
61022024-05-25T00:48:43.916Z[ recovery-image] May 25 00:48:42.898 INFO O| May 25 00:48:42.898 INFO STEP 525 (remove_files) COMPLETE
61032024-05-25T00:48:43.919Z[ recovery-image] May 25 00:48:42.898 INFO O| May 25 00:48:42.898 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-05-25T00:48:43.937Z[ recovery-image] May 25 00:48:42.919 INFO O| May 25 00:48:42.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
61052024-05-25T00:48:43.937Z[ recovery-image] May 25 00:48:42.919 INFO O| May 25 00:48:42.919 INFO STEP 526 (remove_files) COMPLETE
61062024-05-25T00:48:43.940Z[ recovery-image] May 25 00:48:42.919 INFO O| May 25 00:48:42.919 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-05-25T00:48:43.958Z[ recovery-image] May 25 00:48:42.940 INFO O| May 25 00:48:42.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
61082024-05-25T00:48:43.961Z[ recovery-image] May 25 00:48:42.940 INFO O| May 25 00:48:42.940 INFO STEP 527 (remove_files) COMPLETE
61092024-05-25T00:48:43.962Z[ recovery-image] May 25 00:48:42.940 INFO O| May 25 00:48:42.940 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-05-25T00:48:43.979Z[ recovery-image] May 25 00:48:42.962 INFO O| May 25 00:48:42.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
61112024-05-25T00:48:43.979Z[ recovery-image] May 25 00:48:42.962 INFO O| May 25 00:48:42.962 INFO STEP 528 (remove_files) COMPLETE
61122024-05-25T00:48:43.985Z[ recovery-image] May 25 00:48:42.962 INFO O| May 25 00:48:42.962 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-05-25T00:48:44.000Z[ recovery-image] May 25 00:48:42.981 INFO O| May 25 00:48:42.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
61142024-05-25T00:48:44.000Z[ recovery-image] May 25 00:48:42.982 INFO O| May 25 00:48:42.982 INFO STEP 529 (remove_files) COMPLETE
61152024-05-25T00:48:44.000Z[ recovery-image] May 25 00:48:42.982 INFO O| May 25 00:48:42.982 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-05-25T00:48:44.017Z[ recovery-image] May 25 00:48:43.000 INFO O| May 25 00:48:43.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
61172024-05-25T00:48:44.017Z[ recovery-image] May 25 00:48:43.000 INFO O| May 25 00:48:43.000 INFO STEP 530 (remove_files) COMPLETE
61182024-05-25T00:48:44.022Z[ recovery-image] May 25 00:48:43.000 INFO O| May 25 00:48:43.000 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-05-25T00:48:44.036Z[ recovery-image] May 25 00:48:43.019 INFO O| May 25 00:48:43.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
61202024-05-25T00:48:44.040Z[ recovery-image] May 25 00:48:43.019 INFO O| May 25 00:48:43.019 INFO STEP 531 (remove_files) COMPLETE
61212024-05-25T00:48:44.040Z[ recovery-image] May 25 00:48:43.019 INFO O| May 25 00:48:43.019 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-05-25T00:48:44.054Z[ recovery-image] May 25 00:48:43.036 INFO O| May 25 00:48:43.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
61232024-05-25T00:48:44.054Z[ recovery-image] May 25 00:48:43.036 INFO O| May 25 00:48:43.036 INFO STEP 532 (remove_files) COMPLETE
61242024-05-25T00:48:44.061Z[ recovery-image] May 25 00:48:43.037 INFO O| May 25 00:48:43.036 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-05-25T00:48:44.071Z[ recovery-image] May 25 00:48:43.054 INFO O| May 25 00:48:43.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
61262024-05-25T00:48:44.088Z[ recovery-image] May 25 00:48:43.054 INFO O| May 25 00:48:43.054 INFO STEP 533 (remove_files) COMPLETE
61272024-05-25T00:48:44.088Z[ recovery-image] May 25 00:48:43.054 INFO O| May 25 00:48:43.054 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-05-25T00:48:44.092Z[ recovery-image] May 25 00:48:43.071 INFO O| May 25 00:48:43.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
61292024-05-25T00:48:44.092Z[ recovery-image] May 25 00:48:43.072 INFO O| May 25 00:48:43.072 INFO STEP 534 (remove_files) COMPLETE
61302024-05-25T00:48:44.092Z[ recovery-image] May 25 00:48:43.072 INFO O| May 25 00:48:43.072 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-05-25T00:48:44.109Z[ recovery-image] May 25 00:48:43.091 INFO O| May 25 00:48:43.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
61322024-05-25T00:48:44.109Z[ recovery-image] May 25 00:48:43.092 INFO O| May 25 00:48:43.091 INFO STEP 535 (remove_files) COMPLETE
61332024-05-25T00:48:44.110Z[ recovery-image] May 25 00:48:43.092 INFO O| May 25 00:48:43.091 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-05-25T00:48:44.131Z[ recovery-image] May 25 00:48:43.113 INFO O| May 25 00:48:43.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
61352024-05-25T00:48:44.135Z[ recovery-image] May 25 00:48:43.113 INFO O| May 25 00:48:43.113 INFO STEP 536 (remove_files) COMPLETE
61362024-05-25T00:48:44.135Z[ recovery-image] May 25 00:48:43.113 INFO O| May 25 00:48:43.113 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-05-25T00:48:44.153Z[ recovery-image] May 25 00:48:43.135 INFO O| May 25 00:48:43.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
61382024-05-25T00:48:44.156Z[ recovery-image] May 25 00:48:43.135 INFO O| May 25 00:48:43.135 INFO STEP 537 (remove_files) COMPLETE
61392024-05-25T00:48:44.156Z[ recovery-image] May 25 00:48:43.135 INFO O| May 25 00:48:43.135 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-05-25T00:48:44.174Z[ recovery-image] May 25 00:48:43.157 INFO O| May 25 00:48:43.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
61412024-05-25T00:48:44.180Z[ recovery-image] May 25 00:48:43.157 INFO O| May 25 00:48:43.157 INFO STEP 538 (remove_files) COMPLETE
61422024-05-25T00:48:44.180Z[ recovery-image] May 25 00:48:43.157 INFO O| May 25 00:48:43.157 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-05-25T00:48:44.194Z[ recovery-image] May 25 00:48:43.176 INFO O| May 25 00:48:43.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
61442024-05-25T00:48:44.194Z[ recovery-image] May 25 00:48:43.176 INFO O| May 25 00:48:43.176 INFO STEP 539 (remove_files) COMPLETE
61452024-05-25T00:48:44.194Z[ recovery-image] May 25 00:48:43.176 INFO O| May 25 00:48:43.176 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-05-25T00:48:44.214Z[ recovery-image] May 25 00:48:43.196 INFO O| May 25 00:48:43.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
61472024-05-25T00:48:44.218Z[ recovery-image] May 25 00:48:43.196 INFO O| May 25 00:48:43.196 INFO STEP 540 (remove_files) COMPLETE
61482024-05-25T00:48:44.218Z[ recovery-image] May 25 00:48:43.197 INFO O| May 25 00:48:43.196 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-05-25T00:48:44.234Z[ recovery-image] May 25 00:48:43.216 INFO O| May 25 00:48:43.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
61502024-05-25T00:48:44.234Z[ recovery-image] May 25 00:48:43.217 INFO O| May 25 00:48:43.216 INFO STEP 541 (remove_files) COMPLETE
61512024-05-25T00:48:44.240Z[ recovery-image] May 25 00:48:43.217 INFO O| May 25 00:48:43.217 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-05-25T00:48:44.255Z[ recovery-image] May 25 00:48:43.238 INFO O| May 25 00:48:43.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
61532024-05-25T00:48:44.256Z[ recovery-image] May 25 00:48:43.238 INFO O| May 25 00:48:43.238 INFO STEP 542 (remove_files) COMPLETE
61542024-05-25T00:48:44.263Z[ recovery-image] May 25 00:48:43.238 INFO O| May 25 00:48:43.238 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-05-25T00:48:44.276Z[ recovery-image] May 25 00:48:43.258 INFO O| May 25 00:48:43.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
61562024-05-25T00:48:44.285Z[ recovery-image] May 25 00:48:43.258 INFO O| May 25 00:48:43.258 INFO STEP 543 (remove_files) COMPLETE
61572024-05-25T00:48:44.285Z[ recovery-image] May 25 00:48:43.259 INFO O| May 25 00:48:43.258 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-05-25T00:48:44.293Z[ recovery-image] May 25 00:48:43.275 INFO O| May 25 00:48:43.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
61592024-05-25T00:48:44.293Z[ recovery-image] May 25 00:48:43.275 INFO O| May 25 00:48:43.275 INFO STEP 544 (remove_files) COMPLETE
61602024-05-25T00:48:44.297Z[ recovery-image] May 25 00:48:43.275 INFO O| May 25 00:48:43.275 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-05-25T00:48:44.306Z[ recovery-image] May 25 00:48:43.288 INFO O| May 25 00:48:43.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
61622024-05-25T00:48:44.306Z[ recovery-image] May 25 00:48:43.289 INFO O| May 25 00:48:43.288 INFO STEP 545 (remove_files) COMPLETE
61632024-05-25T00:48:44.306Z[ recovery-image] May 25 00:48:43.289 INFO O| May 25 00:48:43.289 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-05-25T00:48:44.319Z[ recovery-image] May 25 00:48:43.301 INFO O| May 25 00:48:43.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
61652024-05-25T00:48:44.319Z[ recovery-image] May 25 00:48:43.301 INFO O| May 25 00:48:43.301 INFO STEP 546 (remove_files) COMPLETE
61662024-05-25T00:48:44.319Z[ recovery-image] May 25 00:48:43.301 INFO O| May 25 00:48:43.301 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-05-25T00:48:44.332Z[ recovery-image] May 25 00:48:43.314 INFO O| May 25 00:48:43.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
61682024-05-25T00:48:44.332Z[ recovery-image] May 25 00:48:43.314 INFO O| May 25 00:48:43.314 INFO STEP 547 (remove_files) COMPLETE
61692024-05-25T00:48:44.335Z[ recovery-image] May 25 00:48:43.314 INFO O| May 25 00:48:43.314 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-05-25T00:48:44.352Z[ recovery-image] May 25 00:48:43.330 INFO O| May 25 00:48:43.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
61712024-05-25T00:48:44.352Z[ recovery-image] May 25 00:48:43.330 INFO O| May 25 00:48:43.330 INFO STEP 548 (remove_files) COMPLETE
61722024-05-25T00:48:44.357Z[ recovery-image] May 25 00:48:43.330 INFO O| May 25 00:48:43.330 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-05-25T00:48:44.367Z[ recovery-image] May 25 00:48:43.349 INFO O| May 25 00:48:43.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
61742024-05-25T00:48:44.367Z[ recovery-image] May 25 00:48:43.350 INFO O| May 25 00:48:43.350 INFO STEP 549 (remove_files) COMPLETE
61752024-05-25T00:48:44.367Z[ recovery-image] May 25 00:48:43.350 INFO O| May 25 00:48:43.350 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-05-25T00:48:44.389Z[ recovery-image] May 25 00:48:43.369 INFO O| May 25 00:48:43.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
61772024-05-25T00:48:44.390Z[ recovery-image] May 25 00:48:43.370 INFO O| May 25 00:48:43.370 INFO STEP 550 (remove_files) COMPLETE
61782024-05-25T00:48:44.390Z[ recovery-image] May 25 00:48:43.370 INFO O| May 25 00:48:43.370 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-05-25T00:48:44.402Z[ recovery-image] May 25 00:48:43.385 INFO O| May 25 00:48:43.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
61802024-05-25T00:48:44.403Z[ recovery-image] May 25 00:48:43.385 INFO O| May 25 00:48:43.385 INFO STEP 551 (remove_files) COMPLETE
61812024-05-25T00:48:44.403Z[ recovery-image] May 25 00:48:43.385 INFO O| May 25 00:48:43.385 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-05-25T00:48:44.423Z[ recovery-image] May 25 00:48:43.404 INFO O| May 25 00:48:43.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
61832024-05-25T00:48:44.423Z[ recovery-image] May 25 00:48:43.404 INFO O| May 25 00:48:43.404 INFO STEP 552 (remove_files) COMPLETE
61842024-05-25T00:48:44.423Z[ recovery-image] May 25 00:48:43.404 INFO O| May 25 00:48:43.404 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-05-25T00:48:44.443Z[ recovery-image] May 25 00:48:43.425 INFO O| May 25 00:48:43.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
61862024-05-25T00:48:44.443Z[ recovery-image] May 25 00:48:43.425 INFO O| May 25 00:48:43.425 INFO STEP 553 (remove_files) COMPLETE
61872024-05-25T00:48:44.443Z[ recovery-image] May 25 00:48:43.425 INFO O| May 25 00:48:43.425 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-05-25T00:48:44.464Z[ recovery-image] May 25 00:48:43.446 INFO O| May 25 00:48:43.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
61892024-05-25T00:48:44.464Z[ recovery-image] May 25 00:48:43.446 INFO O| May 25 00:48:43.446 INFO STEP 554 (remove_files) COMPLETE
61902024-05-25T00:48:44.465Z[ recovery-image] May 25 00:48:43.446 INFO O| May 25 00:48:43.446 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-05-25T00:48:44.485Z[ recovery-image] May 25 00:48:43.467 INFO O| May 25 00:48:43.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
61922024-05-25T00:48:44.491Z[ recovery-image] May 25 00:48:43.468 INFO O| May 25 00:48:43.468 INFO STEP 555 (remove_files) COMPLETE
61932024-05-25T00:48:44.491Z[ recovery-image] May 25 00:48:43.468 INFO O| May 25 00:48:43.468 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-05-25T00:48:44.506Z[ recovery-image] May 25 00:48:43.488 INFO O| May 25 00:48:43.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
61952024-05-25T00:48:44.509Z[ recovery-image] May 25 00:48:43.489 INFO O| May 25 00:48:43.488 INFO STEP 556 (remove_files) COMPLETE
61962024-05-25T00:48:44.509Z[ recovery-image] May 25 00:48:43.489 INFO O| May 25 00:48:43.489 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-05-25T00:48:44.530Z[ recovery-image] May 25 00:48:43.511 INFO O| May 25 00:48:43.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
61982024-05-25T00:48:44.530Z[ recovery-image] May 25 00:48:43.511 INFO O| May 25 00:48:43.511 INFO STEP 557 (remove_files) COMPLETE
61992024-05-25T00:48:44.530Z[ recovery-image] May 25 00:48:43.511 INFO O| May 25 00:48:43.511 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-05-25T00:48:44.563Z[ recovery-image] May 25 00:48:43.533 INFO O| May 25 00:48:43.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
62012024-05-25T00:48:44.567Z[ recovery-image] May 25 00:48:43.534 INFO O| May 25 00:48:43.534 INFO STEP 558 (remove_files) COMPLETE
62022024-05-25T00:48:44.567Z[ recovery-image] May 25 00:48:43.534 INFO O| May 25 00:48:43.534 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-05-25T00:48:44.578Z[ recovery-image] May 25 00:48:43.555 INFO O| May 25 00:48:43.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
62042024-05-25T00:48:44.578Z[ recovery-image] May 25 00:48:43.556 INFO O| May 25 00:48:43.556 INFO STEP 559 (remove_files) COMPLETE
62052024-05-25T00:48:44.578Z[ recovery-image] May 25 00:48:43.556 INFO O| May 25 00:48:43.556 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-05-25T00:48:44.596Z[ recovery-image] May 25 00:48:43.576 INFO O| May 25 00:48:43.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
62072024-05-25T00:48:44.596Z[ recovery-image] May 25 00:48:43.577 INFO O| May 25 00:48:43.576 INFO STEP 560 (remove_files) COMPLETE
62082024-05-25T00:48:44.596Z[ recovery-image] May 25 00:48:43.577 INFO O| May 25 00:48:43.577 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-05-25T00:48:44.617Z[ recovery-image] May 25 00:48:43.598 INFO O| May 25 00:48:43.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
62102024-05-25T00:48:44.617Z[ recovery-image] May 25 00:48:43.598 INFO O| May 25 00:48:43.598 INFO STEP 561 (remove_files) COMPLETE
62112024-05-25T00:48:44.617Z[ recovery-image] May 25 00:48:43.598 INFO O| May 25 00:48:43.598 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-05-25T00:48:44.640Z[ recovery-image] May 25 00:48:43.618 INFO O| May 25 00:48:43.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
62132024-05-25T00:48:44.640Z[ recovery-image] May 25 00:48:43.618 INFO O| May 25 00:48:43.618 INFO STEP 562 (remove_files) COMPLETE
62142024-05-25T00:48:44.645Z[ recovery-image] May 25 00:48:43.618 INFO O| May 25 00:48:43.618 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-05-25T00:48:44.656Z[ recovery-image] May 25 00:48:43.638 INFO O| May 25 00:48:43.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
62162024-05-25T00:48:44.656Z[ recovery-image] May 25 00:48:43.638 INFO O| May 25 00:48:43.638 INFO STEP 563 (remove_files) COMPLETE
62172024-05-25T00:48:44.661Z[ recovery-image] May 25 00:48:43.638 INFO O| May 25 00:48:43.638 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-05-25T00:48:44.676Z[ recovery-image] May 25 00:48:43.659 INFO O| May 25 00:48:43.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
62192024-05-25T00:48:44.676Z[ recovery-image] May 25 00:48:43.659 INFO O| May 25 00:48:43.659 INFO STEP 564 (remove_files) COMPLETE
62202024-05-25T00:48:44.677Z[ recovery-image] May 25 00:48:43.659 INFO O| May 25 00:48:43.659 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-05-25T00:48:44.696Z[ recovery-image] May 25 00:48:43.678 INFO O| May 25 00:48:43.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
62222024-05-25T00:48:44.697Z[ recovery-image] May 25 00:48:43.679 INFO O| May 25 00:48:43.679 INFO STEP 565 (remove_files) COMPLETE
62232024-05-25T00:48:44.701Z[ recovery-image] May 25 00:48:43.679 INFO O| May 25 00:48:43.679 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-05-25T00:48:44.716Z[ recovery-image] May 25 00:48:43.698 INFO O| May 25 00:48:43.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
62252024-05-25T00:48:44.720Z[ recovery-image] May 25 00:48:43.699 INFO O| May 25 00:48:43.699 INFO STEP 566 (remove_files) COMPLETE
62262024-05-25T00:48:44.721Z[ recovery-image] May 25 00:48:43.699 INFO O| May 25 00:48:43.699 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-05-25T00:48:44.737Z[ recovery-image] May 25 00:48:43.719 INFO O| May 25 00:48:43.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
62282024-05-25T00:48:44.741Z[ recovery-image] May 25 00:48:43.719 INFO O| May 25 00:48:43.719 INFO STEP 567 (remove_files) COMPLETE
62292024-05-25T00:48:44.741Z[ recovery-image] May 25 00:48:43.719 INFO O| May 25 00:48:43.719 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-05-25T00:48:44.758Z[ recovery-image] May 25 00:48:43.740 INFO O| May 25 00:48:43.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
62312024-05-25T00:48:44.764Z[ recovery-image] May 25 00:48:43.740 INFO O| May 25 00:48:43.740 INFO STEP 568 (remove_files) COMPLETE
62322024-05-25T00:48:44.764Z[ recovery-image] May 25 00:48:43.740 INFO O| May 25 00:48:43.740 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-05-25T00:48:44.780Z[ recovery-image] May 25 00:48:43.762 INFO O| May 25 00:48:43.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
62342024-05-25T00:48:44.785Z[ recovery-image] May 25 00:48:43.762 INFO O| May 25 00:48:43.762 INFO STEP 569 (remove_files) COMPLETE
62352024-05-25T00:48:44.786Z[ recovery-image] May 25 00:48:43.762 INFO O| May 25 00:48:43.762 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-05-25T00:48:44.800Z[ recovery-image] May 25 00:48:43.782 INFO O| May 25 00:48:43.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
62372024-05-25T00:48:44.822Z[ recovery-image] May 25 00:48:43.783 INFO O| May 25 00:48:43.783 INFO STEP 570 (remove_files) COMPLETE
62382024-05-25T00:48:44.822Z[ recovery-image] May 25 00:48:43.783 INFO O| May 25 00:48:43.783 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-05-25T00:48:44.826Z[ recovery-image] May 25 00:48:43.805 INFO O| May 25 00:48:43.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
62402024-05-25T00:48:44.826Z[ recovery-image] May 25 00:48:43.805 INFO O| May 25 00:48:43.805 INFO STEP 571 (remove_files) COMPLETE
62412024-05-25T00:48:44.826Z[ recovery-image] May 25 00:48:43.805 INFO O| May 25 00:48:43.805 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-05-25T00:48:44.849Z[ recovery-image] May 25 00:48:43.831 INFO O| May 25 00:48:43.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
62432024-05-25T00:48:44.849Z[ recovery-image] May 25 00:48:43.831 INFO O| May 25 00:48:43.831 INFO STEP 572 (remove_files) COMPLETE
62442024-05-25T00:48:44.857Z[ recovery-image] May 25 00:48:43.831 INFO O| May 25 00:48:43.831 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-05-25T00:48:44.868Z[ recovery-image] May 25 00:48:43.851 INFO O| May 25 00:48:43.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
62462024-05-25T00:48:44.869Z[ recovery-image] May 25 00:48:43.851 INFO O| May 25 00:48:43.851 INFO STEP 573 (remove_files) COMPLETE
62472024-05-25T00:48:44.869Z[ recovery-image] May 25 00:48:43.851 INFO O| May 25 00:48:43.851 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-05-25T00:48:44.896Z[ recovery-image] May 25 00:48:43.878 INFO O| May 25 00:48:43.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
62492024-05-25T00:48:44.897Z[ recovery-image] May 25 00:48:43.878 INFO O| May 25 00:48:43.878 INFO STEP 574 (remove_files) COMPLETE
62502024-05-25T00:48:44.897Z[ recovery-image] May 25 00:48:43.878 INFO O| May 25 00:48:43.878 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-05-25T00:48:44.916Z[ recovery-image] May 25 00:48:43.899 INFO O| May 25 00:48:43.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
62522024-05-25T00:48:44.916Z[ recovery-image] May 25 00:48:43.899 INFO O| May 25 00:48:43.899 INFO STEP 575 (remove_files) COMPLETE
62532024-05-25T00:48:44.917Z[ recovery-image] May 25 00:48:43.899 INFO O| May 25 00:48:43.899 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-05-25T00:48:44.938Z[ recovery-image] May 25 00:48:43.920 INFO O| May 25 00:48:43.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
62552024-05-25T00:48:44.938Z[ recovery-image] May 25 00:48:43.920 INFO O| May 25 00:48:43.920 INFO STEP 576 (remove_files) COMPLETE
62562024-05-25T00:48:44.942Z[ recovery-image] May 25 00:48:43.920 INFO O| May 25 00:48:43.920 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-05-25T00:48:44.956Z[ recovery-image] May 25 00:48:43.939 INFO O| May 25 00:48:43.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
62582024-05-25T00:48:44.957Z[ recovery-image] May 25 00:48:43.939 INFO O| May 25 00:48:43.939 INFO STEP 577 (remove_files) COMPLETE
62592024-05-25T00:48:44.961Z[ recovery-image] May 25 00:48:43.939 INFO O| May 25 00:48:43.939 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-05-25T00:48:44.977Z[ recovery-image] May 25 00:48:43.959 INFO O| May 25 00:48:43.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
62612024-05-25T00:48:44.981Z[ recovery-image] May 25 00:48:43.960 INFO O| May 25 00:48:43.960 INFO STEP 578 (remove_files) COMPLETE
62622024-05-25T00:48:44.981Z[ recovery-image] May 25 00:48:43.960 INFO O| May 25 00:48:43.960 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-05-25T00:48:45.009Z[ recovery-image] May 25 00:48:43.980 INFO O| May 25 00:48:43.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
62642024-05-25T00:48:45.010Z[ recovery-image] May 25 00:48:43.980 INFO O| May 25 00:48:43.980 INFO STEP 579 (remove_files) COMPLETE
62652024-05-25T00:48:45.014Z[ recovery-image] May 25 00:48:43.980 INFO O| May 25 00:48:43.980 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-05-25T00:48:45.021Z[ recovery-image] May 25 00:48:44.003 INFO O| May 25 00:48:44.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
62672024-05-25T00:48:45.021Z[ recovery-image] May 25 00:48:44.003 INFO O| May 25 00:48:44.003 INFO STEP 580 (remove_files) COMPLETE
62682024-05-25T00:48:45.021Z[ recovery-image] May 25 00:48:44.003 INFO O| May 25 00:48:44.003 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-05-25T00:48:45.044Z[ recovery-image] May 25 00:48:44.025 INFO O| May 25 00:48:44.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
62702024-05-25T00:48:45.044Z[ recovery-image] May 25 00:48:44.025 INFO O| May 25 00:48:44.025 INFO STEP 581 (remove_files) COMPLETE
62712024-05-25T00:48:45.044Z[ recovery-image] May 25 00:48:44.025 INFO O| May 25 00:48:44.025 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-05-25T00:48:45.065Z[ recovery-image] May 25 00:48:44.047 INFO O| May 25 00:48:44.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
62732024-05-25T00:48:45.065Z[ recovery-image] May 25 00:48:44.048 INFO O| May 25 00:48:44.047 INFO STEP 582 (remove_files) COMPLETE
62742024-05-25T00:48:45.069Z[ recovery-image] May 25 00:48:44.048 INFO O| May 25 00:48:44.048 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-05-25T00:48:45.087Z[ recovery-image] May 25 00:48:44.069 INFO O| May 25 00:48:44.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
62762024-05-25T00:48:45.087Z[ recovery-image] May 25 00:48:44.069 INFO O| May 25 00:48:44.069 INFO STEP 583 (remove_files) COMPLETE
62772024-05-25T00:48:45.091Z[ recovery-image] May 25 00:48:44.069 INFO O| May 25 00:48:44.069 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-05-25T00:48:45.115Z[ recovery-image] May 25 00:48:44.097 INFO O| May 25 00:48:44.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
62792024-05-25T00:48:45.115Z[ recovery-image] May 25 00:48:44.097 INFO O| May 25 00:48:44.097 INFO STEP 584 (remove_files) COMPLETE
62802024-05-25T00:48:45.115Z[ recovery-image] May 25 00:48:44.097 INFO O| May 25 00:48:44.097 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-05-25T00:48:45.153Z[ recovery-image] May 25 00:48:44.135 INFO O| May 25 00:48:44.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
62822024-05-25T00:48:45.153Z[ recovery-image] May 25 00:48:44.135 INFO O| May 25 00:48:44.135 INFO STEP 585 (remove_files) COMPLETE
62832024-05-25T00:48:45.159Z[ recovery-image] May 25 00:48:44.135 INFO O| May 25 00:48:44.135 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-05-25T00:48:45.175Z[ recovery-image] May 25 00:48:44.157 INFO O| May 25 00:48:44.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
62852024-05-25T00:48:45.175Z[ recovery-image] May 25 00:48:44.157 INFO O| May 25 00:48:44.157 INFO STEP 586 (remove_files) COMPLETE
62862024-05-25T00:48:45.175Z[ recovery-image] May 25 00:48:44.157 INFO O| May 25 00:48:44.157 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-05-25T00:48:45.196Z[ recovery-image] May 25 00:48:44.178 INFO O| May 25 00:48:44.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
62882024-05-25T00:48:45.196Z[ recovery-image] May 25 00:48:44.178 INFO O| May 25 00:48:44.178 INFO STEP 587 (remove_files) COMPLETE
62892024-05-25T00:48:45.196Z[ recovery-image] May 25 00:48:44.178 INFO O| May 25 00:48:44.178 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-05-25T00:48:45.245Z[ recovery-image] May 25 00:48:44.226 INFO O| May 25 00:48:44.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
62912024-05-25T00:48:45.245Z[ recovery-image] May 25 00:48:44.227 INFO O| May 25 00:48:44.226 INFO STEP 588 (remove_files) COMPLETE
62922024-05-25T00:48:45.245Z[ recovery-image] May 25 00:48:44.227 INFO O| May 25 00:48:44.227 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-05-25T00:48:45.267Z[ recovery-image] May 25 00:48:44.248 INFO O| May 25 00:48:44.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
62942024-05-25T00:48:45.267Z[ recovery-image] May 25 00:48:44.249 INFO O| May 25 00:48:44.249 INFO STEP 589 (remove_files) COMPLETE
62952024-05-25T00:48:45.271Z[ recovery-image] May 25 00:48:44.249 INFO O| May 25 00:48:44.249 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-05-25T00:48:45.323Z[ recovery-image] May 25 00:48:44.304 INFO O| May 25 00:48:44.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
62972024-05-25T00:48:45.326Z[ recovery-image] May 25 00:48:44.305 INFO O| May 25 00:48:44.305 INFO STEP 590 (remove_files) COMPLETE
62982024-05-25T00:48:45.326Z[ recovery-image] May 25 00:48:44.305 INFO O| May 25 00:48:44.305 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-05-25T00:48:45.356Z[ recovery-image] May 25 00:48:44.338 INFO O| May 25 00:48:44.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63002024-05-25T00:48:45.370Z[ recovery-image] May 25 00:48:44.338 INFO O| May 25 00:48:44.338 INFO STEP 591 (remove_files) COMPLETE
63012024-05-25T00:48:45.370Z[ recovery-image] May 25 00:48:44.338 INFO O| May 25 00:48:44.338 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-05-25T00:48:45.378Z[ recovery-image] May 25 00:48:44.360 INFO O| May 25 00:48:44.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63032024-05-25T00:48:45.403Z[ recovery-image] May 25 00:48:44.385 INFO O| May 25 00:48:44.385 INFO STEP 592 (remove_files) COMPLETE
63042024-05-25T00:48:45.403Z[ recovery-image] May 25 00:48:44.385 INFO O| May 25 00:48:44.385 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-05-25T00:48:45.431Z[ recovery-image] May 25 00:48:44.413 INFO O| May 25 00:48:44.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
63062024-05-25T00:48:45.435Z[ recovery-image] May 25 00:48:44.413 INFO O| May 25 00:48:44.413 INFO STEP 593 (remove_files) COMPLETE
63072024-05-25T00:48:45.435Z[ recovery-image] May 25 00:48:44.414 INFO O| May 25 00:48:44.414 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-05-25T00:48:45.460Z[ recovery-image] May 25 00:48:44.442 INFO O| May 25 00:48:44.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63092024-05-25T00:48:45.463Z[ recovery-image] May 25 00:48:44.442 INFO O| May 25 00:48:44.442 INFO STEP 594 (remove_files) COMPLETE
63102024-05-25T00:48:45.463Z[ recovery-image] May 25 00:48:44.442 INFO O| May 25 00:48:44.442 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-05-25T00:48:45.518Z[ recovery-image] May 25 00:48:44.500 INFO O| May 25 00:48:44.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63122024-05-25T00:48:45.521Z[ recovery-image] May 25 00:48:44.500 INFO O| May 25 00:48:44.500 INFO STEP 595 (remove_files) COMPLETE
63132024-05-25T00:48:45.521Z[ recovery-image] May 25 00:48:44.500 INFO O| May 25 00:48:44.500 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-05-25T00:48:45.540Z[ recovery-image] May 25 00:48:44.522 INFO O| May 25 00:48:44.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63152024-05-25T00:48:45.541Z[ recovery-image] May 25 00:48:44.522 INFO O| May 25 00:48:44.522 INFO STEP 596 (remove_files) COMPLETE
63162024-05-25T00:48:45.541Z[ recovery-image] May 25 00:48:44.523 INFO O| May 25 00:48:44.522 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-05-25T00:48:45.561Z[ recovery-image] May 25 00:48:44.542 INFO O| May 25 00:48:44.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63182024-05-25T00:48:45.561Z[ recovery-image] May 25 00:48:44.542 INFO O| May 25 00:48:44.542 INFO STEP 597 (remove_files) COMPLETE
63192024-05-25T00:48:45.561Z[ recovery-image] May 25 00:48:44.542 INFO O| May 25 00:48:44.542 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-05-25T00:48:45.603Z[ recovery-image] May 25 00:48:44.584 INFO O| May 25 00:48:44.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
63212024-05-25T00:48:45.603Z[ recovery-image] May 25 00:48:44.584 INFO O| May 25 00:48:44.584 INFO STEP 598 (remove_files) COMPLETE
63222024-05-25T00:48:45.609Z[ recovery-image] May 25 00:48:44.584 INFO O| May 25 00:48:44.584 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-05-25T00:48:45.641Z[ recovery-image] May 25 00:48:44.623 INFO O| May 25 00:48:44.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
63242024-05-25T00:48:45.645Z[ recovery-image] May 25 00:48:44.623 INFO O| May 25 00:48:44.623 INFO STEP 599 (remove_files) COMPLETE
63252024-05-25T00:48:45.645Z[ recovery-image] May 25 00:48:44.623 INFO O| May 25 00:48:44.623 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-05-25T00:48:45.721Z[ recovery-image] May 25 00:48:44.682 INFO O| May 25 00:48:44.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
63272024-05-25T00:48:45.722Z[ recovery-image] May 25 00:48:44.682 INFO O| May 25 00:48:44.682 INFO STEP 600 (remove_files) COMPLETE
63282024-05-25T00:48:45.722Z[ recovery-image] May 25 00:48:44.682 INFO O| May 25 00:48:44.682 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-05-25T00:48:45.728Z[ recovery-image] May 25 00:48:44.702 INFO O| May 25 00:48:44.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
63302024-05-25T00:48:45.728Z[ recovery-image] May 25 00:48:44.702 INFO O| May 25 00:48:44.702 INFO STEP 601 (remove_files) COMPLETE
63312024-05-25T00:48:45.728Z[ recovery-image] May 25 00:48:44.702 INFO O| May 25 00:48:44.702 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-05-25T00:48:45.741Z[ recovery-image] May 25 00:48:44.723 INFO O| May 25 00:48:44.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
63332024-05-25T00:48:45.742Z[ recovery-image] May 25 00:48:44.724 INFO O| May 25 00:48:44.724 INFO STEP 602 (remove_files) COMPLETE
63342024-05-25T00:48:45.742Z[ recovery-image] May 25 00:48:44.724 INFO O| May 25 00:48:44.724 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-05-25T00:48:45.768Z[ recovery-image] May 25 00:48:44.749 INFO O| May 25 00:48:44.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
63362024-05-25T00:48:45.768Z[ recovery-image] May 25 00:48:44.749 INFO O| May 25 00:48:44.749 INFO STEP 603 (remove_files) COMPLETE
63372024-05-25T00:48:45.768Z[ recovery-image] May 25 00:48:44.749 INFO O| May 25 00:48:44.749 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-05-25T00:48:45.789Z[ recovery-image] May 25 00:48:44.770 INFO O| May 25 00:48:44.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
63392024-05-25T00:48:45.789Z[ recovery-image] May 25 00:48:44.770 INFO O| May 25 00:48:44.770 INFO STEP 604 (remove_files) COMPLETE
63402024-05-25T00:48:45.789Z[ recovery-image] May 25 00:48:44.770 INFO O| May 25 00:48:44.770 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-05-25T00:48:45.811Z[ recovery-image] May 25 00:48:44.792 INFO O| May 25 00:48:44.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
63422024-05-25T00:48:45.811Z[ recovery-image] May 25 00:48:44.793 INFO O| May 25 00:48:44.793 INFO STEP 605 (remove_files) COMPLETE
63432024-05-25T00:48:45.811Z[ recovery-image] May 25 00:48:44.793 INFO O| May 25 00:48:44.793 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-05-25T00:48:45.867Z[ recovery-image] May 25 00:48:44.849 INFO O| May 25 00:48:44.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
63452024-05-25T00:48:45.867Z[ recovery-image] May 25 00:48:44.849 INFO O| May 25 00:48:44.849 INFO STEP 606 (remove_files) COMPLETE
63462024-05-25T00:48:45.867Z[ recovery-image] May 25 00:48:44.849 INFO O| May 25 00:48:44.849 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-05-25T00:48:45.890Z[ recovery-image] May 25 00:48:44.871 INFO O| May 25 00:48:44.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
63482024-05-25T00:48:45.890Z[ recovery-image] May 25 00:48:44.872 INFO O| May 25 00:48:44.872 INFO STEP 607 (remove_files) COMPLETE
63492024-05-25T00:48:45.891Z[ recovery-image] May 25 00:48:44.872 INFO O| May 25 00:48:44.872 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-05-25T00:48:45.998Z[ recovery-image] May 25 00:48:44.979 INFO O| May 25 00:48:44.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
63512024-05-25T00:48:45.998Z[ recovery-image] May 25 00:48:44.979 INFO O| May 25 00:48:44.979 INFO STEP 608 (remove_files) COMPLETE
63522024-05-25T00:48:45.998Z[ recovery-image] May 25 00:48:44.979 INFO O| May 25 00:48:44.979 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-05-25T00:48:46.019Z[ recovery-image] May 25 00:48:45.001 INFO O| May 25 00:48:45.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
63542024-05-25T00:48:46.029Z[ recovery-image] May 25 00:48:45.005 INFO O| May 25 00:48:45.005 INFO STEP 609 (remove_files) COMPLETE
63552024-05-25T00:48:46.029Z[ recovery-image] May 25 00:48:45.005 INFO O| May 25 00:48:45.005 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-05-25T00:48:46.075Z[ recovery-image] May 25 00:48:45.057 INFO O| May 25 00:48:45.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
63572024-05-25T00:48:46.081Z[ recovery-image] May 25 00:48:45.057 INFO O| May 25 00:48:45.057 INFO STEP 610 (remove_files) COMPLETE
63582024-05-25T00:48:46.081Z[ recovery-image] May 25 00:48:45.057 INFO O| May 25 00:48:45.057 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-05-25T00:48:46.097Z[ recovery-image] May 25 00:48:45.079 INFO O| May 25 00:48:45.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
63602024-05-25T00:48:46.102Z[ recovery-image] May 25 00:48:45.079 INFO O| May 25 00:48:45.079 INFO STEP 611 (remove_files) COMPLETE
63612024-05-25T00:48:46.102Z[ recovery-image] May 25 00:48:45.079 INFO O| May 25 00:48:45.079 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-05-25T00:48:46.132Z[ recovery-image] May 25 00:48:45.113 INFO O| May 25 00:48:45.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
63632024-05-25T00:48:46.138Z[ recovery-image] May 25 00:48:45.113 INFO O| May 25 00:48:45.113 INFO STEP 612 (remove_files) COMPLETE
63642024-05-25T00:48:46.138Z[ recovery-image] May 25 00:48:45.114 INFO O| May 25 00:48:45.114 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-05-25T00:48:46.153Z[ recovery-image] May 25 00:48:45.135 INFO O| May 25 00:48:45.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
63662024-05-25T00:48:46.157Z[ recovery-image] May 25 00:48:45.135 INFO O| May 25 00:48:45.135 INFO STEP 613 (remove_files) COMPLETE
63672024-05-25T00:48:46.157Z[ recovery-image] May 25 00:48:45.135 INFO O| May 25 00:48:45.135 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-05-25T00:48:46.193Z[ recovery-image] May 25 00:48:45.175 INFO O| May 25 00:48:45.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
63692024-05-25T00:48:46.197Z[ recovery-image] May 25 00:48:45.175 INFO O| May 25 00:48:45.175 INFO STEP 614 (remove_files) COMPLETE
63702024-05-25T00:48:46.197Z[ recovery-image] May 25 00:48:45.175 INFO O| May 25 00:48:45.175 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-05-25T00:48:46.215Z[ recovery-image] May 25 00:48:45.197 INFO O| May 25 00:48:45.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
63722024-05-25T00:48:46.219Z[ recovery-image] May 25 00:48:45.197 INFO O| May 25 00:48:45.197 INFO STEP 615 (remove_files) COMPLETE
63732024-05-25T00:48:46.219Z[ recovery-image] May 25 00:48:45.197 INFO O| May 25 00:48:45.197 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-05-25T00:48:46.247Z[ recovery-image] May 25 00:48:45.228 INFO O| May 25 00:48:45.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
63752024-05-25T00:48:46.252Z[ recovery-image] May 25 00:48:45.229 INFO O| May 25 00:48:45.228 INFO STEP 616 (remove_files) COMPLETE
63762024-05-25T00:48:46.252Z[ recovery-image] May 25 00:48:45.229 INFO O| May 25 00:48:45.228 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-05-25T00:48:46.267Z[ recovery-image] May 25 00:48:45.249 INFO O| May 25 00:48:45.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
63782024-05-25T00:48:46.271Z[ recovery-image] May 25 00:48:45.249 INFO O| May 25 00:48:45.249 INFO STEP 617 (remove_files) COMPLETE
63792024-05-25T00:48:46.271Z[ recovery-image] May 25 00:48:45.250 INFO O| May 25 00:48:45.249 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-05-25T00:48:46.287Z[ recovery-image] May 25 00:48:45.269 INFO O| May 25 00:48:45.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
63812024-05-25T00:48:46.287Z[ recovery-image] May 25 00:48:45.269 INFO O| May 25 00:48:45.269 INFO STEP 618 (remove_files) COMPLETE
63822024-05-25T00:48:46.291Z[ recovery-image] May 25 00:48:45.269 INFO O| May 25 00:48:45.269 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-05-25T00:48:46.308Z[ recovery-image] May 25 00:48:45.290 INFO O| May 25 00:48:45.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
63842024-05-25T00:48:46.322Z[ recovery-image] May 25 00:48:45.290 INFO O| May 25 00:48:45.290 INFO STEP 619 (remove_files) COMPLETE
63852024-05-25T00:48:46.322Z[ recovery-image] May 25 00:48:45.290 INFO O| May 25 00:48:45.290 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-05-25T00:48:46.340Z[ recovery-image] May 25 00:48:45.322 INFO O| May 25 00:48:45.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
63872024-05-25T00:48:46.346Z[ recovery-image] May 25 00:48:45.323 INFO O| May 25 00:48:45.322 INFO STEP 620 (remove_files) COMPLETE
63882024-05-25T00:48:46.346Z[ recovery-image] May 25 00:48:45.323 INFO O| May 25 00:48:45.323 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-05-25T00:48:46.362Z[ recovery-image] May 25 00:48:45.344 INFO O| May 25 00:48:45.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
63902024-05-25T00:48:46.362Z[ recovery-image] May 25 00:48:45.344 INFO O| May 25 00:48:45.344 INFO STEP 621 (remove_files) COMPLETE
63912024-05-25T00:48:46.363Z[ recovery-image] May 25 00:48:45.344 INFO O| May 25 00:48:45.344 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-05-25T00:48:46.427Z[ recovery-image] May 25 00:48:45.409 INFO O| May 25 00:48:45.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
63932024-05-25T00:48:46.427Z[ recovery-image] May 25 00:48:45.409 INFO O| May 25 00:48:45.409 INFO STEP 622 (remove_files) COMPLETE
63942024-05-25T00:48:46.427Z[ recovery-image] May 25 00:48:45.409 INFO O| May 25 00:48:45.409 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-05-25T00:48:46.466Z[ recovery-image] May 25 00:48:45.447 INFO O| May 25 00:48:45.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
63962024-05-25T00:48:46.466Z[ recovery-image] May 25 00:48:45.447 INFO O| May 25 00:48:45.447 INFO STEP 623 (remove_files) COMPLETE
63972024-05-25T00:48:46.466Z[ recovery-image] May 25 00:48:45.447 INFO O| May 25 00:48:45.447 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-05-25T00:48:46.484Z[ recovery-image] May 25 00:48:45.466 INFO O| May 25 00:48:45.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
63992024-05-25T00:48:46.485Z[ recovery-image] May 25 00:48:45.466 INFO O| May 25 00:48:45.466 INFO STEP 624 (remove_files) COMPLETE
64002024-05-25T00:48:46.494Z[ recovery-image] May 25 00:48:45.466 INFO O| May 25 00:48:45.466 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-05-25T00:48:46.503Z[ recovery-image] May 25 00:48:45.485 INFO O| May 25 00:48:45.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
64022024-05-25T00:48:46.503Z[ recovery-image] May 25 00:48:45.485 INFO O| May 25 00:48:45.485 INFO STEP 625 (remove_files) COMPLETE
64032024-05-25T00:48:46.504Z[ recovery-image] May 25 00:48:45.485 INFO O| May 25 00:48:45.485 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-05-25T00:48:46.522Z[ recovery-image] May 25 00:48:45.504 INFO O| May 25 00:48:45.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
64052024-05-25T00:48:46.523Z[ recovery-image] May 25 00:48:45.504 INFO O| May 25 00:48:45.504 INFO STEP 626 (remove_files) COMPLETE
64062024-05-25T00:48:46.523Z[ recovery-image] May 25 00:48:45.504 INFO O| May 25 00:48:45.504 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-05-25T00:48:46.543Z[ recovery-image] May 25 00:48:45.524 INFO O| May 25 00:48:45.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
64082024-05-25T00:48:46.543Z[ recovery-image] May 25 00:48:45.525 INFO O| May 25 00:48:45.525 INFO STEP 627 (remove_files) COMPLETE
64092024-05-25T00:48:46.543Z[ recovery-image] May 25 00:48:45.525 INFO O| May 25 00:48:45.525 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-05-25T00:48:46.573Z[ recovery-image] May 25 00:48:45.555 INFO O| May 25 00:48:45.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
64112024-05-25T00:48:46.573Z[ recovery-image] May 25 00:48:45.555 INFO O| May 25 00:48:45.555 INFO STEP 628 (remove_files) COMPLETE
64122024-05-25T00:48:46.577Z[ recovery-image] May 25 00:48:45.555 INFO O| May 25 00:48:45.555 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-05-25T00:48:46.628Z[ recovery-image] May 25 00:48:45.592 INFO O| May 25 00:48:45.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
64142024-05-25T00:48:46.628Z[ recovery-image] May 25 00:48:45.592 INFO O| May 25 00:48:45.592 INFO STEP 629 (remove_files) COMPLETE
64152024-05-25T00:48:46.628Z[ recovery-image] May 25 00:48:45.592 INFO O| May 25 00:48:45.592 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-05-25T00:48:46.634Z[ recovery-image] May 25 00:48:45.610 INFO O| May 25 00:48:45.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
64172024-05-25T00:48:46.634Z[ recovery-image] May 25 00:48:45.611 INFO O| May 25 00:48:45.611 INFO STEP 630 (remove_files) COMPLETE
64182024-05-25T00:48:46.634Z[ recovery-image] May 25 00:48:45.611 INFO O| May 25 00:48:45.611 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-05-25T00:48:46.650Z[ recovery-image] May 25 00:48:45.632 INFO O| May 25 00:48:45.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
64202024-05-25T00:48:46.650Z[ recovery-image] May 25 00:48:45.632 INFO O| May 25 00:48:45.632 INFO STEP 631 (remove_files) COMPLETE
64212024-05-25T00:48:46.651Z[ recovery-image] May 25 00:48:45.632 INFO O| May 25 00:48:45.632 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-05-25T00:48:46.671Z[ recovery-image] May 25 00:48:45.653 INFO O| May 25 00:48:45.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
64232024-05-25T00:48:46.671Z[ recovery-image] May 25 00:48:45.653 INFO O| May 25 00:48:45.653 INFO STEP 632 (remove_files) COMPLETE
64242024-05-25T00:48:46.671Z[ recovery-image] May 25 00:48:45.653 INFO O| May 25 00:48:45.653 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-05-25T00:48:46.771Z[ recovery-image] May 25 00:48:45.753 INFO O| May 25 00:48:45.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
64262024-05-25T00:48:46.783Z[ recovery-image] May 25 00:48:45.753 INFO O| May 25 00:48:45.753 INFO STEP 633 (remove_files) COMPLETE
64272024-05-25T00:48:46.783Z[ recovery-image] May 25 00:48:45.753 INFO O| May 25 00:48:45.753 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-05-25T00:48:46.795Z[ recovery-image] May 25 00:48:45.775 INFO O| May 25 00:48:45.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64292024-05-25T00:48:46.799Z[ recovery-image] May 25 00:48:45.775 INFO O| May 25 00:48:45.775 INFO STEP 634 (remove_files) COMPLETE
64302024-05-25T00:48:46.799Z[ recovery-image] May 25 00:48:45.775 INFO O| May 25 00:48:45.775 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-05-25T00:48:46.814Z[ recovery-image] May 25 00:48:45.796 INFO O| May 25 00:48:45.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
64322024-05-25T00:48:46.820Z[ recovery-image] May 25 00:48:45.796 INFO O| May 25 00:48:45.796 INFO STEP 635 (remove_files) COMPLETE
64332024-05-25T00:48:46.820Z[ recovery-image] May 25 00:48:45.796 INFO O| May 25 00:48:45.796 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-05-25T00:48:46.834Z[ recovery-image] May 25 00:48:45.816 INFO O| May 25 00:48:45.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64352024-05-25T00:48:46.837Z[ recovery-image] May 25 00:48:45.816 INFO O| May 25 00:48:45.816 INFO STEP 636 (remove_files) COMPLETE
64362024-05-25T00:48:46.838Z[ recovery-image] May 25 00:48:45.816 INFO O| May 25 00:48:45.816 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-05-25T00:48:46.961Z[ recovery-image] May 25 00:48:45.943 INFO O| May 25 00:48:45.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64382024-05-25T00:48:46.968Z[ recovery-image] May 25 00:48:45.943 INFO O| May 25 00:48:45.943 INFO STEP 637 (remove_files) COMPLETE
64392024-05-25T00:48:46.968Z[ recovery-image] May 25 00:48:45.943 INFO O| May 25 00:48:45.943 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-05-25T00:48:46.984Z[ recovery-image] May 25 00:48:45.966 INFO O| May 25 00:48:45.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
64412024-05-25T00:48:46.992Z[ recovery-image] May 25 00:48:45.966 INFO O| May 25 00:48:45.966 INFO STEP 638 (remove_files) COMPLETE
64422024-05-25T00:48:46.992Z[ recovery-image] May 25 00:48:45.967 INFO O| May 25 00:48:45.967 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-05-25T00:48:47.008Z[ recovery-image] May 25 00:48:45.989 INFO O| May 25 00:48:45.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
64442024-05-25T00:48:47.011Z[ recovery-image] May 25 00:48:45.990 INFO O| May 25 00:48:45.990 INFO STEP 639 (remove_files) COMPLETE
64452024-05-25T00:48:47.011Z[ recovery-image] May 25 00:48:45.990 INFO O| May 25 00:48:45.990 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-05-25T00:48:47.047Z[ recovery-image] May 25 00:48:46.029 INFO O| May 25 00:48:46.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64472024-05-25T00:48:47.047Z[ recovery-image] May 25 00:48:46.029 INFO O| May 25 00:48:46.029 INFO STEP 640 (remove_files) COMPLETE
64482024-05-25T00:48:47.047Z[ recovery-image] May 25 00:48:46.029 INFO O| May 25 00:48:46.029 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-05-25T00:48:47.075Z[ recovery-image] May 25 00:48:46.056 INFO O| May 25 00:48:46.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
64502024-05-25T00:48:47.075Z[ recovery-image] May 25 00:48:46.056 INFO O| May 25 00:48:46.056 INFO STEP 641 (remove_files) COMPLETE
64512024-05-25T00:48:47.075Z[ recovery-image] May 25 00:48:46.056 INFO O| May 25 00:48:46.056 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-05-25T00:48:47.099Z[ recovery-image] May 25 00:48:46.080 INFO O| May 25 00:48:46.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
64532024-05-25T00:48:47.105Z[ recovery-image] May 25 00:48:46.081 INFO O| May 25 00:48:46.081 INFO STEP 642 (remove_files) COMPLETE
64542024-05-25T00:48:47.105Z[ recovery-image] May 25 00:48:46.081 INFO O| May 25 00:48:46.081 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-05-25T00:48:47.122Z[ recovery-image] May 25 00:48:46.103 INFO O| May 25 00:48:46.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
64562024-05-25T00:48:47.132Z[ recovery-image] May 25 00:48:46.104 INFO O| May 25 00:48:46.104 INFO STEP 643 (remove_files) COMPLETE
64572024-05-25T00:48:47.132Z[ recovery-image] May 25 00:48:46.104 INFO O| May 25 00:48:46.104 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-05-25T00:48:47.181Z[ recovery-image] May 25 00:48:46.162 INFO O| May 25 00:48:46.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
64592024-05-25T00:48:47.184Z[ recovery-image] May 25 00:48:46.162 INFO O| May 25 00:48:46.162 INFO STEP 644 (remove_files) COMPLETE
64602024-05-25T00:48:47.184Z[ recovery-image] May 25 00:48:46.162 INFO O| May 25 00:48:46.162 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-05-25T00:48:47.204Z[ recovery-image] May 25 00:48:46.186 INFO O| May 25 00:48:46.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
64622024-05-25T00:48:47.205Z[ recovery-image] May 25 00:48:46.186 INFO O| May 25 00:48:46.186 INFO STEP 645 (remove_files) COMPLETE
64632024-05-25T00:48:47.210Z[ recovery-image] May 25 00:48:46.186 INFO O| May 25 00:48:46.186 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-05-25T00:48:47.228Z[ recovery-image] May 25 00:48:46.209 INFO O| May 25 00:48:46.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
64652024-05-25T00:48:47.228Z[ recovery-image] May 25 00:48:46.209 INFO O| May 25 00:48:46.209 INFO STEP 646 (remove_files) COMPLETE
64662024-05-25T00:48:47.228Z[ recovery-image] May 25 00:48:46.209 INFO O| May 25 00:48:46.209 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-05-25T00:48:47.293Z[ recovery-image] May 25 00:48:46.274 INFO O| May 25 00:48:46.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
64682024-05-25T00:48:47.300Z[ recovery-image] May 25 00:48:46.274 INFO O| May 25 00:48:46.274 INFO STEP 647 (remove_files) COMPLETE
64692024-05-25T00:48:47.300Z[ recovery-image] May 25 00:48:46.274 INFO O| May 25 00:48:46.274 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-05-25T00:48:47.335Z[ recovery-image] May 25 00:48:46.315 INFO O| May 25 00:48:46.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
64712024-05-25T00:48:47.335Z[ recovery-image] May 25 00:48:46.315 INFO O| May 25 00:48:46.315 INFO STEP 648 (remove_files) COMPLETE
64722024-05-25T00:48:47.335Z[ recovery-image] May 25 00:48:46.315 INFO O| May 25 00:48:46.315 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-05-25T00:48:47.354Z[ recovery-image] May 25 00:48:46.335 INFO O| May 25 00:48:46.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
64742024-05-25T00:48:47.354Z[ recovery-image] May 25 00:48:46.335 INFO O| May 25 00:48:46.335 INFO STEP 649 (remove_files) COMPLETE
64752024-05-25T00:48:47.354Z[ recovery-image] May 25 00:48:46.335 INFO O| May 25 00:48:46.335 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-05-25T00:48:47.374Z[ recovery-image] May 25 00:48:46.355 INFO O| May 25 00:48:46.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
64772024-05-25T00:48:47.374Z[ recovery-image] May 25 00:48:46.355 INFO O| May 25 00:48:46.355 INFO STEP 650 (remove_files) COMPLETE
64782024-05-25T00:48:47.374Z[ recovery-image] May 25 00:48:46.355 INFO O| May 25 00:48:46.355 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-05-25T00:48:47.395Z[ recovery-image] May 25 00:48:46.377 INFO O| May 25 00:48:46.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
64802024-05-25T00:48:47.395Z[ recovery-image] May 25 00:48:46.377 INFO O| May 25 00:48:46.377 INFO STEP 651 (remove_files) COMPLETE
64812024-05-25T00:48:47.403Z[ recovery-image] May 25 00:48:46.377 INFO O| May 25 00:48:46.377 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-05-25T00:48:47.422Z[ recovery-image] May 25 00:48:46.397 INFO O| May 25 00:48:46.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
64832024-05-25T00:48:47.422Z[ recovery-image] May 25 00:48:46.397 INFO O| May 25 00:48:46.397 INFO STEP 652 (remove_files) COMPLETE
64842024-05-25T00:48:47.426Z[ recovery-image] May 25 00:48:46.397 INFO O| May 25 00:48:46.397 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-05-25T00:48:47.437Z[ recovery-image] May 25 00:48:46.419 INFO O| May 25 00:48:46.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
64862024-05-25T00:48:47.438Z[ recovery-image] May 25 00:48:46.419 INFO O| May 25 00:48:46.419 INFO STEP 653 (remove_files) COMPLETE
64872024-05-25T00:48:47.438Z[ recovery-image] May 25 00:48:46.419 INFO O| May 25 00:48:46.419 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-05-25T00:48:47.460Z[ recovery-image] May 25 00:48:46.441 INFO O| May 25 00:48:46.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
64892024-05-25T00:48:47.460Z[ recovery-image] May 25 00:48:46.441 INFO O| May 25 00:48:46.441 INFO STEP 654 (remove_files) COMPLETE
64902024-05-25T00:48:47.460Z[ recovery-image] May 25 00:48:46.441 INFO O| May 25 00:48:46.441 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-05-25T00:48:47.498Z[ recovery-image] May 25 00:48:46.479 INFO O| May 25 00:48:46.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
64922024-05-25T00:48:47.509Z[ recovery-image] May 25 00:48:46.479 INFO O| May 25 00:48:46.479 INFO STEP 655 (remove_files) COMPLETE
64932024-05-25T00:48:47.509Z[ recovery-image] May 25 00:48:46.479 INFO O| May 25 00:48:46.479 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-05-25T00:48:47.520Z[ recovery-image] May 25 00:48:46.501 INFO O| May 25 00:48:46.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
64952024-05-25T00:48:47.525Z[ recovery-image] May 25 00:48:46.502 INFO O| May 25 00:48:46.502 INFO STEP 656 (remove_files) COMPLETE
64962024-05-25T00:48:47.525Z[ recovery-image] May 25 00:48:46.502 INFO O| May 25 00:48:46.502 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-05-25T00:48:47.569Z[ recovery-image] May 25 00:48:46.550 INFO O| May 25 00:48:46.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
64982024-05-25T00:48:47.569Z[ recovery-image] May 25 00:48:46.550 INFO O| May 25 00:48:46.550 INFO STEP 657 (remove_files) COMPLETE
64992024-05-25T00:48:47.569Z[ recovery-image] May 25 00:48:46.550 INFO O| May 25 00:48:46.550 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-05-25T00:48:47.589Z[ recovery-image] May 25 00:48:46.571 INFO O| May 25 00:48:46.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
65012024-05-25T00:48:47.589Z[ recovery-image] May 25 00:48:46.571 INFO O| May 25 00:48:46.571 INFO STEP 658 (remove_files) COMPLETE
65022024-05-25T00:48:47.593Z[ recovery-image] May 25 00:48:46.571 INFO O| May 25 00:48:46.571 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-05-25T00:48:47.608Z[ recovery-image] May 25 00:48:46.589 INFO O| May 25 00:48:46.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65042024-05-25T00:48:47.608Z[ recovery-image] May 25 00:48:46.589 INFO O| May 25 00:48:46.589 INFO STEP 659 (remove_files) COMPLETE
65052024-05-25T00:48:47.612Z[ recovery-image] May 25 00:48:46.589 INFO O| May 25 00:48:46.589 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-05-25T00:48:47.630Z[ recovery-image] May 25 00:48:46.611 INFO O| May 25 00:48:46.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65072024-05-25T00:48:47.630Z[ recovery-image] May 25 00:48:46.612 INFO O| May 25 00:48:46.612 INFO STEP 660 (remove_files) COMPLETE
65082024-05-25T00:48:47.630Z[ recovery-image] May 25 00:48:46.612 INFO O| May 25 00:48:46.612 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-05-25T00:48:47.653Z[ recovery-image] May 25 00:48:46.634 INFO O| May 25 00:48:46.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
65102024-05-25T00:48:47.654Z[ recovery-image] May 25 00:48:46.634 INFO O| May 25 00:48:46.634 INFO STEP 661 (remove_files) COMPLETE
65112024-05-25T00:48:47.657Z[ recovery-image] May 25 00:48:46.634 INFO O| May 25 00:48:46.634 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-05-25T00:48:47.674Z[ recovery-image] May 25 00:48:46.656 INFO O| May 25 00:48:46.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65132024-05-25T00:48:47.674Z[ recovery-image] May 25 00:48:46.656 INFO O| May 25 00:48:46.656 INFO STEP 662 (remove_files) COMPLETE
65142024-05-25T00:48:47.674Z[ recovery-image] May 25 00:48:46.656 INFO O| May 25 00:48:46.656 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-05-25T00:48:47.698Z[ recovery-image] May 25 00:48:46.679 INFO O| May 25 00:48:46.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65162024-05-25T00:48:47.698Z[ recovery-image] May 25 00:48:46.679 INFO O| May 25 00:48:46.679 INFO STEP 663 (remove_files) COMPLETE
65172024-05-25T00:48:47.698Z[ recovery-image] May 25 00:48:46.679 INFO O| May 25 00:48:46.679 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-05-25T00:48:47.720Z[ recovery-image] May 25 00:48:46.702 INFO O| May 25 00:48:46.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65192024-05-25T00:48:47.720Z[ recovery-image] May 25 00:48:46.702 INFO O| May 25 00:48:46.702 INFO STEP 664 (remove_files) COMPLETE
65202024-05-25T00:48:47.720Z[ recovery-image] May 25 00:48:46.702 INFO O| May 25 00:48:46.702 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-05-25T00:48:47.743Z[ recovery-image] May 25 00:48:46.724 INFO O| May 25 00:48:46.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65222024-05-25T00:48:47.743Z[ recovery-image] May 25 00:48:46.724 INFO O| May 25 00:48:46.724 INFO STEP 665 (remove_files) COMPLETE
65232024-05-25T00:48:47.743Z[ recovery-image] May 25 00:48:46.724 INFO O| May 25 00:48:46.724 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-05-25T00:48:47.764Z[ recovery-image] May 25 00:48:46.746 INFO O| May 25 00:48:46.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
65252024-05-25T00:48:47.764Z[ recovery-image] May 25 00:48:46.746 INFO O| May 25 00:48:46.746 INFO STEP 666 (remove_files) COMPLETE
65262024-05-25T00:48:47.765Z[ recovery-image] May 25 00:48:46.746 INFO O| May 25 00:48:46.746 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-05-25T00:48:47.785Z[ recovery-image] May 25 00:48:46.767 INFO O| May 25 00:48:46.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
65282024-05-25T00:48:47.785Z[ recovery-image] May 25 00:48:46.767 INFO O| May 25 00:48:46.767 INFO STEP 667 (remove_files) COMPLETE
65292024-05-25T00:48:47.785Z[ recovery-image] May 25 00:48:46.767 INFO O| May 25 00:48:46.767 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-05-25T00:48:47.807Z[ recovery-image] May 25 00:48:46.788 INFO O| May 25 00:48:46.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
65312024-05-25T00:48:47.807Z[ recovery-image] May 25 00:48:46.788 INFO O| May 25 00:48:46.788 INFO STEP 668 (remove_files) COMPLETE
65322024-05-25T00:48:47.807Z[ recovery-image] May 25 00:48:46.788 INFO O| May 25 00:48:46.788 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-05-25T00:48:47.842Z[ recovery-image] May 25 00:48:46.812 INFO O| May 25 00:48:46.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
65342024-05-25T00:48:47.842Z[ recovery-image] May 25 00:48:46.812 INFO O| May 25 00:48:46.812 INFO STEP 669 (remove_files) COMPLETE
65352024-05-25T00:48:47.847Z[ recovery-image] May 25 00:48:46.812 INFO O| May 25 00:48:46.812 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-05-25T00:48:47.889Z[ recovery-image] May 25 00:48:46.870 INFO O| May 25 00:48:46.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
65372024-05-25T00:48:47.889Z[ recovery-image] May 25 00:48:46.870 INFO O| May 25 00:48:46.870 INFO STEP 670 (remove_files) COMPLETE
65382024-05-25T00:48:47.893Z[ recovery-image] May 25 00:48:46.871 INFO O| May 25 00:48:46.871 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-05-25T00:48:47.914Z[ recovery-image] May 25 00:48:46.895 INFO O| May 25 00:48:46.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65402024-05-25T00:48:47.914Z[ recovery-image] May 25 00:48:46.896 INFO O| May 25 00:48:46.896 INFO STEP 671 (remove_files) COMPLETE
65412024-05-25T00:48:47.922Z[ recovery-image] May 25 00:48:46.896 INFO O| May 25 00:48:46.896 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-05-25T00:48:47.937Z[ recovery-image] May 25 00:48:46.918 INFO O| May 25 00:48:46.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
65432024-05-25T00:48:47.943Z[ recovery-image] May 25 00:48:46.918 INFO O| May 25 00:48:46.918 INFO STEP 672 (remove_files) COMPLETE
65442024-05-25T00:48:47.944Z[ recovery-image] May 25 00:48:46.918 INFO O| May 25 00:48:46.918 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-05-25T00:48:47.961Z[ recovery-image] May 25 00:48:46.941 INFO O| May 25 00:48:46.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
65462024-05-25T00:48:47.967Z[ recovery-image] May 25 00:48:46.941 INFO O| May 25 00:48:46.941 INFO STEP 673 (remove_files) COMPLETE
65472024-05-25T00:48:47.968Z[ recovery-image] May 25 00:48:46.941 INFO O| May 25 00:48:46.941 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-05-25T00:48:47.981Z[ recovery-image] May 25 00:48:46.963 INFO O| May 25 00:48:46.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65492024-05-25T00:48:47.986Z[ recovery-image] May 25 00:48:46.963 INFO O| May 25 00:48:46.963 INFO STEP 674 (remove_files) COMPLETE
65502024-05-25T00:48:47.987Z[ recovery-image] May 25 00:48:46.963 INFO O| May 25 00:48:46.963 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-05-25T00:48:48.003Z[ recovery-image] May 25 00:48:46.985 INFO O| May 25 00:48:46.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65522024-05-25T00:48:48.007Z[ recovery-image] May 25 00:48:46.985 INFO O| May 25 00:48:46.985 INFO STEP 675 (remove_files) COMPLETE
65532024-05-25T00:48:48.007Z[ recovery-image] May 25 00:48:46.985 INFO O| May 25 00:48:46.985 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-05-25T00:48:48.025Z[ recovery-image] May 25 00:48:47.007 INFO O| May 25 00:48:47.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
65552024-05-25T00:48:48.025Z[ recovery-image] May 25 00:48:47.007 INFO O| May 25 00:48:47.007 INFO STEP 676 (remove_files) COMPLETE
65562024-05-25T00:48:48.030Z[ recovery-image] May 25 00:48:47.007 INFO O| May 25 00:48:47.007 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-05-25T00:48:48.072Z[ recovery-image] May 25 00:48:47.028 INFO O| May 25 00:48:47.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
65582024-05-25T00:48:48.072Z[ recovery-image] May 25 00:48:47.028 INFO O| May 25 00:48:47.028 INFO STEP 677 (remove_files) COMPLETE
65592024-05-25T00:48:48.078Z[ recovery-image] May 25 00:48:47.028 INFO O| May 25 00:48:47.028 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-05-25T00:48:48.078Z[ recovery-image] May 25 00:48:47.049 INFO O| May 25 00:48:47.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
65612024-05-25T00:48:48.078Z[ recovery-image] May 25 00:48:47.049 INFO O| May 25 00:48:47.049 INFO STEP 678 (remove_files) COMPLETE
65622024-05-25T00:48:48.078Z[ recovery-image] May 25 00:48:47.049 INFO O| May 25 00:48:47.049 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-05-25T00:48:48.088Z[ recovery-image] May 25 00:48:47.070 INFO O| May 25 00:48:47.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
65642024-05-25T00:48:48.092Z[ recovery-image] May 25 00:48:47.070 INFO O| May 25 00:48:47.070 INFO STEP 679 (remove_files) COMPLETE
65652024-05-25T00:48:48.092Z[ recovery-image] May 25 00:48:47.070 INFO O| May 25 00:48:47.070 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-05-25T00:48:48.109Z[ recovery-image] May 25 00:48:47.090 INFO O| May 25 00:48:47.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
65672024-05-25T00:48:48.109Z[ recovery-image] May 25 00:48:47.091 INFO O| May 25 00:48:47.091 INFO STEP 680 (remove_files) COMPLETE
65682024-05-25T00:48:48.113Z[ recovery-image] May 25 00:48:47.091 INFO O| May 25 00:48:47.091 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-05-25T00:48:48.129Z[ recovery-image] May 25 00:48:47.111 INFO O| May 25 00:48:47.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
65702024-05-25T00:48:48.136Z[ recovery-image] May 25 00:48:47.111 INFO O| May 25 00:48:47.111 INFO STEP 681 (remove_files) COMPLETE
65712024-05-25T00:48:48.137Z[ recovery-image] May 25 00:48:47.111 INFO O| May 25 00:48:47.111 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-05-25T00:48:54.124Z[ recovery-image] May 25 00:48:47.131 INFO O| May 25 00:48:47.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
65732024-05-25T00:48:54.124Z[ recovery-image] May 25 00:48:47.131 INFO O| May 25 00:48:47.131 INFO STEP 682 (remove_files) COMPLETE
65742024-05-25T00:48:54.124Z[ recovery-image] May 25 00:48:47.131 INFO O| May 25 00:48:47.131 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-05-25T00:48:54.124Z[ recovery-image] May 25 00:48:47.151 INFO O| May 25 00:48:47.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
65762024-05-25T00:48:54.124Z[ recovery-image] May 25 00:48:47.151 INFO O| May 25 00:48:47.151 INFO STEP 683 (remove_files) COMPLETE
65772024-05-25T00:48:54.125Z[ recovery-image] May 25 00:48:47.151 INFO O| May 25 00:48:47.151 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-05-25T00:48:54.125Z[ recovery-image] May 25 00:48:47.170 INFO O| May 25 00:48:47.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
65792024-05-25T00:48:54.125Z[ recovery-image] May 25 00:48:47.171 INFO O| May 25 00:48:47.171 INFO STEP 684 (remove_files) COMPLETE
65802024-05-25T00:48:54.125Z[ recovery-image] May 25 00:48:47.171 INFO O| May 25 00:48:47.171 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-05-25T00:48:54.125Z[ recovery-image] May 25 00:48:47.191 INFO O| May 25 00:48:47.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
65822024-05-25T00:48:54.125Z[ recovery-image] May 25 00:48:47.191 INFO O| May 25 00:48:47.191 INFO STEP 685 (remove_files) COMPLETE
65832024-05-25T00:48:54.125Z[ recovery-image] May 25 00:48:47.191 INFO O| May 25 00:48:47.191 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-05-25T00:48:54.125Z[ recovery-image] May 25 00:48:47.212 INFO O| May 25 00:48:47.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
65852024-05-25T00:48:54.125Z[ recovery-image] May 25 00:48:47.213 INFO O| May 25 00:48:47.213 INFO STEP 686 (remove_files) COMPLETE
65862024-05-25T00:48:54.125Z[ recovery-image] May 25 00:48:47.213 INFO O| May 25 00:48:47.213 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-05-25T00:48:54.125Z[ recovery-image] May 25 00:48:47.235 INFO O| May 25 00:48:47.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
65882024-05-25T00:48:54.125Z[ recovery-image] May 25 00:48:47.235 INFO O| May 25 00:48:47.235 INFO STEP 687 (remove_files) COMPLETE
65892024-05-25T00:48:54.126Z[ recovery-image] May 25 00:48:47.236 INFO O| May 25 00:48:47.235 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-05-25T00:48:54.126Z[ recovery-image] May 25 00:48:47.259 INFO O| May 25 00:48:47.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
65912024-05-25T00:48:54.126Z[ recovery-image] May 25 00:48:47.260 INFO O| May 25 00:48:47.260 INFO STEP 688 (remove_files) COMPLETE
65922024-05-25T00:48:54.126Z[ recovery-image] May 25 00:48:47.260 INFO O| May 25 00:48:47.260 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-05-25T00:48:54.126Z[ recovery-image] May 25 00:48:47.307 INFO O| May 25 00:48:47.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
65942024-05-25T00:48:54.126Z[ recovery-image] May 25 00:48:47.307 INFO O| May 25 00:48:47.307 INFO STEP 689 (remove_files) COMPLETE
65952024-05-25T00:48:54.126Z[ recovery-image] May 25 00:48:47.307 INFO O| May 25 00:48:47.307 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-05-25T00:48:54.126Z[ recovery-image] May 25 00:48:47.328 INFO O| May 25 00:48:47.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
65972024-05-25T00:48:54.126Z[ recovery-image] May 25 00:48:47.328 INFO O| May 25 00:48:47.328 INFO STEP 690 (remove_files) COMPLETE
65982024-05-25T00:48:54.126Z[ recovery-image] May 25 00:48:47.328 INFO O| May 25 00:48:47.328 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-05-25T00:48:54.126Z[ recovery-image] May 25 00:48:47.359 INFO O| May 25 00:48:47.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66002024-05-25T00:48:54.126Z[ recovery-image] May 25 00:48:47.359 INFO O| May 25 00:48:47.359 INFO STEP 691 (remove_files) COMPLETE
66012024-05-25T00:48:54.127Z[ recovery-image] May 25 00:48:47.359 INFO O| May 25 00:48:47.359 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-05-25T00:48:54.127Z[ recovery-image] May 25 00:48:47.384 INFO O| May 25 00:48:47.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66032024-05-25T00:48:54.127Z[ recovery-image] May 25 00:48:47.384 INFO O| May 25 00:48:47.384 INFO STEP 692 (remove_files) COMPLETE
66042024-05-25T00:48:54.127Z[ recovery-image] May 25 00:48:47.384 INFO O| May 25 00:48:47.384 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-05-25T00:48:54.127Z[ recovery-image] May 25 00:48:47.407 INFO O| May 25 00:48:47.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66062024-05-25T00:48:54.127Z[ recovery-image] May 25 00:48:47.407 INFO O| May 25 00:48:47.407 INFO STEP 693 (remove_files) COMPLETE
66072024-05-25T00:48:54.127Z[ recovery-image] May 25 00:48:47.407 INFO O| May 25 00:48:47.407 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-05-25T00:48:54.127Z[ recovery-image] May 25 00:48:47.428 INFO O| May 25 00:48:47.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66092024-05-25T00:48:54.127Z[ recovery-image] May 25 00:48:47.428 INFO O| May 25 00:48:47.428 INFO STEP 694 (remove_files) COMPLETE
66102024-05-25T00:48:54.127Z[ recovery-image] May 25 00:48:47.429 INFO O| May 25 00:48:47.428 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-05-25T00:48:54.127Z[ recovery-image] May 25 00:48:47.471 INFO O| May 25 00:48:47.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66122024-05-25T00:48:54.127Z[ recovery-image] May 25 00:48:47.471 INFO O| May 25 00:48:47.471 INFO STEP 695 (remove_files) COMPLETE
66132024-05-25T00:48:54.127Z[ recovery-image] May 25 00:48:47.471 INFO O| May 25 00:48:47.471 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-05-25T00:48:54.128Z[ recovery-image] May 25 00:48:47.510 INFO O| May 25 00:48:47.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66152024-05-25T00:48:54.128Z[ recovery-image] May 25 00:48:47.510 INFO O| May 25 00:48:47.510 INFO STEP 696 (remove_files) COMPLETE
66162024-05-25T00:48:54.128Z[ recovery-image] May 25 00:48:47.510 INFO O| May 25 00:48:47.510 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-05-25T00:48:54.128Z[ recovery-image] May 25 00:48:47.542 INFO O| May 25 00:48:47.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66182024-05-25T00:48:54.128Z[ recovery-image] May 25 00:48:47.542 INFO O| May 25 00:48:47.542 INFO STEP 697 (remove_files) COMPLETE
66192024-05-25T00:48:54.128Z[ recovery-image] May 25 00:48:47.542 INFO O| May 25 00:48:47.542 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-05-25T00:48:54.128Z[ recovery-image] May 25 00:48:47.563 INFO O| May 25 00:48:47.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66212024-05-25T00:48:54.128Z[ recovery-image] May 25 00:48:47.563 INFO O| May 25 00:48:47.563 INFO STEP 698 (remove_files) COMPLETE
66222024-05-25T00:48:54.128Z[ recovery-image] May 25 00:48:47.563 INFO O| May 25 00:48:47.563 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-05-25T00:48:54.128Z[ recovery-image] May 25 00:48:47.603 INFO O| May 25 00:48:47.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66242024-05-25T00:48:54.128Z[ recovery-image] May 25 00:48:47.603 INFO O| May 25 00:48:47.603 INFO STEP 699 (remove_files) COMPLETE
66252024-05-25T00:48:54.128Z[ recovery-image] May 25 00:48:47.603 INFO O| May 25 00:48:47.603 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-05-25T00:48:54.128Z[ recovery-image] May 25 00:48:47.624 INFO O| May 25 00:48:47.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66272024-05-25T00:48:54.129Z[ recovery-image] May 25 00:48:47.625 INFO O| May 25 00:48:47.624 INFO STEP 700 (remove_files) COMPLETE
66282024-05-25T00:48:54.129Z[ recovery-image] May 25 00:48:47.625 INFO O| May 25 00:48:47.624 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-05-25T00:48:54.129Z[ recovery-image] May 25 00:48:47.645 INFO O| May 25 00:48:47.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66302024-05-25T00:48:54.129Z[ recovery-image] May 25 00:48:47.645 INFO O| May 25 00:48:47.645 INFO STEP 701 (remove_files) COMPLETE
66312024-05-25T00:48:54.129Z[ recovery-image] May 25 00:48:47.645 INFO O| May 25 00:48:47.645 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-05-25T00:48:54.129Z[ recovery-image] May 25 00:48:47.672 INFO O| May 25 00:48:47.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66332024-05-25T00:48:54.129Z[ recovery-image] May 25 00:48:47.673 INFO O| May 25 00:48:47.672 INFO STEP 702 (remove_files) COMPLETE
66342024-05-25T00:48:54.129Z[ recovery-image] May 25 00:48:47.673 INFO O| May 25 00:48:47.673 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-05-25T00:48:54.129Z[ recovery-image] May 25 00:48:47.694 INFO O| May 25 00:48:47.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
66362024-05-25T00:48:54.129Z[ recovery-image] May 25 00:48:47.694 INFO O| May 25 00:48:47.694 INFO STEP 703 (remove_files) COMPLETE
66372024-05-25T00:48:54.129Z[ recovery-image] May 25 00:48:47.694 INFO O| May 25 00:48:47.694 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-05-25T00:48:54.150Z[ recovery-image] May 25 00:48:47.716 INFO O| May 25 00:48:47.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66392024-05-25T00:48:54.150Z[ recovery-image] May 25 00:48:47.717 INFO O| May 25 00:48:47.717 INFO STEP 704 (remove_files) COMPLETE
66402024-05-25T00:48:54.150Z[ recovery-image] May 25 00:48:47.717 INFO O| May 25 00:48:47.717 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-05-25T00:48:54.150Z[ recovery-image] May 25 00:48:47.739 INFO O| May 25 00:48:47.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
66422024-05-25T00:48:54.150Z[ recovery-image] May 25 00:48:47.739 INFO O| May 25 00:48:47.739 INFO STEP 705 (remove_files) COMPLETE
66432024-05-25T00:48:54.150Z[ recovery-image] May 25 00:48:47.739 INFO O| May 25 00:48:47.739 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-05-25T00:48:54.150Z[ recovery-image] May 25 00:48:47.775 INFO O| May 25 00:48:47.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
66452024-05-25T00:48:54.150Z[ recovery-image] May 25 00:48:47.776 INFO O| May 25 00:48:47.775 INFO STEP 706 (remove_files) COMPLETE
66462024-05-25T00:48:54.150Z[ recovery-image] May 25 00:48:47.776 INFO O| May 25 00:48:47.775 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-05-25T00:48:54.151Z[ recovery-image] May 25 00:48:47.795 INFO O| May 25 00:48:47.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
66482024-05-25T00:48:54.151Z[ recovery-image] May 25 00:48:47.796 INFO O| May 25 00:48:47.795 INFO STEP 707 (remove_files) COMPLETE
66492024-05-25T00:48:54.151Z[ recovery-image] May 25 00:48:47.796 INFO O| May 25 00:48:47.796 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-05-25T00:48:54.151Z[ recovery-image] May 25 00:48:47.818 INFO O| May 25 00:48:47.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66512024-05-25T00:48:54.151Z[ recovery-image] May 25 00:48:47.818 INFO O| May 25 00:48:47.818 INFO STEP 708 (remove_files) COMPLETE
66522024-05-25T00:48:54.151Z[ recovery-image] May 25 00:48:47.818 INFO O| May 25 00:48:47.818 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-05-25T00:48:54.151Z[ recovery-image] May 25 00:48:47.840 INFO O| May 25 00:48:47.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66542024-05-25T00:48:54.151Z[ recovery-image] May 25 00:48:47.841 INFO O| May 25 00:48:47.841 INFO STEP 709 (remove_files) COMPLETE
66552024-05-25T00:48:54.151Z[ recovery-image] May 25 00:48:47.841 INFO O| May 25 00:48:47.841 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-05-25T00:48:54.151Z[ recovery-image] May 25 00:48:47.861 INFO O| May 25 00:48:47.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
66572024-05-25T00:48:54.151Z[ recovery-image] May 25 00:48:47.861 INFO O| May 25 00:48:47.861 INFO STEP 710 (remove_files) COMPLETE
66582024-05-25T00:48:54.151Z[ recovery-image] May 25 00:48:47.861 INFO O| May 25 00:48:47.861 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-05-25T00:48:54.151Z[ recovery-image] May 25 00:48:47.887 INFO O| May 25 00:48:47.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
66602024-05-25T00:48:54.152Z[ recovery-image] May 25 00:48:47.887 INFO O| May 25 00:48:47.887 INFO STEP 711 (remove_files) COMPLETE
66612024-05-25T00:48:54.152Z[ recovery-image] May 25 00:48:47.887 INFO O| May 25 00:48:47.887 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-05-25T00:48:54.152Z[ recovery-image] May 25 00:48:47.907 INFO O| May 25 00:48:47.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
66632024-05-25T00:48:54.152Z[ recovery-image] May 25 00:48:47.907 INFO O| May 25 00:48:47.907 INFO STEP 712 (remove_files) COMPLETE
66642024-05-25T00:48:54.152Z[ recovery-image] May 25 00:48:47.907 INFO O| May 25 00:48:47.907 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-05-25T00:48:54.152Z[ recovery-image] May 25 00:48:47.933 INFO O| May 25 00:48:47.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
66662024-05-25T00:48:54.152Z[ recovery-image] May 25 00:48:47.933 INFO O| May 25 00:48:47.933 INFO STEP 713 (remove_files) COMPLETE
66672024-05-25T00:48:54.152Z[ recovery-image] May 25 00:48:47.933 INFO O| May 25 00:48:47.933 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-05-25T00:48:54.152Z[ recovery-image] May 25 00:48:47.959 INFO O| May 25 00:48:47.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
66692024-05-25T00:48:54.152Z[ recovery-image] May 25 00:48:47.959 INFO O| May 25 00:48:47.959 INFO STEP 714 (remove_files) COMPLETE
66702024-05-25T00:48:54.152Z[ recovery-image] May 25 00:48:47.959 INFO O| May 25 00:48:47.959 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-05-25T00:48:54.152Z[ recovery-image] May 25 00:48:48.016 INFO O| May 25 00:48:48.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
66722024-05-25T00:48:54.152Z[ recovery-image] May 25 00:48:48.016 INFO O| May 25 00:48:48.016 INFO STEP 715 (remove_files) COMPLETE
66732024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.016 INFO O| May 25 00:48:48.016 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.038 INFO O| May 25 00:48:48.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
66752024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.038 INFO O| May 25 00:48:48.038 INFO STEP 716 (remove_files) COMPLETE
66762024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.038 INFO O| May 25 00:48:48.038 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.095 INFO O| May 25 00:48:48.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
66782024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.095 INFO O| May 25 00:48:48.095 INFO STEP 717 (remove_files) COMPLETE
66792024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.095 INFO O| May 25 00:48:48.095 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.117 INFO O| May 25 00:48:48.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
66812024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.117 INFO O| May 25 00:48:48.117 INFO STEP 718 (remove_files) COMPLETE
66822024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.117 INFO O| May 25 00:48:48.117 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.138 INFO O| May 25 00:48:48.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
66842024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.138 INFO O| May 25 00:48:48.138 INFO STEP 719 (remove_files) COMPLETE
66852024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.138 INFO O| May 25 00:48:48.138 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.161 INFO O| May 25 00:48:48.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
66872024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.161 INFO O| May 25 00:48:48.161 INFO STEP 720 (remove_files) COMPLETE
66882024-05-25T00:48:54.153Z[ recovery-image] May 25 00:48:48.161 INFO O| May 25 00:48:48.161 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.182 INFO O| May 25 00:48:48.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
66902024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.182 INFO O| May 25 00:48:48.182 INFO STEP 721 (remove_files) COMPLETE
66912024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.182 INFO O| May 25 00:48:48.182 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.203 INFO O| May 25 00:48:48.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
66932024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.204 INFO O| May 25 00:48:48.204 INFO STEP 722 (remove_files) COMPLETE
66942024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.204 INFO O| May 25 00:48:48.204 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.230 INFO O| May 25 00:48:48.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
66962024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.230 INFO O| May 25 00:48:48.230 INFO STEP 723 (remove_files) COMPLETE
66972024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.230 INFO O| May 25 00:48:48.230 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.252 INFO O| May 25 00:48:48.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
66992024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.252 INFO O| May 25 00:48:48.252 INFO STEP 724 (remove_files) COMPLETE
67002024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.252 INFO O| May 25 00:48:48.252 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.273 INFO O| May 25 00:48:48.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
67022024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.274 INFO O| May 25 00:48:48.274 INFO STEP 725 (remove_files) COMPLETE
67032024-05-25T00:48:54.154Z[ recovery-image] May 25 00:48:48.274 INFO O| May 25 00:48:48.274 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.295 INFO O| May 25 00:48:48.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67052024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.295 INFO O| May 25 00:48:48.295 INFO STEP 726 (remove_files) COMPLETE
67062024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.295 INFO O| May 25 00:48:48.295 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.314 INFO O| May 25 00:48:48.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67082024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.314 INFO O| May 25 00:48:48.314 INFO STEP 727 (remove_files) COMPLETE
67092024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.314 INFO O| May 25 00:48:48.314 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.334 INFO O| May 25 00:48:48.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
67112024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.334 INFO O| May 25 00:48:48.334 INFO STEP 728 (remove_files) COMPLETE
67122024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.334 INFO O| May 25 00:48:48.334 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.354 INFO O| May 25 00:48:48.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
67142024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.355 INFO O| May 25 00:48:48.355 INFO STEP 729 (remove_files) COMPLETE
67152024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.355 INFO O| May 25 00:48:48.355 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.376 INFO O| May 25 00:48:48.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67172024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.376 INFO O| May 25 00:48:48.376 INFO STEP 730 (remove_files) COMPLETE
67182024-05-25T00:48:54.155Z[ recovery-image] May 25 00:48:48.376 INFO O| May 25 00:48:48.376 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.398 INFO O| May 25 00:48:48.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67202024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.399 INFO O| May 25 00:48:48.399 INFO STEP 731 (remove_files) COMPLETE
67212024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.399 INFO O| May 25 00:48:48.399 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.421 INFO O| May 25 00:48:48.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
67232024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.422 INFO O| May 25 00:48:48.422 INFO STEP 732 (remove_files) COMPLETE
67242024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.422 INFO O| May 25 00:48:48.422 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.444 INFO O| May 25 00:48:48.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
67262024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.445 INFO O| May 25 00:48:48.445 INFO STEP 733 (remove_files) COMPLETE
67272024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.445 INFO O| May 25 00:48:48.445 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.466 INFO O| May 25 00:48:48.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
67292024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.466 INFO O| May 25 00:48:48.466 INFO STEP 734 (remove_files) COMPLETE
67302024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.466 INFO O| May 25 00:48:48.466 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.488 INFO O| May 25 00:48:48.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
67322024-05-25T00:48:54.156Z[ recovery-image] May 25 00:48:48.488 INFO O| May 25 00:48:48.488 INFO STEP 735 (remove_files) COMPLETE
67332024-05-25T00:48:54.157Z[ recovery-image] May 25 00:48:48.488 INFO O| May 25 00:48:48.488 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-05-25T00:48:54.157Z[ recovery-image] May 25 00:48:48.509 INFO O| May 25 00:48:48.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
67352024-05-25T00:48:54.157Z[ recovery-image] May 25 00:48:48.518 INFO O| May 25 00:48:48.518 INFO STEP 736 (remove_files) COMPLETE
67362024-05-25T00:48:54.157Z[ recovery-image] May 25 00:48:48.518 INFO O| May 25 00:48:48.518 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-05-25T00:48:54.157Z[ recovery-image] May 25 00:48:48.551 INFO O| May 25 00:48:48.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67382024-05-25T00:48:54.184Z[ recovery-image] May 25 00:48:48.551 INFO O| May 25 00:48:48.551 INFO STEP 737 (remove_files) COMPLETE
67392024-05-25T00:48:54.185Z[ recovery-image] May 25 00:48:48.551 INFO O| May 25 00:48:48.551 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-05-25T00:48:54.185Z[ recovery-image] May 25 00:48:48.574 INFO O| May 25 00:48:48.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
67412024-05-25T00:48:54.185Z[ recovery-image] May 25 00:48:48.574 INFO O| May 25 00:48:48.574 INFO STEP 738 (remove_files) COMPLETE
67422024-05-25T00:48:54.185Z[ recovery-image] May 25 00:48:48.574 INFO O| May 25 00:48:48.574 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-05-25T00:48:54.185Z[ recovery-image] May 25 00:48:48.607 INFO O| May 25 00:48:48.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
67442024-05-25T00:48:54.185Z[ recovery-image] May 25 00:48:48.607 INFO O| May 25 00:48:48.607 INFO STEP 739 (remove_files) COMPLETE
67452024-05-25T00:48:54.185Z[ recovery-image] May 25 00:48:48.607 INFO O| May 25 00:48:48.607 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-05-25T00:48:54.185Z[ recovery-image] May 25 00:48:48.632 INFO O| May 25 00:48:48.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67472024-05-25T00:48:54.185Z[ recovery-image] May 25 00:48:48.633 INFO O| May 25 00:48:48.632 INFO STEP 740 (remove_files) COMPLETE
67482024-05-25T00:48:54.185Z[ recovery-image] May 25 00:48:48.633 INFO O| May 25 00:48:48.633 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-05-25T00:48:54.185Z[ recovery-image] May 25 00:48:48.667 INFO O| May 25 00:48:48.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67502024-05-25T00:48:54.186Z[ recovery-image] May 25 00:48:48.667 INFO O| May 25 00:48:48.667 INFO STEP 741 (remove_files) COMPLETE
67512024-05-25T00:48:54.186Z[ recovery-image] May 25 00:48:48.667 INFO O| May 25 00:48:48.667 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-05-25T00:48:54.186Z[ recovery-image] May 25 00:48:48.688 INFO O| May 25 00:48:48.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67532024-05-25T00:48:54.186Z[ recovery-image] May 25 00:48:48.688 INFO O| May 25 00:48:48.687 INFO STEP 742 (remove_files) COMPLETE
67542024-05-25T00:48:54.186Z[ recovery-image] May 25 00:48:48.688 INFO O| May 25 00:48:48.687 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-05-25T00:48:54.186Z[ recovery-image] May 25 00:48:48.707 INFO O| May 25 00:48:48.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
67562024-05-25T00:48:54.186Z[ recovery-image] May 25 00:48:48.716 INFO O| May 25 00:48:48.716 INFO STEP 743 (remove_files) COMPLETE
67572024-05-25T00:48:54.186Z[ recovery-image] May 25 00:48:48.716 INFO O| May 25 00:48:48.716 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-05-25T00:48:54.186Z[ recovery-image] May 25 00:48:48.762 INFO O| May 25 00:48:48.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
67592024-05-25T00:48:54.186Z[ recovery-image] May 25 00:48:48.762 INFO O| May 25 00:48:48.762 INFO STEP 744 (remove_files) COMPLETE
67602024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.762 INFO O| May 25 00:48:48.762 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.783 INFO O| May 25 00:48:48.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
67622024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.783 INFO O| May 25 00:48:48.783 INFO STEP 745 (remove_files) COMPLETE
67632024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.783 INFO O| May 25 00:48:48.783 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.837 INFO O| May 25 00:48:48.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
67652024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.837 INFO O| May 25 00:48:48.837 INFO STEP 746 (remove_files) COMPLETE
67662024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.837 INFO O| May 25 00:48:48.837 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.858 INFO O| May 25 00:48:48.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
67682024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.858 INFO O| May 25 00:48:48.858 INFO STEP 747 (remove_files) COMPLETE
67692024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.858 INFO O| May 25 00:48:48.858 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.879 INFO O| May 25 00:48:48.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
67712024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.879 INFO O| May 25 00:48:48.879 INFO STEP 748 (remove_files) COMPLETE
67722024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.879 INFO O| May 25 00:48:48.879 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.900 INFO O| May 25 00:48:48.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
67742024-05-25T00:48:54.187Z[ recovery-image] May 25 00:48:48.900 INFO O| May 25 00:48:48.900 INFO STEP 749 (remove_files) COMPLETE
67752024-05-25T00:48:54.188Z[ recovery-image] May 25 00:48:48.900 INFO O| May 25 00:48:48.900 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-05-25T00:48:54.188Z[ recovery-image] May 25 00:48:48.943 INFO O| May 25 00:48:48.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
67772024-05-25T00:48:54.188Z[ recovery-image] May 25 00:48:48.943 INFO O| May 25 00:48:48.943 INFO STEP 750 (remove_files) COMPLETE
67782024-05-25T00:48:54.188Z[ recovery-image] May 25 00:48:48.943 INFO O| May 25 00:48:48.943 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-05-25T00:48:54.188Z[ recovery-image] May 25 00:48:48.991 INFO O| May 25 00:48:48.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
67802024-05-25T00:48:54.188Z[ recovery-image] May 25 00:48:48.992 INFO O| May 25 00:48:48.985 INFO STEP 751 (remove_files) COMPLETE
67812024-05-25T00:48:54.188Z[ recovery-image] May 25 00:48:48.992 INFO O| May 25 00:48:48.985 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-05-25T00:48:54.188Z[ recovery-image] May 25 00:48:49.004 INFO O| May 25 00:48:49.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
67832024-05-25T00:48:54.188Z[ recovery-image] May 25 00:48:49.005 INFO O| May 25 00:48:49.005 INFO STEP 752 (remove_files) COMPLETE
67842024-05-25T00:48:54.188Z[ recovery-image] May 25 00:48:49.005 INFO O| May 25 00:48:49.005 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-05-25T00:48:54.188Z[ recovery-image] May 25 00:48:49.024 INFO O| May 25 00:48:49.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
67862024-05-25T00:48:54.188Z[ recovery-image] May 25 00:48:49.025 INFO O| May 25 00:48:49.024 INFO STEP 753 (remove_files) COMPLETE
67872024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.025 INFO O| May 25 00:48:49.025 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.045 INFO O| May 25 00:48:49.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
67892024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.066 INFO O| May 25 00:48:49.066 INFO STEP 754 (remove_files) COMPLETE
67902024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.066 INFO O| May 25 00:48:49.066 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.101 INFO O| May 25 00:48:49.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
67922024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.101 INFO O| May 25 00:48:49.101 INFO STEP 755 (remove_files) COMPLETE
67932024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.101 INFO O| May 25 00:48:49.101 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.125 INFO O| May 25 00:48:49.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
67952024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.125 INFO O| May 25 00:48:49.125 INFO STEP 756 (remove_files) COMPLETE
67962024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.125 INFO O| May 25 00:48:49.125 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.187 INFO O| May 25 00:48:49.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
67982024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.187 INFO O| May 25 00:48:49.187 INFO STEP 757 (remove_files) COMPLETE
67992024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.187 INFO O| May 25 00:48:49.187 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-05-25T00:48:54.189Z[ recovery-image] May 25 00:48:49.220 INFO O| May 25 00:48:49.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
68012024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.220 INFO O| May 25 00:48:49.220 INFO STEP 758 (remove_files) COMPLETE
68022024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.220 INFO O| May 25 00:48:49.220 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.310 INFO O| May 25 00:48:49.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68042024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.310 INFO O| May 25 00:48:49.310 INFO STEP 759 (remove_files) COMPLETE
68052024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.310 INFO O| May 25 00:48:49.310 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.369 INFO O| May 25 00:48:49.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68072024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.369 INFO O| May 25 00:48:49.369 INFO STEP 760 (remove_files) COMPLETE
68082024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.369 INFO O| May 25 00:48:49.369 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.409 INFO O| May 25 00:48:49.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68102024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.409 INFO O| May 25 00:48:49.409 INFO STEP 761 (remove_files) COMPLETE
68112024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.409 INFO O| May 25 00:48:49.409 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.431 INFO O| May 25 00:48:49.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68132024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.431 INFO O| May 25 00:48:49.431 INFO STEP 762 (remove_files) COMPLETE
68142024-05-25T00:48:54.190Z[ recovery-image] May 25 00:48:49.432 INFO O| May 25 00:48:49.431 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-05-25T00:48:54.191Z[ recovery-image] May 25 00:48:49.474 INFO O| May 25 00:48:49.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68162024-05-25T00:48:54.191Z[ recovery-image] May 25 00:48:49.474 INFO O| May 25 00:48:49.474 INFO STEP 763 (remove_files) COMPLETE
68172024-05-25T00:48:54.191Z[ recovery-image] May 25 00:48:49.474 INFO O| May 25 00:48:49.474 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-05-25T00:48:54.191Z[ recovery-image] May 25 00:48:49.496 INFO O| May 25 00:48:49.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68192024-05-25T00:48:54.191Z[ recovery-image] May 25 00:48:49.496 INFO O| May 25 00:48:49.496 INFO STEP 764 (remove_files) COMPLETE
68202024-05-25T00:48:54.191Z[ recovery-image] May 25 00:48:49.496 INFO O| May 25 00:48:49.496 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-05-25T00:48:54.191Z[ recovery-image] May 25 00:48:49.517 INFO O| May 25 00:48:49.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68222024-05-25T00:48:54.191Z[ recovery-image] May 25 00:48:49.517 INFO O| May 25 00:48:49.517 INFO STEP 765 (remove_files) COMPLETE
68232024-05-25T00:48:54.191Z[ recovery-image] May 25 00:48:49.517 INFO O| May 25 00:48:49.517 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-05-25T00:48:54.191Z[ recovery-image] May 25 00:48:49.545 INFO O| May 25 00:48:49.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68252024-05-25T00:48:54.191Z[ recovery-image] May 25 00:48:49.546 INFO O| May 25 00:48:49.546 INFO STEP 766 (remove_files) COMPLETE
68262024-05-25T00:48:54.191Z[ recovery-image] May 25 00:48:49.546 INFO O| May 25 00:48:49.546 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-05-25T00:48:54.191Z[ recovery-image] May 25 00:48:49.588 INFO O| May 25 00:48:49.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68282024-05-25T00:48:54.192Z[ recovery-image] May 25 00:48:49.588 INFO O| May 25 00:48:49.588 INFO STEP 767 (remove_files) COMPLETE
68292024-05-25T00:48:54.192Z[ recovery-image] May 25 00:48:49.588 INFO O| May 25 00:48:49.588 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-05-25T00:48:54.192Z[ recovery-image] May 25 00:48:49.628 INFO O| May 25 00:48:49.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68312024-05-25T00:48:54.192Z[ recovery-image] May 25 00:48:49.628 INFO O| May 25 00:48:49.628 INFO STEP 768 (remove_files) COMPLETE
68322024-05-25T00:48:54.192Z[ recovery-image] May 25 00:48:49.628 INFO O| May 25 00:48:49.628 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-05-25T00:48:54.192Z[ recovery-image] May 25 00:48:49.652 INFO O| May 25 00:48:49.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68342024-05-25T00:48:54.192Z[ recovery-image] May 25 00:48:49.652 INFO O| May 25 00:48:49.652 INFO STEP 769 (remove_files) COMPLETE
68352024-05-25T00:48:54.192Z[ recovery-image] May 25 00:48:49.652 INFO O| May 25 00:48:49.652 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-05-25T00:48:54.192Z[ recovery-image] May 25 00:48:49.710 INFO O| May 25 00:48:49.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68372024-05-25T00:48:54.192Z[ recovery-image] May 25 00:48:49.711 INFO O| May 25 00:48:49.710 INFO STEP 770 (remove_files) COMPLETE
68382024-05-25T00:48:54.198Z[ recovery-image] May 25 00:48:49.711 INFO O| May 25 00:48:49.711 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-05-25T00:48:54.199Z[ recovery-image] May 25 00:48:49.744 INFO O| May 25 00:48:49.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68402024-05-25T00:48:54.199Z[ recovery-image] May 25 00:48:49.744 INFO O| May 25 00:48:49.744 INFO STEP 771 (remove_files) COMPLETE
68412024-05-25T00:48:54.199Z[ recovery-image] May 25 00:48:49.744 INFO O| May 25 00:48:49.744 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-05-25T00:48:54.199Z[ recovery-image] May 25 00:48:49.767 INFO O| May 25 00:48:49.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68432024-05-25T00:48:54.199Z[ recovery-image] May 25 00:48:49.767 INFO O| May 25 00:48:49.767 INFO STEP 772 (remove_files) COMPLETE
68442024-05-25T00:48:54.199Z[ recovery-image] May 25 00:48:49.767 INFO O| May 25 00:48:49.767 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-05-25T00:48:54.199Z[ recovery-image] May 25 00:48:49.788 INFO O| May 25 00:48:49.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68462024-05-25T00:48:54.199Z[ recovery-image] May 25 00:48:49.789 INFO O| May 25 00:48:49.789 INFO STEP 773 (remove_files) COMPLETE
68472024-05-25T00:48:54.199Z[ recovery-image] May 25 00:48:49.789 INFO O| May 25 00:48:49.789 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-05-25T00:48:54.199Z[ recovery-image] May 25 00:48:49.832 INFO O| May 25 00:48:49.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68492024-05-25T00:48:54.199Z[ recovery-image] May 25 00:48:49.832 INFO O| May 25 00:48:49.832 INFO STEP 774 (remove_files) COMPLETE
68502024-05-25T00:48:54.199Z[ recovery-image] May 25 00:48:49.832 INFO O| May 25 00:48:49.832 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.864 INFO O| May 25 00:48:49.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68522024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.864 INFO O| May 25 00:48:49.864 INFO STEP 775 (remove_files) COMPLETE
68532024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.864 INFO O| May 25 00:48:49.864 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.886 INFO O| May 25 00:48:49.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
68552024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.886 INFO O| May 25 00:48:49.886 INFO STEP 776 (remove_files) COMPLETE
68562024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.886 INFO O| May 25 00:48:49.886 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.907 INFO O| May 25 00:48:49.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
68582024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.907 INFO O| May 25 00:48:49.907 INFO STEP 777 (remove_files) COMPLETE
68592024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.907 INFO O| May 25 00:48:49.907 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.928 INFO O| May 25 00:48:49.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
68612024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.928 INFO O| May 25 00:48:49.928 INFO STEP 778 (remove_files) COMPLETE
68622024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.928 INFO O| May 25 00:48:49.928 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.949 INFO O| May 25 00:48:49.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
68642024-05-25T00:48:54.200Z[ recovery-image] May 25 00:48:49.949 INFO O| May 25 00:48:49.949 INFO STEP 779 (remove_files) COMPLETE
68652024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:49.949 INFO O| May 25 00:48:49.949 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:49.970 INFO O| May 25 00:48:49.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
68672024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:49.970 INFO O| May 25 00:48:49.970 INFO STEP 780 (remove_files) COMPLETE
68682024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:49.970 INFO O| May 25 00:48:49.970 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:49.991 INFO O| May 25 00:48:49.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
68702024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:49.991 INFO O| May 25 00:48:49.991 INFO STEP 781 (remove_files) COMPLETE
68712024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:49.991 INFO O| May 25 00:48:49.991 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:50.030 INFO O| May 25 00:48:50.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
68732024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:50.030 INFO O| May 25 00:48:50.030 INFO STEP 782 (remove_files) COMPLETE
68742024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:50.030 INFO O| May 25 00:48:50.030 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:50.058 INFO O| May 25 00:48:50.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
68762024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:50.058 INFO O| May 25 00:48:50.058 INFO STEP 783 (remove_files) COMPLETE
68772024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:50.059 INFO O| May 25 00:48:50.059 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:50.081 INFO O| May 25 00:48:50.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
68792024-05-25T00:48:54.201Z[ recovery-image] May 25 00:48:50.081 INFO O| May 25 00:48:50.081 INFO STEP 784 (remove_files) COMPLETE
68802024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.081 INFO O| May 25 00:48:50.081 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.105 INFO O| May 25 00:48:50.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
68822024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.105 INFO O| May 25 00:48:50.105 INFO STEP 785 (remove_files) COMPLETE
68832024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.105 INFO O| May 25 00:48:50.105 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.129 INFO O| May 25 00:48:50.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
68852024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.129 INFO O| May 25 00:48:50.129 INFO STEP 786 (remove_files) COMPLETE
68862024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.129 INFO O| May 25 00:48:50.129 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.169 INFO O| May 25 00:48:50.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
68882024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.169 INFO O| May 25 00:48:50.169 INFO STEP 787 (remove_files) COMPLETE
68892024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.169 INFO O| May 25 00:48:50.169 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.192 INFO O| May 25 00:48:50.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
68912024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.192 INFO O| May 25 00:48:50.192 INFO STEP 788 (remove_files) COMPLETE
68922024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.192 INFO O| May 25 00:48:50.192 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.214 INFO O| May 25 00:48:50.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
68942024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.215 INFO O| May 25 00:48:50.214 INFO STEP 789 (remove_files) COMPLETE
68952024-05-25T00:48:54.202Z[ recovery-image] May 25 00:48:50.215 INFO O| May 25 00:48:50.214 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.248 INFO O| May 25 00:48:50.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
68972024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.248 INFO O| May 25 00:48:50.248 INFO STEP 790 (remove_files) COMPLETE
68982024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.248 INFO O| May 25 00:48:50.248 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.270 INFO O| May 25 00:48:50.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69002024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.270 INFO O| May 25 00:48:50.270 INFO STEP 791 (remove_files) COMPLETE
69012024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.270 INFO O| May 25 00:48:50.270 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.291 INFO O| May 25 00:48:50.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69032024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.292 INFO O| May 25 00:48:50.291 INFO STEP 792 (remove_files) COMPLETE
69042024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.292 INFO O| May 25 00:48:50.292 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.351 INFO O| May 25 00:48:50.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69062024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.351 INFO O| May 25 00:48:50.351 INFO STEP 793 (remove_files) COMPLETE
69072024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.351 INFO O| May 25 00:48:50.351 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.376 INFO O| May 25 00:48:50.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69092024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.377 INFO O| May 25 00:48:50.374 INFO STEP 794 (remove_files) COMPLETE
69102024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.377 INFO O| May 25 00:48:50.374 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-05-25T00:48:54.203Z[ recovery-image] May 25 00:48:50.398 INFO O| May 25 00:48:50.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69122024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.399 INFO O| May 25 00:48:50.398 INFO STEP 795 (remove_files) COMPLETE
69132024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.399 INFO O| May 25 00:48:50.398 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.450 INFO O| May 25 00:48:50.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69152024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.450 INFO O| May 25 00:48:50.450 INFO STEP 796 (remove_files) COMPLETE
69162024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.450 INFO O| May 25 00:48:50.450 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.472 INFO O| May 25 00:48:50.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
69182024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.472 INFO O| May 25 00:48:50.472 INFO STEP 797 (remove_files) COMPLETE
69192024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.472 INFO O| May 25 00:48:50.472 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.512 INFO O| May 25 00:48:50.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
69212024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.512 INFO O| May 25 00:48:50.512 INFO STEP 798 (remove_files) COMPLETE
69222024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.512 INFO O| May 25 00:48:50.512 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.624 INFO O| May 25 00:48:50.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69242024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.624 INFO O| May 25 00:48:50.624 INFO STEP 799 (remove_files) COMPLETE
69252024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.624 INFO O| May 25 00:48:50.624 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.646 INFO O| May 25 00:48:50.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
69272024-05-25T00:48:54.204Z[ recovery-image] May 25 00:48:50.646 INFO O| May 25 00:48:50.646 INFO STEP 800 (remove_files) COMPLETE
69282024-05-25T00:48:54.205Z[ recovery-image] May 25 00:48:50.646 INFO O| May 25 00:48:50.646 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-05-25T00:48:54.205Z[ recovery-image] May 25 00:48:50.668 INFO O| May 25 00:48:50.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
69302024-05-25T00:48:54.205Z[ recovery-image] May 25 00:48:50.668 INFO O| May 25 00:48:50.668 INFO STEP 801 (remove_files) COMPLETE
69312024-05-25T00:48:54.205Z[ recovery-image] May 25 00:48:50.668 INFO O| May 25 00:48:50.668 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-05-25T00:48:54.205Z[ recovery-image] May 25 00:48:50.691 INFO O| May 25 00:48:50.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
69332024-05-25T00:48:54.205Z[ recovery-image] May 25 00:48:50.691 INFO O| May 25 00:48:50.691 INFO STEP 802 (remove_files) COMPLETE
69342024-05-25T00:48:54.205Z[ recovery-image] May 25 00:48:50.691 INFO O| May 25 00:48:50.691 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-05-25T00:48:54.205Z[ recovery-image] May 25 00:48:50.711 INFO O| May 25 00:48:50.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
69362024-05-25T00:48:54.205Z[ recovery-image] May 25 00:48:50.711 INFO O| May 25 00:48:50.711 INFO STEP 803 (remove_files) COMPLETE
69372024-05-25T00:48:54.205Z[ recovery-image] May 25 00:48:50.711 INFO O| May 25 00:48:50.711 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-05-25T00:48:54.214Z[ recovery-image] May 25 00:48:50.732 INFO O| May 25 00:48:50.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
69392024-05-25T00:48:54.214Z[ recovery-image] May 25 00:48:50.732 INFO O| May 25 00:48:50.732 INFO STEP 804 (remove_files) COMPLETE
69402024-05-25T00:48:54.214Z[ recovery-image] May 25 00:48:50.733 INFO O| May 25 00:48:50.732 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-05-25T00:48:54.214Z[ recovery-image] May 25 00:48:50.753 INFO O| May 25 00:48:50.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69422024-05-25T00:48:54.214Z[ recovery-image] May 25 00:48:50.753 INFO O| May 25 00:48:50.753 INFO STEP 805 (remove_files) COMPLETE
69432024-05-25T00:48:54.214Z[ recovery-image] May 25 00:48:50.753 INFO O| May 25 00:48:50.753 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-05-25T00:48:54.214Z[ recovery-image] May 25 00:48:50.774 INFO O| May 25 00:48:50.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
69452024-05-25T00:48:54.214Z[ recovery-image] May 25 00:48:50.774 INFO O| May 25 00:48:50.774 INFO STEP 806 (remove_files) COMPLETE
69462024-05-25T00:48:54.214Z[ recovery-image] May 25 00:48:50.774 INFO O| May 25 00:48:50.774 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.802 INFO O| May 25 00:48:50.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
69482024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.802 INFO O| May 25 00:48:50.802 INFO STEP 807 (remove_files) COMPLETE
69492024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.802 INFO O| May 25 00:48:50.802 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.824 INFO O| May 25 00:48:50.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
69512024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.824 INFO O| May 25 00:48:50.824 INFO STEP 808 (remove_files) COMPLETE
69522024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.824 INFO O| May 25 00:48:50.824 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.844 INFO O| May 25 00:48:50.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69542024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.844 INFO O| May 25 00:48:50.844 INFO STEP 809 (remove_files) COMPLETE
69552024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.844 INFO O| May 25 00:48:50.844 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.864 INFO O| May 25 00:48:50.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
69572024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.864 INFO O| May 25 00:48:50.864 INFO STEP 810 (remove_files) COMPLETE
69582024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.865 INFO O| May 25 00:48:50.864 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.887 INFO O| May 25 00:48:50.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
69602024-05-25T00:48:54.215Z[ recovery-image] May 25 00:48:50.887 INFO O| May 25 00:48:50.887 INFO STEP 811 (remove_files) COMPLETE
69612024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:50.887 INFO O| May 25 00:48:50.887 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:50.908 INFO O| May 25 00:48:50.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
69632024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:50.908 INFO O| May 25 00:48:50.908 INFO STEP 812 (remove_files) COMPLETE
69642024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:50.908 INFO O| May 25 00:48:50.908 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:50.938 INFO O| May 25 00:48:50.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
69662024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:50.938 INFO O| May 25 00:48:50.938 INFO STEP 813 (remove_files) COMPLETE
69672024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:50.938 INFO O| May 25 00:48:50.938 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:50.958 INFO O| May 25 00:48:50.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
69692024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:50.959 INFO O| May 25 00:48:50.959 INFO STEP 814 (remove_files) COMPLETE
69702024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:50.959 INFO O| May 25 00:48:50.959 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:50.998 INFO O| May 25 00:48:50.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
69722024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:50.998 INFO O| May 25 00:48:50.998 INFO STEP 815 (remove_files) COMPLETE
69732024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:50.998 INFO O| May 25 00:48:50.998 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:51.026 INFO O| May 25 00:48:51.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
69752024-05-25T00:48:54.216Z[ recovery-image] May 25 00:48:51.027 INFO O| May 25 00:48:51.027 INFO STEP 816 (remove_files) COMPLETE
69762024-05-25T00:48:54.217Z[ recovery-image] May 25 00:48:51.027 INFO O| May 25 00:48:51.027 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-05-25T00:48:54.217Z[ recovery-image] May 25 00:48:51.048 INFO O| May 25 00:48:51.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
69782024-05-25T00:48:54.217Z[ recovery-image] May 25 00:48:51.048 INFO O| May 25 00:48:51.048 INFO STEP 817 (remove_files) COMPLETE
69792024-05-25T00:48:54.217Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.048 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-05-25T00:48:54.217Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
69812024-05-25T00:48:54.217Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.076 INFO STEP 818 (remove_files) COMPLETE
69822024-05-25T00:48:54.217Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.076 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-05-25T00:48:54.217Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
69842024-05-25T00:48:54.217Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.097 INFO STEP 819 (remove_files) COMPLETE
69852024-05-25T00:48:54.217Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.097 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-05-25T00:48:54.218Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
69872024-05-25T00:48:54.218Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.117 INFO STEP 820 (remove_files) COMPLETE
69882024-05-25T00:48:54.218Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.117 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-05-25T00:48:54.218Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
69902024-05-25T00:48:54.218Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.138 INFO STEP 821 (remove_files) COMPLETE
69912024-05-25T00:48:54.218Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.138 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-05-25T00:48:54.218Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
69932024-05-25T00:48:54.218Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.157 INFO STEP 822 (remove_files) COMPLETE
69942024-05-25T00:48:54.218Z[ recovery-image] May 25 00:48:53.126 INFO O| May 25 00:48:51.157 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-05-25T00:48:54.218Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
69962024-05-25T00:48:54.218Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.178 INFO STEP 823 (remove_files) COMPLETE
69972024-05-25T00:48:54.218Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.178 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-05-25T00:48:54.218Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
69992024-05-25T00:48:54.219Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.203 INFO STEP 824 (remove_files) COMPLETE
70002024-05-25T00:48:54.219Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.203 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-05-25T00:48:54.219Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
70022024-05-25T00:48:54.219Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.264 INFO STEP 825 (remove_files) COMPLETE
70032024-05-25T00:48:54.219Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.264 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-05-25T00:48:54.219Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
70052024-05-25T00:48:54.219Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.285 INFO STEP 826 (remove_files) COMPLETE
70062024-05-25T00:48:54.219Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.285 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-05-25T00:48:54.219Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
70082024-05-25T00:48:54.220Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.312 INFO STEP 827 (remove_files) COMPLETE
70092024-05-25T00:48:54.220Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.312 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-05-25T00:48:54.220Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
70112024-05-25T00:48:54.220Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.346 INFO STEP 828 (remove_files) COMPLETE
70122024-05-25T00:48:54.220Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.346 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-05-25T00:48:54.220Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70142024-05-25T00:48:54.220Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.368 INFO STEP 829 (remove_files) COMPLETE
70152024-05-25T00:48:54.220Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.368 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-05-25T00:48:54.220Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
70172024-05-25T00:48:54.220Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.389 INFO STEP 830 (remove_files) COMPLETE
70182024-05-25T00:48:54.220Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.389 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-05-25T00:48:54.221Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
70202024-05-25T00:48:54.221Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.442 INFO STEP 831 (remove_files) COMPLETE
70212024-05-25T00:48:54.221Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.442 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-05-25T00:48:54.221Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
70232024-05-25T00:48:54.221Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.465 INFO STEP 832 (remove_files) COMPLETE
70242024-05-25T00:48:54.221Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.465 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-05-25T00:48:54.221Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
70262024-05-25T00:48:54.221Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.498 INFO STEP 833 (remove_files) COMPLETE
70272024-05-25T00:48:54.221Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.498 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-05-25T00:48:54.221Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
70292024-05-25T00:48:54.221Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.520 INFO STEP 834 (remove_files) COMPLETE
70302024-05-25T00:48:54.221Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.520 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-05-25T00:48:54.222Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
70322024-05-25T00:48:54.222Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.540 INFO STEP 835 (remove_files) COMPLETE
70332024-05-25T00:48:54.222Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.540 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-05-25T00:48:54.222Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
70352024-05-25T00:48:54.222Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.583 INFO STEP 836 (remove_files) COMPLETE
70362024-05-25T00:48:54.222Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.583 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-05-25T00:48:54.222Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
70382024-05-25T00:48:54.232Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.627 INFO STEP 837 (remove_files) COMPLETE
70392024-05-25T00:48:54.232Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.627 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-05-25T00:48:54.232Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
70412024-05-25T00:48:54.232Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.648 INFO STEP 838 (remove_files) COMPLETE
70422024-05-25T00:48:54.232Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.648 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-05-25T00:48:54.233Z[ recovery-image] May 25 00:48:53.127 INFO O| May 25 00:48:51.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
70442024-05-25T00:48:54.233Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.669 INFO STEP 839 (remove_files) COMPLETE
70452024-05-25T00:48:54.233Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.669 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-05-25T00:48:54.233Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
70472024-05-25T00:48:54.233Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.690 INFO STEP 840 (remove_files) COMPLETE
70482024-05-25T00:48:54.233Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.690 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-05-25T00:48:54.233Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
70502024-05-25T00:48:54.233Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.731 INFO STEP 841 (remove_files) COMPLETE
70512024-05-25T00:48:54.233Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.731 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-05-25T00:48:54.233Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
70532024-05-25T00:48:54.233Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.752 INFO STEP 842 (remove_files) COMPLETE
70542024-05-25T00:48:54.233Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.752 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-05-25T00:48:54.234Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
70562024-05-25T00:48:54.234Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.773 INFO STEP 843 (remove_files) COMPLETE
70572024-05-25T00:48:54.234Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.773 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-05-25T00:48:54.234Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
70592024-05-25T00:48:54.234Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.825 INFO STEP 844 (remove_files) COMPLETE
70602024-05-25T00:48:54.234Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.825 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-05-25T00:48:54.234Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
70622024-05-25T00:48:54.234Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.846 INFO STEP 845 (remove_files) COMPLETE
70632024-05-25T00:48:54.234Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.846 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-05-25T00:48:54.234Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
70652024-05-25T00:48:54.234Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.866 INFO STEP 846 (remove_files) COMPLETE
70662024-05-25T00:48:54.235Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.866 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-05-25T00:48:54.235Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
70682024-05-25T00:48:54.235Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.887 INFO STEP 847 (remove_files) COMPLETE
70692024-05-25T00:48:54.235Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.887 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-05-25T00:48:54.235Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
70712024-05-25T00:48:54.235Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.908 INFO STEP 848 (remove_files) COMPLETE
70722024-05-25T00:48:54.235Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.908 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-05-25T00:48:54.235Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
70742024-05-25T00:48:54.235Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.927 INFO STEP 849 (remove_files) COMPLETE
70752024-05-25T00:48:54.236Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.927 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-05-25T00:48:54.236Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
70772024-05-25T00:48:54.236Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.947 INFO STEP 850 (remove_files) COMPLETE
70782024-05-25T00:48:54.236Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.947 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-05-25T00:48:54.236Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
70802024-05-25T00:48:54.236Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.966 INFO STEP 851 (remove_files) COMPLETE
70812024-05-25T00:48:54.236Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:51.966 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-05-25T00:48:54.236Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
70832024-05-25T00:48:54.236Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.029 INFO STEP 852 (remove_files) COMPLETE
70842024-05-25T00:48:54.236Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.029 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
70862024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.058 INFO STEP 853 (remove_files) COMPLETE
70872024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.058 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
70892024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.078 INFO STEP 854 (remove_files) COMPLETE
70902024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.078 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
70922024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.097 INFO STEP 855 (remove_files) COMPLETE
70932024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.097 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
70952024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.117 INFO STEP 856 (remove_files) COMPLETE
70962024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.117 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
70982024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.136 INFO STEP 857 (remove_files) COMPLETE
70992024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.136 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-05-25T00:48:54.237Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71012024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.173 INFO STEP 858 (remove_files) COMPLETE
71022024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.173 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
71042024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.194 INFO STEP 859 (remove_files) COMPLETE
71052024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.194 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71072024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.132 INFO O| May 25 00:48:52.219 INFO STEP 860 (remove_files) COMPLETE
71082024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.220 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
71102024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.260 INFO STEP 861 (remove_files) COMPLETE
71112024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.260 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71132024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.363 INFO STEP 862 (remove_files) COMPLETE
71142024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.363 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-05-25T00:48:54.238Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
71162024-05-25T00:48:54.239Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.395 INFO STEP 863 (remove_files) COMPLETE
71172024-05-25T00:48:54.239Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.395 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-05-25T00:48:54.239Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
71192024-05-25T00:48:54.239Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.416 INFO STEP 864 (remove_files) COMPLETE
71202024-05-25T00:48:54.239Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.416 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-05-25T00:48:54.239Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
71222024-05-25T00:48:54.239Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.435 INFO STEP 865 (remove_files) COMPLETE
71232024-05-25T00:48:54.239Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.435 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-05-25T00:48:54.239Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
71252024-05-25T00:48:54.239Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.455 INFO STEP 866 (remove_files) COMPLETE
71262024-05-25T00:48:54.239Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.455 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-05-25T00:48:54.239Z[ recovery-image] May 25 00:48:53.137 INFO O| May 25 00:48:52.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
71282024-05-25T00:48:54.240Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.478 INFO STEP 867 (remove_files) COMPLETE
71292024-05-25T00:48:54.240Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.478 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-05-25T00:48:54.240Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
71312024-05-25T00:48:54.240Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.498 INFO STEP 868 (remove_files) COMPLETE
71322024-05-25T00:48:54.240Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.498 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-05-25T00:48:54.240Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
71342024-05-25T00:48:54.240Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.533 INFO STEP 869 (remove_files) COMPLETE
71352024-05-25T00:48:54.240Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.533 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-05-25T00:48:54.240Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
71372024-05-25T00:48:54.240Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.552 INFO STEP 870 (remove_files) COMPLETE
71382024-05-25T00:48:54.246Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.552 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-05-25T00:48:54.246Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
71402024-05-25T00:48:54.246Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.575 INFO STEP 871 (remove_files) COMPLETE
71412024-05-25T00:48:54.246Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.575 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-05-25T00:48:54.246Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
71432024-05-25T00:48:54.246Z[ recovery-image] May 25 00:48:53.138 INFO O| May 25 00:48:52.605 INFO STEP 872 (remove_files) COMPLETE
71442024-05-25T00:48:54.246Z[ recovery-image] May 25 00:48:53.143 INFO O| May 25 00:48:52.605 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-05-25T00:48:54.271Z[ recovery-image] May 25 00:48:53.251 INFO O| May 25 00:48:53.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71462024-05-25T00:48:54.271Z[ recovery-image] May 25 00:48:53.251 INFO O| May 25 00:48:53.251 INFO STEP 873 (remove_files) COMPLETE
71472024-05-25T00:48:54.276Z[ recovery-image] May 25 00:48:53.251 INFO O| May 25 00:48:53.251 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-05-25T00:48:54.315Z[ recovery-image] May 25 00:48:53.294 INFO O| May 25 00:48:53.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71492024-05-25T00:48:54.315Z[ recovery-image] May 25 00:48:53.294 INFO O| May 25 00:48:53.294 INFO STEP 874 (remove_files) COMPLETE
71502024-05-25T00:48:54.315Z[ recovery-image] May 25 00:48:53.294 INFO O| May 25 00:48:53.294 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-05-25T00:48:54.337Z[ recovery-image] May 25 00:48:53.316 INFO O| May 25 00:48:53.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71522024-05-25T00:48:54.337Z[ recovery-image] May 25 00:48:53.317 INFO O| May 25 00:48:53.317 INFO STEP 875 (remove_files) COMPLETE
71532024-05-25T00:48:54.337Z[ recovery-image] May 25 00:48:53.317 INFO O| May 25 00:48:53.317 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-05-25T00:48:54.360Z[ recovery-image] May 25 00:48:53.340 INFO O| May 25 00:48:53.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71552024-05-25T00:48:54.360Z[ recovery-image] May 25 00:48:53.340 INFO O| May 25 00:48:53.340 INFO STEP 876 (remove_files) COMPLETE
71562024-05-25T00:48:54.361Z[ recovery-image] May 25 00:48:53.340 INFO O| May 25 00:48:53.340 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-05-25T00:48:54.405Z[ recovery-image] May 25 00:48:53.385 INFO O| May 25 00:48:53.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71582024-05-25T00:48:54.405Z[ recovery-image] May 25 00:48:53.385 INFO O| May 25 00:48:53.385 INFO STEP 877 (remove_files) COMPLETE
71592024-05-25T00:48:54.418Z[ recovery-image] May 25 00:48:53.385 INFO O| May 25 00:48:53.385 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-05-25T00:48:54.451Z[ recovery-image] May 25 00:48:53.430 INFO O| May 25 00:48:53.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
71612024-05-25T00:48:54.451Z[ recovery-image] May 25 00:48:53.430 INFO O| May 25 00:48:53.430 INFO STEP 878 (remove_files) COMPLETE
71622024-05-25T00:48:54.455Z[ recovery-image] May 25 00:48:53.431 INFO O| May 25 00:48:53.430 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-05-25T00:48:54.473Z[ recovery-image] May 25 00:48:53.452 INFO O| May 25 00:48:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
71642024-05-25T00:48:54.473Z[ recovery-image] May 25 00:48:53.452 INFO O| May 25 00:48:53.452 INFO STEP 879 (remove_files) COMPLETE
71652024-05-25T00:48:54.473Z[ recovery-image] May 25 00:48:53.452 INFO O| May 25 00:48:53.452 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-05-25T00:48:54.494Z[ recovery-image] May 25 00:48:53.474 INFO O| May 25 00:48:53.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
71672024-05-25T00:48:54.494Z[ recovery-image] May 25 00:48:53.474 INFO O| May 25 00:48:53.474 INFO STEP 880 (remove_files) COMPLETE
71682024-05-25T00:48:54.498Z[ recovery-image] May 25 00:48:53.474 INFO O| May 25 00:48:53.474 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-05-25T00:48:54.515Z[ recovery-image] May 25 00:48:53.495 INFO O| May 25 00:48:53.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
71702024-05-25T00:48:54.515Z[ recovery-image] May 25 00:48:53.495 INFO O| May 25 00:48:53.495 INFO STEP 881 (remove_files) COMPLETE
71712024-05-25T00:48:54.515Z[ recovery-image] May 25 00:48:53.495 INFO O| May 25 00:48:53.495 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-05-25T00:48:54.551Z[ recovery-image] May 25 00:48:53.531 INFO O| May 25 00:48:53.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
71732024-05-25T00:48:54.552Z[ recovery-image] May 25 00:48:53.531 INFO O| May 25 00:48:53.531 INFO STEP 882 (remove_files) COMPLETE
71742024-05-25T00:48:54.557Z[ recovery-image] May 25 00:48:53.531 INFO O| May 25 00:48:53.531 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-05-25T00:48:54.582Z[ recovery-image] May 25 00:48:53.562 INFO O| May 25 00:48:53.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
71762024-05-25T00:48:54.587Z[ recovery-image] May 25 00:48:53.562 INFO O| May 25 00:48:53.562 INFO STEP 883 (remove_files) COMPLETE
71772024-05-25T00:48:54.588Z[ recovery-image] May 25 00:48:53.562 INFO O| May 25 00:48:53.562 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-05-25T00:48:54.608Z[ recovery-image] May 25 00:48:53.588 INFO O| May 25 00:48:53.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
71792024-05-25T00:48:54.608Z[ recovery-image] May 25 00:48:53.588 INFO O| May 25 00:48:53.588 INFO STEP 884 (remove_files) COMPLETE
71802024-05-25T00:48:54.608Z[ recovery-image] May 25 00:48:53.588 INFO O| May 25 00:48:53.588 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-05-25T00:48:54.626Z[ recovery-image] May 25 00:48:53.605 INFO O| May 25 00:48:53.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
71822024-05-25T00:48:54.626Z[ recovery-image] May 25 00:48:53.605 INFO O| May 25 00:48:53.605 INFO STEP 885 (remove_files) COMPLETE
71832024-05-25T00:48:54.626Z[ recovery-image] May 25 00:48:53.605 INFO O| May 25 00:48:53.605 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-05-25T00:48:54.645Z[ recovery-image] May 25 00:48:53.624 INFO O| May 25 00:48:53.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
71852024-05-25T00:48:54.645Z[ recovery-image] May 25 00:48:53.624 INFO O| May 25 00:48:53.624 INFO STEP 886 (remove_files) COMPLETE
71862024-05-25T00:48:54.649Z[ recovery-image] May 25 00:48:53.625 INFO O| May 25 00:48:53.624 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-05-25T00:48:54.674Z[ recovery-image] May 25 00:48:53.653 INFO O| May 25 00:48:53.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
71882024-05-25T00:48:54.674Z[ recovery-image] May 25 00:48:53.653 INFO O| May 25 00:48:53.653 INFO STEP 887 (remove_files) COMPLETE
71892024-05-25T00:48:54.678Z[ recovery-image] May 25 00:48:53.654 INFO O| May 25 00:48:53.653 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-05-25T00:48:54.709Z[ recovery-image] May 25 00:48:53.688 INFO O| May 25 00:48:53.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
71912024-05-25T00:48:54.716Z[ recovery-image] May 25 00:48:53.688 INFO O| May 25 00:48:53.688 INFO STEP 888 (remove_files) COMPLETE
71922024-05-25T00:48:54.716Z[ recovery-image] May 25 00:48:53.688 INFO O| May 25 00:48:53.688 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-05-25T00:48:54.744Z[ recovery-image] May 25 00:48:53.724 INFO O| May 25 00:48:53.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
71942024-05-25T00:48:54.749Z[ recovery-image] May 25 00:48:53.724 INFO O| May 25 00:48:53.724 INFO STEP 889 (remove_files) COMPLETE
71952024-05-25T00:48:54.749Z[ recovery-image] May 25 00:48:53.724 INFO O| May 25 00:48:53.724 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-05-25T00:48:54.764Z[ recovery-image] May 25 00:48:53.744 INFO O| May 25 00:48:53.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
71972024-05-25T00:48:54.768Z[ recovery-image] May 25 00:48:53.744 INFO O| May 25 00:48:53.744 INFO STEP 890 (remove_files) COMPLETE
71982024-05-25T00:48:54.768Z[ recovery-image] May 25 00:48:53.744 INFO O| May 25 00:48:53.744 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-05-25T00:48:54.827Z[ recovery-image] May 25 00:48:53.806 INFO O| May 25 00:48:53.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72002024-05-25T00:48:54.832Z[ recovery-image] May 25 00:48:53.806 INFO O| May 25 00:48:53.806 INFO STEP 891 (remove_files) COMPLETE
72012024-05-25T00:48:54.832Z[ recovery-image] May 25 00:48:53.807 INFO O| May 25 00:48:53.806 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-05-25T00:48:54.857Z[ recovery-image] May 25 00:48:53.836 INFO O| May 25 00:48:53.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72032024-05-25T00:48:54.863Z[ recovery-image] May 25 00:48:53.837 INFO O| May 25 00:48:53.837 INFO STEP 892 (remove_files) COMPLETE
72042024-05-25T00:48:54.863Z[ recovery-image] May 25 00:48:53.837 INFO O| May 25 00:48:53.837 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-05-25T00:48:54.879Z[ recovery-image] May 25 00:48:53.858 INFO O| May 25 00:48:53.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
72062024-05-25T00:48:54.879Z[ recovery-image] May 25 00:48:53.858 INFO O| May 25 00:48:53.858 INFO STEP 893 (remove_files) COMPLETE
72072024-05-25T00:48:54.880Z[ recovery-image] May 25 00:48:53.858 INFO O| May 25 00:48:53.858 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-05-25T00:48:54.901Z[ recovery-image] May 25 00:48:53.881 INFO O| May 25 00:48:53.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72092024-05-25T00:48:54.901Z[ recovery-image] May 25 00:48:53.881 INFO O| May 25 00:48:53.881 INFO STEP 894 (remove_files) COMPLETE
72102024-05-25T00:48:54.901Z[ recovery-image] May 25 00:48:53.881 INFO O| May 25 00:48:53.881 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-05-25T00:48:54.941Z[ recovery-image] May 25 00:48:53.920 INFO O| May 25 00:48:53.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
72122024-05-25T00:48:54.941Z[ recovery-image] May 25 00:48:53.920 INFO O| May 25 00:48:53.920 INFO STEP 895 (remove_files) COMPLETE
72132024-05-25T00:48:54.941Z[ recovery-image] May 25 00:48:53.920 INFO O| May 25 00:48:53.920 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-05-25T00:48:54.963Z[ recovery-image] May 25 00:48:53.943 INFO O| May 25 00:48:53.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
72152024-05-25T00:48:54.967Z[ recovery-image] May 25 00:48:53.943 INFO O| May 25 00:48:53.943 INFO STEP 896 (remove_files) COMPLETE
72162024-05-25T00:48:54.967Z[ recovery-image] May 25 00:48:53.943 INFO O| May 25 00:48:53.943 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-05-25T00:48:54.984Z[ recovery-image] May 25 00:48:53.964 INFO O| May 25 00:48:53.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
72182024-05-25T00:48:54.984Z[ recovery-image] May 25 00:48:53.964 INFO O| May 25 00:48:53.964 INFO STEP 897 (remove_files) COMPLETE
72192024-05-25T00:48:54.984Z[ recovery-image] May 25 00:48:53.964 INFO O| May 25 00:48:53.964 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-05-25T00:48:55.011Z[ recovery-image] May 25 00:48:53.985 INFO O| May 25 00:48:53.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
72212024-05-25T00:48:55.011Z[ recovery-image] May 25 00:48:53.985 INFO O| May 25 00:48:53.985 INFO STEP 898 (remove_files) COMPLETE
72222024-05-25T00:48:55.015Z[ recovery-image] May 25 00:48:53.985 INFO O| May 25 00:48:53.985 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-05-25T00:48:55.025Z[ recovery-image] May 25 00:48:54.005 INFO O| May 25 00:48:54.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
72242024-05-25T00:48:55.029Z[ recovery-image] May 25 00:48:54.005 INFO O| May 25 00:48:54.005 INFO STEP 899 (remove_files) COMPLETE
72252024-05-25T00:48:55.029Z[ recovery-image] May 25 00:48:54.006 INFO O| May 25 00:48:54.005 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-05-25T00:48:55.057Z[ recovery-image] May 25 00:48:54.026 INFO O| May 25 00:48:54.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72272024-05-25T00:48:55.061Z[ recovery-image] May 25 00:48:54.026 INFO O| May 25 00:48:54.026 INFO STEP 900 (remove_files) COMPLETE
72282024-05-25T00:48:55.061Z[ recovery-image] May 25 00:48:54.027 INFO O| May 25 00:48:54.027 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-05-25T00:48:55.070Z[ recovery-image] May 25 00:48:54.048 INFO O| May 25 00:48:54.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72302024-05-25T00:48:55.070Z[ recovery-image] May 25 00:48:54.048 INFO O| May 25 00:48:54.048 INFO STEP 901 (remove_files) COMPLETE
72312024-05-25T00:48:55.070Z[ recovery-image] May 25 00:48:54.048 INFO O| May 25 00:48:54.048 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-05-25T00:48:55.096Z[ recovery-image] May 25 00:48:54.069 INFO O| May 25 00:48:54.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72332024-05-25T00:48:55.096Z[ recovery-image] May 25 00:48:54.069 INFO O| May 25 00:48:54.069 INFO STEP 902 (remove_files) COMPLETE
72342024-05-25T00:48:55.100Z[ recovery-image] May 25 00:48:54.070 INFO O| May 25 00:48:54.069 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-05-25T00:48:55.127Z[ recovery-image] May 25 00:48:54.107 INFO O| May 25 00:48:54.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72362024-05-25T00:48:55.131Z[ recovery-image] May 25 00:48:54.107 INFO O| May 25 00:48:54.107 INFO STEP 903 (remove_files) COMPLETE
72372024-05-25T00:48:55.131Z[ recovery-image] May 25 00:48:54.107 INFO O| May 25 00:48:54.107 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-05-25T00:48:55.148Z[ recovery-image] May 25 00:48:54.128 INFO O| May 25 00:48:54.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72392024-05-25T00:48:55.168Z[ recovery-image] May 25 00:48:54.148 INFO O| May 25 00:48:54.148 INFO STEP 904 (remove_files) COMPLETE
72402024-05-25T00:48:55.173Z[ recovery-image] May 25 00:48:54.148 INFO O| May 25 00:48:54.148 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-05-25T00:48:55.189Z[ recovery-image] May 25 00:48:54.168 INFO O| May 25 00:48:54.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72422024-05-25T00:48:55.192Z[ recovery-image] May 25 00:48:54.169 INFO O| May 25 00:48:54.168 INFO STEP 905 (remove_files) COMPLETE
72432024-05-25T00:48:55.192Z[ recovery-image] May 25 00:48:54.169 INFO O| May 25 00:48:54.169 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-05-25T00:48:55.225Z[ recovery-image] May 25 00:48:54.205 INFO O| May 25 00:48:54.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72452024-05-25T00:48:55.230Z[ recovery-image] May 25 00:48:54.205 INFO O| May 25 00:48:54.205 INFO STEP 906 (remove_files) COMPLETE
72462024-05-25T00:48:55.230Z[ recovery-image] May 25 00:48:54.205 INFO O| May 25 00:48:54.205 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-05-25T00:48:55.331Z[ recovery-image] May 25 00:48:54.311 INFO O| May 25 00:48:54.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72482024-05-25T00:48:55.332Z[ recovery-image] May 25 00:48:54.311 INFO O| May 25 00:48:54.311 INFO STEP 907 (remove_files) COMPLETE
72492024-05-25T00:48:55.332Z[ recovery-image] May 25 00:48:54.311 INFO O| May 25 00:48:54.311 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-05-25T00:48:55.464Z[ recovery-image] May 25 00:48:54.417 INFO O| May 25 00:48:54.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72512024-05-25T00:48:55.510Z[ recovery-image] May 25 00:48:54.417 INFO O| May 25 00:48:54.417 INFO STEP 908 (remove_files) COMPLETE
72522024-05-25T00:48:55.510Z[ recovery-image] May 25 00:48:54.417 INFO O| May 25 00:48:54.417 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-05-25T00:48:55.510Z[ recovery-image] May 25 00:48:54.459 INFO O| May 25 00:48:54.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72542024-05-25T00:48:55.510Z[ recovery-image] May 25 00:48:54.459 INFO O| May 25 00:48:54.459 INFO STEP 909 (remove_files) COMPLETE
72552024-05-25T00:48:55.511Z[ recovery-image] May 25 00:48:54.459 INFO O| May 25 00:48:54.459 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-05-25T00:48:55.524Z[ recovery-image] May 25 00:48:54.492 INFO O| May 25 00:48:54.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72572024-05-25T00:48:55.525Z[ recovery-image] May 25 00:48:54.492 INFO O| May 25 00:48:54.492 INFO STEP 910 (remove_files) COMPLETE
72582024-05-25T00:48:55.525Z[ recovery-image] May 25 00:48:54.492 INFO O| May 25 00:48:54.492 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-05-25T00:48:55.533Z[ recovery-image] May 25 00:48:54.512 INFO O| May 25 00:48:54.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72602024-05-25T00:48:55.538Z[ recovery-image] May 25 00:48:54.512 INFO O| May 25 00:48:54.512 INFO STEP 911 (remove_files) COMPLETE
72612024-05-25T00:48:55.538Z[ recovery-image] May 25 00:48:54.512 INFO O| May 25 00:48:54.512 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-05-25T00:48:55.556Z[ recovery-image] May 25 00:48:54.535 INFO O| May 25 00:48:54.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72632024-05-25T00:48:55.556Z[ recovery-image] May 25 00:48:54.535 INFO O| May 25 00:48:54.535 INFO STEP 912 (remove_files) COMPLETE
72642024-05-25T00:48:55.556Z[ recovery-image] May 25 00:48:54.535 INFO O| May 25 00:48:54.535 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-05-25T00:48:55.595Z[ recovery-image] May 25 00:48:54.574 INFO O| May 25 00:48:54.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72662024-05-25T00:48:55.596Z[ recovery-image] May 25 00:48:54.574 INFO O| May 25 00:48:54.574 INFO STEP 913 (remove_files) COMPLETE
72672024-05-25T00:48:55.600Z[ recovery-image] May 25 00:48:54.574 INFO O| May 25 00:48:54.574 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-05-25T00:48:55.655Z[ recovery-image] May 25 00:48:54.626 INFO O| May 25 00:48:54.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
72692024-05-25T00:48:55.655Z[ recovery-image] May 25 00:48:54.626 INFO O| May 25 00:48:54.626 INFO STEP 914 (remove_files) COMPLETE
72702024-05-25T00:48:55.662Z[ recovery-image] May 25 00:48:54.626 INFO O| May 25 00:48:54.626 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-05-25T00:48:55.670Z[ recovery-image] May 25 00:48:54.650 INFO O| May 25 00:48:54.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
72722024-05-25T00:48:55.670Z[ recovery-image] May 25 00:48:54.650 INFO O| May 25 00:48:54.650 INFO STEP 915 (remove_files) COMPLETE
72732024-05-25T00:48:55.671Z[ recovery-image] May 25 00:48:54.650 INFO O| May 25 00:48:54.650 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-05-25T00:48:55.707Z[ recovery-image] May 25 00:48:54.686 INFO O| May 25 00:48:54.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
72752024-05-25T00:48:55.707Z[ recovery-image] May 25 00:48:54.686 INFO O| May 25 00:48:54.686 INFO STEP 916 (remove_files) COMPLETE
72762024-05-25T00:48:55.712Z[ recovery-image] May 25 00:48:54.687 INFO O| May 25 00:48:54.686 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-05-25T00:48:55.735Z[ recovery-image] May 25 00:48:54.708 INFO O| May 25 00:48:54.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
72782024-05-25T00:48:55.735Z[ recovery-image] May 25 00:48:54.708 INFO O| May 25 00:48:54.708 INFO STEP 917 (remove_files) COMPLETE
72792024-05-25T00:48:55.764Z[ recovery-image] May 25 00:48:54.708 INFO O| May 25 00:48:54.708 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-05-25T00:48:55.785Z[ recovery-image] May 25 00:48:54.729 INFO O| May 25 00:48:54.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
72812024-05-25T00:48:55.785Z[ recovery-image] May 25 00:48:54.730 INFO O| May 25 00:48:54.730 INFO STEP 918 (remove_files) COMPLETE
72822024-05-25T00:48:55.785Z[ recovery-image] May 25 00:48:54.730 INFO O| May 25 00:48:54.730 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-05-25T00:48:55.785Z[ recovery-image] May 25 00:48:54.748 INFO O| May 25 00:48:54.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
72842024-05-25T00:48:55.785Z[ recovery-image] May 25 00:48:54.749 INFO O| May 25 00:48:54.749 INFO STEP 919 (remove_files) COMPLETE
72852024-05-25T00:48:55.785Z[ recovery-image] May 25 00:48:54.749 INFO O| May 25 00:48:54.749 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-05-25T00:48:55.860Z[ recovery-image] May 25 00:48:54.768 INFO O| May 25 00:48:54.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
72872024-05-25T00:48:55.860Z[ recovery-image] May 25 00:48:54.769 INFO O| May 25 00:48:54.768 INFO STEP 920 (remove_files) COMPLETE
72882024-05-25T00:48:55.860Z[ recovery-image] May 25 00:48:54.769 INFO O| May 25 00:48:54.769 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-05-25T00:48:55.860Z[ recovery-image] May 25 00:48:54.788 INFO O| May 25 00:48:54.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
72902024-05-25T00:48:55.860Z[ recovery-image] May 25 00:48:54.789 INFO O| May 25 00:48:54.789 INFO STEP 921 (remove_files) COMPLETE
72912024-05-25T00:48:55.860Z[ recovery-image] May 25 00:48:54.789 INFO O| May 25 00:48:54.789 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-05-25T00:48:55.909Z[ recovery-image] May 25 00:48:54.846 INFO O| May 25 00:48:54.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
72932024-05-25T00:48:55.910Z[ recovery-image] May 25 00:48:54.846 INFO O| May 25 00:48:54.846 INFO STEP 922 (remove_files) COMPLETE
72942024-05-25T00:48:55.910Z[ recovery-image] May 25 00:48:54.846 INFO O| May 25 00:48:54.846 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-05-25T00:48:55.910Z[ recovery-image] May 25 00:48:54.866 INFO O| May 25 00:48:54.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
72962024-05-25T00:48:55.910Z[ recovery-image] May 25 00:48:54.866 INFO O| May 25 00:48:54.866 INFO STEP 923 (remove_files) COMPLETE
72972024-05-25T00:48:55.910Z[ recovery-image] May 25 00:48:54.866 INFO O| May 25 00:48:54.866 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-05-25T00:48:55.910Z[ recovery-image] May 25 00:48:54.884 INFO O| May 25 00:48:54.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
72992024-05-25T00:48:55.910Z[ recovery-image] May 25 00:48:54.884 INFO O| May 25 00:48:54.884 INFO STEP 924 (remove_files) COMPLETE
73002024-05-25T00:48:55.910Z[ recovery-image] May 25 00:48:54.884 INFO O| May 25 00:48:54.884 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-05-25T00:48:55.925Z[ recovery-image] May 25 00:48:54.903 INFO O| May 25 00:48:54.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73022024-05-25T00:48:55.925Z[ recovery-image] May 25 00:48:54.903 INFO O| May 25 00:48:54.903 INFO STEP 925 (remove_files) COMPLETE
73032024-05-25T00:48:55.925Z[ recovery-image] May 25 00:48:54.903 INFO O| May 25 00:48:54.903 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-05-25T00:48:55.966Z[ recovery-image] May 25 00:48:54.945 INFO O| May 25 00:48:54.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73052024-05-25T00:48:55.971Z[ recovery-image] May 25 00:48:54.945 INFO O| May 25 00:48:54.945 INFO STEP 926 (remove_files) COMPLETE
73062024-05-25T00:48:55.971Z[ recovery-image] May 25 00:48:54.945 INFO O| May 25 00:48:54.945 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-05-25T00:48:56.011Z[ recovery-image] May 25 00:48:54.990 INFO O| May 25 00:48:54.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73082024-05-25T00:48:56.011Z[ recovery-image] May 25 00:48:54.990 INFO O| May 25 00:48:54.990 INFO STEP 927 (remove_files) COMPLETE
73092024-05-25T00:48:56.011Z[ recovery-image] May 25 00:48:54.990 INFO O| May 25 00:48:54.990 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-05-25T00:48:56.051Z[ recovery-image] May 25 00:48:55.012 INFO O| May 25 00:48:55.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73112024-05-25T00:48:56.051Z[ recovery-image] May 25 00:48:55.012 INFO O| May 25 00:48:55.012 INFO STEP 928 (remove_files) COMPLETE
73122024-05-25T00:48:56.051Z[ recovery-image] May 25 00:48:55.012 INFO O| May 25 00:48:55.012 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-05-25T00:48:56.064Z[ recovery-image] May 25 00:48:55.041 INFO O| May 25 00:48:55.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73142024-05-25T00:48:56.064Z[ recovery-image] May 25 00:48:55.041 INFO O| May 25 00:48:55.041 INFO STEP 929 (remove_files) COMPLETE
73152024-05-25T00:48:56.064Z[ recovery-image] May 25 00:48:55.041 INFO O| May 25 00:48:55.041 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-05-25T00:48:56.103Z[ recovery-image] May 25 00:48:55.072 INFO O| May 25 00:48:55.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73172024-05-25T00:48:56.119Z[ recovery-image] May 25 00:48:55.098 INFO O| May 25 00:48:55.098 INFO STEP 930 (remove_files) COMPLETE
73182024-05-25T00:48:56.119Z[ recovery-image] May 25 00:48:55.098 INFO O| May 25 00:48:55.098 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-05-25T00:48:56.153Z[ recovery-image] May 25 00:48:55.132 INFO O| May 25 00:48:55.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
73202024-05-25T00:48:56.158Z[ recovery-image] May 25 00:48:55.132 INFO O| May 25 00:48:55.132 INFO STEP 931 (remove_files) COMPLETE
73212024-05-25T00:48:56.158Z[ recovery-image] May 25 00:48:55.132 INFO O| May 25 00:48:55.132 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-05-25T00:48:56.178Z[ recovery-image] May 25 00:48:55.157 INFO O| May 25 00:48:55.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
73232024-05-25T00:48:56.178Z[ recovery-image] May 25 00:48:55.157 INFO O| May 25 00:48:55.157 INFO STEP 932 (remove_files) COMPLETE
73242024-05-25T00:48:56.178Z[ recovery-image] May 25 00:48:55.157 INFO O| May 25 00:48:55.157 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-05-25T00:48:56.216Z[ recovery-image] May 25 00:48:55.178 INFO O| May 25 00:48:55.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
73262024-05-25T00:48:56.216Z[ recovery-image] May 25 00:48:55.179 INFO O| May 25 00:48:55.178 INFO STEP 933 (remove_files) COMPLETE
73272024-05-25T00:48:56.216Z[ recovery-image] May 25 00:48:55.179 INFO O| May 25 00:48:55.178 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-05-25T00:48:56.259Z[ recovery-image] May 25 00:48:55.222 INFO O| May 25 00:48:55.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73292024-05-25T00:48:56.272Z[ recovery-image] May 25 00:48:55.223 INFO O| May 25 00:48:55.223 INFO STEP 934 (remove_files) COMPLETE
73302024-05-25T00:48:56.272Z[ recovery-image] May 25 00:48:55.223 INFO O| May 25 00:48:55.223 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-05-25T00:48:56.282Z[ recovery-image] May 25 00:48:55.260 INFO O| May 25 00:48:55.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73322024-05-25T00:48:56.282Z[ recovery-image] May 25 00:48:55.260 INFO O| May 25 00:48:55.260 INFO STEP 935 (remove_files) COMPLETE
73332024-05-25T00:48:56.282Z[ recovery-image] May 25 00:48:55.260 INFO O| May 25 00:48:55.260 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-05-25T00:48:56.340Z[ recovery-image] May 25 00:48:55.318 INFO O| May 25 00:48:55.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
73352024-05-25T00:48:56.340Z[ recovery-image] May 25 00:48:55.318 INFO O| May 25 00:48:55.318 INFO STEP 936 (remove_files) COMPLETE
73362024-05-25T00:48:56.360Z[ recovery-image] May 25 00:48:55.318 INFO O| May 25 00:48:55.318 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-05-25T00:48:56.374Z[ recovery-image] May 25 00:48:55.352 INFO O| May 25 00:48:55.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
73382024-05-25T00:48:56.374Z[ recovery-image] May 25 00:48:55.352 INFO O| May 25 00:48:55.352 INFO STEP 937 (remove_files) COMPLETE
73392024-05-25T00:48:56.375Z[ recovery-image] May 25 00:48:55.352 INFO O| May 25 00:48:55.352 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-05-25T00:48:56.410Z[ recovery-image] May 25 00:48:55.379 INFO O| May 25 00:48:55.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73412024-05-25T00:48:56.410Z[ recovery-image] May 25 00:48:55.379 INFO O| May 25 00:48:55.379 INFO STEP 938 (remove_files) COMPLETE
73422024-05-25T00:48:56.410Z[ recovery-image] May 25 00:48:55.379 INFO O| May 25 00:48:55.379 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-05-25T00:48:56.421Z[ recovery-image] May 25 00:48:55.400 INFO O| May 25 00:48:55.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
73442024-05-25T00:48:56.421Z[ recovery-image] May 25 00:48:55.400 INFO O| May 25 00:48:55.400 INFO STEP 939 (remove_files) COMPLETE
73452024-05-25T00:48:56.451Z[ recovery-image] May 25 00:48:55.401 INFO O| May 25 00:48:55.400 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-05-25T00:48:56.470Z[ recovery-image] May 25 00:48:55.449 INFO O| May 25 00:48:55.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73472024-05-25T00:48:56.470Z[ recovery-image] May 25 00:48:55.450 INFO O| May 25 00:48:55.450 INFO STEP 940 (remove_files) COMPLETE
73482024-05-25T00:48:56.474Z[ recovery-image] May 25 00:48:55.450 INFO O| May 25 00:48:55.450 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-05-25T00:48:56.495Z[ recovery-image] May 25 00:48:55.473 INFO O| May 25 00:48:55.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73502024-05-25T00:48:56.496Z[ recovery-image] May 25 00:48:55.473 INFO O| May 25 00:48:55.473 INFO STEP 941 (remove_files) COMPLETE
73512024-05-25T00:48:56.496Z[ recovery-image] May 25 00:48:55.473 INFO O| May 25 00:48:55.473 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-05-25T00:48:56.514Z[ recovery-image] May 25 00:48:55.494 INFO O| May 25 00:48:55.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
73532024-05-25T00:48:56.517Z[ recovery-image] May 25 00:48:55.494 INFO O| May 25 00:48:55.494 INFO STEP 942 (remove_files) COMPLETE
73542024-05-25T00:48:56.518Z[ recovery-image] May 25 00:48:55.494 INFO O| May 25 00:48:55.494 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-05-25T00:48:56.543Z[ recovery-image] May 25 00:48:55.522 INFO O| May 25 00:48:55.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
73562024-05-25T00:48:56.543Z[ recovery-image] May 25 00:48:55.522 INFO O| May 25 00:48:55.522 INFO STEP 943 (remove_files) COMPLETE
73572024-05-25T00:48:56.543Z[ recovery-image] May 25 00:48:55.522 INFO O| May 25 00:48:55.522 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-05-25T00:48:56.588Z[ recovery-image] May 25 00:48:55.550 INFO O| May 25 00:48:55.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73592024-05-25T00:48:56.588Z[ recovery-image] May 25 00:48:55.550 INFO O| May 25 00:48:55.550 INFO STEP 944 (remove_files) COMPLETE
73602024-05-25T00:48:56.588Z[ recovery-image] May 25 00:48:55.550 INFO O| May 25 00:48:55.550 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-05-25T00:48:56.595Z[ recovery-image] May 25 00:48:55.571 INFO O| May 25 00:48:55.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
73622024-05-25T00:48:56.595Z[ recovery-image] May 25 00:48:55.571 INFO O| May 25 00:48:55.571 INFO STEP 945 (remove_files) COMPLETE
73632024-05-25T00:48:56.600Z[ recovery-image] May 25 00:48:55.571 INFO O| May 25 00:48:55.571 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-05-25T00:48:56.656Z[ recovery-image] May 25 00:48:55.607 INFO O| May 25 00:48:55.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
73652024-05-25T00:48:56.656Z[ recovery-image] May 25 00:48:55.607 INFO O| May 25 00:48:55.607 INFO STEP 946 (remove_files) COMPLETE
73662024-05-25T00:48:56.656Z[ recovery-image] May 25 00:48:55.607 INFO O| May 25 00:48:55.607 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-05-25T00:48:56.705Z[ recovery-image] May 25 00:48:55.627 INFO O| May 25 00:48:55.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
73682024-05-25T00:48:56.706Z[ recovery-image] May 25 00:48:55.627 INFO O| May 25 00:48:55.627 INFO STEP 947 (remove_files) COMPLETE
73692024-05-25T00:48:56.706Z[ recovery-image] May 25 00:48:55.627 INFO O| May 25 00:48:55.627 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-05-25T00:48:56.706Z[ recovery-image] May 25 00:48:55.668 INFO O| May 25 00:48:55.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
73712024-05-25T00:48:56.706Z[ recovery-image] May 25 00:48:55.668 INFO O| May 25 00:48:55.668 INFO STEP 948 (remove_files) COMPLETE
73722024-05-25T00:48:56.706Z[ recovery-image] May 25 00:48:55.668 INFO O| May 25 00:48:55.668 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-05-25T00:48:56.750Z[ recovery-image] May 25 00:48:55.713 INFO O| May 25 00:48:55.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
73742024-05-25T00:48:56.750Z[ recovery-image] May 25 00:48:55.714 INFO O| May 25 00:48:55.714 INFO STEP 949 (remove_files) COMPLETE
73752024-05-25T00:48:56.753Z[ recovery-image] May 25 00:48:55.714 INFO O| May 25 00:48:55.714 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-05-25T00:48:56.757Z[ recovery-image] May 25 00:48:55.734 INFO O| May 25 00:48:55.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
73772024-05-25T00:48:56.757Z[ recovery-image] May 25 00:48:55.734 INFO O| May 25 00:48:55.734 INFO STEP 950 (remove_files) COMPLETE
73782024-05-25T00:48:56.757Z[ recovery-image] May 25 00:48:55.734 INFO O| May 25 00:48:55.734 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-05-25T00:48:56.774Z[ recovery-image] May 25 00:48:55.753 INFO O| May 25 00:48:55.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
73802024-05-25T00:48:56.774Z[ recovery-image] May 25 00:48:55.753 INFO O| May 25 00:48:55.753 INFO STEP 951 (remove_files) COMPLETE
73812024-05-25T00:48:56.778Z[ recovery-image] May 25 00:48:55.753 INFO O| May 25 00:48:55.753 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-05-25T00:48:56.795Z[ recovery-image] May 25 00:48:55.774 INFO O| May 25 00:48:55.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
73832024-05-25T00:48:56.795Z[ recovery-image] May 25 00:48:55.774 INFO O| May 25 00:48:55.774 INFO STEP 952 (remove_files) COMPLETE
73842024-05-25T00:48:56.795Z[ recovery-image] May 25 00:48:55.774 INFO O| May 25 00:48:55.774 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-05-25T00:48:56.816Z[ recovery-image] May 25 00:48:55.795 INFO O| May 25 00:48:55.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
73862024-05-25T00:48:56.817Z[ recovery-image] May 25 00:48:55.795 INFO O| May 25 00:48:55.795 INFO STEP 953 (remove_files) COMPLETE
73872024-05-25T00:48:56.820Z[ recovery-image] May 25 00:48:55.795 INFO O| May 25 00:48:55.795 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-05-25T00:48:56.838Z[ recovery-image] May 25 00:48:55.817 INFO O| May 25 00:48:55.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
73892024-05-25T00:48:56.838Z[ recovery-image] May 25 00:48:55.817 INFO O| May 25 00:48:55.817 INFO STEP 954 (remove_files) COMPLETE
73902024-05-25T00:48:56.838Z[ recovery-image] May 25 00:48:55.817 INFO O| May 25 00:48:55.817 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-05-25T00:48:56.859Z[ recovery-image] May 25 00:48:55.838 INFO O| May 25 00:48:55.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
73922024-05-25T00:48:56.859Z[ recovery-image] May 25 00:48:55.838 INFO O| May 25 00:48:55.838 INFO STEP 955 (remove_files) COMPLETE
73932024-05-25T00:48:56.859Z[ recovery-image] May 25 00:48:55.838 INFO O| May 25 00:48:55.838 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-05-25T00:48:56.880Z[ recovery-image] May 25 00:48:55.859 INFO O| May 25 00:48:55.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
73952024-05-25T00:48:56.892Z[ recovery-image] May 25 00:48:55.859 INFO O| May 25 00:48:55.859 INFO STEP 956 (remove_files) COMPLETE
73962024-05-25T00:48:56.893Z[ recovery-image] May 25 00:48:55.859 INFO O| May 25 00:48:55.859 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-05-25T00:48:56.912Z[ recovery-image] May 25 00:48:55.891 INFO O| May 25 00:48:55.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
73982024-05-25T00:48:56.912Z[ recovery-image] May 25 00:48:55.891 INFO O| May 25 00:48:55.891 INFO STEP 957 (remove_files) COMPLETE
73992024-05-25T00:48:56.912Z[ recovery-image] May 25 00:48:55.891 INFO O| May 25 00:48:55.891 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-05-25T00:48:56.942Z[ recovery-image] May 25 00:48:55.921 INFO O| May 25 00:48:55.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
74012024-05-25T00:48:56.942Z[ recovery-image] May 25 00:48:55.921 INFO O| May 25 00:48:55.921 INFO STEP 958 (remove_files) COMPLETE
74022024-05-25T00:48:56.945Z[ recovery-image] May 25 00:48:55.921 INFO O| May 25 00:48:55.921 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-05-25T00:48:56.963Z[ recovery-image] May 25 00:48:55.942 INFO O| May 25 00:48:55.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
74042024-05-25T00:48:56.963Z[ recovery-image] May 25 00:48:55.942 INFO O| May 25 00:48:55.942 INFO STEP 959 (remove_files) COMPLETE
74052024-05-25T00:48:56.963Z[ recovery-image] May 25 00:48:55.942 INFO O| May 25 00:48:55.942 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-05-25T00:48:56.983Z[ recovery-image] May 25 00:48:55.963 INFO O| May 25 00:48:55.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
74072024-05-25T00:48:56.984Z[ recovery-image] May 25 00:48:55.963 INFO O| May 25 00:48:55.963 INFO STEP 960 (remove_files) COMPLETE
74082024-05-25T00:48:56.984Z[ recovery-image] May 25 00:48:55.963 INFO O| May 25 00:48:55.963 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-05-25T00:48:57.028Z[ recovery-image] May 25 00:48:56.007 INFO O| May 25 00:48:56.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
74102024-05-25T00:48:57.028Z[ recovery-image] May 25 00:48:56.007 INFO O| May 25 00:48:56.007 INFO STEP 961 (remove_files) COMPLETE
74112024-05-25T00:48:57.028Z[ recovery-image] May 25 00:48:56.007 INFO O| May 25 00:48:56.007 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-05-25T00:48:57.073Z[ recovery-image] May 25 00:48:56.052 INFO O| May 25 00:48:56.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
74132024-05-25T00:48:57.073Z[ recovery-image] May 25 00:48:56.052 INFO O| May 25 00:48:56.052 INFO STEP 962 (remove_files) COMPLETE
74142024-05-25T00:48:57.073Z[ recovery-image] May 25 00:48:56.052 INFO O| May 25 00:48:56.052 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-05-25T00:48:57.095Z[ recovery-image] May 25 00:48:56.074 INFO O| May 25 00:48:56.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
74162024-05-25T00:48:57.096Z[ recovery-image] May 25 00:48:56.075 INFO O| May 25 00:48:56.075 INFO STEP 963 (remove_files) COMPLETE
74172024-05-25T00:48:57.099Z[ recovery-image] May 25 00:48:56.075 INFO O| May 25 00:48:56.075 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-05-25T00:48:57.115Z[ recovery-image] May 25 00:48:56.094 INFO O| May 25 00:48:56.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
74192024-05-25T00:48:57.115Z[ recovery-image] May 25 00:48:56.094 INFO O| May 25 00:48:56.094 INFO STEP 964 (remove_files) COMPLETE
74202024-05-25T00:48:57.118Z[ recovery-image] May 25 00:48:56.094 INFO O| May 25 00:48:56.094 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-05-25T00:48:57.134Z[ recovery-image] May 25 00:48:56.113 INFO O| May 25 00:48:56.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
74222024-05-25T00:48:57.134Z[ recovery-image] May 25 00:48:56.114 INFO O| May 25 00:48:56.114 INFO STEP 965 (remove_files) COMPLETE
74232024-05-25T00:48:57.135Z[ recovery-image] May 25 00:48:56.114 INFO O| May 25 00:48:56.114 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-05-25T00:48:57.156Z[ recovery-image] May 25 00:48:56.135 INFO O| May 25 00:48:56.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74252024-05-25T00:48:57.156Z[ recovery-image] May 25 00:48:56.135 INFO O| May 25 00:48:56.135 INFO STEP 966 (remove_files) COMPLETE
74262024-05-25T00:48:57.159Z[ recovery-image] May 25 00:48:56.135 INFO O| May 25 00:48:56.135 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-05-25T00:48:57.178Z[ recovery-image] May 25 00:48:56.157 INFO O| May 25 00:48:56.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74282024-05-25T00:48:57.178Z[ recovery-image] May 25 00:48:56.157 INFO O| May 25 00:48:56.157 INFO STEP 967 (remove_files) COMPLETE
74292024-05-25T00:48:57.178Z[ recovery-image] May 25 00:48:56.157 INFO O| May 25 00:48:56.157 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-05-25T00:48:57.200Z[ recovery-image] May 25 00:48:56.179 INFO O| May 25 00:48:56.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74312024-05-25T00:48:57.200Z[ recovery-image] May 25 00:48:56.179 INFO O| May 25 00:48:56.179 INFO STEP 968 (remove_files) COMPLETE
74322024-05-25T00:48:57.200Z[ recovery-image] May 25 00:48:56.179 INFO O| May 25 00:48:56.179 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-05-25T00:48:57.221Z[ recovery-image] May 25 00:48:56.199 INFO O| May 25 00:48:56.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74342024-05-25T00:48:57.221Z[ recovery-image] May 25 00:48:56.200 INFO O| May 25 00:48:56.199 INFO STEP 969 (remove_files) COMPLETE
74352024-05-25T00:48:57.221Z[ recovery-image] May 25 00:48:56.200 INFO O| May 25 00:48:56.200 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-05-25T00:48:57.288Z[ recovery-image] May 25 00:48:56.267 INFO O| May 25 00:48:56.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
74372024-05-25T00:48:57.292Z[ recovery-image] May 25 00:48:56.267 INFO O| May 25 00:48:56.267 INFO STEP 970 (remove_files) COMPLETE
74382024-05-25T00:48:57.292Z[ recovery-image] May 25 00:48:56.267 INFO O| May 25 00:48:56.267 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-05-25T00:48:57.316Z[ recovery-image] May 25 00:48:56.294 INFO O| May 25 00:48:56.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
74402024-05-25T00:48:57.316Z[ recovery-image] May 25 00:48:56.294 INFO O| May 25 00:48:56.294 INFO STEP 971 (remove_files) COMPLETE
74412024-05-25T00:48:57.320Z[ recovery-image] May 25 00:48:56.294 INFO O| May 25 00:48:56.294 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-05-25T00:48:57.375Z[ recovery-image] May 25 00:48:56.354 INFO O| May 25 00:48:56.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
74432024-05-25T00:48:57.375Z[ recovery-image] May 25 00:48:56.354 INFO O| May 25 00:48:56.354 INFO STEP 972 (remove_files) COMPLETE
74442024-05-25T00:48:57.375Z[ recovery-image] May 25 00:48:56.354 INFO O| May 25 00:48:56.354 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-05-25T00:48:57.398Z[ recovery-image] May 25 00:48:56.377 INFO O| May 25 00:48:56.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
74462024-05-25T00:48:57.402Z[ recovery-image] May 25 00:48:56.377 INFO O| May 25 00:48:56.377 INFO STEP 973 (remove_files) COMPLETE
74472024-05-25T00:48:57.402Z[ recovery-image] May 25 00:48:56.377 INFO O| May 25 00:48:56.377 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-05-25T00:48:57.467Z[ recovery-image] May 25 00:48:56.445 INFO O| May 25 00:48:56.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
74492024-05-25T00:48:57.467Z[ recovery-image] May 25 00:48:56.445 INFO O| May 25 00:48:56.445 INFO STEP 974 (remove_files) COMPLETE
74502024-05-25T00:48:57.471Z[ recovery-image] May 25 00:48:56.445 INFO O| May 25 00:48:56.445 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-05-25T00:48:57.666Z[ recovery-image] May 25 00:48:56.475 INFO O| May 25 00:48:56.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
74522024-05-25T00:48:57.666Z[ recovery-image] May 25 00:48:56.475 INFO O| May 25 00:48:56.475 INFO STEP 975 (remove_files) COMPLETE
74532024-05-25T00:48:57.666Z[ recovery-image] May 25 00:48:56.475 INFO O| May 25 00:48:56.475 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-05-25T00:48:57.670Z[ recovery-image] May 25 00:48:56.497 INFO O| May 25 00:48:56.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74552024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.497 INFO O| May 25 00:48:56.497 INFO STEP 976 (remove_files) COMPLETE
74562024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.497 INFO O| May 25 00:48:56.497 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.544 INFO O| May 25 00:48:56.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74582024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.544 INFO O| May 25 00:48:56.544 INFO STEP 977 (remove_files) COMPLETE
74592024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.544 INFO O| May 25 00:48:56.544 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.565 INFO O| May 25 00:48:56.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
74612024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.565 INFO O| May 25 00:48:56.565 INFO STEP 978 (remove_files) COMPLETE
74622024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.565 INFO O| May 25 00:48:56.565 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.601 INFO O| May 25 00:48:56.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
74642024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.601 INFO O| May 25 00:48:56.601 INFO STEP 979 (remove_files) COMPLETE
74652024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.601 INFO O| May 25 00:48:56.601 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.621 INFO O| May 25 00:48:56.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
74672024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.622 INFO O| May 25 00:48:56.622 INFO STEP 980 (remove_files) COMPLETE
74682024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.622 INFO O| May 25 00:48:56.622 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-05-25T00:48:57.671Z[ recovery-image] May 25 00:48:56.642 INFO O| May 25 00:48:56.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
74702024-05-25T00:48:57.672Z[ recovery-image] May 25 00:48:56.642 INFO O| May 25 00:48:56.642 INFO STEP 981 (remove_files) COMPLETE
74712024-05-25T00:48:57.672Z[ recovery-image] May 25 00:48:56.642 INFO O| May 25 00:48:56.642 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-05-25T00:48:57.684Z[ recovery-image] May 25 00:48:56.663 INFO O| May 25 00:48:56.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
74732024-05-25T00:48:57.684Z[ recovery-image] May 25 00:48:56.663 INFO O| May 25 00:48:56.663 INFO STEP 982 (remove_files) COMPLETE
74742024-05-25T00:48:57.685Z[ recovery-image] May 25 00:48:56.663 INFO O| May 25 00:48:56.663 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-05-25T00:48:57.712Z[ recovery-image] May 25 00:48:56.688 INFO O| May 25 00:48:56.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
74762024-05-25T00:48:57.726Z[ recovery-image] May 25 00:48:56.688 INFO O| May 25 00:48:56.688 INFO STEP 983 (remove_files) COMPLETE
74772024-05-25T00:48:57.726Z[ recovery-image] May 25 00:48:56.689 INFO O| May 25 00:48:56.688 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-05-25T00:48:57.732Z[ recovery-image] May 25 00:48:56.711 INFO O| May 25 00:48:56.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
74792024-05-25T00:48:57.735Z[ recovery-image] May 25 00:48:56.711 INFO O| May 25 00:48:56.711 INFO STEP 984 (remove_files) COMPLETE
74802024-05-25T00:48:57.736Z[ recovery-image] May 25 00:48:56.711 INFO O| May 25 00:48:56.711 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-05-25T00:48:57.782Z[ recovery-image] May 25 00:48:56.752 INFO O| May 25 00:48:56.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
74822024-05-25T00:48:57.783Z[ recovery-image] May 25 00:48:56.752 INFO O| May 25 00:48:56.752 INFO STEP 985 (remove_files) COMPLETE
74832024-05-25T00:48:57.793Z[ recovery-image] May 25 00:48:56.752 INFO O| May 25 00:48:56.752 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-05-25T00:48:57.797Z[ recovery-image] May 25 00:48:56.774 INFO O| May 25 00:48:56.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
74852024-05-25T00:48:57.797Z[ recovery-image] May 25 00:48:56.774 INFO O| May 25 00:48:56.774 INFO STEP 986 (remove_files) COMPLETE
74862024-05-25T00:48:57.797Z[ recovery-image] May 25 00:48:56.775 INFO O| May 25 00:48:56.775 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-05-25T00:48:57.832Z[ recovery-image] May 25 00:48:56.794 INFO O| May 25 00:48:56.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
74882024-05-25T00:48:57.832Z[ recovery-image] May 25 00:48:56.794 INFO O| May 25 00:48:56.794 INFO STEP 987 (remove_files) COMPLETE
74892024-05-25T00:48:57.833Z[ recovery-image] May 25 00:48:56.794 INFO O| May 25 00:48:56.794 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-05-25T00:48:57.836Z[ recovery-image] May 25 00:48:56.812 INFO O| May 25 00:48:56.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
74912024-05-25T00:48:57.836Z[ recovery-image] May 25 00:48:56.812 INFO O| May 25 00:48:56.812 INFO STEP 988 (remove_files) COMPLETE
74922024-05-25T00:48:57.836Z[ recovery-image] May 25 00:48:56.812 INFO O| May 25 00:48:56.812 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-05-25T00:48:57.876Z[ recovery-image] May 25 00:48:56.831 INFO O| May 25 00:48:56.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
74942024-05-25T00:48:57.938Z[ recovery-image] May 25 00:48:56.831 INFO O| May 25 00:48:56.831 INFO STEP 989 (remove_files) COMPLETE
74952024-05-25T00:48:57.938Z[ recovery-image] May 25 00:48:56.832 INFO O| May 25 00:48:56.831 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-05-25T00:48:57.938Z[ recovery-image] May 25 00:48:56.851 INFO O| May 25 00:48:56.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
74972024-05-25T00:48:57.938Z[ recovery-image] May 25 00:48:56.851 INFO O| May 25 00:48:56.851 INFO STEP 990 (remove_files) COMPLETE
74982024-05-25T00:48:57.938Z[ recovery-image] May 25 00:48:56.851 INFO O| May 25 00:48:56.851 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-05-25T00:48:57.938Z[ recovery-image] May 25 00:48:56.870 INFO O| May 25 00:48:56.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
75002024-05-25T00:48:57.938Z[ recovery-image] May 25 00:48:56.871 INFO O| May 25 00:48:56.870 INFO STEP 991 (remove_files) COMPLETE
75012024-05-25T00:48:57.938Z[ recovery-image] May 25 00:48:56.871 INFO O| May 25 00:48:56.871 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-05-25T00:48:57.938Z[ recovery-image] May 25 00:48:56.892 INFO O| May 25 00:48:56.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
75032024-05-25T00:48:57.938Z[ recovery-image] May 25 00:48:56.893 INFO O| May 25 00:48:56.893 INFO STEP 992 (remove_files) COMPLETE
75042024-05-25T00:48:57.938Z[ recovery-image] May 25 00:48:56.893 INFO O| May 25 00:48:56.893 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-05-25T00:48:57.954Z[ recovery-image] May 25 00:48:56.915 INFO O| May 25 00:48:56.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
75062024-05-25T00:48:57.955Z[ recovery-image] May 25 00:48:56.915 INFO O| May 25 00:48:56.915 INFO STEP 993 (remove_files) COMPLETE
75072024-05-25T00:48:57.955Z[ recovery-image] May 25 00:48:56.915 INFO O| May 25 00:48:56.915 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-05-25T00:48:58.032Z[ recovery-image] May 25 00:48:56.937 INFO O| May 25 00:48:56.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
75092024-05-25T00:48:58.032Z[ recovery-image] May 25 00:48:56.937 INFO O| May 25 00:48:56.937 INFO STEP 994 (remove_files) COMPLETE
75102024-05-25T00:48:58.033Z[ recovery-image] May 25 00:48:56.937 INFO O| May 25 00:48:56.937 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-05-25T00:48:58.033Z[ recovery-image] May 25 00:48:56.958 INFO O| May 25 00:48:56.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
75122024-05-25T00:48:58.033Z[ recovery-image] May 25 00:48:56.958 INFO O| May 25 00:48:56.958 INFO STEP 995 (remove_files) COMPLETE
75132024-05-25T00:48:58.033Z[ recovery-image] May 25 00:48:56.958 INFO O| May 25 00:48:56.958 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-05-25T00:48:58.108Z[ recovery-image] May 25 00:48:56.980 INFO O| May 25 00:48:56.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
75152024-05-25T00:48:58.108Z[ recovery-image] May 25 00:48:56.980 INFO O| May 25 00:48:56.980 INFO STEP 996 (remove_files) COMPLETE
75162024-05-25T00:48:58.108Z[ recovery-image] May 25 00:48:56.980 INFO O| May 25 00:48:56.980 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-05-25T00:48:58.108Z[ recovery-image] May 25 00:48:57.005 INFO O| May 25 00:48:57.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
75182024-05-25T00:48:58.108Z[ recovery-image] May 25 00:48:57.005 INFO O| May 25 00:48:57.005 INFO STEP 997 (remove_files) COMPLETE
75192024-05-25T00:48:58.108Z[ recovery-image] May 25 00:48:57.005 INFO O| May 25 00:48:57.005 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-05-25T00:48:58.108Z[ recovery-image] May 25 00:48:57.034 INFO O| May 25 00:48:57.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
75212024-05-25T00:48:58.109Z[ recovery-image] May 25 00:48:57.034 INFO O| May 25 00:48:57.034 INFO STEP 998 (remove_files) COMPLETE
75222024-05-25T00:48:58.109Z[ recovery-image] May 25 00:48:57.034 INFO O| May 25 00:48:57.034 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-05-25T00:48:58.161Z[ recovery-image] May 25 00:48:57.056 INFO O| May 25 00:48:57.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
75242024-05-25T00:48:58.161Z[ recovery-image] May 25 00:48:57.056 INFO O| May 25 00:48:57.056 INFO STEP 999 (remove_files) COMPLETE
75252024-05-25T00:48:58.162Z[ recovery-image] May 25 00:48:57.056 INFO O| May 25 00:48:57.056 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-05-25T00:48:58.162Z[ recovery-image] May 25 00:48:57.077 INFO O| May 25 00:48:57.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
75272024-05-25T00:48:58.162Z[ recovery-image] May 25 00:48:57.077 INFO O| May 25 00:48:57.077 INFO STEP 1000 (remove_files) COMPLETE
75282024-05-25T00:48:58.162Z[ recovery-image] May 25 00:48:57.077 INFO O| May 25 00:48:57.077 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-05-25T00:48:58.162Z[ recovery-image] May 25 00:48:57.097 INFO O| May 25 00:48:57.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
75302024-05-25T00:48:58.162Z[ recovery-image] May 25 00:48:57.097 INFO O| May 25 00:48:57.097 INFO STEP 1001 (remove_files) COMPLETE
75312024-05-25T00:48:58.162Z[ recovery-image] May 25 00:48:57.097 INFO O| May 25 00:48:57.097 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-05-25T00:48:58.162Z[ recovery-image] May 25 00:48:57.114 INFO O| May 25 00:48:57.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
75332024-05-25T00:48:58.162Z[ recovery-image] May 25 00:48:57.114 INFO O| May 25 00:48:57.114 INFO STEP 1002 (remove_files) COMPLETE
75342024-05-25T00:48:58.162Z[ recovery-image] May 25 00:48:57.115 INFO O| May 25 00:48:57.114 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-05-25T00:48:58.167Z[ recovery-image] May 25 00:48:57.134 INFO O| May 25 00:48:57.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
75362024-05-25T00:48:58.167Z[ recovery-image] May 25 00:48:57.134 INFO O| May 25 00:48:57.134 INFO STEP 1003 (remove_files) COMPLETE
75372024-05-25T00:48:58.167Z[ recovery-image] May 25 00:48:57.134 INFO O| May 25 00:48:57.134 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-05-25T00:48:58.184Z[ recovery-image] May 25 00:48:57.153 INFO O| May 25 00:48:57.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
75392024-05-25T00:48:58.195Z[ recovery-image] May 25 00:48:57.153 INFO O| May 25 00:48:57.153 INFO STEP 1004 (remove_files) COMPLETE
75402024-05-25T00:48:58.195Z[ recovery-image] May 25 00:48:57.153 INFO O| May 25 00:48:57.153 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-05-25T00:48:58.195Z[ recovery-image] May 25 00:48:57.172 INFO O| May 25 00:48:57.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
75422024-05-25T00:48:58.195Z[ recovery-image] May 25 00:48:57.172 INFO O| May 25 00:48:57.172 INFO STEP 1005 (remove_files) COMPLETE
75432024-05-25T00:48:58.196Z[ recovery-image] May 25 00:48:57.172 INFO O| May 25 00:48:57.172 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-05-25T00:48:58.212Z[ recovery-image] May 25 00:48:57.190 INFO O| May 25 00:48:57.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
75452024-05-25T00:48:58.215Z[ recovery-image] May 25 00:48:57.190 INFO O| May 25 00:48:57.190 INFO STEP 1006 (remove_files) COMPLETE
75462024-05-25T00:48:58.215Z[ recovery-image] May 25 00:48:57.191 INFO O| May 25 00:48:57.190 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-05-25T00:48:58.230Z[ recovery-image] May 25 00:48:57.209 INFO O| May 25 00:48:57.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
75482024-05-25T00:48:58.235Z[ recovery-image] May 25 00:48:57.209 INFO O| May 25 00:48:57.209 INFO STEP 1007 (remove_files) COMPLETE
75492024-05-25T00:48:58.235Z[ recovery-image] May 25 00:48:57.210 INFO O| May 25 00:48:57.209 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-05-25T00:48:58.250Z[ recovery-image] May 25 00:48:57.228 INFO O| May 25 00:48:57.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
75512024-05-25T00:48:58.256Z[ recovery-image] May 25 00:48:57.229 INFO O| May 25 00:48:57.229 INFO STEP 1008 (remove_files) COMPLETE
75522024-05-25T00:48:58.256Z[ recovery-image] May 25 00:48:57.229 INFO O| May 25 00:48:57.229 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-05-25T00:48:58.270Z[ recovery-image] May 25 00:48:57.249 INFO O| May 25 00:48:57.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
75542024-05-25T00:48:58.270Z[ recovery-image] May 25 00:48:57.249 INFO O| May 25 00:48:57.249 INFO STEP 1009 (remove_files) COMPLETE
75552024-05-25T00:48:58.293Z[ recovery-image] May 25 00:48:57.249 INFO O| May 25 00:48:57.249 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-05-25T00:48:58.331Z[ recovery-image] May 25 00:48:57.306 INFO O| May 25 00:48:57.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
75572024-05-25T00:48:58.331Z[ recovery-image] May 25 00:48:57.306 INFO O| May 25 00:48:57.306 INFO STEP 1010 (remove_files) COMPLETE
75582024-05-25T00:48:58.331Z[ recovery-image] May 25 00:48:57.307 INFO O| May 25 00:48:57.306 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-05-25T00:48:58.351Z[ recovery-image] May 25 00:48:57.329 INFO O| May 25 00:48:57.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
75602024-05-25T00:48:58.351Z[ recovery-image] May 25 00:48:57.329 INFO O| May 25 00:48:57.329 INFO STEP 1011 (remove_files) COMPLETE
75612024-05-25T00:48:58.351Z[ recovery-image] May 25 00:48:57.329 INFO O| May 25 00:48:57.329 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-05-25T00:48:58.374Z[ recovery-image] May 25 00:48:57.352 INFO O| May 25 00:48:57.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
75632024-05-25T00:48:58.374Z[ recovery-image] May 25 00:48:57.353 INFO O| May 25 00:48:57.352 INFO STEP 1012 (remove_files) COMPLETE
75642024-05-25T00:48:58.377Z[ recovery-image] May 25 00:48:57.353 INFO O| May 25 00:48:57.353 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-05-25T00:48:58.393Z[ recovery-image] May 25 00:48:57.372 INFO O| May 25 00:48:57.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
75662024-05-25T00:48:58.393Z[ recovery-image] May 25 00:48:57.372 INFO O| May 25 00:48:57.372 INFO STEP 1013 (remove_files) COMPLETE
75672024-05-25T00:48:58.394Z[ recovery-image] May 25 00:48:57.372 INFO O| May 25 00:48:57.372 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-05-25T00:48:58.415Z[ recovery-image] May 25 00:48:57.393 INFO O| May 25 00:48:57.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
75692024-05-25T00:48:58.415Z[ recovery-image] May 25 00:48:57.393 INFO O| May 25 00:48:57.393 INFO STEP 1014 (remove_files) COMPLETE
75702024-05-25T00:48:58.420Z[ recovery-image] May 25 00:48:57.393 INFO O| May 25 00:48:57.393 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-05-25T00:48:58.437Z[ recovery-image] May 25 00:48:57.416 INFO O| May 25 00:48:57.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
75722024-05-25T00:48:58.437Z[ recovery-image] May 25 00:48:57.416 INFO O| May 25 00:48:57.416 INFO STEP 1015 (remove_files) COMPLETE
75732024-05-25T00:48:58.438Z[ recovery-image] May 25 00:48:57.416 INFO O| May 25 00:48:57.416 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-05-25T00:48:58.473Z[ recovery-image] May 25 00:48:57.452 INFO O| May 25 00:48:57.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
75752024-05-25T00:48:58.473Z[ recovery-image] May 25 00:48:57.452 INFO O| May 25 00:48:57.452 INFO STEP 1016 (remove_files) COMPLETE
75762024-05-25T00:48:58.473Z[ recovery-image] May 25 00:48:57.452 INFO O| May 25 00:48:57.452 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-05-25T00:48:58.490Z[ recovery-image] May 25 00:48:57.468 INFO O| May 25 00:48:57.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
75782024-05-25T00:48:58.490Z[ recovery-image] May 25 00:48:57.468 INFO O| May 25 00:48:57.468 INFO STEP 1017 (remove_files) COMPLETE
75792024-05-25T00:48:58.490Z[ recovery-image] May 25 00:48:57.468 INFO O| May 25 00:48:57.468 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-05-25T00:48:58.520Z[ recovery-image] May 25 00:48:57.498 INFO O| May 25 00:48:57.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
75812024-05-25T00:48:58.520Z[ recovery-image] May 25 00:48:57.498 INFO O| May 25 00:48:57.498 INFO STEP 1018 (remove_files) COMPLETE
75822024-05-25T00:48:58.520Z[ recovery-image] May 25 00:48:57.498 INFO O| May 25 00:48:57.498 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-05-25T00:48:58.595Z[ recovery-image] May 25 00:48:57.544 INFO O| May 25 00:48:57.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
75842024-05-25T00:48:58.595Z[ recovery-image] May 25 00:48:57.544 INFO O| May 25 00:48:57.524 INFO STEP 1019 (remove_files) COMPLETE
75852024-05-25T00:48:58.604Z[ recovery-image] May 25 00:48:57.544 INFO O| May 25 00:48:57.524 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-05-25T00:48:58.604Z[ recovery-image] May 25 00:48:57.554 INFO O| May 25 00:48:57.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
75872024-05-25T00:48:58.604Z[ recovery-image] May 25 00:48:57.554 INFO O| May 25 00:48:57.554 INFO STEP 1020 (remove_files) COMPLETE
75882024-05-25T00:48:58.604Z[ recovery-image] May 25 00:48:57.554 INFO O| May 25 00:48:57.554 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-05-25T00:48:58.605Z[ recovery-image] May 25 00:48:57.582 INFO O| May 25 00:48:57.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
75902024-05-25T00:48:58.608Z[ recovery-image] May 25 00:48:57.582 INFO O| May 25 00:48:57.582 INFO STEP 1021 (remove_files) COMPLETE
75912024-05-25T00:48:58.608Z[ recovery-image] May 25 00:48:57.582 INFO O| May 25 00:48:57.582 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-05-25T00:48:58.639Z[ recovery-image] May 25 00:48:57.617 INFO O| May 25 00:48:57.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
75932024-05-25T00:48:58.643Z[ recovery-image] May 25 00:48:57.617 INFO O| May 25 00:48:57.617 INFO STEP 1022 (remove_files) COMPLETE
75942024-05-25T00:48:58.643Z[ recovery-image] May 25 00:48:57.617 INFO O| May 25 00:48:57.617 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-05-25T00:48:58.660Z[ recovery-image] May 25 00:48:57.637 INFO O| May 25 00:48:57.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
75962024-05-25T00:48:58.660Z[ recovery-image] May 25 00:48:57.637 INFO O| May 25 00:48:57.637 INFO STEP 1023 (remove_files) COMPLETE
75972024-05-25T00:48:58.664Z[ recovery-image] May 25 00:48:57.637 INFO O| May 25 00:48:57.637 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-05-25T00:48:58.690Z[ recovery-image] May 25 00:48:57.665 INFO O| May 25 00:48:57.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
75992024-05-25T00:48:58.690Z[ recovery-image] May 25 00:48:57.665 INFO O| May 25 00:48:57.665 INFO STEP 1024 (remove_files) COMPLETE
76002024-05-25T00:48:58.690Z[ recovery-image] May 25 00:48:57.665 INFO O| May 25 00:48:57.665 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-05-25T00:48:58.714Z[ recovery-image] May 25 00:48:57.692 INFO O| May 25 00:48:57.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
76022024-05-25T00:48:58.714Z[ recovery-image] May 25 00:48:57.692 INFO O| May 25 00:48:57.692 INFO STEP 1025 (remove_files) COMPLETE
76032024-05-25T00:48:58.714Z[ recovery-image] May 25 00:48:57.692 INFO O| May 25 00:48:57.692 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-05-25T00:48:58.753Z[ recovery-image] May 25 00:48:57.731 INFO O| May 25 00:48:57.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
76052024-05-25T00:48:58.753Z[ recovery-image] May 25 00:48:57.731 INFO O| May 25 00:48:57.731 INFO STEP 1026 (remove_files) COMPLETE
76062024-05-25T00:48:58.754Z[ recovery-image] May 25 00:48:57.731 INFO O| May 25 00:48:57.731 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-05-25T00:48:58.773Z[ recovery-image] May 25 00:48:57.752 INFO O| May 25 00:48:57.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
76082024-05-25T00:48:58.778Z[ recovery-image] May 25 00:48:57.753 INFO O| May 25 00:48:57.753 INFO STEP 1027 (remove_files) COMPLETE
76092024-05-25T00:48:58.778Z[ recovery-image] May 25 00:48:57.753 INFO O| May 25 00:48:57.753 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-05-25T00:48:58.796Z[ recovery-image] May 25 00:48:57.774 INFO O| May 25 00:48:57.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
76112024-05-25T00:48:58.845Z[ recovery-image] May 25 00:48:57.775 INFO O| May 25 00:48:57.775 INFO STEP 1028 (remove_files) COMPLETE
76122024-05-25T00:48:58.845Z[ recovery-image] May 25 00:48:57.775 INFO O| May 25 00:48:57.775 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-05-25T00:48:58.849Z[ recovery-image] May 25 00:48:57.796 INFO O| May 25 00:48:57.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
76142024-05-25T00:48:58.849Z[ recovery-image] May 25 00:48:57.796 INFO O| May 25 00:48:57.796 INFO STEP 1029 (remove_files) COMPLETE
76152024-05-25T00:48:58.849Z[ recovery-image] May 25 00:48:57.797 INFO O| May 25 00:48:57.796 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-05-25T00:48:58.849Z[ recovery-image] May 25 00:48:57.822 INFO O| May 25 00:48:57.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
76172024-05-25T00:48:58.849Z[ recovery-image] May 25 00:48:57.823 INFO O| May 25 00:48:57.818 INFO STEP 1030 (remove_files) COMPLETE
76182024-05-25T00:48:58.849Z[ recovery-image] May 25 00:48:57.823 INFO O| May 25 00:48:57.818 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-05-25T00:48:58.874Z[ recovery-image] May 25 00:48:57.852 INFO O| May 25 00:48:57.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
76202024-05-25T00:48:58.878Z[ recovery-image] May 25 00:48:57.852 INFO O| May 25 00:48:57.852 INFO STEP 1031 (remove_files) COMPLETE
76212024-05-25T00:48:58.878Z[ recovery-image] May 25 00:48:57.853 INFO O| May 25 00:48:57.852 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-05-25T00:48:58.958Z[ recovery-image] May 25 00:48:57.936 INFO O| May 25 00:48:57.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
76232024-05-25T00:48:58.962Z[ recovery-image] May 25 00:48:57.936 INFO O| May 25 00:48:57.936 INFO STEP 1032 (remove_files) COMPLETE
76242024-05-25T00:48:58.962Z[ recovery-image] May 25 00:48:57.936 INFO O| May 25 00:48:57.936 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-05-25T00:48:58.978Z[ recovery-image] May 25 00:48:57.956 INFO O| May 25 00:48:57.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
76262024-05-25T00:48:58.982Z[ recovery-image] May 25 00:48:57.957 INFO O| May 25 00:48:57.956 INFO STEP 1033 (remove_files) COMPLETE
76272024-05-25T00:48:59.013Z[ recovery-image] May 25 00:48:57.957 INFO O| May 25 00:48:57.957 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-05-25T00:48:59.052Z[ recovery-image] May 25 00:48:57.975 INFO O| May 25 00:48:57.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
76292024-05-25T00:48:59.052Z[ recovery-image] May 25 00:48:57.975 INFO O| May 25 00:48:57.975 INFO STEP 1034 (remove_files) COMPLETE
76302024-05-25T00:48:59.052Z[ recovery-image] May 25 00:48:57.976 INFO O| May 25 00:48:57.975 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-05-25T00:48:59.052Z[ recovery-image] May 25 00:48:57.996 INFO O| May 25 00:48:57.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
76322024-05-25T00:48:59.052Z[ recovery-image] May 25 00:48:57.996 INFO O| May 25 00:48:57.996 INFO STEP 1035 (remove_files) COMPLETE
76332024-05-25T00:48:59.052Z[ recovery-image] May 25 00:48:57.996 INFO O| May 25 00:48:57.996 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-05-25T00:48:59.052Z[ recovery-image] May 25 00:48:58.017 INFO O| May 25 00:48:58.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
76352024-05-25T00:48:59.052Z[ recovery-image] May 25 00:48:58.017 INFO O| May 25 00:48:58.017 INFO STEP 1036 (remove_files) COMPLETE
76362024-05-25T00:48:59.052Z[ recovery-image] May 25 00:48:58.017 INFO O| May 25 00:48:58.017 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-05-25T00:48:59.074Z[ recovery-image] May 25 00:48:58.051 INFO O| May 25 00:48:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
76382024-05-25T00:48:59.078Z[ recovery-image] May 25 00:48:58.051 INFO O| May 25 00:48:58.051 INFO STEP 1037 (remove_files) COMPLETE
76392024-05-25T00:48:59.078Z[ recovery-image] May 25 00:48:58.051 INFO O| May 25 00:48:58.051 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-05-25T00:48:59.168Z[ recovery-image] May 25 00:48:58.102 INFO O| May 25 00:48:58.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
76412024-05-25T00:48:59.172Z[ recovery-image] May 25 00:48:58.102 INFO O| May 25 00:48:58.102 INFO STEP 1038 (remove_files) COMPLETE
76422024-05-25T00:48:59.172Z[ recovery-image] May 25 00:48:58.102 INFO O| May 25 00:48:58.102 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-05-25T00:48:59.172Z[ recovery-image] May 25 00:48:58.123 INFO O| May 25 00:48:58.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
76442024-05-25T00:48:59.172Z[ recovery-image] May 25 00:48:58.123 INFO O| May 25 00:48:58.123 INFO STEP 1039 (remove_files) COMPLETE
76452024-05-25T00:48:59.172Z[ recovery-image] May 25 00:48:58.123 INFO O| May 25 00:48:58.123 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-05-25T00:48:59.172Z[ recovery-image] May 25 00:48:58.143 INFO O| May 25 00:48:58.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
76472024-05-25T00:48:59.172Z[ recovery-image] May 25 00:48:58.143 INFO O| May 25 00:48:58.143 INFO STEP 1040 (remove_files) COMPLETE
76482024-05-25T00:48:59.172Z[ recovery-image] May 25 00:48:58.143 INFO O| May 25 00:48:58.143 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-05-25T00:48:59.195Z[ recovery-image] May 25 00:48:58.163 INFO O| May 25 00:48:58.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
76502024-05-25T00:48:59.195Z[ recovery-image] May 25 00:48:58.163 INFO O| May 25 00:48:58.163 INFO STEP 1041 (remove_files) COMPLETE
76512024-05-25T00:48:59.195Z[ recovery-image] May 25 00:48:58.163 INFO O| May 25 00:48:58.163 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-05-25T00:48:59.211Z[ recovery-image] May 25 00:48:58.190 INFO O| May 25 00:48:58.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
76532024-05-25T00:48:59.215Z[ recovery-image] May 25 00:48:58.190 INFO O| May 25 00:48:58.190 INFO STEP 1042 (remove_files) COMPLETE
76542024-05-25T00:48:59.215Z[ recovery-image] May 25 00:48:58.190 INFO O| May 25 00:48:58.190 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-05-25T00:48:59.241Z[ recovery-image] May 25 00:48:58.219 INFO O| May 25 00:48:58.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
76562024-05-25T00:48:59.241Z[ recovery-image] May 25 00:48:58.220 INFO O| May 25 00:48:58.220 INFO STEP 1043 (remove_files) COMPLETE
76572024-05-25T00:48:59.245Z[ recovery-image] May 25 00:48:58.220 INFO O| May 25 00:48:58.220 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-05-25T00:48:59.262Z[ recovery-image] May 25 00:48:58.240 INFO O| May 25 00:48:58.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
76592024-05-25T00:48:59.262Z[ recovery-image] May 25 00:48:58.240 INFO O| May 25 00:48:58.240 INFO STEP 1044 (remove_files) COMPLETE
76602024-05-25T00:48:59.265Z[ recovery-image] May 25 00:48:58.241 INFO O| May 25 00:48:58.240 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-05-25T00:48:59.281Z[ recovery-image] May 25 00:48:58.260 INFO O| May 25 00:48:58.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
76622024-05-25T00:48:59.281Z[ recovery-image] May 25 00:48:58.260 INFO O| May 25 00:48:58.260 INFO STEP 1045 (remove_files) COMPLETE
76632024-05-25T00:48:59.285Z[ recovery-image] May 25 00:48:58.260 INFO O| May 25 00:48:58.260 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-05-25T00:48:59.300Z[ recovery-image] May 25 00:48:58.279 INFO O| May 25 00:48:58.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
76652024-05-25T00:48:59.300Z[ recovery-image] May 25 00:48:58.279 INFO O| May 25 00:48:58.279 INFO STEP 1046 (remove_files) COMPLETE
76662024-05-25T00:48:59.300Z[ recovery-image] May 25 00:48:58.279 INFO O| May 25 00:48:58.279 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-05-25T00:48:59.319Z[ recovery-image] May 25 00:48:58.298 INFO O| May 25 00:48:58.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
76682024-05-25T00:48:59.319Z[ recovery-image] May 25 00:48:58.298 INFO O| May 25 00:48:58.298 INFO STEP 1047 (remove_files) COMPLETE
76692024-05-25T00:48:59.319Z[ recovery-image] May 25 00:48:58.298 INFO O| May 25 00:48:58.298 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-05-25T00:48:59.338Z[ recovery-image] May 25 00:48:58.317 INFO O| May 25 00:48:58.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
76712024-05-25T00:48:59.338Z[ recovery-image] May 25 00:48:58.317 INFO O| May 25 00:48:58.317 INFO STEP 1048 (remove_files) COMPLETE
76722024-05-25T00:48:59.342Z[ recovery-image] May 25 00:48:58.317 INFO O| May 25 00:48:58.317 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-05-25T00:48:59.356Z[ recovery-image] May 25 00:48:58.335 INFO O| May 25 00:48:58.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
76742024-05-25T00:48:59.357Z[ recovery-image] May 25 00:48:58.335 INFO O| May 25 00:48:58.335 INFO STEP 1049 (remove_files) COMPLETE
76752024-05-25T00:48:59.360Z[ recovery-image] May 25 00:48:58.335 INFO O| May 25 00:48:58.335 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-05-25T00:48:59.377Z[ recovery-image] May 25 00:48:58.355 INFO O| May 25 00:48:58.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
76772024-05-25T00:48:59.377Z[ recovery-image] May 25 00:48:58.355 INFO O| May 25 00:48:58.355 INFO STEP 1050 (remove_files) COMPLETE
76782024-05-25T00:48:59.381Z[ recovery-image] May 25 00:48:58.355 INFO O| May 25 00:48:58.355 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-05-25T00:48:59.396Z[ recovery-image] May 25 00:48:58.375 INFO O| May 25 00:48:58.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
76802024-05-25T00:48:59.400Z[ recovery-image] May 25 00:48:58.375 INFO O| May 25 00:48:58.375 INFO STEP 1051 (remove_files) COMPLETE
76812024-05-25T00:48:59.400Z[ recovery-image] May 25 00:48:58.375 INFO O| May 25 00:48:58.375 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-05-25T00:48:59.416Z[ recovery-image] May 25 00:48:58.394 INFO O| May 25 00:48:58.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
76832024-05-25T00:48:59.441Z[ recovery-image] May 25 00:48:58.394 INFO O| May 25 00:48:58.394 INFO STEP 1052 (remove_files) COMPLETE
76842024-05-25T00:48:59.441Z[ recovery-image] May 25 00:48:58.394 INFO O| May 25 00:48:58.394 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-05-25T00:48:59.445Z[ recovery-image] May 25 00:48:58.414 INFO O| May 25 00:48:58.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
76862024-05-25T00:48:59.446Z[ recovery-image] May 25 00:48:58.414 INFO O| May 25 00:48:58.414 INFO STEP 1053 (remove_files) COMPLETE
76872024-05-25T00:48:59.446Z[ recovery-image] May 25 00:48:58.414 INFO O| May 25 00:48:58.414 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-05-25T00:48:59.473Z[ recovery-image] May 25 00:48:58.451 INFO O| May 25 00:48:58.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
76892024-05-25T00:48:59.473Z[ recovery-image] May 25 00:48:58.451 INFO O| May 25 00:48:58.451 INFO STEP 1054 (remove_files) COMPLETE
76902024-05-25T00:48:59.473Z[ recovery-image] May 25 00:48:58.451 INFO O| May 25 00:48:58.451 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-05-25T00:48:59.552Z[ recovery-image] May 25 00:48:58.509 INFO O| May 25 00:48:58.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
76922024-05-25T00:48:59.552Z[ recovery-image] May 25 00:48:58.509 INFO O| May 25 00:48:58.509 INFO STEP 1055 (remove_files) COMPLETE
76932024-05-25T00:48:59.552Z[ recovery-image] May 25 00:48:58.509 INFO O| May 25 00:48:58.509 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-05-25T00:48:59.556Z[ recovery-image] May 25 00:48:58.530 INFO O| May 25 00:48:58.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
76952024-05-25T00:48:59.556Z[ recovery-image] May 25 00:48:58.530 INFO O| May 25 00:48:58.530 INFO STEP 1056 (remove_files) COMPLETE
76962024-05-25T00:48:59.557Z[ recovery-image] May 25 00:48:58.530 INFO O| May 25 00:48:58.530 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-05-25T00:48:59.578Z[ recovery-image] May 25 00:48:58.556 INFO O| May 25 00:48:58.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
76982024-05-25T00:48:59.578Z[ recovery-image] May 25 00:48:58.556 INFO O| May 25 00:48:58.556 INFO STEP 1057 (remove_files) COMPLETE
76992024-05-25T00:48:59.578Z[ recovery-image] May 25 00:48:58.556 INFO O| May 25 00:48:58.556 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-05-25T00:48:59.612Z[ recovery-image] May 25 00:48:58.590 INFO O| May 25 00:48:58.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
77012024-05-25T00:48:59.612Z[ recovery-image] May 25 00:48:58.590 INFO O| May 25 00:48:58.590 INFO STEP 1058 (remove_files) COMPLETE
77022024-05-25T00:48:59.615Z[ recovery-image] May 25 00:48:58.590 INFO O| May 25 00:48:58.590 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-05-25T00:48:59.645Z[ recovery-image] May 25 00:48:58.611 INFO O| May 25 00:48:58.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
77042024-05-25T00:48:59.645Z[ recovery-image] May 25 00:48:58.611 INFO O| May 25 00:48:58.611 INFO STEP 1059 (remove_files) COMPLETE
77052024-05-25T00:48:59.646Z[ recovery-image] May 25 00:48:58.612 INFO O| May 25 00:48:58.611 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-05-25T00:48:59.652Z[ recovery-image] May 25 00:48:58.630 INFO O| May 25 00:48:58.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
77072024-05-25T00:48:59.652Z[ recovery-image] May 25 00:48:58.630 INFO O| May 25 00:48:58.630 INFO STEP 1060 (remove_files) COMPLETE
77082024-05-25T00:48:59.652Z[ recovery-image] May 25 00:48:58.630 INFO O| May 25 00:48:58.630 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-05-25T00:48:59.672Z[ recovery-image] May 25 00:48:58.651 INFO O| May 25 00:48:58.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
77102024-05-25T00:48:59.672Z[ recovery-image] May 25 00:48:58.651 INFO O| May 25 00:48:58.651 INFO STEP 1061 (remove_files) COMPLETE
77112024-05-25T00:48:59.673Z[ recovery-image] May 25 00:48:58.651 INFO O| May 25 00:48:58.651 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-05-25T00:48:59.694Z[ recovery-image] May 25 00:48:58.673 INFO O| May 25 00:48:58.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
77132024-05-25T00:48:59.694Z[ recovery-image] May 25 00:48:58.673 INFO O| May 25 00:48:58.673 INFO STEP 1062 (remove_files) COMPLETE
77142024-05-25T00:48:59.698Z[ recovery-image] May 25 00:48:58.673 INFO O| May 25 00:48:58.673 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-05-25T00:48:59.726Z[ recovery-image] May 25 00:48:58.704 INFO O| May 25 00:48:58.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
77162024-05-25T00:48:59.730Z[ recovery-image] May 25 00:48:58.705 INFO O| May 25 00:48:58.704 INFO STEP 1063 (remove_files) COMPLETE
77172024-05-25T00:48:59.730Z[ recovery-image] May 25 00:48:58.705 INFO O| May 25 00:48:58.705 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-05-25T00:48:59.749Z[ recovery-image] May 25 00:48:58.727 INFO O| May 25 00:48:58.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
77192024-05-25T00:48:59.753Z[ recovery-image] May 25 00:48:58.728 INFO O| May 25 00:48:58.727 INFO STEP 1064 (remove_files) COMPLETE
77202024-05-25T00:48:59.753Z[ recovery-image] May 25 00:48:58.728 INFO O| May 25 00:48:58.728 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-05-25T00:48:59.779Z[ recovery-image] May 25 00:48:58.758 INFO O| May 25 00:48:58.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
77222024-05-25T00:48:59.780Z[ recovery-image] May 25 00:48:58.758 INFO O| May 25 00:48:58.758 INFO STEP 1065 (remove_files) COMPLETE
77232024-05-25T00:48:59.783Z[ recovery-image] May 25 00:48:58.758 INFO O| May 25 00:48:58.758 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-05-25T00:48:59.814Z[ recovery-image] May 25 00:48:58.791 INFO O| May 25 00:48:58.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
77252024-05-25T00:48:59.817Z[ recovery-image] May 25 00:48:58.792 INFO O| May 25 00:48:58.791 INFO STEP 1066 (remove_files) COMPLETE
77262024-05-25T00:48:59.817Z[ recovery-image] May 25 00:48:58.792 INFO O| May 25 00:48:58.792 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-05-25T00:48:59.835Z[ recovery-image] May 25 00:48:58.812 INFO O| May 25 00:48:58.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
77282024-05-25T00:48:59.907Z[ recovery-image] May 25 00:48:58.813 INFO O| May 25 00:48:58.813 INFO STEP 1067 (remove_files) COMPLETE
77292024-05-25T00:48:59.907Z[ recovery-image] May 25 00:48:58.813 INFO O| May 25 00:48:58.813 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-05-25T00:48:59.907Z[ recovery-image] May 25 00:48:58.834 INFO O| May 25 00:48:58.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
77312024-05-25T00:48:59.907Z[ recovery-image] May 25 00:48:58.834 INFO O| May 25 00:48:58.834 INFO STEP 1068 (remove_files) COMPLETE
77322024-05-25T00:48:59.907Z[ recovery-image] May 25 00:48:58.835 INFO O| May 25 00:48:58.834 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-05-25T00:48:59.911Z[ recovery-image] May 25 00:48:58.856 INFO O| May 25 00:48:58.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
77342024-05-25T00:48:59.911Z[ recovery-image] May 25 00:48:58.856 INFO O| May 25 00:48:58.856 INFO STEP 1069 (remove_files) COMPLETE
77352024-05-25T00:48:59.911Z[ recovery-image] May 25 00:48:58.856 INFO O| May 25 00:48:58.856 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-05-25T00:48:59.912Z[ recovery-image] May 25 00:48:58.881 INFO O| May 25 00:48:58.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
77372024-05-25T00:48:59.912Z[ recovery-image] May 25 00:48:58.881 INFO O| May 25 00:48:58.881 INFO STEP 1070 (remove_files) COMPLETE
77382024-05-25T00:48:59.912Z[ recovery-image] May 25 00:48:58.881 INFO O| May 25 00:48:58.881 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-05-25T00:48:59.924Z[ recovery-image] May 25 00:48:58.902 INFO O| May 25 00:48:58.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
77402024-05-25T00:48:59.929Z[ recovery-image] May 25 00:48:58.902 INFO O| May 25 00:48:58.902 INFO STEP 1071 (remove_files) COMPLETE
77412024-05-25T00:48:59.929Z[ recovery-image] May 25 00:48:58.903 INFO O| May 25 00:48:58.903 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-05-25T00:48:59.945Z[ recovery-image] May 25 00:48:58.922 INFO O| May 25 00:48:58.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
77432024-05-25T00:48:59.949Z[ recovery-image] May 25 00:48:58.923 INFO O| May 25 00:48:58.923 INFO STEP 1072 (remove_files) COMPLETE
77442024-05-25T00:48:59.949Z[ recovery-image] May 25 00:48:58.923 INFO O| May 25 00:48:58.923 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-05-25T00:48:59.973Z[ recovery-image] May 25 00:48:58.943 INFO O| May 25 00:48:58.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
77462024-05-25T00:48:59.973Z[ recovery-image] May 25 00:48:58.943 INFO O| May 25 00:48:58.943 INFO STEP 1073 (remove_files) COMPLETE
77472024-05-25T00:48:59.974Z[ recovery-image] May 25 00:48:58.943 INFO O| May 25 00:48:58.943 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-05-25T00:49:00.029Z[ recovery-image] May 25 00:48:58.999 INFO O| May 25 00:48:58.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
77492024-05-25T00:49:00.037Z[ recovery-image] May 25 00:48:58.999 INFO O| May 25 00:48:58.999 INFO STEP 1074 (remove_files) COMPLETE
77502024-05-25T00:49:00.037Z[ recovery-image] May 25 00:48:58.999 INFO O| May 25 00:48:58.999 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-05-25T00:49:00.047Z[ recovery-image] May 25 00:48:59.022 INFO O| May 25 00:48:59.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
77522024-05-25T00:49:00.047Z[ recovery-image] May 25 00:48:59.022 INFO O| May 25 00:48:59.022 INFO STEP 1075 (remove_files) COMPLETE
77532024-05-25T00:49:00.048Z[ recovery-image] May 25 00:48:59.022 INFO O| May 25 00:48:59.022 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-05-25T00:49:00.071Z[ recovery-image] May 25 00:48:59.043 INFO O| May 25 00:48:59.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
77552024-05-25T00:49:00.071Z[ recovery-image] May 25 00:48:59.043 INFO O| May 25 00:48:59.043 INFO STEP 1076 (remove_files) COMPLETE
77562024-05-25T00:49:00.071Z[ recovery-image] May 25 00:48:59.043 INFO O| May 25 00:48:59.043 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-05-25T00:49:00.089Z[ recovery-image] May 25 00:48:59.064 INFO O| May 25 00:48:59.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
77582024-05-25T00:49:00.093Z[ recovery-image] May 25 00:48:59.064 INFO O| May 25 00:48:59.064 INFO STEP 1077 (remove_files) COMPLETE
77592024-05-25T00:49:00.093Z[ recovery-image] May 25 00:48:59.065 INFO O| May 25 00:48:59.065 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-05-25T00:49:00.117Z[ recovery-image] May 25 00:48:59.085 INFO O| May 25 00:48:59.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
77612024-05-25T00:49:00.123Z[ recovery-image] May 25 00:48:59.086 INFO O| May 25 00:48:59.086 INFO STEP 1078 (remove_files) COMPLETE
77622024-05-25T00:49:00.123Z[ recovery-image] May 25 00:48:59.086 INFO O| May 25 00:48:59.086 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-05-25T00:49:00.127Z[ recovery-image] May 25 00:48:59.105 INFO O| May 25 00:48:59.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
77642024-05-25T00:49:00.215Z[ recovery-image] May 25 00:48:59.106 INFO O| May 25 00:48:59.106 INFO STEP 1079 (remove_files) COMPLETE
77652024-05-25T00:49:00.215Z[ recovery-image] May 25 00:48:59.106 INFO O| May 25 00:48:59.106 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-05-25T00:49:00.237Z[ recovery-image] May 25 00:48:59.125 INFO O| May 25 00:48:59.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
77672024-05-25T00:49:00.237Z[ recovery-image] May 25 00:48:59.126 INFO O| May 25 00:48:59.126 INFO STEP 1080 (remove_files) COMPLETE
77682024-05-25T00:49:00.237Z[ recovery-image] May 25 00:48:59.126 INFO O| May 25 00:48:59.126 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-05-25T00:49:00.238Z[ recovery-image] May 25 00:48:59.146 INFO O| May 25 00:48:59.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
77702024-05-25T00:49:00.238Z[ recovery-image] May 25 00:48:59.146 INFO O| May 25 00:48:59.146 INFO STEP 1081 (remove_files) COMPLETE
77712024-05-25T00:49:00.238Z[ recovery-image] May 25 00:48:59.146 INFO O| May 25 00:48:59.146 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-05-25T00:49:00.238Z[ recovery-image] May 25 00:48:59.190 INFO O| May 25 00:48:59.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
77732024-05-25T00:49:00.238Z[ recovery-image] May 25 00:48:59.190 INFO O| May 25 00:48:59.190 INFO STEP 1082 (remove_files) COMPLETE
77742024-05-25T00:49:00.238Z[ recovery-image] May 25 00:48:59.190 INFO O| May 25 00:48:59.190 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-05-25T00:49:00.243Z[ recovery-image] May 25 00:48:59.209 INFO O| May 25 00:48:59.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
77762024-05-25T00:49:00.243Z[ recovery-image] May 25 00:48:59.209 INFO O| May 25 00:48:59.209 INFO STEP 1083 (remove_files) COMPLETE
77772024-05-25T00:49:00.243Z[ recovery-image] May 25 00:48:59.209 INFO O| May 25 00:48:59.209 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-05-25T00:49:00.252Z[ recovery-image] May 25 00:48:59.230 INFO O| May 25 00:48:59.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
77792024-05-25T00:49:00.252Z[ recovery-image] May 25 00:48:59.230 INFO O| May 25 00:48:59.230 INFO STEP 1084 (remove_files) COMPLETE
77802024-05-25T00:49:00.256Z[ recovery-image] May 25 00:48:59.230 INFO O| May 25 00:48:59.230 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-05-25T00:49:00.310Z[ recovery-image] May 25 00:48:59.288 INFO O| May 25 00:48:59.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
77822024-05-25T00:49:00.314Z[ recovery-image] May 25 00:48:59.288 INFO O| May 25 00:48:59.288 INFO STEP 1085 (remove_files) COMPLETE
77832024-05-25T00:49:00.314Z[ recovery-image] May 25 00:48:59.289 INFO O| May 25 00:48:59.288 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-05-25T00:49:00.374Z[ recovery-image] May 25 00:48:59.352 INFO O| May 25 00:48:59.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
77852024-05-25T00:49:00.390Z[ recovery-image] May 25 00:48:59.352 INFO O| May 25 00:48:59.352 INFO STEP 1086 (remove_files) COMPLETE
77862024-05-25T00:49:00.390Z[ recovery-image] May 25 00:48:59.352 INFO O| May 25 00:48:59.352 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-05-25T00:49:00.395Z[ recovery-image] May 25 00:48:59.373 INFO O| May 25 00:48:59.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
77882024-05-25T00:49:00.398Z[ recovery-image] May 25 00:48:59.373 INFO O| May 25 00:48:59.373 INFO STEP 1087 (remove_files) COMPLETE
77892024-05-25T00:49:00.398Z[ recovery-image] May 25 00:48:59.373 INFO O| May 25 00:48:59.373 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-05-25T00:49:00.415Z[ recovery-image] May 25 00:48:59.394 INFO O| May 25 00:48:59.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
77912024-05-25T00:49:00.419Z[ recovery-image] May 25 00:48:59.394 INFO O| May 25 00:48:59.394 INFO STEP 1088 (remove_files) COMPLETE
77922024-05-25T00:49:00.419Z[ recovery-image] May 25 00:48:59.394 INFO O| May 25 00:48:59.394 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-05-25T00:49:00.435Z[ recovery-image] May 25 00:48:59.413 INFO O| May 25 00:48:59.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
77942024-05-25T00:49:00.435Z[ recovery-image] May 25 00:48:59.413 INFO O| May 25 00:48:59.413 INFO STEP 1089 (remove_files) COMPLETE
77952024-05-25T00:49:00.435Z[ recovery-image] May 25 00:48:59.413 INFO O| May 25 00:48:59.413 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-05-25T00:49:00.457Z[ recovery-image] May 25 00:48:59.435 INFO O| May 25 00:48:59.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
77972024-05-25T00:49:00.457Z[ recovery-image] May 25 00:48:59.435 INFO O| May 25 00:48:59.435 INFO STEP 1090 (remove_files) COMPLETE
77982024-05-25T00:49:00.457Z[ recovery-image] May 25 00:48:59.435 INFO O| May 25 00:48:59.435 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-05-25T00:49:00.480Z[ recovery-image] May 25 00:48:59.457 INFO O| May 25 00:48:59.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
78002024-05-25T00:49:00.480Z[ recovery-image] May 25 00:48:59.457 INFO O| May 25 00:48:59.457 INFO STEP 1091 (remove_files) COMPLETE
78012024-05-25T00:49:00.480Z[ recovery-image] May 25 00:48:59.457 INFO O| May 25 00:48:59.457 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-05-25T00:49:00.535Z[ recovery-image] May 25 00:48:59.513 INFO O| May 25 00:48:59.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
78032024-05-25T00:49:00.539Z[ recovery-image] May 25 00:48:59.513 INFO O| May 25 00:48:59.513 INFO STEP 1092 (remove_files) COMPLETE
78042024-05-25T00:49:00.539Z[ recovery-image] May 25 00:48:59.513 INFO O| May 25 00:48:59.513 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-05-25T00:49:00.564Z[ recovery-image] May 25 00:48:59.542 INFO O| May 25 00:48:59.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
78062024-05-25T00:49:00.564Z[ recovery-image] May 25 00:48:59.542 INFO O| May 25 00:48:59.542 INFO STEP 1093 (remove_files) COMPLETE
78072024-05-25T00:49:00.568Z[ recovery-image] May 25 00:48:59.542 INFO O| May 25 00:48:59.542 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-05-25T00:49:00.602Z[ recovery-image] May 25 00:48:59.579 INFO O| May 25 00:48:59.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
78092024-05-25T00:49:00.602Z[ recovery-image] May 25 00:48:59.579 INFO O| May 25 00:48:59.579 INFO STEP 1094 (remove_files) COMPLETE
78102024-05-25T00:49:00.769Z[ recovery-image] May 25 00:48:59.579 INFO O| May 25 00:48:59.579 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-05-25T00:49:00.773Z[ recovery-image] May 25 00:48:59.612 INFO O| May 25 00:48:59.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
78122024-05-25T00:49:00.773Z[ recovery-image] May 25 00:48:59.612 INFO O| May 25 00:48:59.612 INFO STEP 1095 (remove_files) COMPLETE
78132024-05-25T00:49:00.773Z[ recovery-image] May 25 00:48:59.612 INFO O| May 25 00:48:59.612 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-05-25T00:49:00.773Z[ recovery-image] May 25 00:48:59.633 INFO O| May 25 00:48:59.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
78152024-05-25T00:49:00.773Z[ recovery-image] May 25 00:48:59.633 INFO O| May 25 00:48:59.633 INFO STEP 1096 (remove_files) COMPLETE
78162024-05-25T00:49:00.773Z[ recovery-image] May 25 00:48:59.633 INFO O| May 25 00:48:59.633 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-05-25T00:49:00.773Z[ recovery-image] May 25 00:48:59.655 INFO O| May 25 00:48:59.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
78182024-05-25T00:49:00.773Z[ recovery-image] May 25 00:48:59.656 INFO O| May 25 00:48:59.655 INFO STEP 1097 (remove_files) COMPLETE
78192024-05-25T00:49:00.774Z[ recovery-image] May 25 00:48:59.656 INFO O| May 25 00:48:59.655 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-05-25T00:49:00.774Z[ recovery-image] May 25 00:48:59.680 INFO O| May 25 00:48:59.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
78212024-05-25T00:49:00.774Z[ recovery-image] May 25 00:48:59.681 INFO O| May 25 00:48:59.681 INFO STEP 1098 (remove_files) COMPLETE
78222024-05-25T00:49:00.774Z[ recovery-image] May 25 00:48:59.681 INFO O| May 25 00:48:59.681 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-05-25T00:49:00.774Z[ recovery-image] May 25 00:48:59.704 INFO O| May 25 00:48:59.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
78242024-05-25T00:49:00.774Z[ recovery-image] May 25 00:48:59.704 INFO O| May 25 00:48:59.704 INFO STEP 1099 (remove_files) COMPLETE
78252024-05-25T00:49:00.774Z[ recovery-image] May 25 00:48:59.704 INFO O| May 25 00:48:59.704 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-05-25T00:49:00.774Z[ recovery-image] May 25 00:48:59.730 INFO O| May 25 00:48:59.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
78272024-05-25T00:49:00.774Z[ recovery-image] May 25 00:48:59.731 INFO O| May 25 00:48:59.730 INFO STEP 1100 (remove_files) COMPLETE
78282024-05-25T00:49:00.774Z[ recovery-image] May 25 00:48:59.731 INFO O| May 25 00:48:59.730 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-05-25T00:49:00.821Z[ recovery-image] May 25 00:48:59.774 INFO O| May 25 00:48:59.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
78302024-05-25T00:49:00.891Z[ recovery-image] May 25 00:48:59.774 INFO O| May 25 00:48:59.774 INFO STEP 1101 (remove_files) COMPLETE
78312024-05-25T00:49:00.892Z[ recovery-image] May 25 00:48:59.774 INFO O| May 25 00:48:59.774 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-05-25T00:49:00.892Z[ recovery-image] May 25 00:48:59.796 INFO O| May 25 00:48:59.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
78332024-05-25T00:49:00.892Z[ recovery-image] May 25 00:48:59.797 INFO O| May 25 00:48:59.797 INFO STEP 1102 (remove_files) COMPLETE
78342024-05-25T00:49:00.892Z[ recovery-image] May 25 00:48:59.797 INFO O| May 25 00:48:59.797 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352024-05-25T00:49:00.923Z[ recovery-image] May 25 00:48:59.848 INFO O| May 25 00:48:59.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
78362024-05-25T00:49:00.923Z[ recovery-image] May 25 00:48:59.848 INFO O| May 25 00:48:59.848 INFO STEP 1103 (remove_files) COMPLETE
78372024-05-25T00:49:00.924Z[ recovery-image] May 25 00:48:59.848 INFO O| May 25 00:48:59.848 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382024-05-25T00:49:00.924Z[ recovery-image] May 25 00:48:59.868 INFO O| May 25 00:48:59.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
78392024-05-25T00:49:00.924Z[ recovery-image] May 25 00:48:59.869 INFO O| May 25 00:48:59.869 INFO STEP 1104 (remove_files) COMPLETE
78402024-05-25T00:49:00.924Z[ recovery-image] May 25 00:48:59.869 INFO O| May 25 00:48:59.869 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412024-05-25T00:49:00.993Z[ recovery-image] May 25 00:48:59.890 INFO O| May 25 00:48:59.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
78422024-05-25T00:49:00.994Z[ recovery-image] May 25 00:48:59.890 INFO O| May 25 00:48:59.890 INFO STEP 1105 (remove_files) COMPLETE
78432024-05-25T00:49:00.994Z[ recovery-image] May 25 00:48:59.890 INFO O| May 25 00:48:59.890 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442024-05-25T00:49:00.994Z[ recovery-image] May 25 00:48:59.912 INFO O| May 25 00:48:59.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
78452024-05-25T00:49:00.994Z[ recovery-image] May 25 00:48:59.912 INFO O| May 25 00:48:59.912 INFO STEP 1106 (remove_files) COMPLETE
78462024-05-25T00:49:00.994Z[ recovery-image] May 25 00:48:59.913 INFO O| May 25 00:48:59.912 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-05-25T00:49:00.994Z[ recovery-image] May 25 00:48:59.935 INFO O| May 25 00:48:59.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
78482024-05-25T00:49:00.994Z[ recovery-image] May 25 00:48:59.935 INFO O| May 25 00:48:59.935 INFO STEP 1107 (remove_files) COMPLETE
78492024-05-25T00:49:00.994Z[ recovery-image] May 25 00:48:59.935 INFO O| May 25 00:48:59.935 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502024-05-25T00:49:01.067Z[ recovery-image] May 25 00:48:59.956 INFO O| May 25 00:48:59.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
78512024-05-25T00:49:01.067Z[ recovery-image] May 25 00:48:59.956 INFO O| May 25 00:48:59.956 INFO STEP 1108 (remove_files) COMPLETE
78522024-05-25T00:49:01.068Z[ recovery-image] May 25 00:48:59.956 INFO O| May 25 00:48:59.956 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532024-05-25T00:49:01.068Z[ recovery-image] May 25 00:48:59.977 INFO O| May 25 00:48:59.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
78542024-05-25T00:49:01.068Z[ recovery-image] May 25 00:48:59.977 INFO O| May 25 00:48:59.977 INFO STEP 1109 (remove_files) COMPLETE
78552024-05-25T00:49:01.068Z[ recovery-image] May 25 00:48:59.977 INFO O| May 25 00:48:59.977 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562024-05-25T00:49:01.068Z[ recovery-image] May 25 00:48:59.999 INFO O| May 25 00:48:59.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
78572024-05-25T00:49:01.069Z[ recovery-image] May 25 00:49:00.000 INFO O| May 25 00:48:59.999 INFO STEP 1110 (remove_files) COMPLETE
78582024-05-25T00:49:01.069Z[ recovery-image] May 25 00:49:00.000 INFO O| May 25 00:49:00.000 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592024-05-25T00:49:01.292Z[ recovery-image] May 25 00:49:00.022 INFO O| May 25 00:49:00.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
78602024-05-25T00:49:01.292Z[ recovery-image] May 25 00:49:00.022 INFO O| May 25 00:49:00.022 INFO STEP 1111 (remove_files) COMPLETE
78612024-05-25T00:49:01.293Z[ recovery-image] May 25 00:49:00.022 INFO O| May 25 00:49:00.022 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622024-05-25T00:49:01.293Z[ recovery-image] May 25 00:49:00.044 INFO O| May 25 00:49:00.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
78632024-05-25T00:49:01.293Z[ recovery-image] May 25 00:49:00.045 INFO O| May 25 00:49:00.045 INFO STEP 1112 (remove_files) COMPLETE
78642024-05-25T00:49:01.293Z[ recovery-image] May 25 00:49:00.045 INFO O| May 25 00:49:00.045 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652024-05-25T00:49:01.293Z[ recovery-image] May 25 00:49:00.065 INFO O| May 25 00:49:00.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
78662024-05-25T00:49:01.293Z[ recovery-image] May 25 00:49:00.066 INFO O| May 25 00:49:00.065 INFO STEP 1113 (remove_files) COMPLETE
78672024-05-25T00:49:01.293Z[ recovery-image] May 25 00:49:00.066 INFO O| May 25 00:49:00.066 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682024-05-25T00:49:01.293Z[ recovery-image] May 25 00:49:00.083 INFO O| May 25 00:49:00.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
78692024-05-25T00:49:01.293Z[ recovery-image] May 25 00:49:00.084 INFO O| May 25 00:49:00.083 INFO STEP 1114 (remove_files) COMPLETE
78702024-05-25T00:49:01.293Z[ recovery-image] May 25 00:49:00.084 INFO O| May 25 00:49:00.083 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-05-25T00:49:01.293Z[ recovery-image] May 25 00:49:00.101 INFO O| May 25 00:49:00.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
78722024-05-25T00:49:01.293Z[ recovery-image] May 25 00:49:00.101 INFO O| May 25 00:49:00.101 INFO STEP 1115 (remove_files) COMPLETE
78732024-05-25T00:49:01.294Z[ recovery-image] May 25 00:49:00.101 INFO O| May 25 00:49:00.101 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-05-25T00:49:01.294Z[ recovery-image] May 25 00:49:00.118 INFO O| May 25 00:49:00.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
78752024-05-25T00:49:01.294Z[ recovery-image] May 25 00:49:00.118 INFO O| May 25 00:49:00.118 INFO STEP 1116 (remove_files) COMPLETE
78762024-05-25T00:49:01.294Z[ recovery-image] May 25 00:49:00.118 INFO O| May 25 00:49:00.118 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-05-25T00:49:01.294Z[ recovery-image] May 25 00:49:00.136 INFO O| May 25 00:49:00.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
78782024-05-25T00:49:01.294Z[ recovery-image] May 25 00:49:00.136 INFO O| May 25 00:49:00.136 INFO STEP 1117 (remove_files) COMPLETE
78792024-05-25T00:49:01.294Z[ recovery-image] May 25 00:49:00.136 INFO O| May 25 00:49:00.136 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802024-05-25T00:49:01.294Z[ recovery-image] May 25 00:49:00.153 INFO O| May 25 00:49:00.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
78812024-05-25T00:49:01.294Z[ recovery-image] May 25 00:49:00.153 INFO O| May 25 00:49:00.153 INFO STEP 1118 (remove_files) COMPLETE
78822024-05-25T00:49:01.294Z[ recovery-image] May 25 00:49:00.153 INFO O| May 25 00:49:00.153 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832024-05-25T00:49:01.294Z[ recovery-image] May 25 00:49:00.171 INFO O| May 25 00:49:00.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
78842024-05-25T00:49:01.294Z[ recovery-image] May 25 00:49:00.172 INFO O| May 25 00:49:00.172 INFO STEP 1119 (remove_files) COMPLETE
78852024-05-25T00:49:01.295Z[ recovery-image] May 25 00:49:00.172 INFO O| May 25 00:49:00.172 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862024-05-25T00:49:01.299Z[ recovery-image] May 25 00:49:00.189 INFO O| May 25 00:49:00.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
78872024-05-25T00:49:01.299Z[ recovery-image] May 25 00:49:00.189 INFO O| May 25 00:49:00.189 INFO STEP 1120 (remove_files) COMPLETE
78882024-05-25T00:49:01.299Z[ recovery-image] May 25 00:49:00.189 INFO O| May 25 00:49:00.189 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892024-05-25T00:49:01.299Z[ recovery-image] May 25 00:49:00.223 INFO O| May 25 00:49:00.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
78902024-05-25T00:49:01.299Z[ recovery-image] May 25 00:49:00.223 INFO O| May 25 00:49:00.223 INFO STEP 1121 (remove_files) COMPLETE
78912024-05-25T00:49:01.299Z[ recovery-image] May 25 00:49:00.223 INFO O| May 25 00:49:00.223 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922024-05-25T00:49:01.322Z[ recovery-image] May 25 00:49:00.286 INFO O| May 25 00:49:00.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
78932024-05-25T00:49:01.322Z[ recovery-image] May 25 00:49:00.286 INFO O| May 25 00:49:00.286 INFO STEP 1122 (remove_files) COMPLETE
78942024-05-25T00:49:01.322Z[ recovery-image] May 25 00:49:00.286 INFO O| May 25 00:49:00.286 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952024-05-25T00:49:01.369Z[ recovery-image] May 25 00:49:00.346 INFO O| May 25 00:49:00.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
78962024-05-25T00:49:01.369Z[ recovery-image] May 25 00:49:00.346 INFO O| May 25 00:49:00.346 INFO STEP 1123 (remove_files) COMPLETE
78972024-05-25T00:49:01.369Z[ recovery-image] May 25 00:49:00.346 INFO O| May 25 00:49:00.346 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982024-05-25T00:49:01.405Z[ recovery-image] May 25 00:49:00.376 INFO O| May 25 00:49:00.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
78992024-05-25T00:49:01.405Z[ recovery-image] May 25 00:49:00.376 INFO O| May 25 00:49:00.376 INFO STEP 1124 (remove_files) COMPLETE
79002024-05-25T00:49:01.405Z[ recovery-image] May 25 00:49:00.376 INFO O| May 25 00:49:00.376 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012024-05-25T00:49:01.439Z[ recovery-image] May 25 00:49:00.414 INFO O| May 25 00:49:00.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
79022024-05-25T00:49:01.439Z[ recovery-image] May 25 00:49:00.414 INFO O| May 25 00:49:00.414 INFO STEP 1125 (remove_files) COMPLETE
79032024-05-25T00:49:01.439Z[ recovery-image] May 25 00:49:00.414 INFO O| May 25 00:49:00.414 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042024-05-25T00:49:01.464Z[ recovery-image] May 25 00:49:00.435 INFO O| May 25 00:49:00.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
79052024-05-25T00:49:01.464Z[ recovery-image] May 25 00:49:00.435 INFO O| May 25 00:49:00.435 INFO STEP 1126 (remove_files) COMPLETE
79062024-05-25T00:49:01.464Z[ recovery-image] May 25 00:49:00.435 INFO O| May 25 00:49:00.435 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-05-25T00:49:01.500Z[ recovery-image] May 25 00:49:00.478 INFO O| May 25 00:49:00.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
79082024-05-25T00:49:01.505Z[ recovery-image] May 25 00:49:00.478 INFO O| May 25 00:49:00.478 INFO STEP 1127 (remove_files) COMPLETE
79092024-05-25T00:49:01.505Z[ recovery-image] May 25 00:49:00.478 INFO O| May 25 00:49:00.478 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-05-25T00:49:01.522Z[ recovery-image] May 25 00:49:00.500 INFO O| May 25 00:49:00.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
79112024-05-25T00:49:01.526Z[ recovery-image] May 25 00:49:00.500 INFO O| May 25 00:49:00.500 INFO STEP 1128 (remove_files) COMPLETE
79122024-05-25T00:49:01.527Z[ recovery-image] May 25 00:49:00.500 INFO O| May 25 00:49:00.500 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-05-25T00:49:01.544Z[ recovery-image] May 25 00:49:00.522 INFO O| May 25 00:49:00.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
79142024-05-25T00:49:01.544Z[ recovery-image] May 25 00:49:00.522 INFO O| May 25 00:49:00.522 INFO STEP 1129 (remove_files) COMPLETE
79152024-05-25T00:49:01.549Z[ recovery-image] May 25 00:49:00.522 INFO O| May 25 00:49:00.522 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-05-25T00:49:01.571Z[ recovery-image] May 25 00:49:00.549 INFO O| May 25 00:49:00.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
79172024-05-25T00:49:01.572Z[ recovery-image] May 25 00:49:00.549 INFO O| May 25 00:49:00.549 INFO STEP 1130 (remove_files) COMPLETE
79182024-05-25T00:49:01.572Z[ recovery-image] May 25 00:49:00.549 INFO O| May 25 00:49:00.549 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-05-25T00:49:01.605Z[ recovery-image] May 25 00:49:00.580 INFO O| May 25 00:49:00.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
79202024-05-25T00:49:01.606Z[ recovery-image] May 25 00:49:00.580 INFO O| May 25 00:49:00.580 INFO STEP 1131 (remove_files) COMPLETE
79212024-05-25T00:49:01.606Z[ recovery-image] May 25 00:49:00.580 INFO O| May 25 00:49:00.580 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-05-25T00:49:01.640Z[ recovery-image] May 25 00:49:00.617 INFO O| May 25 00:49:00.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
79232024-05-25T00:49:01.643Z[ recovery-image] May 25 00:49:00.617 INFO O| May 25 00:49:00.617 INFO STEP 1132 (remove_files) COMPLETE
79242024-05-25T00:49:01.643Z[ recovery-image] May 25 00:49:00.617 INFO O| May 25 00:49:00.617 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-05-25T00:49:01.662Z[ recovery-image] May 25 00:49:00.639 INFO O| May 25 00:49:00.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
79262024-05-25T00:49:01.662Z[ recovery-image] May 25 00:49:00.640 INFO O| May 25 00:49:00.639 INFO STEP 1133 (remove_files) COMPLETE
79272024-05-25T00:49:01.662Z[ recovery-image] May 25 00:49:00.640 INFO O| May 25 00:49:00.640 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-05-25T00:49:01.696Z[ recovery-image] May 25 00:49:00.673 INFO O| May 25 00:49:00.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
79292024-05-25T00:49:01.700Z[ recovery-image] May 25 00:49:00.674 INFO O| May 25 00:49:00.674 INFO STEP 1134 (remove_files) COMPLETE
79302024-05-25T00:49:01.700Z[ recovery-image] May 25 00:49:00.674 INFO O| May 25 00:49:00.674 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312024-05-25T00:49:01.755Z[ recovery-image] May 25 00:49:00.732 INFO O| May 25 00:49:00.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
79322024-05-25T00:49:01.759Z[ recovery-image] May 25 00:49:00.733 INFO O| May 25 00:49:00.733 INFO STEP 1135 (remove_files) COMPLETE
79332024-05-25T00:49:01.759Z[ recovery-image] May 25 00:49:00.733 INFO O| May 25 00:49:00.733 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-05-25T00:49:01.781Z[ recovery-image] May 25 00:49:00.752 INFO O| May 25 00:49:00.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
79352024-05-25T00:49:01.781Z[ recovery-image] May 25 00:49:00.752 INFO O| May 25 00:49:00.752 INFO STEP 1136 (remove_files) COMPLETE
79362024-05-25T00:49:01.781Z[ recovery-image] May 25 00:49:00.752 INFO O| May 25 00:49:00.752 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372024-05-25T00:49:01.794Z[ recovery-image] May 25 00:49:00.772 INFO O| May 25 00:49:00.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
79382024-05-25T00:49:01.799Z[ recovery-image] May 25 00:49:00.772 INFO O| May 25 00:49:00.772 INFO STEP 1137 (remove_files) COMPLETE
79392024-05-25T00:49:01.799Z[ recovery-image] May 25 00:49:00.772 INFO O| May 25 00:49:00.772 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402024-05-25T00:49:01.817Z[ recovery-image] May 25 00:49:00.794 INFO O| May 25 00:49:00.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
79412024-05-25T00:49:01.821Z[ recovery-image] May 25 00:49:00.795 INFO O| May 25 00:49:00.795 INFO STEP 1138 (remove_files) COMPLETE
79422024-05-25T00:49:01.821Z[ recovery-image] May 25 00:49:00.795 INFO O| May 25 00:49:00.795 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432024-05-25T00:49:01.837Z[ recovery-image] May 25 00:49:00.814 INFO O| May 25 00:49:00.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
79442024-05-25T00:49:01.841Z[ recovery-image] May 25 00:49:00.815 INFO O| May 25 00:49:00.815 INFO STEP 1139 (remove_files) COMPLETE
79452024-05-25T00:49:01.841Z[ recovery-image] May 25 00:49:00.815 INFO O| May 25 00:49:00.815 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462024-05-25T00:49:01.858Z[ recovery-image] May 25 00:49:00.835 INFO O| May 25 00:49:00.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
79472024-05-25T00:49:01.861Z[ recovery-image] May 25 00:49:00.836 INFO O| May 25 00:49:00.836 INFO STEP 1140 (remove_files) COMPLETE
79482024-05-25T00:49:01.861Z[ recovery-image] May 25 00:49:00.836 INFO O| May 25 00:49:00.836 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492024-05-25T00:49:01.884Z[ recovery-image] May 25 00:49:00.861 INFO O| May 25 00:49:00.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
79502024-05-25T00:49:01.884Z[ recovery-image] May 25 00:49:00.861 INFO O| May 25 00:49:00.861 INFO STEP 1141 (remove_files) COMPLETE
79512024-05-25T00:49:01.884Z[ recovery-image] May 25 00:49:00.861 INFO O| May 25 00:49:00.861 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522024-05-25T00:49:01.905Z[ recovery-image] May 25 00:49:00.883 INFO O| May 25 00:49:00.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
79532024-05-25T00:49:01.905Z[ recovery-image] May 25 00:49:00.883 INFO O| May 25 00:49:00.883 INFO STEP 1142 (remove_files) COMPLETE
79542024-05-25T00:49:01.918Z[ recovery-image] May 25 00:49:00.883 INFO O| May 25 00:49:00.883 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552024-05-25T00:49:01.985Z[ recovery-image] May 25 00:49:00.961 INFO O| May 25 00:49:00.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
79562024-05-25T00:49:01.985Z[ recovery-image] May 25 00:49:00.961 INFO O| May 25 00:49:00.961 INFO STEP 1143 (remove_files) COMPLETE
79572024-05-25T00:49:01.985Z[ recovery-image] May 25 00:49:00.961 INFO O| May 25 00:49:00.961 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582024-05-25T00:49:02.018Z[ recovery-image] May 25 00:49:00.995 INFO O| May 25 00:49:00.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
79592024-05-25T00:49:02.018Z[ recovery-image] May 25 00:49:00.995 INFO O| May 25 00:49:00.995 INFO STEP 1144 (remove_files) COMPLETE
79602024-05-25T00:49:02.022Z[ recovery-image] May 25 00:49:00.996 INFO O| May 25 00:49:00.995 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612024-05-25T00:49:02.054Z[ recovery-image] May 25 00:49:01.032 INFO O| May 25 00:49:01.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
79622024-05-25T00:49:02.055Z[ recovery-image] May 25 00:49:01.032 INFO O| May 25 00:49:01.032 INFO STEP 1145 (remove_files) COMPLETE
79632024-05-25T00:49:02.055Z[ recovery-image] May 25 00:49:01.032 INFO O| May 25 00:49:01.032 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642024-05-25T00:49:02.076Z[ recovery-image] May 25 00:49:01.052 INFO O| May 25 00:49:01.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
79652024-05-25T00:49:02.076Z[ recovery-image] May 25 00:49:01.052 INFO O| May 25 00:49:01.052 INFO STEP 1146 (remove_files) COMPLETE
79662024-05-25T00:49:02.076Z[ recovery-image] May 25 00:49:01.052 INFO O| May 25 00:49:01.052 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672024-05-25T00:49:02.135Z[ recovery-image] May 25 00:49:01.110 INFO O| May 25 00:49:01.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
79682024-05-25T00:49:02.135Z[ recovery-image] May 25 00:49:01.110 INFO O| May 25 00:49:01.110 INFO STEP 1147 (remove_files) COMPLETE
79692024-05-25T00:49:02.162Z[ recovery-image] May 25 00:49:01.110 INFO O| May 25 00:49:01.110 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702024-05-25T00:49:02.166Z[ recovery-image] May 25 00:49:01.135 INFO O| May 25 00:49:01.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
79712024-05-25T00:49:02.166Z[ recovery-image] May 25 00:49:01.135 INFO O| May 25 00:49:01.135 INFO STEP 1148 (remove_files) COMPLETE
79722024-05-25T00:49:02.166Z[ recovery-image] May 25 00:49:01.135 INFO O| May 25 00:49:01.135 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732024-05-25T00:49:02.185Z[ recovery-image] May 25 00:49:01.157 INFO O| May 25 00:49:01.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
79742024-05-25T00:49:02.185Z[ recovery-image] May 25 00:49:01.157 INFO O| May 25 00:49:01.157 INFO STEP 1149 (remove_files) COMPLETE
79752024-05-25T00:49:02.192Z[ recovery-image] May 25 00:49:01.157 INFO O| May 25 00:49:01.157 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762024-05-25T00:49:02.233Z[ recovery-image] May 25 00:49:01.178 INFO O| May 25 00:49:01.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
79772024-05-25T00:49:02.233Z[ recovery-image] May 25 00:49:01.178 INFO O| May 25 00:49:01.178 INFO STEP 1150 (remove_files) COMPLETE
79782024-05-25T00:49:02.281Z[ recovery-image] May 25 00:49:01.178 INFO O| May 25 00:49:01.178 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792024-05-25T00:49:02.281Z[ recovery-image] May 25 00:49:01.199 INFO O| May 25 00:49:01.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
79802024-05-25T00:49:02.281Z[ recovery-image] May 25 00:49:01.199 INFO O| May 25 00:49:01.199 INFO STEP 1151 (remove_files) COMPLETE
79812024-05-25T00:49:02.281Z[ recovery-image] May 25 00:49:01.199 INFO O| May 25 00:49:01.199 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822024-05-25T00:49:02.281Z[ recovery-image] May 25 00:49:01.219 INFO O| May 25 00:49:01.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
79832024-05-25T00:49:02.281Z[ recovery-image] May 25 00:49:01.219 INFO O| May 25 00:49:01.219 INFO STEP 1152 (remove_files) COMPLETE
79842024-05-25T00:49:02.281Z[ recovery-image] May 25 00:49:01.219 INFO O| May 25 00:49:01.219 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852024-05-25T00:49:02.281Z[ recovery-image] May 25 00:49:01.239 INFO O| May 25 00:49:01.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
79862024-05-25T00:49:02.281Z[ recovery-image] May 25 00:49:01.239 INFO O| May 25 00:49:01.239 INFO STEP 1153 (remove_files) COMPLETE
79872024-05-25T00:49:02.281Z[ recovery-image] May 25 00:49:01.239 INFO O| May 25 00:49:01.239 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882024-05-25T00:49:02.316Z[ recovery-image] May 25 00:49:01.292 INFO O| May 25 00:49:01.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
79892024-05-25T00:49:02.316Z[ recovery-image] May 25 00:49:01.292 INFO O| May 25 00:49:01.292 INFO STEP 1154 (remove_files) COMPLETE
79902024-05-25T00:49:02.316Z[ recovery-image] May 25 00:49:01.292 INFO O| May 25 00:49:01.292 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912024-05-25T00:49:02.336Z[ recovery-image] May 25 00:49:01.314 INFO O| May 25 00:49:01.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
79922024-05-25T00:49:02.337Z[ recovery-image] May 25 00:49:01.314 INFO O| May 25 00:49:01.314 INFO STEP 1155 (remove_files) COMPLETE
79932024-05-25T00:49:02.337Z[ recovery-image] May 25 00:49:01.314 INFO O| May 25 00:49:01.314 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942024-05-25T00:49:02.360Z[ recovery-image] May 25 00:49:01.337 INFO O| May 25 00:49:01.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
79952024-05-25T00:49:02.360Z[ recovery-image] May 25 00:49:01.337 INFO O| May 25 00:49:01.337 INFO STEP 1156 (remove_files) COMPLETE
79962024-05-25T00:49:02.360Z[ recovery-image] May 25 00:49:01.337 INFO O| May 25 00:49:01.337 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972024-05-25T00:49:02.383Z[ recovery-image] May 25 00:49:01.360 INFO O| May 25 00:49:01.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
79982024-05-25T00:49:02.383Z[ recovery-image] May 25 00:49:01.360 INFO O| May 25 00:49:01.360 INFO STEP 1157 (remove_files) COMPLETE
79992024-05-25T00:49:02.383Z[ recovery-image] May 25 00:49:01.360 INFO O| May 25 00:49:01.360 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002024-05-25T00:49:02.408Z[ recovery-image] May 25 00:49:01.385 INFO O| May 25 00:49:01.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
80012024-05-25T00:49:02.408Z[ recovery-image] May 25 00:49:01.385 INFO O| May 25 00:49:01.385 INFO STEP 1158 (remove_files) COMPLETE
80022024-05-25T00:49:02.412Z[ recovery-image] May 25 00:49:01.385 INFO O| May 25 00:49:01.385 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032024-05-25T00:49:02.443Z[ recovery-image] May 25 00:49:01.421 INFO O| May 25 00:49:01.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
80042024-05-25T00:49:02.443Z[ recovery-image] May 25 00:49:01.421 INFO O| May 25 00:49:01.421 INFO STEP 1159 (remove_files) COMPLETE
80052024-05-25T00:49:02.448Z[ recovery-image] May 25 00:49:01.421 INFO O| May 25 00:49:01.421 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062024-05-25T00:49:02.466Z[ recovery-image] May 25 00:49:01.442 INFO O| May 25 00:49:01.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
80072024-05-25T00:49:02.467Z[ recovery-image] May 25 00:49:01.442 INFO O| May 25 00:49:01.442 INFO STEP 1160 (remove_files) COMPLETE
80082024-05-25T00:49:02.467Z[ recovery-image] May 25 00:49:01.442 INFO O| May 25 00:49:01.442 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092024-05-25T00:49:02.509Z[ recovery-image] May 25 00:49:01.466 INFO O| May 25 00:49:01.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
80102024-05-25T00:49:02.509Z[ recovery-image] May 25 00:49:01.466 INFO O| May 25 00:49:01.466 INFO STEP 1161 (remove_files) COMPLETE
80112024-05-25T00:49:02.509Z[ recovery-image] May 25 00:49:01.466 INFO O| May 25 00:49:01.466 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122024-05-25T00:49:02.534Z[ recovery-image] May 25 00:49:01.488 INFO O| May 25 00:49:01.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
80132024-05-25T00:49:02.534Z[ recovery-image] May 25 00:49:01.488 INFO O| May 25 00:49:01.488 INFO STEP 1162 (remove_files) COMPLETE
80142024-05-25T00:49:02.535Z[ recovery-image] May 25 00:49:01.488 INFO O| May 25 00:49:01.488 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152024-05-25T00:49:02.535Z[ recovery-image] May 25 00:49:01.507 INFO O| May 25 00:49:01.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
80162024-05-25T00:49:02.535Z[ recovery-image] May 25 00:49:01.508 INFO O| May 25 00:49:01.507 INFO STEP 1163 (remove_files) COMPLETE
80172024-05-25T00:49:02.535Z[ recovery-image] May 25 00:49:01.508 INFO O| May 25 00:49:01.508 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182024-05-25T00:49:02.556Z[ recovery-image] May 25 00:49:01.527 INFO O| May 25 00:49:01.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
80192024-05-25T00:49:02.556Z[ recovery-image] May 25 00:49:01.527 INFO O| May 25 00:49:01.527 INFO STEP 1164 (remove_files) COMPLETE
80202024-05-25T00:49:02.556Z[ recovery-image] May 25 00:49:01.527 INFO O| May 25 00:49:01.527 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212024-05-25T00:49:02.577Z[ recovery-image] May 25 00:49:01.554 INFO O| May 25 00:49:01.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
80222024-05-25T00:49:02.586Z[ recovery-image] May 25 00:49:01.554 INFO O| May 25 00:49:01.554 INFO STEP 1165 (remove_files) COMPLETE
80232024-05-25T00:49:02.587Z[ recovery-image] May 25 00:49:01.554 INFO O| May 25 00:49:01.554 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242024-05-25T00:49:02.610Z[ recovery-image] May 25 00:49:01.586 INFO O| May 25 00:49:01.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
80252024-05-25T00:49:02.610Z[ recovery-image] May 25 00:49:01.586 INFO O| May 25 00:49:01.586 INFO STEP 1166 (remove_files) COMPLETE
80262024-05-25T00:49:02.610Z[ recovery-image] May 25 00:49:01.586 INFO O| May 25 00:49:01.586 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272024-05-25T00:49:02.652Z[ recovery-image] May 25 00:49:01.629 INFO O| May 25 00:49:01.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
80282024-05-25T00:49:02.652Z[ recovery-image] May 25 00:49:01.629 INFO O| May 25 00:49:01.629 INFO STEP 1167 (remove_files) COMPLETE
80292024-05-25T00:49:02.658Z[ recovery-image] May 25 00:49:01.630 INFO O| May 25 00:49:01.629 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302024-05-25T00:49:02.679Z[ recovery-image] May 25 00:49:01.649 INFO O| May 25 00:49:01.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
80312024-05-25T00:49:02.679Z[ recovery-image] May 25 00:49:01.649 INFO O| May 25 00:49:01.649 INFO STEP 1168 (remove_files) COMPLETE
80322024-05-25T00:49:02.692Z[ recovery-image] May 25 00:49:01.649 INFO O| May 25 00:49:01.649 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332024-05-25T00:49:02.708Z[ recovery-image] May 25 00:49:01.673 INFO O| May 25 00:49:01.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
80342024-05-25T00:49:02.708Z[ recovery-image] May 25 00:49:01.673 INFO O| May 25 00:49:01.673 INFO STEP 1169 (remove_files) COMPLETE
80352024-05-25T00:49:02.708Z[ recovery-image] May 25 00:49:01.673 INFO O| May 25 00:49:01.673 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362024-05-25T00:49:02.740Z[ recovery-image] May 25 00:49:01.701 INFO O| May 25 00:49:01.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
80372024-05-25T00:49:02.754Z[ recovery-image] May 25 00:49:01.702 INFO O| May 25 00:49:01.701 INFO STEP 1170 (remove_files) COMPLETE
80382024-05-25T00:49:02.755Z[ recovery-image] May 25 00:49:01.702 INFO O| May 25 00:49:01.702 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392024-05-25T00:49:02.759Z[ recovery-image] May 25 00:49:01.728 INFO O| May 25 00:49:01.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
80402024-05-25T00:49:02.759Z[ recovery-image] May 25 00:49:01.728 INFO O| May 25 00:49:01.728 INFO STEP 1171 (remove_files) COMPLETE
80412024-05-25T00:49:02.759Z[ recovery-image] May 25 00:49:01.728 INFO O| May 25 00:49:01.728 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422024-05-25T00:49:02.787Z[ recovery-image] May 25 00:49:01.764 INFO O| May 25 00:49:01.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
80432024-05-25T00:49:02.838Z[ recovery-image] May 25 00:49:01.789 INFO O| May 25 00:49:01.789 INFO STEP 1172 (remove_files) COMPLETE
80442024-05-25T00:49:02.839Z[ recovery-image] May 25 00:49:01.789 INFO O| May 25 00:49:01.789 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452024-05-25T00:49:02.868Z[ recovery-image] May 25 00:49:01.846 INFO O| May 25 00:49:01.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
80462024-05-25T00:49:02.868Z[ recovery-image] May 25 00:49:01.846 INFO O| May 25 00:49:01.846 INFO STEP 1173 (remove_files) COMPLETE
80472024-05-25T00:49:02.868Z[ recovery-image] May 25 00:49:01.846 INFO O| May 25 00:49:01.846 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482024-05-25T00:49:02.911Z[ recovery-image] May 25 00:49:01.865 INFO O| May 25 00:49:01.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
80492024-05-25T00:49:02.911Z[ recovery-image] May 25 00:49:01.865 INFO O| May 25 00:49:01.865 INFO STEP 1174 (remove_files) COMPLETE
80502024-05-25T00:49:02.911Z[ recovery-image] May 25 00:49:01.865 INFO O| May 25 00:49:01.865 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512024-05-25T00:49:02.981Z[ recovery-image] May 25 00:49:01.911 INFO O| May 25 00:49:01.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
80522024-05-25T00:49:02.981Z[ recovery-image] May 25 00:49:01.911 INFO O| May 25 00:49:01.911 INFO STEP 1175 (remove_files) COMPLETE
80532024-05-25T00:49:02.981Z[ recovery-image] May 25 00:49:01.911 INFO O| May 25 00:49:01.911 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542024-05-25T00:49:03.059Z[ recovery-image] May 25 00:49:01.944 INFO O| May 25 00:49:01.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
80552024-05-25T00:49:03.059Z[ recovery-image] May 25 00:49:01.944 INFO O| May 25 00:49:01.944 INFO STEP 1176 (remove_files) COMPLETE
80562024-05-25T00:49:03.059Z[ recovery-image] May 25 00:49:01.944 INFO O| May 25 00:49:01.944 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572024-05-25T00:49:03.059Z[ recovery-image] May 25 00:49:01.968 INFO O| May 25 00:49:01.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
80582024-05-25T00:49:03.059Z[ recovery-image] May 25 00:49:01.968 INFO O| May 25 00:49:01.968 INFO STEP 1177 (remove_files) COMPLETE
80592024-05-25T00:49:03.060Z[ recovery-image] May 25 00:49:01.968 INFO O| May 25 00:49:01.968 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602024-05-25T00:49:03.060Z[ recovery-image] May 25 00:49:01.989 INFO O| May 25 00:49:01.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
80612024-05-25T00:49:03.060Z[ recovery-image] May 25 00:49:01.989 INFO O| May 25 00:49:01.989 INFO STEP 1178 (remove_files) COMPLETE
80622024-05-25T00:49:03.060Z[ recovery-image] May 25 00:49:01.989 INFO O| May 25 00:49:01.989 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632024-05-25T00:49:03.095Z[ recovery-image] May 25 00:49:02.012 INFO O| May 25 00:49:02.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
80642024-05-25T00:49:03.095Z[ recovery-image] May 25 00:49:02.012 INFO O| May 25 00:49:02.012 INFO STEP 1179 (remove_files) COMPLETE
80652024-05-25T00:49:03.095Z[ recovery-image] May 25 00:49:02.012 INFO O| May 25 00:49:02.012 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662024-05-25T00:49:03.119Z[ recovery-image] May 25 00:49:02.095 INFO O| May 25 00:49:02.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
80672024-05-25T00:49:03.119Z[ recovery-image] May 25 00:49:02.095 INFO O| May 25 00:49:02.095 INFO STEP 1180 (remove_files) COMPLETE
80682024-05-25T00:49:03.120Z[ recovery-image] May 25 00:49:02.095 INFO O| May 25 00:49:02.095 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692024-05-25T00:49:03.142Z[ recovery-image] May 25 00:49:02.119 INFO O| May 25 00:49:02.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
80702024-05-25T00:49:03.142Z[ recovery-image] May 25 00:49:02.119 INFO O| May 25 00:49:02.119 INFO STEP 1181 (remove_files) COMPLETE
80712024-05-25T00:49:03.142Z[ recovery-image] May 25 00:49:02.119 INFO O| May 25 00:49:02.119 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722024-05-25T00:49:03.163Z[ recovery-image] May 25 00:49:02.141 INFO O| May 25 00:49:02.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
80732024-05-25T00:49:03.163Z[ recovery-image] May 25 00:49:02.141 INFO O| May 25 00:49:02.141 INFO STEP 1182 (remove_files) COMPLETE
80742024-05-25T00:49:03.164Z[ recovery-image] May 25 00:49:02.141 INFO O| May 25 00:49:02.141 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752024-05-25T00:49:03.250Z[ recovery-image] May 25 00:49:02.227 INFO O| May 25 00:49:02.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
80762024-05-25T00:49:03.250Z[ recovery-image] May 25 00:49:02.227 INFO O| May 25 00:49:02.227 INFO STEP 1183 (remove_files) COMPLETE
80772024-05-25T00:49:03.250Z[ recovery-image] May 25 00:49:02.227 INFO O| May 25 00:49:02.227 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782024-05-25T00:49:03.287Z[ recovery-image] May 25 00:49:02.263 INFO O| May 25 00:49:02.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
80792024-05-25T00:49:03.291Z[ recovery-image] May 25 00:49:02.263 INFO O| May 25 00:49:02.263 INFO STEP 1184 (remove_files) COMPLETE
80802024-05-25T00:49:03.291Z[ recovery-image] May 25 00:49:02.263 INFO O| May 25 00:49:02.263 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812024-05-25T00:49:03.308Z[ recovery-image] May 25 00:49:02.285 INFO O| May 25 00:49:02.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
80822024-05-25T00:49:03.313Z[ recovery-image] May 25 00:49:02.285 INFO O| May 25 00:49:02.285 INFO STEP 1185 (remove_files) COMPLETE
80832024-05-25T00:49:03.313Z[ recovery-image] May 25 00:49:02.286 INFO O| May 25 00:49:02.286 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842024-05-25T00:49:03.330Z[ recovery-image] May 25 00:49:02.307 INFO O| May 25 00:49:02.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
80852024-05-25T00:49:03.334Z[ recovery-image] May 25 00:49:02.307 INFO O| May 25 00:49:02.307 INFO STEP 1186 (remove_files) COMPLETE
80862024-05-25T00:49:03.334Z[ recovery-image] May 25 00:49:02.307 INFO O| May 25 00:49:02.307 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872024-05-25T00:49:03.352Z[ recovery-image] May 25 00:49:02.329 INFO O| May 25 00:49:02.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
80882024-05-25T00:49:03.355Z[ recovery-image] May 25 00:49:02.329 INFO O| May 25 00:49:02.329 INFO STEP 1187 (remove_files) COMPLETE
80892024-05-25T00:49:03.355Z[ recovery-image] May 25 00:49:02.329 INFO O| May 25 00:49:02.329 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902024-05-25T00:49:03.372Z[ recovery-image] May 25 00:49:02.349 INFO O| May 25 00:49:02.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
80912024-05-25T00:49:03.376Z[ recovery-image] May 25 00:49:02.350 INFO O| May 25 00:49:02.350 INFO STEP 1188 (remove_files) COMPLETE
80922024-05-25T00:49:03.376Z[ recovery-image] May 25 00:49:02.350 INFO O| May 25 00:49:02.350 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932024-05-25T00:49:03.393Z[ recovery-image] May 25 00:49:02.371 INFO O| May 25 00:49:02.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
80942024-05-25T00:49:03.397Z[ recovery-image] May 25 00:49:02.371 INFO O| May 25 00:49:02.371 INFO STEP 1189 (remove_files) COMPLETE
80952024-05-25T00:49:03.397Z[ recovery-image] May 25 00:49:02.371 INFO O| May 25 00:49:02.371 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962024-05-25T00:49:03.432Z[ recovery-image] May 25 00:49:02.409 INFO O| May 25 00:49:02.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
80972024-05-25T00:49:03.432Z[ recovery-image] May 25 00:49:02.409 INFO O| May 25 00:49:02.409 INFO STEP 1190 (remove_files) COMPLETE
80982024-05-25T00:49:03.432Z[ recovery-image] May 25 00:49:02.409 INFO O| May 25 00:49:02.409 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992024-05-25T00:49:03.469Z[ recovery-image] May 25 00:49:02.446 INFO O| May 25 00:49:02.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
81002024-05-25T00:49:03.469Z[ recovery-image] May 25 00:49:02.446 INFO O| May 25 00:49:02.446 INFO STEP 1191 (remove_files) COMPLETE
81012024-05-25T00:49:03.469Z[ recovery-image] May 25 00:49:02.446 INFO O| May 25 00:49:02.446 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022024-05-25T00:49:03.490Z[ recovery-image] May 25 00:49:02.466 INFO O| May 25 00:49:02.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
81032024-05-25T00:49:03.490Z[ recovery-image] May 25 00:49:02.466 INFO O| May 25 00:49:02.466 INFO STEP 1192 (remove_files) COMPLETE
81042024-05-25T00:49:03.490Z[ recovery-image] May 25 00:49:02.466 INFO O| May 25 00:49:02.466 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052024-05-25T00:49:03.509Z[ recovery-image] May 25 00:49:02.485 INFO O| May 25 00:49:02.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
81062024-05-25T00:49:03.509Z[ recovery-image] May 25 00:49:02.485 INFO O| May 25 00:49:02.485 INFO STEP 1193 (remove_files) COMPLETE
81072024-05-25T00:49:03.513Z[ recovery-image] May 25 00:49:02.485 INFO O| May 25 00:49:02.485 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082024-05-25T00:49:03.568Z[ recovery-image] May 25 00:49:02.544 INFO O| May 25 00:49:02.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
81092024-05-25T00:49:03.568Z[ recovery-image] May 25 00:49:02.544 INFO O| May 25 00:49:02.544 INFO STEP 1194 (remove_files) COMPLETE
81102024-05-25T00:49:03.568Z[ recovery-image] May 25 00:49:02.544 INFO O| May 25 00:49:02.544 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112024-05-25T00:49:03.590Z[ recovery-image] May 25 00:49:02.564 INFO O| May 25 00:49:02.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
81122024-05-25T00:49:03.590Z[ recovery-image] May 25 00:49:02.564 INFO O| May 25 00:49:02.564 INFO STEP 1195 (remove_files) COMPLETE
81132024-05-25T00:49:03.591Z[ recovery-image] May 25 00:49:02.564 INFO O| May 25 00:49:02.564 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142024-05-25T00:49:03.621Z[ recovery-image] May 25 00:49:02.597 INFO O| May 25 00:49:02.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
81152024-05-25T00:49:03.625Z[ recovery-image] May 25 00:49:02.597 INFO O| May 25 00:49:02.597 INFO STEP 1196 (remove_files) COMPLETE
81162024-05-25T00:49:03.625Z[ recovery-image] May 25 00:49:02.597 INFO O| May 25 00:49:02.597 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172024-05-25T00:49:03.643Z[ recovery-image] May 25 00:49:02.620 INFO O| May 25 00:49:02.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
81182024-05-25T00:49:03.643Z[ recovery-image] May 25 00:49:02.620 INFO O| May 25 00:49:02.620 INFO STEP 1197 (remove_files) COMPLETE
81192024-05-25T00:49:03.646Z[ recovery-image] May 25 00:49:02.620 INFO O| May 25 00:49:02.620 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202024-05-25T00:49:03.741Z[ recovery-image] May 25 00:49:02.718 INFO O| May 25 00:49:02.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
81212024-05-25T00:49:03.741Z[ recovery-image] May 25 00:49:02.718 INFO O| May 25 00:49:02.718 INFO STEP 1198 (remove_files) COMPLETE
81222024-05-25T00:49:03.741Z[ recovery-image] May 25 00:49:02.718 INFO O| May 25 00:49:02.718 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232024-05-25T00:49:03.802Z[ recovery-image] May 25 00:49:02.779 INFO O| May 25 00:49:02.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
81242024-05-25T00:49:03.802Z[ recovery-image] May 25 00:49:02.779 INFO O| May 25 00:49:02.779 INFO STEP 1199 (remove_files) COMPLETE
81252024-05-25T00:49:03.802Z[ recovery-image] May 25 00:49:02.779 INFO O| May 25 00:49:02.779 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262024-05-25T00:49:03.838Z[ recovery-image] May 25 00:49:02.813 INFO O| May 25 00:49:02.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
81272024-05-25T00:49:03.842Z[ recovery-image] May 25 00:49:02.814 INFO O| May 25 00:49:02.813 INFO STEP 1200 (remove_files) COMPLETE
81282024-05-25T00:49:03.842Z[ recovery-image] May 25 00:49:02.814 INFO O| May 25 00:49:02.814 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292024-05-25T00:49:03.858Z[ recovery-image] May 25 00:49:02.835 INFO O| May 25 00:49:02.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
81302024-05-25T00:49:03.861Z[ recovery-image] May 25 00:49:02.835 INFO O| May 25 00:49:02.835 INFO STEP 1201 (remove_files) COMPLETE
81312024-05-25T00:49:03.861Z[ recovery-image] May 25 00:49:02.835 INFO O| May 25 00:49:02.835 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322024-05-25T00:49:03.880Z[ recovery-image] May 25 00:49:02.855 INFO O| May 25 00:49:02.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
81332024-05-25T00:49:03.880Z[ recovery-image] May 25 00:49:02.855 INFO O| May 25 00:49:02.855 INFO STEP 1202 (remove_files) COMPLETE
81342024-05-25T00:49:03.887Z[ recovery-image] May 25 00:49:02.855 INFO O| May 25 00:49:02.855 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352024-05-25T00:49:03.899Z[ recovery-image] May 25 00:49:02.875 INFO O| May 25 00:49:02.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
81362024-05-25T00:49:03.903Z[ recovery-image] May 25 00:49:02.875 INFO O| May 25 00:49:02.875 INFO STEP 1203 (remove_files) COMPLETE
81372024-05-25T00:49:03.903Z[ recovery-image] May 25 00:49:02.875 INFO O| May 25 00:49:02.875 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382024-05-25T00:49:03.919Z[ recovery-image] May 25 00:49:02.896 INFO O| May 25 00:49:02.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
81392024-05-25T00:49:03.923Z[ recovery-image] May 25 00:49:02.897 INFO O| May 25 00:49:02.897 INFO STEP 1204 (remove_files) COMPLETE
81402024-05-25T00:49:03.924Z[ recovery-image] May 25 00:49:02.897 INFO O| May 25 00:49:02.897 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412024-05-25T00:49:03.952Z[ recovery-image] May 25 00:49:02.929 INFO O| May 25 00:49:02.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
81422024-05-25T00:49:03.957Z[ recovery-image] May 25 00:49:02.929 INFO O| May 25 00:49:02.929 INFO STEP 1205 (remove_files) COMPLETE
81432024-05-25T00:49:03.957Z[ recovery-image] May 25 00:49:02.929 INFO O| May 25 00:49:02.929 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442024-05-25T00:49:03.997Z[ recovery-image] May 25 00:49:02.949 INFO O| May 25 00:49:02.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
81452024-05-25T00:49:03.997Z[ recovery-image] May 25 00:49:02.949 INFO O| May 25 00:49:02.949 INFO STEP 1206 (remove_files) COMPLETE
81462024-05-25T00:49:03.997Z[ recovery-image] May 25 00:49:02.950 INFO O| May 25 00:49:02.950 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
81472024-05-25T00:49:04.017Z[ recovery-image] May 25 00:49:02.995 INFO O| May 25 00:49:02.995 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
81482024-05-25T00:49:04.018Z[ recovery-image] May 25 00:49:02.995 INFO O| May 25 00:49:02.995 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
81492024-05-25T00:49:05.780Z[ recovery-image] May 25 00:49:04.737 INFO O| May 25 00:49:04.737 INFO STEP 1207 (pack_tar) COMPLETE
81502024-05-25T00:49:05.780Z[ recovery-image] May 25 00:49:04.737 INFO O| May 25 00:49:04.737 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81512024-05-25T00:49:05.786Z[ recovery-image] May 25 00:49:04.737 INFO O| May 25 00:49:04.737 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81522024-05-25T00:49:05.931Z[ recovery-image] May 25 00:49:04.888 INFO O| May 25 00:49:04.888 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
81532024-05-25T00:49:06.042Z[ recovery-image] May 25 00:49:05.004 INFO O| May 25 00:49:05.004 INFO completed processing gimlet/ramdisk-03-recovery-trim
81542024-05-25T00:49:06.081Z[ recovery-image] May 25 00:49:05.014 INFO image builder template: zfs-recovery...
81552024-05-25T00:49:06.081Z[ recovery-image] May 25 00:49:05.015 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/.tmpLmHmvV/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.29.250", "-n", "zfs-recovery"], pwd: None
81562024-05-25T00:49:06.106Z[ recovery-image] May 25 00:49:05.070 INFO O| May 25 00:49:05.070 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81572024-05-25T00:49:06.116Z[ recovery-image] May 25 00:49:05.092 INFO O| May 25 00:49:05.092 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81582024-05-25T00:49:06.230Z[ recovery-image] May 25 00:49:05.206 INFO O| May 25 00:49:05.206 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
81592024-05-25T00:49:06.332Z[ recovery-image] May 25 00:49:05.303 INFO O| May 25 00:49:05.303 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81602024-05-25T00:49:06.332Z[ recovery-image] May 25 00:49:05.304 INFO O| May 25 00:49:05.303 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
81612024-05-25T00:49:06.335Z[ recovery-image] May 25 00:49:05.312 INFO O| May 25 00:49:05.312 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81622024-05-25T00:49:06.422Z[ recovery-image] May 25 00:49:05.398 INFO O| May 25 00:49:05.398 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
81632024-05-25T00:49:06.513Z[ recovery-image] May 25 00:49:05.489 INFO O| May 25 00:49:05.489 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
81642024-05-25T00:49:06.550Z[ recovery-image] May 25 00:49:05.526 INFO O| May 25 00:49:05.526 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81652024-05-25T00:49:06.562Z[ recovery-image] May 25 00:49:05.539 INFO O| May 25 00:49:05.539 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
81662024-05-25T00:49:06.982Z[ recovery-image] May 25 00:49:05.540 INFO O| May 25 00:49:05.540 INFO no lofi found
81672024-05-25T00:49:06.982Z[ recovery-image] May 25 00:49:05.540 INFO O| May 25 00:49:05.540 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
81682024-05-25T00:49:06.982Z[ recovery-image] May 25 00:49:05.540 INFO O| May 25 00:49:05.540 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81692024-05-25T00:49:09.037Z[ recovery-image] May 25 00:49:08.012 INFO O| May 25 00:49:08.012 INFO lofi device = /dev/dsk/c2t1d0p0
81702024-05-25T00:49:09.037Z[ recovery-image] May 25 00:49:08.012 INFO O| May 25 00:49:08.012 INFO pool device = /dev/dsk/c2t1d0p0
81712024-05-25T00:49:09.037Z[ recovery-image] May 25 00:49:08.012 INFO O| May 25 00:49:08.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
81722024-05-25T00:49:09.260Z[ recovery-image] May 25 00:49:08.221 INFO O| May 25 00:49:08.221 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81732024-05-25T00:49:09.260Z[ recovery-image] May 25 00:49:08.221 INFO O| May 25 00:49:08.221 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
81742024-05-25T00:49:09.336Z[ recovery-image] May 25 00:49:08.300 INFO O| May 25 00:49:08.300 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
81752024-05-25T00:49:09.498Z[ recovery-image] May 25 00:49:08.472 INFO O| May 25 00:49:08.472 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
81762024-05-25T00:49:09.555Z[ recovery-image] May 25 00:49:08.529 INFO O| May 25 00:49:08.529 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
81772024-05-25T00:49:09.581Z[ recovery-image] May 25 00:49:08.556 INFO O| May 25 00:49:08.556 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
81782024-05-25T00:49:09.601Z[ recovery-image] May 25 00:49:08.576 INFO O| May 25 00:49:08.576 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
81792024-05-25T00:49:09.678Z[ recovery-image] May 25 00:49:08.653 INFO O| May 25 00:49:08.653 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81802024-05-25T00:49:09.681Z[ recovery-image] May 25 00:49:08.653 INFO O| May 25 00:49:08.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81812024-05-25T00:49:09.681Z[ recovery-image] May 25 00:49:08.653 INFO O| May 25 00:49:08.653 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81822024-05-25T00:49:09.714Z[ recovery-image] May 25 00:49:08.679 INFO O| May 25 00:49:08.679 INFO boot environment UUID: bbdb3be9-b037-4946-9a1a-71662da28ddb
81832024-05-25T00:49:09.715Z[ recovery-image] May 25 00:49:08.679 INFO O| May 25 00:49:08.679 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = bbdb3be9-b037-4946-9a1a-71662da28ddb
81842024-05-25T00:49:09.843Z[ recovery-image] May 25 00:49:08.721 INFO O| May 25 00:49:08.721 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81852024-05-25T00:49:09.847Z[ recovery-image] May 25 00:49:08.758 INFO O| May 25 00:49:08.758 INFO STEP 0 (create_be) COMPLETE
81862024-05-25T00:49:09.847Z[ recovery-image] May 25 00:49:08.758 INFO O| May 25 00:49:08.758 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81872024-05-25T00:49:09.847Z[ recovery-image] May 25 00:49:08.813 INFO O| May 25 00:49:08.813 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"]
81882024-05-25T00:49:17.015Z[ recovery-image] May 25 00:49:15.965 INFO O| May 25 00:49:15.965 INFO STEP 1 (unpack_tar) COMPLETE
81892024-05-25T00:49:17.015Z[ recovery-image] May 25 00:49:15.965 INFO O| May 25 00:49:15.965 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81902024-05-25T00:49:17.024Z[ recovery-image] May 25 00:49:15.986 INFO O| May 25 00:49:15.986 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81912024-05-25T00:49:18.138Z[ recovery-image] May 25 00:49:17.103 INFO O| May 25 00:49:17.102 INFO STEP 2 (devfsadm) COMPLETE
81922024-05-25T00:49:18.138Z[ recovery-image] May 25 00:49:17.103 INFO O| May 25 00:49:17.103 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81932024-05-25T00:49:18.243Z[ recovery-image] May 25 00:49:17.120 INFO O| May 25 00:49:17.120 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81942024-05-25T00:49:18.243Z[ recovery-image] May 25 00:49:17.120 INFO O| May 25 00:49:17.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81952024-05-25T00:49:18.243Z[ recovery-image] May 25 00:49:17.120 INFO O| May 25 00:49:17.120 INFO STEP 3 (ensure_dir) COMPLETE
81962024-05-25T00:49:18.243Z[ recovery-image] May 25 00:49:17.120 INFO O| May 25 00:49:17.120 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81972024-05-25T00:49:18.243Z[ recovery-image] May 25 00:49:17.139 INFO O| May 25 00:49:17.139 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81982024-05-25T00:49:18.243Z[ recovery-image] May 25 00:49:17.139 INFO O| May 25 00:49:17.139 INFO STEP 4 (ensure_dir) COMPLETE
81992024-05-25T00:49:18.243Z[ recovery-image] May 25 00:49:17.139 INFO O| May 25 00:49:17.139 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82002024-05-25T00:49:18.243Z[ recovery-image] May 25 00:49:17.161 INFO O| May 25 00:49:17.161 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82012024-05-25T00:49:18.244Z[ recovery-image] May 25 00:49:17.161 INFO O| May 25 00:49:17.161 INFO STEP 5 (ensure_dir) COMPLETE
82022024-05-25T00:49:18.244Z[ recovery-image] May 25 00:49:17.161 INFO O| May 25 00:49:17.161 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82032024-05-25T00:49:18.244Z[ recovery-image] May 25 00:49:17.184 INFO O| May 25 00:49:17.183 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82042024-05-25T00:49:18.244Z[ recovery-image] May 25 00:49:17.184 INFO O| May 25 00:49:17.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82052024-05-25T00:49:18.244Z[ recovery-image] May 25 00:49:17.184 INFO O| May 25 00:49:17.184 INFO STEP 6 (ensure_dir) COMPLETE
82062024-05-25T00:49:18.281Z[ recovery-image] May 25 00:49:17.184 INFO O| May 25 00:49:17.184 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82072024-05-25T00:49:18.281Z[ recovery-image] May 25 00:49:17.206 INFO O| May 25 00:49:17.205 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82082024-05-25T00:49:18.281Z[ recovery-image] May 25 00:49:17.206 INFO O| May 25 00:49:17.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82092024-05-25T00:49:18.281Z[ recovery-image] May 25 00:49:17.206 INFO O| May 25 00:49:17.206 INFO STEP 7 (ensure_dir) COMPLETE
82102024-05-25T00:49:18.281Z[ recovery-image] May 25 00:49:17.206 INFO O| May 25 00:49:17.206 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82112024-05-25T00:49:18.281Z[ recovery-image] May 25 00:49:17.228 INFO O| May 25 00:49:17.228 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
82122024-05-25T00:49:18.281Z[ recovery-image] May 25 00:49:17.229 INFO O| May 25 00:49:17.228 INFO STEP 8 (remove_files) COMPLETE
82132024-05-25T00:49:18.282Z[ recovery-image] May 25 00:49:17.229 INFO O| May 25 00:49:17.229 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82142024-05-25T00:49:18.282Z[ recovery-image] May 25 00:49:17.251 INFO O| May 25 00:49:17.251 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
82152024-05-25T00:49:18.282Z[ recovery-image] May 25 00:49:17.252 INFO O| May 25 00:49:17.252 INFO STEP 9 (remove_files) COMPLETE
82162024-05-25T00:49:18.282Z[ recovery-image] May 25 00:49:17.252 INFO O| May 25 00:49:17.252 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82172024-05-25T00:49:18.315Z[ recovery-image] May 25 00:49:17.272 INFO O| May 25 00:49:17.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
82182024-05-25T00:49:18.429Z[ recovery-image] May 25 00:49:17.273 INFO O| May 25 00:49:17.273 INFO STEP 10 (remove_files) COMPLETE
82192024-05-25T00:49:18.429Z[ recovery-image] May 25 00:49:17.273 INFO O| May 25 00:49:17.273 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82202024-05-25T00:49:18.429Z[ recovery-image] May 25 00:49:17.291 INFO O| May 25 00:49:17.291 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
82212024-05-25T00:49:18.429Z[ recovery-image] May 25 00:49:17.292 INFO O| May 25 00:49:17.292 INFO STEP 11 (remove_files) COMPLETE
82222024-05-25T00:49:18.429Z[ recovery-image] May 25 00:49:17.292 INFO O| May 25 00:49:17.292 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82232024-05-25T00:49:18.429Z[ recovery-image] May 25 00:49:17.310 INFO O| May 25 00:49:17.309 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
82242024-05-25T00:49:18.429Z[ recovery-image] May 25 00:49:17.310 INFO O| May 25 00:49:17.310 INFO STEP 12 (remove_files) COMPLETE
82252024-05-25T00:49:18.430Z[ recovery-image] May 25 00:49:17.310 INFO O| May 25 00:49:17.310 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82262024-05-25T00:49:18.430Z[ recovery-image] May 25 00:49:17.330 INFO O| May 25 00:49:17.329 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82272024-05-25T00:49:18.430Z[ recovery-image] May 25 00:49:17.330 INFO O| May 25 00:49:17.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82282024-05-25T00:49:18.430Z[ recovery-image] May 25 00:49:17.330 INFO O| May 25 00:49:17.330 INFO STEP 13 (ensure_dir) COMPLETE
82292024-05-25T00:49:18.430Z[ recovery-image] May 25 00:49:17.330 INFO O| May 25 00:49:17.330 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82302024-05-25T00:49:18.430Z[ recovery-image] May 25 00:49:17.348 INFO O| May 25 00:49:17.348 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82312024-05-25T00:49:18.430Z[ recovery-image] May 25 00:49:17.349 INFO O| May 25 00:49:17.348 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82322024-05-25T00:49:18.430Z[ recovery-image] May 25 00:49:17.349 INFO O| May 25 00:49:17.349 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82332024-05-25T00:49:18.430Z[ recovery-image] May 25 00:49:17.349 INFO O| May 25 00:49:17.349 INFO STEP 14 (ensure_dir) COMPLETE
82342024-05-25T00:49:18.430Z[ recovery-image] May 25 00:49:17.349 INFO O| May 25 00:49:17.349 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82352024-05-25T00:49:18.430Z[ recovery-image] May 25 00:49:17.366 INFO O| May 25 00:49:17.366 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82362024-05-25T00:49:18.430Z[ recovery-image] May 25 00:49:17.367 INFO O| May 25 00:49:17.367 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82372024-05-25T00:49:18.430Z[ recovery-image] May 25 00:49:17.367 INFO O| May 25 00:49:17.367 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82382024-05-25T00:49:18.431Z[ recovery-image] May 25 00:49:17.367 INFO O| May 25 00:49:17.367 INFO STEP 15 (ensure_dir) COMPLETE
82392024-05-25T00:49:18.431Z[ recovery-image] May 25 00:49:17.367 INFO O| May 25 00:49:17.367 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82402024-05-25T00:49:18.443Z[ recovery-image] May 25 00:49:17.384 INFO O| May 25 00:49:17.384 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82412024-05-25T00:49:18.443Z[ recovery-image] May 25 00:49:17.384 INFO O| May 25 00:49:17.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82422024-05-25T00:49:18.443Z[ recovery-image] May 25 00:49:17.384 INFO O| May 25 00:49:17.384 INFO STEP 16 (ensure_dir) COMPLETE
82432024-05-25T00:49:18.443Z[ recovery-image] May 25 00:49:17.385 INFO O| May 25 00:49:17.384 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82442024-05-25T00:49:18.443Z[ recovery-image] May 25 00:49:17.402 INFO O| May 25 00:49:17.402 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82452024-05-25T00:49:18.443Z[ recovery-image] May 25 00:49:17.403 INFO O| May 25 00:49:17.403 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82462024-05-25T00:49:18.443Z[ recovery-image] May 25 00:49:17.403 INFO O| May 25 00:49:17.403 INFO STEP 17 (ensure_dir) COMPLETE
82472024-05-25T00:49:18.443Z[ recovery-image] May 25 00:49:17.403 INFO O| May 25 00:49:17.403 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82482024-05-25T00:49:18.449Z[ recovery-image] May 25 00:49:17.423 INFO O| May 25 00:49:17.423 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82492024-05-25T00:49:18.449Z[ recovery-image] May 25 00:49:17.423 INFO O| May 25 00:49:17.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
82502024-05-25T00:49:18.453Z[ recovery-image] May 25 00:49:17.423 INFO O| May 25 00:49:17.423 INFO ok!
82512024-05-25T00:49:18.453Z[ recovery-image] May 25 00:49:17.423 INFO O| May 25 00:49:17.423 INFO STEP 18 (ensure_symlink) COMPLETE
82522024-05-25T00:49:18.453Z[ recovery-image] May 25 00:49:17.423 INFO O| May 25 00:49:17.423 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82532024-05-25T00:49:18.479Z[ recovery-image] May 25 00:49:17.444 INFO O| May 25 00:49:17.443 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
82542024-05-25T00:49:18.480Z[ recovery-image] May 25 00:49:17.444 INFO O| May 25 00:49:17.444 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
82552024-05-25T00:49:18.484Z[ recovery-image] May 25 00:49:17.444 INFO O| May 25 00:49:17.444 INFO ok!
82562024-05-25T00:49:18.484Z[ recovery-image] May 25 00:49:17.444 INFO O| May 25 00:49:17.444 INFO STEP 19 (ensure_file) COMPLETE
82572024-05-25T00:49:18.484Z[ recovery-image] May 25 00:49:17.444 INFO O| May 25 00:49:17.444 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82582024-05-25T00:49:18.507Z[ recovery-image] May 25 00:49:17.480 INFO O| May 25 00:49:17.480 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82592024-05-25T00:49:18.507Z[ recovery-image] May 25 00:49:17.480 INFO O| May 25 00:49:17.480 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82602024-05-25T00:49:18.511Z[ recovery-image] May 25 00:49:17.480 INFO O| May 25 00:49:17.480 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
82612024-05-25T00:49:18.512Z[ recovery-image] May 25 00:49:17.481 INFO O| May 25 00:49:17.480 INFO ok!
82622024-05-25T00:49:18.512Z[ recovery-image] May 25 00:49:17.481 INFO O| May 25 00:49:17.481 INFO STEP 20 (ensure_symlink) COMPLETE
82632024-05-25T00:49:18.512Z[ recovery-image] May 25 00:49:17.481 INFO O| May 25 00:49:17.481 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82642024-05-25T00:49:18.527Z[ recovery-image] May 25 00:49:17.500 INFO O| May 25 00:49:17.499 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82652024-05-25T00:49:18.527Z[ recovery-image] May 25 00:49:17.500 INFO O| May 25 00:49:17.499 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82662024-05-25T00:49:18.531Z[ recovery-image] May 25 00:49:17.500 INFO O| May 25 00:49:17.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82672024-05-25T00:49:18.531Z[ recovery-image] May 25 00:49:17.500 INFO O| May 25 00:49:17.500 INFO ok!
82682024-05-25T00:49:18.531Z[ recovery-image] May 25 00:49:17.500 INFO O| May 25 00:49:17.500 INFO STEP 21 (ensure_symlink) COMPLETE
82692024-05-25T00:49:18.532Z[ recovery-image] May 25 00:49:17.500 INFO O| May 25 00:49:17.500 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82702024-05-25T00:49:18.548Z[ recovery-image] May 25 00:49:17.521 INFO O| May 25 00:49:17.521 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82712024-05-25T00:49:18.548Z[ recovery-image] May 25 00:49:17.521 INFO O| May 25 00:49:17.521 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82722024-05-25T00:49:18.553Z[ recovery-image] May 25 00:49:17.521 INFO O| May 25 00:49:17.521 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
82732024-05-25T00:49:18.553Z[ recovery-image] May 25 00:49:17.521 INFO O| May 25 00:49:17.521 INFO ok!
82742024-05-25T00:49:18.553Z[ recovery-image] May 25 00:49:17.521 INFO O| May 25 00:49:17.521 INFO STEP 22 (ensure_symlink) COMPLETE
82752024-05-25T00:49:18.553Z[ recovery-image] May 25 00:49:17.521 INFO O| May 25 00:49:17.521 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82762024-05-25T00:49:18.566Z[ recovery-image] May 25 00:49:17.539 INFO O| May 25 00:49:17.539 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82772024-05-25T00:49:18.567Z[ recovery-image] May 25 00:49:17.539 INFO O| May 25 00:49:17.539 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82782024-05-25T00:49:18.567Z[ recovery-image] May 25 00:49:17.540 INFO O| May 25 00:49:17.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
82792024-05-25T00:49:18.567Z[ recovery-image] May 25 00:49:17.540 INFO O| May 25 00:49:17.539 INFO ok!
82802024-05-25T00:49:18.567Z[ recovery-image] May 25 00:49:17.540 INFO O| May 25 00:49:17.540 INFO STEP 23 (ensure_symlink) COMPLETE
82812024-05-25T00:49:18.567Z[ recovery-image] May 25 00:49:17.540 INFO O| May 25 00:49:17.540 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82822024-05-25T00:49:18.603Z[ recovery-image] May 25 00:49:17.576 INFO O| May 25 00:49:17.576 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82832024-05-25T00:49:18.603Z[ recovery-image] May 25 00:49:17.576 INFO O| May 25 00:49:17.576 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 ...
82842024-05-25T00:49:18.607Z[ recovery-image] May 25 00:49:17.577 INFO O| May 25 00:49:17.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
82852024-05-25T00:49:18.607Z[ recovery-image] May 25 00:49:17.577 INFO O| May 25 00:49:17.577 INFO ok!
82862024-05-25T00:49:18.607Z[ recovery-image] May 25 00:49:17.577 INFO O| May 25 00:49:17.577 INFO STEP 24 (ensure_file) COMPLETE
82872024-05-25T00:49:18.608Z[ recovery-image] May 25 00:49:17.577 INFO O| May 25 00:49:17.577 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
82882024-05-25T00:49:18.626Z[ recovery-image] May 25 00:49:17.599 INFO O| May 25 00:49:17.599 INFO updating shadow file
82892024-05-25T00:49:18.631Z[ recovery-image] May 25 00:49:17.600 INFO O| May 25 00:49:17.600 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82902024-05-25T00:49:18.631Z[ recovery-image] May 25 00:49:17.600 INFO O| May 25 00:49:17.600 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82912024-05-25T00:49:18.631Z[ recovery-image] May 25 00:49:17.600 INFO O| May 25 00:49:17.600 INFO STEP 25 (shadow) COMPLETE
82922024-05-25T00:49:18.631Z[ recovery-image] May 25 00:49:17.600 INFO O| May 25 00:49:17.600 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82932024-05-25T00:49:18.647Z[ recovery-image] May 25 00:49:17.620 INFO O| May 25 00:49:17.620 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
82942024-05-25T00:49:18.648Z[ recovery-image] May 25 00:49:17.620 INFO O| May 25 00:49:17.620 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
82952024-05-25T00:49:18.652Z[ recovery-image] May 25 00:49:17.620 INFO O| May 25 00:49:17.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
82962024-05-25T00:49:18.652Z[ recovery-image] May 25 00:49:17.621 INFO O| May 25 00:49:17.620 INFO ok!
82972024-05-25T00:49:18.652Z[ recovery-image] May 25 00:49:17.621 INFO O| May 25 00:49:17.621 INFO STEP 26 (ensure_file) COMPLETE
82982024-05-25T00:49:18.652Z[ recovery-image] May 25 00:49:17.621 INFO O| May 25 00:49:17.621 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82992024-05-25T00:49:18.683Z[ recovery-image] May 25 00:49:17.642 INFO O| May 25 00:49:17.641 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
83002024-05-25T00:49:18.683Z[ recovery-image] May 25 00:49:17.642 INFO O| May 25 00:49:17.642 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
83012024-05-25T00:49:18.683Z[ recovery-image] May 25 00:49:17.642 INFO O| May 25 00:49:17.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
83022024-05-25T00:49:18.683Z[ recovery-image] May 25 00:49:17.642 INFO O| May 25 00:49:17.642 INFO ok!
83032024-05-25T00:49:18.683Z[ recovery-image] May 25 00:49:17.642 INFO O| May 25 00:49:17.642 INFO STEP 27 (ensure_file) COMPLETE
83042024-05-25T00:49:18.683Z[ recovery-image] May 25 00:49:17.642 INFO O| May 25 00:49:17.642 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83052024-05-25T00:49:18.690Z[ recovery-image] May 25 00:49:17.663 INFO O| May 25 00:49:17.663 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83062024-05-25T00:49:18.690Z[ recovery-image] May 25 00:49:17.664 INFO O| May 25 00:49:17.664 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
83072024-05-25T00:49:18.699Z[ recovery-image] May 25 00:49:17.664 INFO O| May 25 00:49:17.664 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83082024-05-25T00:49:18.699Z[ recovery-image] May 25 00:49:17.664 INFO O| May 25 00:49:17.664 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83092024-05-25T00:49:18.699Z[ recovery-image] May 25 00:49:17.664 INFO O| May 25 00:49:17.664 INFO ok!
83102024-05-25T00:49:18.699Z[ recovery-image] May 25 00:49:17.664 INFO O| May 25 00:49:17.664 INFO STEP 28 (ensure_file) COMPLETE
83112024-05-25T00:49:18.699Z[ recovery-image] May 25 00:49:17.664 INFO O| May 25 00:49:17.664 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83122024-05-25T00:49:18.723Z[ recovery-image] May 25 00:49:17.687 INFO O| May 25 00:49:17.687 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
83132024-05-25T00:49:18.723Z[ recovery-image] May 25 00:49:17.687 INFO O| May 25 00:49:17.687 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
83142024-05-25T00:49:18.724Z[ recovery-image] May 25 00:49:17.687 INFO O| May 25 00:49:17.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
83152024-05-25T00:49:18.724Z[ recovery-image] May 25 00:49:17.687 INFO O| May 25 00:49:17.687 INFO ok!
83162024-05-25T00:49:18.724Z[ recovery-image] May 25 00:49:17.687 INFO O| May 25 00:49:17.687 INFO STEP 29 (ensure_file) COMPLETE
83172024-05-25T00:49:18.724Z[ recovery-image] May 25 00:49:17.687 INFO O| May 25 00:49:17.687 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83182024-05-25T00:49:18.757Z[ recovery-image] May 25 00:49:17.730 INFO O| May 25 00:49:17.730 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
83192024-05-25T00:49:18.757Z[ recovery-image] May 25 00:49:17.730 INFO O| May 25 00:49:17.730 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
83202024-05-25T00:49:18.792Z[ recovery-image] May 25 00:49:17.730 INFO O| May 25 00:49:17.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
83212024-05-25T00:49:18.792Z[ recovery-image] May 25 00:49:17.730 INFO O| May 25 00:49:17.730 INFO ok!
83222024-05-25T00:49:18.792Z[ recovery-image] May 25 00:49:17.730 INFO O| May 25 00:49:17.730 INFO STEP 30 (ensure_file) COMPLETE
83232024-05-25T00:49:18.792Z[ recovery-image] May 25 00:49:17.730 INFO O| May 25 00:49:17.730 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83242024-05-25T00:49:18.792Z[ recovery-image] May 25 00:49:17.751 INFO O| May 25 00:49:17.751 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83252024-05-25T00:49:18.792Z[ recovery-image] May 25 00:49:17.751 INFO O| May 25 00:49:17.751 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
83262024-05-25T00:49:18.793Z[ recovery-image] May 25 00:49:17.751 INFO O| May 25 00:49:17.751 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83272024-05-25T00:49:18.793Z[ recovery-image] May 25 00:49:17.751 INFO O| May 25 00:49:17.751 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83282024-05-25T00:49:18.793Z[ recovery-image] May 25 00:49:17.751 INFO O| May 25 00:49:17.751 INFO ok!
83292024-05-25T00:49:18.793Z[ recovery-image] May 25 00:49:17.751 INFO O| May 25 00:49:17.751 INFO STEP 31 (ensure_file) COMPLETE
83302024-05-25T00:49:18.793Z[ recovery-image] May 25 00:49:17.752 INFO O| May 25 00:49:17.751 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83312024-05-25T00:49:18.809Z[ recovery-image] May 25 00:49:17.781 INFO O| May 25 00:49:17.781 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83322024-05-25T00:49:18.809Z[ recovery-image] May 25 00:49:17.781 INFO O| May 25 00:49:17.781 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
83332024-05-25T00:49:18.816Z[ recovery-image] May 25 00:49:17.782 INFO O| May 25 00:49:17.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
83342024-05-25T00:49:18.816Z[ recovery-image] May 25 00:49:17.782 INFO O| May 25 00:49:17.782 INFO ok!
83352024-05-25T00:49:18.816Z[ recovery-image] May 25 00:49:17.782 INFO O| May 25 00:49:17.782 INFO STEP 32 (ensure_file) COMPLETE
83362024-05-25T00:49:18.816Z[ recovery-image] May 25 00:49:17.782 INFO O| May 25 00:49:17.782 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83372024-05-25T00:49:18.831Z[ recovery-image] May 25 00:49:17.804 INFO O| May 25 00:49:17.804 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83382024-05-25T00:49:18.831Z[ recovery-image] May 25 00:49:17.805 INFO O| May 25 00:49:17.804 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
83392024-05-25T00:49:18.831Z[ recovery-image] May 25 00:49:17.805 INFO O| May 25 00:49:17.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
83402024-05-25T00:49:18.836Z[ recovery-image] May 25 00:49:17.805 INFO O| May 25 00:49:17.805 INFO ok!
83412024-05-25T00:49:18.836Z[ recovery-image] May 25 00:49:17.805 INFO O| May 25 00:49:17.805 INFO STEP 33 (ensure_file) COMPLETE
83422024-05-25T00:49:18.836Z[ recovery-image] May 25 00:49:17.805 INFO O| May 25 00:49:17.805 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83432024-05-25T00:49:18.855Z[ recovery-image] May 25 00:49:17.828 INFO O| May 25 00:49:17.828 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
83442024-05-25T00:49:18.855Z[ recovery-image] May 25 00:49:17.829 INFO O| May 25 00:49:17.828 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
83452024-05-25T00:49:18.859Z[ recovery-image] May 25 00:49:17.829 INFO O| May 25 00:49:17.829 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83462024-05-25T00:49:18.859Z[ recovery-image] May 25 00:49:17.829 INFO O| May 25 00:49:17.829 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83472024-05-25T00:49:18.859Z[ recovery-image] May 25 00:49:17.829 INFO O| May 25 00:49:17.829 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83482024-05-25T00:49:18.859Z[ recovery-image] May 25 00:49:17.829 INFO O| May 25 00:49:17.829 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83492024-05-25T00:49:18.859Z[ recovery-image] May 25 00:49:17.829 INFO O| May 25 00:49:17.829 INFO ok!
83502024-05-25T00:49:18.859Z[ recovery-image] May 25 00:49:17.829 INFO O| May 25 00:49:17.829 INFO STEP 34 (ensure_file) COMPLETE
83512024-05-25T00:49:18.859Z[ recovery-image] May 25 00:49:17.829 INFO O| May 25 00:49:17.829 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83522024-05-25T00:49:18.896Z[ recovery-image] May 25 00:49:17.869 INFO O| May 25 00:49:17.869 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83532024-05-25T00:49:18.900Z[ recovery-image] May 25 00:49:17.870 INFO O| May 25 00:49:17.870 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83542024-05-25T00:49:18.900Z[ recovery-image] May 25 00:49:17.870 INFO O| May 25 00:49:17.870 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83552024-05-25T00:49:18.900Z[ recovery-image] May 25 00:49:17.870 INFO O| May 25 00:49:17.870 INFO STEP 35 (ensure_dir) COMPLETE
83562024-05-25T00:49:18.900Z[ recovery-image] May 25 00:49:17.870 INFO O| May 25 00:49:17.870 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83572024-05-25T00:49:18.929Z[ recovery-image] May 25 00:49:17.902 INFO O| May 25 00:49:17.902 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
83582024-05-25T00:49:18.929Z[ recovery-image] May 25 00:49:17.902 INFO O| May 25 00:49:17.902 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 ...
83592024-05-25T00:49:18.929Z[ recovery-image] May 25 00:49:17.903 INFO O| May 25 00:49:17.902 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
83602024-05-25T00:49:18.933Z[ recovery-image] May 25 00:49:17.903 INFO O| May 25 00:49:17.903 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
83612024-05-25T00:49:18.933Z[ recovery-image] May 25 00:49:17.903 INFO O| May 25 00:49:17.903 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
83622024-05-25T00:49:18.933Z[ recovery-image] May 25 00:49:17.903 INFO O| May 25 00:49:17.903 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
83632024-05-25T00:49:18.933Z[ recovery-image] May 25 00:49:17.903 INFO O| May 25 00:49:17.903 INFO ok!
83642024-05-25T00:49:18.933Z[ recovery-image] May 25 00:49:17.903 INFO O| May 25 00:49:17.903 INFO STEP 36 (ensure_file) COMPLETE
83652024-05-25T00:49:18.933Z[ recovery-image] May 25 00:49:17.903 INFO O| May 25 00:49:17.903 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83662024-05-25T00:49:18.987Z[ recovery-image] May 25 00:49:17.960 INFO O| May 25 00:49:17.960 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83672024-05-25T00:49:18.987Z[ recovery-image] May 25 00:49:17.960 INFO O| May 25 00:49:17.960 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 ...
83682024-05-25T00:49:18.997Z[ recovery-image] May 25 00:49:17.961 INFO O| May 25 00:49:17.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83692024-05-25T00:49:18.997Z[ recovery-image] May 25 00:49:17.961 INFO O| May 25 00:49:17.961 INFO ok!
83702024-05-25T00:49:18.998Z[ recovery-image] May 25 00:49:17.961 INFO O| May 25 00:49:17.961 INFO STEP 37 (ensure_symlink) COMPLETE
83712024-05-25T00:49:18.998Z[ recovery-image] May 25 00:49:17.961 INFO O| May 25 00:49:17.961 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83722024-05-25T00:49:19.025Z[ recovery-image] May 25 00:49:17.999 INFO O| May 25 00:49:17.999 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83732024-05-25T00:49:19.025Z[ recovery-image] May 25 00:49:17.999 INFO O| May 25 00:49:17.999 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
83742024-05-25T00:49:19.030Z[ recovery-image] May 25 00:49:17.999 INFO O| May 25 00:49:17.999 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83752024-05-25T00:49:19.030Z[ recovery-image] May 25 00:49:17.999 INFO O| May 25 00:49:17.999 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83762024-05-25T00:49:19.030Z[ recovery-image] May 25 00:49:17.999 INFO O| May 25 00:49:17.999 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83772024-05-25T00:49:19.030Z[ recovery-image] May 25 00:49:17.999 INFO O| May 25 00:49:17.999 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83782024-05-25T00:49:19.030Z[ recovery-image] May 25 00:49:17.999 INFO O| May 25 00:49:17.999 INFO ok!
83792024-05-25T00:49:19.030Z[ recovery-image] May 25 00:49:17.999 INFO O| May 25 00:49:17.999 INFO STEP 38 (ensure_file) COMPLETE
83802024-05-25T00:49:19.030Z[ recovery-image] May 25 00:49:17.999 INFO O| May 25 00:49:17.999 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83812024-05-25T00:49:19.051Z[ recovery-image] May 25 00:49:18.025 INFO O| May 25 00:49:18.025 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83822024-05-25T00:49:19.051Z[ recovery-image] May 25 00:49:18.025 INFO O| May 25 00:49:18.025 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 ...
83832024-05-25T00:49:19.055Z[ recovery-image] May 25 00:49:18.025 INFO O| May 25 00:49:18.025 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
83842024-05-25T00:49:19.055Z[ recovery-image] May 25 00:49:18.025 INFO O| May 25 00:49:18.025 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
83852024-05-25T00:49:19.055Z[ recovery-image] May 25 00:49:18.025 INFO O| May 25 00:49:18.025 INFO ok!
83862024-05-25T00:49:19.056Z[ recovery-image] May 25 00:49:18.025 INFO O| May 25 00:49:18.025 INFO STEP 39 (ensure_file) COMPLETE
83872024-05-25T00:49:19.056Z[ recovery-image] May 25 00:49:18.025 INFO O| May 25 00:49:18.025 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83882024-05-25T00:49:19.072Z[ recovery-image] May 25 00:49:18.045 INFO O| May 25 00:49:18.045 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
83892024-05-25T00:49:19.072Z[ recovery-image] May 25 00:49:18.045 INFO O| May 25 00:49:18.045 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
83902024-05-25T00:49:19.072Z[ recovery-image] May 25 00:49:18.045 INFO O| May 25 00:49:18.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
83912024-05-25T00:49:19.072Z[ recovery-image] May 25 00:49:18.045 INFO O| May 25 00:49:18.045 INFO ok!
83922024-05-25T00:49:19.085Z[ recovery-image] May 25 00:49:18.045 INFO O| May 25 00:49:18.045 INFO STEP 40 (ensure_file) COMPLETE
83932024-05-25T00:49:19.085Z[ recovery-image] May 25 00:49:18.045 INFO O| May 25 00:49:18.045 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83942024-05-25T00:49:19.092Z[ recovery-image] May 25 00:49:18.065 INFO O| May 25 00:49:18.065 INFO updating shadow file
83952024-05-25T00:49:19.096Z[ recovery-image] May 25 00:49:18.066 INFO O| May 25 00:49:18.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83962024-05-25T00:49:19.096Z[ recovery-image] May 25 00:49:18.066 INFO O| May 25 00:49:18.066 INFO STEP 41 (shadow) COMPLETE
83972024-05-25T00:49:19.096Z[ recovery-image] May 25 00:49:18.066 INFO O| May 25 00:49:18.066 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83982024-05-25T00:49:19.128Z[ recovery-image] May 25 00:49:18.101 INFO O| May 25 00:49:18.101 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
83992024-05-25T00:49:19.128Z[ recovery-image] May 25 00:49:18.102 INFO O| May 25 00:49:18.101 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
84002024-05-25T00:49:19.129Z[ recovery-image] May 25 00:49:18.102 INFO O| May 25 00:49:18.102 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84012024-05-25T00:49:19.129Z[ recovery-image] May 25 00:49:18.102 INFO O| May 25 00:49:18.102 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84022024-05-25T00:49:19.156Z[ recovery-image] May 25 00:49:18.102 INFO O| May 25 00:49:18.102 INFO ok!
84032024-05-25T00:49:19.156Z[ recovery-image] May 25 00:49:18.102 INFO O| May 25 00:49:18.102 INFO STEP 42 (ensure_file) COMPLETE
84042024-05-25T00:49:19.157Z[ recovery-image] May 25 00:49:18.102 INFO O| May 25 00:49:18.102 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84052024-05-25T00:49:19.188Z[ recovery-image] May 25 00:49:18.162 INFO O| May 25 00:49:18.162 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
84062024-05-25T00:49:19.188Z[ recovery-image] May 25 00:49:18.162 INFO O| May 25 00:49:18.162 INFO STEP 43 (ensure_dir) COMPLETE
84072024-05-25T00:49:19.192Z[ recovery-image] May 25 00:49:18.162 INFO O| May 25 00:49:18.162 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84082024-05-25T00:49:19.224Z[ recovery-image] May 25 00:49:18.197 INFO O| May 25 00:49:18.197 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84092024-05-25T00:49:19.225Z[ recovery-image] May 25 00:49:18.197 INFO O| May 25 00:49:18.197 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84102024-05-25T00:49:19.225Z[ recovery-image] May 25 00:49:18.197 INFO O| May 25 00:49:18.197 INFO STEP 44 (ensure_dir) COMPLETE
84112024-05-25T00:49:19.225Z[ recovery-image] May 25 00:49:18.197 INFO O| May 25 00:49:18.197 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84122024-05-25T00:49:19.252Z[ recovery-image] May 25 00:49:18.225 INFO O| May 25 00:49:18.225 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84132024-05-25T00:49:19.252Z[ recovery-image] May 25 00:49:18.225 INFO O| May 25 00:49:18.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84142024-05-25T00:49:19.253Z[ recovery-image] May 25 00:49:18.225 INFO O| May 25 00:49:18.225 INFO STEP 45 (ensure_dir) COMPLETE
84152024-05-25T00:49:19.256Z[ recovery-image] May 25 00:49:18.225 INFO O| May 25 00:49:18.225 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84162024-05-25T00:49:19.281Z[ recovery-image] May 25 00:49:18.255 INFO O| May 25 00:49:18.255 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84172024-05-25T00:49:19.281Z[ recovery-image] May 25 00:49:18.255 INFO O| May 25 00:49:18.255 INFO copying /tmp/.tmpLmHmvV/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
84182024-05-25T00:49:19.327Z[ recovery-image] May 25 00:49:18.299 INFO O| May 25 00:49:18.299 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
84192024-05-25T00:49:19.327Z[ recovery-image] May 25 00:49:18.299 INFO O| May 25 00:49:18.299 INFO ok!
84202024-05-25T00:49:19.327Z[ recovery-image] May 25 00:49:18.299 INFO O| May 25 00:49:18.299 INFO STEP 46 (ensure_file) COMPLETE
84212024-05-25T00:49:19.328Z[ recovery-image] May 25 00:49:18.299 INFO O| May 25 00:49:18.299 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84222024-05-25T00:49:19.356Z[ recovery-image] May 25 00:49:18.329 INFO O| May 25 00:49:18.329 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84232024-05-25T00:49:19.356Z[ recovery-image] May 25 00:49:18.329 INFO O| May 25 00:49:18.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84242024-05-25T00:49:19.360Z[ recovery-image] May 25 00:49:18.329 INFO O| May 25 00:49:18.329 INFO STEP 47 (ensure_dir) COMPLETE
84252024-05-25T00:49:19.360Z[ recovery-image] May 25 00:49:18.329 INFO O| May 25 00:49:18.329 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84262024-05-25T00:49:19.390Z[ recovery-image] May 25 00:49:18.362 INFO O| May 25 00:49:18.362 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84272024-05-25T00:49:19.390Z[ recovery-image] May 25 00:49:18.362 INFO O| May 25 00:49:18.362 INFO copying /tmp/.tmpLmHmvV/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84282024-05-25T00:49:19.394Z[ recovery-image] May 25 00:49:18.362 INFO O| May 25 00:49:18.362 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
84292024-05-25T00:49:19.394Z[ recovery-image] May 25 00:49:18.362 INFO O| May 25 00:49:18.362 INFO ok!
84302024-05-25T00:49:19.394Z[ recovery-image] May 25 00:49:18.362 INFO O| May 25 00:49:18.362 INFO STEP 48 (ensure_file) COMPLETE
84312024-05-25T00:49:19.394Z[ recovery-image] May 25 00:49:18.362 INFO O| May 25 00:49:18.362 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84322024-05-25T00:49:19.428Z[ recovery-image] May 25 00:49:18.402 INFO O| May 25 00:49:18.401 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84332024-05-25T00:49:19.429Z[ recovery-image] May 25 00:49:18.402 INFO O| May 25 00:49:18.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84342024-05-25T00:49:19.429Z[ recovery-image] May 25 00:49:18.402 INFO O| May 25 00:49:18.402 INFO STEP 49 (ensure_dir) COMPLETE
84352024-05-25T00:49:19.435Z[ recovery-image] May 25 00:49:18.402 INFO O| May 25 00:49:18.402 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84362024-05-25T00:49:19.448Z[ recovery-image] May 25 00:49:18.421 INFO O| May 25 00:49:18.421 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84372024-05-25T00:49:19.448Z[ recovery-image] May 25 00:49:18.422 INFO O| May 25 00:49:18.421 INFO copying /tmp/.tmpLmHmvV/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84382024-05-25T00:49:19.469Z[ recovery-image] May 25 00:49:18.442 INFO O| May 25 00:49:18.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84392024-05-25T00:49:19.469Z[ recovery-image] May 25 00:49:18.442 INFO O| May 25 00:49:18.442 INFO ok!
84402024-05-25T00:49:19.473Z[ recovery-image] May 25 00:49:18.442 INFO O| May 25 00:49:18.442 INFO STEP 50 (ensure_file) COMPLETE
84412024-05-25T00:49:19.473Z[ recovery-image] May 25 00:49:18.442 INFO O| May 25 00:49:18.442 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84422024-05-25T00:49:19.495Z[ recovery-image] May 25 00:49:18.469 INFO O| May 25 00:49:18.468 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84432024-05-25T00:49:19.496Z[ recovery-image] May 25 00:49:18.469 INFO O| May 25 00:49:18.469 INFO copying /tmp/.tmpLmHmvV/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84442024-05-25T00:49:21.523Z[ recovery-image] May 25 00:49:20.496 INFO O| May 25 00:49:20.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84452024-05-25T00:49:21.523Z[ recovery-image] May 25 00:49:20.496 INFO O| May 25 00:49:20.496 INFO ok!
84462024-05-25T00:49:21.524Z[ recovery-image] May 25 00:49:20.496 INFO O| May 25 00:49:20.496 INFO STEP 51 (ensure_file) COMPLETE
84472024-05-25T00:49:21.527Z[ recovery-image] May 25 00:49:20.496 INFO O| May 25 00:49:20.496 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84482024-05-25T00:49:21.543Z[ recovery-image] May 25 00:49:20.516 INFO O| May 25 00:49:20.516 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84492024-05-25T00:49:21.543Z[ recovery-image] May 25 00:49:20.517 INFO O| May 25 00:49:20.516 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84502024-05-25T00:49:21.544Z[ recovery-image] May 25 00:49:20.517 INFO O| May 25 00:49:20.517 INFO STEP 52 (ensure_dir) COMPLETE
84512024-05-25T00:49:21.544Z[ recovery-image] May 25 00:49:20.517 INFO O| May 25 00:49:20.517 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84522024-05-25T00:49:21.564Z[ recovery-image] May 25 00:49:20.537 INFO O| May 25 00:49:20.537 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
84532024-05-25T00:49:21.564Z[ recovery-image] May 25 00:49:20.537 INFO O| May 25 00:49:20.537 INFO copying /tmp/.tmpLmHmvV/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 ...
84542024-05-25T00:49:21.568Z[ recovery-image] May 25 00:49:20.537 INFO O| May 25 00:49:20.537 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
84552024-05-25T00:49:21.568Z[ recovery-image] May 25 00:49:20.537 INFO O| May 25 00:49:20.537 INFO ok!
84562024-05-25T00:49:21.568Z[ recovery-image] May 25 00:49:20.537 INFO O| May 25 00:49:20.537 INFO STEP 53 (ensure_file) COMPLETE
84572024-05-25T00:49:21.568Z[ recovery-image] May 25 00:49:20.537 INFO O| May 25 00:49:20.537 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84582024-05-25T00:49:21.583Z[ recovery-image] May 25 00:49:20.557 INFO O| May 25 00:49:20.556 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
84592024-05-25T00:49:21.584Z[ recovery-image] May 25 00:49:20.557 INFO O| May 25 00:49:20.557 INFO copying /tmp/.tmpLmHmvV/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 ...
84602024-05-25T00:49:21.584Z[ recovery-image] May 25 00:49:20.557 INFO O| May 25 00:49:20.557 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
84612024-05-25T00:49:21.587Z[ recovery-image] May 25 00:49:20.557 INFO O| May 25 00:49:20.557 INFO ok!
84622024-05-25T00:49:21.587Z[ recovery-image] May 25 00:49:20.557 INFO O| May 25 00:49:20.557 INFO STEP 54 (ensure_file) COMPLETE
84632024-05-25T00:49:21.587Z[ recovery-image] May 25 00:49:20.557 INFO O| May 25 00:49:20.557 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84642024-05-25T00:49:21.617Z[ recovery-image] May 25 00:49:20.589 INFO O| May 25 00:49:20.589 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84652024-05-25T00:49:21.617Z[ recovery-image] May 25 00:49:20.590 INFO O| May 25 00:49:20.590 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84662024-05-25T00:49:21.617Z[ recovery-image] May 25 00:49:20.590 INFO O| May 25 00:49:20.590 INFO STEP 55 (ensure_dir) COMPLETE
84672024-05-25T00:49:21.620Z[ recovery-image] May 25 00:49:20.590 INFO O| May 25 00:49:20.590 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84682024-05-25T00:49:21.637Z[ recovery-image] May 25 00:49:20.610 INFO O| May 25 00:49:20.610 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84692024-05-25T00:49:21.637Z[ recovery-image] May 25 00:49:20.610 INFO O| May 25 00:49:20.610 INFO copying /tmp/.tmpLmHmvV/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 ...
84702024-05-25T00:49:21.641Z[ recovery-image] May 25 00:49:20.611 INFO O| May 25 00:49:20.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84712024-05-25T00:49:21.641Z[ recovery-image] May 25 00:49:20.611 INFO O| May 25 00:49:20.610 INFO ok!
84722024-05-25T00:49:21.641Z[ recovery-image] May 25 00:49:20.611 INFO O| May 25 00:49:20.610 INFO STEP 56 (ensure_file) COMPLETE
84732024-05-25T00:49:21.641Z[ recovery-image] May 25 00:49:20.611 INFO O| May 25 00:49:20.610 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84742024-05-25T00:49:21.657Z[ recovery-image] May 25 00:49:20.630 INFO O| May 25 00:49:20.630 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84752024-05-25T00:49:21.657Z[ recovery-image] May 25 00:49:20.630 INFO O| May 25 00:49:20.630 INFO copying /tmp/.tmpLmHmvV/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 ...
84762024-05-25T00:49:21.661Z[ recovery-image] May 25 00:49:20.631 INFO O| May 25 00:49:20.630 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
84772024-05-25T00:49:21.661Z[ recovery-image] May 25 00:49:20.631 INFO O| May 25 00:49:20.630 INFO ok!
84782024-05-25T00:49:21.661Z[ recovery-image] May 25 00:49:20.631 INFO O| May 25 00:49:20.631 INFO STEP 57 (ensure_file) COMPLETE
84792024-05-25T00:49:21.661Z[ recovery-image] May 25 00:49:20.631 INFO O| May 25 00:49:20.631 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84802024-05-25T00:49:21.679Z[ recovery-image] May 25 00:49:20.652 INFO O| May 25 00:49:20.652 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84812024-05-25T00:49:21.679Z[ recovery-image] May 25 00:49:20.652 INFO O| May 25 00:49:20.652 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84822024-05-25T00:49:21.680Z[ recovery-image] May 25 00:49:20.653 INFO O| May 25 00:49:20.652 INFO STEP 58 (ensure_dir) COMPLETE
84832024-05-25T00:49:21.683Z[ recovery-image] May 25 00:49:20.653 INFO O| May 25 00:49:20.652 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84842024-05-25T00:49:21.701Z[ recovery-image] May 25 00:49:20.674 INFO O| May 25 00:49:20.674 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
84852024-05-25T00:49:21.701Z[ recovery-image] May 25 00:49:20.674 INFO O| May 25 00:49:20.674 INFO copying /tmp/.tmpLmHmvV/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 ...
84862024-05-25T00:49:21.701Z[ recovery-image] May 25 00:49:20.674 INFO O| May 25 00:49:20.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
84872024-05-25T00:49:21.704Z[ recovery-image] May 25 00:49:20.674 INFO O| May 25 00:49:20.674 INFO ok!
84882024-05-25T00:49:21.704Z[ recovery-image] May 25 00:49:20.674 INFO O| May 25 00:49:20.674 INFO STEP 59 (ensure_file) COMPLETE
84892024-05-25T00:49:21.704Z[ recovery-image] May 25 00:49:20.674 INFO O| May 25 00:49:20.674 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84902024-05-25T00:49:21.743Z[ recovery-image] May 25 00:49:20.715 INFO O| May 25 00:49:20.715 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
84912024-05-25T00:49:21.744Z[ recovery-image] May 25 00:49:20.715 INFO O| May 25 00:49:20.715 INFO copying /tmp/.tmpLmHmvV/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
84922024-05-25T00:49:21.744Z[ recovery-image] May 25 00:49:20.715 INFO O| May 25 00:49:20.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
84932024-05-25T00:49:21.748Z[ recovery-image] May 25 00:49:20.715 INFO O| May 25 00:49:20.715 INFO ok!
84942024-05-25T00:49:21.748Z[ recovery-image] May 25 00:49:20.715 INFO O| May 25 00:49:20.715 INFO STEP 60 (ensure_file) COMPLETE
84952024-05-25T00:49:21.748Z[ recovery-image] May 25 00:49:20.716 INFO O| May 25 00:49:20.715 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84962024-05-25T00:49:21.798Z[ recovery-image] May 25 00:49:20.767 INFO O| May 25 00:49:20.767 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
84972024-05-25T00:49:21.798Z[ recovery-image] May 25 00:49:20.767 INFO O| May 25 00:49:20.767 INFO STEP 61 (ensure_dir) COMPLETE
84982024-05-25T00:49:21.801Z[ recovery-image] May 25 00:49:20.767 INFO O| May 25 00:49:20.767 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84992024-05-25T00:49:21.816Z[ recovery-image] May 25 00:49:20.789 INFO O| May 25 00:49:20.789 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
85002024-05-25T00:49:21.816Z[ recovery-image] May 25 00:49:20.789 INFO O| May 25 00:49:20.789 INFO STEP 62 (ensure_dir) COMPLETE
85012024-05-25T00:49:21.820Z[ recovery-image] May 25 00:49:20.789 INFO O| May 25 00:49:20.789 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85022024-05-25T00:49:21.844Z[ recovery-image] May 25 00:49:20.817 INFO O| May 25 00:49:20.817 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
85032024-05-25T00:49:21.845Z[ recovery-image] May 25 00:49:20.817 INFO O| May 25 00:49:20.817 INFO STEP 63 (ensure_dir) COMPLETE
85042024-05-25T00:49:21.845Z[ recovery-image] May 25 00:49:20.817 INFO O| May 25 00:49:20.817 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85052024-05-25T00:49:21.884Z[ recovery-image] May 25 00:49:20.856 INFO O| May 25 00:49:20.856 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
85062024-05-25T00:49:21.884Z[ recovery-image] May 25 00:49:20.856 INFO O| May 25 00:49:20.856 INFO STEP 64 (ensure_dir) COMPLETE
85072024-05-25T00:49:21.884Z[ recovery-image] May 25 00:49:20.856 INFO O| May 25 00:49:20.856 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85082024-05-25T00:49:21.907Z[ recovery-image] May 25 00:49:20.879 INFO O| May 25 00:49:20.879 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
85092024-05-25T00:49:21.907Z[ recovery-image] May 25 00:49:20.879 INFO O| May 25 00:49:20.879 INFO copying /tmp/.tmpLmHmvV/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85102024-05-25T00:49:21.907Z[ recovery-image] May 25 00:49:20.879 INFO O| May 25 00:49:20.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85112024-05-25T00:49:21.907Z[ recovery-image] May 25 00:49:20.879 INFO O| May 25 00:49:20.879 INFO ok!
85122024-05-25T00:49:21.907Z[ recovery-image] May 25 00:49:20.879 INFO O| May 25 00:49:20.879 INFO STEP 65 (ensure_file) COMPLETE
85132024-05-25T00:49:21.907Z[ recovery-image] May 25 00:49:20.879 INFO O| May 25 00:49:20.879 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85142024-05-25T00:49:21.928Z[ recovery-image] May 25 00:49:20.901 INFO O| May 25 00:49:20.901 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85152024-05-25T00:49:21.932Z[ recovery-image] May 25 00:49:20.902 INFO O| May 25 00:49:20.902 INFO STEP 66 (remove_files) COMPLETE
85162024-05-25T00:49:21.932Z[ recovery-image] May 25 00:49:20.902 INFO O| May 25 00:49:20.902 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85172024-05-25T00:49:21.968Z[ recovery-image] May 25 00:49:20.941 INFO O| May 25 00:49:20.941 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
85182024-05-25T00:49:21.973Z[ recovery-image] May 25 00:49:20.941 INFO O| May 25 00:49:20.941 INFO STEP 67 (remove_files) COMPLETE
85192024-05-25T00:49:21.973Z[ recovery-image] May 25 00:49:20.942 INFO O| May 25 00:49:20.941 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85202024-05-25T00:49:21.991Z[ recovery-image] May 25 00:49:20.964 INFO O| May 25 00:49:20.964 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
85212024-05-25T00:49:21.995Z[ recovery-image] May 25 00:49:20.964 INFO O| May 25 00:49:20.964 INFO STEP 68 (remove_files) COMPLETE
85222024-05-25T00:49:21.995Z[ recovery-image] May 25 00:49:20.964 INFO O| May 25 00:49:20.964 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85232024-05-25T00:49:22.013Z[ recovery-image] May 25 00:49:20.985 INFO O| May 25 00:49:20.985 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
85242024-05-25T00:49:22.016Z[ recovery-image] May 25 00:49:20.986 INFO O| May 25 00:49:20.986 INFO STEP 69 (remove_files) COMPLETE
85252024-05-25T00:49:22.016Z[ recovery-image] May 25 00:49:20.986 INFO O| May 25 00:49:20.986 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85262024-05-25T00:49:22.032Z[ recovery-image] May 25 00:49:21.005 INFO O| May 25 00:49:21.005 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
85272024-05-25T00:49:22.035Z[ recovery-image] May 25 00:49:21.005 INFO O| May 25 00:49:21.005 INFO STEP 70 (remove_files) COMPLETE
85282024-05-25T00:49:22.035Z[ recovery-image] May 25 00:49:21.005 INFO O| May 25 00:49:21.005 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85292024-05-25T00:49:22.054Z[ recovery-image] May 25 00:49:21.027 INFO O| May 25 00:49:21.027 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
85302024-05-25T00:49:22.057Z[ recovery-image] May 25 00:49:21.028 INFO O| May 25 00:49:21.028 INFO STEP 71 (remove_files) COMPLETE
85312024-05-25T00:49:22.058Z[ recovery-image] May 25 00:49:21.028 INFO O| May 25 00:49:21.028 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85322024-05-25T00:49:22.090Z[ recovery-image] May 25 00:49:21.062 INFO O| May 25 00:49:21.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85332024-05-25T00:49:22.090Z[ recovery-image] May 25 00:49:21.063 INFO O| May 25 00:49:21.062 INFO STEP 72 (remove_files) COMPLETE
85342024-05-25T00:49:22.093Z[ recovery-image] May 25 00:49:21.063 INFO O| May 25 00:49:21.062 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85352024-05-25T00:49:22.109Z[ recovery-image] May 25 00:49:21.082 INFO O| May 25 00:49:21.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85362024-05-25T00:49:22.112Z[ recovery-image] May 25 00:49:21.082 INFO O| May 25 00:49:21.082 INFO STEP 73 (remove_files) COMPLETE
85372024-05-25T00:49:22.112Z[ recovery-image] May 25 00:49:21.082 INFO O| May 25 00:49:21.082 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85382024-05-25T00:49:22.150Z[ recovery-image] May 25 00:49:21.123 INFO O| May 25 00:49:21.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85392024-05-25T00:49:22.154Z[ recovery-image] May 25 00:49:21.123 INFO O| May 25 00:49:21.123 INFO STEP 74 (remove_files) COMPLETE
85402024-05-25T00:49:22.154Z[ recovery-image] May 25 00:49:21.123 INFO O| May 25 00:49:21.123 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85412024-05-25T00:49:22.170Z[ recovery-image] May 25 00:49:21.142 INFO O| May 25 00:49:21.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85422024-05-25T00:49:22.170Z[ recovery-image] May 25 00:49:21.143 INFO O| May 25 00:49:21.143 INFO STEP 75 (remove_files) COMPLETE
85432024-05-25T00:49:22.170Z[ recovery-image] May 25 00:49:21.143 INFO O| May 25 00:49:21.143 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85442024-05-25T00:49:22.208Z[ recovery-image] May 25 00:49:21.181 INFO O| May 25 00:49:21.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85452024-05-25T00:49:22.211Z[ recovery-image] May 25 00:49:21.181 INFO O| May 25 00:49:21.181 INFO STEP 76 (remove_files) COMPLETE
85462024-05-25T00:49:22.211Z[ recovery-image] May 25 00:49:21.181 INFO O| May 25 00:49:21.181 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85472024-05-25T00:49:22.227Z[ recovery-image] May 25 00:49:21.200 INFO O| May 25 00:49:21.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
85482024-05-25T00:49:22.228Z[ recovery-image] May 25 00:49:21.200 INFO O| May 25 00:49:21.200 INFO STEP 77 (remove_files) COMPLETE
85492024-05-25T00:49:22.228Z[ recovery-image] May 25 00:49:21.200 INFO O| May 25 00:49:21.200 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85502024-05-25T00:49:22.245Z[ recovery-image] May 25 00:49:21.218 INFO O| May 25 00:49:21.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
85512024-05-25T00:49:22.246Z[ recovery-image] May 25 00:49:21.218 INFO O| May 25 00:49:21.218 INFO STEP 78 (remove_files) COMPLETE
85522024-05-25T00:49:22.246Z[ recovery-image] May 25 00:49:21.219 INFO O| May 25 00:49:21.218 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85532024-05-25T00:49:22.266Z[ recovery-image] May 25 00:49:21.239 INFO O| May 25 00:49:21.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
85542024-05-25T00:49:22.266Z[ recovery-image] May 25 00:49:21.239 INFO O| May 25 00:49:21.239 INFO STEP 79 (remove_files) COMPLETE
85552024-05-25T00:49:22.266Z[ recovery-image] May 25 00:49:21.239 INFO O| May 25 00:49:21.239 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85562024-05-25T00:49:22.291Z[ recovery-image] May 25 00:49:21.264 INFO O| May 25 00:49:21.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
85572024-05-25T00:49:22.291Z[ recovery-image] May 25 00:49:21.264 INFO O| May 25 00:49:21.264 INFO STEP 80 (remove_files) COMPLETE
85582024-05-25T00:49:22.291Z[ recovery-image] May 25 00:49:21.264 INFO O| May 25 00:49:21.264 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85592024-05-25T00:49:22.310Z[ recovery-image] May 25 00:49:21.283 INFO O| May 25 00:49:21.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
85602024-05-25T00:49:22.310Z[ recovery-image] May 25 00:49:21.283 INFO O| May 25 00:49:21.283 INFO STEP 81 (remove_files) COMPLETE
85612024-05-25T00:49:22.310Z[ recovery-image] May 25 00:49:21.283 INFO O| May 25 00:49:21.283 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85622024-05-25T00:49:22.329Z[ recovery-image] May 25 00:49:21.302 INFO O| May 25 00:49:21.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
85632024-05-25T00:49:22.333Z[ recovery-image] May 25 00:49:21.302 INFO O| May 25 00:49:21.302 INFO STEP 82 (remove_files) COMPLETE
85642024-05-25T00:49:22.333Z[ recovery-image] May 25 00:49:21.302 INFO O| May 25 00:49:21.302 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85652024-05-25T00:49:22.370Z[ recovery-image] May 25 00:49:21.343 INFO O| May 25 00:49:21.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85662024-05-25T00:49:22.384Z[ recovery-image] May 25 00:49:21.343 INFO O| May 25 00:49:21.343 INFO STEP 83 (remove_files) COMPLETE
85672024-05-25T00:49:22.384Z[ recovery-image] May 25 00:49:21.343 INFO O| May 25 00:49:21.343 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85682024-05-25T00:49:22.435Z[ recovery-image] May 25 00:49:21.408 INFO O| May 25 00:49:21.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85692024-05-25T00:49:22.435Z[ recovery-image] May 25 00:49:21.408 INFO O| May 25 00:49:21.408 INFO STEP 84 (remove_files) COMPLETE
85702024-05-25T00:49:22.435Z[ recovery-image] May 25 00:49:21.408 INFO O| May 25 00:49:21.408 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85712024-05-25T00:49:22.503Z[ recovery-image] May 25 00:49:21.471 INFO O| May 25 00:49:21.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85722024-05-25T00:49:22.503Z[ recovery-image] May 25 00:49:21.471 INFO O| May 25 00:49:21.471 INFO STEP 85 (remove_files) COMPLETE
85732024-05-25T00:49:22.503Z[ recovery-image] May 25 00:49:21.471 INFO O| May 25 00:49:21.471 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85742024-05-25T00:49:22.517Z[ recovery-image] May 25 00:49:21.490 INFO O| May 25 00:49:21.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85752024-05-25T00:49:22.521Z[ recovery-image] May 25 00:49:21.490 INFO O| May 25 00:49:21.490 INFO STEP 86 (remove_files) COMPLETE
85762024-05-25T00:49:22.521Z[ recovery-image] May 25 00:49:21.490 INFO O| May 25 00:49:21.490 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85772024-05-25T00:49:22.537Z[ recovery-image] May 25 00:49:21.510 INFO O| May 25 00:49:21.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
85782024-05-25T00:49:22.537Z[ recovery-image] May 25 00:49:21.510 INFO O| May 25 00:49:21.510 INFO STEP 87 (remove_files) COMPLETE
85792024-05-25T00:49:22.537Z[ recovery-image] May 25 00:49:21.510 INFO O| May 25 00:49:21.510 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85802024-05-25T00:49:22.557Z[ recovery-image] May 25 00:49:21.530 INFO O| May 25 00:49:21.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85812024-05-25T00:49:22.557Z[ recovery-image] May 25 00:49:21.530 INFO O| May 25 00:49:21.530 INFO STEP 88 (remove_files) COMPLETE
85822024-05-25T00:49:22.557Z[ recovery-image] May 25 00:49:21.530 INFO O| May 25 00:49:21.530 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85832024-05-25T00:49:22.589Z[ recovery-image] May 25 00:49:21.562 INFO O| May 25 00:49:21.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
85842024-05-25T00:49:22.593Z[ recovery-image] May 25 00:49:21.562 INFO O| May 25 00:49:21.562 INFO STEP 89 (remove_files) COMPLETE
85852024-05-25T00:49:22.593Z[ recovery-image] May 25 00:49:21.562 INFO O| May 25 00:49:21.562 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85862024-05-25T00:49:22.647Z[ recovery-image] May 25 00:49:21.619 INFO O| May 25 00:49:21.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
85872024-05-25T00:49:22.647Z[ recovery-image] May 25 00:49:21.619 INFO O| May 25 00:49:21.619 INFO STEP 90 (remove_files) COMPLETE
85882024-05-25T00:49:22.647Z[ recovery-image] May 25 00:49:21.619 INFO O| May 25 00:49:21.619 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85892024-05-25T00:49:22.668Z[ recovery-image] May 25 00:49:21.641 INFO O| May 25 00:49:21.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
85902024-05-25T00:49:22.668Z[ recovery-image] May 25 00:49:21.641 INFO O| May 25 00:49:21.641 INFO STEP 91 (remove_files) COMPLETE
85912024-05-25T00:49:22.672Z[ recovery-image] May 25 00:49:21.641 INFO O| May 25 00:49:21.641 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85922024-05-25T00:49:22.689Z[ recovery-image] May 25 00:49:21.661 INFO O| May 25 00:49:21.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
85932024-05-25T00:49:22.689Z[ recovery-image] May 25 00:49:21.661 INFO O| May 25 00:49:21.661 INFO STEP 92 (remove_files) COMPLETE
85942024-05-25T00:49:22.692Z[ recovery-image] May 25 00:49:21.662 INFO O| May 25 00:49:21.661 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85952024-05-25T00:49:22.728Z[ recovery-image] May 25 00:49:21.701 INFO O| May 25 00:49:21.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
85962024-05-25T00:49:22.728Z[ recovery-image] May 25 00:49:21.701 INFO O| May 25 00:49:21.701 INFO STEP 93 (remove_files) COMPLETE
85972024-05-25T00:49:22.732Z[ recovery-image] May 25 00:49:21.701 INFO O| May 25 00:49:21.701 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85982024-05-25T00:49:22.748Z[ recovery-image] May 25 00:49:21.720 INFO O| May 25 00:49:21.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
85992024-05-25T00:49:22.751Z[ recovery-image] May 25 00:49:21.720 INFO O| May 25 00:49:21.720 INFO STEP 94 (remove_files) COMPLETE
86002024-05-25T00:49:22.751Z[ recovery-image] May 25 00:49:21.721 INFO O| May 25 00:49:21.720 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
86012024-05-25T00:49:22.791Z[ recovery-image] May 25 00:49:21.763 INFO O| May 25 00:49:21.763 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
86022024-05-25T00:49:22.791Z[ recovery-image] May 25 00:49:21.763 INFO O| May 25 00:49:21.763 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
86032024-05-25T00:49:34.782Z[ recovery-image] May 25 00:49:33.751 INFO O| May 25 00:49:33.751 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
86042024-05-25T00:49:34.786Z[ recovery-image] May 25 00:49:33.751 INFO O| May 25 00:49:33.751 INFO E| svccfg: Loaded 67 smf(7) service descriptions
86052024-05-25T00:49:34.801Z[ recovery-image] May 25 00:49:33.771 INFO O| May 25 00:49:33.771 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
86062024-05-25T00:49:34.950Z[ recovery-image] May 25 00:49:33.920 INFO O| May 25 00:49:33.920 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
86072024-05-25T00:49:34.950Z[ recovery-image] May 25 00:49:33.920 INFO O| May 25 00:49:33.920 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 ...
86082024-05-25T00:49:34.954Z[ recovery-image] May 25 00:49:33.923 INFO O| May 25 00:49:33.922 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
86092024-05-25T00:49:34.954Z[ recovery-image] May 25 00:49:33.923 INFO O| May 25 00:49:33.922 INFO ok!
86102024-05-25T00:49:34.954Z[ recovery-image] May 25 00:49:33.923 INFO O| May 25 00:49:33.923 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
86112024-05-25T00:49:34.954Z[ recovery-image] May 25 00:49:33.923 INFO O| May 25 00:49:33.923 INFO STEP 95 (seed_smf) COMPLETE
86122024-05-25T00:49:34.954Z[ recovery-image] May 25 00:49:33.923 INFO O| May 25 00:49:33.923 INFO steps complete; finalising image!
86132024-05-25T00:49:34.955Z[ recovery-image] May 25 00:49:33.923 INFO O| May 25 00:49:33.923 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
86142024-05-25T00:49:35.029Z[ recovery-image] May 25 00:49:33.998 INFO O| May 25 00:49:33.998 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Sat May 25 00:49:33 2024)
86152024-05-25T00:49:35.242Z[ recovery-image] May 25 00:49:34.211 INFO O| May 25 00:49:34.211 INFO trim TEMPORARY-gimlet-zfs-recovery: (50% trimmed, started at Sat May 25 00:49:33 2024)
86162024-05-25T00:49:35.455Z[ recovery-image] May 25 00:49:34.423 INFO O| May 25 00:49:34.423 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Sat May 25 00:49:33 2024)
86172024-05-25T00:49:35.666Z[ recovery-image] May 25 00:49:34.635 INFO O| May 25 00:49:34.635 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Sat May 25 00:49:33 2024)
86182024-05-25T00:49:35.878Z[ recovery-image] May 25 00:49:34.847 INFO O| May 25 00:49:34.847 INFO trim TEMPORARY-gimlet-zfs-recovery: (91% trimmed, started at Sat May 25 00:49:33 2024)
86192024-05-25T00:49:36.096Z[ recovery-image] May 25 00:49:35.065 INFO O| May 25 00:49:35.065 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Sat May 25 00:49:33 2024)
86202024-05-25T00:49:36.339Z[ recovery-image] May 25 00:49:35.307 INFO O| May 25 00:49:35.307 INFO temporary pool has 386M used, 1.37G avail, 1.00x compressratio
86212024-05-25T00:49:36.339Z[ recovery-image] May 25 00:49:35.307 INFO O| May 25 00:49:35.307 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
86222024-05-25T00:49:36.928Z[ recovery-image] May 25 00:49:35.896 INFO O| May 25 00:49:35.896 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
86232024-05-25T00:49:36.928Z[ recovery-image] May 25 00:49:35.896 INFO O| May 25 00:49:35.896 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
86242024-05-25T00:49:42.912Z[ recovery-image] May 25 00:49:41.880 INFO O| May 25 00:49:41.880 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86252024-05-25T00:49:42.913Z[ recovery-image] May 25 00:49:41.880 INFO O| May 25 00:49:41.880 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86262024-05-25T00:49:42.916Z[ recovery-image] May 25 00:49:41.880 INFO O| May 25 00:49:41.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86272024-05-25T00:49:42.916Z[ recovery-image] May 25 00:49:41.880 INFO O| May 25 00:49:41.880 INFO completed processing gimlet/zfs-recovery
86282024-05-25T00:49:42.916Z[ recovery-image] May 25 00:49:41.880 INFO O| May 25 00:49:41.880 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
86292024-05-25T00:49:43.242Z[ recovery-image] May 25 00:49:42.209 INFO O| May 25 00:49:42.209 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
86302024-05-25T00:49:43.367Z[ recovery-image] May 25 00:49:42.335 INFO BUILD STRING "heads/stlouis-0-g004716a0dd\n"
86312024-05-25T00:49:43.367Z[ recovery-image] May 25 00:49:42.335 INFO expanded image name: "recovery 0871b51/${os_short_commit} 2024-05-25 00:20" -> "recovery 0871b51/004716a 2024-05-25 00:20"
86322024-05-25T00:49:43.371Z[ recovery-image] May 25 00:49:42.335 INFO output artefacts stored in: "/work/os-recovery"
86332024-05-25T00:49:43.371Z[ recovery-image] May 25 00:49:42.335 INFO collecting git info from project "amd-host-image-builder"...
86342024-05-25T00:49:43.712Z[ recovery-image] May 25 00:49:42.678 INFO collecting git info from project "amd-firmware"...
86352024-05-25T00:49:44.058Z[ recovery-image] May 25 00:49:43.025 INFO collecting git info from project "phbl"...
86362024-05-25T00:49:44.075Z[ recovery-image] May 25 00:49:43.033 INFO collecting git info from project "image-builder"...
86372024-05-25T00:49:44.078Z[ recovery-image] May 25 00:49:43.040 INFO collecting git info from project "chelsio-t6-roms"...
86382024-05-25T00:49:44.108Z[ recovery-image] May 25 00:49:43.075 INFO collecting git info from project "bootserver"...
86392024-05-25T00:49:44.117Z[ recovery-image] May 25 00:49:43.084 INFO collecting git info from project "pinprick"...
86402024-05-25T00:49:44.126Z[ recovery-image] May 25 00:49:43.093 INFO collecting git info from project "pilot"...
86412024-05-25T00:49:44.144Z[ recovery-image] May 25 00:49:43.111 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86422024-05-25T00:49:44.596Z[ recovery-image] May 25 00:49:43.563 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86432024-05-25T00:49:45.196Z[ recovery-image] May 25 00:49:44.162 INFO creating Oxide boot image...
86442024-05-25T00:49:45.196Z[ recovery-image] May 25 00:49:44.162 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 0871b51/004716a 2024-05-25 00:20", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86452024-05-25T00:50:21.303Z[ host-image] May 25 00:50:20.260 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22694:20240520T120848Z
86462024-05-25T00:50:21.303Z[ host-image] May 25 00:50:20.260 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22694:20240520T120849Z
86472024-05-25T00:50:21.307Z[ host-image] May 25 00:50:20.261 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86482024-05-25T00:50:21.307Z[ host-image] May 25 00:50:20.261 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86492024-05-25T00:50:21.307Z[ host-image] May 25 00:50:20.261 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86502024-05-25T00:50:21.307Z[ host-image] May 25 00:50:20.261 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86512024-05-25T00:50:21.307Z[ host-image] May 25 00:50:20.262 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86522024-05-25T00:50:21.307Z[ host-image] May 25 00:50:20.263 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86532024-05-25T00:50:21.307Z[ host-image] May 25 00:50:20.263 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86542024-05-25T00:50:21.307Z[ host-image] May 25 00:50:20.263 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86552024-05-25T00:50:21.307Z[ host-image] May 25 00:50:20.263 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22694:20240520T120849Z
86562024-05-25T00:50:21.310Z[ host-image] May 25 00:50:20.266 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22694:20240520T120850Z
86572024-05-25T00:50:21.310Z[ host-image] May 25 00:50:20.267 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22694:20240520T120850Z
86582024-05-25T00:50:21.311Z[ host-image] May 25 00:50:20.268 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22694:20240520T120850Z
86592024-05-25T00:50:21.311Z[ host-image] May 25 00:50:20.268 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86602024-05-25T00:50:21.314Z[ host-image] May 25 00:50:20.269 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22694:20240520T120850Z
86612024-05-25T00:50:21.314Z[ host-image] May 25 00:50:20.270 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22694:20240520T120850Z
86622024-05-25T00:50:21.314Z[ host-image] May 25 00:50:20.270 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22694:20240520T120850Z
86632024-05-25T00:50:21.314Z[ host-image] May 25 00:50:20.271 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22694:20240520T120851Z
86642024-05-25T00:50:21.314Z[ host-image] May 25 00:50:20.271 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22694:20240520T120852Z
86652024-05-25T00:50:21.314Z[ host-image] May 25 00:50:20.271 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22694:20240520T120852Z
86662024-05-25T00:50:21.314Z[ host-image] May 25 00:50:20.271 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22694:20240520T120852Z
86672024-05-25T00:50:21.314Z[ host-image] May 25 00:50:20.271 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22694:20240520T120852Z
86682024-05-25T00:50:21.314Z[ host-image] May 25 00:50:20.272 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22694:20240520T120853Z
86692024-05-25T00:50:21.318Z[ host-image] May 25 00:50:20.272 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22694:20240520T120854Z
86702024-05-25T00:50:21.318Z[ host-image] May 25 00:50:20.272 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22694:20240520T120854Z
86712024-05-25T00:50:21.318Z[ host-image] May 25 00:50:20.272 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22694:20240520T120856Z
86722024-05-25T00:50:21.318Z[ host-image] May 25 00:50:20.273 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22694:20240520T120856Z
86732024-05-25T00:50:21.318Z[ host-image] May 25 00:50:20.273 INFO O| install = pkg://helios-dev/driver/network/opte@0.29.250:20240509T232852Z
86742024-05-25T00:50:21.318Z[ host-image] May 25 00:50:20.273 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22694:20240520T120858Z
86752024-05-25T00:50:21.318Z[ host-image] May 25 00:50:20.273 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22694:20240520T120900Z
86762024-05-25T00:50:21.318Z[ host-image] May 25 00:50:20.273 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22694:20240520T120900Z
86772024-05-25T00:50:21.319Z[ host-image] May 25 00:50:20.273 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22694:20240520T120901Z
86782024-05-25T00:50:21.319Z[ host-image] May 25 00:50:20.275 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22694:20240520T120902Z
86792024-05-25T00:50:21.319Z[ host-image] May 25 00:50:20.275 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22694:20240520T120903Z
86802024-05-25T00:50:21.332Z[ host-image] May 25 00:50:20.290 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
86812024-05-25T00:50:21.333Z[ host-image] May 25 00:50:20.290 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22694:20240520T120903Z
86822024-05-25T00:50:21.336Z[ host-image] May 25 00:50:20.291 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
86832024-05-25T00:50:21.337Z[ host-image] May 25 00:50:20.291 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86842024-05-25T00:50:21.337Z[ host-image] May 25 00:50:20.292 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86852024-05-25T00:50:21.337Z[ host-image] May 25 00:50:20.292 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22694:20240520T120903Z
86862024-05-25T00:50:21.337Z[ host-image] May 25 00:50:20.293 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86872024-05-25T00:50:21.337Z[ host-image] May 25 00:50:20.293 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86882024-05-25T00:50:21.340Z[ host-image] May 25 00:50:20.295 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86892024-05-25T00:50:21.340Z[ host-image] May 25 00:50:20.295 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86902024-05-25T00:50:21.372Z[ host-image] May 25 00:50:20.329 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86912024-05-25T00:50:21.372Z[ host-image] May 25 00:50:20.329 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86922024-05-25T00:50:21.375Z[ host-image] May 25 00:50:20.330 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86932024-05-25T00:50:21.375Z[ host-image] May 25 00:50:20.331 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86942024-05-25T00:50:21.375Z[ host-image] May 25 00:50:20.332 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86952024-05-25T00:50:21.375Z[ host-image] May 25 00:50:20.332 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86962024-05-25T00:50:21.448Z[ host-image] May 25 00:50:20.406 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.13-2.0:20240130T173931Z
86972024-05-25T00:50:21.452Z[ host-image] May 25 00:50:20.407 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86982024-05-25T00:50:21.452Z[ host-image] May 25 00:50:20.407 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86992024-05-25T00:50:21.452Z[ host-image] May 25 00:50:20.408 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22694:20240520T120905Z
87002024-05-25T00:50:21.452Z[ host-image] May 25 00:50:20.408 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22694:20240520T120910Z
87012024-05-25T00:50:21.452Z[ host-image] May 25 00:50:20.409 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
87022024-05-25T00:50:21.452Z[ host-image] May 25 00:50:20.409 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22694:20240520T120911Z
87032024-05-25T00:50:21.453Z[ host-image] May 25 00:50:20.409 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.0:20240105T152825Z
87042024-05-25T00:50:21.453Z[ host-image] May 25 00:50:20.409 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.0:20240105T152834Z
87052024-05-25T00:50:21.453Z[ host-image] May 25 00:50:20.410 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.0:20230621T194459Z
87062024-05-25T00:50:21.453Z[ host-image] May 25 00:50:20.410 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22694:20240520T120911Z
87072024-05-25T00:50:21.456Z[ host-image] May 25 00:50:20.410 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
87082024-05-25T00:50:21.460Z[ host-image] May 25 00:50:20.418 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
87092024-05-25T00:50:21.460Z[ host-image] May 25 00:50:20.418 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
87102024-05-25T00:50:21.473Z[ host-image] May 25 00:50:20.419 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22694:20240520T120911Z
87112024-05-25T00:50:21.473Z[ host-image] May 25 00:50:20.419 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
87122024-05-25T00:50:21.503Z[ host-image] May 25 00:50:20.461 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
87132024-05-25T00:50:21.508Z[ host-image] May 25 00:50:20.461 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22694:20240520T120912Z
87142024-05-25T00:50:21.508Z[ host-image] May 25 00:50:20.465 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22694:20240520T120912Z
87152024-05-25T00:50:21.511Z[ host-image] May 25 00:50:20.466 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22694:20240520T120912Z
87162024-05-25T00:50:21.511Z[ host-image] May 25 00:50:20.466 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
87172024-05-25T00:50:21.511Z[ host-image] May 25 00:50:20.467 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22694:20240520T120914Z
87182024-05-25T00:50:21.511Z[ host-image] May 25 00:50:20.467 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22694:20240520T120914Z
87192024-05-25T00:50:21.511Z[ host-image] May 25 00:50:20.468 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22694:20240520T120914Z
87202024-05-25T00:50:21.512Z[ host-image] May 25 00:50:20.468 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22694:20240520T120914Z
87212024-05-25T00:50:21.516Z[ host-image] May 25 00:50:20.474 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87222024-05-25T00:50:21.519Z[ host-image] May 25 00:50:20.475 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22694:20240520T120915Z
87232024-05-25T00:50:21.519Z[ host-image] May 25 00:50:20.476 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22694:20240520T120916Z
87242024-05-25T00:50:21.519Z[ host-image] May 25 00:50:20.476 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87252024-05-25T00:50:21.520Z[ host-image] May 25 00:50:20.477 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22694:20240520T120916Z
87262024-05-25T00:50:21.520Z[ host-image] May 25 00:50:20.477 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22694:20240520T120916Z
87272024-05-25T00:50:21.520Z[ host-image] May 25 00:50:20.477 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22694:20240520T120916Z
87282024-05-25T00:50:21.523Z[ host-image] May 25 00:50:20.478 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22694:20240520T120916Z
87292024-05-25T00:50:21.536Z[ host-image] May 25 00:50:20.493 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22694:20240520T120916Z
87302024-05-25T00:50:21.536Z[ host-image] May 25 00:50:20.493 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87312024-05-25T00:50:21.539Z[ host-image] May 25 00:50:20.497 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22694:20240520T120917Z
87322024-05-25T00:50:21.542Z[ host-image] May 25 00:50:20.499 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22694:20240520T120917Z
87332024-05-25T00:50:21.542Z[ host-image] May 25 00:50:20.499 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22694:20240520T120917Z
87342024-05-25T00:50:21.542Z[ host-image] May 25 00:50:20.500 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22694:20240520T120917Z
87352024-05-25T00:50:21.546Z[ host-image] May 25 00:50:20.501 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22694:20240520T120917Z
87362024-05-25T00:50:21.546Z[ host-image] May 25 00:50:20.501 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22694:20240520T120918Z
87372024-05-25T00:50:21.560Z[ host-image] May 25 00:50:20.518 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22694:20240520T120919Z
87382024-05-25T00:50:21.560Z[ host-image] May 25 00:50:20.518 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22694:20240520T120918Z
87392024-05-25T00:50:21.563Z[ host-image] May 25 00:50:20.519 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22694:20240520T120918Z
87402024-05-25T00:50:21.563Z[ host-image] May 25 00:50:20.521 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22694:20240520T120919Z
87412024-05-25T00:50:21.563Z[ host-image] May 25 00:50:20.521 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22694:20240520T120919Z
87422024-05-25T00:50:21.599Z[ host-image] May 25 00:50:20.557 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22694:20240520T120922Z
87432024-05-25T00:50:21.600Z[ host-image] May 25 00:50:20.557 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22694:20240520T120919Z
87442024-05-25T00:50:21.603Z[ host-image] May 25 00:50:20.557 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22694:20240520T120919Z
87452024-05-25T00:50:21.604Z[ host-image] May 25 00:50:20.558 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
87462024-05-25T00:50:21.604Z[ host-image] May 25 00:50:20.558 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
87472024-05-25T00:50:21.647Z[ host-image] May 25 00:50:20.604 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22694:20240520T120919Z
87482024-05-25T00:50:21.652Z[ host-image] May 25 00:50:20.605 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87492024-05-25T00:50:21.652Z[ host-image] May 25 00:50:20.605 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22694:20240520T120920Z
87502024-05-25T00:50:21.652Z[ host-image] May 25 00:50:20.605 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22694:20240520T120920Z
87512024-05-25T00:50:21.652Z[ host-image] May 25 00:50:20.607 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22694:20240520T120920Z
87522024-05-25T00:50:21.652Z[ host-image] May 25 00:50:20.608 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87532024-05-25T00:50:21.652Z[ host-image] May 25 00:50:20.609 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87542024-05-25T00:50:21.652Z[ host-image] May 25 00:50:20.609 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22694:20240520T120921Z
87552024-05-25T00:50:21.653Z[ host-image] May 25 00:50:20.609 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22694:20240520T120921Z
87562024-05-25T00:50:21.653Z[ host-image] May 25 00:50:20.609 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22694:20240520T120921Z
87572024-05-25T00:50:21.656Z[ host-image] May 25 00:50:20.610 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22694:20240520T120921Z
87582024-05-25T00:50:21.656Z[ host-image] May 25 00:50:20.611 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22694:20240520T120922Z
87592024-05-25T00:50:21.656Z[ host-image] May 25 00:50:20.611 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22694:20240520T120922Z
87602024-05-25T00:50:21.660Z[ host-image] May 25 00:50:20.616 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87612024-05-25T00:50:21.660Z[ host-image] May 25 00:50:20.616 INFO O| install = pkg://helios-dev/system/microcode/amd@20240116-2.0.22694:20240520T120922Z
87622024-05-25T00:50:21.663Z[ host-image] May 25 00:50:20.619 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22694:20240520T120923Z
87632024-05-25T00:50:21.663Z[ host-image] May 25 00:50:20.619 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240116-2.0.22694:20240520T120923Z
87642024-05-25T00:50:21.663Z[ host-image] May 25 00:50:20.620 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22694:20240520T120924Z
87652024-05-25T00:50:21.663Z[ host-image] May 25 00:50:20.620 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22694:20240520T120923Z
87662024-05-25T00:50:21.663Z[ host-image] May 25 00:50:20.620 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22694:20240520T120923Z
87672024-05-25T00:50:21.663Z[ host-image] May 25 00:50:20.620 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87682024-05-25T00:50:21.663Z[ host-image] May 25 00:50:20.621 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87692024-05-25T00:50:21.667Z[ host-image] May 25 00:50:20.621 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22694:20240520T120925Z
87702024-05-25T00:50:21.667Z[ host-image] May 25 00:50:20.622 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22694:20240520T120926Z
87712024-05-25T00:50:21.667Z[ host-image] May 25 00:50:20.622 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87722024-05-25T00:50:21.667Z[ host-image] May 25 00:50:20.622 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87732024-05-25T00:50:21.667Z[ host-image] May 25 00:50:20.623 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87742024-05-25T00:50:21.667Z[ host-image] May 25 00:50:20.623 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87752024-05-25T00:50:21.667Z[ host-image] May 25 00:50:20.623 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87762024-05-25T00:50:21.667Z[ host-image] May 25 00:50:20.624 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87772024-05-25T00:50:21.670Z[ host-image] May 25 00:50:20.626 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z
87782024-05-25T00:50:21.671Z[ host-image] May 25 00:50:20.627 INFO O| tempdir @ "/tmp/.tmpaxnnVS/tmp"
87792024-05-25T00:50:21.671Z[ host-image] May 25 00:50:20.627 INFO O| image root @ "/tmp/.tmpaxnnVS/tmp/root"
87802024-05-25T00:50:21.671Z[ host-image] May 25 00:50:20.627 INFO O| creating image...
87812024-05-25T00:50:22.669Z[ host-image] May 25 00:50:21.626 INFO O| copying publishers...
87822024-05-25T00:50:28.373Z[ host-image] May 25 00:50:27.308 INFO O| adding properties...
87832024-05-25T00:50:29.462Z[ host-image] May 25 00:50:28.418 INFO O| installing packages...
87842024-05-25T00:50:29.596Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 35s
87852024-05-25T00:50:29.824ZMay 25 00:50:28.780 INFO [verify-libraries] process exited with exit status: 0 (343.875856694s)
87862024-05-25T00:50:44.523Z[ host-image] May 25 00:50:43.470 INFO O| seeding SMF database...
87872024-05-25T00:50:49.623Z[ recovery-image] May 25 00:50:48.574 INFO O| ok, image written!
87882024-05-25T00:50:49.627Z[ recovery-image] May 25 00:50:48.574 INFO O| ok, boot_image_csum file written!
87892024-05-25T00:50:49.627Z[ recovery-image] May 25 00:50:48.577 INFO creating boot archive (CPIO)...
87902024-05-25T00:50:49.627Z[ recovery-image] May 25 00:50:48.577 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
87912024-05-25T00:50:49.634Z[ recovery-image] May 25 00:50:48.585 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
87922024-05-25T00:50:49.634Z[ recovery-image] May 25 00:50:48.585 INFO E| + outfile=/work/os-recovery/cpio
87932024-05-25T00:50:49.637Z[ recovery-image] May 25 00:50:48.585 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
87942024-05-25T00:50:49.637Z[ recovery-image] May 25 00:50:48.587 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
87952024-05-25T00:50:49.637Z[ recovery-image] May 25 00:50:48.587 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
87962024-05-25T00:50:49.672Z[ recovery-image] May 25 00:50:48.622 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
87972024-05-25T00:50:49.672Z[ recovery-image] May 25 00:50:48.623 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
87982024-05-25T00:50:49.680Z[ recovery-image] May 25 00:50:48.631 INFO creating compressed cpio/unix for nanobl-rs...
87992024-05-25T00:50:49.680Z[ recovery-image] May 25 00:50:48.631 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
88002024-05-25T00:50:49.985Z[ recovery-image] May 25 00:50:48.935 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
88012024-05-25T00:50:52.455Z[ host-image] May 25 00:50:51.404 INFO O| configuring SMF profile...
88022024-05-25T00:50:52.455Z[ host-image] May 25 00:50:51.405 INFO O| modifying shadow(5)...
88032024-05-25T00:50:52.462Z[ host-image] May 25 00:50:51.405 INFO O| loading user and group database...
88042024-05-25T00:50:52.462Z[ host-image] May 25 00:50:51.405 INFO O| assessing packaged files...
88052024-05-25T00:50:54.403Z[ recovery-image] May 25 00:50:53.353 INFO creating reset image...
88062024-05-25T00:50:54.404Z[ recovery-image] May 25 00:50:53.353 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
88072024-05-25T00:50:54.640Z[ recovery-image] May 25 00:50:53.589 INFO E| Updating crates.io index
88082024-05-25T00:50:54.745Z[ recovery-image] May 25 00:50:53.695 INFO E| Downloading crates ...
88092024-05-25T00:50:54.835Z[ host-image] May 25 00:50:53.784 INFO O| creating archive...
88102024-05-25T00:50:54.842Z[ recovery-image] May 25 00:50:53.791 INFO E| Downloaded anstyle-parse v0.2.3
88112024-05-25T00:50:54.847Z[ recovery-image] May 25 00:50:53.797 INFO E| Downloaded anstyle v1.0.6
88122024-05-25T00:50:54.850Z[ recovery-image] May 25 00:50:53.799 INFO E| Downloaded strsim v0.11.0
88132024-05-25T00:50:54.850Z[ recovery-image] May 25 00:50:53.800 INFO E| Downloaded anstyle-query v1.0.2
88142024-05-25T00:50:54.854Z[ recovery-image] May 25 00:50:53.801 INFO E| Downloaded anstream v0.6.13
88152024-05-25T00:50:54.858Z[ recovery-image] May 25 00:50:53.808 INFO E| Downloaded colorchoice v1.0.0
88162024-05-25T00:50:54.862Z[ recovery-image] May 25 00:50:53.812 INFO E| Downloaded clap v4.5.3
88172024-05-25T00:50:54.870Z[ host-image] May 25 00:50:53.820 INFO O| missing from packaging:
88182024-05-25T00:50:54.873Z[ host-image] May 25 00:50:53.820 INFO O| "etc/.pwd.lock"
88192024-05-25T00:50:54.873Z[ host-image] May 25 00:50:53.820 INFO O| "etc/bash"
88202024-05-25T00:50:54.873Z[ recovery-image] May 25 00:50:53.821 INFO E| Downloaded shared_child v1.0.0
88212024-05-25T00:50:54.873Z[ recovery-image] May 25 00:50:53.822 INFO E| Downloaded os_pipe v1.1.5
88222024-05-25T00:50:54.877Z[ recovery-image] May 25 00:50:53.824 INFO E| Downloaded duct v0.13.7
88232024-05-25T00:50:54.877Z[ host-image] May 25 00:50:53.825 INFO O| "etc/svc/profile/generic.xml"
88242024-05-25T00:50:54.877Z[ host-image] May 25 00:50:53.825 INFO O| "etc/svc/profile/inetd_services.xml"
88252024-05-25T00:50:54.877Z[ host-image] May 25 00:50:53.825 INFO O| "etc/svc/profile/name_service.xml"
88262024-05-25T00:50:54.877Z[ host-image] May 25 00:50:53.825 INFO O| "etc/svc/profile/platform.xml"
88272024-05-25T00:50:54.877Z[ host-image] May 25 00:50:53.825 INFO O| "etc/svc/profile/platform_omicron1.xml"
88282024-05-25T00:50:54.877Z[ host-image] May 25 00:50:53.825 INFO O| "etc/svc/repository.db"
88292024-05-25T00:50:54.877Z[ recovery-image] May 25 00:50:53.826 INFO E| Downloaded clap_derive v4.5.3
88302024-05-25T00:50:54.881Z[ recovery-image] May 25 00:50:53.828 INFO E| Downloaded proc-macro2 v1.0.79
88312024-05-25T00:50:54.884Z[ recovery-image] May 25 00:50:53.832 INFO E| Downloaded syn v2.0.53
88322024-05-25T00:50:54.887Z[ host-image] May 25 00:50:53.835 INFO O| "opt/ooce/share"
88332024-05-25T00:50:54.887Z[ host-image] May 25 00:50:53.835 INFO O| "opt/ooce/share/man"
88342024-05-25T00:50:54.888Z[ host-image] May 25 00:50:53.835 INFO O| "opt/ooce/share/man/man1"
88352024-05-25T00:50:54.895Z[ host-image] May 25 00:50:53.845 INFO O| finishing archive...
88362024-05-25T00:50:54.957Z[ recovery-image] May 25 00:50:53.893 INFO E| Compiling proc-macro2 v1.0.79
88372024-05-25T00:50:54.957Z[ recovery-image] May 25 00:50:53.893 INFO E| Compiling unicode-ident v1.0.12
88382024-05-25T00:50:54.968Z[ recovery-image] May 25 00:50:53.893 INFO E| Compiling libc v0.2.153
88392024-05-25T00:50:54.968Z[ recovery-image] May 25 00:50:53.893 INFO E| Compiling utf8parse v0.2.1
88402024-05-25T00:50:54.968Z[ recovery-image] May 25 00:50:53.893 INFO E| Compiling anstyle v1.0.6
88412024-05-25T00:50:54.969Z[ recovery-image] May 25 00:50:53.893 INFO E| Compiling colorchoice v1.0.0
88422024-05-25T00:50:54.969Z[ recovery-image] May 25 00:50:53.893 INFO E| Compiling anstyle-query v1.0.2
88432024-05-25T00:50:54.969Z[ recovery-image] May 25 00:50:53.898 INFO E| Compiling clap_lex v0.7.0
88442024-05-25T00:50:55.182Z[ recovery-image] May 25 00:50:54.131 INFO E| Compiling anstyle-parse v0.2.3
88452024-05-25T00:50:55.183Z[ recovery-image] May 25 00:50:54.131 INFO E| Compiling heck v0.5.0
88462024-05-25T00:50:55.258Z[ recovery-image] May 25 00:50:54.207 INFO E| Compiling strsim v0.11.0
88472024-05-25T00:50:55.262Z[ recovery-image] May 25 00:50:54.208 INFO E| Compiling once_cell v1.19.0
88482024-05-25T00:50:55.567Z[ recovery-image] May 25 00:50:54.517 INFO E| Compiling anstream v0.6.13
88492024-05-25T00:50:55.932Z[ recovery-image] May 25 00:50:54.881 INFO E| Compiling clap_builder v4.5.2
88502024-05-25T00:50:56.450Z[ recovery-image] May 25 00:50:55.399 INFO E| Compiling shared_child v1.0.0
88512024-05-25T00:50:56.450Z[ recovery-image] May 25 00:50:55.399 INFO E| Compiling os_pipe v1.1.5
88522024-05-25T00:50:56.472Z[ recovery-image] May 25 00:50:55.420 INFO E| Compiling quote v1.0.35
88532024-05-25T00:50:56.599Z[ recovery-image] May 25 00:50:55.548 INFO E| Compiling duct v0.13.7
88542024-05-25T00:50:56.835Z[ recovery-image] May 25 00:50:55.783 INFO E| Compiling syn v2.0.53
88552024-05-25T00:50:58.263Z[ host-image] May 25 00:50:57.211 INFO O| creating gzonly manifest...
88562024-05-25T00:50:58.286Z[ host-image] May 25 00:50:57.235 INFO O| ok
88572024-05-25T00:50:58.402Z[ host-image] May 25 00:50:57.350 INFO image builder template: ramdisk-02-trim...
88582024-05-25T00:50:58.402Z[ host-image] May 25 00:50:57.350 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/.tmpLmHmvV/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.29.250", "-n", "ramdisk-02-trim"], pwd: None
88592024-05-25T00:50:58.429Z[ host-image] May 25 00:50:57.377 INFO O| May 25 00:50:57.376 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88602024-05-25T00:50:58.438Z[ host-image] May 25 00:50:57.381 INFO O| May 25 00:50:57.381 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88612024-05-25T00:50:58.608Z[ host-image] May 25 00:50:57.545 INFO O| May 25 00:50:57.545 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88622024-05-25T00:50:58.655Z[ host-image] May 25 00:50:57.603 INFO O| May 25 00:50:57.603 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88632024-05-25T00:50:58.658Z[ host-image] May 25 00:50:57.603 INFO O| May 25 00:50:57.603 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88642024-05-25T00:50:58.663Z[ host-image] May 25 00:50:57.611 INFO O| May 25 00:50:57.611 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88652024-05-25T00:50:58.670Z[ host-image] May 25 00:50:57.618 INFO O| May 25 00:50:57.618 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88662024-05-25T00:50:58.676Z[ host-image] May 25 00:50:57.624 INFO O| May 25 00:50:57.624 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88672024-05-25T00:50:58.843Z[ host-image] May 25 00:50:57.791 INFO O| May 25 00:50:57.791 INFO rolled back to input snapshot; work may begin
88682024-05-25T00:50:58.843Z[ host-image] May 25 00:50:57.791 INFO O| May 25 00:50:57.791 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88692024-05-25T00:50:58.849Z[ host-image] May 25 00:50:57.797 INFO O| May 25 00:50:57.797 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-05-25T00:50:58.861Z[ host-image] May 25 00:50:57.809 INFO O| May 25 00:50:57.809 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88712024-05-25T00:50:58.913Z[ host-image] May 25 00:50:57.859 INFO O| May 25 00:50:57.859 INFO STEP 0 (remove_files) COMPLETE
88722024-05-25T00:50:58.913Z[ host-image] May 25 00:50:57.859 INFO O| May 25 00:50:57.859 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-05-25T00:50:58.928Z[ host-image] May 25 00:50:57.875 INFO O| May 25 00:50:57.875 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88742024-05-25T00:50:58.933Z[ host-image] May 25 00:50:57.877 INFO O| May 25 00:50:57.877 INFO STEP 1 (remove_files) COMPLETE
88752024-05-25T00:50:58.933Z[ host-image] May 25 00:50:57.877 INFO O| May 25 00:50:57.877 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-05-25T00:50:58.943Z[ host-image] May 25 00:50:57.890 INFO O| May 25 00:50:57.890 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88772024-05-25T00:50:58.956Z[ host-image] May 25 00:50:57.905 INFO O| May 25 00:50:57.905 INFO STEP 2 (remove_files) COMPLETE
88782024-05-25T00:50:58.956Z[ host-image] May 25 00:50:57.905 INFO O| May 25 00:50:57.905 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-05-25T00:50:58.969Z[ host-image] May 25 00:50:57.918 INFO O| May 25 00:50:57.917 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88802024-05-25T00:50:58.972Z[ host-image] May 25 00:50:57.919 INFO O| May 25 00:50:57.919 INFO STEP 3 (remove_files) COMPLETE
88812024-05-25T00:50:58.972Z[ host-image] May 25 00:50:57.919 INFO O| May 25 00:50:57.919 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-05-25T00:50:58.982Z[ host-image] May 25 00:50:57.931 INFO O| May 25 00:50:57.931 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88832024-05-25T00:50:58.986Z[ host-image] May 25 00:50:57.935 INFO O| May 25 00:50:57.935 INFO STEP 4 (remove_files) COMPLETE
88842024-05-25T00:50:58.986Z[ host-image] May 25 00:50:57.935 INFO O| May 25 00:50:57.935 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-05-25T00:50:59.019Z[ host-image] May 25 00:50:57.946 INFO O| May 25 00:50:57.946 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88862024-05-25T00:50:59.023Z[ host-image] May 25 00:50:57.949 INFO O| May 25 00:50:57.949 INFO STEP 5 (remove_files) COMPLETE
88872024-05-25T00:50:59.023Z[ host-image] May 25 00:50:57.949 INFO O| May 25 00:50:57.949 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-05-25T00:50:59.023Z[ host-image] May 25 00:50:57.961 INFO O| May 25 00:50:57.961 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88892024-05-25T00:50:59.023Z[ host-image] May 25 00:50:57.971 INFO O| May 25 00:50:57.971 INFO STEP 6 (remove_files) COMPLETE
88902024-05-25T00:50:59.024Z[ host-image] May 25 00:50:57.971 INFO O| May 25 00:50:57.971 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-05-25T00:50:59.036Z[ host-image] May 25 00:50:57.984 INFO O| May 25 00:50:57.984 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88922024-05-25T00:50:59.050Z[ host-image] May 25 00:50:57.997 INFO O| May 25 00:50:57.997 INFO STEP 7 (remove_files) COMPLETE
88932024-05-25T00:50:59.050Z[ host-image] May 25 00:50:57.997 INFO O| May 25 00:50:57.997 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-05-25T00:50:59.062Z[ host-image] May 25 00:50:58.010 INFO O| May 25 00:50:58.010 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88952024-05-25T00:50:59.137Z[ host-image] May 25 00:50:58.085 INFO O| May 25 00:50:58.085 INFO STEP 8 (remove_files) COMPLETE
88962024-05-25T00:50:59.138Z[ host-image] May 25 00:50:58.086 INFO O| May 25 00:50:58.085 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-05-25T00:50:59.150Z[ host-image] May 25 00:50:58.098 INFO O| May 25 00:50:58.098 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88982024-05-25T00:50:59.230Z[ host-image] May 25 00:50:58.178 INFO O| May 25 00:50:58.178 INFO STEP 9 (remove_files) COMPLETE
88992024-05-25T00:50:59.230Z[ host-image] May 25 00:50:58.178 INFO O| May 25 00:50:58.178 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002024-05-25T00:50:59.245Z[ host-image] May 25 00:50:58.193 INFO O| May 25 00:50:58.193 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
89012024-05-25T00:50:59.249Z[ host-image] May 25 00:50:58.198 INFO O| May 25 00:50:58.198 INFO STEP 10 (remove_files) COMPLETE
89022024-05-25T00:50:59.249Z[ host-image] May 25 00:50:58.198 INFO O| May 25 00:50:58.198 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032024-05-25T00:50:59.266Z[ host-image] May 25 00:50:58.213 INFO O| May 25 00:50:58.213 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
89042024-05-25T00:50:59.271Z[ host-image] May 25 00:50:58.215 INFO O| May 25 00:50:58.215 INFO STEP 11 (remove_files) COMPLETE
89052024-05-25T00:50:59.271Z[ host-image] May 25 00:50:58.215 INFO O| May 25 00:50:58.215 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062024-05-25T00:50:59.281Z[ host-image] May 25 00:50:58.230 INFO O| May 25 00:50:58.229 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
89072024-05-25T00:50:59.285Z[ host-image] May 25 00:50:58.231 INFO O| May 25 00:50:58.231 INFO STEP 12 (remove_files) COMPLETE
89082024-05-25T00:50:59.285Z[ host-image] May 25 00:50:58.231 INFO O| May 25 00:50:58.231 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-05-25T00:50:59.323Z[ host-image] May 25 00:50:58.271 INFO O| May 25 00:50:58.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89102024-05-25T00:50:59.323Z[ host-image] May 25 00:50:58.271 INFO O| May 25 00:50:58.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89112024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.271 INFO O| May 25 00:50:58.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89122024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.272 INFO O| May 25 00:50:58.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89132024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.272 INFO O| May 25 00:50:58.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89142024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.272 INFO O| May 25 00:50:58.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89152024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.272 INFO O| May 25 00:50:58.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89162024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.272 INFO O| May 25 00:50:58.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89172024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.273 INFO O| May 25 00:50:58.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89182024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.273 INFO O| May 25 00:50:58.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89192024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.273 INFO O| May 25 00:50:58.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89202024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.273 INFO O| May 25 00:50:58.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89212024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.273 INFO O| May 25 00:50:58.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89222024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.274 INFO O| May 25 00:50:58.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89232024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.274 INFO O| May 25 00:50:58.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89242024-05-25T00:50:59.327Z[ host-image] May 25 00:50:58.274 INFO O| May 25 00:50:58.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89252024-05-25T00:50:59.328Z[ host-image] May 25 00:50:58.275 INFO O| May 25 00:50:58.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
89262024-05-25T00:50:59.585Z[ host-image] May 25 00:50:58.533 INFO O| May 25 00:50:58.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
89272024-05-25T00:50:59.590Z[ host-image] May 25 00:50:58.538 INFO O| May 25 00:50:58.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
89282024-05-25T00:50:59.593Z[ host-image] May 25 00:50:58.541 INFO O| May 25 00:50:58.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
89292024-05-25T00:50:59.615Z[ host-image] May 25 00:50:58.563 INFO O| May 25 00:50:58.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
89302024-05-25T00:50:59.838Z[ host-image] May 25 00:50:58.785 INFO O| May 25 00:50:58.785 INFO STEP 13 (remove_files) COMPLETE
89312024-05-25T00:50:59.838Z[ host-image] May 25 00:50:58.786 INFO O| May 25 00:50:58.785 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322024-05-25T00:50:59.851Z[ host-image] May 25 00:50:58.800 INFO O| May 25 00:50:58.799 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
89332024-05-25T00:50:59.855Z[ host-image] May 25 00:50:58.802 INFO O| May 25 00:50:58.802 INFO STEP 14 (remove_files) COMPLETE
89342024-05-25T00:50:59.855Z[ host-image] May 25 00:50:58.802 INFO O| May 25 00:50:58.802 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352024-05-25T00:50:59.868Z[ host-image] May 25 00:50:58.816 INFO O| May 25 00:50:58.816 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
89362024-05-25T00:50:59.878Z[ host-image] May 25 00:50:58.826 INFO O| May 25 00:50:58.826 INFO STEP 15 (remove_files) COMPLETE
89372024-05-25T00:50:59.878Z[ host-image] May 25 00:50:58.826 INFO O| May 25 00:50:58.826 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382024-05-25T00:50:59.896Z[ host-image] May 25 00:50:58.844 INFO O| May 25 00:50:58.844 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
89392024-05-25T00:50:59.899Z[ host-image] May 25 00:50:58.845 INFO O| May 25 00:50:58.844 INFO STEP 16 (remove_files) COMPLETE
89402024-05-25T00:50:59.899Z[ host-image] May 25 00:50:58.845 INFO O| May 25 00:50:58.845 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-05-25T00:50:59.912Z[ host-image] May 25 00:50:58.860 INFO O| May 25 00:50:58.860 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
89422024-05-25T00:50:59.915Z[ host-image] May 25 00:50:58.862 INFO O| May 25 00:50:58.862 INFO STEP 17 (remove_files) COMPLETE
89432024-05-25T00:50:59.915Z[ host-image] May 25 00:50:58.862 INFO O| May 25 00:50:58.862 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442024-05-25T00:50:59.926Z[ host-image] May 25 00:50:58.874 INFO O| May 25 00:50:58.874 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
89452024-05-25T00:50:59.926Z[ host-image] May 25 00:50:58.874 INFO O| May 25 00:50:58.874 INFO STEP 18 (remove_files) COMPLETE
89462024-05-25T00:50:59.929Z[ host-image] May 25 00:50:58.874 INFO O| May 25 00:50:58.874 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-05-25T00:50:59.950Z[ host-image] May 25 00:50:58.888 INFO O| May 25 00:50:58.888 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
89482024-05-25T00:50:59.954Z[ host-image] May 25 00:50:58.888 INFO O| May 25 00:50:58.888 INFO STEP 19 (remove_files) COMPLETE
89492024-05-25T00:50:59.954Z[ host-image] May 25 00:50:58.888 INFO O| May 25 00:50:58.888 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502024-05-25T00:50:59.954Z[ host-image] May 25 00:50:58.901 INFO O| May 25 00:50:58.901 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
89512024-05-25T00:50:59.954Z[ host-image] May 25 00:50:58.901 INFO O| May 25 00:50:58.901 INFO STEP 20 (remove_files) COMPLETE
89522024-05-25T00:50:59.954Z[ host-image] May 25 00:50:58.901 INFO O| May 25 00:50:58.901 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-05-25T00:50:59.965Z[ host-image] May 25 00:50:58.913 INFO O| May 25 00:50:58.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
89542024-05-25T00:50:59.968Z[ host-image] May 25 00:50:58.914 INFO O| May 25 00:50:58.914 INFO STEP 21 (remove_files) COMPLETE
89552024-05-25T00:50:59.969Z[ host-image] May 25 00:50:58.914 INFO O| May 25 00:50:58.914 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89562024-05-25T00:50:59.978Z[ host-image] May 25 00:50:58.927 INFO O| May 25 00:50:58.927 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
89572024-05-25T00:50:59.978Z[ host-image] May 25 00:50:58.927 INFO O| May 25 00:50:58.927 INFO STEP 22 (remove_files) COMPLETE
89582024-05-25T00:50:59.982Z[ host-image] May 25 00:50:58.927 INFO O| May 25 00:50:58.927 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89592024-05-25T00:50:59.996Z[ host-image] May 25 00:50:58.944 INFO O| May 25 00:50:58.944 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89602024-05-25T00:50:59.996Z[ host-image] May 25 00:50:58.945 INFO O| May 25 00:50:58.944 INFO STEP 23 (remove_files) COMPLETE
89612024-05-25T00:51:00.000Z[ host-image] May 25 00:50:58.945 INFO O| May 25 00:50:58.945 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622024-05-25T00:51:00.011Z[ host-image] May 25 00:50:58.960 INFO O| May 25 00:50:58.959 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89632024-05-25T00:51:00.012Z[ host-image] May 25 00:50:58.960 INFO O| May 25 00:50:58.960 INFO STEP 24 (remove_files) COMPLETE
89642024-05-25T00:51:00.015Z[ host-image] May 25 00:50:58.960 INFO O| May 25 00:50:58.960 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652024-05-25T00:51:00.029Z[ host-image] May 25 00:50:58.978 INFO O| May 25 00:50:58.977 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89662024-05-25T00:51:00.030Z[ host-image] May 25 00:50:58.978 INFO O| May 25 00:50:58.978 INFO STEP 25 (remove_files) COMPLETE
89672024-05-25T00:51:00.033Z[ host-image] May 25 00:50:58.978 INFO O| May 25 00:50:58.978 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89682024-05-25T00:51:00.046Z[ host-image] May 25 00:50:58.994 INFO O| May 25 00:50:58.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89692024-05-25T00:51:00.049Z[ host-image] May 25 00:50:58.994 INFO O| May 25 00:50:58.994 INFO STEP 26 (remove_files) COMPLETE
89702024-05-25T00:51:00.049Z[ host-image] May 25 00:50:58.994 INFO O| May 25 00:50:58.994 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712024-05-25T00:51:00.064Z[ host-image] May 25 00:50:59.012 INFO O| May 25 00:50:59.012 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89722024-05-25T00:51:00.064Z[ host-image] May 25 00:50:59.012 INFO O| May 25 00:50:59.012 INFO STEP 27 (remove_files) COMPLETE
89732024-05-25T00:51:00.064Z[ host-image] May 25 00:50:59.012 INFO O| May 25 00:50:59.012 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89742024-05-25T00:51:00.081Z[ host-image] May 25 00:50:59.029 INFO O| May 25 00:50:59.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89752024-05-25T00:51:00.082Z[ host-image] May 25 00:50:59.029 INFO O| May 25 00:50:59.029 INFO STEP 28 (remove_files) COMPLETE
89762024-05-25T00:51:00.085Z[ host-image] May 25 00:50:59.029 INFO O| May 25 00:50:59.029 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772024-05-25T00:51:00.097Z[ host-image] May 25 00:50:59.045 INFO O| May 25 00:50:59.045 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89782024-05-25T00:51:00.097Z[ host-image] May 25 00:50:59.045 INFO O| May 25 00:50:59.045 INFO STEP 29 (remove_files) COMPLETE
89792024-05-25T00:51:00.100Z[ host-image] May 25 00:50:59.045 INFO O| May 25 00:50:59.045 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89802024-05-25T00:51:00.115Z[ host-image] May 25 00:50:59.064 INFO O| May 25 00:50:59.063 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89812024-05-25T00:51:00.116Z[ host-image] May 25 00:50:59.064 INFO O| May 25 00:50:59.064 INFO STEP 30 (remove_files) COMPLETE
89822024-05-25T00:51:00.116Z[ host-image] May 25 00:50:59.064 INFO O| May 25 00:50:59.064 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-05-25T00:51:00.129Z[ host-image] May 25 00:50:59.077 INFO O| May 25 00:50:59.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89842024-05-25T00:51:00.129Z[ host-image] May 25 00:50:59.077 INFO O| May 25 00:50:59.077 INFO STEP 31 (remove_files) COMPLETE
89852024-05-25T00:51:00.132Z[ host-image] May 25 00:50:59.077 INFO O| May 25 00:50:59.077 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862024-05-25T00:51:00.146Z[ host-image] May 25 00:50:59.094 INFO O| May 25 00:50:59.094 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89872024-05-25T00:51:00.146Z[ host-image] May 25 00:50:59.095 INFO O| May 25 00:50:59.094 INFO STEP 32 (remove_files) COMPLETE
89882024-05-25T00:51:00.150Z[ host-image] May 25 00:50:59.095 INFO O| May 25 00:50:59.095 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89892024-05-25T00:51:00.169Z[ host-image] May 25 00:50:59.113 INFO O| May 25 00:50:59.112 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89902024-05-25T00:51:00.169Z[ host-image] May 25 00:50:59.113 INFO O| May 25 00:50:59.113 INFO STEP 33 (remove_files) COMPLETE
89912024-05-25T00:51:00.191Z[ host-image] May 25 00:50:59.113 INFO O| May 25 00:50:59.113 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89922024-05-25T00:51:00.198Z[ host-image] May 25 00:50:59.131 INFO O| May 25 00:50:59.131 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89932024-05-25T00:51:00.199Z[ host-image] May 25 00:50:59.131 INFO O| May 25 00:50:59.131 INFO STEP 34 (remove_files) COMPLETE
89942024-05-25T00:51:00.199Z[ host-image] May 25 00:50:59.131 INFO O| May 25 00:50:59.131 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89952024-05-25T00:51:00.204Z[ host-image] May 25 00:50:59.148 INFO O| May 25 00:50:59.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89962024-05-25T00:51:00.205Z[ host-image] May 25 00:50:59.148 INFO O| May 25 00:50:59.148 INFO STEP 35 (remove_files) COMPLETE
89972024-05-25T00:51:00.205Z[ host-image] May 25 00:50:59.148 INFO O| May 25 00:50:59.148 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89982024-05-25T00:51:00.214Z[ host-image] May 25 00:50:59.161 INFO O| May 25 00:50:59.161 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89992024-05-25T00:51:00.214Z[ host-image] May 25 00:50:59.161 INFO O| May 25 00:50:59.161 INFO STEP 36 (remove_files) COMPLETE
90002024-05-25T00:51:00.221Z[ host-image] May 25 00:50:59.161 INFO O| May 25 00:50:59.161 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90012024-05-25T00:51:00.238Z[ host-image] May 25 00:50:59.177 INFO O| May 25 00:50:59.177 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
90022024-05-25T00:51:00.238Z[ host-image] May 25 00:50:59.177 INFO O| May 25 00:50:59.177 INFO STEP 37 (remove_files) COMPLETE
90032024-05-25T00:51:00.238Z[ host-image] May 25 00:50:59.177 INFO O| May 25 00:50:59.177 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90042024-05-25T00:51:00.242Z[ host-image] May 25 00:50:59.190 INFO O| May 25 00:50:59.190 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
90052024-05-25T00:51:00.242Z[ host-image] May 25 00:50:59.191 INFO O| May 25 00:50:59.190 INFO STEP 38 (remove_files) COMPLETE
90062024-05-25T00:51:00.246Z[ host-image] May 25 00:50:59.191 INFO O| May 25 00:50:59.191 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90072024-05-25T00:51:00.259Z[ host-image] May 25 00:50:59.207 INFO O| May 25 00:50:59.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
90082024-05-25T00:51:00.259Z[ host-image] May 25 00:50:59.208 INFO O| May 25 00:50:59.208 INFO STEP 39 (remove_files) COMPLETE
90092024-05-25T00:51:00.259Z[ host-image] May 25 00:50:59.208 INFO O| May 25 00:50:59.208 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90102024-05-25T00:51:00.276Z[ host-image] May 25 00:50:59.224 INFO O| May 25 00:50:59.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
90112024-05-25T00:51:00.276Z[ host-image] May 25 00:50:59.224 INFO O| May 25 00:50:59.224 INFO STEP 40 (remove_files) COMPLETE
90122024-05-25T00:51:00.279Z[ host-image] May 25 00:50:59.224 INFO O| May 25 00:50:59.224 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90132024-05-25T00:51:00.292Z[ host-image] May 25 00:50:59.241 INFO O| May 25 00:50:59.240 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
90142024-05-25T00:51:00.292Z[ host-image] May 25 00:50:59.241 INFO O| May 25 00:50:59.241 INFO STEP 41 (remove_files) COMPLETE
90152024-05-25T00:51:00.293Z[ host-image] May 25 00:50:59.241 INFO O| May 25 00:50:59.241 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90162024-05-25T00:51:00.308Z[ host-image] May 25 00:50:59.256 INFO O| May 25 00:50:59.256 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
90172024-05-25T00:51:00.309Z[ host-image] May 25 00:50:59.257 INFO O| May 25 00:50:59.257 INFO STEP 42 (remove_files) COMPLETE
90182024-05-25T00:51:00.309Z[ host-image] May 25 00:50:59.257 INFO O| May 25 00:50:59.257 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90192024-05-25T00:51:00.325Z[ host-image] May 25 00:50:59.273 INFO O| May 25 00:50:59.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
90202024-05-25T00:51:00.325Z[ host-image] May 25 00:50:59.274 INFO O| May 25 00:50:59.273 INFO STEP 43 (remove_files) COMPLETE
90212024-05-25T00:51:00.329Z[ host-image] May 25 00:50:59.274 INFO O| May 25 00:50:59.273 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90222024-05-25T00:51:00.342Z[ host-image] May 25 00:50:59.290 INFO O| May 25 00:50:59.290 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
90232024-05-25T00:51:00.345Z[ host-image] May 25 00:50:59.290 INFO O| May 25 00:50:59.290 INFO STEP 44 (remove_files) COMPLETE
90242024-05-25T00:51:00.345Z[ host-image] May 25 00:50:59.290 INFO O| May 25 00:50:59.290 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90252024-05-25T00:51:00.360Z[ host-image] May 25 00:50:59.307 INFO O| May 25 00:50:59.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
90262024-05-25T00:51:00.363Z[ host-image] May 25 00:50:59.308 INFO O| May 25 00:50:59.307 INFO STEP 45 (remove_files) COMPLETE
90272024-05-25T00:51:00.363Z[ host-image] May 25 00:50:59.308 INFO O| May 25 00:50:59.307 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90282024-05-25T00:51:00.377Z[ host-image] May 25 00:50:59.325 INFO O| May 25 00:50:59.325 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
90292024-05-25T00:51:00.377Z[ host-image] May 25 00:50:59.325 INFO O| May 25 00:50:59.325 INFO STEP 46 (remove_files) COMPLETE
90302024-05-25T00:51:00.377Z[ host-image] May 25 00:50:59.325 INFO O| May 25 00:50:59.325 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90312024-05-25T00:51:00.393Z[ host-image] May 25 00:50:59.341 INFO O| May 25 00:50:59.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
90322024-05-25T00:51:00.393Z[ host-image] May 25 00:50:59.341 INFO O| May 25 00:50:59.341 INFO STEP 47 (remove_files) COMPLETE
90332024-05-25T00:51:00.393Z[ host-image] May 25 00:50:59.341 INFO O| May 25 00:50:59.341 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90342024-05-25T00:51:00.411Z[ host-image] May 25 00:50:59.359 INFO O| May 25 00:50:59.359 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
90352024-05-25T00:51:00.411Z[ host-image] May 25 00:50:59.359 INFO O| May 25 00:50:59.359 INFO STEP 48 (remove_files) COMPLETE
90362024-05-25T00:51:00.414Z[ host-image] May 25 00:50:59.359 INFO O| May 25 00:50:59.359 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90372024-05-25T00:51:00.428Z[ host-image] May 25 00:50:59.376 INFO O| May 25 00:50:59.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
90382024-05-25T00:51:00.432Z[ host-image] May 25 00:50:59.377 INFO O| May 25 00:50:59.376 INFO STEP 49 (remove_files) COMPLETE
90392024-05-25T00:51:00.432Z[ host-image] May 25 00:50:59.377 INFO O| May 25 00:50:59.377 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90402024-05-25T00:51:00.443Z[ host-image] May 25 00:50:59.392 INFO O| May 25 00:50:59.392 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
90412024-05-25T00:51:00.443Z[ host-image] May 25 00:50:59.392 INFO O| May 25 00:50:59.392 INFO STEP 50 (remove_files) COMPLETE
90422024-05-25T00:51:00.444Z[ host-image] May 25 00:50:59.392 INFO O| May 25 00:50:59.392 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90432024-05-25T00:51:00.460Z[ host-image] May 25 00:50:59.408 INFO O| May 25 00:50:59.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90442024-05-25T00:51:00.460Z[ host-image] May 25 00:50:59.408 INFO O| May 25 00:50:59.408 INFO STEP 51 (remove_files) COMPLETE
90452024-05-25T00:51:00.460Z[ host-image] May 25 00:50:59.408 INFO O| May 25 00:50:59.408 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90462024-05-25T00:51:00.476Z[ host-image] May 25 00:50:59.424 INFO O| May 25 00:50:59.424 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90472024-05-25T00:51:00.476Z[ host-image] May 25 00:50:59.424 INFO O| May 25 00:50:59.424 INFO STEP 52 (remove_files) COMPLETE
90482024-05-25T00:51:00.479Z[ host-image] May 25 00:50:59.424 INFO O| May 25 00:50:59.424 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90492024-05-25T00:51:00.492Z[ host-image] May 25 00:50:59.441 INFO O| May 25 00:50:59.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
90502024-05-25T00:51:00.496Z[ host-image] May 25 00:50:59.441 INFO O| May 25 00:50:59.441 INFO STEP 53 (remove_files) COMPLETE
90512024-05-25T00:51:00.496Z[ host-image] May 25 00:50:59.441 INFO O| May 25 00:50:59.441 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90522024-05-25T00:51:00.511Z[ host-image] May 25 00:50:59.459 INFO O| May 25 00:50:59.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
90532024-05-25T00:51:00.514Z[ host-image] May 25 00:50:59.459 INFO O| May 25 00:50:59.459 INFO STEP 54 (remove_files) COMPLETE
90542024-05-25T00:51:00.514Z[ host-image] May 25 00:50:59.459 INFO O| May 25 00:50:59.459 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90552024-05-25T00:51:00.529Z[ host-image] May 25 00:50:59.477 INFO O| May 25 00:50:59.476 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
90562024-05-25T00:51:00.529Z[ host-image] May 25 00:50:59.477 INFO O| May 25 00:50:59.477 INFO STEP 55 (remove_files) COMPLETE
90572024-05-25T00:51:00.529Z[ host-image] May 25 00:50:59.477 INFO O| May 25 00:50:59.477 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90582024-05-25T00:51:00.541Z[ host-image] May 25 00:50:59.489 INFO O| May 25 00:50:59.489 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
90592024-05-25T00:51:00.545Z[ host-image] May 25 00:50:59.490 INFO O| May 25 00:50:59.490 INFO STEP 56 (remove_files) COMPLETE
90602024-05-25T00:51:00.545Z[ host-image] May 25 00:50:59.490 INFO O| May 25 00:50:59.490 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90612024-05-25T00:51:00.554Z[ host-image] May 25 00:50:59.502 INFO O| May 25 00:50:59.502 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90622024-05-25T00:51:00.558Z[ host-image] May 25 00:50:59.502 INFO O| May 25 00:50:59.502 INFO STEP 57 (remove_files) COMPLETE
90632024-05-25T00:51:00.558Z[ host-image] May 25 00:50:59.502 INFO O| May 25 00:50:59.502 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90642024-05-25T00:51:00.571Z[ host-image] May 25 00:50:59.519 INFO O| May 25 00:50:59.519 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90652024-05-25T00:51:00.571Z[ host-image] May 25 00:50:59.519 INFO O| May 25 00:50:59.519 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90662024-05-25T00:51:00.575Z[ host-image] May 25 00:50:59.519 INFO O| May 25 00:50:59.519 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90672024-05-25T00:51:00.575Z[ host-image] May 25 00:50:59.519 INFO O| May 25 00:50:59.519 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90682024-05-25T00:51:00.575Z[ host-image] May 25 00:50:59.519 INFO O| May 25 00:50:59.519 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90692024-05-25T00:51:00.575Z[ host-image] May 25 00:50:59.519 INFO O| May 25 00:50:59.519 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90702024-05-25T00:51:00.575Z[ host-image] May 25 00:50:59.519 INFO O| May 25 00:50:59.519 INFO ok!
90712024-05-25T00:51:00.575Z[ host-image] May 25 00:50:59.519 INFO O| May 25 00:50:59.519 INFO STEP 58 (ensure_file) COMPLETE
90722024-05-25T00:51:00.575Z[ host-image] May 25 00:50:59.519 INFO O| May 25 00:50:59.519 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90732024-05-25T00:51:00.595Z[ host-image] May 25 00:50:59.531 INFO O| May 25 00:50:59.531 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90742024-05-25T00:51:00.595Z[ host-image] May 25 00:50:59.531 INFO O| May 25 00:50:59.531 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90752024-05-25T00:51:00.606Z[ host-image] May 25 00:50:59.531 INFO O| May 25 00:50:59.531 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90762024-05-25T00:51:00.606Z[ host-image] May 25 00:50:59.531 INFO O| May 25 00:50:59.531 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90772024-05-25T00:51:00.606Z[ host-image] May 25 00:50:59.531 INFO O| May 25 00:50:59.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90782024-05-25T00:51:00.606Z[ host-image] May 25 00:50:59.531 INFO O| May 25 00:50:59.531 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90792024-05-25T00:51:00.606Z[ host-image] May 25 00:50:59.531 INFO O| May 25 00:50:59.531 INFO ok!
90802024-05-25T00:51:00.606Z[ host-image] May 25 00:50:59.531 INFO O| May 25 00:50:59.531 INFO STEP 59 (ensure_file) COMPLETE
90812024-05-25T00:51:00.606Z[ host-image] May 25 00:50:59.531 INFO O| May 25 00:50:59.531 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90822024-05-25T00:51:00.607Z[ host-image] May 25 00:50:59.547 INFO O| May 25 00:50:59.547 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90832024-05-25T00:51:00.607Z[ host-image] May 25 00:50:59.547 INFO O| May 25 00:50:59.547 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90842024-05-25T00:51:00.607Z[ host-image] May 25 00:50:59.548 INFO O| May 25 00:50:59.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90852024-05-25T00:51:00.607Z[ host-image] May 25 00:50:59.548 INFO O| May 25 00:50:59.548 INFO ok!
90862024-05-25T00:51:00.607Z[ host-image] May 25 00:50:59.548 INFO O| May 25 00:50:59.548 INFO STEP 60 (ensure_file) COMPLETE
90872024-05-25T00:51:00.608Z[ host-image] May 25 00:50:59.548 INFO O| May 25 00:50:59.548 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90882024-05-25T00:51:00.621Z[ host-image] May 25 00:50:59.560 INFO O| May 25 00:50:59.560 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90892024-05-25T00:51:00.621Z[ host-image] May 25 00:50:59.561 INFO O| May 25 00:50:59.561 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90902024-05-25T00:51:00.621Z[ host-image] May 25 00:50:59.561 INFO O| May 25 00:50:59.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90912024-05-25T00:51:00.621Z[ host-image] May 25 00:50:59.561 INFO O| May 25 00:50:59.561 INFO ok!
90922024-05-25T00:51:00.621Z[ host-image] May 25 00:50:59.561 INFO O| May 25 00:50:59.561 INFO STEP 61 (ensure_file) COMPLETE
90932024-05-25T00:51:00.621Z[ host-image] May 25 00:50:59.561 INFO O| May 25 00:50:59.561 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90942024-05-25T00:51:00.631Z[ host-image] May 25 00:50:59.578 INFO O| May 25 00:50:59.578 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90952024-05-25T00:51:00.632Z[ host-image] May 25 00:50:59.578 INFO O| May 25 00:50:59.578 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90962024-05-25T00:51:00.637Z[ host-image] May 25 00:50:59.578 INFO O| May 25 00:50:59.578 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90972024-05-25T00:51:00.637Z[ host-image] May 25 00:50:59.578 INFO O| May 25 00:50:59.578 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90982024-05-25T00:51:00.637Z[ host-image] May 25 00:50:59.578 INFO O| May 25 00:50:59.578 INFO ok!
90992024-05-25T00:51:00.637Z[ host-image] May 25 00:50:59.578 INFO O| May 25 00:50:59.578 INFO STEP 62 (ensure_file) COMPLETE
91002024-05-25T00:51:00.638Z[ host-image] May 25 00:50:59.578 INFO O| May 25 00:50:59.578 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91012024-05-25T00:51:00.649Z[ host-image] May 25 00:50:59.595 INFO O| May 25 00:50:59.595 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
91022024-05-25T00:51:00.649Z[ host-image] May 25 00:50:59.595 INFO O| May 25 00:50:59.595 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
91032024-05-25T00:51:00.653Z[ host-image] May 25 00:50:59.596 INFO O| May 25 00:50:59.596 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91042024-05-25T00:51:00.654Z[ host-image] May 25 00:50:59.596 INFO O| May 25 00:50:59.596 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91052024-05-25T00:51:00.654Z[ host-image] May 25 00:50:59.596 INFO O| May 25 00:50:59.596 INFO ok!
91062024-05-25T00:51:00.654Z[ host-image] May 25 00:50:59.596 INFO O| May 25 00:50:59.596 INFO STEP 63 (ensure_file) COMPLETE
91072024-05-25T00:51:00.654Z[ host-image] May 25 00:50:59.596 INFO O| May 25 00:50:59.596 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91082024-05-25T00:51:00.667Z[ host-image] May 25 00:50:59.614 INFO O| May 25 00:50:59.614 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
91092024-05-25T00:51:00.667Z[ host-image] May 25 00:50:59.614 INFO O| May 25 00:50:59.614 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
91102024-05-25T00:51:00.671Z[ host-image] May 25 00:50:59.614 INFO O| May 25 00:50:59.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
91112024-05-25T00:51:00.671Z[ host-image] May 25 00:50:59.614 INFO O| May 25 00:50:59.614 INFO ok!
91122024-05-25T00:51:00.671Z[ host-image] May 25 00:50:59.615 INFO O| May 25 00:50:59.615 INFO STEP 64 (assemble_files) COMPLETE
91132024-05-25T00:51:00.671Z[ host-image] May 25 00:50:59.615 INFO O| May 25 00:50:59.615 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91142024-05-25T00:51:00.683Z[ host-image] May 25 00:50:59.631 INFO O| May 25 00:50:59.631 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
91152024-05-25T00:51:00.683Z[ host-image] May 25 00:50:59.631 INFO O| May 25 00:50:59.631 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
91162024-05-25T00:51:00.688Z[ host-image] May 25 00:50:59.632 INFO O| May 25 00:50:59.632 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91172024-05-25T00:51:00.688Z[ host-image] May 25 00:50:59.632 INFO O| May 25 00:50:59.632 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91182024-05-25T00:51:00.688Z[ host-image] May 25 00:50:59.632 INFO O| May 25 00:50:59.632 INFO ok!
91192024-05-25T00:51:00.688Z[ host-image] May 25 00:50:59.632 INFO O| May 25 00:50:59.632 INFO STEP 65 (ensure_file) COMPLETE
91202024-05-25T00:51:00.688Z[ host-image] May 25 00:50:59.632 INFO O| May 25 00:50:59.632 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91212024-05-25T00:51:00.703Z[ host-image] May 25 00:50:59.651 INFO O| May 25 00:50:59.650 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91222024-05-25T00:51:00.706Z[ host-image] May 25 00:50:59.651 INFO O| May 25 00:50:59.651 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91232024-05-25T00:51:00.706Z[ host-image] May 25 00:50:59.651 INFO O| May 25 00:50:59.651 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91242024-05-25T00:51:00.706Z[ host-image] May 25 00:50:59.651 INFO O| May 25 00:50:59.651 INFO STEP 66 (ensure_dir) COMPLETE
91252024-05-25T00:51:00.706Z[ host-image] May 25 00:50:59.651 INFO O| May 25 00:50:59.651 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91262024-05-25T00:51:00.722Z[ host-image] May 25 00:50:59.670 INFO O| May 25 00:50:59.670 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91272024-05-25T00:51:00.722Z[ host-image] May 25 00:50:59.670 INFO O| May 25 00:50:59.670 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 ...
91282024-05-25T00:51:00.734Z[ host-image] May 25 00:50:59.682 INFO O| May 25 00:50:59.681 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
91292024-05-25T00:51:00.734Z[ host-image] May 25 00:50:59.682 INFO O| May 25 00:50:59.682 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91302024-05-25T00:51:00.739Z[ host-image] May 25 00:50:59.682 INFO O| May 25 00:50:59.682 INFO ok!
91312024-05-25T00:51:00.739Z[ host-image] May 25 00:50:59.682 INFO O| May 25 00:50:59.682 INFO STEP 67 (ensure_file) COMPLETE
91322024-05-25T00:51:00.739Z[ host-image] May 25 00:50:59.682 INFO O| May 25 00:50:59.682 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91332024-05-25T00:51:00.751Z[ host-image] May 25 00:50:59.699 INFO O| May 25 00:50:59.699 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91342024-05-25T00:51:00.751Z[ host-image] May 25 00:50:59.699 INFO O| May 25 00:50:59.699 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 ...
91352024-05-25T00:51:00.755Z[ host-image] May 25 00:50:59.699 INFO O| May 25 00:50:59.699 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
91362024-05-25T00:51:00.755Z[ host-image] May 25 00:50:59.699 INFO O| May 25 00:50:59.699 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91372024-05-25T00:51:00.755Z[ host-image] May 25 00:50:59.699 INFO O| May 25 00:50:59.699 INFO ok!
91382024-05-25T00:51:00.755Z[ host-image] May 25 00:50:59.700 INFO O| May 25 00:50:59.699 INFO STEP 68 (ensure_file) COMPLETE
91392024-05-25T00:51:00.755Z[ host-image] May 25 00:50:59.700 INFO O| May 25 00:50:59.699 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91402024-05-25T00:51:00.778Z[ host-image] May 25 00:50:59.726 INFO O| May 25 00:50:59.726 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
91412024-05-25T00:51:00.782Z[ host-image] May 25 00:50:59.726 INFO O| May 25 00:50:59.726 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
91422024-05-25T00:51:02.302Z[ recovery-image] May 25 00:51:01.245 INFO E| Compiling clap_derive v4.5.3
91432024-05-25T00:51:03.414Z[ host-image] May 25 00:51:02.356 INFO O| May 25 00:51:02.356 INFO STEP 69 (pack_tar) COMPLETE
91442024-05-25T00:51:03.414Z[ host-image] May 25 00:51:02.356 INFO O| May 25 00:51:02.356 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
91452024-05-25T00:51:03.425Z[ host-image] May 25 00:51:02.356 INFO O| May 25 00:51:02.356 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
91462024-05-25T00:51:03.677Z[ host-image] May 25 00:51:02.621 INFO O| May 25 00:51:02.621 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
91472024-05-25T00:51:03.748Z[ host-image] May 25 00:51:02.692 INFO O| May 25 00:51:02.692 INFO completed processing gimlet/ramdisk-02-trim
91482024-05-25T00:51:03.760Z[ host-image] May 25 00:51:02.695 INFO image builder template: zfs...
91492024-05-25T00:51:03.760Z[ host-image] May 25 00:51:02.695 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/.tmpLmHmvV/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.29.250", "-n", "zfs"], pwd: None
91502024-05-25T00:51:03.787Z[ host-image] May 25 00:51:02.717 INFO O| May 25 00:51:02.717 INFO skip include "stress" because feature "stress" is not enabled
91512024-05-25T00:51:03.804Z[ host-image] May 25 00:51:02.746 INFO O| May 25 00:51:02.746 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
91522024-05-25T00:51:03.815Z[ host-image] May 25 00:51:02.752 INFO O| May 25 00:51:02.752 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
91532024-05-25T00:51:03.875Z[ host-image] May 25 00:51:02.817 INFO O| May 25 00:51:02.817 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91542024-05-25T00:51:03.926Z[ host-image] May 25 00:51:02.870 INFO O| May 25 00:51:02.870 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91552024-05-25T00:51:03.926Z[ host-image] May 25 00:51:02.870 INFO O| May 25 00:51:02.870 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
91562024-05-25T00:51:03.937Z[ host-image] May 25 00:51:02.875 INFO O| May 25 00:51:02.875 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
91572024-05-25T00:51:04.000Z[ host-image] May 25 00:51:02.944 INFO O| May 25 00:51:02.944 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
91582024-05-25T00:51:04.091Z[ host-image] May 25 00:51:03.034 INFO O| May 25 00:51:03.034 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
91592024-05-25T00:51:04.107Z[ host-image] May 25 00:51:03.050 INFO O| May 25 00:51:03.050 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91602024-05-25T00:51:04.115Z[ host-image] May 25 00:51:03.058 INFO O| May 25 00:51:03.058 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91612024-05-25T00:51:04.116Z[ host-image] May 25 00:51:03.058 INFO O| May 25 00:51:03.058 INFO no lofi found
91622024-05-25T00:51:04.116Z[ host-image] May 25 00:51:03.059 INFO O| May 25 00:51:03.059 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91632024-05-25T00:51:04.116Z[ host-image] May 25 00:51:03.059 INFO O| May 25 00:51:03.059 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91642024-05-25T00:51:04.760Z[ recovery-image] May 25 00:51:03.704 INFO E| Compiling clap v4.5.3
91652024-05-25T00:51:04.817Z[ recovery-image] May 25 00:51:03.761 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
91662024-05-25T00:51:06.063Z[ host-image] May 25 00:51:05.009 INFO O| May 25 00:51:05.009 INFO lofi device = /dev/dsk/c2t1d0p0
91672024-05-25T00:51:06.063Z[ host-image] May 25 00:51:05.009 INFO O| May 25 00:51:05.009 INFO pool device = /dev/dsk/c2t1d0p0
91682024-05-25T00:51:06.067Z[ host-image] May 25 00:51:05.009 INFO O| May 25 00:51:05.009 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"]
91692024-05-25T00:51:06.067Z[ recovery-image] May 25 00:51:05.010 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
91702024-05-25T00:51:06.073Z[ recovery-image] May 25 00:51:05.019 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
91712024-05-25T00:51:06.139Z[ host-image] May 25 00:51:05.085 INFO O| May 25 00:51:05.085 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91722024-05-25T00:51:06.139Z[ host-image] May 25 00:51:05.085 INFO O| May 25 00:51:05.085 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91732024-05-25T00:51:06.163Z[ host-image] May 25 00:51:05.109 INFO O| May 25 00:51:05.109 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91742024-05-25T00:51:06.223Z[ host-image] May 25 00:51:05.170 INFO O| May 25 00:51:05.170 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91752024-05-25T00:51:06.240Z[ recovery-image] May 25 00:51:05.186 INFO E| Updating crates.io index
91762024-05-25T00:51:06.263Z[ host-image] May 25 00:51:05.209 INFO O| May 25 00:51:05.209 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91772024-05-25T00:51:06.280Z[ host-image] May 25 00:51:05.227 INFO O| May 25 00:51:05.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91782024-05-25T00:51:06.296Z[ host-image] May 25 00:51:05.243 INFO O| May 25 00:51:05.243 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91792024-05-25T00:51:06.343Z[ host-image] May 25 00:51:05.289 INFO O| May 25 00:51:05.289 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91802024-05-25T00:51:06.343Z[ host-image] May 25 00:51:05.289 INFO O| May 25 00:51:05.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91812024-05-25T00:51:06.346Z[ host-image] May 25 00:51:05.289 INFO O| May 25 00:51:05.289 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91822024-05-25T00:51:06.355Z[ host-image] May 25 00:51:05.302 INFO O| May 25 00:51:05.302 INFO boot environment UUID: f47827ab-6b7d-46c2-8a2c-6902fa249c79
91832024-05-25T00:51:06.355Z[ host-image] May 25 00:51:05.302 INFO O| May 25 00:51:05.302 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f47827ab-6b7d-46c2-8a2c-6902fa249c79
91842024-05-25T00:51:06.364Z[ host-image] May 25 00:51:05.311 INFO O| May 25 00:51:05.311 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91852024-05-25T00:51:06.374Z[ host-image] May 25 00:51:05.321 INFO O| May 25 00:51:05.320 INFO STEP 0 (create_be) COMPLETE
91862024-05-25T00:51:06.377Z[ host-image] May 25 00:51:05.321 INFO O| May 25 00:51:05.320 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91872024-05-25T00:51:06.389Z[ host-image] May 25 00:51:05.336 INFO O| May 25 00:51:05.336 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91882024-05-25T00:51:06.405Z[ recovery-image] May 25 00:51:05.352 INFO E| Downloading crates ...
91892024-05-25T00:51:06.466Z[ recovery-image] May 25 00:51:05.409 INFO E| Downloaded bit_field v0.10.2
91902024-05-25T00:51:06.878Z[ recovery-image] May 25 00:51:05.436 INFO E| Downloaded seq-macro v0.3.5
91912024-05-25T00:51:06.878Z[ recovery-image] May 25 00:51:05.441 INFO E| Downloaded cpio_reader v0.1.1
91922024-05-25T00:51:06.878Z[ recovery-image] May 25 00:51:05.454 INFO E| Downloaded raw-cpuid v10.7.0
91932024-05-25T00:51:06.878Z[ recovery-image] May 25 00:51:05.461 INFO E| Downloaded goblin v0.8.0
91942024-05-25T00:51:06.878Z[ recovery-image] May 25 00:51:05.570 INFO E| Downloaded x86 v0.52.0
91952024-05-25T00:51:06.878Z[ recovery-image] May 25 00:51:05.666 INFO E| Updating crates.io index
91962024-05-25T00:51:06.878Z[ recovery-image] May 25 00:51:05.719 INFO E| Downloading crates ...
91972024-05-25T00:51:06.878Z[ recovery-image] May 25 00:51:05.777 INFO E| Downloaded allocator-api2 v0.2.16
91982024-05-25T00:51:06.878Z[ recovery-image] May 25 00:51:05.782 INFO E| Downloaded rustc-demangle v0.1.23
91992024-05-25T00:51:06.878Z[ recovery-image] May 25 00:51:05.793 INFO E| Downloaded compiler_builtins v0.1.108
92002024-05-25T00:51:06.939Z[ recovery-image] May 25 00:51:05.884 INFO E| Compiling compiler_builtins v0.1.108
92012024-05-25T00:51:06.939Z[ recovery-image] May 25 00:51:05.884 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)
92022024-05-25T00:51:06.939Z[ recovery-image] May 25 00:51:05.884 INFO E| Compiling proc-macro2 v1.0.79
92032024-05-25T00:51:06.939Z[ recovery-image] May 25 00:51:05.884 INFO E| Compiling unicode-ident v1.0.12
92042024-05-25T00:51:06.939Z[ recovery-image] May 25 00:51:05.884 INFO E| Compiling syn v1.0.109
92052024-05-25T00:51:06.939Z[ recovery-image] May 25 00:51:05.884 INFO E| Compiling x86 v0.52.0
92062024-05-25T00:51:06.939Z[ recovery-image] May 25 00:51:05.884 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
92072024-05-25T00:51:06.957Z[ recovery-image] May 25 00:51:05.896 INFO E| Compiling seq-macro v0.3.5
92082024-05-25T00:51:09.018Z[ recovery-image] May 25 00:51:07.961 INFO E| Compiling quote v1.0.35
92092024-05-25T00:51:09.481Z[ recovery-image] May 25 00:51:08.420 INFO E| Compiling syn v2.0.53
92102024-05-25T00:51:14.626Z[ recovery-image] May 25 00:51:13.566 INFO E| Compiling scroll_derive v0.12.0
92112024-05-25T00:51:20.131Z[ recovery-image] May 25 00:51:19.066 INFO E| Compiling bitstruct_derive v0.1.0
92122024-05-25T00:51:27.957Z[ host-image] May 25 00:51:26.899 INFO O| May 25 00:51:26.898 INFO STEP 1 (unpack_tar) COMPLETE
92132024-05-25T00:51:27.958Z[ host-image] May 25 00:51:26.899 INFO O| May 25 00:51:26.898 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92142024-05-25T00:51:27.970Z[ host-image] May 25 00:51:26.911 INFO O| May 25 00:51:26.911 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
92152024-05-25T00:51:28.421Z[ host-image] May 25 00:51:27.362 INFO O| May 25 00:51:27.362 INFO STEP 2 (devfsadm) COMPLETE
92162024-05-25T00:51:28.421Z[ host-image] May 25 00:51:27.362 INFO O| May 25 00:51:27.362 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92172024-05-25T00:51:28.435Z[ host-image] May 25 00:51:27.376 INFO O| May 25 00:51:27.376 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92182024-05-25T00:51:28.435Z[ host-image] May 25 00:51:27.376 INFO O| May 25 00:51:27.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92192024-05-25T00:51:28.436Z[ host-image] May 25 00:51:27.376 INFO O| May 25 00:51:27.376 INFO STEP 3 (ensure_dir) COMPLETE
92202024-05-25T00:51:28.439Z[ host-image] May 25 00:51:27.377 INFO O| May 25 00:51:27.376 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92212024-05-25T00:51:28.446Z[ host-image] May 25 00:51:27.388 INFO O| May 25 00:51:27.387 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92222024-05-25T00:51:28.446Z[ host-image] May 25 00:51:27.388 INFO O| May 25 00:51:27.387 INFO STEP 4 (ensure_dir) COMPLETE
92232024-05-25T00:51:28.450Z[ host-image] May 25 00:51:27.388 INFO O| May 25 00:51:27.388 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92242024-05-25T00:51:28.459Z[ host-image] May 25 00:51:27.401 INFO O| May 25 00:51:27.401 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92252024-05-25T00:51:28.463Z[ host-image] May 25 00:51:27.401 INFO O| May 25 00:51:27.401 INFO STEP 5 (ensure_dir) COMPLETE
92262024-05-25T00:51:28.463Z[ host-image] May 25 00:51:27.401 INFO O| May 25 00:51:27.401 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92272024-05-25T00:51:28.471Z[ host-image] May 25 00:51:27.412 INFO O| May 25 00:51:27.412 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92282024-05-25T00:51:28.471Z[ host-image] May 25 00:51:27.412 INFO O| May 25 00:51:27.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92292024-05-25T00:51:28.484Z[ host-image] May 25 00:51:27.412 INFO O| May 25 00:51:27.412 INFO STEP 6 (ensure_dir) COMPLETE
92302024-05-25T00:51:28.484Z[ host-image] May 25 00:51:27.412 INFO O| May 25 00:51:27.412 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92312024-05-25T00:51:28.487Z[ host-image] May 25 00:51:27.422 INFO O| May 25 00:51:27.422 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92322024-05-25T00:51:28.487Z[ host-image] May 25 00:51:27.422 INFO O| May 25 00:51:27.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92332024-05-25T00:51:28.487Z[ host-image] May 25 00:51:27.422 INFO O| May 25 00:51:27.422 INFO STEP 7 (ensure_dir) COMPLETE
92342024-05-25T00:51:28.487Z[ host-image] May 25 00:51:27.422 INFO O| May 25 00:51:27.422 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92352024-05-25T00:51:28.493Z[ host-image] May 25 00:51:27.435 INFO O| May 25 00:51:27.435 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
92362024-05-25T00:51:28.497Z[ host-image] May 25 00:51:27.435 INFO O| May 25 00:51:27.435 INFO STEP 8 (remove_files) COMPLETE
92372024-05-25T00:51:28.497Z[ host-image] May 25 00:51:27.435 INFO O| May 25 00:51:27.435 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92382024-05-25T00:51:28.504Z[ host-image] May 25 00:51:27.445 INFO O| May 25 00:51:27.445 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
92392024-05-25T00:51:28.507Z[ host-image] May 25 00:51:27.446 INFO O| May 25 00:51:27.446 INFO STEP 9 (remove_files) COMPLETE
92402024-05-25T00:51:28.508Z[ host-image] May 25 00:51:27.446 INFO O| May 25 00:51:27.446 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92412024-05-25T00:51:28.517Z[ host-image] May 25 00:51:27.458 INFO O| May 25 00:51:27.458 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
92422024-05-25T00:51:28.521Z[ host-image] May 25 00:51:27.459 INFO O| May 25 00:51:27.459 INFO STEP 10 (remove_files) COMPLETE
92432024-05-25T00:51:28.521Z[ host-image] May 25 00:51:27.459 INFO O| May 25 00:51:27.459 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92442024-05-25T00:51:28.530Z[ host-image] May 25 00:51:27.471 INFO O| May 25 00:51:27.471 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
92452024-05-25T00:51:28.530Z[ host-image] May 25 00:51:27.472 INFO O| May 25 00:51:27.472 INFO STEP 11 (remove_files) COMPLETE
92462024-05-25T00:51:28.533Z[ host-image] May 25 00:51:27.472 INFO O| May 25 00:51:27.472 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92472024-05-25T00:51:28.543Z[ host-image] May 25 00:51:27.484 INFO O| May 25 00:51:27.484 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
92482024-05-25T00:51:28.543Z[ host-image] May 25 00:51:27.484 INFO O| May 25 00:51:27.484 INFO STEP 12 (remove_files) COMPLETE
92492024-05-25T00:51:28.547Z[ host-image] May 25 00:51:27.484 INFO O| May 25 00:51:27.484 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92502024-05-25T00:51:28.553Z[ host-image] May 25 00:51:27.495 INFO O| May 25 00:51:27.494 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92512024-05-25T00:51:28.554Z[ host-image] May 25 00:51:27.495 INFO O| May 25 00:51:27.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92522024-05-25T00:51:28.557Z[ host-image] May 25 00:51:27.495 INFO O| May 25 00:51:27.495 INFO STEP 13 (ensure_dir) COMPLETE
92532024-05-25T00:51:28.557Z[ host-image] May 25 00:51:27.495 INFO O| May 25 00:51:27.495 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92542024-05-25T00:51:28.565Z[ host-image] May 25 00:51:27.506 INFO O| May 25 00:51:27.506 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92552024-05-25T00:51:28.569Z[ host-image] May 25 00:51:27.507 INFO O| May 25 00:51:27.506 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92562024-05-25T00:51:28.569Z[ host-image] May 25 00:51:27.507 INFO O| May 25 00:51:27.507 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92572024-05-25T00:51:28.569Z[ host-image] May 25 00:51:27.507 INFO O| May 25 00:51:27.507 INFO STEP 14 (ensure_dir) COMPLETE
92582024-05-25T00:51:28.569Z[ host-image] May 25 00:51:27.507 INFO O| May 25 00:51:27.507 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92592024-05-25T00:51:28.576Z[ host-image] May 25 00:51:27.518 INFO O| May 25 00:51:27.518 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92602024-05-25T00:51:28.577Z[ host-image] May 25 00:51:27.518 INFO O| May 25 00:51:27.518 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92612024-05-25T00:51:28.577Z[ host-image] May 25 00:51:27.518 INFO O| May 25 00:51:27.518 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92622024-05-25T00:51:28.580Z[ host-image] May 25 00:51:27.518 INFO O| May 25 00:51:27.518 INFO STEP 15 (ensure_dir) COMPLETE
92632024-05-25T00:51:28.580Z[ host-image] May 25 00:51:27.518 INFO O| May 25 00:51:27.518 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92642024-05-25T00:51:28.587Z[ host-image] May 25 00:51:27.528 INFO O| May 25 00:51:27.528 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92652024-05-25T00:51:28.587Z[ host-image] May 25 00:51:27.528 INFO O| May 25 00:51:27.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92662024-05-25T00:51:28.590Z[ host-image] May 25 00:51:27.529 INFO O| May 25 00:51:27.528 INFO STEP 16 (ensure_dir) COMPLETE
92672024-05-25T00:51:28.591Z[ host-image] May 25 00:51:27.529 INFO O| May 25 00:51:27.529 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92682024-05-25T00:51:28.598Z[ host-image] May 25 00:51:27.539 INFO O| May 25 00:51:27.539 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92692024-05-25T00:51:28.598Z[ host-image] May 25 00:51:27.539 INFO O| May 25 00:51:27.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92702024-05-25T00:51:28.598Z[ host-image] May 25 00:51:27.539 INFO O| May 25 00:51:27.539 INFO STEP 17 (ensure_dir) COMPLETE
92712024-05-25T00:51:28.602Z[ host-image] May 25 00:51:27.539 INFO O| May 25 00:51:27.539 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92722024-05-25T00:51:28.611Z[ host-image] May 25 00:51:27.550 INFO O| May 25 00:51:27.550 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92732024-05-25T00:51:28.612Z[ host-image] May 25 00:51:27.550 INFO O| May 25 00:51:27.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92742024-05-25T00:51:28.615Z[ host-image] May 25 00:51:27.550 INFO O| May 25 00:51:27.550 INFO ok!
92752024-05-25T00:51:28.615Z[ host-image] May 25 00:51:27.550 INFO O| May 25 00:51:27.550 INFO STEP 18 (ensure_symlink) COMPLETE
92762024-05-25T00:51:28.615Z[ host-image] May 25 00:51:27.550 INFO O| May 25 00:51:27.550 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92772024-05-25T00:51:28.620Z[ host-image] May 25 00:51:27.561 INFO O| May 25 00:51:27.561 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92782024-05-25T00:51:28.620Z[ host-image] May 25 00:51:27.561 INFO O| May 25 00:51:27.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92792024-05-25T00:51:28.620Z[ host-image] May 25 00:51:27.561 INFO O| May 25 00:51:27.561 INFO ok!
92802024-05-25T00:51:28.623Z[ host-image] May 25 00:51:27.561 INFO O| May 25 00:51:27.561 INFO STEP 19 (ensure_file) COMPLETE
92812024-05-25T00:51:28.624Z[ host-image] May 25 00:51:27.561 INFO O| May 25 00:51:27.561 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92822024-05-25T00:51:28.631Z[ host-image] May 25 00:51:27.572 INFO O| May 25 00:51:27.572 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92832024-05-25T00:51:28.631Z[ host-image] May 25 00:51:27.572 INFO O| May 25 00:51:27.572 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92842024-05-25T00:51:28.634Z[ host-image] May 25 00:51:27.572 INFO O| May 25 00:51:27.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92852024-05-25T00:51:28.634Z[ host-image] May 25 00:51:27.572 INFO O| May 25 00:51:27.572 INFO ok!
92862024-05-25T00:51:28.634Z[ host-image] May 25 00:51:27.572 INFO O| May 25 00:51:27.572 INFO STEP 20 (ensure_symlink) COMPLETE
92872024-05-25T00:51:28.634Z[ host-image] May 25 00:51:27.572 INFO O| May 25 00:51:27.572 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92882024-05-25T00:51:28.642Z[ host-image] May 25 00:51:27.583 INFO O| May 25 00:51:27.583 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92892024-05-25T00:51:28.642Z[ host-image] May 25 00:51:27.583 INFO O| May 25 00:51:27.583 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92902024-05-25T00:51:28.645Z[ host-image] May 25 00:51:27.583 INFO O| May 25 00:51:27.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92912024-05-25T00:51:28.645Z[ host-image] May 25 00:51:27.583 INFO O| May 25 00:51:27.583 INFO ok!
92922024-05-25T00:51:28.645Z[ host-image] May 25 00:51:27.583 INFO O| May 25 00:51:27.583 INFO STEP 21 (ensure_symlink) COMPLETE
92932024-05-25T00:51:28.645Z[ host-image] May 25 00:51:27.583 INFO O| May 25 00:51:27.583 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92942024-05-25T00:51:28.652Z[ host-image] May 25 00:51:27.593 INFO O| May 25 00:51:27.593 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92952024-05-25T00:51:28.652Z[ host-image] May 25 00:51:27.593 INFO O| May 25 00:51:27.593 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92962024-05-25T00:51:28.656Z[ host-image] May 25 00:51:27.594 INFO O| May 25 00:51:27.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92972024-05-25T00:51:28.656Z[ host-image] May 25 00:51:27.594 INFO O| May 25 00:51:27.594 INFO ok!
92982024-05-25T00:51:28.656Z[ host-image] May 25 00:51:27.594 INFO O| May 25 00:51:27.594 INFO STEP 22 (ensure_symlink) COMPLETE
92992024-05-25T00:51:28.656Z[ host-image] May 25 00:51:27.594 INFO O| May 25 00:51:27.594 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93002024-05-25T00:51:28.663Z[ host-image] May 25 00:51:27.604 INFO O| May 25 00:51:27.604 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
93012024-05-25T00:51:28.663Z[ host-image] May 25 00:51:27.604 INFO O| May 25 00:51:27.604 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93022024-05-25T00:51:28.666Z[ host-image] May 25 00:51:27.604 INFO O| May 25 00:51:27.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
93032024-05-25T00:51:28.666Z[ host-image] May 25 00:51:27.604 INFO O| May 25 00:51:27.604 INFO ok!
93042024-05-25T00:51:28.666Z[ host-image] May 25 00:51:27.604 INFO O| May 25 00:51:27.604 INFO STEP 23 (ensure_symlink) COMPLETE
93052024-05-25T00:51:28.666Z[ host-image] May 25 00:51:27.604 INFO O| May 25 00:51:27.604 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93062024-05-25T00:51:28.674Z[ host-image] May 25 00:51:27.615 INFO O| May 25 00:51:27.615 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93072024-05-25T00:51:28.674Z[ host-image] May 25 00:51:27.615 INFO O| May 25 00:51:27.615 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
93082024-05-25T00:51:28.677Z[ host-image] May 25 00:51:27.615 INFO O| May 25 00:51:27.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
93092024-05-25T00:51:28.677Z[ host-image] May 25 00:51:27.615 INFO O| May 25 00:51:27.615 INFO ok!
93102024-05-25T00:51:28.677Z[ host-image] May 25 00:51:27.615 INFO O| May 25 00:51:27.615 INFO STEP 24 (ensure_file) COMPLETE
93112024-05-25T00:51:28.677Z[ host-image] May 25 00:51:27.615 INFO O| May 25 00:51:27.615 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93122024-05-25T00:51:28.695Z[ host-image] May 25 00:51:27.626 INFO O| May 25 00:51:27.626 INFO updating shadow file
93132024-05-25T00:51:28.703Z[ host-image] May 25 00:51:27.626 INFO O| May 25 00:51:27.626 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93142024-05-25T00:51:28.703Z[ host-image] May 25 00:51:27.626 INFO O| May 25 00:51:27.626 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93152024-05-25T00:51:28.703Z[ host-image] May 25 00:51:27.626 INFO O| May 25 00:51:27.626 INFO STEP 25 (shadow) COMPLETE
93162024-05-25T00:51:28.703Z[ host-image] May 25 00:51:27.627 INFO O| May 25 00:51:27.626 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93172024-05-25T00:51:28.703Z[ host-image] May 25 00:51:27.637 INFO O| May 25 00:51:27.637 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93182024-05-25T00:51:28.703Z[ host-image] May 25 00:51:27.637 INFO O| May 25 00:51:27.637 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
93192024-05-25T00:51:28.704Z[ host-image] May 25 00:51:27.637 INFO O| May 25 00:51:27.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
93202024-05-25T00:51:28.704Z[ host-image] May 25 00:51:27.637 INFO O| May 25 00:51:27.637 INFO ok!
93212024-05-25T00:51:28.704Z[ host-image] May 25 00:51:27.637 INFO O| May 25 00:51:27.637 INFO STEP 26 (ensure_file) COMPLETE
93222024-05-25T00:51:28.704Z[ host-image] May 25 00:51:27.637 INFO O| May 25 00:51:27.637 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93232024-05-25T00:51:28.719Z[ host-image] May 25 00:51:27.647 INFO O| May 25 00:51:27.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
93242024-05-25T00:51:28.719Z[ host-image] May 25 00:51:27.648 INFO O| May 25 00:51:27.647 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
93252024-05-25T00:51:28.719Z[ host-image] May 25 00:51:27.648 INFO O| May 25 00:51:27.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
93262024-05-25T00:51:28.719Z[ host-image] May 25 00:51:27.648 INFO O| May 25 00:51:27.648 INFO ok!
93272024-05-25T00:51:28.719Z[ host-image] May 25 00:51:27.648 INFO O| May 25 00:51:27.648 INFO STEP 27 (ensure_file) COMPLETE
93282024-05-25T00:51:28.719Z[ host-image] May 25 00:51:27.648 INFO O| May 25 00:51:27.648 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93292024-05-25T00:51:28.726Z[ host-image] May 25 00:51:27.658 INFO O| May 25 00:51:27.658 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93302024-05-25T00:51:28.726Z[ host-image] May 25 00:51:27.658 INFO O| May 25 00:51:27.658 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
93312024-05-25T00:51:28.726Z[ host-image] May 25 00:51:27.659 INFO O| May 25 00:51:27.658 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93322024-05-25T00:51:28.726Z[ host-image] May 25 00:51:27.659 INFO O| May 25 00:51:27.659 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93332024-05-25T00:51:28.726Z[ host-image] May 25 00:51:27.659 INFO O| May 25 00:51:27.659 INFO ok!
93342024-05-25T00:51:28.726Z[ host-image] May 25 00:51:27.659 INFO O| May 25 00:51:27.659 INFO STEP 28 (ensure_file) COMPLETE
93352024-05-25T00:51:28.726Z[ host-image] May 25 00:51:27.659 INFO O| May 25 00:51:27.659 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93362024-05-25T00:51:28.730Z[ host-image] May 25 00:51:27.669 INFO O| May 25 00:51:27.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
93372024-05-25T00:51:28.730Z[ host-image] May 25 00:51:27.669 INFO O| May 25 00:51:27.669 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
93382024-05-25T00:51:28.730Z[ host-image] May 25 00:51:27.669 INFO O| May 25 00:51:27.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
93392024-05-25T00:51:28.730Z[ host-image] May 25 00:51:27.669 INFO O| May 25 00:51:27.669 INFO ok!
93402024-05-25T00:51:28.730Z[ host-image] May 25 00:51:27.669 INFO O| May 25 00:51:27.669 INFO STEP 29 (ensure_file) COMPLETE
93412024-05-25T00:51:28.730Z[ host-image] May 25 00:51:27.669 INFO O| May 25 00:51:27.669 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93422024-05-25T00:51:28.737Z[ host-image] May 25 00:51:27.679 INFO O| May 25 00:51:27.678 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
93432024-05-25T00:51:28.737Z[ host-image] May 25 00:51:27.679 INFO O| May 25 00:51:27.678 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
93442024-05-25T00:51:28.741Z[ host-image] May 25 00:51:27.679 INFO O| May 25 00:51:27.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
93452024-05-25T00:51:28.741Z[ host-image] May 25 00:51:27.679 INFO O| May 25 00:51:27.679 INFO ok!
93462024-05-25T00:51:28.741Z[ host-image] May 25 00:51:27.679 INFO O| May 25 00:51:27.679 INFO STEP 30 (ensure_file) COMPLETE
93472024-05-25T00:51:28.741Z[ host-image] May 25 00:51:27.679 INFO O| May 25 00:51:27.679 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93482024-05-25T00:51:28.748Z[ host-image] May 25 00:51:27.689 INFO O| May 25 00:51:27.689 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93492024-05-25T00:51:28.748Z[ host-image] May 25 00:51:27.689 INFO O| May 25 00:51:27.689 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
93502024-05-25T00:51:28.752Z[ host-image] May 25 00:51:27.689 INFO O| May 25 00:51:27.689 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93512024-05-25T00:51:28.752Z[ host-image] May 25 00:51:27.689 INFO O| May 25 00:51:27.689 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93522024-05-25T00:51:28.752Z[ host-image] May 25 00:51:27.689 INFO O| May 25 00:51:27.689 INFO ok!
93532024-05-25T00:51:28.752Z[ host-image] May 25 00:51:27.689 INFO O| May 25 00:51:27.689 INFO STEP 31 (ensure_file) COMPLETE
93542024-05-25T00:51:28.752Z[ host-image] May 25 00:51:27.689 INFO O| May 25 00:51:27.689 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93552024-05-25T00:51:28.759Z[ host-image] May 25 00:51:27.700 INFO O| May 25 00:51:27.700 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
93562024-05-25T00:51:28.759Z[ host-image] May 25 00:51:27.700 INFO O| May 25 00:51:27.700 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
93572024-05-25T00:51:28.759Z[ host-image] May 25 00:51:27.700 INFO O| May 25 00:51:27.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
93582024-05-25T00:51:28.759Z[ host-image] May 25 00:51:27.700 INFO O| May 25 00:51:27.700 INFO ok!
93592024-05-25T00:51:28.759Z[ host-image] May 25 00:51:27.700 INFO O| May 25 00:51:27.700 INFO STEP 32 (ensure_file) COMPLETE
93602024-05-25T00:51:28.759Z[ host-image] May 25 00:51:27.700 INFO O| May 25 00:51:27.700 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93612024-05-25T00:51:28.773Z[ host-image] May 25 00:51:27.711 INFO O| May 25 00:51:27.711 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93622024-05-25T00:51:28.773Z[ host-image] May 25 00:51:27.711 INFO O| May 25 00:51:27.711 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
93632024-05-25T00:51:28.773Z[ host-image] May 25 00:51:27.711 INFO O| May 25 00:51:27.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
93642024-05-25T00:51:28.773Z[ host-image] May 25 00:51:27.711 INFO O| May 25 00:51:27.711 INFO ok!
93652024-05-25T00:51:28.773Z[ host-image] May 25 00:51:27.711 INFO O| May 25 00:51:27.711 INFO STEP 33 (ensure_file) COMPLETE
93662024-05-25T00:51:28.773Z[ host-image] May 25 00:51:27.711 INFO O| May 25 00:51:27.711 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93672024-05-25T00:51:28.780Z[ host-image] May 25 00:51:27.721 INFO O| May 25 00:51:27.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
93682024-05-25T00:51:28.780Z[ host-image] May 25 00:51:27.721 INFO O| May 25 00:51:27.721 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
93692024-05-25T00:51:28.780Z[ host-image] May 25 00:51:27.721 INFO O| May 25 00:51:27.721 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93702024-05-25T00:51:28.783Z[ host-image] May 25 00:51:27.721 INFO O| May 25 00:51:27.721 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93712024-05-25T00:51:28.783Z[ host-image] May 25 00:51:27.721 INFO O| May 25 00:51:27.721 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93722024-05-25T00:51:28.783Z[ host-image] May 25 00:51:27.721 INFO O| May 25 00:51:27.721 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93732024-05-25T00:51:28.784Z[ host-image] May 25 00:51:27.721 INFO O| May 25 00:51:27.721 INFO ok!
93742024-05-25T00:51:28.784Z[ host-image] May 25 00:51:27.721 INFO O| May 25 00:51:27.721 INFO STEP 34 (ensure_file) COMPLETE
93752024-05-25T00:51:28.784Z[ host-image] May 25 00:51:27.722 INFO O| May 25 00:51:27.721 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93762024-05-25T00:51:28.791Z[ host-image] May 25 00:51:27.732 INFO O| May 25 00:51:27.732 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93772024-05-25T00:51:28.791Z[ host-image] May 25 00:51:27.732 INFO O| May 25 00:51:27.732 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93782024-05-25T00:51:28.794Z[ host-image] May 25 00:51:27.732 INFO O| May 25 00:51:27.732 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93792024-05-25T00:51:28.794Z[ host-image] May 25 00:51:27.732 INFO O| May 25 00:51:27.732 INFO STEP 35 (ensure_dir) COMPLETE
93802024-05-25T00:51:28.794Z[ host-image] May 25 00:51:27.732 INFO O| May 25 00:51:27.732 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93812024-05-25T00:51:28.803Z[ host-image] May 25 00:51:27.743 INFO O| May 25 00:51:27.743 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
93822024-05-25T00:51:28.803Z[ host-image] May 25 00:51:27.743 INFO O| May 25 00:51:27.743 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 ...
93832024-05-25T00:51:28.808Z[ host-image] May 25 00:51:27.743 INFO O| May 25 00:51:27.743 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
93842024-05-25T00:51:28.808Z[ host-image] May 25 00:51:27.743 INFO O| May 25 00:51:27.743 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
93852024-05-25T00:51:28.808Z[ host-image] May 25 00:51:27.744 INFO O| May 25 00:51:27.743 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
93862024-05-25T00:51:28.808Z[ host-image] May 25 00:51:27.744 INFO O| May 25 00:51:27.743 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
93872024-05-25T00:51:28.809Z[ host-image] May 25 00:51:27.744 INFO O| May 25 00:51:27.744 INFO ok!
93882024-05-25T00:51:28.809Z[ host-image] May 25 00:51:27.744 INFO O| May 25 00:51:27.744 INFO STEP 36 (ensure_file) COMPLETE
93892024-05-25T00:51:28.809Z[ host-image] May 25 00:51:27.744 INFO O| May 25 00:51:27.744 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93902024-05-25T00:51:28.815Z[ host-image] May 25 00:51:27.756 INFO O| May 25 00:51:27.756 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93912024-05-25T00:51:28.815Z[ host-image] May 25 00:51:27.756 INFO O| May 25 00:51:27.756 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 ...
93922024-05-25T00:51:28.831Z[ host-image] May 25 00:51:27.756 INFO O| May 25 00:51:27.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93932024-05-25T00:51:28.831Z[ host-image] May 25 00:51:27.756 INFO O| May 25 00:51:27.756 INFO ok!
93942024-05-25T00:51:28.831Z[ host-image] May 25 00:51:27.756 INFO O| May 25 00:51:27.756 INFO STEP 37 (ensure_symlink) COMPLETE
93952024-05-25T00:51:28.831Z[ host-image] May 25 00:51:27.756 INFO O| May 25 00:51:27.756 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93962024-05-25T00:51:28.831Z[ host-image] May 25 00:51:27.768 INFO O| May 25 00:51:27.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93972024-05-25T00:51:28.832Z[ host-image] May 25 00:51:27.768 INFO O| May 25 00:51:27.768 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93982024-05-25T00:51:28.832Z[ host-image] May 25 00:51:27.769 INFO O| May 25 00:51:27.769 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93992024-05-25T00:51:28.832Z[ host-image] May 25 00:51:27.769 INFO O| May 25 00:51:27.769 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94002024-05-25T00:51:28.832Z[ host-image] May 25 00:51:27.769 INFO O| May 25 00:51:27.769 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94012024-05-25T00:51:28.832Z[ host-image] May 25 00:51:27.769 INFO O| May 25 00:51:27.769 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94022024-05-25T00:51:28.832Z[ host-image] May 25 00:51:27.769 INFO O| May 25 00:51:27.769 INFO ok!
94032024-05-25T00:51:28.832Z[ host-image] May 25 00:51:27.769 INFO O| May 25 00:51:27.769 INFO STEP 38 (ensure_file) COMPLETE
94042024-05-25T00:51:28.832Z[ host-image] May 25 00:51:27.769 INFO O| May 25 00:51:27.769 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94052024-05-25T00:51:28.839Z[ host-image] May 25 00:51:27.780 INFO O| May 25 00:51:27.780 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94062024-05-25T00:51:28.839Z[ host-image] May 25 00:51:27.780 INFO O| May 25 00:51:27.780 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 ...
94072024-05-25T00:51:28.844Z[ host-image] May 25 00:51:27.780 INFO O| May 25 00:51:27.780 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
94082024-05-25T00:51:28.844Z[ host-image] May 25 00:51:27.780 INFO O| May 25 00:51:27.780 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94092024-05-25T00:51:28.844Z[ host-image] May 25 00:51:27.780 INFO O| May 25 00:51:27.780 INFO ok!
94102024-05-25T00:51:28.844Z[ host-image] May 25 00:51:27.780 INFO O| May 25 00:51:27.780 INFO STEP 39 (ensure_file) COMPLETE
94112024-05-25T00:51:28.844Z[ host-image] May 25 00:51:27.780 INFO O| May 25 00:51:27.780 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94122024-05-25T00:51:28.851Z[ host-image] May 25 00:51:27.792 INFO O| May 25 00:51:27.792 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
94132024-05-25T00:51:28.851Z[ host-image] May 25 00:51:27.792 INFO O| May 25 00:51:27.792 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
94142024-05-25T00:51:28.854Z[ host-image] May 25 00:51:27.792 INFO O| May 25 00:51:27.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
94152024-05-25T00:51:28.854Z[ host-image] May 25 00:51:27.792 INFO O| May 25 00:51:27.792 INFO ok!
94162024-05-25T00:51:28.854Z[ host-image] May 25 00:51:27.792 INFO O| May 25 00:51:27.792 INFO STEP 40 (ensure_file) COMPLETE
94172024-05-25T00:51:28.854Z[ host-image] May 25 00:51:27.792 INFO O| May 25 00:51:27.792 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94182024-05-25T00:51:28.863Z[ host-image] May 25 00:51:27.804 INFO O| May 25 00:51:27.804 INFO updating shadow file
94192024-05-25T00:51:28.867Z[ host-image] May 25 00:51:27.804 INFO O| May 25 00:51:27.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94202024-05-25T00:51:28.867Z[ host-image] May 25 00:51:27.804 INFO O| May 25 00:51:27.804 INFO STEP 41 (shadow) COMPLETE
94212024-05-25T00:51:28.868Z[ host-image] May 25 00:51:27.804 INFO O| May 25 00:51:27.804 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94222024-05-25T00:51:28.875Z[ host-image] May 25 00:51:27.815 INFO O| May 25 00:51:27.815 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
94232024-05-25T00:51:28.875Z[ host-image] May 25 00:51:27.815 INFO O| May 25 00:51:27.815 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
94242024-05-25T00:51:28.880Z[ host-image] May 25 00:51:27.816 INFO O| May 25 00:51:27.816 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94252024-05-25T00:51:28.880Z[ host-image] May 25 00:51:27.816 INFO O| May 25 00:51:27.816 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94262024-05-25T00:51:28.880Z[ host-image] May 25 00:51:27.816 INFO O| May 25 00:51:27.816 INFO ok!
94272024-05-25T00:51:28.880Z[ host-image] May 25 00:51:27.816 INFO O| May 25 00:51:27.816 INFO STEP 42 (ensure_file) COMPLETE
94282024-05-25T00:51:28.880Z[ host-image] May 25 00:51:27.816 INFO O| May 25 00:51:27.816 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94292024-05-25T00:51:28.880Z[ host-image] May 25 00:51:27.816 INFO O| May 25 00:51:27.816 INFO skip step because feature "mfg" is not enabled
94302024-05-25T00:51:28.880Z[ host-image] May 25 00:51:27.816 INFO O| May 25 00:51:27.816 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94312024-05-25T00:51:28.880Z[ host-image] May 25 00:51:27.816 INFO O| May 25 00:51:27.816 INFO skip step because feature "mfg" is not enabled
94322024-05-25T00:51:28.880Z[ host-image] May 25 00:51:27.816 INFO O| May 25 00:51:27.816 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94332024-05-25T00:51:28.978Z[ host-image] May 25 00:51:27.828 INFO O| May 25 00:51:27.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
94342024-05-25T00:51:28.978Z[ host-image] May 25 00:51:27.828 INFO O| May 25 00:51:27.828 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
94352024-05-25T00:51:29.564Z[ host-image] May 25 00:51:28.504 INFO O| May 25 00:51:28.504 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94362024-05-25T00:51:29.564Z[ host-image] May 25 00:51:28.505 INFO O| May 25 00:51:28.504 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94372024-05-25T00:51:29.568Z[ host-image] May 25 00:51:28.505 INFO O| May 25 00:51:28.504 INFO ok!
94382024-05-25T00:51:29.568Z[ host-image] May 25 00:51:28.505 INFO O| May 25 00:51:28.504 INFO STEP 45 (ensure_file) COMPLETE
94392024-05-25T00:51:29.568Z[ host-image] May 25 00:51:28.505 INFO O| May 25 00:51:28.504 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94402024-05-25T00:51:29.594Z[ host-image] May 25 00:51:28.519 INFO O| May 25 00:51:28.519 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
94412024-05-25T00:51:29.594Z[ host-image] May 25 00:51:28.519 INFO O| May 25 00:51:28.519 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94422024-05-25T00:51:29.603Z[ host-image] May 25 00:51:28.519 INFO O| May 25 00:51:28.519 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94432024-05-25T00:51:29.604Z[ host-image] May 25 00:51:28.519 INFO O| May 25 00:51:28.519 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94442024-05-25T00:51:29.604Z[ host-image] May 25 00:51:28.519 INFO O| May 25 00:51:28.519 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94452024-05-25T00:51:29.604Z[ host-image] May 25 00:51:28.519 INFO O| May 25 00:51:28.519 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94462024-05-25T00:51:29.604Z[ host-image] May 25 00:51:28.519 INFO O| May 25 00:51:28.519 INFO ok!
94472024-05-25T00:51:29.604Z[ host-image] May 25 00:51:28.519 INFO O| May 25 00:51:28.519 INFO STEP 46 (ensure_file) COMPLETE
94482024-05-25T00:51:29.605Z[ host-image] May 25 00:51:28.519 INFO O| May 25 00:51:28.519 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94492024-05-25T00:51:29.605Z[ host-image] May 25 00:51:28.531 INFO O| May 25 00:51:28.531 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
94502024-05-25T00:51:29.605Z[ host-image] May 25 00:51:28.531 INFO O| May 25 00:51:28.531 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 ...
94512024-05-25T00:51:29.605Z[ host-image] May 25 00:51:28.532 INFO O| May 25 00:51:28.532 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
94522024-05-25T00:51:29.605Z[ host-image] May 25 00:51:28.532 INFO O| May 25 00:51:28.532 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94532024-05-25T00:51:29.605Z[ host-image] May 25 00:51:28.532 INFO O| May 25 00:51:28.532 INFO ok!
94542024-05-25T00:51:29.606Z[ host-image] May 25 00:51:28.532 INFO O| May 25 00:51:28.532 INFO STEP 47 (ensure_file) COMPLETE
94552024-05-25T00:51:29.606Z[ host-image] May 25 00:51:28.532 INFO O| May 25 00:51:28.532 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94562024-05-25T00:51:29.612Z[ host-image] May 25 00:51:28.543 INFO O| May 25 00:51:28.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
94572024-05-25T00:51:29.612Z[ host-image] May 25 00:51:28.543 INFO O| May 25 00:51:28.543 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
94582024-05-25T00:51:29.613Z[ host-image] May 25 00:51:28.543 INFO O| May 25 00:51:28.543 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94592024-05-25T00:51:29.613Z[ host-image] May 25 00:51:28.543 INFO O| May 25 00:51:28.543 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94602024-05-25T00:51:29.613Z[ host-image] May 25 00:51:28.543 INFO O| May 25 00:51:28.543 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94612024-05-25T00:51:29.613Z[ host-image] May 25 00:51:28.543 INFO O| May 25 00:51:28.543 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94622024-05-25T00:51:29.613Z[ host-image] May 25 00:51:28.543 INFO O| May 25 00:51:28.543 INFO ok!
94632024-05-25T00:51:29.613Z[ host-image] May 25 00:51:28.543 INFO O| May 25 00:51:28.543 INFO STEP 48 (ensure_file) COMPLETE
94642024-05-25T00:51:29.613Z[ host-image] May 25 00:51:28.543 INFO O| May 25 00:51:28.543 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94652024-05-25T00:51:29.618Z[ host-image] May 25 00:51:28.557 INFO O| May 25 00:51:28.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94662024-05-25T00:51:29.618Z[ host-image] May 25 00:51:28.557 INFO O| May 25 00:51:28.557 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 ...
94672024-05-25T00:51:29.619Z[ host-image] May 25 00:51:28.557 INFO O| May 25 00:51:28.557 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
94682024-05-25T00:51:29.619Z[ host-image] May 25 00:51:28.557 INFO O| May 25 00:51:28.557 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94692024-05-25T00:51:29.619Z[ host-image] May 25 00:51:28.557 INFO O| May 25 00:51:28.557 INFO ok!
94702024-05-25T00:51:29.619Z[ host-image] May 25 00:51:28.557 INFO O| May 25 00:51:28.557 INFO STEP 49 (ensure_file) COMPLETE
94712024-05-25T00:51:29.619Z[ host-image] May 25 00:51:28.557 INFO O| May 25 00:51:28.557 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94722024-05-25T00:51:29.629Z[ host-image] May 25 00:51:28.569 INFO O| May 25 00:51:28.569 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94732024-05-25T00:51:29.629Z[ host-image] May 25 00:51:28.569 INFO O| May 25 00:51:28.569 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94742024-05-25T00:51:29.632Z[ host-image] May 25 00:51:28.569 INFO O| May 25 00:51:28.569 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94752024-05-25T00:51:29.632Z[ host-image] May 25 00:51:28.569 INFO O| May 25 00:51:28.569 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94762024-05-25T00:51:29.632Z[ host-image] May 25 00:51:28.569 INFO O| May 25 00:51:28.569 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94772024-05-25T00:51:29.632Z[ host-image] May 25 00:51:28.569 INFO O| May 25 00:51:28.569 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94782024-05-25T00:51:29.633Z[ host-image] May 25 00:51:28.569 INFO O| May 25 00:51:28.569 INFO ok!
94792024-05-25T00:51:29.633Z[ host-image] May 25 00:51:28.569 INFO O| May 25 00:51:28.569 INFO STEP 50 (ensure_file) COMPLETE
94802024-05-25T00:51:29.633Z[ host-image] May 25 00:51:28.569 INFO O| May 25 00:51:28.569 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94812024-05-25T00:51:29.641Z[ host-image] May 25 00:51:28.582 INFO O| May 25 00:51:28.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94822024-05-25T00:51:29.641Z[ host-image] May 25 00:51:28.582 INFO O| May 25 00:51:28.582 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 ...
94832024-05-25T00:51:29.644Z[ host-image] May 25 00:51:28.582 INFO O| May 25 00:51:28.582 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
94842024-05-25T00:51:29.645Z[ host-image] May 25 00:51:28.582 INFO O| May 25 00:51:28.582 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94852024-05-25T00:51:29.645Z[ host-image] May 25 00:51:28.582 INFO O| May 25 00:51:28.582 INFO ok!
94862024-05-25T00:51:29.645Z[ host-image] May 25 00:51:28.582 INFO O| May 25 00:51:28.582 INFO STEP 51 (ensure_file) COMPLETE
94872024-05-25T00:51:29.645Z[ host-image] May 25 00:51:28.582 INFO O| May 25 00:51:28.582 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94882024-05-25T00:51:29.653Z[ host-image] May 25 00:51:28.594 INFO O| May 25 00:51:28.594 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94892024-05-25T00:51:29.653Z[ host-image] May 25 00:51:28.594 INFO O| May 25 00:51:28.594 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 ...
94902024-05-25T00:51:29.656Z[ host-image] May 25 00:51:28.594 INFO O| May 25 00:51:28.594 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
94912024-05-25T00:51:29.656Z[ host-image] May 25 00:51:28.594 INFO O| May 25 00:51:28.594 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94922024-05-25T00:51:29.656Z[ host-image] May 25 00:51:28.594 INFO O| May 25 00:51:28.594 INFO ok!
94932024-05-25T00:51:29.656Z[ host-image] May 25 00:51:28.594 INFO O| May 25 00:51:28.594 INFO STEP 52 (ensure_file) COMPLETE
94942024-05-25T00:51:29.656Z[ host-image] May 25 00:51:28.594 INFO O| May 25 00:51:28.594 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94952024-05-25T00:51:29.665Z[ host-image] May 25 00:51:28.605 INFO O| May 25 00:51:28.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94962024-05-25T00:51:29.665Z[ host-image] May 25 00:51:28.605 INFO O| May 25 00:51:28.605 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 ...
94972024-05-25T00:51:29.668Z[ host-image] May 25 00:51:28.606 INFO O| May 25 00:51:28.605 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
94982024-05-25T00:51:29.668Z[ host-image] May 25 00:51:28.606 INFO O| May 25 00:51:28.606 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94992024-05-25T00:51:29.668Z[ host-image] May 25 00:51:28.606 INFO O| May 25 00:51:28.606 INFO ok!
95002024-05-25T00:51:29.668Z[ host-image] May 25 00:51:28.606 INFO O| May 25 00:51:28.606 INFO STEP 53 (ensure_file) COMPLETE
95012024-05-25T00:51:29.668Z[ host-image] May 25 00:51:28.606 INFO O| May 25 00:51:28.606 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-05-25T00:51:29.675Z[ host-image] May 25 00:51:28.616 INFO O| May 25 00:51:28.616 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
95032024-05-25T00:51:29.675Z[ host-image] May 25 00:51:28.616 INFO O| May 25 00:51:28.616 INFO STEP 54 (ensure_dir) COMPLETE
95042024-05-25T00:51:29.679Z[ host-image] May 25 00:51:28.616 INFO O| May 25 00:51:28.616 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052024-05-25T00:51:29.688Z[ host-image] May 25 00:51:28.628 INFO O| May 25 00:51:28.628 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95062024-05-25T00:51:29.688Z[ host-image] May 25 00:51:28.628 INFO O| May 25 00:51:28.628 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95072024-05-25T00:51:29.692Z[ host-image] May 25 00:51:28.628 INFO O| May 25 00:51:28.628 INFO STEP 55 (ensure_dir) COMPLETE
95082024-05-25T00:51:29.692Z[ host-image] May 25 00:51:28.628 INFO O| May 25 00:51:28.628 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95092024-05-25T00:51:29.699Z[ host-image] May 25 00:51:28.640 INFO O| May 25 00:51:28.640 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95102024-05-25T00:51:29.699Z[ host-image] May 25 00:51:28.640 INFO O| May 25 00:51:28.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95112024-05-25T00:51:29.703Z[ host-image] May 25 00:51:28.640 INFO O| May 25 00:51:28.640 INFO STEP 56 (ensure_dir) COMPLETE
95122024-05-25T00:51:29.703Z[ host-image] May 25 00:51:28.640 INFO O| May 25 00:51:28.640 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95132024-05-25T00:51:29.712Z[ host-image] May 25 00:51:28.652 INFO O| May 25 00:51:28.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
95142024-05-25T00:51:29.712Z[ host-image] May 25 00:51:28.652 INFO O| May 25 00:51:28.652 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
95152024-05-25T00:51:29.725Z[ host-image] May 25 00:51:28.666 INFO O| May 25 00:51:28.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
95162024-05-25T00:51:29.726Z[ host-image] May 25 00:51:28.666 INFO O| May 25 00:51:28.666 INFO ok!
95172024-05-25T00:51:29.726Z[ host-image] May 25 00:51:28.666 INFO O| May 25 00:51:28.666 INFO STEP 57 (ensure_file) COMPLETE
95182024-05-25T00:51:29.729Z[ host-image] May 25 00:51:28.666 INFO O| May 25 00:51:28.666 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95192024-05-25T00:51:29.740Z[ host-image] May 25 00:51:28.681 INFO O| May 25 00:51:28.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
95202024-05-25T00:51:29.740Z[ host-image] May 25 00:51:28.681 INFO O| May 25 00:51:28.681 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
95212024-05-25T00:51:30.859Z[ host-image] May 25 00:51:29.798 INFO O| May 25 00:51:29.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
95222024-05-25T00:51:30.859Z[ host-image] May 25 00:51:29.798 INFO O| May 25 00:51:29.798 INFO ok!
95232024-05-25T00:51:30.865Z[ host-image] May 25 00:51:29.798 INFO O| May 25 00:51:29.798 INFO STEP 58 (ensure_file) COMPLETE
95242024-05-25T00:51:30.865Z[ host-image] May 25 00:51:29.798 INFO O| May 25 00:51:29.798 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95252024-05-25T00:51:30.894Z[ host-image] May 25 00:51:29.810 INFO O| May 25 00:51:29.810 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95262024-05-25T00:51:30.894Z[ host-image] May 25 00:51:29.810 INFO O| May 25 00:51:29.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95272024-05-25T00:51:30.907Z[ host-image] May 25 00:51:29.810 INFO O| May 25 00:51:29.810 INFO STEP 59 (ensure_dir) COMPLETE
95282024-05-25T00:51:30.907Z[ host-image] May 25 00:51:29.810 INFO O| May 25 00:51:29.810 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-05-25T00:51:30.907Z[ host-image] May 25 00:51:29.821 INFO O| May 25 00:51:29.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95302024-05-25T00:51:30.907Z[ host-image] May 25 00:51:29.821 INFO O| May 25 00:51:29.821 INFO copying /tmp/.tmpLmHmvV/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 ...
95312024-05-25T00:51:30.907Z[ host-image] May 25 00:51:29.821 INFO O| May 25 00:51:29.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
95322024-05-25T00:51:30.907Z[ host-image] May 25 00:51:29.821 INFO O| May 25 00:51:29.821 INFO ok!
95332024-05-25T00:51:30.907Z[ host-image] May 25 00:51:29.821 INFO O| May 25 00:51:29.821 INFO STEP 60 (ensure_file) COMPLETE
95342024-05-25T00:51:30.908Z[ host-image] May 25 00:51:29.821 INFO O| May 25 00:51:29.821 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352024-05-25T00:51:30.908Z[ host-image] May 25 00:51:29.831 INFO O| May 25 00:51:29.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95362024-05-25T00:51:30.908Z[ host-image] May 25 00:51:29.831 INFO O| May 25 00:51:29.831 INFO copying /tmp/.tmpLmHmvV/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 ...
95372024-05-25T00:51:30.908Z[ host-image] May 25 00:51:29.831 INFO O| May 25 00:51:29.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
95382024-05-25T00:51:30.908Z[ host-image] May 25 00:51:29.831 INFO O| May 25 00:51:29.831 INFO ok!
95392024-05-25T00:51:30.908Z[ host-image] May 25 00:51:29.831 INFO O| May 25 00:51:29.831 INFO STEP 61 (ensure_file) COMPLETE
95402024-05-25T00:51:30.908Z[ host-image] May 25 00:51:29.831 INFO O| May 25 00:51:29.831 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412024-05-25T00:51:31.325Z[ host-image] May 25 00:51:29.842 INFO O| May 25 00:51:29.842 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95422024-05-25T00:51:31.325Z[ host-image] May 25 00:51:29.842 INFO O| May 25 00:51:29.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95432024-05-25T00:51:31.325Z[ host-image] May 25 00:51:29.842 INFO O| May 25 00:51:29.842 INFO STEP 62 (ensure_dir) COMPLETE
95442024-05-25T00:51:31.325Z[ host-image] May 25 00:51:29.842 INFO O| May 25 00:51:29.842 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452024-05-25T00:51:31.325Z[ host-image] May 25 00:51:29.853 INFO O| May 25 00:51:29.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95462024-05-25T00:51:31.325Z[ host-image] May 25 00:51:29.853 INFO O| May 25 00:51:29.853 INFO copying /tmp/.tmpLmHmvV/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 ...
95472024-05-25T00:51:31.325Z[ host-image] May 25 00:51:29.853 INFO O| May 25 00:51:29.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95482024-05-25T00:51:31.325Z[ host-image] May 25 00:51:29.853 INFO O| May 25 00:51:29.853 INFO ok!
95492024-05-25T00:51:31.325Z[ host-image] May 25 00:51:29.853 INFO O| May 25 00:51:29.853 INFO STEP 63 (ensure_file) COMPLETE
95502024-05-25T00:51:31.326Z[ host-image] May 25 00:51:29.853 INFO O| May 25 00:51:29.853 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95512024-05-25T00:51:31.330Z[ host-image] May 25 00:51:29.866 INFO O| May 25 00:51:29.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95522024-05-25T00:51:31.330Z[ host-image] May 25 00:51:29.866 INFO O| May 25 00:51:29.866 INFO copying /tmp/.tmpLmHmvV/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 ...
95532024-05-25T00:51:31.330Z[ host-image] May 25 00:51:29.866 INFO O| May 25 00:51:29.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
95542024-05-25T00:51:31.330Z[ host-image] May 25 00:51:29.866 INFO O| May 25 00:51:29.866 INFO ok!
95552024-05-25T00:51:31.330Z[ host-image] May 25 00:51:29.866 INFO O| May 25 00:51:29.866 INFO STEP 64 (ensure_file) COMPLETE
95562024-05-25T00:51:31.330Z[ host-image] May 25 00:51:29.866 INFO O| May 25 00:51:29.866 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95572024-05-25T00:51:31.330Z[ host-image] May 25 00:51:29.877 INFO O| May 25 00:51:29.877 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95582024-05-25T00:51:31.330Z[ host-image] May 25 00:51:29.877 INFO O| May 25 00:51:29.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95592024-05-25T00:51:31.330Z[ host-image] May 25 00:51:29.877 INFO O| May 25 00:51:29.877 INFO STEP 65 (ensure_dir) COMPLETE
95602024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.877 INFO O| May 25 00:51:29.877 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95612024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.888 INFO O| May 25 00:51:29.888 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95622024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.888 INFO O| May 25 00:51:29.888 INFO copying /tmp/.tmpLmHmvV/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 ...
95632024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.888 INFO O| May 25 00:51:29.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95642024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.888 INFO O| May 25 00:51:29.888 INFO ok!
95652024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.888 INFO O| May 25 00:51:29.888 INFO STEP 66 (ensure_file) COMPLETE
95662024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.888 INFO O| May 25 00:51:29.888 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95672024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.898 INFO O| May 25 00:51:29.898 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95682024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.898 INFO O| May 25 00:51:29.898 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
95692024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.898 INFO O| May 25 00:51:29.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
95702024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.898 INFO O| May 25 00:51:29.898 INFO ok!
95712024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.898 INFO O| May 25 00:51:29.898 INFO STEP 67 (ensure_file) COMPLETE
95722024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.898 INFO O| May 25 00:51:29.898 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95732024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.909 INFO O| May 25 00:51:29.908 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95742024-05-25T00:51:31.331Z[ host-image] May 25 00:51:29.909 INFO O| May 25 00:51:29.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95752024-05-25T00:51:31.332Z[ host-image] May 25 00:51:29.909 INFO O| May 25 00:51:29.909 INFO STEP 68 (ensure_dir) COMPLETE
95762024-05-25T00:51:31.332Z[ host-image] May 25 00:51:29.909 INFO O| May 25 00:51:29.909 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-05-25T00:51:31.332Z[ host-image] May 25 00:51:29.919 INFO O| May 25 00:51:29.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95782024-05-25T00:51:31.332Z[ host-image] May 25 00:51:29.919 INFO O| May 25 00:51:29.919 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95792024-05-25T00:51:31.551Z[ host-image] May 25 00:51:30.491 INFO O| May 25 00:51:30.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95802024-05-25T00:51:31.551Z[ host-image] May 25 00:51:30.491 INFO O| May 25 00:51:30.491 INFO ok!
95812024-05-25T00:51:31.555Z[ host-image] May 25 00:51:30.491 INFO O| May 25 00:51:30.491 INFO STEP 69 (ensure_file) COMPLETE
95822024-05-25T00:51:31.555Z[ host-image] May 25 00:51:30.491 INFO O| May 25 00:51:30.491 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-05-25T00:51:31.563Z[ host-image] May 25 00:51:30.504 INFO O| May 25 00:51:30.504 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95842024-05-25T00:51:31.563Z[ host-image] May 25 00:51:30.504 INFO O| May 25 00:51:30.504 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95852024-05-25T00:51:33.098Z[ host-image] May 25 00:51:32.037 INFO O| May 25 00:51:32.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95862024-05-25T00:51:33.098Z[ host-image] May 25 00:51:32.037 INFO O| May 25 00:51:32.037 INFO ok!
95872024-05-25T00:51:33.102Z[ host-image] May 25 00:51:32.037 INFO O| May 25 00:51:32.037 INFO STEP 70 (ensure_file) COMPLETE
95882024-05-25T00:51:33.102Z[ host-image] May 25 00:51:32.037 INFO O| May 25 00:51:32.037 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-05-25T00:51:33.113Z[ host-image] May 25 00:51:32.050 INFO O| May 25 00:51:32.050 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95902024-05-25T00:51:33.128Z[ host-image] May 25 00:51:32.050 INFO O| May 25 00:51:32.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95912024-05-25T00:51:33.128Z[ host-image] May 25 00:51:32.050 INFO O| May 25 00:51:32.050 INFO STEP 71 (ensure_dir) COMPLETE
95922024-05-25T00:51:33.128Z[ host-image] May 25 00:51:32.050 INFO O| May 25 00:51:32.050 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-05-25T00:51:33.141Z[ host-image] May 25 00:51:32.061 INFO O| May 25 00:51:32.061 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95942024-05-25T00:51:33.141Z[ host-image] May 25 00:51:32.061 INFO O| May 25 00:51:32.061 INFO copying /tmp/.tmpLmHmvV/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 ...
95952024-05-25T00:51:33.141Z[ host-image] May 25 00:51:32.061 INFO O| May 25 00:51:32.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95962024-05-25T00:51:33.142Z[ host-image] May 25 00:51:32.061 INFO O| May 25 00:51:32.061 INFO ok!
95972024-05-25T00:51:33.142Z[ host-image] May 25 00:51:32.061 INFO O| May 25 00:51:32.061 INFO STEP 72 (ensure_file) COMPLETE
95982024-05-25T00:51:33.142Z[ host-image] May 25 00:51:32.061 INFO O| May 25 00:51:32.061 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-05-25T00:51:33.143Z[ host-image] May 25 00:51:32.071 INFO O| May 25 00:51:32.071 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96002024-05-25T00:51:33.143Z[ host-image] May 25 00:51:32.071 INFO O| May 25 00:51:32.071 INFO copying /tmp/.tmpLmHmvV/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 ...
96012024-05-25T00:51:33.143Z[ host-image] May 25 00:51:32.072 INFO O| May 25 00:51:32.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
96022024-05-25T00:51:33.143Z[ host-image] May 25 00:51:32.072 INFO O| May 25 00:51:32.071 INFO ok!
96032024-05-25T00:51:33.143Z[ host-image] May 25 00:51:32.072 INFO O| May 25 00:51:32.072 INFO STEP 73 (ensure_file) COMPLETE
96042024-05-25T00:51:33.144Z[ host-image] May 25 00:51:32.072 INFO O| May 25 00:51:32.072 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052024-05-25T00:51:33.151Z[ host-image] May 25 00:51:32.082 INFO O| May 25 00:51:32.082 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96062024-05-25T00:51:33.151Z[ host-image] May 25 00:51:32.082 INFO O| May 25 00:51:32.082 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
96072024-05-25T00:51:33.152Z[ host-image] May 25 00:51:32.082 INFO O| May 25 00:51:32.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
96082024-05-25T00:51:33.152Z[ host-image] May 25 00:51:32.082 INFO O| May 25 00:51:32.082 INFO ok!
96092024-05-25T00:51:33.152Z[ host-image] May 25 00:51:32.082 INFO O| May 25 00:51:32.082 INFO STEP 74 (ensure_file) COMPLETE
96102024-05-25T00:51:33.152Z[ host-image] May 25 00:51:32.082 INFO O| May 25 00:51:32.082 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96112024-05-25T00:51:33.157Z[ host-image] May 25 00:51:32.092 INFO O| May 25 00:51:32.092 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
96122024-05-25T00:51:33.157Z[ host-image] May 25 00:51:32.092 INFO O| May 25 00:51:32.092 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
96132024-05-25T00:51:33.157Z[ host-image] May 25 00:51:32.092 INFO O| May 25 00:51:32.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
96142024-05-25T00:51:33.157Z[ host-image] May 25 00:51:32.092 INFO O| May 25 00:51:32.092 INFO ok!
96152024-05-25T00:51:33.157Z[ host-image] May 25 00:51:32.092 INFO O| May 25 00:51:32.092 INFO STEP 75 (ensure_file) COMPLETE
96162024-05-25T00:51:33.157Z[ host-image] May 25 00:51:32.092 INFO O| May 25 00:51:32.092 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96172024-05-25T00:51:33.162Z[ host-image] May 25 00:51:32.103 INFO O| May 25 00:51:32.103 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96182024-05-25T00:51:33.163Z[ host-image] May 25 00:51:32.103 INFO O| May 25 00:51:32.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96192024-05-25T00:51:33.163Z[ host-image] May 25 00:51:32.103 INFO O| May 25 00:51:32.103 INFO STEP 76 (ensure_dir) COMPLETE
96202024-05-25T00:51:33.166Z[ host-image] May 25 00:51:32.103 INFO O| May 25 00:51:32.103 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96212024-05-25T00:51:33.173Z[ host-image] May 25 00:51:32.113 INFO O| May 25 00:51:32.113 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
96222024-05-25T00:51:33.173Z[ host-image] May 25 00:51:32.113 INFO O| May 25 00:51:32.113 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
96232024-05-25T00:51:33.176Z[ host-image] May 25 00:51:32.116 INFO O| May 25 00:51:32.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
96242024-05-25T00:51:33.177Z[ host-image] May 25 00:51:32.117 INFO O| May 25 00:51:32.116 INFO ok!
96252024-05-25T00:51:33.180Z[ host-image] May 25 00:51:32.117 INFO O| May 25 00:51:32.116 INFO STEP 77 (ensure_file) COMPLETE
96262024-05-25T00:51:33.180Z[ host-image] May 25 00:51:32.117 INFO O| May 25 00:51:32.116 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96272024-05-25T00:51:33.187Z[ host-image] May 25 00:51:32.127 INFO O| May 25 00:51:32.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
96282024-05-25T00:51:33.187Z[ host-image] May 25 00:51:32.127 INFO O| May 25 00:51:32.127 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
96292024-05-25T00:51:33.187Z[ host-image] May 25 00:51:32.127 INFO O| May 25 00:51:32.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
96302024-05-25T00:51:33.187Z[ host-image] May 25 00:51:32.127 INFO O| May 25 00:51:32.127 INFO ok!
96312024-05-25T00:51:33.191Z[ host-image] May 25 00:51:32.127 INFO O| May 25 00:51:32.127 INFO STEP 78 (ensure_file) COMPLETE
96322024-05-25T00:51:33.191Z[ host-image] May 25 00:51:32.127 INFO O| May 25 00:51:32.127 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96332024-05-25T00:51:33.197Z[ host-image] May 25 00:51:32.137 INFO O| May 25 00:51:32.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
96342024-05-25T00:51:33.197Z[ host-image] May 25 00:51:32.137 INFO O| May 25 00:51:32.137 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
96352024-05-25T00:51:34.211Z[ host-image] May 25 00:51:33.150 INFO O| May 25 00:51:33.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
96362024-05-25T00:51:34.211Z[ host-image] May 25 00:51:33.150 INFO O| May 25 00:51:33.150 INFO ok!
96372024-05-25T00:51:34.211Z[ host-image] May 25 00:51:33.150 INFO O| May 25 00:51:33.150 INFO STEP 79 (ensure_file) COMPLETE
96382024-05-25T00:51:34.214Z[ host-image] May 25 00:51:33.150 INFO O| May 25 00:51:33.150 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96392024-05-25T00:51:34.221Z[ host-image] May 25 00:51:33.161 INFO O| May 25 00:51:33.161 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96402024-05-25T00:51:34.225Z[ host-image] May 25 00:51:33.161 INFO O| May 25 00:51:33.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96412024-05-25T00:51:34.225Z[ host-image] May 25 00:51:33.161 INFO O| May 25 00:51:33.161 INFO STEP 80 (ensure_dir) COMPLETE
96422024-05-25T00:51:34.225Z[ host-image] May 25 00:51:33.161 INFO O| May 25 00:51:33.161 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432024-05-25T00:51:34.232Z[ host-image] May 25 00:51:33.172 INFO O| May 25 00:51:33.172 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96442024-05-25T00:51:34.232Z[ host-image] May 25 00:51:33.172 INFO O| May 25 00:51:33.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96452024-05-25T00:51:34.236Z[ host-image] May 25 00:51:33.172 INFO O| May 25 00:51:33.172 INFO STEP 81 (ensure_dir) COMPLETE
96462024-05-25T00:51:34.236Z[ host-image] May 25 00:51:33.172 INFO O| May 25 00:51:33.172 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472024-05-25T00:51:34.242Z[ host-image] May 25 00:51:33.182 INFO O| May 25 00:51:33.182 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96482024-05-25T00:51:34.242Z[ host-image] May 25 00:51:33.182 INFO O| May 25 00:51:33.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96492024-05-25T00:51:34.242Z[ host-image] May 25 00:51:33.182 INFO O| May 25 00:51:33.182 INFO STEP 82 (ensure_dir) COMPLETE
96502024-05-25T00:51:34.246Z[ host-image] May 25 00:51:33.182 INFO O| May 25 00:51:33.182 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96512024-05-25T00:51:34.253Z[ host-image] May 25 00:51:33.192 INFO O| May 25 00:51:33.192 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96522024-05-25T00:51:34.253Z[ host-image] May 25 00:51:33.192 INFO O| May 25 00:51:33.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96532024-05-25T00:51:34.257Z[ host-image] May 25 00:51:33.192 INFO O| May 25 00:51:33.192 INFO STEP 83 (ensure_dir) COMPLETE
96542024-05-25T00:51:34.257Z[ host-image] May 25 00:51:33.192 INFO O| May 25 00:51:33.192 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96552024-05-25T00:51:34.262Z[ host-image] May 25 00:51:33.202 INFO O| May 25 00:51:33.202 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96562024-05-25T00:51:34.262Z[ host-image] May 25 00:51:33.202 INFO O| May 25 00:51:33.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96572024-05-25T00:51:34.262Z[ host-image] May 25 00:51:33.202 INFO O| May 25 00:51:33.202 INFO STEP 84 (ensure_dir) COMPLETE
96582024-05-25T00:51:34.266Z[ host-image] May 25 00:51:33.202 INFO O| May 25 00:51:33.202 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592024-05-25T00:51:34.272Z[ host-image] May 25 00:51:33.212 INFO O| May 25 00:51:33.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
96602024-05-25T00:51:34.272Z[ host-image] May 25 00:51:33.212 INFO O| May 25 00:51:33.212 INFO copying /tmp/.tmpLmHmvV/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 ...
96612024-05-25T00:51:34.286Z[ host-image] May 25 00:51:33.212 INFO O| May 25 00:51:33.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96622024-05-25T00:51:34.286Z[ host-image] May 25 00:51:33.212 INFO O| May 25 00:51:33.212 INFO ok!
96632024-05-25T00:51:34.286Z[ host-image] May 25 00:51:33.212 INFO O| May 25 00:51:33.212 INFO STEP 85 (ensure_file) COMPLETE
96642024-05-25T00:51:34.286Z[ host-image] May 25 00:51:33.212 INFO O| May 25 00:51:33.212 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652024-05-25T00:51:34.289Z[ host-image] May 25 00:51:33.222 INFO O| May 25 00:51:33.222 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96662024-05-25T00:51:34.289Z[ host-image] May 25 00:51:33.222 INFO O| May 25 00:51:33.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96672024-05-25T00:51:34.289Z[ host-image] May 25 00:51:33.222 INFO O| May 25 00:51:33.222 INFO STEP 86 (ensure_dir) COMPLETE
96682024-05-25T00:51:34.290Z[ host-image] May 25 00:51:33.222 INFO O| May 25 00:51:33.222 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96692024-05-25T00:51:34.293Z[ host-image] May 25 00:51:33.232 INFO O| May 25 00:51:33.232 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96702024-05-25T00:51:34.293Z[ host-image] May 25 00:51:33.232 INFO O| May 25 00:51:33.232 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96712024-05-25T00:51:34.293Z[ host-image] May 25 00:51:33.232 INFO O| May 25 00:51:33.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96722024-05-25T00:51:34.293Z[ host-image] May 25 00:51:33.232 INFO O| May 25 00:51:33.232 INFO ok!
96732024-05-25T00:51:34.293Z[ host-image] May 25 00:51:33.232 INFO O| May 25 00:51:33.232 INFO STEP 87 (ensure_file) COMPLETE
96742024-05-25T00:51:34.293Z[ host-image] May 25 00:51:33.233 INFO O| May 25 00:51:33.232 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96752024-05-25T00:51:34.305Z[ host-image] May 25 00:51:33.245 INFO O| May 25 00:51:33.245 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96762024-05-25T00:51:34.305Z[ host-image] May 25 00:51:33.245 INFO O| May 25 00:51:33.245 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96772024-05-25T00:51:34.619Z[ host-image] May 25 00:51:33.558 INFO O| May 25 00:51:33.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96782024-05-25T00:51:34.619Z[ host-image] May 25 00:51:33.558 INFO O| May 25 00:51:33.558 INFO ok!
96792024-05-25T00:51:34.622Z[ host-image] May 25 00:51:33.558 INFO O| May 25 00:51:33.558 INFO STEP 88 (ensure_file) COMPLETE
96802024-05-25T00:51:34.623Z[ host-image] May 25 00:51:33.558 INFO O| May 25 00:51:33.558 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96812024-05-25T00:51:34.631Z[ host-image] May 25 00:51:33.570 INFO O| May 25 00:51:33.570 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96822024-05-25T00:51:34.631Z[ host-image] May 25 00:51:33.570 INFO O| May 25 00:51:33.570 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96832024-05-25T00:51:35.211Z[ host-image] May 25 00:51:34.150 INFO O| May 25 00:51:34.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96842024-05-25T00:51:35.212Z[ host-image] May 25 00:51:34.150 INFO O| May 25 00:51:34.150 INFO ok!
96852024-05-25T00:51:35.216Z[ host-image] May 25 00:51:34.150 INFO O| May 25 00:51:34.150 INFO STEP 89 (ensure_file) COMPLETE
96862024-05-25T00:51:35.216Z[ host-image] May 25 00:51:34.150 INFO O| May 25 00:51:34.150 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96872024-05-25T00:51:35.225Z[ host-image] May 25 00:51:34.164 INFO O| May 25 00:51:34.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96882024-05-25T00:51:35.225Z[ host-image] May 25 00:51:34.164 INFO O| May 25 00:51:34.164 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96892024-05-25T00:51:35.225Z[ host-image] May 25 00:51:34.164 INFO O| May 25 00:51:34.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96902024-05-25T00:51:35.225Z[ host-image] May 25 00:51:34.164 INFO O| May 25 00:51:34.164 INFO ok!
96912024-05-25T00:51:35.228Z[ host-image] May 25 00:51:34.164 INFO O| May 25 00:51:34.164 INFO STEP 90 (ensure_file) COMPLETE
96922024-05-25T00:51:35.229Z[ host-image] May 25 00:51:34.164 INFO O| May 25 00:51:34.164 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96932024-05-25T00:51:35.235Z[ host-image] May 25 00:51:34.175 INFO O| May 25 00:51:34.175 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
96942024-05-25T00:51:35.235Z[ host-image] May 25 00:51:34.175 INFO O| May 25 00:51:34.175 INFO copying /tmp/.tmpLmHmvV/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
96952024-05-25T00:51:37.753Z[ recovery-image] May 25 00:51:36.686 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)
96962024-05-25T00:51:40.528Z[ recovery-image] May 25 00:51:39.463 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)
96972024-05-25T00:51:40.532Z[ host-image] May 25 00:51:39.465 INFO O| May 25 00:51:39.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
96982024-05-25T00:51:40.532Z[ host-image] May 25 00:51:39.465 INFO O| May 25 00:51:39.464 INFO ok!
96992024-05-25T00:51:40.532Z[ host-image] May 25 00:51:39.465 INFO O| May 25 00:51:39.465 INFO STEP 91 (ensure_file) COMPLETE
97002024-05-25T00:51:40.532Z[ host-image] May 25 00:51:39.465 INFO O| May 25 00:51:39.465 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012024-05-25T00:51:40.542Z[ host-image] May 25 00:51:39.480 INFO O| May 25 00:51:39.480 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97022024-05-25T00:51:40.542Z[ host-image] May 25 00:51:39.480 INFO O| May 25 00:51:39.480 INFO STEP 92 (ensure_dir) COMPLETE
97032024-05-25T00:51:40.545Z[ host-image] May 25 00:51:39.480 INFO O| May 25 00:51:39.480 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042024-05-25T00:51:40.559Z[ host-image] May 25 00:51:39.497 INFO O| May 25 00:51:39.497 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97052024-05-25T00:51:40.559Z[ host-image] May 25 00:51:39.497 INFO O| May 25 00:51:39.497 INFO STEP 93 (ensure_dir) COMPLETE
97062024-05-25T00:51:40.559Z[ host-image] May 25 00:51:39.497 INFO O| May 25 00:51:39.497 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072024-05-25T00:51:40.572Z[ host-image] May 25 00:51:39.510 INFO O| May 25 00:51:39.510 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97082024-05-25T00:51:40.572Z[ host-image] May 25 00:51:39.510 INFO O| May 25 00:51:39.510 INFO STEP 94 (ensure_dir) COMPLETE
97092024-05-25T00:51:40.576Z[ host-image] May 25 00:51:39.510 INFO O| May 25 00:51:39.510 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102024-05-25T00:51:40.588Z[ host-image] May 25 00:51:39.526 INFO O| May 25 00:51:39.526 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97112024-05-25T00:51:40.588Z[ host-image] May 25 00:51:39.526 INFO O| May 25 00:51:39.526 INFO STEP 95 (ensure_dir) COMPLETE
97122024-05-25T00:51:40.591Z[ host-image] May 25 00:51:39.526 INFO O| May 25 00:51:39.526 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132024-05-25T00:51:40.613Z[ host-image] May 25 00:51:39.543 INFO O| May 25 00:51:39.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97142024-05-25T00:51:40.613Z[ host-image] May 25 00:51:39.543 INFO O| May 25 00:51:39.543 INFO copying /tmp/.tmpLmHmvV/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 ...
97152024-05-25T00:51:40.617Z[ host-image] May 25 00:51:39.543 INFO O| May 25 00:51:39.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97162024-05-25T00:51:40.617Z[ host-image] May 25 00:51:39.543 INFO O| May 25 00:51:39.543 INFO ok!
97172024-05-25T00:51:40.617Z[ host-image] May 25 00:51:39.543 INFO O| May 25 00:51:39.543 INFO STEP 96 (ensure_file) COMPLETE
97182024-05-25T00:51:40.617Z[ host-image] May 25 00:51:39.543 INFO O| May 25 00:51:39.543 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192024-05-25T00:51:40.624Z[ host-image] May 25 00:51:39.562 INFO O| May 25 00:51:39.562 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97202024-05-25T00:51:40.624Z[ host-image] May 25 00:51:39.562 INFO O| May 25 00:51:39.562 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97212024-05-25T00:51:40.628Z[ host-image] May 25 00:51:39.562 INFO O| May 25 00:51:39.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97222024-05-25T00:51:40.628Z[ host-image] May 25 00:51:39.562 INFO O| May 25 00:51:39.562 INFO STEP 97 (ensure_dir) COMPLETE
97232024-05-25T00:51:40.628Z[ host-image] May 25 00:51:39.562 INFO O| May 25 00:51:39.562 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97242024-05-25T00:51:40.642Z[ host-image] May 25 00:51:39.580 INFO O| May 25 00:51:39.580 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97252024-05-25T00:51:40.642Z[ host-image] May 25 00:51:39.580 INFO O| May 25 00:51:39.580 INFO copying /tmp/.tmpLmHmvV/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97262024-05-25T00:51:40.645Z[ host-image] May 25 00:51:39.580 INFO O| May 25 00:51:39.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97272024-05-25T00:51:40.645Z[ host-image] May 25 00:51:39.580 INFO O| May 25 00:51:39.580 INFO ok!
97282024-05-25T00:51:40.645Z[ host-image] May 25 00:51:39.580 INFO O| May 25 00:51:39.580 INFO STEP 98 (ensure_file) COMPLETE
97292024-05-25T00:51:40.646Z[ host-image] May 25 00:51:39.580 INFO O| May 25 00:51:39.580 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97302024-05-25T00:51:40.659Z[ host-image] May 25 00:51:39.597 INFO O| May 25 00:51:39.597 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97312024-05-25T00:51:40.662Z[ host-image] May 25 00:51:39.597 INFO O| May 25 00:51:39.597 INFO STEP 99 (remove_files) COMPLETE
97322024-05-25T00:51:40.662Z[ host-image] May 25 00:51:39.597 INFO O| May 25 00:51:39.597 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97332024-05-25T00:51:40.696Z[ host-image] May 25 00:51:39.634 INFO O| May 25 00:51:39.634 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97342024-05-25T00:51:40.700Z[ host-image] May 25 00:51:39.634 INFO O| May 25 00:51:39.634 INFO STEP 100 (remove_files) COMPLETE
97352024-05-25T00:51:40.700Z[ host-image] May 25 00:51:39.634 INFO O| May 25 00:51:39.634 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97362024-05-25T00:51:40.713Z[ host-image] May 25 00:51:39.651 INFO O| May 25 00:51:39.651 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97372024-05-25T00:51:40.717Z[ host-image] May 25 00:51:39.652 INFO O| May 25 00:51:39.651 INFO STEP 101 (remove_files) COMPLETE
97382024-05-25T00:51:40.717Z[ host-image] May 25 00:51:39.652 INFO O| May 25 00:51:39.652 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97392024-05-25T00:51:40.733Z[ host-image] May 25 00:51:39.671 INFO O| May 25 00:51:39.670 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97402024-05-25T00:51:40.748Z[ host-image] May 25 00:51:39.671 INFO O| May 25 00:51:39.671 INFO STEP 102 (remove_files) COMPLETE
97412024-05-25T00:51:40.748Z[ host-image] May 25 00:51:39.671 INFO O| May 25 00:51:39.671 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97422024-05-25T00:51:40.757Z[ host-image] May 25 00:51:39.688 INFO O| May 25 00:51:39.688 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97432024-05-25T00:51:40.757Z[ host-image] May 25 00:51:39.688 INFO O| May 25 00:51:39.688 INFO STEP 103 (remove_files) COMPLETE
97442024-05-25T00:51:40.757Z[ host-image] May 25 00:51:39.689 INFO O| May 25 00:51:39.688 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97452024-05-25T00:51:40.778Z[ host-image] May 25 00:51:39.707 INFO O| May 25 00:51:39.707 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97462024-05-25T00:51:40.786Z[ host-image] May 25 00:51:39.707 INFO O| May 25 00:51:39.707 INFO STEP 104 (remove_files) COMPLETE
97472024-05-25T00:51:40.787Z[ host-image] May 25 00:51:39.708 INFO O| May 25 00:51:39.707 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97482024-05-25T00:51:40.794Z[ host-image] May 25 00:51:39.724 INFO O| May 25 00:51:39.724 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97492024-05-25T00:51:40.794Z[ host-image] May 25 00:51:39.724 INFO O| May 25 00:51:39.724 INFO STEP 105 (remove_files) COMPLETE
97502024-05-25T00:51:40.794Z[ host-image] May 25 00:51:39.724 INFO O| May 25 00:51:39.724 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97512024-05-25T00:51:40.804Z[ host-image] May 25 00:51:39.741 INFO O| May 25 00:51:39.741 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97522024-05-25T00:51:40.816Z[ host-image] May 25 00:51:39.741 INFO O| May 25 00:51:39.741 INFO STEP 106 (remove_files) COMPLETE
97532024-05-25T00:51:40.816Z[ host-image] May 25 00:51:39.741 INFO O| May 25 00:51:39.741 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97542024-05-25T00:51:40.825Z[ host-image] May 25 00:51:39.759 INFO O| May 25 00:51:39.759 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97552024-05-25T00:51:40.826Z[ host-image] May 25 00:51:39.759 INFO O| May 25 00:51:39.759 INFO STEP 107 (remove_files) COMPLETE
97562024-05-25T00:51:40.830Z[ host-image] May 25 00:51:39.759 INFO O| May 25 00:51:39.759 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97572024-05-25T00:51:40.840Z[ host-image] May 25 00:51:39.778 INFO O| May 25 00:51:39.778 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97582024-05-25T00:51:40.844Z[ host-image] May 25 00:51:39.778 INFO O| May 25 00:51:39.778 INFO STEP 108 (remove_files) COMPLETE
97592024-05-25T00:51:40.844Z[ host-image] May 25 00:51:39.778 INFO O| May 25 00:51:39.778 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97602024-05-25T00:51:40.858Z[ host-image] May 25 00:51:39.795 INFO O| May 25 00:51:39.795 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97612024-05-25T00:51:40.858Z[ host-image] May 25 00:51:39.796 INFO O| May 25 00:51:39.795 INFO STEP 109 (remove_files) COMPLETE
97622024-05-25T00:51:40.863Z[ host-image] May 25 00:51:39.796 INFO O| May 25 00:51:39.795 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97632024-05-25T00:51:40.874Z[ host-image] May 25 00:51:39.812 INFO O| May 25 00:51:39.812 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
97642024-05-25T00:51:40.874Z[ host-image] May 25 00:51:39.812 INFO O| May 25 00:51:39.812 INFO STEP 110 (remove_files) COMPLETE
97652024-05-25T00:51:40.874Z[ host-image] May 25 00:51:39.812 INFO O| May 25 00:51:39.812 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97662024-05-25T00:51:40.891Z[ host-image] May 25 00:51:39.829 INFO O| May 25 00:51:39.829 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
97672024-05-25T00:51:40.891Z[ host-image] May 25 00:51:39.829 INFO O| May 25 00:51:39.829 INFO STEP 111 (remove_files) COMPLETE
97682024-05-25T00:51:40.891Z[ host-image] May 25 00:51:39.829 INFO O| May 25 00:51:39.829 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97692024-05-25T00:51:40.908Z[ host-image] May 25 00:51:39.846 INFO O| May 25 00:51:39.846 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
97702024-05-25T00:51:40.908Z[ host-image] May 25 00:51:39.846 INFO O| May 25 00:51:39.846 INFO STEP 112 (remove_files) COMPLETE
97712024-05-25T00:51:40.908Z[ host-image] May 25 00:51:39.846 INFO O| May 25 00:51:39.846 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97722024-05-25T00:51:40.928Z[ host-image] May 25 00:51:39.865 INFO O| May 25 00:51:39.865 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
97732024-05-25T00:51:40.928Z[ host-image] May 25 00:51:39.865 INFO O| May 25 00:51:39.865 INFO STEP 113 (remove_files) COMPLETE
97742024-05-25T00:51:40.931Z[ host-image] May 25 00:51:39.865 INFO O| May 25 00:51:39.865 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97752024-05-25T00:51:40.945Z[ host-image] May 25 00:51:39.883 INFO O| May 25 00:51:39.883 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
97762024-05-25T00:51:40.945Z[ host-image] May 25 00:51:39.883 INFO O| May 25 00:51:39.883 INFO STEP 114 (remove_files) COMPLETE
97772024-05-25T00:51:40.945Z[ host-image] May 25 00:51:39.883 INFO O| May 25 00:51:39.883 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97782024-05-25T00:51:40.959Z[ host-image] May 25 00:51:39.897 INFO O| May 25 00:51:39.897 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
97792024-05-25T00:51:40.959Z[ host-image] May 25 00:51:39.897 INFO O| May 25 00:51:39.897 INFO STEP 115 (remove_files) COMPLETE
97802024-05-25T00:51:40.959Z[ host-image] May 25 00:51:39.897 INFO O| May 25 00:51:39.897 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97812024-05-25T00:51:40.975Z[ host-image] May 25 00:51:39.912 INFO O| May 25 00:51:39.912 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
97822024-05-25T00:51:40.975Z[ host-image] May 25 00:51:39.912 INFO O| May 25 00:51:39.912 INFO STEP 116 (remove_files) COMPLETE
97832024-05-25T00:51:40.975Z[ host-image] May 25 00:51:39.912 INFO O| May 25 00:51:39.912 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842024-05-25T00:51:40.988Z[ host-image] May 25 00:51:39.926 INFO O| May 25 00:51:39.926 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
97852024-05-25T00:51:40.988Z[ host-image] May 25 00:51:39.926 INFO O| May 25 00:51:39.926 INFO STEP 117 (remove_files) COMPLETE
97862024-05-25T00:51:40.988Z[ host-image] May 25 00:51:39.926 INFO O| May 25 00:51:39.926 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872024-05-25T00:51:41.005Z[ host-image] May 25 00:51:39.939 INFO O| May 25 00:51:39.939 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
97882024-05-25T00:51:41.005Z[ host-image] May 25 00:51:39.939 INFO O| May 25 00:51:39.939 INFO STEP 118 (remove_files) COMPLETE
97892024-05-25T00:51:41.005Z[ host-image] May 25 00:51:39.939 INFO O| May 25 00:51:39.939 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97902024-05-25T00:51:41.018Z[ host-image] May 25 00:51:39.955 INFO O| May 25 00:51:39.955 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
97912024-05-25T00:51:41.018Z[ host-image] May 25 00:51:39.955 INFO O| May 25 00:51:39.955 INFO STEP 119 (remove_files) COMPLETE
97922024-05-25T00:51:41.021Z[ host-image] May 25 00:51:39.955 INFO O| May 25 00:51:39.955 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97932024-05-25T00:51:41.033Z[ host-image] May 25 00:51:39.971 INFO O| May 25 00:51:39.971 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
97942024-05-25T00:51:41.033Z[ host-image] May 25 00:51:39.971 INFO O| May 25 00:51:39.971 INFO STEP 120 (remove_files) COMPLETE
97952024-05-25T00:51:41.033Z[ host-image] May 25 00:51:39.971 INFO O| May 25 00:51:39.971 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97962024-05-25T00:51:41.047Z[ host-image] May 25 00:51:39.985 INFO O| May 25 00:51:39.985 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
97972024-05-25T00:51:41.047Z[ host-image] May 25 00:51:39.985 INFO O| May 25 00:51:39.985 INFO STEP 121 (remove_files) COMPLETE
97982024-05-25T00:51:41.047Z[ host-image] May 25 00:51:39.985 INFO O| May 25 00:51:39.985 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97992024-05-25T00:51:41.061Z[ host-image] May 25 00:51:39.999 INFO O| May 25 00:51:39.998 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98002024-05-25T00:51:41.061Z[ host-image] May 25 00:51:39.999 INFO O| May 25 00:51:39.999 INFO STEP 122 (remove_files) COMPLETE
98012024-05-25T00:51:41.061Z[ host-image] May 25 00:51:39.999 INFO O| May 25 00:51:39.999 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98022024-05-25T00:51:41.074Z[ host-image] May 25 00:51:40.012 INFO O| May 25 00:51:40.012 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98032024-05-25T00:51:41.074Z[ host-image] May 25 00:51:40.012 INFO O| May 25 00:51:40.012 INFO STEP 123 (remove_files) COMPLETE
98042024-05-25T00:51:41.075Z[ host-image] May 25 00:51:40.012 INFO O| May 25 00:51:40.012 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98052024-05-25T00:51:41.101Z[ host-image] May 25 00:51:40.029 INFO O| May 25 00:51:40.029 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98062024-05-25T00:51:41.101Z[ host-image] May 25 00:51:40.029 INFO O| May 25 00:51:40.029 INFO STEP 124 (remove_files) COMPLETE
98072024-05-25T00:51:41.105Z[ host-image] May 25 00:51:40.029 INFO O| May 25 00:51:40.029 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98082024-05-25T00:51:41.108Z[ host-image] May 25 00:51:40.044 INFO O| May 25 00:51:40.044 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98092024-05-25T00:51:41.108Z[ host-image] May 25 00:51:40.044 INFO O| May 25 00:51:40.044 INFO STEP 125 (remove_files) COMPLETE
98102024-05-25T00:51:41.108Z[ host-image] May 25 00:51:40.044 INFO O| May 25 00:51:40.044 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98112024-05-25T00:51:41.120Z[ host-image] May 25 00:51:40.057 INFO O| May 25 00:51:40.057 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98122024-05-25T00:51:41.120Z[ host-image] May 25 00:51:40.057 INFO O| May 25 00:51:40.057 INFO STEP 126 (remove_files) COMPLETE
98132024-05-25T00:51:41.123Z[ host-image] May 25 00:51:40.057 INFO O| May 25 00:51:40.057 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98142024-05-25T00:51:41.132Z[ host-image] May 25 00:51:40.070 INFO O| May 25 00:51:40.070 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98152024-05-25T00:51:41.132Z[ host-image] May 25 00:51:40.070 INFO O| May 25 00:51:40.070 INFO STEP 127 (remove_files) COMPLETE
98162024-05-25T00:51:41.136Z[ host-image] May 25 00:51:40.070 INFO O| May 25 00:51:40.070 INFO STEP 128: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98172024-05-25T00:51:41.151Z[ host-image] May 25 00:51:40.088 INFO O| May 25 00:51:40.088 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98182024-05-25T00:51:41.151Z[ host-image] May 25 00:51:40.089 INFO O| May 25 00:51:40.088 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98192024-05-25T00:51:43.995Z[ recovery-image] May 25 00:51:42.932 INFO E| Compiling bitflags v1.3.2
98202024-05-25T00:51:43.995Z[ recovery-image] May 25 00:51:42.932 INFO E| Compiling scroll v0.12.0
98212024-05-25T00:51:43.996Z[ recovery-image] May 25 00:51:42.932 INFO E| Compiling log v0.4.21
98222024-05-25T00:51:44.000Z[ recovery-image] May 25 00:51:42.932 INFO E| Compiling bit_field v0.10.2
98232024-05-25T00:51:44.000Z[ recovery-image] May 25 00:51:42.932 INFO E| Compiling plain v0.2.3
98242024-05-25T00:51:44.000Z[ recovery-image] May 25 00:51:42.932 INFO E| Compiling adler v1.0.2
98252024-05-25T00:51:44.000Z[ recovery-image] May 25 00:51:42.932 INFO E| Compiling bitstruct v0.1.1
98262024-05-25T00:51:44.088Z[ recovery-image] May 25 00:51:43.025 INFO E| Compiling raw-cpuid v10.7.0
98272024-05-25T00:51:44.104Z[ recovery-image] May 25 00:51:43.041 INFO E| Compiling cpio_reader v0.1.1
98282024-05-25T00:51:44.163Z[ recovery-image] May 25 00:51:43.100 INFO E| Compiling miniz_oxide v0.7.2
98292024-05-25T00:51:44.252Z[ recovery-image] May 25 00:51:43.188 INFO E| Compiling static_assertions v1.1.0
98302024-05-25T00:51:44.540Z[ recovery-image] May 25 00:51:43.477 INFO E| Compiling goblin v0.8.0
98312024-05-25T00:51:50.951Z[ host-image] May 25 00:51:49.884 INFO O| May 25 00:51:49.884 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
98322024-05-25T00:51:50.952Z[ host-image] May 25 00:51:49.884 INFO O| May 25 00:51:49.884 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98332024-05-25T00:51:50.963Z[ host-image] May 25 00:51:49.898 INFO O| May 25 00:51:49.898 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"}
98342024-05-25T00:51:51.046Z[ host-image] May 25 00:51:49.981 INFO O| May 25 00:51:49.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98352024-05-25T00:51:51.047Z[ host-image] May 25 00:51:49.981 INFO O| May 25 00:51:49.981 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98362024-05-25T00:51:51.050Z[ host-image] May 25 00:51:49.983 INFO O| May 25 00:51:49.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98372024-05-25T00:51:51.050Z[ host-image] May 25 00:51:49.983 INFO O| May 25 00:51:49.983 INFO ok!
98382024-05-25T00:51:51.050Z[ host-image] May 25 00:51:49.983 INFO O| May 25 00:51:49.983 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98392024-05-25T00:51:51.050Z[ host-image] May 25 00:51:49.983 INFO O| May 25 00:51:49.983 INFO STEP 128 (seed_smf) COMPLETE
98402024-05-25T00:51:51.050Z[ host-image] May 25 00:51:49.983 INFO O| May 25 00:51:49.983 INFO steps complete; finalising image!
98412024-05-25T00:51:51.051Z[ host-image] May 25 00:51:49.983 INFO O| May 25 00:51:49.983 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98422024-05-25T00:51:51.195Z[ host-image] May 25 00:51:50.130 INFO O| May 25 00:51:50.130 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat May 25 00:51:49 2024)
98432024-05-25T00:51:51.416Z[ host-image] May 25 00:51:50.351 INFO O| May 25 00:51:50.351 INFO temporary pool has 633M used, 199M avail, 1.90x compressratio
98442024-05-25T00:51:51.417Z[ host-image] May 25 00:51:50.351 INFO O| May 25 00:51:50.351 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98452024-05-25T00:51:51.723Z[ host-image] May 25 00:51:50.655 INFO O| May 25 00:51:50.655 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98462024-05-25T00:51:51.723Z[ host-image] May 25 00:51:50.655 INFO O| May 25 00:51:50.655 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98472024-05-25T00:51:51.825Z[ recovery-image] May 25 00:51:50.759 INFO E| Finished `release` profile [optimized] target(s) in 45.72s
98482024-05-25T00:51:51.856Z[ recovery-image] May 25 00:51:50.781 INFO building host image...
98492024-05-25T00:51:51.859Z[ recovery-image] May 25 00:51:50.781 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")
98502024-05-25T00:51:52.317Z[ recovery-image] May 25 00:51:51.251 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
98512024-05-25T00:51:52.805Z[ host-image] May 25 00:51:51.740 INFO O| May 25 00:51:51.740 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98522024-05-25T00:51:52.805Z[ host-image] May 25 00:51:51.740 INFO O| May 25 00:51:51.740 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98532024-05-25T00:51:52.809Z[ host-image] May 25 00:51:51.740 INFO O| May 25 00:51:51.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98542024-05-25T00:51:52.809Z[ host-image] May 25 00:51:51.740 INFO O| May 25 00:51:51.740 INFO completed processing gimlet/zfs
98552024-05-25T00:51:52.809Z[ host-image] May 25 00:51:51.740 INFO O| May 25 00:51:51.740 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98562024-05-25T00:51:53.603Z[ recovery-image] May 25 00:51:52.538 INFO image complete! materials are in "/work/os-recovery"
98572024-05-25T00:51:53.607Z[ recovery-image]
98582024-05-25T00:51:53.607Z[ recovery-image] real 7:07.214437644
98592024-05-25T00:51:53.607Z[ recovery-image] user 4:45.148035824
98602024-05-25T00:51:53.607Z[ recovery-image] sys 1:13.709771810
98612024-05-25T00:51:53.607Z[ recovery-image] trap 0.272287411
98622024-05-25T00:51:53.607Z[ recovery-image] tflt 0.452065134
98632024-05-25T00:51:53.607Z[ recovery-image] dflt 1.656875150
98642024-05-25T00:51:53.608Z[ recovery-image] kflt 0.000003998
98652024-05-25T00:51:53.608Z[ recovery-image] lock 9:42.573544021
98662024-05-25T00:51:53.608Z[ recovery-image] slp 40:42.980861347
98672024-05-25T00:51:53.608Z[ recovery-image] lat 1:59.789955234
98682024-05-25T00:51:53.608Z[ recovery-image] stop 7.029807159
98692024-05-25T00:51:53.608ZMay 25 00:51:52.541 INFO [recovery-image] process exited with exit status: 0 (427.235337167s)
98702024-05-25T00:51:58.934Z[ host-image] May 25 00:51:57.864 INFO O| May 25 00:51:57.864 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98712024-05-25T00:51:59.075Z[ host-image] May 25 00:51:58.005 INFO BUILD STRING "heads/stlouis-0-g004716a0dd\n"
98722024-05-25T00:51:59.076Z[ host-image] May 25 00:51:58.005 INFO expanded image name: "ci 0871b51/${os_short_commit} 2024-05-25 00:20" -> "ci 0871b51/004716a 2024-05-25 00:20"
98732024-05-25T00:51:59.086Z[ host-image] May 25 00:51:58.005 INFO output artefacts stored in: "/work/os-host"
98742024-05-25T00:51:59.086Z[ host-image] May 25 00:51:58.006 INFO collecting git info from project "amd-host-image-builder"...
98752024-05-25T00:51:59.092Z[ host-image] May 25 00:51:58.021 INFO collecting git info from project "amd-firmware"...
98762024-05-25T00:51:59.102Z[ host-image] May 25 00:51:58.028 INFO collecting git info from project "phbl"...
98772024-05-25T00:51:59.110Z[ host-image] May 25 00:51:58.033 INFO collecting git info from project "image-builder"...
98782024-05-25T00:51:59.110Z[ host-image] May 25 00:51:58.037 INFO collecting git info from project "chelsio-t6-roms"...
98792024-05-25T00:51:59.110Z[ host-image] May 25 00:51:58.042 INFO collecting git info from project "bootserver"...
98802024-05-25T00:51:59.134Z[ host-image] May 25 00:51:58.046 INFO collecting git info from project "pinprick"...
98812024-05-25T00:51:59.134Z[ host-image] May 25 00:51:58.050 INFO collecting git info from project "pilot"...
98822024-05-25T00:51:59.134Z[ host-image] May 25 00:51:58.056 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98832024-05-25T00:51:59.498Z[ host-image] May 25 00:51:58.431 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98842024-05-25T00:51:59.860Z[ host-image] May 25 00:51:58.790 INFO creating Oxide boot image...
98852024-05-25T00:51:59.860Z[ host-image] May 25 00:51:58.790 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 0871b51/004716a 2024-05-25 00:20", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98862024-05-25T00:52:00.818Z[ host-image] May 25 00:51:59.750 INFO O| ok, image written!
98872024-05-25T00:52:00.818Z[ host-image] May 25 00:51:59.750 INFO O| ok, boot_image_csum file written!
98882024-05-25T00:52:00.822Z[ host-image] May 25 00:51:59.753 INFO creating boot archive (CPIO)...
98892024-05-25T00:52:00.822Z[ host-image] May 25 00:51:59.753 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
98902024-05-25T00:52:00.828Z[ host-image] May 25 00:51:59.761 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98912024-05-25T00:52:00.828Z[ host-image] May 25 00:51:59.761 INFO E| + outfile=/work/os-host/cpio
98922024-05-25T00:52:00.828Z[ host-image] May 25 00:51:59.761 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
98932024-05-25T00:52:00.832Z[ host-image] May 25 00:51:59.763 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
98942024-05-25T00:52:00.832Z[ host-image] May 25 00:51:59.763 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
98952024-05-25T00:52:00.867Z[ host-image] May 25 00:51:59.799 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
98962024-05-25T00:52:00.867Z[ host-image] May 25 00:51:59.800 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
98972024-05-25T00:52:00.875Z[ host-image] May 25 00:51:59.808 INFO creating compressed cpio/unix for nanobl-rs...
98982024-05-25T00:52:00.875Z[ host-image] May 25 00:51:59.808 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
98992024-05-25T00:52:01.172Z[ host-image] May 25 00:52:00.104 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99002024-05-25T00:52:05.565Z[ host-image] May 25 00:52:04.495 INFO creating reset image...
99012024-05-25T00:52:05.568Z[ host-image] May 25 00:52:04.495 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99022024-05-25T00:52:05.662Z[ host-image] May 25 00:52:04.594 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
99032024-05-25T00:52:05.666Z[ host-image] May 25 00:52:04.595 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99042024-05-25T00:52:05.742Z[ host-image] May 25 00:52:04.668 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99052024-05-25T00:52:08.070Z[ host-image] May 25 00:52:07.000 INFO E| Finished `release` profile [optimized] target(s) in 2.39s
99062024-05-25T00:52:08.081Z[ host-image] May 25 00:52:07.013 INFO building host image...
99072024-05-25T00:52:08.085Z[ host-image] May 25 00:52:07.013 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")
99082024-05-25T00:52:08.542Z[ host-image] May 25 00:52:07.473 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99092024-05-25T00:52:49.447Z[ host-image] May 25 00:52:48.367 INFO image complete! materials are in "/work/os-host"
99102024-05-25T00:52:49.450Z[ host-image]
99112024-05-25T00:52:49.450Z[ host-image] real 8:36.104570504
99122024-05-25T00:52:49.450Z[ host-image] user 4:04.964811754
99132024-05-25T00:52:49.450Z[ host-image] sys 58.700883002
99142024-05-25T00:52:49.450Z[ host-image] trap 0.180336619
99152024-05-25T00:52:49.451Z[ host-image] tflt 0.027569998
99162024-05-25T00:52:49.451Z[ host-image] dflt 0.037834333
99172024-05-25T00:52:49.451Z[ host-image] kflt 0.000016645
99182024-05-25T00:52:49.451Z[ host-image] lock 35.498544144
99192024-05-25T00:52:49.451Z[ host-image] slp 45:23.443743599
99202024-05-25T00:52:49.451ZMay 25 00:52:48.371 INFO [host-image] process exited with exit status: 0 (516.118336488s)
99212024-05-25T00:52:49.451Z[ host-image] lat 1:31.267936723
99222024-05-25T00:52:49.451Z[ host-image] stop 0.770163118
99232024-05-25T00:52:49.451ZMay 25 00:52:48.371 INFO [tuf-repo] running task
99242024-05-25T00:52:56.250ZMay 25 00:52:55.169 INFO assembling repository in `/tmp/tufaceousSvThRU`, component: OmicronRepoAssembler
99252024-05-25T00:53:00.886ZMay 25 00:52:59.803 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99262024-05-25T00:53:01.093ZMay 25 00:53:00.010 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99272024-05-25T00:53:11.933ZMay 25 00:53:10.848 INFO [tuf-repo] task succeeded (22.476638959s)
99282024-05-25T00:53:11.933ZMay 25 00:53:10.848 INFO all jobs completed in 1951.99992128s
99292024-05-25T00:53:12.454Zprocess exited: duration 2466918 ms, exit code 0
 
99302024-05-25T00:53:12.466Zfound 32 output files
99312024-05-25T00:53:12.466Zuploading: /work/manifest.toml (6876 bytes)
99322024-05-25T00:53:13.485Zuploaded: /work/manifest.toml
99332024-05-25T00:53:13.485Zuploading: /work/repo.zip (1709353491 bytes)
99342024-05-25T01:01:56.849Zuploaded: /work/repo.zip
99352024-05-25T01:01:56.851Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99362024-05-25T01:01:57.862Zuploaded: /work/repo.zip.sha256.txt
99372024-05-25T01:01:57.862Zuploading: /work/helios-setup.log (55571 bytes)
99382024-05-25T01:01:58.877Zuploaded: /work/helios-setup.log
99392024-05-25T01:01:58.877Zuploading: /work/host-image.log (171209 bytes)
99402024-05-25T01:01:59.898Zuploaded: /work/host-image.log
99412024-05-25T01:01:59.902Zuploading: /work/host-package.log (15383 bytes)
99422024-05-25T01:02:00.910Zuploaded: /work/host-package.log
99432024-05-25T01:02:00.911Zuploading: /work/host-target.log (101 bytes)
99442024-05-25T01:02:01.923Zuploaded: /work/host-target.log
99452024-05-25T01:02:01.923Zuploading: /work/omicron-package.log (4515 bytes)
99462024-05-25T01:02:02.934Zuploaded: /work/omicron-package.log
99472024-05-25T01:02:02.939Zuploading: /work/phbl-toolchain.log (881 bytes)
99482024-05-25T01:02:03.947Zuploaded: /work/phbl-toolchain.log
99492024-05-25T01:02:03.947Zuploading: /work/recovery-image.log (591532 bytes)
99502024-05-25T01:02:04.989Zuploaded: /work/recovery-image.log
99512024-05-25T01:02:04.990Zuploading: /work/recovery-package.log (300 bytes)
99522024-05-25T01:02:06.000Zuploaded: /work/recovery-package.log
99532024-05-25T01:02:06.004Zuploading: /work/recovery-target.log (98 bytes)
99542024-05-25T01:02:07.012Zuploaded: /work/recovery-target.log
99552024-05-25T01:02:07.012Zuploading: /work/stamp-clickhouse.log (117 bytes)
99562024-05-25T01:02:08.023Zuploaded: /work/stamp-clickhouse.log
99572024-05-25T01:02:08.023Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99582024-05-25T01:02:09.032Zuploaded: /work/stamp-clickhouse_keeper.log
99592024-05-25T01:02:09.033Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99602024-05-25T01:02:10.043Zuploaded: /work/stamp-cockroachdb.log
99612024-05-25T01:02:10.043Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99622024-05-25T01:02:11.054Zuploaded: /work/stamp-crucible-pantry-zone.log
99632024-05-25T01:02:11.054Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99642024-05-25T01:02:12.065Zuploaded: /work/stamp-crucible-zone.log
99652024-05-25T01:02:12.065Zuploading: /work/stamp-external-dns.log (119 bytes)
99662024-05-25T01:02:13.075Zuploaded: /work/stamp-external-dns.log
99672024-05-25T01:02:13.079Zuploading: /work/stamp-installinator.log (103 bytes)
99682024-05-25T01:02:14.088Zuploaded: /work/stamp-installinator.log
99692024-05-25T01:02:14.088Zuploading: /work/stamp-internal-dns.log (119 bytes)
99702024-05-25T01:02:15.097Zuploaded: /work/stamp-internal-dns.log
99712024-05-25T01:02:15.097Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99722024-05-25T01:02:16.107Zuploaded: /work/stamp-mg-ddm-gz.log
99732024-05-25T01:02:16.107Zuploading: /work/stamp-nexus.log (112 bytes)
99742024-05-25T01:02:17.119Zuploaded: /work/stamp-nexus.log
99752024-05-25T01:02:17.123Zuploading: /work/stamp-ntp.log (110 bytes)
99762024-05-25T01:02:18.140Zuploaded: /work/stamp-ntp.log
99772024-05-25T01:02:18.144Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99782024-05-25T01:02:19.151Zuploaded: /work/stamp-omicron-sled-agent.log
99792024-05-25T01:02:19.151Zuploading: /work/stamp-overlay.log (114 bytes)
99802024-05-25T01:02:20.161Zuploaded: /work/stamp-overlay.log
99812024-05-25T01:02:20.164Zuploading: /work/stamp-oximeter.log (115 bytes)
99822024-05-25T01:02:21.172Zuploaded: /work/stamp-oximeter.log
99832024-05-25T01:02:21.172Zuploading: /work/stamp-oxlog.log (109 bytes)
99842024-05-25T01:02:22.183Zuploaded: /work/stamp-oxlog.log
99852024-05-25T01:02:22.183Zuploading: /work/stamp-probe.log (112 bytes)
99862024-05-25T01:02:23.203Zuploaded: /work/stamp-probe.log
99872024-05-25T01:02:23.206Zuploading: /work/stamp-propolis-server.log (122 bytes)
99882024-05-25T01:02:24.214Zuploaded: /work/stamp-propolis-server.log
99892024-05-25T01:02:24.214Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
99902024-05-25T01:02:25.224Zuploaded: /work/stamp-pumpkind-gz.log
99912024-05-25T01:02:25.224Zuploading: /work/stamp-switch-asic.log (118 bytes)
99922024-05-25T01:02:26.235Zuploaded: /work/stamp-switch-asic.log
99932024-05-25T01:02:26.240Zuploading: /work/verify-libraries.log (1362 bytes)
99942024-05-25T01:02:27.245Zuploaded: /work/verify-libraries.log