01JARFZ3GHF83WS3RT3ESGRXKG: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JARFZH0E4612FTTM5BVAERB2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-21T21:34:09.634Zjob assigned to worker 01JARFZJ3EDQ5FDEMDN9XEY7ZT (queued for 44 s)
 
22024-10-21T21:34:17.857Zstarting task 0: "setup"
32024-10-21T21:34:17.866Z++ uname -s
42024-10-21T21:34:17.869Z+ kern=SunOS
52024-10-21T21:34:17.869Z+ case "$kern" in
62024-10-21T21:34:17.869Z+ groupadd -g 12345 build
72024-10-21T21:34:17.871Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-21T21:34:19.882Z+ zfs create -o mountpoint=/work rpool/work
92024-10-21T21:34:19.964Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-21T21:34:19.967Z+ home_fs=zfs
112024-10-21T21:34:19.967Z+ [[ zfs == autofs ]]
122024-10-21T21:34:19.967Z+ mkdir -p /home/build
132024-10-21T21:34:19.970Z+ chown build:build /home/build /work
142024-10-21T21:34:21.971Z+ chmod 0700 /home/build /work
152024-10-21T21:34:21.974Zprocess exited: duration 4118 ms, exit code 0
 
162024-10-21T21:34:21.979Zstarting task 1: "rust-toolchain"
172024-10-21T21:34:21.985Z+ printf ' * toolchain channel = "%s"
182024-10-21T21:34:21.985Z' 1.80.1
192024-10-21T21:34:21.985Z+ printf ' * toolchain profile = "%s"
202024-10-21T21:34:21.985Z * toolchain channel = "1.80.1"
212024-10-21T21:34:21.985Z' default
222024-10-21T21:34:21.985Z * toolchain profile = "default"
232024-10-21T21:34:21.988Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-21T21:34:21.988Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-21T21:34:22.117Zinfo: downloading installer
262024-10-21T21:34:23.444Zinfo: profile set to 'default'
272024-10-21T21:34:23.444Zinfo: default host triple is x86_64-unknown-illumos
282024-10-21T21:34:23.446Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-21T21:34:23.588Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-21T21:34:23.588Zinfo: downloading component 'cargo'
312024-10-21T21:34:24.415Zinfo: downloading component 'clippy'
322024-10-21T21:34:24.718Zinfo: downloading component 'rust-docs'
332024-10-21T21:34:25.832Zinfo: downloading component 'rust-std'
342024-10-21T21:34:27.408Zinfo: downloading component 'rustc'
352024-10-21T21:34:31.752Zinfo: downloading component 'rustfmt'
362024-10-21T21:34:32.026Zinfo: installing component 'cargo'
372024-10-21T21:34:32.844Zinfo: installing component 'clippy'
382024-10-21T21:34:33.210Zinfo: installing component 'rust-docs'
392024-10-21T21:34:34.871Zinfo: installing component 'rust-std'
402024-10-21T21:34:36.511Zinfo: installing component 'rustc'
412024-10-21T21:34:40.668Zinfo: installing component 'rustfmt'
422024-10-21T21:34:41.006Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-21T21:34:41.007Z
442024-10-21T21:34:41.283Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-21T21:34:41.283Z
462024-10-21T21:34:41.286Z
472024-10-21T21:34:41.286ZRust is installed now. Great!
482024-10-21T21:34:41.286Z
492024-10-21T21:34:41.286ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-21T21:34:41.286Zenvironment variable. This has not been done automatically.
512024-10-21T21:34:41.286Z
522024-10-21T21:34:41.286ZTo configure your current shell, you need to source
532024-10-21T21:34:41.286Zthe corresponding env file under $HOME/.cargo.
542024-10-21T21:34:41.286Z
552024-10-21T21:34:41.286ZThis is usually done by running one of the following (note the leading DOT):
562024-10-21T21:34:41.286Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-21T21:34:41.286Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-21T21:34:41.338Z+ rustc --version
592024-10-21T21:34:41.400Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-21T21:34:41.403Zprocess exited: duration 19422 ms, exit code 0
 
612024-10-21T21:34:41.409Zstarting task 2: "authentication"
622024-10-21T21:34:41.430Zprocess exited: duration 20 ms, exit code 0
 
632024-10-21T21:34:41.436Zstarting task 3: "clone repository"
642024-10-21T21:34:41.441Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-21T21:34:41.443Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-21T21:34:41.482ZCloning into '/work/oxidecomputer/omicron'...
672024-10-21T21:34:48.560Z+ cd /work/oxidecomputer/omicron
682024-10-21T21:34:48.560Z+ git fetch origin 5219957f9b89b420a2f4babb7f4ec1e06e00ec3d
692024-10-21T21:34:48.862ZFrom https://github.com/oxidecomputer/omicron
702024-10-21T21:34:48.862Z * branch 5219957f9b89b420a2f4babb7f4ec1e06e00ec3d -> FETCH_HEAD
712024-10-21T21:34:48.872Z+ [[ -n john/track-oximeter-producer-generations-test ]]
722024-10-21T21:34:48.874Z++ git branch --show-current
732024-10-21T21:34:48.877Z+ current=main
742024-10-21T21:34:48.877Z+ [[ main != john/track-oximeter-producer-generations-test ]]
752024-10-21T21:34:48.877Z+ git branch -f john/track-oximeter-producer-generations-test 5219957f9b89b420a2f4babb7f4ec1e06e00ec3d
762024-10-21T21:34:48.880Z+ git checkout -f john/track-oximeter-producer-generations-test
772024-10-21T21:34:49.041ZSwitched to branch 'john/track-oximeter-producer-generations-test'
782024-10-21T21:34:49.044Z+ git reset --hard 5219957f9b89b420a2f4babb7f4ec1e06e00ec3d
792024-10-21T21:34:49.204ZHEAD is now at 5219957f9 test cleanup
802024-10-21T21:34:49.208Zprocess exited: duration 7769 ms, exit code 0
 
812024-10-21T21:34:49.216Zstarting task 4: "build"
822024-10-21T21:34:49.219Z+ source .github/buildomat/ci-env.sh
832024-10-21T21:34:49.219Z++ export CARGO_TERM_COLOR=always
842024-10-21T21:34:49.219Z++ CARGO_TERM_COLOR=always
852024-10-21T21:34:49.222Z+ cargo --version
862024-10-21T21:34:49.274Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-21T21:34:49.276Z+ rustc --version
882024-10-21T21:34:49.333Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-21T21:34:49.336Z+ cargo tree --locked
902024-10-21T21:34:49.585Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-10-21T21:34:49.912Z Updating crates.io index
922024-10-21T21:34:49.958Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-10-21T21:34:50.763Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-10-21T21:34:51.023Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-10-21T21:34:51.284Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-10-21T21:34:51.558Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-10-21T21:34:52.350Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-10-21T21:34:54.517Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-10-21T21:34:55.498Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-10-21T21:34:56.356Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-10-21T21:34:56.627Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-10-21T21:34:56.906Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-10-21T21:34:57.485Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-10-21T21:34:57.740Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-10-21T21:34:58.097Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-10-21T21:34:58.378Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-10-21T21:34:58.647Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-10-21T21:34:58.995Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-10-21T21:34:59.313Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-10-21T21:34:59.763Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-10-21T21:35:00.073Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-10-21T21:35:00.440Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-10-21T21:35:00.878Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-10-21T21:35:01.215Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-10-21T21:35:01.645Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-10-21T21:35:02.041Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1172024-10-21T21:35:02.415Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1182024-10-21T21:35:02.876Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1192024-10-21T21:35:04.274Z Downloading crates ...
1202024-10-21T21:35:04.367Z Downloaded async-object-pool v0.1.5
1212024-10-21T21:35:04.371Z Downloaded async-stream-impl v0.3.6
1222024-10-21T21:35:04.380Z Downloaded ascii-canvas v3.0.0
1232024-10-21T21:35:04.389Z Downloaded cfg_aliases v0.2.1
1242024-10-21T21:35:04.391Z Downloaded atomicwrites v0.4.4
1252024-10-21T21:35:04.395Z Downloaded async-recursion v1.1.1
1262024-10-21T21:35:04.401Z Downloaded foldhash v0.1.3
1272024-10-21T21:35:04.403Z Downloaded fixedbitset v0.4.2
1282024-10-21T21:35:04.406Z Downloaded async-io v2.3.4
1292024-10-21T21:35:04.409Z Downloaded cipher v0.4.4
1302024-10-21T21:35:04.409Z Downloaded aead v0.5.2
1312024-10-21T21:35:04.413Z Downloaded cexpr v0.6.0
1322024-10-21T21:35:04.416Z Downloaded ciborium-io v0.2.2
1332024-10-21T21:35:04.416Z Downloaded chrono-tz-build v0.4.0
1342024-10-21T21:35:04.416Z Downloaded chacha20 v0.9.1
1352024-10-21T21:35:04.418Z Downloaded bb8 v0.8.5
1362024-10-21T21:35:04.418Z Downloaded http-body v1.0.1
1372024-10-21T21:35:04.421Z Downloaded cast v0.3.0
1382024-10-21T21:35:04.421Z Downloaded hubpack_derive v0.1.1
1392024-10-21T21:35:04.424Z Downloaded float-ord v0.3.2
1402024-10-21T21:35:04.424Z Downloaded bytecount v0.6.8
1412024-10-21T21:35:04.428Z Downloaded assert_cmd v2.0.16
1422024-10-21T21:35:04.430Z Downloaded async-executor v1.13.1
1432024-10-21T21:35:04.431Z Downloaded ident_case v1.0.1
1442024-10-21T21:35:04.431Z Downloaded camino v1.1.9
1452024-10-21T21:35:04.433Z Downloaded blocking v1.6.1
1462024-10-21T21:35:04.437Z Downloaded fs-err v2.11.0
1472024-10-21T21:35:04.442Z Downloaded flume v0.11.0
1482024-10-21T21:35:04.442Z Downloaded assert_matches v1.5.0
1492024-10-21T21:35:04.445Z Downloaded filetime v0.2.25
1502024-10-21T21:35:04.445Z Downloaded httpdate v1.0.3
1512024-10-21T21:35:04.448Z Downloaded cargo_metadata v0.18.1
1522024-10-21T21:35:04.448Z Downloaded blake2b_simd v1.0.2
1532024-10-21T21:35:04.451Z Downloaded addr2line v0.24.2
1542024-10-21T21:35:04.451Z Downloaded http-body v0.4.6
1552024-10-21T21:35:04.454Z Downloaded futures-task v0.3.31
1562024-10-21T21:35:04.457Z Downloaded atty v0.2.14
1572024-10-21T21:35:04.457Z Downloaded heck v0.4.1
1582024-10-21T21:35:04.457Z Downloaded hash32 v0.3.1
1592024-10-21T21:35:04.459Z Downloaded cfg_aliases v0.1.1
1602024-10-21T21:35:04.459Z Downloaded foreign-types-shared v0.1.1
1612024-10-21T21:35:04.462Z Downloaded cancel-safe-futures v0.1.5
1622024-10-21T21:35:04.464Z Downloaded futures-core v0.3.31
1632024-10-21T21:35:04.467Z Downloaded hyper-rustls v0.26.0
1642024-10-21T21:35:04.470Z Downloaded bitflags v2.6.0
1652024-10-21T21:35:04.473Z Downloaded hostname v0.3.1
1662024-10-21T21:35:04.475Z Downloaded foreign-types v0.5.0
1672024-10-21T21:35:04.475Z Downloaded assert-json-diff v2.0.2
1682024-10-21T21:35:04.478Z Downloaded highway v1.2.0
1692024-10-21T21:35:04.481Z Downloaded anstyle-parse v0.2.5
1702024-10-21T21:35:04.481Z Downloaded castaway v0.2.3
1712024-10-21T21:35:04.483Z Downloaded async-stream v0.3.6
1722024-10-21T21:35:04.485Z Downloaded anyhow v1.0.89
1732024-10-21T21:35:04.488Z Downloaded anstyle-query v1.1.1
1742024-10-21T21:35:04.491Z Downloaded httptest v0.16.1
1752024-10-21T21:35:04.494Z Downloaded getrandom v0.2.15
1762024-10-21T21:35:04.496Z Downloaded parking v2.2.1
1772024-10-21T21:35:04.497Z Downloaded headers-core v0.3.0
1782024-10-21T21:35:04.499Z Downloaded fxhash v0.2.1
1792024-10-21T21:35:04.499Z Downloaded async-signal v0.2.10
1802024-10-21T21:35:04.502Z Downloaded async-global-executor v2.4.1
1812024-10-21T21:35:04.502Z Downloaded guppy-workspace-hack v0.1.0
1822024-10-21T21:35:04.505Z Downloaded bit-set v0.5.3
1832024-10-21T21:35:04.506Z Downloaded atomic-waker v1.1.2
1842024-10-21T21:35:04.508Z Downloaded generic-array v0.14.7
1852024-10-21T21:35:04.508Z Downloaded byteorder v1.5.0
1862024-10-21T21:35:04.511Z Downloaded ciborium-ll v0.2.2
1872024-10-21T21:35:04.511Z Downloaded foreign-types-macros v0.2.3
1882024-10-21T21:35:04.513Z Downloaded flagset v0.4.6
1892024-10-21T21:35:04.516Z Downloaded peg-runtime v0.8.3
1902024-10-21T21:35:04.516Z Downloaded cassowary v0.3.0
1912024-10-21T21:35:04.519Z Downloaded blowfish v0.9.1
1922024-10-21T21:35:04.519Z Downloaded block-padding v0.3.3
1932024-10-21T21:35:04.521Z Downloaded hyper-staticfile v0.10.1
1942024-10-21T21:35:04.521Z Downloaded hickory-client v0.24.1
1952024-10-21T21:35:04.524Z Downloaded peg v0.8.4
1962024-10-21T21:35:04.529Z Downloaded pbkdf2 v0.11.0
1972024-10-21T21:35:04.532Z Downloaded camino-tempfile v1.1.1
1982024-10-21T21:35:04.535Z Downloaded async-task v4.7.1
1992024-10-21T21:35:04.537Z Downloaded powerfmt v0.2.0
2002024-10-21T21:35:04.540Z Downloaded scroll_derive v0.12.0
2012024-10-21T21:35:04.540Z Downloaded psl-types v2.0.11
2022024-10-21T21:35:04.540Z Downloaded proc-macro-crate v1.3.1
2032024-10-21T21:35:04.543Z Downloaded pretty-hex v0.2.1
2042024-10-21T21:35:04.543Z Downloaded rand_xorshift v0.3.0
2052024-10-21T21:35:04.545Z Downloaded progenitor v0.8.0
2062024-10-21T21:35:04.545Z Downloaded hex-literal v0.4.1
2072024-10-21T21:35:04.548Z Downloaded heck v0.3.3
2082024-10-21T21:35:04.548Z Downloaded http-body-util v0.1.2
2092024-10-21T21:35:04.550Z Downloaded rustc_version v0.4.1
2102024-10-21T21:35:04.553Z Downloaded base64ct v1.6.0
2112024-10-21T21:35:04.556Z Downloaded strum v0.26.3
2122024-10-21T21:35:04.556Z Downloaded group v0.13.0
2132024-10-21T21:35:04.559Z Downloaded fallible-streaming-iterator v0.1.9
2142024-10-21T21:35:04.559Z Downloaded ciborium v0.2.2
2152024-10-21T21:35:04.561Z Downloaded bcs v0.1.6
2162024-10-21T21:35:04.564Z Downloaded hostname v0.4.0
2172024-10-21T21:35:04.567Z Downloaded hubpack v0.1.2
2182024-10-21T21:35:04.567Z Downloaded futures-channel v0.3.31
2192024-10-21T21:35:04.571Z Downloaded futures-executor v0.3.31
2202024-10-21T21:35:04.571Z Downloaded sha1 v0.10.6
2212024-10-21T21:35:04.574Z Downloaded zone_cfg_derive v0.3.0
2222024-10-21T21:35:04.574Z Downloaded quick-error v1.2.3
2232024-10-21T21:35:04.574Z Downloaded hyper-tls v0.6.0
2242024-10-21T21:35:04.577Z Downloaded serde_spanned v0.6.8
2252024-10-21T21:35:04.577Z Downloaded async-lock v3.4.0
2262024-10-21T21:35:04.579Z Downloaded peg-macros v0.8.4
2272024-10-21T21:35:04.582Z Downloaded gethostname v0.5.0
2282024-10-21T21:35:04.585Z Downloaded escape8259 v0.5.3
2292024-10-21T21:35:04.585Z Downloaded backtrace v0.3.74
2302024-10-21T21:35:04.588Z Downloaded equivalent v1.0.1
2312024-10-21T21:35:04.591Z Downloaded thread-id v4.2.2
2322024-10-21T21:35:04.591Z Downloaded thiserror-impl-no-std v2.0.2
2332024-10-21T21:35:04.594Z Downloaded target-spec v3.2.2
2342024-10-21T21:35:04.598Z Downloaded tabwriter v1.4.0
2352024-10-21T21:35:04.598Z Downloaded password-hash v0.5.0
2362024-10-21T21:35:04.601Z Downloaded humantime v2.1.0
2372024-10-21T21:35:04.601Z Downloaded shlex v1.3.0
2382024-10-21T21:35:04.601Z Downloaded scrypt v0.11.0
2392024-10-21T21:35:04.604Z Downloaded shell-words v1.1.0
2402024-10-21T21:35:04.604Z Downloaded flate2 v1.0.34
2412024-10-21T21:35:04.609Z Downloaded instant v0.1.13
2422024-10-21T21:35:04.612Z Downloaded unicode-linebreak v0.1.5
2432024-10-21T21:35:04.612Z Downloaded cstr-argument v0.1.2
2442024-10-21T21:35:04.615Z Downloaded crunchy v0.2.2
2452024-10-21T21:35:04.615Z Downloaded strsim v0.11.1
2462024-10-21T21:35:04.617Z Downloaded httparse v1.9.5
2472024-10-21T21:35:04.620Z Downloaded hashlink v0.9.1
2482024-10-21T21:35:04.620Z Downloaded strum_macros v0.24.3
2492024-10-21T21:35:04.624Z Downloaded signal-hook-mio v0.2.4
2502024-10-21T21:35:04.627Z Downloaded version_check v0.9.5
2512024-10-21T21:35:04.627Z Downloaded scroll v0.12.0
2522024-10-21T21:35:04.627Z Downloaded oso v0.27.3
2532024-10-21T21:35:04.630Z Downloaded futures-lite v2.3.0
2542024-10-21T21:35:04.633Z Downloaded threadpool v1.8.1
2552024-10-21T21:35:04.635Z Downloaded num-conv v0.1.0
2562024-10-21T21:35:04.635Z Downloaded digest v0.10.7
2572024-10-21T21:35:04.638Z Downloaded thread_local v1.1.8
2582024-10-21T21:35:04.638Z Downloaded pkcs1 v0.7.5
2592024-10-21T21:35:04.641Z Downloaded iana-time-zone v0.1.61
2602024-10-21T21:35:04.644Z Downloaded heapless v0.8.0
2612024-10-21T21:35:04.647Z Downloaded hyper-rustls v0.27.3
2622024-10-21T21:35:04.649Z Downloaded errno v0.3.9
2632024-10-21T21:35:04.653Z Downloaded heapless v0.7.17
2642024-10-21T21:35:04.655Z Downloaded arc-swap v1.7.1
2652024-10-21T21:35:04.659Z Downloaded difflib v0.4.0
2662024-10-21T21:35:04.662Z Downloaded thiserror-no-std v2.0.2
2672024-10-21T21:35:04.664Z Downloaded chacha20poly1305 v0.10.1
2682024-10-21T21:35:04.667Z Downloaded lru-cache v0.1.2
2692024-10-21T21:35:04.670Z Downloaded sqlparser_derive v0.2.2
2702024-10-21T21:35:04.670Z Downloaded half v2.4.1
2712024-10-21T21:35:04.672Z Downloaded futures-timer v3.0.3
2722024-10-21T21:35:04.675Z Downloaded lru v0.12.5
2732024-10-21T21:35:04.675Z Downloaded serde-big-array v0.5.1
2742024-10-21T21:35:04.678Z Downloaded num-iter v0.1.45
2752024-10-21T21:35:04.678Z Downloaded nibble_vec v0.1.0
2762024-10-21T21:35:04.680Z Downloaded cpufeatures v0.2.14
2772024-10-21T21:35:04.683Z Downloaded ryu v1.0.18
2782024-10-21T21:35:04.685Z Downloaded value-bag v1.9.0
2792024-10-21T21:35:04.688Z Downloaded uzers v0.12.1
2802024-10-21T21:35:04.691Z Downloaded swrite v0.1.0
2812024-10-21T21:35:04.691Z Downloaded kv-log-macro v1.0.7
2822024-10-21T21:35:04.694Z Downloaded kstat-rs v0.2.4
2832024-10-21T21:35:04.694Z Downloaded num-integer v0.1.46
2842024-10-21T21:35:04.696Z Downloaded subtle v2.6.1
2852024-10-21T21:35:04.697Z Downloaded num_cpus v1.16.0
2862024-10-21T21:35:04.699Z Downloaded tempfile v3.13.0
2872024-10-21T21:35:04.702Z Downloaded toml v0.8.19
2882024-10-21T21:35:04.706Z Downloaded r2d2 v0.8.10
2892024-10-21T21:35:04.709Z Downloaded hickory-resolver v0.24.1
2902024-10-21T21:35:04.712Z Downloaded base64 v0.21.7
2912024-10-21T21:35:04.716Z Downloaded time-core v0.1.2
2922024-10-21T21:35:04.719Z Downloaded num_enum v0.5.11
2932024-10-21T21:35:04.723Z Downloaded toml v0.7.8
2942024-10-21T21:35:04.726Z Downloaded want v0.3.1
2952024-10-21T21:35:04.729Z Downloaded env_logger v0.11.5
2962024-10-21T21:35:04.732Z Downloaded stringprep v0.1.5
2972024-10-21T21:35:04.734Z Downloaded downcast v0.11.0
2982024-10-21T21:35:04.734Z Downloaded doc-comment v0.3.3
2992024-10-21T21:35:04.734Z Downloaded signal-hook v0.3.17
3002024-10-21T21:35:04.737Z Downloaded cobs v0.2.3
3012024-10-21T21:35:04.740Z Downloaded supports-color v3.0.1
3022024-10-21T21:35:04.743Z Downloaded vergen v8.3.2
3032024-10-21T21:35:04.745Z Downloaded uuid v1.10.0
3042024-10-21T21:35:04.748Z Downloaded derive_more v0.99.18
3052024-10-21T21:35:04.752Z Downloaded num-rational v0.4.2
3062024-10-21T21:35:04.755Z Downloaded is_terminal_polyfill v1.70.1
3072024-10-21T21:35:04.758Z Downloaded twox-hash v1.6.3
3082024-10-21T21:35:04.758Z Downloaded tokio-native-tls v0.3.1
3092024-10-21T21:35:04.760Z Downloaded signature v2.2.0
3102024-10-21T21:35:04.763Z Downloaded keccak v0.1.5
3112024-10-21T21:35:04.763Z Downloaded jobserver v0.1.32
3122024-10-21T21:35:04.765Z Downloaded rand_core v0.6.4
3132024-10-21T21:35:04.768Z Downloaded des v0.8.1
3142024-10-21T21:35:04.768Z Downloaded is_ci v1.2.0
3152024-10-21T21:35:04.771Z Downloaded unicode-truncate v1.1.0
3162024-10-21T21:35:04.774Z Downloaded aho-corasick v1.1.3
3172024-10-21T21:35:04.777Z Downloaded scheduled-thread-pool v0.2.7
3182024-10-21T21:35:04.786Z Downloaded md5 v0.7.0
3192024-10-21T21:35:04.786Z Downloaded zone v0.3.0
3202024-10-21T21:35:04.790Z Downloaded snafu-derive v0.8.5
3212024-10-21T21:35:04.790Z Downloaded slog-term v2.9.1
3222024-10-21T21:35:04.790Z Downloaded poly1305 v0.8.0
3232024-10-21T21:35:04.790Z Downloaded dof v0.3.0
3242024-10-21T21:35:04.790Z Downloaded strum_macros v0.26.4
3252024-10-21T21:35:04.793Z Downloaded num-traits v0.2.19
3262024-10-21T21:35:04.795Z Downloaded path-slash v0.1.5
3272024-10-21T21:35:04.796Z Downloaded plotters-svg v0.3.7
3282024-10-21T21:35:04.798Z Downloaded pest_meta v2.7.14
3292024-10-21T21:35:04.800Z Downloaded postcard v1.0.10
3302024-10-21T21:35:04.803Z Downloaded rust-argon2 v2.1.0
3312024-10-21T21:35:04.805Z Downloaded is-terminal v0.4.13
3322024-10-21T21:35:04.805Z Downloaded indent_write v2.2.0
3332024-10-21T21:35:04.808Z Downloaded russh-keys v0.45.0
3342024-10-21T21:35:04.811Z Downloaded fallible-iterator v0.2.0
3352024-10-21T21:35:04.811Z Downloaded proc-macro-error v1.0.4
3362024-10-21T21:35:04.813Z Downloaded pest_derive v2.7.14
3372024-10-21T21:35:04.816Z Downloaded similar-asserts v1.6.0
3382024-10-21T21:35:04.819Z Downloaded termtree v0.4.1
3392024-10-21T21:35:04.821Z Downloaded num v0.4.3
3402024-10-21T21:35:04.821Z Downloaded aes v0.8.4
3412024-10-21T21:35:04.824Z Downloaded nanorand v0.7.0
3422024-10-21T21:35:04.828Z Downloaded packed_struct_codegen v0.10.1
3432024-10-21T21:35:04.830Z Downloaded plain v0.2.3
3442024-10-21T21:35:04.830Z Downloaded env_filter v0.1.2
3452024-10-21T21:35:04.833Z Downloaded debug-ignore v1.0.5
3462024-10-21T21:35:04.836Z Downloaded pkg-config v0.3.31
3472024-10-21T21:35:04.836Z Downloaded ref-cast-impl v1.0.23
3482024-10-21T21:35:04.838Z Downloaded rustc-hash v1.1.0
3492024-10-21T21:35:04.838Z Downloaded relative-path v1.9.3
3502024-10-21T21:35:04.841Z Downloaded subprocess v0.2.9
3512024-10-21T21:35:04.843Z Downloaded miniz_oxide v0.8.0
3522024-10-21T21:35:04.846Z Downloaded num_threads v0.1.7
3532024-10-21T21:35:04.846Z Downloaded usdt-attr-macro v0.5.0
3542024-10-21T21:35:04.848Z Downloaded defmt-macros v0.3.9
3552024-10-21T21:35:04.851Z Downloaded rustc-hash v2.0.0
3562024-10-21T21:35:04.851Z Downloaded sync_wrapper v0.1.2
3572024-10-21T21:35:04.854Z Downloaded serde_plain v1.0.2
3582024-10-21T21:35:04.854Z Downloaded rustversion v1.0.17
3592024-10-21T21:35:04.856Z Downloaded tokio-rustls v0.25.0
3602024-10-21T21:35:04.859Z Downloaded tokio-rustls v0.24.1
3612024-10-21T21:35:04.862Z Downloaded time-macros v0.2.18
3622024-10-21T21:35:04.864Z Downloaded clang-sys v1.8.1
3632024-10-21T21:35:04.867Z Downloaded num_enum_derive v0.5.11
3642024-10-21T21:35:04.867Z Downloaded termios v0.3.3
3652024-10-21T21:35:04.870Z Downloaded nu-ansi-term v0.50.1
3662024-10-21T21:35:04.872Z Downloaded native-tls v0.2.12
3672024-10-21T21:35:04.875Z Downloaded pkcs8 v0.10.2
3682024-10-21T21:35:04.878Z Downloaded yasna v0.5.2
3692024-10-21T21:35:04.880Z Downloaded hashbrown v0.12.3
3702024-10-21T21:35:04.883Z Downloaded nodrop v0.1.14
3712024-10-21T21:35:04.886Z Downloaded usdt-impl v0.5.0
3722024-10-21T21:35:04.888Z Downloaded paste v1.0.15
3732024-10-21T21:35:04.891Z Downloaded crc v3.2.1
3742024-10-21T21:35:04.893Z Downloaded tui-tree-widget v0.22.0
3752024-10-21T21:35:04.893Z Downloaded which v4.4.2
3762024-10-21T21:35:04.898Z Downloaded hickory-server v0.24.1
3772024-10-21T21:35:04.901Z Downloaded smallvec v0.6.14
3782024-10-21T21:35:04.903Z Downloaded siphasher v0.3.11
3792024-10-21T21:35:04.903Z Downloaded crc-catalog v2.4.0
3802024-10-21T21:35:04.906Z Downloaded serde-hex v0.1.0
3812024-10-21T21:35:04.909Z Downloaded rustyline v14.0.0
3822024-10-21T21:35:04.912Z Downloaded rusty-fork v0.3.0
3832024-10-21T21:35:04.914Z Downloaded embedded-io v0.4.0
3842024-10-21T21:35:04.917Z Downloaded http v0.2.12
3852024-10-21T21:35:04.919Z Downloaded guppy v0.17.8
3862024-10-21T21:35:04.925Z Downloaded indexmap v1.9.3
3872024-10-21T21:35:04.929Z Downloaded tinyvec_macros v0.1.1
3882024-10-21T21:35:04.932Z Downloaded zone_cfg_derive v0.1.2
3892024-10-21T21:35:04.932Z Downloaded toolchain_find v0.4.0
3902024-10-21T21:35:04.934Z Downloaded smf v0.2.3
3912024-10-21T21:35:04.934Z Downloaded tracing-core v0.1.32
3922024-10-21T21:35:04.937Z Downloaded memoffset v0.9.1
3932024-10-21T21:35:04.940Z Downloaded pem v3.0.4
3942024-10-21T21:35:04.940Z Downloaded plotters-backend v0.3.7
3952024-10-21T21:35:04.942Z Downloaded mio v1.0.2
3962024-10-21T21:35:04.946Z Downloaded minimal-lexical v0.2.1
3972024-10-21T21:35:04.951Z Downloaded zeroize_derive v1.4.2
3982024-10-21T21:35:04.953Z Downloaded crc32fast v1.4.2
3992024-10-21T21:35:04.956Z Downloaded zeroize v1.8.1
4002024-10-21T21:35:04.956Z Downloaded steno v0.4.1
4012024-10-21T21:35:04.960Z Downloaded http v1.1.0
4022024-10-21T21:35:04.964Z Downloaded crucible-workspace-hack v0.1.0
4032024-10-21T21:35:04.967Z Downloaded waitgroup v0.1.2
4042024-10-21T21:35:04.967Z Downloaded impl-trait-for-tuples v0.2.2
4052024-10-21T21:35:04.969Z Downloaded managed v0.8.0
4062024-10-21T21:35:04.972Z Downloaded serde_tokenstream v0.2.2
4072024-10-21T21:35:04.972Z Downloaded pem-rfc7468 v0.7.0
4082024-10-21T21:35:04.975Z Downloaded match_cfg v0.1.0
4092024-10-21T21:35:04.975Z Downloaded rustc_version v0.1.7
4102024-10-21T21:35:04.978Z Downloaded slog-bunyan v2.5.0
4112024-10-21T21:35:04.978Z Downloaded serde_repr v0.1.19
4122024-10-21T21:35:04.980Z Downloaded static_assertions v1.1.0
4132024-10-21T21:35:04.983Z Downloaded test-strategy v0.3.1
4142024-10-21T21:35:04.987Z Downloaded salsa20 v0.10.2
4152024-10-21T21:35:04.987Z Downloaded string_cache v0.8.7
4162024-10-21T21:35:04.990Z Downloaded memmap2 v0.9.5
4172024-10-21T21:35:04.993Z Downloaded untrusted v0.9.0
4182024-10-21T21:35:04.993Z Downloaded tls_codec v0.4.1
4192024-10-21T21:35:04.995Z Downloaded owo-colors v4.1.0
4202024-10-21T21:35:04.998Z Downloaded zone v0.1.8
4212024-10-21T21:35:04.998Z Downloaded tokio-rustls v0.26.0
4222024-10-21T21:35:05.001Z Downloaded smallvec v1.13.2
4232024-10-21T21:35:05.004Z Downloaded normalize-line-endings v0.3.0
4242024-10-21T21:35:05.004Z Downloaded newtype_derive v0.1.6
4252024-10-21T21:35:05.007Z Downloaded matches v0.1.10
4262024-10-21T21:35:05.007Z Downloaded p521 v0.13.3
4272024-10-21T21:35:05.009Z Downloaded ppv-lite86 v0.2.20
4282024-10-21T21:35:05.012Z Downloaded stringmetrics v2.2.2
4292024-10-21T21:35:05.015Z Downloaded slog-json v2.6.1
4302024-10-21T21:35:05.017Z Downloaded deranged v0.3.11
4312024-10-21T21:35:05.017Z Downloaded event-listener-strategy v0.5.2
4322024-10-21T21:35:05.020Z Downloaded dsl_auto_type v0.1.2
4332024-10-21T21:35:05.020Z Downloaded zerocopy-derive v0.7.35
4342024-10-21T21:35:05.024Z Downloaded radium v0.7.0
4352024-10-21T21:35:05.026Z Downloaded pathdiff v0.2.2
4362024-10-21T21:35:05.026Z Downloaded serde v1.0.210
4372024-10-21T21:35:05.030Z Downloaded macaddr v1.0.1
4382024-10-21T21:35:05.033Z Downloaded rpassword v7.3.1
4392024-10-21T21:35:05.033Z Downloaded rustls-pemfile v2.2.0
4402024-10-21T21:35:05.035Z Downloaded async-std v1.13.0
4412024-10-21T21:35:05.055Z Downloaded unicode-xid v0.2.6
4422024-10-21T21:35:05.057Z Downloaded derive_builder_macro v0.20.2
4432024-10-21T21:35:05.057Z Downloaded packed_struct v0.10.1
4442024-10-21T21:35:05.060Z Downloaded crossbeam-epoch v0.9.18
4452024-10-21T21:35:05.063Z Downloaded tungstenite v0.24.0
4462024-10-21T21:35:05.065Z Downloaded rfc6979 v0.4.0
4472024-10-21T21:35:05.068Z Downloaded pin-project-lite v0.2.14
4482024-10-21T21:35:05.072Z Downloaded indoc v1.0.9
4492024-10-21T21:35:05.074Z Downloaded openssl-probe v0.1.5
4502024-10-21T21:35:05.077Z Downloaded url v2.5.2
4512024-10-21T21:35:05.080Z Downloaded ssh-encoding v0.2.0
4522024-10-21T21:35:05.082Z Downloaded ssh-cipher v0.2.0
4532024-10-21T21:35:05.085Z Downloaded vte_generate_state_changes v0.1.2
4542024-10-21T21:35:05.085Z Downloaded unicode-normalization v0.1.24
4552024-10-21T21:35:05.088Z Downloaded rustls-pki-types v1.9.0
4562024-10-21T21:35:05.091Z Downloaded percent-encoding v2.3.1
4572024-10-21T21:35:05.093Z Downloaded dhcproto-macros v0.1.0
4582024-10-21T21:35:05.093Z Downloaded unicase v2.7.0
4592024-10-21T21:35:05.096Z Downloaded derive_builder v0.20.2
4602024-10-21T21:35:05.100Z Downloaded derive-where v1.2.7
4612024-10-21T21:35:05.102Z Downloaded tiny-keccak v2.0.2
4622024-10-21T21:35:05.105Z Downloaded phf_codegen v0.11.2
4632024-10-21T21:35:05.107Z Downloaded colorchoice v1.0.2
4642024-10-21T21:35:05.108Z Downloaded pest v2.7.14
4652024-10-21T21:35:05.113Z Downloaded phf v0.11.2
4662024-10-21T21:35:05.115Z Downloaded ucd-trie v0.1.7
4672024-10-21T21:35:05.118Z Downloaded target-lexicon v0.12.16
4682024-10-21T21:35:05.120Z Downloaded time v0.3.36
4692024-10-21T21:35:05.125Z Downloaded libsw v3.3.1
4702024-10-21T21:35:05.128Z Downloaded parse-display v0.10.0
4712024-10-21T21:35:05.130Z Downloaded dropshot_endpoint v0.12.0
4722024-10-21T21:35:05.133Z Downloaded yansi v1.0.1
4732024-10-21T21:35:05.135Z Downloaded semver v0.1.20
4742024-10-21T21:35:05.135Z Downloaded secrecy v0.8.0
4752024-10-21T21:35:05.138Z Downloaded sec1 v0.7.3
4762024-10-21T21:35:05.138Z Downloaded scopeguard v1.2.0
4772024-10-21T21:35:05.141Z Downloaded fatfs v0.3.6
4782024-10-21T21:35:05.143Z Downloaded colored v2.1.0
4792024-10-21T21:35:05.146Z Downloaded tokio-postgres v0.7.12
4802024-10-21T21:35:05.150Z Downloaded utf8parse v0.2.2
4812024-10-21T21:35:05.152Z Downloaded new_debug_unreachable v1.0.6
4822024-10-21T21:35:05.155Z Downloaded progenitor-client v0.8.0
4832024-10-21T21:35:05.155Z Downloaded structmeta v0.3.0
4842024-10-21T21:35:05.157Z Downloaded lazycell v1.3.0
4852024-10-21T21:35:05.157Z Downloaded structmeta v0.2.0
4862024-10-21T21:35:05.160Z Downloaded nested v0.1.1
4872024-10-21T21:35:05.160Z Downloaded quinn v0.11.5
4882024-10-21T21:35:05.163Z Downloaded slab v0.4.9
4892024-10-21T21:35:05.165Z Downloaded derive_builder_core v0.20.2
4902024-10-21T21:35:05.168Z Downloaded signal-hook-tokio v0.3.1
4912024-10-21T21:35:05.168Z Downloaded xattr v1.3.1
4922024-10-21T21:35:05.170Z Downloaded wyz v0.5.1
4932024-10-21T21:35:05.170Z Downloaded toml_edit v0.19.15
4942024-10-21T21:35:05.187Z Downloaded rand_seeder v0.3.0
4952024-10-21T21:35:05.190Z Downloaded phf_shared v0.10.0
4962024-10-21T21:35:05.192Z Downloaded darling_macro v0.20.10
4972024-10-21T21:35:05.192Z Downloaded termcolor v1.4.1
4982024-10-21T21:35:05.192Z Downloaded predicates-tree v1.0.11
4992024-10-21T21:35:05.195Z Downloaded parking_lot_core v0.9.10
5002024-10-21T21:35:05.198Z Downloaded parking_lot_core v0.8.6
5012024-10-21T21:35:05.198Z Downloaded md-5 v0.10.6
5022024-10-21T21:35:05.201Z Downloaded hyper v0.14.30
5032024-10-21T21:35:05.208Z Downloaded h2 v0.4.6
5042024-10-21T21:35:05.215Z Downloaded newline-converter v0.3.0
5052024-10-21T21:35:05.217Z Downloaded progenitor-macro v0.8.0
5062024-10-21T21:35:05.218Z Downloaded primeorder v0.13.6
5072024-10-21T21:35:05.220Z Downloaded xz2 v0.1.7
5082024-10-21T21:35:05.223Z Downloaded dhcproto v0.12.0
5092024-10-21T21:35:05.225Z Downloaded tinytemplate v1.2.1
5102024-10-21T21:35:05.228Z Downloaded structmeta-derive v0.3.0
5112024-10-21T21:35:05.228Z Downloaded structmeta-derive v0.2.0
5122024-10-21T21:35:05.230Z Downloaded topological-sort v0.2.2
5132024-10-21T21:35:05.230Z Downloaded lalrpop-util v0.19.12
5142024-10-21T21:35:05.233Z Downloaded hyper v1.4.1
5152024-10-21T21:35:05.237Z Downloaded ipnet v2.10.1
5162024-10-21T21:35:05.240Z Downloaded data-encoding v2.6.0
5172024-10-21T21:35:05.243Z Downloaded ctr v0.9.2
5182024-10-21T21:35:05.245Z Downloaded convert_case v0.4.0
5192024-10-21T21:35:05.245Z Downloaded defmt-parser v0.3.4
5202024-10-21T21:35:05.245Z Downloaded parking_lot v0.11.2
5212024-10-21T21:35:05.248Z Downloaded proc-macro2 v1.0.87
5222024-10-21T21:35:05.250Z Downloaded typify-macro v0.2.0
5232024-10-21T21:35:05.253Z Downloaded similar v2.6.0
5242024-10-21T21:35:05.256Z Downloaded multer v3.1.0
5252024-10-21T21:35:05.259Z Downloaded tokio-macros v2.4.0
5262024-10-21T21:35:05.261Z Downloaded slog-scope v4.4.0
5272024-10-21T21:35:05.264Z Downloaded concurrent-queue v2.5.0
5282024-10-21T21:35:05.264Z Downloaded term v0.7.0
5292024-10-21T21:35:05.267Z Downloaded rstest v0.23.0
5302024-10-21T21:35:05.273Z Downloaded indexmap v2.6.0
5312024-10-21T21:35:05.277Z Downloaded parse-size v1.0.0
5322024-10-21T21:35:05.280Z Downloaded tinyvec v1.8.0
5332024-10-21T21:35:05.283Z Downloaded tokio-tungstenite v0.24.0
5342024-10-21T21:35:05.285Z Downloaded rtoolbox v0.0.2
5352024-10-21T21:35:05.285Z Downloaded russh-cryptovec v0.7.3
5362024-10-21T21:35:05.288Z Downloaded tokio-tungstenite v0.23.1
5372024-10-21T21:35:05.291Z Downloaded pretty-hex v0.4.1
5382024-10-21T21:35:05.291Z Downloaded datatest-stable v0.2.9
5392024-10-21T21:35:05.293Z Downloaded number_prefix v0.4.0
5402024-10-21T21:35:05.293Z Downloaded dirs-sys-next v0.1.2
5412024-10-21T21:35:05.296Z Downloaded darling v0.20.10
5422024-10-21T21:35:05.299Z Downloaded postgres-protocol v0.6.7
5432024-10-21T21:35:05.302Z Downloaded tower-service v0.3.3
5442024-10-21T21:35:05.304Z Downloaded schemars v0.8.21
5452024-10-21T21:35:05.314Z Downloaded samael v0.0.17
5462024-10-21T21:35:05.319Z Downloaded try-lock v0.2.5
5472024-10-21T21:35:05.322Z Downloaded rustfmt-wrapper v0.2.1
5482024-10-21T21:35:05.322Z Downloaded embedded-io v0.6.1
5492024-10-21T21:35:05.324Z Downloaded endian-type v0.1.2
5502024-10-21T21:35:05.324Z Downloaded oorandom v11.1.4
5512024-10-21T21:35:05.324Z Downloaded libefi-sys v0.1.0
5522024-10-21T21:35:05.327Z Downloaded lazy_static v1.5.0
5532024-10-21T21:35:05.327Z Downloaded tokio-stream v0.1.16
5542024-10-21T21:35:05.332Z Downloaded sqlparser v0.45.0
5552024-10-21T21:35:05.337Z Downloaded either v1.13.0
5562024-10-21T21:35:05.340Z Downloaded diesel_table_macro_syntax v0.2.0
5572024-10-21T21:35:05.342Z Downloaded rustls-webpki v0.102.8
5582024-10-21T21:35:05.358Z Downloaded phf_generator v0.11.2
5592024-10-21T21:35:05.361Z Downloaded opaque-debug v0.3.1
5602024-10-21T21:35:05.361Z Downloaded display-error-chain v0.2.1
5612024-10-21T21:35:05.364Z Downloaded mime v0.3.17
5622024-10-21T21:35:05.364Z Downloaded resolv-conf v0.7.0
5632024-10-21T21:35:05.367Z Downloaded ref-cast v1.0.23
5642024-10-21T21:35:05.369Z Downloaded predicates-core v1.0.8
5652024-10-21T21:35:05.369Z Downloaded thiserror-impl v1.0.64
5662024-10-21T21:35:05.369Z Downloaded universal-hash v0.5.1
5672024-10-21T21:35:05.372Z Downloaded mime_guess v2.0.5
5682024-10-21T21:35:05.372Z Downloaded typenum v1.17.0
5692024-10-21T21:35:05.374Z Downloaded linked-hash-map v0.5.6
5702024-10-21T21:35:05.377Z Downloaded utf-8 v0.7.6
5712024-10-21T21:35:05.377Z Downloaded ipnetwork v0.20.0
5722024-10-21T21:35:05.380Z Downloaded linear-map v1.2.0
5732024-10-21T21:35:05.383Z Downloaded prettyplease v0.2.22
5742024-10-21T21:35:05.386Z Downloaded zerocopy v0.7.35
5752024-10-21T21:35:05.399Z Downloaded tls_codec_derive v0.4.1
5762024-10-21T21:35:05.402Z Downloaded sync_wrapper v1.0.1
5772024-10-21T21:35:05.402Z Downloaded olpc-cjson v0.1.4
5782024-10-21T21:35:05.404Z Downloaded pin-project v1.1.6
5792024-10-21T21:35:05.413Z Downloaded usdt-macro v0.5.0
5802024-10-21T21:35:05.416Z Downloaded internet-checksum v0.2.1
5812024-10-21T21:35:05.416Z Downloaded inout v0.1.3
5822024-10-21T21:35:05.418Z Downloaded rstest_macros v0.23.0
5832024-10-21T21:35:05.421Z Downloaded itertools v0.13.0
5842024-10-21T21:35:05.426Z Downloaded pin-project-internal v1.1.6
5852024-10-21T21:35:05.429Z Downloaded take_mut v0.2.2
5862024-10-21T21:35:05.429Z Downloaded spin v0.9.8
5872024-10-21T21:35:05.432Z Downloaded parking_lot v0.12.3
5882024-10-21T21:35:05.434Z Downloaded pretty_assertions v1.4.1
5892024-10-21T21:35:05.437Z Downloaded terminal_size v0.4.0
5902024-10-21T21:35:05.437Z Downloaded slog v2.7.0
5912024-10-21T21:35:05.440Z Downloaded const-oid v0.9.6
5922024-10-21T21:35:05.442Z Downloaded schemars_derive v0.8.21
5932024-10-21T21:35:05.445Z Downloaded walkdir v2.5.0
5942024-10-21T21:35:05.445Z Downloaded socket2 v0.5.7
5952024-10-21T21:35:05.447Z Downloaded enum-as-inner v0.6.1
5962024-10-21T21:35:05.451Z Downloaded dyn-clone v1.0.17
5972024-10-21T21:35:05.453Z Downloaded darling_core v0.20.10
5982024-10-21T21:35:05.456Z Downloaded mockall_derive v0.13.0
5992024-10-21T21:35:05.459Z Downloaded tracing-attributes v0.1.27
6002024-10-21T21:35:05.461Z Downloaded smoltcp v0.9.1
6012024-10-21T21:35:05.469Z Downloaded tap v1.0.1
6022024-10-21T21:35:05.472Z Downloaded indoc v2.0.5
6032024-10-21T21:35:05.475Z Downloaded tabled_derive v0.7.0
6042024-10-21T21:35:05.475Z Downloaded once_cell v1.20.2
6052024-10-21T21:35:05.477Z Downloaded lock_api v0.4.12
6062024-10-21T21:35:05.480Z Downloaded clap_derive v4.5.18
6072024-10-21T21:35:05.480Z Downloaded pkcs5 v0.7.1
6082024-10-21T21:35:05.484Z Downloaded omicron-zone-package v0.11.1
6092024-10-21T21:35:05.487Z Downloaded const_format_proc_macros v0.2.33
6102024-10-21T21:35:05.489Z Downloaded serde_derive_internals v0.29.1
6112024-10-21T21:35:05.491Z Downloaded openssl-sys v0.9.103
6122024-10-21T21:35:05.495Z Downloaded plotters v0.3.7
6132024-10-21T21:35:05.504Z Downloaded env_logger v0.10.2
6142024-10-21T21:35:05.507Z Downloaded vcpkg v0.2.15
6152024-10-21T21:35:05.545Z Downloaded salty v0.3.0
6162024-10-21T21:35:05.553Z Downloaded sqlformat v0.2.6
6172024-10-21T21:35:05.555Z Downloaded clap_builder v4.5.20
6182024-10-21T21:35:05.559Z Downloaded event-listener v5.3.1
6192024-10-21T21:35:05.561Z Downloaded const_format v0.2.33
6202024-10-21T21:35:05.566Z Downloaded der v0.7.9
6212024-10-21T21:35:05.571Z Downloaded libxml v0.3.3
6222024-10-21T21:35:05.576Z Downloaded serde_urlencoded v0.7.1
6232024-10-21T21:35:05.579Z Downloaded nix v0.27.1
6242024-10-21T21:35:05.589Z Downloaded rustc-demangle v0.1.24
6252024-10-21T21:35:05.591Z Downloaded tough v0.17.1
6262024-10-21T21:35:05.598Z Downloaded crossterm v0.28.1
6272024-10-21T21:35:05.604Z Downloaded ssh-key v0.6.6
6282024-10-21T21:35:05.611Z Downloaded textwrap v0.16.1
6292024-10-21T21:35:05.615Z Downloaded syn v1.0.109
6302024-10-21T21:35:05.624Z Downloaded radix_trie v0.2.1
6312024-10-21T21:35:05.629Z Downloaded smoltcp v0.11.0
6322024-10-21T21:35:05.641Z Downloaded winnow v0.6.20
6332024-10-21T21:35:05.650Z Downloaded quick-xml v0.33.0
6342024-10-21T21:35:05.656Z Downloaded serde_yaml v0.9.34+deprecated
6352024-10-21T21:35:05.660Z Downloaded libm v0.2.8
6362024-10-21T21:35:05.667Z Downloaded quinn-proto v0.11.8
6372024-10-21T21:35:05.673Z Downloaded unicode_categories v0.1.1
6382024-10-21T21:35:05.676Z Downloaded zip v0.6.6
6392024-10-21T21:35:05.679Z Downloaded idna v0.2.3
6402024-10-21T21:35:05.686Z Downloaded russh v0.45.0
6412024-10-21T21:35:05.691Z Downloaded reqwest v0.12.8
6422024-10-21T21:35:05.699Z Downloaded openapiv3 v2.0.0
6432024-10-21T21:35:05.710Z Downloaded nix v0.28.0
6442024-10-21T21:35:05.721Z Downloaded object v0.30.4
6452024-10-21T21:35:05.730Z Downloaded gimli v0.31.1
6462024-10-21T21:35:05.738Z Downloaded reedline v0.35.0
6472024-10-21T21:35:05.745Z Downloaded lalrpop v0.19.12
6482024-10-21T21:35:05.756Z Downloaded rusqlite v0.32.1
6492024-10-21T21:35:05.762Z Downloaded openssl v0.10.66
6502024-10-21T21:35:05.771Z Downloaded object v0.36.5
6512024-10-21T21:35:05.782Z Downloaded trust-dns-proto v0.22.0
6522024-10-21T21:35:05.794Z Downloaded winnow v0.5.40
6532024-10-21T21:35:05.802Z Downloaded p384 v0.13.0
6542024-10-21T21:35:05.808Z Downloaded regex-syntax v0.6.29
6552024-10-21T21:35:05.815Z Downloaded serde_json v1.0.128
6562024-10-21T21:35:05.822Z Downloaded ratatui v0.28.1
6572024-10-21T21:35:05.841Z Downloaded webpki-roots v0.26.6
6582024-10-21T21:35:05.844Z Downloaded zerocopy-derive v0.6.6
6592024-10-21T21:35:05.854Z Downloaded syn v2.0.79
6602024-10-21T21:35:05.864Z Downloaded regress v0.9.1
6612024-10-21T21:35:05.872Z Downloaded hickory-proto v0.24.1
6622024-10-21T21:35:05.886Z Downloaded dropshot v0.12.0
6632024-10-21T21:35:05.906Z Downloaded sled v0.34.7
6642024-10-21T21:35:05.916Z Downloaded regex-syntax v0.8.5
6652024-10-21T21:35:05.924Z Downloaded tabled v0.15.0
6662024-10-21T21:35:05.939Z Downloaded regress v0.10.1
6672024-10-21T21:35:05.947Z Downloaded unicode-width v0.1.14
6682024-10-21T21:35:05.953Z Downloaded polar-core v0.27.3
6692024-10-21T21:35:05.961Z Downloaded curve25519-dalek v4.1.3
6702024-10-21T21:35:05.970Z Downloaded rustls v0.23.14
6712024-10-21T21:35:05.982Z Downloaded bzip2-sys v0.1.11+1.0.8
6722024-10-21T21:35:05.994Z Downloaded rustls v0.21.12
6732024-10-21T21:35:06.005Z Downloaded typify-impl v0.2.0
6742024-10-21T21:35:06.018Z Downloaded diesel v2.2.4
6752024-10-21T21:35:06.036Z Downloaded nix v0.29.0
6762024-10-21T21:35:06.047Z Downloaded tokio v1.40.0
6772024-10-21T21:35:06.084Z Downloaded rustix v0.38.37
6782024-10-21T21:35:06.106Z Downloaded regex v1.11.0
6792024-10-21T21:35:06.119Z Downloaded regex-automata v0.4.8
6802024-10-21T21:35:06.136Z Downloaded chrono-tz v0.10.0
6812024-10-21T21:35:06.143Z Downloaded rustls v0.22.4
6822024-10-21T21:35:06.157Z Downloaded idna v0.5.0
6832024-10-21T21:35:06.164Z Downloaded rayon v1.10.0
6842024-10-21T21:35:06.173Z Downloaded proptest v1.5.0
6852024-10-21T21:35:06.182Z Downloaded idna v0.4.0
6862024-10-21T21:35:06.189Z Downloaded bstr v1.10.0
6872024-10-21T21:35:06.200Z Downloaded petgraph v0.6.5
6882024-10-21T21:35:06.219Z Downloaded lzma-sys v0.1.20
6892024-10-21T21:35:06.248Z Downloaded encoding_rs v0.8.34
6902024-10-21T21:35:06.271Z Downloaded libc v0.2.161
6912024-10-21T21:35:06.298Z Downloaded libz-sys v1.1.20
6922024-10-21T21:35:06.319Z Downloaded csv v1.3.0
6932024-10-21T21:35:06.339Z Downloaded httpmock v0.8.0-alpha.1
6942024-10-21T21:35:06.357Z Downloaded sha3 v0.10.8
6952024-10-21T21:35:06.361Z Downloaded libgit2-sys v0.17.0+1.8.1
6962024-10-21T21:35:06.419Z Downloaded reqwest v0.11.27
6972024-10-21T21:35:06.427Z Downloaded idna v0.3.0
6982024-10-21T21:35:06.433Z Downloaded unsafe-libyaml v0.2.11
6992024-10-21T21:35:06.436Z Downloaded compact_str v0.8.0
7002024-10-21T21:35:06.440Z Downloaded portable-atomic v1.9.0
7012024-10-21T21:35:06.446Z Downloaded polling v3.7.3
7022024-10-21T21:35:06.449Z Downloaded nom v7.1.3
7032024-10-21T21:35:06.455Z Downloaded unicode-bidi v0.3.17
7042024-10-21T21:35:06.457Z Downloaded untrusted v0.7.1
7052024-10-21T21:35:06.460Z Downloaded strip-ansi-escapes v0.2.0
7062024-10-21T21:35:06.460Z Downloaded zerocopy v0.6.6
7072024-10-21T21:35:06.463Z Downloaded rcgen v0.12.1
7082024-10-21T21:35:06.466Z Downloaded itertools v0.12.1
7092024-10-21T21:35:06.470Z Downloaded x509-cert v0.2.5
7102024-10-21T21:35:06.476Z Downloaded constant_time_eq v0.3.1
7112024-10-21T21:35:06.479Z Downloaded clap_lex v0.7.2
7122024-10-21T21:35:06.479Z Downloaded rustls-pemfile v1.0.4
7132024-10-21T21:35:06.482Z Downloaded enum-as-inner v0.5.1
7142024-10-21T21:35:06.482Z Downloaded maybe-uninit v2.0.0
7152024-10-21T21:35:06.484Z Downloaded serde_regex v1.1.0
7162024-10-21T21:35:06.484Z Downloaded serde_path_to_error v0.1.16
7172024-10-21T21:35:06.487Z Downloaded libloading v0.8.5
7182024-10-21T21:35:06.489Z Downloaded diff v0.1.13
7192024-10-21T21:35:06.492Z Downloaded progenitor-impl v0.8.0
7202024-10-21T21:35:06.494Z Downloaded parse-zoneinfo v0.3.1
7212024-10-21T21:35:06.497Z Downloaded rustls-webpki v0.101.7
7222024-10-21T21:35:06.508Z Downloaded diesel_derives v2.2.3
7232024-10-21T21:35:06.512Z Downloaded itertools v0.10.5
7242024-10-21T21:35:06.518Z Downloaded git2 v0.19.0
7252024-10-21T21:35:06.526Z Downloaded spki v0.7.3
7262024-10-21T21:35:06.529Z Downloaded signal-hook-registry v1.4.2
7272024-10-21T21:35:06.529Z Downloaded spin v0.5.2
7282024-10-21T21:35:06.531Z Downloaded slog-async v2.8.0
7292024-10-21T21:35:06.532Z Downloaded h2 v0.3.26
7302024-10-21T21:35:06.538Z Downloaded tracing v0.1.40
7312024-10-21T21:35:06.542Z Downloaded typify v0.2.0
7322024-10-21T21:35:06.545Z Downloaded bitvec v1.0.1
7332024-10-21T21:35:06.559Z Downloaded der_derive v0.7.3
7342024-10-21T21:35:06.562Z Downloaded oso-derive v0.27.3
7352024-10-21T21:35:06.562Z Downloaded openssl-macros v0.1.1
7362024-10-21T21:35:06.562Z Downloaded mockall v0.13.0
7372024-10-21T21:35:06.565Z Downloaded serde_derive v1.0.210
7382024-10-21T21:35:06.567Z Downloaded thiserror v1.0.64
7392024-10-21T21:35:06.570Z Downloaded criterion v0.5.1
7402024-10-21T21:35:06.577Z Downloaded libtest-mimic v0.7.3
7412024-10-21T21:35:06.579Z Downloaded partial-io v0.5.4
7422024-10-21T21:35:06.582Z Downloaded tar v0.4.42
7432024-10-21T21:35:06.584Z Downloaded hkdf v0.12.4
7442024-10-21T21:35:06.587Z Downloaded rayon-core v1.12.1
7452024-10-21T21:35:06.589Z Downloaded tokio-tungstenite v0.21.0
7462024-10-21T21:35:06.592Z Downloaded semver v1.0.23
7472024-10-21T21:35:06.594Z Downloaded phf_shared v0.11.2
7482024-10-21T21:35:06.594Z Downloaded ena v0.14.3
7492024-10-21T21:35:06.597Z Downloaded toml_edit v0.22.22
7502024-10-21T21:35:06.618Z Downloaded rand v0.8.5
7512024-10-21T21:35:06.621Z Downloaded memchr v2.7.4
7522024-10-21T21:35:06.626Z Downloaded serde_with v3.11.0
7532024-10-21T21:35:06.634Z Downloaded goblin v0.8.2
7542024-10-21T21:35:06.641Z Downloaded rand_chacha v0.3.1
7552024-10-21T21:35:06.643Z Downloaded unarray v0.1.4
7562024-10-21T21:35:06.643Z Downloaded indicatif v0.17.8
7572024-10-21T21:35:06.646Z Downloaded crossbeam-utils v0.8.20
7582024-10-21T21:35:06.649Z Downloaded crc-any v2.5.0
7592024-10-21T21:35:06.652Z Downloaded rsa v0.9.6
7602024-10-21T21:35:06.656Z Downloaded p256 v0.13.2
7612024-10-21T21:35:06.659Z Downloaded fancy-regex v0.13.0
7622024-10-21T21:35:06.662Z Downloaded expectorate v1.1.0
7632024-10-21T21:35:06.670Z Downloaded bindgen v0.69.5
7642024-10-21T21:35:06.677Z Downloaded curve25519-dalek-derive v0.1.1
7652024-10-21T21:35:06.680Z Downloaded wait-timeout v0.2.0
7662024-10-21T21:35:06.680Z Downloaded typed-path v0.7.1
7672024-10-21T21:35:06.685Z Downloaded hashbrown v0.14.5
7682024-10-21T21:35:06.690Z Downloaded stable_deref_trait v1.2.0
7692024-10-21T21:35:06.693Z Downloaded chrono v0.4.38
7702024-10-21T21:35:06.698Z Downloaded predicates v3.1.2
7712024-10-21T21:35:06.704Z Downloaded elliptic-curve v0.13.8
7722024-10-21T21:35:06.708Z Downloaded blake3 v1.5.4
7732024-10-21T21:35:06.712Z Downloaded newtype-uuid v1.1.2
7742024-10-21T21:35:06.714Z Downloaded tungstenite v0.21.0
7752024-10-21T21:35:06.717Z Downloaded crossbeam-channel v0.5.13
7762024-10-21T21:35:06.720Z Downloaded unicode-segmentation v1.12.0
7772024-10-21T21:35:06.724Z Downloaded num-bigint-dig v0.8.4
7782024-10-21T21:35:06.729Z Downloaded futures-util v0.3.31
7792024-10-21T21:35:06.743Z Downloaded toml_datetime v0.6.8
7802024-10-21T21:35:06.746Z Downloaded ed25519-dalek v2.1.1
7812024-10-21T21:35:06.748Z Downloaded quote v1.0.37
7822024-10-21T21:35:06.751Z Downloaded postgres-types v0.2.8
7832024-10-21T21:35:06.753Z Downloaded trybuild v1.0.100
7842024-10-21T21:35:06.756Z Downloaded num-bigint v0.4.6
7852024-10-21T21:35:06.760Z Downloaded memmap v0.7.0
7862024-10-21T21:35:06.763Z Downloaded hashbrown v0.15.0
7872024-10-21T21:35:06.767Z Downloaded dtrace-parser v0.2.0
7882024-10-21T21:35:06.769Z Downloaded fallible-iterator v0.3.0
7892024-10-21T21:35:06.769Z Downloaded serde_with_macros v3.11.0
7902024-10-21T21:35:06.772Z Downloaded quinn-udp v0.5.5
7912024-10-21T21:35:06.774Z Downloaded crypto-bigint v0.5.5
7922024-10-21T21:35:06.778Z Downloaded tokio-util v0.7.12
7932024-10-21T21:35:06.785Z Downloaded whoami v1.5.2
7942024-10-21T21:35:06.788Z Downloaded path-tree v0.8.1
7952024-10-21T21:35:06.790Z Downloaded password-hash v0.4.2
7962024-10-21T21:35:06.791Z Downloaded slog-envlogger v2.2.0
7972024-10-21T21:35:06.793Z Downloaded ring v0.17.8
7982024-10-21T21:35:06.861Z Downloaded precomputed-hash v0.1.1
7992024-10-21T21:35:06.864Z Downloaded fastrand v2.1.1
8002024-10-21T21:35:06.864Z Downloaded smawk v0.3.2
8012024-10-21T21:35:06.866Z Downloaded papergrid v0.11.0
8022024-10-21T21:35:06.869Z Downloaded diesel-dtrace v0.3.0
8032024-10-21T21:35:06.871Z Downloaded defmt v0.3.8
8042024-10-21T21:35:06.874Z Downloaded slog-stdlog v4.1.1
8052024-10-21T21:35:06.877Z Downloaded rand_distr v0.4.3
8062024-10-21T21:35:06.879Z Downloaded crossbeam-deque v0.8.5
8072024-10-21T21:35:06.879Z Downloaded console v0.15.8
8082024-10-21T21:35:06.881Z Downloaded multimap v0.10.0
8092024-10-21T21:35:06.884Z Downloaded maplit v1.0.2
8102024-10-21T21:35:06.884Z Downloaded qorb v0.1.1
8112024-10-21T21:35:06.887Z Downloaded usdt v0.5.0
8122024-10-21T21:35:06.890Z Downloaded publicsuffix v2.2.3
8132024-10-21T21:35:06.892Z Downloaded num-complex v0.4.6
8142024-10-21T21:35:06.892Z Downloaded clap v4.5.20
8152024-10-21T21:35:06.900Z Downloaded criterion-plot v0.5.0
8162024-10-21T21:35:06.903Z Downloaded log v0.4.22
8172024-10-21T21:35:06.905Z Downloaded slog-dtrace v0.3.0
8182024-10-21T21:35:06.905Z Downloaded tungstenite v0.23.0
8192024-10-21T21:35:06.908Z Downloaded cc v1.1.30
8202024-10-21T21:35:06.912Z Downloaded same-file v1.0.6
8212024-10-21T21:35:06.915Z Downloaded csv-core v0.1.11
8222024-10-21T21:35:06.915Z Downloaded crypto-common v0.1.6
8232024-10-21T21:35:06.917Z Downloaded cookie v0.18.1
8242024-10-21T21:35:06.919Z Downloaded unicode-properties v0.1.3
8252024-10-21T21:35:06.920Z Downloaded unicode-ident v1.0.13
8262024-10-21T21:35:06.922Z Downloaded snafu v0.8.5
8272024-10-21T21:35:06.927Z Downloaded proc-macro-error-attr v1.0.4
8282024-10-21T21:35:06.930Z Downloaded proc-macro-crate v3.2.0
8292024-10-21T21:35:06.930Z Downloaded vte v0.11.1
8302024-10-21T21:35:06.933Z Downloaded vsss-rs v3.3.4
8312024-10-21T21:35:06.936Z Downloaded aes-gcm v0.10.3
8322024-10-21T21:35:06.938Z Downloaded pest_generator v2.7.14
8332024-10-21T21:35:06.938Z Downloaded hashbrown v0.13.2
8342024-10-21T21:35:06.942Z Downloaded ron v0.8.1
8352024-10-21T21:35:06.947Z Downloaded num-derive v0.4.2
8362024-10-21T21:35:06.950Z Downloaded ring v0.16.20
8372024-10-21T21:35:07.031Z Downloaded event-listener v2.5.3
8382024-10-21T21:35:07.033Z Downloaded libsqlite3-sys v0.30.1
8392024-10-21T21:35:07.110Z Downloaded ed25519 v2.2.3
8402024-10-21T21:35:07.112Z Downloaded ecdsa v0.16.9
8412024-10-21T21:35:07.115Z Downloaded dirs-next v2.0.0
8422024-10-21T21:35:07.115Z Downloaded cookie_store v0.21.0
8432024-10-21T21:35:07.117Z Downloaded sigpipe v0.1.3
8442024-10-21T21:35:07.117Z Downloaded strum_macros v0.25.3
8452024-10-21T21:35:07.120Z Downloaded hyper-util v0.1.9
8462024-10-21T21:35:07.122Z Downloaded allocator-api2 v0.2.18
8472024-10-21T21:35:07.125Z Downloaded itoa v1.0.11
8482024-10-21T21:35:07.128Z Downloaded instability v0.3.2
8492024-10-21T21:35:07.128Z Downloaded sha2 v0.10.8
8502024-10-21T21:35:07.130Z Downloaded sct v0.7.1
8512024-10-21T21:35:07.133Z Downloaded rustls-native-certs v0.7.3
8522024-10-21T21:35:07.136Z Downloaded ron v0.7.1
8532024-10-21T21:35:07.139Z Downloaded headers v0.4.0
8542024-10-21T21:35:07.144Z Downloaded cfg-expr v0.17.0
8552024-10-21T21:35:07.147Z Downloaded hmac v0.12.1
8562024-10-21T21:35:07.149Z Downloaded fragile v2.0.0
8572024-10-21T21:35:07.152Z Downloaded backoff v0.4.0
8582024-10-21T21:35:07.152Z Downloaded home v0.5.9
8592024-10-21T21:35:07.155Z Downloaded heck v0.5.0
8602024-10-21T21:35:07.155Z Downloaded glob v0.3.1
8612024-10-21T21:35:07.158Z Downloaded futures-sink v0.3.31
8622024-10-21T21:35:07.158Z Downloaded bit-vec v0.6.3
8632024-10-21T21:35:07.158Z Downloaded base64 v0.22.1
8642024-10-21T21:35:07.161Z Downloaded polyval v0.6.2
8652024-10-21T21:35:07.163Z Downloaded piper v0.2.4
8662024-10-21T21:35:07.163Z Downloaded pin-utils v0.1.0
8672024-10-21T21:35:07.166Z Downloaded pbkdf2 v0.12.2
8682024-10-21T21:35:07.166Z Downloaded parse-display-derive v0.10.0
8692024-10-21T21:35:07.169Z Downloaded async-process v2.3.0
8702024-10-21T21:35:07.169Z Downloaded async-bb8-diesel v0.2.1
8712024-10-21T21:35:07.172Z Downloaded anstream v0.6.15
8722024-10-21T21:35:07.175Z Downloaded ahash v0.8.11
8732024-10-21T21:35:07.175Z Downloaded futures v0.3.31
8742024-10-21T21:35:07.179Z Downloaded bytes v1.7.2
8752024-10-21T21:35:07.183Z Downloaded globset v0.4.15
8762024-10-21T21:35:07.185Z Downloaded futures-io v0.3.31
8772024-10-21T21:35:07.185Z Downloaded cargo-platform v0.1.8
8782024-10-21T21:35:07.188Z Downloaded base64 v0.13.1
8792024-10-21T21:35:07.190Z Downloaded base16ct v0.2.0
8802024-10-21T21:35:07.190Z Downloaded adler2 v2.0.0
8812024-10-21T21:35:07.193Z Downloaded blake2 v0.10.6
8822024-10-21T21:35:07.193Z Downloaded bitfield-struct v0.6.2
8832024-10-21T21:35:07.196Z Downloaded bcrypt-pbkdf v0.10.0
8842024-10-21T21:35:07.196Z Downloaded buf-list v1.0.3
8852024-10-21T21:35:07.199Z Downloaded funty v2.0.0
8862024-10-21T21:35:07.199Z Downloaded fnv v1.0.7
8872024-10-21T21:35:07.199Z Downloaded float-cmp v0.9.0
8882024-10-21T21:35:07.201Z Downloaded ff v0.13.0
8892024-10-21T21:35:07.201Z Downloaded fd-lock v4.0.2
8902024-10-21T21:35:07.204Z Downloaded async-channel v2.3.1
8912024-10-21T21:35:07.204Z Downloaded array-init v0.0.4
8922024-10-21T21:35:07.206Z Downloaded approx v0.5.1
8932024-10-21T21:35:07.206Z Downloaded anstyle v1.0.8
8942024-10-21T21:35:07.209Z Downloaded foreign-types-shared v0.3.1
8952024-10-21T21:35:07.209Z Downloaded foreign-types v0.3.2
8962024-10-21T21:35:07.209Z Downloaded bitflags v1.3.2
8972024-10-21T21:35:07.211Z Downloaded bitfield v0.14.0
8982024-10-21T21:35:07.214Z Downloaded async-trait v0.1.83
8992024-10-21T21:35:07.217Z Downloaded hex v0.4.3
9002024-10-21T21:35:07.217Z Downloaded hash32 v0.2.1
9012024-10-21T21:35:07.219Z Downloaded ghash v0.5.1
9022024-10-21T21:35:07.219Z Downloaded futures-macro v0.3.31
9032024-10-21T21:35:07.222Z Downloaded form_urlencoded v1.2.1
9042024-10-21T21:35:07.222Z Downloaded bzip2 v0.4.4
9052024-10-21T21:35:07.222Z Downloaded http-range v0.1.5
9062024-10-21T21:35:07.225Z Downloaded arrayvec v0.7.6
9072024-10-21T21:35:07.225Z Downloaded argon2 v0.5.3
9082024-10-21T21:35:07.227Z Downloaded autocfg v1.4.0
9092024-10-21T21:35:07.230Z Downloaded cfg-if v1.0.0
9102024-10-21T21:35:07.230Z Downloaded cbc v0.1.2
9112024-10-21T21:35:07.230Z Downloaded block-buffer v0.10.4
9122024-10-21T21:35:07.233Z Downloaded async-attributes v1.1.2
9132024-10-21T21:35:07.233Z Downloaded async-channel v1.9.0
9142024-10-21T21:35:07.233Z Downloaded arrayref v0.3.9
9152024-10-21T21:35:07.236Z Downloaded anes v0.1.6
9162024-10-21T21:35:07.501Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9172024-10-21T21:35:17.833Z Startup: Refreshing catalog 'helios-dev' ... Done
9182024-10-21T21:35:20.989Z Startup: Caching catalogs ... Done
9192024-10-21T21:35:27.273ZPlanning: Solver setup ... Done (5.593s)
9202024-10-21T21:35:27.357ZPlanning: Running solver ... Done (0.084s)
9212024-10-21T21:35:27.438ZPlanning: Finding local manifests ... Done (0.005s)
9222024-10-21T21:35:27.465ZPlanning: Fetching manifests: 0/5 0% complete
9232024-10-21T21:35:27.748ZPlanning: Fetching manifests: 5/5 100% complete
9242024-10-21T21:35:27.988ZPlanning: Package planning ... Done (0.240s)
9252024-10-21T21:35:28.047ZPlanning: Merging actions ... Done (0.058s)
9262024-10-21T21:35:28.251ZPlanning: Checking for conflicting actions ... Done (0.204s)
9272024-10-21T21:35:30.385ZPlanning: Consolidating action changes ... Done (2.134s)
9282024-10-21T21:35:30.855ZPlanning: Evaluating mediators ... Done (0.470s)
9292024-10-21T21:35:30.935ZPlanning: Planning completed in 9.86 seconds
9302024-10-21T21:35:30.953Z Packages to install: 4
9312024-10-21T21:35:30.953Z Packages to update: 1
9322024-10-21T21:35:30.956Z Mediators to change: 2
9332024-10-21T21:35:30.956Z Services to change: 1
9342024-10-21T21:35:30.956Z Estimated space available: 155.48 GB
9352024-10-21T21:35:30.956ZEstimated space to be consumed: 1.58 GB
9362024-10-21T21:35:30.956Z Create boot environment: No
9372024-10-21T21:35:30.956ZCreate backup boot environment: Yes
9382024-10-21T21:35:30.956Z Rebuild boot archive: No
9392024-10-21T21:35:30.956Z
9402024-10-21T21:35:30.956ZChanged mediators:
9412024-10-21T21:35:30.956Z mediator clang:
9422024-10-21T21:35:30.956Z version: None -> 15 (system default)
9432024-10-21T21:35:30.956Z
9442024-10-21T21:35:30.956Z mediator llvm:
9452024-10-21T21:35:30.956Z version: 14 (system default) -> 15 (system default)
9462024-10-21T21:35:30.956Z
9472024-10-21T21:35:30.956ZChanged packages:
9482024-10-21T21:35:30.956Zhelios-dev
9492024-10-21T21:35:30.956Z developer/build-essential
9502024-10-21T21:35:30.956Z None -> 11-2.0
9512024-10-21T21:35:30.956Z library/libxmlsec1
9522024-10-21T21:35:30.956Z None -> 1.2.35-2.0
9532024-10-21T21:35:30.956Z ooce/developer/clang-15
9542024-10-21T21:35:30.956Z None -> 15.0.7-2.0
9552024-10-21T21:35:30.956Z ooce/developer/llvm-15
9562024-10-21T21:35:30.956Z None -> 15.0.7-2.0
9572024-10-21T21:35:30.956Z package/pkg
9582024-10-21T21:35:30.956Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9592024-10-21T21:35:30.956Z
9602024-10-21T21:35:30.956ZServices:
9612024-10-21T21:35:30.956Z restart_fmri:
9622024-10-21T21:35:30.956Z svc:/system/update-man-index:default
9632024-10-21T21:35:30.956Z
9642024-10-21T21:35:30.956ZEditable files to change:
9652024-10-21T21:35:30.956Z Update:
9662024-10-21T21:35:30.957Z usr/share/lib/pkg/web/config.shtml
9672024-10-21T21:35:31.035Z
9682024-10-21T21:35:31.035ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9692024-10-21T21:35:36.037ZDownload: 1360/4281 items 99.5/220.6MB 45% complete (20.2M/s)
9702024-10-21T21:35:41.038ZDownload: 3226/4281 items 164.4/220.6MB 74% complete (16.4M/s)
9712024-10-21T21:35:45.869ZDownload: Completed 220.60 MB in 14.83 seconds (14.9M/s)
9722024-10-21T21:35:47.999Z Actions: 1/5063 actions (Removing old actions)
9732024-10-21T21:35:48.022Z Actions: 194/5063 actions (Installing new actions)
9742024-10-21T21:35:52.763Z Actions: 4226/5063 actions (Updating modified actions)
9752024-10-21T21:35:53.092Z Actions: Completed 5063 actions in 5.09 seconds.
9762024-10-21T21:35:53.451Z Done (0.351s)
9772024-10-21T21:35:53.454Z Done (0.000s)
9782024-10-21T21:35:53.942Z Done (0.489s)
9792024-10-21T21:35:58.450Z Done (4.303s)
9802024-10-21T21:35:58.543Z Done (0.017s)
9812024-10-21T21:35:58.547Z Done (0.000s)
9822024-10-21T21:35:58.728Z Done (0.000s)
9832024-10-21T21:35:59.372ZPlanning: Evaluating mediator changes ... Done
9842024-10-21T21:35:59.533ZPlanning: Checking for conflicting actions ... Done
9852024-10-21T21:35:59.536ZPlanning: Consolidating action changes ... Done
9862024-10-21T21:35:59.803ZPlanning: Evaluating mediators ... Done
9872024-10-21T21:35:59.805ZPlanning: Planning completed in 0.43 seconds
9882024-10-21T21:35:59.845Z Mediators to change: 2
9892024-10-21T21:35:59.845Z Create boot environment: No
9902024-10-21T21:35:59.847ZCreate backup boot environment: No
9912024-10-21T21:35:59.922Z Done
9922024-10-21T21:35:59.922Z Done
9932024-10-21T21:36:00.236Z Done
9942024-10-21T21:36:03.770Z Done
9952024-10-21T21:36:03.864Z Done
9962024-10-21T21:36:03.867Z Done
9972024-10-21T21:36:03.973Z Done
9982024-10-21T21:36:04.591ZPlanning: Evaluating mediator changes ... Done
9992024-10-21T21:36:04.593ZPlanning: Merging actions ... Done
10002024-10-21T21:36:04.782ZPlanning: Checking for conflicting actions ... Done
10012024-10-21T21:36:04.785ZPlanning: Consolidating action changes ... Done
10022024-10-21T21:36:05.049ZPlanning: Evaluating mediators ... Done
10032024-10-21T21:36:05.104ZPlanning: Planning completed in 0.76 seconds
10042024-10-21T21:36:05.146Z Packages to change: 1
10052024-10-21T21:36:05.146Z Mediators to change: 1
10062024-10-21T21:36:05.146Z Services to change: 1
10072024-10-21T21:36:05.146Z Create boot environment: No
10082024-10-21T21:36:05.149ZCreate backup boot environment: Yes
10092024-10-21T21:36:07.337Z Actions: 1/6 actions (Updating modified actions)
10102024-10-21T21:36:07.339Z Actions: Completed 6 actions in 0.00 seconds.
10112024-10-21T21:36:07.339Z Done
10122024-10-21T21:36:07.339Z Done
10132024-10-21T21:36:07.439Z Done
10142024-10-21T21:36:10.979Z Done
10152024-10-21T21:36:11.073Z Done
10162024-10-21T21:36:11.075Z Done
10172024-10-21T21:36:11.203Z Done
10182024-10-21T21:36:11.637ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10192024-10-21T21:36:11.637Zclang system 15 system
10202024-10-21T21:36:11.637Zcsh system system illumos
10212024-10-21T21:36:11.637Zctags system system illumos
10222024-10-21T21:36:11.637Zgcc vendor 12 vendor
10232024-10-21T21:36:11.637Zgcc system 10 system
10242024-10-21T21:36:11.637Zgcc system 7 system
10252024-10-21T21:36:11.637Zgo system 1.20 system
10262024-10-21T21:36:11.637Zgo system 1.19 system
10272024-10-21T21:36:11.637Zllvm system 15 system
10282024-10-21T21:36:11.637Zllvm system 14 system
10292024-10-21T21:36:11.637Zmariadb system 10.6 system
10302024-10-21T21:36:11.637Zmta vendor vendor dma
10312024-10-21T21:36:11.637Zopenjdk system 17 system
10322024-10-21T21:36:11.637Zopenjdk system 11 system
10332024-10-21T21:36:11.637Zopenjdk system 1.8 system
10342024-10-21T21:36:11.637Zopenssl vendor 3 vendor
10352024-10-21T21:36:11.637Zperl system 5.36 system
10362024-10-21T21:36:11.638Zpostgresql system 15 system
10372024-10-21T21:36:11.638Zpostgresql system 13 system
10382024-10-21T21:36:11.638Zpython vendor 3 vendor
10392024-10-21T21:36:11.638Zpython system 2 system
10402024-10-21T21:36:11.638Zpython3 system 3.11 system
10412024-10-21T21:36:11.638Zruby system 3.0 system
10422024-10-21T21:36:11.638Zwords vendor vendor american-english
10432024-10-21T21:36:11.638Zwords system system australian-english
10442024-10-21T21:36:11.638Zwords system system british-english
10452024-10-21T21:36:11.638Zwords system system canadian-english
10462024-10-21T21:36:11.638Zwords system system french
10472024-10-21T21:36:11.638Zwords system system italian
10482024-10-21T21:36:11.638Zwords system system ngerman
10492024-10-21T21:36:11.638Zwords system system ogerman
10502024-10-21T21:36:11.638Zwords system system spanish
10512024-10-21T21:36:11.974ZPUBLISHER TYPE STATUS P LOCATION
10522024-10-21T21:36:11.974Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10532024-10-21T21:36:14.286ZFMRI IFO
10542024-10-21T21:36:14.286Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10552024-10-21T21:36:14.286Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10562024-10-21T21:36:14.286Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10572024-10-21T21:36:14.286Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10582024-10-21T21:36:14.286Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10592024-10-21T21:36:14.286Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10602024-10-21T21:36:14.286Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10612024-10-21T21:36:14.286Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10622024-10-21T21:36:14.286Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10632024-10-21T21:36:14.286Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10642024-10-21T21:36:14.286Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10652024-10-21T21:36:14.286Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10662024-10-21T21:36:14.286Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10672024-10-21T21:36:15.340Z Downloading crates ...
10682024-10-21T21:36:15.428Z Downloaded cargo_toml v0.20.5
10692024-10-21T21:36:15.566Z Compiling proc-macro2 v1.0.87
10702024-10-21T21:36:15.566Z Compiling unicode-ident v1.0.13
10712024-10-21T21:36:15.569Z Compiling serde v1.0.210
10722024-10-21T21:36:15.569Z Compiling version_check v0.9.5
10732024-10-21T21:36:15.569Z Compiling thiserror v1.0.64
10742024-10-21T21:36:15.569Z Compiling memchr v2.7.4
10752024-10-21T21:36:15.569Z Compiling libc v0.2.161
10762024-10-21T21:36:15.587Z Compiling ryu v1.0.18
10772024-10-21T21:36:15.822Z Compiling ucd-trie v0.1.7
10782024-10-21T21:36:15.945Z Compiling itoa v1.0.11
10792024-10-21T21:36:16.166Z Compiling once_cell v1.20.2
10802024-10-21T21:36:16.392Z Compiling byteorder v1.5.0
10812024-10-21T21:36:16.424Z Compiling serde_json v1.0.128
10822024-10-21T21:36:16.443Z Compiling rustix v0.38.37
10832024-10-21T21:36:16.926Z Compiling bitflags v2.6.0
10842024-10-21T21:36:17.160Z Compiling quote v1.0.37
10852024-10-21T21:36:17.237Z Compiling proc-macro-error-attr v1.0.4
10862024-10-21T21:36:17.288Z Compiling usdt-impl v0.5.0
10872024-10-21T21:36:17.346Z Compiling syn v1.0.109
10882024-10-21T21:36:17.499Z Compiling syn v2.0.79
10892024-10-21T21:36:17.732Z Compiling errno v0.3.9
10902024-10-21T21:36:17.854Z Compiling proc-macro-error v1.0.4
10912024-10-21T21:36:17.943Z Compiling utf8parse v0.2.2
10922024-10-21T21:36:18.013Z Compiling thread-id v4.2.2
10932024-10-21T21:36:18.028Z Compiling log v0.4.22
10942024-10-21T21:36:18.040Z Compiling camino v1.1.9
10952024-10-21T21:36:18.065Z Compiling plain v0.2.3
10962024-10-21T21:36:18.079Z Compiling hashbrown v0.15.0
10972024-10-21T21:36:18.108Z Compiling equivalent v1.0.1
10982024-10-21T21:36:18.202Z Compiling anstyle-parse v0.2.5
10992024-10-21T21:36:18.550Z Compiling winnow v0.6.20
11002024-10-21T21:36:18.746Z Compiling anstyle v1.0.8
11012024-10-21T21:36:18.764Z Compiling colorchoice v1.0.2
11022024-10-21T21:36:18.902Z Compiling is_terminal_polyfill v1.70.1
11032024-10-21T21:36:19.020Z Compiling semver v1.0.23
11042024-10-21T21:36:19.086Z Compiling anstyle-query v1.1.1
11052024-10-21T21:36:19.203Z Compiling indexmap v2.6.0
11062024-10-21T21:36:19.228Z Compiling pretty-hex v0.4.1
11072024-10-21T21:36:19.256Z Compiling autocfg v1.4.0
11082024-10-21T21:36:19.420Z Compiling unicode-width v0.1.14
11092024-10-21T21:36:19.607Z Compiling anstream v0.6.15
11102024-10-21T21:36:19.921Z Compiling terminal_size v0.4.0
11112024-10-21T21:36:20.356Z Compiling clap_lex v0.7.2
11122024-10-21T21:36:20.368Z Compiling fastrand v2.1.1
11132024-10-21T21:36:20.435Z Compiling fs-err v2.11.0
11142024-10-21T21:36:20.576Z Compiling anyhow v1.0.89
11152024-10-21T21:36:20.703Z Compiling strsim v0.11.1
11162024-10-21T21:36:20.729Z Compiling heck v0.4.1
11172024-10-21T21:36:20.869Z Compiling bytecount v0.6.8
11182024-10-21T21:36:20.884Z Compiling heck v0.5.0
11192024-10-21T21:36:21.291Z Compiling fnv v1.0.7
11202024-10-21T21:36:21.425Z Compiling cfg-if v1.0.0
11212024-10-21T21:36:21.440Z Compiling papergrid v0.11.0
11222024-10-21T21:36:21.642Z Compiling tempfile v3.13.0
11232024-10-21T21:36:21.662Z Compiling clap_builder v4.5.20
11242024-10-21T21:36:21.802Z Compiling memmap v0.7.0
11252024-10-21T21:36:21.814Z Compiling smawk v0.3.2
11262024-10-21T21:36:22.017Z Compiling unicode-linebreak v0.1.5
11272024-10-21T21:36:22.447Z Compiling textwrap v0.16.1
11282024-10-21T21:36:22.501Z Compiling swrite v0.1.0
11292024-10-21T21:36:23.814Z Compiling tabled_derive v0.7.0
11302024-10-21T21:36:25.382Z Compiling tabled v0.15.0
11312024-10-21T21:36:26.382Z Compiling serde_derive v1.0.210
11322024-10-21T21:36:26.382Z Compiling thiserror-impl v1.0.64
11332024-10-21T21:36:26.384Z Compiling zerocopy-derive v0.7.35
11342024-10-21T21:36:26.394Z Compiling scroll_derive v0.12.0
11352024-10-21T21:36:26.904Z Compiling clap_derive v4.5.18
11362024-10-21T21:36:27.853Z Compiling scroll v0.12.0
11372024-10-21T21:36:28.308Z Compiling goblin v0.8.2
11382024-10-21T21:36:28.563Z Compiling zerocopy v0.7.35
11392024-10-21T21:36:29.098Z Compiling pest v2.7.14
11402024-10-21T21:36:30.669Z Compiling clap v4.5.20
11412024-10-21T21:36:31.516Z Compiling pest_meta v2.7.14
11422024-10-21T21:36:32.314Z Compiling pest_generator v2.7.14
11432024-10-21T21:36:34.249Z Compiling pest_derive v2.7.14
11442024-10-21T21:36:34.884Z Compiling dtrace-parser v0.2.0
11452024-10-21T21:36:36.632Z Compiling serde_spanned v0.6.8
11462024-10-21T21:36:36.632Z Compiling toml_datetime v0.6.8
11472024-10-21T21:36:36.635Z Compiling cargo-platform v0.1.8
11482024-10-21T21:36:37.049Z Compiling serde_tokenstream v0.2.2
11492024-10-21T21:36:37.060Z Compiling toml_edit v0.22.22
11502024-10-21T21:36:37.165Z Compiling macaddr v1.0.1
11512024-10-21T21:36:37.306Z Compiling camino-tempfile v1.1.1
11522024-10-21T21:36:38.045Z Compiling dof v0.3.0
11532024-10-21T21:36:38.045Z Compiling cargo_metadata v0.18.1
11542024-10-21T21:36:39.876Z Compiling toml v0.8.19
11552024-10-21T21:36:40.010Z Compiling usdt-macro v0.5.0
11562024-10-21T21:36:40.012Z Compiling usdt-attr-macro v0.5.0
11572024-10-21T21:36:40.695Z Compiling cargo_toml v0.20.5
11582024-10-21T21:36:41.466Z Compiling usdt v0.5.0
11592024-10-21T21:36:44.238Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11602024-10-21T21:36:48.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.45s
11612024-10-21T21:36:48.276Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11622024-10-21T21:36:49.156Z Compiling serde v1.0.210
11632024-10-21T21:36:49.159Z Compiling typenum v1.17.0
11642024-10-21T21:36:49.159Z Compiling lock_api v0.4.12
11652024-10-21T21:36:49.159Z Compiling generic-array v0.14.7
11662024-10-21T21:36:49.159Z Compiling scopeguard v1.2.0
11672024-10-21T21:36:49.159Z Compiling subtle v2.6.1
11682024-10-21T21:36:49.305Z Compiling syn v2.0.79
11692024-10-21T21:36:49.316Z Compiling getrandom v0.2.15
11702024-10-21T21:36:49.457Z Compiling value-bag v1.9.0
11712024-10-21T21:36:49.599Z Compiling rand_core v0.6.4
11722024-10-21T21:36:49.694Z Compiling const-oid v0.9.6
11732024-10-21T21:36:49.729Z Compiling pin-project-lite v0.2.14
11742024-10-21T21:36:49.833Z Compiling smallvec v1.13.2
11752024-10-21T21:36:49.852Z Compiling jobserver v0.1.32
11762024-10-21T21:36:50.050Z Compiling log v0.4.22
11772024-10-21T21:36:50.121Z Compiling shlex v1.3.0
11782024-10-21T21:36:50.147Z Compiling parking_lot_core v0.9.10
11792024-10-21T21:36:50.221Z Compiling futures-core v0.3.31
11802024-10-21T21:36:50.469Z Compiling cc v1.1.30
11812024-10-21T21:36:50.538Z Compiling signal-hook-registry v1.4.2
11822024-10-21T21:36:50.754Z Compiling mio v1.0.2
11832024-10-21T21:36:50.915Z Compiling cpufeatures v0.2.14
11842024-10-21T21:36:51.013Z Compiling parking_lot v0.12.3
11852024-10-21T21:36:51.283Z Compiling futures-sink v0.3.31
11862024-10-21T21:36:51.400Z Compiling spin v0.9.8
11872024-10-21T21:36:51.439Z Compiling socket2 v0.5.7
11882024-10-21T21:36:51.678Z Compiling slab v0.4.9
11892024-10-21T21:36:51.791Z Compiling serde_json v1.0.128
11902024-10-21T21:36:51.977Z Compiling futures-channel v0.3.31
11912024-10-21T21:36:52.007Z Compiling futures-io v0.3.31
11922024-10-21T21:36:52.023Z Compiling pin-utils v0.1.0
11932024-10-21T21:36:52.105Z Compiling tinyvec_macros v0.1.1
11942024-10-21T21:36:52.158Z Compiling foldhash v0.1.3
11952024-10-21T21:36:52.195Z Compiling futures-task v0.3.31
11962024-10-21T21:36:52.329Z Compiling allocator-api2 v0.2.18
11972024-10-21T21:36:52.383Z Compiling tinyvec v1.8.0
11982024-10-21T21:36:52.412Z Compiling libm v0.2.8
11992024-10-21T21:36:52.430Z Compiling num-traits v0.2.19
12002024-10-21T21:36:52.472Z Compiling unicode-bidi v0.3.17
12012024-10-21T21:36:52.475Z Compiling base64ct v1.6.0
12022024-10-21T21:36:52.930Z Compiling pem-rfc7468 v0.7.0
12032024-10-21T21:36:53.049Z Compiling hashbrown v0.15.0
12042024-10-21T21:36:53.084Z Compiling flagset v0.4.6
12052024-10-21T21:36:53.285Z Compiling httparse v1.9.5
12062024-10-21T21:36:53.673Z Compiling tracing-core v0.1.32
12072024-10-21T21:36:53.883Z Compiling unicode-normalization v0.1.24
12082024-10-21T21:36:54.122Z Compiling crossbeam-utils v0.8.20
12092024-10-21T21:36:54.221Z Compiling rustls-pki-types v1.9.0
12102024-10-21T21:36:54.329Z Compiling percent-encoding v2.3.1
12112024-10-21T21:36:54.772Z Compiling pkg-config v0.3.31
12122024-10-21T21:36:54.786Z Compiling ring v0.17.8
12132024-10-21T21:36:54.984Z Compiling powerfmt v0.2.0
12142024-10-21T21:36:55.044Z Compiling untrusted v0.9.0
12152024-10-21T21:36:55.218Z Compiling vcpkg v0.2.15
12162024-10-21T21:36:55.354Z Compiling time-core v0.1.2
12172024-10-21T21:36:55.377Z Compiling num-conv v0.1.0
12182024-10-21T21:36:55.420Z Compiling deranged v0.3.11
12192024-10-21T21:36:55.661Z Compiling time-macros v0.2.18
12202024-10-21T21:36:55.911Z Compiling num_threads v0.1.7
12212024-10-21T21:36:56.035Z Compiling atomic-waker v1.1.2
12222024-10-21T21:36:56.220Z Compiling form_urlencoded v1.2.1
12232024-10-21T21:36:56.255Z Compiling slog v2.7.0
12242024-10-21T21:36:56.545Z Compiling rustix v0.38.37
12252024-10-21T21:36:56.791Z Compiling try-lock v0.2.5
12262024-10-21T21:36:56.863Z Compiling httpdate v1.0.3
12272024-10-21T21:36:56.932Z Compiling want v0.3.1
12282024-10-21T21:36:57.299Z Compiling idna v0.5.0
12292024-10-21T21:36:57.317Z Compiling openssl-sys v0.9.103
12302024-10-21T21:36:57.346Z Compiling openssl v0.10.66
12312024-10-21T21:36:57.362Z Compiling tower-service v0.3.3
12322024-10-21T21:36:57.482Z Compiling foreign-types-shared v0.1.1
12332024-10-21T21:36:57.592Z Compiling match_cfg v0.1.0
12342024-10-21T21:36:57.679Z Compiling iana-time-zone v0.1.61
12352024-10-21T21:36:57.742Z Compiling base64 v0.22.1
12362024-10-21T21:36:57.928Z Compiling rustversion v1.0.17
12372024-10-21T21:36:58.127Z Compiling url v2.5.2
12382024-10-21T21:36:58.434Z Compiling hostname v0.3.1
12392024-10-21T21:36:58.705Z Compiling foreign-types v0.3.2
12402024-10-21T21:36:58.723Z Compiling dirs-sys-next v0.1.2
12412024-10-21T21:36:58.798Z Compiling aho-corasick v1.1.3
12422024-10-21T21:36:58.814Z Compiling adler2 v2.0.0
12432024-10-21T21:36:58.912Z Compiling time v0.3.36
12442024-10-21T21:36:59.006Z Compiling native-tls v0.2.12
12452024-10-21T21:36:59.321Z Compiling siphasher v0.3.11
12462024-10-21T21:36:59.360Z Compiling syn v1.0.109
12472024-10-21T21:36:59.698Z Compiling regex-syntax v0.8.5
12482024-10-21T21:36:59.850Z Compiling data-encoding v2.6.0
12492024-10-21T21:36:59.888Z Compiling rustls v0.23.14
12502024-10-21T21:36:59.962Z Compiling rustls v0.22.4
12512024-10-21T21:37:00.257Z Compiling miniz_oxide v0.8.0
12522024-10-21T21:37:00.276Z Compiling dirs-next v2.0.0
12532024-10-21T21:37:01.830Z Compiling serde_derive_internals v0.29.1
12542024-10-21T21:37:01.887Z Compiling crossbeam-epoch v0.9.18
12552024-10-21T21:37:02.248Z Compiling lazy_static v1.5.0
12562024-10-21T21:37:02.368Z Compiling thread_local v1.1.8
12572024-10-21T21:37:02.661Z Compiling cookie v0.18.1
12582024-10-21T21:37:02.917Z Compiling encoding_rs v0.8.34
12592024-10-21T21:37:02.957Z Compiling multer v3.1.0
12602024-10-21T21:37:03.246Z Compiling regex-automata v0.4.8
12612024-10-21T21:37:03.280Z Compiling serde_derive v1.0.210
12622024-10-21T21:37:03.950Z Compiling zeroize_derive v1.4.2
12632024-10-21T21:37:04.183Z Compiling zerocopy-derive v0.7.35
12642024-10-21T21:37:04.509Z Compiling tokio-macros v2.4.0
12652024-10-21T21:37:05.326Z Compiling thiserror-impl v1.0.64
12662024-10-21T21:37:05.587Z Compiling zeroize v1.8.1
12672024-10-21T21:37:06.195Z Compiling futures-macro v0.3.31
12682024-10-21T21:37:06.341Z Compiling der_derive v0.7.3
12692024-10-21T21:37:06.479Z Compiling zerocopy v0.7.35
12702024-10-21T21:37:07.377Z Compiling crypto-common v0.1.6
12712024-10-21T21:37:07.422Z Compiling block-buffer v0.10.4
12722024-10-21T21:37:07.611Z Compiling block-padding v0.3.3
12732024-10-21T21:37:07.680Z Compiling digest v0.10.7
12742024-10-21T21:37:07.855Z Compiling inout v0.1.3
12752024-10-21T21:37:08.098Z Compiling hmac v0.12.1
12762024-10-21T21:37:08.121Z Compiling sha2 v0.10.8
12772024-10-21T21:37:08.151Z Compiling cipher v0.4.4
12782024-10-21T21:37:08.230Z Compiling futures-util v0.3.31
12792024-10-21T21:37:08.332Z Compiling ppv-lite86 v0.2.20
12802024-10-21T21:37:08.628Z Compiling tracing-attributes v0.1.27
12812024-10-21T21:37:08.648Z Compiling thiserror v1.0.64
12822024-10-21T21:37:08.856Z Compiling pest v2.7.14
12832024-10-21T21:37:08.859Z Compiling der v0.7.9
12842024-10-21T21:37:09.186Z Compiling rand_chacha v0.3.1
12852024-10-21T21:37:11.620Z Compiling spki v0.7.3
12862024-10-21T21:37:11.737Z Compiling rand v0.8.5
12872024-10-21T21:37:11.853Z Compiling salsa20 v0.10.2
12882024-10-21T21:37:11.978Z Compiling pbkdf2 v0.12.2
12892024-10-21T21:37:12.082Z Compiling pest_meta v2.7.14
12902024-10-21T21:37:12.151Z Compiling scrypt v0.11.0
12912024-10-21T21:37:12.185Z Compiling aes v0.8.4
12922024-10-21T21:37:12.427Z Compiling tracing v0.1.40
12932024-10-21T21:37:12.739Z Compiling cbc v0.1.2
12942024-10-21T21:37:12.952Z Compiling scroll_derive v0.12.0
12952024-10-21T21:37:12.979Z Compiling rustls-webpki v0.102.8
12962024-10-21T21:37:13.823Z Compiling pest_generator v2.7.14
12972024-10-21T21:37:14.316Z Compiling pkcs5 v0.7.1
12982024-10-21T21:37:14.397Z Compiling scroll v0.12.0
12992024-10-21T21:37:14.957Z Compiling pkcs8 v0.10.2
13002024-10-21T21:37:14.983Z Compiling goblin v0.8.2
13012024-10-21T21:37:15.059Z Compiling async-trait v0.1.83
13022024-10-21T21:37:15.527Z Compiling openssl-macros v0.1.1
13032024-10-21T21:37:15.698Z Compiling sha1 v0.10.6
13042024-10-21T21:37:15.861Z Compiling signature v2.2.0
13052024-10-21T21:37:16.082Z Compiling ipnet v2.10.1
13062024-10-21T21:37:16.127Z Compiling schemars v0.8.21
13072024-10-21T21:37:16.146Z Compiling unicode-properties v0.1.3
13082024-10-21T21:37:16.305Z Compiling paste v1.0.15
13092024-10-21T21:37:16.487Z Compiling openssl-probe v0.1.5
13102024-10-21T21:37:16.582Z Compiling signal-hook v0.3.17
13112024-10-21T21:37:16.827Z Compiling either v1.13.0
13122024-10-21T21:37:16.845Z Compiling mime v0.3.17
13132024-10-21T21:37:16.862Z Compiling slog-async v2.8.0
13142024-10-21T21:37:17.066Z Compiling pest_derive v2.7.14
13152024-10-21T21:37:17.236Z Compiling gimli v0.31.1
13162024-10-21T21:37:17.311Z Compiling rayon-core v1.12.1
13172024-10-21T21:37:17.460Z Compiling bytes v1.7.2
13182024-10-21T21:37:17.582Z Compiling indexmap v2.6.0
13192024-10-21T21:37:17.839Z Compiling bitflags v2.6.0
13202024-10-21T21:37:17.853Z Compiling semver v1.0.23
13212024-10-21T21:37:17.855Z Compiling dtrace-parser v0.2.0
13222024-10-21T21:37:18.597Z Compiling tokio v1.40.0
13232024-10-21T21:37:18.766Z Compiling http v1.1.0
13242024-10-21T21:37:19.022Z Compiling rustc_version v0.4.1
13252024-10-21T21:37:19.815Z Compiling uuid v1.10.0
13262024-10-21T21:37:19.985Z Compiling serde_spanned v0.6.8
13272024-10-21T21:37:20.224Z Compiling serde_tokenstream v0.2.2
13282024-10-21T21:37:20.642Z Compiling http-body v1.0.1
13292024-10-21T21:37:20.845Z Compiling dof v0.3.0
13302024-10-21T21:37:20.886Z Compiling toml_datetime v0.6.8
13312024-10-21T21:37:21.267Z Compiling chrono v0.4.38
13322024-10-21T21:37:21.285Z Compiling http-body-util v0.1.2
13332024-10-21T21:37:21.437Z Compiling heapless v0.7.17
13342024-10-21T21:37:21.785Z Compiling usdt-impl v0.5.0
13352024-10-21T21:37:22.447Z Compiling addr2line v0.24.2
13362024-10-21T21:37:23.076Z Compiling toml_edit v0.22.22
13372024-10-21T21:37:23.150Z Compiling curve25519-dalek v4.1.3
13382024-10-21T21:37:23.332Z Compiling slog-json v2.6.1
13392024-10-21T21:37:23.724Z Compiling serde_urlencoded v0.7.1
13402024-10-21T21:37:23.745Z Compiling stringprep v0.1.5
13412024-10-21T21:37:23.806Z Compiling futures-executor v0.3.31
13422024-10-21T21:37:24.907Z Compiling md-5 v0.10.6
13432024-10-21T21:37:24.998Z Compiling schemars_derive v0.8.21
13442024-10-21T21:37:25.158Z Compiling enum-as-inner v0.6.1
13452024-10-21T21:37:25.367Z Compiling usdt-macro v0.5.0
13462024-10-21T21:37:26.313Z Compiling usdt-attr-macro v0.5.0
13472024-10-21T21:37:26.860Z Compiling tokio-util v0.7.12
13482024-10-21T21:37:27.931Z Compiling h2 v0.4.6
13492024-10-21T21:37:28.401Z Compiling async-stream-impl v0.3.6
13502024-10-21T21:37:29.021Z Compiling crossbeam-deque v0.8.5
13512024-10-21T21:37:29.344Z Compiling term v0.7.0
13522024-10-21T21:37:30.743Z Compiling crossbeam-channel v0.5.13
13532024-10-21T21:37:30.828Z Compiling num-integer v0.1.46
13542024-10-21T21:37:31.371Z Compiling rustls-pemfile v2.2.0
13552024-10-21T21:37:31.668Z Compiling idna v0.4.0
13562024-10-21T21:37:31.719Z Compiling idna v0.3.0
13572024-10-21T21:37:31.923Z Compiling ff v0.13.0
13582024-10-21T21:37:32.157Z Compiling hash32 v0.2.1
13592024-10-21T21:37:32.542Z Compiling is-terminal v0.4.13
13602024-10-21T21:37:32.672Z Compiling dropshot v0.12.0
13612024-10-21T21:37:32.970Z Compiling object v0.36.5
13622024-10-21T21:37:33.269Z Compiling portable-atomic v1.9.0
13632024-10-21T21:37:33.342Z Compiling quick-error v1.2.3
13642024-10-21T21:37:33.491Z Compiling anyhow v1.0.89
13652024-10-21T21:37:33.863Z Compiling base16ct v0.2.0
13662024-10-21T21:37:34.097Z Compiling linked-hash-map v0.5.6
13672024-10-21T21:37:34.210Z Compiling smoltcp v0.9.1
13682024-10-21T21:37:34.311Z Compiling psl-types v2.0.11
13692024-10-21T21:37:34.442Z Compiling fallible-iterator v0.2.0
13702024-10-21T21:37:34.483Z Compiling take_mut v0.2.2
13712024-10-21T21:37:34.505Z Compiling rustc-demangle v0.1.24
13722024-10-21T21:37:34.634Z Compiling stable_deref_trait v1.2.0
13732024-10-21T21:37:34.737Z Compiling dyn-clone v1.0.17
13742024-10-21T21:37:34.921Z Compiling hyper v1.4.1
13752024-10-21T21:37:34.938Z Compiling num-bigint-dig v0.8.4
13762024-10-21T21:37:35.119Z Compiling utf-8 v0.7.6
13772024-10-21T21:37:35.264Z Compiling postgres-protocol v0.6.7
13782024-10-21T21:37:35.439Z Compiling tungstenite v0.24.0
13792024-10-21T21:37:37.840Z Compiling hyper-util v0.1.9
13802024-10-21T21:37:38.601Z Compiling publicsuffix v2.2.3
13812024-10-21T21:37:38.641Z Compiling lru-cache v0.1.2
13822024-10-21T21:37:38.904Z Compiling sec1 v0.7.3
13832024-10-21T21:37:38.998Z Compiling resolv-conf v0.7.0
13842024-10-21T21:37:39.102Z Compiling slog-term v2.9.1
13852024-10-21T21:37:39.225Z Compiling usdt v0.5.0
13862024-10-21T21:37:39.327Z Compiling hickory-proto v0.24.1
13872024-10-21T21:37:39.465Z Compiling group v0.13.0
13882024-10-21T21:37:39.716Z Compiling num-iter v0.1.45
13892024-10-21T21:37:39.781Z Compiling tokio-rustls v0.26.0
13902024-10-21T21:37:39.797Z Compiling async-stream v0.3.6
13912024-10-21T21:37:40.086Z Compiling backtrace v0.3.74
13922024-10-21T21:37:40.768Z Compiling tokio-native-tls v0.3.1
13932024-10-21T21:37:40.927Z Compiling tokio-rustls v0.25.0
13942024-10-21T21:37:41.045Z Compiling toml v0.8.19
13952024-10-21T21:37:41.322Z Compiling futures v0.3.31
13962024-10-21T21:37:41.372Z Compiling camino v1.1.9
13972024-10-21T21:37:41.439Z Compiling slog-bunyan v2.5.0
13982024-10-21T21:37:41.533Z Compiling terminal_size v0.4.0
13992024-10-21T21:37:41.656Z Compiling dropshot_endpoint v0.12.0
14002024-10-21T21:37:41.725Z Compiling openapiv3 v2.0.0
14012024-10-21T21:37:42.824Z Compiling serde_path_to_error v0.1.16
14022024-10-21T21:37:42.997Z Compiling hkdf v0.12.4
14032024-10-21T21:37:43.254Z Compiling crypto-bigint v0.5.5
14042024-10-21T21:37:43.327Z Compiling zerocopy-derive v0.6.6
14052024-10-21T21:37:43.636Z Compiling curve25519-dalek-derive v0.1.1
14062024-10-21T21:37:43.665Z Compiling phf_shared v0.11.2
14072024-10-21T21:37:43.901Z Compiling hubpack_derive v0.1.1
14082024-10-21T21:37:44.063Z Compiling waitgroup v0.1.2
14092024-10-21T21:37:44.283Z Compiling webpki-roots v0.26.6
14102024-10-21T21:37:44.503Z Compiling hostname v0.4.0
14112024-10-21T21:37:44.772Z Compiling fs-err v2.11.0
14122024-10-21T21:37:44.837Z Compiling ahash v0.8.11
14132024-10-21T21:37:45.087Z Compiling bitflags v1.3.2
14142024-10-21T21:37:45.158Z Compiling debug-ignore v1.0.5
14152024-10-21T21:37:45.181Z Compiling winnow v0.5.40
14162024-10-21T21:37:45.198Z Compiling managed v0.8.0
14172024-10-21T21:37:45.304Z Compiling clap_builder v4.5.20
14182024-10-21T21:37:45.514Z Compiling zerocopy v0.6.6
14192024-10-21T21:37:46.025Z Compiling console v0.15.8
14202024-10-21T21:37:46.357Z Compiling elliptic-curve v0.13.8
14212024-10-21T21:37:47.199Z Compiling strum_macros v0.25.3
14222024-10-21T21:37:47.913Z Compiling hubpack v0.1.2
14232024-10-21T21:37:48.361Z Compiling hickory-resolver v0.24.1
14242024-10-21T21:37:49.064Z Compiling toml_edit v0.19.15
14252024-10-21T21:37:49.396Z Compiling hyper-rustls v0.27.3
14262024-10-21T21:37:49.637Z Compiling phf v0.11.2
14272024-10-21T21:37:49.924Z Compiling signal-hook-mio v0.2.4
14282024-10-21T21:37:50.022Z Compiling hyper-tls v0.6.0
14292024-10-21T21:37:50.436Z Compiling cookie_store v0.21.0
14302024-10-21T21:37:50.968Z Compiling rayon v1.10.0
14312024-10-21T21:37:53.370Z Compiling tokio-tungstenite v0.24.0
14322024-10-21T21:37:53.907Z Compiling postgres-types v0.2.8
14332024-10-21T21:37:54.657Z Compiling tokio-stream v0.1.16
14342024-10-21T21:37:54.980Z Compiling serde-big-array v0.5.1
14352024-10-21T21:37:55.224Z Compiling ed25519 v2.2.3
14362024-10-21T21:37:55.403Z Compiling pkcs1 v0.7.5
14372024-10-21T21:37:55.698Z Compiling regex v1.11.0
14382024-10-21T21:37:55.775Z Compiling bstr v1.10.0
14392024-10-21T21:37:55.793Z Compiling rfc6979 v0.4.0
14402024-10-21T21:37:55.967Z Compiling serde_repr v0.1.19
14412024-10-21T21:37:55.982Z Compiling derive-where v1.2.7
14422024-10-21T21:37:56.415Z Compiling clap_derive v4.5.18
14432024-10-21T21:37:56.832Z Compiling phf_shared v0.10.0
14442024-10-21T21:37:57.040Z Compiling float-cmp v0.9.0
14452024-10-21T21:37:57.204Z Compiling sync_wrapper v1.0.1
14462024-10-21T21:37:57.232Z Compiling crc32fast v1.4.2
14472024-10-21T21:37:57.265Z Compiling difflib v0.4.0
14482024-10-21T21:37:57.284Z Compiling whoami v1.5.2
14492024-10-21T21:37:57.339Z Compiling normalize-line-endings v0.3.0
14502024-10-21T21:37:57.467Z Compiling fixedbitset v0.4.2
14512024-10-21T21:37:57.563Z Compiling bit-vec v0.6.3
14522024-10-21T21:37:57.594Z Compiling precomputed-hash v0.1.1
14532024-10-21T21:37:57.712Z Compiling new_debug_unreachable v1.0.6
14542024-10-21T21:37:57.813Z Compiling static_assertions v1.1.0
14552024-10-21T21:37:57.910Z Compiling unicode-segmentation v1.12.0
14562024-10-21T21:37:57.912Z Compiling number_prefix v0.4.0
14572024-10-21T21:37:57.945Z Compiling predicates-core v1.0.8
14582024-10-21T21:37:58.007Z Compiling minimal-lexical v0.2.1
14592024-10-21T21:37:58.149Z Compiling predicates v3.1.2
14602024-10-21T21:37:58.329Z Compiling indicatif v0.17.8
14612024-10-21T21:37:58.528Z Compiling nom v7.1.3
14622024-10-21T21:37:58.799Z Compiling similar v2.6.0
14632024-10-21T21:37:58.817Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14642024-10-21T21:37:59.637Z Compiling qorb v0.1.1
14652024-10-21T21:37:59.891Z Compiling bit-set v0.5.3
14662024-10-21T21:38:00.185Z Compiling string_cache v0.8.7
14672024-10-21T21:38:00.570Z Compiling petgraph v0.6.5
14682024-10-21T21:38:00.678Z Compiling tokio-postgres v0.7.12
14692024-10-21T21:38:01.168Z Compiling flate2 v1.0.34
14702024-10-21T21:38:01.552Z Compiling clap v4.5.20
14712024-10-21T21:38:01.676Z Compiling reqwest v0.12.8
14722024-10-21T21:38:02.164Z Compiling ecdsa v0.16.9
14732024-10-21T21:38:02.327Z Compiling rsa v0.9.6
14742024-10-21T21:38:03.007Z Compiling ed25519-dalek v2.1.1
14752024-10-21T21:38:04.316Z Compiling toml v0.7.8
14762024-10-21T21:38:04.585Z Compiling crossterm v0.28.1
14772024-10-21T21:38:06.016Z Compiling hex v0.4.3
14782024-10-21T21:38:06.117Z Compiling itertools v0.10.5
14792024-10-21T21:38:06.312Z Compiling itertools v0.12.1
14802024-10-21T21:38:06.489Z Compiling x509-cert v0.2.5
14812024-10-21T21:38:06.624Z Compiling unicode-xid v0.2.6
14822024-10-21T21:38:06.641Z Compiling lalrpop-util v0.19.12
14832024-10-21T21:38:06.794Z Compiling peg-runtime v0.8.3
14842024-10-21T21:38:07.011Z Compiling xattr v1.3.1
14852024-10-21T21:38:07.290Z Compiling strum_macros v0.26.4
14862024-10-21T21:38:07.480Z Compiling filetime v0.2.25
14872024-10-21T21:38:07.812Z Compiling tar v0.4.42
14882024-10-21T21:38:10.907Z Compiling strum v0.26.3
14892024-10-21T21:38:11.022Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14902024-10-21T21:38:11.274Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14912024-10-21T21:38:16.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
14922024-10-21T21:38:16.805Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14932024-10-21T21:38:16.845ZOct 21 21:38:15.708 INFO Starting download, target: Clickhouse
14942024-10-21T21:38:16.845ZOct 21 21:38:15.708 INFO Starting download, target: Cockroach
14952024-10-21T21:38:16.847ZOct 21 21:38:15.708 INFO Starting download, target: Console
14962024-10-21T21:38:16.847ZOct 21 21:38:15.708 INFO Starting download, target: DendriteOpenapi
14972024-10-21T21:38:16.847ZOct 21 21:38:15.708 INFO Starting download, target: DendriteStub
14982024-10-21T21:38:16.847ZOct 21 21:38:15.708 INFO Starting download, target: MaghemiteMgd
14992024-10-21T21:38:16.847ZOct 21 21:38:15.708 INFO Starting download, target: TransceiverControl
15002024-10-21T21:38:16.847ZOct 21 21:38:15.709 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15012024-10-21T21:38:16.847ZOct 21 21:38:15.709 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15022024-10-21T21:38:16.847ZOct 21 21:38:15.709 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15032024-10-21T21:38:16.847ZOct 21 21:38:15.709 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
15042024-10-21T21:38:16.847ZOct 21 21:38:15.709 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15052024-10-21T21:38:16.847ZOct 21 21:38:15.709 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15062024-10-21T21:38:16.847ZOct 21 21:38:15.710 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15072024-10-21T21:38:17.007ZOct 21 21:38:15.869 INFO Download complete, target: DendriteOpenapi
15082024-10-21T21:38:17.159ZOct 21 21:38:16.014 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15092024-10-21T21:38:17.451ZOct 21 21:38:16.314 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15102024-10-21T21:38:17.456ZOct 21 21:38:16.315 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15112024-10-21T21:38:17.739ZOct 21 21:38:16.602 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15122024-10-21T21:38:17.840ZOct 21 21:38:16.704 INFO Download complete, target: Console
15132024-10-21T21:38:17.971ZOct 21 21:38:16.834 INFO Download complete, target: TransceiverControl
15142024-10-21T21:38:18.075ZOct 21 21:38:16.939 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15152024-10-21T21:38:18.075ZOct 21 21:38:16.939 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15162024-10-21T21:38:18.777ZOct 21 21:38:17.640 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15172024-10-21T21:38:20.539ZOct 21 21:38:19.366 INFO Download complete, target: DendriteStub
15182024-10-21T21:38:20.942ZOct 21 21:38:19.804 INFO Download complete, target: MaghemiteMgd
15192024-10-21T21:38:26.346ZOct 21 21:38:25.208 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15202024-10-21T21:38:26.690ZOct 21 21:38:25.553 INFO Checking that binary works, target: Cockroach
15212024-10-21T21:38:26.851ZOct 21 21:38:25.714 INFO Download complete, target: Cockroach
15222024-10-21T21:38:32.783ZOct 21 21:38:31.645 INFO Checking that binary works, target: Clickhouse
15232024-10-21T21:38:32.953ZOct 21 21:38:31.816 INFO Download complete, target: Clickhouse
15242024-10-21T21:38:32.960ZAll prerequisites installed successfully
15252024-10-21T21:38:32.963Z
15262024-10-21T21:38:32.963Zreal 3:25.443124096
15272024-10-21T21:38:32.963Zuser 12:43.263159402
15282024-10-21T21:38:32.963Zsys 2:36.987679874
15292024-10-21T21:38:32.963Ztrap 0.419582488
15302024-10-21T21:38:32.963Ztflt 1.759026177
15312024-10-21T21:38:32.963Zdflt 1.665522379
15322024-10-21T21:38:32.963Zkflt 0.025223186
15332024-10-21T21:38:32.963Zlock 26:17.525626756
15342024-10-21T21:38:32.963Zslp 48:21.658222162
15352024-10-21T21:38:32.963Zlat 44.459899165
15362024-10-21T21:38:32.963Zstop 1:53.221813477
15372024-10-21T21:38:32.963Z+ source ./tools/include/force-git-over-https.sh
15382024-10-21T21:38:32.963Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15392024-10-21T21:38:32.963Z++ (( i = 0 ))
15402024-10-21T21:38:32.963Z++ (( i < 5 ))
15412024-10-21T21:38:32.963Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15422024-10-21T21:38:32.966Z++ (( i++ ))
15432024-10-21T21:38:32.966Z++ (( i < 5 ))
15442024-10-21T21:38:32.966Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15452024-10-21T21:38:32.969Z++ (( i++ ))
15462024-10-21T21:38:32.969Z++ (( i < 5 ))
15472024-10-21T21:38:32.969Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15482024-10-21T21:38:32.971Z++ (( i++ ))
15492024-10-21T21:38:32.972Z++ (( i < 5 ))
15502024-10-21T21:38:32.972Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15512024-10-21T21:38:32.974Z++ (( i++ ))
15522024-10-21T21:38:32.974Z++ (( i < 5 ))
15532024-10-21T21:38:32.974Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15542024-10-21T21:38:32.977Z++ (( i++ ))
15552024-10-21T21:38:32.977Z++ (( i < 5 ))
15562024-10-21T21:38:32.980Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15572024-10-21T21:38:32.980Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15582024-10-21T21:38:32.980Z+ rc=0
15592024-10-21T21:38:32.980Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15602024-10-21T21:38:58.154Z+ case $rc in
15612024-10-21T21:38:58.154Z+ pfexec zfs create -p rpool/images/build/host
15622024-10-21T21:38:58.343Z+ pfexec zfs create -p rpool/images/build/recovery
15632024-10-21T21:38:58.404Z+ cargo xtask releng --output-dir /work
15642024-10-21T21:38:58.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15652024-10-21T21:38:58.984Z Running `target/debug/xtask releng --output-dir /work`
15662024-10-21T21:38:59.921Z Compiling proc-macro2 v1.0.87
15672024-10-21T21:38:59.921Z Compiling unicode-ident v1.0.13
15682024-10-21T21:38:59.923Z Compiling libc v0.2.161
15692024-10-21T21:38:59.923Z Compiling serde v1.0.210
15702024-10-21T21:38:59.923Z Compiling autocfg v1.4.0
15712024-10-21T21:38:59.923Z Compiling version_check v0.9.5
15722024-10-21T21:38:59.923Z Compiling cfg-if v1.0.0
15732024-10-21T21:39:00.146Z Compiling typenum v1.17.0
15742024-10-21T21:39:00.185Z Compiling shlex v1.3.0
15752024-10-21T21:39:00.275Z Compiling memchr v2.7.4
15762024-10-21T21:39:00.743Z Compiling generic-array v0.14.7
15772024-10-21T21:39:00.745Z Compiling parking_lot_core v0.9.10
15782024-10-21T21:39:01.078Z Compiling lock_api v0.4.12
15792024-10-21T21:39:01.126Z Compiling serde_json v1.0.128
15802024-10-21T21:39:01.171Z Compiling libm v0.2.8
15812024-10-21T21:39:01.401Z Compiling value-bag v1.9.0
15822024-10-21T21:39:01.480Z Compiling slab v0.4.9
15832024-10-21T21:39:01.529Z Compiling num-traits v0.2.19
15842024-10-21T21:39:01.789Z Compiling quote v1.0.37
15852024-10-21T21:39:01.814Z Compiling once_cell v1.20.2
15862024-10-21T21:39:01.848Z Compiling log v0.4.22
15872024-10-21T21:39:01.991Z Compiling itoa v1.0.11
15882024-10-21T21:39:02.203Z Compiling syn v2.0.79
15892024-10-21T21:39:02.233Z Compiling getrandom v0.2.15
15902024-10-21T21:39:02.350Z Compiling jobserver v0.1.32
15912024-10-21T21:39:02.539Z Compiling thiserror v1.0.64
15922024-10-21T21:39:02.762Z Compiling cc v1.1.30
15932024-10-21T21:39:02.843Z Compiling scopeguard v1.2.0
15942024-10-21T21:39:03.100Z Compiling rand_core v0.6.4
15952024-10-21T21:39:03.255Z Compiling byteorder v1.5.0
15962024-10-21T21:39:03.772Z Compiling subtle v2.6.1
15972024-10-21T21:39:04.302Z Compiling semver v1.0.23
15982024-10-21T21:39:04.390Z Compiling pin-project-lite v0.2.14
15992024-10-21T21:39:04.491Z Compiling smallvec v1.13.2
16002024-10-21T21:39:04.672Z Compiling httparse v1.9.5
16012024-10-21T21:39:04.714Z Compiling ryu v1.0.18
16022024-10-21T21:39:04.812Z Compiling const-oid v0.9.6
16032024-10-21T21:39:05.061Z Compiling heck v0.5.0
16042024-10-21T21:39:05.090Z Compiling pkg-config v0.3.31
16052024-10-21T21:39:05.205Z Compiling futures-core v0.3.31
16062024-10-21T21:39:05.432Z Compiling allocator-api2 v0.2.18
16072024-10-21T21:39:05.661Z Compiling signal-hook-registry v1.4.2
16082024-10-21T21:39:06.272Z Compiling ring v0.17.8
16092024-10-21T21:39:06.310Z Compiling parking_lot v0.12.3
16102024-10-21T21:39:06.330Z Compiling mio v1.0.2
16112024-10-21T21:39:07.423Z Compiling socket2 v0.5.7
16122024-10-21T21:39:07.495Z Compiling crossbeam-utils v0.8.20
16132024-10-21T21:39:07.695Z Compiling time-core v0.1.2
16142024-10-21T21:39:07.939Z Compiling fnv v1.0.7
16152024-10-21T21:39:07.973Z Compiling num-conv v0.1.0
16162024-10-21T21:39:08.081Z Compiling futures-sink v0.3.31
16172024-10-21T21:39:08.083Z Compiling vcpkg v0.2.15
16182024-10-21T21:39:08.307Z Compiling time-macros v0.2.18
16192024-10-21T21:39:08.796Z Compiling ahash v0.8.11
16202024-10-21T21:39:08.835Z Compiling schemars v0.8.21
16212024-10-21T21:39:09.268Z Compiling spin v0.9.8
16222024-10-21T21:39:09.799Z Compiling serde_derive_internals v0.29.1
16232024-10-21T21:39:09.859Z Compiling openssl-sys v0.9.103
16242024-10-21T21:39:10.537Z Compiling cpufeatures v0.2.14
16252024-10-21T21:39:10.637Z Compiling equivalent v1.0.1
16262024-10-21T21:39:10.706Z Compiling foldhash v0.1.3
16272024-10-21T21:39:11.024Z Compiling rustix v0.38.37
16282024-10-21T21:39:11.162Z Compiling hashbrown v0.15.0
16292024-10-21T21:39:11.919Z Compiling futures-channel v0.3.31
16302024-10-21T21:39:12.154Z Compiling pin-utils v0.1.0
16312024-10-21T21:39:12.294Z Compiling futures-io v0.3.31
16322024-10-21T21:39:12.440Z Compiling slog v2.7.0
16332024-10-21T21:39:12.443Z Compiling futures-task v0.3.31
16342024-10-21T21:39:12.843Z Compiling tinyvec_macros v0.1.1
16352024-10-21T21:39:13.008Z Compiling tinyvec v1.8.0
16362024-10-21T21:39:13.064Z Compiling ucd-trie v0.1.7
16372024-10-21T21:39:13.285Z Compiling openssl v0.10.66
16382024-10-21T21:39:13.458Z Compiling unicode-bidi v0.3.17
16392024-10-21T21:39:13.509Z Compiling iana-time-zone v0.1.61
16402024-10-21T21:39:13.651Z Compiling tracing-core v0.1.32
16412024-10-21T21:39:13.737Z Compiling rustls v0.23.14
16422024-10-21T21:39:13.964Z Compiling native-tls v0.2.12
16432024-10-21T21:39:14.435Z Compiling base64ct v1.6.0
16442024-10-21T21:39:14.779Z Compiling unicode-normalization v0.1.24
16452024-10-21T21:39:15.014Z Compiling pem-rfc7468 v0.7.0
16462024-10-21T21:39:15.515Z Compiling serde_derive v1.0.210
16472024-10-21T21:39:15.749Z Compiling zeroize_derive v1.4.2
16482024-10-21T21:39:16.166Z Compiling zerocopy-derive v0.7.35
16492024-10-21T21:39:16.217Z Compiling tokio-macros v2.4.0
16502024-10-21T21:39:16.247Z Compiling thiserror-impl v1.0.64
16512024-10-21T21:39:16.296Z Compiling futures-macro v0.3.31
16522024-10-21T21:39:16.550Z Compiling tracing-attributes v0.1.27
16532024-10-21T21:39:17.363Z Compiling zeroize v1.8.1
16542024-10-21T21:39:18.239Z Compiling der_derive v0.7.3
16552024-10-21T21:39:18.291Z Compiling zerocopy v0.7.35
16562024-10-21T21:39:19.610Z Compiling crypto-common v0.1.6
16572024-10-21T21:39:19.862Z Compiling block-buffer v0.10.4
16582024-10-21T21:39:20.013Z Compiling schemars_derive v0.8.21
16592024-10-21T21:39:20.043Z Compiling futures-util v0.3.31
16602024-10-21T21:39:20.124Z Compiling digest v0.10.7
16612024-10-21T21:39:20.532Z Compiling hmac v0.12.1
16622024-10-21T21:39:20.733Z Compiling scroll_derive v0.12.0
16632024-10-21T21:39:20.758Z Compiling block-padding v0.3.3
16642024-10-21T21:39:20.807Z Compiling pest v2.7.14
16652024-10-21T21:39:21.308Z Compiling inout v0.1.3
16662024-10-21T21:39:21.637Z Compiling openssl-macros v0.1.1
16672024-10-21T21:39:22.109Z Compiling cipher v0.4.4
16682024-10-21T21:39:22.630Z Compiling sha2 v0.10.8
16692024-10-21T21:39:22.792Z Compiling tracing v0.1.40
16702024-10-21T21:39:23.007Z Compiling ppv-lite86 v0.2.20
16712024-10-21T21:39:23.688Z Compiling pest_meta v2.7.14
16722024-10-21T21:39:24.199Z Compiling async-trait v0.1.83
16732024-10-21T21:39:26.650Z Compiling pest_generator v2.7.14
16742024-10-21T21:39:27.051Z Compiling usdt-impl v0.5.0
16752024-10-21T21:39:27.352Z Compiling cookie v0.18.1
16762024-10-21T21:39:27.669Z Compiling percent-encoding v2.3.1
16772024-10-21T21:39:27.879Z Compiling dyn-clone v1.0.17
16782024-10-21T21:39:28.076Z Compiling syn v1.0.109
16792024-10-21T21:39:28.096Z Compiling flagset v0.4.6
16802024-10-21T21:39:28.365Z Compiling der v0.7.9
16812024-10-21T21:39:28.385Z Compiling pest_derive v2.7.14
16822024-10-21T21:39:28.520Z Compiling rand_chacha v0.3.1
16832024-10-21T21:39:28.770Z Compiling scroll v0.12.0
16842024-10-21T21:39:29.225Z Compiling bytes v1.7.2
16852024-10-21T21:39:29.471Z Compiling indexmap v2.6.0
16862024-10-21T21:39:30.370Z Compiling bitflags v2.6.0
16872024-10-21T21:39:30.526Z Compiling tokio v1.40.0
16882024-10-21T21:39:31.155Z Compiling http v1.1.0
16892024-10-21T21:39:31.576Z Compiling serde_tokenstream v0.2.2
16902024-10-21T21:39:31.991Z Compiling rustc_version v0.4.1
16912024-10-21T21:39:32.189Z Compiling uuid v1.10.0
16922024-10-21T21:39:32.301Z Compiling chrono v0.4.38
16932024-10-21T21:39:33.577Z Compiling aho-corasick v1.1.3
16942024-10-21T21:39:33.756Z Compiling regex-syntax v0.8.5
16952024-10-21T21:39:37.678Z Compiling rayon-core v1.12.1
16962024-10-21T21:39:37.728Z Compiling plain v0.2.3
16972024-10-21T21:39:37.921Z Compiling rustls-pki-types v1.9.0
16982024-10-21T21:39:38.114Z Compiling camino v1.1.9
16992024-10-21T21:39:38.776Z Compiling goblin v0.8.2
17002024-10-21T21:39:38.867Z Compiling regex-automata v0.4.8
17012024-10-21T21:39:39.007Z Compiling spki v0.7.3
17022024-10-21T21:39:39.931Z Compiling tokio-util v0.7.12
17032024-10-21T21:39:41.518Z Compiling rand v0.8.5
17042024-10-21T21:39:42.985Z Compiling salsa20 v0.10.2
17052024-10-21T21:39:43.316Z Compiling pbkdf2 v0.12.2
17062024-10-21T21:39:44.346Z Compiling rustls v0.22.4
17072024-10-21T21:39:44.374Z Compiling powerfmt v0.2.0
17082024-10-21T21:39:44.713Z Compiling untrusted v0.9.0
17092024-10-21T21:39:44.773Z Compiling pretty-hex v0.4.1
17102024-10-21T21:39:44.924Z Compiling try-lock v0.2.5
17112024-10-21T21:39:45.123Z Compiling want v0.3.1
17122024-10-21T21:39:45.540Z Compiling dof v0.3.0
17132024-10-21T21:39:47.188Z Compiling deranged v0.3.11
17142024-10-21T21:39:49.471Z Compiling scrypt v0.11.0
17152024-10-21T21:39:49.509Z Compiling dtrace-parser v0.2.0
17162024-10-21T21:39:50.097Z Compiling form_urlencoded v1.2.1
17172024-10-21T21:39:50.484Z Compiling aes v0.8.4
17182024-10-21T21:39:50.512Z Compiling cbc v0.1.2
17192024-10-21T21:39:50.700Z Compiling errno v0.3.9
17202024-10-21T21:39:50.755Z Compiling thread-id v4.2.2
17212024-10-21T21:39:50.811Z Compiling httpdate v1.0.3
17222024-10-21T21:39:51.059Z Compiling num_threads v0.1.7
17232024-10-21T21:39:51.237Z Compiling atomic-waker v1.1.2
17242024-10-21T21:39:51.477Z Compiling pkcs5 v0.7.1
17252024-10-21T21:39:51.713Z Compiling time v0.3.36
17262024-10-21T21:39:54.361Z Compiling rustls-webpki v0.102.8
17272024-10-21T21:39:55.785Z Compiling http-body v1.0.1
17282024-10-21T21:39:55.929Z Compiling heapless v0.7.17
17292024-10-21T21:39:56.060Z Compiling zerocopy-derive v0.6.6
17302024-10-21T21:39:56.282Z Compiling multer v3.1.0
17312024-10-21T21:39:56.713Z Compiling num-bigint-dig v0.8.4
17322024-10-21T21:39:56.765Z Compiling anyhow v1.0.89
17332024-10-21T21:39:56.828Z Compiling slog-async v2.8.0
17342024-10-21T21:39:56.870Z Compiling signal-hook v0.3.17
17352024-10-21T21:39:57.342Z Compiling tower-service v0.3.3
17362024-10-21T21:39:57.620Z Compiling pkcs8 v0.10.2
17372024-10-21T21:39:57.682Z Compiling h2 v0.4.6
17382024-10-21T21:39:58.126Z Compiling regex v1.11.0
17392024-10-21T21:39:59.251Z Compiling idna v0.5.0
17402024-10-21T21:39:59.563Z Compiling strsim v0.11.1
17412024-10-21T21:39:59.739Z Compiling base64 v0.22.1
17422024-10-21T21:40:00.841Z Compiling paste v1.0.15
17432024-10-21T21:40:01.025Z Compiling rustversion v1.0.17
17442024-10-21T21:40:01.278Z Compiling url v2.5.2
17452024-10-21T21:40:03.617Z Compiling usdt-attr-macro v0.5.0
17462024-10-21T21:40:04.283Z Compiling usdt-macro v0.5.0
17472024-10-21T21:40:05.196Z Compiling hyper v1.4.1
17482024-10-21T21:40:06.417Z Compiling curve25519-dalek v4.1.3
17492024-10-21T21:40:07.103Z Compiling openapiv3 v2.0.0
17502024-10-21T21:40:07.231Z Compiling toml_datetime v0.6.8
17512024-10-21T21:40:07.875Z Compiling serde_spanned v0.6.8
17522024-10-21T21:40:08.319Z Compiling enum-as-inner v0.6.1
17532024-10-21T21:40:08.682Z Compiling async-stream-impl v0.3.6
17542024-10-21T21:40:09.597Z Compiling dropshot v0.12.0
17552024-10-21T21:40:09.858Z Compiling portable-atomic v1.9.0
17562024-10-21T21:40:10.004Z Compiling foreign-types-shared v0.1.1
17572024-10-21T21:40:10.808Z Compiling match_cfg v0.1.0
17582024-10-21T21:40:10.925Z Compiling smoltcp v0.9.1
17592024-10-21T21:40:10.928Z Compiling hostname v0.3.1
17602024-10-21T21:40:11.192Z Compiling hyper-util v0.1.9
17612024-10-21T21:40:11.245Z Compiling foreign-types v0.3.2
17622024-10-21T21:40:15.101Z Compiling clap_derive v4.5.18
17632024-10-21T21:40:15.753Z Compiling dirs-sys-next v0.1.2
17642024-10-21T21:40:16.272Z Compiling encoding_rs v0.8.34
17652024-10-21T21:40:16.460Z Compiling data-encoding v2.6.0
17662024-10-21T21:40:18.204Z Compiling mime v0.3.17
17672024-10-21T21:40:19.347Z Compiling ipnet v2.10.1
17682024-10-21T21:40:19.789Z Compiling adler2 v2.0.0
17692024-10-21T21:40:20.281Z Compiling siphasher v0.3.11
17702024-10-21T21:40:20.801Z Compiling miniz_oxide v0.8.0
17712024-10-21T21:40:22.497Z Compiling dirs-next v2.0.0
17722024-10-21T21:40:27.785Z Compiling http-body-util v0.1.2
17732024-10-21T21:40:27.806Z Compiling hubpack_derive v0.1.1
17742024-10-21T21:40:28.263Z Compiling serde_urlencoded v0.7.1
17752024-10-21T21:40:28.342Z Compiling crossbeam-epoch v0.9.18
17762024-10-21T21:40:28.885Z Compiling dropshot_endpoint v0.12.0
17772024-10-21T21:40:29.049Z Compiling hashbrown v0.14.5
17782024-10-21T21:40:29.126Z Compiling sha1 v0.10.6
17792024-10-21T21:40:29.310Z Compiling signature v2.2.0
17802024-10-21T21:40:29.593Z Compiling curve25519-dalek-derive v0.1.1
17812024-10-21T21:40:29.643Z Compiling lazy_static v1.5.0
17822024-10-21T21:40:29.810Z Compiling thread_local v1.1.8
17832024-10-21T21:40:30.411Z Compiling fs-err v2.11.0
17842024-10-21T21:40:30.778Z Compiling utf8parse v0.2.2
17852024-10-21T21:40:30.876Z Compiling openssl-probe v0.1.5
17862024-10-21T21:40:30.963Z Compiling gimli v0.31.1
17872024-10-21T21:40:31.230Z Compiling winnow v0.6.20
17882024-10-21T21:40:31.440Z Compiling unicode-properties v0.1.3
17892024-10-21T21:40:31.442Z Compiling either v1.13.0
17902024-10-21T21:40:32.122Z Compiling anstyle v1.0.8
17912024-10-21T21:40:32.678Z Compiling stringprep v0.1.5
17922024-10-21T21:40:33.776Z Compiling anstyle-parse v0.2.5
17932024-10-21T21:40:34.169Z Compiling regress v0.10.1
17942024-10-21T21:40:35.211Z Compiling toml_edit v0.22.22
17952024-10-21T21:40:36.565Z Compiling addr2line v0.24.2
17962024-10-21T21:40:37.381Z Compiling crossbeam-deque v0.8.5
17972024-10-21T21:40:37.867Z Compiling term v0.7.0
17982024-10-21T21:40:39.443Z Compiling slog-json v2.6.1
17992024-10-21T21:40:40.423Z Compiling crossbeam-channel v0.5.13
18002024-10-21T21:40:40.966Z Compiling rustls-pemfile v2.2.0
18012024-10-21T21:40:42.340Z Compiling futures-executor v0.3.31
18022024-10-21T21:40:42.374Z Compiling md-5 v0.10.6
18032024-10-21T21:40:42.668Z Compiling idna v0.3.0
18042024-10-21T21:40:42.863Z Compiling idna v0.4.0
18052024-10-21T21:40:43.173Z Compiling num-integer v0.1.46
18062024-10-21T21:40:44.102Z Compiling ff v0.13.0
18072024-10-21T21:40:44.343Z Compiling hash32 v0.2.1
18082024-10-21T21:40:44.389Z Compiling memmap v0.7.0
18092024-10-21T21:40:44.412Z Compiling is-terminal v0.4.13
18102024-10-21T21:40:44.603Z Compiling object v0.36.5
18112024-10-21T21:40:44.723Z Compiling take_mut v0.2.2
18122024-10-21T21:40:44.763Z Compiling rustc-demangle v0.1.24
18132024-10-21T21:40:44.973Z Compiling is_terminal_polyfill v1.70.1
18142024-10-21T21:40:45.169Z Compiling colorchoice v1.0.2
18152024-10-21T21:40:45.360Z Compiling base16ct v0.2.0
18162024-10-21T21:40:45.665Z Compiling heck v0.4.1
18172024-10-21T21:40:46.079Z Compiling quick-error v1.2.3
18182024-10-21T21:40:46.189Z Compiling psl-types v2.0.11
18192024-10-21T21:40:46.237Z Compiling linked-hash-map v0.5.6
18202024-10-21T21:40:46.401Z Compiling utf-8 v0.7.6
18212024-10-21T21:40:46.624Z Compiling anstyle-query v1.1.1
18222024-10-21T21:40:46.677Z Compiling stable_deref_trait v1.2.0
18232024-10-21T21:40:46.699Z Compiling fallible-iterator v0.2.0
18242024-10-21T21:40:46.793Z Compiling anstream v0.6.15
18252024-10-21T21:40:46.903Z Compiling tungstenite v0.24.0
18262024-10-21T21:40:47.355Z Compiling postgres-protocol v0.6.7
18272024-10-21T21:40:47.443Z Compiling lru-cache v0.1.2
18282024-10-21T21:40:47.654Z Compiling publicsuffix v2.2.3
18292024-10-21T21:40:47.919Z Compiling resolv-conf v0.7.0
18302024-10-21T21:40:48.009Z Compiling strum_macros v0.25.3
18312024-10-21T21:40:48.613Z Compiling sec1 v0.7.3
18322024-10-21T21:40:49.164Z Compiling usdt v0.5.0
18332024-10-21T21:40:49.621Z Compiling slog-term v2.9.1
18342024-10-21T21:40:49.664Z Compiling group v0.13.0
18352024-10-21T21:40:49.976Z Compiling hickory-proto v0.24.1
18362024-10-21T21:40:50.741Z Compiling num-iter v0.1.45
18372024-10-21T21:40:50.941Z Compiling futures v0.3.31
18382024-10-21T21:40:51.448Z Compiling tokio-rustls v0.25.0
18392024-10-21T21:40:51.861Z Compiling backtrace v0.3.74
18402024-10-21T21:40:52.322Z Compiling tokio-rustls v0.26.0
18412024-10-21T21:40:53.158Z Compiling slog-bunyan v2.5.0
18422024-10-21T21:40:53.369Z Compiling toml v0.8.19
18432024-10-21T21:40:53.693Z Compiling typify-impl v0.2.0
18442024-10-21T21:40:53.710Z Compiling tokio-native-tls v0.3.1
18452024-10-21T21:40:54.005Z Compiling terminal_size v0.4.0
18462024-10-21T21:40:54.232Z Compiling phf_shared v0.11.2
18472024-10-21T21:40:54.709Z Compiling async-stream v0.3.6
18482024-10-21T21:40:54.975Z Compiling waitgroup v0.1.2
18492024-10-21T21:40:55.120Z Compiling webpki-roots v0.26.6
18502024-10-21T21:40:55.180Z Compiling serde_path_to_error v0.1.16
18512024-10-21T21:40:55.433Z Compiling hkdf v0.12.4
18522024-10-21T21:40:55.460Z Compiling crypto-bigint v0.5.5
18532024-10-21T21:40:56.005Z Compiling derive-where v1.2.7
18542024-10-21T21:40:58.994Z Compiling serde_repr v0.1.19
18552024-10-21T21:40:59.015Z Compiling hostname v0.4.0
18562024-10-21T21:40:59.227Z Compiling clap_lex v0.7.2
18572024-10-21T21:40:59.253Z Compiling bitflags v1.3.2
18582024-10-21T21:40:59.317Z Compiling unicode-width v0.1.14
18592024-10-21T21:40:59.372Z Compiling winnow v0.5.40
18602024-10-21T21:40:59.670Z Compiling managed v0.8.0
18612024-10-21T21:41:00.029Z Compiling debug-ignore v1.0.5
18622024-10-21T21:41:00.473Z Compiling console v0.15.8
18632024-10-21T21:41:00.514Z Compiling clap_builder v4.5.20
18642024-10-21T21:41:02.040Z Compiling elliptic-curve v0.13.8
18652024-10-21T21:41:02.798Z Compiling hickory-resolver v0.24.1
18662024-10-21T21:41:03.188Z Compiling toml_edit v0.19.15
18672024-10-21T21:41:05.213Z Compiling hyper-rustls v0.27.3
18682024-10-21T21:41:05.868Z Compiling typify-macro v0.2.0
18692024-10-21T21:41:08.412Z Compiling phf v0.11.2
18702024-10-21T21:41:08.731Z Compiling hyper-tls v0.6.0
18712024-10-21T21:41:09.123Z Compiling signal-hook-mio v0.2.4
18722024-10-21T21:41:09.299Z Compiling rayon v1.10.0
18732024-10-21T21:41:09.396Z Compiling cookie_store v0.21.0
18742024-10-21T21:41:09.748Z Compiling postgres-types v0.2.8
18752024-10-21T21:41:10.037Z Compiling tokio-tungstenite v0.24.0
18762024-10-21T21:41:10.214Z Compiling ed25519 v2.2.3
18772024-10-21T21:41:10.340Z Compiling hubpack v0.1.2
18782024-10-21T21:41:10.591Z Compiling phf_shared v0.10.0
18792024-10-21T21:41:10.764Z Compiling zerocopy v0.6.6
18802024-10-21T21:41:10.956Z Compiling pkcs1 v0.7.5
18812024-10-21T21:41:11.342Z Compiling bstr v1.10.0
18822024-10-21T21:41:11.638Z Compiling tokio-stream v0.1.16
18832024-10-21T21:41:11.939Z Compiling serde-big-array v0.5.1
18842024-10-21T21:41:12.172Z Compiling rfc6979 v0.4.0
18852024-10-21T21:41:12.365Z Compiling float-cmp v0.9.0
18862024-10-21T21:41:12.565Z Compiling sync_wrapper v1.0.1
18872024-10-21T21:41:12.627Z Compiling crc32fast v1.4.2
18882024-10-21T21:41:12.698Z Compiling minimal-lexical v0.2.1
18892024-10-21T21:41:12.720Z Compiling predicates-core v1.0.8
18902024-10-21T21:41:12.738Z Compiling number_prefix v0.4.0
18912024-10-21T21:41:12.879Z Compiling bit-vec v0.6.3
18922024-10-21T21:41:13.098Z Compiling whoami v1.5.2
18932024-10-21T21:41:13.139Z Compiling precomputed-hash v0.1.1
18942024-10-21T21:41:13.161Z Compiling fixedbitset v0.4.2
18952024-10-21T21:41:13.263Z Compiling difflib v0.4.0
18962024-10-21T21:41:13.603Z Compiling static_assertions v1.1.0
18972024-10-21T21:41:13.712Z Compiling new_debug_unreachable v1.0.6
18982024-10-21T21:41:13.777Z Compiling unicode-segmentation v1.12.0
18992024-10-21T21:41:13.821Z Compiling normalize-line-endings v0.3.0
19002024-10-21T21:41:13.949Z Compiling predicates v3.1.2
19012024-10-21T21:41:14.496Z Compiling similar v2.6.0
19022024-10-21T21:41:14.639Z Compiling string_cache v0.8.7
19032024-10-21T21:41:15.079Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19042024-10-21T21:41:15.401Z Compiling indicatif v0.17.8
19052024-10-21T21:41:16.481Z Compiling petgraph v0.6.5
19062024-10-21T21:41:17.245Z Compiling tokio-postgres v0.7.12
19072024-10-21T21:41:17.890Z Compiling bit-set v0.5.3
19082024-10-21T21:41:19.458Z Compiling nom v7.1.3
19092024-10-21T21:41:20.003Z Compiling flate2 v1.0.34
19102024-10-21T21:41:20.467Z Compiling reqwest v0.12.8
19112024-10-21T21:41:20.892Z Compiling qorb v0.1.1
19122024-10-21T21:41:21.788Z Compiling ecdsa v0.16.9
19132024-10-21T21:41:22.628Z Compiling rsa v0.9.6
19142024-10-21T21:41:23.579Z Compiling ed25519-dalek v2.1.1
19152024-10-21T21:41:24.247Z Compiling crossterm v0.28.1
19162024-10-21T21:41:24.512Z Compiling toml v0.7.8
19172024-10-21T21:41:24.587Z Compiling clap v4.5.20
19182024-10-21T21:41:24.726Z Compiling itertools v0.10.5
19192024-10-21T21:41:26.040Z Compiling itertools v0.12.1
19202024-10-21T21:41:27.863Z Compiling x509-cert v0.2.5
19212024-10-21T21:41:28.900Z Compiling hex v0.4.3
19222024-10-21T21:41:31.143Z Compiling unicode-xid v0.2.6
19232024-10-21T21:41:31.315Z Compiling radium v0.7.0
19242024-10-21T21:41:32.323Z Compiling lalrpop-util v0.19.12
19252024-10-21T21:41:32.692Z Compiling peg-runtime v0.8.3
19262024-10-21T21:41:33.995Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19272024-10-21T21:41:40.207Z Compiling ident_case v1.0.1
19282024-10-21T21:41:40.334Z Compiling tap v1.0.1
19292024-10-21T21:41:40.619Z Compiling maybe-uninit v2.0.0
19302024-10-21T21:41:41.732Z Compiling wyz v0.5.1
19312024-10-21T21:41:45.623Z Compiling darling_core v0.20.10
19322024-10-21T21:41:59.919Z Compiling typify v0.2.0
19332024-10-21T21:42:04.458Z Compiling http v0.2.12
19342024-10-21T21:42:05.558Z Compiling bzip2-sys v0.1.11+1.0.8
19352024-10-21T21:42:06.678Z Compiling base64 v0.21.7
19362024-10-21T21:42:06.698Z Compiling packed_struct v0.10.1
19372024-10-21T21:42:07.722Z Compiling funty v2.0.0
19382024-10-21T21:42:07.771Z Compiling unsafe-libyaml v0.2.11
19392024-10-21T21:42:09.038Z Compiling bitvec v1.0.1
19402024-10-21T21:42:09.502Z Compiling serde_yaml v0.9.34+deprecated
19412024-10-21T21:42:17.150Z Compiling progenitor-impl v0.8.0
19422024-10-21T21:42:18.548Z Compiling darling_macro v0.20.10
19432024-10-21T21:42:20.949Z Compiling packed_struct_codegen v0.10.1
19442024-10-21T21:42:23.510Z Compiling structmeta-derive v0.3.0
19452024-10-21T21:42:24.097Z Compiling indexmap v1.9.3
19462024-10-21T21:42:24.754Z Compiling crc-catalog v2.4.0
19472024-10-21T21:42:24.904Z Compiling nodrop v0.1.14
19482024-10-21T21:42:25.047Z Compiling newtype-uuid v1.1.2
19492024-10-21T21:42:25.292Z Compiling fastrand v2.1.1
19502024-10-21T21:42:25.955Z Compiling tempfile v3.13.0
19512024-10-21T21:42:26.078Z Compiling structmeta v0.3.0
19522024-10-21T21:42:26.504Z Compiling array-init v0.0.4
19532024-10-21T21:42:27.613Z Compiling crc v3.2.1
19542024-10-21T21:42:28.195Z Compiling progenitor-macro v0.8.0
19552024-10-21T21:42:31.925Z Compiling smallvec v0.6.14
19562024-10-21T21:42:32.904Z Compiling darling v0.20.10
19572024-10-21T21:42:37.261Z Compiling h2 v0.3.26
19582024-10-21T21:42:38.385Z Compiling http-body v0.4.6
19592024-10-21T21:42:38.639Z Compiling progenitor-client v0.8.0
19602024-10-21T21:42:43.876Z Compiling pin-project-internal v1.1.6
19612024-10-21T21:42:44.543Z Compiling bitfield v0.14.0
19622024-10-21T21:42:46.725Z Compiling hashbrown v0.12.3
19632024-10-21T21:42:47.464Z Compiling termcolor v1.4.1
19642024-10-21T21:42:48.154Z Compiling same-file v1.0.6
19652024-10-21T21:42:48.517Z Compiling walkdir v2.5.0
19662024-10-21T21:42:49.860Z Compiling env_logger v0.10.2
19672024-10-21T21:42:55.298Z Compiling pin-project v1.1.6
19682024-10-21T21:42:57.206Z Compiling hyper v0.14.30
19692024-10-21T21:42:57.395Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19702024-10-21T21:43:00.135Z Compiling progenitor v0.8.0
19712024-10-21T21:43:02.647Z Compiling serde_with_macros v3.11.0
19722024-10-21T21:43:02.699Z Compiling serde-hex v0.1.0
19732024-10-21T21:43:05.243Z Compiling bzip2 v0.4.4
19742024-10-21T21:43:05.303Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19752024-10-21T21:43:05.700Z Compiling parse-display-derive v0.10.0
19762024-10-21T21:43:05.997Z Compiling ron v0.8.1
19772024-10-21T21:43:10.967Z Compiling strum_macros v0.26.4
19782024-10-21T21:43:11.497Z Compiling ipnetwork v0.20.0
19792024-10-21T21:43:11.518Z Compiling hashbrown v0.13.2
19802024-10-21T21:43:11.718Z Compiling xattr v1.3.1
19812024-10-21T21:43:11.993Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19822024-10-21T21:43:12.047Z Compiling snafu-derive v0.8.5
19832024-10-21T21:43:12.768Z Compiling ring v0.16.20
19842024-10-21T21:43:12.789Z Compiling blake3 v1.5.4
19852024-10-21T21:43:12.910Z Compiling filetime v0.2.25
19862024-10-21T21:43:13.279Z Compiling instant v0.1.13
19872024-10-21T21:43:13.474Z Compiling buf-list v1.0.3
19882024-10-21T21:43:13.797Z Compiling sync_wrapper v0.1.2
19892024-10-21T21:43:13.827Z Compiling crc-any v2.5.0
19902024-10-21T21:43:14.112Z Compiling reqwest v0.11.27
19912024-10-21T21:43:14.753Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19922024-10-21T21:43:15.450Z Compiling strum v0.26.3
19932024-10-21T21:43:15.641Z Compiling backoff v0.4.0
19942024-10-21T21:43:15.815Z Compiling tar v0.4.42
19952024-10-21T21:43:16.002Z Compiling object v0.30.4
19962024-10-21T21:43:16.837Z Compiling snafu v0.8.5
19972024-10-21T21:43:18.187Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19982024-10-21T21:43:18.413Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
19992024-10-21T21:43:20.878Z Compiling parse-display v0.10.0
20002024-10-21T21:43:21.039Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20012024-10-21T21:43:22.229Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20022024-10-21T21:43:22.730Z Compiling zip v0.6.6
20032024-10-21T21:43:22.773Z Compiling serde_with v3.11.0
20042024-10-21T21:43:22.814Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20052024-10-21T21:43:23.558Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20062024-10-21T21:43:25.394Z Compiling camino-tempfile v1.1.1
20072024-10-21T21:43:26.180Z Compiling globset v0.4.15
20082024-10-21T21:43:27.199Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20092024-10-21T21:43:27.404Z Compiling regress v0.9.1
20102024-10-21T21:43:28.892Z Compiling pem v3.0.4
20112024-10-21T21:43:30.369Z Compiling olpc-cjson v0.1.4
20122024-10-21T21:43:30.727Z Compiling macaddr v1.0.1
20132024-10-21T21:43:31.327Z Compiling serde_plain v1.0.2
20142024-10-21T21:43:31.852Z Compiling async-recursion v1.1.1
20152024-10-21T21:43:32.061Z Compiling memmap2 v0.9.5
20162024-10-21T21:43:32.636Z Compiling constant_time_eq v0.3.1
20172024-10-21T21:43:32.821Z Compiling arrayref v0.3.9
20182024-10-21T21:43:32.945Z Compiling typed-path v0.7.1
20192024-10-21T21:43:33.388Z Compiling untrusted v0.7.1
20202024-10-21T21:43:33.608Z Compiling spin v0.5.2
20212024-10-21T21:43:33.681Z Compiling path-slash v0.1.5
20222024-10-21T21:43:33.860Z Compiling arrayvec v0.7.6
20232024-10-21T21:43:33.922Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20242024-10-21T21:43:36.149Z Compiling tough v0.17.1
20252024-10-21T21:43:36.989Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20262024-10-21T21:43:39.957Z Compiling itertools v0.13.0
20272024-10-21T21:43:40.509Z Compiling cargo-platform v0.1.8
20282024-10-21T21:43:41.279Z Compiling parse-size v1.0.0
20292024-10-21T21:43:41.307Z Compiling topological-sort v0.2.2
20302024-10-21T21:43:41.574Z Compiling omicron-zone-package v0.11.1
20312024-10-21T21:43:41.574Z Compiling cargo_metadata v0.18.1
20322024-10-21T21:43:41.640Z Compiling shell-words v1.1.0
20332024-10-21T21:43:49.917Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20342024-10-21T21:44:01.513Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20352024-10-21T21:44:16.834Z Finished `release` profile [optimized] target(s) in 5m 17s
20362024-10-21T21:44:16.992Z Running `target/release/omicron-releng --output-dir /work`
20372024-10-21T21:44:17.038ZOct 21 21:44:15.875 DEBG changing working directory to /work/oxidecomputer/omicron
20382024-10-21T21:44:17.132ZOct 21 21:44:15.971 DEBG running: git rev-parse HEAD
20392024-10-21T21:44:17.139ZOct 21 21:44:15.978 DEBG process exited with exit status: 0 (6.563366ms)
20402024-10-21T21:44:17.139ZOct 21 21:44:15.978 INFO version: 12.0.0-0.ci+git5219957f9b8
20412024-10-21T21:44:17.179ZOct 21 21:44:16.018 INFO cloning helios to /work/oxidecomputer/helios
20422024-10-21T21:44:17.179ZOct 21 21:44:16.019 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20432024-10-21T21:44:17.185ZCloning into '/work/oxidecomputer/helios'...
20442024-10-21T21:44:17.681ZOct 21 21:44:16.520 DEBG process exited with exit status: 0 (501.189322ms)
20452024-10-21T21:44:17.681ZOct 21 21:44:16.520 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20462024-10-21T21:44:17.688Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20472024-10-21T21:44:17.688Z# branch.head master
20482024-10-21T21:44:17.688Z# branch.upstream origin/master
20492024-10-21T21:44:17.688Z# branch.ab +0 -0
20502024-10-21T21:44:17.691ZOct 21 21:44:16.528 DEBG process exited with exit status: 0 (7.870965ms)
20512024-10-21T21:44:17.691ZOct 21 21:44:16.528 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20522024-10-21T21:44:18.471ZOct 21 21:44:17.311 DEBG process exited with exit status: 0 (782.711309ms)
20532024-10-21T21:44:18.472ZOct 21 21:44:17.311 DEBG running: zfs list rpool/images/build/host
20542024-10-21T21:44:18.478ZNAME USED AVAIL REFER MOUNTPOINT
20552024-10-21T21:44:18.478Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20562024-10-21T21:44:18.480ZOct 21 21:44:17.318 DEBG process exited with exit status: 0 (7.227665ms)
20572024-10-21T21:44:18.480ZOct 21 21:44:17.318 DEBG running: zfs list rpool/images/build/recovery
20582024-10-21T21:44:18.484ZNAME USED AVAIL REFER MOUNTPOINT
20592024-10-21T21:44:18.484Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20602024-10-21T21:44:18.486ZOct 21 21:44:17.324 DEBG process exited with exit status: 0 (6.070439ms)
20612024-10-21T21:44:18.486ZOct 21 21:44:17.325 INFO [hubris-production] running task
20622024-10-21T21:44:18.486ZOct 21 21:44:17.325 INFO [hubris-staging] running task
20632024-10-21T21:44:18.486ZOct 21 21:44:17.326 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20642024-10-21T21:44:18.489ZOct 21 21:44:17.329 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20652024-10-21T21:44:18.561Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20662024-10-21T21:44:19.009Z[ omicron-package] Blocking waiting for file lock on package cache
20672024-10-21T21:44:19.591Z[ omicron-package] Blocking waiting for file lock on package cache
20682024-10-21T21:44:19.871Z[ omicron-package] Blocking waiting for file lock on package cache
20692024-10-21T21:44:20.129ZOct 21 21:44:18.968 INFO [hubris-production] task succeeded (1.643163627s)
20702024-10-21T21:44:20.754Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20712024-10-21T21:44:20.754Z[ omicron-package] Compiling heapless v0.8.0
20722024-10-21T21:44:20.754Z[ omicron-package] Compiling hash32 v0.3.1
20732024-10-21T21:44:20.754Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742024-10-21T21:44:20.754Z[ omicron-package] Compiling smoltcp v0.11.0
20752024-10-21T21:44:20.754Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20762024-10-21T21:44:20.754Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20772024-10-21T21:44:20.754Z[ omicron-package] Compiling cobs v0.2.3
20782024-10-21T21:44:21.457Z[ omicron-package] Compiling proc-macro-error v1.0.4
20792024-10-21T21:44:21.814Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20802024-10-21T21:44:22.266Z[ omicron-package] Compiling num_enum_derive v0.5.11
20812024-10-21T21:44:22.416Z[ omicron-package] Compiling postcard v1.0.10
20822024-10-21T21:44:22.416Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20832024-10-21T21:44:22.572Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20842024-10-21T21:44:22.870Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20852024-10-21T21:44:23.768Z[ omicron-package] Compiling tabwriter v1.4.0
20862024-10-21T21:44:23.896Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20872024-10-21T21:44:24.027Z[ omicron-package] Compiling cstr-argument v0.1.2
20882024-10-21T21:44:24.108Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20892024-10-21T21:44:24.422Z[ omicron-package] Compiling foreign-types v0.5.0
20902024-10-21T21:44:24.540Z[ omicron-package] Compiling pretty-hex v0.2.1
20912024-10-21T21:44:25.066Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20922024-10-21T21:44:25.226Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20932024-10-21T21:44:25.514Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20942024-10-21T21:44:25.514Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20952024-10-21T21:44:26.209Z[ omicron-package] Compiling num_enum v0.5.11
20962024-10-21T21:44:26.359Z[ omicron-package] Compiling colored v2.1.0
20972024-10-21T21:44:26.362Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20982024-10-21T21:44:26.508Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
20992024-10-21T21:44:26.645Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21002024-10-21T21:44:26.978Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21012024-10-21T21:44:27.294Z[ omicron-package] Compiling sigpipe v0.1.3
21022024-10-21T21:44:27.342Z[ omicron-package] Compiling num-derive v0.4.2
21032024-10-21T21:44:27.753Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21042024-10-21T21:44:27.849Z[ omicron-package] Compiling libefi-sys v0.1.0
21052024-10-21T21:44:28.042Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21062024-10-21T21:44:28.777Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21072024-10-21T21:44:28.952Z[ omicron-package] Compiling smf v0.2.3
21082024-10-21T21:44:29.184Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21092024-10-21T21:44:29.462ZOct 21 21:44:28.300 INFO [hubris-staging] task succeeded (10.974961213s)
21102024-10-21T21:44:29.508Z[ omicron-package] Compiling zone v0.3.0
21112024-10-21T21:44:29.816Z[ omicron-package] Compiling bitfield-struct v0.6.2
21122024-10-21T21:44:32.024Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21132024-10-21T21:44:32.268Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21142024-10-21T21:44:32.545Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21152024-10-21T21:44:33.823Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21162024-10-21T21:44:34.049Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21172024-10-21T21:44:34.317Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21182024-10-21T21:44:34.375Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21192024-10-21T21:44:35.019Z[ omicron-package] Compiling gethostname v0.5.0
21202024-10-21T21:44:36.775Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21212024-10-21T21:44:39.110Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21222024-10-21T21:44:41.890Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21232024-10-21T21:44:42.315Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21242024-10-21T21:44:43.850Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21252024-10-21T21:44:58.708Z[ helios-setup] Oct 21 21:44:57.544 INFO helios repository root is: /work/oxidecomputer/helios
21262024-10-21T21:44:58.710Z[ helios-setup] Oct 21 21:44:57.547 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21272024-10-21T21:44:58.710Z[ helios-setup] Oct 21 21:44:57.547 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
21282024-10-21T21:44:58.711Z[ helios-setup] Oct 21 21:44:57.547 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21292024-10-21T21:44:58.715Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21302024-10-21T21:44:59.585Z[ helios-setup] Oct 21 21:44:58.421 INFO clone ok!, project: phbl
21312024-10-21T21:44:59.587Z[ helios-setup] Oct 21 21:44:58.421 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
21322024-10-21T21:44:59.587Z[ helios-setup] Oct 21 21:44:58.421 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
21332024-10-21T21:44:59.590Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21342024-10-21T21:45:00.661Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21352024-10-21T21:45:00.692Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21362024-10-21T21:45:03.432Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.93s
21372024-10-21T21:45:03.681Z[ omicron-package]
21382024-10-21T21:45:03.681Z[ omicron-package] real 45.147121101
21392024-10-21T21:45:03.684Z[ omicron-package] user 2:37.078217896
21402024-10-21T21:45:03.684Z[ omicron-package] sys 20.683025649
21412024-10-21T21:45:03.684Z[ omicron-package] trap 0.165469332
21422024-10-21T21:45:03.684Z[ omicron-package] tflt 0.374932550
21432024-10-21T21:45:03.684Z[ omicron-package] dflt 0.654151450
21442024-10-21T21:45:03.684Z[ omicron-package] kflt 0.001860043
21452024-10-21T21:45:03.684Z[ omicron-package] lock 5:26.638016139
21462024-10-21T21:45:03.684Z[ omicron-package] slp 8:14.867959202
21472024-10-21T21:45:03.684Z[ omicron-package] lat 1:33.545374626
21482024-10-21T21:45:03.684Z[ omicron-package] stop 53.020435953
21492024-10-21T21:45:03.684ZOct 21 21:45:02.518 INFO [omicron-package] process exited with exit status: 0 (45.192382974s)
21502024-10-21T21:45:03.684ZOct 21 21:45:02.518 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
21512024-10-21T21:45:03.757ZOct 21 21:45:02.593 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21522024-10-21T21:45:03.769Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21532024-10-21T21:45:03.771Z[ host-target] Created new build target 'host' and set it as active
21542024-10-21T21:45:03.771ZOct 21 21:45:02.608 INFO [host-target] process exited with exit status: 0 (89.366209ms)
21552024-10-21T21:45:03.771ZOct 21 21:45:02.608 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21562024-10-21T21:45:03.778Z[ recovery-target] Created new build target 'recovery' and set it as active
21572024-10-21T21:45:03.778Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21582024-10-21T21:45:03.780ZOct 21 21:45:02.616 INFO [recovery-target] process exited with exit status: 0 (23.022124ms)
21592024-10-21T21:45:03.787Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21602024-10-21T21:45:05.019Z[ host-package] Compiling convert_case v0.4.0
21612024-10-21T21:45:05.019Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21622024-10-21T21:45:05.022Z[ host-package] Compiling password-hash v0.5.0
21632024-10-21T21:45:05.022Z[ host-package] Compiling blake2 v0.10.6
21642024-10-21T21:45:05.022Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21652024-10-21T21:45:05.022Z[ host-package] Compiling newline-converter v0.3.0
21662024-10-21T21:45:05.022Z[ host-package] Compiling owo-colors v4.1.0
21672024-10-21T21:45:05.209Z[ host-package] Compiling cancel-safe-futures v0.1.5
21682024-10-21T21:45:05.401Z[ host-package] Compiling expectorate v1.1.0
21692024-10-21T21:45:05.420Z[ host-package] Compiling libsw v3.3.1
21702024-10-21T21:45:05.667Z[ host-package] Compiling swrite v0.1.0
21712024-10-21T21:45:05.801Z[ host-package] Compiling argon2 v0.5.3
21722024-10-21T21:45:05.823Z[ host-package] Compiling linear-map v1.2.0
21732024-10-21T21:45:05.883Z[ host-package] Compiling derive_more v0.99.18
21742024-10-21T21:45:05.988Z[ host-package] Compiling indent_write v2.2.0
21752024-10-21T21:45:06.234Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21762024-10-21T21:45:06.256Z[ host-package] Compiling progenitor-client v0.8.0
21772024-10-21T21:45:06.304Z[ host-package] Compiling atomicwrites v0.4.4
21782024-10-21T21:45:06.375Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21792024-10-21T21:45:06.695Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21802024-10-21T21:45:06.875Z[ host-package] Compiling progenitor v0.8.0
21812024-10-21T21:45:07.156Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21822024-10-21T21:45:07.308Z[ host-package] Compiling num-rational v0.4.2
21832024-10-21T21:45:07.331Z[ host-package] Compiling num-complex v0.4.6
21842024-10-21T21:45:07.765Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
21852024-10-21T21:45:07.778Z[ helios-setup] Oct 21 21:45:06.614 INFO clone ok!, project: amd-host-image-builder
21862024-10-21T21:45:07.781Z[ helios-setup] Oct 21 21:45:06.614 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
21872024-10-21T21:45:07.781Z[ helios-setup] Oct 21 21:45:06.614 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21882024-10-21T21:45:07.784Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21892024-10-21T21:45:08.363Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21902024-10-21T21:45:08.699Z[ host-package] Compiling num v0.4.3
21912024-10-21T21:45:08.805Z[ host-package] Compiling prettyplease v0.2.22
21922024-10-21T21:45:08.877Z[ helios-setup] Oct 21 21:45:07.713 INFO clone ok!, project: pilot
21932024-10-21T21:45:08.880Z[ helios-setup] Oct 21 21:45:07.713 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
21942024-10-21T21:45:08.880Z[ helios-setup] Oct 21 21:45:07.713 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21952024-10-21T21:45:08.883Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21962024-10-21T21:45:08.934Z[ host-package] Compiling float-ord v0.3.2
21972024-10-21T21:45:09.112Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21982024-10-21T21:45:09.137Z[ host-package] Compiling semver v0.1.20
21992024-10-21T21:45:09.729Z[ host-package] Compiling rustc_version v0.1.7
22002024-10-21T21:45:09.896Z[ host-package] Compiling humantime v2.1.0
22012024-10-21T21:45:10.153Z[ host-package] Compiling newtype_derive v0.1.6
22022024-10-21T21:45:10.584Z[ host-package] Compiling highway v1.2.0
22032024-10-21T21:45:10.921Z[ host-package] Compiling home v0.5.9
22042024-10-21T21:45:11.207Z[ host-package] Compiling steno v0.4.1
22052024-10-21T21:45:12.833Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22062024-10-21T21:45:14.923Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22072024-10-21T21:45:15.633Z[ host-package] Compiling newtype-uuid v1.1.2
22082024-10-21T21:45:15.826Z[ host-package] Compiling ipnetwork v0.20.0
22092024-10-21T21:45:16.002Z[ host-package] Compiling instant v0.1.13
22102024-10-21T21:45:16.173Z[ host-package] Compiling slog-dtrace v0.3.0
22112024-10-21T21:45:16.628Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22122024-10-21T21:45:16.649Z[ host-package] Compiling backoff v0.4.0
22132024-10-21T21:45:16.841Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22142024-10-21T21:45:17.033Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22152024-10-21T21:45:17.327Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22162024-10-21T21:45:17.368Z[ host-package] Compiling parse-display v0.10.0
22172024-10-21T21:45:18.297Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182024-10-21T21:45:18.365Z[ helios-setup] Oct 21 21:45:17.201 INFO clone ok!, project: amd-firmware
22192024-10-21T21:45:18.368Z[ helios-setup] Oct 21 21:45:17.201 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
22202024-10-21T21:45:18.368Z[ helios-setup] Oct 21 21:45:17.201 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22212024-10-21T21:45:18.372Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22222024-10-21T21:45:18.543Z[ host-package] Compiling serde_with v3.11.0
22232024-10-21T21:45:19.416Z[ helios-setup] Oct 21 21:45:18.251 INFO clone ok!, project: image-builder
22242024-10-21T21:45:19.419Z[ helios-setup] Oct 21 21:45:18.252 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
22252024-10-21T21:45:19.419Z[ helios-setup] Oct 21 21:45:18.252 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22262024-10-21T21:45:19.422Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22272024-10-21T21:45:20.628Z[ helios-setup] Oct 21 21:45:19.463 INFO clone ok!, project: chelsio-t6-roms
22282024-10-21T21:45:20.631Z[ helios-setup] Oct 21 21:45:19.463 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22292024-10-21T21:45:20.631Z[ helios-setup] Oct 21 21:45:19.463 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
22302024-10-21T21:45:20.631Z[ helios-setup] Oct 21 21:45:19.463 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22312024-10-21T21:45:20.633Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22322024-10-21T21:45:20.953Z[ host-package] Compiling strum v0.26.3
22332024-10-21T21:45:21.154Z[ host-package] Compiling regress v0.9.1
22342024-10-21T21:45:21.394Z[ helios-setup] Oct 21 21:45:20.229 INFO clone ok!, project: pinprick
22352024-10-21T21:45:21.397Z[ helios-setup] Oct 21 21:45:20.229 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22362024-10-21T21:45:21.397Z[ helios-setup] Oct 21 21:45:20.229 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
22372024-10-21T21:45:21.397Z[ helios-setup] Oct 21 21:45:20.229 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22382024-10-21T21:45:21.399Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22392024-10-21T21:45:22.247Z[ helios-setup] Oct 21 21:45:21.081 INFO clone ok!, project: bootserver
22402024-10-21T21:45:22.249Z[ helios-setup] Oct 21 21:45:21.082 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22412024-10-21T21:45:22.637Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22422024-10-21T21:45:23.158Z[ helios-setup] Oct 21 21:45:21.992 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22432024-10-21T21:45:23.710Z[ helios-setup] Oct 21 21:45:22.544 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22442024-10-21T21:45:23.710Z[ helios-setup] Oct 21 21:45:22.545 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22452024-10-21T21:45:24.272Z[ helios-setup] Oct 21 21:45:23.106 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22462024-10-21T21:45:24.652Z[ host-package] Compiling macaddr v1.0.1
22472024-10-21T21:45:24.804Z[ helios-setup] Oct 21 21:45:23.639 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22482024-10-21T21:45:24.804Z[ helios-setup] Oct 21 21:45:23.639 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22492024-10-21T21:45:25.324Z[ helios-setup] Oct 21 21:45:24.159 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22502024-10-21T21:45:25.528Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22512024-10-21T21:45:25.898Z[ helios-setup] Oct 21 21:45:24.733 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22522024-10-21T21:45:25.901Z[ helios-setup] Oct 21 21:45:24.733 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22532024-10-21T21:45:25.901Z[ helios-setup] Oct 21 21:45:24.733 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22542024-10-21T21:45:25.901Z[ helios-setup] Oct 21 21:45:24.733 INFO ok!
22552024-10-21T21:45:25.901Z[ helios-setup] Oct 21 21:45:24.733 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22562024-10-21T21:45:25.901Z[ helios-setup] Oct 21 21:45:24.733 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22572024-10-21T21:45:25.901Z[ helios-setup] Oct 21 21:45:24.733 INFO ok!
22582024-10-21T21:45:25.901Z[ helios-setup] Oct 21 21:45:24.733 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22592024-10-21T21:45:25.901Z[ helios-setup] Oct 21 21:45:24.733 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22602024-10-21T21:45:25.901Z[ helios-setup] Oct 21 21:45:24.733 INFO ok!
22612024-10-21T21:45:25.901Z[ helios-setup] Oct 21 21:45:24.733 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
22622024-10-21T21:45:25.901Z[ helios-setup] Oct 21 21:45:24.733 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
22632024-10-21T21:45:25.909Z[ helios-setup] Oct 21 21:45:24.744 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
22642024-10-21T21:45:26.160Z[ helios-setup] Oct 21 21:45:24.995 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
22652024-10-21T21:45:26.161Z[ helios-setup] Oct 21 21:45:24.995 INFO E| info: downloading component 'cargo'
22662024-10-21T21:45:26.348Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22672024-10-21T21:45:26.932Z[ host-package] Compiling display-error-chain v0.2.1
22682024-10-21T21:45:27.157Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22692024-10-21T21:45:27.262Z[ helios-setup] Oct 21 21:45:26.096 INFO E| info: downloading component 'clippy'
22702024-10-21T21:45:27.578Z[ helios-setup] Oct 21 21:45:26.412 INFO E| info: downloading component 'rust-docs'
22712024-10-21T21:45:28.239Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22722024-10-21T21:45:29.205Z[ helios-setup] Oct 21 21:45:28.039 INFO E| info: downloading component 'rust-src'
22732024-10-21T21:45:29.494Z[ helios-setup] Oct 21 21:45:28.328 INFO E| info: downloading component 'rust-std'
22742024-10-21T21:45:31.510Z[ host-package] Compiling half v2.4.1
22752024-10-21T21:45:32.119Z[ helios-setup] Oct 21 21:45:30.953 INFO E| info: downloading component 'rustc'
22762024-10-21T21:45:32.305Z[ host-package] Compiling ciborium-io v0.2.2
22772024-10-21T21:45:32.474Z[ host-package] Compiling ciborium-ll v0.2.2
22782024-10-21T21:45:33.004Z[ host-package] Compiling tungstenite v0.21.0
22792024-10-21T21:45:34.373Z[ host-package] Compiling tokio-tungstenite v0.21.0
22802024-10-21T21:45:35.049Z[ host-package] Compiling ciborium v0.2.2
22812024-10-21T21:45:35.916Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22822024-10-21T21:45:37.167Z[ host-package] Compiling same-file v1.0.6
22832024-10-21T21:45:37.440Z[ host-package] Compiling fastrand v2.1.1
22842024-10-21T21:45:38.003Z[ helios-setup] Oct 21 21:45:36.836 INFO E| info: downloading component 'rustfmt'
22852024-10-21T21:45:38.234Z[ host-package] Compiling tempfile v3.13.0
22862024-10-21T21:45:38.454Z[ helios-setup] Oct 21 21:45:37.288 INFO E| info: installing component 'cargo'
22872024-10-21T21:45:39.352Z[ host-package] Compiling walkdir v2.5.0
22882024-10-21T21:45:39.741Z[ helios-setup] Oct 21 21:45:38.575 INFO E| info: installing component 'clippy'
22892024-10-21T21:45:40.116Z[ host-package] Compiling blake3 v1.5.4
22902024-10-21T21:45:40.281Z[ helios-setup] Oct 21 21:45:39.115 INFO E| info: installing component 'rust-docs'
22912024-10-21T21:45:40.891Z[ host-package] Compiling ring v0.16.20
22922024-10-21T21:45:42.373Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22932024-10-21T21:45:44.599Z[ host-package] Compiling xattr v1.3.1
22942024-10-21T21:45:45.166Z[ host-package] Compiling filetime v0.2.25
22952024-10-21T21:45:45.269Z[ host-package] Compiling memmap2 v0.9.5
22962024-10-21T21:45:45.419Z[ host-package] Compiling arrayref v0.3.9
22972024-10-21T21:45:45.554Z[ host-package] Compiling untrusted v0.7.1
22982024-10-21T21:45:45.625Z[ helios-setup] Oct 21 21:45:44.459 INFO E| info: installing component 'rust-src'
22992024-10-21T21:45:45.796Z[ host-package] Compiling arrayvec v0.7.6
23002024-10-21T21:45:45.796Z[ host-package] Compiling keccak v0.1.5
23012024-10-21T21:45:46.150Z[ host-package] Compiling spin v0.5.2
23022024-10-21T21:45:46.258Z[ host-package] Compiling constant_time_eq v0.3.1
23032024-10-21T21:45:46.306Z[ helios-setup] Oct 21 21:45:45.139 INFO E| info: installing component 'rust-std'
23042024-10-21T21:45:46.495Z[ host-package] Compiling sha3 v0.10.8
23052024-10-21T21:45:46.969Z[ host-package] Compiling tar v0.4.42
23062024-10-21T21:45:47.506Z[ host-package] Compiling toolchain_find v0.4.0
23072024-10-21T21:45:47.644Z[ host-package] Compiling camino-tempfile v1.1.1
23082024-10-21T21:45:48.164Z[ host-package] Compiling nibble_vec v0.1.0
23092024-10-21T21:45:48.170Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23102024-10-21T21:45:48.359Z[ host-package] Compiling endian-type v0.1.2
23112024-10-21T21:45:48.479Z[ host-package] Compiling maplit v1.0.2
23122024-10-21T21:45:48.628Z[ host-package] Compiling crunchy v0.2.2
23132024-10-21T21:45:48.685Z[ host-package] Compiling glob v0.3.1
23142024-10-21T21:45:48.965Z[ helios-setup] Oct 21 21:45:47.798 INFO E| info: installing component 'rustc'
23152024-10-21T21:45:49.325Z[ host-package] Compiling topological-sort v0.2.2
23162024-10-21T21:45:49.451Z[ host-package] Compiling radix_trie v0.2.1
23172024-10-21T21:45:49.533Z[ host-package] Compiling clang-sys v1.8.1
23182024-10-21T21:45:49.596Z[ host-package] Compiling omicron-zone-package v0.11.1
23192024-10-21T21:45:50.248Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23202024-10-21T21:45:50.525Z[ host-package] Compiling tiny-keccak v2.0.2
23212024-10-21T21:45:50.876Z[ host-package] Compiling dsl_auto_type v0.1.2
23222024-10-21T21:45:50.941Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23232024-10-21T21:45:50.973Z[ host-package] Compiling secrecy v0.8.0
23242024-10-21T21:45:51.148Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23252024-10-21T21:45:51.362Z[ host-package] Compiling arc-swap v1.7.1
23262024-10-21T21:45:51.686Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23272024-10-21T21:45:52.080Z[ host-package] Compiling slog-scope v4.4.0
23282024-10-21T21:45:52.157Z[ host-package] Compiling r2d2 v0.8.10
23292024-10-21T21:45:52.422Z[ host-package] Compiling diesel_derives v2.2.3
23302024-10-21T21:45:52.792Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23312024-10-21T21:45:52.906Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
23322024-10-21T21:45:53.015Z[ host-package] Compiling ascii-canvas v3.0.0
23332024-10-21T21:45:53.278Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23342024-10-21T21:45:53.787Z[ host-package] Compiling universal-hash v0.5.1
23352024-10-21T21:45:53.829Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23362024-10-21T21:45:54.128Z[ host-package] Compiling ena v0.14.3
23372024-10-21T21:45:54.630Z[ host-package] Compiling libloading v0.8.5
23382024-10-21T21:45:55.080Z[ host-package] Compiling diff v0.1.13
23392024-10-21T21:45:55.336Z[ helios-setup] Oct 21 21:45:54.169 INFO E| info: installing component 'rustfmt'
23402024-10-21T21:45:55.605Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23412024-10-21T21:45:55.806Z[ host-package] Compiling bindgen v0.69.5
23422024-10-21T21:45:56.316Z[ helios-setup] Oct 21 21:45:55.149 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
23432024-10-21T21:45:56.369Z[ host-package] Compiling regex-syntax v0.6.29
23442024-10-21T21:45:57.044Z[ host-package] Compiling opaque-debug v0.3.1
23452024-10-21T21:45:57.170Z[ host-package] Compiling poly1305 v0.8.0
23462024-10-21T21:45:57.375Z[ helios-setup] Oct 21 21:45:56.207 INFO E| From https://github.com/oxidecomputer/amd-apcb
23472024-10-21T21:45:57.375Z[ helios-setup] Oct 21 21:45:56.207 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
23482024-10-21T21:45:57.375Z[ helios-setup] Oct 21 21:45:56.207 INFO E| * [new tag] v0.4.1 -> v0.4.1
23492024-10-21T21:45:57.405Z[ helios-setup] Oct 21 21:45:56.238 INFO E| * [new tag] v0.1.3 -> v0.1.3
23502024-10-21T21:45:57.405Z[ helios-setup] Oct 21 21:45:56.238 INFO E| * [new tag] v0.1.4 -> v0.1.4
23512024-10-21T21:45:57.408Z[ helios-setup] Oct 21 21:45:56.238 INFO E| * [new tag] v0.1.5 -> v0.1.5
23522024-10-21T21:45:57.408Z[ helios-setup] Oct 21 21:45:56.238 INFO E| * [new tag] v0.2.0 -> v0.2.0
23532024-10-21T21:45:57.408Z[ helios-setup] Oct 21 21:45:56.238 INFO E| * [new tag] v0.3.0 -> v0.3.0
23542024-10-21T21:45:57.408Z[ helios-setup] Oct 21 21:45:56.238 INFO E| * [new tag] v0.3.1 -> v0.3.1
23552024-10-21T21:45:57.408Z[ helios-setup] Oct 21 21:45:56.238 INFO E| * [new tag] v0.3.2 -> v0.3.2
23562024-10-21T21:45:57.408Z[ helios-setup] Oct 21 21:45:56.239 INFO E| * [new tag] v0.3.3 -> v0.3.3
23572024-10-21T21:45:57.408Z[ helios-setup] Oct 21 21:45:56.239 INFO E| * [new tag] v0.4.0 -> v0.4.0
23582024-10-21T21:45:57.442Z[ helios-setup] Oct 21 21:45:56.275 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
23592024-10-21T21:45:58.388Z[ helios-setup] Oct 21 21:45:57.221 INFO E| From https://github.com/oxidecomputer/amd-efs
23602024-10-21T21:45:58.388Z[ helios-setup] Oct 21 21:45:57.221 INFO E| * [new branch] empty -> origin/empty
23612024-10-21T21:45:58.391Z[ helios-setup] Oct 21 21:45:57.221 INFO E| * [new branch] issue-99 -> origin/issue-99
23622024-10-21T21:45:58.391Z[ helios-setup] Oct 21 21:45:57.221 INFO E| * [new branch] main -> origin/main
23632024-10-21T21:45:58.391Z[ helios-setup] Oct 21 21:45:57.221 INFO E| * [new branch] review -> origin/review
23642024-10-21T21:45:58.391Z[ helios-setup] Oct 21 21:45:57.222 INFO E| * [new ref] -> origin/HEAD
23652024-10-21T21:45:58.391Z[ helios-setup] Oct 21 21:45:57.222 INFO E| * [new tag] v0.2.0 -> v0.2.0
23662024-10-21T21:45:58.391Z[ helios-setup] Oct 21 21:45:57.222 INFO E| * [new tag] v0.2.1 -> v0.2.1
23672024-10-21T21:45:58.391Z[ helios-setup] Oct 21 21:45:57.222 INFO E| * [new tag] v0.2.2 -> v0.2.2
23682024-10-21T21:45:58.391Z[ helios-setup] Oct 21 21:45:57.222 INFO E| * [new tag] v0.2.3 -> v0.2.3
23692024-10-21T21:45:58.391Z[ helios-setup] Oct 21 21:45:57.222 INFO E| * [new tag] v0.2.4 -> v0.2.4
23702024-10-21T21:45:58.391Z[ helios-setup] Oct 21 21:45:57.223 INFO E| * [new tag] v0.2.5 -> v0.2.5
23712024-10-21T21:45:58.392Z[ helios-setup] Oct 21 21:45:57.223 INFO E| * [new tag] v0.2.6 -> v0.2.6
23722024-10-21T21:45:58.392Z[ helios-setup] Oct 21 21:45:57.223 INFO E| * [new tag] v0.2.7 -> v0.2.7
23732024-10-21T21:45:58.392Z[ helios-setup] Oct 21 21:45:57.223 INFO E| * [new tag] v0.3.0 -> v0.3.0
23742024-10-21T21:45:58.392Z[ helios-setup] Oct 21 21:45:57.223 INFO E| * [new tag] v0.3.1 -> v0.3.1
23752024-10-21T21:45:58.392Z[ helios-setup] Oct 21 21:45:57.223 INFO E| * [new tag] v0.4.0 -> v0.4.0
23762024-10-21T21:45:58.392Z[ helios-setup] Oct 21 21:45:57.223 INFO E| * [new tag] v0.4.1 -> v0.4.1
23772024-10-21T21:45:58.414Z[ helios-setup] Oct 21 21:45:57.246 INFO E| Updating crates.io index
23782024-10-21T21:45:58.760Z[ host-package] Compiling thiserror-no-std v2.0.2
23792024-10-21T21:45:58.772Z[ helios-setup] Oct 21 21:45:57.604 INFO E| Downloading crates ...
23802024-10-21T21:45:58.957Z[ helios-setup] Oct 21 21:45:57.790 INFO E| Downloaded unic-ucd-version v0.9.0
23812024-10-21T21:45:58.960Z[ helios-setup] Oct 21 21:45:57.792 INFO E| Downloaded unic-common v0.9.0
23822024-10-21T21:45:58.962Z[ helios-setup] Oct 21 21:45:57.793 INFO E| Downloaded unic-char-range v0.9.0
23832024-10-21T21:45:58.965Z[ helios-setup] Oct 21 21:45:57.795 INFO E| Downloaded unic-char-property v0.9.0
23842024-10-21T21:45:58.965Z[ helios-setup] Oct 21 21:45:57.797 INFO E| Downloaded pest_generator v2.7.13
23852024-10-21T21:45:58.967Z[ helios-setup] Oct 21 21:45:57.799 INFO E| Downloaded unic-ucd-ident v0.9.0
23862024-10-21T21:45:58.970Z[ helios-setup] Oct 21 21:45:57.802 INFO E| Downloaded vec_map v0.8.2
23872024-10-21T21:45:58.972Z[ helios-setup] Oct 21 21:45:57.803 INFO E| Downloaded structopt-derive v0.4.18
23882024-10-21T21:45:58.975Z[ helios-setup] Oct 21 21:45:57.805 INFO E| Downloaded four-cc v0.3.0
23892024-10-21T21:45:58.975Z[ helios-setup] Oct 21 21:45:57.807 INFO E| Downloaded cfg-if v0.1.10
23902024-10-21T21:45:58.978Z[ helios-setup] Oct 21 21:45:57.810 INFO E| Downloaded semver v0.9.0
23912024-10-21T21:45:58.979Z[ helios-setup] Oct 21 21:45:57.811 INFO E| Downloaded semver-parser v0.7.0
23922024-10-21T21:45:58.981Z[ helios-setup] Oct 21 21:45:57.812 INFO E| Downloaded rustc_version v0.2.3
23932024-10-21T21:45:58.981Z[ helios-setup] Oct 21 21:45:57.813 INFO E| Downloaded modular-bitfield-impl v0.11.2
23942024-10-21T21:45:58.984Z[ helios-setup] Oct 21 21:45:57.815 INFO E| Downloaded scroll v0.10.2
23952024-10-21T21:45:58.986Z[ helios-setup] Oct 21 21:45:57.818 INFO E| Downloaded textwrap v0.11.0
23962024-10-21T21:45:58.989Z[ helios-setup] Oct 21 21:45:57.821 INFO E| Downloaded once_cell v1.20.1
23972024-10-21T21:45:58.992Z[ helios-setup] Oct 21 21:45:57.825 INFO E| Downloaded pest_derive v2.7.13
23982024-10-21T21:45:58.996Z[ helios-setup] Oct 21 21:45:57.828 INFO E| Downloaded proc-macro2 v1.0.86
23992024-10-21T21:45:59.000Z[ helios-setup] Oct 21 21:45:57.832 INFO E| Downloaded toml v0.5.11
24002024-10-21T21:45:59.010Z[ helios-setup] Oct 21 21:45:57.836 INFO E| Downloaded modular-bitfield v0.11.2
24012024-10-21T21:45:59.022Z[ helios-setup] Oct 21 21:45:57.854 INFO E| Downloaded structopt v0.3.26
24022024-10-21T21:45:59.034Z[ helios-setup] Oct 21 21:45:57.867 INFO E| Downloaded pest v2.7.13
24032024-10-21T21:45:59.043Z[ helios-setup] Oct 21 21:45:57.875 INFO E| Downloaded goblin v0.4.3
24042024-10-21T21:45:59.092Z[ helios-setup] Oct 21 21:45:57.924 INFO E| Downloaded pest_meta v2.7.13
24052024-10-21T21:45:59.095Z[ helios-setup] Oct 21 21:45:57.928 INFO E| Downloaded clap v2.34.0
24062024-10-21T21:45:59.106Z[ helios-setup] Oct 21 21:45:57.938 INFO E| Downloaded ansi_term v0.12.1
24072024-10-21T21:45:59.109Z[ helios-setup] Oct 21 21:45:57.942 INFO E| Downloaded strum_macros v0.23.1
24082024-10-21T21:45:59.112Z[ helios-setup] Oct 21 21:45:57.944 INFO E| Downloaded libc v0.2.159
24092024-10-21T21:45:59.154Z[ helios-setup] Oct 21 21:45:57.986 INFO E| Downloaded pre-proc-macro v0.2.1
24102024-10-21T21:45:59.157Z[ helios-setup] Oct 21 21:45:57.989 INFO E| Downloaded pre v0.2.1
24112024-10-21T21:45:59.159Z[ helios-setup] Oct 21 21:45:57.991 INFO E| Downloaded strum v0.23.0
24122024-10-21T21:45:59.159Z[ helios-setup] Oct 21 21:45:57.992 INFO E| Downloaded strsim v0.8.0
24132024-10-21T21:45:59.162Z[ helios-setup] Oct 21 21:45:57.994 INFO E| Downloaded scroll_derive v0.10.5
24142024-10-21T21:45:59.165Z[ helios-setup] Oct 21 21:45:57.995 INFO E| Downloaded proc-macro-crate v0.1.5
24152024-10-21T21:45:59.165Z[ helios-setup] Oct 21 21:45:57.996 INFO E| Downloaded parse_int v0.6.0
24162024-10-21T21:45:59.168Z[ helios-setup] Oct 21 21:45:57.997 INFO E| Downloaded memoffset v0.5.6
24172024-10-21T21:45:59.168Z[ helios-setup] Oct 21 21:45:57.999 INFO E| Downloaded fletcher v0.1.0
24182024-10-21T21:45:59.170Z[ helios-setup] Oct 21 21:45:58.001 INFO E| Downloaded bytesize v1.3.0
24192024-10-21T21:45:59.256Z[ helios-setup] Oct 21 21:45:58.088 INFO E| Compiling proc-macro2 v1.0.86
24202024-10-21T21:45:59.256Z[ helios-setup] Oct 21 21:45:58.088 INFO E| Compiling unicode-ident v1.0.13
24212024-10-21T21:45:59.256Z[ helios-setup] Oct 21 21:45:58.088 INFO E| Compiling syn v1.0.109
24222024-10-21T21:45:59.258Z[ helios-setup] Oct 21 21:45:58.088 INFO E| Compiling version_check v0.9.5
24232024-10-21T21:45:59.258Z[ helios-setup] Oct 21 21:45:58.088 INFO E| Compiling memchr v2.7.4
24242024-10-21T21:45:59.259Z[ helios-setup] Oct 21 21:45:58.088 INFO E| Compiling autocfg v1.4.0
24252024-10-21T21:45:59.259Z[ helios-setup] Oct 21 21:45:58.088 INFO E| Compiling semver-parser v0.7.0
24262024-10-21T21:45:59.259Z[ helios-setup] Oct 21 21:45:58.088 INFO E| Compiling thiserror v1.0.64
24272024-10-21T21:45:59.842Z[ helios-setup] Oct 21 21:45:58.675 INFO E| Compiling semver v0.9.0
24282024-10-21T21:46:00.366Z[ helios-setup] Oct 21 21:45:59.199 INFO E| Compiling serde v1.0.210
24292024-10-21T21:46:00.568Z[ helios-setup] Oct 21 21:45:59.400 INFO E| Compiling proc-macro-error-attr v1.0.4
24302024-10-21T21:46:01.033Z[ helios-setup] Oct 21 21:45:59.865 INFO E| Compiling rustc_version v0.2.3
24312024-10-21T21:46:01.150Z[ helios-setup] Oct 21 21:45:59.982 INFO E| Compiling proc-macro-error v1.0.4
24322024-10-21T21:46:01.289Z[ helios-setup] Oct 21 21:46:00.121 INFO E| Compiling serde_json v1.0.128
24332024-10-21T21:46:01.402Z[ helios-setup] Oct 21 21:46:00.234 INFO E| Compiling num-traits v0.2.19
24342024-10-21T21:46:01.592Z[ helios-setup] Oct 21 21:46:00.424 INFO E| Compiling itoa v1.0.11
24352024-10-21T21:46:01.837Z[ helios-setup] Oct 21 21:46:00.668 INFO E| Compiling ryu v1.0.18
24362024-10-21T21:46:02.015Z[ helios-setup] Oct 21 21:46:00.846 INFO E| Compiling schemars v0.8.21
24372024-10-21T21:46:02.033Z[ helios-setup] Oct 21 21:46:00.865 INFO E| Compiling unicode-segmentation v1.12.0
24382024-10-21T21:46:02.294Z[ helios-setup] Oct 21 21:46:01.127 INFO E| Compiling pre-proc-macro v0.2.1
24392024-10-21T21:46:02.448Z[ helios-setup] Oct 21 21:46:01.280 INFO E| Compiling quote v1.0.37
24402024-10-21T21:46:02.526Z[ helios-setup] Oct 21 21:46:01.358 INFO E| Compiling memoffset v0.5.6
24412024-10-21T21:46:02.975Z[ helios-setup] Oct 21 21:46:01.807 INFO E| Compiling libc v0.2.159
24422024-10-21T21:46:03.130Z[ helios-setup] Oct 21 21:46:01.962 INFO E| Compiling dyn-clone v1.0.17
24432024-10-21T21:46:03.286Z[ helios-setup] Oct 21 21:46:02.118 INFO E| Compiling paste v1.0.15
24442024-10-21T21:46:03.331Z[ helios-setup] Oct 21 21:46:02.163 INFO E| Compiling syn v2.0.79
24452024-10-21T21:46:03.932Z[ helios-setup] Oct 21 21:46:02.765 INFO E| Compiling heck v0.3.3
24462024-10-21T21:46:04.141Z[ host-package] Compiling lalrpop v0.19.12
24472024-10-21T21:46:04.325Z[ helios-setup] Oct 21 21:46:03.157 INFO E| Compiling rustversion v1.0.17
24482024-10-21T21:46:04.345Z[ helios-setup] Oct 21 21:46:03.177 INFO E| Compiling lazy_static v1.5.0
24492024-10-21T21:46:04.619Z[ helios-setup] Oct 21 21:46:03.451 INFO E| Compiling ucd-trie v0.1.7
24502024-10-21T21:46:05.024Z[ helios-setup] Oct 21 21:46:03.855 INFO E| Compiling pre v0.2.1
24512024-10-21T21:46:05.516Z[ helios-setup] Oct 21 21:46:04.348 INFO E| Compiling byteorder v1.5.0
24522024-10-21T21:46:05.866Z[ helios-setup] Oct 21 21:46:04.698 INFO E| Compiling once_cell v1.20.1
24532024-10-21T21:46:05.997Z[ helios-setup] Oct 21 21:46:04.828 INFO E| Compiling cfg-if v0.1.10
24542024-10-21T21:46:06.054Z[ helios-setup] Oct 21 21:46:04.886 INFO E| Compiling static_assertions v1.1.0
24552024-10-21T21:46:06.590Z[ helios-setup] Oct 21 21:46:05.422 INFO E| Compiling unicode-width v0.1.14
24562024-10-21T21:46:07.559Z[ helios-setup] Oct 21 21:46:06.390 INFO E| Compiling atty v0.2.14
24572024-10-21T21:46:07.731Z[ helios-setup] Oct 21 21:46:06.540 INFO E| Compiling textwrap v0.11.0
24582024-10-21T21:46:08.034Z[ helios-setup] Oct 21 21:46:06.865 INFO E| Compiling strum v0.23.0
24592024-10-21T21:46:08.327Z[ helios-setup] Oct 21 21:46:07.158 INFO E| Compiling vec_map v0.8.2
24602024-10-21T21:46:09.045Z[ helios-setup] Oct 21 21:46:07.875 INFO E| Compiling parse_int v0.6.0
24612024-10-21T21:46:09.163Z[ helios-setup] Oct 21 21:46:07.995 INFO E| Compiling ansi_term v0.12.1
24622024-10-21T21:46:09.187Z[ helios-setup] Oct 21 21:46:08.019 INFO E| Compiling bitflags v1.3.2
24632024-10-21T21:46:09.293Z[ helios-setup] Oct 21 21:46:08.125 INFO E| Compiling fletcher v0.1.0
24642024-10-21T21:46:09.315Z[ helios-setup] Oct 21 21:46:08.147 INFO E| Compiling strsim v0.8.0
24652024-10-21T21:46:09.332Z[ helios-setup] Oct 21 21:46:08.163 INFO E| Compiling unic-common v0.9.0
24662024-10-21T21:46:09.346Z[ host-package] Compiling diesel v2.2.4
24672024-10-21T21:46:09.456Z[ helios-setup] Oct 21 21:46:08.287 INFO E| Compiling unic-char-range v0.9.0
24682024-10-21T21:46:09.577Z[ helios-setup] Oct 21 21:46:08.406 INFO E| Compiling unic-ucd-version v0.9.0
24692024-10-21T21:46:09.639Z[ helios-setup] Oct 21 21:46:08.471 INFO E| Compiling log v0.4.22
24702024-10-21T21:46:09.764Z[ helios-setup] Oct 21 21:46:08.595 INFO E| Compiling clap v2.34.0
24712024-10-21T21:46:09.860Z[ helios-setup] Oct 21 21:46:08.692 INFO E| Compiling unic-char-property v0.9.0
24722024-10-21T21:46:10.341Z[ helios-setup] Oct 21 21:46:09.173 INFO E| Compiling plain v0.2.3
24732024-10-21T21:46:10.364Z[ helios-setup] Oct 21 21:46:09.195 INFO E| Compiling unic-ucd-ident v0.9.0
24742024-10-21T21:46:10.437Z[ helios-setup] Oct 21 21:46:09.268 INFO E| Compiling bytesize v1.3.0
24752024-10-21T21:46:11.931Z[ helios-setup] Oct 21 21:46:10.762 INFO E| Compiling serde_derive_internals v0.29.1
24762024-10-21T21:46:14.940Z[ helios-setup] Oct 21 21:46:13.771 INFO E| Compiling toml v0.5.11
24772024-10-21T21:46:17.663Z[ helios-setup] Oct 21 21:46:16.495 INFO E| Compiling thiserror-impl v1.0.64
24782024-10-21T21:46:17.666Z[ helios-setup] Oct 21 21:46:16.495 INFO E| Compiling serde_derive v1.0.210
24792024-10-21T21:46:17.666Z[ helios-setup] Oct 21 21:46:16.495 INFO E| Compiling schemars_derive v0.8.21
24802024-10-21T21:46:17.717Z[ helios-setup] Oct 21 21:46:16.548 INFO E| Compiling zerocopy-derive v0.6.6
24812024-10-21T21:46:17.883Z[ host-package] Compiling slog-stdlog v4.1.1
24822024-10-21T21:46:20.590Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24832024-10-21T21:46:20.870Z[ helios-setup] Oct 21 21:46:19.701 INFO E| Compiling proc-macro-crate v0.1.5
24842024-10-21T21:46:21.668Z[ helios-setup] Oct 21 21:46:20.499 INFO E| Compiling zerocopy v0.6.6
24852024-10-21T21:46:22.163Z[ helios-setup] Oct 21 21:46:20.994 INFO E| Compiling num-derive v0.4.2
24862024-10-21T21:46:23.334Z[ helios-setup] Oct 21 21:46:22.165 INFO E| Compiling pest v2.7.13
24872024-10-21T21:46:23.726Z[ host-package] Compiling which v4.4.2
24882024-10-21T21:46:23.754Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24892024-10-21T21:46:24.381Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24902024-10-21T21:46:24.921Z[ host-package] Compiling chacha20 v0.9.1
24912024-10-21T21:46:24.977Z[ host-package] Compiling cexpr v0.6.0
24922024-10-21T21:46:26.131Z[ host-package] Compiling aead v0.5.2
24932024-10-21T21:46:26.483Z[ helios-setup] Oct 21 21:46:25.313 INFO E| Compiling modular-bitfield-impl v0.11.2
24942024-10-21T21:46:26.503Z[ helios-setup] Oct 21 21:46:25.333 INFO E| Compiling scroll_derive v0.10.5
24952024-10-21T21:46:26.521Z[ helios-setup] Oct 21 21:46:25.352 INFO E| Compiling strum_macros v0.23.1
24962024-10-21T21:46:26.812Z[ helios-setup] Oct 21 21:46:25.642 INFO E| Compiling structopt-derive v0.4.18
24972024-10-21T21:46:27.130Z[ host-package] Compiling lazycell v1.3.0
24982024-10-21T21:46:27.609Z[ host-package] Compiling ref-cast v1.0.23
24992024-10-21T21:46:28.197Z[ host-package] Compiling rustc-hash v1.1.0
25002024-10-21T21:46:28.520Z[ helios-setup] Oct 21 21:46:27.350 INFO E| Compiling pest_meta v2.7.13
25012024-10-21T21:46:29.164Z[ host-package] Compiling chacha20poly1305 v0.10.1
25022024-10-21T21:46:29.792Z[ helios-setup] Oct 21 21:46:28.622 INFO E| Compiling scroll v0.10.2
25032024-10-21T21:46:30.146Z[ host-package] Compiling slog-envlogger v2.2.0
25042024-10-21T21:46:30.907Z[ helios-setup] Oct 21 21:46:29.737 INFO E| Compiling goblin v0.4.3
25052024-10-21T21:46:31.671Z[ helios-setup] Oct 21 21:46:30.501 INFO E| Compiling pest_generator v2.7.13
25062024-10-21T21:46:31.930Z[ helios-setup] Oct 21 21:46:30.760 INFO E| Compiling modular-bitfield v0.11.2
25072024-10-21T21:46:32.484Z[ helios-setup] Oct 21 21:46:31.314 INFO E| Compiling structopt v0.3.26
25082024-10-21T21:46:33.952Z[ host-package] Compiling vsss-rs v3.3.4
25092024-10-21T21:46:35.961Z[ helios-setup] Oct 21 21:46:34.791 INFO E| Compiling pest_derive v2.7.13
25102024-10-21T21:46:40.570Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25112024-10-21T21:46:40.730Z[ helios-setup] Oct 21 21:46:39.559 INFO E| Compiling json5 v0.4.1
25122024-10-21T21:46:41.094Z[ host-package] Compiling derive_builder_core v0.20.2
25132024-10-21T21:46:44.543Z[ host-package] Compiling headers-core v0.3.0
25142024-10-21T21:46:44.980Z[ host-package] Compiling fxhash v0.2.1
25152024-10-21T21:46:45.446Z[ host-package] Compiling libxml v0.3.3
25162024-10-21T21:46:46.098Z[ host-package] Compiling ref-cast-impl v1.0.23
25172024-10-21T21:46:46.188Z[ host-package] Compiling headers v0.4.0
25182024-10-21T21:46:46.698Z[ helios-setup] Oct 21 21:46:45.528 INFO E| Compiling four-cc v0.3.0
25192024-10-21T21:46:46.698Z[ helios-setup] Oct 21 21:46:45.528 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
25202024-10-21T21:46:47.033Z[ helios-setup] Oct 21 21:46:45.861 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
25212024-10-21T21:46:48.051Z[ host-package] Compiling derive_builder_macro v0.20.2
25222024-10-21T21:46:48.549Z[ host-package] Compiling polar-core v0.27.3
25232024-10-21T21:46:49.871Z[ host-package] Compiling samael v0.0.17
25242024-10-21T21:46:50.823Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25252024-10-21T21:46:51.901Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25262024-10-21T21:46:52.444Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25272024-10-21T21:46:54.643Z[ host-package] Compiling phf_generator v0.11.2
25282024-10-21T21:46:54.901Z[ host-package] Compiling strum_macros v0.24.3
25292024-10-21T21:46:58.501Z[ host-package] Compiling kstat-rs v0.2.4
25302024-10-21T21:46:58.643Z[ host-package] Compiling unicase v2.7.0
25312024-10-21T21:46:59.135Z[ host-package] Compiling indoc v1.0.9
25322024-10-21T21:46:59.532Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25332024-10-21T21:47:00.200Z[ host-package] Compiling phf_codegen v0.11.2
25342024-10-21T21:47:00.449Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352024-10-21T21:47:06.660Z[ host-package] Compiling derive_builder v0.20.2
25362024-10-21T21:47:08.805Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25372024-10-21T21:47:10.419Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25382024-10-21T21:47:12.638Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25392024-10-21T21:47:13.040Z[ host-package] Compiling oso-derive v0.27.3
25402024-10-21T21:47:14.234Z[ host-package] Compiling parse-zoneinfo v0.3.1
25412024-10-21T21:47:16.153Z[ host-package] Compiling libz-sys v1.1.20
25422024-10-21T21:47:16.944Z[ host-package] Compiling quick-xml v0.33.0
25432024-10-21T21:47:19.695Z[ host-package] Compiling diesel-dtrace v0.3.0
25442024-10-21T21:47:20.068Z[ host-package] Compiling parking_lot_core v0.8.6
25452024-10-21T21:47:20.487Z[ host-package] Compiling cfg_aliases v0.1.1
25462024-10-21T21:47:20.514Z[ host-package] Compiling oso v0.27.3
25472024-10-21T21:47:20.641Z[ host-package] Compiling nix v0.28.0
25482024-10-21T21:47:21.228Z[ host-package] Compiling chrono-tz-build v0.4.0
25492024-10-21T21:47:21.598Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25502024-10-21T21:47:22.596Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25512024-10-21T21:47:23.419Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25522024-10-21T21:47:27.117Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25532024-10-21T21:47:27.527Z[ host-package] Compiling bb8 v0.8.5
25542024-10-21T21:47:28.354Z[ host-package] Compiling const_format_proc_macros v0.2.33
25552024-10-21T21:47:28.476Z[ host-package] Compiling vte_generate_state_changes v0.1.2
25562024-10-21T21:47:28.940Z[ helios-setup] Oct 21 21:47:27.766 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
25572024-10-21T21:47:29.325Z[ host-package] Compiling vte v0.11.1
25582024-10-21T21:47:30.555Z[ host-package] Compiling const_format v0.2.33
25592024-10-21T21:47:31.099Z[ host-package] Compiling async-bb8-diesel v0.2.1
25602024-10-21T21:47:32.171Z[ host-package] Compiling chrono-tz v0.10.0
25612024-10-21T21:47:33.220Z[ host-package] Compiling fd-lock v4.0.2
25622024-10-21T21:47:33.530Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
25632024-10-21T21:47:33.756Z[ host-package] Compiling atty v0.2.14
25642024-10-21T21:47:33.968Z[ host-package] Compiling salty v0.3.0
25652024-10-21T21:47:34.499Z[ host-package] Compiling bytecount v0.6.8
25662024-10-21T21:47:34.880Z[ host-package] Compiling papergrid v0.11.0
25672024-10-21T21:47:41.108Z[ host-package] Compiling parking_lot v0.11.2
25682024-10-21T21:47:41.711Z[ helios-setup] Oct 21 21:47:40.536 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
25692024-10-21T21:47:48.667Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25702024-10-21T21:47:49.686Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
25712024-10-21T21:47:51.426Z[ host-package] Compiling tabled_derive v0.7.0
25722024-10-21T21:47:53.939Z[ host-package] Compiling peg-macros v0.8.4
25732024-10-21T21:47:55.025Z[ host-package] Compiling sqlparser_derive v0.2.2
25742024-10-21T21:47:56.546Z[ host-package] Compiling unicode_categories v0.1.1
25752024-10-21T21:47:56.970Z[ host-package] Compiling nu-ansi-term v0.50.1
25762024-10-21T21:47:57.749Z[ host-package] Compiling peg v0.8.4
25772024-10-21T21:47:57.899Z[ host-package] Compiling reedline v0.35.0
25782024-10-21T21:47:58.438Z[ host-package] Compiling sqlformat v0.2.6
25792024-10-21T21:48:11.144Z[ host-package] Compiling rustyline v14.0.0
25802024-10-21T21:48:11.888Z[ host-package] Compiling sqlparser v0.45.0
25812024-10-21T21:48:21.623Z[ host-package] Compiling tabled v0.15.0
25822024-10-21T21:48:21.774Z[ helios-setup] Oct 21 21:48:20.597 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 25s
25832024-10-21T21:48:21.810Z[ helios-setup] Oct 21 21:48:20.633 INFO building project "amd-host-image-builder" ok (175 seconds)
25842024-10-21T21:48:21.810Z[ helios-setup] Oct 21 21:48:20.633 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25852024-10-21T21:48:21.813Z[ helios-setup] Oct 21 21:48:20.633 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25862024-10-21T21:48:22.121Z[ helios-setup] Oct 21 21:48:20.944 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
25872024-10-21T21:48:23.114Z[ helios-setup] Oct 21 21:48:21.937 INFO E| From https://github.com/oxidecomputer/progenitor
25882024-10-21T21:48:23.115Z[ helios-setup] Oct 21 21:48:21.937 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
25892024-10-21T21:48:23.147Z[ helios-setup] Oct 21 21:48:21.970 INFO E| * [new tag] v0.1.1 -> v0.1.1
25902024-10-21T21:48:23.147Z[ helios-setup] Oct 21 21:48:21.970 INFO E| * [new tag] v0.2.0 -> v0.2.0
25912024-10-21T21:48:23.290Z[ helios-setup] Oct 21 21:48:22.113 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25922024-10-21T21:48:23.916Z[ helios-setup] Oct 21 21:48:22.738 INFO E| From https://github.com/jclulow/hiercmd
25932024-10-21T21:48:23.916Z[ helios-setup] Oct 21 21:48:22.739 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25942024-10-21T21:48:23.934Z[ helios-setup] Oct 21 21:48:22.757 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25952024-10-21T21:48:24.430Z[ helios-setup] Oct 21 21:48:23.253 INFO E| From https://github.com/jclulow/network-interface
25962024-10-21T21:48:24.430Z[ helios-setup] Oct 21 21:48:23.253 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25972024-10-21T21:48:24.452Z[ helios-setup] Oct 21 21:48:23.275 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25982024-10-21T21:48:24.942Z[ helios-setup] Oct 21 21:48:23.764 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25992024-10-21T21:48:24.942Z[ helios-setup] Oct 21 21:48:23.765 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26002024-10-21T21:48:24.998Z[ helios-setup] Oct 21 21:48:23.820 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26012024-10-21T21:48:25.256Z[ host-package] Compiling mime_guess v2.0.5
26022024-10-21T21:48:25.720Z[ host-package] Compiling sled v0.34.7
26032024-10-21T21:48:25.791Z[ helios-setup] Oct 21 21:48:24.613 INFO E| From https://github.com/oxidecomputer/facade
26042024-10-21T21:48:25.791Z[ helios-setup] Oct 21 21:48:24.613 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26052024-10-21T21:48:25.835Z[ helios-setup] Oct 21 21:48:24.657 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
26062024-10-21T21:48:26.548Z[ helios-setup] Oct 21 21:48:25.370 INFO E| From https://github.com/oxidecomputer/dropshot
26072024-10-21T21:48:26.548Z[ helios-setup] Oct 21 21:48:25.370 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
26082024-10-21T21:48:26.583Z[ helios-setup] Oct 21 21:48:25.406 INFO E| * [new tag] v0.3.0 -> v0.3.0
26092024-10-21T21:48:26.583Z[ helios-setup] Oct 21 21:48:25.406 INFO E| * [new tag] v0.4.0 -> v0.4.0
26102024-10-21T21:48:26.586Z[ helios-setup] Oct 21 21:48:25.406 INFO E| * [new tag] v0.5.0 -> v0.5.0
26112024-10-21T21:48:26.586Z[ helios-setup] Oct 21 21:48:25.406 INFO E| * [new tag] v0.5.1 -> v0.5.1
26122024-10-21T21:48:26.586Z[ helios-setup] Oct 21 21:48:25.406 INFO E| * [new tag] v0.6.0 -> v0.6.0
26132024-10-21T21:48:26.586Z[ helios-setup] Oct 21 21:48:25.406 INFO E| * [new tag] v0.7.0 -> v0.7.0
26142024-10-21T21:48:26.586Z[ helios-setup] Oct 21 21:48:25.406 INFO E| * [new tag] v0.8.0 -> v0.8.0
26152024-10-21T21:48:26.586Z[ helios-setup] Oct 21 21:48:25.407 INFO E| * [new tag] v0.9.0 -> v0.9.0
26162024-10-21T21:48:26.633Z[ helios-setup] Oct 21 21:48:25.456 INFO E| Updating crates.io index
26172024-10-21T21:48:26.877Z[ helios-setup] Oct 21 21:48:25.699 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
26182024-10-21T21:48:27.863Z[ helios-setup] Oct 21 21:48:26.685 INFO E| From https://github.com/oxidecomputer/typify
26192024-10-21T21:48:27.863Z[ helios-setup] Oct 21 21:48:26.685 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
26202024-10-21T21:48:27.908Z[ helios-setup] Oct 21 21:48:26.731 INFO E| * [new tag] v0.0.10 -> v0.0.10
26212024-10-21T21:48:27.908Z[ helios-setup] Oct 21 21:48:26.731 INFO E| * [new tag] v0.0.11 -> v0.0.11
26222024-10-21T21:48:27.911Z[ helios-setup] Oct 21 21:48:26.731 INFO E| * [new tag] v0.0.4 -> v0.0.4
26232024-10-21T21:48:27.911Z[ helios-setup] Oct 21 21:48:26.731 INFO E| * [new tag] v0.0.5 -> v0.0.5
26242024-10-21T21:48:27.911Z[ helios-setup] Oct 21 21:48:26.732 INFO E| * [new tag] v0.0.7 -> v0.0.7
26252024-10-21T21:48:27.911Z[ helios-setup] Oct 21 21:48:26.732 INFO E| * [new tag] v0.0.8 -> v0.0.8
26262024-10-21T21:48:27.911Z[ helios-setup] Oct 21 21:48:26.732 INFO E| * [new tag] v0.0.9 -> v0.0.9
26272024-10-21T21:48:28.300Z[ helios-setup] Oct 21 21:48:27.122 INFO E| Downloading crates ...
26282024-10-21T21:48:28.451Z[ helios-setup] Oct 21 21:48:27.273 INFO E| Downloaded ryu v1.0.13
26292024-10-21T21:48:28.459Z[ helios-setup] Oct 21 21:48:27.281 INFO E| Downloaded serde_spanned v0.6.1
26302024-10-21T21:48:28.461Z[ helios-setup] Oct 21 21:48:27.283 INFO E| Downloaded try-lock v0.2.4
26312024-10-21T21:48:28.464Z[ helios-setup] Oct 21 21:48:27.285 INFO E| Downloaded aho-corasick v0.7.20
26322024-10-21T21:48:28.470Z[ helios-setup] Oct 21 21:48:27.292 INFO E| Downloaded rustls-pemfile v1.0.2
26332024-10-21T21:48:28.474Z[ helios-setup] Oct 21 21:48:27.296 INFO E| Downloaded built v0.6.0
26342024-10-21T21:48:28.482Z[ helios-setup] Oct 21 21:48:27.305 INFO E| Downloaded want v0.3.0
26352024-10-21T21:48:28.485Z[ helios-setup] Oct 21 21:48:27.306 INFO E| Downloaded thiserror-impl v1.0.38
26362024-10-21T21:48:28.487Z[ helios-setup] Oct 21 21:48:27.308 INFO E| Downloaded terminal_size v0.2.6
26372024-10-21T21:48:28.490Z[ helios-setup] Oct 21 21:48:27.311 INFO E| Downloaded signal-hook-registry v1.4.0
26382024-10-21T21:48:28.492Z[ helios-setup] Oct 21 21:48:27.314 INFO E| Downloaded iana-time-zone v0.1.56
26392024-10-21T21:48:28.495Z[ helios-setup] Oct 21 21:48:27.317 INFO E| Downloaded toml_datetime v0.6.1
26402024-10-21T21:48:28.498Z[ helios-setup] Oct 21 21:48:27.320 INFO E| Downloaded tokio-rustls v0.24.0
26412024-10-21T21:48:28.502Z[ helios-setup] Oct 21 21:48:27.325 INFO E| Downloaded sct v0.7.0
26422024-10-21T21:48:28.509Z[ helios-setup] Oct 21 21:48:27.331 INFO E| Downloaded semver-parser v0.10.2
26432024-10-21T21:48:28.512Z[ helios-setup] Oct 21 21:48:27.335 INFO E| Downloaded schemars v0.8.12
26442024-10-21T21:48:28.533Z[ helios-setup] Oct 21 21:48:27.355 INFO E| Downloaded smallvec v1.10.0
26452024-10-21T21:48:28.536Z[ helios-setup] Oct 21 21:48:27.359 INFO E| Downloaded unicode-ident v1.0.8
26462024-10-21T21:48:28.541Z[ helios-setup] Oct 21 21:48:27.364 INFO E| Downloaded ucd-trie v0.1.5
26472024-10-21T21:48:28.544Z[ helios-setup] Oct 21 21:48:27.367 INFO E| Downloaded tower-service v0.3.2
26482024-10-21T21:48:28.547Z[ helios-setup] Oct 21 21:48:27.369 INFO E| Downloaded textwrap v0.16.0
26492024-10-21T21:48:28.550Z[ helios-setup] Oct 21 21:48:27.373 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26502024-10-21T21:48:28.554Z[ helios-setup] Oct 21 21:48:27.376 INFO E| Downloaded rustfmt-wrapper v0.2.0
26512024-10-21T21:48:28.556Z[ helios-setup] Oct 21 21:48:27.379 INFO E| Downloaded tungstenite v0.18.0
26522024-10-21T21:48:28.562Z[ helios-setup] Oct 21 21:48:27.384 INFO E| Downloaded rhai_codegen v1.5.0
26532024-10-21T21:48:28.575Z[ helios-setup] Oct 21 21:48:27.398 INFO E| Downloaded uuid v1.3.0
26542024-10-21T21:48:28.583Z[ helios-setup] Oct 21 21:48:27.405 INFO E| Downloaded walkdir v2.3.3
26552024-10-21T21:48:28.586Z[ helios-setup] Oct 21 21:48:27.409 INFO E| Downloaded url v2.3.1
26562024-10-21T21:48:28.604Z[ helios-setup] Oct 21 21:48:27.426 INFO E| Downloaded num_cpus v1.15.0
26572024-10-21T21:48:28.608Z[ helios-setup] Oct 21 21:48:27.431 INFO E| Downloaded unsafe-libyaml v0.2.8
26582024-10-21T21:48:28.614Z[ helios-setup] Oct 21 21:48:27.437 INFO E| Downloaded once_cell v1.17.0
26592024-10-21T21:48:28.619Z[ helios-setup] Oct 21 21:48:27.441 INFO E| Downloaded tracing v0.1.37
26602024-10-21T21:48:28.626Z[ helios-setup] Oct 21 21:48:27.448 INFO E| Downloaded unicode-bidi v0.3.13
26612024-10-21T21:48:28.629Z[ helios-setup] Oct 21 21:48:27.451 INFO E| Downloaded jobserver v0.1.26
26622024-10-21T21:48:28.632Z[ helios-setup] Oct 21 21:48:27.455 INFO E| Downloaded clap_derive v4.2.0
26632024-10-21T21:48:28.639Z[ helios-setup] Oct 21 21:48:27.458 INFO E| Downloaded toml v0.7.3
26642024-10-21T21:48:28.678Z[ helios-setup] Oct 21 21:48:27.501 INFO E| Downloaded httparse v1.8.0
26652024-10-21T21:48:28.682Z[ helios-setup] Oct 21 21:48:27.504 INFO E| Downloaded unicode-normalization v0.1.22
26662024-10-21T21:48:28.689Z[ helios-setup] Oct 21 21:48:27.512 INFO E| Downloaded unicode-linebreak v0.1.4
26672024-10-21T21:48:28.693Z[ helios-setup] Oct 21 21:48:27.516 INFO E| Downloaded toml_edit v0.19.8
26682024-10-21T21:48:28.721Z[ helios-setup] Oct 21 21:48:27.543 INFO E| Downloaded serde_json v1.0.95
26692024-10-21T21:48:28.733Z[ helios-setup] Oct 21 21:48:27.555 INFO E| Downloaded winnow v0.4.1
26702024-10-21T21:48:28.748Z[ helios-setup] Oct 21 21:48:27.570 INFO E| Downloaded reqwest v0.11.16
26712024-10-21T21:48:28.761Z[ helios-setup] Oct 21 21:48:27.583 INFO E| Downloaded syn v2.0.72
26722024-10-21T21:48:28.780Z[ helios-setup] Oct 21 21:48:27.603 INFO E| Downloaded rustix v0.37.3
26732024-10-21T21:48:28.810Z[ helios-setup] Oct 21 21:48:27.632 INFO E| Downloaded rustls v0.21.0
26742024-10-21T21:48:28.827Z[ helios-setup] Oct 21 21:48:27.649 INFO E| Downloaded mio v0.8.5
26752024-10-21T21:48:28.836Z[ helios-setup] Oct 21 21:48:27.658 INFO E| Downloaded tokio v1.27.0
26762024-10-21T21:48:28.885Z[ helios-setup] Oct 21 21:48:27.707 INFO E| Downloaded futures-util v0.3.28
26772024-10-21T21:48:28.905Z[ helios-setup] Oct 21 21:48:27.727 INFO E| Downloaded h2 v0.3.16
26782024-10-21T21:48:28.916Z[ helios-setup] Oct 21 21:48:27.739 INFO E| Downloaded chrono v0.4.24
26792024-10-21T21:48:28.928Z[ helios-setup] Oct 21 21:48:27.750 INFO E| Downloaded rayon v1.6.1
26802024-10-21T21:48:28.940Z[ helios-setup] Oct 21 21:48:27.763 INFO E| Downloaded hyper v0.14.25
26812024-10-21T21:48:28.952Z[ helios-setup] Oct 21 21:48:27.774 INFO E| Downloaded git2 v0.16.1
26822024-10-21T21:48:28.963Z[ helios-setup] Oct 21 21:48:27.785 INFO E| Downloaded regress v0.5.0
26832024-10-21T21:48:28.972Z[ helios-setup] Oct 21 21:48:27.795 INFO E| Downloaded regex v1.7.3
26842024-10-21T21:48:28.983Z[ helios-setup] Oct 21 21:48:27.806 INFO E| Downloaded clap_builder v4.2.1
26852024-10-21T21:48:28.993Z[ helios-setup] Oct 21 21:48:27.815 INFO E| Downloaded pest v2.5.7
26862024-10-21T21:48:29.000Z[ helios-setup] Oct 21 21:48:27.822 INFO E| Downloaded crossbeam-channel v0.5.6
26872024-10-21T21:48:29.006Z[ helios-setup] Oct 21 21:48:27.828 INFO E| Downloaded rhai v1.14.0
26882024-10-21T21:48:29.022Z[ helios-setup] Oct 21 21:48:27.845 INFO E| Downloaded openapiv3 v1.0.2
26892024-10-21T21:48:29.040Z[ helios-setup] Oct 21 21:48:27.862 INFO E| Downloaded clap v4.2.1
26902024-10-21T21:48:29.064Z[ helios-setup] Oct 21 21:48:27.886 INFO E| Downloaded syn v1.0.107
26912024-10-21T21:48:29.078Z[ helios-setup] Oct 21 21:48:27.900 INFO E| Downloaded http v0.2.9
26922024-10-21T21:48:29.084Z[ helios-setup] Oct 21 21:48:27.906 INFO E| Downloaded memchr v2.5.0
26932024-10-21T21:48:29.099Z[ helios-setup] Oct 21 21:48:27.912 INFO E| Downloaded cc v1.0.78
26942024-10-21T21:48:29.099Z[ helios-setup] Oct 21 21:48:27.915 INFO E| Downloaded futures v0.3.28
26952024-10-21T21:48:29.101Z[ helios-setup] Oct 21 21:48:27.921 INFO E| Downloaded flate2 v1.0.25
26962024-10-21T21:48:29.106Z[ helios-setup] Oct 21 21:48:27.928 INFO E| Downloaded crossbeam-epoch v0.9.13
26972024-10-21T21:48:29.112Z[ helios-setup] Oct 21 21:48:27.934 INFO E| Downloaded tracing-core v0.1.30
26982024-10-21T21:48:29.116Z[ helios-setup] Oct 21 21:48:27.938 INFO E| Downloaded libc v0.2.139
26992024-10-21T21:48:29.153Z[ helios-setup] Oct 21 21:48:27.975 INFO E| Downloaded serde v1.0.204
27002024-10-21T21:48:29.162Z[ helios-setup] Oct 21 21:48:27.980 INFO E| Downloaded rayon-core v1.10.2
27012024-10-21T21:48:29.165Z[ helios-setup] Oct 21 21:48:27.986 INFO E| Downloaded pkg-config v0.3.26
27022024-10-21T21:48:29.167Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27032024-10-21T21:48:29.167Z[ helios-setup] Oct 21 21:48:27.988 INFO E| Downloaded parking_lot_core v0.9.6
27042024-10-21T21:48:29.170Z[ helios-setup] Oct 21 21:48:27.991 INFO E| Downloaded log v0.4.17
27052024-10-21T21:48:29.173Z[ helios-setup] Oct 21 21:48:27.995 INFO E| Downloaded io-lifetimes v1.0.10
27062024-10-21T21:48:29.177Z[ helios-setup] Oct 21 21:48:27.999 INFO E| Downloaded base64 v0.21.0
27072024-10-21T21:48:29.182Z[ helios-setup] Oct 21 21:48:28.004 INFO E| Downloaded anyhow v1.0.68
27082024-10-21T21:48:29.188Z[ helios-setup] Oct 21 21:48:28.010 INFO E| Downloaded ahash v0.8.3
27092024-10-21T21:48:29.191Z[ helios-setup] Oct 21 21:48:28.013 INFO E| Downloaded generic-array v0.14.6
27102024-10-21T21:48:29.194Z[ helios-setup] Oct 21 21:48:28.016 INFO E| Downloaded tokio-util v0.7.7
27112024-10-21T21:48:29.202Z[ helios-setup] Oct 21 21:48:28.024 INFO E| Downloaded rustls-webpki v0.100.1
27122024-10-21T21:48:29.212Z[ helios-setup] Oct 21 21:48:28.034 INFO E| Downloaded camino v1.1.4
27132024-10-21T21:48:29.215Z[ helios-setup] Oct 21 21:48:28.037 INFO E| Downloaded bincode v1.3.3
27142024-10-21T21:48:29.218Z[ helios-setup] Oct 21 21:48:28.040 INFO E| Downloaded typenum v1.16.0
27152024-10-21T21:48:29.221Z[ helios-setup] Oct 21 21:48:28.044 INFO E| Downloaded tinyvec v1.6.0
27162024-10-21T21:48:29.227Z[ helios-setup] Oct 21 21:48:28.049 INFO E| Downloaded socket2 v0.4.9
27172024-10-21T21:48:29.229Z[ helios-setup] Oct 21 21:48:28.052 INFO E| Downloaded schemars_derive v0.8.12
27182024-10-21T21:48:29.232Z[ helios-setup] Oct 21 21:48:28.054 INFO E| Downloaded lock_api v0.4.9
27192024-10-21T21:48:29.235Z[ helios-setup] Oct 21 21:48:28.057 INFO E| Downloaded bytes v1.4.0
27202024-10-21T21:48:29.240Z[ helios-setup] Oct 21 21:48:28.062 INFO E| Downloaded time v0.1.45
27212024-10-21T21:48:29.243Z[ helios-setup] Oct 21 21:48:28.065 INFO E| Downloaded num-traits v0.2.15
27222024-10-21T21:48:29.247Z[ helios-setup] Oct 21 21:48:28.069 INFO E| Downloaded miniz_oxide v0.6.2
27232024-10-21T21:48:29.250Z[ helios-setup] Oct 21 21:48:28.073 INFO E| Downloaded crossbeam-utils v0.8.14
27242024-10-21T21:48:29.255Z[ helios-setup] Oct 21 21:48:28.077 INFO E| Downloaded unicode-width v0.1.10
27252024-10-21T21:48:29.257Z[ helios-setup] Oct 21 21:48:28.079 INFO E| Downloaded tokio-tungstenite v0.18.0
27262024-10-21T21:48:29.260Z[ helios-setup] Oct 21 21:48:28.083 INFO E| Downloaded tempfile v3.5.0
27272024-10-21T21:48:29.264Z[ helios-setup] Oct 21 21:48:28.087 INFO E| Downloaded serde_derive_internals v0.26.0
27282024-10-21T21:48:29.267Z[ helios-setup] Oct 21 21:48:28.089 INFO E| Downloaded semver v1.0.17
27292024-10-21T21:48:29.314Z[ helios-setup] Oct 21 21:48:28.136 INFO E| Downloaded proc-macro-crate v1.2.1
27302024-10-21T21:48:29.316Z[ helios-setup] Oct 21 21:48:28.137 INFO E| Downloaded encoding_rs v0.8.32
27312024-10-21T21:48:29.377Z[ helios-setup] Oct 21 21:48:28.200 INFO E| Downloaded percent-encoding v2.2.0
27322024-10-21T21:48:29.380Z[ helios-setup] Oct 21 21:48:28.201 INFO E| Downloaded parking_lot v0.12.1
27332024-10-21T21:48:29.382Z[ helios-setup] Oct 21 21:48:28.204 INFO E| Downloaded num_enum_derive v0.5.7
27342024-10-21T21:48:29.382Z[ helios-setup] Oct 21 21:48:28.205 INFO E| Downloaded home v0.5.4
27352024-10-21T21:48:29.385Z[ helios-setup] Oct 21 21:48:28.206 INFO E| Downloaded num-integer v0.1.45
27362024-10-21T21:48:29.388Z[ helios-setup] Oct 21 21:48:28.208 INFO E| Downloaded memoffset v0.7.1
27372024-10-21T21:48:29.388Z[ helios-setup] Oct 21 21:48:28.210 INFO E| Downloaded is-terminal v0.4.7
27382024-10-21T21:48:29.394Z[ helios-setup] Oct 21 21:48:28.212 INFO E| Downloaded futures-task v0.3.28
27392024-10-21T21:48:29.394Z[ helios-setup] Oct 21 21:48:28.213 INFO E| Downloaded futures-io v0.3.28
27402024-10-21T21:48:29.394Z[ helios-setup] Oct 21 21:48:28.214 INFO E| Downloaded futures-core v0.3.28
27412024-10-21T21:48:29.394Z[ helios-setup] Oct 21 21:48:28.216 INFO E| Downloaded digest v0.10.6
27422024-10-21T21:48:29.398Z[ helios-setup] Oct 21 21:48:28.219 INFO E| Downloaded smartstring v1.0.1
27432024-10-21T21:48:29.401Z[ helios-setup] Oct 21 21:48:28.222 INFO E| Downloaded serde_yaml v0.9.21
27442024-10-21T21:48:29.420Z[ helios-setup] Oct 21 21:48:28.242 INFO E| Downloaded fastrand v1.9.0
27452024-10-21T21:48:29.423Z[ helios-setup] Oct 21 21:48:28.244 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27462024-10-21T21:48:29.512Z[ helios-setup] Oct 21 21:48:28.334 INFO E| Downloaded utf8parse v0.2.1
27472024-10-21T21:48:29.514Z[ helios-setup] Oct 21 21:48:28.335 INFO E| Downloaded thiserror v1.0.38
27482024-10-21T21:48:29.519Z[ helios-setup] Oct 21 21:48:28.341 INFO E| Downloaded slog-bunyan v2.4.0
27492024-10-21T21:48:29.521Z[ helios-setup] Oct 21 21:48:28.343 INFO E| Downloaded slab v0.4.7
27502024-10-21T21:48:29.524Z[ helios-setup] Oct 21 21:48:28.345 INFO E| Downloaded serde_tokenstream v0.2.0
27512024-10-21T21:48:29.528Z[ helios-setup] Oct 21 21:48:28.351 INFO E| Downloaded serde_path_to_error v0.1.11
27522024-10-21T21:48:29.531Z[ helios-setup] Oct 21 21:48:28.354 INFO E| Downloaded quote v1.0.36
27532024-10-21T21:48:29.536Z[ helios-setup] Oct 21 21:48:28.358 INFO E| Downloaded pin-project-lite v0.2.9
27542024-10-21T21:48:29.544Z[ helios-setup] Oct 21 21:48:28.366 INFO E| Downloaded byteorder v1.4.3
27552024-10-21T21:48:29.547Z[ helios-setup] Oct 21 21:48:28.369 INFO E| Downloaded anstyle-parse v0.1.1
27562024-10-21T21:48:29.550Z[ helios-setup] Oct 21 21:48:28.372 INFO E| Downloaded ahash v0.7.6
27572024-10-21T21:48:29.554Z[ helios-setup] Oct 21 21:48:28.377 INFO E| Downloaded tokio-macros v2.0.0
27582024-10-21T21:48:29.557Z[ helios-setup] Oct 21 21:48:28.378 INFO E| Downloaded libz-sys v1.1.8
27592024-10-21T21:48:29.646Z[ helios-setup] Oct 21 21:48:28.466 INFO E| Downloaded sha1 v0.10.5
27602024-10-21T21:48:29.650Z[ helios-setup] Oct 21 21:48:28.469 INFO E| Downloaded semver v0.11.0
27612024-10-21T21:48:29.650Z[ helios-setup] Oct 21 21:48:28.471 INFO E| Downloaded scopeguard v1.1.0
27622024-10-21T21:48:29.653Z[ helios-setup] Oct 21 21:48:28.473 INFO E| Downloaded autocfg v1.1.0
27632024-10-21T21:48:29.656Z[ helios-setup] Oct 21 21:48:28.475 INFO E| Downloaded ipnet v2.7.2
27642024-10-21T21:48:29.656Z[ helios-setup] Oct 21 21:48:28.478 INFO E| Downloaded getrandom v0.2.8
27652024-10-21T21:48:29.660Z[ helios-setup] Oct 21 21:48:28.482 INFO E| Downloaded futures-channel v0.3.28
27662024-10-21T21:48:29.663Z[ helios-setup] Oct 21 21:48:28.485 INFO E| Downloaded async-stream v0.3.5
27672024-10-21T21:48:29.666Z[ helios-setup] Oct 21 21:48:28.488 INFO E| Downloaded lazy_static v1.4.0
27682024-10-21T21:48:29.668Z[ helios-setup] Oct 21 21:48:28.490 INFO E| Downloaded clap_lex v0.4.1
27692024-10-21T21:48:29.672Z[ helios-setup] Oct 21 21:48:28.491 INFO E| Downloaded cargo-lock v8.0.3
27702024-10-21T21:48:29.676Z[ helios-setup] Oct 21 21:48:28.495 INFO E| Downloaded anstream v0.2.6
27712024-10-21T21:48:29.678Z[ helios-setup] Oct 21 21:48:28.498 INFO E| Downloaded smawk v0.3.1
27722024-10-21T21:48:29.681Z[ helios-setup] Oct 21 21:48:28.500 INFO E| Downloaded serde_derive v1.0.204
27732024-10-21T21:48:29.683Z[ helios-setup] Oct 21 21:48:28.504 INFO E| Downloaded project-root v0.2.2
27742024-10-21T21:48:29.684Z[ helios-setup] Oct 21 21:48:28.505 INFO E| Downloaded futures-sink v0.3.28
27752024-10-21T21:48:29.684Z[ helios-setup] Oct 21 21:48:28.506 INFO E| Downloaded const-random-macro v0.1.15
27762024-10-21T21:48:29.686Z[ helios-setup] Oct 21 21:48:28.507 INFO E| Downloaded const-random v0.1.15
27772024-10-21T21:48:29.686Z[ helios-setup] Oct 21 21:48:28.508 INFO E| Downloaded http-body v0.4.5
27782024-10-21T21:48:29.696Z[ helios-setup] Oct 21 21:48:28.511 INFO E| Downloaded futures-macro v0.3.28
27792024-10-21T21:48:29.696Z[ helios-setup] Oct 21 21:48:28.512 INFO E| Downloaded cpufeatures v0.2.5
27802024-10-21T21:48:29.699Z[ helios-setup] Oct 21 21:48:28.514 INFO E| Downloaded concolor-override v1.0.0
27812024-10-21T21:48:29.699Z[ helios-setup] Oct 21 21:48:28.515 INFO E| Downloaded ppv-lite86 v0.2.17
27822024-10-21T21:48:29.699Z[ helios-setup] Oct 21 21:48:28.517 INFO E| Downloaded itoa v1.0.6
27832024-10-21T21:48:29.699Z[ helios-setup] Oct 21 21:48:28.519 INFO E| Downloaded async-trait v0.1.68
27842024-10-21T21:48:29.703Z[ helios-setup] Oct 21 21:48:28.524 INFO E| Downloaded async-stream-impl v0.3.5
27852024-10-21T21:48:29.706Z[ helios-setup] Oct 21 21:48:28.525 INFO E| Downloaded paste v1.0.12
27862024-10-21T21:48:29.708Z[ helios-setup] Oct 21 21:48:28.530 INFO E| Downloaded form_urlencoded v1.1.0
27872024-10-21T21:48:29.712Z[ helios-setup] Oct 21 21:48:28.531 INFO E| Downloaded errno v0.3.1
27882024-10-21T21:48:29.712Z[ helios-setup] Oct 21 21:48:28.533 INFO E| Downloaded dyn-clone v1.0.11
27892024-10-21T21:48:29.716Z[ helios-setup] Oct 21 21:48:28.535 INFO E| Downloaded concolor-query v0.3.3
27902024-10-21T21:48:29.716Z[ helios-setup] Oct 21 21:48:28.537 INFO E| Downloaded either v1.8.0
27912024-10-21T21:48:29.719Z[ helios-setup] Oct 21 21:48:28.539 INFO E| Downloaded sha2 v0.10.6
27922024-10-21T21:48:29.723Z[ helios-setup] Oct 21 21:48:28.542 INFO E| Downloaded num_enum v0.5.7
27932024-10-21T21:48:29.725Z[ helios-setup] Oct 21 21:48:28.547 INFO E| Downloaded httpdate v1.0.2
27942024-10-21T21:48:29.728Z[ helios-setup] Oct 21 21:48:28.549 INFO E| Downloaded futures-executor v0.3.28
27952024-10-21T21:48:29.731Z[ helios-setup] Oct 21 21:48:28.551 INFO E| Downloaded crossbeam-deque v0.8.2
27962024-10-21T21:48:29.735Z[ helios-setup] Oct 21 21:48:28.553 INFO E| Downloaded anstyle v0.3.5
27972024-10-21T21:48:29.735Z[ helios-setup] Oct 21 21:48:28.555 INFO E| Downloaded toolchain_find v0.2.0
27982024-10-21T21:48:29.735Z[ helios-setup] Oct 21 21:48:28.557 INFO E| Downloaded strsim v0.10.0
27992024-10-21T21:48:29.738Z[ helios-setup] Oct 21 21:48:28.559 INFO E| Downloaded slog-async v2.7.0
28002024-10-21T21:48:29.741Z[ helios-setup] Oct 21 21:48:28.561 INFO E| Downloaded block-buffer v0.10.3
28012024-10-21T21:48:29.964Z[ helios-setup] Oct 21 21:48:28.786 INFO E| Compiling proc-macro2 v1.0.86
28022024-10-21T21:48:29.986Z[ helios-setup] Oct 21 21:48:28.786 INFO E| Compiling libc v0.2.139
28032024-10-21T21:48:29.986Z[ helios-setup] Oct 21 21:48:28.786 INFO E| Compiling unicode-ident v1.0.8
28042024-10-21T21:48:29.986Z[ helios-setup] Oct 21 21:48:28.786 INFO E| Compiling autocfg v1.1.0
28052024-10-21T21:48:29.986Z[ helios-setup] Oct 21 21:48:28.786 INFO E| Compiling cfg-if v1.0.0
28062024-10-21T21:48:29.986Z[ helios-setup] Oct 21 21:48:28.786 INFO E| Compiling version_check v0.9.4
28072024-10-21T21:48:29.986Z[ helios-setup] Oct 21 21:48:28.787 INFO E| Compiling serde v1.0.204
28082024-10-21T21:48:29.986Z[ helios-setup] Oct 21 21:48:28.787 INFO E| Compiling syn v1.0.107
28092024-10-21T21:48:30.570Z[ helios-setup] Oct 21 21:48:29.392 INFO E| Compiling memchr v2.5.0
28102024-10-21T21:48:31.442Z[ helios-setup] Oct 21 21:48:30.264 INFO E| Compiling once_cell v1.17.0
28112024-10-21T21:48:31.558Z[ helios-setup] Oct 21 21:48:30.380 INFO E| Compiling log v0.4.17
28122024-10-21T21:48:31.914Z[ helios-setup] Oct 21 21:48:30.736 INFO E| Compiling thiserror v1.0.38
28132024-10-21T21:48:32.050Z[ host-package] Compiling hickory-client v0.24.1
28142024-10-21T21:48:32.201Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28152024-10-21T21:48:32.391Z[ helios-setup] Oct 21 21:48:31.213 INFO E| Compiling serde_json v1.0.95
28162024-10-21T21:48:32.635Z[ helios-setup] Oct 21 21:48:31.457 INFO E| Compiling itoa v1.0.6
28172024-10-21T21:48:33.504Z[ helios-setup] Oct 21 21:48:32.326 INFO E| Compiling getrandom v0.2.8
28182024-10-21T21:48:33.570Z[ helios-setup] Oct 21 21:48:32.392 INFO E| Compiling jobserver v0.1.26
28192024-10-21T21:48:33.910Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28202024-10-21T21:48:34.255Z[ helios-setup] Oct 21 21:48:33.077 INFO E| Compiling quote v1.0.36
28212024-10-21T21:48:34.279Z[ helios-setup] Oct 21 21:48:33.100 INFO E| Compiling indexmap v1.9.3
28222024-10-21T21:48:34.972Z[ helios-setup] Oct 21 21:48:33.789 INFO E| Compiling cc v1.0.78
28232024-10-21T21:48:35.053Z[ helios-setup] Oct 21 21:48:33.874 INFO E| Compiling scopeguard v1.1.0
28242024-10-21T21:48:35.159Z[ helios-setup] Oct 21 21:48:33.981 INFO E| Compiling pin-project-lite v0.2.9
28252024-10-21T21:48:35.357Z[ helios-setup] Oct 21 21:48:34.179 INFO E| Compiling syn v2.0.72
28262024-10-21T21:48:35.554Z[ helios-setup] Oct 21 21:48:34.375 INFO E| Compiling num-integer v0.1.45
28272024-10-21T21:48:35.554Z[ helios-setup] Oct 21 21:48:34.375 INFO E| Compiling bytes v1.4.0
28282024-10-21T21:48:35.831Z[ helios-setup] Oct 21 21:48:34.652 INFO E| Compiling futures-core v0.3.28
28292024-10-21T21:48:36.375Z[ helios-setup] Oct 21 21:48:35.196 INFO E| Compiling ryu v1.0.13
28302024-10-21T21:48:37.736Z[ helios-setup] Oct 21 21:48:36.558 INFO E| Compiling lock_api v0.4.9
28312024-10-21T21:48:37.832Z[ helios-setup] Oct 21 21:48:36.654 INFO E| Compiling parking_lot_core v0.9.6
28322024-10-21T21:48:38.319Z[ helios-setup] Oct 21 21:48:37.141 INFO E| Compiling bitflags v1.3.2
28332024-10-21T21:48:38.469Z[ helios-setup] Oct 21 21:48:37.291 INFO E| Compiling typenum v1.16.0
28342024-10-21T21:48:38.839Z[ helios-setup] Oct 21 21:48:37.659 INFO E| Compiling num_cpus v1.15.0
28352024-10-21T21:48:39.030Z[ helios-setup] Oct 21 21:48:37.852 INFO E| Compiling generic-array v0.14.6
28362024-10-21T21:48:39.167Z[ helios-setup] Oct 21 21:48:37.989 INFO E| Compiling slab v0.4.7
28372024-10-21T21:48:39.235Z[ helios-setup] Oct 21 21:48:38.056 INFO E| Compiling futures-task v0.3.28
28382024-10-21T21:48:39.268Z[ helios-setup] Oct 21 21:48:38.089 INFO E| Compiling futures-channel v0.3.28
28392024-10-21T21:48:39.488Z[ helios-setup] Oct 21 21:48:38.309 INFO E| Compiling futures-sink v0.3.28
28402024-10-21T21:48:40.310Z[ helios-setup] Oct 21 21:48:39.131 INFO E| Compiling tokio v1.27.0
28412024-10-21T21:48:40.327Z[ helios-setup] Oct 21 21:48:39.148 INFO E| Compiling schemars v0.8.12
28422024-10-21T21:48:40.369Z[ helios-setup] Oct 21 21:48:39.191 INFO E| Compiling futures-util v0.3.28
28432024-10-21T21:48:40.734Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28442024-10-21T21:48:41.357Z[ helios-setup] Oct 21 21:48:40.178 INFO E| Compiling mio v0.8.5
28452024-10-21T21:48:41.359Z[ helios-setup] Oct 21 21:48:40.180 INFO E| Compiling socket2 v0.4.9
28462024-10-21T21:48:41.390Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28472024-10-21T21:48:42.301Z[ helios-setup] Oct 21 21:48:41.122 INFO E| Compiling signal-hook-registry v1.4.0
28482024-10-21T21:48:42.411Z[ helios-setup] Oct 21 21:48:41.232 INFO E| Compiling ahash v0.7.6
28492024-10-21T21:48:42.498Z[ helios-setup] Oct 21 21:48:41.320 INFO E| Compiling num-traits v0.2.15
28502024-10-21T21:48:43.369Z[ helios-setup] Oct 21 21:48:42.190 INFO E| Compiling io-lifetimes v1.0.10
28512024-10-21T21:48:43.573Z[ helios-setup] Oct 21 21:48:42.394 INFO E| Compiling futures-io v0.3.28
28522024-10-21T21:48:44.456Z[ helios-setup] Oct 21 21:48:43.277 INFO E| Compiling crunchy v0.2.2
28532024-10-21T21:48:44.683Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28542024-10-21T21:48:44.744Z[ helios-setup] Oct 21 21:48:43.565 INFO E| Compiling pin-utils v0.1.0
28552024-10-21T21:48:45.371Z[ helios-setup] Oct 21 21:48:44.193 INFO E| Compiling ahash v0.8.3
28562024-10-21T21:48:45.519Z[ helios-setup] Oct 21 21:48:44.339 INFO E| Compiling rustix v0.37.3
28572024-10-21T21:48:45.916Z[ helios-setup] Oct 21 21:48:44.737 INFO E| Compiling tiny-keccak v2.0.2
28582024-10-21T21:48:46.479Z[ helios-setup] Oct 21 21:48:45.300 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28592024-10-21T21:48:46.536Z[ helios-setup] Oct 21 21:48:45.357 INFO E| Compiling hashbrown v0.12.3
28602024-10-21T21:48:47.155Z[ helios-setup] Oct 21 21:48:45.976 INFO E| Compiling serde_derive_internals v0.26.0
28612024-10-21T21:48:47.431Z[ helios-setup] Oct 21 21:48:46.252 INFO E| Compiling crypto-common v0.1.6
28622024-10-21T21:48:47.480Z[ host-package] Compiling hickory-server v0.24.1
28632024-10-21T21:48:47.737Z[ helios-setup] Oct 21 21:48:46.558 INFO E| Compiling block-buffer v0.10.3
28642024-10-21T21:48:48.816Z[ helios-setup] Oct 21 21:48:47.637 INFO E| Compiling errno v0.3.1
28652024-10-21T21:48:49.315Z[ helios-setup] Oct 21 21:48:48.136 INFO E| Compiling fnv v1.0.7
28662024-10-21T21:48:49.423Z[ helios-setup] Oct 21 21:48:48.243 INFO E| Compiling crossbeam-utils v0.8.14
28672024-10-21T21:48:49.467Z[ helios-setup] Oct 21 21:48:48.287 INFO E| Compiling pkg-config v0.3.26
28682024-10-21T21:48:50.233Z[ helios-setup] Oct 21 21:48:49.053 INFO E| Compiling slog v2.7.0
28692024-10-21T21:48:50.995Z[ helios-setup] Oct 21 21:48:49.812 INFO E| Compiling http v0.2.9
28702024-10-21T21:48:51.719Z[ host-package] Compiling primeorder v0.13.6
28712024-10-21T21:48:52.496Z[ host-package] Compiling vergen v8.3.2
28722024-10-21T21:48:52.629Z[ helios-setup] Oct 21 21:48:51.450 INFO E| Compiling digest v0.10.6
28732024-10-21T21:48:53.221Z[ host-package] Compiling bcs v0.1.6
28742024-10-21T21:48:53.460Z[ host-package] Compiling env_filter v0.1.2
28752024-10-21T21:48:53.614Z[ helios-setup] Oct 21 21:48:52.434 INFO E| Compiling aho-corasick v0.7.20
28762024-10-21T21:48:53.678Z[ helios-setup] Oct 21 21:48:52.498 INFO E| Compiling percent-encoding v2.2.0
28772024-10-21T21:48:54.140Z[ helios-setup] Oct 21 21:48:52.960 INFO E| Compiling tinyvec_macros v0.1.1
28782024-10-21T21:48:54.345Z[ helios-setup] Oct 21 21:48:53.166 INFO E| Compiling regex-syntax v0.6.29
28792024-10-21T21:48:54.597Z[ helios-setup] Oct 21 21:48:53.417 INFO E| Compiling cpufeatures v0.2.5
28802024-10-21T21:48:54.906Z[ host-package] Compiling cargo-platform v0.1.8
28812024-10-21T21:48:55.109Z[ helios-setup] Oct 21 21:48:53.929 INFO E| Compiling unicode-width v0.1.10
28822024-10-21T21:48:55.516Z[ helios-setup] Oct 21 21:48:54.336 INFO E| Compiling httparse v1.8.0
28832024-10-21T21:48:55.781Z[ helios-setup] Oct 21 21:48:54.602 INFO E| Compiling heck v0.4.1
28842024-10-21T21:48:55.996Z[ host-package] Compiling nanorand v0.7.0
28852024-10-21T21:48:56.159Z[ host-package] Compiling memoffset v0.9.1
28862024-10-21T21:48:56.280Z[ helios-setup] Oct 21 21:48:55.101 INFO E| Compiling anyhow v1.0.68
28872024-10-21T21:48:56.919Z[ helios-setup] Oct 21 21:48:55.739 INFO E| Compiling tinyvec v1.6.0
28882024-10-21T21:48:57.108Z[ helios-setup] Oct 21 21:48:55.928 INFO E| Compiling const-random-macro v0.1.15
28892024-10-21T21:48:58.360Z[ host-package] Compiling flume v0.11.0
28902024-10-21T21:48:58.362Z[ host-package] Compiling cargo_metadata v0.18.1
28912024-10-21T21:48:58.362Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28922024-10-21T21:48:58.362Z[ helios-setup] Oct 21 21:48:56.662 INFO E| Compiling thiserror-impl v1.0.38
28932024-10-21T21:48:58.546Z[ helios-setup] Oct 21 21:48:57.366 INFO E| Compiling serde_derive v1.0.204
28942024-10-21T21:48:58.667Z[ helios-setup] Oct 21 21:48:57.488 INFO E| Compiling futures-macro v0.3.28
28952024-10-21T21:48:58.955Z[ helios-setup] Oct 21 21:48:57.776 INFO E| Compiling tokio-macros v2.0.0
28962024-10-21T21:48:59.178Z[ host-package] Compiling env_logger v0.11.5
28972024-10-21T21:49:00.176Z[ helios-setup] Oct 21 21:48:58.996 INFO E| Compiling schemars_derive v0.8.12
28982024-10-21T21:49:00.959Z[ helios-setup] Oct 21 21:48:59.779 INFO E| Compiling form_urlencoded v1.1.0
28992024-10-21T21:49:01.084Z[ helios-setup] Oct 21 21:48:59.904 INFO E| Compiling hashbrown v0.13.2
29002024-10-21T21:49:01.896Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29012024-10-21T21:49:02.086Z[ helios-setup] Oct 21 21:49:00.906 INFO E| Compiling regex v1.7.3
29022024-10-21T21:49:03.829Z[ helios-setup] Oct 21 21:49:02.649 INFO E| Compiling chrono v0.4.24
29032024-10-21T21:49:04.055Z[ host-package] Compiling p384 v0.13.0
29042024-10-21T21:49:05.182Z[ helios-setup] Oct 21 21:49:04.001 INFO E| Compiling libz-sys v1.1.8
29052024-10-21T21:49:06.704Z[ helios-setup] Oct 21 21:49:05.524 INFO E| Compiling uuid v1.3.0
29062024-10-21T21:49:07.129Z[ helios-setup] Oct 21 21:49:05.949 INFO E| Compiling dyn-clone v1.0.11
29072024-10-21T21:49:07.646Z[ helios-setup] Oct 21 21:49:06.466 INFO E| Compiling regress v0.5.0
29082024-10-21T21:49:07.803Z[ helios-setup] Oct 21 21:49:06.623 INFO E| Compiling unicode-normalization v0.1.22
29092024-10-21T21:49:08.017Z[ helios-setup] Oct 21 21:49:06.836 INFO E| Compiling const-random v0.1.15
29102024-10-21T21:49:10.131Z[ helios-setup] Oct 21 21:49:08.951 INFO E| Compiling getopts v0.2.21
29112024-10-21T21:49:10.692Z[ helios-setup] Oct 21 21:49:09.512 INFO E| Compiling tracing-core v0.1.30
29122024-10-21T21:49:11.249Z[ helios-setup] Oct 21 21:49:10.068 INFO E| Compiling memoffset v0.7.1
29132024-10-21T21:49:11.430Z[ helios-setup] Oct 21 21:49:10.249 INFO E| Compiling unicode-bidi v0.3.13
29142024-10-21T21:49:13.152Z[ helios-setup] Oct 21 21:49:11.971 INFO E| Compiling ucd-trie v0.1.5
29152024-10-21T21:49:13.837Z[ helios-setup] Oct 21 21:49:12.656 INFO E| Compiling time-core v0.1.2
29162024-10-21T21:49:14.133Z[ helios-setup] Oct 21 21:49:12.952 INFO E| Compiling num-conv v0.1.0
29172024-10-21T21:49:14.397Z[ helios-setup] Oct 21 21:49:13.216 INFO E| Compiling powerfmt v0.2.0
29182024-10-21T21:49:14.998Z[ helios-setup] Oct 21 21:49:13.817 INFO E| Compiling time-macros v0.2.18
29192024-10-21T21:49:15.160Z[ helios-setup] Oct 21 21:49:13.979 INFO E| Compiling idna v0.3.0
29202024-10-21T21:49:15.550Z[ helios-setup] Oct 21 21:49:14.369 INFO E| Compiling deranged v0.3.11
29212024-10-21T21:49:16.000Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29222024-10-21T21:49:17.765Z[ helios-setup] Oct 21 21:49:16.584 INFO E| Compiling pest v2.5.7
29232024-10-21T21:49:20.838Z[ host-package] Compiling git2 v0.19.0
29242024-10-21T21:49:21.033Z[ helios-setup] Oct 21 21:49:19.852 INFO E| Compiling tracing v0.1.37
29252024-10-21T21:49:22.358Z[ helios-setup] Oct 21 21:49:21.177 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29262024-10-21T21:49:22.983Z[ helios-setup] Oct 21 21:49:21.801 INFO E| Compiling time v0.1.45
29272024-10-21T21:49:23.623Z[ helios-setup] Oct 21 21:49:22.442 INFO E| Compiling crossbeam-epoch v0.9.13
29282024-10-21T21:49:23.899Z[ helios-setup] Oct 21 21:49:22.717 INFO E| Compiling num_threads v0.1.6
29292024-10-21T21:49:24.347Z[ helios-setup] Oct 21 21:49:23.166 INFO E| Compiling iana-time-zone v0.1.56
29302024-10-21T21:49:24.450Z[ helios-setup] Oct 21 21:49:23.269 INFO E| Compiling semver v1.0.17
29312024-10-21T21:49:25.904Z[ helios-setup] Oct 21 21:49:24.723 INFO E| Compiling time v0.3.36
29322024-10-21T21:49:27.005Z[ helios-setup] Oct 21 21:49:25.824 INFO E| Compiling toml v0.5.11
29332024-10-21T21:49:27.556Z[ helios-setup] Oct 21 21:49:26.375 INFO E| Compiling serde_tokenstream v0.2.0
29342024-10-21T21:49:27.670Z[ helios-setup] Oct 21 21:49:26.488 INFO E| Compiling smallvec v1.10.0
29352024-10-21T21:49:30.682Z[ helios-setup] Oct 21 21:49:29.499 INFO E| Compiling parking_lot v0.12.1
29362024-10-21T21:49:33.432Z[ helios-setup] Oct 21 21:49:32.250 INFO E| Compiling semver-parser v0.10.2
29372024-10-21T21:49:34.829Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29382024-10-21T21:49:34.943Z[ helios-setup] Oct 21 21:49:33.761 INFO E| Compiling url v2.3.1
29392024-10-21T21:49:36.727Z[ helios-setup] Oct 21 21:49:35.544 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29402024-10-21T21:49:39.363Z[ helios-setup] Oct 21 21:49:38.181 INFO E| Compiling crossbeam-channel v0.5.6
29412024-10-21T21:49:40.197Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29422024-10-21T21:49:40.350Z[ helios-setup] Oct 21 21:49:39.168 INFO E| Compiling dirs-sys-next v0.1.2
29432024-10-21T21:49:42.471Z[ helios-setup] Oct 21 21:49:41.288 INFO E| Compiling try-lock v0.2.4
29442024-10-21T21:49:42.687Z[ helios-setup] Oct 21 21:49:41.504 INFO E| Compiling crc32fast v1.3.2
29452024-10-21T21:49:42.926Z[ helios-setup] Oct 21 21:49:41.744 INFO E| Compiling same-file v1.0.6
29462024-10-21T21:49:43.189Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29472024-10-21T21:49:43.358Z[ helios-setup] Oct 21 21:49:42.175 INFO E| Compiling walkdir v2.3.3
29482024-10-21T21:49:43.402Z[ helios-setup] Oct 21 21:49:42.219 INFO E| Compiling want v0.3.0
29492024-10-21T21:49:44.423Z[ helios-setup] Oct 21 21:49:43.240 INFO E| Compiling dirs-next v2.0.0
29502024-10-21T21:49:47.456Z[ helios-setup] Oct 21 21:49:46.273 INFO E| Compiling semver v0.11.0
29512024-10-21T21:49:48.222Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29522024-10-21T21:49:48.568Z[ helios-setup] Oct 21 21:49:47.385 INFO E| Compiling proc-macro-crate v1.2.1
29532024-10-21T21:49:50.356Z[ helios-setup] Oct 21 21:49:49.173 INFO E| Compiling tokio-util v0.7.7
29542024-10-21T21:49:51.343Z[ helios-setup] Oct 21 21:49:50.160 INFO E| Compiling futures-executor v0.3.28
29552024-10-21T21:49:52.375Z[ helios-setup] Oct 21 21:49:51.192 INFO E| Compiling http-body v0.4.5
29562024-10-21T21:49:53.491Z[ helios-setup] Oct 21 21:49:52.307 INFO E| Compiling h2 v0.3.16
29572024-10-21T21:49:53.737Z[ helios-setup] Oct 21 21:49:52.553 INFO E| Compiling ring v0.16.20
29582024-10-21T21:49:54.295Z[ helios-setup] Oct 21 21:49:53.111 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29592024-10-21T21:49:54.837Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29602024-10-21T21:49:55.200Z[ helios-setup] Oct 21 21:49:54.016 INFO E| Compiling rand_core v0.6.4
29612024-10-21T21:49:56.361Z[ helios-setup] Oct 21 21:49:55.177 INFO E| Compiling thread_local v1.1.7
29622024-10-21T21:49:56.486Z[ helios-setup] Oct 21 21:49:55.302 INFO E| Compiling ppv-lite86 v0.2.17
29632024-10-21T21:49:56.863Z[ host-package] Compiling rand_seeder v0.3.0
29642024-10-21T21:49:57.860Z[ host-package] Compiling libsqlite3-sys v0.30.1
29652024-10-21T21:49:58.219Z[ helios-setup] Oct 21 21:49:57.035 INFO E| Compiling rayon-core v1.10.2
29662024-10-21T21:49:58.366Z[ helios-setup] Oct 21 21:49:57.182 INFO E| Compiling home v0.5.4
29672024-10-21T21:49:58.656Z[ host-package] Compiling lzma-sys v0.1.20
29682024-10-21T21:49:59.109Z[ host-package] Compiling cfg_aliases v0.2.1
29692024-10-21T21:49:59.111Z[ helios-setup] Oct 21 21:49:57.926 INFO E| Compiling tower-service v0.3.2
29702024-10-21T21:49:59.421Z[ helios-setup] Oct 21 21:49:58.238 INFO E| Compiling httpdate v1.0.2
29712024-10-21T21:49:59.471Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29722024-10-21T21:50:00.170Z[ host-package] Compiling rustls v0.21.12
29732024-10-21T21:50:00.351Z[ helios-setup] Oct 21 21:49:59.167 INFO E| Compiling utf8parse v0.2.1
29742024-10-21T21:50:00.472Z[ helios-setup] Oct 21 21:49:59.288 INFO E| Compiling fastrand v1.9.0
29752024-10-21T21:50:00.493Z[ host-package] Compiling nix v0.29.0
29762024-10-21T21:50:00.877Z[ helios-setup] Oct 21 21:49:59.693 INFO E| Compiling adler v1.0.2
29772024-10-21T21:50:01.121Z[ helios-setup] Oct 21 21:49:59.937 INFO E| Compiling base64 v0.21.0
29782024-10-21T21:50:01.169Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29792024-10-21T21:50:01.459Z[ helios-setup] Oct 21 21:50:00.275 INFO E| Compiling lazy_static v1.4.0
29802024-10-21T21:50:02.139Z[ helios-setup] Oct 21 21:50:00.953 INFO E| Compiling toolchain_find v0.2.0
29812024-10-21T21:50:02.422Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29822024-10-21T21:50:02.877Z[ helios-setup] Oct 21 21:50:01.693 INFO E| Compiling miniz_oxide v0.6.2
29832024-10-21T21:50:03.276Z[ helios-setup] Oct 21 21:50:02.092 INFO E| Compiling tempfile v3.5.0
29842024-10-21T21:50:03.367Z[ helios-setup] Oct 21 21:50:02.183 INFO E| Compiling anstyle-parse v0.1.1
29852024-10-21T21:50:04.883Z[ helios-setup] Oct 21 21:50:03.699 INFO E| Compiling hyper v0.14.25
29862024-10-21T21:50:05.556Z[ helios-setup] Oct 21 21:50:04.371 INFO E| Compiling rand_chacha v0.3.1
29872024-10-21T21:50:06.096Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29882024-10-21T21:50:06.171Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29892024-10-21T21:50:08.462Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29902024-10-21T21:50:09.460Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29912024-10-21T21:50:10.002Z[ helios-setup] Oct 21 21:50:08.818 INFO E| Compiling futures v0.3.28
29922024-10-21T21:50:13.562Z[ host-package] Compiling sct v0.7.1
29932024-10-21T21:50:13.772Z[ host-package] Compiling rustls-webpki v0.101.7
29942024-10-21T21:50:14.441Z[ host-package] Compiling heck v0.3.3
29952024-10-21T21:50:15.432Z[ host-package] Compiling castaway v0.2.3
29962024-10-21T21:50:16.201Z[ host-package] Compiling csv-core v0.1.11
29972024-10-21T21:50:17.771Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29982024-10-21T21:50:17.986Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29992024-10-21T21:50:18.964Z[ host-package] Compiling http-range v0.1.5
30002024-10-21T21:50:20.301Z[ helios-setup] Oct 21 21:50:19.116 INFO E| Compiling num_enum_derive v0.5.7
30012024-10-21T21:50:20.512Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30022024-10-21T21:50:20.898Z[ host-package] Compiling hyper-staticfile v0.10.1
30032024-10-21T21:50:22.972Z[ host-package] Compiling csv v1.3.0
30042024-10-21T21:50:24.171Z[ helios-setup] Oct 21 21:50:22.985 INFO E| Compiling cargo-lock v8.0.3
30052024-10-21T21:50:24.703Z[ helios-setup] Oct 21 21:50:23.517 INFO E| Compiling crossbeam-deque v0.8.2
30062024-10-21T21:50:25.692Z[ helios-setup] Oct 21 21:50:24.506 INFO E| Compiling term v0.7.0
30072024-10-21T21:50:26.485Z[ host-package] Compiling compact_str v0.8.0
30082024-10-21T21:50:27.692Z[ host-package] Compiling zone_cfg_derive v0.1.2
30092024-10-21T21:50:28.779Z[ helios-setup] Oct 21 21:50:27.593 INFO E| Compiling serde_urlencoded v0.7.1
30102024-10-21T21:50:29.905Z[ helios-setup] Oct 21 21:50:28.719 INFO E| Compiling is-terminal v0.4.7
30112024-10-21T21:50:30.296Z[ helios-setup] Oct 21 21:50:29.110 INFO E| Compiling sha2 v0.10.6
30122024-10-21T21:50:30.432Z[ helios-setup] Oct 21 21:50:29.246 INFO E| Compiling sha1 v0.10.5
30132024-10-21T21:50:30.931Z[ helios-setup] Oct 21 21:50:29.745 INFO E| Compiling atty v0.2.14
30142024-10-21T21:50:31.403Z[ helios-setup] Oct 21 21:50:30.217 INFO E| Compiling anstyle v0.3.5
30152024-10-21T21:50:31.805Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30162024-10-21T21:50:31.993Z[ helios-setup] Oct 21 21:50:30.807 INFO E| Compiling concolor-query v0.3.3
30172024-10-21T21:50:32.629Z[ helios-setup] Oct 21 21:50:31.442 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30182024-10-21T21:50:32.899Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30192024-10-21T21:50:33.328Z[ helios-setup] Oct 21 21:50:32.141 INFO E| Compiling concolor-override v1.0.0
30202024-10-21T21:50:33.833Z[ helios-setup] Oct 21 21:50:32.647 INFO E| Compiling anstream v0.2.6
30212024-10-21T21:50:35.307Z[ host-package] Compiling nix v0.27.1
30222024-10-21T21:50:36.268Z[ helios-setup] Oct 21 21:50:35.082 INFO E| Compiling slog-term v2.9.0
30232024-10-21T21:50:37.024Z[ helios-setup] Oct 21 21:50:35.837 INFO E| Compiling flate2 v1.0.25
30242024-10-21T21:50:37.897Z[ helios-setup] Oct 21 21:50:36.711 INFO E| Compiling num_enum v0.5.7
30252024-10-21T21:50:38.302Z[ helios-setup] Oct 21 21:50:37.115 INFO E| Compiling rand v0.8.5
30262024-10-21T21:50:38.644Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30272024-10-21T21:50:39.835Z[ helios-setup] Oct 21 21:50:38.648 INFO E| Compiling rustfmt-wrapper v0.2.0
30282024-10-21T21:50:40.056Z[ helios-setup] Oct 21 21:50:38.870 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30292024-10-21T21:50:40.369Z[ helios-setup] Oct 21 21:50:39.182 INFO E| Compiling openapiv3 v1.0.2
30302024-10-21T21:50:41.790Z[ helios-setup] Oct 21 21:50:40.603 INFO E| Compiling encoding_rs v0.8.32
30312024-10-21T21:50:41.978Z[ helios-setup] Oct 21 21:50:40.792 INFO E| Compiling project-root v0.2.2
30322024-10-21T21:50:42.372Z[ helios-setup] Oct 21 21:50:41.186 INFO E| Compiling spin v0.5.2
30332024-10-21T21:50:42.477Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30342024-10-21T21:50:43.353Z[ helios-setup] Oct 21 21:50:42.166 INFO E| Compiling strsim v0.10.0
30352024-10-21T21:50:47.172Z[ helios-setup] Oct 21 21:50:45.985 INFO E| Compiling unsafe-libyaml v0.2.8
30362024-10-21T21:50:48.279Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30372024-10-21T21:50:49.856Z[ helios-setup] Oct 21 21:50:48.669 INFO E| Compiling utf-8 v0.7.6
30382024-10-21T21:50:49.917Z[ helios-setup] Oct 21 21:50:48.730 INFO E| Compiling either v1.8.0
30392024-10-21T21:50:50.552Z[ helios-setup] Oct 21 21:50:49.365 INFO E| Compiling byteorder v1.4.3
30402024-10-21T21:50:50.677Z[ helios-setup] Oct 21 21:50:49.489 INFO E| Compiling untrusted v0.7.1
30412024-10-21T21:50:50.865Z[ helios-setup] Oct 21 21:50:49.678 INFO E| Compiling base64 v0.13.1
30422024-10-21T21:50:51.353Z[ helios-setup] Oct 21 21:50:50.165 INFO E| Compiling clap_lex v0.4.1
30432024-10-21T21:50:52.151Z[ helios-setup] Oct 21 21:50:50.964 INFO E| Compiling mime v0.3.17
30442024-10-21T21:50:52.369Z[ helios-setup] Oct 21 21:50:51.182 INFO E| Compiling ipnet v2.7.2
30452024-10-21T21:50:52.760Z[ helios-setup] Oct 21 21:50:51.573 INFO E| Compiling clap_builder v4.2.1
30462024-10-21T21:50:54.454Z[ helios-setup] Oct 21 21:50:53.266 INFO E| Compiling reqwest v0.11.16
30472024-10-21T21:50:54.514Z[ helios-setup] Oct 21 21:50:53.326 INFO E| Compiling tungstenite v0.18.0
30482024-10-21T21:50:55.158Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30492024-10-21T21:50:55.497Z[ helios-setup] Oct 21 21:50:54.309 INFO E| Compiling rayon v1.6.1
30502024-10-21T21:50:57.555Z[ helios-setup] Oct 21 21:50:56.367 INFO E| Compiling serde_yaml v0.9.21
30512024-10-21T21:50:59.318Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30522024-10-21T21:51:00.738Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30532024-10-21T21:51:01.489Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30542024-10-21T21:51:02.765Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30552024-10-21T21:51:02.777Z[ helios-setup] Oct 21 21:51:01.589 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30562024-10-21T21:51:03.997Z[ host-package] Compiling unicode-truncate v1.1.0
30572024-10-21T21:51:04.479Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30582024-10-21T21:51:04.852Z[ helios-setup] Oct 21 21:51:03.663 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30592024-10-21T21:51:05.126Z[ helios-setup] Oct 21 21:51:03.938 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30602024-10-21T21:51:05.996Z[ host-package] Compiling hashlink v0.9.1
30612024-10-21T21:51:07.566Z[ helios-setup] Oct 21 21:51:06.378 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30622024-10-21T21:51:07.614Z[ host-package] Compiling tungstenite v0.23.0
30632024-10-21T21:51:09.463Z[ helios-setup] Oct 21 21:51:08.274 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30642024-10-21T21:51:09.621Z[ helios-setup] Oct 21 21:51:08.432 INFO E| Compiling clap_derive v4.2.0
30652024-10-21T21:51:13.038Z[ host-package] Compiling lru v0.12.5
30662024-10-21T21:51:13.931Z[ host-package] Compiling instability v0.3.2
30672024-10-21T21:51:14.556Z[ helios-setup] Oct 21 21:51:13.367 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30682024-10-21T21:51:16.527Z[ host-package] Compiling cassowary v0.3.0
30692024-10-21T21:51:17.127Z[ host-package] Compiling base64 v0.13.1
30702024-10-21T21:51:18.110Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30712024-10-21T21:51:18.862Z[ host-package] Compiling fallible-iterator v0.3.0
30722024-10-21T21:51:19.030Z[ host-package] Compiling ron v0.7.1
30732024-10-21T21:51:19.524Z[ helios-setup] Oct 21 21:51:18.335 INFO E| Compiling clap v4.2.1
30742024-10-21T21:51:20.055Z[ helios-setup] Oct 21 21:51:18.865 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30752024-10-21T21:51:21.014Z[ host-package] Compiling rusqlite v0.32.1
30762024-10-21T21:51:23.916Z[ host-package] Compiling ratatui v0.28.1
30772024-10-21T21:51:24.749Z[ host-package] Compiling tokio-tungstenite v0.23.1
30782024-10-21T21:51:26.026Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30792024-10-21T21:51:29.346Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30802024-10-21T21:51:29.706Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30812024-10-21T21:51:30.908Z[ helios-setup] Oct 21 21:51:29.718 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30822024-10-21T21:51:31.470Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30832024-10-21T21:51:34.574Z[ helios-setup] Oct 21 21:51:33.384 INFO E| Compiling tokio-tungstenite v0.18.0
30842024-10-21T21:51:35.456Z[ host-package] Compiling xz2 v0.1.7
30852024-10-21T21:51:36.087Z[ helios-setup] Oct 21 21:51:34.896 INFO E| Compiling smartstring v1.0.1
30862024-10-21T21:51:36.773Z[ host-package] Compiling tokio-rustls v0.24.1
30872024-10-21T21:51:37.039Z[ helios-setup] Oct 21 21:51:35.848 INFO E| Compiling rustls v0.21.0
30882024-10-21T21:51:38.981Z[ helios-setup] Oct 21 21:51:37.790 INFO E| Compiling serde_spanned v0.6.1
30892024-10-21T21:51:39.394Z[ helios-setup] Oct 21 21:51:38.204 INFO E| Compiling toml_datetime v0.6.1
30902024-10-21T21:51:40.068Z[ host-package] Compiling zone v0.1.8
30912024-10-21T21:51:40.662Z[ helios-setup] Oct 21 21:51:39.472 INFO E| Compiling winnow v0.4.1
30922024-10-21T21:51:45.823Z[ helios-setup] Oct 21 21:51:44.632 INFO E| Compiling match_cfg v0.1.0
30932024-10-21T21:51:45.935Z[ helios-setup] Oct 21 21:51:44.744 INFO E| Compiling static_assertions v1.1.0
30942024-10-21T21:51:46.051Z[ helios-setup] Oct 21 21:51:44.859 INFO E| Compiling camino v1.1.4
30952024-10-21T21:51:47.984Z[ helios-setup] Oct 21 21:51:46.793 INFO E| Compiling async-trait v0.1.68
30962024-10-21T21:51:48.313Z[ helios-setup] Oct 21 21:51:47.122 INFO E| Compiling paste v1.0.12
30972024-10-21T21:51:48.988Z[ helios-setup] Oct 21 21:51:47.796 INFO E| Compiling slog-async v2.7.0
30982024-10-21T21:51:49.737Z[ helios-setup] Oct 21 21:51:48.546 INFO E| Compiling toml_edit v0.19.8
30992024-10-21T21:51:50.636Z[ helios-setup] Oct 21 21:51:49.445 INFO E| Compiling hostname v0.3.1
31002024-10-21T21:51:51.368Z[ helios-setup] Oct 21 21:51:50.176 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
31012024-10-21T21:51:52.373Z[ helios-setup] Oct 21 21:51:51.181 INFO E| Compiling slog-json v2.6.1
31022024-10-21T21:51:53.370Z[ helios-setup] Oct 21 21:51:52.178 INFO E| Compiling unicode-linebreak v0.1.4
31032024-10-21T21:51:58.756Z[ helios-setup] Oct 21 21:51:57.564 INFO E| Compiling async-stream-impl v0.3.5
31042024-10-21T21:52:01.688Z[ helios-setup] Oct 21 21:52:00.496 INFO E| Compiling rhai_codegen v1.5.0
31052024-10-21T21:52:02.359Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31062024-10-21T21:52:04.521Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31072024-10-21T21:52:07.349Z[ helios-setup] Oct 21 21:52:06.151 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31082024-10-21T21:52:07.505Z[ helios-setup] Oct 21 21:52:06.312 INFO E| Compiling take_mut v0.2.2
31092024-10-21T21:52:07.596Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31102024-10-21T21:52:08.009Z[ host-package] Compiling rustls-pemfile v1.0.4
31112024-10-21T21:52:08.371Z[ helios-setup] Oct 21 21:52:07.178 INFO E| Compiling rhai v1.14.0
31122024-10-21T21:52:08.668Z[ helios-setup] Oct 21 21:52:07.474 INFO E| Compiling async-stream v0.3.5
31132024-10-21T21:52:09.835Z[ helios-setup] Oct 21 21:52:08.642 INFO E| Compiling toml v0.7.3
31142024-10-21T21:52:09.851Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31152024-10-21T21:52:10.538Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31162024-10-21T21:52:11.154Z[ helios-setup] Oct 21 21:52:09.961 INFO E| Compiling slog-bunyan v2.4.0
31172024-10-21T21:52:16.692Z[ helios-setup] Oct 21 21:52:15.499 INFO E| Compiling rustls-pemfile v1.0.2
31182024-10-21T21:52:17.198Z[ helios-setup] Oct 21 21:52:16.005 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31192024-10-21T21:52:18.022Z[ helios-setup] Oct 21 21:52:16.829 INFO E| Compiling bincode v1.3.3
31202024-10-21T21:52:19.892Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31212024-10-21T21:52:20.250Z[ host-package] Compiling signal-hook-tokio v0.3.1
31222024-10-21T21:52:20.486Z[ helios-setup] Oct 21 21:52:19.293 INFO E| Compiling serde_path_to_error v0.1.11
31232024-10-21T21:52:20.658Z[ helios-setup] Oct 21 21:52:19.465 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31242024-10-21T21:52:20.661Z[ host-package] Compiling twox-hash v1.6.3
31252024-10-21T21:52:20.768Z[ host-package] Compiling yasna v0.5.2
31262024-10-21T21:52:21.711Z[ helios-setup] Oct 21 21:52:20.517 INFO E| Compiling terminal_size v0.2.6
31272024-10-21T21:52:22.369Z[ helios-setup] Oct 21 21:52:21.176 INFO E| Compiling smawk v0.3.1
31282024-10-21T21:52:22.870Z[ host-package] Compiling is_ci v1.2.0
31292024-10-21T21:52:23.372Z[ helios-setup] Oct 21 21:52:22.178 INFO E| Compiling textwrap v0.16.0
31302024-10-21T21:52:23.511Z[ host-package] Compiling smawk v0.3.2
31312024-10-21T21:52:24.198Z[ host-package] Compiling unicode-linebreak v0.1.5
31322024-10-21T21:52:25.307Z[ host-package] Compiling textwrap v0.16.1
31332024-10-21T21:52:27.251Z[ host-package] Compiling rcgen v0.12.1
31342024-10-21T21:52:29.311Z[ host-package] Compiling supports-color v3.0.1
31352024-10-21T21:52:31.760Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31362024-10-21T21:52:33.261Z[ helios-setup] Oct 21 21:52:32.066 INFO E| Compiling rustls-webpki v0.100.1
31372024-10-21T21:52:33.292Z[ helios-setup] Oct 21 21:52:32.097 INFO E| Compiling sct v0.7.0
31382024-10-21T21:52:39.661Z[ helios-setup] Oct 21 21:52:38.466 INFO E| Compiling git2 v0.16.1
31392024-10-21T21:52:42.008Z[ helios-setup] Oct 21 21:52:40.813 INFO E| Compiling tokio-rustls v0.24.0
31402024-10-21T21:52:43.896Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31412024-10-21T21:52:45.290Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
31422024-10-21T21:52:46.404Z[ helios-setup] Oct 21 21:52:45.209 INFO E| Compiling built v0.6.0
31432024-10-21T21:52:51.813Z[ helios-setup] Oct 21 21:52:50.618 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31442024-10-21T21:52:54.459Z[ helios-setup] Oct 21 21:52:53.263 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31452024-10-21T21:52:55.445Z[ helios-setup] Oct 21 21:52:54.247 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31462024-10-21T21:53:00.708Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31472024-10-21T21:53:04.006Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31482024-10-21T21:53:10.927Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31492024-10-21T21:53:12.844Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31502024-10-21T21:53:21.756Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31512024-10-21T21:53:22.438Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31522024-10-21T21:53:23.254Z[ helios-setup] Oct 21 21:53:22.056 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31532024-10-21T21:53:25.747Z[ helios-setup] Oct 21 21:53:24.550 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31542024-10-21T21:53:28.981Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31552024-10-21T21:53:29.510Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31562024-10-21T21:53:31.576Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31572024-10-21T21:53:40.297Z[ host-package] Compiling fatfs v0.3.6
31582024-10-21T21:53:42.354Z[ host-package] Compiling rtoolbox v0.0.2
31592024-10-21T21:53:43.513Z[ host-package] Compiling subprocess v0.2.9
31602024-10-21T21:53:45.737Z[ host-package] Compiling assert_matches v1.5.0
31612024-10-21T21:53:49.692Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31622024-10-21T21:53:51.559Z[ host-package] Compiling rpassword v7.3.1
31632024-10-21T21:53:52.241Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31642024-10-21T21:53:57.628Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31652024-10-21T21:54:02.934Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31662024-10-21T21:54:10.624Z[ helios-setup] Oct 21 21:54:09.424 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31672024-10-21T21:54:12.325Z[ host-package] Compiling tui-tree-widget v0.22.0
31682024-10-21T21:54:12.841Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31692024-10-21T21:54:18.205Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31702024-10-21T21:54:30.047Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31712024-10-21T21:54:30.402Z[ host-package] Compiling uzers v0.12.1
31722024-10-21T21:54:34.753Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31732024-10-21T21:54:35.271Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31742024-10-21T21:54:38.418Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31752024-10-21T21:55:15.943Z[ helios-setup] Oct 21 21:55:14.737 INFO E| Finished `release` profile [optimized] target(s) in 6m 54s
31762024-10-21T21:55:16.078Z[ helios-setup] Oct 21 21:55:14.873 INFO building project "pilot" ok (414 seconds)
31772024-10-21T21:55:16.078Z[ helios-setup] Oct 21 21:55:14.873 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31782024-10-21T21:55:16.081Z[ helios-setup] Oct 21 21:55:14.873 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31792024-10-21T21:55:16.407Z[ helios-setup] Oct 21 21:55:15.202 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31802024-10-21T21:55:16.956Z[ helios-setup] Oct 21 21:55:15.750 INFO E| From https://github.com/jclulow/rust-jmclib
31812024-10-21T21:55:16.956Z[ helios-setup] Oct 21 21:55:15.751 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31822024-10-21T21:55:16.977Z[ helios-setup] Oct 21 21:55:15.772 INFO E| Updating crates.io index
31832024-10-21T21:55:17.355Z[ helios-setup] Oct 21 21:55:16.149 INFO E| Downloading crates ...
31842024-10-21T21:55:17.459Z[ helios-setup] Oct 21 21:55:16.254 INFO E| Downloaded fastrand v2.0.0
31852024-10-21T21:55:17.462Z[ helios-setup] Oct 21 21:55:16.257 INFO E| Downloaded cpufeatures v0.2.9
31862024-10-21T21:55:17.474Z[ helios-setup] Oct 21 21:55:16.269 INFO E| Downloaded proc-macro2 v1.0.66
31872024-10-21T21:55:17.504Z[ helios-setup] Oct 21 21:55:16.298 INFO E| Downloaded bitflags v2.3.3
31882024-10-21T21:55:17.508Z[ helios-setup] Oct 21 21:55:16.303 INFO E| Downloaded uuid v0.8.2
31892024-10-21T21:55:17.514Z[ helios-setup] Oct 21 21:55:16.309 INFO E| Downloaded libdevinfo-sys v1.0.0
31902024-10-21T21:55:17.518Z[ helios-setup] Oct 21 21:55:16.310 INFO E| Downloaded digest v0.9.0
31912024-10-21T21:55:17.518Z[ helios-setup] Oct 21 21:55:16.312 INFO E| Downloaded serde_derive v1.0.193
31922024-10-21T21:55:17.521Z[ helios-setup] Oct 21 21:55:16.316 INFO E| Downloaded tempfile v3.7.0
31932024-10-21T21:55:17.526Z[ helios-setup] Oct 21 21:55:16.321 INFO E| Downloaded sha-1 v0.9.8
31942024-10-21T21:55:17.529Z[ helios-setup] Oct 21 21:55:16.324 INFO E| Downloaded anyhow v1.0.72
31952024-10-21T21:55:17.535Z[ helios-setup] Oct 21 21:55:16.330 INFO E| Downloaded md-5 v0.9.1
31962024-10-21T21:55:17.537Z[ helios-setup] Oct 21 21:55:16.332 INFO E| Downloaded once_cell v1.18.0
31972024-10-21T21:55:17.541Z[ helios-setup] Oct 21 21:55:16.336 INFO E| Downloaded getrandom v0.2.10
31982024-10-21T21:55:17.546Z[ helios-setup] Oct 21 21:55:16.341 INFO E| Downloaded block-buffer v0.9.0
31992024-10-21T21:55:17.548Z[ helios-setup] Oct 21 21:55:16.342 INFO E| Downloaded unicode-ident v1.0.11
32002024-10-21T21:55:17.551Z[ helios-setup] Oct 21 21:55:16.346 INFO E| Downloaded quote v1.0.31
32012024-10-21T21:55:17.586Z[ helios-setup] Oct 21 21:55:16.381 INFO E| Downloaded serde v1.0.193
32022024-10-21T21:55:17.619Z[ helios-setup] Oct 21 21:55:16.414 INFO E| Downloaded syn v2.0.32
32032024-10-21T21:55:17.635Z[ helios-setup] Oct 21 21:55:16.430 INFO E| Downloaded serde_json v1.0.103
32042024-10-21T21:55:17.646Z[ helios-setup] Oct 21 21:55:16.441 INFO E| Downloaded rustix v0.38.4
32052024-10-21T21:55:17.679Z[ helios-setup] Oct 21 21:55:16.474 INFO E| Downloaded libc v0.2.147
32062024-10-21T21:55:17.925Z[ helios-setup] Oct 21 21:55:16.720 INFO E| Compiling libc v0.2.147
32072024-10-21T21:55:17.928Z[ helios-setup] Oct 21 21:55:16.720 INFO E| Compiling proc-macro2 v1.0.66
32082024-10-21T21:55:17.928Z[ helios-setup] Oct 21 21:55:16.720 INFO E| Compiling unicode-ident v1.0.11
32092024-10-21T21:55:17.928Z[ helios-setup] Oct 21 21:55:16.720 INFO E| Compiling cfg-if v1.0.0
32102024-10-21T21:55:17.928Z[ helios-setup] Oct 21 21:55:16.720 INFO E| Compiling typenum v1.16.0
32112024-10-21T21:55:17.928Z[ helios-setup] Oct 21 21:55:16.720 INFO E| Compiling version_check v0.9.4
32122024-10-21T21:55:17.928Z[ helios-setup] Oct 21 21:55:16.720 INFO E| Compiling serde v1.0.193
32132024-10-21T21:55:17.928Z[ helios-setup] Oct 21 21:55:16.721 INFO E| Compiling powerfmt v0.2.0
32142024-10-21T21:55:18.361Z[ helios-setup] Oct 21 21:55:17.155 INFO E| Compiling num-conv v0.1.0
32152024-10-21T21:55:18.745Z[ helios-setup] Oct 21 21:55:17.540 INFO E| Compiling rustix v0.38.4
32162024-10-21T21:55:19.034Z[ helios-setup] Oct 21 21:55:17.829 INFO E| Compiling time-core v0.1.2
32172024-10-21T21:55:19.234Z[ helios-setup] Oct 21 21:55:18.029 INFO E| Compiling slog v2.7.0
32182024-10-21T21:55:19.275Z[ helios-setup] Oct 21 21:55:18.070 INFO E| Compiling itoa v1.0.9
32192024-10-21T21:55:19.691Z[ helios-setup] Oct 21 21:55:18.486 INFO E| Compiling generic-array v0.14.7
32202024-10-21T21:55:19.892Z[ helios-setup] Oct 21 21:55:18.687 INFO E| Compiling time-macros v0.2.18
32212024-10-21T21:55:19.898Z[ helios-setup] Oct 21 21:55:18.692 INFO E| Compiling deranged v0.3.11
32222024-10-21T21:55:20.293Z[ helios-setup] Oct 21 21:55:19.087 INFO E| Compiling once_cell v1.18.0
32232024-10-21T21:55:20.469Z[ helios-setup] Oct 21 21:55:19.263 INFO E| Compiling num_threads v0.1.6
32242024-10-21T21:55:20.588Z[ helios-setup] Oct 21 21:55:19.382 INFO E| Compiling bitflags v2.3.3
32252024-10-21T21:55:20.731Z[ helios-setup] Oct 21 21:55:19.526 INFO E| Compiling quote v1.0.31
32262024-10-21T21:55:21.320Z[ helios-setup] Oct 21 21:55:20.115 INFO E| Compiling thread_local v1.1.7
32272024-10-21T21:55:21.572Z[ helios-setup] Oct 21 21:55:20.367 INFO E| Compiling syn v2.0.32
32282024-10-21T21:55:22.378Z[ helios-setup] Oct 21 21:55:21.173 INFO E| Compiling dirs-sys-next v0.1.2
32292024-10-21T21:55:22.643Z[ helios-setup] Oct 21 21:55:21.438 INFO E| Compiling errno v0.3.1
32302024-10-21T21:55:22.745Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32312024-10-21T21:55:22.936Z[ helios-setup] Oct 21 21:55:21.730 INFO E| Compiling dirs-next v2.0.0
32322024-10-21T21:55:23.411Z[ helios-setup] Oct 21 21:55:22.206 INFO E| Compiling term v0.7.0
32332024-10-21T21:55:23.423Z[ helios-setup] Oct 21 21:55:22.217 INFO E| Compiling atty v0.2.14
32342024-10-21T21:55:23.971Z[ helios-setup] Oct 21 21:55:22.764 INFO E| Compiling opaque-debug v0.3.0
32352024-10-21T21:55:23.971Z[ helios-setup] Oct 21 21:55:22.765 INFO E| Compiling anyhow v1.0.72
32362024-10-21T21:55:24.007Z[ helios-setup] Oct 21 21:55:22.801 INFO E| Compiling fastrand v2.0.0
32372024-10-21T21:55:24.059Z[ helios-setup] Oct 21 21:55:22.853 INFO E| Compiling serde_json v1.0.103
32382024-10-21T21:55:25.193Z[ host-package] Compiling multimap v0.10.0
32392024-10-21T21:55:25.218Z[ helios-setup] Oct 21 21:55:24.012 INFO E| Compiling getrandom v0.2.10
32402024-10-21T21:55:25.354Z[ helios-setup] Oct 21 21:55:24.148 INFO E| Compiling block-buffer v0.9.0
32412024-10-21T21:55:25.381Z[ helios-setup] Oct 21 21:55:24.175 INFO E| Compiling digest v0.9.0
32422024-10-21T21:55:25.554Z[ helios-setup] Oct 21 21:55:24.348 INFO E| Compiling time v0.3.36
32432024-10-21T21:55:25.770Z[ helios-setup] Oct 21 21:55:24.564 INFO E| Compiling same-file v1.0.6
32442024-10-21T21:55:25.915Z[ helios-setup] Oct 21 21:55:24.708 INFO E| Compiling ryu v1.0.15
32452024-10-21T21:55:26.148Z[ helios-setup] Oct 21 21:55:24.942 INFO E| Compiling tempfile v3.7.0
32462024-10-21T21:55:26.157Z[ helios-setup] Oct 21 21:55:24.951 INFO E| Compiling cpufeatures v0.2.9
32472024-10-21T21:55:26.255Z[ helios-setup] Oct 21 21:55:25.049 INFO E| Compiling unicode-width v0.1.10
32482024-10-21T21:55:26.525Z[ helios-setup] Oct 21 21:55:25.320 INFO E| Compiling getopts v0.2.21
32492024-10-21T21:55:26.549Z[ helios-setup] Oct 21 21:55:25.343 INFO E| Compiling sha-1 v0.9.8
32502024-10-21T21:55:27.003Z[ helios-setup] Oct 21 21:55:25.797 INFO E| Compiling walkdir v2.3.3
32512024-10-21T21:55:27.463Z[ helios-setup] Oct 21 21:55:26.258 INFO E| Compiling md-5 v0.9.1
32522024-10-21T21:55:27.602Z[ helios-setup] Oct 21 21:55:26.396 INFO E| Compiling libdevinfo-sys v1.0.0
32532024-10-21T21:55:27.859Z[ helios-setup] Oct 21 21:55:26.653 INFO E| Compiling glob v0.3.1
32542024-10-21T21:55:29.646Z[ helios-setup] Oct 21 21:55:28.440 INFO E| Compiling slog-term v2.9.0
32552024-10-21T21:55:31.443Z[ helios-setup] Oct 21 21:55:30.236 INFO E| Compiling serde_derive v1.0.193
32562024-10-21T21:55:47.800Z[ helios-setup] Oct 21 21:55:46.592 INFO E| Compiling toml v0.5.11
32572024-10-21T21:55:47.802Z[ helios-setup] Oct 21 21:55:46.592 INFO E| Compiling uuid v0.8.2
32582024-10-21T21:55:49.967Z[ helios-setup] Oct 21 21:55:48.759 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32592024-10-21T21:55:53.685Z[ helios-setup] Oct 21 21:55:52.477 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32602024-10-21T21:56:08.689Z[ helios-setup] Oct 21 21:56:07.481 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.49s
32612024-10-21T21:56:08.723Z[ helios-setup] Oct 21 21:56:07.514 INFO building project "image-builder" ok (52 seconds)
32622024-10-21T21:56:08.726Z[ helios-setup] Oct 21 21:56:07.514 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32632024-10-21T21:56:08.726Z[ helios-setup] Oct 21 21:56:07.514 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32642024-10-21T21:56:09.149Z[ helios-setup] Oct 21 21:56:07.940 INFO E| Downloading crates ...
32652024-10-21T21:56:09.301Z[ helios-setup] Oct 21 21:56:08.092 INFO E| Downloaded miniz_oxide v0.7.2
32662024-10-21T21:56:09.420Z[ helios-setup] Oct 21 21:56:08.211 INFO E| Compiling adler v1.0.2
32672024-10-21T21:56:09.564Z[ helios-setup] Oct 21 21:56:08.355 INFO E| Compiling miniz_oxide v0.7.2
32682024-10-21T21:56:12.725Z[ helios-setup] Oct 21 21:56:11.516 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32692024-10-21T21:56:14.082Z[ helios-setup] Oct 21 21:56:12.872 INFO E| Finished `release` profile [optimized] target(s) in 5.26s
32702024-10-21T21:56:14.093Z[ helios-setup] Oct 21 21:56:12.884 INFO building project "pinprick" ok (5 seconds)
32712024-10-21T21:56:14.093Z[ helios-setup] Oct 21 21:56:12.884 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32722024-10-21T21:56:14.093Z[ helios-setup] Oct 21 21:56:12.884 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32732024-10-21T21:56:14.425Z[ helios-setup] Oct 21 21:56:13.216 INFO E| Downloading crates ...
32742024-10-21T21:56:14.493Z[ helios-setup] Oct 21 21:56:13.284 INFO E| Downloaded bytes v1.2.1
32752024-10-21T21:56:14.501Z[ helios-setup] Oct 21 21:56:13.290 INFO E| Downloaded typenum v1.15.0
32762024-10-21T21:56:14.503Z[ helios-setup] Oct 21 21:56:13.293 INFO E| Downloaded digest v0.10.3
32772024-10-21T21:56:14.505Z[ helios-setup] Oct 21 21:56:13.296 INFO E| Downloaded anyhow v1.0.62
32782024-10-21T21:56:14.509Z[ helios-setup] Oct 21 21:56:13.300 INFO E| Downloaded sha2 v0.10.5
32792024-10-21T21:56:14.726Z[ helios-setup] Oct 21 21:56:13.516 INFO E| Compiling typenum v1.15.0
32802024-10-21T21:56:14.726Z[ helios-setup] Oct 21 21:56:13.516 INFO E| Compiling version_check v0.9.4
32812024-10-21T21:56:14.728Z[ helios-setup] Oct 21 21:56:13.517 INFO E| Compiling crc32fast v1.3.2
32822024-10-21T21:56:14.728Z[ helios-setup] Oct 21 21:56:13.517 INFO E| Compiling cfg-if v1.0.0
32832024-10-21T21:56:14.728Z[ helios-setup] Oct 21 21:56:13.517 INFO E| Compiling adler v1.0.2
32842024-10-21T21:56:14.728Z[ helios-setup] Oct 21 21:56:13.517 INFO E| Compiling anyhow v1.0.62
32852024-10-21T21:56:14.728Z[ helios-setup] Oct 21 21:56:13.517 INFO E| Compiling cpufeatures v0.2.5
32862024-10-21T21:56:14.728Z[ helios-setup] Oct 21 21:56:13.517 INFO E| Compiling unicode-width v0.1.10
32872024-10-21T21:56:15.377Z[ helios-setup] Oct 21 21:56:14.167 INFO E| Compiling miniz_oxide v0.6.2
32882024-10-21T21:56:15.501Z[ helios-setup] Oct 21 21:56:14.292 INFO E| Compiling bitflags v1.3.2
32892024-10-21T21:56:15.569Z[ helios-setup] Oct 21 21:56:14.360 INFO E| Compiling bytes v1.2.1
32902024-10-21T21:56:15.905Z[ helios-setup] Oct 21 21:56:14.696 INFO E| Compiling getopts v0.2.21
32912024-10-21T21:56:16.634Z[ helios-setup] Oct 21 21:56:15.425 INFO E| Compiling generic-array v0.14.6
32922024-10-21T21:56:17.114Z[ helios-setup] Oct 21 21:56:15.905 INFO E| Compiling flate2 v1.0.25
32932024-10-21T21:56:20.867Z[ helios-setup] Oct 21 21:56:19.657 INFO E| Compiling crypto-common v0.1.6
32942024-10-21T21:56:20.867Z[ helios-setup] Oct 21 21:56:19.657 INFO E| Compiling block-buffer v0.10.3
32952024-10-21T21:56:21.049Z[ helios-setup] Oct 21 21:56:19.840 INFO E| Compiling digest v0.10.3
32962024-10-21T21:56:21.426Z[ helios-setup] Oct 21 21:56:20.216 INFO E| Compiling sha2 v0.10.5
32972024-10-21T21:56:21.959Z[ helios-setup] Oct 21 21:56:20.749 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32982024-10-21T21:56:27.228Z[ helios-setup] Oct 21 21:56:26.018 INFO E| Finished `release` profile [optimized] target(s) in 13.04s
32992024-10-21T21:56:27.244Z[ helios-setup] Oct 21 21:56:26.034 INFO building project "bootserver" ok (13 seconds)
33002024-10-21T21:56:27.247Z[ helios-setup] rm -f helios-build
33012024-10-21T21:56:27.250Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33022024-10-21T21:56:27.252Z[ helios-setup]
33032024-10-21T21:56:27.255Z[ helios-setup] Setup complete! ./helios-build is now available.
33042024-10-21T21:56:27.255Z[ helios-setup]
33052024-10-21T21:56:27.258Z[ helios-setup]
33062024-10-21T21:56:27.258Z[ helios-setup] real 12:08.711931863
33072024-10-21T21:56:27.258Z[ helios-setup] user 28:58.799567052
33082024-10-21T21:56:27.258Z[ helios-setup] sys 3:37.417808685
33092024-10-21T21:56:27.258Z[ helios-setup] trap 1.741617172
33102024-10-21T21:56:27.258Z[ helios-setup] tflt 8.437798635
33112024-10-21T21:56:27.258Z[ helios-setup] dflt 33.128815696
33122024-10-21T21:56:27.258Z[ helios-setup] kflt 0.028299264
33132024-10-21T21:56:27.258Z[ helios-setup] lock 2:12:30.476476568
33142024-10-21T21:56:27.258Z[ helios-setup] slp 3:47:27.635859465
33152024-10-21T21:56:27.258Z[ helios-setup] lat 33:18.080222368
33162024-10-21T21:56:27.258Z[ helios-setup] stop 4:53.812105562
33172024-10-21T21:56:27.258ZOct 21 21:56:26.048 INFO [helios-setup] process exited with exit status: 0 (728.719315071s)
33182024-10-21T21:56:27.258ZOct 21 21:56:26.048 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33192024-10-21T21:56:27.283Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33202024-10-21T21:56:27.535Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33212024-10-21T21:56:27.537Z[ phbl-toolchain] info: downloading component 'cargo'
33222024-10-21T21:56:29.190Z[ phbl-toolchain] info: downloading component 'clippy'
33232024-10-21T21:56:29.620Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33242024-10-21T21:56:34.610Z[ phbl-toolchain] info: downloading component 'miri'
33252024-10-21T21:56:34.812Z[ phbl-toolchain] info: downloading component 'rust-docs'
33262024-10-21T21:56:36.449Z[ phbl-toolchain] info: downloading component 'rust-src'
33272024-10-21T21:56:37.507Z[ phbl-toolchain] info: downloading component 'rust-std'
33282024-10-21T21:56:40.563Z[ phbl-toolchain] info: downloading component 'rustc'
33292024-10-21T21:56:49.694Z[ phbl-toolchain] info: downloading component 'rustfmt'
33302024-10-21T21:56:50.008Z[ phbl-toolchain] info: installing component 'cargo'
33312024-10-21T21:56:51.350Z[ phbl-toolchain] info: installing component 'clippy'
33322024-10-21T21:56:51.952Z[ phbl-toolchain] info: installing component 'llvm-tools'
33332024-10-21T21:56:58.116Z[ phbl-toolchain] info: installing component 'miri'
33342024-10-21T21:56:58.495Z[ phbl-toolchain] info: installing component 'rust-docs'
33352024-10-21T21:57:05.941Z[ phbl-toolchain] info: installing component 'rust-src'
33362024-10-21T21:57:07.150Z[ phbl-toolchain] info: installing component 'rust-std'
33372024-10-21T21:57:09.707Z[ phbl-toolchain] info: installing component 'rustc'
33382024-10-21T21:57:19.239Z[ phbl-toolchain] info: installing component 'rustfmt'
33392024-10-21T21:57:20.075Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33402024-10-21T21:57:20.078ZOct 21 21:57:18.865 INFO [phbl-toolchain] process exited with exit status: 0 (52.816529448s)
33412024-10-21T21:57:51.943Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33422024-10-21T21:58:06.146Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33432024-10-21T22:04:54.929Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 50s
33442024-10-21T22:06:00.429ZOct 21 22:05:56.048 INFO [host-package] process exited with exit status: 0 (1253.440615593s)
33452024-10-21T22:06:00.450ZOct 21 22:05:56.049 INFO [host-stamp] running task
33462024-10-21T22:06:00.450ZOct 21 22:05:56.049 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33472024-10-21T22:06:00.450ZOct 21 22:05:56.057 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+git5219957f9b8
33482024-10-21T22:06:00.450ZOct 21 22:05:56.064 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+git5219957f9b8
33492024-10-21T22:06:00.451Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33502024-10-21T22:06:00.451ZOct 21 22:05:56.071 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+git5219957f9b8
33512024-10-21T22:06:00.451Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33522024-10-21T22:06:00.451Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33532024-10-21T22:06:00.451ZOct 21 22:05:56.080 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+git5219957f9b8
33542024-10-21T22:06:00.451Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33552024-10-21T22:06:00.451Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33562024-10-21T22:06:00.451ZOct 21 22:05:56.090 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+git5219957f9b8
33572024-10-21T22:06:00.451Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33582024-10-21T22:06:00.451Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33592024-10-21T22:06:00.451ZOct 21 22:05:56.100 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+git5219957f9b8
33602024-10-21T22:06:00.451Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33612024-10-21T22:06:00.451ZOct 21 22:05:56.109 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+git5219957f9b8
33622024-10-21T22:06:00.451Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33632024-10-21T22:06:00.451Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33642024-10-21T22:06:00.451ZOct 21 22:05:56.122 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+git5219957f9b8
33652024-10-21T22:06:00.451Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33662024-10-21T22:06:00.451ZOct 21 22:05:56.135 INFO [stamp-overlay] process exited with exit status: 0 (64.095241ms)
33672024-10-21T22:06:00.451ZOct 21 22:05:56.136 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (71.194551ms)
33682024-10-21T22:06:00.451ZOct 21 22:05:56.136 INFO [stamp-oxlog] process exited with exit status: 0 (55.767326ms)
33692024-10-21T22:06:00.451Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33702024-10-21T22:06:00.451Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33712024-10-21T22:06:00.451ZOct 21 22:05:56.160 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (102.241854ms)
33722024-10-21T22:06:00.452Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33732024-10-21T22:06:00.452ZOct 21 22:05:56.368 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (245.994094ms)
33742024-10-21T22:06:00.452Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33752024-10-21T22:06:00.452ZOct 21 22:05:56.479 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (389.230088ms)
33762024-10-21T22:06:00.467Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33772024-10-21T22:06:00.467ZOct 21 22:05:57.345 INFO [stamp-propolis-server] process exited with exit status: 0 (1.245042001s)
33782024-10-21T22:06:00.468Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33792024-10-21T22:06:00.942Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33802024-10-21T22:06:07.776Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33812024-10-21T22:06:07.779ZOct 21 22:06:06.530 INFO [stamp-switch-asic] process exited with exit status: 0 (10.420323829s)
33822024-10-21T22:06:07.779ZOct 21 22:06:06.530 INFO [host-stamp] task succeeded (10.481321652s)
33832024-10-21T22:06:07.779ZOct 21 22:06:06.530 INFO [host-proto] running task
33842024-10-21T22:06:08.162ZOct 21 22:06:06.913 INFO [host-proto] task succeeded (383.116782ms)
33852024-10-21T22:06:08.162ZOct 21 22:06:06.913 INFO [host-profile] running task
33862024-10-21T22:06:08.166ZOct 21 22:06:06.913 INFO [host-profile] task succeeded (289.587µs)
33872024-10-21T22:06:08.166ZOct 21 22:06:06.914 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpZk5wJg/proto/host/root -N 'ci 5219957/${os_short_commit} 2024-10-21 21:44' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33882024-10-21T22:06:08.180Z[ host-image] Oct 21 22:06:06.930 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33892024-10-21T22:06:08.182Z[ host-image] Oct 21 22:06:06.931 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33902024-10-21T22:06:08.194Z[ host-image] Oct 21 22:06:06.945 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpZk5wJg/proto/host/root"
33912024-10-21T22:06:08.194Z[ host-image] Oct 21 22:06:06.945 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33922024-10-21T22:06:08.197Z[ host-image] Oct 21 22:06:06.945 INFO image builder template: ramdisk-01-os...
33932024-10-21T22:06:08.197Z[ host-image] Oct 21 22:06:06.945 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/.tmpZk5wJg/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33942024-10-21T22:06:08.214Z[ host-image] Oct 21 22:06:06.965 INFO O| Oct 21 22:06:06.965 INFO CREATE DATASET: rpool/images/build/host/output
33952024-10-21T22:06:08.391Z[ host-image] Oct 21 22:06:07.141 INFO O| Oct 21 22:06:07.141 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33962024-10-21T22:06:08.395Z[ host-image] Oct 21 22:06:07.147 INFO O| Oct 21 22:06:07.146 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33972024-10-21T22:06:08.662Z[ host-image] Oct 21 22:06:07.413 INFO O| Oct 21 22:06:07.413 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33982024-10-21T22:06:08.732Z[ host-image] Oct 21 22:06:07.482 INFO O| Oct 21 22:06:07.482 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33992024-10-21T22:06:08.735Z[ host-image] Oct 21 22:06:07.482 INFO O| Oct 21 22:06:07.482 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34002024-10-21T22:06:08.735Z[ host-image] Oct 21 22:06:07.483 INFO O| Oct 21 22:06:07.483 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34012024-10-21T22:06:08.735Z[ host-image] Oct 21 22:06:07.483 INFO O| Oct 21 22:06:07.483 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34022024-10-21T22:06:08.739Z[ host-image] Oct 21 22:06:07.490 INFO O| Oct 21 22:06:07.490 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34032024-10-21T22:06:08.950Z[ host-image] Oct 21 22:06:07.701 INFO O| Oct 21 22:06:07.700 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34042024-10-21T22:06:08.960Z[ host-image] Oct 21 22:06:07.711 INFO O| Oct 21 22:06:07.711 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34052024-10-21T22:06:09.428Z[ host-image] Oct 21 22:06:08.179 INFO O| Oct 21 22:06:08.179 INFO O| Caching catalogs ... Done
34062024-10-21T22:06:09.547Z[ host-image] Oct 21 22:06:08.297 INFO O| Oct 21 22:06:08.297 INFO STEP 0 (pkg_image_create) COMPLETE
34072024-10-21T22:06:09.547Z[ host-image] Oct 21 22:06:08.297 INFO O| Oct 21 22:06:08.297 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34082024-10-21T22:06:09.551Z[ host-image] Oct 21 22:06:08.298 INFO O| Oct 21 22:06:08.297 INFO skip step because feature "repo_redist" is not enabled
34092024-10-21T22:06:09.551Z[ host-image] Oct 21 22:06:08.298 INFO O| Oct 21 22:06:08.297 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34102024-10-21T22:06:09.562Z[ host-image] Oct 21 22:06:08.313 INFO O| Oct 21 22:06:08.313 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"]
34112024-10-21T22:06:10.104Z[ host-image] Oct 21 22:06:08.855 INFO O| Oct 21 22:06:08.855 INFO STEP 2 (pkg_set_publisher) COMPLETE
34122024-10-21T22:06:10.104Z[ host-image] Oct 21 22:06:08.855 INFO O| Oct 21 22:06:08.855 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34132024-10-21T22:06:10.120Z[ host-image] Oct 21 22:06:08.871 INFO O| Oct 21 22:06:08.871 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"]
34142024-10-21T22:06:10.697Z[ host-image] Oct 21 22:06:09.448 INFO O| Oct 21 22:06:09.448 INFO STEP 3 (pkg_set_publisher) COMPLETE
34152024-10-21T22:06:10.697Z[ host-image] Oct 21 22:06:09.448 INFO O| Oct 21 22:06:09.448 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34162024-10-21T22:06:10.700Z[ host-image] Oct 21 22:06:09.448 INFO O| Oct 21 22:06:09.448 INFO skip step because feature "repo_redist" is not enabled
34172024-10-21T22:06:10.700Z[ host-image] Oct 21 22:06:09.448 INFO O| Oct 21 22:06:09.448 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34182024-10-21T22:06:11.267Z[ host-image] Oct 21 22:06:10.018 INFO O| Oct 21 22:06:10.018 INFO variant opensolaris.zone is already global
34192024-10-21T22:06:11.268Z[ host-image] Oct 21 22:06:10.018 INFO O| Oct 21 22:06:10.018 INFO STEP 5 (pkg_change_variant) COMPLETE
34202024-10-21T22:06:11.271Z[ host-image] Oct 21 22:06:10.018 INFO O| Oct 21 22:06:10.018 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34212024-10-21T22:06:11.669Z[ host-image] Oct 21 22:06:10.419 INFO O| Oct 21 22:06:10.419 INFO variant opensolaris.imagetype is full; changing to partial
34222024-10-21T22:06:11.669Z[ host-image] Oct 21 22:06:10.419 INFO O| Oct 21 22:06:10.419 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34232024-10-21T22:06:18.105Z[ host-image] Oct 21 22:06:16.855 INFO O| Oct 21 22:06:16.855 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34242024-10-21T22:06:20.313Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.76s
34252024-10-21T22:06:21.208Z[ host-image] Oct 21 22:06:19.959 INFO O| Oct 21 22:06:19.959 INFO O| Startup: Caching catalogs ... Done
34262024-10-21T22:06:21.270Z[ host-image] Oct 21 22:06:20.020 INFO O| Oct 21 22:06:20.020 INFO O| Planning: Planning completed in 0.00 seconds
34272024-10-21T22:06:21.272Z[ host-image] Oct 21 22:06:20.020 INFO O| Oct 21 22:06:20.020 INFO O| Planning: Consolidating action changes ... Done
34282024-10-21T22:06:21.272Z[ host-image] Oct 21 22:06:20.021 INFO O| Oct 21 22:06:20.020 INFO O| Planning: Evaluating mediators ... Done
34292024-10-21T22:06:21.272Z[ host-image] Oct 21 22:06:20.021 INFO O| Oct 21 22:06:20.021 INFO O| Planning: Planning completed in 0.00 seconds
34302024-10-21T22:06:21.272Z[ host-image] Oct 21 22:06:20.021 INFO O| Oct 21 22:06:20.021 INFO O| Variants/Facets to change: 1
34312024-10-21T22:06:21.287Z[ host-image] Oct 21 22:06:20.038 INFO O| Oct 21 22:06:20.038 INFO O| Done
34322024-10-21T22:06:21.287Z[ host-image] Oct 21 22:06:20.038 INFO O| Oct 21 22:06:20.038 INFO O| Done
34332024-10-21T22:06:21.744Z[ host-image] Oct 21 22:06:20.493 INFO O| Oct 21 22:06:20.492 INFO O| Done
34342024-10-21T22:06:21.786Z[ host-image] Oct 21 22:06:20.536 INFO O| Oct 21 22:06:20.535 INFO O| Done
34352024-10-21T22:06:21.790Z[ host-image] Oct 21 22:06:20.537 INFO O| Oct 21 22:06:20.537 INFO O| Done
34362024-10-21T22:06:21.790Z[ host-image] Oct 21 22:06:20.537 INFO O| Oct 21 22:06:20.537 INFO O| Done
34372024-10-21T22:06:21.790Z[ host-image] Oct 21 22:06:20.539 INFO O| Oct 21 22:06:20.539 INFO O| Done
34382024-10-21T22:06:22.143ZOct 21 22:06:20.894 INFO [recovery-package] process exited with exit status: 0 (24.844430623s)
34392024-10-21T22:06:22.143ZOct 21 22:06:20.894 INFO [recovery-stamp] running task
34402024-10-21T22:06:22.147ZOct 21 22:06:20.894 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34412024-10-21T22:06:22.152ZOct 21 22:06:20.902 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+git5219957f9b8
34422024-10-21T22:06:22.159Z[ host-image] Oct 21 22:06:20.904 INFO O| Oct 21 22:06:20.904 INFO STEP 6 (pkg_change_variant) COMPLETE
34432024-10-21T22:06:22.161Z[ host-image] Oct 21 22:06:20.904 INFO O| Oct 21 22:06:20.904 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34442024-10-21T22:06:22.161Z[ host-image] Oct 21 22:06:20.904 INFO O| Oct 21 22:06:20.904 INFO skip step because feature "debug_variant" is not enabled
34452024-10-21T22:06:22.161Z[ host-image] Oct 21 22:06:20.904 INFO O| Oct 21 22:06:20.904 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34462024-10-21T22:06:22.161ZOct 21 22:06:20.912 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git5219957f9b8
34472024-10-21T22:06:22.170Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34482024-10-21T22:06:22.178Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34492024-10-21T22:06:22.251Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34502024-10-21T22:06:22.254ZOct 21 22:06:21.005 INFO [stamp-installinator] process exited with exit status: 0 (93.04343ms)
34512024-10-21T22:06:22.283Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34522024-10-21T22:06:22.286ZOct 21 22:06:21.037 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (134.649312ms)
34532024-10-21T22:06:22.289ZOct 21 22:06:21.037 INFO [recovery-stamp] task succeeded (143.433395ms)
34542024-10-21T22:06:22.289ZOct 21 22:06:21.037 INFO [recovery-proto] running task
34552024-10-21T22:06:22.289ZOct 21 22:06:21.037 INFO [tuf-stamp] running task
34562024-10-21T22:06:22.289ZOct 21 22:06:21.038 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+git5219957f9b8
34572024-10-21T22:06:22.300ZOct 21 22:06:21.051 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+git5219957f9b8
34582024-10-21T22:06:22.313Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34592024-10-21T22:06:22.315ZOct 21 22:06:21.064 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+git5219957f9b8
34602024-10-21T22:06:22.324Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34612024-10-21T22:06:22.327ZOct 21 22:06:21.077 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+git5219957f9b8
34622024-10-21T22:06:22.342Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34632024-10-21T22:06:22.345ZOct 21 22:06:21.093 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+git5219957f9b8
34642024-10-21T22:06:22.367Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34652024-10-21T22:06:22.370ZOct 21 22:06:21.118 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+git5219957f9b8
34662024-10-21T22:06:22.389Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34672024-10-21T22:06:22.391ZOct 21 22:06:21.139 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+git5219957f9b8
34682024-10-21T22:06:22.449ZOct 21 22:06:21.199 INFO [recovery-proto] task succeeded (162.10436ms)
34692024-10-21T22:06:22.451ZOct 21 22:06:21.200 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpZk5wJg/proto/recovery/root -N 'recovery 5219957/${os_short_commit} 2024-10-21 21:44' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34702024-10-21T22:06:22.467Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34712024-10-21T22:06:22.470ZOct 21 22:06:21.217 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+git5219957f9b8
34722024-10-21T22:06:22.511Z[ recovery-image] Oct 21 22:06:21.224 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34732024-10-21T22:06:22.513ZOct 21 22:06:21.262 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+git5219957f9b8
34742024-10-21T22:06:22.568Z[ recovery-image] Oct 21 22:06:21.225 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34752024-10-21T22:06:22.579Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34762024-10-21T22:06:22.579Z[ recovery-image] Oct 21 22:06:21.263 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpZk5wJg/proto/recovery/root"
34772024-10-21T22:06:22.579Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34782024-10-21T22:06:22.579ZOct 21 22:06:21.319 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+git5219957f9b8
34792024-10-21T22:06:22.581Z[ recovery-image] Oct 21 22:06:21.263 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34802024-10-21T22:06:22.582Z[ recovery-image] Oct 21 22:06:21.264 INFO image builder template: ramdisk-01-os...
34812024-10-21T22:06:22.582Z[ recovery-image] Oct 21 22:06:21.264 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/.tmpZk5wJg/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34822024-10-21T22:06:22.582Z[ recovery-image] Oct 21 22:06:21.324 INFO O| Oct 21 22:06:21.323 INFO CREATE DATASET: rpool/images/build/recovery/output
34832024-10-21T22:06:22.598ZOct 21 22:06:21.337 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+git5219957f9b8
34842024-10-21T22:06:22.609Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34852024-10-21T22:06:22.769Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34862024-10-21T22:06:22.769Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34872024-10-21T22:06:22.785Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34882024-10-21T22:06:22.804Z[ host-image] Oct 21 22:06:21.554 INFO O| Oct 21 22:06:21.554 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34892024-10-21T22:06:22.910ZOct 21 22:06:21.661 INFO [stamp-probe] process exited with exit status: 0 (443.452937ms)
34902024-10-21T22:06:23.033Z[ recovery-image] Oct 21 22:06:21.784 INFO O| Oct 21 22:06:21.762 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34912024-10-21T22:06:23.034Z[ recovery-image] Oct 21 22:06:21.784 INFO O| Oct 21 22:06:21.769 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34922024-10-21T22:06:23.162Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34932024-10-21T22:06:23.168ZOct 21 22:06:21.918 INFO [stamp-ntp] process exited with exit status: 0 (581.285671ms)
34942024-10-21T22:06:23.309Z[ recovery-image] Oct 21 22:06:22.059 INFO O| Oct 21 22:06:22.049 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34952024-10-21T22:06:23.401Z[ recovery-image] Oct 21 22:06:22.151 INFO O| Oct 21 22:06:22.151 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34962024-10-21T22:06:23.401Z[ recovery-image] Oct 21 22:06:22.151 INFO O| Oct 21 22:06:22.151 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34972024-10-21T22:06:23.404Z[ recovery-image] Oct 21 22:06:22.152 INFO O| Oct 21 22:06:22.152 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34982024-10-21T22:06:23.404Z[ recovery-image] Oct 21 22:06:22.152 INFO O| Oct 21 22:06:22.152 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34992024-10-21T22:06:23.427Z[ recovery-image] Oct 21 22:06:22.178 INFO O| Oct 21 22:06:22.178 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35002024-10-21T22:06:23.671Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
35012024-10-21T22:06:23.721Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
35022024-10-21T22:06:23.728Z[ recovery-image] Oct 21 22:06:22.478 INFO O| Oct 21 22:06:22.478 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35032024-10-21T22:06:23.768Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
35042024-10-21T22:06:23.768Z[ host-image] Oct 21 22:06:22.503 INFO O| Oct 21 22:06:22.503 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35052024-10-21T22:06:23.769Z[ recovery-image] Oct 21 22:06:22.505 INFO O| Oct 21 22:06:22.505 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35062024-10-21T22:06:23.769Z[ host-image] Oct 21 22:06:22.505 INFO O| Oct 21 22:06:22.505 INFO O| Planning: Planning completed in 0.00 seconds
35072024-10-21T22:06:23.769Z[ host-image] Oct 21 22:06:22.506 INFO O| Oct 21 22:06:22.506 INFO O| Planning: Consolidating action changes ... Done
35082024-10-21T22:06:23.769Z[ host-image] Oct 21 22:06:22.506 INFO O| Oct 21 22:06:22.506 INFO O| Planning: Evaluating mediators ... Done
35092024-10-21T22:06:23.769Z[ host-image] Oct 21 22:06:22.506 INFO O| Oct 21 22:06:22.506 INFO O| Planning: Planning completed in 0.00 seconds
35102024-10-21T22:06:23.769Z[ host-image] Oct 21 22:06:22.507 INFO O| Oct 21 22:06:22.507 INFO O| Variants/Facets to change: 1
35112024-10-21T22:06:23.783ZOct 21 22:06:22.534 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.415531173s)
35122024-10-21T22:06:23.893Z[ host-image] Oct 21 22:06:22.643 INFO O| Oct 21 22:06:22.643 INFO O| Done
35132024-10-21T22:06:23.893Z[ host-image] Oct 21 22:06:22.643 INFO O| Oct 21 22:06:22.643 INFO O| Done
35142024-10-21T22:06:24.002Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35152024-10-21T22:06:24.035ZOct 21 22:06:22.785 INFO [stamp-external-dns] process exited with exit status: 0 (1.708086709s)
35162024-10-21T22:06:24.208Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35172024-10-21T22:06:24.233ZOct 21 22:06:22.984 INFO [stamp-internal-dns] process exited with exit status: 0 (1.721702088s)
35182024-10-21T22:06:24.420Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35192024-10-21T22:06:24.425ZOct 21 22:06:23.176 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.856830259s)
35202024-10-21T22:06:24.435Z[ recovery-image] Oct 21 22:06:23.185 INFO O| Oct 21 22:06:23.185 INFO O| Caching catalogs ... Done
35212024-10-21T22:06:24.482Z[ host-image] Oct 21 22:06:23.230 INFO O| Oct 21 22:06:23.230 INFO O| Done
35222024-10-21T22:06:24.553Z[ host-image] Oct 21 22:06:23.303 INFO O| Oct 21 22:06:23.293 INFO O| Done
35232024-10-21T22:06:24.553Z[ host-image] Oct 21 22:06:23.304 INFO O| Oct 21 22:06:23.294 INFO O| Done
35242024-10-21T22:06:24.554Z[ recovery-image] Oct 21 22:06:23.304 INFO O| Oct 21 22:06:23.304 INFO STEP 0 (pkg_image_create) COMPLETE
35252024-10-21T22:06:24.554Z[ recovery-image] Oct 21 22:06:23.304 INFO O| Oct 21 22:06:23.304 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35262024-10-21T22:06:24.554Z[ recovery-image] Oct 21 22:06:23.304 INFO O| Oct 21 22:06:23.304 INFO skip step because feature "repo_redist" is not enabled
35272024-10-21T22:06:24.554Z[ host-image] Oct 21 22:06:23.304 INFO O| Oct 21 22:06:23.294 INFO O| Done
35282024-10-21T22:06:24.554Z[ recovery-image] Oct 21 22:06:23.304 INFO O| Oct 21 22:06:23.304 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35292024-10-21T22:06:24.554Z[ host-image] Oct 21 22:06:23.304 INFO O| Oct 21 22:06:23.296 INFO O| Done
35302024-10-21T22:06:24.570Z[ recovery-image] Oct 21 22:06:23.320 INFO O| Oct 21 22:06:23.320 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"]
35312024-10-21T22:06:24.625Z[ host-image] Oct 21 22:06:23.375 INFO O| Oct 21 22:06:23.375 INFO STEP 8 (pkg_change_facet) COMPLETE
35322024-10-21T22:06:24.625Z[ host-image] Oct 21 22:06:23.375 INFO O| Oct 21 22:06:23.375 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35332024-10-21T22:06:24.625Z[ host-image] Oct 21 22:06:23.375 INFO O| Oct 21 22:06:23.375 INFO skip step because feature "recovery" is not enabled
35342024-10-21T22:06:24.627Z[ host-image] Oct 21 22:06:23.375 INFO O| Oct 21 22:06:23.375 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-10-21T22:06:24.627Z[ host-image] Oct 21 22:06:23.375 INFO O| Oct 21 22:06:23.375 INFO skip step because feature "recovery" is not enabled
35362024-10-21T22:06:24.627Z[ host-image] Oct 21 22:06:23.375 INFO O| Oct 21 22:06:23.375 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35372024-10-21T22:06:24.641Z[ host-image] Oct 21 22:06:23.391 INFO O| Oct 21 22:06:23.391 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
35382024-10-21T22:06:24.757Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35392024-10-21T22:06:24.761ZOct 21 22:06:23.512 INFO [stamp-oximeter] process exited with exit status: 0 (2.372659202s)
35402024-10-21T22:06:25.063Z[ recovery-image] Oct 21 22:06:23.813 INFO O| Oct 21 22:06:23.813 INFO STEP 2 (pkg_set_publisher) COMPLETE
35412024-10-21T22:06:25.063Z[ recovery-image] Oct 21 22:06:23.813 INFO O| Oct 21 22:06:23.813 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35422024-10-21T22:06:25.075Z[ recovery-image] Oct 21 22:06:23.825 INFO O| Oct 21 22:06:23.825 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"]
35432024-10-21T22:06:25.203Z[ host-image] Oct 21 22:06:23.953 INFO O| Oct 21 22:06:23.953 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35442024-10-21T22:06:25.497Z[ recovery-image] Oct 21 22:06:24.246 INFO O| Oct 21 22:06:24.246 INFO STEP 3 (pkg_set_publisher) COMPLETE
35452024-10-21T22:06:25.498Z[ recovery-image] Oct 21 22:06:24.246 INFO O| Oct 21 22:06:24.246 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35462024-10-21T22:06:25.500Z[ recovery-image] Oct 21 22:06:24.246 INFO O| Oct 21 22:06:24.246 INFO skip step because feature "repo_redist" is not enabled
35472024-10-21T22:06:25.500Z[ recovery-image] Oct 21 22:06:24.246 INFO O| Oct 21 22:06:24.246 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-10-21T22:06:25.980Z[ recovery-image] Oct 21 22:06:24.730 INFO O| Oct 21 22:06:24.730 INFO variant opensolaris.zone is already global
35492024-10-21T22:06:25.980Z[ recovery-image] Oct 21 22:06:24.730 INFO O| Oct 21 22:06:24.730 INFO STEP 5 (pkg_change_variant) COMPLETE
35502024-10-21T22:06:25.983Z[ recovery-image] Oct 21 22:06:24.730 INFO O| Oct 21 22:06:24.730 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-10-21T22:06:26.313Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35522024-10-21T22:06:26.318ZOct 21 22:06:25.068 INFO [stamp-nexus] process exited with exit status: 0 (4.017028913s)
35532024-10-21T22:06:26.350Z[ recovery-image] Oct 21 22:06:25.100 INFO O| Oct 21 22:06:25.100 INFO variant opensolaris.imagetype is full; changing to partial
35542024-10-21T22:06:26.350Z[ recovery-image] Oct 21 22:06:25.100 INFO O| Oct 21 22:06:25.100 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35552024-10-21T22:06:27.681Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35562024-10-21T22:06:27.690ZOct 21 22:06:26.435 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.370802657s)
35572024-10-21T22:06:28.096Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35582024-10-21T22:06:28.243Z[verify-libraries] Compiling polyval v0.6.2
35592024-10-21T22:06:28.262Z[verify-libraries] Compiling ctr v0.9.2
35602024-10-21T22:06:28.284Z[verify-libraries] Compiling ssh-encoding v0.2.0
35612024-10-21T22:06:28.284Z[verify-libraries] Compiling blowfish v0.9.1
35622024-10-21T22:06:28.367Z[verify-libraries] Compiling password-hash v0.4.2
35632024-10-21T22:06:28.369Z[verify-libraries] Compiling matches v0.1.10
35642024-10-21T22:06:28.370Z[verify-libraries] Compiling p521 v0.13.3
35652024-10-21T22:06:28.777Z[verify-libraries] Compiling ghash v0.5.1
35662024-10-21T22:06:28.812Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35672024-10-21T22:06:29.099Z[verify-libraries] Compiling aes-gcm v0.10.3
35682024-10-21T22:06:29.309Z[verify-libraries] Compiling pbkdf2 v0.11.0
35692024-10-21T22:06:29.386Z[verify-libraries] Compiling idna v0.2.3
35702024-10-21T22:06:29.483Z[verify-libraries] Compiling p256 v0.13.2
35712024-10-21T22:06:29.631Z[verify-libraries] Compiling ssh-cipher v0.2.0
35722024-10-21T22:06:29.967Z[verify-libraries] Compiling enum-as-inner v0.5.1
35732024-10-21T22:06:30.211Z[verify-libraries] Compiling ssh-key v0.6.6
35742024-10-21T22:06:31.410Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35752024-10-21T22:06:31.614Z[verify-libraries] Compiling md5 v0.7.0
35762024-10-21T22:06:32.304Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35772024-10-21T22:06:32.475Z[verify-libraries] Compiling num-bigint v0.4.6
35782024-10-21T22:06:32.581Z[verify-libraries] Compiling des v0.8.1
35792024-10-21T22:06:33.456Z[verify-libraries] Compiling hex-literal v0.4.1
35802024-10-21T22:06:33.818Z[verify-libraries] Compiling russh-keys v0.45.0
35812024-10-21T22:06:33.943Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35822024-10-21T22:06:33.948ZOct 21 22:06:32.698 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.659939781s)
35832024-10-21T22:06:34.212Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35842024-10-21T22:06:34.234ZOct 21 22:06:32.983 INFO [stamp-clickhouse] process exited with exit status: 0 (11.887991476s)
35852024-10-21T22:06:34.234ZOct 21 22:06:32.983 INFO [tuf-stamp] task succeeded (11.946091434s)
35862024-10-21T22:06:34.261Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35872024-10-21T22:06:34.558Z[ recovery-image] Oct 21 22:06:33.307 INFO O| Oct 21 22:06:33.306 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35882024-10-21T22:06:35.050Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35892024-10-21T22:06:35.413Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35902024-10-21T22:06:36.485Z[verify-libraries] Compiling internet-checksum v0.2.1
35912024-10-21T22:06:36.973Z[verify-libraries] Compiling russh v0.45.0
35922024-10-21T22:06:41.734Z[ recovery-image] Oct 21 22:06:40.483 INFO O| Oct 21 22:06:40.483 INFO O| Startup: Caching catalogs ... Done
35932024-10-21T22:06:41.826Z[ recovery-image] Oct 21 22:06:40.574 INFO O| Oct 21 22:06:40.574 INFO O| Planning: Planning completed in 0.00 seconds
35942024-10-21T22:06:41.828Z[ recovery-image] Oct 21 22:06:40.575 INFO O| Oct 21 22:06:40.575 INFO O| Planning: Consolidating action changes ... Done
35952024-10-21T22:06:41.828Z[ recovery-image] Oct 21 22:06:40.576 INFO O| Oct 21 22:06:40.575 INFO O| Planning: Evaluating mediators ... Done
35962024-10-21T22:06:41.828Z[ recovery-image] Oct 21 22:06:40.576 INFO O| Oct 21 22:06:40.576 INFO O| Planning: Planning completed in 0.00 seconds
35972024-10-21T22:06:41.828Z[ recovery-image] Oct 21 22:06:40.576 INFO O| Oct 21 22:06:40.576 INFO O| Variants/Facets to change: 1
35982024-10-21T22:06:41.915Z[ recovery-image] Oct 21 22:06:40.664 INFO O| Oct 21 22:06:40.664 INFO O| Done
35992024-10-21T22:06:41.915Z[ recovery-image] Oct 21 22:06:40.664 INFO O| Oct 21 22:06:40.664 INFO O| Done
36002024-10-21T22:06:42.089Z[verify-libraries] Compiling dhcproto v0.12.0
36012024-10-21T22:06:42.934Z[ recovery-image] Oct 21 22:06:41.683 INFO O| Oct 21 22:06:41.683 INFO O| Done
36022024-10-21T22:06:43.007Z[ recovery-image] Oct 21 22:06:41.756 INFO O| Oct 21 22:06:41.756 INFO O| Done
36032024-10-21T22:06:43.010Z[ recovery-image] Oct 21 22:06:41.758 INFO O| Oct 21 22:06:41.758 INFO O| Done
36042024-10-21T22:06:43.010Z[ recovery-image] Oct 21 22:06:41.758 INFO O| Oct 21 22:06:41.758 INFO O| Done
36052024-10-21T22:06:43.012Z[ recovery-image] Oct 21 22:06:41.760 INFO O| Oct 21 22:06:41.760 INFO O| Done
36062024-10-21T22:06:43.648Z[ recovery-image] Oct 21 22:06:42.397 INFO O| Oct 21 22:06:42.397 INFO STEP 6 (pkg_change_variant) COMPLETE
36072024-10-21T22:06:43.648Z[ recovery-image] Oct 21 22:06:42.397 INFO O| Oct 21 22:06:42.397 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36082024-10-21T22:06:43.651Z[ recovery-image] Oct 21 22:06:42.397 INFO O| Oct 21 22:06:42.397 INFO skip step because feature "debug_variant" is not enabled
36092024-10-21T22:06:43.651Z[ recovery-image] Oct 21 22:06:42.397 INFO O| Oct 21 22:06:42.397 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36102024-10-21T22:06:43.907Z[verify-libraries] Compiling heck v0.4.1
36112024-10-21T22:06:44.297Z[ recovery-image] Oct 21 22:06:43.046 INFO O| Oct 21 22:06:43.045 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36122024-10-21T22:06:45.419Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36132024-10-21T22:06:45.475Z[ recovery-image] Oct 21 22:06:44.222 INFO O| Oct 21 22:06:44.222 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36142024-10-21T22:06:45.475Z[ recovery-image] Oct 21 22:06:44.223 INFO O| Oct 21 22:06:44.223 INFO O| Planning: Planning completed in 0.00 seconds
36152024-10-21T22:06:45.478Z[ recovery-image] Oct 21 22:06:44.224 INFO O| Oct 21 22:06:44.224 INFO O| Planning: Consolidating action changes ... Done
36162024-10-21T22:06:45.478Z[ recovery-image] Oct 21 22:06:44.224 INFO O| Oct 21 22:06:44.224 INFO O| Planning: Evaluating mediators ... Done
36172024-10-21T22:06:45.478Z[ recovery-image] Oct 21 22:06:44.225 INFO O| Oct 21 22:06:44.225 INFO O| Planning: Planning completed in 0.00 seconds
36182024-10-21T22:06:45.478Z[ recovery-image] Oct 21 22:06:44.225 INFO O| Oct 21 22:06:44.225 INFO O| Variants/Facets to change: 1
36192024-10-21T22:06:45.566Z[ recovery-image] Oct 21 22:06:44.314 INFO O| Oct 21 22:06:44.314 INFO O| Done
36202024-10-21T22:06:45.566Z[ recovery-image] Oct 21 22:06:44.315 INFO O| Oct 21 22:06:44.314 INFO O| Done
36212024-10-21T22:06:46.267Z[ recovery-image] Oct 21 22:06:45.016 INFO O| Oct 21 22:06:45.016 INFO O| Done
36222024-10-21T22:06:46.357Z[ recovery-image] Oct 21 22:06:45.105 INFO O| Oct 21 22:06:45.105 INFO O| Done
36232024-10-21T22:06:46.359Z[ recovery-image] Oct 21 22:06:45.106 INFO O| Oct 21 22:06:45.106 INFO O| Done
36242024-10-21T22:06:46.359Z[ recovery-image] Oct 21 22:06:45.106 INFO O| Oct 21 22:06:45.106 INFO O| Done
36252024-10-21T22:06:46.361Z[ recovery-image] Oct 21 22:06:45.108 INFO O| Oct 21 22:06:45.108 INFO O| Done
36262024-10-21T22:06:46.479Z[ recovery-image] Oct 21 22:06:45.228 INFO O| Oct 21 22:06:45.228 INFO STEP 8 (pkg_change_facet) COMPLETE
36272024-10-21T22:06:46.479Z[ recovery-image] Oct 21 22:06:45.228 INFO O| Oct 21 22:06:45.228 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36282024-10-21T22:06:47.310Z[ recovery-image] Oct 21 22:06:46.058 INFO O| Oct 21 22:06:46.058 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36292024-10-21T22:06:48.481Z[ recovery-image] Oct 21 22:06:47.229 INFO O| Oct 21 22:06:47.229 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36302024-10-21T22:06:48.483Z[ recovery-image] Oct 21 22:06:47.231 INFO O| Oct 21 22:06:47.231 INFO O| Planning: Planning completed in 0.00 seconds
36312024-10-21T22:06:48.483Z[ recovery-image] Oct 21 22:06:47.232 INFO O| Oct 21 22:06:47.232 INFO O| Planning: Consolidating action changes ... Done
36322024-10-21T22:06:48.484Z[ recovery-image] Oct 21 22:06:47.232 INFO O| Oct 21 22:06:47.232 INFO O| Planning: Evaluating mediators ... Done
36332024-10-21T22:06:48.486Z[ recovery-image] Oct 21 22:06:47.233 INFO O| Oct 21 22:06:47.232 INFO O| Planning: Planning completed in 0.00 seconds
36342024-10-21T22:06:48.486Z[ recovery-image] Oct 21 22:06:47.233 INFO O| Oct 21 22:06:47.233 INFO O| Variants/Facets to change: 1
36352024-10-21T22:06:48.585Z[ recovery-image] Oct 21 22:06:47.333 INFO O| Oct 21 22:06:47.333 INFO O| Done
36362024-10-21T22:06:48.585Z[ recovery-image] Oct 21 22:06:47.333 INFO O| Oct 21 22:06:47.333 INFO O| Done
36372024-10-21T22:06:49.286Z[ recovery-image] Oct 21 22:06:48.034 INFO O| Oct 21 22:06:48.034 INFO O| Done
36382024-10-21T22:06:49.399Z[ recovery-image] Oct 21 22:06:48.148 INFO O| Oct 21 22:06:48.148 INFO O| Done
36392024-10-21T22:06:49.402Z[ recovery-image] Oct 21 22:06:48.149 INFO O| Oct 21 22:06:48.149 INFO O| Done
36402024-10-21T22:06:49.402Z[ recovery-image] Oct 21 22:06:48.149 INFO O| Oct 21 22:06:48.149 INFO O| Done
36412024-10-21T22:06:49.405Z[ recovery-image] Oct 21 22:06:48.151 INFO O| Oct 21 22:06:48.151 INFO O| Done
36422024-10-21T22:06:49.494Z[ recovery-image] Oct 21 22:06:48.242 INFO O| Oct 21 22:06:48.242 INFO STEP 9 (pkg_change_facet) COMPLETE
36432024-10-21T22:06:49.494Z[ recovery-image] Oct 21 22:06:48.242 INFO O| Oct 21 22:06:48.242 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442024-10-21T22:06:50.175Z[ recovery-image] Oct 21 22:06:48.923 INFO O| Oct 21 22:06:48.923 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36452024-10-21T22:06:51.362Z[ recovery-image] Oct 21 22:06:50.110 INFO O| Oct 21 22:06:50.110 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36462024-10-21T22:06:51.365Z[ recovery-image] Oct 21 22:06:50.113 INFO O| Oct 21 22:06:50.113 INFO O| Planning: Planning completed in 0.00 seconds
36472024-10-21T22:06:51.367Z[ recovery-image] Oct 21 22:06:50.114 INFO O| Oct 21 22:06:50.114 INFO O| Planning: Consolidating action changes ... Done
36482024-10-21T22:06:51.367Z[ recovery-image] Oct 21 22:06:50.114 INFO O| Oct 21 22:06:50.114 INFO O| Planning: Evaluating mediators ... Done
36492024-10-21T22:06:51.367Z[ recovery-image] Oct 21 22:06:50.115 INFO O| Oct 21 22:06:50.115 INFO O| Planning: Planning completed in 0.00 seconds
36502024-10-21T22:06:51.368Z[ recovery-image] Oct 21 22:06:50.116 INFO O| Oct 21 22:06:50.116 INFO O| Variants/Facets to change: 1
36512024-10-21T22:06:51.410Z[ recovery-image] Oct 21 22:06:50.158 INFO O| Oct 21 22:06:50.158 INFO O| Done
36522024-10-21T22:06:51.410Z[ recovery-image] Oct 21 22:06:50.158 INFO O| Oct 21 22:06:50.158 INFO O| Done
36532024-10-21T22:06:52.119Z[ recovery-image] Oct 21 22:06:50.867 INFO O| Oct 21 22:06:50.867 INFO O| Done
36542024-10-21T22:06:52.210Z[ recovery-image] Oct 21 22:06:50.959 INFO O| Oct 21 22:06:50.958 INFO O| Done
36552024-10-21T22:06:52.213Z[ recovery-image] Oct 21 22:06:50.959 INFO O| Oct 21 22:06:50.959 INFO O| Done
36562024-10-21T22:06:52.213Z[ recovery-image] Oct 21 22:06:50.959 INFO O| Oct 21 22:06:50.959 INFO O| Done
36572024-10-21T22:06:52.213Z[ recovery-image] Oct 21 22:06:50.961 INFO O| Oct 21 22:06:50.961 INFO O| Done
36582024-10-21T22:06:52.309Z[ recovery-image] Oct 21 22:06:51.057 INFO O| Oct 21 22:06:51.057 INFO STEP 10 (pkg_change_facet) COMPLETE
36592024-10-21T22:06:52.309Z[ recovery-image] Oct 21 22:06:51.057 INFO O| Oct 21 22:06:51.057 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602024-10-21T22:06:52.331Z[ recovery-image] Oct 21 22:06:51.079 INFO O| Oct 21 22:06:51.079 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
36612024-10-21T22:06:53.250Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36622024-10-21T22:06:53.598Z[ recovery-image] Oct 21 22:06:52.346 INFO O| Oct 21 22:06:52.346 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36632024-10-21T22:06:53.694Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36642024-10-21T22:06:54.343Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36652024-10-21T22:06:54.736Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36662024-10-21T22:06:54.804Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36672024-10-21T22:06:55.522Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36682024-10-21T22:06:55.556Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36692024-10-21T22:06:56.059Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36702024-10-21T22:06:58.561Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36712024-10-21T22:06:58.659Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36722024-10-21T22:07:06.777Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36732024-10-21T22:07:07.488Z[verify-libraries] Compiling termios v0.3.3
36742024-10-21T22:07:08.077Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36752024-10-21T22:07:13.945Z[ host-image] Oct 21 22:07:12.692 INFO O| Oct 21 22:07:12.692 INFO O| Planning: Solver setup ... Done
36762024-10-21T22:07:25.364Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36772024-10-21T22:07:43.113Z[ recovery-image] Oct 21 22:07:41.857 INFO O| Oct 21 22:07:41.857 INFO O| Planning: Solver setup ... Done
36782024-10-21T22:08:05.853Z[ host-image] Oct 21 22:08:04.596 INFO O| Oct 21 22:08:04.596 INFO O| Planning: Running solver ... Done
36792024-10-21T22:08:06.359Z[ host-image] Oct 21 22:08:05.102 INFO O| Oct 21 22:08:05.102 INFO O| Planning: Finding local manifests ... Done
36802024-10-21T22:08:06.375Z[ host-image] Oct 21 22:08:05.118 INFO O| Oct 21 22:08:05.118 INFO O| Planning: Fetching manifests: 0/124 0% complete
36812024-10-21T22:08:11.475Z[ host-image] Oct 21 22:08:10.218 INFO O| Oct 21 22:08:10.218 INFO O| Planning: Fetching manifests: 124/124 100% complete
36822024-10-21T22:08:12.762Z[ host-image] Oct 21 22:08:11.505 INFO O| Oct 21 22:08:11.505 INFO O| Planning: Package planning ... Done
36832024-10-21T22:08:13.800Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36842024-10-21T22:08:14.373Z[ host-image] Oct 21 22:08:13.116 INFO O| Oct 21 22:08:13.116 INFO O| Planning: Merging actions ... Done
36852024-10-21T22:08:14.927Z[ host-image] Oct 21 22:08:13.669 INFO O| Oct 21 22:08:13.669 INFO O| Planning: Checking for conflicting actions ... Done
36862024-10-21T22:08:15.238Z[ host-image] Oct 21 22:08:13.980 INFO O| Oct 21 22:08:13.980 INFO O| Planning: Consolidating action changes ... Done
36872024-10-21T22:08:15.863Z[ host-image] Oct 21 22:08:14.606 INFO O| Oct 21 22:08:14.606 INFO O| Planning: Evaluating mediators ... Done
36882024-10-21T22:08:19.371Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36892024-10-21T22:08:22.203Z[ host-image] Oct 21 22:08:20.945 INFO O| Oct 21 22:08:20.945 INFO O| Planning: Planning completed in 116.99 seconds
36902024-10-21T22:08:22.208Z[ host-image] Oct 21 22:08:20.951 INFO O| Oct 21 22:08:20.950 INFO O| Packages to install: 124
36912024-10-21T22:08:22.208Z[ host-image] Oct 21 22:08:20.951 INFO O| Oct 21 22:08:20.950 INFO O| Mediators to change: 4
36922024-10-21T22:08:22.211Z[ host-image] Oct 21 22:08:20.951 INFO O| Oct 21 22:08:20.950 INFO O| Services to change: 6
36932024-10-21T22:08:22.321Z[ host-image] Oct 21 22:08:21.063 INFO O| Oct 21 22:08:21.063 INFO O| Download: 0/22734 items 0.0/196.6MB 0% complete
36942024-10-21T22:08:27.352Z[ host-image] Oct 21 22:08:26.094 INFO O| Oct 21 22:08:26.094 INFO O| Download: 1018/22734 items 7.1/196.6MB 3% complete (1.5M/s)
36952024-10-21T22:08:32.353Z[ host-image] Oct 21 22:08:31.094 INFO O| Oct 21 22:08:31.094 INFO O| Download: 1697/22734 items 11.3/196.6MB 5% complete (1.2M/s)
36962024-10-21T22:08:32.881Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36972024-10-21T22:08:33.565Z[ recovery-image] Oct 21 22:08:32.306 INFO O| Oct 21 22:08:32.306 INFO O| Planning: Running solver ... Done
36982024-10-21T22:08:34.004Z[ recovery-image] Oct 21 22:08:32.745 INFO O| Oct 21 22:08:32.745 INFO O| Planning: Finding local manifests ... Done
36992024-10-21T22:08:34.022Z[ recovery-image] Oct 21 22:08:32.763 INFO O| Oct 21 22:08:32.763 INFO O| Planning: Fetching manifests: 0/124 0% complete
37002024-10-21T22:08:39.664Z[ recovery-image] Oct 21 22:08:38.405 INFO O| Oct 21 22:08:38.405 INFO O| Planning: Fetching manifests: 123/124 99% complete
37012024-10-21T22:08:42.535Z[ host-image] Oct 21 22:08:41.276 INFO O| Oct 21 22:08:41.276 INFO O| Download: 1945/22734 items 22.3/196.6MB 11% complete (1.8M/s)
37022024-10-21T22:08:46.044Z[ recovery-image] Oct 21 22:08:44.784 INFO O| Oct 21 22:08:44.784 INFO O| Planning: Fetching manifests: 124/124 100% complete
37032024-10-21T22:08:47.297Z[ recovery-image] Oct 21 22:08:46.037 INFO O| Oct 21 22:08:46.037 INFO O| Planning: Package planning ... Done
37042024-10-21T22:08:47.537Z[ host-image] Oct 21 22:08:46.277 INFO O| Oct 21 22:08:46.277 INFO O| Download: 2631/22734 items 30.9/196.6MB 15% complete (1.7M/s)
37052024-10-21T22:08:48.115Z[ recovery-image] Oct 21 22:08:46.855 INFO O| Oct 21 22:08:46.855 INFO O| Planning: Merging actions ... Done
37062024-10-21T22:08:48.275Z[ recovery-image] Oct 21 22:08:47.015 INFO O| Oct 21 22:08:47.015 INFO O| Planning: Checking for conflicting actions ... Done
37072024-10-21T22:08:48.396Z[ recovery-image] Oct 21 22:08:47.131 INFO O| Oct 21 22:08:47.131 INFO O| Planning: Consolidating action changes ... Done
37082024-10-21T22:08:48.851Z[ recovery-image] Oct 21 22:08:47.591 INFO O| Oct 21 22:08:47.591 INFO O| Planning: Evaluating mediators ... Done
37092024-10-21T22:08:49.447Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37102024-10-21T22:08:52.564Z[ host-image] Oct 21 22:08:51.304 INFO O| Oct 21 22:08:51.304 INFO O| Download: 3599/22734 items 36.9/196.6MB 18% complete (1.4M/s)
37112024-10-21T22:08:54.943Z[ recovery-image] Oct 21 22:08:53.683 INFO O| Oct 21 22:08:53.683 INFO O| Planning: Planning completed in 121.34 seconds
37122024-10-21T22:08:54.950Z[ recovery-image] Oct 21 22:08:53.690 INFO O| Oct 21 22:08:53.690 INFO O| Packages to install: 124
37132024-10-21T22:08:54.950Z[ recovery-image] Oct 21 22:08:53.690 INFO O| Oct 21 22:08:53.690 INFO O| Mediators to change: 4
37142024-10-21T22:08:54.952Z[ recovery-image] Oct 21 22:08:53.690 INFO O| Oct 21 22:08:53.690 INFO O| Services to change: 5
37152024-10-21T22:08:55.044Z[ recovery-image] Oct 21 22:08:53.768 INFO O| Oct 21 22:08:53.768 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
37162024-10-21T22:08:59.719Z[ host-image] Oct 21 22:08:58.458 INFO O| Oct 21 22:08:58.458 INFO O| Download: 4495/22734 items 41.9/196.6MB 21% complete (1.1M/s)
37172024-10-21T22:09:00.049Z[ recovery-image] Oct 21 22:08:58.789 INFO O| Oct 21 22:08:58.789 INFO O| Download: 814/15836 items 7.0/173.3MB 4% complete (1.4M/s)
37182024-10-21T22:09:00.846Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37192024-10-21T22:09:04.760Z[ host-image] Oct 21 22:09:03.499 INFO O| Oct 21 22:09:03.499 INFO O| Download: 4805/22734 items 45.5/196.6MB 23% complete (537k/s)
37202024-10-21T22:09:05.052Z[ recovery-image] Oct 21 22:09:03.791 INFO O| Oct 21 22:09:03.791 INFO O| Download: 1144/15836 items 10.0/173.3MB 5% complete (1.0M/s)
37212024-10-21T22:09:05.817Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37222024-10-21T22:09:09.765Z[ host-image] Oct 21 22:09:08.504 INFO O| Oct 21 22:09:08.504 INFO O| Download: 5540/22734 items 46.1/196.6MB 23% complete (441k/s)
37232024-10-21T22:09:11.014Z[ recovery-image] Oct 21 22:09:09.752 INFO O| Oct 21 22:09:09.751 INFO O| Download: 1163/15836 items 10.1/173.3MB 5% complete (959k/s)
37242024-10-21T22:09:11.132Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37252024-10-21T22:09:14.780Z[ host-image] Oct 21 22:09:13.518 INFO O| Oct 21 22:09:13.518 INFO O| Download: 6667/22734 items 46.8/196.6MB 23% complete (138k/s)
37262024-10-21T22:09:16.305Z[ recovery-image] Oct 21 22:09:15.043 INFO O| Oct 21 22:09:15.043 INFO O| Download: 1464/15836 items 21.4/173.3MB 12% complete (1.2M/s)
37272024-10-21T22:09:19.824Z[ host-image] Oct 21 22:09:18.562 INFO O| Oct 21 22:09:18.562 INFO O| Download: 7293/22734 items 57.4/196.6MB 29% complete (1.1M/s)
37282024-10-21T22:09:21.366Z[ recovery-image] Oct 21 22:09:20.104 INFO O| Oct 21 22:09:20.104 INFO O| Download: 1860/15836 items 28.4/173.3MB 16% complete (1.8M/s)
37292024-10-21T22:09:24.827Z[ host-image] Oct 21 22:09:23.564 INFO O| Oct 21 22:09:23.564 INFO O| Download: 8076/22734 items 60.3/196.6MB 30% complete (1.3M/s)
37302024-10-21T22:09:26.381Z[ recovery-image] Oct 21 22:09:25.119 INFO O| Oct 21 22:09:25.119 INFO O| Download: 2848/15836 items 35.7/173.3MB 20% complete (1.4M/s)
37312024-10-21T22:09:30.262Z[ host-image] Oct 21 22:09:28.999 INFO O| Oct 21 22:09:28.999 INFO O| Download: 8305/22734 items 67.8/196.6MB 34% complete (1.6M/s)
37322024-10-21T22:09:31.392Z[ recovery-image] Oct 21 22:09:30.129 INFO O| Oct 21 22:09:30.129 INFO O| Download: 3769/15836 items 42.1/173.3MB 24% complete (1.4M/s)
37332024-10-21T22:09:35.280Z[ host-image] Oct 21 22:09:34.017 INFO O| Oct 21 22:09:34.017 INFO O| Download: 8947/22734 items 71.9/196.6MB 36% complete (1.1M/s)
37342024-10-21T22:09:36.399Z[ recovery-image] Oct 21 22:09:35.136 INFO O| Oct 21 22:09:35.135 INFO O| Download: 4557/15836 items 42.9/173.3MB 24% complete (735k/s)
37352024-10-21T22:09:41.402Z[ recovery-image] Oct 21 22:09:40.139 INFO O| Oct 21 22:09:40.139 INFO O| Download: 5651/15836 items 44.0/173.3MB 25% complete (175k/s)
37362024-10-21T22:09:43.831Z[ host-image] Oct 21 22:09:42.568 INFO O| Oct 21 22:09:42.567 INFO O| Download: 9386/22734 items 81.5/196.6MB 41% complete (1.5M/s)
37372024-10-21T22:09:46.407Z[ recovery-image] Oct 21 22:09:45.144 INFO O| Oct 21 22:09:45.144 INFO O| Download: 6127/15836 items 59.5/173.3MB 34% complete (1.6M/s)
37382024-10-21T22:09:49.253Z[ host-image] Oct 21 22:09:47.989 INFO O| Oct 21 22:09:47.989 INFO O| Download: 10414/22734 items 88.0/196.6MB 44% complete (1.4M/s)
37392024-10-21T22:09:51.410Z[ recovery-image] Oct 21 22:09:50.146 INFO O| Oct 21 22:09:50.146 INFO O| Download: 7062/15836 items 72.7/173.3MB 41% complete (2.8M/s)
37402024-10-21T22:09:54.294Z[ host-image] Oct 21 22:09:53.030 INFO O| Oct 21 22:09:53.030 INFO O| Download: 11087/22734 items 92.0/196.6MB 46% complete (1.0M/s)
37412024-10-21T22:09:56.758Z[ recovery-image] Oct 21 22:09:55.494 INFO O| Oct 21 22:09:55.494 INFO O| Download: 7633/15836 items 73.7/173.3MB 42% complete (1.4M/s)
37422024-10-21T22:09:59.330Z[ host-image] Oct 21 22:09:58.066 INFO O| Oct 21 22:09:58.066 INFO O| Download: 11206/22734 items 93.9/196.6MB 47% complete (627k/s)
37432024-10-21T22:10:01.849Z[ recovery-image] Oct 21 22:10:00.584 INFO O| Oct 21 22:10:00.584 INFO O| Download: 8655/15836 items 81.5/173.3MB 47% complete (804k/s)
37442024-10-21T22:10:04.332Z[ host-image] Oct 21 22:10:03.066 INFO O| Oct 21 22:10:03.066 INFO O| Download: 11685/22734 items 96.3/196.6MB 49% complete (445k/s)
37452024-10-21T22:10:06.862Z[ recovery-image] Oct 21 22:10:05.597 INFO O| Oct 21 22:10:05.597 INFO O| Download: 8936/15836 items 92.6/173.3MB 53% complete (1.9M/s)
37462024-10-21T22:10:09.332Z[ host-image] Oct 21 22:10:08.067 INFO O| Oct 21 22:10:08.067 INFO O| Download: 12158/22734 items 107.7/196.6MB 54% complete (1.4M/s)
37472024-10-21T22:10:11.862Z[ recovery-image] Oct 21 22:10:10.597 INFO O| Oct 21 22:10:10.597 INFO O| Download: 9960/15836 items 93.2/173.3MB 53% complete (1.2M/s)
37482024-10-21T22:10:14.343Z[ host-image] Oct 21 22:10:13.077 INFO O| Oct 21 22:10:13.077 INFO O| Download: 12702/22734 items 109.6/196.6MB 55% complete (1.3M/s)
37492024-10-21T22:10:16.867Z[ recovery-image] Oct 21 22:10:15.601 INFO O| Oct 21 22:10:15.601 INFO O| Download: 10830/15836 items 93.8/173.3MB 54% complete (121k/s)
37502024-10-21T22:10:19.349Z[ host-image] Oct 21 22:10:18.083 INFO O| Oct 21 22:10:18.083 INFO O| Download: 13675/22734 items 110.1/196.6MB 56% complete (267k/s)
37512024-10-21T22:10:21.869Z[ recovery-image] Oct 21 22:10:20.603 INFO O| Oct 21 22:10:20.603 INFO O| Download: 11131/15836 items 100.4/173.3MB 57% complete (698k/s)
37522024-10-21T22:10:24.357Z[ host-image] Oct 21 22:10:23.091 INFO O| Oct 21 22:10:23.091 INFO O| Download: 14413/22734 items 111.6/196.6MB 56% complete (189k/s)
37532024-10-21T22:10:26.876Z[ recovery-image] Oct 21 22:10:25.609 INFO O| Oct 21 22:10:25.609 INFO O| Download: 11925/15836 items 128.3/173.3MB 74% complete (3.4M/s)
37542024-10-21T22:10:29.360Z[ host-image] Oct 21 22:10:28.094 INFO O| Oct 21 22:10:28.093 INFO O| Download: 14741/22734 items 117.6/196.6MB 59% complete (765k/s)
37552024-10-21T22:10:31.890Z[ recovery-image] Oct 21 22:10:30.623 INFO O| Oct 21 22:10:30.623 INFO O| Download: 12700/15836 items 140.5/173.3MB 81% complete (4.1M/s)
37562024-10-21T22:10:34.360Z[ host-image] Oct 21 22:10:33.094 INFO O| Oct 21 22:10:33.094 INFO O| Download: 15552/22734 items 124.9/196.6MB 63% complete (1.3M/s)
37572024-10-21T22:10:36.909Z[ recovery-image] Oct 21 22:10:35.642 INFO O| Oct 21 22:10:35.642 INFO O| Download: 13615/15836 items 144.2/173.3MB 83% complete (1.6M/s)
37582024-10-21T22:10:39.505Z[ host-image] Oct 21 22:10:38.238 INFO O| Oct 21 22:10:38.238 INFO O| Download: 15750/22734 items 126.1/196.6MB 64% complete (981k/s)
37592024-10-21T22:10:41.928Z[ recovery-image] Oct 21 22:10:40.661 INFO O| Oct 21 22:10:40.661 INFO O| Download: 14589/15836 items 147.4/173.3MB 85% complete (712k/s)
37602024-10-21T22:10:44.506Z[ host-image] Oct 21 22:10:43.238 INFO O| Oct 21 22:10:43.238 INFO O| Download: 16651/22734 items 139.6/196.6MB 71% complete (1.4M/s)
37612024-10-21T22:10:46.929Z[ recovery-image] Oct 21 22:10:45.661 INFO O| Oct 21 22:10:45.661 INFO O| Download: 14925/15836 items 154.4/173.3MB 89% complete (1.0M/s)
37622024-10-21T22:10:49.506Z[ host-image] Oct 21 22:10:48.238 INFO O| Oct 21 22:10:48.238 INFO O| Download: 17403/22734 items 146.6/196.6MB 74% complete (2.0M/s)
37632024-10-21T22:10:52.867Z[ recovery-image] Oct 21 22:10:51.599 INFO O| Oct 21 22:10:51.599 INFO O| Download: 15287/15836 items 158.1/173.3MB 91% complete (1.2M/s)
37642024-10-21T22:10:54.507Z[ host-image] Oct 21 22:10:53.239 INFO O| Oct 21 22:10:53.239 INFO O| Download: 18275/22734 items 160.1/196.6MB 81% complete (2.0M/s)
37652024-10-21T22:10:58.545Z[ recovery-image] Oct 21 22:10:57.276 INFO O| Oct 21 22:10:57.276 INFO O| Download: 15604/15836 items 166.9/173.3MB 96% complete (1.2M/s)
37662024-10-21T22:10:59.508Z[ host-image] Oct 21 22:10:58.240 INFO O| Oct 21 22:10:58.240 INFO O| Download: 19533/22734 items 165.9/196.6MB 84% complete (1.9M/s)
37672024-10-21T22:11:02.930Z[ recovery-image] Oct 21 22:11:01.661 INFO O| Oct 21 22:11:01.661 INFO O| Download: Completed 173.32 MB in 127.89 seconds (1.4M/s)
37682024-10-21T22:11:04.404Z[ recovery-image] Oct 21 22:11:03.135 INFO O| Oct 21 22:11:03.135 INFO O| Actions: 1/24971 actions (Installing new actions)
37692024-10-21T22:11:04.511Z[ host-image] Oct 21 22:11:03.243 INFO O| Oct 21 22:11:03.242 INFO O| Download: 20583/22734 items 169.5/196.6MB 86% complete (955k/s)
37702024-10-21T22:11:09.404Z[ recovery-image] Oct 21 22:11:08.135 INFO O| Oct 21 22:11:08.135 INFO O| Actions: 9463/24971 actions (Installing new actions)
37712024-10-21T22:11:09.514Z[ host-image] Oct 21 22:11:08.245 INFO O| Oct 21 22:11:08.245 INFO O| Download: 21435/22734 items 177.4/196.6MB 90% complete (1.2M/s)
37722024-10-21T22:11:14.405Z[ recovery-image] Oct 21 22:11:13.136 INFO O| Oct 21 22:11:13.135 INFO O| Actions: 15339/24971 actions (Installing new actions)
37732024-10-21T22:11:14.597Z[ host-image] Oct 21 22:11:13.328 INFO O| Oct 21 22:11:13.327 INFO O| Download: 22022/22734 items 189.8/196.6MB 96% complete (2.0M/s)
37742024-10-21T22:11:18.424Z[ host-image] Oct 21 22:11:17.154 INFO O| Oct 21 22:11:17.154 INFO O| Download: Completed 196.55 MB in 176.09 seconds (1.1M/s)
37752024-10-21T22:11:19.508Z[ recovery-image] Oct 21 22:11:18.239 INFO O| Oct 21 22:11:18.239 INFO O| Actions: 24418/24971 actions (Installing new actions)
37762024-10-21T22:11:20.858Z[ host-image] Oct 21 22:11:19.588 INFO O| Oct 21 22:11:19.588 INFO O| Actions: 1/49270 actions (Installing new actions)
37772024-10-21T22:11:22.322Z[ recovery-image] Oct 21 22:11:21.052 INFO O| Oct 21 22:11:21.052 INFO O| Actions: Completed 24971 actions in 17.91 seconds.
37782024-10-21T22:11:23.010Z[ recovery-image] Oct 21 22:11:21.705 INFO O| Oct 21 22:11:21.705 INFO O| Done
37792024-10-21T22:11:23.010Z[ recovery-image] Oct 21 22:11:21.706 INFO O| Oct 21 22:11:21.705 INFO O| Done
37802024-10-21T22:11:24.261Z[ recovery-image] Oct 21 22:11:22.991 INFO O| Oct 21 22:11:22.991 INFO O| Done
37812024-10-21T22:11:25.858Z[ host-image] Oct 21 22:11:24.588 INFO O| Oct 21 22:11:24.588 INFO O| Actions: 10222/49270 actions (Installing new actions)
37822024-10-21T22:11:26.023Z[ recovery-image] Oct 21 22:11:24.752 INFO O| Oct 21 22:11:24.752 INFO O| Done
37832024-10-21T22:11:26.043Z[ recovery-image] Oct 21 22:11:24.773 INFO O| Oct 21 22:11:24.773 INFO O| Done
37842024-10-21T22:11:30.589Z[ recovery-image] Oct 21 22:11:29.318 INFO O| Oct 21 22:11:29.318 INFO O| Done
37852024-10-21T22:11:30.859Z[ host-image] Oct 21 22:11:29.588 INFO O| Oct 21 22:11:29.588 INFO O| Actions: 17199/49270 actions (Installing new actions)
37862024-10-21T22:11:31.396Z[ recovery-image] Oct 21 22:11:30.125 INFO O| Oct 21 22:11:30.125 INFO O| Done
37872024-10-21T22:11:31.858Z[ recovery-image] Oct 21 22:11:30.587 INFO O| Oct 21 22:11:30.587 INFO STEP 11 (pkg_install) COMPLETE
37882024-10-21T22:11:31.858Z[ recovery-image] Oct 21 22:11:30.587 INFO O| Oct 21 22:11:30.587 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37892024-10-21T22:11:31.861Z[ recovery-image] Oct 21 22:11:30.587 INFO O| Oct 21 22:11:30.587 INFO skip step because feature "recovery" is enabled
37902024-10-21T22:11:31.861Z[ recovery-image] Oct 21 22:11:30.587 INFO O| Oct 21 22:11:30.587 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37912024-10-21T22:11:31.861Z[ recovery-image] Oct 21 22:11:30.587 INFO O| Oct 21 22:11:30.587 INFO skip step because feature "omicron1" is not enabled
37922024-10-21T22:11:31.861Z[ recovery-image] Oct 21 22:11:30.587 INFO O| Oct 21 22:11:30.587 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37932024-10-21T22:11:31.876Z[ recovery-image] Oct 21 22:11:30.605 INFO O| Oct 21 22:11:30.605 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37942024-10-21T22:11:32.999Z[ recovery-image] Oct 21 22:11:31.728 INFO O| Oct 21 22:11:31.728 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37952024-10-21T22:11:35.860Z[ host-image] Oct 21 22:11:34.588 INFO O| Oct 21 22:11:34.588 INFO O| Actions: 23081/49270 actions (Installing new actions)
37962024-10-21T22:11:36.925Z[ recovery-image] Oct 21 22:11:35.654 INFO O| Oct 21 22:11:35.654 INFO O| Planning: Solver setup ... Done
37972024-10-21T22:11:36.932Z[ recovery-image] Oct 21 22:11:35.661 INFO O| Oct 21 22:11:35.661 INFO O| Planning: Running solver ... Done
37982024-10-21T22:11:37.005Z[ recovery-image] Oct 21 22:11:35.734 INFO O| Oct 21 22:11:35.734 INFO O| Planning: Finding local manifests ... Done
37992024-10-21T22:11:37.008Z[ recovery-image] Oct 21 22:11:35.735 INFO O| Oct 21 22:11:35.735 INFO O| Planning: Fetching manifests: 0/1 0% complete
38002024-10-21T22:11:37.181Z[ recovery-image] Oct 21 22:11:35.910 INFO O| Oct 21 22:11:35.910 INFO O| Planning: Fetching manifests: 1/1 100% complete
38012024-10-21T22:11:37.237Z[ recovery-image] Oct 21 22:11:35.965 INFO O| Oct 21 22:11:35.965 INFO O| Planning: Package planning ... Done
38022024-10-21T22:11:37.239Z[ recovery-image] Oct 21 22:11:35.966 INFO O| Oct 21 22:11:35.966 INFO O| Planning: Merging actions ... Done
38032024-10-21T22:11:37.319Z[ recovery-image] Oct 21 22:11:36.048 INFO O| Oct 21 22:11:36.048 INFO O| Planning: Checking for conflicting actions ... Done
38042024-10-21T22:11:37.321Z[ recovery-image] Oct 21 22:11:36.049 INFO O| Oct 21 22:11:36.048 INFO O| Planning: Consolidating action changes ... Done
38052024-10-21T22:11:37.646Z[ recovery-image] Oct 21 22:11:36.374 INFO O| Oct 21 22:11:36.374 INFO O| Planning: Evaluating mediators ... Done
38062024-10-21T22:11:37.648Z[ recovery-image] Oct 21 22:11:36.375 INFO O| Oct 21 22:11:36.375 INFO O| Planning: Planning completed in 4.65 seconds
38072024-10-21T22:11:37.651Z[ recovery-image] Oct 21 22:11:36.378 INFO O| Oct 21 22:11:36.378 INFO O| Packages to install: 1
38082024-10-21T22:11:37.667Z[ recovery-image] Oct 21 22:11:36.397 INFO O| Oct 21 22:11:36.396 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38092024-10-21T22:11:38.569Z[ recovery-image] Oct 21 22:11:37.298 INFO O| Oct 21 22:11:37.298 INFO O| Download: Completed 20.80 MB in 0.90 seconds (23.1M/s)
38102024-10-21T22:11:38.704Z[ recovery-image] Oct 21 22:11:37.433 INFO O| Oct 21 22:11:37.433 INFO O| Actions: 1/22 actions (Installing new actions)
38112024-10-21T22:11:39.832Z[ recovery-image] Oct 21 22:11:38.561 INFO O| Oct 21 22:11:38.561 INFO O| Actions: Completed 22 actions in 1.13 seconds.
38122024-10-21T22:11:40.410Z[ recovery-image] Oct 21 22:11:39.139 INFO O| Oct 21 22:11:39.139 INFO O| Done
38132024-10-21T22:11:40.410Z[ recovery-image] Oct 21 22:11:39.139 INFO O| Oct 21 22:11:39.139 INFO O| Done
38142024-10-21T22:11:40.964Z[ host-image] Oct 21 22:11:39.691 INFO O| Oct 21 22:11:39.691 INFO O| Actions: 48766/49270 actions (Installing new actions)
38152024-10-21T22:11:41.457Z[ recovery-image] Oct 21 22:11:40.185 INFO O| Oct 21 22:11:40.185 INFO O| Done
38162024-10-21T22:11:43.123Z[ recovery-image] Oct 21 22:11:41.765 INFO O| Oct 21 22:11:41.765 INFO O| Done
38172024-10-21T22:11:43.123Z[ recovery-image] Oct 21 22:11:41.788 INFO O| Oct 21 22:11:41.788 INFO O| Done
38182024-10-21T22:11:43.123Z[ recovery-image] Oct 21 22:11:41.788 INFO O| Oct 21 22:11:41.788 INFO O| Done
38192024-10-21T22:11:43.123Z[ recovery-image] Oct 21 22:11:41.824 INFO O| Oct 21 22:11:41.823 INFO O| Done
38202024-10-21T22:11:43.258Z[ recovery-image] Oct 21 22:11:41.986 INFO O| Oct 21 22:11:41.986 INFO STEP 14 (pkg_install) COMPLETE
38212024-10-21T22:11:43.258Z[ recovery-image] Oct 21 22:11:41.986 INFO O| Oct 21 22:11:41.986 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38222024-10-21T22:11:43.260Z[ recovery-image] Oct 21 22:11:41.986 INFO O| Oct 21 22:11:41.986 INFO skip step because feature "mfg" is not enabled
38232024-10-21T22:11:43.260Z[ recovery-image] Oct 21 22:11:41.986 INFO O| Oct 21 22:11:41.986 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38242024-10-21T22:11:43.260Z[ recovery-image] Oct 21 22:11:41.986 INFO O| Oct 21 22:11:41.986 INFO skip step because feature "compliance" is not enabled
38252024-10-21T22:11:43.260Z[ recovery-image] Oct 21 22:11:41.986 INFO O| Oct 21 22:11:41.986 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38262024-10-21T22:11:43.260Z[ recovery-image] Oct 21 22:11:41.986 INFO O| Oct 21 22:11:41.986 INFO skip step because feature "stress" is not enabled
38272024-10-21T22:11:43.260Z[ recovery-image] Oct 21 22:11:41.986 INFO O| Oct 21 22:11:41.986 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38282024-10-21T22:11:43.260Z[ recovery-image] Oct 21 22:11:41.986 INFO O| Oct 21 22:11:41.986 INFO skip step because feature "nfs" is not enabled
38292024-10-21T22:11:43.260Z[ recovery-image] Oct 21 22:11:41.986 INFO O| Oct 21 22:11:41.986 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38302024-10-21T22:11:43.260Z[ recovery-image] Oct 21 22:11:41.986 INFO O| Oct 21 22:11:41.986 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38312024-10-21T22:11:43.382Z[ recovery-image] Oct 21 22:11:42.110 INFO O| Oct 21 22:11:42.110 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38322024-10-21T22:11:43.493Z[ recovery-image] Oct 21 22:11:42.222 INFO O| Oct 21 22:11:42.222 INFO completed processing gimlet/ramdisk-01-os
38332024-10-21T22:11:43.497Z[ recovery-image] Oct 21 22:11:42.226 INFO image builder template: ramdisk-02-trim...
38342024-10-21T22:11:43.499Z[ recovery-image] Oct 21 22:11:42.226 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/.tmpZk5wJg/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
38352024-10-21T22:11:43.536Z[ recovery-image] Oct 21 22:11:42.265 INFO O| Oct 21 22:11:42.264 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38362024-10-21T22:11:43.543Z[ recovery-image] Oct 21 22:11:42.272 INFO O| Oct 21 22:11:42.271 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38372024-10-21T22:11:43.636Z[ recovery-image] Oct 21 22:11:42.364 INFO O| Oct 21 22:11:42.364 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38382024-10-21T22:11:43.731Z[ recovery-image] Oct 21 22:11:42.459 INFO O| Oct 21 22:11:42.459 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38392024-10-21T22:11:43.731Z[ recovery-image] Oct 21 22:11:42.459 INFO O| Oct 21 22:11:42.459 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38402024-10-21T22:11:43.741Z[ recovery-image] Oct 21 22:11:42.470 INFO O| Oct 21 22:11:42.470 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38412024-10-21T22:11:43.749Z[ recovery-image] Oct 21 22:11:42.478 INFO O| Oct 21 22:11:42.478 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38422024-10-21T22:11:43.758Z[ recovery-image] Oct 21 22:11:42.486 INFO O| Oct 21 22:11:42.486 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38432024-10-21T22:11:44.087Z[ recovery-image] Oct 21 22:11:42.815 INFO O| Oct 21 22:11:42.815 INFO rolled back to input snapshot; work may begin
38442024-10-21T22:11:44.087Z[ recovery-image] Oct 21 22:11:42.815 INFO O| Oct 21 22:11:42.815 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38452024-10-21T22:11:44.096Z[ recovery-image] Oct 21 22:11:42.824 INFO O| Oct 21 22:11:42.824 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38462024-10-21T22:11:44.115Z[ recovery-image] Oct 21 22:11:42.844 INFO O| Oct 21 22:11:42.843 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38472024-10-21T22:11:44.399Z[ recovery-image] Oct 21 22:11:43.127 INFO O| Oct 21 22:11:43.127 INFO STEP 0 (remove_files) COMPLETE
38482024-10-21T22:11:44.399Z[ recovery-image] Oct 21 22:11:43.127 INFO O| Oct 21 22:11:43.127 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-10-21T22:11:44.422Z[ recovery-image] Oct 21 22:11:43.150 INFO O| Oct 21 22:11:43.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38502024-10-21T22:11:44.425Z[ recovery-image] Oct 21 22:11:43.154 INFO O| Oct 21 22:11:43.154 INFO STEP 1 (remove_files) COMPLETE
38512024-10-21T22:11:44.425Z[ recovery-image] Oct 21 22:11:43.154 INFO O| Oct 21 22:11:43.154 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-10-21T22:11:44.449Z[ recovery-image] Oct 21 22:11:43.178 INFO O| Oct 21 22:11:43.178 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38532024-10-21T22:11:44.479Z[ recovery-image] Oct 21 22:11:43.208 INFO O| Oct 21 22:11:43.208 INFO STEP 2 (remove_files) COMPLETE
38542024-10-21T22:11:44.479Z[ recovery-image] Oct 21 22:11:43.208 INFO O| Oct 21 22:11:43.208 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38552024-10-21T22:11:44.527Z[ recovery-image] Oct 21 22:11:43.255 INFO O| Oct 21 22:11:43.255 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38562024-10-21T22:11:44.530Z[ recovery-image] Oct 21 22:11:43.258 INFO O| Oct 21 22:11:43.258 INFO STEP 3 (remove_files) COMPLETE
38572024-10-21T22:11:44.530Z[ recovery-image] Oct 21 22:11:43.258 INFO O| Oct 21 22:11:43.258 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38582024-10-21T22:11:44.598Z[ recovery-image] Oct 21 22:11:43.327 INFO O| Oct 21 22:11:43.327 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38592024-10-21T22:11:44.605Z[ recovery-image] Oct 21 22:11:43.333 INFO O| Oct 21 22:11:43.333 INFO STEP 4 (remove_files) COMPLETE
38602024-10-21T22:11:44.605Z[ recovery-image] Oct 21 22:11:43.333 INFO O| Oct 21 22:11:43.333 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-10-21T22:11:44.647Z[ recovery-image] Oct 21 22:11:43.375 INFO O| Oct 21 22:11:43.375 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38622024-10-21T22:11:44.647Z[ recovery-image] Oct 21 22:11:43.375 INFO O| Oct 21 22:11:43.375 INFO STEP 5 (remove_files) COMPLETE
38632024-10-21T22:11:44.649Z[ recovery-image] Oct 21 22:11:43.375 INFO O| Oct 21 22:11:43.375 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-10-21T22:11:44.658Z[ host-image] Oct 21 22:11:43.387 INFO O| Oct 21 22:11:43.387 INFO O| Actions: Completed 49270 actions in 23.79 seconds.
38652024-10-21T22:11:44.667Z[ recovery-image] Oct 21 22:11:43.394 INFO O| Oct 21 22:11:43.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38662024-10-21T22:11:44.680Z[ recovery-image] Oct 21 22:11:43.409 INFO O| Oct 21 22:11:43.408 INFO STEP 6 (remove_files) COMPLETE
38672024-10-21T22:11:44.680Z[ recovery-image] Oct 21 22:11:43.409 INFO O| Oct 21 22:11:43.408 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38682024-10-21T22:11:44.682Z[ recovery-image] Oct 21 22:11:43.409 INFO O| Oct 21 22:11:43.409 INFO skip step because feature "recovery" is enabled
38692024-10-21T22:11:44.682Z[ recovery-image] Oct 21 22:11:43.409 INFO O| Oct 21 22:11:43.409 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-10-21T22:11:44.683Z[ recovery-image] Oct 21 22:11:43.409 INFO O| Oct 21 22:11:43.409 INFO skip step because feature "recovery" is enabled
38712024-10-21T22:11:44.683Z[ recovery-image] Oct 21 22:11:43.409 INFO O| Oct 21 22:11:43.409 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-10-21T22:11:44.683Z[ recovery-image] Oct 21 22:11:43.409 INFO O| Oct 21 22:11:43.409 INFO skip step because feature "recovery" is enabled
38732024-10-21T22:11:44.683Z[ recovery-image] Oct 21 22:11:43.409 INFO O| Oct 21 22:11:43.409 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-10-21T22:11:44.698Z[ recovery-image] Oct 21 22:11:43.427 INFO O| Oct 21 22:11:43.427 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38752024-10-21T22:11:44.703Z[ recovery-image] Oct 21 22:11:43.431 INFO O| Oct 21 22:11:43.431 INFO STEP 10 (remove_files) COMPLETE
38762024-10-21T22:11:44.703Z[ recovery-image] Oct 21 22:11:43.431 INFO O| Oct 21 22:11:43.431 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-10-21T22:11:44.729Z[ recovery-image] Oct 21 22:11:43.457 INFO O| Oct 21 22:11:43.457 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38782024-10-21T22:11:44.731Z[ recovery-image] Oct 21 22:11:43.458 INFO O| Oct 21 22:11:43.458 INFO STEP 11 (remove_files) COMPLETE
38792024-10-21T22:11:44.731Z[ recovery-image] Oct 21 22:11:43.458 INFO O| Oct 21 22:11:43.458 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38802024-10-21T22:11:44.759Z[ recovery-image] Oct 21 22:11:43.488 INFO O| Oct 21 22:11:43.488 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38812024-10-21T22:11:44.762Z[ recovery-image] Oct 21 22:11:43.490 INFO O| Oct 21 22:11:43.490 INFO STEP 12 (remove_files) COMPLETE
38822024-10-21T22:11:44.762Z[ recovery-image] Oct 21 22:11:43.490 INFO O| Oct 21 22:11:43.490 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-10-21T22:11:44.905Z[ recovery-image] Oct 21 22:11:43.633 INFO O| Oct 21 22:11:43.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38842024-10-21T22:11:45.150Z[ recovery-image] Oct 21 22:11:43.879 INFO O| Oct 21 22:11:43.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38852024-10-21T22:11:45.243Z[ recovery-image] Oct 21 22:11:43.972 INFO O| Oct 21 22:11:43.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38862024-10-21T22:11:45.248Z[ recovery-image] Oct 21 22:11:43.977 INFO O| Oct 21 22:11:43.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38872024-10-21T22:11:45.259Z[ recovery-image] Oct 21 22:11:43.988 INFO O| Oct 21 22:11:43.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38882024-10-21T22:11:45.298Z[ host-image] Oct 21 22:11:44.026 INFO O| Oct 21 22:11:44.026 INFO O| Done
38892024-10-21T22:11:45.298Z[ host-image] Oct 21 22:11:44.026 INFO O| Oct 21 22:11:44.026 INFO O| Done
38902024-10-21T22:11:45.359Z[ recovery-image] Oct 21 22:11:44.088 INFO O| Oct 21 22:11:44.087 INFO STEP 13 (remove_files) COMPLETE
38912024-10-21T22:11:45.359Z[ recovery-image] Oct 21 22:11:44.088 INFO O| Oct 21 22:11:44.088 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-10-21T22:11:45.380Z[ recovery-image] Oct 21 22:11:44.109 INFO O| Oct 21 22:11:44.109 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38932024-10-21T22:11:45.385Z[ recovery-image] Oct 21 22:11:44.111 INFO O| Oct 21 22:11:44.111 INFO STEP 14 (remove_files) COMPLETE
38942024-10-21T22:11:45.385Z[ recovery-image] Oct 21 22:11:44.111 INFO O| Oct 21 22:11:44.111 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38952024-10-21T22:11:45.402Z[ recovery-image] Oct 21 22:11:44.131 INFO O| Oct 21 22:11:44.131 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38962024-10-21T22:11:45.411Z[ recovery-image] Oct 21 22:11:44.139 INFO O| Oct 21 22:11:44.139 INFO STEP 15 (remove_files) COMPLETE
38972024-10-21T22:11:45.411Z[ recovery-image] Oct 21 22:11:44.139 INFO O| Oct 21 22:11:44.139 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-10-21T22:11:45.428Z[ recovery-image] Oct 21 22:11:44.157 INFO O| Oct 21 22:11:44.157 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38992024-10-21T22:11:45.431Z[ recovery-image] Oct 21 22:11:44.157 INFO O| Oct 21 22:11:44.157 INFO STEP 16 (remove_files) COMPLETE
39002024-10-21T22:11:45.431Z[ recovery-image] Oct 21 22:11:44.157 INFO O| Oct 21 22:11:44.157 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-10-21T22:11:45.446Z[ recovery-image] Oct 21 22:11:44.175 INFO O| Oct 21 22:11:44.174 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39022024-10-21T22:11:45.448Z[ recovery-image] Oct 21 22:11:44.177 INFO O| Oct 21 22:11:44.176 INFO STEP 17 (remove_files) COMPLETE
39032024-10-21T22:11:45.448Z[ recovery-image] Oct 21 22:11:44.177 INFO O| Oct 21 22:11:44.177 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39042024-10-21T22:11:45.484Z[ recovery-image] Oct 21 22:11:44.212 INFO O| Oct 21 22:11:44.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39052024-10-21T22:11:45.486Z[ recovery-image] Oct 21 22:11:44.213 INFO O| Oct 21 22:11:44.213 INFO STEP 18 (remove_files) COMPLETE
39062024-10-21T22:11:45.486Z[ recovery-image] Oct 21 22:11:44.213 INFO O| Oct 21 22:11:44.213 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-10-21T22:11:45.502Z[ recovery-image] Oct 21 22:11:44.231 INFO O| Oct 21 22:11:44.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39082024-10-21T22:11:45.505Z[ recovery-image] Oct 21 22:11:44.231 INFO O| Oct 21 22:11:44.231 INFO STEP 19 (remove_files) COMPLETE
39092024-10-21T22:11:45.505Z[ recovery-image] Oct 21 22:11:44.232 INFO O| Oct 21 22:11:44.231 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-10-21T22:11:45.521Z[ recovery-image] Oct 21 22:11:44.249 INFO O| Oct 21 22:11:44.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39112024-10-21T22:11:45.521Z[ recovery-image] Oct 21 22:11:44.249 INFO O| Oct 21 22:11:44.249 INFO STEP 20 (remove_files) COMPLETE
39122024-10-21T22:11:45.523Z[ recovery-image] Oct 21 22:11:44.249 INFO O| Oct 21 22:11:44.249 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-10-21T22:11:45.539Z[ recovery-image] Oct 21 22:11:44.268 INFO O| Oct 21 22:11:44.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39142024-10-21T22:11:45.542Z[ recovery-image] Oct 21 22:11:44.268 INFO O| Oct 21 22:11:44.268 INFO STEP 21 (remove_files) COMPLETE
39152024-10-21T22:11:45.542Z[ recovery-image] Oct 21 22:11:44.268 INFO O| Oct 21 22:11:44.268 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-10-21T22:11:45.573Z[ recovery-image] Oct 21 22:11:44.302 INFO O| Oct 21 22:11:44.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39172024-10-21T22:11:45.573Z[ recovery-image] Oct 21 22:11:44.302 INFO O| Oct 21 22:11:44.302 INFO STEP 22 (remove_files) COMPLETE
39182024-10-21T22:11:45.576Z[ recovery-image] Oct 21 22:11:44.302 INFO O| Oct 21 22:11:44.302 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-10-21T22:11:45.604Z[ recovery-image] Oct 21 22:11:44.332 INFO O| Oct 21 22:11:44.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39202024-10-21T22:11:45.606Z[ recovery-image] Oct 21 22:11:44.333 INFO O| Oct 21 22:11:44.332 INFO STEP 23 (remove_files) COMPLETE
39212024-10-21T22:11:45.606Z[ recovery-image] Oct 21 22:11:44.333 INFO O| Oct 21 22:11:44.332 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-10-21T22:11:45.624Z[ recovery-image] Oct 21 22:11:44.353 INFO O| Oct 21 22:11:44.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39232024-10-21T22:11:45.626Z[ recovery-image] Oct 21 22:11:44.353 INFO O| Oct 21 22:11:44.353 INFO STEP 24 (remove_files) COMPLETE
39242024-10-21T22:11:45.626Z[ recovery-image] Oct 21 22:11:44.353 INFO O| Oct 21 22:11:44.353 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-10-21T22:11:45.643Z[ recovery-image] Oct 21 22:11:44.371 INFO O| Oct 21 22:11:44.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39262024-10-21T22:11:45.645Z[ recovery-image] Oct 21 22:11:44.372 INFO O| Oct 21 22:11:44.371 INFO STEP 25 (remove_files) COMPLETE
39272024-10-21T22:11:45.645Z[ recovery-image] Oct 21 22:11:44.372 INFO O| Oct 21 22:11:44.372 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-10-21T22:11:45.661Z[ recovery-image] Oct 21 22:11:44.389 INFO O| Oct 21 22:11:44.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39292024-10-21T22:11:45.663Z[ recovery-image] Oct 21 22:11:44.390 INFO O| Oct 21 22:11:44.389 INFO STEP 26 (remove_files) COMPLETE
39302024-10-21T22:11:45.663Z[ recovery-image] Oct 21 22:11:44.390 INFO O| Oct 21 22:11:44.389 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-10-21T22:11:45.678Z[ recovery-image] Oct 21 22:11:44.406 INFO O| Oct 21 22:11:44.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39322024-10-21T22:11:45.678Z[ recovery-image] Oct 21 22:11:44.407 INFO O| Oct 21 22:11:44.406 INFO STEP 27 (remove_files) COMPLETE
39332024-10-21T22:11:45.680Z[ recovery-image] Oct 21 22:11:44.407 INFO O| Oct 21 22:11:44.407 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-10-21T22:11:45.695Z[ recovery-image] Oct 21 22:11:44.423 INFO O| Oct 21 22:11:44.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39352024-10-21T22:11:45.697Z[ recovery-image] Oct 21 22:11:44.424 INFO O| Oct 21 22:11:44.423 INFO STEP 28 (remove_files) COMPLETE
39362024-10-21T22:11:45.697Z[ recovery-image] Oct 21 22:11:44.424 INFO O| Oct 21 22:11:44.424 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-10-21T22:11:45.713Z[ recovery-image] Oct 21 22:11:44.441 INFO O| Oct 21 22:11:44.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39382024-10-21T22:11:45.713Z[ recovery-image] Oct 21 22:11:44.442 INFO O| Oct 21 22:11:44.441 INFO STEP 29 (remove_files) COMPLETE
39392024-10-21T22:11:45.716Z[ recovery-image] Oct 21 22:11:44.442 INFO O| Oct 21 22:11:44.442 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-10-21T22:11:45.732Z[ recovery-image] Oct 21 22:11:44.461 INFO O| Oct 21 22:11:44.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39412024-10-21T22:11:45.732Z[ recovery-image] Oct 21 22:11:44.461 INFO O| Oct 21 22:11:44.461 INFO STEP 30 (remove_files) COMPLETE
39422024-10-21T22:11:45.735Z[ recovery-image] Oct 21 22:11:44.461 INFO O| Oct 21 22:11:44.461 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-10-21T22:11:45.760Z[ recovery-image] Oct 21 22:11:44.489 INFO O| Oct 21 22:11:44.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39442024-10-21T22:11:45.760Z[ recovery-image] Oct 21 22:11:44.489 INFO O| Oct 21 22:11:44.489 INFO STEP 31 (remove_files) COMPLETE
39452024-10-21T22:11:45.760Z[ recovery-image] Oct 21 22:11:44.489 INFO O| Oct 21 22:11:44.489 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-10-21T22:11:45.780Z[ recovery-image] Oct 21 22:11:44.509 INFO O| Oct 21 22:11:44.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39472024-10-21T22:11:45.780Z[ recovery-image] Oct 21 22:11:44.509 INFO O| Oct 21 22:11:44.509 INFO STEP 32 (remove_files) COMPLETE
39482024-10-21T22:11:45.783Z[ recovery-image] Oct 21 22:11:44.509 INFO O| Oct 21 22:11:44.509 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-10-21T22:11:45.799Z[ recovery-image] Oct 21 22:11:44.527 INFO O| Oct 21 22:11:44.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39502024-10-21T22:11:45.799Z[ recovery-image] Oct 21 22:11:44.527 INFO O| Oct 21 22:11:44.527 INFO STEP 33 (remove_files) COMPLETE
39512024-10-21T22:11:45.801Z[ recovery-image] Oct 21 22:11:44.527 INFO O| Oct 21 22:11:44.527 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-10-21T22:11:45.817Z[ recovery-image] Oct 21 22:11:44.545 INFO O| Oct 21 22:11:44.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39532024-10-21T22:11:45.817Z[ recovery-image] Oct 21 22:11:44.546 INFO O| Oct 21 22:11:44.546 INFO STEP 34 (remove_files) COMPLETE
39542024-10-21T22:11:45.817Z[ recovery-image] Oct 21 22:11:44.546 INFO O| Oct 21 22:11:44.546 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39552024-10-21T22:11:45.835Z[ recovery-image] Oct 21 22:11:44.564 INFO O| Oct 21 22:11:44.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39562024-10-21T22:11:45.835Z[ recovery-image] Oct 21 22:11:44.564 INFO O| Oct 21 22:11:44.564 INFO STEP 35 (remove_files) COMPLETE
39572024-10-21T22:11:45.837Z[ recovery-image] Oct 21 22:11:44.564 INFO O| Oct 21 22:11:44.564 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-10-21T22:11:45.852Z[ recovery-image] Oct 21 22:11:44.581 INFO O| Oct 21 22:11:44.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39592024-10-21T22:11:45.852Z[ recovery-image] Oct 21 22:11:44.581 INFO O| Oct 21 22:11:44.581 INFO STEP 36 (remove_files) COMPLETE
39602024-10-21T22:11:45.854Z[ recovery-image] Oct 21 22:11:44.581 INFO O| Oct 21 22:11:44.581 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-10-21T22:11:45.869Z[ recovery-image] Oct 21 22:11:44.598 INFO O| Oct 21 22:11:44.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39622024-10-21T22:11:45.869Z[ recovery-image] Oct 21 22:11:44.598 INFO O| Oct 21 22:11:44.598 INFO STEP 37 (remove_files) COMPLETE
39632024-10-21T22:11:45.872Z[ recovery-image] Oct 21 22:11:44.598 INFO O| Oct 21 22:11:44.598 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39642024-10-21T22:11:45.890Z[ recovery-image] Oct 21 22:11:44.618 INFO O| Oct 21 22:11:44.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39652024-10-21T22:11:45.890Z[ recovery-image] Oct 21 22:11:44.618 INFO O| Oct 21 22:11:44.618 INFO STEP 38 (remove_files) COMPLETE
39662024-10-21T22:11:45.890Z[ recovery-image] Oct 21 22:11:44.618 INFO O| Oct 21 22:11:44.618 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-10-21T22:11:45.930Z[ recovery-image] Oct 21 22:11:44.659 INFO O| Oct 21 22:11:44.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39682024-10-21T22:11:45.930Z[ recovery-image] Oct 21 22:11:44.659 INFO O| Oct 21 22:11:44.659 INFO STEP 39 (remove_files) COMPLETE
39692024-10-21T22:11:45.933Z[ recovery-image] Oct 21 22:11:44.659 INFO O| Oct 21 22:11:44.659 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39702024-10-21T22:11:45.977Z[ recovery-image] Oct 21 22:11:44.705 INFO O| Oct 21 22:11:44.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39712024-10-21T22:11:45.977Z[ recovery-image] Oct 21 22:11:44.706 INFO O| Oct 21 22:11:44.706 INFO STEP 40 (remove_files) COMPLETE
39722024-10-21T22:11:45.979Z[ recovery-image] Oct 21 22:11:44.706 INFO O| Oct 21 22:11:44.706 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39732024-10-21T22:11:46.027Z[ recovery-image] Oct 21 22:11:44.756 INFO O| Oct 21 22:11:44.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39742024-10-21T22:11:46.027Z[ recovery-image] Oct 21 22:11:44.756 INFO O| Oct 21 22:11:44.756 INFO STEP 41 (remove_files) COMPLETE
39752024-10-21T22:11:46.027Z[ recovery-image] Oct 21 22:11:44.756 INFO O| Oct 21 22:11:44.756 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-10-21T22:11:46.089Z[ recovery-image] Oct 21 22:11:44.817 INFO O| Oct 21 22:11:44.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39772024-10-21T22:11:46.089Z[ recovery-image] Oct 21 22:11:44.817 INFO O| Oct 21 22:11:44.817 INFO STEP 42 (remove_files) COMPLETE
39782024-10-21T22:11:46.091Z[ recovery-image] Oct 21 22:11:44.818 INFO O| Oct 21 22:11:44.817 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39792024-10-21T22:11:46.109Z[ recovery-image] Oct 21 22:11:44.837 INFO O| Oct 21 22:11:44.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39802024-10-21T22:11:46.109Z[ recovery-image] Oct 21 22:11:44.837 INFO O| Oct 21 22:11:44.837 INFO STEP 43 (remove_files) COMPLETE
39812024-10-21T22:11:46.111Z[ recovery-image] Oct 21 22:11:44.837 INFO O| Oct 21 22:11:44.837 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39822024-10-21T22:11:46.126Z[ recovery-image] Oct 21 22:11:44.855 INFO O| Oct 21 22:11:44.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39832024-10-21T22:11:46.129Z[ recovery-image] Oct 21 22:11:44.855 INFO O| Oct 21 22:11:44.855 INFO STEP 44 (remove_files) COMPLETE
39842024-10-21T22:11:46.129Z[ recovery-image] Oct 21 22:11:44.855 INFO O| Oct 21 22:11:44.855 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39852024-10-21T22:11:46.143Z[ recovery-image] Oct 21 22:11:44.872 INFO O| Oct 21 22:11:44.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39862024-10-21T22:11:46.143Z[ recovery-image] Oct 21 22:11:44.872 INFO O| Oct 21 22:11:44.872 INFO STEP 45 (remove_files) COMPLETE
39872024-10-21T22:11:46.146Z[ recovery-image] Oct 21 22:11:44.872 INFO O| Oct 21 22:11:44.872 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-10-21T22:11:46.182Z[ recovery-image] Oct 21 22:11:44.910 INFO O| Oct 21 22:11:44.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39892024-10-21T22:11:46.182Z[ recovery-image] Oct 21 22:11:44.910 INFO O| Oct 21 22:11:44.910 INFO STEP 46 (remove_files) COMPLETE
39902024-10-21T22:11:46.185Z[ recovery-image] Oct 21 22:11:44.910 INFO O| Oct 21 22:11:44.910 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39912024-10-21T22:11:46.200Z[ recovery-image] Oct 21 22:11:44.928 INFO O| Oct 21 22:11:44.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39922024-10-21T22:11:46.200Z[ recovery-image] Oct 21 22:11:44.928 INFO O| Oct 21 22:11:44.928 INFO STEP 47 (remove_files) COMPLETE
39932024-10-21T22:11:46.202Z[ recovery-image] Oct 21 22:11:44.928 INFO O| Oct 21 22:11:44.928 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39942024-10-21T22:11:46.236Z[ recovery-image] Oct 21 22:11:44.965 INFO O| Oct 21 22:11:44.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39952024-10-21T22:11:46.236Z[ recovery-image] Oct 21 22:11:44.965 INFO O| Oct 21 22:11:44.965 INFO STEP 48 (remove_files) COMPLETE
39962024-10-21T22:11:46.239Z[ recovery-image] Oct 21 22:11:44.965 INFO O| Oct 21 22:11:44.965 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39972024-10-21T22:11:46.297Z[ recovery-image] Oct 21 22:11:45.025 INFO O| Oct 21 22:11:45.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39982024-10-21T22:11:46.297Z[ recovery-image] Oct 21 22:11:45.025 INFO O| Oct 21 22:11:45.025 INFO STEP 49 (remove_files) COMPLETE
39992024-10-21T22:11:46.297Z[ recovery-image] Oct 21 22:11:45.025 INFO O| Oct 21 22:11:45.025 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40002024-10-21T22:11:46.356Z[ recovery-image] Oct 21 22:11:45.084 INFO O| Oct 21 22:11:45.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40012024-10-21T22:11:46.356Z[ recovery-image] Oct 21 22:11:45.085 INFO O| Oct 21 22:11:45.084 INFO STEP 50 (remove_files) COMPLETE
40022024-10-21T22:11:46.356Z[ recovery-image] Oct 21 22:11:45.085 INFO O| Oct 21 22:11:45.084 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40032024-10-21T22:11:46.374Z[ recovery-image] Oct 21 22:11:45.102 INFO O| Oct 21 22:11:45.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40042024-10-21T22:11:46.374Z[ recovery-image] Oct 21 22:11:45.102 INFO O| Oct 21 22:11:45.102 INFO STEP 51 (remove_files) COMPLETE
40052024-10-21T22:11:46.374Z[ recovery-image] Oct 21 22:11:45.103 INFO O| Oct 21 22:11:45.102 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40062024-10-21T22:11:46.407Z[ recovery-image] Oct 21 22:11:45.135 INFO O| Oct 21 22:11:45.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40072024-10-21T22:11:46.407Z[ recovery-image] Oct 21 22:11:45.135 INFO O| Oct 21 22:11:45.135 INFO STEP 52 (remove_files) COMPLETE
40082024-10-21T22:11:46.408Z[ recovery-image] Oct 21 22:11:45.135 INFO O| Oct 21 22:11:45.135 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40092024-10-21T22:11:46.434Z[ recovery-image] Oct 21 22:11:45.163 INFO O| Oct 21 22:11:45.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40102024-10-21T22:11:46.434Z[ recovery-image] Oct 21 22:11:45.163 INFO O| Oct 21 22:11:45.163 INFO STEP 53 (remove_files) COMPLETE
40112024-10-21T22:11:46.434Z[ recovery-image] Oct 21 22:11:45.163 INFO O| Oct 21 22:11:45.163 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40122024-10-21T22:11:46.455Z[ recovery-image] Oct 21 22:11:45.183 INFO O| Oct 21 22:11:45.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40132024-10-21T22:11:46.457Z[ recovery-image] Oct 21 22:11:45.183 INFO O| Oct 21 22:11:45.183 INFO STEP 54 (remove_files) COMPLETE
40142024-10-21T22:11:46.457Z[ recovery-image] Oct 21 22:11:45.184 INFO O| Oct 21 22:11:45.184 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40152024-10-21T22:11:46.474Z[ recovery-image] Oct 21 22:11:45.202 INFO O| Oct 21 22:11:45.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40162024-10-21T22:11:46.474Z[ recovery-image] Oct 21 22:11:45.203 INFO O| Oct 21 22:11:45.203 INFO STEP 55 (remove_files) COMPLETE
40172024-10-21T22:11:46.476Z[ recovery-image] Oct 21 22:11:45.203 INFO O| Oct 21 22:11:45.203 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40182024-10-21T22:11:46.492Z[ recovery-image] Oct 21 22:11:45.220 INFO O| Oct 21 22:11:45.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40192024-10-21T22:11:46.492Z[ recovery-image] Oct 21 22:11:45.221 INFO O| Oct 21 22:11:45.220 INFO STEP 56 (remove_files) COMPLETE
40202024-10-21T22:11:46.494Z[ recovery-image] Oct 21 22:11:45.223 INFO O| Oct 21 22:11:45.223 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40212024-10-21T22:11:46.553Z[ recovery-image] Oct 21 22:11:45.282 INFO O| Oct 21 22:11:45.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40222024-10-21T22:11:46.553Z[ recovery-image] Oct 21 22:11:45.282 INFO O| Oct 21 22:11:45.282 INFO STEP 57 (remove_files) COMPLETE
40232024-10-21T22:11:46.556Z[ recovery-image] Oct 21 22:11:45.282 INFO O| Oct 21 22:11:45.282 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40242024-10-21T22:11:46.573Z[ recovery-image] Oct 21 22:11:45.302 INFO O| Oct 21 22:11:45.302 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40252024-10-21T22:11:46.575Z[ recovery-image] Oct 21 22:11:45.302 INFO O| Oct 21 22:11:45.302 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40262024-10-21T22:11:46.575Z[ recovery-image] Oct 21 22:11:45.302 INFO O| Oct 21 22:11:45.302 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40272024-10-21T22:11:46.575Z[ recovery-image] Oct 21 22:11:45.303 INFO O| Oct 21 22:11:45.303 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40282024-10-21T22:11:46.575Z[ recovery-image] Oct 21 22:11:45.303 INFO O| Oct 21 22:11:45.303 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40292024-10-21T22:11:46.575Z[ recovery-image] Oct 21 22:11:45.303 INFO O| Oct 21 22:11:45.303 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40302024-10-21T22:11:46.575Z[ recovery-image] Oct 21 22:11:45.303 INFO O| Oct 21 22:11:45.303 INFO ok!
40312024-10-21T22:11:46.575Z[ recovery-image] Oct 21 22:11:45.303 INFO O| Oct 21 22:11:45.303 INFO STEP 58 (ensure_file) COMPLETE
40322024-10-21T22:11:46.576Z[ recovery-image] Oct 21 22:11:45.303 INFO O| Oct 21 22:11:45.303 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-10-21T22:11:46.595Z[ recovery-image] Oct 21 22:11:45.324 INFO O| Oct 21 22:11:45.324 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40342024-10-21T22:11:46.595Z[ recovery-image] Oct 21 22:11:45.324 INFO O| Oct 21 22:11:45.324 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40352024-10-21T22:11:46.598Z[ recovery-image] Oct 21 22:11:45.324 INFO O| Oct 21 22:11:45.324 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40362024-10-21T22:11:46.598Z[ recovery-image] Oct 21 22:11:45.324 INFO O| Oct 21 22:11:45.324 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40372024-10-21T22:11:46.598Z[ recovery-image] Oct 21 22:11:45.324 INFO O| Oct 21 22:11:45.324 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40382024-10-21T22:11:46.598Z[ recovery-image] Oct 21 22:11:45.324 INFO O| Oct 21 22:11:45.324 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40392024-10-21T22:11:46.598Z[ recovery-image] Oct 21 22:11:45.324 INFO O| Oct 21 22:11:45.324 INFO ok!
40402024-10-21T22:11:46.598Z[ recovery-image] Oct 21 22:11:45.324 INFO O| Oct 21 22:11:45.324 INFO STEP 59 (ensure_file) COMPLETE
40412024-10-21T22:11:46.598Z[ recovery-image] Oct 21 22:11:45.324 INFO O| Oct 21 22:11:45.324 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40422024-10-21T22:11:46.627Z[ recovery-image] Oct 21 22:11:45.355 INFO O| Oct 21 22:11:45.355 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40432024-10-21T22:11:46.627Z[ recovery-image] Oct 21 22:11:45.355 INFO O| Oct 21 22:11:45.355 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40442024-10-21T22:11:46.627Z[ recovery-image] Oct 21 22:11:45.355 INFO O| Oct 21 22:11:45.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40452024-10-21T22:11:46.629Z[ recovery-image] Oct 21 22:11:45.355 INFO O| Oct 21 22:11:45.355 INFO ok!
40462024-10-21T22:11:46.629Z[ recovery-image] Oct 21 22:11:45.356 INFO O| Oct 21 22:11:45.355 INFO STEP 60 (ensure_file) COMPLETE
40472024-10-21T22:11:46.629Z[ recovery-image] Oct 21 22:11:45.356 INFO O| Oct 21 22:11:45.355 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-10-21T22:11:46.675Z[ recovery-image] Oct 21 22:11:45.403 INFO O| Oct 21 22:11:45.403 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40492024-10-21T22:11:46.675Z[ recovery-image] Oct 21 22:11:45.403 INFO O| Oct 21 22:11:45.403 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40502024-10-21T22:11:46.677Z[ recovery-image] Oct 21 22:11:45.404 INFO O| Oct 21 22:11:45.403 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40512024-10-21T22:11:46.677Z[ recovery-image] Oct 21 22:11:45.404 INFO O| Oct 21 22:11:45.404 INFO ok!
40522024-10-21T22:11:46.677Z[ recovery-image] Oct 21 22:11:45.404 INFO O| Oct 21 22:11:45.404 INFO STEP 61 (ensure_file) COMPLETE
40532024-10-21T22:11:46.677Z[ recovery-image] Oct 21 22:11:45.404 INFO O| Oct 21 22:11:45.404 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40542024-10-21T22:11:46.693Z[ recovery-image] Oct 21 22:11:45.422 INFO O| Oct 21 22:11:45.422 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40552024-10-21T22:11:46.693Z[ recovery-image] Oct 21 22:11:45.422 INFO O| Oct 21 22:11:45.422 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40562024-10-21T22:11:46.696Z[ recovery-image] Oct 21 22:11:45.422 INFO O| Oct 21 22:11:45.422 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40572024-10-21T22:11:46.696Z[ recovery-image] Oct 21 22:11:45.422 INFO O| Oct 21 22:11:45.422 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40582024-10-21T22:11:46.696Z[ recovery-image] Oct 21 22:11:45.422 INFO O| Oct 21 22:11:45.422 INFO ok!
40592024-10-21T22:11:46.696Z[ recovery-image] Oct 21 22:11:45.422 INFO O| Oct 21 22:11:45.422 INFO STEP 62 (ensure_file) COMPLETE
40602024-10-21T22:11:46.696Z[ recovery-image] Oct 21 22:11:45.422 INFO O| Oct 21 22:11:45.422 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40612024-10-21T22:11:46.712Z[ recovery-image] Oct 21 22:11:45.440 INFO O| Oct 21 22:11:45.440 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40622024-10-21T22:11:46.712Z[ recovery-image] Oct 21 22:11:45.440 INFO O| Oct 21 22:11:45.440 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40632024-10-21T22:11:46.714Z[ recovery-image] Oct 21 22:11:45.440 INFO O| Oct 21 22:11:45.440 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40642024-10-21T22:11:46.714Z[ recovery-image] Oct 21 22:11:45.440 INFO O| Oct 21 22:11:45.440 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40652024-10-21T22:11:46.714Z[ recovery-image] Oct 21 22:11:45.440 INFO O| Oct 21 22:11:45.440 INFO ok!
40662024-10-21T22:11:46.714Z[ recovery-image] Oct 21 22:11:45.440 INFO O| Oct 21 22:11:45.440 INFO STEP 63 (ensure_file) COMPLETE
40672024-10-21T22:11:46.715Z[ recovery-image] Oct 21 22:11:45.441 INFO O| Oct 21 22:11:45.440 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40682024-10-21T22:11:46.748Z[ recovery-image] Oct 21 22:11:45.476 INFO O| Oct 21 22:11:45.476 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40692024-10-21T22:11:46.748Z[ recovery-image] Oct 21 22:11:45.476 INFO O| Oct 21 22:11:45.476 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40702024-10-21T22:11:46.750Z[ recovery-image] Oct 21 22:11:45.476 INFO O| Oct 21 22:11:45.476 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40712024-10-21T22:11:46.750Z[ recovery-image] Oct 21 22:11:45.476 INFO O| Oct 21 22:11:45.476 INFO ok!
40722024-10-21T22:11:46.750Z[ recovery-image] Oct 21 22:11:45.476 INFO O| Oct 21 22:11:45.476 INFO STEP 64 (assemble_files) COMPLETE
40732024-10-21T22:11:46.750Z[ recovery-image] Oct 21 22:11:45.476 INFO O| Oct 21 22:11:45.476 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40742024-10-21T22:11:46.805Z[ recovery-image] Oct 21 22:11:45.533 INFO O| Oct 21 22:11:45.533 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40752024-10-21T22:11:46.805Z[ recovery-image] Oct 21 22:11:45.533 INFO O| Oct 21 22:11:45.533 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40762024-10-21T22:11:46.807Z[ recovery-image] Oct 21 22:11:45.533 INFO O| Oct 21 22:11:45.533 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40772024-10-21T22:11:46.807Z[ recovery-image] Oct 21 22:11:45.533 INFO O| Oct 21 22:11:45.533 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40782024-10-21T22:11:46.807Z[ recovery-image] Oct 21 22:11:45.533 INFO O| Oct 21 22:11:45.533 INFO ok!
40792024-10-21T22:11:46.807Z[ recovery-image] Oct 21 22:11:45.533 INFO O| Oct 21 22:11:45.533 INFO STEP 65 (ensure_file) COMPLETE
40802024-10-21T22:11:46.807Z[ recovery-image] Oct 21 22:11:45.533 INFO O| Oct 21 22:11:45.533 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-10-21T22:11:46.807Z[ recovery-image] Oct 21 22:11:45.533 INFO O| Oct 21 22:11:45.533 INFO skip step because feature "omicron1" is not enabled
40822024-10-21T22:11:46.807Z[ recovery-image] Oct 21 22:11:45.533 INFO O| Oct 21 22:11:45.533 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-10-21T22:11:46.807Z[ recovery-image] Oct 21 22:11:45.533 INFO O| Oct 21 22:11:45.533 INFO skip step because feature "omicron1" is not enabled
40842024-10-21T22:11:46.807Z[ recovery-image] Oct 21 22:11:45.533 INFO O| Oct 21 22:11:45.533 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-10-21T22:11:46.807Z[ recovery-image] Oct 21 22:11:45.533 INFO O| Oct 21 22:11:45.533 INFO skip step because feature "omicron1" is not enabled
40862024-10-21T22:11:46.807Z[ recovery-image] Oct 21 22:11:45.533 INFO O| Oct 21 22:11:45.533 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-10-21T22:11:46.835Z[ host-image] Oct 21 22:11:45.563 INFO O| Oct 21 22:11:45.563 INFO O| Done
40882024-10-21T22:11:46.900Z[ recovery-image] Oct 21 22:11:45.629 INFO O| Oct 21 22:11:45.629 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40892024-10-21T22:11:46.903Z[ recovery-image] Oct 21 22:11:45.629 INFO O| Oct 21 22:11:45.629 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40902024-10-21T22:11:49.397Z[ host-image] Oct 21 22:11:48.125 INFO O| Oct 21 22:11:48.125 INFO O| Done
40912024-10-21T22:11:49.432Z[ host-image] Oct 21 22:11:48.160 INFO O| Oct 21 22:11:48.160 INFO O| Done
40922024-10-21T22:11:49.883Z[ recovery-image] Oct 21 22:11:48.611 INFO O| Oct 21 22:11:48.611 INFO STEP 69 (pack_tar) COMPLETE
40932024-10-21T22:11:49.883Z[ recovery-image] Oct 21 22:11:48.612 INFO O| Oct 21 22:11:48.611 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40942024-10-21T22:11:49.886Z[ recovery-image] Oct 21 22:11:48.612 INFO O| Oct 21 22:11:48.611 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40952024-10-21T22:11:50.069Z[ recovery-image] Oct 21 22:11:48.797 INFO O| Oct 21 22:11:48.797 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40962024-10-21T22:11:50.179Z[ recovery-image] Oct 21 22:11:48.907 INFO O| Oct 21 22:11:48.907 INFO completed processing gimlet/ramdisk-02-trim
40972024-10-21T22:11:50.182Z[ recovery-image] Oct 21 22:11:48.910 INFO image builder template: ramdisk-03-recovery-trim...
40982024-10-21T22:11:50.184Z[ recovery-image] Oct 21 22:11:48.910 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/.tmpZk5wJg/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
40992024-10-21T22:11:50.396Z[ recovery-image] Oct 21 22:11:49.123 INFO O| Oct 21 22:11:49.123 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41002024-10-21T22:11:50.403Z[ recovery-image] Oct 21 22:11:49.131 INFO O| Oct 21 22:11:49.131 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41012024-10-21T22:11:50.482Z[ recovery-image] Oct 21 22:11:49.210 INFO O| Oct 21 22:11:49.210 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41022024-10-21T22:11:50.551Z[ recovery-image] Oct 21 22:11:49.279 INFO O| Oct 21 22:11:49.279 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41032024-10-21T22:11:50.553Z[ recovery-image] Oct 21 22:11:49.279 INFO O| Oct 21 22:11:49.279 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41042024-10-21T22:11:50.566Z[ recovery-image] Oct 21 22:11:49.294 INFO O| Oct 21 22:11:49.294 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41052024-10-21T22:11:50.576Z[ recovery-image] Oct 21 22:11:49.304 INFO O| Oct 21 22:11:49.304 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41062024-10-21T22:11:50.621Z[ recovery-image] Oct 21 22:11:49.349 INFO O| Oct 21 22:11:49.349 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41072024-10-21T22:11:51.378Z[ recovery-image] Oct 21 22:11:50.106 INFO O| Oct 21 22:11:50.106 INFO rolled back to input snapshot; work may begin
41082024-10-21T22:11:51.378Z[ recovery-image] Oct 21 22:11:50.106 INFO O| Oct 21 22:11:50.106 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41092024-10-21T22:11:51.399Z[ recovery-image] Oct 21 22:11:50.127 INFO O| Oct 21 22:11:50.127 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-10-21T22:11:51.437Z[ recovery-image] Oct 21 22:11:50.165 INFO O| Oct 21 22:11:50.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41112024-10-21T22:11:51.443Z[ recovery-image] Oct 21 22:11:50.172 INFO O| Oct 21 22:11:50.172 INFO STEP 0 (remove_files) COMPLETE
41122024-10-21T22:11:51.443Z[ recovery-image] Oct 21 22:11:50.172 INFO O| Oct 21 22:11:50.172 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-10-21T22:11:51.461Z[ recovery-image] Oct 21 22:11:50.190 INFO O| Oct 21 22:11:50.189 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41142024-10-21T22:11:51.644Z[ recovery-image] Oct 21 22:11:50.372 INFO O| Oct 21 22:11:50.372 INFO STEP 1 (remove_files) COMPLETE
41152024-10-21T22:11:51.647Z[ recovery-image] Oct 21 22:11:50.372 INFO O| Oct 21 22:11:50.372 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-10-21T22:11:51.685Z[ recovery-image] Oct 21 22:11:50.413 INFO O| Oct 21 22:11:50.413 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41172024-10-21T22:11:51.737Z[ recovery-image] Oct 21 22:11:50.465 INFO O| Oct 21 22:11:50.464 INFO STEP 2 (remove_files) COMPLETE
41182024-10-21T22:11:51.737Z[ recovery-image] Oct 21 22:11:50.465 INFO O| Oct 21 22:11:50.465 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-10-21T22:11:51.757Z[ recovery-image] Oct 21 22:11:50.485 INFO O| Oct 21 22:11:50.485 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41202024-10-21T22:11:51.947Z[ recovery-image] Oct 21 22:11:50.674 INFO O| Oct 21 22:11:50.674 INFO STEP 3 (remove_files) COMPLETE
41212024-10-21T22:11:51.947Z[ recovery-image] Oct 21 22:11:50.675 INFO O| Oct 21 22:11:50.674 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-10-21T22:11:51.983Z[ recovery-image] Oct 21 22:11:50.711 INFO O| Oct 21 22:11:50.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41232024-10-21T22:11:52.210Z[ recovery-image] Oct 21 22:11:50.937 INFO O| Oct 21 22:11:50.937 INFO STEP 4 (remove_files) COMPLETE
41242024-10-21T22:11:52.210Z[ recovery-image] Oct 21 22:11:50.937 INFO O| Oct 21 22:11:50.937 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-10-21T22:11:52.230Z[ recovery-image] Oct 21 22:11:50.958 INFO O| Oct 21 22:11:50.958 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41262024-10-21T22:11:52.348Z[ recovery-image] Oct 21 22:11:51.075 INFO O| Oct 21 22:11:51.075 INFO STEP 5 (remove_files) COMPLETE
41272024-10-21T22:11:52.348Z[ recovery-image] Oct 21 22:11:51.075 INFO O| Oct 21 22:11:51.075 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-10-21T22:11:52.400Z[ recovery-image] Oct 21 22:11:51.127 INFO O| Oct 21 22:11:51.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41292024-10-21T22:11:52.402Z[ recovery-image] Oct 21 22:11:51.129 INFO O| Oct 21 22:11:51.129 INFO STEP 6 (remove_files) COMPLETE
41302024-10-21T22:11:52.402Z[ recovery-image] Oct 21 22:11:51.130 INFO O| Oct 21 22:11:51.129 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-10-21T22:11:52.433Z[ recovery-image] Oct 21 22:11:51.161 INFO O| Oct 21 22:11:51.161 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41322024-10-21T22:11:52.435Z[ recovery-image] Oct 21 22:11:51.164 INFO O| Oct 21 22:11:51.164 INFO STEP 7 (remove_files) COMPLETE
41332024-10-21T22:11:52.436Z[ recovery-image] Oct 21 22:11:51.164 INFO O| Oct 21 22:11:51.164 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-10-21T22:11:52.455Z[ recovery-image] Oct 21 22:11:51.183 INFO O| Oct 21 22:11:51.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41352024-10-21T22:11:52.460Z[ recovery-image] Oct 21 22:11:51.188 INFO O| Oct 21 22:11:51.188 INFO STEP 8 (remove_files) COMPLETE
41362024-10-21T22:11:52.460Z[ recovery-image] Oct 21 22:11:51.188 INFO O| Oct 21 22:11:51.188 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-10-21T22:11:52.503Z[ recovery-image] Oct 21 22:11:51.231 INFO O| Oct 21 22:11:51.231 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41382024-10-21T22:11:52.523Z[ recovery-image] Oct 21 22:11:51.251 INFO O| Oct 21 22:11:51.251 INFO STEP 9 (remove_files) COMPLETE
41392024-10-21T22:11:52.523Z[ recovery-image] Oct 21 22:11:51.251 INFO O| Oct 21 22:11:51.251 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-10-21T22:11:52.555Z[ recovery-image] Oct 21 22:11:51.283 INFO O| Oct 21 22:11:51.283 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41412024-10-21T22:11:52.581Z[ recovery-image] Oct 21 22:11:51.309 INFO O| Oct 21 22:11:51.309 INFO STEP 10 (remove_files) COMPLETE
41422024-10-21T22:11:52.581Z[ recovery-image] Oct 21 22:11:51.309 INFO O| Oct 21 22:11:51.309 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-10-21T22:11:52.615Z[ recovery-image] Oct 21 22:11:51.343 INFO O| Oct 21 22:11:51.343 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41442024-10-21T22:11:53.301Z[ recovery-image] Oct 21 22:11:52.028 INFO O| Oct 21 22:11:52.028 INFO STEP 11 (remove_files) COMPLETE
41452024-10-21T22:11:53.303Z[ recovery-image] Oct 21 22:11:52.029 INFO O| Oct 21 22:11:52.028 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-10-21T22:11:53.361Z[ recovery-image] Oct 21 22:11:52.089 INFO O| Oct 21 22:11:52.089 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41472024-10-21T22:11:53.405Z[ recovery-image] Oct 21 22:11:52.133 INFO O| Oct 21 22:11:52.133 INFO STEP 12 (remove_files) COMPLETE
41482024-10-21T22:11:53.405Z[ recovery-image] Oct 21 22:11:52.133 INFO O| Oct 21 22:11:52.133 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-10-21T22:11:53.444Z[ recovery-image] Oct 21 22:11:52.172 INFO O| Oct 21 22:11:52.172 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41502024-10-21T22:11:53.449Z[ recovery-image] Oct 21 22:11:52.177 INFO O| Oct 21 22:11:52.177 INFO STEP 13 (remove_files) COMPLETE
41512024-10-21T22:11:53.449Z[ recovery-image] Oct 21 22:11:52.177 INFO O| Oct 21 22:11:52.177 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-21T22:11:53.467Z[ recovery-image] Oct 21 22:11:52.195 INFO O| Oct 21 22:11:52.195 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41532024-10-21T22:11:53.469Z[ recovery-image] Oct 21 22:11:52.195 INFO O| Oct 21 22:11:52.195 INFO STEP 14 (remove_files) COMPLETE
41542024-10-21T22:11:53.469Z[ recovery-image] Oct 21 22:11:52.195 INFO O| Oct 21 22:11:52.195 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-21T22:11:53.501Z[ recovery-image] Oct 21 22:11:52.230 INFO O| Oct 21 22:11:52.229 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41562024-10-21T22:11:53.504Z[ recovery-image] Oct 21 22:11:52.230 INFO O| Oct 21 22:11:52.230 INFO STEP 15 (remove_files) COMPLETE
41572024-10-21T22:11:53.504Z[ recovery-image] Oct 21 22:11:52.231 INFO O| Oct 21 22:11:52.231 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-21T22:11:53.520Z[ recovery-image] Oct 21 22:11:52.248 INFO O| Oct 21 22:11:52.248 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41592024-10-21T22:11:53.571Z[ recovery-image] Oct 21 22:11:52.298 INFO O| Oct 21 22:11:52.298 INFO STEP 16 (remove_files) COMPLETE
41602024-10-21T22:11:53.571Z[ recovery-image] Oct 21 22:11:52.299 INFO O| Oct 21 22:11:52.298 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-21T22:11:53.607Z[ recovery-image] Oct 21 22:11:52.335 INFO O| Oct 21 22:11:52.335 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41622024-10-21T22:11:53.609Z[ recovery-image] Oct 21 22:11:52.335 INFO O| Oct 21 22:11:52.335 INFO STEP 17 (remove_files) COMPLETE
41632024-10-21T22:11:53.609Z[ recovery-image] Oct 21 22:11:52.335 INFO O| Oct 21 22:11:52.335 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-21T22:11:53.669Z[ recovery-image] Oct 21 22:11:52.397 INFO O| Oct 21 22:11:52.397 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41652024-10-21T22:11:53.694Z[ recovery-image] Oct 21 22:11:52.422 INFO O| Oct 21 22:11:52.422 INFO STEP 18 (remove_files) COMPLETE
41662024-10-21T22:11:53.694Z[ recovery-image] Oct 21 22:11:52.422 INFO O| Oct 21 22:11:52.422 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-21T22:11:53.747Z[ recovery-image] Oct 21 22:11:52.475 INFO O| Oct 21 22:11:52.475 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41682024-10-21T22:11:54.097Z[ recovery-image] Oct 21 22:11:52.825 INFO O| Oct 21 22:11:52.824 INFO STEP 19 (remove_files) COMPLETE
41692024-10-21T22:11:54.097Z[ recovery-image] Oct 21 22:11:52.825 INFO O| Oct 21 22:11:52.825 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-21T22:11:54.131Z[ recovery-image] Oct 21 22:11:52.859 INFO O| Oct 21 22:11:52.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41712024-10-21T22:11:54.178Z[ recovery-image] Oct 21 22:11:52.906 INFO O| Oct 21 22:11:52.906 INFO STEP 20 (remove_files) COMPLETE
41722024-10-21T22:11:54.178Z[ recovery-image] Oct 21 22:11:52.906 INFO O| Oct 21 22:11:52.906 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-21T22:11:54.199Z[ recovery-image] Oct 21 22:11:52.927 INFO O| Oct 21 22:11:52.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41742024-10-21T22:11:54.223Z[ recovery-image] Oct 21 22:11:52.951 INFO O| Oct 21 22:11:52.951 INFO STEP 21 (remove_files) COMPLETE
41752024-10-21T22:11:54.223Z[ recovery-image] Oct 21 22:11:52.951 INFO O| Oct 21 22:11:52.951 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-21T22:11:54.282Z[ recovery-image] Oct 21 22:11:53.010 INFO O| Oct 21 22:11:53.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41772024-10-21T22:11:54.284Z[ recovery-image] Oct 21 22:11:53.010 INFO O| Oct 21 22:11:53.010 INFO STEP 22 (remove_files) COMPLETE
41782024-10-21T22:11:54.284Z[ recovery-image] Oct 21 22:11:53.010 INFO O| Oct 21 22:11:53.010 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-21T22:11:54.350Z[ recovery-image] Oct 21 22:11:53.078 INFO O| Oct 21 22:11:53.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41802024-10-21T22:11:54.350Z[ recovery-image] Oct 21 22:11:53.078 INFO O| Oct 21 22:11:53.078 INFO STEP 23 (remove_files) COMPLETE
41812024-10-21T22:11:54.351Z[ recovery-image] Oct 21 22:11:53.078 INFO O| Oct 21 22:11:53.078 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-21T22:11:54.368Z[ recovery-image] Oct 21 22:11:53.095 INFO O| Oct 21 22:11:53.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41832024-10-21T22:11:54.371Z[ recovery-image] Oct 21 22:11:53.098 INFO O| Oct 21 22:11:53.098 INFO STEP 24 (remove_files) COMPLETE
41842024-10-21T22:11:54.371Z[ recovery-image] Oct 21 22:11:53.098 INFO O| Oct 21 22:11:53.098 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-21T22:11:54.403Z[ recovery-image] Oct 21 22:11:53.130 INFO O| Oct 21 22:11:53.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41862024-10-21T22:11:54.408Z[ recovery-image] Oct 21 22:11:53.130 INFO O| Oct 21 22:11:53.130 INFO STEP 25 (remove_files) COMPLETE
41872024-10-21T22:11:54.411Z[ recovery-image] Oct 21 22:11:53.130 INFO O| Oct 21 22:11:53.130 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-21T22:11:54.487Z[ recovery-image] Oct 21 22:11:53.215 INFO O| Oct 21 22:11:53.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41892024-10-21T22:11:54.487Z[ recovery-image] Oct 21 22:11:53.216 INFO O| Oct 21 22:11:53.215 INFO STEP 26 (remove_files) COMPLETE
41902024-10-21T22:11:54.487Z[ recovery-image] Oct 21 22:11:53.216 INFO O| Oct 21 22:11:53.216 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-21T22:11:54.541Z[ recovery-image] Oct 21 22:11:53.269 INFO O| Oct 21 22:11:53.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41922024-10-21T22:11:54.541Z[ recovery-image] Oct 21 22:11:53.269 INFO O| Oct 21 22:11:53.269 INFO STEP 27 (remove_files) COMPLETE
41932024-10-21T22:11:54.541Z[ recovery-image] Oct 21 22:11:53.269 INFO O| Oct 21 22:11:53.269 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-21T22:11:54.560Z[ recovery-image] Oct 21 22:11:53.288 INFO O| Oct 21 22:11:53.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41952024-10-21T22:11:54.567Z[ recovery-image] Oct 21 22:11:53.295 INFO O| Oct 21 22:11:53.295 INFO STEP 28 (remove_files) COMPLETE
41962024-10-21T22:11:54.567Z[ recovery-image] Oct 21 22:11:53.295 INFO O| Oct 21 22:11:53.295 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-21T22:11:54.630Z[ recovery-image] Oct 21 22:11:53.341 INFO O| Oct 21 22:11:53.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
41982024-10-21T22:11:54.630Z[ recovery-image] Oct 21 22:11:53.341 INFO O| Oct 21 22:11:53.341 INFO STEP 29 (remove_files) COMPLETE
41992024-10-21T22:11:54.632Z[ recovery-image] Oct 21 22:11:53.341 INFO O| Oct 21 22:11:53.341 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-21T22:11:54.632Z[ recovery-image] Oct 21 22:11:53.358 INFO O| Oct 21 22:11:53.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42012024-10-21T22:11:54.719Z[ recovery-image] Oct 21 22:11:53.447 INFO O| Oct 21 22:11:53.447 INFO STEP 30 (remove_files) COMPLETE
42022024-10-21T22:11:54.721Z[ recovery-image] Oct 21 22:11:53.447 INFO O| Oct 21 22:11:53.447 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-21T22:11:54.799Z[ recovery-image] Oct 21 22:11:53.509 INFO O| Oct 21 22:11:53.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42042024-10-21T22:11:54.799Z[ recovery-image] Oct 21 22:11:53.509 INFO O| Oct 21 22:11:53.509 INFO STEP 31 (remove_files) COMPLETE
42052024-10-21T22:11:54.799Z[ recovery-image] Oct 21 22:11:53.509 INFO O| Oct 21 22:11:53.509 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-21T22:11:54.799Z[ recovery-image] Oct 21 22:11:53.527 INFO O| Oct 21 22:11:53.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42072024-10-21T22:11:54.809Z[ recovery-image] Oct 21 22:11:53.537 INFO O| Oct 21 22:11:53.537 INFO STEP 32 (remove_files) COMPLETE
42082024-10-21T22:11:54.809Z[ recovery-image] Oct 21 22:11:53.537 INFO O| Oct 21 22:11:53.537 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-21T22:11:54.828Z[ recovery-image] Oct 21 22:11:53.556 INFO O| Oct 21 22:11:53.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42102024-10-21T22:11:54.831Z[ recovery-image] Oct 21 22:11:53.556 INFO O| Oct 21 22:11:53.556 INFO STEP 33 (remove_files) COMPLETE
42112024-10-21T22:11:54.831Z[ recovery-image] Oct 21 22:11:53.556 INFO O| Oct 21 22:11:53.556 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-10-21T22:11:54.846Z[ recovery-image] Oct 21 22:11:53.574 INFO O| Oct 21 22:11:53.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42132024-10-21T22:11:54.915Z[ recovery-image] Oct 21 22:11:53.643 INFO O| Oct 21 22:11:53.643 INFO STEP 34 (remove_files) COMPLETE
42142024-10-21T22:11:54.918Z[ recovery-image] Oct 21 22:11:53.643 INFO O| Oct 21 22:11:53.643 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-10-21T22:11:54.933Z[ recovery-image] Oct 21 22:11:53.661 INFO O| Oct 21 22:11:53.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42162024-10-21T22:11:54.935Z[ recovery-image] Oct 21 22:11:53.661 INFO O| Oct 21 22:11:53.661 INFO STEP 35 (remove_files) COMPLETE
42172024-10-21T22:11:54.935Z[ recovery-image] Oct 21 22:11:53.662 INFO O| Oct 21 22:11:53.661 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-10-21T22:11:54.948Z[ recovery-image] Oct 21 22:11:53.676 INFO O| Oct 21 22:11:53.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42192024-10-21T22:11:54.951Z[ recovery-image] Oct 21 22:11:53.676 INFO O| Oct 21 22:11:53.676 INFO STEP 36 (remove_files) COMPLETE
42202024-10-21T22:11:54.951Z[ recovery-image] Oct 21 22:11:53.676 INFO O| Oct 21 22:11:53.676 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-10-21T22:11:54.981Z[ recovery-image] Oct 21 22:11:53.709 INFO O| Oct 21 22:11:53.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42222024-10-21T22:11:55.006Z[ recovery-image] Oct 21 22:11:53.734 INFO O| Oct 21 22:11:53.734 INFO STEP 37 (remove_files) COMPLETE
42232024-10-21T22:11:55.006Z[ recovery-image] Oct 21 22:11:53.734 INFO O| Oct 21 22:11:53.734 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-10-21T22:11:55.024Z[ recovery-image] Oct 21 22:11:53.751 INFO O| Oct 21 22:11:53.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42252024-10-21T22:11:55.026Z[ recovery-image] Oct 21 22:11:53.752 INFO O| Oct 21 22:11:53.751 INFO STEP 38 (remove_files) COMPLETE
42262024-10-21T22:11:55.026Z[ recovery-image] Oct 21 22:11:53.752 INFO O| Oct 21 22:11:53.752 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-10-21T22:11:55.064Z[ recovery-image] Oct 21 22:11:53.791 INFO O| Oct 21 22:11:53.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42282024-10-21T22:11:55.064Z[ recovery-image] Oct 21 22:11:53.791 INFO O| Oct 21 22:11:53.791 INFO STEP 39 (remove_files) COMPLETE
42292024-10-21T22:11:55.067Z[ recovery-image] Oct 21 22:11:53.792 INFO O| Oct 21 22:11:53.791 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-10-21T22:11:55.109Z[ recovery-image] Oct 21 22:11:53.811 INFO O| Oct 21 22:11:53.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42312024-10-21T22:11:55.109Z[ recovery-image] Oct 21 22:11:53.812 INFO O| Oct 21 22:11:53.812 INFO STEP 40 (remove_files) COMPLETE
42322024-10-21T22:11:55.109Z[ recovery-image] Oct 21 22:11:53.812 INFO O| Oct 21 22:11:53.812 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-10-21T22:11:55.118Z[ recovery-image] Oct 21 22:11:53.846 INFO O| Oct 21 22:11:53.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42342024-10-21T22:11:55.118Z[ recovery-image] Oct 21 22:11:53.846 INFO O| Oct 21 22:11:53.846 INFO STEP 41 (remove_files) COMPLETE
42352024-10-21T22:11:55.121Z[ recovery-image] Oct 21 22:11:53.846 INFO O| Oct 21 22:11:53.846 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-10-21T22:11:55.138Z[ recovery-image] Oct 21 22:11:53.866 INFO O| Oct 21 22:11:53.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42372024-10-21T22:11:55.141Z[ recovery-image] Oct 21 22:11:53.866 INFO O| Oct 21 22:11:53.866 INFO STEP 42 (remove_files) COMPLETE
42382024-10-21T22:11:55.141Z[ recovery-image] Oct 21 22:11:53.866 INFO O| Oct 21 22:11:53.866 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-10-21T22:11:55.163Z[ recovery-image] Oct 21 22:11:53.885 INFO O| Oct 21 22:11:53.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42402024-10-21T22:11:55.206Z[ recovery-image] Oct 21 22:11:53.885 INFO O| Oct 21 22:11:53.885 INFO STEP 43 (remove_files) COMPLETE
42412024-10-21T22:11:55.206Z[ recovery-image] Oct 21 22:11:53.885 INFO O| Oct 21 22:11:53.885 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-10-21T22:11:55.206Z[ recovery-image] Oct 21 22:11:53.905 INFO O| Oct 21 22:11:53.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42432024-10-21T22:11:55.240Z[ recovery-image] Oct 21 22:11:53.944 INFO O| Oct 21 22:11:53.944 INFO STEP 44 (remove_files) COMPLETE
42442024-10-21T22:11:55.240Z[ recovery-image] Oct 21 22:11:53.944 INFO O| Oct 21 22:11:53.944 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-10-21T22:11:55.240Z[ recovery-image] Oct 21 22:11:53.964 INFO O| Oct 21 22:11:53.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42462024-10-21T22:11:55.240Z[ recovery-image] Oct 21 22:11:53.964 INFO O| Oct 21 22:11:53.964 INFO STEP 45 (remove_files) COMPLETE
42472024-10-21T22:11:55.240Z[ recovery-image] Oct 21 22:11:53.965 INFO O| Oct 21 22:11:53.964 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-10-21T22:11:55.291Z[ recovery-image] Oct 21 22:11:54.019 INFO O| Oct 21 22:11:54.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42492024-10-21T22:11:55.294Z[ recovery-image] Oct 21 22:11:54.019 INFO O| Oct 21 22:11:54.019 INFO STEP 46 (remove_files) COMPLETE
42502024-10-21T22:11:55.294Z[ recovery-image] Oct 21 22:11:54.019 INFO O| Oct 21 22:11:54.019 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-10-21T22:11:55.310Z[ recovery-image] Oct 21 22:11:54.038 INFO O| Oct 21 22:11:54.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42522024-10-21T22:11:55.403Z[ recovery-image] Oct 21 22:11:54.039 INFO O| Oct 21 22:11:54.038 INFO STEP 47 (remove_files) COMPLETE
42532024-10-21T22:11:55.403Z[ recovery-image] Oct 21 22:11:54.039 INFO O| Oct 21 22:11:54.039 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-10-21T22:11:55.406Z[ recovery-image] Oct 21 22:11:54.131 INFO O| Oct 21 22:11:54.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42552024-10-21T22:11:55.406Z[ recovery-image] Oct 21 22:11:54.131 INFO O| Oct 21 22:11:54.131 INFO STEP 48 (remove_files) COMPLETE
42562024-10-21T22:11:55.406Z[ recovery-image] Oct 21 22:11:54.132 INFO O| Oct 21 22:11:54.131 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-10-21T22:11:55.440Z[ recovery-image] Oct 21 22:11:54.168 INFO O| Oct 21 22:11:54.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42582024-10-21T22:11:55.440Z[ recovery-image] Oct 21 22:11:54.168 INFO O| Oct 21 22:11:54.168 INFO STEP 49 (remove_files) COMPLETE
42592024-10-21T22:11:55.444Z[ recovery-image] Oct 21 22:11:54.168 INFO O| Oct 21 22:11:54.168 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-10-21T22:11:55.472Z[ recovery-image] Oct 21 22:11:54.200 INFO O| Oct 21 22:11:54.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42612024-10-21T22:11:55.475Z[ recovery-image] Oct 21 22:11:54.201 INFO O| Oct 21 22:11:54.201 INFO STEP 50 (remove_files) COMPLETE
42622024-10-21T22:11:55.475Z[ recovery-image] Oct 21 22:11:54.201 INFO O| Oct 21 22:11:54.201 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-10-21T22:11:55.494Z[ recovery-image] Oct 21 22:11:54.222 INFO O| Oct 21 22:11:54.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42642024-10-21T22:11:55.494Z[ recovery-image] Oct 21 22:11:54.222 INFO O| Oct 21 22:11:54.222 INFO STEP 51 (remove_files) COMPLETE
42652024-10-21T22:11:55.497Z[ recovery-image] Oct 21 22:11:54.222 INFO O| Oct 21 22:11:54.222 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-10-21T22:11:55.533Z[ recovery-image] Oct 21 22:11:54.261 INFO O| Oct 21 22:11:54.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42672024-10-21T22:11:55.533Z[ recovery-image] Oct 21 22:11:54.261 INFO O| Oct 21 22:11:54.261 INFO STEP 52 (remove_files) COMPLETE
42682024-10-21T22:11:55.536Z[ recovery-image] Oct 21 22:11:54.261 INFO O| Oct 21 22:11:54.261 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-10-21T22:11:55.551Z[ recovery-image] Oct 21 22:11:54.279 INFO O| Oct 21 22:11:54.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42702024-10-21T22:11:55.551Z[ recovery-image] Oct 21 22:11:54.279 INFO O| Oct 21 22:11:54.279 INFO STEP 53 (remove_files) COMPLETE
42712024-10-21T22:11:55.554Z[ recovery-image] Oct 21 22:11:54.279 INFO O| Oct 21 22:11:54.279 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-10-21T22:11:55.570Z[ recovery-image] Oct 21 22:11:54.298 INFO O| Oct 21 22:11:54.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42732024-10-21T22:11:55.570Z[ recovery-image] Oct 21 22:11:54.298 INFO O| Oct 21 22:11:54.298 INFO STEP 54 (remove_files) COMPLETE
42742024-10-21T22:11:55.572Z[ recovery-image] Oct 21 22:11:54.298 INFO O| Oct 21 22:11:54.298 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-10-21T22:11:55.588Z[ recovery-image] Oct 21 22:11:54.316 INFO O| Oct 21 22:11:54.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42762024-10-21T22:11:55.608Z[ recovery-image] Oct 21 22:11:54.336 INFO O| Oct 21 22:11:54.336 INFO STEP 55 (remove_files) COMPLETE
42772024-10-21T22:11:55.608Z[ recovery-image] Oct 21 22:11:54.336 INFO O| Oct 21 22:11:54.336 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-10-21T22:11:55.678Z[ recovery-image] Oct 21 22:11:54.406 INFO O| Oct 21 22:11:54.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42792024-10-21T22:11:55.679Z[ recovery-image] Oct 21 22:11:54.406 INFO O| Oct 21 22:11:54.406 INFO STEP 56 (remove_files) COMPLETE
42802024-10-21T22:11:55.679Z[ recovery-image] Oct 21 22:11:54.406 INFO O| Oct 21 22:11:54.406 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-10-21T22:11:55.697Z[ recovery-image] Oct 21 22:11:54.425 INFO O| Oct 21 22:11:54.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42822024-10-21T22:11:55.721Z[ recovery-image] Oct 21 22:11:54.448 INFO O| Oct 21 22:11:54.448 INFO STEP 57 (remove_files) COMPLETE
42832024-10-21T22:11:55.721Z[ recovery-image] Oct 21 22:11:54.448 INFO O| Oct 21 22:11:54.448 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-10-21T22:11:55.766Z[ recovery-image] Oct 21 22:11:54.494 INFO O| Oct 21 22:11:54.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42852024-10-21T22:11:55.769Z[ recovery-image] Oct 21 22:11:54.494 INFO O| Oct 21 22:11:54.494 INFO STEP 58 (remove_files) COMPLETE
42862024-10-21T22:11:55.769Z[ recovery-image] Oct 21 22:11:54.494 INFO O| Oct 21 22:11:54.494 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-10-21T22:11:55.800Z[ recovery-image] Oct 21 22:11:54.528 INFO O| Oct 21 22:11:54.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42882024-10-21T22:11:55.800Z[ recovery-image] Oct 21 22:11:54.528 INFO O| Oct 21 22:11:54.528 INFO STEP 59 (remove_files) COMPLETE
42892024-10-21T22:11:55.800Z[ recovery-image] Oct 21 22:11:54.528 INFO O| Oct 21 22:11:54.528 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-10-21T22:11:55.819Z[ recovery-image] Oct 21 22:11:54.547 INFO O| Oct 21 22:11:54.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42912024-10-21T22:11:55.820Z[ recovery-image] Oct 21 22:11:54.547 INFO O| Oct 21 22:11:54.547 INFO STEP 60 (remove_files) COMPLETE
42922024-10-21T22:11:55.820Z[ recovery-image] Oct 21 22:11:54.547 INFO O| Oct 21 22:11:54.547 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-10-21T22:11:55.862Z[ recovery-image] Oct 21 22:11:54.590 INFO O| Oct 21 22:11:54.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42942024-10-21T22:11:55.865Z[ recovery-image] Oct 21 22:11:54.590 INFO O| Oct 21 22:11:54.590 INFO STEP 61 (remove_files) COMPLETE
42952024-10-21T22:11:55.865Z[ recovery-image] Oct 21 22:11:54.590 INFO O| Oct 21 22:11:54.590 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-10-21T22:11:55.898Z[ recovery-image] Oct 21 22:11:54.626 INFO O| Oct 21 22:11:54.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
42972024-10-21T22:11:55.898Z[ recovery-image] Oct 21 22:11:54.626 INFO O| Oct 21 22:11:54.626 INFO STEP 62 (remove_files) COMPLETE
42982024-10-21T22:11:55.898Z[ recovery-image] Oct 21 22:11:54.626 INFO O| Oct 21 22:11:54.626 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-10-21T22:11:55.917Z[ recovery-image] Oct 21 22:11:54.644 INFO O| Oct 21 22:11:54.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43002024-10-21T22:11:55.917Z[ recovery-image] Oct 21 22:11:54.644 INFO O| Oct 21 22:11:54.644 INFO STEP 63 (remove_files) COMPLETE
43012024-10-21T22:11:55.917Z[ recovery-image] Oct 21 22:11:54.644 INFO O| Oct 21 22:11:54.644 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-10-21T22:11:55.951Z[ recovery-image] Oct 21 22:11:54.677 INFO O| Oct 21 22:11:54.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43032024-10-21T22:11:55.951Z[ recovery-image] Oct 21 22:11:54.678 INFO O| Oct 21 22:11:54.678 INFO STEP 64 (remove_files) COMPLETE
43042024-10-21T22:11:55.954Z[ recovery-image] Oct 21 22:11:54.678 INFO O| Oct 21 22:11:54.678 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-21T22:11:56.035Z[ recovery-image] Oct 21 22:11:54.762 INFO O| Oct 21 22:11:54.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43062024-10-21T22:11:56.035Z[ recovery-image] Oct 21 22:11:54.763 INFO O| Oct 21 22:11:54.762 INFO STEP 65 (remove_files) COMPLETE
43072024-10-21T22:11:56.038Z[ recovery-image] Oct 21 22:11:54.763 INFO O| Oct 21 22:11:54.763 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-10-21T22:11:56.056Z[ recovery-image] Oct 21 22:11:54.784 INFO O| Oct 21 22:11:54.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43092024-10-21T22:11:56.077Z[ recovery-image] Oct 21 22:11:54.805 INFO O| Oct 21 22:11:54.805 INFO STEP 66 (remove_files) COMPLETE
43102024-10-21T22:11:56.077Z[ recovery-image] Oct 21 22:11:54.805 INFO O| Oct 21 22:11:54.805 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-10-21T22:11:56.098Z[ recovery-image] Oct 21 22:11:54.826 INFO O| Oct 21 22:11:54.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43122024-10-21T22:11:56.101Z[ recovery-image] Oct 21 22:11:54.826 INFO O| Oct 21 22:11:54.826 INFO STEP 67 (remove_files) COMPLETE
43132024-10-21T22:11:56.101Z[ recovery-image] Oct 21 22:11:54.826 INFO O| Oct 21 22:11:54.826 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-10-21T22:11:56.131Z[ recovery-image] Oct 21 22:11:54.858 INFO O| Oct 21 22:11:54.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43152024-10-21T22:11:56.131Z[ recovery-image] Oct 21 22:11:54.858 INFO O| Oct 21 22:11:54.858 INFO STEP 68 (remove_files) COMPLETE
43162024-10-21T22:11:56.131Z[ recovery-image] Oct 21 22:11:54.858 INFO O| Oct 21 22:11:54.858 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-10-21T22:11:56.150Z[ recovery-image] Oct 21 22:11:54.878 INFO O| Oct 21 22:11:54.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43182024-10-21T22:11:56.150Z[ recovery-image] Oct 21 22:11:54.878 INFO O| Oct 21 22:11:54.878 INFO STEP 69 (remove_files) COMPLETE
43192024-10-21T22:11:56.153Z[ recovery-image] Oct 21 22:11:54.878 INFO O| Oct 21 22:11:54.878 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-10-21T22:11:56.169Z[ recovery-image] Oct 21 22:11:54.897 INFO O| Oct 21 22:11:54.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43212024-10-21T22:11:56.169Z[ recovery-image] Oct 21 22:11:54.897 INFO O| Oct 21 22:11:54.897 INFO STEP 70 (remove_files) COMPLETE
43222024-10-21T22:11:56.172Z[ recovery-image] Oct 21 22:11:54.897 INFO O| Oct 21 22:11:54.897 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-10-21T22:11:56.206Z[ recovery-image] Oct 21 22:11:54.934 INFO O| Oct 21 22:11:54.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43242024-10-21T22:11:56.206Z[ recovery-image] Oct 21 22:11:54.934 INFO O| Oct 21 22:11:54.934 INFO STEP 71 (remove_files) COMPLETE
43252024-10-21T22:11:56.209Z[ recovery-image] Oct 21 22:11:54.934 INFO O| Oct 21 22:11:54.934 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-10-21T22:11:56.225Z[ recovery-image] Oct 21 22:11:54.953 INFO O| Oct 21 22:11:54.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43272024-10-21T22:11:56.225Z[ recovery-image] Oct 21 22:11:54.953 INFO O| Oct 21 22:11:54.953 INFO STEP 72 (remove_files) COMPLETE
43282024-10-21T22:11:56.225Z[ recovery-image] Oct 21 22:11:54.953 INFO O| Oct 21 22:11:54.953 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-10-21T22:11:56.260Z[ recovery-image] Oct 21 22:11:54.987 INFO O| Oct 21 22:11:54.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43302024-10-21T22:11:56.260Z[ recovery-image] Oct 21 22:11:54.988 INFO O| Oct 21 22:11:54.987 INFO STEP 73 (remove_files) COMPLETE
43312024-10-21T22:11:56.260Z[ recovery-image] Oct 21 22:11:54.988 INFO O| Oct 21 22:11:54.988 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-10-21T22:11:56.300Z[ recovery-image] Oct 21 22:11:55.028 INFO O| Oct 21 22:11:55.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43332024-10-21T22:11:56.300Z[ recovery-image] Oct 21 22:11:55.028 INFO O| Oct 21 22:11:55.028 INFO STEP 74 (remove_files) COMPLETE
43342024-10-21T22:11:56.307Z[ recovery-image] Oct 21 22:11:55.028 INFO O| Oct 21 22:11:55.028 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-10-21T22:11:56.318Z[ recovery-image] Oct 21 22:11:55.046 INFO O| Oct 21 22:11:55.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43362024-10-21T22:11:56.318Z[ recovery-image] Oct 21 22:11:55.046 INFO O| Oct 21 22:11:55.046 INFO STEP 75 (remove_files) COMPLETE
43372024-10-21T22:11:56.321Z[ recovery-image] Oct 21 22:11:55.046 INFO O| Oct 21 22:11:55.046 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-10-21T22:11:56.354Z[ recovery-image] Oct 21 22:11:55.081 INFO O| Oct 21 22:11:55.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43392024-10-21T22:11:56.354Z[ recovery-image] Oct 21 22:11:55.081 INFO O| Oct 21 22:11:55.081 INFO STEP 76 (remove_files) COMPLETE
43402024-10-21T22:11:56.356Z[ recovery-image] Oct 21 22:11:55.081 INFO O| Oct 21 22:11:55.081 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-10-21T22:11:56.373Z[ recovery-image] Oct 21 22:11:55.101 INFO O| Oct 21 22:11:55.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43422024-10-21T22:11:56.373Z[ recovery-image] Oct 21 22:11:55.101 INFO O| Oct 21 22:11:55.101 INFO STEP 77 (remove_files) COMPLETE
43432024-10-21T22:11:56.376Z[ recovery-image] Oct 21 22:11:55.101 INFO O| Oct 21 22:11:55.101 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-10-21T22:11:56.406Z[ recovery-image] Oct 21 22:11:55.119 INFO O| Oct 21 22:11:55.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43452024-10-21T22:11:56.406Z[ recovery-image] Oct 21 22:11:55.120 INFO O| Oct 21 22:11:55.120 INFO STEP 78 (remove_files) COMPLETE
43462024-10-21T22:11:56.406Z[ recovery-image] Oct 21 22:11:55.120 INFO O| Oct 21 22:11:55.120 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-10-21T22:11:56.410Z[ recovery-image] Oct 21 22:11:55.138 INFO O| Oct 21 22:11:55.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43482024-10-21T22:11:56.410Z[ recovery-image] Oct 21 22:11:55.138 INFO O| Oct 21 22:11:55.138 INFO STEP 79 (remove_files) COMPLETE
43492024-10-21T22:11:56.410Z[ recovery-image] Oct 21 22:11:55.138 INFO O| Oct 21 22:11:55.138 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-10-21T22:11:56.432Z[ recovery-image] Oct 21 22:11:55.160 INFO O| Oct 21 22:11:55.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43512024-10-21T22:11:56.432Z[ recovery-image] Oct 21 22:11:55.160 INFO O| Oct 21 22:11:55.160 INFO STEP 80 (remove_files) COMPLETE
43522024-10-21T22:11:56.432Z[ recovery-image] Oct 21 22:11:55.160 INFO O| Oct 21 22:11:55.160 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-10-21T22:11:56.451Z[ recovery-image] Oct 21 22:11:55.179 INFO O| Oct 21 22:11:55.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43542024-10-21T22:11:56.451Z[ recovery-image] Oct 21 22:11:55.179 INFO O| Oct 21 22:11:55.179 INFO STEP 81 (remove_files) COMPLETE
43552024-10-21T22:11:56.454Z[ recovery-image] Oct 21 22:11:55.179 INFO O| Oct 21 22:11:55.179 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-10-21T22:11:56.501Z[ recovery-image] Oct 21 22:11:55.228 INFO O| Oct 21 22:11:55.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43572024-10-21T22:11:56.503Z[ recovery-image] Oct 21 22:11:55.229 INFO O| Oct 21 22:11:55.228 INFO STEP 82 (remove_files) COMPLETE
43582024-10-21T22:11:56.503Z[ recovery-image] Oct 21 22:11:55.229 INFO O| Oct 21 22:11:55.229 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-10-21T22:11:56.519Z[ recovery-image] Oct 21 22:11:55.247 INFO O| Oct 21 22:11:55.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43602024-10-21T22:11:56.522Z[ recovery-image] Oct 21 22:11:55.247 INFO O| Oct 21 22:11:55.247 INFO STEP 83 (remove_files) COMPLETE
43612024-10-21T22:11:56.522Z[ recovery-image] Oct 21 22:11:55.247 INFO O| Oct 21 22:11:55.247 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-10-21T22:11:56.541Z[ recovery-image] Oct 21 22:11:55.269 INFO O| Oct 21 22:11:55.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43632024-10-21T22:11:56.541Z[ recovery-image] Oct 21 22:11:55.269 INFO O| Oct 21 22:11:55.269 INFO STEP 84 (remove_files) COMPLETE
43642024-10-21T22:11:56.544Z[ recovery-image] Oct 21 22:11:55.269 INFO O| Oct 21 22:11:55.269 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-10-21T22:11:56.560Z[ recovery-image] Oct 21 22:11:55.288 INFO O| Oct 21 22:11:55.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43662024-10-21T22:11:56.560Z[ recovery-image] Oct 21 22:11:55.288 INFO O| Oct 21 22:11:55.288 INFO STEP 85 (remove_files) COMPLETE
43672024-10-21T22:11:56.563Z[ recovery-image] Oct 21 22:11:55.288 INFO O| Oct 21 22:11:55.288 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-10-21T22:11:56.589Z[ recovery-image] Oct 21 22:11:55.316 INFO O| Oct 21 22:11:55.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43692024-10-21T22:11:56.589Z[ recovery-image] Oct 21 22:11:55.316 INFO O| Oct 21 22:11:55.316 INFO STEP 86 (remove_files) COMPLETE
43702024-10-21T22:11:56.589Z[ recovery-image] Oct 21 22:11:55.317 INFO O| Oct 21 22:11:55.316 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-10-21T22:11:56.622Z[ recovery-image] Oct 21 22:11:55.350 INFO O| Oct 21 22:11:55.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43722024-10-21T22:11:56.622Z[ recovery-image] Oct 21 22:11:55.350 INFO O| Oct 21 22:11:55.350 INFO STEP 87 (remove_files) COMPLETE
43732024-10-21T22:11:56.622Z[ recovery-image] Oct 21 22:11:55.350 INFO O| Oct 21 22:11:55.350 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-10-21T22:11:56.669Z[ recovery-image] Oct 21 22:11:55.397 INFO O| Oct 21 22:11:55.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43752024-10-21T22:11:56.693Z[ recovery-image] Oct 21 22:11:55.420 INFO O| Oct 21 22:11:55.420 INFO STEP 88 (remove_files) COMPLETE
43762024-10-21T22:11:56.693Z[ recovery-image] Oct 21 22:11:55.420 INFO O| Oct 21 22:11:55.420 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-10-21T22:11:56.743Z[ recovery-image] Oct 21 22:11:55.470 INFO O| Oct 21 22:11:55.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43782024-10-21T22:11:56.743Z[ recovery-image] Oct 21 22:11:55.471 INFO O| Oct 21 22:11:55.470 INFO STEP 89 (remove_files) COMPLETE
43792024-10-21T22:11:56.745Z[ recovery-image] Oct 21 22:11:55.471 INFO O| Oct 21 22:11:55.470 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-10-21T22:11:56.778Z[ recovery-image] Oct 21 22:11:55.506 INFO O| Oct 21 22:11:55.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43812024-10-21T22:11:56.778Z[ recovery-image] Oct 21 22:11:55.506 INFO O| Oct 21 22:11:55.506 INFO STEP 90 (remove_files) COMPLETE
43822024-10-21T22:11:56.778Z[ recovery-image] Oct 21 22:11:55.506 INFO O| Oct 21 22:11:55.506 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-10-21T22:11:56.820Z[ recovery-image] Oct 21 22:11:55.548 INFO O| Oct 21 22:11:55.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43842024-10-21T22:11:56.820Z[ recovery-image] Oct 21 22:11:55.548 INFO O| Oct 21 22:11:55.548 INFO STEP 91 (remove_files) COMPLETE
43852024-10-21T22:11:56.820Z[ recovery-image] Oct 21 22:11:55.548 INFO O| Oct 21 22:11:55.548 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-10-21T22:11:56.841Z[ recovery-image] Oct 21 22:11:55.569 INFO O| Oct 21 22:11:55.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43872024-10-21T22:11:56.841Z[ recovery-image] Oct 21 22:11:55.569 INFO O| Oct 21 22:11:55.569 INFO STEP 92 (remove_files) COMPLETE
43882024-10-21T22:11:56.844Z[ recovery-image] Oct 21 22:11:55.569 INFO O| Oct 21 22:11:55.569 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-10-21T22:11:56.897Z[ recovery-image] Oct 21 22:11:55.625 INFO O| Oct 21 22:11:55.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43902024-10-21T22:11:56.899Z[ recovery-image] Oct 21 22:11:55.625 INFO O| Oct 21 22:11:55.625 INFO STEP 93 (remove_files) COMPLETE
43912024-10-21T22:11:56.899Z[ recovery-image] Oct 21 22:11:55.625 INFO O| Oct 21 22:11:55.625 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-10-21T22:11:56.899Z[ host-image] Oct 21 22:11:55.626 INFO O| Oct 21 22:11:55.626 INFO O| Done
43932024-10-21T22:11:56.939Z[ recovery-image] Oct 21 22:11:55.667 INFO O| Oct 21 22:11:55.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43942024-10-21T22:11:56.941Z[ recovery-image] Oct 21 22:11:55.667 INFO O| Oct 21 22:11:55.667 INFO STEP 94 (remove_files) COMPLETE
43952024-10-21T22:11:56.942Z[ recovery-image] Oct 21 22:11:55.667 INFO O| Oct 21 22:11:55.667 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-10-21T22:11:56.958Z[ recovery-image] Oct 21 22:11:55.686 INFO O| Oct 21 22:11:55.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
43972024-10-21T22:11:56.960Z[ recovery-image] Oct 21 22:11:55.686 INFO O| Oct 21 22:11:55.686 INFO STEP 95 (remove_files) COMPLETE
43982024-10-21T22:11:56.960Z[ recovery-image] Oct 21 22:11:55.686 INFO O| Oct 21 22:11:55.686 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-10-21T22:11:56.993Z[ recovery-image] Oct 21 22:11:55.721 INFO O| Oct 21 22:11:55.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44002024-10-21T22:11:56.993Z[ recovery-image] Oct 21 22:11:55.721 INFO O| Oct 21 22:11:55.721 INFO STEP 96 (remove_files) COMPLETE
44012024-10-21T22:11:56.996Z[ recovery-image] Oct 21 22:11:55.721 INFO O| Oct 21 22:11:55.721 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-10-21T22:11:57.066Z[ recovery-image] Oct 21 22:11:55.793 INFO O| Oct 21 22:11:55.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44032024-10-21T22:11:57.066Z[ recovery-image] Oct 21 22:11:55.793 INFO O| Oct 21 22:11:55.793 INFO STEP 97 (remove_files) COMPLETE
44042024-10-21T22:11:57.068Z[ recovery-image] Oct 21 22:11:55.793 INFO O| Oct 21 22:11:55.793 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-10-21T22:11:57.081Z[ recovery-image] Oct 21 22:11:55.809 INFO O| Oct 21 22:11:55.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44062024-10-21T22:11:57.081Z[ recovery-image] Oct 21 22:11:55.809 INFO O| Oct 21 22:11:55.809 INFO STEP 98 (remove_files) COMPLETE
44072024-10-21T22:11:57.084Z[ recovery-image] Oct 21 22:11:55.809 INFO O| Oct 21 22:11:55.809 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-10-21T22:11:57.097Z[ recovery-image] Oct 21 22:11:55.825 INFO O| Oct 21 22:11:55.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44092024-10-21T22:11:57.097Z[ recovery-image] Oct 21 22:11:55.825 INFO O| Oct 21 22:11:55.825 INFO STEP 99 (remove_files) COMPLETE
44102024-10-21T22:11:57.100Z[ recovery-image] Oct 21 22:11:55.825 INFO O| Oct 21 22:11:55.825 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-10-21T22:11:57.173Z[ recovery-image] Oct 21 22:11:55.900 INFO O| Oct 21 22:11:55.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44122024-10-21T22:11:57.173Z[ recovery-image] Oct 21 22:11:55.900 INFO O| Oct 21 22:11:55.900 INFO STEP 100 (remove_files) COMPLETE
44132024-10-21T22:11:57.173Z[ recovery-image] Oct 21 22:11:55.900 INFO O| Oct 21 22:11:55.900 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-10-21T22:11:57.266Z[ recovery-image] Oct 21 22:11:55.994 INFO O| Oct 21 22:11:55.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44152024-10-21T22:11:57.266Z[ recovery-image] Oct 21 22:11:55.994 INFO O| Oct 21 22:11:55.994 INFO STEP 101 (remove_files) COMPLETE
44162024-10-21T22:11:57.266Z[ recovery-image] Oct 21 22:11:55.994 INFO O| Oct 21 22:11:55.994 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-10-21T22:11:57.317Z[ recovery-image] Oct 21 22:11:56.045 INFO O| Oct 21 22:11:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44182024-10-21T22:11:57.355Z[ recovery-image] Oct 21 22:11:56.083 INFO O| Oct 21 22:11:56.083 INFO STEP 102 (remove_files) COMPLETE
44192024-10-21T22:11:57.355Z[ recovery-image] Oct 21 22:11:56.083 INFO O| Oct 21 22:11:56.083 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-10-21T22:11:57.416Z[ recovery-image] Oct 21 22:11:56.142 INFO O| Oct 21 22:11:56.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44212024-10-21T22:11:57.416Z[ recovery-image] Oct 21 22:11:56.142 INFO O| Oct 21 22:11:56.142 INFO STEP 103 (remove_files) COMPLETE
44222024-10-21T22:11:57.416Z[ recovery-image] Oct 21 22:11:56.142 INFO O| Oct 21 22:11:56.142 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-10-21T22:11:57.456Z[ recovery-image] Oct 21 22:11:56.184 INFO O| Oct 21 22:11:56.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44242024-10-21T22:11:57.456Z[ recovery-image] Oct 21 22:11:56.184 INFO O| Oct 21 22:11:56.184 INFO STEP 104 (remove_files) COMPLETE
44252024-10-21T22:11:57.459Z[ recovery-image] Oct 21 22:11:56.184 INFO O| Oct 21 22:11:56.184 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-10-21T22:11:57.504Z[ recovery-image] Oct 21 22:11:56.232 INFO O| Oct 21 22:11:56.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44272024-10-21T22:11:57.507Z[ recovery-image] Oct 21 22:11:56.232 INFO O| Oct 21 22:11:56.232 INFO STEP 105 (remove_files) COMPLETE
44282024-10-21T22:11:57.507Z[ recovery-image] Oct 21 22:11:56.232 INFO O| Oct 21 22:11:56.232 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-10-21T22:11:57.535Z[ recovery-image] Oct 21 22:11:56.263 INFO O| Oct 21 22:11:56.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44302024-10-21T22:11:57.535Z[ recovery-image] Oct 21 22:11:56.263 INFO O| Oct 21 22:11:56.263 INFO STEP 106 (remove_files) COMPLETE
44312024-10-21T22:11:57.535Z[ recovery-image] Oct 21 22:11:56.263 INFO O| Oct 21 22:11:56.263 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-10-21T22:11:57.557Z[ recovery-image] Oct 21 22:11:56.285 INFO O| Oct 21 22:11:56.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44332024-10-21T22:11:57.557Z[ recovery-image] Oct 21 22:11:56.285 INFO O| Oct 21 22:11:56.285 INFO STEP 107 (remove_files) COMPLETE
44342024-10-21T22:11:57.559Z[ recovery-image] Oct 21 22:11:56.285 INFO O| Oct 21 22:11:56.285 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-10-21T22:11:57.578Z[ recovery-image] Oct 21 22:11:56.306 INFO O| Oct 21 22:11:56.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44362024-10-21T22:11:57.578Z[ recovery-image] Oct 21 22:11:56.306 INFO O| Oct 21 22:11:56.306 INFO STEP 108 (remove_files) COMPLETE
44372024-10-21T22:11:57.580Z[ recovery-image] Oct 21 22:11:56.306 INFO O| Oct 21 22:11:56.306 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-10-21T22:11:57.602Z[ recovery-image] Oct 21 22:11:56.330 INFO O| Oct 21 22:11:56.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44392024-10-21T22:11:57.602Z[ recovery-image] Oct 21 22:11:56.330 INFO O| Oct 21 22:11:56.330 INFO STEP 109 (remove_files) COMPLETE
44402024-10-21T22:11:57.602Z[ recovery-image] Oct 21 22:11:56.330 INFO O| Oct 21 22:11:56.330 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-10-21T22:11:57.623Z[ recovery-image] Oct 21 22:11:56.351 INFO O| Oct 21 22:11:56.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44422024-10-21T22:11:57.627Z[ recovery-image] Oct 21 22:11:56.351 INFO O| Oct 21 22:11:56.351 INFO STEP 110 (remove_files) COMPLETE
44432024-10-21T22:11:57.627Z[ recovery-image] Oct 21 22:11:56.351 INFO O| Oct 21 22:11:56.351 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-10-21T22:11:57.671Z[ recovery-image] Oct 21 22:11:56.399 INFO O| Oct 21 22:11:56.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44452024-10-21T22:11:57.671Z[ recovery-image] Oct 21 22:11:56.399 INFO O| Oct 21 22:11:56.399 INFO STEP 111 (remove_files) COMPLETE
44462024-10-21T22:11:57.674Z[ recovery-image] Oct 21 22:11:56.399 INFO O| Oct 21 22:11:56.399 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-10-21T22:11:57.692Z[ recovery-image] Oct 21 22:11:56.419 INFO O| Oct 21 22:11:56.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44482024-10-21T22:11:57.692Z[ recovery-image] Oct 21 22:11:56.419 INFO O| Oct 21 22:11:56.419 INFO STEP 112 (remove_files) COMPLETE
44492024-10-21T22:11:57.692Z[ recovery-image] Oct 21 22:11:56.419 INFO O| Oct 21 22:11:56.419 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-10-21T22:11:57.711Z[ recovery-image] Oct 21 22:11:56.439 INFO O| Oct 21 22:11:56.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44512024-10-21T22:11:57.711Z[ recovery-image] Oct 21 22:11:56.439 INFO O| Oct 21 22:11:56.439 INFO STEP 113 (remove_files) COMPLETE
44522024-10-21T22:11:57.711Z[ recovery-image] Oct 21 22:11:56.439 INFO O| Oct 21 22:11:56.439 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-10-21T22:11:57.732Z[ recovery-image] Oct 21 22:11:56.459 INFO O| Oct 21 22:11:56.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44542024-10-21T22:11:57.732Z[ recovery-image] Oct 21 22:11:56.459 INFO O| Oct 21 22:11:56.459 INFO STEP 114 (remove_files) COMPLETE
44552024-10-21T22:11:57.735Z[ recovery-image] Oct 21 22:11:56.460 INFO O| Oct 21 22:11:56.459 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-10-21T22:11:57.751Z[ recovery-image] Oct 21 22:11:56.479 INFO O| Oct 21 22:11:56.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44572024-10-21T22:11:57.751Z[ recovery-image] Oct 21 22:11:56.479 INFO O| Oct 21 22:11:56.479 INFO STEP 115 (remove_files) COMPLETE
44582024-10-21T22:11:57.753Z[ recovery-image] Oct 21 22:11:56.479 INFO O| Oct 21 22:11:56.479 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-10-21T22:11:57.770Z[ recovery-image] Oct 21 22:11:56.498 INFO O| Oct 21 22:11:56.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44602024-10-21T22:11:57.773Z[ recovery-image] Oct 21 22:11:56.498 INFO O| Oct 21 22:11:56.498 INFO STEP 116 (remove_files) COMPLETE
44612024-10-21T22:11:57.773Z[ recovery-image] Oct 21 22:11:56.498 INFO O| Oct 21 22:11:56.498 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-10-21T22:11:57.790Z[ recovery-image] Oct 21 22:11:56.518 INFO O| Oct 21 22:11:56.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44632024-10-21T22:11:57.790Z[ recovery-image] Oct 21 22:11:56.518 INFO O| Oct 21 22:11:56.518 INFO STEP 117 (remove_files) COMPLETE
44642024-10-21T22:11:57.793Z[ recovery-image] Oct 21 22:11:56.518 INFO O| Oct 21 22:11:56.518 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-10-21T22:11:57.808Z[ recovery-image] Oct 21 22:11:56.536 INFO O| Oct 21 22:11:56.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44662024-10-21T22:11:57.808Z[ recovery-image] Oct 21 22:11:56.536 INFO O| Oct 21 22:11:56.536 INFO STEP 118 (remove_files) COMPLETE
44672024-10-21T22:11:57.811Z[ recovery-image] Oct 21 22:11:56.536 INFO O| Oct 21 22:11:56.536 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-10-21T22:11:57.825Z[ recovery-image] Oct 21 22:11:56.552 INFO O| Oct 21 22:11:56.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44692024-10-21T22:11:57.825Z[ recovery-image] Oct 21 22:11:56.553 INFO O| Oct 21 22:11:56.553 INFO STEP 119 (remove_files) COMPLETE
44702024-10-21T22:11:57.827Z[ recovery-image] Oct 21 22:11:56.553 INFO O| Oct 21 22:11:56.553 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-10-21T22:11:57.842Z[ recovery-image] Oct 21 22:11:56.570 INFO O| Oct 21 22:11:56.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44722024-10-21T22:11:57.842Z[ recovery-image] Oct 21 22:11:56.570 INFO O| Oct 21 22:11:56.570 INFO STEP 120 (remove_files) COMPLETE
44732024-10-21T22:11:57.844Z[ recovery-image] Oct 21 22:11:56.570 INFO O| Oct 21 22:11:56.570 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-10-21T22:11:57.860Z[ recovery-image] Oct 21 22:11:56.588 INFO O| Oct 21 22:11:56.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44752024-10-21T22:11:57.860Z[ recovery-image] Oct 21 22:11:56.588 INFO O| Oct 21 22:11:56.588 INFO STEP 121 (remove_files) COMPLETE
44762024-10-21T22:11:57.860Z[ recovery-image] Oct 21 22:11:56.588 INFO O| Oct 21 22:11:56.588 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-10-21T22:11:57.877Z[ recovery-image] Oct 21 22:11:56.605 INFO O| Oct 21 22:11:56.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44782024-10-21T22:11:57.901Z[ recovery-image] Oct 21 22:11:56.629 INFO O| Oct 21 22:11:56.629 INFO STEP 122 (remove_files) COMPLETE
44792024-10-21T22:11:57.901Z[ recovery-image] Oct 21 22:11:56.629 INFO O| Oct 21 22:11:56.629 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-10-21T22:11:57.938Z[ host-image] Oct 21 22:11:56.665 INFO O| Oct 21 22:11:56.665 INFO O| Done
44812024-10-21T22:11:57.944Z[ recovery-image] Oct 21 22:11:56.672 INFO O| Oct 21 22:11:56.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44822024-10-21T22:11:57.946Z[ recovery-image] Oct 21 22:11:56.672 INFO O| Oct 21 22:11:56.672 INFO STEP 123 (remove_files) COMPLETE
44832024-10-21T22:11:57.946Z[ recovery-image] Oct 21 22:11:56.672 INFO O| Oct 21 22:11:56.672 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-10-21T22:11:57.967Z[ recovery-image] Oct 21 22:11:56.694 INFO O| Oct 21 22:11:56.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44852024-10-21T22:11:57.967Z[ recovery-image] Oct 21 22:11:56.694 INFO O| Oct 21 22:11:56.694 INFO STEP 124 (remove_files) COMPLETE
44862024-10-21T22:11:57.967Z[ recovery-image] Oct 21 22:11:56.694 INFO O| Oct 21 22:11:56.694 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-10-21T22:11:58.025Z[ recovery-image] Oct 21 22:11:56.752 INFO O| Oct 21 22:11:56.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44882024-10-21T22:11:58.025Z[ recovery-image] Oct 21 22:11:56.752 INFO O| Oct 21 22:11:56.752 INFO STEP 125 (remove_files) COMPLETE
44892024-10-21T22:11:58.025Z[ recovery-image] Oct 21 22:11:56.752 INFO O| Oct 21 22:11:56.752 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-10-21T22:11:58.134Z[ recovery-image] Oct 21 22:11:56.804 INFO O| Oct 21 22:11:56.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44912024-10-21T22:11:58.135Z[ recovery-image] Oct 21 22:11:56.805 INFO O| Oct 21 22:11:56.805 INFO STEP 126 (remove_files) COMPLETE
44922024-10-21T22:11:58.135Z[ recovery-image] Oct 21 22:11:56.805 INFO O| Oct 21 22:11:56.805 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-10-21T22:11:58.135Z[ recovery-image] Oct 21 22:11:56.823 INFO O| Oct 21 22:11:56.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44942024-10-21T22:11:58.135Z[ recovery-image] Oct 21 22:11:56.823 INFO O| Oct 21 22:11:56.823 INFO STEP 127 (remove_files) COMPLETE
44952024-10-21T22:11:58.135Z[ recovery-image] Oct 21 22:11:56.823 INFO O| Oct 21 22:11:56.823 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-10-21T22:11:58.135Z[ recovery-image] Oct 21 22:11:56.843 INFO O| Oct 21 22:11:56.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44972024-10-21T22:11:58.135Z[ recovery-image] Oct 21 22:11:56.843 INFO O| Oct 21 22:11:56.843 INFO STEP 128 (remove_files) COMPLETE
44982024-10-21T22:11:58.135Z[ recovery-image] Oct 21 22:11:56.843 INFO O| Oct 21 22:11:56.843 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-10-21T22:11:58.135Z[ recovery-image] Oct 21 22:11:56.861 INFO O| Oct 21 22:11:56.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45002024-10-21T22:11:58.135Z[ recovery-image] Oct 21 22:11:56.861 INFO O| Oct 21 22:11:56.861 INFO STEP 129 (remove_files) COMPLETE
45012024-10-21T22:11:58.135Z[ recovery-image] Oct 21 22:11:56.861 INFO O| Oct 21 22:11:56.861 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-10-21T22:11:58.377Z[ host-image] Oct 21 22:11:57.104 INFO O| Oct 21 22:11:57.104 INFO STEP 11 (pkg_install) COMPLETE
45032024-10-21T22:11:58.377Z[ host-image] Oct 21 22:11:57.105 INFO O| Oct 21 22:11:57.104 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
45042024-10-21T22:11:58.394Z[ host-image] Oct 21 22:11:57.121 INFO O| Oct 21 22:11:57.121 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
45052024-10-21T22:11:58.404Z[ recovery-image] Oct 21 22:11:57.131 INFO O| Oct 21 22:11:57.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45062024-10-21T22:11:58.404Z[ recovery-image] Oct 21 22:11:57.131 INFO O| Oct 21 22:11:57.131 INFO STEP 130 (remove_files) COMPLETE
45072024-10-21T22:11:58.406Z[ recovery-image] Oct 21 22:11:57.131 INFO O| Oct 21 22:11:57.131 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-10-21T22:11:58.442Z[ recovery-image] Oct 21 22:11:57.169 INFO O| Oct 21 22:11:57.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45092024-10-21T22:11:58.442Z[ recovery-image] Oct 21 22:11:57.169 INFO O| Oct 21 22:11:57.169 INFO STEP 131 (remove_files) COMPLETE
45102024-10-21T22:11:58.448Z[ recovery-image] Oct 21 22:11:57.169 INFO O| Oct 21 22:11:57.169 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-10-21T22:11:58.474Z[ recovery-image] Oct 21 22:11:57.202 INFO O| Oct 21 22:11:57.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45122024-10-21T22:11:58.474Z[ recovery-image] Oct 21 22:11:57.202 INFO O| Oct 21 22:11:57.202 INFO STEP 132 (remove_files) COMPLETE
45132024-10-21T22:11:58.477Z[ recovery-image] Oct 21 22:11:57.202 INFO O| Oct 21 22:11:57.202 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-10-21T22:11:58.512Z[ recovery-image] Oct 21 22:11:57.239 INFO O| Oct 21 22:11:57.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45152024-10-21T22:11:58.514Z[ recovery-image] Oct 21 22:11:57.240 INFO O| Oct 21 22:11:57.239 INFO STEP 133 (remove_files) COMPLETE
45162024-10-21T22:11:58.514Z[ recovery-image] Oct 21 22:11:57.240 INFO O| Oct 21 22:11:57.240 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-10-21T22:11:58.536Z[ recovery-image] Oct 21 22:11:57.264 INFO O| Oct 21 22:11:57.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45182024-10-21T22:11:58.537Z[ recovery-image] Oct 21 22:11:57.264 INFO O| Oct 21 22:11:57.264 INFO STEP 134 (remove_files) COMPLETE
45192024-10-21T22:11:58.539Z[ recovery-image] Oct 21 22:11:57.264 INFO O| Oct 21 22:11:57.264 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-10-21T22:11:58.555Z[ recovery-image] Oct 21 22:11:57.283 INFO O| Oct 21 22:11:57.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45212024-10-21T22:11:58.555Z[ recovery-image] Oct 21 22:11:57.283 INFO O| Oct 21 22:11:57.283 INFO STEP 135 (remove_files) COMPLETE
45222024-10-21T22:11:58.557Z[ recovery-image] Oct 21 22:11:57.283 INFO O| Oct 21 22:11:57.283 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-10-21T22:11:58.586Z[ recovery-image] Oct 21 22:11:57.313 INFO O| Oct 21 22:11:57.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45242024-10-21T22:11:58.586Z[ recovery-image] Oct 21 22:11:57.313 INFO O| Oct 21 22:11:57.313 INFO STEP 136 (remove_files) COMPLETE
45252024-10-21T22:11:58.588Z[ recovery-image] Oct 21 22:11:57.314 INFO O| Oct 21 22:11:57.313 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-10-21T22:11:58.643Z[ recovery-image] Oct 21 22:11:57.371 INFO O| Oct 21 22:11:57.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45272024-10-21T22:11:58.643Z[ recovery-image] Oct 21 22:11:57.371 INFO O| Oct 21 22:11:57.371 INFO STEP 137 (remove_files) COMPLETE
45282024-10-21T22:11:58.643Z[ recovery-image] Oct 21 22:11:57.371 INFO O| Oct 21 22:11:57.371 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-10-21T22:11:58.687Z[ recovery-image] Oct 21 22:11:57.414 INFO O| Oct 21 22:11:57.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45302024-10-21T22:11:58.687Z[ recovery-image] Oct 21 22:11:57.415 INFO O| Oct 21 22:11:57.415 INFO STEP 138 (remove_files) COMPLETE
45312024-10-21T22:11:58.690Z[ recovery-image] Oct 21 22:11:57.415 INFO O| Oct 21 22:11:57.415 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-10-21T22:11:58.722Z[ recovery-image] Oct 21 22:11:57.449 INFO O| Oct 21 22:11:57.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45332024-10-21T22:11:58.722Z[ recovery-image] Oct 21 22:11:57.449 INFO O| Oct 21 22:11:57.449 INFO STEP 139 (remove_files) COMPLETE
45342024-10-21T22:11:58.722Z[ recovery-image] Oct 21 22:11:57.449 INFO O| Oct 21 22:11:57.449 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-10-21T22:11:58.756Z[ recovery-image] Oct 21 22:11:57.482 INFO O| Oct 21 22:11:57.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45362024-10-21T22:11:58.756Z[ recovery-image] Oct 21 22:11:57.482 INFO O| Oct 21 22:11:57.482 INFO STEP 140 (remove_files) COMPLETE
45372024-10-21T22:11:58.758Z[ recovery-image] Oct 21 22:11:57.482 INFO O| Oct 21 22:11:57.482 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-10-21T22:11:58.785Z[ recovery-image] Oct 21 22:11:57.512 INFO O| Oct 21 22:11:57.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45392024-10-21T22:11:58.788Z[ recovery-image] Oct 21 22:11:57.512 INFO O| Oct 21 22:11:57.512 INFO STEP 141 (remove_files) COMPLETE
45402024-10-21T22:11:58.788Z[ recovery-image] Oct 21 22:11:57.512 INFO O| Oct 21 22:11:57.512 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-10-21T22:11:58.842Z[ recovery-image] Oct 21 22:11:57.570 INFO O| Oct 21 22:11:57.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45422024-10-21T22:11:58.843Z[ recovery-image] Oct 21 22:11:57.570 INFO O| Oct 21 22:11:57.570 INFO STEP 142 (remove_files) COMPLETE
45432024-10-21T22:11:58.843Z[ recovery-image] Oct 21 22:11:57.570 INFO O| Oct 21 22:11:57.570 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-10-21T22:11:58.882Z[ recovery-image] Oct 21 22:11:57.609 INFO O| Oct 21 22:11:57.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45452024-10-21T22:11:58.882Z[ recovery-image] Oct 21 22:11:57.609 INFO O| Oct 21 22:11:57.609 INFO STEP 143 (remove_files) COMPLETE
45462024-10-21T22:11:58.887Z[ recovery-image] Oct 21 22:11:57.609 INFO O| Oct 21 22:11:57.609 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-10-21T22:11:58.900Z[ recovery-image] Oct 21 22:11:57.628 INFO O| Oct 21 22:11:57.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45482024-10-21T22:11:58.900Z[ recovery-image] Oct 21 22:11:57.628 INFO O| Oct 21 22:11:57.628 INFO STEP 144 (remove_files) COMPLETE
45492024-10-21T22:11:58.901Z[ recovery-image] Oct 21 22:11:57.628 INFO O| Oct 21 22:11:57.628 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-10-21T22:11:58.920Z[ recovery-image] Oct 21 22:11:57.646 INFO O| Oct 21 22:11:57.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45512024-10-21T22:11:58.920Z[ recovery-image] Oct 21 22:11:57.646 INFO O| Oct 21 22:11:57.646 INFO STEP 145 (remove_files) COMPLETE
45522024-10-21T22:11:58.921Z[ recovery-image] Oct 21 22:11:57.646 INFO O| Oct 21 22:11:57.646 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-10-21T22:11:58.943Z[ recovery-image] Oct 21 22:11:57.664 INFO O| Oct 21 22:11:57.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45542024-10-21T22:11:58.943Z[ recovery-image] Oct 21 22:11:57.664 INFO O| Oct 21 22:11:57.664 INFO STEP 146 (remove_files) COMPLETE
45552024-10-21T22:11:58.943Z[ recovery-image] Oct 21 22:11:57.664 INFO O| Oct 21 22:11:57.664 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-10-21T22:11:58.971Z[ recovery-image] Oct 21 22:11:57.698 INFO O| Oct 21 22:11:57.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45572024-10-21T22:11:58.995Z[ recovery-image] Oct 21 22:11:57.723 INFO O| Oct 21 22:11:57.723 INFO STEP 147 (remove_files) COMPLETE
45582024-10-21T22:11:58.995Z[ recovery-image] Oct 21 22:11:57.723 INFO O| Oct 21 22:11:57.723 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-10-21T22:11:59.080Z[ recovery-image] Oct 21 22:11:57.807 INFO O| Oct 21 22:11:57.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45602024-10-21T22:11:59.106Z[ recovery-image] Oct 21 22:11:57.833 INFO O| Oct 21 22:11:57.833 INFO STEP 148 (remove_files) COMPLETE
45612024-10-21T22:11:59.106Z[ recovery-image] Oct 21 22:11:57.833 INFO O| Oct 21 22:11:57.833 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-10-21T22:11:59.185Z[ recovery-image] Oct 21 22:11:57.913 INFO O| Oct 21 22:11:57.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45632024-10-21T22:11:59.188Z[ recovery-image] Oct 21 22:11:57.913 INFO O| Oct 21 22:11:57.913 INFO STEP 149 (remove_files) COMPLETE
45642024-10-21T22:11:59.188Z[ recovery-image] Oct 21 22:11:57.913 INFO O| Oct 21 22:11:57.913 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-10-21T22:11:59.204Z[ recovery-image] Oct 21 22:11:57.931 INFO O| Oct 21 22:11:57.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45662024-10-21T22:11:59.212Z[ recovery-image] Oct 21 22:11:57.940 INFO O| Oct 21 22:11:57.940 INFO STEP 150 (remove_files) COMPLETE
45672024-10-21T22:11:59.212Z[ recovery-image] Oct 21 22:11:57.940 INFO O| Oct 21 22:11:57.940 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-10-21T22:11:59.272Z[ recovery-image] Oct 21 22:11:58.000 INFO O| Oct 21 22:11:57.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45692024-10-21T22:11:59.291Z[ recovery-image] Oct 21 22:11:58.018 INFO O| Oct 21 22:11:58.018 INFO STEP 151 (remove_files) COMPLETE
45702024-10-21T22:11:59.291Z[ recovery-image] Oct 21 22:11:58.018 INFO O| Oct 21 22:11:58.018 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-10-21T22:11:59.324Z[ recovery-image] Oct 21 22:11:58.051 INFO O| Oct 21 22:11:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45722024-10-21T22:11:59.324Z[ recovery-image] Oct 21 22:11:58.051 INFO O| Oct 21 22:11:58.051 INFO STEP 152 (remove_files) COMPLETE
45732024-10-21T22:11:59.324Z[ recovery-image] Oct 21 22:11:58.051 INFO O| Oct 21 22:11:58.051 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-10-21T22:11:59.358Z[ recovery-image] Oct 21 22:11:58.085 INFO O| Oct 21 22:11:58.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45752024-10-21T22:11:59.358Z[ recovery-image] Oct 21 22:11:58.085 INFO O| Oct 21 22:11:58.085 INFO STEP 153 (remove_files) COMPLETE
45762024-10-21T22:11:59.358Z[ recovery-image] Oct 21 22:11:58.085 INFO O| Oct 21 22:11:58.085 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-10-21T22:11:59.377Z[ recovery-image] Oct 21 22:11:58.104 INFO O| Oct 21 22:11:58.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45782024-10-21T22:11:59.378Z[ recovery-image] Oct 21 22:11:58.104 INFO O| Oct 21 22:11:58.104 INFO STEP 154 (remove_files) COMPLETE
45792024-10-21T22:11:59.378Z[ recovery-image] Oct 21 22:11:58.104 INFO O| Oct 21 22:11:58.104 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-10-21T22:11:59.396Z[ recovery-image] Oct 21 22:11:58.123 INFO O| Oct 21 22:11:58.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45812024-10-21T22:11:59.396Z[ recovery-image] Oct 21 22:11:58.123 INFO O| Oct 21 22:11:58.123 INFO STEP 155 (remove_files) COMPLETE
45822024-10-21T22:11:59.396Z[ recovery-image] Oct 21 22:11:58.123 INFO O| Oct 21 22:11:58.123 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-10-21T22:11:59.420Z[ recovery-image] Oct 21 22:11:58.148 INFO O| Oct 21 22:11:58.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45842024-10-21T22:11:59.420Z[ recovery-image] Oct 21 22:11:58.148 INFO O| Oct 21 22:11:58.148 INFO STEP 156 (remove_files) COMPLETE
45852024-10-21T22:11:59.421Z[ recovery-image] Oct 21 22:11:58.148 INFO O| Oct 21 22:11:58.148 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-10-21T22:11:59.438Z[ recovery-image] Oct 21 22:11:58.165 INFO O| Oct 21 22:11:58.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45872024-10-21T22:11:59.438Z[ recovery-image] Oct 21 22:11:58.165 INFO O| Oct 21 22:11:58.165 INFO STEP 157 (remove_files) COMPLETE
45882024-10-21T22:11:59.438Z[ recovery-image] Oct 21 22:11:58.165 INFO O| Oct 21 22:11:58.165 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-21T22:11:59.462Z[ recovery-image] Oct 21 22:11:58.188 INFO O| Oct 21 22:11:58.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45902024-10-21T22:11:59.462Z[ recovery-image] Oct 21 22:11:58.188 INFO O| Oct 21 22:11:58.188 INFO STEP 158 (remove_files) COMPLETE
45912024-10-21T22:11:59.462Z[ recovery-image] Oct 21 22:11:58.188 INFO O| Oct 21 22:11:58.188 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-21T22:11:59.532Z[ recovery-image] Oct 21 22:11:58.259 INFO O| Oct 21 22:11:58.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45932024-10-21T22:11:59.532Z[ recovery-image] Oct 21 22:11:58.259 INFO O| Oct 21 22:11:58.259 INFO STEP 159 (remove_files) COMPLETE
45942024-10-21T22:11:59.534Z[ recovery-image] Oct 21 22:11:58.259 INFO O| Oct 21 22:11:58.259 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-10-21T22:11:59.570Z[ recovery-image] Oct 21 22:11:58.297 INFO O| Oct 21 22:11:58.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45962024-10-21T22:11:59.570Z[ recovery-image] Oct 21 22:11:58.297 INFO O| Oct 21 22:11:58.297 INFO STEP 160 (remove_files) COMPLETE
45972024-10-21T22:11:59.570Z[ recovery-image] Oct 21 22:11:58.297 INFO O| Oct 21 22:11:58.297 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-10-21T22:11:59.589Z[ recovery-image] Oct 21 22:11:58.316 INFO O| Oct 21 22:11:58.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45992024-10-21T22:11:59.589Z[ recovery-image] Oct 21 22:11:58.316 INFO O| Oct 21 22:11:58.316 INFO STEP 161 (remove_files) COMPLETE
46002024-10-21T22:11:59.589Z[ recovery-image] Oct 21 22:11:58.316 INFO O| Oct 21 22:11:58.316 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-10-21T22:11:59.621Z[ recovery-image] Oct 21 22:11:58.347 INFO O| Oct 21 22:11:58.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46022024-10-21T22:11:59.621Z[ recovery-image] Oct 21 22:11:58.347 INFO O| Oct 21 22:11:58.347 INFO STEP 162 (remove_files) COMPLETE
46032024-10-21T22:11:59.626Z[ recovery-image] Oct 21 22:11:58.347 INFO O| Oct 21 22:11:58.347 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-10-21T22:11:59.640Z[ recovery-image] Oct 21 22:11:58.365 INFO O| Oct 21 22:11:58.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46052024-10-21T22:11:59.640Z[ recovery-image] Oct 21 22:11:58.365 INFO O| Oct 21 22:11:58.364 INFO STEP 163 (remove_files) COMPLETE
46062024-10-21T22:11:59.640Z[ recovery-image] Oct 21 22:11:58.365 INFO O| Oct 21 22:11:58.364 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-10-21T22:11:59.660Z[ host-image] Oct 21 22:11:58.388 INFO O| Oct 21 22:11:58.388 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46082024-10-21T22:11:59.669Z[ recovery-image] Oct 21 22:11:58.397 INFO O| Oct 21 22:11:58.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46092024-10-21T22:11:59.669Z[ recovery-image] Oct 21 22:11:58.397 INFO O| Oct 21 22:11:58.397 INFO STEP 164 (remove_files) COMPLETE
46102024-10-21T22:11:59.669Z[ recovery-image] Oct 21 22:11:58.397 INFO O| Oct 21 22:11:58.397 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-10-21T22:11:59.707Z[ recovery-image] Oct 21 22:11:58.434 INFO O| Oct 21 22:11:58.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46122024-10-21T22:11:59.707Z[ recovery-image] Oct 21 22:11:58.434 INFO O| Oct 21 22:11:58.434 INFO STEP 165 (remove_files) COMPLETE
46132024-10-21T22:11:59.710Z[ recovery-image] Oct 21 22:11:58.434 INFO O| Oct 21 22:11:58.434 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-10-21T22:11:59.741Z[ recovery-image] Oct 21 22:11:58.468 INFO O| Oct 21 22:11:58.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46152024-10-21T22:11:59.741Z[ recovery-image] Oct 21 22:11:58.468 INFO O| Oct 21 22:11:58.468 INFO STEP 166 (remove_files) COMPLETE
46162024-10-21T22:11:59.741Z[ recovery-image] Oct 21 22:11:58.469 INFO O| Oct 21 22:11:58.468 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-10-21T22:11:59.758Z[ recovery-image] Oct 21 22:11:58.486 INFO O| Oct 21 22:11:58.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46182024-10-21T22:11:59.758Z[ recovery-image] Oct 21 22:11:58.486 INFO O| Oct 21 22:11:58.486 INFO STEP 167 (remove_files) COMPLETE
46192024-10-21T22:11:59.758Z[ recovery-image] Oct 21 22:11:58.486 INFO O| Oct 21 22:11:58.486 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-10-21T22:11:59.793Z[ recovery-image] Oct 21 22:11:58.520 INFO O| Oct 21 22:11:58.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46212024-10-21T22:11:59.793Z[ recovery-image] Oct 21 22:11:58.520 INFO O| Oct 21 22:11:58.520 INFO STEP 168 (remove_files) COMPLETE
46222024-10-21T22:11:59.793Z[ recovery-image] Oct 21 22:11:58.520 INFO O| Oct 21 22:11:58.520 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-10-21T22:11:59.813Z[ recovery-image] Oct 21 22:11:58.540 INFO O| Oct 21 22:11:58.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46242024-10-21T22:11:59.813Z[ recovery-image] Oct 21 22:11:58.541 INFO O| Oct 21 22:11:58.541 INFO STEP 169 (remove_files) COMPLETE
46252024-10-21T22:11:59.816Z[ recovery-image] Oct 21 22:11:58.541 INFO O| Oct 21 22:11:58.541 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-10-21T22:11:59.844Z[ recovery-image] Oct 21 22:11:58.571 INFO O| Oct 21 22:11:58.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46272024-10-21T22:11:59.844Z[ recovery-image] Oct 21 22:11:58.571 INFO O| Oct 21 22:11:58.571 INFO STEP 170 (remove_files) COMPLETE
46282024-10-21T22:11:59.844Z[ recovery-image] Oct 21 22:11:58.571 INFO O| Oct 21 22:11:58.571 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-10-21T22:11:59.862Z[ recovery-image] Oct 21 22:11:58.589 INFO O| Oct 21 22:11:58.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46302024-10-21T22:11:59.862Z[ recovery-image] Oct 21 22:11:58.589 INFO O| Oct 21 22:11:58.589 INFO STEP 171 (remove_files) COMPLETE
46312024-10-21T22:11:59.862Z[ recovery-image] Oct 21 22:11:58.589 INFO O| Oct 21 22:11:58.589 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-10-21T22:11:59.924Z[ recovery-image] Oct 21 22:11:58.650 INFO O| Oct 21 22:11:58.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46332024-10-21T22:11:59.930Z[ recovery-image] Oct 21 22:11:58.650 INFO O| Oct 21 22:11:58.650 INFO STEP 172 (remove_files) COMPLETE
46342024-10-21T22:11:59.930Z[ recovery-image] Oct 21 22:11:58.651 INFO O| Oct 21 22:11:58.651 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-10-21T22:11:59.950Z[ recovery-image] Oct 21 22:11:58.678 INFO O| Oct 21 22:11:58.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46362024-10-21T22:11:59.953Z[ recovery-image] Oct 21 22:11:58.678 INFO O| Oct 21 22:11:58.678 INFO STEP 173 (remove_files) COMPLETE
46372024-10-21T22:11:59.953Z[ recovery-image] Oct 21 22:11:58.678 INFO O| Oct 21 22:11:58.678 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-10-21T22:11:59.973Z[ recovery-image] Oct 21 22:11:58.700 INFO O| Oct 21 22:11:58.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46392024-10-21T22:11:59.973Z[ recovery-image] Oct 21 22:11:58.700 INFO O| Oct 21 22:11:58.700 INFO STEP 174 (remove_files) COMPLETE
46402024-10-21T22:11:59.975Z[ recovery-image] Oct 21 22:11:58.700 INFO O| Oct 21 22:11:58.700 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-10-21T22:12:00.010Z[ recovery-image] Oct 21 22:11:58.738 INFO O| Oct 21 22:11:58.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46422024-10-21T22:12:00.010Z[ recovery-image] Oct 21 22:11:58.738 INFO O| Oct 21 22:11:58.738 INFO STEP 175 (remove_files) COMPLETE
46432024-10-21T22:12:00.010Z[ recovery-image] Oct 21 22:11:58.738 INFO O| Oct 21 22:11:58.738 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-10-21T22:12:00.029Z[ recovery-image] Oct 21 22:11:58.757 INFO O| Oct 21 22:11:58.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46452024-10-21T22:12:00.029Z[ recovery-image] Oct 21 22:11:58.757 INFO O| Oct 21 22:11:58.757 INFO STEP 176 (remove_files) COMPLETE
46462024-10-21T22:12:00.032Z[ recovery-image] Oct 21 22:11:58.757 INFO O| Oct 21 22:11:58.757 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-10-21T22:12:00.067Z[ recovery-image] Oct 21 22:11:58.794 INFO O| Oct 21 22:11:58.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46482024-10-21T22:12:00.067Z[ recovery-image] Oct 21 22:11:58.794 INFO O| Oct 21 22:11:58.794 INFO STEP 177 (remove_files) COMPLETE
46492024-10-21T22:12:00.070Z[ recovery-image] Oct 21 22:11:58.794 INFO O| Oct 21 22:11:58.794 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-10-21T22:12:00.115Z[ recovery-image] Oct 21 22:11:58.841 INFO O| Oct 21 22:11:58.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46512024-10-21T22:12:00.115Z[ recovery-image] Oct 21 22:11:58.841 INFO O| Oct 21 22:11:58.841 INFO STEP 178 (remove_files) COMPLETE
46522024-10-21T22:12:00.115Z[ recovery-image] Oct 21 22:11:58.841 INFO O| Oct 21 22:11:58.841 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-10-21T22:12:00.149Z[ recovery-image] Oct 21 22:11:58.875 INFO O| Oct 21 22:11:58.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46542024-10-21T22:12:00.149Z[ recovery-image] Oct 21 22:11:58.876 INFO O| Oct 21 22:11:58.876 INFO STEP 179 (remove_files) COMPLETE
46552024-10-21T22:12:00.149Z[ recovery-image] Oct 21 22:11:58.876 INFO O| Oct 21 22:11:58.876 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-10-21T22:12:00.166Z[ recovery-image] Oct 21 22:11:58.893 INFO O| Oct 21 22:11:58.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46572024-10-21T22:12:00.166Z[ recovery-image] Oct 21 22:11:58.893 INFO O| Oct 21 22:11:58.893 INFO STEP 180 (remove_files) COMPLETE
46582024-10-21T22:12:00.166Z[ recovery-image] Oct 21 22:11:58.893 INFO O| Oct 21 22:11:58.893 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-10-21T22:12:00.204Z[ recovery-image] Oct 21 22:11:58.930 INFO O| Oct 21 22:11:58.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46602024-10-21T22:12:00.204Z[ recovery-image] Oct 21 22:11:58.930 INFO O| Oct 21 22:11:58.930 INFO STEP 181 (remove_files) COMPLETE
46612024-10-21T22:12:00.205Z[ recovery-image] Oct 21 22:11:58.930 INFO O| Oct 21 22:11:58.930 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-10-21T22:12:00.229Z[ recovery-image] Oct 21 22:11:58.956 INFO O| Oct 21 22:11:58.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46632024-10-21T22:12:00.231Z[ recovery-image] Oct 21 22:11:58.956 INFO O| Oct 21 22:11:58.956 INFO STEP 182 (remove_files) COMPLETE
46642024-10-21T22:12:00.232Z[ recovery-image] Oct 21 22:11:58.956 INFO O| Oct 21 22:11:58.956 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-10-21T22:12:00.250Z[ recovery-image] Oct 21 22:11:58.978 INFO O| Oct 21 22:11:58.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46662024-10-21T22:12:00.271Z[ recovery-image] Oct 21 22:11:58.998 INFO O| Oct 21 22:11:58.998 INFO STEP 183 (remove_files) COMPLETE
46672024-10-21T22:12:00.271Z[ recovery-image] Oct 21 22:11:58.998 INFO O| Oct 21 22:11:58.998 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-10-21T22:12:00.321Z[ recovery-image] Oct 21 22:11:59.049 INFO O| Oct 21 22:11:59.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46692024-10-21T22:12:00.321Z[ recovery-image] Oct 21 22:11:59.049 INFO O| Oct 21 22:11:59.049 INFO STEP 184 (remove_files) COMPLETE
46702024-10-21T22:12:00.321Z[ recovery-image] Oct 21 22:11:59.049 INFO O| Oct 21 22:11:59.049 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-10-21T22:12:00.377Z[ recovery-image] Oct 21 22:11:59.103 INFO O| Oct 21 22:11:59.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46722024-10-21T22:12:00.377Z[ recovery-image] Oct 21 22:11:59.104 INFO O| Oct 21 22:11:59.104 INFO STEP 185 (remove_files) COMPLETE
46732024-10-21T22:12:00.377Z[ recovery-image] Oct 21 22:11:59.104 INFO O| Oct 21 22:11:59.104 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-10-21T22:12:00.423Z[ recovery-image] Oct 21 22:11:59.151 INFO O| Oct 21 22:11:59.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46752024-10-21T22:12:00.423Z[ recovery-image] Oct 21 22:11:59.151 INFO O| Oct 21 22:11:59.151 INFO STEP 186 (remove_files) COMPLETE
46762024-10-21T22:12:00.424Z[ recovery-image] Oct 21 22:11:59.151 INFO O| Oct 21 22:11:59.151 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-10-21T22:12:00.466Z[ recovery-image] Oct 21 22:11:59.193 INFO O| Oct 21 22:11:59.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46782024-10-21T22:12:00.466Z[ recovery-image] Oct 21 22:11:59.193 INFO O| Oct 21 22:11:59.193 INFO STEP 187 (remove_files) COMPLETE
46792024-10-21T22:12:00.468Z[ recovery-image] Oct 21 22:11:59.193 INFO O| Oct 21 22:11:59.193 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-10-21T22:12:00.499Z[ recovery-image] Oct 21 22:11:59.226 INFO O| Oct 21 22:11:59.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46812024-10-21T22:12:00.499Z[ recovery-image] Oct 21 22:11:59.226 INFO O| Oct 21 22:11:59.226 INFO STEP 188 (remove_files) COMPLETE
46822024-10-21T22:12:00.499Z[ recovery-image] Oct 21 22:11:59.226 INFO O| Oct 21 22:11:59.226 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-10-21T22:12:00.555Z[ recovery-image] Oct 21 22:11:59.282 INFO O| Oct 21 22:11:59.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46842024-10-21T22:12:00.555Z[ recovery-image] Oct 21 22:11:59.282 INFO O| Oct 21 22:11:59.282 INFO STEP 189 (remove_files) COMPLETE
46852024-10-21T22:12:00.555Z[ recovery-image] Oct 21 22:11:59.282 INFO O| Oct 21 22:11:59.282 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-10-21T22:12:00.575Z[ recovery-image] Oct 21 22:11:59.301 INFO O| Oct 21 22:11:59.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46872024-10-21T22:12:00.575Z[ recovery-image] Oct 21 22:11:59.301 INFO O| Oct 21 22:11:59.301 INFO STEP 190 (remove_files) COMPLETE
46882024-10-21T22:12:00.575Z[ recovery-image] Oct 21 22:11:59.301 INFO O| Oct 21 22:11:59.301 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-10-21T22:12:00.612Z[ recovery-image] Oct 21 22:11:59.339 INFO O| Oct 21 22:11:59.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46902024-10-21T22:12:00.615Z[ recovery-image] Oct 21 22:11:59.339 INFO O| Oct 21 22:11:59.339 INFO STEP 191 (remove_files) COMPLETE
46912024-10-21T22:12:00.615Z[ recovery-image] Oct 21 22:11:59.340 INFO O| Oct 21 22:11:59.340 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-10-21T22:12:00.632Z[ recovery-image] Oct 21 22:11:59.359 INFO O| Oct 21 22:11:59.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46932024-10-21T22:12:00.632Z[ recovery-image] Oct 21 22:11:59.359 INFO O| Oct 21 22:11:59.359 INFO STEP 192 (remove_files) COMPLETE
46942024-10-21T22:12:00.632Z[ recovery-image] Oct 21 22:11:59.359 INFO O| Oct 21 22:11:59.359 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-10-21T22:12:00.653Z[ recovery-image] Oct 21 22:11:59.380 INFO O| Oct 21 22:11:59.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46962024-10-21T22:12:00.653Z[ recovery-image] Oct 21 22:11:59.381 INFO O| Oct 21 22:11:59.381 INFO STEP 193 (remove_files) COMPLETE
46972024-10-21T22:12:00.653Z[ recovery-image] Oct 21 22:11:59.381 INFO O| Oct 21 22:11:59.381 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-10-21T22:12:00.672Z[ recovery-image] Oct 21 22:11:59.399 INFO O| Oct 21 22:11:59.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46992024-10-21T22:12:00.672Z[ recovery-image] Oct 21 22:11:59.399 INFO O| Oct 21 22:11:59.399 INFO STEP 194 (remove_files) COMPLETE
47002024-10-21T22:12:00.672Z[ recovery-image] Oct 21 22:11:59.400 INFO O| Oct 21 22:11:59.399 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-10-21T22:12:00.699Z[ recovery-image] Oct 21 22:11:59.426 INFO O| Oct 21 22:11:59.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47022024-10-21T22:12:00.701Z[ recovery-image] Oct 21 22:11:59.427 INFO O| Oct 21 22:11:59.426 INFO STEP 195 (remove_files) COMPLETE
47032024-10-21T22:12:00.701Z[ recovery-image] Oct 21 22:11:59.427 INFO O| Oct 21 22:11:59.427 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-10-21T22:12:00.717Z[ recovery-image] Oct 21 22:11:59.445 INFO O| Oct 21 22:11:59.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47052024-10-21T22:12:00.717Z[ recovery-image] Oct 21 22:11:59.445 INFO O| Oct 21 22:11:59.445 INFO STEP 196 (remove_files) COMPLETE
47062024-10-21T22:12:00.717Z[ recovery-image] Oct 21 22:11:59.445 INFO O| Oct 21 22:11:59.445 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-10-21T22:12:00.736Z[ recovery-image] Oct 21 22:11:59.463 INFO O| Oct 21 22:11:59.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47082024-10-21T22:12:00.736Z[ recovery-image] Oct 21 22:11:59.463 INFO O| Oct 21 22:11:59.463 INFO STEP 197 (remove_files) COMPLETE
47092024-10-21T22:12:00.738Z[ recovery-image] Oct 21 22:11:59.463 INFO O| Oct 21 22:11:59.463 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-10-21T22:12:00.775Z[ recovery-image] Oct 21 22:11:59.502 INFO O| Oct 21 22:11:59.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47112024-10-21T22:12:00.775Z[ recovery-image] Oct 21 22:11:59.503 INFO O| Oct 21 22:11:59.502 INFO STEP 198 (remove_files) COMPLETE
47122024-10-21T22:12:00.777Z[ recovery-image] Oct 21 22:11:59.503 INFO O| Oct 21 22:11:59.503 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-10-21T22:12:00.796Z[ recovery-image] Oct 21 22:11:59.523 INFO O| Oct 21 22:11:59.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47142024-10-21T22:12:00.796Z[ recovery-image] Oct 21 22:11:59.523 INFO O| Oct 21 22:11:59.523 INFO STEP 199 (remove_files) COMPLETE
47152024-10-21T22:12:00.796Z[ recovery-image] Oct 21 22:11:59.523 INFO O| Oct 21 22:11:59.523 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-10-21T22:12:00.814Z[ recovery-image] Oct 21 22:11:59.542 INFO O| Oct 21 22:11:59.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47172024-10-21T22:12:00.814Z[ recovery-image] Oct 21 22:11:59.542 INFO O| Oct 21 22:11:59.542 INFO STEP 200 (remove_files) COMPLETE
47182024-10-21T22:12:00.816Z[ recovery-image] Oct 21 22:11:59.542 INFO O| Oct 21 22:11:59.542 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-10-21T22:12:00.833Z[ recovery-image] Oct 21 22:11:59.560 INFO O| Oct 21 22:11:59.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47202024-10-21T22:12:00.833Z[ recovery-image] Oct 21 22:11:59.561 INFO O| Oct 21 22:11:59.560 INFO STEP 201 (remove_files) COMPLETE
47212024-10-21T22:12:00.833Z[ recovery-image] Oct 21 22:11:59.561 INFO O| Oct 21 22:11:59.561 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-10-21T22:12:00.851Z[ recovery-image] Oct 21 22:11:59.578 INFO O| Oct 21 22:11:59.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47232024-10-21T22:12:00.851Z[ recovery-image] Oct 21 22:11:59.579 INFO O| Oct 21 22:11:59.579 INFO STEP 202 (remove_files) COMPLETE
47242024-10-21T22:12:00.853Z[ recovery-image] Oct 21 22:11:59.579 INFO O| Oct 21 22:11:59.579 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-10-21T22:12:00.869Z[ recovery-image] Oct 21 22:11:59.596 INFO O| Oct 21 22:11:59.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47262024-10-21T22:12:00.869Z[ recovery-image] Oct 21 22:11:59.597 INFO O| Oct 21 22:11:59.597 INFO STEP 203 (remove_files) COMPLETE
47272024-10-21T22:12:00.871Z[ recovery-image] Oct 21 22:11:59.597 INFO O| Oct 21 22:11:59.597 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-10-21T22:12:00.886Z[ recovery-image] Oct 21 22:11:59.613 INFO O| Oct 21 22:11:59.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47292024-10-21T22:12:00.886Z[ recovery-image] Oct 21 22:11:59.613 INFO O| Oct 21 22:11:59.613 INFO STEP 204 (remove_files) COMPLETE
47302024-10-21T22:12:00.886Z[ recovery-image] Oct 21 22:11:59.613 INFO O| Oct 21 22:11:59.613 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-10-21T22:12:00.902Z[ recovery-image] Oct 21 22:11:59.630 INFO O| Oct 21 22:11:59.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47322024-10-21T22:12:00.902Z[ recovery-image] Oct 21 22:11:59.630 INFO O| Oct 21 22:11:59.630 INFO STEP 205 (remove_files) COMPLETE
47332024-10-21T22:12:00.902Z[ recovery-image] Oct 21 22:11:59.630 INFO O| Oct 21 22:11:59.630 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-10-21T22:12:00.918Z[ recovery-image] Oct 21 22:11:59.646 INFO O| Oct 21 22:11:59.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47352024-10-21T22:12:00.918Z[ recovery-image] Oct 21 22:11:59.646 INFO O| Oct 21 22:11:59.646 INFO STEP 206 (remove_files) COMPLETE
47362024-10-21T22:12:00.921Z[ recovery-image] Oct 21 22:11:59.646 INFO O| Oct 21 22:11:59.646 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-10-21T22:12:00.962Z[ recovery-image] Oct 21 22:11:59.689 INFO O| Oct 21 22:11:59.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47382024-10-21T22:12:00.965Z[ recovery-image] Oct 21 22:11:59.689 INFO O| Oct 21 22:11:59.689 INFO STEP 207 (remove_files) COMPLETE
47392024-10-21T22:12:00.965Z[ recovery-image] Oct 21 22:11:59.689 INFO O| Oct 21 22:11:59.689 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-10-21T22:12:00.986Z[ recovery-image] Oct 21 22:11:59.714 INFO O| Oct 21 22:11:59.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47412024-10-21T22:12:00.989Z[ recovery-image] Oct 21 22:11:59.714 INFO O| Oct 21 22:11:59.714 INFO STEP 208 (remove_files) COMPLETE
47422024-10-21T22:12:00.990Z[ recovery-image] Oct 21 22:11:59.714 INFO O| Oct 21 22:11:59.714 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-10-21T22:12:01.006Z[ recovery-image] Oct 21 22:11:59.733 INFO O| Oct 21 22:11:59.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47442024-10-21T22:12:01.006Z[ recovery-image] Oct 21 22:11:59.733 INFO O| Oct 21 22:11:59.733 INFO STEP 209 (remove_files) COMPLETE
47452024-10-21T22:12:01.008Z[ recovery-image] Oct 21 22:11:59.734 INFO O| Oct 21 22:11:59.733 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-10-21T22:12:01.022Z[ recovery-image] Oct 21 22:11:59.749 INFO O| Oct 21 22:11:59.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47472024-10-21T22:12:01.022Z[ recovery-image] Oct 21 22:11:59.750 INFO O| Oct 21 22:11:59.750 INFO STEP 210 (remove_files) COMPLETE
47482024-10-21T22:12:01.022Z[ recovery-image] Oct 21 22:11:59.750 INFO O| Oct 21 22:11:59.750 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-10-21T22:12:01.038Z[ recovery-image] Oct 21 22:11:59.766 INFO O| Oct 21 22:11:59.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47502024-10-21T22:12:01.038Z[ recovery-image] Oct 21 22:11:59.766 INFO O| Oct 21 22:11:59.766 INFO STEP 211 (remove_files) COMPLETE
47512024-10-21T22:12:01.041Z[ recovery-image] Oct 21 22:11:59.766 INFO O| Oct 21 22:11:59.766 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-10-21T22:12:01.055Z[ recovery-image] Oct 21 22:11:59.782 INFO O| Oct 21 22:11:59.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47532024-10-21T22:12:01.055Z[ recovery-image] Oct 21 22:11:59.783 INFO O| Oct 21 22:11:59.783 INFO STEP 212 (remove_files) COMPLETE
47542024-10-21T22:12:01.055Z[ recovery-image] Oct 21 22:11:59.783 INFO O| Oct 21 22:11:59.783 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-10-21T22:12:01.072Z[ recovery-image] Oct 21 22:11:59.800 INFO O| Oct 21 22:11:59.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47562024-10-21T22:12:01.073Z[ recovery-image] Oct 21 22:11:59.800 INFO O| Oct 21 22:11:59.800 INFO STEP 213 (remove_files) COMPLETE
47572024-10-21T22:12:01.073Z[ recovery-image] Oct 21 22:11:59.800 INFO O| Oct 21 22:11:59.800 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-10-21T22:12:01.091Z[ recovery-image] Oct 21 22:11:59.818 INFO O| Oct 21 22:11:59.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47592024-10-21T22:12:01.091Z[ recovery-image] Oct 21 22:11:59.818 INFO O| Oct 21 22:11:59.818 INFO STEP 214 (remove_files) COMPLETE
47602024-10-21T22:12:01.091Z[ recovery-image] Oct 21 22:11:59.818 INFO O| Oct 21 22:11:59.818 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-10-21T22:12:01.109Z[ recovery-image] Oct 21 22:11:59.836 INFO O| Oct 21 22:11:59.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47622024-10-21T22:12:01.109Z[ recovery-image] Oct 21 22:11:59.836 INFO O| Oct 21 22:11:59.836 INFO STEP 215 (remove_files) COMPLETE
47632024-10-21T22:12:01.109Z[ recovery-image] Oct 21 22:11:59.836 INFO O| Oct 21 22:11:59.836 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-10-21T22:12:01.130Z[ recovery-image] Oct 21 22:11:59.856 INFO O| Oct 21 22:11:59.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47652024-10-21T22:12:01.130Z[ recovery-image] Oct 21 22:11:59.856 INFO O| Oct 21 22:11:59.856 INFO STEP 216 (remove_files) COMPLETE
47662024-10-21T22:12:01.130Z[ recovery-image] Oct 21 22:11:59.856 INFO O| Oct 21 22:11:59.856 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-10-21T22:12:01.147Z[ recovery-image] Oct 21 22:11:59.874 INFO O| Oct 21 22:11:59.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47682024-10-21T22:12:01.147Z[ recovery-image] Oct 21 22:11:59.874 INFO O| Oct 21 22:11:59.874 INFO STEP 217 (remove_files) COMPLETE
47692024-10-21T22:12:01.147Z[ recovery-image] Oct 21 22:11:59.874 INFO O| Oct 21 22:11:59.874 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-10-21T22:12:01.166Z[ recovery-image] Oct 21 22:11:59.893 INFO O| Oct 21 22:11:59.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47712024-10-21T22:12:01.167Z[ recovery-image] Oct 21 22:11:59.893 INFO O| Oct 21 22:11:59.893 INFO STEP 218 (remove_files) COMPLETE
47722024-10-21T22:12:01.167Z[ recovery-image] Oct 21 22:11:59.893 INFO O| Oct 21 22:11:59.893 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-10-21T22:12:01.185Z[ recovery-image] Oct 21 22:11:59.911 INFO O| Oct 21 22:11:59.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47742024-10-21T22:12:01.185Z[ recovery-image] Oct 21 22:11:59.912 INFO O| Oct 21 22:11:59.912 INFO STEP 219 (remove_files) COMPLETE
47752024-10-21T22:12:01.185Z[ recovery-image] Oct 21 22:11:59.912 INFO O| Oct 21 22:11:59.912 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-10-21T22:12:01.204Z[ recovery-image] Oct 21 22:11:59.930 INFO O| Oct 21 22:11:59.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47772024-10-21T22:12:01.204Z[ recovery-image] Oct 21 22:11:59.931 INFO O| Oct 21 22:11:59.930 INFO STEP 220 (remove_files) COMPLETE
47782024-10-21T22:12:01.204Z[ recovery-image] Oct 21 22:11:59.931 INFO O| Oct 21 22:11:59.931 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-10-21T22:12:01.221Z[ recovery-image] Oct 21 22:11:59.949 INFO O| Oct 21 22:11:59.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47802024-10-21T22:12:01.221Z[ recovery-image] Oct 21 22:11:59.949 INFO O| Oct 21 22:11:59.949 INFO STEP 221 (remove_files) COMPLETE
47812024-10-21T22:12:01.224Z[ recovery-image] Oct 21 22:11:59.949 INFO O| Oct 21 22:11:59.949 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-10-21T22:12:01.240Z[ recovery-image] Oct 21 22:11:59.968 INFO O| Oct 21 22:11:59.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47832024-10-21T22:12:01.242Z[ recovery-image] Oct 21 22:11:59.968 INFO O| Oct 21 22:11:59.968 INFO STEP 222 (remove_files) COMPLETE
47842024-10-21T22:12:01.242Z[ recovery-image] Oct 21 22:11:59.968 INFO O| Oct 21 22:11:59.968 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-10-21T22:12:01.256Z[ recovery-image] Oct 21 22:11:59.983 INFO O| Oct 21 22:11:59.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47862024-10-21T22:12:01.258Z[ recovery-image] Oct 21 22:11:59.984 INFO O| Oct 21 22:11:59.983 INFO STEP 223 (remove_files) COMPLETE
47872024-10-21T22:12:01.258Z[ recovery-image] Oct 21 22:11:59.984 INFO O| Oct 21 22:11:59.984 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-10-21T22:12:01.272Z[ recovery-image] Oct 21 22:12:00.000 INFO O| Oct 21 22:12:00.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47892024-10-21T22:12:01.272Z[ recovery-image] Oct 21 22:12:00.000 INFO O| Oct 21 22:12:00.000 INFO STEP 224 (remove_files) COMPLETE
47902024-10-21T22:12:01.275Z[ recovery-image] Oct 21 22:12:00.000 INFO O| Oct 21 22:12:00.000 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-10-21T22:12:01.289Z[ recovery-image] Oct 21 22:12:00.017 INFO O| Oct 21 22:12:00.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47922024-10-21T22:12:01.291Z[ recovery-image] Oct 21 22:12:00.018 INFO O| Oct 21 22:12:00.018 INFO STEP 225 (remove_files) COMPLETE
47932024-10-21T22:12:01.291Z[ recovery-image] Oct 21 22:12:00.018 INFO O| Oct 21 22:12:00.018 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-10-21T22:12:01.306Z[ recovery-image] Oct 21 22:12:00.034 INFO O| Oct 21 22:12:00.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47952024-10-21T22:12:01.309Z[ recovery-image] Oct 21 22:12:00.034 INFO O| Oct 21 22:12:00.034 INFO STEP 226 (remove_files) COMPLETE
47962024-10-21T22:12:01.309Z[ recovery-image] Oct 21 22:12:00.034 INFO O| Oct 21 22:12:00.034 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-10-21T22:12:01.322Z[ recovery-image] Oct 21 22:12:00.050 INFO O| Oct 21 22:12:00.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47982024-10-21T22:12:01.322Z[ recovery-image] Oct 21 22:12:00.050 INFO O| Oct 21 22:12:00.050 INFO STEP 227 (remove_files) COMPLETE
47992024-10-21T22:12:01.330Z[ recovery-image] Oct 21 22:12:00.050 INFO O| Oct 21 22:12:00.050 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-10-21T22:12:01.339Z[ recovery-image] Oct 21 22:12:00.066 INFO O| Oct 21 22:12:00.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48012024-10-21T22:12:01.339Z[ recovery-image] Oct 21 22:12:00.067 INFO O| Oct 21 22:12:00.067 INFO STEP 228 (remove_files) COMPLETE
48022024-10-21T22:12:01.341Z[ recovery-image] Oct 21 22:12:00.067 INFO O| Oct 21 22:12:00.067 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-10-21T22:12:01.355Z[ recovery-image] Oct 21 22:12:00.083 INFO O| Oct 21 22:12:00.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48042024-10-21T22:12:01.358Z[ recovery-image] Oct 21 22:12:00.083 INFO O| Oct 21 22:12:00.083 INFO STEP 229 (remove_files) COMPLETE
48052024-10-21T22:12:01.358Z[ recovery-image] Oct 21 22:12:00.083 INFO O| Oct 21 22:12:00.083 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-10-21T22:12:01.372Z[ recovery-image] Oct 21 22:12:00.099 INFO O| Oct 21 22:12:00.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48072024-10-21T22:12:01.372Z[ recovery-image] Oct 21 22:12:00.099 INFO O| Oct 21 22:12:00.099 INFO STEP 230 (remove_files) COMPLETE
48082024-10-21T22:12:01.372Z[ recovery-image] Oct 21 22:12:00.099 INFO O| Oct 21 22:12:00.099 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-10-21T22:12:01.388Z[ recovery-image] Oct 21 22:12:00.116 INFO O| Oct 21 22:12:00.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48102024-10-21T22:12:01.388Z[ recovery-image] Oct 21 22:12:00.116 INFO O| Oct 21 22:12:00.116 INFO STEP 231 (remove_files) COMPLETE
48112024-10-21T22:12:01.390Z[ recovery-image] Oct 21 22:12:00.116 INFO O| Oct 21 22:12:00.116 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-10-21T22:12:01.406Z[ recovery-image] Oct 21 22:12:00.133 INFO O| Oct 21 22:12:00.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48132024-10-21T22:12:01.406Z[ recovery-image] Oct 21 22:12:00.133 INFO O| Oct 21 22:12:00.133 INFO STEP 232 (remove_files) COMPLETE
48142024-10-21T22:12:01.408Z[ recovery-image] Oct 21 22:12:00.133 INFO O| Oct 21 22:12:00.133 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-10-21T22:12:01.422Z[ recovery-image] Oct 21 22:12:00.150 INFO O| Oct 21 22:12:00.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48162024-10-21T22:12:01.422Z[ recovery-image] Oct 21 22:12:00.150 INFO O| Oct 21 22:12:00.150 INFO STEP 233 (remove_files) COMPLETE
48172024-10-21T22:12:01.422Z[ recovery-image] Oct 21 22:12:00.150 INFO O| Oct 21 22:12:00.150 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-10-21T22:12:01.439Z[ recovery-image] Oct 21 22:12:00.166 INFO O| Oct 21 22:12:00.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48192024-10-21T22:12:01.448Z[ recovery-image] Oct 21 22:12:00.166 INFO O| Oct 21 22:12:00.166 INFO STEP 234 (remove_files) COMPLETE
48202024-10-21T22:12:01.448Z[ recovery-image] Oct 21 22:12:00.167 INFO O| Oct 21 22:12:00.166 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-10-21T22:12:01.454Z[ recovery-image] Oct 21 22:12:00.179 INFO O| Oct 21 22:12:00.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48222024-10-21T22:12:01.454Z[ recovery-image] Oct 21 22:12:00.179 INFO O| Oct 21 22:12:00.179 INFO STEP 235 (remove_files) COMPLETE
48232024-10-21T22:12:01.454Z[ recovery-image] Oct 21 22:12:00.179 INFO O| Oct 21 22:12:00.179 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-10-21T22:12:01.468Z[ recovery-image] Oct 21 22:12:00.196 INFO O| Oct 21 22:12:00.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48252024-10-21T22:12:01.470Z[ recovery-image] Oct 21 22:12:00.196 INFO O| Oct 21 22:12:00.196 INFO STEP 236 (remove_files) COMPLETE
48262024-10-21T22:12:01.470Z[ recovery-image] Oct 21 22:12:00.196 INFO O| Oct 21 22:12:00.196 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-10-21T22:12:01.485Z[ recovery-image] Oct 21 22:12:00.212 INFO O| Oct 21 22:12:00.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48282024-10-21T22:12:01.487Z[ recovery-image] Oct 21 22:12:00.212 INFO O| Oct 21 22:12:00.212 INFO STEP 237 (remove_files) COMPLETE
48292024-10-21T22:12:01.487Z[ recovery-image] Oct 21 22:12:00.212 INFO O| Oct 21 22:12:00.212 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-10-21T22:12:01.502Z[ recovery-image] Oct 21 22:12:00.229 INFO O| Oct 21 22:12:00.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48312024-10-21T22:12:01.504Z[ recovery-image] Oct 21 22:12:00.229 INFO O| Oct 21 22:12:00.229 INFO STEP 238 (remove_files) COMPLETE
48322024-10-21T22:12:01.504Z[ recovery-image] Oct 21 22:12:00.229 INFO O| Oct 21 22:12:00.229 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-10-21T22:12:01.517Z[ recovery-image] Oct 21 22:12:00.245 INFO O| Oct 21 22:12:00.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48342024-10-21T22:12:01.517Z[ recovery-image] Oct 21 22:12:00.245 INFO O| Oct 21 22:12:00.245 INFO STEP 239 (remove_files) COMPLETE
48352024-10-21T22:12:01.519Z[ recovery-image] Oct 21 22:12:00.245 INFO O| Oct 21 22:12:00.245 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-10-21T22:12:01.534Z[ recovery-image] Oct 21 22:12:00.261 INFO O| Oct 21 22:12:00.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48372024-10-21T22:12:01.536Z[ recovery-image] Oct 21 22:12:00.261 INFO O| Oct 21 22:12:00.261 INFO STEP 240 (remove_files) COMPLETE
48382024-10-21T22:12:01.536Z[ recovery-image] Oct 21 22:12:00.261 INFO O| Oct 21 22:12:00.261 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-10-21T22:12:01.549Z[ recovery-image] Oct 21 22:12:00.277 INFO O| Oct 21 22:12:00.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48402024-10-21T22:12:01.549Z[ recovery-image] Oct 21 22:12:00.277 INFO O| Oct 21 22:12:00.277 INFO STEP 241 (remove_files) COMPLETE
48412024-10-21T22:12:01.552Z[ recovery-image] Oct 21 22:12:00.277 INFO O| Oct 21 22:12:00.277 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-10-21T22:12:01.565Z[ recovery-image] Oct 21 22:12:00.293 INFO O| Oct 21 22:12:00.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48432024-10-21T22:12:01.567Z[ recovery-image] Oct 21 22:12:00.293 INFO O| Oct 21 22:12:00.293 INFO STEP 242 (remove_files) COMPLETE
48442024-10-21T22:12:01.567Z[ recovery-image] Oct 21 22:12:00.293 INFO O| Oct 21 22:12:00.293 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-10-21T22:12:01.580Z[ recovery-image] Oct 21 22:12:00.308 INFO O| Oct 21 22:12:00.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48462024-10-21T22:12:01.580Z[ recovery-image] Oct 21 22:12:00.308 INFO O| Oct 21 22:12:00.308 INFO STEP 243 (remove_files) COMPLETE
48472024-10-21T22:12:01.582Z[ recovery-image] Oct 21 22:12:00.308 INFO O| Oct 21 22:12:00.308 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-10-21T22:12:01.592Z[ recovery-image] Oct 21 22:12:00.320 INFO O| Oct 21 22:12:00.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48492024-10-21T22:12:01.592Z[ recovery-image] Oct 21 22:12:00.320 INFO O| Oct 21 22:12:00.320 INFO STEP 244 (remove_files) COMPLETE
48502024-10-21T22:12:01.592Z[ recovery-image] Oct 21 22:12:00.320 INFO O| Oct 21 22:12:00.320 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-10-21T22:12:01.606Z[ recovery-image] Oct 21 22:12:00.334 INFO O| Oct 21 22:12:00.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48522024-10-21T22:12:01.609Z[ recovery-image] Oct 21 22:12:00.334 INFO O| Oct 21 22:12:00.334 INFO STEP 245 (remove_files) COMPLETE
48532024-10-21T22:12:01.609Z[ recovery-image] Oct 21 22:12:00.334 INFO O| Oct 21 22:12:00.334 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-10-21T22:12:01.618Z[ recovery-image] Oct 21 22:12:00.346 INFO O| Oct 21 22:12:00.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48552024-10-21T22:12:01.618Z[ recovery-image] Oct 21 22:12:00.346 INFO O| Oct 21 22:12:00.346 INFO STEP 246 (remove_files) COMPLETE
48562024-10-21T22:12:01.618Z[ recovery-image] Oct 21 22:12:00.346 INFO O| Oct 21 22:12:00.346 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-10-21T22:12:01.633Z[ recovery-image] Oct 21 22:12:00.360 INFO O| Oct 21 22:12:00.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48582024-10-21T22:12:01.636Z[ recovery-image] Oct 21 22:12:00.361 INFO O| Oct 21 22:12:00.361 INFO STEP 247 (remove_files) COMPLETE
48592024-10-21T22:12:01.636Z[ recovery-image] Oct 21 22:12:00.361 INFO O| Oct 21 22:12:00.361 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-10-21T22:12:01.653Z[ recovery-image] Oct 21 22:12:00.380 INFO O| Oct 21 22:12:00.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48612024-10-21T22:12:01.655Z[ recovery-image] Oct 21 22:12:00.380 INFO O| Oct 21 22:12:00.380 INFO STEP 248 (remove_files) COMPLETE
48622024-10-21T22:12:01.655Z[ recovery-image] Oct 21 22:12:00.381 INFO O| Oct 21 22:12:00.380 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-10-21T22:12:01.673Z[ recovery-image] Oct 21 22:12:00.400 INFO O| Oct 21 22:12:00.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48642024-10-21T22:12:01.675Z[ recovery-image] Oct 21 22:12:00.400 INFO O| Oct 21 22:12:00.400 INFO STEP 249 (remove_files) COMPLETE
48652024-10-21T22:12:01.675Z[ recovery-image] Oct 21 22:12:00.401 INFO O| Oct 21 22:12:00.400 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-10-21T22:12:01.693Z[ recovery-image] Oct 21 22:12:00.421 INFO O| Oct 21 22:12:00.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48672024-10-21T22:12:01.696Z[ recovery-image] Oct 21 22:12:00.421 INFO O| Oct 21 22:12:00.421 INFO STEP 250 (remove_files) COMPLETE
48682024-10-21T22:12:01.696Z[ recovery-image] Oct 21 22:12:00.421 INFO O| Oct 21 22:12:00.421 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-10-21T22:12:01.713Z[ recovery-image] Oct 21 22:12:00.440 INFO O| Oct 21 22:12:00.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48702024-10-21T22:12:01.715Z[ recovery-image] Oct 21 22:12:00.440 INFO O| Oct 21 22:12:00.440 INFO STEP 251 (remove_files) COMPLETE
48712024-10-21T22:12:01.715Z[ recovery-image] Oct 21 22:12:00.441 INFO O| Oct 21 22:12:00.440 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-10-21T22:12:01.734Z[ recovery-image] Oct 21 22:12:00.461 INFO O| Oct 21 22:12:00.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48732024-10-21T22:12:01.736Z[ recovery-image] Oct 21 22:12:00.461 INFO O| Oct 21 22:12:00.461 INFO STEP 252 (remove_files) COMPLETE
48742024-10-21T22:12:01.736Z[ recovery-image] Oct 21 22:12:00.462 INFO O| Oct 21 22:12:00.462 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-10-21T22:12:01.757Z[ recovery-image] Oct 21 22:12:00.485 INFO O| Oct 21 22:12:00.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48762024-10-21T22:12:01.760Z[ recovery-image] Oct 21 22:12:00.485 INFO O| Oct 21 22:12:00.485 INFO STEP 253 (remove_files) COMPLETE
48772024-10-21T22:12:01.760Z[ recovery-image] Oct 21 22:12:00.485 INFO O| Oct 21 22:12:00.485 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-10-21T22:12:01.778Z[ recovery-image] Oct 21 22:12:00.505 INFO O| Oct 21 22:12:00.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48792024-10-21T22:12:01.778Z[ recovery-image] Oct 21 22:12:00.505 INFO O| Oct 21 22:12:00.505 INFO STEP 254 (remove_files) COMPLETE
48802024-10-21T22:12:01.778Z[ recovery-image] Oct 21 22:12:00.505 INFO O| Oct 21 22:12:00.505 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-10-21T22:12:01.795Z[ recovery-image] Oct 21 22:12:00.522 INFO O| Oct 21 22:12:00.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48822024-10-21T22:12:01.798Z[ recovery-image] Oct 21 22:12:00.523 INFO O| Oct 21 22:12:00.523 INFO STEP 255 (remove_files) COMPLETE
48832024-10-21T22:12:01.798Z[ recovery-image] Oct 21 22:12:00.523 INFO O| Oct 21 22:12:00.523 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-10-21T22:12:01.811Z[ recovery-image] Oct 21 22:12:00.538 INFO O| Oct 21 22:12:00.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48852024-10-21T22:12:01.811Z[ recovery-image] Oct 21 22:12:00.538 INFO O| Oct 21 22:12:00.538 INFO STEP 256 (remove_files) COMPLETE
48862024-10-21T22:12:01.811Z[ recovery-image] Oct 21 22:12:00.538 INFO O| Oct 21 22:12:00.538 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-10-21T22:12:01.826Z[ recovery-image] Oct 21 22:12:00.554 INFO O| Oct 21 22:12:00.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48882024-10-21T22:12:01.826Z[ recovery-image] Oct 21 22:12:00.554 INFO O| Oct 21 22:12:00.554 INFO STEP 257 (remove_files) COMPLETE
48892024-10-21T22:12:01.826Z[ recovery-image] Oct 21 22:12:00.554 INFO O| Oct 21 22:12:00.554 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-10-21T22:12:01.842Z[ recovery-image] Oct 21 22:12:00.570 INFO O| Oct 21 22:12:00.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48912024-10-21T22:12:01.845Z[ recovery-image] Oct 21 22:12:00.570 INFO O| Oct 21 22:12:00.570 INFO STEP 258 (remove_files) COMPLETE
48922024-10-21T22:12:01.845Z[ recovery-image] Oct 21 22:12:00.570 INFO O| Oct 21 22:12:00.570 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-10-21T22:12:01.861Z[ recovery-image] Oct 21 22:12:00.588 INFO O| Oct 21 22:12:00.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48942024-10-21T22:12:01.861Z[ recovery-image] Oct 21 22:12:00.588 INFO O| Oct 21 22:12:00.588 INFO STEP 259 (remove_files) COMPLETE
48952024-10-21T22:12:01.863Z[ recovery-image] Oct 21 22:12:00.588 INFO O| Oct 21 22:12:00.588 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-10-21T22:12:01.879Z[ recovery-image] Oct 21 22:12:00.607 INFO O| Oct 21 22:12:00.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48972024-10-21T22:12:01.879Z[ recovery-image] Oct 21 22:12:00.607 INFO O| Oct 21 22:12:00.607 INFO STEP 260 (remove_files) COMPLETE
48982024-10-21T22:12:01.881Z[ recovery-image] Oct 21 22:12:00.607 INFO O| Oct 21 22:12:00.607 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-10-21T22:12:01.897Z[ recovery-image] Oct 21 22:12:00.625 INFO O| Oct 21 22:12:00.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49002024-10-21T22:12:01.897Z[ recovery-image] Oct 21 22:12:00.625 INFO O| Oct 21 22:12:00.625 INFO STEP 261 (remove_files) COMPLETE
49012024-10-21T22:12:01.897Z[ recovery-image] Oct 21 22:12:00.625 INFO O| Oct 21 22:12:00.625 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-10-21T22:12:01.914Z[ recovery-image] Oct 21 22:12:00.641 INFO O| Oct 21 22:12:00.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49032024-10-21T22:12:01.916Z[ recovery-image] Oct 21 22:12:00.641 INFO O| Oct 21 22:12:00.641 INFO STEP 262 (remove_files) COMPLETE
49042024-10-21T22:12:01.916Z[ recovery-image] Oct 21 22:12:00.641 INFO O| Oct 21 22:12:00.641 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-10-21T22:12:01.929Z[ recovery-image] Oct 21 22:12:00.657 INFO O| Oct 21 22:12:00.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49062024-10-21T22:12:01.929Z[ recovery-image] Oct 21 22:12:00.657 INFO O| Oct 21 22:12:00.657 INFO STEP 263 (remove_files) COMPLETE
49072024-10-21T22:12:01.932Z[ recovery-image] Oct 21 22:12:00.657 INFO O| Oct 21 22:12:00.657 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-10-21T22:12:01.944Z[ recovery-image] Oct 21 22:12:00.672 INFO O| Oct 21 22:12:00.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49092024-10-21T22:12:01.947Z[ recovery-image] Oct 21 22:12:00.673 INFO O| Oct 21 22:12:00.673 INFO STEP 264 (remove_files) COMPLETE
49102024-10-21T22:12:01.947Z[ recovery-image] Oct 21 22:12:00.673 INFO O| Oct 21 22:12:00.673 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-10-21T22:12:01.958Z[ recovery-image] Oct 21 22:12:00.686 INFO O| Oct 21 22:12:00.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49122024-10-21T22:12:01.961Z[ recovery-image] Oct 21 22:12:00.686 INFO O| Oct 21 22:12:00.686 INFO STEP 265 (remove_files) COMPLETE
49132024-10-21T22:12:01.961Z[ recovery-image] Oct 21 22:12:00.686 INFO O| Oct 21 22:12:00.686 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-10-21T22:12:01.970Z[ recovery-image] Oct 21 22:12:00.698 INFO O| Oct 21 22:12:00.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49152024-10-21T22:12:01.973Z[ recovery-image] Oct 21 22:12:00.698 INFO O| Oct 21 22:12:00.698 INFO STEP 266 (remove_files) COMPLETE
49162024-10-21T22:12:01.973Z[ recovery-image] Oct 21 22:12:00.698 INFO O| Oct 21 22:12:00.698 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-10-21T22:12:01.983Z[ recovery-image] Oct 21 22:12:00.711 INFO O| Oct 21 22:12:00.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49182024-10-21T22:12:01.985Z[ recovery-image] Oct 21 22:12:00.711 INFO O| Oct 21 22:12:00.711 INFO STEP 267 (remove_files) COMPLETE
49192024-10-21T22:12:01.985Z[ recovery-image] Oct 21 22:12:00.711 INFO O| Oct 21 22:12:00.711 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-10-21T22:12:01.998Z[ recovery-image] Oct 21 22:12:00.726 INFO O| Oct 21 22:12:00.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49212024-10-21T22:12:01.998Z[ recovery-image] Oct 21 22:12:00.726 INFO O| Oct 21 22:12:00.726 INFO STEP 268 (remove_files) COMPLETE
49222024-10-21T22:12:02.001Z[ recovery-image] Oct 21 22:12:00.726 INFO O| Oct 21 22:12:00.726 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-10-21T22:12:02.015Z[ recovery-image] Oct 21 22:12:00.742 INFO O| Oct 21 22:12:00.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49242024-10-21T22:12:02.015Z[ recovery-image] Oct 21 22:12:00.742 INFO O| Oct 21 22:12:00.742 INFO STEP 269 (remove_files) COMPLETE
49252024-10-21T22:12:02.017Z[ recovery-image] Oct 21 22:12:00.742 INFO O| Oct 21 22:12:00.742 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-10-21T22:12:02.027Z[ recovery-image] Oct 21 22:12:00.754 INFO O| Oct 21 22:12:00.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49272024-10-21T22:12:02.027Z[ recovery-image] Oct 21 22:12:00.754 INFO O| Oct 21 22:12:00.754 INFO STEP 270 (remove_files) COMPLETE
49282024-10-21T22:12:02.027Z[ recovery-image] Oct 21 22:12:00.754 INFO O| Oct 21 22:12:00.754 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-10-21T22:12:02.039Z[ recovery-image] Oct 21 22:12:00.766 INFO O| Oct 21 22:12:00.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49302024-10-21T22:12:02.039Z[ recovery-image] Oct 21 22:12:00.766 INFO O| Oct 21 22:12:00.766 INFO STEP 271 (remove_files) COMPLETE
49312024-10-21T22:12:02.039Z[ recovery-image] Oct 21 22:12:00.766 INFO O| Oct 21 22:12:00.766 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-10-21T22:12:02.055Z[ recovery-image] Oct 21 22:12:00.783 INFO O| Oct 21 22:12:00.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49332024-10-21T22:12:02.055Z[ recovery-image] Oct 21 22:12:00.783 INFO O| Oct 21 22:12:00.783 INFO STEP 272 (remove_files) COMPLETE
49342024-10-21T22:12:02.055Z[ recovery-image] Oct 21 22:12:00.783 INFO O| Oct 21 22:12:00.783 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-10-21T22:12:02.071Z[ recovery-image] Oct 21 22:12:00.799 INFO O| Oct 21 22:12:00.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49362024-10-21T22:12:02.072Z[ recovery-image] Oct 21 22:12:00.799 INFO O| Oct 21 22:12:00.799 INFO STEP 273 (remove_files) COMPLETE
49372024-10-21T22:12:02.074Z[ recovery-image] Oct 21 22:12:00.799 INFO O| Oct 21 22:12:00.799 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-10-21T22:12:02.083Z[ recovery-image] Oct 21 22:12:00.810 INFO O| Oct 21 22:12:00.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49392024-10-21T22:12:02.083Z[ recovery-image] Oct 21 22:12:00.810 INFO O| Oct 21 22:12:00.810 INFO STEP 274 (remove_files) COMPLETE
49402024-10-21T22:12:02.083Z[ recovery-image] Oct 21 22:12:00.810 INFO O| Oct 21 22:12:00.810 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-10-21T22:12:02.098Z[ recovery-image] Oct 21 22:12:00.826 INFO O| Oct 21 22:12:00.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49422024-10-21T22:12:02.101Z[ recovery-image] Oct 21 22:12:00.826 INFO O| Oct 21 22:12:00.826 INFO STEP 275 (remove_files) COMPLETE
49432024-10-21T22:12:02.101Z[ recovery-image] Oct 21 22:12:00.826 INFO O| Oct 21 22:12:00.826 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-10-21T22:12:02.114Z[ recovery-image] Oct 21 22:12:00.842 INFO O| Oct 21 22:12:00.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49452024-10-21T22:12:02.117Z[ recovery-image] Oct 21 22:12:00.842 INFO O| Oct 21 22:12:00.842 INFO STEP 276 (remove_files) COMPLETE
49462024-10-21T22:12:02.117Z[ recovery-image] Oct 21 22:12:00.842 INFO O| Oct 21 22:12:00.842 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-10-21T22:12:02.129Z[ recovery-image] Oct 21 22:12:00.857 INFO O| Oct 21 22:12:00.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49482024-10-21T22:12:02.130Z[ recovery-image] Oct 21 22:12:00.857 INFO O| Oct 21 22:12:00.857 INFO STEP 277 (remove_files) COMPLETE
49492024-10-21T22:12:02.130Z[ recovery-image] Oct 21 22:12:00.857 INFO O| Oct 21 22:12:00.857 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-10-21T22:12:02.144Z[ recovery-image] Oct 21 22:12:00.871 INFO O| Oct 21 22:12:00.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49512024-10-21T22:12:02.144Z[ recovery-image] Oct 21 22:12:00.871 INFO O| Oct 21 22:12:00.871 INFO STEP 278 (remove_files) COMPLETE
49522024-10-21T22:12:02.144Z[ recovery-image] Oct 21 22:12:00.872 INFO O| Oct 21 22:12:00.871 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-10-21T22:12:02.156Z[ recovery-image] Oct 21 22:12:00.884 INFO O| Oct 21 22:12:00.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49542024-10-21T22:12:02.156Z[ recovery-image] Oct 21 22:12:00.884 INFO O| Oct 21 22:12:00.884 INFO STEP 279 (remove_files) COMPLETE
49552024-10-21T22:12:02.158Z[ recovery-image] Oct 21 22:12:00.884 INFO O| Oct 21 22:12:00.884 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-10-21T22:12:02.171Z[ recovery-image] Oct 21 22:12:00.899 INFO O| Oct 21 22:12:00.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49572024-10-21T22:12:02.171Z[ recovery-image] Oct 21 22:12:00.899 INFO O| Oct 21 22:12:00.899 INFO STEP 280 (remove_files) COMPLETE
49582024-10-21T22:12:02.171Z[ recovery-image] Oct 21 22:12:00.899 INFO O| Oct 21 22:12:00.899 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-10-21T22:12:02.186Z[ recovery-image] Oct 21 22:12:00.913 INFO O| Oct 21 22:12:00.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49602024-10-21T22:12:02.186Z[ recovery-image] Oct 21 22:12:00.913 INFO O| Oct 21 22:12:00.913 INFO STEP 281 (remove_files) COMPLETE
49612024-10-21T22:12:02.186Z[ recovery-image] Oct 21 22:12:00.914 INFO O| Oct 21 22:12:00.913 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-10-21T22:12:02.197Z[ recovery-image] Oct 21 22:12:00.925 INFO O| Oct 21 22:12:00.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49632024-10-21T22:12:02.197Z[ recovery-image] Oct 21 22:12:00.925 INFO O| Oct 21 22:12:00.925 INFO STEP 282 (remove_files) COMPLETE
49642024-10-21T22:12:02.199Z[ recovery-image] Oct 21 22:12:00.925 INFO O| Oct 21 22:12:00.925 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-10-21T22:12:02.208Z[ recovery-image] Oct 21 22:12:00.936 INFO O| Oct 21 22:12:00.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49662024-10-21T22:12:02.208Z[ recovery-image] Oct 21 22:12:00.936 INFO O| Oct 21 22:12:00.936 INFO STEP 283 (remove_files) COMPLETE
49672024-10-21T22:12:02.208Z[ recovery-image] Oct 21 22:12:00.936 INFO O| Oct 21 22:12:00.936 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-10-21T22:12:02.223Z[ recovery-image] Oct 21 22:12:00.951 INFO O| Oct 21 22:12:00.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49692024-10-21T22:12:02.223Z[ recovery-image] Oct 21 22:12:00.951 INFO O| Oct 21 22:12:00.951 INFO STEP 284 (remove_files) COMPLETE
49702024-10-21T22:12:02.226Z[ recovery-image] Oct 21 22:12:00.951 INFO O| Oct 21 22:12:00.951 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-10-21T22:12:02.241Z[ recovery-image] Oct 21 22:12:00.968 INFO O| Oct 21 22:12:00.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49722024-10-21T22:12:02.241Z[ recovery-image] Oct 21 22:12:00.968 INFO O| Oct 21 22:12:00.968 INFO STEP 285 (remove_files) COMPLETE
49732024-10-21T22:12:02.241Z[ recovery-image] Oct 21 22:12:00.968 INFO O| Oct 21 22:12:00.968 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-10-21T22:12:02.259Z[ recovery-image] Oct 21 22:12:00.987 INFO O| Oct 21 22:12:00.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49752024-10-21T22:12:02.259Z[ recovery-image] Oct 21 22:12:00.987 INFO O| Oct 21 22:12:00.987 INFO STEP 286 (remove_files) COMPLETE
49762024-10-21T22:12:02.261Z[ recovery-image] Oct 21 22:12:00.987 INFO O| Oct 21 22:12:00.987 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-10-21T22:12:02.273Z[ recovery-image] Oct 21 22:12:01.001 INFO O| Oct 21 22:12:01.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49782024-10-21T22:12:02.273Z[ recovery-image] Oct 21 22:12:01.001 INFO O| Oct 21 22:12:01.001 INFO STEP 287 (remove_files) COMPLETE
49792024-10-21T22:12:02.276Z[ recovery-image] Oct 21 22:12:01.001 INFO O| Oct 21 22:12:01.001 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-10-21T22:12:02.287Z[ recovery-image] Oct 21 22:12:01.015 INFO O| Oct 21 22:12:01.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49812024-10-21T22:12:02.290Z[ recovery-image] Oct 21 22:12:01.016 INFO O| Oct 21 22:12:01.016 INFO STEP 288 (remove_files) COMPLETE
49822024-10-21T22:12:02.290Z[ recovery-image] Oct 21 22:12:01.016 INFO O| Oct 21 22:12:01.016 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-10-21T22:12:02.305Z[ recovery-image] Oct 21 22:12:01.032 INFO O| Oct 21 22:12:01.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49842024-10-21T22:12:02.305Z[ recovery-image] Oct 21 22:12:01.033 INFO O| Oct 21 22:12:01.033 INFO STEP 289 (remove_files) COMPLETE
49852024-10-21T22:12:02.307Z[ recovery-image] Oct 21 22:12:01.033 INFO O| Oct 21 22:12:01.033 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-10-21T22:12:02.327Z[ recovery-image] Oct 21 22:12:01.055 INFO O| Oct 21 22:12:01.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49872024-10-21T22:12:02.327Z[ recovery-image] Oct 21 22:12:01.055 INFO O| Oct 21 22:12:01.055 INFO STEP 290 (remove_files) COMPLETE
49882024-10-21T22:12:02.330Z[ recovery-image] Oct 21 22:12:01.055 INFO O| Oct 21 22:12:01.055 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-10-21T22:12:02.342Z[ recovery-image] Oct 21 22:12:01.069 INFO O| Oct 21 22:12:01.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49902024-10-21T22:12:02.346Z[ recovery-image] Oct 21 22:12:01.069 INFO O| Oct 21 22:12:01.069 INFO STEP 291 (remove_files) COMPLETE
49912024-10-21T22:12:02.346Z[ recovery-image] Oct 21 22:12:01.070 INFO O| Oct 21 22:12:01.069 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-10-21T22:12:02.358Z[ recovery-image] Oct 21 22:12:01.086 INFO O| Oct 21 22:12:01.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49932024-10-21T22:12:02.358Z[ recovery-image] Oct 21 22:12:01.086 INFO O| Oct 21 22:12:01.086 INFO STEP 292 (remove_files) COMPLETE
49942024-10-21T22:12:02.361Z[ recovery-image] Oct 21 22:12:01.086 INFO O| Oct 21 22:12:01.086 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-10-21T22:12:02.378Z[ recovery-image] Oct 21 22:12:01.105 INFO O| Oct 21 22:12:01.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49962024-10-21T22:12:02.381Z[ recovery-image] Oct 21 22:12:01.105 INFO O| Oct 21 22:12:01.105 INFO STEP 293 (remove_files) COMPLETE
49972024-10-21T22:12:02.381Z[ recovery-image] Oct 21 22:12:01.105 INFO O| Oct 21 22:12:01.105 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-10-21T22:12:02.392Z[ recovery-image] Oct 21 22:12:01.120 INFO O| Oct 21 22:12:01.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49992024-10-21T22:12:02.392Z[ recovery-image] Oct 21 22:12:01.120 INFO O| Oct 21 22:12:01.120 INFO STEP 294 (remove_files) COMPLETE
50002024-10-21T22:12:02.395Z[ recovery-image] Oct 21 22:12:01.120 INFO O| Oct 21 22:12:01.120 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-10-21T22:12:02.407Z[ recovery-image] Oct 21 22:12:01.135 INFO O| Oct 21 22:12:01.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50022024-10-21T22:12:02.410Z[ recovery-image] Oct 21 22:12:01.135 INFO O| Oct 21 22:12:01.135 INFO STEP 295 (remove_files) COMPLETE
50032024-10-21T22:12:02.410Z[ recovery-image] Oct 21 22:12:01.135 INFO O| Oct 21 22:12:01.135 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-10-21T22:12:02.428Z[ recovery-image] Oct 21 22:12:01.155 INFO O| Oct 21 22:12:01.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50052024-10-21T22:12:02.430Z[ recovery-image] Oct 21 22:12:01.155 INFO O| Oct 21 22:12:01.155 INFO STEP 296 (remove_files) COMPLETE
50062024-10-21T22:12:02.430Z[ recovery-image] Oct 21 22:12:01.155 INFO O| Oct 21 22:12:01.155 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-10-21T22:12:02.444Z[ recovery-image] Oct 21 22:12:01.171 INFO O| Oct 21 22:12:01.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50082024-10-21T22:12:02.444Z[ recovery-image] Oct 21 22:12:01.171 INFO O| Oct 21 22:12:01.171 INFO STEP 297 (remove_files) COMPLETE
50092024-10-21T22:12:02.446Z[ recovery-image] Oct 21 22:12:01.171 INFO O| Oct 21 22:12:01.171 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-10-21T22:12:02.457Z[ recovery-image] Oct 21 22:12:01.185 INFO O| Oct 21 22:12:01.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50112024-10-21T22:12:02.460Z[ recovery-image] Oct 21 22:12:01.185 INFO O| Oct 21 22:12:01.185 INFO STEP 298 (remove_files) COMPLETE
50122024-10-21T22:12:02.460Z[ recovery-image] Oct 21 22:12:01.185 INFO O| Oct 21 22:12:01.185 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-10-21T22:12:02.471Z[ recovery-image] Oct 21 22:12:01.198 INFO O| Oct 21 22:12:01.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50142024-10-21T22:12:02.473Z[ recovery-image] Oct 21 22:12:01.198 INFO O| Oct 21 22:12:01.198 INFO STEP 299 (remove_files) COMPLETE
50152024-10-21T22:12:02.473Z[ recovery-image] Oct 21 22:12:01.199 INFO O| Oct 21 22:12:01.198 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-10-21T22:12:02.487Z[ recovery-image] Oct 21 22:12:01.215 INFO O| Oct 21 22:12:01.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50172024-10-21T22:12:02.489Z[ recovery-image] Oct 21 22:12:01.215 INFO O| Oct 21 22:12:01.215 INFO STEP 300 (remove_files) COMPLETE
50182024-10-21T22:12:02.489Z[ recovery-image] Oct 21 22:12:01.215 INFO O| Oct 21 22:12:01.215 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-10-21T22:12:02.505Z[ recovery-image] Oct 21 22:12:01.232 INFO O| Oct 21 22:12:01.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50202024-10-21T22:12:02.507Z[ recovery-image] Oct 21 22:12:01.232 INFO O| Oct 21 22:12:01.232 INFO STEP 301 (remove_files) COMPLETE
50212024-10-21T22:12:02.507Z[ recovery-image] Oct 21 22:12:01.232 INFO O| Oct 21 22:12:01.232 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-10-21T22:12:02.522Z[ recovery-image] Oct 21 22:12:01.250 INFO O| Oct 21 22:12:01.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50232024-10-21T22:12:02.522Z[ recovery-image] Oct 21 22:12:01.250 INFO O| Oct 21 22:12:01.250 INFO STEP 302 (remove_files) COMPLETE
50242024-10-21T22:12:02.524Z[ recovery-image] Oct 21 22:12:01.250 INFO O| Oct 21 22:12:01.250 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-10-21T22:12:02.539Z[ recovery-image] Oct 21 22:12:01.267 INFO O| Oct 21 22:12:01.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50262024-10-21T22:12:02.542Z[ recovery-image] Oct 21 22:12:01.267 INFO O| Oct 21 22:12:01.267 INFO STEP 303 (remove_files) COMPLETE
50272024-10-21T22:12:02.542Z[ recovery-image] Oct 21 22:12:01.267 INFO O| Oct 21 22:12:01.267 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-10-21T22:12:02.557Z[ recovery-image] Oct 21 22:12:01.285 INFO O| Oct 21 22:12:01.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50292024-10-21T22:12:02.557Z[ recovery-image] Oct 21 22:12:01.285 INFO O| Oct 21 22:12:01.285 INFO STEP 304 (remove_files) COMPLETE
50302024-10-21T22:12:02.559Z[ recovery-image] Oct 21 22:12:01.285 INFO O| Oct 21 22:12:01.285 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-10-21T22:12:02.575Z[ recovery-image] Oct 21 22:12:01.302 INFO O| Oct 21 22:12:01.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50322024-10-21T22:12:02.577Z[ recovery-image] Oct 21 22:12:01.302 INFO O| Oct 21 22:12:01.302 INFO STEP 305 (remove_files) COMPLETE
50332024-10-21T22:12:02.577Z[ recovery-image] Oct 21 22:12:01.302 INFO O| Oct 21 22:12:01.302 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-10-21T22:12:02.592Z[ recovery-image] Oct 21 22:12:01.319 INFO O| Oct 21 22:12:01.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50352024-10-21T22:12:02.594Z[ recovery-image] Oct 21 22:12:01.319 INFO O| Oct 21 22:12:01.319 INFO STEP 306 (remove_files) COMPLETE
50362024-10-21T22:12:02.594Z[ recovery-image] Oct 21 22:12:01.319 INFO O| Oct 21 22:12:01.319 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-10-21T22:12:02.608Z[ recovery-image] Oct 21 22:12:01.336 INFO O| Oct 21 22:12:01.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50382024-10-21T22:12:02.608Z[ recovery-image] Oct 21 22:12:01.336 INFO O| Oct 21 22:12:01.336 INFO STEP 307 (remove_files) COMPLETE
50392024-10-21T22:12:02.611Z[ recovery-image] Oct 21 22:12:01.336 INFO O| Oct 21 22:12:01.336 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-10-21T22:12:02.624Z[ recovery-image] Oct 21 22:12:01.352 INFO O| Oct 21 22:12:01.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50412024-10-21T22:12:02.626Z[ recovery-image] Oct 21 22:12:01.352 INFO O| Oct 21 22:12:01.352 INFO STEP 308 (remove_files) COMPLETE
50422024-10-21T22:12:02.626Z[ recovery-image] Oct 21 22:12:01.352 INFO O| Oct 21 22:12:01.352 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-10-21T22:12:02.641Z[ recovery-image] Oct 21 22:12:01.369 INFO O| Oct 21 22:12:01.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50442024-10-21T22:12:02.643Z[ recovery-image] Oct 21 22:12:01.369 INFO O| Oct 21 22:12:01.369 INFO STEP 309 (remove_files) COMPLETE
50452024-10-21T22:12:02.643Z[ recovery-image] Oct 21 22:12:01.369 INFO O| Oct 21 22:12:01.369 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-10-21T22:12:02.658Z[ recovery-image] Oct 21 22:12:01.386 INFO O| Oct 21 22:12:01.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50472024-10-21T22:12:02.658Z[ recovery-image] Oct 21 22:12:01.386 INFO O| Oct 21 22:12:01.386 INFO STEP 310 (remove_files) COMPLETE
50482024-10-21T22:12:02.661Z[ recovery-image] Oct 21 22:12:01.386 INFO O| Oct 21 22:12:01.386 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-10-21T22:12:02.678Z[ recovery-image] Oct 21 22:12:01.406 INFO O| Oct 21 22:12:01.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50502024-10-21T22:12:02.678Z[ recovery-image] Oct 21 22:12:01.406 INFO O| Oct 21 22:12:01.406 INFO STEP 311 (remove_files) COMPLETE
50512024-10-21T22:12:02.681Z[ recovery-image] Oct 21 22:12:01.406 INFO O| Oct 21 22:12:01.406 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-10-21T22:12:02.695Z[ recovery-image] Oct 21 22:12:01.423 INFO O| Oct 21 22:12:01.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50532024-10-21T22:12:02.695Z[ recovery-image] Oct 21 22:12:01.423 INFO O| Oct 21 22:12:01.423 INFO STEP 312 (remove_files) COMPLETE
50542024-10-21T22:12:02.697Z[ recovery-image] Oct 21 22:12:01.423 INFO O| Oct 21 22:12:01.423 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-10-21T22:12:02.714Z[ recovery-image] Oct 21 22:12:01.441 INFO O| Oct 21 22:12:01.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50562024-10-21T22:12:02.714Z[ recovery-image] Oct 21 22:12:01.441 INFO O| Oct 21 22:12:01.441 INFO STEP 313 (remove_files) COMPLETE
50572024-10-21T22:12:02.716Z[ recovery-image] Oct 21 22:12:01.441 INFO O| Oct 21 22:12:01.441 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-10-21T22:12:02.731Z[ recovery-image] Oct 21 22:12:01.459 INFO O| Oct 21 22:12:01.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50592024-10-21T22:12:02.734Z[ recovery-image] Oct 21 22:12:01.459 INFO O| Oct 21 22:12:01.459 INFO STEP 314 (remove_files) COMPLETE
50602024-10-21T22:12:02.734Z[ recovery-image] Oct 21 22:12:01.459 INFO O| Oct 21 22:12:01.459 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-10-21T22:12:02.749Z[ recovery-image] Oct 21 22:12:01.477 INFO O| Oct 21 22:12:01.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50622024-10-21T22:12:02.752Z[ recovery-image] Oct 21 22:12:01.477 INFO O| Oct 21 22:12:01.477 INFO STEP 315 (remove_files) COMPLETE
50632024-10-21T22:12:02.752Z[ recovery-image] Oct 21 22:12:01.477 INFO O| Oct 21 22:12:01.477 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-10-21T22:12:02.767Z[ recovery-image] Oct 21 22:12:01.495 INFO O| Oct 21 22:12:01.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50652024-10-21T22:12:02.770Z[ recovery-image] Oct 21 22:12:01.495 INFO O| Oct 21 22:12:01.495 INFO STEP 316 (remove_files) COMPLETE
50662024-10-21T22:12:02.770Z[ recovery-image] Oct 21 22:12:01.495 INFO O| Oct 21 22:12:01.495 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-10-21T22:12:02.786Z[ recovery-image] Oct 21 22:12:01.514 INFO O| Oct 21 22:12:01.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50682024-10-21T22:12:02.786Z[ recovery-image] Oct 21 22:12:01.514 INFO O| Oct 21 22:12:01.514 INFO STEP 317 (remove_files) COMPLETE
50692024-10-21T22:12:02.789Z[ recovery-image] Oct 21 22:12:01.514 INFO O| Oct 21 22:12:01.514 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-10-21T22:12:02.800Z[ recovery-image] Oct 21 22:12:01.528 INFO O| Oct 21 22:12:01.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50712024-10-21T22:12:02.802Z[ recovery-image] Oct 21 22:12:01.528 INFO O| Oct 21 22:12:01.528 INFO STEP 318 (remove_files) COMPLETE
50722024-10-21T22:12:02.802Z[ recovery-image] Oct 21 22:12:01.528 INFO O| Oct 21 22:12:01.528 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-10-21T22:12:02.814Z[ recovery-image] Oct 21 22:12:01.542 INFO O| Oct 21 22:12:01.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50742024-10-21T22:12:02.817Z[ recovery-image] Oct 21 22:12:01.542 INFO O| Oct 21 22:12:01.542 INFO STEP 319 (remove_files) COMPLETE
50752024-10-21T22:12:02.817Z[ recovery-image] Oct 21 22:12:01.542 INFO O| Oct 21 22:12:01.542 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-10-21T22:12:02.828Z[ recovery-image] Oct 21 22:12:01.555 INFO O| Oct 21 22:12:01.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50772024-10-21T22:12:02.830Z[ recovery-image] Oct 21 22:12:01.555 INFO O| Oct 21 22:12:01.555 INFO STEP 320 (remove_files) COMPLETE
50782024-10-21T22:12:02.830Z[ recovery-image] Oct 21 22:12:01.555 INFO O| Oct 21 22:12:01.555 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-10-21T22:12:02.841Z[ recovery-image] Oct 21 22:12:01.569 INFO O| Oct 21 22:12:01.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50802024-10-21T22:12:02.843Z[ recovery-image] Oct 21 22:12:01.569 INFO O| Oct 21 22:12:01.569 INFO STEP 321 (remove_files) COMPLETE
50812024-10-21T22:12:02.843Z[ recovery-image] Oct 21 22:12:01.569 INFO O| Oct 21 22:12:01.569 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-10-21T22:12:02.855Z[ recovery-image] Oct 21 22:12:01.582 INFO O| Oct 21 22:12:01.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50832024-10-21T22:12:02.857Z[ recovery-image] Oct 21 22:12:01.582 INFO O| Oct 21 22:12:01.582 INFO STEP 322 (remove_files) COMPLETE
50842024-10-21T22:12:02.857Z[ recovery-image] Oct 21 22:12:01.582 INFO O| Oct 21 22:12:01.582 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-10-21T22:12:02.871Z[ recovery-image] Oct 21 22:12:01.599 INFO O| Oct 21 22:12:01.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50862024-10-21T22:12:02.874Z[ recovery-image] Oct 21 22:12:01.599 INFO O| Oct 21 22:12:01.599 INFO STEP 323 (remove_files) COMPLETE
50872024-10-21T22:12:02.874Z[ recovery-image] Oct 21 22:12:01.599 INFO O| Oct 21 22:12:01.599 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-10-21T22:12:02.889Z[ recovery-image] Oct 21 22:12:01.616 INFO O| Oct 21 22:12:01.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50892024-10-21T22:12:02.889Z[ recovery-image] Oct 21 22:12:01.616 INFO O| Oct 21 22:12:01.616 INFO STEP 324 (remove_files) COMPLETE
50902024-10-21T22:12:02.898Z[ recovery-image] Oct 21 22:12:01.616 INFO O| Oct 21 22:12:01.616 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-10-21T22:12:02.906Z[ recovery-image] Oct 21 22:12:01.630 INFO O| Oct 21 22:12:01.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50922024-10-21T22:12:02.906Z[ recovery-image] Oct 21 22:12:01.630 INFO O| Oct 21 22:12:01.630 INFO STEP 325 (remove_files) COMPLETE
50932024-10-21T22:12:02.906Z[ recovery-image] Oct 21 22:12:01.630 INFO O| Oct 21 22:12:01.630 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-10-21T22:12:02.919Z[ recovery-image] Oct 21 22:12:01.646 INFO O| Oct 21 22:12:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50952024-10-21T22:12:02.925Z[ recovery-image] Oct 21 22:12:01.646 INFO O| Oct 21 22:12:01.646 INFO STEP 326 (remove_files) COMPLETE
50962024-10-21T22:12:02.925Z[ recovery-image] Oct 21 22:12:01.646 INFO O| Oct 21 22:12:01.646 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-10-21T22:12:02.932Z[ recovery-image] Oct 21 22:12:01.660 INFO O| Oct 21 22:12:01.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50982024-10-21T22:12:02.935Z[ recovery-image] Oct 21 22:12:01.660 INFO O| Oct 21 22:12:01.660 INFO STEP 327 (remove_files) COMPLETE
50992024-10-21T22:12:02.935Z[ recovery-image] Oct 21 22:12:01.660 INFO O| Oct 21 22:12:01.660 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-10-21T22:12:02.949Z[ recovery-image] Oct 21 22:12:01.676 INFO O| Oct 21 22:12:01.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51012024-10-21T22:12:02.951Z[ recovery-image] Oct 21 22:12:01.676 INFO O| Oct 21 22:12:01.676 INFO STEP 328 (remove_files) COMPLETE
51022024-10-21T22:12:02.951Z[ recovery-image] Oct 21 22:12:01.676 INFO O| Oct 21 22:12:01.676 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-10-21T22:12:02.962Z[ recovery-image] Oct 21 22:12:01.690 INFO O| Oct 21 22:12:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51042024-10-21T22:12:02.962Z[ recovery-image] Oct 21 22:12:01.690 INFO O| Oct 21 22:12:01.690 INFO STEP 329 (remove_files) COMPLETE
51052024-10-21T22:12:02.965Z[ recovery-image] Oct 21 22:12:01.690 INFO O| Oct 21 22:12:01.690 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-10-21T22:12:02.976Z[ recovery-image] Oct 21 22:12:01.704 INFO O| Oct 21 22:12:01.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51072024-10-21T22:12:02.978Z[ recovery-image] Oct 21 22:12:01.704 INFO O| Oct 21 22:12:01.704 INFO STEP 330 (remove_files) COMPLETE
51082024-10-21T22:12:02.978Z[ recovery-image] Oct 21 22:12:01.704 INFO O| Oct 21 22:12:01.704 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-10-21T22:12:02.986Z[ recovery-image] Oct 21 22:12:01.713 INFO O| Oct 21 22:12:01.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51102024-10-21T22:12:02.988Z[ recovery-image] Oct 21 22:12:01.713 INFO O| Oct 21 22:12:01.713 INFO STEP 331 (remove_files) COMPLETE
51112024-10-21T22:12:02.988Z[ recovery-image] Oct 21 22:12:01.713 INFO O| Oct 21 22:12:01.713 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-10-21T22:12:02.995Z[ recovery-image] Oct 21 22:12:01.723 INFO O| Oct 21 22:12:01.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51132024-10-21T22:12:02.995Z[ recovery-image] Oct 21 22:12:01.723 INFO O| Oct 21 22:12:01.723 INFO STEP 332 (remove_files) COMPLETE
51142024-10-21T22:12:02.998Z[ recovery-image] Oct 21 22:12:01.723 INFO O| Oct 21 22:12:01.723 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-10-21T22:12:03.005Z[ recovery-image] Oct 21 22:12:01.733 INFO O| Oct 21 22:12:01.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51162024-10-21T22:12:03.005Z[ recovery-image] Oct 21 22:12:01.733 INFO O| Oct 21 22:12:01.733 INFO STEP 333 (remove_files) COMPLETE
51172024-10-21T22:12:03.014Z[ recovery-image] Oct 21 22:12:01.733 INFO O| Oct 21 22:12:01.733 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-10-21T22:12:03.017Z[ recovery-image] Oct 21 22:12:01.744 INFO O| Oct 21 22:12:01.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51192024-10-21T22:12:03.017Z[ recovery-image] Oct 21 22:12:01.744 INFO O| Oct 21 22:12:01.744 INFO STEP 334 (remove_files) COMPLETE
51202024-10-21T22:12:03.017Z[ recovery-image] Oct 21 22:12:01.744 INFO O| Oct 21 22:12:01.744 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-10-21T22:12:03.027Z[ recovery-image] Oct 21 22:12:01.754 INFO O| Oct 21 22:12:01.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51222024-10-21T22:12:03.029Z[ recovery-image] Oct 21 22:12:01.754 INFO O| Oct 21 22:12:01.754 INFO STEP 335 (remove_files) COMPLETE
51232024-10-21T22:12:03.029Z[ recovery-image] Oct 21 22:12:01.755 INFO O| Oct 21 22:12:01.754 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-10-21T22:12:03.037Z[ recovery-image] Oct 21 22:12:01.764 INFO O| Oct 21 22:12:01.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51252024-10-21T22:12:03.039Z[ recovery-image] Oct 21 22:12:01.765 INFO O| Oct 21 22:12:01.765 INFO STEP 336 (remove_files) COMPLETE
51262024-10-21T22:12:03.039Z[ recovery-image] Oct 21 22:12:01.765 INFO O| Oct 21 22:12:01.765 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-10-21T22:12:03.047Z[ recovery-image] Oct 21 22:12:01.775 INFO O| Oct 21 22:12:01.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51282024-10-21T22:12:03.047Z[ recovery-image] Oct 21 22:12:01.775 INFO O| Oct 21 22:12:01.775 INFO STEP 337 (remove_files) COMPLETE
51292024-10-21T22:12:03.048Z[ recovery-image] Oct 21 22:12:01.775 INFO O| Oct 21 22:12:01.775 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-10-21T22:12:03.057Z[ recovery-image] Oct 21 22:12:01.785 INFO O| Oct 21 22:12:01.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51312024-10-21T22:12:03.058Z[ recovery-image] Oct 21 22:12:01.785 INFO O| Oct 21 22:12:01.785 INFO STEP 338 (remove_files) COMPLETE
51322024-10-21T22:12:03.058Z[ recovery-image] Oct 21 22:12:01.785 INFO O| Oct 21 22:12:01.785 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-10-21T22:12:03.068Z[ recovery-image] Oct 21 22:12:01.795 INFO O| Oct 21 22:12:01.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51342024-10-21T22:12:03.068Z[ recovery-image] Oct 21 22:12:01.795 INFO O| Oct 21 22:12:01.795 INFO STEP 339 (remove_files) COMPLETE
51352024-10-21T22:12:03.070Z[ recovery-image] Oct 21 22:12:01.795 INFO O| Oct 21 22:12:01.795 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-10-21T22:12:03.078Z[ recovery-image] Oct 21 22:12:01.805 INFO O| Oct 21 22:12:01.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51372024-10-21T22:12:03.080Z[ recovery-image] Oct 21 22:12:01.805 INFO O| Oct 21 22:12:01.805 INFO STEP 340 (remove_files) COMPLETE
51382024-10-21T22:12:03.080Z[ recovery-image] Oct 21 22:12:01.806 INFO O| Oct 21 22:12:01.805 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-10-21T22:12:03.088Z[ recovery-image] Oct 21 22:12:01.815 INFO O| Oct 21 22:12:01.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51402024-10-21T22:12:03.088Z[ recovery-image] Oct 21 22:12:01.816 INFO O| Oct 21 22:12:01.816 INFO STEP 341 (remove_files) COMPLETE
51412024-10-21T22:12:03.091Z[ recovery-image] Oct 21 22:12:01.816 INFO O| Oct 21 22:12:01.816 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-10-21T22:12:03.098Z[ recovery-image] Oct 21 22:12:01.826 INFO O| Oct 21 22:12:01.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51432024-10-21T22:12:03.101Z[ recovery-image] Oct 21 22:12:01.826 INFO O| Oct 21 22:12:01.826 INFO STEP 342 (remove_files) COMPLETE
51442024-10-21T22:12:03.101Z[ recovery-image] Oct 21 22:12:01.826 INFO O| Oct 21 22:12:01.826 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-10-21T22:12:03.108Z[ recovery-image] Oct 21 22:12:01.836 INFO O| Oct 21 22:12:01.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51462024-10-21T22:12:03.108Z[ recovery-image] Oct 21 22:12:01.836 INFO O| Oct 21 22:12:01.836 INFO STEP 343 (remove_files) COMPLETE
51472024-10-21T22:12:03.111Z[ recovery-image] Oct 21 22:12:01.836 INFO O| Oct 21 22:12:01.836 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-10-21T22:12:03.119Z[ recovery-image] Oct 21 22:12:01.847 INFO O| Oct 21 22:12:01.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51492024-10-21T22:12:03.119Z[ recovery-image] Oct 21 22:12:01.847 INFO O| Oct 21 22:12:01.847 INFO STEP 344 (remove_files) COMPLETE
51502024-10-21T22:12:03.119Z[ recovery-image] Oct 21 22:12:01.847 INFO O| Oct 21 22:12:01.847 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-10-21T22:12:03.130Z[ recovery-image] Oct 21 22:12:01.857 INFO O| Oct 21 22:12:01.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51522024-10-21T22:12:03.130Z[ recovery-image] Oct 21 22:12:01.857 INFO O| Oct 21 22:12:01.857 INFO STEP 345 (remove_files) COMPLETE
51532024-10-21T22:12:03.132Z[ recovery-image] Oct 21 22:12:01.857 INFO O| Oct 21 22:12:01.857 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-10-21T22:12:03.140Z[ host-image] Oct 21 22:12:01.868 INFO O| Oct 21 22:12:01.868 INFO O| Planning: Solver setup ... Done
51552024-10-21T22:12:03.143Z[ recovery-image] Oct 21 22:12:01.868 INFO O| Oct 21 22:12:01.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51562024-10-21T22:12:03.143Z[ recovery-image] Oct 21 22:12:01.868 INFO O| Oct 21 22:12:01.868 INFO STEP 346 (remove_files) COMPLETE
51572024-10-21T22:12:03.143Z[ recovery-image] Oct 21 22:12:01.868 INFO O| Oct 21 22:12:01.868 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-10-21T22:12:03.145Z[ host-image] Oct 21 22:12:01.872 INFO O| Oct 21 22:12:01.872 INFO O| Planning: Running solver ... Done
51592024-10-21T22:12:03.152Z[ recovery-image] Oct 21 22:12:01.880 INFO O| Oct 21 22:12:01.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51602024-10-21T22:12:03.152Z[ recovery-image] Oct 21 22:12:01.880 INFO O| Oct 21 22:12:01.880 INFO STEP 347 (remove_files) COMPLETE
51612024-10-21T22:12:03.155Z[ recovery-image] Oct 21 22:12:01.880 INFO O| Oct 21 22:12:01.880 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-10-21T22:12:03.163Z[ recovery-image] Oct 21 22:12:01.890 INFO O| Oct 21 22:12:01.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51632024-10-21T22:12:03.163Z[ recovery-image] Oct 21 22:12:01.891 INFO O| Oct 21 22:12:01.891 INFO STEP 348 (remove_files) COMPLETE
51642024-10-21T22:12:03.166Z[ recovery-image] Oct 21 22:12:01.891 INFO O| Oct 21 22:12:01.891 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-10-21T22:12:03.174Z[ recovery-image] Oct 21 22:12:01.902 INFO O| Oct 21 22:12:01.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51662024-10-21T22:12:03.177Z[ recovery-image] Oct 21 22:12:01.902 INFO O| Oct 21 22:12:01.902 INFO STEP 349 (remove_files) COMPLETE
51672024-10-21T22:12:03.177Z[ recovery-image] Oct 21 22:12:01.902 INFO O| Oct 21 22:12:01.902 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-10-21T22:12:03.186Z[ recovery-image] Oct 21 22:12:01.913 INFO O| Oct 21 22:12:01.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51692024-10-21T22:12:03.188Z[ recovery-image] Oct 21 22:12:01.913 INFO O| Oct 21 22:12:01.913 INFO STEP 350 (remove_files) COMPLETE
51702024-10-21T22:12:03.188Z[ recovery-image] Oct 21 22:12:01.913 INFO O| Oct 21 22:12:01.913 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-10-21T22:12:03.196Z[ recovery-image] Oct 21 22:12:01.924 INFO O| Oct 21 22:12:01.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51722024-10-21T22:12:03.196Z[ recovery-image] Oct 21 22:12:01.924 INFO O| Oct 21 22:12:01.924 INFO STEP 351 (remove_files) COMPLETE
51732024-10-21T22:12:03.199Z[ recovery-image] Oct 21 22:12:01.924 INFO O| Oct 21 22:12:01.924 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-10-21T22:12:03.199Z[ host-image] Oct 21 22:12:01.927 INFO O| Oct 21 22:12:01.926 INFO O| Planning: Finding local manifests ... Done
51752024-10-21T22:12:03.202Z[ host-image] Oct 21 22:12:01.928 INFO O| Oct 21 22:12:01.928 INFO O| Planning: Fetching manifests: 0/4 0% complete
51762024-10-21T22:12:03.206Z[ recovery-image] Oct 21 22:12:01.934 INFO O| Oct 21 22:12:01.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51772024-10-21T22:12:03.206Z[ recovery-image] Oct 21 22:12:01.934 INFO O| Oct 21 22:12:01.934 INFO STEP 352 (remove_files) COMPLETE
51782024-10-21T22:12:03.209Z[ recovery-image] Oct 21 22:12:01.934 INFO O| Oct 21 22:12:01.934 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-10-21T22:12:03.217Z[ recovery-image] Oct 21 22:12:01.944 INFO O| Oct 21 22:12:01.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51802024-10-21T22:12:03.217Z[ recovery-image] Oct 21 22:12:01.944 INFO O| Oct 21 22:12:01.944 INFO STEP 353 (remove_files) COMPLETE
51812024-10-21T22:12:03.220Z[ recovery-image] Oct 21 22:12:01.944 INFO O| Oct 21 22:12:01.944 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-10-21T22:12:03.227Z[ recovery-image] Oct 21 22:12:01.954 INFO O| Oct 21 22:12:01.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51832024-10-21T22:12:03.227Z[ recovery-image] Oct 21 22:12:01.955 INFO O| Oct 21 22:12:01.954 INFO STEP 354 (remove_files) COMPLETE
51842024-10-21T22:12:03.230Z[ recovery-image] Oct 21 22:12:01.955 INFO O| Oct 21 22:12:01.955 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-10-21T22:12:03.237Z[ recovery-image] Oct 21 22:12:01.965 INFO O| Oct 21 22:12:01.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51862024-10-21T22:12:03.240Z[ recovery-image] Oct 21 22:12:01.965 INFO O| Oct 21 22:12:01.965 INFO STEP 355 (remove_files) COMPLETE
51872024-10-21T22:12:03.240Z[ recovery-image] Oct 21 22:12:01.965 INFO O| Oct 21 22:12:01.965 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-10-21T22:12:03.247Z[ recovery-image] Oct 21 22:12:01.975 INFO O| Oct 21 22:12:01.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51892024-10-21T22:12:03.250Z[ recovery-image] Oct 21 22:12:01.975 INFO O| Oct 21 22:12:01.975 INFO STEP 356 (remove_files) COMPLETE
51902024-10-21T22:12:03.250Z[ recovery-image] Oct 21 22:12:01.975 INFO O| Oct 21 22:12:01.975 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-10-21T22:12:03.259Z[ recovery-image] Oct 21 22:12:01.986 INFO O| Oct 21 22:12:01.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51922024-10-21T22:12:03.261Z[ recovery-image] Oct 21 22:12:01.987 INFO O| Oct 21 22:12:01.986 INFO STEP 357 (remove_files) COMPLETE
51932024-10-21T22:12:03.261Z[ recovery-image] Oct 21 22:12:01.987 INFO O| Oct 21 22:12:01.986 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-10-21T22:12:03.271Z[ recovery-image] Oct 21 22:12:01.998 INFO O| Oct 21 22:12:01.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51952024-10-21T22:12:03.273Z[ recovery-image] Oct 21 22:12:01.998 INFO O| Oct 21 22:12:01.998 INFO STEP 358 (remove_files) COMPLETE
51962024-10-21T22:12:03.273Z[ recovery-image] Oct 21 22:12:01.998 INFO O| Oct 21 22:12:01.998 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-10-21T22:12:03.284Z[ recovery-image] Oct 21 22:12:02.011 INFO O| Oct 21 22:12:02.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51982024-10-21T22:12:03.284Z[ recovery-image] Oct 21 22:12:02.012 INFO O| Oct 21 22:12:02.012 INFO STEP 359 (remove_files) COMPLETE
51992024-10-21T22:12:03.287Z[ recovery-image] Oct 21 22:12:02.012 INFO O| Oct 21 22:12:02.012 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-10-21T22:12:03.296Z[ recovery-image] Oct 21 22:12:02.024 INFO O| Oct 21 22:12:02.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52012024-10-21T22:12:03.296Z[ recovery-image] Oct 21 22:12:02.024 INFO O| Oct 21 22:12:02.024 INFO STEP 360 (remove_files) COMPLETE
52022024-10-21T22:12:03.299Z[ recovery-image] Oct 21 22:12:02.024 INFO O| Oct 21 22:12:02.024 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-10-21T22:12:03.307Z[ recovery-image] Oct 21 22:12:02.034 INFO O| Oct 21 22:12:02.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52042024-10-21T22:12:03.307Z[ recovery-image] Oct 21 22:12:02.034 INFO O| Oct 21 22:12:02.034 INFO STEP 361 (remove_files) COMPLETE
52052024-10-21T22:12:03.307Z[ recovery-image] Oct 21 22:12:02.034 INFO O| Oct 21 22:12:02.034 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-10-21T22:12:03.317Z[ host-image] Oct 21 22:12:02.044 INFO O| Oct 21 22:12:02.044 INFO O| Planning: Fetching manifests: 4/4 100% complete
52072024-10-21T22:12:03.319Z[ recovery-image] Oct 21 22:12:02.045 INFO O| Oct 21 22:12:02.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52082024-10-21T22:12:03.319Z[ recovery-image] Oct 21 22:12:02.045 INFO O| Oct 21 22:12:02.045 INFO STEP 362 (remove_files) COMPLETE
52092024-10-21T22:12:03.319Z[ recovery-image] Oct 21 22:12:02.045 INFO O| Oct 21 22:12:02.045 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-10-21T22:12:03.328Z[ recovery-image] Oct 21 22:12:02.055 INFO O| Oct 21 22:12:02.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52112024-10-21T22:12:03.328Z[ recovery-image] Oct 21 22:12:02.055 INFO O| Oct 21 22:12:02.055 INFO STEP 363 (remove_files) COMPLETE
52122024-10-21T22:12:03.330Z[ recovery-image] Oct 21 22:12:02.055 INFO O| Oct 21 22:12:02.055 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-10-21T22:12:03.338Z[ recovery-image] Oct 21 22:12:02.066 INFO O| Oct 21 22:12:02.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52142024-10-21T22:12:03.338Z[ recovery-image] Oct 21 22:12:02.066 INFO O| Oct 21 22:12:02.066 INFO STEP 364 (remove_files) COMPLETE
52152024-10-21T22:12:03.341Z[ recovery-image] Oct 21 22:12:02.066 INFO O| Oct 21 22:12:02.066 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-10-21T22:12:03.343Z[ host-image] Oct 21 22:12:02.069 INFO O| Oct 21 22:12:02.069 INFO O| Planning: Package planning ... Done
52172024-10-21T22:12:03.346Z[ host-image] Oct 21 22:12:02.072 INFO O| Oct 21 22:12:02.072 INFO O| Planning: Merging actions ... Done
52182024-10-21T22:12:03.350Z[ recovery-image] Oct 21 22:12:02.078 INFO O| Oct 21 22:12:02.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52192024-10-21T22:12:03.353Z[ recovery-image] Oct 21 22:12:02.078 INFO O| Oct 21 22:12:02.078 INFO STEP 365 (remove_files) COMPLETE
52202024-10-21T22:12:03.353Z[ recovery-image] Oct 21 22:12:02.078 INFO O| Oct 21 22:12:02.078 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-10-21T22:12:03.362Z[ recovery-image] Oct 21 22:12:02.090 INFO O| Oct 21 22:12:02.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52222024-10-21T22:12:03.365Z[ recovery-image] Oct 21 22:12:02.090 INFO O| Oct 21 22:12:02.090 INFO STEP 366 (remove_files) COMPLETE
52232024-10-21T22:12:03.365Z[ recovery-image] Oct 21 22:12:02.090 INFO O| Oct 21 22:12:02.090 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-10-21T22:12:03.374Z[ recovery-image] Oct 21 22:12:02.102 INFO O| Oct 21 22:12:02.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52252024-10-21T22:12:03.377Z[ recovery-image] Oct 21 22:12:02.102 INFO O| Oct 21 22:12:02.102 INFO STEP 367 (remove_files) COMPLETE
52262024-10-21T22:12:03.377Z[ recovery-image] Oct 21 22:12:02.102 INFO O| Oct 21 22:12:02.102 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-10-21T22:12:03.386Z[ recovery-image] Oct 21 22:12:02.113 INFO O| Oct 21 22:12:02.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52282024-10-21T22:12:03.386Z[ recovery-image] Oct 21 22:12:02.114 INFO O| Oct 21 22:12:02.114 INFO STEP 368 (remove_files) COMPLETE
52292024-10-21T22:12:03.386Z[ recovery-image] Oct 21 22:12:02.114 INFO O| Oct 21 22:12:02.114 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-10-21T22:12:03.397Z[ recovery-image] Oct 21 22:12:02.125 INFO O| Oct 21 22:12:02.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52312024-10-21T22:12:03.397Z[ recovery-image] Oct 21 22:12:02.125 INFO O| Oct 21 22:12:02.125 INFO STEP 369 (remove_files) COMPLETE
52322024-10-21T22:12:03.400Z[ recovery-image] Oct 21 22:12:02.125 INFO O| Oct 21 22:12:02.125 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-10-21T22:12:03.407Z[ recovery-image] Oct 21 22:12:02.135 INFO O| Oct 21 22:12:02.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52342024-10-21T22:12:03.407Z[ recovery-image] Oct 21 22:12:02.135 INFO O| Oct 21 22:12:02.135 INFO STEP 370 (remove_files) COMPLETE
52352024-10-21T22:12:03.410Z[ recovery-image] Oct 21 22:12:02.135 INFO O| Oct 21 22:12:02.135 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-10-21T22:12:03.419Z[ recovery-image] Oct 21 22:12:02.145 INFO O| Oct 21 22:12:02.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52372024-10-21T22:12:03.419Z[ recovery-image] Oct 21 22:12:02.145 INFO O| Oct 21 22:12:02.145 INFO STEP 371 (remove_files) COMPLETE
52382024-10-21T22:12:03.419Z[ recovery-image] Oct 21 22:12:02.145 INFO O| Oct 21 22:12:02.145 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-10-21T22:12:03.422Z[ host-image] Oct 21 22:12:02.150 INFO O| Oct 21 22:12:02.150 INFO O| Planning: Checking for conflicting actions ... Done
52402024-10-21T22:12:03.425Z[ host-image] Oct 21 22:12:02.151 INFO O| Oct 21 22:12:02.151 INFO O| Planning: Consolidating action changes ... Done
52412024-10-21T22:12:03.428Z[ recovery-image] Oct 21 22:12:02.156 INFO O| Oct 21 22:12:02.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52422024-10-21T22:12:03.428Z[ recovery-image] Oct 21 22:12:02.156 INFO O| Oct 21 22:12:02.156 INFO STEP 372 (remove_files) COMPLETE
52432024-10-21T22:12:03.431Z[ recovery-image] Oct 21 22:12:02.156 INFO O| Oct 21 22:12:02.156 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-10-21T22:12:03.439Z[ recovery-image] Oct 21 22:12:02.166 INFO O| Oct 21 22:12:02.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52452024-10-21T22:12:03.441Z[ recovery-image] Oct 21 22:12:02.167 INFO O| Oct 21 22:12:02.167 INFO STEP 373 (remove_files) COMPLETE
52462024-10-21T22:12:03.441Z[ recovery-image] Oct 21 22:12:02.167 INFO O| Oct 21 22:12:02.167 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-10-21T22:12:03.450Z[ recovery-image] Oct 21 22:12:02.177 INFO O| Oct 21 22:12:02.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52482024-10-21T22:12:03.450Z[ recovery-image] Oct 21 22:12:02.178 INFO O| Oct 21 22:12:02.178 INFO STEP 374 (remove_files) COMPLETE
52492024-10-21T22:12:03.450Z[ recovery-image] Oct 21 22:12:02.178 INFO O| Oct 21 22:12:02.178 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-10-21T22:12:03.460Z[ recovery-image] Oct 21 22:12:02.188 INFO O| Oct 21 22:12:02.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52512024-10-21T22:12:03.460Z[ recovery-image] Oct 21 22:12:02.188 INFO O| Oct 21 22:12:02.188 INFO STEP 375 (remove_files) COMPLETE
52522024-10-21T22:12:03.463Z[ recovery-image] Oct 21 22:12:02.188 INFO O| Oct 21 22:12:02.188 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-10-21T22:12:03.470Z[ recovery-image] Oct 21 22:12:02.198 INFO O| Oct 21 22:12:02.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52542024-10-21T22:12:03.470Z[ recovery-image] Oct 21 22:12:02.198 INFO O| Oct 21 22:12:02.198 INFO STEP 376 (remove_files) COMPLETE
52552024-10-21T22:12:03.473Z[ recovery-image] Oct 21 22:12:02.198 INFO O| Oct 21 22:12:02.198 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-10-21T22:12:03.482Z[ recovery-image] Oct 21 22:12:02.208 INFO O| Oct 21 22:12:02.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52572024-10-21T22:12:03.482Z[ recovery-image] Oct 21 22:12:02.208 INFO O| Oct 21 22:12:02.208 INFO STEP 377 (remove_files) COMPLETE
52582024-10-21T22:12:03.484Z[ recovery-image] Oct 21 22:12:02.208 INFO O| Oct 21 22:12:02.208 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-10-21T22:12:03.492Z[ recovery-image] Oct 21 22:12:02.220 INFO O| Oct 21 22:12:02.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52602024-10-21T22:12:03.492Z[ recovery-image] Oct 21 22:12:02.220 INFO O| Oct 21 22:12:02.220 INFO STEP 378 (remove_files) COMPLETE
52612024-10-21T22:12:03.495Z[ recovery-image] Oct 21 22:12:02.220 INFO O| Oct 21 22:12:02.220 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-10-21T22:12:03.504Z[ recovery-image] Oct 21 22:12:02.232 INFO O| Oct 21 22:12:02.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52632024-10-21T22:12:03.507Z[ recovery-image] Oct 21 22:12:02.232 INFO O| Oct 21 22:12:02.232 INFO STEP 379 (remove_files) COMPLETE
52642024-10-21T22:12:03.507Z[ recovery-image] Oct 21 22:12:02.232 INFO O| Oct 21 22:12:02.232 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-10-21T22:12:03.515Z[ recovery-image] Oct 21 22:12:02.242 INFO O| Oct 21 22:12:02.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52662024-10-21T22:12:03.515Z[ recovery-image] Oct 21 22:12:02.242 INFO O| Oct 21 22:12:02.242 INFO STEP 380 (remove_files) COMPLETE
52672024-10-21T22:12:03.515Z[ recovery-image] Oct 21 22:12:02.242 INFO O| Oct 21 22:12:02.242 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-10-21T22:12:03.526Z[ recovery-image] Oct 21 22:12:02.254 INFO O| Oct 21 22:12:02.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52692024-10-21T22:12:03.529Z[ recovery-image] Oct 21 22:12:02.255 INFO O| Oct 21 22:12:02.255 INFO STEP 381 (remove_files) COMPLETE
52702024-10-21T22:12:03.529Z[ recovery-image] Oct 21 22:12:02.255 INFO O| Oct 21 22:12:02.255 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-10-21T22:12:03.538Z[ recovery-image] Oct 21 22:12:02.266 INFO O| Oct 21 22:12:02.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52722024-10-21T22:12:03.541Z[ recovery-image] Oct 21 22:12:02.267 INFO O| Oct 21 22:12:02.267 INFO STEP 382 (remove_files) COMPLETE
52732024-10-21T22:12:03.541Z[ recovery-image] Oct 21 22:12:02.267 INFO O| Oct 21 22:12:02.267 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-10-21T22:12:03.550Z[ recovery-image] Oct 21 22:12:02.277 INFO O| Oct 21 22:12:02.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52752024-10-21T22:12:03.550Z[ recovery-image] Oct 21 22:12:02.277 INFO O| Oct 21 22:12:02.277 INFO STEP 383 (remove_files) COMPLETE
52762024-10-21T22:12:03.552Z[ recovery-image] Oct 21 22:12:02.277 INFO O| Oct 21 22:12:02.277 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-10-21T22:12:03.561Z[ recovery-image] Oct 21 22:12:02.289 INFO O| Oct 21 22:12:02.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52782024-10-21T22:12:03.564Z[ recovery-image] Oct 21 22:12:02.289 INFO O| Oct 21 22:12:02.289 INFO STEP 384 (remove_files) COMPLETE
52792024-10-21T22:12:03.564Z[ recovery-image] Oct 21 22:12:02.289 INFO O| Oct 21 22:12:02.289 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-10-21T22:12:03.571Z[ recovery-image] Oct 21 22:12:02.299 INFO O| Oct 21 22:12:02.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52812024-10-21T22:12:03.575Z[ recovery-image] Oct 21 22:12:02.299 INFO O| Oct 21 22:12:02.299 INFO STEP 385 (remove_files) COMPLETE
52822024-10-21T22:12:03.575Z[ recovery-image] Oct 21 22:12:02.299 INFO O| Oct 21 22:12:02.299 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-10-21T22:12:03.582Z[ recovery-image] Oct 21 22:12:02.309 INFO O| Oct 21 22:12:02.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52842024-10-21T22:12:03.582Z[ recovery-image] Oct 21 22:12:02.309 INFO O| Oct 21 22:12:02.309 INFO STEP 386 (remove_files) COMPLETE
52852024-10-21T22:12:03.584Z[ recovery-image] Oct 21 22:12:02.309 INFO O| Oct 21 22:12:02.309 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-10-21T22:12:03.593Z[ recovery-image] Oct 21 22:12:02.321 INFO O| Oct 21 22:12:02.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52872024-10-21T22:12:03.593Z[ recovery-image] Oct 21 22:12:02.321 INFO O| Oct 21 22:12:02.321 INFO STEP 387 (remove_files) COMPLETE
52882024-10-21T22:12:03.596Z[ recovery-image] Oct 21 22:12:02.321 INFO O| Oct 21 22:12:02.321 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-10-21T22:12:03.603Z[ recovery-image] Oct 21 22:12:02.331 INFO O| Oct 21 22:12:02.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52902024-10-21T22:12:03.603Z[ recovery-image] Oct 21 22:12:02.331 INFO O| Oct 21 22:12:02.331 INFO STEP 388 (remove_files) COMPLETE
52912024-10-21T22:12:03.606Z[ recovery-image] Oct 21 22:12:02.331 INFO O| Oct 21 22:12:02.331 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-10-21T22:12:03.609Z[ host-image] Oct 21 22:12:02.336 INFO O| Oct 21 22:12:02.336 INFO O| Planning: Evaluating mediators ... Done
52932024-10-21T22:12:03.611Z[ host-image] Oct 21 22:12:02.337 INFO O| Oct 21 22:12:02.337 INFO O| Planning: Planning completed in 3.95 seconds
52942024-10-21T22:12:03.612Z[ host-image] Oct 21 22:12:02.339 INFO O| Oct 21 22:12:02.339 INFO O| Packages to install: 4
52952024-10-21T22:12:03.612Z[ host-image] Oct 21 22:12:02.339 INFO O| Oct 21 22:12:02.339 INFO O| Services to change: 2
52962024-10-21T22:12:03.617Z[ recovery-image] Oct 21 22:12:02.344 INFO O| Oct 21 22:12:02.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52972024-10-21T22:12:03.619Z[ recovery-image] Oct 21 22:12:02.344 INFO O| Oct 21 22:12:02.344 INFO STEP 389 (remove_files) COMPLETE
52982024-10-21T22:12:03.619Z[ recovery-image] Oct 21 22:12:02.344 INFO O| Oct 21 22:12:02.344 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-10-21T22:12:03.625Z[ host-image] Oct 21 22:12:02.352 INFO O| Oct 21 22:12:02.352 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
53002024-10-21T22:12:03.627Z[ recovery-image] Oct 21 22:12:02.355 INFO O| Oct 21 22:12:02.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53012024-10-21T22:12:03.630Z[ recovery-image] Oct 21 22:12:02.355 INFO O| Oct 21 22:12:02.355 INFO STEP 390 (remove_files) COMPLETE
53022024-10-21T22:12:03.630Z[ recovery-image] Oct 21 22:12:02.355 INFO O| Oct 21 22:12:02.355 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-10-21T22:12:03.639Z[ recovery-image] Oct 21 22:12:02.367 INFO O| Oct 21 22:12:02.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53042024-10-21T22:12:03.642Z[ recovery-image] Oct 21 22:12:02.367 INFO O| Oct 21 22:12:02.367 INFO STEP 391 (remove_files) COMPLETE
53052024-10-21T22:12:03.642Z[ recovery-image] Oct 21 22:12:02.367 INFO O| Oct 21 22:12:02.367 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-10-21T22:12:03.650Z[ recovery-image] Oct 21 22:12:02.377 INFO O| Oct 21 22:12:02.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53072024-10-21T22:12:03.650Z[ recovery-image] Oct 21 22:12:02.377 INFO O| Oct 21 22:12:02.377 INFO STEP 392 (remove_files) COMPLETE
53082024-10-21T22:12:03.652Z[ recovery-image] Oct 21 22:12:02.377 INFO O| Oct 21 22:12:02.377 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-10-21T22:12:03.660Z[ recovery-image] Oct 21 22:12:02.388 INFO O| Oct 21 22:12:02.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53102024-10-21T22:12:03.660Z[ recovery-image] Oct 21 22:12:02.388 INFO O| Oct 21 22:12:02.388 INFO STEP 393 (remove_files) COMPLETE
53112024-10-21T22:12:03.662Z[ recovery-image] Oct 21 22:12:02.388 INFO O| Oct 21 22:12:02.388 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-10-21T22:12:03.670Z[ recovery-image] Oct 21 22:12:02.398 INFO O| Oct 21 22:12:02.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53132024-10-21T22:12:03.670Z[ recovery-image] Oct 21 22:12:02.398 INFO O| Oct 21 22:12:02.398 INFO STEP 394 (remove_files) COMPLETE
53142024-10-21T22:12:03.670Z[ recovery-image] Oct 21 22:12:02.398 INFO O| Oct 21 22:12:02.398 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-10-21T22:12:03.682Z[ recovery-image] Oct 21 22:12:02.409 INFO O| Oct 21 22:12:02.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53162024-10-21T22:12:03.682Z[ recovery-image] Oct 21 22:12:02.409 INFO O| Oct 21 22:12:02.409 INFO STEP 395 (remove_files) COMPLETE
53172024-10-21T22:12:03.682Z[ recovery-image] Oct 21 22:12:02.409 INFO O| Oct 21 22:12:02.409 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-10-21T22:12:03.695Z[ recovery-image] Oct 21 22:12:02.422 INFO O| Oct 21 22:12:02.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53192024-10-21T22:12:03.695Z[ recovery-image] Oct 21 22:12:02.422 INFO O| Oct 21 22:12:02.422 INFO STEP 396 (remove_files) COMPLETE
53202024-10-21T22:12:03.697Z[ recovery-image] Oct 21 22:12:02.422 INFO O| Oct 21 22:12:02.422 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-10-21T22:12:03.707Z[ recovery-image] Oct 21 22:12:02.434 INFO O| Oct 21 22:12:02.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53222024-10-21T22:12:03.707Z[ recovery-image] Oct 21 22:12:02.434 INFO O| Oct 21 22:12:02.434 INFO STEP 397 (remove_files) COMPLETE
53232024-10-21T22:12:03.710Z[ recovery-image] Oct 21 22:12:02.434 INFO O| Oct 21 22:12:02.434 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-10-21T22:12:03.717Z[ recovery-image] Oct 21 22:12:02.445 INFO O| Oct 21 22:12:02.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53252024-10-21T22:12:03.717Z[ recovery-image] Oct 21 22:12:02.445 INFO O| Oct 21 22:12:02.445 INFO STEP 398 (remove_files) COMPLETE
53262024-10-21T22:12:03.717Z[ recovery-image] Oct 21 22:12:02.445 INFO O| Oct 21 22:12:02.445 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-10-21T22:12:03.727Z[ recovery-image] Oct 21 22:12:02.455 INFO O| Oct 21 22:12:02.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53282024-10-21T22:12:03.730Z[ recovery-image] Oct 21 22:12:02.455 INFO O| Oct 21 22:12:02.455 INFO STEP 399 (remove_files) COMPLETE
53292024-10-21T22:12:03.730Z[ recovery-image] Oct 21 22:12:02.455 INFO O| Oct 21 22:12:02.455 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-10-21T22:12:03.738Z[ recovery-image] Oct 21 22:12:02.465 INFO O| Oct 21 22:12:02.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53312024-10-21T22:12:03.738Z[ recovery-image] Oct 21 22:12:02.465 INFO O| Oct 21 22:12:02.465 INFO STEP 400 (remove_files) COMPLETE
53322024-10-21T22:12:03.738Z[ recovery-image] Oct 21 22:12:02.465 INFO O| Oct 21 22:12:02.465 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-10-21T22:12:03.748Z[ recovery-image] Oct 21 22:12:02.475 INFO O| Oct 21 22:12:02.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53342024-10-21T22:12:03.748Z[ recovery-image] Oct 21 22:12:02.476 INFO O| Oct 21 22:12:02.476 INFO STEP 401 (remove_files) COMPLETE
53352024-10-21T22:12:03.751Z[ recovery-image] Oct 21 22:12:02.476 INFO O| Oct 21 22:12:02.476 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-10-21T22:12:03.758Z[ recovery-image] Oct 21 22:12:02.486 INFO O| Oct 21 22:12:02.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53372024-10-21T22:12:03.761Z[ recovery-image] Oct 21 22:12:02.486 INFO O| Oct 21 22:12:02.486 INFO STEP 402 (remove_files) COMPLETE
53382024-10-21T22:12:03.761Z[ recovery-image] Oct 21 22:12:02.486 INFO O| Oct 21 22:12:02.486 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-10-21T22:12:03.769Z[ recovery-image] Oct 21 22:12:02.496 INFO O| Oct 21 22:12:02.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53402024-10-21T22:12:03.769Z[ recovery-image] Oct 21 22:12:02.496 INFO O| Oct 21 22:12:02.496 INFO STEP 403 (remove_files) COMPLETE
53412024-10-21T22:12:03.771Z[ recovery-image] Oct 21 22:12:02.496 INFO O| Oct 21 22:12:02.496 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-10-21T22:12:03.779Z[ recovery-image] Oct 21 22:12:02.506 INFO O| Oct 21 22:12:02.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53432024-10-21T22:12:03.779Z[ recovery-image] Oct 21 22:12:02.506 INFO O| Oct 21 22:12:02.506 INFO STEP 404 (remove_files) COMPLETE
53442024-10-21T22:12:03.779Z[ recovery-image] Oct 21 22:12:02.506 INFO O| Oct 21 22:12:02.506 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-10-21T22:12:03.790Z[ recovery-image] Oct 21 22:12:02.518 INFO O| Oct 21 22:12:02.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53462024-10-21T22:12:03.790Z[ recovery-image] Oct 21 22:12:02.518 INFO O| Oct 21 22:12:02.518 INFO STEP 405 (remove_files) COMPLETE
53472024-10-21T22:12:03.790Z[ recovery-image] Oct 21 22:12:02.518 INFO O| Oct 21 22:12:02.518 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-10-21T22:12:03.803Z[ recovery-image] Oct 21 22:12:02.529 INFO O| Oct 21 22:12:02.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53492024-10-21T22:12:03.803Z[ recovery-image] Oct 21 22:12:02.529 INFO O| Oct 21 22:12:02.529 INFO STEP 406 (remove_files) COMPLETE
53502024-10-21T22:12:03.805Z[ recovery-image] Oct 21 22:12:02.529 INFO O| Oct 21 22:12:02.529 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-10-21T22:12:03.811Z[ recovery-image] Oct 21 22:12:02.539 INFO O| Oct 21 22:12:02.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53522024-10-21T22:12:03.811Z[ recovery-image] Oct 21 22:12:02.539 INFO O| Oct 21 22:12:02.539 INFO STEP 407 (remove_files) COMPLETE
53532024-10-21T22:12:03.811Z[ recovery-image] Oct 21 22:12:02.539 INFO O| Oct 21 22:12:02.539 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-10-21T22:12:03.821Z[ recovery-image] Oct 21 22:12:02.549 INFO O| Oct 21 22:12:02.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53552024-10-21T22:12:03.824Z[ recovery-image] Oct 21 22:12:02.549 INFO O| Oct 21 22:12:02.549 INFO STEP 408 (remove_files) COMPLETE
53562024-10-21T22:12:03.824Z[ recovery-image] Oct 21 22:12:02.549 INFO O| Oct 21 22:12:02.549 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-10-21T22:12:03.832Z[ recovery-image] Oct 21 22:12:02.559 INFO O| Oct 21 22:12:02.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53582024-10-21T22:12:03.834Z[ recovery-image] Oct 21 22:12:02.560 INFO O| Oct 21 22:12:02.560 INFO STEP 409 (remove_files) COMPLETE
53592024-10-21T22:12:03.834Z[ recovery-image] Oct 21 22:12:02.560 INFO O| Oct 21 22:12:02.560 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-10-21T22:12:03.842Z[ recovery-image] Oct 21 22:12:02.570 INFO O| Oct 21 22:12:02.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53612024-10-21T22:12:03.842Z[ recovery-image] Oct 21 22:12:02.570 INFO O| Oct 21 22:12:02.570 INFO STEP 410 (remove_files) COMPLETE
53622024-10-21T22:12:03.842Z[ recovery-image] Oct 21 22:12:02.570 INFO O| Oct 21 22:12:02.570 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-10-21T22:12:03.852Z[ recovery-image] Oct 21 22:12:02.580 INFO O| Oct 21 22:12:02.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53642024-10-21T22:12:03.853Z[ recovery-image] Oct 21 22:12:02.580 INFO O| Oct 21 22:12:02.580 INFO STEP 411 (remove_files) COMPLETE
53652024-10-21T22:12:03.853Z[ recovery-image] Oct 21 22:12:02.580 INFO O| Oct 21 22:12:02.580 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-10-21T22:12:03.863Z[ recovery-image] Oct 21 22:12:02.590 INFO O| Oct 21 22:12:02.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53672024-10-21T22:12:03.863Z[ recovery-image] Oct 21 22:12:02.590 INFO O| Oct 21 22:12:02.590 INFO STEP 412 (remove_files) COMPLETE
53682024-10-21T22:12:03.863Z[ recovery-image] Oct 21 22:12:02.590 INFO O| Oct 21 22:12:02.590 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-10-21T22:12:03.872Z[ recovery-image] Oct 21 22:12:02.600 INFO O| Oct 21 22:12:02.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53702024-10-21T22:12:03.873Z[ recovery-image] Oct 21 22:12:02.600 INFO O| Oct 21 22:12:02.600 INFO STEP 413 (remove_files) COMPLETE
53712024-10-21T22:12:03.875Z[ recovery-image] Oct 21 22:12:02.600 INFO O| Oct 21 22:12:02.600 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-10-21T22:12:03.883Z[ recovery-image] Oct 21 22:12:02.610 INFO O| Oct 21 22:12:02.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53732024-10-21T22:12:03.883Z[ recovery-image] Oct 21 22:12:02.610 INFO O| Oct 21 22:12:02.610 INFO STEP 414 (remove_files) COMPLETE
53742024-10-21T22:12:03.885Z[ recovery-image] Oct 21 22:12:02.610 INFO O| Oct 21 22:12:02.610 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-10-21T22:12:03.893Z[ recovery-image] Oct 21 22:12:02.620 INFO O| Oct 21 22:12:02.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53762024-10-21T22:12:03.893Z[ recovery-image] Oct 21 22:12:02.620 INFO O| Oct 21 22:12:02.620 INFO STEP 415 (remove_files) COMPLETE
53772024-10-21T22:12:03.893Z[ recovery-image] Oct 21 22:12:02.620 INFO O| Oct 21 22:12:02.620 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-10-21T22:12:03.903Z[ recovery-image] Oct 21 22:12:02.630 INFO O| Oct 21 22:12:02.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53792024-10-21T22:12:03.905Z[ recovery-image] Oct 21 22:12:02.631 INFO O| Oct 21 22:12:02.631 INFO STEP 416 (remove_files) COMPLETE
53802024-10-21T22:12:03.905Z[ recovery-image] Oct 21 22:12:02.631 INFO O| Oct 21 22:12:02.631 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-10-21T22:12:03.913Z[ recovery-image] Oct 21 22:12:02.641 INFO O| Oct 21 22:12:02.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53822024-10-21T22:12:03.916Z[ recovery-image] Oct 21 22:12:02.641 INFO O| Oct 21 22:12:02.641 INFO STEP 417 (remove_files) COMPLETE
53832024-10-21T22:12:03.916Z[ recovery-image] Oct 21 22:12:02.641 INFO O| Oct 21 22:12:02.641 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-10-21T22:12:03.924Z[ recovery-image] Oct 21 22:12:02.651 INFO O| Oct 21 22:12:02.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53852024-10-21T22:12:03.924Z[ recovery-image] Oct 21 22:12:02.651 INFO O| Oct 21 22:12:02.651 INFO STEP 418 (remove_files) COMPLETE
53862024-10-21T22:12:03.926Z[ recovery-image] Oct 21 22:12:02.651 INFO O| Oct 21 22:12:02.651 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-10-21T22:12:03.934Z[ recovery-image] Oct 21 22:12:02.661 INFO O| Oct 21 22:12:02.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53882024-10-21T22:12:03.934Z[ recovery-image] Oct 21 22:12:02.662 INFO O| Oct 21 22:12:02.661 INFO STEP 419 (remove_files) COMPLETE
53892024-10-21T22:12:03.936Z[ recovery-image] Oct 21 22:12:02.662 INFO O| Oct 21 22:12:02.662 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-10-21T22:12:03.944Z[ recovery-image] Oct 21 22:12:02.672 INFO O| Oct 21 22:12:02.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53912024-10-21T22:12:03.944Z[ recovery-image] Oct 21 22:12:02.672 INFO O| Oct 21 22:12:02.672 INFO STEP 420 (remove_files) COMPLETE
53922024-10-21T22:12:03.944Z[ recovery-image] Oct 21 22:12:02.672 INFO O| Oct 21 22:12:02.672 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-10-21T22:12:03.954Z[ recovery-image] Oct 21 22:12:02.682 INFO O| Oct 21 22:12:02.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53942024-10-21T22:12:03.954Z[ recovery-image] Oct 21 22:12:02.682 INFO O| Oct 21 22:12:02.682 INFO STEP 421 (remove_files) COMPLETE
53952024-10-21T22:12:03.957Z[ recovery-image] Oct 21 22:12:02.682 INFO O| Oct 21 22:12:02.682 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-10-21T22:12:03.964Z[ recovery-image] Oct 21 22:12:02.692 INFO O| Oct 21 22:12:02.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53972024-10-21T22:12:03.964Z[ recovery-image] Oct 21 22:12:02.692 INFO O| Oct 21 22:12:02.692 INFO STEP 422 (remove_files) COMPLETE
53982024-10-21T22:12:03.964Z[ recovery-image] Oct 21 22:12:02.692 INFO O| Oct 21 22:12:02.692 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-10-21T22:12:03.974Z[ recovery-image] Oct 21 22:12:02.702 INFO O| Oct 21 22:12:02.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54002024-10-21T22:12:03.974Z[ recovery-image] Oct 21 22:12:02.702 INFO O| Oct 21 22:12:02.702 INFO STEP 423 (remove_files) COMPLETE
54012024-10-21T22:12:03.977Z[ recovery-image] Oct 21 22:12:02.702 INFO O| Oct 21 22:12:02.702 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-10-21T22:12:03.984Z[ recovery-image] Oct 21 22:12:02.712 INFO O| Oct 21 22:12:02.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54032024-10-21T22:12:03.984Z[ recovery-image] Oct 21 22:12:02.712 INFO O| Oct 21 22:12:02.712 INFO STEP 424 (remove_files) COMPLETE
54042024-10-21T22:12:03.987Z[ recovery-image] Oct 21 22:12:02.712 INFO O| Oct 21 22:12:02.712 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-10-21T22:12:03.994Z[ recovery-image] Oct 21 22:12:02.722 INFO O| Oct 21 22:12:02.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54062024-10-21T22:12:03.994Z[ recovery-image] Oct 21 22:12:02.722 INFO O| Oct 21 22:12:02.722 INFO STEP 425 (remove_files) COMPLETE
54072024-10-21T22:12:03.994Z[ recovery-image] Oct 21 22:12:02.722 INFO O| Oct 21 22:12:02.722 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-10-21T22:12:04.004Z[ recovery-image] Oct 21 22:12:02.732 INFO O| Oct 21 22:12:02.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54092024-10-21T22:12:04.004Z[ recovery-image] Oct 21 22:12:02.732 INFO O| Oct 21 22:12:02.732 INFO STEP 426 (remove_files) COMPLETE
54102024-10-21T22:12:04.007Z[ recovery-image] Oct 21 22:12:02.732 INFO O| Oct 21 22:12:02.732 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-10-21T22:12:04.014Z[ recovery-image] Oct 21 22:12:02.742 INFO O| Oct 21 22:12:02.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54122024-10-21T22:12:04.014Z[ recovery-image] Oct 21 22:12:02.742 INFO O| Oct 21 22:12:02.742 INFO STEP 427 (remove_files) COMPLETE
54132024-10-21T22:12:04.017Z[ recovery-image] Oct 21 22:12:02.742 INFO O| Oct 21 22:12:02.742 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-10-21T22:12:04.024Z[ recovery-image] Oct 21 22:12:02.752 INFO O| Oct 21 22:12:02.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54152024-10-21T22:12:04.027Z[ recovery-image] Oct 21 22:12:02.752 INFO O| Oct 21 22:12:02.752 INFO STEP 428 (remove_files) COMPLETE
54162024-10-21T22:12:04.027Z[ recovery-image] Oct 21 22:12:02.752 INFO O| Oct 21 22:12:02.752 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-10-21T22:12:04.034Z[ recovery-image] Oct 21 22:12:02.762 INFO O| Oct 21 22:12:02.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54182024-10-21T22:12:04.034Z[ recovery-image] Oct 21 22:12:02.762 INFO O| Oct 21 22:12:02.762 INFO STEP 429 (remove_files) COMPLETE
54192024-10-21T22:12:04.034Z[ recovery-image] Oct 21 22:12:02.762 INFO O| Oct 21 22:12:02.762 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-10-21T22:12:04.044Z[ recovery-image] Oct 21 22:12:02.772 INFO O| Oct 21 22:12:02.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54212024-10-21T22:12:04.044Z[ recovery-image] Oct 21 22:12:02.772 INFO O| Oct 21 22:12:02.772 INFO STEP 430 (remove_files) COMPLETE
54222024-10-21T22:12:04.047Z[ recovery-image] Oct 21 22:12:02.772 INFO O| Oct 21 22:12:02.772 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-10-21T22:12:04.054Z[ recovery-image] Oct 21 22:12:02.781 INFO O| Oct 21 22:12:02.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54242024-10-21T22:12:04.054Z[ recovery-image] Oct 21 22:12:02.782 INFO O| Oct 21 22:12:02.781 INFO STEP 431 (remove_files) COMPLETE
54252024-10-21T22:12:04.056Z[ recovery-image] Oct 21 22:12:02.782 INFO O| Oct 21 22:12:02.782 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-10-21T22:12:04.064Z[ recovery-image] Oct 21 22:12:02.791 INFO O| Oct 21 22:12:02.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54272024-10-21T22:12:04.064Z[ recovery-image] Oct 21 22:12:02.791 INFO O| Oct 21 22:12:02.791 INFO STEP 432 (remove_files) COMPLETE
54282024-10-21T22:12:04.066Z[ recovery-image] Oct 21 22:12:02.791 INFO O| Oct 21 22:12:02.791 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-10-21T22:12:04.074Z[ recovery-image] Oct 21 22:12:02.801 INFO O| Oct 21 22:12:02.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54302024-10-21T22:12:04.074Z[ recovery-image] Oct 21 22:12:02.802 INFO O| Oct 21 22:12:02.801 INFO STEP 433 (remove_files) COMPLETE
54312024-10-21T22:12:04.074Z[ recovery-image] Oct 21 22:12:02.802 INFO O| Oct 21 22:12:02.802 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-10-21T22:12:04.085Z[ recovery-image] Oct 21 22:12:02.812 INFO O| Oct 21 22:12:02.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54332024-10-21T22:12:04.085Z[ recovery-image] Oct 21 22:12:02.812 INFO O| Oct 21 22:12:02.812 INFO STEP 434 (remove_files) COMPLETE
54342024-10-21T22:12:04.087Z[ recovery-image] Oct 21 22:12:02.812 INFO O| Oct 21 22:12:02.812 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-10-21T22:12:04.094Z[ recovery-image] Oct 21 22:12:02.822 INFO O| Oct 21 22:12:02.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54362024-10-21T22:12:04.094Z[ recovery-image] Oct 21 22:12:02.822 INFO O| Oct 21 22:12:02.822 INFO STEP 435 (remove_files) COMPLETE
54372024-10-21T22:12:04.097Z[ recovery-image] Oct 21 22:12:02.822 INFO O| Oct 21 22:12:02.822 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-10-21T22:12:04.105Z[ recovery-image] Oct 21 22:12:02.832 INFO O| Oct 21 22:12:02.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54392024-10-21T22:12:04.105Z[ recovery-image] Oct 21 22:12:02.832 INFO O| Oct 21 22:12:02.832 INFO STEP 436 (remove_files) COMPLETE
54402024-10-21T22:12:04.105Z[ recovery-image] Oct 21 22:12:02.832 INFO O| Oct 21 22:12:02.832 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-10-21T22:12:04.115Z[ recovery-image] Oct 21 22:12:02.843 INFO O| Oct 21 22:12:02.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54422024-10-21T22:12:04.115Z[ recovery-image] Oct 21 22:12:02.843 INFO O| Oct 21 22:12:02.843 INFO STEP 437 (remove_files) COMPLETE
54432024-10-21T22:12:04.115Z[ recovery-image] Oct 21 22:12:02.843 INFO O| Oct 21 22:12:02.843 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-10-21T22:12:04.126Z[ recovery-image] Oct 21 22:12:02.853 INFO O| Oct 21 22:12:02.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54452024-10-21T22:12:04.126Z[ recovery-image] Oct 21 22:12:02.853 INFO O| Oct 21 22:12:02.853 INFO STEP 438 (remove_files) COMPLETE
54462024-10-21T22:12:04.128Z[ recovery-image] Oct 21 22:12:02.853 INFO O| Oct 21 22:12:02.853 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-10-21T22:12:04.136Z[ recovery-image] Oct 21 22:12:02.864 INFO O| Oct 21 22:12:02.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54482024-10-21T22:12:04.136Z[ recovery-image] Oct 21 22:12:02.864 INFO O| Oct 21 22:12:02.864 INFO STEP 439 (remove_files) COMPLETE
54492024-10-21T22:12:04.139Z[ recovery-image] Oct 21 22:12:02.864 INFO O| Oct 21 22:12:02.864 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-10-21T22:12:04.147Z[ recovery-image] Oct 21 22:12:02.875 INFO O| Oct 21 22:12:02.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54512024-10-21T22:12:04.147Z[ recovery-image] Oct 21 22:12:02.875 INFO O| Oct 21 22:12:02.875 INFO STEP 440 (remove_files) COMPLETE
54522024-10-21T22:12:04.150Z[ recovery-image] Oct 21 22:12:02.875 INFO O| Oct 21 22:12:02.875 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-10-21T22:12:04.158Z[ recovery-image] Oct 21 22:12:02.886 INFO O| Oct 21 22:12:02.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54542024-10-21T22:12:04.158Z[ recovery-image] Oct 21 22:12:02.886 INFO O| Oct 21 22:12:02.886 INFO STEP 441 (remove_files) COMPLETE
54552024-10-21T22:12:04.161Z[ recovery-image] Oct 21 22:12:02.886 INFO O| Oct 21 22:12:02.886 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-10-21T22:12:04.170Z[ recovery-image] Oct 21 22:12:02.898 INFO O| Oct 21 22:12:02.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54572024-10-21T22:12:04.170Z[ recovery-image] Oct 21 22:12:02.898 INFO O| Oct 21 22:12:02.898 INFO STEP 442 (remove_files) COMPLETE
54582024-10-21T22:12:04.173Z[ recovery-image] Oct 21 22:12:02.898 INFO O| Oct 21 22:12:02.898 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-10-21T22:12:04.180Z[ recovery-image] Oct 21 22:12:02.908 INFO O| Oct 21 22:12:02.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54602024-10-21T22:12:04.183Z[ recovery-image] Oct 21 22:12:02.908 INFO O| Oct 21 22:12:02.908 INFO STEP 443 (remove_files) COMPLETE
54612024-10-21T22:12:04.183Z[ recovery-image] Oct 21 22:12:02.908 INFO O| Oct 21 22:12:02.908 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-10-21T22:12:04.190Z[ recovery-image] Oct 21 22:12:02.918 INFO O| Oct 21 22:12:02.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54632024-10-21T22:12:04.193Z[ recovery-image] Oct 21 22:12:02.918 INFO O| Oct 21 22:12:02.918 INFO STEP 444 (remove_files) COMPLETE
54642024-10-21T22:12:04.193Z[ recovery-image] Oct 21 22:12:02.918 INFO O| Oct 21 22:12:02.918 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-10-21T22:12:04.201Z[ recovery-image] Oct 21 22:12:02.929 INFO O| Oct 21 22:12:02.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54662024-10-21T22:12:04.204Z[ recovery-image] Oct 21 22:12:02.929 INFO O| Oct 21 22:12:02.929 INFO STEP 445 (remove_files) COMPLETE
54672024-10-21T22:12:04.204Z[ recovery-image] Oct 21 22:12:02.929 INFO O| Oct 21 22:12:02.929 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-10-21T22:12:04.212Z[ recovery-image] Oct 21 22:12:02.939 INFO O| Oct 21 22:12:02.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54692024-10-21T22:12:04.214Z[ recovery-image] Oct 21 22:12:02.939 INFO O| Oct 21 22:12:02.939 INFO STEP 446 (remove_files) COMPLETE
54702024-10-21T22:12:04.214Z[ recovery-image] Oct 21 22:12:02.939 INFO O| Oct 21 22:12:02.939 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-10-21T22:12:04.222Z[ recovery-image] Oct 21 22:12:02.950 INFO O| Oct 21 22:12:02.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54722024-10-21T22:12:04.222Z[ recovery-image] Oct 21 22:12:02.950 INFO O| Oct 21 22:12:02.950 INFO STEP 447 (remove_files) COMPLETE
54732024-10-21T22:12:04.225Z[ recovery-image] Oct 21 22:12:02.950 INFO O| Oct 21 22:12:02.950 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-10-21T22:12:04.233Z[ recovery-image] Oct 21 22:12:02.960 INFO O| Oct 21 22:12:02.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54752024-10-21T22:12:04.233Z[ recovery-image] Oct 21 22:12:02.960 INFO O| Oct 21 22:12:02.960 INFO STEP 448 (remove_files) COMPLETE
54762024-10-21T22:12:04.235Z[ recovery-image] Oct 21 22:12:02.960 INFO O| Oct 21 22:12:02.960 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-10-21T22:12:04.243Z[ recovery-image] Oct 21 22:12:02.970 INFO O| Oct 21 22:12:02.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54782024-10-21T22:12:04.246Z[ recovery-image] Oct 21 22:12:02.971 INFO O| Oct 21 22:12:02.971 INFO STEP 449 (remove_files) COMPLETE
54792024-10-21T22:12:04.246Z[ recovery-image] Oct 21 22:12:02.971 INFO O| Oct 21 22:12:02.971 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-10-21T22:12:04.253Z[ recovery-image] Oct 21 22:12:02.980 INFO O| Oct 21 22:12:02.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54812024-10-21T22:12:04.253Z[ recovery-image] Oct 21 22:12:02.981 INFO O| Oct 21 22:12:02.981 INFO STEP 450 (remove_files) COMPLETE
54822024-10-21T22:12:04.253Z[ recovery-image] Oct 21 22:12:02.981 INFO O| Oct 21 22:12:02.981 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-10-21T22:12:04.263Z[ recovery-image] Oct 21 22:12:02.990 INFO O| Oct 21 22:12:02.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54842024-10-21T22:12:04.263Z[ recovery-image] Oct 21 22:12:02.991 INFO O| Oct 21 22:12:02.991 INFO STEP 451 (remove_files) COMPLETE
54852024-10-21T22:12:04.263Z[ recovery-image] Oct 21 22:12:02.991 INFO O| Oct 21 22:12:02.991 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-10-21T22:12:04.273Z[ recovery-image] Oct 21 22:12:03.001 INFO O| Oct 21 22:12:03.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54872024-10-21T22:12:04.276Z[ recovery-image] Oct 21 22:12:03.001 INFO O| Oct 21 22:12:03.001 INFO STEP 452 (remove_files) COMPLETE
54882024-10-21T22:12:04.276Z[ recovery-image] Oct 21 22:12:03.001 INFO O| Oct 21 22:12:03.001 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-10-21T22:12:04.285Z[ recovery-image] Oct 21 22:12:03.012 INFO O| Oct 21 22:12:03.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54902024-10-21T22:12:04.285Z[ recovery-image] Oct 21 22:12:03.012 INFO O| Oct 21 22:12:03.012 INFO STEP 453 (remove_files) COMPLETE
54912024-10-21T22:12:04.285Z[ recovery-image] Oct 21 22:12:03.012 INFO O| Oct 21 22:12:03.012 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-10-21T22:12:04.295Z[ recovery-image] Oct 21 22:12:03.022 INFO O| Oct 21 22:12:03.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54932024-10-21T22:12:04.295Z[ recovery-image] Oct 21 22:12:03.022 INFO O| Oct 21 22:12:03.022 INFO STEP 454 (remove_files) COMPLETE
54942024-10-21T22:12:04.297Z[ recovery-image] Oct 21 22:12:03.022 INFO O| Oct 21 22:12:03.022 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-10-21T22:12:04.305Z[ recovery-image] Oct 21 22:12:03.032 INFO O| Oct 21 22:12:03.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54962024-10-21T22:12:04.305Z[ recovery-image] Oct 21 22:12:03.032 INFO O| Oct 21 22:12:03.032 INFO STEP 455 (remove_files) COMPLETE
54972024-10-21T22:12:04.305Z[ recovery-image] Oct 21 22:12:03.033 INFO O| Oct 21 22:12:03.032 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-10-21T22:12:04.315Z[ recovery-image] Oct 21 22:12:03.042 INFO O| Oct 21 22:12:03.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54992024-10-21T22:12:04.315Z[ recovery-image] Oct 21 22:12:03.042 INFO O| Oct 21 22:12:03.042 INFO STEP 456 (remove_files) COMPLETE
55002024-10-21T22:12:04.315Z[ recovery-image] Oct 21 22:12:03.042 INFO O| Oct 21 22:12:03.042 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-10-21T22:12:04.325Z[ recovery-image] Oct 21 22:12:03.053 INFO O| Oct 21 22:12:03.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55022024-10-21T22:12:04.328Z[ recovery-image] Oct 21 22:12:03.053 INFO O| Oct 21 22:12:03.053 INFO STEP 457 (remove_files) COMPLETE
55032024-10-21T22:12:04.328Z[ recovery-image] Oct 21 22:12:03.053 INFO O| Oct 21 22:12:03.053 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-10-21T22:12:04.336Z[ recovery-image] Oct 21 22:12:03.063 INFO O| Oct 21 22:12:03.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55052024-10-21T22:12:04.338Z[ recovery-image] Oct 21 22:12:03.063 INFO O| Oct 21 22:12:03.063 INFO STEP 458 (remove_files) COMPLETE
55062024-10-21T22:12:04.338Z[ recovery-image] Oct 21 22:12:03.063 INFO O| Oct 21 22:12:03.063 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-10-21T22:12:04.346Z[ recovery-image] Oct 21 22:12:03.073 INFO O| Oct 21 22:12:03.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55082024-10-21T22:12:04.346Z[ recovery-image] Oct 21 22:12:03.073 INFO O| Oct 21 22:12:03.073 INFO STEP 459 (remove_files) COMPLETE
55092024-10-21T22:12:04.346Z[ recovery-image] Oct 21 22:12:03.073 INFO O| Oct 21 22:12:03.073 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-10-21T22:12:04.356Z[ recovery-image] Oct 21 22:12:03.083 INFO O| Oct 21 22:12:03.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55112024-10-21T22:12:04.359Z[ recovery-image] Oct 21 22:12:03.083 INFO O| Oct 21 22:12:03.083 INFO STEP 460 (remove_files) COMPLETE
55122024-10-21T22:12:04.359Z[ recovery-image] Oct 21 22:12:03.083 INFO O| Oct 21 22:12:03.083 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-10-21T22:12:04.366Z[ recovery-image] Oct 21 22:12:03.093 INFO O| Oct 21 22:12:03.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55142024-10-21T22:12:04.368Z[ recovery-image] Oct 21 22:12:03.094 INFO O| Oct 21 22:12:03.094 INFO STEP 461 (remove_files) COMPLETE
55152024-10-21T22:12:04.369Z[ recovery-image] Oct 21 22:12:03.094 INFO O| Oct 21 22:12:03.094 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-10-21T22:12:04.377Z[ recovery-image] Oct 21 22:12:03.104 INFO O| Oct 21 22:12:03.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55172024-10-21T22:12:04.377Z[ recovery-image] Oct 21 22:12:03.104 INFO O| Oct 21 22:12:03.104 INFO STEP 462 (remove_files) COMPLETE
55182024-10-21T22:12:04.377Z[ recovery-image] Oct 21 22:12:03.104 INFO O| Oct 21 22:12:03.104 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-10-21T22:12:04.387Z[ recovery-image] Oct 21 22:12:03.114 INFO O| Oct 21 22:12:03.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55202024-10-21T22:12:04.387Z[ recovery-image] Oct 21 22:12:03.114 INFO O| Oct 21 22:12:03.114 INFO STEP 463 (remove_files) COMPLETE
55212024-10-21T22:12:04.389Z[ recovery-image] Oct 21 22:12:03.114 INFO O| Oct 21 22:12:03.114 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-10-21T22:12:04.397Z[ recovery-image] Oct 21 22:12:03.124 INFO O| Oct 21 22:12:03.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55232024-10-21T22:12:04.397Z[ recovery-image] Oct 21 22:12:03.124 INFO O| Oct 21 22:12:03.124 INFO STEP 464 (remove_files) COMPLETE
55242024-10-21T22:12:04.397Z[ recovery-image] Oct 21 22:12:03.124 INFO O| Oct 21 22:12:03.124 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-10-21T22:12:04.407Z[ recovery-image] Oct 21 22:12:03.134 INFO O| Oct 21 22:12:03.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55262024-10-21T22:12:04.407Z[ recovery-image] Oct 21 22:12:03.134 INFO O| Oct 21 22:12:03.134 INFO STEP 465 (remove_files) COMPLETE
55272024-10-21T22:12:04.409Z[ recovery-image] Oct 21 22:12:03.134 INFO O| Oct 21 22:12:03.134 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-10-21T22:12:04.417Z[ recovery-image] Oct 21 22:12:03.145 INFO O| Oct 21 22:12:03.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55292024-10-21T22:12:04.417Z[ recovery-image] Oct 21 22:12:03.145 INFO O| Oct 21 22:12:03.145 INFO STEP 466 (remove_files) COMPLETE
55302024-10-21T22:12:04.420Z[ recovery-image] Oct 21 22:12:03.145 INFO O| Oct 21 22:12:03.145 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-10-21T22:12:04.427Z[ recovery-image] Oct 21 22:12:03.155 INFO O| Oct 21 22:12:03.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55322024-10-21T22:12:04.427Z[ recovery-image] Oct 21 22:12:03.155 INFO O| Oct 21 22:12:03.155 INFO STEP 467 (remove_files) COMPLETE
55332024-10-21T22:12:04.427Z[ recovery-image] Oct 21 22:12:03.155 INFO O| Oct 21 22:12:03.155 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-10-21T22:12:04.437Z[ recovery-image] Oct 21 22:12:03.165 INFO O| Oct 21 22:12:03.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55352024-10-21T22:12:04.437Z[ recovery-image] Oct 21 22:12:03.165 INFO O| Oct 21 22:12:03.165 INFO STEP 468 (remove_files) COMPLETE
55362024-10-21T22:12:04.437Z[ recovery-image] Oct 21 22:12:03.165 INFO O| Oct 21 22:12:03.165 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-10-21T22:12:04.448Z[ recovery-image] Oct 21 22:12:03.175 INFO O| Oct 21 22:12:03.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55382024-10-21T22:12:04.448Z[ recovery-image] Oct 21 22:12:03.175 INFO O| Oct 21 22:12:03.175 INFO STEP 469 (remove_files) COMPLETE
55392024-10-21T22:12:04.451Z[ recovery-image] Oct 21 22:12:03.175 INFO O| Oct 21 22:12:03.175 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-10-21T22:12:04.458Z[ recovery-image] Oct 21 22:12:03.185 INFO O| Oct 21 22:12:03.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55412024-10-21T22:12:04.461Z[ recovery-image] Oct 21 22:12:03.186 INFO O| Oct 21 22:12:03.185 INFO STEP 470 (remove_files) COMPLETE
55422024-10-21T22:12:04.461Z[ recovery-image] Oct 21 22:12:03.186 INFO O| Oct 21 22:12:03.185 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-10-21T22:12:04.468Z[ recovery-image] Oct 21 22:12:03.195 INFO O| Oct 21 22:12:03.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55442024-10-21T22:12:04.468Z[ recovery-image] Oct 21 22:12:03.196 INFO O| Oct 21 22:12:03.196 INFO STEP 471 (remove_files) COMPLETE
55452024-10-21T22:12:04.468Z[ recovery-image] Oct 21 22:12:03.196 INFO O| Oct 21 22:12:03.196 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-10-21T22:12:04.478Z[ recovery-image] Oct 21 22:12:03.206 INFO O| Oct 21 22:12:03.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55472024-10-21T22:12:04.481Z[ recovery-image] Oct 21 22:12:03.206 INFO O| Oct 21 22:12:03.206 INFO STEP 472 (remove_files) COMPLETE
55482024-10-21T22:12:04.481Z[ recovery-image] Oct 21 22:12:03.206 INFO O| Oct 21 22:12:03.206 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-10-21T22:12:04.493Z[ recovery-image] Oct 21 22:12:03.221 INFO O| Oct 21 22:12:03.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55502024-10-21T22:12:04.493Z[ recovery-image] Oct 21 22:12:03.221 INFO O| Oct 21 22:12:03.221 INFO STEP 473 (remove_files) COMPLETE
55512024-10-21T22:12:04.497Z[ recovery-image] Oct 21 22:12:03.221 INFO O| Oct 21 22:12:03.221 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-10-21T22:12:04.507Z[ recovery-image] Oct 21 22:12:03.234 INFO O| Oct 21 22:12:03.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55532024-10-21T22:12:04.510Z[ recovery-image] Oct 21 22:12:03.235 INFO O| Oct 21 22:12:03.234 INFO STEP 474 (remove_files) COMPLETE
55542024-10-21T22:12:04.510Z[ recovery-image] Oct 21 22:12:03.235 INFO O| Oct 21 22:12:03.235 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-10-21T22:12:04.521Z[ recovery-image] Oct 21 22:12:03.249 INFO O| Oct 21 22:12:03.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55562024-10-21T22:12:04.521Z[ recovery-image] Oct 21 22:12:03.249 INFO O| Oct 21 22:12:03.249 INFO STEP 475 (remove_files) COMPLETE
55572024-10-21T22:12:04.521Z[ recovery-image] Oct 21 22:12:03.249 INFO O| Oct 21 22:12:03.249 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-10-21T22:12:04.537Z[ recovery-image] Oct 21 22:12:03.264 INFO O| Oct 21 22:12:03.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55592024-10-21T22:12:04.540Z[ recovery-image] Oct 21 22:12:03.264 INFO O| Oct 21 22:12:03.264 INFO STEP 476 (remove_files) COMPLETE
55602024-10-21T22:12:04.540Z[ recovery-image] Oct 21 22:12:03.264 INFO O| Oct 21 22:12:03.264 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-10-21T22:12:04.547Z[ recovery-image] Oct 21 22:12:03.274 INFO O| Oct 21 22:12:03.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55622024-10-21T22:12:04.547Z[ recovery-image] Oct 21 22:12:03.274 INFO O| Oct 21 22:12:03.274 INFO STEP 477 (remove_files) COMPLETE
55632024-10-21T22:12:04.547Z[ recovery-image] Oct 21 22:12:03.274 INFO O| Oct 21 22:12:03.274 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-10-21T22:12:04.557Z[ recovery-image] Oct 21 22:12:03.284 INFO O| Oct 21 22:12:03.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55652024-10-21T22:12:04.557Z[ recovery-image] Oct 21 22:12:03.285 INFO O| Oct 21 22:12:03.284 INFO STEP 478 (remove_files) COMPLETE
55662024-10-21T22:12:04.560Z[ recovery-image] Oct 21 22:12:03.285 INFO O| Oct 21 22:12:03.284 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-10-21T22:12:04.567Z[ recovery-image] Oct 21 22:12:03.295 INFO O| Oct 21 22:12:03.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55682024-10-21T22:12:04.570Z[ recovery-image] Oct 21 22:12:03.295 INFO O| Oct 21 22:12:03.295 INFO STEP 479 (remove_files) COMPLETE
55692024-10-21T22:12:04.570Z[ recovery-image] Oct 21 22:12:03.295 INFO O| Oct 21 22:12:03.295 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-10-21T22:12:04.578Z[ recovery-image] Oct 21 22:12:03.306 INFO O| Oct 21 22:12:03.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55712024-10-21T22:12:04.581Z[ recovery-image] Oct 21 22:12:03.306 INFO O| Oct 21 22:12:03.306 INFO STEP 480 (remove_files) COMPLETE
55722024-10-21T22:12:04.581Z[ recovery-image] Oct 21 22:12:03.306 INFO O| Oct 21 22:12:03.306 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-10-21T22:12:04.588Z[ recovery-image] Oct 21 22:12:03.316 INFO O| Oct 21 22:12:03.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55742024-10-21T22:12:04.591Z[ recovery-image] Oct 21 22:12:03.316 INFO O| Oct 21 22:12:03.316 INFO STEP 481 (remove_files) COMPLETE
55752024-10-21T22:12:04.591Z[ recovery-image] Oct 21 22:12:03.316 INFO O| Oct 21 22:12:03.316 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-10-21T22:12:04.599Z[ recovery-image] Oct 21 22:12:03.326 INFO O| Oct 21 22:12:03.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55772024-10-21T22:12:04.599Z[ recovery-image] Oct 21 22:12:03.326 INFO O| Oct 21 22:12:03.326 INFO STEP 482 (remove_files) COMPLETE
55782024-10-21T22:12:04.601Z[ recovery-image] Oct 21 22:12:03.326 INFO O| Oct 21 22:12:03.326 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-10-21T22:12:04.609Z[ recovery-image] Oct 21 22:12:03.336 INFO O| Oct 21 22:12:03.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55802024-10-21T22:12:04.611Z[ recovery-image] Oct 21 22:12:03.336 INFO O| Oct 21 22:12:03.336 INFO STEP 483 (remove_files) COMPLETE
55812024-10-21T22:12:04.611Z[ recovery-image] Oct 21 22:12:03.336 INFO O| Oct 21 22:12:03.336 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-10-21T22:12:04.619Z[ recovery-image] Oct 21 22:12:03.346 INFO O| Oct 21 22:12:03.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55832024-10-21T22:12:04.621Z[ recovery-image] Oct 21 22:12:03.347 INFO O| Oct 21 22:12:03.347 INFO STEP 484 (remove_files) COMPLETE
55842024-10-21T22:12:04.622Z[ recovery-image] Oct 21 22:12:03.347 INFO O| Oct 21 22:12:03.347 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-10-21T22:12:04.629Z[ recovery-image] Oct 21 22:12:03.357 INFO O| Oct 21 22:12:03.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55862024-10-21T22:12:04.632Z[ recovery-image] Oct 21 22:12:03.357 INFO O| Oct 21 22:12:03.357 INFO STEP 485 (remove_files) COMPLETE
55872024-10-21T22:12:04.632Z[ recovery-image] Oct 21 22:12:03.357 INFO O| Oct 21 22:12:03.357 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-10-21T22:12:04.636Z[ host-image] Oct 21 22:12:03.363 INFO O| Oct 21 22:12:03.363 INFO O| Download: Completed 1.39 MB in 1.01 seconds (1.4M/s)
55892024-10-21T22:12:04.642Z[ recovery-image] Oct 21 22:12:03.369 INFO O| Oct 21 22:12:03.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55902024-10-21T22:12:04.644Z[ recovery-image] Oct 21 22:12:03.370 INFO O| Oct 21 22:12:03.370 INFO STEP 486 (remove_files) COMPLETE
55912024-10-21T22:12:04.644Z[ recovery-image] Oct 21 22:12:03.370 INFO O| Oct 21 22:12:03.370 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-10-21T22:12:04.654Z[ recovery-image] Oct 21 22:12:03.381 INFO O| Oct 21 22:12:03.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55932024-10-21T22:12:04.657Z[ recovery-image] Oct 21 22:12:03.382 INFO O| Oct 21 22:12:03.382 INFO STEP 487 (remove_files) COMPLETE
55942024-10-21T22:12:04.657Z[ recovery-image] Oct 21 22:12:03.382 INFO O| Oct 21 22:12:03.382 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-10-21T22:12:04.666Z[ recovery-image] Oct 21 22:12:03.393 INFO O| Oct 21 22:12:03.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55962024-10-21T22:12:04.668Z[ host-image] Oct 21 22:12:03.394 INFO O| Oct 21 22:12:03.394 INFO O| Actions: 1/238 actions (Installing new actions)
55972024-10-21T22:12:04.668Z[ recovery-image] Oct 21 22:12:03.394 INFO O| Oct 21 22:12:03.394 INFO STEP 488 (remove_files) COMPLETE
55982024-10-21T22:12:04.668Z[ recovery-image] Oct 21 22:12:03.394 INFO O| Oct 21 22:12:03.394 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-10-21T22:12:04.677Z[ recovery-image] Oct 21 22:12:03.405 INFO O| Oct 21 22:12:03.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56002024-10-21T22:12:04.677Z[ recovery-image] Oct 21 22:12:03.405 INFO O| Oct 21 22:12:03.405 INFO STEP 489 (remove_files) COMPLETE
56012024-10-21T22:12:04.677Z[ recovery-image] Oct 21 22:12:03.405 INFO O| Oct 21 22:12:03.405 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-10-21T22:12:04.687Z[ recovery-image] Oct 21 22:12:03.415 INFO O| Oct 21 22:12:03.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56032024-10-21T22:12:04.687Z[ recovery-image] Oct 21 22:12:03.415 INFO O| Oct 21 22:12:03.415 INFO STEP 490 (remove_files) COMPLETE
56042024-10-21T22:12:04.690Z[ recovery-image] Oct 21 22:12:03.415 INFO O| Oct 21 22:12:03.415 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-10-21T22:12:04.697Z[ recovery-image] Oct 21 22:12:03.425 INFO O| Oct 21 22:12:03.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56062024-10-21T22:12:04.700Z[ recovery-image] Oct 21 22:12:03.425 INFO O| Oct 21 22:12:03.425 INFO STEP 491 (remove_files) COMPLETE
56072024-10-21T22:12:04.700Z[ recovery-image] Oct 21 22:12:03.425 INFO O| Oct 21 22:12:03.425 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-10-21T22:12:04.708Z[ recovery-image] Oct 21 22:12:03.435 INFO O| Oct 21 22:12:03.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56092024-10-21T22:12:04.710Z[ recovery-image] Oct 21 22:12:03.435 INFO O| Oct 21 22:12:03.435 INFO STEP 492 (remove_files) COMPLETE
56102024-10-21T22:12:04.710Z[ recovery-image] Oct 21 22:12:03.435 INFO O| Oct 21 22:12:03.435 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-10-21T22:12:04.718Z[ recovery-image] Oct 21 22:12:03.445 INFO O| Oct 21 22:12:03.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56122024-10-21T22:12:04.721Z[ recovery-image] Oct 21 22:12:03.445 INFO O| Oct 21 22:12:03.445 INFO STEP 493 (remove_files) COMPLETE
56132024-10-21T22:12:04.721Z[ recovery-image] Oct 21 22:12:03.445 INFO O| Oct 21 22:12:03.445 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-10-21T22:12:04.728Z[ recovery-image] Oct 21 22:12:03.455 INFO O| Oct 21 22:12:03.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56152024-10-21T22:12:04.728Z[ recovery-image] Oct 21 22:12:03.455 INFO O| Oct 21 22:12:03.455 INFO STEP 494 (remove_files) COMPLETE
56162024-10-21T22:12:04.728Z[ recovery-image] Oct 21 22:12:03.455 INFO O| Oct 21 22:12:03.455 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-10-21T22:12:04.738Z[ recovery-image] Oct 21 22:12:03.466 INFO O| Oct 21 22:12:03.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56182024-10-21T22:12:04.738Z[ recovery-image] Oct 21 22:12:03.466 INFO O| Oct 21 22:12:03.466 INFO STEP 495 (remove_files) COMPLETE
56192024-10-21T22:12:04.742Z[ recovery-image] Oct 21 22:12:03.466 INFO O| Oct 21 22:12:03.466 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-10-21T22:12:04.751Z[ recovery-image] Oct 21 22:12:03.478 INFO O| Oct 21 22:12:03.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56212024-10-21T22:12:04.751Z[ recovery-image] Oct 21 22:12:03.478 INFO O| Oct 21 22:12:03.478 INFO STEP 496 (remove_files) COMPLETE
56222024-10-21T22:12:04.751Z[ recovery-image] Oct 21 22:12:03.478 INFO O| Oct 21 22:12:03.478 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-10-21T22:12:04.762Z[ recovery-image] Oct 21 22:12:03.490 INFO O| Oct 21 22:12:03.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56242024-10-21T22:12:04.762Z[ recovery-image] Oct 21 22:12:03.490 INFO O| Oct 21 22:12:03.490 INFO STEP 497 (remove_files) COMPLETE
56252024-10-21T22:12:04.762Z[ recovery-image] Oct 21 22:12:03.490 INFO O| Oct 21 22:12:03.490 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-10-21T22:12:04.773Z[ recovery-image] Oct 21 22:12:03.500 INFO O| Oct 21 22:12:03.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56272024-10-21T22:12:04.775Z[ recovery-image] Oct 21 22:12:03.500 INFO O| Oct 21 22:12:03.500 INFO STEP 498 (remove_files) COMPLETE
56282024-10-21T22:12:04.775Z[ recovery-image] Oct 21 22:12:03.500 INFO O| Oct 21 22:12:03.500 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-10-21T22:12:04.775Z[ host-image] Oct 21 22:12:03.502 INFO O| Oct 21 22:12:03.502 INFO O| Actions: Completed 238 actions in 0.11 seconds.
56302024-10-21T22:12:04.786Z[ recovery-image] Oct 21 22:12:03.513 INFO O| Oct 21 22:12:03.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56312024-10-21T22:12:04.789Z[ recovery-image] Oct 21 22:12:03.514 INFO O| Oct 21 22:12:03.513 INFO STEP 499 (remove_files) COMPLETE
56322024-10-21T22:12:04.789Z[ recovery-image] Oct 21 22:12:03.514 INFO O| Oct 21 22:12:03.514 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-10-21T22:12:04.798Z[ recovery-image] Oct 21 22:12:03.526 INFO O| Oct 21 22:12:03.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56342024-10-21T22:12:04.801Z[ recovery-image] Oct 21 22:12:03.526 INFO O| Oct 21 22:12:03.526 INFO STEP 500 (remove_files) COMPLETE
56352024-10-21T22:12:04.801Z[ recovery-image] Oct 21 22:12:03.526 INFO O| Oct 21 22:12:03.526 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-10-21T22:12:04.810Z[ recovery-image] Oct 21 22:12:03.538 INFO O| Oct 21 22:12:03.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56372024-10-21T22:12:04.811Z[ recovery-image] Oct 21 22:12:03.538 INFO O| Oct 21 22:12:03.538 INFO STEP 501 (remove_files) COMPLETE
56382024-10-21T22:12:04.811Z[ recovery-image] Oct 21 22:12:03.538 INFO O| Oct 21 22:12:03.538 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-10-21T22:12:04.823Z[ recovery-image] Oct 21 22:12:03.550 INFO O| Oct 21 22:12:03.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56402024-10-21T22:12:04.823Z[ recovery-image] Oct 21 22:12:03.550 INFO O| Oct 21 22:12:03.550 INFO STEP 502 (remove_files) COMPLETE
56412024-10-21T22:12:04.823Z[ recovery-image] Oct 21 22:12:03.550 INFO O| Oct 21 22:12:03.550 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-10-21T22:12:04.833Z[ recovery-image] Oct 21 22:12:03.561 INFO O| Oct 21 22:12:03.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56432024-10-21T22:12:04.834Z[ recovery-image] Oct 21 22:12:03.561 INFO O| Oct 21 22:12:03.561 INFO STEP 503 (remove_files) COMPLETE
56442024-10-21T22:12:04.836Z[ recovery-image] Oct 21 22:12:03.561 INFO O| Oct 21 22:12:03.561 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-10-21T22:12:04.844Z[ recovery-image] Oct 21 22:12:03.572 INFO O| Oct 21 22:12:03.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56462024-10-21T22:12:04.844Z[ recovery-image] Oct 21 22:12:03.572 INFO O| Oct 21 22:12:03.572 INFO STEP 504 (remove_files) COMPLETE
56472024-10-21T22:12:04.844Z[ recovery-image] Oct 21 22:12:03.572 INFO O| Oct 21 22:12:03.572 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-10-21T22:12:04.855Z[ recovery-image] Oct 21 22:12:03.582 INFO O| Oct 21 22:12:03.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56492024-10-21T22:12:04.855Z[ recovery-image] Oct 21 22:12:03.582 INFO O| Oct 21 22:12:03.582 INFO STEP 505 (remove_files) COMPLETE
56502024-10-21T22:12:04.857Z[ recovery-image] Oct 21 22:12:03.582 INFO O| Oct 21 22:12:03.582 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-10-21T22:12:04.866Z[ recovery-image] Oct 21 22:12:03.593 INFO O| Oct 21 22:12:03.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56522024-10-21T22:12:04.868Z[ recovery-image] Oct 21 22:12:03.593 INFO O| Oct 21 22:12:03.593 INFO STEP 506 (remove_files) COMPLETE
56532024-10-21T22:12:04.868Z[ recovery-image] Oct 21 22:12:03.593 INFO O| Oct 21 22:12:03.593 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-10-21T22:12:04.878Z[ recovery-image] Oct 21 22:12:03.606 INFO O| Oct 21 22:12:03.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56552024-10-21T22:12:04.878Z[ recovery-image] Oct 21 22:12:03.606 INFO O| Oct 21 22:12:03.606 INFO STEP 507 (remove_files) COMPLETE
56562024-10-21T22:12:04.878Z[ recovery-image] Oct 21 22:12:03.606 INFO O| Oct 21 22:12:03.606 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-10-21T22:12:04.889Z[ recovery-image] Oct 21 22:12:03.617 INFO O| Oct 21 22:12:03.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56582024-10-21T22:12:04.889Z[ recovery-image] Oct 21 22:12:03.617 INFO O| Oct 21 22:12:03.617 INFO STEP 508 (remove_files) COMPLETE
56592024-10-21T22:12:04.892Z[ recovery-image] Oct 21 22:12:03.617 INFO O| Oct 21 22:12:03.617 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-10-21T22:12:04.900Z[ recovery-image] Oct 21 22:12:03.627 INFO O| Oct 21 22:12:03.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56612024-10-21T22:12:04.903Z[ recovery-image] Oct 21 22:12:03.628 INFO O| Oct 21 22:12:03.627 INFO STEP 509 (remove_files) COMPLETE
56622024-10-21T22:12:04.903Z[ recovery-image] Oct 21 22:12:03.628 INFO O| Oct 21 22:12:03.628 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-10-21T22:12:04.910Z[ recovery-image] Oct 21 22:12:03.638 INFO O| Oct 21 22:12:03.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56642024-10-21T22:12:04.913Z[ recovery-image] Oct 21 22:12:03.639 INFO O| Oct 21 22:12:03.639 INFO STEP 510 (remove_files) COMPLETE
56652024-10-21T22:12:04.913Z[ recovery-image] Oct 21 22:12:03.639 INFO O| Oct 21 22:12:03.639 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-10-21T22:12:04.922Z[ recovery-image] Oct 21 22:12:03.650 INFO O| Oct 21 22:12:03.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56672024-10-21T22:12:04.922Z[ recovery-image] Oct 21 22:12:03.650 INFO O| Oct 21 22:12:03.650 INFO STEP 511 (remove_files) COMPLETE
56682024-10-21T22:12:04.922Z[ recovery-image] Oct 21 22:12:03.650 INFO O| Oct 21 22:12:03.650 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-10-21T22:12:04.933Z[ recovery-image] Oct 21 22:12:03.660 INFO O| Oct 21 22:12:03.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56702024-10-21T22:12:04.933Z[ recovery-image] Oct 21 22:12:03.660 INFO O| Oct 21 22:12:03.660 INFO STEP 512 (remove_files) COMPLETE
56712024-10-21T22:12:04.935Z[ recovery-image] Oct 21 22:12:03.660 INFO O| Oct 21 22:12:03.660 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-10-21T22:12:04.944Z[ recovery-image] Oct 21 22:12:03.672 INFO O| Oct 21 22:12:03.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56732024-10-21T22:12:04.945Z[ recovery-image] Oct 21 22:12:03.672 INFO O| Oct 21 22:12:03.672 INFO STEP 513 (remove_files) COMPLETE
56742024-10-21T22:12:04.945Z[ recovery-image] Oct 21 22:12:03.672 INFO O| Oct 21 22:12:03.672 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-10-21T22:12:04.956Z[ recovery-image] Oct 21 22:12:03.683 INFO O| Oct 21 22:12:03.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56762024-10-21T22:12:04.956Z[ recovery-image] Oct 21 22:12:03.683 INFO O| Oct 21 22:12:03.683 INFO STEP 514 (remove_files) COMPLETE
56772024-10-21T22:12:04.959Z[ recovery-image] Oct 21 22:12:03.683 INFO O| Oct 21 22:12:03.683 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-10-21T22:12:04.966Z[ recovery-image] Oct 21 22:12:03.694 INFO O| Oct 21 22:12:03.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56792024-10-21T22:12:04.966Z[ recovery-image] Oct 21 22:12:03.694 INFO O| Oct 21 22:12:03.694 INFO STEP 515 (remove_files) COMPLETE
56802024-10-21T22:12:04.969Z[ recovery-image] Oct 21 22:12:03.694 INFO O| Oct 21 22:12:03.694 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-10-21T22:12:04.977Z[ recovery-image] Oct 21 22:12:03.704 INFO O| Oct 21 22:12:03.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56822024-10-21T22:12:04.980Z[ recovery-image] Oct 21 22:12:03.705 INFO O| Oct 21 22:12:03.705 INFO STEP 516 (remove_files) COMPLETE
56832024-10-21T22:12:04.980Z[ recovery-image] Oct 21 22:12:03.705 INFO O| Oct 21 22:12:03.705 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-10-21T22:12:04.987Z[ recovery-image] Oct 21 22:12:03.715 INFO O| Oct 21 22:12:03.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56852024-10-21T22:12:04.987Z[ recovery-image] Oct 21 22:12:03.715 INFO O| Oct 21 22:12:03.715 INFO STEP 517 (remove_files) COMPLETE
56862024-10-21T22:12:04.990Z[ recovery-image] Oct 21 22:12:03.715 INFO O| Oct 21 22:12:03.715 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-10-21T22:12:04.998Z[ recovery-image] Oct 21 22:12:03.725 INFO O| Oct 21 22:12:03.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56882024-10-21T22:12:05.001Z[ recovery-image] Oct 21 22:12:03.725 INFO O| Oct 21 22:12:03.725 INFO STEP 518 (remove_files) COMPLETE
56892024-10-21T22:12:05.001Z[ recovery-image] Oct 21 22:12:03.726 INFO O| Oct 21 22:12:03.725 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-10-21T22:12:05.008Z[ recovery-image] Oct 21 22:12:03.736 INFO O| Oct 21 22:12:03.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56912024-10-21T22:12:05.011Z[ recovery-image] Oct 21 22:12:03.736 INFO O| Oct 21 22:12:03.736 INFO STEP 519 (remove_files) COMPLETE
56922024-10-21T22:12:05.011Z[ recovery-image] Oct 21 22:12:03.736 INFO O| Oct 21 22:12:03.736 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-10-21T22:12:05.019Z[ recovery-image] Oct 21 22:12:03.746 INFO O| Oct 21 22:12:03.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56942024-10-21T22:12:05.019Z[ recovery-image] Oct 21 22:12:03.746 INFO O| Oct 21 22:12:03.746 INFO STEP 520 (remove_files) COMPLETE
56952024-10-21T22:12:05.019Z[ recovery-image] Oct 21 22:12:03.746 INFO O| Oct 21 22:12:03.746 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-10-21T22:12:05.031Z[ recovery-image] Oct 21 22:12:03.759 INFO O| Oct 21 22:12:03.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56972024-10-21T22:12:05.034Z[ recovery-image] Oct 21 22:12:03.760 INFO O| Oct 21 22:12:03.759 INFO STEP 521 (remove_files) COMPLETE
56982024-10-21T22:12:05.034Z[ recovery-image] Oct 21 22:12:03.760 INFO O| Oct 21 22:12:03.760 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-10-21T22:12:05.043Z[ recovery-image] Oct 21 22:12:03.770 INFO O| Oct 21 22:12:03.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57002024-10-21T22:12:05.043Z[ recovery-image] Oct 21 22:12:03.770 INFO O| Oct 21 22:12:03.770 INFO STEP 522 (remove_files) COMPLETE
57012024-10-21T22:12:05.045Z[ recovery-image] Oct 21 22:12:03.770 INFO O| Oct 21 22:12:03.770 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-10-21T22:12:05.055Z[ recovery-image] Oct 21 22:12:03.782 INFO O| Oct 21 22:12:03.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57032024-10-21T22:12:05.055Z[ recovery-image] Oct 21 22:12:03.783 INFO O| Oct 21 22:12:03.783 INFO STEP 523 (remove_files) COMPLETE
57042024-10-21T22:12:05.055Z[ recovery-image] Oct 21 22:12:03.783 INFO O| Oct 21 22:12:03.783 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-10-21T22:12:05.066Z[ recovery-image] Oct 21 22:12:03.793 INFO O| Oct 21 22:12:03.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57062024-10-21T22:12:05.066Z[ recovery-image] Oct 21 22:12:03.793 INFO O| Oct 21 22:12:03.793 INFO STEP 524 (remove_files) COMPLETE
57072024-10-21T22:12:05.069Z[ recovery-image] Oct 21 22:12:03.794 INFO O| Oct 21 22:12:03.793 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-10-21T22:12:05.072Z[ host-image] Oct 21 22:12:03.800 INFO O| Oct 21 22:12:03.799 INFO O| Done
57092024-10-21T22:12:05.072Z[ host-image] Oct 21 22:12:03.800 INFO O| Oct 21 22:12:03.799 INFO O| Done
57102024-10-21T22:12:05.078Z[ recovery-image] Oct 21 22:12:03.806 INFO O| Oct 21 22:12:03.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57112024-10-21T22:12:05.081Z[ recovery-image] Oct 21 22:12:03.806 INFO O| Oct 21 22:12:03.806 INFO STEP 525 (remove_files) COMPLETE
57122024-10-21T22:12:05.081Z[ recovery-image] Oct 21 22:12:03.806 INFO O| Oct 21 22:12:03.806 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-10-21T22:12:05.092Z[ recovery-image] Oct 21 22:12:03.819 INFO O| Oct 21 22:12:03.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57142024-10-21T22:12:05.092Z[ recovery-image] Oct 21 22:12:03.819 INFO O| Oct 21 22:12:03.819 INFO STEP 526 (remove_files) COMPLETE
57152024-10-21T22:12:05.096Z[ recovery-image] Oct 21 22:12:03.819 INFO O| Oct 21 22:12:03.819 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-10-21T22:12:05.103Z[ recovery-image] Oct 21 22:12:03.830 INFO O| Oct 21 22:12:03.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57172024-10-21T22:12:05.106Z[ recovery-image] Oct 21 22:12:03.830 INFO O| Oct 21 22:12:03.830 INFO STEP 527 (remove_files) COMPLETE
57182024-10-21T22:12:05.106Z[ recovery-image] Oct 21 22:12:03.830 INFO O| Oct 21 22:12:03.830 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-10-21T22:12:05.113Z[ recovery-image] Oct 21 22:12:03.841 INFO O| Oct 21 22:12:03.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57202024-10-21T22:12:05.116Z[ recovery-image] Oct 21 22:12:03.841 INFO O| Oct 21 22:12:03.841 INFO STEP 528 (remove_files) COMPLETE
57212024-10-21T22:12:05.116Z[ recovery-image] Oct 21 22:12:03.841 INFO O| Oct 21 22:12:03.841 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-10-21T22:12:05.124Z[ recovery-image] Oct 21 22:12:03.851 INFO O| Oct 21 22:12:03.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57232024-10-21T22:12:05.127Z[ recovery-image] Oct 21 22:12:03.851 INFO O| Oct 21 22:12:03.851 INFO STEP 529 (remove_files) COMPLETE
57242024-10-21T22:12:05.127Z[ recovery-image] Oct 21 22:12:03.851 INFO O| Oct 21 22:12:03.851 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-10-21T22:12:05.134Z[ recovery-image] Oct 21 22:12:03.862 INFO O| Oct 21 22:12:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57262024-10-21T22:12:05.137Z[ recovery-image] Oct 21 22:12:03.862 INFO O| Oct 21 22:12:03.862 INFO STEP 530 (remove_files) COMPLETE
57272024-10-21T22:12:05.137Z[ recovery-image] Oct 21 22:12:03.862 INFO O| Oct 21 22:12:03.862 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-10-21T22:12:05.147Z[ recovery-image] Oct 21 22:12:03.874 INFO O| Oct 21 22:12:03.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57292024-10-21T22:12:05.147Z[ recovery-image] Oct 21 22:12:03.874 INFO O| Oct 21 22:12:03.874 INFO STEP 531 (remove_files) COMPLETE
57302024-10-21T22:12:05.150Z[ recovery-image] Oct 21 22:12:03.874 INFO O| Oct 21 22:12:03.874 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-10-21T22:12:05.159Z[ recovery-image] Oct 21 22:12:03.886 INFO O| Oct 21 22:12:03.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57322024-10-21T22:12:05.161Z[ recovery-image] Oct 21 22:12:03.886 INFO O| Oct 21 22:12:03.886 INFO STEP 532 (remove_files) COMPLETE
57332024-10-21T22:12:05.161Z[ recovery-image] Oct 21 22:12:03.886 INFO O| Oct 21 22:12:03.886 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-10-21T22:12:05.170Z[ recovery-image] Oct 21 22:12:03.897 INFO O| Oct 21 22:12:03.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57352024-10-21T22:12:05.170Z[ recovery-image] Oct 21 22:12:03.897 INFO O| Oct 21 22:12:03.897 INFO STEP 533 (remove_files) COMPLETE
57362024-10-21T22:12:05.172Z[ recovery-image] Oct 21 22:12:03.897 INFO O| Oct 21 22:12:03.897 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-10-21T22:12:05.182Z[ recovery-image] Oct 21 22:12:03.909 INFO O| Oct 21 22:12:03.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57382024-10-21T22:12:05.185Z[ recovery-image] Oct 21 22:12:03.910 INFO O| Oct 21 22:12:03.910 INFO STEP 534 (remove_files) COMPLETE
57392024-10-21T22:12:05.185Z[ recovery-image] Oct 21 22:12:03.910 INFO O| Oct 21 22:12:03.910 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-10-21T22:12:05.192Z[ recovery-image] Oct 21 22:12:03.920 INFO O| Oct 21 22:12:03.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57412024-10-21T22:12:05.195Z[ recovery-image] Oct 21 22:12:03.920 INFO O| Oct 21 22:12:03.920 INFO STEP 535 (remove_files) COMPLETE
57422024-10-21T22:12:05.195Z[ recovery-image] Oct 21 22:12:03.920 INFO O| Oct 21 22:12:03.920 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-10-21T22:12:05.204Z[ recovery-image] Oct 21 22:12:03.931 INFO O| Oct 21 22:12:03.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57442024-10-21T22:12:05.207Z[ recovery-image] Oct 21 22:12:03.932 INFO O| Oct 21 22:12:03.932 INFO STEP 536 (remove_files) COMPLETE
57452024-10-21T22:12:05.207Z[ recovery-image] Oct 21 22:12:03.932 INFO O| Oct 21 22:12:03.932 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-10-21T22:12:05.216Z[ recovery-image] Oct 21 22:12:03.943 INFO O| Oct 21 22:12:03.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57472024-10-21T22:12:05.216Z[ recovery-image] Oct 21 22:12:03.943 INFO O| Oct 21 22:12:03.943 INFO STEP 537 (remove_files) COMPLETE
57482024-10-21T22:12:05.216Z[ recovery-image] Oct 21 22:12:03.943 INFO O| Oct 21 22:12:03.943 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-10-21T22:12:05.228Z[ recovery-image] Oct 21 22:12:03.955 INFO O| Oct 21 22:12:03.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57502024-10-21T22:12:05.228Z[ recovery-image] Oct 21 22:12:03.955 INFO O| Oct 21 22:12:03.955 INFO STEP 538 (remove_files) COMPLETE
57512024-10-21T22:12:05.230Z[ recovery-image] Oct 21 22:12:03.955 INFO O| Oct 21 22:12:03.955 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-10-21T22:12:05.240Z[ recovery-image] Oct 21 22:12:03.965 INFO O| Oct 21 22:12:03.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57532024-10-21T22:12:05.242Z[ recovery-image] Oct 21 22:12:03.965 INFO O| Oct 21 22:12:03.965 INFO STEP 539 (remove_files) COMPLETE
57542024-10-21T22:12:05.242Z[ recovery-image] Oct 21 22:12:03.965 INFO O| Oct 21 22:12:03.965 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-10-21T22:12:05.248Z[ recovery-image] Oct 21 22:12:03.976 INFO O| Oct 21 22:12:03.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57562024-10-21T22:12:05.251Z[ recovery-image] Oct 21 22:12:03.976 INFO O| Oct 21 22:12:03.976 INFO STEP 540 (remove_files) COMPLETE
57572024-10-21T22:12:05.251Z[ recovery-image] Oct 21 22:12:03.976 INFO O| Oct 21 22:12:03.976 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-10-21T22:12:05.259Z[ recovery-image] Oct 21 22:12:03.986 INFO O| Oct 21 22:12:03.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57592024-10-21T22:12:05.262Z[ recovery-image] Oct 21 22:12:03.986 INFO O| Oct 21 22:12:03.986 INFO STEP 541 (remove_files) COMPLETE
57602024-10-21T22:12:05.262Z[ recovery-image] Oct 21 22:12:03.986 INFO O| Oct 21 22:12:03.986 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-10-21T22:12:05.271Z[ recovery-image] Oct 21 22:12:03.998 INFO O| Oct 21 22:12:03.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57622024-10-21T22:12:05.274Z[ recovery-image] Oct 21 22:12:03.998 INFO O| Oct 21 22:12:03.998 INFO STEP 542 (remove_files) COMPLETE
57632024-10-21T22:12:05.274Z[ recovery-image] Oct 21 22:12:03.998 INFO O| Oct 21 22:12:03.998 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-10-21T22:12:05.284Z[ recovery-image] Oct 21 22:12:04.011 INFO O| Oct 21 22:12:04.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57652024-10-21T22:12:05.284Z[ recovery-image] Oct 21 22:12:04.011 INFO O| Oct 21 22:12:04.011 INFO STEP 543 (remove_files) COMPLETE
57662024-10-21T22:12:05.286Z[ recovery-image] Oct 21 22:12:04.011 INFO O| Oct 21 22:12:04.011 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-10-21T22:12:05.295Z[ recovery-image] Oct 21 22:12:04.023 INFO O| Oct 21 22:12:04.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57682024-10-21T22:12:05.295Z[ recovery-image] Oct 21 22:12:04.023 INFO O| Oct 21 22:12:04.023 INFO STEP 544 (remove_files) COMPLETE
57692024-10-21T22:12:05.295Z[ recovery-image] Oct 21 22:12:04.023 INFO O| Oct 21 22:12:04.023 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-21T22:12:05.306Z[ recovery-image] Oct 21 22:12:04.033 INFO O| Oct 21 22:12:04.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57712024-10-21T22:12:05.309Z[ recovery-image] Oct 21 22:12:04.033 INFO O| Oct 21 22:12:04.033 INFO STEP 545 (remove_files) COMPLETE
57722024-10-21T22:12:05.309Z[ recovery-image] Oct 21 22:12:04.033 INFO O| Oct 21 22:12:04.033 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-21T22:12:05.316Z[ recovery-image] Oct 21 22:12:04.044 INFO O| Oct 21 22:12:04.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57742024-10-21T22:12:05.320Z[ recovery-image] Oct 21 22:12:04.044 INFO O| Oct 21 22:12:04.044 INFO STEP 546 (remove_files) COMPLETE
57752024-10-21T22:12:05.320Z[ recovery-image] Oct 21 22:12:04.044 INFO O| Oct 21 22:12:04.044 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-21T22:12:05.327Z[ recovery-image] Oct 21 22:12:04.054 INFO O| Oct 21 22:12:04.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57772024-10-21T22:12:05.329Z[ recovery-image] Oct 21 22:12:04.054 INFO O| Oct 21 22:12:04.054 INFO STEP 547 (remove_files) COMPLETE
57782024-10-21T22:12:05.329Z[ recovery-image] Oct 21 22:12:04.054 INFO O| Oct 21 22:12:04.054 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-21T22:12:05.337Z[ recovery-image] Oct 21 22:12:04.064 INFO O| Oct 21 22:12:04.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57802024-10-21T22:12:05.337Z[ recovery-image] Oct 21 22:12:04.064 INFO O| Oct 21 22:12:04.064 INFO STEP 548 (remove_files) COMPLETE
57812024-10-21T22:12:05.344Z[ recovery-image] Oct 21 22:12:04.065 INFO O| Oct 21 22:12:04.064 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-21T22:12:05.352Z[ recovery-image] Oct 21 22:12:04.074 INFO O| Oct 21 22:12:04.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57832024-10-21T22:12:05.352Z[ recovery-image] Oct 21 22:12:04.074 INFO O| Oct 21 22:12:04.074 INFO STEP 549 (remove_files) COMPLETE
57842024-10-21T22:12:05.352Z[ recovery-image] Oct 21 22:12:04.074 INFO O| Oct 21 22:12:04.074 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-21T22:12:05.361Z[ recovery-image] Oct 21 22:12:04.084 INFO O| Oct 21 22:12:04.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57862024-10-21T22:12:05.361Z[ recovery-image] Oct 21 22:12:04.084 INFO O| Oct 21 22:12:04.084 INFO STEP 550 (remove_files) COMPLETE
57872024-10-21T22:12:05.361Z[ recovery-image] Oct 21 22:12:04.084 INFO O| Oct 21 22:12:04.084 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-21T22:12:05.367Z[ recovery-image] Oct 21 22:12:04.094 INFO O| Oct 21 22:12:04.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57892024-10-21T22:12:05.367Z[ recovery-image] Oct 21 22:12:04.095 INFO O| Oct 21 22:12:04.095 INFO STEP 551 (remove_files) COMPLETE
57902024-10-21T22:12:05.367Z[ recovery-image] Oct 21 22:12:04.095 INFO O| Oct 21 22:12:04.095 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-21T22:12:05.380Z[ recovery-image] Oct 21 22:12:04.107 INFO O| Oct 21 22:12:04.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57922024-10-21T22:12:05.380Z[ recovery-image] Oct 21 22:12:04.107 INFO O| Oct 21 22:12:04.107 INFO STEP 552 (remove_files) COMPLETE
57932024-10-21T22:12:05.380Z[ recovery-image] Oct 21 22:12:04.107 INFO O| Oct 21 22:12:04.107 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-21T22:12:05.390Z[ recovery-image] Oct 21 22:12:04.117 INFO O| Oct 21 22:12:04.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57952024-10-21T22:12:05.393Z[ recovery-image] Oct 21 22:12:04.118 INFO O| Oct 21 22:12:04.118 INFO STEP 553 (remove_files) COMPLETE
57962024-10-21T22:12:05.394Z[ recovery-image] Oct 21 22:12:04.118 INFO O| Oct 21 22:12:04.118 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-21T22:12:05.401Z[ recovery-image] Oct 21 22:12:04.128 INFO O| Oct 21 22:12:04.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57982024-10-21T22:12:05.403Z[ recovery-image] Oct 21 22:12:04.128 INFO O| Oct 21 22:12:04.128 INFO STEP 554 (remove_files) COMPLETE
57992024-10-21T22:12:05.404Z[ recovery-image] Oct 21 22:12:04.128 INFO O| Oct 21 22:12:04.128 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-21T22:12:05.412Z[ recovery-image] Oct 21 22:12:04.139 INFO O| Oct 21 22:12:04.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58012024-10-21T22:12:05.415Z[ recovery-image] Oct 21 22:12:04.141 INFO O| Oct 21 22:12:04.141 INFO STEP 555 (remove_files) COMPLETE
58022024-10-21T22:12:05.415Z[ recovery-image] Oct 21 22:12:04.141 INFO O| Oct 21 22:12:04.141 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-21T22:12:05.426Z[ recovery-image] Oct 21 22:12:04.153 INFO O| Oct 21 22:12:04.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58042024-10-21T22:12:05.426Z[ recovery-image] Oct 21 22:12:04.153 INFO O| Oct 21 22:12:04.153 INFO STEP 556 (remove_files) COMPLETE
58052024-10-21T22:12:05.429Z[ recovery-image] Oct 21 22:12:04.153 INFO O| Oct 21 22:12:04.153 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-21T22:12:05.438Z[ recovery-image] Oct 21 22:12:04.165 INFO O| Oct 21 22:12:04.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58072024-10-21T22:12:05.438Z[ recovery-image] Oct 21 22:12:04.165 INFO O| Oct 21 22:12:04.165 INFO STEP 557 (remove_files) COMPLETE
58082024-10-21T22:12:05.438Z[ recovery-image] Oct 21 22:12:04.165 INFO O| Oct 21 22:12:04.165 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-10-21T22:12:05.449Z[ recovery-image] Oct 21 22:12:04.176 INFO O| Oct 21 22:12:04.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58102024-10-21T22:12:05.451Z[ recovery-image] Oct 21 22:12:04.176 INFO O| Oct 21 22:12:04.176 INFO STEP 558 (remove_files) COMPLETE
58112024-10-21T22:12:05.451Z[ recovery-image] Oct 21 22:12:04.176 INFO O| Oct 21 22:12:04.176 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-10-21T22:12:05.459Z[ recovery-image] Oct 21 22:12:04.186 INFO O| Oct 21 22:12:04.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58132024-10-21T22:12:05.462Z[ recovery-image] Oct 21 22:12:04.186 INFO O| Oct 21 22:12:04.186 INFO STEP 559 (remove_files) COMPLETE
58142024-10-21T22:12:05.462Z[ recovery-image] Oct 21 22:12:04.186 INFO O| Oct 21 22:12:04.186 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-10-21T22:12:05.469Z[ recovery-image] Oct 21 22:12:04.197 INFO O| Oct 21 22:12:04.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58162024-10-21T22:12:05.469Z[ recovery-image] Oct 21 22:12:04.197 INFO O| Oct 21 22:12:04.197 INFO STEP 560 (remove_files) COMPLETE
58172024-10-21T22:12:05.472Z[ recovery-image] Oct 21 22:12:04.197 INFO O| Oct 21 22:12:04.197 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-10-21T22:12:05.480Z[ recovery-image] Oct 21 22:12:04.207 INFO O| Oct 21 22:12:04.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58192024-10-21T22:12:05.480Z[ recovery-image] Oct 21 22:12:04.207 INFO O| Oct 21 22:12:04.207 INFO STEP 561 (remove_files) COMPLETE
58202024-10-21T22:12:05.482Z[ recovery-image] Oct 21 22:12:04.207 INFO O| Oct 21 22:12:04.207 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-21T22:12:05.491Z[ recovery-image] Oct 21 22:12:04.219 INFO O| Oct 21 22:12:04.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58222024-10-21T22:12:05.491Z[ recovery-image] Oct 21 22:12:04.219 INFO O| Oct 21 22:12:04.219 INFO STEP 562 (remove_files) COMPLETE
58232024-10-21T22:12:05.491Z[ recovery-image] Oct 21 22:12:04.219 INFO O| Oct 21 22:12:04.219 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-21T22:12:05.501Z[ recovery-image] Oct 21 22:12:04.229 INFO O| Oct 21 22:12:04.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58252024-10-21T22:12:05.504Z[ recovery-image] Oct 21 22:12:04.229 INFO O| Oct 21 22:12:04.229 INFO STEP 563 (remove_files) COMPLETE
58262024-10-21T22:12:05.504Z[ recovery-image] Oct 21 22:12:04.229 INFO O| Oct 21 22:12:04.229 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-21T22:12:05.511Z[ recovery-image] Oct 21 22:12:04.239 INFO O| Oct 21 22:12:04.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58282024-10-21T22:12:05.511Z[ recovery-image] Oct 21 22:12:04.239 INFO O| Oct 21 22:12:04.239 INFO STEP 564 (remove_files) COMPLETE
58292024-10-21T22:12:05.514Z[ recovery-image] Oct 21 22:12:04.239 INFO O| Oct 21 22:12:04.239 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-21T22:12:05.522Z[ recovery-image] Oct 21 22:12:04.249 INFO O| Oct 21 22:12:04.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58312024-10-21T22:12:05.524Z[ recovery-image] Oct 21 22:12:04.249 INFO O| Oct 21 22:12:04.249 INFO STEP 565 (remove_files) COMPLETE
58322024-10-21T22:12:05.524Z[ recovery-image] Oct 21 22:12:04.249 INFO O| Oct 21 22:12:04.249 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-21T22:12:05.532Z[ recovery-image] Oct 21 22:12:04.259 INFO O| Oct 21 22:12:04.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58342024-10-21T22:12:05.535Z[ recovery-image] Oct 21 22:12:04.259 INFO O| Oct 21 22:12:04.259 INFO STEP 566 (remove_files) COMPLETE
58352024-10-21T22:12:05.535Z[ recovery-image] Oct 21 22:12:04.259 INFO O| Oct 21 22:12:04.259 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-21T22:12:05.544Z[ recovery-image] Oct 21 22:12:04.271 INFO O| Oct 21 22:12:04.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58372024-10-21T22:12:05.544Z[ recovery-image] Oct 21 22:12:04.271 INFO O| Oct 21 22:12:04.271 INFO STEP 567 (remove_files) COMPLETE
58382024-10-21T22:12:05.546Z[ recovery-image] Oct 21 22:12:04.271 INFO O| Oct 21 22:12:04.271 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-21T22:12:05.555Z[ recovery-image] Oct 21 22:12:04.283 INFO O| Oct 21 22:12:04.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58402024-10-21T22:12:05.558Z[ recovery-image] Oct 21 22:12:04.283 INFO O| Oct 21 22:12:04.283 INFO STEP 568 (remove_files) COMPLETE
58412024-10-21T22:12:05.558Z[ recovery-image] Oct 21 22:12:04.283 INFO O| Oct 21 22:12:04.283 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-21T22:12:05.558Z[ host-image] Oct 21 22:12:04.285 INFO O| Oct 21 22:12:04.285 INFO O| Done
58432024-10-21T22:12:05.566Z[ recovery-image] Oct 21 22:12:04.293 INFO O| Oct 21 22:12:04.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58442024-10-21T22:12:05.569Z[ recovery-image] Oct 21 22:12:04.294 INFO O| Oct 21 22:12:04.293 INFO STEP 569 (remove_files) COMPLETE
58452024-10-21T22:12:05.569Z[ recovery-image] Oct 21 22:12:04.294 INFO O| Oct 21 22:12:04.293 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-10-21T22:12:05.576Z[ recovery-image] Oct 21 22:12:04.304 INFO O| Oct 21 22:12:04.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58472024-10-21T22:12:05.577Z[ recovery-image] Oct 21 22:12:04.304 INFO O| Oct 21 22:12:04.304 INFO STEP 570 (remove_files) COMPLETE
58482024-10-21T22:12:05.577Z[ recovery-image] Oct 21 22:12:04.304 INFO O| Oct 21 22:12:04.304 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-10-21T22:12:05.588Z[ recovery-image] Oct 21 22:12:04.316 INFO O| Oct 21 22:12:04.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58502024-10-21T22:12:05.591Z[ recovery-image] Oct 21 22:12:04.316 INFO O| Oct 21 22:12:04.316 INFO STEP 571 (remove_files) COMPLETE
58512024-10-21T22:12:05.591Z[ recovery-image] Oct 21 22:12:04.316 INFO O| Oct 21 22:12:04.316 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-10-21T22:12:05.601Z[ recovery-image] Oct 21 22:12:04.328 INFO O| Oct 21 22:12:04.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58532024-10-21T22:12:05.604Z[ recovery-image] Oct 21 22:12:04.329 INFO O| Oct 21 22:12:04.329 INFO STEP 572 (remove_files) COMPLETE
58542024-10-21T22:12:05.604Z[ recovery-image] Oct 21 22:12:04.329 INFO O| Oct 21 22:12:04.329 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-10-21T22:12:05.612Z[ recovery-image] Oct 21 22:12:04.340 INFO O| Oct 21 22:12:04.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58562024-10-21T22:12:05.612Z[ recovery-image] Oct 21 22:12:04.340 INFO O| Oct 21 22:12:04.340 INFO STEP 573 (remove_files) COMPLETE
58572024-10-21T22:12:05.615Z[ recovery-image] Oct 21 22:12:04.340 INFO O| Oct 21 22:12:04.340 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-10-21T22:12:05.623Z[ recovery-image] Oct 21 22:12:04.350 INFO O| Oct 21 22:12:04.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58592024-10-21T22:12:05.623Z[ recovery-image] Oct 21 22:12:04.350 INFO O| Oct 21 22:12:04.350 INFO STEP 574 (remove_files) COMPLETE
58602024-10-21T22:12:05.623Z[ recovery-image] Oct 21 22:12:04.350 INFO O| Oct 21 22:12:04.350 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-10-21T22:12:05.634Z[ recovery-image] Oct 21 22:12:04.361 INFO O| Oct 21 22:12:04.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58622024-10-21T22:12:05.634Z[ recovery-image] Oct 21 22:12:04.361 INFO O| Oct 21 22:12:04.361 INFO STEP 575 (remove_files) COMPLETE
58632024-10-21T22:12:05.634Z[ recovery-image] Oct 21 22:12:04.361 INFO O| Oct 21 22:12:04.361 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-10-21T22:12:05.644Z[ recovery-image] Oct 21 22:12:04.371 INFO O| Oct 21 22:12:04.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58652024-10-21T22:12:05.644Z[ recovery-image] Oct 21 22:12:04.372 INFO O| Oct 21 22:12:04.371 INFO STEP 576 (remove_files) COMPLETE
58662024-10-21T22:12:05.644Z[ recovery-image] Oct 21 22:12:04.372 INFO O| Oct 21 22:12:04.372 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-10-21T22:12:05.654Z[ recovery-image] Oct 21 22:12:04.382 INFO O| Oct 21 22:12:04.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58682024-10-21T22:12:05.654Z[ recovery-image] Oct 21 22:12:04.382 INFO O| Oct 21 22:12:04.382 INFO STEP 577 (remove_files) COMPLETE
58692024-10-21T22:12:05.654Z[ recovery-image] Oct 21 22:12:04.382 INFO O| Oct 21 22:12:04.382 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-10-21T22:12:05.665Z[ recovery-image] Oct 21 22:12:04.392 INFO O| Oct 21 22:12:04.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58712024-10-21T22:12:05.665Z[ recovery-image] Oct 21 22:12:04.392 INFO O| Oct 21 22:12:04.392 INFO STEP 578 (remove_files) COMPLETE
58722024-10-21T22:12:05.668Z[ recovery-image] Oct 21 22:12:04.392 INFO O| Oct 21 22:12:04.392 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-10-21T22:12:05.677Z[ recovery-image] Oct 21 22:12:04.404 INFO O| Oct 21 22:12:04.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58742024-10-21T22:12:05.677Z[ recovery-image] Oct 21 22:12:04.405 INFO O| Oct 21 22:12:04.404 INFO STEP 579 (remove_files) COMPLETE
58752024-10-21T22:12:05.679Z[ recovery-image] Oct 21 22:12:04.405 INFO O| Oct 21 22:12:04.405 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-10-21T22:12:05.688Z[ recovery-image] Oct 21 22:12:04.415 INFO O| Oct 21 22:12:04.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58772024-10-21T22:12:05.688Z[ recovery-image] Oct 21 22:12:04.415 INFO O| Oct 21 22:12:04.415 INFO STEP 580 (remove_files) COMPLETE
58782024-10-21T22:12:05.688Z[ recovery-image] Oct 21 22:12:04.415 INFO O| Oct 21 22:12:04.415 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-10-21T22:12:05.698Z[ recovery-image] Oct 21 22:12:04.425 INFO O| Oct 21 22:12:04.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58802024-10-21T22:12:05.698Z[ recovery-image] Oct 21 22:12:04.425 INFO O| Oct 21 22:12:04.425 INFO STEP 581 (remove_files) COMPLETE
58812024-10-21T22:12:05.701Z[ recovery-image] Oct 21 22:12:04.425 INFO O| Oct 21 22:12:04.425 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-10-21T22:12:05.708Z[ recovery-image] Oct 21 22:12:04.436 INFO O| Oct 21 22:12:04.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58832024-10-21T22:12:05.711Z[ recovery-image] Oct 21 22:12:04.436 INFO O| Oct 21 22:12:04.436 INFO STEP 582 (remove_files) COMPLETE
58842024-10-21T22:12:05.711Z[ recovery-image] Oct 21 22:12:04.436 INFO O| Oct 21 22:12:04.436 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-10-21T22:12:05.719Z[ recovery-image] Oct 21 22:12:04.446 INFO O| Oct 21 22:12:04.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58862024-10-21T22:12:05.719Z[ recovery-image] Oct 21 22:12:04.446 INFO O| Oct 21 22:12:04.446 INFO STEP 583 (remove_files) COMPLETE
58872024-10-21T22:12:05.721Z[ recovery-image] Oct 21 22:12:04.446 INFO O| Oct 21 22:12:04.446 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-10-21T22:12:05.729Z[ recovery-image] Oct 21 22:12:04.456 INFO O| Oct 21 22:12:04.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58892024-10-21T22:12:05.729Z[ recovery-image] Oct 21 22:12:04.456 INFO O| Oct 21 22:12:04.456 INFO STEP 584 (remove_files) COMPLETE
58902024-10-21T22:12:05.731Z[ recovery-image] Oct 21 22:12:04.456 INFO O| Oct 21 22:12:04.456 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-10-21T22:12:05.739Z[ recovery-image] Oct 21 22:12:04.467 INFO O| Oct 21 22:12:04.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58922024-10-21T22:12:05.739Z[ recovery-image] Oct 21 22:12:04.467 INFO O| Oct 21 22:12:04.467 INFO STEP 585 (remove_files) COMPLETE
58932024-10-21T22:12:05.739Z[ recovery-image] Oct 21 22:12:04.467 INFO O| Oct 21 22:12:04.467 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-10-21T22:12:05.751Z[ recovery-image] Oct 21 22:12:04.478 INFO O| Oct 21 22:12:04.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58952024-10-21T22:12:05.753Z[ recovery-image] Oct 21 22:12:04.478 INFO O| Oct 21 22:12:04.478 INFO STEP 586 (remove_files) COMPLETE
58962024-10-21T22:12:05.753Z[ recovery-image] Oct 21 22:12:04.478 INFO O| Oct 21 22:12:04.478 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-10-21T22:12:05.761Z[ recovery-image] Oct 21 22:12:04.488 INFO O| Oct 21 22:12:04.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58982024-10-21T22:12:05.761Z[ recovery-image] Oct 21 22:12:04.488 INFO O| Oct 21 22:12:04.488 INFO STEP 587 (remove_files) COMPLETE
58992024-10-21T22:12:05.763Z[ recovery-image] Oct 21 22:12:04.488 INFO O| Oct 21 22:12:04.488 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-10-21T22:12:05.773Z[ recovery-image] Oct 21 22:12:04.500 INFO O| Oct 21 22:12:04.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59012024-10-21T22:12:05.775Z[ recovery-image] Oct 21 22:12:04.501 INFO O| Oct 21 22:12:04.501 INFO STEP 588 (remove_files) COMPLETE
59022024-10-21T22:12:05.775Z[ recovery-image] Oct 21 22:12:04.501 INFO O| Oct 21 22:12:04.501 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-10-21T22:12:05.787Z[ recovery-image] Oct 21 22:12:04.515 INFO O| Oct 21 22:12:04.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59042024-10-21T22:12:05.788Z[ recovery-image] Oct 21 22:12:04.515 INFO O| Oct 21 22:12:04.515 INFO STEP 589 (remove_files) COMPLETE
59052024-10-21T22:12:05.791Z[ recovery-image] Oct 21 22:12:04.515 INFO O| Oct 21 22:12:04.515 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-10-21T22:12:05.798Z[ recovery-image] Oct 21 22:12:04.526 INFO O| Oct 21 22:12:04.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59072024-10-21T22:12:05.798Z[ recovery-image] Oct 21 22:12:04.526 INFO O| Oct 21 22:12:04.526 INFO STEP 590 (remove_files) COMPLETE
59082024-10-21T22:12:05.801Z[ recovery-image] Oct 21 22:12:04.526 INFO O| Oct 21 22:12:04.526 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-10-21T22:12:05.809Z[ recovery-image] Oct 21 22:12:04.536 INFO O| Oct 21 22:12:04.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59102024-10-21T22:12:05.811Z[ recovery-image] Oct 21 22:12:04.536 INFO O| Oct 21 22:12:04.536 INFO STEP 591 (remove_files) COMPLETE
59112024-10-21T22:12:05.811Z[ recovery-image] Oct 21 22:12:04.536 INFO O| Oct 21 22:12:04.536 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-10-21T22:12:05.819Z[ recovery-image] Oct 21 22:12:04.547 INFO O| Oct 21 22:12:04.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59132024-10-21T22:12:05.819Z[ recovery-image] Oct 21 22:12:04.547 INFO O| Oct 21 22:12:04.547 INFO STEP 592 (remove_files) COMPLETE
59142024-10-21T22:12:05.822Z[ recovery-image] Oct 21 22:12:04.547 INFO O| Oct 21 22:12:04.547 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-10-21T22:12:05.830Z[ recovery-image] Oct 21 22:12:04.557 INFO O| Oct 21 22:12:04.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59162024-10-21T22:12:05.832Z[ recovery-image] Oct 21 22:12:04.558 INFO O| Oct 21 22:12:04.558 INFO STEP 593 (remove_files) COMPLETE
59172024-10-21T22:12:05.832Z[ recovery-image] Oct 21 22:12:04.558 INFO O| Oct 21 22:12:04.558 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-10-21T22:12:05.842Z[ recovery-image] Oct 21 22:12:04.570 INFO O| Oct 21 22:12:04.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59192024-10-21T22:12:05.842Z[ recovery-image] Oct 21 22:12:04.570 INFO O| Oct 21 22:12:04.570 INFO STEP 594 (remove_files) COMPLETE
59202024-10-21T22:12:05.845Z[ recovery-image] Oct 21 22:12:04.570 INFO O| Oct 21 22:12:04.570 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-10-21T22:12:05.853Z[ recovery-image] Oct 21 22:12:04.580 INFO O| Oct 21 22:12:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59222024-10-21T22:12:05.855Z[ recovery-image] Oct 21 22:12:04.581 INFO O| Oct 21 22:12:04.580 INFO STEP 595 (remove_files) COMPLETE
59232024-10-21T22:12:05.855Z[ recovery-image] Oct 21 22:12:04.581 INFO O| Oct 21 22:12:04.581 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-10-21T22:12:05.863Z[ recovery-image] Oct 21 22:12:04.591 INFO O| Oct 21 22:12:04.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59252024-10-21T22:12:05.866Z[ recovery-image] Oct 21 22:12:04.591 INFO O| Oct 21 22:12:04.591 INFO STEP 596 (remove_files) COMPLETE
59262024-10-21T22:12:05.866Z[ recovery-image] Oct 21 22:12:04.591 INFO O| Oct 21 22:12:04.591 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-10-21T22:12:05.874Z[ recovery-image] Oct 21 22:12:04.602 INFO O| Oct 21 22:12:04.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59282024-10-21T22:12:05.874Z[ recovery-image] Oct 21 22:12:04.602 INFO O| Oct 21 22:12:04.602 INFO STEP 597 (remove_files) COMPLETE
59292024-10-21T22:12:05.877Z[ recovery-image] Oct 21 22:12:04.602 INFO O| Oct 21 22:12:04.602 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-10-21T22:12:05.884Z[ recovery-image] Oct 21 22:12:04.612 INFO O| Oct 21 22:12:04.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59312024-10-21T22:12:05.887Z[ recovery-image] Oct 21 22:12:04.612 INFO O| Oct 21 22:12:04.612 INFO STEP 598 (remove_files) COMPLETE
59322024-10-21T22:12:05.887Z[ recovery-image] Oct 21 22:12:04.612 INFO O| Oct 21 22:12:04.612 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-10-21T22:12:05.897Z[ recovery-image] Oct 21 22:12:04.624 INFO O| Oct 21 22:12:04.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59342024-10-21T22:12:05.897Z[ recovery-image] Oct 21 22:12:04.624 INFO O| Oct 21 22:12:04.624 INFO STEP 599 (remove_files) COMPLETE
59352024-10-21T22:12:05.897Z[ recovery-image] Oct 21 22:12:04.624 INFO O| Oct 21 22:12:04.624 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-10-21T22:12:05.909Z[ recovery-image] Oct 21 22:12:04.637 INFO O| Oct 21 22:12:04.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59372024-10-21T22:12:05.909Z[ recovery-image] Oct 21 22:12:04.637 INFO O| Oct 21 22:12:04.637 INFO STEP 600 (remove_files) COMPLETE
59382024-10-21T22:12:05.912Z[ recovery-image] Oct 21 22:12:04.637 INFO O| Oct 21 22:12:04.637 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-10-21T22:12:05.921Z[ recovery-image] Oct 21 22:12:04.648 INFO O| Oct 21 22:12:04.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59402024-10-21T22:12:05.921Z[ recovery-image] Oct 21 22:12:04.648 INFO O| Oct 21 22:12:04.648 INFO STEP 601 (remove_files) COMPLETE
59412024-10-21T22:12:05.923Z[ recovery-image] Oct 21 22:12:04.648 INFO O| Oct 21 22:12:04.648 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-10-21T22:12:05.943Z[ recovery-image] Oct 21 22:12:04.670 INFO O| Oct 21 22:12:04.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59432024-10-21T22:12:05.943Z[ recovery-image] Oct 21 22:12:04.670 INFO O| Oct 21 22:12:04.670 INFO STEP 602 (remove_files) COMPLETE
59442024-10-21T22:12:05.946Z[ recovery-image] Oct 21 22:12:04.670 INFO O| Oct 21 22:12:04.670 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-10-21T22:12:05.960Z[ recovery-image] Oct 21 22:12:04.687 INFO O| Oct 21 22:12:04.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59462024-10-21T22:12:05.960Z[ recovery-image] Oct 21 22:12:04.687 INFO O| Oct 21 22:12:04.687 INFO STEP 603 (remove_files) COMPLETE
59472024-10-21T22:12:05.960Z[ recovery-image] Oct 21 22:12:04.687 INFO O| Oct 21 22:12:04.687 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-10-21T22:12:05.972Z[ recovery-image] Oct 21 22:12:04.699 INFO O| Oct 21 22:12:04.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59492024-10-21T22:12:05.972Z[ recovery-image] Oct 21 22:12:04.700 INFO O| Oct 21 22:12:04.700 INFO STEP 604 (remove_files) COMPLETE
59502024-10-21T22:12:05.975Z[ recovery-image] Oct 21 22:12:04.700 INFO O| Oct 21 22:12:04.700 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-10-21T22:12:05.984Z[ recovery-image] Oct 21 22:12:04.711 INFO O| Oct 21 22:12:04.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59522024-10-21T22:12:05.984Z[ recovery-image] Oct 21 22:12:04.711 INFO O| Oct 21 22:12:04.711 INFO STEP 605 (remove_files) COMPLETE
59532024-10-21T22:12:05.987Z[ recovery-image] Oct 21 22:12:04.711 INFO O| Oct 21 22:12:04.711 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-10-21T22:12:05.995Z[ recovery-image] Oct 21 22:12:04.722 INFO O| Oct 21 22:12:04.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59552024-10-21T22:12:05.995Z[ recovery-image] Oct 21 22:12:04.723 INFO O| Oct 21 22:12:04.723 INFO STEP 606 (remove_files) COMPLETE
59562024-10-21T22:12:05.997Z[ recovery-image] Oct 21 22:12:04.723 INFO O| Oct 21 22:12:04.723 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-10-21T22:12:06.006Z[ recovery-image] Oct 21 22:12:04.733 INFO O| Oct 21 22:12:04.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59582024-10-21T22:12:06.006Z[ recovery-image] Oct 21 22:12:04.733 INFO O| Oct 21 22:12:04.733 INFO STEP 607 (remove_files) COMPLETE
59592024-10-21T22:12:06.008Z[ recovery-image] Oct 21 22:12:04.733 INFO O| Oct 21 22:12:04.733 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-10-21T22:12:06.016Z[ recovery-image] Oct 21 22:12:04.743 INFO O| Oct 21 22:12:04.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59612024-10-21T22:12:06.016Z[ recovery-image] Oct 21 22:12:04.744 INFO O| Oct 21 22:12:04.744 INFO STEP 608 (remove_files) COMPLETE
59622024-10-21T22:12:06.019Z[ recovery-image] Oct 21 22:12:04.744 INFO O| Oct 21 22:12:04.744 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-10-21T22:12:06.027Z[ recovery-image] Oct 21 22:12:04.754 INFO O| Oct 21 22:12:04.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59642024-10-21T22:12:06.027Z[ recovery-image] Oct 21 22:12:04.754 INFO O| Oct 21 22:12:04.754 INFO STEP 609 (remove_files) COMPLETE
59652024-10-21T22:12:06.027Z[ recovery-image] Oct 21 22:12:04.754 INFO O| Oct 21 22:12:04.754 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-10-21T22:12:06.038Z[ recovery-image] Oct 21 22:12:04.765 INFO O| Oct 21 22:12:04.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59672024-10-21T22:12:06.038Z[ recovery-image] Oct 21 22:12:04.766 INFO O| Oct 21 22:12:04.766 INFO STEP 610 (remove_files) COMPLETE
59682024-10-21T22:12:06.038Z[ recovery-image] Oct 21 22:12:04.766 INFO O| Oct 21 22:12:04.766 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-10-21T22:12:06.051Z[ recovery-image] Oct 21 22:12:04.778 INFO O| Oct 21 22:12:04.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59702024-10-21T22:12:06.051Z[ recovery-image] Oct 21 22:12:04.778 INFO O| Oct 21 22:12:04.778 INFO STEP 611 (remove_files) COMPLETE
59712024-10-21T22:12:06.051Z[ recovery-image] Oct 21 22:12:04.778 INFO O| Oct 21 22:12:04.778 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-10-21T22:12:06.065Z[ recovery-image] Oct 21 22:12:04.792 INFO O| Oct 21 22:12:04.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59732024-10-21T22:12:06.065Z[ recovery-image] Oct 21 22:12:04.793 INFO O| Oct 21 22:12:04.793 INFO STEP 612 (remove_files) COMPLETE
59742024-10-21T22:12:06.068Z[ recovery-image] Oct 21 22:12:04.793 INFO O| Oct 21 22:12:04.793 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-10-21T22:12:06.078Z[ recovery-image] Oct 21 22:12:04.805 INFO O| Oct 21 22:12:04.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59762024-10-21T22:12:06.078Z[ recovery-image] Oct 21 22:12:04.805 INFO O| Oct 21 22:12:04.805 INFO STEP 613 (remove_files) COMPLETE
59772024-10-21T22:12:06.080Z[ recovery-image] Oct 21 22:12:04.805 INFO O| Oct 21 22:12:04.805 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-10-21T22:12:06.088Z[ recovery-image] Oct 21 22:12:04.816 INFO O| Oct 21 22:12:04.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59792024-10-21T22:12:06.091Z[ recovery-image] Oct 21 22:12:04.816 INFO O| Oct 21 22:12:04.816 INFO STEP 614 (remove_files) COMPLETE
59802024-10-21T22:12:06.091Z[ recovery-image] Oct 21 22:12:04.816 INFO O| Oct 21 22:12:04.816 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-10-21T22:12:06.100Z[ recovery-image] Oct 21 22:12:04.828 INFO O| Oct 21 22:12:04.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59822024-10-21T22:12:06.103Z[ recovery-image] Oct 21 22:12:04.828 INFO O| Oct 21 22:12:04.828 INFO STEP 615 (remove_files) COMPLETE
59832024-10-21T22:12:06.103Z[ recovery-image] Oct 21 22:12:04.828 INFO O| Oct 21 22:12:04.828 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-10-21T22:12:06.111Z[ recovery-image] Oct 21 22:12:04.838 INFO O| Oct 21 22:12:04.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59852024-10-21T22:12:06.111Z[ recovery-image] Oct 21 22:12:04.838 INFO O| Oct 21 22:12:04.838 INFO STEP 616 (remove_files) COMPLETE
59862024-10-21T22:12:06.114Z[ recovery-image] Oct 21 22:12:04.838 INFO O| Oct 21 22:12:04.838 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-10-21T22:12:06.124Z[ recovery-image] Oct 21 22:12:04.852 INFO O| Oct 21 22:12:04.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59882024-10-21T22:12:06.124Z[ recovery-image] Oct 21 22:12:04.852 INFO O| Oct 21 22:12:04.852 INFO STEP 617 (remove_files) COMPLETE
59892024-10-21T22:12:06.127Z[ recovery-image] Oct 21 22:12:04.852 INFO O| Oct 21 22:12:04.852 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-10-21T22:12:06.135Z[ recovery-image] Oct 21 22:12:04.862 INFO O| Oct 21 22:12:04.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59912024-10-21T22:12:06.135Z[ recovery-image] Oct 21 22:12:04.862 INFO O| Oct 21 22:12:04.862 INFO STEP 618 (remove_files) COMPLETE
59922024-10-21T22:12:06.135Z[ recovery-image] Oct 21 22:12:04.862 INFO O| Oct 21 22:12:04.862 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-10-21T22:12:06.145Z[ recovery-image] Oct 21 22:12:04.873 INFO O| Oct 21 22:12:04.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59942024-10-21T22:12:06.148Z[ recovery-image] Oct 21 22:12:04.873 INFO O| Oct 21 22:12:04.873 INFO STEP 619 (remove_files) COMPLETE
59952024-10-21T22:12:06.148Z[ recovery-image] Oct 21 22:12:04.873 INFO O| Oct 21 22:12:04.873 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-10-21T22:12:06.157Z[ recovery-image] Oct 21 22:12:04.885 INFO O| Oct 21 22:12:04.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59972024-10-21T22:12:06.157Z[ recovery-image] Oct 21 22:12:04.885 INFO O| Oct 21 22:12:04.885 INFO STEP 620 (remove_files) COMPLETE
59982024-10-21T22:12:06.157Z[ recovery-image] Oct 21 22:12:04.885 INFO O| Oct 21 22:12:04.885 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-10-21T22:12:06.169Z[ recovery-image] Oct 21 22:12:04.897 INFO O| Oct 21 22:12:04.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60002024-10-21T22:12:06.169Z[ recovery-image] Oct 21 22:12:04.897 INFO O| Oct 21 22:12:04.897 INFO STEP 621 (remove_files) COMPLETE
60012024-10-21T22:12:06.172Z[ recovery-image] Oct 21 22:12:04.897 INFO O| Oct 21 22:12:04.897 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-10-21T22:12:06.181Z[ recovery-image] Oct 21 22:12:04.908 INFO O| Oct 21 22:12:04.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60032024-10-21T22:12:06.181Z[ recovery-image] Oct 21 22:12:04.909 INFO O| Oct 21 22:12:04.909 INFO STEP 622 (remove_files) COMPLETE
60042024-10-21T22:12:06.184Z[ recovery-image] Oct 21 22:12:04.909 INFO O| Oct 21 22:12:04.909 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-10-21T22:12:06.193Z[ recovery-image] Oct 21 22:12:04.920 INFO O| Oct 21 22:12:04.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60062024-10-21T22:12:06.193Z[ recovery-image] Oct 21 22:12:04.920 INFO O| Oct 21 22:12:04.920 INFO STEP 623 (remove_files) COMPLETE
60072024-10-21T22:12:06.196Z[ recovery-image] Oct 21 22:12:04.920 INFO O| Oct 21 22:12:04.920 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-10-21T22:12:06.203Z[ recovery-image] Oct 21 22:12:04.931 INFO O| Oct 21 22:12:04.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60092024-10-21T22:12:06.206Z[ recovery-image] Oct 21 22:12:04.931 INFO O| Oct 21 22:12:04.931 INFO STEP 624 (remove_files) COMPLETE
60102024-10-21T22:12:06.206Z[ recovery-image] Oct 21 22:12:04.931 INFO O| Oct 21 22:12:04.931 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-10-21T22:12:06.214Z[ recovery-image] Oct 21 22:12:04.941 INFO O| Oct 21 22:12:04.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60122024-10-21T22:12:06.214Z[ recovery-image] Oct 21 22:12:04.941 INFO O| Oct 21 22:12:04.941 INFO STEP 625 (remove_files) COMPLETE
60132024-10-21T22:12:06.214Z[ recovery-image] Oct 21 22:12:04.942 INFO O| Oct 21 22:12:04.941 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-10-21T22:12:06.226Z[ recovery-image] Oct 21 22:12:04.953 INFO O| Oct 21 22:12:04.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60152024-10-21T22:12:06.226Z[ recovery-image] Oct 21 22:12:04.953 INFO O| Oct 21 22:12:04.953 INFO STEP 626 (remove_files) COMPLETE
60162024-10-21T22:12:06.229Z[ recovery-image] Oct 21 22:12:04.953 INFO O| Oct 21 22:12:04.953 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-10-21T22:12:06.238Z[ recovery-image] Oct 21 22:12:04.966 INFO O| Oct 21 22:12:04.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60182024-10-21T22:12:06.238Z[ recovery-image] Oct 21 22:12:04.966 INFO O| Oct 21 22:12:04.966 INFO STEP 627 (remove_files) COMPLETE
60192024-10-21T22:12:06.238Z[ recovery-image] Oct 21 22:12:04.966 INFO O| Oct 21 22:12:04.966 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-10-21T22:12:06.250Z[ recovery-image] Oct 21 22:12:04.978 INFO O| Oct 21 22:12:04.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60212024-10-21T22:12:06.250Z[ recovery-image] Oct 21 22:12:04.978 INFO O| Oct 21 22:12:04.978 INFO STEP 628 (remove_files) COMPLETE
60222024-10-21T22:12:06.251Z[ recovery-image] Oct 21 22:12:04.978 INFO O| Oct 21 22:12:04.978 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-10-21T22:12:06.262Z[ recovery-image] Oct 21 22:12:04.990 INFO O| Oct 21 22:12:04.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60242024-10-21T22:12:06.265Z[ recovery-image] Oct 21 22:12:04.990 INFO O| Oct 21 22:12:04.990 INFO STEP 629 (remove_files) COMPLETE
60252024-10-21T22:12:06.265Z[ recovery-image] Oct 21 22:12:04.990 INFO O| Oct 21 22:12:04.990 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-10-21T22:12:06.273Z[ recovery-image] Oct 21 22:12:05.000 INFO O| Oct 21 22:12:05.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60272024-10-21T22:12:06.273Z[ recovery-image] Oct 21 22:12:05.000 INFO O| Oct 21 22:12:05.000 INFO STEP 630 (remove_files) COMPLETE
60282024-10-21T22:12:06.275Z[ recovery-image] Oct 21 22:12:05.000 INFO O| Oct 21 22:12:05.000 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-10-21T22:12:06.285Z[ recovery-image] Oct 21 22:12:05.012 INFO O| Oct 21 22:12:05.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60302024-10-21T22:12:06.285Z[ recovery-image] Oct 21 22:12:05.012 INFO O| Oct 21 22:12:05.012 INFO STEP 631 (remove_files) COMPLETE
60312024-10-21T22:12:06.287Z[ recovery-image] Oct 21 22:12:05.013 INFO O| Oct 21 22:12:05.012 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-10-21T22:12:06.295Z[ recovery-image] Oct 21 22:12:05.023 INFO O| Oct 21 22:12:05.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60332024-10-21T22:12:06.298Z[ recovery-image] Oct 21 22:12:05.023 INFO O| Oct 21 22:12:05.023 INFO STEP 632 (remove_files) COMPLETE
60342024-10-21T22:12:06.298Z[ recovery-image] Oct 21 22:12:05.023 INFO O| Oct 21 22:12:05.023 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-10-21T22:12:06.308Z[ recovery-image] Oct 21 22:12:05.036 INFO O| Oct 21 22:12:05.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60362024-10-21T22:12:06.308Z[ recovery-image] Oct 21 22:12:05.036 INFO O| Oct 21 22:12:05.036 INFO STEP 633 (remove_files) COMPLETE
60372024-10-21T22:12:06.311Z[ recovery-image] Oct 21 22:12:05.036 INFO O| Oct 21 22:12:05.036 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-10-21T22:12:06.319Z[ recovery-image] Oct 21 22:12:05.047 INFO O| Oct 21 22:12:05.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60392024-10-21T22:12:06.319Z[ recovery-image] Oct 21 22:12:05.047 INFO O| Oct 21 22:12:05.047 INFO STEP 634 (remove_files) COMPLETE
60402024-10-21T22:12:06.322Z[ recovery-image] Oct 21 22:12:05.047 INFO O| Oct 21 22:12:05.047 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-10-21T22:12:06.332Z[ recovery-image] Oct 21 22:12:05.059 INFO O| Oct 21 22:12:05.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60422024-10-21T22:12:06.332Z[ recovery-image] Oct 21 22:12:05.059 INFO O| Oct 21 22:12:05.059 INFO STEP 635 (remove_files) COMPLETE
60432024-10-21T22:12:06.332Z[ recovery-image] Oct 21 22:12:05.059 INFO O| Oct 21 22:12:05.059 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-10-21T22:12:06.346Z[ recovery-image] Oct 21 22:12:05.073 INFO O| Oct 21 22:12:05.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60452024-10-21T22:12:06.346Z[ recovery-image] Oct 21 22:12:05.073 INFO O| Oct 21 22:12:05.073 INFO STEP 636 (remove_files) COMPLETE
60462024-10-21T22:12:06.346Z[ recovery-image] Oct 21 22:12:05.073 INFO O| Oct 21 22:12:05.073 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-10-21T22:12:06.357Z[ recovery-image] Oct 21 22:12:05.085 INFO O| Oct 21 22:12:05.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60482024-10-21T22:12:06.357Z[ recovery-image] Oct 21 22:12:05.085 INFO O| Oct 21 22:12:05.085 INFO STEP 637 (remove_files) COMPLETE
60492024-10-21T22:12:06.360Z[ recovery-image] Oct 21 22:12:05.085 INFO O| Oct 21 22:12:05.085 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-10-21T22:12:06.369Z[ recovery-image] Oct 21 22:12:05.096 INFO O| Oct 21 22:12:05.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60512024-10-21T22:12:06.369Z[ recovery-image] Oct 21 22:12:05.096 INFO O| Oct 21 22:12:05.096 INFO STEP 638 (remove_files) COMPLETE
60522024-10-21T22:12:06.369Z[ recovery-image] Oct 21 22:12:05.096 INFO O| Oct 21 22:12:05.096 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-10-21T22:12:06.380Z[ recovery-image] Oct 21 22:12:05.107 INFO O| Oct 21 22:12:05.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60542024-10-21T22:12:06.380Z[ recovery-image] Oct 21 22:12:05.107 INFO O| Oct 21 22:12:05.107 INFO STEP 639 (remove_files) COMPLETE
60552024-10-21T22:12:06.380Z[ recovery-image] Oct 21 22:12:05.107 INFO O| Oct 21 22:12:05.107 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-10-21T22:12:06.390Z[ recovery-image] Oct 21 22:12:05.117 INFO O| Oct 21 22:12:05.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60572024-10-21T22:12:06.390Z[ recovery-image] Oct 21 22:12:05.117 INFO O| Oct 21 22:12:05.117 INFO STEP 640 (remove_files) COMPLETE
60582024-10-21T22:12:06.392Z[ recovery-image] Oct 21 22:12:05.117 INFO O| Oct 21 22:12:05.117 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-10-21T22:12:06.400Z[ recovery-image] Oct 21 22:12:05.128 INFO O| Oct 21 22:12:05.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60602024-10-21T22:12:06.400Z[ recovery-image] Oct 21 22:12:05.128 INFO O| Oct 21 22:12:05.128 INFO STEP 641 (remove_files) COMPLETE
60612024-10-21T22:12:06.403Z[ recovery-image] Oct 21 22:12:05.128 INFO O| Oct 21 22:12:05.128 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-10-21T22:12:06.411Z[ recovery-image] Oct 21 22:12:05.139 INFO O| Oct 21 22:12:05.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60632024-10-21T22:12:06.414Z[ recovery-image] Oct 21 22:12:05.139 INFO O| Oct 21 22:12:05.139 INFO STEP 642 (remove_files) COMPLETE
60642024-10-21T22:12:06.414Z[ recovery-image] Oct 21 22:12:05.139 INFO O| Oct 21 22:12:05.139 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-10-21T22:12:06.422Z[ recovery-image] Oct 21 22:12:05.149 INFO O| Oct 21 22:12:05.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60662024-10-21T22:12:06.422Z[ recovery-image] Oct 21 22:12:05.149 INFO O| Oct 21 22:12:05.149 INFO STEP 643 (remove_files) COMPLETE
60672024-10-21T22:12:06.424Z[ recovery-image] Oct 21 22:12:05.149 INFO O| Oct 21 22:12:05.149 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-10-21T22:12:06.432Z[ recovery-image] Oct 21 22:12:05.160 INFO O| Oct 21 22:12:05.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60692024-10-21T22:12:06.432Z[ recovery-image] Oct 21 22:12:05.160 INFO O| Oct 21 22:12:05.160 INFO STEP 644 (remove_files) COMPLETE
60702024-10-21T22:12:06.432Z[ recovery-image] Oct 21 22:12:05.160 INFO O| Oct 21 22:12:05.160 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-10-21T22:12:06.443Z[ recovery-image] Oct 21 22:12:05.170 INFO O| Oct 21 22:12:05.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60722024-10-21T22:12:06.443Z[ recovery-image] Oct 21 22:12:05.170 INFO O| Oct 21 22:12:05.170 INFO STEP 645 (remove_files) COMPLETE
60732024-10-21T22:12:06.445Z[ recovery-image] Oct 21 22:12:05.170 INFO O| Oct 21 22:12:05.170 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-10-21T22:12:06.453Z[ recovery-image] Oct 21 22:12:05.180 INFO O| Oct 21 22:12:05.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60752024-10-21T22:12:06.453Z[ recovery-image] Oct 21 22:12:05.181 INFO O| Oct 21 22:12:05.180 INFO STEP 646 (remove_files) COMPLETE
60762024-10-21T22:12:06.453Z[ recovery-image] Oct 21 22:12:05.181 INFO O| Oct 21 22:12:05.180 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-10-21T22:12:06.465Z[ recovery-image] Oct 21 22:12:05.192 INFO O| Oct 21 22:12:05.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60782024-10-21T22:12:06.467Z[ recovery-image] Oct 21 22:12:05.193 INFO O| Oct 21 22:12:05.192 INFO STEP 647 (remove_files) COMPLETE
60792024-10-21T22:12:06.467Z[ recovery-image] Oct 21 22:12:05.193 INFO O| Oct 21 22:12:05.193 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-10-21T22:12:06.477Z[ recovery-image] Oct 21 22:12:05.204 INFO O| Oct 21 22:12:05.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60812024-10-21T22:12:06.477Z[ recovery-image] Oct 21 22:12:05.205 INFO O| Oct 21 22:12:05.204 INFO STEP 648 (remove_files) COMPLETE
60822024-10-21T22:12:06.477Z[ recovery-image] Oct 21 22:12:05.205 INFO O| Oct 21 22:12:05.205 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-10-21T22:12:06.488Z[ recovery-image] Oct 21 22:12:05.215 INFO O| Oct 21 22:12:05.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60842024-10-21T22:12:06.490Z[ recovery-image] Oct 21 22:12:05.216 INFO O| Oct 21 22:12:05.216 INFO STEP 649 (remove_files) COMPLETE
60852024-10-21T22:12:06.491Z[ recovery-image] Oct 21 22:12:05.216 INFO O| Oct 21 22:12:05.216 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-10-21T22:12:06.499Z[ recovery-image] Oct 21 22:12:05.226 INFO O| Oct 21 22:12:05.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60872024-10-21T22:12:06.501Z[ recovery-image] Oct 21 22:12:05.226 INFO O| Oct 21 22:12:05.226 INFO STEP 650 (remove_files) COMPLETE
60882024-10-21T22:12:06.501Z[ recovery-image] Oct 21 22:12:05.226 INFO O| Oct 21 22:12:05.226 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-10-21T22:12:06.510Z[ recovery-image] Oct 21 22:12:05.237 INFO O| Oct 21 22:12:05.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60902024-10-21T22:12:06.510Z[ recovery-image] Oct 21 22:12:05.237 INFO O| Oct 21 22:12:05.237 INFO STEP 651 (remove_files) COMPLETE
60912024-10-21T22:12:06.510Z[ recovery-image] Oct 21 22:12:05.237 INFO O| Oct 21 22:12:05.237 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-10-21T22:12:06.521Z[ recovery-image] Oct 21 22:12:05.248 INFO O| Oct 21 22:12:05.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60932024-10-21T22:12:06.521Z[ recovery-image] Oct 21 22:12:05.249 INFO O| Oct 21 22:12:05.249 INFO STEP 652 (remove_files) COMPLETE
60942024-10-21T22:12:06.521Z[ recovery-image] Oct 21 22:12:05.249 INFO O| Oct 21 22:12:05.249 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-10-21T22:12:06.533Z[ recovery-image] Oct 21 22:12:05.260 INFO O| Oct 21 22:12:05.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60962024-10-21T22:12:06.535Z[ recovery-image] Oct 21 22:12:05.260 INFO O| Oct 21 22:12:05.260 INFO STEP 653 (remove_files) COMPLETE
60972024-10-21T22:12:06.535Z[ recovery-image] Oct 21 22:12:05.260 INFO O| Oct 21 22:12:05.260 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-10-21T22:12:06.544Z[ recovery-image] Oct 21 22:12:05.271 INFO O| Oct 21 22:12:05.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60992024-10-21T22:12:06.544Z[ recovery-image] Oct 21 22:12:05.272 INFO O| Oct 21 22:12:05.272 INFO STEP 654 (remove_files) COMPLETE
61002024-10-21T22:12:06.547Z[ recovery-image] Oct 21 22:12:05.272 INFO O| Oct 21 22:12:05.272 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-10-21T22:12:06.555Z[ recovery-image] Oct 21 22:12:05.282 INFO O| Oct 21 22:12:05.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61022024-10-21T22:12:06.555Z[ recovery-image] Oct 21 22:12:05.282 INFO O| Oct 21 22:12:05.282 INFO STEP 655 (remove_files) COMPLETE
61032024-10-21T22:12:06.557Z[ recovery-image] Oct 21 22:12:05.282 INFO O| Oct 21 22:12:05.282 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-10-21T22:12:06.565Z[ recovery-image] Oct 21 22:12:05.293 INFO O| Oct 21 22:12:05.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61052024-10-21T22:12:06.565Z[ recovery-image] Oct 21 22:12:05.293 INFO O| Oct 21 22:12:05.293 INFO STEP 656 (remove_files) COMPLETE
61062024-10-21T22:12:06.568Z[ recovery-image] Oct 21 22:12:05.293 INFO O| Oct 21 22:12:05.293 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-10-21T22:12:06.576Z[ recovery-image] Oct 21 22:12:05.303 INFO O| Oct 21 22:12:05.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61082024-10-21T22:12:06.579Z[ recovery-image] Oct 21 22:12:05.303 INFO O| Oct 21 22:12:05.303 INFO STEP 657 (remove_files) COMPLETE
61092024-10-21T22:12:06.579Z[ recovery-image] Oct 21 22:12:05.303 INFO O| Oct 21 22:12:05.303 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-10-21T22:12:06.587Z[ recovery-image] Oct 21 22:12:05.314 INFO O| Oct 21 22:12:05.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61112024-10-21T22:12:06.589Z[ recovery-image] Oct 21 22:12:05.314 INFO O| Oct 21 22:12:05.314 INFO STEP 658 (remove_files) COMPLETE
61122024-10-21T22:12:06.589Z[ recovery-image] Oct 21 22:12:05.314 INFO O| Oct 21 22:12:05.314 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-10-21T22:12:06.597Z[ recovery-image] Oct 21 22:12:05.324 INFO O| Oct 21 22:12:05.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61142024-10-21T22:12:06.597Z[ recovery-image] Oct 21 22:12:05.324 INFO O| Oct 21 22:12:05.324 INFO STEP 659 (remove_files) COMPLETE
61152024-10-21T22:12:06.597Z[ recovery-image] Oct 21 22:12:05.324 INFO O| Oct 21 22:12:05.324 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-10-21T22:12:06.608Z[ recovery-image] Oct 21 22:12:05.334 INFO O| Oct 21 22:12:05.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61172024-10-21T22:12:06.608Z[ recovery-image] Oct 21 22:12:05.335 INFO O| Oct 21 22:12:05.335 INFO STEP 660 (remove_files) COMPLETE
61182024-10-21T22:12:06.608Z[ recovery-image] Oct 21 22:12:05.335 INFO O| Oct 21 22:12:05.335 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-10-21T22:12:06.617Z[ recovery-image] Oct 21 22:12:05.345 INFO O| Oct 21 22:12:05.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61202024-10-21T22:12:06.617Z[ recovery-image] Oct 21 22:12:05.345 INFO O| Oct 21 22:12:05.345 INFO STEP 661 (remove_files) COMPLETE
61212024-10-21T22:12:06.620Z[ recovery-image] Oct 21 22:12:05.345 INFO O| Oct 21 22:12:05.345 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-10-21T22:12:06.628Z[ recovery-image] Oct 21 22:12:05.355 INFO O| Oct 21 22:12:05.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61232024-10-21T22:12:06.628Z[ recovery-image] Oct 21 22:12:05.356 INFO O| Oct 21 22:12:05.355 INFO STEP 662 (remove_files) COMPLETE
61242024-10-21T22:12:06.631Z[ recovery-image] Oct 21 22:12:05.356 INFO O| Oct 21 22:12:05.356 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-10-21T22:12:06.639Z[ recovery-image] Oct 21 22:12:05.366 INFO O| Oct 21 22:12:05.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61262024-10-21T22:12:06.639Z[ recovery-image] Oct 21 22:12:05.366 INFO O| Oct 21 22:12:05.366 INFO STEP 663 (remove_files) COMPLETE
61272024-10-21T22:12:06.641Z[ recovery-image] Oct 21 22:12:05.366 INFO O| Oct 21 22:12:05.366 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-10-21T22:12:06.649Z[ recovery-image] Oct 21 22:12:05.377 INFO O| Oct 21 22:12:05.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61292024-10-21T22:12:06.649Z[ recovery-image] Oct 21 22:12:05.377 INFO O| Oct 21 22:12:05.377 INFO STEP 664 (remove_files) COMPLETE
61302024-10-21T22:12:06.649Z[ recovery-image] Oct 21 22:12:05.377 INFO O| Oct 21 22:12:05.377 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-10-21T22:12:06.660Z[ recovery-image] Oct 21 22:12:05.387 INFO O| Oct 21 22:12:05.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61322024-10-21T22:12:06.660Z[ recovery-image] Oct 21 22:12:05.388 INFO O| Oct 21 22:12:05.387 INFO STEP 665 (remove_files) COMPLETE
61332024-10-21T22:12:06.660Z[ recovery-image] Oct 21 22:12:05.388 INFO O| Oct 21 22:12:05.388 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-10-21T22:12:06.671Z[ recovery-image] Oct 21 22:12:05.398 INFO O| Oct 21 22:12:05.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61352024-10-21T22:12:06.671Z[ recovery-image] Oct 21 22:12:05.398 INFO O| Oct 21 22:12:05.398 INFO STEP 666 (remove_files) COMPLETE
61362024-10-21T22:12:06.674Z[ recovery-image] Oct 21 22:12:05.398 INFO O| Oct 21 22:12:05.398 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-10-21T22:12:06.682Z[ recovery-image] Oct 21 22:12:05.409 INFO O| Oct 21 22:12:05.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61382024-10-21T22:12:06.682Z[ recovery-image] Oct 21 22:12:05.409 INFO O| Oct 21 22:12:05.409 INFO STEP 667 (remove_files) COMPLETE
61392024-10-21T22:12:06.684Z[ recovery-image] Oct 21 22:12:05.409 INFO O| Oct 21 22:12:05.409 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-10-21T22:12:06.693Z[ recovery-image] Oct 21 22:12:05.420 INFO O| Oct 21 22:12:05.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61412024-10-21T22:12:06.693Z[ recovery-image] Oct 21 22:12:05.420 INFO O| Oct 21 22:12:05.420 INFO STEP 668 (remove_files) COMPLETE
61422024-10-21T22:12:06.695Z[ recovery-image] Oct 21 22:12:05.420 INFO O| Oct 21 22:12:05.420 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-10-21T22:12:06.704Z[ recovery-image] Oct 21 22:12:05.431 INFO O| Oct 21 22:12:05.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61442024-10-21T22:12:06.704Z[ recovery-image] Oct 21 22:12:05.431 INFO O| Oct 21 22:12:05.431 INFO STEP 669 (remove_files) COMPLETE
61452024-10-21T22:12:06.704Z[ recovery-image] Oct 21 22:12:05.431 INFO O| Oct 21 22:12:05.431 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-10-21T22:12:06.714Z[ recovery-image] Oct 21 22:12:05.442 INFO O| Oct 21 22:12:05.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61472024-10-21T22:12:06.717Z[ recovery-image] Oct 21 22:12:05.442 INFO O| Oct 21 22:12:05.442 INFO STEP 670 (remove_files) COMPLETE
61482024-10-21T22:12:06.717Z[ recovery-image] Oct 21 22:12:05.442 INFO O| Oct 21 22:12:05.442 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-10-21T22:12:06.725Z[ recovery-image] Oct 21 22:12:05.452 INFO O| Oct 21 22:12:05.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61502024-10-21T22:12:06.725Z[ recovery-image] Oct 21 22:12:05.452 INFO O| Oct 21 22:12:05.452 INFO STEP 671 (remove_files) COMPLETE
61512024-10-21T22:12:06.725Z[ recovery-image] Oct 21 22:12:05.452 INFO O| Oct 21 22:12:05.452 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-10-21T22:12:06.735Z[ recovery-image] Oct 21 22:12:05.462 INFO O| Oct 21 22:12:05.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61532024-10-21T22:12:06.737Z[ recovery-image] Oct 21 22:12:05.462 INFO O| Oct 21 22:12:05.462 INFO STEP 672 (remove_files) COMPLETE
61542024-10-21T22:12:06.737Z[ recovery-image] Oct 21 22:12:05.462 INFO O| Oct 21 22:12:05.462 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-10-21T22:12:06.745Z[ recovery-image] Oct 21 22:12:05.473 INFO O| Oct 21 22:12:05.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61562024-10-21T22:12:06.745Z[ recovery-image] Oct 21 22:12:05.473 INFO O| Oct 21 22:12:05.473 INFO STEP 673 (remove_files) COMPLETE
61572024-10-21T22:12:06.745Z[ recovery-image] Oct 21 22:12:05.473 INFO O| Oct 21 22:12:05.473 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-10-21T22:12:06.757Z[ recovery-image] Oct 21 22:12:05.484 INFO O| Oct 21 22:12:05.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61592024-10-21T22:12:06.757Z[ recovery-image] Oct 21 22:12:05.484 INFO O| Oct 21 22:12:05.484 INFO STEP 674 (remove_files) COMPLETE
61602024-10-21T22:12:06.757Z[ recovery-image] Oct 21 22:12:05.484 INFO O| Oct 21 22:12:05.484 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-10-21T22:12:06.767Z[ recovery-image] Oct 21 22:12:05.494 INFO O| Oct 21 22:12:05.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61622024-10-21T22:12:06.770Z[ recovery-image] Oct 21 22:12:05.495 INFO O| Oct 21 22:12:05.495 INFO STEP 675 (remove_files) COMPLETE
61632024-10-21T22:12:06.770Z[ recovery-image] Oct 21 22:12:05.495 INFO O| Oct 21 22:12:05.495 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-10-21T22:12:06.777Z[ recovery-image] Oct 21 22:12:05.505 INFO O| Oct 21 22:12:05.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61652024-10-21T22:12:06.778Z[ recovery-image] Oct 21 22:12:05.505 INFO O| Oct 21 22:12:05.505 INFO STEP 676 (remove_files) COMPLETE
61662024-10-21T22:12:06.780Z[ recovery-image] Oct 21 22:12:05.505 INFO O| Oct 21 22:12:05.505 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-10-21T22:12:06.789Z[ recovery-image] Oct 21 22:12:05.517 INFO O| Oct 21 22:12:05.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61682024-10-21T22:12:06.792Z[ recovery-image] Oct 21 22:12:05.517 INFO O| Oct 21 22:12:05.517 INFO STEP 677 (remove_files) COMPLETE
61692024-10-21T22:12:06.792Z[ recovery-image] Oct 21 22:12:05.517 INFO O| Oct 21 22:12:05.517 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-10-21T22:12:06.800Z[ recovery-image] Oct 21 22:12:05.527 INFO O| Oct 21 22:12:05.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61712024-10-21T22:12:06.802Z[ recovery-image] Oct 21 22:12:05.527 INFO O| Oct 21 22:12:05.527 INFO STEP 678 (remove_files) COMPLETE
61722024-10-21T22:12:06.802Z[ recovery-image] Oct 21 22:12:05.527 INFO O| Oct 21 22:12:05.527 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-10-21T22:12:06.810Z[ recovery-image] Oct 21 22:12:05.538 INFO O| Oct 21 22:12:05.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61742024-10-21T22:12:06.811Z[ recovery-image] Oct 21 22:12:05.538 INFO O| Oct 21 22:12:05.538 INFO STEP 679 (remove_files) COMPLETE
61752024-10-21T22:12:06.811Z[ recovery-image] Oct 21 22:12:05.538 INFO O| Oct 21 22:12:05.538 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-10-21T22:12:06.821Z[ recovery-image] Oct 21 22:12:05.548 INFO O| Oct 21 22:12:05.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61772024-10-21T22:12:06.821Z[ recovery-image] Oct 21 22:12:05.548 INFO O| Oct 21 22:12:05.548 INFO STEP 680 (remove_files) COMPLETE
61782024-10-21T22:12:06.823Z[ recovery-image] Oct 21 22:12:05.548 INFO O| Oct 21 22:12:05.548 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-10-21T22:12:06.831Z[ recovery-image] Oct 21 22:12:05.558 INFO O| Oct 21 22:12:05.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61802024-10-21T22:12:06.834Z[ recovery-image] Oct 21 22:12:05.558 INFO O| Oct 21 22:12:05.558 INFO STEP 681 (remove_files) COMPLETE
61812024-10-21T22:12:06.834Z[ recovery-image] Oct 21 22:12:05.558 INFO O| Oct 21 22:12:05.558 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-10-21T22:12:06.841Z[ recovery-image] Oct 21 22:12:05.569 INFO O| Oct 21 22:12:05.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61832024-10-21T22:12:06.841Z[ recovery-image] Oct 21 22:12:05.569 INFO O| Oct 21 22:12:05.569 INFO STEP 682 (remove_files) COMPLETE
61842024-10-21T22:12:06.841Z[ recovery-image] Oct 21 22:12:05.569 INFO O| Oct 21 22:12:05.569 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-10-21T22:12:06.852Z[ recovery-image] Oct 21 22:12:05.579 INFO O| Oct 21 22:12:05.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61862024-10-21T22:12:06.852Z[ recovery-image] Oct 21 22:12:05.579 INFO O| Oct 21 22:12:05.579 INFO STEP 683 (remove_files) COMPLETE
61872024-10-21T22:12:06.852Z[ recovery-image] Oct 21 22:12:05.579 INFO O| Oct 21 22:12:05.579 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-10-21T22:12:06.862Z[ recovery-image] Oct 21 22:12:05.589 INFO O| Oct 21 22:12:05.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61892024-10-21T22:12:06.862Z[ recovery-image] Oct 21 22:12:05.590 INFO O| Oct 21 22:12:05.590 INFO STEP 684 (remove_files) COMPLETE
61902024-10-21T22:12:06.862Z[ recovery-image] Oct 21 22:12:05.590 INFO O| Oct 21 22:12:05.590 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-10-21T22:12:06.873Z[ recovery-image] Oct 21 22:12:05.600 INFO O| Oct 21 22:12:05.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61922024-10-21T22:12:06.873Z[ recovery-image] Oct 21 22:12:05.600 INFO O| Oct 21 22:12:05.600 INFO STEP 685 (remove_files) COMPLETE
61932024-10-21T22:12:06.873Z[ recovery-image] Oct 21 22:12:05.600 INFO O| Oct 21 22:12:05.600 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-10-21T22:12:06.883Z[ recovery-image] Oct 21 22:12:05.610 INFO O| Oct 21 22:12:05.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61952024-10-21T22:12:06.883Z[ recovery-image] Oct 21 22:12:05.610 INFO O| Oct 21 22:12:05.610 INFO STEP 686 (remove_files) COMPLETE
61962024-10-21T22:12:06.883Z[ recovery-image] Oct 21 22:12:05.610 INFO O| Oct 21 22:12:05.610 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-10-21T22:12:06.893Z[ recovery-image] Oct 21 22:12:05.621 INFO O| Oct 21 22:12:05.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61982024-10-21T22:12:06.893Z[ recovery-image] Oct 21 22:12:05.621 INFO O| Oct 21 22:12:05.621 INFO STEP 687 (remove_files) COMPLETE
61992024-10-21T22:12:06.896Z[ recovery-image] Oct 21 22:12:05.621 INFO O| Oct 21 22:12:05.621 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-10-21T22:12:06.900Z[ host-image] Oct 21 22:12:05.627 INFO O| Oct 21 22:12:05.627 INFO O| Done
62012024-10-21T22:12:06.904Z[ recovery-image] Oct 21 22:12:05.631 INFO O| Oct 21 22:12:05.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62022024-10-21T22:12:06.904Z[ recovery-image] Oct 21 22:12:05.631 INFO O| Oct 21 22:12:05.631 INFO STEP 688 (remove_files) COMPLETE
62032024-10-21T22:12:06.907Z[ recovery-image] Oct 21 22:12:05.631 INFO O| Oct 21 22:12:05.631 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-10-21T22:12:06.916Z[ recovery-image] Oct 21 22:12:05.643 INFO O| Oct 21 22:12:05.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62052024-10-21T22:12:06.916Z[ recovery-image] Oct 21 22:12:05.643 INFO O| Oct 21 22:12:05.643 INFO STEP 689 (remove_files) COMPLETE
62062024-10-21T22:12:06.916Z[ recovery-image] Oct 21 22:12:05.643 INFO O| Oct 21 22:12:05.643 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-10-21T22:12:06.927Z[ recovery-image] Oct 21 22:12:05.654 INFO O| Oct 21 22:12:05.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62082024-10-21T22:12:06.927Z[ recovery-image] Oct 21 22:12:05.654 INFO O| Oct 21 22:12:05.654 INFO STEP 690 (remove_files) COMPLETE
62092024-10-21T22:12:06.927Z[ recovery-image] Oct 21 22:12:05.654 INFO O| Oct 21 22:12:05.654 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-10-21T22:12:06.929Z[ host-image] Oct 21 22:12:05.655 INFO O| Oct 21 22:12:05.655 INFO O| Done
62112024-10-21T22:12:06.929Z[ host-image] Oct 21 22:12:05.655 INFO O| Oct 21 22:12:05.655 INFO O| Done
62122024-10-21T22:12:06.938Z[ recovery-image] Oct 21 22:12:05.665 INFO O| Oct 21 22:12:05.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62132024-10-21T22:12:06.938Z[ recovery-image] Oct 21 22:12:05.665 INFO O| Oct 21 22:12:05.665 INFO STEP 691 (remove_files) COMPLETE
62142024-10-21T22:12:06.938Z[ recovery-image] Oct 21 22:12:05.665 INFO O| Oct 21 22:12:05.665 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-10-21T22:12:06.942Z[ host-image] Oct 21 22:12:05.670 INFO O| Oct 21 22:12:05.669 INFO O| Done
62162024-10-21T22:12:06.949Z[ recovery-image] Oct 21 22:12:05.676 INFO O| Oct 21 22:12:05.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62172024-10-21T22:12:06.949Z[ recovery-image] Oct 21 22:12:05.676 INFO O| Oct 21 22:12:05.676 INFO STEP 692 (remove_files) COMPLETE
62182024-10-21T22:12:06.951Z[ recovery-image] Oct 21 22:12:05.676 INFO O| Oct 21 22:12:05.676 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-10-21T22:12:06.960Z[ recovery-image] Oct 21 22:12:05.687 INFO O| Oct 21 22:12:05.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62202024-10-21T22:12:06.962Z[ recovery-image] Oct 21 22:12:05.687 INFO O| Oct 21 22:12:05.687 INFO STEP 693 (remove_files) COMPLETE
62212024-10-21T22:12:06.963Z[ recovery-image] Oct 21 22:12:05.687 INFO O| Oct 21 22:12:05.687 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-10-21T22:12:06.972Z[ recovery-image] Oct 21 22:12:05.699 INFO O| Oct 21 22:12:05.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62232024-10-21T22:12:06.972Z[ recovery-image] Oct 21 22:12:05.699 INFO O| Oct 21 22:12:05.699 INFO STEP 694 (remove_files) COMPLETE
62242024-10-21T22:12:06.972Z[ recovery-image] Oct 21 22:12:05.699 INFO O| Oct 21 22:12:05.699 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-10-21T22:12:06.983Z[ recovery-image] Oct 21 22:12:05.710 INFO O| Oct 21 22:12:05.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62262024-10-21T22:12:06.983Z[ recovery-image] Oct 21 22:12:05.710 INFO O| Oct 21 22:12:05.710 INFO STEP 695 (remove_files) COMPLETE
62272024-10-21T22:12:06.985Z[ recovery-image] Oct 21 22:12:05.710 INFO O| Oct 21 22:12:05.710 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-10-21T22:12:06.994Z[ recovery-image] Oct 21 22:12:05.721 INFO O| Oct 21 22:12:05.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62292024-10-21T22:12:06.997Z[ recovery-image] Oct 21 22:12:05.722 INFO O| Oct 21 22:12:05.722 INFO STEP 696 (remove_files) COMPLETE
62302024-10-21T22:12:06.997Z[ recovery-image] Oct 21 22:12:05.722 INFO O| Oct 21 22:12:05.722 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-10-21T22:12:07.006Z[ recovery-image] Oct 21 22:12:05.733 INFO O| Oct 21 22:12:05.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62322024-10-21T22:12:07.006Z[ recovery-image] Oct 21 22:12:05.733 INFO O| Oct 21 22:12:05.733 INFO STEP 697 (remove_files) COMPLETE
62332024-10-21T22:12:07.009Z[ recovery-image] Oct 21 22:12:05.733 INFO O| Oct 21 22:12:05.733 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-10-21T22:12:07.017Z[ recovery-image] Oct 21 22:12:05.744 INFO O| Oct 21 22:12:05.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62352024-10-21T22:12:07.017Z[ recovery-image] Oct 21 22:12:05.745 INFO O| Oct 21 22:12:05.744 INFO STEP 698 (remove_files) COMPLETE
62362024-10-21T22:12:07.020Z[ recovery-image] Oct 21 22:12:05.745 INFO O| Oct 21 22:12:05.745 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-10-21T22:12:07.028Z[ recovery-image] Oct 21 22:12:05.755 INFO O| Oct 21 22:12:05.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62382024-10-21T22:12:07.031Z[ recovery-image] Oct 21 22:12:05.756 INFO O| Oct 21 22:12:05.756 INFO STEP 699 (remove_files) COMPLETE
62392024-10-21T22:12:07.031Z[ recovery-image] Oct 21 22:12:05.756 INFO O| Oct 21 22:12:05.756 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-10-21T22:12:07.039Z[ recovery-image] Oct 21 22:12:05.766 INFO O| Oct 21 22:12:05.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62412024-10-21T22:12:07.039Z[ recovery-image] Oct 21 22:12:05.767 INFO O| Oct 21 22:12:05.767 INFO STEP 700 (remove_files) COMPLETE
62422024-10-21T22:12:07.042Z[ recovery-image] Oct 21 22:12:05.767 INFO O| Oct 21 22:12:05.767 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-10-21T22:12:07.050Z[ recovery-image] Oct 21 22:12:05.777 INFO O| Oct 21 22:12:05.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62442024-10-21T22:12:07.050Z[ recovery-image] Oct 21 22:12:05.778 INFO O| Oct 21 22:12:05.777 INFO STEP 701 (remove_files) COMPLETE
62452024-10-21T22:12:07.050Z[ recovery-image] Oct 21 22:12:05.778 INFO O| Oct 21 22:12:05.778 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-10-21T22:12:07.061Z[ recovery-image] Oct 21 22:12:05.788 INFO O| Oct 21 22:12:05.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62472024-10-21T22:12:07.061Z[ recovery-image] Oct 21 22:12:05.788 INFO O| Oct 21 22:12:05.788 INFO STEP 702 (remove_files) COMPLETE
62482024-10-21T22:12:07.061Z[ recovery-image] Oct 21 22:12:05.788 INFO O| Oct 21 22:12:05.788 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-10-21T22:12:07.066Z[ host-image] Oct 21 22:12:05.793 INFO O| Oct 21 22:12:05.793 INFO STEP 12 (pkg_install) COMPLETE
62502024-10-21T22:12:07.066Z[ host-image] Oct 21 22:12:05.793 INFO O| Oct 21 22:12:05.793 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62512024-10-21T22:12:07.072Z[ recovery-image] Oct 21 22:12:05.800 INFO O| Oct 21 22:12:05.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62522024-10-21T22:12:07.075Z[ recovery-image] Oct 21 22:12:05.800 INFO O| Oct 21 22:12:05.800 INFO STEP 703 (remove_files) COMPLETE
62532024-10-21T22:12:07.075Z[ recovery-image] Oct 21 22:12:05.800 INFO O| Oct 21 22:12:05.800 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-10-21T22:12:07.078Z[ host-image] Oct 21 22:12:05.805 INFO O| Oct 21 22:12:05.805 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
62552024-10-21T22:12:07.084Z[ recovery-image] Oct 21 22:12:05.811 INFO O| Oct 21 22:12:05.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62562024-10-21T22:12:07.086Z[ recovery-image] Oct 21 22:12:05.811 INFO O| Oct 21 22:12:05.811 INFO STEP 704 (remove_files) COMPLETE
62572024-10-21T22:12:07.086Z[ recovery-image] Oct 21 22:12:05.811 INFO O| Oct 21 22:12:05.811 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-10-21T22:12:07.095Z[ recovery-image] Oct 21 22:12:05.822 INFO O| Oct 21 22:12:05.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62592024-10-21T22:12:07.097Z[ recovery-image] Oct 21 22:12:05.822 INFO O| Oct 21 22:12:05.822 INFO STEP 705 (remove_files) COMPLETE
62602024-10-21T22:12:07.097Z[ recovery-image] Oct 21 22:12:05.822 INFO O| Oct 21 22:12:05.822 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-10-21T22:12:07.108Z[ recovery-image] Oct 21 22:12:05.835 INFO O| Oct 21 22:12:05.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62622024-10-21T22:12:07.110Z[ recovery-image] Oct 21 22:12:05.835 INFO O| Oct 21 22:12:05.835 INFO STEP 706 (remove_files) COMPLETE
62632024-10-21T22:12:07.110Z[ recovery-image] Oct 21 22:12:05.835 INFO O| Oct 21 22:12:05.835 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-10-21T22:12:07.121Z[ recovery-image] Oct 21 22:12:05.848 INFO O| Oct 21 22:12:05.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62652024-10-21T22:12:07.121Z[ recovery-image] Oct 21 22:12:05.848 INFO O| Oct 21 22:12:05.848 INFO STEP 707 (remove_files) COMPLETE
62662024-10-21T22:12:07.124Z[ recovery-image] Oct 21 22:12:05.848 INFO O| Oct 21 22:12:05.848 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-10-21T22:12:07.132Z[ recovery-image] Oct 21 22:12:05.859 INFO O| Oct 21 22:12:05.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62682024-10-21T22:12:07.135Z[ recovery-image] Oct 21 22:12:05.860 INFO O| Oct 21 22:12:05.859 INFO STEP 708 (remove_files) COMPLETE
62692024-10-21T22:12:07.135Z[ recovery-image] Oct 21 22:12:05.860 INFO O| Oct 21 22:12:05.860 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-10-21T22:12:07.143Z[ recovery-image] Oct 21 22:12:05.870 INFO O| Oct 21 22:12:05.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62712024-10-21T22:12:07.143Z[ recovery-image] Oct 21 22:12:05.870 INFO O| Oct 21 22:12:05.870 INFO STEP 709 (remove_files) COMPLETE
62722024-10-21T22:12:07.146Z[ recovery-image] Oct 21 22:12:05.870 INFO O| Oct 21 22:12:05.870 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-10-21T22:12:07.153Z[ recovery-image] Oct 21 22:12:05.881 INFO O| Oct 21 22:12:05.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62742024-10-21T22:12:07.154Z[ recovery-image] Oct 21 22:12:05.881 INFO O| Oct 21 22:12:05.881 INFO STEP 710 (remove_files) COMPLETE
62752024-10-21T22:12:07.156Z[ recovery-image] Oct 21 22:12:05.881 INFO O| Oct 21 22:12:05.881 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-10-21T22:12:07.164Z[ recovery-image] Oct 21 22:12:05.891 INFO O| Oct 21 22:12:05.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62772024-10-21T22:12:07.164Z[ recovery-image] Oct 21 22:12:05.891 INFO O| Oct 21 22:12:05.891 INFO STEP 711 (remove_files) COMPLETE
62782024-10-21T22:12:07.167Z[ recovery-image] Oct 21 22:12:05.892 INFO O| Oct 21 22:12:05.891 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-10-21T22:12:07.174Z[ recovery-image] Oct 21 22:12:05.902 INFO O| Oct 21 22:12:05.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62802024-10-21T22:12:07.175Z[ recovery-image] Oct 21 22:12:05.902 INFO O| Oct 21 22:12:05.902 INFO STEP 712 (remove_files) COMPLETE
62812024-10-21T22:12:07.175Z[ recovery-image] Oct 21 22:12:05.902 INFO O| Oct 21 22:12:05.902 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-10-21T22:12:07.185Z[ recovery-image] Oct 21 22:12:05.912 INFO O| Oct 21 22:12:05.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62832024-10-21T22:12:07.185Z[ recovery-image] Oct 21 22:12:05.912 INFO O| Oct 21 22:12:05.912 INFO STEP 713 (remove_files) COMPLETE
62842024-10-21T22:12:07.187Z[ recovery-image] Oct 21 22:12:05.912 INFO O| Oct 21 22:12:05.912 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-10-21T22:12:07.195Z[ recovery-image] Oct 21 22:12:05.923 INFO O| Oct 21 22:12:05.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62862024-10-21T22:12:07.196Z[ recovery-image] Oct 21 22:12:05.923 INFO O| Oct 21 22:12:05.923 INFO STEP 714 (remove_files) COMPLETE
62872024-10-21T22:12:07.198Z[ recovery-image] Oct 21 22:12:05.923 INFO O| Oct 21 22:12:05.923 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-10-21T22:12:07.206Z[ recovery-image] Oct 21 22:12:05.933 INFO O| Oct 21 22:12:05.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62892024-10-21T22:12:07.206Z[ recovery-image] Oct 21 22:12:05.933 INFO O| Oct 21 22:12:05.933 INFO STEP 715 (remove_files) COMPLETE
62902024-10-21T22:12:07.206Z[ recovery-image] Oct 21 22:12:05.933 INFO O| Oct 21 22:12:05.933 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-10-21T22:12:07.216Z[ recovery-image] Oct 21 22:12:05.944 INFO O| Oct 21 22:12:05.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62922024-10-21T22:12:07.216Z[ recovery-image] Oct 21 22:12:05.944 INFO O| Oct 21 22:12:05.944 INFO STEP 716 (remove_files) COMPLETE
62932024-10-21T22:12:07.216Z[ recovery-image] Oct 21 22:12:05.944 INFO O| Oct 21 22:12:05.944 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-10-21T22:12:07.227Z[ recovery-image] Oct 21 22:12:05.954 INFO O| Oct 21 22:12:05.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62952024-10-21T22:12:07.227Z[ recovery-image] Oct 21 22:12:05.954 INFO O| Oct 21 22:12:05.954 INFO STEP 717 (remove_files) COMPLETE
62962024-10-21T22:12:07.227Z[ recovery-image] Oct 21 22:12:05.954 INFO O| Oct 21 22:12:05.954 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-10-21T22:12:07.237Z[ recovery-image] Oct 21 22:12:05.964 INFO O| Oct 21 22:12:05.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62982024-10-21T22:12:07.237Z[ recovery-image] Oct 21 22:12:05.964 INFO O| Oct 21 22:12:05.964 INFO STEP 718 (remove_files) COMPLETE
62992024-10-21T22:12:07.240Z[ recovery-image] Oct 21 22:12:05.964 INFO O| Oct 21 22:12:05.964 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-10-21T22:12:07.247Z[ recovery-image] Oct 21 22:12:05.974 INFO O| Oct 21 22:12:05.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63012024-10-21T22:12:07.250Z[ recovery-image] Oct 21 22:12:05.974 INFO O| Oct 21 22:12:05.974 INFO STEP 719 (remove_files) COMPLETE
63022024-10-21T22:12:07.250Z[ recovery-image] Oct 21 22:12:05.974 INFO O| Oct 21 22:12:05.974 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-10-21T22:12:07.257Z[ recovery-image] Oct 21 22:12:05.985 INFO O| Oct 21 22:12:05.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63042024-10-21T22:12:07.257Z[ recovery-image] Oct 21 22:12:05.985 INFO O| Oct 21 22:12:05.985 INFO STEP 720 (remove_files) COMPLETE
63052024-10-21T22:12:07.260Z[ recovery-image] Oct 21 22:12:05.985 INFO O| Oct 21 22:12:05.985 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-10-21T22:12:07.267Z[ recovery-image] Oct 21 22:12:05.995 INFO O| Oct 21 22:12:05.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63072024-10-21T22:12:07.267Z[ recovery-image] Oct 21 22:12:05.995 INFO O| Oct 21 22:12:05.995 INFO STEP 721 (remove_files) COMPLETE
63082024-10-21T22:12:07.270Z[ recovery-image] Oct 21 22:12:05.995 INFO O| Oct 21 22:12:05.995 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-10-21T22:12:07.278Z[ recovery-image] Oct 21 22:12:06.005 INFO O| Oct 21 22:12:06.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63102024-10-21T22:12:07.278Z[ recovery-image] Oct 21 22:12:06.005 INFO O| Oct 21 22:12:06.005 INFO STEP 722 (remove_files) COMPLETE
63112024-10-21T22:12:07.278Z[ recovery-image] Oct 21 22:12:06.005 INFO O| Oct 21 22:12:06.005 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-10-21T22:12:07.288Z[ recovery-image] Oct 21 22:12:06.015 INFO O| Oct 21 22:12:06.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63132024-10-21T22:12:07.291Z[ recovery-image] Oct 21 22:12:06.015 INFO O| Oct 21 22:12:06.015 INFO STEP 723 (remove_files) COMPLETE
63142024-10-21T22:12:07.291Z[ recovery-image] Oct 21 22:12:06.015 INFO O| Oct 21 22:12:06.015 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-10-21T22:12:07.300Z[ recovery-image] Oct 21 22:12:06.027 INFO O| Oct 21 22:12:06.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63162024-10-21T22:12:07.300Z[ recovery-image] Oct 21 22:12:06.027 INFO O| Oct 21 22:12:06.027 INFO STEP 724 (remove_files) COMPLETE
63172024-10-21T22:12:07.300Z[ recovery-image] Oct 21 22:12:06.027 INFO O| Oct 21 22:12:06.027 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-10-21T22:12:07.311Z[ recovery-image] Oct 21 22:12:06.039 INFO O| Oct 21 22:12:06.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63192024-10-21T22:12:07.314Z[ recovery-image] Oct 21 22:12:06.039 INFO O| Oct 21 22:12:06.039 INFO STEP 725 (remove_files) COMPLETE
63202024-10-21T22:12:07.314Z[ recovery-image] Oct 21 22:12:06.039 INFO O| Oct 21 22:12:06.039 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-10-21T22:12:07.322Z[ recovery-image] Oct 21 22:12:06.049 INFO O| Oct 21 22:12:06.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63222024-10-21T22:12:07.322Z[ recovery-image] Oct 21 22:12:06.049 INFO O| Oct 21 22:12:06.049 INFO STEP 726 (remove_files) COMPLETE
63232024-10-21T22:12:07.322Z[ recovery-image] Oct 21 22:12:06.049 INFO O| Oct 21 22:12:06.049 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-10-21T22:12:07.332Z[ recovery-image] Oct 21 22:12:06.060 INFO O| Oct 21 22:12:06.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63252024-10-21T22:12:07.332Z[ recovery-image] Oct 21 22:12:06.060 INFO O| Oct 21 22:12:06.060 INFO STEP 727 (remove_files) COMPLETE
63262024-10-21T22:12:07.335Z[ recovery-image] Oct 21 22:12:06.060 INFO O| Oct 21 22:12:06.060 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-10-21T22:12:07.343Z[ recovery-image] Oct 21 22:12:06.071 INFO O| Oct 21 22:12:06.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63282024-10-21T22:12:07.346Z[ recovery-image] Oct 21 22:12:06.071 INFO O| Oct 21 22:12:06.071 INFO STEP 728 (remove_files) COMPLETE
63292024-10-21T22:12:07.346Z[ recovery-image] Oct 21 22:12:06.071 INFO O| Oct 21 22:12:06.071 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-10-21T22:12:07.354Z[ recovery-image] Oct 21 22:12:06.081 INFO O| Oct 21 22:12:06.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63312024-10-21T22:12:07.356Z[ recovery-image] Oct 21 22:12:06.081 INFO O| Oct 21 22:12:06.081 INFO STEP 729 (remove_files) COMPLETE
63322024-10-21T22:12:07.356Z[ recovery-image] Oct 21 22:12:06.081 INFO O| Oct 21 22:12:06.081 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-10-21T22:12:07.364Z[ recovery-image] Oct 21 22:12:06.092 INFO O| Oct 21 22:12:06.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63342024-10-21T22:12:07.367Z[ recovery-image] Oct 21 22:12:06.092 INFO O| Oct 21 22:12:06.092 INFO STEP 730 (remove_files) COMPLETE
63352024-10-21T22:12:07.367Z[ recovery-image] Oct 21 22:12:06.092 INFO O| Oct 21 22:12:06.092 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-10-21T22:12:07.375Z[ recovery-image] Oct 21 22:12:06.102 INFO O| Oct 21 22:12:06.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63372024-10-21T22:12:07.375Z[ recovery-image] Oct 21 22:12:06.102 INFO O| Oct 21 22:12:06.102 INFO STEP 731 (remove_files) COMPLETE
63382024-10-21T22:12:07.378Z[ recovery-image] Oct 21 22:12:06.102 INFO O| Oct 21 22:12:06.102 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-10-21T22:12:07.385Z[ recovery-image] Oct 21 22:12:06.113 INFO O| Oct 21 22:12:06.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63402024-10-21T22:12:07.388Z[ recovery-image] Oct 21 22:12:06.113 INFO O| Oct 21 22:12:06.113 INFO STEP 732 (remove_files) COMPLETE
63412024-10-21T22:12:07.388Z[ recovery-image] Oct 21 22:12:06.113 INFO O| Oct 21 22:12:06.113 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-10-21T22:12:07.396Z[ recovery-image] Oct 21 22:12:06.123 INFO O| Oct 21 22:12:06.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63432024-10-21T22:12:07.396Z[ recovery-image] Oct 21 22:12:06.123 INFO O| Oct 21 22:12:06.123 INFO STEP 733 (remove_files) COMPLETE
63442024-10-21T22:12:07.398Z[ recovery-image] Oct 21 22:12:06.123 INFO O| Oct 21 22:12:06.123 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-10-21T22:12:07.406Z[ recovery-image] Oct 21 22:12:06.134 INFO O| Oct 21 22:12:06.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63462024-10-21T22:12:07.409Z[ recovery-image] Oct 21 22:12:06.134 INFO O| Oct 21 22:12:06.134 INFO STEP 734 (remove_files) COMPLETE
63472024-10-21T22:12:07.409Z[ recovery-image] Oct 21 22:12:06.134 INFO O| Oct 21 22:12:06.134 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-10-21T22:12:07.418Z[ recovery-image] Oct 21 22:12:06.146 INFO O| Oct 21 22:12:06.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63492024-10-21T22:12:07.421Z[ recovery-image] Oct 21 22:12:06.146 INFO O| Oct 21 22:12:06.146 INFO STEP 735 (remove_files) COMPLETE
63502024-10-21T22:12:07.421Z[ recovery-image] Oct 21 22:12:06.146 INFO O| Oct 21 22:12:06.146 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-10-21T22:12:07.429Z[ recovery-image] Oct 21 22:12:06.156 INFO O| Oct 21 22:12:06.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63522024-10-21T22:12:07.429Z[ recovery-image] Oct 21 22:12:06.156 INFO O| Oct 21 22:12:06.156 INFO STEP 736 (remove_files) COMPLETE
63532024-10-21T22:12:07.431Z[ recovery-image] Oct 21 22:12:06.156 INFO O| Oct 21 22:12:06.156 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-10-21T22:12:07.439Z[ recovery-image] Oct 21 22:12:06.166 INFO O| Oct 21 22:12:06.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63552024-10-21T22:12:07.442Z[ recovery-image] Oct 21 22:12:06.166 INFO O| Oct 21 22:12:06.166 INFO STEP 737 (remove_files) COMPLETE
63562024-10-21T22:12:07.442Z[ recovery-image] Oct 21 22:12:06.167 INFO O| Oct 21 22:12:06.166 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-10-21T22:12:07.449Z[ recovery-image] Oct 21 22:12:06.176 INFO O| Oct 21 22:12:06.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63582024-10-21T22:12:07.452Z[ recovery-image] Oct 21 22:12:06.177 INFO O| Oct 21 22:12:06.177 INFO STEP 738 (remove_files) COMPLETE
63592024-10-21T22:12:07.452Z[ recovery-image] Oct 21 22:12:06.177 INFO O| Oct 21 22:12:06.177 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-10-21T22:12:07.460Z[ recovery-image] Oct 21 22:12:06.187 INFO O| Oct 21 22:12:06.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63612024-10-21T22:12:07.462Z[ recovery-image] Oct 21 22:12:06.187 INFO O| Oct 21 22:12:06.187 INFO STEP 739 (remove_files) COMPLETE
63622024-10-21T22:12:07.462Z[ recovery-image] Oct 21 22:12:06.187 INFO O| Oct 21 22:12:06.187 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-10-21T22:12:07.472Z[ recovery-image] Oct 21 22:12:06.199 INFO O| Oct 21 22:12:06.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63642024-10-21T22:12:07.472Z[ recovery-image] Oct 21 22:12:06.199 INFO O| Oct 21 22:12:06.199 INFO STEP 740 (remove_files) COMPLETE
63652024-10-21T22:12:07.475Z[ recovery-image] Oct 21 22:12:06.199 INFO O| Oct 21 22:12:06.199 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-10-21T22:12:07.485Z[ recovery-image] Oct 21 22:12:06.212 INFO O| Oct 21 22:12:06.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63672024-10-21T22:12:07.487Z[ recovery-image] Oct 21 22:12:06.212 INFO O| Oct 21 22:12:06.212 INFO STEP 741 (remove_files) COMPLETE
63682024-10-21T22:12:07.487Z[ recovery-image] Oct 21 22:12:06.212 INFO O| Oct 21 22:12:06.212 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-10-21T22:12:07.497Z[ recovery-image] Oct 21 22:12:06.223 INFO O| Oct 21 22:12:06.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63702024-10-21T22:12:07.499Z[ recovery-image] Oct 21 22:12:06.223 INFO O| Oct 21 22:12:06.223 INFO STEP 742 (remove_files) COMPLETE
63712024-10-21T22:12:07.500Z[ recovery-image] Oct 21 22:12:06.223 INFO O| Oct 21 22:12:06.223 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-10-21T22:12:07.508Z[ recovery-image] Oct 21 22:12:06.235 INFO O| Oct 21 22:12:06.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63732024-10-21T22:12:07.511Z[ recovery-image] Oct 21 22:12:06.235 INFO O| Oct 21 22:12:06.235 INFO STEP 743 (remove_files) COMPLETE
63742024-10-21T22:12:07.511Z[ recovery-image] Oct 21 22:12:06.235 INFO O| Oct 21 22:12:06.235 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-10-21T22:12:07.520Z[ recovery-image] Oct 21 22:12:06.247 INFO O| Oct 21 22:12:06.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63762024-10-21T22:12:07.520Z[ recovery-image] Oct 21 22:12:06.247 INFO O| Oct 21 22:12:06.247 INFO STEP 744 (remove_files) COMPLETE
63772024-10-21T22:12:07.523Z[ recovery-image] Oct 21 22:12:06.247 INFO O| Oct 21 22:12:06.247 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-10-21T22:12:07.531Z[ recovery-image] Oct 21 22:12:06.258 INFO O| Oct 21 22:12:06.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63792024-10-21T22:12:07.534Z[ recovery-image] Oct 21 22:12:06.258 INFO O| Oct 21 22:12:06.258 INFO STEP 745 (remove_files) COMPLETE
63802024-10-21T22:12:07.535Z[ recovery-image] Oct 21 22:12:06.258 INFO O| Oct 21 22:12:06.258 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-10-21T22:12:07.543Z[ recovery-image] Oct 21 22:12:06.270 INFO O| Oct 21 22:12:06.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63822024-10-21T22:12:07.552Z[ recovery-image] Oct 21 22:12:06.270 INFO O| Oct 21 22:12:06.270 INFO STEP 746 (remove_files) COMPLETE
63832024-10-21T22:12:07.552Z[ recovery-image] Oct 21 22:12:06.270 INFO O| Oct 21 22:12:06.270 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-10-21T22:12:07.561Z[ recovery-image] Oct 21 22:12:06.281 INFO O| Oct 21 22:12:06.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63852024-10-21T22:12:07.561Z[ recovery-image] Oct 21 22:12:06.281 INFO O| Oct 21 22:12:06.281 INFO STEP 747 (remove_files) COMPLETE
63862024-10-21T22:12:07.561Z[ recovery-image] Oct 21 22:12:06.281 INFO O| Oct 21 22:12:06.281 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-10-21T22:12:07.573Z[ recovery-image] Oct 21 22:12:06.294 INFO O| Oct 21 22:12:06.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63882024-10-21T22:12:07.573Z[ recovery-image] Oct 21 22:12:06.294 INFO O| Oct 21 22:12:06.294 INFO STEP 748 (remove_files) COMPLETE
63892024-10-21T22:12:07.573Z[ recovery-image] Oct 21 22:12:06.294 INFO O| Oct 21 22:12:06.294 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-10-21T22:12:07.582Z[ recovery-image] Oct 21 22:12:06.304 INFO O| Oct 21 22:12:06.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63912024-10-21T22:12:07.582Z[ recovery-image] Oct 21 22:12:06.304 INFO O| Oct 21 22:12:06.304 INFO STEP 749 (remove_files) COMPLETE
63922024-10-21T22:12:07.582Z[ recovery-image] Oct 21 22:12:06.304 INFO O| Oct 21 22:12:06.304 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-10-21T22:12:07.585Z[ host-image] Oct 21 22:12:06.307 INFO O| Oct 21 22:12:06.307 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
63942024-10-21T22:12:07.588Z[ recovery-image] Oct 21 22:12:06.314 INFO O| Oct 21 22:12:06.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63952024-10-21T22:12:07.590Z[ recovery-image] Oct 21 22:12:06.315 INFO O| Oct 21 22:12:06.315 INFO STEP 750 (remove_files) COMPLETE
63962024-10-21T22:12:07.590Z[ recovery-image] Oct 21 22:12:06.315 INFO O| Oct 21 22:12:06.315 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-10-21T22:12:07.600Z[ recovery-image] Oct 21 22:12:06.326 INFO O| Oct 21 22:12:06.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63982024-10-21T22:12:07.600Z[ recovery-image] Oct 21 22:12:06.326 INFO O| Oct 21 22:12:06.326 INFO STEP 751 (remove_files) COMPLETE
63992024-10-21T22:12:07.600Z[ recovery-image] Oct 21 22:12:06.326 INFO O| Oct 21 22:12:06.326 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-10-21T22:12:07.611Z[ recovery-image] Oct 21 22:12:06.338 INFO O| Oct 21 22:12:06.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64012024-10-21T22:12:07.611Z[ recovery-image] Oct 21 22:12:06.338 INFO O| Oct 21 22:12:06.338 INFO STEP 752 (remove_files) COMPLETE
64022024-10-21T22:12:07.611Z[ recovery-image] Oct 21 22:12:06.338 INFO O| Oct 21 22:12:06.338 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-21T22:12:07.624Z[ recovery-image] Oct 21 22:12:06.351 INFO O| Oct 21 22:12:06.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64042024-10-21T22:12:07.624Z[ recovery-image] Oct 21 22:12:06.351 INFO O| Oct 21 22:12:06.351 INFO STEP 753 (remove_files) COMPLETE
64052024-10-21T22:12:07.627Z[ recovery-image] Oct 21 22:12:06.351 INFO O| Oct 21 22:12:06.351 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-21T22:12:07.636Z[ recovery-image] Oct 21 22:12:06.363 INFO O| Oct 21 22:12:06.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64072024-10-21T22:12:07.636Z[ recovery-image] Oct 21 22:12:06.363 INFO O| Oct 21 22:12:06.363 INFO STEP 754 (remove_files) COMPLETE
64082024-10-21T22:12:07.639Z[ recovery-image] Oct 21 22:12:06.363 INFO O| Oct 21 22:12:06.363 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-10-21T22:12:07.647Z[ recovery-image] Oct 21 22:12:06.374 INFO O| Oct 21 22:12:06.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64102024-10-21T22:12:07.647Z[ recovery-image] Oct 21 22:12:06.374 INFO O| Oct 21 22:12:06.374 INFO STEP 755 (remove_files) COMPLETE
64112024-10-21T22:12:07.647Z[ recovery-image] Oct 21 22:12:06.374 INFO O| Oct 21 22:12:06.374 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-10-21T22:12:07.658Z[ recovery-image] Oct 21 22:12:06.385 INFO O| Oct 21 22:12:06.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64132024-10-21T22:12:07.658Z[ recovery-image] Oct 21 22:12:06.385 INFO O| Oct 21 22:12:06.385 INFO STEP 756 (remove_files) COMPLETE
64142024-10-21T22:12:07.658Z[ recovery-image] Oct 21 22:12:06.385 INFO O| Oct 21 22:12:06.385 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-10-21T22:12:07.670Z[ recovery-image] Oct 21 22:12:06.397 INFO O| Oct 21 22:12:06.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64162024-10-21T22:12:07.670Z[ recovery-image] Oct 21 22:12:06.397 INFO O| Oct 21 22:12:06.397 INFO STEP 757 (remove_files) COMPLETE
64172024-10-21T22:12:07.673Z[ recovery-image] Oct 21 22:12:06.397 INFO O| Oct 21 22:12:06.397 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-10-21T22:12:07.682Z[ recovery-image] Oct 21 22:12:06.409 INFO O| Oct 21 22:12:06.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64192024-10-21T22:12:07.684Z[ recovery-image] Oct 21 22:12:06.409 INFO O| Oct 21 22:12:06.409 INFO STEP 758 (remove_files) COMPLETE
64202024-10-21T22:12:07.684Z[ recovery-image] Oct 21 22:12:06.409 INFO O| Oct 21 22:12:06.409 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-10-21T22:12:07.693Z[ recovery-image] Oct 21 22:12:06.420 INFO O| Oct 21 22:12:06.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64222024-10-21T22:12:07.696Z[ recovery-image] Oct 21 22:12:06.421 INFO O| Oct 21 22:12:06.420 INFO STEP 759 (remove_files) COMPLETE
64232024-10-21T22:12:07.696Z[ recovery-image] Oct 21 22:12:06.421 INFO O| Oct 21 22:12:06.420 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-10-21T22:12:07.704Z[ recovery-image] Oct 21 22:12:06.431 INFO O| Oct 21 22:12:06.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64252024-10-21T22:12:07.706Z[ recovery-image] Oct 21 22:12:06.431 INFO O| Oct 21 22:12:06.431 INFO STEP 760 (remove_files) COMPLETE
64262024-10-21T22:12:07.706Z[ recovery-image] Oct 21 22:12:06.431 INFO O| Oct 21 22:12:06.431 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-10-21T22:12:07.714Z[ recovery-image] Oct 21 22:12:06.441 INFO O| Oct 21 22:12:06.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64282024-10-21T22:12:07.717Z[ recovery-image] Oct 21 22:12:06.443 INFO O| Oct 21 22:12:06.443 INFO STEP 761 (remove_files) COMPLETE
64292024-10-21T22:12:07.717Z[ recovery-image] Oct 21 22:12:06.443 INFO O| Oct 21 22:12:06.443 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-10-21T22:12:07.726Z[ recovery-image] Oct 21 22:12:06.453 INFO O| Oct 21 22:12:06.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64312024-10-21T22:12:07.726Z[ recovery-image] Oct 21 22:12:06.453 INFO O| Oct 21 22:12:06.453 INFO STEP 762 (remove_files) COMPLETE
64322024-10-21T22:12:07.726Z[ recovery-image] Oct 21 22:12:06.453 INFO O| Oct 21 22:12:06.453 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-10-21T22:12:07.738Z[ recovery-image] Oct 21 22:12:06.465 INFO O| Oct 21 22:12:06.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64342024-10-21T22:12:07.738Z[ recovery-image] Oct 21 22:12:06.466 INFO O| Oct 21 22:12:06.466 INFO STEP 763 (remove_files) COMPLETE
64352024-10-21T22:12:07.739Z[ recovery-image] Oct 21 22:12:06.466 INFO O| Oct 21 22:12:06.466 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-10-21T22:12:07.750Z[ recovery-image] Oct 21 22:12:06.477 INFO O| Oct 21 22:12:06.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64372024-10-21T22:12:07.750Z[ recovery-image] Oct 21 22:12:06.477 INFO O| Oct 21 22:12:06.477 INFO STEP 764 (remove_files) COMPLETE
64382024-10-21T22:12:07.750Z[ recovery-image] Oct 21 22:12:06.477 INFO O| Oct 21 22:12:06.477 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-10-21T22:12:07.760Z[ recovery-image] Oct 21 22:12:06.488 INFO O| Oct 21 22:12:06.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64402024-10-21T22:12:07.763Z[ recovery-image] Oct 21 22:12:06.488 INFO O| Oct 21 22:12:06.488 INFO STEP 765 (remove_files) COMPLETE
64412024-10-21T22:12:07.763Z[ recovery-image] Oct 21 22:12:06.488 INFO O| Oct 21 22:12:06.488 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-10-21T22:12:07.771Z[ recovery-image] Oct 21 22:12:06.498 INFO O| Oct 21 22:12:06.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64432024-10-21T22:12:07.771Z[ recovery-image] Oct 21 22:12:06.499 INFO O| Oct 21 22:12:06.499 INFO STEP 766 (remove_files) COMPLETE
64442024-10-21T22:12:07.774Z[ recovery-image] Oct 21 22:12:06.499 INFO O| Oct 21 22:12:06.499 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-10-21T22:12:07.782Z[ recovery-image] Oct 21 22:12:06.509 INFO O| Oct 21 22:12:06.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64462024-10-21T22:12:07.784Z[ recovery-image] Oct 21 22:12:06.509 INFO O| Oct 21 22:12:06.509 INFO STEP 767 (remove_files) COMPLETE
64472024-10-21T22:12:07.784Z[ recovery-image] Oct 21 22:12:06.509 INFO O| Oct 21 22:12:06.509 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-10-21T22:12:07.792Z[ recovery-image] Oct 21 22:12:06.520 INFO O| Oct 21 22:12:06.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64492024-10-21T22:12:07.792Z[ recovery-image] Oct 21 22:12:06.520 INFO O| Oct 21 22:12:06.520 INFO STEP 768 (remove_files) COMPLETE
64502024-10-21T22:12:07.795Z[ recovery-image] Oct 21 22:12:06.520 INFO O| Oct 21 22:12:06.520 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-10-21T22:12:07.803Z[ recovery-image] Oct 21 22:12:06.530 INFO O| Oct 21 22:12:06.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64522024-10-21T22:12:07.803Z[ recovery-image] Oct 21 22:12:06.530 INFO O| Oct 21 22:12:06.530 INFO STEP 769 (remove_files) COMPLETE
64532024-10-21T22:12:07.803Z[ recovery-image] Oct 21 22:12:06.530 INFO O| Oct 21 22:12:06.530 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-10-21T22:12:07.814Z[ recovery-image] Oct 21 22:12:06.541 INFO O| Oct 21 22:12:06.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64552024-10-21T22:12:07.817Z[ recovery-image] Oct 21 22:12:06.541 INFO O| Oct 21 22:12:06.541 INFO STEP 770 (remove_files) COMPLETE
64562024-10-21T22:12:07.817Z[ recovery-image] Oct 21 22:12:06.541 INFO O| Oct 21 22:12:06.541 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-10-21T22:12:07.825Z[ recovery-image] Oct 21 22:12:06.552 INFO O| Oct 21 22:12:06.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64582024-10-21T22:12:07.825Z[ recovery-image] Oct 21 22:12:06.552 INFO O| Oct 21 22:12:06.552 INFO STEP 771 (remove_files) COMPLETE
64592024-10-21T22:12:07.827Z[ recovery-image] Oct 21 22:12:06.552 INFO O| Oct 21 22:12:06.552 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-10-21T22:12:07.835Z[ recovery-image] Oct 21 22:12:06.562 INFO O| Oct 21 22:12:06.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64612024-10-21T22:12:07.835Z[ recovery-image] Oct 21 22:12:06.563 INFO O| Oct 21 22:12:06.563 INFO STEP 772 (remove_files) COMPLETE
64622024-10-21T22:12:07.838Z[ recovery-image] Oct 21 22:12:06.563 INFO O| Oct 21 22:12:06.563 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-10-21T22:12:07.846Z[ recovery-image] Oct 21 22:12:06.573 INFO O| Oct 21 22:12:06.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64642024-10-21T22:12:07.846Z[ recovery-image] Oct 21 22:12:06.573 INFO O| Oct 21 22:12:06.573 INFO STEP 773 (remove_files) COMPLETE
64652024-10-21T22:12:07.848Z[ recovery-image] Oct 21 22:12:06.573 INFO O| Oct 21 22:12:06.573 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-10-21T22:12:07.856Z[ recovery-image] Oct 21 22:12:06.583 INFO O| Oct 21 22:12:06.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64672024-10-21T22:12:07.856Z[ recovery-image] Oct 21 22:12:06.583 INFO O| Oct 21 22:12:06.583 INFO STEP 774 (remove_files) COMPLETE
64682024-10-21T22:12:07.859Z[ recovery-image] Oct 21 22:12:06.583 INFO O| Oct 21 22:12:06.583 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-10-21T22:12:07.868Z[ recovery-image] Oct 21 22:12:06.596 INFO O| Oct 21 22:12:06.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64702024-10-21T22:12:07.868Z[ recovery-image] Oct 21 22:12:06.596 INFO O| Oct 21 22:12:06.596 INFO STEP 775 (remove_files) COMPLETE
64712024-10-21T22:12:07.868Z[ recovery-image] Oct 21 22:12:06.596 INFO O| Oct 21 22:12:06.596 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-10-21T22:12:07.879Z[ recovery-image] Oct 21 22:12:06.606 INFO O| Oct 21 22:12:06.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64732024-10-21T22:12:07.879Z[ recovery-image] Oct 21 22:12:06.606 INFO O| Oct 21 22:12:06.606 INFO STEP 776 (remove_files) COMPLETE
64742024-10-21T22:12:07.879Z[ recovery-image] Oct 21 22:12:06.606 INFO O| Oct 21 22:12:06.606 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-10-21T22:12:07.890Z[ recovery-image] Oct 21 22:12:06.617 INFO O| Oct 21 22:12:06.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64762024-10-21T22:12:07.890Z[ recovery-image] Oct 21 22:12:06.617 INFO O| Oct 21 22:12:06.617 INFO STEP 777 (remove_files) COMPLETE
64772024-10-21T22:12:07.890Z[ recovery-image] Oct 21 22:12:06.617 INFO O| Oct 21 22:12:06.617 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-10-21T22:12:07.906Z[ recovery-image] Oct 21 22:12:06.627 INFO O| Oct 21 22:12:06.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64792024-10-21T22:12:07.906Z[ recovery-image] Oct 21 22:12:06.627 INFO O| Oct 21 22:12:06.627 INFO STEP 778 (remove_files) COMPLETE
64802024-10-21T22:12:07.909Z[ recovery-image] Oct 21 22:12:06.627 INFO O| Oct 21 22:12:06.627 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-10-21T22:12:07.912Z[ recovery-image] Oct 21 22:12:06.638 INFO O| Oct 21 22:12:06.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64822024-10-21T22:12:07.912Z[ recovery-image] Oct 21 22:12:06.638 INFO O| Oct 21 22:12:06.638 INFO STEP 779 (remove_files) COMPLETE
64832024-10-21T22:12:07.912Z[ recovery-image] Oct 21 22:12:06.638 INFO O| Oct 21 22:12:06.638 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-10-21T22:12:07.922Z[ recovery-image] Oct 21 22:12:06.649 INFO O| Oct 21 22:12:06.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64852024-10-21T22:12:07.924Z[ recovery-image] Oct 21 22:12:06.650 INFO O| Oct 21 22:12:06.650 INFO STEP 780 (remove_files) COMPLETE
64862024-10-21T22:12:07.924Z[ recovery-image] Oct 21 22:12:06.650 INFO O| Oct 21 22:12:06.650 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-10-21T22:12:07.935Z[ recovery-image] Oct 21 22:12:06.662 INFO O| Oct 21 22:12:06.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64882024-10-21T22:12:07.935Z[ recovery-image] Oct 21 22:12:06.662 INFO O| Oct 21 22:12:06.662 INFO STEP 781 (remove_files) COMPLETE
64892024-10-21T22:12:07.935Z[ recovery-image] Oct 21 22:12:06.662 INFO O| Oct 21 22:12:06.662 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-10-21T22:12:07.948Z[ recovery-image] Oct 21 22:12:06.675 INFO O| Oct 21 22:12:06.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64912024-10-21T22:12:07.948Z[ recovery-image] Oct 21 22:12:06.675 INFO O| Oct 21 22:12:06.675 INFO STEP 782 (remove_files) COMPLETE
64922024-10-21T22:12:07.950Z[ recovery-image] Oct 21 22:12:06.675 INFO O| Oct 21 22:12:06.675 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-10-21T22:12:07.960Z[ recovery-image] Oct 21 22:12:06.687 INFO O| Oct 21 22:12:06.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64942024-10-21T22:12:07.960Z[ recovery-image] Oct 21 22:12:06.687 INFO O| Oct 21 22:12:06.687 INFO STEP 783 (remove_files) COMPLETE
64952024-10-21T22:12:07.962Z[ recovery-image] Oct 21 22:12:06.687 INFO O| Oct 21 22:12:06.687 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-10-21T22:12:07.972Z[ recovery-image] Oct 21 22:12:06.699 INFO O| Oct 21 22:12:06.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64972024-10-21T22:12:07.972Z[ recovery-image] Oct 21 22:12:06.699 INFO O| Oct 21 22:12:06.699 INFO STEP 784 (remove_files) COMPLETE
64982024-10-21T22:12:07.975Z[ recovery-image] Oct 21 22:12:06.699 INFO O| Oct 21 22:12:06.699 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-10-21T22:12:07.984Z[ recovery-image] Oct 21 22:12:06.711 INFO O| Oct 21 22:12:06.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65002024-10-21T22:12:07.987Z[ recovery-image] Oct 21 22:12:06.712 INFO O| Oct 21 22:12:06.711 INFO STEP 785 (remove_files) COMPLETE
65012024-10-21T22:12:07.987Z[ recovery-image] Oct 21 22:12:06.712 INFO O| Oct 21 22:12:06.712 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-10-21T22:12:07.995Z[ recovery-image] Oct 21 22:12:06.722 INFO O| Oct 21 22:12:06.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65032024-10-21T22:12:07.995Z[ recovery-image] Oct 21 22:12:06.722 INFO O| Oct 21 22:12:06.722 INFO STEP 786 (remove_files) COMPLETE
65042024-10-21T22:12:07.998Z[ recovery-image] Oct 21 22:12:06.723 INFO O| Oct 21 22:12:06.722 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-10-21T22:12:08.007Z[ recovery-image] Oct 21 22:12:06.734 INFO O| Oct 21 22:12:06.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65062024-10-21T22:12:08.010Z[ recovery-image] Oct 21 22:12:06.734 INFO O| Oct 21 22:12:06.734 INFO STEP 787 (remove_files) COMPLETE
65072024-10-21T22:12:08.010Z[ recovery-image] Oct 21 22:12:06.734 INFO O| Oct 21 22:12:06.734 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-10-21T22:12:08.018Z[ recovery-image] Oct 21 22:12:06.745 INFO O| Oct 21 22:12:06.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65092024-10-21T22:12:08.018Z[ recovery-image] Oct 21 22:12:06.745 INFO O| Oct 21 22:12:06.745 INFO STEP 788 (remove_files) COMPLETE
65102024-10-21T22:12:08.018Z[ recovery-image] Oct 21 22:12:06.745 INFO O| Oct 21 22:12:06.745 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-10-21T22:12:08.028Z[ recovery-image] Oct 21 22:12:06.756 INFO O| Oct 21 22:12:06.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65122024-10-21T22:12:08.029Z[ recovery-image] Oct 21 22:12:06.756 INFO O| Oct 21 22:12:06.756 INFO STEP 789 (remove_files) COMPLETE
65132024-10-21T22:12:08.029Z[ recovery-image] Oct 21 22:12:06.756 INFO O| Oct 21 22:12:06.756 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-10-21T22:12:08.040Z[ recovery-image] Oct 21 22:12:06.767 INFO O| Oct 21 22:12:06.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65152024-10-21T22:12:08.040Z[ recovery-image] Oct 21 22:12:06.767 INFO O| Oct 21 22:12:06.767 INFO STEP 790 (remove_files) COMPLETE
65162024-10-21T22:12:08.042Z[ recovery-image] Oct 21 22:12:06.767 INFO O| Oct 21 22:12:06.767 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-10-21T22:12:08.050Z[ recovery-image] Oct 21 22:12:06.777 INFO O| Oct 21 22:12:06.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65182024-10-21T22:12:08.053Z[ recovery-image] Oct 21 22:12:06.778 INFO O| Oct 21 22:12:06.778 INFO STEP 791 (remove_files) COMPLETE
65192024-10-21T22:12:08.053Z[ recovery-image] Oct 21 22:12:06.778 INFO O| Oct 21 22:12:06.778 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-10-21T22:12:08.061Z[ recovery-image] Oct 21 22:12:06.788 INFO O| Oct 21 22:12:06.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65212024-10-21T22:12:08.061Z[ recovery-image] Oct 21 22:12:06.788 INFO O| Oct 21 22:12:06.788 INFO STEP 792 (remove_files) COMPLETE
65222024-10-21T22:12:08.063Z[ recovery-image] Oct 21 22:12:06.788 INFO O| Oct 21 22:12:06.788 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-10-21T22:12:08.074Z[ recovery-image] Oct 21 22:12:06.800 INFO O| Oct 21 22:12:06.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65242024-10-21T22:12:08.074Z[ recovery-image] Oct 21 22:12:06.800 INFO O| Oct 21 22:12:06.800 INFO STEP 793 (remove_files) COMPLETE
65252024-10-21T22:12:08.074Z[ recovery-image] Oct 21 22:12:06.800 INFO O| Oct 21 22:12:06.800 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-10-21T22:12:08.084Z[ recovery-image] Oct 21 22:12:06.811 INFO O| Oct 21 22:12:06.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65272024-10-21T22:12:08.084Z[ recovery-image] Oct 21 22:12:06.811 INFO O| Oct 21 22:12:06.811 INFO STEP 794 (remove_files) COMPLETE
65282024-10-21T22:12:08.084Z[ recovery-image] Oct 21 22:12:06.811 INFO O| Oct 21 22:12:06.811 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-10-21T22:12:08.095Z[ recovery-image] Oct 21 22:12:06.822 INFO O| Oct 21 22:12:06.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65302024-10-21T22:12:08.095Z[ recovery-image] Oct 21 22:12:06.822 INFO O| Oct 21 22:12:06.822 INFO STEP 795 (remove_files) COMPLETE
65312024-10-21T22:12:08.097Z[ recovery-image] Oct 21 22:12:06.822 INFO O| Oct 21 22:12:06.822 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-10-21T22:12:08.106Z[ recovery-image] Oct 21 22:12:06.833 INFO O| Oct 21 22:12:06.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65332024-10-21T22:12:08.108Z[ recovery-image] Oct 21 22:12:06.833 INFO O| Oct 21 22:12:06.833 INFO STEP 796 (remove_files) COMPLETE
65342024-10-21T22:12:08.108Z[ recovery-image] Oct 21 22:12:06.833 INFO O| Oct 21 22:12:06.833 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-10-21T22:12:08.117Z[ recovery-image] Oct 21 22:12:06.844 INFO O| Oct 21 22:12:06.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65362024-10-21T22:12:08.117Z[ recovery-image] Oct 21 22:12:06.844 INFO O| Oct 21 22:12:06.844 INFO STEP 797 (remove_files) COMPLETE
65372024-10-21T22:12:08.119Z[ recovery-image] Oct 21 22:12:06.844 INFO O| Oct 21 22:12:06.844 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-10-21T22:12:08.128Z[ recovery-image] Oct 21 22:12:06.855 INFO O| Oct 21 22:12:06.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65392024-10-21T22:12:08.128Z[ recovery-image] Oct 21 22:12:06.855 INFO O| Oct 21 22:12:06.855 INFO STEP 798 (remove_files) COMPLETE
65402024-10-21T22:12:08.131Z[ recovery-image] Oct 21 22:12:06.855 INFO O| Oct 21 22:12:06.855 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-10-21T22:12:08.140Z[ recovery-image] Oct 21 22:12:06.867 INFO O| Oct 21 22:12:06.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65422024-10-21T22:12:08.142Z[ recovery-image] Oct 21 22:12:06.867 INFO O| Oct 21 22:12:06.867 INFO STEP 799 (remove_files) COMPLETE
65432024-10-21T22:12:08.142Z[ recovery-image] Oct 21 22:12:06.867 INFO O| Oct 21 22:12:06.867 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-10-21T22:12:08.151Z[ recovery-image] Oct 21 22:12:06.878 INFO O| Oct 21 22:12:06.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65452024-10-21T22:12:08.151Z[ recovery-image] Oct 21 22:12:06.878 INFO O| Oct 21 22:12:06.878 INFO STEP 800 (remove_files) COMPLETE
65462024-10-21T22:12:08.153Z[ recovery-image] Oct 21 22:12:06.878 INFO O| Oct 21 22:12:06.878 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-10-21T22:12:08.162Z[ recovery-image] Oct 21 22:12:06.889 INFO O| Oct 21 22:12:06.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65482024-10-21T22:12:08.162Z[ recovery-image] Oct 21 22:12:06.889 INFO O| Oct 21 22:12:06.889 INFO STEP 801 (remove_files) COMPLETE
65492024-10-21T22:12:08.162Z[ recovery-image] Oct 21 22:12:06.889 INFO O| Oct 21 22:12:06.889 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-10-21T22:12:08.172Z[ recovery-image] Oct 21 22:12:06.900 INFO O| Oct 21 22:12:06.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65512024-10-21T22:12:08.172Z[ recovery-image] Oct 21 22:12:06.900 INFO O| Oct 21 22:12:06.900 INFO STEP 802 (remove_files) COMPLETE
65522024-10-21T22:12:08.172Z[ recovery-image] Oct 21 22:12:06.900 INFO O| Oct 21 22:12:06.900 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-10-21T22:12:08.183Z[ recovery-image] Oct 21 22:12:06.910 INFO O| Oct 21 22:12:06.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65542024-10-21T22:12:08.183Z[ recovery-image] Oct 21 22:12:06.910 INFO O| Oct 21 22:12:06.910 INFO STEP 803 (remove_files) COMPLETE
65552024-10-21T22:12:08.186Z[ recovery-image] Oct 21 22:12:06.910 INFO O| Oct 21 22:12:06.910 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-10-21T22:12:08.193Z[ recovery-image] Oct 21 22:12:06.921 INFO O| Oct 21 22:12:06.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65572024-10-21T22:12:08.193Z[ recovery-image] Oct 21 22:12:06.921 INFO O| Oct 21 22:12:06.921 INFO STEP 804 (remove_files) COMPLETE
65582024-10-21T22:12:08.196Z[ recovery-image] Oct 21 22:12:06.921 INFO O| Oct 21 22:12:06.921 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-10-21T22:12:08.204Z[ recovery-image] Oct 21 22:12:06.931 INFO O| Oct 21 22:12:06.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65602024-10-21T22:12:08.206Z[ recovery-image] Oct 21 22:12:06.932 INFO O| Oct 21 22:12:06.932 INFO STEP 805 (remove_files) COMPLETE
65612024-10-21T22:12:08.206Z[ recovery-image] Oct 21 22:12:06.932 INFO O| Oct 21 22:12:06.932 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-10-21T22:12:08.215Z[ recovery-image] Oct 21 22:12:06.943 INFO O| Oct 21 22:12:06.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65632024-10-21T22:12:08.215Z[ recovery-image] Oct 21 22:12:06.943 INFO O| Oct 21 22:12:06.943 INFO STEP 806 (remove_files) COMPLETE
65642024-10-21T22:12:08.218Z[ recovery-image] Oct 21 22:12:06.943 INFO O| Oct 21 22:12:06.943 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-10-21T22:12:08.227Z[ recovery-image] Oct 21 22:12:06.953 INFO O| Oct 21 22:12:06.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65662024-10-21T22:12:08.227Z[ recovery-image] Oct 21 22:12:06.953 INFO O| Oct 21 22:12:06.953 INFO STEP 807 (remove_files) COMPLETE
65672024-10-21T22:12:08.229Z[ recovery-image] Oct 21 22:12:06.953 INFO O| Oct 21 22:12:06.953 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-10-21T22:12:08.237Z[ recovery-image] Oct 21 22:12:06.964 INFO O| Oct 21 22:12:06.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65692024-10-21T22:12:08.239Z[ recovery-image] Oct 21 22:12:06.964 INFO O| Oct 21 22:12:06.964 INFO STEP 808 (remove_files) COMPLETE
65702024-10-21T22:12:08.240Z[ recovery-image] Oct 21 22:12:06.964 INFO O| Oct 21 22:12:06.964 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-10-21T22:12:08.248Z[ recovery-image] Oct 21 22:12:06.975 INFO O| Oct 21 22:12:06.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65722024-10-21T22:12:08.250Z[ recovery-image] Oct 21 22:12:06.975 INFO O| Oct 21 22:12:06.975 INFO STEP 809 (remove_files) COMPLETE
65732024-10-21T22:12:08.250Z[ recovery-image] Oct 21 22:12:06.975 INFO O| Oct 21 22:12:06.975 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-10-21T22:12:08.259Z[ recovery-image] Oct 21 22:12:06.987 INFO O| Oct 21 22:12:06.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65752024-10-21T22:12:08.262Z[ recovery-image] Oct 21 22:12:06.987 INFO O| Oct 21 22:12:06.987 INFO STEP 810 (remove_files) COMPLETE
65762024-10-21T22:12:08.262Z[ recovery-image] Oct 21 22:12:06.987 INFO O| Oct 21 22:12:06.987 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-10-21T22:12:08.270Z[ recovery-image] Oct 21 22:12:06.997 INFO O| Oct 21 22:12:06.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65782024-10-21T22:12:08.270Z[ recovery-image] Oct 21 22:12:06.997 INFO O| Oct 21 22:12:06.997 INFO STEP 811 (remove_files) COMPLETE
65792024-10-21T22:12:08.272Z[ recovery-image] Oct 21 22:12:06.997 INFO O| Oct 21 22:12:06.997 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-10-21T22:12:08.281Z[ recovery-image] Oct 21 22:12:07.009 INFO O| Oct 21 22:12:07.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65812024-10-21T22:12:08.281Z[ recovery-image] Oct 21 22:12:07.009 INFO O| Oct 21 22:12:07.009 INFO STEP 812 (remove_files) COMPLETE
65822024-10-21T22:12:08.284Z[ recovery-image] Oct 21 22:12:07.009 INFO O| Oct 21 22:12:07.009 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-10-21T22:12:08.292Z[ recovery-image] Oct 21 22:12:07.019 INFO O| Oct 21 22:12:07.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65842024-10-21T22:12:08.292Z[ recovery-image] Oct 21 22:12:07.019 INFO O| Oct 21 22:12:07.019 INFO STEP 813 (remove_files) COMPLETE
65852024-10-21T22:12:08.295Z[ recovery-image] Oct 21 22:12:07.019 INFO O| Oct 21 22:12:07.019 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-10-21T22:12:08.302Z[ recovery-image] Oct 21 22:12:07.029 INFO O| Oct 21 22:12:07.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65872024-10-21T22:12:08.305Z[ recovery-image] Oct 21 22:12:07.030 INFO O| Oct 21 22:12:07.030 INFO STEP 814 (remove_files) COMPLETE
65882024-10-21T22:12:08.305Z[ recovery-image] Oct 21 22:12:07.030 INFO O| Oct 21 22:12:07.030 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-10-21T22:12:08.313Z[ recovery-image] Oct 21 22:12:07.040 INFO O| Oct 21 22:12:07.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65902024-10-21T22:12:08.313Z[ recovery-image] Oct 21 22:12:07.040 INFO O| Oct 21 22:12:07.040 INFO STEP 815 (remove_files) COMPLETE
65912024-10-21T22:12:08.313Z[ recovery-image] Oct 21 22:12:07.040 INFO O| Oct 21 22:12:07.040 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-10-21T22:12:08.323Z[ recovery-image] Oct 21 22:12:07.050 INFO O| Oct 21 22:12:07.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65932024-10-21T22:12:08.323Z[ recovery-image] Oct 21 22:12:07.051 INFO O| Oct 21 22:12:07.050 INFO STEP 816 (remove_files) COMPLETE
65942024-10-21T22:12:08.323Z[ recovery-image] Oct 21 22:12:07.051 INFO O| Oct 21 22:12:07.051 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-10-21T22:12:08.335Z[ recovery-image] Oct 21 22:12:07.063 INFO O| Oct 21 22:12:07.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65962024-10-21T22:12:08.336Z[ recovery-image] Oct 21 22:12:07.063 INFO O| Oct 21 22:12:07.063 INFO STEP 817 (remove_files) COMPLETE
65972024-10-21T22:12:08.336Z[ recovery-image] Oct 21 22:12:07.063 INFO O| Oct 21 22:12:07.063 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-10-21T22:12:08.346Z[ recovery-image] Oct 21 22:12:07.073 INFO O| Oct 21 22:12:07.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65992024-10-21T22:12:08.348Z[ recovery-image] Oct 21 22:12:07.073 INFO O| Oct 21 22:12:07.073 INFO STEP 818 (remove_files) COMPLETE
66002024-10-21T22:12:08.348Z[ recovery-image] Oct 21 22:12:07.073 INFO O| Oct 21 22:12:07.073 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-10-21T22:12:08.357Z[ recovery-image] Oct 21 22:12:07.084 INFO O| Oct 21 22:12:07.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66022024-10-21T22:12:08.357Z[ recovery-image] Oct 21 22:12:07.084 INFO O| Oct 21 22:12:07.084 INFO STEP 819 (remove_files) COMPLETE
66032024-10-21T22:12:08.359Z[ recovery-image] Oct 21 22:12:07.084 INFO O| Oct 21 22:12:07.084 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-10-21T22:12:08.367Z[ recovery-image] Oct 21 22:12:07.094 INFO O| Oct 21 22:12:07.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66052024-10-21T22:12:08.367Z[ recovery-image] Oct 21 22:12:07.095 INFO O| Oct 21 22:12:07.095 INFO STEP 820 (remove_files) COMPLETE
66062024-10-21T22:12:08.367Z[ recovery-image] Oct 21 22:12:07.095 INFO O| Oct 21 22:12:07.095 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-10-21T22:12:08.378Z[ recovery-image] Oct 21 22:12:07.105 INFO O| Oct 21 22:12:07.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66082024-10-21T22:12:08.381Z[ recovery-image] Oct 21 22:12:07.107 INFO O| Oct 21 22:12:07.107 INFO STEP 821 (remove_files) COMPLETE
66092024-10-21T22:12:08.381Z[ recovery-image] Oct 21 22:12:07.107 INFO O| Oct 21 22:12:07.107 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-10-21T22:12:08.393Z[ recovery-image] Oct 21 22:12:07.120 INFO O| Oct 21 22:12:07.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66112024-10-21T22:12:08.393Z[ recovery-image] Oct 21 22:12:07.120 INFO O| Oct 21 22:12:07.120 INFO STEP 822 (remove_files) COMPLETE
66122024-10-21T22:12:08.393Z[ recovery-image] Oct 21 22:12:07.120 INFO O| Oct 21 22:12:07.120 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-10-21T22:12:08.405Z[ recovery-image] Oct 21 22:12:07.132 INFO O| Oct 21 22:12:07.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66142024-10-21T22:12:08.407Z[ recovery-image] Oct 21 22:12:07.132 INFO O| Oct 21 22:12:07.132 INFO STEP 823 (remove_files) COMPLETE
66152024-10-21T22:12:08.407Z[ recovery-image] Oct 21 22:12:07.132 INFO O| Oct 21 22:12:07.132 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-10-21T22:12:08.416Z[ recovery-image] Oct 21 22:12:07.143 INFO O| Oct 21 22:12:07.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66172024-10-21T22:12:08.416Z[ recovery-image] Oct 21 22:12:07.143 INFO O| Oct 21 22:12:07.143 INFO STEP 824 (remove_files) COMPLETE
66182024-10-21T22:12:08.416Z[ recovery-image] Oct 21 22:12:07.143 INFO O| Oct 21 22:12:07.143 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-10-21T22:12:08.427Z[ recovery-image] Oct 21 22:12:07.154 INFO O| Oct 21 22:12:07.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66202024-10-21T22:12:08.429Z[ recovery-image] Oct 21 22:12:07.154 INFO O| Oct 21 22:12:07.154 INFO STEP 825 (remove_files) COMPLETE
66212024-10-21T22:12:08.429Z[ recovery-image] Oct 21 22:12:07.154 INFO O| Oct 21 22:12:07.154 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-10-21T22:12:08.437Z[ recovery-image] Oct 21 22:12:07.164 INFO O| Oct 21 22:12:07.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66232024-10-21T22:12:08.437Z[ recovery-image] Oct 21 22:12:07.164 INFO O| Oct 21 22:12:07.164 INFO STEP 826 (remove_files) COMPLETE
66242024-10-21T22:12:08.440Z[ recovery-image] Oct 21 22:12:07.164 INFO O| Oct 21 22:12:07.164 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-10-21T22:12:08.447Z[ recovery-image] Oct 21 22:12:07.175 INFO O| Oct 21 22:12:07.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66262024-10-21T22:12:08.450Z[ recovery-image] Oct 21 22:12:07.175 INFO O| Oct 21 22:12:07.175 INFO STEP 827 (remove_files) COMPLETE
66272024-10-21T22:12:08.450Z[ recovery-image] Oct 21 22:12:07.175 INFO O| Oct 21 22:12:07.175 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-10-21T22:12:08.458Z[ recovery-image] Oct 21 22:12:07.185 INFO O| Oct 21 22:12:07.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66292024-10-21T22:12:08.458Z[ recovery-image] Oct 21 22:12:07.185 INFO O| Oct 21 22:12:07.185 INFO STEP 828 (remove_files) COMPLETE
66302024-10-21T22:12:08.460Z[ recovery-image] Oct 21 22:12:07.185 INFO O| Oct 21 22:12:07.185 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-10-21T22:12:08.469Z[ recovery-image] Oct 21 22:12:07.196 INFO O| Oct 21 22:12:07.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66322024-10-21T22:12:08.469Z[ recovery-image] Oct 21 22:12:07.196 INFO O| Oct 21 22:12:07.196 INFO STEP 829 (remove_files) COMPLETE
66332024-10-21T22:12:08.471Z[ recovery-image] Oct 21 22:12:07.196 INFO O| Oct 21 22:12:07.196 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-10-21T22:12:08.479Z[ recovery-image] Oct 21 22:12:07.207 INFO O| Oct 21 22:12:07.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66352024-10-21T22:12:08.480Z[ recovery-image] Oct 21 22:12:07.207 INFO O| Oct 21 22:12:07.207 INFO STEP 830 (remove_files) COMPLETE
66362024-10-21T22:12:08.480Z[ recovery-image] Oct 21 22:12:07.207 INFO O| Oct 21 22:12:07.207 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-10-21T22:12:08.490Z[ recovery-image] Oct 21 22:12:07.217 INFO O| Oct 21 22:12:07.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66382024-10-21T22:12:08.490Z[ recovery-image] Oct 21 22:12:07.218 INFO O| Oct 21 22:12:07.218 INFO STEP 831 (remove_files) COMPLETE
66392024-10-21T22:12:08.493Z[ recovery-image] Oct 21 22:12:07.218 INFO O| Oct 21 22:12:07.218 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-10-21T22:12:08.502Z[ recovery-image] Oct 21 22:12:07.229 INFO O| Oct 21 22:12:07.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66412024-10-21T22:12:08.505Z[ recovery-image] Oct 21 22:12:07.229 INFO O| Oct 21 22:12:07.229 INFO STEP 832 (remove_files) COMPLETE
66422024-10-21T22:12:08.505Z[ recovery-image] Oct 21 22:12:07.229 INFO O| Oct 21 22:12:07.229 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-10-21T22:12:08.513Z[ recovery-image] Oct 21 22:12:07.240 INFO O| Oct 21 22:12:07.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66442024-10-21T22:12:08.513Z[ recovery-image] Oct 21 22:12:07.240 INFO O| Oct 21 22:12:07.240 INFO STEP 833 (remove_files) COMPLETE
66452024-10-21T22:12:08.515Z[ recovery-image] Oct 21 22:12:07.240 INFO O| Oct 21 22:12:07.240 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-10-21T22:12:08.523Z[ recovery-image] Oct 21 22:12:07.250 INFO O| Oct 21 22:12:07.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66472024-10-21T22:12:08.523Z[ recovery-image] Oct 21 22:12:07.250 INFO O| Oct 21 22:12:07.250 INFO STEP 834 (remove_files) COMPLETE
66482024-10-21T22:12:08.523Z[ recovery-image] Oct 21 22:12:07.250 INFO O| Oct 21 22:12:07.250 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-10-21T22:12:08.533Z[ recovery-image] Oct 21 22:12:07.261 INFO O| Oct 21 22:12:07.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66502024-10-21T22:12:08.533Z[ recovery-image] Oct 21 22:12:07.261 INFO O| Oct 21 22:12:07.261 INFO STEP 835 (remove_files) COMPLETE
66512024-10-21T22:12:08.533Z[ recovery-image] Oct 21 22:12:07.261 INFO O| Oct 21 22:12:07.261 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-21T22:12:08.544Z[ recovery-image] Oct 21 22:12:07.271 INFO O| Oct 21 22:12:07.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66532024-10-21T22:12:08.544Z[ recovery-image] Oct 21 22:12:07.271 INFO O| Oct 21 22:12:07.271 INFO STEP 836 (remove_files) COMPLETE
66542024-10-21T22:12:08.544Z[ recovery-image] Oct 21 22:12:07.271 INFO O| Oct 21 22:12:07.271 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-21T22:12:08.554Z[ recovery-image] Oct 21 22:12:07.281 INFO O| Oct 21 22:12:07.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66562024-10-21T22:12:08.554Z[ recovery-image] Oct 21 22:12:07.281 INFO O| Oct 21 22:12:07.281 INFO STEP 837 (remove_files) COMPLETE
66572024-10-21T22:12:08.554Z[ recovery-image] Oct 21 22:12:07.281 INFO O| Oct 21 22:12:07.281 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-10-21T22:12:08.567Z[ recovery-image] Oct 21 22:12:07.293 INFO O| Oct 21 22:12:07.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66592024-10-21T22:12:08.570Z[ recovery-image] Oct 21 22:12:07.293 INFO O| Oct 21 22:12:07.293 INFO STEP 838 (remove_files) COMPLETE
66602024-10-21T22:12:08.570Z[ recovery-image] Oct 21 22:12:07.293 INFO O| Oct 21 22:12:07.293 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-10-21T22:12:08.579Z[ recovery-image] Oct 21 22:12:07.305 INFO O| Oct 21 22:12:07.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66622024-10-21T22:12:08.585Z[ recovery-image] Oct 21 22:12:07.306 INFO O| Oct 21 22:12:07.306 INFO STEP 839 (remove_files) COMPLETE
66632024-10-21T22:12:08.585Z[ recovery-image] Oct 21 22:12:07.306 INFO O| Oct 21 22:12:07.306 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-10-21T22:12:08.590Z[ recovery-image] Oct 21 22:12:07.317 INFO O| Oct 21 22:12:07.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66652024-10-21T22:12:08.592Z[ recovery-image] Oct 21 22:12:07.317 INFO O| Oct 21 22:12:07.317 INFO STEP 840 (remove_files) COMPLETE
66662024-10-21T22:12:08.592Z[ recovery-image] Oct 21 22:12:07.317 INFO O| Oct 21 22:12:07.317 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-10-21T22:12:08.602Z[ recovery-image] Oct 21 22:12:07.329 INFO O| Oct 21 22:12:07.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66682024-10-21T22:12:08.604Z[ recovery-image] Oct 21 22:12:07.329 INFO O| Oct 21 22:12:07.329 INFO STEP 841 (remove_files) COMPLETE
66692024-10-21T22:12:08.604Z[ recovery-image] Oct 21 22:12:07.329 INFO O| Oct 21 22:12:07.329 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-10-21T22:12:08.614Z[ recovery-image] Oct 21 22:12:07.341 INFO O| Oct 21 22:12:07.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66712024-10-21T22:12:08.616Z[ recovery-image] Oct 21 22:12:07.341 INFO O| Oct 21 22:12:07.341 INFO STEP 842 (remove_files) COMPLETE
66722024-10-21T22:12:08.616Z[ recovery-image] Oct 21 22:12:07.341 INFO O| Oct 21 22:12:07.341 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-10-21T22:12:08.625Z[ recovery-image] Oct 21 22:12:07.352 INFO O| Oct 21 22:12:07.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66742024-10-21T22:12:08.625Z[ recovery-image] Oct 21 22:12:07.353 INFO O| Oct 21 22:12:07.352 INFO STEP 843 (remove_files) COMPLETE
66752024-10-21T22:12:08.628Z[ recovery-image] Oct 21 22:12:07.353 INFO O| Oct 21 22:12:07.352 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-10-21T22:12:08.638Z[ recovery-image] Oct 21 22:12:07.365 INFO O| Oct 21 22:12:07.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66772024-10-21T22:12:08.638Z[ recovery-image] Oct 21 22:12:07.365 INFO O| Oct 21 22:12:07.365 INFO STEP 844 (remove_files) COMPLETE
66782024-10-21T22:12:08.638Z[ recovery-image] Oct 21 22:12:07.365 INFO O| Oct 21 22:12:07.365 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-10-21T22:12:08.651Z[ recovery-image] Oct 21 22:12:07.377 INFO O| Oct 21 22:12:07.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66802024-10-21T22:12:08.653Z[ recovery-image] Oct 21 22:12:07.378 INFO O| Oct 21 22:12:07.378 INFO STEP 845 (remove_files) COMPLETE
66812024-10-21T22:12:08.653Z[ recovery-image] Oct 21 22:12:07.378 INFO O| Oct 21 22:12:07.378 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-10-21T22:12:08.663Z[ recovery-image] Oct 21 22:12:07.390 INFO O| Oct 21 22:12:07.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66832024-10-21T22:12:08.663Z[ recovery-image] Oct 21 22:12:07.390 INFO O| Oct 21 22:12:07.390 INFO STEP 846 (remove_files) COMPLETE
66842024-10-21T22:12:08.666Z[ recovery-image] Oct 21 22:12:07.390 INFO O| Oct 21 22:12:07.390 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-10-21T22:12:08.675Z[ recovery-image] Oct 21 22:12:07.402 INFO O| Oct 21 22:12:07.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66862024-10-21T22:12:08.675Z[ recovery-image] Oct 21 22:12:07.402 INFO O| Oct 21 22:12:07.402 INFO STEP 847 (remove_files) COMPLETE
66872024-10-21T22:12:08.678Z[ recovery-image] Oct 21 22:12:07.402 INFO O| Oct 21 22:12:07.402 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-10-21T22:12:08.688Z[ recovery-image] Oct 21 22:12:07.415 INFO O| Oct 21 22:12:07.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66892024-10-21T22:12:08.688Z[ recovery-image] Oct 21 22:12:07.415 INFO O| Oct 21 22:12:07.415 INFO STEP 848 (remove_files) COMPLETE
66902024-10-21T22:12:08.691Z[ recovery-image] Oct 21 22:12:07.415 INFO O| Oct 21 22:12:07.415 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-10-21T22:12:08.700Z[ recovery-image] Oct 21 22:12:07.427 INFO O| Oct 21 22:12:07.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66922024-10-21T22:12:08.701Z[ recovery-image] Oct 21 22:12:07.428 INFO O| Oct 21 22:12:07.427 INFO STEP 849 (remove_files) COMPLETE
66932024-10-21T22:12:08.701Z[ recovery-image] Oct 21 22:12:07.428 INFO O| Oct 21 22:12:07.428 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-10-21T22:12:08.714Z[ recovery-image] Oct 21 22:12:07.441 INFO O| Oct 21 22:12:07.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66952024-10-21T22:12:08.714Z[ recovery-image] Oct 21 22:12:07.441 INFO O| Oct 21 22:12:07.441 INFO STEP 850 (remove_files) COMPLETE
66962024-10-21T22:12:08.717Z[ recovery-image] Oct 21 22:12:07.441 INFO O| Oct 21 22:12:07.441 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-10-21T22:12:08.727Z[ recovery-image] Oct 21 22:12:07.454 INFO O| Oct 21 22:12:07.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66982024-10-21T22:12:08.730Z[ recovery-image] Oct 21 22:12:07.455 INFO O| Oct 21 22:12:07.455 INFO STEP 851 (remove_files) COMPLETE
66992024-10-21T22:12:08.730Z[ recovery-image] Oct 21 22:12:07.455 INFO O| Oct 21 22:12:07.455 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-10-21T22:12:08.740Z[ recovery-image] Oct 21 22:12:07.468 INFO O| Oct 21 22:12:07.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67012024-10-21T22:12:08.743Z[ recovery-image] Oct 21 22:12:07.468 INFO O| Oct 21 22:12:07.468 INFO STEP 852 (remove_files) COMPLETE
67022024-10-21T22:12:08.743Z[ recovery-image] Oct 21 22:12:07.468 INFO O| Oct 21 22:12:07.468 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-10-21T22:12:08.752Z[ recovery-image] Oct 21 22:12:07.479 INFO O| Oct 21 22:12:07.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67042024-10-21T22:12:08.752Z[ recovery-image] Oct 21 22:12:07.479 INFO O| Oct 21 22:12:07.479 INFO STEP 853 (remove_files) COMPLETE
67052024-10-21T22:12:08.752Z[ recovery-image] Oct 21 22:12:07.479 INFO O| Oct 21 22:12:07.479 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-10-21T22:12:08.763Z[ recovery-image] Oct 21 22:12:07.490 INFO O| Oct 21 22:12:07.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67072024-10-21T22:12:08.763Z[ recovery-image] Oct 21 22:12:07.490 INFO O| Oct 21 22:12:07.490 INFO STEP 854 (remove_files) COMPLETE
67082024-10-21T22:12:08.765Z[ recovery-image] Oct 21 22:12:07.490 INFO O| Oct 21 22:12:07.490 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-10-21T22:12:08.774Z[ recovery-image] Oct 21 22:12:07.501 INFO O| Oct 21 22:12:07.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67102024-10-21T22:12:08.774Z[ recovery-image] Oct 21 22:12:07.501 INFO O| Oct 21 22:12:07.501 INFO STEP 855 (remove_files) COMPLETE
67112024-10-21T22:12:08.776Z[ recovery-image] Oct 21 22:12:07.501 INFO O| Oct 21 22:12:07.501 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-10-21T22:12:08.784Z[ recovery-image] Oct 21 22:12:07.511 INFO O| Oct 21 22:12:07.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67132024-10-21T22:12:08.787Z[ recovery-image] Oct 21 22:12:07.512 INFO O| Oct 21 22:12:07.512 INFO STEP 856 (remove_files) COMPLETE
67142024-10-21T22:12:08.787Z[ recovery-image] Oct 21 22:12:07.512 INFO O| Oct 21 22:12:07.512 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-10-21T22:12:08.796Z[ recovery-image] Oct 21 22:12:07.523 INFO O| Oct 21 22:12:07.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67162024-10-21T22:12:08.798Z[ recovery-image] Oct 21 22:12:07.523 INFO O| Oct 21 22:12:07.523 INFO STEP 857 (remove_files) COMPLETE
67172024-10-21T22:12:08.798Z[ recovery-image] Oct 21 22:12:07.523 INFO O| Oct 21 22:12:07.523 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-10-21T22:12:08.807Z[ recovery-image] Oct 21 22:12:07.534 INFO O| Oct 21 22:12:07.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67192024-10-21T22:12:08.810Z[ recovery-image] Oct 21 22:12:07.534 INFO O| Oct 21 22:12:07.534 INFO STEP 858 (remove_files) COMPLETE
67202024-10-21T22:12:08.810Z[ recovery-image] Oct 21 22:12:07.535 INFO O| Oct 21 22:12:07.534 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-10-21T22:12:08.817Z[ recovery-image] Oct 21 22:12:07.545 INFO O| Oct 21 22:12:07.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67222024-10-21T22:12:08.820Z[ recovery-image] Oct 21 22:12:07.545 INFO O| Oct 21 22:12:07.545 INFO STEP 859 (remove_files) COMPLETE
67232024-10-21T22:12:08.820Z[ recovery-image] Oct 21 22:12:07.545 INFO O| Oct 21 22:12:07.545 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-10-21T22:12:08.828Z[ recovery-image] Oct 21 22:12:07.555 INFO O| Oct 21 22:12:07.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67252024-10-21T22:12:08.828Z[ recovery-image] Oct 21 22:12:07.555 INFO O| Oct 21 22:12:07.555 INFO STEP 860 (remove_files) COMPLETE
67262024-10-21T22:12:08.830Z[ recovery-image] Oct 21 22:12:07.555 INFO O| Oct 21 22:12:07.555 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-10-21T22:12:08.838Z[ recovery-image] Oct 21 22:12:07.565 INFO O| Oct 21 22:12:07.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67282024-10-21T22:12:08.840Z[ recovery-image] Oct 21 22:12:07.566 INFO O| Oct 21 22:12:07.566 INFO STEP 861 (remove_files) COMPLETE
67292024-10-21T22:12:08.840Z[ recovery-image] Oct 21 22:12:07.566 INFO O| Oct 21 22:12:07.566 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-10-21T22:12:08.848Z[ recovery-image] Oct 21 22:12:07.576 INFO O| Oct 21 22:12:07.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67312024-10-21T22:12:08.851Z[ recovery-image] Oct 21 22:12:07.576 INFO O| Oct 21 22:12:07.576 INFO STEP 862 (remove_files) COMPLETE
67322024-10-21T22:12:08.851Z[ recovery-image] Oct 21 22:12:07.576 INFO O| Oct 21 22:12:07.576 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-10-21T22:12:08.857Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 42s
67342024-10-21T22:12:08.859Z[ recovery-image] Oct 21 22:12:07.586 INFO O| Oct 21 22:12:07.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67352024-10-21T22:12:08.859Z[ recovery-image] Oct 21 22:12:07.586 INFO O| Oct 21 22:12:07.586 INFO STEP 863 (remove_files) COMPLETE
67362024-10-21T22:12:08.859Z[ recovery-image] Oct 21 22:12:07.586 INFO O| Oct 21 22:12:07.586 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-10-21T22:12:08.869Z[ recovery-image] Oct 21 22:12:07.596 INFO O| Oct 21 22:12:07.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67382024-10-21T22:12:08.872Z[ recovery-image] Oct 21 22:12:07.596 INFO O| Oct 21 22:12:07.596 INFO STEP 864 (remove_files) COMPLETE
67392024-10-21T22:12:08.872Z[ recovery-image] Oct 21 22:12:07.596 INFO O| Oct 21 22:12:07.596 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-10-21T22:12:08.879Z[ recovery-image] Oct 21 22:12:07.606 INFO O| Oct 21 22:12:07.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67412024-10-21T22:12:08.882Z[ recovery-image] Oct 21 22:12:07.606 INFO O| Oct 21 22:12:07.606 INFO STEP 865 (remove_files) COMPLETE
67422024-10-21T22:12:08.882Z[ recovery-image] Oct 21 22:12:07.606 INFO O| Oct 21 22:12:07.606 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-10-21T22:12:08.889Z[ recovery-image] Oct 21 22:12:07.617 INFO O| Oct 21 22:12:07.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67442024-10-21T22:12:08.890Z[ recovery-image] Oct 21 22:12:07.617 INFO O| Oct 21 22:12:07.617 INFO STEP 866 (remove_files) COMPLETE
67452024-10-21T22:12:08.892Z[ recovery-image] Oct 21 22:12:07.617 INFO O| Oct 21 22:12:07.617 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-10-21T22:12:08.903Z[ recovery-image] Oct 21 22:12:07.630 INFO O| Oct 21 22:12:07.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67472024-10-21T22:12:08.903Z[ recovery-image] Oct 21 22:12:07.630 INFO O| Oct 21 22:12:07.630 INFO STEP 867 (remove_files) COMPLETE
67482024-10-21T22:12:08.906Z[ recovery-image] Oct 21 22:12:07.630 INFO O| Oct 21 22:12:07.630 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-10-21T22:12:08.917Z[ recovery-image] Oct 21 22:12:07.644 INFO O| Oct 21 22:12:07.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67502024-10-21T22:12:08.917Z[ recovery-image] Oct 21 22:12:07.644 INFO O| Oct 21 22:12:07.644 INFO STEP 868 (remove_files) COMPLETE
67512024-10-21T22:12:08.919Z[ recovery-image] Oct 21 22:12:07.644 INFO O| Oct 21 22:12:07.644 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-10-21T22:12:08.927Z[ recovery-image] Oct 21 22:12:07.654 INFO O| Oct 21 22:12:07.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67532024-10-21T22:12:08.927Z[ recovery-image] Oct 21 22:12:07.654 INFO O| Oct 21 22:12:07.654 INFO STEP 869 (remove_files) COMPLETE
67542024-10-21T22:12:08.927Z[ recovery-image] Oct 21 22:12:07.654 INFO O| Oct 21 22:12:07.654 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-10-21T22:12:08.937Z[ recovery-image] Oct 21 22:12:07.664 INFO O| Oct 21 22:12:07.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67562024-10-21T22:12:08.939Z[ recovery-image] Oct 21 22:12:07.665 INFO O| Oct 21 22:12:07.665 INFO STEP 870 (remove_files) COMPLETE
67572024-10-21T22:12:08.939Z[ recovery-image] Oct 21 22:12:07.665 INFO O| Oct 21 22:12:07.665 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-10-21T22:12:08.947Z[ recovery-image] Oct 21 22:12:07.675 INFO O| Oct 21 22:12:07.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67592024-10-21T22:12:08.950Z[ recovery-image] Oct 21 22:12:07.675 INFO O| Oct 21 22:12:07.675 INFO STEP 871 (remove_files) COMPLETE
67602024-10-21T22:12:08.950Z[ recovery-image] Oct 21 22:12:07.675 INFO O| Oct 21 22:12:07.675 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-10-21T22:12:08.957Z[ recovery-image] Oct 21 22:12:07.684 INFO O| Oct 21 22:12:07.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67622024-10-21T22:12:08.960Z[ recovery-image] Oct 21 22:12:07.685 INFO O| Oct 21 22:12:07.685 INFO STEP 872 (remove_files) COMPLETE
67632024-10-21T22:12:08.960Z[ recovery-image] Oct 21 22:12:07.685 INFO O| Oct 21 22:12:07.685 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-10-21T22:12:08.967Z[ recovery-image] Oct 21 22:12:07.695 INFO O| Oct 21 22:12:07.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67652024-10-21T22:12:08.970Z[ recovery-image] Oct 21 22:12:07.695 INFO O| Oct 21 22:12:07.695 INFO STEP 873 (remove_files) COMPLETE
67662024-10-21T22:12:08.970Z[ recovery-image] Oct 21 22:12:07.695 INFO O| Oct 21 22:12:07.695 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-10-21T22:12:08.977Z[ recovery-image] Oct 21 22:12:07.705 INFO O| Oct 21 22:12:07.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67682024-10-21T22:12:08.980Z[ recovery-image] Oct 21 22:12:07.705 INFO O| Oct 21 22:12:07.705 INFO STEP 874 (remove_files) COMPLETE
67692024-10-21T22:12:08.980Z[ recovery-image] Oct 21 22:12:07.705 INFO O| Oct 21 22:12:07.705 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-10-21T22:12:08.988Z[ recovery-image] Oct 21 22:12:07.715 INFO O| Oct 21 22:12:07.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67712024-10-21T22:12:08.990Z[ recovery-image] Oct 21 22:12:07.715 INFO O| Oct 21 22:12:07.715 INFO STEP 875 (remove_files) COMPLETE
67722024-10-21T22:12:08.990Z[ recovery-image] Oct 21 22:12:07.715 INFO O| Oct 21 22:12:07.715 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-10-21T22:12:08.998Z[ recovery-image] Oct 21 22:12:07.725 INFO O| Oct 21 22:12:07.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67742024-10-21T22:12:09.001Z[ recovery-image] Oct 21 22:12:07.725 INFO O| Oct 21 22:12:07.725 INFO STEP 876 (remove_files) COMPLETE
67752024-10-21T22:12:09.001Z[ recovery-image] Oct 21 22:12:07.725 INFO O| Oct 21 22:12:07.725 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-10-21T22:12:09.010Z[ recovery-image] Oct 21 22:12:07.737 INFO O| Oct 21 22:12:07.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67772024-10-21T22:12:09.010Z[ recovery-image] Oct 21 22:12:07.737 INFO O| Oct 21 22:12:07.737 INFO STEP 877 (remove_files) COMPLETE
67782024-10-21T22:12:09.010Z[ recovery-image] Oct 21 22:12:07.737 INFO O| Oct 21 22:12:07.737 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-10-21T22:12:09.021Z[ recovery-image] Oct 21 22:12:07.749 INFO O| Oct 21 22:12:07.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67802024-10-21T22:12:09.021Z[ recovery-image] Oct 21 22:12:07.749 INFO O| Oct 21 22:12:07.749 INFO STEP 878 (remove_files) COMPLETE
67812024-10-21T22:12:09.024Z[ recovery-image] Oct 21 22:12:07.749 INFO O| Oct 21 22:12:07.749 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-10-21T22:12:09.035Z[ recovery-image] Oct 21 22:12:07.762 INFO O| Oct 21 22:12:07.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67832024-10-21T22:12:09.037Z[ recovery-image] Oct 21 22:12:07.762 INFO O| Oct 21 22:12:07.762 INFO STEP 879 (remove_files) COMPLETE
67842024-10-21T22:12:09.037Z[ recovery-image] Oct 21 22:12:07.762 INFO O| Oct 21 22:12:07.762 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-10-21T22:12:09.045Z[ recovery-image] Oct 21 22:12:07.772 INFO O| Oct 21 22:12:07.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67862024-10-21T22:12:09.048Z[ recovery-image] Oct 21 22:12:07.773 INFO O| Oct 21 22:12:07.773 INFO STEP 880 (remove_files) COMPLETE
67872024-10-21T22:12:09.048Z[ recovery-image] Oct 21 22:12:07.773 INFO O| Oct 21 22:12:07.773 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-10-21T22:12:09.056Z[ recovery-image] Oct 21 22:12:07.783 INFO O| Oct 21 22:12:07.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67892024-10-21T22:12:09.059Z[ recovery-image] Oct 21 22:12:07.783 INFO O| Oct 21 22:12:07.783 INFO STEP 881 (remove_files) COMPLETE
67902024-10-21T22:12:09.059Z[ recovery-image] Oct 21 22:12:07.783 INFO O| Oct 21 22:12:07.783 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-10-21T22:12:09.066Z[ recovery-image] Oct 21 22:12:07.793 INFO O| Oct 21 22:12:07.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67922024-10-21T22:12:09.068Z[ recovery-image] Oct 21 22:12:07.793 INFO O| Oct 21 22:12:07.793 INFO STEP 882 (remove_files) COMPLETE
67932024-10-21T22:12:09.068Z[ recovery-image] Oct 21 22:12:07.793 INFO O| Oct 21 22:12:07.793 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-10-21T22:12:09.075Z[ recovery-image] Oct 21 22:12:07.803 INFO O| Oct 21 22:12:07.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67952024-10-21T22:12:09.078Z[ recovery-image] Oct 21 22:12:07.803 INFO O| Oct 21 22:12:07.803 INFO STEP 883 (remove_files) COMPLETE
67962024-10-21T22:12:09.078Z[ recovery-image] Oct 21 22:12:07.803 INFO O| Oct 21 22:12:07.803 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-10-21T22:12:09.085Z[ recovery-image] Oct 21 22:12:07.813 INFO O| Oct 21 22:12:07.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67982024-10-21T22:12:09.088Z[ recovery-image] Oct 21 22:12:07.813 INFO O| Oct 21 22:12:07.813 INFO STEP 884 (remove_files) COMPLETE
67992024-10-21T22:12:09.088Z[ recovery-image] Oct 21 22:12:07.813 INFO O| Oct 21 22:12:07.813 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-10-21T22:12:09.098Z[ recovery-image] Oct 21 22:12:07.825 INFO O| Oct 21 22:12:07.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68012024-10-21T22:12:09.098Z[ recovery-image] Oct 21 22:12:07.825 INFO O| Oct 21 22:12:07.825 INFO STEP 885 (remove_files) COMPLETE
68022024-10-21T22:12:09.101Z[ recovery-image] Oct 21 22:12:07.825 INFO O| Oct 21 22:12:07.825 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-10-21T22:12:09.111Z[ recovery-image] Oct 21 22:12:07.838 INFO O| Oct 21 22:12:07.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68042024-10-21T22:12:09.111Z[ recovery-image] Oct 21 22:12:07.838 INFO O| Oct 21 22:12:07.838 INFO STEP 886 (remove_files) COMPLETE
68052024-10-21T22:12:09.111Z[ recovery-image] Oct 21 22:12:07.838 INFO O| Oct 21 22:12:07.838 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-10-21T22:12:09.123Z[ recovery-image] Oct 21 22:12:07.850 INFO O| Oct 21 22:12:07.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68072024-10-21T22:12:09.123Z[ recovery-image] Oct 21 22:12:07.850 INFO O| Oct 21 22:12:07.850 INFO STEP 887 (remove_files) COMPLETE
68082024-10-21T22:12:09.123Z[ recovery-image] Oct 21 22:12:07.850 INFO O| Oct 21 22:12:07.850 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-10-21T22:12:09.135Z[ recovery-image] Oct 21 22:12:07.862 INFO O| Oct 21 22:12:07.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68102024-10-21T22:12:09.135Z[ recovery-image] Oct 21 22:12:07.862 INFO O| Oct 21 22:12:07.862 INFO STEP 888 (remove_files) COMPLETE
68112024-10-21T22:12:09.138Z[ recovery-image] Oct 21 22:12:07.862 INFO O| Oct 21 22:12:07.862 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-10-21T22:12:09.147Z[ recovery-image] Oct 21 22:12:07.874 INFO O| Oct 21 22:12:07.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68132024-10-21T22:12:09.147Z[ recovery-image] Oct 21 22:12:07.874 INFO O| Oct 21 22:12:07.874 INFO STEP 889 (remove_files) COMPLETE
68142024-10-21T22:12:09.150Z[ recovery-image] Oct 21 22:12:07.874 INFO O| Oct 21 22:12:07.874 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-10-21T22:12:09.158Z[ recovery-image] Oct 21 22:12:07.885 INFO O| Oct 21 22:12:07.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68162024-10-21T22:12:09.158Z[ recovery-image] Oct 21 22:12:07.885 INFO O| Oct 21 22:12:07.885 INFO STEP 890 (remove_files) COMPLETE
68172024-10-21T22:12:09.158Z[ recovery-image] Oct 21 22:12:07.885 INFO O| Oct 21 22:12:07.885 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-10-21T22:12:09.171Z[ recovery-image] Oct 21 22:12:07.898 INFO O| Oct 21 22:12:07.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68192024-10-21T22:12:09.171Z[ recovery-image] Oct 21 22:12:07.898 INFO O| Oct 21 22:12:07.898 INFO STEP 891 (remove_files) COMPLETE
68202024-10-21T22:12:09.174Z[ recovery-image] Oct 21 22:12:07.898 INFO O| Oct 21 22:12:07.898 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-10-21T22:12:09.185Z[ recovery-image] Oct 21 22:12:07.912 INFO O| Oct 21 22:12:07.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68222024-10-21T22:12:09.185Z[ recovery-image] Oct 21 22:12:07.912 INFO O| Oct 21 22:12:07.912 INFO STEP 892 (remove_files) COMPLETE
68232024-10-21T22:12:09.185Z[ recovery-image] Oct 21 22:12:07.912 INFO O| Oct 21 22:12:07.912 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-10-21T22:12:09.197ZOct 21 22:12:07.924 INFO [verify-libraries] process exited with exit status: 0 (347.029752695s)
68252024-10-21T22:12:09.199Z[ recovery-image] Oct 21 22:12:07.925 INFO O| Oct 21 22:12:07.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68262024-10-21T22:12:09.199Z[ recovery-image] Oct 21 22:12:07.925 INFO O| Oct 21 22:12:07.925 INFO STEP 893 (remove_files) COMPLETE
68272024-10-21T22:12:09.199Z[ recovery-image] Oct 21 22:12:07.925 INFO O| Oct 21 22:12:07.925 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-10-21T22:12:09.209Z[ recovery-image] Oct 21 22:12:07.936 INFO O| Oct 21 22:12:07.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68292024-10-21T22:12:09.212Z[ recovery-image] Oct 21 22:12:07.936 INFO O| Oct 21 22:12:07.936 INFO STEP 894 (remove_files) COMPLETE
68302024-10-21T22:12:09.212Z[ recovery-image] Oct 21 22:12:07.936 INFO O| Oct 21 22:12:07.936 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-10-21T22:12:09.220Z[ recovery-image] Oct 21 22:12:07.947 INFO O| Oct 21 22:12:07.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68322024-10-21T22:12:09.220Z[ recovery-image] Oct 21 22:12:07.947 INFO O| Oct 21 22:12:07.947 INFO STEP 895 (remove_files) COMPLETE
68332024-10-21T22:12:09.220Z[ recovery-image] Oct 21 22:12:07.947 INFO O| Oct 21 22:12:07.947 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-10-21T22:12:09.230Z[ recovery-image] Oct 21 22:12:07.957 INFO O| Oct 21 22:12:07.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68352024-10-21T22:12:09.232Z[ recovery-image] Oct 21 22:12:07.957 INFO O| Oct 21 22:12:07.957 INFO STEP 896 (remove_files) COMPLETE
68362024-10-21T22:12:09.232Z[ recovery-image] Oct 21 22:12:07.957 INFO O| Oct 21 22:12:07.957 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-10-21T22:12:09.240Z[ recovery-image] Oct 21 22:12:07.967 INFO O| Oct 21 22:12:07.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68382024-10-21T22:12:09.240Z[ recovery-image] Oct 21 22:12:07.967 INFO O| Oct 21 22:12:07.967 INFO STEP 897 (remove_files) COMPLETE
68392024-10-21T22:12:09.240Z[ recovery-image] Oct 21 22:12:07.967 INFO O| Oct 21 22:12:07.967 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-10-21T22:12:09.252Z[ recovery-image] Oct 21 22:12:07.979 INFO O| Oct 21 22:12:07.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68412024-10-21T22:12:09.255Z[ recovery-image] Oct 21 22:12:07.979 INFO O| Oct 21 22:12:07.979 INFO STEP 898 (remove_files) COMPLETE
68422024-10-21T22:12:09.255Z[ recovery-image] Oct 21 22:12:07.979 INFO O| Oct 21 22:12:07.979 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-10-21T22:12:09.262Z[ recovery-image] Oct 21 22:12:07.989 INFO O| Oct 21 22:12:07.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68442024-10-21T22:12:09.264Z[ recovery-image] Oct 21 22:12:07.989 INFO O| Oct 21 22:12:07.989 INFO STEP 899 (remove_files) COMPLETE
68452024-10-21T22:12:09.264Z[ recovery-image] Oct 21 22:12:07.989 INFO O| Oct 21 22:12:07.989 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-10-21T22:12:09.272Z[ recovery-image] Oct 21 22:12:07.999 INFO O| Oct 21 22:12:07.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68472024-10-21T22:12:09.272Z[ recovery-image] Oct 21 22:12:07.999 INFO O| Oct 21 22:12:07.999 INFO STEP 900 (remove_files) COMPLETE
68482024-10-21T22:12:09.272Z[ recovery-image] Oct 21 22:12:07.999 INFO O| Oct 21 22:12:07.999 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-10-21T22:12:09.284Z[ recovery-image] Oct 21 22:12:08.011 INFO O| Oct 21 22:12:08.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68502024-10-21T22:12:09.284Z[ recovery-image] Oct 21 22:12:08.011 INFO O| Oct 21 22:12:08.011 INFO STEP 901 (remove_files) COMPLETE
68512024-10-21T22:12:09.284Z[ recovery-image] Oct 21 22:12:08.011 INFO O| Oct 21 22:12:08.011 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-10-21T22:12:09.294Z[ recovery-image] Oct 21 22:12:08.021 INFO O| Oct 21 22:12:08.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68532024-10-21T22:12:09.297Z[ recovery-image] Oct 21 22:12:08.021 INFO O| Oct 21 22:12:08.021 INFO STEP 902 (remove_files) COMPLETE
68542024-10-21T22:12:09.297Z[ recovery-image] Oct 21 22:12:08.021 INFO O| Oct 21 22:12:08.021 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-10-21T22:12:09.304Z[ recovery-image] Oct 21 22:12:08.031 INFO O| Oct 21 22:12:08.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68562024-10-21T22:12:09.304Z[ recovery-image] Oct 21 22:12:08.031 INFO O| Oct 21 22:12:08.031 INFO STEP 903 (remove_files) COMPLETE
68572024-10-21T22:12:09.304Z[ recovery-image] Oct 21 22:12:08.031 INFO O| Oct 21 22:12:08.031 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-10-21T22:12:09.314Z[ recovery-image] Oct 21 22:12:08.041 INFO O| Oct 21 22:12:08.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68592024-10-21T22:12:09.314Z[ recovery-image] Oct 21 22:12:08.041 INFO O| Oct 21 22:12:08.041 INFO STEP 904 (remove_files) COMPLETE
68602024-10-21T22:12:09.314Z[ recovery-image] Oct 21 22:12:08.041 INFO O| Oct 21 22:12:08.041 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-10-21T22:12:09.325Z[ recovery-image] Oct 21 22:12:08.052 INFO O| Oct 21 22:12:08.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68622024-10-21T22:12:09.325Z[ recovery-image] Oct 21 22:12:08.052 INFO O| Oct 21 22:12:08.052 INFO STEP 905 (remove_files) COMPLETE
68632024-10-21T22:12:09.325Z[ recovery-image] Oct 21 22:12:08.052 INFO O| Oct 21 22:12:08.052 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-10-21T22:12:09.334Z[ recovery-image] Oct 21 22:12:08.061 INFO O| Oct 21 22:12:08.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68652024-10-21T22:12:09.334Z[ recovery-image] Oct 21 22:12:08.062 INFO O| Oct 21 22:12:08.061 INFO STEP 906 (remove_files) COMPLETE
68662024-10-21T22:12:09.334Z[ recovery-image] Oct 21 22:12:08.062 INFO O| Oct 21 22:12:08.062 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-10-21T22:12:09.344Z[ recovery-image] Oct 21 22:12:08.071 INFO O| Oct 21 22:12:08.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68682024-10-21T22:12:09.344Z[ recovery-image] Oct 21 22:12:08.071 INFO O| Oct 21 22:12:08.071 INFO STEP 907 (remove_files) COMPLETE
68692024-10-21T22:12:09.344Z[ recovery-image] Oct 21 22:12:08.071 INFO O| Oct 21 22:12:08.071 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-10-21T22:12:09.354Z[ recovery-image] Oct 21 22:12:08.081 INFO O| Oct 21 22:12:08.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68712024-10-21T22:12:09.354Z[ recovery-image] Oct 21 22:12:08.081 INFO O| Oct 21 22:12:08.081 INFO STEP 908 (remove_files) COMPLETE
68722024-10-21T22:12:09.357Z[ recovery-image] Oct 21 22:12:08.081 INFO O| Oct 21 22:12:08.081 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-10-21T22:12:09.364Z[ recovery-image] Oct 21 22:12:08.091 INFO O| Oct 21 22:12:08.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68742024-10-21T22:12:09.364Z[ recovery-image] Oct 21 22:12:08.091 INFO O| Oct 21 22:12:08.091 INFO STEP 909 (remove_files) COMPLETE
68752024-10-21T22:12:09.364Z[ recovery-image] Oct 21 22:12:08.091 INFO O| Oct 21 22:12:08.091 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-10-21T22:12:09.374Z[ recovery-image] Oct 21 22:12:08.101 INFO O| Oct 21 22:12:08.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68772024-10-21T22:12:09.374Z[ recovery-image] Oct 21 22:12:08.101 INFO O| Oct 21 22:12:08.101 INFO STEP 910 (remove_files) COMPLETE
68782024-10-21T22:12:09.376Z[ recovery-image] Oct 21 22:12:08.101 INFO O| Oct 21 22:12:08.101 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-10-21T22:12:09.383Z[ recovery-image] Oct 21 22:12:08.111 INFO O| Oct 21 22:12:08.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68802024-10-21T22:12:09.384Z[ recovery-image] Oct 21 22:12:08.111 INFO O| Oct 21 22:12:08.111 INFO STEP 911 (remove_files) COMPLETE
68812024-10-21T22:12:09.386Z[ recovery-image] Oct 21 22:12:08.111 INFO O| Oct 21 22:12:08.111 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-10-21T22:12:09.393Z[ recovery-image] Oct 21 22:12:08.120 INFO O| Oct 21 22:12:08.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68832024-10-21T22:12:09.393Z[ recovery-image] Oct 21 22:12:08.120 INFO O| Oct 21 22:12:08.120 INFO STEP 912 (remove_files) COMPLETE
68842024-10-21T22:12:09.393Z[ recovery-image] Oct 21 22:12:08.120 INFO O| Oct 21 22:12:08.120 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-10-21T22:12:09.403Z[ recovery-image] Oct 21 22:12:08.130 INFO O| Oct 21 22:12:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68862024-10-21T22:12:09.403Z[ recovery-image] Oct 21 22:12:08.130 INFO O| Oct 21 22:12:08.130 INFO STEP 913 (remove_files) COMPLETE
68872024-10-21T22:12:09.405Z[ recovery-image] Oct 21 22:12:08.130 INFO O| Oct 21 22:12:08.130 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-10-21T22:12:09.413Z[ recovery-image] Oct 21 22:12:08.140 INFO O| Oct 21 22:12:08.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68892024-10-21T22:12:09.413Z[ recovery-image] Oct 21 22:12:08.140 INFO O| Oct 21 22:12:08.140 INFO STEP 914 (remove_files) COMPLETE
68902024-10-21T22:12:09.415Z[ recovery-image] Oct 21 22:12:08.140 INFO O| Oct 21 22:12:08.140 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-10-21T22:12:09.423Z[ recovery-image] Oct 21 22:12:08.150 INFO O| Oct 21 22:12:08.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68922024-10-21T22:12:09.423Z[ recovery-image] Oct 21 22:12:08.150 INFO O| Oct 21 22:12:08.150 INFO STEP 915 (remove_files) COMPLETE
68932024-10-21T22:12:09.426Z[ recovery-image] Oct 21 22:12:08.150 INFO O| Oct 21 22:12:08.150 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-10-21T22:12:09.432Z[ recovery-image] Oct 21 22:12:08.160 INFO O| Oct 21 22:12:08.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68952024-10-21T22:12:09.435Z[ recovery-image] Oct 21 22:12:08.160 INFO O| Oct 21 22:12:08.160 INFO STEP 916 (remove_files) COMPLETE
68962024-10-21T22:12:09.435Z[ recovery-image] Oct 21 22:12:08.160 INFO O| Oct 21 22:12:08.160 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-10-21T22:12:09.442Z[ recovery-image] Oct 21 22:12:08.169 INFO O| Oct 21 22:12:08.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68982024-10-21T22:12:09.442Z[ recovery-image] Oct 21 22:12:08.169 INFO O| Oct 21 22:12:08.169 INFO STEP 917 (remove_files) COMPLETE
68992024-10-21T22:12:09.445Z[ recovery-image] Oct 21 22:12:08.169 INFO O| Oct 21 22:12:08.169 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-10-21T22:12:09.452Z[ recovery-image] Oct 21 22:12:08.179 INFO O| Oct 21 22:12:08.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69012024-10-21T22:12:09.452Z[ recovery-image] Oct 21 22:12:08.179 INFO O| Oct 21 22:12:08.179 INFO STEP 918 (remove_files) COMPLETE
69022024-10-21T22:12:09.455Z[ recovery-image] Oct 21 22:12:08.179 INFO O| Oct 21 22:12:08.179 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-10-21T22:12:09.462Z[ recovery-image] Oct 21 22:12:08.189 INFO O| Oct 21 22:12:08.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69042024-10-21T22:12:09.465Z[ recovery-image] Oct 21 22:12:08.189 INFO O| Oct 21 22:12:08.189 INFO STEP 919 (remove_files) COMPLETE
69052024-10-21T22:12:09.465Z[ recovery-image] Oct 21 22:12:08.189 INFO O| Oct 21 22:12:08.189 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-10-21T22:12:09.471Z[ recovery-image] Oct 21 22:12:08.198 INFO O| Oct 21 22:12:08.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69072024-10-21T22:12:09.476Z[ recovery-image] Oct 21 22:12:08.199 INFO O| Oct 21 22:12:08.199 INFO STEP 920 (remove_files) COMPLETE
69082024-10-21T22:12:09.476Z[ recovery-image] Oct 21 22:12:08.199 INFO O| Oct 21 22:12:08.199 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-10-21T22:12:09.481Z[ recovery-image] Oct 21 22:12:08.208 INFO O| Oct 21 22:12:08.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69102024-10-21T22:12:09.481Z[ recovery-image] Oct 21 22:12:08.208 INFO O| Oct 21 22:12:08.208 INFO STEP 921 (remove_files) COMPLETE
69112024-10-21T22:12:09.483Z[ recovery-image] Oct 21 22:12:08.208 INFO O| Oct 21 22:12:08.208 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-10-21T22:12:09.491Z[ recovery-image] Oct 21 22:12:08.218 INFO O| Oct 21 22:12:08.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69132024-10-21T22:12:09.493Z[ recovery-image] Oct 21 22:12:08.218 INFO O| Oct 21 22:12:08.218 INFO STEP 922 (remove_files) COMPLETE
69142024-10-21T22:12:09.493Z[ recovery-image] Oct 21 22:12:08.218 INFO O| Oct 21 22:12:08.218 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-10-21T22:12:09.500Z[ recovery-image] Oct 21 22:12:08.227 INFO O| Oct 21 22:12:08.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69162024-10-21T22:12:09.503Z[ recovery-image] Oct 21 22:12:08.228 INFO O| Oct 21 22:12:08.227 INFO STEP 923 (remove_files) COMPLETE
69172024-10-21T22:12:09.503Z[ recovery-image] Oct 21 22:12:08.228 INFO O| Oct 21 22:12:08.227 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-10-21T22:12:09.510Z[ recovery-image] Oct 21 22:12:08.237 INFO O| Oct 21 22:12:08.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69192024-10-21T22:12:09.512Z[ recovery-image] Oct 21 22:12:08.237 INFO O| Oct 21 22:12:08.237 INFO STEP 924 (remove_files) COMPLETE
69202024-10-21T22:12:09.512Z[ recovery-image] Oct 21 22:12:08.237 INFO O| Oct 21 22:12:08.237 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-10-21T22:12:09.513Z[ host-image] Oct 21 22:12:08.237 INFO O| Oct 21 22:12:08.237 INFO O| Planning: Solver setup ... Done
69222024-10-21T22:12:09.515Z[ host-image] Oct 21 22:12:08.241 INFO O| Oct 21 22:12:08.241 INFO O| Planning: Running solver ... Done
69232024-10-21T22:12:09.520Z[ recovery-image] Oct 21 22:12:08.247 INFO O| Oct 21 22:12:08.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69242024-10-21T22:12:09.522Z[ recovery-image] Oct 21 22:12:08.247 INFO O| Oct 21 22:12:08.247 INFO STEP 925 (remove_files) COMPLETE
69252024-10-21T22:12:09.522Z[ recovery-image] Oct 21 22:12:08.247 INFO O| Oct 21 22:12:08.247 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-10-21T22:12:09.530Z[ recovery-image] Oct 21 22:12:08.257 INFO O| Oct 21 22:12:08.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69272024-10-21T22:12:09.530Z[ recovery-image] Oct 21 22:12:08.257 INFO O| Oct 21 22:12:08.257 INFO STEP 926 (remove_files) COMPLETE
69282024-10-21T22:12:09.533Z[ recovery-image] Oct 21 22:12:08.257 INFO O| Oct 21 22:12:08.257 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-10-21T22:12:09.540Z[ recovery-image] Oct 21 22:12:08.267 INFO O| Oct 21 22:12:08.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69302024-10-21T22:12:09.542Z[ recovery-image] Oct 21 22:12:08.267 INFO O| Oct 21 22:12:08.267 INFO STEP 927 (remove_files) COMPLETE
69312024-10-21T22:12:09.542Z[ recovery-image] Oct 21 22:12:08.267 INFO O| Oct 21 22:12:08.267 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-10-21T22:12:09.550Z[ recovery-image] Oct 21 22:12:08.277 INFO O| Oct 21 22:12:08.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69332024-10-21T22:12:09.550Z[ recovery-image] Oct 21 22:12:08.277 INFO O| Oct 21 22:12:08.277 INFO STEP 928 (remove_files) COMPLETE
69342024-10-21T22:12:09.552Z[ recovery-image] Oct 21 22:12:08.277 INFO O| Oct 21 22:12:08.277 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-10-21T22:12:09.560Z[ recovery-image] Oct 21 22:12:08.287 INFO O| Oct 21 22:12:08.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69362024-10-21T22:12:09.562Z[ recovery-image] Oct 21 22:12:08.287 INFO O| Oct 21 22:12:08.287 INFO STEP 929 (remove_files) COMPLETE
69372024-10-21T22:12:09.562Z[ recovery-image] Oct 21 22:12:08.287 INFO O| Oct 21 22:12:08.287 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-10-21T22:12:09.570Z[ host-image] Oct 21 22:12:08.295 INFO O| Oct 21 22:12:08.294 INFO O| Planning: Finding local manifests ... Done
69392024-10-21T22:12:09.570Z[ host-image] Oct 21 22:12:08.296 INFO O| Oct 21 22:12:08.296 INFO O| Planning: Fetching manifests: 0/6 0% complete
69402024-10-21T22:12:09.571Z[ recovery-image] Oct 21 22:12:08.297 INFO O| Oct 21 22:12:08.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69412024-10-21T22:12:09.571Z[ recovery-image] Oct 21 22:12:08.297 INFO O| Oct 21 22:12:08.297 INFO STEP 930 (remove_files) COMPLETE
69422024-10-21T22:12:09.571Z[ recovery-image] Oct 21 22:12:08.297 INFO O| Oct 21 22:12:08.297 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-10-21T22:12:09.581Z[ recovery-image] Oct 21 22:12:08.308 INFO O| Oct 21 22:12:08.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69442024-10-21T22:12:09.583Z[ recovery-image] Oct 21 22:12:08.308 INFO O| Oct 21 22:12:08.308 INFO STEP 931 (remove_files) COMPLETE
69452024-10-21T22:12:09.583Z[ recovery-image] Oct 21 22:12:08.308 INFO O| Oct 21 22:12:08.308 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-10-21T22:12:09.591Z[ recovery-image] Oct 21 22:12:08.319 INFO O| Oct 21 22:12:08.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69472024-10-21T22:12:09.592Z[ recovery-image] Oct 21 22:12:08.319 INFO O| Oct 21 22:12:08.319 INFO STEP 932 (remove_files) COMPLETE
69482024-10-21T22:12:09.594Z[ recovery-image] Oct 21 22:12:08.319 INFO O| Oct 21 22:12:08.319 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-10-21T22:12:09.602Z[ recovery-image] Oct 21 22:12:08.329 INFO O| Oct 21 22:12:08.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69502024-10-21T22:12:09.602Z[ recovery-image] Oct 21 22:12:08.329 INFO O| Oct 21 22:12:08.329 INFO STEP 933 (remove_files) COMPLETE
69512024-10-21T22:12:09.604Z[ recovery-image] Oct 21 22:12:08.329 INFO O| Oct 21 22:12:08.329 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-10-21T22:12:09.612Z[ recovery-image] Oct 21 22:12:08.339 INFO O| Oct 21 22:12:08.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69532024-10-21T22:12:09.612Z[ recovery-image] Oct 21 22:12:08.340 INFO O| Oct 21 22:12:08.340 INFO STEP 934 (remove_files) COMPLETE
69542024-10-21T22:12:09.612Z[ recovery-image] Oct 21 22:12:08.340 INFO O| Oct 21 22:12:08.340 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-10-21T22:12:09.622Z[ recovery-image] Oct 21 22:12:08.349 INFO O| Oct 21 22:12:08.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69562024-10-21T22:12:09.622Z[ recovery-image] Oct 21 22:12:08.350 INFO O| Oct 21 22:12:08.349 INFO STEP 935 (remove_files) COMPLETE
69572024-10-21T22:12:09.622Z[ recovery-image] Oct 21 22:12:08.350 INFO O| Oct 21 22:12:08.350 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-10-21T22:12:09.632Z[ recovery-image] Oct 21 22:12:08.359 INFO O| Oct 21 22:12:08.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69592024-10-21T22:12:09.632Z[ recovery-image] Oct 21 22:12:08.359 INFO O| Oct 21 22:12:08.359 INFO STEP 936 (remove_files) COMPLETE
69602024-10-21T22:12:09.635Z[ recovery-image] Oct 21 22:12:08.359 INFO O| Oct 21 22:12:08.359 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-10-21T22:12:09.642Z[ recovery-image] Oct 21 22:12:08.369 INFO O| Oct 21 22:12:08.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69622024-10-21T22:12:09.642Z[ recovery-image] Oct 21 22:12:08.369 INFO O| Oct 21 22:12:08.369 INFO STEP 937 (remove_files) COMPLETE
69632024-10-21T22:12:09.642Z[ recovery-image] Oct 21 22:12:08.369 INFO O| Oct 21 22:12:08.369 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-10-21T22:12:09.652Z[ recovery-image] Oct 21 22:12:08.379 INFO O| Oct 21 22:12:08.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69652024-10-21T22:12:09.652Z[ recovery-image] Oct 21 22:12:08.379 INFO O| Oct 21 22:12:08.379 INFO STEP 938 (remove_files) COMPLETE
69662024-10-21T22:12:09.655Z[ recovery-image] Oct 21 22:12:08.379 INFO O| Oct 21 22:12:08.379 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-10-21T22:12:09.662Z[ recovery-image] Oct 21 22:12:08.389 INFO O| Oct 21 22:12:08.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69682024-10-21T22:12:09.662Z[ recovery-image] Oct 21 22:12:08.389 INFO O| Oct 21 22:12:08.389 INFO STEP 939 (remove_files) COMPLETE
69692024-10-21T22:12:09.664Z[ recovery-image] Oct 21 22:12:08.389 INFO O| Oct 21 22:12:08.389 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-10-21T22:12:09.672Z[ recovery-image] Oct 21 22:12:08.399 INFO O| Oct 21 22:12:08.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69712024-10-21T22:12:09.674Z[ recovery-image] Oct 21 22:12:08.399 INFO O| Oct 21 22:12:08.399 INFO STEP 940 (remove_files) COMPLETE
69722024-10-21T22:12:09.674Z[ recovery-image] Oct 21 22:12:08.399 INFO O| Oct 21 22:12:08.399 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-10-21T22:12:09.681Z[ recovery-image] Oct 21 22:12:08.408 INFO O| Oct 21 22:12:08.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69742024-10-21T22:12:09.681Z[ recovery-image] Oct 21 22:12:08.409 INFO O| Oct 21 22:12:08.408 INFO STEP 941 (remove_files) COMPLETE
69752024-10-21T22:12:09.684Z[ recovery-image] Oct 21 22:12:08.409 INFO O| Oct 21 22:12:08.409 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-10-21T22:12:09.691Z[ recovery-image] Oct 21 22:12:08.418 INFO O| Oct 21 22:12:08.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69772024-10-21T22:12:09.694Z[ recovery-image] Oct 21 22:12:08.419 INFO O| Oct 21 22:12:08.418 INFO STEP 942 (remove_files) COMPLETE
69782024-10-21T22:12:09.694Z[ recovery-image] Oct 21 22:12:08.419 INFO O| Oct 21 22:12:08.419 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-10-21T22:12:09.701Z[ recovery-image] Oct 21 22:12:08.428 INFO O| Oct 21 22:12:08.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69802024-10-21T22:12:09.703Z[ recovery-image] Oct 21 22:12:08.428 INFO O| Oct 21 22:12:08.428 INFO STEP 943 (remove_files) COMPLETE
69812024-10-21T22:12:09.703Z[ recovery-image] Oct 21 22:12:08.428 INFO O| Oct 21 22:12:08.428 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-10-21T22:12:09.711Z[ recovery-image] Oct 21 22:12:08.438 INFO O| Oct 21 22:12:08.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69832024-10-21T22:12:09.711Z[ recovery-image] Oct 21 22:12:08.438 INFO O| Oct 21 22:12:08.438 INFO STEP 944 (remove_files) COMPLETE
69842024-10-21T22:12:09.711Z[ recovery-image] Oct 21 22:12:08.438 INFO O| Oct 21 22:12:08.438 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-10-21T22:12:09.720Z[ recovery-image] Oct 21 22:12:08.448 INFO O| Oct 21 22:12:08.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69862024-10-21T22:12:09.723Z[ recovery-image] Oct 21 22:12:08.448 INFO O| Oct 21 22:12:08.448 INFO STEP 945 (remove_files) COMPLETE
69872024-10-21T22:12:09.723Z[ recovery-image] Oct 21 22:12:08.448 INFO O| Oct 21 22:12:08.448 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-10-21T22:12:09.727Z[ host-image] Oct 21 22:12:08.454 INFO O| Oct 21 22:12:08.454 INFO O| Planning: Fetching manifests: 6/6 100% complete
69892024-10-21T22:12:09.730Z[ recovery-image] Oct 21 22:12:08.457 INFO O| Oct 21 22:12:08.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69902024-10-21T22:12:09.733Z[ recovery-image] Oct 21 22:12:08.457 INFO O| Oct 21 22:12:08.457 INFO STEP 946 (remove_files) COMPLETE
69912024-10-21T22:12:09.733Z[ recovery-image] Oct 21 22:12:08.457 INFO O| Oct 21 22:12:08.457 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-10-21T22:12:09.740Z[ recovery-image] Oct 21 22:12:08.467 INFO O| Oct 21 22:12:08.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69932024-10-21T22:12:09.740Z[ recovery-image] Oct 21 22:12:08.467 INFO O| Oct 21 22:12:08.467 INFO STEP 947 (remove_files) COMPLETE
69942024-10-21T22:12:09.740Z[ recovery-image] Oct 21 22:12:08.467 INFO O| Oct 21 22:12:08.467 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-10-21T22:12:09.749Z[ recovery-image] Oct 21 22:12:08.477 INFO O| Oct 21 22:12:08.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69962024-10-21T22:12:09.750Z[ recovery-image] Oct 21 22:12:08.477 INFO O| Oct 21 22:12:08.477 INFO STEP 948 (remove_files) COMPLETE
69972024-10-21T22:12:09.750Z[ recovery-image] Oct 21 22:12:08.477 INFO O| Oct 21 22:12:08.477 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-10-21T22:12:09.759Z[ host-image] Oct 21 22:12:08.486 INFO O| Oct 21 22:12:08.486 INFO O| Planning: Package planning ... Done
69992024-10-21T22:12:09.759Z[ recovery-image] Oct 21 22:12:08.486 INFO O| Oct 21 22:12:08.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70002024-10-21T22:12:09.759Z[ recovery-image] Oct 21 22:12:08.486 INFO O| Oct 21 22:12:08.486 INFO STEP 949 (remove_files) COMPLETE
70012024-10-21T22:12:09.762Z[ recovery-image] Oct 21 22:12:08.486 INFO O| Oct 21 22:12:08.486 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-10-21T22:12:09.769Z[ recovery-image] Oct 21 22:12:08.496 INFO O| Oct 21 22:12:08.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70032024-10-21T22:12:09.769Z[ recovery-image] Oct 21 22:12:08.496 INFO O| Oct 21 22:12:08.496 INFO STEP 950 (remove_files) COMPLETE
70042024-10-21T22:12:09.769Z[ recovery-image] Oct 21 22:12:08.496 INFO O| Oct 21 22:12:08.496 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-10-21T22:12:09.778Z[ host-image] Oct 21 22:12:08.505 INFO O| Oct 21 22:12:08.505 INFO O| Planning: Merging actions ... Done
70062024-10-21T22:12:09.781Z[ recovery-image] Oct 21 22:12:08.505 INFO O| Oct 21 22:12:08.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70072024-10-21T22:12:09.781Z[ recovery-image] Oct 21 22:12:08.505 INFO O| Oct 21 22:12:08.505 INFO STEP 951 (remove_files) COMPLETE
70082024-10-21T22:12:09.781Z[ recovery-image] Oct 21 22:12:08.506 INFO O| Oct 21 22:12:08.505 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-10-21T22:12:09.788Z[ recovery-image] Oct 21 22:12:08.515 INFO O| Oct 21 22:12:08.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70102024-10-21T22:12:09.788Z[ recovery-image] Oct 21 22:12:08.515 INFO O| Oct 21 22:12:08.515 INFO STEP 952 (remove_files) COMPLETE
70112024-10-21T22:12:09.788Z[ recovery-image] Oct 21 22:12:08.515 INFO O| Oct 21 22:12:08.515 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-10-21T22:12:09.798Z[ recovery-image] Oct 21 22:12:08.525 INFO O| Oct 21 22:12:08.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70132024-10-21T22:12:09.798Z[ recovery-image] Oct 21 22:12:08.525 INFO O| Oct 21 22:12:08.525 INFO STEP 953 (remove_files) COMPLETE
70142024-10-21T22:12:09.800Z[ recovery-image] Oct 21 22:12:08.525 INFO O| Oct 21 22:12:08.525 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-10-21T22:12:09.807Z[ recovery-image] Oct 21 22:12:08.534 INFO O| Oct 21 22:12:08.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70162024-10-21T22:12:09.810Z[ recovery-image] Oct 21 22:12:08.535 INFO O| Oct 21 22:12:08.534 INFO STEP 954 (remove_files) COMPLETE
70172024-10-21T22:12:09.810Z[ recovery-image] Oct 21 22:12:08.535 INFO O| Oct 21 22:12:08.535 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-10-21T22:12:09.817Z[ recovery-image] Oct 21 22:12:08.544 INFO O| Oct 21 22:12:08.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70192024-10-21T22:12:09.817Z[ recovery-image] Oct 21 22:12:08.544 INFO O| Oct 21 22:12:08.544 INFO STEP 955 (remove_files) COMPLETE
70202024-10-21T22:12:09.820Z[ recovery-image] Oct 21 22:12:08.544 INFO O| Oct 21 22:12:08.544 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-10-21T22:12:09.827Z[ recovery-image] Oct 21 22:12:08.554 INFO O| Oct 21 22:12:08.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70222024-10-21T22:12:09.827Z[ recovery-image] Oct 21 22:12:08.554 INFO O| Oct 21 22:12:08.554 INFO STEP 956 (remove_files) COMPLETE
70232024-10-21T22:12:09.829Z[ recovery-image] Oct 21 22:12:08.554 INFO O| Oct 21 22:12:08.554 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-10-21T22:12:09.837Z[ recovery-image] Oct 21 22:12:08.564 INFO O| Oct 21 22:12:08.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70252024-10-21T22:12:09.839Z[ recovery-image] Oct 21 22:12:08.564 INFO O| Oct 21 22:12:08.564 INFO STEP 957 (remove_files) COMPLETE
70262024-10-21T22:12:09.839Z[ recovery-image] Oct 21 22:12:08.564 INFO O| Oct 21 22:12:08.564 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-10-21T22:12:09.846Z[ recovery-image] Oct 21 22:12:08.573 INFO O| Oct 21 22:12:08.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70282024-10-21T22:12:09.849Z[ recovery-image] Oct 21 22:12:08.573 INFO O| Oct 21 22:12:08.573 INFO STEP 958 (remove_files) COMPLETE
70292024-10-21T22:12:09.849Z[ recovery-image] Oct 21 22:12:08.574 INFO O| Oct 21 22:12:08.573 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-10-21T22:12:09.851Z[ host-image] Oct 21 22:12:08.577 INFO O| Oct 21 22:12:08.577 INFO O| Planning: Checking for conflicting actions ... Done
70312024-10-21T22:12:09.854Z[ host-image] Oct 21 22:12:08.581 INFO O| Oct 21 22:12:08.580 INFO O| Planning: Consolidating action changes ... Done
70322024-10-21T22:12:09.856Z[ recovery-image] Oct 21 22:12:08.583 INFO O| Oct 21 22:12:08.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70332024-10-21T22:12:09.856Z[ recovery-image] Oct 21 22:12:08.583 INFO O| Oct 21 22:12:08.583 INFO STEP 959 (remove_files) COMPLETE
70342024-10-21T22:12:09.856Z[ recovery-image] Oct 21 22:12:08.583 INFO O| Oct 21 22:12:08.583 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-10-21T22:12:09.865Z[ recovery-image] Oct 21 22:12:08.593 INFO O| Oct 21 22:12:08.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70362024-10-21T22:12:09.868Z[ recovery-image] Oct 21 22:12:08.593 INFO O| Oct 21 22:12:08.593 INFO STEP 960 (remove_files) COMPLETE
70372024-10-21T22:12:09.868Z[ recovery-image] Oct 21 22:12:08.593 INFO O| Oct 21 22:12:08.593 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-10-21T22:12:09.875Z[ recovery-image] Oct 21 22:12:08.602 INFO O| Oct 21 22:12:08.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70392024-10-21T22:12:09.875Z[ recovery-image] Oct 21 22:12:08.602 INFO O| Oct 21 22:12:08.602 INFO STEP 961 (remove_files) COMPLETE
70402024-10-21T22:12:09.878Z[ recovery-image] Oct 21 22:12:08.602 INFO O| Oct 21 22:12:08.602 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-10-21T22:12:09.885Z[ recovery-image] Oct 21 22:12:08.612 INFO O| Oct 21 22:12:08.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70422024-10-21T22:12:09.885Z[ recovery-image] Oct 21 22:12:08.612 INFO O| Oct 21 22:12:08.612 INFO STEP 962 (remove_files) COMPLETE
70432024-10-21T22:12:09.887Z[ recovery-image] Oct 21 22:12:08.612 INFO O| Oct 21 22:12:08.612 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-10-21T22:12:09.894Z[ recovery-image] Oct 21 22:12:08.622 INFO O| Oct 21 22:12:08.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70452024-10-21T22:12:09.894Z[ recovery-image] Oct 21 22:12:08.622 INFO O| Oct 21 22:12:08.622 INFO STEP 963 (remove_files) COMPLETE
70462024-10-21T22:12:09.897Z[ recovery-image] Oct 21 22:12:08.622 INFO O| Oct 21 22:12:08.622 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-10-21T22:12:09.905Z[ recovery-image] Oct 21 22:12:08.632 INFO O| Oct 21 22:12:08.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70482024-10-21T22:12:09.907Z[ recovery-image] Oct 21 22:12:08.632 INFO O| Oct 21 22:12:08.632 INFO STEP 964 (remove_files) COMPLETE
70492024-10-21T22:12:09.907Z[ recovery-image] Oct 21 22:12:08.632 INFO O| Oct 21 22:12:08.632 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-10-21T22:12:09.914Z[ recovery-image] Oct 21 22:12:08.642 INFO O| Oct 21 22:12:08.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70512024-10-21T22:12:09.917Z[ recovery-image] Oct 21 22:12:08.642 INFO O| Oct 21 22:12:08.642 INFO STEP 965 (remove_files) COMPLETE
70522024-10-21T22:12:09.917Z[ recovery-image] Oct 21 22:12:08.642 INFO O| Oct 21 22:12:08.642 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-10-21T22:12:09.924Z[ recovery-image] Oct 21 22:12:08.651 INFO O| Oct 21 22:12:08.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70542024-10-21T22:12:09.924Z[ recovery-image] Oct 21 22:12:08.652 INFO O| Oct 21 22:12:08.651 INFO STEP 966 (remove_files) COMPLETE
70552024-10-21T22:12:09.927Z[ recovery-image] Oct 21 22:12:08.652 INFO O| Oct 21 22:12:08.651 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-10-21T22:12:09.934Z[ recovery-image] Oct 21 22:12:08.661 INFO O| Oct 21 22:12:08.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70572024-10-21T22:12:09.934Z[ recovery-image] Oct 21 22:12:08.661 INFO O| Oct 21 22:12:08.661 INFO STEP 967 (remove_files) COMPLETE
70582024-10-21T22:12:09.936Z[ recovery-image] Oct 21 22:12:08.661 INFO O| Oct 21 22:12:08.661 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-10-21T22:12:09.944Z[ recovery-image] Oct 21 22:12:08.671 INFO O| Oct 21 22:12:08.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70602024-10-21T22:12:09.944Z[ recovery-image] Oct 21 22:12:08.671 INFO O| Oct 21 22:12:08.671 INFO STEP 968 (remove_files) COMPLETE
70612024-10-21T22:12:09.944Z[ recovery-image] Oct 21 22:12:08.671 INFO O| Oct 21 22:12:08.671 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-10-21T22:12:09.953Z[ recovery-image] Oct 21 22:12:08.680 INFO O| Oct 21 22:12:08.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70632024-10-21T22:12:09.953Z[ recovery-image] Oct 21 22:12:08.680 INFO O| Oct 21 22:12:08.680 INFO STEP 969 (remove_files) COMPLETE
70642024-10-21T22:12:09.953Z[ recovery-image] Oct 21 22:12:08.681 INFO O| Oct 21 22:12:08.680 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-10-21T22:12:09.963Z[ recovery-image] Oct 21 22:12:08.690 INFO O| Oct 21 22:12:08.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70662024-10-21T22:12:09.965Z[ recovery-image] Oct 21 22:12:08.690 INFO O| Oct 21 22:12:08.690 INFO STEP 970 (remove_files) COMPLETE
70672024-10-21T22:12:09.965Z[ recovery-image] Oct 21 22:12:08.690 INFO O| Oct 21 22:12:08.690 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-10-21T22:12:09.973Z[ recovery-image] Oct 21 22:12:08.700 INFO O| Oct 21 22:12:08.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70692024-10-21T22:12:09.975Z[ recovery-image] Oct 21 22:12:08.700 INFO O| Oct 21 22:12:08.700 INFO STEP 971 (remove_files) COMPLETE
70702024-10-21T22:12:09.975Z[ recovery-image] Oct 21 22:12:08.700 INFO O| Oct 21 22:12:08.700 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-10-21T22:12:09.982Z[ recovery-image] Oct 21 22:12:08.710 INFO O| Oct 21 22:12:08.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70722024-10-21T22:12:09.985Z[ recovery-image] Oct 21 22:12:08.710 INFO O| Oct 21 22:12:08.710 INFO STEP 972 (remove_files) COMPLETE
70732024-10-21T22:12:09.985Z[ recovery-image] Oct 21 22:12:08.710 INFO O| Oct 21 22:12:08.710 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-10-21T22:12:09.992Z[ recovery-image] Oct 21 22:12:08.719 INFO O| Oct 21 22:12:08.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70752024-10-21T22:12:09.995Z[ recovery-image] Oct 21 22:12:08.720 INFO O| Oct 21 22:12:08.720 INFO STEP 973 (remove_files) COMPLETE
70762024-10-21T22:12:09.995Z[ recovery-image] Oct 21 22:12:08.720 INFO O| Oct 21 22:12:08.720 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-10-21T22:12:10.002Z[ recovery-image] Oct 21 22:12:08.729 INFO O| Oct 21 22:12:08.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70782024-10-21T22:12:10.002Z[ recovery-image] Oct 21 22:12:08.729 INFO O| Oct 21 22:12:08.729 INFO STEP 974 (remove_files) COMPLETE
70792024-10-21T22:12:10.005Z[ recovery-image] Oct 21 22:12:08.729 INFO O| Oct 21 22:12:08.729 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-10-21T22:12:10.012Z[ recovery-image] Oct 21 22:12:08.739 INFO O| Oct 21 22:12:08.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70812024-10-21T22:12:10.012Z[ recovery-image] Oct 21 22:12:08.739 INFO O| Oct 21 22:12:08.739 INFO STEP 975 (remove_files) COMPLETE
70822024-10-21T22:12:10.014Z[ recovery-image] Oct 21 22:12:08.739 INFO O| Oct 21 22:12:08.739 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-10-21T22:12:10.021Z[ recovery-image] Oct 21 22:12:08.749 INFO O| Oct 21 22:12:08.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70842024-10-21T22:12:10.022Z[ recovery-image] Oct 21 22:12:08.749 INFO O| Oct 21 22:12:08.749 INFO STEP 976 (remove_files) COMPLETE
70852024-10-21T22:12:10.024Z[ recovery-image] Oct 21 22:12:08.749 INFO O| Oct 21 22:12:08.749 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-10-21T22:12:10.029Z[ host-image] Oct 21 22:12:08.756 INFO O| Oct 21 22:12:08.756 INFO O| Planning: Evaluating mediators ... Done
70872024-10-21T22:12:10.031Z[ recovery-image] Oct 21 22:12:08.758 INFO O| Oct 21 22:12:08.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70882024-10-21T22:12:10.031Z[ recovery-image] Oct 21 22:12:08.759 INFO O| Oct 21 22:12:08.758 INFO STEP 977 (remove_files) COMPLETE
70892024-10-21T22:12:10.032Z[ recovery-image] Oct 21 22:12:08.759 INFO O| Oct 21 22:12:08.759 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-21T22:12:10.034Z[ host-image] Oct 21 22:12:08.760 INFO O| Oct 21 22:12:08.759 INFO O| Planning: Planning completed in 2.45 seconds
70912024-10-21T22:12:10.034Z[ host-image] Oct 21 22:12:08.761 INFO O| Oct 21 22:12:08.761 INFO O| Packages to install: 6
70922024-10-21T22:12:10.034Z[ host-image] Oct 21 22:12:08.761 INFO O| Oct 21 22:12:08.761 INFO O| Mediators to change: 1
70932024-10-21T22:12:10.034Z[ host-image] Oct 21 22:12:08.761 INFO O| Oct 21 22:12:08.761 INFO O| Services to change: 1
70942024-10-21T22:12:10.041Z[ recovery-image] Oct 21 22:12:08.768 INFO O| Oct 21 22:12:08.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70952024-10-21T22:12:10.043Z[ recovery-image] Oct 21 22:12:08.768 INFO O| Oct 21 22:12:08.768 INFO STEP 978 (remove_files) COMPLETE
70962024-10-21T22:12:10.043Z[ recovery-image] Oct 21 22:12:08.768 INFO O| Oct 21 22:12:08.768 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-10-21T22:12:10.047Z[ host-image] Oct 21 22:12:08.774 INFO O| Oct 21 22:12:08.774 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
70982024-10-21T22:12:10.051Z[ recovery-image] Oct 21 22:12:08.778 INFO O| Oct 21 22:12:08.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70992024-10-21T22:12:10.051Z[ recovery-image] Oct 21 22:12:08.778 INFO O| Oct 21 22:12:08.778 INFO STEP 979 (remove_files) COMPLETE
71002024-10-21T22:12:10.053Z[ recovery-image] Oct 21 22:12:08.778 INFO O| Oct 21 22:12:08.778 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-10-21T22:12:10.060Z[ recovery-image] Oct 21 22:12:08.787 INFO O| Oct 21 22:12:08.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71022024-10-21T22:12:10.063Z[ recovery-image] Oct 21 22:12:08.787 INFO O| Oct 21 22:12:08.787 INFO STEP 980 (remove_files) COMPLETE
71032024-10-21T22:12:10.063Z[ recovery-image] Oct 21 22:12:08.788 INFO O| Oct 21 22:12:08.787 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-10-21T22:12:10.070Z[ recovery-image] Oct 21 22:12:08.797 INFO O| Oct 21 22:12:08.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71052024-10-21T22:12:10.073Z[ recovery-image] Oct 21 22:12:08.797 INFO O| Oct 21 22:12:08.797 INFO STEP 981 (remove_files) COMPLETE
71062024-10-21T22:12:10.073Z[ recovery-image] Oct 21 22:12:08.797 INFO O| Oct 21 22:12:08.797 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-10-21T22:12:10.080Z[ recovery-image] Oct 21 22:12:08.807 INFO O| Oct 21 22:12:08.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71082024-10-21T22:12:10.080Z[ recovery-image] Oct 21 22:12:08.807 INFO O| Oct 21 22:12:08.807 INFO STEP 982 (remove_files) COMPLETE
71092024-10-21T22:12:10.080Z[ recovery-image] Oct 21 22:12:08.807 INFO O| Oct 21 22:12:08.807 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-10-21T22:12:10.090Z[ recovery-image] Oct 21 22:12:08.817 INFO O| Oct 21 22:12:08.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71112024-10-21T22:12:10.090Z[ recovery-image] Oct 21 22:12:08.817 INFO O| Oct 21 22:12:08.817 INFO STEP 983 (remove_files) COMPLETE
71122024-10-21T22:12:10.090Z[ recovery-image] Oct 21 22:12:08.817 INFO O| Oct 21 22:12:08.817 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-10-21T22:12:10.099Z[ recovery-image] Oct 21 22:12:08.826 INFO O| Oct 21 22:12:08.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71142024-10-21T22:12:10.099Z[ recovery-image] Oct 21 22:12:08.826 INFO O| Oct 21 22:12:08.826 INFO STEP 984 (remove_files) COMPLETE
71152024-10-21T22:12:10.099Z[ recovery-image] Oct 21 22:12:08.826 INFO O| Oct 21 22:12:08.826 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-10-21T22:12:10.109Z[ recovery-image] Oct 21 22:12:08.836 INFO O| Oct 21 22:12:08.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71172024-10-21T22:12:10.109Z[ recovery-image] Oct 21 22:12:08.836 INFO O| Oct 21 22:12:08.836 INFO STEP 985 (remove_files) COMPLETE
71182024-10-21T22:12:10.111Z[ recovery-image] Oct 21 22:12:08.836 INFO O| Oct 21 22:12:08.836 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-10-21T22:12:10.118Z[ recovery-image] Oct 21 22:12:08.845 INFO O| Oct 21 22:12:08.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71202024-10-21T22:12:10.118Z[ recovery-image] Oct 21 22:12:08.845 INFO O| Oct 21 22:12:08.845 INFO STEP 986 (remove_files) COMPLETE
71212024-10-21T22:12:10.121Z[ recovery-image] Oct 21 22:12:08.845 INFO O| Oct 21 22:12:08.845 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-10-21T22:12:10.128Z[ recovery-image] Oct 21 22:12:08.855 INFO O| Oct 21 22:12:08.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71232024-10-21T22:12:10.128Z[ recovery-image] Oct 21 22:12:08.855 INFO O| Oct 21 22:12:08.855 INFO STEP 987 (remove_files) COMPLETE
71242024-10-21T22:12:10.131Z[ recovery-image] Oct 21 22:12:08.855 INFO O| Oct 21 22:12:08.855 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-10-21T22:12:10.138Z[ recovery-image] Oct 21 22:12:08.865 INFO O| Oct 21 22:12:08.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71262024-10-21T22:12:10.138Z[ recovery-image] Oct 21 22:12:08.865 INFO O| Oct 21 22:12:08.865 INFO STEP 988 (remove_files) COMPLETE
71272024-10-21T22:12:10.141Z[ recovery-image] Oct 21 22:12:08.865 INFO O| Oct 21 22:12:08.865 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-10-21T22:12:10.148Z[ recovery-image] Oct 21 22:12:08.875 INFO O| Oct 21 22:12:08.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71292024-10-21T22:12:10.150Z[ recovery-image] Oct 21 22:12:08.875 INFO O| Oct 21 22:12:08.875 INFO STEP 989 (remove_files) COMPLETE
71302024-10-21T22:12:10.150Z[ recovery-image] Oct 21 22:12:08.875 INFO O| Oct 21 22:12:08.875 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-10-21T22:12:10.158Z[ recovery-image] Oct 21 22:12:08.885 INFO O| Oct 21 22:12:08.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71322024-10-21T22:12:10.158Z[ recovery-image] Oct 21 22:12:08.885 INFO O| Oct 21 22:12:08.885 INFO STEP 990 (remove_files) COMPLETE
71332024-10-21T22:12:10.158Z[ recovery-image] Oct 21 22:12:08.885 INFO O| Oct 21 22:12:08.885 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-10-21T22:12:10.167Z[ recovery-image] Oct 21 22:12:08.895 INFO O| Oct 21 22:12:08.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71352024-10-21T22:12:10.167Z[ recovery-image] Oct 21 22:12:08.895 INFO O| Oct 21 22:12:08.895 INFO STEP 991 (remove_files) COMPLETE
71362024-10-21T22:12:10.170Z[ recovery-image] Oct 21 22:12:08.895 INFO O| Oct 21 22:12:08.895 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-10-21T22:12:10.177Z[ recovery-image] Oct 21 22:12:08.904 INFO O| Oct 21 22:12:08.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71382024-10-21T22:12:10.177Z[ recovery-image] Oct 21 22:12:08.904 INFO O| Oct 21 22:12:08.904 INFO STEP 992 (remove_files) COMPLETE
71392024-10-21T22:12:10.180Z[ recovery-image] Oct 21 22:12:08.904 INFO O| Oct 21 22:12:08.904 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-10-21T22:12:10.187Z[ recovery-image] Oct 21 22:12:08.914 INFO O| Oct 21 22:12:08.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71412024-10-21T22:12:10.187Z[ recovery-image] Oct 21 22:12:08.914 INFO O| Oct 21 22:12:08.914 INFO STEP 993 (remove_files) COMPLETE
71422024-10-21T22:12:10.190Z[ recovery-image] Oct 21 22:12:08.914 INFO O| Oct 21 22:12:08.914 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-10-21T22:12:10.197Z[ recovery-image] Oct 21 22:12:08.924 INFO O| Oct 21 22:12:08.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71442024-10-21T22:12:10.200Z[ recovery-image] Oct 21 22:12:08.924 INFO O| Oct 21 22:12:08.924 INFO STEP 994 (remove_files) COMPLETE
71452024-10-21T22:12:10.200Z[ recovery-image] Oct 21 22:12:08.924 INFO O| Oct 21 22:12:08.924 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-10-21T22:12:10.207Z[ recovery-image] Oct 21 22:12:08.934 INFO O| Oct 21 22:12:08.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71472024-10-21T22:12:10.210Z[ recovery-image] Oct 21 22:12:08.934 INFO O| Oct 21 22:12:08.934 INFO STEP 995 (remove_files) COMPLETE
71482024-10-21T22:12:10.210Z[ recovery-image] Oct 21 22:12:08.934 INFO O| Oct 21 22:12:08.934 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-10-21T22:12:10.216Z[ recovery-image] Oct 21 22:12:08.944 INFO O| Oct 21 22:12:08.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71502024-10-21T22:12:10.216Z[ recovery-image] Oct 21 22:12:08.944 INFO O| Oct 21 22:12:08.944 INFO STEP 996 (remove_files) COMPLETE
71512024-10-21T22:12:10.219Z[ recovery-image] Oct 21 22:12:08.944 INFO O| Oct 21 22:12:08.944 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-10-21T22:12:10.226Z[ recovery-image] Oct 21 22:12:08.953 INFO O| Oct 21 22:12:08.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71532024-10-21T22:12:10.226Z[ recovery-image] Oct 21 22:12:08.953 INFO O| Oct 21 22:12:08.953 INFO STEP 997 (remove_files) COMPLETE
71542024-10-21T22:12:10.229Z[ recovery-image] Oct 21 22:12:08.953 INFO O| Oct 21 22:12:08.953 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-10-21T22:12:10.236Z[ recovery-image] Oct 21 22:12:08.963 INFO O| Oct 21 22:12:08.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71562024-10-21T22:12:10.236Z[ recovery-image] Oct 21 22:12:08.963 INFO O| Oct 21 22:12:08.963 INFO STEP 998 (remove_files) COMPLETE
71572024-10-21T22:12:10.236Z[ recovery-image] Oct 21 22:12:08.963 INFO O| Oct 21 22:12:08.963 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-10-21T22:12:10.246Z[ recovery-image] Oct 21 22:12:08.973 INFO O| Oct 21 22:12:08.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71592024-10-21T22:12:10.246Z[ recovery-image] Oct 21 22:12:08.973 INFO O| Oct 21 22:12:08.973 INFO STEP 999 (remove_files) COMPLETE
71602024-10-21T22:12:10.246Z[ recovery-image] Oct 21 22:12:08.973 INFO O| Oct 21 22:12:08.973 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-10-21T22:12:10.255Z[ recovery-image] Oct 21 22:12:08.982 INFO O| Oct 21 22:12:08.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71622024-10-21T22:12:10.255Z[ recovery-image] Oct 21 22:12:08.982 INFO O| Oct 21 22:12:08.982 INFO STEP 1000 (remove_files) COMPLETE
71632024-10-21T22:12:10.258Z[ recovery-image] Oct 21 22:12:08.982 INFO O| Oct 21 22:12:08.982 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-10-21T22:12:10.265Z[ recovery-image] Oct 21 22:12:08.992 INFO O| Oct 21 22:12:08.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71652024-10-21T22:12:10.265Z[ recovery-image] Oct 21 22:12:08.992 INFO O| Oct 21 22:12:08.992 INFO STEP 1001 (remove_files) COMPLETE
71662024-10-21T22:12:10.268Z[ recovery-image] Oct 21 22:12:08.992 INFO O| Oct 21 22:12:08.992 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-10-21T22:12:10.275Z[ recovery-image] Oct 21 22:12:09.002 INFO O| Oct 21 22:12:09.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71682024-10-21T22:12:10.275Z[ recovery-image] Oct 21 22:12:09.002 INFO O| Oct 21 22:12:09.002 INFO STEP 1002 (remove_files) COMPLETE
71692024-10-21T22:12:10.275Z[ recovery-image] Oct 21 22:12:09.002 INFO O| Oct 21 22:12:09.002 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-10-21T22:12:10.286Z[ recovery-image] Oct 21 22:12:09.013 INFO O| Oct 21 22:12:09.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71712024-10-21T22:12:10.286Z[ recovery-image] Oct 21 22:12:09.013 INFO O| Oct 21 22:12:09.013 INFO STEP 1003 (remove_files) COMPLETE
71722024-10-21T22:12:10.286Z[ recovery-image] Oct 21 22:12:09.013 INFO O| Oct 21 22:12:09.013 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-10-21T22:12:10.296Z[ recovery-image] Oct 21 22:12:09.023 INFO O| Oct 21 22:12:09.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71742024-10-21T22:12:10.296Z[ recovery-image] Oct 21 22:12:09.023 INFO O| Oct 21 22:12:09.023 INFO STEP 1004 (remove_files) COMPLETE
71752024-10-21T22:12:10.298Z[ recovery-image] Oct 21 22:12:09.023 INFO O| Oct 21 22:12:09.023 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-10-21T22:12:10.305Z[ recovery-image] Oct 21 22:12:09.032 INFO O| Oct 21 22:12:09.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71772024-10-21T22:12:10.308Z[ recovery-image] Oct 21 22:12:09.033 INFO O| Oct 21 22:12:09.032 INFO STEP 1005 (remove_files) COMPLETE
71782024-10-21T22:12:10.308Z[ recovery-image] Oct 21 22:12:09.033 INFO O| Oct 21 22:12:09.032 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-10-21T22:12:10.315Z[ recovery-image] Oct 21 22:12:09.042 INFO O| Oct 21 22:12:09.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71802024-10-21T22:12:10.318Z[ recovery-image] Oct 21 22:12:09.042 INFO O| Oct 21 22:12:09.042 INFO STEP 1006 (remove_files) COMPLETE
71812024-10-21T22:12:10.318Z[ recovery-image] Oct 21 22:12:09.042 INFO O| Oct 21 22:12:09.042 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-10-21T22:12:10.325Z[ recovery-image] Oct 21 22:12:09.052 INFO O| Oct 21 22:12:09.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71832024-10-21T22:12:10.328Z[ recovery-image] Oct 21 22:12:09.052 INFO O| Oct 21 22:12:09.052 INFO STEP 1007 (remove_files) COMPLETE
71842024-10-21T22:12:10.328Z[ recovery-image] Oct 21 22:12:09.052 INFO O| Oct 21 22:12:09.052 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-10-21T22:12:10.335Z[ recovery-image] Oct 21 22:12:09.062 INFO O| Oct 21 22:12:09.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71862024-10-21T22:12:10.335Z[ recovery-image] Oct 21 22:12:09.062 INFO O| Oct 21 22:12:09.062 INFO STEP 1008 (remove_files) COMPLETE
71872024-10-21T22:12:10.338Z[ recovery-image] Oct 21 22:12:09.062 INFO O| Oct 21 22:12:09.062 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-10-21T22:12:10.345Z[ recovery-image] Oct 21 22:12:09.072 INFO O| Oct 21 22:12:09.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71892024-10-21T22:12:10.347Z[ recovery-image] Oct 21 22:12:09.072 INFO O| Oct 21 22:12:09.072 INFO STEP 1009 (remove_files) COMPLETE
71902024-10-21T22:12:10.347Z[ recovery-image] Oct 21 22:12:09.072 INFO O| Oct 21 22:12:09.072 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-10-21T22:12:10.354Z[ recovery-image] Oct 21 22:12:09.081 INFO O| Oct 21 22:12:09.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71922024-10-21T22:12:10.357Z[ recovery-image] Oct 21 22:12:09.081 INFO O| Oct 21 22:12:09.081 INFO STEP 1010 (remove_files) COMPLETE
71932024-10-21T22:12:10.357Z[ recovery-image] Oct 21 22:12:09.081 INFO O| Oct 21 22:12:09.081 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-10-21T22:12:10.364Z[ recovery-image] Oct 21 22:12:09.091 INFO O| Oct 21 22:12:09.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71952024-10-21T22:12:10.367Z[ recovery-image] Oct 21 22:12:09.091 INFO O| Oct 21 22:12:09.091 INFO STEP 1011 (remove_files) COMPLETE
71962024-10-21T22:12:10.367Z[ recovery-image] Oct 21 22:12:09.091 INFO O| Oct 21 22:12:09.091 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-10-21T22:12:10.373Z[ recovery-image] Oct 21 22:12:09.100 INFO O| Oct 21 22:12:09.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71982024-10-21T22:12:10.373Z[ recovery-image] Oct 21 22:12:09.100 INFO O| Oct 21 22:12:09.100 INFO STEP 1012 (remove_files) COMPLETE
71992024-10-21T22:12:10.376Z[ recovery-image] Oct 21 22:12:09.100 INFO O| Oct 21 22:12:09.100 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-10-21T22:12:10.382Z[ recovery-image] Oct 21 22:12:09.110 INFO O| Oct 21 22:12:09.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72012024-10-21T22:12:10.385Z[ recovery-image] Oct 21 22:12:09.110 INFO O| Oct 21 22:12:09.110 INFO STEP 1013 (remove_files) COMPLETE
72022024-10-21T22:12:10.385Z[ recovery-image] Oct 21 22:12:09.110 INFO O| Oct 21 22:12:09.110 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-10-21T22:12:10.392Z[ recovery-image] Oct 21 22:12:09.119 INFO O| Oct 21 22:12:09.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72042024-10-21T22:12:10.395Z[ recovery-image] Oct 21 22:12:09.119 INFO O| Oct 21 22:12:09.119 INFO STEP 1014 (remove_files) COMPLETE
72052024-10-21T22:12:10.395Z[ recovery-image] Oct 21 22:12:09.119 INFO O| Oct 21 22:12:09.119 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-10-21T22:12:10.402Z[ recovery-image] Oct 21 22:12:09.129 INFO O| Oct 21 22:12:09.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72072024-10-21T22:12:10.402Z[ recovery-image] Oct 21 22:12:09.129 INFO O| Oct 21 22:12:09.129 INFO STEP 1015 (remove_files) COMPLETE
72082024-10-21T22:12:10.405Z[ recovery-image] Oct 21 22:12:09.129 INFO O| Oct 21 22:12:09.129 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-10-21T22:12:10.411Z[ recovery-image] Oct 21 22:12:09.138 INFO O| Oct 21 22:12:09.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72102024-10-21T22:12:10.414Z[ recovery-image] Oct 21 22:12:09.139 INFO O| Oct 21 22:12:09.139 INFO STEP 1016 (remove_files) COMPLETE
72112024-10-21T22:12:10.414Z[ recovery-image] Oct 21 22:12:09.139 INFO O| Oct 21 22:12:09.139 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-10-21T22:12:10.422Z[ recovery-image] Oct 21 22:12:09.149 INFO O| Oct 21 22:12:09.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72132024-10-21T22:12:10.424Z[ recovery-image] Oct 21 22:12:09.149 INFO O| Oct 21 22:12:09.149 INFO STEP 1017 (remove_files) COMPLETE
72142024-10-21T22:12:10.424Z[ recovery-image] Oct 21 22:12:09.149 INFO O| Oct 21 22:12:09.149 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-10-21T22:12:10.432Z[ recovery-image] Oct 21 22:12:09.159 INFO O| Oct 21 22:12:09.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72162024-10-21T22:12:10.435Z[ recovery-image] Oct 21 22:12:09.159 INFO O| Oct 21 22:12:09.159 INFO STEP 1018 (remove_files) COMPLETE
72172024-10-21T22:12:10.435Z[ recovery-image] Oct 21 22:12:09.159 INFO O| Oct 21 22:12:09.159 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-10-21T22:12:10.442Z[ recovery-image] Oct 21 22:12:09.169 INFO O| Oct 21 22:12:09.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72192024-10-21T22:12:10.442Z[ recovery-image] Oct 21 22:12:09.169 INFO O| Oct 21 22:12:09.169 INFO STEP 1019 (remove_files) COMPLETE
72202024-10-21T22:12:10.442Z[ recovery-image] Oct 21 22:12:09.169 INFO O| Oct 21 22:12:09.169 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-10-21T22:12:10.451Z[ recovery-image] Oct 21 22:12:09.178 INFO O| Oct 21 22:12:09.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72222024-10-21T22:12:10.454Z[ recovery-image] Oct 21 22:12:09.179 INFO O| Oct 21 22:12:09.179 INFO STEP 1020 (remove_files) COMPLETE
72232024-10-21T22:12:10.454Z[ recovery-image] Oct 21 22:12:09.179 INFO O| Oct 21 22:12:09.179 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-10-21T22:12:10.461Z[ recovery-image] Oct 21 22:12:09.188 INFO O| Oct 21 22:12:09.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72252024-10-21T22:12:10.464Z[ recovery-image] Oct 21 22:12:09.188 INFO O| Oct 21 22:12:09.188 INFO STEP 1021 (remove_files) COMPLETE
72262024-10-21T22:12:10.464Z[ recovery-image] Oct 21 22:12:09.188 INFO O| Oct 21 22:12:09.188 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-10-21T22:12:10.470Z[ recovery-image] Oct 21 22:12:09.198 INFO O| Oct 21 22:12:09.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72282024-10-21T22:12:10.473Z[ recovery-image] Oct 21 22:12:09.198 INFO O| Oct 21 22:12:09.198 INFO STEP 1022 (remove_files) COMPLETE
72292024-10-21T22:12:10.474Z[ recovery-image] Oct 21 22:12:09.198 INFO O| Oct 21 22:12:09.198 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-10-21T22:12:10.481Z[ recovery-image] Oct 21 22:12:09.208 INFO O| Oct 21 22:12:09.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72312024-10-21T22:12:10.481Z[ recovery-image] Oct 21 22:12:09.208 INFO O| Oct 21 22:12:09.208 INFO STEP 1023 (remove_files) COMPLETE
72322024-10-21T22:12:10.481Z[ recovery-image] Oct 21 22:12:09.208 INFO O| Oct 21 22:12:09.208 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-10-21T22:12:10.490Z[ recovery-image] Oct 21 22:12:09.217 INFO O| Oct 21 22:12:09.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72342024-10-21T22:12:10.490Z[ recovery-image] Oct 21 22:12:09.217 INFO O| Oct 21 22:12:09.217 INFO STEP 1024 (remove_files) COMPLETE
72352024-10-21T22:12:10.493Z[ recovery-image] Oct 21 22:12:09.217 INFO O| Oct 21 22:12:09.217 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-10-21T22:12:10.500Z[ recovery-image] Oct 21 22:12:09.227 INFO O| Oct 21 22:12:09.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72372024-10-21T22:12:10.500Z[ recovery-image] Oct 21 22:12:09.227 INFO O| Oct 21 22:12:09.227 INFO STEP 1025 (remove_files) COMPLETE
72382024-10-21T22:12:10.503Z[ recovery-image] Oct 21 22:12:09.227 INFO O| Oct 21 22:12:09.227 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-10-21T22:12:10.510Z[ recovery-image] Oct 21 22:12:09.237 INFO O| Oct 21 22:12:09.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72402024-10-21T22:12:10.512Z[ recovery-image] Oct 21 22:12:09.237 INFO O| Oct 21 22:12:09.237 INFO STEP 1026 (remove_files) COMPLETE
72412024-10-21T22:12:10.512Z[ recovery-image] Oct 21 22:12:09.237 INFO O| Oct 21 22:12:09.237 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-10-21T22:12:10.519Z[ recovery-image] Oct 21 22:12:09.246 INFO O| Oct 21 22:12:09.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72432024-10-21T22:12:10.519Z[ recovery-image] Oct 21 22:12:09.246 INFO O| Oct 21 22:12:09.246 INFO STEP 1027 (remove_files) COMPLETE
72442024-10-21T22:12:10.522Z[ recovery-image] Oct 21 22:12:09.246 INFO O| Oct 21 22:12:09.246 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-10-21T22:12:10.529Z[ recovery-image] Oct 21 22:12:09.256 INFO O| Oct 21 22:12:09.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72462024-10-21T22:12:10.529Z[ recovery-image] Oct 21 22:12:09.256 INFO O| Oct 21 22:12:09.256 INFO STEP 1028 (remove_files) COMPLETE
72472024-10-21T22:12:10.529Z[ recovery-image] Oct 21 22:12:09.256 INFO O| Oct 21 22:12:09.256 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-10-21T22:12:10.538Z[ recovery-image] Oct 21 22:12:09.265 INFO O| Oct 21 22:12:09.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72492024-10-21T22:12:10.538Z[ recovery-image] Oct 21 22:12:09.265 INFO O| Oct 21 22:12:09.265 INFO STEP 1029 (remove_files) COMPLETE
72502024-10-21T22:12:10.538Z[ recovery-image] Oct 21 22:12:09.265 INFO O| Oct 21 22:12:09.265 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-10-21T22:12:10.548Z[ recovery-image] Oct 21 22:12:09.275 INFO O| Oct 21 22:12:09.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72522024-10-21T22:12:10.548Z[ recovery-image] Oct 21 22:12:09.275 INFO O| Oct 21 22:12:09.275 INFO STEP 1030 (remove_files) COMPLETE
72532024-10-21T22:12:10.548Z[ recovery-image] Oct 21 22:12:09.275 INFO O| Oct 21 22:12:09.275 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-10-21T22:12:10.557Z[ recovery-image] Oct 21 22:12:09.284 INFO O| Oct 21 22:12:09.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72552024-10-21T22:12:10.557Z[ recovery-image] Oct 21 22:12:09.284 INFO O| Oct 21 22:12:09.284 INFO STEP 1031 (remove_files) COMPLETE
72562024-10-21T22:12:10.557Z[ recovery-image] Oct 21 22:12:09.284 INFO O| Oct 21 22:12:09.284 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-10-21T22:12:10.567Z[ recovery-image] Oct 21 22:12:09.294 INFO O| Oct 21 22:12:09.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72582024-10-21T22:12:10.569Z[ recovery-image] Oct 21 22:12:09.294 INFO O| Oct 21 22:12:09.294 INFO STEP 1032 (remove_files) COMPLETE
72592024-10-21T22:12:10.569Z[ recovery-image] Oct 21 22:12:09.294 INFO O| Oct 21 22:12:09.294 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-10-21T22:12:10.577Z[ recovery-image] Oct 21 22:12:09.304 INFO O| Oct 21 22:12:09.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72612024-10-21T22:12:10.577Z[ recovery-image] Oct 21 22:12:09.304 INFO O| Oct 21 22:12:09.304 INFO STEP 1033 (remove_files) COMPLETE
72622024-10-21T22:12:10.579Z[ recovery-image] Oct 21 22:12:09.304 INFO O| Oct 21 22:12:09.304 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-10-21T22:12:10.587Z[ recovery-image] Oct 21 22:12:09.314 INFO O| Oct 21 22:12:09.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72642024-10-21T22:12:10.587Z[ recovery-image] Oct 21 22:12:09.314 INFO O| Oct 21 22:12:09.314 INFO STEP 1034 (remove_files) COMPLETE
72652024-10-21T22:12:10.589Z[ recovery-image] Oct 21 22:12:09.314 INFO O| Oct 21 22:12:09.314 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-10-21T22:12:10.597Z[ recovery-image] Oct 21 22:12:09.324 INFO O| Oct 21 22:12:09.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72672024-10-21T22:12:10.597Z[ recovery-image] Oct 21 22:12:09.324 INFO O| Oct 21 22:12:09.324 INFO STEP 1035 (remove_files) COMPLETE
72682024-10-21T22:12:10.597Z[ recovery-image] Oct 21 22:12:09.324 INFO O| Oct 21 22:12:09.324 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-10-21T22:12:10.606Z[ recovery-image] Oct 21 22:12:09.333 INFO O| Oct 21 22:12:09.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72702024-10-21T22:12:10.609Z[ recovery-image] Oct 21 22:12:09.333 INFO O| Oct 21 22:12:09.333 INFO STEP 1036 (remove_files) COMPLETE
72712024-10-21T22:12:10.609Z[ recovery-image] Oct 21 22:12:09.333 INFO O| Oct 21 22:12:09.333 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-10-21T22:12:10.616Z[ recovery-image] Oct 21 22:12:09.343 INFO O| Oct 21 22:12:09.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72732024-10-21T22:12:10.616Z[ recovery-image] Oct 21 22:12:09.343 INFO O| Oct 21 22:12:09.343 INFO STEP 1037 (remove_files) COMPLETE
72742024-10-21T22:12:10.619Z[ recovery-image] Oct 21 22:12:09.343 INFO O| Oct 21 22:12:09.343 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-10-21T22:12:10.626Z[ recovery-image] Oct 21 22:12:09.353 INFO O| Oct 21 22:12:09.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72762024-10-21T22:12:10.626Z[ recovery-image] Oct 21 22:12:09.353 INFO O| Oct 21 22:12:09.353 INFO STEP 1038 (remove_files) COMPLETE
72772024-10-21T22:12:10.626Z[ recovery-image] Oct 21 22:12:09.353 INFO O| Oct 21 22:12:09.353 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-10-21T22:12:10.635Z[ recovery-image] Oct 21 22:12:09.362 INFO O| Oct 21 22:12:09.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72792024-10-21T22:12:10.635Z[ recovery-image] Oct 21 22:12:09.362 INFO O| Oct 21 22:12:09.362 INFO STEP 1039 (remove_files) COMPLETE
72802024-10-21T22:12:10.638Z[ recovery-image] Oct 21 22:12:09.362 INFO O| Oct 21 22:12:09.362 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-10-21T22:12:10.645Z[ recovery-image] Oct 21 22:12:09.372 INFO O| Oct 21 22:12:09.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72822024-10-21T22:12:10.647Z[ recovery-image] Oct 21 22:12:09.372 INFO O| Oct 21 22:12:09.372 INFO STEP 1040 (remove_files) COMPLETE
72832024-10-21T22:12:10.647Z[ recovery-image] Oct 21 22:12:09.372 INFO O| Oct 21 22:12:09.372 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-10-21T22:12:10.655Z[ recovery-image] Oct 21 22:12:09.382 INFO O| Oct 21 22:12:09.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72852024-10-21T22:12:10.655Z[ recovery-image] Oct 21 22:12:09.382 INFO O| Oct 21 22:12:09.382 INFO STEP 1041 (remove_files) COMPLETE
72862024-10-21T22:12:10.657Z[ recovery-image] Oct 21 22:12:09.382 INFO O| Oct 21 22:12:09.382 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-10-21T22:12:10.664Z[ recovery-image] Oct 21 22:12:09.391 INFO O| Oct 21 22:12:09.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72882024-10-21T22:12:10.664Z[ recovery-image] Oct 21 22:12:09.391 INFO O| Oct 21 22:12:09.391 INFO STEP 1042 (remove_files) COMPLETE
72892024-10-21T22:12:10.667Z[ recovery-image] Oct 21 22:12:09.391 INFO O| Oct 21 22:12:09.391 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-10-21T22:12:10.674Z[ recovery-image] Oct 21 22:12:09.401 INFO O| Oct 21 22:12:09.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72912024-10-21T22:12:10.674Z[ recovery-image] Oct 21 22:12:09.401 INFO O| Oct 21 22:12:09.401 INFO STEP 1043 (remove_files) COMPLETE
72922024-10-21T22:12:10.677Z[ recovery-image] Oct 21 22:12:09.401 INFO O| Oct 21 22:12:09.401 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-10-21T22:12:10.683Z[ recovery-image] Oct 21 22:12:09.411 INFO O| Oct 21 22:12:09.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72942024-10-21T22:12:10.684Z[ recovery-image] Oct 21 22:12:09.411 INFO O| Oct 21 22:12:09.411 INFO STEP 1044 (remove_files) COMPLETE
72952024-10-21T22:12:10.686Z[ recovery-image] Oct 21 22:12:09.411 INFO O| Oct 21 22:12:09.411 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-10-21T22:12:10.693Z[ recovery-image] Oct 21 22:12:09.420 INFO O| Oct 21 22:12:09.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72972024-10-21T22:12:10.693Z[ recovery-image] Oct 21 22:12:09.420 INFO O| Oct 21 22:12:09.420 INFO STEP 1045 (remove_files) COMPLETE
72982024-10-21T22:12:10.696Z[ recovery-image] Oct 21 22:12:09.420 INFO O| Oct 21 22:12:09.420 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-10-21T22:12:10.703Z[ recovery-image] Oct 21 22:12:09.430 INFO O| Oct 21 22:12:09.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73002024-10-21T22:12:10.703Z[ recovery-image] Oct 21 22:12:09.430 INFO O| Oct 21 22:12:09.430 INFO STEP 1046 (remove_files) COMPLETE
73012024-10-21T22:12:10.705Z[ recovery-image] Oct 21 22:12:09.430 INFO O| Oct 21 22:12:09.430 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-10-21T22:12:10.712Z[ recovery-image] Oct 21 22:12:09.439 INFO O| Oct 21 22:12:09.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73032024-10-21T22:12:10.715Z[ recovery-image] Oct 21 22:12:09.440 INFO O| Oct 21 22:12:09.439 INFO STEP 1047 (remove_files) COMPLETE
73042024-10-21T22:12:10.715Z[ recovery-image] Oct 21 22:12:09.440 INFO O| Oct 21 22:12:09.439 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-10-21T22:12:10.722Z[ recovery-image] Oct 21 22:12:09.449 INFO O| Oct 21 22:12:09.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73062024-10-21T22:12:10.722Z[ recovery-image] Oct 21 22:12:09.449 INFO O| Oct 21 22:12:09.449 INFO STEP 1048 (remove_files) COMPLETE
73072024-10-21T22:12:10.724Z[ recovery-image] Oct 21 22:12:09.449 INFO O| Oct 21 22:12:09.449 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-10-21T22:12:10.731Z[ recovery-image] Oct 21 22:12:09.458 INFO O| Oct 21 22:12:09.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73092024-10-21T22:12:10.731Z[ recovery-image] Oct 21 22:12:09.459 INFO O| Oct 21 22:12:09.458 INFO STEP 1049 (remove_files) COMPLETE
73102024-10-21T22:12:10.734Z[ recovery-image] Oct 21 22:12:09.459 INFO O| Oct 21 22:12:09.459 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-10-21T22:12:10.741Z[ recovery-image] Oct 21 22:12:09.468 INFO O| Oct 21 22:12:09.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73122024-10-21T22:12:10.741Z[ recovery-image] Oct 21 22:12:09.468 INFO O| Oct 21 22:12:09.468 INFO STEP 1050 (remove_files) COMPLETE
73132024-10-21T22:12:10.743Z[ recovery-image] Oct 21 22:12:09.468 INFO O| Oct 21 22:12:09.468 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-10-21T22:12:10.750Z[ recovery-image] Oct 21 22:12:09.477 INFO O| Oct 21 22:12:09.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73152024-10-21T22:12:10.750Z[ recovery-image] Oct 21 22:12:09.478 INFO O| Oct 21 22:12:09.477 INFO STEP 1051 (remove_files) COMPLETE
73162024-10-21T22:12:10.753Z[ recovery-image] Oct 21 22:12:09.478 INFO O| Oct 21 22:12:09.478 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-10-21T22:12:10.760Z[ recovery-image] Oct 21 22:12:09.487 INFO O| Oct 21 22:12:09.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73182024-10-21T22:12:10.760Z[ recovery-image] Oct 21 22:12:09.487 INFO O| Oct 21 22:12:09.487 INFO STEP 1052 (remove_files) COMPLETE
73192024-10-21T22:12:10.760Z[ recovery-image] Oct 21 22:12:09.487 INFO O| Oct 21 22:12:09.487 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-10-21T22:12:10.769Z[ recovery-image] Oct 21 22:12:09.496 INFO O| Oct 21 22:12:09.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73212024-10-21T22:12:10.769Z[ recovery-image] Oct 21 22:12:09.497 INFO O| Oct 21 22:12:09.496 INFO STEP 1053 (remove_files) COMPLETE
73222024-10-21T22:12:10.772Z[ recovery-image] Oct 21 22:12:09.497 INFO O| Oct 21 22:12:09.497 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-10-21T22:12:10.779Z[ recovery-image] Oct 21 22:12:09.506 INFO O| Oct 21 22:12:09.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73242024-10-21T22:12:10.779Z[ recovery-image] Oct 21 22:12:09.506 INFO O| Oct 21 22:12:09.506 INFO STEP 1054 (remove_files) COMPLETE
73252024-10-21T22:12:10.779Z[ recovery-image] Oct 21 22:12:09.506 INFO O| Oct 21 22:12:09.506 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-10-21T22:12:10.789Z[ recovery-image] Oct 21 22:12:09.516 INFO O| Oct 21 22:12:09.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73272024-10-21T22:12:10.789Z[ recovery-image] Oct 21 22:12:09.516 INFO O| Oct 21 22:12:09.516 INFO STEP 1055 (remove_files) COMPLETE
73282024-10-21T22:12:10.791Z[ recovery-image] Oct 21 22:12:09.516 INFO O| Oct 21 22:12:09.516 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-10-21T22:12:10.799Z[ recovery-image] Oct 21 22:12:09.526 INFO O| Oct 21 22:12:09.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73302024-10-21T22:12:10.801Z[ recovery-image] Oct 21 22:12:09.526 INFO O| Oct 21 22:12:09.526 INFO STEP 1056 (remove_files) COMPLETE
73312024-10-21T22:12:10.801Z[ recovery-image] Oct 21 22:12:09.526 INFO O| Oct 21 22:12:09.526 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-10-21T22:12:10.808Z[ recovery-image] Oct 21 22:12:09.536 INFO O| Oct 21 22:12:09.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73332024-10-21T22:12:10.809Z[ recovery-image] Oct 21 22:12:09.536 INFO O| Oct 21 22:12:09.536 INFO STEP 1057 (remove_files) COMPLETE
73342024-10-21T22:12:10.811Z[ recovery-image] Oct 21 22:12:09.536 INFO O| Oct 21 22:12:09.536 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-10-21T22:12:10.818Z[ recovery-image] Oct 21 22:12:09.545 INFO O| Oct 21 22:12:09.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73362024-10-21T22:12:10.818Z[ recovery-image] Oct 21 22:12:09.545 INFO O| Oct 21 22:12:09.545 INFO STEP 1058 (remove_files) COMPLETE
73372024-10-21T22:12:10.821Z[ recovery-image] Oct 21 22:12:09.545 INFO O| Oct 21 22:12:09.545 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-10-21T22:12:10.828Z[ recovery-image] Oct 21 22:12:09.555 INFO O| Oct 21 22:12:09.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73392024-10-21T22:12:10.830Z[ recovery-image] Oct 21 22:12:09.555 INFO O| Oct 21 22:12:09.555 INFO STEP 1059 (remove_files) COMPLETE
73402024-10-21T22:12:10.830Z[ recovery-image] Oct 21 22:12:09.555 INFO O| Oct 21 22:12:09.555 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-10-21T22:12:10.837Z[ recovery-image] Oct 21 22:12:09.564 INFO O| Oct 21 22:12:09.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73422024-10-21T22:12:10.837Z[ recovery-image] Oct 21 22:12:09.564 INFO O| Oct 21 22:12:09.564 INFO STEP 1060 (remove_files) COMPLETE
73432024-10-21T22:12:10.837Z[ recovery-image] Oct 21 22:12:09.564 INFO O| Oct 21 22:12:09.564 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-10-21T22:12:10.847Z[ recovery-image] Oct 21 22:12:09.574 INFO O| Oct 21 22:12:09.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73452024-10-21T22:12:10.850Z[ recovery-image] Oct 21 22:12:09.574 INFO O| Oct 21 22:12:09.574 INFO STEP 1061 (remove_files) COMPLETE
73462024-10-21T22:12:10.850Z[ recovery-image] Oct 21 22:12:09.574 INFO O| Oct 21 22:12:09.574 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-10-21T22:12:10.857Z[ recovery-image] Oct 21 22:12:09.584 INFO O| Oct 21 22:12:09.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73482024-10-21T22:12:10.857Z[ recovery-image] Oct 21 22:12:09.584 INFO O| Oct 21 22:12:09.584 INFO STEP 1062 (remove_files) COMPLETE
73492024-10-21T22:12:10.857Z[ recovery-image] Oct 21 22:12:09.584 INFO O| Oct 21 22:12:09.584 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-10-21T22:12:10.866Z[ recovery-image] Oct 21 22:12:09.593 INFO O| Oct 21 22:12:09.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73512024-10-21T22:12:10.866Z[ recovery-image] Oct 21 22:12:09.593 INFO O| Oct 21 22:12:09.593 INFO STEP 1063 (remove_files) COMPLETE
73522024-10-21T22:12:10.866Z[ recovery-image] Oct 21 22:12:09.593 INFO O| Oct 21 22:12:09.593 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-10-21T22:12:10.876Z[ recovery-image] Oct 21 22:12:09.603 INFO O| Oct 21 22:12:09.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73542024-10-21T22:12:10.876Z[ recovery-image] Oct 21 22:12:09.603 INFO O| Oct 21 22:12:09.603 INFO STEP 1064 (remove_files) COMPLETE
73552024-10-21T22:12:10.879Z[ recovery-image] Oct 21 22:12:09.603 INFO O| Oct 21 22:12:09.603 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-10-21T22:12:10.885Z[ recovery-image] Oct 21 22:12:09.612 INFO O| Oct 21 22:12:09.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73572024-10-21T22:12:10.888Z[ recovery-image] Oct 21 22:12:09.613 INFO O| Oct 21 22:12:09.613 INFO STEP 1065 (remove_files) COMPLETE
73582024-10-21T22:12:10.888Z[ recovery-image] Oct 21 22:12:09.613 INFO O| Oct 21 22:12:09.613 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-10-21T22:12:10.895Z[ recovery-image] Oct 21 22:12:09.622 INFO O| Oct 21 22:12:09.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73602024-10-21T22:12:10.895Z[ recovery-image] Oct 21 22:12:09.622 INFO O| Oct 21 22:12:09.622 INFO STEP 1066 (remove_files) COMPLETE
73612024-10-21T22:12:10.898Z[ recovery-image] Oct 21 22:12:09.622 INFO O| Oct 21 22:12:09.622 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-10-21T22:12:10.905Z[ recovery-image] Oct 21 22:12:09.632 INFO O| Oct 21 22:12:09.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73632024-10-21T22:12:10.907Z[ recovery-image] Oct 21 22:12:09.633 INFO O| Oct 21 22:12:09.633 INFO STEP 1067 (remove_files) COMPLETE
73642024-10-21T22:12:10.907Z[ recovery-image] Oct 21 22:12:09.633 INFO O| Oct 21 22:12:09.633 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-10-21T22:12:10.915Z[ recovery-image] Oct 21 22:12:09.642 INFO O| Oct 21 22:12:09.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73662024-10-21T22:12:10.915Z[ recovery-image] Oct 21 22:12:09.642 INFO O| Oct 21 22:12:09.642 INFO STEP 1068 (remove_files) COMPLETE
73672024-10-21T22:12:10.918Z[ recovery-image] Oct 21 22:12:09.642 INFO O| Oct 21 22:12:09.642 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-10-21T22:12:10.925Z[ recovery-image] Oct 21 22:12:09.652 INFO O| Oct 21 22:12:09.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73692024-10-21T22:12:10.936Z[ recovery-image] Oct 21 22:12:09.652 INFO O| Oct 21 22:12:09.652 INFO STEP 1069 (remove_files) COMPLETE
73702024-10-21T22:12:10.936Z[ recovery-image] Oct 21 22:12:09.652 INFO O| Oct 21 22:12:09.652 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-10-21T22:12:10.946Z[ recovery-image] Oct 21 22:12:09.673 INFO O| Oct 21 22:12:09.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73722024-10-21T22:12:10.946Z[ recovery-image] Oct 21 22:12:09.673 INFO O| Oct 21 22:12:09.673 INFO STEP 1070 (remove_files) COMPLETE
73732024-10-21T22:12:10.946Z[ recovery-image] Oct 21 22:12:09.673 INFO O| Oct 21 22:12:09.673 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-10-21T22:12:10.963Z[ recovery-image] Oct 21 22:12:09.689 INFO O| Oct 21 22:12:09.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73752024-10-21T22:12:10.963Z[ recovery-image] Oct 21 22:12:09.689 INFO O| Oct 21 22:12:09.689 INFO STEP 1071 (remove_files) COMPLETE
73762024-10-21T22:12:10.966Z[ recovery-image] Oct 21 22:12:09.689 INFO O| Oct 21 22:12:09.689 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-10-21T22:12:10.979Z[ recovery-image] Oct 21 22:12:09.706 INFO O| Oct 21 22:12:09.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73782024-10-21T22:12:10.979Z[ recovery-image] Oct 21 22:12:09.706 INFO O| Oct 21 22:12:09.706 INFO STEP 1072 (remove_files) COMPLETE
73792024-10-21T22:12:10.982Z[ recovery-image] Oct 21 22:12:09.706 INFO O| Oct 21 22:12:09.706 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-10-21T22:12:10.997Z[ recovery-image] Oct 21 22:12:09.723 INFO O| Oct 21 22:12:09.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73812024-10-21T22:12:10.997Z[ recovery-image] Oct 21 22:12:09.723 INFO O| Oct 21 22:12:09.723 INFO STEP 1073 (remove_files) COMPLETE
73822024-10-21T22:12:10.997Z[ recovery-image] Oct 21 22:12:09.723 INFO O| Oct 21 22:12:09.723 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-10-21T22:12:11.013Z[ recovery-image] Oct 21 22:12:09.739 INFO O| Oct 21 22:12:09.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73842024-10-21T22:12:11.013Z[ recovery-image] Oct 21 22:12:09.739 INFO O| Oct 21 22:12:09.739 INFO STEP 1074 (remove_files) COMPLETE
73852024-10-21T22:12:11.016Z[ recovery-image] Oct 21 22:12:09.740 INFO O| Oct 21 22:12:09.739 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-10-21T22:12:11.024Z[ recovery-image] Oct 21 22:12:09.751 INFO O| Oct 21 22:12:09.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73872024-10-21T22:12:11.024Z[ recovery-image] Oct 21 22:12:09.751 INFO O| Oct 21 22:12:09.751 INFO STEP 1075 (remove_files) COMPLETE
73882024-10-21T22:12:11.026Z[ recovery-image] Oct 21 22:12:09.751 INFO O| Oct 21 22:12:09.751 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-10-21T22:12:11.034Z[ recovery-image] Oct 21 22:12:09.761 INFO O| Oct 21 22:12:09.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73902024-10-21T22:12:11.034Z[ recovery-image] Oct 21 22:12:09.761 INFO O| Oct 21 22:12:09.761 INFO STEP 1076 (remove_files) COMPLETE
73912024-10-21T22:12:11.037Z[ recovery-image] Oct 21 22:12:09.761 INFO O| Oct 21 22:12:09.761 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-10-21T22:12:11.044Z[ recovery-image] Oct 21 22:12:09.771 INFO O| Oct 21 22:12:09.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73932024-10-21T22:12:11.047Z[ recovery-image] Oct 21 22:12:09.771 INFO O| Oct 21 22:12:09.771 INFO STEP 1077 (remove_files) COMPLETE
73942024-10-21T22:12:11.047Z[ recovery-image] Oct 21 22:12:09.771 INFO O| Oct 21 22:12:09.771 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-10-21T22:12:11.056Z[ recovery-image] Oct 21 22:12:09.782 INFO O| Oct 21 22:12:09.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73962024-10-21T22:12:11.058Z[ recovery-image] Oct 21 22:12:09.782 INFO O| Oct 21 22:12:09.782 INFO STEP 1078 (remove_files) COMPLETE
73972024-10-21T22:12:11.058Z[ recovery-image] Oct 21 22:12:09.782 INFO O| Oct 21 22:12:09.782 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-10-21T22:12:11.066Z[ recovery-image] Oct 21 22:12:09.793 INFO O| Oct 21 22:12:09.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73992024-10-21T22:12:11.068Z[ recovery-image] Oct 21 22:12:09.793 INFO O| Oct 21 22:12:09.793 INFO STEP 1079 (remove_files) COMPLETE
74002024-10-21T22:12:11.068Z[ recovery-image] Oct 21 22:12:09.793 INFO O| Oct 21 22:12:09.793 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-10-21T22:12:11.075Z[ recovery-image] Oct 21 22:12:09.802 INFO O| Oct 21 22:12:09.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74022024-10-21T22:12:11.078Z[ recovery-image] Oct 21 22:12:09.802 INFO O| Oct 21 22:12:09.802 INFO STEP 1080 (remove_files) COMPLETE
74032024-10-21T22:12:11.078Z[ recovery-image] Oct 21 22:12:09.802 INFO O| Oct 21 22:12:09.802 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-10-21T22:12:11.085Z[ recovery-image] Oct 21 22:12:09.812 INFO O| Oct 21 22:12:09.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74052024-10-21T22:12:11.087Z[ recovery-image] Oct 21 22:12:09.812 INFO O| Oct 21 22:12:09.812 INFO STEP 1081 (remove_files) COMPLETE
74062024-10-21T22:12:11.088Z[ recovery-image] Oct 21 22:12:09.812 INFO O| Oct 21 22:12:09.812 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-10-21T22:12:11.095Z[ recovery-image] Oct 21 22:12:09.822 INFO O| Oct 21 22:12:09.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74082024-10-21T22:12:11.095Z[ recovery-image] Oct 21 22:12:09.822 INFO O| Oct 21 22:12:09.822 INFO STEP 1082 (remove_files) COMPLETE
74092024-10-21T22:12:11.097Z[ recovery-image] Oct 21 22:12:09.822 INFO O| Oct 21 22:12:09.822 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-10-21T22:12:11.104Z[ recovery-image] Oct 21 22:12:09.831 INFO O| Oct 21 22:12:09.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74112024-10-21T22:12:11.104Z[ recovery-image] Oct 21 22:12:09.831 INFO O| Oct 21 22:12:09.831 INFO STEP 1083 (remove_files) COMPLETE
74122024-10-21T22:12:11.104Z[ recovery-image] Oct 21 22:12:09.831 INFO O| Oct 21 22:12:09.831 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-10-21T22:12:11.114Z[ recovery-image] Oct 21 22:12:09.841 INFO O| Oct 21 22:12:09.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74142024-10-21T22:12:11.114Z[ recovery-image] Oct 21 22:12:09.841 INFO O| Oct 21 22:12:09.841 INFO STEP 1084 (remove_files) COMPLETE
74152024-10-21T22:12:11.116Z[ recovery-image] Oct 21 22:12:09.841 INFO O| Oct 21 22:12:09.841 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-10-21T22:12:11.123Z[ recovery-image] Oct 21 22:12:09.850 INFO O| Oct 21 22:12:09.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74172024-10-21T22:12:11.123Z[ recovery-image] Oct 21 22:12:09.850 INFO O| Oct 21 22:12:09.850 INFO STEP 1085 (remove_files) COMPLETE
74182024-10-21T22:12:11.126Z[ recovery-image] Oct 21 22:12:09.850 INFO O| Oct 21 22:12:09.850 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-10-21T22:12:11.133Z[ recovery-image] Oct 21 22:12:09.860 INFO O| Oct 21 22:12:09.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74202024-10-21T22:12:11.133Z[ recovery-image] Oct 21 22:12:09.860 INFO O| Oct 21 22:12:09.860 INFO STEP 1086 (remove_files) COMPLETE
74212024-10-21T22:12:11.133Z[ recovery-image] Oct 21 22:12:09.860 INFO O| Oct 21 22:12:09.860 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-10-21T22:12:11.142Z[ recovery-image] Oct 21 22:12:09.869 INFO O| Oct 21 22:12:09.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74232024-10-21T22:12:11.145Z[ recovery-image] Oct 21 22:12:09.869 INFO O| Oct 21 22:12:09.869 INFO STEP 1087 (remove_files) COMPLETE
74242024-10-21T22:12:11.145Z[ recovery-image] Oct 21 22:12:09.869 INFO O| Oct 21 22:12:09.869 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-10-21T22:12:11.152Z[ recovery-image] Oct 21 22:12:09.879 INFO O| Oct 21 22:12:09.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74262024-10-21T22:12:11.152Z[ recovery-image] Oct 21 22:12:09.879 INFO O| Oct 21 22:12:09.879 INFO STEP 1088 (remove_files) COMPLETE
74272024-10-21T22:12:11.152Z[ recovery-image] Oct 21 22:12:09.879 INFO O| Oct 21 22:12:09.879 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-10-21T22:12:11.161Z[ recovery-image] Oct 21 22:12:09.888 INFO O| Oct 21 22:12:09.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74292024-10-21T22:12:11.164Z[ recovery-image] Oct 21 22:12:09.888 INFO O| Oct 21 22:12:09.888 INFO STEP 1089 (remove_files) COMPLETE
74302024-10-21T22:12:11.164Z[ recovery-image] Oct 21 22:12:09.888 INFO O| Oct 21 22:12:09.888 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-10-21T22:12:11.171Z[ recovery-image] Oct 21 22:12:09.898 INFO O| Oct 21 22:12:09.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74322024-10-21T22:12:11.173Z[ recovery-image] Oct 21 22:12:09.898 INFO O| Oct 21 22:12:09.898 INFO STEP 1090 (remove_files) COMPLETE
74332024-10-21T22:12:11.173Z[ recovery-image] Oct 21 22:12:09.898 INFO O| Oct 21 22:12:09.898 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-10-21T22:12:11.180Z[ recovery-image] Oct 21 22:12:09.907 INFO O| Oct 21 22:12:09.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74352024-10-21T22:12:11.180Z[ recovery-image] Oct 21 22:12:09.907 INFO O| Oct 21 22:12:09.907 INFO STEP 1091 (remove_files) COMPLETE
74362024-10-21T22:12:11.183Z[ recovery-image] Oct 21 22:12:09.907 INFO O| Oct 21 22:12:09.907 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-10-21T22:12:11.190Z[ recovery-image] Oct 21 22:12:09.917 INFO O| Oct 21 22:12:09.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74382024-10-21T22:12:11.190Z[ recovery-image] Oct 21 22:12:09.917 INFO O| Oct 21 22:12:09.917 INFO STEP 1092 (remove_files) COMPLETE
74392024-10-21T22:12:11.190Z[ recovery-image] Oct 21 22:12:09.917 INFO O| Oct 21 22:12:09.917 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-10-21T22:12:11.199Z[ recovery-image] Oct 21 22:12:09.926 INFO O| Oct 21 22:12:09.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74412024-10-21T22:12:11.199Z[ recovery-image] Oct 21 22:12:09.926 INFO O| Oct 21 22:12:09.926 INFO STEP 1093 (remove_files) COMPLETE
74422024-10-21T22:12:11.199Z[ recovery-image] Oct 21 22:12:09.926 INFO O| Oct 21 22:12:09.926 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-10-21T22:12:11.209Z[ recovery-image] Oct 21 22:12:09.936 INFO O| Oct 21 22:12:09.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74442024-10-21T22:12:11.209Z[ recovery-image] Oct 21 22:12:09.936 INFO O| Oct 21 22:12:09.936 INFO STEP 1094 (remove_files) COMPLETE
74452024-10-21T22:12:11.211Z[ recovery-image] Oct 21 22:12:09.936 INFO O| Oct 21 22:12:09.936 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-10-21T22:12:11.218Z[ recovery-image] Oct 21 22:12:09.945 INFO O| Oct 21 22:12:09.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74472024-10-21T22:12:11.218Z[ recovery-image] Oct 21 22:12:09.945 INFO O| Oct 21 22:12:09.945 INFO STEP 1095 (remove_files) COMPLETE
74482024-10-21T22:12:11.218Z[ recovery-image] Oct 21 22:12:09.945 INFO O| Oct 21 22:12:09.945 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-10-21T22:12:11.228Z[ recovery-image] Oct 21 22:12:09.955 INFO O| Oct 21 22:12:09.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74502024-10-21T22:12:11.228Z[ recovery-image] Oct 21 22:12:09.955 INFO O| Oct 21 22:12:09.955 INFO STEP 1096 (remove_files) COMPLETE
74512024-10-21T22:12:11.230Z[ recovery-image] Oct 21 22:12:09.955 INFO O| Oct 21 22:12:09.955 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-10-21T22:12:11.237Z[ recovery-image] Oct 21 22:12:09.964 INFO O| Oct 21 22:12:09.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74532024-10-21T22:12:11.240Z[ recovery-image] Oct 21 22:12:09.964 INFO O| Oct 21 22:12:09.964 INFO STEP 1097 (remove_files) COMPLETE
74542024-10-21T22:12:11.240Z[ recovery-image] Oct 21 22:12:09.964 INFO O| Oct 21 22:12:09.964 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-10-21T22:12:11.247Z[ recovery-image] Oct 21 22:12:09.974 INFO O| Oct 21 22:12:09.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74562024-10-21T22:12:11.247Z[ recovery-image] Oct 21 22:12:09.974 INFO O| Oct 21 22:12:09.974 INFO STEP 1098 (remove_files) COMPLETE
74572024-10-21T22:12:11.250Z[ recovery-image] Oct 21 22:12:09.974 INFO O| Oct 21 22:12:09.974 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-10-21T22:12:11.256Z[ recovery-image] Oct 21 22:12:09.983 INFO O| Oct 21 22:12:09.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74592024-10-21T22:12:11.259Z[ recovery-image] Oct 21 22:12:09.983 INFO O| Oct 21 22:12:09.983 INFO STEP 1099 (remove_files) COMPLETE
74602024-10-21T22:12:11.259Z[ recovery-image] Oct 21 22:12:09.983 INFO O| Oct 21 22:12:09.983 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-10-21T22:12:11.266Z[ recovery-image] Oct 21 22:12:09.993 INFO O| Oct 21 22:12:09.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74622024-10-21T22:12:11.268Z[ recovery-image] Oct 21 22:12:09.993 INFO O| Oct 21 22:12:09.993 INFO STEP 1100 (remove_files) COMPLETE
74632024-10-21T22:12:11.268Z[ recovery-image] Oct 21 22:12:09.993 INFO O| Oct 21 22:12:09.993 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-10-21T22:12:11.276Z[ recovery-image] Oct 21 22:12:10.003 INFO O| Oct 21 22:12:10.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74652024-10-21T22:12:11.278Z[ recovery-image] Oct 21 22:12:10.003 INFO O| Oct 21 22:12:10.003 INFO STEP 1101 (remove_files) COMPLETE
74662024-10-21T22:12:11.278Z[ recovery-image] Oct 21 22:12:10.003 INFO O| Oct 21 22:12:10.003 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-10-21T22:12:11.286Z[ recovery-image] Oct 21 22:12:10.013 INFO O| Oct 21 22:12:10.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74682024-10-21T22:12:11.286Z[ recovery-image] Oct 21 22:12:10.013 INFO O| Oct 21 22:12:10.013 INFO STEP 1102 (remove_files) COMPLETE
74692024-10-21T22:12:11.288Z[ recovery-image] Oct 21 22:12:10.013 INFO O| Oct 21 22:12:10.013 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-10-21T22:12:11.295Z[ recovery-image] Oct 21 22:12:10.022 INFO O| Oct 21 22:12:10.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74712024-10-21T22:12:11.295Z[ recovery-image] Oct 21 22:12:10.022 INFO O| Oct 21 22:12:10.022 INFO STEP 1103 (remove_files) COMPLETE
74722024-10-21T22:12:11.295Z[ recovery-image] Oct 21 22:12:10.022 INFO O| Oct 21 22:12:10.022 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-10-21T22:12:11.305Z[ recovery-image] Oct 21 22:12:10.032 INFO O| Oct 21 22:12:10.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74742024-10-21T22:12:11.305Z[ recovery-image] Oct 21 22:12:10.032 INFO O| Oct 21 22:12:10.032 INFO STEP 1104 (remove_files) COMPLETE
74752024-10-21T22:12:11.307Z[ recovery-image] Oct 21 22:12:10.032 INFO O| Oct 21 22:12:10.032 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-10-21T22:12:11.314Z[ recovery-image] Oct 21 22:12:10.041 INFO O| Oct 21 22:12:10.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74772024-10-21T22:12:11.314Z[ recovery-image] Oct 21 22:12:10.041 INFO O| Oct 21 22:12:10.041 INFO STEP 1105 (remove_files) COMPLETE
74782024-10-21T22:12:11.314Z[ recovery-image] Oct 21 22:12:10.041 INFO O| Oct 21 22:12:10.041 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-10-21T22:12:11.324Z[ recovery-image] Oct 21 22:12:10.051 INFO O| Oct 21 22:12:10.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74802024-10-21T22:12:11.324Z[ recovery-image] Oct 21 22:12:10.051 INFO O| Oct 21 22:12:10.051 INFO STEP 1106 (remove_files) COMPLETE
74812024-10-21T22:12:11.326Z[ recovery-image] Oct 21 22:12:10.051 INFO O| Oct 21 22:12:10.051 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-10-21T22:12:11.333Z[ recovery-image] Oct 21 22:12:10.060 INFO O| Oct 21 22:12:10.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74832024-10-21T22:12:11.333Z[ recovery-image] Oct 21 22:12:10.060 INFO O| Oct 21 22:12:10.060 INFO STEP 1107 (remove_files) COMPLETE
74842024-10-21T22:12:11.336Z[ recovery-image] Oct 21 22:12:10.060 INFO O| Oct 21 22:12:10.060 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-10-21T22:12:11.343Z[ recovery-image] Oct 21 22:12:10.070 INFO O| Oct 21 22:12:10.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74862024-10-21T22:12:11.343Z[ recovery-image] Oct 21 22:12:10.070 INFO O| Oct 21 22:12:10.070 INFO STEP 1108 (remove_files) COMPLETE
74872024-10-21T22:12:11.346Z[ recovery-image] Oct 21 22:12:10.070 INFO O| Oct 21 22:12:10.070 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-21T22:12:11.353Z[ recovery-image] Oct 21 22:12:10.079 INFO O| Oct 21 22:12:10.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74892024-10-21T22:12:11.353Z[ recovery-image] Oct 21 22:12:10.080 INFO O| Oct 21 22:12:10.080 INFO STEP 1109 (remove_files) COMPLETE
74902024-10-21T22:12:11.353Z[ recovery-image] Oct 21 22:12:10.080 INFO O| Oct 21 22:12:10.080 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-21T22:12:11.362Z[ recovery-image] Oct 21 22:12:10.089 INFO O| Oct 21 22:12:10.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74922024-10-21T22:12:11.362Z[ recovery-image] Oct 21 22:12:10.089 INFO O| Oct 21 22:12:10.089 INFO STEP 1110 (remove_files) COMPLETE
74932024-10-21T22:12:11.362Z[ recovery-image] Oct 21 22:12:10.089 INFO O| Oct 21 22:12:10.089 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-21T22:12:11.372Z[ recovery-image] Oct 21 22:12:10.099 INFO O| Oct 21 22:12:10.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74952024-10-21T22:12:11.372Z[ recovery-image] Oct 21 22:12:10.099 INFO O| Oct 21 22:12:10.099 INFO STEP 1111 (remove_files) COMPLETE
74962024-10-21T22:12:11.374Z[ recovery-image] Oct 21 22:12:10.099 INFO O| Oct 21 22:12:10.099 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-21T22:12:11.381Z[ recovery-image] Oct 21 22:12:10.108 INFO O| Oct 21 22:12:10.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74982024-10-21T22:12:11.381Z[ recovery-image] Oct 21 22:12:10.108 INFO O| Oct 21 22:12:10.108 INFO STEP 1112 (remove_files) COMPLETE
74992024-10-21T22:12:11.386Z[ recovery-image] Oct 21 22:12:10.108 INFO O| Oct 21 22:12:10.108 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-21T22:12:11.391Z[ recovery-image] Oct 21 22:12:10.118 INFO O| Oct 21 22:12:10.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75012024-10-21T22:12:11.394Z[ recovery-image] Oct 21 22:12:10.118 INFO O| Oct 21 22:12:10.118 INFO STEP 1113 (remove_files) COMPLETE
75022024-10-21T22:12:11.394Z[ recovery-image] Oct 21 22:12:10.118 INFO O| Oct 21 22:12:10.118 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-21T22:12:11.401Z[ recovery-image] Oct 21 22:12:10.128 INFO O| Oct 21 22:12:10.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75042024-10-21T22:12:11.401Z[ recovery-image] Oct 21 22:12:10.128 INFO O| Oct 21 22:12:10.128 INFO STEP 1114 (remove_files) COMPLETE
75052024-10-21T22:12:11.404Z[ recovery-image] Oct 21 22:12:10.128 INFO O| Oct 21 22:12:10.128 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-21T22:12:11.414Z[ recovery-image] Oct 21 22:12:10.138 INFO O| Oct 21 22:12:10.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75072024-10-21T22:12:11.414Z[ recovery-image] Oct 21 22:12:10.138 INFO O| Oct 21 22:12:10.138 INFO STEP 1115 (remove_files) COMPLETE
75082024-10-21T22:12:11.414Z[ recovery-image] Oct 21 22:12:10.138 INFO O| Oct 21 22:12:10.138 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-21T22:12:11.422Z[ recovery-image] Oct 21 22:12:10.147 INFO O| Oct 21 22:12:10.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75102024-10-21T22:12:11.422Z[ recovery-image] Oct 21 22:12:10.147 INFO O| Oct 21 22:12:10.147 INFO STEP 1116 (remove_files) COMPLETE
75112024-10-21T22:12:11.422Z[ recovery-image] Oct 21 22:12:10.147 INFO O| Oct 21 22:12:10.147 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-21T22:12:11.430Z[ recovery-image] Oct 21 22:12:10.157 INFO O| Oct 21 22:12:10.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75132024-10-21T22:12:11.432Z[ recovery-image] Oct 21 22:12:10.157 INFO O| Oct 21 22:12:10.157 INFO STEP 1117 (remove_files) COMPLETE
75142024-10-21T22:12:11.432Z[ recovery-image] Oct 21 22:12:10.157 INFO O| Oct 21 22:12:10.157 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-21T22:12:11.439Z[ recovery-image] Oct 21 22:12:10.166 INFO O| Oct 21 22:12:10.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75162024-10-21T22:12:11.442Z[ recovery-image] Oct 21 22:12:10.166 INFO O| Oct 21 22:12:10.166 INFO STEP 1118 (remove_files) COMPLETE
75172024-10-21T22:12:11.442Z[ recovery-image] Oct 21 22:12:10.166 INFO O| Oct 21 22:12:10.166 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-21T22:12:11.449Z[ recovery-image] Oct 21 22:12:10.176 INFO O| Oct 21 22:12:10.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75192024-10-21T22:12:11.452Z[ recovery-image] Oct 21 22:12:10.176 INFO O| Oct 21 22:12:10.176 INFO STEP 1119 (remove_files) COMPLETE
75202024-10-21T22:12:11.452Z[ recovery-image] Oct 21 22:12:10.176 INFO O| Oct 21 22:12:10.176 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-21T22:12:11.458Z[ recovery-image] Oct 21 22:12:10.186 INFO O| Oct 21 22:12:10.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75222024-10-21T22:12:11.462Z[ recovery-image] Oct 21 22:12:10.186 INFO O| Oct 21 22:12:10.186 INFO STEP 1120 (remove_files) COMPLETE
75232024-10-21T22:12:11.462Z[ recovery-image] Oct 21 22:12:10.186 INFO O| Oct 21 22:12:10.186 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-10-21T22:12:11.468Z[ recovery-image] Oct 21 22:12:10.195 INFO O| Oct 21 22:12:10.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75252024-10-21T22:12:11.470Z[ recovery-image] Oct 21 22:12:10.195 INFO O| Oct 21 22:12:10.195 INFO STEP 1121 (remove_files) COMPLETE
75262024-10-21T22:12:11.470Z[ recovery-image] Oct 21 22:12:10.195 INFO O| Oct 21 22:12:10.195 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-10-21T22:12:11.478Z[ recovery-image] Oct 21 22:12:10.205 INFO O| Oct 21 22:12:10.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75282024-10-21T22:12:11.480Z[ recovery-image] Oct 21 22:12:10.205 INFO O| Oct 21 22:12:10.205 INFO STEP 1122 (remove_files) COMPLETE
75292024-10-21T22:12:11.480Z[ recovery-image] Oct 21 22:12:10.205 INFO O| Oct 21 22:12:10.205 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-10-21T22:12:11.487Z[ recovery-image] Oct 21 22:12:10.214 INFO O| Oct 21 22:12:10.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75312024-10-21T22:12:11.490Z[ recovery-image] Oct 21 22:12:10.214 INFO O| Oct 21 22:12:10.214 INFO STEP 1123 (remove_files) COMPLETE
75322024-10-21T22:12:11.490Z[ recovery-image] Oct 21 22:12:10.214 INFO O| Oct 21 22:12:10.214 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-10-21T22:12:11.497Z[ recovery-image] Oct 21 22:12:10.224 INFO O| Oct 21 22:12:10.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75342024-10-21T22:12:11.497Z[ recovery-image] Oct 21 22:12:10.224 INFO O| Oct 21 22:12:10.224 INFO STEP 1124 (remove_files) COMPLETE
75352024-10-21T22:12:11.499Z[ recovery-image] Oct 21 22:12:10.224 INFO O| Oct 21 22:12:10.224 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-10-21T22:12:11.506Z[ recovery-image] Oct 21 22:12:10.233 INFO O| Oct 21 22:12:10.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75372024-10-21T22:12:11.506Z[ recovery-image] Oct 21 22:12:10.234 INFO O| Oct 21 22:12:10.234 INFO STEP 1125 (remove_files) COMPLETE
75382024-10-21T22:12:11.509Z[ recovery-image] Oct 21 22:12:10.234 INFO O| Oct 21 22:12:10.234 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-10-21T22:12:11.516Z[ recovery-image] Oct 21 22:12:10.243 INFO O| Oct 21 22:12:10.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75402024-10-21T22:12:11.516Z[ recovery-image] Oct 21 22:12:10.243 INFO O| Oct 21 22:12:10.243 INFO STEP 1126 (remove_files) COMPLETE
75412024-10-21T22:12:11.516Z[ recovery-image] Oct 21 22:12:10.243 INFO O| Oct 21 22:12:10.243 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-10-21T22:12:11.526Z[ recovery-image] Oct 21 22:12:10.253 INFO O| Oct 21 22:12:10.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75432024-10-21T22:12:11.528Z[ recovery-image] Oct 21 22:12:10.253 INFO O| Oct 21 22:12:10.253 INFO STEP 1127 (remove_files) COMPLETE
75442024-10-21T22:12:11.528Z[ recovery-image] Oct 21 22:12:10.253 INFO O| Oct 21 22:12:10.253 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-10-21T22:12:11.535Z[ recovery-image] Oct 21 22:12:10.262 INFO O| Oct 21 22:12:10.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75462024-10-21T22:12:11.535Z[ recovery-image] Oct 21 22:12:10.262 INFO O| Oct 21 22:12:10.262 INFO STEP 1128 (remove_files) COMPLETE
75472024-10-21T22:12:11.538Z[ recovery-image] Oct 21 22:12:10.262 INFO O| Oct 21 22:12:10.262 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-10-21T22:12:11.545Z[ recovery-image] Oct 21 22:12:10.272 INFO O| Oct 21 22:12:10.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75492024-10-21T22:12:11.547Z[ recovery-image] Oct 21 22:12:10.272 INFO O| Oct 21 22:12:10.272 INFO STEP 1129 (remove_files) COMPLETE
75502024-10-21T22:12:11.547Z[ recovery-image] Oct 21 22:12:10.272 INFO O| Oct 21 22:12:10.272 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-10-21T22:12:11.554Z[ recovery-image] Oct 21 22:12:10.281 INFO O| Oct 21 22:12:10.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75522024-10-21T22:12:11.557Z[ recovery-image] Oct 21 22:12:10.281 INFO O| Oct 21 22:12:10.281 INFO STEP 1130 (remove_files) COMPLETE
75532024-10-21T22:12:11.557Z[ recovery-image] Oct 21 22:12:10.282 INFO O| Oct 21 22:12:10.281 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-10-21T22:12:11.564Z[ recovery-image] Oct 21 22:12:10.291 INFO O| Oct 21 22:12:10.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75552024-10-21T22:12:11.564Z[ recovery-image] Oct 21 22:12:10.291 INFO O| Oct 21 22:12:10.291 INFO STEP 1131 (remove_files) COMPLETE
75562024-10-21T22:12:11.567Z[ recovery-image] Oct 21 22:12:10.291 INFO O| Oct 21 22:12:10.291 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-10-21T22:12:11.574Z[ recovery-image] Oct 21 22:12:10.301 INFO O| Oct 21 22:12:10.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75582024-10-21T22:12:11.574Z[ recovery-image] Oct 21 22:12:10.301 INFO O| Oct 21 22:12:10.301 INFO STEP 1132 (remove_files) COMPLETE
75592024-10-21T22:12:11.576Z[ recovery-image] Oct 21 22:12:10.301 INFO O| Oct 21 22:12:10.301 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-10-21T22:12:11.583Z[ recovery-image] Oct 21 22:12:10.310 INFO O| Oct 21 22:12:10.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75612024-10-21T22:12:11.583Z[ recovery-image] Oct 21 22:12:10.311 INFO O| Oct 21 22:12:10.311 INFO STEP 1133 (remove_files) COMPLETE
75622024-10-21T22:12:11.586Z[ recovery-image] Oct 21 22:12:10.311 INFO O| Oct 21 22:12:10.311 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-10-21T22:12:11.593Z[ recovery-image] Oct 21 22:12:10.320 INFO O| Oct 21 22:12:10.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75642024-10-21T22:12:11.596Z[ recovery-image] Oct 21 22:12:10.320 INFO O| Oct 21 22:12:10.320 INFO STEP 1134 (remove_files) COMPLETE
75652024-10-21T22:12:11.596Z[ recovery-image] Oct 21 22:12:10.320 INFO O| Oct 21 22:12:10.320 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-10-21T22:12:11.603Z[ recovery-image] Oct 21 22:12:10.330 INFO O| Oct 21 22:12:10.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75672024-10-21T22:12:11.605Z[ recovery-image] Oct 21 22:12:10.330 INFO O| Oct 21 22:12:10.330 INFO STEP 1135 (remove_files) COMPLETE
75682024-10-21T22:12:11.605Z[ recovery-image] Oct 21 22:12:10.330 INFO O| Oct 21 22:12:10.330 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-10-21T22:12:11.612Z[ recovery-image] Oct 21 22:12:10.339 INFO O| Oct 21 22:12:10.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75702024-10-21T22:12:11.612Z[ recovery-image] Oct 21 22:12:10.339 INFO O| Oct 21 22:12:10.339 INFO STEP 1136 (remove_files) COMPLETE
75712024-10-21T22:12:11.615Z[ recovery-image] Oct 21 22:12:10.339 INFO O| Oct 21 22:12:10.339 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-10-21T22:12:11.622Z[ recovery-image] Oct 21 22:12:10.349 INFO O| Oct 21 22:12:10.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75732024-10-21T22:12:11.622Z[ recovery-image] Oct 21 22:12:10.349 INFO O| Oct 21 22:12:10.349 INFO STEP 1137 (remove_files) COMPLETE
75742024-10-21T22:12:11.622Z[ recovery-image] Oct 21 22:12:10.349 INFO O| Oct 21 22:12:10.349 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-10-21T22:12:11.631Z[ recovery-image] Oct 21 22:12:10.358 INFO O| Oct 21 22:12:10.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75762024-10-21T22:12:11.634Z[ recovery-image] Oct 21 22:12:10.358 INFO O| Oct 21 22:12:10.358 INFO STEP 1138 (remove_files) COMPLETE
75772024-10-21T22:12:11.634Z[ recovery-image] Oct 21 22:12:10.358 INFO O| Oct 21 22:12:10.358 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-10-21T22:12:11.641Z[ recovery-image] Oct 21 22:12:10.368 INFO O| Oct 21 22:12:10.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75792024-10-21T22:12:11.643Z[ recovery-image] Oct 21 22:12:10.368 INFO O| Oct 21 22:12:10.368 INFO STEP 1139 (remove_files) COMPLETE
75802024-10-21T22:12:11.643Z[ recovery-image] Oct 21 22:12:10.368 INFO O| Oct 21 22:12:10.368 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-10-21T22:12:11.650Z[ recovery-image] Oct 21 22:12:10.378 INFO O| Oct 21 22:12:10.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75822024-10-21T22:12:11.650Z[ recovery-image] Oct 21 22:12:10.378 INFO O| Oct 21 22:12:10.378 INFO STEP 1140 (remove_files) COMPLETE
75832024-10-21T22:12:11.653Z[ recovery-image] Oct 21 22:12:10.378 INFO O| Oct 21 22:12:10.378 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-10-21T22:12:11.660Z[ recovery-image] Oct 21 22:12:10.387 INFO O| Oct 21 22:12:10.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75852024-10-21T22:12:11.660Z[ recovery-image] Oct 21 22:12:10.387 INFO O| Oct 21 22:12:10.387 INFO STEP 1141 (remove_files) COMPLETE
75862024-10-21T22:12:11.662Z[ recovery-image] Oct 21 22:12:10.387 INFO O| Oct 21 22:12:10.387 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-10-21T22:12:11.670Z[ recovery-image] Oct 21 22:12:10.397 INFO O| Oct 21 22:12:10.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75882024-10-21T22:12:11.672Z[ recovery-image] Oct 21 22:12:10.397 INFO O| Oct 21 22:12:10.397 INFO STEP 1142 (remove_files) COMPLETE
75892024-10-21T22:12:11.672Z[ recovery-image] Oct 21 22:12:10.397 INFO O| Oct 21 22:12:10.397 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-10-21T22:12:11.679Z[ recovery-image] Oct 21 22:12:10.406 INFO O| Oct 21 22:12:10.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75912024-10-21T22:12:11.679Z[ recovery-image] Oct 21 22:12:10.406 INFO O| Oct 21 22:12:10.406 INFO STEP 1143 (remove_files) COMPLETE
75922024-10-21T22:12:11.682Z[ recovery-image] Oct 21 22:12:10.406 INFO O| Oct 21 22:12:10.406 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-10-21T22:12:11.689Z[ recovery-image] Oct 21 22:12:10.416 INFO O| Oct 21 22:12:10.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75942024-10-21T22:12:11.689Z[ recovery-image] Oct 21 22:12:10.416 INFO O| Oct 21 22:12:10.416 INFO STEP 1144 (remove_files) COMPLETE
75952024-10-21T22:12:11.689Z[ recovery-image] Oct 21 22:12:10.416 INFO O| Oct 21 22:12:10.416 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-10-21T22:12:11.698Z[ recovery-image] Oct 21 22:12:10.425 INFO O| Oct 21 22:12:10.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75972024-10-21T22:12:11.701Z[ recovery-image] Oct 21 22:12:10.425 INFO O| Oct 21 22:12:10.425 INFO STEP 1145 (remove_files) COMPLETE
75982024-10-21T22:12:11.701Z[ recovery-image] Oct 21 22:12:10.425 INFO O| Oct 21 22:12:10.425 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-10-21T22:12:11.708Z[ recovery-image] Oct 21 22:12:10.435 INFO O| Oct 21 22:12:10.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76002024-10-21T22:12:11.710Z[ recovery-image] Oct 21 22:12:10.435 INFO O| Oct 21 22:12:10.435 INFO STEP 1146 (remove_files) COMPLETE
76012024-10-21T22:12:11.710Z[ recovery-image] Oct 21 22:12:10.435 INFO O| Oct 21 22:12:10.435 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-10-21T22:12:11.717Z[ recovery-image] Oct 21 22:12:10.444 INFO O| Oct 21 22:12:10.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76032024-10-21T22:12:11.717Z[ recovery-image] Oct 21 22:12:10.444 INFO O| Oct 21 22:12:10.444 INFO STEP 1147 (remove_files) COMPLETE
76042024-10-21T22:12:11.720Z[ recovery-image] Oct 21 22:12:10.444 INFO O| Oct 21 22:12:10.444 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-10-21T22:12:11.727Z[ recovery-image] Oct 21 22:12:10.454 INFO O| Oct 21 22:12:10.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76062024-10-21T22:12:11.727Z[ recovery-image] Oct 21 22:12:10.454 INFO O| Oct 21 22:12:10.454 INFO STEP 1148 (remove_files) COMPLETE
76072024-10-21T22:12:11.727Z[ recovery-image] Oct 21 22:12:10.454 INFO O| Oct 21 22:12:10.454 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-10-21T22:12:11.736Z[ recovery-image] Oct 21 22:12:10.463 INFO O| Oct 21 22:12:10.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76092024-10-21T22:12:11.736Z[ recovery-image] Oct 21 22:12:10.463 INFO O| Oct 21 22:12:10.463 INFO STEP 1149 (remove_files) COMPLETE
76102024-10-21T22:12:11.739Z[ recovery-image] Oct 21 22:12:10.463 INFO O| Oct 21 22:12:10.463 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-10-21T22:12:11.746Z[ recovery-image] Oct 21 22:12:10.473 INFO O| Oct 21 22:12:10.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76122024-10-21T22:12:11.746Z[ recovery-image] Oct 21 22:12:10.473 INFO O| Oct 21 22:12:10.473 INFO STEP 1150 (remove_files) COMPLETE
76132024-10-21T22:12:11.748Z[ recovery-image] Oct 21 22:12:10.473 INFO O| Oct 21 22:12:10.473 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-10-21T22:12:11.755Z[ recovery-image] Oct 21 22:12:10.482 INFO O| Oct 21 22:12:10.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76152024-10-21T22:12:11.755Z[ recovery-image] Oct 21 22:12:10.482 INFO O| Oct 21 22:12:10.482 INFO STEP 1151 (remove_files) COMPLETE
76162024-10-21T22:12:11.755Z[ recovery-image] Oct 21 22:12:10.482 INFO O| Oct 21 22:12:10.482 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-10-21T22:12:11.765Z[ recovery-image] Oct 21 22:12:10.492 INFO O| Oct 21 22:12:10.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76182024-10-21T22:12:11.767Z[ recovery-image] Oct 21 22:12:10.493 INFO O| Oct 21 22:12:10.493 INFO STEP 1152 (remove_files) COMPLETE
76192024-10-21T22:12:11.767Z[ recovery-image] Oct 21 22:12:10.493 INFO O| Oct 21 22:12:10.493 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-10-21T22:12:11.775Z[ recovery-image] Oct 21 22:12:10.503 INFO O| Oct 21 22:12:10.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76212024-10-21T22:12:11.776Z[ recovery-image] Oct 21 22:12:10.503 INFO O| Oct 21 22:12:10.503 INFO STEP 1153 (remove_files) COMPLETE
76222024-10-21T22:12:11.779Z[ recovery-image] Oct 21 22:12:10.503 INFO O| Oct 21 22:12:10.503 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-10-21T22:12:11.785Z[ recovery-image] Oct 21 22:12:10.512 INFO O| Oct 21 22:12:10.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76242024-10-21T22:12:11.785Z[ recovery-image] Oct 21 22:12:10.512 INFO O| Oct 21 22:12:10.512 INFO STEP 1154 (remove_files) COMPLETE
76252024-10-21T22:12:11.788Z[ recovery-image] Oct 21 22:12:10.512 INFO O| Oct 21 22:12:10.512 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-10-21T22:12:11.794Z[ recovery-image] Oct 21 22:12:10.522 INFO O| Oct 21 22:12:10.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76272024-10-21T22:12:11.795Z[ recovery-image] Oct 21 22:12:10.522 INFO O| Oct 21 22:12:10.522 INFO STEP 1155 (remove_files) COMPLETE
76282024-10-21T22:12:11.797Z[ recovery-image] Oct 21 22:12:10.522 INFO O| Oct 21 22:12:10.522 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-10-21T22:12:11.804Z[ recovery-image] Oct 21 22:12:10.531 INFO O| Oct 21 22:12:10.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76302024-10-21T22:12:11.807Z[ recovery-image] Oct 21 22:12:10.532 INFO O| Oct 21 22:12:10.532 INFO STEP 1156 (remove_files) COMPLETE
76312024-10-21T22:12:11.807Z[ recovery-image] Oct 21 22:12:10.532 INFO O| Oct 21 22:12:10.532 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-10-21T22:12:11.814Z[ recovery-image] Oct 21 22:12:10.541 INFO O| Oct 21 22:12:10.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76332024-10-21T22:12:11.816Z[ recovery-image] Oct 21 22:12:10.541 INFO O| Oct 21 22:12:10.541 INFO STEP 1157 (remove_files) COMPLETE
76342024-10-21T22:12:11.817Z[ recovery-image] Oct 21 22:12:10.541 INFO O| Oct 21 22:12:10.541 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-10-21T22:12:11.824Z[ recovery-image] Oct 21 22:12:10.551 INFO O| Oct 21 22:12:10.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76362024-10-21T22:12:11.824Z[ recovery-image] Oct 21 22:12:10.551 INFO O| Oct 21 22:12:10.551 INFO STEP 1158 (remove_files) COMPLETE
76372024-10-21T22:12:11.824Z[ recovery-image] Oct 21 22:12:10.551 INFO O| Oct 21 22:12:10.551 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-10-21T22:12:11.833Z[ recovery-image] Oct 21 22:12:10.560 INFO O| Oct 21 22:12:10.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76392024-10-21T22:12:11.836Z[ recovery-image] Oct 21 22:12:10.560 INFO O| Oct 21 22:12:10.560 INFO STEP 1159 (remove_files) COMPLETE
76402024-10-21T22:12:11.836Z[ recovery-image] Oct 21 22:12:10.560 INFO O| Oct 21 22:12:10.560 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-10-21T22:12:11.843Z[ recovery-image] Oct 21 22:12:10.570 INFO O| Oct 21 22:12:10.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76422024-10-21T22:12:11.843Z[ recovery-image] Oct 21 22:12:10.570 INFO O| Oct 21 22:12:10.570 INFO STEP 1160 (remove_files) COMPLETE
76432024-10-21T22:12:11.843Z[ recovery-image] Oct 21 22:12:10.570 INFO O| Oct 21 22:12:10.570 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-10-21T22:12:11.853Z[ recovery-image] Oct 21 22:12:10.580 INFO O| Oct 21 22:12:10.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76452024-10-21T22:12:11.855Z[ recovery-image] Oct 21 22:12:10.580 INFO O| Oct 21 22:12:10.580 INFO STEP 1161 (remove_files) COMPLETE
76462024-10-21T22:12:11.855Z[ recovery-image] Oct 21 22:12:10.580 INFO O| Oct 21 22:12:10.580 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-10-21T22:12:11.862Z[ recovery-image] Oct 21 22:12:10.590 INFO O| Oct 21 22:12:10.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76482024-10-21T22:12:11.862Z[ recovery-image] Oct 21 22:12:10.590 INFO O| Oct 21 22:12:10.590 INFO STEP 1162 (remove_files) COMPLETE
76492024-10-21T22:12:11.863Z[ recovery-image] Oct 21 22:12:10.590 INFO O| Oct 21 22:12:10.590 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-10-21T22:12:11.872Z[ recovery-image] Oct 21 22:12:10.599 INFO O| Oct 21 22:12:10.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76512024-10-21T22:12:11.875Z[ recovery-image] Oct 21 22:12:10.599 INFO O| Oct 21 22:12:10.599 INFO STEP 1163 (remove_files) COMPLETE
76522024-10-21T22:12:11.875Z[ recovery-image] Oct 21 22:12:10.599 INFO O| Oct 21 22:12:10.599 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-10-21T22:12:11.882Z[ recovery-image] Oct 21 22:12:10.609 INFO O| Oct 21 22:12:10.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76542024-10-21T22:12:11.884Z[ recovery-image] Oct 21 22:12:10.609 INFO O| Oct 21 22:12:10.609 INFO STEP 1164 (remove_files) COMPLETE
76552024-10-21T22:12:11.884Z[ recovery-image] Oct 21 22:12:10.609 INFO O| Oct 21 22:12:10.609 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-10-21T22:12:11.893Z[ recovery-image] Oct 21 22:12:10.620 INFO O| Oct 21 22:12:10.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76572024-10-21T22:12:11.893Z[ recovery-image] Oct 21 22:12:10.620 INFO O| Oct 21 22:12:10.620 INFO STEP 1165 (remove_files) COMPLETE
76582024-10-21T22:12:11.893Z[ recovery-image] Oct 21 22:12:10.620 INFO O| Oct 21 22:12:10.620 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-10-21T22:12:11.903Z[ recovery-image] Oct 21 22:12:10.630 INFO O| Oct 21 22:12:10.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76602024-10-21T22:12:11.903Z[ recovery-image] Oct 21 22:12:10.630 INFO O| Oct 21 22:12:10.630 INFO STEP 1166 (remove_files) COMPLETE
76612024-10-21T22:12:11.906Z[ recovery-image] Oct 21 22:12:10.630 INFO O| Oct 21 22:12:10.630 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-10-21T22:12:11.913Z[ recovery-image] Oct 21 22:12:10.640 INFO O| Oct 21 22:12:10.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76632024-10-21T22:12:11.913Z[ recovery-image] Oct 21 22:12:10.640 INFO O| Oct 21 22:12:10.640 INFO STEP 1167 (remove_files) COMPLETE
76642024-10-21T22:12:11.913Z[ recovery-image] Oct 21 22:12:10.640 INFO O| Oct 21 22:12:10.640 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-10-21T22:12:11.923Z[ recovery-image] Oct 21 22:12:10.650 INFO O| Oct 21 22:12:10.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76662024-10-21T22:12:11.923Z[ recovery-image] Oct 21 22:12:10.650 INFO O| Oct 21 22:12:10.650 INFO STEP 1168 (remove_files) COMPLETE
76672024-10-21T22:12:11.925Z[ recovery-image] Oct 21 22:12:10.650 INFO O| Oct 21 22:12:10.650 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-10-21T22:12:11.932Z[ recovery-image] Oct 21 22:12:10.659 INFO O| Oct 21 22:12:10.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76692024-10-21T22:12:11.936Z[ recovery-image] Oct 21 22:12:10.660 INFO O| Oct 21 22:12:10.660 INFO STEP 1169 (remove_files) COMPLETE
76702024-10-21T22:12:11.936Z[ recovery-image] Oct 21 22:12:10.660 INFO O| Oct 21 22:12:10.660 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-10-21T22:12:11.942Z[ recovery-image] Oct 21 22:12:10.669 INFO O| Oct 21 22:12:10.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76722024-10-21T22:12:11.942Z[ recovery-image] Oct 21 22:12:10.669 INFO O| Oct 21 22:12:10.669 INFO STEP 1170 (remove_files) COMPLETE
76732024-10-21T22:12:11.942Z[ recovery-image] Oct 21 22:12:10.669 INFO O| Oct 21 22:12:10.669 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-10-21T22:12:11.952Z[ recovery-image] Oct 21 22:12:10.679 INFO O| Oct 21 22:12:10.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76752024-10-21T22:12:11.952Z[ recovery-image] Oct 21 22:12:10.679 INFO O| Oct 21 22:12:10.679 INFO STEP 1171 (remove_files) COMPLETE
76762024-10-21T22:12:11.954Z[ recovery-image] Oct 21 22:12:10.679 INFO O| Oct 21 22:12:10.679 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-10-21T22:12:11.961Z[ recovery-image] Oct 21 22:12:10.688 INFO O| Oct 21 22:12:10.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76782024-10-21T22:12:11.961Z[ recovery-image] Oct 21 22:12:10.689 INFO O| Oct 21 22:12:10.689 INFO STEP 1172 (remove_files) COMPLETE
76792024-10-21T22:12:11.964Z[ recovery-image] Oct 21 22:12:10.689 INFO O| Oct 21 22:12:10.689 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-10-21T22:12:11.971Z[ recovery-image] Oct 21 22:12:10.698 INFO O| Oct 21 22:12:10.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76812024-10-21T22:12:11.971Z[ recovery-image] Oct 21 22:12:10.698 INFO O| Oct 21 22:12:10.698 INFO STEP 1173 (remove_files) COMPLETE
76822024-10-21T22:12:11.972Z[ recovery-image] Oct 21 22:12:10.699 INFO O| Oct 21 22:12:10.698 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-10-21T22:12:11.981Z[ recovery-image] Oct 21 22:12:10.708 INFO O| Oct 21 22:12:10.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76842024-10-21T22:12:11.981Z[ recovery-image] Oct 21 22:12:10.708 INFO O| Oct 21 22:12:10.708 INFO STEP 1174 (remove_files) COMPLETE
76852024-10-21T22:12:11.983Z[ recovery-image] Oct 21 22:12:10.708 INFO O| Oct 21 22:12:10.708 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-21T22:12:11.990Z[ recovery-image] Oct 21 22:12:10.717 INFO O| Oct 21 22:12:10.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76872024-10-21T22:12:11.990Z[ recovery-image] Oct 21 22:12:10.718 INFO O| Oct 21 22:12:10.717 INFO STEP 1175 (remove_files) COMPLETE
76882024-10-21T22:12:11.991Z[ recovery-image] Oct 21 22:12:10.718 INFO O| Oct 21 22:12:10.718 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-10-21T22:12:12.001Z[ recovery-image] Oct 21 22:12:10.727 INFO O| Oct 21 22:12:10.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76902024-10-21T22:12:12.001Z[ recovery-image] Oct 21 22:12:10.727 INFO O| Oct 21 22:12:10.727 INFO STEP 1176 (remove_files) COMPLETE
76912024-10-21T22:12:12.001Z[ recovery-image] Oct 21 22:12:10.727 INFO O| Oct 21 22:12:10.727 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-10-21T22:12:12.010Z[ recovery-image] Oct 21 22:12:10.737 INFO O| Oct 21 22:12:10.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76932024-10-21T22:12:12.010Z[ recovery-image] Oct 21 22:12:10.737 INFO O| Oct 21 22:12:10.737 INFO STEP 1177 (remove_files) COMPLETE
76942024-10-21T22:12:12.012Z[ recovery-image] Oct 21 22:12:10.737 INFO O| Oct 21 22:12:10.737 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-10-21T22:12:12.019Z[ recovery-image] Oct 21 22:12:10.746 INFO O| Oct 21 22:12:10.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76962024-10-21T22:12:12.019Z[ recovery-image] Oct 21 22:12:10.746 INFO O| Oct 21 22:12:10.746 INFO STEP 1178 (remove_files) COMPLETE
76972024-10-21T22:12:12.019Z[ recovery-image] Oct 21 22:12:10.746 INFO O| Oct 21 22:12:10.746 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-10-21T22:12:12.029Z[ recovery-image] Oct 21 22:12:10.756 INFO O| Oct 21 22:12:10.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76992024-10-21T22:12:12.029Z[ recovery-image] Oct 21 22:12:10.756 INFO O| Oct 21 22:12:10.756 INFO STEP 1179 (remove_files) COMPLETE
77002024-10-21T22:12:12.031Z[ recovery-image] Oct 21 22:12:10.756 INFO O| Oct 21 22:12:10.756 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-10-21T22:12:12.038Z[ recovery-image] Oct 21 22:12:10.765 INFO O| Oct 21 22:12:10.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77022024-10-21T22:12:12.041Z[ recovery-image] Oct 21 22:12:10.765 INFO O| Oct 21 22:12:10.765 INFO STEP 1180 (remove_files) COMPLETE
77032024-10-21T22:12:12.041Z[ recovery-image] Oct 21 22:12:10.765 INFO O| Oct 21 22:12:10.765 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-10-21T22:12:12.048Z[ recovery-image] Oct 21 22:12:10.775 INFO O| Oct 21 22:12:10.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77052024-10-21T22:12:12.048Z[ recovery-image] Oct 21 22:12:10.775 INFO O| Oct 21 22:12:10.775 INFO STEP 1181 (remove_files) COMPLETE
77062024-10-21T22:12:12.051Z[ recovery-image] Oct 21 22:12:10.775 INFO O| Oct 21 22:12:10.775 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-10-21T22:12:12.057Z[ recovery-image] Oct 21 22:12:10.785 INFO O| Oct 21 22:12:10.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77082024-10-21T22:12:12.060Z[ recovery-image] Oct 21 22:12:10.785 INFO O| Oct 21 22:12:10.785 INFO STEP 1182 (remove_files) COMPLETE
77092024-10-21T22:12:12.060Z[ recovery-image] Oct 21 22:12:10.785 INFO O| Oct 21 22:12:10.785 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-10-21T22:12:12.067Z[ recovery-image] Oct 21 22:12:10.794 INFO O| Oct 21 22:12:10.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77112024-10-21T22:12:12.070Z[ recovery-image] Oct 21 22:12:10.794 INFO O| Oct 21 22:12:10.794 INFO STEP 1183 (remove_files) COMPLETE
77122024-10-21T22:12:12.070Z[ recovery-image] Oct 21 22:12:10.794 INFO O| Oct 21 22:12:10.794 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-10-21T22:12:12.076Z[ recovery-image] Oct 21 22:12:10.803 INFO O| Oct 21 22:12:10.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77142024-10-21T22:12:12.076Z[ recovery-image] Oct 21 22:12:10.804 INFO O| Oct 21 22:12:10.804 INFO STEP 1184 (remove_files) COMPLETE
77152024-10-21T22:12:12.080Z[ recovery-image] Oct 21 22:12:10.804 INFO O| Oct 21 22:12:10.804 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-10-21T22:12:12.086Z[ recovery-image] Oct 21 22:12:10.813 INFO O| Oct 21 22:12:10.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77172024-10-21T22:12:12.086Z[ recovery-image] Oct 21 22:12:10.813 INFO O| Oct 21 22:12:10.813 INFO STEP 1185 (remove_files) COMPLETE
77182024-10-21T22:12:12.086Z[ recovery-image] Oct 21 22:12:10.813 INFO O| Oct 21 22:12:10.813 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-10-21T22:12:12.095Z[ recovery-image] Oct 21 22:12:10.822 INFO O| Oct 21 22:12:10.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77202024-10-21T22:12:12.098Z[ recovery-image] Oct 21 22:12:10.823 INFO O| Oct 21 22:12:10.823 INFO STEP 1186 (remove_files) COMPLETE
77212024-10-21T22:12:12.098Z[ recovery-image] Oct 21 22:12:10.823 INFO O| Oct 21 22:12:10.823 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-10-21T22:12:12.105Z[ recovery-image] Oct 21 22:12:10.832 INFO O| Oct 21 22:12:10.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77232024-10-21T22:12:12.105Z[ recovery-image] Oct 21 22:12:10.832 INFO O| Oct 21 22:12:10.832 INFO STEP 1187 (remove_files) COMPLETE
77242024-10-21T22:12:12.105Z[ recovery-image] Oct 21 22:12:10.832 INFO O| Oct 21 22:12:10.832 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-10-21T22:12:12.115Z[ recovery-image] Oct 21 22:12:10.842 INFO O| Oct 21 22:12:10.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77262024-10-21T22:12:12.117Z[ recovery-image] Oct 21 22:12:10.842 INFO O| Oct 21 22:12:10.842 INFO STEP 1188 (remove_files) COMPLETE
77272024-10-21T22:12:12.117Z[ recovery-image] Oct 21 22:12:10.842 INFO O| Oct 21 22:12:10.842 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-10-21T22:12:12.124Z[ recovery-image] Oct 21 22:12:10.851 INFO O| Oct 21 22:12:10.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77292024-10-21T22:12:12.124Z[ recovery-image] Oct 21 22:12:10.851 INFO O| Oct 21 22:12:10.851 INFO STEP 1189 (remove_files) COMPLETE
77302024-10-21T22:12:12.126Z[ recovery-image] Oct 21 22:12:10.851 INFO O| Oct 21 22:12:10.851 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-10-21T22:12:12.133Z[ recovery-image] Oct 21 22:12:10.860 INFO O| Oct 21 22:12:10.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77322024-10-21T22:12:12.133Z[ recovery-image] Oct 21 22:12:10.860 INFO O| Oct 21 22:12:10.860 INFO STEP 1190 (remove_files) COMPLETE
77332024-10-21T22:12:12.136Z[ recovery-image] Oct 21 22:12:10.861 INFO O| Oct 21 22:12:10.860 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-10-21T22:12:12.143Z[ recovery-image] Oct 21 22:12:10.870 INFO O| Oct 21 22:12:10.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77352024-10-21T22:12:12.143Z[ recovery-image] Oct 21 22:12:10.870 INFO O| Oct 21 22:12:10.870 INFO STEP 1191 (remove_files) COMPLETE
77362024-10-21T22:12:12.146Z[ recovery-image] Oct 21 22:12:10.870 INFO O| Oct 21 22:12:10.870 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-10-21T22:12:12.152Z[ recovery-image] Oct 21 22:12:10.879 INFO O| Oct 21 22:12:10.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77382024-10-21T22:12:12.152Z[ recovery-image] Oct 21 22:12:10.880 INFO O| Oct 21 22:12:10.879 INFO STEP 1192 (remove_files) COMPLETE
77392024-10-21T22:12:12.155Z[ recovery-image] Oct 21 22:12:10.880 INFO O| Oct 21 22:12:10.880 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-10-21T22:12:12.162Z[ recovery-image] Oct 21 22:12:10.889 INFO O| Oct 21 22:12:10.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77412024-10-21T22:12:12.162Z[ recovery-image] Oct 21 22:12:10.889 INFO O| Oct 21 22:12:10.889 INFO STEP 1193 (remove_files) COMPLETE
77422024-10-21T22:12:12.162Z[ recovery-image] Oct 21 22:12:10.889 INFO O| Oct 21 22:12:10.889 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-10-21T22:12:12.172Z[ recovery-image] Oct 21 22:12:10.899 INFO O| Oct 21 22:12:10.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77442024-10-21T22:12:12.172Z[ recovery-image] Oct 21 22:12:10.899 INFO O| Oct 21 22:12:10.899 INFO STEP 1194 (remove_files) COMPLETE
77452024-10-21T22:12:12.174Z[ recovery-image] Oct 21 22:12:10.899 INFO O| Oct 21 22:12:10.899 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-10-21T22:12:12.181Z[ recovery-image] Oct 21 22:12:10.909 INFO O| Oct 21 22:12:10.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77472024-10-21T22:12:12.181Z[ recovery-image] Oct 21 22:12:10.909 INFO O| Oct 21 22:12:10.909 INFO STEP 1195 (remove_files) COMPLETE
77482024-10-21T22:12:12.182Z[ recovery-image] Oct 21 22:12:10.909 INFO O| Oct 21 22:12:10.909 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-10-21T22:12:12.191Z[ recovery-image] Oct 21 22:12:10.918 INFO O| Oct 21 22:12:10.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77502024-10-21T22:12:12.194Z[ recovery-image] Oct 21 22:12:10.918 INFO O| Oct 21 22:12:10.918 INFO STEP 1196 (remove_files) COMPLETE
77512024-10-21T22:12:12.194Z[ recovery-image] Oct 21 22:12:10.918 INFO O| Oct 21 22:12:10.918 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-10-21T22:12:12.201Z[ recovery-image] Oct 21 22:12:10.928 INFO O| Oct 21 22:12:10.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77532024-10-21T22:12:12.203Z[ recovery-image] Oct 21 22:12:10.928 INFO O| Oct 21 22:12:10.928 INFO STEP 1197 (remove_files) COMPLETE
77542024-10-21T22:12:12.203Z[ recovery-image] Oct 21 22:12:10.928 INFO O| Oct 21 22:12:10.928 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-10-21T22:12:12.210Z[ recovery-image] Oct 21 22:12:10.937 INFO O| Oct 21 22:12:10.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77562024-10-21T22:12:12.210Z[ recovery-image] Oct 21 22:12:10.937 INFO O| Oct 21 22:12:10.937 INFO STEP 1198 (remove_files) COMPLETE
77572024-10-21T22:12:12.213Z[ recovery-image] Oct 21 22:12:10.937 INFO O| Oct 21 22:12:10.937 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-10-21T22:12:12.220Z[ recovery-image] Oct 21 22:12:10.947 INFO O| Oct 21 22:12:10.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77592024-10-21T22:12:12.222Z[ recovery-image] Oct 21 22:12:10.947 INFO O| Oct 21 22:12:10.947 INFO STEP 1199 (remove_files) COMPLETE
77602024-10-21T22:12:12.222Z[ recovery-image] Oct 21 22:12:10.947 INFO O| Oct 21 22:12:10.947 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-10-21T22:12:12.229Z[ recovery-image] Oct 21 22:12:10.956 INFO O| Oct 21 22:12:10.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77622024-10-21T22:12:12.229Z[ recovery-image] Oct 21 22:12:10.956 INFO O| Oct 21 22:12:10.956 INFO STEP 1200 (remove_files) COMPLETE
77632024-10-21T22:12:12.232Z[ recovery-image] Oct 21 22:12:10.956 INFO O| Oct 21 22:12:10.956 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-10-21T22:12:12.239Z[ recovery-image] Oct 21 22:12:10.966 INFO O| Oct 21 22:12:10.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77652024-10-21T22:12:12.241Z[ recovery-image] Oct 21 22:12:10.966 INFO O| Oct 21 22:12:10.966 INFO STEP 1201 (remove_files) COMPLETE
77662024-10-21T22:12:12.241Z[ recovery-image] Oct 21 22:12:10.966 INFO O| Oct 21 22:12:10.966 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-10-21T22:12:12.249Z[ recovery-image] Oct 21 22:12:10.976 INFO O| Oct 21 22:12:10.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77682024-10-21T22:12:12.249Z[ recovery-image] Oct 21 22:12:10.976 INFO O| Oct 21 22:12:10.976 INFO STEP 1202 (remove_files) COMPLETE
77692024-10-21T22:12:12.249Z[ recovery-image] Oct 21 22:12:10.976 INFO O| Oct 21 22:12:10.976 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-10-21T22:12:12.258Z[ recovery-image] Oct 21 22:12:10.985 INFO O| Oct 21 22:12:10.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77712024-10-21T22:12:12.258Z[ recovery-image] Oct 21 22:12:10.985 INFO O| Oct 21 22:12:10.985 INFO STEP 1203 (remove_files) COMPLETE
77722024-10-21T22:12:12.261Z[ recovery-image] Oct 21 22:12:10.985 INFO O| Oct 21 22:12:10.985 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-10-21T22:12:12.268Z[ recovery-image] Oct 21 22:12:10.995 INFO O| Oct 21 22:12:10.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77742024-10-21T22:12:12.268Z[ recovery-image] Oct 21 22:12:10.995 INFO O| Oct 21 22:12:10.995 INFO STEP 1204 (remove_files) COMPLETE
77752024-10-21T22:12:12.271Z[ recovery-image] Oct 21 22:12:10.995 INFO O| Oct 21 22:12:10.995 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-10-21T22:12:12.278Z[ recovery-image] Oct 21 22:12:11.005 INFO O| Oct 21 22:12:11.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77772024-10-21T22:12:12.278Z[ recovery-image] Oct 21 22:12:11.005 INFO O| Oct 21 22:12:11.005 INFO STEP 1205 (remove_files) COMPLETE
77782024-10-21T22:12:12.281Z[ recovery-image] Oct 21 22:12:11.005 INFO O| Oct 21 22:12:11.005 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77792024-10-21T22:12:12.293Z[ recovery-image] Oct 21 22:12:11.020 INFO O| Oct 21 22:12:11.020 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77802024-10-21T22:12:12.293Z[ recovery-image] Oct 21 22:12:11.020 INFO O| Oct 21 22:12:11.020 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77812024-10-21T22:12:13.013Z[ recovery-image] Oct 21 22:12:11.740 INFO O| Oct 21 22:12:11.739 INFO STEP 1206 (pack_tar) COMPLETE
77822024-10-21T22:12:13.013Z[ recovery-image] Oct 21 22:12:11.740 INFO O| Oct 21 22:12:11.740 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77832024-10-21T22:12:13.015Z[ recovery-image] Oct 21 22:12:11.740 INFO O| Oct 21 22:12:11.740 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77842024-10-21T22:12:13.216Z[ recovery-image] Oct 21 22:12:11.943 INFO O| Oct 21 22:12:11.942 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77852024-10-21T22:12:13.308Z[ recovery-image] Oct 21 22:12:12.035 INFO O| Oct 21 22:12:12.035 INFO completed processing gimlet/ramdisk-03-recovery-trim
77862024-10-21T22:12:13.314Z[ recovery-image] Oct 21 22:12:12.041 INFO image builder template: zfs-recovery...
77872024-10-21T22:12:13.317Z[ recovery-image] Oct 21 22:12:12.041 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/.tmpZk5wJg/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
77882024-10-21T22:12:13.346Z[ recovery-image] Oct 21 22:12:12.073 INFO O| Oct 21 22:12:12.073 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77892024-10-21T22:12:13.350Z[ recovery-image] Oct 21 22:12:12.077 INFO O| Oct 21 22:12:12.077 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77902024-10-21T22:12:13.411Z[ recovery-image] Oct 21 22:12:12.138 INFO O| Oct 21 22:12:12.138 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77912024-10-21T22:12:13.474Z[ recovery-image] Oct 21 22:12:12.201 INFO O| Oct 21 22:12:12.201 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77922024-10-21T22:12:13.474Z[ recovery-image] Oct 21 22:12:12.201 INFO O| Oct 21 22:12:12.201 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77932024-10-21T22:12:13.478Z[ recovery-image] Oct 21 22:12:12.205 INFO O| Oct 21 22:12:12.205 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77942024-10-21T22:12:13.545Z[ recovery-image] Oct 21 22:12:12.271 INFO O| Oct 21 22:12:12.271 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77952024-10-21T22:12:13.650Z[ recovery-image] Oct 21 22:12:12.377 INFO O| Oct 21 22:12:12.377 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77962024-10-21T22:12:13.660Z[ recovery-image] Oct 21 22:12:12.387 INFO O| Oct 21 22:12:12.387 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77972024-10-21T22:12:13.666Z[ recovery-image] Oct 21 22:12:12.393 INFO O| Oct 21 22:12:12.393 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77982024-10-21T22:12:13.668Z[ recovery-image] Oct 21 22:12:12.394 INFO O| Oct 21 22:12:12.394 INFO no lofi found
77992024-10-21T22:12:13.668Z[ recovery-image] Oct 21 22:12:12.394 INFO O| Oct 21 22:12:12.394 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78002024-10-21T22:12:13.668Z[ recovery-image] Oct 21 22:12:12.394 INFO O| Oct 21 22:12:12.394 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78012024-10-21T22:12:14.640Z[ host-image] Oct 21 22:12:13.367 INFO O| Oct 21 22:12:13.367 INFO O| Download: Completed 8.42 MB in 4.59 seconds (1.8M/s)
78022024-10-21T22:12:14.695Z[ host-image] Oct 21 22:12:13.422 INFO O| Oct 21 22:12:13.422 INFO O| Actions: 1/1361 actions (Installing new actions)
78032024-10-21T22:12:15.113Z[ host-image] Oct 21 22:12:13.839 INFO O| Oct 21 22:12:13.839 INFO O| Actions: Completed 1361 actions in 0.42 seconds.
78042024-10-21T22:12:15.283Z[ recovery-image] Oct 21 22:12:14.009 INFO O| Oct 21 22:12:14.009 INFO lofi device = /dev/dsk/c2t1d0p0
78052024-10-21T22:12:15.283Z[ recovery-image] Oct 21 22:12:14.009 INFO O| Oct 21 22:12:14.009 INFO pool device = /dev/dsk/c2t1d0p0
78062024-10-21T22:12:15.286Z[ recovery-image] Oct 21 22:12:14.010 INFO O| Oct 21 22:12:14.010 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"]
78072024-10-21T22:12:15.361Z[ recovery-image] Oct 21 22:12:14.087 INFO O| Oct 21 22:12:14.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78082024-10-21T22:12:15.361Z[ recovery-image] Oct 21 22:12:14.087 INFO O| Oct 21 22:12:14.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78092024-10-21T22:12:15.379Z[ recovery-image] Oct 21 22:12:14.106 INFO O| Oct 21 22:12:14.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78102024-10-21T22:12:15.444Z[ host-image] Oct 21 22:12:14.171 INFO O| Oct 21 22:12:14.170 INFO O| Done
78112024-10-21T22:12:15.444Z[ host-image] Oct 21 22:12:14.171 INFO O| Oct 21 22:12:14.171 INFO O| Done
78122024-10-21T22:12:15.447Z[ recovery-image] Oct 21 22:12:14.172 INFO O| Oct 21 22:12:14.172 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78132024-10-21T22:12:15.483Z[ recovery-image] Oct 21 22:12:14.210 INFO O| Oct 21 22:12:14.210 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78142024-10-21T22:12:15.497Z[ recovery-image] Oct 21 22:12:14.223 INFO O| Oct 21 22:12:14.223 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78152024-10-21T22:12:15.507Z[ recovery-image] Oct 21 22:12:14.234 INFO O| Oct 21 22:12:14.234 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78162024-10-21T22:12:15.552Z[ recovery-image] Oct 21 22:12:14.279 INFO O| Oct 21 22:12:14.279 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78172024-10-21T22:12:15.552Z[ recovery-image] Oct 21 22:12:14.279 INFO O| Oct 21 22:12:14.279 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78182024-10-21T22:12:15.555Z[ recovery-image] Oct 21 22:12:14.279 INFO O| Oct 21 22:12:14.279 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78192024-10-21T22:12:15.562Z[ recovery-image] Oct 21 22:12:14.289 INFO O| Oct 21 22:12:14.289 INFO boot environment UUID: 84d25ac8-c523-4cf3-8b37-535cef5801ac
78202024-10-21T22:12:15.565Z[ recovery-image] Oct 21 22:12:14.289 INFO O| Oct 21 22:12:14.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 84d25ac8-c523-4cf3-8b37-535cef5801ac
78212024-10-21T22:12:15.573Z[ recovery-image] Oct 21 22:12:14.300 INFO O| Oct 21 22:12:14.300 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78222024-10-21T22:12:15.583Z[ recovery-image] Oct 21 22:12:14.310 INFO O| Oct 21 22:12:14.310 INFO STEP 0 (create_be) COMPLETE
78232024-10-21T22:12:15.583Z[ recovery-image] Oct 21 22:12:14.310 INFO O| Oct 21 22:12:14.310 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78242024-10-21T22:12:15.598Z[ recovery-image] Oct 21 22:12:14.325 INFO O| Oct 21 22:12:14.325 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"]
78252024-10-21T22:12:16.086Z[ host-image] Oct 21 22:12:14.812 INFO O| Oct 21 22:12:14.812 INFO O| Done
78262024-10-21T22:12:17.672Z[ recovery-image] Oct 21 22:12:16.398 INFO O| Oct 21 22:12:16.398 INFO STEP 1 (unpack_tar) COMPLETE
78272024-10-21T22:12:17.672Z[ recovery-image] Oct 21 22:12:16.398 INFO O| Oct 21 22:12:16.398 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78282024-10-21T22:12:17.683Z[ recovery-image] Oct 21 22:12:16.410 INFO O| Oct 21 22:12:16.410 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78292024-10-21T22:12:18.080Z[ host-image] Oct 21 22:12:16.806 INFO O| Oct 21 22:12:16.806 INFO O| Done
78302024-10-21T22:12:18.105Z[ host-image] Oct 21 22:12:16.832 INFO O| Oct 21 22:12:16.832 INFO O| Done
78312024-10-21T22:12:18.106Z[ host-image] Oct 21 22:12:16.832 INFO O| Oct 21 22:12:16.832 INFO O| Done
78322024-10-21T22:12:18.117Z[ recovery-image] Oct 21 22:12:16.844 INFO O| Oct 21 22:12:16.844 INFO STEP 2 (devfsadm) COMPLETE
78332024-10-21T22:12:18.117Z[ recovery-image] Oct 21 22:12:16.844 INFO O| Oct 21 22:12:16.844 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78342024-10-21T22:12:18.128Z[ recovery-image] Oct 21 22:12:16.855 INFO O| Oct 21 22:12:16.855 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78352024-10-21T22:12:18.129Z[ recovery-image] Oct 21 22:12:16.855 INFO O| Oct 21 22:12:16.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78362024-10-21T22:12:18.131Z[ recovery-image] Oct 21 22:12:16.855 INFO O| Oct 21 22:12:16.855 INFO STEP 3 (ensure_dir) COMPLETE
78372024-10-21T22:12:18.131Z[ recovery-image] Oct 21 22:12:16.855 INFO O| Oct 21 22:12:16.855 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78382024-10-21T22:12:18.138Z[ recovery-image] Oct 21 22:12:16.865 INFO O| Oct 21 22:12:16.865 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78392024-10-21T22:12:18.138Z[ recovery-image] Oct 21 22:12:16.865 INFO O| Oct 21 22:12:16.865 INFO STEP 4 (ensure_dir) COMPLETE
78402024-10-21T22:12:18.138Z[ recovery-image] Oct 21 22:12:16.865 INFO O| Oct 21 22:12:16.865 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78412024-10-21T22:12:18.148Z[ recovery-image] Oct 21 22:12:16.875 INFO O| Oct 21 22:12:16.875 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78422024-10-21T22:12:18.148Z[ recovery-image] Oct 21 22:12:16.875 INFO O| Oct 21 22:12:16.875 INFO STEP 5 (ensure_dir) COMPLETE
78432024-10-21T22:12:18.151Z[ recovery-image] Oct 21 22:12:16.875 INFO O| Oct 21 22:12:16.875 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78442024-10-21T22:12:18.151Z[ host-image] Oct 21 22:12:16.876 INFO O| Oct 21 22:12:16.876 INFO O| Done
78452024-10-21T22:12:18.159Z[ recovery-image] Oct 21 22:12:16.885 INFO O| Oct 21 22:12:16.885 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78462024-10-21T22:12:18.162Z[ recovery-image] Oct 21 22:12:16.885 INFO O| Oct 21 22:12:16.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78472024-10-21T22:12:18.162Z[ recovery-image] Oct 21 22:12:16.885 INFO O| Oct 21 22:12:16.885 INFO STEP 6 (ensure_dir) COMPLETE
78482024-10-21T22:12:18.162Z[ recovery-image] Oct 21 22:12:16.885 INFO O| Oct 21 22:12:16.885 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78492024-10-21T22:12:18.170Z[ recovery-image] Oct 21 22:12:16.896 INFO O| Oct 21 22:12:16.896 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78502024-10-21T22:12:18.172Z[ recovery-image] Oct 21 22:12:16.897 INFO O| Oct 21 22:12:16.897 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78512024-10-21T22:12:18.172Z[ recovery-image] Oct 21 22:12:16.897 INFO O| Oct 21 22:12:16.897 INFO STEP 7 (ensure_dir) COMPLETE
78522024-10-21T22:12:18.172Z[ recovery-image] Oct 21 22:12:16.897 INFO O| Oct 21 22:12:16.897 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78532024-10-21T22:12:18.181Z[ recovery-image] Oct 21 22:12:16.908 INFO O| Oct 21 22:12:16.907 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78542024-10-21T22:12:18.184Z[ recovery-image] Oct 21 22:12:16.908 INFO O| Oct 21 22:12:16.908 INFO STEP 8 (remove_files) COMPLETE
78552024-10-21T22:12:18.184Z[ recovery-image] Oct 21 22:12:16.908 INFO O| Oct 21 22:12:16.908 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78562024-10-21T22:12:18.191Z[ recovery-image] Oct 21 22:12:16.918 INFO O| Oct 21 22:12:16.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78572024-10-21T22:12:18.194Z[ recovery-image] Oct 21 22:12:16.919 INFO O| Oct 21 22:12:16.919 INFO STEP 9 (remove_files) COMPLETE
78582024-10-21T22:12:18.194Z[ recovery-image] Oct 21 22:12:16.919 INFO O| Oct 21 22:12:16.919 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78592024-10-21T22:12:18.202Z[ recovery-image] Oct 21 22:12:16.929 INFO O| Oct 21 22:12:16.929 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78602024-10-21T22:12:18.205Z[ recovery-image] Oct 21 22:12:16.930 INFO O| Oct 21 22:12:16.930 INFO STEP 10 (remove_files) COMPLETE
78612024-10-21T22:12:18.205Z[ recovery-image] Oct 21 22:12:16.930 INFO O| Oct 21 22:12:16.930 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78622024-10-21T22:12:18.213Z[ recovery-image] Oct 21 22:12:16.940 INFO O| Oct 21 22:12:16.940 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78632024-10-21T22:12:18.216Z[ recovery-image] Oct 21 22:12:16.940 INFO O| Oct 21 22:12:16.940 INFO STEP 11 (remove_files) COMPLETE
78642024-10-21T22:12:18.216Z[ recovery-image] Oct 21 22:12:16.940 INFO O| Oct 21 22:12:16.940 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78652024-10-21T22:12:18.223Z[ recovery-image] Oct 21 22:12:16.950 INFO O| Oct 21 22:12:16.950 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78662024-10-21T22:12:18.226Z[ recovery-image] Oct 21 22:12:16.950 INFO O| Oct 21 22:12:16.950 INFO STEP 12 (remove_files) COMPLETE
78672024-10-21T22:12:18.226Z[ recovery-image] Oct 21 22:12:16.950 INFO O| Oct 21 22:12:16.950 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78682024-10-21T22:12:18.234Z[ recovery-image] Oct 21 22:12:16.961 INFO O| Oct 21 22:12:16.960 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78692024-10-21T22:12:18.236Z[ recovery-image] Oct 21 22:12:16.961 INFO O| Oct 21 22:12:16.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78702024-10-21T22:12:18.237Z[ recovery-image] Oct 21 22:12:16.961 INFO O| Oct 21 22:12:16.961 INFO STEP 13 (ensure_dir) COMPLETE
78712024-10-21T22:12:18.237Z[ recovery-image] Oct 21 22:12:16.961 INFO O| Oct 21 22:12:16.961 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78722024-10-21T22:12:18.244Z[ recovery-image] Oct 21 22:12:16.971 INFO O| Oct 21 22:12:16.971 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78732024-10-21T22:12:18.247Z[ recovery-image] Oct 21 22:12:16.971 INFO O| Oct 21 22:12:16.971 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78742024-10-21T22:12:18.247Z[ recovery-image] Oct 21 22:12:16.971 INFO O| Oct 21 22:12:16.971 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78752024-10-21T22:12:18.247Z[ recovery-image] Oct 21 22:12:16.971 INFO O| Oct 21 22:12:16.971 INFO STEP 14 (ensure_dir) COMPLETE
78762024-10-21T22:12:18.247Z[ recovery-image] Oct 21 22:12:16.971 INFO O| Oct 21 22:12:16.971 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78772024-10-21T22:12:18.255Z[ recovery-image] Oct 21 22:12:16.981 INFO O| Oct 21 22:12:16.981 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78782024-10-21T22:12:18.257Z[ recovery-image] Oct 21 22:12:16.981 INFO O| Oct 21 22:12:16.981 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78792024-10-21T22:12:18.257Z[ recovery-image] Oct 21 22:12:16.981 INFO O| Oct 21 22:12:16.981 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78802024-10-21T22:12:18.257Z[ host-image] Oct 21 22:12:16.981 INFO O| Oct 21 22:12:16.981 INFO STEP 13 (pkg_install) COMPLETE
78812024-10-21T22:12:18.257Z[ recovery-image] Oct 21 22:12:16.981 INFO O| Oct 21 22:12:16.981 INFO STEP 15 (ensure_dir) COMPLETE
78822024-10-21T22:12:18.257Z[ host-image] Oct 21 22:12:16.981 INFO O| Oct 21 22:12:16.981 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78832024-10-21T22:12:18.257Z[ recovery-image] Oct 21 22:12:16.981 INFO O| Oct 21 22:12:16.981 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78842024-10-21T22:12:18.265Z[ recovery-image] Oct 21 22:12:16.992 INFO O| Oct 21 22:12:16.992 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78852024-10-21T22:12:18.268Z[ recovery-image] Oct 21 22:12:16.992 INFO O| Oct 21 22:12:16.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78862024-10-21T22:12:18.268Z[ recovery-image] Oct 21 22:12:16.992 INFO O| Oct 21 22:12:16.992 INFO STEP 16 (ensure_dir) COMPLETE
78872024-10-21T22:12:18.268Z[ recovery-image] Oct 21 22:12:16.992 INFO O| Oct 21 22:12:16.992 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78882024-10-21T22:12:18.268Z[ host-image] Oct 21 22:12:16.992 INFO O| Oct 21 22:12:16.992 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
78892024-10-21T22:12:18.278Z[ recovery-image] Oct 21 22:12:17.004 INFO O| Oct 21 22:12:17.004 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78902024-10-21T22:12:18.278Z[ recovery-image] Oct 21 22:12:17.004 INFO O| Oct 21 22:12:17.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78912024-10-21T22:12:18.278Z[ recovery-image] Oct 21 22:12:17.004 INFO O| Oct 21 22:12:17.004 INFO STEP 17 (ensure_dir) COMPLETE
78922024-10-21T22:12:18.280Z[ recovery-image] Oct 21 22:12:17.004 INFO O| Oct 21 22:12:17.004 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78932024-10-21T22:12:18.290Z[ recovery-image] Oct 21 22:12:17.017 INFO O| Oct 21 22:12:17.017 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78942024-10-21T22:12:18.290Z[ recovery-image] Oct 21 22:12:17.017 INFO O| Oct 21 22:12:17.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78952024-10-21T22:12:18.293Z[ recovery-image] Oct 21 22:12:17.017 INFO O| Oct 21 22:12:17.017 INFO ok!
78962024-10-21T22:12:18.293Z[ recovery-image] Oct 21 22:12:17.017 INFO O| Oct 21 22:12:17.017 INFO STEP 18 (ensure_symlink) COMPLETE
78972024-10-21T22:12:18.293Z[ recovery-image] Oct 21 22:12:17.017 INFO O| Oct 21 22:12:17.017 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78982024-10-21T22:12:18.301Z[ recovery-image] Oct 21 22:12:17.027 INFO O| Oct 21 22:12:17.027 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78992024-10-21T22:12:18.301Z[ recovery-image] Oct 21 22:12:17.027 INFO O| Oct 21 22:12:17.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79002024-10-21T22:12:18.304Z[ recovery-image] Oct 21 22:12:17.027 INFO O| Oct 21 22:12:17.027 INFO ok!
79012024-10-21T22:12:18.304Z[ recovery-image] Oct 21 22:12:17.027 INFO O| Oct 21 22:12:17.027 INFO STEP 19 (ensure_file) COMPLETE
79022024-10-21T22:12:18.304Z[ recovery-image] Oct 21 22:12:17.027 INFO O| Oct 21 22:12:17.027 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79032024-10-21T22:12:18.311Z[ recovery-image] Oct 21 22:12:17.037 INFO O| Oct 21 22:12:17.037 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79042024-10-21T22:12:18.311Z[ recovery-image] Oct 21 22:12:17.037 INFO O| Oct 21 22:12:17.037 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79052024-10-21T22:12:18.313Z[ recovery-image] Oct 21 22:12:17.038 INFO O| Oct 21 22:12:17.038 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79062024-10-21T22:12:18.313Z[ recovery-image] Oct 21 22:12:17.038 INFO O| Oct 21 22:12:17.038 INFO ok!
79072024-10-21T22:12:18.313Z[ recovery-image] Oct 21 22:12:17.038 INFO O| Oct 21 22:12:17.038 INFO STEP 20 (ensure_symlink) COMPLETE
79082024-10-21T22:12:18.313Z[ recovery-image] Oct 21 22:12:17.038 INFO O| Oct 21 22:12:17.038 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79092024-10-21T22:12:18.321Z[ recovery-image] Oct 21 22:12:17.048 INFO O| Oct 21 22:12:17.048 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79102024-10-21T22:12:18.321Z[ recovery-image] Oct 21 22:12:17.048 INFO O| Oct 21 22:12:17.048 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79112024-10-21T22:12:18.321Z[ recovery-image] Oct 21 22:12:17.048 INFO O| Oct 21 22:12:17.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79122024-10-21T22:12:18.324Z[ recovery-image] Oct 21 22:12:17.048 INFO O| Oct 21 22:12:17.048 INFO ok!
79132024-10-21T22:12:18.324Z[ recovery-image] Oct 21 22:12:17.048 INFO O| Oct 21 22:12:17.048 INFO STEP 21 (ensure_symlink) COMPLETE
79142024-10-21T22:12:18.324Z[ recovery-image] Oct 21 22:12:17.048 INFO O| Oct 21 22:12:17.048 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79152024-10-21T22:12:18.331Z[ recovery-image] Oct 21 22:12:17.058 INFO O| Oct 21 22:12:17.058 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79162024-10-21T22:12:18.331Z[ recovery-image] Oct 21 22:12:17.058 INFO O| Oct 21 22:12:17.058 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79172024-10-21T22:12:18.334Z[ recovery-image] Oct 21 22:12:17.058 INFO O| Oct 21 22:12:17.058 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79182024-10-21T22:12:18.334Z[ recovery-image] Oct 21 22:12:17.058 INFO O| Oct 21 22:12:17.058 INFO ok!
79192024-10-21T22:12:18.334Z[ recovery-image] Oct 21 22:12:17.058 INFO O| Oct 21 22:12:17.058 INFO STEP 22 (ensure_symlink) COMPLETE
79202024-10-21T22:12:18.334Z[ recovery-image] Oct 21 22:12:17.058 INFO O| Oct 21 22:12:17.058 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79212024-10-21T22:12:18.342Z[ recovery-image] Oct 21 22:12:17.068 INFO O| Oct 21 22:12:17.068 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79222024-10-21T22:12:18.344Z[ recovery-image] Oct 21 22:12:17.068 INFO O| Oct 21 22:12:17.068 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79232024-10-21T22:12:18.344Z[ recovery-image] Oct 21 22:12:17.068 INFO O| Oct 21 22:12:17.068 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79242024-10-21T22:12:18.344Z[ recovery-image] Oct 21 22:12:17.068 INFO O| Oct 21 22:12:17.068 INFO ok!
79252024-10-21T22:12:18.344Z[ recovery-image] Oct 21 22:12:17.068 INFO O| Oct 21 22:12:17.068 INFO STEP 23 (ensure_symlink) COMPLETE
79262024-10-21T22:12:18.344Z[ recovery-image] Oct 21 22:12:17.068 INFO O| Oct 21 22:12:17.068 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79272024-10-21T22:12:18.352Z[ recovery-image] Oct 21 22:12:17.079 INFO O| Oct 21 22:12:17.079 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79282024-10-21T22:12:18.355Z[ recovery-image] Oct 21 22:12:17.079 INFO O| Oct 21 22:12:17.079 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 ...
79292024-10-21T22:12:18.355Z[ recovery-image] Oct 21 22:12:17.079 INFO O| Oct 21 22:12:17.079 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79302024-10-21T22:12:18.355Z[ recovery-image] Oct 21 22:12:17.079 INFO O| Oct 21 22:12:17.079 INFO ok!
79312024-10-21T22:12:18.355Z[ recovery-image] Oct 21 22:12:17.079 INFO O| Oct 21 22:12:17.079 INFO STEP 24 (ensure_file) COMPLETE
79322024-10-21T22:12:18.355Z[ recovery-image] Oct 21 22:12:17.079 INFO O| Oct 21 22:12:17.079 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79332024-10-21T22:12:18.363Z[ recovery-image] Oct 21 22:12:17.089 INFO O| Oct 21 22:12:17.089 INFO updating shadow file
79342024-10-21T22:12:18.365Z[ recovery-image] Oct 21 22:12:17.090 INFO O| Oct 21 22:12:17.089 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79352024-10-21T22:12:18.365Z[ recovery-image] Oct 21 22:12:17.090 INFO O| Oct 21 22:12:17.090 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79362024-10-21T22:12:18.365Z[ recovery-image] Oct 21 22:12:17.090 INFO O| Oct 21 22:12:17.090 INFO STEP 25 (shadow) COMPLETE
79372024-10-21T22:12:18.365Z[ recovery-image] Oct 21 22:12:17.090 INFO O| Oct 21 22:12:17.090 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79382024-10-21T22:12:18.373Z[ recovery-image] Oct 21 22:12:17.100 INFO O| Oct 21 22:12:17.100 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79392024-10-21T22:12:18.373Z[ recovery-image] Oct 21 22:12:17.100 INFO O| Oct 21 22:12:17.100 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79402024-10-21T22:12:18.376Z[ recovery-image] Oct 21 22:12:17.100 INFO O| Oct 21 22:12:17.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79412024-10-21T22:12:18.376Z[ recovery-image] Oct 21 22:12:17.100 INFO O| Oct 21 22:12:17.100 INFO ok!
79422024-10-21T22:12:18.376Z[ recovery-image] Oct 21 22:12:17.100 INFO O| Oct 21 22:12:17.100 INFO STEP 26 (ensure_file) COMPLETE
79432024-10-21T22:12:18.376Z[ recovery-image] Oct 21 22:12:17.100 INFO O| Oct 21 22:12:17.100 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79442024-10-21T22:12:18.384Z[ recovery-image] Oct 21 22:12:17.110 INFO O| Oct 21 22:12:17.110 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79452024-10-21T22:12:18.386Z[ recovery-image] Oct 21 22:12:17.110 INFO O| Oct 21 22:12:17.110 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79462024-10-21T22:12:18.386Z[ recovery-image] Oct 21 22:12:17.110 INFO O| Oct 21 22:12:17.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79472024-10-21T22:12:18.386Z[ recovery-image] Oct 21 22:12:17.110 INFO O| Oct 21 22:12:17.110 INFO ok!
79482024-10-21T22:12:18.386Z[ recovery-image] Oct 21 22:12:17.110 INFO O| Oct 21 22:12:17.110 INFO STEP 27 (ensure_file) COMPLETE
79492024-10-21T22:12:18.386Z[ recovery-image] Oct 21 22:12:17.110 INFO O| Oct 21 22:12:17.110 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79502024-10-21T22:12:18.396Z[ recovery-image] Oct 21 22:12:17.123 INFO O| Oct 21 22:12:17.122 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79512024-10-21T22:12:18.396Z[ recovery-image] Oct 21 22:12:17.123 INFO O| Oct 21 22:12:17.123 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79522024-10-21T22:12:18.398Z[ recovery-image] Oct 21 22:12:17.123 INFO O| Oct 21 22:12:17.123 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79532024-10-21T22:12:18.399Z[ recovery-image] Oct 21 22:12:17.123 INFO O| Oct 21 22:12:17.123 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79542024-10-21T22:12:18.399Z[ recovery-image] Oct 21 22:12:17.123 INFO O| Oct 21 22:12:17.123 INFO ok!
79552024-10-21T22:12:18.399Z[ recovery-image] Oct 21 22:12:17.123 INFO O| Oct 21 22:12:17.123 INFO STEP 28 (ensure_file) COMPLETE
79562024-10-21T22:12:18.399Z[ recovery-image] Oct 21 22:12:17.123 INFO O| Oct 21 22:12:17.123 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79572024-10-21T22:12:18.410Z[ recovery-image] Oct 21 22:12:17.136 INFO O| Oct 21 22:12:17.136 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79582024-10-21T22:12:18.413Z[ recovery-image] Oct 21 22:12:17.136 INFO O| Oct 21 22:12:17.136 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79592024-10-21T22:12:18.413Z[ recovery-image] Oct 21 22:12:17.136 INFO O| Oct 21 22:12:17.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79602024-10-21T22:12:18.413Z[ recovery-image] Oct 21 22:12:17.136 INFO O| Oct 21 22:12:17.136 INFO ok!
79612024-10-21T22:12:18.413Z[ recovery-image] Oct 21 22:12:17.136 INFO O| Oct 21 22:12:17.136 INFO STEP 29 (ensure_file) COMPLETE
79622024-10-21T22:12:18.413Z[ recovery-image] Oct 21 22:12:17.136 INFO O| Oct 21 22:12:17.136 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79632024-10-21T22:12:18.420Z[ recovery-image] Oct 21 22:12:17.147 INFO O| Oct 21 22:12:17.147 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79642024-10-21T22:12:18.420Z[ recovery-image] Oct 21 22:12:17.147 INFO O| Oct 21 22:12:17.147 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79652024-10-21T22:12:18.420Z[ recovery-image] Oct 21 22:12:17.147 INFO O| Oct 21 22:12:17.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79662024-10-21T22:12:18.423Z[ recovery-image] Oct 21 22:12:17.147 INFO O| Oct 21 22:12:17.147 INFO ok!
79672024-10-21T22:12:18.423Z[ recovery-image] Oct 21 22:12:17.147 INFO O| Oct 21 22:12:17.147 INFO STEP 30 (ensure_file) COMPLETE
79682024-10-21T22:12:18.423Z[ recovery-image] Oct 21 22:12:17.147 INFO O| Oct 21 22:12:17.147 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79692024-10-21T22:12:18.431Z[ recovery-image] Oct 21 22:12:17.157 INFO O| Oct 21 22:12:17.157 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79702024-10-21T22:12:18.431Z[ recovery-image] Oct 21 22:12:17.157 INFO O| Oct 21 22:12:17.157 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79712024-10-21T22:12:18.431Z[ recovery-image] Oct 21 22:12:17.157 INFO O| Oct 21 22:12:17.157 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79722024-10-21T22:12:18.431Z[ recovery-image] Oct 21 22:12:17.157 INFO O| Oct 21 22:12:17.157 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79732024-10-21T22:12:18.434Z[ recovery-image] Oct 21 22:12:17.158 INFO O| Oct 21 22:12:17.157 INFO ok!
79742024-10-21T22:12:18.434Z[ recovery-image] Oct 21 22:12:17.158 INFO O| Oct 21 22:12:17.158 INFO STEP 31 (ensure_file) COMPLETE
79752024-10-21T22:12:18.434Z[ recovery-image] Oct 21 22:12:17.158 INFO O| Oct 21 22:12:17.158 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79762024-10-21T22:12:18.441Z[ recovery-image] Oct 21 22:12:17.168 INFO O| Oct 21 22:12:17.167 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79772024-10-21T22:12:18.441Z[ recovery-image] Oct 21 22:12:17.168 INFO O| Oct 21 22:12:17.168 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79782024-10-21T22:12:18.444Z[ recovery-image] Oct 21 22:12:17.168 INFO O| Oct 21 22:12:17.168 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79792024-10-21T22:12:18.444Z[ recovery-image] Oct 21 22:12:17.168 INFO O| Oct 21 22:12:17.168 INFO ok!
79802024-10-21T22:12:18.444Z[ recovery-image] Oct 21 22:12:17.168 INFO O| Oct 21 22:12:17.168 INFO STEP 32 (ensure_file) COMPLETE
79812024-10-21T22:12:18.444Z[ recovery-image] Oct 21 22:12:17.168 INFO O| Oct 21 22:12:17.168 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79822024-10-21T22:12:18.451Z[ recovery-image] Oct 21 22:12:17.178 INFO O| Oct 21 22:12:17.178 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79832024-10-21T22:12:18.451Z[ recovery-image] Oct 21 22:12:17.178 INFO O| Oct 21 22:12:17.178 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79842024-10-21T22:12:18.454Z[ recovery-image] Oct 21 22:12:17.178 INFO O| Oct 21 22:12:17.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79852024-10-21T22:12:18.454Z[ recovery-image] Oct 21 22:12:17.178 INFO O| Oct 21 22:12:17.178 INFO ok!
79862024-10-21T22:12:18.454Z[ recovery-image] Oct 21 22:12:17.178 INFO O| Oct 21 22:12:17.178 INFO STEP 33 (ensure_file) COMPLETE
79872024-10-21T22:12:18.454Z[ recovery-image] Oct 21 22:12:17.178 INFO O| Oct 21 22:12:17.178 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79882024-10-21T22:12:18.462Z[ recovery-image] Oct 21 22:12:17.189 INFO O| Oct 21 22:12:17.189 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79892024-10-21T22:12:18.462Z[ recovery-image] Oct 21 22:12:17.189 INFO O| Oct 21 22:12:17.189 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79902024-10-21T22:12:18.465Z[ recovery-image] Oct 21 22:12:17.189 INFO O| Oct 21 22:12:17.189 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79912024-10-21T22:12:18.465Z[ recovery-image] Oct 21 22:12:17.189 INFO O| Oct 21 22:12:17.189 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79922024-10-21T22:12:18.465Z[ recovery-image] Oct 21 22:12:17.189 INFO O| Oct 21 22:12:17.189 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79932024-10-21T22:12:18.465Z[ recovery-image] Oct 21 22:12:17.189 INFO O| Oct 21 22:12:17.189 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79942024-10-21T22:12:18.465Z[ recovery-image] Oct 21 22:12:17.189 INFO O| Oct 21 22:12:17.189 INFO ok!
79952024-10-21T22:12:18.465Z[ recovery-image] Oct 21 22:12:17.189 INFO O| Oct 21 22:12:17.189 INFO STEP 34 (ensure_file) COMPLETE
79962024-10-21T22:12:18.465Z[ recovery-image] Oct 21 22:12:17.189 INFO O| Oct 21 22:12:17.189 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79972024-10-21T22:12:18.472Z[ recovery-image] Oct 21 22:12:17.199 INFO O| Oct 21 22:12:17.199 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79982024-10-21T22:12:18.475Z[ recovery-image] Oct 21 22:12:17.199 INFO O| Oct 21 22:12:17.199 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79992024-10-21T22:12:18.475Z[ recovery-image] Oct 21 22:12:17.199 INFO O| Oct 21 22:12:17.199 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80002024-10-21T22:12:18.475Z[ recovery-image] Oct 21 22:12:17.199 INFO O| Oct 21 22:12:17.199 INFO STEP 35 (ensure_dir) COMPLETE
80012024-10-21T22:12:18.475Z[ recovery-image] Oct 21 22:12:17.199 INFO O| Oct 21 22:12:17.199 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80022024-10-21T22:12:18.483Z[ recovery-image] Oct 21 22:12:17.209 INFO O| Oct 21 22:12:17.209 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
80032024-10-21T22:12:18.483Z[ recovery-image] Oct 21 22:12:17.209 INFO O| Oct 21 22:12:17.209 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 ...
80042024-10-21T22:12:18.486Z[ recovery-image] Oct 21 22:12:17.210 INFO O| Oct 21 22:12:17.209 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
80052024-10-21T22:12:18.486Z[ recovery-image] Oct 21 22:12:17.210 INFO O| Oct 21 22:12:17.210 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
80062024-10-21T22:12:18.486Z[ recovery-image] Oct 21 22:12:17.210 INFO O| Oct 21 22:12:17.210 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
80072024-10-21T22:12:18.486Z[ recovery-image] Oct 21 22:12:17.210 INFO O| Oct 21 22:12:17.210 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
80082024-10-21T22:12:18.486Z[ recovery-image] Oct 21 22:12:17.210 INFO O| Oct 21 22:12:17.210 INFO ok!
80092024-10-21T22:12:18.486Z[ recovery-image] Oct 21 22:12:17.210 INFO O| Oct 21 22:12:17.210 INFO STEP 36 (ensure_file) COMPLETE
80102024-10-21T22:12:18.486Z[ recovery-image] Oct 21 22:12:17.210 INFO O| Oct 21 22:12:17.210 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80112024-10-21T22:12:18.493Z[ recovery-image] Oct 21 22:12:17.220 INFO O| Oct 21 22:12:17.220 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80122024-10-21T22:12:18.493Z[ recovery-image] Oct 21 22:12:17.220 INFO O| Oct 21 22:12:17.220 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 ...
80132024-10-21T22:12:18.493Z[ recovery-image] Oct 21 22:12:17.220 INFO O| Oct 21 22:12:17.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80142024-10-21T22:12:18.496Z[ recovery-image] Oct 21 22:12:17.220 INFO O| Oct 21 22:12:17.220 INFO ok!
80152024-10-21T22:12:18.496Z[ recovery-image] Oct 21 22:12:17.220 INFO O| Oct 21 22:12:17.220 INFO STEP 37 (ensure_symlink) COMPLETE
80162024-10-21T22:12:18.496Z[ recovery-image] Oct 21 22:12:17.220 INFO O| Oct 21 22:12:17.220 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80172024-10-21T22:12:18.503Z[ recovery-image] Oct 21 22:12:17.230 INFO O| Oct 21 22:12:17.230 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80182024-10-21T22:12:18.503Z[ recovery-image] Oct 21 22:12:17.230 INFO O| Oct 21 22:12:17.230 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80192024-10-21T22:12:18.506Z[ recovery-image] Oct 21 22:12:17.230 INFO O| Oct 21 22:12:17.230 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80202024-10-21T22:12:18.506Z[ recovery-image] Oct 21 22:12:17.230 INFO O| Oct 21 22:12:17.230 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80212024-10-21T22:12:18.506Z[ recovery-image] Oct 21 22:12:17.230 INFO O| Oct 21 22:12:17.230 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80222024-10-21T22:12:18.506Z[ recovery-image] Oct 21 22:12:17.230 INFO O| Oct 21 22:12:17.230 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80232024-10-21T22:12:18.506Z[ recovery-image] Oct 21 22:12:17.230 INFO O| Oct 21 22:12:17.230 INFO ok!
80242024-10-21T22:12:18.506Z[ recovery-image] Oct 21 22:12:17.230 INFO O| Oct 21 22:12:17.230 INFO STEP 38 (ensure_file) COMPLETE
80252024-10-21T22:12:18.506Z[ recovery-image] Oct 21 22:12:17.230 INFO O| Oct 21 22:12:17.230 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80262024-10-21T22:12:18.515Z[ recovery-image] Oct 21 22:12:17.242 INFO O| Oct 21 22:12:17.242 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80272024-10-21T22:12:18.516Z[ recovery-image] Oct 21 22:12:17.242 INFO O| Oct 21 22:12:17.242 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 ...
80282024-10-21T22:12:18.518Z[ recovery-image] Oct 21 22:12:17.242 INFO O| Oct 21 22:12:17.242 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
80292024-10-21T22:12:18.518Z[ recovery-image] Oct 21 22:12:17.242 INFO O| Oct 21 22:12:17.242 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80302024-10-21T22:12:18.518Z[ recovery-image] Oct 21 22:12:17.242 INFO O| Oct 21 22:12:17.242 INFO ok!
80312024-10-21T22:12:18.518Z[ recovery-image] Oct 21 22:12:17.242 INFO O| Oct 21 22:12:17.242 INFO STEP 39 (ensure_file) COMPLETE
80322024-10-21T22:12:18.518Z[ recovery-image] Oct 21 22:12:17.242 INFO O| Oct 21 22:12:17.242 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80332024-10-21T22:12:18.526Z[ recovery-image] Oct 21 22:12:17.252 INFO O| Oct 21 22:12:17.252 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80342024-10-21T22:12:18.528Z[ recovery-image] Oct 21 22:12:17.252 INFO O| Oct 21 22:12:17.252 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80352024-10-21T22:12:18.528Z[ recovery-image] Oct 21 22:12:17.253 INFO O| Oct 21 22:12:17.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80362024-10-21T22:12:18.528Z[ recovery-image] Oct 21 22:12:17.253 INFO O| Oct 21 22:12:17.253 INFO ok!
80372024-10-21T22:12:18.528Z[ recovery-image] Oct 21 22:12:17.253 INFO O| Oct 21 22:12:17.253 INFO STEP 40 (ensure_file) COMPLETE
80382024-10-21T22:12:18.528Z[ recovery-image] Oct 21 22:12:17.253 INFO O| Oct 21 22:12:17.253 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80392024-10-21T22:12:18.536Z[ recovery-image] Oct 21 22:12:17.263 INFO O| Oct 21 22:12:17.263 INFO updating shadow file
80402024-10-21T22:12:18.539Z[ recovery-image] Oct 21 22:12:17.263 INFO O| Oct 21 22:12:17.263 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80412024-10-21T22:12:18.539Z[ recovery-image] Oct 21 22:12:17.263 INFO O| Oct 21 22:12:17.263 INFO STEP 41 (shadow) COMPLETE
80422024-10-21T22:12:18.539Z[ recovery-image] Oct 21 22:12:17.263 INFO O| Oct 21 22:12:17.263 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80432024-10-21T22:12:18.547Z[ recovery-image] Oct 21 22:12:17.273 INFO O| Oct 21 22:12:17.273 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80442024-10-21T22:12:18.547Z[ recovery-image] Oct 21 22:12:17.273 INFO O| Oct 21 22:12:17.273 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80452024-10-21T22:12:18.547Z[ recovery-image] Oct 21 22:12:17.273 INFO O| Oct 21 22:12:17.273 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80462024-10-21T22:12:18.549Z[ recovery-image] Oct 21 22:12:17.273 INFO O| Oct 21 22:12:17.273 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80472024-10-21T22:12:18.549Z[ recovery-image] Oct 21 22:12:17.273 INFO O| Oct 21 22:12:17.273 INFO ok!
80482024-10-21T22:12:18.549Z[ recovery-image] Oct 21 22:12:17.273 INFO O| Oct 21 22:12:17.273 INFO STEP 42 (ensure_file) COMPLETE
80492024-10-21T22:12:18.549Z[ recovery-image] Oct 21 22:12:17.273 INFO O| Oct 21 22:12:17.273 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80502024-10-21T22:12:18.557Z[ recovery-image] Oct 21 22:12:17.283 INFO O| Oct 21 22:12:17.283 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80512024-10-21T22:12:18.557Z[ recovery-image] Oct 21 22:12:17.283 INFO O| Oct 21 22:12:17.283 INFO STEP 43 (ensure_dir) COMPLETE
80522024-10-21T22:12:18.559Z[ recovery-image] Oct 21 22:12:17.283 INFO O| Oct 21 22:12:17.283 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80532024-10-21T22:12:18.566Z[ recovery-image] Oct 21 22:12:17.293 INFO O| Oct 21 22:12:17.293 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80542024-10-21T22:12:18.566Z[ recovery-image] Oct 21 22:12:17.293 INFO O| Oct 21 22:12:17.293 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80552024-10-21T22:12:18.569Z[ recovery-image] Oct 21 22:12:17.293 INFO O| Oct 21 22:12:17.293 INFO STEP 44 (ensure_dir) COMPLETE
80562024-10-21T22:12:18.569Z[ recovery-image] Oct 21 22:12:17.293 INFO O| Oct 21 22:12:17.293 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80572024-10-21T22:12:18.577Z[ recovery-image] Oct 21 22:12:17.303 INFO O| Oct 21 22:12:17.303 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80582024-10-21T22:12:18.579Z[ recovery-image] Oct 21 22:12:17.303 INFO O| Oct 21 22:12:17.303 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80592024-10-21T22:12:18.579Z[ recovery-image] Oct 21 22:12:17.303 INFO O| Oct 21 22:12:17.303 INFO STEP 45 (ensure_dir) COMPLETE
80602024-10-21T22:12:18.579Z[ recovery-image] Oct 21 22:12:17.303 INFO O| Oct 21 22:12:17.303 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80612024-10-21T22:12:18.588Z[ recovery-image] Oct 21 22:12:17.315 INFO O| Oct 21 22:12:17.315 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80622024-10-21T22:12:18.588Z[ recovery-image] Oct 21 22:12:17.315 INFO O| Oct 21 22:12:17.315 INFO copying /tmp/.tmpZk5wJg/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80632024-10-21T22:12:18.625Z[ recovery-image] Oct 21 22:12:17.352 INFO O| Oct 21 22:12:17.352 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80642024-10-21T22:12:18.625Z[ recovery-image] Oct 21 22:12:17.352 INFO O| Oct 21 22:12:17.352 INFO ok!
80652024-10-21T22:12:18.633Z[ recovery-image] Oct 21 22:12:17.352 INFO O| Oct 21 22:12:17.352 INFO STEP 46 (ensure_file) COMPLETE
80662024-10-21T22:12:18.633Z[ recovery-image] Oct 21 22:12:17.352 INFO O| Oct 21 22:12:17.352 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80672024-10-21T22:12:18.638Z[ recovery-image] Oct 21 22:12:17.365 INFO O| Oct 21 22:12:17.365 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80682024-10-21T22:12:18.641Z[ recovery-image] Oct 21 22:12:17.365 INFO O| Oct 21 22:12:17.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80692024-10-21T22:12:18.641Z[ recovery-image] Oct 21 22:12:17.365 INFO O| Oct 21 22:12:17.365 INFO STEP 47 (ensure_dir) COMPLETE
80702024-10-21T22:12:18.641Z[ recovery-image] Oct 21 22:12:17.365 INFO O| Oct 21 22:12:17.365 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80712024-10-21T22:12:18.649Z[ recovery-image] Oct 21 22:12:17.375 INFO O| Oct 21 22:12:17.375 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80722024-10-21T22:12:18.649Z[ recovery-image] Oct 21 22:12:17.375 INFO O| Oct 21 22:12:17.375 INFO copying /tmp/.tmpZk5wJg/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80732024-10-21T22:12:18.651Z[ recovery-image] Oct 21 22:12:17.375 INFO O| Oct 21 22:12:17.375 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80742024-10-21T22:12:18.651Z[ recovery-image] Oct 21 22:12:17.375 INFO O| Oct 21 22:12:17.375 INFO ok!
80752024-10-21T22:12:18.652Z[ recovery-image] Oct 21 22:12:17.375 INFO O| Oct 21 22:12:17.375 INFO STEP 48 (ensure_file) COMPLETE
80762024-10-21T22:12:18.652Z[ recovery-image] Oct 21 22:12:17.375 INFO O| Oct 21 22:12:17.375 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80772024-10-21T22:12:18.661Z[ recovery-image] Oct 21 22:12:17.387 INFO O| Oct 21 22:12:17.387 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80782024-10-21T22:12:18.661Z[ recovery-image] Oct 21 22:12:17.387 INFO O| Oct 21 22:12:17.387 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80792024-10-21T22:12:18.663Z[ recovery-image] Oct 21 22:12:17.387 INFO O| Oct 21 22:12:17.387 INFO STEP 49 (ensure_dir) COMPLETE
80802024-10-21T22:12:18.663Z[ recovery-image] Oct 21 22:12:17.387 INFO O| Oct 21 22:12:17.387 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80812024-10-21T22:12:18.671Z[ recovery-image] Oct 21 22:12:17.397 INFO O| Oct 21 22:12:17.397 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
80822024-10-21T22:12:18.671Z[ recovery-image] Oct 21 22:12:17.398 INFO O| Oct 21 22:12:17.397 INFO copying /tmp/.tmpZk5wJg/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80832024-10-21T22:12:18.692Z[ recovery-image] Oct 21 22:12:17.418 INFO O| Oct 21 22:12:17.418 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80842024-10-21T22:12:18.692Z[ recovery-image] Oct 21 22:12:17.418 INFO O| Oct 21 22:12:17.418 INFO ok!
80852024-10-21T22:12:18.694Z[ recovery-image] Oct 21 22:12:17.418 INFO O| Oct 21 22:12:17.418 INFO STEP 50 (ensure_file) COMPLETE
80862024-10-21T22:12:18.694Z[ recovery-image] Oct 21 22:12:17.418 INFO O| Oct 21 22:12:17.418 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80872024-10-21T22:12:18.703Z[ recovery-image] Oct 21 22:12:17.429 INFO O| Oct 21 22:12:17.429 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80882024-10-21T22:12:18.703Z[ recovery-image] Oct 21 22:12:17.430 INFO O| Oct 21 22:12:17.429 INFO copying /tmp/.tmpZk5wJg/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80892024-10-21T22:12:18.873Z[ host-image] Oct 21 22:12:17.599 INFO O| Oct 21 22:12:17.599 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80902024-10-21T22:12:18.999Z[ recovery-image] Oct 21 22:12:17.725 INFO O| Oct 21 22:12:17.725 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80912024-10-21T22:12:18.999Z[ recovery-image] Oct 21 22:12:17.725 INFO O| Oct 21 22:12:17.725 INFO ok!
80922024-10-21T22:12:19.002Z[ recovery-image] Oct 21 22:12:17.726 INFO O| Oct 21 22:12:17.725 INFO STEP 51 (ensure_file) COMPLETE
80932024-10-21T22:12:19.002Z[ recovery-image] Oct 21 22:12:17.726 INFO O| Oct 21 22:12:17.725 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80942024-10-21T22:12:19.012Z[ recovery-image] Oct 21 22:12:17.738 INFO O| Oct 21 22:12:17.738 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80952024-10-21T22:12:19.012Z[ recovery-image] Oct 21 22:12:17.738 INFO O| Oct 21 22:12:17.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80962024-10-21T22:12:19.014Z[ recovery-image] Oct 21 22:12:17.738 INFO O| Oct 21 22:12:17.738 INFO STEP 52 (ensure_dir) COMPLETE
80972024-10-21T22:12:19.014Z[ recovery-image] Oct 21 22:12:17.738 INFO O| Oct 21 22:12:17.738 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80982024-10-21T22:12:19.023Z[ recovery-image] Oct 21 22:12:17.750 INFO O| Oct 21 22:12:17.750 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80992024-10-21T22:12:19.023Z[ recovery-image] Oct 21 22:12:17.750 INFO O| Oct 21 22:12:17.750 INFO copying /tmp/.tmpZk5wJg/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 ...
81002024-10-21T22:12:19.023Z[ recovery-image] Oct 21 22:12:17.750 INFO O| Oct 21 22:12:17.750 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
81012024-10-21T22:12:19.026Z[ recovery-image] Oct 21 22:12:17.750 INFO O| Oct 21 22:12:17.750 INFO ok!
81022024-10-21T22:12:19.026Z[ recovery-image] Oct 21 22:12:17.750 INFO O| Oct 21 22:12:17.750 INFO STEP 53 (ensure_file) COMPLETE
81032024-10-21T22:12:19.026Z[ recovery-image] Oct 21 22:12:17.750 INFO O| Oct 21 22:12:17.750 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81042024-10-21T22:12:19.034Z[ recovery-image] Oct 21 22:12:17.760 INFO O| Oct 21 22:12:17.760 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81052024-10-21T22:12:19.036Z[ recovery-image] Oct 21 22:12:17.760 INFO O| Oct 21 22:12:17.760 INFO copying /tmp/.tmpZk5wJg/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 ...
81062024-10-21T22:12:19.036Z[ recovery-image] Oct 21 22:12:17.760 INFO O| Oct 21 22:12:17.760 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
81072024-10-21T22:12:19.036Z[ recovery-image] Oct 21 22:12:17.760 INFO O| Oct 21 22:12:17.760 INFO ok!
81082024-10-21T22:12:19.036Z[ recovery-image] Oct 21 22:12:17.760 INFO O| Oct 21 22:12:17.760 INFO STEP 54 (ensure_file) COMPLETE
81092024-10-21T22:12:19.036Z[ recovery-image] Oct 21 22:12:17.761 INFO O| Oct 21 22:12:17.760 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81102024-10-21T22:12:19.044Z[ recovery-image] Oct 21 22:12:17.770 INFO O| Oct 21 22:12:17.770 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81112024-10-21T22:12:19.046Z[ recovery-image] Oct 21 22:12:17.771 INFO O| Oct 21 22:12:17.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81122024-10-21T22:12:19.046Z[ recovery-image] Oct 21 22:12:17.771 INFO O| Oct 21 22:12:17.771 INFO STEP 55 (ensure_dir) COMPLETE
81132024-10-21T22:12:19.046Z[ recovery-image] Oct 21 22:12:17.771 INFO O| Oct 21 22:12:17.771 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81142024-10-21T22:12:19.054Z[ recovery-image] Oct 21 22:12:17.781 INFO O| Oct 21 22:12:17.781 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81152024-10-21T22:12:19.056Z[ recovery-image] Oct 21 22:12:17.781 INFO O| Oct 21 22:12:17.781 INFO copying /tmp/.tmpZk5wJg/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 ...
81162024-10-21T22:12:19.057Z[ recovery-image] Oct 21 22:12:17.781 INFO O| Oct 21 22:12:17.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81172024-10-21T22:12:19.057Z[ recovery-image] Oct 21 22:12:17.781 INFO O| Oct 21 22:12:17.781 INFO ok!
81182024-10-21T22:12:19.057Z[ recovery-image] Oct 21 22:12:17.781 INFO O| Oct 21 22:12:17.781 INFO STEP 56 (ensure_file) COMPLETE
81192024-10-21T22:12:19.057Z[ recovery-image] Oct 21 22:12:17.781 INFO O| Oct 21 22:12:17.781 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81202024-10-21T22:12:19.067Z[ recovery-image] Oct 21 22:12:17.791 INFO O| Oct 21 22:12:17.791 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81212024-10-21T22:12:19.068Z[ recovery-image] Oct 21 22:12:17.791 INFO O| Oct 21 22:12:17.791 INFO copying /tmp/.tmpZk5wJg/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 ...
81222024-10-21T22:12:19.068Z[ recovery-image] Oct 21 22:12:17.791 INFO O| Oct 21 22:12:17.791 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
81232024-10-21T22:12:19.068Z[ recovery-image] Oct 21 22:12:17.791 INFO O| Oct 21 22:12:17.791 INFO ok!
81242024-10-21T22:12:19.068Z[ recovery-image] Oct 21 22:12:17.791 INFO O| Oct 21 22:12:17.791 INFO STEP 57 (ensure_file) COMPLETE
81252024-10-21T22:12:19.068Z[ recovery-image] Oct 21 22:12:17.791 INFO O| Oct 21 22:12:17.791 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81262024-10-21T22:12:19.076Z[ recovery-image] Oct 21 22:12:17.802 INFO O| Oct 21 22:12:17.802 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81272024-10-21T22:12:19.076Z[ recovery-image] Oct 21 22:12:17.802 INFO O| Oct 21 22:12:17.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81282024-10-21T22:12:19.076Z[ recovery-image] Oct 21 22:12:17.803 INFO O| Oct 21 22:12:17.802 INFO STEP 58 (ensure_dir) COMPLETE
81292024-10-21T22:12:19.079Z[ recovery-image] Oct 21 22:12:17.803 INFO O| Oct 21 22:12:17.803 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81302024-10-21T22:12:19.087Z[ recovery-image] Oct 21 22:12:17.813 INFO O| Oct 21 22:12:17.813 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81312024-10-21T22:12:19.087Z[ recovery-image] Oct 21 22:12:17.813 INFO O| Oct 21 22:12:17.813 INFO copying /tmp/.tmpZk5wJg/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 ...
81322024-10-21T22:12:19.090Z[ recovery-image] Oct 21 22:12:17.814 INFO O| Oct 21 22:12:17.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81332024-10-21T22:12:19.090Z[ recovery-image] Oct 21 22:12:17.814 INFO O| Oct 21 22:12:17.814 INFO ok!
81342024-10-21T22:12:19.090Z[ recovery-image] Oct 21 22:12:17.814 INFO O| Oct 21 22:12:17.814 INFO STEP 59 (ensure_file) COMPLETE
81352024-10-21T22:12:19.090Z[ recovery-image] Oct 21 22:12:17.814 INFO O| Oct 21 22:12:17.814 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81362024-10-21T22:12:19.098Z[ recovery-image] Oct 21 22:12:17.824 INFO O| Oct 21 22:12:17.824 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81372024-10-21T22:12:19.098Z[ recovery-image] Oct 21 22:12:17.824 INFO O| Oct 21 22:12:17.824 INFO copying /tmp/.tmpZk5wJg/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81382024-10-21T22:12:19.101Z[ recovery-image] Oct 21 22:12:17.825 INFO O| Oct 21 22:12:17.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81392024-10-21T22:12:19.101Z[ recovery-image] Oct 21 22:12:17.825 INFO O| Oct 21 22:12:17.825 INFO ok!
81402024-10-21T22:12:19.101Z[ recovery-image] Oct 21 22:12:17.825 INFO O| Oct 21 22:12:17.825 INFO STEP 60 (ensure_file) COMPLETE
81412024-10-21T22:12:19.101Z[ recovery-image] Oct 21 22:12:17.825 INFO O| Oct 21 22:12:17.825 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81422024-10-21T22:12:19.108Z[ recovery-image] Oct 21 22:12:17.835 INFO O| Oct 21 22:12:17.835 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81432024-10-21T22:12:19.108Z[ recovery-image] Oct 21 22:12:17.835 INFO O| Oct 21 22:12:17.835 INFO STEP 61 (ensure_dir) COMPLETE
81442024-10-21T22:12:19.108Z[ recovery-image] Oct 21 22:12:17.835 INFO O| Oct 21 22:12:17.835 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81452024-10-21T22:12:19.118Z[ recovery-image] Oct 21 22:12:17.845 INFO O| Oct 21 22:12:17.845 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81462024-10-21T22:12:19.118Z[ recovery-image] Oct 21 22:12:17.845 INFO O| Oct 21 22:12:17.845 INFO STEP 62 (ensure_dir) COMPLETE
81472024-10-21T22:12:19.121Z[ recovery-image] Oct 21 22:12:17.845 INFO O| Oct 21 22:12:17.845 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81482024-10-21T22:12:19.128Z[ recovery-image] Oct 21 22:12:17.855 INFO O| Oct 21 22:12:17.855 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81492024-10-21T22:12:19.131Z[ recovery-image] Oct 21 22:12:17.855 INFO O| Oct 21 22:12:17.855 INFO STEP 63 (ensure_dir) COMPLETE
81502024-10-21T22:12:19.131Z[ recovery-image] Oct 21 22:12:17.855 INFO O| Oct 21 22:12:17.855 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81512024-10-21T22:12:19.138Z[ recovery-image] Oct 21 22:12:17.865 INFO O| Oct 21 22:12:17.865 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81522024-10-21T22:12:19.138Z[ recovery-image] Oct 21 22:12:17.865 INFO O| Oct 21 22:12:17.865 INFO STEP 64 (ensure_dir) COMPLETE
81532024-10-21T22:12:19.141Z[ recovery-image] Oct 21 22:12:17.865 INFO O| Oct 21 22:12:17.865 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81542024-10-21T22:12:19.148Z[ recovery-image] Oct 21 22:12:17.875 INFO O| Oct 21 22:12:17.875 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81552024-10-21T22:12:19.151Z[ recovery-image] Oct 21 22:12:17.875 INFO O| Oct 21 22:12:17.875 INFO copying /tmp/.tmpZk5wJg/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81562024-10-21T22:12:19.151Z[ recovery-image] Oct 21 22:12:17.875 INFO O| Oct 21 22:12:17.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81572024-10-21T22:12:19.151Z[ recovery-image] Oct 21 22:12:17.875 INFO O| Oct 21 22:12:17.875 INFO ok!
81582024-10-21T22:12:19.151Z[ recovery-image] Oct 21 22:12:17.875 INFO O| Oct 21 22:12:17.875 INFO STEP 65 (ensure_file) COMPLETE
81592024-10-21T22:12:19.151Z[ recovery-image] Oct 21 22:12:17.875 INFO O| Oct 21 22:12:17.875 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81602024-10-21T22:12:19.158Z[ recovery-image] Oct 21 22:12:17.885 INFO O| Oct 21 22:12:17.885 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81612024-10-21T22:12:19.161Z[ recovery-image] Oct 21 22:12:17.885 INFO O| Oct 21 22:12:17.885 INFO STEP 66 (remove_files) COMPLETE
81622024-10-21T22:12:19.161Z[ recovery-image] Oct 21 22:12:17.885 INFO O| Oct 21 22:12:17.885 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81632024-10-21T22:12:19.168Z[ recovery-image] Oct 21 22:12:17.895 INFO O| Oct 21 22:12:17.895 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81642024-10-21T22:12:19.171Z[ recovery-image] Oct 21 22:12:17.895 INFO O| Oct 21 22:12:17.895 INFO STEP 67 (remove_files) COMPLETE
81652024-10-21T22:12:19.171Z[ recovery-image] Oct 21 22:12:17.895 INFO O| Oct 21 22:12:17.895 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81662024-10-21T22:12:19.179Z[ recovery-image] Oct 21 22:12:17.906 INFO O| Oct 21 22:12:17.905 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81672024-10-21T22:12:19.181Z[ recovery-image] Oct 21 22:12:17.906 INFO O| Oct 21 22:12:17.906 INFO STEP 68 (remove_files) COMPLETE
81682024-10-21T22:12:19.181Z[ recovery-image] Oct 21 22:12:17.906 INFO O| Oct 21 22:12:17.906 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81692024-10-21T22:12:19.189Z[ recovery-image] Oct 21 22:12:17.916 INFO O| Oct 21 22:12:17.916 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81702024-10-21T22:12:19.192Z[ recovery-image] Oct 21 22:12:17.916 INFO O| Oct 21 22:12:17.916 INFO STEP 69 (remove_files) COMPLETE
81712024-10-21T22:12:19.192Z[ recovery-image] Oct 21 22:12:17.916 INFO O| Oct 21 22:12:17.916 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81722024-10-21T22:12:19.201Z[ recovery-image] Oct 21 22:12:17.928 INFO O| Oct 21 22:12:17.928 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81732024-10-21T22:12:19.204Z[ recovery-image] Oct 21 22:12:17.928 INFO O| Oct 21 22:12:17.928 INFO STEP 70 (remove_files) COMPLETE
81742024-10-21T22:12:19.204Z[ recovery-image] Oct 21 22:12:17.928 INFO O| Oct 21 22:12:17.928 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81752024-10-21T22:12:19.212Z[ recovery-image] Oct 21 22:12:17.938 INFO O| Oct 21 22:12:17.938 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81762024-10-21T22:12:19.214Z[ recovery-image] Oct 21 22:12:17.938 INFO O| Oct 21 22:12:17.938 INFO STEP 71 (remove_files) COMPLETE
81772024-10-21T22:12:19.214Z[ recovery-image] Oct 21 22:12:17.938 INFO O| Oct 21 22:12:17.938 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81782024-10-21T22:12:19.222Z[ recovery-image] Oct 21 22:12:17.949 INFO O| Oct 21 22:12:17.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81792024-10-21T22:12:19.225Z[ recovery-image] Oct 21 22:12:17.949 INFO O| Oct 21 22:12:17.949 INFO STEP 72 (remove_files) COMPLETE
81802024-10-21T22:12:19.225Z[ recovery-image] Oct 21 22:12:17.949 INFO O| Oct 21 22:12:17.949 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81812024-10-21T22:12:19.232Z[ recovery-image] Oct 21 22:12:17.959 INFO O| Oct 21 22:12:17.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
81822024-10-21T22:12:19.233Z[ recovery-image] Oct 21 22:12:17.959 INFO O| Oct 21 22:12:17.959 INFO STEP 73 (remove_files) COMPLETE
81832024-10-21T22:12:19.235Z[ recovery-image] Oct 21 22:12:17.959 INFO O| Oct 21 22:12:17.959 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81842024-10-21T22:12:19.243Z[ recovery-image] Oct 21 22:12:17.969 INFO O| Oct 21 22:12:17.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81852024-10-21T22:12:19.245Z[ recovery-image] Oct 21 22:12:17.969 INFO O| Oct 21 22:12:17.969 INFO STEP 74 (remove_files) COMPLETE
81862024-10-21T22:12:19.245Z[ recovery-image] Oct 21 22:12:17.969 INFO O| Oct 21 22:12:17.969 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81872024-10-21T22:12:19.253Z[ recovery-image] Oct 21 22:12:17.980 INFO O| Oct 21 22:12:17.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81882024-10-21T22:12:19.253Z[ recovery-image] Oct 21 22:12:17.980 INFO O| Oct 21 22:12:17.980 INFO STEP 75 (remove_files) COMPLETE
81892024-10-21T22:12:19.256Z[ recovery-image] Oct 21 22:12:17.980 INFO O| Oct 21 22:12:17.980 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81902024-10-21T22:12:19.263Z[ recovery-image] Oct 21 22:12:17.990 INFO O| Oct 21 22:12:17.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81912024-10-21T22:12:19.263Z[ recovery-image] Oct 21 22:12:17.990 INFO O| Oct 21 22:12:17.990 INFO STEP 76 (remove_files) COMPLETE
81922024-10-21T22:12:19.266Z[ recovery-image] Oct 21 22:12:17.990 INFO O| Oct 21 22:12:17.990 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81932024-10-21T22:12:19.276Z[ recovery-image] Oct 21 22:12:18.002 INFO O| Oct 21 22:12:18.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81942024-10-21T22:12:19.276Z[ recovery-image] Oct 21 22:12:18.002 INFO O| Oct 21 22:12:18.002 INFO STEP 77 (remove_files) COMPLETE
81952024-10-21T22:12:19.276Z[ recovery-image] Oct 21 22:12:18.002 INFO O| Oct 21 22:12:18.002 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81962024-10-21T22:12:19.287Z[ recovery-image] Oct 21 22:12:18.013 INFO O| Oct 21 22:12:18.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81972024-10-21T22:12:19.290Z[ recovery-image] Oct 21 22:12:18.014 INFO O| Oct 21 22:12:18.014 INFO STEP 78 (remove_files) COMPLETE
81982024-10-21T22:12:19.290Z[ recovery-image] Oct 21 22:12:18.014 INFO O| Oct 21 22:12:18.014 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81992024-10-21T22:12:19.298Z[ recovery-image] Oct 21 22:12:18.024 INFO O| Oct 21 22:12:18.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82002024-10-21T22:12:19.300Z[ recovery-image] Oct 21 22:12:18.024 INFO O| Oct 21 22:12:18.024 INFO STEP 79 (remove_files) COMPLETE
82012024-10-21T22:12:19.300Z[ recovery-image] Oct 21 22:12:18.024 INFO O| Oct 21 22:12:18.024 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82022024-10-21T22:12:19.309Z[ recovery-image] Oct 21 22:12:18.035 INFO O| Oct 21 22:12:18.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82032024-10-21T22:12:19.311Z[ recovery-image] Oct 21 22:12:18.035 INFO O| Oct 21 22:12:18.035 INFO STEP 80 (remove_files) COMPLETE
82042024-10-21T22:12:19.311Z[ recovery-image] Oct 21 22:12:18.035 INFO O| Oct 21 22:12:18.035 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82052024-10-21T22:12:19.319Z[ recovery-image] Oct 21 22:12:18.046 INFO O| Oct 21 22:12:18.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82062024-10-21T22:12:19.319Z[ recovery-image] Oct 21 22:12:18.046 INFO O| Oct 21 22:12:18.046 INFO STEP 81 (remove_files) COMPLETE
82072024-10-21T22:12:19.319Z[ recovery-image] Oct 21 22:12:18.046 INFO O| Oct 21 22:12:18.046 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82082024-10-21T22:12:19.329Z[ recovery-image] Oct 21 22:12:18.056 INFO O| Oct 21 22:12:18.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82092024-10-21T22:12:19.329Z[ recovery-image] Oct 21 22:12:18.056 INFO O| Oct 21 22:12:18.056 INFO STEP 82 (remove_files) COMPLETE
82102024-10-21T22:12:19.332Z[ recovery-image] Oct 21 22:12:18.056 INFO O| Oct 21 22:12:18.056 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82112024-10-21T22:12:19.340Z[ recovery-image] Oct 21 22:12:18.066 INFO O| Oct 21 22:12:18.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82122024-10-21T22:12:19.340Z[ recovery-image] Oct 21 22:12:18.066 INFO O| Oct 21 22:12:18.066 INFO STEP 83 (remove_files) COMPLETE
82132024-10-21T22:12:19.342Z[ recovery-image] Oct 21 22:12:18.066 INFO O| Oct 21 22:12:18.066 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82142024-10-21T22:12:19.349Z[ recovery-image] Oct 21 22:12:18.076 INFO O| Oct 21 22:12:18.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82152024-10-21T22:12:19.349Z[ recovery-image] Oct 21 22:12:18.076 INFO O| Oct 21 22:12:18.076 INFO STEP 84 (remove_files) COMPLETE
82162024-10-21T22:12:19.352Z[ recovery-image] Oct 21 22:12:18.076 INFO O| Oct 21 22:12:18.076 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82172024-10-21T22:12:19.360Z[ recovery-image] Oct 21 22:12:18.086 INFO O| Oct 21 22:12:18.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82182024-10-21T22:12:19.360Z[ recovery-image] Oct 21 22:12:18.086 INFO O| Oct 21 22:12:18.086 INFO STEP 85 (remove_files) COMPLETE
82192024-10-21T22:12:19.360Z[ recovery-image] Oct 21 22:12:18.086 INFO O| Oct 21 22:12:18.086 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82202024-10-21T22:12:19.370Z[ recovery-image] Oct 21 22:12:18.096 INFO O| Oct 21 22:12:18.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82212024-10-21T22:12:19.370Z[ recovery-image] Oct 21 22:12:18.097 INFO O| Oct 21 22:12:18.097 INFO STEP 86 (remove_files) COMPLETE
82222024-10-21T22:12:19.372Z[ recovery-image] Oct 21 22:12:18.097 INFO O| Oct 21 22:12:18.097 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82232024-10-21T22:12:19.380Z[ recovery-image] Oct 21 22:12:18.106 INFO O| Oct 21 22:12:18.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82242024-10-21T22:12:19.380Z[ recovery-image] Oct 21 22:12:18.106 INFO O| Oct 21 22:12:18.106 INFO STEP 87 (remove_files) COMPLETE
82252024-10-21T22:12:19.383Z[ recovery-image] Oct 21 22:12:18.107 INFO O| Oct 21 22:12:18.106 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82262024-10-21T22:12:19.390Z[ recovery-image] Oct 21 22:12:18.117 INFO O| Oct 21 22:12:18.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82272024-10-21T22:12:19.390Z[ recovery-image] Oct 21 22:12:18.117 INFO O| Oct 21 22:12:18.117 INFO STEP 88 (remove_files) COMPLETE
82282024-10-21T22:12:19.390Z[ recovery-image] Oct 21 22:12:18.117 INFO O| Oct 21 22:12:18.117 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82292024-10-21T22:12:19.402Z[ recovery-image] Oct 21 22:12:18.128 INFO O| Oct 21 22:12:18.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82302024-10-21T22:12:19.402Z[ recovery-image] Oct 21 22:12:18.128 INFO O| Oct 21 22:12:18.128 INFO STEP 89 (remove_files) COMPLETE
82312024-10-21T22:12:19.404Z[ recovery-image] Oct 21 22:12:18.128 INFO O| Oct 21 22:12:18.128 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82322024-10-21T22:12:19.413Z[ recovery-image] Oct 21 22:12:18.139 INFO O| Oct 21 22:12:18.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82332024-10-21T22:12:19.413Z[ recovery-image] Oct 21 22:12:18.139 INFO O| Oct 21 22:12:18.139 INFO STEP 90 (remove_files) COMPLETE
82342024-10-21T22:12:19.413Z[ recovery-image] Oct 21 22:12:18.139 INFO O| Oct 21 22:12:18.139 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82352024-10-21T22:12:19.423Z[ recovery-image] Oct 21 22:12:18.150 INFO O| Oct 21 22:12:18.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82362024-10-21T22:12:19.423Z[ recovery-image] Oct 21 22:12:18.150 INFO O| Oct 21 22:12:18.150 INFO STEP 91 (remove_files) COMPLETE
82372024-10-21T22:12:19.426Z[ recovery-image] Oct 21 22:12:18.150 INFO O| Oct 21 22:12:18.150 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82382024-10-21T22:12:19.433Z[ recovery-image] Oct 21 22:12:18.160 INFO O| Oct 21 22:12:18.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82392024-10-21T22:12:19.433Z[ recovery-image] Oct 21 22:12:18.160 INFO O| Oct 21 22:12:18.160 INFO STEP 92 (remove_files) COMPLETE
82402024-10-21T22:12:19.436Z[ recovery-image] Oct 21 22:12:18.160 INFO O| Oct 21 22:12:18.160 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82412024-10-21T22:12:19.443Z[ recovery-image] Oct 21 22:12:18.170 INFO O| Oct 21 22:12:18.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82422024-10-21T22:12:19.446Z[ recovery-image] Oct 21 22:12:18.170 INFO O| Oct 21 22:12:18.170 INFO STEP 93 (remove_files) COMPLETE
82432024-10-21T22:12:19.446Z[ recovery-image] Oct 21 22:12:18.170 INFO O| Oct 21 22:12:18.170 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82442024-10-21T22:12:19.454Z[ recovery-image] Oct 21 22:12:18.180 INFO O| Oct 21 22:12:18.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82452024-10-21T22:12:19.454Z[ recovery-image] Oct 21 22:12:18.180 INFO O| Oct 21 22:12:18.180 INFO STEP 94 (remove_files) COMPLETE
82462024-10-21T22:12:19.454Z[ recovery-image] Oct 21 22:12:18.180 INFO O| Oct 21 22:12:18.180 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82472024-10-21T22:12:19.470Z[ recovery-image] Oct 21 22:12:18.196 INFO O| Oct 21 22:12:18.196 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82482024-10-21T22:12:19.473Z[ recovery-image] Oct 21 22:12:18.197 INFO O| Oct 21 22:12:18.197 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
82492024-10-21T22:12:20.847Z[ host-image] Oct 21 22:12:19.574 INFO O| Oct 21 22:12:19.573 INFO O| Planning: Solver setup ... Done
82502024-10-21T22:12:20.851Z[ host-image] Oct 21 22:12:19.577 INFO O| Oct 21 22:12:19.577 INFO O| Planning: Running solver ... Done
82512024-10-21T22:12:20.902Z[ host-image] Oct 21 22:12:19.628 INFO O| Oct 21 22:12:19.628 INFO O| Planning: Finding local manifests ... Done
82522024-10-21T22:12:20.904Z[ host-image] Oct 21 22:12:19.629 INFO O| Oct 21 22:12:19.629 INFO O| Planning: Fetching manifests: 0/1 0% complete
82532024-10-21T22:12:20.983Z[ host-image] Oct 21 22:12:19.709 INFO O| Oct 21 22:12:19.709 INFO O| Planning: Fetching manifests: 1/1 100% complete
82542024-10-21T22:12:21.001Z[ host-image] Oct 21 22:12:19.727 INFO O| Oct 21 22:12:19.727 INFO O| Planning: Package planning ... Done
82552024-10-21T22:12:21.004Z[ host-image] Oct 21 22:12:19.728 INFO O| Oct 21 22:12:19.728 INFO O| Planning: Merging actions ... Done
82562024-10-21T22:12:21.061Z[ host-image] Oct 21 22:12:19.787 INFO O| Oct 21 22:12:19.787 INFO O| Planning: Checking for conflicting actions ... Done
82572024-10-21T22:12:21.065Z[ host-image] Oct 21 22:12:19.787 INFO O| Oct 21 22:12:19.787 INFO O| Planning: Consolidating action changes ... Done
82582024-10-21T22:12:21.230Z[ host-image] Oct 21 22:12:19.957 INFO O| Oct 21 22:12:19.956 INFO O| Planning: Evaluating mediators ... Done
82592024-10-21T22:12:21.233Z[ host-image] Oct 21 22:12:19.957 INFO O| Oct 21 22:12:19.957 INFO O| Planning: Planning completed in 2.36 seconds
82602024-10-21T22:12:21.233Z[ host-image] Oct 21 22:12:19.958 INFO O| Oct 21 22:12:19.958 INFO O| Packages to install: 1
82612024-10-21T22:12:21.243Z[ host-image] Oct 21 22:12:19.969 INFO O| Oct 21 22:12:19.969 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
82622024-10-21T22:12:21.697Z[ host-image] Oct 21 22:12:20.423 INFO O| Oct 21 22:12:20.423 INFO O| Download: Completed 20.80 MB in 0.45 seconds (45.8M/s)
82632024-10-21T22:12:21.728Z[ host-image] Oct 21 22:12:20.454 INFO O| Oct 21 22:12:20.454 INFO O| Actions: 1/22 actions (Installing new actions)
82642024-10-21T22:12:22.224Z[ host-image] Oct 21 22:12:20.950 INFO O| Oct 21 22:12:20.950 INFO O| Actions: Completed 22 actions in 0.50 seconds.
82652024-10-21T22:12:22.509Z[ host-image] Oct 21 22:12:21.235 INFO O| Oct 21 22:12:21.234 INFO O| Done
82662024-10-21T22:12:22.509Z[ host-image] Oct 21 22:12:21.235 INFO O| Oct 21 22:12:21.235 INFO O| Done
82672024-10-21T22:12:22.965Z[ host-image] Oct 21 22:12:21.691 INFO O| Oct 21 22:12:21.691 INFO O| Done
82682024-10-21T22:12:24.259Z[ host-image] Oct 21 22:12:22.985 INFO O| Oct 21 22:12:22.985 INFO O| Done
82692024-10-21T22:12:24.284Z[ host-image] Oct 21 22:12:23.010 INFO O| Oct 21 22:12:23.009 INFO O| Done
82702024-10-21T22:12:24.284Z[ host-image] Oct 21 22:12:23.010 INFO O| Oct 21 22:12:23.010 INFO O| Done
82712024-10-21T22:12:24.293Z[ host-image] Oct 21 22:12:23.019 INFO O| Oct 21 22:12:23.019 INFO O| Done
82722024-10-21T22:12:24.394Z[ host-image] Oct 21 22:12:23.119 INFO O| Oct 21 22:12:23.119 INFO STEP 14 (pkg_install) COMPLETE
82732024-10-21T22:12:24.394Z[ host-image] Oct 21 22:12:23.119 INFO O| Oct 21 22:12:23.119 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82742024-10-21T22:12:24.394Z[ host-image] Oct 21 22:12:23.119 INFO O| Oct 21 22:12:23.119 INFO skip step because feature "mfg" is not enabled
82752024-10-21T22:12:24.397Z[ host-image] Oct 21 22:12:23.119 INFO O| Oct 21 22:12:23.119 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82762024-10-21T22:12:24.397Z[ host-image] Oct 21 22:12:23.119 INFO O| Oct 21 22:12:23.119 INFO skip step because feature "compliance" is not enabled
82772024-10-21T22:12:24.397Z[ host-image] Oct 21 22:12:23.119 INFO O| Oct 21 22:12:23.119 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82782024-10-21T22:12:24.397Z[ host-image] Oct 21 22:12:23.119 INFO O| Oct 21 22:12:23.119 INFO skip step because feature "stress" is not enabled
82792024-10-21T22:12:24.397Z[ host-image] Oct 21 22:12:23.119 INFO O| Oct 21 22:12:23.119 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82802024-10-21T22:12:24.397Z[ host-image] Oct 21 22:12:23.119 INFO O| Oct 21 22:12:23.119 INFO skip step because feature "nfs" is not enabled
82812024-10-21T22:12:24.397Z[ host-image] Oct 21 22:12:23.119 INFO O| Oct 21 22:12:23.119 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82822024-10-21T22:12:24.397Z[ host-image] Oct 21 22:12:23.119 INFO O| Oct 21 22:12:23.119 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82832024-10-21T22:12:24.519Z[ host-image] Oct 21 22:12:23.245 INFO O| Oct 21 22:12:23.245 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
82842024-10-21T22:12:24.595Z[ host-image] Oct 21 22:12:23.321 INFO O| Oct 21 22:12:23.321 INFO completed processing gimlet/ramdisk-01-os
82852024-10-21T22:12:24.598Z[ host-image] Oct 21 22:12:23.323 INFO omicron1 baseline generation...
82862024-10-21T22:12:24.598Z[ host-image] Oct 21 22:12:23.323 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
82872024-10-21T22:12:24.984Z[ host-image] Oct 21 22:12:23.710 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22980:20241021T190216Z
82882024-10-21T22:12:26.012Z[ recovery-image] Oct 21 22:12:24.738 INFO O| Oct 21 22:12:24.738 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
82892024-10-21T22:12:26.012Z[ recovery-image] Oct 21 22:12:24.738 INFO O| Oct 21 22:12:24.738 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82902024-10-21T22:12:26.025Z[ recovery-image] Oct 21 22:12:24.751 INFO O| Oct 21 22:12:24.751 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
82912024-10-21T22:12:26.102Z[ recovery-image] Oct 21 22:12:24.827 INFO O| Oct 21 22:12:24.827 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82922024-10-21T22:12:26.102Z[ recovery-image] Oct 21 22:12:24.827 INFO O| Oct 21 22:12:24.827 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 ...
82932024-10-21T22:12:26.105Z[ recovery-image] Oct 21 22:12:24.829 INFO O| Oct 21 22:12:24.829 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82942024-10-21T22:12:26.105Z[ recovery-image] Oct 21 22:12:24.829 INFO O| Oct 21 22:12:24.829 INFO ok!
82952024-10-21T22:12:26.105Z[ recovery-image] Oct 21 22:12:24.829 INFO O| Oct 21 22:12:24.829 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82962024-10-21T22:12:26.105Z[ recovery-image] Oct 21 22:12:24.829 INFO O| Oct 21 22:12:24.829 INFO STEP 95 (seed_smf) COMPLETE
82972024-10-21T22:12:26.105Z[ recovery-image] Oct 21 22:12:24.829 INFO O| Oct 21 22:12:24.829 INFO steps complete; finalising image!
82982024-10-21T22:12:26.105Z[ recovery-image] Oct 21 22:12:24.829 INFO O| Oct 21 22:12:24.829 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82992024-10-21T22:12:26.136Z[ recovery-image] Oct 21 22:12:24.862 INFO O| Oct 21 22:12:24.862 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Mon Oct 21 22:12:24 2024)
83002024-10-21T22:12:26.357Z[ recovery-image] Oct 21 22:12:25.083 INFO O| Oct 21 22:12:25.083 INFO temporary pool has 402M used, 1.36G avail, 1.00x compressratio
83012024-10-21T22:12:26.357Z[ recovery-image] Oct 21 22:12:25.083 INFO O| Oct 21 22:12:25.083 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83022024-10-21T22:12:26.585Z[ recovery-image] Oct 21 22:12:25.311 INFO O| Oct 21 22:12:25.311 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
83032024-10-21T22:12:26.585Z[ recovery-image] Oct 21 22:12:25.311 INFO O| Oct 21 22:12:25.311 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83042024-10-21T22:12:29.575Z[ recovery-image] Oct 21 22:12:28.300 INFO O| Oct 21 22:12:28.300 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83052024-10-21T22:12:29.575Z[ recovery-image] Oct 21 22:12:28.300 INFO O| Oct 21 22:12:28.300 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83062024-10-21T22:12:29.578Z[ recovery-image] Oct 21 22:12:28.300 INFO O| Oct 21 22:12:28.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83072024-10-21T22:12:29.578Z[ recovery-image] Oct 21 22:12:28.300 INFO O| Oct 21 22:12:28.300 INFO completed processing gimlet/zfs-recovery
83082024-10-21T22:12:29.578Z[ recovery-image] Oct 21 22:12:28.300 INFO O| Oct 21 22:12:28.300 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83092024-10-21T22:12:30.008Z[ recovery-image] Oct 21 22:12:28.733 INFO O| Oct 21 22:12:28.733 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83102024-10-21T22:12:30.100Z[ recovery-image] Oct 21 22:12:28.825 INFO BUILD STRING "heads/stlouis-0-g6011e493c9\n"
83112024-10-21T22:12:30.103Z[ recovery-image] Oct 21 22:12:28.825 INFO expanded image name: "recovery 5219957/${os_short_commit} 2024-10-21 21:44" -> "recovery 5219957/6011e49 2024-10-21 21:44"
83122024-10-21T22:12:30.103Z[ recovery-image] Oct 21 22:12:28.826 INFO output artefacts stored in: "/work/os-recovery"
83132024-10-21T22:12:30.103Z[ recovery-image] Oct 21 22:12:28.826 INFO collecting git info from project "amd-host-image-builder"...
83142024-10-21T22:12:30.342Z[ recovery-image] Oct 21 22:12:29.068 INFO collecting git info from project "pinprick"...
83152024-10-21T22:12:30.348Z[ recovery-image] Oct 21 22:12:29.073 INFO collecting git info from project "chelsio-t6-roms"...
83162024-10-21T22:12:30.369Z[ recovery-image] Oct 21 22:12:29.095 INFO collecting git info from project "pilot"...
83172024-10-21T22:12:30.381Z[ recovery-image] Oct 21 22:12:29.106 INFO collecting git info from project "phbl"...
83182024-10-21T22:12:30.387Z[ recovery-image] Oct 21 22:12:29.113 INFO collecting git info from project "amd-firmware"...
83192024-10-21T22:12:30.400Z[ recovery-image] Oct 21 22:12:29.126 INFO collecting git info from project "image-builder"...
83202024-10-21T22:12:30.406Z[ recovery-image] Oct 21 22:12:29.132 INFO collecting git info from project "bootserver"...
83212024-10-21T22:12:30.411Z[ recovery-image] Oct 21 22:12:29.137 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83222024-10-21T22:12:30.771Z[ recovery-image] Oct 21 22:12:29.497 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83232024-10-21T22:12:31.118Z[ recovery-image] Oct 21 22:12:29.843 INFO creating Oxide boot image...
83242024-10-21T22:12:31.118Z[ recovery-image] Oct 21 22:12:29.843 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 5219957/6011e49 2024-10-21 21:44", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83252024-10-21T22:13:11.820Z[ host-image] Oct 21 22:13:10.542 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22980:20241021T190250Z
83262024-10-21T22:13:11.820Z[ host-image] Oct 21 22:13:10.543 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22980:20241021T190250Z
83272024-10-21T22:13:11.823Z[ host-image] Oct 21 22:13:10.543 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83282024-10-21T22:13:11.823Z[ host-image] Oct 21 22:13:10.543 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83292024-10-21T22:13:11.823Z[ host-image] Oct 21 22:13:10.543 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83302024-10-21T22:13:11.823Z[ host-image] Oct 21 22:13:10.543 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83312024-10-21T22:13:11.823Z[ host-image] Oct 21 22:13:10.544 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83322024-10-21T22:13:11.823Z[ host-image] Oct 21 22:13:10.544 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83332024-10-21T22:13:11.823Z[ host-image] Oct 21 22:13:10.544 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83342024-10-21T22:13:11.823Z[ host-image] Oct 21 22:13:10.544 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83352024-10-21T22:13:11.823Z[ host-image] Oct 21 22:13:10.545 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22980:20241021T190251Z
83362024-10-21T22:13:11.827Z[ host-image] Oct 21 22:13:10.546 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22980:20241021T190251Z
83372024-10-21T22:13:11.827Z[ host-image] Oct 21 22:13:10.547 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22980:20241021T190252Z
83382024-10-21T22:13:11.827Z[ host-image] Oct 21 22:13:10.548 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22980:20241021T190252Z
83392024-10-21T22:13:11.827Z[ host-image] Oct 21 22:13:10.548 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83402024-10-21T22:13:11.827Z[ host-image] Oct 21 22:13:10.548 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22980:20241021T190252Z
83412024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.549 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22980:20241021T190252Z
83422024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.549 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22980:20241021T190252Z
83432024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.549 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22980:20241021T190252Z
83442024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.550 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22980:20241021T190253Z
83452024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.550 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22980:20241021T190253Z
83462024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.550 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22980:20241021T190253Z
83472024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.550 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22980:20241021T190254Z
83482024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.550 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22980:20241021T190255Z
83492024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.550 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22980:20241021T190256Z
83502024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.551 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22980:20241021T190256Z
83512024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.551 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22980:20241021T190257Z
83522024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.551 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22980:20241021T190258Z
83532024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.551 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83542024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.551 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22980:20241021T190259Z
83552024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.551 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22980:20241021T190302Z
83562024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.551 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22980:20241021T190302Z
83572024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.551 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22980:20241021T190303Z
83582024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.552 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22980:20241021T190304Z
83592024-10-21T22:13:11.830Z[ host-image] Oct 21 22:13:10.552 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22980:20241021T190305Z
83602024-10-21T22:13:11.839Z[ host-image] Oct 21 22:13:10.562 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83612024-10-21T22:13:11.841Z[ host-image] Oct 21 22:13:10.562 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22980:20241021T190305Z
83622024-10-21T22:13:11.841Z[ host-image] Oct 21 22:13:10.562 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83632024-10-21T22:13:11.841Z[ host-image] Oct 21 22:13:10.562 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83642024-10-21T22:13:11.841Z[ host-image] Oct 21 22:13:10.563 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83652024-10-21T22:13:11.841Z[ host-image] Oct 21 22:13:10.563 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22980:20241021T190305Z
83662024-10-21T22:13:11.841Z[ host-image] Oct 21 22:13:10.563 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83672024-10-21T22:13:11.841Z[ host-image] Oct 21 22:13:10.564 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83682024-10-21T22:13:11.844Z[ host-image] Oct 21 22:13:10.565 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83692024-10-21T22:13:11.844Z[ host-image] Oct 21 22:13:10.565 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83702024-10-21T22:13:11.854Z[ host-image] Oct 21 22:13:10.577 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83712024-10-21T22:13:11.857Z[ host-image] Oct 21 22:13:10.577 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83722024-10-21T22:13:11.857Z[ host-image] Oct 21 22:13:10.577 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83732024-10-21T22:13:11.857Z[ host-image] Oct 21 22:13:10.578 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83742024-10-21T22:13:11.857Z[ host-image] Oct 21 22:13:10.579 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83752024-10-21T22:13:11.857Z[ host-image] Oct 21 22:13:10.579 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83762024-10-21T22:13:11.892Z[ host-image] Oct 21 22:13:10.614 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83772024-10-21T22:13:11.895Z[ host-image] Oct 21 22:13:10.615 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83782024-10-21T22:13:11.895Z[ host-image] Oct 21 22:13:10.615 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83792024-10-21T22:13:11.895Z[ host-image] Oct 21 22:13:10.616 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22980:20241021T190307Z
83802024-10-21T22:13:11.895Z[ host-image] Oct 21 22:13:10.616 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22980:20241021T190313Z
83812024-10-21T22:13:11.895Z[ host-image] Oct 21 22:13:10.616 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83822024-10-21T22:13:11.895Z[ host-image] Oct 21 22:13:10.616 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22980:20241021T190313Z
83832024-10-21T22:13:11.895Z[ host-image] Oct 21 22:13:10.617 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83842024-10-21T22:13:11.895Z[ host-image] Oct 21 22:13:10.617 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83852024-10-21T22:13:11.895Z[ host-image] Oct 21 22:13:10.617 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83862024-10-21T22:13:11.895Z[ host-image] Oct 21 22:13:10.617 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22980:20241021T190314Z
83872024-10-21T22:13:11.895Z[ host-image] Oct 21 22:13:10.617 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83882024-10-21T22:13:11.899Z[ host-image] Oct 21 22:13:10.622 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83892024-10-21T22:13:11.899Z[ host-image] Oct 21 22:13:10.622 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83902024-10-21T22:13:11.901Z[ host-image] Oct 21 22:13:10.622 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83912024-10-21T22:13:11.901Z[ host-image] Oct 21 22:13:10.622 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22980:20241021T190314Z
83922024-10-21T22:13:11.901Z[ host-image] Oct 21 22:13:10.622 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83932024-10-21T22:13:11.914Z[ host-image] Oct 21 22:13:10.637 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83942024-10-21T22:13:11.917Z[ host-image] Oct 21 22:13:10.637 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22980:20241021T190314Z
83952024-10-21T22:13:11.917Z[ host-image] Oct 21 22:13:10.640 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22980:20241021T190315Z
83962024-10-21T22:13:11.919Z[ host-image] Oct 21 22:13:10.640 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22980:20241021T190315Z
83972024-10-21T22:13:11.919Z[ host-image] Oct 21 22:13:10.640 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83982024-10-21T22:13:11.919Z[ host-image] Oct 21 22:13:10.641 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22980:20241021T190316Z
83992024-10-21T22:13:11.919Z[ host-image] Oct 21 22:13:10.641 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22980:20241021T190316Z
84002024-10-21T22:13:11.919Z[ host-image] Oct 21 22:13:10.641 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22980:20241021T190317Z
84012024-10-21T22:13:11.919Z[ host-image] Oct 21 22:13:10.642 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22980:20241021T190317Z
84022024-10-21T22:13:11.922Z[ host-image] Oct 21 22:13:10.645 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84032024-10-21T22:13:11.925Z[ host-image] Oct 21 22:13:10.646 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22980:20241021T190317Z
84042024-10-21T22:13:11.925Z[ host-image] Oct 21 22:13:10.646 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22980:20241021T190318Z
84052024-10-21T22:13:11.925Z[ host-image] Oct 21 22:13:10.647 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84062024-10-21T22:13:11.925Z[ host-image] Oct 21 22:13:10.647 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22980:20241021T190319Z
84072024-10-21T22:13:11.925Z[ host-image] Oct 21 22:13:10.647 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22980:20241021T190319Z
84082024-10-21T22:13:11.925Z[ host-image] Oct 21 22:13:10.647 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22980:20241021T190319Z
84092024-10-21T22:13:11.925Z[ host-image] Oct 21 22:13:10.648 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22980:20241021T190319Z
84102024-10-21T22:13:11.933Z[ host-image] Oct 21 22:13:10.656 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22980:20241021T190319Z
84112024-10-21T22:13:11.936Z[ host-image] Oct 21 22:13:10.656 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84122024-10-21T22:13:11.936Z[ host-image] Oct 21 22:13:10.658 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22980:20241021T190319Z
84132024-10-21T22:13:11.938Z[ host-image] Oct 21 22:13:10.660 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22980:20241021T190319Z
84142024-10-21T22:13:11.938Z[ host-image] Oct 21 22:13:10.660 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22980:20241021T190319Z
84152024-10-21T22:13:11.938Z[ host-image] Oct 21 22:13:10.660 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22980:20241021T190320Z
84162024-10-21T22:13:11.938Z[ host-image] Oct 21 22:13:10.661 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22980:20241021T190320Z
84172024-10-21T22:13:11.938Z[ host-image] Oct 21 22:13:10.661 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22980:20241021T190320Z
84182024-10-21T22:13:11.948Z[ host-image] Oct 21 22:13:10.671 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22980:20241021T190322Z
84192024-10-21T22:13:11.951Z[ host-image] Oct 21 22:13:10.671 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22980:20241021T190321Z
84202024-10-21T22:13:11.951Z[ host-image] Oct 21 22:13:10.671 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22980:20241021T190321Z
84212024-10-21T22:13:11.951Z[ host-image] Oct 21 22:13:10.673 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22980:20241021T190321Z
84222024-10-21T22:13:11.951Z[ host-image] Oct 21 22:13:10.673 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22980:20241021T190322Z
84232024-10-21T22:13:11.972Z[ host-image] Oct 21 22:13:10.695 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22980:20241021T190325Z
84242024-10-21T22:13:11.974Z[ host-image] Oct 21 22:13:10.695 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22980:20241021T190322Z
84252024-10-21T22:13:11.974Z[ host-image] Oct 21 22:13:10.695 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22980:20241021T190322Z
84262024-10-21T22:13:11.974Z[ host-image] Oct 21 22:13:10.695 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84272024-10-21T22:13:11.974Z[ host-image] Oct 21 22:13:10.696 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84282024-10-21T22:13:12.002Z[ host-image] Oct 21 22:13:10.725 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22980:20241021T190322Z
84292024-10-21T22:13:12.004Z[ host-image] Oct 21 22:13:10.725 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84302024-10-21T22:13:12.005Z[ host-image] Oct 21 22:13:10.725 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22980:20241021T190322Z
84312024-10-21T22:13:12.005Z[ host-image] Oct 21 22:13:10.725 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22980:20241021T190323Z
84322024-10-21T22:13:12.005Z[ host-image] Oct 21 22:13:10.727 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22980:20241021T190323Z
84332024-10-21T22:13:12.005Z[ host-image] Oct 21 22:13:10.727 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84342024-10-21T22:13:12.005Z[ host-image] Oct 21 22:13:10.727 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84352024-10-21T22:13:12.007Z[ host-image] Oct 21 22:13:10.728 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22980:20241021T190324Z
84362024-10-21T22:13:12.007Z[ host-image] Oct 21 22:13:10.728 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22980:20241021T190324Z
84372024-10-21T22:13:12.007Z[ host-image] Oct 21 22:13:10.728 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22980:20241021T190324Z
84382024-10-21T22:13:12.008Z[ host-image] Oct 21 22:13:10.729 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22980:20241021T190324Z
84392024-10-21T22:13:12.008Z[ host-image] Oct 21 22:13:10.729 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22980:20241021T190325Z
84402024-10-21T22:13:12.008Z[ host-image] Oct 21 22:13:10.729 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22980:20241021T190325Z
84412024-10-21T22:13:12.010Z[ host-image] Oct 21 22:13:10.732 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84422024-10-21T22:13:12.010Z[ host-image] Oct 21 22:13:10.732 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22980:20241021T190325Z
84432024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.734 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22980:20241021T190325Z
84442024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.734 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22980:20241021T190325Z
84452024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.734 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22980:20241021T190327Z
84462024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.734 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22980:20241021T190326Z
84472024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.734 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22980:20241021T190326Z
84482024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.734 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84492024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.735 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84502024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.735 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22980:20241021T190329Z
84512024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.735 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22980:20241021T190329Z
84522024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.735 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84532024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.735 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84542024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.736 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84552024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.736 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84562024-10-21T22:13:12.013Z[ host-image] Oct 21 22:13:10.736 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84572024-10-21T22:13:12.016Z[ host-image] Oct 21 22:13:10.737 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84582024-10-21T22:13:12.016Z[ host-image] Oct 21 22:13:10.738 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84592024-10-21T22:13:12.016Z[ host-image] Oct 21 22:13:10.738 INFO O| tempdir @ "/tmp/.tmpS8aziN/tmp"
84602024-10-21T22:13:12.016Z[ host-image] Oct 21 22:13:10.738 INFO O| image root @ "/tmp/.tmpS8aziN/tmp/root"
84612024-10-21T22:13:12.016Z[ host-image] Oct 21 22:13:10.738 INFO O| creating image...
84622024-10-21T22:13:12.514Z[ host-image] Oct 21 22:13:11.236 INFO O| copying publishers...
84632024-10-21T22:13:20.661Z[ host-image] Oct 21 22:13:19.383 INFO O| adding properties...
84642024-10-21T22:13:21.668Z[ host-image] Oct 21 22:13:20.390 INFO O| installing packages...
84652024-10-21T22:13:23.513Z[ recovery-image] Oct 21 22:13:22.235 INFO O| ok, image written!
84662024-10-21T22:13:23.516Z[ recovery-image] Oct 21 22:13:22.235 INFO O| ok, boot_image_csum file written!
84672024-10-21T22:13:23.519Z[ recovery-image] Oct 21 22:13:22.240 INFO creating boot archive (CPIO)...
84682024-10-21T22:13:23.519Z[ recovery-image] Oct 21 22:13:22.240 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
84692024-10-21T22:13:23.528Z[ recovery-image] Oct 21 22:13:22.250 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84702024-10-21T22:13:23.531Z[ recovery-image] Oct 21 22:13:22.250 INFO E| + outfile=/work/os-recovery/cpio
84712024-10-21T22:13:23.531Z[ recovery-image] Oct 21 22:13:22.250 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84722024-10-21T22:13:23.531Z[ recovery-image] Oct 21 22:13:22.252 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84732024-10-21T22:13:23.531Z[ recovery-image] Oct 21 22:13:22.252 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84742024-10-21T22:13:23.565Z[ recovery-image] Oct 21 22:13:22.287 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84752024-10-21T22:13:23.565Z[ recovery-image] Oct 21 22:13:22.287 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84762024-10-21T22:13:23.574Z[ recovery-image] Oct 21 22:13:22.296 INFO creating compressed cpio/unix for nanobl-rs...
84772024-10-21T22:13:23.577Z[ recovery-image] Oct 21 22:13:22.297 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
84782024-10-21T22:13:23.860Z[ recovery-image] Oct 21 22:13:22.582 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84792024-10-21T22:13:28.214Z[ recovery-image] Oct 21 22:13:26.935 INFO creating reset image...
84802024-10-21T22:13:28.214Z[ recovery-image] Oct 21 22:13:26.935 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84812024-10-21T22:13:28.445Z[ recovery-image] Oct 21 22:13:27.167 INFO E| Updating crates.io index
84822024-10-21T22:13:28.534Z[ recovery-image] Oct 21 22:13:27.255 INFO E| Downloading crates ...
84832024-10-21T22:13:28.619Z[ recovery-image] Oct 21 22:13:27.340 INFO E| Downloaded os_pipe v1.2.1
84842024-10-21T22:13:28.621Z[ recovery-image] Oct 21 22:13:27.342 INFO E| Downloaded shared_child v1.0.1
84852024-10-21T22:13:28.626Z[ recovery-image] Oct 21 22:13:27.348 INFO E| Downloaded duct v0.13.7
84862024-10-21T22:13:28.630Z[ recovery-image] Oct 21 22:13:27.352 INFO E| Downloaded clap v4.5.17
84872024-10-21T22:13:28.647Z[ recovery-image] Oct 21 22:13:27.369 INFO E| Downloaded clap_builder v4.5.17
84882024-10-21T22:13:28.678Z[ recovery-image] Oct 21 22:13:27.400 INFO E| Downloaded libc v0.2.158
84892024-10-21T22:13:28.752Z[ recovery-image] Oct 21 22:13:27.474 INFO E| Compiling proc-macro2 v1.0.86
84902024-10-21T22:13:28.752Z[ recovery-image] Oct 21 22:13:27.474 INFO E| Compiling libc v0.2.158
84912024-10-21T22:13:28.752Z[ recovery-image] Oct 21 22:13:27.474 INFO E| Compiling unicode-ident v1.0.13
84922024-10-21T22:13:28.755Z[ recovery-image] Oct 21 22:13:27.474 INFO E| Compiling utf8parse v0.2.2
84932024-10-21T22:13:28.755Z[ recovery-image] Oct 21 22:13:27.474 INFO E| Compiling anstyle v1.0.8
84942024-10-21T22:13:28.755Z[ recovery-image] Oct 21 22:13:27.474 INFO E| Compiling anstyle-query v1.1.1
84952024-10-21T22:13:28.755Z[ recovery-image] Oct 21 22:13:27.474 INFO E| Compiling colorchoice v1.0.2
84962024-10-21T22:13:28.757Z[ recovery-image] Oct 21 22:13:27.477 INFO E| Compiling is_terminal_polyfill v1.70.1
84972024-10-21T22:13:28.928Z[ recovery-image] Oct 21 22:13:27.649 INFO E| Compiling anstyle-parse v0.2.5
84982024-10-21T22:13:28.953Z[ recovery-image] Oct 21 22:13:27.674 INFO E| Compiling clap_lex v0.7.2
84992024-10-21T22:13:28.955Z[ recovery-image] Oct 21 22:13:27.674 INFO E| Compiling strsim v0.11.1
85002024-10-21T22:13:28.956Z[ recovery-image] Oct 21 22:13:27.675 INFO E| Compiling heck v0.5.0
85012024-10-21T22:13:28.987Z[ recovery-image] Oct 21 22:13:27.709 INFO E| Compiling once_cell v1.19.0
85022024-10-21T22:13:29.224Z[ recovery-image] Oct 21 22:13:27.946 INFO E| Compiling anstream v0.6.15
85032024-10-21T22:13:29.584Z[ recovery-image] Oct 21 22:13:28.305 INFO E| Compiling clap_builder v4.5.17
85042024-10-21T22:13:29.950Z[ recovery-image] Oct 21 22:13:28.672 INFO E| Compiling os_pipe v1.2.1
85052024-10-21T22:13:29.950Z[ recovery-image] Oct 21 22:13:28.672 INFO E| Compiling shared_child v1.0.1
85062024-10-21T22:13:30.092Z[ recovery-image] Oct 21 22:13:28.813 INFO E| Compiling duct v0.13.7
85072024-10-21T22:13:30.206Z[ recovery-image] Oct 21 22:13:28.927 INFO E| Compiling quote v1.0.37
85082024-10-21T22:13:30.506Z[ recovery-image] Oct 21 22:13:29.228 INFO E| Compiling syn v2.0.77
85092024-10-21T22:13:34.256Z[ recovery-image] Oct 21 22:13:32.977 INFO E| Compiling clap_derive v4.5.13
85102024-10-21T22:13:36.111Z[ recovery-image] Oct 21 22:13:34.832 INFO E| Compiling clap v4.5.17
85112024-10-21T22:13:36.164Z[ recovery-image] Oct 21 22:13:34.885 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85122024-10-21T22:13:37.167Z[ recovery-image] Oct 21 22:13:35.888 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.89s
85132024-10-21T22:13:37.179Z[ recovery-image] Oct 21 22:13:35.900 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85142024-10-21T22:13:37.315Z[ recovery-image] Oct 21 22:13:36.036 INFO E| Updating crates.io index
85152024-10-21T22:13:37.598Z[ recovery-image] Oct 21 22:13:36.318 INFO E| Downloading crates ...
85162024-10-21T22:13:37.660Z[ recovery-image] Oct 21 22:13:36.381 INFO E| Downloaded raw-cpuid v10.7.0
85172024-10-21T22:13:37.664Z[ recovery-image] Oct 21 22:13:36.385 INFO E| Downloaded bitstruct_derive v0.1.0
85182024-10-21T22:13:37.667Z[ recovery-image] Oct 21 22:13:36.386 INFO E| Downloaded bitstruct v0.1.1
85192024-10-21T22:13:37.667Z[ recovery-image] Oct 21 22:13:36.388 INFO E| Downloaded cpio_reader v0.1.1
85202024-10-21T22:13:37.675Z[ recovery-image] Oct 21 22:13:36.396 INFO E| Downloaded seq-macro v0.3.5
85212024-10-21T22:13:37.678Z[ recovery-image] Oct 21 22:13:36.398 INFO E| Downloaded bit_field v0.10.2
85222024-10-21T22:13:37.803Z[ recovery-image] Oct 21 22:13:36.523 INFO E| Downloaded x86 v0.52.0
85232024-10-21T22:13:37.861Z[ recovery-image] Oct 21 22:13:36.582 INFO E| Updating crates.io index
85242024-10-21T22:13:37.920Z[ recovery-image] Oct 21 22:13:36.641 INFO E| Downloading crates ...
85252024-10-21T22:13:37.994Z[ recovery-image] Oct 21 22:13:36.715 INFO E| Downloaded compiler_builtins v0.1.125
85262024-10-21T22:13:38.018Z[ recovery-image] Oct 21 22:13:36.739 INFO E| Downloaded unicode-width v0.1.13
85272024-10-21T22:13:38.085Z[ recovery-image] Oct 21 22:13:36.806 INFO E| Compiling compiler_builtins v0.1.125
85282024-10-21T22:13:38.088Z[ recovery-image] Oct 21 22:13:36.806 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85292024-10-21T22:13:38.088Z[ recovery-image] Oct 21 22:13:36.806 INFO E| Compiling proc-macro2 v1.0.86
85302024-10-21T22:13:38.088Z[ recovery-image] Oct 21 22:13:36.806 INFO E| Compiling unicode-ident v1.0.13
85312024-10-21T22:13:38.088Z[ recovery-image] Oct 21 22:13:36.806 INFO E| Compiling syn v1.0.109
85322024-10-21T22:13:38.088Z[ recovery-image] Oct 21 22:13:36.806 INFO E| Compiling x86 v0.52.0
85332024-10-21T22:13:38.088Z[ recovery-image] Oct 21 22:13:36.807 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85342024-10-21T22:13:38.088Z[ recovery-image] Oct 21 22:13:36.807 INFO E| Compiling seq-macro v0.3.5
85352024-10-21T22:13:38.171Z[ host-image] Oct 21 22:13:36.892 INFO O| seeding SMF database...
85362024-10-21T22:13:39.312Z[ recovery-image] Oct 21 22:13:38.032 INFO E| Compiling quote v1.0.37
85372024-10-21T22:13:39.568Z[ recovery-image] Oct 21 22:13:38.288 INFO E| Compiling syn v2.0.77
85382024-10-21T22:13:42.013Z[ recovery-image] Oct 21 22:13:40.733 INFO E| Compiling scroll_derive v0.12.0
85392024-10-21T22:13:44.199Z[ recovery-image] Oct 21 22:13:42.920 INFO E| Compiling bitstruct_derive v0.1.0
85402024-10-21T22:13:46.615Z[ host-image] Oct 21 22:13:45.335 INFO O| configuring SMF profile...
85412024-10-21T22:13:46.617Z[ host-image] Oct 21 22:13:45.335 INFO O| modifying shadow(5)...
85422024-10-21T22:13:46.617Z[ host-image] Oct 21 22:13:45.335 INFO O| loading user and group database...
85432024-10-21T22:13:46.618Z[ host-image] Oct 21 22:13:45.335 INFO O| assessing packaged files...
85442024-10-21T22:13:48.785Z[ host-image] Oct 21 22:13:47.505 INFO O| creating archive...
85452024-10-21T22:13:48.817Z[ host-image] Oct 21 22:13:47.538 INFO O| missing from packaging:
85462024-10-21T22:13:48.817Z[ host-image] Oct 21 22:13:47.538 INFO O| "etc/.pwd.lock"
85472024-10-21T22:13:48.820Z[ host-image] Oct 21 22:13:47.538 INFO O| "etc/bash"
85482024-10-21T22:13:48.823Z[ host-image] Oct 21 22:13:47.543 INFO O| "etc/svc/profile/generic.xml"
85492024-10-21T22:13:48.823Z[ host-image] Oct 21 22:13:47.543 INFO O| "etc/svc/profile/inetd_services.xml"
85502024-10-21T22:13:48.823Z[ host-image] Oct 21 22:13:47.543 INFO O| "etc/svc/profile/name_service.xml"
85512024-10-21T22:13:48.823Z[ host-image] Oct 21 22:13:47.543 INFO O| "etc/svc/profile/platform.xml"
85522024-10-21T22:13:48.823Z[ host-image] Oct 21 22:13:47.543 INFO O| "etc/svc/profile/platform_omicron1.xml"
85532024-10-21T22:13:48.823Z[ host-image] Oct 21 22:13:47.543 INFO O| "etc/svc/repository.db"
85542024-10-21T22:13:48.831Z[ host-image] Oct 21 22:13:47.551 INFO O| "opt/ooce/share"
85552024-10-21T22:13:48.831Z[ host-image] Oct 21 22:13:47.551 INFO O| "opt/ooce/share/man"
85562024-10-21T22:13:48.833Z[ host-image] Oct 21 22:13:47.551 INFO O| "opt/ooce/share/man/man1"
85572024-10-21T22:13:48.840Z[ host-image] Oct 21 22:13:47.560 INFO O| finishing archive...
85582024-10-21T22:13:51.662Z[ host-image] Oct 21 22:13:50.382 INFO O| creating gzonly manifest...
85592024-10-21T22:13:51.674Z[ host-image] Oct 21 22:13:50.394 INFO O| ok
85602024-10-21T22:13:51.780Z[ host-image] Oct 21 22:13:50.500 INFO image builder template: ramdisk-02-trim...
85612024-10-21T22:13:51.780Z[ host-image] Oct 21 22:13:50.500 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/.tmpZk5wJg/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
85622024-10-21T22:13:51.803Z[ host-image] Oct 21 22:13:50.523 INFO O| Oct 21 22:13:50.523 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85632024-10-21T22:13:51.807Z[ host-image] Oct 21 22:13:50.528 INFO O| Oct 21 22:13:50.527 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85642024-10-21T22:13:51.896Z[ host-image] Oct 21 22:13:50.616 INFO O| Oct 21 22:13:50.615 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85652024-10-21T22:13:52.013Z[ host-image] Oct 21 22:13:50.733 INFO O| Oct 21 22:13:50.733 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85662024-10-21T22:13:52.013Z[ host-image] Oct 21 22:13:50.733 INFO O| Oct 21 22:13:50.733 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85672024-10-21T22:13:52.018Z[ host-image] Oct 21 22:13:50.739 INFO O| Oct 21 22:13:50.739 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85682024-10-21T22:13:52.022Z[ host-image] Oct 21 22:13:50.743 INFO O| Oct 21 22:13:50.743 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85692024-10-21T22:13:52.027Z[ host-image] Oct 21 22:13:50.747 INFO O| Oct 21 22:13:50.747 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85702024-10-21T22:13:52.320Z[ host-image] Oct 21 22:13:51.040 INFO O| Oct 21 22:13:51.040 INFO rolled back to input snapshot; work may begin
85712024-10-21T22:13:52.320Z[ host-image] Oct 21 22:13:51.040 INFO O| Oct 21 22:13:51.040 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85722024-10-21T22:13:52.325Z[ host-image] Oct 21 22:13:51.045 INFO O| Oct 21 22:13:51.045 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85732024-10-21T22:13:52.335Z[ host-image] Oct 21 22:13:51.055 INFO O| Oct 21 22:13:51.055 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85742024-10-21T22:13:52.383Z[ host-image] Oct 21 22:13:51.103 INFO O| Oct 21 22:13:51.103 INFO STEP 0 (remove_files) COMPLETE
85752024-10-21T22:13:52.383Z[ host-image] Oct 21 22:13:51.103 INFO O| Oct 21 22:13:51.103 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-10-21T22:13:52.394Z[ host-image] Oct 21 22:13:51.114 INFO O| Oct 21 22:13:51.114 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85772024-10-21T22:13:52.397Z[ host-image] Oct 21 22:13:51.116 INFO O| Oct 21 22:13:51.116 INFO STEP 1 (remove_files) COMPLETE
85782024-10-21T22:13:52.397Z[ host-image] Oct 21 22:13:51.116 INFO O| Oct 21 22:13:51.116 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-10-21T22:13:52.405Z[ host-image] Oct 21 22:13:51.126 INFO O| Oct 21 22:13:51.125 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85802024-10-21T22:13:52.418Z[ host-image] Oct 21 22:13:51.138 INFO O| Oct 21 22:13:51.138 INFO STEP 2 (remove_files) COMPLETE
85812024-10-21T22:13:52.418Z[ host-image] Oct 21 22:13:51.138 INFO O| Oct 21 22:13:51.138 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-10-21T22:13:52.428Z[ host-image] Oct 21 22:13:51.148 INFO O| Oct 21 22:13:51.148 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85832024-10-21T22:13:52.431Z[ host-image] Oct 21 22:13:51.150 INFO O| Oct 21 22:13:51.150 INFO STEP 3 (remove_files) COMPLETE
85842024-10-21T22:13:52.431Z[ host-image] Oct 21 22:13:51.150 INFO O| Oct 21 22:13:51.150 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-10-21T22:13:52.439Z[ host-image] Oct 21 22:13:51.159 INFO O| Oct 21 22:13:51.159 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85862024-10-21T22:13:52.443Z[ host-image] Oct 21 22:13:51.163 INFO O| Oct 21 22:13:51.163 INFO STEP 4 (remove_files) COMPLETE
85872024-10-21T22:13:52.443Z[ host-image] Oct 21 22:13:51.163 INFO O| Oct 21 22:13:51.163 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-10-21T22:13:52.452Z[ host-image] Oct 21 22:13:51.172 INFO O| Oct 21 22:13:51.172 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85892024-10-21T22:13:52.455Z[ host-image] Oct 21 22:13:51.175 INFO O| Oct 21 22:13:51.175 INFO STEP 5 (remove_files) COMPLETE
85902024-10-21T22:13:52.455Z[ host-image] Oct 21 22:13:51.175 INFO O| Oct 21 22:13:51.175 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-10-21T22:13:52.464Z[ host-image] Oct 21 22:13:51.185 INFO O| Oct 21 22:13:51.185 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85922024-10-21T22:13:52.476Z[ host-image] Oct 21 22:13:51.196 INFO O| Oct 21 22:13:51.196 INFO STEP 6 (remove_files) COMPLETE
85932024-10-21T22:13:52.476Z[ host-image] Oct 21 22:13:51.196 INFO O| Oct 21 22:13:51.196 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-10-21T22:13:52.486Z[ host-image] Oct 21 22:13:51.206 INFO O| Oct 21 22:13:51.206 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85952024-10-21T22:13:52.501Z[ host-image] Oct 21 22:13:51.220 INFO O| Oct 21 22:13:51.220 INFO STEP 7 (remove_files) COMPLETE
85962024-10-21T22:13:52.501Z[ host-image] Oct 21 22:13:51.220 INFO O| Oct 21 22:13:51.220 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-10-21T22:13:52.509Z[ host-image] Oct 21 22:13:51.230 INFO O| Oct 21 22:13:51.230 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85982024-10-21T22:13:52.597Z[ host-image] Oct 21 22:13:51.317 INFO O| Oct 21 22:13:51.316 INFO STEP 8 (remove_files) COMPLETE
85992024-10-21T22:13:52.597Z[ host-image] Oct 21 22:13:51.317 INFO O| Oct 21 22:13:51.317 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-10-21T22:13:52.607Z[ host-image] Oct 21 22:13:51.327 INFO O| Oct 21 22:13:51.327 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86012024-10-21T22:13:52.697Z[ host-image] Oct 21 22:13:51.417 INFO O| Oct 21 22:13:51.417 INFO STEP 9 (remove_files) COMPLETE
86022024-10-21T22:13:52.697Z[ host-image] Oct 21 22:13:51.417 INFO O| Oct 21 22:13:51.417 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-10-21T22:13:52.707Z[ host-image] Oct 21 22:13:51.428 INFO O| Oct 21 22:13:51.427 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86042024-10-21T22:13:52.711Z[ host-image] Oct 21 22:13:51.431 INFO O| Oct 21 22:13:51.431 INFO STEP 10 (remove_files) COMPLETE
86052024-10-21T22:13:52.711Z[ host-image] Oct 21 22:13:51.431 INFO O| Oct 21 22:13:51.431 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-10-21T22:13:52.721Z[ host-image] Oct 21 22:13:51.441 INFO O| Oct 21 22:13:51.441 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86072024-10-21T22:13:52.724Z[ host-image] Oct 21 22:13:51.442 INFO O| Oct 21 22:13:51.442 INFO STEP 11 (remove_files) COMPLETE
86082024-10-21T22:13:52.724Z[ host-image] Oct 21 22:13:51.442 INFO O| Oct 21 22:13:51.442 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-10-21T22:13:52.731Z[ host-image] Oct 21 22:13:51.452 INFO O| Oct 21 22:13:51.452 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86102024-10-21T22:13:52.734Z[ host-image] Oct 21 22:13:51.453 INFO O| Oct 21 22:13:51.453 INFO STEP 12 (remove_files) COMPLETE
86112024-10-21T22:13:52.734Z[ host-image] Oct 21 22:13:51.453 INFO O| Oct 21 22:13:51.453 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-10-21T22:13:52.746Z[ host-image] Oct 21 22:13:51.466 INFO O| Oct 21 22:13:51.466 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86132024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.467 INFO O| Oct 21 22:13:51.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86142024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.467 INFO O| Oct 21 22:13:51.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86152024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.467 INFO O| Oct 21 22:13:51.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86162024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.467 INFO O| Oct 21 22:13:51.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86172024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.467 INFO O| Oct 21 22:13:51.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86182024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.467 INFO O| Oct 21 22:13:51.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86192024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.467 INFO O| Oct 21 22:13:51.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86202024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.468 INFO O| Oct 21 22:13:51.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86212024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.468 INFO O| Oct 21 22:13:51.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86222024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.468 INFO O| Oct 21 22:13:51.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86232024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.468 INFO O| Oct 21 22:13:51.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86242024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.468 INFO O| Oct 21 22:13:51.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86252024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.469 INFO O| Oct 21 22:13:51.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86262024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.469 INFO O| Oct 21 22:13:51.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86272024-10-21T22:13:52.749Z[ host-image] Oct 21 22:13:51.469 INFO O| Oct 21 22:13:51.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86282024-10-21T22:13:52.761Z[ host-image] Oct 21 22:13:51.481 INFO O| Oct 21 22:13:51.481 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86292024-10-21T22:13:53.100Z[ host-image] Oct 21 22:13:51.820 INFO O| Oct 21 22:13:51.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86302024-10-21T22:13:53.105Z[ host-image] Oct 21 22:13:51.826 INFO O| Oct 21 22:13:51.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86312024-10-21T22:13:53.108Z[ host-image] Oct 21 22:13:51.827 INFO O| Oct 21 22:13:51.827 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86322024-10-21T22:13:53.117Z[ host-image] Oct 21 22:13:51.837 INFO O| Oct 21 22:13:51.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86332024-10-21T22:13:53.124Z[ host-image] Oct 21 22:13:51.844 INFO O| Oct 21 22:13:51.844 INFO STEP 13 (remove_files) COMPLETE
86342024-10-21T22:13:53.124Z[ host-image] Oct 21 22:13:51.844 INFO O| Oct 21 22:13:51.844 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86352024-10-21T22:13:53.135Z[ host-image] Oct 21 22:13:51.855 INFO O| Oct 21 22:13:51.855 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86362024-10-21T22:13:53.138Z[ host-image] Oct 21 22:13:51.857 INFO O| Oct 21 22:13:51.857 INFO STEP 14 (remove_files) COMPLETE
86372024-10-21T22:13:53.138Z[ host-image] Oct 21 22:13:51.857 INFO O| Oct 21 22:13:51.857 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86382024-10-21T22:13:53.146Z[ host-image] Oct 21 22:13:51.866 INFO O| Oct 21 22:13:51.866 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86392024-10-21T22:13:53.152Z[ host-image] Oct 21 22:13:51.873 INFO O| Oct 21 22:13:51.873 INFO STEP 15 (remove_files) COMPLETE
86402024-10-21T22:13:53.152Z[ host-image] Oct 21 22:13:51.873 INFO O| Oct 21 22:13:51.873 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-10-21T22:13:53.162Z[ host-image] Oct 21 22:13:51.882 INFO O| Oct 21 22:13:51.882 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86422024-10-21T22:13:53.165Z[ host-image] Oct 21 22:13:51.883 INFO O| Oct 21 22:13:51.883 INFO STEP 16 (remove_files) COMPLETE
86432024-10-21T22:13:53.165Z[ host-image] Oct 21 22:13:51.883 INFO O| Oct 21 22:13:51.883 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-10-21T22:13:53.173Z[ host-image] Oct 21 22:13:51.894 INFO O| Oct 21 22:13:51.894 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86452024-10-21T22:13:53.176Z[ host-image] Oct 21 22:13:51.895 INFO O| Oct 21 22:13:51.895 INFO STEP 17 (remove_files) COMPLETE
86462024-10-21T22:13:53.176Z[ host-image] Oct 21 22:13:51.895 INFO O| Oct 21 22:13:51.895 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-10-21T22:13:53.185Z[ host-image] Oct 21 22:13:51.905 INFO O| Oct 21 22:13:51.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86482024-10-21T22:13:53.185Z[ host-image] Oct 21 22:13:51.905 INFO O| Oct 21 22:13:51.905 INFO STEP 18 (remove_files) COMPLETE
86492024-10-21T22:13:53.187Z[ host-image] Oct 21 22:13:51.905 INFO O| Oct 21 22:13:51.905 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-10-21T22:13:53.194Z[ host-image] Oct 21 22:13:51.914 INFO O| Oct 21 22:13:51.914 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86512024-10-21T22:13:53.194Z[ host-image] Oct 21 22:13:51.914 INFO O| Oct 21 22:13:51.914 INFO STEP 19 (remove_files) COMPLETE
86522024-10-21T22:13:53.194Z[ host-image] Oct 21 22:13:51.914 INFO O| Oct 21 22:13:51.914 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-10-21T22:13:53.204Z[ host-image] Oct 21 22:13:51.924 INFO O| Oct 21 22:13:51.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86542024-10-21T22:13:53.204Z[ host-image] Oct 21 22:13:51.924 INFO O| Oct 21 22:13:51.924 INFO STEP 20 (remove_files) COMPLETE
86552024-10-21T22:13:53.204Z[ host-image] Oct 21 22:13:51.924 INFO O| Oct 21 22:13:51.924 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-10-21T22:13:53.213Z[ host-image] Oct 21 22:13:51.933 INFO O| Oct 21 22:13:51.933 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86572024-10-21T22:13:53.216Z[ host-image] Oct 21 22:13:51.933 INFO O| Oct 21 22:13:51.933 INFO STEP 21 (remove_files) COMPLETE
86582024-10-21T22:13:53.216Z[ host-image] Oct 21 22:13:51.933 INFO O| Oct 21 22:13:51.933 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-10-21T22:13:53.223Z[ host-image] Oct 21 22:13:51.943 INFO O| Oct 21 22:13:51.943 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86602024-10-21T22:13:53.223Z[ host-image] Oct 21 22:13:51.943 INFO O| Oct 21 22:13:51.943 INFO STEP 22 (remove_files) COMPLETE
86612024-10-21T22:13:53.225Z[ host-image] Oct 21 22:13:51.943 INFO O| Oct 21 22:13:51.943 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-10-21T22:13:53.232Z[ host-image] Oct 21 22:13:51.952 INFO O| Oct 21 22:13:51.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86632024-10-21T22:13:53.232Z[ host-image] Oct 21 22:13:51.952 INFO O| Oct 21 22:13:51.952 INFO STEP 23 (remove_files) COMPLETE
86642024-10-21T22:13:53.232Z[ host-image] Oct 21 22:13:51.952 INFO O| Oct 21 22:13:51.952 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-10-21T22:13:53.244Z[ host-image] Oct 21 22:13:51.964 INFO O| Oct 21 22:13:51.964 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86662024-10-21T22:13:53.244Z[ host-image] Oct 21 22:13:51.964 INFO O| Oct 21 22:13:51.964 INFO STEP 24 (remove_files) COMPLETE
86672024-10-21T22:13:53.244Z[ host-image] Oct 21 22:13:51.964 INFO O| Oct 21 22:13:51.964 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-10-21T22:13:53.254Z[ host-image] Oct 21 22:13:51.974 INFO O| Oct 21 22:13:51.974 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86692024-10-21T22:13:53.254Z[ host-image] Oct 21 22:13:51.974 INFO O| Oct 21 22:13:51.974 INFO STEP 25 (remove_files) COMPLETE
86702024-10-21T22:13:53.257Z[ host-image] Oct 21 22:13:51.974 INFO O| Oct 21 22:13:51.974 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-10-21T22:13:53.266Z[ host-image] Oct 21 22:13:51.986 INFO O| Oct 21 22:13:51.986 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86722024-10-21T22:13:53.266Z[ host-image] Oct 21 22:13:51.986 INFO O| Oct 21 22:13:51.986 INFO STEP 26 (remove_files) COMPLETE
86732024-10-21T22:13:53.269Z[ host-image] Oct 21 22:13:51.986 INFO O| Oct 21 22:13:51.986 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-10-21T22:13:53.276Z[ host-image] Oct 21 22:13:51.996 INFO O| Oct 21 22:13:51.996 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86752024-10-21T22:13:53.276Z[ host-image] Oct 21 22:13:51.996 INFO O| Oct 21 22:13:51.996 INFO STEP 27 (remove_files) COMPLETE
86762024-10-21T22:13:53.276Z[ host-image] Oct 21 22:13:51.996 INFO O| Oct 21 22:13:51.996 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-10-21T22:13:53.289Z[ host-image] Oct 21 22:13:52.009 INFO O| Oct 21 22:13:52.009 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86782024-10-21T22:13:53.289Z[ host-image] Oct 21 22:13:52.009 INFO O| Oct 21 22:13:52.009 INFO STEP 28 (remove_files) COMPLETE
86792024-10-21T22:13:53.292Z[ host-image] Oct 21 22:13:52.009 INFO O| Oct 21 22:13:52.009 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-10-21T22:13:53.299Z[ host-image] Oct 21 22:13:52.019 INFO O| Oct 21 22:13:52.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86812024-10-21T22:13:53.299Z[ host-image] Oct 21 22:13:52.019 INFO O| Oct 21 22:13:52.019 INFO STEP 29 (remove_files) COMPLETE
86822024-10-21T22:13:53.301Z[ host-image] Oct 21 22:13:52.019 INFO O| Oct 21 22:13:52.019 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-10-21T22:13:53.311Z[ host-image] Oct 21 22:13:52.031 INFO O| Oct 21 22:13:52.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86842024-10-21T22:13:53.311Z[ host-image] Oct 21 22:13:52.031 INFO O| Oct 21 22:13:52.031 INFO STEP 30 (remove_files) COMPLETE
86852024-10-21T22:13:53.319Z[ host-image] Oct 21 22:13:52.031 INFO O| Oct 21 22:13:52.031 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-10-21T22:13:53.322Z[ host-image] Oct 21 22:13:52.041 INFO O| Oct 21 22:13:52.041 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86872024-10-21T22:13:53.322Z[ host-image] Oct 21 22:13:52.041 INFO O| Oct 21 22:13:52.041 INFO STEP 31 (remove_files) COMPLETE
86882024-10-21T22:13:53.322Z[ host-image] Oct 21 22:13:52.041 INFO O| Oct 21 22:13:52.041 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-10-21T22:13:53.333Z[ host-image] Oct 21 22:13:52.053 INFO O| Oct 21 22:13:52.053 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86902024-10-21T22:13:53.333Z[ host-image] Oct 21 22:13:52.054 INFO O| Oct 21 22:13:52.054 INFO STEP 32 (remove_files) COMPLETE
86912024-10-21T22:13:53.335Z[ host-image] Oct 21 22:13:52.054 INFO O| Oct 21 22:13:52.054 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-10-21T22:13:53.343Z[ host-image] Oct 21 22:13:52.064 INFO O| Oct 21 22:13:52.064 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86932024-10-21T22:13:53.343Z[ host-image] Oct 21 22:13:52.064 INFO O| Oct 21 22:13:52.064 INFO STEP 33 (remove_files) COMPLETE
86942024-10-21T22:13:53.346Z[ host-image] Oct 21 22:13:52.064 INFO O| Oct 21 22:13:52.064 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-10-21T22:13:53.353Z[ host-image] Oct 21 22:13:52.074 INFO O| Oct 21 22:13:52.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86962024-10-21T22:13:53.353Z[ host-image] Oct 21 22:13:52.074 INFO O| Oct 21 22:13:52.074 INFO STEP 34 (remove_files) COMPLETE
86972024-10-21T22:13:53.356Z[ host-image] Oct 21 22:13:52.074 INFO O| Oct 21 22:13:52.074 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-10-21T22:13:53.365Z[ host-image] Oct 21 22:13:52.086 INFO O| Oct 21 22:13:52.085 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86992024-10-21T22:13:53.365Z[ host-image] Oct 21 22:13:52.086 INFO O| Oct 21 22:13:52.086 INFO STEP 35 (remove_files) COMPLETE
87002024-10-21T22:13:53.368Z[ host-image] Oct 21 22:13:52.086 INFO O| Oct 21 22:13:52.086 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-10-21T22:13:53.375Z[ host-image] Oct 21 22:13:52.096 INFO O| Oct 21 22:13:52.096 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87022024-10-21T22:13:53.375Z[ host-image] Oct 21 22:13:52.096 INFO O| Oct 21 22:13:52.096 INFO STEP 36 (remove_files) COMPLETE
87032024-10-21T22:13:53.378Z[ host-image] Oct 21 22:13:52.096 INFO O| Oct 21 22:13:52.096 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-10-21T22:13:53.385Z[ host-image] Oct 21 22:13:52.106 INFO O| Oct 21 22:13:52.105 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87052024-10-21T22:13:53.385Z[ host-image] Oct 21 22:13:52.106 INFO O| Oct 21 22:13:52.106 INFO STEP 37 (remove_files) COMPLETE
87062024-10-21T22:13:53.388Z[ host-image] Oct 21 22:13:52.106 INFO O| Oct 21 22:13:52.106 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-10-21T22:13:53.395Z[ host-image] Oct 21 22:13:52.115 INFO O| Oct 21 22:13:52.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87082024-10-21T22:13:53.395Z[ host-image] Oct 21 22:13:52.115 INFO O| Oct 21 22:13:52.115 INFO STEP 38 (remove_files) COMPLETE
87092024-10-21T22:13:53.395Z[ host-image] Oct 21 22:13:52.115 INFO O| Oct 21 22:13:52.115 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-10-21T22:13:53.405Z[ host-image] Oct 21 22:13:52.126 INFO O| Oct 21 22:13:52.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87112024-10-21T22:13:53.405Z[ host-image] Oct 21 22:13:52.126 INFO O| Oct 21 22:13:52.126 INFO STEP 39 (remove_files) COMPLETE
87122024-10-21T22:13:53.408Z[ host-image] Oct 21 22:13:52.126 INFO O| Oct 21 22:13:52.126 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132024-10-21T22:13:53.415Z[ host-image] Oct 21 22:13:52.135 INFO O| Oct 21 22:13:52.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87142024-10-21T22:13:53.415Z[ host-image] Oct 21 22:13:52.135 INFO O| Oct 21 22:13:52.135 INFO STEP 40 (remove_files) COMPLETE
87152024-10-21T22:13:53.418Z[ host-image] Oct 21 22:13:52.135 INFO O| Oct 21 22:13:52.135 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162024-10-21T22:13:53.425Z[ host-image] Oct 21 22:13:52.145 INFO O| Oct 21 22:13:52.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87172024-10-21T22:13:53.425Z[ host-image] Oct 21 22:13:52.145 INFO O| Oct 21 22:13:52.145 INFO STEP 41 (remove_files) COMPLETE
87182024-10-21T22:13:53.427Z[ host-image] Oct 21 22:13:52.145 INFO O| Oct 21 22:13:52.145 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192024-10-21T22:13:53.434Z[ host-image] Oct 21 22:13:52.155 INFO O| Oct 21 22:13:52.155 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87202024-10-21T22:13:53.437Z[ host-image] Oct 21 22:13:52.155 INFO O| Oct 21 22:13:52.155 INFO STEP 42 (remove_files) COMPLETE
87212024-10-21T22:13:53.437Z[ host-image] Oct 21 22:13:52.155 INFO O| Oct 21 22:13:52.155 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222024-10-21T22:13:53.444Z[ host-image] Oct 21 22:13:52.164 INFO O| Oct 21 22:13:52.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87232024-10-21T22:13:53.444Z[ host-image] Oct 21 22:13:52.164 INFO O| Oct 21 22:13:52.164 INFO STEP 43 (remove_files) COMPLETE
87242024-10-21T22:13:53.447Z[ host-image] Oct 21 22:13:52.164 INFO O| Oct 21 22:13:52.164 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252024-10-21T22:13:53.454Z[ host-image] Oct 21 22:13:52.174 INFO O| Oct 21 22:13:52.174 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87262024-10-21T22:13:53.456Z[ host-image] Oct 21 22:13:52.174 INFO O| Oct 21 22:13:52.174 INFO STEP 44 (remove_files) COMPLETE
87272024-10-21T22:13:53.456Z[ host-image] Oct 21 22:13:52.174 INFO O| Oct 21 22:13:52.174 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-10-21T22:13:53.464Z[ host-image] Oct 21 22:13:52.184 INFO O| Oct 21 22:13:52.184 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87292024-10-21T22:13:53.466Z[ host-image] Oct 21 22:13:52.184 INFO O| Oct 21 22:13:52.184 INFO STEP 45 (remove_files) COMPLETE
87302024-10-21T22:13:53.466Z[ host-image] Oct 21 22:13:52.184 INFO O| Oct 21 22:13:52.184 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-10-21T22:13:53.474Z[ host-image] Oct 21 22:13:52.194 INFO O| Oct 21 22:13:52.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87322024-10-21T22:13:53.474Z[ host-image] Oct 21 22:13:52.194 INFO O| Oct 21 22:13:52.194 INFO STEP 46 (remove_files) COMPLETE
87332024-10-21T22:13:53.474Z[ host-image] Oct 21 22:13:52.194 INFO O| Oct 21 22:13:52.194 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-10-21T22:13:53.483Z[ host-image] Oct 21 22:13:52.204 INFO O| Oct 21 22:13:52.203 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87352024-10-21T22:13:53.483Z[ host-image] Oct 21 22:13:52.204 INFO O| Oct 21 22:13:52.204 INFO STEP 47 (remove_files) COMPLETE
87362024-10-21T22:13:53.483Z[ host-image] Oct 21 22:13:52.204 INFO O| Oct 21 22:13:52.204 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-10-21T22:13:53.493Z[ host-image] Oct 21 22:13:52.213 INFO O| Oct 21 22:13:52.213 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87382024-10-21T22:13:53.493Z[ host-image] Oct 21 22:13:52.213 INFO O| Oct 21 22:13:52.213 INFO STEP 48 (remove_files) COMPLETE
87392024-10-21T22:13:53.496Z[ host-image] Oct 21 22:13:52.213 INFO O| Oct 21 22:13:52.213 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-10-21T22:13:53.503Z[ host-image] Oct 21 22:13:52.223 INFO O| Oct 21 22:13:52.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87412024-10-21T22:13:53.503Z[ host-image] Oct 21 22:13:52.223 INFO O| Oct 21 22:13:52.223 INFO STEP 49 (remove_files) COMPLETE
87422024-10-21T22:13:53.503Z[ host-image] Oct 21 22:13:52.223 INFO O| Oct 21 22:13:52.223 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-10-21T22:13:53.512Z[ host-image] Oct 21 22:13:52.233 INFO O| Oct 21 22:13:52.233 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87442024-10-21T22:13:53.513Z[ host-image] Oct 21 22:13:52.233 INFO O| Oct 21 22:13:52.233 INFO STEP 50 (remove_files) COMPLETE
87452024-10-21T22:13:53.515Z[ host-image] Oct 21 22:13:52.233 INFO O| Oct 21 22:13:52.233 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-10-21T22:13:53.522Z[ host-image] Oct 21 22:13:52.242 INFO O| Oct 21 22:13:52.242 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87472024-10-21T22:13:53.522Z[ host-image] Oct 21 22:13:52.242 INFO O| Oct 21 22:13:52.242 INFO STEP 51 (remove_files) COMPLETE
87482024-10-21T22:13:53.525Z[ host-image] Oct 21 22:13:52.243 INFO O| Oct 21 22:13:52.242 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-10-21T22:13:53.532Z[ host-image] Oct 21 22:13:52.253 INFO O| Oct 21 22:13:52.253 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87502024-10-21T22:13:53.535Z[ host-image] Oct 21 22:13:52.253 INFO O| Oct 21 22:13:52.253 INFO STEP 52 (remove_files) COMPLETE
87512024-10-21T22:13:53.535Z[ host-image] Oct 21 22:13:52.253 INFO O| Oct 21 22:13:52.253 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-10-21T22:13:53.542Z[ host-image] Oct 21 22:13:52.262 INFO O| Oct 21 22:13:52.262 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87532024-10-21T22:13:53.544Z[ host-image] Oct 21 22:13:52.263 INFO O| Oct 21 22:13:52.262 INFO STEP 53 (remove_files) COMPLETE
87542024-10-21T22:13:53.545Z[ host-image] Oct 21 22:13:52.263 INFO O| Oct 21 22:13:52.263 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-10-21T22:13:53.552Z[ host-image] Oct 21 22:13:52.272 INFO O| Oct 21 22:13:52.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87562024-10-21T22:13:53.552Z[ host-image] Oct 21 22:13:52.272 INFO O| Oct 21 22:13:52.272 INFO STEP 54 (remove_files) COMPLETE
87572024-10-21T22:13:53.552Z[ host-image] Oct 21 22:13:52.272 INFO O| Oct 21 22:13:52.272 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87582024-10-21T22:13:53.561Z[ host-image] Oct 21 22:13:52.281 INFO O| Oct 21 22:13:52.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87592024-10-21T22:13:53.561Z[ host-image] Oct 21 22:13:52.282 INFO O| Oct 21 22:13:52.281 INFO STEP 55 (remove_files) COMPLETE
87602024-10-21T22:13:53.564Z[ host-image] Oct 21 22:13:52.282 INFO O| Oct 21 22:13:52.282 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612024-10-21T22:13:53.571Z[ host-image] Oct 21 22:13:52.291 INFO O| Oct 21 22:13:52.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87622024-10-21T22:13:53.571Z[ host-image] Oct 21 22:13:52.291 INFO O| Oct 21 22:13:52.291 INFO STEP 56 (remove_files) COMPLETE
87632024-10-21T22:13:53.571Z[ host-image] Oct 21 22:13:52.291 INFO O| Oct 21 22:13:52.291 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-10-21T22:13:53.580Z[ host-image] Oct 21 22:13:52.300 INFO O| Oct 21 22:13:52.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87652024-10-21T22:13:53.580Z[ host-image] Oct 21 22:13:52.301 INFO O| Oct 21 22:13:52.301 INFO STEP 57 (remove_files) COMPLETE
87662024-10-21T22:13:53.583Z[ host-image] Oct 21 22:13:52.301 INFO O| Oct 21 22:13:52.301 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-10-21T22:13:53.590Z[ host-image] Oct 21 22:13:52.310 INFO O| Oct 21 22:13:52.310 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87682024-10-21T22:13:53.590Z[ host-image] Oct 21 22:13:52.311 INFO O| Oct 21 22:13:52.310 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87692024-10-21T22:13:53.593Z[ host-image] Oct 21 22:13:52.311 INFO O| Oct 21 22:13:52.311 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87702024-10-21T22:13:53.593Z[ host-image] Oct 21 22:13:52.311 INFO O| Oct 21 22:13:52.311 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87712024-10-21T22:13:53.593Z[ host-image] Oct 21 22:13:52.311 INFO O| Oct 21 22:13:52.311 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87722024-10-21T22:13:53.593Z[ host-image] Oct 21 22:13:52.311 INFO O| Oct 21 22:13:52.311 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87732024-10-21T22:13:53.593Z[ host-image] Oct 21 22:13:52.311 INFO O| Oct 21 22:13:52.311 INFO ok!
87742024-10-21T22:13:53.593Z[ host-image] Oct 21 22:13:52.311 INFO O| Oct 21 22:13:52.311 INFO STEP 58 (ensure_file) COMPLETE
87752024-10-21T22:13:53.593Z[ host-image] Oct 21 22:13:52.311 INFO O| Oct 21 22:13:52.311 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762024-10-21T22:13:53.601Z[ host-image] Oct 21 22:13:52.321 INFO O| Oct 21 22:13:52.320 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87772024-10-21T22:13:53.601Z[ host-image] Oct 21 22:13:52.321 INFO O| Oct 21 22:13:52.321 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87782024-10-21T22:13:53.601Z[ host-image] Oct 21 22:13:52.321 INFO O| Oct 21 22:13:52.321 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87792024-10-21T22:13:53.601Z[ host-image] Oct 21 22:13:52.321 INFO O| Oct 21 22:13:52.321 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87802024-10-21T22:13:53.601Z[ host-image] Oct 21 22:13:52.321 INFO O| Oct 21 22:13:52.321 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87812024-10-21T22:13:53.601Z[ host-image] Oct 21 22:13:52.321 INFO O| Oct 21 22:13:52.321 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87822024-10-21T22:13:53.601Z[ host-image] Oct 21 22:13:52.321 INFO O| Oct 21 22:13:52.321 INFO ok!
87832024-10-21T22:13:53.605Z[ host-image] Oct 21 22:13:52.321 INFO O| Oct 21 22:13:52.321 INFO STEP 59 (ensure_file) COMPLETE
87842024-10-21T22:13:53.605Z[ host-image] Oct 21 22:13:52.321 INFO O| Oct 21 22:13:52.321 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852024-10-21T22:13:53.610Z[ host-image] Oct 21 22:13:52.330 INFO O| Oct 21 22:13:52.330 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87862024-10-21T22:13:53.610Z[ host-image] Oct 21 22:13:52.330 INFO O| Oct 21 22:13:52.330 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87872024-10-21T22:13:53.613Z[ host-image] Oct 21 22:13:52.331 INFO O| Oct 21 22:13:52.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87882024-10-21T22:13:53.613Z[ host-image] Oct 21 22:13:52.331 INFO O| Oct 21 22:13:52.331 INFO ok!
87892024-10-21T22:13:53.613Z[ host-image] Oct 21 22:13:52.331 INFO O| Oct 21 22:13:52.331 INFO STEP 60 (ensure_file) COMPLETE
87902024-10-21T22:13:53.613Z[ host-image] Oct 21 22:13:52.331 INFO O| Oct 21 22:13:52.331 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912024-10-21T22:13:53.620Z[ host-image] Oct 21 22:13:52.340 INFO O| Oct 21 22:13:52.340 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87922024-10-21T22:13:53.622Z[ host-image] Oct 21 22:13:52.340 INFO O| Oct 21 22:13:52.340 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87932024-10-21T22:13:53.622Z[ host-image] Oct 21 22:13:52.340 INFO O| Oct 21 22:13:52.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87942024-10-21T22:13:53.623Z[ host-image] Oct 21 22:13:52.340 INFO O| Oct 21 22:13:52.340 INFO ok!
87952024-10-21T22:13:53.623Z[ host-image] Oct 21 22:13:52.340 INFO O| Oct 21 22:13:52.340 INFO STEP 61 (ensure_file) COMPLETE
87962024-10-21T22:13:53.623Z[ host-image] Oct 21 22:13:52.340 INFO O| Oct 21 22:13:52.340 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-10-21T22:13:53.630Z[ host-image] Oct 21 22:13:52.350 INFO O| Oct 21 22:13:52.350 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87982024-10-21T22:13:53.630Z[ host-image] Oct 21 22:13:52.350 INFO O| Oct 21 22:13:52.350 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87992024-10-21T22:13:53.632Z[ host-image] Oct 21 22:13:52.350 INFO O| Oct 21 22:13:52.350 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88002024-10-21T22:13:53.632Z[ host-image] Oct 21 22:13:52.350 INFO O| Oct 21 22:13:52.350 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88012024-10-21T22:13:53.632Z[ host-image] Oct 21 22:13:52.350 INFO O| Oct 21 22:13:52.350 INFO ok!
88022024-10-21T22:13:53.632Z[ host-image] Oct 21 22:13:52.350 INFO O| Oct 21 22:13:52.350 INFO STEP 62 (ensure_file) COMPLETE
88032024-10-21T22:13:53.632Z[ host-image] Oct 21 22:13:52.350 INFO O| Oct 21 22:13:52.350 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88042024-10-21T22:13:53.640Z[ host-image] Oct 21 22:13:52.360 INFO O| Oct 21 22:13:52.360 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88052024-10-21T22:13:53.642Z[ host-image] Oct 21 22:13:52.360 INFO O| Oct 21 22:13:52.360 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88062024-10-21T22:13:53.642Z[ host-image] Oct 21 22:13:52.360 INFO O| Oct 21 22:13:52.360 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88072024-10-21T22:13:53.642Z[ host-image] Oct 21 22:13:52.360 INFO O| Oct 21 22:13:52.360 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88082024-10-21T22:13:53.642Z[ host-image] Oct 21 22:13:52.360 INFO O| Oct 21 22:13:52.360 INFO ok!
88092024-10-21T22:13:53.642Z[ host-image] Oct 21 22:13:52.360 INFO O| Oct 21 22:13:52.360 INFO STEP 63 (ensure_file) COMPLETE
88102024-10-21T22:13:53.642Z[ host-image] Oct 21 22:13:52.360 INFO O| Oct 21 22:13:52.360 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88112024-10-21T22:13:53.650Z[ host-image] Oct 21 22:13:52.370 INFO O| Oct 21 22:13:52.370 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88122024-10-21T22:13:53.650Z[ host-image] Oct 21 22:13:52.370 INFO O| Oct 21 22:13:52.370 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88132024-10-21T22:13:53.653Z[ host-image] Oct 21 22:13:52.370 INFO O| Oct 21 22:13:52.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88142024-10-21T22:13:53.653Z[ host-image] Oct 21 22:13:52.370 INFO O| Oct 21 22:13:52.370 INFO ok!
88152024-10-21T22:13:53.653Z[ host-image] Oct 21 22:13:52.370 INFO O| Oct 21 22:13:52.370 INFO STEP 64 (assemble_files) COMPLETE
88162024-10-21T22:13:53.653Z[ host-image] Oct 21 22:13:52.371 INFO O| Oct 21 22:13:52.370 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88172024-10-21T22:13:53.660Z[ host-image] Oct 21 22:13:52.380 INFO O| Oct 21 22:13:52.380 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88182024-10-21T22:13:53.660Z[ host-image] Oct 21 22:13:52.380 INFO O| Oct 21 22:13:52.380 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88192024-10-21T22:13:53.662Z[ host-image] Oct 21 22:13:52.380 INFO O| Oct 21 22:13:52.380 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88202024-10-21T22:13:53.663Z[ host-image] Oct 21 22:13:52.380 INFO O| Oct 21 22:13:52.380 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88212024-10-21T22:13:53.663Z[ host-image] Oct 21 22:13:52.380 INFO O| Oct 21 22:13:52.380 INFO ok!
88222024-10-21T22:13:53.663Z[ host-image] Oct 21 22:13:52.381 INFO O| Oct 21 22:13:52.380 INFO STEP 65 (ensure_file) COMPLETE
88232024-10-21T22:13:53.663Z[ host-image] Oct 21 22:13:52.381 INFO O| Oct 21 22:13:52.380 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-10-21T22:13:53.670Z[ host-image] Oct 21 22:13:52.390 INFO O| Oct 21 22:13:52.390 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88252024-10-21T22:13:53.672Z[ host-image] Oct 21 22:13:52.390 INFO O| Oct 21 22:13:52.390 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88262024-10-21T22:13:53.672Z[ host-image] Oct 21 22:13:52.390 INFO O| Oct 21 22:13:52.390 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88272024-10-21T22:13:53.672Z[ host-image] Oct 21 22:13:52.390 INFO O| Oct 21 22:13:52.390 INFO STEP 66 (ensure_dir) COMPLETE
88282024-10-21T22:13:53.672Z[ host-image] Oct 21 22:13:52.390 INFO O| Oct 21 22:13:52.390 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88292024-10-21T22:13:53.680Z[ host-image] Oct 21 22:13:52.400 INFO O| Oct 21 22:13:52.400 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88302024-10-21T22:13:53.680Z[ host-image] Oct 21 22:13:52.400 INFO O| Oct 21 22:13:52.400 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 ...
88312024-10-21T22:13:53.687Z[ host-image] Oct 21 22:13:52.407 INFO O| Oct 21 22:13:52.407 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
88322024-10-21T22:13:53.689Z[ host-image] Oct 21 22:13:52.407 INFO O| Oct 21 22:13:52.407 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88332024-10-21T22:13:53.689Z[ host-image] Oct 21 22:13:52.407 INFO O| Oct 21 22:13:52.407 INFO ok!
88342024-10-21T22:13:53.689Z[ host-image] Oct 21 22:13:52.407 INFO O| Oct 21 22:13:52.407 INFO STEP 67 (ensure_file) COMPLETE
88352024-10-21T22:13:53.690Z[ host-image] Oct 21 22:13:52.407 INFO O| Oct 21 22:13:52.407 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-10-21T22:13:53.697Z[ host-image] Oct 21 22:13:52.417 INFO O| Oct 21 22:13:52.417 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88372024-10-21T22:13:53.697Z[ host-image] Oct 21 22:13:52.417 INFO O| Oct 21 22:13:52.417 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 ...
88382024-10-21T22:13:53.699Z[ host-image] Oct 21 22:13:52.417 INFO O| Oct 21 22:13:52.417 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
88392024-10-21T22:13:53.699Z[ host-image] Oct 21 22:13:52.417 INFO O| Oct 21 22:13:52.417 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88402024-10-21T22:13:53.699Z[ host-image] Oct 21 22:13:52.417 INFO O| Oct 21 22:13:52.417 INFO ok!
88412024-10-21T22:13:53.699Z[ host-image] Oct 21 22:13:52.417 INFO O| Oct 21 22:13:52.417 INFO STEP 68 (ensure_file) COMPLETE
88422024-10-21T22:13:53.699Z[ host-image] Oct 21 22:13:52.417 INFO O| Oct 21 22:13:52.417 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-10-21T22:13:53.711Z[ host-image] Oct 21 22:13:52.431 INFO O| Oct 21 22:13:52.431 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88442024-10-21T22:13:53.711Z[ host-image] Oct 21 22:13:52.432 INFO O| Oct 21 22:13:52.431 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88452024-10-21T22:13:55.742Z[ host-image] Oct 21 22:13:54.461 INFO O| Oct 21 22:13:54.461 INFO STEP 69 (pack_tar) COMPLETE
88462024-10-21T22:13:55.742Z[ host-image] Oct 21 22:13:54.461 INFO O| Oct 21 22:13:54.461 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88472024-10-21T22:13:55.742Z[ host-image] Oct 21 22:13:54.461 INFO O| Oct 21 22:13:54.461 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88482024-10-21T22:13:56.088Z[ host-image] Oct 21 22:13:54.807 INFO O| Oct 21 22:13:54.807 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88492024-10-21T22:13:56.163Z[ host-image] Oct 21 22:13:54.883 INFO O| Oct 21 22:13:54.882 INFO completed processing gimlet/ramdisk-02-trim
88502024-10-21T22:13:56.165Z[ host-image] Oct 21 22:13:54.885 INFO image builder template: zfs...
88512024-10-21T22:13:56.165Z[ host-image] Oct 21 22:13:54.885 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/.tmpZk5wJg/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
88522024-10-21T22:13:56.179Z[ host-image] Oct 21 22:13:54.899 INFO O| Oct 21 22:13:54.899 INFO skip include "stress" because feature "stress" is not enabled
88532024-10-21T22:13:56.212Z[ host-image] Oct 21 22:13:54.932 INFO O| Oct 21 22:13:54.932 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88542024-10-21T22:13:56.216Z[ host-image] Oct 21 22:13:54.936 INFO O| Oct 21 22:13:54.936 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88552024-10-21T22:13:56.313Z[ host-image] Oct 21 22:13:55.033 INFO O| Oct 21 22:13:55.033 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88562024-10-21T22:13:56.386Z[ host-image] Oct 21 22:13:55.105 INFO O| Oct 21 22:13:55.105 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88572024-10-21T22:13:56.386Z[ host-image] Oct 21 22:13:55.106 INFO O| Oct 21 22:13:55.106 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88582024-10-21T22:13:56.390Z[ host-image] Oct 21 22:13:55.110 INFO O| Oct 21 22:13:55.110 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88592024-10-21T22:13:56.413Z[ recovery-image] Oct 21 22:13:55.133 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88602024-10-21T22:13:56.481Z[ host-image] Oct 21 22:13:55.201 INFO O| Oct 21 22:13:55.201 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88612024-10-21T22:13:56.563Z[ host-image] Oct 21 22:13:55.283 INFO O| Oct 21 22:13:55.283 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88622024-10-21T22:13:56.580Z[ host-image] Oct 21 22:13:55.299 INFO O| Oct 21 22:13:55.299 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88632024-10-21T22:13:56.587Z[ host-image] Oct 21 22:13:55.307 INFO O| Oct 21 22:13:55.307 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88642024-10-21T22:13:56.587Z[ host-image] Oct 21 22:13:55.307 INFO O| Oct 21 22:13:55.307 INFO no lofi found
88652024-10-21T22:13:56.589Z[ host-image] Oct 21 22:13:55.307 INFO O| Oct 21 22:13:55.307 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88662024-10-21T22:13:56.589Z[ host-image] Oct 21 22:13:55.307 INFO O| Oct 21 22:13:55.307 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88672024-10-21T22:13:58.170Z[ recovery-image] Oct 21 22:13:56.890 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88682024-10-21T22:13:58.292Z[ host-image] Oct 21 22:13:57.011 INFO O| Oct 21 22:13:57.011 INFO lofi device = /dev/dsk/c2t1d0p0
88692024-10-21T22:13:58.292Z[ host-image] Oct 21 22:13:57.012 INFO O| Oct 21 22:13:57.011 INFO pool device = /dev/dsk/c2t1d0p0
88702024-10-21T22:13:58.295Z[ host-image] Oct 21 22:13:57.012 INFO O| Oct 21 22:13:57.012 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"]
88712024-10-21T22:13:58.439Z[ host-image] Oct 21 22:13:57.158 INFO O| Oct 21 22:13:57.158 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88722024-10-21T22:13:58.439Z[ host-image] Oct 21 22:13:57.159 INFO O| Oct 21 22:13:57.158 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88732024-10-21T22:13:58.469Z[ host-image] Oct 21 22:13:57.189 INFO O| Oct 21 22:13:57.189 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88742024-10-21T22:13:58.581Z[ host-image] Oct 21 22:13:57.301 INFO O| Oct 21 22:13:57.301 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88752024-10-21T22:13:58.640Z[ host-image] Oct 21 22:13:57.359 INFO O| Oct 21 22:13:57.359 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88762024-10-21T22:13:58.667Z[ host-image] Oct 21 22:13:57.387 INFO O| Oct 21 22:13:57.386 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88772024-10-21T22:13:58.687Z[ host-image] Oct 21 22:13:57.407 INFO O| Oct 21 22:13:57.406 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88782024-10-21T22:13:58.818Z[ host-image] Oct 21 22:13:57.537 INFO O| Oct 21 22:13:57.537 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88792024-10-21T22:13:58.820Z[ host-image] Oct 21 22:13:57.538 INFO O| Oct 21 22:13:57.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88802024-10-21T22:13:58.820Z[ host-image] Oct 21 22:13:57.538 INFO O| Oct 21 22:13:57.538 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88812024-10-21T22:13:58.840Z[ host-image] Oct 21 22:13:57.560 INFO O| Oct 21 22:13:57.560 INFO boot environment UUID: f0b62763-9b78-4016-9321-ac8ea348215e
88822024-10-21T22:13:58.840Z[ host-image] Oct 21 22:13:57.560 INFO O| Oct 21 22:13:57.560 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f0b62763-9b78-4016-9321-ac8ea348215e
88832024-10-21T22:13:58.884Z[ host-image] Oct 21 22:13:57.603 INFO O| Oct 21 22:13:57.603 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88842024-10-21T22:13:58.919Z[ host-image] Oct 21 22:13:57.639 INFO O| Oct 21 22:13:57.639 INFO STEP 0 (create_be) COMPLETE
88852024-10-21T22:13:58.919Z[ host-image] Oct 21 22:13:57.639 INFO O| Oct 21 22:13:57.639 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88862024-10-21T22:13:58.947Z[ host-image] Oct 21 22:13:57.667 INFO O| Oct 21 22:13:57.666 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88872024-10-21T22:14:02.091Z[ recovery-image] Oct 21 22:14:00.805 INFO E| Compiling bitflags v1.3.2
88882024-10-21T22:14:02.091Z[ recovery-image] Oct 21 22:14:00.805 INFO E| Compiling log v0.4.22
88892024-10-21T22:14:02.094Z[ recovery-image] Oct 21 22:14:00.805 INFO E| Compiling adler2 v2.0.0
88902024-10-21T22:14:02.096Z[ recovery-image] Oct 21 22:14:00.805 INFO E| Compiling bit_field v0.10.2
88912024-10-21T22:14:02.102Z[ recovery-image] Oct 21 22:14:00.805 INFO E| Compiling plain v0.2.3
88922024-10-21T22:14:02.104Z[ recovery-image] Oct 21 22:14:00.805 INFO E| Compiling scroll v0.12.0
88932024-10-21T22:14:02.104Z[ recovery-image] Oct 21 22:14:00.805 INFO E| Compiling bitstruct v0.1.1
88942024-10-21T22:14:02.265Z[ recovery-image] Oct 21 22:14:00.966 INFO E| Compiling raw-cpuid v10.7.0
88952024-10-21T22:14:02.275Z[ recovery-image] Oct 21 22:14:00.991 INFO E| Compiling cpio_reader v0.1.1
88962024-10-21T22:14:02.364Z[ recovery-image] Oct 21 22:14:01.083 INFO E| Compiling miniz_oxide v0.8.0
88972024-10-21T22:14:02.559Z[ recovery-image] Oct 21 22:14:01.277 INFO E| Compiling static_assertions v1.1.0
88982024-10-21T22:14:03.296Z[ recovery-image] Oct 21 22:14:02.015 INFO E| Compiling goblin v0.8.2
88992024-10-21T22:14:11.391Z[ recovery-image] Oct 21 22:14:10.110 INFO E| Finished `release` profile [optimized] target(s) in 34.19s
89002024-10-21T22:14:11.415Z[ recovery-image] Oct 21 22:14:10.134 INFO building host image...
89012024-10-21T22:14:11.418Z[ recovery-image] Oct 21 22:14:10.135 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")
89022024-10-21T22:14:12.110Z[ recovery-image] Oct 21 22:14:10.829 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
89032024-10-21T22:14:14.069Z[ recovery-image] Oct 21 22:14:12.787 INFO image complete! materials are in "/work/os-recovery"
89042024-10-21T22:14:14.072Z[ recovery-image]
89052024-10-21T22:14:14.072Z[ recovery-image] real 7:51.569962633
89062024-10-21T22:14:14.072Z[ recovery-image] user 5:13.297738403
89072024-10-21T22:14:14.075Z[ recovery-image] sys 51.220166239
89082024-10-21T22:14:14.075Z[ recovery-image] trap 0.235915694
89092024-10-21T22:14:14.075Z[ recovery-image] tflt 0.253821783
89102024-10-21T22:14:14.075Z[ recovery-image] dflt 0.827415486
89112024-10-21T22:14:14.075Z[ recovery-image] kflt 0.000065063
89122024-10-21T22:14:14.075Z[ recovery-image] lock 16:38.531715170
89132024-10-21T22:14:14.075Z[ recovery-image] slp 47:24.329629907
89142024-10-21T22:14:14.075Z[ recovery-image] lat 1:44.258346855
89152024-10-21T22:14:14.075Z[ recovery-image] stop 4.988206855
89162024-10-21T22:14:14.075ZOct 21 22:14:12.792 INFO [recovery-image] process exited with exit status: 0 (471.591991723s)
89172024-10-21T22:14:19.890Z[ host-image] Oct 21 22:14:18.608 INFO O| Oct 21 22:14:18.608 INFO STEP 1 (unpack_tar) COMPLETE
89182024-10-21T22:14:19.890Z[ host-image] Oct 21 22:14:18.608 INFO O| Oct 21 22:14:18.608 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89192024-10-21T22:14:19.900Z[ host-image] Oct 21 22:14:18.619 INFO O| Oct 21 22:14:18.619 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89202024-10-21T22:14:20.005Z[ host-image] Oct 21 22:14:18.723 INFO O| Oct 21 22:14:18.723 INFO STEP 2 (devfsadm) COMPLETE
89212024-10-21T22:14:20.005Z[ host-image] Oct 21 22:14:18.724 INFO O| Oct 21 22:14:18.723 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89222024-10-21T22:14:20.016Z[ host-image] Oct 21 22:14:18.734 INFO O| Oct 21 22:14:18.734 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89232024-10-21T22:14:20.019Z[ host-image] Oct 21 22:14:18.734 INFO O| Oct 21 22:14:18.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89242024-10-21T22:14:20.019Z[ host-image] Oct 21 22:14:18.734 INFO O| Oct 21 22:14:18.734 INFO STEP 3 (ensure_dir) COMPLETE
89252024-10-21T22:14:20.019Z[ host-image] Oct 21 22:14:18.734 INFO O| Oct 21 22:14:18.734 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89262024-10-21T22:14:20.025Z[ host-image] Oct 21 22:14:18.744 INFO O| Oct 21 22:14:18.744 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89272024-10-21T22:14:20.025Z[ host-image] Oct 21 22:14:18.744 INFO O| Oct 21 22:14:18.744 INFO STEP 4 (ensure_dir) COMPLETE
89282024-10-21T22:14:20.028Z[ host-image] Oct 21 22:14:18.744 INFO O| Oct 21 22:14:18.744 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89292024-10-21T22:14:20.035Z[ host-image] Oct 21 22:14:18.753 INFO O| Oct 21 22:14:18.753 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89302024-10-21T22:14:20.035Z[ host-image] Oct 21 22:14:18.753 INFO O| Oct 21 22:14:18.753 INFO STEP 5 (ensure_dir) COMPLETE
89312024-10-21T22:14:20.038Z[ host-image] Oct 21 22:14:18.753 INFO O| Oct 21 22:14:18.753 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89322024-10-21T22:14:20.044Z[ host-image] Oct 21 22:14:18.763 INFO O| Oct 21 22:14:18.763 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89332024-10-21T22:14:20.044Z[ host-image] Oct 21 22:14:18.763 INFO O| Oct 21 22:14:18.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89342024-10-21T22:14:20.044Z[ host-image] Oct 21 22:14:18.763 INFO O| Oct 21 22:14:18.763 INFO STEP 6 (ensure_dir) COMPLETE
89352024-10-21T22:14:20.047Z[ host-image] Oct 21 22:14:18.763 INFO O| Oct 21 22:14:18.763 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362024-10-21T22:14:20.054Z[ host-image] Oct 21 22:14:18.772 INFO O| Oct 21 22:14:18.772 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89372024-10-21T22:14:20.054Z[ host-image] Oct 21 22:14:18.772 INFO O| Oct 21 22:14:18.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89382024-10-21T22:14:20.056Z[ host-image] Oct 21 22:14:18.772 INFO O| Oct 21 22:14:18.772 INFO STEP 7 (ensure_dir) COMPLETE
89392024-10-21T22:14:20.056Z[ host-image] Oct 21 22:14:18.772 INFO O| Oct 21 22:14:18.772 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89402024-10-21T22:14:20.063Z[ host-image] Oct 21 22:14:18.782 INFO O| Oct 21 22:14:18.782 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89412024-10-21T22:14:20.065Z[ host-image] Oct 21 22:14:18.782 INFO O| Oct 21 22:14:18.782 INFO STEP 8 (remove_files) COMPLETE
89422024-10-21T22:14:20.065Z[ host-image] Oct 21 22:14:18.782 INFO O| Oct 21 22:14:18.782 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89432024-10-21T22:14:20.073Z[ host-image] Oct 21 22:14:18.791 INFO O| Oct 21 22:14:18.791 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89442024-10-21T22:14:20.075Z[ host-image] Oct 21 22:14:18.792 INFO O| Oct 21 22:14:18.792 INFO STEP 9 (remove_files) COMPLETE
89452024-10-21T22:14:20.075Z[ host-image] Oct 21 22:14:18.792 INFO O| Oct 21 22:14:18.792 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89462024-10-21T22:14:20.083Z[ host-image] Oct 21 22:14:18.801 INFO O| Oct 21 22:14:18.801 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89472024-10-21T22:14:20.085Z[ host-image] Oct 21 22:14:18.802 INFO O| Oct 21 22:14:18.802 INFO STEP 10 (remove_files) COMPLETE
89482024-10-21T22:14:20.085Z[ host-image] Oct 21 22:14:18.802 INFO O| Oct 21 22:14:18.802 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89492024-10-21T22:14:20.093Z[ host-image] Oct 21 22:14:18.811 INFO O| Oct 21 22:14:18.811 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89502024-10-21T22:14:20.095Z[ host-image] Oct 21 22:14:18.811 INFO O| Oct 21 22:14:18.811 INFO STEP 11 (remove_files) COMPLETE
89512024-10-21T22:14:20.095Z[ host-image] Oct 21 22:14:18.811 INFO O| Oct 21 22:14:18.811 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89522024-10-21T22:14:20.102Z[ host-image] Oct 21 22:14:18.821 INFO O| Oct 21 22:14:18.821 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89532024-10-21T22:14:20.105Z[ host-image] Oct 21 22:14:18.821 INFO O| Oct 21 22:14:18.821 INFO STEP 12 (remove_files) COMPLETE
89542024-10-21T22:14:20.105Z[ host-image] Oct 21 22:14:18.821 INFO O| Oct 21 22:14:18.821 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89552024-10-21T22:14:20.112Z[ host-image] Oct 21 22:14:18.830 INFO O| Oct 21 22:14:18.830 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89562024-10-21T22:14:20.112Z[ host-image] Oct 21 22:14:18.830 INFO O| Oct 21 22:14:18.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89572024-10-21T22:14:20.112Z[ host-image] Oct 21 22:14:18.830 INFO O| Oct 21 22:14:18.830 INFO STEP 13 (ensure_dir) COMPLETE
89582024-10-21T22:14:20.114Z[ host-image] Oct 21 22:14:18.830 INFO O| Oct 21 22:14:18.830 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89592024-10-21T22:14:20.121Z[ host-image] Oct 21 22:14:18.840 INFO O| Oct 21 22:14:18.840 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89602024-10-21T22:14:20.121Z[ host-image] Oct 21 22:14:18.840 INFO O| Oct 21 22:14:18.840 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89612024-10-21T22:14:20.124Z[ host-image] Oct 21 22:14:18.840 INFO O| Oct 21 22:14:18.840 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89622024-10-21T22:14:20.124Z[ host-image] Oct 21 22:14:18.840 INFO O| Oct 21 22:14:18.840 INFO STEP 14 (ensure_dir) COMPLETE
89632024-10-21T22:14:20.124Z[ host-image] Oct 21 22:14:18.840 INFO O| Oct 21 22:14:18.840 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89642024-10-21T22:14:20.131Z[ host-image] Oct 21 22:14:18.849 INFO O| Oct 21 22:14:18.849 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89652024-10-21T22:14:20.133Z[ host-image] Oct 21 22:14:18.849 INFO O| Oct 21 22:14:18.849 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89662024-10-21T22:14:20.133Z[ host-image] Oct 21 22:14:18.849 INFO O| Oct 21 22:14:18.849 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89672024-10-21T22:14:20.133Z[ host-image] Oct 21 22:14:18.849 INFO O| Oct 21 22:14:18.849 INFO STEP 15 (ensure_dir) COMPLETE
89682024-10-21T22:14:20.133Z[ host-image] Oct 21 22:14:18.849 INFO O| Oct 21 22:14:18.849 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89692024-10-21T22:14:20.140Z[ host-image] Oct 21 22:14:18.859 INFO O| Oct 21 22:14:18.859 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89702024-10-21T22:14:20.140Z[ host-image] Oct 21 22:14:18.859 INFO O| Oct 21 22:14:18.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89712024-10-21T22:14:20.140Z[ host-image] Oct 21 22:14:18.859 INFO O| Oct 21 22:14:18.859 INFO STEP 16 (ensure_dir) COMPLETE
89722024-10-21T22:14:20.140Z[ host-image] Oct 21 22:14:18.859 INFO O| Oct 21 22:14:18.859 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89732024-10-21T22:14:20.150Z[ host-image] Oct 21 22:14:18.868 INFO O| Oct 21 22:14:18.868 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89742024-10-21T22:14:20.152Z[ host-image] Oct 21 22:14:18.868 INFO O| Oct 21 22:14:18.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89752024-10-21T22:14:20.152Z[ host-image] Oct 21 22:14:18.868 INFO O| Oct 21 22:14:18.868 INFO STEP 17 (ensure_dir) COMPLETE
89762024-10-21T22:14:20.152Z[ host-image] Oct 21 22:14:18.868 INFO O| Oct 21 22:14:18.868 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89772024-10-21T22:14:20.159Z[ host-image] Oct 21 22:14:18.878 INFO O| Oct 21 22:14:18.878 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89782024-10-21T22:14:20.162Z[ host-image] Oct 21 22:14:18.878 INFO O| Oct 21 22:14:18.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89792024-10-21T22:14:20.162Z[ host-image] Oct 21 22:14:18.878 INFO O| Oct 21 22:14:18.878 INFO ok!
89802024-10-21T22:14:20.162Z[ host-image] Oct 21 22:14:18.878 INFO O| Oct 21 22:14:18.878 INFO STEP 18 (ensure_symlink) COMPLETE
89812024-10-21T22:14:20.162Z[ host-image] Oct 21 22:14:18.878 INFO O| Oct 21 22:14:18.878 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89822024-10-21T22:14:20.169Z[ host-image] Oct 21 22:14:18.887 INFO O| Oct 21 22:14:18.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89832024-10-21T22:14:20.169Z[ host-image] Oct 21 22:14:18.887 INFO O| Oct 21 22:14:18.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89842024-10-21T22:14:20.169Z[ host-image] Oct 21 22:14:18.887 INFO O| Oct 21 22:14:18.887 INFO ok!
89852024-10-21T22:14:20.171Z[ host-image] Oct 21 22:14:18.887 INFO O| Oct 21 22:14:18.887 INFO STEP 19 (ensure_file) COMPLETE
89862024-10-21T22:14:20.171Z[ host-image] Oct 21 22:14:18.887 INFO O| Oct 21 22:14:18.887 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89872024-10-21T22:14:20.178Z[ host-image] Oct 21 22:14:18.897 INFO O| Oct 21 22:14:18.897 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89882024-10-21T22:14:20.178Z[ host-image] Oct 21 22:14:18.897 INFO O| Oct 21 22:14:18.897 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89892024-10-21T22:14:20.181Z[ host-image] Oct 21 22:14:18.897 INFO O| Oct 21 22:14:18.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89902024-10-21T22:14:20.181Z[ host-image] Oct 21 22:14:18.897 INFO O| Oct 21 22:14:18.897 INFO ok!
89912024-10-21T22:14:20.181Z[ host-image] Oct 21 22:14:18.897 INFO O| Oct 21 22:14:18.897 INFO STEP 20 (ensure_symlink) COMPLETE
89922024-10-21T22:14:20.181Z[ host-image] Oct 21 22:14:18.897 INFO O| Oct 21 22:14:18.897 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89932024-10-21T22:14:20.188Z[ host-image] Oct 21 22:14:18.907 INFO O| Oct 21 22:14:18.907 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89942024-10-21T22:14:20.188Z[ host-image] Oct 21 22:14:18.907 INFO O| Oct 21 22:14:18.907 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89952024-10-21T22:14:20.191Z[ host-image] Oct 21 22:14:18.907 INFO O| Oct 21 22:14:18.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89962024-10-21T22:14:20.191Z[ host-image] Oct 21 22:14:18.907 INFO O| Oct 21 22:14:18.907 INFO ok!
89972024-10-21T22:14:20.191Z[ host-image] Oct 21 22:14:18.907 INFO O| Oct 21 22:14:18.907 INFO STEP 21 (ensure_symlink) COMPLETE
89982024-10-21T22:14:20.191Z[ host-image] Oct 21 22:14:18.907 INFO O| Oct 21 22:14:18.907 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89992024-10-21T22:14:20.198Z[ host-image] Oct 21 22:14:18.916 INFO O| Oct 21 22:14:18.916 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90002024-10-21T22:14:20.198Z[ host-image] Oct 21 22:14:18.916 INFO O| Oct 21 22:14:18.916 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90012024-10-21T22:14:20.200Z[ host-image] Oct 21 22:14:18.916 INFO O| Oct 21 22:14:18.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90022024-10-21T22:14:20.200Z[ host-image] Oct 21 22:14:18.916 INFO O| Oct 21 22:14:18.916 INFO ok!
90032024-10-21T22:14:20.200Z[ host-image] Oct 21 22:14:18.916 INFO O| Oct 21 22:14:18.916 INFO STEP 22 (ensure_symlink) COMPLETE
90042024-10-21T22:14:20.200Z[ host-image] Oct 21 22:14:18.916 INFO O| Oct 21 22:14:18.916 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90052024-10-21T22:14:20.207Z[ host-image] Oct 21 22:14:18.926 INFO O| Oct 21 22:14:18.926 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90062024-10-21T22:14:20.207Z[ host-image] Oct 21 22:14:18.926 INFO O| Oct 21 22:14:18.926 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90072024-10-21T22:14:20.210Z[ host-image] Oct 21 22:14:18.926 INFO O| Oct 21 22:14:18.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90082024-10-21T22:14:20.210Z[ host-image] Oct 21 22:14:18.926 INFO O| Oct 21 22:14:18.926 INFO ok!
90092024-10-21T22:14:20.210Z[ host-image] Oct 21 22:14:18.926 INFO O| Oct 21 22:14:18.926 INFO STEP 23 (ensure_symlink) COMPLETE
90102024-10-21T22:14:20.210Z[ host-image] Oct 21 22:14:18.926 INFO O| Oct 21 22:14:18.926 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90112024-10-21T22:14:20.217Z[ host-image] Oct 21 22:14:18.935 INFO O| Oct 21 22:14:18.935 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90122024-10-21T22:14:20.219Z[ host-image] Oct 21 22:14:18.935 INFO O| Oct 21 22:14:18.935 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90132024-10-21T22:14:20.219Z[ host-image] Oct 21 22:14:18.935 INFO O| Oct 21 22:14:18.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90142024-10-21T22:14:20.219Z[ host-image] Oct 21 22:14:18.935 INFO O| Oct 21 22:14:18.935 INFO ok!
90152024-10-21T22:14:20.219Z[ host-image] Oct 21 22:14:18.936 INFO O| Oct 21 22:14:18.935 INFO STEP 24 (ensure_file) COMPLETE
90162024-10-21T22:14:20.219Z[ host-image] Oct 21 22:14:18.936 INFO O| Oct 21 22:14:18.935 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90172024-10-21T22:14:20.226Z[ host-image] Oct 21 22:14:18.945 INFO O| Oct 21 22:14:18.945 INFO updating shadow file
90182024-10-21T22:14:20.229Z[ host-image] Oct 21 22:14:18.945 INFO O| Oct 21 22:14:18.945 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90192024-10-21T22:14:20.229Z[ host-image] Oct 21 22:14:18.945 INFO O| Oct 21 22:14:18.945 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90202024-10-21T22:14:20.229Z[ host-image] Oct 21 22:14:18.945 INFO O| Oct 21 22:14:18.945 INFO STEP 25 (shadow) COMPLETE
90212024-10-21T22:14:20.229Z[ host-image] Oct 21 22:14:18.945 INFO O| Oct 21 22:14:18.945 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90222024-10-21T22:14:20.236Z[ host-image] Oct 21 22:14:18.955 INFO O| Oct 21 22:14:18.955 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90232024-10-21T22:14:20.239Z[ host-image] Oct 21 22:14:18.955 INFO O| Oct 21 22:14:18.955 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90242024-10-21T22:14:20.239Z[ host-image] Oct 21 22:14:18.955 INFO O| Oct 21 22:14:18.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90252024-10-21T22:14:20.239Z[ host-image] Oct 21 22:14:18.955 INFO O| Oct 21 22:14:18.955 INFO ok!
90262024-10-21T22:14:20.239Z[ host-image] Oct 21 22:14:18.955 INFO O| Oct 21 22:14:18.955 INFO STEP 26 (ensure_file) COMPLETE
90272024-10-21T22:14:20.239Z[ host-image] Oct 21 22:14:18.955 INFO O| Oct 21 22:14:18.955 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90282024-10-21T22:14:20.246Z[ host-image] Oct 21 22:14:18.964 INFO O| Oct 21 22:14:18.964 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90292024-10-21T22:14:20.246Z[ host-image] Oct 21 22:14:18.964 INFO O| Oct 21 22:14:18.964 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90302024-10-21T22:14:20.248Z[ host-image] Oct 21 22:14:18.964 INFO O| Oct 21 22:14:18.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90312024-10-21T22:14:20.248Z[ host-image] Oct 21 22:14:18.964 INFO O| Oct 21 22:14:18.964 INFO ok!
90322024-10-21T22:14:20.248Z[ host-image] Oct 21 22:14:18.964 INFO O| Oct 21 22:14:18.964 INFO STEP 27 (ensure_file) COMPLETE
90332024-10-21T22:14:20.248Z[ host-image] Oct 21 22:14:18.964 INFO O| Oct 21 22:14:18.964 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90342024-10-21T22:14:20.255Z[ host-image] Oct 21 22:14:18.974 INFO O| Oct 21 22:14:18.974 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90352024-10-21T22:14:20.255Z[ host-image] Oct 21 22:14:18.974 INFO O| Oct 21 22:14:18.974 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90362024-10-21T22:14:20.258Z[ host-image] Oct 21 22:14:18.974 INFO O| Oct 21 22:14:18.974 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90372024-10-21T22:14:20.258Z[ host-image] Oct 21 22:14:18.974 INFO O| Oct 21 22:14:18.974 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90382024-10-21T22:14:20.258Z[ host-image] Oct 21 22:14:18.974 INFO O| Oct 21 22:14:18.974 INFO ok!
90392024-10-21T22:14:20.258Z[ host-image] Oct 21 22:14:18.974 INFO O| Oct 21 22:14:18.974 INFO STEP 28 (ensure_file) COMPLETE
90402024-10-21T22:14:20.258Z[ host-image] Oct 21 22:14:18.974 INFO O| Oct 21 22:14:18.974 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90412024-10-21T22:14:20.265Z[ host-image] Oct 21 22:14:18.984 INFO O| Oct 21 22:14:18.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90422024-10-21T22:14:20.269Z[ host-image] Oct 21 22:14:18.984 INFO O| Oct 21 22:14:18.984 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90432024-10-21T22:14:20.269Z[ host-image] Oct 21 22:14:18.984 INFO O| Oct 21 22:14:18.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90442024-10-21T22:14:20.269Z[ host-image] Oct 21 22:14:18.984 INFO O| Oct 21 22:14:18.984 INFO ok!
90452024-10-21T22:14:20.269Z[ host-image] Oct 21 22:14:18.984 INFO O| Oct 21 22:14:18.984 INFO STEP 29 (ensure_file) COMPLETE
90462024-10-21T22:14:20.269Z[ host-image] Oct 21 22:14:18.984 INFO O| Oct 21 22:14:18.984 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90472024-10-21T22:14:20.275Z[ host-image] Oct 21 22:14:18.993 INFO O| Oct 21 22:14:18.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90482024-10-21T22:14:20.275Z[ host-image] Oct 21 22:14:18.993 INFO O| Oct 21 22:14:18.993 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90492024-10-21T22:14:20.277Z[ host-image] Oct 21 22:14:18.993 INFO O| Oct 21 22:14:18.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90502024-10-21T22:14:20.277Z[ host-image] Oct 21 22:14:18.993 INFO O| Oct 21 22:14:18.993 INFO ok!
90512024-10-21T22:14:20.277Z[ host-image] Oct 21 22:14:18.993 INFO O| Oct 21 22:14:18.993 INFO STEP 30 (ensure_file) COMPLETE
90522024-10-21T22:14:20.277Z[ host-image] Oct 21 22:14:18.993 INFO O| Oct 21 22:14:18.993 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90532024-10-21T22:14:20.285Z[ host-image] Oct 21 22:14:19.003 INFO O| Oct 21 22:14:19.003 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90542024-10-21T22:14:20.285Z[ host-image] Oct 21 22:14:19.004 INFO O| Oct 21 22:14:19.003 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90552024-10-21T22:14:20.285Z[ host-image] Oct 21 22:14:19.004 INFO O| Oct 21 22:14:19.004 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90562024-10-21T22:14:20.288Z[ host-image] Oct 21 22:14:19.004 INFO O| Oct 21 22:14:19.004 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90572024-10-21T22:14:20.288Z[ host-image] Oct 21 22:14:19.004 INFO O| Oct 21 22:14:19.004 INFO ok!
90582024-10-21T22:14:20.288Z[ host-image] Oct 21 22:14:19.004 INFO O| Oct 21 22:14:19.004 INFO STEP 31 (ensure_file) COMPLETE
90592024-10-21T22:14:20.288Z[ host-image] Oct 21 22:14:19.004 INFO O| Oct 21 22:14:19.004 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90602024-10-21T22:14:20.295Z[ host-image] Oct 21 22:14:19.013 INFO O| Oct 21 22:14:19.013 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90612024-10-21T22:14:20.295Z[ host-image] Oct 21 22:14:19.013 INFO O| Oct 21 22:14:19.013 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90622024-10-21T22:14:20.297Z[ host-image] Oct 21 22:14:19.014 INFO O| Oct 21 22:14:19.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90632024-10-21T22:14:20.297Z[ host-image] Oct 21 22:14:19.014 INFO O| Oct 21 22:14:19.014 INFO ok!
90642024-10-21T22:14:20.297Z[ host-image] Oct 21 22:14:19.014 INFO O| Oct 21 22:14:19.014 INFO STEP 32 (ensure_file) COMPLETE
90652024-10-21T22:14:20.297Z[ host-image] Oct 21 22:14:19.014 INFO O| Oct 21 22:14:19.014 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90662024-10-21T22:14:20.305Z[ host-image] Oct 21 22:14:19.023 INFO O| Oct 21 22:14:19.023 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90672024-10-21T22:14:20.307Z[ host-image] Oct 21 22:14:19.023 INFO O| Oct 21 22:14:19.023 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90682024-10-21T22:14:20.307Z[ host-image] Oct 21 22:14:19.023 INFO O| Oct 21 22:14:19.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90692024-10-21T22:14:20.307Z[ host-image] Oct 21 22:14:19.023 INFO O| Oct 21 22:14:19.023 INFO ok!
90702024-10-21T22:14:20.307Z[ host-image] Oct 21 22:14:19.023 INFO O| Oct 21 22:14:19.023 INFO STEP 33 (ensure_file) COMPLETE
90712024-10-21T22:14:20.307Z[ host-image] Oct 21 22:14:19.023 INFO O| Oct 21 22:14:19.023 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90722024-10-21T22:14:20.318Z[ host-image] Oct 21 22:14:19.033 INFO O| Oct 21 22:14:19.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90732024-10-21T22:14:20.318Z[ host-image] Oct 21 22:14:19.033 INFO O| Oct 21 22:14:19.033 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90742024-10-21T22:14:20.318Z[ host-image] Oct 21 22:14:19.033 INFO O| Oct 21 22:14:19.033 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90752024-10-21T22:14:20.318Z[ host-image] Oct 21 22:14:19.033 INFO O| Oct 21 22:14:19.033 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90762024-10-21T22:14:20.318Z[ host-image] Oct 21 22:14:19.033 INFO O| Oct 21 22:14:19.033 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90772024-10-21T22:14:20.318Z[ host-image] Oct 21 22:14:19.033 INFO O| Oct 21 22:14:19.033 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90782024-10-21T22:14:20.318Z[ host-image] Oct 21 22:14:19.033 INFO O| Oct 21 22:14:19.033 INFO ok!
90792024-10-21T22:14:20.318Z[ host-image] Oct 21 22:14:19.033 INFO O| Oct 21 22:14:19.033 INFO STEP 34 (ensure_file) COMPLETE
90802024-10-21T22:14:20.318Z[ host-image] Oct 21 22:14:19.033 INFO O| Oct 21 22:14:19.033 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90812024-10-21T22:14:20.324Z[ host-image] Oct 21 22:14:19.042 INFO O| Oct 21 22:14:19.042 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90822024-10-21T22:14:20.326Z[ host-image] Oct 21 22:14:19.043 INFO O| Oct 21 22:14:19.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90832024-10-21T22:14:20.326Z[ host-image] Oct 21 22:14:19.043 INFO O| Oct 21 22:14:19.043 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90842024-10-21T22:14:20.326Z[ host-image] Oct 21 22:14:19.043 INFO O| Oct 21 22:14:19.043 INFO STEP 35 (ensure_dir) COMPLETE
90852024-10-21T22:14:20.326Z[ host-image] Oct 21 22:14:19.043 INFO O| Oct 21 22:14:19.043 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90862024-10-21T22:14:20.334Z[ host-image] Oct 21 22:14:19.052 INFO O| Oct 21 22:14:19.052 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
90872024-10-21T22:14:20.336Z[ host-image] Oct 21 22:14:19.052 INFO O| Oct 21 22:14:19.052 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 ...
90882024-10-21T22:14:20.336Z[ host-image] Oct 21 22:14:19.052 INFO O| Oct 21 22:14:19.052 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
90892024-10-21T22:14:20.336Z[ host-image] Oct 21 22:14:19.052 INFO O| Oct 21 22:14:19.052 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
90902024-10-21T22:14:20.336Z[ host-image] Oct 21 22:14:19.052 INFO O| Oct 21 22:14:19.052 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
90912024-10-21T22:14:20.336Z[ host-image] Oct 21 22:14:19.052 INFO O| Oct 21 22:14:19.052 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
90922024-10-21T22:14:20.336Z[ host-image] Oct 21 22:14:19.052 INFO O| Oct 21 22:14:19.052 INFO ok!
90932024-10-21T22:14:20.336Z[ host-image] Oct 21 22:14:19.052 INFO O| Oct 21 22:14:19.052 INFO STEP 36 (ensure_file) COMPLETE
90942024-10-21T22:14:20.336Z[ host-image] Oct 21 22:14:19.052 INFO O| Oct 21 22:14:19.052 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90952024-10-21T22:14:20.343Z[ host-image] Oct 21 22:14:19.062 INFO O| Oct 21 22:14:19.062 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90962024-10-21T22:14:20.343Z[ host-image] Oct 21 22:14:19.062 INFO O| Oct 21 22:14:19.062 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 ...
90972024-10-21T22:14:20.346Z[ host-image] Oct 21 22:14:19.062 INFO O| Oct 21 22:14:19.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90982024-10-21T22:14:20.346Z[ host-image] Oct 21 22:14:19.062 INFO O| Oct 21 22:14:19.062 INFO ok!
90992024-10-21T22:14:20.346Z[ host-image] Oct 21 22:14:19.062 INFO O| Oct 21 22:14:19.062 INFO STEP 37 (ensure_symlink) COMPLETE
91002024-10-21T22:14:20.346Z[ host-image] Oct 21 22:14:19.062 INFO O| Oct 21 22:14:19.062 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91012024-10-21T22:14:20.353Z[ host-image] Oct 21 22:14:19.072 INFO O| Oct 21 22:14:19.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91022024-10-21T22:14:20.353Z[ host-image] Oct 21 22:14:19.072 INFO O| Oct 21 22:14:19.072 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91032024-10-21T22:14:20.356Z[ host-image] Oct 21 22:14:19.072 INFO O| Oct 21 22:14:19.072 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91042024-10-21T22:14:20.356Z[ host-image] Oct 21 22:14:19.072 INFO O| Oct 21 22:14:19.072 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91052024-10-21T22:14:20.356Z[ host-image] Oct 21 22:14:19.072 INFO O| Oct 21 22:14:19.072 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91062024-10-21T22:14:20.356Z[ host-image] Oct 21 22:14:19.072 INFO O| Oct 21 22:14:19.072 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91072024-10-21T22:14:20.356Z[ host-image] Oct 21 22:14:19.072 INFO O| Oct 21 22:14:19.072 INFO ok!
91082024-10-21T22:14:20.356Z[ host-image] Oct 21 22:14:19.072 INFO O| Oct 21 22:14:19.072 INFO STEP 38 (ensure_file) COMPLETE
91092024-10-21T22:14:20.356Z[ host-image] Oct 21 22:14:19.072 INFO O| Oct 21 22:14:19.072 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91102024-10-21T22:14:20.363Z[ host-image] Oct 21 22:14:19.081 INFO O| Oct 21 22:14:19.081 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91112024-10-21T22:14:20.363Z[ host-image] Oct 21 22:14:19.081 INFO O| Oct 21 22:14:19.081 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 ...
91122024-10-21T22:14:20.365Z[ host-image] Oct 21 22:14:19.081 INFO O| Oct 21 22:14:19.081 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
91132024-10-21T22:14:20.365Z[ host-image] Oct 21 22:14:19.081 INFO O| Oct 21 22:14:19.081 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91142024-10-21T22:14:20.365Z[ host-image] Oct 21 22:14:19.081 INFO O| Oct 21 22:14:19.081 INFO ok!
91152024-10-21T22:14:20.365Z[ host-image] Oct 21 22:14:19.081 INFO O| Oct 21 22:14:19.081 INFO STEP 39 (ensure_file) COMPLETE
91162024-10-21T22:14:20.365Z[ host-image] Oct 21 22:14:19.081 INFO O| Oct 21 22:14:19.081 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91172024-10-21T22:14:20.372Z[ host-image] Oct 21 22:14:19.091 INFO O| Oct 21 22:14:19.091 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91182024-10-21T22:14:20.372Z[ host-image] Oct 21 22:14:19.091 INFO O| Oct 21 22:14:19.091 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91192024-10-21T22:14:20.375Z[ host-image] Oct 21 22:14:19.091 INFO O| Oct 21 22:14:19.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91202024-10-21T22:14:20.375Z[ host-image] Oct 21 22:14:19.091 INFO O| Oct 21 22:14:19.091 INFO ok!
91212024-10-21T22:14:20.375Z[ host-image] Oct 21 22:14:19.091 INFO O| Oct 21 22:14:19.091 INFO STEP 40 (ensure_file) COMPLETE
91222024-10-21T22:14:20.375Z[ host-image] Oct 21 22:14:19.091 INFO O| Oct 21 22:14:19.091 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91232024-10-21T22:14:20.382Z[ host-image] Oct 21 22:14:19.100 INFO O| Oct 21 22:14:19.100 INFO updating shadow file
91242024-10-21T22:14:20.385Z[ host-image] Oct 21 22:14:19.101 INFO O| Oct 21 22:14:19.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91252024-10-21T22:14:20.385Z[ host-image] Oct 21 22:14:19.101 INFO O| Oct 21 22:14:19.101 INFO STEP 41 (shadow) COMPLETE
91262024-10-21T22:14:20.385Z[ host-image] Oct 21 22:14:19.101 INFO O| Oct 21 22:14:19.101 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91272024-10-21T22:14:20.392Z[ host-image] Oct 21 22:14:19.110 INFO O| Oct 21 22:14:19.110 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91282024-10-21T22:14:20.392Z[ host-image] Oct 21 22:14:19.110 INFO O| Oct 21 22:14:19.110 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91292024-10-21T22:14:20.394Z[ host-image] Oct 21 22:14:19.110 INFO O| Oct 21 22:14:19.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91302024-10-21T22:14:20.394Z[ host-image] Oct 21 22:14:19.110 INFO O| Oct 21 22:14:19.110 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91312024-10-21T22:14:20.394Z[ host-image] Oct 21 22:14:19.110 INFO O| Oct 21 22:14:19.110 INFO ok!
91322024-10-21T22:14:20.394Z[ host-image] Oct 21 22:14:19.110 INFO O| Oct 21 22:14:19.110 INFO STEP 42 (ensure_file) COMPLETE
91332024-10-21T22:14:20.394Z[ host-image] Oct 21 22:14:19.110 INFO O| Oct 21 22:14:19.110 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91342024-10-21T22:14:20.394Z[ host-image] Oct 21 22:14:19.110 INFO O| Oct 21 22:14:19.110 INFO skip step because feature "mfg" is not enabled
91352024-10-21T22:14:20.394Z[ host-image] Oct 21 22:14:19.110 INFO O| Oct 21 22:14:19.110 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91362024-10-21T22:14:20.395Z[ host-image] Oct 21 22:14:19.111 INFO O| Oct 21 22:14:19.110 INFO skip step because feature "mfg" is not enabled
91372024-10-21T22:14:20.395Z[ host-image] Oct 21 22:14:19.111 INFO O| Oct 21 22:14:19.110 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91382024-10-21T22:14:20.401Z[ host-image] Oct 21 22:14:19.120 INFO O| Oct 21 22:14:19.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91392024-10-21T22:14:20.401Z[ host-image] Oct 21 22:14:19.120 INFO O| Oct 21 22:14:19.120 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91402024-10-21T22:14:21.035Z[ host-image] Oct 21 22:14:19.753 INFO O| Oct 21 22:14:19.753 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91412024-10-21T22:14:21.035Z[ host-image] Oct 21 22:14:19.753 INFO O| Oct 21 22:14:19.753 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91422024-10-21T22:14:21.035Z[ host-image] Oct 21 22:14:19.753 INFO O| Oct 21 22:14:19.753 INFO ok!
91432024-10-21T22:14:21.038Z[ host-image] Oct 21 22:14:19.753 INFO O| Oct 21 22:14:19.753 INFO STEP 45 (ensure_file) COMPLETE
91442024-10-21T22:14:21.038Z[ host-image] Oct 21 22:14:19.753 INFO O| Oct 21 22:14:19.753 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91452024-10-21T22:14:21.046Z[ host-image] Oct 21 22:14:19.764 INFO O| Oct 21 22:14:19.764 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91462024-10-21T22:14:21.046Z[ host-image] Oct 21 22:14:19.764 INFO O| Oct 21 22:14:19.764 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91472024-10-21T22:14:21.048Z[ host-image] Oct 21 22:14:19.765 INFO O| Oct 21 22:14:19.765 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91482024-10-21T22:14:21.049Z[ host-image] Oct 21 22:14:19.765 INFO O| Oct 21 22:14:19.765 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91492024-10-21T22:14:21.049Z[ host-image] Oct 21 22:14:19.765 INFO O| Oct 21 22:14:19.765 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91502024-10-21T22:14:21.049Z[ host-image] Oct 21 22:14:19.765 INFO O| Oct 21 22:14:19.765 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91512024-10-21T22:14:21.049Z[ host-image] Oct 21 22:14:19.765 INFO O| Oct 21 22:14:19.765 INFO ok!
91522024-10-21T22:14:21.049Z[ host-image] Oct 21 22:14:19.765 INFO O| Oct 21 22:14:19.765 INFO STEP 46 (ensure_file) COMPLETE
91532024-10-21T22:14:21.049Z[ host-image] Oct 21 22:14:19.765 INFO O| Oct 21 22:14:19.765 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91542024-10-21T22:14:21.056Z[ host-image] Oct 21 22:14:19.774 INFO O| Oct 21 22:14:19.774 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91552024-10-21T22:14:21.058Z[ host-image] Oct 21 22:14:19.774 INFO O| Oct 21 22:14:19.774 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 ...
91562024-10-21T22:14:21.058Z[ host-image] Oct 21 22:14:19.775 INFO O| Oct 21 22:14:19.775 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
91572024-10-21T22:14:21.058Z[ host-image] Oct 21 22:14:19.775 INFO O| Oct 21 22:14:19.775 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91582024-10-21T22:14:21.058Z[ host-image] Oct 21 22:14:19.775 INFO O| Oct 21 22:14:19.775 INFO ok!
91592024-10-21T22:14:21.058Z[ host-image] Oct 21 22:14:19.775 INFO O| Oct 21 22:14:19.775 INFO STEP 47 (ensure_file) COMPLETE
91602024-10-21T22:14:21.058Z[ host-image] Oct 21 22:14:19.775 INFO O| Oct 21 22:14:19.775 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91612024-10-21T22:14:21.066Z[ host-image] Oct 21 22:14:19.784 INFO O| Oct 21 22:14:19.784 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91622024-10-21T22:14:21.066Z[ host-image] Oct 21 22:14:19.784 INFO O| Oct 21 22:14:19.784 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91632024-10-21T22:14:21.068Z[ host-image] Oct 21 22:14:19.784 INFO O| Oct 21 22:14:19.784 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91642024-10-21T22:14:21.068Z[ host-image] Oct 21 22:14:19.784 INFO O| Oct 21 22:14:19.784 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91652024-10-21T22:14:21.068Z[ host-image] Oct 21 22:14:19.784 INFO O| Oct 21 22:14:19.784 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91662024-10-21T22:14:21.068Z[ host-image] Oct 21 22:14:19.784 INFO O| Oct 21 22:14:19.784 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91672024-10-21T22:14:21.068Z[ host-image] Oct 21 22:14:19.784 INFO O| Oct 21 22:14:19.784 INFO ok!
91682024-10-21T22:14:21.068Z[ host-image] Oct 21 22:14:19.784 INFO O| Oct 21 22:14:19.784 INFO STEP 48 (ensure_file) COMPLETE
91692024-10-21T22:14:21.068Z[ host-image] Oct 21 22:14:19.784 INFO O| Oct 21 22:14:19.784 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91702024-10-21T22:14:21.075Z[ host-image] Oct 21 22:14:19.794 INFO O| Oct 21 22:14:19.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91712024-10-21T22:14:21.075Z[ host-image] Oct 21 22:14:19.794 INFO O| Oct 21 22:14:19.794 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 ...
91722024-10-21T22:14:21.078Z[ host-image] Oct 21 22:14:19.794 INFO O| Oct 21 22:14:19.794 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
91732024-10-21T22:14:21.078Z[ host-image] Oct 21 22:14:19.794 INFO O| Oct 21 22:14:19.794 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91742024-10-21T22:14:21.078Z[ host-image] Oct 21 22:14:19.794 INFO O| Oct 21 22:14:19.794 INFO ok!
91752024-10-21T22:14:21.078Z[ host-image] Oct 21 22:14:19.794 INFO O| Oct 21 22:14:19.794 INFO STEP 49 (ensure_file) COMPLETE
91762024-10-21T22:14:21.078Z[ host-image] Oct 21 22:14:19.794 INFO O| Oct 21 22:14:19.794 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91772024-10-21T22:14:21.085Z[ host-image] Oct 21 22:14:19.803 INFO O| Oct 21 22:14:19.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91782024-10-21T22:14:21.085Z[ host-image] Oct 21 22:14:19.803 INFO O| Oct 21 22:14:19.803 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91792024-10-21T22:14:21.088Z[ host-image] Oct 21 22:14:19.804 INFO O| Oct 21 22:14:19.804 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91802024-10-21T22:14:21.088Z[ host-image] Oct 21 22:14:19.804 INFO O| Oct 21 22:14:19.804 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91812024-10-21T22:14:21.088Z[ host-image] Oct 21 22:14:19.804 INFO O| Oct 21 22:14:19.804 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91822024-10-21T22:14:21.088Z[ host-image] Oct 21 22:14:19.804 INFO O| Oct 21 22:14:19.804 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91832024-10-21T22:14:21.088Z[ host-image] Oct 21 22:14:19.804 INFO O| Oct 21 22:14:19.804 INFO ok!
91842024-10-21T22:14:21.088Z[ host-image] Oct 21 22:14:19.804 INFO O| Oct 21 22:14:19.804 INFO STEP 50 (ensure_file) COMPLETE
91852024-10-21T22:14:21.088Z[ host-image] Oct 21 22:14:19.804 INFO O| Oct 21 22:14:19.804 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91862024-10-21T22:14:21.095Z[ host-image] Oct 21 22:14:19.813 INFO O| Oct 21 22:14:19.813 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91872024-10-21T22:14:21.095Z[ host-image] Oct 21 22:14:19.813 INFO O| Oct 21 22:14:19.813 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 ...
91882024-10-21T22:14:21.097Z[ host-image] Oct 21 22:14:19.813 INFO O| Oct 21 22:14:19.813 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
91892024-10-21T22:14:21.097Z[ host-image] Oct 21 22:14:19.813 INFO O| Oct 21 22:14:19.813 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91902024-10-21T22:14:21.097Z[ host-image] Oct 21 22:14:19.813 INFO O| Oct 21 22:14:19.813 INFO ok!
91912024-10-21T22:14:21.097Z[ host-image] Oct 21 22:14:19.813 INFO O| Oct 21 22:14:19.813 INFO STEP 51 (ensure_file) COMPLETE
91922024-10-21T22:14:21.097Z[ host-image] Oct 21 22:14:19.813 INFO O| Oct 21 22:14:19.813 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91932024-10-21T22:14:21.104Z[ host-image] Oct 21 22:14:19.823 INFO O| Oct 21 22:14:19.823 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91942024-10-21T22:14:21.105Z[ host-image] Oct 21 22:14:19.823 INFO O| Oct 21 22:14:19.823 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 ...
91952024-10-21T22:14:21.105Z[ host-image] Oct 21 22:14:19.823 INFO O| Oct 21 22:14:19.823 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
91962024-10-21T22:14:21.107Z[ host-image] Oct 21 22:14:19.823 INFO O| Oct 21 22:14:19.823 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91972024-10-21T22:14:21.107Z[ host-image] Oct 21 22:14:19.823 INFO O| Oct 21 22:14:19.823 INFO ok!
91982024-10-21T22:14:21.107Z[ host-image] Oct 21 22:14:19.823 INFO O| Oct 21 22:14:19.823 INFO STEP 52 (ensure_file) COMPLETE
91992024-10-21T22:14:21.107Z[ host-image] Oct 21 22:14:19.823 INFO O| Oct 21 22:14:19.823 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92002024-10-21T22:14:21.114Z[ host-image] Oct 21 22:14:19.833 INFO O| Oct 21 22:14:19.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92012024-10-21T22:14:21.114Z[ host-image] Oct 21 22:14:19.833 INFO O| Oct 21 22:14:19.833 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 ...
92022024-10-21T22:14:21.117Z[ host-image] Oct 21 22:14:19.833 INFO O| Oct 21 22:14:19.833 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
92032024-10-21T22:14:21.117Z[ host-image] Oct 21 22:14:19.833 INFO O| Oct 21 22:14:19.833 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92042024-10-21T22:14:21.117Z[ host-image] Oct 21 22:14:19.833 INFO O| Oct 21 22:14:19.833 INFO ok!
92052024-10-21T22:14:21.117Z[ host-image] Oct 21 22:14:19.833 INFO O| Oct 21 22:14:19.833 INFO STEP 53 (ensure_file) COMPLETE
92062024-10-21T22:14:21.117Z[ host-image] Oct 21 22:14:19.833 INFO O| Oct 21 22:14:19.833 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92072024-10-21T22:14:21.124Z[ host-image] Oct 21 22:14:19.842 INFO O| Oct 21 22:14:19.842 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92082024-10-21T22:14:21.126Z[ host-image] Oct 21 22:14:19.842 INFO O| Oct 21 22:14:19.842 INFO STEP 54 (ensure_dir) COMPLETE
92092024-10-21T22:14:21.126Z[ host-image] Oct 21 22:14:19.842 INFO O| Oct 21 22:14:19.842 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92102024-10-21T22:14:21.133Z[ host-image] Oct 21 22:14:19.851 INFO O| Oct 21 22:14:19.851 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92112024-10-21T22:14:21.133Z[ host-image] Oct 21 22:14:19.851 INFO O| Oct 21 22:14:19.851 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92122024-10-21T22:14:21.135Z[ host-image] Oct 21 22:14:19.851 INFO O| Oct 21 22:14:19.851 INFO STEP 55 (ensure_dir) COMPLETE
92132024-10-21T22:14:21.136Z[ host-image] Oct 21 22:14:19.851 INFO O| Oct 21 22:14:19.851 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-10-21T22:14:21.143Z[ host-image] Oct 21 22:14:19.861 INFO O| Oct 21 22:14:19.861 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92152024-10-21T22:14:21.145Z[ host-image] Oct 21 22:14:19.861 INFO O| Oct 21 22:14:19.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92162024-10-21T22:14:21.145Z[ host-image] Oct 21 22:14:19.861 INFO O| Oct 21 22:14:19.861 INFO STEP 56 (ensure_dir) COMPLETE
92172024-10-21T22:14:21.145Z[ host-image] Oct 21 22:14:19.861 INFO O| Oct 21 22:14:19.861 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92182024-10-21T22:14:21.152Z[ host-image] Oct 21 22:14:19.870 INFO O| Oct 21 22:14:19.870 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92192024-10-21T22:14:21.152Z[ host-image] Oct 21 22:14:19.871 INFO O| Oct 21 22:14:19.870 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92202024-10-21T22:14:21.168Z[ host-image] Oct 21 22:14:19.886 INFO O| Oct 21 22:14:19.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92212024-10-21T22:14:21.168Z[ host-image] Oct 21 22:14:19.886 INFO O| Oct 21 22:14:19.886 INFO ok!
92222024-10-21T22:14:21.170Z[ host-image] Oct 21 22:14:19.886 INFO O| Oct 21 22:14:19.886 INFO STEP 57 (ensure_file) COMPLETE
92232024-10-21T22:14:21.170Z[ host-image] Oct 21 22:14:19.886 INFO O| Oct 21 22:14:19.886 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92242024-10-21T22:14:21.178Z[ host-image] Oct 21 22:14:19.896 INFO O| Oct 21 22:14:19.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92252024-10-21T22:14:21.178Z[ host-image] Oct 21 22:14:19.896 INFO O| Oct 21 22:14:19.896 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92262024-10-21T22:14:22.251Z[ host-image] Oct 21 22:14:20.969 INFO O| Oct 21 22:14:20.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92272024-10-21T22:14:22.251Z[ host-image] Oct 21 22:14:20.969 INFO O| Oct 21 22:14:20.969 INFO ok!
92282024-10-21T22:14:22.254Z[ host-image] Oct 21 22:14:20.969 INFO O| Oct 21 22:14:20.969 INFO STEP 58 (ensure_file) COMPLETE
92292024-10-21T22:14:22.254Z[ host-image] Oct 21 22:14:20.969 INFO O| Oct 21 22:14:20.969 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-10-21T22:14:22.262Z[ host-image] Oct 21 22:14:20.980 INFO O| Oct 21 22:14:20.980 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92312024-10-21T22:14:22.264Z[ host-image] Oct 21 22:14:20.980 INFO O| Oct 21 22:14:20.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92322024-10-21T22:14:22.265Z[ host-image] Oct 21 22:14:20.980 INFO O| Oct 21 22:14:20.980 INFO STEP 59 (ensure_dir) COMPLETE
92332024-10-21T22:14:22.265Z[ host-image] Oct 21 22:14:20.980 INFO O| Oct 21 22:14:20.980 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92342024-10-21T22:14:22.272Z[ host-image] Oct 21 22:14:20.990 INFO O| Oct 21 22:14:20.990 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92352024-10-21T22:14:22.272Z[ host-image] Oct 21 22:14:20.990 INFO O| Oct 21 22:14:20.990 INFO copying /tmp/.tmpZk5wJg/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 ...
92362024-10-21T22:14:22.274Z[ host-image] Oct 21 22:14:20.990 INFO O| Oct 21 22:14:20.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92372024-10-21T22:14:22.274Z[ host-image] Oct 21 22:14:20.990 INFO O| Oct 21 22:14:20.990 INFO ok!
92382024-10-21T22:14:22.274Z[ host-image] Oct 21 22:14:20.990 INFO O| Oct 21 22:14:20.990 INFO STEP 60 (ensure_file) COMPLETE
92392024-10-21T22:14:22.274Z[ host-image] Oct 21 22:14:20.990 INFO O| Oct 21 22:14:20.990 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92402024-10-21T22:14:22.282Z[ host-image] Oct 21 22:14:21.000 INFO O| Oct 21 22:14:21.000 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92412024-10-21T22:14:22.284Z[ host-image] Oct 21 22:14:21.000 INFO O| Oct 21 22:14:21.000 INFO copying /tmp/.tmpZk5wJg/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 ...
92422024-10-21T22:14:22.284Z[ host-image] Oct 21 22:14:21.000 INFO O| Oct 21 22:14:21.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92432024-10-21T22:14:22.284Z[ host-image] Oct 21 22:14:21.000 INFO O| Oct 21 22:14:21.000 INFO ok!
92442024-10-21T22:14:22.284Z[ host-image] Oct 21 22:14:21.000 INFO O| Oct 21 22:14:21.000 INFO STEP 61 (ensure_file) COMPLETE
92452024-10-21T22:14:22.284Z[ host-image] Oct 21 22:14:21.000 INFO O| Oct 21 22:14:21.000 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92462024-10-21T22:14:22.292Z[ host-image] Oct 21 22:14:21.010 INFO O| Oct 21 22:14:21.010 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92472024-10-21T22:14:22.292Z[ host-image] Oct 21 22:14:21.010 INFO O| Oct 21 22:14:21.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92482024-10-21T22:14:22.294Z[ host-image] Oct 21 22:14:21.010 INFO O| Oct 21 22:14:21.010 INFO STEP 62 (ensure_dir) COMPLETE
92492024-10-21T22:14:22.294Z[ host-image] Oct 21 22:14:21.011 INFO O| Oct 21 22:14:21.010 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92502024-10-21T22:14:22.302Z[ host-image] Oct 21 22:14:21.021 INFO O| Oct 21 22:14:21.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92512024-10-21T22:14:22.302Z[ host-image] Oct 21 22:14:21.021 INFO O| Oct 21 22:14:21.021 INFO copying /tmp/.tmpZk5wJg/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 ...
92522024-10-21T22:14:22.305Z[ host-image] Oct 21 22:14:21.021 INFO O| Oct 21 22:14:21.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92532024-10-21T22:14:22.305Z[ host-image] Oct 21 22:14:21.021 INFO O| Oct 21 22:14:21.021 INFO ok!
92542024-10-21T22:14:22.305Z[ host-image] Oct 21 22:14:21.021 INFO O| Oct 21 22:14:21.021 INFO STEP 63 (ensure_file) COMPLETE
92552024-10-21T22:14:22.305Z[ host-image] Oct 21 22:14:21.021 INFO O| Oct 21 22:14:21.021 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92562024-10-21T22:14:22.312Z[ host-image] Oct 21 22:14:21.031 INFO O| Oct 21 22:14:21.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92572024-10-21T22:14:22.315Z[ host-image] Oct 21 22:14:21.031 INFO O| Oct 21 22:14:21.031 INFO copying /tmp/.tmpZk5wJg/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 ...
92582024-10-21T22:14:22.315Z[ host-image] Oct 21 22:14:21.031 INFO O| Oct 21 22:14:21.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92592024-10-21T22:14:22.315Z[ host-image] Oct 21 22:14:21.031 INFO O| Oct 21 22:14:21.031 INFO ok!
92602024-10-21T22:14:22.315Z[ host-image] Oct 21 22:14:21.031 INFO O| Oct 21 22:14:21.031 INFO STEP 64 (ensure_file) COMPLETE
92612024-10-21T22:14:22.315Z[ host-image] Oct 21 22:14:21.031 INFO O| Oct 21 22:14:21.031 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92622024-10-21T22:14:22.322Z[ host-image] Oct 21 22:14:21.040 INFO O| Oct 21 22:14:21.040 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92632024-10-21T22:14:22.322Z[ host-image] Oct 21 22:14:21.041 INFO O| Oct 21 22:14:21.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92642024-10-21T22:14:22.325Z[ host-image] Oct 21 22:14:21.041 INFO O| Oct 21 22:14:21.041 INFO STEP 65 (ensure_dir) COMPLETE
92652024-10-21T22:14:22.325Z[ host-image] Oct 21 22:14:21.041 INFO O| Oct 21 22:14:21.041 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92662024-10-21T22:14:22.332Z[ host-image] Oct 21 22:14:21.050 INFO O| Oct 21 22:14:21.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92672024-10-21T22:14:22.332Z[ host-image] Oct 21 22:14:21.050 INFO O| Oct 21 22:14:21.050 INFO copying /tmp/.tmpZk5wJg/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 ...
92682024-10-21T22:14:22.334Z[ host-image] Oct 21 22:14:21.050 INFO O| Oct 21 22:14:21.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92692024-10-21T22:14:22.334Z[ host-image] Oct 21 22:14:21.051 INFO O| Oct 21 22:14:21.050 INFO ok!
92702024-10-21T22:14:22.334Z[ host-image] Oct 21 22:14:21.051 INFO O| Oct 21 22:14:21.051 INFO STEP 66 (ensure_file) COMPLETE
92712024-10-21T22:14:22.335Z[ host-image] Oct 21 22:14:21.051 INFO O| Oct 21 22:14:21.051 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92722024-10-21T22:14:22.342Z[ host-image] Oct 21 22:14:21.061 INFO O| Oct 21 22:14:21.061 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92732024-10-21T22:14:22.342Z[ host-image] Oct 21 22:14:21.061 INFO O| Oct 21 22:14:21.061 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92742024-10-21T22:14:22.344Z[ host-image] Oct 21 22:14:21.061 INFO O| Oct 21 22:14:21.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92752024-10-21T22:14:22.344Z[ host-image] Oct 21 22:14:21.061 INFO O| Oct 21 22:14:21.061 INFO ok!
92762024-10-21T22:14:22.344Z[ host-image] Oct 21 22:14:21.061 INFO O| Oct 21 22:14:21.061 INFO STEP 67 (ensure_file) COMPLETE
92772024-10-21T22:14:22.344Z[ host-image] Oct 21 22:14:21.061 INFO O| Oct 21 22:14:21.061 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92782024-10-21T22:14:22.352Z[ host-image] Oct 21 22:14:21.070 INFO O| Oct 21 22:14:21.070 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92792024-10-21T22:14:22.352Z[ host-image] Oct 21 22:14:21.071 INFO O| Oct 21 22:14:21.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92802024-10-21T22:14:22.354Z[ host-image] Oct 21 22:14:21.071 INFO O| Oct 21 22:14:21.071 INFO STEP 68 (ensure_dir) COMPLETE
92812024-10-21T22:14:22.354Z[ host-image] Oct 21 22:14:21.071 INFO O| Oct 21 22:14:21.071 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-10-21T22:14:22.362Z[ host-image] Oct 21 22:14:21.080 INFO O| Oct 21 22:14:21.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92832024-10-21T22:14:22.362Z[ host-image] Oct 21 22:14:21.080 INFO O| Oct 21 22:14:21.080 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92842024-10-21T22:14:23.385Z[ host-image] Oct 21 22:14:22.103 INFO O| Oct 21 22:14:22.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92852024-10-21T22:14:23.385Z[ host-image] Oct 21 22:14:22.103 INFO O| Oct 21 22:14:22.103 INFO ok!
92862024-10-21T22:14:23.385Z[ host-image] Oct 21 22:14:22.103 INFO O| Oct 21 22:14:22.103 INFO STEP 69 (ensure_file) COMPLETE
92872024-10-21T22:14:23.388Z[ host-image] Oct 21 22:14:22.103 INFO O| Oct 21 22:14:22.103 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92882024-10-21T22:14:23.396Z[ host-image] Oct 21 22:14:22.114 INFO O| Oct 21 22:14:22.114 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92892024-10-21T22:14:23.396Z[ host-image] Oct 21 22:14:22.114 INFO O| Oct 21 22:14:22.114 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92902024-10-21T22:14:24.842Z[ host-image] Oct 21 22:14:23.560 INFO O| Oct 21 22:14:23.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92912024-10-21T22:14:24.842Z[ host-image] Oct 21 22:14:23.560 INFO O| Oct 21 22:14:23.560 INFO ok!
92922024-10-21T22:14:24.845Z[ host-image] Oct 21 22:14:23.560 INFO O| Oct 21 22:14:23.560 INFO STEP 70 (ensure_file) COMPLETE
92932024-10-21T22:14:24.845Z[ host-image] Oct 21 22:14:23.560 INFO O| Oct 21 22:14:23.560 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92942024-10-21T22:14:24.853Z[ host-image] Oct 21 22:14:23.571 INFO O| Oct 21 22:14:23.571 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92952024-10-21T22:14:24.853Z[ host-image] Oct 21 22:14:23.571 INFO O| Oct 21 22:14:23.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92962024-10-21T22:14:24.853Z[ host-image] Oct 21 22:14:23.571 INFO O| Oct 21 22:14:23.571 INFO STEP 71 (ensure_dir) COMPLETE
92972024-10-21T22:14:24.856Z[ host-image] Oct 21 22:14:23.571 INFO O| Oct 21 22:14:23.571 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92982024-10-21T22:14:24.863Z[ host-image] Oct 21 22:14:23.581 INFO O| Oct 21 22:14:23.581 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92992024-10-21T22:14:24.863Z[ host-image] Oct 21 22:14:23.581 INFO O| Oct 21 22:14:23.581 INFO copying /tmp/.tmpZk5wJg/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 ...
93002024-10-21T22:14:24.865Z[ host-image] Oct 21 22:14:23.581 INFO O| Oct 21 22:14:23.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93012024-10-21T22:14:24.865Z[ host-image] Oct 21 22:14:23.581 INFO O| Oct 21 22:14:23.581 INFO ok!
93022024-10-21T22:14:24.865Z[ host-image] Oct 21 22:14:23.581 INFO O| Oct 21 22:14:23.581 INFO STEP 72 (ensure_file) COMPLETE
93032024-10-21T22:14:24.865Z[ host-image] Oct 21 22:14:23.581 INFO O| Oct 21 22:14:23.581 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93042024-10-21T22:14:24.872Z[ host-image] Oct 21 22:14:23.590 INFO O| Oct 21 22:14:23.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93052024-10-21T22:14:24.872Z[ host-image] Oct 21 22:14:23.591 INFO O| Oct 21 22:14:23.590 INFO copying /tmp/.tmpZk5wJg/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 ...
93062024-10-21T22:14:24.875Z[ host-image] Oct 21 22:14:23.591 INFO O| Oct 21 22:14:23.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93072024-10-21T22:14:24.875Z[ host-image] Oct 21 22:14:23.591 INFO O| Oct 21 22:14:23.591 INFO ok!
93082024-10-21T22:14:24.875Z[ host-image] Oct 21 22:14:23.591 INFO O| Oct 21 22:14:23.591 INFO STEP 73 (ensure_file) COMPLETE
93092024-10-21T22:14:24.875Z[ host-image] Oct 21 22:14:23.591 INFO O| Oct 21 22:14:23.591 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93102024-10-21T22:14:24.882Z[ host-image] Oct 21 22:14:23.600 INFO O| Oct 21 22:14:23.600 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93112024-10-21T22:14:24.882Z[ host-image] Oct 21 22:14:23.600 INFO O| Oct 21 22:14:23.600 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93122024-10-21T22:14:24.884Z[ host-image] Oct 21 22:14:23.600 INFO O| Oct 21 22:14:23.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93132024-10-21T22:14:24.884Z[ host-image] Oct 21 22:14:23.600 INFO O| Oct 21 22:14:23.600 INFO ok!
93142024-10-21T22:14:24.885Z[ host-image] Oct 21 22:14:23.600 INFO O| Oct 21 22:14:23.600 INFO STEP 74 (ensure_file) COMPLETE
93152024-10-21T22:14:24.885Z[ host-image] Oct 21 22:14:23.600 INFO O| Oct 21 22:14:23.600 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93162024-10-21T22:14:24.891Z[ host-image] Oct 21 22:14:23.609 INFO O| Oct 21 22:14:23.609 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93172024-10-21T22:14:24.891Z[ host-image] Oct 21 22:14:23.610 INFO O| Oct 21 22:14:23.609 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93182024-10-21T22:14:24.894Z[ host-image] Oct 21 22:14:23.610 INFO O| Oct 21 22:14:23.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93192024-10-21T22:14:24.894Z[ host-image] Oct 21 22:14:23.610 INFO O| Oct 21 22:14:23.610 INFO ok!
93202024-10-21T22:14:24.894Z[ host-image] Oct 21 22:14:23.610 INFO O| Oct 21 22:14:23.610 INFO STEP 75 (ensure_file) COMPLETE
93212024-10-21T22:14:24.894Z[ host-image] Oct 21 22:14:23.610 INFO O| Oct 21 22:14:23.610 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93222024-10-21T22:14:24.901Z[ host-image] Oct 21 22:14:23.619 INFO O| Oct 21 22:14:23.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93232024-10-21T22:14:24.904Z[ host-image] Oct 21 22:14:23.619 INFO O| Oct 21 22:14:23.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93242024-10-21T22:14:24.904Z[ host-image] Oct 21 22:14:23.619 INFO O| Oct 21 22:14:23.619 INFO STEP 76 (ensure_dir) COMPLETE
93252024-10-21T22:14:24.904Z[ host-image] Oct 21 22:14:23.619 INFO O| Oct 21 22:14:23.619 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93262024-10-21T22:14:24.910Z[ host-image] Oct 21 22:14:23.628 INFO O| Oct 21 22:14:23.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93272024-10-21T22:14:24.910Z[ host-image] Oct 21 22:14:23.629 INFO O| Oct 21 22:14:23.628 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93282024-10-21T22:14:24.914Z[ host-image] Oct 21 22:14:23.631 INFO O| Oct 21 22:14:23.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93292024-10-21T22:14:24.914Z[ host-image] Oct 21 22:14:23.631 INFO O| Oct 21 22:14:23.631 INFO ok!
93302024-10-21T22:14:24.914Z[ host-image] Oct 21 22:14:23.631 INFO O| Oct 21 22:14:23.631 INFO STEP 77 (ensure_file) COMPLETE
93312024-10-21T22:14:24.914Z[ host-image] Oct 21 22:14:23.631 INFO O| Oct 21 22:14:23.631 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-10-21T22:14:24.922Z[ host-image] Oct 21 22:14:23.641 INFO O| Oct 21 22:14:23.641 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93332024-10-21T22:14:24.923Z[ host-image] Oct 21 22:14:23.641 INFO O| Oct 21 22:14:23.641 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93342024-10-21T22:14:24.925Z[ host-image] Oct 21 22:14:23.641 INFO O| Oct 21 22:14:23.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93352024-10-21T22:14:24.925Z[ host-image] Oct 21 22:14:23.641 INFO O| Oct 21 22:14:23.641 INFO ok!
93362024-10-21T22:14:24.925Z[ host-image] Oct 21 22:14:23.641 INFO O| Oct 21 22:14:23.641 INFO STEP 78 (ensure_file) COMPLETE
93372024-10-21T22:14:24.925Z[ host-image] Oct 21 22:14:23.641 INFO O| Oct 21 22:14:23.641 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382024-10-21T22:14:24.932Z[ host-image] Oct 21 22:14:23.650 INFO O| Oct 21 22:14:23.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93392024-10-21T22:14:24.932Z[ host-image] Oct 21 22:14:23.650 INFO O| Oct 21 22:14:23.650 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93402024-10-21T22:14:25.556Z[ host-image] Oct 21 22:14:24.273 INFO O| Oct 21 22:14:24.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93412024-10-21T22:14:25.556Z[ host-image] Oct 21 22:14:24.274 INFO O| Oct 21 22:14:24.273 INFO ok!
93422024-10-21T22:14:25.558Z[ host-image] Oct 21 22:14:24.274 INFO O| Oct 21 22:14:24.273 INFO STEP 79 (ensure_file) COMPLETE
93432024-10-21T22:14:25.558Z[ host-image] Oct 21 22:14:24.274 INFO O| Oct 21 22:14:24.273 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-10-21T22:14:25.567Z[ host-image] Oct 21 22:14:24.285 INFO O| Oct 21 22:14:24.285 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93452024-10-21T22:14:25.569Z[ host-image] Oct 21 22:14:24.285 INFO O| Oct 21 22:14:24.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93462024-10-21T22:14:25.569Z[ host-image] Oct 21 22:14:24.285 INFO O| Oct 21 22:14:24.285 INFO STEP 80 (ensure_dir) COMPLETE
93472024-10-21T22:14:25.569Z[ host-image] Oct 21 22:14:24.285 INFO O| Oct 21 22:14:24.285 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-10-21T22:14:25.576Z[ host-image] Oct 21 22:14:24.294 INFO O| Oct 21 22:14:24.294 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93492024-10-21T22:14:25.579Z[ host-image] Oct 21 22:14:24.294 INFO O| Oct 21 22:14:24.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93502024-10-21T22:14:25.579Z[ host-image] Oct 21 22:14:24.294 INFO O| Oct 21 22:14:24.294 INFO STEP 81 (ensure_dir) COMPLETE
93512024-10-21T22:14:25.579Z[ host-image] Oct 21 22:14:24.294 INFO O| Oct 21 22:14:24.294 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-10-21T22:14:25.586Z[ host-image] Oct 21 22:14:24.304 INFO O| Oct 21 22:14:24.304 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93532024-10-21T22:14:25.586Z[ host-image] Oct 21 22:14:24.304 INFO O| Oct 21 22:14:24.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93542024-10-21T22:14:25.588Z[ host-image] Oct 21 22:14:24.304 INFO O| Oct 21 22:14:24.304 INFO STEP 82 (ensure_dir) COMPLETE
93552024-10-21T22:14:25.588Z[ host-image] Oct 21 22:14:24.304 INFO O| Oct 21 22:14:24.304 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-10-21T22:14:25.595Z[ host-image] Oct 21 22:14:24.313 INFO O| Oct 21 22:14:24.313 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93572024-10-21T22:14:25.595Z[ host-image] Oct 21 22:14:24.313 INFO O| Oct 21 22:14:24.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93582024-10-21T22:14:25.595Z[ host-image] Oct 21 22:14:24.314 INFO O| Oct 21 22:14:24.313 INFO STEP 83 (ensure_dir) COMPLETE
93592024-10-21T22:14:25.598Z[ host-image] Oct 21 22:14:24.314 INFO O| Oct 21 22:14:24.313 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93602024-10-21T22:14:25.605Z[ host-image] Oct 21 22:14:24.323 INFO O| Oct 21 22:14:24.323 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93612024-10-21T22:14:25.605Z[ host-image] Oct 21 22:14:24.323 INFO O| Oct 21 22:14:24.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93622024-10-21T22:14:25.607Z[ host-image] Oct 21 22:14:24.323 INFO O| Oct 21 22:14:24.323 INFO STEP 84 (ensure_dir) COMPLETE
93632024-10-21T22:14:25.607Z[ host-image] Oct 21 22:14:24.323 INFO O| Oct 21 22:14:24.323 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93642024-10-21T22:14:25.614Z[ host-image] Oct 21 22:14:24.332 INFO O| Oct 21 22:14:24.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93652024-10-21T22:14:25.614Z[ host-image] Oct 21 22:14:24.332 INFO O| Oct 21 22:14:24.332 INFO copying /tmp/.tmpZk5wJg/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 ...
93662024-10-21T22:14:25.617Z[ host-image] Oct 21 22:14:24.333 INFO O| Oct 21 22:14:24.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93672024-10-21T22:14:25.617Z[ host-image] Oct 21 22:14:24.333 INFO O| Oct 21 22:14:24.333 INFO ok!
93682024-10-21T22:14:25.617Z[ host-image] Oct 21 22:14:24.333 INFO O| Oct 21 22:14:24.333 INFO STEP 85 (ensure_file) COMPLETE
93692024-10-21T22:14:25.617Z[ host-image] Oct 21 22:14:24.333 INFO O| Oct 21 22:14:24.333 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-10-21T22:14:25.624Z[ host-image] Oct 21 22:14:24.342 INFO O| Oct 21 22:14:24.342 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93712024-10-21T22:14:25.624Z[ host-image] Oct 21 22:14:24.342 INFO O| Oct 21 22:14:24.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93722024-10-21T22:14:25.626Z[ host-image] Oct 21 22:14:24.342 INFO O| Oct 21 22:14:24.342 INFO STEP 86 (ensure_dir) COMPLETE
93732024-10-21T22:14:25.626Z[ host-image] Oct 21 22:14:24.342 INFO O| Oct 21 22:14:24.342 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-10-21T22:14:25.633Z[ host-image] Oct 21 22:14:24.351 INFO O| Oct 21 22:14:24.351 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93752024-10-21T22:14:25.633Z[ host-image] Oct 21 22:14:24.351 INFO O| Oct 21 22:14:24.351 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93762024-10-21T22:14:25.636Z[ host-image] Oct 21 22:14:24.351 INFO O| Oct 21 22:14:24.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93772024-10-21T22:14:25.636Z[ host-image] Oct 21 22:14:24.351 INFO O| Oct 21 22:14:24.351 INFO ok!
93782024-10-21T22:14:25.636Z[ host-image] Oct 21 22:14:24.351 INFO O| Oct 21 22:14:24.351 INFO STEP 87 (ensure_file) COMPLETE
93792024-10-21T22:14:25.636Z[ host-image] Oct 21 22:14:24.352 INFO O| Oct 21 22:14:24.351 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-10-21T22:14:25.643Z[ host-image] Oct 21 22:14:24.361 INFO O| Oct 21 22:14:24.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93812024-10-21T22:14:25.643Z[ host-image] Oct 21 22:14:24.361 INFO O| Oct 21 22:14:24.361 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93822024-10-21T22:14:25.994Z[ host-image] Oct 21 22:14:24.712 INFO O| Oct 21 22:14:24.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93832024-10-21T22:14:25.995Z[ host-image] Oct 21 22:14:24.712 INFO O| Oct 21 22:14:24.712 INFO ok!
93842024-10-21T22:14:25.995Z[ host-image] Oct 21 22:14:24.712 INFO O| Oct 21 22:14:24.712 INFO STEP 88 (ensure_file) COMPLETE
93852024-10-21T22:14:25.997Z[ host-image] Oct 21 22:14:24.712 INFO O| Oct 21 22:14:24.712 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-10-21T22:14:26.005Z[ host-image] Oct 21 22:14:24.723 INFO O| Oct 21 22:14:24.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93872024-10-21T22:14:26.008Z[ host-image] Oct 21 22:14:24.723 INFO O| Oct 21 22:14:24.723 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93882024-10-21T22:14:26.024Z[ host-image] Oct 21 22:14:24.742 INFO O| Oct 21 22:14:24.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93892024-10-21T22:14:26.024Z[ host-image] Oct 21 22:14:24.742 INFO O| Oct 21 22:14:24.742 INFO ok!
93902024-10-21T22:14:26.026Z[ host-image] Oct 21 22:14:24.742 INFO O| Oct 21 22:14:24.742 INFO STEP 89 (ensure_file) COMPLETE
93912024-10-21T22:14:26.026Z[ host-image] Oct 21 22:14:24.742 INFO O| Oct 21 22:14:24.742 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93922024-10-21T22:14:26.034Z[ host-image] Oct 21 22:14:24.752 INFO O| Oct 21 22:14:24.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93932024-10-21T22:14:26.034Z[ host-image] Oct 21 22:14:24.752 INFO O| Oct 21 22:14:24.752 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93942024-10-21T22:14:26.036Z[ host-image] Oct 21 22:14:24.752 INFO O| Oct 21 22:14:24.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93952024-10-21T22:14:26.036Z[ host-image] Oct 21 22:14:24.752 INFO O| Oct 21 22:14:24.752 INFO ok!
93962024-10-21T22:14:26.037Z[ host-image] Oct 21 22:14:24.752 INFO O| Oct 21 22:14:24.752 INFO STEP 90 (ensure_file) COMPLETE
93972024-10-21T22:14:26.037Z[ host-image] Oct 21 22:14:24.752 INFO O| Oct 21 22:14:24.752 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-10-21T22:14:26.044Z[ host-image] Oct 21 22:14:24.762 INFO O| Oct 21 22:14:24.762 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93992024-10-21T22:14:26.044Z[ host-image] Oct 21 22:14:24.762 INFO O| Oct 21 22:14:24.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94002024-10-21T22:14:26.046Z[ host-image] Oct 21 22:14:24.762 INFO O| Oct 21 22:14:24.762 INFO STEP 91 (ensure_dir) COMPLETE
94012024-10-21T22:14:26.047Z[ host-image] Oct 21 22:14:24.762 INFO O| Oct 21 22:14:24.762 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-10-21T22:14:26.053Z[ host-image] Oct 21 22:14:24.771 INFO O| Oct 21 22:14:24.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94032024-10-21T22:14:26.053Z[ host-image] Oct 21 22:14:24.771 INFO O| Oct 21 22:14:24.771 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
94042024-10-21T22:14:26.056Z[ host-image] Oct 21 22:14:24.771 INFO O| Oct 21 22:14:24.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94052024-10-21T22:14:26.056Z[ host-image] Oct 21 22:14:24.771 INFO O| Oct 21 22:14:24.771 INFO ok!
94062024-10-21T22:14:26.056Z[ host-image] Oct 21 22:14:24.772 INFO O| Oct 21 22:14:24.771 INFO STEP 92 (ensure_file) COMPLETE
94072024-10-21T22:14:26.056Z[ host-image] Oct 21 22:14:24.772 INFO O| Oct 21 22:14:24.771 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-10-21T22:14:26.063Z[ host-image] Oct 21 22:14:24.781 INFO O| Oct 21 22:14:24.781 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94092024-10-21T22:14:26.063Z[ host-image] Oct 21 22:14:24.781 INFO O| Oct 21 22:14:24.781 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
94102024-10-21T22:14:26.066Z[ host-image] Oct 21 22:14:24.781 INFO O| Oct 21 22:14:24.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94112024-10-21T22:14:26.066Z[ host-image] Oct 21 22:14:24.781 INFO O| Oct 21 22:14:24.781 INFO ok!
94122024-10-21T22:14:26.066Z[ host-image] Oct 21 22:14:24.781 INFO O| Oct 21 22:14:24.781 INFO STEP 93 (ensure_file) COMPLETE
94132024-10-21T22:14:26.066Z[ host-image] Oct 21 22:14:24.781 INFO O| Oct 21 22:14:24.781 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94142024-10-21T22:14:26.073Z[ host-image] Oct 21 22:14:24.791 INFO O| Oct 21 22:14:24.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94152024-10-21T22:14:26.075Z[ host-image] Oct 21 22:14:24.791 INFO O| Oct 21 22:14:24.791 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
94162024-10-21T22:14:26.075Z[ host-image] Oct 21 22:14:24.791 INFO O| Oct 21 22:14:24.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94172024-10-21T22:14:26.075Z[ host-image] Oct 21 22:14:24.791 INFO O| Oct 21 22:14:24.791 INFO ok!
94182024-10-21T22:14:26.075Z[ host-image] Oct 21 22:14:24.791 INFO O| Oct 21 22:14:24.791 INFO STEP 94 (ensure_file) COMPLETE
94192024-10-21T22:14:26.075Z[ host-image] Oct 21 22:14:24.791 INFO O| Oct 21 22:14:24.791 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-10-21T22:14:26.082Z[ host-image] Oct 21 22:14:24.800 INFO O| Oct 21 22:14:24.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94212024-10-21T22:14:26.085Z[ host-image] Oct 21 22:14:24.800 INFO O| Oct 21 22:14:24.800 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
94222024-10-21T22:14:26.085Z[ host-image] Oct 21 22:14:24.801 INFO O| Oct 21 22:14:24.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94232024-10-21T22:14:26.085Z[ host-image] Oct 21 22:14:24.801 INFO O| Oct 21 22:14:24.801 INFO ok!
94242024-10-21T22:14:26.085Z[ host-image] Oct 21 22:14:24.801 INFO O| Oct 21 22:14:24.801 INFO STEP 95 (ensure_file) COMPLETE
94252024-10-21T22:14:26.085Z[ host-image] Oct 21 22:14:24.801 INFO O| Oct 21 22:14:24.801 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-10-21T22:14:26.092Z[ host-image] Oct 21 22:14:24.810 INFO O| Oct 21 22:14:24.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94272024-10-21T22:14:26.092Z[ host-image] Oct 21 22:14:24.810 INFO O| Oct 21 22:14:24.810 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
94282024-10-21T22:14:26.094Z[ host-image] Oct 21 22:14:24.810 INFO O| Oct 21 22:14:24.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94292024-10-21T22:14:26.094Z[ host-image] Oct 21 22:14:24.810 INFO O| Oct 21 22:14:24.810 INFO ok!
94302024-10-21T22:14:26.094Z[ host-image] Oct 21 22:14:24.810 INFO O| Oct 21 22:14:24.810 INFO STEP 96 (ensure_file) COMPLETE
94312024-10-21T22:14:26.094Z[ host-image] Oct 21 22:14:24.810 INFO O| Oct 21 22:14:24.810 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322024-10-21T22:14:26.102Z[ host-image] Oct 21 22:14:24.820 INFO O| Oct 21 22:14:24.820 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94332024-10-21T22:14:26.102Z[ host-image] Oct 21 22:14:24.820 INFO O| Oct 21 22:14:24.820 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94342024-10-21T22:14:26.104Z[ host-image] Oct 21 22:14:24.820 INFO O| Oct 21 22:14:24.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94352024-10-21T22:14:26.104Z[ host-image] Oct 21 22:14:24.820 INFO O| Oct 21 22:14:24.820 INFO ok!
94362024-10-21T22:14:26.104Z[ host-image] Oct 21 22:14:24.820 INFO O| Oct 21 22:14:24.820 INFO STEP 97 (ensure_file) COMPLETE
94372024-10-21T22:14:26.104Z[ host-image] Oct 21 22:14:24.820 INFO O| Oct 21 22:14:24.820 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-10-21T22:14:26.111Z[ host-image] Oct 21 22:14:24.829 INFO O| Oct 21 22:14:24.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94392024-10-21T22:14:26.111Z[ host-image] Oct 21 22:14:24.829 INFO O| Oct 21 22:14:24.829 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
94402024-10-21T22:14:26.111Z[ host-image] Oct 21 22:14:24.829 INFO O| Oct 21 22:14:24.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94412024-10-21T22:14:26.111Z[ host-image] Oct 21 22:14:24.829 INFO O| Oct 21 22:14:24.829 INFO ok!
94422024-10-21T22:14:26.114Z[ host-image] Oct 21 22:14:24.830 INFO O| Oct 21 22:14:24.829 INFO STEP 98 (ensure_file) COMPLETE
94432024-10-21T22:14:26.114Z[ host-image] Oct 21 22:14:24.830 INFO O| Oct 21 22:14:24.829 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-10-21T22:14:26.121Z[ host-image] Oct 21 22:14:24.839 INFO O| Oct 21 22:14:24.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94452024-10-21T22:14:26.123Z[ host-image] Oct 21 22:14:24.839 INFO O| Oct 21 22:14:24.839 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
94462024-10-21T22:14:26.123Z[ host-image] Oct 21 22:14:24.839 INFO O| Oct 21 22:14:24.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94472024-10-21T22:14:26.123Z[ host-image] Oct 21 22:14:24.839 INFO O| Oct 21 22:14:24.839 INFO ok!
94482024-10-21T22:14:26.123Z[ host-image] Oct 21 22:14:24.839 INFO O| Oct 21 22:14:24.839 INFO STEP 99 (ensure_file) COMPLETE
94492024-10-21T22:14:26.123Z[ host-image] Oct 21 22:14:24.839 INFO O| Oct 21 22:14:24.839 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-10-21T22:14:26.131Z[ host-image] Oct 21 22:14:24.849 INFO O| Oct 21 22:14:24.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94512024-10-21T22:14:26.131Z[ host-image] Oct 21 22:14:24.849 INFO O| Oct 21 22:14:24.849 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
94522024-10-21T22:14:26.133Z[ host-image] Oct 21 22:14:24.849 INFO O| Oct 21 22:14:24.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94532024-10-21T22:14:26.133Z[ host-image] Oct 21 22:14:24.849 INFO O| Oct 21 22:14:24.849 INFO ok!
94542024-10-21T22:14:26.133Z[ host-image] Oct 21 22:14:24.849 INFO O| Oct 21 22:14:24.849 INFO STEP 100 (ensure_file) COMPLETE
94552024-10-21T22:14:26.133Z[ host-image] Oct 21 22:14:24.849 INFO O| Oct 21 22:14:24.849 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562024-10-21T22:14:26.140Z[ host-image] Oct 21 22:14:24.858 INFO O| Oct 21 22:14:24.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94572024-10-21T22:14:26.140Z[ host-image] Oct 21 22:14:24.858 INFO O| Oct 21 22:14:24.858 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94582024-10-21T22:14:26.142Z[ host-image] Oct 21 22:14:24.858 INFO O| Oct 21 22:14:24.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94592024-10-21T22:14:26.142Z[ host-image] Oct 21 22:14:24.858 INFO O| Oct 21 22:14:24.858 INFO ok!
94602024-10-21T22:14:26.143Z[ host-image] Oct 21 22:14:24.858 INFO O| Oct 21 22:14:24.858 INFO STEP 101 (ensure_file) COMPLETE
94612024-10-21T22:14:26.143Z[ host-image] Oct 21 22:14:24.858 INFO O| Oct 21 22:14:24.858 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622024-10-21T22:14:26.150Z[ host-image] Oct 21 22:14:24.868 INFO O| Oct 21 22:14:24.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94632024-10-21T22:14:26.150Z[ host-image] Oct 21 22:14:24.868 INFO O| Oct 21 22:14:24.868 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
94642024-10-21T22:14:26.152Z[ host-image] Oct 21 22:14:24.868 INFO O| Oct 21 22:14:24.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94652024-10-21T22:14:26.152Z[ host-image] Oct 21 22:14:24.868 INFO O| Oct 21 22:14:24.868 INFO ok!
94662024-10-21T22:14:26.152Z[ host-image] Oct 21 22:14:24.868 INFO O| Oct 21 22:14:24.868 INFO STEP 102 (ensure_file) COMPLETE
94672024-10-21T22:14:26.152Z[ host-image] Oct 21 22:14:24.868 INFO O| Oct 21 22:14:24.868 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682024-10-21T22:14:26.159Z[ host-image] Oct 21 22:14:24.877 INFO O| Oct 21 22:14:24.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94692024-10-21T22:14:26.159Z[ host-image] Oct 21 22:14:24.877 INFO O| Oct 21 22:14:24.877 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
94702024-10-21T22:14:26.162Z[ host-image] Oct 21 22:14:24.877 INFO O| Oct 21 22:14:24.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94712024-10-21T22:14:26.162Z[ host-image] Oct 21 22:14:24.877 INFO O| Oct 21 22:14:24.877 INFO ok!
94722024-10-21T22:14:26.162Z[ host-image] Oct 21 22:14:24.877 INFO O| Oct 21 22:14:24.877 INFO STEP 103 (ensure_file) COMPLETE
94732024-10-21T22:14:26.162Z[ host-image] Oct 21 22:14:24.878 INFO O| Oct 21 22:14:24.877 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742024-10-21T22:14:26.169Z[ host-image] Oct 21 22:14:24.887 INFO O| Oct 21 22:14:24.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94752024-10-21T22:14:26.171Z[ host-image] Oct 21 22:14:24.887 INFO O| Oct 21 22:14:24.887 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
94762024-10-21T22:14:26.171Z[ host-image] Oct 21 22:14:24.887 INFO O| Oct 21 22:14:24.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94772024-10-21T22:14:26.171Z[ host-image] Oct 21 22:14:24.887 INFO O| Oct 21 22:14:24.887 INFO ok!
94782024-10-21T22:14:26.171Z[ host-image] Oct 21 22:14:24.887 INFO O| Oct 21 22:14:24.887 INFO STEP 104 (ensure_file) COMPLETE
94792024-10-21T22:14:26.171Z[ host-image] Oct 21 22:14:24.887 INFO O| Oct 21 22:14:24.887 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802024-10-21T22:14:26.178Z[ host-image] Oct 21 22:14:24.896 INFO O| Oct 21 22:14:24.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94812024-10-21T22:14:26.181Z[ host-image] Oct 21 22:14:24.896 INFO O| Oct 21 22:14:24.896 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
94822024-10-21T22:14:26.181Z[ host-image] Oct 21 22:14:24.897 INFO O| Oct 21 22:14:24.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94832024-10-21T22:14:26.181Z[ host-image] Oct 21 22:14:24.897 INFO O| Oct 21 22:14:24.897 INFO ok!
94842024-10-21T22:14:26.181Z[ host-image] Oct 21 22:14:24.897 INFO O| Oct 21 22:14:24.897 INFO STEP 105 (ensure_file) COMPLETE
94852024-10-21T22:14:26.181Z[ host-image] Oct 21 22:14:24.897 INFO O| Oct 21 22:14:24.897 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862024-10-21T22:14:26.188Z[ host-image] Oct 21 22:14:24.906 INFO O| Oct 21 22:14:24.906 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94872024-10-21T22:14:26.188Z[ host-image] Oct 21 22:14:24.906 INFO O| Oct 21 22:14:24.906 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
94882024-10-21T22:14:26.190Z[ host-image] Oct 21 22:14:24.906 INFO O| Oct 21 22:14:24.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94892024-10-21T22:14:26.190Z[ host-image] Oct 21 22:14:24.906 INFO O| Oct 21 22:14:24.906 INFO ok!
94902024-10-21T22:14:26.190Z[ host-image] Oct 21 22:14:24.906 INFO O| Oct 21 22:14:24.906 INFO STEP 106 (ensure_file) COMPLETE
94912024-10-21T22:14:26.190Z[ host-image] Oct 21 22:14:24.906 INFO O| Oct 21 22:14:24.906 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922024-10-21T22:14:26.197Z[ host-image] Oct 21 22:14:24.915 INFO O| Oct 21 22:14:24.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94932024-10-21T22:14:26.197Z[ host-image] Oct 21 22:14:24.916 INFO O| Oct 21 22:14:24.915 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
94942024-10-21T22:14:26.200Z[ host-image] Oct 21 22:14:24.916 INFO O| Oct 21 22:14:24.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94952024-10-21T22:14:26.200Z[ host-image] Oct 21 22:14:24.916 INFO O| Oct 21 22:14:24.916 INFO ok!
94962024-10-21T22:14:26.200Z[ host-image] Oct 21 22:14:24.916 INFO O| Oct 21 22:14:24.916 INFO STEP 107 (ensure_file) COMPLETE
94972024-10-21T22:14:26.200Z[ host-image] Oct 21 22:14:24.916 INFO O| Oct 21 22:14:24.916 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982024-10-21T22:14:26.207Z[ host-image] Oct 21 22:14:24.925 INFO O| Oct 21 22:14:24.925 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94992024-10-21T22:14:26.207Z[ host-image] Oct 21 22:14:24.925 INFO O| Oct 21 22:14:24.925 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
95002024-10-21T22:14:26.209Z[ host-image] Oct 21 22:14:24.925 INFO O| Oct 21 22:14:24.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95012024-10-21T22:14:26.209Z[ host-image] Oct 21 22:14:24.925 INFO O| Oct 21 22:14:24.925 INFO ok!
95022024-10-21T22:14:26.209Z[ host-image] Oct 21 22:14:24.925 INFO O| Oct 21 22:14:24.925 INFO STEP 108 (ensure_file) COMPLETE
95032024-10-21T22:14:26.209Z[ host-image] Oct 21 22:14:24.925 INFO O| Oct 21 22:14:24.925 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042024-10-21T22:14:26.216Z[ host-image] Oct 21 22:14:24.935 INFO O| Oct 21 22:14:24.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95052024-10-21T22:14:26.216Z[ host-image] Oct 21 22:14:24.935 INFO O| Oct 21 22:14:24.935 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
95062024-10-21T22:14:26.219Z[ host-image] Oct 21 22:14:24.935 INFO O| Oct 21 22:14:24.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95072024-10-21T22:14:26.219Z[ host-image] Oct 21 22:14:24.935 INFO O| Oct 21 22:14:24.935 INFO ok!
95082024-10-21T22:14:26.219Z[ host-image] Oct 21 22:14:24.935 INFO O| Oct 21 22:14:24.935 INFO STEP 109 (ensure_file) COMPLETE
95092024-10-21T22:14:26.219Z[ host-image] Oct 21 22:14:24.935 INFO O| Oct 21 22:14:24.935 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102024-10-21T22:14:26.226Z[ host-image] Oct 21 22:14:24.944 INFO O| Oct 21 22:14:24.944 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95112024-10-21T22:14:26.226Z[ host-image] Oct 21 22:14:24.944 INFO O| Oct 21 22:14:24.944 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
95122024-10-21T22:14:26.228Z[ host-image] Oct 21 22:14:24.944 INFO O| Oct 21 22:14:24.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95132024-10-21T22:14:26.228Z[ host-image] Oct 21 22:14:24.944 INFO O| Oct 21 22:14:24.944 INFO ok!
95142024-10-21T22:14:26.228Z[ host-image] Oct 21 22:14:24.944 INFO O| Oct 21 22:14:24.944 INFO STEP 110 (ensure_file) COMPLETE
95152024-10-21T22:14:26.228Z[ host-image] Oct 21 22:14:24.944 INFO O| Oct 21 22:14:24.944 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162024-10-21T22:14:26.235Z[ host-image] Oct 21 22:14:24.954 INFO O| Oct 21 22:14:24.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95172024-10-21T22:14:26.238Z[ host-image] Oct 21 22:14:24.954 INFO O| Oct 21 22:14:24.953 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
95182024-10-21T22:14:26.238Z[ host-image] Oct 21 22:14:24.954 INFO O| Oct 21 22:14:24.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95192024-10-21T22:14:26.238Z[ host-image] Oct 21 22:14:24.954 INFO O| Oct 21 22:14:24.954 INFO ok!
95202024-10-21T22:14:26.238Z[ host-image] Oct 21 22:14:24.954 INFO O| Oct 21 22:14:24.954 INFO STEP 111 (ensure_file) COMPLETE
95212024-10-21T22:14:26.238Z[ host-image] Oct 21 22:14:24.954 INFO O| Oct 21 22:14:24.954 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-10-21T22:14:26.245Z[ host-image] Oct 21 22:14:24.963 INFO O| Oct 21 22:14:24.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95232024-10-21T22:14:26.245Z[ host-image] Oct 21 22:14:24.963 INFO O| Oct 21 22:14:24.963 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
95242024-10-21T22:14:26.247Z[ host-image] Oct 21 22:14:24.963 INFO O| Oct 21 22:14:24.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95252024-10-21T22:14:26.247Z[ host-image] Oct 21 22:14:24.963 INFO O| Oct 21 22:14:24.963 INFO ok!
95262024-10-21T22:14:26.247Z[ host-image] Oct 21 22:14:24.963 INFO O| Oct 21 22:14:24.963 INFO STEP 112 (ensure_file) COMPLETE
95272024-10-21T22:14:26.247Z[ host-image] Oct 21 22:14:24.963 INFO O| Oct 21 22:14:24.963 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-10-21T22:14:26.254Z[ host-image] Oct 21 22:14:24.972 INFO O| Oct 21 22:14:24.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95292024-10-21T22:14:26.257Z[ host-image] Oct 21 22:14:24.973 INFO O| Oct 21 22:14:24.972 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
95302024-10-21T22:14:26.257Z[ host-image] Oct 21 22:14:24.973 INFO O| Oct 21 22:14:24.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95312024-10-21T22:14:26.257Z[ host-image] Oct 21 22:14:24.973 INFO O| Oct 21 22:14:24.973 INFO ok!
95322024-10-21T22:14:26.257Z[ host-image] Oct 21 22:14:24.973 INFO O| Oct 21 22:14:24.973 INFO STEP 113 (ensure_file) COMPLETE
95332024-10-21T22:14:26.257Z[ host-image] Oct 21 22:14:24.973 INFO O| Oct 21 22:14:24.973 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342024-10-21T22:14:26.264Z[ host-image] Oct 21 22:14:24.982 INFO O| Oct 21 22:14:24.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95352024-10-21T22:14:26.266Z[ host-image] Oct 21 22:14:24.982 INFO O| Oct 21 22:14:24.982 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
95362024-10-21T22:14:26.266Z[ host-image] Oct 21 22:14:24.982 INFO O| Oct 21 22:14:24.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95372024-10-21T22:14:26.266Z[ host-image] Oct 21 22:14:24.982 INFO O| Oct 21 22:14:24.982 INFO ok!
95382024-10-21T22:14:26.266Z[ host-image] Oct 21 22:14:24.982 INFO O| Oct 21 22:14:24.982 INFO STEP 114 (ensure_file) COMPLETE
95392024-10-21T22:14:26.266Z[ host-image] Oct 21 22:14:24.982 INFO O| Oct 21 22:14:24.982 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402024-10-21T22:14:26.273Z[ host-image] Oct 21 22:14:24.991 INFO O| Oct 21 22:14:24.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95412024-10-21T22:14:26.276Z[ host-image] Oct 21 22:14:24.991 INFO O| Oct 21 22:14:24.991 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
95422024-10-21T22:14:26.276Z[ host-image] Oct 21 22:14:24.992 INFO O| Oct 21 22:14:24.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95432024-10-21T22:14:26.276Z[ host-image] Oct 21 22:14:24.992 INFO O| Oct 21 22:14:24.992 INFO ok!
95442024-10-21T22:14:26.276Z[ host-image] Oct 21 22:14:24.992 INFO O| Oct 21 22:14:24.992 INFO STEP 115 (ensure_file) COMPLETE
95452024-10-21T22:14:26.276Z[ host-image] Oct 21 22:14:24.992 INFO O| Oct 21 22:14:24.992 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462024-10-21T22:14:26.283Z[ host-image] Oct 21 22:14:25.001 INFO O| Oct 21 22:14:25.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95472024-10-21T22:14:26.283Z[ host-image] Oct 21 22:14:25.001 INFO O| Oct 21 22:14:25.001 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95482024-10-21T22:14:26.285Z[ host-image] Oct 21 22:14:25.001 INFO O| Oct 21 22:14:25.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95492024-10-21T22:14:26.285Z[ host-image] Oct 21 22:14:25.001 INFO O| Oct 21 22:14:25.001 INFO ok!
95502024-10-21T22:14:26.285Z[ host-image] Oct 21 22:14:25.001 INFO O| Oct 21 22:14:25.001 INFO STEP 116 (ensure_file) COMPLETE
95512024-10-21T22:14:26.285Z[ host-image] Oct 21 22:14:25.001 INFO O| Oct 21 22:14:25.001 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522024-10-21T22:14:26.293Z[ host-image] Oct 21 22:14:25.011 INFO O| Oct 21 22:14:25.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95532024-10-21T22:14:26.293Z[ host-image] Oct 21 22:14:25.011 INFO O| Oct 21 22:14:25.011 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
95542024-10-21T22:14:26.295Z[ host-image] Oct 21 22:14:25.011 INFO O| Oct 21 22:14:25.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95552024-10-21T22:14:26.295Z[ host-image] Oct 21 22:14:25.011 INFO O| Oct 21 22:14:25.011 INFO ok!
95562024-10-21T22:14:26.295Z[ host-image] Oct 21 22:14:25.011 INFO O| Oct 21 22:14:25.011 INFO STEP 117 (ensure_file) COMPLETE
95572024-10-21T22:14:26.296Z[ host-image] Oct 21 22:14:25.011 INFO O| Oct 21 22:14:25.011 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-10-21T22:14:26.303Z[ host-image] Oct 21 22:14:25.021 INFO O| Oct 21 22:14:25.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95592024-10-21T22:14:26.305Z[ host-image] Oct 21 22:14:25.021 INFO O| Oct 21 22:14:25.021 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95602024-10-21T22:14:26.305Z[ host-image] Oct 21 22:14:25.021 INFO O| Oct 21 22:14:25.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95612024-10-21T22:14:26.305Z[ host-image] Oct 21 22:14:25.021 INFO O| Oct 21 22:14:25.021 INFO ok!
95622024-10-21T22:14:26.305Z[ host-image] Oct 21 22:14:25.021 INFO O| Oct 21 22:14:25.021 INFO STEP 118 (ensure_file) COMPLETE
95632024-10-21T22:14:26.305Z[ host-image] Oct 21 22:14:25.021 INFO O| Oct 21 22:14:25.021 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-10-21T22:14:26.312Z[ host-image] Oct 21 22:14:25.030 INFO O| Oct 21 22:14:25.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95652024-10-21T22:14:26.312Z[ host-image] Oct 21 22:14:25.030 INFO O| Oct 21 22:14:25.030 INFO copying /tmp/.tmpZk5wJg/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95662024-10-21T22:14:29.836Z[ host-image] Oct 21 22:14:28.553 INFO O| Oct 21 22:14:28.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95672024-10-21T22:14:29.836Z[ host-image] Oct 21 22:14:28.553 INFO O| Oct 21 22:14:28.553 INFO ok!
95682024-10-21T22:14:29.839Z[ host-image] Oct 21 22:14:28.553 INFO O| Oct 21 22:14:28.553 INFO STEP 119 (ensure_file) COMPLETE
95692024-10-21T22:14:29.839Z[ host-image] Oct 21 22:14:28.553 INFO O| Oct 21 22:14:28.553 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-10-21T22:14:29.847Z[ host-image] Oct 21 22:14:28.564 INFO O| Oct 21 22:14:28.564 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95712024-10-21T22:14:29.847Z[ host-image] Oct 21 22:14:28.564 INFO O| Oct 21 22:14:28.564 INFO STEP 120 (ensure_dir) COMPLETE
95722024-10-21T22:14:29.849Z[ host-image] Oct 21 22:14:28.564 INFO O| Oct 21 22:14:28.564 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95732024-10-21T22:14:29.856Z[ host-image] Oct 21 22:14:28.574 INFO O| Oct 21 22:14:28.574 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95742024-10-21T22:14:29.856Z[ host-image] Oct 21 22:14:28.574 INFO O| Oct 21 22:14:28.574 INFO STEP 121 (ensure_dir) COMPLETE
95752024-10-21T22:14:29.858Z[ host-image] Oct 21 22:14:28.574 INFO O| Oct 21 22:14:28.574 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-10-21T22:14:29.866Z[ host-image] Oct 21 22:14:28.583 INFO O| Oct 21 22:14:28.583 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95772024-10-21T22:14:29.866Z[ host-image] Oct 21 22:14:28.583 INFO O| Oct 21 22:14:28.583 INFO STEP 122 (ensure_dir) COMPLETE
95782024-10-21T22:14:29.868Z[ host-image] Oct 21 22:14:28.583 INFO O| Oct 21 22:14:28.583 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792024-10-21T22:14:29.875Z[ host-image] Oct 21 22:14:28.593 INFO O| Oct 21 22:14:28.593 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95802024-10-21T22:14:29.875Z[ host-image] Oct 21 22:14:28.593 INFO O| Oct 21 22:14:28.593 INFO STEP 123 (ensure_dir) COMPLETE
95812024-10-21T22:14:29.877Z[ host-image] Oct 21 22:14:28.593 INFO O| Oct 21 22:14:28.593 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-10-21T22:14:29.884Z[ host-image] Oct 21 22:14:28.602 INFO O| Oct 21 22:14:28.602 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95832024-10-21T22:14:29.887Z[ host-image] Oct 21 22:14:28.602 INFO O| Oct 21 22:14:28.602 INFO copying /tmp/.tmpZk5wJg/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 ...
95842024-10-21T22:14:29.887Z[ host-image] Oct 21 22:14:28.602 INFO O| Oct 21 22:14:28.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95852024-10-21T22:14:29.887Z[ host-image] Oct 21 22:14:28.602 INFO O| Oct 21 22:14:28.602 INFO ok!
95862024-10-21T22:14:29.887Z[ host-image] Oct 21 22:14:28.602 INFO O| Oct 21 22:14:28.602 INFO STEP 124 (ensure_file) COMPLETE
95872024-10-21T22:14:29.887Z[ host-image] Oct 21 22:14:28.602 INFO O| Oct 21 22:14:28.602 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-10-21T22:14:29.894Z[ host-image] Oct 21 22:14:28.612 INFO O| Oct 21 22:14:28.612 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95892024-10-21T22:14:29.896Z[ host-image] Oct 21 22:14:28.612 INFO O| Oct 21 22:14:28.612 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95902024-10-21T22:14:29.896Z[ host-image] Oct 21 22:14:28.612 INFO O| Oct 21 22:14:28.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95912024-10-21T22:14:29.896Z[ host-image] Oct 21 22:14:28.612 INFO O| Oct 21 22:14:28.612 INFO STEP 125 (ensure_dir) COMPLETE
95922024-10-21T22:14:29.896Z[ host-image] Oct 21 22:14:28.612 INFO O| Oct 21 22:14:28.612 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-10-21T22:14:29.903Z[ host-image] Oct 21 22:14:28.621 INFO O| Oct 21 22:14:28.621 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95942024-10-21T22:14:29.904Z[ host-image] Oct 21 22:14:28.621 INFO O| Oct 21 22:14:28.621 INFO copying /tmp/.tmpZk5wJg/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95952024-10-21T22:14:29.906Z[ host-image] Oct 21 22:14:28.621 INFO O| Oct 21 22:14:28.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95962024-10-21T22:14:29.906Z[ host-image] Oct 21 22:14:28.622 INFO O| Oct 21 22:14:28.621 INFO ok!
95972024-10-21T22:14:29.906Z[ host-image] Oct 21 22:14:28.622 INFO O| Oct 21 22:14:28.621 INFO STEP 126 (ensure_file) COMPLETE
95982024-10-21T22:14:29.906Z[ host-image] Oct 21 22:14:28.622 INFO O| Oct 21 22:14:28.621 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95992024-10-21T22:14:29.913Z[ host-image] Oct 21 22:14:28.631 INFO O| Oct 21 22:14:28.631 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96002024-10-21T22:14:29.915Z[ host-image] Oct 21 22:14:28.631 INFO O| Oct 21 22:14:28.631 INFO STEP 127 (remove_files) COMPLETE
96012024-10-21T22:14:29.915Z[ host-image] Oct 21 22:14:28.631 INFO O| Oct 21 22:14:28.631 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96022024-10-21T22:14:29.923Z[ host-image] Oct 21 22:14:28.641 INFO O| Oct 21 22:14:28.641 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96032024-10-21T22:14:29.925Z[ host-image] Oct 21 22:14:28.641 INFO O| Oct 21 22:14:28.641 INFO STEP 128 (remove_files) COMPLETE
96042024-10-21T22:14:29.925Z[ host-image] Oct 21 22:14:28.641 INFO O| Oct 21 22:14:28.641 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96052024-10-21T22:14:29.932Z[ host-image] Oct 21 22:14:28.650 INFO O| Oct 21 22:14:28.650 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96062024-10-21T22:14:29.935Z[ host-image] Oct 21 22:14:28.650 INFO O| Oct 21 22:14:28.650 INFO STEP 129 (remove_files) COMPLETE
96072024-10-21T22:14:29.935Z[ host-image] Oct 21 22:14:28.650 INFO O| Oct 21 22:14:28.650 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96082024-10-21T22:14:29.942Z[ host-image] Oct 21 22:14:28.660 INFO O| Oct 21 22:14:28.660 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96092024-10-21T22:14:29.944Z[ host-image] Oct 21 22:14:28.660 INFO O| Oct 21 22:14:28.660 INFO STEP 130 (remove_files) COMPLETE
96102024-10-21T22:14:29.944Z[ host-image] Oct 21 22:14:28.660 INFO O| Oct 21 22:14:28.660 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96112024-10-21T22:14:29.952Z[ host-image] Oct 21 22:14:28.669 INFO O| Oct 21 22:14:28.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96122024-10-21T22:14:29.954Z[ host-image] Oct 21 22:14:28.670 INFO O| Oct 21 22:14:28.670 INFO STEP 131 (remove_files) COMPLETE
96132024-10-21T22:14:29.954Z[ host-image] Oct 21 22:14:28.670 INFO O| Oct 21 22:14:28.670 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96142024-10-21T22:14:29.961Z[ host-image] Oct 21 22:14:28.679 INFO O| Oct 21 22:14:28.679 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96152024-10-21T22:14:29.964Z[ host-image] Oct 21 22:14:28.679 INFO O| Oct 21 22:14:28.679 INFO STEP 132 (remove_files) COMPLETE
96162024-10-21T22:14:29.964Z[ host-image] Oct 21 22:14:28.679 INFO O| Oct 21 22:14:28.679 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96172024-10-21T22:14:29.971Z[ host-image] Oct 21 22:14:28.689 INFO O| Oct 21 22:14:28.689 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96182024-10-21T22:14:29.971Z[ host-image] Oct 21 22:14:28.689 INFO O| Oct 21 22:14:28.689 INFO STEP 133 (remove_files) COMPLETE
96192024-10-21T22:14:29.973Z[ host-image] Oct 21 22:14:28.689 INFO O| Oct 21 22:14:28.689 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96202024-10-21T22:14:29.981Z[ host-image] Oct 21 22:14:28.699 INFO O| Oct 21 22:14:28.699 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96212024-10-21T22:14:29.981Z[ host-image] Oct 21 22:14:28.699 INFO O| Oct 21 22:14:28.699 INFO STEP 134 (remove_files) COMPLETE
96222024-10-21T22:14:29.981Z[ host-image] Oct 21 22:14:28.699 INFO O| Oct 21 22:14:28.699 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96232024-10-21T22:14:29.990Z[ host-image] Oct 21 22:14:28.708 INFO O| Oct 21 22:14:28.708 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96242024-10-21T22:14:29.990Z[ host-image] Oct 21 22:14:28.708 INFO O| Oct 21 22:14:28.708 INFO STEP 135 (remove_files) COMPLETE
96252024-10-21T22:14:29.993Z[ host-image] Oct 21 22:14:28.708 INFO O| Oct 21 22:14:28.708 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96262024-10-21T22:14:30.000Z[ host-image] Oct 21 22:14:28.718 INFO O| Oct 21 22:14:28.718 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96272024-10-21T22:14:30.000Z[ host-image] Oct 21 22:14:28.718 INFO O| Oct 21 22:14:28.718 INFO STEP 136 (remove_files) COMPLETE
96282024-10-21T22:14:30.002Z[ host-image] Oct 21 22:14:28.718 INFO O| Oct 21 22:14:28.718 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96292024-10-21T22:14:30.009Z[ host-image] Oct 21 22:14:28.727 INFO O| Oct 21 22:14:28.727 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96302024-10-21T22:14:30.009Z[ host-image] Oct 21 22:14:28.727 INFO O| Oct 21 22:14:28.727 INFO STEP 137 (remove_files) COMPLETE
96312024-10-21T22:14:30.012Z[ host-image] Oct 21 22:14:28.727 INFO O| Oct 21 22:14:28.727 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96322024-10-21T22:14:30.019Z[ host-image] Oct 21 22:14:28.736 INFO O| Oct 21 22:14:28.736 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96332024-10-21T22:14:30.021Z[ host-image] Oct 21 22:14:28.737 INFO O| Oct 21 22:14:28.737 INFO STEP 138 (remove_files) COMPLETE
96342024-10-21T22:14:30.021Z[ host-image] Oct 21 22:14:28.737 INFO O| Oct 21 22:14:28.737 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96352024-10-21T22:14:30.028Z[ host-image] Oct 21 22:14:28.746 INFO O| Oct 21 22:14:28.746 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96362024-10-21T22:14:30.028Z[ host-image] Oct 21 22:14:28.746 INFO O| Oct 21 22:14:28.746 INFO STEP 139 (remove_files) COMPLETE
96372024-10-21T22:14:30.028Z[ host-image] Oct 21 22:14:28.746 INFO O| Oct 21 22:14:28.746 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96382024-10-21T22:14:30.038Z[ host-image] Oct 21 22:14:28.755 INFO O| Oct 21 22:14:28.755 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96392024-10-21T22:14:30.038Z[ host-image] Oct 21 22:14:28.755 INFO O| Oct 21 22:14:28.755 INFO STEP 140 (remove_files) COMPLETE
96402024-10-21T22:14:30.038Z[ host-image] Oct 21 22:14:28.755 INFO O| Oct 21 22:14:28.755 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96412024-10-21T22:14:30.047Z[ host-image] Oct 21 22:14:28.765 INFO O| Oct 21 22:14:28.765 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96422024-10-21T22:14:30.047Z[ host-image] Oct 21 22:14:28.765 INFO O| Oct 21 22:14:28.765 INFO STEP 141 (remove_files) COMPLETE
96432024-10-21T22:14:30.049Z[ host-image] Oct 21 22:14:28.765 INFO O| Oct 21 22:14:28.765 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96442024-10-21T22:14:30.056Z[ host-image] Oct 21 22:14:28.774 INFO O| Oct 21 22:14:28.774 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96452024-10-21T22:14:30.056Z[ host-image] Oct 21 22:14:28.774 INFO O| Oct 21 22:14:28.774 INFO STEP 142 (remove_files) COMPLETE
96462024-10-21T22:14:30.059Z[ host-image] Oct 21 22:14:28.774 INFO O| Oct 21 22:14:28.774 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96472024-10-21T22:14:30.066Z[ host-image] Oct 21 22:14:28.784 INFO O| Oct 21 22:14:28.784 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96482024-10-21T22:14:30.069Z[ host-image] Oct 21 22:14:28.784 INFO O| Oct 21 22:14:28.784 INFO STEP 143 (remove_files) COMPLETE
96492024-10-21T22:14:30.069Z[ host-image] Oct 21 22:14:28.784 INFO O| Oct 21 22:14:28.784 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96502024-10-21T22:14:30.075Z[ host-image] Oct 21 22:14:28.793 INFO O| Oct 21 22:14:28.793 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96512024-10-21T22:14:30.075Z[ host-image] Oct 21 22:14:28.793 INFO O| Oct 21 22:14:28.793 INFO STEP 144 (remove_files) COMPLETE
96522024-10-21T22:14:30.075Z[ host-image] Oct 21 22:14:28.793 INFO O| Oct 21 22:14:28.793 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96532024-10-21T22:14:30.085Z[ host-image] Oct 21 22:14:28.803 INFO O| Oct 21 22:14:28.802 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96542024-10-21T22:14:30.085Z[ host-image] Oct 21 22:14:28.803 INFO O| Oct 21 22:14:28.803 INFO STEP 145 (remove_files) COMPLETE
96552024-10-21T22:14:30.095Z[ host-image] Oct 21 22:14:28.803 INFO O| Oct 21 22:14:28.803 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96562024-10-21T22:14:30.095Z[ host-image] Oct 21 22:14:28.812 INFO O| Oct 21 22:14:28.812 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96572024-10-21T22:14:30.095Z[ host-image] Oct 21 22:14:28.812 INFO O| Oct 21 22:14:28.812 INFO STEP 146 (remove_files) COMPLETE
96582024-10-21T22:14:30.095Z[ host-image] Oct 21 22:14:28.812 INFO O| Oct 21 22:14:28.812 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96592024-10-21T22:14:30.104Z[ host-image] Oct 21 22:14:28.822 INFO O| Oct 21 22:14:28.821 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96602024-10-21T22:14:30.104Z[ host-image] Oct 21 22:14:28.822 INFO O| Oct 21 22:14:28.822 INFO STEP 147 (remove_files) COMPLETE
96612024-10-21T22:14:30.104Z[ host-image] Oct 21 22:14:28.822 INFO O| Oct 21 22:14:28.822 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96622024-10-21T22:14:30.113Z[ host-image] Oct 21 22:14:28.831 INFO O| Oct 21 22:14:28.831 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96632024-10-21T22:14:30.115Z[ host-image] Oct 21 22:14:28.831 INFO O| Oct 21 22:14:28.831 INFO STEP 148 (remove_files) COMPLETE
96642024-10-21T22:14:30.115Z[ host-image] Oct 21 22:14:28.831 INFO O| Oct 21 22:14:28.831 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96652024-10-21T22:14:30.126Z[ host-image] Oct 21 22:14:28.841 INFO O| Oct 21 22:14:28.840 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96662024-10-21T22:14:30.127Z[ host-image] Oct 21 22:14:28.841 INFO O| Oct 21 22:14:28.841 INFO STEP 149 (remove_files) COMPLETE
96672024-10-21T22:14:30.127Z[ host-image] Oct 21 22:14:28.841 INFO O| Oct 21 22:14:28.841 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96682024-10-21T22:14:30.132Z[ host-image] Oct 21 22:14:28.850 INFO O| Oct 21 22:14:28.850 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96692024-10-21T22:14:30.132Z[ host-image] Oct 21 22:14:28.850 INFO O| Oct 21 22:14:28.850 INFO STEP 150 (remove_files) COMPLETE
96702024-10-21T22:14:30.132Z[ host-image] Oct 21 22:14:28.850 INFO O| Oct 21 22:14:28.850 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96712024-10-21T22:14:30.141Z[ host-image] Oct 21 22:14:28.859 INFO O| Oct 21 22:14:28.859 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96722024-10-21T22:14:30.144Z[ host-image] Oct 21 22:14:28.859 INFO O| Oct 21 22:14:28.859 INFO STEP 151 (remove_files) COMPLETE
96732024-10-21T22:14:30.144Z[ host-image] Oct 21 22:14:28.859 INFO O| Oct 21 22:14:28.859 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96742024-10-21T22:14:30.151Z[ host-image] Oct 21 22:14:28.869 INFO O| Oct 21 22:14:28.869 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96752024-10-21T22:14:30.153Z[ host-image] Oct 21 22:14:28.869 INFO O| Oct 21 22:14:28.869 INFO STEP 152 (remove_files) COMPLETE
96762024-10-21T22:14:30.153Z[ host-image] Oct 21 22:14:28.869 INFO O| Oct 21 22:14:28.869 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96772024-10-21T22:14:30.160Z[ host-image] Oct 21 22:14:28.878 INFO O| Oct 21 22:14:28.878 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96782024-10-21T22:14:30.163Z[ host-image] Oct 21 22:14:28.878 INFO O| Oct 21 22:14:28.878 INFO STEP 153 (remove_files) COMPLETE
96792024-10-21T22:14:30.163Z[ host-image] Oct 21 22:14:28.878 INFO O| Oct 21 22:14:28.878 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96802024-10-21T22:14:30.170Z[ host-image] Oct 21 22:14:28.888 INFO O| Oct 21 22:14:28.888 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96812024-10-21T22:14:30.170Z[ host-image] Oct 21 22:14:28.888 INFO O| Oct 21 22:14:28.888 INFO STEP 154 (remove_files) COMPLETE
96822024-10-21T22:14:30.172Z[ host-image] Oct 21 22:14:28.888 INFO O| Oct 21 22:14:28.888 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96832024-10-21T22:14:30.179Z[ host-image] Oct 21 22:14:28.897 INFO O| Oct 21 22:14:28.897 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96842024-10-21T22:14:30.180Z[ host-image] Oct 21 22:14:28.897 INFO O| Oct 21 22:14:28.897 INFO STEP 155 (remove_files) COMPLETE
96852024-10-21T22:14:30.182Z[ host-image] Oct 21 22:14:28.897 INFO O| Oct 21 22:14:28.897 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96862024-10-21T22:14:30.194Z[ host-image] Oct 21 22:14:28.911 INFO O| Oct 21 22:14:28.911 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96872024-10-21T22:14:30.196Z[ host-image] Oct 21 22:14:28.912 INFO O| Oct 21 22:14:28.912 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
96882024-10-21T22:14:36.956Z[ host-image] Oct 21 22:14:35.673 INFO O| Oct 21 22:14:35.673 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
96892024-10-21T22:14:36.956Z[ host-image] Oct 21 22:14:35.673 INFO O| Oct 21 22:14:35.673 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96902024-10-21T22:14:36.973Z[ host-image] Oct 21 22:14:35.690 INFO O| Oct 21 22:14:35.690 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_CHECKHASH": "1"}
96912024-10-21T22:14:37.057Z[ host-image] Oct 21 22:14:35.774 INFO O| Oct 21 22:14:35.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96922024-10-21T22:14:37.057Z[ host-image] Oct 21 22:14:35.774 INFO O| Oct 21 22:14:35.774 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96932024-10-21T22:14:37.059Z[ host-image] Oct 21 22:14:35.776 INFO O| Oct 21 22:14:35.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96942024-10-21T22:14:37.060Z[ host-image] Oct 21 22:14:35.776 INFO O| Oct 21 22:14:35.775 INFO ok!
96952024-10-21T22:14:37.060Z[ host-image] Oct 21 22:14:35.776 INFO O| Oct 21 22:14:35.776 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96962024-10-21T22:14:37.060Z[ host-image] Oct 21 22:14:35.776 INFO O| Oct 21 22:14:35.776 INFO STEP 156 (seed_smf) COMPLETE
96972024-10-21T22:14:37.060Z[ host-image] Oct 21 22:14:35.776 INFO O| Oct 21 22:14:35.776 INFO steps complete; finalising image!
96982024-10-21T22:14:37.060Z[ host-image] Oct 21 22:14:35.776 INFO O| Oct 21 22:14:35.776 INFO TRIM POOL: TEMPORARY-gimlet-zfs
96992024-10-21T22:14:37.202Z[ host-image] Oct 21 22:14:35.919 INFO O| Oct 21 22:14:35.919 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Oct 21 22:14:35 2024)
97002024-10-21T22:14:37.424Z[ host-image] Oct 21 22:14:36.141 INFO O| Oct 21 22:14:36.141 INFO temporary pool has 684M used, 148M avail, 1.86x compressratio
97012024-10-21T22:14:37.424Z[ host-image] Oct 21 22:14:36.141 INFO O| Oct 21 22:14:36.141 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97022024-10-21T22:14:37.715Z[ host-image] Oct 21 22:14:36.432 INFO O| Oct 21 22:14:36.432 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97032024-10-21T22:14:37.715Z[ host-image] Oct 21 22:14:36.432 INFO O| Oct 21 22:14:36.432 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97042024-10-21T22:14:38.762Z[ host-image] Oct 21 22:14:37.479 INFO O| Oct 21 22:14:37.478 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97052024-10-21T22:14:38.764Z[ host-image] Oct 21 22:14:37.479 INFO O| Oct 21 22:14:37.478 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97062024-10-21T22:14:38.765Z[ host-image] Oct 21 22:14:37.479 INFO O| Oct 21 22:14:37.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97072024-10-21T22:14:38.765Z[ host-image] Oct 21 22:14:37.479 INFO O| Oct 21 22:14:37.479 INFO completed processing gimlet/zfs
97082024-10-21T22:14:38.765Z[ host-image] Oct 21 22:14:37.479 INFO O| Oct 21 22:14:37.479 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97092024-10-21T22:14:45.405Z[ host-image] Oct 21 22:14:44.122 INFO O| Oct 21 22:14:44.121 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97102024-10-21T22:14:45.484Z[ host-image] Oct 21 22:14:44.201 INFO BUILD STRING "heads/stlouis-0-g6011e493c9\n"
97112024-10-21T22:14:45.485Z[ host-image] Oct 21 22:14:44.201 INFO expanded image name: "ci 5219957/${os_short_commit} 2024-10-21 21:44" -> "ci 5219957/6011e49 2024-10-21 21:44"
97122024-10-21T22:14:45.488Z[ host-image] Oct 21 22:14:44.201 INFO output artefacts stored in: "/work/os-host"
97132024-10-21T22:14:45.488Z[ host-image] Oct 21 22:14:44.201 INFO collecting git info from project "amd-host-image-builder"...
97142024-10-21T22:14:45.499Z[ host-image] Oct 21 22:14:44.216 INFO collecting git info from project "pinprick"...
97152024-10-21T22:14:45.504Z[ host-image] Oct 21 22:14:44.220 INFO collecting git info from project "chelsio-t6-roms"...
97162024-10-21T22:14:45.508Z[ host-image] Oct 21 22:14:44.225 INFO collecting git info from project "pilot"...
97172024-10-21T22:14:45.513Z[ host-image] Oct 21 22:14:44.230 INFO collecting git info from project "phbl"...
97182024-10-21T22:14:45.518Z[ host-image] Oct 21 22:14:44.234 INFO collecting git info from project "amd-firmware"...
97192024-10-21T22:14:45.526Z[ host-image] Oct 21 22:14:44.243 INFO collecting git info from project "image-builder"...
97202024-10-21T22:14:45.530Z[ host-image] Oct 21 22:14:44.247 INFO collecting git info from project "bootserver"...
97212024-10-21T22:14:45.535Z[ host-image] Oct 21 22:14:44.251 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97222024-10-21T22:14:45.895Z[ host-image] Oct 21 22:14:44.611 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97232024-10-21T22:14:46.238Z[ host-image] Oct 21 22:14:44.954 INFO creating Oxide boot image...
97242024-10-21T22:14:46.238Z[ host-image] Oct 21 22:14:44.954 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 5219957/6011e49 2024-10-21 21:44", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97252024-10-21T22:14:47.195Z[ host-image] Oct 21 22:14:45.912 INFO O| ok, image written!
97262024-10-21T22:14:47.195Z[ host-image] Oct 21 22:14:45.912 INFO O| ok, boot_image_csum file written!
97272024-10-21T22:14:47.198Z[ host-image] Oct 21 22:14:45.915 INFO creating boot archive (CPIO)...
97282024-10-21T22:14:47.198Z[ host-image] Oct 21 22:14:45.915 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
97292024-10-21T22:14:47.206Z[ host-image] Oct 21 22:14:45.923 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97302024-10-21T22:14:47.206Z[ host-image] Oct 21 22:14:45.923 INFO E| + outfile=/work/os-host/cpio
97312024-10-21T22:14:47.206Z[ host-image] Oct 21 22:14:45.923 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97322024-10-21T22:14:47.209Z[ host-image] Oct 21 22:14:45.925 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97332024-10-21T22:14:47.209Z[ host-image] Oct 21 22:14:45.925 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97342024-10-21T22:14:47.248Z[ host-image] Oct 21 22:14:45.964 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97352024-10-21T22:14:47.248Z[ host-image] Oct 21 22:14:45.964 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97362024-10-21T22:14:47.255Z[ host-image] Oct 21 22:14:45.971 INFO creating compressed cpio/unix for nanobl-rs...
97372024-10-21T22:14:47.255Z[ host-image] Oct 21 22:14:45.971 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
97382024-10-21T22:14:47.541Z[ host-image] Oct 21 22:14:46.257 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97392024-10-21T22:14:51.889Z[ host-image] Oct 21 22:14:50.605 INFO creating reset image...
97402024-10-21T22:14:51.891Z[ host-image] Oct 21 22:14:50.605 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97412024-10-21T22:14:51.976Z[ host-image] Oct 21 22:14:50.692 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97422024-10-21T22:14:51.979Z[ host-image] Oct 21 22:14:50.693 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97432024-10-21T22:14:52.031Z[ host-image] Oct 21 22:14:50.747 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97442024-10-21T22:14:53.811Z[ host-image] Oct 21 22:14:52.527 INFO E| Finished `release` profile [optimized] target(s) in 1.82s
97452024-10-21T22:14:53.822Z[ host-image] Oct 21 22:14:52.538 INFO building host image...
97462024-10-21T22:14:53.824Z[ host-image] Oct 21 22:14:52.538 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")
97472024-10-21T22:14:54.313Z[ host-image] Oct 21 22:14:53.029 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97482024-10-21T22:15:41.783Z[ host-image] Oct 21 22:15:40.496 INFO image complete! materials are in "/work/os-host"
97492024-10-21T22:15:41.786Z[ host-image]
97502024-10-21T22:15:41.788Z[ host-image] real 9:33.570419359
97512024-10-21T22:15:41.788Z[ host-image] user 4:43.474519409
97522024-10-21T22:15:41.788Z[ host-image] sys 50.267573327
97532024-10-21T22:15:41.789Z[ host-image] trap 0.163656563
97542024-10-21T22:15:41.789Z[ host-image] tflt 0.009583809
97552024-10-21T22:15:41.789Z[ host-image] dflt 0.054603456
97562024-10-21T22:15:41.789Z[ host-image] kflt 0.000003410
97572024-10-21T22:15:41.789Z[ host-image] lock 6:23.438458183
97582024-10-21T22:15:41.789Z[ host-image] slp 52:56.618096980
97592024-10-21T22:15:41.789Z[ host-image] lat 1:25.562457143
97602024-10-21T22:15:41.789Z[ host-image] stop 0.395334182
97612024-10-21T22:15:41.789ZOct 21 22:15:40.500 INFO [host-image] process exited with exit status: 0 (573.585989778s)
97622024-10-21T22:15:41.789ZOct 21 22:15:40.500 INFO [tuf-repo] running task
97632024-10-21T22:15:48.834ZOct 21 22:15:47.546 INFO assembling repository in `/tmp/tufaceousMURkAZ`, component: OmicronRepoAssembler
97642024-10-21T22:15:53.927ZOct 21 22:15:52.638 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97652024-10-21T22:15:54.116ZOct 21 22:15:52.828 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97662024-10-21T22:16:06.425ZOct 21 22:16:05.136 INFO [tuf-repo] task succeeded (24.635829416s)
97672024-10-21T22:16:06.425ZOct 21 22:16:05.136 INFO all jobs completed in 1907.810858412s
97682024-10-21T22:16:06.998Zprocess exited: duration 2477618 ms, exit code 0
 
97692024-10-21T22:16:07.009Zfound 33 output files
97702024-10-21T22:16:07.009Zuploading: /work/manifest.toml (8404 bytes)
97712024-10-21T22:16:08.019Zuploaded: /work/manifest.toml
97722024-10-21T22:16:08.019Zuploading: /work/repo.zip (1853475210 bytes)
97732024-10-21T22:16:43.619Zuploaded: /work/repo.zip
97742024-10-21T22:16:43.619Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97752024-10-21T22:16:44.631Zuploaded: /work/repo.zip.sha256.txt
97762024-10-21T22:16:44.634Zuploading: /work/helios-setup.log (65321 bytes)
97772024-10-21T22:16:45.645Zuploaded: /work/helios-setup.log
97782024-10-21T22:16:45.652Zuploading: /work/host-image.log (194827 bytes)
97792024-10-21T22:16:46.661Zuploaded: /work/host-image.log
97802024-10-21T22:16:46.663Zuploading: /work/host-package.log (22417 bytes)
97812024-10-21T22:16:47.671Zuploaded: /work/host-package.log
97822024-10-21T22:16:47.671Zuploading: /work/host-target.log (101 bytes)
97832024-10-21T22:16:48.679Zuploaded: /work/host-target.log
97842024-10-21T22:16:48.679Zuploading: /work/omicron-package.log (5011 bytes)
97852024-10-21T22:16:49.688Zuploaded: /work/omicron-package.log
97862024-10-21T22:16:49.690Zuploading: /work/phbl-toolchain.log (881 bytes)
97872024-10-21T22:16:50.695Zuploaded: /work/phbl-toolchain.log
97882024-10-21T22:16:50.699Zuploading: /work/recovery-image.log (591674 bytes)
97892024-10-21T22:16:51.719Zuploaded: /work/recovery-image.log
97902024-10-21T22:16:51.723Zuploading: /work/recovery-package.log (321 bytes)
97912024-10-21T22:16:52.729Zuploaded: /work/recovery-package.log
97922024-10-21T22:16:52.732Zuploading: /work/recovery-target.log (57 bytes)
97932024-10-21T22:16:53.738Zuploaded: /work/recovery-target.log
97942024-10-21T22:16:53.741Zuploading: /work/stamp-clickhouse.log (117 bytes)
97952024-10-21T22:16:54.747Zuploaded: /work/stamp-clickhouse.log
97962024-10-21T22:16:54.750Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97972024-10-21T22:16:55.756Zuploaded: /work/stamp-clickhouse_keeper.log
97982024-10-21T22:16:55.759Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97992024-10-21T22:16:56.766Zuploaded: /work/stamp-cockroachdb.log
98002024-10-21T22:16:56.769Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98012024-10-21T22:16:57.775Zuploaded: /work/stamp-crucible-dtrace.log
98022024-10-21T22:16:57.778Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98032024-10-21T22:16:58.784Zuploaded: /work/stamp-crucible-pantry-zone.log
98042024-10-21T22:16:58.786Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98052024-10-21T22:16:59.793Zuploaded: /work/stamp-crucible-zone.log
98062024-10-21T22:16:59.793Zuploading: /work/stamp-external-dns.log (119 bytes)
98072024-10-21T22:17:00.801Zuploaded: /work/stamp-external-dns.log
98082024-10-21T22:17:00.803Zuploading: /work/stamp-installinator.log (103 bytes)
98092024-10-21T22:17:01.810Zuploaded: /work/stamp-installinator.log
98102024-10-21T22:17:01.814Zuploading: /work/stamp-internal-dns.log (119 bytes)
98112024-10-21T22:17:02.819Zuploaded: /work/stamp-internal-dns.log
98122024-10-21T22:17:02.819Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98132024-10-21T22:17:03.828Zuploaded: /work/stamp-mg-ddm-gz.log
98142024-10-21T22:17:03.830Zuploading: /work/stamp-nexus.log (112 bytes)
98152024-10-21T22:17:04.836Zuploaded: /work/stamp-nexus.log
98162024-10-21T22:17:04.839Zuploading: /work/stamp-ntp.log (110 bytes)
98172024-10-21T22:17:05.846Zuploaded: /work/stamp-ntp.log
98182024-10-21T22:17:05.848Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98192024-10-21T22:17:06.854Zuploaded: /work/stamp-omicron-sled-agent.log
98202024-10-21T22:17:06.854Zuploading: /work/stamp-overlay.log (114 bytes)
98212024-10-21T22:17:07.863Zuploaded: /work/stamp-overlay.log
98222024-10-21T22:17:07.867Zuploading: /work/stamp-oximeter.log (115 bytes)
98232024-10-21T22:17:08.872Zuploaded: /work/stamp-oximeter.log
98242024-10-21T22:17:08.872Zuploading: /work/stamp-oxlog.log (109 bytes)
98252024-10-21T22:17:09.880Zuploaded: /work/stamp-oxlog.log
98262024-10-21T22:17:09.883Zuploading: /work/stamp-probe.log (112 bytes)
98272024-10-21T22:17:10.889Zuploaded: /work/stamp-probe.log
98282024-10-21T22:17:10.892Zuploading: /work/stamp-propolis-server.log (122 bytes)
98292024-10-21T22:17:11.899Zuploaded: /work/stamp-propolis-server.log
98302024-10-21T22:17:11.900Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98312024-10-21T22:17:12.907Zuploaded: /work/stamp-pumpkind-gz.log
98322024-10-21T22:17:12.909Zuploading: /work/stamp-switch-asic.log (118 bytes)
98332024-10-21T22:17:13.915Zuploaded: /work/stamp-switch-asic.log
98342024-10-21T22:17:13.918Zuploading: /work/verify-libraries.log (3720 bytes)
98352024-10-21T22:17:14.924Zuploaded: /work/verify-libraries.log